* {
  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;
  }
}

.pokiez-05imrt {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .pokiez-05imrt {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .pokiez-05imrt {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.pokiez-40qo2l {
  overflow: hidden;
}

.pokiez-1cr2ns img {
  background: var(--Neutral-300);
}

.pokiez-8hcxrr {
  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;
}

.pokiez-v58nnv {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.pokiez-v58nnv:hover {
  background: var(--button-bg-hover);
}

.pokiez-onf1ba {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.pokiez-onf1ba:hover {
  background: var(--button-bg-hover);
}

.pokiez-2mxwtt {
  font-size: 12px;
  line-height: 18px;
}

.pokiez-zd8p4b {
  font-size: 18px;
  line-height: 26px;
}

.pokiez-ft2947 {
  width: 100%;
}

.pokiez-n1cb6s {
  padding: 6px 16px;
}

.pokiez-7bi6x8 {
  padding: 10px 16px;
}

.pokiez-bcjbdv {
  padding: 15px 26px;
}

.pokiez-6ub33m {
  flex-shrink: 0;
}

.pokiez-ixfr6d {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.pokiez-yd2q4f {
  display: none;
}

.pokiez-ad5s3b {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.pokiez-ucen4z {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.pokiez-ogthyi {
  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;
}

.pokiez-peqq9l {
  cursor: grab;
}

.pokiez-ogthyi::-webkit-scrollbar {
  display: none;
}

.pokiez-v0uwwc {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.pokiez-2zzy5u {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.pokiez-7dikid {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.pokiez-fdgn2k {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.pokiez-u7wnqj {
  visibility: visible;
}

.pokiez-qhpfnz {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.pokiez-iqo6dg ease;
}

.pokiez-qpm6bp {
  background-color: var(--Primary-200);
  width: 16px;
}

.pokiez-p6f6g9 {
  -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.pokiez-iqo6dg,
    mask-image 0.3s;
}

.pokiez-p6f6g9.pokiez-wgjp2v {
  -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;
  }
}

.pokiez-3avome: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;
}

.pokiez-ypeswl {
  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.pokiez-sclppd.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.pokiez-sclppd.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;
}

.pokiez-9108sp {
  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);
}

.pokiez-9108sp::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%
  );
}

.pokiez-74oki4 {
  position: relative;
  z-index: 1;
}

.pokiez-cahftk {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.pokiez-7yht90 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.pokiez-4zidnl {
  font-size: 40px;
  line-height: 48px;
}

.pokiez-h128lv {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.pokiez-h9x1wf {
  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;
}

.pokiez-h9x1wf:hover {
  background: var(--Primary-400);
}

.pokiez-h9x1wf svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.pokiez-3avome 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) {
  .pokiez-9108sp {
    max-width: 600px;
    padding: 64px;
  }

  .pokiez-cahftk {
    font-size: 24px;
    line-height: 32px;
  }

  .pokiez-7yht90 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .pokiez-4zidnl {
    font-size: 50px;
    line-height: 56px;
  }

  .pokiez-h128lv {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .pokiez-ypeswl {
    top: 25px;
    right: 25px;
  }
}

.pokiez-fnz6v7,
.pokiez-dne569 {
  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;
}

.pokiez-6woa56.pokiez-aenp9o::before,
.pokiez-dne569::before,
.pokiez-k4v2cd::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.pokiez-sclppd.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.pokiez-ihiw2k 14.pokiez-bq7w1l.pokiez-ujewng 14.pokiez-7o82b8 15.pokiez-my4g87 14.pokiez-zzhh4p 15.pokiez-xis5iz 14.pokiez-1y2k1o.pokiez-j0ukqq 14.pokiez-i5x9va 19.pokiez-jwngii 12.pokiez-22fjxz 19.pokiez-jwngii 10.pokiez-zebs7q.pokiez-jwngii 8.pokiez-hsaemy 17.pokiez-50i0yu 7.pokiez-umq0yb 15.pokiez-yzcg3g 7.pokiez-9gb6x2.pokiez-7y7qgy 7.pokiez-umq0yb 11.pokiez-3ps8fk 8.pokiez-hsaemy 11.pokiez-3ps8fk 10.pokiez-f286g2.pokiez-3ps8fk 12.pokiez-xj9zu3 13.pokiez-zc3vdh 14.pokiez-87og1f 15.pokiez-rejuvg 14.pokiez-clz241.pokiez-3qhoag 14.pokiez-43ig3h 15.pokiez-g42pkk 14.pokiez-2tlxxv 15.pokiez-mtlk36 14.pokiez-ul2prd.pokiez-ihiw2k 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.pokiez-8vo14b 15.pokiez-hcaj2h.pokiez-oomeb3 15.pokiez-75zbvm 15.pokiez-n6rtge 15.pokiez-ycyveu 15.pokiez-m1o8jj 15.pokiez-dlmlrs.pokiez-9j5w5t 15.pokiez-ycyveu 15.pokiez-qd1uko 15.pokiez-ywgy7w 15.pokiez-nt5pwz 15.pokiez-8h9z48.pokiez-cme5rc 15.pokiez-ne9qve 7.pokiez-fgppyz 18.pokiez-84axvn 7.pokiez-g80ean 23.pokiez-dypt9n.pokiez-p8i13x.pokiez-boj6t2 18.pokiez-50hrdv 19.pokiez-08efkg 15.pokiez-oxkkbj 15.pokiez-8vo14b 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.pokiez-55ecin [type="submit"] *,
.pokiez-p5e39l button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .pokiez-4z2hkx {
    display: none;
  }
}

.pokiez-jct8dh {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .pokiez-jct8dh {
  display: none;
}

@media (min-width: 768px) {
  .pokiez-jct8dh {
    bottom: 22px;
  }
}

.pokiez-jct8dh input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .pokiez-jct8dh {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.pokiez-v34ctx.static) .pokiez-jct8dh {
    bottom: 8px;
  }
}

.pokiez-1b7ww9 {
  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.pokiez-sclppd.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.pokiez-hi2pj3 3.pokiez-y3sae8.pokiez-mpbsqx.pokiez-03p22f 3.pokiez-r01y5l 3.pokiez-vy3d9o 5.pokiez-cdeq6o 3.pokiez-vy3d9o 8.pokiez-mfdlkn.pokiez-kel319.pokiez-vy3d9o 26.pokiez-qt1mrs 5.pokiez-prtoqw 28.pokiez-69us61 8.pokiez-s7cd0r 28.pokiez-m8nd0y.pokiez-r0nwos 28.pokiez-5ve2ot.pokiez-wb3syc 34.pokiez-21htzd.pokiez-apy611 36.pokiez-e2q0md 11.pokiez-jmp44l 37.pokiez-81bkod 12.pokiez-cmahfm 36.pokiez-oyge9f.pokiez-gbxl4c 28.pokiez-d6lnuw.pokiez-mzyf5k.pokiez-l0qomt 28.pokiez-wjtwnt 36.pokiez-rnnjpv 26.pokiez-6irtdu 36.pokiez-rnnjpv 23.pokiez-4hu6cs.pokiez-kin882.pokiez-rnnjpv 5.pokiez-i0y16y 34.pokiez-urlfd1 3.pokiez-r01y5l 31.pokiez-hi2pj3 3.pokiez-5af31g.pokiez-ibf3l8 18.pokiez-a2hefd.pokiez-qr1vtf 18.pokiez-15t2i0 8.pokiez-oiydux 17.pokiez-g7ebc2 8.pokiez-oiydux 15.pokiez-dqboik.pokiez-oiydux 14.pokiez-j47ypj 9.pokiez-qr1vtf 13.pokiez-alc6qy 11.pokiez-ibf3l8 13.pokiez-83oo5m.pokiez-rpekh7 13.pokiez-alc6qy 13.pokiez-nhz5uy 14.pokiez-j47ypj 13.pokiez-nhz5uy 15.pokiez-zotdrz.pokiez-nhz5uy 17.pokiez-g7ebc2 12.pokiez-rpekh7 18.pokiez-15t2i0 11.pokiez-ibf3l8 18.pokiez-aomcfa.pokiez-kvheho 18.pokiez-nnacue.pokiez-y7tnr4 18.pokiez-15t2i0 17.pokiez-2o8rjd 17.pokiez-g7ebc2 17.pokiez-2o8rjd 15.pokiez-twpbae.pokiez-2o8rjd 14.pokiez-j47ypj 18.pokiez-y7tnr4 13.pokiez-alc6qy 20.pokiez-kvheho 13.pokiez-hxmovo.pokiez-duo02m 13.pokiez-alc6qy 22.pokiez-2qmikp 14.pokiez-j47ypj 22.pokiez-2qmikp 15.pokiez-5mi1gz.pokiez-lgjodq 17.pokiez-g7ebc2 21.pokiez-duo02m 18.pokiez-15t2i0 20.pokiez-kvheho 18.pokiez-mq2otd.pokiez-lz7fnp 18.pokiez-wvumu1.pokiez-jcgl8e 18.pokiez-15t2i0 26.pokiez-op122y 17.pokiez-g7ebc2 26.pokiez-op122y 15.pokiez-fqrqx7.pokiez-op122y 14.pokiez-j47ypj 27.pokiez-jcgl8e 13.pokiez-alc6qy 28.pokiez-lz7fnp 13.pokiez-mnnmcd.pokiez-2fcxjx 13.pokiez-alc6qy 31.pokiez-kpnqtp 14.pokiez-j47ypj 31.pokiez-kpnqtp 15.pokiez-92ceps.pokiez-op122y 17.pokiez-g7ebc2 30.pokiez-2fcxjx 18.pokiez-15t2i0 28.pokiez-lz7fnp 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"])
    .pokiez-1b7ww9 {
    display: none;
  }
}

.pokiez-1qfzg8 {
  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) {
  .pokiez-1qfzg8 {
    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;
}

.pokiez-p5e39l {
  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) {
  .pokiez-p5e39l {
    padding: 14px 16px;
  }
}

.pokiez-p5e39l button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.pokiez-p5e39l button:first-child {
  align-content: end;
}

.pokiez-p5e39l button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .pokiez-p5e39l
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .pokiez-p5e39l
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.pokiez-p5e39l button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.pokiez-p5e39l button:last-child svg {
  width: 38px;
  height: 38px;
}

.pokiez-k4v2cd {
  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;
}

.pokiez-k4v2cd::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .pokiez-k4v2cd,
.pc61d126-chatbot[data-active-screen="3"]
  .pokiez-k4v2cd {
  opacity: 1;
  visibility: visible;
}

.pokiez-jpjei4 {
  flex: 1 1;
}

.pokiez-0gw2lb {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .pokiez-0gw2lb {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .pokiez-4hgibk {
  display: block;
}

.pokiez-ggar9e {
  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) {
  .pokiez-ggar9e {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.pokiez-dne569 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.pokiez-dne569::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.pokiez-rbann6 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.pokiez-rbann6 p {
  color: var(--Text-100);
}

.pokiez-dne569 .pokiez-fig6o5 {
  grid-area: button;
}

.pokiez-dne569 .pokiez-fig6o5::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.pokiez-sclppd.org/2000/svg'%3E%3Cpath d='M4.pokiez-a5un5i 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.pokiez-7ud103 15L16.pokiez-7ud103 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.pokiez-7ud103 5L16.pokiez-7ud103 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .pokiez-aa4zbt {
  display: block;
}

.pokiez-ftfuus {
  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) {
  .pokiez-ftfuus {
    margin-top: 40px;
  }
}

.pokiez-fnz6v7 label,
.pokiez-fnz6v7 input {
  display: block;
  width: 100%;
}

.pokiez-fnz6v7 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.pokiez-fnz6v7 label.pokiez-x4i1h6 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.pokiez-fnz6v7 label.pokiez-x4i1h6::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;
}

.pokiez-fnz6v7 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;
}

.pokiez-fnz6v7 input::placeholder {
  color: var(--Text-400);
}

.pokiez-e5pf1u {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .pokiez-e5pf1u {
  display: flex;
}

.pokiez-e5pf1u ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .pokiez-e5pf1u ol {
    height: 420px;
    padding: 24px;
  }
}

.pokiez-e5pf1u ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.pokiez-55ecin {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .pokiez-55ecin {
    padding: 0 24px 24px;
  }
}

.pokiez-55ecin 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;
}

.pokiez-55ecin input::placeholder {
  color: var(--Text-400);
}

.pokiez-55ecin [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.pokiez-55ecin [type="submit"]:disabled {
  opacity: 0.5;
}

.pokiez-55ecin [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .pokiez-55ecin [type="submit"] {
    right: 40px;
  }
}

.pokiez-6woa56 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.pokiez-6woa56.pokiez-aenp9o {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.pokiez-6woa56.pokiez-aenp9o::before {
  content: "";
  width: 31px;
}

.pokiez-6woa56.pokiez-aenp9o p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.pokiez-6woa56.pokiez-8dbcs6 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.pokiez-6woa56 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.pokiez-jct8dh .pokiez-fig6o5 {
  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;
  }
}

.pokiez-4z2hkx {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .pokiez-4z2hkx {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .pokiez-4z2hkx {
    padding: 18px 0;
  }
}

.pokiez-4z2hkx .pokiez-05imrt {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .pokiez-4z2hkx .pokiez-05imrt {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.pokiez-yfyd8t {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .pokiez-yfyd8t {
    max-width: 160px;
    height: 40px;
  }
}

.pokiez-yfyd8t picture,
.pokiez-yfyd8t img {
  display: block;
  width: 100%;
  height: 100%;
}

.pokiez-yfyd8t img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .pokiez-7bsw36 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.pokiez-iqo6dg ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .pokiez-4z2hkx.pokiez-x4x9ok .pokiez-7bsw36 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .pokiez-7bsw36 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .pokiez-7bsw36 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.pokiez-gsolbh,
.pokiez-bpa1v1 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .pokiez-gsolbh,
  .pokiez-bpa1v1 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .pokiez-bpa1v1 {
    display: none;
  }
}

.pokiez-u3r41p {
  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;
}

.pokiez-x4x9ok .pokiez-u3r41p {
  background: var(--fh-bg-color);
}

.pokiez-u3r41p button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .pokiez-u3r41p {
    display: none;
  }
}

.pokiez-8p1tlf {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .pokiez-8p1tlf {
    display: none;
  }
}

.pokiez-knidhz {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.pokiez-4z2hkx.pokiez-x4x9ok .pokiez-knidhz:first-child {
  display: none;
}

.pokiez-4z2hkx.pokiez-x4x9ok .pokiez-knidhz:last-child {
  display: block;
}

.pokiez-knidhz:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .pokiez-knidhz {
    display: none;
  }
}

.pokiez-bhhk78 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .pokiez-bhhk78 {
    display: flex;
  }
}

.pokiez-bhhk78 ul {
  max-height: 350px;
  overflow-y: auto;
}

.pokiez-bhhk78:hover ul {
  visibility: visible;
  opacity: 1;
}

.pokiez-bhhk78:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.pokiez-bhhk78:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.pokiez-bhhk78:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.pokiez-bhhk78:hover .pokiez-iukpth svg {
  transform: rotate(180deg);
}

.pokiez-9j83tg {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.pokiez-8qywlh {
  padding: 0 8px;
}

.pokiez-tus1d8 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.pokiez-tus1d8:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .pokiez-tus1d8 {
    padding: 4px 8px;
  }
}

.pokiez-bxp896 {
  display: flex;
}

.pokiez-bxp896 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.pokiez-iukpth {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.pokiez-iukpth svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.pokiez-uvillu {
  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) {
  .pokiez-uvillu {
    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;
  }
}

.pokiez-y1bgzb {
  width: 100%;
}

@media (min-width: 1200px) {
  .pokiez-y1bgzb {
    display: none;
  }
}

.pokiez-j2zlxe {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.pokiez-od3rnp {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.pokiez-yx3gp4 {
  display: flex;
}

.pokiez-b27dw0 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.pokiez-rpetr3 {
  list-style: none;
}

@media (max-width: 1199px) {
  .pokiez-rpetr3 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .pokiez-rpetr3 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .pokiez-rpetr3 .pokiez-fxkb17 [data-ref-el],
  .pokiez-rpetr3 .pokiez-fxkb17 span,
  .pokiez-rpetr3 .pokiez-fxkb17 a {
    white-space: nowrap;
  }
}

.pokiez-en0g9o {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .pokiez-en0g9o.pokiez-cbecay > .pokiez-fxkb17 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .pokiez-en0g9o.pokiez-5r2ne1:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .pokiez-en0g9o.pokiez-cbecay > .pokiez-8f8roq {
    height: auto;
  }

  .pokiez-en0g9o.pokiez-cbecay > div > .pokiez-zr04d3 {
    transform: rotate(180deg);
  }
}

.pokiez-en0g9o [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.pokiez-en0g9o [data-ref-el],
.pokiez-en0g9o span {
  cursor: pointer;
}

.pokiez-en0g9o [data-ref-el],
.pokiez-en0g9o span,
.pokiez-en0g9o a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .pokiez-en0g9o [data-ref-el],
  .pokiez-en0g9o span,
  .pokiez-en0g9o a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .pokiez-en0g9o [data-ref-el],
  .pokiez-en0g9o span,
  .pokiez-en0g9o a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.pokiez-8f8roq {
  height: 0;
  overflow: hidden;
  transition: height 0.pokiez-iqo6dg ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.pokiez-8f8roq::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.pokiez-8f8roq::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.pokiez-8f8roq::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .pokiez-8f8roq {
    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;
  }

  .pokiez-8f8roq:has(> .pokiez-en0g9o.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .pokiez-8f8roq .pokiez-8f8roq {
    padding: 0;
  }

  .pokiez-8f8roq .pokiez-en0g9o {
    font-weight: 400;
  }

  .pokiez-8f8roq .pokiez-en0g9o:hover > .pokiez-fxkb17 {
    background: var(--Neutral-300);
  }

  .pokiez-8f8roq .pokiez-zr04d3 {
    rotate: -90deg;
  }
}

.pokiez-fxkb17 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .pokiez-fxkb17 {
    padding: 8px;
  }

  .pokiez-en0g9o.pokiez-gucy34 > .pokiez-fxkb17 {
    background: var(--Neutral-300);
  }
}

.pokiez-zr04d3 {
  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.pokiez-sclppd.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.pokiez-47ozay 0.pokiez-wbjh6o.pokiez-cvq7rt -0.pokiez-2kfz28 0.pokiez-yfl2on -0.pokiez-2kfz28 1.pokiez-tuglt5 0.pokiez-z0p8km.pokiez-6hd435 4.pokiez-vc7cbg.pokiez-47ozay 0.pokiez-1i9cy5.pokiez-l00cbx -0.pokiez-2kfz28 9.pokiez-w81bjy -0.pokiez-2kfz28 10.pokiez-429yau 0.pokiez-1aof0o.pokiez-1sakjc 0.pokiez-cvq7rt 10.pokiez-1sakjc 0.pokiez-yfl2on 10.pokiez-429yau 1.pokiez-3n8z9d.pokiez-507cul 5.pokiez-zv2d53.pokiez-okkfab 6.pokiez-9hkl3l 5.pokiez-p2ql16 6.pokiez-9hkl3l 4.pokiez-9j9qb2 5.pokiez-hfjleo.pokiez-47ozay 1.pokiez-gz2dnv.pokiez-2kfz28 0.pokiez-yfl2on -0.pokiez-2kfz28 0.pokiez-cvq7rt 0.pokiez-47ozay 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.pokiez-iqo6dg ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .pokiez-zr04d3 {
    cursor: default;
  }
}

.pokiez-b87tik {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.pokiez-es2rte {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .pokiez-es2rte {
    padding: 40px 4px;
  }
}

.pokiez-1rof44 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .pokiez-1rof44 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.pokiez-dtoxp4 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .pokiez-dtoxp4 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.pokiez-dtoxp4 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.pokiez-dtoxp4 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.pokiez-dtoxp4 [data-ref-el],
.pokiez-dtoxp4 span,
.pokiez-dtoxp4 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.pokiez-ulmfns {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .pokiez-ulmfns {
    margin-bottom: 12px;
  }
}

.pokiez-y235oo {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.pokiez-y235oo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .pokiez-y235oo:last-child {
    margin-right: 0;
  }
}

.pokiez-brxar9 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.pokiez-ulmfns:hover .pokiez-7eb4dy {
  visibility: visible;
  opacity: 1;
}

.pokiez-7eb4dy {
  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);
}

.pokiez-tpdb9o {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.pokiez-49ppom {
  display: flex;
  margin: 6px;
}

.pokiez-49ppom img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.pokiez-7eb4dy::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);
}

.pokiez-7eb4dy::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);
}

.pokiez-rhhkaq {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .pokiez-rhhkaq {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.pokiez-hc37ti {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .pokiez-hc37ti {
    margin-right: 32px;
  }
}

.pokiez-x0rd3x {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .pokiez-x0rd3x {
    margin-top: 0;
    width: 340px;
  }
}

.pokiez-x0rd3x a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.pokiez-ll2nc3 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.pokiez-jhisw2 {
  position: relative;
}

@media (min-width: 768px) {
  .pokiez-jhisw2 {
    margin-top: 40px;
  }
}

.pokiez-jhisw2 + .pokiez-qdv9p3,
.pokiez-jhisw2 + .pokiez-jhisw2 {
  margin-top: 24px;
}

.pokiez-18ag6y {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .pokiez-18ag6y {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .pokiez-18ag6y {
    padding: 80px;
  }
}

.pokiez-395yrp {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .pokiez-395yrp {
    padding: 0 16px;
}


}

.pokiez-8ix8nu {
  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) {
  .pokiez-8ix8nu {
    font-size: 48px;
    line-height: 56px;
  }
}

.pokiez-5rvs05 {
  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) {
  .pokiez-5rvs05 {
    font-size: 24px;
    line-height: 32px;
  }
}

.pokiez-2qddeb {
  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;
}

.pokiez-2qddeb:hover {
  background: var(--button-bg-hover);
}

.pokiez-r0hq18 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.pokiez-r0hq18 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .pokiez-r0hq18 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .pokiez-r0hq18 img {
  min-height: 100%;
  }
}

.pokiez-18ag6y::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.pokiez-iemtfm {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pokiez-iemtfm h1,
.pokiez-iemtfm h2,
.pokiez-iemtfm h3,
.pokiez-iemtfm h4 {
  margin-bottom: 6px;
}

.pokiez-iemtfm h1:not(:first-child),
.pokiez-iemtfm h2:not(:first-child),
.pokiez-iemtfm h3:not(:first-child),
.pokiez-iemtfm h4:not(:first-child) {
  margin-top: 16px;
}

.pokiez-iemtfm h1,
.pokiez-iemtfm h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .pokiez-iemtfm h1,
  .pokiez-iemtfm h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.pokiez-iemtfm h2,
.pokiez-iemtfm h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .pokiez-iemtfm h2,
  .pokiez-iemtfm h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.pokiez-iemtfm h3,
.pokiez-iemtfm h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .pokiez-iemtfm h3,
  .pokiez-iemtfm h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.pokiez-iemtfm h4,
.pokiez-iemtfm h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.pokiez-iemtfm ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.pokiez-iemtfm ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.pokiez-iemtfm 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);
}

.pokiez-iemtfm ul ul {
  margin-bottom: 8px;
}

.pokiez-iemtfm ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.pokiez-iemtfm ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.pokiez-iemtfm ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.pokiez-iemtfm ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.pokiez-iemtfm ol li::marker {
  font-weight: 700;
}

.pokiez-iemtfm ol ol {
  margin-bottom: 8px;
}

.pokiez-iemtfm ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.pokiez-iemtfm ol ul li {
  padding-left: 16px;
}

.pokiez-iemtfm 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) {
  .pokiez-iemtfm table {
    padding: 24px;
  }
}

.pokiez-iemtfm table.pokiez-u59m5e {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.pokiez-iqo6dg,
    mask-image 0.3s;
}

.pokiez-iemtfm table.pokiez-u59m5e.pokiez-wgjp2v {
  -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) {
  .pokiez-iemtfm table {
    display: table;
  }
}

.pokiez-iemtfm 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);
}

.pokiez-iemtfm table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.pokiez-iemtfm table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.pokiez-iemtfm 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) {
  .pokiez-iemtfm table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.pokiez-iemtfm table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.pokiez-iemtfm table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.pokiez-iemtfm table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.pokiez-iemtfm img {
  max-width: 100%;
  height: auto;
}

.pokiez-yb2r2c {
  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) {
  .pokiez-yb2r2c {
    padding: 24px;
  }
}

.pokiez-kvcngp {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .pokiez-kvcngp {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.pokiez-kvcngp > * {
  margin: 0 !important;
}

.pokiez-kvcngp img,
.pokiez-pduohq {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .pokiez-kvcngp img,
  .pokiez-pduohq {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.pokiez-541f9r {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .pokiez-541f9r {
    width: 32px;
    height: 32px;
  }
}

.pokiez-kl3m4k {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.pokiez-kl3m4k .pokiez-mslk8b {
  flex-shrink: 0;
}

.pokiez-kl3m4k .pokiez-qx900m svg {
  display: none;
}

.pokiez-7l76cu {
  display: grid;
  transition: max-height 0.pokiez-iqo6dg ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .pokiez-7l76cu {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .pokiez-7l76cu {
    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));
  }
}

.pokiez-7l76cu.pokiez-5clfgw + .pokiez-mslk8b svg {
  transform: rotate(180deg);
}

.pokiez-6l2do3 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.pokiez-6l2do3 > div:nth-child(3n) {
  grid-column: span 2;
}

.pokiez-6l2do3
  > div:nth-child(3n)
  .pokiez-px16oi
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .pokiez-6l2do3 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .pokiez-6l2do3 > div:nth-child(3n) {
    grid-column: unset;
  }

  .pokiez-6l2do3
    > div:nth-child(3n)
    .pokiez-px16oi
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .pokiez-6l2do3 {
    max-width: 270px;
  }
}

.pokiez-6l2do3 .pokiez-px16oi button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .pokiez-6l2do3 .pokiez-px16oi button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .pokiez-6l2do3 .pokiez-px16oi button {
    max-width: 104px;
  }
}

.pokiez-y360jz {
  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) {
  .pokiez-y360jz {
    margin-bottom: 0;
  }
}

.pokiez-wti6ey {
  display: none;
  opacity: 0;
}

.pokiez-zeaimz {
  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;
  }
}

.pokiez-zeaimz img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.pokiez-px16oi {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.pokiez-px16oi button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .pokiez-px16oi
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .pokiez-px16oi
    button {
    max-width: 145px;
  }
}

.pokiez-k8mqpu:first-child
  .pokiez-px16oi
  button {
  max-width: 270px;
}

.pokiez-tct02u {
  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%;
}

.pokiez-y360jz picture {
  width: 100%;
  max-width: 100%;
}

.pokiez-fvdk2h {
  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;
}

.pokiez-fvdk2h svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.pokiez-y360jz:hover .pokiez-fvdk2h {
  display: flex;
}

.pokiez-paecbl {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.pokiez-54neiz {
  display: flex;
}

.pokiez-54neiz:hover .pokiez-qvwhfw,
.pokiez-54neiz .pokiez-gucy34 .pokiez-qvwhfw {
  display: flex;
}

.pokiez-54neiz svg {
  flex-shrink: 0;
}

.pokiez-qvwhfw {
  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) {
  .pokiez-qvwhfw {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.pokiez-qvwhfw:hover {
  display: flex;
}

.pokiez-qvwhfw svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.pokiez-25sv1g {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .pokiez-25sv1g {
    font-size: 12px;
  }
}

.pokiez-loqt9p,
.pokiez-msm8ka {
  width: 50%;
  flex-shrink: 0;
}

.pokiez-loqt9p {
  font-weight: 700;
}

.pokiez-k5fhbp .pokiez-7l76cu {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .pokiez-k5fhbp .pokiez-7l76cu {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .pokiez-k5fhbp .pokiez-7l76cu {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.pokiez-k5fhbp
  .pokiez-tct02u:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.pokiez-k5fhbp .pokiez-zeaimz {
  height: 100% !important;
  border-radius: 16px;
}

.pokiez-k5fhbp .pokiez-px16oi {
  gap: 4px;
  align-items: center;
}

.pokiez-k5fhbp .pokiez-px16oi button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pokiez-k5fhbp .pokiez-px16oi svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.pokiez-k5fhbp .pokiez-rwu1zm,
.pokiez-k5fhbp .pokiez-qohzu2 {
  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.pokiez-sclppd.org/2000/svg'%3E%3Cpath d='M9.pokiez-mnmpln 4.pokiez-fuq74s.pokiez-hg2x0p 5.pokiez-q6fniy.pokiez-3y4hv3 5.pokiez-rei278.pokiez-v4dj0w 5.pokiez-svmyer.pokiez-hp7db5 8.pokiez-v70u1g.pokiez-bl389e 9.pokiez-8cuchp.pokiez-63zbsz 9.pokiez-id07iw.pokiez-xcaz69 13.pokiez-u7jund.pokiez-7so82s 11.pokiez-yi2zsy.pokiez-22awkj 11.pokiez-1aa6uc.pokiez-zlq9qi 11.pokiez-cy195b.pokiez-2j9wyj 13.pokiez-q2ddmy.pokiez-9ghvw8 9.pokiez-f914nh.pokiez-r1wzdy 9.pokiez-ov7s6o.pokiez-xptl02 8.pokiez-40vi7y.pokiez-9vfc2t 5.pokiez-rlpvvd.pokiez-z0d57g 5.pokiez-mz2moi.pokiez-lmbb19 5.pokiez-liyziy.pokiez-r4ybl9 4.pokiez-68pprh.pokiez-22awkj 1.pokiez-cezjij.pokiez-mnmpln 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.pokiez-k5fhbp .pokiez-rwu1zm {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.pokiez-k5fhbp .pokiez-qohzu2 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.pokiez-nb1g7n {
  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) {
  .pokiez-nb1g7n {
    padding: 24px;
  }
}

.pokiez-nb1g7n .pokiez-mslk8b {
  display: flex;
}

@media (min-width: 768px) {
  .pokiez-nb1g7n .pokiez-mslk8b {
    display: none;
  }
}

.pokiez-nb1g7n .pokiez-qx900m svg {
  display: none;
}

.pokiez-uedz4l {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.pokiez-uedz4l .pokiez-8hcxrr {
  display: none;
}

@media (min-width: 768px) {
  .pokiez-uedz4l .pokiez-8hcxrr {
    display: flex;
  }
}

.pokiez-qob223 {
  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) {
  .pokiez-qob223 {
    font-size: 40px;
    line-height: 48px;
  }
}

.pokiez-qob223 > * {
  margin: 0 !important;
}

.pokiez-qob223 img,
.pokiez-qznogx {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .pokiez-qob223 img,
  .pokiez-qznogx {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.pokiez-1tfgg9 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .pokiez-1tfgg9 {
    width: 32px;
    height: 32px;
  }
}

.pokiez-25q4re {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .pokiez-25q4re {
    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;
  }

  .pokiez-25q4re::-webkit-scrollbar {
    display: none;
  }
}

.pokiez-8b8zgr {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .pokiez-8b8zgr {
    padding: 7px 15px;
  }
}

.pokiez-8b8zgr:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.pokiez-6287tc {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .pokiez-6287tc {
    display: flex;
    opacity: 1;
  }
}

.pokiez-8b8zgr picture {
  height: 100%;
  display: block;
}

.pokiez-8b8zgr img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .pokiez-8b8zgr img {
    width: 88px;
    height: 44px;
  }
}

.pokiez-8b8zgr p {
  text-align: center;
  width: 100%;
}

.pokiez-rmnyrc {
  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) {
  .pokiez-rmnyrc {
    font-size: 40px;
    line-height: 48px;
  }
}

.pokiez-rmnyrc img,
.pokiez-jtvufe {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .pokiez-rmnyrc img,
  .pokiez-jtvufe {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.pokiez-nmb9bs {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .pokiez-nmb9bs {
    width: 32px;
    height: 32px;
  }
}

.pokiez-dzc0zt {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.pokiez-mfsmx5 {
  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;
}

.pokiez-2risn1 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.pokiez-2risn1.pokiez-gucy34 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.pokiez-mdk8lk {
  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) {
  .pokiez-mdk8lk {
    font-size: 20px;
    line-height: 28px;
  }
}

.pokiez-h2ly74 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.pokiez-gia7zv {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.pokiez-iqo6dg ease;
  opacity: 0;
  color: var(--text-color);
}

.pokiez-azr54w {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.pokiez-azr54w ol,
.pokiez-azr54w ul {
  padding-left: 1.3em;
}

.pokiez-2risn1.pokiez-gucy34 .pokiez-gia7zv {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.pokiez-2risn1.pokiez-gucy34 .pokiez-h2ly74 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.pokiez-nikqqq {
  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) {
  .pokiez-nikqqq {
    padding: 24px;
  }
}

.pokiez-nikqqq .pokiez-mslk8b {
  display: flex;
}

@media (min-width: 768px) {
  .pokiez-nikqqq .pokiez-mslk8b {
    display: none;
  }
}

.pokiez-nikqqq .pokiez-qx900m svg {
  display: none;
}

.pokiez-8tja5a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pokiez-8tja5a .pokiez-8hcxrr {
  display: none;
}

@media (min-width: 768px) {
  .pokiez-8tja5a .pokiez-8hcxrr {
    display: flex;
  }
}

.pokiez-msxq16 {
  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) {
  .pokiez-msxq16 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.pokiez-msxq16 > * {
  margin: 0 !important;
}

.pokiez-msxq16 img,
.pokiez-zbbu7v {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .pokiez-msxq16 img,
  .pokiez-zbbu7v {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.pokiez-obegsi {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .pokiez-obegsi {
    width: 32px;
    height: 32px;
  }
}

.pokiez-q6gum9 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .pokiez-q6gum9 {
    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;
  }

  .pokiez-q6gum9::-webkit-scrollbar {
    display: none;
  }
}

.pokiez-2czxuk {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.pokiez-2czxuk:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.pokiez-o0f2cf {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .pokiez-o0f2cf {
    display: flex;
    opacity: 1;
  }
}

.pokiez-2czxuk picture {
  width: auto;
  height: 100%;
  display: block;
}

.pokiez-2czxuk picture img {
  display: block;
  width: auto;
  height: 100%;
}

.pokiez-13ye5g {
  margin: -24px 0;
}

.pokiez-13ye5g:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .pokiez-13ye5g {
    margin: -16px 0;
  }
}

.pokiez-i3g3h3 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .pokiez-i3g3h3 {
    flex-direction: row;
  }
}

.pokiez-mh7ngu {
  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) {
  .pokiez-mh7ngu {
    flex: 1;
  }
}

.pokiez-mh7ngu::placeholder {
  color: var(--Text-400);
}

.pokiez-ajpkhz {
  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;
}

.pokiez-vhiahm {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.pokiez-vhiahm::-webkit-scrollbar {
  display: none;
}

.pokiez-gnwzow {
  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;
}

.pokiez-gnwzow img,
.pokiez-gnwzow svg {
  margin-right: 8px;
}

.pokiez-8oi5u8 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.pokiez-13ye5g + .pokiez-xuucnb {
  margin-top: 0;
}

@media (min-width: 768px) {
  .pokiez-13ye5g + .pokiez-xuucnb {
    margin-top: -16px;
  }
}

.pokiez-jutcps {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.pokiez-jutcps > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.pokiez-jutcps > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.pokiez-muhvt4 {
  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;
}

.pokiez-a4vv9d {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.pokiez-rph59y {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.pokiez-i1scmf {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.pokiez-gokupx {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.pokiez-muhvt4 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;
}

.pokiez-muhvt4 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) {
  .pokiez-muhvt4 {
    padding: 39px 179px 39px 39px;
  }

  .pokiez-a4vv9d {
    font-size: 40px;
    line-height: 48px;
  }

  .pokiez-gokupx {
    height: 348px;
  }

  .pokiez-muhvt4 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .pokiez-muhvt4 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .pokiez-muhvt4 {
    padding: 63px;
  }
}

.pokiez-v70o9u {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .pokiez-v70o9u {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.pokiez-jnnodh {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .pokiez-jnnodh {
    width: auto;
  }
}

.pokiez-f4jrtx {
  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;
}

.pokiez-f4jrtx::-webkit-scrollbar {
  display: none;
}

.pokiez-f4jrtx 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);
}

.pokiez-f4jrtx a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .pokiez-f4jrtx {
    margin-left: 16px;
    margin-top: 0;
  }
}

.pokiez-v70o9u .pokiez-s4ee31 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.pokiez-iqo6dg,
    mask-image 0.3s;
}

.pokiez-v70o9u .pokiez-s4ee31.pokiez-wgjp2v {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.pokiez-b3dcqy {
  margin: 40px -16px;
}

.pokiez-46a3sa + .pokiez-qdv9p3,
.pokiez-46a3sa + .pokiez-jhisw2 {
  margin-top: 24px;
}

.pokiez-mivg2e {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.pokiez-mivg2e picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.pokiez-mb47kd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .pokiez-mb47kd {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .pokiez-mb47kd {
    margin-top: 0;
  }
}

.pokiez-5ddoos {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .pokiez-5ddoos {
    font-size: 24px;
    line-height: 32px;
  }
}

.pokiez-erof4s {
  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) {
  .pokiez-erof4s {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.pokiez-8rdphm {
  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) {
  .pokiez-8rdphm {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.pokiez-jiwtn0 {
  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) {
  .pokiez-jiwtn0 {
    font-size: 20px;
    line-height: 28px;
  }
}

.pokiez-i0z0v2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .pokiez-i0z0v2 {
    font-size: 32px;
    line-height: 40px;
  }
}

.pokiez-px0rk9 {
  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;
}

.pokiez-n1zlxu {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.pokiez-n1zlxu img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pokiez-xuucnb {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.pokiez-ew3hpt {
  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) {
  .pokiez-ew3hpt {
    padding: 15px 48px;
  }
}

main > .pokiez-xuucnb {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .pokiez-7l76cu.pokiez-latnad > div:nth-child(n+5) {
    display: none;
  }
}

.pokiez-iemtfm p a img {
  display: block;
  margin: 0 auto;
}


.pokiez-l8eb10 {
  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 */
.pokiez-kv6zpr {
  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;
}

.pokiez-kv6zpr label {
  font-size: 14px;
}

.pokiez-kv6zpr h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.pokiez-kv6zpr input,
.pokiez-kv6zpr textarea,
.pokiez-kv6zpr 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;
}
.pokiez-kv6zpr button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.pokiez-woe7sb ease;
}
.pokiez-kv6zpr button:hover {
  background-color: var(--button-bg-hover);
}
.pokiez-0508m6 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.pokiez-dkh4bp ease-in;
}

.pokiez-0508m6 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;
}
.pokiez-mws0r4, .pokiez-s8jfwv, [class*="review-card"],
thead, thead th, table th, .pokiez-4prp7r,
.pokiez-1frhub, [class*="collapsible-header"],
.pokiez-na930a, [class*="updated-block"] {
  color: #ece7dc !important;
}
