* {
  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-rthc73 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .mystake-rthc73 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-rthc73 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.mystake-5118m6 {
  overflow: hidden;
}

.mystake-56g8r2 img {
  background: var(--Neutral-300);
}

.mystake-mf6fyu {
  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-018r82 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.mystake-018r82:hover {
  background: var(--button-bg-hover);
}

.mystake-piw6td {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.mystake-piw6td:hover {
  background: var(--button-bg-hover);
}

.mystake-d22q66 {
  font-size: 12px;
  line-height: 18px;
}

.mystake-rd2xh4 {
  font-size: 18px;
  line-height: 26px;
}

.mystake-lt7uo8 {
  width: 100%;
}

.mystake-dw9c70 {
  padding: 6px 16px;
}

.mystake-1oh3v2 {
  padding: 10px 16px;
}

.mystake-lc0l1b {
  padding: 15px 26px;
}

.mystake-d1o4ha {
  flex-shrink: 0;
}

.mystake-frjz8f {
  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-hma3zy {
  display: none;
}

.mystake-v42muy {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.mystake-dowegm {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.mystake-6vepjy {
  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-7jeazj {
  cursor: grab;
}

.mystake-6vepjy::-webkit-scrollbar {
  display: none;
}

.mystake-ibz1t2 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.mystake-x8scul {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.mystake-0e00y7 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.mystake-b479pn {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.mystake-u3wlao {
  visibility: visible;
}

.mystake-oqti6g {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.mystake-6z98q4 ease;
}

.mystake-l6hn5r {
  background-color: var(--Primary-200);
  width: 16px;
}

.mystake-e9i4cr {
  -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-6z98q4,
    mask-image 0.3s;
}

.mystake-e9i4cr.mystake-c2kv60 {
  -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-w9nczc: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-fi55fe {
  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-ppnrki.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-ppnrki.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-esvzpr {
  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-esvzpr::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-w6p3a0 {
  position: relative;
  z-index: 1;
}

.mystake-9m5dj7 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.mystake-37mfya {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.mystake-vlxioo {
  font-size: 40px;
  line-height: 48px;
}

.mystake-52874u {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.mystake-r0c3ak {
  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-r0c3ak:hover {
  background: var(--Primary-400);
}

.mystake-r0c3ak svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.mystake-w9nczc 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-esvzpr {
    max-width: 600px;
    padding: 64px;
  }

  .mystake-9m5dj7 {
    font-size: 24px;
    line-height: 32px;
  }

  .mystake-37mfya {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .mystake-vlxioo {
    font-size: 50px;
    line-height: 56px;
  }

  .mystake-52874u {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .mystake-fi55fe {
    top: 25px;
    right: 25px;
  }
}

.mystake-8q7as3,
.mystake-bkgpph {
  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-g7mwca.mystake-b7xqxl::before,
.mystake-bkgpph::before,
.mystake-ocd84h::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-ppnrki.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.mystake-nhxo6k 14.mystake-6hijri.mystake-9idwmt 14.mystake-uz6pmz 15.mystake-9167hl 14.mystake-p1mkdb 15.mystake-bmm3fa 14.mystake-v3g46c.mystake-zabb59 14.mystake-tlgmlv 19.mystake-hk0q3v 12.mystake-h12hb4 19.mystake-hk0q3v 10.mystake-o370xu.mystake-hk0q3v 8.mystake-7pjc28 17.mystake-c4i6qz 7.mystake-bh0zhr 15.mystake-dtibmk 7.mystake-ik1xnf.mystake-0wco2j 7.mystake-bh0zhr 11.mystake-xv4xje 8.mystake-7pjc28 11.mystake-xv4xje 10.mystake-liyggp.mystake-xv4xje 12.mystake-1ka254 13.mystake-a2zprg 14.mystake-dr8mjh 15.mystake-8dgvos 14.mystake-blsziv.mystake-0o1q1c 14.mystake-xme40b 15.mystake-61se3i 14.mystake-645dy6 15.mystake-k6uiww 14.mystake-ajiij6.mystake-nhxo6k 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.mystake-wj3fum 15.mystake-g4hp3f.mystake-78tzzw 15.mystake-oygnp2 15.mystake-mizwa9 15.mystake-iiv3bj 15.mystake-appqom 15.mystake-w3ma7g.mystake-v4da60 15.mystake-iiv3bj 15.mystake-047l00 15.mystake-k92dk2 15.mystake-8s1l3u 15.mystake-fnqylj.mystake-d4pmzi 15.mystake-27ttfb 7.mystake-x9r963 18.mystake-2rr44z 7.mystake-dcnlba 23.mystake-wwbha4.mystake-tho7cu.mystake-g26be6 18.mystake-5rtsam 19.mystake-80jl91 15.mystake-8ooqp5 15.mystake-wj3fum 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.mystake-1rqqky [type="submit"] *,
.mystake-uh5rj6 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .mystake-2wpk2k {
    display: none;
  }
}

.mystake-uiuvn3 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .mystake-uiuvn3 {
  display: none;
}

@media (min-width: 768px) {
  .mystake-uiuvn3 {
    bottom: 22px;
  }
}

.mystake-uiuvn3 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .mystake-uiuvn3 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.mystake-krn5yr.static) .mystake-uiuvn3 {
    bottom: 8px;
  }
}

.mystake-yabcs1 {
  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-ppnrki.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.mystake-mrm67g 3.mystake-ikb0uk.mystake-5b2hyg.mystake-suzras 3.mystake-nzmgmv 3.mystake-defy9c 5.mystake-5w6utq 3.mystake-defy9c 8.mystake-e2scyt.mystake-xarn75.mystake-defy9c 26.mystake-k0tq98 5.mystake-0rijp8 28.mystake-q3vkhf 8.mystake-m51tp4 28.mystake-fwsmc5.mystake-rvdwb7 28.mystake-iykodk.mystake-nnjs46 34.mystake-4bf17s.mystake-nj3du2 36.mystake-saiqhk 11.mystake-wglxan 37.mystake-m88lgy 12.mystake-2yuh9l 36.mystake-bcxqbr.mystake-nbqdmw 28.mystake-hx3n2j.mystake-0kebsg.mystake-14wy3h 28.mystake-nxpeb4 36.mystake-1fwt7m 26.mystake-7gt78u 36.mystake-1fwt7m 23.mystake-ol40pf.mystake-wyeuau.mystake-1fwt7m 5.mystake-wnsdf1 34.mystake-6utkmi 3.mystake-nzmgmv 31.mystake-mrm67g 3.mystake-io6m0s.mystake-1c87n7 18.mystake-lbhpvw.mystake-vtf9lg 18.mystake-m9vziz 8.mystake-1khso7 17.mystake-5ml3h1 8.mystake-1khso7 15.mystake-4ijfzp.mystake-1khso7 14.mystake-oldwxa 9.mystake-vtf9lg 13.mystake-dbgklq 11.mystake-1c87n7 13.mystake-t53aqi.mystake-221vro 13.mystake-dbgklq 13.mystake-54g9sq 14.mystake-oldwxa 13.mystake-54g9sq 15.mystake-7ywosn.mystake-54g9sq 17.mystake-5ml3h1 12.mystake-221vro 18.mystake-m9vziz 11.mystake-1c87n7 18.mystake-bowsip.mystake-ou2yh5 18.mystake-mag99i.mystake-626epy 18.mystake-m9vziz 17.mystake-klevkq 17.mystake-5ml3h1 17.mystake-klevkq 15.mystake-5g5515.mystake-klevkq 14.mystake-oldwxa 18.mystake-626epy 13.mystake-dbgklq 20.mystake-ou2yh5 13.mystake-fda345.mystake-kk1kwv 13.mystake-dbgklq 22.mystake-p9c29e 14.mystake-oldwxa 22.mystake-p9c29e 15.mystake-b72p9s.mystake-jg8wv4 17.mystake-5ml3h1 21.mystake-kk1kwv 18.mystake-m9vziz 20.mystake-ou2yh5 18.mystake-6b5ct8.mystake-umg4dm 18.mystake-lrhfj0.mystake-jojv2f 18.mystake-m9vziz 26.mystake-5894te 17.mystake-5ml3h1 26.mystake-5894te 15.mystake-2q37q7.mystake-5894te 14.mystake-oldwxa 27.mystake-jojv2f 13.mystake-dbgklq 28.mystake-umg4dm 13.mystake-o6yz1l.mystake-32pl6w 13.mystake-dbgklq 31.mystake-w65b44 14.mystake-oldwxa 31.mystake-w65b44 15.mystake-k5axoh.mystake-5894te 17.mystake-5ml3h1 30.mystake-32pl6w 18.mystake-m9vziz 28.mystake-umg4dm 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-yabcs1 {
    display: none;
  }
}

.mystake-mdo39d {
  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-mdo39d {
    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-uh5rj6 {
  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-uh5rj6 {
    padding: 14px 16px;
  }
}

.mystake-uh5rj6 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.mystake-uh5rj6 button:first-child {
  align-content: end;
}

.mystake-uh5rj6 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .mystake-uh5rj6
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-uh5rj6
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.mystake-uh5rj6 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.mystake-uh5rj6 button:last-child svg {
  width: 38px;
  height: 38px;
}

.mystake-ocd84h {
  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-ocd84h::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-ocd84h,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-ocd84h {
  opacity: 1;
  visibility: visible;
}

.mystake-paafiv {
  flex: 1 1;
}

.mystake-wul7z8 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-wul7z8 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .mystake-qectc7 {
  display: block;
}

.mystake-pjmq15 {
  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-pjmq15 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-bkgpph {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.mystake-bkgpph::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.mystake-0km6cc span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.mystake-0km6cc p {
  color: var(--Text-100);
}

.mystake-bkgpph .mystake-rhgjt7 {
  grid-area: button;
}

.mystake-bkgpph .mystake-rhgjt7::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-ppnrki.org/2000/svg'%3E%3Cpath d='M4.mystake-caw0wa 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-l76wen 15L16.mystake-l76wen 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-l76wen 5L16.mystake-l76wen 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-t7m0ub {
  display: block;
}

.mystake-libxgn {
  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-libxgn {
    margin-top: 40px;
  }
}

.mystake-8q7as3 label,
.mystake-8q7as3 input {
  display: block;
  width: 100%;
}

.mystake-8q7as3 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.mystake-8q7as3 label.mystake-dwl7rm input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.mystake-8q7as3 label.mystake-dwl7rm::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-8q7as3 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-8q7as3 input::placeholder {
  color: var(--Text-400);
}

.mystake-5285xp {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .mystake-5285xp {
  display: flex;
}

.mystake-5285xp ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .mystake-5285xp ol {
    height: 420px;
    padding: 24px;
  }
}

.mystake-5285xp ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.mystake-1rqqky {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-1rqqky {
    padding: 0 24px 24px;
  }
}

.mystake-1rqqky 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-1rqqky input::placeholder {
  color: var(--Text-400);
}

.mystake-1rqqky [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.mystake-1rqqky [type="submit"]:disabled {
  opacity: 0.5;
}

.mystake-1rqqky [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .mystake-1rqqky [type="submit"] {
    right: 40px;
  }
}

.mystake-g7mwca {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.mystake-g7mwca.mystake-b7xqxl {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.mystake-g7mwca.mystake-b7xqxl::before {
  content: "";
  width: 31px;
}

.mystake-g7mwca.mystake-b7xqxl p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-g7mwca.mystake-w15n4n p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.mystake-g7mwca p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-uiuvn3 .mystake-rhgjt7 {
  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-2wpk2k {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .mystake-2wpk2k {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .mystake-2wpk2k {
    padding: 18px 0;
  }
}

.mystake-2wpk2k .mystake-rthc73 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .mystake-2wpk2k .mystake-rthc73 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.mystake-dme9yr {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .mystake-dme9yr {
    max-width: 160px;
    height: 40px;
  }
}

.mystake-dme9yr picture,
.mystake-dme9yr img {
  display: block;
  width: 100%;
  height: 100%;
}

.mystake-dme9yr img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .mystake-5doe9z {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.mystake-6z98q4 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .mystake-2wpk2k.mystake-4f3c17 .mystake-5doe9z {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mystake-5doe9z {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .mystake-5doe9z {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.mystake-yoty6x,
.mystake-4249zq {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .mystake-yoty6x,
  .mystake-4249zq {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .mystake-4249zq {
    display: none;
  }
}

.mystake-8oedv7 {
  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-4f3c17 .mystake-8oedv7 {
  background: var(--fh-bg-color);
}

.mystake-8oedv7 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .mystake-8oedv7 {
    display: none;
  }
}

.mystake-ifn3pn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-ifn3pn {
    display: none;
  }
}

.mystake-mxqru6 {
  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-2wpk2k.mystake-4f3c17 .mystake-mxqru6:first-child {
  display: none;
}

.mystake-2wpk2k.mystake-4f3c17 .mystake-mxqru6:last-child {
  display: block;
}

.mystake-mxqru6:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .mystake-mxqru6 {
    display: none;
  }
}

.mystake-14f21b {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-14f21b {
    display: flex;
  }
}

.mystake-14f21b ul {
  max-height: 350px;
  overflow-y: auto;
}

.mystake-14f21b:hover ul {
  visibility: visible;
  opacity: 1;
}

.mystake-14f21b:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.mystake-14f21b:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.mystake-14f21b:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.mystake-14f21b:hover .mystake-qkymac svg {
  transform: rotate(180deg);
}

.mystake-68h21c {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.mystake-nf4ro9 {
  padding: 0 8px;
}

.mystake-6h73ed {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.mystake-6h73ed:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .mystake-6h73ed {
    padding: 4px 8px;
  }
}

.mystake-mo1893 {
  display: flex;
}

.mystake-mo1893 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.mystake-qkymac {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.mystake-qkymac svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.mystake-ius7ej {
  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-ius7ej {
    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-tb44a7 {
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-tb44a7 {
    display: none;
  }
}

.mystake-8rkd5h {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.mystake-uzamhx {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.mystake-y9o4i5 {
  display: flex;
}

.mystake-c2pa41 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.mystake-qii80q {
  list-style: none;
}

@media (max-width: 1199px) {
  .mystake-qii80q {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .mystake-qii80q {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mystake-qii80q .mystake-vw259s [data-ref-el],
  .mystake-qii80q .mystake-vw259s span,
  .mystake-qii80q .mystake-vw259s a {
    white-space: nowrap;
  }
}

.mystake-vadqim {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .mystake-vadqim.mystake-id3f66 > .mystake-vw259s {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .mystake-vadqim.mystake-ngzqwi:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .mystake-vadqim.mystake-id3f66 > .mystake-lscan1 {
    height: auto;
  }

  .mystake-vadqim.mystake-id3f66 > div > .mystake-8x2pw2 {
    transform: rotate(180deg);
  }
}

.mystake-vadqim [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.mystake-vadqim [data-ref-el],
.mystake-vadqim span {
  cursor: pointer;
}

.mystake-vadqim [data-ref-el],
.mystake-vadqim span,
.mystake-vadqim 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-vadqim [data-ref-el],
  .mystake-vadqim span,
  .mystake-vadqim a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .mystake-vadqim [data-ref-el],
  .mystake-vadqim span,
  .mystake-vadqim a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.mystake-lscan1 {
  height: 0;
  overflow: hidden;
  transition: height 0.mystake-6z98q4 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.mystake-lscan1::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.mystake-lscan1::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.mystake-lscan1::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .mystake-lscan1 {
    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-lscan1:has(> .mystake-vadqim.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .mystake-lscan1 .mystake-lscan1 {
    padding: 0;
  }

  .mystake-lscan1 .mystake-vadqim {
    font-weight: 400;
  }

  .mystake-lscan1 .mystake-vadqim:hover > .mystake-vw259s {
    background: var(--Neutral-300);
  }

  .mystake-lscan1 .mystake-8x2pw2 {
    rotate: -90deg;
  }
}

.mystake-vw259s {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-vw259s {
    padding: 8px;
  }

  .mystake-vadqim.mystake-moogbf > .mystake-vw259s {
    background: var(--Neutral-300);
  }
}

.mystake-8x2pw2 {
  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-ppnrki.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.mystake-1g329o 0.mystake-9rxz9l.mystake-2ahmuo -0.mystake-6y5vck 0.mystake-t00pnr -0.mystake-6y5vck 1.mystake-wz4vhh 0.mystake-l8vcz2.mystake-t011xu 4.mystake-rw96p0.mystake-1g329o 0.mystake-p46c8k.mystake-ldsufb -0.mystake-6y5vck 9.mystake-apbcwn -0.mystake-6y5vck 10.mystake-dfj6i3 0.mystake-b9ktp5.mystake-xukpl7 0.mystake-2ahmuo 10.mystake-xukpl7 0.mystake-t00pnr 10.mystake-dfj6i3 1.mystake-26p4mv.mystake-wvbl1c 5.mystake-zxbb3d.mystake-luw5qg 6.mystake-hwi0wm 5.mystake-wzmb6s 6.mystake-hwi0wm 4.mystake-908ci7 5.mystake-di3a3a.mystake-1g329o 1.mystake-qnh9tl.mystake-6y5vck 0.mystake-t00pnr -0.mystake-6y5vck 0.mystake-2ahmuo 0.mystake-1g329o 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.mystake-6z98q4 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-8x2pw2 {
    cursor: default;
  }
}

.mystake-4tfgjv {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.mystake-08aqqy {
  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-08aqqy {
    padding: 40px 4px;
  }
}

.mystake-3okm8j {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .mystake-3okm8j {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.mystake-6yrg6g {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .mystake-6yrg6g {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.mystake-6yrg6g ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.mystake-6yrg6g [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.mystake-6yrg6g [data-ref-el],
.mystake-6yrg6g span,
.mystake-6yrg6g a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.mystake-tx5a3p {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-tx5a3p {
    margin-bottom: 12px;
  }
}

.mystake-h8xgug {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.mystake-h8xgug img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .mystake-h8xgug:last-child {
    margin-right: 0;
  }
}

.mystake-d27w4e {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-tx5a3p:hover .mystake-r0xuyd {
  visibility: visible;
  opacity: 1;
}

.mystake-r0xuyd {
  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-e9w7yw {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.mystake-s7ch8v {
  display: flex;
  margin: 6px;
}

.mystake-s7ch8v img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.mystake-r0xuyd::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-r0xuyd::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-7xo7sh {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-7xo7sh {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.mystake-awd7sc {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .mystake-awd7sc {
    margin-right: 32px;
  }
}

.mystake-e6iwgn {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-e6iwgn {
    margin-top: 0;
    width: 340px;
  }
}

.mystake-e6iwgn a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-2gy6d7 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.mystake-pbvo4f {
  position: relative;
}

@media (min-width: 768px) {
  .mystake-pbvo4f {
    margin-top: 40px;
  }
}

.mystake-pbvo4f + .mystake-lgf9xb,
.mystake-pbvo4f + .mystake-pbvo4f {
  margin-top: 24px;
}

.mystake-sjqvto {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .mystake-sjqvto {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-sjqvto {
    padding: 80px;
  }
}

.mystake-qr6h7h {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .mystake-qr6h7h {
    padding: 0 16px;
}


}

.mystake-6f698p {
  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-6f698p {
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-tdxtp6 {
  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-tdxtp6 {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-wds4h5 {
  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-wds4h5:hover {
  background: var(--button-bg-hover);
}

.mystake-e2gole {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.mystake-e2gole img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .mystake-e2gole img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .mystake-e2gole img {
  min-height: 100%;
  }
}

.mystake-sjqvto::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.mystake-m0qzmj {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mystake-m0qzmj h1,
.mystake-m0qzmj h2,
.mystake-m0qzmj h3,
.mystake-m0qzmj h4 {
  margin-bottom: 6px;
}

.mystake-m0qzmj h1:not(:first-child),
.mystake-m0qzmj h2:not(:first-child),
.mystake-m0qzmj h3:not(:first-child),
.mystake-m0qzmj h4:not(:first-child) {
  margin-top: 16px;
}

.mystake-m0qzmj h1,
.mystake-m0qzmj h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .mystake-m0qzmj h1,
  .mystake-m0qzmj h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.mystake-m0qzmj h2,
.mystake-m0qzmj h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .mystake-m0qzmj h2,
  .mystake-m0qzmj h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-m0qzmj h3,
.mystake-m0qzmj h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .mystake-m0qzmj h3,
  .mystake-m0qzmj h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-m0qzmj h4,
.mystake-m0qzmj h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.mystake-m0qzmj ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.mystake-m0qzmj ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.mystake-m0qzmj 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-m0qzmj ul ul {
  margin-bottom: 8px;
}

.mystake-m0qzmj ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.mystake-m0qzmj ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.mystake-m0qzmj ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.mystake-m0qzmj ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.mystake-m0qzmj ol li::marker {
  font-weight: 700;
}

.mystake-m0qzmj ol ol {
  margin-bottom: 8px;
}

.mystake-m0qzmj ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.mystake-m0qzmj ol ul li {
  padding-left: 16px;
}

.mystake-m0qzmj 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-m0qzmj table {
    padding: 24px;
  }
}

.mystake-m0qzmj table.mystake-1pudue {
  -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-6z98q4,
    mask-image 0.3s;
}

.mystake-m0qzmj table.mystake-1pudue.mystake-c2kv60 {
  -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-m0qzmj table {
    display: table;
  }
}

.mystake-m0qzmj 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-m0qzmj table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-m0qzmj table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-m0qzmj 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-m0qzmj table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.mystake-m0qzmj table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-m0qzmj table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-m0qzmj table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.mystake-m0qzmj img {
  max-width: 100%;
  height: auto;
}

.mystake-df51ni {
  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-df51ni {
    padding: 24px;
  }
}

.mystake-veo567 {
  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-veo567 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.mystake-veo567 > * {
  margin: 0 !important;
}

.mystake-veo567 img,
.mystake-3csqde {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-veo567 img,
  .mystake-3csqde {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-a2mp50 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-a2mp50 {
    width: 32px;
    height: 32px;
  }
}

.mystake-p1p4fr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.mystake-p1p4fr .mystake-j7bx63 {
  flex-shrink: 0;
}

.mystake-p1p4fr .mystake-7mcpwr svg {
  display: none;
}

.mystake-7f5hnw {
  display: grid;
  transition: max-height 0.mystake-6z98q4 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .mystake-7f5hnw {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .mystake-7f5hnw {
    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-7f5hnw.mystake-942zp3 + .mystake-j7bx63 svg {
  transform: rotate(180deg);
}

.mystake-r2c58y {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.mystake-r2c58y > div:nth-child(3n) {
  grid-column: span 2;
}

.mystake-r2c58y
  > div:nth-child(3n)
  .mystake-mliddp
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .mystake-r2c58y {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .mystake-r2c58y > div:nth-child(3n) {
    grid-column: unset;
  }

  .mystake-r2c58y
    > div:nth-child(3n)
    .mystake-mliddp
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .mystake-r2c58y {
    max-width: 270px;
  }
}

.mystake-r2c58y .mystake-mliddp button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .mystake-r2c58y .mystake-mliddp button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .mystake-r2c58y .mystake-mliddp button {
    max-width: 104px;
  }
}

.mystake-fy9qxm {
  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-fy9qxm {
    margin-bottom: 0;
  }
}

.mystake-snsjgj {
  display: none;
  opacity: 0;
}

.mystake-dv0f5j {
  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-dv0f5j img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.mystake-mliddp {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.mystake-mliddp 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-mliddp
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .mystake-mliddp
    button {
    max-width: 145px;
  }
}

.mystake-wzj7ml:first-child
  .mystake-mliddp
  button {
  max-width: 270px;
}

.mystake-pwifol {
  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-fy9qxm picture {
  width: 100%;
  max-width: 100%;
}

.mystake-cxdhoj {
  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-cxdhoj svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.mystake-fy9qxm:hover .mystake-cxdhoj {
  display: flex;
}

.mystake-2sotf4 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.mystake-rb7gtt {
  display: flex;
}

.mystake-rb7gtt:hover .mystake-6k0fdu,
.mystake-rb7gtt .mystake-moogbf .mystake-6k0fdu {
  display: flex;
}

.mystake-rb7gtt svg {
  flex-shrink: 0;
}

.mystake-6k0fdu {
  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-6k0fdu {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.mystake-6k0fdu:hover {
  display: flex;
}

.mystake-6k0fdu svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.mystake-5jnytd {
  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-5jnytd {
    font-size: 12px;
  }
}

.mystake-v2nfj3,
.mystake-qidkht {
  width: 50%;
  flex-shrink: 0;
}

.mystake-v2nfj3 {
  font-weight: 700;
}

.mystake-zmkb2z .mystake-7f5hnw {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .mystake-zmkb2z .mystake-7f5hnw {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .mystake-zmkb2z .mystake-7f5hnw {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.mystake-zmkb2z
  .mystake-pwifol:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.mystake-zmkb2z .mystake-dv0f5j {
  height: 100% !important;
  border-radius: 16px;
}

.mystake-zmkb2z .mystake-mliddp {
  gap: 4px;
  align-items: center;
}

.mystake-zmkb2z .mystake-mliddp button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mystake-zmkb2z .mystake-mliddp svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.mystake-zmkb2z .mystake-r86ggf,
.mystake-zmkb2z .mystake-ws384y {
  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-ppnrki.org/2000/svg'%3E%3Cpath d='M9.mystake-pl7t3b 4.mystake-kpt1q9.mystake-47wqhs 5.mystake-nfy2gd.mystake-qclag7 5.mystake-zwm1pc.mystake-jjm7w7 5.mystake-ejt9ir.mystake-y4sf8m 8.mystake-w636hy.mystake-5qktt6 9.mystake-vrxdy3.mystake-7rkr9h 9.mystake-atfbye.mystake-mpkdfh 13.mystake-3g487t.mystake-bb7jm1 11.mystake-q08pbh.mystake-hhi1oc 11.mystake-p07nk3.mystake-fbuad8 11.mystake-hp8h6v.mystake-niifba 13.mystake-k0r2eq.mystake-9uo9iv 9.mystake-yenxfs.mystake-70k1gz 9.mystake-z9xpr2.mystake-0jimop 8.mystake-o8ggk8.mystake-1e3nkc 5.mystake-ufb758.mystake-up1ka6 5.mystake-lpkfcw.mystake-w5dght 5.mystake-4l1tj6.mystake-75xim8 4.mystake-prck27.mystake-hhi1oc 1.mystake-zfkygb.mystake-pl7t3b 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.mystake-zmkb2z .mystake-r86ggf {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.mystake-zmkb2z .mystake-ws384y {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.mystake-tps799 {
  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-tps799 {
    padding: 24px;
  }
}

.mystake-tps799 .mystake-j7bx63 {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-tps799 .mystake-j7bx63 {
    display: none;
  }
}

.mystake-tps799 .mystake-7mcpwr svg {
  display: none;
}

.mystake-epqls8 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mystake-epqls8 .mystake-mf6fyu {
  display: none;
}

@media (min-width: 768px) {
  .mystake-epqls8 .mystake-mf6fyu {
    display: flex;
  }
}

.mystake-c5mevc {
  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-c5mevc {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-c5mevc > * {
  margin: 0 !important;
}

.mystake-c5mevc img,
.mystake-ycxfm1 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-c5mevc img,
  .mystake-ycxfm1 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-0j7t7s {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-0j7t7s {
    width: 32px;
    height: 32px;
  }
}

.mystake-pq1sa8 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .mystake-pq1sa8 {
    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-pq1sa8::-webkit-scrollbar {
    display: none;
  }
}

.mystake-2gsc40 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .mystake-2gsc40 {
    padding: 7px 15px;
  }
}

.mystake-2gsc40:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-mgd596 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-mgd596 {
    display: flex;
    opacity: 1;
  }
}

.mystake-2gsc40 picture {
  height: 100%;
  display: block;
}

.mystake-2gsc40 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .mystake-2gsc40 img {
    width: 88px;
    height: 44px;
  }
}

.mystake-2gsc40 p {
  text-align: center;
  width: 100%;
}

.mystake-9w5g6h {
  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-9w5g6h {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-9w5g6h img,
.mystake-hcku5m {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-9w5g6h img,
  .mystake-hcku5m {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-b8tuhe {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-b8tuhe {
    width: 32px;
    height: 32px;
  }
}

.mystake-7fyp39 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.mystake-59ounn {
  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-etb4hz {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.mystake-etb4hz.mystake-moogbf {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.mystake-kvrnx4 {
  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-kvrnx4 {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-77hx72 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.mystake-91osul {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.mystake-6z98q4 ease;
  opacity: 0;
  color: var(--text-color);
}

.mystake-cmp9vu {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.mystake-cmp9vu ol,
.mystake-cmp9vu ul {
  padding-left: 1.3em;
}

.mystake-etb4hz.mystake-moogbf .mystake-91osul {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.mystake-etb4hz.mystake-moogbf .mystake-77hx72 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.mystake-8gh344 {
  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-8gh344 {
    padding: 24px;
  }
}

.mystake-8gh344 .mystake-j7bx63 {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-8gh344 .mystake-j7bx63 {
    display: none;
  }
}

.mystake-8gh344 .mystake-7mcpwr svg {
  display: none;
}

.mystake-y7ehz1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mystake-y7ehz1 .mystake-mf6fyu {
  display: none;
}

@media (min-width: 768px) {
  .mystake-y7ehz1 .mystake-mf6fyu {
    display: flex;
  }
}

.mystake-09h6ex {
  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-09h6ex {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-09h6ex > * {
  margin: 0 !important;
}

.mystake-09h6ex img,
.mystake-t46fo4 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-09h6ex img,
  .mystake-t46fo4 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-iluxov {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-iluxov {
    width: 32px;
    height: 32px;
  }
}

.mystake-iik7hl {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .mystake-iik7hl {
    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-iik7hl::-webkit-scrollbar {
    display: none;
  }
}

.mystake-z1zsw4 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.mystake-z1zsw4:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-9ed01a {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-9ed01a {
    display: flex;
    opacity: 1;
  }
}

.mystake-z1zsw4 picture {
  width: auto;
  height: 100%;
  display: block;
}

.mystake-z1zsw4 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.mystake-dykx7f {
  margin: -24px 0;
}

.mystake-dykx7f:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .mystake-dykx7f {
    margin: -16px 0;
  }
}

.mystake-b1tzt6 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .mystake-b1tzt6 {
    flex-direction: row;
  }
}

.mystake-4kp2r2 {
  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-4kp2r2 {
    flex: 1;
  }
}

.mystake-4kp2r2::placeholder {
  color: var(--Text-400);
}

.mystake-4vx4lv {
  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-3jk3od {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.mystake-3jk3od::-webkit-scrollbar {
  display: none;
}

.mystake-sjv6g5 {
  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-sjv6g5 img,
.mystake-sjv6g5 svg {
  margin-right: 8px;
}

.mystake-b4fb8h {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.mystake-dykx7f + .mystake-zq5zx6 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .mystake-dykx7f + .mystake-zq5zx6 {
    margin-top: -16px;
  }
}

.mystake-9hsxta {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.mystake-9hsxta > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.mystake-9hsxta > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.mystake-9n2iv8 {
  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-37blly {
  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-cvei6d {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.mystake-3kzrf3 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.mystake-k60bco {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.mystake-9n2iv8 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-9n2iv8 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-9n2iv8 {
    padding: 39px 179px 39px 39px;
  }

  .mystake-37blly {
    font-size: 40px;
    line-height: 48px;
  }

  .mystake-k60bco {
    height: 348px;
  }

  .mystake-9n2iv8 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .mystake-9n2iv8 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-9n2iv8 {
    padding: 63px;
  }
}

.mystake-99zcsd {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .mystake-99zcsd {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.mystake-wzn1e0 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-wzn1e0 {
    width: auto;
  }
}

.mystake-7szngc {
  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-7szngc::-webkit-scrollbar {
  display: none;
}

.mystake-7szngc 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-7szngc a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-7szngc {
    margin-left: 16px;
    margin-top: 0;
  }
}

.mystake-99zcsd .mystake-jndi9a {
  -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-6z98q4,
    mask-image 0.3s;
}

.mystake-99zcsd .mystake-jndi9a.mystake-c2kv60 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.mystake-kktybx {
  margin: 40px -16px;
}

.mystake-ua6jb6 + .mystake-lgf9xb,
.mystake-ua6jb6 + .mystake-pbvo4f {
  margin-top: 24px;
}

.mystake-nteevc {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.mystake-nteevc picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.mystake-0etu68 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .mystake-0etu68 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .mystake-0etu68 {
    margin-top: 0;
  }
}

.mystake-npk4h2 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-npk4h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-6o8i9i {
  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-6o8i9i {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.mystake-4hk39t {
  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-4hk39t {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.mystake-k01vgw {
  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-k01vgw {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-45tviq {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-45tviq {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-6xk2wv {
  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-9fwmjd {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.mystake-9fwmjd img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mystake-zq5zx6 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.mystake-18f7mn {
  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-18f7mn {
    padding: 15px 48px;
  }
}

main > .mystake-zq5zx6 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .mystake-7f5hnw.mystake-sx55ra > div:nth-child(n+5) {
    display: none;
  }
}

.mystake-m0qzmj p a img {
  display: block;
  margin: 0 auto;
}


.mystake-drrn57 {
  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-cg407l {
  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-cg407l label {
  font-size: 14px;
}

.mystake-cg407l h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.mystake-cg407l input,
.mystake-cg407l textarea,
.mystake-cg407l 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-cg407l button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.mystake-f79bdh ease;
}
.mystake-cg407l button:hover {
  background-color: var(--button-bg-hover);
}
.mystake-rafh6u {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.mystake-i7c8wp ease-in;
}

.mystake-rafh6u 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-r4tmhh, .mystake-yuykr4, [class*="review-card"],
thead, thead th, table th, .mystake-l757u4,
.mystake-0pzegj, [class*="collapsible-header"],
.mystake-0ym8x2, [class*="updated-block"] {
  color: #ece7dc !important;
}
