* {
  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-b4zczy {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .mystake-b4zczy {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-b4zczy {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.mystake-f3eym6 {
  overflow: hidden;
}

.mystake-lo62ao img {
  background: var(--Neutral-300);
}

.mystake-sx6izn {
  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-65kfj3 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.mystake-65kfj3:hover {
  background: var(--button-bg-hover);
}

.mystake-exv8cu {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.mystake-exv8cu:hover {
  background: var(--button-bg-hover);
}

.mystake-e9kis0 {
  font-size: 12px;
  line-height: 18px;
}

.mystake-iuin3o {
  font-size: 18px;
  line-height: 26px;
}

.mystake-bhf9ko {
  width: 100%;
}

.mystake-hijmjh {
  padding: 6px 16px;
}

.mystake-gjp82u {
  padding: 10px 16px;
}

.mystake-6fdc0a {
  padding: 15px 26px;
}

.mystake-segbgo {
  flex-shrink: 0;
}

.mystake-z3h61g {
  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-u9zsmx {
  display: none;
}

.mystake-mzhhm5 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.mystake-yqml00 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.mystake-z5nayv {
  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-cqbv0r {
  cursor: grab;
}

.mystake-z5nayv::-webkit-scrollbar {
  display: none;
}

.mystake-5ft94o {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.mystake-ki9zy3 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.mystake-zawwsh {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.mystake-k2jtr1 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.mystake-0ftgm4 {
  visibility: visible;
}

.mystake-ltbny4 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.mystake-iby2a6 ease;
}

.mystake-qbrehv {
  background-color: var(--Primary-200);
  width: 16px;
}

.mystake-j98dgf {
  -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-iby2a6,
    mask-image 0.3s;
}

.mystake-j98dgf.mystake-baq7lq {
  -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-bt95ik: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-fvoa4g {
  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-n97rfq.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-n97rfq.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-cscs7n {
  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-cscs7n::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-v8emyu {
  position: relative;
  z-index: 1;
}

.mystake-vgnyx5 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.mystake-lq26hc {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.mystake-alr389 {
  font-size: 40px;
  line-height: 48px;
}

.mystake-3a4ptw {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.mystake-avt7qh {
  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-avt7qh:hover {
  background: var(--Primary-400);
}

.mystake-avt7qh svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.mystake-bt95ik 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-cscs7n {
    max-width: 600px;
    padding: 64px;
  }

  .mystake-vgnyx5 {
    font-size: 24px;
    line-height: 32px;
  }

  .mystake-lq26hc {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .mystake-alr389 {
    font-size: 50px;
    line-height: 56px;
  }

  .mystake-3a4ptw {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .mystake-fvoa4g {
    top: 25px;
    right: 25px;
  }
}

.mystake-0pdbrb,
.mystake-ms7nb6 {
  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-vz9zia.mystake-mehxnk::before,
.mystake-ms7nb6::before,
.mystake-ai5msy::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-n97rfq.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.mystake-7i8lla 14.mystake-3nt7r2.mystake-mkwu63 14.mystake-ey9srr 15.mystake-bizlis 14.mystake-krrio0 15.mystake-ugf5f5 14.mystake-khc6k4.mystake-bxh1ea 14.mystake-jtgiqn 19.mystake-8la42a 12.mystake-pfgey9 19.mystake-8la42a 10.mystake-vsasxu.mystake-8la42a 8.mystake-fi24kp 17.mystake-ha4n61 7.mystake-9oda6e 15.mystake-1gst7d 7.mystake-cdnj1i.mystake-bxwit1 7.mystake-9oda6e 11.mystake-qjq9r6 8.mystake-fi24kp 11.mystake-qjq9r6 10.mystake-wvgh3f.mystake-qjq9r6 12.mystake-vz40jz 13.mystake-xf6pif 14.mystake-gytqjy 15.mystake-lgqkxz 14.mystake-hlo8zb.mystake-rtlzwp 14.mystake-pld5e9 15.mystake-itovl6 14.mystake-qhpef1 15.mystake-jti5uq 14.mystake-bla7tz.mystake-7i8lla 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.mystake-pqkmvp 15.mystake-jn7z1v.mystake-ji9h26 15.mystake-jq9uc4 15.mystake-kud9y7 15.mystake-wegoio 15.mystake-4yhbc4 15.mystake-krkyl9.mystake-klkf73 15.mystake-wegoio 15.mystake-5fv4xj 15.mystake-if4yki 15.mystake-n8mepr 15.mystake-1p597n.mystake-wswflu 15.mystake-328u7l 7.mystake-6o5fe5 18.mystake-m8uuwk 7.mystake-vm1xe0 23.mystake-35fqw9.mystake-75kjg9.mystake-sga8t8 18.mystake-ny0dou 19.mystake-wqnz72 15.mystake-hb3eft 15.mystake-pqkmvp 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.mystake-1eqd2r [type="submit"] *,
.mystake-l57x2s button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .mystake-z13xu4 {
    display: none;
  }
}

.mystake-3jemqk {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .mystake-3jemqk {
  display: none;
}

@media (min-width: 768px) {
  .mystake-3jemqk {
    bottom: 22px;
  }
}

.mystake-3jemqk input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .mystake-3jemqk {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.mystake-4wprn9.static) .mystake-3jemqk {
    bottom: 8px;
  }
}

.mystake-ckr3a0 {
  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-n97rfq.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.mystake-fshs6y 3.mystake-vbtcr4.mystake-7s7dax.mystake-vknhvu 3.mystake-xuv3a0 3.mystake-5oof5d 5.mystake-8hozh5 3.mystake-5oof5d 8.mystake-ebw5ml.mystake-6otg3p.mystake-5oof5d 26.mystake-coweh5 5.mystake-9hc8dz 28.mystake-2f42qp 8.mystake-5f1as4 28.mystake-l1maqo.mystake-buw09v 28.mystake-q5pvu1.mystake-80302f 34.mystake-rifl70.mystake-k211wh 36.mystake-q0cloj 11.mystake-zv4zng 37.mystake-dgijnc 12.mystake-npz1he 36.mystake-oa15gv.mystake-e94wqp 28.mystake-lq3l2y.mystake-gaw2l2.mystake-37hh7h 28.mystake-qlpsaf 36.mystake-xetm96 26.mystake-p3tubu 36.mystake-xetm96 23.mystake-uh2xqo.mystake-jrot9y.mystake-xetm96 5.mystake-wnqnyk 34.mystake-9g18va 3.mystake-xuv3a0 31.mystake-fshs6y 3.mystake-nwrx0q.mystake-f5oocg 18.mystake-dhu0vp.mystake-2ukqd3 18.mystake-zo3njs 8.mystake-yfb0y9 17.mystake-tr6tcx 8.mystake-yfb0y9 15.mystake-jivyd6.mystake-yfb0y9 14.mystake-nb3m4u 9.mystake-2ukqd3 13.mystake-koyj2p 11.mystake-f5oocg 13.mystake-94z7kh.mystake-nqac15 13.mystake-koyj2p 13.mystake-e1gvyu 14.mystake-nb3m4u 13.mystake-e1gvyu 15.mystake-9p1zqi.mystake-e1gvyu 17.mystake-tr6tcx 12.mystake-nqac15 18.mystake-zo3njs 11.mystake-f5oocg 18.mystake-qeg7me.mystake-h6ilen 18.mystake-gf5au6.mystake-0av8w9 18.mystake-zo3njs 17.mystake-eahuo2 17.mystake-tr6tcx 17.mystake-eahuo2 15.mystake-7ogv6o.mystake-eahuo2 14.mystake-nb3m4u 18.mystake-0av8w9 13.mystake-koyj2p 20.mystake-h6ilen 13.mystake-ewzo6g.mystake-qovcwp 13.mystake-koyj2p 22.mystake-b2s88e 14.mystake-nb3m4u 22.mystake-b2s88e 15.mystake-hdofvn.mystake-5h6s91 17.mystake-tr6tcx 21.mystake-qovcwp 18.mystake-zo3njs 20.mystake-h6ilen 18.mystake-rfihlm.mystake-i8r09o 18.mystake-cxhbtr.mystake-c2tspn 18.mystake-zo3njs 26.mystake-ec9hbk 17.mystake-tr6tcx 26.mystake-ec9hbk 15.mystake-pgzkah.mystake-ec9hbk 14.mystake-nb3m4u 27.mystake-c2tspn 13.mystake-koyj2p 28.mystake-i8r09o 13.mystake-wxv9v3.mystake-df53qb 13.mystake-koyj2p 31.mystake-jicpm6 14.mystake-nb3m4u 31.mystake-jicpm6 15.mystake-07hyu6.mystake-ec9hbk 17.mystake-tr6tcx 30.mystake-df53qb 18.mystake-zo3njs 28.mystake-i8r09o 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-ckr3a0 {
    display: none;
  }
}

.mystake-t8x54x {
  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-t8x54x {
    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-l57x2s {
  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-l57x2s {
    padding: 14px 16px;
  }
}

.mystake-l57x2s button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.mystake-l57x2s button:first-child {
  align-content: end;
}

.mystake-l57x2s button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .mystake-l57x2s
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-l57x2s
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.mystake-l57x2s button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.mystake-l57x2s button:last-child svg {
  width: 38px;
  height: 38px;
}

.mystake-ai5msy {
  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-ai5msy::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-ai5msy,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-ai5msy {
  opacity: 1;
  visibility: visible;
}

.mystake-4kqqlf {
  flex: 1 1;
}

.mystake-ers9mp {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-ers9mp {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .mystake-p7h3h7 {
  display: block;
}

.mystake-moz7p2 {
  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-moz7p2 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-ms7nb6 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.mystake-ms7nb6::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.mystake-xwayqb span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.mystake-xwayqb p {
  color: var(--Text-100);
}

.mystake-ms7nb6 .mystake-5w2mvz {
  grid-area: button;
}

.mystake-ms7nb6 .mystake-5w2mvz::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-n97rfq.org/2000/svg'%3E%3Cpath d='M4.mystake-jhzol1 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-2hg1pg 15L16.mystake-2hg1pg 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-2hg1pg 5L16.mystake-2hg1pg 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-vp6gt2 {
  display: block;
}

.mystake-gtmps2 {
  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-gtmps2 {
    margin-top: 40px;
  }
}

.mystake-0pdbrb label,
.mystake-0pdbrb input {
  display: block;
  width: 100%;
}

.mystake-0pdbrb label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.mystake-0pdbrb label.mystake-uh9ykx input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.mystake-0pdbrb label.mystake-uh9ykx::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-0pdbrb 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-0pdbrb input::placeholder {
  color: var(--Text-400);
}

.mystake-ri8g50 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .mystake-ri8g50 {
  display: flex;
}

.mystake-ri8g50 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .mystake-ri8g50 ol {
    height: 420px;
    padding: 24px;
  }
}

.mystake-ri8g50 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.mystake-1eqd2r {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-1eqd2r {
    padding: 0 24px 24px;
  }
}

.mystake-1eqd2r 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-1eqd2r input::placeholder {
  color: var(--Text-400);
}

.mystake-1eqd2r [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.mystake-1eqd2r [type="submit"]:disabled {
  opacity: 0.5;
}

.mystake-1eqd2r [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .mystake-1eqd2r [type="submit"] {
    right: 40px;
  }
}

.mystake-vz9zia {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.mystake-vz9zia.mystake-mehxnk {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.mystake-vz9zia.mystake-mehxnk::before {
  content: "";
  width: 31px;
}

.mystake-vz9zia.mystake-mehxnk p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-vz9zia.mystake-yrjvta p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.mystake-vz9zia p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-3jemqk .mystake-5w2mvz {
  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-z13xu4 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .mystake-z13xu4 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .mystake-z13xu4 {
    padding: 18px 0;
  }
}

.mystake-z13xu4 .mystake-b4zczy {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .mystake-z13xu4 .mystake-b4zczy {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.mystake-0fib0e {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .mystake-0fib0e {
    max-width: 160px;
    height: 40px;
  }
}

.mystake-0fib0e picture,
.mystake-0fib0e img {
  display: block;
  width: 100%;
  height: 100%;
}

.mystake-0fib0e img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .mystake-blvh4w {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.mystake-iby2a6 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .mystake-z13xu4.mystake-g9kfhj .mystake-blvh4w {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mystake-blvh4w {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .mystake-blvh4w {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.mystake-jxi9xi,
.mystake-2xylu7 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .mystake-jxi9xi,
  .mystake-2xylu7 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .mystake-2xylu7 {
    display: none;
  }
}

.mystake-i29gu1 {
  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-g9kfhj .mystake-i29gu1 {
  background: var(--fh-bg-color);
}

.mystake-i29gu1 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .mystake-i29gu1 {
    display: none;
  }
}

.mystake-wdlvr9 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-wdlvr9 {
    display: none;
  }
}

.mystake-rlewb4 {
  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-z13xu4.mystake-g9kfhj .mystake-rlewb4:first-child {
  display: none;
}

.mystake-z13xu4.mystake-g9kfhj .mystake-rlewb4:last-child {
  display: block;
}

.mystake-rlewb4:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .mystake-rlewb4 {
    display: none;
  }
}

.mystake-ny8ooq {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-ny8ooq {
    display: flex;
  }
}

.mystake-ny8ooq ul {
  max-height: 350px;
  overflow-y: auto;
}

.mystake-ny8ooq:hover ul {
  visibility: visible;
  opacity: 1;
}

.mystake-ny8ooq:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.mystake-ny8ooq:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.mystake-ny8ooq:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.mystake-ny8ooq:hover .mystake-kepcwb svg {
  transform: rotate(180deg);
}

.mystake-43rsfk {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.mystake-22b6bn {
  padding: 0 8px;
}

.mystake-jtzada {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.mystake-jtzada:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .mystake-jtzada {
    padding: 4px 8px;
  }
}

.mystake-d41kdf {
  display: flex;
}

.mystake-d41kdf img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.mystake-kepcwb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.mystake-kepcwb svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.mystake-0j0bcn {
  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-0j0bcn {
    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-b11szq {
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-b11szq {
    display: none;
  }
}

.mystake-d5wvqt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.mystake-rcpi51 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.mystake-jjlxwi {
  display: flex;
}

.mystake-u84999 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.mystake-hcgt4i {
  list-style: none;
}

@media (max-width: 1199px) {
  .mystake-hcgt4i {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .mystake-hcgt4i {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mystake-hcgt4i .mystake-corzol [data-ref-el],
  .mystake-hcgt4i .mystake-corzol span,
  .mystake-hcgt4i .mystake-corzol a {
    white-space: nowrap;
  }
}

.mystake-u2sxd0 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .mystake-u2sxd0.mystake-fw6o0i > .mystake-corzol {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .mystake-u2sxd0.mystake-g2dh75:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .mystake-u2sxd0.mystake-fw6o0i > .mystake-qf91aj {
    height: auto;
  }

  .mystake-u2sxd0.mystake-fw6o0i > div > .mystake-e4duuu {
    transform: rotate(180deg);
  }
}

.mystake-u2sxd0 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.mystake-u2sxd0 [data-ref-el],
.mystake-u2sxd0 span {
  cursor: pointer;
}

.mystake-u2sxd0 [data-ref-el],
.mystake-u2sxd0 span,
.mystake-u2sxd0 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-u2sxd0 [data-ref-el],
  .mystake-u2sxd0 span,
  .mystake-u2sxd0 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .mystake-u2sxd0 [data-ref-el],
  .mystake-u2sxd0 span,
  .mystake-u2sxd0 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.mystake-qf91aj {
  height: 0;
  overflow: hidden;
  transition: height 0.mystake-iby2a6 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.mystake-qf91aj::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.mystake-qf91aj::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.mystake-qf91aj::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .mystake-qf91aj {
    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-qf91aj:has(> .mystake-u2sxd0.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .mystake-qf91aj .mystake-qf91aj {
    padding: 0;
  }

  .mystake-qf91aj .mystake-u2sxd0 {
    font-weight: 400;
  }

  .mystake-qf91aj .mystake-u2sxd0:hover > .mystake-corzol {
    background: var(--Neutral-300);
  }

  .mystake-qf91aj .mystake-e4duuu {
    rotate: -90deg;
  }
}

.mystake-corzol {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-corzol {
    padding: 8px;
  }

  .mystake-u2sxd0.mystake-ex7dsd > .mystake-corzol {
    background: var(--Neutral-300);
  }
}

.mystake-e4duuu {
  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-n97rfq.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.mystake-x5f0ai 0.mystake-9jzhz1.mystake-3lz34k -0.mystake-piwcyu 0.mystake-w5uybz -0.mystake-piwcyu 1.mystake-p04m49 0.mystake-xwlppv.mystake-ywbkod 4.mystake-sag0sq.mystake-x5f0ai 0.mystake-vxdvns.mystake-2967wb -0.mystake-piwcyu 9.mystake-vjwslw -0.mystake-piwcyu 10.mystake-wg868x 0.mystake-hrpze6.mystake-512q1m 0.mystake-3lz34k 10.mystake-512q1m 0.mystake-w5uybz 10.mystake-wg868x 1.mystake-lgw4rb.mystake-r97i39 5.mystake-i5zl4e.mystake-rf9g0g 6.mystake-tijmgu 5.mystake-xqwx2m 6.mystake-tijmgu 4.mystake-8elwja 5.mystake-srjopg.mystake-x5f0ai 1.mystake-b9evc1.mystake-piwcyu 0.mystake-w5uybz -0.mystake-piwcyu 0.mystake-3lz34k 0.mystake-x5f0ai 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.mystake-iby2a6 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-e4duuu {
    cursor: default;
  }
}

.mystake-9sw5ei {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.mystake-enyxga {
  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-enyxga {
    padding: 40px 4px;
  }
}

.mystake-xb8nrx {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .mystake-xb8nrx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.mystake-c7uqie {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .mystake-c7uqie {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.mystake-c7uqie ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.mystake-c7uqie [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.mystake-c7uqie [data-ref-el],
.mystake-c7uqie span,
.mystake-c7uqie a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.mystake-e6ub78 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-e6ub78 {
    margin-bottom: 12px;
  }
}

.mystake-bzh3sg {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.mystake-bzh3sg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .mystake-bzh3sg:last-child {
    margin-right: 0;
  }
}

.mystake-r2g25x {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-e6ub78:hover .mystake-5qv1iv {
  visibility: visible;
  opacity: 1;
}

.mystake-5qv1iv {
  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-8dkve4 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.mystake-x5vhwx {
  display: flex;
  margin: 6px;
}

.mystake-x5vhwx img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.mystake-5qv1iv::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-5qv1iv::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-mmajhu {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-mmajhu {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.mystake-cc7l1h {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .mystake-cc7l1h {
    margin-right: 32px;
  }
}

.mystake-w7wqoq {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-w7wqoq {
    margin-top: 0;
    width: 340px;
  }
}

.mystake-w7wqoq a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-bzjxbg {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.mystake-awwmg5 {
  position: relative;
}

@media (min-width: 768px) {
  .mystake-awwmg5 {
    margin-top: 40px;
  }
}

.mystake-awwmg5 + .mystake-i0ff2p,
.mystake-awwmg5 + .mystake-awwmg5 {
  margin-top: 24px;
}

.mystake-gyw72t {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .mystake-gyw72t {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-gyw72t {
    padding: 80px;
  }
}

.mystake-1ss9j7 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .mystake-1ss9j7 {
    padding: 0 16px;
}


}

.mystake-patrgm {
  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-patrgm {
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-3fd8d3 {
  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-3fd8d3 {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-r66qq6 {
  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-r66qq6:hover {
  background: var(--button-bg-hover);
}

.mystake-qkpovu {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.mystake-qkpovu img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .mystake-qkpovu img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .mystake-qkpovu img {
  min-height: 100%;
  }
}

.mystake-gyw72t::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.mystake-x1ob0q {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mystake-x1ob0q h1,
.mystake-x1ob0q h2,
.mystake-x1ob0q h3,
.mystake-x1ob0q h4 {
  margin-bottom: 6px;
}

.mystake-x1ob0q h1:not(:first-child),
.mystake-x1ob0q h2:not(:first-child),
.mystake-x1ob0q h3:not(:first-child),
.mystake-x1ob0q h4:not(:first-child) {
  margin-top: 16px;
}

.mystake-x1ob0q h1,
.mystake-x1ob0q h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .mystake-x1ob0q h1,
  .mystake-x1ob0q h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.mystake-x1ob0q h2,
.mystake-x1ob0q h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .mystake-x1ob0q h2,
  .mystake-x1ob0q h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-x1ob0q h3,
.mystake-x1ob0q h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .mystake-x1ob0q h3,
  .mystake-x1ob0q h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-x1ob0q h4,
.mystake-x1ob0q h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.mystake-x1ob0q ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.mystake-x1ob0q ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.mystake-x1ob0q 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-x1ob0q ul ul {
  margin-bottom: 8px;
}

.mystake-x1ob0q ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.mystake-x1ob0q ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.mystake-x1ob0q ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.mystake-x1ob0q ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.mystake-x1ob0q ol li::marker {
  font-weight: 700;
}

.mystake-x1ob0q ol ol {
  margin-bottom: 8px;
}

.mystake-x1ob0q ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.mystake-x1ob0q ol ul li {
  padding-left: 16px;
}

.mystake-x1ob0q 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-x1ob0q table {
    padding: 24px;
  }
}

.mystake-x1ob0q table.mystake-nxbipe {
  -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-iby2a6,
    mask-image 0.3s;
}

.mystake-x1ob0q table.mystake-nxbipe.mystake-baq7lq {
  -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-x1ob0q table {
    display: table;
  }
}

.mystake-x1ob0q 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-x1ob0q table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-x1ob0q table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-x1ob0q 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-x1ob0q table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.mystake-x1ob0q table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-x1ob0q table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-x1ob0q table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.mystake-x1ob0q img {
  max-width: 100%;
  height: auto;
}

.mystake-67smde {
  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-67smde {
    padding: 24px;
  }
}

.mystake-qjmsik {
  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-qjmsik {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.mystake-qjmsik > * {
  margin: 0 !important;
}

.mystake-qjmsik img,
.mystake-sbd6k9 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-qjmsik img,
  .mystake-sbd6k9 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-p7ojqw {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-p7ojqw {
    width: 32px;
    height: 32px;
  }
}

.mystake-mshd4r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.mystake-mshd4r .mystake-u4rmih {
  flex-shrink: 0;
}

.mystake-mshd4r .mystake-4ngfui svg {
  display: none;
}

.mystake-jbp0hk {
  display: grid;
  transition: max-height 0.mystake-iby2a6 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .mystake-jbp0hk {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .mystake-jbp0hk {
    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-jbp0hk.mystake-crfdbb + .mystake-u4rmih svg {
  transform: rotate(180deg);
}

.mystake-ffb7bx {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.mystake-ffb7bx > div:nth-child(3n) {
  grid-column: span 2;
}

.mystake-ffb7bx
  > div:nth-child(3n)
  .mystake-a44dm2
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .mystake-ffb7bx {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .mystake-ffb7bx > div:nth-child(3n) {
    grid-column: unset;
  }

  .mystake-ffb7bx
    > div:nth-child(3n)
    .mystake-a44dm2
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .mystake-ffb7bx {
    max-width: 270px;
  }
}

.mystake-ffb7bx .mystake-a44dm2 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .mystake-ffb7bx .mystake-a44dm2 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .mystake-ffb7bx .mystake-a44dm2 button {
    max-width: 104px;
  }
}

.mystake-4bybdb {
  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-4bybdb {
    margin-bottom: 0;
  }
}

.mystake-jaqcuw {
  display: none;
  opacity: 0;
}

.mystake-0i5q08 {
  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-0i5q08 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.mystake-a44dm2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.mystake-a44dm2 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-a44dm2
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .mystake-a44dm2
    button {
    max-width: 145px;
  }
}

.mystake-3vsvjv:first-child
  .mystake-a44dm2
  button {
  max-width: 270px;
}

.mystake-auxhzv {
  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-4bybdb picture {
  width: 100%;
  max-width: 100%;
}

.mystake-k96emt {
  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-k96emt svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.mystake-4bybdb:hover .mystake-k96emt {
  display: flex;
}

.mystake-q42ccq {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.mystake-nbcnid {
  display: flex;
}

.mystake-nbcnid:hover .mystake-ywvchk,
.mystake-nbcnid .mystake-ex7dsd .mystake-ywvchk {
  display: flex;
}

.mystake-nbcnid svg {
  flex-shrink: 0;
}

.mystake-ywvchk {
  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-ywvchk {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.mystake-ywvchk:hover {
  display: flex;
}

.mystake-ywvchk svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.mystake-qhejbj {
  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-qhejbj {
    font-size: 12px;
  }
}

.mystake-8zntsw,
.mystake-755d7y {
  width: 50%;
  flex-shrink: 0;
}

.mystake-8zntsw {
  font-weight: 700;
}

.mystake-2mrb4w .mystake-jbp0hk {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .mystake-2mrb4w .mystake-jbp0hk {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .mystake-2mrb4w .mystake-jbp0hk {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.mystake-2mrb4w
  .mystake-auxhzv:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.mystake-2mrb4w .mystake-0i5q08 {
  height: 100% !important;
  border-radius: 16px;
}

.mystake-2mrb4w .mystake-a44dm2 {
  gap: 4px;
  align-items: center;
}

.mystake-2mrb4w .mystake-a44dm2 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mystake-2mrb4w .mystake-a44dm2 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.mystake-2mrb4w .mystake-ogjuu5,
.mystake-2mrb4w .mystake-frd7hx {
  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-n97rfq.org/2000/svg'%3E%3Cpath d='M9.mystake-gl3hq3 4.mystake-avizd2.mystake-dt45bg 5.mystake-tk6zyl.mystake-m210jt 5.mystake-posfe9.mystake-uittdn 5.mystake-1st8f3.mystake-3mc4uf 8.mystake-l4yhte.mystake-kgb2i7 9.mystake-4f6w43.mystake-f3vpdv 9.mystake-5ei5kr.mystake-2qolpz 13.mystake-v1uide.mystake-n6xeis 11.mystake-41yn1a.mystake-yojhhm 11.mystake-9oegls.mystake-nykwh6 11.mystake-092dfs.mystake-hwz356 13.mystake-6ty1d7.mystake-3sb8in 9.mystake-ic4cnc.mystake-ba1qot 9.mystake-jxgqew.mystake-xrw5c9 8.mystake-tg323a.mystake-pz50fu 5.mystake-ufghsu.mystake-w5ywqn 5.mystake-gcxkps.mystake-uwc7e9 5.mystake-7ineqk.mystake-0ldi10 4.mystake-20nt26.mystake-yojhhm 1.mystake-p2dcyr.mystake-gl3hq3 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.mystake-2mrb4w .mystake-ogjuu5 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.mystake-2mrb4w .mystake-frd7hx {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.mystake-yyfwr5 {
  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-yyfwr5 {
    padding: 24px;
  }
}

.mystake-yyfwr5 .mystake-u4rmih {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-yyfwr5 .mystake-u4rmih {
    display: none;
  }
}

.mystake-yyfwr5 .mystake-4ngfui svg {
  display: none;
}

.mystake-4urzrb {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mystake-4urzrb .mystake-sx6izn {
  display: none;
}

@media (min-width: 768px) {
  .mystake-4urzrb .mystake-sx6izn {
    display: flex;
  }
}

.mystake-qmvchm {
  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-qmvchm {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-qmvchm > * {
  margin: 0 !important;
}

.mystake-qmvchm img,
.mystake-0gsh2d {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-qmvchm img,
  .mystake-0gsh2d {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-bn008z {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-bn008z {
    width: 32px;
    height: 32px;
  }
}

.mystake-dfwpjx {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .mystake-dfwpjx {
    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-dfwpjx::-webkit-scrollbar {
    display: none;
  }
}

.mystake-rxw8wl {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .mystake-rxw8wl {
    padding: 7px 15px;
  }
}

.mystake-rxw8wl:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-z404pe {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-z404pe {
    display: flex;
    opacity: 1;
  }
}

.mystake-rxw8wl picture {
  height: 100%;
  display: block;
}

.mystake-rxw8wl img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .mystake-rxw8wl img {
    width: 88px;
    height: 44px;
  }
}

.mystake-rxw8wl p {
  text-align: center;
  width: 100%;
}

.mystake-p5umut {
  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-p5umut {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-p5umut img,
.mystake-7cdg1u {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-p5umut img,
  .mystake-7cdg1u {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-eu7plr {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-eu7plr {
    width: 32px;
    height: 32px;
  }
}

.mystake-dhcsuy {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.mystake-za1typ {
  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-9xjw1q {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.mystake-9xjw1q.mystake-ex7dsd {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.mystake-heckda {
  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-heckda {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-znjy56 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.mystake-elntju {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.mystake-iby2a6 ease;
  opacity: 0;
  color: var(--text-color);
}

.mystake-jnqpxv {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.mystake-jnqpxv ol,
.mystake-jnqpxv ul {
  padding-left: 1.3em;
}

.mystake-9xjw1q.mystake-ex7dsd .mystake-elntju {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.mystake-9xjw1q.mystake-ex7dsd .mystake-znjy56 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.mystake-87e6sm {
  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-87e6sm {
    padding: 24px;
  }
}

.mystake-87e6sm .mystake-u4rmih {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-87e6sm .mystake-u4rmih {
    display: none;
  }
}

.mystake-87e6sm .mystake-4ngfui svg {
  display: none;
}

.mystake-qkd5x0 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mystake-qkd5x0 .mystake-sx6izn {
  display: none;
}

@media (min-width: 768px) {
  .mystake-qkd5x0 .mystake-sx6izn {
    display: flex;
  }
}

.mystake-oazxfx {
  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-oazxfx {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-oazxfx > * {
  margin: 0 !important;
}

.mystake-oazxfx img,
.mystake-c5rjcj {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-oazxfx img,
  .mystake-c5rjcj {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-5okp74 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-5okp74 {
    width: 32px;
    height: 32px;
  }
}

.mystake-dwwvf6 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .mystake-dwwvf6 {
    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-dwwvf6::-webkit-scrollbar {
    display: none;
  }
}

.mystake-1klmdw {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.mystake-1klmdw:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-eu3kb3 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-eu3kb3 {
    display: flex;
    opacity: 1;
  }
}

.mystake-1klmdw picture {
  width: auto;
  height: 100%;
  display: block;
}

.mystake-1klmdw picture img {
  display: block;
  width: auto;
  height: 100%;
}

.mystake-3f1ykg {
  margin: -24px 0;
}

.mystake-3f1ykg:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .mystake-3f1ykg {
    margin: -16px 0;
  }
}

.mystake-kk02cm {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .mystake-kk02cm {
    flex-direction: row;
  }
}

.mystake-qcxhxk {
  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-qcxhxk {
    flex: 1;
  }
}

.mystake-qcxhxk::placeholder {
  color: var(--Text-400);
}

.mystake-nr3o87 {
  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-q9w7kn {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.mystake-q9w7kn::-webkit-scrollbar {
  display: none;
}

.mystake-emv7ty {
  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-emv7ty img,
.mystake-emv7ty svg {
  margin-right: 8px;
}

.mystake-6lp8g8 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.mystake-3f1ykg + .mystake-4paur4 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .mystake-3f1ykg + .mystake-4paur4 {
    margin-top: -16px;
  }
}

.mystake-iaptry {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.mystake-iaptry > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.mystake-iaptry > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.mystake-4if40j {
  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-rkypha {
  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-4p3zjq {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.mystake-opn0vb {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.mystake-4079fa {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.mystake-4if40j 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-4if40j 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-4if40j {
    padding: 39px 179px 39px 39px;
  }

  .mystake-rkypha {
    font-size: 40px;
    line-height: 48px;
  }

  .mystake-4079fa {
    height: 348px;
  }

  .mystake-4if40j button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .mystake-4if40j button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-4if40j {
    padding: 63px;
  }
}

.mystake-5m1rn7 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .mystake-5m1rn7 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.mystake-ibobap {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-ibobap {
    width: auto;
  }
}

.mystake-9nm0hm {
  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-9nm0hm::-webkit-scrollbar {
  display: none;
}

.mystake-9nm0hm 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-9nm0hm a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-9nm0hm {
    margin-left: 16px;
    margin-top: 0;
  }
}

.mystake-5m1rn7 .mystake-l5tx94 {
  -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-iby2a6,
    mask-image 0.3s;
}

.mystake-5m1rn7 .mystake-l5tx94.mystake-baq7lq {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.mystake-4btsc4 {
  margin: 40px -16px;
}

.mystake-g85l2m + .mystake-i0ff2p,
.mystake-g85l2m + .mystake-awwmg5 {
  margin-top: 24px;
}

.mystake-g5n5mm {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.mystake-g5n5mm picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.mystake-xffbgr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .mystake-xffbgr {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .mystake-xffbgr {
    margin-top: 0;
  }
}

.mystake-5vdpiv {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-5vdpiv {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-mqzu88 {
  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-mqzu88 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.mystake-gf8yuc {
  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-gf8yuc {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.mystake-p0g93e {
  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-p0g93e {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-haufku {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-haufku {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-30jnn0 {
  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-ygarp8 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.mystake-ygarp8 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mystake-4paur4 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.mystake-4j25at {
  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-4j25at {
    padding: 15px 48px;
  }
}

main > .mystake-4paur4 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .mystake-jbp0hk.mystake-m16tdo > div:nth-child(n+5) {
    display: none;
  }
}

.mystake-x1ob0q p a img {
  display: block;
  margin: 0 auto;
}


.mystake-skucrz {
  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-3thxy4 {
  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-3thxy4 label {
  font-size: 14px;
}

.mystake-3thxy4 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.mystake-3thxy4 input,
.mystake-3thxy4 textarea,
.mystake-3thxy4 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-3thxy4 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.mystake-7fkhbp ease;
}
.mystake-3thxy4 button:hover {
  background-color: var(--button-bg-hover);
}
.mystake-jl4tfx {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.mystake-865hob ease-in;
}

.mystake-jl4tfx 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-ytqq33, .mystake-s22u2h, [class*="review-card"],
thead, thead th, table th, .mystake-s0bt3e,
.mystake-dd3tbj, [class*="collapsible-header"],
.mystake-swa32n, [class*="updated-block"] {
  color: #ece7dc !important;
}
