:root {
  --black-gray: #222;
  --dark-gray: #64748b;
  --dark-blue: #000628;
  --white: white;
  --light-gray: #bec7d5;
  --blue: #2c52f5;
  --dark-white: #dee0e4;
  --transparent: #fff0;
  --yellow: #f2cb4b;
  --black: black;
  --light-blue: #f4f6fe;
  --white-2: white;
}

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

h1 {
  color: var(--black-gray);
  letter-spacing: -1px;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 78px;
}

h2 {
  color: var(--black-gray);
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

h3 {
  color: var(--black-gray);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

h4 {
  color: var(--black-gray);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  color: var(--black-gray);
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

p {
  color: var(--dark-gray);
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

a {
  color: var(--black-gray);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
}

li {
  color: var(--dark-gray);
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

strong {
  font-weight: bold;
}

.div-hero {
  background-color: #0000;
  width: 90vw;
  max-width: 1280px;
}

.section-home1 {
  background-color: var(--dark-blue);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 900px;
  padding-top: 140px;
  display: flex;
}

.column1-hero {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.body2 {
  color: var(--black-gray);
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.body2.dark-gray {
  color: var(--dark-gray);
}

.body2.white {
  color: var(--white);
}

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

.body2.no-margin {
  margin-bottom: 0;
}

.body2.light-gray {
  color: var(--light-gray);
}

.body2.light-gray.normal, .body2.normal {
  font-weight: 400;
}

.body2.people-div {
  color: var(--light-gray);
  text-align: center;
  width: 700px;
  margin-bottom: 30px;
  font-weight: 400;
}

.body2.people-div.spanish {
  width: 750px;
}

.body2.b2-hero-earn {
  color: var(--light-gray);
  text-align: center;
  width: 540px;
  font-weight: 400;
}

.body2.b2-hero-earn.spanish {
  width: 580px;
}

.body2.earn-process {
  color: var(--light-gray);
  width: 1000px;
  margin-bottom: 0;
  font-weight: 400;
}

.body2.earn-process.spanish {
  width: 92%;
}

.body2.rnd-technology, .body2.b2-rnd-tech {
  color: var(--dark-gray);
  margin-bottom: 0;
  font-weight: 400;
}

.body2.b2-referral {
  color: var(--light-gray);
  text-align: center;
  width: 700px;
  font-weight: 400;
}

.body2.b2-referral.spanish {
  width: 700px;
}

.body2.referral-steps {
  color: var(--light-gray);
  text-align: center;
  font-weight: 400;
}

.body2.b2-affiliates {
  color: var(--dark-gray);
  text-align: center;
  width: 50%;
  margin-bottom: 20px;
  font-weight: 400;
}

.body2.b2-affiliates-cards {
  color: var(--light-gray);
  text-align: center;
  font-weight: 400;
}

.body2.b2-affiliates-cards-dark {
  color: var(--dark-gray);
  text-align: center;
  font-weight: 400;
}

.body2.b2-affiliates-steps {
  margin-bottom: 10px;
}

.body2.b2-affiliates-hero {
  color: var(--dark-gray);
  text-align: left;
  width: 88%;
  margin-bottom: 20px;
  font-weight: 400;
}

.body2.b2-team-position {
  color: var(--blue);
  font-weight: 400;
}

.body2.b2-team {
  color: var(--dark-gray);
  width: 90%;
  margin-bottom: 0;
  font-weight: 400;
}

.body2.hero-security {
  color: var(--light-gray);
  text-align: center;
  width: 400px;
  margin-bottom: 0;
  font-weight: 400;
}

.body2.b2-copper {
  color: var(--light-gray);
  margin-bottom: 0;
  font-weight: 400;
}

.body2.b2-hero {
  color: var(--light-gray);
  font-weight: 400;
}

.body2.faqs {
  color: var(--dark-gray);
  font-weight: 400;
}

.body2.b2-earn-process {
  color: var(--white);
}

.body2.b2-promotion {
  color: var(--light-gray);
  text-align: center;
  font-weight: 400;
}

.body2.b2-bulletpoint {
  margin-bottom: 0;
  font-weight: 400;
}

.body2.b2-section-description {
  color: var(--dark-gray);
  font-weight: 400;
}

.body2.b2-section-description.spanish {
  width: 82%;
}

.body2.security-description {
  color: var(--dark-gray);
  font-weight: 400;
}

.body2.b2-nav {
  color: var(--dark-gray);
}

.body2.b2-b2b-intro {
  color: var(--dark-gray);
  margin-bottom: 0;
  font-weight: 400;
}

.body2.b2-currency {
  color: var(--dark-gray);
  margin-bottom: 0;
}

.body2.b2-referral-steps {
  color: var(--dark-gray);
  text-align: center;
  font-weight: 400;
}

.body2.token-subtitle {
  color: var(--dark-gray);
  text-align: center;
  max-width: 30vw;
  font-weight: 400;
}

.body2.b2-kpi {
  color: var(--light-gray);
  margin-bottom: 0;
  font-weight: 400;
}

.body2.b2-copper-link {
  color: var(--light-gray);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.body2.b2-currency {
  color: var(--dark-gray);
  text-align: center;
  width: 1000px;
  max-width: 80%;
  font-weight: 400;
}

.body2.b2-currency.spanish {
  width: 82%;
}

.body2.b2-currency-copy {
  color: var(--dark-gray);
  margin-bottom: 0;
}

.body2.b2-private-credit {
  color: var(--dark-gray);
  width: 80%;
  margin-bottom: 20px;
  font-weight: 400;
}

.body2.b2-pc2 {
  color: var(--dark-gray);
  width: 100%;
  margin-bottom: 20px;
  font-weight: 400;
}

.body2.b2-pc {
  color: var(--dark-gray);
  margin-bottom: 0;
  font-weight: 400;
}

.body2.b2-pc3 {
  color: var(--dark-white);
  width: 64%;
  font-weight: 400;
}

.body2.b2-pc3.spanish {
  width: 82%;
}

.body2.b2-pc3-copy {
  color: var(--dark-white);
  width: 64%;
  font-weight: 400;
}

.body2.b2-pc3-copy.spanish {
  width: 82%;
}

.body2.b2-pc4 {
  color: var(--dark-white);
  margin-bottom: 10px;
  margin-right: 30px;
  font-weight: 400;
}

.body2.b2-pc4.spanish {
  width: 82%;
}

.body2.b2-pc5 {
  color: var(--white);
  margin-bottom: 10px;
  font-weight: 600;
}

.body2.b2-pc5.spanish {
  width: 82%;
}

.body2.b2-pc4-copy {
  color: var(--white);
  margin-bottom: 0;
  margin-right: 30px;
  font-weight: 400;
}

.body2.b2-private-credit-copy {
  color: var(--dark-gray);
  width: 80%;
  margin-bottom: 20px;
  font-weight: 400;
}

.body2.b2-referral-home {
  margin-bottom: 8px;
  font-weight: 400;
}

.body2.b2-description-referral-home {
  color: var(--dark-gray);
  margin-bottom: 0;
  font-weight: 400;
}

.body2.b2-description-referral-home.spanish {
  width: 82%;
}

.button {
  background-color: var(--blue);
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 16px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button.hollow {
  border: 1px solid var(--black-gray);
  color: var(--black-gray);
  background-color: #0000;
  margin-left: 14px;
  font-weight: 500;
}

.button.top-margin {
  margin-top: 10px;
  font-weight: 500;
}

.button.hollow-no-margin {
  border: 1px solid var(--black-gray);
  color: var(--black-gray);
  background-color: #0000;
  margin-left: 0;
  font-weight: 500;
}

.button.promotion {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  font-weight: 500;
  display: none;
}

.button.whitepaper-hollow {
  border: 1px solid var(--black-gray);
  color: var(--black-gray);
  background-color: #0000;
  margin-left: 14px;
  font-weight: 500;
}

.div-content-hero {
  flex-direction: column;
  align-items: flex-start;
  max-width: 580px;
  display: flex;
}

.body4 {
  color: var(--black-gray);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.body4.b4-footer-disclaimer {
  color: var(--dark-gray);
  text-align: justify;
  font-size: 14px;
  line-height: 18px;
}

.body4.b2b {
  text-align: center;
  max-width: 400px;
  margin-top: 140px;
  margin-bottom: 0;
}

.body4.light-gray.normal {
  font-weight: 400;
}

.body4.light-gray.mobile {
  display: none;
}

.body4.b4-disclaimer {
  color: var(--light-gray);
  font-weight: 400;
}

.body4.terms-link {
  font-size: 14px;
}

.body4.terms-link:hover {
  color: var(--light-gray);
}

.body4.b4-footer-info {
  color: var(--dark-gray);
  text-align: justify;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 18px;
  display: block;
}

.body4.disclaimer {
  display: none;
}

.body4.b4-disclaimer-earn {
  color: #8293ab;
  width: 100%;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.body4.disclaimer-bank-earn {
  color: var(--light-gray);
  text-align: center;
  width: 500px;
  margin-top: 140px;
  font-weight: 400;
}

.body4.b4-disclaimer-boe {
  color: #8293ab;
  width: 90%;
  margin-top: 30px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.body4.b4-disclaimer-copper {
  color: var(--light-gray);
  text-align: center;
  width: 90%;
  margin-top: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  overflow: visible;
}

.body4.b4-disclaimer-copper.mobile {
  display: none;
}

.body4.b4-pc3 {
  color: var(--light-gray);
}

.column2-hero {
  justify-content: flex-end;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-apy2 {
  background-color: var(--blue);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 280px;
  height: 630px;
  margin-left: 14px;
  padding-top: 50px;
  padding-bottom: 60px;
  display: flex;
}

.div-apy1 {
  background-color: var(--yellow);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 280px;
  height: 90px;
  margin-top: 30px;
  margin-left: 0;
}

.columns-hero {
  height: 630px;
  display: flex;
}

.div-trust-banner {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background-color: #00062826;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: -30px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.text-apy2 {
  color: var(--white);
  margin-right: 10px;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.div-apy-number {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.text-percentage {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.text-apy {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.div-percentage, .div-container-apy2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-apy-title {
  color: var(--white);
  text-align: center;
  letter-spacing: .14em;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 16px;
}

.text-apy-information {
  color: var(--white);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.bigger {
  font-size: 30px;
  font-weight: 700;
}

.text-apy1 {
  color: var(--yellow);
  text-align: center;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  line-height: 38px;
}

.div-container-apy1 {
  margin-left: 20px;
}

.div-container-trust {
  width: 90%;
  max-width: 1280px;
}

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

.body3 {
  color: var(--black-gray);
  text-align: left;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.body3.resources {
  color: var(--blue);
  margin-bottom: 0;
}

.body3.earn-processes {
  color: var(--light-gray);
  text-align: center;
  margin-bottom: 0;
  font-weight: 400;
}

.body3.b3-pro-benefits {
  color: var(--white);
  margin-bottom: 0;
  font-weight: 400;
}

.body3.b3-navbar {
  color: var(--dark-gray);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.body3.b2-affiliates {
  color: var(--dark-gray);
  text-align: center;
  font-weight: 400;
}

.body3.b3-affiliates-benefits {
  color: var(--light-gray);
  margin-bottom: 0;
  font-weight: 400;
}

.body3.grid-terms {
  color: var(--dark-gray);
  font-weight: 400;
}

.body3.b3-trustpilot {
  color: var(--light-gray);
  margin-bottom: 0;
  font-weight: 400;
}

.body3.b3-acquisition {
  color: var(--light-gray);
  text-align: center;
  font-weight: 400;
}

.body3.b3-404 {
  color: var(--light-gray);
  margin-bottom: 40px;
}

.div-trustpilot {
  align-items: flex-end;
  margin-bottom: 15px;
  display: flex;
}

.div-trustpilot.last {
  margin-bottom: 0;
}

.div-insurance-info {
  align-items: center;
  display: flex;
}

.div-insurance-info.mobile {
  display: none;
}

.image-copperco {
  height: 42px;
  margin-right: 20px;
}

.image-copperco.english {
  height: 36px;
  margin-left: 10px;
  margin-right: 0;
}

.image-trustpilot {
  height: 22px;
  margin-left: 6px;
}

.navbar {
  z-index: 300;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
  overflow: visible;
}

.navbar.b2b {
  z-index: 300;
  display: block;
}

.logo-navbar {
  mix-blend-mode: normal;
  flex: none;
  width: 126px;
  position: relative;
}

.logo-navbar.blue {
  height: 24px;
  display: none;
}

.logo-navbar.white {
  height: 24px;
}

.link-nav {
  color: var(--light-gray);
  cursor: default;
  margin-left: 10px;
  padding: 6px 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.link-nav.icon {
  cursor: pointer;
  margin-left: 0;
  text-decoration: none;
}

.link-nav.ecosystem {
  display: none;
}

.div-navbar-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
  right: 0;
}

.div-nabvar-left {
  mix-blend-mode: difference;
  align-items: center;
  display: flex;
  position: relative;
  left: 0;
}

.link-account-type {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.link-account-type.on {
  color: var(--white);
}

.linkblock-account-type {
  background-color: var(--transparent);
  border-radius: 20px;
  margin-left: 10px;
  padding: 4px 12px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.linkblock-account-type.not-selected {
  background-color: var(--transparent);
}

.linkblock-account-type.on {
  z-index: 2;
  background-color: var(--blue);
}

.image-rand {
  mix-blend-mode: difference;
  background-color: #0000;
  width: 126px;
  margin-right: 20px;
  display: flex;
  overflow: hidden;
}

.div-navbar {
  z-index: 0;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1280px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.image-flag {
  object-fit: contain;
  width: 24px;
  margin-right: 6px;
  position: relative;
}

.linkblock-language {
  background-color: #dee0e466;
  border-radius: 20px;
  flex: none;
  margin-left: 10px;
  padding: 6px 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.linkblock-language.en:hover {
  background-color: var(--dark-white);
  color: var(--black-gray);
}

.linkblock-language.es:hover {
  background-color: var(--dark-white);
  color: var(--black-gray);
}

.linkblock-language.es {
  color: #fff;
  cursor: pointer;
}

.linkblock-language.es:hover {
  color: #222;
  background-color: #dee0e4;
}

.linkblock-language.en {
  color: #fff;
  cursor: pointer;
  transition: all .2s;
}

.linkblock-language.en:hover {
  color: #222;
  background-color: #dee0e4;
}

.div-section {
  flex: 0 auto;
  justify-content: space-between;
  width: 90vw;
  max-width: 1280px;
  display: flex;
}

.div-section.margin-bottom {
  aspect-ratio: auto;
  flex-wrap: nowrap;
  flex: 0 auto;
  align-content: space-between;
  align-items: stretch;
  margin-bottom: 160px;
  display: flex;
}

.div-section.margin-bottom.reverse-mobile {
  align-items: stretch;
}

.div-section.margin-bottom.hide {
  display: none;
}

.div-section.vertical {
  flex-direction: column;
  align-items: center;
}

.div-section.testimonials {
  flex-direction: column;
  align-items: center;
  width: 75vw;
  max-width: 1180px;
}

.div-section.token-video {
  aspect-ratio: auto;
  flex-wrap: nowrap;
  flex: 0 auto;
  align-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.div-section.buy-rnd {
  flex-direction: column;
  align-items: center;
  margin-bottom: 160px;
  position: relative;
}

.div-section.rnd-technology {
  align-items: center;
  margin-bottom: 160px;
}

.div-section.rnd-distribution {
  flex-direction: column;
  align-items: center;
  margin-bottom: 160px;
}

.div-section.backers, .div-section.rand-pro {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
}

.div-section.referral {
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin-bottom: 0;
}

.div-section.affiliates-hero {
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 160px;
}

.div-section.affiliates-steps {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.div-section.terms {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  position: relative;
}

.div-section.security {
  aspect-ratio: auto;
  flex-wrap: nowrap;
  flex: 0 auto;
  align-content: space-between;
  align-items: center;
  margin-bottom: 160px;
  display: flex;
}

.div-section.faqs {
  align-items: flex-start;
}

.div-section.b2b-intro {
  align-items: stretch;
  margin-bottom: 180px;
}

.div-section.earn-account {
  aspect-ratio: auto;
  flex-wrap: nowrap;
  flex: 0 auto;
  align-content: space-between;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.div-section.earn-account.spanish {
  margin-bottom: 0;
}

.div-section.affiliates2 {
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 160px;
}

.div-section.apy {
  flex-flow: column;
  align-items: center;
}

.div-section.pc-intro {
  align-items: stretch;
  margin-bottom: 180px;
}

.div-section.pc-vertical {
  flex-flow: column;
  align-items: stretch;
  margin-bottom: 180px;
}

.div-section.pc-intro2 {
  align-items: stretch;
  max-width: 1100px;
  margin-bottom: 180px;
}

.div-section.pc-outro {
  align-items: stretch;
  margin-bottom: 0;
}

.section-home2 {
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.image-yield-accounts {
  object-fit: cover;
  border-radius: 6px;
  flex: 0 auto;
  width: 650px;
  max-width: 49.5%;
  height: 100%;
}

.image-yield-accounts.mobile {
  display: none;
}

.div-yield-accounts {
  flex-direction: column;
  align-items: flex-start;
  width: 560px;
  max-width: 46%;
  margin-left: 40px;
  display: flex;
}

.div-yield-accounts.earn {
  width: 630px;
  max-width: 48%;
}

.bold {
  font-weight: 700;
}

.div-bulletpoint {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image-check {
  width: 26px;
  height: 26px;
  margin-right: 14px;
}

.div-bulletpoints {
  margin-top: -10px;
  margin-bottom: 30px;
}

.section-home3 {
  background-color: var(--dark-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.div-section-blue {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 90vw;
  max-width: 1280px;
  display: flex;
  position: relative;
}

.div-section-blue.bottom-margin {
  margin-bottom: 20px;
}

.div-section-blue.private-credit {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 180px;
}

.div-section-blue.private-credit-copy {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
}

.white {
  color: var(--white);
  text-align: left;
}

.div-acquisition {
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.div-step {
  background-color: #ffffff0d;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 32.6%;
  padding: 40px 30px 20px;
  display: flex;
}

.image-icon-card {
  width: 56px;
  height: 56px;
  margin-bottom: 30px;
}

.div-security-content {
  flex-direction: column;
  align-items: flex-start;
  width: 550px;
  max-width: 47%;
  margin-right: 40px;
  display: flex;
}

.div-buttons {
  margin-top: 0;
  display: flex;
}

.section-home4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.div-x2 {
  background-image: url('../images/referral.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 49.5%;
  padding: 80px 60px;
  display: flex;
}

.image-x2 {
  width: 320px;
}

.div-copper {
  background-image: url('../images/background.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 640px;
  padding: 80px 60px 100px;
  display: flex;
}

.div-copper.mobile {
  display: none;
}

.div-copper.desktop {
  padding-bottom: 40px;
}

.div-copper.desktop.englsih {
  padding-bottom: 70px;
}

.div-dropdown-item {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.div-dropdown-item.principles3, .div-dropdown-item.last {
  margin-bottom: 0;
}

.centered {
  text-align: center;
  max-width: none;
}

.image-500m {
  width: 500px;
}

.light-gray {
  color: var(--light-gray);
}

.div-logo-copper {
  flex-flow: row;
  align-items: center;
  display: flex;
}

.div-logo-copper.english {
  flex-flow: column;
  display: flex;
}

.image-copper {
  width: 150px;
}

.image-security {
  width: 30px;
  margin-right: 10px;
}

.body1 {
  color: var(--black-gray);
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.body1.no-margin {
  margin-bottom: 0;
}

.body1.no-margin.light-gray {
  color: var(--light-gray);
}

.body1.principles2, .body1.principles1, .body1.principles3 {
  color: var(--black);
  margin-bottom: 0;
  font-weight: 500;
}

.body1.low-margin {
  margin-bottom: 10px;
}

.body1.b1-testimonials {
  color: var(--light-gray);
  font-weight: 400;
}

.body1.plus-earn {
  color: var(--white);
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1;
}

.body1.referral-steps {
  color: var(--white);
  margin-bottom: 10px;
  font-weight: 500;
}

.body1.b1-affiliates-cards {
  color: var(--white);
  text-align: center;
  margin-bottom: 30px;
}

.body1.b1-affiliates-cards-dark {
  color: var(--dark-gray);
  text-align: center;
  margin-bottom: 45px;
}

.body1.title-faq {
  color: var(--black);
  margin-bottom: 0;
  font-weight: 500;
}

.body1.b1-pc3 {
  color: var(--light-gray);
  font-weight: 400;
}

.div-copper-title {
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.div-copper-title.english {
  margin-bottom: 0;
}

.div-security-item-title {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.arrow {
  height: 8px;
}

.div-dropdown-item-header {
  cursor: pointer;
  width: 100%;
  margin-bottom: 20px;
}

.div-separator {
  background-color: var(--dark-white);
  height: 2px;
}

.section-home5 {
  background-color: var(--dark-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.image-people {
  width: 100%;
  max-width: 24000px;
}

.div-separator-color {
  background-color: var(--black);
  width: 80%;
  height: 2px;
}

.div-security-graphic {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 650px;
  max-width: 49.5%;
  display: flex;
}

.image-bank-of-spain, .image-bank-of-spain.desktop, .image-transparency-report {
  display: none;
}

.image-transparency-report.desktop {
  border-radius: 6px;
  display: none;
}

.section-home6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.div-outlets {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 106%;
  max-width: 90vw;
  margin-top: 20px;
  display: flex;
}

.div-outlet {
  aspect-ratio: 1;
  background-color: var(--light-blue);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 19%;
  padding: 40px 55px;
  display: flex;
}

.image-outlet {
  object-fit: contain;
  height: 25%;
}

.div-section-title {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-section-title.buy-rnd {
  flex-direction: column;
  align-items: center;
}

.div-section-title.rnd-technology {
  flex-direction: column;
  width: 340px;
  max-width: 30%;
}

.div-section-title.rnd-distribution {
  align-items: center;
  margin-bottom: 20px;
}

.div-section-title.rand-pro {
  flex-direction: column;
  align-items: center;
  width: 780px;
  max-width: 90vw;
}

.div-section-title.referral {
  flex-direction: column;
  align-items: center;
  width: 60%;
}

.div-section-title.affiliates {
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.div-section-title.team {
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

.section-home7 {
  background-color: var(--dark-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-testimonial {
  object-fit: none;
  background-image: url('../images/testimonial1.webp');
  background-position: 50%;
  background-size: 1920px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  height: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: static;
  left: 0;
  overflow: visible;
}

.div-testimonial.first {
  flex: none;
  max-width: 1500px;
}

.div-testimonial.second {
  background-image: url('../images/testimonial2.webp');
  margin-right: 0%;
}

.div-testimonial.third {
  background-image: url('../images/testimonial3.webp');
}

.div-testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-right: 32%;
  display: flex;
}

.div-container-testimonial {
  object-fit: fill;
  flex-wrap: nowrap;
  flex: none;
  justify-content: center;
  width: 100%;
  max-width: none;
  display: flex;
  position: relative;
}

.div-arrow-right {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 2% 0% auto;
}

.arrow-right {
  background-color: var(--white);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.arrow-right.testimonial1, .arrow-right.testimonial2 {
  cursor: pointer;
}

.image-arrow {
  width: 32px;
  height: 32px;
}

.section-home8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.section-home9 {
  background-color: var(--dark-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.text-span-2 {
  font-weight: 700;
}

.div-kpis {
  justify-content: space-between;
  width: 90%;
  min-width: 900px;
  max-width: 1200px;
  margin-top: 20px;
  margin-bottom: 50px;
  display: flex;
}

.div-kpi {
  flex-direction: column;
  align-items: center;
  width: 33%;
  display: flex;
}

.text-kpi {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 78px;
  display: flex;
}

.div-blogs {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-blog {
  flex-direction: column;
  align-items: flex-start;
  width: 32.6%;
  display: flex;
}

.div-image-blog {
  background-image: url('../images/blog1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.div-image-blog.first.eng {
  background-image: url('../images/how-rand-protects-your-money-eng.png');
  background-position: 50%;
  background-size: cover;
}

.div-image-blog.first.esp {
  background-image: url('../images/how-rand-protects-your-money-esp.png');  background-position: 50%;
  background-size: cover;
}

.div-image-blog.second {
  background-image: url('../images/dicc-economico.webp');
  background-position: 50%;
  background-size: cover;
}

.div-image-blog.third.esp {
  background-image: url('../images/rand-partners-with-cooper-esp.png');
  background-position: 50%;
  background-size: cover;
}

.div-image-blog.third.eng {
  background-image: url('../images/rand-partners-with-cooper-eng.png');
  background-position: 50%;
  background-size: cover;
}

.div-image-blog.forth {
  background-image: url('../images/earn-account-4-0-eng.png');
  background-position: 50%;
  background-size: cover;
}

.h5-blog-category {
  color: var(--black);
  letter-spacing: 0;
  margin-bottom: 0;
}

.div-blog-category {
  background-color: var(--white);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  display: flex;
  position: absolute;
  top: 16px;
  right: 20px;
}

.blue {
  color: var(--blue);
}

.link {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.div-title-faqs {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 160px;
}

.div-faqs {
  width: 50vw;
  max-width: 640px;
  margin-top: 55px;
  margin-left: 40px;
}

.h2-faqs {
  flex: 0 auto;
}

.section-faqs {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.section-home11 {
  background-color: var(--dark-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-footer {
  flex-direction: column;
  align-items: center;
  width: 90vw;
  max-width: 1280px;
  display: flex;
}

.div-footer-top {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.image-logo {
  object-fit: contain;
  width: 126px;
}

.h5-footer {
  color: var(--white);
  letter-spacing: 0;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.footer-link {
  color: var(--light-gray);
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

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

.div-links {
  display: flex;
}

.div-links.mobile-bottom {
  display: none;
}

.div-links-section {
  margin-left: 40px;
}

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

.div-block-42 {
  background-color: var(--white);
  border-radius: 6px;
  width: 100px;
  height: 100px;
  padding: 6px;
}

.div-footer-middle {
  width: 100%;
  margin-bottom: 40px;
}

.section-b2b1 {
  background-color: var(--dark-blue);
  background-image: url('../images/b2b-bg.webp');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 900px;
  padding-top: 200px;
  display: flex;
}

.div-container-hero {
  flex-direction: column;
  align-items: center;
  width: 680px;
  margin-bottom: 100px;
  display: flex;
}

.image-phone {
  width: 20px;
  height: 20px;
}

.image-phone.black {
  opacity: .7;
  display: none;
}

.div-book-call {
  cursor: pointer;
  border-radius: 20px;
  align-items: center;
  padding-left: 10px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.div-book-call:hover {
  background-color: #bec7d533;
}

.div-b2b-intro-left {
  align-items: center;
  width: 580px;
  max-width: 46%;
  display: flex;
}

.div-b2b-intro-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 546px;
  max-width: 46%;
  margin-left: 40px;
  display: flex;
}

.no-margin {
  margin-bottom: 0;
}

.section-b2b2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 160px;
  display: flex;
}

.div-currency {
  aspect-ratio: 1;
  background-color: var(--light-blue);
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 310px;
  height: 300px;
  padding: 40px;
  display: flex;
}

.image-flag-round {
  width: 56px;
  height: 56px;
  margin-bottom: 30px;
}

.lower-margin {
  margin-bottom: 10px;
}

.div-currency-right {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 960px;
  max-width: 80%;
  margin-top: 80px;
  margin-left: 0;
  display: flex;
}

.div-currency-right.b2b {
  margin-top: 0;
}

.div-currency-left {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.div-currency-left.b2b {
  padding-right: 60px;
}

.div-currency-left.pc {
  width: 80%;
  padding-right: 100px;
}

.body {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-48 {
  width: 40vw;
}

.div-disclaimer {
  max-width: 310px;
}

.div-trust-info {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.image-2021 {
  height: 20px;
  margin-left: 6px;
}

.dark-gray {
  color: var(--dark-gray);
}

.h1-hero-b2b {
  color: var(--white);
  text-align: center;
}

.div-hero-earn {
  flex-direction: column;
  align-items: center;
  width: 840px;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.section-earn1 {
  background-color: var(--dark-blue);
  background-image: url('../images/earn-bg.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 900px;
  padding-top: 200px;
  display: flex;
}

.section-earn2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.div-earn-mode {
  aspect-ratio: 1;
  border: 1px solid var(--dark-white);
  background-color: var(--transparent);
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 310px;
  height: 350px;
  margin-left: 10px;
  padding: 0 20px 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-earn-mode.middle {
  border-width: 2px;
  border-color: var(--blue);
  margin-left: 10px;
}

.div-earn-mode.left {
  margin-left: 0;
}

.div-earn-mode.right {
  border-width: 2px;
  border-color: var(--blue);
}

.div-earn-mode-top {
  background-image: url('../images/earn-eur.webp');
  background-position: 50%;
  background-size: cover;
  width: 310px;
  height: 50%;
  position: absolute;
  top: 0;
}

.div-earn-mode-top.hybrid {
  background-image: url('../images/earn-hybrid.webp');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 20px;
}

.earn-mode {
  margin-bottom: 10px;
  font-weight: 600;
}

.earn-process {
  color: var(--white);
  text-align: center;
  width: 800px;
}

.earn-process.spanish {
  width: 1000px;
}

.div-step-earn {
  background-color: #ffffff0d;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  padding: 40px;
  display: flex;
}

.div-step-earn.middle {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 48%;
}

.div-step-left {
  flex-direction: column;
  align-items: center;
  width: 250px;
  display: flex;
}

.div-step-separator {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin: -40px 20px;
  display: flex;
}

.dot {
  background-color: var(--dark-gray);
  border-radius: 4px;
  width: 2px;
  height: 2px;
}

.div-dots {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.shorter {
  margin-right: 30px;
}

.mask-testimonials {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-arrow-left {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 2%;
}

.arrow-left {
  background-color: var(--white);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: none;
  transform: rotate(180deg);
}

.arrow-left.testimonial2, .arrow-left.testimonial3 {
  cursor: pointer;
  display: flex;
}

.section-token1 {
  background-color: var(--dark-blue);
  background-image: url('../images/token-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 800px;
  padding-top: 200px;
  padding-bottom: 160px;
  display: flex;
}

.hero-token {
  color: var(--white);
  text-align: center;
  max-width: 500px;
}

.hero-token.spanish {
  max-width: 600px;
}

.video {
  aspect-ratio: auto;
  flex-wrap: wrap;
  flex: 0 auto;
  align-items: stretch;
  display: block;
}

.div-block-60 {
  border-radius: 6px;
  width: 50%;
  overflow: hidden;
}

.div-block-25-copy {
  aspect-ratio: 3 / 2;
  background-color: var(--light-blue);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 24.4%;
  padding: 40px 55px;
  display: flex;
}

.image-backer {
  object-fit: contain;
  width: 80%;
  max-height: 70%;
}

.pro-benefits {
  color: var(--white);
  margin-bottom: 0;
}

.div-block-61 {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.image-21 {
  width: 80px;
  margin-left: 15px;
}

.div-block-62 {
  justify-content: space-between;
  width: 100%;
  margin-top: 12px;
  display: flex;
}

.div-block-63 {
  background-color: #ffffff14;
  border-radius: 6px;
  align-items: center;
  width: 32.7%;
  padding: 40px 34px;
  display: flex;
}

.image-22 {
  width: 56px;
  height: 56px;
  margin-right: 25px;
}

.h5-pro-benefits {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 20px;
}

.image-23 {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.div-block-63-copy {
  background-color: var(--light-blue);
  border-radius: 6px;
  align-items: center;
  margin-bottom: 10px;
  padding: 40px;
  display: flex;
}

.h5-rnd-tech {
  color: var(--dark-blue);
  margin-bottom: 10px;
  font-size: 20px;
}

.div-block-64 {
  width: 820px;
  max-width: 65%;
}

.div-backer {
  aspect-ratio: 2;
  background-color: var(--light-blue);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 24.4%;
  padding: 40px 55px;
  display: flex;
}

.div-investors {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 106%;
  max-width: 90vw;
  margin-top: 10px;
  display: flex;
}

.div-investors.team {
  width: 100%;
}

.div-investors.team2 {
  width: 100%;
  margin-bottom: 100px;
}

.section-token3 {
  background-color: var(--dark-blue);
  background-image: url('../images/bg-randpro.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
}

.section-token4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 160px;
  display: flex;
}

.section-token2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.section-pro1 {
  background-color: var(--dark-blue);
  background-image: url('../images/bg-randpro.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 800px;
  padding-top: 300px;
  padding-bottom: 180px;
  display: flex;
}

.image-25 {
  width: 245px;
  margin-right: 25px;
}

.image-26 {
  width: 78px;
}

.div-block-65 {
  margin-bottom: 30px;
}

.div-block-60-copy {
  border-radius: 6px;
  width: 960px;
  max-width: 90vw;
  margin-bottom: 100px;
  overflow: hidden;
}

.mask-rand-pro {
  height: 200px;
  overflow: hidden;
}

.mask-rand-pro.spanish {
  height: 200px;
}

.section-pro2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.section-referral1 {
  background-color: var(--dark-blue);
  background-image: url('../images/referral-bg.webp');
  background-position: 0 40%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 800px;
  padding-top: 200px;
  padding-bottom: 160px;
  display: flex;
}

.hero-referral {
  color: var(--white);
  text-align: center;
  max-width: 900px;
}

.section-referral2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 0;
  display: flex;
}

.div-block-67 {
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.div-block-68 {
  aspect-ratio: 2 / 3.2;
  background-image: url('../images/referral1.webp');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 6px;
  flex-direction: column;
  align-items: center;
  width: 32.7%;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-68.first {
  background-image: url('../images/referral-1.png');
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-68.second {
  background-image: url('../images/referral-2.png');
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-68.third {
  background-image: url('../images/referral-3.png');
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.referral {
  width: 50%;
}

.h1-affiliates {
  width: auto;
}

.section-about2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.section-about1 {
  background-color: var(--dark-blue);
  background-image: url('../images/about-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 800px;
  padding-top: 300px;
  padding-bottom: 180px;
  display: flex;
}

.div-desktop-menu {
  z-index: 100;
  background-color: var(--white);
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: -370px;
  box-shadow: 0 2px 5px #bec7d533;
}

.div-desktop-menu-container {
  width: 90%;
  max-width: 1370px;
  margin-left: -10px;
}

.div-nav {
  z-index: 200;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #000628;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-menu-section.b2b {
  margin-bottom: 0;
  margin-right: 60px;
}

.h4-navbar {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 16px;
}

.link-block-menu {
  border-radius: 6px;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.link-block-menu:hover {
  background-color: var(--light-blue);
}

.link-block-menu.hide {
  display: none;
}

.link-block-menu.hide.w--current {
  display: block;
}

.image-menu-link {
  width: 24px;
  margin-right: 20px;
}

.h5-navbar {
  margin-left: 20px;
  font-weight: 600;
}

.div-desktop-menu-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.div-desktop-menu-links.b2b {
  flex-direction: row;
  justify-content: flex-start;
}

.image-cross-menu {
  cursor: pointer;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  right: 0;
}

.div-container-navbar {
  flex: 0 auto;
  width: 100%;
  height: 74px;
  position: relative;
}

.div-affiliates {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.div-affiliates.spanish {
  width: 50%;
}

.div-block-79 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  width: 540px;
  max-width: 55%;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.div-block-80 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-81 {
  background-color: var(--light-blue);
  cursor: pointer;
  border-radius: 20px;
  width: 23%;
  padding: 8px 12px;
}

.div-block-81:hover {
  background-color: var(--light-gray);
}

.div-block-81._1m {
  background-color: var(--blue);
  color: var(--white);
}

.text-block-6 {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.div-block-82 {
  position: absolute;
  top: 0;
  left: 0;
}

.div-block-82._1m {
  display: block;
}

.div-block-82._500k, .div-block-82._100k, .div-block-82._10k {
  display: none;
}

.text-block-7 {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.div-block-83 {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 32px;
  right: 58px;
}

.div-block-84 {
  background-color: var(--blue);
  border-radius: 20px;
  width: 12px;
  height: 12px;
}

.div-block-85 {
  background-color: var(--light-gray);
  width: 2px;
  height: 260px;
}

.text-span-10 {
  font-weight: 700;
}

.section-affiliates1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.div-block-86 {
  background-image: url('../images/background.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 724px;
  max-width: 56%;
  padding: 40px 60px;
  display: flex;
}

.div-block-86-copy {
  background-color: var(--light-blue);
  border-radius: 6px;
  flex-direction: column;
  align-items: center;
  width: 550px;
  max-width: 43%;
  padding: 40px 50px;
  display: flex;
}

.div-block-87 {
  background-color: #ffffff40;
  border-radius: 6px;
  margin-bottom: 30px;
  padding: 6px 10px;
}

.div-block-87.dark {
  background-color: #2c52f51a;
  margin-bottom: 40px;
}

.h5-affiliates-cards {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 0;
}

.h2-affiliate-card {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-weight: 400;
}

.image-29 {
  width: 450px;
  margin-bottom: -15px;
}

.h5-affiliates-cards-dark {
  color: var(--black-gray);
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 0;
}

.h3-affiliate-card {
  margin-bottom: 0;
  font-weight: 500;
}

._20 {
  color: var(--blue);
  margin-top: 50px;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 140px;
  font-weight: 600;
  line-height: 140px;
}

.div-step-affiliate {
  background-color: var(--light-blue);
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 32.6%;
  padding: 40px 40px 20px;
  display: flex;
}

.section-affiliates2 {
  background-color: var(--dark-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.section-affiliates3 {
  background-color: var(--light-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.h2-affiliates {
  color: var(--black-gray);
  margin-bottom: 25px;
}

.div-block-62-copy {
  justify-content: space-between;
  width: 720px;
  margin-top: 12px;
  display: flex;
}

.div-block-63-copy {
  background-color: #ffffff14;
  border-radius: 6px;
  align-items: center;
  width: 320px;
  max-width: 46%;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.image-22-copy {
  width: 26px;
  height: 26px;
  margin-right: 20px;
}

.h4-affiliates {
  margin-bottom: 0;
  font-weight: 500;
}

.div-block-88 {
  margin-bottom: 30px;
}

.div-block-63-copy-copy {
  background-color: var(--light-blue);
  border-radius: 6px;
  align-items: center;
  margin-bottom: 10px;
  padding: 40px;
  display: flex;
}

.div-block-63-copy-copy.bottom {
  margin-bottom: 0;
}

.text-span-11 {
  font-weight: 700;
}

.div-teammember {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 24.4%;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.image-teammember {
  border-radius: 6px;
  width: 100%;
  margin-bottom: 20px;
}

.h3-team {
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 28px;
}

.div-section-team {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-summary-terms {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-90 {
  width: 40%;
}

.h3-terms {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.h2-terms {
  margin-bottom: 10px;
  line-height: 50px;
}

.div-block-91 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.separator-terms2 {
  background-color: var(--dark-white);
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-90-copy {
  width: 45%;
}

.separator-terms {
  background-color: var(--dark-white);
  width: 90%;
  max-width: 1280px;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.div-block-93 {
  max-width: 55%;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 90vw;
  max-width: 1280px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.capitalized {
  text-transform: uppercase;
  overflow: visible;
}

.rich-text-block {
  text-align: justify;
}

.section-security1 {
  background-color: var(--dark-blue);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 900px;
  padding-top: 340px;
  display: flex;
}

.div-container-security {
  flex-direction: column;
  align-items: center;
  width: 840px;
  margin-bottom: 0;
  display: flex;
}

.div-block-94 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 420px;
  max-width: 34%;
  padding-top: 15px;
  display: flex;
}

.div-block-94-copy {
  flex-direction: column;
  justify-content: flex-start;
  width: 800px;
  max-width: 63%;
  display: flex;
}

.partner-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.div-block-95 {
  justify-content: space-between;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.div-partner {
  aspect-ratio: 16 / 9;
  background-color: var(--light-blue);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 32.5%;
  height: 100%;
  padding: 30px 40px;
  display: flex;
}

.div-partner:hover {
  background-color: var(--dark-white);
}

.div-partner.copper {
  background-color: var(--blue);
}

.image-partner {
  object-fit: contain;
  height: 60%;
}

.image-partner.white {
  display: none;
}

.image-partner.white.copper, .image-partner.black {
  display: block;
}

.image-partner.black.first {
  display: none;
}

.partners {
  margin-bottom: 40px;
}

.div-text-partner {
  display: none;
}

.div-text-partner.copper {
  display: block;
}

.div-language {
  flex: 0 auto;
  width: 82px;
  display: flex;
  overflow: hidden;
}

.link-language {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.div-faqs-title {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.div-container-earn {
  flex-direction: column;
  align-items: flex-start;
  width: 550px;
  max-width: 47%;
  margin-right: 40px;
  display: flex;
}

.div-container-earn.spanish {
  width: 630px;
  max-width: 48%;
  margin-right: 30px;
}

.div-footer-bottom {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.terms-link {
  color: var(--dark-gray);
  text-decoration: none;
}

.div-links-terms {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.separator {
  background-color: var(--dark-gray);
  width: 1px;
  height: 16px;
  margin-left: 14px;
  margin-right: 14px;
}

.link-gray {
  color: var(--dark-gray);
  letter-spacing: 0;
  margin-bottom: 10px;
  line-height: 20px;
  text-decoration: underline;
}

.link-gray:hover {
  color: var(--light-gray);
}

.image-31 {
  width: 24px;
}

.link-block-2 {
  margin-left: 20px;
}

.div-menu-button {
  display: none;
}

.h2-currency {
  margin-bottom: 10px;
}

.h1-hero-earn {
  color: var(--white);
  text-align: center;
}

.div-earn-process {
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.black {
  color: var(--black-gray);
  font-weight: 500;
}

.image-token-tech {
  width: 56px;
  height: 56px;
  margin-right: 25px;
}

.mask-about {
  height: 240px;
  overflow: hidden;
}

.mask-about.spanish {
  height: 170px;
}

.h3-promotion {
  color: var(--white);
  text-align: center;
  max-width: none;
}

.div-mobile-menu {
  display: none;
}

.div-dropdown-nav {
  cursor: pointer;
  width: 100%;
  margin-bottom: 20px;
}

.div-static-button, .div-static-button.nav-static {
  display: none;
}

.h2-testimonials {
  color: var(--white);
  font-weight: 400;
}

.slider {
  display: none;
}

.h1-hero {
  color: var(--white);
}

.h2-terms2 {
  margin-bottom: 30px;
  line-height: 50px;
}

.utility-page-wrap {
  background-color: var(--dark-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.div-download {
  background-color: #fff;
  border-radius: 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding: 50px 70px 50px 50px;
  display: flex;
  position: relative;
  box-shadow: 2px 5px 15px #00000026;
}

.image-298 {
  width: 200px;
  height: 200px;
  margin-right: 30px;
}

.download-text-page {
  color: #333;
  text-align: left;
  justify-content: flex-start;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 2.6vw;
  font-weight: 600;
  line-height: 1.4;
  display: block;
  position: static;
}

.download-text-page.popup {
  margin-top: 0;
  line-height: 1.2;
}

.text-span-272 {
  color: var(--blue);
}

.language-flag {
  width: 1.4vw;
  display: block;
  position: static;
  top: .6vw;
  bottom: .6vw;
  left: .6vw;
}

.language-flag.unselected {
  opacity: .5;
}

.columns-navbar-content {
  width: 80%;
  height: auto;
  margin-bottom: 2px;
}

.columns-navbar-content.mobile {
  display: none;
}

.linkblock-spanish {
  position: absolute;
  top: .5vw;
  bottom: .5vw;
  right: .48vw;
}

.navbar3 {
  z-index: 50;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  max-height: none;
  display: flex;
  position: fixed;
  top: 0;
}

.linkblock-english {
  position: absolute;
  top: .5vw;
  bottom: .5vw;
  left: .48vw;
}

.linkblock-english.w--current {
  top: .5vw;
  bottom: .5vw;
  left: .48vw;
}

.toggle-selection {
  background-color: #fff;
  border-radius: 2vw;
  width: 2vw;
  height: 2vw;
  position: absolute;
  top: .2vw;
  bottom: .2vw;
  left: .2vw;
}

.toggle-selection.spanish {
  cursor: auto;
  position: relative;
  left: auto;
  right: -2.8vw;
}

.column-navbar-3 {
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-navbar-1 {
  align-items: center;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-navbar-2 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffffb3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.4vw;
  display: flex;
  position: static;
}

.div-navbar-2.blue {
  background-color: var(--dark-blue);
  height: 4.4vw;
}

.link-logo-home {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 70%;
  display: flex;
}

.image-237 {
  opacity: .5;
  width: 1.4vw;
  display: block;
  position: static;
  top: .6vw;
  bottom: .6vw;
  right: .6vw;
}

.image-237.selected {
  opacity: 1;
  cursor: pointer;
}

.image-292 {
  z-index: -1;
  opacity: 0;
  height: 44.8%;
  position: absolute;
  left: 0;
}

.rand-logo {
  mix-blend-mode: normal;
  background-color: #0000;
  height: 70%;
}

.column-navbar-2 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.menu-open {
  display: none;
}

.language-toggle {
  background-color: #e4e4e499;
  border-radius: 2vw;
  width: 5vw;
  height: 2.4vw;
  margin-left: 4vw;
  display: flex;
  position: relative;
}

.language-toggle.referral {
  margin-bottom: 0;
  margin-left: 0;
}

.image-357-copy {
  width: 2vw;
  margin-bottom: .6vw;
  padding-left: .2vw;
  padding-right: .2vw;
}

.error-message-3 {
  background-color: #ffadac;
  border-radius: 10vw;
  width: 80%;
  margin-top: 2vw;
  margin-left: 10%;
  padding: .8vw 1.5vw;
}

.success-message {
  background-color: #0000;
  width: auto;
  padding: 0;
}

.submit-button-8 {
  color: #536dfe;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  flex: 0 auto;
  width: 3.2vw;
  height: 3.2vw;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.text-block-90 {
  color: #333;
  margin-bottom: .6vw;
  font-family: Inter, sans-serif;
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.2;
}

.text-field-12 {
  color: #283590;
  background-color: #c2cffb;
  border: 1px solid #fff;
  border-radius: 10vw;
  flex: 1;
  height: 3.2vw;
  margin-bottom: 0;
  margin-right: .8vw;
  padding: 0 1.4vw 0 2vw;
  font-family: Inter, sans-serif;
  font-size: 1vw;
}

.div-block-363 {
  background-color: #fff;
  border-radius: .8vw;
  width: 48.5%;
  padding: 1.4vw;
}

.heading-27 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  width: auto;
  margin-top: 0;
  margin-bottom: 1.2vw;
  font-family: Inter, sans-serif;
  font-size: 1.8vw;
  font-weight: 600;
  line-height: 1.2;
}

.heading-27.spanish {
  margin-bottom: 2vw;
  font-size: 1.6vw;
  line-height: 1.4;
}

.heading-27.english {
  margin-bottom: 2vw;
  font-size: 1.6vw;
  line-height: 1.4;
  display: none;
}

.subtitle-referral {
  color: #e5e9ff;
  text-align: center;
  letter-spacing: 0;
  width: 80%;
  margin-top: 0;
  margin-bottom: 3vw;
  font-family: Inter, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.4;
}

.subtitle-referral.english {
  width: 100%;
  margin-bottom: 0;
  font-size: 1vw;
  display: none;
}

.subtitle-referral.spanish {
  width: 100%;
  margin-bottom: 0;
  font-size: 1vw;
}

.button-download-referral {
  display: none;
}

.heading-27-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  width: 90%;
  margin: 0 5% 1.2vw;
  font-family: Inter, sans-serif;
  font-size: 1.8vw;
  font-weight: 600;
  line-height: 1.2;
}

.heading-27-copy.english {
  font-size: 1.6vw;
  display: none;
}

.heading-27-copy.spanish {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  font-size: 1.6vw;
}

.hero3 {
  color: #333;
  text-align: left;
  letter-spacing: 0;
  width: auto;
  margin-top: 0;
  margin-bottom: 2vw;
  font-family: Inter, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.2;
}

.hero3.referral {
  color: #fff;
  text-align: center;
  margin-bottom: 4vw;
}

.hero3.referral.english {
  display: none;
}

.text-referral-bottom {
  color: #e5e9ff;
  text-align: center;
  letter-spacing: 0;
  width: 35vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.4;
  position: static;
  bottom: 2vw;
}

.text-referral-bottom.english {
  width: auto;
  font-size: 1vw;
  display: none;
}

.text-referral-bottom.spanish {
  width: auto;
  font-size: 1vw;
}

.div-block-222 {
  flex: 1;
  width: 80%;
  margin-bottom: 2vw;
  display: flex;
}

.form-block {
  width: 35vw;
  margin-bottom: 8vw;
}

.div-block-361 {
  flex-direction: column;
  align-items: center;
  width: 75vw;
  margin-top: 4vw;
  display: flex;
}

.form {
  flex-direction: column;
  align-items: center;
  width: auto;
  display: flex;
}

.div-block-362 {
  width: 45vw;
  margin-bottom: 3vw;
}

.div-block-362.english {
  display: none;
}

.text-block-86 {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 1vw;
}

.text-block-86.english {
  color: #fff;
  display: none;
}

.text-block-86.spanish {
  color: #fff;
  font-size: 1vw;
}

.text-span-280 {
  color: #fff;
  font-weight: 600;
}

.image-348 {
  background-color: #fff;
  border-radius: 1vw;
  width: 8vw;
  margin-top: 1vw;
  padding: .2vw;
}

.image-357 {
  width: 2vw;
  margin-bottom: .6vw;
}

.text-block-90-copy {
  color: #64748b;
  font-family: Inter, sans-serif;
  font-size: .8vw;
  font-weight: 400;
  line-height: 1.3;
}

.div-block-364 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.div-block-364.last {
  margin-top: 1.2vw;
}

.body-5 {
  background-color: var(--dark-blue);
  justify-content: center;
  align-items: flex-start;
  padding-top: 4vw;
  padding-bottom: 4vw;
  display: flex;
}

.div-download-2 {
  background-color: #fff;
  border-radius: 2vw;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding: 3vw;
  display: flex;
  position: relative;
  box-shadow: 2px 5px 15px #00000026;
}

.div-download-2.popup {
  padding-right: 5vw;
}

.div-popup {
  z-index: 999;
  opacity: 0;
  background-color: #33333380;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.crossbutton1 {
  background-color: #cacaca;
  border-radius: 1vw;
  width: 1.4vw;
  height: 3px;
  position: absolute;
  top: .91vw;
  left: .4vw;
  transform: rotate(-45deg);
}

.div-closebutton {
  cursor: pointer;
  background-color: #0000;
  border-radius: 2vw;
  width: 2.2vw;
  height: 2.2vw;
  position: absolute;
  top: 2vw;
  right: 2vw;
}

.text-span-281 {
  color: #536dfe;
}

.crossbutton2 {
  background-color: #cacaca;
  border-radius: 1vw;
  width: 1.4vw;
  height: 3px;
  position: absolute;
  top: .91vw;
  left: .4vw;
  transform: rotate(45deg);
}

.qr-download {
  width: 12vw;
  height: 12vw;
  margin-right: 2vw;
}

.shadow-mask {
  z-index: 0;
  background-color: #00062880;
  position: absolute;
  inset: 0%;
}

.div-block-367 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.image-2022 {
  aspect-ratio: auto;
  object-fit: contain;
  width: 550px;
  max-width: 50%;
}

.image-2023 {
  object-fit: contain;
  width: 500px;
  max-width: 45%;
}

.hero-about {
  color: var(--white);
  text-align: center;
  max-width: 600px;
}

.div-block-325 {
  width: 60vw;
  margin-top: 0;
}

.h1 {
  color: #fff;
  width: auto;
  margin-top: 2vw;
  margin-bottom: 1.4vw;
  font-family: Inter, sans-serif;
  font-size: 2.8vw;
  font-weight: 600;
  line-height: 1.2;
}

.body1-2 {
  color: #c2cffb;
  text-align: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 1vw;
  font-family: Inter, sans-serif;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 1.4;
}

.h2-404 {
  color: var(--white);
  margin-bottom: 40px;
  font-size: 120px;
  line-height: 1;
}

.h3-404 {
  color: var(--light-gray);
  font-weight: 400;
}

.h5-copper {
  color: var(--light-gray);
  margin-bottom: 0;
  margin-right: 15px;
}

.h5-insurance {
  color: var(--white);
  margin-bottom: -30px;
  margin-right: 0;
  font-size: 16px;
}

.div-500m {
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-bottom: -40px;
  display: flex;
}

.text-span-282 {
  font-size: 14px;
}

.body-6 {
  background-color: #2c52f5;
}

.link-4 {
  text-decoration: none;
}

.white-home {
  color: var(--white);
  text-align: left;
}

.div-block-369 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-currency-b2b {
  aspect-ratio: 1;
  background-color: var(--light-blue);
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 310px;
  height: 300px;
  margin-left: 10px;
  padding: 40px;
  display: flex;
}

.div-pc-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 600px;
  max-width: 50%;
  display: flex;
}

.h2-private-credit {
  margin-bottom: 20px;
}

.div-pc-right {
  background-image: url('../images/privatecredit.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 560px;
  max-width: 46%;
  height: 420px;
  margin-left: 40px;
  display: flex;
}

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

.columns {
  margin-right: -30px;
}

.h2-pc {
  margin-bottom: 60px;
}

.div-image-pc {
  background-image: url('../images/privatecredit2.png');
  background-position: 50% 20%;
  background-size: cover;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 600px;
  max-width: 60%;
  height: 500px;
  margin-left: 0;
  display: flex;
}

.h2-pc2 {
  margin-bottom: 30px;
}

.div-pc2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 500px;
  max-width: 40%;
  margin-left: 80px;
  display: flex;
}

.h2-pc3 {
  color: var(--white);
  font-weight: 500;
}

.image-2025 {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 40px;
}

.image-2025-copy {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.circle1 {
  background-color: #e5e9ff;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.div-block-371 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  margin-left: 30px;
  display: flex;
}

.div-block-370-copy {
  background-color: #c2cffb;
  background-color: var(--dark-white);
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.circle3 {
  background-color: #8c9dff;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.circle2 {
  background-color: #c2cffb;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.columns-2 {
  width: 100%;
  margin: 30px -20px 20px;
}

.column-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-372 {
  background-color: #fff;
  height: 1px;
  margin-bottom: 20px;
}

.div-pc-right-copy {
  background-image: url('../images/Rectangle-4298.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 560px;
  max-width: 46%;
  height: 420px;
  margin-left: 40px;
  display: flex;
}

.div-block-374 {
  display: none;
}

.div-block-375 {
  display: flex;
}

.div-pc-left-copy {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 600px;
  max-width: 50%;
  display: flex;
}

.section-pc-outro {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.h2-private-credit-copy {
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 60px;
}

.div-block-379 {
  display: none;
}

.div-container-referral {
  flex-direction: column;
  align-items: flex-start;
  width: 550px;
  max-width: 47%;
  margin-left: 40px;
  margin-right: 0;
  display: flex;
}

.div-container-referral.spanish {
  width: 630px;
  max-width: 48%;
  margin-right: 30px;
}

.div-container-referral.es {
  max-width: 48%;
  margin-left: 30px;
}

.div-block-380 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.div-block-381 {
  border: 1.5px solid #dfe3ea;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: 24px;
  display: flex;
}

.div-block-382 {
  flex: 1;
}

.text-block-91 {
  color: #2c52f5;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.div-block-383 {
  margin-bottom: 8px;
}

.section-earn3 {
  background-image: url('../images/dsaKKKEUUAHSNc-1.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 300px;
  display: flex;
}

.div-yield-incremental {
  flex-direction: column;
  align-items: flex-start;
  width: 560px;
  max-width: 40%;
  margin-left: 0;
  display: flex;
}

.div-yield-incremental.earn {
  width: 630px;
  max-width: 48%;
}

.image-2027 {
  width: 24px;
}

.div-block-384 {
  display: none;
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 3vw;
    font-size: 6.5vw;
    line-height: 1.1;
  }

  h2 {
    margin-bottom: 2.5vw;
    font-size: 4.5vw;
    line-height: 1.1;
  }

  h3 {
    margin-bottom: 1.5vw;
    font-size: 3vw;
    line-height: 1.1;
  }

  h4 {
    margin-bottom: 1vw;
    font-size: 2.5vw;
    line-height: 1.1;
  }

  h5 {
    margin-bottom: 2vw;
    font-size: 1.8vw;
    line-height: 1;
  }

  p {
    margin-bottom: 1vw;
    font-size: 1.8vw;
    line-height: 1.4;
  }

  ul {
    margin-bottom: 0;
    padding-left: 1.8vw;
  }

  li {
    margin-bottom: 1vw;
    font-size: 1.8vw;
    line-height: 1.4;
  }

  .section-home1 {
    min-height: 0;
    padding-top: 14vw;
  }

  .column1-hero {
    padding-bottom: 5vw;
    padding-right: 5vw;
  }

  .body2 {
    margin-bottom: 2vw;
    font-size: 1.8vw;
    line-height: 1.3;
  }

  .body2.dark-gray.normal {
    margin-bottom: 2vw;
  }

  .body2.centered.light-gray.normal {
    width: 70%;
  }

  .body2.people-div {
    width: 65vw;
  }

  .body2.people-div.spanish {
    width: 66vw;
  }

  .body2.b2-hero-earn {
    width: 54%;
  }

  .body2.b2-hero-earn.spanish {
    width: 60vw;
  }

  .body2.earn-process {
    width: 90vw;
  }

  .body2.b2-referral {
    width: 58%;
  }

  .body2.b2-referral.spanish {
    width: 62vw;
  }

  .body2.b2-affiliates {
    margin-bottom: 2vw;
    font-size: 2.2vw;
  }

  .body2.b2-affiliates-steps {
    margin-bottom: 1vw;
  }

  .body2.b2-affiliates-hero {
    margin-bottom: 2vw;
  }

  .body2.b2-copper {
    font-size: 1.7vw;
  }

  .body2.faqs {
    margin-bottom: 0;
    font-weight: 400;
    overflow: hidden;
  }

  .body2.b2-earn-process {
    margin-bottom: 1vw;
  }

  .body2.b2-section-description.spanish {
    width: 100%;
  }

  .body2.b2-nav {
    margin-bottom: 0;
    font-weight: 400;
    overflow: hidden;
  }

  .body2.token-subtitle {
    max-width: 70vw;
  }

  .body2.b2-copper-link {
    margin-top: .4vw;
    font-size: 1.2vw;
  }

  .body2.b2-currency {
    max-width: 90%;
  }

  .body2.b2-currency.spanish {
    width: 100%;
  }

  .body2.b2-private-credit, .body2.b2-pc.normal {
    margin-bottom: 2vw;
  }

  .body2.b2-pc3.spanish, .body2.b2-pc3-copy.spanish, .body2.b2-pc4.spanish, .body2.b2-pc5.spanish {
    width: 100%;
  }

  .body2.b2-pc4-copy {
    margin-right: 3vw;
  }

  .body2.b2-private-credit-copy {
    margin-bottom: 2vw;
  }

  .body2.b2-referral-home {
    margin-bottom: .8vw;
  }

  .body2.b2-description-referral-home.spanish {
    width: 100%;
  }

  .button {
    height: auto;
    padding: 1.5vw 2.5vw;
    font-size: 1.6vw;
    line-height: 1.2;
  }

  .button.hollow {
    margin-left: 1.5vw;
  }

  .button.top-margin {
    height: auto;
    margin-top: 1vw;
    padding: 1.5vw 2.5vw;
    font-size: 1.6vw;
    line-height: 1.2;
  }

  .button.whitepaper-hollow {
    margin-left: 1.5vw;
  }

  .body4 {
    font-size: 1.2vw;
    line-height: 1.4;
  }

  .body4.b4-footer-disclaimer {
    font-size: 1.6vw;
    line-height: 1.4;
  }

  .body4.light-gray {
    max-width: 30vw;
  }

  .body4.light-gray.normal.b2b {
    margin-top: 12vw;
  }

  .body4.b4-disclaimer {
    max-width: 30vw;
  }

  .body4.terms-link {
    font-size: 1.6vw;
  }

  .body4.b4-footer-info {
    margin-bottom: 2vw;
    font-size: 1.6vw;
    line-height: 1.4;
  }

  .body4.b4-disclaimer-earn {
    margin-top: 3vw;
    font-size: 1.8vw;
    line-height: 1.3;
  }

  .body4.disclaimer-bank-earn {
    max-width: 40vw;
  }

  .body4.b4-disclaimer-boe, .body4.b4-disclaimer-copper {
    width: 100%;
    max-width: none;
    margin-top: 2vw;
    font-size: 1.2vw;
    line-height: 1.4;
  }

  .div-apy2 {
    border-top-left-radius: .6vw;
    border-top-right-radius: .6vw;
    width: 25vw;
    height: 62vw;
    margin-left: 1vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .div-apy1 {
    border-top-left-radius: .6vw;
    border-top-right-radius: .6vw;
    width: 25vw;
    height: 8vw;
    margin-top: 2vw;
  }

  .columns-hero {
    height: 62vw;
  }

  .div-trust-banner {
    margin-top: -2vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .text-apy2 {
    font-size: 5vw;
    line-height: 1;
  }

  .div-apy-number {
    margin-bottom: .8vw;
  }

  .text-percentage {
    font-size: 3vw;
    line-height: 1;
  }

  .text-apy, .text-apy-title {
    font-size: 1.5vw;
    line-height: 1;
  }

  .text-apy-information {
    font-size: 1.6vw;
  }

  .bigger {
    font-size: 3vw;
  }

  .text-apy1 {
    margin-bottom: 1vw;
    font-size: 3vw;
    line-height: 1;
  }

  .body3 {
    margin-bottom: 2vw;
    font-size: 1.6vw;
    line-height: 1.3;
  }

  .body3.b3-navbar {
    font-size: 1.4vw;
    line-height: 1.2;
  }

  .body3.grid-terms {
    font-size: 1.8vw;
    line-height: 1.4;
  }

  .body3.b3-404 {
    margin-bottom: 4vw;
  }

  .image-copperco {
    height: 4.4vw;
    margin-right: 1.4vw;
  }

  .image-copperco.english {
    height: 3.6vw;
    margin-left: 1vw;
  }

  .image-trustpilot {
    height: 2.5vw;
  }

  .navbar {
    overflow: visible;
  }

  .logo-navbar.blue, .logo-navbar.white {
    width: 15vw;
    height: auto;
  }

  .div-navbar-right {
    display: none;
  }

  .link-account-type {
    font-size: 1.6vw;
    line-height: 1;
  }

  .linkblock-account-type, .linkblock-account-type.not-selected, .linkblock-account-type.on, .linkblock-account-type.on.w--current {
    margin-left: 1vw;
    padding: 1vw 1.8vw;
  }

  .image-rand, .image-rand.w--current {
    width: 15vw;
    margin-right: 2vw;
  }

  .div-navbar {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .div-section {
    flex-direction: row;
  }

  .div-section.margin-bottom {
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 16vw;
  }

  .div-section.testimonials {
    width: 80vw;
  }

  .div-section.token-video {
    flex-direction: column;
  }

  .div-section.buy-rnd {
    margin-bottom: 14vw;
  }

  .div-section.rnd-technology, .div-section.rnd-distribution {
    margin-bottom: 16vw;
  }

  .div-section.affiliates-hero, .div-section.security {
    margin-bottom: 14vw;
  }

  .div-section.faqs {
    flex-direction: column;
  }

  .div-section.b2b-intro {
    margin-bottom: 16vw;
  }

  .div-section.earn-account {
    margin-bottom: 0;
  }

  .div-section.affiliates2 {
    margin-bottom: 14vw;
  }

  .div-section.reverse-mobile {
    flex: 0 auto;
    align-items: stretch;
  }

  .div-section.pc-intro, .div-section.pc-vertical, .div-section.pc-intro2 {
    margin-bottom: 16vw;
  }

  .div-section.pc-outro {
    margin-bottom: 0;
  }

  .section-home2 {
    padding-top: 14vw;
    padding-bottom: 14vw;
  }

  .image-yield-accounts {
    aspect-ratio: auto;
    border-radius: .6vw;
    max-width: 49%;
    display: block;
  }

  .div-yield-accounts {
    width: 60vw;
    max-width: 100%;
    margin-left: 4vw;
  }

  .div-bulletpoint {
    margin-top: 1.8vw;
  }

  .image-check {
    width: 2vw;
    height: 2vw;
    margin-right: 1.4vw;
  }

  .div-bulletpoints {
    margin-top: -1vw;
    margin-bottom: 3vw;
  }

  .section-home3 {
    padding-top: 14vw;
    padding-bottom: 14vw;
  }

  .div-section-blue.bottom-margin {
    margin-bottom: 6vw;
  }

  .div-section-blue.private-credit {
    margin-bottom: 16vw;
  }

  .div-acquisition {
    margin-top: 2vw;
    margin-bottom: 3vw;
  }

  .div-step {
    justify-content: flex-start;
    padding: 4vw 3vw 2vw;
  }

  .image-icon-card {
    width: 6vw;
    height: 6vw;
    margin-bottom: 2vw;
  }

  .div-security-content {
    max-width: 46%;
    margin-right: 4vw;
  }

  .section-home4 {
    padding-top: 14vw;
    padding-bottom: 14vw;
  }

  .div-x2 {
    aspect-ratio: auto;
    justify-content: flex-start;
    padding: 6vw;
  }

  .image-x2 {
    width: 30vw;
  }

  .div-copper.desktop {
    aspect-ratio: 1;
    object-fit: fill;
    border-radius: .6vw;
    height: 45vw;
    padding: 6vw 3vw 3vw;
  }

  .div-copper.desktop.englsih {
    padding-bottom: 5vw;
  }

  .div-dropdown-item {
    margin-bottom: 4vw;
  }

  .div-dropdown-item.principles1, .div-dropdown-item.principles2 {
    margin-bottom: 3vw;
  }

  .image-500m {
    width: 50vw;
    max-width: 90%;
  }

  .image-copper {
    width: 14vw;
  }

  .image-security {
    width: 3vw;
    margin-right: 1vw;
  }

  .body1 {
    margin-bottom: 2vw;
    font-size: 2.2vw;
    line-height: 1.2;
  }

  .body1.b1-testimonials {
    margin-bottom: 0;
  }

  .body1.referral-steps {
    margin-bottom: 1vw;
  }

  .body1.b1-affiliates-cards {
    margin-bottom: 3vw;
  }

  .body1.b1-affiliates-cards-dark {
    margin-bottom: 2.5vw;
  }

  .div-copper-title {
    margin-bottom: 4vw;
  }

  .div-security-item-title {
    margin-bottom: 1vw;
  }

  .arrow {
    height: 1vw;
  }

  .div-dropdown-item-header {
    margin-bottom: 1vw;
  }

  .section-home5 {
    padding-top: 12vw;
  }

  .image-people {
    width: 100%;
  }

  .div-security-graphic {
    justify-content: space-between;
    max-width: 50%;
  }

  .section-home6 {
    padding-top: 14vw;
    padding-bottom: 14vw;
  }

  .div-outlets {
    margin-top: 1vw;
  }

  .div-outlet {
    padding: 3vw;
  }

  .div-section-title.rnd-distribution {
    margin-bottom: 2vw;
  }

  .div-section-title.affiliates {
    margin-bottom: 0;
  }

  .div-section-title.team {
    margin-bottom: 4vw;
  }

  .div-testimonial.first {
    background-position: 64%;
    background-size: 1500px;
    padding-top: 12vw;
    padding-bottom: 12vw;
  }

  .div-testimonial.second {
    background-position: 60%;
    background-size: 1500px;
    padding-top: 12vw;
    padding-bottom: 12vw;
  }

  .div-testimonial.third {
    background-position: 55% 0;
    background-size: 1500px;
    padding-top: 12vw;
    padding-bottom: 12vw;
  }

  .div-testimonial-content {
    padding-right: 25%;
  }

  .div-container-testimonial {
    height: 100%;
  }

  .arrow-right {
    width: 5vw;
    height: 5vw;
  }

  .image-arrow {
    width: 3vw;
    height: 3vw;
  }

  .section-home8 {
    padding-top: 14vw;
    padding-bottom: 14vw;
  }

  .section-home9 {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }

  .div-kpis {
    width: 100%;
    min-width: 0;
    max-width: none;
    margin-top: 2vw;
    margin-bottom: 5vw;
  }

  .text-kpi {
    margin-bottom: 1vw;
    font-size: 6vw;
    line-height: 1.2;
  }

  .div-image-blog {
    height: 18vw;
  }

  .h5-blog-category {
    font-size: 1.4vw;
  }

  .div-blog-category {
    padding: .8vw 1vw .6vw;
    top: 1vw;
    right: 1vw;
  }

  .link.blue {
    font-size: 1.8vw;
    line-height: 1.2;
  }

  .div-title-faqs {
    position: static;
  }

  .div-faqs {
    width: 100%;
    max-width: none;
    margin-top: 2vw;
    margin-left: 0;
  }

  .section-faqs {
    padding-top: 14vw;
    padding-bottom: 10vw;
  }

  .section-home11 {
    padding-top: 12vw;
    padding-bottom: 8vw;
  }

  .image-logo {
    width: 12vw;
  }

  .h5-footer {
    font-size: 1.8vw;
    line-height: 1.2;
  }

  .footer-link {
    font-size: 1.6vw;
    line-height: 1.2;
  }

  .div-links {
    padding-left: 4vw;
  }

  .div-links-section {
    margin-left: 3vw;
  }

  .div-block-42 {
    width: 10vw;
    height: 10vw;
  }

  .div-footer-middle {
    margin-bottom: 4vw;
  }

  .section-b2b1 {
    justify-content: space-between;
    min-height: 80vw;
    padding-top: 20vw;
  }

  .div-b2b-intro-left {
    max-width: 48%;
  }

  .section-b2b2 {
    padding-top: 16vw;
    padding-bottom: 14vw;
  }

  .div-currency {
    border-radius: .6vw;
    width: 22vw;
    height: 22vw;
    padding: 2vw;
  }

  .image-flag-round {
    width: 5vw;
    height: 5vw;
    margin-bottom: 2vw;
  }

  .lower-margin.dark-gray {
    margin-bottom: 1vw;
  }

  .lower-margin.blue {
    margin-bottom: 1vw;
    line-height: 1.4;
  }

  .div-currency-right {
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-top: 6vw;
    margin-left: 0;
  }

  .div-currency-left {
    max-width: 100%;
  }

  .div-currency-left.b2b, .div-currency-left.pc {
    padding-right: 4vw;
  }

  .image-2021 {
    height: 2.3vw;
  }

  .link-3 {
    font-size: 2.8vw;
  }

  .h1-hero-b2b {
    width: 70%;
  }

  .div-hero-earn {
    max-width: 90vw;
    margin-bottom: 0;
  }

  .section-earn1 {
    min-height: 100vw;
    padding-top: 20vw;
  }

  .section-earn2 {
    padding-top: 14vw;
    padding-bottom: 14vw;
  }

  .div-earn-mode {
    width: 49%;
    height: 36vw;
    margin-left: 0;
    padding-bottom: 3vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .div-earn-mode.middle {
    width: 49%;
    margin-left: 1vw;
    padding-bottom: 3vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .div-earn-mode.left {
    width: 49%;
    padding-bottom: 3vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .div-earn-mode.right {
    margin-left: 1vw;
  }

  .div-earn-mode-top {
    max-width: 100%;
  }

  .earn-mode {
    margin-bottom: 1vw;
  }

  .earn-process, .earn-process.spanish {
    width: 90vw;
  }

  .div-step-earn {
    padding: 2vw;
  }

  .div-step-separator {
    margin: -2vw 2vw;
  }

  .arrow-left {
    width: 5vw;
    height: 5vw;
  }

  .section-token1 {
    min-height: 70vw;
    padding-top: 20vw;
    padding-bottom: 16vw;
  }

  .hero-token {
    max-width: 40vw;
  }

  .hero-token.spanish {
    max-width: 60vw;
  }

  .div-block-60 {
    width: 60vw;
    margin-bottom: 4vw;
  }

  .div-block-25-copy {
    padding: 3vw;
  }

  .div-block-61 {
    margin-bottom: 3vw;
  }

  .image-21 {
    width: 8vw;
  }

  .div-block-62 {
    margin-top: 1vw;
  }

  .div-block-63 {
    width: 32.6%;
    padding: 2.4vw 2vw 2.4vw 2.4vw;
  }

  .image-22 {
    width: 4vw;
    height: 4vw;
    margin-right: 2vw;
  }

  .h5-pro-benefits {
    margin-bottom: 1vw;
    font-size: 1.8vw;
    line-height: 1.3;
  }

  .image-23 {
    margin-right: 1vw;
  }

  .h5-rnd-tech {
    margin-bottom: 1vw;
  }

  .div-backer {
    padding: 3vw;
  }

  .div-investors {
    margin-top: 1vw;
  }

  .div-investors.team2 {
    margin-bottom: 10vw;
  }

  .section-token3, .section-token4, .section-token2 {
    padding-top: 14vw;
    padding-bottom: 14vw;
  }

  .section-pro1 {
    min-height: 65vw;
    padding-top: 20vw;
    padding-bottom: 14vw;
  }

  .image-25 {
    width: 26vw;
    margin-right: 2.4vw;
  }

  .image-26 {
    width: 8vw;
  }

  .div-block-65 {
    margin-bottom: 3vw;
  }

  .div-block-60-copy {
    margin-bottom: 10vw;
  }

  .mask-rand-pro {
    height: 16.6vw;
  }

  .mask-rand-pro.spanish {
    height: 17vw;
  }

  .section-pro2 {
    padding-top: 14vw;
  }

  .section-referral1 {
    min-height: 80vw;
    padding-top: 20vw;
    padding-bottom: 14vw;
  }

  .hero-referral {
    max-width: 58%;
  }

  .section-referral2 {
    padding-top: 14vw;
  }

  .div-block-67 {
    width: 100%;
    margin-top: 4vw;
  }

  .div-block-68.first, .div-block-68.second {
    width: 32.8%;
    padding-top: 4vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .div-block-68.third {
    aspect-ratio: auto;
    width: 32.8%;
    height: 54vw;
    padding-top: 4vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .h1-affiliates {
    margin-bottom: 2vw;
    font-size: 6vw;
  }

  .section-about2 {
    padding-top: 14vw;
    padding-bottom: 14vw;
  }

  .section-about1 {
    min-height: 70vw;
    padding-top: 30vw;
    padding-bottom: 20vw;
  }

  .div-desktop-menu {
    top: -34vw;
  }

  .div-menu-section {
    min-width: 24%;
    margin-right: 1vw;
  }

  .h4-navbar {
    margin-bottom: 1vw;
    font-size: 1.6vw;
    line-height: 1;
  }

  .link-block-menu {
    margin-bottom: 1.5vw;
    padding: .8vw 1vw;
  }

  .image-menu-link {
    width: 2.4vw;
    margin-right: 1.5vw;
    display: none;
  }

  .h5-navbar {
    margin-bottom: 2vw;
    margin-left: 1vw;
    font-size: 1.6vw;
    line-height: 1.2;
  }

  .div-desktop-menu-links {
    margin-top: 3vw;
    margin-bottom: 2vw;
    margin-right: -1vw;
    padding-right: 0;
  }

  .image-cross-menu {
    display: none;
  }

  .div-container-navbar {
    height: 9vw;
  }

  .div-affiliates.spanish {
    width: 40%;
  }

  .div-block-79 {
    max-width: 50%;
    margin-top: 1vw;
  }

  .div-block-81._10k, .div-block-81._100k, .div-block-81._500k, .div-block-81._1m {
    padding: .8vw 1vw;
  }

  .text-block-6 {
    font-size: 1.6vw;
    line-height: 1;
  }

  .text-block-7 {
    margin-bottom: 1vw;
    font-size: 4vw;
    line-height: 1.2;
  }

  .div-block-83 {
    bottom: 3.2vw;
    right: 4.8vw;
  }

  .div-block-85 {
    height: 21.5vw;
  }

  .section-affiliates1 {
    padding-top: 16vw;
    padding-bottom: 14vw;
  }

  .div-block-86 {
    padding: 4vw 6vw 2vw;
  }

  .div-block-86-copy {
    padding: 4vw 5vw 2vw;
  }

  .div-block-87 {
    margin-bottom: 3vw;
    padding: .6vw 1vw;
  }

  .div-block-87.dark {
    margin-bottom: 4vw;
  }

  .image-29 {
    width: 36vw;
    margin-bottom: -1vw;
  }

  ._20 {
    margin-top: 4vw;
    margin-bottom: 1.4vw;
    font-size: 12vw;
    line-height: 1;
  }

  .div-step-affiliate {
    padding: 3vw 3vw 2vw;
  }

  .section-affiliates2, .section-affiliates3 {
    padding-top: 14vw;
    padding-bottom: 14vw;
  }

  .h2-affiliates {
    margin-bottom: 2vw;
  }

  .div-block-62-copy {
    max-width: 80vw;
    margin-top: 2vw;
  }

  .image-22-copy {
    width: 2.6vw;
    height: 2.6vw;
    margin-right: 2vw;
  }

  .h4-affiliates {
    font-size: 2.2vw;
  }

  .div-block-88 {
    margin-bottom: 3vw;
  }

  .div-block-63-copy-copy {
    margin-bottom: 1vw;
    padding: 4vw;
  }

  .div-teammember {
    width: 24.2%;
  }

  .image-teammember {
    margin-bottom: 2vw;
  }

  .h3-team {
    font-size: 2.6vw;
    line-height: 1.2;
  }

  .h3-terms {
    font-size: 2.5vw;
    line-height: 1.2;
  }

  .h2-terms {
    margin-bottom: 1vw;
    font-size: 4vw;
    line-height: 1;
  }

  .separator-terms2 {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .div-block-90-copy {
    width: 50%;
  }

  .separator-terms {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }

  .div-block-93 {
    max-width: 60%;
  }

  .grid {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }

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

  .section-security1 {
    min-height: 80vw;
    padding-top: 30vw;
  }

  .div-container-security {
    width: 90vw;
  }

  .div-block-94 {
    max-width: 40%;
    padding-top: 1vw;
  }

  .div-block-94-copy {
    max-width: 58%;
  }

  .partner-title {
    font-size: 3vw;
    line-height: 1;
  }

  .div-block-95 {
    margin-top: .4vw;
    margin-bottom: .4vw;
  }

  .div-partner, .div-partner.copper {
    padding: 2vw 3vw;
  }

  .partners {
    margin-bottom: 2.5vw;
  }

  .div-faqs-title {
    margin-bottom: 1vw;
  }

  .div-container-earn {
    flex: 1;
    max-width: 50%;
    margin-right: 4vw;
  }

  .body-4 {
    font-size: 1.6vw;
    line-height: 1.4;
  }

  .div-footer-bottom {
    flex-direction: column;
  }

  .div-links-terms {
    width: 100%;
    margin-bottom: 4vw;
  }

  .separator {
    margin-left: 1vw;
    margin-right: 1vw;
  }

  .image-31 {
    width: 2.5vw;
  }

  .link-block-2 {
    margin-left: 3vw;
  }

  .div-menu-button {
    padding: 1vw;
    display: block;
  }

  .div-menu-button.cross {
    display: none;
  }

  .h1-hero-earn {
    width: 90%;
  }

  .div-earn-process {
    margin-top: 3vw;
    margin-bottom: 3vw;
  }

  .image-token-tech {
    width: 5vw;
    height: 5vw;
    margin-right: 3vw;
  }

  .mask-about {
    height: 21vw;
  }

  .mask-about.spanish {
    height: 14vw;
  }

  .div-mobile-menu {
    display: none;
  }

  .div-dropdown-nav {
    margin-bottom: 1vw;
  }

  .image-burguer, .image-cross {
    height: 1.8vw;
  }

  .h4-terms {
    margin-bottom: 2vw;
  }

  .h2-terms2 {
    margin-bottom: 3vw;
    font-size: 4vw;
    line-height: 1;
  }

  .div-download {
    border-radius: .6vw;
    padding: 6vw 8vw 6vw 6vw;
  }

  .image-298 {
    width: 20vw;
    height: 20vw;
    margin-right: 4vw;
  }

  .language-flag {
    width: 2vw;
  }

  .toggle-selection {
    width: 2.7vw;
    height: 2.7vw;
  }

  .image-237 {
    width: 2vw;
  }

  .rand-logo {
    height: 70%;
  }

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

  .language-toggle {
    width: 6.6vw;
    height: 3.3vw;
  }

  .submit-button-8 {
    height: 6vw;
    margin-right: -4vw;
    font-size: 2.4vw;
  }

  .text-field-12 {
    height: 6vw;
    margin-left: -4vw;
    padding-left: 2vw;
    padding-right: 6vw;
    font-size: 2vw;
  }

  .heading-27 {
    margin-bottom: 2vw;
    margin-left: -5vw;
    margin-right: -5vw;
    font-size: 3.6vw;
  }

  .subtitle-referral {
    width: 100%;
    margin-bottom: 5vw;
    font-size: 2vw;
  }

  .heading-27-copy {
    margin-bottom: 2vw;
    margin-left: -5vw;
    margin-right: -5vw;
    font-size: 3.6vw;
  }

  .text-referral-bottom {
    font-size: 2vw;
  }

  .form-block, .form {
    width: 100%;
  }

  .div-popup {
    display: none;
  }

  .image-2022 {
    width: 42vw;
  }

  .image-2023 {
    width: 38vw;
  }

  .hero-about {
    max-width: 50vw;
  }

  .h2-404 {
    font-size: 10vw;
  }

  .h5-copper {
    margin-right: 1vw;
    font-size: 1.4vw;
  }

  .h5-insurance {
    margin-bottom: -2vw;
    font-size: 1.4vw;
  }

  .div-500m {
    margin-bottom: -2vw;
  }

  .div-block-369 {
    order: 0;
  }

  .div-currency-b2b {
    border-radius: .6vw;
    width: 22vw;
    height: 22vw;
    margin-left: 1vw;
    padding: 2vw;
  }

  .div-pc-left {
    max-width: 49%;
  }

  .h2-private-credit {
    margin-bottom: 2vw;
  }

  .div-pc-right {
    max-width: 49%;
    height: 50vw;
    margin-left: 3vw;
  }

  .h2-pc {
    margin-bottom: 4vw;
  }

  .div-image-pc {
    width: 60vw;
    height: 50vw;
  }

  .h2-pc2 {
    margin-bottom: 3vw;
  }

  .div-pc2 {
    max-width: 48%;
    margin-left: 4vw;
  }

  .image-2025 {
    margin-top: 3vw;
    margin-bottom: 2vw;
  }

  .image-2025-copy {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .circle1 {
    width: 2vw;
    height: 2vw;
    margin-right: 1vw;
  }

  .div-block-371 {
    margin-top: 2vw;
    margin-left: 0;
  }

  .circle3, .circle2 {
    width: 2vw;
    height: 2vw;
    margin-right: 1vw;
  }

  .columns-2 {
    margin: 2vw -2vw;
  }

  .column-2 {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .div-block-372 {
    margin-bottom: 2vw;
  }

  .div-pc-right-copy {
    max-width: 49%;
    height: 50vw;
    margin-left: 3vw;
  }

  .div-pc-left-copy {
    max-width: 49%;
  }

  .section-pc-outro {
    padding-top: 14vw;
    padding-bottom: 14vw;
  }

  .h2-private-credit-copy {
    margin-bottom: 2vw;
    font-size: 4.5vw;
    line-height: 1.1;
  }

  .div-container-referral {
    max-width: 52%;
    margin-left: 4vw;
    margin-right: 0;
  }

  .div-block-380 {
    margin-bottom: 2vw;
  }

  .div-block-381 {
    width: 4vw;
    height: 4vw;
    margin-right: 2vw;
  }

  .text-block-91 {
    font-size: 1.4vw;
  }

  .div-block-383 {
    margin-bottom: 1vw;
  }

  .section-earn3 {
    padding-top: 10vw;
    padding-bottom: 18vw;
  }

  .div-yield-incremental {
    width: 50vw;
    max-width: 100%;
    margin-left: 0;
  }

  .image-2027 {
    width: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .column1-hero {
    padding-right: 0;
  }

  .div-apy2, .div-apy1 {
    width: 24vw;
  }

  .text-apy-title {
    font-size: 1.4vw;
  }

  .div-testimonial.first, .div-testimonial.second, .div-testimonial.third {
    background-size: 1000px;
  }

  .div-container-hero {
    max-width: 90vw;
  }

  .lower-margin.blue {
    text-align: center;
    font-size: 1.6vw;
  }

  .section-pro2 {
    padding-bottom: 14vw;
  }

  .h2-currency {
    font-size: 4vw;
  }

  .columns-navbar-content {
    height: 100%;
  }

  .column-navbar-3 {
    display: none;
  }

  .link-logo-home.w--current {
    height: 50%;
  }

  .rand-logo {
    height: 70%;
  }

  .column-navbar-2 {
    display: none;
  }

  .submit-button-8 {
    border-radius: 1.4vw;
    height: 7vw;
    margin-right: 0;
  }

  .text-field-12 {
    border-top-left-radius: 1.4vw;
    border-bottom-left-radius: 1.4vw;
    height: 7vw;
    margin-left: 0;
  }

  .heading-27 {
    font-size: 4vw;
  }

  .subtitle-referral {
    width: 60%;
  }

  .heading-27-copy {
    font-size: 4vw;
  }

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

  .form {
    width: 90%;
  }

  .div-block-369 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    text-align: left;
    max-width: none;
    margin-bottom: 4vw;
    font-size: 14vw;
    line-height: 1.2;
  }

  h2 {
    margin-bottom: 4vw;
    font-size: 8vw;
    line-height: 1.2;
  }

  h3 {
    margin-bottom: 4vw;
    font-size: 7vw;
    line-height: 1.2;
  }

  h4 {
    margin-bottom: 4vw;
    font-size: 6vw;
    line-height: 1.2;
  }

  h5 {
    margin-bottom: 3vw;
    font-size: 3.6vw;
    line-height: 1.2;
  }

  p {
    margin-bottom: 2vw;
    font-size: 4.2vw;
  }

  ul {
    padding-left: 5vw;
  }

  li {
    margin-bottom: 2vw;
    font-size: 4.2vw;
  }

  .section-home1 {
    padding-top: 20vw;
  }

  .column1-hero {
    padding-bottom: 8vw;
  }

  .body2 {
    margin-bottom: 4vw;
    font-size: 5vw;
    line-height: 1.3;
  }

  .body2.dark-gray.normal {
    font-size: 4.2vw;
  }

  .body2.white {
    font-size: 5vw;
  }

  .body2.centered.light-gray.normal {
    width: 100%;
    font-size: 4.2vw;
  }

  .body2.light-gray.normal.no-margin {
    margin-bottom: 2vw;
  }

  .body2.people-div {
    width: auto;
    margin-bottom: 8vw;
    font-size: 4.2vw;
    font-weight: 400;
  }

  .body2.people-div.spanish {
    width: auto;
  }

  .body2.b2-hero-earn {
    width: 90%;
    font-size: 4.2vw;
  }

  .body2.b2-hero-earn.spanish {
    width: 100%;
  }

  .body2.earn-process {
    font-size: 4.2vw;
  }

  .body2.earn-process.spanish {
    width: 100%;
  }

  .body2.rnd-technology {
    text-align: center;
    width: 80%;
    font-size: 4.2vw;
  }

  .body2.b2-rnd-tech {
    text-align: center;
    font-size: 4.2vw;
  }

  .body2.b2-referral {
    width: 100%;
    font-size: 4.2vw;
  }

  .body2.b2-referral.spanish {
    width: 100%;
  }

  .body2.b2-affiliates {
    width: 100%;
    margin-bottom: 10vw;
    font-size: 4.2vw;
  }

  .body2.b2-affiliates-cards, .body2.b2-affiliates-cards-dark {
    font-size: 4.2vw;
  }

  .body2.b2-affiliates-hero {
    text-align: center;
    width: 100%;
    font-size: 4.2vw;
  }

  .body2.b2-team-position {
    font-size: 5vw;
  }

  .body2.b2-team {
    width: 100%;
    font-size: 4.2vw;
  }

  .body2.hero-security {
    width: auto;
    font-size: 4.2vw;
  }

  .body2.b2-copper {
    margin-right: 2vw;
    font-size: 3.6vw;
  }

  .body2.b2-hero {
    text-align: center;
    width: 90%;
    margin-bottom: 0;
    font-size: 4.2vw;
  }

  .body2.faqs {
    margin-bottom: 2vw;
    font-size: 4.2vw;
  }

  .body2.b2-earn-process {
    margin-bottom: 4vw;
    font-size: 5vw;
  }

  .body2.b2-promotion {
    display: none;
  }

  .body2.b2-bulletpoint {
    font-size: 4.2vw;
  }

  .body2.b2-section-description {
    margin-bottom: 2vw;
    font-size: 4.2vw;
  }

  .body2.b2-section-description.spanish {
    width: 100%;
  }

  .body2.security-description {
    margin-bottom: 4vw;
    font-size: 4.2vw;
  }

  .body2.b2-nav {
    color: var(--black-gray);
    margin-left: 2.4vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    font-size: 4vw;
    line-height: 1;
  }

  .body2.b2-nav.first {
    padding-top: 4vw;
    display: flex;
  }

  .body2.b2-nav.hide {
    display: none;
  }

  .body2.b2-b2b-intro {
    margin-bottom: 0;
    font-size: 4.2vw;
  }

  .body2.b2-currency {
    width: auto;
    font-size: 4.2vw;
  }

  .body2.token-subtitle {
    text-align: center;
    max-width: 80vw;
    font-size: 4.2vw;
  }

  .body2.b2-copper-link {
    margin-top: 2vw;
    font-size: 3.8vw;
    line-height: 1;
  }

  .body2.b2-currency {
    text-align: left;
    max-width: 100%;
    margin-bottom: 2vw;
    font-size: 4.2vw;
  }

  .body2.b2-currency.spanish {
    width: 100%;
  }

  .body2.b2-currency-copy {
    width: auto;
    font-size: 4.2vw;
  }

  .body2.b2-private-credit {
    text-align: center;
    width: 80%;
    margin-bottom: 0;
    font-size: 4.2vw;
  }

  .body2.b2-pc2 {
    margin-bottom: 0;
    font-size: 4.2vw;
  }

  .body2.b2-pc, .body2.b2-pc.normal {
    font-size: 4.2vw;
  }

  .body2.b2-pc3 {
    width: 100%;
    margin-bottom: 2vw;
    font-size: 4.2vw;
  }

  .body2.b2-pc3.spanish {
    width: 100%;
  }

  .body2.b2-pc3-copy {
    margin-bottom: 2vw;
    font-size: 4.2vw;
  }

  .body2.b2-pc3-copy.spanish {
    width: 100%;
  }

  .body2.b2-pc4 {
    margin-bottom: 2vw;
    font-size: 4.2vw;
  }

  .body2.b2-pc4.spanish {
    width: 100%;
  }

  .body2.b2-pc5 {
    margin-bottom: 2vw;
    font-size: 4.2vw;
  }

  .body2.b2-pc5.spanish {
    width: 100%;
  }

  .body2.b2-pc4-copy {
    margin-right: 0;
    font-size: 4.2vw;
  }

  .body2.b2-private-credit-copy {
    text-align: left;
    width: 100%;
    margin-bottom: 0;
    font-size: 4.2vw;
  }

  .body2.b2-referral-home {
    margin-bottom: 3vw;
    font-size: 4.2vw;
    line-height: 8vw;
  }

  .body2.b2-description-referral-home {
    margin-bottom: 0;
    margin-left: -11vw;
    font-size: 4.2vw;
  }

  .body2.b2-description-referral-home.spanish {
    width: 100%;
  }

  .button {
    text-align: center;
    width: 100%;
    height: auto;
    padding: 4.6vw 10vw;
    font-size: 4.2vw;
    font-weight: 500;
    line-height: 1;
    display: block;
  }

  .button.hollow {
    text-align: center;
    width: 100%;
    height: auto;
    margin-left: 0;
    padding: 4.6vw 8vw;
    font-size: 4.2vw;
    line-height: 1;
    display: block;
  }

  .button.top-margin, .button.hide-mobile {
    display: none;
  }

  .button.principles {
    background-color: var(--transparent);
    color: var(--black-gray);
    text-align: center;
    border: 1px solid #000;
    width: 100%;
    height: auto;
    padding: 4.6vw 10vw;
    font-size: 4.2vw;
    font-weight: 500;
    line-height: 1;
    display: block;
  }

  .button.hollow-no-margin {
    text-align: center;
    width: 100%;
    height: 15vw;
    margin-left: 0;
    padding: 4.6vw 8vw;
    font-size: 5vw;
    line-height: 1;
    display: block;
  }

  .button.promotion {
    text-align: center;
    width: auto;
    height: auto;
    margin-left: 0;
    padding: 4vw 6vw;
    font-size: 4.2vw;
    line-height: 1;
    display: block;
  }

  .button.whitepaper {
    width: auto;
    padding: 4vw 6vw;
    display: flex;
  }

  .button.whitepaper-hollow {
    text-align: center;
    width: auto;
    height: auto;
    margin-left: 0;
    padding: 4vw 6vw;
    font-size: 4.2vw;
    line-height: 1;
    display: flex;
  }

  .button.terms {
    width: auto;
    padding: 3vw 6vw;
  }

  .div-content-hero {
    align-items: center;
  }

  .body4 {
    font-size: 3.4vw;
    line-height: 1.4;
  }

  .body4.b4-footer-disclaimer {
    text-align: justify;
    font-size: 3.4vw;
    line-height: 1.4;
  }

  .body4.light-gray {
    display: none;
  }

  .body4.light-gray.mobile {
    text-align: center;
    max-width: none;
    font-weight: 400;
    display: block;
  }

  .body4.b4-disclaimer {
    display: none;
  }

  .body4.terms-link {
    font-size: 3.4vw;
  }

  .body4.b4-footer-info {
    text-align: justify;
    margin-bottom: 6vw;
    font-size: 3.4vw;
    line-height: 1.4;
  }

  .body4.disclaimer {
    color: var(--light-gray);
    text-align: center;
    font-weight: 400;
    display: block;
  }

  .body4.b4-disclaimer-earn {
    margin-top: 6vw;
    font-size: 3.4vw;
    display: block;
  }

  .body4.disclaimer-bank-earn {
    display: none;
  }

  .body4.b4-disclaimer-boe {
    margin-top: 6vw;
    font-size: 3.4vw;
    line-height: 1.3;
    display: block;
  }

  .body4.b4-disclaimer-copper {
    color: var(--dark-gray);
    text-align: left;
    margin-top: 6vw;
    font-size: 3.4vw;
    line-height: 1.3;
    display: block;
  }

  .body4.b4-disclaimer-copper.mobile {
    color: #8293ab;
    display: block;
  }

  .column2-hero {
    justify-content: space-between;
    height: auto;
  }

  .div-apy2 {
    border-top-left-radius: 2vw;
    border-top-right-radius: 2vw;
    width: 48.5%;
    height: 80vw;
    padding: 8vw 2vw 10vw;
  }

  .div-apy1 {
    border-top-left-radius: 2vw;
    border-top-right-radius: 2vw;
    width: auto;
    height: 14vw;
    margin-top: 6vw;
  }

  .columns-hero {
    flex-direction: column;
    height: auto;
  }

  .div-trust-banner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: -4vw;
    padding-top: 14vw;
    padding-bottom: 14vw;
  }

  .text-apy2 {
    margin-right: 1.4vw;
    font-size: 10vw;
    font-weight: 600;
    line-height: 1;
  }

  .div-apy-number {
    margin-bottom: 3vw;
  }

  .text-percentage {
    margin-bottom: .2vw;
    font-size: 5.6vw;
    font-weight: 500;
    line-height: 1;
  }

  .text-apy {
    font-size: 3.4vw;
    font-weight: 500;
    line-height: 1;
  }

  .div-percentage {
    justify-content: flex-start;
  }

  .text-apy-title {
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 1.3;
  }

  .text-apy-information {
    font-size: 4.2vw;
    display: none;
  }

  .bigger {
    font-size: 8vw;
  }

  .text-apy1 {
    margin-bottom: 2vw;
    font-size: 6vw;
    line-height: 1.2;
  }

  .div-container-apy1 {
    width: 48.5%;
    margin-left: 0;
  }

  .div-container-trust {
    width: 90vw;
  }

  .div-container-trust2 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .body3 {
    margin-bottom: 3vw;
    font-size: 4.2vw;
    line-height: 1.4;
  }

  .body3.resources {
    color: var(--blue);
    margin-bottom: 0;
  }

  .body3.b3-pro-benefits, .body3.b3-affiliates-benefits {
    text-align: center;
  }

  .body3.grid-terms {
    font-size: 3.8vw;
  }

  .body3.b3-trustpilot {
    font-size: 3.6vw;
  }

  .body3.b3-404 {
    text-align: center;
    margin-bottom: 8vw;
  }

  .div-trustpilot {
    align-items: center;
    margin-bottom: 2vw;
  }

  .div-insurance-info {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 12vw;
    display: none;
  }

  .div-insurance-info.mobile {
    justify-content: center;
    align-items: center;
    margin-bottom: 10vw;
    display: flex;
  }

  .image-copperco {
    height: 10vw;
    margin-top: 2vw;
    margin-left: 0;
  }

  .image-trustpilot {
    height: 5vw;
  }

  .navbar {
    top: -2px;
  }

  .logo-navbar {
    width: 34vw;
  }

  .logo-navbar.blue, .logo-navbar.white {
    width: 30vw;
  }

  .link-account-type {
    color: var(--white);
    font-size: 4.2vw;
  }

  .link-account-type.mobile {
    color: var(--black-gray);
  }

  .linkblock-account-type, .linkblock-account-type.w--current {
    background-color: var(--dark-white);
    justify-content: center;
    align-items: center;
    width: 48%;
    margin-left: 0;
    padding: 3vw 6vw;
    display: flex;
  }

  .linkblock-account-type.not-selected.on {
    justify-content: center;
    align-items: center;
    width: 49%;
    margin-left: 0;
    padding: 3vw 6vw;
    display: flex;
  }

  .linkblock-account-type.not-selected.on.w--current {
    background-color: var(--blue);
    justify-content: center;
    align-items: center;
    width: 48%;
    margin-left: 0;
    padding: 3vw 6vw;
    display: flex;
  }

  .image-rand {
    width: 30vw;
    padding-left: 0;
  }

  .image-rand.w--current {
    width: 30vw;
  }

  .div-navbar {
    width: 90vw;
    max-width: none;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .div-section {
    flex-direction: column;
    align-items: center;
  }

  .div-section.margin-bottom {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20vw;
  }

  .div-section.margin-bottom.reverse-mobile {
    flex-direction: column-reverse;
    align-items: center;
  }

  .div-section.testimonials {
    width: 90vw;
  }

  .div-section.token-video {
    flex-direction: column;
    margin-bottom: 0;
  }

  .div-section.buy-rnd {
    margin-bottom: 16vw;
  }

  .div-section.rnd-technology, .div-section.rnd-distribution {
    margin-bottom: 24vw;
  }

  .div-section.affiliates-hero, .div-section.security {
    flex-direction: column;
    margin-bottom: 24vw;
  }

  .div-section.b2b-intro {
    margin-bottom: 20vw;
  }

  .div-section.earn-account {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }

  .div-section.affiliates2 {
    flex-direction: column;
    width: 100%;
    margin-bottom: 24vw;
  }

  .div-section.reverse-mobile {
    flex-direction: column-reverse;
  }

  .div-section.security-section {
    min-height: 130vw;
  }

  .div-section.pc-intro, .div-section.pc-vertical, .div-section.pc-intro2 {
    margin-bottom: 20vw;
  }

  .div-section.pc-outro {
    margin-bottom: 0;
  }

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

  .image-yield-accounts {
    border-radius: 2vw;
    width: 100%;
    max-width: none;
    margin-bottom: 8vw;
  }

  .image-yield-accounts.desktop {
    display: none;
  }

  .image-yield-accounts.mobile {
    margin-bottom: 4vw;
    display: block;
  }

  .div-yield-accounts {
    align-items: stretch;
    width: 95%;
    max-width: none;
    margin-left: 0;
  }

  .div-yield-accounts.earn {
    max-width: 100%;
  }

  .div-bulletpoint {
    margin-top: 4vw;
  }

  .div-bulletpoint.hide-mobile {
    display: flex;
  }

  .image-check {
    width: 6vw;
    height: 6vw;
    margin-right: 4vw;
  }

  .div-bulletpoints {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-bulletpoints.bottom-margin {
    margin-bottom: 4vw;
  }

  .section-home3 {
    padding-top: 24vw;
    padding-bottom: 20vw;
  }

  .div-section-blue.bottom-margin, .div-section-blue.private-credit {
    margin-bottom: 20vw;
  }

  .white {
    font-size: 3.6vw;
  }

  .white.centered {
    font-size: 8.4vw;
  }

  .div-acquisition {
    flex-direction: column;
    margin-top: 0;
  }

  .div-step {
    border-radius: 2vw;
    width: 100%;
    margin-bottom: 4vw;
    padding: 10vw 5vw 5vw;
  }

  .image-icon-card {
    width: 16vw;
    height: 16vw;
    margin-bottom: 8vw;
  }

  .div-security-content {
    align-items: stretch;
    width: 100%;
    max-width: none;
    margin-right: 0;
  }

  .div-buttons {
    justify-content: space-between;
    width: 100%;
    margin-top: 2vw;
  }

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

  .div-accounts {
    display: none;
  }

  .div-x2 {
    aspect-ratio: 1;
    border-radius: 2vw;
    width: 100%;
    margin-bottom: 8vw;
    padding: 6vw 6vw 8vw;
  }

  .image-x2 {
    width: 55vw;
  }

  .div-copper {
    border-radius: 2.6vw;
    height: 90vw;
    margin-bottom: 6vw;
    padding: 10vw 6vw;
    display: none;
  }

  .div-copper.mobile {
    border-radius: 2vw;
    margin-bottom: 4vw;
    padding-bottom: 8vw;
    padding-left: 3vw;
    padding-right: 3vw;
    display: flex;
  }

  .div-dropdown-item {
    width: 100%;
  }

  .div-dropdown-item.principles3 {
    align-items: stretch;
  }

  .div-dropdown-item.principles1 {
    align-items: stretch;
    width: 100%;
    margin-top: 4vw;
    margin-bottom: 20vw;
  }

  .div-dropdown-item.principles2 {
    align-items: stretch;
    margin-bottom: 20vw;
  }

  .div-dropdown-item.ecosystem {
    display: none;
  }

  .image-500m {
    width: 100%;
    max-width: 100%;
  }

  .image-copper {
    width: 30vw;
  }

  .image-security {
    width: 8vw;
    margin-right: 3vw;
  }

  .body1 {
    margin-bottom: 2vw;
    font-size: 6vw;
    line-height: 1.4;
  }

  .body1.no-margin.light-gray.smaller-mobile {
    font-size: 5vw;
  }

  .body1.low-margin {
    margin-bottom: 2vw;
  }

  .body1.b1-testimonials {
    color: var(--light-gray);
    margin-bottom: 0;
    font-size: 4.6vw;
    font-weight: 300;
    line-height: 1.2;
  }

  .body1.referral-steps {
    margin-bottom: 3vw;
  }

  .body1.b1-affiliates-cards, .body1.b1-affiliates-cards-dark {
    margin-bottom: 8vw;
    font-size: 5vw;
  }

  .body1.title-faq {
    font-size: 5vw;
  }

  .div-security-item-title {
    margin-bottom: 0;
  }

  .arrow {
    height: 2.4vw;
    margin-left: 4vw;
  }

  .arrow.principles1, .arrow.principles2, .arrow.principles3 {
    display: none;
  }

  .div-dropdown-item-header {
    margin-bottom: 2vw;
  }

  .div-separator {
    display: none;
  }

  .section-home5 {
    padding-top: 24vw;
  }

  .image-people {
    width: 200%;
    display: block;
  }

  .div-security-graphic {
    max-width: 100%;
  }

  .image-bank-of-spain.mobile, .image-transparency-report.mobile {
    border-radius: 2vw;
    margin-bottom: 4vw;
    display: block;
  }

  .section-home6 {
    padding-top: 24vw;
    padding-bottom: 18vw;
  }

  .div-outlets {
    flex-direction: column;
    margin-top: 4vw;
  }

  .div-outlet {
    aspect-ratio: auto;
    background-color: var(--transparent);
    width: 100%;
    margin-bottom: 4vw;
    padding: 4vw 28vw;
  }

  .div-section-title.rnd-technology {
    align-items: center;
    max-width: 100%;
    margin-bottom: 12vw;
  }

  .div-section-title.referral {
    width: 100%;
    margin-bottom: 4vw;
  }

  .div-section-title.featured-on {
    align-items: center;
  }

  .div-testimonial {
    align-items: flex-start;
    height: 160vw;
    padding-top: 14vw;
    padding-bottom: 14vw;
  }

  .div-testimonial.first {
    background-position: 70%;
    background-size: cover;
    align-items: flex-start;
    padding-top: 24vw;
    padding-bottom: 14vw;
  }

  .div-testimonial.second {
    background-position: 70%;
    background-size: cover;
    padding-top: 24vw;
    padding-bottom: 14vw;
  }

  .div-testimonial.third {
    background-position: 60%;
    background-size: cover;
    padding-top: 24vw;
    padding-bottom: 14vw;
  }

  .div-testimonial-content {
    margin-bottom: 40vw;
    padding-right: 0%;
  }

  .div-arrow-right {
    height: auto;
    inset: auto 5vw 24vw auto;
  }

  .arrow-right, .arrow-right.testimonial1 {
    width: 15vw;
    height: 15vw;
  }

  .image-arrow {
    width: 10vw;
    height: 10vw;
  }

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

  .section-home9 {
    padding-top: 24vw;
    padding-bottom: 14vw;
  }

  .div-kpis {
    flex-direction: column;
    width: 100%;
    margin-top: 8vw;
    margin-bottom: 0;
  }

  .div-kpi {
    width: 100%;
    margin-bottom: 10vw;
  }

  .text-kpi {
    margin-bottom: 2vw;
    font-size: 14vw;
    line-height: 1.4;
  }

  .div-blogs {
    flex-direction: column;
    margin-bottom: -10vw;
  }

  .div-blog {
    width: 100%;
    margin-bottom: 14vw;
  }

  .div-image-blog {
    border-radius: 2vw;
    height: 50vw;
    margin-bottom: 4vw;
  }

  .h5-blog-category {
    font-size: 3.6vw;
  }

  .div-blog-category {
    border-radius: 2vw;
    padding: 2vw 3vw;
    top: 4vw;
    right: 4vw;
  }

  .link.blue {
    font-size: 4.2vw;
  }

  .div-title-faqs {
    position: static;
  }

  .div-faqs {
    width: auto;
    margin-top: 4vw;
    margin-left: 0;
  }

  .section-faqs {
    padding-top: 24vw;
    padding-bottom: 22vw;
  }

  .section-home11 {
    z-index: 250;
    padding-top: 26vw;
    padding-bottom: 26vw;
    position: relative;
  }

  .div-footer-top {
    flex-direction: column;
    margin-bottom: 4vw;
  }

  .image-logo {
    width: 30vw;
    margin-bottom: 14vw;
  }

  .h5-footer {
    font-size: 4.4vw;
  }

  .footer-link {
    padding-top: 1vw;
    padding-bottom: 1vw;
    padding-right: 1vw;
    font-size: 4.4vw;
  }

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

  .div-links {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10vw;
    padding-left: 0;
  }

  .div-links.mobile-bottom {
    display: flex;
  }

  .div-links-section {
    width: 40vw;
    margin-left: 0;
  }

  .div-links-section.meet, .div-links-section.resources, .div-links-section.download, .div-links-section.solutions, .div-links-section.ecosystem {
    display: none;
  }

  .div-footer-middle {
    margin-bottom: 14vw;
  }

  .section-b2b1 {
    min-height: 280vw;
    padding-top: 35vw;
  }

  .div-container-hero {
    width: 90vw;
    margin-bottom: 50vw;
  }

  .div-b2b-intro-left {
    max-width: 100%;
  }

  .div-b2b-intro-right {
    max-width: 100%;
    margin-left: 0;
  }

  .no-margin {
    margin-bottom: 4vw;
  }

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

  .div-currency {
    border-radius: 2vw;
    width: 48.5%;
    height: 60vw;
  }

  .image-flag-round {
    width: 15vw;
    height: 15vw;
    margin-bottom: 5vw;
  }

  .lower-margin.dark-gray {
    margin-bottom: 2vw;
  }

  .lower-margin.blue {
    text-align: left;
    margin-bottom: 2vw;
    font-size: 3.6vw;
  }

  .div-currency-right {
    flex-flow: column;
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .div-currency-right.b2b {
    flex-flow: row;
  }

  .div-currency-left {
    max-width: 100%;
    margin-bottom: 4vw;
  }

  .div-currency-left.pc {
    width: 100%;
  }

  .div-block-48 {
    width: 80vw;
  }

  .div-trust-info {
    align-items: center;
    margin-bottom: 10vw;
  }

  .div-trust-info.no-margin {
    align-items: flex-start;
    margin-bottom: 10vw;
  }

  .image-2021 {
    height: 4.5vw;
  }

  .dark-gray.h5-centered {
    text-align: center;
  }

  .h1-hero-b2b {
    width: 100%;
  }

  .h1-hero-b2b.spanish {
    width: 105%;
  }

  .div-hero-earn {
    width: 90vw;
    margin-bottom: 20vw;
  }

  .section-earn1 {
    background-position: 60%;
    background-size: auto 100%;
    min-height: 260vw;
  }

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

  .div-earn-mode {
    border-radius: 2vw;
    height: 65vw;
    padding-bottom: 5vw;
  }

  .div-earn-mode.middle {
    border-radius: 2vw;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 32vw;
    margin-bottom: 2vw;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 30vw;
  }

  .div-earn-mode.left {
    aspect-ratio: auto;
    border-radius: 2vw;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 32vw;
    margin-bottom: 2vw;
    padding-bottom: 0;
    padding-left: 30vw;
  }

  .div-earn-mode.right {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 32vw;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 30vw;
  }

  .div-earn-mode-top {
    border-top-left-radius: 2vw;
    border-bottom-left-radius: 2vw;
    width: 25vw;
    height: 32vw;
    margin-right: 4vw;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .earn-mode {
    margin-bottom: 2vw;
  }

  .div-step-earn {
    border-radius: 2vw;
    width: 100%;
    margin-bottom: 4vw;
    padding: 10vw 5vw 8vw;
  }

  .div-step-earn.middle {
    border-radius: 2vw;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .div-step-left {
    margin-bottom: 8vw;
  }

  .div-step-left.bottom {
    margin-top: 8vw;
    margin-bottom: 0;
  }

  .div-step-separator {
    flex-direction: row;
    align-items: center;
    width: 105%;
    margin-left: -4vw;
    margin-right: -4vw;
  }

  .div-dots {
    flex-direction: row;
    width: 42%;
  }

  .shorter {
    margin-right: 0;
  }

  .div-arrow-left {
    height: auto;
    inset: auto auto 24vw 5vw;
  }

  .arrow-left, .arrow-left.testimonial2 {
    width: 15vw;
    height: 15vw;
  }

  .section-token1 {
    background-image: url('../images/tokeb-bg-mobile.webp');
    background-position: 50%;
    background-size: cover;
    min-height: 200vw;
    padding-top: 14vw;
    padding-bottom: 80vw;
  }

  .hero-token, .hero-token.spanish {
    max-width: 100%;
  }

  .div-block-60 {
    border-radius: 0;
    width: 100vw;
    margin-bottom: 8vw;
  }

  .div-block-25-copy {
    aspect-ratio: auto;
    background-color: var(--transparent);
    width: 100%;
    margin-bottom: 4vw;
    padding: 4vw 26vw;
  }

  .image-backer {
    width: 100%;
  }

  .div-block-61 {
    justify-content: center;
    width: 100%;
    margin-bottom: 8vw;
  }

  .image-21 {
    width: 14vw;
    margin-left: 2vw;
  }

  .div-block-62 {
    flex-direction: column;
    margin-top: 0;
  }

  .div-block-63 {
    flex-direction: column;
    width: 100%;
    margin-bottom: 4vw;
    padding: 5vw 5vw 10vw;
  }

  .image-22 {
    width: 16vw;
    height: 16vw;
    margin-bottom: 8vw;
    margin-right: 0;
  }

  .h5-pro-benefits {
    margin-bottom: 4vw;
    font-size: 5vw;
  }

  .h5-rnd-tech {
    text-align: center;
    margin-bottom: 2vw;
  }

  .div-block-64 {
    max-width: 100%;
  }

  .div-backer {
    aspect-ratio: auto;
    background-color: var(--transparent);
    width: 100%;
    margin-bottom: 4vw;
    padding: 4vw 26vw;
  }

  .div-investors {
    flex-direction: column;
  }

  .section-token3 {
    padding-top: 24vw;
    padding-bottom: 20vw;
  }

  .section-token4 {
    padding-top: 26vw;
    padding-bottom: 22vw;
  }

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

  .section-pro1 {
    background-position: 40%;
    background-size: cover;
    min-height: 160vw;
  }

  .image-25 {
    width: 46vw;
    margin-right: 4vw;
  }

  .image-26 {
    width: 14vw;
  }

  .div-block-60-copy {
    border-radius: 0;
    max-width: 100vw;
  }

  .mask-rand-pro {
    height: auto;
  }

  .mask-rand-pro.spanish {
    height: 77vw;
  }

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

  .section-referral1 {
    background-position: 50%;
    min-height: 180vw;
  }

  .hero-referral {
    max-width: 100%;
  }

  .section-referral2 {
    padding-top: 26vw;
    padding-bottom: 0;
  }

  .div-block-67 {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: column;
    display: flex;
  }

  .div-block-68 {
    border-radius: 2vw;
    width: 100%;
    margin-left: 0;
    padding-top: 6vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .div-block-68.first, .div-block-68.second {
    width: 100%;
    padding-top: 8vw;
  }

  .div-block-68.third {
    aspect-ratio: 2 / 3.3;
    width: 100%;
    height: auto;
    padding-top: 8vw;
  }

  .h1-affiliates {
    text-align: center;
    margin-bottom: 4vw;
    font-size: 14vw;
  }

  .section-about2 {
    padding-top: 26vw;
    padding-bottom: 26vw;
  }

  .section-about1 {
    min-height: 180vw;
  }

  .div-desktop-menu {
    display: flex;
  }

  .div-container-navbar {
    height: auto;
  }

  .div-affiliates {
    align-items: center;
    width: 100%;
    margin-bottom: 10vw;
  }

  .div-affiliates.spanish {
    width: 100%;
  }

  .div-block-79 {
    max-width: 100%;
  }

  .div-block-81._10k {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .div-block-81._100k {
    width: 23%;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .div-block-81._500k, .div-block-81._1m {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .text-block-6 {
    font-size: 4.2vw;
  }

  .text-block-7 {
    margin-bottom: 2vw;
    font-size: 9vw;
  }

  .div-block-83 {
    justify-content: flex-end;
    max-height: 59vw;
    bottom: 8vw;
    right: 8.2vw;
  }

  .div-block-85 {
    height: 55vw;
  }

  .section-affiliates1 {
    padding-top: 26vw;
    padding-bottom: 20vw;
  }

  .div-block-86, .div-block-86-copy {
    border-radius: 0;
    max-width: 100%;
    padding-top: 16vw;
    padding-bottom: 14vw;
  }

  .div-block-87 {
    margin-bottom: 6vw;
    padding: 2vw 4vw;
  }

  .div-block-87.dark {
    margin-bottom: 6vw;
  }

  .image-29 {
    width: 90vw;
    margin-top: 2vw;
    margin-bottom: -3vw;
  }

  .h3-affiliate-card {
    font-size: 8.4vw;
  }

  ._20 {
    margin-top: 6vw;
    margin-bottom: 2vw;
    font-size: 24vw;
  }

  .div-step-affiliate {
    width: 100%;
    margin-bottom: 4vw;
    padding: 10vw 5vw 5vw;
  }

  .section-affiliates2 {
    padding-top: 24vw;
    padding-bottom: 20vw;
  }

  .section-affiliates3 {
    padding-top: 24vw;
    padding-bottom: 18vw;
  }

  .h2-affiliates {
    text-align: center;
    margin-bottom: 4vw;
  }

  .div-block-62-copy {
    flex-direction: column;
    max-width: 80vw;
    margin-top: 0;
  }

  .div-block-63-copy {
    max-width: 100%;
    margin-bottom: 6vw;
  }

  .image-22-copy {
    width: 5vw;
    height: 5vw;
    margin-right: 4vw;
  }

  .h4-affiliates {
    font-size: 4.2vw;
  }

  .div-block-88 {
    margin-bottom: 0;
  }

  .div-block-63-copy-copy {
    flex-direction: column;
    margin-bottom: 4vw;
    padding: 8vw 4vw;
  }

  .div-teammember {
    aspect-ratio: auto;
    background-color: var(--transparent);
    width: 100%;
    margin-bottom: 10vw;
    padding: 4vw 0;
  }

  .image-teammember {
    margin-bottom: 4vw;
  }

  .h3-team {
    font-size: 6.4vw;
  }

  .div-summary-terms {
    flex-direction: column;
  }

  .h3-terms {
    font-size: 5vw;
  }

  .h2-terms {
    margin-bottom: 3vw;
    font-weight: 400;
    display: block;
  }

  .h2-terms.hidden {
    display: none;
  }

  .div-block-91 {
    align-items: center;
  }

  .separator-terms2 {
    margin-top: 6vw;
    margin-bottom: 6vw;
  }

  .div-block-90-copy {
    width: 100%;
  }

  .separator-terms {
    margin-top: 6vw;
    margin-bottom: 12vw;
  }

  .grid {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }

  .section-security1 {
    min-height: 220vw;
    padding-top: 40vw;
  }

  .div-container-security {
    width: 90vw;
  }

  .div-block-94 {
    max-width: 100%;
  }

  .div-block-94-copy {
    max-width: 100%;
    margin-top: 6vw;
  }

  .partner-title {
    margin-bottom: 2vw;
    font-size: 6vw;
    line-height: 1.2;
  }

  .div-block-95 {
    margin-top: .6vw;
    margin-bottom: .6vw;
  }

  .div-partner {
    aspect-ratio: auto;
    background-color: var(--light-blue);
    width: 32.5%;
    height: 14vw;
    margin-bottom: 0;
    padding: 2vw;
  }

  .partners {
    margin-bottom: 4vw;
  }

  .div-faqs-title {
    margin-bottom: 0;
  }

  .div-container-earn {
    width: 95%;
    max-width: none;
    margin-right: 0;
  }

  .div-container-earn.spanish {
    max-width: 100%;
    margin-right: 0;
  }

  .body-4.b4-terms {
    margin-bottom: 4vw;
  }

  .div-links-terms {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 14vw;
  }

  .separator {
    display: none;
  }

  .image-31 {
    width: 6vw;
  }

  .link-block-2 {
    margin-left: 6vw;
  }

  .div-menu-button {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding: 2vw;
    display: flex;
  }

  .div-menu-button.cross {
    display: none;
  }

  .h2-currency {
    font-size: 10vw;
    font-weight: 600;
  }

  .h1-hero-earn {
    width: 100%;
  }

  .h1-hero-earn.smaller {
    font-size: 13.7vw;
  }

  .div-earn-process {
    flex-direction: column;
    margin-top: 12vw;
  }

  .image-token-tech {
    width: 15vw;
    height: 15vw;
    margin-bottom: 6vw;
    margin-right: 0;
  }

  .mask-about {
    height: auto;
  }

  .mask-about.spanish {
    height: 60vw;
  }

  .h3-promotion {
    margin-bottom: 6vw;
    font-size: 5.6vw;
  }

  .h2-yield-accounts {
    margin-bottom: 4vw;
  }

  .div-mobile-menu {
    background-color: var(--white);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 180vh;
    padding-top: 24vw;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .div-mobile-menu-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 90vw;
    display: flex;
  }

  .div-dropdown-nav {
    object-fit: contain;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-top: 2vw;
    padding-bottom: 2vw;
    display: block;
    position: relative;
  }

  .title-nav {
    color: var(--dark-gray);
    letter-spacing: 1px;
    margin-bottom: 0;
    font-size: 4vw;
  }

  .div-links-container {
    object-fit: contain;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: block;
    position: relative;
  }

  .separator-nav {
    background-color: var(--dark-white);
    width: 100%;
    height: 1px;
    margin-top: 4vw;
    padding-bottom: 0;
    padding-right: 0;
  }

  .link-nav-mobile {
    padding-top: .8vw;
    padding-bottom: .8vw;
    padding-right: 1vw;
    text-decoration: none;
  }

  .div-static-button {
    z-index: 200;
    flex-direction: column;
    width: 95vw;
    height: 17vw;
    margin-left: 2.5vw;
    padding-top: 2vw;
    display: flex;
    position: fixed;
    bottom: 4vw;
    overflow: hidden;
  }

  .div-static-button.nav-static {
    display: none;
  }

  .div-static-button._404 {
    height: auto;
    margin-left: 0;
    position: relative;
  }

  .fixed-button-mobile {
    background-color: var(--blue);
    color: var(--white);
    border-radius: 10vw;
    justify-content: center;
    padding: 4.6vw 10vw;
    font-family: Inter, sans-serif;
    font-size: 4.2vw;
    font-weight: 500;
    line-height: 1;
    display: flex;
    box-shadow: 0 0 5px #00062833;
  }

  .fixed-button-mobile.contact-us {
    border: 1px solid var(--black-gray);
    background-color: var(--white);
    color: var(--black-gray);
    margin-top: 2.4vw;
    box-shadow: 0 0 5px #00062800;
  }

  .image-burguer, .image-cross {
    height: 3.5vw;
  }

  .div-accounts-mobile {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10vw;
    display: flex;
  }

  .div-title-nav {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .h2-earn-mode {
    padding-right: 5vw;
  }

  .slider {
    background-color: var(--transparent);
    width: 100vw;
    height: 100%;
    display: flex;
    overflow: hidden;
  }

  .mask {
    width: 95%;
    height: 140vw;
    margin-left: 5vw;
    overflow: visible;
  }

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

  .slide1 {
    background-image: url('../images/referral1_1.webp');
    background-position: 0 0;
    background-size: cover;
    border-radius: 2vw;
    width: 85vw;
    margin-left: 0;
    margin-right: 3vw;
    padding-top: 8vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .div-block-108 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .slide2 {
    background-image: url('../images/referral2.webp');
    background-position: 0 0;
    background-size: cover;
    border-radius: 2vw;
    width: 85vw;
    margin-left: 0;
    margin-right: 3vw;
    padding-top: 6vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .slide3 {
    background-image: url('../images/referral3.webp');
    background-position: 0 0;
    background-size: cover;
    border-radius: 2vw;
    width: 85vw;
    margin-left: 0;
    margin-right: 0;
    padding-top: 6vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .h2-referral {
    margin-bottom: 4vw;
  }

  .image-34 {
    aspect-ratio: auto;
    width: 100%;
    height: 75vw;
    margin-top: 10vw;
  }

  .h5-referral-hero {
    color: var(--dark-gray);
    margin-bottom: 5vw;
    font-size: 3vw;
  }

  .div-block-109 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-block-8 {
    font-size: 4.2vw;
  }

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

  .h1-hero {
    text-align: center;
    line-height: 1.1;
  }

  .h4-terms {
    font-size: 4.2vw;
  }

  .h2-terms2 {
    font-size: 7vw;
  }

  .utility-page-wrap {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .div-download {
    display: none;
  }

  .download-text-page {
    margin-bottom: 0;
    font-size: 9.8vw;
  }

  .menu-cross1 {
    background-color: #fff;
    border-radius: 4px;
    width: 6vw;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    bottom: 4.5vw;
    transform: rotate(45deg);
  }

  .menu-cross1.right {
    transform: rotate(-45deg);
  }

  .language-flag.unselected {
    width: 6vw;
  }

  .columns-navbar-content {
    display: none;
  }

  .columns-navbar-content.mobile {
    z-index: 5;
    flex-direction: row;
    justify-content: flex-start;
    width: 85vw;
    height: 60%;
    margin-bottom: 0;
    display: flex;
    position: relative;
  }

  .columns-navbar-content.mobile.open {
    height: 9vw;
    margin-top: 3vw;
    margin-bottom: 3vw;
    padding-left: 0;
    padding-right: 0;
  }

  .linkblock-spanish {
    top: 1.5vw;
    bottom: 1.5vw;
    right: 1.8vw;
  }

  .logo-image {
    object-fit: fill;
    flex: 0 auto;
    height: 100%;
    display: block;
  }

  .social-images {
    width: 7vw;
    margin-top: 0;
    margin-left: 4vw;
    padding-top: 0;
  }

  .linkblock-english {
    top: 1.5vw;
    bottom: 1.5vw;
    left: 1.8vw;
  }

  .toggle-selection.spanish {
    border-radius: 7vw;
    width: 9vw;
    height: 8vw;
    top: .5vw;
    bottom: .5vw;
    right: -12.3vw;
  }

  .column-navbar-1 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: static;
  }

  .div-language-2 {
    align-items: flex-start;
    display: flex;
  }

  .selection-nav-mobile {
    color: #c2cffb;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 4.5vw;
    font-weight: 300;
    line-height: 1;
  }

  .selection-nav-mobile.w--current {
    color: #fff;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 4.5vw;
    font-weight: 500;
    line-height: 1;
  }

  .selection-nav-mobile.w--current:hover {
    color: #fff;
  }

  .div-navbar-2 {
    box-shadow: none;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    outline-offset: 0px;
    background-color: #fff;
    outline: 0 #e4e4e4;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 12vw;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: static;
    inset: 0% 0% auto;
  }

  .div-navbar-2.blue {
    background-color: var(--dark-blue);
    color: var(--dark-blue);
    height: 12vw;
  }

  .subtitles-nav-mobile {
    color: #fff;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 4.5vw;
    font-weight: 500;
    line-height: 1;
  }

  .subtitles-nav-mobile.w--current {
    color: #fff;
    font-weight: 600;
    line-height: 1;
    transition: color .2s;
  }

  .subtitles-nav-mobile.w--current:hover {
    color: #536dfe;
  }

  .menu-link {
    color: #fff;
    margin-bottom: 6vw;
    margin-left: 3vw;
    font-family: Inter, sans-serif;
    font-size: 7vw;
    font-weight: 600;
    line-height: 1;
  }

  .menu-link.w--current {
    color: #fff;
    margin-bottom: 6vw;
    font-family: Inter, sans-serif;
    font-size: 7vw;
    font-weight: 600;
    line-height: 1;
  }

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

  .div-menu {
    flex-direction: column;
    align-items: flex-start;
    width: 80vw;
    margin-top: 10vw;
    display: flex;
  }

  .link-logo-home {
    flex: 0 auto;
    justify-content: flex-start;
    height: 70%;
    position: static;
  }

  .link-logo-home.w--current {
    justify-content: flex-start;
    height: 60%;
    position: relative;
    left: 0;
  }

  .image-237.selected {
    width: 6vw;
  }

  .rand-logo {
    height: 6vw;
  }

  .div-bottom-menu {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 8vw;
    margin-top: 6vw;
    display: flex;
  }

  .div-bottom-menu.language {
    display: flex;
  }

  .image-social {
    width: auto;
    margin-left: 0;
    display: block;
  }

  .column-navbar-2 {
    justify-content: flex-end;
    display: flex;
    position: static;
  }

  .menu-open {
    z-index: 10;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    background-color: #536dfe;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 100%;
    height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0 10vw;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .menu-cross {
    cursor: pointer;
    flex-direction: column;
    align-items: flex-end;
    width: 6vw;
    height: 6vw;
    display: flex;
  }

  .language-toggle {
    display: none;
  }

  .language-toggle.referral {
    border-radius: 10vw;
    width: 22vw;
    height: 9vw;
    margin-bottom: 0;
    display: block;
  }

  .menu-separator {
    background-color: #8c9eff;
    width: 100%;
    height: 1px;
    margin-bottom: 6vw;
    padding-bottom: 0;
    padding-right: 0;
  }

  .text-block-61 {
    color: #fff;
    margin-left: 1.2vw;
    margin-right: 1.2vw;
    padding-right: 0;
    font-size: 4.5vw;
    font-weight: 500;
    line-height: 1;
  }

  .image-357-copy {
    width: 10vw;
  }

  .error-message-3 {
    border-radius: 3vw;
    width: 100%;
    margin-top: 4vw;
    margin-left: 0%;
    padding: 4vw 6vw;
  }

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

  .submit-button-8 {
    border-radius: 12vw;
    width: 12vw;
    height: 12vw;
    padding: 2vw 1vw;
    font-size: 4vw;
  }

  .text-block-90 {
    margin-bottom: 3vw;
    font-size: 4.4vw;
  }

  .text-field-12 {
    border-radius: 12vw;
    height: 12vw;
    margin-right: 4vw;
    padding-left: 4vw;
    padding-right: 24vw;
    font-size: 3.4vw;
  }

  .div-block-363 {
    border-radius: 4vw;
    width: 100%;
    margin-top: 4vw;
    padding: 4vw;
  }

  .heading-27 {
    width: 100%;
    margin-bottom: 6vw;
    font-size: 7vw;
    font-weight: 600;
  }

  .heading-27.spanish, .heading-27.english {
    width: 100%;
    margin-bottom: 6vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 6vw;
  }

  .subtitle-referral {
    width: 90%;
    margin-bottom: 8vw;
    font-size: 4vw;
  }

  .subtitle-referral.english, .subtitle-referral.spanish {
    width: auto;
    font-size: 4vw;
  }

  .div-block-366 {
    justify-content: center;
    width: 80%;
    display: flex;
  }

  .button-download-referral {
    z-index: 3;
    color: #536dfe;
    text-align: center;
    letter-spacing: .02em;
    background-color: #fff;
    border-radius: 4vw;
    width: 100%;
    padding: 4vw 0;
    font-family: Inter, sans-serif;
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.3;
    display: block;
    position: static;
    inset: auto 20vw 6vw;
    box-shadow: 0 0 10px #00000026;
  }

  .heading-27-copy {
    width: 100%;
    margin-bottom: 6vw;
    font-size: 7vw;
    font-weight: 600;
  }

  .heading-27-copy.english {
    margin-left: 0;
    margin-right: 0;
    font-size: 6vw;
    display: none;
  }

  .heading-27-copy.spanish {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 6vw;
  }

  .hero3 {
    text-align: left;
    width: auto;
    margin-bottom: 6vw;
    padding-right: 0;
    font-size: 8vw;
  }

  .hero3.referral.spanish, .hero3.referral.english {
    margin-bottom: 12vw;
    font-size: 10vw;
  }

  .text-referral-bottom {
    width: auto;
    font-size: 4vw;
  }

  .text-referral-bottom.english {
    font-size: 4vw;
  }

  .text-referral-bottom.spanish {
    width: 85vw;
    font-size: 4vw;
  }

  .div-block-222 {
    width: 100%;
    margin-bottom: 6vw;
  }

  .form-block {
    flex-direction: column;
    justify-content: center;
    width: 90vw;
    margin-bottom: 30vw;
    display: flex;
  }

  .div-block-361 {
    width: 90vw;
    margin-top: 10vw;
  }

  .form {
    width: 100%;
  }

  .div-block-362.english, .div-block-362.spanish {
    width: 100%;
    margin-bottom: 10vw;
  }

  .text-block-86 {
    font-size: 4vw;
    line-height: 1.4;
  }

  .text-block-86.spanish {
    font-size: 4vw;
  }

  .image-348 {
    display: none;
  }

  .image-357 {
    width: 10vw;
  }

  .text-block-90-copy {
    font-size: 4vw;
  }

  .div-block-364 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .div-block-364.last {
    margin-top: 0;
  }

  .body-5 {
    padding-top: 18vw;
    padding-bottom: 18vw;
  }

  .div-download-2 {
    display: none;
  }

  .h2-token {
    text-align: center;
    align-self: auto;
    width: 105%;
  }

  .div-block-367 {
    flex-direction: column;
    align-items: center;
  }

  .image-2022 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 4vw;
  }

  .image-2023 {
    width: 100%;
    max-width: 100%;
  }

  .hero-about {
    max-width: 100%;
  }

  .div-block-325 {
    width: 85vw;
  }

  .h1 {
    color: #fff;
    text-align: left;
    margin-top: 10vw;
    margin-bottom: 4vw;
    font-size: 7vw;
  }

  .body1-2 {
    color: #c2cffb;
    margin-bottom: 3vw;
    font-size: 5vw;
    font-weight: 500;
  }

  .h2-404 {
    margin-bottom: 8vw;
    font-size: 16vw;
  }

  .h5-copper {
    margin-right: 2vw;
    font-size: 3vw;
  }

  .h5-insurance {
    margin-bottom: -4vw;
    font-size: 3.4vw;
  }

  .div-block-368 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-2024 {
    object-fit: contain;
    width: 24vw;
  }

  .white-home {
    font-size: 4.2vw;
  }

  .white-home.centered {
    font-size: 8.4vw;
  }

  .div-block-369 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-currency-b2b {
    border-radius: 2vw;
    width: 48.5%;
    height: 60vw;
    margin-left: 0;
    margin-right: 0;
  }

  .div-pc-left {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-bottom: 6vw;
  }

  .h2-private-credit {
    text-align: center;
    margin-bottom: 4vw;
    font-size: 14vw;
  }

  .div-pc-right {
    width: 100%;
    max-width: 100%;
    height: 100vw;
    margin-left: 0;
  }

  .column {
    margin-bottom: 8vw;
    padding-right: 0;
  }

  .columns {
    margin-right: 0;
  }

  .h2-pc {
    margin-bottom: 8vw;
  }

  .div-image-pc {
    width: 100%;
    max-width: 100%;
    height: 80vw;
    margin-bottom: 4vw;
    margin-left: 0;
  }

  .h2-pc2 {
    margin-bottom: 4vw;
  }

  .div-pc2 {
    max-width: 100%;
    margin-left: 0;
  }

  .image-2025 {
    margin-top: 4vw;
    margin-bottom: 6vw;
  }

  .image-2025-copy {
    flex: 0 auto;
    display: block;
  }

  .circle1 {
    width: 5vw;
    height: 5vw;
    margin-right: 2vw;
  }

  .div-block-371 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 8vw;
    margin-bottom: 2vw;
  }

  .circle3, .circle2 {
    width: 5vw;
    height: 5vw;
    margin-right: 2vw;
  }

  .columns-2 {
    margin-top: 8vw;
  }

  .column-2 {
    margin-bottom: 4vw;
  }

  .div-pc-right-copy {
    max-width: 100%;
    height: 80vw;
    margin-left: 0;
  }

  .div-block-373 {
    display: none;
  }

  .image-2026 {
    width: 100%;
  }

  .div-block-374 {
    margin-top: 2vw;
    display: block;
  }

  .div-block-375 {
    margin-bottom: 3vw;
    display: flex;
  }

  .div-block-376, .div-block-377 {
    display: flex;
  }

  .div-pc-left-copy {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    margin-bottom: 6vw;
  }

  .section-pc-outro {
    padding-top: 24vw;
    padding-bottom: 24vw;
  }

  .h2-private-credit-copy {
    text-align: center;
    margin-bottom: 4vw;
    font-size: 8.4vw;
  }

  .div-block-378 {
    display: none;
  }

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

  .div-container-referral {
    width: 95%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .div-container-referral.spanish {
    max-width: 100%;
    margin-right: 0;
  }

  .div-container-referral.es {
    max-width: none;
    margin-left: 0;
  }

  .div-block-380 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 4vw;
  }

  .div-block-380.last {
    margin-bottom: 0;
  }

  .div-block-381 {
    width: 8vw;
    height: 8vw;
    margin-right: 3vw;
  }

  .text-block-91 {
    font-size: 3vw;
  }

  .div-block-383 {
    margin-bottom: 0;
  }

  .div-block-383.incremental {
    margin-top: 2vw;
  }

  .section-earn3 {
    background-image: none;
    padding-top: 0;
    padding-bottom: 24vw;
  }

  .div-yield-incremental {
    align-items: stretch;
    width: 95%;
    max-width: none;
    margin-left: 0;
  }

  .div-yield-incremental.earn {
    max-width: 100%;
  }

  .image-2027 {
    width: 5vw;
  }

  .image-2028 {
    object-fit: cover;
    object-position: 100% 100%;
    background-image: url('../images/dsaKKKEUUAHSNc-3.jpg');
    background-position: 100% 100%;
    background-size: 120%;
    width: 90vw;
    height: 90vw;
    margin-bottom: 0;
  }

  .div-block-384 {
    background-image: url('../images/dsaKKKEUUAHSNc-3.jpg');
    background-position: 100% 80%;
    background-size: 200%;
    border-radius: 2vw;
    width: 90vw;
    height: 90vw;
    margin-bottom: 8vw;
    display: flex;
  }
}

#w-node-_2a6f9466-fe33-a535-294a-543c757a6170-ba9a5714, #w-node-_3e5db3d2-08a6-2bcd-cf12-7e1959f4d5e7-ba9a5714, #w-node-_3e3a7daf-8e0c-6dd1-ee89-1ad25855a039-ba9a5714, #w-node-e20cbb59-0540-7666-6945-d6ca265c3f43-ba9a5714, #w-node-_4be5e989-0d52-8b31-b7be-a5813a079cad-ba9a5714, #w-node-_015d46fb-1a77-fe1a-403f-54f210c0a14a-ba9a5714, #w-node-b1ae5e43-81da-e135-54c7-322f96019e37-ba9a5714, #w-node-a9fe52c8-9c1e-b1fb-ba56-bc26eb8a2555-ba9a5714, #w-node-_28a2a908-0679-b59b-a098-a063a0f81cf7-ba9a5714, #w-node-d3110816-2e3a-65a1-5b7b-6fa9c75593f0-ba9a5714, #w-node-_9fe7b076-583c-92cd-9d91-59deaef69a5b-ba9a5714, #w-node-cc415534-54ad-b609-f4de-46720a332e5d-ba9a5714, #w-node-_2a6f9466-fe33-a535-294a-543c757a6170-cc85c209, #w-node-_3e5db3d2-08a6-2bcd-cf12-7e1959f4d5e7-cc85c209, #w-node-_3e3a7daf-8e0c-6dd1-ee89-1ad25855a039-cc85c209, #w-node-e20cbb59-0540-7666-6945-d6ca265c3f43-cc85c209, #w-node-_4be5e989-0d52-8b31-b7be-a5813a079cad-cc85c209, #w-node-_015d46fb-1a77-fe1a-403f-54f210c0a14a-cc85c209, #w-node-b1ae5e43-81da-e135-54c7-322f96019e37-cc85c209, #w-node-a9fe52c8-9c1e-b1fb-ba56-bc26eb8a2555-cc85c209, #w-node-_28a2a908-0679-b59b-a098-a063a0f81cf7-cc85c209, #w-node-d3110816-2e3a-65a1-5b7b-6fa9c75593f0-cc85c209, #w-node-_9fe7b076-583c-92cd-9d91-59deaef69a5b-cc85c209, #w-node-cc415534-54ad-b609-f4de-46720a332e5d-cc85c209 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

/***** Header *****/
.header-custom {
  margin: 0 ;
  padding: 0;
  position: relative;
  align-items: center;
  display: flex;
  height: 71px;
  justify-content: center;
}
.header-content {
    align-items: center;
  	display: flex;
   	justify-content: space-between;
    padding: 0;
    width: -webkit-fill-available;
  	padding-right: 2%;
}
@media (min-width: 1160px) {
  .header-content {
  	max-width: 60%;
    min-width: 1160px;
    padding: 0;
  }
}
@media (min-width: 1160px) {
  .logo-home {
  width: 100%;
}
}
.logo img {
  max-height: 37px;
  vertical-align: middle;
}
.logo a {
  display: inline-block;
}
.logo a:hover, .logo a:focus, .logo a:active {
  text-decoration: none;
}
.user-nav {
  position: relative;
}
.user-nav[aria-expanded=true] {
 background-color: #fff;
 box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
 border: solid 1px #ddd;
 right: 0;
 left: 0;
 top: 71px;
 z-index: 1;
}
.user-nav[aria-expanded=true] > a {
 display: block;
 margin: 20px;
}
.user-nav[aria-expanded=true] > .user-nav-list li {
 display: block;
}
.user-nav[aria-expanded=true] > .user-nav-list a {
 display: block;
 margin: 20px;
}
.user-nav-list {
 display: block;
 list-style: none;
 margin-bottom: 0 !important;
 /* align-items: center; */
}
.user-nav-list > li {
 display: inline-block;
}
.nav-wrapper-desktop {
   display: inline-block;
}
.nav-wrapper-desktop a {
  width: -webkit-fill-available;
  justify-content: end;
  display: flex;
  align-items: center;
}
.home-button {
  background-color: var(--blue);
  color: var(--white) !important;
  font-size: 12px;
  padding: 10px 20px !important;
  text-align: center;
  border-radius: 20px;
  text-decoration: none;
  font-family: Inter, sans-serif;
  }
li .home-button {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 479px) {
  li .home-button {
    margin-top: 2vw !important;
  }
}
.home-link {
 font-size: 12px !important;
 text-decoration: none !important;
 color: #222222;
 font-family: Inter, sans-serif;
}
.back-web {
 display: none !important;
}
.header-content-home .nav-wrapper-desktop a {
 padding-right: 7px;
}
@media (min-width: 1160px) {
 .back-web {
   display: inline-block !important;
   padding-right: 20px;
 }
}
.home-button:hover {
 background-color: #E5E9FF !important;
 color: #222222 !important;
 text-decoration: none !important; 
}
 .nav-wrapper-desktop a {
   display: inline-block;
 }
[dir=rtl] .nav-wrapper-desktop a {
 padding: 0 0 0 7px;
}
@media (min-width: 760px) {
    [dir=rtl] .nav-wrapper-desktop a {
   padding: 0 0 0 20px;
 }
}
.nav-wrapper-desktop a:hover, .nav-wrapper-desktop a:focus, .nav-wrapper-desktop a:active {
 background-color: transparent;
 color: #222222;
 text-decoration: underline;
}
.section-ticket {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ticket-container {
  width: 100%;
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-inline: 15px;
  text-align: center;
}
@media (min-width: 760px) {
  .ticket-container {
    width: 40vw;
  }
}
.check-container {
  width: 100px;
  height: 100px;
  margin-bottom: 24px;
}
.button-back {
  background-color: var(--blue);
  color: var(--white);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding: 16px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  margin-top: 24px;
}
/***** Footer *****/
.footer {
  margin-top: 60px;
  padding: 30px 0;
}
.footer ul {
  list-style: none;
}
.footer ul li {
  margin-bottom: 0;
}
.footer a {
  color: #5a6d7c;
  text-decoration: none;
  font-size: 14px;
  font-family: Inter, sans-serif;
}
.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1160px) {
  .footer-inner {
    padding: 0;
    width: 90%;
  	flex-direction: row;
  	justify-content: space-between;
  }
}
.footer-text {
  color: #64748B;
  font-size: 14px;
  font-weight: 400;
}
.locales-list{
  display: flex;
  margin-top: 20px;
}
.locales-list li{
  margin-right: 5px;
}
@media (min-width: 1160px) {
  .locales-list{
  	margin-top: 0;
	}
}
.locales-list > li:nth-child(n+2):before {
  content: '•';
    margin: 0px 4px 0px 7px;
    color: #5a6d7c;
    font-weight: 200;
}

