* {
  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-c7a662 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .mystake-c7a662 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-c7a662 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.mystake-qxod1a {
  overflow: hidden;
}

.mystake-p4d1kr img {
  background: var(--Neutral-300);
}

.mystake-ggzdca {
  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-5x8uih {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.mystake-5x8uih:hover {
  background: var(--button-bg-hover);
}

.mystake-ra3bm9 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.mystake-ra3bm9:hover {
  background: var(--button-bg-hover);
}

.mystake-rux3ad {
  font-size: 12px;
  line-height: 18px;
}

.mystake-dp82n7 {
  font-size: 18px;
  line-height: 26px;
}

.mystake-o3lyi5 {
  width: 100%;
}

.mystake-iqcbo5 {
  padding: 6px 16px;
}

.mystake-gc44m1 {
  padding: 10px 16px;
}

.mystake-2augnr {
  padding: 15px 26px;
}

.mystake-z5lgvq {
  flex-shrink: 0;
}

.mystake-l7wuuo {
  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-zfptan {
  display: none;
}

.mystake-f5xap1 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.mystake-0zu5wg {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.mystake-v7es25 {
  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-t95amg {
  cursor: grab;
}

.mystake-v7es25::-webkit-scrollbar {
  display: none;
}

.mystake-997gx2 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.mystake-shy3xe {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.mystake-mcfegz {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.mystake-1ociqf {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.mystake-hxrqo9 {
  visibility: visible;
}

.mystake-h13kzu {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.mystake-tzfn06 ease;
}

.mystake-23y0jd {
  background-color: var(--Primary-200);
  width: 16px;
}

.mystake-p7nr8g {
  -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-tzfn06,
    mask-image 0.3s;
}

.mystake-p7nr8g.mystake-fm6a40 {
  -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-mm3pw8: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-3d4zn2 {
  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-k7buge.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-k7buge.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-pdb3t7 {
  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-pdb3t7::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-twz04t {
  position: relative;
  z-index: 1;
}

.mystake-cwxlup {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.mystake-73amip {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.mystake-oy8or5 {
  font-size: 40px;
  line-height: 48px;
}

.mystake-8wejov {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.mystake-bqzwvp {
  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-bqzwvp:hover {
  background: var(--Primary-400);
}

.mystake-bqzwvp svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.mystake-mm3pw8 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-pdb3t7 {
    max-width: 600px;
    padding: 64px;
  }

  .mystake-cwxlup {
    font-size: 24px;
    line-height: 32px;
  }

  .mystake-73amip {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .mystake-oy8or5 {
    font-size: 50px;
    line-height: 56px;
  }

  .mystake-8wejov {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .mystake-3d4zn2 {
    top: 25px;
    right: 25px;
  }
}

.mystake-6z5ozx,
.mystake-dqc66v {
  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-f8qsd1.mystake-s2zfjj::before,
.mystake-dqc66v::before,
.mystake-1jni9x::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-k7buge.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.mystake-imvl3j 14.mystake-cqksa5.mystake-7oewf9 14.mystake-r25rox 15.mystake-uo7v3o 14.mystake-mnzoi4 15.mystake-z880hx 14.mystake-vlob49.mystake-lpfkxx 14.mystake-4ksfqy 19.mystake-m4j1c8 12.mystake-ogxdw4 19.mystake-m4j1c8 10.mystake-rk3pz1.mystake-m4j1c8 8.mystake-uwwfwg 17.mystake-0vg0z7 7.mystake-wrkxm6 15.mystake-r4fgv3 7.mystake-8wed5j.mystake-njebj9 7.mystake-wrkxm6 11.mystake-xavxxs 8.mystake-uwwfwg 11.mystake-xavxxs 10.mystake-rp44tm.mystake-xavxxs 12.mystake-4grx95 13.mystake-tyy1jb 14.mystake-a2f7h1 15.mystake-9mxo3b 14.mystake-1zr5p1.mystake-uqzl89 14.mystake-i973pk 15.mystake-b6kv85 14.mystake-r58wsh 15.mystake-7m9ese 14.mystake-76e08x.mystake-imvl3j 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.mystake-td15ns 15.mystake-dplh07.mystake-j2okzi 15.mystake-3m44e3 15.mystake-1r191y 15.mystake-goni0y 15.mystake-jgqttn 15.mystake-m822a9.mystake-53lflr 15.mystake-goni0y 15.mystake-9oixuk 15.mystake-je0dvu 15.mystake-26pdli 15.mystake-l6pow5.mystake-eg7lt2 15.mystake-u73n07 7.mystake-df9c2b 18.mystake-m2j59x 7.mystake-nec6y7 23.mystake-1qrgs9.mystake-7vmcov.mystake-brbfnn 18.mystake-0wyw2s 19.mystake-0obhm1 15.mystake-gj4vtj 15.mystake-td15ns 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.mystake-z0ffif [type="submit"] *,
.mystake-jma4lh button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .mystake-2uf4xc {
    display: none;
  }
}

.mystake-yj5kuz {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .mystake-yj5kuz {
  display: none;
}

@media (min-width: 768px) {
  .mystake-yj5kuz {
    bottom: 22px;
  }
}

.mystake-yj5kuz input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .mystake-yj5kuz {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.mystake-nvjqzt.static) .mystake-yj5kuz {
    bottom: 8px;
  }
}

.mystake-hmslbm {
  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-k7buge.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.mystake-bllmbn 3.mystake-f5sbg1.mystake-kg90xh.mystake-fc8j50 3.mystake-dir6mj 3.mystake-3ayksx 5.mystake-1hbkjp 3.mystake-3ayksx 8.mystake-b0wj6z.mystake-5st7ie.mystake-3ayksx 26.mystake-fh2xwq 5.mystake-aey4a5 28.mystake-up0n8g 8.mystake-nbo80k 28.mystake-w5dyph.mystake-p20g35 28.mystake-ei089q.mystake-f7vakw 34.mystake-0t5ltu.mystake-4wgddy 36.mystake-n7p89o 11.mystake-x87mmc 37.mystake-r6fnb8 12.mystake-xhb2l1 36.mystake-qwu030.mystake-98c6sv 28.mystake-x46i27.mystake-qgbqnr.mystake-50pifr 28.mystake-kk5ox5 36.mystake-s3zeqj 26.mystake-b2w2w3 36.mystake-s3zeqj 23.mystake-gphw0w.mystake-t07aj6.mystake-s3zeqj 5.mystake-g1w8on 34.mystake-yy2tmf 3.mystake-dir6mj 31.mystake-bllmbn 3.mystake-380hi3.mystake-ib7dv3 18.mystake-ymju72.mystake-ou84gv 18.mystake-h1wily 8.mystake-dje6yx 17.mystake-2jjt8a 8.mystake-dje6yx 15.mystake-lzmqqi.mystake-dje6yx 14.mystake-l4r9u8 9.mystake-ou84gv 13.mystake-y6jyxj 11.mystake-ib7dv3 13.mystake-lp08th.mystake-8ez6qg 13.mystake-y6jyxj 13.mystake-oic8yc 14.mystake-l4r9u8 13.mystake-oic8yc 15.mystake-wkc24h.mystake-oic8yc 17.mystake-2jjt8a 12.mystake-8ez6qg 18.mystake-h1wily 11.mystake-ib7dv3 18.mystake-ayxdhc.mystake-v92rum 18.mystake-elaiki.mystake-e046s9 18.mystake-h1wily 17.mystake-ghsi1t 17.mystake-2jjt8a 17.mystake-ghsi1t 15.mystake-ru6sw5.mystake-ghsi1t 14.mystake-l4r9u8 18.mystake-e046s9 13.mystake-y6jyxj 20.mystake-v92rum 13.mystake-vylfbm.mystake-kgs3ik 13.mystake-y6jyxj 22.mystake-85pfdi 14.mystake-l4r9u8 22.mystake-85pfdi 15.mystake-1plus7.mystake-uk4e9l 17.mystake-2jjt8a 21.mystake-kgs3ik 18.mystake-h1wily 20.mystake-v92rum 18.mystake-kh1all.mystake-5ulf3w 18.mystake-ds6qgl.mystake-ba9soi 18.mystake-h1wily 26.mystake-cf58vz 17.mystake-2jjt8a 26.mystake-cf58vz 15.mystake-0xj686.mystake-cf58vz 14.mystake-l4r9u8 27.mystake-ba9soi 13.mystake-y6jyxj 28.mystake-5ulf3w 13.mystake-th5zuk.mystake-0qvjwz 13.mystake-y6jyxj 31.mystake-461uw5 14.mystake-l4r9u8 31.mystake-461uw5 15.mystake-ki7j4u.mystake-cf58vz 17.mystake-2jjt8a 30.mystake-0qvjwz 18.mystake-h1wily 28.mystake-5ulf3w 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-hmslbm {
    display: none;
  }
}

.mystake-w7nez5 {
  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-w7nez5 {
    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-jma4lh {
  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-jma4lh {
    padding: 14px 16px;
  }
}

.mystake-jma4lh button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.mystake-jma4lh button:first-child {
  align-content: end;
}

.mystake-jma4lh button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .mystake-jma4lh
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-jma4lh
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.mystake-jma4lh button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.mystake-jma4lh button:last-child svg {
  width: 38px;
  height: 38px;
}

.mystake-1jni9x {
  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-1jni9x::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-1jni9x,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-1jni9x {
  opacity: 1;
  visibility: visible;
}

.mystake-wilw86 {
  flex: 1 1;
}

.mystake-3q3z92 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-3q3z92 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .mystake-k6d1fl {
  display: block;
}

.mystake-5ugszq {
  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-5ugszq {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-dqc66v {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.mystake-dqc66v::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.mystake-ah8ezx span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.mystake-ah8ezx p {
  color: var(--Text-100);
}

.mystake-dqc66v .mystake-50qouf {
  grid-area: button;
}

.mystake-dqc66v .mystake-50qouf::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-k7buge.org/2000/svg'%3E%3Cpath d='M4.mystake-jqvtaq 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-kqdgog 15L16.mystake-kqdgog 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-kqdgog 5L16.mystake-kqdgog 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-xvp6jk {
  display: block;
}

.mystake-tz0zdl {
  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-tz0zdl {
    margin-top: 40px;
  }
}

.mystake-6z5ozx label,
.mystake-6z5ozx input {
  display: block;
  width: 100%;
}

.mystake-6z5ozx label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.mystake-6z5ozx label.mystake-ag2dzs input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.mystake-6z5ozx label.mystake-ag2dzs::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-6z5ozx 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-6z5ozx input::placeholder {
  color: var(--Text-400);
}

.mystake-esw3j9 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .mystake-esw3j9 {
  display: flex;
}

.mystake-esw3j9 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .mystake-esw3j9 ol {
    height: 420px;
    padding: 24px;
  }
}

.mystake-esw3j9 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.mystake-z0ffif {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-z0ffif {
    padding: 0 24px 24px;
  }
}

.mystake-z0ffif 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-z0ffif input::placeholder {
  color: var(--Text-400);
}

.mystake-z0ffif [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.mystake-z0ffif [type="submit"]:disabled {
  opacity: 0.5;
}

.mystake-z0ffif [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .mystake-z0ffif [type="submit"] {
    right: 40px;
  }
}

.mystake-f8qsd1 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.mystake-f8qsd1.mystake-s2zfjj {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.mystake-f8qsd1.mystake-s2zfjj::before {
  content: "";
  width: 31px;
}

.mystake-f8qsd1.mystake-s2zfjj p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-f8qsd1.mystake-nb9nhj p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.mystake-f8qsd1 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-yj5kuz .mystake-50qouf {
  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-2uf4xc {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .mystake-2uf4xc {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .mystake-2uf4xc {
    padding: 18px 0;
  }
}

.mystake-2uf4xc .mystake-c7a662 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .mystake-2uf4xc .mystake-c7a662 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.mystake-1wbk4n {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .mystake-1wbk4n {
    max-width: 160px;
    height: 40px;
  }
}

.mystake-1wbk4n picture,
.mystake-1wbk4n img {
  display: block;
  width: 100%;
  height: 100%;
}

.mystake-1wbk4n img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .mystake-yrea4z {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.mystake-tzfn06 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .mystake-2uf4xc.mystake-hxz8wo .mystake-yrea4z {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mystake-yrea4z {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .mystake-yrea4z {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.mystake-corvgj,
.mystake-vi6xz4 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .mystake-corvgj,
  .mystake-vi6xz4 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .mystake-vi6xz4 {
    display: none;
  }
}

.mystake-34ctsh {
  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-hxz8wo .mystake-34ctsh {
  background: var(--fh-bg-color);
}

.mystake-34ctsh button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .mystake-34ctsh {
    display: none;
  }
}

.mystake-2pmgv6 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-2pmgv6 {
    display: none;
  }
}

.mystake-sxgfin {
  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-2uf4xc.mystake-hxz8wo .mystake-sxgfin:first-child {
  display: none;
}

.mystake-2uf4xc.mystake-hxz8wo .mystake-sxgfin:last-child {
  display: block;
}

.mystake-sxgfin:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .mystake-sxgfin {
    display: none;
  }
}

.mystake-emyxte {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-emyxte {
    display: flex;
  }
}

.mystake-emyxte ul {
  max-height: 350px;
  overflow-y: auto;
}

.mystake-emyxte:hover ul {
  visibility: visible;
  opacity: 1;
}

.mystake-emyxte:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.mystake-emyxte:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.mystake-emyxte:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.mystake-emyxte:hover .mystake-8srct1 svg {
  transform: rotate(180deg);
}

.mystake-kcggeo {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.mystake-npr8yr {
  padding: 0 8px;
}

.mystake-lfita5 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.mystake-lfita5:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .mystake-lfita5 {
    padding: 4px 8px;
  }
}

.mystake-a9bk52 {
  display: flex;
}

.mystake-a9bk52 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.mystake-8srct1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.mystake-8srct1 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.mystake-2469x5 {
  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-2469x5 {
    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-90ann0 {
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-90ann0 {
    display: none;
  }
}

.mystake-vwrtbu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.mystake-tch4db {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.mystake-j75ef3 {
  display: flex;
}

.mystake-ysqhan {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.mystake-tart01 {
  list-style: none;
}

@media (max-width: 1199px) {
  .mystake-tart01 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .mystake-tart01 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mystake-tart01 .mystake-syo1i9 [data-ref-el],
  .mystake-tart01 .mystake-syo1i9 span,
  .mystake-tart01 .mystake-syo1i9 a {
    white-space: nowrap;
  }
}

.mystake-ovdo4c {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .mystake-ovdo4c.mystake-f0dkgw > .mystake-syo1i9 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .mystake-ovdo4c.mystake-fz49vp:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .mystake-ovdo4c.mystake-f0dkgw > .mystake-x6zb1h {
    height: auto;
  }

  .mystake-ovdo4c.mystake-f0dkgw > div > .mystake-f2cic4 {
    transform: rotate(180deg);
  }
}

.mystake-ovdo4c [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.mystake-ovdo4c [data-ref-el],
.mystake-ovdo4c span {
  cursor: pointer;
}

.mystake-ovdo4c [data-ref-el],
.mystake-ovdo4c span,
.mystake-ovdo4c 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-ovdo4c [data-ref-el],
  .mystake-ovdo4c span,
  .mystake-ovdo4c a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .mystake-ovdo4c [data-ref-el],
  .mystake-ovdo4c span,
  .mystake-ovdo4c a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.mystake-x6zb1h {
  height: 0;
  overflow: hidden;
  transition: height 0.mystake-tzfn06 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.mystake-x6zb1h::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.mystake-x6zb1h::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.mystake-x6zb1h::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .mystake-x6zb1h {
    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-x6zb1h:has(> .mystake-ovdo4c.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .mystake-x6zb1h .mystake-x6zb1h {
    padding: 0;
  }

  .mystake-x6zb1h .mystake-ovdo4c {
    font-weight: 400;
  }

  .mystake-x6zb1h .mystake-ovdo4c:hover > .mystake-syo1i9 {
    background: var(--Neutral-300);
  }

  .mystake-x6zb1h .mystake-f2cic4 {
    rotate: -90deg;
  }
}

.mystake-syo1i9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-syo1i9 {
    padding: 8px;
  }

  .mystake-ovdo4c.mystake-lwso1x > .mystake-syo1i9 {
    background: var(--Neutral-300);
  }
}

.mystake-f2cic4 {
  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-k7buge.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.mystake-pa9q4k 0.mystake-i86hie.mystake-2w8v7k -0.mystake-qmaal2 0.mystake-cz7e4a -0.mystake-qmaal2 1.mystake-pxir82 0.mystake-5sa4t7.mystake-356383 4.mystake-6397u6.mystake-pa9q4k 0.mystake-ta0s22.mystake-thx7vj -0.mystake-qmaal2 9.mystake-uknn8a -0.mystake-qmaal2 10.mystake-m8sfgd 0.mystake-rno9ph.mystake-jft4zu 0.mystake-2w8v7k 10.mystake-jft4zu 0.mystake-cz7e4a 10.mystake-m8sfgd 1.mystake-lan5zh.mystake-cxhkf8 5.mystake-lrkpn3.mystake-x18v6t 6.mystake-cfui29 5.mystake-j1gbl7 6.mystake-cfui29 4.mystake-nrhol7 5.mystake-oj2o46.mystake-pa9q4k 1.mystake-b02fxk.mystake-qmaal2 0.mystake-cz7e4a -0.mystake-qmaal2 0.mystake-2w8v7k 0.mystake-pa9q4k 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.mystake-tzfn06 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-f2cic4 {
    cursor: default;
  }
}

.mystake-ix93em {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.mystake-i1txhp {
  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-i1txhp {
    padding: 40px 4px;
  }
}

.mystake-cpaiwa {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .mystake-cpaiwa {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.mystake-r4piax {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .mystake-r4piax {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.mystake-r4piax ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.mystake-r4piax [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.mystake-r4piax [data-ref-el],
.mystake-r4piax span,
.mystake-r4piax a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.mystake-z6ykrr {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-z6ykrr {
    margin-bottom: 12px;
  }
}

.mystake-i3bgw4 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.mystake-i3bgw4 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .mystake-i3bgw4:last-child {
    margin-right: 0;
  }
}

.mystake-4gdc3h {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-z6ykrr:hover .mystake-j1n6fz {
  visibility: visible;
  opacity: 1;
}

.mystake-j1n6fz {
  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-us0ooa {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.mystake-mdbzj3 {
  display: flex;
  margin: 6px;
}

.mystake-mdbzj3 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.mystake-j1n6fz::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-j1n6fz::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-nuq6gr {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-nuq6gr {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.mystake-b71fyr {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .mystake-b71fyr {
    margin-right: 32px;
  }
}

.mystake-fb52br {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-fb52br {
    margin-top: 0;
    width: 340px;
  }
}

.mystake-fb52br a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-n723lr {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.mystake-m7u6hy {
  position: relative;
}

@media (min-width: 768px) {
  .mystake-m7u6hy {
    margin-top: 40px;
  }
}

.mystake-m7u6hy + .mystake-jifpwr,
.mystake-m7u6hy + .mystake-m7u6hy {
  margin-top: 24px;
}

.mystake-vequud {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .mystake-vequud {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-vequud {
    padding: 80px;
  }
}

.mystake-j4v8tl {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .mystake-j4v8tl {
    padding: 0 16px;
}


}

.mystake-0j5j17 {
  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-0j5j17 {
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-ihte1u {
  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-ihte1u {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-kpzi1l {
  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-kpzi1l:hover {
  background: var(--button-bg-hover);
}

.mystake-psgae7 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.mystake-psgae7 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .mystake-psgae7 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .mystake-psgae7 img {
  min-height: 100%;
  }
}

.mystake-vequud::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.mystake-14ad23 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mystake-14ad23 h1,
.mystake-14ad23 h2,
.mystake-14ad23 h3,
.mystake-14ad23 h4 {
  margin-bottom: 6px;
}

.mystake-14ad23 h1:not(:first-child),
.mystake-14ad23 h2:not(:first-child),
.mystake-14ad23 h3:not(:first-child),
.mystake-14ad23 h4:not(:first-child) {
  margin-top: 16px;
}

.mystake-14ad23 h1,
.mystake-14ad23 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .mystake-14ad23 h1,
  .mystake-14ad23 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.mystake-14ad23 h2,
.mystake-14ad23 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .mystake-14ad23 h2,
  .mystake-14ad23 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-14ad23 h3,
.mystake-14ad23 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .mystake-14ad23 h3,
  .mystake-14ad23 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-14ad23 h4,
.mystake-14ad23 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.mystake-14ad23 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.mystake-14ad23 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.mystake-14ad23 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-14ad23 ul ul {
  margin-bottom: 8px;
}

.mystake-14ad23 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.mystake-14ad23 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.mystake-14ad23 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.mystake-14ad23 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.mystake-14ad23 ol li::marker {
  font-weight: 700;
}

.mystake-14ad23 ol ol {
  margin-bottom: 8px;
}

.mystake-14ad23 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.mystake-14ad23 ol ul li {
  padding-left: 16px;
}

.mystake-14ad23 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-14ad23 table {
    padding: 24px;
  }
}

.mystake-14ad23 table.mystake-kfz4wc {
  -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-tzfn06,
    mask-image 0.3s;
}

.mystake-14ad23 table.mystake-kfz4wc.mystake-fm6a40 {
  -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-14ad23 table {
    display: table;
  }
}

.mystake-14ad23 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-14ad23 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-14ad23 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-14ad23 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-14ad23 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.mystake-14ad23 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-14ad23 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-14ad23 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.mystake-14ad23 img {
  max-width: 100%;
  height: auto;
}

.mystake-xrlxwm {
  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-xrlxwm {
    padding: 24px;
  }
}

.mystake-yjwqr8 {
  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-yjwqr8 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.mystake-yjwqr8 > * {
  margin: 0 !important;
}

.mystake-yjwqr8 img,
.mystake-7eqlji {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-yjwqr8 img,
  .mystake-7eqlji {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-9nopss {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-9nopss {
    width: 32px;
    height: 32px;
  }
}

.mystake-hauqql {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.mystake-hauqql .mystake-ty62qe {
  flex-shrink: 0;
}

.mystake-hauqql .mystake-sdvk1u svg {
  display: none;
}

.mystake-z2etul {
  display: grid;
  transition: max-height 0.mystake-tzfn06 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .mystake-z2etul {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .mystake-z2etul {
    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-z2etul.mystake-q10wbe + .mystake-ty62qe svg {
  transform: rotate(180deg);
}

.mystake-r4fz16 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.mystake-r4fz16 > div:nth-child(3n) {
  grid-column: span 2;
}

.mystake-r4fz16
  > div:nth-child(3n)
  .mystake-dzx2yu
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .mystake-r4fz16 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .mystake-r4fz16 > div:nth-child(3n) {
    grid-column: unset;
  }

  .mystake-r4fz16
    > div:nth-child(3n)
    .mystake-dzx2yu
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .mystake-r4fz16 {
    max-width: 270px;
  }
}

.mystake-r4fz16 .mystake-dzx2yu button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .mystake-r4fz16 .mystake-dzx2yu button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .mystake-r4fz16 .mystake-dzx2yu button {
    max-width: 104px;
  }
}

.mystake-kstxut {
  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-kstxut {
    margin-bottom: 0;
  }
}

.mystake-l053ux {
  display: none;
  opacity: 0;
}

.mystake-jqz6ov {
  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-jqz6ov img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.mystake-dzx2yu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.mystake-dzx2yu 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-dzx2yu
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .mystake-dzx2yu
    button {
    max-width: 145px;
  }
}

.mystake-7s9y5y:first-child
  .mystake-dzx2yu
  button {
  max-width: 270px;
}

.mystake-76n6zm {
  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-kstxut picture {
  width: 100%;
  max-width: 100%;
}

.mystake-28f63b {
  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-28f63b svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.mystake-kstxut:hover .mystake-28f63b {
  display: flex;
}

.mystake-0f1xxi {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.mystake-autgd4 {
  display: flex;
}

.mystake-autgd4:hover .mystake-gm2b1w,
.mystake-autgd4 .mystake-lwso1x .mystake-gm2b1w {
  display: flex;
}

.mystake-autgd4 svg {
  flex-shrink: 0;
}

.mystake-gm2b1w {
  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-gm2b1w {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.mystake-gm2b1w:hover {
  display: flex;
}

.mystake-gm2b1w svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.mystake-2gqfc6 {
  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-2gqfc6 {
    font-size: 12px;
  }
}

.mystake-ofl6od,
.mystake-3gsrcm {
  width: 50%;
  flex-shrink: 0;
}

.mystake-ofl6od {
  font-weight: 700;
}

.mystake-0mg2jr .mystake-z2etul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .mystake-0mg2jr .mystake-z2etul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .mystake-0mg2jr .mystake-z2etul {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.mystake-0mg2jr
  .mystake-76n6zm:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.mystake-0mg2jr .mystake-jqz6ov {
  height: 100% !important;
  border-radius: 16px;
}

.mystake-0mg2jr .mystake-dzx2yu {
  gap: 4px;
  align-items: center;
}

.mystake-0mg2jr .mystake-dzx2yu button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mystake-0mg2jr .mystake-dzx2yu svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.mystake-0mg2jr .mystake-6dohkh,
.mystake-0mg2jr .mystake-283mwz {
  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-k7buge.org/2000/svg'%3E%3Cpath d='M9.mystake-nk0r2v 4.mystake-52ksdz.mystake-tfdq6x 5.mystake-xze69u.mystake-zzyzed 5.mystake-l9nkq1.mystake-d1hpq5 5.mystake-x391e9.mystake-wro2gz 8.mystake-nkc8z0.mystake-o4pde0 9.mystake-zkyrt9.mystake-81yqjc 9.mystake-xhpu9j.mystake-1twnpi 13.mystake-71jjrv.mystake-591gy3 11.mystake-ibka0o.mystake-6eksjs 11.mystake-kum0fp.mystake-zrkzjw 11.mystake-zldtjx.mystake-stvjgc 13.mystake-en5jtp.mystake-1jgoeq 9.mystake-4uqtoh.mystake-p0yj2s 9.mystake-zq78k8.mystake-7i670i 8.mystake-6elx9n.mystake-4onak7 5.mystake-cikt38.mystake-hqrvx4 5.mystake-dd8749.mystake-3qe3w2 5.mystake-agonf8.mystake-i4dprl 4.mystake-75b4xc.mystake-6eksjs 1.mystake-nun43i.mystake-nk0r2v 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.mystake-0mg2jr .mystake-6dohkh {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.mystake-0mg2jr .mystake-283mwz {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.mystake-55riab {
  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-55riab {
    padding: 24px;
  }
}

.mystake-55riab .mystake-ty62qe {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-55riab .mystake-ty62qe {
    display: none;
  }
}

.mystake-55riab .mystake-sdvk1u svg {
  display: none;
}

.mystake-o6aiyl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mystake-o6aiyl .mystake-ggzdca {
  display: none;
}

@media (min-width: 768px) {
  .mystake-o6aiyl .mystake-ggzdca {
    display: flex;
  }
}

.mystake-70towr {
  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-70towr {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-70towr > * {
  margin: 0 !important;
}

.mystake-70towr img,
.mystake-aqlx31 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-70towr img,
  .mystake-aqlx31 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-6mht2u {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-6mht2u {
    width: 32px;
    height: 32px;
  }
}

.mystake-7gcj4a {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .mystake-7gcj4a {
    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-7gcj4a::-webkit-scrollbar {
    display: none;
  }
}

.mystake-94a54o {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .mystake-94a54o {
    padding: 7px 15px;
  }
}

.mystake-94a54o:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-53cy33 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-53cy33 {
    display: flex;
    opacity: 1;
  }
}

.mystake-94a54o picture {
  height: 100%;
  display: block;
}

.mystake-94a54o img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .mystake-94a54o img {
    width: 88px;
    height: 44px;
  }
}

.mystake-94a54o p {
  text-align: center;
  width: 100%;
}

.mystake-9mrgqv {
  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-9mrgqv {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-9mrgqv img,
.mystake-j4gwj6 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-9mrgqv img,
  .mystake-j4gwj6 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-pvps4y {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-pvps4y {
    width: 32px;
    height: 32px;
  }
}

.mystake-xi3j5g {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.mystake-r9qxke {
  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-85283c {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.mystake-85283c.mystake-lwso1x {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.mystake-qvhvi7 {
  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-qvhvi7 {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-x6oru5 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.mystake-0u3dnh {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.mystake-tzfn06 ease;
  opacity: 0;
  color: var(--text-color);
}

.mystake-l8baww {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.mystake-l8baww ol,
.mystake-l8baww ul {
  padding-left: 1.3em;
}

.mystake-85283c.mystake-lwso1x .mystake-0u3dnh {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.mystake-85283c.mystake-lwso1x .mystake-x6oru5 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.mystake-lyt9pm {
  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-lyt9pm {
    padding: 24px;
  }
}

.mystake-lyt9pm .mystake-ty62qe {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-lyt9pm .mystake-ty62qe {
    display: none;
  }
}

.mystake-lyt9pm .mystake-sdvk1u svg {
  display: none;
}

.mystake-4zdhuz {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mystake-4zdhuz .mystake-ggzdca {
  display: none;
}

@media (min-width: 768px) {
  .mystake-4zdhuz .mystake-ggzdca {
    display: flex;
  }
}

.mystake-0tq2e6 {
  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-0tq2e6 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-0tq2e6 > * {
  margin: 0 !important;
}

.mystake-0tq2e6 img,
.mystake-tfjlrd {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-0tq2e6 img,
  .mystake-tfjlrd {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-gouute {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-gouute {
    width: 32px;
    height: 32px;
  }
}

.mystake-dfma43 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .mystake-dfma43 {
    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-dfma43::-webkit-scrollbar {
    display: none;
  }
}

.mystake-txaa3i {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.mystake-txaa3i:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-maipvs {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-maipvs {
    display: flex;
    opacity: 1;
  }
}

.mystake-txaa3i picture {
  width: auto;
  height: 100%;
  display: block;
}

.mystake-txaa3i picture img {
  display: block;
  width: auto;
  height: 100%;
}

.mystake-huw4z4 {
  margin: -24px 0;
}

.mystake-huw4z4:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .mystake-huw4z4 {
    margin: -16px 0;
  }
}

.mystake-qamjs4 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .mystake-qamjs4 {
    flex-direction: row;
  }
}

.mystake-adygj8 {
  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-adygj8 {
    flex: 1;
  }
}

.mystake-adygj8::placeholder {
  color: var(--Text-400);
}

.mystake-gw8ds2 {
  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-3ux3p1 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.mystake-3ux3p1::-webkit-scrollbar {
  display: none;
}

.mystake-ua2q4v {
  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-ua2q4v img,
.mystake-ua2q4v svg {
  margin-right: 8px;
}

.mystake-l8llib {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.mystake-huw4z4 + .mystake-1jz5hb {
  margin-top: 0;
}

@media (min-width: 768px) {
  .mystake-huw4z4 + .mystake-1jz5hb {
    margin-top: -16px;
  }
}

.mystake-3v9go4 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.mystake-3v9go4 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.mystake-3v9go4 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.mystake-73n215 {
  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-joq7mj {
  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-oo1fw3 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.mystake-jex8z0 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.mystake-z96unt {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.mystake-73n215 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-73n215 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-73n215 {
    padding: 39px 179px 39px 39px;
  }

  .mystake-joq7mj {
    font-size: 40px;
    line-height: 48px;
  }

  .mystake-z96unt {
    height: 348px;
  }

  .mystake-73n215 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .mystake-73n215 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-73n215 {
    padding: 63px;
  }
}

.mystake-cjjkhp {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .mystake-cjjkhp {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.mystake-oqrxuw {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-oqrxuw {
    width: auto;
  }
}

.mystake-4e1a6r {
  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-4e1a6r::-webkit-scrollbar {
  display: none;
}

.mystake-4e1a6r 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-4e1a6r a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-4e1a6r {
    margin-left: 16px;
    margin-top: 0;
  }
}

.mystake-cjjkhp .mystake-ge10tb {
  -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-tzfn06,
    mask-image 0.3s;
}

.mystake-cjjkhp .mystake-ge10tb.mystake-fm6a40 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.mystake-77ijt6 {
  margin: 40px -16px;
}

.mystake-9gzx8z + .mystake-jifpwr,
.mystake-9gzx8z + .mystake-m7u6hy {
  margin-top: 24px;
}

.mystake-kn4q16 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.mystake-kn4q16 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.mystake-t9fqfu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .mystake-t9fqfu {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .mystake-t9fqfu {
    margin-top: 0;
  }
}

.mystake-2mfhoz {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-2mfhoz {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-11wb5e {
  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-11wb5e {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.mystake-enfh9a {
  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-enfh9a {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.mystake-qvl7ij {
  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-qvl7ij {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-upvpwp {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-upvpwp {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-xgx2de {
  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-39163i {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.mystake-39163i img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mystake-1jz5hb {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.mystake-qwgnom {
  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-qwgnom {
    padding: 15px 48px;
  }
}

main > .mystake-1jz5hb {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .mystake-z2etul.mystake-8jpz0o > div:nth-child(n+5) {
    display: none;
  }
}

.mystake-14ad23 p a img {
  display: block;
  margin: 0 auto;
}


.mystake-y9anja {
  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-exwul4 {
  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-exwul4 label {
  font-size: 14px;
}

.mystake-exwul4 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.mystake-exwul4 input,
.mystake-exwul4 textarea,
.mystake-exwul4 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-exwul4 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.mystake-aexzud ease;
}
.mystake-exwul4 button:hover {
  background-color: var(--button-bg-hover);
}
.mystake-kzxhuy {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.mystake-zw4mck ease-in;
}

.mystake-kzxhuy 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-sc4pg9, .mystake-1bf5d6, [class*="review-card"],
thead, thead th, table th, .mystake-bcecvp,
.mystake-eulj2p, [class*="collapsible-header"],
.mystake-qlfjlw, [class*="updated-block"] {
  color: #ece7dc !important;
}
