* {
  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-89s1wr {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .mystake-89s1wr {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-89s1wr {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.mystake-m85sv6 {
  overflow: hidden;
}

.mystake-ujc4xu img {
  background: var(--Neutral-300);
}

.mystake-wjk3bj {
  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-qcrcwn {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.mystake-qcrcwn:hover {
  background: var(--button-bg-hover);
}

.mystake-d53f7a {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.mystake-d53f7a:hover {
  background: var(--button-bg-hover);
}

.mystake-x96ja5 {
  font-size: 12px;
  line-height: 18px;
}

.mystake-u5phq2 {
  font-size: 18px;
  line-height: 26px;
}

.mystake-gddilp {
  width: 100%;
}

.mystake-9p9ndo {
  padding: 6px 16px;
}

.mystake-vrgl2y {
  padding: 10px 16px;
}

.mystake-8ye2s4 {
  padding: 15px 26px;
}

.mystake-uwq0aw {
  flex-shrink: 0;
}

.mystake-1e8t7y {
  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-wms72b {
  display: none;
}

.mystake-ef3mvx {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.mystake-3c5dyj {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.mystake-mpjw7a {
  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-tj9cvj {
  cursor: grab;
}

.mystake-mpjw7a::-webkit-scrollbar {
  display: none;
}

.mystake-4roc0a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.mystake-f9u78m {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.mystake-vbez3a {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.mystake-nxxbx5 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.mystake-a6rg5k {
  visibility: visible;
}

.mystake-lwa3y3 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.mystake-lpkjau ease;
}

.mystake-t0wnqd {
  background-color: var(--Primary-200);
  width: 16px;
}

.mystake-88g10b {
  -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-lpkjau,
    mask-image 0.3s;
}

.mystake-88g10b.mystake-txt9al {
  -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-am11y9: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-ic2mo5 {
  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-tjoaaf.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-tjoaaf.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-h258ng {
  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-h258ng::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-vzng7x {
  position: relative;
  z-index: 1;
}

.mystake-uiop16 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.mystake-qh8u39 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.mystake-av5edw {
  font-size: 40px;
  line-height: 48px;
}

.mystake-mnv58h {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.mystake-coqkki {
  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-coqkki:hover {
  background: var(--Primary-400);
}

.mystake-coqkki svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.mystake-am11y9 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-h258ng {
    max-width: 600px;
    padding: 64px;
  }

  .mystake-uiop16 {
    font-size: 24px;
    line-height: 32px;
  }

  .mystake-qh8u39 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .mystake-av5edw {
    font-size: 50px;
    line-height: 56px;
  }

  .mystake-mnv58h {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .mystake-ic2mo5 {
    top: 25px;
    right: 25px;
  }
}

.mystake-gqb1x4,
.mystake-gpj2jk {
  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-d0ghmp.mystake-jwkdyf::before,
.mystake-gpj2jk::before,
.mystake-bh5wmt::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-tjoaaf.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.mystake-p4jup0 14.mystake-yd3nq3.mystake-05suxp 14.mystake-vj9cuw 15.mystake-0k1cgs 14.mystake-p09k7h 15.mystake-5jkn1e 14.mystake-efims4.mystake-ohrshy 14.mystake-o2wpu8 19.mystake-zr163o 12.mystake-yjthg8 19.mystake-zr163o 10.mystake-ubwffm.mystake-zr163o 8.mystake-mfzd75 17.mystake-b5pbi4 7.mystake-jh8pz7 15.mystake-0xq0ib 7.mystake-y479e9.mystake-n5nh8h 7.mystake-jh8pz7 11.mystake-2tk1as 8.mystake-mfzd75 11.mystake-2tk1as 10.mystake-fkri23.mystake-2tk1as 12.mystake-vr3e0i 13.mystake-3z872p 14.mystake-cay57c 15.mystake-hebnr4 14.mystake-fsqu82.mystake-kdb4tj 14.mystake-1yakja 15.mystake-3mahaq 14.mystake-eytce7 15.mystake-n40vy3 14.mystake-7pl9k1.mystake-p4jup0 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.mystake-0zt5gl 15.mystake-cg3e9v.mystake-te9q0j 15.mystake-vmej4a 15.mystake-i3k04w 15.mystake-k7co17 15.mystake-fv8g03 15.mystake-6sa9mm.mystake-2w0bhx 15.mystake-k7co17 15.mystake-ehjdll 15.mystake-e8aa1f 15.mystake-nzecsb 15.mystake-5on948.mystake-0f4beg 15.mystake-81rfp5 7.mystake-jpj9vm 18.mystake-2e4pfa 7.mystake-8ka0y1 23.mystake-as3v6l.mystake-mu22zm.mystake-9hz007 18.mystake-dgmsjt 19.mystake-az2zyv 15.mystake-jmgrs5 15.mystake-0zt5gl 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.mystake-xq3qit [type="submit"] *,
.mystake-6u2qrg button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .mystake-siygce {
    display: none;
  }
}

.mystake-c8tg29 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .mystake-c8tg29 {
  display: none;
}

@media (min-width: 768px) {
  .mystake-c8tg29 {
    bottom: 22px;
  }
}

.mystake-c8tg29 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .mystake-c8tg29 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.mystake-cn1ezq.static) .mystake-c8tg29 {
    bottom: 8px;
  }
}

.mystake-c5jn8p {
  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-tjoaaf.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.mystake-f8m0ec 3.mystake-ptda71.mystake-d6tqrs.mystake-cs0hco 3.mystake-ru6rvn 3.mystake-yx7jy8 5.mystake-zvht38 3.mystake-yx7jy8 8.mystake-xcpla5.mystake-hx0ex0.mystake-yx7jy8 26.mystake-4k9h8w 5.mystake-uoklad 28.mystake-oriytt 8.mystake-31p8ni 28.mystake-afz4d0.mystake-n4t7xv 28.mystake-pc7k9v.mystake-w7pxl6 34.mystake-1enavz.mystake-ucxnai 36.mystake-ujy0f9 11.mystake-tqvn3u 37.mystake-jfvebn 12.mystake-6suv74 36.mystake-c773dd.mystake-xgryyr 28.mystake-q3gmfu.mystake-4qff0f.mystake-u06llf 28.mystake-awuidq 36.mystake-95uvj6 26.mystake-m7ppof 36.mystake-95uvj6 23.mystake-qypdzg.mystake-0frd29.mystake-95uvj6 5.mystake-hg3so4 34.mystake-hjgmff 3.mystake-ru6rvn 31.mystake-f8m0ec 3.mystake-ramwp6.mystake-28szgb 18.mystake-1dhgoq.mystake-d42pil 18.mystake-i5r2z4 8.mystake-wx4l6c 17.mystake-2i1ipo 8.mystake-wx4l6c 15.mystake-z6s3hn.mystake-wx4l6c 14.mystake-a0uxev 9.mystake-d42pil 13.mystake-awfg7o 11.mystake-28szgb 13.mystake-jo0c0n.mystake-4sqp2v 13.mystake-awfg7o 13.mystake-1mz9c7 14.mystake-a0uxev 13.mystake-1mz9c7 15.mystake-kxf1u9.mystake-1mz9c7 17.mystake-2i1ipo 12.mystake-4sqp2v 18.mystake-i5r2z4 11.mystake-28szgb 18.mystake-2zxa2b.mystake-du0lqr 18.mystake-6a81qy.mystake-3bzq9k 18.mystake-i5r2z4 17.mystake-tdxfzl 17.mystake-2i1ipo 17.mystake-tdxfzl 15.mystake-p8y6xf.mystake-tdxfzl 14.mystake-a0uxev 18.mystake-3bzq9k 13.mystake-awfg7o 20.mystake-du0lqr 13.mystake-irher4.mystake-ucgguo 13.mystake-awfg7o 22.mystake-x43svo 14.mystake-a0uxev 22.mystake-x43svo 15.mystake-ih7639.mystake-bavezb 17.mystake-2i1ipo 21.mystake-ucgguo 18.mystake-i5r2z4 20.mystake-du0lqr 18.mystake-lio0lz.mystake-ljl35p 18.mystake-p67hrq.mystake-b9if8r 18.mystake-i5r2z4 26.mystake-2q4y8k 17.mystake-2i1ipo 26.mystake-2q4y8k 15.mystake-wk948t.mystake-2q4y8k 14.mystake-a0uxev 27.mystake-b9if8r 13.mystake-awfg7o 28.mystake-ljl35p 13.mystake-e1o1gt.mystake-pfmzvp 13.mystake-awfg7o 31.mystake-fnkjyz 14.mystake-a0uxev 31.mystake-fnkjyz 15.mystake-kaso5c.mystake-2q4y8k 17.mystake-2i1ipo 30.mystake-pfmzvp 18.mystake-i5r2z4 28.mystake-ljl35p 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-c5jn8p {
    display: none;
  }
}

.mystake-tenzio {
  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-tenzio {
    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-6u2qrg {
  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-6u2qrg {
    padding: 14px 16px;
  }
}

.mystake-6u2qrg button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.mystake-6u2qrg button:first-child {
  align-content: end;
}

.mystake-6u2qrg button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .mystake-6u2qrg
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-6u2qrg
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.mystake-6u2qrg button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.mystake-6u2qrg button:last-child svg {
  width: 38px;
  height: 38px;
}

.mystake-bh5wmt {
  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-bh5wmt::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-bh5wmt,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-bh5wmt {
  opacity: 1;
  visibility: visible;
}

.mystake-0sjy6x {
  flex: 1 1;
}

.mystake-6954ow {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-6954ow {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .mystake-ib0sn8 {
  display: block;
}

.mystake-ypvcua {
  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-ypvcua {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-gpj2jk {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.mystake-gpj2jk::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.mystake-fm9cox span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.mystake-fm9cox p {
  color: var(--Text-100);
}

.mystake-gpj2jk .mystake-pevbq6 {
  grid-area: button;
}

.mystake-gpj2jk .mystake-pevbq6::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-tjoaaf.org/2000/svg'%3E%3Cpath d='M4.mystake-qlvju2 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-uifbwd 15L16.mystake-uifbwd 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-uifbwd 5L16.mystake-uifbwd 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-gx97ge {
  display: block;
}

.mystake-69qtk6 {
  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-69qtk6 {
    margin-top: 40px;
  }
}

.mystake-gqb1x4 label,
.mystake-gqb1x4 input {
  display: block;
  width: 100%;
}

.mystake-gqb1x4 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.mystake-gqb1x4 label.mystake-pl5snv input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.mystake-gqb1x4 label.mystake-pl5snv::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-gqb1x4 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-gqb1x4 input::placeholder {
  color: var(--Text-400);
}

.mystake-cgik5q {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .mystake-cgik5q {
  display: flex;
}

.mystake-cgik5q ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .mystake-cgik5q ol {
    height: 420px;
    padding: 24px;
  }
}

.mystake-cgik5q ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.mystake-xq3qit {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-xq3qit {
    padding: 0 24px 24px;
  }
}

.mystake-xq3qit 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-xq3qit input::placeholder {
  color: var(--Text-400);
}

.mystake-xq3qit [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.mystake-xq3qit [type="submit"]:disabled {
  opacity: 0.5;
}

.mystake-xq3qit [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .mystake-xq3qit [type="submit"] {
    right: 40px;
  }
}

.mystake-d0ghmp {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.mystake-d0ghmp.mystake-jwkdyf {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.mystake-d0ghmp.mystake-jwkdyf::before {
  content: "";
  width: 31px;
}

.mystake-d0ghmp.mystake-jwkdyf p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-d0ghmp.mystake-4i01a9 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.mystake-d0ghmp p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-c8tg29 .mystake-pevbq6 {
  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-siygce {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .mystake-siygce {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .mystake-siygce {
    padding: 18px 0;
  }
}

.mystake-siygce .mystake-89s1wr {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .mystake-siygce .mystake-89s1wr {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.mystake-9s2mz6 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .mystake-9s2mz6 {
    max-width: 160px;
    height: 40px;
  }
}

.mystake-9s2mz6 picture,
.mystake-9s2mz6 img {
  display: block;
  width: 100%;
  height: 100%;
}

.mystake-9s2mz6 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .mystake-fqm8b3 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.mystake-lpkjau ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .mystake-siygce.mystake-y66g2z .mystake-fqm8b3 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mystake-fqm8b3 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .mystake-fqm8b3 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.mystake-2mme81,
.mystake-xmbo1c {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .mystake-2mme81,
  .mystake-xmbo1c {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .mystake-xmbo1c {
    display: none;
  }
}

.mystake-7pkw79 {
  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-y66g2z .mystake-7pkw79 {
  background: var(--fh-bg-color);
}

.mystake-7pkw79 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .mystake-7pkw79 {
    display: none;
  }
}

.mystake-zonara {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-zonara {
    display: none;
  }
}

.mystake-k1mh6b {
  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-siygce.mystake-y66g2z .mystake-k1mh6b:first-child {
  display: none;
}

.mystake-siygce.mystake-y66g2z .mystake-k1mh6b:last-child {
  display: block;
}

.mystake-k1mh6b:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .mystake-k1mh6b {
    display: none;
  }
}

.mystake-2w33bn {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-2w33bn {
    display: flex;
  }
}

.mystake-2w33bn ul {
  max-height: 350px;
  overflow-y: auto;
}

.mystake-2w33bn:hover ul {
  visibility: visible;
  opacity: 1;
}

.mystake-2w33bn:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.mystake-2w33bn:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.mystake-2w33bn:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.mystake-2w33bn:hover .mystake-4ordp6 svg {
  transform: rotate(180deg);
}

.mystake-sfrgnv {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.mystake-j2g5ab {
  padding: 0 8px;
}

.mystake-bx1rdf {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.mystake-bx1rdf:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .mystake-bx1rdf {
    padding: 4px 8px;
  }
}

.mystake-6oc7i9 {
  display: flex;
}

.mystake-6oc7i9 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.mystake-4ordp6 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.mystake-4ordp6 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.mystake-g9blzl {
  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-g9blzl {
    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-ofeg18 {
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-ofeg18 {
    display: none;
  }
}

.mystake-ltnya7 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.mystake-ihlyhe {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.mystake-4bizqs {
  display: flex;
}

.mystake-9oorgf {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.mystake-rwoibk {
  list-style: none;
}

@media (max-width: 1199px) {
  .mystake-rwoibk {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .mystake-rwoibk {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mystake-rwoibk .mystake-moif0h [data-ref-el],
  .mystake-rwoibk .mystake-moif0h span,
  .mystake-rwoibk .mystake-moif0h a {
    white-space: nowrap;
  }
}

.mystake-wa7hw4 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .mystake-wa7hw4.mystake-u8clre > .mystake-moif0h {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .mystake-wa7hw4.mystake-8lnlgf:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .mystake-wa7hw4.mystake-u8clre > .mystake-09dq6i {
    height: auto;
  }

  .mystake-wa7hw4.mystake-u8clre > div > .mystake-ng0k99 {
    transform: rotate(180deg);
  }
}

.mystake-wa7hw4 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.mystake-wa7hw4 [data-ref-el],
.mystake-wa7hw4 span {
  cursor: pointer;
}

.mystake-wa7hw4 [data-ref-el],
.mystake-wa7hw4 span,
.mystake-wa7hw4 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-wa7hw4 [data-ref-el],
  .mystake-wa7hw4 span,
  .mystake-wa7hw4 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .mystake-wa7hw4 [data-ref-el],
  .mystake-wa7hw4 span,
  .mystake-wa7hw4 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.mystake-09dq6i {
  height: 0;
  overflow: hidden;
  transition: height 0.mystake-lpkjau ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.mystake-09dq6i::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.mystake-09dq6i::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.mystake-09dq6i::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .mystake-09dq6i {
    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-09dq6i:has(> .mystake-wa7hw4.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .mystake-09dq6i .mystake-09dq6i {
    padding: 0;
  }

  .mystake-09dq6i .mystake-wa7hw4 {
    font-weight: 400;
  }

  .mystake-09dq6i .mystake-wa7hw4:hover > .mystake-moif0h {
    background: var(--Neutral-300);
  }

  .mystake-09dq6i .mystake-ng0k99 {
    rotate: -90deg;
  }
}

.mystake-moif0h {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-moif0h {
    padding: 8px;
  }

  .mystake-wa7hw4.mystake-4p7iej > .mystake-moif0h {
    background: var(--Neutral-300);
  }
}

.mystake-ng0k99 {
  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-tjoaaf.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.mystake-6zkmm5 0.mystake-sbup3e.mystake-43kkae -0.mystake-s49x35 0.mystake-4sc1wf -0.mystake-s49x35 1.mystake-4btdcu 0.mystake-f6bo1n.mystake-0b7yor 4.mystake-g2t1nw.mystake-6zkmm5 0.mystake-2qzni6.mystake-aegadn -0.mystake-s49x35 9.mystake-isn58q -0.mystake-s49x35 10.mystake-q9nx73 0.mystake-8z0151.mystake-dib2zr 0.mystake-43kkae 10.mystake-dib2zr 0.mystake-4sc1wf 10.mystake-q9nx73 1.mystake-kj52n3.mystake-v0i4b9 5.mystake-u5n5fn.mystake-bb4d66 6.mystake-bhwl6o 5.mystake-7hauvx 6.mystake-bhwl6o 4.mystake-rlb2vd 5.mystake-22373i.mystake-6zkmm5 1.mystake-kf8k6t.mystake-s49x35 0.mystake-4sc1wf -0.mystake-s49x35 0.mystake-43kkae 0.mystake-6zkmm5 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.mystake-lpkjau ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-ng0k99 {
    cursor: default;
  }
}

.mystake-g4qeej {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.mystake-g3o5kw {
  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-g3o5kw {
    padding: 40px 4px;
  }
}

.mystake-gxgigr {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .mystake-gxgigr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.mystake-kmckmq {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .mystake-kmckmq {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.mystake-kmckmq ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.mystake-kmckmq [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.mystake-kmckmq [data-ref-el],
.mystake-kmckmq span,
.mystake-kmckmq a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.mystake-nit9us {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-nit9us {
    margin-bottom: 12px;
  }
}

.mystake-3kgvf8 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.mystake-3kgvf8 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .mystake-3kgvf8:last-child {
    margin-right: 0;
  }
}

.mystake-nrgxvt {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-nit9us:hover .mystake-kw13aj {
  visibility: visible;
  opacity: 1;
}

.mystake-kw13aj {
  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-anu5rd {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.mystake-q25um9 {
  display: flex;
  margin: 6px;
}

.mystake-q25um9 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.mystake-kw13aj::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-kw13aj::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-phdlfj {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-phdlfj {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.mystake-xzqn55 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .mystake-xzqn55 {
    margin-right: 32px;
  }
}

.mystake-7h3v1t {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-7h3v1t {
    margin-top: 0;
    width: 340px;
  }
}

.mystake-7h3v1t a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-swqsqg {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.mystake-mdhkw8 {
  position: relative;
}

@media (min-width: 768px) {
  .mystake-mdhkw8 {
    margin-top: 40px;
  }
}

.mystake-mdhkw8 + .mystake-73kwg0,
.mystake-mdhkw8 + .mystake-mdhkw8 {
  margin-top: 24px;
}

.mystake-igyf70 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .mystake-igyf70 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-igyf70 {
    padding: 80px;
  }
}

.mystake-0r5p5c {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .mystake-0r5p5c {
    padding: 0 16px;
}


}

.mystake-eaw7r9 {
  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-eaw7r9 {
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-nquj5k {
  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-nquj5k {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-5hj44b {
  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-5hj44b:hover {
  background: var(--button-bg-hover);
}

.mystake-aj4ofr {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.mystake-aj4ofr img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .mystake-aj4ofr img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .mystake-aj4ofr img {
  min-height: 100%;
  }
}

.mystake-igyf70::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.mystake-jx3u7g {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mystake-jx3u7g h1,
.mystake-jx3u7g h2,
.mystake-jx3u7g h3,
.mystake-jx3u7g h4 {
  margin-bottom: 6px;
}

.mystake-jx3u7g h1:not(:first-child),
.mystake-jx3u7g h2:not(:first-child),
.mystake-jx3u7g h3:not(:first-child),
.mystake-jx3u7g h4:not(:first-child) {
  margin-top: 16px;
}

.mystake-jx3u7g h1,
.mystake-jx3u7g h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .mystake-jx3u7g h1,
  .mystake-jx3u7g h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.mystake-jx3u7g h2,
.mystake-jx3u7g h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .mystake-jx3u7g h2,
  .mystake-jx3u7g h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-jx3u7g h3,
.mystake-jx3u7g h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .mystake-jx3u7g h3,
  .mystake-jx3u7g h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-jx3u7g h4,
.mystake-jx3u7g h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.mystake-jx3u7g ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.mystake-jx3u7g ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.mystake-jx3u7g 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-jx3u7g ul ul {
  margin-bottom: 8px;
}

.mystake-jx3u7g ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.mystake-jx3u7g ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.mystake-jx3u7g ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.mystake-jx3u7g ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.mystake-jx3u7g ol li::marker {
  font-weight: 700;
}

.mystake-jx3u7g ol ol {
  margin-bottom: 8px;
}

.mystake-jx3u7g ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.mystake-jx3u7g ol ul li {
  padding-left: 16px;
}

.mystake-jx3u7g 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-jx3u7g table {
    padding: 24px;
  }
}

.mystake-jx3u7g table.mystake-hhlnao {
  -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-lpkjau,
    mask-image 0.3s;
}

.mystake-jx3u7g table.mystake-hhlnao.mystake-txt9al {
  -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-jx3u7g table {
    display: table;
  }
}

.mystake-jx3u7g 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-jx3u7g table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-jx3u7g table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-jx3u7g 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-jx3u7g table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.mystake-jx3u7g table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-jx3u7g table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-jx3u7g table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.mystake-jx3u7g img {
  max-width: 100%;
  height: auto;
}

.mystake-l6e4bk {
  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-l6e4bk {
    padding: 24px;
  }
}

.mystake-8kwc0u {
  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-8kwc0u {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.mystake-8kwc0u > * {
  margin: 0 !important;
}

.mystake-8kwc0u img,
.mystake-liwpno {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-8kwc0u img,
  .mystake-liwpno {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-wknhi2 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-wknhi2 {
    width: 32px;
    height: 32px;
  }
}

.mystake-u5s82s {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.mystake-u5s82s .mystake-942hfs {
  flex-shrink: 0;
}

.mystake-u5s82s .mystake-h1xbzy svg {
  display: none;
}

.mystake-ce4tc8 {
  display: grid;
  transition: max-height 0.mystake-lpkjau ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .mystake-ce4tc8 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .mystake-ce4tc8 {
    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-ce4tc8.mystake-wiv7s9 + .mystake-942hfs svg {
  transform: rotate(180deg);
}

.mystake-2204op {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.mystake-2204op > div:nth-child(3n) {
  grid-column: span 2;
}

.mystake-2204op
  > div:nth-child(3n)
  .mystake-gna90x
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .mystake-2204op {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .mystake-2204op > div:nth-child(3n) {
    grid-column: unset;
  }

  .mystake-2204op
    > div:nth-child(3n)
    .mystake-gna90x
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .mystake-2204op {
    max-width: 270px;
  }
}

.mystake-2204op .mystake-gna90x button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .mystake-2204op .mystake-gna90x button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .mystake-2204op .mystake-gna90x button {
    max-width: 104px;
  }
}

.mystake-ni1b45 {
  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-ni1b45 {
    margin-bottom: 0;
  }
}

.mystake-ryd1v5 {
  display: none;
  opacity: 0;
}

.mystake-0ntviu {
  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-0ntviu img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.mystake-gna90x {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.mystake-gna90x 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-gna90x
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .mystake-gna90x
    button {
    max-width: 145px;
  }
}

.mystake-c4c6bx:first-child
  .mystake-gna90x
  button {
  max-width: 270px;
}

.mystake-t9aze4 {
  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-ni1b45 picture {
  width: 100%;
  max-width: 100%;
}

.mystake-dch2tx {
  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-dch2tx svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.mystake-ni1b45:hover .mystake-dch2tx {
  display: flex;
}

.mystake-mtp6xw {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.mystake-8r3f53 {
  display: flex;
}

.mystake-8r3f53:hover .mystake-c38v63,
.mystake-8r3f53 .mystake-4p7iej .mystake-c38v63 {
  display: flex;
}

.mystake-8r3f53 svg {
  flex-shrink: 0;
}

.mystake-c38v63 {
  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-c38v63 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.mystake-c38v63:hover {
  display: flex;
}

.mystake-c38v63 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.mystake-4glc8f {
  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-4glc8f {
    font-size: 12px;
  }
}

.mystake-7cyfsj,
.mystake-4fz2oh {
  width: 50%;
  flex-shrink: 0;
}

.mystake-7cyfsj {
  font-weight: 700;
}

.mystake-ly0rxu .mystake-ce4tc8 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .mystake-ly0rxu .mystake-ce4tc8 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .mystake-ly0rxu .mystake-ce4tc8 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.mystake-ly0rxu
  .mystake-t9aze4:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.mystake-ly0rxu .mystake-0ntviu {
  height: 100% !important;
  border-radius: 16px;
}

.mystake-ly0rxu .mystake-gna90x {
  gap: 4px;
  align-items: center;
}

.mystake-ly0rxu .mystake-gna90x button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mystake-ly0rxu .mystake-gna90x svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.mystake-ly0rxu .mystake-rqtk9d,
.mystake-ly0rxu .mystake-109q39 {
  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-tjoaaf.org/2000/svg'%3E%3Cpath d='M9.mystake-ahi545 4.mystake-jvaf28.mystake-uusvb6 5.mystake-w85vds.mystake-btu6lq 5.mystake-9n9zbk.mystake-h9uwzv 5.mystake-u5v0j0.mystake-squ6xd 8.mystake-4f0v1y.mystake-63a4x9 9.mystake-67usu1.mystake-7qhrpw 9.mystake-jw0v5e.mystake-jsy8s7 13.mystake-g7ah3o.mystake-m0ga87 11.mystake-huk6rg.mystake-4uoca2 11.mystake-gnqz3q.mystake-u8k6vs 11.mystake-it3ydn.mystake-8ur40j 13.mystake-xddljz.mystake-nndcyw 9.mystake-ivn9es.mystake-oh1ocn 9.mystake-idtfbw.mystake-ibqtay 8.mystake-b0h1zy.mystake-0rainf 5.mystake-exuhm1.mystake-ej8a85 5.mystake-b2c13x.mystake-3dnl9k 5.mystake-rrz7es.mystake-dflxen 4.mystake-6mjtu6.mystake-4uoca2 1.mystake-3m89uc.mystake-ahi545 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.mystake-ly0rxu .mystake-rqtk9d {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.mystake-ly0rxu .mystake-109q39 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.mystake-lxiy7i {
  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-lxiy7i {
    padding: 24px;
  }
}

.mystake-lxiy7i .mystake-942hfs {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-lxiy7i .mystake-942hfs {
    display: none;
  }
}

.mystake-lxiy7i .mystake-h1xbzy svg {
  display: none;
}

.mystake-fls1r4 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mystake-fls1r4 .mystake-wjk3bj {
  display: none;
}

@media (min-width: 768px) {
  .mystake-fls1r4 .mystake-wjk3bj {
    display: flex;
  }
}

.mystake-euej2p {
  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-euej2p {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-euej2p > * {
  margin: 0 !important;
}

.mystake-euej2p img,
.mystake-x5oyu9 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-euej2p img,
  .mystake-x5oyu9 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-lowa2s {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-lowa2s {
    width: 32px;
    height: 32px;
  }
}

.mystake-xg7qk2 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .mystake-xg7qk2 {
    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-xg7qk2::-webkit-scrollbar {
    display: none;
  }
}

.mystake-kpi4i3 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .mystake-kpi4i3 {
    padding: 7px 15px;
  }
}

.mystake-kpi4i3:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-ypnnd5 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-ypnnd5 {
    display: flex;
    opacity: 1;
  }
}

.mystake-kpi4i3 picture {
  height: 100%;
  display: block;
}

.mystake-kpi4i3 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .mystake-kpi4i3 img {
    width: 88px;
    height: 44px;
  }
}

.mystake-kpi4i3 p {
  text-align: center;
  width: 100%;
}

.mystake-elbo6v {
  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-elbo6v {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-elbo6v img,
.mystake-x8u1jz {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-elbo6v img,
  .mystake-x8u1jz {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-yalmu0 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-yalmu0 {
    width: 32px;
    height: 32px;
  }
}

.mystake-a8nbj4 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.mystake-9o334l {
  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-nnioge {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.mystake-nnioge.mystake-4p7iej {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.mystake-jrmbyl {
  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-jrmbyl {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-ccmpyp {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.mystake-6vfigl {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.mystake-lpkjau ease;
  opacity: 0;
  color: var(--text-color);
}

.mystake-1e2av6 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.mystake-1e2av6 ol,
.mystake-1e2av6 ul {
  padding-left: 1.3em;
}

.mystake-nnioge.mystake-4p7iej .mystake-6vfigl {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.mystake-nnioge.mystake-4p7iej .mystake-ccmpyp {
  transform: rotate(180deg);
  color: var(--text-color);
}

.mystake-kalgrm {
  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-kalgrm {
    padding: 24px;
  }
}

.mystake-kalgrm .mystake-942hfs {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-kalgrm .mystake-942hfs {
    display: none;
  }
}

.mystake-kalgrm .mystake-h1xbzy svg {
  display: none;
}

.mystake-2jtb5y {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mystake-2jtb5y .mystake-wjk3bj {
  display: none;
}

@media (min-width: 768px) {
  .mystake-2jtb5y .mystake-wjk3bj {
    display: flex;
  }
}

.mystake-g7ookt {
  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-g7ookt {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-g7ookt > * {
  margin: 0 !important;
}

.mystake-g7ookt img,
.mystake-ydinty {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-g7ookt img,
  .mystake-ydinty {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-6f8lxw {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-6f8lxw {
    width: 32px;
    height: 32px;
  }
}

.mystake-g667if {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .mystake-g667if {
    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-g667if::-webkit-scrollbar {
    display: none;
  }
}

.mystake-gn344t {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.mystake-gn344t:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-tojyay {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-tojyay {
    display: flex;
    opacity: 1;
  }
}

.mystake-gn344t picture {
  width: auto;
  height: 100%;
  display: block;
}

.mystake-gn344t picture img {
  display: block;
  width: auto;
  height: 100%;
}

.mystake-csqph7 {
  margin: -24px 0;
}

.mystake-csqph7:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .mystake-csqph7 {
    margin: -16px 0;
  }
}

.mystake-smgchv {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .mystake-smgchv {
    flex-direction: row;
  }
}

.mystake-wzlvgd {
  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-wzlvgd {
    flex: 1;
  }
}

.mystake-wzlvgd::placeholder {
  color: var(--Text-400);
}

.mystake-2s1top {
  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-3z8ccf {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.mystake-3z8ccf::-webkit-scrollbar {
  display: none;
}

.mystake-s2iuv8 {
  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-s2iuv8 img,
.mystake-s2iuv8 svg {
  margin-right: 8px;
}

.mystake-2f4db0 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.mystake-csqph7 + .mystake-lrgk9k {
  margin-top: 0;
}

@media (min-width: 768px) {
  .mystake-csqph7 + .mystake-lrgk9k {
    margin-top: -16px;
  }
}

.mystake-t9jcgg {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.mystake-t9jcgg > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.mystake-t9jcgg > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.mystake-r5x0bb {
  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-fmnmdz {
  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-vsyc9r {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.mystake-35pdxe {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.mystake-qk5szi {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.mystake-r5x0bb 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-r5x0bb 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-r5x0bb {
    padding: 39px 179px 39px 39px;
  }

  .mystake-fmnmdz {
    font-size: 40px;
    line-height: 48px;
  }

  .mystake-qk5szi {
    height: 348px;
  }

  .mystake-r5x0bb button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .mystake-r5x0bb button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-r5x0bb {
    padding: 63px;
  }
}

.mystake-ri741g {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .mystake-ri741g {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.mystake-myqg20 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-myqg20 {
    width: auto;
  }
}

.mystake-7p8hid {
  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-7p8hid::-webkit-scrollbar {
  display: none;
}

.mystake-7p8hid 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-7p8hid a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-7p8hid {
    margin-left: 16px;
    margin-top: 0;
  }
}

.mystake-ri741g .mystake-ivd529 {
  -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-lpkjau,
    mask-image 0.3s;
}

.mystake-ri741g .mystake-ivd529.mystake-txt9al {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.mystake-ybowp6 {
  margin: 40px -16px;
}

.mystake-zwmk6g + .mystake-73kwg0,
.mystake-zwmk6g + .mystake-mdhkw8 {
  margin-top: 24px;
}

.mystake-ftg7oe {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.mystake-ftg7oe picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.mystake-zrxti7 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .mystake-zrxti7 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .mystake-zrxti7 {
    margin-top: 0;
  }
}

.mystake-8qrhu4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-8qrhu4 {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-ibtsqn {
  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-ibtsqn {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.mystake-fjimfd {
  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-fjimfd {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.mystake-bwhmh9 {
  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-bwhmh9 {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-lhzb9z {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-lhzb9z {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-ig3dzj {
  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-0y10yo {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.mystake-0y10yo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mystake-lrgk9k {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.mystake-2o2eca {
  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-2o2eca {
    padding: 15px 48px;
  }
}

main > .mystake-lrgk9k {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .mystake-ce4tc8.mystake-sou2ho > div:nth-child(n+5) {
    display: none;
  }
}

.mystake-jx3u7g p a img {
  display: block;
  margin: 0 auto;
}


.mystake-4dfy6x {
  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-6tj0e6 {
  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-6tj0e6 label {
  font-size: 14px;
}

.mystake-6tj0e6 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.mystake-6tj0e6 input,
.mystake-6tj0e6 textarea,
.mystake-6tj0e6 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-6tj0e6 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.mystake-22aktg ease;
}
.mystake-6tj0e6 button:hover {
  background-color: var(--button-bg-hover);
}
.mystake-6yhcnq {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.mystake-r8x0t2 ease-in;
}

.mystake-6yhcnq 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-vkexrl, .mystake-0xopo5, [class*="review-card"],
thead, thead th, table th, .mystake-gtd4zq,
.mystake-igou6o, [class*="collapsible-header"],
.mystake-5omc9s, [class*="updated-block"] {
  color: #ece7dc !important;
}
