.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h1 {
  letter-spacing: .5px;
  margin-top: 20px;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 300;
  line-height: 55px;
}

h2 {
  letter-spacing: .5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 300;
  line-height: 50px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

p {
  color: #676b75;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #469af4;
  text-decoration: none;
}

ul, ol {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 5px;
  font-size: 15px;
  line-height: 20px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 3px solid #ffc250;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 30px;
  font-size: 20px;
  font-style: italic;
  line-height: 35px;
}

figure {
  margin-top: 30px;
  margin-bottom: 30px;
}

figcaption {
  color: #999ea8;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
}

.hero-section {
  height: 720px;
  background-image: url('../images/bg-gradient-1.svg'), linear-gradient(135deg, #7956ec, #2fb9f8);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.hero-section.video {
  background-image: linear-gradient(135deg, rgba(121, 86, 236, .9), rgba(47, 185, 248, .9));
}

.hero-section.desktop {
  height: 820px;
  margin-bottom: -20px;
  overflow: hidden;
}

.hero-section.web {
  margin-bottom: 540px;
}

.hero-section.all-platforms {
  margin-bottom: 360px;
}

.hero-section.phone {
  background-image: radial-gradient(circle, #374878, #181e33);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  margin-bottom: 120px;
}

.hero-section.tablet {
  margin-bottom: 120px;
}

.logo {
  float: left;
  color: #fff;
  margin-top: -2px;
  padding-left: 15px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  left: 0;
}

.body {
  color: #353535;
  background-color: #fafafa;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
}

.nav-section {
  z-index: 99;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-link {
  color: #fff;
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
}

.nav-link:hover {
  opacity: .8;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.dropdown {
  padding-right: 34px;
}

.wrapper {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.wrapper.hero-2-cols {
  justify-content: space-between;
  display: flex;
}

.wrapper.center {
  text-align: center;
}

.wrapper.side-reviews {
  z-index: 1;
  flex-wrap: nowrap;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.button {
  height: 50px;
  color: #282b31;
  text-align: center;
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 6px;
  padding-top: 11px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
  transition: box-shadow .2s;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
}

.button:hover {
  box-shadow: 0 12px 24px rgba(40, 43, 49, .16);
}

.button.nav-panel-button {
  height: 40px;
  float: right;
  text-transform: uppercase;
  background-color: #ffc250;
  margin-bottom: 0;
  padding-top: 11px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.button.nav-panel-button:hover {
  background-color: #009a69;
}

.button.feature-video-button {
  margin-top: 60px;
  margin-bottom: -50px;
}

.button.beta {
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  line-height: 20px;
  position: fixed;
  top: 30px;
  right: 30px;
}

.button.hero-second-button {
  margin-left: 10px;
  margin-right: 10px;
}

.nav-panel {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 25px 15px;
  display: flex;
  position: relative;
}

.nav-menu {
  float: right;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  margin-right: 15px;
  display: block;
  position: relative;
}

.grey-section {
  background-color: #f8f9fa;
  padding-top: 90px;
  padding-bottom: 110px;
  overflow: hidden;
}

.grey-section.second-phone-feature {
  margin-top: -70px;
  padding-top: 0;
}

.grey-section.reviews {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  box-shadow: 0 0 0 1px #e7e8ea;
}

.grey-section.second-web-feature {
  padding-top: 65px;
  padding-bottom: 145px;
}

.grey-section.first-web-feature {
  padding-top: 145px;
  padding-bottom: 70px;
}

.hero-heading {
  max-width: 100%;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.heading-accent {
  color: #ffc250;
  font-weight: 700;
}

.hero-intro-left {
  flex: 1;
  padding-top: 70px;
  padding-left: 15px;
  padding-right: 0;
}

.app-icon {
  width: 90px;
  border-radius: 18px;
  margin-bottom: 34px;
  display: block;
  box-shadow: 0 3px 6px rgba(40, 43, 49, .08);
}

.app-icon.coming-soon-icon-v1 {
  margin-bottom: 19px;
}

.app-icon.coming-soon-icon-v2 {
  margin-top: -45px;
  margin-bottom: 20px;
}

.hero {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 140px;
  display: flex;
}

.section-header {
  max-width: 570px;
  margin: 14px auto 20px;
  display: block;
}

.feature-big-icon {
  text-shadow: 0 -1px rgba(255, 255, 255, .25);
  border-radius: 15px;
  margin-bottom: 5px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .08);
}

.feature-text-small {
  color: #676b75;
  margin-top: -3px;
  font-size: 14px;
  line-height: 25px;
}

.feature-big {
  flex-basis: 33.3333%;
  padding: 26px 30px 70px;
}

.white-section {
  background-color: #fff;
  margin-bottom: 1px;
  padding-top: 90px;
  padding-bottom: 110px;
  box-shadow: 0 0 0 1px #e7e8ea;
}

.white-section.press {
  z-index: 1;
  text-align: center;
  padding-top: 55px;
  padding-bottom: 55px;
  position: relative;
  box-shadow: 0 0 0 1px #e7e8ea;
}

.white-section.no-paddings {
  padding-top: 0;
  padding-bottom: 0;
}

.press-logo {
  max-height: 28px;
}

.press-link {
  opacity: .7;
  padding: 15px 25px;
  transition: opacity .2s;
}

.press-link:hover {
  opacity: 1;
}

.background-section {
  color: #fff;
  background-image: url('../images/bg-gradient-1.svg'), linear-gradient(135deg, #7956ec, #2fb9f8);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  padding-top: 90px;
  padding-bottom: 110px;
}

.background-section.page-top {
  padding-bottom: 80px;
}

.footer-v1 {
  color: #fff;
  flex-wrap: wrap;
  padding-bottom: 0;
  display: flex;
}

.footer-v1-column {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-description {
  max-width: 220px;
  opacity: .8;
  margin-top: 17px;
  margin-bottom: 27px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.footer-link-v1 {
  float: left;
  clear: left;
  color: #fff;
  margin-top: 10px;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

.footer-link-v1:hover {
  text-decoration: underline;
}

.footer-bottom-v1 {
  width: 100%;
  color: rgba(255, 255, 255, .8);
  border-top: 1px solid rgba(255, 255, 255, .3);
  justify-content: space-between;
  margin-top: 60px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.heart-icon {
  color: rgba(0, 0, 0, 0);
  background-image: url('../images/heart-icon-red.svg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.heart-icon.white-heart-icon {
  background-image: url('../images/heart-icon-white.svg');
  background-size: auto;
}

.bottom-link-dark {
  color: #282b31;
  font-weight: 700;
  text-decoration: none;
}

.bottom-link-dark:hover {
  text-decoration: underline;
}

.social-button {
  border: 1px solid #e7e8ea;
  line-height: 0;
}

.social-button.left-button {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.social-button.left-button.white {
  border-color: rgba(255, 255, 255, .3);
}

.social-button.right-button {
  border-left-style: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.social-button.right-button.white {
  border-color: rgba(255, 255, 255, .3);
}

.social-button.middle-button {
  border-left-style: none;
}

.social-button.middle-button.white {
  border-color: rgba(255, 255, 255, .3);
}

.video-tour-section {
  background-image: linear-gradient(135deg, rgba(121, 86, 236, .85), rgba(47, 185, 248, .85));
}

.video-tour-section.phone {
  background-image: linear-gradient(135deg, rgba(121, 86, 236, .85), rgba(47, 185, 248, .85)), url('../images/video-tour-phone.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: relative;
  overflow: hidden;
}

.video-tour-section.tablet {
  background-image: linear-gradient(135deg, rgba(121, 86, 236, .85), rgba(47, 185, 248, .85)), url('../images/video-tour-tablet.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.video-tour-phone {
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  text-decoration: none;
  display: flex;
}

.video-tour-phone:hover {
  text-decoration: none;
}

.video-tour-text {
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  text-decoration: none;
}

.video-tour-text:hover {
  text-decoration: none;
}

.big-side-feature {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.big-side-feature.second {
  flex-direction: row-reverse;
}

.big-side-feature.side-feature-blocks {
  margin-bottom: -30px;
  padding-top: 85px;
}

.big-feature-info {
  width: 33.3333%;
  margin-left: 8.33333%;
  margin-right: 8.33333%;
  padding-left: 15px;
  padding-right: 15px;
}

.big-feature-info.big-device {
  width: 33.3333%;
  margin-left: 0%;
  margin-right: 0%;
}

.feature-text-big {
  color: #676b75;
  margin-top: 16px;
  line-height: 30px;
}

.feature-device {
  text-align: center;
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  top: 0;
  left: 0;
}

.feature-device.laptop {
  width: 66.6667%;
}

.feature-device.desktop {
  width: 66.6667%;
  margin-top: -20px;
  margin-bottom: -90px;
  padding-left: 100px;
}

.feature-device.web {
  width: 66.6667%;
  padding-left: 100px;
  padding-right: 100px;
}

.feature-device.tab-device {
  width: 66.6667%;
  flex: 0 auto;
  overflow: visible;
}

.feature-device.phone {
  padding-top: 20px;
  padding-bottom: 20px;
}

.stars-center {
  margin: 20px auto 30px;
  display: block;
}

.testimonials-v1 {
  height: 420px;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 50px;
}

.review-slide-v1 {
  width: 33.3333%;
  perspective-origin: 50%;
  border-radius: 12px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.review-v1 {
  color: #282b31;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  position: relative;
  box-shadow: 0 10px 20px rgba(40, 43, 49, .16);
}

.review-v1-avatar {
  width: 70px;
  height: 70px;
  background-color: #999ea8;
  border-radius: 100%;
  margin-bottom: -17px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: -35px;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .16);
}

.review-author {
  color: #999ea8;
  border-top: 1px solid #e7e8ea;
  margin-top: 17px;
  padding-top: 15px;
  padding-bottom: 24px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.reviews-nav-dots {
  height: 10px;
  padding-top: 0;
  font-size: 10px;
  position: relative;
}

.hero-device {
  width: 50%;
  text-align: center;
  flex: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.hero-device.phone {
  width: 60%;
}

.hero-device.desktop {
  padding-top: 40px;
  position: relative;
  left: -90px;
}

.footer-section-v1 {
  background-image: url('../images/bg-gradient-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 40px;
}

.footer-section-v4 {
  background-color: #fff;
  border-top: 1px solid #e7e8ea;
}

.footer-v4 {
  color: #999ea8;
  text-align: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 25px;
  font-size: 12px;
  display: flex;
}

.bottom-link-white {
  color: #fff;
  text-decoration: none;
}

.bottom-link-white:hover {
  text-decoration: underline;
}

.footer-logo {
  text-align: left;
  flex: 1;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  font-weight: 800;
}

.author-copyright {
  flex: 40%;
  padding-top: 10px;
  line-height: 30px;
}

.social-buttons {
  text-align: right;
  flex: 1;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.white-text {
  color: #fff;
}

.store-badge {
  border-radius: 6px;
  margin-left: 10px;
  margin-right: 10px;
  transition: box-shadow .2s;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
}

.store-badge:hover {
  box-shadow: 0 12px 24px rgba(40, 43, 49, .24);
}

.store-badges {
  justify-content: center;
  padding-top: 26px;
  display: flex;
}

.feature-cards-big {
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 66px;
  display: flex;
}

.feature-small-icon {
  margin-top: 8px;
  display: block;
  position: absolute;
}

.feature-small-heading {
  margin-left: 45px;
}

.feature-small-container {
  width: 33.3333%;
  padding: 20px 15px 25px;
}

.feature-small-text {
  color: #676b75;
  margin-left: 45px;
  font-size: 14px;
}

.feature-card-v2 {
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  flex: 20%;
  margin: 15px;
  padding: 50px 30px;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(40, 43, 49, .12);
}

.footer-section-v2 {
  background-color: #fff;
  border-top: 1px solid #e7e8ea;
  padding-top: 30px;
}

.footer-v2 {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 50px;
  display: flex;
}

.footer-right-links {
  width: 30%;
  text-align: right;
  flex: 1;
  padding-top: 16px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.footer-link-v2 {
  float: right;
  clear: right;
  color: #282b31;
  margin-top: 10px;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

.footer-link-v2:hover {
  text-decoration: underline;
}

.footer-bottom-v2 {
  width: 100%;
  color: #999ea8;
  text-align: center;
  border-top: 1px solid #e7e8ea;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
  line-height: 20px;
}

.footer-store-badge {
  border-radius: 6px;
  margin-left: 10px;
  margin-right: 10px;
  transition: box-shadow .2s;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
}

.footer-store-badge:hover {
  box-shadow: 0 12px 24px rgba(40, 43, 49, .16);
}

.hero-play-button {
  margin-top: 190px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.phone-center-features {
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 10px;
  display: flex;
}

.phone-side-features {
  width: 25%;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.side-feature {
  padding-top: 22px;
  padding-bottom: 25px;
}

.highlight-icon {
  border-radius: 11px;
  margin-bottom: 11px;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .12);
}

.text-left {
  text-align: left;
}

.phone-center {
  width: 33.3333%;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.features-small {
  flex-wrap: wrap;
  margin-bottom: -20px;
  display: flex;
}

.footer-store-badges {
  width: 46%;
  flex: 0 auto;
  justify-content: center;
  padding-top: 30px;
  display: flex;
}

.feature-icon-50 {
  width: 50px;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
}

.feature-card-big {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 60px 30px 62px;
  display: flex;
  box-shadow: 0 1px 3px rgba(40, 43, 49, .12);
}

.feature-card-heading {
  margin-bottom: 15px;
}

.feature-card-icon {
  width: 70px;
  max-width: none;
  border-radius: 15px;
  margin-bottom: 21px;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
}

.feature-card-link {
  margin-top: 15px;
  font-size: 14px;
}

.feature-tabs-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 10px;
  display: flex;
}

.feature-tabs {
  width: 33.3333%;
  flex: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.feature-tabs.big {
  width: 41.6667%;
}

.feature-tab-v2 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 31px;
  padding-bottom: 26px;
  transition: background-color .2s, box-shadow .2s;
  display: flex;
}

.feature-tab-v2:hover {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(40, 43, 49, .12);
}

.feature-tab-v2.w--current {
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
}

.feature-tab-v2.tab-1.w--current {
  background-image: url('../images/tab-reload-icon.svg');
  background-position: 107%;
  background-repeat: no-repeat;
  background-size: 120px;
}

.feature-tab-v2.tab-2.w--current {
  background-image: url('../images/tab-inbox-icon.svg');
  background-position: 107%;
  background-repeat: no-repeat;
  background-size: 120px;
}

.feature-tab-v2.tab-3.w--current {
  background-image: url('../images/tab-clock-icon.svg');
  background-position: 107%;
  background-repeat: no-repeat;
  background-size: 120px;
}

.feature-tab-heading {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
}

.download {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-top: -36px;
  margin-bottom: -50px;
  display: flex;
}

.download-text {
  width: 50%;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.device-big-image {
  max-width: none;
}

.device-big-image.fright {
  float: right;
}

.device-big-image.tab-big-device {
  float: right;
  margin-left: 8.33333%;
  margin-right: 8.33333%;
}

.press-container {
  max-width: 770px;
  background-image: linear-gradient(#fff, #fff);
  border-radius: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 66px auto 10px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(40, 43, 49, .12);
}

.press-color-link {
  width: 33.3333%;
  text-align: center;
  background-color: #fff;
  padding: 40px 10px;
  box-shadow: 0 0 0 1px #e7e8ea;
}

.gradient-button {
  height: 50px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-image: linear-gradient(135deg, #ff8e64, #ffe641);
  border-radius: 6px;
  padding-top: 11px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
  transition: box-shadow .2s;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
}

.gradient-button:hover {
  background-image: linear-gradient(135deg, #ff8e64, #ffe641);
  box-shadow: 0 12px 24px rgba(40, 43, 49, .16);
}

.gradient-button.hero-first-button {
  background-image: linear-gradient(135deg, #4cb96c, #27663f);
  margin-top: 20px;
  margin-right: 10px;
}

.gradient-button.pricing-buy-button {
  margin-top: 30px;
  display: block;
}

.gradient-button.pricing-free-button {
  background-image: linear-gradient(135deg, #009fc5, #3cecb0);
  margin-top: 40px;
  display: block;
}

.gradient-button.trial-button {
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
}

.gradient-button.buy-button {
  margin-right: 20px;
}

.gradient-button.blue {
  background-image: linear-gradient(135deg, #7956ec, #2fb9f8);
}

.square-features-container {
  background-color: #fff;
  flex-wrap: wrap;
  margin: 30px 15px 10px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
}

.square-feature {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  padding-left: 105px;
  padding-right: 105px;
  display: flex;
}

.download-buttons-contaner {
  padding-left: 15px;
  padding-right: 15px;
}

.square-feature-image {
  width: 50%;
  height: 560px;
  background-color: #469af4;
  flex: 0 auto;
}

.square-feature-image.image-1 {
  background-image: url('../images/tablet-feature-1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.square-feature-image.image-2 {
  background-image: url('../images/tablet-feature-2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.square-feature-image.image-3 {
  background-image: url('../images/all-platforms-feature-1.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.square-feature-image.image-4 {
  background-image: url('../images/all-platforms-feature-2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-tour-tablet {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 120px;
  display: block;
}

.section-description {
  max-width: 570px;
  color: #676b75;
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
}

.section-description.white-text {
  color: #fff;
  display: inline-block;
}

.section-description.white-transparent-text {
  color: rgba(255, 255, 255, .8);
}

.section-description.small-description {
  font-size: 13px;
  line-height: 20px;
}

.contact-window {
  width: 64%;
  color: #282b31;
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  margin: 60px auto 10px;
  padding: 70px 60px;
  display: block;
  box-shadow: 0 12px 24px rgba(40, 43, 49, .16);
}

.contact-window.popup {
  z-index: 1000;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.input {
  height: 50px;
  background-color: #f8f9fa;
  border: 1px solid #d3d5da;
  border-radius: 6px;
  margin-bottom: 0;
  padding-top: 11px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 17px;
  line-height: 30px;
}

.input.text-area {
  min-height: 180px;
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 21px 30px;
}

.input.contact-input {
  width: 50%;
  flex: 1;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.input.subscribe-input {
  background-color: #fff;
  background-image: url('../images/mail-icon.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  border-style: none;
  margin-bottom: 0;
  margin-right: 20px;
  padding-top: 10px;
  padding-left: 50px;
}

.input.trial-input {
  flex: 1;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.input.trial-white-input {
  background-color: #fff;
  border-style: none;
  flex: 1;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.input.footer-subscribe {
  background-color: #fff;
  border-style: none;
  margin-top: 24px;
  margin-bottom: 30px;
}

.input.trial-email-input {
  margin: 20px 10px 25px;
}

.input.notify-input {
  background-image: url('../images/mail-icon.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 50px;
}

.input.password-input {
  text-align: center;
  border-color: #fff;
  margin-top: 16px;
  margin-bottom: 24px;
}

.contact-form {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
  display: flex;
}

.reviews-left-wrapper {
  z-index: 0;
  width: 33%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.reviews-left-container {
  width: 33.3333%;
  background-color: #fff;
  border-right: 1px solid #e7e8ea;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 150px 30px 170px 15px;
  display: flex;
}

.stars-left {
  margin-bottom: 44px;
}

.reviews-right-container {
  flex: 1;
  padding: 110px 15px 110px 60px;
}

.review-v2 {
  max-width: 570px;
  float: left;
  background-color: #fff;
  border-radius: 12px;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 30px 15px 21px;
  display: flex;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
}

.review-v2.review-reversed {
  float: right;
  flex-direction: row-reverse;
}

.review-v2-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  margin-right: 15px;
}

.review-v2-text {
  flex: 1;
  margin-top: -7px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 25px;
}

.review-v2-author-info {
  width: 100%;
  color: #999ea8;
  border-top: 1px solid #e7e8ea;
  justify-content: space-between;
  margin-top: 22px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 13px;
  font-size: 12px;
  line-height: 25px;
  display: flex;
}

.review-v2-author-info.author-info-reversed {
  flex-direction: row-reverse;
}

.review-v2-icon {
  width: 16px;
  height: 16px;
  opacity: .25;
  background-image: url('../images/twitter-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  margin-top: 4px;
  transition: opacity .2s;
}

.review-v2-icon:hover {
  opacity: .5;
}

.reviews-v2-header {
  flex: 1;
}

.reviews-v2-more-text {
  color: #999ea8;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
}

.reviews-v2-store-link {
  color: #282b31;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.reviews-v2-store-link:hover {
  text-decoration: underline;
}

.arrow-icon {
  margin-right: 12px;
}

.pricing-v1 {
  justify-content: center;
  display: flex;
}

.pricing-v1-info {
  width: 33.3333%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.pricing-v1-plans {
  flex: 1;
  justify-content: flex-end;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.pricing-v1-plan {
  z-index: 1;
  width: 350px;
  color: #fff;
  background-color: #0098ff;
  background-image: url('../images/bg-gradient-1.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  padding: 50px 50px 60px;
  position: relative;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .08);
}

.pricing-v1-plan-name {
  height: 40px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, .07);
  border-top: 1px solid rgba(255, 255, 255, .3);
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  margin-left: -50px;
  margin-right: -50px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 11px;
  font-weight: 700;
  line-height: 40px;
}

.pricing-v1-price {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 300;
  line-height: 80px;
}

.pricing-v1-plan-feature {
  align-items: center;
  font-size: 15px;
  line-height: 30px;
  display: flex;
}

.pricing-feature-yes-icon {
  opacity: .6;
  margin-right: 14px;
}

.pricing-v1-free-plan-name {
  height: 40px;
  color: #676b75;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f8f9fa;
  border-top: 1px solid #e7e8ea;
  border-bottom: 1px solid #e7e8ea;
  margin-left: -50px;
  margin-right: -50px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 11px;
  font-weight: 700;
  line-height: 40px;
}

.pricing-v1-free-plan {
  width: 335px;
  color: #676b75;
  background-color: #fff;
  border-radius: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -15px;
  padding: 50px 50px 60px;
  box-shadow: 0 1px 3px rgba(40, 43, 49, .12);
}

.pricing-v1-free {
  color: #282b31;
  text-align: center;
  text-transform: uppercase;
  margin-top: 7px;
  margin-bottom: 3px;
  font-size: 40px;
  font-weight: 300;
  line-height: 100px;
}

.features-video {
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 46px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.features-video-list {
  width: 50%;
  flex-wrap: wrap;
  align-content: center;
  display: flex;
}

.features-video-preview {
  width: 50%;
  height: 360px;
  background-image: linear-gradient(135deg, rgba(121, 86, 236, .85), rgba(47, 185, 248, .85)), url('../images/video-tour-laptop.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
}

.feature-video-list-item {
  width: 50%;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 27px;
  padding-right: 45px;
}

.feature-video-header {
  margin-top: 20px;
}

.hero-desktop-bottom {
  height: 120px;
  background-color: #f8f9fa;
  margin-top: -76px;
}

.device-big-center {
  margin-top: 57px;
  margin-bottom: -214px;
}

.trial-form {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
}

.trial-form-wrapper {
  width: 66.6667%;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 36px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.trial-text {
  color: rgba(255, 255, 255, .8);
  margin-top: 40px;
  margin-bottom: 3px;
  font-size: 12px;
  line-height: 22px;
}

.trial-text.light-grey-text {
  width: 100%;
}

.white-bold-link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.white-bold-link:hover {
  text-decoration: underline;
}

.questions-list {
  column-count: 2;
  flex-wrap: wrap;
  column-gap: 0;
  margin-bottom: -20px;
  padding-top: 50px;
  display: block;
}

.question {
  text-align: left;
  padding: 20px 55px 25px 15px;
  display: inline-block;
}

.question-icon {
  float: left;
  display: inline-block;
  position: relative;
}

.question-text {
  margin-top: 12px;
  margin-bottom: 8px;
  margin-left: 60px;
  font-weight: 700;
}

.answer-text {
  color: #676b75;
  margin-left: 60px;
  font-size: 14px;
  line-height: 25px;
}

.reviews-arrow {
  width: 50px;
  height: 50px;
  color: rgba(0, 0, 0, 0);
  background-color: #fff;
  background-image: url('../images/arrow-left-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 10px;
  transition: box-shadow .2s;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .12);
}

.reviews-arrow:hover {
  box-shadow: 0 12px 24px rgba(40, 43, 49, .16);
}

.reviews-arrow.right {
  background-image: url('../images/arrow-right-icon.svg');
  background-size: auto;
}

.review-v3-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-bottom: 37px;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
}

.review-v3 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.review-v3-text {
  max-width: 570px;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  font-style: italic;
  line-height: 35px;
}

.review-v3-author {
  color: #fff;
  text-align: center;
  background-image: url('../images/quote-icon.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 32px;
  padding: 8px 50px 22px;
  font-size: 20px;
  line-height: 35px;
}

.review-v3-author-text {
  color: rgba(255, 255, 255, .8);
  font-size: 12px;
  line-height: 20px;
}

.feature-cards-v2 {
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 40px;
  display: flex;
}

.testimonials-v3 {
  height: 410px;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 50px;
}

.pricing-v2 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-top: 46px;
  padding-bottom: 10px;
  font-size: 11px;
  line-height: 20px;
  display: flex;
}

.pricing-v2-plan {
  border-radius: 12px;
  flex: 1;
  margin-left: 15px;
  margin-right: 15px;
  padding: 50px;
}

.pricing-v2-plan.best-plan-v2 {
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
}

.pricing-v2-name {
  height: 40px;
  color: #676b75;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-image: linear-gradient(#fff, #fff);
  border: 1px solid #e7e8ea;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 40px;
}

.pricing-v2-price {
  color: #282b31;
  margin-top: 14px;
  font-size: 40px;
  font-weight: 300;
  line-height: 86px;
}

.pricing-v2-features {
  border: 1px solid #e7e8ea;
  border-radius: 6px;
  margin-bottom: 40px;
  overflow: hidden;
}

.pricing-v2-feature {
  text-align: left;
  background-color: #fff;
  align-items: center;
  padding: 9px 16px 10px;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  box-shadow: 0 0 0 1px #e7e8ea;
}

.pricing-v2-feature.feature-off-v2 {
  color: #babdc3;
}

.block {
  display: block;
}

.subscribe-container {
  max-width: 770px;
  color: #fff;
  background-color: #469af4;
  background-image: url('../images/bg-gradient-1.svg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 12px;
  margin: 66px auto 10px;
  padding: 50px 100px;
  display: block;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
}

.subscribe-form {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-section-v3 {
  color: #fff;
  background-image: url('../images/bg-gradient-1.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.footer-v3 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 33px;
  display: flex;
}

.footer-v3-author {
  color: rgba(255, 255, 255, .8);
  text-align: right;
  flex: 1;
  padding-top: 13px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
}

.footer-v3-nav {
  flex: 30%;
  justify-content: center;
  padding-top: 3px;
  padding-bottom: 10px;
  display: flex;
}

.footer-v3-nav-link {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 11px;
  font-weight: 700;
}

.footer-v3-nav-link:hover {
  text-decoration: underline;
}

.footer-v3-copyright {
  width: 100%;
  color: rgba(255, 255, 255, .8);
  text-align: center;
  flex: 0 auto;
  margin-top: 8px;
  font-size: 11px;
  line-height: 20px;
}

.hero-intro-center {
  width: 100%;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.hero-center {
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  padding-top: 110px;
  display: flex;
}

.hero-device-center {
  margin-top: 70px;
}

.middle {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.features-big-v2 {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.feature-big-v2 {
  width: 50%;
  padding: 100px 105px;
}

.feature-big-v2.left-border {
  border-left: 1px solid #e7e8ea;
}

.feature-big-heading-v2 {
  margin-top: 30px;
}

.light-grey-text {
  color: #babdc3;
}

.bold-grey-link {
  color: #999ea8;
  font-weight: 700;
}

.bold-grey-link:hover {
  text-decoration: underline;
}

.video-tour-web {
  height: 470px;
  max-width: 770px;
  background-image: linear-gradient(135deg, rgba(121, 86, 236, .85), rgba(47, 185, 248, .85)), url('../images/video-tour-web.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin: 65px auto 60px;
  display: flex;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
}

.pricing-v3-plan {
  background-color: #fff;
  border-radius: 12px;
  flex: 1;
  margin-left: 15px;
  margin-right: 15px;
  padding: 35px 30px 40px;
  font-size: 16px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .08);
}

.pricing-v3-plan.best {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/bg-gradient-1.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.pricing-v3-name {
  color: #469af4;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 12px;
  font-weight: 700;
}

.pricing-v3-name.best {
  color: #fff;
}

.pricing-v3-price-container {
  width: 100%;
  height: 80px;
  text-align: left;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 12px;
  padding-top: 20px;
  font-weight: 300;
  display: block;
}

.pricing-v3-features {
  text-align: left;
  border-top: 1px solid #e7e8ea;
  flex-flow: wrap;
  margin-bottom: 40px;
  display: flex;
}

.pricing-v3-features.best-features {
  border-top-color: rgba(255, 255, 255, .3);
}

.pricing-v3-feature {
  width: 100%;
  color: #282b31;
  text-align: left;
  border-bottom: 1px solid #e7e8ea;
  align-items: center;
  margin-bottom: -1px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 15px;
  line-height: 20px;
  display: flex;
}

.pricing-v3-feature.off {
  color: #babdc3;
}

.pricing-v3-feature.best-feature {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, .3);
}

.pricing-v3-feature.best-feature.off {
  color: rgba(255, 255, 255, .5);
}

.pricing-v3-price {
  text-transform: uppercase;
  flex: none;
  font-size: 40px;
  line-height: 40px;
  display: inline-block;
  position: absolute;
}

.pricing-v3-per-text {
  color: #999ea8;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: 0 auto;
  margin-left: 85px;
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
  display: block;
}

.pricing-v3-per-text.best {
  color: #fff;
}

.pricing-v3-billed-text {
  color: #999ea8;
  margin-left: 85px;
  font-size: 11px;
  line-height: 20px;
  display: block;
}

.pricing-v3-billed-text.best {
  color: #fff;
}

.pricing-v3 {
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 45px;
  padding-bottom: 10px;
  display: flex;
}

.pricing-v3.page {
  padding-top: 30px;
  padding-bottom: 80px;
}

.ceature-cards-v3 {
  flex-wrap: wrap;
  padding-top: 45px;
  display: flex;
}

.feature-card-v3 {
  color: #282b31;
  text-align: left;
  background-color: #fff;
  border-radius: 12px;
  flex: 45%;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 25px 40px 33px 110px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .08);
}

.feature-card-v3-icon {
  height: 100px;
  margin-left: -140px;
  display: block;
  position: absolute;
  top: 40px;
}

.feature-card-v3-heading {
  margin-bottom: 15px;
}

.footer-v5 {
  color: #fff;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -35px;
  margin-bottom: -110px;
  display: flex;
}

.footer-v5-header {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 700;
}

.footer-v5-nav-list {
  width: 16.6667%;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-v5-nav-link {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 20px;
  display: block;
}

.footer-v5-nav-link:hover {
  text-decoration: underline;
}

.footer-newsletter {
  width: 33.3333%;
  flex: 0 auto;
  padding-left: 15px;
  padding-right: 0;
}

.social-icon {
  opacity: .6;
  padding: 11px;
  transition: opacity .2s;
}

.social-icon:hover {
  opacity: 1;
}

.feature-cards-v4 {
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  margin: 65px 15px 60px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(40, 43, 49, .12);
}

.feature-card-v4 {
  width: 33.3333%;
  text-align: center;
  padding: 60px 38px 70px;
}

.feature-card-v4.middle-card {
  border-left: 1px solid #e7e8ea;
  border-right: 1px solid #e7e8ea;
}

.feature-card-v4-heading {
  margin-top: 4px;
}

.platform-tabs {
  justify-content: center;
  margin-top: 25px;
  display: flex;
}

.platform-tab {
  opacity: .6;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  padding: 17px;
  line-height: 10px;
  transition: opacity .2s;
}

.platform-tab:hover {
  opacity: 1;
}

.platform-tab.w--current {
  opacity: 1;
  background-image: linear-gradient(135deg, #ff8e64, #ffe641);
  box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
}

.platform-tab-content {
  text-align: center;
  padding-top: 50px;
}

.platforms-bottom-wrapper {
  background-color: #f8f9fa;
  justify-content: center;
  align-items: flex-end;
  margin-top: -160px;
  margin-bottom: -110px;
  padding-top: 205px;
  display: flex;
}

.bg-feature-cards {
  justify-content: center;
  padding-top: 45px;
  display: flex;
}

.bg-feature-card {
  height: 270px;
  color: #fff;
  text-align: left;
  background-image: url('../images/all-platforms-card-phone.png'), url('../images/bg-gradient-1.svg');
  background-position: 88% 37px, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 182px, cover;
  border-radius: 12px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 40px;
  padding-right: 260px;
  display: flex;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
}

.bg-feature-card.laptop {
  background-image: url('../images/all-platforms-card-laptop.png'), url('../images/bg-gradient-1.svg');
  background-position: 147%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 348px, cover;
}

.bg-feature-text {
  color: rgba(255, 255, 255, .8);
  margin-bottom: 5px;
  font-size: 14px;
}

.available-text {
  color: #999ea8;
  margin-top: 63px;
  margin-bottom: 2px;
  font-size: 15px;
  line-height: 25px;
}

.text-link {
  color: #469af4;
}

.text-link:hover {
  text-decoration: underline;
}

.testimonials-v4 {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 35px;
  margin-left: 8.33333%;
  margin-right: 8.33333%;
  padding-top: 45px;
  padding-bottom: 20px;
}

.review-slide-v4 {
  width: 50%;
  flex: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}

.testimonials {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 50px;
}

.review-v4 {
  background-color: #fff;
  border-radius: 12px;
  padding: 30px 30px 32px;
  font-size: 14px;
  font-style: italic;
  line-height: 25px;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
}

.review-v4-avatar {
  width: 50px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.review-v4-author {
  height: 50px;
  margin-bottom: 23px;
  font-style: normal;
  font-weight: 400;
  position: relative;
}

.review-v4-author-name {
  margin-left: 65px;
  padding-top: 3px;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

.review-v4-author-text {
  color: #999ea8;
  margin-left: 65px;
  font-size: 12px;
  line-height: 16px;
}

.review-v4-social-icon {
  width: 16px;
  height: 16px;
  opacity: .25;
  background-image: url('../images/twitter-icon.svg');
  background-position: 0 0;
  margin-top: 10px;
  margin-right: 10px;
  transition: opacity .2s;
  position: absolute;
  top: 0;
  right: 0;
}

.review-v4-social-icon:hover {
  opacity: .5;
}

.platform-cards {
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 45px;
  padding-bottom: 10px;
  display: flex;
}

.platform-card {
  color: #282b31;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  flex: 20%;
  margin-left: 15px;
  margin-right: 15px;
  padding: 60px 30px;
  transition: box-shadow .2s;
  box-shadow: 0 1px 3px rgba(40, 43, 49, .12);
}

.platform-card:hover {
  box-shadow: 0 12px 24px rgba(40, 43, 49, .16);
}

.platform-card-heading {
  font-weight: 800;
}

.features-tour {
  padding-top: 30px;
  padding-bottom: 10px;
  display: flex;
}

.features-tour-info {
  width: 33.3333%;
  color: #fff;
  align-items: center;
  padding-left: 15px;
  padding-right: 8.33333%;
  display: flex;
}

.features-tour-list {
  color: #282b31;
  background-color: #fff;
  border-radius: 12px;
  flex-wrap: wrap;
  flex: 1;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(40, 43, 49, .16);
}

.features-tour-list-item {
  width: 50%;
  background-color: #fff;
  padding: 30px 30px 30px 110px;
  position: relative;
  box-shadow: 0 0 0 1px #e7e8ea;
}

.feature-tour-list-icon {
  width: 50px;
  border-radius: 10px;
  margin-top: 40px;
  margin-left: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.features-video-tour {
  width: 100%;
  height: 90px;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(135deg, rgba(121, 86, 236, .85), rgba(47, 185, 248, .85)), url('../images/video-tour-laptop.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.feature-icon-left-block {
  text-align: left;
  margin-top: 64px;
  margin-bottom: 64px;
  padding-left: 80px;
  position: relative;
}

.side-feature-icon {
  width: 50px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
}

.trial-form-window {
  max-width: 770px;
  color: #282b31;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  margin: 80px auto 10px;
  padding-bottom: 40px;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
  box-shadow: 0 12px 24px rgba(40, 43, 49, .16);
}

.trial-form-v2 {
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -11px;
  margin-right: -11px;
  padding-top: 25px;
  padding-bottom: 15px;
  display: flex;
}

.trial-app-icon {
  width: 90px;
  border-radius: 18px;
  margin-top: -45px;
  margin-bottom: 25px;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
}

.newsletter-checkbox {
  width: 100%;
  color: #999ea8;
  text-align: left;
  margin-bottom: 28px;
  padding-left: 30px;
  font-size: 13px;
  line-height: 22px;
}

.checkbox {
  margin-right: 8px;
  font-size: 20px;
}

.features-v2 {
  align-items: flex-start;
  margin-bottom: -20px;
  padding-top: 10px;
  display: flex;
}

.features-v2-info {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.features-v2-list {
  flex-wrap: wrap;
  flex: 1;
  display: flex;
}

.feature-v2-item {
  flex-grow: 1;
  flex-basis: 45%;
  margin: 20px 15px 25px;
  padding-left: 80px;
  position: relative;
}

.background-full {
  width: 100%;
  height: 100vh;
  background-image: url('../images/bg-gradient-1.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.coming-soon-wrapper {
  max-width: 570px;
  color: #fff;
  text-align: center;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.coming-soon-text-v1 {
  color: rgba(255, 255, 255, .8);
  margin-top: -4px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 30px;
}

.notify-form {
  width: 430px;
  display: flex;
}

.coming-soon-social-v1 {
  position: fixed;
  top: 30px;
  left: 30px;
}

.coming-soon-copyright-text {
  color: rgba(255, 255, 255, .8);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 25px;
  font-size: 11px;
  line-height: 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.coming-soon-window {
  max-width: 670px;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 70px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  box-shadow: 0 12px 24px rgba(40, 43, 49, .16);
}

.coming-soon-text-v2 {
  color: #676b75;
  margin-top: -4px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 30px;
}

.coming-soon-social-v2 {
  width: 100%;
  margin-top: 20px;
}

.play-button {
  width: 70px;
  height: 70px;
  background-color: #fff;
  background-image: url('../images/play-icon.svg');
  background-position: 52%;
  background-repeat: no-repeat;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  transition: transform .3s;
  display: flex;
  position: relative;
}

.play-button:hover {
  transform: scale(1.1);
}

.play-button.margin-top {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.play-button.small {
  width: 50px;
  height: 50px;
  background-size: 16px 16px;
}

.hero-phone-image {
  max-height: 100%;
}

.dropdown-arrow {
  width: 10px;
  height: 10px;
  color: rgba(255, 255, 255, 0);
  background-image: url('../images/dropdown-arrow-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  margin-right: 15px;
}

.dropdown-list {
  margin-top: 10px;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 6px;
  margin-left: -5px;
}

.dropdown-link {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  transition: background-color .2s, color .2s;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #469af4;
}

.dropdown-link.w--current {
  color: #282b31;
  font-weight: 700;
}

.dropdown-link.w--current:hover {
  color: #fff;
}

.hero-tablet-image {
  max-height: 720px;
}

.feature-tab-v1 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 31px;
  padding-bottom: 26px;
  padding-left: 74px;
  transition: background-color .2s, box-shadow .2s;
}

.feature-tab-v1:hover {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(40, 43, 49, .12);
}

.feature-tab-v1.w--current {
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
}

.tab-icon {
  position: absolute;
  top: 30px;
  left: 30px;
}

.press-logo-image {
  max-height: 28px;
}

.text-block {
  text-align: right;
}

.page-header {
  max-width: 570px;
  color: #fff;
  margin: 70px auto 10px;
  display: block;
}

.platform-tab-image {
  max-height: 640px;
}

.hero-video {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.feature-v2-header {
  margin-top: 0;
}

.table {
  max-width: 100%;
  border: 1px solid #e7e8ea;
  border-radius: 6px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-top: 65px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  overflow: hidden;
}

.table-cell {
  height: 48px;
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  font-size: 14px;
  line-height: 20px;
  display: block;
  box-shadow: 0 0 0 1px #e7e8ea;
}

.table-cell.column-header {
  font-weight: 700;
}

.table-cell.plus-feature {
  color: rgba(0, 0, 0, 0);
  background-image: url('../images/success-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.table-cell.minus-feature {
  color: rgba(0, 0, 0, 0);
  background-image: url('../images/minus-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.compare-section {
  background-color: #f8f9fa;
  border-top: 1px solid #e7e8ea;
  margin-top: -135px;
  padding-top: 95px;
  padding-bottom: 120px;
  overflow: hidden;
}

.contact {
  z-index: 100;
  width: 100%;
  height: 100vh;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  transform: translate(0, 30px);
  box-shadow: 0 0 0 30px rgba(40, 43, 49, .3);
}

.dark-close-bg {
  z-index: 100;
  background-color: rgba(40, 43, 49, .3);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.style-buttons {
  justify-content: space-around;
  padding-top: 36px;
  padding-bottom: 90px;
  display: flex;
}

.style-element-wrapper {
  flex-direction: column;
  flex: 1;
  padding: 10px 15px;
  display: flex;
}

.style-typography-content {
  flex: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.form-success {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  font-size: 14px;
}

.form-success.center {
  text-align: center;
  padding-right: 0;
  font-size: 16px;
}

.form-success.trial {
  text-align: center;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.form-error {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 6px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 20px;
}

.form-error.notify-form-v2 {
  margin-top: 20px;
}

.form-error.red {
  color: #ff4876;
  background-color: rgba(255, 72, 118, .1);
  border-color: #ff4876;
}

.form-error.footer {
  margin-top: -16px;
}

.style-lists {
  padding-top: 36px;
  display: flex;
}

.checklist {
  text-align: left;
  flex: 1;
}

.checklist-item {
  margin-left: 20px;
  padding-left: 31px;
  position: relative;
}

.checklist-icon {
  width: 16px;
  margin-top: 9px;
  position: absolute;
  top: 0;
  left: 0;
}

.style-typography-heading {
  width: 25%;
  padding-top: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

.style-typography {
  flex-wrap: wrap;
  margin-bottom: -60px;
  display: flex;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  background-image: url('../images/bg-gradient-1.svg'), linear-gradient(135deg, #7956ec -2%, #2fb9f8 99%, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 300px;
  text-align: center;
  flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.table-column {
  flex: 1;
  padding-left: 0;
  padding-right: 0;
}

.preloader {
  z-index: 10000;
  background-image: linear-gradient(135deg, #7956ec, #2fb9f8);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.preloader-content {
  color: #676b75;
  text-align: center;
  padding: 40px;
}

.preloader-icon {
  width: 32px;
  margin-bottom: 8px;
}

.changelog {
  width: 66.66%;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 15px 40px;
  display: block;
}

.change {
  text-align: left;
  background-color: #fff;
  border-radius: 12px;
  align-items: center;
  margin-bottom: 16px;
  padding: 32px;
  display: flex;
  box-shadow: 0 1px 3px rgba(40, 43, 49, .12);
}

.change-icon {
  width: 40px;
  height: 40px;
  color: #fff;
  cursor: pointer;
  background-color: #469af4;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.change-icon.fix-icon {
  background-color: #ff4876;
}

.change-icon.new-icon {
  background-color: #a0d61d;
}

.change-icon.enhance-icon {
  background-color: #7956ec;
}

.tooltip {
  z-index: 2;
  width: auto;
  max-width: 200px;
  color: #111;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e7e8ea;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  position: absolute;
  bottom: 50%;
  box-shadow: 0 2px 7px rgba(21, 21, 21, .08);
}

.tooltip-arrow {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-bottom: 1px solid #e7e8ea;
  border-right: 1px solid #e7e8ea;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  transform: rotate(45deg);
}

.change-text {
  color: #222;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
}

.licence-items {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 15px;
}

.licence-item {
  text-align: left;
  background-color: #fff;
  border-radius: 12px;
  align-items: center;
  margin-bottom: 24px;
  padding: 32px;
  display: flex;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
}

.licence-item-info {
  flex: 1;
  padding-bottom: 20px;
  padding-left: 40px;
}

.grey-link {
  color: #676b75;
  text-decoration: none;
}

.grey-link:hover {
  text-decoration: underline;
}

.licence-link-divider {
  width: 3px;
  height: 3px;
  background-color: #d3d5da;
  border-radius: 50%;
  margin-bottom: 4px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

.heading {
  color: #fff;
  font-family: Nunito Sans, sans-serif;
}

.all_in {
  overflow: hidden;
}

.top_slider {
  height: 1272px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -175px;
}

.left_arrow, .right_arrow {
  display: none;
}

.slider_wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 280px;
}

.nav_container {
  width: 1200px;
  min-width: auto;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: block;
}

.logo_proximo {
  min-width: 275px;
}

.top_section {
  background-image: url('../images/bg_slider01.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 80px;
}

.menu_item {
  text-transform: uppercase;
  padding: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
}

.menu_item:hover {
  color: #4cb96c;
}

.coluna_slider_01 {
  padding-left: 0;
  padding-right: 0;
}

.tit_h1 {
  color: #333745;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 52px;
  font-weight: 800;
  line-height: 46px;
}

.yellow_dot {
  height: auto;
  color: #fbb040;
  font-size: 50px;
}

.yellow_dot.mini {
  font-size: 60px;
  line-height: 0;
}

.sub_tit {
  color: #333745;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.p_default {
  color: #333745;
  font-size: 17px;
  font-weight: 500;
  line-height: 21px;
}

.p_default.right {
  text-align: right;
  font-size: 15px;
  line-height: 19px;
}

.p_default.white {
  color: #fff;
}

.bt_green {
  color: #fff;
  text-transform: uppercase;
  background-color: #009a69;
  border-radius: 40px;
  margin-top: 60px;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 700;
  transition: all .2s;
}

.bt_green:hover {
  background-color: #2fb9f8;
  transform: translate(3px, -3px);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
}

.bt_green.top {
  margin-top: 20px;
}

.slider_img_01 {
  max-width: none;
  position: relative;
  top: -47px;
  left: -139px;
}

.slider_nav {
  text-align: center;
  margin-bottom: 351px;
  padding-left: 0;
}

.o_que_e {
  height: 1775px;
  background-image: url('../images/bg_centro.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 136px;
}

.content-wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.features {
  background-color: #fff;
  border-radius: 40px;
  margin-top: 325px;
  padding: 75px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, .1);
}

.content-wrapper.formulario {
  background-color: #333745;
  border-radius: 40px;
  margin-top: 0;
  margin-bottom: 140px;
  padding: 75px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, .1);
}

.content-wrapper.vantagens {
  padding-right: 0;
}

.grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.colunas_oqe {
  margin-top: 0;
  position: relative;
  top: 101px;
}

.coluna_oqe_01, .coluna_oqe_03 {
  padding-left: 0;
  padding-right: 0;
}

.tit_h2 {
  color: #333745;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 39px;
  font-weight: 800;
  line-height: 30px;
}

.tit_h2.right {
  text-align: right;
  line-height: 39px;
}

.tit_h2.yellow {
  color: #fbb040;
  margin-bottom: 40px;
  line-height: 35px;
}

.coluna_icones {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 20px;
  display: flex;
}

.icones_02 {
  text-align: center;
  justify-content: center;
  align-items: stretch;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
}

.icones_03 {
  text-align: center;
  padding-left: 20px;
}

.tit_h4 {
  color: #1f3a93;
  text-align: right;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
}

.icon_text {
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 40px;
  display: flex;
}

.ico_features {
  height: 75px;
  margin-bottom: 20px;
}

.ico_features.first {
  height: 60px;
}

.ico_features.half {
  height: 50px;
}

.feature_text {
  color: #333745;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
}

.colunas_comeco_app {
  margin-top: 395px;
}

.coluna_recomeco_01 {
  padding-left: 0;
  padding-right: 0;
}

.coluna_rename_02 {
  text-align: right;
  padding-left: 0;
  padding-right: 0;
}

.bt_yellow {
  color: #fff;
  text-transform: uppercase;
  background-color: #fbb040;
  border-radius: 40px;
  margin-top: 20px;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 700;
  transition: all .2s;
}

.bt_yellow:hover {
  background-color: #009a69;
  transform: translate(3px, -3px);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
}

.img_pessoas {
  height: auto;
  max-width: none;
  position: relative;
  top: 5px;
  left: 40px;
}

.shopping {
  background-image: url('../images/bg_features.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: -150px;
  padding-bottom: 750px;
}

.tit_h3 {
  color: #333745;
  text-align: left;
  text-transform: uppercase;
  margin-top: 60px;
  font-size: 34px;
  font-weight: 800;
  line-height: 34px;
}

.tit_h3.right {
  text-align: right;
}

.colunas_app {
  margin-top: 306px;
}

.coluna_app_01 {
  padding-left: 0;
  padding-right: 0;
}

.coluna_app_02 {
  text-align: right;
  padding-left: 0;
  padding-right: 0;
}

.coluna_app_04 {
  padding-left: 0;
  padding-right: 0;
}

.bt_blue_dark {
  color: #fff;
  text-transform: uppercase;
  background-color: #282b31;
  border-radius: 40px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 700;
  transition: all .2s;
}

.bt_blue_dark:hover {
  background-color: #2fb9f8;
  transform: translate(3px, -3px);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
}

.img_laptop {
  height: 437px;
  max-width: none;
  position: relative;
  top: 0;
  left: auto;
}

.colunas_features {
  margin-top: 0;
  margin-bottom: 40px;
}

.colunas_features.v2 {
  margin-top: 40px;
  margin-bottom: 0;
}

.green_dot {
  height: auto;
  color: #009a69;
  font-size: 80px;
}

.green_dot.mini {
  font-size: 60px;
  line-height: 0;
}

.cyan_dot {
  height: auto;
  color: #2fb9f8;
  font-size: 80px;
}

.cyan_dot.mini {
  font-size: 60px;
  line-height: 0;
}

.image-6 {
  width: 100%;
  max-width: none;
}

.list_features {
  color: #2fb9f8;
  font-size: 24px;
}

.list-item {
  padding-top: 5px;
  padding-bottom: 5px;
}

._3p_brasil {
  height: 1200px;
  background-image: url('../images/bg_form.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-wrap: wrap;
  align-items: center;
  margin-top: -288px;
  display: flex;
}

._3p_wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.coluna_3p_02 {
  flex-flow: column wrap;
  justify-content: space-between;
  display: flex;
}

.coluna_3p_04 {
  padding-left: 0;
  padding-right: 0;
}

.bt_cyan {
  color: #fff;
  text-transform: uppercase;
  background-color: #2fb9f8;
  border-radius: 40px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 700;
  transition: all .2s;
}

.bt_cyan:hover {
  background-color: #fbb040;
  transform: translate(3px, -3px);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
}

.text_field {
  height: 45px;
  border: 2px solid rgba(0, 0, 0, .2);
  border-radius: 10px;
  transition: all .2s;
}

.text_field:hover {
  border-color: #4cb96c;
}

.text_field.text_box {
  height: 100px;
}

.footer {
  color: #333745;
  background-color: #282b31;
}

.golaco_3p {
  width: 1200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
}

.slider_img_02 {
  max-width: none;
  position: relative;
  top: -128px;
  left: -10px;
}

.video_3p_box {
  width: 629px;
  height: 290px;
  position: relative;
  top: -573px;
  left: 213px;
  overflow: hidden;
}

.img_video_01 {
  position: relative;
  top: -876px;
  left: 203px;
}

.img_video_02 {
  position: relative;
  top: -877px;
  left: 699px;
}

.video_mobile {
  display: none;
}

.container-3 {
  height: 100vh;
}

.image-7 {
  width: 100vw;
  height: 100vh;
  opacity: 0;
  border-radius: 0;
}

.link-block {
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
}

.middle-block {
  margin-top: 100px;
  margin-bottom: 100px;
}

.prox-container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 60px;
  position: relative;
}

.prox-container.top-slider {
  height: 840px;
  background-color: #033c95;
  border-bottom-right-radius: 80px;
}

.prox-container.middle {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.prox-container.middle.right {
  justify-content: flex-end;
}

.prox-container.top-bg {
  z-index: -1;
  position: relative;
  top: -840px;
  bottom: auto;
  left: auto;
  right: auto;
}

.prox-container.top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.prox-container.top.right {
  justify-content: flex-end;
}

.prox-slider {
  height: 840px;
  background-color: rgba(0, 0, 0, 0);
}

.left-arrow, .right-arrow {
  display: none;
}

.prox-slider-container {
  height: 840px;
}

.prox-bg-slider {
  z-index: 0;
  height: 840px;
  max-width: none;
  border-bottom-right-radius: 80px;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
}

.mask {
  height: 840px;
}

.prox-bg-blue-slider {
  width: 100vw;
  height: 840px;
  max-width: none;
  background-color: #033c95;
  border-bottom-right-radius: 80px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.slide-nav {
  top: auto;
  bottom: 55px;
  left: 0%;
  right: 0%;
}

.prox-slider-content {
  z-index: 5;
  width: 45%;
  margin-top: 182px;
  position: absolute;
  left: 0;
}

.prox-tit-slider {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 64px;
}

.prox-slider-text {
  color: #f7f6fe;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.bt-default {
  height: auto;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 15px;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.bt-default.yellow {
  color: #282b31;
  background-color: #fca100;
  transition: all .2s;
}

.bt-default.yellow:hover {
  background-color: #2fb9f8;
}

.bt-default.black {
  color: #fff;
  background-color: #282b31;
  margin-right: 10px;
  transition: all .2s;
}

.bt-default.black:hover {
  background-color: #676b75;
}

.bt-default.black.vertical {
  margin-bottom: 20px;
  margin-right: 0;
}

.bt-default.green {
  color: #fff;
  background-color: #4cb96c;
  transition: all .2s;
}

.bt-default.green:hover {
  background-color: #2fb9f8;
}

.prox-navbar {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 20px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.prox-menu-item {
  color: #fff;
  padding: 15px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
}

.prox-menu-item:hover {
  color: #fbb040;
}

.prox-menu-item.acesse {
  text-transform: uppercase;
  background-color: #282b31;
  border-radius: 8px;
  margin-left: 40px;
  margin-right: 20px;
  font-size: 14px;
}

.prox-menu-item.abra {
  color: #282b31;
  text-transform: uppercase;
  background-color: #fbb040;
  border-radius: 8px;
  font-size: 14px;
}

.prox-menu-item.abra:hover {
  color: #282b31;
  background-color: #ffc250;
}

.prox-criados-section {
  margin-top: 140px;
}

.prox-half-container {
  width: 50%;
}

.prox-half-container.third {
  width: 40%;
}

.prox-half-container.middle {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-right: 0;
  display: flex;
  position: relative;
}

.prox-half-container.middle.left {
  width: 45%;
  align-items: flex-start;
}

.prox-tit-default {
  color: #fbb040;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}

.prox-tit-default.black {
  color: #282b31;
}

.prox-tit-default.blue {
  color: #0dbcd4;
}

.prox-text-default {
  color: #282b31;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.prox-text-default.white {
  color: #fff;
  margin-bottom: 40px;
}

.prox-text-default.faq {
  margin-top: 20px;
  margin-bottom: 20px;
}

.prox-box-features {
  width: 296px;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 30px;
  box-shadow: 0 25px 55px rgba(126, 126, 126, .15);
}

.prox-box-features.special {
  position: absolute;
  top: 115px;
  bottom: auto;
  left: -40px;
  right: auto;
}

.prox-features-icon {
  width: auto;
  max-width: 76px;
  margin-bottom: 20px;
}

.prox-features-tit {
  color: #282b31;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.prox-bts {
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.prox-bts.left-float {
  flex-direction: column;
  position: absolute;
  top: 282px;
  bottom: auto;
  left: 310px;
  right: auto;
}

.prox-feature-detail {
  z-index: -1;
  position: absolute;
  top: 217px;
  bottom: auto;
  left: 96px;
  right: auto;
}

.pro-servicoes-section {
  margin-top: 100px;
}

.prox-beneficios-grid {
  width: 100%;
  grid-column-gap: 31px;
  grid-row-gap: 29px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  margin-top: 40px;
}

.prox-box {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.prox-text-beneficios {
  color: #282b31;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.prox-img-servicos {
  margin-left: -30px;
}

.prox-quem-eh-section {
  margin-top: 180px;
}

.prox-balck-content {
  background-color: #333846;
  border-top-left-radius: 80px;
  margin-left: -60px;
  padding: 60px;
}

.prox-img-quem {
  z-index: 5;
  height: 761px;
  max-width: none;
  position: absolute;
  top: -150px;
  bottom: auto;
  left: 483px;
  right: auto;
}

.prox-abra-conta {
  margin-top: 220px;
}

.green {
  color: #4cb96c;
  font-weight: 700;
}

.link-loja {
  margin-right: 40px;
}

.prox-img-abrir-conta {
  margin-left: -90px;
  position: absolute;
  top: -97px;
  bottom: auto;
  left: 70px;
  right: auto;
}

.prox-faq-section {
  margin-top: 220px;
}

.prox-img-faq {
  height: 713px;
  margin-bottom: -40px;
  margin-left: 0;
  position: relative;
}

.link-block-2 {
  text-decoration: none;
  transition: all .2s;
}

.link-block-2:hover {
  text-decoration: underline;
}

.list-item-default {
  margin-bottom: 5px;
}

.ico-plus {
  width: 12px;
  height: 12px;
  margin-right: 40px;
}

.accordion-item {
  width: 100%;
}

.prox-faq-tit {
  width: 100%;
  text-align: left;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.slider-p {
  color: #666;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 22px;
}

.slider-p.complemento-mini {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.accordion-item-content {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  overflow: hidden;
}

.ico-less {
  width: 12px;
  margin-right: 40px;
  display: none;
}

.accordion-wrapper {
  width: 100%;
  margin-top: 40px;
}

.accordion-item-trigger {
  color: #0a2a42;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  margin-top: -1px;
  margin-bottom: 0;
  padding: 10px 0;
  display: flex;
}

.list-default {
  margin-bottom: 20px;
}

.list-default.bu {
  margin-top: 20px;
}

.number {
  color: #0dbcd4;
  margin-right: 10px;
}

.prox-footer-section {
  margin-top: 220px;
}

.prox-footer-container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  position: relative;
}

.prox-footer-container.top-slider {
  height: 840px;
  background-color: #033c95;
  border-bottom-right-radius: 80px;
}

.prox-footer-container.middle {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.prox-footer-container.middle.right {
  justify-content: flex-end;
}

.prox-footer-container.top-bg {
  z-index: -1;
  position: relative;
  top: -840px;
  bottom: auto;
  left: auto;
  right: auto;
}

.prox-grey-content {
  background-color: #efefef;
  border-top-left-radius: 80px;
  padding: 60px;
}

.prox-footer-grid {
  grid-column-gap: 37px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
}

.prox-footer-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.logo-proxbank {
  margin-bottom: 40px;
}

.prox-footer-tit {
  color: #0dbcd4;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.prox-link-footer {
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all .2s;
}

.prox-link-footer:hover {
  text-decoration: underline;
}

.blue {
  color: #0dbcd4;
}

.prox-footer-detail {
  z-index: -1;
  position: absolute;
  top: -133px;
  bottom: auto;
  left: auto;
  right: 77px;
}

.prox-bg-footer {
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-color: #efefef;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 50%;
  right: auto;
}

@media screen and (max-width: 991px) {
  .hero-section {
    height: 600px;
  }

  .hero-section.video {
    height: 510px;
  }

  .hero-section.desktop {
    height: 510px;
    margin-bottom: 0;
  }

  .hero-section.web {
    height: auto;
    margin-bottom: 350px;
  }

  .hero-section.all-platforms {
    height: auto;
    margin-bottom: 180px;
  }

  .hero-section.phone {
    height: 510px;
    margin-bottom: 70px;
  }

  .hero-section.tablet {
    height: 510px;
    margin-bottom: 50px;
  }

  .logo {
    padding-left: 20px;
  }

  .nav-section {
    margin-bottom: -70px;
  }

  .nav-link {
    color: #282b31;
    background-color: #fff;
    padding: 12px 25px;
    font-size: 15px;
    line-height: 30px;
    transition: background-color .2s;
    display: block;
  }

  .nav-link:hover {
    opacity: 1;
    background-color: #e7e8ea;
  }

  .nav-link.w--current {
    color: #282b31;
  }

  .nav-link.dropdown:active {
    box-shadow: inset 0 1px rgba(255, 255, 255, .16), inset 0 -1px rgba(255, 255, 255, .16);
  }

  .wrapper, .wrapper.center {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button {
    height: 45px;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 16px;
    line-height: 24px;
  }

  .button.nav-panel-button {
    height: 35px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 13px;
    line-height: 15px;
  }

  .button.hero-second-button {
    margin-left: 7px;
    margin-right: 7px;
  }

  .nav-panel {
    align-items: center;
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 10px;
  }

  .nav-menu {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
    box-shadow: 0 6px 12px rgba(40, 43, 49, .08);
  }

  .grey-section {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .grey-section.second-web-feature {
    padding-top: 20px;
    padding-bottom: 70px;
  }

  .grey-section.first-web-feature {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .hero-heading {
    margin-bottom: 26px;
    font-size: 25px;
    line-height: 35px;
  }

  .hero-intro-left {
    padding-top: 40px;
    padding-left: 5%;
    padding-right: 10px;
  }

  .hero-intro-left.big-device {
    padding-left: 10px;
  }

  .app-icon {
    width: 70px;
    border-radius: 12px;
    margin-bottom: 24px;
  }

  .app-icon.coming-soon-icon-v2 {
    margin-top: -35px;
  }

  .hero {
    padding-top: 110px;
  }

  .section-header {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 25px;
    line-height: 35px;
  }

  .feature-big-icon {
    width: 50px;
    border-radius: 10px;
  }

  .feature-big {
    padding: 6px 19px 60px;
  }

  .white-section {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .white-section.press {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .background-section {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .background-section.page-top {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .footer-description {
    margin-top: 7px;
    font-size: 14px;
  }

  .video-tour-phone {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .video-tour-text {
    font-size: 20px;
    line-height: 30px;
  }

  .big-side-feature.side-feature-blocks {
    margin-bottom: -55px;
    padding-top: 20px;
  }

  .big-feature-info {
    padding-left: 10px;
    padding-right: 10px;
  }

  .big-feature-info.big-device {
    width: 41.6667%;
    flex: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .feature-text-big {
    font-size: 15px;
    line-height: 25px;
  }

  .feature-device {
    padding-left: 30px;
    padding-right: 30px;
  }

  .feature-device.laptop {
    width: 58.3333%;
    flex: 0 auto;
    padding-right: 0;
    left: 30px;
  }

  .feature-device.desktop {
    width: 58.3333%;
    flex: 0 auto;
    margin-bottom: -50px;
    padding-left: 30px;
  }

  .feature-device.web {
    width: 58.3333%;
    flex: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-device.tab-device {
    width: 100%;
    height: auto;
    padding-top: 15px;
    padding-left: 8%;
    padding-right: 8%;
  }

  .testimonials-v1 {
    height: 380px;
    padding-top: 40px;
  }

  .review-slide-v1 {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .review-v1 {
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0 6px 12px rgba(40, 43, 49, .16);
  }

  .hero-device {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-device.tablet {
    padding-top: 5px;
  }

  .hero-device.desktop {
    padding-top: 0;
    left: -30px;
  }

  .footer-logo, .social-buttons {
    padding-left: 10px;
    padding-right: 10px;
  }

  .store-badge {
    margin-left: 7px;
    margin-right: 7px;
  }

  .feature-cards-big {
    padding-top: 36px;
  }

  .feature-small-container {
    width: 50%;
  }

  .feature-card-v2 {
    flex-basis: 40%;
    margin: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-right-links {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-store-badge {
    margin-left: 7px;
    margin-right: 7px;
  }

  .hero-play-button {
    margin-top: 130px;
  }

  .phone-side-features {
    width: 33.3333%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .side-feature {
    text-align: center;
    padding-top: 17px;
    padding-bottom: 20px;
  }

  .phone-center {
    width: 33.3333%;
  }

  .side-feature-heading {
    font-size: 16px;
    line-height: 20px;
  }

  .feature-big-heading {
    font-size: 20px;
    line-height: 25px;
  }

  .feature-header-big {
    font-size: 25px;
    line-height: 35px;
  }

  .feature-card-big {
    margin-left: 10px;
    margin-right: 10px;
    padding: 40px 25px 42px;
  }

  .feature-card-icon {
    width: 50px;
    border-radius: 10px;
  }

  .feature-tabs-wrapper {
    flex-wrap: wrap;
    margin-top: 10px;
  }

  .feature-tabs {
    width: 100%;
    margin-bottom: -10px;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .feature-tabs.big {
    width: 100%;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .feature-tab-v2 {
    flex: 1;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: inset 0 0 0 1px #e7e8ea;
  }

  .feature-tab-v2:hover, .feature-tab-v2.tab-1.w--current {
    border-style: none;
  }

  .download {
    padding-top: 20px;
  }

  .download-text {
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
  }

  .device-big-image {
    width: 600px;
  }

  .device-big-image.tab-big-device {
    float: none;
    margin-left: 0%;
    margin-right: 0%;
  }

  .press-container {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gradient-button {
    height: 45px;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 16px;
    line-height: 24px;
  }

  .gradient-button.hero-first-button {
    letter-spacing: .5px;
    margin-bottom: 20px;
    margin-right: 7px;
  }

  .gradient-button.trial-button {
    margin-left: 7px;
    margin-right: 7px;
  }

  .gradient-button.buy-button {
    margin-right: 14px;
  }

  .square-features-container {
    margin-left: 10px;
    margin-right: 10px;
  }

  .square-feature {
    padding-left: 30px;
    padding-right: 30px;
  }

  .download-heading {
    font-size: 25px;
    line-height: 35px;
  }

  .download-buttons-contaner {
    text-align: right;
    flex: 0 40%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .square-feature-image {
    height: 360px;
  }

  .video-tour-tablet {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .contact-window {
    margin-top: 40px;
    margin-bottom: 0;
    padding: 40px;
  }

  .input {
    height: 45px;
    padding-top: 8px;
    font-size: 15px;
  }

  .input.text-area {
    margin-left: 0;
    margin-right: 0;
    padding: 11px 20px;
  }

  .input.contact-input {
    width: 100%;
    flex: 0 auto;
    margin-bottom: 14px;
    margin-left: 0;
    margin-right: 0;
  }

  .input.subscribe-input {
    margin-right: 14px;
  }

  .input.trial-input, .input.trial-white-input {
    margin-left: 7px;
    margin-right: 7px;
  }

  .input.footer-subscribe {
    text-align: center;
  }

  .input.trial-email-input {
    margin: 14px 7px;
  }

  .input.notify-input {
    margin-right: 14px;
  }

  .reviews-left-container {
    padding-top: 90px;
    padding-bottom: 100px;
  }

  .reviews-right-container {
    padding: 50px 10px 80px 20px;
  }

  .review-v2 {
    width: 100%;
  }

  .reviews-v2-header {
    font-size: 25px;
    line-height: 35px;
  }

  .pricing-v1 {
    flex-wrap: wrap;
  }

  .pricing-v1-info {
    width: 100%;
    text-align: center;
    align-items: center;
  }

  .pricing-v1-plans {
    width: 100%;
    flex: 0 auto;
    justify-content: center;
    padding-top: 52px;
  }

  .features-video {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .features-video-list {
    width: 100%;
  }

  .features-video-preview {
    width: 88.8889%;
    height: 420px;
    flex: 0 auto;
    margin-top: 40px;
  }

  .feature-video-list-item {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-desktop-bottom {
    display: none;
  }

  .trial-form {
    width: 100%;
  }

  .trial-form-wrapper {
    width: 100%;
    padding-top: 26px;
    padding-left: 3px;
    padding-right: 3px;
  }

  .question {
    padding-right: 30px;
  }

  .review-v3-text {
    max-width: 66.6667%;
    font-size: 16px;
    line-height: 30px;
  }

  .review-v3-author {
    font-size: 16px;
  }

  .feature-cards-v2 {
    padding-top: 30px;
  }

  .testimonials-v3 {
    height: 360px;
    padding-top: 30px;
  }

  .pricing-v2 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .pricing-v2-plan {
    margin-left: 0;
    margin-right: 0;
    padding: 30px;
  }

  .pricing-v2-plan.best-plan-v2 {
    overflow: hidden;
  }

  .pricing-v2-price {
    margin-top: 4px;
    font-size: 35px;
    line-height: 76px;
  }

  .pricing-v2-features {
    margin-bottom: 30px;
  }

  .pricing-v2-feature {
    font-size: 14px;
  }

  .subscribe-container {
    max-width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-v3-author {
    padding-left: 9px;
    padding-right: 9px;
  }

  .footer-v3-nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-intro-center {
    padding-top: 0;
  }

  .hero-device-center {
    margin-top: 30px;
    margin-bottom: -180px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .feature-big-v2 {
    padding: 60px 45px;
  }

  .feature-big-heading-v2 {
    margin-top: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .video-tour-web {
    max-width: 970px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .pricing-v3-plan {
    flex: 45%;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .pricing-v3 {
    padding-bottom: 40px;
  }

  .pricing-v3.page {
    padding-bottom: 60px;
  }

  .feature-card-v3 {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 15px 20px 23px 60px;
  }

  .feature-card-v3-icon {
    height: 60px;
    margin-left: -75px;
    top: 25px;
  }

  .feature-card-v3-heading {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .footer-v5 {
    margin-top: -25px;
    margin-bottom: -70px;
  }

  .footer-v5-nav-list {
    width: 25%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-newsletter {
    width: 50%;
    text-align: center;
    flex: 0 auto;
    order: -1;
    margin-left: 25%;
    margin-right: 25%;
    padding: 20px 10px 50px;
  }

  .feature-cards-v4 {
    margin-top: 55px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .feature-card-v4 {
    padding: 40px 25px;
  }

  .feature-card-v4-heading {
    font-size: 20px;
    line-height: 25px;
  }

  .platforms-bottom-wrapper {
    padding-bottom: 40px;
  }

  .bg-feature-cards {
    flex-direction: column;
    align-items: center;
  }

  .bg-feature-card {
    max-width: 570px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .bg-feature-card.laptop {
    margin-top: 20px;
  }

  .platform-card {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .platform-card-heading {
    margin-top: 0;
    font-size: 16px;
  }

  .features-tour {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .features-tour-info {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .features-tour-list {
    margin-left: 10px;
    margin-right: 10px;
  }

  .features-tour-list-item {
    padding-left: 90px;
  }

  .feature-tour-list-icon {
    width: 40px;
    border-radius: 8px;
  }

  .feature-icon-left-block {
    margin-top: 35px;
    margin-bottom: 25px;
    margin-left: 5px;
    padding-left: 70px;
  }

  .side-feature-icon {
    top: 0;
    left: 0;
  }

  .trial-form-window {
    width: 80%;
    max-width: none;
    padding-left: 60px;
    padding-right: 60px;
  }

  .trial-form-v2 {
    padding-top: 15px;
  }

  .trial-app-icon {
    width: 70px;
    border-radius: 12px;
    margin-top: -35px;
    margin-bottom: 15px;
  }

  .newsletter-checkbox {
    padding-left: 27px;
  }

  .features-v2 {
    flex-wrap: wrap;
  }

  .features-v2-info {
    width: 100%;
  }

  .features-v2-list {
    width: 100%;
    flex-wrap: wrap;
    flex: 0 auto;
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .feature-v2-item {
    margin-left: 10px;
    margin-right: 20px;
    padding-left: 70px;
  }

  .coming-soon-window {
    max-width: 570px;
    padding-bottom: 50px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .coming-soon-text-v2 {
    font-size: 14px;
    line-height: 25px;
  }

  .play-button {
    width: 60px;
    height: 60px;
    background-size: 20px 20px;
  }

  .hero-phone-image {
    max-height: 480px;
  }

  .store-badge-image {
    height: 45px;
  }

  .dropdown-arrow {
    background-image: url('../images/dropdown-arrow-icon-grey.svg');
    background-size: auto;
    margin-right: 25px;
    transform: rotate(0);
  }

  .dropdown-list.w--open {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-top: 1px solid #e7e8ea;
    border-bottom: 1px solid #e7e8ea;
    border-radius: 0;
    margin-top: 0;
    margin-left: 0;
  }

  .dropdown-link {
    color: #282b31;
    background-color: #f8f9fa;
    padding-left: 40px;
    font-size: 14px;
    transition: color .2s;
  }

  .dropdown-link:hover {
    color: #282b31;
    background-color: #e7e8ea;
  }

  .dropdown-link.w--current:hover {
    color: #282b31;
  }

  .menu-button {
    height: 40px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    padding: 5px 15px 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .hero-tablet-image {
    max-height: 450px;
  }

  .feature-tab-v1 {
    text-align: center;
    flex: 1;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: inset 0 0 0 1px #e7e8ea;
  }

  .feature-tab-v1.w--current {
    border-style: none;
    flex-direction: column;
  }

  .tab-icon {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }

  .page-header {
    font-size: 30px;
    line-height: 45px;
  }

  .platform-tab-image {
    max-height: 440px;
  }

  .hero-video {
    margin-top: -30px;
    padding-top: 0;
  }

  .table {
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .table-cell {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .table-cell.text-left {
    justify-content: flex-start;
  }

  .compare-section {
    margin-top: -103px;
    padding-top: 70px;
    padding-bottom: 90px;
  }

  .style-buttons {
    padding-top: 20px;
  }

  .style-element-wrapper, .style-typography-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-success.center {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }

  .form-error {
    margin-top: 14px;
    margin-bottom: 0;
  }

  .form-error.notify-form-v2 {
    margin-top: 14px;
  }

  .form-error.footer {
    margin-bottom: 20px;
  }

  .style-typography-heading {
    width: 100%;
    padding-bottom: 20px;
  }

  .changelog {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .change {
    padding: 24px;
  }

  .licence-items {
    width: 81.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .slider_wrapper {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav_container {
    width: auto;
  }

  .logo_proximo {
    margin-left: 20px;
  }

  .p_default.right {
    text-align: left;
  }

  .slider_img_01 {
    display: none;
  }

  .slider_nav {
    margin-bottom: 220px;
  }

  .o_que_e {
    background-position: 0 100%;
    padding-left: 0;
  }

  .content-wrapper {
    width: auto;
    margin-top: 0;
    padding-top: 186px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .content-wrapper.features {
    margin-top: 140px;
  }

  .content-wrapper.formulario {
    margin-top: 100px;
  }

  .tit_h2.right {
    text-align: left;
    font-size: 30px;
    line-height: 32px;
  }

  .tit_h2.yellow {
    font-size: 30px;
    line-height: 32px;
  }

  .coluna_rename_02 {
    text-align: left;
    padding-right: 264px;
  }

  .img_pessoas {
    display: none;
  }

  .green_dot {
    font-size: 50px;
    line-height: 10px;
  }

  ._3p_brasil {
    height: auto;
    margin-top: -580px;
  }

  ._3p_wrapper, .golaco_3p {
    width: auto;
  }

  .slider_img_02, .video_3p_box, .img_video_01, .img_video_02 {
    display: none;
  }

  .video_mobile {
    margin-bottom: 60px;
    display: block;
  }

  .prox-container {
    width: 100%;
    padding: 20px;
  }

  .prox-container.top-slider {
    height: auto;
  }

  .prox-container.middle, .prox-container.top {
    display: block;
  }

  .prox-slider, .prox-slider-container {
    height: auto;
  }

  .prox-bg-slider {
    height: auto;
    max-width: 100%;
  }

  .mask {
    height: 481px;
  }

  .prox-slider-content {
    margin-top: 100px;
    position: relative;
  }

  .prox-tit-slider {
    font-size: 30px;
    line-height: 34px;
  }

  .prox-criados-section {
    margin-top: 40px;
  }

  .prox-half-container.third {
    width: auto;
  }

  .prox-half-container.middle {
    width: auto;
    flex-direction: row;
    margin-top: 40px;
    display: block;
  }

  .prox-half-container.middle.left, .prox-box-features {
    width: auto;
  }

  .prox-box-features.special, .prox-bts.left-float {
    position: static;
  }

  .pro-servicoes-section {
    margin-top: 40px;
  }

  .prox-quem-eh-section {
    margin-top: 60px;
  }

  .prox-balck-content {
    margin-left: 0;
  }

  .prox-img-quem {
    display: none;
  }

  .prox-abra-conta, .prox-faq-section {
    margin-top: 40px;
  }

  .prox-img-faq {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .ico-plus {
    margin-right: 20px;
  }

  .prox-faq-tit {
    font-size: 20px;
    line-height: 26px;
  }

  .slider-p {
    margin-bottom: 20px;
  }

  .accordion-item-content {
    padding-left: 0;
  }

  .ico-less {
    margin-right: 20px;
  }

  .prox-footer-section {
    margin-top: 140px;
  }

  .prox-footer-container {
    width: 100%;
    padding: 20px;
  }

  .prox-bg-footer {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hero-section.video {
    height: 540px;
  }

  .hero-section.desktop {
    height: auto;
    margin-bottom: 150px;
    overflow: visible;
  }

  .hero-section.web {
    margin-bottom: 180px;
  }

  .hero-section.all-platforms {
    height: auto;
    margin-bottom: 130px;
  }

  .hero-section.phone {
    height: 600px;
    margin-bottom: 260px;
  }

  .hero-section.tablet {
    height: auto;
    margin-bottom: 220px;
  }

  .wrapper.side-reviews {
    flex-direction: column;
  }

  .button.feature-video-button {
    margin-top: 40px;
    margin-bottom: -30px;
  }

  .button.beta {
    margin-top: 0;
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .button.hero-second-button, .button.try-button {
    margin-left: 7px;
    margin-right: 7px;
  }

  .nav-panel {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .grey-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .grey-section.second-phone-feature {
    margin-top: -40px;
    padding-bottom: 30px;
  }

  .grey-section.first-web-feature {
    padding-top: 50px;
  }

  .hero-intro-left {
    text-align: center;
    padding-top: 0;
    padding-left: 10px;
  }

  .app-icon {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .app-icon.middle {
    width: 60px;
    margin-bottom: 19px;
  }

  .app-icon.coming-soon-icon-v2 {
    margin-bottom: 10px;
  }

  .hero {
    flex-direction: column;
    align-items: center;
  }

  .section-header {
    font-size: 25px;
    line-height: 35px;
  }

  .section-header.white-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-big {
    flex: 0 auto;
    padding: 16px 8.33333% 40px;
  }

  .white-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .white-section.press {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .press-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .background-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .background-section.page-top {
    padding-top: 10px;
    padding-bottom: 50px;
  }

  .footer-v1-column {
    width: 50%;
    padding-bottom: 30px;
  }

  .footer-description {
    max-width: none;
  }

  .footer-bottom-v1 {
    margin-top: 40px;
  }

  .big-side-feature {
    flex-direction: column;
    margin-bottom: -40px;
  }

  .big-side-feature.second {
    margin-bottom: -10px;
  }

  .big-side-feature.side-feature-blocks {
    flex-direction: column-reverse;
    margin-bottom: -85px;
  }

  .big-feature-info {
    width: 100%;
    text-align: center;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .big-feature-info.big-device {
    width: 100%;
    padding-bottom: 30px;
  }

  .feature-text-big {
    margin-top: 0;
    font-size: 14px;
    line-height: 25px;
  }

  .feature-device {
    width: 100%;
  }

  .feature-device.laptop {
    width: 100%;
    order: 1;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
  }

  .feature-device.desktop {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-device.web {
    width: 100%;
    padding-bottom: 30px;
  }

  .feature-device.web.first {
    order: -1;
  }

  .feature-device.phone {
    padding: 30px 20% 50px;
  }

  .testimonials-v1 {
    height: 320px;
    padding-top: 20px;
  }

  .review-slide-v1 {
    width: 100%;
    padding-left: 8.33333%;
    padding-right: 8.33333%;
  }

  .hero-device {
    width: 100%;
    padding-top: 30px;
  }

  .hero-device.tablet {
    margin-bottom: -220px;
    padding-top: 30px;
  }

  .hero-device.desktop {
    margin-bottom: -150px;
    padding-top: 30px;
    position: static;
  }

  .footer-section-v1 {
    padding-top: 30px;
  }

  .footer-v4 {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 35px;
  }

  .footer-logo {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }

  .author-copyright {
    order: 1;
  }

  .social-buttons {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .store-badges {
    padding-top: 16px;
  }

  .feature-cards-big {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .feature-small-container {
    width: 100%;
  }

  .feature-card-v2 {
    width: 50%;
  }

  .footer-v2 {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 30px;
  }

  .footer-right-links {
    width: auto;
    text-align: center;
  }

  .footer-link-v2 {
    float: none;
    padding: 10px;
    display: inline-block;
  }

  .hero-play-button {
    margin-top: 20px;
  }

  .phone-center-features {
    flex-direction: column;
  }

  .phone-side-features {
    width: 100%;
    flex-direction: row;
  }

  .side-feature {
    padding-left: 15px;
    padding-right: 15px;
  }

  .phone-center {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .footer-store-badges {
    width: 100%;
    order: -1;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .feature-card-big {
    width: 80%;
    flex: 0 auto;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .feature-card-icon {
    margin-bottom: 11px;
  }

  .feature-tabs-wrapper {
    margin-top: 0;
  }

  .feature-tabs {
    padding-top: 30px;
  }

  .feature-tabs.big {
    padding-left: 5px;
    padding-right: 5px;
  }

  .feature-tab-v2 {
    text-align: center;
    justify-content: center;
    padding-bottom: 21px;
  }

  .download {
    text-align: center;
    flex-wrap: wrap;
    margin-top: -20px;
    margin-bottom: -10px;
  }

  .download-text {
    padding-left: 50px;
    padding-right: 50px;
  }

  .device-big-image {
    width: 100%;
  }

  .press-container {
    margin-top: 46px;
  }

  .gradient-button.hero-first-button {
    margin-left: 7px;
  }

  .gradient-button.buy-button {
    margin-left: 7px;
    margin-right: 7px;
  }

  .square-features-container {
    margin-top: 10px;
  }

  .square-feature {
    width: 100%;
    padding: 35px 45px 45px;
  }

  .square-feature.second-feature {
    order: 1;
  }

  .download-buttons-contaner {
    width: 100%;
    text-align: center;
    flex: 0 auto;
    padding-top: 0;
  }

  .square-feature-image {
    width: 100%;
    height: 520px;
  }

  .video-tour-tablet {
    padding: 30px 10px 60px;
  }

  .section-description {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 25px;
  }

  .section-description.white-transparent-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-window {
    width: auto;
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .input {
    padding-top: 9px;
    font-size: 16px;
  }

  .input.trial-white-input {
    margin-left: 7px;
    margin-right: 7px;
  }

  .reviews-left-container {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    border-right-style: none;
    align-items: center;
    padding: 60px 10px 30px;
  }

  .stars-left {
    margin-bottom: 14px;
  }

  .reviews-right-container {
    width: 100%;
    flex: 0 auto;
    padding-top: 10px;
  }

  .reviews-v2-header {
    text-align: center;
  }

  .reviews-v2-more-text {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .reviews-v2-store-link {
    flex-wrap: nowrap;
    font-size: 15px;
  }

  .arrow-icon {
    display: none;
  }

  .pricing-v1-plans {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-v1-plan {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden;
  }

  .pricing-v1-plan-name {
    margin-left: -40px;
    margin-right: -40px;
  }

  .pricing-v1-free-plan-name {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .pricing-v1-free-plan {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden;
  }

  .features-video {
    padding-top: 20px;
  }

  .features-video-preview {
    width: 100%;
    height: 340px;
    margin-top: 20px;
  }

  .hero-desktop-bottom {
    display: none;
  }

  .device-big-center {
    margin-top: 37px;
    margin-bottom: -120px;
  }

  .trial-form {
    margin-bottom: 0;
  }

  .trial-form-wrapper {
    padding-top: 16px;
  }

  .questions-list {
    column-count: 1;
    padding-top: 20px;
  }

  .question {
    padding-left: 10px;
    padding-right: 10px;
  }

  .question-text {
    margin-top: 10px;
  }

  .reviews-arrow {
    margin-top: 134px;
    margin-left: 10px;
  }

  .reviews-arrow.right {
    margin-right: 10px;
  }

  .review-v3-avatar {
    margin-bottom: 27px;
  }

  .review-v3 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .review-v3-author {
    margin-top: 22px;
  }

  .feature-cards-v2 {
    display: flex;
  }

  .testimonials-v3 {
    height: 380px;
    padding-top: 20px;
  }

  .pricing-v2 {
    flex-direction: column;
    align-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .pricing-v2-plan {
    width: 66.6667%;
  }

  .pricing-v2-plan.best-plan-v2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .subscribe-container {
    margin-top: 46px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .footer-v3 {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-v3-author {
    text-align: center;
    padding-top: 3px;
  }

  .footer-v3-nav {
    flex: 1;
  }

  .hero-device-center {
    margin-bottom: -130px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-big-v2 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .feature-big-v2.left-border {
    padding-top: 0;
  }

  .feature-big-heading-v2 {
    font-size: 20px;
    line-height: 30px;
  }

  .video-tour-web {
    height: 320px;
    margin-top: 35px;
    margin-bottom: 30px;
  }

  .pricing-v3-feature {
    padding-top: 10px;
    font-size: 14px;
  }

  .pricing-v3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pricing-v3.page {
    padding-bottom: 40px;
  }

  .ceature-cards-v3 {
    padding-top: 20px;
  }

  .feature-card-v3 {
    flex-basis: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer-v5 {
    margin-bottom: -60px;
  }

  .footer-v5-header {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .footer-v5-nav-list {
    text-align: left;
  }

  .footer-v5-nav-link {
    font-size: 12px;
  }

  .footer-newsletter {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 30px 80px 40px;
  }

  .feature-cards-v4 {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .feature-card-v4 {
    width: 100%;
  }

  .feature-card-v4.middle-card {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #e7e8ea;
    border-bottom-width: 1px;
    border-bottom-color: #e7e8ea;
  }

  .platform-tabs {
    margin-top: 15px;
  }

  .platform-tab-content {
    padding-top: 30px;
    padding-bottom: 21px;
  }

  .platforms-bottom-wrapper {
    margin-top: -109px;
    margin-bottom: -80px;
    padding-top: 140px;
  }

  .bg-feature-cards {
    padding-top: 20px;
  }

  .bg-feature-card {
    padding-left: 30px;
  }

  .testimonials-v4 {
    margin-bottom: 0;
    padding-top: 25px;
  }

  .review-slide-v4 {
    width: 100%;
  }

  .testimonials {
    margin-bottom: 20px;
  }

  .platform-cards {
    padding-top: 35px;
  }

  .platform-card {
    flex-basis: 40%;
    margin-bottom: 20px;
  }

  .features-tour {
    padding-top: 10px;
  }

  .features-tour-info {
    padding-bottom: 20px;
  }

  .features-tour-list-item {
    padding: 15px 20px 20px 80px;
  }

  .feature-tour-list-icon {
    margin-top: 25px;
    margin-left: 20px;
  }

  .feature-icon-left-block {
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding-right: 29px;
  }

  .trial-form-window {
    width: auto;
    max-width: 100%;
    margin-top: 60px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .features-v2-list {
    padding-left: 0;
  }

  .feature-v2-item {
    flex-basis: 80%;
  }

  .background-full {
    min-height: 500px;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .coming-soon-text-v1 {
    font-size: 14px;
  }

  .notify-form {
    width: auto;
  }

  .coming-soon-social-v1 {
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .coming-soon-copyright-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .coming-soon-window {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .feature-tab-v1 {
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .press-logo-image {
    height: 18px;
  }

  .platform-tab-image {
    max-height: 320px;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .table {
    max-width: none;
    border-radius: 0;
    margin-left: -11px;
    margin-right: -11px;
  }

  .table-cell {
    font-size: 13px;
  }

  .compare-section {
    margin-top: -83px;
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .style-buttons {
    flex-direction: column;
    padding-bottom: 60px;
  }

  .form-success.center {
    font-size: 14px;
  }

  .style-lists {
    flex-flow: column wrap;
  }

  .changelog {
    width: 100%;
  }

  .change {
    padding: 20px;
  }

  .change-text {
    margin-left: 16px;
    font-size: 15px;
    line-height: 24px;
  }

  .licence-items {
    width: 100%;
  }

  .yellow_dot.mini {
    font-size: 50px;
  }

  .content-wrapper {
    padding-top: 142px;
  }

  .tit_h4 {
    font-size: 20px;
    line-height: 22px;
  }

  .coluna_rename_02 {
    padding-right: 91px;
  }

  .img_laptop {
    margin-top: 60px;
  }

  .coluna_3p_04 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .prox-bg-slider {
    height: 100%;
    max-width: none;
  }

  .prox-tit-slider {
    font-size: 26px;
    line-height: 30px;
  }

  .prox-slider-text {
    font-size: 15px;
    line-height: 19px;
  }

  .prox-criados-section {
    margin-top: 20px;
  }

  .prox-beneficios-grid {
    display: block;
  }

  .prox-box {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section.video {
    height: 100vh;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-section.desktop {
    margin-bottom: 60px;
  }

  .hero-section.web {
    margin-bottom: 120px;
  }

  .hero-section.all-platforms {
    margin-bottom: 70px;
  }

  .hero-section.phone {
    height: 650px;
    margin-bottom: 165px;
  }

  .button.hero-second-button {
    margin-top: 0;
    margin-left: 10%;
    margin-right: 10%;
    display: block;
  }

  .button.try-button {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .hero-heading {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-intro-left {
    flex-direction: column;
    display: flex;
  }

  .app-icon {
    margin-bottom: 0;
  }

  .app-icon.coming-soon-icon-v1 {
    margin-bottom: 9px;
  }

  .hero {
    justify-content: center;
    padding-top: 100px;
  }

  .press-link {
    padding: 10px;
  }

  .background-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .background-section.page-top {
    padding-bottom: 40px;
  }

  .footer-description {
    margin-bottom: 17px;
  }

  .footer-bottom-v1 {
    margin-top: 20px;
  }

  .video-tour-section.phone {
    background-size: auto, cover;
  }

  .video-tour-phone {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .big-feature-info {
    margin-left: 0%;
    margin-right: 0%;
  }

  .feature-device.web {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-device.tab-device {
    padding-top: 10px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .feature-device.phone {
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonials-v1 {
    height: 340px;
  }

  .review-slide-v1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-device {
    padding-top: 40px;
  }

  .hero-device.phone {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: -257px;
    padding-top: 0;
  }

  .hero-device.tablet {
    padding-top: 40px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .hero-device.desktop {
    margin-bottom: -60px;
    padding: 40px 5px 0;
  }

  .footer-logo {
    padding-left: 10%;
    padding-right: 10%;
  }

  .store-badge {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .store-badges {
    flex-direction: column;
    align-items: center;
  }

  .feature-small-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .feature-card-v2 {
    width: 100%;
    flex-basis: 80%;
  }

  .footer-right-links {
    padding-top: 20px;
  }

  .footer-link-v2 {
    margin-top: 0;
    display: block;
  }

  .footer-store-badge {
    margin: 7px 5px;
  }

  .phone-center-features {
    padding-top: 10px;
  }

  .phone-side-features {
    flex-direction: column;
  }

  .side-feature {
    padding-left: 10px;
    padding-right: 10px;
  }

  .phone-center {
    padding-top: 10px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .footer-store-badges {
    flex-direction: column;
  }

  .feature-card-big {
    width: 100%;
  }

  .feature-tabs {
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .feature-tabs.big {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-tab-v2 {
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
    padding: 17px 15px 7px;
  }

  .feature-tab-heading {
    font-size: 13px;
  }

  .download-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .press-color-link {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .gradient-button.hero-first-button {
    margin-bottom: 14px;
    margin-left: 10%;
    margin-right: 10%;
    display: block;
  }

  .gradient-button.trial-button {
    margin-left: 0;
    margin-right: 0;
  }

  .gradient-button.buy-button {
    margin-bottom: 14px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .gradient-button.contact-button {
    flex: 1;
  }

  .square-features-container {
    margin-bottom: 0;
  }

  .square-feature {
    padding-left: 25px;
    padding-right: 25px;
  }

  .square-feature-image {
    height: 300px;
  }

  .video-tour-tablet {
    padding-bottom: 50px;
  }

  .section-description {
    line-height: 25px;
  }

  .contact-window {
    padding: 30px 20px;
  }

  .input, .input.text-area, .input.subscribe-input {
    margin-bottom: 14px;
  }

  .input.trial-input, .input.trial-white-input {
    margin-bottom: 14px;
    margin-left: 0;
    margin-right: 0;
  }

  .input.trial-email-input {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .input.notify-input, .contact-form {
    margin-bottom: 14px;
  }

  .reviews-right-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .review-v2 {
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .review-v2.review-reversed {
    flex-direction: row;
  }

  .review-v2-text {
    width: 100%;
    text-align: center;
    flex: 0 auto;
    margin-top: 15px;
  }

  .review-v2-author-info.author-info-reversed {
    flex-direction: row;
  }

  .pricing-v1-plans {
    flex-direction: column;
    padding-top: 42px;
  }

  .pricing-v1-plan {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 40px;
  }

  .pricing-v1-free-plan {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 40px;
  }

  .features-video-preview {
    height: 180px;
  }

  .feature-video-list-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .device-big-center {
    margin-bottom: -100px;
  }

  .trial-form {
    flex-direction: column;
  }

  .trial-form-wrapper, .trial-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .question {
    padding-top: 10px;
  }

  .question-text {
    margin-top: 2px;
  }

  .reviews-arrow {
    margin-top: 30px;
  }

  .review-v3-text {
    max-width: 80%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonials-v3 {
    height: 410px;
  }

  .pricing-v2 {
    margin-bottom: -30px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-v2-plan {
    width: 100%;
  }

  .subscribe-container {
    margin-top: 26px;
    margin-bottom: 0;
    padding: 30px 20px;
  }

  .subscribe-form {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-v3-nav {
    flex: 1;
  }

  .hero-device-center {
    margin-bottom: -70px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-big-v2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-big-v2.left-border {
    border-left-style: none;
  }

  .video-tour-web {
    height: 180px;
  }

  .footer-v5-nav-list {
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-newsletter {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .platform-tab-content {
    height: 220px;
  }

  .platforms-bottom-wrapper {
    margin-top: -80px;
    margin-bottom: -90px;
    padding-top: 121px;
  }

  .bg-feature-card {
    min-height: 320px;
    text-align: center;
    background-position: 50% 160px, 50% 0;
    background-size: 140px, cover;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bg-feature-card.laptop {
    background-position: 50% 159px, 50% 0;
    background-size: 230px, cover;
  }

  .available-text {
    margin-top: 33px;
  }

  .testimonials-v4 {
    height: 330px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
  }

  .review-slide-v4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonials {
    margin-bottom: 40px;
  }

  .review-v4-avatar {
    width: 40px;
    margin-top: 5px;
  }

  .review-v4-author-name {
    margin-left: 50px;
    font-size: 14px;
  }

  .review-v4-author-text {
    margin-left: 50px;
  }

  .review-v4-social-icon {
    margin-top: 8px;
    margin-right: 0;
  }

  .platform-cards {
    margin-bottom: -10px;
    padding: 20px 5px 0;
  }

  .platform-card {
    flex-basis: 40%;
    margin-bottom: 10px;
    margin-left: 6px;
    margin-right: 6px;
    padding: 30px 20px 15px;
  }

  .platform-card-heading {
    font-size: 14px;
  }

  .features-tour {
    padding-bottom: 0;
  }

  .features-tour-list-item {
    width: 100%;
    padding-left: 75px;
  }

  .features-video-tour {
    font-size: 14px;
  }

  .feature-icon-left-block {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 60px;
    padding-right: 0;
  }

  .side-feature-icon {
    width: 40px;
    border-radius: 8px;
  }

  .trial-form-window {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .trial-form-v2 {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .newsletter-checkbox {
    padding-left: 20px;
  }

  .features-v2-list {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-v2-item {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 60px;
  }

  .background-full {
    min-height: 600px;
  }

  .coming-soon-text-v1 {
    font-size: 14px;
    line-height: 25px;
  }

  .notify-form {
    flex-direction: column;
  }

  .coming-soon-copyright-text {
    bottom: 0;
    left: 0;
    right: 0;
  }

  .coming-soon-window {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .coming-soon-social-v2 {
    margin-top: 14px;
  }

  .play-button {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .play-button.small {
    width: 40px;
    height: 40px;
    background-size: 12px 12px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .hero-phone-image {
    max-height: 100%;
    max-width: 140%;
    padding-right: 0;
  }

  .feature-tab-v1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .press-logo-image {
    height: 16px;
  }

  .platform-tab-image {
    max-height: 180px;
  }

  .table {
    margin-top: 40px;
    margin-left: 0;
    overflow: scroll;
  }

  .table-cell {
    padding: 12px 8%;
    font-size: 11px;
    line-height: 14px;
  }

  .tabs-content {
    overflow: visible;
  }

  .form-error.red {
    margin-top: 14px;
  }

  .licence-item {
    flex-direction: column;
    padding-top: 48px;
  }

  .licence-item-info {
    text-align: center;
    margin-top: 8px;
    padding-left: 0;
  }

  .heading {
    font-size: 16px;
    line-height: 20px;
  }

  .image-5 {
    margin-top: 19px;
  }

  .slider_wrapper {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav_container {
    width: auto;
  }

  .logo_proximo {
    max-width: none;
    min-width: 200px;
  }

  .tit_h1 {
    font-size: 36px;
    line-height: 38px;
  }

  .yellow_dot {
    line-height: 10px;
  }

  .yellow_dot.mini {
    color: #009a69;
  }

  .p_default.right {
    text-align: left;
  }

  .slider_img_01 {
    display: none;
  }

  .slider_nav {
    text-align: center;
    padding-left: 0;
  }

  .o_que_e {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper {
    width: auto;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrapper.features {
    margin-top: 0;
    padding: 36px;
  }

  .content-wrapper.formulario {
    padding: 36px;
  }

  .colunas_oqe {
    top: 0;
  }

  .coluna_oqe_03 {
    padding-left: 0;
    padding-right: 0;
  }

  .tit_h2 {
    font-size: 26px;
    line-height: 28px;
  }

  .tit_h2.right {
    text-align: left;
    font-size: 28px;
    line-height: 28px;
  }

  .tit_h2.cyan {
    font-size: 26px;
    line-height: 28px;
  }

  .coluna_icones {
    display: block;
  }

  .tit_h4 {
    text-align: left;
  }

  .colunas_comeco_app {
    margin-top: 10px;
  }

  .coluna_rename_02 {
    text-align: left;
    padding-right: 0;
  }

  .bt_yellow.w--current {
    text-align: left;
  }

  .img_pessoas {
    max-width: 100%;
    top: 0;
    left: 0;
  }

  .shopping {
    margin-top: 0;
    padding-bottom: 100px;
  }

  .colunas_app {
    margin-top: 40px;
  }

  .coluna_app_01 {
    margin-bottom: 20px;
  }

  .img_laptop {
    height: auto;
    max-width: 160%;
    margin-top: 0;
    left: 0;
  }

  .green_dot, .cyan_dot {
    font-size: 50px;
    line-height: 10px;
  }

  ._3p_brasil {
    height: auto;
    margin-top: 0;
    display: block;
  }

  ._3p_wrapper {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .golaco_3p {
    width: auto;
  }

  .form {
    margin-top: 40px;
  }

  .slider_img_02 {
    display: none;
  }

  .video_mobile {
    margin-bottom: 20px;
  }

  .column, .column-2, .column-3 {
    display: none;
  }

  .prox-container.top-slider {
    height: 560px;
    padding-bottom: 20px;
    overflow: hidden;
  }

  .prox-bg-slider {
    width: auto;
    height: 100%;
    max-width: none;
    object-fit: fill;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .mask {
    height: 560px;
  }

  .slide-nav {
    bottom: 20px;
  }

  .prox-slider-content {
    width: auto;
  }

  .bt-default.black {
    margin-bottom: 20px;
  }

  .prox-criados-section {
    margin-top: 40px;
  }

  .prox-tit-default {
    font-size: 30px;
    line-height: 34px;
  }

  .prox-bts {
    text-align: center;
    display: block;
  }

  .prox-bts.left-float {
    left: 60px;
  }

  .prox-balck-content {
    padding: 35px;
  }

  .prox-abra-conta {
    margin-top: 60px;
  }

  .link-loja {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .prox-img-abrir-conta {
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .prox-faq-section {
    margin-top: 60px;
  }

  .prox-img-faq {
    height: auto;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .prox-footer-section {
    margin-top: 60px;
  }

  .prox-grey-content {
    padding: 40px;
  }

  .prox-footer-grid {
    display: block;
  }

  .prox-footer-block {
    margin-top: 40px;
  }

  .prox-footer-detail {
    display: none;
    position: static;
  }

  .prox-bg-footer {
    display: none;
  }
}

#w-node-_69f18ccd-30c9-224b-4b70-4cb6af1b7fb7-74f97ffa, #w-node-_11328bf9-1f09-b7f6-7dff-3e6384fa586f-74f97ffa, #w-node-_26181040-e188-deb1-25af-705db073ffd8-74f97ffa, #w-node-d2d23832-fd6f-985c-52d2-5f8bdc49e674-74f97ffa, #w-node-b8fd82fb-2587-529c-e0fb-a81272ec3eb7-74f97ffa, #w-node-_348c4c17-a95b-392f-fb2a-cb0d53b8c0ae-74f97ffa, #w-node-_9eed9b65-543f-4aa7-3496-1f7d2f5b0611-74f97ffa, #w-node-_9703ed92-06c5-1d94-7244-296761c20711-74f97ffa, #w-node-_968e425c-b4d9-5a0e-0d23-e6c5aeddca1a-74f97ffa, #w-node-_514d031e-42fd-79d6-93b9-a807dacb31c7-74f97ffa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


