* {
  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-yee33l {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .mystake-yee33l {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-yee33l {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.mystake-surpsi {
  overflow: hidden;
}

.mystake-4am6fk img {
  background: var(--Neutral-300);
}

.mystake-xvirx2 {
  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-igbfc9 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.mystake-igbfc9:hover {
  background: var(--button-bg-hover);
}

.mystake-arbgaz {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.mystake-arbgaz:hover {
  background: var(--button-bg-hover);
}

.mystake-htz51x {
  font-size: 12px;
  line-height: 18px;
}

.mystake-y9vjtf {
  font-size: 18px;
  line-height: 26px;
}

.mystake-n7c1w0 {
  width: 100%;
}

.mystake-5rf3e1 {
  padding: 6px 16px;
}

.mystake-2dbg60 {
  padding: 10px 16px;
}

.mystake-aea9as {
  padding: 15px 26px;
}

.mystake-zdowin {
  flex-shrink: 0;
}

.mystake-m3bavt {
  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-zq73lo {
  display: none;
}

.mystake-xcqr8g {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.mystake-2tfyvv {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.mystake-6tcd6k {
  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-y2jr1q {
  cursor: grab;
}

.mystake-6tcd6k::-webkit-scrollbar {
  display: none;
}

.mystake-3c9fra {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.mystake-i809kz {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.mystake-h6e2i5 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.mystake-87ig3z {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.mystake-7j5r95 {
  visibility: visible;
}

.mystake-t3sujv {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.mystake-qkds0z ease;
}

.mystake-vzwl33 {
  background-color: var(--Primary-200);
  width: 16px;
}

.mystake-i5x0mf {
  -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-qkds0z,
    mask-image 0.3s;
}

.mystake-i5x0mf.mystake-hprsh2 {
  -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-75y6m2: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-nmhmrm {
  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-zaj0n1.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-zaj0n1.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-u7u86g {
  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-u7u86g::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-lmndcs {
  position: relative;
  z-index: 1;
}

.mystake-lhnw1z {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.mystake-n9a0lo {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.mystake-znwxhg {
  font-size: 40px;
  line-height: 48px;
}

.mystake-vrx21i {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.mystake-6zqf02 {
  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-6zqf02:hover {
  background: var(--Primary-400);
}

.mystake-6zqf02 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.mystake-75y6m2 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-u7u86g {
    max-width: 600px;
    padding: 64px;
  }

  .mystake-lhnw1z {
    font-size: 24px;
    line-height: 32px;
  }

  .mystake-n9a0lo {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .mystake-znwxhg {
    font-size: 50px;
    line-height: 56px;
  }

  .mystake-vrx21i {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .mystake-nmhmrm {
    top: 25px;
    right: 25px;
  }
}

.mystake-w60bc2,
.mystake-94wywi {
  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-0gbpe6.mystake-kefl3t::before,
.mystake-94wywi::before,
.mystake-mabzsw::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-zaj0n1.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.mystake-pdug52 14.mystake-ycr2rp.mystake-9e2xdu 14.mystake-adui9g 15.mystake-7u866p 14.mystake-kfodch 15.mystake-ucp1b8 14.mystake-ir5z28.mystake-3nj7bp 14.mystake-ygr6xh 19.mystake-x0nf37 12.mystake-8hisf1 19.mystake-x0nf37 10.mystake-zv0jjn.mystake-x0nf37 8.mystake-29cqvr 17.mystake-dxqd4n 7.mystake-146vxi 15.mystake-vjqbxa 7.mystake-m66403.mystake-2pezol 7.mystake-146vxi 11.mystake-qzmsav 8.mystake-29cqvr 11.mystake-qzmsav 10.mystake-zagsy0.mystake-qzmsav 12.mystake-4poril 13.mystake-s5lpfd 14.mystake-o1iu0f 15.mystake-gdgcft 14.mystake-kc51g8.mystake-z158ob 14.mystake-np9fq6 15.mystake-rmiza2 14.mystake-v15mko 15.mystake-g927en 14.mystake-nweihb.mystake-pdug52 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.mystake-8xqxor 15.mystake-8jx7mr.mystake-5ymrrl 15.mystake-vcvuh9 15.mystake-e9bk1s 15.mystake-w76jos 15.mystake-hebbuo 15.mystake-yg2a0o.mystake-53cty8 15.mystake-w76jos 15.mystake-w8yk90 15.mystake-srb25c 15.mystake-p6ucvn 15.mystake-rm3wgo.mystake-pcmkyr 15.mystake-b09g6z 7.mystake-mub1r4 18.mystake-mxtk2f 7.mystake-2ta3v0 23.mystake-m1n1py.mystake-hujf0d.mystake-q9kwng 18.mystake-agrgu3 19.mystake-c3hvb2 15.mystake-c9oa2e 15.mystake-8xqxor 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.mystake-1r7p7m [type="submit"] *,
.mystake-d8lf98 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .mystake-082ute {
    display: none;
  }
}

.mystake-581qyw {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .mystake-581qyw {
  display: none;
}

@media (min-width: 768px) {
  .mystake-581qyw {
    bottom: 22px;
  }
}

.mystake-581qyw input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .mystake-581qyw {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.mystake-jj4qkr.static) .mystake-581qyw {
    bottom: 8px;
  }
}

.mystake-sfrdqm {
  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-zaj0n1.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.mystake-k61j8m 3.mystake-8wodmz.mystake-5wch42.mystake-j17gp8 3.mystake-oi2ich 3.mystake-40zxix 5.mystake-9h5j5n 3.mystake-40zxix 8.mystake-cdnck4.mystake-b1gsgd.mystake-40zxix 26.mystake-8xdklj 5.mystake-y73a0t 28.mystake-mo1m4d 8.mystake-k8hv8j 28.mystake-0y3u33.mystake-e57n46 28.mystake-7qqvx2.mystake-8yh7gj 34.mystake-rerjjg.mystake-u6plb6 36.mystake-4hjbqc 11.mystake-7kc4vo 37.mystake-c1o3lu 12.mystake-8mvtwf 36.mystake-ro7zc8.mystake-3i3mat 28.mystake-wt8yi8.mystake-qt0tv2.mystake-mfwqat 28.mystake-na5q9i 36.mystake-bivxc3 26.mystake-7t3atz 36.mystake-bivxc3 23.mystake-9zakm5.mystake-ahrund.mystake-bivxc3 5.mystake-x5cwjp 34.mystake-q1vllw 3.mystake-oi2ich 31.mystake-k61j8m 3.mystake-08h2rg.mystake-rpn5zd 18.mystake-er7o0u.mystake-761mik 18.mystake-65dqhl 8.mystake-9y0ut3 17.mystake-idsi5a 8.mystake-9y0ut3 15.mystake-numcyf.mystake-9y0ut3 14.mystake-e5pubx 9.mystake-761mik 13.mystake-9gcumc 11.mystake-rpn5zd 13.mystake-yz7l75.mystake-tb4064 13.mystake-9gcumc 13.mystake-1p455u 14.mystake-e5pubx 13.mystake-1p455u 15.mystake-pf0j6n.mystake-1p455u 17.mystake-idsi5a 12.mystake-tb4064 18.mystake-65dqhl 11.mystake-rpn5zd 18.mystake-4sbz82.mystake-t69i9r 18.mystake-qoi422.mystake-d7d63b 18.mystake-65dqhl 17.mystake-1pcag5 17.mystake-idsi5a 17.mystake-1pcag5 15.mystake-mcyqsv.mystake-1pcag5 14.mystake-e5pubx 18.mystake-d7d63b 13.mystake-9gcumc 20.mystake-t69i9r 13.mystake-cty4zz.mystake-2b4m9y 13.mystake-9gcumc 22.mystake-ao0nj3 14.mystake-e5pubx 22.mystake-ao0nj3 15.mystake-x1ru9h.mystake-qz6jmm 17.mystake-idsi5a 21.mystake-2b4m9y 18.mystake-65dqhl 20.mystake-t69i9r 18.mystake-vz0n0o.mystake-84pmce 18.mystake-r0wcqf.mystake-fn29yo 18.mystake-65dqhl 26.mystake-wjdcvs 17.mystake-idsi5a 26.mystake-wjdcvs 15.mystake-pm2f26.mystake-wjdcvs 14.mystake-e5pubx 27.mystake-fn29yo 13.mystake-9gcumc 28.mystake-84pmce 13.mystake-lzpa0h.mystake-24c6q2 13.mystake-9gcumc 31.mystake-3wib82 14.mystake-e5pubx 31.mystake-3wib82 15.mystake-908tii.mystake-wjdcvs 17.mystake-idsi5a 30.mystake-24c6q2 18.mystake-65dqhl 28.mystake-84pmce 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-sfrdqm {
    display: none;
  }
}

.mystake-mxsbgx {
  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-mxsbgx {
    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-d8lf98 {
  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-d8lf98 {
    padding: 14px 16px;
  }
}

.mystake-d8lf98 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.mystake-d8lf98 button:first-child {
  align-content: end;
}

.mystake-d8lf98 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .mystake-d8lf98
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-d8lf98
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.mystake-d8lf98 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.mystake-d8lf98 button:last-child svg {
  width: 38px;
  height: 38px;
}

.mystake-mabzsw {
  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-mabzsw::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-mabzsw,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-mabzsw {
  opacity: 1;
  visibility: visible;
}

.mystake-gfyret {
  flex: 1 1;
}

.mystake-zirxuv {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-zirxuv {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .mystake-6oobqe {
  display: block;
}

.mystake-6dw3my {
  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-6dw3my {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-94wywi {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.mystake-94wywi::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.mystake-atnj88 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.mystake-atnj88 p {
  color: var(--Text-100);
}

.mystake-94wywi .mystake-qngf1a {
  grid-area: button;
}

.mystake-94wywi .mystake-qngf1a::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-zaj0n1.org/2000/svg'%3E%3Cpath d='M4.mystake-35ntbm 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-r82jru 15L16.mystake-r82jru 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-r82jru 5L16.mystake-r82jru 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-qhrmd7 {
  display: block;
}

.mystake-m13z5k {
  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-m13z5k {
    margin-top: 40px;
  }
}

.mystake-w60bc2 label,
.mystake-w60bc2 input {
  display: block;
  width: 100%;
}

.mystake-w60bc2 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.mystake-w60bc2 label.mystake-2i5z8i input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.mystake-w60bc2 label.mystake-2i5z8i::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-w60bc2 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-w60bc2 input::placeholder {
  color: var(--Text-400);
}

.mystake-k9l4hb {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .mystake-k9l4hb {
  display: flex;
}

.mystake-k9l4hb ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .mystake-k9l4hb ol {
    height: 420px;
    padding: 24px;
  }
}

.mystake-k9l4hb ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.mystake-1r7p7m {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-1r7p7m {
    padding: 0 24px 24px;
  }
}

.mystake-1r7p7m 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-1r7p7m input::placeholder {
  color: var(--Text-400);
}

.mystake-1r7p7m [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.mystake-1r7p7m [type="submit"]:disabled {
  opacity: 0.5;
}

.mystake-1r7p7m [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .mystake-1r7p7m [type="submit"] {
    right: 40px;
  }
}

.mystake-0gbpe6 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.mystake-0gbpe6.mystake-kefl3t {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.mystake-0gbpe6.mystake-kefl3t::before {
  content: "";
  width: 31px;
}

.mystake-0gbpe6.mystake-kefl3t p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-0gbpe6.mystake-r6ro57 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.mystake-0gbpe6 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-581qyw .mystake-qngf1a {
  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-082ute {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .mystake-082ute {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .mystake-082ute {
    padding: 18px 0;
  }
}

.mystake-082ute .mystake-yee33l {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .mystake-082ute .mystake-yee33l {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.mystake-4avmz3 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .mystake-4avmz3 {
    max-width: 160px;
    height: 40px;
  }
}

.mystake-4avmz3 picture,
.mystake-4avmz3 img {
  display: block;
  width: 100%;
  height: 100%;
}

.mystake-4avmz3 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .mystake-v6kysl {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.mystake-qkds0z ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .mystake-082ute.mystake-1s35kq .mystake-v6kysl {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mystake-v6kysl {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .mystake-v6kysl {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.mystake-0uxlwz,
.mystake-hnmvk3 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .mystake-0uxlwz,
  .mystake-hnmvk3 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .mystake-hnmvk3 {
    display: none;
  }
}

.mystake-4ic0em {
  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-1s35kq .mystake-4ic0em {
  background: var(--fh-bg-color);
}

.mystake-4ic0em button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .mystake-4ic0em {
    display: none;
  }
}

.mystake-x9xn0n {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-x9xn0n {
    display: none;
  }
}

.mystake-cxbytw {
  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-082ute.mystake-1s35kq .mystake-cxbytw:first-child {
  display: none;
}

.mystake-082ute.mystake-1s35kq .mystake-cxbytw:last-child {
  display: block;
}

.mystake-cxbytw:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .mystake-cxbytw {
    display: none;
  }
}

.mystake-o775gc {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-o775gc {
    display: flex;
  }
}

.mystake-o775gc ul {
  max-height: 350px;
  overflow-y: auto;
}

.mystake-o775gc:hover ul {
  visibility: visible;
  opacity: 1;
}

.mystake-o775gc:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.mystake-o775gc:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.mystake-o775gc:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.mystake-o775gc:hover .mystake-kgntzw svg {
  transform: rotate(180deg);
}

.mystake-6edokd {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.mystake-51n58j {
  padding: 0 8px;
}

.mystake-7kqsxa {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.mystake-7kqsxa:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .mystake-7kqsxa {
    padding: 4px 8px;
  }
}

.mystake-6p8ta2 {
  display: flex;
}

.mystake-6p8ta2 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.mystake-kgntzw {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.mystake-kgntzw svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.mystake-v92532 {
  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-v92532 {
    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-67jsji {
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-67jsji {
    display: none;
  }
}

.mystake-bl1vqq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.mystake-us4epa {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.mystake-v967yq {
  display: flex;
}

.mystake-myne2g {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.mystake-x2h37u {
  list-style: none;
}

@media (max-width: 1199px) {
  .mystake-x2h37u {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .mystake-x2h37u {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mystake-x2h37u .mystake-bq8dhy [data-ref-el],
  .mystake-x2h37u .mystake-bq8dhy span,
  .mystake-x2h37u .mystake-bq8dhy a {
    white-space: nowrap;
  }
}

.mystake-yiag8s {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .mystake-yiag8s.mystake-4fnibb > .mystake-bq8dhy {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .mystake-yiag8s.mystake-5x1lnj:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .mystake-yiag8s.mystake-4fnibb > .mystake-fzcere {
    height: auto;
  }

  .mystake-yiag8s.mystake-4fnibb > div > .mystake-ttvshl {
    transform: rotate(180deg);
  }
}

.mystake-yiag8s [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.mystake-yiag8s [data-ref-el],
.mystake-yiag8s span {
  cursor: pointer;
}

.mystake-yiag8s [data-ref-el],
.mystake-yiag8s span,
.mystake-yiag8s 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-yiag8s [data-ref-el],
  .mystake-yiag8s span,
  .mystake-yiag8s a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .mystake-yiag8s [data-ref-el],
  .mystake-yiag8s span,
  .mystake-yiag8s a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.mystake-fzcere {
  height: 0;
  overflow: hidden;
  transition: height 0.mystake-qkds0z ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.mystake-fzcere::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.mystake-fzcere::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.mystake-fzcere::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .mystake-fzcere {
    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-fzcere:has(> .mystake-yiag8s.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .mystake-fzcere .mystake-fzcere {
    padding: 0;
  }

  .mystake-fzcere .mystake-yiag8s {
    font-weight: 400;
  }

  .mystake-fzcere .mystake-yiag8s:hover > .mystake-bq8dhy {
    background: var(--Neutral-300);
  }

  .mystake-fzcere .mystake-ttvshl {
    rotate: -90deg;
  }
}

.mystake-bq8dhy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-bq8dhy {
    padding: 8px;
  }

  .mystake-yiag8s.mystake-sx8g06 > .mystake-bq8dhy {
    background: var(--Neutral-300);
  }
}

.mystake-ttvshl {
  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-zaj0n1.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.mystake-38pjha 0.mystake-adhij7.mystake-btl23j -0.mystake-jz3584 0.mystake-62cgcw -0.mystake-jz3584 1.mystake-umm2vg 0.mystake-roybim.mystake-3s6wv9 4.mystake-5hb8v3.mystake-38pjha 0.mystake-ln4tdm.mystake-wa4nzl -0.mystake-jz3584 9.mystake-snjcyz -0.mystake-jz3584 10.mystake-zg8anz 0.mystake-30o2o5.mystake-pmauel 0.mystake-btl23j 10.mystake-pmauel 0.mystake-62cgcw 10.mystake-zg8anz 1.mystake-cvqjeb.mystake-pcz5bh 5.mystake-d5bf00.mystake-4ywr9x 6.mystake-hjomyb 5.mystake-tzu852 6.mystake-hjomyb 4.mystake-jfolz4 5.mystake-a2bhfj.mystake-38pjha 1.mystake-yky6f6.mystake-jz3584 0.mystake-62cgcw -0.mystake-jz3584 0.mystake-btl23j 0.mystake-38pjha 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.mystake-qkds0z ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-ttvshl {
    cursor: default;
  }
}

.mystake-u862y9 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.mystake-wmljpy {
  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-wmljpy {
    padding: 40px 4px;
  }
}

.mystake-ag7wwo {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .mystake-ag7wwo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.mystake-5c7ve2 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .mystake-5c7ve2 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.mystake-5c7ve2 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.mystake-5c7ve2 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.mystake-5c7ve2 [data-ref-el],
.mystake-5c7ve2 span,
.mystake-5c7ve2 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.mystake-l59nzu {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-l59nzu {
    margin-bottom: 12px;
  }
}

.mystake-kjcu4l {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.mystake-kjcu4l img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .mystake-kjcu4l:last-child {
    margin-right: 0;
  }
}

.mystake-opp78f {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-l59nzu:hover .mystake-yrgxo1 {
  visibility: visible;
  opacity: 1;
}

.mystake-yrgxo1 {
  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-f4ygti {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.mystake-a6o3c5 {
  display: flex;
  margin: 6px;
}

.mystake-a6o3c5 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.mystake-yrgxo1::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-yrgxo1::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-mo8l2w {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-mo8l2w {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.mystake-r1mkmq {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .mystake-r1mkmq {
    margin-right: 32px;
  }
}

.mystake-qk3948 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-qk3948 {
    margin-top: 0;
    width: 340px;
  }
}

.mystake-qk3948 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-gudtu1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.mystake-d28xkr {
  position: relative;
}

@media (min-width: 768px) {
  .mystake-d28xkr {
    margin-top: 40px;
  }
}

.mystake-d28xkr + .mystake-3ye5yv,
.mystake-d28xkr + .mystake-d28xkr {
  margin-top: 24px;
}

.mystake-2orti5 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .mystake-2orti5 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-2orti5 {
    padding: 80px;
  }
}

.mystake-hhsfgd {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .mystake-hhsfgd {
    padding: 0 16px;
}


}

.mystake-8vkgdz {
  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-8vkgdz {
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-lu2i5w {
  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-lu2i5w {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-zepgy8 {
  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-zepgy8:hover {
  background: var(--button-bg-hover);
}

.mystake-tomjcs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.mystake-tomjcs img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .mystake-tomjcs img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .mystake-tomjcs img {
  min-height: 100%;
  }
}

.mystake-2orti5::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.mystake-14w1w6 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mystake-14w1w6 h1,
.mystake-14w1w6 h2,
.mystake-14w1w6 h3,
.mystake-14w1w6 h4 {
  margin-bottom: 6px;
}

.mystake-14w1w6 h1:not(:first-child),
.mystake-14w1w6 h2:not(:first-child),
.mystake-14w1w6 h3:not(:first-child),
.mystake-14w1w6 h4:not(:first-child) {
  margin-top: 16px;
}

.mystake-14w1w6 h1,
.mystake-14w1w6 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .mystake-14w1w6 h1,
  .mystake-14w1w6 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.mystake-14w1w6 h2,
.mystake-14w1w6 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .mystake-14w1w6 h2,
  .mystake-14w1w6 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-14w1w6 h3,
.mystake-14w1w6 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .mystake-14w1w6 h3,
  .mystake-14w1w6 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-14w1w6 h4,
.mystake-14w1w6 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.mystake-14w1w6 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.mystake-14w1w6 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.mystake-14w1w6 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-14w1w6 ul ul {
  margin-bottom: 8px;
}

.mystake-14w1w6 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.mystake-14w1w6 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.mystake-14w1w6 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.mystake-14w1w6 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.mystake-14w1w6 ol li::marker {
  font-weight: 700;
}

.mystake-14w1w6 ol ol {
  margin-bottom: 8px;
}

.mystake-14w1w6 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.mystake-14w1w6 ol ul li {
  padding-left: 16px;
}

.mystake-14w1w6 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-14w1w6 table {
    padding: 24px;
  }
}

.mystake-14w1w6 table.mystake-aro3au {
  -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-qkds0z,
    mask-image 0.3s;
}

.mystake-14w1w6 table.mystake-aro3au.mystake-hprsh2 {
  -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-14w1w6 table {
    display: table;
  }
}

.mystake-14w1w6 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-14w1w6 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-14w1w6 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-14w1w6 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-14w1w6 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.mystake-14w1w6 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-14w1w6 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-14w1w6 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.mystake-14w1w6 img {
  max-width: 100%;
  height: auto;
}

.mystake-9c50ze {
  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-9c50ze {
    padding: 24px;
  }
}

.mystake-mjw9so {
  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-mjw9so {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.mystake-mjw9so > * {
  margin: 0 !important;
}

.mystake-mjw9so img,
.mystake-ot6z7n {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-mjw9so img,
  .mystake-ot6z7n {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-8afgz7 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-8afgz7 {
    width: 32px;
    height: 32px;
  }
}

.mystake-zjov9p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.mystake-zjov9p .mystake-6ruafu {
  flex-shrink: 0;
}

.mystake-zjov9p .mystake-mpy5up svg {
  display: none;
}

.mystake-mado3n {
  display: grid;
  transition: max-height 0.mystake-qkds0z ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .mystake-mado3n {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .mystake-mado3n {
    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-mado3n.mystake-5sdr4x + .mystake-6ruafu svg {
  transform: rotate(180deg);
}

.mystake-drt3pw {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.mystake-drt3pw > div:nth-child(3n) {
  grid-column: span 2;
}

.mystake-drt3pw
  > div:nth-child(3n)
  .mystake-sgpd19
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .mystake-drt3pw {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .mystake-drt3pw > div:nth-child(3n) {
    grid-column: unset;
  }

  .mystake-drt3pw
    > div:nth-child(3n)
    .mystake-sgpd19
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .mystake-drt3pw {
    max-width: 270px;
  }
}

.mystake-drt3pw .mystake-sgpd19 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .mystake-drt3pw .mystake-sgpd19 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .mystake-drt3pw .mystake-sgpd19 button {
    max-width: 104px;
  }
}

.mystake-nqkuwu {
  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-nqkuwu {
    margin-bottom: 0;
  }
}

.mystake-lkyoh1 {
  display: none;
  opacity: 0;
}

.mystake-jr4iwe {
  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-jr4iwe img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.mystake-sgpd19 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.mystake-sgpd19 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-sgpd19
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .mystake-sgpd19
    button {
    max-width: 145px;
  }
}

.mystake-zxcexa:first-child
  .mystake-sgpd19
  button {
  max-width: 270px;
}

.mystake-13uj2r {
  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-nqkuwu picture {
  width: 100%;
  max-width: 100%;
}

.mystake-qz02zd {
  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-qz02zd svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.mystake-nqkuwu:hover .mystake-qz02zd {
  display: flex;
}

.mystake-6uqojb {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.mystake-1nz57z {
  display: flex;
}

.mystake-1nz57z:hover .mystake-czy73g,
.mystake-1nz57z .mystake-sx8g06 .mystake-czy73g {
  display: flex;
}

.mystake-1nz57z svg {
  flex-shrink: 0;
}

.mystake-czy73g {
  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-czy73g {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.mystake-czy73g:hover {
  display: flex;
}

.mystake-czy73g svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.mystake-x4u3jr {
  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-x4u3jr {
    font-size: 12px;
  }
}

.mystake-qxrqy4,
.mystake-pkra2o {
  width: 50%;
  flex-shrink: 0;
}

.mystake-qxrqy4 {
  font-weight: 700;
}

.mystake-p4n5hj .mystake-mado3n {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .mystake-p4n5hj .mystake-mado3n {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .mystake-p4n5hj .mystake-mado3n {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.mystake-p4n5hj
  .mystake-13uj2r:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.mystake-p4n5hj .mystake-jr4iwe {
  height: 100% !important;
  border-radius: 16px;
}

.mystake-p4n5hj .mystake-sgpd19 {
  gap: 4px;
  align-items: center;
}

.mystake-p4n5hj .mystake-sgpd19 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mystake-p4n5hj .mystake-sgpd19 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.mystake-p4n5hj .mystake-qp1iq8,
.mystake-p4n5hj .mystake-6xosfb {
  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-zaj0n1.org/2000/svg'%3E%3Cpath d='M9.mystake-imxtc5 4.mystake-olwwl4.mystake-hjhqje 5.mystake-1u7vro.mystake-ibak4u 5.mystake-3h7qb8.mystake-u1k75t 5.mystake-drwjkf.mystake-lpdmxv 8.mystake-muhdbd.mystake-84d0r6 9.mystake-xj4pl7.mystake-93homd 9.mystake-1mz7xt.mystake-fajbd6 13.mystake-vjei5m.mystake-mvdyls 11.mystake-pqvn1c.mystake-k22z0c 11.mystake-cn7m9r.mystake-7ld4ph 11.mystake-coq8lc.mystake-u1qukb 13.mystake-u58r00.mystake-s90qyt 9.mystake-x2ta8j.mystake-6cww0r 9.mystake-2hxdtg.mystake-us7v3d 8.mystake-x13nrq.mystake-674tkz 5.mystake-wgy4ic.mystake-n63px2 5.mystake-lmbq2l.mystake-wyehd6 5.mystake-92df3w.mystake-7veyll 4.mystake-a2k704.mystake-k22z0c 1.mystake-96z6fq.mystake-imxtc5 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.mystake-p4n5hj .mystake-qp1iq8 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.mystake-p4n5hj .mystake-6xosfb {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.mystake-zh9bsv {
  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-zh9bsv {
    padding: 24px;
  }
}

.mystake-zh9bsv .mystake-6ruafu {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-zh9bsv .mystake-6ruafu {
    display: none;
  }
}

.mystake-zh9bsv .mystake-mpy5up svg {
  display: none;
}

.mystake-vglu8n {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mystake-vglu8n .mystake-xvirx2 {
  display: none;
}

@media (min-width: 768px) {
  .mystake-vglu8n .mystake-xvirx2 {
    display: flex;
  }
}

.mystake-wvqgnn {
  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-wvqgnn {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-wvqgnn > * {
  margin: 0 !important;
}

.mystake-wvqgnn img,
.mystake-hnl3ww {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-wvqgnn img,
  .mystake-hnl3ww {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-wktmu8 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-wktmu8 {
    width: 32px;
    height: 32px;
  }
}

.mystake-qot5h2 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .mystake-qot5h2 {
    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-qot5h2::-webkit-scrollbar {
    display: none;
  }
}

.mystake-8rifo5 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .mystake-8rifo5 {
    padding: 7px 15px;
  }
}

.mystake-8rifo5:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-3bm8d3 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-3bm8d3 {
    display: flex;
    opacity: 1;
  }
}

.mystake-8rifo5 picture {
  height: 100%;
  display: block;
}

.mystake-8rifo5 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .mystake-8rifo5 img {
    width: 88px;
    height: 44px;
  }
}

.mystake-8rifo5 p {
  text-align: center;
  width: 100%;
}

.mystake-0lkf7y {
  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-0lkf7y {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-0lkf7y img,
.mystake-9a979w {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-0lkf7y img,
  .mystake-9a979w {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-6ztwsb {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-6ztwsb {
    width: 32px;
    height: 32px;
  }
}

.mystake-kpymda {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.mystake-v0wo4n {
  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-hfvi4h {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.mystake-hfvi4h.mystake-sx8g06 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.mystake-zyuydg {
  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-zyuydg {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-ydx71v {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.mystake-v5xrxq {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.mystake-qkds0z ease;
  opacity: 0;
  color: var(--text-color);
}

.mystake-u9qmav {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.mystake-u9qmav ol,
.mystake-u9qmav ul {
  padding-left: 1.3em;
}

.mystake-hfvi4h.mystake-sx8g06 .mystake-v5xrxq {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.mystake-hfvi4h.mystake-sx8g06 .mystake-ydx71v {
  transform: rotate(180deg);
  color: var(--text-color);
}

.mystake-vayh7b {
  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-vayh7b {
    padding: 24px;
  }
}

.mystake-vayh7b .mystake-6ruafu {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-vayh7b .mystake-6ruafu {
    display: none;
  }
}

.mystake-vayh7b .mystake-mpy5up svg {
  display: none;
}

.mystake-7hk7bi {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mystake-7hk7bi .mystake-xvirx2 {
  display: none;
}

@media (min-width: 768px) {
  .mystake-7hk7bi .mystake-xvirx2 {
    display: flex;
  }
}

.mystake-bekrap {
  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-bekrap {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-bekrap > * {
  margin: 0 !important;
}

.mystake-bekrap img,
.mystake-z7juxu {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-bekrap img,
  .mystake-z7juxu {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-y5gt7t {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-y5gt7t {
    width: 32px;
    height: 32px;
  }
}

.mystake-u9rq4f {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .mystake-u9rq4f {
    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-u9rq4f::-webkit-scrollbar {
    display: none;
  }
}

.mystake-tls2h1 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.mystake-tls2h1:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-9rw57z {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-9rw57z {
    display: flex;
    opacity: 1;
  }
}

.mystake-tls2h1 picture {
  width: auto;
  height: 100%;
  display: block;
}

.mystake-tls2h1 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.mystake-kyrth2 {
  margin: -24px 0;
}

.mystake-kyrth2:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .mystake-kyrth2 {
    margin: -16px 0;
  }
}

.mystake-tme9l0 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .mystake-tme9l0 {
    flex-direction: row;
  }
}

.mystake-rzhtzg {
  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-rzhtzg {
    flex: 1;
  }
}

.mystake-rzhtzg::placeholder {
  color: var(--Text-400);
}

.mystake-uavgpp {
  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-ybfg8n {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.mystake-ybfg8n::-webkit-scrollbar {
  display: none;
}

.mystake-i78mpj {
  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-i78mpj img,
.mystake-i78mpj svg {
  margin-right: 8px;
}

.mystake-wmzgfj {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.mystake-kyrth2 + .mystake-e1y7yx {
  margin-top: 0;
}

@media (min-width: 768px) {
  .mystake-kyrth2 + .mystake-e1y7yx {
    margin-top: -16px;
  }
}

.mystake-oahhow {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.mystake-oahhow > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.mystake-oahhow > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.mystake-enrbfq {
  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-vcfpat {
  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-u4p9m5 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.mystake-arvoff {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.mystake-tnmvsq {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.mystake-enrbfq 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-enrbfq 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-enrbfq {
    padding: 39px 179px 39px 39px;
  }

  .mystake-vcfpat {
    font-size: 40px;
    line-height: 48px;
  }

  .mystake-tnmvsq {
    height: 348px;
  }

  .mystake-enrbfq button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .mystake-enrbfq button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-enrbfq {
    padding: 63px;
  }
}

.mystake-eii6hp {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .mystake-eii6hp {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.mystake-hwov3q {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-hwov3q {
    width: auto;
  }
}

.mystake-yi0a2a {
  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-yi0a2a::-webkit-scrollbar {
  display: none;
}

.mystake-yi0a2a 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-yi0a2a a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-yi0a2a {
    margin-left: 16px;
    margin-top: 0;
  }
}

.mystake-eii6hp .mystake-wf5hqt {
  -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-qkds0z,
    mask-image 0.3s;
}

.mystake-eii6hp .mystake-wf5hqt.mystake-hprsh2 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.mystake-qtfsy0 {
  margin: 40px -16px;
}

.mystake-gahhbe + .mystake-3ye5yv,
.mystake-gahhbe + .mystake-d28xkr {
  margin-top: 24px;
}

.mystake-9i1zaw {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.mystake-9i1zaw picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.mystake-xpg4b0 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .mystake-xpg4b0 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .mystake-xpg4b0 {
    margin-top: 0;
  }
}

.mystake-zw7bik {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-zw7bik {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-5e8srw {
  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-5e8srw {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.mystake-cdowkx {
  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-cdowkx {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.mystake-0zkihk {
  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-0zkihk {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-a1zyk9 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-a1zyk9 {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-4sj69t {
  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-hqnuz1 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.mystake-hqnuz1 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mystake-e1y7yx {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.mystake-vkr0rn {
  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-vkr0rn {
    padding: 15px 48px;
  }
}

main > .mystake-e1y7yx {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .mystake-mado3n.mystake-j9xrkv > div:nth-child(n+5) {
    display: none;
  }
}

.mystake-14w1w6 p a img {
  display: block;
  margin: 0 auto;
}


.mystake-lykm7i {
  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-xeuha4 {
  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-xeuha4 label {
  font-size: 14px;
}

.mystake-xeuha4 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.mystake-xeuha4 input,
.mystake-xeuha4 textarea,
.mystake-xeuha4 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-xeuha4 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.mystake-6x7asx ease;
}
.mystake-xeuha4 button:hover {
  background-color: var(--button-bg-hover);
}
.mystake-6t276p {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.mystake-pdiu50 ease-in;
}

.mystake-6t276p 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-zfl4yq, .mystake-fyb2xi, [class*="review-card"],
thead, thead th, table th, .mystake-zpo4sl,
.mystake-fj347k, [class*="collapsible-header"],
.mystake-guq08p, [class*="updated-block"] {
  color: #ece7dc !important;
}
