* {
  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-zcuha6 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .mystake-zcuha6 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-zcuha6 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.mystake-zfso59 {
  overflow: hidden;
}

.mystake-oiefep img {
  background: var(--Neutral-300);
}

.mystake-oobk9g {
  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-y9oqzh {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.mystake-y9oqzh:hover {
  background: var(--button-bg-hover);
}

.mystake-0trmmh {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.mystake-0trmmh:hover {
  background: var(--button-bg-hover);
}

.mystake-v8chqe {
  font-size: 12px;
  line-height: 18px;
}

.mystake-mdvxqy {
  font-size: 18px;
  line-height: 26px;
}

.mystake-okcqly {
  width: 100%;
}

.mystake-e361u7 {
  padding: 6px 16px;
}

.mystake-p63yzm {
  padding: 10px 16px;
}

.mystake-b852lx {
  padding: 15px 26px;
}

.mystake-mxs1xs {
  flex-shrink: 0;
}

.mystake-84b9xn {
  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-j6wn5n {
  display: none;
}

.mystake-esew5c {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.mystake-l3kod3 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.mystake-t45p5r {
  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-kll3ct {
  cursor: grab;
}

.mystake-t45p5r::-webkit-scrollbar {
  display: none;
}

.mystake-1os3b3 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.mystake-72gga4 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.mystake-994wur {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.mystake-xadq15 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.mystake-lqrl19 {
  visibility: visible;
}

.mystake-iur9cg {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.mystake-lyf52w ease;
}

.mystake-8w9z6q {
  background-color: var(--Primary-200);
  width: 16px;
}

.mystake-6ig7m2 {
  -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-lyf52w,
    mask-image 0.3s;
}

.mystake-6ig7m2.mystake-yucip2 {
  -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-fg8e03: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-2cm8lh {
  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-la4eie.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-la4eie.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-c282y7 {
  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-c282y7::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-l9cxif {
  position: relative;
  z-index: 1;
}

.mystake-yl5e43 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.mystake-yq07on {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.mystake-i4tmyb {
  font-size: 40px;
  line-height: 48px;
}

.mystake-s9cs1n {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.mystake-vf92au {
  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-vf92au:hover {
  background: var(--Primary-400);
}

.mystake-vf92au svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.mystake-fg8e03 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-c282y7 {
    max-width: 600px;
    padding: 64px;
  }

  .mystake-yl5e43 {
    font-size: 24px;
    line-height: 32px;
  }

  .mystake-yq07on {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .mystake-i4tmyb {
    font-size: 50px;
    line-height: 56px;
  }

  .mystake-s9cs1n {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .mystake-2cm8lh {
    top: 25px;
    right: 25px;
  }
}

.mystake-ohr512,
.mystake-i1erne {
  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-h3c6bq.mystake-57yk4a::before,
.mystake-i1erne::before,
.mystake-l90vm7::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-la4eie.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.mystake-79en08 14.mystake-u624t9.mystake-lxtytc 14.mystake-j4x5yu 15.mystake-h9sjdm 14.mystake-x4xar2 15.mystake-noxjzz 14.mystake-jvbeyl.mystake-7rdse9 14.mystake-64124w 19.mystake-fd6ssl 12.mystake-hfx23a 19.mystake-fd6ssl 10.mystake-zs0bb0.mystake-fd6ssl 8.mystake-nw0h51 17.mystake-72lwub 7.mystake-p6lzea 15.mystake-kvcekm 7.mystake-we6064.mystake-fy8akk 7.mystake-p6lzea 11.mystake-b3n6xw 8.mystake-nw0h51 11.mystake-b3n6xw 10.mystake-o9r3pc.mystake-b3n6xw 12.mystake-glxtqo 13.mystake-jd53p3 14.mystake-mf2gzo 15.mystake-mb5cw4 14.mystake-569d39.mystake-7q2brj 14.mystake-vbyzy5 15.mystake-9kp2dc 14.mystake-v4hlhp 15.mystake-zs44o7 14.mystake-6rkduc.mystake-79en08 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.mystake-j3tenq 15.mystake-ytonsp.mystake-fiezod 15.mystake-03ew3y 15.mystake-scyjp2 15.mystake-vp2luz 15.mystake-oidqvs 15.mystake-xt8h6p.mystake-bnhhl1 15.mystake-vp2luz 15.mystake-lkl87k 15.mystake-xbwp64 15.mystake-33s52k 15.mystake-dvdqha.mystake-yxc9su 15.mystake-5s4ubj 7.mystake-3g02rc 18.mystake-kps40o 7.mystake-t6qd50 23.mystake-989dp4.mystake-27eskt.mystake-zu3xq7 18.mystake-qu61c4 19.mystake-sd67s8 15.mystake-xjuhgp 15.mystake-j3tenq 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.mystake-1104pq [type="submit"] *,
.mystake-plbke5 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .mystake-oozrle {
    display: none;
  }
}

.mystake-36jsd9 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .mystake-36jsd9 {
  display: none;
}

@media (min-width: 768px) {
  .mystake-36jsd9 {
    bottom: 22px;
  }
}

.mystake-36jsd9 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .mystake-36jsd9 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.mystake-jhl2rd.static) .mystake-36jsd9 {
    bottom: 8px;
  }
}

.mystake-cwkame {
  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-la4eie.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.mystake-a1olst 3.mystake-8lx21j.mystake-woa4bf.mystake-nqhtxr 3.mystake-i79pdl 3.mystake-a2ozlj 5.mystake-iwxgo5 3.mystake-a2ozlj 8.mystake-alcswc.mystake-pga894.mystake-a2ozlj 26.mystake-hrq6t4 5.mystake-3wvea3 28.mystake-7lsyaj 8.mystake-36rset 28.mystake-r88hm4.mystake-xfad4j 28.mystake-xh3528.mystake-icicdx 34.mystake-3v5ztc.mystake-5r7aso 36.mystake-nhimfk 11.mystake-hlldxk 37.mystake-6e00e2 12.mystake-ru0x7f 36.mystake-x7yydz.mystake-xufe6h 28.mystake-9lb0t9.mystake-vhk5fu.mystake-6w37de 28.mystake-8m26e1 36.mystake-boj3kq 26.mystake-5t464j 36.mystake-boj3kq 23.mystake-zc3jd2.mystake-el0xdx.mystake-boj3kq 5.mystake-h4xx6i 34.mystake-4s7rza 3.mystake-i79pdl 31.mystake-a1olst 3.mystake-2owqwu.mystake-dqnjig 18.mystake-04wg95.mystake-jvv66p 18.mystake-lh656j 8.mystake-eq1tac 17.mystake-yc4a9u 8.mystake-eq1tac 15.mystake-285122.mystake-eq1tac 14.mystake-jl2nwx 9.mystake-jvv66p 13.mystake-tlu5tz 11.mystake-dqnjig 13.mystake-nri43n.mystake-9uoqpc 13.mystake-tlu5tz 13.mystake-skr0kz 14.mystake-jl2nwx 13.mystake-skr0kz 15.mystake-3oiotp.mystake-skr0kz 17.mystake-yc4a9u 12.mystake-9uoqpc 18.mystake-lh656j 11.mystake-dqnjig 18.mystake-8mq46i.mystake-4c2fdf 18.mystake-c3jxyb.mystake-9ncfqf 18.mystake-lh656j 17.mystake-gsl4md 17.mystake-yc4a9u 17.mystake-gsl4md 15.mystake-qwov2l.mystake-gsl4md 14.mystake-jl2nwx 18.mystake-9ncfqf 13.mystake-tlu5tz 20.mystake-4c2fdf 13.mystake-0s7ned.mystake-y82nm4 13.mystake-tlu5tz 22.mystake-8ygyit 14.mystake-jl2nwx 22.mystake-8ygyit 15.mystake-t3j0lp.mystake-zccx1t 17.mystake-yc4a9u 21.mystake-y82nm4 18.mystake-lh656j 20.mystake-4c2fdf 18.mystake-3l4gdm.mystake-z8vyse 18.mystake-caqii1.mystake-308syv 18.mystake-lh656j 26.mystake-1qbqd4 17.mystake-yc4a9u 26.mystake-1qbqd4 15.mystake-8cqp89.mystake-1qbqd4 14.mystake-jl2nwx 27.mystake-308syv 13.mystake-tlu5tz 28.mystake-z8vyse 13.mystake-kmldss.mystake-nxiphv 13.mystake-tlu5tz 31.mystake-jmwtxu 14.mystake-jl2nwx 31.mystake-jmwtxu 15.mystake-jb5sg6.mystake-1qbqd4 17.mystake-yc4a9u 30.mystake-nxiphv 18.mystake-lh656j 28.mystake-z8vyse 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-cwkame {
    display: none;
  }
}

.mystake-c198rs {
  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-c198rs {
    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-plbke5 {
  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-plbke5 {
    padding: 14px 16px;
  }
}

.mystake-plbke5 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.mystake-plbke5 button:first-child {
  align-content: end;
}

.mystake-plbke5 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .mystake-plbke5
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-plbke5
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.mystake-plbke5 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.mystake-plbke5 button:last-child svg {
  width: 38px;
  height: 38px;
}

.mystake-l90vm7 {
  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-l90vm7::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-l90vm7,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-l90vm7 {
  opacity: 1;
  visibility: visible;
}

.mystake-4ju6vu {
  flex: 1 1;
}

.mystake-012guq {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-012guq {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .mystake-dxd33y {
  display: block;
}

.mystake-ttlvnz {
  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-ttlvnz {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-i1erne {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.mystake-i1erne::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.mystake-dvzn7t span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.mystake-dvzn7t p {
  color: var(--Text-100);
}

.mystake-i1erne .mystake-bixbw0 {
  grid-area: button;
}

.mystake-i1erne .mystake-bixbw0::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-la4eie.org/2000/svg'%3E%3Cpath d='M4.mystake-ibx4yo 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-rs406c 15L16.mystake-rs406c 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-rs406c 5L16.mystake-rs406c 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-rsgcly {
  display: block;
}

.mystake-obazfw {
  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-obazfw {
    margin-top: 40px;
  }
}

.mystake-ohr512 label,
.mystake-ohr512 input {
  display: block;
  width: 100%;
}

.mystake-ohr512 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.mystake-ohr512 label.mystake-2vveqc input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.mystake-ohr512 label.mystake-2vveqc::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-ohr512 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-ohr512 input::placeholder {
  color: var(--Text-400);
}

.mystake-oo4lmb {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .mystake-oo4lmb {
  display: flex;
}

.mystake-oo4lmb ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .mystake-oo4lmb ol {
    height: 420px;
    padding: 24px;
  }
}

.mystake-oo4lmb ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.mystake-1104pq {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-1104pq {
    padding: 0 24px 24px;
  }
}

.mystake-1104pq 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-1104pq input::placeholder {
  color: var(--Text-400);
}

.mystake-1104pq [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.mystake-1104pq [type="submit"]:disabled {
  opacity: 0.5;
}

.mystake-1104pq [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .mystake-1104pq [type="submit"] {
    right: 40px;
  }
}

.mystake-h3c6bq {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.mystake-h3c6bq.mystake-57yk4a {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.mystake-h3c6bq.mystake-57yk4a::before {
  content: "";
  width: 31px;
}

.mystake-h3c6bq.mystake-57yk4a p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-h3c6bq.mystake-jhchg8 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.mystake-h3c6bq p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-36jsd9 .mystake-bixbw0 {
  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-oozrle {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .mystake-oozrle {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .mystake-oozrle {
    padding: 18px 0;
  }
}

.mystake-oozrle .mystake-zcuha6 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .mystake-oozrle .mystake-zcuha6 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.mystake-8mnn6f {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .mystake-8mnn6f {
    max-width: 160px;
    height: 40px;
  }
}

.mystake-8mnn6f picture,
.mystake-8mnn6f img {
  display: block;
  width: 100%;
  height: 100%;
}

.mystake-8mnn6f img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .mystake-2ddp9l {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.mystake-lyf52w ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .mystake-oozrle.mystake-gx5rdr .mystake-2ddp9l {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mystake-2ddp9l {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .mystake-2ddp9l {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.mystake-ewd523,
.mystake-599niz {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .mystake-ewd523,
  .mystake-599niz {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .mystake-599niz {
    display: none;
  }
}

.mystake-d77u9o {
  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-gx5rdr .mystake-d77u9o {
  background: var(--fh-bg-color);
}

.mystake-d77u9o button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .mystake-d77u9o {
    display: none;
  }
}

.mystake-jt7gh7 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-jt7gh7 {
    display: none;
  }
}

.mystake-yfd84l {
  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-oozrle.mystake-gx5rdr .mystake-yfd84l:first-child {
  display: none;
}

.mystake-oozrle.mystake-gx5rdr .mystake-yfd84l:last-child {
  display: block;
}

.mystake-yfd84l:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .mystake-yfd84l {
    display: none;
  }
}

.mystake-15h2zg {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-15h2zg {
    display: flex;
  }
}

.mystake-15h2zg ul {
  max-height: 350px;
  overflow-y: auto;
}

.mystake-15h2zg:hover ul {
  visibility: visible;
  opacity: 1;
}

.mystake-15h2zg:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.mystake-15h2zg:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.mystake-15h2zg:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.mystake-15h2zg:hover .mystake-fupx85 svg {
  transform: rotate(180deg);
}

.mystake-1ww1sg {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.mystake-wjwiiw {
  padding: 0 8px;
}

.mystake-ztl2u8 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.mystake-ztl2u8:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .mystake-ztl2u8 {
    padding: 4px 8px;
  }
}

.mystake-tv1kdr {
  display: flex;
}

.mystake-tv1kdr img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.mystake-fupx85 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.mystake-fupx85 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.mystake-z0yv5q {
  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-z0yv5q {
    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-6rp7g2 {
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-6rp7g2 {
    display: none;
  }
}

.mystake-grb784 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.mystake-3ihdyi {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.mystake-3xar8b {
  display: flex;
}

.mystake-brccvj {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.mystake-50rm69 {
  list-style: none;
}

@media (max-width: 1199px) {
  .mystake-50rm69 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .mystake-50rm69 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mystake-50rm69 .mystake-2wecww [data-ref-el],
  .mystake-50rm69 .mystake-2wecww span,
  .mystake-50rm69 .mystake-2wecww a {
    white-space: nowrap;
  }
}

.mystake-ubr4mj {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .mystake-ubr4mj.mystake-h38t8h > .mystake-2wecww {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .mystake-ubr4mj.mystake-awwr2l:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .mystake-ubr4mj.mystake-h38t8h > .mystake-41mjvs {
    height: auto;
  }

  .mystake-ubr4mj.mystake-h38t8h > div > .mystake-yv39yz {
    transform: rotate(180deg);
  }
}

.mystake-ubr4mj [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.mystake-ubr4mj [data-ref-el],
.mystake-ubr4mj span {
  cursor: pointer;
}

.mystake-ubr4mj [data-ref-el],
.mystake-ubr4mj span,
.mystake-ubr4mj 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-ubr4mj [data-ref-el],
  .mystake-ubr4mj span,
  .mystake-ubr4mj a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .mystake-ubr4mj [data-ref-el],
  .mystake-ubr4mj span,
  .mystake-ubr4mj a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.mystake-41mjvs {
  height: 0;
  overflow: hidden;
  transition: height 0.mystake-lyf52w ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.mystake-41mjvs::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.mystake-41mjvs::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.mystake-41mjvs::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .mystake-41mjvs {
    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-41mjvs:has(> .mystake-ubr4mj.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .mystake-41mjvs .mystake-41mjvs {
    padding: 0;
  }

  .mystake-41mjvs .mystake-ubr4mj {
    font-weight: 400;
  }

  .mystake-41mjvs .mystake-ubr4mj:hover > .mystake-2wecww {
    background: var(--Neutral-300);
  }

  .mystake-41mjvs .mystake-yv39yz {
    rotate: -90deg;
  }
}

.mystake-2wecww {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-2wecww {
    padding: 8px;
  }

  .mystake-ubr4mj.mystake-8lmv2d > .mystake-2wecww {
    background: var(--Neutral-300);
  }
}

.mystake-yv39yz {
  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-la4eie.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.mystake-7rph5m 0.mystake-j6kpm9.mystake-hr0jm8 -0.mystake-sbqn15 0.mystake-zg2jq7 -0.mystake-sbqn15 1.mystake-eab4ud 0.mystake-vkuxvh.mystake-9xyrdy 4.mystake-3u69hv.mystake-7rph5m 0.mystake-24vdyg.mystake-0bsv2g -0.mystake-sbqn15 9.mystake-jtyzqe -0.mystake-sbqn15 10.mystake-ng2t1m 0.mystake-db2a5h.mystake-yuks7h 0.mystake-hr0jm8 10.mystake-yuks7h 0.mystake-zg2jq7 10.mystake-ng2t1m 1.mystake-74n5wg.mystake-muqjdo 5.mystake-cxx5lx.mystake-5u7lft 6.mystake-5mxhi2 5.mystake-cq4p4t 6.mystake-5mxhi2 4.mystake-n4xt3j 5.mystake-e93nc3.mystake-7rph5m 1.mystake-zshuoh.mystake-sbqn15 0.mystake-zg2jq7 -0.mystake-sbqn15 0.mystake-hr0jm8 0.mystake-7rph5m 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.mystake-lyf52w ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-yv39yz {
    cursor: default;
  }
}

.mystake-kjb7gr {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.mystake-rmair6 {
  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-rmair6 {
    padding: 40px 4px;
  }
}

.mystake-gfkj6v {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .mystake-gfkj6v {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.mystake-t1ogsq {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .mystake-t1ogsq {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.mystake-t1ogsq ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.mystake-t1ogsq [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.mystake-t1ogsq [data-ref-el],
.mystake-t1ogsq span,
.mystake-t1ogsq a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.mystake-rnosi1 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-rnosi1 {
    margin-bottom: 12px;
  }
}

.mystake-97svat {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.mystake-97svat img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .mystake-97svat:last-child {
    margin-right: 0;
  }
}

.mystake-dhcm7z {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-rnosi1:hover .mystake-mbebne {
  visibility: visible;
  opacity: 1;
}

.mystake-mbebne {
  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-5iyum7 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.mystake-s9nrtx {
  display: flex;
  margin: 6px;
}

.mystake-s9nrtx img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.mystake-mbebne::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-mbebne::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-lpu297 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-lpu297 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.mystake-4y0a3c {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .mystake-4y0a3c {
    margin-right: 32px;
  }
}

.mystake-6louk2 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-6louk2 {
    margin-top: 0;
    width: 340px;
  }
}

.mystake-6louk2 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-55ko7u {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.mystake-phcioj {
  position: relative;
}

@media (min-width: 768px) {
  .mystake-phcioj {
    margin-top: 40px;
  }
}

.mystake-phcioj + .mystake-fx5i46,
.mystake-phcioj + .mystake-phcioj {
  margin-top: 24px;
}

.mystake-kchxqx {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .mystake-kchxqx {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-kchxqx {
    padding: 80px;
  }
}

.mystake-j7dste {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .mystake-j7dste {
    padding: 0 16px;
}


}

.mystake-4rpbh3 {
  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-4rpbh3 {
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-nulsfx {
  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-nulsfx {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-jbmbep {
  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-jbmbep:hover {
  background: var(--button-bg-hover);
}

.mystake-6g2hbz {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.mystake-6g2hbz img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .mystake-6g2hbz img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .mystake-6g2hbz img {
  min-height: 100%;
  }
}

.mystake-kchxqx::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.mystake-b4v8dg {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mystake-b4v8dg h1,
.mystake-b4v8dg h2,
.mystake-b4v8dg h3,
.mystake-b4v8dg h4 {
  margin-bottom: 6px;
}

.mystake-b4v8dg h1:not(:first-child),
.mystake-b4v8dg h2:not(:first-child),
.mystake-b4v8dg h3:not(:first-child),
.mystake-b4v8dg h4:not(:first-child) {
  margin-top: 16px;
}

.mystake-b4v8dg h1,
.mystake-b4v8dg h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .mystake-b4v8dg h1,
  .mystake-b4v8dg h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.mystake-b4v8dg h2,
.mystake-b4v8dg h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .mystake-b4v8dg h2,
  .mystake-b4v8dg h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-b4v8dg h3,
.mystake-b4v8dg h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .mystake-b4v8dg h3,
  .mystake-b4v8dg h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-b4v8dg h4,
.mystake-b4v8dg h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.mystake-b4v8dg ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.mystake-b4v8dg ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.mystake-b4v8dg 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-b4v8dg ul ul {
  margin-bottom: 8px;
}

.mystake-b4v8dg ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.mystake-b4v8dg ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.mystake-b4v8dg ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.mystake-b4v8dg ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.mystake-b4v8dg ol li::marker {
  font-weight: 700;
}

.mystake-b4v8dg ol ol {
  margin-bottom: 8px;
}

.mystake-b4v8dg ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.mystake-b4v8dg ol ul li {
  padding-left: 16px;
}

.mystake-b4v8dg 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-b4v8dg table {
    padding: 24px;
  }
}

.mystake-b4v8dg table.mystake-p1gjej {
  -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-lyf52w,
    mask-image 0.3s;
}

.mystake-b4v8dg table.mystake-p1gjej.mystake-yucip2 {
  -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-b4v8dg table {
    display: table;
  }
}

.mystake-b4v8dg 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-b4v8dg table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-b4v8dg table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-b4v8dg 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-b4v8dg table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.mystake-b4v8dg table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-b4v8dg table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-b4v8dg table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.mystake-b4v8dg img {
  max-width: 100%;
  height: auto;
}

.mystake-s3rrww {
  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-s3rrww {
    padding: 24px;
  }
}

.mystake-6g5g38 {
  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-6g5g38 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.mystake-6g5g38 > * {
  margin: 0 !important;
}

.mystake-6g5g38 img,
.mystake-tgjbss {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-6g5g38 img,
  .mystake-tgjbss {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-qwqot4 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-qwqot4 {
    width: 32px;
    height: 32px;
  }
}

.mystake-c84pc8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.mystake-c84pc8 .mystake-aowb31 {
  flex-shrink: 0;
}

.mystake-c84pc8 .mystake-hqdtk1 svg {
  display: none;
}

.mystake-a4pby1 {
  display: grid;
  transition: max-height 0.mystake-lyf52w ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .mystake-a4pby1 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .mystake-a4pby1 {
    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-a4pby1.mystake-kiuwo8 + .mystake-aowb31 svg {
  transform: rotate(180deg);
}

.mystake-b1ofmh {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.mystake-b1ofmh > div:nth-child(3n) {
  grid-column: span 2;
}

.mystake-b1ofmh
  > div:nth-child(3n)
  .mystake-l2kyla
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .mystake-b1ofmh {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .mystake-b1ofmh > div:nth-child(3n) {
    grid-column: unset;
  }

  .mystake-b1ofmh
    > div:nth-child(3n)
    .mystake-l2kyla
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .mystake-b1ofmh {
    max-width: 270px;
  }
}

.mystake-b1ofmh .mystake-l2kyla button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .mystake-b1ofmh .mystake-l2kyla button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .mystake-b1ofmh .mystake-l2kyla button {
    max-width: 104px;
  }
}

.mystake-dqcy52 {
  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-dqcy52 {
    margin-bottom: 0;
  }
}

.mystake-pidqpg {
  display: none;
  opacity: 0;
}

.mystake-7urzgl {
  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-7urzgl img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.mystake-l2kyla {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.mystake-l2kyla 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-l2kyla
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .mystake-l2kyla
    button {
    max-width: 145px;
  }
}

.mystake-kaydca:first-child
  .mystake-l2kyla
  button {
  max-width: 270px;
}

.mystake-r13s8a {
  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-dqcy52 picture {
  width: 100%;
  max-width: 100%;
}

.mystake-duju29 {
  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-duju29 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.mystake-dqcy52:hover .mystake-duju29 {
  display: flex;
}

.mystake-q6otvp {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.mystake-4ljpld {
  display: flex;
}

.mystake-4ljpld:hover .mystake-9t4bqn,
.mystake-4ljpld .mystake-8lmv2d .mystake-9t4bqn {
  display: flex;
}

.mystake-4ljpld svg {
  flex-shrink: 0;
}

.mystake-9t4bqn {
  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-9t4bqn {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.mystake-9t4bqn:hover {
  display: flex;
}

.mystake-9t4bqn svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.mystake-pueid0 {
  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-pueid0 {
    font-size: 12px;
  }
}

.mystake-x42qb7,
.mystake-q4y1dw {
  width: 50%;
  flex-shrink: 0;
}

.mystake-x42qb7 {
  font-weight: 700;
}

.mystake-6klsy7 .mystake-a4pby1 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .mystake-6klsy7 .mystake-a4pby1 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .mystake-6klsy7 .mystake-a4pby1 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.mystake-6klsy7
  .mystake-r13s8a:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.mystake-6klsy7 .mystake-7urzgl {
  height: 100% !important;
  border-radius: 16px;
}

.mystake-6klsy7 .mystake-l2kyla {
  gap: 4px;
  align-items: center;
}

.mystake-6klsy7 .mystake-l2kyla button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mystake-6klsy7 .mystake-l2kyla svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.mystake-6klsy7 .mystake-mqeail,
.mystake-6klsy7 .mystake-94c5wi {
  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-la4eie.org/2000/svg'%3E%3Cpath d='M9.mystake-onav1z 4.mystake-8sgizo.mystake-pc93gw 5.mystake-a6ey5g.mystake-byvdg2 5.mystake-asahpq.mystake-1uec7v 5.mystake-svftxp.mystake-t2qe3n 8.mystake-x5y7eu.mystake-1p2sie 9.mystake-tbi0aq.mystake-6u8ewt 9.mystake-50bz5e.mystake-muef2b 13.mystake-mye4se.mystake-qbn7qt 11.mystake-et4u6p.mystake-n6snc5 11.mystake-yhm2y2.mystake-yegnmh 11.mystake-l61zmw.mystake-ukdt7i 13.mystake-xwt9uh.mystake-djid2a 9.mystake-w58r9m.mystake-5i2bn7 9.mystake-z05s24.mystake-gc4zfl 8.mystake-tpylv8.mystake-9rngzv 5.mystake-vt6h16.mystake-o54e13 5.mystake-g45w35.mystake-e9v8hd 5.mystake-qmr0d5.mystake-ae631o 4.mystake-qotbi9.mystake-n6snc5 1.mystake-z8dmu4.mystake-onav1z 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.mystake-6klsy7 .mystake-mqeail {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.mystake-6klsy7 .mystake-94c5wi {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.mystake-e23s7t {
  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-e23s7t {
    padding: 24px;
  }
}

.mystake-e23s7t .mystake-aowb31 {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-e23s7t .mystake-aowb31 {
    display: none;
  }
}

.mystake-e23s7t .mystake-hqdtk1 svg {
  display: none;
}

.mystake-vxesme {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mystake-vxesme .mystake-oobk9g {
  display: none;
}

@media (min-width: 768px) {
  .mystake-vxesme .mystake-oobk9g {
    display: flex;
  }
}

.mystake-25g8q3 {
  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-25g8q3 {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-25g8q3 > * {
  margin: 0 !important;
}

.mystake-25g8q3 img,
.mystake-85dnt3 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-25g8q3 img,
  .mystake-85dnt3 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-vulule {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-vulule {
    width: 32px;
    height: 32px;
  }
}

.mystake-i0tyor {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .mystake-i0tyor {
    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-i0tyor::-webkit-scrollbar {
    display: none;
  }
}

.mystake-4sl9bw {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .mystake-4sl9bw {
    padding: 7px 15px;
  }
}

.mystake-4sl9bw:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-91qg41 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-91qg41 {
    display: flex;
    opacity: 1;
  }
}

.mystake-4sl9bw picture {
  height: 100%;
  display: block;
}

.mystake-4sl9bw img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .mystake-4sl9bw img {
    width: 88px;
    height: 44px;
  }
}

.mystake-4sl9bw p {
  text-align: center;
  width: 100%;
}

.mystake-phds5u {
  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-phds5u {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-phds5u img,
.mystake-kwta79 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-phds5u img,
  .mystake-kwta79 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-ymzaz2 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-ymzaz2 {
    width: 32px;
    height: 32px;
  }
}

.mystake-339mja {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.mystake-wemnzx {
  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-ofczsw {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.mystake-ofczsw.mystake-8lmv2d {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.mystake-x6xio5 {
  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-x6xio5 {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-gpw1rt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.mystake-svx3ci {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.mystake-lyf52w ease;
  opacity: 0;
  color: var(--text-color);
}

.mystake-t9vccu {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.mystake-t9vccu ol,
.mystake-t9vccu ul {
  padding-left: 1.3em;
}

.mystake-ofczsw.mystake-8lmv2d .mystake-svx3ci {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.mystake-ofczsw.mystake-8lmv2d .mystake-gpw1rt {
  transform: rotate(180deg);
  color: var(--text-color);
}

.mystake-tb5idy {
  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-tb5idy {
    padding: 24px;
  }
}

.mystake-tb5idy .mystake-aowb31 {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-tb5idy .mystake-aowb31 {
    display: none;
  }
}

.mystake-tb5idy .mystake-hqdtk1 svg {
  display: none;
}

.mystake-nlc96j {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mystake-nlc96j .mystake-oobk9g {
  display: none;
}

@media (min-width: 768px) {
  .mystake-nlc96j .mystake-oobk9g {
    display: flex;
  }
}

.mystake-02sr6m {
  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-02sr6m {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-02sr6m > * {
  margin: 0 !important;
}

.mystake-02sr6m img,
.mystake-dce0zs {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-02sr6m img,
  .mystake-dce0zs {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-tqqc89 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-tqqc89 {
    width: 32px;
    height: 32px;
  }
}

.mystake-mitgmq {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .mystake-mitgmq {
    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-mitgmq::-webkit-scrollbar {
    display: none;
  }
}

.mystake-7v2h81 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.mystake-7v2h81:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-xfz5zd {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-xfz5zd {
    display: flex;
    opacity: 1;
  }
}

.mystake-7v2h81 picture {
  width: auto;
  height: 100%;
  display: block;
}

.mystake-7v2h81 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.mystake-ozdw53 {
  margin: -24px 0;
}

.mystake-ozdw53:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .mystake-ozdw53 {
    margin: -16px 0;
  }
}

.mystake-suq51r {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .mystake-suq51r {
    flex-direction: row;
  }
}

.mystake-h60b5y {
  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-h60b5y {
    flex: 1;
  }
}

.mystake-h60b5y::placeholder {
  color: var(--Text-400);
}

.mystake-8gd6t5 {
  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-ocb9pr {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.mystake-ocb9pr::-webkit-scrollbar {
  display: none;
}

.mystake-dp8tdl {
  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-dp8tdl img,
.mystake-dp8tdl svg {
  margin-right: 8px;
}

.mystake-zojx3u {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.mystake-ozdw53 + .mystake-llp9lc {
  margin-top: 0;
}

@media (min-width: 768px) {
  .mystake-ozdw53 + .mystake-llp9lc {
    margin-top: -16px;
  }
}

.mystake-b6jog4 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.mystake-b6jog4 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.mystake-b6jog4 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.mystake-nu42yc {
  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-6muml2 {
  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-rnkchw {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.mystake-h13m3m {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.mystake-ru9pcs {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.mystake-nu42yc 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-nu42yc 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-nu42yc {
    padding: 39px 179px 39px 39px;
  }

  .mystake-6muml2 {
    font-size: 40px;
    line-height: 48px;
  }

  .mystake-ru9pcs {
    height: 348px;
  }

  .mystake-nu42yc button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .mystake-nu42yc button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-nu42yc {
    padding: 63px;
  }
}

.mystake-646jbx {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .mystake-646jbx {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.mystake-52mr6h {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-52mr6h {
    width: auto;
  }
}

.mystake-2ehg8o {
  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-2ehg8o::-webkit-scrollbar {
  display: none;
}

.mystake-2ehg8o 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-2ehg8o a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-2ehg8o {
    margin-left: 16px;
    margin-top: 0;
  }
}

.mystake-646jbx .mystake-0pbt25 {
  -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-lyf52w,
    mask-image 0.3s;
}

.mystake-646jbx .mystake-0pbt25.mystake-yucip2 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.mystake-l26c5c {
  margin: 40px -16px;
}

.mystake-s8ck3e + .mystake-fx5i46,
.mystake-s8ck3e + .mystake-phcioj {
  margin-top: 24px;
}

.mystake-llre88 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.mystake-llre88 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.mystake-10kuja {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .mystake-10kuja {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .mystake-10kuja {
    margin-top: 0;
  }
}

.mystake-rxz9jd {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-rxz9jd {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-e0opn3 {
  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-e0opn3 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.mystake-o549mk {
  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-o549mk {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.mystake-ozqsh5 {
  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-ozqsh5 {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-hcigcd {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-hcigcd {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-1n6g96 {
  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-jsc88s {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.mystake-jsc88s img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mystake-llp9lc {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.mystake-b4zxwn {
  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-b4zxwn {
    padding: 15px 48px;
  }
}

main > .mystake-llp9lc {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .mystake-a4pby1.mystake-p85umo > div:nth-child(n+5) {
    display: none;
  }
}

.mystake-b4v8dg p a img {
  display: block;
  margin: 0 auto;
}


.mystake-rvcz2l {
  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-gfldh9 {
  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-gfldh9 label {
  font-size: 14px;
}

.mystake-gfldh9 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.mystake-gfldh9 input,
.mystake-gfldh9 textarea,
.mystake-gfldh9 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-gfldh9 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.mystake-dydi9f ease;
}
.mystake-gfldh9 button:hover {
  background-color: var(--button-bg-hover);
}
.mystake-wvkc1v {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.mystake-a0u9c1 ease-in;
}

.mystake-wvkc1v 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-sqh7b1, .mystake-pcskwm, [class*="review-card"],
thead, thead th, table th, .mystake-5c207f,
.mystake-bnh8x0, [class*="collapsible-header"],
.mystake-nqjia6, [class*="updated-block"] {
  color: #ece7dc !important;
}
