* {
  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;
  }
}

.mystake-q4ycjj {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .mystake-q4ycjj {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-q4ycjj {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.mystake-ziweqf {
  overflow: hidden;
}

.mystake-fs4s4v img {
  background: var(--Neutral-300);
}

.mystake-i26paz {
  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;
}

.mystake-ak7bwr {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.mystake-ak7bwr:hover {
  background: var(--button-bg-hover);
}

.mystake-con0f5 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.mystake-con0f5:hover {
  background: var(--button-bg-hover);
}

.mystake-x9430f {
  font-size: 12px;
  line-height: 18px;
}

.mystake-zjhw5x {
  font-size: 18px;
  line-height: 26px;
}

.mystake-e6iim4 {
  width: 100%;
}

.mystake-qzjbu2 {
  padding: 6px 16px;
}

.mystake-vuf3ul {
  padding: 10px 16px;
}

.mystake-nccke1 {
  padding: 15px 26px;
}

.mystake-snmv2v {
  flex-shrink: 0;
}

.mystake-qeoxfk {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.mystake-pfc3jx {
  display: none;
}

.mystake-jh6tbr {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.mystake-4ttjyf {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.mystake-49p5t4 {
  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;
}

.mystake-4gyviq {
  cursor: grab;
}

.mystake-49p5t4::-webkit-scrollbar {
  display: none;
}

.mystake-garszo {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.mystake-xtm2ca {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.mystake-ywg09z {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.mystake-j7r6gh {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.mystake-1iims9 {
  visibility: visible;
}

.mystake-nn3b3j {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.mystake-l23xlc ease;
}

.mystake-z9i6ml {
  background-color: var(--Primary-200);
  width: 16px;
}

.mystake-1nc50h {
  -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.mystake-l23xlc,
    mask-image 0.3s;
}

.mystake-1nc50h.mystake-feefpf {
  -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;
  }
}

.mystake-qfyyhr: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;
}

.mystake-6so77y {
  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.mystake-9tg990.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.mystake-9tg990.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;
}

.mystake-oiq1q8 {
  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);
}

.mystake-oiq1q8::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%
  );
}

.mystake-nyzywt {
  position: relative;
  z-index: 1;
}

.mystake-3h4cij {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.mystake-u4lza9 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.mystake-fzgnpw {
  font-size: 40px;
  line-height: 48px;
}

.mystake-5lpp5f {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.mystake-30574o {
  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;
}

.mystake-30574o:hover {
  background: var(--Primary-400);
}

.mystake-30574o svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.mystake-qfyyhr 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) {
  .mystake-oiq1q8 {
    max-width: 600px;
    padding: 64px;
  }

  .mystake-3h4cij {
    font-size: 24px;
    line-height: 32px;
  }

  .mystake-u4lza9 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .mystake-fzgnpw {
    font-size: 50px;
    line-height: 56px;
  }

  .mystake-5lpp5f {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .mystake-6so77y {
    top: 25px;
    right: 25px;
  }
}

.mystake-2w8hzt,
.mystake-vz0muo {
  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;
}

.mystake-bvcplo.mystake-d4lbs9::before,
.mystake-vz0muo::before,
.mystake-e037iw::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.mystake-9tg990.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.mystake-04ka4a 14.mystake-sdx3wh.mystake-qjgrbm 14.mystake-16ozpd 15.mystake-nqv2ss 14.mystake-biof4v 15.mystake-rp8lqo 14.mystake-wmm2v2.mystake-g81isa 14.mystake-ohuxoh 19.mystake-epzqg3 12.mystake-3hyp3j 19.mystake-epzqg3 10.mystake-stai6p.mystake-epzqg3 8.mystake-qyizbx 17.mystake-of9c7t 7.mystake-wgnqku 15.mystake-ezw60n 7.mystake-o1b62t.mystake-qsfgr5 7.mystake-wgnqku 11.mystake-48lxes 8.mystake-qyizbx 11.mystake-48lxes 10.mystake-oufc0q.mystake-48lxes 12.mystake-vtv2lm 13.mystake-n9frwf 14.mystake-lw7zje 15.mystake-3kikhi 14.mystake-q7t2mu.mystake-jt1wxd 14.mystake-ev7t0k 15.mystake-dl5nxw 14.mystake-2nw7d5 15.mystake-yq5hw7 14.mystake-12gvlx.mystake-04ka4a 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.mystake-313p22 15.mystake-k42r4j.mystake-azmcnm 15.mystake-iia8dm 15.mystake-yj843n 15.mystake-au0rjh 15.mystake-8ep2iq 15.mystake-waqc15.mystake-veshid 15.mystake-au0rjh 15.mystake-5l0n20 15.mystake-rqoj1r 15.mystake-h6cdyx 15.mystake-i778rw.mystake-l2bk58 15.mystake-6wj30b 7.mystake-kdcogq 18.mystake-dfxlul 7.mystake-7p1ik0 23.mystake-w916mh.mystake-lufglp.mystake-zwk9vl 18.mystake-t2ujxw 19.mystake-wihlpd 15.mystake-k2thp2 15.mystake-313p22 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.mystake-b3pehp [type="submit"] *,
.mystake-xmlmem button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .mystake-w95vwt {
    display: none;
  }
}

.mystake-xtoxlk {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .mystake-xtoxlk {
  display: none;
}

@media (min-width: 768px) {
  .mystake-xtoxlk {
    bottom: 22px;
  }
}

.mystake-xtoxlk input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .mystake-xtoxlk {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.mystake-1ajuv3.static) .mystake-xtoxlk {
    bottom: 8px;
  }
}

.mystake-4zbj36 {
  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.mystake-9tg990.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.mystake-2t9ph6 3.mystake-b4llv2.mystake-8zrr56.mystake-tdjyky 3.mystake-ytc6nq 3.mystake-of70lw 5.mystake-6e3tcy 3.mystake-of70lw 8.mystake-hwy62i.mystake-waif7x.mystake-of70lw 26.mystake-5w7h4o 5.mystake-sjigjs 28.mystake-unm7fm 8.mystake-ixk9dk 28.mystake-62wbuz.mystake-rbi73s 28.mystake-v2unp4.mystake-xjlus6 34.mystake-uv8qps.mystake-nl5bxs 36.mystake-39jeoz 11.mystake-xk33rm 37.mystake-ghf2xd 12.mystake-ih3h7k 36.mystake-urfs0b.mystake-k0qmp0 28.mystake-h15l2h.mystake-i202cb.mystake-s2to76 28.mystake-svtu97 36.mystake-udgmim 26.mystake-iubeu8 36.mystake-udgmim 23.mystake-o9rwmc.mystake-j2wyf4.mystake-udgmim 5.mystake-ngm73z 34.mystake-hmdy69 3.mystake-ytc6nq 31.mystake-2t9ph6 3.mystake-lmejv8.mystake-96uz5o 18.mystake-70bgei.mystake-z4srhz 18.mystake-3uy9h3 8.mystake-pqasnx 17.mystake-72sjk9 8.mystake-pqasnx 15.mystake-ha5nmf.mystake-pqasnx 14.mystake-0yl7tk 9.mystake-z4srhz 13.mystake-4kbu2q 11.mystake-96uz5o 13.mystake-ufj968.mystake-x9b05g 13.mystake-4kbu2q 13.mystake-d00wlv 14.mystake-0yl7tk 13.mystake-d00wlv 15.mystake-zli02d.mystake-d00wlv 17.mystake-72sjk9 12.mystake-x9b05g 18.mystake-3uy9h3 11.mystake-96uz5o 18.mystake-j27tw6.mystake-q2esgd 18.mystake-rt1k1s.mystake-mr3ggv 18.mystake-3uy9h3 17.mystake-mqkthr 17.mystake-72sjk9 17.mystake-mqkthr 15.mystake-6v3j88.mystake-mqkthr 14.mystake-0yl7tk 18.mystake-mr3ggv 13.mystake-4kbu2q 20.mystake-q2esgd 13.mystake-0c8s0f.mystake-sqr2iw 13.mystake-4kbu2q 22.mystake-qi18tu 14.mystake-0yl7tk 22.mystake-qi18tu 15.mystake-c1jn5l.mystake-aw8yhm 17.mystake-72sjk9 21.mystake-sqr2iw 18.mystake-3uy9h3 20.mystake-q2esgd 18.mystake-1qor8y.mystake-loopbl 18.mystake-pqqe9a.mystake-4aaad3 18.mystake-3uy9h3 26.mystake-lwn10l 17.mystake-72sjk9 26.mystake-lwn10l 15.mystake-yg1h3a.mystake-lwn10l 14.mystake-0yl7tk 27.mystake-4aaad3 13.mystake-4kbu2q 28.mystake-loopbl 13.mystake-r97slw.mystake-ycferl 13.mystake-4kbu2q 31.mystake-m13v1f 14.mystake-0yl7tk 31.mystake-m13v1f 15.mystake-uo9b8c.mystake-lwn10l 17.mystake-72sjk9 30.mystake-ycferl 18.mystake-3uy9h3 28.mystake-loopbl 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"])
    .mystake-4zbj36 {
    display: none;
  }
}

.mystake-fz146k {
  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) {
  .mystake-fz146k {
    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;
}

.mystake-xmlmem {
  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) {
  .mystake-xmlmem {
    padding: 14px 16px;
  }
}

.mystake-xmlmem button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.mystake-xmlmem button:first-child {
  align-content: end;
}

.mystake-xmlmem button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .mystake-xmlmem
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-xmlmem
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.mystake-xmlmem button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.mystake-xmlmem button:last-child svg {
  width: 38px;
  height: 38px;
}

.mystake-e037iw {
  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;
}

.mystake-e037iw::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-e037iw,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-e037iw {
  opacity: 1;
  visibility: visible;
}

.mystake-nz9v9u {
  flex: 1 1;
}

.mystake-admrnw {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-admrnw {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .mystake-b89rvb {
  display: block;
}

.mystake-77xw06 {
  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) {
  .mystake-77xw06 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-vz0muo {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.mystake-vz0muo::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.mystake-fz75sm span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.mystake-fz75sm p {
  color: var(--Text-100);
}

.mystake-vz0muo .mystake-ns32y5 {
  grid-area: button;
}

.mystake-vz0muo .mystake-ns32y5::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.mystake-9tg990.org/2000/svg'%3E%3Cpath d='M4.mystake-clkkhy 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-j8olkm 15L16.mystake-j8olkm 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-j8olkm 5L16.mystake-j8olkm 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-mi519m {
  display: block;
}

.mystake-mnye6a {
  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) {
  .mystake-mnye6a {
    margin-top: 40px;
  }
}

.mystake-2w8hzt label,
.mystake-2w8hzt input {
  display: block;
  width: 100%;
}

.mystake-2w8hzt label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.mystake-2w8hzt label.mystake-fslff4 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.mystake-2w8hzt label.mystake-fslff4::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;
}

.mystake-2w8hzt 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;
}

.mystake-2w8hzt input::placeholder {
  color: var(--Text-400);
}

.mystake-ybbhbv {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .mystake-ybbhbv {
  display: flex;
}

.mystake-ybbhbv ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .mystake-ybbhbv ol {
    height: 420px;
    padding: 24px;
  }
}

.mystake-ybbhbv ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.mystake-b3pehp {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-b3pehp {
    padding: 0 24px 24px;
  }
}

.mystake-b3pehp 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;
}

.mystake-b3pehp input::placeholder {
  color: var(--Text-400);
}

.mystake-b3pehp [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.mystake-b3pehp [type="submit"]:disabled {
  opacity: 0.5;
}

.mystake-b3pehp [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .mystake-b3pehp [type="submit"] {
    right: 40px;
  }
}

.mystake-bvcplo {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.mystake-bvcplo.mystake-d4lbs9 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.mystake-bvcplo.mystake-d4lbs9::before {
  content: "";
  width: 31px;
}

.mystake-bvcplo.mystake-d4lbs9 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-bvcplo.mystake-zkff4s p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.mystake-bvcplo p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-xtoxlk .mystake-ns32y5 {
  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;
  }
}

.mystake-w95vwt {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .mystake-w95vwt {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .mystake-w95vwt {
    padding: 18px 0;
  }
}

.mystake-w95vwt .mystake-q4ycjj {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .mystake-w95vwt .mystake-q4ycjj {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.mystake-143eof {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .mystake-143eof {
    max-width: 160px;
    height: 40px;
  }
}

.mystake-143eof picture,
.mystake-143eof img {
  display: block;
  width: 100%;
  height: 100%;
}

.mystake-143eof img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .mystake-r40ank {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.mystake-l23xlc ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .mystake-w95vwt.mystake-ir4mg1 .mystake-r40ank {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mystake-r40ank {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .mystake-r40ank {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.mystake-ekgmmo,
.mystake-f6pgb8 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .mystake-ekgmmo,
  .mystake-f6pgb8 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .mystake-f6pgb8 {
    display: none;
  }
}

.mystake-xmwj58 {
  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;
}

.mystake-ir4mg1 .mystake-xmwj58 {
  background: var(--fh-bg-color);
}

.mystake-xmwj58 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .mystake-xmwj58 {
    display: none;
  }
}

.mystake-xdmaxg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-xdmaxg {
    display: none;
  }
}

.mystake-nnm11b {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.mystake-w95vwt.mystake-ir4mg1 .mystake-nnm11b:first-child {
  display: none;
}

.mystake-w95vwt.mystake-ir4mg1 .mystake-nnm11b:last-child {
  display: block;
}

.mystake-nnm11b:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .mystake-nnm11b {
    display: none;
  }
}

.mystake-atdb07 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-atdb07 {
    display: flex;
  }
}

.mystake-atdb07 ul {
  max-height: 350px;
  overflow-y: auto;
}

.mystake-atdb07:hover ul {
  visibility: visible;
  opacity: 1;
}

.mystake-atdb07:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.mystake-atdb07:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.mystake-atdb07:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.mystake-atdb07:hover .mystake-64s7g3 svg {
  transform: rotate(180deg);
}

.mystake-wp546a {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.mystake-bpto3s {
  padding: 0 8px;
}

.mystake-qamd3q {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.mystake-qamd3q:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .mystake-qamd3q {
    padding: 4px 8px;
  }
}

.mystake-peakbk {
  display: flex;
}

.mystake-peakbk img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.mystake-64s7g3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.mystake-64s7g3 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.mystake-297o4v {
  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) {
  .mystake-297o4v {
    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;
  }
}

.mystake-vc9zxi {
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-vc9zxi {
    display: none;
  }
}

.mystake-2jr1va {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.mystake-jfz6mq {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.mystake-ips4wp {
  display: flex;
}

.mystake-n9hfwo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.mystake-wewfwj {
  list-style: none;
}

@media (max-width: 1199px) {
  .mystake-wewfwj {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .mystake-wewfwj {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mystake-wewfwj .mystake-tsz64j [data-ref-el],
  .mystake-wewfwj .mystake-tsz64j span,
  .mystake-wewfwj .mystake-tsz64j a {
    white-space: nowrap;
  }
}

.mystake-y9jr2v {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .mystake-y9jr2v.mystake-f4xs0z > .mystake-tsz64j {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .mystake-y9jr2v.mystake-qyfsnf:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .mystake-y9jr2v.mystake-f4xs0z > .mystake-teqnkr {
    height: auto;
  }

  .mystake-y9jr2v.mystake-f4xs0z > div > .mystake-urzfcz {
    transform: rotate(180deg);
  }
}

.mystake-y9jr2v [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.mystake-y9jr2v [data-ref-el],
.mystake-y9jr2v span {
  cursor: pointer;
}

.mystake-y9jr2v [data-ref-el],
.mystake-y9jr2v span,
.mystake-y9jr2v a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .mystake-y9jr2v [data-ref-el],
  .mystake-y9jr2v span,
  .mystake-y9jr2v a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .mystake-y9jr2v [data-ref-el],
  .mystake-y9jr2v span,
  .mystake-y9jr2v a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.mystake-teqnkr {
  height: 0;
  overflow: hidden;
  transition: height 0.mystake-l23xlc ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.mystake-teqnkr::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.mystake-teqnkr::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.mystake-teqnkr::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .mystake-teqnkr {
    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;
  }

  .mystake-teqnkr:has(> .mystake-y9jr2v.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .mystake-teqnkr .mystake-teqnkr {
    padding: 0;
  }

  .mystake-teqnkr .mystake-y9jr2v {
    font-weight: 400;
  }

  .mystake-teqnkr .mystake-y9jr2v:hover > .mystake-tsz64j {
    background: var(--Neutral-300);
  }

  .mystake-teqnkr .mystake-urzfcz {
    rotate: -90deg;
  }
}

.mystake-tsz64j {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-tsz64j {
    padding: 8px;
  }

  .mystake-y9jr2v.mystake-cj9kcm > .mystake-tsz64j {
    background: var(--Neutral-300);
  }
}

.mystake-urzfcz {
  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.mystake-9tg990.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.mystake-7k29wd 0.mystake-g5o50r.mystake-zoxirk -0.mystake-7cg7at 0.mystake-xpfexk -0.mystake-7cg7at 1.mystake-hc1234 0.mystake-9hoden.mystake-wm6544 4.mystake-z7hzhp.mystake-7k29wd 0.mystake-1vkbau.mystake-v3k7xe -0.mystake-7cg7at 9.mystake-o38hcx -0.mystake-7cg7at 10.mystake-zme4tg 0.mystake-1lxbqt.mystake-4cndah 0.mystake-zoxirk 10.mystake-4cndah 0.mystake-xpfexk 10.mystake-zme4tg 1.mystake-122wga.mystake-8rythx 5.mystake-pryxya.mystake-hh6sal 6.mystake-ris096 5.mystake-p42cpi 6.mystake-ris096 4.mystake-g1gjw3 5.mystake-1omqzi.mystake-7k29wd 1.mystake-vmh99m.mystake-7cg7at 0.mystake-xpfexk -0.mystake-7cg7at 0.mystake-zoxirk 0.mystake-7k29wd 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.mystake-l23xlc ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-urzfcz {
    cursor: default;
  }
}

.mystake-wpldsb {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.mystake-utxi2r {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .mystake-utxi2r {
    padding: 40px 4px;
  }
}

.mystake-07maom {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .mystake-07maom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.mystake-wvcoza {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .mystake-wvcoza {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.mystake-wvcoza ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.mystake-wvcoza [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.mystake-wvcoza [data-ref-el],
.mystake-wvcoza span,
.mystake-wvcoza a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.mystake-iprtyj {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-iprtyj {
    margin-bottom: 12px;
  }
}

.mystake-5qhrp4 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.mystake-5qhrp4 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .mystake-5qhrp4:last-child {
    margin-right: 0;
  }
}

.mystake-i0m9xu {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-iprtyj:hover .mystake-p50ybm {
  visibility: visible;
  opacity: 1;
}

.mystake-p50ybm {
  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);
}

.mystake-wfr7wp {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.mystake-b6k01r {
  display: flex;
  margin: 6px;
}

.mystake-b6k01r img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.mystake-p50ybm::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);
}

.mystake-p50ybm::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);
}

.mystake-um7cyn {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-um7cyn {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.mystake-cugmvl {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .mystake-cugmvl {
    margin-right: 32px;
  }
}

.mystake-28mc5l {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-28mc5l {
    margin-top: 0;
    width: 340px;
  }
}

.mystake-28mc5l a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-i13y95 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.mystake-as8w7f {
  position: relative;
}

@media (min-width: 768px) {
  .mystake-as8w7f {
    margin-top: 40px;
  }
}

.mystake-as8w7f + .mystake-xi8htd,
.mystake-as8w7f + .mystake-as8w7f {
  margin-top: 24px;
}

.mystake-tbayf8 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .mystake-tbayf8 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-tbayf8 {
    padding: 80px;
  }
}

.mystake-42m5mc {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .mystake-42m5mc {
    padding: 0 16px;
}


}

.mystake-21fbsy {
  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) {
  .mystake-21fbsy {
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-62dg5u {
  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) {
  .mystake-62dg5u {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-2c6swi {
  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;
}

.mystake-2c6swi:hover {
  background: var(--button-bg-hover);
}

.mystake-gjg3ti {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.mystake-gjg3ti img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .mystake-gjg3ti img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .mystake-gjg3ti img {
  min-height: 100%;
  }
}

.mystake-tbayf8::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.mystake-wx0e5t {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mystake-wx0e5t h1,
.mystake-wx0e5t h2,
.mystake-wx0e5t h3,
.mystake-wx0e5t h4 {
  margin-bottom: 6px;
}

.mystake-wx0e5t h1:not(:first-child),
.mystake-wx0e5t h2:not(:first-child),
.mystake-wx0e5t h3:not(:first-child),
.mystake-wx0e5t h4:not(:first-child) {
  margin-top: 16px;
}

.mystake-wx0e5t h1,
.mystake-wx0e5t h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .mystake-wx0e5t h1,
  .mystake-wx0e5t h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.mystake-wx0e5t h2,
.mystake-wx0e5t h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .mystake-wx0e5t h2,
  .mystake-wx0e5t h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-wx0e5t h3,
.mystake-wx0e5t h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .mystake-wx0e5t h3,
  .mystake-wx0e5t h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-wx0e5t h4,
.mystake-wx0e5t h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.mystake-wx0e5t ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.mystake-wx0e5t ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.mystake-wx0e5t 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);
}

.mystake-wx0e5t ul ul {
  margin-bottom: 8px;
}

.mystake-wx0e5t ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.mystake-wx0e5t ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.mystake-wx0e5t ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.mystake-wx0e5t ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.mystake-wx0e5t ol li::marker {
  font-weight: 700;
}

.mystake-wx0e5t ol ol {
  margin-bottom: 8px;
}

.mystake-wx0e5t ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.mystake-wx0e5t ol ul li {
  padding-left: 16px;
}

.mystake-wx0e5t 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) {
  .mystake-wx0e5t table {
    padding: 24px;
  }
}

.mystake-wx0e5t table.mystake-agwj7w {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.mystake-l23xlc,
    mask-image 0.3s;
}

.mystake-wx0e5t table.mystake-agwj7w.mystake-feefpf {
  -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) {
  .mystake-wx0e5t table {
    display: table;
  }
}

.mystake-wx0e5t 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);
}

.mystake-wx0e5t table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-wx0e5t table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-wx0e5t 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) {
  .mystake-wx0e5t table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.mystake-wx0e5t table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-wx0e5t table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-wx0e5t table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.mystake-wx0e5t img {
  max-width: 100%;
  height: auto;
}

.mystake-ylco06 {
  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) {
  .mystake-ylco06 {
    padding: 24px;
  }
}

.mystake-sgfp6i {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .mystake-sgfp6i {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.mystake-sgfp6i > * {
  margin: 0 !important;
}

.mystake-sgfp6i img,
.mystake-un09ss {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-sgfp6i img,
  .mystake-un09ss {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-qoxmns {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-qoxmns {
    width: 32px;
    height: 32px;
  }
}

.mystake-kyf7w1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.mystake-kyf7w1 .mystake-edy143 {
  flex-shrink: 0;
}

.mystake-kyf7w1 .mystake-ygsclv svg {
  display: none;
}

.mystake-gn655q {
  display: grid;
  transition: max-height 0.mystake-l23xlc ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .mystake-gn655q {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .mystake-gn655q {
    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));
  }
}

.mystake-gn655q.mystake-hcl3ey + .mystake-edy143 svg {
  transform: rotate(180deg);
}

.mystake-rgvtqn {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.mystake-rgvtqn > div:nth-child(3n) {
  grid-column: span 2;
}

.mystake-rgvtqn
  > div:nth-child(3n)
  .mystake-o68otp
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .mystake-rgvtqn {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .mystake-rgvtqn > div:nth-child(3n) {
    grid-column: unset;
  }

  .mystake-rgvtqn
    > div:nth-child(3n)
    .mystake-o68otp
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .mystake-rgvtqn {
    max-width: 270px;
  }
}

.mystake-rgvtqn .mystake-o68otp button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .mystake-rgvtqn .mystake-o68otp button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .mystake-rgvtqn .mystake-o68otp button {
    max-width: 104px;
  }
}

.mystake-neqsxh {
  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) {
  .mystake-neqsxh {
    margin-bottom: 0;
  }
}

.mystake-9ukpho {
  display: none;
  opacity: 0;
}

.mystake-8uew6z {
  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;
  }
}

.mystake-8uew6z img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.mystake-o68otp {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.mystake-o68otp button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .mystake-o68otp
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .mystake-o68otp
    button {
    max-width: 145px;
  }
}

.mystake-ft1ls3:first-child
  .mystake-o68otp
  button {
  max-width: 270px;
}

.mystake-btz25g {
  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%;
}

.mystake-neqsxh picture {
  width: 100%;
  max-width: 100%;
}

.mystake-avumer {
  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;
}

.mystake-avumer svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.mystake-neqsxh:hover .mystake-avumer {
  display: flex;
}

.mystake-k2g5rn {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.mystake-ja8eh2 {
  display: flex;
}

.mystake-ja8eh2:hover .mystake-m3d3iy,
.mystake-ja8eh2 .mystake-cj9kcm .mystake-m3d3iy {
  display: flex;
}

.mystake-ja8eh2 svg {
  flex-shrink: 0;
}

.mystake-m3d3iy {
  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) {
  .mystake-m3d3iy {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.mystake-m3d3iy:hover {
  display: flex;
}

.mystake-m3d3iy svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.mystake-v9ird4 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .mystake-v9ird4 {
    font-size: 12px;
  }
}

.mystake-uzla7r,
.mystake-4d0y5h {
  width: 50%;
  flex-shrink: 0;
}

.mystake-uzla7r {
  font-weight: 700;
}

.mystake-b2f0os .mystake-gn655q {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .mystake-b2f0os .mystake-gn655q {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .mystake-b2f0os .mystake-gn655q {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.mystake-b2f0os
  .mystake-btz25g:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.mystake-b2f0os .mystake-8uew6z {
  height: 100% !important;
  border-radius: 16px;
}

.mystake-b2f0os .mystake-o68otp {
  gap: 4px;
  align-items: center;
}

.mystake-b2f0os .mystake-o68otp button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mystake-b2f0os .mystake-o68otp svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.mystake-b2f0os .mystake-elpr3f,
.mystake-b2f0os .mystake-kd3449 {
  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.mystake-9tg990.org/2000/svg'%3E%3Cpath d='M9.mystake-g5arlt 4.mystake-qix5wq.mystake-ey25mi 5.mystake-15afxf.mystake-6ae667 5.mystake-u5vosw.mystake-s4zi1a 5.mystake-mctagw.mystake-3y3bke 8.mystake-l98x79.mystake-xgs5y0 9.mystake-qbd7yh.mystake-67t3x5 9.mystake-9sy32r.mystake-biaktu 13.mystake-82o74a.mystake-brhta3 11.mystake-717edx.mystake-vx84yi 11.mystake-rljxis.mystake-hgwvrs 11.mystake-vulfoj.mystake-y6qbha 13.mystake-hx80fc.mystake-1hsmxt 9.mystake-1hs9x3.mystake-a1j9is 9.mystake-3mb2xu.mystake-eio7um 8.mystake-8t476s.mystake-sb9rlz 5.mystake-gpmcwo.mystake-s54s0n 5.mystake-b0blwj.mystake-hdp4zz 5.mystake-ewjn5m.mystake-634v5s 4.mystake-urfjhe.mystake-vx84yi 1.mystake-kahwny.mystake-g5arlt 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.mystake-b2f0os .mystake-elpr3f {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.mystake-b2f0os .mystake-kd3449 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.mystake-74khxf {
  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) {
  .mystake-74khxf {
    padding: 24px;
  }
}

.mystake-74khxf .mystake-edy143 {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-74khxf .mystake-edy143 {
    display: none;
  }
}

.mystake-74khxf .mystake-ygsclv svg {
  display: none;
}

.mystake-y7dpeo {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mystake-y7dpeo .mystake-i26paz {
  display: none;
}

@media (min-width: 768px) {
  .mystake-y7dpeo .mystake-i26paz {
    display: flex;
  }
}

.mystake-z3is63 {
  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) {
  .mystake-z3is63 {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-z3is63 > * {
  margin: 0 !important;
}

.mystake-z3is63 img,
.mystake-5tk5jp {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-z3is63 img,
  .mystake-5tk5jp {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-u9622o {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-u9622o {
    width: 32px;
    height: 32px;
  }
}

.mystake-fg3y72 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .mystake-fg3y72 {
    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;
  }

  .mystake-fg3y72::-webkit-scrollbar {
    display: none;
  }
}

.mystake-yjxz64 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .mystake-yjxz64 {
    padding: 7px 15px;
  }
}

.mystake-yjxz64:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-fos2qy {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-fos2qy {
    display: flex;
    opacity: 1;
  }
}

.mystake-yjxz64 picture {
  height: 100%;
  display: block;
}

.mystake-yjxz64 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .mystake-yjxz64 img {
    width: 88px;
    height: 44px;
  }
}

.mystake-yjxz64 p {
  text-align: center;
  width: 100%;
}

.mystake-jy80ak {
  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) {
  .mystake-jy80ak {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-jy80ak img,
.mystake-jn5yp4 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-jy80ak img,
  .mystake-jn5yp4 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-zxkt2x {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-zxkt2x {
    width: 32px;
    height: 32px;
  }
}

.mystake-2p9vva {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.mystake-s7pt0q {
  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;
}

.mystake-fzxq48 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.mystake-fzxq48.mystake-cj9kcm {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.mystake-vy0rsm {
  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) {
  .mystake-vy0rsm {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-81ps0n {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.mystake-yo8807 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.mystake-l23xlc ease;
  opacity: 0;
  color: var(--text-color);
}

.mystake-dq088m {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.mystake-dq088m ol,
.mystake-dq088m ul {
  padding-left: 1.3em;
}

.mystake-fzxq48.mystake-cj9kcm .mystake-yo8807 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.mystake-fzxq48.mystake-cj9kcm .mystake-81ps0n {
  transform: rotate(180deg);
  color: var(--text-color);
}

.mystake-5vtte0 {
  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) {
  .mystake-5vtte0 {
    padding: 24px;
  }
}

.mystake-5vtte0 .mystake-edy143 {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-5vtte0 .mystake-edy143 {
    display: none;
  }
}

.mystake-5vtte0 .mystake-ygsclv svg {
  display: none;
}

.mystake-ccma73 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mystake-ccma73 .mystake-i26paz {
  display: none;
}

@media (min-width: 768px) {
  .mystake-ccma73 .mystake-i26paz {
    display: flex;
  }
}

.mystake-g0ahld {
  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) {
  .mystake-g0ahld {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-g0ahld > * {
  margin: 0 !important;
}

.mystake-g0ahld img,
.mystake-aa6tsx {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-g0ahld img,
  .mystake-aa6tsx {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-ho9531 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-ho9531 {
    width: 32px;
    height: 32px;
  }
}

.mystake-mol4jm {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .mystake-mol4jm {
    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;
  }

  .mystake-mol4jm::-webkit-scrollbar {
    display: none;
  }
}

.mystake-x6n7ae {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.mystake-x6n7ae:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-7m94s5 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-7m94s5 {
    display: flex;
    opacity: 1;
  }
}

.mystake-x6n7ae picture {
  width: auto;
  height: 100%;
  display: block;
}

.mystake-x6n7ae picture img {
  display: block;
  width: auto;
  height: 100%;
}

.mystake-kvk6mv {
  margin: -24px 0;
}

.mystake-kvk6mv:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .mystake-kvk6mv {
    margin: -16px 0;
  }
}

.mystake-whcab9 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .mystake-whcab9 {
    flex-direction: row;
  }
}

.mystake-wlnla5 {
  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) {
  .mystake-wlnla5 {
    flex: 1;
  }
}

.mystake-wlnla5::placeholder {
  color: var(--Text-400);
}

.mystake-dnbd8t {
  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;
}

.mystake-6hh3ep {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.mystake-6hh3ep::-webkit-scrollbar {
  display: none;
}

.mystake-fucor0 {
  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;
}

.mystake-fucor0 img,
.mystake-fucor0 svg {
  margin-right: 8px;
}

.mystake-z3yiht {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.mystake-kvk6mv + .mystake-zgp1h1 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .mystake-kvk6mv + .mystake-zgp1h1 {
    margin-top: -16px;
  }
}

.mystake-og0av4 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.mystake-og0av4 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.mystake-og0av4 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.mystake-i438ay {
  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;
}

.mystake-be0hcl {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.mystake-gymhar {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.mystake-4adtic {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.mystake-ply0oi {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.mystake-i438ay 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;
}

.mystake-i438ay 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) {
  .mystake-i438ay {
    padding: 39px 179px 39px 39px;
  }

  .mystake-be0hcl {
    font-size: 40px;
    line-height: 48px;
  }

  .mystake-ply0oi {
    height: 348px;
  }

  .mystake-i438ay button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .mystake-i438ay button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-i438ay {
    padding: 63px;
  }
}

.mystake-17d5np {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .mystake-17d5np {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.mystake-rzqj44 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-rzqj44 {
    width: auto;
  }
}

.mystake-driqga {
  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;
}

.mystake-driqga::-webkit-scrollbar {
  display: none;
}

.mystake-driqga 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);
}

.mystake-driqga a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-driqga {
    margin-left: 16px;
    margin-top: 0;
  }
}

.mystake-17d5np .mystake-9bhss3 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.mystake-l23xlc,
    mask-image 0.3s;
}

.mystake-17d5np .mystake-9bhss3.mystake-feefpf {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.mystake-dvh2jo {
  margin: 40px -16px;
}

.mystake-pdh15y + .mystake-xi8htd,
.mystake-pdh15y + .mystake-as8w7f {
  margin-top: 24px;
}

.mystake-oqycfd {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.mystake-oqycfd picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.mystake-19e9rt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .mystake-19e9rt {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .mystake-19e9rt {
    margin-top: 0;
  }
}

.mystake-2h0sjx {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-2h0sjx {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-eo9xw2 {
  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) {
  .mystake-eo9xw2 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.mystake-xrbn6h {
  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) {
  .mystake-xrbn6h {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.mystake-09hhdv {
  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) {
  .mystake-09hhdv {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-1vn3o5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-1vn3o5 {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-cvz7h7 {
  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;
}

.mystake-45nq7x {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.mystake-45nq7x img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mystake-zgp1h1 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.mystake-vgq89e {
  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) {
  .mystake-vgq89e {
    padding: 15px 48px;
  }
}

main > .mystake-zgp1h1 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .mystake-gn655q.mystake-ireg64 > div:nth-child(n+5) {
    display: none;
  }
}

.mystake-wx0e5t p a img {
  display: block;
  margin: 0 auto;
}


.mystake-sli72h {
  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 */
.mystake-ycghh4 {
  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;
}

.mystake-ycghh4 label {
  font-size: 14px;
}

.mystake-ycghh4 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.mystake-ycghh4 input,
.mystake-ycghh4 textarea,
.mystake-ycghh4 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;
}
.mystake-ycghh4 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.mystake-sgflg6 ease;
}
.mystake-ycghh4 button:hover {
  background-color: var(--button-bg-hover);
}
.mystake-u4w4cv {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.mystake-rrj7eq ease-in;
}

.mystake-u4w4cv 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;
}
.mystake-7ccfg3, .mystake-asdmnh, [class*="review-card"],
thead, thead th, table th, .mystake-x934by,
.mystake-8r5bzg, [class*="collapsible-header"],
.mystake-xg0w7g, [class*="updated-block"] {
  color: #ece7dc !important;
}
