* {
  box-sizing: border-box;
  outline: none;
  font-family:
    "Exo",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
  text-decoration: none;
  border: none;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  overflow-wrap: break-word;
  color: var(--Text-100);
}

h1 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0.2px;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

@media screen and (min-width: 1200px) {
  h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

h4 {
  font-size: 24px;
  line-height: 32px;
}

p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  overflow-wrap: break-word;
}

s {
  text-decoration: line-through;
}

a {
  color: var(--text-color);
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 72px;
}

body {
  margin-top: 128px;
  font-size: 16px;
  line-height: 24px;
  background-color: var(--main-theme-color);
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  body {
    margin-top: 72px;
  }
}

.fastpay-nlos1z {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .fastpay-nlos1z {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .fastpay-nlos1z {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.fastpay-sg908n {
  overflow: hidden;
}

.fastpay-u8u79s img {
  background: var(--Neutral-300);
}

.fastpay-pcu17c {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 20px;
  padding: 9px 15px;
  color: var(--button-text-color);
  border-radius: 16px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

.fastpay-o568qw {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.fastpay-o568qw:hover {
  background: var(--button-bg-hover);
}

.fastpay-27i107 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.fastpay-27i107:hover {
  background: var(--button-bg-hover);
}

.fastpay-esqkvw {
  font-size: 12px;
  line-height: 18px;
}

.fastpay-a60ohi {
  font-size: 18px;
  line-height: 26px;
}

.fastpay-atufeu {
  width: 100%;
}

.fastpay-s22tbz {
  padding: 6px 16px;
}

.fastpay-uzz910 {
  padding: 10px 16px;
}

.fastpay-chwuen {
  padding: 15px 26px;
}

.fastpay-ta2znd {
  flex-shrink: 0;
}

.fastpay-i4h5kr {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.fastpay-zh9xp1 {
  display: none;
}

.fastpay-sl8ewv {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.fastpay-9g8de9 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.fastpay-6w5zhv {
  display: flex;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  scroll-behavior: smooth;
  cursor: grab;
  padding-bottom: 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.fastpay-1klo8b {
  cursor: grab;
}

.fastpay-6w5zhv::-webkit-scrollbar {
  display: none;
}

.fastpay-s60oeq {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.fastpay-abky9c {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.fastpay-s5jyec {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.fastpay-0f90e6 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.fastpay-sdnis5 {
  visibility: visible;
}

.fastpay-pj8lrz {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.fastpay-jj678m ease;
}

.fastpay-ydmt8q {
  background-color: var(--Primary-200);
  width: 16px;
}

.fastpay-hmu4yn {
  -webkit-mask-image: linear-gradient(
    to right,
    var(--Neutral-300) 96%,
    transparent
  );
  mask-image: linear-gradient(to right, var(--Neutral-300) 96%, transparent);
  transition:
    -webkit-mask-image 0.fastpay-jj678m,
    mask-image 0.3s;
}

.fastpay-hmu4yn.fastpay-40ubfp {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

main {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 48px;
}

@media (min-width: 768px) {
  main {
    gap: 56px;
  }
}

.fastpay-2cdb7p:not([hidden]) {
  position: fixed;
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  inset: 0;
  z-index: 1100;
  padding: 16px;
  isolation: isolate;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fastpay-tub6bh {
  cursor: pointer;
  display: block;
  border: none;
  width: 22px;
  height: 22px;
  background-color: var(--Neutral-50);
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.fastpay-oisv9i.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.fastpay-oisv9i.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.fastpay-1zv7lw {
  border-radius: 24px;
  background: var(--Neutral-400);
  padding: 40px 24px 40px;
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
}

.fastpay-1zv7lw::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300, #53109f) 0%,
    var(--neutral-30080, rgba(21, 24, 41, 0.75)) 49.52%
  );
}

.fastpay-3wgkgs {
  position: relative;
  z-index: 1;
}

.fastpay-v6s9yp {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.fastpay-7jj4w9 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.fastpay-ie5ss6 {
  font-size: 40px;
  line-height: 48px;
}

.fastpay-zbxvw4 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.fastpay-c7fw6i {
  border-radius: 16px;
  background: var(--Primary-200);
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding: 15px 16px;
  align-content: center;
  display: block;
  width: 100%;
  margin-top: 24px;
  cursor: pointer;
  text-transform: capitalize;
  transition: 0.3s;
}

.fastpay-c7fw6i:hover {
  background: var(--Primary-400);
}

.fastpay-c7fw6i svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.fastpay-2cdb7p img {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  object-fit: cover;
  pointer-events: none;
  touch-action: none;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .fastpay-1zv7lw {
    max-width: 600px;
    padding: 64px;
  }

  .fastpay-v6s9yp {
    font-size: 24px;
    line-height: 32px;
  }

  .fastpay-7jj4w9 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .fastpay-ie5ss6 {
    font-size: 50px;
    line-height: 56px;
  }

  .fastpay-zbxvw4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .fastpay-tub6bh {
    top: 25px;
    right: 25px;
  }
}

.fastpay-ocpy4m,
.fastpay-7bl292 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
  padding: 16px 14px;
}

.fastpay-migvbv.fastpay-577adl::before,
.fastpay-7bl292::before,
.fastpay-my2tqe::before {
  display: block;
  aspect-ratio: 1/1;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.fastpay-oisv9i.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.fastpay-g8yzv0 14.fastpay-npugs9.fastpay-w09qr1 14.fastpay-nkkw6f 15.fastpay-5ef52e 14.fastpay-qe0jwr 15.fastpay-fcjov0 14.fastpay-lk5364.fastpay-e4jvvl 14.fastpay-u9uywv 19.fastpay-giwl57 12.fastpay-i4ztq7 19.fastpay-giwl57 10.fastpay-uwgjy8.fastpay-giwl57 8.fastpay-jc63z4 17.fastpay-kifm5i 7.fastpay-9s8wwp 15.fastpay-oelzyt 7.fastpay-e6ah0l.fastpay-5hwta1 7.fastpay-9s8wwp 11.fastpay-9lzr2m 8.fastpay-jc63z4 11.fastpay-9lzr2m 10.fastpay-1kfy41.fastpay-9lzr2m 12.fastpay-8a2qzy 13.fastpay-psj5rm 14.fastpay-no345c 15.fastpay-xaccuc 14.fastpay-1ncnf1.fastpay-ekfb9n 14.fastpay-qhrp44 15.fastpay-1hw57v 14.fastpay-m6hw8o 15.fastpay-ppt2ea 14.fastpay-v1soib.fastpay-g8yzv0 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.fastpay-01k5rh 15.fastpay-fgc9yh.fastpay-qmwntp 15.fastpay-ez7kbo 15.fastpay-1i861d 15.fastpay-gusr16 15.fastpay-busd37 15.fastpay-1wkiam.fastpay-2rejrc 15.fastpay-gusr16 15.fastpay-2h8rv1 15.fastpay-7navuw 15.fastpay-p90hg2 15.fastpay-z98qzk.fastpay-rlcjwz 15.fastpay-sszdme 7.fastpay-mtkyga 18.fastpay-f8967g 7.fastpay-knu75v 23.fastpay-6e09z2.fastpay-0o2bis.fastpay-1akc39 18.fastpay-ix8lw8 19.fastpay-5y6zf8 15.fastpay-bsaueu 15.fastpay-01k5rh 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.fastpay-tvwstp [type="submit"] *,
.fastpay-87ro2x button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .fastpay-9033e8 {
    display: none;
  }
}

.fastpay-v4hzwn {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .fastpay-v4hzwn {
  display: none;
}

@media (min-width: 768px) {
  .fastpay-v4hzwn {
    bottom: 22px;
  }
}

.fastpay-v4hzwn input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .fastpay-v4hzwn {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.fastpay-lvk2hq.static) .fastpay-v4hzwn {
    bottom: 8px;
  }
}

.fastpay-986v6f {
  width: 80px;
  height: 80px;
  cursor: pointer;
  border: 1px solid var(--Primary-100);
  background: no-repeat center/40px var(--Primary-200)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.fastpay-oisv9i.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.fastpay-vlcic7 3.fastpay-ieks4w.fastpay-ynl8r4.fastpay-tkfoug 3.fastpay-qm1l4b 3.fastpay-i0bkis 5.fastpay-mih9nv 3.fastpay-i0bkis 8.fastpay-fsmtvg.fastpay-pa386j.fastpay-i0bkis 26.fastpay-xuufv0 5.fastpay-h3ux9i 28.fastpay-g38fog 8.fastpay-i1m89u 28.fastpay-5t36lo.fastpay-3jt3cw 28.fastpay-58co4w.fastpay-ja8x55 34.fastpay-6cs8pz.fastpay-l1ixja 36.fastpay-bhd8m3 11.fastpay-qrak62 37.fastpay-zb8p0y 12.fastpay-6p74ul 36.fastpay-zifey2.fastpay-z59ep9 28.fastpay-lmmj9f.fastpay-ruu045.fastpay-3zwih1 28.fastpay-u8z5lj 36.fastpay-xxrgqb 26.fastpay-p20f0f 36.fastpay-xxrgqb 23.fastpay-llt3pr.fastpay-th3tue.fastpay-xxrgqb 5.fastpay-crgq0z 34.fastpay-1l8ikb 3.fastpay-qm1l4b 31.fastpay-vlcic7 3.fastpay-9x2gcr.fastpay-el27xi 18.fastpay-omzj1m.fastpay-7wvezs 18.fastpay-b67pp3 8.fastpay-owwg6i 17.fastpay-2kowvi 8.fastpay-owwg6i 15.fastpay-lbvgv4.fastpay-owwg6i 14.fastpay-nmhbzz 9.fastpay-7wvezs 13.fastpay-tghab5 11.fastpay-el27xi 13.fastpay-ecbiqg.fastpay-qizqcg 13.fastpay-tghab5 13.fastpay-ema58a 14.fastpay-nmhbzz 13.fastpay-ema58a 15.fastpay-3wol6v.fastpay-ema58a 17.fastpay-2kowvi 12.fastpay-qizqcg 18.fastpay-b67pp3 11.fastpay-el27xi 18.fastpay-9iapzv.fastpay-hag32p 18.fastpay-s4c9d6.fastpay-ryabm4 18.fastpay-b67pp3 17.fastpay-7cg7sn 17.fastpay-2kowvi 17.fastpay-7cg7sn 15.fastpay-updwlt.fastpay-7cg7sn 14.fastpay-nmhbzz 18.fastpay-ryabm4 13.fastpay-tghab5 20.fastpay-hag32p 13.fastpay-nx191v.fastpay-5zd4ob 13.fastpay-tghab5 22.fastpay-vup9fy 14.fastpay-nmhbzz 22.fastpay-vup9fy 15.fastpay-w3in35.fastpay-wkco8i 17.fastpay-2kowvi 21.fastpay-5zd4ob 18.fastpay-b67pp3 20.fastpay-hag32p 18.fastpay-hpxodx.fastpay-193ofv 18.fastpay-ciapg5.fastpay-s0lsfa 18.fastpay-b67pp3 26.fastpay-nof8nk 17.fastpay-2kowvi 26.fastpay-nof8nk 15.fastpay-oeif3i.fastpay-nof8nk 14.fastpay-nmhbzz 27.fastpay-s0lsfa 13.fastpay-tghab5 28.fastpay-193ofv 13.fastpay-515l12.fastpay-ajtdkl 13.fastpay-tghab5 31.fastpay-x8u24h 14.fastpay-nmhbzz 31.fastpay-x8u24h 15.fastpay-a3h4t5.fastpay-nof8nk 17.fastpay-2kowvi 30.fastpay-ajtdkl 18.fastpay-b67pp3 28.fastpay-193ofv 18.5087Z' fill='%23F7F7F7'/%3E%3C/svg%3E");
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"])
    .fastpay-986v6f {
    display: none;
  }
}

.fastpay-0tytxv {
  position: fixed;
  inset: 0;
  z-index: 101;
  background: var(--Neutral-400);
  box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  overscroll-behavior: contain;
  overflow: auto;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .fastpay-0tytxv {
    inset: auto 24px 24px auto;
    width: 448px;
    height: 600px;
    border-radius: 24px;
    border: 1px solid var(--Neutral-200);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.16);
  }
}

.pc61d126-chatbot-window[aria-hidden="true"] {
  display: none;
}

.fastpay-87ro2x {
  border-bottom: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  color: var(--Text-300);
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0;
}

@media (min-width: 768px) {
  .fastpay-87ro2x {
    padding: 14px 16px;
  }
}

.fastpay-87ro2x button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.fastpay-87ro2x button:first-child {
  align-content: end;
}

.fastpay-87ro2x button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .fastpay-87ro2x
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .fastpay-87ro2x
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.fastpay-87ro2x button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.fastpay-87ro2x button:last-child svg {
  width: 38px;
  height: 38px;
}

.fastpay-my2tqe {
  flex: 1 1;
  align-content: center;
  display: flex;
  align-items: center;
  gap: 10px;
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
}

.fastpay-my2tqe::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .fastpay-my2tqe,
.pc61d126-chatbot[data-active-screen="3"]
  .fastpay-my2tqe {
  opacity: 1;
  visibility: visible;
}

.fastpay-ybiyjo {
  flex: 1 1;
}

.fastpay-7b8hj3 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .fastpay-7b8hj3 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .fastpay-65mbxl {
  display: block;
}

.fastpay-boszk7 {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 48px;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .fastpay-boszk7 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.fastpay-7bl292 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.fastpay-7bl292::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.fastpay-wlagyg span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.fastpay-wlagyg p {
  color: var(--Text-100);
}

.fastpay-7bl292 .fastpay-gwpkq9 {
  grid-area: button;
}

.fastpay-7bl292 .fastpay-gwpkq9::after {
  content: "";
  display: inline-block;
  vertical-align: sub;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.fastpay-oisv9i.org/2000/svg'%3E%3Cpath d='M4.fastpay-l9obez 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.fastpay-qwe6k0 15L16.fastpay-qwe6k0 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.fastpay-qwe6k0 5L16.fastpay-qwe6k0 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .fastpay-as70ka {
  display: block;
}

.fastpay-0rdylv {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .fastpay-0rdylv {
    margin-top: 40px;
  }
}

.fastpay-ocpy4m label,
.fastpay-ocpy4m input {
  display: block;
  width: 100%;
}

.fastpay-ocpy4m label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.fastpay-ocpy4m label.fastpay-e0fy6w input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.fastpay-ocpy4m label.fastpay-e0fy6w::after {
  content: attr(data-error);
  display: block;
  color: var(--Accent-100);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
}

.fastpay-ocpy4m input {
  color: var(--Text-100);
  border-radius: 16px;
  background: var(--Neutral-400);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  padding: 17px 16px;
  margin-top: 4px;
}

.fastpay-ocpy4m input::placeholder {
  color: var(--Text-400);
}

.fastpay-f6jsim {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .fastpay-f6jsim {
  display: flex;
}

.fastpay-f6jsim ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .fastpay-f6jsim ol {
    height: 420px;
    padding: 24px;
  }
}

.fastpay-f6jsim ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.fastpay-tvwstp {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .fastpay-tvwstp {
    padding: 0 24px 24px;
  }
}

.fastpay-tvwstp input {
  display: block;
  width: 100%;
  padding: 16px 44px 16px 16px;
  border-radius: 24px;
  background: var(--Neutral-300);
  color: var(--Text-100);
  font-size: 16px;
  line-height: 24px;
}

.fastpay-tvwstp input::placeholder {
  color: var(--Text-400);
}

.fastpay-tvwstp [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.fastpay-tvwstp [type="submit"]:disabled {
  opacity: 0.5;
}

.fastpay-tvwstp [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .fastpay-tvwstp [type="submit"] {
    right: 40px;
  }
}

.fastpay-migvbv {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.fastpay-migvbv.fastpay-577adl {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.fastpay-migvbv.fastpay-577adl::before {
  content: "";
  width: 31px;
}

.fastpay-migvbv.fastpay-577adl p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.fastpay-migvbv.fastpay-sgzbe8 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.fastpay-migvbv p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.fastpay-v4hzwn .fastpay-gwpkq9 {
  border-radius: 16px;
  background: var(--Primary-200);
  text-align: center;
  padding: 9px;
  color: var(--Text-00);
  font-feature-settings: "liga" off;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
}

@media (max-width: 767px) {
  body:has(header.mobile-menu) {
    overflow: hidden;
  }
}

.fastpay-9033e8 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .fastpay-9033e8 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .fastpay-9033e8 {
    padding: 18px 0;
  }
}

.fastpay-9033e8 .fastpay-nlos1z {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .fastpay-9033e8 .fastpay-nlos1z {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.fastpay-260oto {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .fastpay-260oto {
    max-width: 160px;
    height: 40px;
  }
}

.fastpay-260oto picture,
.fastpay-260oto img {
  display: block;
  width: 100%;
  height: 100%;
}

.fastpay-260oto img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .fastpay-rrvu8h {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.fastpay-jj678m ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .fastpay-9033e8.fastpay-uzsp3k .fastpay-rrvu8h {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .fastpay-rrvu8h {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .fastpay-rrvu8h {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.fastpay-ifcdmd,
.fastpay-a2zkf9 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .fastpay-ifcdmd,
  .fastpay-a2zkf9 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .fastpay-a2zkf9 {
    display: none;
  }
}

.fastpay-ioh75b {
  display: flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(
    0deg,
    rgba(0, 3, 20, 0) 0%,
    var(--fh-bg-color) 70%
  );
  padding: 0 16px 16px;
  justify-content: center;
}

.fastpay-uzsp3k .fastpay-ioh75b {
  background: var(--fh-bg-color);
}

.fastpay-ioh75b button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .fastpay-ioh75b {
    display: none;
  }
}

.fastpay-mdbsj8 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .fastpay-mdbsj8 {
    display: none;
  }
}

.fastpay-sryiom {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.fastpay-9033e8.fastpay-uzsp3k .fastpay-sryiom:first-child {
  display: none;
}

.fastpay-9033e8.fastpay-uzsp3k .fastpay-sryiom:last-child {
  display: block;
}

.fastpay-sryiom:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .fastpay-sryiom {
    display: none;
  }
}

.fastpay-5qsbz1 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .fastpay-5qsbz1 {
    display: flex;
  }
}

.fastpay-5qsbz1 ul {
  max-height: 350px;
  overflow-y: auto;
}

.fastpay-5qsbz1:hover ul {
  visibility: visible;
  opacity: 1;
}

.fastpay-5qsbz1:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fastpay-5qsbz1:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.fastpay-5qsbz1:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.fastpay-5qsbz1:hover .fastpay-7j3o1m svg {
  transform: rotate(180deg);
}

.fastpay-nwjx8i {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.fastpay-twkpim {
  padding: 0 8px;
}

.fastpay-rcn4ff {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.fastpay-rcn4ff:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .fastpay-rcn4ff {
    padding: 4px 8px;
  }
}

.fastpay-asj16z {
  display: flex;
}

.fastpay-asj16z img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.fastpay-7j3o1m {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.fastpay-7j3o1m svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.fastpay-mnp9kl {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  align-items: flex-start;
  flex-direction: column;
  width: auto;
  max-height: 0;
  transition: max-height 0.3s;
  opacity: 0;
  background: unset;
  gap: 0;
}

@media (min-width: 1200px) {
  .fastpay-mnp9kl {
    position: absolute;
    top: 40px;
    left: 0;
    width: 112px;
    padding: 8px;
    border-radius: 8px;
    background: var(--fh-bg-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
    gap: 2px;
  }
}

.fastpay-9qx9vy {
  width: 100%;
}

@media (min-width: 1200px) {
  .fastpay-9qx9vy {
    display: none;
  }
}

.fastpay-orxjgf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.fastpay-0nx0sc {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.fastpay-0ow049 {
  display: flex;
}

.fastpay-sng7gj {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.fastpay-8z27sz {
  list-style: none;
}

@media (max-width: 1199px) {
  .fastpay-8z27sz {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .fastpay-8z27sz {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .fastpay-8z27sz .fastpay-xmgb29 [data-ref-el],
  .fastpay-8z27sz .fastpay-xmgb29 span,
  .fastpay-8z27sz .fastpay-xmgb29 a {
    white-space: nowrap;
  }
}

.fastpay-zrij77 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .fastpay-zrij77.fastpay-6o36ut > .fastpay-xmgb29 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .fastpay-zrij77.fastpay-lrx8cq:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .fastpay-zrij77.fastpay-6o36ut > .fastpay-rpln7y {
    height: auto;
  }

  .fastpay-zrij77.fastpay-6o36ut > div > .fastpay-e7ho5l {
    transform: rotate(180deg);
  }
}

.fastpay-zrij77 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.fastpay-zrij77 [data-ref-el],
.fastpay-zrij77 span {
  cursor: pointer;
}

.fastpay-zrij77 [data-ref-el],
.fastpay-zrij77 span,
.fastpay-zrij77 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .fastpay-zrij77 [data-ref-el],
  .fastpay-zrij77 span,
  .fastpay-zrij77 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .fastpay-zrij77 [data-ref-el],
  .fastpay-zrij77 span,
  .fastpay-zrij77 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.fastpay-rpln7y {
  height: 0;
  overflow: hidden;
  transition: height 0.fastpay-jj678m ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.fastpay-rpln7y::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.fastpay-rpln7y::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.fastpay-rpln7y::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .fastpay-rpln7y {
    width: 300px;
    position: absolute;
    z-index: 1001;
    border-radius: 0 0 24px 24px;
    background: var(--Neutral-400);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    max-height: 290px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .fastpay-rpln7y:has(> .fastpay-zrij77.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .fastpay-rpln7y .fastpay-rpln7y {
    padding: 0;
  }

  .fastpay-rpln7y .fastpay-zrij77 {
    font-weight: 400;
  }

  .fastpay-rpln7y .fastpay-zrij77:hover > .fastpay-xmgb29 {
    background: var(--Neutral-300);
  }

  .fastpay-rpln7y .fastpay-e7ho5l {
    rotate: -90deg;
  }
}

.fastpay-xmgb29 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .fastpay-xmgb29 {
    padding: 8px;
  }

  .fastpay-zrij77.fastpay-5cj18b > .fastpay-xmgb29 {
    background: var(--Neutral-300);
  }
}

.fastpay-e7ho5l {
  width: 24px;
  height: 24px;
  border: none;
  cursor: pointer;
  mask-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.fastpay-oisv9i.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.fastpay-bco63a 0.fastpay-xgtnf1.fastpay-txmhod -0.fastpay-nh4nvh 0.fastpay-n7tnwy -0.fastpay-nh4nvh 1.fastpay-lj22g0 0.fastpay-5d72tk.fastpay-tytzld 4.fastpay-9ufmvq.fastpay-bco63a 0.fastpay-s9wkmr.fastpay-hbv3ws -0.fastpay-nh4nvh 9.fastpay-ma309g -0.fastpay-nh4nvh 10.fastpay-owm8vl 0.fastpay-gw49kl.fastpay-nrp9jm 0.fastpay-txmhod 10.fastpay-nrp9jm 0.fastpay-n7tnwy 10.fastpay-owm8vl 1.fastpay-z9m22h.fastpay-5b0ejc 5.fastpay-81q8vv.fastpay-zaj2ck 6.fastpay-s6idqx 5.fastpay-65nkth 6.fastpay-s6idqx 4.fastpay-j3bs5w 5.fastpay-jbesxj.fastpay-bco63a 1.fastpay-gr5bj7.fastpay-nh4nvh 0.fastpay-n7tnwy -0.fastpay-nh4nvh 0.fastpay-txmhod 0.fastpay-bco63a 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.fastpay-jj678m ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .fastpay-e7ho5l {
    cursor: default;
  }
}

.fastpay-ntqj13 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.fastpay-4yatzh {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .fastpay-4yatzh {
    padding: 40px 4px;
  }
}

.fastpay-ndfbbo {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .fastpay-ndfbbo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.fastpay-39mwnz {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .fastpay-39mwnz {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.fastpay-39mwnz ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.fastpay-39mwnz [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.fastpay-39mwnz [data-ref-el],
.fastpay-39mwnz span,
.fastpay-39mwnz a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.fastpay-7kti5a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .fastpay-7kti5a {
    margin-bottom: 12px;
  }
}

.fastpay-g1uhaj {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.fastpay-g1uhaj img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .fastpay-g1uhaj:last-child {
    margin-right: 0;
  }
}

.fastpay-mz375o {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.fastpay-7kti5a:hover .fastpay-i10mjt {
  visibility: visible;
  opacity: 1;
}

.fastpay-i10mjt {
  position: absolute;
  right: -13px;
  bottom: 30px;
  visibility: hidden;
  max-width: 240px;
  padding: 16px;
  transition: 0.3s;
  opacity: 0;
  border: 1px solid var(--Neutral-200);
  border-radius: 8px;
  background-color: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
}

.fastpay-3lkgn1 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.fastpay-iznwye {
  display: flex;
  margin: 6px;
}

.fastpay-iznwye img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.fastpay-i10mjt::after {
  position: absolute;
  right: 18px;
  bottom: -8px;
  width: 0;
  height: 0;
  content: "";
  border-top: 8px solid var(--Neutral-300);
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid rgba(0, 0, 0, 0);
}

.fastpay-i10mjt::before {
  position: absolute;
  right: 16px;
  bottom: -10px;
  width: 0;
  height: 0;
  content: "";
  border-top: 10px solid var(--Neutral-200);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid rgba(0, 0, 0, 0);
}

.fastpay-j1rb19 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .fastpay-j1rb19 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.fastpay-jkcedq {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .fastpay-jkcedq {
    margin-right: 32px;
  }
}

.fastpay-bvvsin {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .fastpay-bvvsin {
    margin-top: 0;
    width: 340px;
  }
}

.fastpay-bvvsin a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.fastpay-snlks9 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.fastpay-ycd9wq {
  position: relative;
}

@media (min-width: 768px) {
  .fastpay-ycd9wq {
    margin-top: 40px;
  }
}

.fastpay-ycd9wq + .fastpay-pkh7om,
.fastpay-ycd9wq + .fastpay-ycd9wq {
  margin-top: 24px;
}

.fastpay-ql7g53 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .fastpay-ql7g53 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .fastpay-ql7g53 {
    padding: 80px;
  }
}

.fastpay-m6mz8x {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .fastpay-m6mz8x {
    padding: 0 16px;
}


}

.fastpay-jnblpd {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-transform: capitalize;
  margin-bottom: 8px;
  color: var(--text-color);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .fastpay-jnblpd {
    font-size: 48px;
    line-height: 56px;
  }
}

.fastpay-2oi8au {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 24px;
  color: var(--Text-200);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .fastpay-2oi8au {
    font-size: 24px;
    line-height: 32px;
  }
}

.fastpay-us0820 {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin: auto;
  width: 240px;
  padding: 15px 23px;
  transition: 0.3s;
  color: var(--button-text-color);
  border-radius: 16px;
  border: none;
  background: var(--button-bg-color);
  gap: 8px;
  cursor: pointer;
}

.fastpay-us0820:hover {
  background: var(--button-bg-hover);
}

.fastpay-11diaf {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.fastpay-11diaf img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .fastpay-11diaf img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .fastpay-11diaf img {
  min-height: 100%;
  }
}

.fastpay-ql7g53::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.fastpay-274mzh {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.fastpay-274mzh h1,
.fastpay-274mzh h2,
.fastpay-274mzh h3,
.fastpay-274mzh h4 {
  margin-bottom: 6px;
}

.fastpay-274mzh h1:not(:first-child),
.fastpay-274mzh h2:not(:first-child),
.fastpay-274mzh h3:not(:first-child),
.fastpay-274mzh h4:not(:first-child) {
  margin-top: 16px;
}

.fastpay-274mzh h1,
.fastpay-274mzh h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .fastpay-274mzh h1,
  .fastpay-274mzh h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.fastpay-274mzh h2,
.fastpay-274mzh h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .fastpay-274mzh h2,
  .fastpay-274mzh h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.fastpay-274mzh h3,
.fastpay-274mzh h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .fastpay-274mzh h3,
  .fastpay-274mzh h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.fastpay-274mzh h4,
.fastpay-274mzh h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.fastpay-274mzh ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.fastpay-274mzh ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.fastpay-274mzh ul li::before {
  position: absolute;
  top: 11px;
  left: 0;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  content: "";
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--Text-300);
}

.fastpay-274mzh ul ul {
  margin-bottom: 8px;
}

.fastpay-274mzh ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.fastpay-274mzh ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.fastpay-274mzh ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.fastpay-274mzh ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.fastpay-274mzh ol li::marker {
  font-weight: 700;
}

.fastpay-274mzh ol ol {
  margin-bottom: 8px;
}

.fastpay-274mzh ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.fastpay-274mzh ol ul li {
  padding-left: 16px;
}

.fastpay-274mzh table {
  display: block;
  overflow-x: auto;
  width: 100%;
  margin-top: 16px;
  border-spacing: 0 4px;
  overflow-wrap: break-word;
  font-size: 16px;
  position: relative;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-mask-image: none;
  mask-image: none;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  /* background: var(--Neutral-300); */
  padding: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .fastpay-274mzh table {
    padding: 24px;
  }
}

.fastpay-274mzh table.fastpay-uckjgq {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.fastpay-jj678m,
    mask-image 0.3s;
}

.fastpay-274mzh table.fastpay-uckjgq.fastpay-40ubfp {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

@media (min-width: 1200px) {
  .fastpay-274mzh table {
    display: table;
  }
}

.fastpay-274mzh table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-1-color);
  border: 1px solid var(--border-color);
}

.fastpay-274mzh table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.fastpay-274mzh table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.fastpay-274mzh table tbody td {
  background-color: var(--table-2-color);
  width: 150px;
  padding: 11px 18px;
  white-space: nowrap;
  border: 1px solid var(--border-color);
}

@media (min-width: 1200px) {
  .fastpay-274mzh table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.fastpay-274mzh table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.fastpay-274mzh table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.fastpay-274mzh table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.fastpay-274mzh img {
  max-width: 100%;
  height: auto;
}

.fastpay-csw0h6 {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
}

@media (min-width: 768px) {
  .fastpay-csw0h6 {
    padding: 24px;
  }
}

.fastpay-oh1dts {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .fastpay-oh1dts {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.fastpay-oh1dts > * {
  margin: 0 !important;
}

.fastpay-oh1dts img,
.fastpay-stskq2 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .fastpay-oh1dts img,
  .fastpay-stskq2 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.fastpay-fpoeyi {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .fastpay-fpoeyi {
    width: 32px;
    height: 32px;
  }
}

.fastpay-0kcpru {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.fastpay-0kcpru .fastpay-fyiu2k {
  flex-shrink: 0;
}

.fastpay-0kcpru .fastpay-z82mnb svg {
  display: none;
}

.fastpay-aa3qj9 {
  display: grid;
  transition: max-height 0.fastpay-jj678m ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .fastpay-aa3qj9 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .fastpay-aa3qj9 {
    grid-template-columns: 1fr 270px 1fr 270px;
  }
}

.pc61d126-games__list[data-games-type="Live Shows"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.fastpay-aa3qj9.fastpay-wcneai + .fastpay-fyiu2k svg {
  transform: rotate(180deg);
}

.fastpay-pq8m8r {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.fastpay-pq8m8r > div:nth-child(3n) {
  grid-column: span 2;
}

.fastpay-pq8m8r
  > div:nth-child(3n)
  .fastpay-vsc8hy
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .fastpay-pq8m8r {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .fastpay-pq8m8r > div:nth-child(3n) {
    grid-column: unset;
  }

  .fastpay-pq8m8r
    > div:nth-child(3n)
    .fastpay-vsc8hy
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .fastpay-pq8m8r {
    max-width: 270px;
  }
}

.fastpay-pq8m8r .fastpay-vsc8hy button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .fastpay-pq8m8r .fastpay-vsc8hy button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .fastpay-pq8m8r .fastpay-vsc8hy button {
    max-width: 104px;
  }
}

.fastpay-ygujkk {
  height: calc(100% - 16px);
  transition: 0.3s;
  overflow-wrap: break-word;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .fastpay-ygujkk {
    margin-bottom: 0;
  }
}

.fastpay-rgzzri {
  display: none;
  opacity: 0;
}

.fastpay-8kn8h2 {
  width: 100%;
  height: 190px;
  max-width: 100%;
  aspect-ratio: 1/1;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 152px;
    height: 152px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 173px;
    height: 173px;
  }
}

.fastpay-8kn8h2 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.fastpay-vsc8hy {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.fastpay-vsc8hy button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .fastpay-vsc8hy
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .fastpay-vsc8hy
    button {
    max-width: 145px;
  }
}

.fastpay-88galf:first-child
  .fastpay-vsc8hy
  button {
  max-width: 270px;
}

.fastpay-dax3fi {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--text-color);
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.fastpay-ygujkk picture {
  width: 100%;
  max-width: 100%;
}

.fastpay-75of49 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--Neutral-30060);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  overflow: hidden;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.fastpay-75of49 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.fastpay-ygujkk:hover .fastpay-75of49 {
  display: flex;
}

.fastpay-dfhige {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.fastpay-v890w8 {
  display: flex;
}

.fastpay-v890w8:hover .fastpay-i6mxpa,
.fastpay-v890w8 .fastpay-5cj18b .fastpay-i6mxpa {
  display: flex;
}

.fastpay-v890w8 svg {
  flex-shrink: 0;
}

.fastpay-i6mxpa {
  display: none;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  position: absolute;
  z-index: 2;
  top: 34px;
  right: -20px;
  width: 130px;
}

@media (min-width: 768px) {
  .fastpay-i6mxpa {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.fastpay-i6mxpa:hover {
  display: flex;
}

.fastpay-i6mxpa svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.fastpay-glutja {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .fastpay-glutja {
    font-size: 12px;
  }
}

.fastpay-unktd9,
.fastpay-j68rza {
  width: 50%;
  flex-shrink: 0;
}

.fastpay-unktd9 {
  font-weight: 700;
}

.fastpay-j15uot .fastpay-aa3qj9 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .fastpay-j15uot .fastpay-aa3qj9 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .fastpay-j15uot .fastpay-aa3qj9 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.fastpay-j15uot
  .fastpay-dax3fi:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.fastpay-j15uot .fastpay-8kn8h2 {
  height: 100% !important;
  border-radius: 16px;
}

.fastpay-j15uot .fastpay-vsc8hy {
  gap: 4px;
  align-items: center;
}

.fastpay-j15uot .fastpay-vsc8hy button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fastpay-j15uot .fastpay-vsc8hy svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.fastpay-j15uot .fastpay-eyrcss,
.fastpay-j15uot .fastpay-sxg9ce {
  margin-left: -1px;
  height: 12px;
  max-width: 100%;
  mask-repeat: repeat;
  mask-position: left center;
  mask-size: 16px 12px;
  mask-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.fastpay-oisv9i.org/2000/svg'%3E%3Cpath d='M9.fastpay-tn555x 4.fastpay-ju37bg.fastpay-wod5vc 5.fastpay-ssfnbh.fastpay-sfkis8 5.fastpay-vwcrjc.fastpay-xrs3ij 5.fastpay-z0v67m.fastpay-ev57xc 8.fastpay-i4x1ln.fastpay-ikjuq4 9.fastpay-hcps9j.fastpay-llo6zo 9.fastpay-5xw8g7.fastpay-lrhhh4 13.fastpay-rdyzif.fastpay-57j5f2 11.fastpay-btr92x.fastpay-jynzhq 11.fastpay-qgkd2k.fastpay-gbaf41 11.fastpay-tvg418.fastpay-bnanop 13.fastpay-2f1cxz.fastpay-9nsm6q 9.fastpay-ywwhsa.fastpay-2u1xpg 9.fastpay-twcvdx.fastpay-u2p07z 8.fastpay-oxsg9h.fastpay-423au9 5.fastpay-soiz5j.fastpay-ot8dy0 5.fastpay-s88qlz.fastpay-uv3bn5 5.fastpay-xsnz7o.fastpay-c5lbc6 4.fastpay-ran6mx.fastpay-jynzhq 1.fastpay-41mcyr.fastpay-tn555x 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.fastpay-j15uot .fastpay-eyrcss {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.fastpay-j15uot .fastpay-sxg9ce {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.fastpay-5es9x1 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .fastpay-5es9x1 {
    padding: 24px;
  }
}

.fastpay-5es9x1 .fastpay-fyiu2k {
  display: flex;
}

@media (min-width: 768px) {
  .fastpay-5es9x1 .fastpay-fyiu2k {
    display: none;
  }
}

.fastpay-5es9x1 .fastpay-z82mnb svg {
  display: none;
}

.fastpay-hxevvg {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.fastpay-hxevvg .fastpay-pcu17c {
  display: none;
}

@media (min-width: 768px) {
  .fastpay-hxevvg .fastpay-pcu17c {
    display: flex;
  }
}

.fastpay-6zzaep {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .fastpay-6zzaep {
    font-size: 40px;
    line-height: 48px;
  }
}

.fastpay-6zzaep > * {
  margin: 0 !important;
}

.fastpay-6zzaep img,
.fastpay-hlda1x {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .fastpay-6zzaep img,
  .fastpay-hlda1x {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.fastpay-pko5rk {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .fastpay-pko5rk {
    width: 32px;
    height: 32px;
  }
}

.fastpay-g2jfew {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .fastpay-g2jfew {
    gap: 16px;
    margin: 13px 0 16px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .fastpay-g2jfew::-webkit-scrollbar {
    display: none;
  }
}

.fastpay-zj7kwk {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .fastpay-zj7kwk {
    padding: 7px 15px;
  }
}

.fastpay-zj7kwk:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.fastpay-khg3dd {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .fastpay-khg3dd {
    display: flex;
    opacity: 1;
  }
}

.fastpay-zj7kwk picture {
  height: 100%;
  display: block;
}

.fastpay-zj7kwk img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .fastpay-zj7kwk img {
    width: 88px;
    height: 44px;
  }
}

.fastpay-zj7kwk p {
  text-align: center;
  width: 100%;
}

.fastpay-1aypsy {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .fastpay-1aypsy {
    font-size: 40px;
    line-height: 48px;
  }
}

.fastpay-1aypsy img,
.fastpay-40j2ya {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .fastpay-1aypsy img,
  .fastpay-40j2ya {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.fastpay-yadkf8 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .fastpay-yadkf8 {
    width: 32px;
    height: 32px;
  }
}

.fastpay-a8sgeh {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.fastpay-enkrid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 24px;
  padding-top: 30px;
}

.fastpay-cpvofs {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.fastpay-cpvofs.fastpay-5cj18b {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.fastpay-28t2vc {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  .fastpay-28t2vc {
    font-size: 20px;
    line-height: 28px;
  }
}

.fastpay-x0kl23 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.fastpay-m79bsl {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.fastpay-jj678m ease;
  opacity: 0;
  color: var(--text-color);
}

.fastpay-geottw {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.fastpay-geottw ol,
.fastpay-geottw ul {
  padding-left: 1.3em;
}

.fastpay-cpvofs.fastpay-5cj18b .fastpay-m79bsl {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.fastpay-cpvofs.fastpay-5cj18b .fastpay-x0kl23 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.fastpay-f3wbld {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .fastpay-f3wbld {
    padding: 24px;
  }
}

.fastpay-f3wbld .fastpay-fyiu2k {
  display: flex;
}

@media (min-width: 768px) {
  .fastpay-f3wbld .fastpay-fyiu2k {
    display: none;
  }
}

.fastpay-f3wbld .fastpay-z82mnb svg {
  display: none;
}

.fastpay-m1vwlf {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fastpay-m1vwlf .fastpay-pcu17c {
  display: none;
}

@media (min-width: 768px) {
  .fastpay-m1vwlf .fastpay-pcu17c {
    display: flex;
  }
}

.fastpay-u7ekil {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .fastpay-u7ekil {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.fastpay-u7ekil > * {
  margin: 0 !important;
}

.fastpay-u7ekil img,
.fastpay-5mqntt {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .fastpay-u7ekil img,
  .fastpay-5mqntt {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.fastpay-l6cd7y {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .fastpay-l6cd7y {
    width: 32px;
    height: 32px;
  }
}

.fastpay-p0dp4g {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .fastpay-p0dp4g {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .fastpay-p0dp4g::-webkit-scrollbar {
    display: none;
  }
}

.fastpay-ityiio {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.fastpay-ityiio:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.fastpay-d2u8bl {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .fastpay-d2u8bl {
    display: flex;
    opacity: 1;
  }
}

.fastpay-ityiio picture {
  width: auto;
  height: 100%;
  display: block;
}

.fastpay-ityiio picture img {
  display: block;
  width: auto;
  height: 100%;
}

.fastpay-9u4od4 {
  margin: -24px 0;
}

.fastpay-9u4od4:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .fastpay-9u4od4 {
    margin: -16px 0;
  }
}

.fastpay-v9va2i {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .fastpay-v9va2i {
    flex-direction: row;
  }
}

.fastpay-10vef4 {
  padding: 12px 12px 12px 50px;
  border-radius: 16px;
  background:
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTguMzk5OSAxNy42TDIzLjk5OTkgMjMuMiIgc3Ryb2tlPSIjOTk5OTk5IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgogIDxjaXJjbGUgY3g9IjExLjIiIGN5PSIxMS4yIiByPSI5LjQiIHN0cm9rZT0iIzk5OTk5OSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+")
      no-repeat 16px center,
    var(--Neutral-300);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  color: var(--Text-400);
}

@media (min-width: 768px) {
  .fastpay-10vef4 {
    flex: 1;
  }
}

.fastpay-10vef4::placeholder {
  color: var(--Text-400);
}

.fastpay-b8t98s {
  padding: 10px 15px;
  border-radius: 16px;
  border: 1px solid var(--Primary-200);
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  gap: 8px;
  color: var(--Text-100);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.fastpay-pbwqcz {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.fastpay-pbwqcz::-webkit-scrollbar {
  display: none;
}

.fastpay-6tiznj {
  border-radius: 16px;
  background-color: var(--neutral-30060);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: var(--Text-100);
  margin: 4px;
  text-align: center;
  padding: 7px 15.5px;
  border: 1px solid var(--Primary-200);
  flex-shrink: 0;
  cursor: pointer;
}

.fastpay-6tiznj img,
.fastpay-6tiznj svg {
  margin-right: 8px;
}

.fastpay-eyx756 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.fastpay-9u4od4 + .fastpay-eoitlg {
  margin-top: 0;
}

@media (min-width: 768px) {
  .fastpay-9u4od4 + .fastpay-eoitlg {
    margin-top: -16px;
  }
}

.fastpay-u23ji3 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.fastpay-u23ji3 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.fastpay-u23ji3 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.fastpay-p11u28 {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 15px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.fastpay-6eww4k {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.fastpay-qhzy40 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.fastpay-6qg24z {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.fastpay-uj272l {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.fastpay-p11u28 button {
  border-radius: 16px;
  background: var(--button-bg-color);
  padding: 10px 15px;
  color: var(--button-text-color);
  text-align: center;
  font-feature-settings: "liga" off;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  flex: 1;
}

.fastpay-p11u28 button svg {
  pointer-events: none;
  touch-action: none;
  display: inline-block;
  vertical-align: sub;
  margin-right: 6px;
  width: 20px;
  height: 20px;
  object-position: center;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .fastpay-p11u28 {
    padding: 39px 179px 39px 39px;
  }

  .fastpay-6eww4k {
    font-size: 40px;
    line-height: 48px;
  }

  .fastpay-uj272l {
    height: 348px;
  }

  .fastpay-p11u28 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .fastpay-p11u28 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .fastpay-p11u28 {
    padding: 63px;
  }
}

.fastpay-hy4t0u {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .fastpay-hy4t0u {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.fastpay-9pp35c {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .fastpay-9pp35c {
    width: auto;
  }
}

.fastpay-6ar9vi {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x;
  margin-top: 4px;
}

.fastpay-6ar9vi::-webkit-scrollbar {
  display: none;
}

.fastpay-6ar9vi a {
  background-color: var(--Neutral-300);
  color: var(--Text-300);
  padding: 8px 16px;
  flex-shrink: 0;
  display: flex;
  white-space: nowrap;
  font-weight: 700;
  font-size: 16px;
  margin-right: 8px;
  border-radius: var(--M, 8px);
}

.fastpay-6ar9vi a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .fastpay-6ar9vi {
    margin-left: 16px;
    margin-top: 0;
  }
}

.fastpay-hy4t0u .fastpay-5mtj4b {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.fastpay-jj678m,
    mask-image 0.3s;
}

.fastpay-hy4t0u .fastpay-5mtj4b.fastpay-40ubfp {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.fastpay-3mts98 {
  margin: 40px -16px;
}

.fastpay-jdaulx + .fastpay-pkh7om,
.fastpay-jdaulx + .fastpay-ycd9wq {
  margin-top: 24px;
}

.fastpay-h4oytk {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.fastpay-h4oytk picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.fastpay-dfrvom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .fastpay-dfrvom {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .fastpay-dfrvom {
    margin-top: 0;
  }
}

.fastpay-l6sfq9 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .fastpay-l6sfq9 {
    font-size: 24px;
    line-height: 32px;
  }
}

.fastpay-ud5fet {
  max-width: 700px;
  padding: 18px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30080);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 768px) {
  .fastpay-ud5fet {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.fastpay-zqyacg {
  position: relative;
  z-index: 1;
  width: 100%;
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--neutral-30080) 49.52%
  );
  padding: 16px 16px;
}

@media (min-width: 1200px) {
  .fastpay-zqyacg {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.fastpay-5rfg07 {
  font-weight: 700;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: var(--Text-300);
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
}

@media (min-width: 1200px) {
  .fastpay-5rfg07 {
    font-size: 20px;
    line-height: 28px;
  }
}

.fastpay-lcyyoe {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .fastpay-lcyyoe {
    font-size: 32px;
    line-height: 40px;
  }
}

.fastpay-gvx6rs {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  display: flex;
  padding: 8px;
  align-items: center;
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
  color: var(--Text-100);
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.fastpay-y80wb3 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.fastpay-y80wb3 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fastpay-eoitlg {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.fastpay-wnk1f7 {
  border-radius: 16px;
  background: var(--Primary-200);
  padding: 15px 24px;
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

@media (min-width: 768px) {
  .fastpay-wnk1f7 {
    padding: 15px 48px;
  }
}

main > .fastpay-eoitlg {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .fastpay-aa3qj9.fastpay-atlgko > div:nth-child(n+5) {
    display: none;
  }
}

.fastpay-274mzh p a img {
  display: block;
  margin: 0 auto;
}


.fastpay-e4r6i6 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

/* contanct form */
.fastpay-fgcm0m {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.fastpay-fgcm0m label {
  font-size: 14px;
}

.fastpay-fgcm0m h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.fastpay-fgcm0m input,
.fastpay-fgcm0m textarea,
.fastpay-fgcm0m button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.fastpay-fgcm0m button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.fastpay-hz1xp1 ease;
}
.fastpay-fgcm0m button:hover {
  background-color: var(--button-bg-hover);
}
.fastpay-yx4sfn {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.fastpay-zm0v95 ease-in;
}

.fastpay-yx4sfn h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.fastpay-i65jzy, .fastpay-pzrlzo, [class*="review-card"],
thead, thead th, table th, .fastpay-u7h4s4,
.fastpay-41haqq, [class*="collapsible-header"],
.fastpay-q8o9y1, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v4 */
header nav li a, header ul li a { color: var(--text-color) !important; }
