* {
  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-cbumw2 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .fastpay-cbumw2 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .fastpay-cbumw2 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.fastpay-vla0td {
  overflow: hidden;
}

.fastpay-1ep5ib img {
  background: var(--Neutral-300);
}

.fastpay-u2vfvi {
  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-cv7pqf {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.fastpay-cv7pqf:hover {
  background: var(--button-bg-hover);
}

.fastpay-zj8cnt {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.fastpay-zj8cnt:hover {
  background: var(--button-bg-hover);
}

.fastpay-7c6tx2 {
  font-size: 12px;
  line-height: 18px;
}

.fastpay-ahmopu {
  font-size: 18px;
  line-height: 26px;
}

.fastpay-b7b3xt {
  width: 100%;
}

.fastpay-5tw33w {
  padding: 6px 16px;
}

.fastpay-m966m7 {
  padding: 10px 16px;
}

.fastpay-phj1nn {
  padding: 15px 26px;
}

.fastpay-85ldyw {
  flex-shrink: 0;
}

.fastpay-khnlzi {
  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-lxi2qq {
  display: none;
}

.fastpay-2sneg3 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.fastpay-90sw20 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.fastpay-gwhloh {
  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-1cfx8x {
  cursor: grab;
}

.fastpay-gwhloh::-webkit-scrollbar {
  display: none;
}

.fastpay-osqlaj {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.fastpay-mq8uo7 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.fastpay-5jkacm {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.fastpay-13qddn {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.fastpay-rfwt1a {
  visibility: visible;
}

.fastpay-3e37mt {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.fastpay-zlxnvc ease;
}

.fastpay-9ynh6h {
  background-color: var(--Primary-200);
  width: 16px;
}

.fastpay-rsq6hn {
  -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-zlxnvc,
    mask-image 0.3s;
}

.fastpay-rsq6hn.fastpay-cukvxo {
  -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-08fv6s: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-zphw96 {
  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-poamia.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-poamia.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-tygxnv {
  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-tygxnv::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-3wcyt3 {
  position: relative;
  z-index: 1;
}

.fastpay-3h07ow {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.fastpay-yaco2p {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.fastpay-xs48gd {
  font-size: 40px;
  line-height: 48px;
}

.fastpay-mlb3yp {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.fastpay-iydu10 {
  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-iydu10:hover {
  background: var(--Primary-400);
}

.fastpay-iydu10 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.fastpay-08fv6s 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-tygxnv {
    max-width: 600px;
    padding: 64px;
  }

  .fastpay-3h07ow {
    font-size: 24px;
    line-height: 32px;
  }

  .fastpay-yaco2p {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .fastpay-xs48gd {
    font-size: 50px;
    line-height: 56px;
  }

  .fastpay-mlb3yp {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .fastpay-zphw96 {
    top: 25px;
    right: 25px;
  }
}

.fastpay-d6df3m,
.fastpay-l4qbfx {
  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-k23a5l.fastpay-pi45yz::before,
.fastpay-l4qbfx::before,
.fastpay-u6s45w::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-poamia.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.fastpay-w3oztf 14.fastpay-ex1khb.fastpay-kmlaw1 14.fastpay-lnfb6m 15.fastpay-l0i5xe 14.fastpay-oftml6 15.fastpay-bwry1e 14.fastpay-2o19k7.fastpay-4imzev 14.fastpay-gyvfzm 19.fastpay-cg7sdc 12.fastpay-pwklhh 19.fastpay-cg7sdc 10.fastpay-u7h319.fastpay-cg7sdc 8.fastpay-hq1sva 17.fastpay-xdoy2c 7.fastpay-p5neu2 15.fastpay-gj8j0p 7.fastpay-75tsnz.fastpay-ckjkip 7.fastpay-p5neu2 11.fastpay-73kw9c 8.fastpay-hq1sva 11.fastpay-73kw9c 10.fastpay-hib4rc.fastpay-73kw9c 12.fastpay-fvqdke 13.fastpay-97bbya 14.fastpay-yqtyby 15.fastpay-bcelcw 14.fastpay-0hceoj.fastpay-p8sre4 14.fastpay-3qfju3 15.fastpay-we8fhi 14.fastpay-vpghcv 15.fastpay-pcxaid 14.fastpay-ikt66k.fastpay-w3oztf 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.fastpay-89bu0t 15.fastpay-5d3ve1.fastpay-672f3n 15.fastpay-tpivq2 15.fastpay-r91xol 15.fastpay-9brel6 15.fastpay-q2caqg 15.fastpay-v6apf8.fastpay-w2c6tv 15.fastpay-9brel6 15.fastpay-el8ifd 15.fastpay-gfz3we 15.fastpay-mnr2qw 15.fastpay-k59jm0.fastpay-ixq3ff 15.fastpay-hsgyr0 7.fastpay-ghe9a4 18.fastpay-45r7os 7.fastpay-vm288s 23.fastpay-95afa1.fastpay-lndyao.fastpay-656f3c 18.fastpay-6ezccv 19.fastpay-tf1icf 15.fastpay-ufp7zs 15.fastpay-89bu0t 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.fastpay-v4w9m0 [type="submit"] *,
.fastpay-zvlzdn button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .fastpay-ux863q {
    display: none;
  }
}

.fastpay-o0gcax {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .fastpay-o0gcax {
  display: none;
}

@media (min-width: 768px) {
  .fastpay-o0gcax {
    bottom: 22px;
  }
}

.fastpay-o0gcax input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .fastpay-o0gcax {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.fastpay-r8kn8x.static) .fastpay-o0gcax {
    bottom: 8px;
  }
}

.fastpay-lf8644 {
  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-poamia.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.fastpay-q7jgks 3.fastpay-78a3vf.fastpay-bhmm6j.fastpay-7rs8u3 3.fastpay-08w1h4 3.fastpay-06hrgr 5.fastpay-w6knon 3.fastpay-06hrgr 8.fastpay-je2jvi.fastpay-kqfoa8.fastpay-06hrgr 26.fastpay-24a9xb 5.fastpay-b50oqu 28.fastpay-6teae3 8.fastpay-exr52e 28.fastpay-2224bj.fastpay-c325z8 28.fastpay-ijzgky.fastpay-9k741g 34.fastpay-5v6oof.fastpay-9ykoz2 36.fastpay-dc2gd9 11.fastpay-xz8i7z 37.fastpay-gxopyp 12.fastpay-9qizqi 36.fastpay-sy51ww.fastpay-8oaqu5 28.fastpay-ybj6f0.fastpay-7o38d8.fastpay-kw5s4d 28.fastpay-265m6f 36.fastpay-eg7ieg 26.fastpay-p0o83w 36.fastpay-eg7ieg 23.fastpay-cpw6ts.fastpay-2rssvh.fastpay-eg7ieg 5.fastpay-5jc49g 34.fastpay-rluqby 3.fastpay-08w1h4 31.fastpay-q7jgks 3.fastpay-bwsfim.fastpay-wla13v 18.fastpay-m7kie1.fastpay-8au8o9 18.fastpay-xto4dc 8.fastpay-7f7fze 17.fastpay-ofxrig 8.fastpay-7f7fze 15.fastpay-0soiuh.fastpay-7f7fze 14.fastpay-ksajui 9.fastpay-8au8o9 13.fastpay-y6lbvd 11.fastpay-wla13v 13.fastpay-prdzyj.fastpay-vjsqk1 13.fastpay-y6lbvd 13.fastpay-ybv88a 14.fastpay-ksajui 13.fastpay-ybv88a 15.fastpay-noqf0f.fastpay-ybv88a 17.fastpay-ofxrig 12.fastpay-vjsqk1 18.fastpay-xto4dc 11.fastpay-wla13v 18.fastpay-u07kvq.fastpay-m0rfdn 18.fastpay-8rxvpo.fastpay-nxw6gm 18.fastpay-xto4dc 17.fastpay-3ipz55 17.fastpay-ofxrig 17.fastpay-3ipz55 15.fastpay-pj8h2s.fastpay-3ipz55 14.fastpay-ksajui 18.fastpay-nxw6gm 13.fastpay-y6lbvd 20.fastpay-m0rfdn 13.fastpay-n0ixhp.fastpay-pcnidl 13.fastpay-y6lbvd 22.fastpay-yhkyfl 14.fastpay-ksajui 22.fastpay-yhkyfl 15.fastpay-kfjztq.fastpay-1wfocu 17.fastpay-ofxrig 21.fastpay-pcnidl 18.fastpay-xto4dc 20.fastpay-m0rfdn 18.fastpay-qkkev6.fastpay-d0bwk3 18.fastpay-walwme.fastpay-ffhxyc 18.fastpay-xto4dc 26.fastpay-5pbrno 17.fastpay-ofxrig 26.fastpay-5pbrno 15.fastpay-bocdg1.fastpay-5pbrno 14.fastpay-ksajui 27.fastpay-ffhxyc 13.fastpay-y6lbvd 28.fastpay-d0bwk3 13.fastpay-pdmbfc.fastpay-rl5ecm 13.fastpay-y6lbvd 31.fastpay-vtzbbe 14.fastpay-ksajui 31.fastpay-vtzbbe 15.fastpay-5vjeig.fastpay-5pbrno 17.fastpay-ofxrig 30.fastpay-rl5ecm 18.fastpay-xto4dc 28.fastpay-d0bwk3 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-lf8644 {
    display: none;
  }
}

.fastpay-lztpav {
  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-lztpav {
    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-zvlzdn {
  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-zvlzdn {
    padding: 14px 16px;
  }
}

.fastpay-zvlzdn button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.fastpay-zvlzdn button:first-child {
  align-content: end;
}

.fastpay-zvlzdn button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .fastpay-zvlzdn
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .fastpay-zvlzdn
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.fastpay-zvlzdn button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.fastpay-zvlzdn button:last-child svg {
  width: 38px;
  height: 38px;
}

.fastpay-u6s45w {
  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-u6s45w::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .fastpay-u6s45w,
.pc61d126-chatbot[data-active-screen="3"]
  .fastpay-u6s45w {
  opacity: 1;
  visibility: visible;
}

.fastpay-42c319 {
  flex: 1 1;
}

.fastpay-vqfiss {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .fastpay-vqfiss {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .fastpay-hagzsh {
  display: block;
}

.fastpay-60xuuh {
  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-60xuuh {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.fastpay-l4qbfx {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.fastpay-l4qbfx::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.fastpay-cgxhtj span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.fastpay-cgxhtj p {
  color: var(--Text-100);
}

.fastpay-l4qbfx .fastpay-ka3660 {
  grid-area: button;
}

.fastpay-l4qbfx .fastpay-ka3660::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-poamia.org/2000/svg'%3E%3Cpath d='M4.fastpay-5khmuj 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.fastpay-eq1q9a 15L16.fastpay-eq1q9a 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.fastpay-eq1q9a 5L16.fastpay-eq1q9a 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .fastpay-j8m2v1 {
  display: block;
}

.fastpay-okntxq {
  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-okntxq {
    margin-top: 40px;
  }
}

.fastpay-d6df3m label,
.fastpay-d6df3m input {
  display: block;
  width: 100%;
}

.fastpay-d6df3m label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.fastpay-d6df3m label.fastpay-gtiy6g input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.fastpay-d6df3m label.fastpay-gtiy6g::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-d6df3m 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-d6df3m input::placeholder {
  color: var(--Text-400);
}

.fastpay-l7gi14 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .fastpay-l7gi14 {
  display: flex;
}

.fastpay-l7gi14 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .fastpay-l7gi14 ol {
    height: 420px;
    padding: 24px;
  }
}

.fastpay-l7gi14 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.fastpay-v4w9m0 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .fastpay-v4w9m0 {
    padding: 0 24px 24px;
  }
}

.fastpay-v4w9m0 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-v4w9m0 input::placeholder {
  color: var(--Text-400);
}

.fastpay-v4w9m0 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.fastpay-v4w9m0 [type="submit"]:disabled {
  opacity: 0.5;
}

.fastpay-v4w9m0 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .fastpay-v4w9m0 [type="submit"] {
    right: 40px;
  }
}

.fastpay-k23a5l {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.fastpay-k23a5l.fastpay-pi45yz {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.fastpay-k23a5l.fastpay-pi45yz::before {
  content: "";
  width: 31px;
}

.fastpay-k23a5l.fastpay-pi45yz p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.fastpay-k23a5l.fastpay-updest p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.fastpay-k23a5l p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.fastpay-o0gcax .fastpay-ka3660 {
  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-ux863q {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .fastpay-ux863q {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .fastpay-ux863q {
    padding: 18px 0;
  }
}

.fastpay-ux863q .fastpay-cbumw2 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .fastpay-ux863q .fastpay-cbumw2 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.fastpay-dlaj74 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .fastpay-dlaj74 {
    max-width: 160px;
    height: 40px;
  }
}

.fastpay-dlaj74 picture,
.fastpay-dlaj74 img {
  display: block;
  width: 100%;
  height: 100%;
}

.fastpay-dlaj74 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .fastpay-qep0zq {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.fastpay-zlxnvc ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .fastpay-ux863q.fastpay-k7qvp4 .fastpay-qep0zq {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .fastpay-qep0zq {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .fastpay-qep0zq {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.fastpay-65nnmj,
.fastpay-yhjgf7 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .fastpay-65nnmj,
  .fastpay-yhjgf7 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .fastpay-yhjgf7 {
    display: none;
  }
}

.fastpay-zztbyl {
  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-k7qvp4 .fastpay-zztbyl {
  background: var(--fh-bg-color);
}

.fastpay-zztbyl button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .fastpay-zztbyl {
    display: none;
  }
}

.fastpay-xo1jb3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .fastpay-xo1jb3 {
    display: none;
  }
}

.fastpay-83n0lw {
  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-ux863q.fastpay-k7qvp4 .fastpay-83n0lw:first-child {
  display: none;
}

.fastpay-ux863q.fastpay-k7qvp4 .fastpay-83n0lw:last-child {
  display: block;
}

.fastpay-83n0lw:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .fastpay-83n0lw {
    display: none;
  }
}

.fastpay-b98nkn {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .fastpay-b98nkn {
    display: flex;
  }
}

.fastpay-b98nkn ul {
  max-height: 350px;
  overflow-y: auto;
}

.fastpay-b98nkn:hover ul {
  visibility: visible;
  opacity: 1;
}

.fastpay-b98nkn:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fastpay-b98nkn:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.fastpay-b98nkn:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.fastpay-b98nkn:hover .fastpay-n1tz80 svg {
  transform: rotate(180deg);
}

.fastpay-pehe6j {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.fastpay-umpd7s {
  padding: 0 8px;
}

.fastpay-lxh3zo {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.fastpay-lxh3zo:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .fastpay-lxh3zo {
    padding: 4px 8px;
  }
}

.fastpay-xiyosc {
  display: flex;
}

.fastpay-xiyosc img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.fastpay-n1tz80 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.fastpay-n1tz80 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.fastpay-st0w6y {
  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-st0w6y {
    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-m1x0ft {
  width: 100%;
}

@media (min-width: 1200px) {
  .fastpay-m1x0ft {
    display: none;
  }
}

.fastpay-71j1o0 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.fastpay-n5to16 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.fastpay-mr6jgp {
  display: flex;
}

.fastpay-6val49 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.fastpay-c9lgsk {
  list-style: none;
}

@media (max-width: 1199px) {
  .fastpay-c9lgsk {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .fastpay-c9lgsk {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .fastpay-c9lgsk .fastpay-zg1cm6 [data-ref-el],
  .fastpay-c9lgsk .fastpay-zg1cm6 span,
  .fastpay-c9lgsk .fastpay-zg1cm6 a {
    white-space: nowrap;
  }
}

.fastpay-t2fzn6 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .fastpay-t2fzn6.fastpay-wzl1bp > .fastpay-zg1cm6 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .fastpay-t2fzn6.fastpay-sd9rom:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .fastpay-t2fzn6.fastpay-wzl1bp > .fastpay-vcxkd5 {
    height: auto;
  }

  .fastpay-t2fzn6.fastpay-wzl1bp > div > .fastpay-slsalb {
    transform: rotate(180deg);
  }
}

.fastpay-t2fzn6 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.fastpay-t2fzn6 [data-ref-el],
.fastpay-t2fzn6 span {
  cursor: pointer;
}

.fastpay-t2fzn6 [data-ref-el],
.fastpay-t2fzn6 span,
.fastpay-t2fzn6 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-t2fzn6 [data-ref-el],
  .fastpay-t2fzn6 span,
  .fastpay-t2fzn6 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .fastpay-t2fzn6 [data-ref-el],
  .fastpay-t2fzn6 span,
  .fastpay-t2fzn6 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.fastpay-vcxkd5 {
  height: 0;
  overflow: hidden;
  transition: height 0.fastpay-zlxnvc ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.fastpay-vcxkd5::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.fastpay-vcxkd5::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.fastpay-vcxkd5::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .fastpay-vcxkd5 {
    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-vcxkd5:has(> .fastpay-t2fzn6.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .fastpay-vcxkd5 .fastpay-vcxkd5 {
    padding: 0;
  }

  .fastpay-vcxkd5 .fastpay-t2fzn6 {
    font-weight: 400;
  }

  .fastpay-vcxkd5 .fastpay-t2fzn6:hover > .fastpay-zg1cm6 {
    background: var(--Neutral-300);
  }

  .fastpay-vcxkd5 .fastpay-slsalb {
    rotate: -90deg;
  }
}

.fastpay-zg1cm6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .fastpay-zg1cm6 {
    padding: 8px;
  }

  .fastpay-t2fzn6.fastpay-kbdtkz > .fastpay-zg1cm6 {
    background: var(--Neutral-300);
  }
}

.fastpay-slsalb {
  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-poamia.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.fastpay-kcks13 0.fastpay-ifmy32.fastpay-4cxs7l -0.fastpay-us6vq9 0.fastpay-3a3dzi -0.fastpay-us6vq9 1.fastpay-0yxpmj 0.fastpay-6l827f.fastpay-7rrg87 4.fastpay-ndju12.fastpay-kcks13 0.fastpay-82i2z2.fastpay-w1zcwm -0.fastpay-us6vq9 9.fastpay-1k7e4c -0.fastpay-us6vq9 10.fastpay-4kg6c4 0.fastpay-yoqnhq.fastpay-gxdql2 0.fastpay-4cxs7l 10.fastpay-gxdql2 0.fastpay-3a3dzi 10.fastpay-4kg6c4 1.fastpay-2175d5.fastpay-l2ct71 5.fastpay-thoxyp.fastpay-ipowaz 6.fastpay-13gbj9 5.fastpay-psn89o 6.fastpay-13gbj9 4.fastpay-3z4lqy 5.fastpay-udn8wi.fastpay-kcks13 1.fastpay-75ym28.fastpay-us6vq9 0.fastpay-3a3dzi -0.fastpay-us6vq9 0.fastpay-4cxs7l 0.fastpay-kcks13 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.fastpay-zlxnvc ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .fastpay-slsalb {
    cursor: default;
  }
}

.fastpay-7dv9tt {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.fastpay-s1sd5p {
  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-s1sd5p {
    padding: 40px 4px;
  }
}

.fastpay-2w26k8 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .fastpay-2w26k8 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.fastpay-7kzltd {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .fastpay-7kzltd {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.fastpay-7kzltd ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.fastpay-7kzltd [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.fastpay-7kzltd [data-ref-el],
.fastpay-7kzltd span,
.fastpay-7kzltd a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.fastpay-02d1mw {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .fastpay-02d1mw {
    margin-bottom: 12px;
  }
}

.fastpay-2x0sxz {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.fastpay-2x0sxz img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .fastpay-2x0sxz:last-child {
    margin-right: 0;
  }
}

.fastpay-kpofvw {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.fastpay-02d1mw:hover .fastpay-79a6v6 {
  visibility: visible;
  opacity: 1;
}

.fastpay-79a6v6 {
  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-nwnt27 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.fastpay-x1bfck {
  display: flex;
  margin: 6px;
}

.fastpay-x1bfck img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.fastpay-79a6v6::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-79a6v6::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-5m11bd {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .fastpay-5m11bd {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.fastpay-torolm {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .fastpay-torolm {
    margin-right: 32px;
  }
}

.fastpay-444k3q {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .fastpay-444k3q {
    margin-top: 0;
    width: 340px;
  }
}

.fastpay-444k3q a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.fastpay-7zd0s8 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.fastpay-ne3gcm {
  position: relative;
}

@media (min-width: 768px) {
  .fastpay-ne3gcm {
    margin-top: 40px;
  }
}

.fastpay-ne3gcm + .fastpay-pcsvvo,
.fastpay-ne3gcm + .fastpay-ne3gcm {
  margin-top: 24px;
}

.fastpay-lmmh4q {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .fastpay-lmmh4q {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .fastpay-lmmh4q {
    padding: 80px;
  }
}

.fastpay-awxfa1 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .fastpay-awxfa1 {
    padding: 0 16px;
}


}

.fastpay-t4cfnd {
  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-t4cfnd {
    font-size: 48px;
    line-height: 56px;
  }
}

.fastpay-0drblu {
  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-0drblu {
    font-size: 24px;
    line-height: 32px;
  }
}

.fastpay-825uxh {
  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-825uxh:hover {
  background: var(--button-bg-hover);
}

.fastpay-sconv1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.fastpay-sconv1 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .fastpay-sconv1 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .fastpay-sconv1 img {
  min-height: 100%;
  }
}

.fastpay-lmmh4q::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.fastpay-qkrhex {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.fastpay-qkrhex h1,
.fastpay-qkrhex h2,
.fastpay-qkrhex h3,
.fastpay-qkrhex h4 {
  margin-bottom: 6px;
}

.fastpay-qkrhex h1:not(:first-child),
.fastpay-qkrhex h2:not(:first-child),
.fastpay-qkrhex h3:not(:first-child),
.fastpay-qkrhex h4:not(:first-child) {
  margin-top: 16px;
}

.fastpay-qkrhex h1,
.fastpay-qkrhex h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .fastpay-qkrhex h1,
  .fastpay-qkrhex h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.fastpay-qkrhex h2,
.fastpay-qkrhex h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .fastpay-qkrhex h2,
  .fastpay-qkrhex h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.fastpay-qkrhex h3,
.fastpay-qkrhex h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .fastpay-qkrhex h3,
  .fastpay-qkrhex h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.fastpay-qkrhex h4,
.fastpay-qkrhex h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.fastpay-qkrhex ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.fastpay-qkrhex ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.fastpay-qkrhex 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-qkrhex ul ul {
  margin-bottom: 8px;
}

.fastpay-qkrhex ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.fastpay-qkrhex ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.fastpay-qkrhex ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.fastpay-qkrhex ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.fastpay-qkrhex ol li::marker {
  font-weight: 700;
}

.fastpay-qkrhex ol ol {
  margin-bottom: 8px;
}

.fastpay-qkrhex ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.fastpay-qkrhex ol ul li {
  padding-left: 16px;
}

.fastpay-qkrhex 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-qkrhex table {
    padding: 24px;
  }
}

.fastpay-qkrhex table.fastpay-c71h1l {
  -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-zlxnvc,
    mask-image 0.3s;
}

.fastpay-qkrhex table.fastpay-c71h1l.fastpay-cukvxo {
  -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-qkrhex table {
    display: table;
  }
}

.fastpay-qkrhex 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-qkrhex table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.fastpay-qkrhex table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.fastpay-qkrhex 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-qkrhex table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.fastpay-qkrhex table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.fastpay-qkrhex table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.fastpay-qkrhex table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.fastpay-qkrhex img {
  max-width: 100%;
  height: auto;
}

.fastpay-xg98oa {
  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-xg98oa {
    padding: 24px;
  }
}

.fastpay-jvj2of {
  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-jvj2of {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.fastpay-jvj2of > * {
  margin: 0 !important;
}

.fastpay-jvj2of img,
.fastpay-yo2rgv {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .fastpay-jvj2of img,
  .fastpay-yo2rgv {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.fastpay-z6jelu {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .fastpay-z6jelu {
    width: 32px;
    height: 32px;
  }
}

.fastpay-pu9xdk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.fastpay-pu9xdk .fastpay-twusfc {
  flex-shrink: 0;
}

.fastpay-pu9xdk .fastpay-cpf1hl svg {
  display: none;
}

.fastpay-9hdm09 {
  display: grid;
  transition: max-height 0.fastpay-zlxnvc ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .fastpay-9hdm09 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .fastpay-9hdm09 {
    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-9hdm09.fastpay-jeg3z0 + .fastpay-twusfc svg {
  transform: rotate(180deg);
}

.fastpay-xqerdu {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.fastpay-xqerdu > div:nth-child(3n) {
  grid-column: span 2;
}

.fastpay-xqerdu
  > div:nth-child(3n)
  .fastpay-17kgxu
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .fastpay-xqerdu {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .fastpay-xqerdu > div:nth-child(3n) {
    grid-column: unset;
  }

  .fastpay-xqerdu
    > div:nth-child(3n)
    .fastpay-17kgxu
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .fastpay-xqerdu {
    max-width: 270px;
  }
}

.fastpay-xqerdu .fastpay-17kgxu button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .fastpay-xqerdu .fastpay-17kgxu button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .fastpay-xqerdu .fastpay-17kgxu button {
    max-width: 104px;
  }
}

.fastpay-u4mcsz {
  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-u4mcsz {
    margin-bottom: 0;
  }
}

.fastpay-luozj4 {
  display: none;
  opacity: 0;
}

.fastpay-novgo9 {
  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-novgo9 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.fastpay-17kgxu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.fastpay-17kgxu 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-17kgxu
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .fastpay-17kgxu
    button {
    max-width: 145px;
  }
}

.fastpay-tqegd8:first-child
  .fastpay-17kgxu
  button {
  max-width: 270px;
}

.fastpay-hadubl {
  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-u4mcsz picture {
  width: 100%;
  max-width: 100%;
}

.fastpay-wgd5h1 {
  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-wgd5h1 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.fastpay-u4mcsz:hover .fastpay-wgd5h1 {
  display: flex;
}

.fastpay-xge8tu {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.fastpay-ep1zsw {
  display: flex;
}

.fastpay-ep1zsw:hover .fastpay-g3go0d,
.fastpay-ep1zsw .fastpay-kbdtkz .fastpay-g3go0d {
  display: flex;
}

.fastpay-ep1zsw svg {
  flex-shrink: 0;
}

.fastpay-g3go0d {
  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-g3go0d {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.fastpay-g3go0d:hover {
  display: flex;
}

.fastpay-g3go0d svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.fastpay-j6iuh0 {
  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-j6iuh0 {
    font-size: 12px;
  }
}

.fastpay-sidxc4,
.fastpay-yrjs61 {
  width: 50%;
  flex-shrink: 0;
}

.fastpay-sidxc4 {
  font-weight: 700;
}

.fastpay-ia5qee .fastpay-9hdm09 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .fastpay-ia5qee .fastpay-9hdm09 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .fastpay-ia5qee .fastpay-9hdm09 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.fastpay-ia5qee
  .fastpay-hadubl:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.fastpay-ia5qee .fastpay-novgo9 {
  height: 100% !important;
  border-radius: 16px;
}

.fastpay-ia5qee .fastpay-17kgxu {
  gap: 4px;
  align-items: center;
}

.fastpay-ia5qee .fastpay-17kgxu button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fastpay-ia5qee .fastpay-17kgxu svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.fastpay-ia5qee .fastpay-h50qq5,
.fastpay-ia5qee .fastpay-oul3at {
  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-poamia.org/2000/svg'%3E%3Cpath d='M9.fastpay-y0hjif 4.fastpay-k95uef.fastpay-wul0bl 5.fastpay-w0k58z.fastpay-ssn4vc 5.fastpay-rk0d08.fastpay-odw3p9 5.fastpay-4ibyhh.fastpay-by0xbn 8.fastpay-oyqw2t.fastpay-m0zcti 9.fastpay-92q0v6.fastpay-qhivgv 9.fastpay-6zh65g.fastpay-sqlnk2 13.fastpay-5pyumw.fastpay-a7k4em 11.fastpay-i3u0za.fastpay-kesdbw 11.fastpay-z0apzt.fastpay-z9hhcw 11.fastpay-a2f4ew.fastpay-6v3ppi 13.fastpay-0ons4y.fastpay-jhr3bj 9.fastpay-lntiwf.fastpay-fb3s9h 9.fastpay-1zh92s.fastpay-7yjc3y 8.fastpay-6ll940.fastpay-3mmbcc 5.fastpay-xfea7k.fastpay-o06qa3 5.fastpay-4kgdo3.fastpay-4gq11t 5.fastpay-ji71k7.fastpay-bgra3c 4.fastpay-xqvjuz.fastpay-kesdbw 1.fastpay-ju6ol2.fastpay-y0hjif 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.fastpay-ia5qee .fastpay-h50qq5 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.fastpay-ia5qee .fastpay-oul3at {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.fastpay-ujn1x7 {
  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-ujn1x7 {
    padding: 24px;
  }
}

.fastpay-ujn1x7 .fastpay-twusfc {
  display: flex;
}

@media (min-width: 768px) {
  .fastpay-ujn1x7 .fastpay-twusfc {
    display: none;
  }
}

.fastpay-ujn1x7 .fastpay-cpf1hl svg {
  display: none;
}

.fastpay-6cmnhk {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.fastpay-6cmnhk .fastpay-u2vfvi {
  display: none;
}

@media (min-width: 768px) {
  .fastpay-6cmnhk .fastpay-u2vfvi {
    display: flex;
  }
}

.fastpay-5sfc19 {
  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-5sfc19 {
    font-size: 40px;
    line-height: 48px;
  }
}

.fastpay-5sfc19 > * {
  margin: 0 !important;
}

.fastpay-5sfc19 img,
.fastpay-nsxh4t {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .fastpay-5sfc19 img,
  .fastpay-nsxh4t {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.fastpay-028tzc {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .fastpay-028tzc {
    width: 32px;
    height: 32px;
  }
}

.fastpay-od0wsv {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .fastpay-od0wsv {
    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-od0wsv::-webkit-scrollbar {
    display: none;
  }
}

.fastpay-94aoll {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .fastpay-94aoll {
    padding: 7px 15px;
  }
}

.fastpay-94aoll:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.fastpay-i6ydng {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .fastpay-i6ydng {
    display: flex;
    opacity: 1;
  }
}

.fastpay-94aoll picture {
  height: 100%;
  display: block;
}

.fastpay-94aoll img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .fastpay-94aoll img {
    width: 88px;
    height: 44px;
  }
}

.fastpay-94aoll p {
  text-align: center;
  width: 100%;
}

.fastpay-fbq3gi {
  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-fbq3gi {
    font-size: 40px;
    line-height: 48px;
  }
}

.fastpay-fbq3gi img,
.fastpay-f1kpki {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .fastpay-fbq3gi img,
  .fastpay-f1kpki {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.fastpay-jr3mim {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .fastpay-jr3mim {
    width: 32px;
    height: 32px;
  }
}

.fastpay-lgp1da {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.fastpay-qp75nc {
  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-ucb8at {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.fastpay-ucb8at.fastpay-kbdtkz {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.fastpay-no5j7p {
  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-no5j7p {
    font-size: 20px;
    line-height: 28px;
  }
}

.fastpay-77tclq {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.fastpay-syqev0 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.fastpay-zlxnvc ease;
  opacity: 0;
  color: var(--text-color);
}

.fastpay-l9bdke {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.fastpay-l9bdke ol,
.fastpay-l9bdke ul {
  padding-left: 1.3em;
}

.fastpay-ucb8at.fastpay-kbdtkz .fastpay-syqev0 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.fastpay-ucb8at.fastpay-kbdtkz .fastpay-77tclq {
  transform: rotate(180deg);
  color: var(--text-color);
}

.fastpay-t1ubph {
  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-t1ubph {
    padding: 24px;
  }
}

.fastpay-t1ubph .fastpay-twusfc {
  display: flex;
}

@media (min-width: 768px) {
  .fastpay-t1ubph .fastpay-twusfc {
    display: none;
  }
}

.fastpay-t1ubph .fastpay-cpf1hl svg {
  display: none;
}

.fastpay-at2lc6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fastpay-at2lc6 .fastpay-u2vfvi {
  display: none;
}

@media (min-width: 768px) {
  .fastpay-at2lc6 .fastpay-u2vfvi {
    display: flex;
  }
}

.fastpay-ghaj84 {
  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-ghaj84 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.fastpay-ghaj84 > * {
  margin: 0 !important;
}

.fastpay-ghaj84 img,
.fastpay-n9l68y {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .fastpay-ghaj84 img,
  .fastpay-n9l68y {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.fastpay-um2pjj {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .fastpay-um2pjj {
    width: 32px;
    height: 32px;
  }
}

.fastpay-8yskae {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .fastpay-8yskae {
    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-8yskae::-webkit-scrollbar {
    display: none;
  }
}

.fastpay-2u4i2g {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.fastpay-2u4i2g:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.fastpay-cfxmg4 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .fastpay-cfxmg4 {
    display: flex;
    opacity: 1;
  }
}

.fastpay-2u4i2g picture {
  width: auto;
  height: 100%;
  display: block;
}

.fastpay-2u4i2g picture img {
  display: block;
  width: auto;
  height: 100%;
}

.fastpay-9p6r82 {
  margin: -24px 0;
}

.fastpay-9p6r82:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .fastpay-9p6r82 {
    margin: -16px 0;
  }
}

.fastpay-4pcbs4 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .fastpay-4pcbs4 {
    flex-direction: row;
  }
}

.fastpay-lfjx77 {
  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-lfjx77 {
    flex: 1;
  }
}

.fastpay-lfjx77::placeholder {
  color: var(--Text-400);
}

.fastpay-7xmkly {
  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-popp3j {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.fastpay-popp3j::-webkit-scrollbar {
  display: none;
}

.fastpay-u8dgz5 {
  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-u8dgz5 img,
.fastpay-u8dgz5 svg {
  margin-right: 8px;
}

.fastpay-qrrkjc {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.fastpay-9p6r82 + .fastpay-phoi68 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .fastpay-9p6r82 + .fastpay-phoi68 {
    margin-top: -16px;
  }
}

.fastpay-4wpbq4 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.fastpay-4wpbq4 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.fastpay-4wpbq4 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.fastpay-fq5uld {
  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-emka8s {
  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-3ainnk {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.fastpay-ng9wvd {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.fastpay-ttq7is {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.fastpay-fq5uld 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-fq5uld 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-fq5uld {
    padding: 39px 179px 39px 39px;
  }

  .fastpay-emka8s {
    font-size: 40px;
    line-height: 48px;
  }

  .fastpay-ttq7is {
    height: 348px;
  }

  .fastpay-fq5uld button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .fastpay-fq5uld button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .fastpay-fq5uld {
    padding: 63px;
  }
}

.fastpay-am17sv {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .fastpay-am17sv {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.fastpay-kwnysg {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .fastpay-kwnysg {
    width: auto;
  }
}

.fastpay-d17jcx {
  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-d17jcx::-webkit-scrollbar {
  display: none;
}

.fastpay-d17jcx 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-d17jcx a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .fastpay-d17jcx {
    margin-left: 16px;
    margin-top: 0;
  }
}

.fastpay-am17sv .fastpay-887c5q {
  -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-zlxnvc,
    mask-image 0.3s;
}

.fastpay-am17sv .fastpay-887c5q.fastpay-cukvxo {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.fastpay-9v8tp3 {
  margin: 40px -16px;
}

.fastpay-nlwope + .fastpay-pcsvvo,
.fastpay-nlwope + .fastpay-ne3gcm {
  margin-top: 24px;
}

.fastpay-h7024t {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.fastpay-h7024t picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.fastpay-llkr24 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .fastpay-llkr24 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .fastpay-llkr24 {
    margin-top: 0;
  }
}

.fastpay-ssu3t5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .fastpay-ssu3t5 {
    font-size: 24px;
    line-height: 32px;
  }
}

.fastpay-vtzno4 {
  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-vtzno4 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.fastpay-rzchg5 {
  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-rzchg5 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.fastpay-74affy {
  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-74affy {
    font-size: 20px;
    line-height: 28px;
  }
}

.fastpay-laz8lc {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .fastpay-laz8lc {
    font-size: 32px;
    line-height: 40px;
  }
}

.fastpay-l1ybyk {
  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-oj3brx {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.fastpay-oj3brx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fastpay-phoi68 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.fastpay-xmib01 {
  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-xmib01 {
    padding: 15px 48px;
  }
}

main > .fastpay-phoi68 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .fastpay-9hdm09.fastpay-hyn8eg > div:nth-child(n+5) {
    display: none;
  }
}

.fastpay-qkrhex p a img {
  display: block;
  margin: 0 auto;
}


.fastpay-rs8ze9 {
  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-wu5yfj {
  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-wu5yfj label {
  font-size: 14px;
}

.fastpay-wu5yfj h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.fastpay-wu5yfj input,
.fastpay-wu5yfj textarea,
.fastpay-wu5yfj 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-wu5yfj button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.fastpay-uxkhnm ease;
}
.fastpay-wu5yfj button:hover {
  background-color: var(--button-bg-hover);
}
.fastpay-q2z9o5 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.fastpay-23uox5 ease-in;
}

.fastpay-q2z9o5 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-0lm2k0, .fastpay-y94kah, [class*="review-card"],
thead, thead th, table th, .fastpay-50zoix,
.fastpay-554tt1, [class*="collapsible-header"],
.fastpay-dbis78, [class*="updated-block"] {
  color: #ece7dc !important;
}
