* {
  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;
  }
}

.payid-i67ird {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .payid-i67ird {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .payid-i67ird {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.payid-327e22 {
  overflow: hidden;
}

.payid-4bgqwo img {
  background: var(--Neutral-300);
}

.payid-qub933 {
  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;
}

.payid-5mfuv7 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.payid-5mfuv7:hover {
  background: var(--button-bg-hover);
}

.payid-cw4xp4 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.payid-cw4xp4:hover {
  background: var(--button-bg-hover);
}

.payid-ztd3dr {
  font-size: 12px;
  line-height: 18px;
}

.payid-cxrj38 {
  font-size: 18px;
  line-height: 26px;
}

.payid-gw8sc0 {
  width: 100%;
}

.payid-vioegt {
  padding: 6px 16px;
}

.payid-7frd07 {
  padding: 10px 16px;
}

.payid-im0ic2 {
  padding: 15px 26px;
}

.payid-9af2f2 {
  flex-shrink: 0;
}

.payid-dlqkkv {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.payid-ha4ogo {
  display: none;
}

.payid-8ghcgr {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.payid-rjwa15 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.payid-el46hv {
  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;
}

.payid-tgm90z {
  cursor: grab;
}

.payid-el46hv::-webkit-scrollbar {
  display: none;
}

.payid-b0y0f3 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.payid-82gqwt {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.payid-7npj29 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.payid-jr9w6y {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.payid-8walhj {
  visibility: visible;
}

.payid-3pujdr {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.payid-qj5zba ease;
}

.payid-9861ip {
  background-color: var(--Primary-200);
  width: 16px;
}

.payid-kgcx8o {
  -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.payid-qj5zba,
    mask-image 0.3s;
}

.payid-kgcx8o.payid-i8h7ut {
  -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;
  }
}

.payid-r6cygk: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;
}

.payid-jtovzd {
  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.payid-npgkop.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.payid-npgkop.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;
}

.payid-xywl3o {
  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);
}

.payid-xywl3o::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%
  );
}

.payid-wv403q {
  position: relative;
  z-index: 1;
}

.payid-ttisr9 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.payid-28fnta {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.payid-ui3n4l {
  font-size: 40px;
  line-height: 48px;
}

.payid-sqdasd {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.payid-fcki79 {
  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;
}

.payid-fcki79:hover {
  background: var(--Primary-400);
}

.payid-fcki79 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.payid-r6cygk 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) {
  .payid-xywl3o {
    max-width: 600px;
    padding: 64px;
  }

  .payid-ttisr9 {
    font-size: 24px;
    line-height: 32px;
  }

  .payid-28fnta {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .payid-ui3n4l {
    font-size: 50px;
    line-height: 56px;
  }

  .payid-sqdasd {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .payid-jtovzd {
    top: 25px;
    right: 25px;
  }
}

.payid-4aqbbo,
.payid-8fw8vi {
  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;
}

.payid-yd42ho.payid-jqx6tt::before,
.payid-8fw8vi::before,
.payid-27d13k::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.payid-npgkop.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.payid-dbra1q 14.payid-y7n2g8.payid-q19e8j 14.payid-u5a6pl 15.payid-ikk61c 14.payid-bsvmgh 15.payid-yx31r4 14.payid-19fzmz.payid-0ut1ai 14.payid-utjzfo 19.payid-2wp3zv 12.payid-oop5ie 19.payid-2wp3zv 10.payid-3l830n.payid-2wp3zv 8.payid-ulcxkp 17.payid-zjtzwr 7.payid-49hgiz 15.payid-hj3e18 7.payid-vfgk8h.payid-02za30 7.payid-49hgiz 11.payid-6eh1h8 8.payid-ulcxkp 11.payid-6eh1h8 10.payid-lwaxff.payid-6eh1h8 12.payid-inha5s 13.payid-3c8qda 14.payid-h9spa4 15.payid-k6r8ap 14.payid-74vhu5.payid-348z7m 14.payid-r09xdq 15.payid-7imuwh 14.payid-ipk00q 15.payid-yt67qj 14.payid-ph0gs2.payid-dbra1q 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.payid-jyncmp 15.payid-hhit8s.payid-lwwxnu 15.payid-8c8b10 15.payid-wcj9hl 15.payid-7k5tcn 15.payid-kmimtk 15.payid-3csi8q.payid-uahduq 15.payid-7k5tcn 15.payid-1wr8go 15.payid-gnqhzh 15.payid-4a74oa 15.payid-s2siua.payid-s07m5l 15.payid-u9an0r 7.payid-kluq3o 18.payid-u382h9 7.payid-6dcqxp 23.payid-2edouh.payid-kptuqi.payid-0m60b1 18.payid-o1uh2v 19.payid-p95fcq 15.payid-aj795j 15.payid-jyncmp 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.payid-udpyqz [type="submit"] *,
.payid-zojhqk button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .payid-34olml {
    display: none;
  }
}

.payid-k3pkln {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .payid-k3pkln {
  display: none;
}

@media (min-width: 768px) {
  .payid-k3pkln {
    bottom: 22px;
  }
}

.payid-k3pkln input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .payid-k3pkln {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.payid-lur6lq.static) .payid-k3pkln {
    bottom: 8px;
  }
}

.payid-9njs33 {
  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.payid-npgkop.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.payid-491ugy 3.payid-5vq1de.payid-mlt22z.payid-rzim6d 3.payid-4t4hbd 3.payid-edj9hp 5.payid-0uo8m3 3.payid-edj9hp 8.payid-d9d0gv.payid-wck90t.payid-edj9hp 26.payid-7ruhz0 5.payid-brsfyu 28.payid-ukb2hy 8.payid-cmu10b 28.payid-hbqebp.payid-ea7b2w 28.payid-k2pixg.payid-8jq9dn 34.payid-n6zdqh.payid-8eam78 36.payid-zjb0h4 11.payid-1s4ead 37.payid-73vvl4 12.payid-p4308f 36.payid-xwep6z.payid-02guns 28.payid-ho2svs.payid-4of826.payid-2wuuj1 28.payid-w4gcsa 36.payid-vq0uxx 26.payid-6ly91x 36.payid-vq0uxx 23.payid-zt27p1.payid-vj4avi.payid-vq0uxx 5.payid-e8afq4 34.payid-xaw8qq 3.payid-4t4hbd 31.payid-491ugy 3.payid-jqawoa.payid-61ybui 18.payid-zeo43d.payid-f25yn8 18.payid-97jjzm 8.payid-ir4160 17.payid-zkv7q2 8.payid-ir4160 15.payid-55r1sg.payid-ir4160 14.payid-t277h8 9.payid-f25yn8 13.payid-lk0dt1 11.payid-61ybui 13.payid-04p1xk.payid-kg7fxv 13.payid-lk0dt1 13.payid-oqex6x 14.payid-t277h8 13.payid-oqex6x 15.payid-lubo4e.payid-oqex6x 17.payid-zkv7q2 12.payid-kg7fxv 18.payid-97jjzm 11.payid-61ybui 18.payid-o9txtn.payid-6la01z 18.payid-99pbqi.payid-hwwzi6 18.payid-97jjzm 17.payid-gbxv9n 17.payid-zkv7q2 17.payid-gbxv9n 15.payid-6a2fvp.payid-gbxv9n 14.payid-t277h8 18.payid-hwwzi6 13.payid-lk0dt1 20.payid-6la01z 13.payid-ip7mtp.payid-t7g50g 13.payid-lk0dt1 22.payid-kvjgbl 14.payid-t277h8 22.payid-kvjgbl 15.payid-md9v8u.payid-m6fj09 17.payid-zkv7q2 21.payid-t7g50g 18.payid-97jjzm 20.payid-6la01z 18.payid-tr39lu.payid-86j2ev 18.payid-8n10ek.payid-bzv8xr 18.payid-97jjzm 26.payid-oljwzr 17.payid-zkv7q2 26.payid-oljwzr 15.payid-k1or7a.payid-oljwzr 14.payid-t277h8 27.payid-bzv8xr 13.payid-lk0dt1 28.payid-86j2ev 13.payid-sxjvnh.payid-ds1rbj 13.payid-lk0dt1 31.payid-ln3j78 14.payid-t277h8 31.payid-ln3j78 15.payid-l7kch6.payid-oljwzr 17.payid-zkv7q2 30.payid-ds1rbj 18.payid-97jjzm 28.payid-86j2ev 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"])
    .payid-9njs33 {
    display: none;
  }
}

.payid-d66rsr {
  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) {
  .payid-d66rsr {
    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;
}

.payid-zojhqk {
  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) {
  .payid-zojhqk {
    padding: 14px 16px;
  }
}

.payid-zojhqk button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.payid-zojhqk button:first-child {
  align-content: end;
}

.payid-zojhqk button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .payid-zojhqk
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .payid-zojhqk
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.payid-zojhqk button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.payid-zojhqk button:last-child svg {
  width: 38px;
  height: 38px;
}

.payid-27d13k {
  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;
}

.payid-27d13k::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .payid-27d13k,
.pc61d126-chatbot[data-active-screen="3"]
  .payid-27d13k {
  opacity: 1;
  visibility: visible;
}

.payid-q6fvoj {
  flex: 1 1;
}

.payid-rya9jh {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .payid-rya9jh {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .payid-kyuh5v {
  display: block;
}

.payid-drvhvg {
  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) {
  .payid-drvhvg {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.payid-8fw8vi {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.payid-8fw8vi::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.payid-99axc9 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.payid-99axc9 p {
  color: var(--Text-100);
}

.payid-8fw8vi .payid-6h2e39 {
  grid-area: button;
}

.payid-8fw8vi .payid-6h2e39::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.payid-npgkop.org/2000/svg'%3E%3Cpath d='M4.payid-d5z4v2 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.payid-qjl65p 15L16.payid-qjl65p 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.payid-qjl65p 5L16.payid-qjl65p 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .payid-9sf0do {
  display: block;
}

.payid-9fnwd8 {
  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) {
  .payid-9fnwd8 {
    margin-top: 40px;
  }
}

.payid-4aqbbo label,
.payid-4aqbbo input {
  display: block;
  width: 100%;
}

.payid-4aqbbo label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.payid-4aqbbo label.payid-p03ray input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.payid-4aqbbo label.payid-p03ray::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;
}

.payid-4aqbbo 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;
}

.payid-4aqbbo input::placeholder {
  color: var(--Text-400);
}

.payid-yvhu48 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .payid-yvhu48 {
  display: flex;
}

.payid-yvhu48 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .payid-yvhu48 ol {
    height: 420px;
    padding: 24px;
  }
}

.payid-yvhu48 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.payid-udpyqz {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .payid-udpyqz {
    padding: 0 24px 24px;
  }
}

.payid-udpyqz 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;
}

.payid-udpyqz input::placeholder {
  color: var(--Text-400);
}

.payid-udpyqz [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.payid-udpyqz [type="submit"]:disabled {
  opacity: 0.5;
}

.payid-udpyqz [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .payid-udpyqz [type="submit"] {
    right: 40px;
  }
}

.payid-yd42ho {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.payid-yd42ho.payid-jqx6tt {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.payid-yd42ho.payid-jqx6tt::before {
  content: "";
  width: 31px;
}

.payid-yd42ho.payid-jqx6tt p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.payid-yd42ho.payid-iqsm4a p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.payid-yd42ho p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.payid-k3pkln .payid-6h2e39 {
  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;
  }
}

.payid-34olml {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .payid-34olml {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .payid-34olml {
    padding: 18px 0;
  }
}

.payid-34olml .payid-i67ird {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .payid-34olml .payid-i67ird {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.payid-6i3ebr {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .payid-6i3ebr {
    max-width: 160px;
    height: 40px;
  }
}

.payid-6i3ebr picture,
.payid-6i3ebr img {
  display: block;
  width: 100%;
  height: 100%;
}

.payid-6i3ebr img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .payid-hl0ohv {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.payid-qj5zba ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .payid-34olml.payid-l9p69h .payid-hl0ohv {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .payid-hl0ohv {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .payid-hl0ohv {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.payid-w0spzw,
.payid-muiu9u {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .payid-w0spzw,
  .payid-muiu9u {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .payid-muiu9u {
    display: none;
  }
}

.payid-g6fvb3 {
  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;
}

.payid-l9p69h .payid-g6fvb3 {
  background: var(--fh-bg-color);
}

.payid-g6fvb3 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .payid-g6fvb3 {
    display: none;
  }
}

.payid-3e55n9 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .payid-3e55n9 {
    display: none;
  }
}

.payid-uujloy {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.payid-34olml.payid-l9p69h .payid-uujloy:first-child {
  display: none;
}

.payid-34olml.payid-l9p69h .payid-uujloy:last-child {
  display: block;
}

.payid-uujloy:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .payid-uujloy {
    display: none;
  }
}

.payid-luzcjb {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .payid-luzcjb {
    display: flex;
  }
}

.payid-luzcjb ul {
  max-height: 350px;
  overflow-y: auto;
}

.payid-luzcjb:hover ul {
  visibility: visible;
  opacity: 1;
}

.payid-luzcjb:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.payid-luzcjb:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.payid-luzcjb:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.payid-luzcjb:hover .payid-blvch1 svg {
  transform: rotate(180deg);
}

.payid-95r2wy {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.payid-35om6g {
  padding: 0 8px;
}

.payid-w8tycz {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.payid-w8tycz:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .payid-w8tycz {
    padding: 4px 8px;
  }
}

.payid-gp9oso {
  display: flex;
}

.payid-gp9oso img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.payid-blvch1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.payid-blvch1 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.payid-7w57vk {
  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) {
  .payid-7w57vk {
    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;
  }
}

.payid-jiyior {
  width: 100%;
}

@media (min-width: 1200px) {
  .payid-jiyior {
    display: none;
  }
}

.payid-50yj0y {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.payid-5w5dsz {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.payid-o27hoq {
  display: flex;
}

.payid-dmt17a {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.payid-sbs9l7 {
  list-style: none;
}

@media (max-width: 1199px) {
  .payid-sbs9l7 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .payid-sbs9l7 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .payid-sbs9l7 .payid-l899h8 [data-ref-el],
  .payid-sbs9l7 .payid-l899h8 span,
  .payid-sbs9l7 .payid-l899h8 a {
    white-space: nowrap;
  }
}

.payid-t7l58c {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .payid-t7l58c.payid-f5i70a > .payid-l899h8 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .payid-t7l58c.payid-x9cqzm:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .payid-t7l58c.payid-f5i70a > .payid-icgeez {
    height: auto;
  }

  .payid-t7l58c.payid-f5i70a > div > .payid-shdygm {
    transform: rotate(180deg);
  }
}

.payid-t7l58c [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.payid-t7l58c [data-ref-el],
.payid-t7l58c span {
  cursor: pointer;
}

.payid-t7l58c [data-ref-el],
.payid-t7l58c span,
.payid-t7l58c a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .payid-t7l58c [data-ref-el],
  .payid-t7l58c span,
  .payid-t7l58c a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .payid-t7l58c [data-ref-el],
  .payid-t7l58c span,
  .payid-t7l58c a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.payid-icgeez {
  height: 0;
  overflow: hidden;
  transition: height 0.payid-qj5zba ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.payid-icgeez::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.payid-icgeez::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.payid-icgeez::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .payid-icgeez {
    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;
  }

  .payid-icgeez:has(> .payid-t7l58c.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .payid-icgeez .payid-icgeez {
    padding: 0;
  }

  .payid-icgeez .payid-t7l58c {
    font-weight: 400;
  }

  .payid-icgeez .payid-t7l58c:hover > .payid-l899h8 {
    background: var(--Neutral-300);
  }

  .payid-icgeez .payid-shdygm {
    rotate: -90deg;
  }
}

.payid-l899h8 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .payid-l899h8 {
    padding: 8px;
  }

  .payid-t7l58c.payid-e3u56x > .payid-l899h8 {
    background: var(--Neutral-300);
  }
}

.payid-shdygm {
  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.payid-npgkop.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.payid-oq86y6 0.payid-f0s101.payid-hw87ty -0.payid-uxshtg 0.payid-6gg8w4 -0.payid-uxshtg 1.payid-d7ii08 0.payid-3s4k9h.payid-79eljw 4.payid-c4b3dl.payid-oq86y6 0.payid-tnfk0p.payid-0p6di2 -0.payid-uxshtg 9.payid-fc4uf0 -0.payid-uxshtg 10.payid-itrjaj 0.payid-p7rods.payid-wphge0 0.payid-hw87ty 10.payid-wphge0 0.payid-6gg8w4 10.payid-itrjaj 1.payid-aqcrfw.payid-pu5ehe 5.payid-qudu1m.payid-go5tkm 6.payid-f3mnrk 5.payid-qkt6x8 6.payid-f3mnrk 4.payid-od4deq 5.payid-gx8t8e.payid-oq86y6 1.payid-s54c4o.payid-uxshtg 0.payid-6gg8w4 -0.payid-uxshtg 0.payid-hw87ty 0.payid-oq86y6 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.payid-qj5zba ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .payid-shdygm {
    cursor: default;
  }
}

.payid-16h42a {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.payid-6wm14w {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .payid-6wm14w {
    padding: 40px 4px;
  }
}

.payid-4hrj1j {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .payid-4hrj1j {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.payid-0odiv3 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .payid-0odiv3 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.payid-0odiv3 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.payid-0odiv3 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.payid-0odiv3 [data-ref-el],
.payid-0odiv3 span,
.payid-0odiv3 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.payid-a6qs9v {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .payid-a6qs9v {
    margin-bottom: 12px;
  }
}

.payid-r8kxzu {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.payid-r8kxzu img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .payid-r8kxzu:last-child {
    margin-right: 0;
  }
}

.payid-h1nyst {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.payid-a6qs9v:hover .payid-snm1mk {
  visibility: visible;
  opacity: 1;
}

.payid-snm1mk {
  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);
}

.payid-h8idz3 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.payid-x4h7r0 {
  display: flex;
  margin: 6px;
}

.payid-x4h7r0 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.payid-snm1mk::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);
}

.payid-snm1mk::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);
}

.payid-5tzbko {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .payid-5tzbko {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.payid-nv8dgu {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .payid-nv8dgu {
    margin-right: 32px;
  }
}

.payid-ae32rn {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .payid-ae32rn {
    margin-top: 0;
    width: 340px;
  }
}

.payid-ae32rn a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.payid-v9b1ye {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.payid-6ogg89 {
  position: relative;
}

@media (min-width: 768px) {
  .payid-6ogg89 {
    margin-top: 40px;
  }
}

.payid-6ogg89 + .payid-3icuxo,
.payid-6ogg89 + .payid-6ogg89 {
  margin-top: 24px;
}

.payid-vg483x {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .payid-vg483x {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .payid-vg483x {
    padding: 80px;
  }
}

.payid-2bxm22 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .payid-2bxm22 {
    padding: 0 16px;
}


}

.payid-qwam2u {
  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) {
  .payid-qwam2u {
    font-size: 48px;
    line-height: 56px;
  }
}

.payid-40whjy {
  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) {
  .payid-40whjy {
    font-size: 24px;
    line-height: 32px;
  }
}

.payid-a5ramf {
  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;
}

.payid-a5ramf:hover {
  background: var(--button-bg-hover);
}

.payid-0rf2qw {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.payid-0rf2qw img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .payid-0rf2qw img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .payid-0rf2qw img {
  min-height: 100%;
  }
}

.payid-vg483x::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.payid-ctev5w {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.payid-ctev5w h1,
.payid-ctev5w h2,
.payid-ctev5w h3,
.payid-ctev5w h4 {
  margin-bottom: 6px;
}

.payid-ctev5w h1:not(:first-child),
.payid-ctev5w h2:not(:first-child),
.payid-ctev5w h3:not(:first-child),
.payid-ctev5w h4:not(:first-child) {
  margin-top: 16px;
}

.payid-ctev5w h1,
.payid-ctev5w h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .payid-ctev5w h1,
  .payid-ctev5w h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.payid-ctev5w h2,
.payid-ctev5w h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .payid-ctev5w h2,
  .payid-ctev5w h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.payid-ctev5w h3,
.payid-ctev5w h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .payid-ctev5w h3,
  .payid-ctev5w h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.payid-ctev5w h4,
.payid-ctev5w h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.payid-ctev5w ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.payid-ctev5w ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.payid-ctev5w 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);
}

.payid-ctev5w ul ul {
  margin-bottom: 8px;
}

.payid-ctev5w ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.payid-ctev5w ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.payid-ctev5w ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.payid-ctev5w ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.payid-ctev5w ol li::marker {
  font-weight: 700;
}

.payid-ctev5w ol ol {
  margin-bottom: 8px;
}

.payid-ctev5w ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.payid-ctev5w ol ul li {
  padding-left: 16px;
}

.payid-ctev5w 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) {
  .payid-ctev5w table {
    padding: 24px;
  }
}

.payid-ctev5w table.payid-fjj4q8 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.payid-qj5zba,
    mask-image 0.3s;
}

.payid-ctev5w table.payid-fjj4q8.payid-i8h7ut {
  -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) {
  .payid-ctev5w table {
    display: table;
  }
}

.payid-ctev5w 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);
}

.payid-ctev5w table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.payid-ctev5w table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.payid-ctev5w 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) {
  .payid-ctev5w table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.payid-ctev5w table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.payid-ctev5w table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.payid-ctev5w table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.payid-ctev5w img {
  max-width: 100%;
  height: auto;
}

.payid-3tzqug {
  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) {
  .payid-3tzqug {
    padding: 24px;
  }
}

.payid-2zmoig {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .payid-2zmoig {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.payid-2zmoig > * {
  margin: 0 !important;
}

.payid-2zmoig img,
.payid-43dtoj {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .payid-2zmoig img,
  .payid-43dtoj {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.payid-tn2rav {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .payid-tn2rav {
    width: 32px;
    height: 32px;
  }
}

.payid-vqijzo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.payid-vqijzo .payid-plb798 {
  flex-shrink: 0;
}

.payid-vqijzo .payid-40oc1i svg {
  display: none;
}

.payid-0i97ga {
  display: grid;
  transition: max-height 0.payid-qj5zba ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .payid-0i97ga {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .payid-0i97ga {
    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));
  }
}

.payid-0i97ga.payid-pjwfca + .payid-plb798 svg {
  transform: rotate(180deg);
}

.payid-mojoz5 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.payid-mojoz5 > div:nth-child(3n) {
  grid-column: span 2;
}

.payid-mojoz5
  > div:nth-child(3n)
  .payid-ygx7kw
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .payid-mojoz5 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .payid-mojoz5 > div:nth-child(3n) {
    grid-column: unset;
  }

  .payid-mojoz5
    > div:nth-child(3n)
    .payid-ygx7kw
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .payid-mojoz5 {
    max-width: 270px;
  }
}

.payid-mojoz5 .payid-ygx7kw button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .payid-mojoz5 .payid-ygx7kw button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .payid-mojoz5 .payid-ygx7kw button {
    max-width: 104px;
  }
}

.payid-yo287m {
  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) {
  .payid-yo287m {
    margin-bottom: 0;
  }
}

.payid-0dnzsl {
  display: none;
  opacity: 0;
}

.payid-dng3nl {
  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;
  }
}

.payid-dng3nl img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.payid-ygx7kw {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.payid-ygx7kw button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .payid-ygx7kw
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .payid-ygx7kw
    button {
    max-width: 145px;
  }
}

.payid-j4ry8k:first-child
  .payid-ygx7kw
  button {
  max-width: 270px;
}

.payid-vovkk5 {
  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%;
}

.payid-yo287m picture {
  width: 100%;
  max-width: 100%;
}

.payid-wd3pqs {
  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;
}

.payid-wd3pqs svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.payid-yo287m:hover .payid-wd3pqs {
  display: flex;
}

.payid-xgsnyr {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.payid-ghl8ha {
  display: flex;
}

.payid-ghl8ha:hover .payid-22bf5c,
.payid-ghl8ha .payid-e3u56x .payid-22bf5c {
  display: flex;
}

.payid-ghl8ha svg {
  flex-shrink: 0;
}

.payid-22bf5c {
  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) {
  .payid-22bf5c {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.payid-22bf5c:hover {
  display: flex;
}

.payid-22bf5c svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.payid-vax7s8 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .payid-vax7s8 {
    font-size: 12px;
  }
}

.payid-bstlh6,
.payid-ekgf72 {
  width: 50%;
  flex-shrink: 0;
}

.payid-bstlh6 {
  font-weight: 700;
}

.payid-g7tj1i .payid-0i97ga {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .payid-g7tj1i .payid-0i97ga {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .payid-g7tj1i .payid-0i97ga {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.payid-g7tj1i
  .payid-vovkk5:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.payid-g7tj1i .payid-dng3nl {
  height: 100% !important;
  border-radius: 16px;
}

.payid-g7tj1i .payid-ygx7kw {
  gap: 4px;
  align-items: center;
}

.payid-g7tj1i .payid-ygx7kw button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.payid-g7tj1i .payid-ygx7kw svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.payid-g7tj1i .payid-dt48qs,
.payid-g7tj1i .payid-efugve {
  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.payid-npgkop.org/2000/svg'%3E%3Cpath d='M9.payid-jbpbsx 4.payid-21za44.payid-0nyjiw 5.payid-3otwz4.payid-lslrvq 5.payid-n4vez8.payid-ja7wfv 5.payid-14rxcg.payid-9vmt81 8.payid-qri1kc.payid-54k3qv 9.payid-792l5c.payid-am22qi 9.payid-q2awp1.payid-dujhg0 13.payid-e72pei.payid-kdgsn9 11.payid-wr4ssm.payid-9iv4tl 11.payid-f47sna.payid-mc9xkp 11.payid-fkmy7y.payid-4xulbz 13.payid-8qqgqx.payid-sdtu03 9.payid-866y6v.payid-2oiz2l 9.payid-gu2qzq.payid-d1vsoo 8.payid-xqicfp.payid-bkcxdo 5.payid-9xso74.payid-xj2kt1 5.payid-vibkxd.payid-miao63 5.payid-upefx0.payid-ju20y6 4.payid-l9npc2.payid-9iv4tl 1.payid-5623td.payid-jbpbsx 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.payid-g7tj1i .payid-dt48qs {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.payid-g7tj1i .payid-efugve {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.payid-gzxnn3 {
  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) {
  .payid-gzxnn3 {
    padding: 24px;
  }
}

.payid-gzxnn3 .payid-plb798 {
  display: flex;
}

@media (min-width: 768px) {
  .payid-gzxnn3 .payid-plb798 {
    display: none;
  }
}

.payid-gzxnn3 .payid-40oc1i svg {
  display: none;
}

.payid-hm0psg {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.payid-hm0psg .payid-qub933 {
  display: none;
}

@media (min-width: 768px) {
  .payid-hm0psg .payid-qub933 {
    display: flex;
  }
}

.payid-trq3ql {
  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) {
  .payid-trq3ql {
    font-size: 40px;
    line-height: 48px;
  }
}

.payid-trq3ql > * {
  margin: 0 !important;
}

.payid-trq3ql img,
.payid-yrv2r5 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .payid-trq3ql img,
  .payid-yrv2r5 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.payid-odlab2 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .payid-odlab2 {
    width: 32px;
    height: 32px;
  }
}

.payid-gdalfa {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .payid-gdalfa {
    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;
  }

  .payid-gdalfa::-webkit-scrollbar {
    display: none;
  }
}

.payid-sfjok8 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .payid-sfjok8 {
    padding: 7px 15px;
  }
}

.payid-sfjok8:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.payid-rdjyws {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .payid-rdjyws {
    display: flex;
    opacity: 1;
  }
}

.payid-sfjok8 picture {
  height: 100%;
  display: block;
}

.payid-sfjok8 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .payid-sfjok8 img {
    width: 88px;
    height: 44px;
  }
}

.payid-sfjok8 p {
  text-align: center;
  width: 100%;
}

.payid-4z6ys1 {
  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) {
  .payid-4z6ys1 {
    font-size: 40px;
    line-height: 48px;
  }
}

.payid-4z6ys1 img,
.payid-ceg995 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .payid-4z6ys1 img,
  .payid-ceg995 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.payid-8757qw {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .payid-8757qw {
    width: 32px;
    height: 32px;
  }
}

.payid-m2o5e3 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.payid-xg0036 {
  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;
}

.payid-ehh0tk {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.payid-ehh0tk.payid-e3u56x {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.payid-g5og39 {
  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) {
  .payid-g5og39 {
    font-size: 20px;
    line-height: 28px;
  }
}

.payid-65hvg4 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.payid-cr87vb {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.payid-qj5zba ease;
  opacity: 0;
  color: var(--text-color);
}

.payid-r9chlm {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.payid-r9chlm ol,
.payid-r9chlm ul {
  padding-left: 1.3em;
}

.payid-ehh0tk.payid-e3u56x .payid-cr87vb {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.payid-ehh0tk.payid-e3u56x .payid-65hvg4 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.payid-lgbxsc {
  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) {
  .payid-lgbxsc {
    padding: 24px;
  }
}

.payid-lgbxsc .payid-plb798 {
  display: flex;
}

@media (min-width: 768px) {
  .payid-lgbxsc .payid-plb798 {
    display: none;
  }
}

.payid-lgbxsc .payid-40oc1i svg {
  display: none;
}

.payid-2aa7ox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.payid-2aa7ox .payid-qub933 {
  display: none;
}

@media (min-width: 768px) {
  .payid-2aa7ox .payid-qub933 {
    display: flex;
  }
}

.payid-sxxggz {
  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) {
  .payid-sxxggz {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.payid-sxxggz > * {
  margin: 0 !important;
}

.payid-sxxggz img,
.payid-p6r8bg {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .payid-sxxggz img,
  .payid-p6r8bg {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.payid-2al0eg {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .payid-2al0eg {
    width: 32px;
    height: 32px;
  }
}

.payid-tqkwl3 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .payid-tqkwl3 {
    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;
  }

  .payid-tqkwl3::-webkit-scrollbar {
    display: none;
  }
}

.payid-n47z5u {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.payid-n47z5u:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.payid-rc6zd6 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .payid-rc6zd6 {
    display: flex;
    opacity: 1;
  }
}

.payid-n47z5u picture {
  width: auto;
  height: 100%;
  display: block;
}

.payid-n47z5u picture img {
  display: block;
  width: auto;
  height: 100%;
}

.payid-6e9one {
  margin: -24px 0;
}

.payid-6e9one:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .payid-6e9one {
    margin: -16px 0;
  }
}

.payid-js34jz {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .payid-js34jz {
    flex-direction: row;
  }
}

.payid-ec34qc {
  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) {
  .payid-ec34qc {
    flex: 1;
  }
}

.payid-ec34qc::placeholder {
  color: var(--Text-400);
}

.payid-ez4aqy {
  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;
}

.payid-12g27c {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.payid-12g27c::-webkit-scrollbar {
  display: none;
}

.payid-kml729 {
  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;
}

.payid-kml729 img,
.payid-kml729 svg {
  margin-right: 8px;
}

.payid-uigowz {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.payid-6e9one + .payid-nfys43 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .payid-6e9one + .payid-nfys43 {
    margin-top: -16px;
  }
}

.payid-ceenvc {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.payid-ceenvc > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.payid-ceenvc > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.payid-1dfywb {
  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;
}

.payid-lzzoif {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.payid-weem9c {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.payid-ztigtk {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.payid-pajwkl {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.payid-1dfywb 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;
}

.payid-1dfywb 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) {
  .payid-1dfywb {
    padding: 39px 179px 39px 39px;
  }

  .payid-lzzoif {
    font-size: 40px;
    line-height: 48px;
  }

  .payid-pajwkl {
    height: 348px;
  }

  .payid-1dfywb button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .payid-1dfywb button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .payid-1dfywb {
    padding: 63px;
  }
}

.payid-8x28uv {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .payid-8x28uv {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.payid-8ftzzr {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .payid-8ftzzr {
    width: auto;
  }
}

.payid-w2u0fm {
  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;
}

.payid-w2u0fm::-webkit-scrollbar {
  display: none;
}

.payid-w2u0fm 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);
}

.payid-w2u0fm a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .payid-w2u0fm {
    margin-left: 16px;
    margin-top: 0;
  }
}

.payid-8x28uv .payid-njwi3p {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.payid-qj5zba,
    mask-image 0.3s;
}

.payid-8x28uv .payid-njwi3p.payid-i8h7ut {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.payid-xjjm8l {
  margin: 40px -16px;
}

.payid-i68gvc + .payid-3icuxo,
.payid-i68gvc + .payid-6ogg89 {
  margin-top: 24px;
}

.payid-63tvl2 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.payid-63tvl2 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.payid-bl5kre {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .payid-bl5kre {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .payid-bl5kre {
    margin-top: 0;
  }
}

.payid-xqul3j {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .payid-xqul3j {
    font-size: 24px;
    line-height: 32px;
  }
}

.payid-cugjdb {
  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) {
  .payid-cugjdb {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.payid-5ddusg {
  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) {
  .payid-5ddusg {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.payid-z2qp36 {
  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) {
  .payid-z2qp36 {
    font-size: 20px;
    line-height: 28px;
  }
}

.payid-rno1m8 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .payid-rno1m8 {
    font-size: 32px;
    line-height: 40px;
  }
}

.payid-7lcg5w {
  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;
}

.payid-kzyihf {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.payid-kzyihf img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.payid-nfys43 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.payid-pye5g4 {
  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) {
  .payid-pye5g4 {
    padding: 15px 48px;
  }
}

main > .payid-nfys43 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .payid-0i97ga.payid-matcxh > div:nth-child(n+5) {
    display: none;
  }
}

.payid-ctev5w p a img {
  display: block;
  margin: 0 auto;
}


.payid-umfy1m {
  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 */
.payid-2evka2 {
  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;
}

.payid-2evka2 label {
  font-size: 14px;
}

.payid-2evka2 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.payid-2evka2 input,
.payid-2evka2 textarea,
.payid-2evka2 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;
}
.payid-2evka2 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.payid-94j9bb ease;
}
.payid-2evka2 button:hover {
  background-color: var(--button-bg-hover);
}
.payid-2ey2p5 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.payid-q2pyt1 ease-in;
}

.payid-2ey2p5 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;
}
.payid-3vjl5h, .payid-ucho0l, [class*="review-card"],
thead, thead th, table th, .payid-bp3h94,
.payid-qn02ug, [class*="collapsible-header"],
.payid-x1ta6r, [class*="updated-block"] {
  color: #ece7dc !important;
}
