* {
  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-22gxp0 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .mystake-22gxp0 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-22gxp0 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.mystake-wsgu1k {
  overflow: hidden;
}

.mystake-s58joj img {
  background: var(--Neutral-300);
}

.mystake-pjz04i {
  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-04xwl8 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.mystake-04xwl8:hover {
  background: var(--button-bg-hover);
}

.mystake-zwr5c0 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.mystake-zwr5c0:hover {
  background: var(--button-bg-hover);
}

.mystake-elsr52 {
  font-size: 12px;
  line-height: 18px;
}

.mystake-km5hrk {
  font-size: 18px;
  line-height: 26px;
}

.mystake-30e8pg {
  width: 100%;
}

.mystake-kt22jf {
  padding: 6px 16px;
}

.mystake-ea1vkx {
  padding: 10px 16px;
}

.mystake-nnn6fw {
  padding: 15px 26px;
}

.mystake-jz0q2c {
  flex-shrink: 0;
}

.mystake-5rkw5y {
  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-wo6avc {
  display: none;
}

.mystake-a5fqnm {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.mystake-w01reu {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.mystake-umqwem {
  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-drsszv {
  cursor: grab;
}

.mystake-umqwem::-webkit-scrollbar {
  display: none;
}

.mystake-az6e18 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.mystake-jvq34e {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.mystake-u1g6sx {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.mystake-okneid {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.mystake-nvy0rr {
  visibility: visible;
}

.mystake-x1fblp {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.mystake-5jcnoc ease;
}

.mystake-f495oj {
  background-color: var(--Primary-200);
  width: 16px;
}

.mystake-gcq072 {
  -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-5jcnoc,
    mask-image 0.3s;
}

.mystake-gcq072.mystake-1w52f1 {
  -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-fx4acm: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-oonc4l {
  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-v811hv.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-v811hv.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-g84z6q {
  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-g84z6q::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-hb8ljc {
  position: relative;
  z-index: 1;
}

.mystake-vpa5tr {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.mystake-qkoy97 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.mystake-04ozj8 {
  font-size: 40px;
  line-height: 48px;
}

.mystake-l0am4o {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.mystake-yxusxg {
  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-yxusxg:hover {
  background: var(--Primary-400);
}

.mystake-yxusxg svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.mystake-fx4acm 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-g84z6q {
    max-width: 600px;
    padding: 64px;
  }

  .mystake-vpa5tr {
    font-size: 24px;
    line-height: 32px;
  }

  .mystake-qkoy97 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .mystake-04ozj8 {
    font-size: 50px;
    line-height: 56px;
  }

  .mystake-l0am4o {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .mystake-oonc4l {
    top: 25px;
    right: 25px;
  }
}

.mystake-frrs5f,
.mystake-cyo8bc {
  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-mwnzy7.mystake-eld4gj::before,
.mystake-cyo8bc::before,
.mystake-440rja::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-v811hv.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.mystake-ipn0h6 14.mystake-hbmbxv.mystake-415ljz 14.mystake-sklv2u 15.mystake-m96kd9 14.mystake-vzygla 15.mystake-s55ehq 14.mystake-j27ws5.mystake-keh0e0 14.mystake-ruoz88 19.mystake-khv9pv 12.mystake-zqz2c7 19.mystake-khv9pv 10.mystake-ys8ece.mystake-khv9pv 8.mystake-zwqv8i 17.mystake-23by7c 7.mystake-uawms7 15.mystake-7tz5li 7.mystake-mf1z70.mystake-06brs4 7.mystake-uawms7 11.mystake-ho5dut 8.mystake-zwqv8i 11.mystake-ho5dut 10.mystake-ou7cfy.mystake-ho5dut 12.mystake-83iiwm 13.mystake-6rz7z3 14.mystake-d2cysz 15.mystake-gx72am 14.mystake-wp7ebb.mystake-audolp 14.mystake-7q6w5l 15.mystake-794z2s 14.mystake-2z2gsh 15.mystake-6qqqfl 14.mystake-hfkgdv.mystake-ipn0h6 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.mystake-pijafc 15.mystake-wfyt2x.mystake-yhzte0 15.mystake-zex9rv 15.mystake-e8rom2 15.mystake-i06hst 15.mystake-wu4snf 15.mystake-f8uq1s.mystake-12jnug 15.mystake-i06hst 15.mystake-jdj36c 15.mystake-a4x7de 15.mystake-z8145v 15.mystake-b48c87.mystake-iwvw3y 15.mystake-o7ju91 7.mystake-9s335w 18.mystake-1w0re1 7.mystake-jbl945 23.mystake-0okrtp.mystake-rv5ie9.mystake-vx45bh 18.mystake-j4pv95 19.mystake-8i1umq 15.mystake-9k7a4g 15.mystake-pijafc 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.mystake-sfx4mv [type="submit"] *,
.mystake-nwziyg button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .mystake-j6q1hl {
    display: none;
  }
}

.mystake-50qygi {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .mystake-50qygi {
  display: none;
}

@media (min-width: 768px) {
  .mystake-50qygi {
    bottom: 22px;
  }
}

.mystake-50qygi input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .mystake-50qygi {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.mystake-99dr2j.static) .mystake-50qygi {
    bottom: 8px;
  }
}

.mystake-qr3l5u {
  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-v811hv.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.mystake-cos9mi 3.mystake-h1le13.mystake-sz9ud8.mystake-riewt2 3.mystake-j9ctlo 3.mystake-sclsk4 5.mystake-js0vcb 3.mystake-sclsk4 8.mystake-19tc6g.mystake-oqa96r.mystake-sclsk4 26.mystake-9kn25b 5.mystake-9zqgrq 28.mystake-vgziag 8.mystake-4gyozo 28.mystake-ybt8v2.mystake-3jgf3g 28.mystake-d5jriu.mystake-xavhwe 34.mystake-lg3dmg.mystake-tvh16a 36.mystake-t3far3 11.mystake-ov58lc 37.mystake-65so2m 12.mystake-axb4vn 36.mystake-21aw89.mystake-t8s1l4 28.mystake-9onhxt.mystake-gbe4t2.mystake-n94acv 28.mystake-wr4pm3 36.mystake-t4kjml 26.mystake-hfqy2i 36.mystake-t4kjml 23.mystake-9zxq4b.mystake-xe77nj.mystake-t4kjml 5.mystake-axca50 34.mystake-192ztw 3.mystake-j9ctlo 31.mystake-cos9mi 3.mystake-fjtrcj.mystake-djd77a 18.mystake-0rp33e.mystake-3tgmtw 18.mystake-qhzmee 8.mystake-py56ae 17.mystake-4puo3u 8.mystake-py56ae 15.mystake-lvn2io.mystake-py56ae 14.mystake-vof8ns 9.mystake-3tgmtw 13.mystake-gpyrpx 11.mystake-djd77a 13.mystake-ygk31a.mystake-wb5d35 13.mystake-gpyrpx 13.mystake-vnsq2a 14.mystake-vof8ns 13.mystake-vnsq2a 15.mystake-ygga6y.mystake-vnsq2a 17.mystake-4puo3u 12.mystake-wb5d35 18.mystake-qhzmee 11.mystake-djd77a 18.mystake-1p3eq0.mystake-k14kdu 18.mystake-yrlkl8.mystake-2sm1cm 18.mystake-qhzmee 17.mystake-mjghl1 17.mystake-4puo3u 17.mystake-mjghl1 15.mystake-ew3esn.mystake-mjghl1 14.mystake-vof8ns 18.mystake-2sm1cm 13.mystake-gpyrpx 20.mystake-k14kdu 13.mystake-lftcg4.mystake-nfijgh 13.mystake-gpyrpx 22.mystake-4ycbpl 14.mystake-vof8ns 22.mystake-4ycbpl 15.mystake-8zc1z1.mystake-6dcvap 17.mystake-4puo3u 21.mystake-nfijgh 18.mystake-qhzmee 20.mystake-k14kdu 18.mystake-kna6ks.mystake-rx4fb7 18.mystake-ks24ex.mystake-bkzt4z 18.mystake-qhzmee 26.mystake-0vldqk 17.mystake-4puo3u 26.mystake-0vldqk 15.mystake-1o3bww.mystake-0vldqk 14.mystake-vof8ns 27.mystake-bkzt4z 13.mystake-gpyrpx 28.mystake-rx4fb7 13.mystake-e9l4lt.mystake-i19497 13.mystake-gpyrpx 31.mystake-vvxjh2 14.mystake-vof8ns 31.mystake-vvxjh2 15.mystake-xe2ndz.mystake-0vldqk 17.mystake-4puo3u 30.mystake-i19497 18.mystake-qhzmee 28.mystake-rx4fb7 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-qr3l5u {
    display: none;
  }
}

.mystake-ygpckg {
  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-ygpckg {
    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-nwziyg {
  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-nwziyg {
    padding: 14px 16px;
  }
}

.mystake-nwziyg button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.mystake-nwziyg button:first-child {
  align-content: end;
}

.mystake-nwziyg button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .mystake-nwziyg
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-nwziyg
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.mystake-nwziyg button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.mystake-nwziyg button:last-child svg {
  width: 38px;
  height: 38px;
}

.mystake-440rja {
  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-440rja::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-440rja,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-440rja {
  opacity: 1;
  visibility: visible;
}

.mystake-f63mxw {
  flex: 1 1;
}

.mystake-lympaf {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-lympaf {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .mystake-p1v3qg {
  display: block;
}

.mystake-8d60n3 {
  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-8d60n3 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-cyo8bc {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.mystake-cyo8bc::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.mystake-my0z26 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.mystake-my0z26 p {
  color: var(--Text-100);
}

.mystake-cyo8bc .mystake-myjm13 {
  grid-area: button;
}

.mystake-cyo8bc .mystake-myjm13::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-v811hv.org/2000/svg'%3E%3Cpath d='M4.mystake-pya6m1 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-v2rlaf 15L16.mystake-v2rlaf 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-v2rlaf 5L16.mystake-v2rlaf 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-xu9kcv {
  display: block;
}

.mystake-w4hjls {
  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-w4hjls {
    margin-top: 40px;
  }
}

.mystake-frrs5f label,
.mystake-frrs5f input {
  display: block;
  width: 100%;
}

.mystake-frrs5f label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.mystake-frrs5f label.mystake-dki388 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.mystake-frrs5f label.mystake-dki388::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-frrs5f 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-frrs5f input::placeholder {
  color: var(--Text-400);
}

.mystake-v7q5w1 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .mystake-v7q5w1 {
  display: flex;
}

.mystake-v7q5w1 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .mystake-v7q5w1 ol {
    height: 420px;
    padding: 24px;
  }
}

.mystake-v7q5w1 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.mystake-sfx4mv {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-sfx4mv {
    padding: 0 24px 24px;
  }
}

.mystake-sfx4mv 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-sfx4mv input::placeholder {
  color: var(--Text-400);
}

.mystake-sfx4mv [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.mystake-sfx4mv [type="submit"]:disabled {
  opacity: 0.5;
}

.mystake-sfx4mv [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .mystake-sfx4mv [type="submit"] {
    right: 40px;
  }
}

.mystake-mwnzy7 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.mystake-mwnzy7.mystake-eld4gj {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.mystake-mwnzy7.mystake-eld4gj::before {
  content: "";
  width: 31px;
}

.mystake-mwnzy7.mystake-eld4gj p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-mwnzy7.mystake-nt2xmx p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.mystake-mwnzy7 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-50qygi .mystake-myjm13 {
  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-j6q1hl {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .mystake-j6q1hl {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .mystake-j6q1hl {
    padding: 18px 0;
  }
}

.mystake-j6q1hl .mystake-22gxp0 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .mystake-j6q1hl .mystake-22gxp0 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.mystake-zlbe17 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .mystake-zlbe17 {
    max-width: 160px;
    height: 40px;
  }
}

.mystake-zlbe17 picture,
.mystake-zlbe17 img {
  display: block;
  width: 100%;
  height: 100%;
}

.mystake-zlbe17 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .mystake-j2ohvq {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.mystake-5jcnoc ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .mystake-j6q1hl.mystake-53672g .mystake-j2ohvq {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mystake-j2ohvq {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .mystake-j2ohvq {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.mystake-hdiugm,
.mystake-6jk09i {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .mystake-hdiugm,
  .mystake-6jk09i {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .mystake-6jk09i {
    display: none;
  }
}

.mystake-1053dj {
  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-53672g .mystake-1053dj {
  background: var(--fh-bg-color);
}

.mystake-1053dj button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .mystake-1053dj {
    display: none;
  }
}

.mystake-lafg9b {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-lafg9b {
    display: none;
  }
}

.mystake-68cjol {
  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-j6q1hl.mystake-53672g .mystake-68cjol:first-child {
  display: none;
}

.mystake-j6q1hl.mystake-53672g .mystake-68cjol:last-child {
  display: block;
}

.mystake-68cjol:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .mystake-68cjol {
    display: none;
  }
}

.mystake-4ayvsz {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-4ayvsz {
    display: flex;
  }
}

.mystake-4ayvsz ul {
  max-height: 350px;
  overflow-y: auto;
}

.mystake-4ayvsz:hover ul {
  visibility: visible;
  opacity: 1;
}

.mystake-4ayvsz:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.mystake-4ayvsz:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.mystake-4ayvsz:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.mystake-4ayvsz:hover .mystake-rf22p9 svg {
  transform: rotate(180deg);
}

.mystake-mcu9b6 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.mystake-fpjqbg {
  padding: 0 8px;
}

.mystake-8b3kk5 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.mystake-8b3kk5:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .mystake-8b3kk5 {
    padding: 4px 8px;
  }
}

.mystake-x8uft2 {
  display: flex;
}

.mystake-x8uft2 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.mystake-rf22p9 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.mystake-rf22p9 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.mystake-j5mtj5 {
  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-j5mtj5 {
    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-s3nrwf {
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-s3nrwf {
    display: none;
  }
}

.mystake-jokywp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.mystake-agz1fr {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.mystake-3sshbl {
  display: flex;
}

.mystake-ti7ek1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.mystake-44rhq5 {
  list-style: none;
}

@media (max-width: 1199px) {
  .mystake-44rhq5 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .mystake-44rhq5 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mystake-44rhq5 .mystake-xnyg2q [data-ref-el],
  .mystake-44rhq5 .mystake-xnyg2q span,
  .mystake-44rhq5 .mystake-xnyg2q a {
    white-space: nowrap;
  }
}

.mystake-fzw3zb {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .mystake-fzw3zb.mystake-7sccs7 > .mystake-xnyg2q {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .mystake-fzw3zb.mystake-01f0r8:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .mystake-fzw3zb.mystake-7sccs7 > .mystake-07o4lb {
    height: auto;
  }

  .mystake-fzw3zb.mystake-7sccs7 > div > .mystake-w4rm1k {
    transform: rotate(180deg);
  }
}

.mystake-fzw3zb [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.mystake-fzw3zb [data-ref-el],
.mystake-fzw3zb span {
  cursor: pointer;
}

.mystake-fzw3zb [data-ref-el],
.mystake-fzw3zb span,
.mystake-fzw3zb 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-fzw3zb [data-ref-el],
  .mystake-fzw3zb span,
  .mystake-fzw3zb a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .mystake-fzw3zb [data-ref-el],
  .mystake-fzw3zb span,
  .mystake-fzw3zb a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.mystake-07o4lb {
  height: 0;
  overflow: hidden;
  transition: height 0.mystake-5jcnoc ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.mystake-07o4lb::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.mystake-07o4lb::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.mystake-07o4lb::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .mystake-07o4lb {
    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-07o4lb:has(> .mystake-fzw3zb.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .mystake-07o4lb .mystake-07o4lb {
    padding: 0;
  }

  .mystake-07o4lb .mystake-fzw3zb {
    font-weight: 400;
  }

  .mystake-07o4lb .mystake-fzw3zb:hover > .mystake-xnyg2q {
    background: var(--Neutral-300);
  }

  .mystake-07o4lb .mystake-w4rm1k {
    rotate: -90deg;
  }
}

.mystake-xnyg2q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-xnyg2q {
    padding: 8px;
  }

  .mystake-fzw3zb.mystake-cap5k0 > .mystake-xnyg2q {
    background: var(--Neutral-300);
  }
}

.mystake-w4rm1k {
  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-v811hv.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.mystake-23y4lk 0.mystake-5hsuho.mystake-g21b7a -0.mystake-hvu55b 0.mystake-ho5rdq -0.mystake-hvu55b 1.mystake-5bcjxh 0.mystake-o4klen.mystake-tetrnc 4.mystake-s2b8uy.mystake-23y4lk 0.mystake-uutsvd.mystake-uz0vev -0.mystake-hvu55b 9.mystake-io3txu -0.mystake-hvu55b 10.mystake-w1xl2z 0.mystake-vl73ku.mystake-9g6m9r 0.mystake-g21b7a 10.mystake-9g6m9r 0.mystake-ho5rdq 10.mystake-w1xl2z 1.mystake-cedpk4.mystake-1fb6ji 5.mystake-n02t0h.mystake-1w21t5 6.mystake-qy2ge1 5.mystake-om2kth 6.mystake-qy2ge1 4.mystake-i6j9nz 5.mystake-ua36eo.mystake-23y4lk 1.mystake-hswg1z.mystake-hvu55b 0.mystake-ho5rdq -0.mystake-hvu55b 0.mystake-g21b7a 0.mystake-23y4lk 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.mystake-5jcnoc ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-w4rm1k {
    cursor: default;
  }
}

.mystake-lw9dnu {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.mystake-2qxia6 {
  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-2qxia6 {
    padding: 40px 4px;
  }
}

.mystake-1s7j82 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .mystake-1s7j82 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.mystake-5l4wnf {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .mystake-5l4wnf {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.mystake-5l4wnf ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.mystake-5l4wnf [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.mystake-5l4wnf [data-ref-el],
.mystake-5l4wnf span,
.mystake-5l4wnf a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.mystake-qikgzn {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-qikgzn {
    margin-bottom: 12px;
  }
}

.mystake-6467n4 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.mystake-6467n4 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .mystake-6467n4:last-child {
    margin-right: 0;
  }
}

.mystake-65d6xa {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-qikgzn:hover .mystake-lj5veb {
  visibility: visible;
  opacity: 1;
}

.mystake-lj5veb {
  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-8wpcoy {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.mystake-v1dc6r {
  display: flex;
  margin: 6px;
}

.mystake-v1dc6r img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.mystake-lj5veb::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-lj5veb::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-2hwuvg {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-2hwuvg {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.mystake-eiq55a {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .mystake-eiq55a {
    margin-right: 32px;
  }
}

.mystake-88etqd {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-88etqd {
    margin-top: 0;
    width: 340px;
  }
}

.mystake-88etqd a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-kxlnnj {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.mystake-hxwhh0 {
  position: relative;
}

@media (min-width: 768px) {
  .mystake-hxwhh0 {
    margin-top: 40px;
  }
}

.mystake-hxwhh0 + .mystake-hrzw56,
.mystake-hxwhh0 + .mystake-hxwhh0 {
  margin-top: 24px;
}

.mystake-atrphb {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .mystake-atrphb {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-atrphb {
    padding: 80px;
  }
}

.mystake-jzqvx2 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .mystake-jzqvx2 {
    padding: 0 16px;
}


}

.mystake-fsbsnt {
  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-fsbsnt {
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-eedxf7 {
  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-eedxf7 {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-dpmc8d {
  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-dpmc8d:hover {
  background: var(--button-bg-hover);
}

.mystake-gr2tlj {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.mystake-gr2tlj img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .mystake-gr2tlj img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .mystake-gr2tlj img {
  min-height: 100%;
  }
}

.mystake-atrphb::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.mystake-dp2f7f {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mystake-dp2f7f h1,
.mystake-dp2f7f h2,
.mystake-dp2f7f h3,
.mystake-dp2f7f h4 {
  margin-bottom: 6px;
}

.mystake-dp2f7f h1:not(:first-child),
.mystake-dp2f7f h2:not(:first-child),
.mystake-dp2f7f h3:not(:first-child),
.mystake-dp2f7f h4:not(:first-child) {
  margin-top: 16px;
}

.mystake-dp2f7f h1,
.mystake-dp2f7f h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .mystake-dp2f7f h1,
  .mystake-dp2f7f h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.mystake-dp2f7f h2,
.mystake-dp2f7f h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .mystake-dp2f7f h2,
  .mystake-dp2f7f h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-dp2f7f h3,
.mystake-dp2f7f h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .mystake-dp2f7f h3,
  .mystake-dp2f7f h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-dp2f7f h4,
.mystake-dp2f7f h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.mystake-dp2f7f ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.mystake-dp2f7f ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.mystake-dp2f7f 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-dp2f7f ul ul {
  margin-bottom: 8px;
}

.mystake-dp2f7f ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.mystake-dp2f7f ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.mystake-dp2f7f ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.mystake-dp2f7f ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.mystake-dp2f7f ol li::marker {
  font-weight: 700;
}

.mystake-dp2f7f ol ol {
  margin-bottom: 8px;
}

.mystake-dp2f7f ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.mystake-dp2f7f ol ul li {
  padding-left: 16px;
}

.mystake-dp2f7f 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-dp2f7f table {
    padding: 24px;
  }
}

.mystake-dp2f7f table.mystake-qfpoaj {
  -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-5jcnoc,
    mask-image 0.3s;
}

.mystake-dp2f7f table.mystake-qfpoaj.mystake-1w52f1 {
  -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-dp2f7f table {
    display: table;
  }
}

.mystake-dp2f7f 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-dp2f7f table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-dp2f7f table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-dp2f7f 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-dp2f7f table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.mystake-dp2f7f table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-dp2f7f table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-dp2f7f table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.mystake-dp2f7f img {
  max-width: 100%;
  height: auto;
}

.mystake-wbppib {
  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-wbppib {
    padding: 24px;
  }
}

.mystake-rfiwe4 {
  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-rfiwe4 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.mystake-rfiwe4 > * {
  margin: 0 !important;
}

.mystake-rfiwe4 img,
.mystake-83e1b7 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-rfiwe4 img,
  .mystake-83e1b7 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-2t3p3j {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-2t3p3j {
    width: 32px;
    height: 32px;
  }
}

.mystake-cffvat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.mystake-cffvat .mystake-zzaupd {
  flex-shrink: 0;
}

.mystake-cffvat .mystake-j4fuuj svg {
  display: none;
}

.mystake-tq89br {
  display: grid;
  transition: max-height 0.mystake-5jcnoc ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .mystake-tq89br {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .mystake-tq89br {
    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-tq89br.mystake-0t8d8r + .mystake-zzaupd svg {
  transform: rotate(180deg);
}

.mystake-sfoyf1 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.mystake-sfoyf1 > div:nth-child(3n) {
  grid-column: span 2;
}

.mystake-sfoyf1
  > div:nth-child(3n)
  .mystake-nocawn
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .mystake-sfoyf1 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .mystake-sfoyf1 > div:nth-child(3n) {
    grid-column: unset;
  }

  .mystake-sfoyf1
    > div:nth-child(3n)
    .mystake-nocawn
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .mystake-sfoyf1 {
    max-width: 270px;
  }
}

.mystake-sfoyf1 .mystake-nocawn button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .mystake-sfoyf1 .mystake-nocawn button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .mystake-sfoyf1 .mystake-nocawn button {
    max-width: 104px;
  }
}

.mystake-3gnbo5 {
  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-3gnbo5 {
    margin-bottom: 0;
  }
}

.mystake-uw8wti {
  display: none;
  opacity: 0;
}

.mystake-cv1al7 {
  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-cv1al7 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.mystake-nocawn {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.mystake-nocawn 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-nocawn
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .mystake-nocawn
    button {
    max-width: 145px;
  }
}

.mystake-erm7z2:first-child
  .mystake-nocawn
  button {
  max-width: 270px;
}

.mystake-ilwsfs {
  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-3gnbo5 picture {
  width: 100%;
  max-width: 100%;
}

.mystake-vrgsab {
  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-vrgsab svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.mystake-3gnbo5:hover .mystake-vrgsab {
  display: flex;
}

.mystake-c636qt {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.mystake-e9zl6j {
  display: flex;
}

.mystake-e9zl6j:hover .mystake-5p6gc5,
.mystake-e9zl6j .mystake-cap5k0 .mystake-5p6gc5 {
  display: flex;
}

.mystake-e9zl6j svg {
  flex-shrink: 0;
}

.mystake-5p6gc5 {
  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-5p6gc5 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.mystake-5p6gc5:hover {
  display: flex;
}

.mystake-5p6gc5 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.mystake-x2xbjf {
  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-x2xbjf {
    font-size: 12px;
  }
}

.mystake-7rm1cp,
.mystake-p3yxkh {
  width: 50%;
  flex-shrink: 0;
}

.mystake-7rm1cp {
  font-weight: 700;
}

.mystake-e4ywcm .mystake-tq89br {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .mystake-e4ywcm .mystake-tq89br {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .mystake-e4ywcm .mystake-tq89br {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.mystake-e4ywcm
  .mystake-ilwsfs:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.mystake-e4ywcm .mystake-cv1al7 {
  height: 100% !important;
  border-radius: 16px;
}

.mystake-e4ywcm .mystake-nocawn {
  gap: 4px;
  align-items: center;
}

.mystake-e4ywcm .mystake-nocawn button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mystake-e4ywcm .mystake-nocawn svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.mystake-e4ywcm .mystake-uzdqe5,
.mystake-e4ywcm .mystake-4m09dj {
  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-v811hv.org/2000/svg'%3E%3Cpath d='M9.mystake-cmykyh 4.mystake-voiynq.mystake-ztp8nb 5.mystake-zqo4xt.mystake-styq6n 5.mystake-0x4u1d.mystake-0f39em 5.mystake-1dgdvm.mystake-kxkwuo 8.mystake-tm4gg1.mystake-s1fa06 9.mystake-6d92y5.mystake-pq2oqp 9.mystake-ev9gzx.mystake-4rvhms 13.mystake-eoclq9.mystake-nhadkh 11.mystake-bng1u6.mystake-pdi9y7 11.mystake-ute52u.mystake-mt3rsj 11.mystake-a801k1.mystake-xc3zfw 13.mystake-e8xz4v.mystake-haa8lm 9.mystake-ej3c43.mystake-fr1n5h 9.mystake-ta8sko.mystake-tgolbi 8.mystake-txqxca.mystake-vnqgym 5.mystake-gwc7hj.mystake-opx52c 5.mystake-nm81vt.mystake-79ghmk 5.mystake-eewhhe.mystake-0fyq7c 4.mystake-piedta.mystake-pdi9y7 1.mystake-3lk6px.mystake-cmykyh 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.mystake-e4ywcm .mystake-uzdqe5 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.mystake-e4ywcm .mystake-4m09dj {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.mystake-eeel4j {
  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-eeel4j {
    padding: 24px;
  }
}

.mystake-eeel4j .mystake-zzaupd {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-eeel4j .mystake-zzaupd {
    display: none;
  }
}

.mystake-eeel4j .mystake-j4fuuj svg {
  display: none;
}

.mystake-5965sc {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mystake-5965sc .mystake-pjz04i {
  display: none;
}

@media (min-width: 768px) {
  .mystake-5965sc .mystake-pjz04i {
    display: flex;
  }
}

.mystake-0lhh9e {
  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-0lhh9e {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-0lhh9e > * {
  margin: 0 !important;
}

.mystake-0lhh9e img,
.mystake-f9gjf6 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-0lhh9e img,
  .mystake-f9gjf6 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-u1owoq {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-u1owoq {
    width: 32px;
    height: 32px;
  }
}

.mystake-3i9yib {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .mystake-3i9yib {
    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-3i9yib::-webkit-scrollbar {
    display: none;
  }
}

.mystake-vj919i {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .mystake-vj919i {
    padding: 7px 15px;
  }
}

.mystake-vj919i:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-v9adhu {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-v9adhu {
    display: flex;
    opacity: 1;
  }
}

.mystake-vj919i picture {
  height: 100%;
  display: block;
}

.mystake-vj919i img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .mystake-vj919i img {
    width: 88px;
    height: 44px;
  }
}

.mystake-vj919i p {
  text-align: center;
  width: 100%;
}

.mystake-5habx8 {
  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-5habx8 {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-5habx8 img,
.mystake-qsndr8 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-5habx8 img,
  .mystake-qsndr8 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-dyqx30 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-dyqx30 {
    width: 32px;
    height: 32px;
  }
}

.mystake-5eb1f4 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.mystake-9zdqya {
  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-pii8o1 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.mystake-pii8o1.mystake-cap5k0 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.mystake-dw7xbg {
  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-dw7xbg {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-dlwjsy {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.mystake-j3ish3 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.mystake-5jcnoc ease;
  opacity: 0;
  color: var(--text-color);
}

.mystake-sdfc30 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.mystake-sdfc30 ol,
.mystake-sdfc30 ul {
  padding-left: 1.3em;
}

.mystake-pii8o1.mystake-cap5k0 .mystake-j3ish3 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.mystake-pii8o1.mystake-cap5k0 .mystake-dlwjsy {
  transform: rotate(180deg);
  color: var(--text-color);
}

.mystake-easqbj {
  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-easqbj {
    padding: 24px;
  }
}

.mystake-easqbj .mystake-zzaupd {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-easqbj .mystake-zzaupd {
    display: none;
  }
}

.mystake-easqbj .mystake-j4fuuj svg {
  display: none;
}

.mystake-5w607o {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mystake-5w607o .mystake-pjz04i {
  display: none;
}

@media (min-width: 768px) {
  .mystake-5w607o .mystake-pjz04i {
    display: flex;
  }
}

.mystake-x1tcpu {
  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-x1tcpu {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-x1tcpu > * {
  margin: 0 !important;
}

.mystake-x1tcpu img,
.mystake-j1p0cq {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-x1tcpu img,
  .mystake-j1p0cq {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-u5orq5 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-u5orq5 {
    width: 32px;
    height: 32px;
  }
}

.mystake-rdsxai {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .mystake-rdsxai {
    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-rdsxai::-webkit-scrollbar {
    display: none;
  }
}

.mystake-trebg4 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.mystake-trebg4:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-mgxdxz {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-mgxdxz {
    display: flex;
    opacity: 1;
  }
}

.mystake-trebg4 picture {
  width: auto;
  height: 100%;
  display: block;
}

.mystake-trebg4 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.mystake-buocax {
  margin: -24px 0;
}

.mystake-buocax:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .mystake-buocax {
    margin: -16px 0;
  }
}

.mystake-k53q5o {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .mystake-k53q5o {
    flex-direction: row;
  }
}

.mystake-7jjm40 {
  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-7jjm40 {
    flex: 1;
  }
}

.mystake-7jjm40::placeholder {
  color: var(--Text-400);
}

.mystake-jf4ve5 {
  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-scz38s {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.mystake-scz38s::-webkit-scrollbar {
  display: none;
}

.mystake-x95nnm {
  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-x95nnm img,
.mystake-x95nnm svg {
  margin-right: 8px;
}

.mystake-00h5bq {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.mystake-buocax + .mystake-0dq895 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .mystake-buocax + .mystake-0dq895 {
    margin-top: -16px;
  }
}

.mystake-3ewkh2 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.mystake-3ewkh2 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.mystake-3ewkh2 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.mystake-fecx4d {
  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-yztlsq {
  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-at8nxm {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.mystake-axr4r8 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.mystake-44crwf {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.mystake-fecx4d 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-fecx4d 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-fecx4d {
    padding: 39px 179px 39px 39px;
  }

  .mystake-yztlsq {
    font-size: 40px;
    line-height: 48px;
  }

  .mystake-44crwf {
    height: 348px;
  }

  .mystake-fecx4d button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .mystake-fecx4d button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-fecx4d {
    padding: 63px;
  }
}

.mystake-1f3xpy {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .mystake-1f3xpy {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.mystake-ey2q0i {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-ey2q0i {
    width: auto;
  }
}

.mystake-hmuues {
  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-hmuues::-webkit-scrollbar {
  display: none;
}

.mystake-hmuues 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-hmuues a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-hmuues {
    margin-left: 16px;
    margin-top: 0;
  }
}

.mystake-1f3xpy .mystake-hpt9lc {
  -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-5jcnoc,
    mask-image 0.3s;
}

.mystake-1f3xpy .mystake-hpt9lc.mystake-1w52f1 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.mystake-lknekl {
  margin: 40px -16px;
}

.mystake-flt2pu + .mystake-hrzw56,
.mystake-flt2pu + .mystake-hxwhh0 {
  margin-top: 24px;
}

.mystake-xb55n5 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.mystake-xb55n5 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.mystake-ybq96y {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .mystake-ybq96y {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .mystake-ybq96y {
    margin-top: 0;
  }
}

.mystake-ltn1am {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-ltn1am {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-a8nubc {
  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-a8nubc {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.mystake-k1a5e3 {
  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-k1a5e3 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.mystake-8r7ojt {
  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-8r7ojt {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-yxkvp3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-yxkvp3 {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-kvf41a {
  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-2cf9pa {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.mystake-2cf9pa img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mystake-0dq895 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.mystake-ryllts {
  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-ryllts {
    padding: 15px 48px;
  }
}

main > .mystake-0dq895 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .mystake-tq89br.mystake-km7pgp > div:nth-child(n+5) {
    display: none;
  }
}

.mystake-dp2f7f p a img {
  display: block;
  margin: 0 auto;
}


.mystake-y8dr1b {
  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-upksnw {
  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-upksnw label {
  font-size: 14px;
}

.mystake-upksnw h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.mystake-upksnw input,
.mystake-upksnw textarea,
.mystake-upksnw 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-upksnw button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.mystake-b1c19c ease;
}
.mystake-upksnw button:hover {
  background-color: var(--button-bg-hover);
}
.mystake-qp2d8z {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.mystake-ztqfng ease-in;
}

.mystake-qp2d8z 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-be8r2t, .mystake-zpf905, [class*="review-card"],
thead, thead th, table th, .mystake-qpc3mi,
.mystake-69ykks, [class*="collapsible-header"],
.mystake-z9bghd, [class*="updated-block"] {
  color: #ece7dc !important;
}
