:root {
  --prymary-black: black;
  --grey-3: #626666;
  --gray-2\<deleted\|variable-bb87af20\>: #313333;
  --gray-1: #191a1a;
  --prymary-white: white;
  --gray-scale-5: lightgrey;
  --gray-4: #939999;
  --gray-6: #eaeaea;
  --prymary-crema: #f6f3f1;
  --gray-7: #f8f8f8;
  --prymary-tangerine: #ff7a45;
  --grey-4: #eaeaea;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--prymary-black);
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  font-size: 64px;
  font-weight: 400;
  line-height: 72px;
}

h2 {
  letter-spacing: .24px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
}

h3 {
  letter-spacing: .24px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

a {
  color: red;
  text-decoration: underline;
}

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

.feature {
  width: 25%;
  padding-top: 16px;
}

.footer {
  z-index: 20;
  background-color: var(--prymary-black);
  justify-content: center;
  width: 100%;
  margin-top: 0;
  padding-top: 56px;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
  position: relative;
}

.fondlogo {
  color: #fff;
  letter-spacing: -.05em;
  margin-left: -15px;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 12.4vw;
  font-weight: 600;
  line-height: 13vw;
  display: inline-block;
  overflow: visible;
}

.containerfoooter {
  max-width: 100%;
  height: 100%;
  padding: 0 0;
  overflow: hidden;
}

.regularh4 {
  color: var(--grey-3);
  letter-spacing: .32px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.contenderorfooter {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: row;
  margin-top: 48px;
  padding-left: 0;
  display: flex;
}

.contenderorfooter.nav {
  margin-top: 64px;
  padding: 0 64px 72px;
  display: flex;
}

.link-2 {
  color: #fff;
  letter-spacing: .24px;
  margin-top: 1em;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.link-2.black {
  color: var(--prymary-black);
  letter-spacing: .32px;
  margin-top: 16px;
  transition: opacity .28s;
}

.link-2.black:hover {
  opacity: .5;
}

.link-2.black.w--current {
  letter-spacing: .32px;
}

.navbar-stack {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-right: 0;
  display: flex;
}

.avisosfooter {
  margin-top: 152px;
  padding-left: 0;
  padding-right: 0;
}

.aviso {
  color: var(--grey-3);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.linkaviso {
  color: #fff;
  letter-spacing: .32px;
  margin-top: 0;
  margin-left: 24px;
  margin-right: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.linkaviso.todos {
  letter-spacing: .32px;
  margin-left: .5em;
  font-family: Inter, sans-serif;
}

.div-block-7 {
  justify-content: space-between;
  display: flex;
}

.div-block-8 {
  background-color: var(--gray-2\<deleted\|variable-bb87af20\>);
  height: 1px;
  margin-top: 32px;
}

.div-block-9 {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 112px;
  display: flex;
}

.div-block-10 {
  width: 50%;
}

.div-block-11 {
  align-items: center;
  display: flex;
}

.div-block-12 {
  background-color: #36ae22;
  border-radius: .8em;
  width: 8px;
  height: 8px;
}

.hero {
  background-color: #fff;
  background-image: linear-gradient(#fff, #f8f8f8);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 136px;
  display: flex;
  position: sticky;
  overflow: hidden;
}

.navbar {
  z-index: 999;
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #333;
  object-fit: fill;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0;
  display: block;
  position: fixed;
  top: 0;
}

.empresarial {
  background-color: var(--prymary-black);
  color: var(--prymary-white);
  text-align: center;
  border-radius: 100vw;
  padding: 16px 24px 18px;
  font-family: Sf Pro Display Regular;
  font-size: 16px;
  line-height: 16px;
}

.empresarial.white {
  background-color: var(--prymary-white);
  color: var(--prymary-black);
  letter-spacing: 0;
  border-radius: 100px;
  width: auto;
  min-width: 104px;
  padding: 8px 24px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
}

.empresarial.white.none {
  opacity: .5;
  background-color: #fff0;
  width: auto;
  padding-bottom: 8px;
  display: inline-block;
}

.empresarial.nav {
  color: var(--prymary-white);
  letter-spacing: 0;
  border-radius: 100px;
  padding: .5rem 1.5rem;
  font-family: Inter, sans-serif;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 1.5rem;
  transition: background-color .2s;
}

.empresarial.nav:hover {
  background-color: var(--gray-2\<deleted\|variable-bb87af20\>);
}

.linkmenu {
  color: var(--prymary-black);
  letter-spacing: 0;
  margin-top: 0;
  margin-right: 24px;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.linkmenu.der {
  letter-spacing: .32px;
  margin-left: 24px;
  margin-right: 0;
  font-size: 16px;
  display: none;
}

.linkmenu.der.wh {
  color: var(--prymary-white);
}

.navbar-items {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  border-radius: 10em;
  align-items: center;
  width: auto;
  padding: 0;
  display: flex;
}

.hero-heading {
  opacity: 1;
  color: var(--prymary-black);
  text-align: center;
  letter-spacing: .4px;
  margin-top: 16px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 104px;
  font-weight: 400;
  line-height: 104px;
}

.hero-heading.white {
  opacity: 1;
  color: var(--prymary-white);
  letter-spacing: .32px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 64px;
  line-height: 72px;
  position: relative;
  top: 0;
}

.hero-heading.white.display {
  text-align: left;
  letter-spacing: 0;
  font-size: 88px;
  line-height: 96px;
  position: static;
}

.hero-heading.white.left {
  text-align: center;
  display: block;
}

.hero-heading.white.left.display {
  font-size: 104px;
  line-height: 120px;
  display: none;
}

.navbar-left {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.image-3 {
  width: 450px;
  margin-top: 16px;
}

.navbar-right {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin-top: 0;
  display: flex;
}

.navbar-wrapper {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: .5rem 4rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.navbar-wrapper.is-open {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.potencia {
  z-index: 10;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 100px 64px;
  font-family: Sf Pro Display Medium;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.potencia.headline {
  padding-top: 120px;
  padding-bottom: 80px;
}

.contenedor-potencia {
  flex: 0 auto;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

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

.potencibtn {
  text-align: left;
  width: auto;
  margin-top: 40px;
}

.over {
  z-index: 300;
  background-color: var(--prymary-black);
  margin-top: 0;
  padding: 80px 64px;
  position: relative;
  overflow: hidden;
}

.over.growth {
  border: 1px solid #000;
  padding-top: 100px;
  padding-bottom: 160px;
}

.featureizq {
  width: 100%;
}

.featureizq._2 {
  margin-top: 0;
  margin-bottom: 0;
}

.icons {
  width: 40px;
  margin-right: 8px;
}

.lista {
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  margin-top: 0;
  display: flex;
}

.contenedorlistado {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 120px;
  display: flex;
}

.nuestroinicio {
  z-index: 100;
  background-color: var(--prymary-black);
  padding-bottom: 0;
  padding-left: 64px;
  padding-right: 64px;
  position: static;
  top: 1px;
  overflow: visible;
}

.tag-cifra {
  color: var(--prymary-white);
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 20px;
}

.tag-cifra._2 {
  text-align: center;
  font-family: Inter, sans-serif;
}

.numbers-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 400px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.numbers-container._2 {
  align-items: center;
  height: 100vh;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.h1footer {
  color: var(--prymary-white);
  text-align: center;
  letter-spacing: -.125rem;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 4.25rem;
}

.abretucuenta {
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph-faq {
  color: var(--prymary-black);
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.faqs {
  z-index: 5;
  background-color: var(--prymary-white);
  color: var(--grey-3);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.benefits-heading {
  color: #000;
  text-align: left;
  cursor: pointer;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.faqs-item-headline {
  width: 100%;
  padding-left: 0;
  display: block;
}

.faqs-item-container {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faqs-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #0000;
  border: 1px #d3d3d3;
  border-bottom: 1px solid #939999a1;
  border-radius: 0;
  flex-flow: column;
  flex: 0 auto;
  width: 100%;
  margin-bottom: 0;
  padding: 0 0 1.25rem;
  display: flex;
}

.faqs-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 64px;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.link-3 {
  color: #000;
  text-align: left;
  letter-spacing: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.link-3:hover {
  text-decoration: none;
}

.link-3.cta {
  margin-top: 24px;
}

.faqs-item-trigger {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.accordion-item-content {
  color: #000;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  display: block;
  overflow: hidden;
}

.content_wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faqs-wrapper {
  grid-row-gap: 1.75rem;
  flex-direction: column;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.faqs_headline {
  color: #000;
  letter-spacing: 0;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
}

.heading-9 {
  color: var(--prymary-white);
  text-align: left;
  width: 70%;
  margin-top: 0;
  font-family: Inter, sans-serif;
  position: sticky;
  top: 1px;
}

.secciones {
  z-index: 300;
  background-color: var(--prymary-black);
  margin-top: 0;
  position: relative;
  overflow: visible;
}

.featuresecciones {
  background-color: #f8f8f8;
  justify-content: space-between;
  align-items: center;
  height: 90vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 64px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
  box-shadow: 0 0 70px 100px #6266660d;
}

.featuresecciones.last {
  z-index: 200;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  position: sticky;
  box-shadow: 0 0 70px 100px #6266660d;
}

.featuresecciones._1 {
  z-index: 10;
  box-shadow: none;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.featuresecciones.black {
  z-index: 30;
  background-color: var(--prymary-black);
  height: 95vh;
  display: none;
  position: relative;
}

.featuresecciones._2 {
  height: 100vh;
}

.section-heading {
  color: var(--prymary-black);
  letter-spacing: -.25rem;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.section-heading._2 {
  text-align: center;
  letter-spacing: -5px;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

.section-heading.light {
  color: var(--prymary-white);
}

.textseccion {
  z-index: 500;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: relative;
}

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

.sincobros {
  z-index: 20;
  background-color: var(--prymary-black);
  margin-top: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.descripcioncostos {
  color: var(--prymary-black);
  width: 100%;
  margin-top: 40px;
  font-family: Sf Pro Display Regular;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.descripcioncostos._3 {
  letter-spacing: 0;
  width: 70%;
  margin-top: 80px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.div-block-24 {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.creadoresyempresas {
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  margin: 0 64px 64px;
  padding: 32px 48px 48px;
  position: relative;
}

.botonescreadoresempresas {
  background-color: #f2f2f200;
  border-radius: 10em;
  justify-content: center;
  padding: 0;
  display: flex;
}

.precios {
  color: var(--prymary-black);
  text-align: right;
  letter-spacing: 0;
  width: 60%;
  margin-top: 80px;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.potencibtn2 {
  width: auto;
  margin-top: 40px;
}

.image-6 {
  width: 100%;
  height: 100%;
}

.creadores {
  display: none;
  overflow: hidden;
}

.empresas {
  display: block;
}

.listadocreadores {
  border: 0 solid #000;
  height: auto;
  margin-top: 40px;
  margin-bottom: 0;
  overflow: visible;
}

.linealistado {
  border-top: 1px none var(--prymary-black);
  border-bottom: 1px solid var(--prymary-black);
  justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.linealistado._1 {
  border-top-style: solid;
  padding-top: 8px;
  padding-bottom: 8px;
}

.image-7 {
  margin-left: 24px;
}

.listadoempresas {
  border: 0 solid #000;
  height: auto;
  margin-top: 40px;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.botoneempresascreadores {
  background-color: #f2f2f200;
  border-radius: 10em;
  justify-content: center;
  padding: 0;
  display: flex;
}

.titulempresas {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.listadowhite {
  color: #fff;
  letter-spacing: 0;
  margin-top: 40px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.listadowhite._2 {
  text-align: center;
  margin-top: 16px;
}

.potencibtn2empresas {
  width: auto;
  margin-top: 40px;
}

.linkinfocreadores {
  color: var(--prymary-black);
  letter-spacing: -.1px;
  margin-top: 0;
  margin-right: 24px;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Sf Pro Display Regular;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.linkinfocreadores.der {
  margin-left: 24px;
  margin-right: 0;
  font-size: 20px;
  line-height: 32px;
  transition: opacity .2s;
  display: none;
}

.linkinfomenoscreadores {
  color: var(--prymary-black);
  letter-spacing: -.1px;
  margin-top: 0;
  margin-right: 24px;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Sf Pro Display Regular;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.linkinfomenoscreadores.der {
  margin-left: 24px;
  margin-right: 0;
  font-size: 20px;
  line-height: 32px;
  display: inline;
}

.linkinfoemrpesas {
  color: var(--prymary-black);
  letter-spacing: -.1px;
  margin-top: 0;
  margin-right: 24px;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Sf Pro Display Regular;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.linkinfoemrpesas.der {
  margin-left: 24px;
  margin-right: 0;
  font-size: 20px;
  line-height: 32px;
  display: none;
}

.linkmenosinfoempresas {
  color: var(--prymary-black);
  letter-spacing: -.1px;
  margin-top: 0;
  margin-right: 24px;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Sf Pro Display Regular;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.linkmenosinfoempresas.der {
  margin-left: 24px;
  margin-right: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 32px;
  display: inline;
}

.navbar-inside {
  z-index: 1;
  background-color: #0000;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: relative;
  top: auto;
  overflow: hidden;
}

.navbar-overlay {
  z-index: 1;
  opacity: .4;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.heroseccion {
  color: #fff;
  background-color: #f8f8f8;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 64px;
  display: flex;
  position: static;
  top: 20px;
  overflow: hidden;
}

.heading-11 {
  opacity: 1;
  color: #000;
  text-align: left;
  letter-spacing: -.25rem;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 88px;
  line-height: 88px;
}

.image-9 {
  float: right;
  clear: none;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fffdfd;
  text-overflow: clip;
  white-space: nowrap;
  object-fit: cover;
  object-position: 0% 50%;
  border: 1px #0000;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.countero {
  color: var(--prymary-white);
  margin-right: 24px;
  font-family: Inter, sans-serif;
  font-size: 100px;
  line-height: 104px;
}

.table-header-container {
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 64px;
  margin-left: 64px;
  margin-right: 64px;
  display: flex;
  position: relative;
}

.numbers {
  display: flex;
}

.none {
  color: var(--prymary-white);
  font-family: Inter, sans-serif;
  font-size: 100px;
  line-height: 104px;
}

.body {
  background-color: var(--prymary-black);
  font-family: Inter, sans-serif;
}

.headinghero {
  color: var(--prymary-black);
  letter-spacing: -.125rem;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 4rem;
}

.headinghero.white {
  color: var(--prymary-white);
  width: 40%;
}

.headinghero.lm {
  color: var(--prymary-white);
}

.features {
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.nuemeros {
  color: var(--gray-1);
  letter-spacing: -8px;
  text-indent: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 94px;
  line-height: 104px;
}

.paragraph-4 {
  color: var(--gray-1);
  letter-spacing: 0;
  margin-top: 24px;
  font-family: Inter, sans-serif;
  font-size: 24px;
}

.paragraph-4._2 {
  margin-top: 16px;
}

.contendor-botones {
  background-color: #f8f8f8;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  padding: 4px;
  display: flex;
}

.contendor-botones.black {
  background-color: #191a1a8c;
  display: flex;
  overflow: visible;
}

.desk-card {
  width: auto;
  height: 100vh;
  margin-top: -10vh;
  padding-top: 10vh;
  display: block;
  position: sticky;
  top: 0;
}

.backgroundcolor {
  width: 101%;
  height: 100%;
  display: block;
  position: absolute;
}

.image-13 {
  width: 101%;
  height: 100%;
}

.trigger {
  width: 0;
  height: 0;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.dre {
  text-align: center;
  margin-top: 56px;
}

.div-block-27 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 40px;
  display: flex;
}

.image-14 {
  width: 20%;
  height: auto;
}

.image-15 {
  width: 78%;
}

.div-block-28 {
  background-color: var(--prymary-black);
  margin-top: -50px;
  padding-top: 40px;
  position: sticky;
}

.div-block-29 {
  z-index: 50;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
  position: relative;
  top: 1px;
}

.div-block-30 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: -25vh;
  display: flex;
  position: static;
}

.txt-small {
  color: var(--grey-3);
  width: 40%;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  inset: auto 0% 80px 64px;
}

.paragraph-5 {
  letter-spacing: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.primmary-btn {
  color: var(--prymary-white);
  text-align: center;
  letter-spacing: 0;
  background-color: #000;
  border-radius: 320vw;
  padding: 1rem 2rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  transition: background-color .24s;
}

.primmary-btn:hover {
  background-color: var(--gray-2\<deleted\|variable-bb87af20\>);
}

.primmary-btn.gray {
  background-color: var(--gray-1);
}

.primmary-btn.lm {
  background-color: var(--prymary-white);
  color: var(--prymary-black);
  letter-spacing: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  transition: border-color .4s cubic-bezier(.374, .012, .123, 1.018), background-color .4s cubic-bezier(.374, .012, .123, 1.018);
}

.primmary-btn.lm:hover {
  background-color: var(--gray-1);
  color: var(--prymary-white);
}

.linkmenu-2 {
  color: #000;
  letter-spacing: -.1px;
  margin-top: 0;
  margin-right: 24px;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Sf Pro Display Regular;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.linkmenu-2.der {
  letter-spacing: .32px;
  margin-left: 24px;
  margin-right: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.inside-hero {
  width: 50%;
  overflow: hidden;
}

.nuemeros-2 {
  color: #191a1a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 104px;
  line-height: 104px;
}

.div-block-33 {
  width: 100%;
  margin-top: 80px;
}

.paragraph-7 {
  color: #191a1a;
  letter-spacing: 0;
  margin-top: 24px;
  font-family: Inter, sans-serif;
}

.image-17 {
  width: 101%;
  height: 100%;
}

.calcula-rendimeinto {
  z-index: 20;
  background-color: var(--prymary-white);
  margin-top: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.contenedor-calculadora {
  grid-column-gap: 16px;
  background-color: var(--prymary-white);
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin: 64px;
  padding: 8px;
  display: flex;
  position: relative;
}

.calculator {
  background-color: var(--prymary-white);
  border-radius: 16px;
  width: 50%;
  padding: 32px;
}

.calculator-result {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f8f8f8;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  padding: 32px;
  display: flex;
}

.submit-button {
  background-color: var(--prymary-black);
  letter-spacing: .32px;
  border-radius: 50px;
  width: 50%;
  padding: 16px 24px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--gray-scale-5);
  background-color: #0000;
  margin-top: 56px;
  margin-bottom: 105px;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-10 {
  color: var(--gray-4);
  text-align: left;
  letter-spacing: 0;
  margin-top: 24px;
  padding-top: 40px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.form-block {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: block;
}

.label {
  color: var(--gray-4);
  letter-spacing: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.resultado {
  color: var(--prymary-black);
  letter-spacing: .24px;
  font-size: 64px;
  line-height: 64px;
}

.resultado.mini {
  color: var(--prymary-black);
  letter-spacing: .32px;
  font-size: 20px;
  line-height: 32px;
}

.div-block-38 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.div-block-39 {
  object-fit: cover;
  width: 50%;
  height: 100%;
}

.div-block-39.dark {
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.linealistado-3 {
  border-top: 1px #000;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.linealistado-3._1 {
  border-top-style: solid;
  padding-top: 8px;
  padding-bottom: 8px;
}

.paragraph-12 {
  letter-spacing: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.paragraph-12.peque {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 16px;
  display: none;
}

.paragraph-12.peque._2 {
  margin-top: 8px;
  margin-bottom: 0;
  display: block;
}

.paragraph-12.big {
  font-size: 24px;
  line-height: 24px;
}

.plataformdevices {
  background-color: #fff;
}

.device {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-left: 64px;
  font-family: Sf Pro Display Regular;
  display: flex;
}

.device._2 {
  margin-top: 80px;
  margin-left: 0;
  margin-right: 64px;
}

.device._2.black {
  z-index: 10;
  margin-top: 0;
  padding-bottom: 60px;
  position: relative;
}

.device._3 {
  margin-top: 120px;
}

.device._3.last {
  margin-top: 80px;
  margin-bottom: 0;
}

.descdevice {
  color: var(--grey-3);
  width: 320px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.devices {
  width: auto;
  height: 96vh;
  margin-top: 40px;
}

.devices._2 {
  width: auto;
  height: 95vh;
}

.text-span-3 {
  color: var(--prymary-black);
  font-size: 32px;
  line-height: 56px;
}

.text-span-3.white {
  color: var(--prymary-white);
}

.app {
  width: auto;
  height: 70vh;
  margin-top: 50vh;
}

.div-block-42 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.div-block-42.black {
  z-index: 20;
  justify-content: flex-start;
  margin-bottom: 400px;
  padding-left: 176px;
  position: relative;
}

.div-block-42.black._2 {
  z-index: 20;
  justify-content: flex-end;
  margin-top: -650px;
  padding-bottom: 100px;
  padding-left: 0;
  padding-right: 176px;
  position: relative;
}

.plataformdevicedark {
  background-color: #000;
}

.contenedor-potencia-white {
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.text-block-3 {
  color: var(--prymary-white);
  letter-spacing: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.hand-card {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-20 {
  z-index: 10;
  width: 70%;
  position: sticky;
  top: 0;
}

.image-21 {
  object-fit: fill;
  height: 85vh;
}

.titulodesc {
  color: var(--prymary-black);
  font-family: Inter, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.titulodesc.white {
  color: var(--prymary-white);
}

.paragraph-14 {
  color: var(--grey-3);
  letter-spacing: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  line-height: 28.5px;
}

.contenedordesc {
  width: 320px;
}

.button-exit {
  background-color: var(--prymary-black);
  text-align: center;
  border-radius: 2vw;
  padding: 16px 24px 18px;
  font-family: Sf Pro Display Regular;
  font-size: 16px;
  line-height: 16px;
}

.button-exit.white {
  color: var(--prymary-black);
  letter-spacing: 0;
  background-color: #fff;
  width: auto;
  min-width: 104px;
  padding: 8px 24px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 24px;
  display: none;
}

.div-block-43 {
  width: 100vw;
  height: 0;
  position: sticky;
  top: 0;
}

.html-embed {
  width: 100%;
  height: 100%;
  display: none;
  position: sticky;
}

.requisitosbutton {
  background-color: var(--prymary-black);
  text-align: center;
  border-radius: 2vw;
  padding: 16px 24px 18px;
  font-family: Sf Pro Display Regular;
  font-size: 16px;
  line-height: 16px;
}

.requisitosbutton.black {
  background-color: var(--gray-1);
  color: var(--prymary-white);
  letter-spacing: .24px;
  width: 50%;
  padding: 12px 24px;
  font-family: Sf Pro Display Regular;
  font-size: 14px;
  line-height: 16px;
}

.requisitosbutton.black.none {
  opacity: .5;
  letter-spacing: .24px;
  background-color: #fff0;
  width: 50%;
}

.descripcionrequisito {
  color: var(--grey-3);
  letter-spacing: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
}

.text-span-4 {
  color: var(--gray-6);
  line-height: 40px;
}

.whitetext {
  color: var(--grey-3);
  text-align: left;
  width: 24px;
  display: inline-block;
}

.descripcionrequisito-creditosimple {
  color: #939999;
  margin-top: 40px;
  display: block;
}

.mobile-inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.mobile {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  display: none;
}

.navbar-container {
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.mobile-menu {
  justify-content: space-between;
  display: flex;
}

.mobile-card {
  width: auto;
  height: 100vh;
  margin-top: -10vh;
  padding-top: 10vh;
  display: none;
  position: sticky;
  top: 0;
}

.requirements-container {
  z-index: 500;
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  display: flex;
  position: relative;
}

.revolving-credit {
  display: block;
}

.simple-credit, .revolving-credit-commissions {
  display: none;
}

.credit-pricing {
  background-color: var(--prymary-white);
  border-radius: 0 0 20px 20px;
  margin: -1px 64px 64px;
  padding: 24px 48px 48px;
  position: relative;
}

.credit-switcher {
  background-color: #f2f2f200;
  border-radius: 10em;
  justify-content: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: none;
}

.simple-credit-commissions {
  display: block;
}

.revolving-credit-list {
  border: 0 solid #000;
  height: auto;
  margin-top: 40px;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.simple-credit-list {
  border: 0 solid #000;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
  overflow: hidden;
}

.devices-left, .devices-right {
  width: auto;
  height: 95vh;
  margin-top: 100px;
  display: none;
}

.text-span-7 {
  color: var(--prymary-black);
}

.step_3 {
  flex-direction: column;
  height: 100%;
  display: none;
}

.step_3.is-active {
  display: block;
}

.close {
  background-color: var(--prymary-white);
  text-align: center;
  border-radius: 100%;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0;
  transition: background-color .28s;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.close:hover {
  background-color: #f8f8f8;
}

.close:active {
  background-color: var(--gray-6);
}

.text-field-label {
  color: var(--gray-4);
  letter-spacing: 0;
  text-transform: none;
  cursor: text;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: all .2s;
  transform: translate(0, 2rem);
}

.text-field-label:focus {
  border-bottom: 1px solid #000;
}

.step_indicator {
  color: #000;
  letter-spacing: 0;
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: none;
}

.step_addres {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: none;
  overflow: visible;
}

.step_addres.is-active {
  display: block;
}

.select-field {
  color: var(--gray-4);
  letter-spacing: 0;
  background-color: #0000;
  border: 1px #626666;
  border-bottom: 1px solid #d3d3d3;
  border-radius: 0;
  height: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 16px 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 24px;
  display: block;
}

.select-field:focus {
  border-style: none none solid;
  border-color: var(--prymary-black);
  color: #000;
}

.input-text-field {
  text-transform: none;
  background-color: #0000;
  border: 0 solid #626666;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 24px;
  display: block;
}

.input-text-field.blured-field {
  color: #0000;
  text-shadow: 0 0 7px #555, 0 0 10px #0003;
  margin-left: 0;
  display: block;
}

.input-text-field.lowercase-text-field {
  text-transform: lowercase;
}

.success-message {
  background-color: #0000;
  height: 100%;
  padding: 0 40px;
}

.form-footer {
  z-index: 9999;
  background-image: linear-gradient(180deg, #fff0, var(--prymary-white) 50%);
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 40px 40px;
  display: block;
  position: sticky;
  inset: auto 0% 0%;
}

.checkbox-label {
  color: var(--grey-3);
  letter-spacing: .2px;
  object-fit: fill;
  border: 1px #0000;
  flex: 1;
  margin-bottom: 0;
  margin-left: 8px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button_end {
  color: #fff;
  letter-spacing: .4px;
  cursor: pointer;
  background-color: #000;
  border-radius: 120px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  margin-top: 56px;
  padding: 16px 32px;
  font-family: Sf Pro Display Regular;
  font-size: 18px;
  line-height: 32px;
  transition: background-color .28s;
  display: flex;
}

.button_end:hover {
  background-color: var(--gray-2\<deleted\|variable-bb87af20\>);
}

.wrapper-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 420px;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.form-headline {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  height: auto;
  padding: 0 0 1rem;
  display: flex;
}

.step_pf_error {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: none;
}

.step_pf_error.is-active {
  display: block;
}

.back {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: absolute;
  inset: 31% auto auto 7%;
}

.info-icon {
  position: relative;
  top: 30px;
}

.input_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  object-fit: fill;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin: 0 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.input_wrapper.input_wrapper_regimen_fical {
  margin-top: 10px;
}

.input_wrapper.hidden {
  display: none;
}

.input_wrapper.input_wrapper_regimen_fical {
  margin-top: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.top-actions {
  z-index: 2002;
  background-color: var(--prymary-white);
  border-radius: 20px;
  flex-direction: row;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding: 8px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
  overflow: visible;
}

.checkbox-field {
  align-items: center;
  height: auto;
  margin-top: 16px;
  margin-bottom: 0;
  display: block;
}

.form-field-error {
  color: #ff595a;
  height: 16px;
  font-size: 13px;
  line-height: 16px;
  display: none;
}

.image-24 {
  display: block;
}

.heading {
  color: #000;
  text-align: left;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
}

.heading.text-align-left {
  letter-spacing: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  line-height: 32px;
  display: block;
}

.heading.text-align-center {
  text-align: center;
  letter-spacing: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  line-height: 32px;
}

.button_next {
  color: #fff;
  letter-spacing: .4px;
  cursor: pointer;
  background-color: #000;
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  padding: 16px;
  font-size: 18px;
  line-height: 24px;
  transition: background-color .32s;
  display: flex;
}

.button_next:hover {
  background-color: var(--gray-2\<deleted\|variable-bb87af20\>);
}

.overlay {
  z-index: 1000;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #000000b8;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.logo_black {
  width: 160px;
}

.hero-txt {
  margin-top: 0;
}

.logo-black {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.personal {
  background-color: var(--prymary-black);
  text-align: center;
  border-radius: 2vw;
  padding: 16px 24px 18px;
  font-family: Sf Pro Display Regular;
  font-size: 16px;
  line-height: 16px;
}

.personal.white {
  background-color: var(--prymary-white);
  color: var(--prymary-black);
  border-radius: 100px;
  width: auto;
  padding: 8px 24px;
  font-family: Sf Pro Display Regular;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
}

.personal.white.none {
  opacity: .5;
  letter-spacing: .24px;
  background-color: #fff0;
  width: auto;
  min-width: 104px;
  padding-bottom: 8px;
  font-family: Inter, sans-serif;
  display: inline-block;
}

.transition {
  z-index: 2000;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
  transform: none;
}

.transition-trigger {
  z-index: 20;
  padding: 0;
  display: none;
}

.transition-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.transition-bg {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.transition-color {
  background-color: var(--prymary-black);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  position: relative;
}

.transition-color-border {
  background-color: #ff7a45;
  width: 100%;
  height: 10px;
  margin-bottom: -8px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.transition-logo-img {
  z-index: 2;
  width: auto;
  position: relative;
}

.image-hero {
  border: 0 solid #0000000d;
  width: 50%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.bold-text {
  -webkit-text-stroke-width: 0px;
}

.link-4 {
  color: var(--prymary-black);
  -webkit-text-stroke-color: var(--gray-1);
}

.gat {
  color: var(--prymary-white);
  font-size: 16px;
}

.gat.dark {
  color: var(--prymary-black);
}

.box-heading {
  letter-spacing: .32px;
  width: auto;
  min-width: 72%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 64px;
  line-height: 64px;
}

.step_2-2 {
  flex-direction: column;
  height: 100%;
  display: none;
}

.step_2-2.is-active {
  display: block;
}

.paragraph-15 {
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  display: block;
}

.paragraph-15.text-align-center {
  color: var(--prymary-black);
  text-align: center;
  letter-spacing: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: none;
  display: block;
}

.icon-36-32 {
  overflow: visible;
}

.link-external {
  color: #000;
  text-align: left;
  letter-spacing: .5px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
}

.link-external:hover {
  text-decoration: none;
}

.link-external.small {
  box-sizing: border-box;
  color: var(--grey-3);
  letter-spacing: .24px;
  object-fit: fill;
  width: auto;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  position: static;
}

.div-block-45 {
  z-index: 1;
  text-align: left;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0 0% 0 auto;
}

.checkbox {
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 10px;
  padding-right: 0;
  text-decoration: none;
}

.checkbox.w--redirected-checked {
  background-color: #000;
  background-image: url('../images/Check-white.svg');
}

.step_1-2 {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  height: 100%;
  display: block;
  overflow: visible;
}

.form-container {
  z-index: 1002;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 420px;
  height: auto;
  min-height: 0%;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 8px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: auto;
}

.form-container.is-centered {
  width: 100%;
  max-height: 90svh;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: static;
  overflow: auto;
}

.form {
  object-fit: fill;
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.form_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.form_wrapper.alingment_center {
  grid-row-gap: 16px;
  text-align: center;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.input_wrapper_optional {
  color: #000;
  object-fit: fill;
  flex: 0 auto;
  height: auto;
  display: block;
  position: relative;
  overflow: visible;
}

.button-txt {
  color: var(--prymary-white);
  letter-spacing: .32px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.form-list {
  grid-row-gap: 0px;
  object-fit: fill;
  flex-direction: column;
  flex: none;
  order: 0;
  height: auto;
  min-height: auto;
  display: flex;
  overflow: hidden;
}

.lottie-animation {
  width: 100vh;
  height: 100vh;
  display: none;
}

.table-legal {
  font-size: 16px;
}

.table-legal.peque {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 16px;
  display: none;
}

.table-legal.peque._2 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  display: block;
}

.table-legal.lm {
  color: var(--prymary-white);
  letter-spacing: 0;
  margin-top: 2rem;
  font-family: Inter, sans-serif;
  font-size: .65rem;
  line-height: 1rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.image-26, .image-26.icon-success, .image-27 {
  display: none;
}

.image-27.spinner {
  perspective: none;
  perspective-origin: 0%;
  text-align: right;
  border: 1px #000;
  margin-bottom: 10px;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: none;
}

.hero-feature {
  z-index: 1;
  background-color: #000;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  width: 100vw;
  height: 100vh;
  position: sticky;
  inset: 0%;
  overflow: hidden;
}

.hero-feature.product {
  background-image: url('../images/Background_1.webp');
  background-position: 50% 8%;
  background-size: cover;
  height: 150vh;
}

.hero-feature.product.lm {
  background-color: var(--prymary-crema);
  background-image: none;
  height: auto;
  position: relative;
}

.hero-container {
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: auto;
  padding: 0 2.5rem;
  display: flex;
  position: relative;
}

.hero-container.product {
  margin-top: auto;
  padding-top: 0;
}

.hero-container.product.experiment {
  flex-flow: column;
  padding-top: 12rem;
}

.tag-feature {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--prymary-white);
  letter-spacing: .075rem;
  text-transform: uppercase;
  background-color: #ffffff14;
  border-radius: 2rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: .32rem .8rem;
  font-size: .65rem;
  font-weight: 500;
  line-height: 1rem;
  display: block;
}

.tag-feature.dm {
  color: var(--prymary-black);
  background-color: #0000;
  border: 1px solid #0000003d;
  border-radius: .5rem;
  padding-top: .32rem;
  padding-bottom: .32rem;
  font-family: Inter, sans-serif;
}

.hero-split {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.hero-wrapper {
  z-index: 3;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  inset: 0%;
}

.hero-wrapper.product {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  display: flex;
  position: static;
}

.content-bento {
  z-index: 2;
  background-color: #000;
  width: 100vw;
  height: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: none;
  position: relative;
  top: auto;
  bottom: 0;
}

.bento {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: none;
}

.section-container {
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: auto;
  padding: 5rem 10rem;
  display: block;
  position: static;
  top: auto;
  overflow: visible;
}

.section-container.title {
  padding-bottom: 0;
}

.grid {
  grid-column-gap: 4.5rem;
  grid-row-gap: 1rem;
  flex: 1;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center space-around;
  align-self: stretch;
  justify-items: center;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: grid;
}

.bento-image {
  background-color: #000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  height: 36rem;
  display: flex;
}

.bento-credit {
  background-color: #0c0c0c;
  border: 0 solid #191a1a;
  border-radius: .5rem;
  align-items: flex-end;
  height: 26.5rem;
  padding: 2.5rem;
  display: flex;
}

.section-headline {
  text-align: left;
  justify-content: center;
  width: 100%;
  display: block;
}

.paragraph {
  color: #f8f8f8;
  letter-spacing: .01rem;
  -webkit-text-stroke-color: #eaeaea;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.8rem;
}

.paragraph.center {
  text-align: center;
  display: none;
}

.hero-video {
  z-index: 1;
  opacity: .8;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  inset: 0%;
}

.bento-description {
  color: var(--grey-3);
  letter-spacing: 0;
  -webkit-text-stroke-color: #eaeaea;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  display: block;
}

.bento-highlight {
  border-bottom: 0px solid var(--gray-2\<deleted\|variable-bb87af20\>);
  opacity: 1;
  color: var(--prymary-white);
  text-align: left;
  letter-spacing: -.02rem;
  text-indent: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
  display: block;
}

.bento-headline {
  color: var(--prymary-white);
  text-align: center;
  letter-spacing: 0;
  font-family: Inter, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 64px;
}

.dm-navbar {
  z-index: 999;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #fff;
  background-color: #0000;
  border-radius: 0;
  padding: 0;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.dm-navbar-container {
  justify-content: space-between;
  align-items: center;
  margin: 1rem 2.5rem;
  display: flex;
}

.navbar-split {
  justify-content: flex-start;
  width: 32%;
  display: flex;
}

.navbar-split-center {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 32%;
  display: flex;
}

.dm-link {
  color: var(--prymary-white);
  letter-spacing: 0;
  -webkit-text-stroke-color: #000;
  background-color: #0000;
  border-radius: 320px;
  padding: .5rem 0 .5rem 0;
  font-family: Inter, sans-serif;
  font-size: .85rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
}

.dm-link-rest {
  opacity: .5;
  color: var(--prymary-white);
  letter-spacing: 0;
  -webkit-text-stroke-color: #000;
  background-color: #0000;
  border-radius: 320px;
  padding: .5rem 0 .5rem 0;
  font-family: Inter, sans-serif;
  font-size: .85rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
}

.navbar-split-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: 0 auto;
  justify-content: flex-end;
  width: 32%;
  display: flex;
}

.hero-blur {
  z-index: 2;
  filter: blur(80px);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  object-fit: scale-down;
  background-image: linear-gradient(#654632, #7e6446);
  width: 200%;
  height: 50%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: auto 0% -12%;
  overflow: auto;
}

.hero-headline-feature {
  color: var(--prymary-white);
  text-align: center;
  letter-spacing: -.2rem;
  margin: 0 auto;
  padding-left: 10rem;
  padding-right: 10rem;
  font-family: Inter, sans-serif;
  font-size: 4.75rem;
  font-weight: 500;
  line-height: 4.75rem;
  display: block;
}

.hero-headline-feature.dm {
  color: var(--prymary-black);
  transition: font-variation-settings .475s;
}

.feature-label {
  color: var(--gray-1);
  letter-spacing: 0;
  margin-top: 24px;
  font-family: Inter, sans-serif;
}

.feature-label.white {
  color: var(--prymary-white);
  letter-spacing: .04rem;
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

.feature-section {
  z-index: 2;
  background-color: var(--prymary-black);
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  position: relative;
  top: auto;
}

.feature-image {
  background-color: #0000;
  border-radius: 1.5rem;
  width: 100%;
  height: 75vh;
  display: block;
  position: sticky;
  top: 12.5vh;
  bottom: auto;
  overflow: hidden;
}

.feature-image.product {
  border: 0px solid var(--gray-1);
  background-image: url('../images/Background_2.webp');
  background-size: cover;
  background-attachment: scroll;
  border-radius: 1rem;
  width: 100%;
  display: block;
}

.feature-image.minimal {
  background-color: #0000;
  background-image: none;
  background-size: auto;
}

.feature-display {
  z-index: 2;
  background-color: var(--prymary-black);
  background-image: none;
  position: relative;
}

.feature-list-items {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column wrap;
  place-content: flex-start center;
  align-self: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  display: flex;
  position: relative;
}

.feature-highlight {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75vh;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  display: flex;
  overflow: hidden;
}

.bento-highlight-number {
  color: var(--prymary-white);
  letter-spacing: -.02rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

.dm-gradient-block {
  z-index: 2;
  background-image: linear-gradient(#0a0a0a00, #000);
  width: 100%;
  height: 16rem;
  position: relative;
  top: 0;
}

.feature-image-1 {
  z-index: 1;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  overflow: auto;
}

.feature-image-2 {
  z-index: 3;
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
}

.form-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 0 #0000;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0%;
  padding: 24px 40px;
  display: flex;
  overflow: hidden;
}

.form-legal-list {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  margin-top: 0;
  display: flex;
}

.form-feedback {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: static;
  overflow: visible;
}

.section-headline-display {
  border-style: solid;
  border-width: 0;
  border-color: var(--gray-2\<deleted\|variable-bb87af20\>) black black var(--gray-2\<deleted\|variable-bb87af20\>);
  color: var(--prymary-white);
  text-align: center;
  letter-spacing: -.12rem;
  -webkit-text-stroke-color: var(--prymary-white);
  text-indent: 0;
  width: 88%;
  margin: 0 auto;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.5rem;
  display: block;
}

.section-wrapper-dual {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
}

.text-block-4 {
  font-family: Inter, sans-serif;
}

.lm-button-small {
  background-color: var(--prymary-white);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: var(--prymary-black);
  -webkit-text-stroke-color: #000;
  border-radius: 320px;
  padding: .8rem 1.3rem;
  font-size: .85rem;
  font-weight: 500;
  line-height: .8rem;
  transition: border-color .4s cubic-bezier(.374, .012, .123, 1.018), background-color .4s cubic-bezier(.374, .012, .123, 1.018);
}

.lm-button-small:hover {
  background-color: var(--gray-1);
  color: var(--prymary-white);
}

.section-subheadline {
  opacity: 1;
  color: var(--prymary-white);
  text-align: left;
  letter-spacing: -.02rem;
  text-indent: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3rem;
  display: none;
}

.col-50 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: auto;
  padding-left: 7.5rem;
  padding-right: 7.5rem;
  display: flex;
}

.factoring-card {
  z-index: 2;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.step_valida-ion {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: none;
}

.step_valida-ion.is-active {
  display: block;
}

.hero-product-image {
  border-radius: .5rem .5rem 0 0;
  width: auto;
  height: auto;
  margin-top: 6rem;
  position: relative;
  inset: 0 0% 0%;
  overflow: hidden;
}

.hero-product-image.navbar {
  height: 100%;
  margin-top: 0;
}

.step_error_validation {
  flex: 1;
  display: none;
}

.step_error_validation.is-active {
  display: block;
}

.div-block-47 {
  margin-left: 40px;
  margin-right: 40px;
}

.text-block-5 {
  color: #626666;
  background-color: #ffffff4f;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 13px;
  line-height: 18px;
}

.feature-description-grid {
  grid-column-gap: 2rem;
  grid-row-gap: .5rem;
  grid-template-columns: 3rem auto;
  justify-items: stretch;
}

.feature-image-3 {
  z-index: 3;
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
}

.legal-tag {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--grey-3);
  text-align: justify;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: none;
  column-count: 0;
  background-color: #0000;
  border-radius: 1rem;
  width: 88%;
  margin: 10rem auto 5rem;
  padding: .32rem .8rem;
  font-size: .65rem;
  font-weight: 400;
  line-height: 1rem;
  display: block;
  position: relative;
  bottom: auto;
}

.button_ciec_error_val {
  color: #fff;
  letter-spacing: .4px;
  cursor: pointer;
  background-color: #000;
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  padding: 16px;
  font-size: 18px;
  line-height: 24px;
  transition: background-color .32s;
  display: flex;
}

.button_ciec_error_val:hover {
  background-color: var(--gray-2\<deleted\|variable-bb87af20\>);
}

.div-block-49 {
  border: 1px solid #0000;
  flex: 0 auto;
  margin-top: 100px;
  display: none;
}

.section-wrapper-feature {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: sticky;
  top: 15%;
}

.feature-section-cards {
  z-index: 2;
  background-color: var(--prymary-black);
  width: 100%;
  height: 275vh;
  display: none;
  position: relative;
  top: auto;
}

.mobile-menu-dark {
  justify-content: space-between;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-split {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.footer-container {
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: auto;
  padding-top: 5rem;
  padding-left: 8rem;
  padding-right: 8rem;
  display: block;
  position: static;
  top: auto;
  overflow: visible;
}

.feature-card {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  display: flex;
  overflow: hidden;
}

.requirements {
  z-index: 5;
  background-color: var(--prymary-black);
  width: 100%;
  height: 100vh;
  padding: 0;
  position: relative;
  top: 0;
  overflow: hidden;
}

.requirements-wrapper {
  z-index: 5;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.text-split {
  z-index: 500;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: relative;
}

.requirment-description {
  color: var(--grey-3);
  letter-spacing: -.05rem;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
}

.pricing {
  z-index: 5;
  background-color: #f8f8f8;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.pricing-container {
  background-color: var(--prymary-black);
  border-radius: 0;
  width: 100%;
}

.pricing-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  margin: 0;
  padding: 8rem 4rem;
  display: flex;
}

.list {
  border: 0 solid #000;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.list-item {
  border-top: 1px none var(--grey-3);
  border-bottom: 1px solid var(--gray-2\<deleted\|variable-bb87af20\>);
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.list-item-start {
  letter-spacing: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.list-item-start.lm {
  color: var(--prymary-white);
}

.list-item-start.lm.xs {
  color: var(--gray-4);
  letter-spacing: 0;
  margin-bottom: .5rem;
  font-size: .8rem;
  line-height: 1rem;
}

.list-item-end {
  letter-spacing: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.list-item-end.big {
  font-size: 24px;
  line-height: 24px;
}

.list-item-end.lm {
  color: var(--prymary-white);
}

.requirements-img-wrapper {
  object-fit: cover;
  width: 70%;
  height: auto;
  position: absolute;
  inset: 0 0% auto 40%;
}

.requirements-img {
  width: auto;
  display: block;
}

.section {
  z-index: 2;
  background-color: var(--prymary-black);
  height: 100vh;
  display: none;
  position: relative;
}

.section-wrapper-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.feature-item {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border: 1px solid var(--gray-1);
  border-radius: 2rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 2rem;
  display: flex;
}

.feature-txt {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 1.5rem;
  display: flex;
  overflow: hidden;
}

.item-description {
  color: var(--prymary-white);
  letter-spacing: 0;
  -webkit-text-stroke-color: var(--prymary-white);
  width: 100%;
  height: auto;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  display: block;
}

.item-number {
  color: var(--grey-3);
  letter-spacing: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2rem;
}

.img-recibe {
  z-index: 3;
  opacity: 1;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.img-plazo {
  z-index: 2;
  opacity: 1;
  width: 80%;
  height: 100%;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.img-credito {
  z-index: 1;
  width: 72%;
  height: 100%;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.border {
  height: 1px;
}

.border.dm {
  background-color: var(--gray-1);
  width: 100%;
  margin-bottom: 4rem;
  position: relative;
}

.link.m {
  color: var(--prymary-black);
  font-weight: 500;
}

.empresarialv2 {
  background-color: var(--prymary-black);
  color: var(--prymary-white);
  text-align: center;
  border-radius: 100vw;
  padding: 16px 24px 18px;
  font-family: Sf Pro Display Regular;
  font-size: 16px;
  line-height: 16px;
}

.empresarialv2.nav {
  color: var(--prymary-white);
  letter-spacing: 0;
  border-radius: 100px;
  padding: 8px 24px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .28s;
}

.empresarialv2.nav:hover {
  background-color: var(--gray-2\<deleted\|variable-bb87af20\>);
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.fs-styleguide_header {
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.container-large {
  width: 100%;
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.fs-styleguide_hero-label {
  color: #000;
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.text-size-medium {
  font-size: 1.125rem;
}

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

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #eee;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d62ff;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #dd23bb;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-medium.is-top {
  padding-bottom: 0;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-section-large.is-bottom {
  padding-top: 0;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
  align-items: center;
}

.heading-style-h1 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h2 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h3 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h4 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}

.heading-style-h5 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.heading-style-h6 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-size-large {
  font-size: 1.25rem;
}

.text-size-regular {
  font-size: 1rem;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-style-italic {
  font-style: italic;
}

.text-style-muted {
  opacity: .6;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-style-link {
  color: var(--grey-3);
  text-decoration: underline;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.fs-styleguide_message {
  color: #5e5515;
  background-color: #fcf8d8;
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-weight-bold {
  font-weight: 700;
}

.text-weight-medium {
  font-weight: 500;
}

.text-weight-normal {
  font-weight: 400;
}

.text-weight-light {
  font-weight: 300;
}

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

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

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

.button {
  border: 1px solid var(--prymary-black);
  background-color: var(--prymary-black);
  color: #fff;
  text-align: center;
  border-radius: 6rem;
  min-width: 16rem;
  padding: 1rem 2rem;
  font-weight: 500;
}

.button:hover {
  background-color: #313333;
}

.button:active {
  background-color: var(--prymary-black);
}

.button.is-small {
  min-width: 0;
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1.25rem 2.5rem;
}

.button.is-secondary {
  border-color: var(--prymary-white);
  background-color: var(--prymary-white);
  color: var(--prymary-black);
}

.button.is-secondary:hover {
  background-color: #f8f8f8;
}

.button.is-secondary:active {
  background-color: var(--gray-6);
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-outlined {
  color: var(--prymary-black);
  background-color: #0000;
}

.button.is-outlined:hover {
  background-color: #f8f8f8;
}

.button.is-outlined-white {
  border-color: var(--prymary-white);
  color: var(--prymary-white);
  background-color: #0000;
}

.button.is-outlined-white:hover {
  background-color: #313333;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.text-color-primary {
  color: #000;
}

.text-color-secondary {
  color: #222;
}

.background-color-primary {
  background-color: var(--prymary-white);
  color: var(--prymary-black);
}

.text-color-alternate {
  color: #fff;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.background-color-secondary {
  background-color: var(--prymary-black);
  color: var(--prymary-white);
}

.background-color-tertiary {
  background-color: var(--gray-7);
  color: var(--prymary-black);
}

.background-color-alternate {
  background-color: #fff;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-small, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top, .margin-top.margin-xxlarge, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-0 {
  margin: 0;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.icon-height-small {
  height: 1rem;
}

.icon-height-medium {
  height: 2rem;
}

.icon-height-large {
  height: 3rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.hide {
  font-family: Inter, sans-serif;
  display: none;
}

.overflow-visible {
  overflow: visible;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflow-scroll {
  overflow: scroll;
}

.pointer-events-auto {
  pointer-events: auto;
}

.pointer-events-none {
  pointer-events: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

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

.z-index-2 {
  z-index: 2;
  position: relative;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.form_component {
  margin-bottom: 0;
}

.form_input {
  background-color: #0000;
  border: 1px solid #eee;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input::placeholder {
  color: #222;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.form_input.is-select-input {
  color: #222;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.form_message-success {
  color: #114e0b;
  background-color: #cef5ca;
  padding: 1.25rem;
}

.form_message-error {
  color: #3b0b0b;
  background-color: #f8e4e4;
  margin-top: .75rem;
  padding: .75rem;
}

.text-rich-text h1, .text-rich-text h2 {
  margin-top: 2rem;
  margin-bottom: 0;
}

.text-rich-text h3 {
  margin-top: 2rem;
}

.text-rich-text h4, .text-rich-text h5, .text-rich-text h6 {
  margin-top: 1rem;
  margin-bottom: 0;
}

.text-rich-text p {
  margin-top: 1rem;
}

.text-rich-text ul {
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 2rem;
}

.text-rich-text ol {
  margin-top: 1rem;
  margin-bottom: 0;
}

.text-rich-text li {
  margin-bottom: .5rem;
}

.nav_component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_logo {
  width: 10rem;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.nav_button {
  padding: 1rem;
}

.body-new {
  background-color: var(--prymary-white);
  color: var(--prymary-black);
  font-size: 1rem;
  line-height: 1.5;
}

.navbar_component {
  z-index: 200;
  position: sticky;
  top: 0;
}

.navbar_navbar {
  background-color: var(--prymary-white);
  color: var(--prymary-black);
}

.navbar_brand-link {
  width: 10rem;
}

.navbar_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar_link {
  color: inherit;
  padding: .5rem .55rem;
  text-decoration: none;
  display: inline-block;
}

.navbar_container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.navbar_brand-logo {
  width: 100%;
  display: block;
}

.navbar_links-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar_buttons-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.section_prof-hero {
  width: 100%;
  height: 60vw;
  min-height: 41rem;
  max-height: 50rem;
  position: relative;
  overflow: hidden;
}

.prof-hero_bg-image {
  mix-blend-mode: darken;
  object-fit: contain;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
  display: block;
}

.prof-hero_bg-wrap {
  background-color: var(--prymary-white);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.prof-hero_component {
  z-index: 3;
  width: 57%;
  max-width: 41rem;
  position: relative;
}

.prof-hero_logo {
  justify-content: flex-start;
  align-items: center;
  width: 13rem;
  max-width: 100%;
  height: 1.5rem;
  display: flex;
}

.text-color-grey {
  color: var(--grey-3);
}

.prof-clients_component {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.prof-clients_text-wrap {
  width: 55%;
  max-width: 40rem;
}

.prof-clients_image-wrap {
  flex: 1;
}

.prof-clients_image {
  object-fit: cover;
  width: 100%;
  display: block;
}

.prof-clients_content-wrap {
  max-width: 31rem;
}

.prof-benefits_heading-wrap {
  text-align: center;
  width: 100%;
  max-width: 38rem;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.prof-benefits_heading-wrap.is-new {
  margin-bottom: 3rem;
}

.prof-benefits_heading-wrap.is-growth {
  max-width: 41rem;
}

.prof-benefits_heading-wrap.is-account {
  max-width: 49rem;
}

.prof-benefits_content {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 17%;
  display: flex;
  position: relative;
}

.prof-benefits_content.is-new {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  padding-bottom: 0;
}

.prof-benefits_column {
  z-index: 3;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 29%;
  display: flex;
  position: relative;
}

.prof-benefits_column.is-new {
  width: 29%;
}

.prof-benefits_column.is-full-height {
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 29%;
}

.prof-benefits_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.prof-benefits_title-wrap {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.prof-benefits_vertical-line {
  background-color: var(--prymary-black);
  flex: none;
  width: 2px;
  margin-right: .5rem;
}

.prof-benefits_image {
  width: 60%;
  position: absolute;
  inset: auto 14% 0% auto;
}

.prof-security_component {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.prof-security_text-wrap {
  width: 60%;
  max-width: 38rem;
}

.prof-security_richtext-wrap {
  max-width: 27rem;
}

.prof-security_logos-column {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 32rem;
  display: flex;
}

.prof-security_logo-wrap {
  justify-content: center;
  align-items: center;
  height: 4rem;
  display: flex;
}

.prof-security_logo-image {
  object-fit: contain;
  height: 100%;
}

.prof-security_logo-image.is-small {
  height: 70%;
}

.prof-steps_component {
  text-align: center;
}

.prof-steps_tabs {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.prof-steps_tabs-menu {
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 55%;
  max-width: 35rem;
  margin-right: 5%;
  display: flex;
}

.prof-steps_link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  opacity: .5;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1rem;
  font-size: .875rem;
  transition: opacity .15s;
  display: flex;
}

.prof-steps_link.w--current {
  background-color: var(--prymary-white);
  opacity: 1;
  font-size: 1rem;
}

.prof-steps_progress-bar {
  background-color: var(--prymary-black);
  width: 0%;
  height: .125rem;
  position: absolute;
  inset: -.125rem auto auto 0%;
}

.prof-steps_tabs-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.prof-steps_pane {
  aspect-ratio: 1;
  width: 100%;
  max-width: 28rem;
}

.prof-steps_lin-title-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

.prof-steps_image {
  object-fit: contain;
  object-position: 50% 100%;
  width: 70%;
}

.prof-steps_image-wrap {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.prof-steps_tabs-component {
  background-color: var(--gray-7);
  text-align: left;
  padding: 5rem 3%;
}

.faqs_list {
  border-top: 1px solid var(--prymary-black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 100%;
}

.faqs_accordion {
  border-bottom: 1px solid var(--prymary-black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faqs_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.faqs_icon-wrapper {
  flex: none;
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faqs_answer {
  overflow: hidden;
}

.faqs_answer-wrap {
  padding-bottom: 1rem;
}

.faqs_more-link {
  color: inherit;
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
}

.section_prof-cta {
  background-image: url('../images/phone-card-bg_1.webp');
  background-position: 100% 0;
  background-size: cover;
}

.prof-cta_component {
  width: 50%;
  max-width: 33rem;
}

.prof-cta_component.is-large {
  max-width: 36rem;
}

.prof-cta_padding-section {
  padding-top: 10%;
  padding-bottom: 30%;
}

.prof-hero_padding-section {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.prof-steps_button-wrap {
  margin-top: 3rem;
}

.app-modal_component {
  z-index: 300;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  position: fixed;
  inset: 0%;
}

.app-modal_container {
  z-index: 2;
  background-color: var(--prymary-white);
  text-align: center;
  width: 100%;
  max-width: 36rem;
  padding: 4rem 2rem;
  position: relative;
}

.app-modal_qr-image {
  width: 10rem;
  margin: 2.5rem auto;
  display: block;
}

.app-modal_store-image {
  object-fit: contain;
  width: 8rem;
}

.app-modal_store-image.is-apple-store {
  transform: scale(1.05);
}

.app-modal_stores-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.app-modal_x-close {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.app-modal_close-overlay {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.show-tablet {
  display: none;
}

.prof-clients_heading-wrap {
  min-height: 9rem;
}

.prof-clients_rich-text {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  font-size: 1.125rem;
}

.prof-clients_rich-text h1, .prof-clients_rich-text h2 {
  margin-top: 2rem;
  margin-bottom: 0;
}

.prof-clients_rich-text h3 {
  margin-top: 2rem;
}

.prof-clients_rich-text h4, .prof-clients_rich-text h5, .prof-clients_rich-text h6 {
  margin-top: 1rem;
  margin-bottom: 0;
}

.prof-clients_rich-text p {
  margin-top: 1rem;
}

.prof-clients_rich-text ul {
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 2rem;
}

.prof-clients_rich-text ol {
  margin-top: 1rem;
  margin-bottom: 0;
}

.prof-clients_rich-text li {
  margin-bottom: 1rem;
}

.prof-benefits_new-image {
  flex: 1;
  width: 100%;
  position: relative;
  left: -2%;
}

.prof-benefits_image-wrap {
  flex: 1;
  align-self: center;
}

.prof-benefits_padding-section {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.prof-benefits_padding-section.is-account {
  padding-bottom: 3rem;
}

.section_growth-hero {
  overflow: hidden;
}

.growth-hero_component {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.growth-hero_text-wrap {
  width: 55%;
  max-width: 42rem;
}

.growth-hero_text-wrap.is-account {
  max-width: 39rem;
}

.growth-hero_logo {
  justify-content: flex-start;
  align-items: center;
  width: 13rem;
  max-width: 100%;
  height: 1.5rem;
  display: flex;
}

.growth-hero_right-column {
  aspect-ratio: 1;
  flex: 1;
  margin-top: -2rem;
  position: relative;
}

.growth-hero_image {
  z-index: 2;
  aspect-ratio: 1;
  object-fit: contain;
  width: 80%;
  position: relative;
  left: -5%;
}

.growth-hero_image-info-wrap {
  z-index: 3;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-right: -10%;
  display: flex;
  position: absolute;
  inset: 72% auto auto 60%;
}

.growth-hero_people-image {
  width: 7rem;
}

.growth-hero_image-background {
  filter: blur(50px);
  background-color: #ff500bb3;
  border-radius: 50%;
  position: absolute;
  inset: 5%;
}

.prof-benefits_image-info-wrap {
  text-align: center;
  max-width: 14rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.growth-videos_component {
  text-align: center;
  margin-top: 60px;
}

.growth-videos_videos-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 12rem;
  display: flex;
  position: relative;
}

.growth-videos_item {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  font-family: Inter, sans-serif;
  transition: flex .4s;
  display: flex;
}

.growth-videos_description {
  z-index: -1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  opacity: 0;
  flex-flow: column;
  width: 100%;
  max-width: 36rem;
  margin-top: 2rem;
  font-family: Inter, sans-serif;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: 100% auto auto 50%;
  transform: translate(-50%);
}

.growth-videos_description-text {
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
}

.growth-videos_description-text.text-weight-medium {
  margin-top: 40px;
  font-family: Inter, sans-serif;
}

.growth-videos_lightbox-link {
  text-align: left;
  color: inherit;
  height: 24rem;
  font-family: Inter, sans-serif;
  text-decoration: none;
  position: relative;
}

.growth-videos_lightbox-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  font-family: Inter, sans-serif;
  display: block;
}

.section_growth-steps {
  position: relative;
}

.growth-steps_left-bg {
  background-color: var(--prymary-white);
  width: 50%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.growth-steps_component {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.growth-steps_heading-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: calc(100svh - 4rem);
  padding-top: 1rem;
  padding-bottom: 3rem;
  padding-right: 2.5%;
  display: flex;
  position: sticky;
  top: 4rem;
}

.growth-steps_screens-wrap {
  flex: 1;
}

.growth-steps_screen {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--prymary-black);
  background-color: var(--gray-7);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: calc(100svh - 4rem);
  padding: 1rem 5% 3rem;
  display: flex;
  position: sticky;
  top: 4rem;
  overflow: hidden;
}

.growth-steps_screen.is-1 {
  z-index: 1;
  border-top-style: none;
}

.growth-steps_screen.is-2 {
  z-index: 2;
}

.growth-steps_screen.is-3 {
  z-index: 3;
}

.growth-steps_screen.is-4 {
  z-index: 4;
}

.growth-steps_right-bg {
  background-color: var(--gray-7);
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.growth-steps_screen_image-wrap {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 24rem;
  margin-top: 2rem;
  display: flex;
  position: relative;
}

.growth-steps_screen_image {
  background-color: var(--prymary-white);
  object-fit: contain;
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 2rem 3rem;
  position: absolute;
}

.growth-docs_component {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.growth-docs_left-column {
  width: 50%;
}

.growth-docs_right-column {
  flex: 1;
}

.growth-hero_mobile-info-wrap {
  display: none;
}

.growth-hero_info-title {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.growth-videos_play-button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: var(--prymary-white);
  border-radius: .25rem;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 1rem auto auto 1rem;
}

.growth-videos_play-icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.growth-videos_logo-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--prymary-white);
  text-shadow: 0 4px 4px #00000045;
  justify-content: flex-start;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: auto auto 1rem 1rem;
}

.growth-videos_logo {
  object-fit: contain;
  width: 2rem;
  height: 2rem;
  font-family: Inter, sans-serif;
}

.section_growth-cta {
  color: var(--prymary-white);
  background-image: url('../images/card-black-bg_1.webp');
  background-position: 50% 0;
  background-size: cover;
}

.growth-cta_padding-section {
  padding-top: 10%;
  padding-bottom: 30%;
}

.text-2xl {
  color: var(--prymary-black);
  text-align: center;
  letter-spacing: -.075rem;
  align-self: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 2.75rem;
}

.text-2xl.white {
  color: var(--prymary-white);
  width: 40%;
}

.text-2xl.lm {
  color: var(--prymary-white);
}

.text-2xl.is-left {
  text-align: left;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  display: block;
}

.text-2xl.is-dm {
  color: var(--prymary-white);
}

.text-2xl.nav-item.is-current {
  text-decoration: underline;
}

.sub-heading {
  z-index: 10;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--prymary-white);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch start;
  width: 100%;
  height: auto;
  padding: 12rem 4rem 6rem;
  font-family: Inter, sans-serif;
  display: flex;
  position: relative;
  top: auto;
  overflow: hidden;
}

.sub-heading.headline {
  padding-top: 120px;
  padding-bottom: 80px;
}

.feature-stack {
  z-index: 100;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 0 4rem;
  font-family: Sf Pro Display Medium;
  display: flex;
  position: static;
  top: auto;
  overflow: hidden;
}

.feature-stack.headline {
  padding-top: 120px;
  padding-bottom: 80px;
}

.stack-card {
  z-index: 1;
  box-sizing: border-box;
  aspect-ratio: auto;
  background-color: var(--prymary-crema);
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  padding: 5rem 3.5rem;
  display: flex;
  position: relative;
  top: 0;
}

.stack-card.is-2 {
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s, background-color .2s, width .4s;
  display: flex;
  position: relative;
}

.stack-card.is-2:hover {
  background-color: var(--prymary-tangerine);
  color: var(--prymary-white);
  width: 200%;
}

.feature-item--2 {
  z-index: 2;
  background-color: var(--gray-1);
  border-radius: 1.5rem;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.body-2 {
  font-family: Inter, sans-serif;
}

.card-split {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.text-lg {
  color: var(--prymary-black);
  text-align: left;
  letter-spacing: -.02rem;
  margin: 0 auto;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  display: block;
}

.text-lg.is-dm {
  color: var(--prymary-black);
  text-align: left;
  letter-spacing: -.02rem;
  width: auto;
  min-width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.text-lg.is-dm.is-medium {
  font-weight: 500;
}

.text-lg.bento-text {
  opacity: .56;
  display: block;
}

.text-base {
  color: var(--prymary-black);
  letter-spacing: -.02rem;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.text-base.white {
  color: var(--prymary-white);
  width: 40%;
}

.text-base.lm {
  color: var(--prymary-white);
}

.text-base.is-left {
  text-align: left;
  letter-spacing: -.02rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.text-base.is-right {
  text-align: right;
}

.text-base.is-medium {
  color: var(--prymary-tangerine);
  font-weight: 500;
  display: block;
}

.text-base.is-dm {
  color: var(--prymary-white);
}

.text-base.is-center {
  text-align: center;
}

.text-sm {
  color: var(--gray-1);
  letter-spacing: -.02rem;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.text-sm.white {
  color: var(--prymary-white);
  width: 40%;
}

.text-sm.lm {
  color: var(--prymary-white);
}

.text-sm.is-left {
  text-align: left;
  letter-spacing: -.02rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.text-sm.is-right {
  text-align: right;
}

.text-sm.is-medium {
  font-weight: 500;
  text-decoration: none;
}

.text-sm.is-medium.is-header {
  margin-bottom: 1rem;
}

.text-4xl {
  color: var(--prymary-white);
  text-align: center;
  letter-spacing: -.25rem;
  margin: 0 auto;
  font-family: Inter, sans-serif;
  font-size: 6rem;
  font-weight: 500;
  line-height: 6rem;
  display: block;
}

.text-4xl.dm {
  color: var(--prymary-black);
  transition: font-variation-settings .475s;
}

.text-4xl.is-dm {
  color: var(--prymary-black);
}

.stack-card-img {
  opacity: 1;
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 0;
  align-self: auto;
  width: 100%;
  height: 64%;
  position: absolute;
  inset: auto auto 0%;
  overflow: hidden;
}

.stack-card-img.is-right {
  left: auto;
  right: 0;
}

.text-xl {
  color: var(--prymary-black);
  text-align: left;
  letter-spacing: -.02rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75rem;
  display: block;
}

.text-xl.is-dm {
  color: var(--prymary-black);
  text-align: left;
  letter-spacing: -.02rem;
  width: auto;
  min-width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.text-xl.is-dm.is-medium, .text-xl.is-medium {
  font-weight: 500;
}

.text-xl.is-medium.is-center {
  text-align: center;
}

.text-xl.bento-text {
  display: none;
}

.text-xs {
  color: var(--prymary-black);
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: .8125rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}

.text-xs.is-default {
  color: var(--grey-3);
}

.text-xs.is-medium {
  font-weight: 500;
}

.text-xs.is-medium.is-header {
  margin-bottom: 1rem;
}

.navbar-item {
  color: var(--prymary-black);
  border-radius: 320rem;
  padding: .5rem 1.5rem;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
  transition: background-color .2s;
}

.navbar-item:hover, .navbar-item.is-current {
  background-color: var(--prymary-crema);
}

.navbar-split {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.link-text-xs {
  color: var(--prymary-black);
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: .8125rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}

.link-text-xs.is-default {
  color: var(--grey-3);
  transition: color .2s;
}

.link-text-xs.is-default:hover {
  color: var(--prymary-black);
}

.link-text-xs.is-medium {
  font-weight: 500;
}

.link-text-xs.is-medium.is-header {
  margin-bottom: .5rem;
}

.text-xs-copy {
  color: var(--prymary-black);
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: .8125rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}

.text-xs-copy.is-default {
  color: var(--grey-3);
}

.text-xs-copy.is-medium {
  font-weight: 500;
}

.text-xs-copy.is-medium.is-header {
  margin-bottom: 1rem;
}

.navbar-inside-wrapper {
  z-index: 3;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 2.5rem 4rem 1rem;
  display: flex;
  position: relative;
}

.navbar-inside-wrapper.is-open {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 3rem;
  padding-bottom: 5rem;
  display: block;
}

.section_credit-hero {
  overflow: hidden;
}

.credit-hero_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.credit-hero_content-wrap {
  z-index: 3;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
  position: relative;
}

.credit-hero_h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.credit-hero_image {
  z-index: 2;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  object-position: 50% 100%;
  width: 100%;
  max-width: 24rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.credit-hero_decorative-bg {
  z-index: 0;
  aspect-ratio: 1;
  filter: blur(175px);
  background-color: #ff500bcc;
  border-radius: 50%;
  width: 64rem;
  position: absolute;
  bottom: 0;
  transform: translate(0, 70%);
}

.credit-benefits_component {
  text-align: center;
}

.credit-benefits_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.credit-benefits_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--gray-7);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 1rem;
  display: flex;
}

.credit-benefits_icon {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.credit-benefits_item_title {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.4;
}

.credit-steps_component {
  grid-column-gap: 5%;
  grid-row-gap: 2rem;
  grid-template-rows: auto 1fr;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.credit-steps_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  max-width: 42rem;
  display: flex;
}

.credit-steps_cta-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.credit-steps_image {
  width: 100%;
  display: block;
}

.credit-steps_item {
  border-bottom: 1px solid var(--grey-4);
  padding-bottom: .75rem;
}

.credit-steps_item_top-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
}

.credit-steps_item_number {
  background-color: var(--prymary-black);
  color: var(--prymary-white);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  margin-top: .125rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.credit-steps_image-wrap {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.credit-reqs_component {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.credit-reqs_text-wrap {
  width: 55%;
  max-width: 40rem;
}

.credit-reqs_image-wrap {
  flex: 1;
}

.credit-reqs_image {
  width: 100%;
  display: block;
}

.credit-stats_component {
  text-align: center;
}

.credit-stats_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.credit-stats_card {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: var(--prymary-white);
  color: var(--prymary-black);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 14rem;
  padding: 2rem;
  font-size: 1.125rem;
  display: flex;
}

.credit-stats_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.credit-stats_image-wrap {
  position: relative;
}

.credit-stats_logo {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.credit-cta_component {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.credit-cta_text-wrap {
  width: 50%;
  max-width: 37rem;
}

.credit-cta_image-wrap {
  flex: 1;
}

.credit-cta_image {
  width: 100%;
  display: block;
}

.credit-compare_heading-wrap {
  text-align: center;
  width: 100%;
  max-width: 35rem;
}

.credit-compare_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.credit-compare_table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--grey-4);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 1.5rem;
  display: grid;
}

.credit-compare_cell_middle, .credit-compare_cell_right, .credit-compare_cell_left {
  border-top: 1px solid var(--grey-4);
}

.credit-compare_cell {
  border-top: 1px solid var(--grey-4);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 500;
  display: flex;
}

.credit-compare_cell.is-header-middle {
  background-color: var(--prymary-black);
  color: var(--prymary-white);
  border-top-style: none;
  padding: 2rem .5rem;
  font-size: 1.25rem;
}

.credit-compare_cell.is-header-right {
  color: var(--grey-3);
  border-top-style: none;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: 1.25rem;
}

.credit-compare_cell.is-left {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 400;
}

.credit-compare_cell.is-middle {
  border-right: 1px solid var(--grey-4);
  border-left: 1px solid var(--grey-4);
}

.credit-compare_cell.is-right {
  color: var(--grey-3);
}

.credit-compare_disclaimer {
  text-align: center;
  width: 100%;
  max-width: 57rem;
  font-size: .875rem;
}

.credit-compare_subheading {
  font-weight: 500;
}

.credit-modal_component {
  z-index: 1000;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  position: fixed;
  inset: 0%;
}

.credit-modal_container {
  z-index: 2;
  background-color: var(--prymary-white);
  width: 100%;
  max-width: 28rem;
  position: relative;
}

.credit-modal_form-block {
  max-height: 90svh;
  margin-bottom: 0;
  padding: 3rem 2rem 2rem;
  overflow: auto;
}

.credit-modal_x-close {
  z-index: 3;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: .25rem;
  display: flex;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.credit-modal_close-overlay {
  position: absolute;
  inset: 0%;
}

.credit-modal_title-wrap {
  max-width: 28.2rem;
}

.credit-modal_title {
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.credit-modal_fields-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  display: flex;
}

.credit-modal_input {
  color: var(--prymary-black);
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #d3d3d3;
  height: 3.5rem;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1rem;
}

.credit-modal_input::placeholder, .credit-modal_input.is-select {
  color: var(--gray-4);
}

.credit-modal_success {
  background-color: #0000;
  padding: 0;
}

.credit-modal_success-conatiner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faqs_title {
  letter-spacing: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.section_debit-card-hero.background-color-secondary {
  overflow: hidden;
}

.debit-card-hero_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.debit-card-hero_content-wrap {
  z-index: 3;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 46rem;
  display: flex;
  position: relative;
}

.debit-card-hero_logo {
  justify-content: flex-start;
  align-items: center;
  width: 13rem;
  max-width: 100%;
  height: 1.5rem;
  display: flex;
}

.debit-card-hero_heading-wrap {
  max-width: 40rem;
}

.debit-card-hero_image {
  z-index: 0;
  aspect-ratio: 1087 / 567;
  object-fit: contain;
  object-position: 50% 100%;
  width: 44rem;
  margin-top: -6rem;
  position: relative;
}

.debit-card-tabs_menu {
  z-index: 10;
  background-color: var(--gray-7);
  border-radius: 12rem;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 4.5rem;
  box-shadow: inset 0 0 2px 1px #00000012;
}

.debit-card-tabs_link {
  z-index: 2;
  color: var(--gray-4);
  background-color: #0000;
  flex: 1;
  padding: 1rem 1rem 1rem 1.5rem;
  transition: color .3s;
}

.debit-card-tabs_link.w--current {
  color: var(--prymary-black);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.debit-card-tabs_link.is-second {
  padding-left: 1rem;
  padding-right: 1.5rem;
}

.debit-card-tabs_link.is-first {
  padding-left: 1.5rem;
}

.debit-card-tabs_toggle-outer {
  width: calc(100% - .5rem);
  height: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(calc(100% + .5rem));
}

.debit-card-tabs_link-logo {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.debit-card-tabs_toggle-inner {
  background-color: var(--prymary-white);
  border-radius: 10rem;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 4px #0000001a;
}

.debit-card-tabs_styles {
  display: none;
}

.debit-card-benefits_flex {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.debit-card-benefits_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: 34rem;
  display: flex;
}

.debit-card-benefits_heading-wrap {
  text-align: center;
  max-width: 49rem;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.debit-card-benefits_item_top-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
}

.debit-card-benefits_item_number {
  background-color: var(--prymary-black);
  color: var(--prymary-white);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  margin-top: .125rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.debit-card-benefits_image-wrap {
  flex: 1;
  max-width: 34rem;
}

.debit0card-benefits_image {
  width: 100%;
  display: block;
}

.growth-videos_script {
  font-family: Inter, sans-serif;
  display: none;
}

.prof-cta_app-tablet-button-wrap {
  display: none;
}

.account-benefits_component {
  text-align: center;
}

.account-benefits_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.account-benefits_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--gray-7);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 1rem;
  display: flex;
}

.account-benefits_icon {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.account-benefits_item_title {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.4;
}

.bento-card-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.link-5 {
  color: var(--prymary-black);
  font-weight: 500;
}

.heading-64 {
  opacity: 1;
  color: #000;
  text-align: left;
  letter-spacing: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 64px;
  line-height: 72px;
}

.heading-64-copy {
  opacity: 1;
  color: #000;
  text-align: left;
  letter-spacing: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1rem;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.image-9-copy {
  float: right;
  clear: none;
  aspect-ratio: auto;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  object-position: 0% 50%;
  background-clip: border-box;
  border: 1px #0000;
  border-radius: 20px;
  outline: 3px #3333330d;
  width: 561px;
  max-width: none;
  height: auto;
  margin-top: 165px;
  margin-right: 41px;
  display: block;
  position: static;
  overflow: visible;
}

.image_cea {
  float: right;
  clear: none;
  aspect-ratio: auto;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  object-position: 0% 50%;
  background-clip: border-box;
  border: 1px #0000;
  border-radius: 20px;
  outline: 3px #3333330d;
  width: 561px;
  max-width: none;
  height: auto;
  margin-top: 165px;
  margin-right: 41px;
  display: block;
  position: static;
  overflow: hidden;
}

.step_confirmation {
  flex: 1;
  display: none;
}

.step_confirmation.is-active {
  display: block;
}

.field-label {
  color: var(--grey-3);
  margin-left: 20px;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.link-6 {
  color: #2a2b2b;
  -webkit-text-stroke-color: #626666;
}

.css_legal_text_short {
  color: var(--grey-3);
  margin-left: 0;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.css_legal_text_long {
  color: var(--grey-3);
  object-fit: contain;
  flex: 0 auto;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 14px;
  font-weight: 400;
  display: none;
  overflow: visible;
}

.link-7 {
  color: #222;
}

.prof-steps_link-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  opacity: .5;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1rem;
  font-size: .875rem;
  transition: opacity .15s;
  display: flex;
}

.prof-steps_link-2.w--current {
  opacity: 1;
  background-color: #fff;
  font-size: 1rem;
}

.prof-steps_tabs-component-2 {
  text-align: left;
  background-color: #f8f8f8;
  padding: 5rem 3%;
}

.text-color-grey-2 {
  color: #626666;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 6rem;
  min-width: 16rem;
  padding: 1rem 2rem;
  font-weight: 500;
}

.button-2:hover {
  background-color: #313333;
}

.button-2:active {
  background-color: #000;
}

.prof-steps_progress-bar-2 {
  background-color: #000;
  width: 0%;
  height: .125rem;
  position: absolute;
  inset: -.125rem auto auto 0%;
}

.prof-steps_link-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  opacity: .5;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1rem;
  font-size: .875rem;
  transition: opacity .15s;
  display: flex;
}

.prof-steps_link-3.w--current {
  opacity: 1;
  background-color: #fff;
  font-size: 1rem;
}

.text-color-grey-3 {
  color: #626666;
}

.prof-steps_progress-bar-3 {
  background-color: #000;
  width: 0%;
  height: .125rem;
  position: absolute;
  inset: -.125rem auto auto 0%;
}

.potencia_acc {
  z-index: 10;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 80px 64px 160px;
  font-family: Sf Pro Display Medium;
  display: none;
  position: relative;
  top: 0;
  overflow: hidden;
}

.potencia_acc.headline {
  padding-top: 120px;
  padding-bottom: 80px;
}

.featuresecciones_acc {
  background-color: #f8f8f8;
  justify-content: space-between;
  align-items: center;
  height: 90vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 64px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
  box-shadow: 0 0 70px 100px #6266660d;
}

.featuresecciones_acc.last {
  z-index: 200;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  position: sticky;
  box-shadow: 0 0 70px 100px #6266660d;
}

.featuresecciones_acc._1 {
  z-index: 10;
  box-shadow: none;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  position: relative;
}

.featuresecciones_acc.black {
  z-index: 30;
  background-color: var(--prymary-black);
  height: 95vh;
  display: none;
  position: relative;
}

.featuresecciones_acc._2 {
  height: 100vh;
}

.calcula-rendimeinto_acc {
  z-index: 20;
  background-color: var(--prymary-white);
  margin-top: 0;
  padding: 0;
  display: none;
  position: relative;
  overflow: hidden;
}

.featuresecciones_2_acc {
  background-color: #f8f8f8;
  justify-content: space-between;
  align-items: center;
  height: 90vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 64px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
  box-shadow: 0 0 70px 100px #6266660d;
}

.featuresecciones_2_acc.last {
  z-index: 200;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  position: sticky;
  box-shadow: 0 0 70px 100px #6266660d;
}

.featuresecciones_2_acc._1 {
  z-index: 10;
  box-shadow: none;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.featuresecciones_2_acc.black {
  z-index: 30;
  background-color: var(--prymary-black);
  height: 95vh;
  display: none;
  position: relative;
}

.featuresecciones_2_acc._2 {
  height: 100vh;
}

.faqs_acc {
  z-index: 5;
  background-color: var(--prymary-white);
  color: var(--grey-3);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: none;
  position: relative;
  overflow: hidden;
}

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

.step_sales_error {
  display: none;
}

.paragraph-16, .text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-11, .paragraph-17 {
  font-family: Inter, sans-serif;
}

.body-3 {
  background-color: var(--prymary-white);
}

.logo_partner {
  align-self: center;
  max-height: 60px;
}

.heading-65 {
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .fondlogo {
    margin-left: 0;
    font-size: 11.5vw;
  }

  .containerfoooter {
    overflow: visible;
  }

  .contenderorfooter.nav {
    margin-top: 40px;
    padding-bottom: 56px;
    padding-left: 32px;
  }

  .hero-heading {
    font-size: 90px;
    line-height: 90px;
  }

  .navbar-left {
    width: 200px;
  }

  .navbar-right {
    width: 230px;
  }

  .navbar-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .potencia {
    padding-bottom: 180px;
  }

  .faqs-item-headline {
    align-self: flex-start;
    width: 80%;
    padding-left: 0;
  }

  .faqs-item-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .faqs-item {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .link-3 {
    margin-top: 24px;
  }

  .faqs-item-trigger {
    flex-direction: row;
    align-items: flex-end;
  }

  .accordion-item-content {
    margin-top: 24px;
    padding-left: 0;
  }

  .featuresecciones {
    flex-direction: column;
    align-items: flex-end;
    margin-top: 0;
    padding-top: 64px;
  }

  .featuresecciones._1 {
    flex-direction: column;
    align-items: flex-end;
    padding-top: 64px;
    padding-right: 64px;
  }

  .textseccion {
    width: 100%;
  }

  .img-container {
    width: 100%;
    margin-top: 40px;
  }

  .listadowhite {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-11 {
    font-size: 70px;
    line-height: 70px;
    position: relative;
  }

  .countero, .none {
    font-size: 70px;
  }

  .headinghero {
    width: 100%;
    font-size: 56px;
    line-height: 64px;
  }

  .nuemeros {
    font-size: 96px;
    line-height: 96px;
  }

  .paragraph-4 {
    font-size: 18px;
    line-height: 26px;
  }

  .desk-card {
    object-fit: cover;
    height: 100vh;
    margin-top: 0;
    padding-top: 0;
  }

  .div-block-30 {
    margin-top: 0;
  }

  .txt-small {
    width: 100%;
    position: relative;
    top: 24px;
    bottom: 0;
    left: 0;
  }

  .primmary-btn {
    border-radius: 100px;
  }

  .div-block-43 {
    width: 100%;
    height: 100%;
  }

  .image-22 {
    width: 100%;
  }

  .mobile-inner {
    width: 100%;
    max-width: 1440px;
  }

  .mobile {
    background-color: #fff;
    border: 0 #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    border-radius: 0;
    display: block;
    position: fixed;
    left: 0;
    right: 0;
  }

  .menu-button {
    background-color: #fff;
    padding: 18px 0;
  }

  .menu-button.w--open {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    color: #000;
    margin: 8px 0;
    padding: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .nav-elements-list {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .mobile-menu {
    background-color: #fff;
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    width: 100%;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
    display: block;
  }

  .mobile-card {
    object-fit: cover;
    height: 100vh;
    margin-top: 0;
    padding-top: 0;
  }

  .requirements-container {
    width: 100%;
  }

  .wrapper-form {
    width: 96%;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper, .section-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .section-container {
    max-width: 728px;
  }

  .feature-label {
    font-size: 18px;
    line-height: 26px;
  }

  .section-wrapper-dual, .section-wrapper-feature {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .mobile-menu-dark {
    background-color: #fff;
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    width: 100%;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
    display: block;
  }

  .footer-container {
    max-width: 728px;
  }

  .text-split {
    width: 100%;
  }

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

  .padding-global.is-0-tablet {
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .hide-tablet {
    display: none;
  }

  .nav_button {
    color: #fff;
  }

  .navbar_brand-link {
    width: 8rem;
  }

  .navbar_menu {
    background-color: var(--prymary-white);
    padding-left: 5%;
    padding-right: 5%;
  }

  .navbar_menu-button {
    justify-content: center;
    align-items: center;
    margin-top: -.5rem;
    margin-bottom: -.5rem;
    padding: 1rem;
    display: flex;
  }

  .navbar_menu-button.w--open {
    background-color: unset;
  }

  .navbar_container {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .navbar_links-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .navbar_buttons-wrap {
    flex-flow: column-reverse;
    flex: 0 auto;
    padding-bottom: 2rem;
  }

  .section_prof-hero {
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .prof-hero_bg-image {
    aspect-ratio: 1 / 2;
    object-fit: cover;
    object-position: 92% 50%;
    width: 100%;
    max-width: 26rem;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    transform: translate(0, -8%);
  }

  .prof-hero_component {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .prof-hero_logo {
    margin-left: auto;
    margin-right: auto;
  }

  .prof-clients_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .prof-clients_text-wrap {
    width: 100%;
  }

  .prof-clients_image-wrap {
    flex: 0 auto;
  }

  .prof-clients_image {
    object-position: 50% 65%;
    max-height: 30rem;
  }

  .prof-benefits_heading-wrap {
    text-align: left;
    margin-bottom: 3rem;
    margin-left: 0;
    margin-right: 0;
  }

  .prof-benefits_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 0;
  }

  .prof-benefits_content.is-new {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .prof-benefits_column {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    width: auto;
  }

  .prof-benefits_column.is-new {
    width: auto;
  }

  .prof-benefits_column.is-full-height {
    align-self: auto;
    width: auto;
  }

  .prof-benefits_image {
    order: 1;
    width: 100%;
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .prof-security_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .prof-security_text-wrap {
    width: auto;
  }

  .prof-security_logos-column {
    flex: 0 auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .prof-steps_tabs {
    flex-direction: column;
    align-items: stretch;
  }

  .prof-steps_tabs-menu {
    grid-column-gap: 1rem;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: none;
    margin-bottom: 1rem;
    margin-right: 0;
    padding-left: 5%;
    padding-right: 5%;
    overflow: auto;
  }

  .prof-steps_link {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    flex: none;
    width: 80%;
    max-width: 20rem;
    padding: 0 0 1rem;
  }

  .prof-steps_link.w--current {
    background-color: #0000;
  }

  .prof-steps_progress-bar {
    inset: auto auto 0% 0%;
  }

  .prof-steps_tabs-content {
    align-self: center;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .prof-steps_lin-title-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .prof-steps_tabs-component {
    padding: 3rem 0;
  }

  .section_prof-cta {
    background-image: url('../images/phone-card-bg-mobile_1.webp');
    background-position: 40% 0;
  }

  .prof-cta_component {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .prof-cta_padding-section {
    padding-top: 6rem;
    padding-bottom: 38rem;
  }

  .navbar_menu-icon {
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
  }

  .navbar_menu-icon.is-close-icon {
    position: absolute;
  }

  .prof-hero_padding-section {
    padding-top: 6rem;
    padding-bottom: 0;
  }

  .prof-hero_mobile-bg-wrap {
    z-index: 3;
    background-image: linear-gradient(#fff0, #fff 25%);
    margin-top: 14rem;
    padding: 4rem 5%;
    position: relative;
  }

  .prof-steps_button-wrap {
    justify-content: center;
    align-items: flex-start;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .show-tablet {
    display: block;
  }

  .prof-benefits_new-image {
    order: 1;
    width: 100%;
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .prof-benefits_image-wrap {
    order: 1;
  }

  .prof-benefits_padding-section {
    padding-top: 6rem;
    padding-bottom: 0;
  }

  .prof-benefits_padding-section.is-account {
    padding-bottom: 0;
  }

  .growth-hero_component {
    flex-flow: column;
  }

  .growth-hero_text-wrap {
    z-index: 2;
    text-align: center;
    width: 100%;
    position: relative;
  }

  .growth-hero_logo {
    margin-left: auto;
    margin-right: auto;
  }

  .growth-hero_right-column {
    z-index: 0;
    order: -1;
    width: 100%;
    max-width: 20rem;
    margin-bottom: -1rem;
  }

  .growth-hero_image-info-wrap {
    display: none;
  }

  .prof-benefits_image-info-wrap {
    max-width: none;
    margin-bottom: 2rem;
  }

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

  .growth-videos_videos-wrap {
    justify-content: flex-start;
    margin-bottom: 0;
    padding-bottom: 1rem;
    padding-left: 5%;
    padding-right: 5%;
    overflow: auto;
  }

  .growth-videos_item {
    flex: none;
    width: 26rem;
    max-width: 80svw;
  }

  .growth-videos_description {
    z-index: 0;
    opacity: 1;
    max-width: none;
    position: static;
    transform: none;
  }

  .growth-steps_component {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .growth-steps_heading-wrap {
    width: 100%;
    height: auto;
    padding: 5rem 5%;
    position: static;
  }

  .growth-steps_screens-wrap {
    flex: 0 auto;
  }

  .growth-steps_screen {
    border-bottom: 1px solid var(--prymary-black);
    border-top-style: none;
    height: auto;
    padding: 2rem 5%;
    position: static;
    overflow: visible;
  }

  .growth-steps_right-bg {
    display: none;
  }

  .growth-steps_screen_image-wrap {
    aspect-ratio: 5 / 3;
    flex: 0 auto;
  }

  .growth-docs_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .growth-docs_left-column {
    width: 100%;
  }

  .growth-hero_mobile-info-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2rem;
    display: flex;
  }

  .section_growth-cta {
    background-image: url('../images/card-black-bg-mobile_1.webp');
    background-position: 50% 0;
  }

  .growth-cta_padding-section {
    padding-top: 6rem;
    padding-bottom: 24rem;
  }

  .text-2xl {
    width: 100%;
    font-size: 56px;
    line-height: 64px;
  }

  .sub-heading, .feature-stack {
    padding-bottom: 180px;
  }

  .card-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .text-base, .text-sm {
    width: 100%;
    font-size: 56px;
    line-height: 64px;
  }

  .navbar-inside-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

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

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

  .credit-steps_content {
    max-width: none;
  }

  .credit-steps_item_top-wrap {
    flex-flow: column;
  }

  .credit-steps_image-wrap {
    flex: 0 auto;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
  }

  .credit-compare_cell {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .credit-compare_cell.is-left {
    padding-left: 0;
  }

  .credit-compare_cell.is-right {
    padding-right: 0;
  }

  .debit-card-hero_logo {
    margin-left: auto;
    margin-right: auto;
  }

  .debit-card-tabs_menu {
    top: 4rem;
  }

  .debit-card-benefits_flex {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .debit-card-benefits_flex.is-inverted-mobile {
    flex-flow: column-reverse;
  }

  .debit-card-benefits_content {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .debit-card-benefits_heading-wrap {
    margin-bottom: 2rem;
  }

  .debit-card-benefits_item {
    width: 100%;
  }

  .debit-card-benefits_item_top-wrap {
    flex-flow: column;
  }

  .debit-card-benefits_image-wrap {
    flex: 0 auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .prof-cta_app-tablet-button-wrap {
    display: block;
  }

  .account-benefits_grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 26rem;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-64, .heading-64-copy {
    font-size: 70px;
    line-height: 70px;
    position: relative;
  }

  .prof-steps_link-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    flex: none;
    width: 80%;
    max-width: 20rem;
    padding: 0 0 1rem;
  }

  .prof-steps_link-2.w--current {
    background-color: #0000;
  }

  .prof-steps_tabs-component-2 {
    padding: 3rem 0;
  }

  .prof-steps_progress-bar-2 {
    inset: auto auto 0% 0%;
  }

  .prof-steps_link-3 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    flex: none;
    width: 80%;
    max-width: 20rem;
    padding: 0 0 1rem;
  }

  .prof-steps_link-3.w--current {
    background-color: #0000;
  }

  .prof-steps_progress-bar-3 {
    inset: auto auto 0% 0%;
  }

  .potencia_acc {
    padding-bottom: 180px;
  }

  .featuresecciones_acc {
    flex-direction: column;
    align-items: flex-end;
    margin-top: 0;
    padding-top: 64px;
  }

  .featuresecciones_acc._1 {
    flex-direction: column;
    align-items: flex-end;
    padding-top: 64px;
    padding-right: 64px;
  }

  .featuresecciones_2_acc {
    flex-direction: column;
    align-items: flex-end;
    margin-top: 0;
    padding-top: 64px;
  }

  .featuresecciones_2_acc._1 {
    flex-direction: column;
    align-items: flex-end;
    padding-top: 64px;
    padding-right: 64px;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding-top: 64px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .fondlogo {
    font-size: 11vw;
  }

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

  .empresarial {
    border-radius: 100px;
  }

  .empresarial.white {
    width: 50%;
  }

  .hero-heading {
    font-size: 72px;
    line-height: 72px;
  }

  .navbar-left {
    text-align: center;
    align-self: center;
    width: 100%;
  }

  .image-3 {
    width: 50%;
  }

  .navbar-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .potencia {
    padding: 56px 40px 100px;
  }

  .over {
    padding-top: 64px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .contenedorlistado {
    margin-top: 80px;
  }

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

  .faqs-item {
    padding-top: 30px;
  }

  .faqs-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .heading-9 {
    font-size: 56px;
    line-height: 64px;
  }

  .featuresecciones {
    height: 100%;
  }

  .featuresecciones._1 {
    height: 100%;
    padding-top: 56px;
    padding-left: 40px;
    padding-right: 0;
  }

  .section-heading {
    font-size: 56px;
    line-height: 64px;
  }

  .section-heading._2 {
    margin-top: 40px;
  }

  .textseccion {
    padding-right: 40px;
  }

  .img-container {
    width: 100%;
  }

  .creadoresyempresas {
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .countero {
    font-size: 60px;
  }

  .table-header-container {
    text-align: center;
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .none {
    font-size: 60px;
  }

  .features {
    margin-top: 100px;
  }

  .contendor-botones {
    width: 100%;
  }

  .desk-card {
    object-fit: contain;
    height: 100vh;
  }

  .txt-small {
    width: 100%;
    padding-right: 40px;
  }

  .mobile-inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .mobile-menu {
    height: 100px;
  }

  .mobile-card {
    object-fit: contain;
    height: 100vh;
  }

  .requirements-container {
    padding-right: 40px;
  }

  .credit-pricing {
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .personal {
    border-radius: 100px;
  }

  .personal.white {
    width: 50%;
  }

  .box-heading {
    font-size: 56px;
    line-height: 64px;
  }

  .form-container {
    padding-top: 60px;
  }

  .form-container.is-centered {
    padding-top: 0;
  }

  .mobile-menu-dark {
    height: 100px;
  }

  .text-split {
    padding-right: 40px;
  }

  .requirements-img-wrapper {
    width: 100%;
  }

  .empresarialv2 {
    border-radius: 100px;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h1.is-small-mobile, .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .text-size-large {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .navbar_brand-link {
    padding-left: 0;
  }

  .prof-hero_component {
    max-width: 30rem;
  }

  .prof-security_logos-column {
    max-width: 26rem;
    margin-left: auto;
    margin-right: auto;
  }

  .prof-security_logo-wrap {
    height: 2.75rem;
  }

  .prof-steps_tabs-menu {
    margin-bottom: .5rem;
    padding-bottom: .75rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .faqs_question {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faqs_icon-wrapper {
    width: 1.75rem;
  }

  .prof-cta_component {
    max-width: 27rem;
  }

  .prof-cta_padding-section {
    padding-bottom: 34rem;
  }

  .prof-hero_padding-section {
    padding-top: 4rem;
  }

  .prof-steps_button-wrap {
    margin-top: 2rem;
  }

  .prof-clients_heading-wrap {
    min-height: 7.2rem;
  }

  .prof-clients_rich-text {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .prof-clients_rich-text li {
    margin-bottom: .5rem;
  }

  .prof-benefits_padding-section {
    padding-top: 4rem;
  }

  .growth-hero_right-column {
    max-width: 14rem;
    margin-top: -1rem;
  }

  .growth-hero_people-image {
    width: 4rem;
  }

  .growth-videos_item.is-active {
    width: 20rem;
  }

  .growth-videos_description {
    margin-top: 1rem;
    font-size: .75rem;
  }

  .growth-videos_description-text {
    font-size: .875rem;
  }

  .growth-videos_lightbox-link {
    height: 20rem;
    margin-bottom: 3rem;
  }

  .growth-steps_heading-wrap {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .growth-hero_mobile-info-wrap {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    margin-top: 1.5rem;
    font-size: .75rem;
  }

  .growth-hero_info-title {
    font-size: 1.25rem;
  }

  .growth-videos_logo-wrap {
    color: var(--prymary-black);
    text-shadow: none;
    margin-top: 1rem;
    top: 100%;
    bottom: auto;
    left: 0%;
  }

  .sub-heading, .feature-stack {
    padding: 56px 40px 100px;
  }

  .navbar-inside-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .credit-hero_content-wrap {
    margin-bottom: 3rem;
  }

  .credit-hero_h1 {
    font-size: 1rem;
  }

  .credit-hero_image {
    width: 80%;
    max-width: 16rem;
  }

  .credit-hero_decorative-bg {
    width: 45rem;
  }

  .credit-benefits_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .credit-benefits_item_title {
    font-size: 1.25rem;
  }

  .credit-steps_image-wrap {
    max-width: 26rem;
  }

  .credit-reqs_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .credit-reqs_text-wrap {
    width: 100%;
    max-width: none;
  }

  .credit-reqs_image-wrap {
    width: 100%;
    max-width: 26rem;
    margin-left: auto;
    margin-right: auto;
  }

  .credit-stats_grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
  }

  .credit-stats_card {
    min-height: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .credit-stats_image-wrap {
    height: 13rem;
  }

  .credit-cta_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .credit-cta_text-wrap {
    text-align: center;
    width: 100%;
    max-width: none;
  }

  .credit-cta_image-wrap {
    width: 100%;
    max-width: 26rem;
    margin-left: auto;
    margin-right: auto;
  }

  .credit-compare_cell {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: .875rem;
  }

  .credit-compare_cell.is-header-middle {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1rem;
  }

  .credit-compare_cell.is-header-right {
    font-size: 1rem;
  }

  .credit-compare_cell.is-left {
    font-size: .875rem;
  }

  .credit-compare_disclaimer {
    font-size: .75rem;
  }

  .credit-compare_subheading {
    font-size: .875rem;
  }

  .credit-modal_title {
    font-size: 1.5rem;
  }

  .faqs_title {
    font-size: 1rem;
  }

  .debit-card-hero_content-wrap {
    margin-bottom: 3rem;
  }

  .account-benefits_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .account-benefits_item_title {
    font-size: 1.25rem;
  }

  .potencia_acc {
    padding: 56px 40px 100px;
  }

  .featuresecciones_acc {
    height: 100%;
  }

  .featuresecciones_acc._1 {
    height: 100%;
    padding-top: 56px;
    padding-left: 40px;
    padding-right: 0;
  }

  .featuresecciones_2_acc {
    height: 100%;
  }

  .featuresecciones_2_acc._1 {
    height: 100%;
    padding-top: 56px;
    padding-left: 40px;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
  }

  .feature {
    width: 100%;
    padding-top: 0;
  }

  .footer {
    padding-right: 32px;
  }

  .fondlogo {
    width: 100%;
  }

  .regularh4 {
    letter-spacing: .24px;
    font-family: Inter, sans-serif;
  }

  .contenderorfooter {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .contenderorfooter.nav {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .link-2 {
    letter-spacing: .24px;
  }

  .avisosfooter {
    margin-top: 100px;
  }

  .linkaviso {
    margin-left: 0;
  }

  .div-block-7 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-8 {
    background-color: var(--gray-1);
  }

  .div-block-9 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    margin-bottom: 40px;
  }

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

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

  .navbar {
    display: none;
  }

  .empresarial {
    letter-spacing: .32px;
    width: 100%;
    font-family: Sf Pro Display Medium;
  }

  .empresarial.white {
    letter-spacing: .24px;
    align-self: center;
    width: 50%;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Inter, sans-serif;
    line-height: 16px;
    display: block;
  }

  .empresarial.white.none {
    align-self: center;
    width: 50%;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 8px;
    display: block;
  }

  .linkmenu.der {
    text-align: center;
    margin-top: 24px;
    margin-left: 0;
  }

  .linkmenu.der.wh {
    margin-top: 0;
    display: none;
  }

  .navbar-items {
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .hero-heading {
    letter-spacing: 0;
    background-color: #0000;
    font-size: 40px;
    line-height: 48px;
  }

  .hero-heading.white {
    background-color: #0000;
    font-size: 40px;
    line-height: 48px;
  }

  .image-3 {
    width: 70%;
  }

  .potencia {
    padding: 32px 32px 60px;
  }

  .potencia.headline {
    padding-top: 56px;
  }

  .contenedor-potencia {
    flex: none;
  }

  .potencibtn {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    display: flex;
  }

  .over.growth {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lista {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .contenedorlistado {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: flex-start;
  }

  .tag-cifra {
    margin-top: 0;
    margin-bottom: 16px;
    line-height: 32px;
  }

  .numbers-container {
    margin-bottom: 0;
  }

  .numbers-container._2 {
    height: 100vh;
    overflow: hidden;
  }

  .h1footer {
    text-align: left;
    letter-spacing: -.02rem;
    margin-top: 0;
    font-family: Inter, sans-serif;
    font-size: 28px;
    line-height: 36px;
  }

  .abretucuenta {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 40px;
    display: flex;
  }

  .paragraph-faq {
    padding-bottom: 0;
  }

  .faqs {
    padding: 56px 24px;
  }

  .faqs-item-headline {
    width: 88%;
  }

  .faqs-item-container {
    flex-direction: column;
  }

  .faqs-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-left: auto;
    margin-right: 24px;
    padding: 16px 0;
  }

  .faqs-container {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .link-3 {
    letter-spacing: -.02rem;
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .link-3.cta {
    margin-top: 0;
    font-size: 18px;
  }

  .faqs-item-trigger {
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .accordion-item-content {
    padding-left: 0;
  }

  .content_wrapper {
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
  }

  .faqs-wrapper {
    grid-row-gap: 0px;
  }

  .faqs_headline {
    letter-spacing: -.02rem;
    margin-bottom: auto;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .heading-9 {
    letter-spacing: .32px;
    width: 100%;
    font-size: 40px;
    line-height: 48px;
  }

  .secciones {
    background-color: var(--prymary-white);
    height: auto;
    position: relative;
  }

  .featuresecciones {
    padding-top: 56px;
    padding-left: 40px;
  }

  .featuresecciones.last {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .featuresecciones._1 {
    z-index: 10;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .featuresecciones.black {
    height: auto;
    padding: 64px 32px;
  }

  .featuresecciones._2 {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .section-heading {
    letter-spacing: -.75px;
    margin-bottom: 8px;
    font-size: 40px;
    line-height: 48px;
  }

  .section-heading._2 {
    letter-spacing: 0;
  }

  .textseccion {
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
  }

  .img-container {
    margin-top: 80px;
  }

  .descripcioncostos._3 {
    text-align: center;
    width: 100%;
    margin-top: 0;
    font-size: 20px;
    line-height: 27px;
  }

  .creadoresyempresas {
    margin: -1px 8px 24px;
    padding: 24px 24px 40px;
  }

  .precios {
    text-align: center;
    width: 100%;
    margin-top: 0;
    font-family: Sf Pro Display Medium;
    line-height: 26px;
  }

  .potencibtn2 {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .creadores {
    display: none;
  }

  .empresas {
    display: block;
  }

  .listadocreadores {
    margin-top: 0;
  }

  .linealistado, .linealistado._1 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .listadoempresas {
    margin-top: 0;
    margin-bottom: 0;
  }

  .titulempresas {
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 40px;
    margin-bottom: 24px;
  }

  .listadowhite {
    margin-top: 16px;
  }

  .listadowhite._2 {
    text-align: left;
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .potencibtn2empresas {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: stretch;
    margin-top: 40px;
    display: flex;
  }

  .linkinfocreadores.der {
    text-align: center;
    letter-spacing: .32px;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Sf Pro Display Medium;
    display: none;
  }

  .linkinfomenoscreadores.der {
    text-align: center;
    letter-spacing: .32px;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Sf Pro Display Medium;
  }

  .linkinfoemrpesas.der {
    text-align: center;
    letter-spacing: .32px;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Sf Pro Display Medium;
    display: none;
  }

  .linkmenosinfoempresas.der {
    text-align: center;
    letter-spacing: .32px;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Sf Pro Display Medium;
  }

  .heroseccion {
    grid-row-gap: 80px;
    flex-direction: column;
    justify-content: space-around;
    height: auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-11 {
    letter-spacing: -.125rem;
    margin-top: 0;
    font-size: 42px;
    font-weight: 500;
    line-height: 46px;
  }

  .image-9 {
    object-fit: cover;
    flex: 1;
    align-self: auto;
    width: 80%;
    display: block;
  }

  .countero {
    margin-right: 0;
    font-size: 30px;
    line-height: 72px;
  }

  .table-header-container {
    margin-top: 24px;
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 24px;
  }

  .numbers {
    justify-content: center;
  }

  .none {
    font-size: 30px;
    line-height: 72px;
  }

  .headinghero {
    letter-spacing: -.125px;
    height: auto;
    margin-top: 20px;
    padding-top: 0;
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
  }

  .headinghero.white {
    width: 100%;
  }

  .features {
    grid-column-gap: 24px;
    grid-row-gap: 56px;
    flex-direction: column;
    margin-top: 80px;
  }

  .nuemeros {
    font-size: 88px;
    line-height: 88px;
  }

  .paragraph-4 {
    margin-top: 16px;
  }

  .paragraph-4._2 {
    display: none;
  }

  .contendor-botones {
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: stretch;
    display: flex;
  }

  .contendor-botones.black {
    margin-top: 24px;
    display: flex;
  }

  .desk-card {
    width: 100%;
    height: 100vh;
    margin-top: 0;
    padding-top: 0;
    display: none;
  }

  .backgroundcolor {
    width: 100%;
  }

  .dre {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-27 {
    text-align: center;
    align-self: auto;
    margin-top: 0;
    display: none;
  }

  .image-15 {
    width: 72%;
  }

  .div-block-28 {
    margin-top: 0;
    padding-top: 8px;
    display: block;
  }

  .div-block-29 {
    height: 50vh;
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-block-30 {
    width: 100%;
    margin-top: 0;
  }

  .txt-small {
    padding-left: 32px;
    padding-right: 32px;
    font-family: Sf Pro Display Regular;
  }

  .paragraph-5 {
    line-height: 24px;
  }

  .primmary-btn {
    object-fit: fill;
    width: 100%;
    margin-top: 0;
    margin-bottom: auto;
    padding-bottom: 16px;
    font-family: Inter, sans-serif;
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.5rem;
    position: static;
    inset: auto 0% 0%;
  }

  .primmary-btn.gray {
    height: auto;
    font-weight: 500;
  }

  .primmary-btn.lm {
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.5rem;
    position: static;
  }

  .linkmenu-2.der {
    text-align: center;
    align-self: center;
    width: 100%;
    margin-left: auto;
    font-family: Sf Pro Display Medium;
  }

  .inside-hero {
    align-self: center;
    width: 100%;
    padding-top: 160px;
    padding-left: 32px;
    padding-right: 32px;
    font-family: Sf Pro Display Regular;
    display: block;
  }

  .div-block-33 {
    margin-top: 40px;
  }

  .paragraph-7 {
    color: var(--prymary-black);
    line-height: 24px;
  }

  .image-17 {
    width: 100%;
  }

  .contenedor-calculadora {
    flex-direction: column;
    margin: 32px 8px;
    padding: 0 32px 40px;
  }

  .calculator {
    flex-direction: column;
    flex: 0 auto;
    justify-content: space-around;
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible;
  }

  .calculator-result {
    width: 100%;
    display: none;
  }

  .submit-button {
    letter-spacing: .32px;
    font-family: Sf Pro Display Medium;
  }

  .form-block {
    width: 100%;
  }

  .div-block-39.dark {
    display: none;
  }

  .paragraph-12 {
    line-height: 20px;
  }

  .paragraph-12.peque {
    margin-top: 8px;
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph-12.peque._2 {
    margin-bottom: 0;
    font-size: 12px;
  }

  .paragraph-12.right-align {
    text-align: right;
    line-height: 20px;
  }

  .device {
    flex-direction: column;
    margin-left: 0;
  }

  .device._2 {
    width: 100%;
    margin-top: 80px;
    margin-right: 0;
  }

  .descdevice {
    text-align: left;
    width: 100%;
  }

  .devices {
    height: auto;
    margin-top: 120px;
    padding-left: 32px;
    display: none;
  }

  .app {
    height: auto;
    margin-top: 60px;
    margin-bottom: 120px;
    padding-left: 32px;
    padding-right: 72px;
  }

  .div-block-42.black {
    margin-bottom: 80px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-block-42.black._2 {
    margin-top: 56px;
    margin-bottom: 80px;
    padding-bottom: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .plataformdevicedark {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .contenedor-potencia-white {
    flex-direction: row;
    padding-top: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .text-block-3 {
    letter-spacing: .32px;
  }

  .hand-card {
    margin-top: 80px;
  }

  .image-20 {
    width: 80%;
    position: static;
    top: 50%;
  }

  .titulodesc {
    font-weight: 500;
  }

  .contenedordesc {
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-block-43 {
    width: 100%;
    height: auto;
    overflow: visible;
  }

  .requisitosbutton.black {
    text-align: center;
    border-radius: 120vw;
    width: 50%;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 16px;
  }

  .requisitosbutton.black.none {
    text-align: center;
    width: 50%;
  }

  .descripcionrequisito {
    line-height: 24px;
  }

  .descripcionrequisito-creditosimple {
    display: block;
  }

  .div-block-44 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    display: flex;
  }

  .brand {
    padding-left: 0;
  }

  .mobile-inner {
    background-color: var(--prymary-white);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    height: 72px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
    position: static;
    overflow: visible;
  }

  .mobile {
    z-index: 1000;
    background-color: #0000;
    border: 1px #000;
    font-family: Inter, sans-serif;
    display: block;
    inset: 0% 0% auto;
  }

  .menu-button {
    color: #0000;
    background-color: #0000;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .menu-button.w--open {
    background-color: #0000;
    display: block;
  }

  .navbar-container {
    width: 100%;
    overflow: visible;
  }

  .nav-link {
    opacity: 1;
    color: var(--grey-3);
    letter-spacing: -.015rem;
    margin-top: 0;
    padding-bottom: 4px;
    font-family: Inter, sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.524rem;
    text-decoration: none;
  }

  .nav-link.w--current {
    opacity: 1;
    color: var(--prymary-black);
    border-bottom: 2px solid #000;
    padding-bottom: 0;
    font-family: Inter, sans-serif;
    text-decoration: none;
  }

  .nav-elements-list {
    grid-row-gap: 0px;
    color: #000;
    margin-top: 0;
    margin-bottom: auto;
    font-size: 40px;
    line-height: 40px;
  }

  .mobile-menu {
    z-index: 100002;
    background-color: var(--prymary-white);
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px);
    object-fit: fill;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    margin-top: 72px;
    padding-top: 24px;
    display: block;
    position: absolute;
    inset: 0%;
    overflow: visible;
  }

  .mobile-menu-container {
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    margin-top: auto;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
  }

  .mobile-card {
    width: 100%;
    height: 100vh;
    margin-top: -25vh;
    padding-top: 0;
    display: block;
  }

  .highlight {
    width: 100%;
    height: auto;
    padding-left: 32px;
    padding-right: 32px;
  }

  .requirements-container {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .revolving-credit {
    display: block;
  }

  .simple-credit {
    display: none;
  }

  .revolving-credit-commissions {
    display: block;
  }

  .credit-pricing {
    margin: -1px 8px 24px;
    padding: 24px 24px 40px;
  }

  .simple-credit-commissions {
    display: block;
  }

  .revolving-credit-list, .simple-credit-list {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .devices-left {
    height: auto;
    margin-top: 60px;
    padding-left: 0;
    padding-right: 32px;
    display: block;
  }

  .devices-right {
    height: auto;
    margin-top: 60px;
    padding-left: 32px;
    display: block;
  }

  .step_3 {
    height: auto;
  }

  .close {
    margin: 8px 8px 8px 0;
    position: static;
  }

  .close.is-new {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-field-label {
    font-size: 16px;
  }

  .step_indicator {
    letter-spacing: .4px;
    font-weight: 500;
  }

  .step_addres {
    height: auto;
    display: none;
  }

  .select-field {
    line-height: 24px;
  }

  .input-text-field {
    margin-bottom: .5rem;
    font-size: 16px;
  }

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

  .checkbox-label {
    flex-flow: row;
  }

  .wrapper-form {
    object-fit: fill;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    overflow: scroll;
  }

  .wrapper-form.is-new {
    overflow: visible;
  }

  .form-headline {
    grid-row-gap: 0px;
  }

  .step_pf_error {
    height: auto;
  }

  .top-actions {
    min-height: 48px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .top-actions.is-new {
    min-height: 0;
    padding-bottom: 0;
  }

  .heading {
    text-align: center;
    margin-bottom: 0;
    font-size: 48px;
    line-height: 56px;
  }

  .heading.text-align-left {
    text-align: left;
    text-align: left;
    font-size: 22px;
    font-weight: 500;
  }

  .logo_black {
    margin-top: 16px;
  }

  .hero-txt {
    width: 100%;
  }

  .personal {
    letter-spacing: .32px;
    width: 100%;
    font-family: Sf Pro Display Medium;
  }

  .personal.white {
    letter-spacing: .24px;
    align-self: center;
    width: 50%;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Sf Pro Display Medium;
    line-height: 16px;
    display: block;
  }

  .personal.white.none {
    align-self: center;
    width: 50%;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 8px;
    display: block;
  }

  .image-hero {
    width: 100%;
  }

  .box-heading {
    margin-bottom: 8px;
    font-size: 40px;
    line-height: 48px;
  }

  .step_2-2 {
    display: none;
  }

  .link-external {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .step_1-2 {
    height: auto;
    display: flex;
  }

  .form-container {
    border-radius: 20px 20px 0 0;
    width: 100%;
    height: 100dvh;
    min-height: 100dvh;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    overflow: auto;
  }

  .form-container.is-centered {
    height: auto;
    min-height: 0;
    display: block;
  }

  .form {
    padding-top: 0;
    padding-bottom: 0;
  }

  .form_wrapper {
    grid-row-gap: 32px;
    justify-content: flex-start;
  }

  .form_wrapper.alingment_center {
    padding-left: 0;
    padding-right: 0;
  }

  .table-legal {
    line-height: 24px;
  }

  .table-legal.peque {
    margin-top: 8px;
    font-size: 12px;
    line-height: 14px;
  }

  .table-legal.peque._2 {
    margin-bottom: 24px;
    font-size: 12px;
    line-height: 16px;
  }

  .hero-feature {
    position: static;
  }

  .hero-feature.product {
    background-image: url('../images/Background_1.webp');
    background-position: 50% 100%;
    background-repeat: repeat;
    background-attachment: fixed;
    height: 100vh;
    position: relative;
  }

  .hero-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tag-feature {
    font-size: .75rem;
  }

  .hero-split {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-wrapper {
    z-index: 5;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-bottom: 0;
    position: relative;
    inset: 0%;
  }

  .section-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .content-bento {
    padding: 2rem;
  }

  .section-container {
    background-color: var(--prymary-black);
    max-width: none;
    padding: 3rem 2rem;
  }

  .grid {
    grid-column-gap: 0rem;
    grid-row-gap: 1.5rem;
    flex: 0 auto;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: auto;
    grid-auto-flow: column;
    justify-content: center;
    align-self: auto;
    justify-items: center;
    height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .bento-image {
    flex-wrap: nowrap;
    align-content: space-around;
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-video {
    object-fit: cover;
    position: sticky;
    inset: 0%;
  }

  .bento-description {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5rem;
  }

  .bento-highlight {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .bento-headline {
    text-align: left;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.75rem;
  }

  .dm-navbar {
    display: none;
  }

  .hero-blur {
    z-index: 4;
    filter: blur(16px);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    object-fit: fill;
    background-image: linear-gradient(#806c5a00, #7b64506b 8%, #735942 47%);
    width: 200%;
    display: block;
    position: absolute;
    inset: auto auto -4%;
    overflow: visible;
  }

  .hero-headline-feature {
    text-align: left;
    letter-spacing: -.02rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
  }

  .feature-label {
    margin-top: 16px;
  }

  .feature-section {
    display: none;
  }

  .feature-image.product {
    background-image: url('../images/Background_2.webp');
    background-size: cover;
    background-attachment: scroll;
    height: 50vh;
    position: relative;
    top: auto;
    bottom: auto;
  }

  .feature-image.product.factoring {
    background-image: none;
    background-size: auto;
    background-attachment: scroll;
    height: 25vh;
  }

  .feature-highlight {
    padding-left: 0;
    padding-right: 0;
  }

  .bento-highlight-number {
    font-size: .75rem;
    line-height: 1.5rem;
  }

  .dm-gradient-block {
    z-index: 999;
    height: 4rem;
    display: none;
  }

  .form-content, .form-feedback {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-headline-display {
    text-align: left;
    letter-spacing: -.02rem;
    object-fit: fill;
    flex: 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 2.25rem;
  }

  .section-wrapper-dual {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-bottom: 0;
  }

  .section-subheadline {
    width: 88%;
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  .hero-product-image {
    display: block;
  }

  .feature-description-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    grid-auto-columns: 100%;
    grid-auto-flow: row;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
  }

  .feature-description-grid.factoring {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .legal-tag {
    width: 100%;
    margin-top: 5rem;
    padding-left: 0;
    padding-right: 0;
    font-size: .75rem;
  }

  .section-wrapper-feature {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    position: static;
  }

  .feature-section-cards {
    z-index: 2;
    height: auto;
    display: block;
  }

  .features-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    display: flex;
  }

  .mobile-menu-dark {
    z-index: 100002;
    background-color: var(--prymary-black);
    opacity: 1;
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px);
    object-fit: fill;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    margin-top: 72px;
    padding-top: 24px;
    display: block;
    position: absolute;
    inset: 0%;
    overflow: visible;
  }

  .footer-container {
    background-color: var(--prymary-black);
    align-self: flex-start;
    max-width: none;
    padding: 3rem 0;
  }

  .feature-card {
    padding-left: 0;
    padding-right: 0;
  }

  .requirements {
    height: auto;
    padding: 3.5rem 2rem;
  }

  .requirements-wrapper {
    flex-flow: column;
  }

  .text-split {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .requirment-description {
    line-height: 24px;
  }

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

  .pricing-container {
    border-radius: 0;
  }

  .pricing-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 3.5rem 2rem;
  }

  .list {
    margin-top: 0;
    margin-bottom: 0;
  }

  .list-item-start, .list-item-end {
    line-height: 20px;
  }

  .list-item-end.lm {
    text-align: right;
  }

  .requirements-img-wrapper {
    margin-top: 80px;
    display: none;
    inset: auto 0% 0%;
  }

  .section {
    height: auto;
  }

  .section-wrapper-list {
    flex-flow: column;
  }

  .feature-txt {
    padding-left: 0;
    padding-right: 0;
  }

  .item-description {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5rem;
  }

  .item-number {
    font-size: .75rem;
    line-height: 1.5rem;
  }

  .mobile-animation {
    position: absolute;
    inset: 0%;
  }

  .empresarialv2 {
    letter-spacing: .32px;
    width: 100%;
    font-family: Sf Pro Display Medium;
  }

  .padding-global.is-0-mobile-portrait {
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .heading-style-h2.is-credit-stats {
    font-size: 2rem;
  }

  .button {
    width: 100%;
    min-width: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .navbar_buttons-wrap {
    justify-content: flex-start;
    align-items: stretch;
  }

  .prof-cta_padding-section {
    padding-bottom: 36rem;
  }

  .prof-hero_mobile-bg-wrap {
    margin-top: 55%;
  }

  .prof-app-buttons_component {
    width: 100%;
  }

  .growth-steps_screen_image {
    padding: 1.5rem;
  }

  .growth-docs_mobile-disclaimer {
    text-align: center;
  }

  .text-2xl {
    letter-spacing: 0;
    height: auto;
    font-size: 40px;
    line-height: 48px;
  }

  .text-2xl.white {
    width: 100%;
  }

  .sub-heading {
    padding: 32px 32px 120px;
  }

  .sub-heading.headline {
    padding-top: 56px;
  }

  .feature-stack {
    padding: 32px 32px 120px;
  }

  .feature-stack.headline {
    padding-top: 56px;
  }

  .card-split {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-lg {
    text-align: left;
    letter-spacing: -.02rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
  }

  .text-base {
    letter-spacing: 0;
    height: auto;
    font-size: 40px;
    line-height: 48px;
  }

  .text-base.white {
    width: 100%;
  }

  .text-sm {
    letter-spacing: 0;
    height: auto;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .text-sm.white {
    width: 100%;
  }

  .text-4xl, .text-xl {
    text-align: left;
    letter-spacing: -.02rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
  }

  .credit-benefits_grid {
    grid-template-columns: 1fr;
  }

  .credit-stats_h2-span {
    font-size: 2rem;
  }

  .credit-compare_cell {
    font-size: .75rem;
  }

  .credit-compare_cell.is-header-middle, .credit-compare_cell.is-header-right {
    font-size: .875rem;
  }

  .credit-compare_cell.is-left {
    font-size: .75rem;
  }

  .credit-modal_form-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .credit-modal_title.is-credit-stats {
    font-size: 2rem;
  }

  .debit-card-hero_image {
    width: 34rem;
    max-width: 150%;
  }

  .prof-cta_app-tablet-button-wrap {
    width: 100%;
  }

  .account-benefits_grid {
    grid-template-columns: 1fr;
  }

  .heading-64, .heading-64-copy {
    letter-spacing: 0;
    margin-top: 0;
    font-size: 40px;
    line-height: 48px;
  }

  .image-9-copy, .image_cea {
    object-fit: cover;
    flex: 1;
    align-self: auto;
    width: 80%;
    display: block;
  }

  .button-2 {
    width: 100%;
    min-width: 0;
  }

  .potencia_acc {
    padding: 32px 32px 120px;
  }

  .potencia_acc.headline {
    padding-top: 56px;
  }

  .featuresecciones_acc {
    padding-top: 56px;
    padding-left: 40px;
  }

  .featuresecciones_acc.last {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .featuresecciones_acc._1 {
    z-index: 10;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .featuresecciones_acc.black {
    height: auto;
    padding: 64px 32px;
  }

  .featuresecciones_acc._2 {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .featuresecciones_2_acc {
    padding-top: 56px;
    padding-left: 40px;
  }

  .featuresecciones_2_acc.last {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .featuresecciones_2_acc._1 {
    z-index: 10;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .featuresecciones_2_acc.black {
    height: auto;
    padding: 64px 32px;
  }

  .featuresecciones_2_acc._2 {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .faqs_acc {
    padding: 56px 24px;
  }

  .logo_partner {
    align-self: center;
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .heading-65 {
    font-size: 40px;
    line-height: 48px;
  }
}

#w-node-e48060aa-019a-dd38-53c4-a23ee420ca1d-db4c656c {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: auto;
}

#w-node-e48060aa-019a-dd38-53c4-a23ee420ca22-db4c656c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}

#w-node-e48060aa-019a-dd38-53c4-a23ee420ca27-db4c656c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-e48060aa-019a-dd38-53c4-a23ee420ca2d-db4c656c {
  grid-area: span 3 / span 1 / span 3 / span 1;
  justify-self: auto;
}

#w-node-_0302f905-0874-ed5c-c2f8-137b2149c65e-db4c656c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_337d08b4-5be6-a438-f621-9b4fba9190ac-db4c656c {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
}

#w-node-_07abd983-df90-4158-3606-22728f4822f7-db4c656c {
  align-self: center;
}

#w-node-_30295dca-f8f3-c9da-010e-a0edc5f3f2b3-db4c656c {
  grid-area: 1 / 2 / 2 / 2;
  align-self: auto;
}

#w-node-_30295dca-f8f3-c9da-010e-a0edc5f3f2b5-db4c656c {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-_30295dca-f8f3-c9da-010e-a0edc5f3f2bd-db4c656c {
  grid-area: 1 / 2 / 2 / 2;
  align-self: auto;
}

#w-node-_30295dca-f8f3-c9da-010e-a0edc5f3f2bf-db4c656c {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-_30295dca-f8f3-c9da-010e-a0edc5f3f2c7-db4c656c {
  grid-area: 1 / 2 / 2 / 2;
  align-self: auto;
}

#w-node-_30295dca-f8f3-c9da-010e-a0edc5f3f2c9-db4c656c {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-e48060aa-019a-dd38-53c4-a23ee420ca1d-0f8a6a0d {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: auto;
}

#w-node-e48060aa-019a-dd38-53c4-a23ee420ca22-0f8a6a0d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}

#w-node-e48060aa-019a-dd38-53c4-a23ee420ca27-0f8a6a0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-e48060aa-019a-dd38-53c4-a23ee420ca2d-0f8a6a0d {
  grid-area: span 3 / span 1 / span 3 / span 1;
  justify-self: auto;
}

#w-node-_0302f905-0874-ed5c-c2f8-137b2149c65e-0f8a6a0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_337d08b4-5be6-a438-f621-9b4fba9190ac-0f8a6a0d {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
}

#w-node-_07abd983-df90-4158-3606-22728f4822f7-0f8a6a0d {
  align-self: center;
}

#w-node-_7f65010d-4369-30c6-0114-db1639852871-0f8a6a0d {
  grid-area: 1 / 2 / 2 / 2;
  align-self: auto;
}

#w-node-e5a522dc-83c2-31ac-c757-5ad791a4afe3-0f8a6a0d {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_3b686bf0-907f-699f-4a66-30ee132c5730-0f8a6a0d {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-a2c39cdd-38a9-e277-7ab5-c0e6a6dd9210-0f8a6a0d {
  grid-area: 1 / 2 / 2 / 2;
  align-self: auto;
}

#w-node-a2c39cdd-38a9-e277-7ab5-c0e6a6dd9212-0f8a6a0d {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-a2c39cdd-38a9-e277-7ab5-c0e6a6dd9214-0f8a6a0d {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-_36087eb2-4800-f7e0-a9bb-8108085c5af9-0f8a6a0d {
  grid-area: 1 / 2 / 2 / 2;
  align-self: auto;
}

#w-node-_36087eb2-4800-f7e0-a9bb-8108085c5afb-0f8a6a0d {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_36087eb2-4800-f7e0-a9bb-8108085c5afd-0f8a6a0d {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-_0aced346-a799-17be-a699-6cee4009c988-0f8a6a0d {
  grid-area: 1 / 2 / 2 / 2;
  align-self: auto;
}

#w-node-_0aced346-a799-17be-a699-6cee4009c98c-0f8a6a0d {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-_0b6d9f63-70a4-6bf4-da21-84c0302dceef-0f8a6a0d {
  grid-area: 1 / 2 / 2 / 2;
  align-self: auto;
}

#w-node-_0b6d9f63-70a4-6bf4-da21-84c0302dcef3-0f8a6a0d {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-ce6122cc-4abb-086c-204f-5d6ee7746735-0f8a6a0d {
  grid-area: 1 / 2 / 2 / 2;
  align-self: auto;
}

#w-node-ce6122cc-4abb-086c-204f-5d6ee7746739-0f8a6a0d {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-_947b69bf-0f62-0145-4995-4799f786946c-997da7b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_947b69bf-0f62-0145-4995-4799f786948b-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f7869490-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f7869495-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f786949a-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f78694a0-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f78694a6-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f78694ac-997da7b1 {
  justify-self: start;
}

#w-node-_947b69bf-0f62-0145-4995-4799f786958e-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f7869596-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f78695ad-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f78695c6-997da7b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_947b69bf-0f62-0145-4995-4799f78695c9-997da7b1 {
  justify-self: start;
}

#w-node-_947b69bf-0f62-0145-4995-4799f78695cb-997da7b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_947b69bf-0f62-0145-4995-4799f78695ce-997da7b1 {
  justify-self: start;
}

#w-node-_947b69bf-0f62-0145-4995-4799f786961e-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f7869628-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f7869629-997da7b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_947b69bf-0f62-0145-4995-4799f786969b-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f78696a0-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f78696a5-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f78696aa-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f78696af-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f78696b4-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f78696be-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f78696c3-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f78696c8-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f78696cd-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f78696d2-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f78696d7-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f78696dc-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f78696e1-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f78696e6-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f78696eb-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f78696f0-997da7b1 {
  justify-self: start;
}

#w-node-_947b69bf-0f62-0145-4995-4799f78696f4-997da7b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_947b69bf-0f62-0145-4995-4799f78696f5-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f78696fa-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f78696ff-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f7869704-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f7869718-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f786971d-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f7869722-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f7869727-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f786972c-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f7869731-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f786973b-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f7869740-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f7869745-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f786974a-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f786974f-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f7869754-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f7869759-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f786975e-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f7869763-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f7869768-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f786976d-997da7b1 {
  justify-self: start;
}

#w-node-_947b69bf-0f62-0145-4995-4799f7869771-997da7b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_947b69bf-0f62-0145-4995-4799f7869772-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f7869777-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f786977c-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f7869781-997da7b1 {
  justify-self: start;
}

#w-node-_947b69bf-0f62-0145-4995-4799f7869791-997da7b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_947b69bf-0f62-0145-4995-4799f7869792-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f7869797-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f786979c-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f78697a1-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f78697a6-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f78697ab-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f78697b0-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f78697b5-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f78697ba-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f78697bf-997da7b1 {
  justify-self: start;
}

#w-node-_947b69bf-0f62-0145-4995-4799f78697c3-997da7b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_947b69bf-0f62-0145-4995-4799f78697c4-997da7b1 {
  justify-self: start;
}

#w-node-_947b69bf-0f62-0145-4995-4799f78697c7-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f7869848-997da7b1, #w-node-_947b69bf-0f62-0145-4995-4799f7869875-997da7b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_947b69bf-0f62-0145-4995-4799f78698b8-997da7b1 {
  justify-self: start;
}

#w-node-_20db3a8c-f805-46b0-4433-0f6b4c5b30a7-a5e5d7c8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cb1dc7cc-ae5a-1d8b-1314-514c738a6338-6f729cba {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: end;
}

#w-node-_20db3a8c-f805-46b0-4433-0f6b4c5b30a7-a62d704b {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-cb1dc7cc-ae5a-1d8b-1314-514c738a6338-6f729cba {
    grid-row: span 1 / span 1;
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_17c04871-5bc1-b1df-4af7-98fb49c66372-6f729cba {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c0174066-2cd7-e6ac-3fe4-64a743309818-6f729cba {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e48060aa-019a-dd38-53c4-a23ee420ca2d-db4c656c {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_337d08b4-5be6-a438-f621-9b4fba9190ac-db4c656c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_07abd983-df90-4158-3606-22728f4822f7-db4c656c {
    align-self: center;
  }

  #w-node-_30295dca-f8f3-c9da-010e-a0edc5f3f2b3-db4c656c {
    grid-area: 1 / 1 / 2 / 2;
    align-self: auto;
  }

  #w-node-_30295dca-f8f3-c9da-010e-a0edc5f3f2b5-db4c656c {
    grid-column-start: 1;
  }

  #w-node-_30295dca-f8f3-c9da-010e-a0edc5f3f2bd-db4c656c {
    grid-area: 1 / 1 / 2 / 2;
    align-self: auto;
  }

  #w-node-_30295dca-f8f3-c9da-010e-a0edc5f3f2bf-db4c656c, #w-node-_30295dca-f8f3-c9da-010e-a0edc5f3f2c7-db4c656c, #w-node-_30295dca-f8f3-c9da-010e-a0edc5f3f2c9-db4c656c {
    grid-column-start: 1;
  }

  #w-node-e48060aa-019a-dd38-53c4-a23ee420ca2d-0f8a6a0d {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_337d08b4-5be6-a438-f621-9b4fba9190ac-0f8a6a0d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_07abd983-df90-4158-3606-22728f4822f7-0f8a6a0d {
    align-self: center;
  }

  #w-node-_0aced346-a799-17be-a699-6cee4009c988-0f8a6a0d {
    grid-area: 1 / 1 / 2 / 2;
    align-self: auto;
  }

  #w-node-_0aced346-a799-17be-a699-6cee4009c98c-0f8a6a0d {
    grid-column-start: 1;
  }

  #w-node-_0b6d9f63-70a4-6bf4-da21-84c0302dceef-0f8a6a0d {
    grid-area: 1 / 1 / 2 / 2;
    align-self: auto;
  }

  #w-node-_0b6d9f63-70a4-6bf4-da21-84c0302dcef3-0f8a6a0d, #w-node-ce6122cc-4abb-086c-204f-5d6ee7746735-0f8a6a0d, #w-node-ce6122cc-4abb-086c-204f-5d6ee7746739-0f8a6a0d {
    grid-column-start: 1;
  }
}


