@font-face {
  font-family: Fonte Principal;
  src: url('../fonts/fonte-principal.eot') format("embedded-opentype"), url('../fonts/fonte-principal.woff') format("woff"), url('../fonts/fonte-principal.ttf') format("truetype"), url('../fonts/fonte-principal.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark: #091426;
  --background-1: #f9fafc;
  --main: #3461ff;
  --white: white;
  --background-2: #f3f6fc;
  --dim-border: #ffffff0d;
  --border: #dfe0e5;
  --shadow: #e3e9fa;
  --glow-icon: #eaefff;
  --yellow: #f0a80f;
  --purple: #f326a0;
  --dodger-blue: #209df8;
}

.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;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: var(--dark);
  letter-spacing: -.5px;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

h1 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 67px;
  font-weight: 600;
  line-height: 1;
}

h2 {
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 55px;
  font-weight: 600;
  line-height: 1.1;
}

h3 {
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.1;
}

h4 {
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1;
}

h5 {
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

h6 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

p {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.4;
}

a {
  color: var(--main);
  cursor: pointer;
  text-decoration: none;
}

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

li {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.2;
}

strong {
  font-weight: 700;
}

blockquote {
  background-image: url('../images/dexa_quotes.webp');
  background-position: 12px 12px;
  background-repeat: no-repeat;
  background-size: 80px;
  border-left: 0 solid #e2e2e2;
  max-width: 680px;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 45px 12px 12px 96px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.1;
}

figure {
  margin-bottom: 48px;
}

figcaption {
  color: #09142666;
  text-align: left;
  letter-spacing: -.5px;
  margin-top: 8px;
  font-size: 16px;
}

.section {
  padding: 100px 70px;
}

.section.bg-gray {
  background-color: var(--background-1);
}

.section.bg-gray.overflow {
  padding-top: 500px;
}

.section.bg-gray._50-more {
  padding-bottom: 150px;
}

.section.bg-gray.video-section.yyyy, .section.bg-gray._20 {
  display: none;
}

.section.hero-section {
  background-color: var(--dark);
  color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
}

.section.certified {
  border-bottom: 1px none var(--background-2);
  padding-top: 36px;
  padding-bottom: 36px;
}

.section.mezzanine {
  background-image: linear-gradient(to bottom, var(--white) 50%, var(--background-1) 50%);
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.faq-section {
  padding-bottom: 200px;
}

.section.tutrl {
  padding-top: 0;
}

.container {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

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

.button {
  border: 1px solid #0000;
  border-radius: 200px;
  min-width: 155px;
  height: 50px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  overflow: hidden;
}

.button.main-button {
  background-color: var(--main);
  color: var(--white);
}

.button.main-button.blue-dark {
  background-color: var(--dark);
}

.button.main-button.pos {
  display: none;
}

.button.ghost-button {
  border-color: var(--main);
}

.button.small-text {
  cursor: default;
  border-radius: 0;
  align-items: center;
  min-width: auto;
  font-size: 15px;
  font-weight: 400;
}

.button-wrap.right-margin {
  margin-right: 8px;
}

.button-wrap.negative-margin {
  margin-left: -22px;
}

.button-wrap._2-column {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.button-wrap._2-column.auth {
  grid-template-columns: 1fr;
}

.button-wrap.video-prompt-wrap {
  align-items: center;
  display: flex;
}

.button-text-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.button-text-wrap.with-video-prompt {
  cursor: pointer;
  width: auto;
  padding-left: 5px;
  padding-right: 0;
  font-weight: 700;
}

.button-text-wrap.dev-link {
  color: var(--main);
  cursor: pointer;
  justify-content: flex-start;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
}

.button-text.niit {
  color: var(--main);
}

.button-icon-wrap {
  width: 24px;
  height: 100%;
}

.button-icon-wrap.on-right {
  align-items: center;
  margin-left: 16px;
  display: flex;
}

.button-icon-wrap.on-right.play-icon {
  margin-left: 8px;
  margin-right: -2px;
}

.button-icon-wrap.on-right.play-icon.diffrnt {
  margin-left: 4px;
}

.button-icon-wrap.on-right.play-icon.diffrnt2 {
  margin-top: 0;
  margin-left: 4px;
  position: relative;
  top: 1px;
}

.material-symbols-outlined {
  font-family: Fonte Principal, Arial, sans-serif;
}

.material-symbols-outlined.scaled-up, .material-symbols-outlined.scaled-mid {
  transform: scale(1.8);
}

.material-symbols-outlined.scaled-up-plus {
  transform: scale(3);
}

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

.color-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 10vw;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  display: flex;
}

.color-block.main {
  background-color: var(--main);
  color: var(--white);
  font-weight: 600;
}

.color-block.text {
  background-color: var(--dark);
  color: var(--white);
  font-weight: 600;
}

.color-block.background-1 {
  background-color: var(--background-1);
  color: var(--dark);
  font-weight: 600;
}

.color-block.background-2 {
  background-color: var(--background-2);
  color: var(--dark);
  font-weight: 600;
}

.color-block.border {
  background-color: var(--border);
  color: var(--dark);
  font-weight: 600;
}

.accordion-item {
  border-bottom: 1px none var(--background-2);
  background-color: var(--white);
  box-shadow: 0 1px 20px 0 var(--shadow);
  border-radius: 4px;
  margin-bottom: 8px;
}

.accordion-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 16px 8px 16px 24px;
  display: flex;
}

.accordion-content {
  padding-left: 24px;
  padding-right: 24px;
  overflow: hidden;
}

.accordion-icon-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
}

.plus {
  background-color: var(--main);
  width: 16px;
  height: 2px;
}

.plus-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.plus-vertical {
  background-color: var(--main);
  width: 2px;
  height: 16px;
}

.accordion-rich-text {
  margin-bottom: -10px;
}

.grid._2-column {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid._2-column.odd {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.grid._2-column.odd._00 {
  display: none;
}

.grid._2-column.hero._56 {
  grid-column-gap: 225px;
  grid-row-gap: 225px;
}

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

.grid.center-content {
  margin-bottom: 75px;
}

.grid-content {
  max-width: 500px;
}

.grid-content.centered {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 585px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-content.centered.page {
  max-width: 730px;
}

.grid-content.centered._2 {
  max-width: 640px;
}

.grid-content.sticky {
  min-height: 550px;
  max-height: 550px;
  position: sticky;
  top: 10vw;
}

.grid-content.hero {
  max-width: 550px;
  margin-bottom: 4vh;
}

.grid-content.flex {
  display: flex;
}

.grid-content._900 {
  max-width: 600px;
  margin-bottom: 80px;
}

.header-wrap {
  margin-bottom: 32px;
}

.header-wrap._0-margin, .header-wrap._0-on-mobile._0-on-hero {
  margin-bottom: 0;
}

.general-wrap.cta-grid {
  margin-top: 36px;
  display: flex;
}

.general-wrap.cta-grid._1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.general-wrap.cta-grid._1._700 {
  justify-content: center;
  align-items: center;
}

.subheader {
  letter-spacing: -.6px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.3;
}

.body {
  margin-bottom: 0;
}

.body._3-plus-lines {
  line-height: 1.3;
}

.body.small {
  font-size: 18px;
  line-height: 1.3;
}

.body.small.testimonial {
  padding-left: 58px;
  font-size: 16px;
}

.gird._3-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gird._3-column._380.bigger-gap {
  grid-column-gap: 44px;
  grid-row-gap: 54px;
}

.feature-item {
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 52px;
}

.feature-item.centered-text {
  text-align: center;
}

.feature-icon-wrap {
  background-color: var(--glow-icon);
  color: var(--main);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 78px;
  height: 78px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature-headet-wrap {
  margin-bottom: 24px;
}

.h3-header {
  margin-bottom: 0;
}

.h3-header.feature {
  font-size: 28px;
}

.h3-header.feature._24 {
  margin-bottom: 24px;
}

.h3-header.price-header {
  color: var(--main);
  text-align: center;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 500;
}

.h3-header.price-header.purple {
  color: #f326a0;
}

.h3-header.price-header.green {
  color: var(--yellow);
}

.h3-header.price-header.yellow {
  color: #f326a0;
}

.h3-header.price-header.blue {
  color: var(--main);
}

.h3-header.footer-title {
  letter-spacing: -.8px;
  font-size: 24px;
}

.h2-header {
  margin-bottom: 0;
}

.video-wrap {
  z-index: 1;
  position: relative;
}

.faq-wrap {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.h4-header {
  margin-bottom: 0;
}

.h4-header.faq-header {
  font-size: 22px;
  font-weight: 500;
}

.price-item {
  background-color: var(--white);
  box-shadow: 0 1px 20px 0 var(--shadow);
  border-radius: 4px;
  width: 100%;
  min-height: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 52px;
  padding-bottom: 52px;
}

.price-item.track {
  border: 1px solid var(--main);
}

.price-header-wrap {
  border-bottom: 1px solid var(--background-2);
  margin-bottom: 32px;
  padding-bottom: 32px;
}

.price-features-wrap {
  padding-left: 52px;
  padding-right: 52px;
}

.price-cta-wrap {
  margin-top: 42px;
  padding-left: 52px;
  padding-right: 52px;
}

.price {
  font-size: 44px;
  font-weight: 700;
}

.price-currency-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.currency {
  background-color: var(--main);
  color: var(--white);
  border-radius: 2px;
  margin-top: 3px;
  margin-left: 4px;
  margin-right: -10px;
  padding: 4px 5px 3px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

.currency.green {
  background-color: var(--yellow);
  color: var(--white);
}

.currency.purple {
  background-color: var(--purple);
  color: var(--white);
}

.currency.blue {
  background-color: var(--main);
  color: var(--white);
}

.currency.u {
  background-color: var(--dark);
}

.price-feature-item {
  margin-bottom: 20px;
  padding-left: 32px;
  position: relative;
}

.price-feature {
  font-size: 18px;
  line-height: 1.1;
}

.price-feature.cinza {
  color: var(--border);
  text-decoration: line-through;
}

.price-feature-icon {
  color: var(--main);
  width: 24px;
  height: 24px;
  position: absolute;
  inset: -3px auto auto 0%;
}

.price-feature-icon.purple, .price-feature-icon.green, .price-feature-icon.blue {
  color: var(--main);
}

.price-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.price-wrap._5 {
  grid-template-columns: 1fr 1fr;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

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

.testimonial-item {
  background-color: var(--white);
  box-shadow: 0 1px 20px 0 var(--shadow);
  border-radius: 4px;
  max-width: 400px;
  padding: 30px 28px 28px;
}

.testimonial-item.push-back {
  margin-left: 10%;
}

.testimonial-author-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 40px;
  margin-bottom: 16px;
  padding-left: 58px;
  display: flex;
  position: relative;
}

.author-thumbnail {
  border-radius: 50%;
  width: 44px;
  height: 44px;
  position: absolute;
  inset: -4% auto auto 0%;
  overflow: hidden;
}

.img.is-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img.hero-img {
  object-fit: contain;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.img.mobile-ui {
  border-radius: 8px;
  box-shadow: 0 1px 20px #09142626;
}

.img.is-contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.img.social {
  object-fit: contain;
  width: 100%;
  max-width: 24px;
  height: 100%;
}

.img.play-button {
  object-fit: contain;
  width: 55px;
  height: 55px;
}

.img.play-button._2 {
  width: 75px;
  height: 75px;
}

.author-name {
  letter-spacing: -.8px;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 1;
}

.author-about {
  color: #0914268c;
  font-size: 16px;
}

.hero-img-wrap {
  box-shadow: none;
  background-image: url('../images/YD-novo-Dexa-1.png');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 84vh;
  min-height: 550px;
  max-height: 770px;
  position: relative;
}

.hero-img-wrap._400 {
  background-image: url('../images/Dexa-POS.png');
  background-size: contain;
}

.security-grid {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.img-wrap.security-img {
  flex: none;
  width: 44px;
  height: 44px;
}

.text-wrap {
  flex: 1;
  align-items: center;
  max-width: 200px;
  padding-left: 16px;
  padding-right: 24px;
  display: flex;
}

.security-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.collection-list-wrapper {
  width: auto;
  min-width: auto;
  max-width: 650px;
}

.product-img-wrap {
  z-index: 1;
  box-shadow: none;
  width: 280px;
  position: relative;
}

.pre-header-wrap {
  margin-bottom: 24px;
}

.pre-header-wrap.show-on-mobile {
  display: none;
}

.pre-header {
  color: var(--main);
  letter-spacing: -.5px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  display: block;
}

.pre-header._24 {
  margin-bottom: 24px;
}

.pre-header._24._1 {
  color: var(--dark);
}

.h1-header {
  font-size: 82px;
}

.navigation {
  z-index: 100;
  background-color: var(--dark);
  padding-left: 70px;
  padding-right: 70px;
  position: sticky;
  top: 0;
}

.nav-content {
  height: 70px;
  display: flex;
}

.logo-wrap {
  flex: none;
  width: 165px;
  height: 100%;
}

.logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: relative;
  left: -9px;
}

.nav-menu {
  flex: 1;
  align-items: center;
  margin-left: 50px;
  display: flex;
  overflow: hidden;
}

.nav-link {
  color: var(--white);
  align-items: center;
  height: 44px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 18px;
  font-weight: 600;
  transition: all .15s;
  display: flex;
}

.nav-link:hover {
  color: var(--dodger-blue);
}

.nav-link.w--current {
  color: var(--main);
}

.decoy {
  background-color: var(--dark);
  height: 24px;
}

.hero-img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.video-content {
  background-color: var(--dark);
  color: var(--white);
  border-radius: 8px;
  padding: 100px 70px;
}

.wrap-wrap {
  justify-content: center;
  display: flex;
  position: relative;
}

.circle-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.circle {
  background-color: var(--glow-icon);
  border-radius: 50%;
  width: 470px;
  height: 470px;
}

.video-lightbox {
  max-width: 550px;
  min-height: 450px;
  max-height: 450px;
  position: relative;
}

.lightbox-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.footer {
  color: var(--white);
  background-color: #060d19;
  padding: 100px 70px 50px;
}

.nav-buttons-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: none;
}

.login-icon {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.menu-icon-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.middle-line {
  background-color: var(--white);
  width: 21px;
  height: 2px;
}

.top-line {
  background-color: var(--white);
  width: 21px;
  height: 2px;
  margin-bottom: 4px;
}

.bottom-line {
  background-color: var(--white);
  width: 21px;
  height: 2px;
  margin-top: 4px;
}

.hero-mobile-cta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  max-width: 320px;
  display: none;
}

.video-prompt-text {
  color: var(--background-2);
}

.footer-cta-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--dim-border);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
  display: grid;
}

.play-button-wrap {
  z-index: 1;
  color: var(--white);
  justify-content: center;
  align-items: center;
  transition: all .1s;
  display: none;
  position: absolute;
  inset: 0%;
}

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

.play-button-wrap.visible {
  display: flex;
}

.footer-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--dim-border);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 50px;
  padding-bottom: 50px;
  display: grid;
}

.inner-grid {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  align-items: start;
  display: grid;
}

.footer-logo {
  width: 150px;
}

.dev-text {
  color: var(--border);
  display: inline-block;
}

.dev-wrap {
  max-width: 310px;
  margin-top: 24px;
  line-height: 1.4;
}

.dev-link-wrap {
  margin-top: 20px;
  display: inline-block;
}

.footer-link-contact-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  place-items: start;
  display: grid;
}

.footer-link {
  color: var(--border);
  align-items: center;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
}

.footer-link.w--current {
  color: var(--main);
  font-weight: 600;
}

.small-header {
  letter-spacing: -.5px;
  font-size: 18px;
}

.footer-contact-text {
  color: var(--border);
  letter-spacing: -.2px;
  line-height: 1.4;
}

.footer-contact-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  max-width: 200px;
}

.contact-link {
  color: var(--border);
}

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

.copyright-social-wrap {
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.social-link {
  text-align: center;
  width: 44px;
  height: 44px;
  margin-left: 8px;
}

.social-link.tiktok {
  display: none;
}

.copyright {
  color: var(--border);
  font-size: 16px;
}

.div-block-2 {
  background-image: url('../images/dexa-contas.logo-p-500.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 50px;
  margin-bottom: 35px;
}

.div-block-3 {
  border: 1px dashed var(--dodger-blue);
  background-color: #f7fcff;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.whatsapp-button {
  z-index: 10;
  position: fixed;
  inset: auto 60px 25px auto;
}

.grid-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.div-block-4 {
  border-radius: 5px;
  margin-bottom: 25px;
  margin-right: 25px;
  padding: 25px;
  box-shadow: 1px 1px 3px #b2bbd6;
}

.text-block {
  margin-bottom: 25px;
  font-weight: 500;
}

.collection-list-wrapper-2 {
  margin-right: -25px;
}

.tutorial-link-wrap {
  color: var(--dark);
  display: block;
}

.tutorial-text-wrap {
  justify-content: space-between;
  padding-top: 16px;
  display: flex;
}

.tutorial-img-wrap {
  position: relative;
  overflow: hidden;
}

.video-length {
  z-index: 1;
  color: var(--white);
  flex: none;
  height: 22px;
  margin-top: -59px;
  margin-left: 24px;
  margin-right: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
}

.text-block-2 {
  font-family: Fonte Principal, Arial, sans-serif;
  font-size: 25px;
}

.text-block-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Fonte Principal, Arial, sans-serif;
  display: flex;
}

.text-block-3.cinza {
  color: var(--border);
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 50px;
  margin-bottom: 100px;
}

.div-block-5 {
  background-color: var(--glow-icon);
  border-radius: 200px;
  width: 200px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 11px 20px;
}

.text-block-4 {
  text-align: center;
}

.text-block-4.ghh {
  color: var(--yellow);
  margin-top: 7px;
}

.text-block-5 {
  font-family: Fonte Principal, Arial, sans-serif;
  font-size: 21px;
}

.text-block-6 {
  font-family: Fonte Principal, Arial, sans-serif;
}

.image {
  object-fit: cover;
  object-position: 50% 10%;
  border-radius: 500%;
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
  overflow: clip;
}

.div-block-6 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-empresa {
  object-fit: contain;
  border-radius: 4px;
  width: 140px;
  height: 100px;
  margin-bottom: 15px;
}

.div-block-7 {
  float: right;
  background-image: url('../images/4-2-whatsapp-transparent.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
}

.text-block-8 {
  border: 1px solid var(--border);
  background-color: var(--white);
  color: var(--dark);
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 15px;
}

.text-block-8:hover {
  text-decoration: underline;
}

.div-block-8 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav {
  display: none;
}

.slider {
  background-color: #0000;
  height: 952px;
}

.left-arrow, .right-arrow {
  width: 50px;
  height: 50px;
  margin-left: -95px;
  margin-right: -95px;
}

.icon {
  color: var(--main);
  margin: 0;
}

.icon-2 {
  color: var(--main);
  margin-top: 0;
  margin-bottom: 0;
}

.form-block {
  background-color: #fff;
  border-radius: 8px;
  padding: 50px;
}

.form-block-100 {
  border-bottom: 1px none var(--background-2);
  background-color: var(--white);
  box-shadow: 0 1px 20px 0 var(--shadow);
  border-radius: 4px;
  min-width: 500px;
  margin-bottom: 8px;
  padding: 50px;
}

.text-field {
  border: 1px solid var(--border);
  border-radius: 8px;
  height: 50px;
}

.div-block-9 {
  margin-bottom: 25px;
}

.success-message {
  background-color: #95d87a69;
}

.div-block-10 {
  display: block;
}

.code-embed {
  margin-left: auto;
  margin-right: auto;
}

.div-block-11, .div-block-12, .form {
  display: none;
}

.code-embed-2 {
  display: block;
}

html.w-mod-js [data-ix="botao-whatsapp"] {
  opacity: 0;
  display: none;
}

@media screen and (max-width: 991px) {
  body {
    letter-spacing: -.3px;
    font-size: 18px;
  }

  h1 {
    font-size: 57px;
  }

  h2 {
    font-size: 45px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  p {
    letter-spacing: -.3px;
    font-size: 18px;
    line-height: 1.3;
  }

  li {
    font-size: 18px;
  }

  blockquote {
    font-size: 24px;
  }

  .section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.bg-gray.overflow {
    padding-top: 100px;
  }

  .section.hero-section {
    padding-top: 13vw;
  }

  .section.mezzanine {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container {
    max-width: 770px;
  }

  .btn-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .button-wrap._2-column {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    position: absolute;
    inset: auto 0% 10vw;
  }

  .button-wrap._2-column.auth {
    display: none;
  }

  .button-text.login {
    margin-right: 5px;
    font-size: 14px;
    font-weight: 500;
  }

  .material-symbols-outlined.scaled-mid {
    transform: scale(1.35);
  }

  .color-wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid._2-column.odd {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid._2-column.hero {
    grid-template-columns: 1fr;
  }

  .grid._2-column.hero._56 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

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

  .grid._2-column.flex-on-mobile {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .grid.center-content {
    margin-bottom: 40px;
  }

  .grid-content {
    text-align: left;
    max-width: 420px;
  }

  .grid-content.centered {
    max-width: 420px;
  }

  .grid-content.centered._2 {
    max-width: 510px;
  }

  .grid-content.sticky {
    min-height: auto;
    max-height: none;
    position: relative;
    top: 0;
  }

  .grid-content.flex {
    text-align: left;
  }

  .general-wrap.cta-grid {
    justify-content: center;
  }

  .general-wrap.cta-grid.hidden-on-mobile {
    display: none;
  }

  .general-wrap.cta-grid._1 {
    justify-content: flex-start;
    display: flex;
  }

  .subheader {
    font-size: 20px;
  }

  .gird._3-column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .gird._3-column._380.bigger-gap {
    grid-column-gap: 24px;
    grid-row-gap: 40px;
  }

  .feature-item {
    padding-left: 32px;
    padding-right: 32px;
  }

  .video-wrap {
    margin-left: -40px;
    margin-right: -40px;
  }

  .faq-wrap {
    max-width: none;
  }

  .h4-header.faq-header {
    font-size: 22px;
  }

  .price-item {
    max-width: none;
  }

  .price-features-wrap, .price-cta-wrap {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .price {
    font-size: 38px;
  }

  .price-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .price-wrap._5 {
    width: 100%;
  }

  .testimonials-wrap {
    justify-items: center;
  }

  .testimonial-item.push-back {
    max-width: 360px;
    margin-left: 0%;
  }

  .img.hero-img {
    display: none;
  }

  .img.mobile-ui {
    position: static;
  }

  .hero-img-wrap {
    background-position: 50% 0;
    height: 80vw;
    min-height: auto;
    max-height: none;
    margin-right: 0%;
    top: 0;
    left: 0%;
  }

  .security-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .text-wrap {
    max-width: 210px;
  }

  .collection-list-wrapper {
    max-width: none;
  }

  .product-img-wrap {
    margin-right: 0%;
    top: 0;
    left: 0%;
  }

  .pre-header-wrap.show-on-mobile {
    display: block;
  }

  .h1-header {
    font-size: 74px;
  }

  .navigation {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-content {
    background-color: var(--dark);
    justify-content: space-between;
    align-items: flex-start;
    height: 7vh;
    min-height: 60px;
    padding-left: 16px;
    padding-right: 16px;
    position: fixed;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .logo-wrap {
    width: 140px;
    height: 60px;
  }

  .logo {
    left: -5px;
  }

  .nav-menu {
    flex: 0 auto;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: absolute;
    inset: 30vw 40px auto;
  }

  .nav-link {
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    line-height: 1.55;
  }

  .decoy, .circle {
    display: none;
  }

  .footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-buttons-wrap {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    height: 60px;
    margin-right: .5vw;
    display: flex;
  }

  .login-icon {
    width: auto;
  }

  .menu-icon-wrap {
    cursor: default;
  }

  .hero-mobile-cta {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.5fr;
    grid-auto-columns: 1fr;
    max-width: none;
    margin-top: 36px;
    display: none;
  }

  .close-menu {
    color: var(--white);
    cursor: default;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    display: none;
  }

  .footer-cta-wrap {
    min-height: 250px;
  }

  .play-button-wrap:hover {
    transform: none;
  }

  .footer-content {
    grid-template-columns: .75fr 1fr;
  }

  .inner-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-logo {
    width: 120px;
  }

  .whatsapp-button {
    bottom: 16px;
    right: 16px;
  }

  .tutorial-text-wrap {
    padding-top: 12px;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-6 {
    margin-bottom: 20px;
  }

  .div-block-8 {
    width: 80%;
  }

  .slider {
    height: 920px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -1.5px;
    font-size: 42px;
  }

  h2 {
    letter-spacing: -1.3px;
    font-size: 35px;
  }

  h3 {
    letter-spacing: -1px;
    font-size: 24px;
  }

  h4 {
    letter-spacing: -.9px;
    font-size: 20px;
    line-height: 1.15;
  }

  blockquote {
    background-position: 0 0;
    background-size: 50px;
    padding-top: 25px;
    padding-left: 50px;
    padding-right: 0;
  }

  .section.hero-section {
    padding-top: 16vw;
  }

  .btn-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .button {
    letter-spacing: -.4px;
    min-width: 140px;
    height: 48px;
    font-size: 16px;
  }

  .button.main-button {
    text-align: center;
  }

  .button.small-text {
    font-size: 14px;
  }

  .button-wrap._2-column {
    bottom: 6vh;
  }

  .material-symbols-outlined.scaled-up-plus {
    transform: scale(2.5);
  }

  .color-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .accordion-item {
    box-shadow: 0 1px 12px 0 var(--shadow);
    margin-bottom: 4px;
  }

  .accordion-icon-wrap {
    margin-left: 16px;
  }

  .grid._2-column {
    grid-template-columns: 1fr;
  }

  .grid._2-column.odd {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid._2-column.hero {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .grid._2-column.flex-on-mobile {
    display: flex;
  }

  .grid._2-column.flex-on-mobile.no-reverse {
    flex-direction: column;
  }

  .grid-content.centered._2 {
    max-width: 420px;
  }

  .gird._3-column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .feature-item {
    padding: 40px 24px;
  }

  .feature-item.centered-text {
    background-color: #0000;
  }

  .h3-header.feature {
    font-size: 22px;
  }

  .video-wrap {
    margin-left: -40px;
    margin-right: -40px;
  }

  .h4-header.faq-header {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.2;
  }

  .price-item {
    flex: none;
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .price-header-wrap {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  .price-features-wrap {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .price-cta-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }

  .currency {
    font-size: 18px;
  }

  .price-feature-item {
    margin-bottom: 16px;
  }

  .price-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .testimonials-wrap {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-item, .testimonial-item.push-back {
    max-width: none;
  }

  .hero-img-wrap {
    background-position: 50% 0;
  }

  .text-wrap {
    align-items: flex-start;
  }

  .h1-header {
    font-size: 60px;
  }

  .logo-wrap {
    width: 125px;
  }

  .nav-link {
    font-size: 20px;
  }

  .circle {
    flex: none;
    display: block;
  }

  .video-lightbox {
    max-width: none;
    height: 60vw;
    min-height: auto;
    max-height: none;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero-mobile-cta {
    grid-template-columns: .75fr 1.5fr;
  }

  .footer-cta-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-bottom: 50px;
  }

  .footer-content {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 50px;
  }

  .inner-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .dev-wrap {
    font-size: 16px;
  }

  .div-block {
    padding-bottom: 50px;
  }

  .copyright-social-wrap {
    flex-direction: column;
  }

  .social-link {
    margin-left: 4px;
    margin-right: 4px;
  }

  .copyright {
    margin-bottom: 24px;
  }

  .form-block-100 {
    box-shadow: 0 1px 12px 0 var(--shadow);
    min-width: 100%;
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 479px) {
  body {
    background-color: var(--background-1);
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 34px;
  }

  blockquote {
    font-weight: 300;
  }

  .section {
    background-color: var(--background-1);
    padding: 7vh 16px;
  }

  .section.bg-gray._50-more {
    padding-bottom: 65px;
  }

  .section.bg-gray.video-section {
    margin-bottom: 7vh;
    padding-bottom: 0;
  }

  .section.bg-gray._20 {
    margin-top: -20px;
  }

  .section.bg-gray.wht-on-mobile {
    background-color: var(--white);
  }

  .section.hero-section {
    padding-top: 24vw;
    padding-bottom: 0;
  }

  .section.certified {
    background-color: var(--background-1);
    padding-bottom: 25px;
  }

  .section.tutorial-hero {
    padding-top: 104px;
    padding-bottom: 44px;
  }

  .btn-wrap {
    grid-template-columns: 1fr;
  }

  .button {
    min-width: auto;
  }

  .button.main-button.logger {
    max-width: none;
  }

  .button.main-button.pos {
    background-color: var(--dim-border);
    margin-top: 15px;
    display: block;
  }

  .button.ghost-button.hidden {
    display: none;
  }

  .button.small-text {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    max-width: none;
    height: 38px;
    margin-top: 16px;
    overflow: visible;
  }

  .button-wrap.right-margin {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .button-wrap.right-margin.hidden-on-mobile {
    margin-bottom: 0;
    display: block;
  }

  .button-wrap._2-column {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    max-width: 320px;
    bottom: 10vh;
  }

  .button-wrap._2-column.auth {
    left: 16px;
    right: 16px;
  }

  .button-text-wrap.dev-link {
    font-size: 16px;
  }

  .color-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .accordion-item {
    margin-bottom: 8px;
  }

  .accordion-trigger {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .accordion-icon-wrap {
    width: 40px;
  }

  .grid._2-column {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .grid._2-column.odd {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    max-width: 380px;
  }

  .grid._2-column.hero {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
  }

  .grid._2-column.hero._56 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .grid.center-content {
    margin-bottom: 50px;
  }

  .grid-content {
    max-width: 320px;
  }

  .grid-content.centered {
    text-align: left;
    max-width: 320px;
  }

  .grid-content.centered.page.cntr-still {
    text-align: center;
  }

  .grid-content.centered._2 {
    max-width: 320px;
  }

  .grid-content.sticky {
    text-align: left;
  }

  .grid-content.hero {
    max-width: 320px;
    margin-bottom: 0;
  }

  .grid-content.flex {
    background-color: var(--white);
    text-align: left;
    border-radius: 4px;
    flex: none;
    width: 260px;
    min-width: 270px;
    max-width: 280px;
    margin-right: 8px;
    padding: 24px;
    box-shadow: 0 1px 20px #0914261a;
  }

  .grid-content._900 {
    margin-bottom: 0;
  }

  .header-wrap {
    margin-bottom: 24px;
  }

  .header-wrap._0, .header-wrap._0-on-mobile {
    margin-bottom: 0;
  }

  .general-wrap.cta-grid {
    flex-direction: column;
    align-items: center;
  }

  .general-wrap.cta-grid._1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 24px;
    display: block;
  }

  .subheader {
    font-size: 18px;
  }

  .gird._3-column {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .gird._3-column._380 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }

  .gird._3-column._380.bigger-gap {
    grid-row-gap: 40px;
  }

  .feature-item {
    border-bottom-style: none;
    padding: 12vw 8vw;
  }

  .feature-item.centered-text {
    box-shadow: 0 1px 20px 0 var(--shadow);
    text-align: left;
    border-style: solid;
    border-color: #0000;
    border-radius: 0;
  }

  .feature-item.centered-text.first {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .feature-item.last {
    border-bottom-style: solid;
  }

  .feature-item.last.centered-text {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .feature-icon-wrap {
    margin-bottom: 28px;
    margin-left: 0;
    margin-right: 0;
  }

  .feature-headet-wrap {
    margin-bottom: 18px;
  }

  .h3-header.price-header {
    font-size: 20px;
  }

  .h3-header.price-header.purple, .h3-header.price-header.yellow {
    text-align: center;
  }

  .h3-header.footer-title {
    font-size: 20px;
    display: none;
  }

  .video-wrap {
    margin-left: -16px;
    margin-right: -16px;
  }

  .faq-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .h4-header.faq-header {
    font-size: 18px;
  }

  .price-item {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 8vw;
    padding-bottom: 8vw;
    box-shadow: 0 1px 20px #e3e9fab3;
  }

  .price-header-wrap {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  .price-features-wrap {
    padding-left: 5vw;
    padding-right: 8vw;
  }

  .price-cta-wrap {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .price {
    font-size: 34px;
  }

  .price-currency-wrap {
    justify-content: center;
  }

  .currency {
    font-size: 14px;
  }

  .price-feature {
    font-size: 16px;
    line-height: 1.2;
  }

  .price-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: -20px;
    margin-bottom: -20px;
    margin-left: -16px;
    padding: 20px 0 20px 16px;
    display: block;
    overflow: auto;
  }

  .price-wrap._5 {
    padding-left: 0;
  }

  .testimonials-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    max-width: 380px;
  }

  .img.mobile-ui {
    box-shadow: 0 1px 20px 0 var(--shadow);
  }

  .img.social {
    max-width: 26px;
  }

  .hero-img-wrap {
    background-position: 50% 0;
    height: 115vw;
    min-height: auto;
    max-height: none;
    margin-left: -16px;
    margin-right: -16px;
  }

  .security-grid {
    z-index: 1;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin: -90px -16px -20px;
    padding: 20px 8px 20px 16px;
    display: flex;
    position: relative;
    overflow: auto;
  }

  .text-wrap {
    align-items: center;
    max-width: none;
    padding-right: 0;
  }

  .product-img-wrap {
    text-align: center;
    width: auto;
    max-width: 60vw;
    margin-left: 0%;
    display: block;
    right: 0%;
  }

  .pre-header-wrap {
    align-self: flex-start;
  }

  .pre-header-wrap.show-on-mobile {
    align-self: center;
  }

  .h1-header {
    font-size: 42px;
  }

  .navigation {
    padding-left: 16px;
    padding-right: 16px;
  }

  .logo {
    left: -8px;
  }

  .nav-menu {
    position: fixed;
    top: 27.5vh;
    left: 16px;
    right: 16px;
  }

  .nav-link {
    font-size: 28px;
  }

  .circle {
    width: 90vw;
    height: 90vw;
  }

  .video-lightbox {
    height: 80vw;
    margin-left: -16px;
    margin-right: -16px;
  }

  .footer {
    padding: 7vh 16px;
  }

  .heading {
    font-size: 42px;
  }

  .hero-mobile-cta {
    max-width: 320px;
    margin-top: 30px;
    display: none;
  }

  .footer-cta-wrap {
    border-radius: 4px;
    max-width: 320px;
    min-height: 180px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 7vh;
  }

  .footer-content {
    grid-column-gap: 0vh;
    grid-row-gap: 0vh;
    border-bottom: 1px solid var(--dim-border);
    flex-direction: column-reverse;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 7vh;
    padding-bottom: 7vh;
    display: flex;
  }

  .inner-grid {
    grid-column-gap: 7vh;
    grid-row-gap: 7vh;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer-logo {
    width: 110px;
  }

  .dev-wrap {
    max-width: none;
    font-size: 18px;
  }

  .dev-link-wrap {
    margin-top: 28px;
  }

  .footer-link-contact-menu {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-link-contact-menu.full {
    max-width: none;
    display: none;
  }

  .footer-link {
    font-size: 16px;
  }

  .footer-link.contactos {
    display: none;
  }

  .small-header {
    font-size: 20px;
  }

  .footer-contact-text {
    font-size: 18px;
  }

  .footer-contact-wrap {
    max-width: 250px;
  }

  .div-block {
    border-top: 1px solid var(--dim-border);
    border-bottom: 1px #ffffff0f;
    padding-top: 7vh;
    padding-bottom: 0;
  }

  .copyright-social-wrap {
    flex-direction: column;
    align-items: center;
    padding-top: 7vh;
  }

  .copyright {
    text-align: center;
    margin-bottom: 4vh;
    line-height: 1.4;
  }

  .text-span {
    display: block;
  }

  .text-span-2 {
    display: none;
  }

  .whatsapp-button {
    z-index: 100;
  }

  .div-block-4, .collection-list-wrapper-2 {
    margin-right: 0;
  }

  .tutorial-text-wrap {
    padding-top: 8px;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 50px;
  }

  .div-block-6 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .div-block-7 {
    width: 50px;
    height: 50px;
  }

  .text-block-8 {
    margin-bottom: 5px;
    padding: 10px;
    font-size: 13px;
  }

  .div-block-8 {
    width: 100%;
  }

  .slider {
    height: 1311px;
  }

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

  .form-block-100 {
    width: auto;
    min-width: auto;
    margin-bottom: 8px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-11, .div-block-12 {
    display: none;
  }
}

#w-node-_8452f2d8-1ebd-13e2-d393-942eb7a620f8-c95f6bd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8452f2d8-1ebd-13e2-d393-942eb7a62157-c95f6bd0, #w-node-_8452f2d8-1ebd-13e2-d393-942eb7a62169-c95f6bd0, #w-node-_89dbb22d-d6eb-1c2b-ede9-f0fbbc725087-c95f6bd0, #w-node-c8342e36-2bcd-532f-f496-feba7f2b19b0-c95f6bd0, #w-node-_8452f2d8-1ebd-13e2-d393-942eb7a6216a-c95f6bd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51e36df9-95f2-4b77-6f3c-0c0429a9bd6a-c95f6bd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9732d13b-905e-b693-6da6-2fa52a20c731-c95f6bd0, #w-node-_6862b641-9d7b-377d-0876-47965c6555bb-c95f6bd0, #w-node-_8452f2d8-1ebd-13e2-d393-942eb7a621d3-c95f6bd0, #w-node-_8452f2d8-1ebd-13e2-d393-942eb7a621db-c95f6bd0, #w-node-_8452f2d8-1ebd-13e2-d393-942eb7a621e5-c95f6bd0, #w-node-_8452f2d8-1ebd-13e2-d393-942eb7a621ef-c95f6bd0, #w-node-_8452f2d8-1ebd-13e2-d393-942eb7a621f9-c95f6bd0, #w-node-_8452f2d8-1ebd-13e2-d393-942eb7a62203-c95f6bd0, #w-node-_8452f2d8-1ebd-13e2-d393-942eb7a6220d-c95f6bd0, #w-node-_5e7dcab4-5138-9038-ded9-5e89e405c436-c95f6bd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b1b95a6-ef73-d1a0-316b-f46286dfd8b7-c95f6bd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8452f2d8-1ebd-13e2-d393-942eb7a62223-c95f6bd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8452f2d8-1ebd-13e2-d393-942eb7a62113-c95f6bd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8452f2d8-1ebd-13e2-d393-942eb7a62119-c95f6bd0, #w-node-_8452f2d8-1ebd-13e2-d393-942eb7a6211f-c95f6bd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8452f2d8-1ebd-13e2-d393-942eb7a62125-c95f6bd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d320cb79-0834-e88f-93ea-34b00015b282-0015b27c {
  justify-self: end;
}

#w-node-d320cb79-0834-e88f-93ea-34b00015b28b-0015b27c, #w-node-d320cb79-0834-e88f-93ea-34b00015b298-0015b27c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d320cb79-0834-e88f-93ea-34b00015b299-0015b27c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d320cb79-0834-e88f-93ea-34b00015b29a-0015b27c, #w-node-d320cb79-0834-e88f-93ea-34b00015b29c-0015b27c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d320cb79-0834-e88f-93ea-34b00015b2ac-0015b27c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d320cb79-0834-e88f-93ea-34b00015b2ad-0015b27c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d320cb79-0834-e88f-93ea-34b00015b2af-0015b27c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d320cb79-0834-e88f-93ea-34b00015b2b5-0015b27c, #w-node-d320cb79-0834-e88f-93ea-34b00015b2bc-0015b27c, #w-node-_50af177a-9973-25f8-2650-3b15f77214e1-f77214e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8128da50-28db-fff1-9397-0321059ef670-5b2c8f20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_55903a26-fb09-bbb3-effe-67fbf8b6c384-5b2c8f20, #w-node-_67edd3bd-02d0-3bd5-8073-c96d6789abf3-5b2c8f20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f05b841-49d2-a96d-9e76-1858dac07b7e-5b2c8f20, #w-node-_96eff8e4-3844-b613-b10e-e550b8c7265b-5b2c8f20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_698b44de-78bc-ffc9-3000-a6f0c6d7499a-5b2c8f20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a4907604-d8e3-175a-d303-eb66f2130338-5b2c8f20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_325a4921-cfac-caaf-847d-ef94b3ecb9c7-5b2c8f20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_68049c9c-c95f-6eeb-23de-3427c70a3bd9-5b2c8f20, #w-node-_6376b9b5-e680-0e4b-7434-0723871f740b-5b2c8f20, #w-node-d49763f4-4c74-31f9-0610-2870642da799-5b2c8f20, #w-node-_5b49f83b-4c14-8741-e9c9-16433ba6d607-5b2c8f20, #w-node-_2385108d-541b-bef6-993d-5fab4daf5006-5b2c8f20, #w-node-_470e032f-8e8a-60b1-e088-aefd719e7a3a-5b2c8f20, #w-node-e6a3064b-8e47-1af1-859a-7b645d2bc198-5b2c8f20, #w-node-ea1a966c-7c9a-9d3a-ec05-e57c43b5e1d0-5b2c8f20, #w-node-aae22688-2f64-e8ba-3e2b-317db2f13dd5-5b2c8f20, #w-node-f48ad5e1-89a1-c494-2581-2aefb2a6a6e5-5b2c8f20, #w-node-fd0457b8-8655-b0d6-56a7-b7d89addee11-5b2c8f20, #w-node-d538d4c3-84c3-36ce-fe0e-bfaf05f05d71-5b2c8f20, #w-node-_8f1e4a4e-1690-f2a8-10fd-aad22b47d8da-5b2c8f20, #w-node-ba722867-34e5-6ce5-b026-87b0a1f49ad5-5b2c8f20, #w-node-_06498ad6-aec1-41ea-ca95-6a5cf8e976c3-5b2c8f20, #w-node-_2b21887d-a5a1-c0e2-5e23-c74c69fc28a2-5b2c8f20, #w-node-_08a79ad7-27c1-3744-3f3c-b760e858b4af-5b2c8f20, #w-node-facdbdc3-fdf4-45b0-4acf-be849eb8f162-5b2c8f20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85ac8e1f-fb3a-527c-237c-f4b50337179e-eb221d7a, #w-node-e9d40f55-2f44-b277-1373-07ba612f58a9-e9ad2a43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c7e2454e-ee31-2aa5-5c22-94de9d540220-e9ad2a43, #w-node-_8a1d453b-ff24-59c5-3be2-02f94485a007-e9ad2a43, #w-node-_8c61ad0a-d328-a919-8c19-9e0555924fc2-e9ad2a43, #w-node-ca35f395-6ff7-24be-b572-c1e630271c5b-e9ad2a43, #w-node-ea880be6-04b0-acc2-fc26-d1d29b25ec26-e9ad2a43, #w-node-_0902b388-2e71-02b2-e531-e6ba9661b3bc-e9ad2a43, #w-node-_160375ae-b958-99bd-80a2-ed6e9b0261c5-e9ad2a43, #w-node-f99e0f82-b857-b03f-b2fd-e636cac8d62e-e9ad2a43, #w-node-_59ed32bd-a0e2-5c3d-1f1d-216a78ba4f01-e9ad2a43, #w-node-_3b0710e4-2f90-e2d2-05d4-f9e6da42ea35-e9ad2a43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb4f0969-c4f4-1f96-ac34-816b7d202f89-e9ad2a43, #w-node-_4e462f73-1107-0eb4-95c2-23ab4c426e33-eae87bbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8452f2d8-1ebd-13e2-d393-942eb7a620f8-e1b006be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8452f2d8-1ebd-13e2-d393-942eb7a62157-e1b006be, #w-node-_8452f2d8-1ebd-13e2-d393-942eb7a62169-e1b006be, #w-node-_89dbb22d-d6eb-1c2b-ede9-f0fbbc725087-e1b006be, #w-node-_8452f2d8-1ebd-13e2-d393-942eb7a6216a-e1b006be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51e36df9-95f2-4b77-6f3c-0c0429a9bd6a-e1b006be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9732d13b-905e-b693-6da6-2fa52a20c731-e1b006be, #w-node-_6862b641-9d7b-377d-0876-47965c6555bb-e1b006be, #w-node-_8452f2d8-1ebd-13e2-d393-942eb7a621d3-e1b006be, #w-node-_8452f2d8-1ebd-13e2-d393-942eb7a621db-e1b006be, #w-node-_8452f2d8-1ebd-13e2-d393-942eb7a621e5-e1b006be, #w-node-_8452f2d8-1ebd-13e2-d393-942eb7a621ef-e1b006be, #w-node-_8452f2d8-1ebd-13e2-d393-942eb7a621f9-e1b006be, #w-node-_8452f2d8-1ebd-13e2-d393-942eb7a62203-e1b006be, #w-node-_8452f2d8-1ebd-13e2-d393-942eb7a6220d-e1b006be, #w-node-_5e7dcab4-5138-9038-ded9-5e89e405c436-e1b006be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b1b95a6-ef73-d1a0-316b-f46286dfd8b7-e1b006be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8452f2d8-1ebd-13e2-d393-942eb7a62223-e1b006be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_67fde68d-3e82-ba9a-8086-96352fbea908-e1b006be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4f9619f-89ec-23a5-d27b-69b8a82af0d0-e1b006be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d4f9619f-89ec-23a5-d27b-69b8a82af0d7-e1b006be, #w-node-_8452f2d8-1ebd-13e2-d393-942eb7a62113-e1b006be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8452f2d8-1ebd-13e2-d393-942eb7a62119-e1b006be, #w-node-_8452f2d8-1ebd-13e2-d393-942eb7a6211f-e1b006be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8452f2d8-1ebd-13e2-d393-942eb7a62125-e1b006be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_8452f2d8-1ebd-13e2-d393-942eb7a620f8-c95f6bd0, #w-node-_8452f2d8-1ebd-13e2-d393-942eb7a62223-c95f6bd0, #w-node-_8452f2d8-1ebd-13e2-d393-942eb7a62113-c95f6bd0, #w-node-_8452f2d8-1ebd-13e2-d393-942eb7a62119-c95f6bd0, #w-node-_8452f2d8-1ebd-13e2-d393-942eb7a6211f-c95f6bd0, #w-node-_8452f2d8-1ebd-13e2-d393-942eb7a62125-c95f6bd0, #w-node-_85ac8e1f-fb3a-527c-237c-f4b50337179e-eb221d7a, #w-node-e9d40f55-2f44-b277-1373-07ba612f58a9-e9ad2a43, #w-node-bb4f0969-c4f4-1f96-ac34-816b7d202f89-e9ad2a43, #w-node-_4e462f73-1107-0eb4-95c2-23ab4c426e33-eae87bbf, #w-node-_8452f2d8-1ebd-13e2-d393-942eb7a620f8-e1b006be, #w-node-_8452f2d8-1ebd-13e2-d393-942eb7a62223-e1b006be, #w-node-d4f9619f-89ec-23a5-d27b-69b8a82af0d0-e1b006be, #w-node-_8452f2d8-1ebd-13e2-d393-942eb7a62113-e1b006be, #w-node-_8452f2d8-1ebd-13e2-d393-942eb7a62119-e1b006be, #w-node-_8452f2d8-1ebd-13e2-d393-942eb7a6211f-e1b006be, #w-node-_8452f2d8-1ebd-13e2-d393-942eb7a62125-e1b006be {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d320cb79-0834-e88f-93ea-34b00015b282-0015b27c, #w-node-d320cb79-0834-e88f-93ea-34b00015b299-0015b27c {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d320cb79-0834-e88f-93ea-34b00015b299-0015b27c, #w-node-d320cb79-0834-e88f-93ea-34b00015b29c-0015b27c, #w-node-d320cb79-0834-e88f-93ea-34b00015b2ac-0015b27c {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Fonte Principal';
  src: url('../fonts/fonte-principal.eot') format('embedded-opentype'), url('../fonts/fonte-principal.woff') format('woff'), url('../fonts/fonte-principal.ttf') format('truetype'), url('../fonts/fonte-principal.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}