.footer__top {
  padding-top: 13em;
  margin-top: -7em;
}
.hero {
  position: relative;
  overflow: hidden;
  background: #101820;
  height: 100dvh;
  max-height: none;
  color: hsl(0, 0%, 100%);
  padding: 0;
}
.hero .swiper {
  height: 100%;
}
.hero .swiper-wrapper {
  height: 100%;
}
.hero .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: inherit;
  height: auto;
  align-items: flex-start;
}
.hero__wrapper {
  position: relative;
  grid-template-columns: 1fr;
  gap: 40px;
  display: flex;
  flex-direction: column;
  padding: 150px 1rem 46px;
  height: 100%;
  isolation: isolate;
}
.hero__image {
  position: absolute;
  top: 468px;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 0);
  isolation: isolate;
  pointer-events: none;
  width: min(70vw, 360px);
  max-width: 360px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__image picture,
.hero__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.hero__image picture {
  will-change: transform;
  mask-image: url("/assets/svg/icon-shape-blob.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("/assets/svg/icon-shape-blob.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.hero__image-bg {
  position: absolute;
  left: 48%;
  top: 56%;
  width: 430%;
  height: 430%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  user-select: none;
  z-index: 1;
}
.hero__image-bg-layer {
  position: absolute;
  inset: 0;
  mask-image: url("/assets/svg/icon-shape-blob.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("/assets/svg/icon-shape-blob.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  transform: scale(var(--scale, 0.35));
  transform-origin: center center;
  will-change: transform;
}
.hero__image .layer-1 {
  --scale: 0.65;
  --layer-opacity: 0.07;
  --animation-delay: -5.2s;
  background-color: #c52782;
  opacity: var(--layer-opacity);
  z-index: 1;
}
.hero__image .layer-2 {
  --scale: 0.55;
  --layer-opacity: 0.1;
  --animation-delay: -3.9s;
  background-color: #c52782;
  opacity: var(--layer-opacity);
  z-index: 2;
}
.hero__image .layer-3 {
  --scale: 0.45;
  --layer-opacity: 0.6;
  --animation-delay: -2.6s;
  background-color: #c52782;
  opacity: var(--layer-opacity);
  z-index: 3;
}
.hero__image .layer-4 {
  --scale: 0.35;
  --layer-opacity: 1;
  --animation-delay: -1.3s;
  background-color: #c52782;
  opacity: var(--layer-opacity);
  z-index: 4;
}
.hero__image .layer-5 {
  --scale: 0.25;
  --layer-opacity: 0;
  --animation-delay: 0s;
  background-color: #c52782;
  opacity: var(--layer-opacity);
  z-index: 5;
}
.hero__content {
  position: relative;
  z-index: 20;
  max-width: 390px;
}
.hero__content h1,
.hero__content h2 {
  --font-size: 46px;
  --font-size-rem: 2.875rem;
  --line-height: 58px;
  --line-height-rem: 3.625rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  margin: 0 0 40px;
}
.hero__content p {
  --font-size: 18px;
  --font-size-rem: 1.125rem;
  --line-height: 28px;
  --line-height-rem: 1.75rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  margin: 0;
}
.hero__button {
  font-weight: 500;
  width: max-content;
}
.hero__button.-mobile {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}
.hero__button:focus-visible {
  outline: 3px solid hsl(0, 0%, 100%);
  outline-offset: 4px;
}
.hero__slider-control {
  position: absolute;
  top: 50%;
  z-index: 40;
  width: 44px;
  height: 44px;
  border: 2px solid hsl(0, 0%, 100%);
  border-radius: 50%;
  background: rgba(16, 24, 32, 0.72);
  color: hsl(0, 0%, 100%);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
}
.hero__slider-control::before {
  --font-size: 28px;
  --font-size-rem: 1.75rem;
  --line-height: 28px;
  --line-height-rem: 1.75rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  display: block;
  font-weight: 700;
}
.hero__slider-control.-prev {
  left: 16px;
}
.hero__slider-control.-prev::before {
  content: "<";
}
.hero__slider-control.-next {
  right: 16px;
}
.hero__slider-control.-next::before {
  content: ">";
}
.hero__slider-control:focus-visible {
  opacity: 1;
  pointer-events: auto;
  outline: 3px solid hsl(0, 0%, 100%);
  outline-offset: 4px;
}

@keyframes heroRadarPing {
  0% {
    opacity: 0;
    transform: scale(0.25);
  }
  20% {
    opacity: 1;
    transform: scale(0.35);
  }
  40% {
    opacity: 0.6;
    transform: scale(0.45);
  }
  60% {
    opacity: 0.1;
    transform: scale(0.55);
  }
  80% {
    opacity: 0.07;
    transform: scale(0.65);
  }
  100% {
    opacity: 0;
    transform: scale(0.75);
  }
}

@media screen and (min-width: 576px) {
  .hero__content {
    padding-left: 40px;
  }
}

@media screen and (min-width: 992px) {
  .hero {
    min-height: 800px;
    height: 100dvh;
    max-height: 900px;
  }
  .hero .swiper-slide {
    height: 100%;
    align-items: center;
  }
  .hero__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 200px 0 80px;
    min-height: 0;
    align-items: center;
  }
  .hero__image {
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 620px;
    transform: translate(-10%, -40%);
  }
  .hero__image-bg {
    left: 50%;
    top: 50%;
    width: 400%;
    height: 400%;
  }
  .hero__content {
    max-width: none;
    grid-column: 1;
    grid-row: 1;
  }
  .hero__content h1,
  .hero__content h2 {
    --font-size: 90px;
    --font-size-rem: 5.625rem;
    --line-height: 100px;
    --line-height-rem: 6.25rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
    margin: 0 0 10px;
  }
  .hero__content p {
    --font-size: 27px;
    --font-size-rem: 1.6875rem;
    --line-height: 37px;
    --line-height-rem: 2.3125rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
    margin: 0;
  }
  .hero__button.-desktop {
    margin-top: 40px;
  }
  .hero .swiper-slide.-is-animating .hero__image-bg-layer {
    animation: heroRadarPing 6.5s linear infinite;
    animation-delay: var(--animation-delay);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__image-bg-layer {
    animation: none !important;
  }
}
.how-pay-cards__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.how-pay-cards__card {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px;
  background-color: hsl(0, 0%, 100%);
}
.how-pay-cards__image {
  width: 140px;
  aspect-ratio: 1/1;
}
.how-pay-cards__title {
  --font-size: 24px;
  --font-size-rem: 1.5rem;
  --line-height: 40px;
  --line-height-rem: 2.5rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  font-weight: 700;
}
.how-pay-cards__text {
  --font-size: 24px;
  --font-size-rem: 1.5rem;
  --line-height: 32px;
  --line-height-rem: 2rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.how-pay-cards__cta {
  --icon-color: #C52782;
  margin: 80px auto 0;
}
.how-pay-cards__cta svg {
  transform: rotate(-45deg);
}
@media screen and (min-width: 992px) {
  .how-pay-cards__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.how-pay-title {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: clamp(180px, 48vw, 250px);
  padding: 0;
}
.how-pay-title__track {
  position: absolute;
  top: 50%;
  left: 17px;
  width: 100%;
  transform: translateY(-50%);
}
.how-pay-title__svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}
.how-pay-title__path {
  fill: none;
  stroke: none;
}
.how-pay-title__text {
  font-size: 90px;
  fill: #101820;
  font-family: "SharpSansDispNo1", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.how-pay-title__brand {
  color: #C52782;
  fill: #C52782;
}
.how-pay-title__card-glyph {
  fill: transparent;
}
.how-pay-title__card-icon {
  color: #C52782;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .how-pay-title {
    height: clamp(300px, 41.34vw, 800px);
  }
  .how-pay-title__track {
    will-change: transform;
  }
  .how-pay-title__text {
    font-size: 142px;
  }
}
@media screen and (min-width: 992px) {
  .how-pay-title__text {
    font-size: 110px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .how-pay-title__content {
    transform: none;
  }
}
.how-to-works {
  position: relative;
  padding: 50px 0 0;
}
.how-to-works__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.how-to-works__slider {
  position: relative;
  overflow: hidden;
}
.how-to-works__slider .swiper {
  position: relative;
  width: 100%;
  height: 100%;
}
.how-to-works__slider .swiper-wrapper {
  height: auto;
}
.how-to-works__slider .swiper-button-next, .how-to-works__slider .swiper-button-prev {
  --icon-color: hsl(0, 0%, 100%);
  position: relative;
  inset: unset;
  margin: 0;
  width: 50px;
  height: 50px;
  border: 1px solid hsl(0, 0%, 100%);
  background-color: transparent;
  border-radius: 50%;
  padding: 16px;
  transition: 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.how-to-works__slider .swiper-button-next:hover, .how-to-works__slider .swiper-button-prev:hover {
  --icon-color: #C52782;
  background-color: hsl(0, 0%, 100%);
}
.how-to-works__slider .swiper-button-next svg, .how-to-works__slider .swiper-button-prev svg {
  fill: var(--icon-color);
  transition: 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.how-to-works__slider .swiper-button-prev svg {
  transform: rotate(180deg);
}
.how-to-works__slider .swiper-button-wrapper {
  position: absolute;
  bottom: 40px;
  right: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.how-to-works__slider .swiper-pagination {
  position: relative;
  inset: unset;
  margin: 10px 0 30px 0;
}
.how-to-works__slider .swiper-slide picture {
  display: block;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
}
.how-to-works__slider .swiper-slide picture img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 0px) and (max-width: 991.99px) {
  .how-to-works__slider .swiper-button-wrapper {
    display: none;
    user-select: none;
    pointer-events: none;
  }
}
@media screen and (min-width: 576px) {
  .how-to-works__wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
@media screen and (min-width: 992px) {
  .how-to-works {
    padding: 80px 0 0;
  }
  .how-to-works__slider .swiper-pagination {
    display: none;
    user-select: none;
    pointer-events: none;
  }
  .how-to-works__slider .swiper-slide picture {
    max-width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .how-to-works__title-track {
    transform: translate(-50%, -50%);
  }
}
.limit-calculator {
  padding: 10em 0 0;
  background-color: #101820;
  color: hsl(0, 0%, 100%);
  overflow: hidden;
  margin-top: -7em;
  scroll-margin-top: var(--header-height);
}
.limit-calculator__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
  justify-items: center;
}
.limit-calculator__content {
  padding: 0;
}
.limit-calculator__content h2 {
  --font-size: 44px;
  --font-size-rem: 2.75rem;
  --line-height: 52px;
  --line-height-rem: 3.25rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.limit-calculator__content p {
  --font-size: 22px;
  --font-size-rem: 1.375rem;
  --line-height: 32px;
  --line-height-rem: 2rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.limit-calculator__card-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.limit-calculator__shapes {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.limit-calculator__shapes.-mobile {
  position: relative;
  width: 100%;
  height: 300px;
  margin-top: 24px;
}
.limit-calculator__shape {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--size);
  height: var(--size);
  background-color: #C52782;
  transform-origin: center center;
  animation: limit-calculator-pulse 4s ease-in-out infinite;
  animation-delay: var(--delay);
  animation-play-state: paused;
  will-change: transform, opacity;
}
.limit-calculator.-is-visible .limit-calculator__shape {
  animation-play-state: running;
}
.limit-calculator__card {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 480px;
  color: hsl(0, 0%, 100%);
}
.limit-calculator__card-label {
  letter-spacing: 0.32px;
  padding: 20px 40px;
  border: 1px solid #C52782;
}
.limit-calculator__card-body {
  padding: 40px;
  border: 1px solid #C52782;
  border-top: none;
}
.limit-calculator__field {
  margin-bottom: 24px;
}
.limit-calculator__field:last-of-type {
  margin-bottom: 0;
}
.limit-calculator__field-row {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.limit-calculator__field-label {
  --font-size: 18px;
  --font-size-rem: 1.125rem;
  --line-height: 24px;
  --line-height-rem: 1.5rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  font-weight: 500;
  display: block;
}
.limit-calculator__value {
  --font-size: 27px;
  --font-size-rem: 1.6875rem;
  --line-height: 37px;
  --line-height-rem: 2.3125rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  font-weight: 700;
}
.limit-calculator__result {
  --font-size: 27px;
  --font-size-rem: 1.6875rem;
  --line-height: 37px;
  --line-height-rem: 2.3125rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  font-weight: 700;
  color: #BCD531;
  margin-top: 20px;
}
.limit-calculator__range {
  width: 100%;
  margin-top: 8px;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  cursor: pointer;
  height: 24px;
}
.limit-calculator__range::-webkit-slider-runnable-track {
  height: 2px;
  background: #C52782;
  border-radius: 2px;
}
.limit-calculator__range::-moz-range-track {
  height: 2px;
  background: #C52782;
  border-radius: 2px;
  border: none;
}
.limit-calculator__range::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 26px;
  height: 26px;
  background: hsl(0, 0%, 100%);
  border: 6px solid #C52782;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -12px;
  -webkit-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
}
.limit-calculator__range::-moz-range-thumb {
  width: 26px;
  height: 26px;
  background: #C52782;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  -moz-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
}
.limit-calculator__range:hover::-webkit-slider-thumb, .limit-calculator__range:focus-visible::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(197, 39, 130, 0.35);
}
.limit-calculator__range:hover::-moz-range-thumb, .limit-calculator__range:focus-visible::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(197, 39, 130, 0.35);
}
.limit-calculator__range:focus {
  outline: none;
}
.limit-calculator__range:focus-visible {
  outline: 2px solid #BCD531;
  outline-offset: 12px;
  border-radius: 4px;
}
.limit-calculator__qr {
  margin: 10px 0 0;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  border: 1px solid #C52782;
}
.limit-calculator__qr-button {
  width: 100%;
}
.limit-calculator__qr-image {
  min-width: 90px;
  width: 90px;
  height: 90px;
  flex-shrink: 0;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.limit-calculator__qr-text p {
  margin: 0;
  --font-size: 22px;
  --font-size-rem: 1.375rem;
  --line-height: 32px;
  --line-height-rem: 2rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.limit-calculator__qr-title {
  display: block;
  color: #BCD531;
  font-weight: 600;
}
.limit-calculator__qr-subtitle {
  display: block;
  color: hsl(0, 0%, 100%);
}
.limit-calculator__disclaimer {
  --font-size: 10px;
  --font-size-rem: 0.625rem;
  --line-height: 22px;
  --line-height-rem: 1.375rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  margin: 16px 0 0;
  padding: 0;
}

@keyframes limit-calculator-pulse {
  0%, 100% {
    transform: scale(0.8);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
}

@media screen and (min-width: 576px) {
  .limit-calculator__field-row {
    flex-direction: row;
  }
}

@media screen and (min-width: 992px) {
  .limit-calculator {
    padding: 13em 0 10em;
    margin-top: -8em;
  }
  .limit-calculator__wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    justify-items: stretch;
  }
  .limit-calculator__content h2 {
    --font-size: 67px;
    --font-size-rem: 4.1875rem;
    --line-height: 80px;
    --line-height-rem: 5rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .limit-calculator__content p {
    --font-size: 27px;
    --font-size-rem: 1.6875rem;
    --line-height: 37px;
    --line-height-rem: 2.3125rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .limit-calculator__card-wrapper {
    flex-direction: row;
  }
  .limit-calculator__shapes.-mobile {
    display: none;
  }
  .limit-calculator__field-label {
    --font-size: 22px;
    --font-size-rem: 1.375rem;
    --line-height: 28px;
    --line-height-rem: 1.75rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .limit-calculator__value {
    --font-size: 38px;
    --font-size-rem: 2.375rem;
    --line-height: 44px;
    --line-height-rem: 2.75rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .limit-calculator__result {
    --font-size: 38px;
    --font-size-rem: 2.375rem;
    --line-height: 44px;
    --line-height-rem: 2.75rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .limit-calculator__qr-content {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .limit-calculator__disclaimer {
    --font-size: 12px;
    --font-size-rem: 0.75rem;
    --line-height: 24px;
    --line-height-rem: 1.5rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
}

@media screen and (min-width: 1200px) {
  .limit-calculator__content {
    padding: 0 0 0 2em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .limit-calculator__shape {
    animation: none;
  }
}
.what-is-hayhay .container.-full {
  margin: 0;
  width: 100%;
}
.what-is-hayhay .swiper-slide {
  height: 450px;
  width: 100%;
  clip-path: none;
  transform: scaleY(0.9);
  transform-origin: center center;
  transition: clip-path 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  backface-visibility: hidden;
}
.what-is-hayhay .swiper-slide.-edge-start {
  clip-path: polygon(0% 0%, 100% 5%, 100% 95%, 0% 100%);
  transform: scaleY(1);
}
.what-is-hayhay .swiper-slide.-edge-end {
  clip-path: polygon(0% 5%, 100% 0%, 100% 100%, 0% 95%);
  transform: scaleY(1);
}
.what-is-hayhay .swiper-pagination {
  position: relative;
  inset: unset;
  margin: 0;
}
.what-is-hayhay__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 100%;
  height: 100%;
  gap: 40px;
  background-color: hsl(0, 0%, 100%);
}
.what-is-hayhay__item.-image {
  padding: 0;
}
.what-is-hayhay__item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.what-is-hayhay__item-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.what-is-hayhay__item-content {
  --font-size: 18px;
  --font-size-rem: 1.125rem;
  --line-height: 28px;
  --line-height-rem: 1.75rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
@media screen and (min-width: 768px) {
  .what-is-hayhay__item-content {
    --font-size: 29px;
    --font-size-rem: 1.8125rem;
    --line-height: 38px;
    --line-height-rem: 2.375rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
}
@media screen and (min-width: 992px) {
  .what-is-hayhay .swiper-slide {
    height: 530px;
  }
  .what-is-hayhay__item {
    padding: 30px;
  }
}
.where-can-use {
  overflow: hidden;
  padding: 18px 0 54px;
  background-color: #f7f7f7;
}
.where-can-use__slider {
  overflow: visible;
  padding: 17px 0 42px;
}
.where-can-use .swiper-wrapper {
  align-items: center;
}
.where-can-use .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 150px;
}
.where-can-use .swiper-slide-active {
  z-index: 2;
}
.where-can-use .swiper-slide-active .where-can-use__card {
  width: var(--where-can-use-active-card-width, 300px);
  height: 138px;
}
.where-can-use .swiper-slide-active img {
  max-width: 240px;
  max-height: 68px;
}
.where-can-use .swiper-pagination {
  margin-top: 50px;
}
.where-can-use__card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, var(--where-can-use-card-width, 220px));
  height: 108px;
  padding: 24px 34px;
  background-color: hsl(0, 0%, 100%);
  transition: width 0.4s ease, height 0.4s ease, box-shadow 0.45s ease;
}
.where-can-use picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.where-can-use img {
  width: 100%;
  height: 100%;
  max-width: 180px;
  max-height: 52px;
  object-fit: contain;
  transition: max-width 0.4s ease, max-height 0.4s ease;
}
.why-hayhay {
  padding: 4rem 0;
}
.why-hayhay__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.why-hayhay__cards {
  position: relative;
  overflow: visible;
}
.why-hayhay__card {
  background: hsl(0, 0%, 100%);
  padding: 2.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
  height: auto;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.why-hayhay__card-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.why-hayhay__card-text {
  --font-size: 16px;
  --font-size-rem: 1rem;
  --line-height: 24px;
  --line-height-rem: 1.5rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.why-hayhay__arrow {
  position: absolute;
  top: -2.5rem;
  right: 1.5rem;
  width: 60px;
  height: auto;
  z-index: 2;
  pointer-events: none;
  color: currentColor;
}
.why-hayhay__pagination {
  position: relative;
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  gap: 8px;
}
@media screen and (min-width: 576px) and (max-width: 991.99px) {
  .why-hayhay__card {
    padding: 3rem 2rem;
  }
  .why-hayhay__card-icon {
    width: 96px;
    height: 96px;
  }
  .why-hayhay__arrow {
    width: 80px;
    top: -1rem;
    right: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .why-hayhay {
    height: 500dvh;
    padding: 0;
  }
  .why-hayhay.-single {
    height: auto;
    padding: 4rem 0;
  }
  .why-hayhay.-static {
    height: auto;
    padding: 4rem 0;
  }
  .why-hayhay.-static .why-hayhay__wrapper {
    position: relative;
    top: auto;
    height: auto;
    overflow: visible;
  }
  .why-hayhay__wrapper {
    position: sticky;
    top: 0;
    height: 100dvh;
    justify-content: center !important;
    align-items: center;
    overflow: hidden;
  }
  .why-hayhay__wrapper .container {
    height: auto !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .why-hayhay__wrapper .section-title {
    margin-bottom: 70px;
  }
  .why-hayhay__cards {
    display: block;
    width: 100%;
  }
  .why-hayhay__track {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
    transform: none !important;
  }
  .why-hayhay__card {
    flex: 1;
    padding: 100px 24px 48px;
    min-height: 200px;
    gap: 1rem;
    width: auto !important;
  }
  .why-hayhay__card.is-active {
    will-change: transform, opacity;
  }
  .why-hayhay__card-icon {
    width: 48px;
    height: 48px;
  }
  .why-hayhay__card-text {
    --font-size: 20px;
    --font-size-rem: 1.25rem;
    --line-height: 28px;
    --line-height-rem: 1.75rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .why-hayhay__arrow {
    top: 0;
    right: auto;
    left: 0;
    width: 100px;
    height: 83px;
    opacity: 0;
    transform-origin: 28% 84%;
    will-change: transform, opacity;
  }
  .why-hayhay__pagination {
    display: none;
  }
}
.shopping-credit {
  padding-bottom: 0;
}
.shopping-credit__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.shopping-credit__card {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  background-color: hsl(0, 0%, 100%);
  padding: 40px;
  gap: 30px;
}
.shopping-credit__card-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.shopping-credit__card-icon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-width: 150px;
  width: 150px;
  min-height: 150px;
  height: 150px;
  border-radius: 50% 50% 0 50%;
  overflow: hidden;
}
.shopping-credit__card-icon img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.shopping-credit__card-title {
  --font-size: 24px;
  --font-size-rem: 1.5rem;
  --line-height: 33.6px;
  --line-height-rem: 2.1rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.shopping-credit__card-description {
  --font-size: 18px;
  --font-size-rem: 1.125rem;
  --line-height: 25.2px;
  --line-height-rem: 1.575rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.shopping-credit__card-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  --icon-color: #C52782;
  color: #C52782;
  gap: 1rem;
  margin-top: auto;
}
.shopping-credit__card-link svg {
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .shopping-credit__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .shopping-credit__card {
    flex-direction: row;
    align-items: flex-start;
  }
  .shopping-credit__card-content {
    width: 60%;
  }
  .shopping-credit__card-icon {
    width: 40%;
    height: auto;
  }
  .shopping-credit__card-title {
    --font-size: 28px;
    --font-size-rem: 1.75rem;
    --line-height: 39.2px;
    --line-height-rem: 2.45rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
}