* {
  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-czjygg {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .mystake-czjygg {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-czjygg {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.mystake-xgbfgj {
  overflow: hidden;
}

.mystake-pomip5 img {
  background: var(--Neutral-300);
}

.mystake-k0v6qv {
  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-8luj8n {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.mystake-8luj8n:hover {
  background: var(--button-bg-hover);
}

.mystake-i668ll {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.mystake-i668ll:hover {
  background: var(--button-bg-hover);
}

.mystake-9nwnol {
  font-size: 12px;
  line-height: 18px;
}

.mystake-vcf4qz {
  font-size: 18px;
  line-height: 26px;
}

.mystake-ehcgue {
  width: 100%;
}

.mystake-nokhb5 {
  padding: 6px 16px;
}

.mystake-hscxdw {
  padding: 10px 16px;
}

.mystake-ciqwx6 {
  padding: 15px 26px;
}

.mystake-4vfr8v {
  flex-shrink: 0;
}

.mystake-p04uoh {
  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-nmbhsl {
  display: none;
}

.mystake-duo4xu {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.mystake-ee5ffb {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.mystake-84t4us {
  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-936cv8 {
  cursor: grab;
}

.mystake-84t4us::-webkit-scrollbar {
  display: none;
}

.mystake-46cvns {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.mystake-u0mah7 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.mystake-0e45e2 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.mystake-wdewcu {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.mystake-5o6vfj {
  visibility: visible;
}

.mystake-51fbzb {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.mystake-23laaq ease;
}

.mystake-wb6xff {
  background-color: var(--Primary-200);
  width: 16px;
}

.mystake-k5j409 {
  -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-23laaq,
    mask-image 0.3s;
}

.mystake-k5j409.mystake-cy68nt {
  -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-jnuqcx: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-sxoyhq {
  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-ol1tbn.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-ol1tbn.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-mgxj7i {
  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-mgxj7i::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-8toa1e {
  position: relative;
  z-index: 1;
}

.mystake-azq3tv {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.mystake-3jf3xo {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.mystake-6sd4h3 {
  font-size: 40px;
  line-height: 48px;
}

.mystake-ah9ija {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.mystake-rb63gy {
  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-rb63gy:hover {
  background: var(--Primary-400);
}

.mystake-rb63gy svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.mystake-jnuqcx 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-mgxj7i {
    max-width: 600px;
    padding: 64px;
  }

  .mystake-azq3tv {
    font-size: 24px;
    line-height: 32px;
  }

  .mystake-3jf3xo {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .mystake-6sd4h3 {
    font-size: 50px;
    line-height: 56px;
  }

  .mystake-ah9ija {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .mystake-sxoyhq {
    top: 25px;
    right: 25px;
  }
}

.mystake-fbj8dd,
.mystake-i8mc8k {
  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-i0j29c.mystake-e413a5::before,
.mystake-i8mc8k::before,
.mystake-55uo7r::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-ol1tbn.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.mystake-oqg0z4 14.mystake-04lou4.mystake-boka59 14.mystake-82tez8 15.mystake-i7t0zt 14.mystake-8drg73 15.mystake-j9bkor 14.mystake-kl4oct.mystake-3u0vcs 14.mystake-3qy4rt 19.mystake-zt2svp 12.mystake-hcf421 19.mystake-zt2svp 10.mystake-9fysw7.mystake-zt2svp 8.mystake-9isact 17.mystake-wxuaag 7.mystake-awqry0 15.mystake-88eaaj 7.mystake-1f37kq.mystake-3x6t0i 7.mystake-awqry0 11.mystake-ks4g1z 8.mystake-9isact 11.mystake-ks4g1z 10.mystake-s0d4tf.mystake-ks4g1z 12.mystake-b33azf 13.mystake-vwzizn 14.mystake-j7iefh 15.mystake-k9li2h 14.mystake-volctz.mystake-qic6cd 14.mystake-m8pyzn 15.mystake-72mu2p 14.mystake-nk9ftz 15.mystake-4g17cs 14.mystake-sq2g0m.mystake-oqg0z4 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.mystake-xs69qs 15.mystake-65xbu4.mystake-wwmak3 15.mystake-tv772f 15.mystake-ksil9h 15.mystake-f0m49s 15.mystake-4esfkr 15.mystake-uzdj1f.mystake-xvsw26 15.mystake-f0m49s 15.mystake-z5uwwq 15.mystake-4orwjc 15.mystake-5bxdy0 15.mystake-28v0em.mystake-ixl20y 15.mystake-kcq2wr 7.mystake-71ebqt 18.mystake-ai9eww 7.mystake-3ytp8z 23.mystake-8jyxg9.mystake-o5tmyc.mystake-8p19az 18.mystake-lmopu9 19.mystake-8y82q4 15.mystake-xwgl90 15.mystake-xs69qs 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.mystake-29guuw [type="submit"] *,
.mystake-rx684c button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .mystake-2306b9 {
    display: none;
  }
}

.mystake-sq4rn3 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .mystake-sq4rn3 {
  display: none;
}

@media (min-width: 768px) {
  .mystake-sq4rn3 {
    bottom: 22px;
  }
}

.mystake-sq4rn3 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .mystake-sq4rn3 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.mystake-2ejgx5.static) .mystake-sq4rn3 {
    bottom: 8px;
  }
}

.mystake-ahmgwh {
  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-ol1tbn.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.mystake-a5cto0 3.mystake-r3mz9p.mystake-wz2i1t.mystake-66jbhl 3.mystake-e1jkal 3.mystake-7smd74 5.mystake-92mcfr 3.mystake-7smd74 8.mystake-1j4qtj.mystake-03j2tg.mystake-7smd74 26.mystake-kjid2y 5.mystake-uuj3r2 28.mystake-io55g8 8.mystake-5h7355 28.mystake-yl3yoj.mystake-zrwwm6 28.mystake-z9syp4.mystake-9c0ttv 34.mystake-dxlgkh.mystake-ee9qtr 36.mystake-ex0nv1 11.mystake-vbw98p 37.mystake-801vka 12.mystake-ebxons 36.mystake-x83mb9.mystake-rxyuba 28.mystake-v3lmqu.mystake-uln1um.mystake-esrau0 28.mystake-jr0k5q 36.mystake-yhbfvr 26.mystake-acws4r 36.mystake-yhbfvr 23.mystake-tat6qc.mystake-8qmtfu.mystake-yhbfvr 5.mystake-cfhq96 34.mystake-3g4iqj 3.mystake-e1jkal 31.mystake-a5cto0 3.mystake-3z77e4.mystake-ng02mm 18.mystake-0jskoe.mystake-cwzb9v 18.mystake-c5uwe9 8.mystake-ubygab 17.mystake-vewcxv 8.mystake-ubygab 15.mystake-txgebh.mystake-ubygab 14.mystake-ve6arw 9.mystake-cwzb9v 13.mystake-3e4dxa 11.mystake-ng02mm 13.mystake-pk7tsp.mystake-1anliy 13.mystake-3e4dxa 13.mystake-7l1mmi 14.mystake-ve6arw 13.mystake-7l1mmi 15.mystake-ilhorb.mystake-7l1mmi 17.mystake-vewcxv 12.mystake-1anliy 18.mystake-c5uwe9 11.mystake-ng02mm 18.mystake-7r4cpc.mystake-7r9sbm 18.mystake-8mjlza.mystake-iykzns 18.mystake-c5uwe9 17.mystake-nepu1p 17.mystake-vewcxv 17.mystake-nepu1p 15.mystake-bfyj9f.mystake-nepu1p 14.mystake-ve6arw 18.mystake-iykzns 13.mystake-3e4dxa 20.mystake-7r9sbm 13.mystake-dxnmef.mystake-g9iyby 13.mystake-3e4dxa 22.mystake-g1eia7 14.mystake-ve6arw 22.mystake-g1eia7 15.mystake-69zkro.mystake-2p1ewl 17.mystake-vewcxv 21.mystake-g9iyby 18.mystake-c5uwe9 20.mystake-7r9sbm 18.mystake-eguf7c.mystake-dgzsd1 18.mystake-dk2fow.mystake-vjpa29 18.mystake-c5uwe9 26.mystake-b5v7dr 17.mystake-vewcxv 26.mystake-b5v7dr 15.mystake-qms034.mystake-b5v7dr 14.mystake-ve6arw 27.mystake-vjpa29 13.mystake-3e4dxa 28.mystake-dgzsd1 13.mystake-iw30dz.mystake-g80rs8 13.mystake-3e4dxa 31.mystake-yjtba2 14.mystake-ve6arw 31.mystake-yjtba2 15.mystake-6z9dq5.mystake-b5v7dr 17.mystake-vewcxv 30.mystake-g80rs8 18.mystake-c5uwe9 28.mystake-dgzsd1 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-ahmgwh {
    display: none;
  }
}

.mystake-3jx7re {
  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-3jx7re {
    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-rx684c {
  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-rx684c {
    padding: 14px 16px;
  }
}

.mystake-rx684c button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.mystake-rx684c button:first-child {
  align-content: end;
}

.mystake-rx684c button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .mystake-rx684c
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-rx684c
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.mystake-rx684c button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.mystake-rx684c button:last-child svg {
  width: 38px;
  height: 38px;
}

.mystake-55uo7r {
  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-55uo7r::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-55uo7r,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-55uo7r {
  opacity: 1;
  visibility: visible;
}

.mystake-vu1gcv {
  flex: 1 1;
}

.mystake-47o4oi {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-47o4oi {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .mystake-j9ir16 {
  display: block;
}

.mystake-5visc2 {
  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-5visc2 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-i8mc8k {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.mystake-i8mc8k::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.mystake-f0d4tq span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.mystake-f0d4tq p {
  color: var(--Text-100);
}

.mystake-i8mc8k .mystake-uyplj1 {
  grid-area: button;
}

.mystake-i8mc8k .mystake-uyplj1::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-ol1tbn.org/2000/svg'%3E%3Cpath d='M4.mystake-plf2nw 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-usnqz0 15L16.mystake-usnqz0 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-usnqz0 5L16.mystake-usnqz0 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-or843l {
  display: block;
}

.mystake-lfbj6n {
  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-lfbj6n {
    margin-top: 40px;
  }
}

.mystake-fbj8dd label,
.mystake-fbj8dd input {
  display: block;
  width: 100%;
}

.mystake-fbj8dd label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.mystake-fbj8dd label.mystake-3dmg0n input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.mystake-fbj8dd label.mystake-3dmg0n::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-fbj8dd 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-fbj8dd input::placeholder {
  color: var(--Text-400);
}

.mystake-lljd63 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .mystake-lljd63 {
  display: flex;
}

.mystake-lljd63 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .mystake-lljd63 ol {
    height: 420px;
    padding: 24px;
  }
}

.mystake-lljd63 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.mystake-29guuw {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-29guuw {
    padding: 0 24px 24px;
  }
}

.mystake-29guuw 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-29guuw input::placeholder {
  color: var(--Text-400);
}

.mystake-29guuw [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.mystake-29guuw [type="submit"]:disabled {
  opacity: 0.5;
}

.mystake-29guuw [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .mystake-29guuw [type="submit"] {
    right: 40px;
  }
}

.mystake-i0j29c {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.mystake-i0j29c.mystake-e413a5 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.mystake-i0j29c.mystake-e413a5::before {
  content: "";
  width: 31px;
}

.mystake-i0j29c.mystake-e413a5 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-i0j29c.mystake-s3khoz p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.mystake-i0j29c p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-sq4rn3 .mystake-uyplj1 {
  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-2306b9 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .mystake-2306b9 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .mystake-2306b9 {
    padding: 18px 0;
  }
}

.mystake-2306b9 .mystake-czjygg {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .mystake-2306b9 .mystake-czjygg {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.mystake-r2e4et {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .mystake-r2e4et {
    max-width: 160px;
    height: 40px;
  }
}

.mystake-r2e4et picture,
.mystake-r2e4et img {
  display: block;
  width: 100%;
  height: 100%;
}

.mystake-r2e4et img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .mystake-lu01p7 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.mystake-23laaq ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .mystake-2306b9.mystake-1aun3c .mystake-lu01p7 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mystake-lu01p7 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .mystake-lu01p7 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.mystake-aw0pi0,
.mystake-xlc0nb {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .mystake-aw0pi0,
  .mystake-xlc0nb {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .mystake-xlc0nb {
    display: none;
  }
}

.mystake-1jjfjy {
  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-1aun3c .mystake-1jjfjy {
  background: var(--fh-bg-color);
}

.mystake-1jjfjy button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .mystake-1jjfjy {
    display: none;
  }
}

.mystake-d9lwfl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-d9lwfl {
    display: none;
  }
}

.mystake-jw2ivw {
  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-2306b9.mystake-1aun3c .mystake-jw2ivw:first-child {
  display: none;
}

.mystake-2306b9.mystake-1aun3c .mystake-jw2ivw:last-child {
  display: block;
}

.mystake-jw2ivw:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .mystake-jw2ivw {
    display: none;
  }
}

.mystake-f7kn1j {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-f7kn1j {
    display: flex;
  }
}

.mystake-f7kn1j ul {
  max-height: 350px;
  overflow-y: auto;
}

.mystake-f7kn1j:hover ul {
  visibility: visible;
  opacity: 1;
}

.mystake-f7kn1j:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.mystake-f7kn1j:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.mystake-f7kn1j:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.mystake-f7kn1j:hover .mystake-1ug424 svg {
  transform: rotate(180deg);
}

.mystake-hcir3m {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.mystake-w7jk93 {
  padding: 0 8px;
}

.mystake-63nv89 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.mystake-63nv89:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .mystake-63nv89 {
    padding: 4px 8px;
  }
}

.mystake-dt8759 {
  display: flex;
}

.mystake-dt8759 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.mystake-1ug424 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.mystake-1ug424 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.mystake-lbt5i4 {
  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-lbt5i4 {
    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-rkvfqz {
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-rkvfqz {
    display: none;
  }
}

.mystake-1fgihl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.mystake-v8fsu4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.mystake-k7s0aa {
  display: flex;
}

.mystake-nm3dlj {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.mystake-4bmeyh {
  list-style: none;
}

@media (max-width: 1199px) {
  .mystake-4bmeyh {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .mystake-4bmeyh {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mystake-4bmeyh .mystake-0troru [data-ref-el],
  .mystake-4bmeyh .mystake-0troru span,
  .mystake-4bmeyh .mystake-0troru a {
    white-space: nowrap;
  }
}

.mystake-ax56tr {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .mystake-ax56tr.mystake-egg5rq > .mystake-0troru {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .mystake-ax56tr.mystake-3b5muz:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .mystake-ax56tr.mystake-egg5rq > .mystake-qyc6zn {
    height: auto;
  }

  .mystake-ax56tr.mystake-egg5rq > div > .mystake-siet4i {
    transform: rotate(180deg);
  }
}

.mystake-ax56tr [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.mystake-ax56tr [data-ref-el],
.mystake-ax56tr span {
  cursor: pointer;
}

.mystake-ax56tr [data-ref-el],
.mystake-ax56tr span,
.mystake-ax56tr 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-ax56tr [data-ref-el],
  .mystake-ax56tr span,
  .mystake-ax56tr a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .mystake-ax56tr [data-ref-el],
  .mystake-ax56tr span,
  .mystake-ax56tr a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.mystake-qyc6zn {
  height: 0;
  overflow: hidden;
  transition: height 0.mystake-23laaq ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.mystake-qyc6zn::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.mystake-qyc6zn::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.mystake-qyc6zn::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .mystake-qyc6zn {
    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-qyc6zn:has(> .mystake-ax56tr.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .mystake-qyc6zn .mystake-qyc6zn {
    padding: 0;
  }

  .mystake-qyc6zn .mystake-ax56tr {
    font-weight: 400;
  }

  .mystake-qyc6zn .mystake-ax56tr:hover > .mystake-0troru {
    background: var(--Neutral-300);
  }

  .mystake-qyc6zn .mystake-siet4i {
    rotate: -90deg;
  }
}

.mystake-0troru {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-0troru {
    padding: 8px;
  }

  .mystake-ax56tr.mystake-ykyrhe > .mystake-0troru {
    background: var(--Neutral-300);
  }
}

.mystake-siet4i {
  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-ol1tbn.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.mystake-r1h14u 0.mystake-bavtsp.mystake-l4ywxp -0.mystake-6dzik8 0.mystake-24piv9 -0.mystake-6dzik8 1.mystake-15ib3v 0.mystake-pfj271.mystake-gef9xt 4.mystake-18183u.mystake-r1h14u 0.mystake-38dyuz.mystake-rn6cty -0.mystake-6dzik8 9.mystake-nk6eaa -0.mystake-6dzik8 10.mystake-apbans 0.mystake-jmjeud.mystake-xrn0q8 0.mystake-l4ywxp 10.mystake-xrn0q8 0.mystake-24piv9 10.mystake-apbans 1.mystake-zht1gb.mystake-2n15sg 5.mystake-y2gh65.mystake-dggvpl 6.mystake-avpt5q 5.mystake-b26fp9 6.mystake-avpt5q 4.mystake-zwdcai 5.mystake-8arlf9.mystake-r1h14u 1.mystake-dcwd9j.mystake-6dzik8 0.mystake-24piv9 -0.mystake-6dzik8 0.mystake-l4ywxp 0.mystake-r1h14u 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.mystake-23laaq ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-siet4i {
    cursor: default;
  }
}

.mystake-feuaro {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.mystake-xj2sa4 {
  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-xj2sa4 {
    padding: 40px 4px;
  }
}

.mystake-u9apup {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .mystake-u9apup {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.mystake-donfzo {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .mystake-donfzo {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.mystake-donfzo ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.mystake-donfzo [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.mystake-donfzo [data-ref-el],
.mystake-donfzo span,
.mystake-donfzo a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.mystake-gz2k1j {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-gz2k1j {
    margin-bottom: 12px;
  }
}

.mystake-fdgm9o {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.mystake-fdgm9o img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .mystake-fdgm9o:last-child {
    margin-right: 0;
  }
}

.mystake-uayoue {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-gz2k1j:hover .mystake-ueb8v3 {
  visibility: visible;
  opacity: 1;
}

.mystake-ueb8v3 {
  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-8bdsgh {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.mystake-gszx23 {
  display: flex;
  margin: 6px;
}

.mystake-gszx23 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.mystake-ueb8v3::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-ueb8v3::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-2slr6o {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-2slr6o {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.mystake-j4us44 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .mystake-j4us44 {
    margin-right: 32px;
  }
}

.mystake-afnggq {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-afnggq {
    margin-top: 0;
    width: 340px;
  }
}

.mystake-afnggq a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-986bk6 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.mystake-10urjk {
  position: relative;
}

@media (min-width: 768px) {
  .mystake-10urjk {
    margin-top: 40px;
  }
}

.mystake-10urjk + .mystake-sr8jtx,
.mystake-10urjk + .mystake-10urjk {
  margin-top: 24px;
}

.mystake-xhjfe4 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .mystake-xhjfe4 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-xhjfe4 {
    padding: 80px;
  }
}

.mystake-7jmuxn {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .mystake-7jmuxn {
    padding: 0 16px;
}


}

.mystake-ckls5g {
  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-ckls5g {
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-4022oh {
  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-4022oh {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-9de0dl {
  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-9de0dl:hover {
  background: var(--button-bg-hover);
}

.mystake-230qa9 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.mystake-230qa9 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .mystake-230qa9 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .mystake-230qa9 img {
  min-height: 100%;
  }
}

.mystake-xhjfe4::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.mystake-kl9xgp {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mystake-kl9xgp h1,
.mystake-kl9xgp h2,
.mystake-kl9xgp h3,
.mystake-kl9xgp h4 {
  margin-bottom: 6px;
}

.mystake-kl9xgp h1:not(:first-child),
.mystake-kl9xgp h2:not(:first-child),
.mystake-kl9xgp h3:not(:first-child),
.mystake-kl9xgp h4:not(:first-child) {
  margin-top: 16px;
}

.mystake-kl9xgp h1,
.mystake-kl9xgp h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .mystake-kl9xgp h1,
  .mystake-kl9xgp h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.mystake-kl9xgp h2,
.mystake-kl9xgp h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .mystake-kl9xgp h2,
  .mystake-kl9xgp h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-kl9xgp h3,
.mystake-kl9xgp h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .mystake-kl9xgp h3,
  .mystake-kl9xgp h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-kl9xgp h4,
.mystake-kl9xgp h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.mystake-kl9xgp ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.mystake-kl9xgp ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.mystake-kl9xgp 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-kl9xgp ul ul {
  margin-bottom: 8px;
}

.mystake-kl9xgp ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.mystake-kl9xgp ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.mystake-kl9xgp ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.mystake-kl9xgp ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.mystake-kl9xgp ol li::marker {
  font-weight: 700;
}

.mystake-kl9xgp ol ol {
  margin-bottom: 8px;
}

.mystake-kl9xgp ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.mystake-kl9xgp ol ul li {
  padding-left: 16px;
}

.mystake-kl9xgp 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-kl9xgp table {
    padding: 24px;
  }
}

.mystake-kl9xgp table.mystake-4ij8ha {
  -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-23laaq,
    mask-image 0.3s;
}

.mystake-kl9xgp table.mystake-4ij8ha.mystake-cy68nt {
  -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-kl9xgp table {
    display: table;
  }
}

.mystake-kl9xgp 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-kl9xgp table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-kl9xgp table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-kl9xgp 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-kl9xgp table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.mystake-kl9xgp table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-kl9xgp table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-kl9xgp table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.mystake-kl9xgp img {
  max-width: 100%;
  height: auto;
}

.mystake-oqlm6i {
  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-oqlm6i {
    padding: 24px;
  }
}

.mystake-mse2c3 {
  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-mse2c3 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.mystake-mse2c3 > * {
  margin: 0 !important;
}

.mystake-mse2c3 img,
.mystake-2o7rj2 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-mse2c3 img,
  .mystake-2o7rj2 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-8e2gy6 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-8e2gy6 {
    width: 32px;
    height: 32px;
  }
}

.mystake-ouzmwz {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.mystake-ouzmwz .mystake-8ba83q {
  flex-shrink: 0;
}

.mystake-ouzmwz .mystake-lx09us svg {
  display: none;
}

.mystake-0aypxm {
  display: grid;
  transition: max-height 0.mystake-23laaq ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .mystake-0aypxm {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .mystake-0aypxm {
    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-0aypxm.mystake-9qhxwu + .mystake-8ba83q svg {
  transform: rotate(180deg);
}

.mystake-aksm4v {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.mystake-aksm4v > div:nth-child(3n) {
  grid-column: span 2;
}

.mystake-aksm4v
  > div:nth-child(3n)
  .mystake-ljse64
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .mystake-aksm4v {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .mystake-aksm4v > div:nth-child(3n) {
    grid-column: unset;
  }

  .mystake-aksm4v
    > div:nth-child(3n)
    .mystake-ljse64
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .mystake-aksm4v {
    max-width: 270px;
  }
}

.mystake-aksm4v .mystake-ljse64 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .mystake-aksm4v .mystake-ljse64 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .mystake-aksm4v .mystake-ljse64 button {
    max-width: 104px;
  }
}

.mystake-l02y8x {
  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-l02y8x {
    margin-bottom: 0;
  }
}

.mystake-lr8r7d {
  display: none;
  opacity: 0;
}

.mystake-ksi7hb {
  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-ksi7hb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.mystake-ljse64 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.mystake-ljse64 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-ljse64
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .mystake-ljse64
    button {
    max-width: 145px;
  }
}

.mystake-bvvzk6:first-child
  .mystake-ljse64
  button {
  max-width: 270px;
}

.mystake-tg0oze {
  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-l02y8x picture {
  width: 100%;
  max-width: 100%;
}

.mystake-wugxl1 {
  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-wugxl1 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.mystake-l02y8x:hover .mystake-wugxl1 {
  display: flex;
}

.mystake-w2xife {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.mystake-2x40km {
  display: flex;
}

.mystake-2x40km:hover .mystake-qn75qy,
.mystake-2x40km .mystake-ykyrhe .mystake-qn75qy {
  display: flex;
}

.mystake-2x40km svg {
  flex-shrink: 0;
}

.mystake-qn75qy {
  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-qn75qy {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.mystake-qn75qy:hover {
  display: flex;
}

.mystake-qn75qy svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.mystake-3ht0tz {
  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-3ht0tz {
    font-size: 12px;
  }
}

.mystake-38gi64,
.mystake-t0c3ab {
  width: 50%;
  flex-shrink: 0;
}

.mystake-38gi64 {
  font-weight: 700;
}

.mystake-8zfvrh .mystake-0aypxm {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .mystake-8zfvrh .mystake-0aypxm {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .mystake-8zfvrh .mystake-0aypxm {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.mystake-8zfvrh
  .mystake-tg0oze:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.mystake-8zfvrh .mystake-ksi7hb {
  height: 100% !important;
  border-radius: 16px;
}

.mystake-8zfvrh .mystake-ljse64 {
  gap: 4px;
  align-items: center;
}

.mystake-8zfvrh .mystake-ljse64 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mystake-8zfvrh .mystake-ljse64 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.mystake-8zfvrh .mystake-4hrd8h,
.mystake-8zfvrh .mystake-f9x43c {
  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-ol1tbn.org/2000/svg'%3E%3Cpath d='M9.mystake-myxi3z 4.mystake-qyimiq.mystake-ffppla 5.mystake-9cyfg9.mystake-wms1eu 5.mystake-zn2ogx.mystake-h9jxcn 5.mystake-ecd7k3.mystake-oq6h8s 8.mystake-wvtrnt.mystake-qlkw49 9.mystake-g0sqr2.mystake-tpo9ea 9.mystake-va9ke4.mystake-egmfak 13.mystake-tcebnb.mystake-p6v16u 11.mystake-ozu9oq.mystake-tdth0a 11.mystake-7jmj3y.mystake-3o98it 11.mystake-4c549x.mystake-v31wbk 13.mystake-ppxxd8.mystake-7cclvs 9.mystake-w65xo3.mystake-l33qys 9.mystake-8se6qs.mystake-hfbnc7 8.mystake-utsx5k.mystake-iidvpa 5.mystake-jocol0.mystake-4s3q78 5.mystake-47dxmp.mystake-e01s9a 5.mystake-ut289y.mystake-u6oyxq 4.mystake-z3b0su.mystake-tdth0a 1.mystake-rrox9f.mystake-myxi3z 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.mystake-8zfvrh .mystake-4hrd8h {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.mystake-8zfvrh .mystake-f9x43c {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.mystake-1ae6gg {
  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-1ae6gg {
    padding: 24px;
  }
}

.mystake-1ae6gg .mystake-8ba83q {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-1ae6gg .mystake-8ba83q {
    display: none;
  }
}

.mystake-1ae6gg .mystake-lx09us svg {
  display: none;
}

.mystake-iea7qn {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mystake-iea7qn .mystake-k0v6qv {
  display: none;
}

@media (min-width: 768px) {
  .mystake-iea7qn .mystake-k0v6qv {
    display: flex;
  }
}

.mystake-417fkj {
  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-417fkj {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-417fkj > * {
  margin: 0 !important;
}

.mystake-417fkj img,
.mystake-kq6bx0 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-417fkj img,
  .mystake-kq6bx0 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-u591t9 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-u591t9 {
    width: 32px;
    height: 32px;
  }
}

.mystake-6u4ggh {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .mystake-6u4ggh {
    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-6u4ggh::-webkit-scrollbar {
    display: none;
  }
}

.mystake-z86jyj {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .mystake-z86jyj {
    padding: 7px 15px;
  }
}

.mystake-z86jyj:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-alv5a8 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-alv5a8 {
    display: flex;
    opacity: 1;
  }
}

.mystake-z86jyj picture {
  height: 100%;
  display: block;
}

.mystake-z86jyj img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .mystake-z86jyj img {
    width: 88px;
    height: 44px;
  }
}

.mystake-z86jyj p {
  text-align: center;
  width: 100%;
}

.mystake-o1rdkj {
  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-o1rdkj {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-o1rdkj img,
.mystake-qysgfy {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-o1rdkj img,
  .mystake-qysgfy {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-bzq9zx {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-bzq9zx {
    width: 32px;
    height: 32px;
  }
}

.mystake-rayqgj {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.mystake-hsross {
  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-wnanv5 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.mystake-wnanv5.mystake-ykyrhe {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.mystake-asvkrs {
  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-asvkrs {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-51l6q7 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.mystake-duwph9 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.mystake-23laaq ease;
  opacity: 0;
  color: var(--text-color);
}

.mystake-rk25to {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.mystake-rk25to ol,
.mystake-rk25to ul {
  padding-left: 1.3em;
}

.mystake-wnanv5.mystake-ykyrhe .mystake-duwph9 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.mystake-wnanv5.mystake-ykyrhe .mystake-51l6q7 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.mystake-zwrbqs {
  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-zwrbqs {
    padding: 24px;
  }
}

.mystake-zwrbqs .mystake-8ba83q {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-zwrbqs .mystake-8ba83q {
    display: none;
  }
}

.mystake-zwrbqs .mystake-lx09us svg {
  display: none;
}

.mystake-9xxi3d {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mystake-9xxi3d .mystake-k0v6qv {
  display: none;
}

@media (min-width: 768px) {
  .mystake-9xxi3d .mystake-k0v6qv {
    display: flex;
  }
}

.mystake-hn1asx {
  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-hn1asx {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-hn1asx > * {
  margin: 0 !important;
}

.mystake-hn1asx img,
.mystake-q1ayl4 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-hn1asx img,
  .mystake-q1ayl4 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-pyti5e {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-pyti5e {
    width: 32px;
    height: 32px;
  }
}

.mystake-udrzrx {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .mystake-udrzrx {
    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-udrzrx::-webkit-scrollbar {
    display: none;
  }
}

.mystake-0z0l9i {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.mystake-0z0l9i:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-qzd8ju {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-qzd8ju {
    display: flex;
    opacity: 1;
  }
}

.mystake-0z0l9i picture {
  width: auto;
  height: 100%;
  display: block;
}

.mystake-0z0l9i picture img {
  display: block;
  width: auto;
  height: 100%;
}

.mystake-kkip2l {
  margin: -24px 0;
}

.mystake-kkip2l:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .mystake-kkip2l {
    margin: -16px 0;
  }
}

.mystake-b00j56 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .mystake-b00j56 {
    flex-direction: row;
  }
}

.mystake-7cruep {
  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-7cruep {
    flex: 1;
  }
}

.mystake-7cruep::placeholder {
  color: var(--Text-400);
}

.mystake-2stjgd {
  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-k23c8h {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.mystake-k23c8h::-webkit-scrollbar {
  display: none;
}

.mystake-1bfynx {
  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-1bfynx img,
.mystake-1bfynx svg {
  margin-right: 8px;
}

.mystake-kmt0ea {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.mystake-kkip2l + .mystake-imud0j {
  margin-top: 0;
}

@media (min-width: 768px) {
  .mystake-kkip2l + .mystake-imud0j {
    margin-top: -16px;
  }
}

.mystake-dbekm6 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.mystake-dbekm6 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.mystake-dbekm6 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.mystake-so2d1h {
  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-tb4s0d {
  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-v0eon2 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.mystake-plizkh {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.mystake-atyltv {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.mystake-so2d1h 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-so2d1h 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-so2d1h {
    padding: 39px 179px 39px 39px;
  }

  .mystake-tb4s0d {
    font-size: 40px;
    line-height: 48px;
  }

  .mystake-atyltv {
    height: 348px;
  }

  .mystake-so2d1h button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .mystake-so2d1h button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-so2d1h {
    padding: 63px;
  }
}

.mystake-cbyso3 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .mystake-cbyso3 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.mystake-nv1it8 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-nv1it8 {
    width: auto;
  }
}

.mystake-m9g0yx {
  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-m9g0yx::-webkit-scrollbar {
  display: none;
}

.mystake-m9g0yx 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-m9g0yx a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-m9g0yx {
    margin-left: 16px;
    margin-top: 0;
  }
}

.mystake-cbyso3 .mystake-9pvl45 {
  -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-23laaq,
    mask-image 0.3s;
}

.mystake-cbyso3 .mystake-9pvl45.mystake-cy68nt {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.mystake-5lblh4 {
  margin: 40px -16px;
}

.mystake-vtgp22 + .mystake-sr8jtx,
.mystake-vtgp22 + .mystake-10urjk {
  margin-top: 24px;
}

.mystake-2cbfey {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.mystake-2cbfey picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.mystake-rpx5qe {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .mystake-rpx5qe {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .mystake-rpx5qe {
    margin-top: 0;
  }
}

.mystake-4t38sy {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-4t38sy {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-ee1oqt {
  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-ee1oqt {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.mystake-p20lp1 {
  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-p20lp1 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.mystake-1t9frj {
  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-1t9frj {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-xh4f0w {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-xh4f0w {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-5fwhwr {
  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-krnw5h {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.mystake-krnw5h img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mystake-imud0j {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.mystake-f52kbi {
  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-f52kbi {
    padding: 15px 48px;
  }
}

main > .mystake-imud0j {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .mystake-0aypxm.mystake-umlyox > div:nth-child(n+5) {
    display: none;
  }
}

.mystake-kl9xgp p a img {
  display: block;
  margin: 0 auto;
}


.mystake-f9g4uw {
  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-kl1d5k {
  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-kl1d5k label {
  font-size: 14px;
}

.mystake-kl1d5k h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.mystake-kl1d5k input,
.mystake-kl1d5k textarea,
.mystake-kl1d5k 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-kl1d5k button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.mystake-9ma9pz ease;
}
.mystake-kl1d5k button:hover {
  background-color: var(--button-bg-hover);
}
.mystake-5q6mhw {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.mystake-eoeeu0 ease-in;
}

.mystake-5q6mhw 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-edaj76, .mystake-4qnn3a, [class*="review-card"],
thead, thead th, table th, .mystake-0l0ydy,
.mystake-0sds42, [class*="collapsible-header"],
.mystake-zj7sam, [class*="updated-block"] {
  color: #ece7dc !important;
}
