@font-face {
  font-family: SF Pro;
  src: url('../fonts/SFPRODISPLAYREGULAR.OTF') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SFPRODISPLAYMEDIUM.OTF') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body {
  color: #242424;
  margin: 0;
  padding: .75rem;
  font-family: SF Pro, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  position: relative;
}

.navbar-logo-left {
  z-index: 100;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-accesebility-icon {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
}

.nav-accesebility-icon.active-item {
  display: none;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.nav-menu-text {
  transition: color .2s;
}

.nav-menu-text:hover {
  color: #fffca2;
}

.nav-menu-text.link-no-hover:hover {
  color: #242424;
}

.checkbox-item {
  background-color: #fff;
  border-radius: 1.25rem;
  width: 1.25rem;
  height: 1rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
  margin-left: .25rem;
  transition: margin .2s;
}

.accesebility-modal {
  justify-content: space-between;
  align-items: center;
  min-width: 16rem;
  height: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.nav-menu-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-color: #242424;
  border-radius: 3.5rem;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem;
  transition: background-color .2s;
  display: flex;
}

.nav-menu-mobile-wrapper {
  display: none;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  margin-bottom: 0;
  padding: 2.75rem 3.75rem 0;
}

.nav-col-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-accesebility-wrapper {
  color: #fff;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.nav-accesebility-wrapper:hover {
  background-color: #242424;
}

.nav-accesebility-wrapper.mobile {
  display: none;
}

.main-logo {
  width: 4rem;
  height: 4rem;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accesebility-modal-wrapper {
  color: #000;
  background-color: #fff;
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
  font-size: .8125rem;
  line-height: 1rem;
  display: none;
  position: absolute;
  top: 95%;
  right: -.25rem;
  box-shadow: 0 0 32px #0003;
}

.checkbox {
  cursor: pointer;
  background-color: #505050;
  border-radius: 3rem;
  width: 3rem;
  height: 1.5rem;
  transition: background-color .2s;
  position: relative;
}

.nav-menu-link {
  text-decoration: none;
  transition: opacity .2s;
}

.nav-menu-link.primary {
  color: #fff;
  background-color: #242424;
  border-radius: 3.5rem;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  line-height: 1;
  transition: background-color .2s, opacity .2s;
  display: block;
  box-shadow: 0 20px 50px #00000026;
}

.nav-menu-link.primary:hover {
  background-color: #fffca2;
}

.nav-menu-link.primary.mobile-hidden {
  color: #242424;
  background-color: #fff;
  transition: color .2s, background-color .2s;
}

.nav-menu-link.primary.mobile-hidden:hover {
  background-color: #fffca2;
}

.nav-menu-link.secondary {
  color: #242424;
  padding-left: .75rem;
}

.nav-menu-link.secondary.moblie-hidden {
  color: #fff;
  padding-left: 1.5rem;
  transition: opacity .2s;
}

.hero-card-banner-wrapper {
  text-align: center;
}

.suptitle-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: #fff;
  border-radius: 3.5rem;
  justify-content: center;
  align-items: center;
  width: max-content;
  height: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.hero-bottom-corner {
  background-image: url('../images/Corner-32px.svg');
  background-position: 0 0;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: absolute;
  bottom: 6.375rem;
  left: 0;
}

.hero-bottom-corner.corner-right {
  left: auto;
  right: 0;
  transform: rotate(-90deg);
}

.hero-card-banner {
  height: 7.5rem;
}

.hero-card-title {
  text-align: center;
  letter-spacing: .08rem;
  font-size: 1.25rem;
  font-weight: 500;
}

.circle-button-img {
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero-card {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: #fff;
  border-radius: .5rem;
  flex-flow: column-reverse;
  width: 15.875rem;
  height: 10rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: transform .2s;
  display: flex;
  position: absolute;
  transform: translate(0);
  box-shadow: 0 18px 46px #7d77004d;
}

.hero-card.card-first {
  top: 34%;
  left: 4%;
  transform: rotate(15deg);
}

.hero-card.card-fourth {
  width: 14.85rem;
  top: 63.75%;
  right: 9.75%;
  transform: rotate(11deg);
}

.hero-card.card-second {
  width: 15.375rem;
  padding-left: 0;
  padding-right: 0;
  top: 62%;
  left: 11.5%;
  transform: rotate(-15deg);
}

.hero-card.card-third {
  width: 14.375rem;
  top: 33.75%;
  right: 6.875%;
  transform: rotate(-22deg);
}

.hero-point-icon {
  height: 2.75rem;
}

.hero-point-wrapper {
  background-color: #242424;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 10.625rem;
  height: 10.625rem;
  display: flex;
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translate(-50%);
}

.hero-button-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

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

.hero-bottom-bg-block {
  background-image: url('../images/-mask-hero-bottom.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: space-between;
  height: 6.5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-card-text-wrapper {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.main-desc {
  text-align: center;
  font-size: 1.25rem;
}

.main-desc.hero-desc {
  letter-spacing: .05rem;
  max-width: 31.5rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.hero-title-wrapper {
  margin-top: .25rem;
}

.hero {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: url('../images/hero-bg-union.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  width: 100%;
  height: calc(100svh + 4.875rem);
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.hero-title {
  text-align: center;
  letter-spacing: -.025rem;
  max-width: 56.25rem;
  margin: 0 auto;
  font-size: 5rem;
  font-weight: 500;
  line-height: .9;
}

.hero-card-desc {
  text-align: center;
  letter-spacing: .035rem;
  font-size: .875rem;
  line-height: 1rem;
}

.hero-wrapper {
  background-image: linear-gradient(#0000, #8a8a8a00 82%, #656565f0 99%, #636363 99%, #0000), url('../images/Hero_Phone.webp'), linear-gradient(#fffca2, #fffca2);
  background-position: 0 0, 50% 58svh, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 30.5rem, auto;
  flex-flow: column;
  width: calc(100% - 2px);
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  display: flex;
}

.suptitle-text {
  letter-spacing: .05rem;
  font-size: .875rem;
  line-height: 1rem;
}

.suptitle-icon {
  height: 1.5rem;
}

.hero-point-icon-wrapper {
  z-index: 1;
  display: flex;
  position: relative;
}

.hero-bg-side-part {
  background-color: #fff;
  width: 37%;
  height: 100%;
  display: flex;
}

.button {
  color: #fff;
  letter-spacing: .04rem;
  background-color: #242424;
  border-radius: 3.5rem;
  justify-content: center;
  align-items: center;
  width: 14.75rem;
  height: 3.5rem;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
  box-shadow: 0 20px 50px #00000026;
}

.button:hover {
  color: #242424;
  background-color: #fff;
}

.button.button-yellow {
  color: #242424;
  background-color: #fffca2;
  transition: background-color .2s, color .2s;
  box-shadow: 0 20px 50px #00000026;
}

.button.button-yellow:hover {
  color: #fff;
  background-color: #242424;
}

.button.button-yellow.button-full-width {
  width: 100%;
}

.button.button-transparent {
  color: #242424;
  background-color: #0000;
  border: 1px solid #1d1d1b;
}

.crypto-cart-icon {
  width: 1rem;
  height: 1rem;
}

.crypto-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 50rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: relative;
}

.crypto-banner {
  width: 31.25rem;
  position: absolute;
}

.crypto-banner.item-secondary {
  top: 22%;
  left: 71.75%;
  transform: translate(-50%);
}

.crypto-banner.item-secondary.dialog {
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s;
  top: 24.5%;
  left: 85%;
}

.crypto-banner.mobile {
  display: none;
}

.crypto-banner.item-main {
  width: 45.5rem;
  top: 5%;
  left: 40.5%;
}

.card-item-title {
  letter-spacing: .05rem;
  line-height: 1.2;
}

.card-item-title.card-item-dark {
  color: #fff;
}

.card-item-title.coin-card-title {
  max-width: 10.5rem;
}

.section-title {
  font-size: 4rem;
  line-height: .9;
}

.section-title.details-title-wrapper {
  text-align: right;
  max-width: 19rem;
}

.section-title.supfooter-title {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.15;
}

.section-title.section-faq-title {
  color: #fff;
}

.card-desc {
  color: #242424;
  max-width: 15.5rem;
  font-size: 1rem;
  line-height: 1.375;
}

.card-desc.card-14-5 {
  max-width: 14.5rem;
}

.section-desc {
  letter-spacing: .06rem;
  font-size: 1.25rem;
  font-weight: 400;
}

.section-desc.section-desc-crypto {
  max-width: 23rem;
  margin-left: .25rem;
}

.section-desc.section-card-desc {
  color: #525252;
}

.section-desc.section-faq-desc {
  color: #a3a3a3;
  max-width: 18.75rem;
  font-size: 1rem;
  line-height: 1;
}

.title-wrapper {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  font-weight: 500;
  display: flex;
  position: relative;
}

.title-wrapper.crypto-title-wrapper {
  max-width: 47.125rem;
  margin-left: .2rem;
  margin-right: auto;
}

.title-wrapper.card-title-wrapper {
  text-align: right;
  max-width: 33.25rem;
}

.title-wrapper.transfer-title-wrapper {
  max-width: 35.5rem;
}

.title-wrapper.view-title-wrapper {
  text-align: right;
  max-width: 35rem;
}

.title-wrapper.details-card-wrapper {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 33.5rem;
}

.transfer-hover-area {
  width: 10rem;
  height: 10rem;
  position: absolute;
  inset: auto 25% 28% auto;
}

.transfer-hover-area.crypto-area {
  inset: 40% auto auto 60%;
}

.card-icon-wrapper {
  background-color: #242424;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  transition: transform .2s;
  display: flex;
  transform: rotate(0);
}

.card-icon-wrapper.card-item-dark {
  background-color: #fff;
}

.card-item {
  z-index: 5;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #d9e4ed;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
  position: absolute;
}

.card-item.card-section-second {
  z-index: 7;
  top: 33%;
  left: 15.5%;
}

.card-item.card-section-third {
  z-index: 7;
  top: 10%;
  left: 69.5%;
}

.card-item.card-section-first {
  z-index: 7;
  top: 11.5%;
  left: 18%;
}

.card-item.card-dark {
  background-color: #353535;
}

.card-item.card-dark.card-section-first-item {
  inset: 12% auto auto 9.5%;
}

.card-item.card-dark.card-section-second-item {
  inset: 30% auto auto 17%;
}

.card-item.card-dark.card-section-third-item {
  inset: 11.5% auto auto 52.75%;
}

.card-item.card-dark.card-section-fourth-item {
  top: 30.5%;
  bottom: auto;
  left: 72.5%;
}

.card-item.card-dark.account-card-second {
  top: 37.25%;
  left: 22.25%;
}

.card-item.card-dark.account-card-third {
  top: 26%;
  right: 7%;
}

.card-item.card-dark.account-card-first {
  top: 12%;
  left: 28.5%;
}

.card-item.card-dark.details-card-third {
  inset: 30% 22% auto auto;
}

.card-item.card-dark.details-card-fourth {
  inset: 49% 18.5% auto auto;
}

.card-item.card-dark.details-card-second {
  inset: 12.25% 24.5% auto auto;
}

.card-item.card-dark.details-card-first {
  inset: 11% auto auto 15%;
}

.card-item.card-transfer-second {
  top: 36%;
  left: 23.25%;
}

.card-item.card-transfer-third {
  top: 12%;
  left: 71.5%;
}

.card-item.card-transfer-first {
  top: 12%;
  left: 25%;
}

.card-item.view-item-third {
  top: 34%;
  left: 62.5%;
}

.card-item.view-item-first {
  top: 15%;
  left: 9.75%;
}

.card-item.view-item-second {
  top: 11.75%;
  left: 59.5%;
}

.card-item.card-coin-third {
  top: 10%;
  right: 12.5%;
}

.card-item.card-coin-first {
  top: 12%;
  left: 19%;
}

.card-item.card-coin-fourth {
  top: 34%;
  right: 17%;
}

.card-item.card-coin-second {
  top: 41.25%;
  left: 25.75%;
}

.cards-slider-wrapper, .cards-slider-wrapper.swiper {
  display: none;
}

.crypto-banner-wrapper {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.crypto-banner-wrapper.mobile {
  display: none;
}

.crypto {
  height: 50rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.card-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 3rem;
  display: flex;
  position: relative;
}

.section-yellow {
  background-color: #fffca2;
  background-image: url('../images/Pattern-full.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 1.5rem;
  height: 50rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  overflow: hidden;
  box-shadow: inset 0 0 0 16px #fffca2;
}

.section-yellow.animation-section {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 6rem;
  padding-bottom: 9.5rem;
  display: flex;
  position: sticky;
  top: 1rem;
  bottom: 1rem;
}

.section-yellow.animation-section.accesebility {
  height: calc(100svh - 2rem);
  display: none;
}

.card-banner {
  position: absolute;
}

.card-banner.card-banner-main {
  width: 60.75rem;
  top: 12%;
  left: 7.5%;
}

.card-banners-wrapper {
  position: absolute;
  inset: 0%;
}

.card-banners-wrapper.mobile {
  display: none;
}

.transfer-banner-wrapper {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.transfer-banner-wrapper.mobile {
  display: none;
}

.transfer {
  width: auto;
  max-width: 100vw;
  height: 50rem;
  margin: 1rem -1rem;
  overflow: hidden;
}

.transfer-banner {
  position: absolute;
  inset: 0% auto auto 0%;
}

.transfer-banner.primary {
  width: 49rem;
  top: 11%;
  left: 40%;
}

.transfer-banner.dialog {
  opacity: 0;
  pointer-events: none;
  width: 19rem;
  transition: opacity .2s;
  inset: auto auto 39% 47.5%;
}

.transfer-wrapper {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 3rem;
  display: flex;
  position: relative;
}

.section-assets-wrapper {
  height: auto;
  min-height: 45rem;
  position: relative;
}

.banner {
  width: 23.5rem;
  height: 22.25rem;
}

.animation-title-item {
  opacity: 0;
  will-change: transform, opacity;
  backface-visibility: hidden;
  width: 100%;
  transform-style: preserve-3d;
  perspective: 100px;
  font-size: 5rem;
  font-weight: 500;
  line-height: 3.5rem;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%);
}

.animation-title-item.item-first {
  opacity: 100;
}

.assets-title-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 32rem;
  height: 5rem;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.lottie-animation {
  width: 23.5rem;
  margin-top: -2rem;
  margin-left: auto;
  margin-right: auto;
}

.view-banner-wrapper {
  position: absolute;
  inset: 0%;
}

.view-banner-wrapper.mobile {
  display: none;
}

.view-hover-area {
  width: 10rem;
  height: 10rem;
  position: absolute;
  bottom: 22%;
  left: 11%;
}

.view {
  height: 50rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.view-banner {
  position: absolute;
}

.view-banner.secondary {
  width: 24.5rem;
  bottom: -4%;
  left: 0;
}

.view-banner.view-banner-primary {
  width: 46.5rem;
  top: 5%;
  left: 9%;
}

.view-banner.dialog {
  opacity: 0;
  border-radius: 14px;
  width: 23.5rem;
  transition: opacity .2s;
  bottom: 35%;
  left: 20%;
}

.view-container {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 3rem;
  display: flex;
  position: relative;
}

.account {
  background-color: #fffca2;
  border-radius: 1.5rem;
  height: 50rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.account-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 3rem;
  display: flex;
  position: relative;
}

.account-banner {
  position: absolute;
}

.account-banner.primary {
  width: 44rem;
  inset: 7% auto auto 40%;
}

.account-banner-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.account-banner-wrapper.mobile {
  display: none;
}

.animation {
  border-radius: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: none;
  position: sticky;
  top: 1rem;
  bottom: 1rem;
  overflow: hidden;
}

.animation.accesebility {
  display: none;
}

.animation-banner {
  object-fit: contain;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.animation-banner.mobile {
  display: none;
}

.coin-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  max-height: 97svh;
  padding: 3rem;
  display: flex;
  position: sticky;
  top: 1rem;
}

.coin-banner-wrapper {
  position: absolute;
  inset: 0%;
}

.coin-banner-wrapper.mobile {
  display: none;
}

.animation-wrapper {
  z-index: 1;
  background-color: #fff;
  height: 350svh;
  display: none;
  position: relative;
}

.animation-layer {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.animation-layer.mobile {
  display: none;
}

.coin {
  z-index: 10;
  height: 100svh;
  min-height: 50rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

.coin-banner {
  position: absolute;
}

.coin-banner.coin-banner-primary {
  width: 42.5rem;
  inset: 9% auto auto 34.75%;
}

.details-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  padding: 3rem;
  display: flex;
  position: relative;
}

.detail-banner {
  position: absolute;
}

.detail-banner.detail-banner-primary {
  width: 56rem;
  inset: 11% auto auto -1%;
}

.features-animation-support {
  max-height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.features-middle-title-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 15.3rem;
  height: 15.25rem;
  display: flex;
}

.features-animation-upfront {
  max-height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.features-main-banner {
  width: 93%;
  max-width: 33rem;
  transition: transform .25s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.features-column-title {
  z-index: 1;
  text-align: center;
  font-size: 2rem;
  line-height: 2.25rem;
  position: relative;
}

.features-column {
  border-radius: 1rem;
  padding: .5rem;
}

.features-column.features-column-small.column-cashback {
  background-color: #d9e4ed;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}

.features-column.features-column-small.column-grow {
  background-color: #fffca2;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}

.features-column.features-column-middle {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: url('../images/Pattern-card.png');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #e4e4e7;
  flex-flow: column;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 0 6px #fff;
}

.features-column.features-column-middle.column-upfront {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  box-shadow: inset 0 0 0 8px #fff;
}

.features-column.features-column-large {
  background-color: #353535;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.features-column-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  height: 100%;
  display: flex;
  position: relative;
}

.features-animation {
  object-fit: contain;
  width: auto;
  height: 100%;
  display: block;
}

.features-animation.animations-fees {
  width: 100%;
  max-height: 11.5rem;
}

.features-cashback-animation {
  width: 100%;
  height: 9rem;
}

.features-animation-wrapper {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.features-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: 14.375rem auto 15.375rem;
  grid-template-columns: .7fr 1fr .7fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.features-column-desc {
  color: #525252;
  text-align: center;
  font-size: 1.25rem;
}

.features-middle-column-title {
  z-index: 1;
  color: #fff;
  text-align: center;
  max-width: 10.75rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 2rem;
  line-height: 2.25rem;
  position: relative;
}

.features {
  height: 54rem;
  margin-top: 1rem;
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.supfooter {
  margin-top: 13.75rem;
}

.supfooter-action-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.footer-main {
  margin: 4rem 3rem 3rem;
}

.supfooter-item-hover-area {
  z-index: 10;
  width: 11rem;
  height: 13rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.supfooter-item-hover-area.item-r {
  width: 9.6rem;
  height: 11.1rem;
  right: 17%;
}

.footer-animation.item-o {
  height: 19.75rem;
}

.footer-animation.item-n {
  height: 24rem;
}

.footer-animation.item-e {
  height: 23.25rem;
}

.footer-animation.item-s {
  height: 25rem;
}

.footer-animation.item-i {
  height: 23.25rem;
}

.footer-animation.item-m {
  height: 25.5rem;
}

.footer-animation.item-r {
  height: 26rem;
}

.supfooter-desc-wrapper {
  margin-top: 1rem;
}

.supfooter-banner-item {
  position: absolute;
}

.supfooter-banner-item.item-m {
  top: -2.5rem;
  left: 46.5%;
}

.supfooter-banner-item.item-i {
  top: 2.25rem;
  left: 64.75%;
}

.supfooter-banner-item.item-s {
  top: -4rem;
  left: 78.25%;
}

.supfooter-banner-item.item-n {
  top: 1.5rem;
  left: -.25rem;
}

.supfooter-banner-item.item-e {
  top: 2.25rem;
  left: 74%;
}

.supfooter-banner-item.item-r {
  top: -5rem;
  left: 29%;
}

.supfooter-banner-item.item-o {
  z-index: 1;
  top: 2rem;
  left: 18.5%;
}

.supfooter-desc {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.25rem;
}

.footer-copyright-link {
  color: #525252;
}

.footer-wrapper {
  justify-content: space-between;
  height: 5rem;
  display: flex;
  position: relative;
}

.footer-menu-link {
  opacity: 1;
  color: #757575;
  font-size: .875rem;
  line-height: 1rem;
  text-decoration: none;
  transition: opacity .2s;
}

.footer-menu-link:hover {
  opacity: .7;
}

.footer-menu-link.social-link {
  border: 1px solid #d4d4d4;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.footer-menu-link.social-link:hover {
  opacity: 1;
  background-color: #fffca2;
}

.footer-menu-link.primary {
  color: #242424;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.footer-col {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.footer-col.column-right {
  justify-content: space-between;
  align-items: flex-end;
}

.footer-col.footer-col-socials {
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  inset: auto auto 0% 50%;
  transform: translate(-50%);
}

.supfooter-banner-wrapper {
  width: 100%;
  min-width: 1300px;
  height: 22rem;
  margin-top: 7rem;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.supfooter-banner-wrapper.mobile {
  display: none;
}

.statick-wrapper {
  max-width: 100vw;
  margin-left: -.5rem;
  margin-right: -.5rem;
  overflow: hidden;
}

.supfooter-title-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-copyright-wrapper {
  color: #757575;
  font-size: .875rem;
  line-height: 1rem;
}

.footer-copyright-wrapper.footer-text-primary {
  color: #525252;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.footer-copyright-wrapper.min-height-2 {
  justify-content: flex-start;
  align-items: center;
  min-height: 2rem;
  display: flex;
}

.social-icon {
  z-index: 100;
  width: 1rem;
  height: 1rem;
  position: relative;
}

.supfooter-item-wrapper {
  position: relative;
  inset: 0;
}

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

.footer-menu-wrapper.min-height-2 {
  min-height: 2rem;
}

.faq-label {
  position: absolute;
}

.faq {
  padding: 1rem .5rem;
  position: relative;
}

.faq-section-label {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 10.625rem;
  height: 10.625rem;
  display: flex;
  position: sticky;
  bottom: 3rem;
  left: 0;
}

.faq-content-wrapper {
  flex-flow: column;
  padding-top: 2.5rem;
  display: flex;
  position: relative;
}

.faq-items-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: -10.625rem;
  display: flex;
}

.faq-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 55%;
  display: flex;
  position: relative;
}

.faq-title-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #a3a3a3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 1.5rem;
  display: flex;
}

.faq-item-desc {
  color: #a3a3a3;
  padding-right: 1rem;
  line-height: 1.25;
}

.faq-item-label {
  color: #fff;
  text-align: right;
  width: 1rem;
  font-size: .875rem;
  line-height: 1.5rem;
  position: absolute;
  left: -1.5rem;
}

.faq-wrapper {
  background-color: #353535;
  border-radius: 1.5rem;
  padding: 5.25rem 3rem 3.5rem;
}

.faq-label-text {
  width: 8rem;
  height: 8rem;
  position: absolute;
}

.faq-item-title {
  color: #fff;
  font-size: 1.25rem;
}

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

.success-banner {
  width: 6.75rem;
}

.modal-container {
  background-color: #fff;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 42.5rem;
  max-width: 42.5rem;
  padding: 3rem;
  display: flex;
  position: relative;
  box-shadow: 0 0 54px #0000001f;
}

.modal-container.modal-small {
  border-radius: 1rem;
  width: 25.5rem;
  max-width: 25.5rem;
  padding: 0;
}

.button-primary {
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 25px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.button-yellow {
  color: #242424;
  letter-spacing: .05rem;
  text-transform: none;
  background-color: #fffca2;
  border-radius: 5rem;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 3.5rem;
  margin-top: 1.5rem;
  padding: 0;
  font-size: 1.25rem;
  display: flex;
  box-shadow: 0 20px 50px #00000026;
}

.button-primary.button-yellow:hover {
  color: #fff;
  background-color: #242424;
}

.button-primary.button-yellow.button-success {
  margin-top: -.5rem;
}

.modal-close-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.modal-close-wrapper {
  z-index: 1;
  cursor: pointer;
  background-color: #242424;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  position: absolute;
  inset: 2.125rem 2.125rem auto auto;
}

.modal-desc {
  text-align: center;
  letter-spacing: .05rem;
  max-width: 30rem;
  font-size: 1.25rem;
}

.modal-banner {
  width: 25rem;
}

.modal-banner-wrapper {
  z-index: 1;
  pointer-events: none;
  position: absolute;
  inset: auto auto 0% 18%;
  transform: translate(-50%);
}

.modal {
  z-index: 100;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background-color: #ffffff3d;
  width: 100vw;
  height: 100svh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal.modal-transparent {
  display: none;
}

.modal-title {
  font-size: 4rem;
  font-weight: 500;
  line-height: .9;
}

.modal-title.success-title {
  max-width: 24rem;
}

.form-input {
  border: 1px solid #e5e5e5;
  border-radius: 1rem;
  align-items: center;
  height: 4rem;
  margin-bottom: 0;
  padding: 1rem 1rem 1rem 3.5rem;
  font-size: 1.25rem;
  font-weight: 400;
  transition-property: border-color;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
  position: relative;
}

.form-input:hover, .form-input:focus, .form-input:focus-visible, .form-input[data-wf-focus-visible] {
  border-color: #d4d4d4;
}

.form-input.input-email {
  color: #242424;
  background-image: url('../images/Icon-mail.svg');
  background-position: 1rem;
  background-repeat: no-repeat;
  background-size: 2rem 2rem;
}

.form-input.input-name {
  background-image: url('../images/Icon-name.svg');
  background-position: 1rem;
  background-repeat: no-repeat;
  background-size: 2rem 2rem;
}

.subscribe-form {
  width: 100%;
  margin-bottom: .675rem;
}

.modal-sub-desc-wrapper {
  border-top: 1px solid #0000001a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  display: flex;
}

.modal-form-desc {
  letter-spacing: .0625rem;
  line-height: 1;
}

.modal-wrapper {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.modal-wrapper.modal-corner {
  inset: auto 4rem 4rem auto;
  transform: none;
}

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

.modal-sub-desc {
  text-align: center;
  letter-spacing: .0625rem;
  justify-content: center;
  align-items: center;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.25rem;
}

.modal-title-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.success-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.cookies-checkbox-wrapper {
  border-bottom: 1px solid #8080808c;
  width: 100%;
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
}

.checkbox-label {
  line-height: 1;
}

.checkbox-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.checkbox-wrapper.cookie-checkbox-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .625rem 1rem;
}

.checkbox-wrapper.cookie-checkbox-wrapper.border-right {
  border-right: 1px solid #8080808c;
}

.modal-header {
  padding: 1rem;
}

.button-wrapper {
  width: calc(50% - .5rem);
}

.button-wrapper.full-width {
  width: 100%;
}

.cookie-modal-banner {
  width: 7.75rem;
  height: 7.75rem;
  position: absolute;
  bottom: calc(100% - 2.25rem);
  left: 0;
}

.modal-button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.blog-section {
  background-color: #fff;
  padding: 140px 40px 100px;
  font-family: SF Pro, Arial, sans-serif;
}

.blog-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.blog-header {
  text-align: center;
  margin-bottom: 64px;
}

.blog-title {
  color: #242424;
  text-align: center;
  letter-spacing: -.5px;
  margin-bottom: 16px;
  font-family: SF Pro, Arial, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
}

.blog-subtitle {
  color: #757575;
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  font-family: SF Pro, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
}

.blog-grid {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  display: grid;
}

.blog-card {
  color: #242424;
  background-color: #f5f5f7;
  border-radius: 16px;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s;
  display: flex;
  overflow: hidden;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px #00000014;
}

.blog-card-image {
  object-fit: cover;
  width: 100%;
  height: 220px;
}

.blog-card-body {
  background-color: #f5f5f7;
  border-radius: 16px;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  height: auto;
  min-height: 340px;
  padding: 32px;
  font-family: SF Pro Display, -apple-system, BlinkMacSystemFont, sans-serif;
  display: flex;
  position: relative;
}

.blog-card-category {
  color: #242424;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #fffca2;
  border-radius: 20px;
  align-self: flex-start;
  width: auto;
  margin-bottom: 16px;
  padding: 4px 12px;
  font-family: SF Pro, Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  display: inline-block;
}

.blog-card-title {
  color: #242424;
  max-height: none;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: SF Pro Display, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  overflow: visible;
}

.blog-card-excerpt {
  color: #757575;
  flex-grow: 0;
  max-height: none;
  margin-bottom: 24px;
  font-family: SF Pro, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  overflow: visible;
}

.blog-card-meta {
  color: #9e9e9e;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 16px;
  font-size: 13px;
  display: flex;
}

.blog-post-section {
  background-color: #fff;
  padding: 120px 40px 80px;
  font-family: SF Pro, Arial, sans-serif;
}

.blog-post-container {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.blog-post-header {
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 48px;
  padding-bottom: 48px;
}

.blog-post-category-label {
  color: #242424;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #fffca2;
  border-radius: 20px;
  margin-bottom: 16px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
}

.blog-post-title {
  color: #242424;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: SF Pro, Arial, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

.blog-post-meta-row {
  color: #9e9e9e;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
  font-size: 14px;
  display: flex;
}

.blog-post-body {
  color: #333;
  font-family: SF Pro, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.8;
}

.blog-back-link {
  color: #757575;
  margin-bottom: 48px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.blog-back-link:hover {
  color: #242424;
}

.blog-carousel-section {
  background-color: #fff;
  padding: 100px 40px;
  font-family: SF Pro, Arial, sans-serif;
}

.blog-carousel-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.blog-carousel-title {
  color: #242424;
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: SF Pro, Arial, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}

.blog-carousel-link {
  color: #757575;
  font-family: SF Pro, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.blog-carousel-link:hover {
  color: #242424;
}

.blog-carousel-row {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  display: grid;
}

.blog-navbar {
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  font-family: SF Pro, Arial, sans-serif;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.blog-nav-logo {
  color: #242424;
  letter-spacing: -.3px;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.blog-nav-links {
  align-items: center;
  gap: 32px;
  display: flex;
}

.blog-nav-link {
  color: #757575;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.blog-nav-cta {
  color: #fff;
  background-color: #242424;
  border-radius: 56px;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s;
}

.blog-footer {
  background-color: #fafafa;
  border-top: 1px solid #e8e8e8;
  padding: 64px 40px 40px;
  font-family: SF Pro, Arial, sans-serif;
}

.blog-footer-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.blog-footer-top {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 48px;
  display: flex;
}

.blog-footer-logo {
  color: #242424;
  letter-spacing: -.3px;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.blog-footer-links {
  flex-wrap: wrap;
  gap: 24px;
  display: flex;
}

.blog-footer-link {
  color: #757575;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
}

.blog-footer-divider {
  border-top: 1px solid #e8e8e8;
  margin-top: 0;
  padding-top: 24px;
}

.blog-footer-bottom {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  display: flex;
}

.blog-footer-disclaimer {
  color: #9e9e9e;
  max-width: 800px;
  font-size: 12px;
  line-height: 1.6;
}

.blog-footer-copyright {
  color: #9e9e9e;
  white-space: nowrap;
  font-size: 12px;
}

.blog-collection-list {
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  gap: 24px;
  width: 100%;
  display: grid;
}

.blog-collection-list:before, .blog-collection-list:after {
  content: none;
  display: none;
}

.blog-collection-item {
  width: 100%;
  height: 100%;
  color: inherit;
  flex-direction: column;
  align-self: stretch;
  text-decoration: none;
  display: flex;
}

.blog-collection-wrapper {
  width: 100%;
  padding: 0 0 80px;
}

.blog-card-date, .blog-card-read-time {
  color: #9e9e9e;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: SF Pro Display, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
}

.blog-card-link-overlay {
  z-index: 1;
  color: #0000;
  cursor: pointer;
  text-decoration: none;
  display: block;
  position: absolute;
  inset: 0;
}

.blog-featured-image {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  max-height: 420px;
  margin-top: 24px;
  margin-bottom: 32px;
}

@media screen and (min-width: 1440px) {
  .blog-collection-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  .menu-button {
    background-color: #fff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 4px;
    display: flex;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #fff;
  }

  .mobile-copyright-wrapper {
    color: #09090b80;
    margin-top: 32px;
    font-size: 12px;
    line-height: 12px;
  }

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

  .menu-icon {
    width: 18px;
    height: 18px;
  }

  .nav-menu-primary {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .nav-menu-primary-link {
    color: #000;
    font-size: 32px;
    line-height: 1;
    text-decoration: none;
  }

  .blur-gradient {
    display: none;
  }

  .menu-icon-wrapper {
    background-color: #242424;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    display: flex;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 92px 16px 16px;
  }

  .nav-menu-secondary {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 48px;
    display: flex;
  }

  .nav-menu-mobile-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    display: flex;
  }

  .mobile-motion-text {
    color: #525252;
    font-size: 20px;
    line-height: 24px;
  }

  .navbar-logo-left-container.shadow-three {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-bottom-wrapper {
    width: 100%;
    margin-top: auto;
  }

  .nav-accesebility-wrapper, .nav-accesebility-wrapper.mobile {
    display: none;
  }

  .main-logo {
    width: 40px;
    height: 40px;
  }

  .nav-menu-link.primary.mobile-hidden {
    display: none;
  }

  .nav-menu-link.secondary {
    font-size: 20px;
    line-height: 24px;
  }

  .nav-menu-link.secondary.moblie-hidden {
    display: none;
  }

  .crypto-banner.item-secondary.dialog {
    width: 20rem;
    top: 40.5%;
    left: 86%;
  }

  .crypto-banner.item-main {
    width: 35.5rem;
    top: 25%;
    left: 40%;
  }

  .cards-slider-wrapper.swiper {
    display: none;
  }

  .card-banner.card-banner-main {
    width: 51.75rem;
    top: 20%;
    left: 0%;
  }

  .transfer-banner.primary {
    width: 39rem;
    top: 21%;
  }

  .view-banner.view-banner-primary {
    width: 36.5rem;
    top: 11%;
  }

  .account-banner.primary {
    width: 35rem;
    top: 27%;
    left: 38%;
  }

  .coin-wrapper {
    max-height: 92svh;
  }

  .coin {
    margin-top: 0;
    position: relative;
  }

  .coin-banner.coin-banner-primary {
    width: 37.5rem;
    top: 27%;
    left: 30%;
  }

  .detail-banner.detail-banner-primary {
    width: 36rem;
    top: 34%;
    left: -6%;
  }

  .features-middle-column-title {
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .features {
    height: 50rem;
  }

  .supfooter-banner-wrapper {
    margin-top: 3rem;
  }

  .blog-section {
    padding-top: 100px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .blog-post-section {
    padding-top: 100px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .blog-carousel-section {
    padding: 80px 24px;
  }

  .blog-carousel-row, .blog-collection-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-primary {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .blur-gradient {
    display: none;
  }

  .checkbox-item {
    background-color: #fff;
    border-radius: 48px;
    width: 20px;
    height: 16px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translate(0, -50%);
  }

  .nav-menu-wrapper {
    width: 100%;
  }

  .nav-menu-mobile-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    display: flex;
  }

  .mobile-motion-text {
    color: #525252;
    font-size: 20px;
    line-height: 24px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .nav-col-wrapper {
    position: absolute;
  }

  .checkbox {
    width: 48px;
    height: 24px;
  }

  .nav-menu-link.secondary {
    padding-left: 0;
  }

  .suptitle-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    height: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-bottom-corner, .hero-card {
    display: none;
  }

  .hero-point-icon {
    height: 20px;
  }

  .hero-point-wrapper {
    width: 80px;
    height: 80px;
  }

  .hero-button-wrapper {
    margin-top: 19px;
  }

  .button-text {
    font-size: 20px;
    line-height: 24px;
  }

  .hero-bottom-bg-block, .main-desc.hero-desc {
    display: none;
  }

  .hero-title-wrapper {
    margin-top: 13px;
  }

  .hero {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-radius: 16px;
    height: calc(100svh - 24px);
    min-height: 650px;
    margin-bottom: 16px;
  }

  .hero-title {
    letter-spacing: 0;
    max-width: 90%;
    font-size: 40px;
  }

  .hero-wrapper {
    background-image: url('../images/Hero_Phone.webp'), linear-gradient(#fffca2, #fffca2);
    background-position: 50% 54svh, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 81vw, auto;
    width: calc(100% - 2px);
    padding-top: 88px;
  }

  .suptitle-text {
    letter-spacing: .7px;
    font-size: 12px;
    line-height: 1;
  }

  .suptitle-icon {
    height: 24px;
  }

  .button {
    width: 236px;
    height: 56px;
  }

  .crypto-cart-icon {
    width: 20px;
    height: 20px;
  }

  .swiper-pagination {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    position: absolute;
    top: auto;
    left: 0%;
    right: 0%;
    bottom: 0 !important;
  }

  .crypto-wrapper {
    height: 100%;
  }

  .crypto-banner.item-secondary.dialog {
    display: none;
  }

  .crypto-banner.mobile {
    width: 418px;
    max-width: none;
    margin-left: -22px;
    display: block;
    left: 50%;
    transform: translate(-50%, 6px);
  }

  .card-item-title.card-item-dark {
    flex: 1;
  }

  .section-title {
    text-align: center;
    font-size: 32px;
    line-height: 1;
  }

  .section-title.details-title-wrapper {
    text-align: center;
  }

  .section-title.supfooter-title {
    font-size: 40px;
    line-height: .9;
  }

  .section-title.section-faq-title {
    letter-spacing: .5px;
    font-size: 28px;
  }

  .card-desc {
    font-size: 14px;
    line-height: 1;
    display: block;
  }

  .section-desc.section-desc-crypto {
    text-align: center;
    letter-spacing: .5px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 19px;
  }

  .section-desc.section-desc-crypto.desc-full-width {
    max-width: none;
  }

  .section-desc.section-card-desc {
    color: #525252;
    font-size: 16px;
    line-height: 19px;
  }

  .section-desc.section-faq-desc {
    font-size: 12px;
  }

  .title-wrapper.crypto-title-wrapper {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    max-width: none;
    margin-bottom: 20px;
    margin-left: auto;
  }

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

  .title-wrapper.transfer-title-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .title-wrapper.transfer-title-wrapper.full-width {
    max-width: none;
  }

  .title-wrapper.view-title-wrapper {
    text-align: center;
    max-width: none;
  }

  .title-wrapper.details-card-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    justify-content: flex-end;
    align-items: center;
  }

  .card-icon-wrapper {
    width: 32px;
    height: 32px;
  }

  .card-icon-wrapper.crypt-card-icon-wrapper {
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
  }

  .swiper-pagination-bullet {
    border-radius: 4px;
    min-width: 0%;
    transition-property: min-width;
    transition-duration: .2s;
    transition-timing-function: ease;
    opacity: 1 !important;
    background-color: #a3a3a3 !important;
    border-radius: 4px !important;
    width: 100% !important;
    height: 4px !important;
    margin: 0 !important;
    display: block !important;
  }

  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #242424 !important;
    min-width: 50% !important;
  }

  .card-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    min-height: 58px;
    padding: 11px 30px 11px 11px;
    position: static;
  }

  .card-item.card-section-second, .card-item.card-section-third, .card-item.card-section-first {
    display: none;
  }

  .card-item.card-dark {
    flex-flow: row-reverse;
    justify-content: flex-start;
    align-items: center;
  }

  .card-item.card-dark.card-section-first-item, .card-item.card-dark.card-section-second-item, .card-item.card-dark.card-section-third-item, .card-item.card-dark.card-section-fourth-item, .card-item.card-dark.account-card-second, .card-item.card-dark.account-card-third, .card-item.card-dark.account-card-first, .card-item.card-dark.details-card-third, .card-item.card-dark.details-card-fourth, .card-item.card-dark.details-card-second, .card-item.card-dark.details-card-first, .card-item.card-transfer-second, .card-item.card-transfer-third, .card-item.card-transfer-first, .card-item.view-item-third, .card-item.view-item-first, .card-item.view-item-second, .card-item.card-coin-third, .card-item.card-coin-first, .card-item.card-coin-fourth, .card-item.card-coin-second {
    display: none;
  }

  .cards-slider-wrapper {
    display: block;
  }

  .cards-slider-wrapper.swiper {
    width: calc(100% - 40px);
    margin-bottom: 32px;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .crypto-banner-wrapper {
    display: none;
  }

  .crypto-banner-wrapper.mobile {
    flex: 1;
    justify-content: center;
    align-items: center;
    height: 300px;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .crypto {
    height: 680px;
    min-height: 650px;
    margin-top: 16px;
    margin-bottom: 16px;
    overflow: hidden;
  }

  .cards-slider-list.swiper-wrapper {
    margin-bottom: 18px;
  }

  .card-wrapper {
    justify-content: flex-end;
    align-items: center;
    padding: 32px 16px 20px;
  }

  .section-yellow {
    height: 650px;
    min-height: 650px;
    box-shadow: none;
    border-radius: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-bottom: 14px;
  }

  .section-yellow.animation-section {
    min-height: 0;
    padding-bottom: 6rem;
    box-shadow: inset 0 0 0 16px #fffca2;
  }

  .card-banner.mobile {
    width: 530px;
    max-width: none;
    margin-top: 10px;
    margin-left: -76px;
    left: 52%;
    transform: translate(-50%);
  }

  .card-banners-wrapper {
    display: none;
  }

  .card-banners-wrapper.mobile {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
    margin-bottom: auto;
    display: flex;
    position: relative;
  }

  .transfer-banner-wrapper {
    display: none;
  }

  .transfer-banner-wrapper.mobile {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
    margin-bottom: auto;
    display: flex;
  }

  .transfer {
    max-width: 100vw;
    height: 650px;
    min-height: 650px;
    margin-top: 16px;
    margin-bottom: 2px;
    padding-bottom: 23px;
    overflow: hidden;
  }

  .transfer-banner.mobile {
    width: 413px;
    max-width: none;
    margin-top: 32px;
    margin-left: 18px;
    display: block;
    left: 50%;
    transform: translate(-50%);
  }

  .transfer-wrapper {
    padding: 12px;
  }

  .section-assets-wrapper {
    height: 80svh;
    min-height: 0;
    max-height: none;
  }

  .animation-title-item, .animation-title-item.accesebility {
    font-size: 32px;
    line-height: 1;
  }

  .assets-title-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: 100px;
    margin-bottom: -60px;
    transform: translate(0, -20px);
  }

  .lottie-animation {
    width: 333px;
    margin-top: -90px;
  }

  .view-banner-wrapper {
    display: none;
  }

  .view-banner-wrapper.mobile {
    width: 100%;
    height: 300px;
    margin-bottom: auto;
    display: block;
    position: relative;
  }

  .view {
    height: 650px;
    min-height: 650px;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-bottom: 29px;
  }

  .view-banner.mobile {
    width: 347px;
    max-width: none;
    margin-top: 17px;
    margin-left: -15px;
    left: 50%;
    transform: translate(-50%);
  }

  .view-container {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    padding: 12px;
  }

  .account {
    max-width: 100vw;
    height: 650px;
    min-height: 650px;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-bottom: 19px;
    overflow: hidden;
  }

  .account-wrapper {
    padding: 12px;
  }

  .account-banner.mobile {
    width: 366px;
    max-width: none;
    margin-top: 10px;
    margin-left: 17px;
    left: 50%;
    transform: translate(-50%);
  }

  .account-banner-wrapper {
    display: none;
  }

  .account-banner-wrapper.mobile {
    width: 100%;
    height: 300px;
    margin-bottom: auto;
    display: block;
    position: relative;
    overflow: visible;
  }

  .animation {
    border-radius: 16px;
    margin: 8px;
    overflow: visible;
  }

  .animation-banner {
    display: none;
  }

  .animation-banner.mobile {
    display: inline-block;
  }

  .coin-wrapper {
    justify-content: flex-end;
    align-items: center;
    max-width: 98vw;
    height: 650px;
    padding: 12px;
    position: static;
    top: 25%;
    overflow: hidden;
  }

  .coin-banner-wrapper {
    display: none;
  }

  .coin-banner-wrapper.mobile {
    width: 100%;
    height: 300px;
    margin-bottom: auto;
    display: block;
    position: relative;
  }

  .animation-wrapper {
    background-color: #fff;
    height: 220svh;
    margin: -8px;
  }

  .animation-layer {
    object-fit: scale-down;
    height: 100%;
    display: none;
    overflow: hidden;
  }

  .animation-layer.mobile {
    object-fit: fill;
    border-radius: 16px;
    display: block;
    overflow: hidden;
  }

  .coin {
    height: auto;
    min-height: 650px;
    margin-top: 0;
    margin-bottom: 16px;
    padding-bottom: 13px;
  }

  .coin-banner.mobile {
    width: 370px;
    max-width: none;
    margin-top: -17px;
    margin-left: 31px;
    top: 50px;
    left: 50%;
    transform: translate(-50%);
  }

  .details-wrapper {
    justify-content: flex-end;
    align-items: center;
    padding: 12px;
  }

  .detail-banner.mobile {
    width: 487px;
    max-width: none;
    margin-top: 24px;
    margin-left: -80px;
    left: 54%;
    transform: translate(-50%);
  }

  .features-animation-support {
    height: 300px;
    margin-top: 0;
    position: relative;
  }

  .animation-upfront {
    height: 335px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
  }

  .features-animation-upfront {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: visible;
  }

  .features-main-banner {
    width: 367px;
    max-width: none;
    position: absolute;
    overflow: visible;
  }

  .features-column-title {
    font-size: 28px;
    line-height: .9;
  }

  .features-column.features-column-small.column-cashback {
    padding-top: 22px;
    padding-bottom: 36px;
  }

  .features-column.features-column-small.column-grow {
    height: 240px;
    padding: 22px 8px 8px;
  }

  .features-column.features-column-middle {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    padding: 21px 12px 4px;
    overflow: hidden;
  }

  .features-column.features-column-middle.column-upfront {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    height: 417px;
    max-height: 417px;
    overflow: hidden;
  }

  .features-column.features-column-large.features-column-primary {
    height: 360px;
    overflow: hidden;
  }

  .animation-support {
    height: 327px;
    position: absolute;
    top: -17px;
    left: 50%;
    transform: translate(-51%);
  }

  .features-animation.animations-fees {
    height: 250px;
  }

  .features-animation-wrapper {
    position: relative;
    top: 21px;
  }

  .features-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .features-column-desc {
    font-size: 14px;
    line-height: 1;
  }

  .features {
    height: auto;
    margin-top: 16px;
    padding-top: 2px;
    padding-bottom: 0;
  }

  .supfooter {
    margin-top: 62px;
  }

  .supfooter-action-wrapper {
    margin-top: 20px;
  }

  .supfooter-banner.mobile {
    width: 100%;
  }

  .footer-main {
    margin-top: 80px;
    margin-bottom: 7px;
  }

  .supfooter-desc-wrapper {
    color: #525252;
    letter-spacing: .5px;
    margin-top: 6px;
    margin-left: 28px;
    margin-right: 28px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
  }

  .supfooter-desc {
    font-size: 16px;
    line-height: 1;
  }

  .footer-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
  }

  .footer-menu-link.social-link {
    width: 48px;
    height: 48px;
  }

  .footer-col.column-right {
    height: auto;
  }

  .footer-col.col-left {
    display: none;
  }

  .footer-col.footer-col-socials {
    position: static;
    transform: translate(0%);
  }

  .supfooter-banner-wrapper {
    display: none;
  }

  .supfooter-banner-wrapper.mobile {
    min-width: 0;
    height: auto;
    margin-top: 64px;
    display: block;
  }

  .footer-copyright-wrapper.footer-text-primary {
    display: none;
  }

  .footer-copyright-wrapper.min-height-2 {
    color: #a3a3a3;
    min-height: 0;
    font-size: 12px;
    line-height: 1;
  }

  .social-icon {
    width: 24px;
    height: 24px;
  }

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

  .faq-label {
    height: 20px;
  }

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

  .faq-section-label {
    width: 80px;
    height: 80px;
    margin-left: 12px;
    position: static;
  }

  .faq-content-wrapper {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    padding-top: 24px;
  }

  .faq-items-list {
    margin-bottom: 0;
  }

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

  .faq-title-wrapper {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    padding-bottom: 18px;
  }

  .faq-item-label {
    text-align: left;
    font-size: 12px;
    line-height: 12px;
    inset: 4px auto auto 0%;
  }

  .faq-wrapper {
    border-radius: 16px;
    padding: 24px 12px 44px;
  }

  .faq-label-text.animate-spin {
    width: 60px;
    height: 60px;
  }

  .faq-item-title {
    margin-left: 16px;
    font-size: 16px;
    line-height: 19px;
  }

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

  .success-banner {
    width: 42px;
  }

  .modal-container {
    border-radius: 32px;
    width: 100%;
    padding: 58px 16px 16px;
  }

  .modal-container.modal-small {
    width: 100%;
    max-width: 100%;
  }

  .button-primary.button-yellow {
    height: 52px;
    margin-top: 16px;
    font-size: 16px;
    line-height: 52px;
  }

  .button-primary.button-yellow.button-success {
    margin-top: 0;
  }

  .modal-close-icon {
    width: 14px;
    height: 14px;
  }

  .modal-close-wrapper {
    width: 24px;
    height: 24px;
    top: 18px;
    right: 24px;
  }

  .modal-desc {
    font-size: 16px;
    line-height: 20px;
  }

  .modal-banner-wrapper {
    display: none;
  }

  .modal {
    background-color: #fffca2;
    border-radius: 16px;
    width: auto;
    height: auto;
    padding: 16px 8px;
    display: none;
    inset: 8px;
  }

  .modal.modal-transparent {
    background-color: #0000;
    padding: 0;
  }

  .modal-title {
    font-size: 40px;
  }

  .form-input.input-name {
    height: 64px;
  }

  .modal-sub-desc-wrapper {
    margin-top: 16px;
    padding-top: 16px;
  }

  .modal-form-desc {
    font-size: 14px;
  }

  .modal-wrapper {
    width: auto;
    left: 8px;
    right: 8px;
    transform: translate(0%, -50%);
  }

  .modal-wrapper.modal-corner {
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .modal-sub-desc {
    font-size: 14px;
    line-height: 17px;
  }

  .modal-title-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 8px;
  }

  .success-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .cookies-checkbox-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .checkbox-wrapper {
    background-color: #505050;
    border-radius: 48px;
    width: 48px;
    height: 24px;
    position: relative;
  }

  .checkbox-wrapper.cookie-checkbox-wrapper {
    background-color: #0000;
    border-radius: 0;
    height: 44px;
  }

  .blog-section {
    padding-top: 80px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .blog-title {
    font-size: 32px;
  }

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

  .blog-post-section {
    padding-top: 80px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .blog-post-title {
    font-size: 28px;
  }

  .blog-carousel-section {
    padding: 60px 16px;
  }

  .blog-carousel-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .blog-carousel-title {
    font-size: 24px;
  }

  .blog-carousel-row, .blog-collection-list {
    grid-template-columns: 1fr;
  }

  .blog-collection-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .blog-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .blog-card-body {
    flex-grow: 1;
    padding-bottom: 2px;
  }
}

#w-node-e4554fff-0246-2624-bf33-28d434088c8f-2feeb108 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-e4554fff-0246-2624-bf33-28d434088c96-2feeb108 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e4554fff-0246-2624-bf33-28d434088c9f-2feeb108 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-e4554fff-0246-2624-bf33-28d434088ca4-2feeb108 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e4554fff-0246-2624-bf33-28d434088cac-2feeb108 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}


@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SFPRODISPLAYREGULAR.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SFPRODISPLAYMEDIUM.OTF') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}