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

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--prymary-black);
  color: #333;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 10px;
  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;
}

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

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

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

.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;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: .5rem 4rem;
  display: flex;
  position: relative;
}

.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: 8rem;
  padding-bottom: 8rem;
  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;
}

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

.section-heading {
  letter-spacing: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
}

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

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

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

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

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

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

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

.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.lm {
  background-color: var(--prymary-white);
  color: var(--prymary-black);
  letter-spacing: 0;
  align-self: center;
  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);
}

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

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

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

.whitetext {
  color: var(--grey-3);
  text-align: left;
  width: 24px;
  display: inline-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;
}

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

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

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

.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: 100%;
  display: none;
  overflow: visible;
}

.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;
  position: relative;
}

.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;
  display: block;
}

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

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

.form-field-error.active {
  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;
}

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

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

.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: -.32px;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  line-height: 1.375rem;
  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;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  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: none;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: scroll;
}

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

.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;
  font-size: 12px;
  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/abstract-gradient-5.webp');
  background-position: 50% 8%;
  background-size: cover;
  border: 0 #000;
  height: 100vh;
}

.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 {
  opacity: 3;
  object-fit: fill;
  background-color: #0000;
  background-image: none;
  background-size: auto;
  border: 0 solid #000;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: auto;
  padding-top: 4rem;
  display: block;
}

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

.hero-split {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  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;
  display: block;
}

.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 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: auto;
  padding: 5rem 1rem;
  display: block;
  position: static;
  top: auto;
  overflow: visible;
}

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

.navbar-split {
  justify-content: flex-start;
  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;
}

.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_2Background.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-white);
  background-image: none;
  display: block;
  position: relative;
  overflow: visible;
}

.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;
  box-sizing: border-box;
  background-image: linear-gradient(#0a0a0a00, #000);
  width: 100%;
  height: 8rem;
  position: relative;
  top: 0;
}

.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 {
  color: var(--prymary-black);
  text-align: center;
  letter-spacing: -.12rem;
  -webkit-text-stroke-color: var(--prymary-white);
  text-indent: 0;
  border: 0 solid #000;
  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;
}

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

.hero-product-image {
  z-index: auto;
  border-radius: .5rem .5rem 0 0;
  flex: none;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

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

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

.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 {
  text-align: center;
  align-self: center;
  width: auto;
  margin-bottom: 0;
  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;
}

.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;
  align-self: center;
  min-width: 16rem;
  padding: 1rem 2rem;
  font-size: 16px;
  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-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-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 {
  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-growth {
  max-width: 41rem;
}

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

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

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

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

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

.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;
  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;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: 100% auto auto 50%;
  transform: translate(-50%);
}

.growth-videos_description-text {
  font-size: 1.25rem;
}

.growth-videos_lightbox-link {
  text-align: left;
  color: inherit;
  height: 24rem;
  text-decoration: none;
  position: relative;
}

.growth-videos_lightbox-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.section_growth-steps {
  position: relative;
}

.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-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-size: .875rem;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: auto auto 1rem 1rem;
}

.growth-videos_logo {
  object-fit: contain;
  width: 2rem;
  height: 2rem;
}

.section_growth-cta {
  color: var(--prymary-white);
  background-image: url('../images/card-black-bg_1card-black-bg.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.is-dm {
  color: var(--prymary-white);
}

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

.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-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.is-dm {
  color: var(--prymary-white);
}

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

.stack-card-img {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  object-fit: contain;
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 0;
  flex: none;
  order: 0;
  justify-content: center;
  align-self: baseline;
  align-items: flex-end;
  width: 100%;
  height: 55%;
  padding-top: 0;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
  overflow: visible;
}

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

.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 {
  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_close-overlay {
  position: absolute;
  inset: 0%;
}

.faqs_title {
  letter-spacing: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.growth-videos_script {
  display: none;
}

.bento-card-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

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

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

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

.text-xl-2 {
  color: #000;
  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-2.is-medium {
  font-weight: 500;
}

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

.text-lg-2 {
  color: #000;
  text-align: center;
  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-2.bento-text {
  opacity: .56;
  display: block;
}

.tag-feature-2 {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  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-2.dm {
  color: #000;
  background-color: #0000;
  border: 1px solid #0000003d;
  border-radius: .5rem;
  margin-top: .5rem;
  padding-top: .32rem;
  padding-bottom: .32rem;
  font-family: Inter, sans-serif;
}

.hero-heading-2 {
  opacity: 1;
  color: #000;
  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-2.white {
  opacity: 1;
  color: #fff;
  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-2.white.left {
  text-align: center;
  display: block;
}

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

.feature-stack-2 {
  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;
  display: flex;
  position: static;
  top: auto;
  overflow: hidden;
}

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

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

.stack-card-2.is-3:hover {
  color: #fff;
  background-color: #f5f3f1;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  width: 200%;
}

.stack-card-2.is-3:active {
  background-color: #f5f3f1;
  background-image: none;
  background-size: auto;
}

.empresarial-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 100vw;
  padding: 16px 24px 18px;
  font-size: 16px;
  line-height: 16px;
}

.empresarial-2.white {
  color: #000;
  letter-spacing: 0;
  background-color: #fff;
  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-2.white.none {
  opacity: .5;
  background-color: #fff0;
  width: auto;
  padding-bottom: 8px;
  display: inline-block;
}

.gat-2 {
  color: #fff;
  font-size: 16px;
}

.gat-2.dark {
  color: #000;
}

.credit-pricing-3 {
  background-color: #f6f3f1;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin: 0 64px 64px 0;
  padding: 24px 48px 48px;
  position: relative;
}

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

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

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

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

.section-container-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: auto;
  padding: 1rem 4rem;
  display: block;
  position: static;
  top: auto;
  overflow: visible;
}

.image-28 {
  z-index: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  vertical-align: bottom;
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  max-width: min(70%, 1000px);
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  inset: auto auto 0;
  overflow: scroll;
}

.lottie-animation-5 {
  height: 100%;
  display: flex;
}

.feature-cards {
  display: none;
}

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

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

.bold-text-2 {
  font-size: 21px;
}

.bold-text-3 {
  font-size: 16px;
}

.bold-text-4 {
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .fondlogo {
    margin-left: 0;
    font-size: 11.5vw;
  }

  .containerfoooter {
    overflow: visible;
  }

  .hero-heading {
    font-size: 90px;
    line-height: 90px;
  }

  .navbar-left {
    width: 200px;
  }

  .navbar-right {
    width: 230px;
  }

  .navbar-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .none {
    font-size: 70px;
  }

  .headinghero {
    width: 100%;
    font-size: 56px;
    line-height: 64px;
  }

  .primmary-btn {
    border-radius: 100px;
  }

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

  .wrapper-form {
    width: 96%;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-wrapper.product {
    margin-bottom: 0;
    padding-bottom: 25px;
  }

  .section-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

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

  .text-size-medium {
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
  }

  .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-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_1phone-card-bg-mobile.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;
  }

  .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_1card-black-bg-mobile.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;
  }

  .card-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .text-base {
    width: 100%;
    font-size: 56px;
    line-height: 64px;
  }

  .stack-card-img {
    height: auto;
  }

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

  .feature-label-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .hero-heading-2 {
    font-size: 90px;
    line-height: 90px;
  }

  .feature-stack-2 {
    padding-bottom: 0;
  }

  .stack-card-2 {
    justify-content: space-between;
    align-items: stretch;
    padding-top: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .credit-pricing-3 {
    margin-bottom: 0;
    margin-right: 0;
  }

  .section-container-copy {
    max-width: none;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .image-28 {
    max-width: min(70%, 1000px);
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding-top: 64px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .fondlogo {
    font-size: 11vw;
  }

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

  .navbar-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .faqs-item {
    padding-top: 30px;
  }

  .faqs-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .section-heading {
    font-size: 56px;
    line-height: 64px;
  }

  .section-heading._2 {
    margin-top: 40px;
  }

  .none {
    font-size: 60px;
  }

  .contendor-botones {
    width: 100%;
  }

  .mobile-inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .mobile-menu {
    height: 100px;
  }

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

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

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

  .faqs_title {
    font-size: 1rem;
  }

  .hero-heading-2 {
    font-size: 72px;
    line-height: 72px;
  }

  .feature-stack-2 {
    padding: 56px 40px 100px;
  }

  .empresarial-2 {
    border-radius: 100px;
  }

  .empresarial-2.white {
    width: 50%;
  }

  .credit-pricing-3 {
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
  }

  .footer {
    padding-left: 32px;
    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;
  }

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

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

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

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

  .section-heading {
    margin-bottom: 8px;
    font-size: 40px;
    line-height: 48px;
  }

  .section-heading._2 {
    color: var(--gray-1);
    font-size: 30px;
    line-height: 34px;
  }

  .none {
    font-size: 30px;
    line-height: 72px;
  }

  .headinghero {
    letter-spacing: 0;
    height: auto;
    font-size: 40px;
    line-height: 48px;
  }

  .headinghero.f-compras-faq {
    letter-spacing: -.48px;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    font-size: 30px;
    line-height: 32px;
  }

  .contendor-botones {
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: stretch;
    display: flex;
  }

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

  .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.lm {
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.5rem;
    position: static;
  }

  .form-block {
    width: 100%;
  }

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

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

  .revolving-credit-list, .simple-credit-list {
    margin-top: 40px;
    margin-bottom: 0;
  }

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

  .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 {
    letter-spacing: -.32px;
    margin-bottom: 16px;
    font-size: 10px;
    line-height: 16px;
  }

  .hero-feature {
    position: static;
  }

  .hero-feature.product {
    background-image: url('../images/Background_1Background.webp');
    background-position: 50% 100%;
    background-repeat: repeat;
    background-attachment: fixed;
    height: 100vh;
    position: relative;
  }

  .hero-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-container.product {
    background-image: url('../images/abstract-gradient-5.webp');
    background-size: cover;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tag-feature {
    font-size: .75rem;
  }

  .hero-split {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrapper {
    z-index: 5;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-bottom: 0;
    position: relative;
    inset: 0%;
  }

  .hero-wrapper.product {
    padding-top: 1.5rem;
  }

  .section-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
    display: block;
  }

  .content-bento {
    padding: 2rem;
  }

  .section-container {
    background-color: var(--prymary-white);
    max-width: none;
    padding: 3.75rem 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;
  }

  .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: center;
    letter-spacing: -.02rem;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 48px;
    font-weight: 500;
    line-height: 48px;
  }

  .feature-label {
    margin-top: 16px;
  }

  .feature-section {
    display: none;
  }

  .feature-image.product {
    background-image: url('../images/Background_2Background.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: center;
    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;
  }

  .hero-product-image {
    display: block;
    bottom: 0%;
  }

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

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

  .padding-global.is-0-mobile-portrait {
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-medium {
    text-align: center;
    padding-top: 16px;
    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;
  }

  .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-base {
    letter-spacing: 0;
    height: auto;
    font-size: 40px;
    line-height: 48px;
  }

  .text-base.is-center.is-dm {
    font-size: 20px;
    line-height: 22px;
  }

  .credit-benefits_grid {
    grid-template-columns: 1fr;
  }

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

  .feature-label-2 {
    margin-top: 16px;
  }

  .text-xl-2 {
    text-align: left;
    letter-spacing: -.02rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
  }

  .text-xl-2.is-medium.is-center {
    font-size: 24px;
  }

  .text-lg-2 {
    text-align: left;
    letter-spacing: -.02rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
  }

  .tag-feature-2 {
    font-size: .75rem;
  }

  .hero-heading-2 {
    letter-spacing: 0;
    background-color: #0000;
    font-size: 40px;
    line-height: 48px;
  }

  .hero-heading-2.white {
    background-color: #0000;
    font-size: 40px;
    line-height: 48px;
  }

  .feature-stack-2 {
    flex-flow: column;
    padding: 0 22px 120px;
    display: none;
  }

  .stack-card-2.is-3 {
    padding-left: 1.9375rem;
    padding-right: 1.9375rem;
  }

  .empresarial-2 {
    letter-spacing: .32px;
    width: 100%;
  }

  .empresarial-2.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-2.white.none {
    align-self: center;
    width: 50%;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 8px;
    display: block;
  }

  .gat-2.dark {
    font-size: 10px;
    line-height: 18px;
  }

  .credit-pricing-3 {
    margin: 0;
    padding: 24px 24px 40px;
  }

  .paragraph-18 {
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-18.right-align {
    text-align: right;
    white-space: nowrap;
    line-height: 24px;
  }

  .paragraph-18.big {
    text-align: right;
    letter-spacing: -.32px;
    white-space: nowrap;
    word-break: normal;
    font-size: 18px;
    font-weight: 500;
  }

  .paragraph-18.peque {
    margin-top: 8px;
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph-18.peque._2 {
    margin-bottom: 0;
    font-size: 12px;
  }

  .section-container-copy {
    background-color: var(--prymary-white);
    max-width: none;
    padding: .5rem 1.375rem .25rem;
  }

  .image-28 {
    width: 184%;
    max-width: 300%;
    height: auto;
    position: fixed;
    inset: auto 0% 0% -40%;
  }

  .feature-cards {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    flex-flow: column;
    padding-left: 1.375rem;
    padding-right: 1.375rem;
    display: flex;
    overflow: hidden;
  }

  .f-card {
    border: 0px solid var(--prymary-crema);
    background-color: var(--prymary-crema);
    border-radius: 16px;
    flex-flow: column;
    padding-top: 3.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .f-card-title {
    color: var(--gray-1);
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
  }

  .container {
    border: 1px solid #0000003d;
    border-radius: 4px;
  }

  .container.f-card-eyebrow-wrapper {
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    padding: 4px 8px;
    display: inline-block;
  }

  .text-block-6 {
    font-size: 10px;
    line-height: 16px;
  }

  .f-card-eyebrow {
    text-transform: uppercase;
    display: inline-block;
  }

  .f-card-subtitle {
    text-align: center;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 18px;
    line-height: 24px;
  }

  .f-card-image-wrapper {
    border: 1px none var(--prymary-white);
    border-radius: 24px 24px 0 0;
    width: 200px;
    height: 320px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 7px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    overflow: visible;
  }

  .f-card-image {
    width: 150%;
    max-width: 200%;
    position: absolute;
    inset: auto 0% 0% -99%;
    overflow: visible;
    transform: translate(50%);
  }

  .f-card-image-wrapper-inner {
    background-color: var(--prymary-white);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 100%;
    height: 100%;
    margin-top: 8px;
    position: relative;
    overflow: hidden;
  }
}

#w-node-e48060aa-019a-dd38-53c4-a23ee420ca1d-d01d7018 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: auto;
}

#w-node-e48060aa-019a-dd38-53c4-a23ee420ca22-d01d7018 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}

#w-node-e48060aa-019a-dd38-53c4-a23ee420ca27-d01d7018 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-e48060aa-019a-dd38-53c4-a23ee420ca2d-d01d7018 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  justify-self: auto;
}

#w-node-_0302f905-0874-ed5c-c2f8-137b2149c65e-d01d7018 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_337d08b4-5be6-a438-f621-9b4fba9190ac-d01d7018 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
}

#w-node-_07abd983-df90-4158-3606-22728f4822f7-d01d7018 {
  align-self: center;
}

#w-node-_30295dca-f8f3-c9da-010e-a0edc5f3f2b3-d01d7018 {
  grid-area: 1 / 2 / 2 / 2;
  align-self: auto;
}

#w-node-_30295dca-f8f3-c9da-010e-a0edc5f3f2b5-d01d7018 {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-_30295dca-f8f3-c9da-010e-a0edc5f3f2bd-d01d7018 {
  grid-area: 1 / 2 / 2 / 2;
  align-self: auto;
}

#w-node-_30295dca-f8f3-c9da-010e-a0edc5f3f2bf-d01d7018 {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-_30295dca-f8f3-c9da-010e-a0edc5f3f2c7-d01d7018 {
  grid-area: 1 / 2 / 2 / 2;
  align-self: auto;
}

#w-node-_30295dca-f8f3-c9da-010e-a0edc5f3f2c9-d01d7018 {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-e48060aa-019a-dd38-53c4-a23ee420ca1d-d01d7019 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: auto;
}

#w-node-e48060aa-019a-dd38-53c4-a23ee420ca22-d01d7019 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}

#w-node-e48060aa-019a-dd38-53c4-a23ee420ca27-d01d7019 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-e48060aa-019a-dd38-53c4-a23ee420ca2d-d01d7019 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  justify-self: auto;
}

#w-node-_0302f905-0874-ed5c-c2f8-137b2149c65e-d01d7019 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_337d08b4-5be6-a438-f621-9b4fba9190ac-d01d7019 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
}

#w-node-_07abd983-df90-4158-3606-22728f4822f7-d01d7019 {
  align-self: center;
}

#w-node-_947b69bf-0f62-0145-4995-4799f786946c-d01d701b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_947b69bf-0f62-0145-4995-4799f786948b-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f7869490-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f7869495-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f786949a-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f78694a0-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f78694a6-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f78694ac-d01d701b {
  justify-self: start;
}

#w-node-_947b69bf-0f62-0145-4995-4799f786958e-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f7869596-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f78695ad-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f78695c6-d01d701b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_947b69bf-0f62-0145-4995-4799f78695c9-d01d701b {
  justify-self: start;
}

#w-node-_947b69bf-0f62-0145-4995-4799f78695cb-d01d701b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_947b69bf-0f62-0145-4995-4799f78695ce-d01d701b {
  justify-self: start;
}

#w-node-_947b69bf-0f62-0145-4995-4799f786961e-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f7869628-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f7869629-d01d701b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_947b69bf-0f62-0145-4995-4799f786969b-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f78696a0-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f78696a5-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f78696aa-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f78696af-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f78696b4-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f78696be-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f78696c3-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f78696c8-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f78696cd-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f78696d2-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f78696d7-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f78696dc-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f78696e1-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f78696e6-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f78696eb-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f78696f0-d01d701b {
  justify-self: start;
}

#w-node-_947b69bf-0f62-0145-4995-4799f78696f4-d01d701b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_947b69bf-0f62-0145-4995-4799f78696f5-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f78696fa-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f78696ff-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f7869704-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f7869718-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f786971d-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f7869722-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f7869727-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f786972c-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f7869731-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f786973b-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f7869740-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f7869745-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f786974a-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f786974f-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f7869754-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f7869759-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f786975e-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f7869763-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f7869768-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f786976d-d01d701b {
  justify-self: start;
}

#w-node-_947b69bf-0f62-0145-4995-4799f7869771-d01d701b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_947b69bf-0f62-0145-4995-4799f7869772-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f7869777-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f786977c-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f7869781-d01d701b {
  justify-self: start;
}

#w-node-_947b69bf-0f62-0145-4995-4799f7869791-d01d701b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_947b69bf-0f62-0145-4995-4799f7869792-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f7869797-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f786979c-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f78697a1-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f78697a6-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f78697ab-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f78697b0-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f78697b5-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f78697ba-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f78697bf-d01d701b {
  justify-self: start;
}

#w-node-_947b69bf-0f62-0145-4995-4799f78697c3-d01d701b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_947b69bf-0f62-0145-4995-4799f78697c4-d01d701b {
  justify-self: start;
}

#w-node-_947b69bf-0f62-0145-4995-4799f78697c7-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f7869848-d01d701b, #w-node-_947b69bf-0f62-0145-4995-4799f7869875-d01d701b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_947b69bf-0f62-0145-4995-4799f78698b8-d01d701b {
  justify-self: start;
}

#w-node-cb1dc7cc-ae5a-1d8b-1314-514c738a6338-d01d701f {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-cb1dc7cc-ae5a-1d8b-1314-514c738a6338-d01d701f {
    grid-row: span 1 / span 1;
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_17c04871-5bc1-b1df-4af7-98fb49c66372-d01d701f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c0174066-2cd7-e6ac-3fe4-64a743309818-d01d701f {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e48060aa-019a-dd38-53c4-a23ee420ca2d-d01d7018 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_337d08b4-5be6-a438-f621-9b4fba9190ac-d01d7018 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_07abd983-df90-4158-3606-22728f4822f7-d01d7018 {
    align-self: center;
  }

  #w-node-_30295dca-f8f3-c9da-010e-a0edc5f3f2b3-d01d7018 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: auto;
  }

  #w-node-_30295dca-f8f3-c9da-010e-a0edc5f3f2b5-d01d7018 {
    grid-column-start: 1;
  }

  #w-node-_30295dca-f8f3-c9da-010e-a0edc5f3f2bd-d01d7018 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: auto;
  }

  #w-node-_30295dca-f8f3-c9da-010e-a0edc5f3f2bf-d01d7018, #w-node-_30295dca-f8f3-c9da-010e-a0edc5f3f2c7-d01d7018, #w-node-_30295dca-f8f3-c9da-010e-a0edc5f3f2c9-d01d7018 {
    grid-column-start: 1;
  }

  #w-node-e48060aa-019a-dd38-53c4-a23ee420ca2d-d01d7019 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_337d08b4-5be6-a438-f621-9b4fba9190ac-d01d7019 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_07abd983-df90-4158-3606-22728f4822f7-d01d7019 {
    align-self: center;
  }
}


