* {
  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-vkzvkc {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .fastpay-vkzvkc {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .fastpay-vkzvkc {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.fastpay-9ow1mr {
  overflow: hidden;
}

.fastpay-giqtnz img {
  background: var(--Neutral-300);
}

.fastpay-pgmr4n {
  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-9dqjgj {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.fastpay-9dqjgj:hover {
  background: var(--button-bg-hover);
}

.fastpay-6n96gf {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.fastpay-6n96gf:hover {
  background: var(--button-bg-hover);
}

.fastpay-10jlcp {
  font-size: 12px;
  line-height: 18px;
}

.fastpay-vwdfz3 {
  font-size: 18px;
  line-height: 26px;
}

.fastpay-uf1vj4 {
  width: 100%;
}

.fastpay-9mea9g {
  padding: 6px 16px;
}

.fastpay-dfv0yb {
  padding: 10px 16px;
}

.fastpay-e4abjz {
  padding: 15px 26px;
}

.fastpay-8sju46 {
  flex-shrink: 0;
}

.fastpay-1fs51p {
  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-rsiy7b {
  display: none;
}

.fastpay-88v1lv {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.fastpay-qv7dc4 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.fastpay-832oma {
  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-qygzt7 {
  cursor: grab;
}

.fastpay-832oma::-webkit-scrollbar {
  display: none;
}

.fastpay-pxe50k {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.fastpay-ysf4aa {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.fastpay-6aap29 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.fastpay-wlmd5u {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.fastpay-mtn4as {
  visibility: visible;
}

.fastpay-x60nv7 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.fastpay-e3b8zl ease;
}

.fastpay-gajzkx {
  background-color: var(--Primary-200);
  width: 16px;
}

.fastpay-lu3xdy {
  -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-e3b8zl,
    mask-image 0.3s;
}

.fastpay-lu3xdy.fastpay-ydb0tt {
  -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-t8t3g1: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-hr6j5w {
  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-f2w6of.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-f2w6of.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-6oztlc {
  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-6oztlc::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-8sbyh8 {
  position: relative;
  z-index: 1;
}

.fastpay-ozjh7k {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.fastpay-gphhei {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.fastpay-jjdh7a {
  font-size: 40px;
  line-height: 48px;
}

.fastpay-ea3ila {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.fastpay-iwvjxs {
  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-iwvjxs:hover {
  background: var(--Primary-400);
}

.fastpay-iwvjxs svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.fastpay-t8t3g1 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-6oztlc {
    max-width: 600px;
    padding: 64px;
  }

  .fastpay-ozjh7k {
    font-size: 24px;
    line-height: 32px;
  }

  .fastpay-gphhei {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .fastpay-jjdh7a {
    font-size: 50px;
    line-height: 56px;
  }

  .fastpay-ea3ila {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .fastpay-hr6j5w {
    top: 25px;
    right: 25px;
  }
}

.fastpay-hlsmrd,
.fastpay-xdabkl {
  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-jftjd8.fastpay-e82jwr::before,
.fastpay-xdabkl::before,
.fastpay-a0anl3::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-f2w6of.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.fastpay-d3ip4r 14.fastpay-6as04p.fastpay-15u6ng 14.fastpay-lk3vlu 15.fastpay-mqqass 14.fastpay-1ety54 15.fastpay-whwf4x 14.fastpay-67gosl.fastpay-nkz522 14.fastpay-6qcvl7 19.fastpay-9t3bvw 12.fastpay-f5eefe 19.fastpay-9t3bvw 10.fastpay-cpo3vo.fastpay-9t3bvw 8.fastpay-slykbf 17.fastpay-yl5tfr 7.fastpay-k5qo9c 15.fastpay-h6m9i0 7.fastpay-3l7gg8.fastpay-oscnjh 7.fastpay-k5qo9c 11.fastpay-mwje26 8.fastpay-slykbf 11.fastpay-mwje26 10.fastpay-dey8sy.fastpay-mwje26 12.fastpay-18vp70 13.fastpay-5pixq0 14.fastpay-kqrwit 15.fastpay-6fqu2e 14.fastpay-faj63c.fastpay-p7twcd 14.fastpay-9mvv68 15.fastpay-3i8ay2 14.fastpay-8u4m69 15.fastpay-r4izd3 14.fastpay-d6ucmb.fastpay-d3ip4r 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.fastpay-naxbix 15.fastpay-6klx84.fastpay-vc50i0 15.fastpay-vyhpbk 15.fastpay-fiqarz 15.fastpay-4pjmuw 15.fastpay-qhtwvo 15.fastpay-vd7sm9.fastpay-15ontd 15.fastpay-4pjmuw 15.fastpay-bhmmim 15.fastpay-c9opmx 15.fastpay-0gq3g9 15.fastpay-vj6cnr.fastpay-siwda3 15.fastpay-j0kplk 7.fastpay-tlj6ih 18.fastpay-q5hibn 7.fastpay-7vrbn6 23.fastpay-2p1wdn.fastpay-gjogsn.fastpay-my81o2 18.fastpay-0yuf3h 19.fastpay-5dfh8t 15.fastpay-f4blwr 15.fastpay-naxbix 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.fastpay-padg48 [type="submit"] *,
.fastpay-g1adrs button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .fastpay-vu84d6 {
    display: none;
  }
}

.fastpay-pfroao {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .fastpay-pfroao {
  display: none;
}

@media (min-width: 768px) {
  .fastpay-pfroao {
    bottom: 22px;
  }
}

.fastpay-pfroao input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .fastpay-pfroao {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.fastpay-aisp7h.static) .fastpay-pfroao {
    bottom: 8px;
  }
}

.fastpay-w0m81b {
  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-f2w6of.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.fastpay-fp0s9h 3.fastpay-kuo4al.fastpay-7scajj.fastpay-01r1vy 3.fastpay-p8j4j2 3.fastpay-gljonl 5.fastpay-7sa1sm 3.fastpay-gljonl 8.fastpay-s5spyf.fastpay-c2rdfn.fastpay-gljonl 26.fastpay-aig3r7 5.fastpay-zn1j1b 28.fastpay-z6nd5o 8.fastpay-6lvl57 28.fastpay-o9str4.fastpay-0cdgsc 28.fastpay-kk0gqu.fastpay-3mtpxs 34.fastpay-kn6xd5.fastpay-bqgrwd 36.fastpay-xss5fz 11.fastpay-5ksgek 37.fastpay-8p7ttl 12.fastpay-8dnzdp 36.fastpay-i522ap.fastpay-ayjkpi 28.fastpay-4lfpep.fastpay-pax43a.fastpay-jlkcka 28.fastpay-2a286m 36.fastpay-hyxi7r 26.fastpay-dnec3o 36.fastpay-hyxi7r 23.fastpay-uus40i.fastpay-h5pn5e.fastpay-hyxi7r 5.fastpay-32ur7o 34.fastpay-cnf9y5 3.fastpay-p8j4j2 31.fastpay-fp0s9h 3.fastpay-5fhe0y.fastpay-aq12ws 18.fastpay-s1dwdt.fastpay-2le9ft 18.fastpay-0a4r6f 8.fastpay-4vb1ov 17.fastpay-5bjhl3 8.fastpay-4vb1ov 15.fastpay-bgoc36.fastpay-4vb1ov 14.fastpay-powlpo 9.fastpay-2le9ft 13.fastpay-uw9kh7 11.fastpay-aq12ws 13.fastpay-7awtdn.fastpay-lsy1o1 13.fastpay-uw9kh7 13.fastpay-7qvbk2 14.fastpay-powlpo 13.fastpay-7qvbk2 15.fastpay-76eln5.fastpay-7qvbk2 17.fastpay-5bjhl3 12.fastpay-lsy1o1 18.fastpay-0a4r6f 11.fastpay-aq12ws 18.fastpay-tdwzr3.fastpay-gpot80 18.fastpay-yj5f7p.fastpay-8ej7d6 18.fastpay-0a4r6f 17.fastpay-xjh0mf 17.fastpay-5bjhl3 17.fastpay-xjh0mf 15.fastpay-ce8yls.fastpay-xjh0mf 14.fastpay-powlpo 18.fastpay-8ej7d6 13.fastpay-uw9kh7 20.fastpay-gpot80 13.fastpay-jc10ur.fastpay-4d5moi 13.fastpay-uw9kh7 22.fastpay-2771ok 14.fastpay-powlpo 22.fastpay-2771ok 15.fastpay-y6k3x4.fastpay-itqhyl 17.fastpay-5bjhl3 21.fastpay-4d5moi 18.fastpay-0a4r6f 20.fastpay-gpot80 18.fastpay-mormgk.fastpay-3dah4u 18.fastpay-xcs6af.fastpay-gymyad 18.fastpay-0a4r6f 26.fastpay-n065ei 17.fastpay-5bjhl3 26.fastpay-n065ei 15.fastpay-7qqxu7.fastpay-n065ei 14.fastpay-powlpo 27.fastpay-gymyad 13.fastpay-uw9kh7 28.fastpay-3dah4u 13.fastpay-p7i25h.fastpay-zu2hhl 13.fastpay-uw9kh7 31.fastpay-wmpckz 14.fastpay-powlpo 31.fastpay-wmpckz 15.fastpay-nxy7q4.fastpay-n065ei 17.fastpay-5bjhl3 30.fastpay-zu2hhl 18.fastpay-0a4r6f 28.fastpay-3dah4u 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-w0m81b {
    display: none;
  }
}

.fastpay-a1umbx {
  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-a1umbx {
    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-g1adrs {
  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-g1adrs {
    padding: 14px 16px;
  }
}

.fastpay-g1adrs button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.fastpay-g1adrs button:first-child {
  align-content: end;
}

.fastpay-g1adrs button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .fastpay-g1adrs
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .fastpay-g1adrs
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.fastpay-g1adrs button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.fastpay-g1adrs button:last-child svg {
  width: 38px;
  height: 38px;
}

.fastpay-a0anl3 {
  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-a0anl3::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .fastpay-a0anl3,
.pc61d126-chatbot[data-active-screen="3"]
  .fastpay-a0anl3 {
  opacity: 1;
  visibility: visible;
}

.fastpay-ysphqm {
  flex: 1 1;
}

.fastpay-sftr1u {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .fastpay-sftr1u {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .fastpay-ei9y3h {
  display: block;
}

.fastpay-55arkb {
  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-55arkb {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.fastpay-xdabkl {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.fastpay-xdabkl::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.fastpay-r53ir4 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.fastpay-r53ir4 p {
  color: var(--Text-100);
}

.fastpay-xdabkl .fastpay-5jygfo {
  grid-area: button;
}

.fastpay-xdabkl .fastpay-5jygfo::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-f2w6of.org/2000/svg'%3E%3Cpath d='M4.fastpay-eov9df 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.fastpay-zeyajb 15L16.fastpay-zeyajb 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.fastpay-zeyajb 5L16.fastpay-zeyajb 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .fastpay-xm2sxh {
  display: block;
}

.fastpay-h841u0 {
  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-h841u0 {
    margin-top: 40px;
  }
}

.fastpay-hlsmrd label,
.fastpay-hlsmrd input {
  display: block;
  width: 100%;
}

.fastpay-hlsmrd label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.fastpay-hlsmrd label.fastpay-1xuxfm input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.fastpay-hlsmrd label.fastpay-1xuxfm::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-hlsmrd 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-hlsmrd input::placeholder {
  color: var(--Text-400);
}

.fastpay-hzojjh {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .fastpay-hzojjh {
  display: flex;
}

.fastpay-hzojjh ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .fastpay-hzojjh ol {
    height: 420px;
    padding: 24px;
  }
}

.fastpay-hzojjh ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.fastpay-padg48 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .fastpay-padg48 {
    padding: 0 24px 24px;
  }
}

.fastpay-padg48 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-padg48 input::placeholder {
  color: var(--Text-400);
}

.fastpay-padg48 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.fastpay-padg48 [type="submit"]:disabled {
  opacity: 0.5;
}

.fastpay-padg48 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .fastpay-padg48 [type="submit"] {
    right: 40px;
  }
}

.fastpay-jftjd8 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.fastpay-jftjd8.fastpay-e82jwr {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.fastpay-jftjd8.fastpay-e82jwr::before {
  content: "";
  width: 31px;
}

.fastpay-jftjd8.fastpay-e82jwr p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.fastpay-jftjd8.fastpay-0eqe82 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.fastpay-jftjd8 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.fastpay-pfroao .fastpay-5jygfo {
  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-vu84d6 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .fastpay-vu84d6 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .fastpay-vu84d6 {
    padding: 18px 0;
  }
}

.fastpay-vu84d6 .fastpay-vkzvkc {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .fastpay-vu84d6 .fastpay-vkzvkc {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.fastpay-d5bkqp {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .fastpay-d5bkqp {
    max-width: 160px;
    height: 40px;
  }
}

.fastpay-d5bkqp picture,
.fastpay-d5bkqp img {
  display: block;
  width: 100%;
  height: 100%;
}

.fastpay-d5bkqp img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .fastpay-2upfxa {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.fastpay-e3b8zl ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .fastpay-vu84d6.fastpay-nlv4rh .fastpay-2upfxa {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .fastpay-2upfxa {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .fastpay-2upfxa {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.fastpay-rvvirx,
.fastpay-8ih8r2 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .fastpay-rvvirx,
  .fastpay-8ih8r2 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .fastpay-8ih8r2 {
    display: none;
  }
}

.fastpay-do0b4k {
  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-nlv4rh .fastpay-do0b4k {
  background: var(--fh-bg-color);
}

.fastpay-do0b4k button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .fastpay-do0b4k {
    display: none;
  }
}

.fastpay-pssec1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .fastpay-pssec1 {
    display: none;
  }
}

.fastpay-fkrglq {
  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-vu84d6.fastpay-nlv4rh .fastpay-fkrglq:first-child {
  display: none;
}

.fastpay-vu84d6.fastpay-nlv4rh .fastpay-fkrglq:last-child {
  display: block;
}

.fastpay-fkrglq:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .fastpay-fkrglq {
    display: none;
  }
}

.fastpay-kjjweu {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .fastpay-kjjweu {
    display: flex;
  }
}

.fastpay-kjjweu ul {
  max-height: 350px;
  overflow-y: auto;
}

.fastpay-kjjweu:hover ul {
  visibility: visible;
  opacity: 1;
}

.fastpay-kjjweu:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fastpay-kjjweu:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.fastpay-kjjweu:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.fastpay-kjjweu:hover .fastpay-5gd56a svg {
  transform: rotate(180deg);
}

.fastpay-wd38pk {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.fastpay-fqrc6n {
  padding: 0 8px;
}

.fastpay-frphtw {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.fastpay-frphtw:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .fastpay-frphtw {
    padding: 4px 8px;
  }
}

.fastpay-efx62t {
  display: flex;
}

.fastpay-efx62t img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.fastpay-5gd56a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.fastpay-5gd56a svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.fastpay-r53e0j {
  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-r53e0j {
    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-ta79um {
  width: 100%;
}

@media (min-width: 1200px) {
  .fastpay-ta79um {
    display: none;
  }
}

.fastpay-x2dlej {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.fastpay-t8k3y2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.fastpay-0iisay {
  display: flex;
}

.fastpay-j00xbh {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.fastpay-erahmh {
  list-style: none;
}

@media (max-width: 1199px) {
  .fastpay-erahmh {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .fastpay-erahmh {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .fastpay-erahmh .fastpay-5x9pwc [data-ref-el],
  .fastpay-erahmh .fastpay-5x9pwc span,
  .fastpay-erahmh .fastpay-5x9pwc a {
    white-space: nowrap;
  }
}

.fastpay-wseexw {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .fastpay-wseexw.fastpay-5v19w9 > .fastpay-5x9pwc {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .fastpay-wseexw.fastpay-0ne53j:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .fastpay-wseexw.fastpay-5v19w9 > .fastpay-77duzk {
    height: auto;
  }

  .fastpay-wseexw.fastpay-5v19w9 > div > .fastpay-0g4u3n {
    transform: rotate(180deg);
  }
}

.fastpay-wseexw [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.fastpay-wseexw [data-ref-el],
.fastpay-wseexw span {
  cursor: pointer;
}

.fastpay-wseexw [data-ref-el],
.fastpay-wseexw span,
.fastpay-wseexw 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-wseexw [data-ref-el],
  .fastpay-wseexw span,
  .fastpay-wseexw a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .fastpay-wseexw [data-ref-el],
  .fastpay-wseexw span,
  .fastpay-wseexw a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.fastpay-77duzk {
  height: 0;
  overflow: hidden;
  transition: height 0.fastpay-e3b8zl ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.fastpay-77duzk::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.fastpay-77duzk::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.fastpay-77duzk::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .fastpay-77duzk {
    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-77duzk:has(> .fastpay-wseexw.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .fastpay-77duzk .fastpay-77duzk {
    padding: 0;
  }

  .fastpay-77duzk .fastpay-wseexw {
    font-weight: 400;
  }

  .fastpay-77duzk .fastpay-wseexw:hover > .fastpay-5x9pwc {
    background: var(--Neutral-300);
  }

  .fastpay-77duzk .fastpay-0g4u3n {
    rotate: -90deg;
  }
}

.fastpay-5x9pwc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .fastpay-5x9pwc {
    padding: 8px;
  }

  .fastpay-wseexw.fastpay-v88oc3 > .fastpay-5x9pwc {
    background: var(--Neutral-300);
  }
}

.fastpay-0g4u3n {
  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-f2w6of.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.fastpay-u9o42e 0.fastpay-ewytqu.fastpay-o9iprs -0.fastpay-1igo09 0.fastpay-f5m9pf -0.fastpay-1igo09 1.fastpay-hmrkh6 0.fastpay-ju587h.fastpay-gbqlaf 4.fastpay-ht68j6.fastpay-u9o42e 0.fastpay-poh8e2.fastpay-f4ghz7 -0.fastpay-1igo09 9.fastpay-lcvexw -0.fastpay-1igo09 10.fastpay-sqbhj4 0.fastpay-9qdmdq.fastpay-thze0z 0.fastpay-o9iprs 10.fastpay-thze0z 0.fastpay-f5m9pf 10.fastpay-sqbhj4 1.fastpay-zkseuv.fastpay-m1jpza 5.fastpay-xe9pwh.fastpay-ngp4oq 6.fastpay-aet2gu 5.fastpay-tr6k0y 6.fastpay-aet2gu 4.fastpay-j65e0w 5.fastpay-g910s8.fastpay-u9o42e 1.fastpay-8h3hxa.fastpay-1igo09 0.fastpay-f5m9pf -0.fastpay-1igo09 0.fastpay-o9iprs 0.fastpay-u9o42e 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.fastpay-e3b8zl ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .fastpay-0g4u3n {
    cursor: default;
  }
}

.fastpay-d2lnjo {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.fastpay-9vm42q {
  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-9vm42q {
    padding: 40px 4px;
  }
}

.fastpay-7xc8e6 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .fastpay-7xc8e6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.fastpay-6wzt83 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .fastpay-6wzt83 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.fastpay-6wzt83 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.fastpay-6wzt83 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.fastpay-6wzt83 [data-ref-el],
.fastpay-6wzt83 span,
.fastpay-6wzt83 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.fastpay-w1ww8q {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .fastpay-w1ww8q {
    margin-bottom: 12px;
  }
}

.fastpay-d9sfwf {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.fastpay-d9sfwf img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .fastpay-d9sfwf:last-child {
    margin-right: 0;
  }
}

.fastpay-awuc0l {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.fastpay-w1ww8q:hover .fastpay-5hrdih {
  visibility: visible;
  opacity: 1;
}

.fastpay-5hrdih {
  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-uwcd2y {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.fastpay-zas4qr {
  display: flex;
  margin: 6px;
}

.fastpay-zas4qr img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.fastpay-5hrdih::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-5hrdih::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-lrl5wo {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .fastpay-lrl5wo {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.fastpay-bh5n49 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .fastpay-bh5n49 {
    margin-right: 32px;
  }
}

.fastpay-gicfpx {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .fastpay-gicfpx {
    margin-top: 0;
    width: 340px;
  }
}

.fastpay-gicfpx a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.fastpay-h1zm5m {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.fastpay-oeeyvp {
  position: relative;
}

@media (min-width: 768px) {
  .fastpay-oeeyvp {
    margin-top: 40px;
  }
}

.fastpay-oeeyvp + .fastpay-tep46y,
.fastpay-oeeyvp + .fastpay-oeeyvp {
  margin-top: 24px;
}

.fastpay-m200fp {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .fastpay-m200fp {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .fastpay-m200fp {
    padding: 80px;
  }
}

.fastpay-29ri4p {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .fastpay-29ri4p {
    padding: 0 16px;
}


}

.fastpay-ooc8be {
  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-ooc8be {
    font-size: 48px;
    line-height: 56px;
  }
}

.fastpay-e6tl3q {
  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-e6tl3q {
    font-size: 24px;
    line-height: 32px;
  }
}

.fastpay-bc9iaj {
  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-bc9iaj:hover {
  background: var(--button-bg-hover);
}

.fastpay-94g2rc {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.fastpay-94g2rc img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .fastpay-94g2rc img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .fastpay-94g2rc img {
  min-height: 100%;
  }
}

.fastpay-m200fp::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.fastpay-5nn9ng {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.fastpay-5nn9ng h1,
.fastpay-5nn9ng h2,
.fastpay-5nn9ng h3,
.fastpay-5nn9ng h4 {
  margin-bottom: 6px;
}

.fastpay-5nn9ng h1:not(:first-child),
.fastpay-5nn9ng h2:not(:first-child),
.fastpay-5nn9ng h3:not(:first-child),
.fastpay-5nn9ng h4:not(:first-child) {
  margin-top: 16px;
}

.fastpay-5nn9ng h1,
.fastpay-5nn9ng h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .fastpay-5nn9ng h1,
  .fastpay-5nn9ng h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.fastpay-5nn9ng h2,
.fastpay-5nn9ng h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .fastpay-5nn9ng h2,
  .fastpay-5nn9ng h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.fastpay-5nn9ng h3,
.fastpay-5nn9ng h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .fastpay-5nn9ng h3,
  .fastpay-5nn9ng h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.fastpay-5nn9ng h4,
.fastpay-5nn9ng h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.fastpay-5nn9ng ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.fastpay-5nn9ng ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.fastpay-5nn9ng 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-5nn9ng ul ul {
  margin-bottom: 8px;
}

.fastpay-5nn9ng ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.fastpay-5nn9ng ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.fastpay-5nn9ng ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.fastpay-5nn9ng ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.fastpay-5nn9ng ol li::marker {
  font-weight: 700;
}

.fastpay-5nn9ng ol ol {
  margin-bottom: 8px;
}

.fastpay-5nn9ng ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.fastpay-5nn9ng ol ul li {
  padding-left: 16px;
}

.fastpay-5nn9ng 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-5nn9ng table {
    padding: 24px;
  }
}

.fastpay-5nn9ng table.fastpay-8abeo3 {
  -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-e3b8zl,
    mask-image 0.3s;
}

.fastpay-5nn9ng table.fastpay-8abeo3.fastpay-ydb0tt {
  -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-5nn9ng table {
    display: table;
  }
}

.fastpay-5nn9ng 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-5nn9ng table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.fastpay-5nn9ng table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.fastpay-5nn9ng 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-5nn9ng table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.fastpay-5nn9ng table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.fastpay-5nn9ng table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.fastpay-5nn9ng table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.fastpay-5nn9ng img {
  max-width: 100%;
  height: auto;
}

.fastpay-thvqmh {
  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-thvqmh {
    padding: 24px;
  }
}

.fastpay-z6rpvz {
  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-z6rpvz {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.fastpay-z6rpvz > * {
  margin: 0 !important;
}

.fastpay-z6rpvz img,
.fastpay-ix0915 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .fastpay-z6rpvz img,
  .fastpay-ix0915 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.fastpay-hkpr0a {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .fastpay-hkpr0a {
    width: 32px;
    height: 32px;
  }
}

.fastpay-801hnv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.fastpay-801hnv .fastpay-h1slb2 {
  flex-shrink: 0;
}

.fastpay-801hnv .fastpay-sxgk6b svg {
  display: none;
}

.fastpay-oceefk {
  display: grid;
  transition: max-height 0.fastpay-e3b8zl ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .fastpay-oceefk {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .fastpay-oceefk {
    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-oceefk.fastpay-06wmms + .fastpay-h1slb2 svg {
  transform: rotate(180deg);
}

.fastpay-k6nwfr {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.fastpay-k6nwfr > div:nth-child(3n) {
  grid-column: span 2;
}

.fastpay-k6nwfr
  > div:nth-child(3n)
  .fastpay-7i75ck
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .fastpay-k6nwfr {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .fastpay-k6nwfr > div:nth-child(3n) {
    grid-column: unset;
  }

  .fastpay-k6nwfr
    > div:nth-child(3n)
    .fastpay-7i75ck
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .fastpay-k6nwfr {
    max-width: 270px;
  }
}

.fastpay-k6nwfr .fastpay-7i75ck button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .fastpay-k6nwfr .fastpay-7i75ck button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .fastpay-k6nwfr .fastpay-7i75ck button {
    max-width: 104px;
  }
}

.fastpay-fx3lma {
  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-fx3lma {
    margin-bottom: 0;
  }
}

.fastpay-5o0ac1 {
  display: none;
  opacity: 0;
}

.fastpay-7a5675 {
  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-7a5675 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.fastpay-7i75ck {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.fastpay-7i75ck 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-7i75ck
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .fastpay-7i75ck
    button {
    max-width: 145px;
  }
}

.fastpay-sy5s1d:first-child
  .fastpay-7i75ck
  button {
  max-width: 270px;
}

.fastpay-c8b4pf {
  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-fx3lma picture {
  width: 100%;
  max-width: 100%;
}

.fastpay-y8k4zf {
  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-y8k4zf svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.fastpay-fx3lma:hover .fastpay-y8k4zf {
  display: flex;
}

.fastpay-0fanc6 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.fastpay-kr7zwp {
  display: flex;
}

.fastpay-kr7zwp:hover .fastpay-s53kjm,
.fastpay-kr7zwp .fastpay-v88oc3 .fastpay-s53kjm {
  display: flex;
}

.fastpay-kr7zwp svg {
  flex-shrink: 0;
}

.fastpay-s53kjm {
  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-s53kjm {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.fastpay-s53kjm:hover {
  display: flex;
}

.fastpay-s53kjm svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.fastpay-m56rml {
  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-m56rml {
    font-size: 12px;
  }
}

.fastpay-j06uv4,
.fastpay-gzfsfm {
  width: 50%;
  flex-shrink: 0;
}

.fastpay-j06uv4 {
  font-weight: 700;
}

.fastpay-11lj5h .fastpay-oceefk {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .fastpay-11lj5h .fastpay-oceefk {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .fastpay-11lj5h .fastpay-oceefk {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.fastpay-11lj5h
  .fastpay-c8b4pf:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.fastpay-11lj5h .fastpay-7a5675 {
  height: 100% !important;
  border-radius: 16px;
}

.fastpay-11lj5h .fastpay-7i75ck {
  gap: 4px;
  align-items: center;
}

.fastpay-11lj5h .fastpay-7i75ck button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fastpay-11lj5h .fastpay-7i75ck svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.fastpay-11lj5h .fastpay-9tw653,
.fastpay-11lj5h .fastpay-f6q2le {
  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-f2w6of.org/2000/svg'%3E%3Cpath d='M9.fastpay-lna38m 4.fastpay-ws9tgj.fastpay-r1pa0x 5.fastpay-ej85oc.fastpay-c5f0vf 5.fastpay-uj8ea1.fastpay-wp0rp2 5.fastpay-8t8h0g.fastpay-ltlnfl 8.fastpay-nzg8qq.fastpay-sk8ols 9.fastpay-0oalsh.fastpay-hro7d6 9.fastpay-nkb2yu.fastpay-bxbonz 13.fastpay-pw3e4l.fastpay-ubsecf 11.fastpay-otomwb.fastpay-2gzan3 11.fastpay-sof99m.fastpay-e03pen 11.fastpay-dbfjlb.fastpay-891n7e 13.fastpay-oikdtv.fastpay-jm2bhy 9.fastpay-pwp7vl.fastpay-vyi9hp 9.fastpay-7dd0km.fastpay-csbps4 8.fastpay-8zlmoh.fastpay-mvdo43 5.fastpay-0y27b5.fastpay-bhn888 5.fastpay-9vogiq.fastpay-88j4vt 5.fastpay-p07a7m.fastpay-ii280a 4.fastpay-gash6h.fastpay-2gzan3 1.fastpay-gcha3n.fastpay-lna38m 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.fastpay-11lj5h .fastpay-9tw653 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.fastpay-11lj5h .fastpay-f6q2le {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.fastpay-e85sim {
  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-e85sim {
    padding: 24px;
  }
}

.fastpay-e85sim .fastpay-h1slb2 {
  display: flex;
}

@media (min-width: 768px) {
  .fastpay-e85sim .fastpay-h1slb2 {
    display: none;
  }
}

.fastpay-e85sim .fastpay-sxgk6b svg {
  display: none;
}

.fastpay-lil6y0 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.fastpay-lil6y0 .fastpay-pgmr4n {
  display: none;
}

@media (min-width: 768px) {
  .fastpay-lil6y0 .fastpay-pgmr4n {
    display: flex;
  }
}

.fastpay-jnvvtw {
  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-jnvvtw {
    font-size: 40px;
    line-height: 48px;
  }
}

.fastpay-jnvvtw > * {
  margin: 0 !important;
}

.fastpay-jnvvtw img,
.fastpay-owxqlu {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .fastpay-jnvvtw img,
  .fastpay-owxqlu {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.fastpay-i1n357 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .fastpay-i1n357 {
    width: 32px;
    height: 32px;
  }
}

.fastpay-32akg4 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .fastpay-32akg4 {
    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-32akg4::-webkit-scrollbar {
    display: none;
  }
}

.fastpay-a8hksw {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .fastpay-a8hksw {
    padding: 7px 15px;
  }
}

.fastpay-a8hksw:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.fastpay-bfawmf {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .fastpay-bfawmf {
    display: flex;
    opacity: 1;
  }
}

.fastpay-a8hksw picture {
  height: 100%;
  display: block;
}

.fastpay-a8hksw img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .fastpay-a8hksw img {
    width: 88px;
    height: 44px;
  }
}

.fastpay-a8hksw p {
  text-align: center;
  width: 100%;
}

.fastpay-vn161a {
  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-vn161a {
    font-size: 40px;
    line-height: 48px;
  }
}

.fastpay-vn161a img,
.fastpay-5dx0wj {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .fastpay-vn161a img,
  .fastpay-5dx0wj {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.fastpay-q7nt4x {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .fastpay-q7nt4x {
    width: 32px;
    height: 32px;
  }
}

.fastpay-lkzac6 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.fastpay-k7w3mi {
  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-9whde8 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.fastpay-9whde8.fastpay-v88oc3 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.fastpay-1dbotb {
  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-1dbotb {
    font-size: 20px;
    line-height: 28px;
  }
}

.fastpay-39v3my {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.fastpay-x99bqw {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.fastpay-e3b8zl ease;
  opacity: 0;
  color: var(--text-color);
}

.fastpay-yxjfkw {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.fastpay-yxjfkw ol,
.fastpay-yxjfkw ul {
  padding-left: 1.3em;
}

.fastpay-9whde8.fastpay-v88oc3 .fastpay-x99bqw {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.fastpay-9whde8.fastpay-v88oc3 .fastpay-39v3my {
  transform: rotate(180deg);
  color: var(--text-color);
}

.fastpay-rgi6p8 {
  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-rgi6p8 {
    padding: 24px;
  }
}

.fastpay-rgi6p8 .fastpay-h1slb2 {
  display: flex;
}

@media (min-width: 768px) {
  .fastpay-rgi6p8 .fastpay-h1slb2 {
    display: none;
  }
}

.fastpay-rgi6p8 .fastpay-sxgk6b svg {
  display: none;
}

.fastpay-ym2ijt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fastpay-ym2ijt .fastpay-pgmr4n {
  display: none;
}

@media (min-width: 768px) {
  .fastpay-ym2ijt .fastpay-pgmr4n {
    display: flex;
  }
}

.fastpay-kckrk3 {
  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-kckrk3 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.fastpay-kckrk3 > * {
  margin: 0 !important;
}

.fastpay-kckrk3 img,
.fastpay-u5x929 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .fastpay-kckrk3 img,
  .fastpay-u5x929 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.fastpay-ynahql {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .fastpay-ynahql {
    width: 32px;
    height: 32px;
  }
}

.fastpay-20zvxr {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .fastpay-20zvxr {
    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-20zvxr::-webkit-scrollbar {
    display: none;
  }
}

.fastpay-vz0op5 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.fastpay-vz0op5:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.fastpay-y6s63c {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .fastpay-y6s63c {
    display: flex;
    opacity: 1;
  }
}

.fastpay-vz0op5 picture {
  width: auto;
  height: 100%;
  display: block;
}

.fastpay-vz0op5 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.fastpay-f5859p {
  margin: -24px 0;
}

.fastpay-f5859p:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .fastpay-f5859p {
    margin: -16px 0;
  }
}

.fastpay-4czldp {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .fastpay-4czldp {
    flex-direction: row;
  }
}

.fastpay-jeg7jj {
  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-jeg7jj {
    flex: 1;
  }
}

.fastpay-jeg7jj::placeholder {
  color: var(--Text-400);
}

.fastpay-mfj5ee {
  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-1y2h1j {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.fastpay-1y2h1j::-webkit-scrollbar {
  display: none;
}

.fastpay-l4h7m6 {
  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-l4h7m6 img,
.fastpay-l4h7m6 svg {
  margin-right: 8px;
}

.fastpay-a15yaq {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.fastpay-f5859p + .fastpay-1aa7tn {
  margin-top: 0;
}

@media (min-width: 768px) {
  .fastpay-f5859p + .fastpay-1aa7tn {
    margin-top: -16px;
  }
}

.fastpay-fsvjzp {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.fastpay-fsvjzp > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.fastpay-fsvjzp > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.fastpay-iwge8s {
  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-102xdh {
  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-4whaak {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.fastpay-9dfsq3 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.fastpay-xjlt0d {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.fastpay-iwge8s 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-iwge8s 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-iwge8s {
    padding: 39px 179px 39px 39px;
  }

  .fastpay-102xdh {
    font-size: 40px;
    line-height: 48px;
  }

  .fastpay-xjlt0d {
    height: 348px;
  }

  .fastpay-iwge8s button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .fastpay-iwge8s button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .fastpay-iwge8s {
    padding: 63px;
  }
}

.fastpay-sxcviu {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .fastpay-sxcviu {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.fastpay-obyi85 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .fastpay-obyi85 {
    width: auto;
  }
}

.fastpay-0rst46 {
  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-0rst46::-webkit-scrollbar {
  display: none;
}

.fastpay-0rst46 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-0rst46 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .fastpay-0rst46 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.fastpay-sxcviu .fastpay-resahv {
  -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-e3b8zl,
    mask-image 0.3s;
}

.fastpay-sxcviu .fastpay-resahv.fastpay-ydb0tt {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.fastpay-diw1fj {
  margin: 40px -16px;
}

.fastpay-pujf0f + .fastpay-tep46y,
.fastpay-pujf0f + .fastpay-oeeyvp {
  margin-top: 24px;
}

.fastpay-amqzeb {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.fastpay-amqzeb picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.fastpay-vywcq4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .fastpay-vywcq4 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .fastpay-vywcq4 {
    margin-top: 0;
  }
}

.fastpay-sa3inp {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .fastpay-sa3inp {
    font-size: 24px;
    line-height: 32px;
  }
}

.fastpay-oscf33 {
  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-oscf33 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.fastpay-tu1xws {
  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-tu1xws {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.fastpay-wt0b0v {
  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-wt0b0v {
    font-size: 20px;
    line-height: 28px;
  }
}

.fastpay-99jtuv {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .fastpay-99jtuv {
    font-size: 32px;
    line-height: 40px;
  }
}

.fastpay-f3km3w {
  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-cr7h4h {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.fastpay-cr7h4h img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fastpay-1aa7tn {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.fastpay-p0s9q5 {
  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-p0s9q5 {
    padding: 15px 48px;
  }
}

main > .fastpay-1aa7tn {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .fastpay-oceefk.fastpay-dg1rgg > div:nth-child(n+5) {
    display: none;
  }
}

.fastpay-5nn9ng p a img {
  display: block;
  margin: 0 auto;
}


.fastpay-nxk8t3 {
  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-ftkbwo {
  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-ftkbwo label {
  font-size: 14px;
}

.fastpay-ftkbwo h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.fastpay-ftkbwo input,
.fastpay-ftkbwo textarea,
.fastpay-ftkbwo 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-ftkbwo button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.fastpay-vnzlvl ease;
}
.fastpay-ftkbwo button:hover {
  background-color: var(--button-bg-hover);
}
.fastpay-jueew1 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.fastpay-tsg3bt ease-in;
}

.fastpay-jueew1 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-0wnikk, .fastpay-he9j5x, [class*="review-card"],
thead, thead th, table th, .fastpay-7bjja9,
.fastpay-msu2to, [class*="collapsible-header"],
.fastpay-xamkd2, [class*="updated-block"] {
  color: #ece7dc !important;
}

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