* {
  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-1sr5wp {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .mystake-1sr5wp {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-1sr5wp {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.mystake-ilot8x {
  overflow: hidden;
}

.mystake-6y172v img {
  background: var(--Neutral-300);
}

.mystake-tho1q2 {
  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-qmnl8z {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.mystake-qmnl8z:hover {
  background: var(--button-bg-hover);
}

.mystake-6cxxbf {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.mystake-6cxxbf:hover {
  background: var(--button-bg-hover);
}

.mystake-ntgxa3 {
  font-size: 12px;
  line-height: 18px;
}

.mystake-3afpnc {
  font-size: 18px;
  line-height: 26px;
}

.mystake-yyssea {
  width: 100%;
}

.mystake-kcbks5 {
  padding: 6px 16px;
}

.mystake-o55ibh {
  padding: 10px 16px;
}

.mystake-blxdao {
  padding: 15px 26px;
}

.mystake-n3vjne {
  flex-shrink: 0;
}

.mystake-hzc1m7 {
  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-0khz0g {
  display: none;
}

.mystake-7bh02r {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.mystake-hnykl4 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.mystake-w9rsbv {
  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-xt2lid {
  cursor: grab;
}

.mystake-w9rsbv::-webkit-scrollbar {
  display: none;
}

.mystake-6z7i0y {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.mystake-y9a5d1 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.mystake-9wh5z4 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.mystake-89mudf {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.mystake-07kw6f {
  visibility: visible;
}

.mystake-ylbao6 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.mystake-zr366j ease;
}

.mystake-knu95n {
  background-color: var(--Primary-200);
  width: 16px;
}

.mystake-cn9my4 {
  -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-zr366j,
    mask-image 0.3s;
}

.mystake-cn9my4.mystake-8gjpyj {
  -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-4bfjw9: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-5o6q2n {
  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-k0g33b.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-k0g33b.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-zpywht {
  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-zpywht::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-n9va86 {
  position: relative;
  z-index: 1;
}

.mystake-zu60lp {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.mystake-y3sh12 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.mystake-wwflwd {
  font-size: 40px;
  line-height: 48px;
}

.mystake-j4h7hn {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.mystake-q2cd66 {
  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-q2cd66:hover {
  background: var(--Primary-400);
}

.mystake-q2cd66 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.mystake-4bfjw9 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-zpywht {
    max-width: 600px;
    padding: 64px;
  }

  .mystake-zu60lp {
    font-size: 24px;
    line-height: 32px;
  }

  .mystake-y3sh12 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .mystake-wwflwd {
    font-size: 50px;
    line-height: 56px;
  }

  .mystake-j4h7hn {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .mystake-5o6q2n {
    top: 25px;
    right: 25px;
  }
}

.mystake-fhgab1,
.mystake-r0pv9o {
  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-k92prb.mystake-f15h9h::before,
.mystake-r0pv9o::before,
.mystake-cajht7::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-k0g33b.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.mystake-0av74t 14.mystake-62ga7s.mystake-iypu32 14.mystake-4cgcfl 15.mystake-za3vmo 14.mystake-alq2ba 15.mystake-s1sjqh 14.mystake-g0ct9v.mystake-eukndj 14.mystake-78c3ko 19.mystake-9ohl7w 12.mystake-algh8g 19.mystake-9ohl7w 10.mystake-5rvbvo.mystake-9ohl7w 8.mystake-dglisr 17.mystake-fm86y7 7.mystake-ci1pol 15.mystake-fp7yoj 7.mystake-qjbvqq.mystake-u0kubg 7.mystake-ci1pol 11.mystake-v7drtj 8.mystake-dglisr 11.mystake-v7drtj 10.mystake-betylf.mystake-v7drtj 12.mystake-vnants 13.mystake-70v8xb 14.mystake-1u11w1 15.mystake-bl70pm 14.mystake-lv2s8v.mystake-hiwgcj 14.mystake-nacvi4 15.mystake-cmimc6 14.mystake-ialv6c 15.mystake-wuq0zb 14.mystake-p0nxwc.mystake-0av74t 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.mystake-xnpzy9 15.mystake-fps8gm.mystake-ennl9q 15.mystake-ijbky2 15.mystake-zf4xil 15.mystake-ce2u1d 15.mystake-2fx9ei 15.mystake-ff00yr.mystake-k2rsoo 15.mystake-ce2u1d 15.mystake-a3mbfx 15.mystake-x8pzpm 15.mystake-dtdjzi 15.mystake-0i5r1z.mystake-9haf3l 15.mystake-v74iuu 7.mystake-kg5tmr 18.mystake-tkmgsh 7.mystake-fzgbsn 23.mystake-mun4vq.mystake-rhnj23.mystake-icaxfu 18.mystake-jlc360 19.mystake-gnajpb 15.mystake-8l82r2 15.mystake-xnpzy9 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.mystake-zcyj9a [type="submit"] *,
.mystake-g4055d button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .mystake-j2m9jo {
    display: none;
  }
}

.mystake-mnx9w3 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .mystake-mnx9w3 {
  display: none;
}

@media (min-width: 768px) {
  .mystake-mnx9w3 {
    bottom: 22px;
  }
}

.mystake-mnx9w3 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .mystake-mnx9w3 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.mystake-a7oad0.static) .mystake-mnx9w3 {
    bottom: 8px;
  }
}

.mystake-0e2ecf {
  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-k0g33b.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.mystake-1qqcr2 3.mystake-7zfwsy.mystake-h074br.mystake-32xg7r 3.mystake-ro520p 3.mystake-vxild0 5.mystake-xko9lp 3.mystake-vxild0 8.mystake-74l29y.mystake-amg7yg.mystake-vxild0 26.mystake-9j2ipy 5.mystake-04sdlt 28.mystake-509hrs 8.mystake-utxz13 28.mystake-hi9dkn.mystake-iuyqos 28.mystake-hcla30.mystake-099ocg 34.mystake-43edxt.mystake-q0psr6 36.mystake-j4ijgf 11.mystake-h3070z 37.mystake-9b04f9 12.mystake-3fi65o 36.mystake-kulzcl.mystake-lx96w8 28.mystake-b292l4.mystake-2i9tph.mystake-8uvf6j 28.mystake-6q9kxe 36.mystake-ex6sx5 26.mystake-yi7ox0 36.mystake-ex6sx5 23.mystake-r1q0e4.mystake-c2yev2.mystake-ex6sx5 5.mystake-5hi18d 34.mystake-9xp5p6 3.mystake-ro520p 31.mystake-1qqcr2 3.mystake-a6okf7.mystake-qp75ju 18.mystake-hsi4r1.mystake-w2vw5r 18.mystake-ti0l1d 8.mystake-p3llq2 17.mystake-4f3f91 8.mystake-p3llq2 15.mystake-bdaho5.mystake-p3llq2 14.mystake-ql2yzf 9.mystake-w2vw5r 13.mystake-bo2s6s 11.mystake-qp75ju 13.mystake-awcemm.mystake-7qkxfw 13.mystake-bo2s6s 13.mystake-irptbc 14.mystake-ql2yzf 13.mystake-irptbc 15.mystake-iwue90.mystake-irptbc 17.mystake-4f3f91 12.mystake-7qkxfw 18.mystake-ti0l1d 11.mystake-qp75ju 18.mystake-un6sj7.mystake-8mbyp5 18.mystake-vgq86r.mystake-7wkw5e 18.mystake-ti0l1d 17.mystake-bho60m 17.mystake-4f3f91 17.mystake-bho60m 15.mystake-kmc6w6.mystake-bho60m 14.mystake-ql2yzf 18.mystake-7wkw5e 13.mystake-bo2s6s 20.mystake-8mbyp5 13.mystake-7ms2iq.mystake-jr4vbb 13.mystake-bo2s6s 22.mystake-ybpg4n 14.mystake-ql2yzf 22.mystake-ybpg4n 15.mystake-xgvbic.mystake-0mzhf6 17.mystake-4f3f91 21.mystake-jr4vbb 18.mystake-ti0l1d 20.mystake-8mbyp5 18.mystake-9a6476.mystake-rypmu8 18.mystake-3lhmsv.mystake-44neu6 18.mystake-ti0l1d 26.mystake-pp0ov6 17.mystake-4f3f91 26.mystake-pp0ov6 15.mystake-g9d70k.mystake-pp0ov6 14.mystake-ql2yzf 27.mystake-44neu6 13.mystake-bo2s6s 28.mystake-rypmu8 13.mystake-z33d5a.mystake-nr4rh9 13.mystake-bo2s6s 31.mystake-fbhipb 14.mystake-ql2yzf 31.mystake-fbhipb 15.mystake-8zcuzr.mystake-pp0ov6 17.mystake-4f3f91 30.mystake-nr4rh9 18.mystake-ti0l1d 28.mystake-rypmu8 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-0e2ecf {
    display: none;
  }
}

.mystake-hsiehl {
  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-hsiehl {
    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-g4055d {
  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-g4055d {
    padding: 14px 16px;
  }
}

.mystake-g4055d button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.mystake-g4055d button:first-child {
  align-content: end;
}

.mystake-g4055d button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .mystake-g4055d
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-g4055d
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.mystake-g4055d button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.mystake-g4055d button:last-child svg {
  width: 38px;
  height: 38px;
}

.mystake-cajht7 {
  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-cajht7::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-cajht7,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-cajht7 {
  opacity: 1;
  visibility: visible;
}

.mystake-dtmg0n {
  flex: 1 1;
}

.mystake-aw1aba {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-aw1aba {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .mystake-pmfanj {
  display: block;
}

.mystake-0xdzlp {
  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-0xdzlp {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-r0pv9o {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.mystake-r0pv9o::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.mystake-ss7954 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.mystake-ss7954 p {
  color: var(--Text-100);
}

.mystake-r0pv9o .mystake-x60cy0 {
  grid-area: button;
}

.mystake-r0pv9o .mystake-x60cy0::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-k0g33b.org/2000/svg'%3E%3Cpath d='M4.mystake-lzjqdh 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-cjxe49 15L16.mystake-cjxe49 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-cjxe49 5L16.mystake-cjxe49 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-jv6s7g {
  display: block;
}

.mystake-f46sr2 {
  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-f46sr2 {
    margin-top: 40px;
  }
}

.mystake-fhgab1 label,
.mystake-fhgab1 input {
  display: block;
  width: 100%;
}

.mystake-fhgab1 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.mystake-fhgab1 label.mystake-4e57cx input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.mystake-fhgab1 label.mystake-4e57cx::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-fhgab1 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-fhgab1 input::placeholder {
  color: var(--Text-400);
}

.mystake-yvzf7t {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .mystake-yvzf7t {
  display: flex;
}

.mystake-yvzf7t ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .mystake-yvzf7t ol {
    height: 420px;
    padding: 24px;
  }
}

.mystake-yvzf7t ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.mystake-zcyj9a {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-zcyj9a {
    padding: 0 24px 24px;
  }
}

.mystake-zcyj9a 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-zcyj9a input::placeholder {
  color: var(--Text-400);
}

.mystake-zcyj9a [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.mystake-zcyj9a [type="submit"]:disabled {
  opacity: 0.5;
}

.mystake-zcyj9a [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .mystake-zcyj9a [type="submit"] {
    right: 40px;
  }
}

.mystake-k92prb {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.mystake-k92prb.mystake-f15h9h {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.mystake-k92prb.mystake-f15h9h::before {
  content: "";
  width: 31px;
}

.mystake-k92prb.mystake-f15h9h p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-k92prb.mystake-ybifeb p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.mystake-k92prb p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-mnx9w3 .mystake-x60cy0 {
  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-j2m9jo {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .mystake-j2m9jo {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .mystake-j2m9jo {
    padding: 18px 0;
  }
}

.mystake-j2m9jo .mystake-1sr5wp {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .mystake-j2m9jo .mystake-1sr5wp {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.mystake-d8r9gf {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .mystake-d8r9gf {
    max-width: 160px;
    height: 40px;
  }
}

.mystake-d8r9gf picture,
.mystake-d8r9gf img {
  display: block;
  width: 100%;
  height: 100%;
}

.mystake-d8r9gf img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .mystake-kv3iip {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.mystake-zr366j ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .mystake-j2m9jo.mystake-npa2ss .mystake-kv3iip {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mystake-kv3iip {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .mystake-kv3iip {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.mystake-8nr5rm,
.mystake-nq1wwf {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .mystake-8nr5rm,
  .mystake-nq1wwf {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .mystake-nq1wwf {
    display: none;
  }
}

.mystake-f0t470 {
  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-npa2ss .mystake-f0t470 {
  background: var(--fh-bg-color);
}

.mystake-f0t470 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .mystake-f0t470 {
    display: none;
  }
}

.mystake-wmpvis {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-wmpvis {
    display: none;
  }
}

.mystake-wio3jf {
  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-j2m9jo.mystake-npa2ss .mystake-wio3jf:first-child {
  display: none;
}

.mystake-j2m9jo.mystake-npa2ss .mystake-wio3jf:last-child {
  display: block;
}

.mystake-wio3jf:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .mystake-wio3jf {
    display: none;
  }
}

.mystake-xilxb7 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-xilxb7 {
    display: flex;
  }
}

.mystake-xilxb7 ul {
  max-height: 350px;
  overflow-y: auto;
}

.mystake-xilxb7:hover ul {
  visibility: visible;
  opacity: 1;
}

.mystake-xilxb7:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.mystake-xilxb7:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.mystake-xilxb7:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.mystake-xilxb7:hover .mystake-sjsibd svg {
  transform: rotate(180deg);
}

.mystake-d1r1xz {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.mystake-rxwm83 {
  padding: 0 8px;
}

.mystake-d5nvbm {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.mystake-d5nvbm:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .mystake-d5nvbm {
    padding: 4px 8px;
  }
}

.mystake-lngxdj {
  display: flex;
}

.mystake-lngxdj img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.mystake-sjsibd {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.mystake-sjsibd svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.mystake-y8kcio {
  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-y8kcio {
    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-dlp40g {
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-dlp40g {
    display: none;
  }
}

.mystake-xh16bu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.mystake-mszs3s {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.mystake-tzprkj {
  display: flex;
}

.mystake-emy5vp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.mystake-u1mhi4 {
  list-style: none;
}

@media (max-width: 1199px) {
  .mystake-u1mhi4 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .mystake-u1mhi4 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mystake-u1mhi4 .mystake-3ys4qq [data-ref-el],
  .mystake-u1mhi4 .mystake-3ys4qq span,
  .mystake-u1mhi4 .mystake-3ys4qq a {
    white-space: nowrap;
  }
}

.mystake-a091zt {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .mystake-a091zt.mystake-v3jmq5 > .mystake-3ys4qq {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .mystake-a091zt.mystake-gu6vgr:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .mystake-a091zt.mystake-v3jmq5 > .mystake-cj1v6n {
    height: auto;
  }

  .mystake-a091zt.mystake-v3jmq5 > div > .mystake-rbwvpr {
    transform: rotate(180deg);
  }
}

.mystake-a091zt [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.mystake-a091zt [data-ref-el],
.mystake-a091zt span {
  cursor: pointer;
}

.mystake-a091zt [data-ref-el],
.mystake-a091zt span,
.mystake-a091zt 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-a091zt [data-ref-el],
  .mystake-a091zt span,
  .mystake-a091zt a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .mystake-a091zt [data-ref-el],
  .mystake-a091zt span,
  .mystake-a091zt a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.mystake-cj1v6n {
  height: 0;
  overflow: hidden;
  transition: height 0.mystake-zr366j ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.mystake-cj1v6n::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.mystake-cj1v6n::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.mystake-cj1v6n::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .mystake-cj1v6n {
    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-cj1v6n:has(> .mystake-a091zt.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .mystake-cj1v6n .mystake-cj1v6n {
    padding: 0;
  }

  .mystake-cj1v6n .mystake-a091zt {
    font-weight: 400;
  }

  .mystake-cj1v6n .mystake-a091zt:hover > .mystake-3ys4qq {
    background: var(--Neutral-300);
  }

  .mystake-cj1v6n .mystake-rbwvpr {
    rotate: -90deg;
  }
}

.mystake-3ys4qq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-3ys4qq {
    padding: 8px;
  }

  .mystake-a091zt.mystake-s5amyt > .mystake-3ys4qq {
    background: var(--Neutral-300);
  }
}

.mystake-rbwvpr {
  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-k0g33b.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.mystake-cgsie3 0.mystake-o5vkg0.mystake-1pd5hy -0.mystake-ag3vco 0.mystake-71a6ir -0.mystake-ag3vco 1.mystake-xeiuvo 0.mystake-fr4sj5.mystake-yw9fnh 4.mystake-8aphyk.mystake-cgsie3 0.mystake-y0lgru.mystake-2u3k7q -0.mystake-ag3vco 9.mystake-f7mkzn -0.mystake-ag3vco 10.mystake-sdzuf3 0.mystake-uxhp4c.mystake-aw9ge8 0.mystake-1pd5hy 10.mystake-aw9ge8 0.mystake-71a6ir 10.mystake-sdzuf3 1.mystake-fgzguw.mystake-dkhv0k 5.mystake-z9d6uy.mystake-tdf7x7 6.mystake-f8wazr 5.mystake-36uvmg 6.mystake-f8wazr 4.mystake-gq4vyv 5.mystake-vccba0.mystake-cgsie3 1.mystake-5b1irg.mystake-ag3vco 0.mystake-71a6ir -0.mystake-ag3vco 0.mystake-1pd5hy 0.mystake-cgsie3 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.mystake-zr366j ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-rbwvpr {
    cursor: default;
  }
}

.mystake-6ah0z1 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.mystake-ptr9lr {
  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-ptr9lr {
    padding: 40px 4px;
  }
}

.mystake-g6ewu7 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .mystake-g6ewu7 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.mystake-ev7fgm {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .mystake-ev7fgm {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.mystake-ev7fgm ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.mystake-ev7fgm [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.mystake-ev7fgm [data-ref-el],
.mystake-ev7fgm span,
.mystake-ev7fgm a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.mystake-p2vim6 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-p2vim6 {
    margin-bottom: 12px;
  }
}

.mystake-i9xkc3 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.mystake-i9xkc3 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .mystake-i9xkc3:last-child {
    margin-right: 0;
  }
}

.mystake-0vurlr {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-p2vim6:hover .mystake-08kq0r {
  visibility: visible;
  opacity: 1;
}

.mystake-08kq0r {
  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-mrotn2 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.mystake-rcb62j {
  display: flex;
  margin: 6px;
}

.mystake-rcb62j img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.mystake-08kq0r::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-08kq0r::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-q4c88y {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-q4c88y {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.mystake-0ia0hd {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .mystake-0ia0hd {
    margin-right: 32px;
  }
}

.mystake-8lxmy1 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-8lxmy1 {
    margin-top: 0;
    width: 340px;
  }
}

.mystake-8lxmy1 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-kauupd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.mystake-i8ut2f {
  position: relative;
}

@media (min-width: 768px) {
  .mystake-i8ut2f {
    margin-top: 40px;
  }
}

.mystake-i8ut2f + .mystake-j70tuw,
.mystake-i8ut2f + .mystake-i8ut2f {
  margin-top: 24px;
}

.mystake-5cmsad {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .mystake-5cmsad {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-5cmsad {
    padding: 80px;
  }
}

.mystake-ytpfza {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .mystake-ytpfza {
    padding: 0 16px;
}


}

.mystake-oa2isl {
  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-oa2isl {
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-dh1zij {
  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-dh1zij {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-otxh4v {
  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-otxh4v:hover {
  background: var(--button-bg-hover);
}

.mystake-6etwcx {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.mystake-6etwcx img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .mystake-6etwcx img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .mystake-6etwcx img {
  min-height: 100%;
  }
}

.mystake-5cmsad::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.mystake-mggkl1 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mystake-mggkl1 h1,
.mystake-mggkl1 h2,
.mystake-mggkl1 h3,
.mystake-mggkl1 h4 {
  margin-bottom: 6px;
}

.mystake-mggkl1 h1:not(:first-child),
.mystake-mggkl1 h2:not(:first-child),
.mystake-mggkl1 h3:not(:first-child),
.mystake-mggkl1 h4:not(:first-child) {
  margin-top: 16px;
}

.mystake-mggkl1 h1,
.mystake-mggkl1 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .mystake-mggkl1 h1,
  .mystake-mggkl1 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.mystake-mggkl1 h2,
.mystake-mggkl1 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .mystake-mggkl1 h2,
  .mystake-mggkl1 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-mggkl1 h3,
.mystake-mggkl1 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .mystake-mggkl1 h3,
  .mystake-mggkl1 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-mggkl1 h4,
.mystake-mggkl1 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.mystake-mggkl1 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.mystake-mggkl1 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.mystake-mggkl1 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-mggkl1 ul ul {
  margin-bottom: 8px;
}

.mystake-mggkl1 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.mystake-mggkl1 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.mystake-mggkl1 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.mystake-mggkl1 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.mystake-mggkl1 ol li::marker {
  font-weight: 700;
}

.mystake-mggkl1 ol ol {
  margin-bottom: 8px;
}

.mystake-mggkl1 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.mystake-mggkl1 ol ul li {
  padding-left: 16px;
}

.mystake-mggkl1 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-mggkl1 table {
    padding: 24px;
  }
}

.mystake-mggkl1 table.mystake-1sm7mo {
  -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-zr366j,
    mask-image 0.3s;
}

.mystake-mggkl1 table.mystake-1sm7mo.mystake-8gjpyj {
  -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-mggkl1 table {
    display: table;
  }
}

.mystake-mggkl1 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-mggkl1 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-mggkl1 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-mggkl1 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-mggkl1 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.mystake-mggkl1 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-mggkl1 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-mggkl1 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.mystake-mggkl1 img {
  max-width: 100%;
  height: auto;
}

.mystake-qzd7lb {
  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-qzd7lb {
    padding: 24px;
  }
}

.mystake-6vbbqv {
  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-6vbbqv {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.mystake-6vbbqv > * {
  margin: 0 !important;
}

.mystake-6vbbqv img,
.mystake-y5t03p {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-6vbbqv img,
  .mystake-y5t03p {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-0sficr {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-0sficr {
    width: 32px;
    height: 32px;
  }
}

.mystake-qocr6l {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.mystake-qocr6l .mystake-ta8ujm {
  flex-shrink: 0;
}

.mystake-qocr6l .mystake-4kzic0 svg {
  display: none;
}

.mystake-7fchpk {
  display: grid;
  transition: max-height 0.mystake-zr366j ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .mystake-7fchpk {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .mystake-7fchpk {
    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-7fchpk.mystake-p3b3ic + .mystake-ta8ujm svg {
  transform: rotate(180deg);
}

.mystake-ex3vwe {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.mystake-ex3vwe > div:nth-child(3n) {
  grid-column: span 2;
}

.mystake-ex3vwe
  > div:nth-child(3n)
  .mystake-htwf8t
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .mystake-ex3vwe {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .mystake-ex3vwe > div:nth-child(3n) {
    grid-column: unset;
  }

  .mystake-ex3vwe
    > div:nth-child(3n)
    .mystake-htwf8t
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .mystake-ex3vwe {
    max-width: 270px;
  }
}

.mystake-ex3vwe .mystake-htwf8t button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .mystake-ex3vwe .mystake-htwf8t button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .mystake-ex3vwe .mystake-htwf8t button {
    max-width: 104px;
  }
}

.mystake-ati67k {
  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-ati67k {
    margin-bottom: 0;
  }
}

.mystake-4uhsgi {
  display: none;
  opacity: 0;
}

.mystake-rrpfq6 {
  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-rrpfq6 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.mystake-htwf8t {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.mystake-htwf8t 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-htwf8t
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .mystake-htwf8t
    button {
    max-width: 145px;
  }
}

.mystake-atqnwc:first-child
  .mystake-htwf8t
  button {
  max-width: 270px;
}

.mystake-o196j6 {
  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-ati67k picture {
  width: 100%;
  max-width: 100%;
}

.mystake-gpq6dq {
  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-gpq6dq svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.mystake-ati67k:hover .mystake-gpq6dq {
  display: flex;
}

.mystake-8rd7ue {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.mystake-axa8bn {
  display: flex;
}

.mystake-axa8bn:hover .mystake-3fhi6q,
.mystake-axa8bn .mystake-s5amyt .mystake-3fhi6q {
  display: flex;
}

.mystake-axa8bn svg {
  flex-shrink: 0;
}

.mystake-3fhi6q {
  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-3fhi6q {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.mystake-3fhi6q:hover {
  display: flex;
}

.mystake-3fhi6q svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.mystake-29w55r {
  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-29w55r {
    font-size: 12px;
  }
}

.mystake-a0u8b7,
.mystake-5wdbq5 {
  width: 50%;
  flex-shrink: 0;
}

.mystake-a0u8b7 {
  font-weight: 700;
}

.mystake-llnz4n .mystake-7fchpk {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .mystake-llnz4n .mystake-7fchpk {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .mystake-llnz4n .mystake-7fchpk {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.mystake-llnz4n
  .mystake-o196j6:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.mystake-llnz4n .mystake-rrpfq6 {
  height: 100% !important;
  border-radius: 16px;
}

.mystake-llnz4n .mystake-htwf8t {
  gap: 4px;
  align-items: center;
}

.mystake-llnz4n .mystake-htwf8t button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mystake-llnz4n .mystake-htwf8t svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.mystake-llnz4n .mystake-d4eu4g,
.mystake-llnz4n .mystake-ftv8xl {
  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-k0g33b.org/2000/svg'%3E%3Cpath d='M9.mystake-9tepgv 4.mystake-qdbvz3.mystake-5p5d8n 5.mystake-o86rr1.mystake-4m7tds 5.mystake-17o4qs.mystake-ka483r 5.mystake-ux1rh3.mystake-czrogn 8.mystake-wtjt6x.mystake-ki6hg4 9.mystake-6qc73n.mystake-im24w1 9.mystake-1l7ece.mystake-kurmn0 13.mystake-1dubrv.mystake-hebk3a 11.mystake-nj204q.mystake-csuxcu 11.mystake-7v41lb.mystake-qo5xgo 11.mystake-0ico4s.mystake-5n9jfo 13.mystake-mxokfh.mystake-agg37p 9.mystake-xqe84c.mystake-zi51d3 9.mystake-9u3qo5.mystake-0c4f9m 8.mystake-2m5qp9.mystake-i8yz86 5.mystake-laghr8.mystake-dgt8x6 5.mystake-3y9txi.mystake-r6s4m4 5.mystake-emmwqo.mystake-eiee61 4.mystake-paxvw9.mystake-csuxcu 1.mystake-6fj68d.mystake-9tepgv 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.mystake-llnz4n .mystake-d4eu4g {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.mystake-llnz4n .mystake-ftv8xl {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.mystake-z1dnoa {
  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-z1dnoa {
    padding: 24px;
  }
}

.mystake-z1dnoa .mystake-ta8ujm {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-z1dnoa .mystake-ta8ujm {
    display: none;
  }
}

.mystake-z1dnoa .mystake-4kzic0 svg {
  display: none;
}

.mystake-lk32hi {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mystake-lk32hi .mystake-tho1q2 {
  display: none;
}

@media (min-width: 768px) {
  .mystake-lk32hi .mystake-tho1q2 {
    display: flex;
  }
}

.mystake-oxdq93 {
  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-oxdq93 {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-oxdq93 > * {
  margin: 0 !important;
}

.mystake-oxdq93 img,
.mystake-ij1215 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-oxdq93 img,
  .mystake-ij1215 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-zvrb5s {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-zvrb5s {
    width: 32px;
    height: 32px;
  }
}

.mystake-0we4n7 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .mystake-0we4n7 {
    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-0we4n7::-webkit-scrollbar {
    display: none;
  }
}

.mystake-3faie8 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .mystake-3faie8 {
    padding: 7px 15px;
  }
}

.mystake-3faie8:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-qej3qw {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-qej3qw {
    display: flex;
    opacity: 1;
  }
}

.mystake-3faie8 picture {
  height: 100%;
  display: block;
}

.mystake-3faie8 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .mystake-3faie8 img {
    width: 88px;
    height: 44px;
  }
}

.mystake-3faie8 p {
  text-align: center;
  width: 100%;
}

.mystake-ktf50s {
  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-ktf50s {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-ktf50s img,
.mystake-pyg0ix {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-ktf50s img,
  .mystake-pyg0ix {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-tppp6z {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-tppp6z {
    width: 32px;
    height: 32px;
  }
}

.mystake-gef094 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.mystake-pyq7ne {
  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-oqy7tx {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.mystake-oqy7tx.mystake-s5amyt {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.mystake-dsvg71 {
  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-dsvg71 {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-0cud7l {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.mystake-8d2fy8 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.mystake-zr366j ease;
  opacity: 0;
  color: var(--text-color);
}

.mystake-au5nsm {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.mystake-au5nsm ol,
.mystake-au5nsm ul {
  padding-left: 1.3em;
}

.mystake-oqy7tx.mystake-s5amyt .mystake-8d2fy8 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.mystake-oqy7tx.mystake-s5amyt .mystake-0cud7l {
  transform: rotate(180deg);
  color: var(--text-color);
}

.mystake-vv6ibk {
  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-vv6ibk {
    padding: 24px;
  }
}

.mystake-vv6ibk .mystake-ta8ujm {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-vv6ibk .mystake-ta8ujm {
    display: none;
  }
}

.mystake-vv6ibk .mystake-4kzic0 svg {
  display: none;
}

.mystake-a4tt94 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mystake-a4tt94 .mystake-tho1q2 {
  display: none;
}

@media (min-width: 768px) {
  .mystake-a4tt94 .mystake-tho1q2 {
    display: flex;
  }
}

.mystake-qboann {
  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-qboann {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-qboann > * {
  margin: 0 !important;
}

.mystake-qboann img,
.mystake-3x5dpc {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-qboann img,
  .mystake-3x5dpc {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-61ma09 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-61ma09 {
    width: 32px;
    height: 32px;
  }
}

.mystake-w1yvjx {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .mystake-w1yvjx {
    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-w1yvjx::-webkit-scrollbar {
    display: none;
  }
}

.mystake-zwh9wa {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.mystake-zwh9wa:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-zxli9k {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-zxli9k {
    display: flex;
    opacity: 1;
  }
}

.mystake-zwh9wa picture {
  width: auto;
  height: 100%;
  display: block;
}

.mystake-zwh9wa picture img {
  display: block;
  width: auto;
  height: 100%;
}

.mystake-ysktbm {
  margin: -24px 0;
}

.mystake-ysktbm:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .mystake-ysktbm {
    margin: -16px 0;
  }
}

.mystake-seia6g {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .mystake-seia6g {
    flex-direction: row;
  }
}

.mystake-y96oqq {
  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-y96oqq {
    flex: 1;
  }
}

.mystake-y96oqq::placeholder {
  color: var(--Text-400);
}

.mystake-m6vagl {
  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-71890v {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.mystake-71890v::-webkit-scrollbar {
  display: none;
}

.mystake-lp0fgw {
  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-lp0fgw img,
.mystake-lp0fgw svg {
  margin-right: 8px;
}

.mystake-yvwbfz {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.mystake-ysktbm + .mystake-t9wl9g {
  margin-top: 0;
}

@media (min-width: 768px) {
  .mystake-ysktbm + .mystake-t9wl9g {
    margin-top: -16px;
  }
}

.mystake-cltnnm {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.mystake-cltnnm > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.mystake-cltnnm > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.mystake-ovw58z {
  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-c9y3jr {
  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-ugvc6c {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.mystake-6trgzl {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.mystake-dkct48 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.mystake-ovw58z 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-ovw58z 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-ovw58z {
    padding: 39px 179px 39px 39px;
  }

  .mystake-c9y3jr {
    font-size: 40px;
    line-height: 48px;
  }

  .mystake-dkct48 {
    height: 348px;
  }

  .mystake-ovw58z button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .mystake-ovw58z button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-ovw58z {
    padding: 63px;
  }
}

.mystake-yknjud {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .mystake-yknjud {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.mystake-2bh6rn {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-2bh6rn {
    width: auto;
  }
}

.mystake-n1s5kj {
  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-n1s5kj::-webkit-scrollbar {
  display: none;
}

.mystake-n1s5kj 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-n1s5kj a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-n1s5kj {
    margin-left: 16px;
    margin-top: 0;
  }
}

.mystake-yknjud .mystake-c2qg8s {
  -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-zr366j,
    mask-image 0.3s;
}

.mystake-yknjud .mystake-c2qg8s.mystake-8gjpyj {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.mystake-z599oa {
  margin: 40px -16px;
}

.mystake-p7d9y8 + .mystake-j70tuw,
.mystake-p7d9y8 + .mystake-i8ut2f {
  margin-top: 24px;
}

.mystake-7jh8bs {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.mystake-7jh8bs picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.mystake-srlnfb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .mystake-srlnfb {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .mystake-srlnfb {
    margin-top: 0;
  }
}

.mystake-woox7u {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-woox7u {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-44qi21 {
  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-44qi21 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.mystake-xi3oex {
  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-xi3oex {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.mystake-vt8lfw {
  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-vt8lfw {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-bjasj1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-bjasj1 {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-e8xb4g {
  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-1tb3wr {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.mystake-1tb3wr img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mystake-t9wl9g {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.mystake-z2b8gx {
  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-z2b8gx {
    padding: 15px 48px;
  }
}

main > .mystake-t9wl9g {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .mystake-7fchpk.mystake-7gxyvw > div:nth-child(n+5) {
    display: none;
  }
}

.mystake-mggkl1 p a img {
  display: block;
  margin: 0 auto;
}


.mystake-bkwfxf {
  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-vy3dxt {
  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-vy3dxt label {
  font-size: 14px;
}

.mystake-vy3dxt h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.mystake-vy3dxt input,
.mystake-vy3dxt textarea,
.mystake-vy3dxt 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-vy3dxt button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.mystake-74hg9l ease;
}
.mystake-vy3dxt button:hover {
  background-color: var(--button-bg-hover);
}
.mystake-pzdccm {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.mystake-9nyzjv ease-in;
}

.mystake-pzdccm 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-p0pac6, .mystake-1lk6qi, [class*="review-card"],
thead, thead th, table th, .mystake-56x7cq,
.mystake-393qf1, [class*="collapsible-header"],
.mystake-1x7glz, [class*="updated-block"] {
  color: #ece7dc !important;
}
