* {
  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-yur89x {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .mystake-yur89x {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-yur89x {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.mystake-s21kk6 {
  overflow: hidden;
}

.mystake-frstny img {
  background: var(--Neutral-300);
}

.mystake-hdxwiu {
  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-5ez4fy {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.mystake-5ez4fy:hover {
  background: var(--button-bg-hover);
}

.mystake-u4l1xl {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.mystake-u4l1xl:hover {
  background: var(--button-bg-hover);
}

.mystake-ntc2pa {
  font-size: 12px;
  line-height: 18px;
}

.mystake-jqs6tg {
  font-size: 18px;
  line-height: 26px;
}

.mystake-n5gdr5 {
  width: 100%;
}

.mystake-evz1de {
  padding: 6px 16px;
}

.mystake-lwl28j {
  padding: 10px 16px;
}

.mystake-thro7c {
  padding: 15px 26px;
}

.mystake-60yx0y {
  flex-shrink: 0;
}

.mystake-358hje {
  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-92o5ej {
  display: none;
}

.mystake-fzpp1n {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.mystake-3677l9 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.mystake-79j7r9 {
  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-jhbfo8 {
  cursor: grab;
}

.mystake-79j7r9::-webkit-scrollbar {
  display: none;
}

.mystake-nhirjn {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.mystake-yuln21 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.mystake-fc3yvt {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.mystake-qeq2bq {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.mystake-zkjwuq {
  visibility: visible;
}

.mystake-l3sjko {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.mystake-p4yc5y ease;
}

.mystake-s4kkot {
  background-color: var(--Primary-200);
  width: 16px;
}

.mystake-624aw8 {
  -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-p4yc5y,
    mask-image 0.3s;
}

.mystake-624aw8.mystake-e7s9lf {
  -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-okybxr: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-oadhs2 {
  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-kq4gnx.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-kq4gnx.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-i9zjp9 {
  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-i9zjp9::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-izacpq {
  position: relative;
  z-index: 1;
}

.mystake-watnwr {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.mystake-4b29cw {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.mystake-9ei9y9 {
  font-size: 40px;
  line-height: 48px;
}

.mystake-pgat5w {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.mystake-4wm8bz {
  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-4wm8bz:hover {
  background: var(--Primary-400);
}

.mystake-4wm8bz svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.mystake-okybxr 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-i9zjp9 {
    max-width: 600px;
    padding: 64px;
  }

  .mystake-watnwr {
    font-size: 24px;
    line-height: 32px;
  }

  .mystake-4b29cw {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .mystake-9ei9y9 {
    font-size: 50px;
    line-height: 56px;
  }

  .mystake-pgat5w {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .mystake-oadhs2 {
    top: 25px;
    right: 25px;
  }
}

.mystake-2th5tz,
.mystake-4g6i68 {
  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-f2oz59.mystake-m33oem::before,
.mystake-4g6i68::before,
.mystake-hvk7th::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-kq4gnx.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.mystake-6oy0ct 14.mystake-qt0v6t.mystake-iipgwx 14.mystake-voz2gx 15.mystake-rninpg 14.mystake-x0t7vq 15.mystake-5wcx7t 14.mystake-ys4di3.mystake-8299ux 14.mystake-katlxr 19.mystake-u9im2r 12.mystake-d3hrtd 19.mystake-u9im2r 10.mystake-kcx2jr.mystake-u9im2r 8.mystake-sp6f87 17.mystake-cexq8e 7.mystake-rbzog9 15.mystake-gvk76j 7.mystake-b5wnvc.mystake-kmha17 7.mystake-rbzog9 11.mystake-wck9pz 8.mystake-sp6f87 11.mystake-wck9pz 10.mystake-pocd39.mystake-wck9pz 12.mystake-fzvnls 13.mystake-h16t9j 14.mystake-7038qc 15.mystake-cipyn9 14.mystake-voh4df.mystake-om1qza 14.mystake-afojci 15.mystake-yu2s36 14.mystake-coskgg 15.mystake-skoc7s 14.mystake-1jei3t.mystake-6oy0ct 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.mystake-wtzpds 15.mystake-qxyfhg.mystake-zg563x 15.mystake-p1k4f8 15.mystake-8zqf3l 15.mystake-joul19 15.mystake-1ppbp0 15.mystake-rf6zeb.mystake-j159cq 15.mystake-joul19 15.mystake-zta6xe 15.mystake-iu5fo3 15.mystake-75g0kl 15.mystake-d67syj.mystake-cal76s 15.mystake-6yb6tz 7.mystake-1c87hy 18.mystake-dquqzp 7.mystake-ueci6c 23.mystake-o6v56n.mystake-gcsgg9.mystake-piorcv 18.mystake-9gcmeg 19.mystake-qh3u1g 15.mystake-zh6m3j 15.mystake-wtzpds 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.mystake-9zdibb [type="submit"] *,
.mystake-x6wxwq button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .mystake-6r2l7m {
    display: none;
  }
}

.mystake-akjsfq {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .mystake-akjsfq {
  display: none;
}

@media (min-width: 768px) {
  .mystake-akjsfq {
    bottom: 22px;
  }
}

.mystake-akjsfq input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .mystake-akjsfq {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.mystake-2n8953.static) .mystake-akjsfq {
    bottom: 8px;
  }
}

.mystake-slg5hl {
  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-kq4gnx.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.mystake-xk0dfc 3.mystake-lu6zr1.mystake-0q10qg.mystake-8y82qb 3.mystake-vrl7zl 3.mystake-ekcap2 5.mystake-9q1oe7 3.mystake-ekcap2 8.mystake-uxsvyy.mystake-d253z2.mystake-ekcap2 26.mystake-ezcfrc 5.mystake-vkt7je 28.mystake-2srrki 8.mystake-cboi2h 28.mystake-ea38op.mystake-5gaixx 28.mystake-5qw3wj.mystake-3f6m2t 34.mystake-ait4t8.mystake-246jmo 36.mystake-g41gpd 11.mystake-bqyvi1 37.mystake-ape0mb 12.mystake-idxqht 36.mystake-sydta8.mystake-fpr9t5 28.mystake-3a6aoj.mystake-p6qbyc.mystake-ah3um3 28.mystake-5dbzz3 36.mystake-lqxh82 26.mystake-xhium2 36.mystake-lqxh82 23.mystake-n14o4p.mystake-57h1pt.mystake-lqxh82 5.mystake-8jz2bi 34.mystake-m93wwq 3.mystake-vrl7zl 31.mystake-xk0dfc 3.mystake-n6rk7e.mystake-tbzxrk 18.mystake-p70fk6.mystake-go4ln1 18.mystake-vbovzz 8.mystake-uhybli 17.mystake-4r68u9 8.mystake-uhybli 15.mystake-cduw8z.mystake-uhybli 14.mystake-lnc3jw 9.mystake-go4ln1 13.mystake-syxypn 11.mystake-tbzxrk 13.mystake-n0zvk3.mystake-4lwmrq 13.mystake-syxypn 13.mystake-e3ox37 14.mystake-lnc3jw 13.mystake-e3ox37 15.mystake-6taqg8.mystake-e3ox37 17.mystake-4r68u9 12.mystake-4lwmrq 18.mystake-vbovzz 11.mystake-tbzxrk 18.mystake-f6nxq4.mystake-wig1tk 18.mystake-8me9nj.mystake-ov3dv8 18.mystake-vbovzz 17.mystake-2de1c8 17.mystake-4r68u9 17.mystake-2de1c8 15.mystake-3p1f7o.mystake-2de1c8 14.mystake-lnc3jw 18.mystake-ov3dv8 13.mystake-syxypn 20.mystake-wig1tk 13.mystake-78yz43.mystake-bdppl2 13.mystake-syxypn 22.mystake-aejcaz 14.mystake-lnc3jw 22.mystake-aejcaz 15.mystake-sgecra.mystake-w70mul 17.mystake-4r68u9 21.mystake-bdppl2 18.mystake-vbovzz 20.mystake-wig1tk 18.mystake-a60rax.mystake-ulrfd9 18.mystake-qzttl2.mystake-r63y9f 18.mystake-vbovzz 26.mystake-9uq3k0 17.mystake-4r68u9 26.mystake-9uq3k0 15.mystake-3143t5.mystake-9uq3k0 14.mystake-lnc3jw 27.mystake-r63y9f 13.mystake-syxypn 28.mystake-ulrfd9 13.mystake-jfsfo7.mystake-27j5eo 13.mystake-syxypn 31.mystake-x4j993 14.mystake-lnc3jw 31.mystake-x4j993 15.mystake-az2bba.mystake-9uq3k0 17.mystake-4r68u9 30.mystake-27j5eo 18.mystake-vbovzz 28.mystake-ulrfd9 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-slg5hl {
    display: none;
  }
}

.mystake-ftovas {
  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-ftovas {
    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-x6wxwq {
  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-x6wxwq {
    padding: 14px 16px;
  }
}

.mystake-x6wxwq button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.mystake-x6wxwq button:first-child {
  align-content: end;
}

.mystake-x6wxwq button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .mystake-x6wxwq
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-x6wxwq
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.mystake-x6wxwq button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.mystake-x6wxwq button:last-child svg {
  width: 38px;
  height: 38px;
}

.mystake-hvk7th {
  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-hvk7th::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-hvk7th,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-hvk7th {
  opacity: 1;
  visibility: visible;
}

.mystake-byr04g {
  flex: 1 1;
}

.mystake-szncpq {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-szncpq {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .mystake-cj3tcg {
  display: block;
}

.mystake-0iz392 {
  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-0iz392 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-4g6i68 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.mystake-4g6i68::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.mystake-6asdn2 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.mystake-6asdn2 p {
  color: var(--Text-100);
}

.mystake-4g6i68 .mystake-nv68u2 {
  grid-area: button;
}

.mystake-4g6i68 .mystake-nv68u2::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-kq4gnx.org/2000/svg'%3E%3Cpath d='M4.mystake-4ojm3f 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-r271vf 15L16.mystake-r271vf 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-r271vf 5L16.mystake-r271vf 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-3aisyz {
  display: block;
}

.mystake-dr9gt4 {
  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-dr9gt4 {
    margin-top: 40px;
  }
}

.mystake-2th5tz label,
.mystake-2th5tz input {
  display: block;
  width: 100%;
}

.mystake-2th5tz label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.mystake-2th5tz label.mystake-hm0ys8 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.mystake-2th5tz label.mystake-hm0ys8::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-2th5tz 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-2th5tz input::placeholder {
  color: var(--Text-400);
}

.mystake-348897 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .mystake-348897 {
  display: flex;
}

.mystake-348897 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .mystake-348897 ol {
    height: 420px;
    padding: 24px;
  }
}

.mystake-348897 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.mystake-9zdibb {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-9zdibb {
    padding: 0 24px 24px;
  }
}

.mystake-9zdibb 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-9zdibb input::placeholder {
  color: var(--Text-400);
}

.mystake-9zdibb [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.mystake-9zdibb [type="submit"]:disabled {
  opacity: 0.5;
}

.mystake-9zdibb [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .mystake-9zdibb [type="submit"] {
    right: 40px;
  }
}

.mystake-f2oz59 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.mystake-f2oz59.mystake-m33oem {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.mystake-f2oz59.mystake-m33oem::before {
  content: "";
  width: 31px;
}

.mystake-f2oz59.mystake-m33oem p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-f2oz59.mystake-jai2r0 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.mystake-f2oz59 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-akjsfq .mystake-nv68u2 {
  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-6r2l7m {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .mystake-6r2l7m {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .mystake-6r2l7m {
    padding: 18px 0;
  }
}

.mystake-6r2l7m .mystake-yur89x {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .mystake-6r2l7m .mystake-yur89x {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.mystake-vwykp3 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .mystake-vwykp3 {
    max-width: 160px;
    height: 40px;
  }
}

.mystake-vwykp3 picture,
.mystake-vwykp3 img {
  display: block;
  width: 100%;
  height: 100%;
}

.mystake-vwykp3 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .mystake-z614c0 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.mystake-p4yc5y ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .mystake-6r2l7m.mystake-9yd3w0 .mystake-z614c0 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mystake-z614c0 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .mystake-z614c0 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.mystake-thvf8g,
.mystake-hw9set {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .mystake-thvf8g,
  .mystake-hw9set {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .mystake-hw9set {
    display: none;
  }
}

.mystake-13o1gv {
  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-9yd3w0 .mystake-13o1gv {
  background: var(--fh-bg-color);
}

.mystake-13o1gv button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .mystake-13o1gv {
    display: none;
  }
}

.mystake-idkhb6 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-idkhb6 {
    display: none;
  }
}

.mystake-wvkipv {
  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-6r2l7m.mystake-9yd3w0 .mystake-wvkipv:first-child {
  display: none;
}

.mystake-6r2l7m.mystake-9yd3w0 .mystake-wvkipv:last-child {
  display: block;
}

.mystake-wvkipv:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .mystake-wvkipv {
    display: none;
  }
}

.mystake-w8gfrn {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-w8gfrn {
    display: flex;
  }
}

.mystake-w8gfrn ul {
  max-height: 350px;
  overflow-y: auto;
}

.mystake-w8gfrn:hover ul {
  visibility: visible;
  opacity: 1;
}

.mystake-w8gfrn:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.mystake-w8gfrn:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.mystake-w8gfrn:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.mystake-w8gfrn:hover .mystake-ezpzqc svg {
  transform: rotate(180deg);
}

.mystake-8eemz6 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.mystake-dsw2k4 {
  padding: 0 8px;
}

.mystake-k3w9ia {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.mystake-k3w9ia:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .mystake-k3w9ia {
    padding: 4px 8px;
  }
}

.mystake-m2rbeq {
  display: flex;
}

.mystake-m2rbeq img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.mystake-ezpzqc {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.mystake-ezpzqc svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.mystake-3y2mvs {
  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-3y2mvs {
    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-gn3jif {
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-gn3jif {
    display: none;
  }
}

.mystake-7gh746 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.mystake-7xj6v9 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.mystake-l476xd {
  display: flex;
}

.mystake-4jr32l {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.mystake-uqkul5 {
  list-style: none;
}

@media (max-width: 1199px) {
  .mystake-uqkul5 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .mystake-uqkul5 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mystake-uqkul5 .mystake-vmwzrd [data-ref-el],
  .mystake-uqkul5 .mystake-vmwzrd span,
  .mystake-uqkul5 .mystake-vmwzrd a {
    white-space: nowrap;
  }
}

.mystake-d19sg0 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .mystake-d19sg0.mystake-0yv8bf > .mystake-vmwzrd {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .mystake-d19sg0.mystake-dvt5yr:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .mystake-d19sg0.mystake-0yv8bf > .mystake-gwggq9 {
    height: auto;
  }

  .mystake-d19sg0.mystake-0yv8bf > div > .mystake-qqemaa {
    transform: rotate(180deg);
  }
}

.mystake-d19sg0 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.mystake-d19sg0 [data-ref-el],
.mystake-d19sg0 span {
  cursor: pointer;
}

.mystake-d19sg0 [data-ref-el],
.mystake-d19sg0 span,
.mystake-d19sg0 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-d19sg0 [data-ref-el],
  .mystake-d19sg0 span,
  .mystake-d19sg0 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .mystake-d19sg0 [data-ref-el],
  .mystake-d19sg0 span,
  .mystake-d19sg0 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.mystake-gwggq9 {
  height: 0;
  overflow: hidden;
  transition: height 0.mystake-p4yc5y ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.mystake-gwggq9::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.mystake-gwggq9::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.mystake-gwggq9::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .mystake-gwggq9 {
    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-gwggq9:has(> .mystake-d19sg0.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .mystake-gwggq9 .mystake-gwggq9 {
    padding: 0;
  }

  .mystake-gwggq9 .mystake-d19sg0 {
    font-weight: 400;
  }

  .mystake-gwggq9 .mystake-d19sg0:hover > .mystake-vmwzrd {
    background: var(--Neutral-300);
  }

  .mystake-gwggq9 .mystake-qqemaa {
    rotate: -90deg;
  }
}

.mystake-vmwzrd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-vmwzrd {
    padding: 8px;
  }

  .mystake-d19sg0.mystake-xe5ye5 > .mystake-vmwzrd {
    background: var(--Neutral-300);
  }
}

.mystake-qqemaa {
  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-kq4gnx.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.mystake-nki1w4 0.mystake-fampnm.mystake-6e01s2 -0.mystake-0o8t3c 0.mystake-p93p6j -0.mystake-0o8t3c 1.mystake-pow6jm 0.mystake-rponp0.mystake-ejjc37 4.mystake-fikewa.mystake-nki1w4 0.mystake-y621h8.mystake-zizzmi -0.mystake-0o8t3c 9.mystake-vrmbuk -0.mystake-0o8t3c 10.mystake-sxdp6f 0.mystake-3cp7oe.mystake-pbcijz 0.mystake-6e01s2 10.mystake-pbcijz 0.mystake-p93p6j 10.mystake-sxdp6f 1.mystake-xcutkh.mystake-32ghuh 5.mystake-r1gv6v.mystake-lwtjwi 6.mystake-hhc7r5 5.mystake-c89yax 6.mystake-hhc7r5 4.mystake-cv74yi 5.mystake-uxk7hp.mystake-nki1w4 1.mystake-rpj2dd.mystake-0o8t3c 0.mystake-p93p6j -0.mystake-0o8t3c 0.mystake-6e01s2 0.mystake-nki1w4 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.mystake-p4yc5y ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-qqemaa {
    cursor: default;
  }
}

.mystake-18e0z7 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.mystake-w220us {
  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-w220us {
    padding: 40px 4px;
  }
}

.mystake-gcpu9q {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .mystake-gcpu9q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.mystake-35yqoq {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .mystake-35yqoq {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.mystake-35yqoq ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.mystake-35yqoq [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.mystake-35yqoq [data-ref-el],
.mystake-35yqoq span,
.mystake-35yqoq a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.mystake-83vl9y {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-83vl9y {
    margin-bottom: 12px;
  }
}

.mystake-yu6fh6 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.mystake-yu6fh6 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .mystake-yu6fh6:last-child {
    margin-right: 0;
  }
}

.mystake-sr4yhp {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-83vl9y:hover .mystake-oibmfl {
  visibility: visible;
  opacity: 1;
}

.mystake-oibmfl {
  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-b2xeyj {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.mystake-78ew7w {
  display: flex;
  margin: 6px;
}

.mystake-78ew7w img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.mystake-oibmfl::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-oibmfl::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-yi7c2z {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-yi7c2z {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.mystake-jjwfld {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .mystake-jjwfld {
    margin-right: 32px;
  }
}

.mystake-w6qyp3 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-w6qyp3 {
    margin-top: 0;
    width: 340px;
  }
}

.mystake-w6qyp3 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-6cc8u1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.mystake-64bf7n {
  position: relative;
}

@media (min-width: 768px) {
  .mystake-64bf7n {
    margin-top: 40px;
  }
}

.mystake-64bf7n + .mystake-gar0r7,
.mystake-64bf7n + .mystake-64bf7n {
  margin-top: 24px;
}

.mystake-9vpkvn {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .mystake-9vpkvn {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-9vpkvn {
    padding: 80px;
  }
}

.mystake-r4cdk8 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .mystake-r4cdk8 {
    padding: 0 16px;
}


}

.mystake-m9xlrc {
  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-m9xlrc {
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-6dfiil {
  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-6dfiil {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-or7rbf {
  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-or7rbf:hover {
  background: var(--button-bg-hover);
}

.mystake-xmrqj0 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.mystake-xmrqj0 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .mystake-xmrqj0 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .mystake-xmrqj0 img {
  min-height: 100%;
  }
}

.mystake-9vpkvn::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.mystake-fez60i {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mystake-fez60i h1,
.mystake-fez60i h2,
.mystake-fez60i h3,
.mystake-fez60i h4 {
  margin-bottom: 6px;
}

.mystake-fez60i h1:not(:first-child),
.mystake-fez60i h2:not(:first-child),
.mystake-fez60i h3:not(:first-child),
.mystake-fez60i h4:not(:first-child) {
  margin-top: 16px;
}

.mystake-fez60i h1,
.mystake-fez60i h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .mystake-fez60i h1,
  .mystake-fez60i h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.mystake-fez60i h2,
.mystake-fez60i h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .mystake-fez60i h2,
  .mystake-fez60i h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-fez60i h3,
.mystake-fez60i h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .mystake-fez60i h3,
  .mystake-fez60i h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-fez60i h4,
.mystake-fez60i h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.mystake-fez60i ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.mystake-fez60i ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.mystake-fez60i 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-fez60i ul ul {
  margin-bottom: 8px;
}

.mystake-fez60i ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.mystake-fez60i ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.mystake-fez60i ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.mystake-fez60i ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.mystake-fez60i ol li::marker {
  font-weight: 700;
}

.mystake-fez60i ol ol {
  margin-bottom: 8px;
}

.mystake-fez60i ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.mystake-fez60i ol ul li {
  padding-left: 16px;
}

.mystake-fez60i 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-fez60i table {
    padding: 24px;
  }
}

.mystake-fez60i table.mystake-el5nfl {
  -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-p4yc5y,
    mask-image 0.3s;
}

.mystake-fez60i table.mystake-el5nfl.mystake-e7s9lf {
  -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-fez60i table {
    display: table;
  }
}

.mystake-fez60i 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-fez60i table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-fez60i table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-fez60i 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-fez60i table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.mystake-fez60i table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-fez60i table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-fez60i table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.mystake-fez60i img {
  max-width: 100%;
  height: auto;
}

.mystake-g4qrwc {
  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-g4qrwc {
    padding: 24px;
  }
}

.mystake-3gaez3 {
  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-3gaez3 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.mystake-3gaez3 > * {
  margin: 0 !important;
}

.mystake-3gaez3 img,
.mystake-022el8 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-3gaez3 img,
  .mystake-022el8 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-7ganfv {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-7ganfv {
    width: 32px;
    height: 32px;
  }
}

.mystake-36yrng {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.mystake-36yrng .mystake-h8bsn3 {
  flex-shrink: 0;
}

.mystake-36yrng .mystake-qimt4d svg {
  display: none;
}

.mystake-f5ic6x {
  display: grid;
  transition: max-height 0.mystake-p4yc5y ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .mystake-f5ic6x {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .mystake-f5ic6x {
    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-f5ic6x.mystake-6lfyeo + .mystake-h8bsn3 svg {
  transform: rotate(180deg);
}

.mystake-tojwzh {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.mystake-tojwzh > div:nth-child(3n) {
  grid-column: span 2;
}

.mystake-tojwzh
  > div:nth-child(3n)
  .mystake-j0ihni
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .mystake-tojwzh {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .mystake-tojwzh > div:nth-child(3n) {
    grid-column: unset;
  }

  .mystake-tojwzh
    > div:nth-child(3n)
    .mystake-j0ihni
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .mystake-tojwzh {
    max-width: 270px;
  }
}

.mystake-tojwzh .mystake-j0ihni button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .mystake-tojwzh .mystake-j0ihni button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .mystake-tojwzh .mystake-j0ihni button {
    max-width: 104px;
  }
}

.mystake-620lum {
  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-620lum {
    margin-bottom: 0;
  }
}

.mystake-4m0r90 {
  display: none;
  opacity: 0;
}

.mystake-954npd {
  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-954npd img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.mystake-j0ihni {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.mystake-j0ihni 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-j0ihni
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .mystake-j0ihni
    button {
    max-width: 145px;
  }
}

.mystake-wvqgbh:first-child
  .mystake-j0ihni
  button {
  max-width: 270px;
}

.mystake-dzbthq {
  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-620lum picture {
  width: 100%;
  max-width: 100%;
}

.mystake-mk52tx {
  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-mk52tx svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.mystake-620lum:hover .mystake-mk52tx {
  display: flex;
}

.mystake-mmta49 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.mystake-fi02vm {
  display: flex;
}

.mystake-fi02vm:hover .mystake-o5tkpz,
.mystake-fi02vm .mystake-xe5ye5 .mystake-o5tkpz {
  display: flex;
}

.mystake-fi02vm svg {
  flex-shrink: 0;
}

.mystake-o5tkpz {
  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-o5tkpz {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.mystake-o5tkpz:hover {
  display: flex;
}

.mystake-o5tkpz svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.mystake-8vlwwz {
  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-8vlwwz {
    font-size: 12px;
  }
}

.mystake-xp3wsr,
.mystake-2p2485 {
  width: 50%;
  flex-shrink: 0;
}

.mystake-xp3wsr {
  font-weight: 700;
}

.mystake-omnkba .mystake-f5ic6x {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .mystake-omnkba .mystake-f5ic6x {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .mystake-omnkba .mystake-f5ic6x {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.mystake-omnkba
  .mystake-dzbthq:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.mystake-omnkba .mystake-954npd {
  height: 100% !important;
  border-radius: 16px;
}

.mystake-omnkba .mystake-j0ihni {
  gap: 4px;
  align-items: center;
}

.mystake-omnkba .mystake-j0ihni button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mystake-omnkba .mystake-j0ihni svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.mystake-omnkba .mystake-1jt0ik,
.mystake-omnkba .mystake-mkr1tp {
  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-kq4gnx.org/2000/svg'%3E%3Cpath d='M9.mystake-2s6uzu 4.mystake-o3t44a.mystake-qfkiqm 5.mystake-erts2y.mystake-dsck34 5.mystake-qw80ri.mystake-x9vt0y 5.mystake-g451xp.mystake-3mu57p 8.mystake-vazlhr.mystake-lmun55 9.mystake-4i4f25.mystake-ldqqzc 9.mystake-nqiioi.mystake-hklcje 13.mystake-v1rmog.mystake-blj0av 11.mystake-1mk0ao.mystake-kfykqb 11.mystake-yljrjf.mystake-d5d3rx 11.mystake-cb3k34.mystake-44lsfs 13.mystake-fwquug.mystake-a4rr83 9.mystake-1v2ih8.mystake-hyu0qp 9.mystake-ntki3s.mystake-9f13aa 8.mystake-0i9d2m.mystake-53ear7 5.mystake-052b16.mystake-8i9cos 5.mystake-d8mjdi.mystake-zn7zuh 5.mystake-agepl7.mystake-ch27e5 4.mystake-zyvnch.mystake-kfykqb 1.mystake-3gcjb9.mystake-2s6uzu 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.mystake-omnkba .mystake-1jt0ik {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.mystake-omnkba .mystake-mkr1tp {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.mystake-7jvlry {
  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-7jvlry {
    padding: 24px;
  }
}

.mystake-7jvlry .mystake-h8bsn3 {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-7jvlry .mystake-h8bsn3 {
    display: none;
  }
}

.mystake-7jvlry .mystake-qimt4d svg {
  display: none;
}

.mystake-7hyomr {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mystake-7hyomr .mystake-hdxwiu {
  display: none;
}

@media (min-width: 768px) {
  .mystake-7hyomr .mystake-hdxwiu {
    display: flex;
  }
}

.mystake-5gc6f8 {
  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-5gc6f8 {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-5gc6f8 > * {
  margin: 0 !important;
}

.mystake-5gc6f8 img,
.mystake-krrzci {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-5gc6f8 img,
  .mystake-krrzci {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-ejs36s {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-ejs36s {
    width: 32px;
    height: 32px;
  }
}

.mystake-2701h3 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .mystake-2701h3 {
    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-2701h3::-webkit-scrollbar {
    display: none;
  }
}

.mystake-jhh3jj {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .mystake-jhh3jj {
    padding: 7px 15px;
  }
}

.mystake-jhh3jj:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-r8b77a {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-r8b77a {
    display: flex;
    opacity: 1;
  }
}

.mystake-jhh3jj picture {
  height: 100%;
  display: block;
}

.mystake-jhh3jj img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .mystake-jhh3jj img {
    width: 88px;
    height: 44px;
  }
}

.mystake-jhh3jj p {
  text-align: center;
  width: 100%;
}

.mystake-9wa57d {
  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-9wa57d {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-9wa57d img,
.mystake-bgpo3f {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-9wa57d img,
  .mystake-bgpo3f {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-0ia41c {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-0ia41c {
    width: 32px;
    height: 32px;
  }
}

.mystake-to45lf {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.mystake-c95krd {
  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-4dbs3u {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.mystake-4dbs3u.mystake-xe5ye5 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.mystake-fgp0qp {
  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-fgp0qp {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-vbtzqp {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.mystake-ebyjk6 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.mystake-p4yc5y ease;
  opacity: 0;
  color: var(--text-color);
}

.mystake-7ttkgf {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.mystake-7ttkgf ol,
.mystake-7ttkgf ul {
  padding-left: 1.3em;
}

.mystake-4dbs3u.mystake-xe5ye5 .mystake-ebyjk6 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.mystake-4dbs3u.mystake-xe5ye5 .mystake-vbtzqp {
  transform: rotate(180deg);
  color: var(--text-color);
}

.mystake-7d6rt8 {
  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-7d6rt8 {
    padding: 24px;
  }
}

.mystake-7d6rt8 .mystake-h8bsn3 {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-7d6rt8 .mystake-h8bsn3 {
    display: none;
  }
}

.mystake-7d6rt8 .mystake-qimt4d svg {
  display: none;
}

.mystake-8mo6hm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mystake-8mo6hm .mystake-hdxwiu {
  display: none;
}

@media (min-width: 768px) {
  .mystake-8mo6hm .mystake-hdxwiu {
    display: flex;
  }
}

.mystake-ggxvm6 {
  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-ggxvm6 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-ggxvm6 > * {
  margin: 0 !important;
}

.mystake-ggxvm6 img,
.mystake-59d2a5 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-ggxvm6 img,
  .mystake-59d2a5 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-ix7z4m {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-ix7z4m {
    width: 32px;
    height: 32px;
  }
}

.mystake-mpwijy {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .mystake-mpwijy {
    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-mpwijy::-webkit-scrollbar {
    display: none;
  }
}

.mystake-wc0m89 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.mystake-wc0m89:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-9cla7j {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-9cla7j {
    display: flex;
    opacity: 1;
  }
}

.mystake-wc0m89 picture {
  width: auto;
  height: 100%;
  display: block;
}

.mystake-wc0m89 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.mystake-tavyni {
  margin: -24px 0;
}

.mystake-tavyni:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .mystake-tavyni {
    margin: -16px 0;
  }
}

.mystake-aposjn {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .mystake-aposjn {
    flex-direction: row;
  }
}

.mystake-t4deex {
  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-t4deex {
    flex: 1;
  }
}

.mystake-t4deex::placeholder {
  color: var(--Text-400);
}

.mystake-djbnpq {
  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-ptb5tg {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.mystake-ptb5tg::-webkit-scrollbar {
  display: none;
}

.mystake-m7tns7 {
  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-m7tns7 img,
.mystake-m7tns7 svg {
  margin-right: 8px;
}

.mystake-cwdkhc {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.mystake-tavyni + .mystake-t1a0bh {
  margin-top: 0;
}

@media (min-width: 768px) {
  .mystake-tavyni + .mystake-t1a0bh {
    margin-top: -16px;
  }
}

.mystake-zacw06 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.mystake-zacw06 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.mystake-zacw06 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.mystake-bsii7x {
  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-q0dmf4 {
  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-2o1ll3 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.mystake-dvmxou {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.mystake-ka0bxd {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.mystake-bsii7x 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-bsii7x 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-bsii7x {
    padding: 39px 179px 39px 39px;
  }

  .mystake-q0dmf4 {
    font-size: 40px;
    line-height: 48px;
  }

  .mystake-ka0bxd {
    height: 348px;
  }

  .mystake-bsii7x button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .mystake-bsii7x button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-bsii7x {
    padding: 63px;
  }
}

.mystake-oe2at7 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .mystake-oe2at7 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.mystake-a7o9v4 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-a7o9v4 {
    width: auto;
  }
}

.mystake-e1xkn2 {
  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-e1xkn2::-webkit-scrollbar {
  display: none;
}

.mystake-e1xkn2 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-e1xkn2 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-e1xkn2 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.mystake-oe2at7 .mystake-kjfd6o {
  -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-p4yc5y,
    mask-image 0.3s;
}

.mystake-oe2at7 .mystake-kjfd6o.mystake-e7s9lf {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.mystake-bne2k9 {
  margin: 40px -16px;
}

.mystake-3jzgnd + .mystake-gar0r7,
.mystake-3jzgnd + .mystake-64bf7n {
  margin-top: 24px;
}

.mystake-9hn8ee {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.mystake-9hn8ee picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.mystake-838gs8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .mystake-838gs8 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .mystake-838gs8 {
    margin-top: 0;
  }
}

.mystake-s4qk35 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-s4qk35 {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-zrunp9 {
  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-zrunp9 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.mystake-r92qgk {
  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-r92qgk {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.mystake-x7mh1j {
  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-x7mh1j {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-56j4v5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-56j4v5 {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-dfb7se {
  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-pkncar {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.mystake-pkncar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mystake-t1a0bh {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.mystake-7ayjjm {
  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-7ayjjm {
    padding: 15px 48px;
  }
}

main > .mystake-t1a0bh {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .mystake-f5ic6x.mystake-lnc9ow > div:nth-child(n+5) {
    display: none;
  }
}

.mystake-fez60i p a img {
  display: block;
  margin: 0 auto;
}


.mystake-li0v3k {
  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-hmbgho {
  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-hmbgho label {
  font-size: 14px;
}

.mystake-hmbgho h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.mystake-hmbgho input,
.mystake-hmbgho textarea,
.mystake-hmbgho 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-hmbgho button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.mystake-lodobp ease;
}
.mystake-hmbgho button:hover {
  background-color: var(--button-bg-hover);
}
.mystake-irxp80 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.mystake-ir3410 ease-in;
}

.mystake-irxp80 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-dbjq7x, .mystake-46hmxh, [class*="review-card"],
thead, thead th, table th, .mystake-piy5n9,
.mystake-r0zcbd, [class*="collapsible-header"],
.mystake-t0yf6s, [class*="updated-block"] {
  color: #ece7dc !important;
}
