* {
  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-struzs {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .mystake-struzs {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-struzs {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.mystake-fbt74w {
  overflow: hidden;
}

.mystake-y9w4dx img {
  background: var(--Neutral-300);
}

.mystake-iwkrei {
  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-5tp94f {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.mystake-5tp94f:hover {
  background: var(--button-bg-hover);
}

.mystake-akyoz4 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.mystake-akyoz4:hover {
  background: var(--button-bg-hover);
}

.mystake-ywxxkr {
  font-size: 12px;
  line-height: 18px;
}

.mystake-f8lmp1 {
  font-size: 18px;
  line-height: 26px;
}

.mystake-qnqypw {
  width: 100%;
}

.mystake-2lszeq {
  padding: 6px 16px;
}

.mystake-118wta {
  padding: 10px 16px;
}

.mystake-vys273 {
  padding: 15px 26px;
}

.mystake-f882v0 {
  flex-shrink: 0;
}

.mystake-bqcxtq {
  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-50xufx {
  display: none;
}

.mystake-tk3lap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.mystake-epntsf {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.mystake-7jxmt0 {
  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-dlqux9 {
  cursor: grab;
}

.mystake-7jxmt0::-webkit-scrollbar {
  display: none;
}

.mystake-ro6lgo {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.mystake-kwzfan {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.mystake-f08bpt {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.mystake-se3y39 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.mystake-gyzxa9 {
  visibility: visible;
}

.mystake-5jv0gk {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.mystake-04os4l ease;
}

.mystake-py076q {
  background-color: var(--Primary-200);
  width: 16px;
}

.mystake-vi8678 {
  -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-04os4l,
    mask-image 0.3s;
}

.mystake-vi8678.mystake-opmx78 {
  -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-tdudsz: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-atkwi1 {
  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-zag3km.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-zag3km.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-bshs99 {
  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-bshs99::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-v4g14z {
  position: relative;
  z-index: 1;
}

.mystake-isl1si {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.mystake-gx2dbb {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.mystake-q5bdsv {
  font-size: 40px;
  line-height: 48px;
}

.mystake-8qii4t {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.mystake-vdkgzp {
  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-vdkgzp:hover {
  background: var(--Primary-400);
}

.mystake-vdkgzp svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.mystake-tdudsz 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-bshs99 {
    max-width: 600px;
    padding: 64px;
  }

  .mystake-isl1si {
    font-size: 24px;
    line-height: 32px;
  }

  .mystake-gx2dbb {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .mystake-q5bdsv {
    font-size: 50px;
    line-height: 56px;
  }

  .mystake-8qii4t {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .mystake-atkwi1 {
    top: 25px;
    right: 25px;
  }
}

.mystake-lvyjof,
.mystake-b2clhj {
  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-24vica.mystake-rpxd01::before,
.mystake-b2clhj::before,
.mystake-muhdbs::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-zag3km.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.mystake-3sg6jt 14.mystake-yekqpz.mystake-5slyvx 14.mystake-uop8ku 15.mystake-37neff 14.mystake-2rl0xt 15.mystake-imjrgl 14.mystake-ka3774.mystake-rn6rgg 14.mystake-vly4ls 19.mystake-34ysxz 12.mystake-cts8je 19.mystake-34ysxz 10.mystake-kbcbso.mystake-34ysxz 8.mystake-z0h1b5 17.mystake-8913ve 7.mystake-gva5pf 15.mystake-knje9w 7.mystake-5ysaiq.mystake-nhyr72 7.mystake-gva5pf 11.mystake-8t12ya 8.mystake-z0h1b5 11.mystake-8t12ya 10.mystake-lezedb.mystake-8t12ya 12.mystake-gj8ynn 13.mystake-fou8cd 14.mystake-attwal 15.mystake-f0dfqg 14.mystake-i5b7hs.mystake-hv3wkd 14.mystake-y6slap 15.mystake-9kkpki 14.mystake-asbnko 15.mystake-pkk7ma 14.mystake-vvapnq.mystake-3sg6jt 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.mystake-srcix3 15.mystake-9gfep5.mystake-hpm6es 15.mystake-0ihpa0 15.mystake-7me151 15.mystake-fj2l1y 15.mystake-khsf6c 15.mystake-0zsqup.mystake-tcn5s3 15.mystake-fj2l1y 15.mystake-uxa7xf 15.mystake-tq0p1o 15.mystake-g25flf 15.mystake-dhdfhd.mystake-8z0qky 15.mystake-g5cc7g 7.mystake-ui7pmv 18.mystake-finx4f 7.mystake-0wipvg 23.mystake-rjht13.mystake-b3r1u4.mystake-adqtv8 18.mystake-0gu5ey 19.mystake-73aeuv 15.mystake-st6lh8 15.mystake-srcix3 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.mystake-7tpije [type="submit"] *,
.mystake-aqqz9k button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .mystake-1gnqx8 {
    display: none;
  }
}

.mystake-1ym2wr {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .mystake-1ym2wr {
  display: none;
}

@media (min-width: 768px) {
  .mystake-1ym2wr {
    bottom: 22px;
  }
}

.mystake-1ym2wr input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .mystake-1ym2wr {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.mystake-csr548.static) .mystake-1ym2wr {
    bottom: 8px;
  }
}

.mystake-x0f9wf {
  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-zag3km.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.mystake-lwynvr 3.mystake-rn1cte.mystake-e7w4w6.mystake-zz6sac 3.mystake-o15anb 3.mystake-8f2ctc 5.mystake-22ue9v 3.mystake-8f2ctc 8.mystake-m04d3y.mystake-0qce85.mystake-8f2ctc 26.mystake-90j5qx 5.mystake-wlw81j 28.mystake-9oh2r3 8.mystake-88mrps 28.mystake-1mdqmo.mystake-kyzci8 28.mystake-qfh88d.mystake-kv3g1k 34.mystake-jmrt5i.mystake-75j0jm 36.mystake-gb9re3 11.mystake-s73e3p 37.mystake-smi4t5 12.mystake-23fvoo 36.mystake-wgf3xu.mystake-hh2xgm 28.mystake-yhubq1.mystake-m97orw.mystake-8073xj 28.mystake-n4g7m9 36.mystake-x5lt7y 26.mystake-tb5mod 36.mystake-x5lt7y 23.mystake-k5800o.mystake-0pugnf.mystake-x5lt7y 5.mystake-0to8vx 34.mystake-x8x4r9 3.mystake-o15anb 31.mystake-lwynvr 3.mystake-9ri9qr.mystake-wb18wf 18.mystake-0zkuqk.mystake-f9yh76 18.mystake-38n4zw 8.mystake-j3koue 17.mystake-ioyypt 8.mystake-j3koue 15.mystake-b1nuxo.mystake-j3koue 14.mystake-gf16h8 9.mystake-f9yh76 13.mystake-kx99le 11.mystake-wb18wf 13.mystake-ygs2we.mystake-q1r1pg 13.mystake-kx99le 13.mystake-cb4axw 14.mystake-gf16h8 13.mystake-cb4axw 15.mystake-leg2vj.mystake-cb4axw 17.mystake-ioyypt 12.mystake-q1r1pg 18.mystake-38n4zw 11.mystake-wb18wf 18.mystake-dpz9ll.mystake-q2en59 18.mystake-fe1y0n.mystake-t34pfw 18.mystake-38n4zw 17.mystake-xd5umu 17.mystake-ioyypt 17.mystake-xd5umu 15.mystake-eb011n.mystake-xd5umu 14.mystake-gf16h8 18.mystake-t34pfw 13.mystake-kx99le 20.mystake-q2en59 13.mystake-l4o0b8.mystake-wlgkan 13.mystake-kx99le 22.mystake-4hly45 14.mystake-gf16h8 22.mystake-4hly45 15.mystake-009jdp.mystake-8p6yfh 17.mystake-ioyypt 21.mystake-wlgkan 18.mystake-38n4zw 20.mystake-q2en59 18.mystake-bdu2yb.mystake-c20vo4 18.mystake-k1zyob.mystake-caotln 18.mystake-38n4zw 26.mystake-9izlod 17.mystake-ioyypt 26.mystake-9izlod 15.mystake-0hfjwd.mystake-9izlod 14.mystake-gf16h8 27.mystake-caotln 13.mystake-kx99le 28.mystake-c20vo4 13.mystake-bqp9hn.mystake-2ftupi 13.mystake-kx99le 31.mystake-yyw3hm 14.mystake-gf16h8 31.mystake-yyw3hm 15.mystake-notjlf.mystake-9izlod 17.mystake-ioyypt 30.mystake-2ftupi 18.mystake-38n4zw 28.mystake-c20vo4 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-x0f9wf {
    display: none;
  }
}

.mystake-vy0zro {
  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-vy0zro {
    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-aqqz9k {
  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-aqqz9k {
    padding: 14px 16px;
  }
}

.mystake-aqqz9k button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.mystake-aqqz9k button:first-child {
  align-content: end;
}

.mystake-aqqz9k button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .mystake-aqqz9k
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-aqqz9k
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.mystake-aqqz9k button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.mystake-aqqz9k button:last-child svg {
  width: 38px;
  height: 38px;
}

.mystake-muhdbs {
  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-muhdbs::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-muhdbs,
.pc61d126-chatbot[data-active-screen="3"]
  .mystake-muhdbs {
  opacity: 1;
  visibility: visible;
}

.mystake-2jvfka {
  flex: 1 1;
}

.mystake-rux61h {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-rux61h {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .mystake-dh0d28 {
  display: block;
}

.mystake-id0ig0 {
  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-id0ig0 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-b2clhj {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.mystake-b2clhj::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.mystake-9fbqxc span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.mystake-9fbqxc p {
  color: var(--Text-100);
}

.mystake-b2clhj .mystake-vslpiy {
  grid-area: button;
}

.mystake-b2clhj .mystake-vslpiy::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-zag3km.org/2000/svg'%3E%3Cpath d='M4.mystake-kt7arq 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-s0ks5q 15L16.mystake-s0ks5q 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mystake-s0ks5q 5L16.mystake-s0ks5q 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .mystake-b06353 {
  display: block;
}

.mystake-skv4c6 {
  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-skv4c6 {
    margin-top: 40px;
  }
}

.mystake-lvyjof label,
.mystake-lvyjof input {
  display: block;
  width: 100%;
}

.mystake-lvyjof label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.mystake-lvyjof label.mystake-66h952 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.mystake-lvyjof label.mystake-66h952::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-lvyjof 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-lvyjof input::placeholder {
  color: var(--Text-400);
}

.mystake-vkx7o7 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .mystake-vkx7o7 {
  display: flex;
}

.mystake-vkx7o7 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .mystake-vkx7o7 ol {
    height: 420px;
    padding: 24px;
  }
}

.mystake-vkx7o7 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.mystake-7tpije {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .mystake-7tpije {
    padding: 0 24px 24px;
  }
}

.mystake-7tpije 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-7tpije input::placeholder {
  color: var(--Text-400);
}

.mystake-7tpije [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.mystake-7tpije [type="submit"]:disabled {
  opacity: 0.5;
}

.mystake-7tpije [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .mystake-7tpije [type="submit"] {
    right: 40px;
  }
}

.mystake-24vica {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.mystake-24vica.mystake-rpxd01 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.mystake-24vica.mystake-rpxd01::before {
  content: "";
  width: 31px;
}

.mystake-24vica.mystake-rpxd01 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-24vica.mystake-7sv2iv p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.mystake-24vica p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mystake-1ym2wr .mystake-vslpiy {
  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-1gnqx8 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .mystake-1gnqx8 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .mystake-1gnqx8 {
    padding: 18px 0;
  }
}

.mystake-1gnqx8 .mystake-struzs {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .mystake-1gnqx8 .mystake-struzs {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.mystake-0o6mi3 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .mystake-0o6mi3 {
    max-width: 160px;
    height: 40px;
  }
}

.mystake-0o6mi3 picture,
.mystake-0o6mi3 img {
  display: block;
  width: 100%;
  height: 100%;
}

.mystake-0o6mi3 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .mystake-h6b1pk {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.mystake-04os4l ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .mystake-1gnqx8.mystake-9l3iyc .mystake-h6b1pk {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mystake-h6b1pk {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .mystake-h6b1pk {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.mystake-65qjfu,
.mystake-97oa5j {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .mystake-65qjfu,
  .mystake-97oa5j {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .mystake-97oa5j {
    display: none;
  }
}

.mystake-7az2xh {
  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-9l3iyc .mystake-7az2xh {
  background: var(--fh-bg-color);
}

.mystake-7az2xh button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .mystake-7az2xh {
    display: none;
  }
}

.mystake-urkig6 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-urkig6 {
    display: none;
  }
}

.mystake-94lbga {
  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-1gnqx8.mystake-9l3iyc .mystake-94lbga:first-child {
  display: none;
}

.mystake-1gnqx8.mystake-9l3iyc .mystake-94lbga:last-child {
  display: block;
}

.mystake-94lbga:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .mystake-94lbga {
    display: none;
  }
}

.mystake-1vvuh1 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-1vvuh1 {
    display: flex;
  }
}

.mystake-1vvuh1 ul {
  max-height: 350px;
  overflow-y: auto;
}

.mystake-1vvuh1:hover ul {
  visibility: visible;
  opacity: 1;
}

.mystake-1vvuh1:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.mystake-1vvuh1:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.mystake-1vvuh1:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.mystake-1vvuh1:hover .mystake-318ai2 svg {
  transform: rotate(180deg);
}

.mystake-kkrnpk {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.mystake-bpp0kh {
  padding: 0 8px;
}

.mystake-m29t30 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.mystake-m29t30:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .mystake-m29t30 {
    padding: 4px 8px;
  }
}

.mystake-d56ert {
  display: flex;
}

.mystake-d56ert img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.mystake-318ai2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.mystake-318ai2 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.mystake-5uew5d {
  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-5uew5d {
    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-rxx3px {
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-rxx3px {
    display: none;
  }
}

.mystake-ljhemz {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.mystake-b12jtn {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.mystake-iptwf6 {
  display: flex;
}

.mystake-7kbauj {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.mystake-kd9goi {
  list-style: none;
}

@media (max-width: 1199px) {
  .mystake-kd9goi {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .mystake-kd9goi {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mystake-kd9goi .mystake-s0nwd8 [data-ref-el],
  .mystake-kd9goi .mystake-s0nwd8 span,
  .mystake-kd9goi .mystake-s0nwd8 a {
    white-space: nowrap;
  }
}

.mystake-bmti57 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .mystake-bmti57.mystake-ciwoac > .mystake-s0nwd8 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .mystake-bmti57.mystake-gglsyz:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .mystake-bmti57.mystake-ciwoac > .mystake-uoow3n {
    height: auto;
  }

  .mystake-bmti57.mystake-ciwoac > div > .mystake-e70gcc {
    transform: rotate(180deg);
  }
}

.mystake-bmti57 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.mystake-bmti57 [data-ref-el],
.mystake-bmti57 span {
  cursor: pointer;
}

.mystake-bmti57 [data-ref-el],
.mystake-bmti57 span,
.mystake-bmti57 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-bmti57 [data-ref-el],
  .mystake-bmti57 span,
  .mystake-bmti57 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .mystake-bmti57 [data-ref-el],
  .mystake-bmti57 span,
  .mystake-bmti57 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.mystake-uoow3n {
  height: 0;
  overflow: hidden;
  transition: height 0.mystake-04os4l ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.mystake-uoow3n::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.mystake-uoow3n::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.mystake-uoow3n::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .mystake-uoow3n {
    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-uoow3n:has(> .mystake-bmti57.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .mystake-uoow3n .mystake-uoow3n {
    padding: 0;
  }

  .mystake-uoow3n .mystake-bmti57 {
    font-weight: 400;
  }

  .mystake-uoow3n .mystake-bmti57:hover > .mystake-s0nwd8 {
    background: var(--Neutral-300);
  }

  .mystake-uoow3n .mystake-e70gcc {
    rotate: -90deg;
  }
}

.mystake-s0nwd8 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mystake-s0nwd8 {
    padding: 8px;
  }

  .mystake-bmti57.mystake-lnc5kg > .mystake-s0nwd8 {
    background: var(--Neutral-300);
  }
}

.mystake-e70gcc {
  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-zag3km.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.mystake-s1tj6e 0.mystake-z54eja.mystake-khhhqo -0.mystake-4ynvtd 0.mystake-4jakel -0.mystake-4ynvtd 1.mystake-6askci 0.mystake-0uk72v.mystake-kc5xd3 4.mystake-ohhp7d.mystake-s1tj6e 0.mystake-r9puor.mystake-ats0z7 -0.mystake-4ynvtd 9.mystake-dgemu2 -0.mystake-4ynvtd 10.mystake-zcjlhu 0.mystake-npahw1.mystake-uv7afr 0.mystake-khhhqo 10.mystake-uv7afr 0.mystake-4jakel 10.mystake-zcjlhu 1.mystake-g5cnej.mystake-m76qum 5.mystake-wko74u.mystake-rtejbv 6.mystake-trstvc 5.mystake-l3g7er 6.mystake-trstvc 4.mystake-lk79d9 5.mystake-s7nf5t.mystake-s1tj6e 1.mystake-vqj1lr.mystake-4ynvtd 0.mystake-4jakel -0.mystake-4ynvtd 0.mystake-khhhqo 0.mystake-s1tj6e 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.mystake-04os4l ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mystake-e70gcc {
    cursor: default;
  }
}

.mystake-rfsd9d {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.mystake-g9asl6 {
  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-g9asl6 {
    padding: 40px 4px;
  }
}

.mystake-kekxms {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .mystake-kekxms {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.mystake-1llfkk {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .mystake-1llfkk {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.mystake-1llfkk ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.mystake-1llfkk [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.mystake-1llfkk [data-ref-el],
.mystake-1llfkk span,
.mystake-1llfkk a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.mystake-iy5mut {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-iy5mut {
    margin-bottom: 12px;
  }
}

.mystake-sdt74b {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.mystake-sdt74b img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .mystake-sdt74b:last-child {
    margin-right: 0;
  }
}

.mystake-wsc1gh {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-iy5mut:hover .mystake-kqi7j1 {
  visibility: visible;
  opacity: 1;
}

.mystake-kqi7j1 {
  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-dykn1m {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.mystake-ml30dc {
  display: flex;
  margin: 6px;
}

.mystake-ml30dc img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.mystake-kqi7j1::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-kqi7j1::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-u2b8wq {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .mystake-u2b8wq {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.mystake-av2ud7 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .mystake-av2ud7 {
    margin-right: 32px;
  }
}

.mystake-vvqqds {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mystake-vvqqds {
    margin-top: 0;
    width: 340px;
  }
}

.mystake-vvqqds a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mystake-99wpsa {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.mystake-w2lnvm {
  position: relative;
}

@media (min-width: 768px) {
  .mystake-w2lnvm {
    margin-top: 40px;
  }
}

.mystake-w2lnvm + .mystake-w7fs6r,
.mystake-w2lnvm + .mystake-w2lnvm {
  margin-top: 24px;
}

.mystake-ehf7z5 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .mystake-ehf7z5 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-ehf7z5 {
    padding: 80px;
  }
}

.mystake-9mxiuj {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .mystake-9mxiuj {
    padding: 0 16px;
}


}

.mystake-rvl0fz {
  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-rvl0fz {
    font-size: 48px;
    line-height: 56px;
  }
}

.mystake-2o7z35 {
  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-2o7z35 {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-vncu2j {
  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-vncu2j:hover {
  background: var(--button-bg-hover);
}

.mystake-q1aio0 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.mystake-q1aio0 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .mystake-q1aio0 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .mystake-q1aio0 img {
  min-height: 100%;
  }
}

.mystake-ehf7z5::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.mystake-yh4uu8 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mystake-yh4uu8 h1,
.mystake-yh4uu8 h2,
.mystake-yh4uu8 h3,
.mystake-yh4uu8 h4 {
  margin-bottom: 6px;
}

.mystake-yh4uu8 h1:not(:first-child),
.mystake-yh4uu8 h2:not(:first-child),
.mystake-yh4uu8 h3:not(:first-child),
.mystake-yh4uu8 h4:not(:first-child) {
  margin-top: 16px;
}

.mystake-yh4uu8 h1,
.mystake-yh4uu8 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .mystake-yh4uu8 h1,
  .mystake-yh4uu8 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.mystake-yh4uu8 h2,
.mystake-yh4uu8 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .mystake-yh4uu8 h2,
  .mystake-yh4uu8 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-yh4uu8 h3,
.mystake-yh4uu8 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .mystake-yh4uu8 h3,
  .mystake-yh4uu8 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-yh4uu8 h4,
.mystake-yh4uu8 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.mystake-yh4uu8 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.mystake-yh4uu8 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.mystake-yh4uu8 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-yh4uu8 ul ul {
  margin-bottom: 8px;
}

.mystake-yh4uu8 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.mystake-yh4uu8 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.mystake-yh4uu8 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.mystake-yh4uu8 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.mystake-yh4uu8 ol li::marker {
  font-weight: 700;
}

.mystake-yh4uu8 ol ol {
  margin-bottom: 8px;
}

.mystake-yh4uu8 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.mystake-yh4uu8 ol ul li {
  padding-left: 16px;
}

.mystake-yh4uu8 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-yh4uu8 table {
    padding: 24px;
  }
}

.mystake-yh4uu8 table.mystake-vgvdsb {
  -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-04os4l,
    mask-image 0.3s;
}

.mystake-yh4uu8 table.mystake-vgvdsb.mystake-opmx78 {
  -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-yh4uu8 table {
    display: table;
  }
}

.mystake-yh4uu8 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-yh4uu8 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-yh4uu8 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-yh4uu8 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-yh4uu8 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.mystake-yh4uu8 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mystake-yh4uu8 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mystake-yh4uu8 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.mystake-yh4uu8 img {
  max-width: 100%;
  height: auto;
}

.mystake-deu1c6 {
  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-deu1c6 {
    padding: 24px;
  }
}

.mystake-s3o6g7 {
  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-s3o6g7 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.mystake-s3o6g7 > * {
  margin: 0 !important;
}

.mystake-s3o6g7 img,
.mystake-7hb1v2 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-s3o6g7 img,
  .mystake-7hb1v2 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-p2xjpk {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-p2xjpk {
    width: 32px;
    height: 32px;
  }
}

.mystake-u70hmy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.mystake-u70hmy .mystake-ey8yrt {
  flex-shrink: 0;
}

.mystake-u70hmy .mystake-ddffvy svg {
  display: none;
}

.mystake-mxw1qw {
  display: grid;
  transition: max-height 0.mystake-04os4l ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .mystake-mxw1qw {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .mystake-mxw1qw {
    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-mxw1qw.mystake-vhh7h5 + .mystake-ey8yrt svg {
  transform: rotate(180deg);
}

.mystake-v01jmg {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.mystake-v01jmg > div:nth-child(3n) {
  grid-column: span 2;
}

.mystake-v01jmg
  > div:nth-child(3n)
  .mystake-uqngk6
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .mystake-v01jmg {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .mystake-v01jmg > div:nth-child(3n) {
    grid-column: unset;
  }

  .mystake-v01jmg
    > div:nth-child(3n)
    .mystake-uqngk6
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .mystake-v01jmg {
    max-width: 270px;
  }
}

.mystake-v01jmg .mystake-uqngk6 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .mystake-v01jmg .mystake-uqngk6 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .mystake-v01jmg .mystake-uqngk6 button {
    max-width: 104px;
  }
}

.mystake-b70cpe {
  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-b70cpe {
    margin-bottom: 0;
  }
}

.mystake-srn4sf {
  display: none;
  opacity: 0;
}

.mystake-sq69jr {
  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-sq69jr img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.mystake-uqngk6 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.mystake-uqngk6 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-uqngk6
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .mystake-uqngk6
    button {
    max-width: 145px;
  }
}

.mystake-o42ofo:first-child
  .mystake-uqngk6
  button {
  max-width: 270px;
}

.mystake-5ffwby {
  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-b70cpe picture {
  width: 100%;
  max-width: 100%;
}

.mystake-pwtym1 {
  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-pwtym1 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.mystake-b70cpe:hover .mystake-pwtym1 {
  display: flex;
}

.mystake-axza4h {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.mystake-5qo21y {
  display: flex;
}

.mystake-5qo21y:hover .mystake-mshoag,
.mystake-5qo21y .mystake-lnc5kg .mystake-mshoag {
  display: flex;
}

.mystake-5qo21y svg {
  flex-shrink: 0;
}

.mystake-mshoag {
  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-mshoag {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.mystake-mshoag:hover {
  display: flex;
}

.mystake-mshoag svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.mystake-xotb30 {
  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-xotb30 {
    font-size: 12px;
  }
}

.mystake-i60wrm,
.mystake-75lwmi {
  width: 50%;
  flex-shrink: 0;
}

.mystake-i60wrm {
  font-weight: 700;
}

.mystake-0oqrka .mystake-mxw1qw {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .mystake-0oqrka .mystake-mxw1qw {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .mystake-0oqrka .mystake-mxw1qw {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.mystake-0oqrka
  .mystake-5ffwby:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.mystake-0oqrka .mystake-sq69jr {
  height: 100% !important;
  border-radius: 16px;
}

.mystake-0oqrka .mystake-uqngk6 {
  gap: 4px;
  align-items: center;
}

.mystake-0oqrka .mystake-uqngk6 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mystake-0oqrka .mystake-uqngk6 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.mystake-0oqrka .mystake-ac06xt,
.mystake-0oqrka .mystake-i4wlxj {
  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-zag3km.org/2000/svg'%3E%3Cpath d='M9.mystake-hrpa7q 4.mystake-3emwn2.mystake-tyhb6p 5.mystake-gtbeyd.mystake-uiznr2 5.mystake-b0al9c.mystake-zsfamr 5.mystake-bt2wfo.mystake-7t44cg 8.mystake-wr62j8.mystake-oac0xg 9.mystake-ldecf0.mystake-vvu1zr 9.mystake-nnuhqp.mystake-li4dip 13.mystake-0avujs.mystake-ujzbq5 11.mystake-0r7icf.mystake-w4i4c5 11.mystake-wnqeer.mystake-6bpih2 11.mystake-8f9qaq.mystake-s2jmi7 13.mystake-uht7j3.mystake-3u2l0y 9.mystake-0mg1ys.mystake-ugekeg 9.mystake-4z7dcj.mystake-f0aa9i 8.mystake-3d9vcd.mystake-25w8y9 5.mystake-ux2jrc.mystake-eadkf1 5.mystake-8w3ulz.mystake-dgy39j 5.mystake-r8gd31.mystake-ccyyzg 4.mystake-mr4wlj.mystake-w4i4c5 1.mystake-j0tyxe.mystake-hrpa7q 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.mystake-0oqrka .mystake-ac06xt {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.mystake-0oqrka .mystake-i4wlxj {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.mystake-n26deb {
  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-n26deb {
    padding: 24px;
  }
}

.mystake-n26deb .mystake-ey8yrt {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-n26deb .mystake-ey8yrt {
    display: none;
  }
}

.mystake-n26deb .mystake-ddffvy svg {
  display: none;
}

.mystake-t2wt2z {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mystake-t2wt2z .mystake-iwkrei {
  display: none;
}

@media (min-width: 768px) {
  .mystake-t2wt2z .mystake-iwkrei {
    display: flex;
  }
}

.mystake-26qy6p {
  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-26qy6p {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-26qy6p > * {
  margin: 0 !important;
}

.mystake-26qy6p img,
.mystake-e1u7xd {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-26qy6p img,
  .mystake-e1u7xd {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-0v16n7 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-0v16n7 {
    width: 32px;
    height: 32px;
  }
}

.mystake-yyqwo4 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .mystake-yyqwo4 {
    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-yyqwo4::-webkit-scrollbar {
    display: none;
  }
}

.mystake-0hvwxy {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .mystake-0hvwxy {
    padding: 7px 15px;
  }
}

.mystake-0hvwxy:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-qdwpcw {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-qdwpcw {
    display: flex;
    opacity: 1;
  }
}

.mystake-0hvwxy picture {
  height: 100%;
  display: block;
}

.mystake-0hvwxy img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .mystake-0hvwxy img {
    width: 88px;
    height: 44px;
  }
}

.mystake-0hvwxy p {
  text-align: center;
  width: 100%;
}

.mystake-usz43n {
  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-usz43n {
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-usz43n img,
.mystake-d8cj9r {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-usz43n img,
  .mystake-d8cj9r {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-dd7scq {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-dd7scq {
    width: 32px;
    height: 32px;
  }
}

.mystake-zlcsl9 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.mystake-dxrq9d {
  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-45by0g {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.mystake-45by0g.mystake-lnc5kg {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.mystake-2tomn9 {
  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-2tomn9 {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-5tgkmb {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.mystake-zzb9y4 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.mystake-04os4l ease;
  opacity: 0;
  color: var(--text-color);
}

.mystake-qlkgse {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.mystake-qlkgse ol,
.mystake-qlkgse ul {
  padding-left: 1.3em;
}

.mystake-45by0g.mystake-lnc5kg .mystake-zzb9y4 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.mystake-45by0g.mystake-lnc5kg .mystake-5tgkmb {
  transform: rotate(180deg);
  color: var(--text-color);
}

.mystake-rgv5q8 {
  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-rgv5q8 {
    padding: 24px;
  }
}

.mystake-rgv5q8 .mystake-ey8yrt {
  display: flex;
}

@media (min-width: 768px) {
  .mystake-rgv5q8 .mystake-ey8yrt {
    display: none;
  }
}

.mystake-rgv5q8 .mystake-ddffvy svg {
  display: none;
}

.mystake-eav7v8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mystake-eav7v8 .mystake-iwkrei {
  display: none;
}

@media (min-width: 768px) {
  .mystake-eav7v8 .mystake-iwkrei {
    display: flex;
  }
}

.mystake-52dwau {
  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-52dwau {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.mystake-52dwau > * {
  margin: 0 !important;
}

.mystake-52dwau img,
.mystake-l5bvmj {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mystake-52dwau img,
  .mystake-l5bvmj {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mystake-0patiw {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mystake-0patiw {
    width: 32px;
    height: 32px;
  }
}

.mystake-nd5we7 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .mystake-nd5we7 {
    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-nd5we7::-webkit-scrollbar {
    display: none;
  }
}

.mystake-ezezu4 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.mystake-ezezu4:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mystake-bebcox {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mystake-bebcox {
    display: flex;
    opacity: 1;
  }
}

.mystake-ezezu4 picture {
  width: auto;
  height: 100%;
  display: block;
}

.mystake-ezezu4 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.mystake-bo2e3s {
  margin: -24px 0;
}

.mystake-bo2e3s:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .mystake-bo2e3s {
    margin: -16px 0;
  }
}

.mystake-fp883f {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .mystake-fp883f {
    flex-direction: row;
  }
}

.mystake-pvrjow {
  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-pvrjow {
    flex: 1;
  }
}

.mystake-pvrjow::placeholder {
  color: var(--Text-400);
}

.mystake-tcfh0o {
  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-0gce6a {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.mystake-0gce6a::-webkit-scrollbar {
  display: none;
}

.mystake-7cl72c {
  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-7cl72c img,
.mystake-7cl72c svg {
  margin-right: 8px;
}

.mystake-bpprsi {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.mystake-bo2e3s + .mystake-76t86f {
  margin-top: 0;
}

@media (min-width: 768px) {
  .mystake-bo2e3s + .mystake-76t86f {
    margin-top: -16px;
  }
}

.mystake-6koc7t {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.mystake-6koc7t > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.mystake-6koc7t > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.mystake-ufdtrn {
  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-eco04l {
  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-oyywv1 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.mystake-gflxwe {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.mystake-pnyehq {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.mystake-ufdtrn 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-ufdtrn 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-ufdtrn {
    padding: 39px 179px 39px 39px;
  }

  .mystake-eco04l {
    font-size: 40px;
    line-height: 48px;
  }

  .mystake-pnyehq {
    height: 348px;
  }

  .mystake-ufdtrn button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .mystake-ufdtrn button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .mystake-ufdtrn {
    padding: 63px;
  }
}

.mystake-6p5p5a {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .mystake-6p5p5a {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.mystake-7nf188 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-7nf188 {
    width: auto;
  }
}

.mystake-7gx1px {
  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-7gx1px::-webkit-scrollbar {
  display: none;
}

.mystake-7gx1px 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-7gx1px a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mystake-7gx1px {
    margin-left: 16px;
    margin-top: 0;
  }
}

.mystake-6p5p5a .mystake-on8x8z {
  -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-04os4l,
    mask-image 0.3s;
}

.mystake-6p5p5a .mystake-on8x8z.mystake-opmx78 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.mystake-3dezzl {
  margin: 40px -16px;
}

.mystake-i5zteo + .mystake-w7fs6r,
.mystake-i5zteo + .mystake-w2lnvm {
  margin-top: 24px;
}

.mystake-2vsxfn {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.mystake-2vsxfn picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.mystake-93uslo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .mystake-93uslo {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .mystake-93uslo {
    margin-top: 0;
  }
}

.mystake-4tibij {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-4tibij {
    font-size: 24px;
    line-height: 32px;
  }
}

.mystake-b7p6qf {
  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-b7p6qf {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.mystake-qcxnup {
  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-qcxnup {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.mystake-aajyzy {
  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-aajyzy {
    font-size: 20px;
    line-height: 28px;
  }
}

.mystake-w4rahe {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mystake-w4rahe {
    font-size: 32px;
    line-height: 40px;
  }
}

.mystake-kw95u4 {
  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-e6cz0v {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.mystake-e6cz0v img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mystake-76t86f {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.mystake-gpnydj {
  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-gpnydj {
    padding: 15px 48px;
  }
}

main > .mystake-76t86f {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .mystake-mxw1qw.mystake-zxlqqn > div:nth-child(n+5) {
    display: none;
  }
}

.mystake-yh4uu8 p a img {
  display: block;
  margin: 0 auto;
}


.mystake-8zoq6l {
  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-kwm30s {
  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-kwm30s label {
  font-size: 14px;
}

.mystake-kwm30s h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.mystake-kwm30s input,
.mystake-kwm30s textarea,
.mystake-kwm30s 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-kwm30s button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.mystake-kgd3gc ease;
}
.mystake-kwm30s button:hover {
  background-color: var(--button-bg-hover);
}
.mystake-3ftz8d {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.mystake-ra25k8 ease-in;
}

.mystake-3ftz8d 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-mfka3c, .mystake-m0vmq4, [class*="review-card"],
thead, thead th, table th, .mystake-bqv36a,
.mystake-esejk5, [class*="collapsible-header"],
.mystake-h1x31a, [class*="updated-block"] {
  color: #ece7dc !important;
}
