* {
  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;
  }
}

.levelup-6wu5s0 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .levelup-6wu5s0 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .levelup-6wu5s0 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.levelup-0pzi34 {
  overflow: hidden;
}

.levelup-ftur0l img {
  background: var(--Neutral-300);
}

.levelup-qariev {
  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;
}

.levelup-q93iv3 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.levelup-q93iv3:hover {
  background: var(--button-bg-hover);
}

.levelup-3uslwt {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.levelup-3uslwt:hover {
  background: var(--button-bg-hover);
}

.levelup-snnmo6 {
  font-size: 12px;
  line-height: 18px;
}

.levelup-wdgzpv {
  font-size: 18px;
  line-height: 26px;
}

.levelup-lj83do {
  width: 100%;
}

.levelup-24vonq {
  padding: 6px 16px;
}

.levelup-53aut3 {
  padding: 10px 16px;
}

.levelup-63offe {
  padding: 15px 26px;
}

.levelup-e53zgr {
  flex-shrink: 0;
}

.levelup-og6cb4 {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.levelup-jhlm7k {
  display: none;
}

.levelup-6tubur {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.levelup-tq9gqm {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.levelup-rbstob {
  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;
}

.levelup-x3c4lu {
  cursor: grab;
}

.levelup-rbstob::-webkit-scrollbar {
  display: none;
}

.levelup-6z8vh1 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.levelup-5yw4pa {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.levelup-skpn9e {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.levelup-icodt4 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.levelup-qdggfr {
  visibility: visible;
}

.levelup-eddbq8 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.levelup-mbovp3 ease;
}

.levelup-erdaay {
  background-color: var(--Primary-200);
  width: 16px;
}

.levelup-ppw9nq {
  -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.levelup-mbovp3,
    mask-image 0.3s;
}

.levelup-ppw9nq.levelup-gwal39 {
  -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;
  }
}

.levelup-h4kezv: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;
}

.levelup-o72k06 {
  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.levelup-okybbp.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.levelup-okybbp.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;
}

.levelup-b6zz72 {
  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);
}

.levelup-b6zz72::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%
  );
}

.levelup-hn3m9o {
  position: relative;
  z-index: 1;
}

.levelup-9j1jx9 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.levelup-iyvh4c {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.levelup-a87z5f {
  font-size: 40px;
  line-height: 48px;
}

.levelup-ba4r6f {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.levelup-u2pmzp {
  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;
}

.levelup-u2pmzp:hover {
  background: var(--Primary-400);
}

.levelup-u2pmzp svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.levelup-h4kezv 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) {
  .levelup-b6zz72 {
    max-width: 600px;
    padding: 64px;
  }

  .levelup-9j1jx9 {
    font-size: 24px;
    line-height: 32px;
  }

  .levelup-iyvh4c {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .levelup-a87z5f {
    font-size: 50px;
    line-height: 56px;
  }

  .levelup-ba4r6f {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .levelup-o72k06 {
    top: 25px;
    right: 25px;
  }
}

.levelup-v4inyo,
.levelup-doi4l7 {
  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;
}

.levelup-hk61eo.levelup-e5o5ht::before,
.levelup-doi4l7::before,
.levelup-cyr3pw::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.levelup-okybbp.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.levelup-arpclx 14.levelup-odbnyh.levelup-xxe1jx 14.levelup-z34eo5 15.levelup-n7j293 14.levelup-c88cb2 15.levelup-j7g4ls 14.levelup-3v5f5k.levelup-rjerfn 14.levelup-zv45ag 19.levelup-z33tgz 12.levelup-b014y3 19.levelup-z33tgz 10.levelup-7yexkl.levelup-z33tgz 8.levelup-23zc5q 17.levelup-q5z3wb 7.levelup-ozjl6z 15.levelup-rn6m6m 7.levelup-qs6tji.levelup-3yjw94 7.levelup-ozjl6z 11.levelup-p467v9 8.levelup-23zc5q 11.levelup-p467v9 10.levelup-x3m7oa.levelup-p467v9 12.levelup-9hbvco 13.levelup-1b0ynz 14.levelup-swito1 15.levelup-lpnlfw 14.levelup-4p92w5.levelup-f2qppc 14.levelup-hq86r7 15.levelup-slubtm 14.levelup-0hstu5 15.levelup-4h7yql 14.levelup-261iho.levelup-arpclx 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.levelup-tkozg1 15.levelup-hxii3c.levelup-nc9816 15.levelup-3lmbtm 15.levelup-euh8fh 15.levelup-2a1mcx 15.levelup-mmanuc 15.levelup-bbz02c.levelup-cattfb 15.levelup-2a1mcx 15.levelup-crcs4i 15.levelup-14xt1o 15.levelup-8t2aqu 15.levelup-3bq88i.levelup-37zozx 15.levelup-nb7u4p 7.levelup-9g3kzg 18.levelup-jksnle 7.levelup-c2e2a8 23.levelup-f162sx.levelup-1nflde.levelup-kxfpb6 18.levelup-udmk1g 19.levelup-j81kj7 15.levelup-hrj3gf 15.levelup-tkozg1 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.levelup-cp0ar8 [type="submit"] *,
.levelup-urh9fl button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .levelup-vd5h0y {
    display: none;
  }
}

.levelup-soeq5s {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .levelup-soeq5s {
  display: none;
}

@media (min-width: 768px) {
  .levelup-soeq5s {
    bottom: 22px;
  }
}

.levelup-soeq5s input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .levelup-soeq5s {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.levelup-hhgpla.static) .levelup-soeq5s {
    bottom: 8px;
  }
}

.levelup-thjfd1 {
  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.levelup-okybbp.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.levelup-drueck 3.levelup-l66v59.levelup-8v0zhk.levelup-3r1wcm 3.levelup-5ou2to 3.levelup-5g86qh 5.levelup-y11f86 3.levelup-5g86qh 8.levelup-k0n41u.levelup-y0ra6a.levelup-5g86qh 26.levelup-1h4m5f 5.levelup-m54gnq 28.levelup-v57wry 8.levelup-7ftfd8 28.levelup-vussbg.levelup-swppv3 28.levelup-qi42yw.levelup-ju6tjr 34.levelup-eqdjxp.levelup-bpvasu 36.levelup-q8q58f 11.levelup-syhdnk 37.levelup-f9vme7 12.levelup-brxv2q 36.levelup-iwijo8.levelup-nw3cbh 28.levelup-6ynk7n.levelup-v8dm6v.levelup-831el5 28.levelup-yilf5f 36.levelup-jr6ezz 26.levelup-gqxbiv 36.levelup-jr6ezz 23.levelup-2wwkj2.levelup-8x3nmv.levelup-jr6ezz 5.levelup-rm3m3b 34.levelup-ig7hdv 3.levelup-5ou2to 31.levelup-drueck 3.levelup-8ftc6w.levelup-y6e15l 18.levelup-y61wg9.levelup-kmbfzc 18.levelup-ge937d 8.levelup-ovdaur 17.levelup-mg5y6u 8.levelup-ovdaur 15.levelup-eylc4o.levelup-ovdaur 14.levelup-wbaz1q 9.levelup-kmbfzc 13.levelup-6spwgo 11.levelup-y6e15l 13.levelup-slsw46.levelup-v3z3bt 13.levelup-6spwgo 13.levelup-knubec 14.levelup-wbaz1q 13.levelup-knubec 15.levelup-j3rq37.levelup-knubec 17.levelup-mg5y6u 12.levelup-v3z3bt 18.levelup-ge937d 11.levelup-y6e15l 18.levelup-j928e3.levelup-hg3e6y 18.levelup-yrgzbb.levelup-4g4g68 18.levelup-ge937d 17.levelup-3mh8wv 17.levelup-mg5y6u 17.levelup-3mh8wv 15.levelup-wz3su0.levelup-3mh8wv 14.levelup-wbaz1q 18.levelup-4g4g68 13.levelup-6spwgo 20.levelup-hg3e6y 13.levelup-wdf3pv.levelup-5k9iys 13.levelup-6spwgo 22.levelup-07sqqz 14.levelup-wbaz1q 22.levelup-07sqqz 15.levelup-r16eau.levelup-6jqk66 17.levelup-mg5y6u 21.levelup-5k9iys 18.levelup-ge937d 20.levelup-hg3e6y 18.levelup-rm2ti7.levelup-f1z2px 18.levelup-2ia2ww.levelup-e7kglk 18.levelup-ge937d 26.levelup-ba0mik 17.levelup-mg5y6u 26.levelup-ba0mik 15.levelup-y7asdp.levelup-ba0mik 14.levelup-wbaz1q 27.levelup-e7kglk 13.levelup-6spwgo 28.levelup-f1z2px 13.levelup-tfqbbt.levelup-lpkffm 13.levelup-6spwgo 31.levelup-c4krnb 14.levelup-wbaz1q 31.levelup-c4krnb 15.levelup-jwoqer.levelup-ba0mik 17.levelup-mg5y6u 30.levelup-lpkffm 18.levelup-ge937d 28.levelup-f1z2px 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"])
    .levelup-thjfd1 {
    display: none;
  }
}

.levelup-3o6drb {
  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) {
  .levelup-3o6drb {
    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;
}

.levelup-urh9fl {
  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) {
  .levelup-urh9fl {
    padding: 14px 16px;
  }
}

.levelup-urh9fl button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.levelup-urh9fl button:first-child {
  align-content: end;
}

.levelup-urh9fl button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .levelup-urh9fl
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .levelup-urh9fl
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.levelup-urh9fl button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.levelup-urh9fl button:last-child svg {
  width: 38px;
  height: 38px;
}

.levelup-cyr3pw {
  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;
}

.levelup-cyr3pw::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .levelup-cyr3pw,
.pc61d126-chatbot[data-active-screen="3"]
  .levelup-cyr3pw {
  opacity: 1;
  visibility: visible;
}

.levelup-baczjm {
  flex: 1 1;
}

.levelup-fgcza1 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .levelup-fgcza1 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .levelup-avztof {
  display: block;
}

.levelup-yprl6p {
  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) {
  .levelup-yprl6p {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.levelup-doi4l7 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.levelup-doi4l7::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.levelup-cqq7if span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.levelup-cqq7if p {
  color: var(--Text-100);
}

.levelup-doi4l7 .levelup-4tx0xi {
  grid-area: button;
}

.levelup-doi4l7 .levelup-4tx0xi::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.levelup-okybbp.org/2000/svg'%3E%3Cpath d='M4.levelup-qiovnh 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.levelup-6aor2m 15L16.levelup-6aor2m 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.levelup-6aor2m 5L16.levelup-6aor2m 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .levelup-a1hwkw {
  display: block;
}

.levelup-o1py41 {
  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) {
  .levelup-o1py41 {
    margin-top: 40px;
  }
}

.levelup-v4inyo label,
.levelup-v4inyo input {
  display: block;
  width: 100%;
}

.levelup-v4inyo label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.levelup-v4inyo label.levelup-m20kq2 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.levelup-v4inyo label.levelup-m20kq2::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;
}

.levelup-v4inyo 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;
}

.levelup-v4inyo input::placeholder {
  color: var(--Text-400);
}

.levelup-n7tzob {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .levelup-n7tzob {
  display: flex;
}

.levelup-n7tzob ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .levelup-n7tzob ol {
    height: 420px;
    padding: 24px;
  }
}

.levelup-n7tzob ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.levelup-cp0ar8 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .levelup-cp0ar8 {
    padding: 0 24px 24px;
  }
}

.levelup-cp0ar8 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;
}

.levelup-cp0ar8 input::placeholder {
  color: var(--Text-400);
}

.levelup-cp0ar8 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.levelup-cp0ar8 [type="submit"]:disabled {
  opacity: 0.5;
}

.levelup-cp0ar8 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .levelup-cp0ar8 [type="submit"] {
    right: 40px;
  }
}

.levelup-hk61eo {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.levelup-hk61eo.levelup-e5o5ht {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.levelup-hk61eo.levelup-e5o5ht::before {
  content: "";
  width: 31px;
}

.levelup-hk61eo.levelup-e5o5ht p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.levelup-hk61eo.levelup-a1o4rg p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.levelup-hk61eo p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.levelup-soeq5s .levelup-4tx0xi {
  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;
  }
}

.levelup-vd5h0y {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .levelup-vd5h0y {
    padding: 14px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .levelup-vd5h0y {
    padding: 15px 0;
  }
}

.levelup-vd5h0y .levelup-6wu5s0 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .levelup-vd5h0y .levelup-6wu5s0 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.levelup-7kmma3 {
  display: block;
  width: 100%;
  max-width: 144px;
  height: 36px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .levelup-7kmma3 {
    max-width: 180px;
    height: 47px;
  }
}

.levelup-7kmma3 picture,
.levelup-7kmma3 img {
  display: block;
  width: 100%;
  height: 100%;
}

.levelup-7kmma3 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .levelup-339gbe {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.levelup-mbovp3 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .levelup-vd5h0y.levelup-auxk83 .levelup-339gbe {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .levelup-339gbe {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .levelup-339gbe {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.levelup-p3o82w,
.levelup-j87bps {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .levelup-p3o82w,
  .levelup-j87bps {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .levelup-j87bps {
    display: none;
  }
}

.levelup-brv8gx {
  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;
}

.levelup-auxk83 .levelup-brv8gx {
  background: var(--fh-bg-color);
}

.levelup-brv8gx button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .levelup-brv8gx {
    display: none;
  }
}

.levelup-b0okl6 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .levelup-b0okl6 {
    display: none;
  }
}

.levelup-ese2qf {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--header-text-color, var(--text-color));
  pointer-events: none;
  touch-action: none;
}

.levelup-vd5h0y.levelup-auxk83 .levelup-ese2qf:first-child {
  display: none;
}

.levelup-vd5h0y.levelup-auxk83 .levelup-ese2qf:last-child {
  display: block;
}

.levelup-ese2qf:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .levelup-ese2qf {
    display: none;
  }
}

.levelup-7smvz9 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .levelup-7smvz9 {
    display: flex;
  }
}

.levelup-7smvz9 ul {
  max-height: 350px;
  overflow-y: auto;
}

.levelup-7smvz9:hover ul {
  visibility: visible;
  opacity: 1;
}

.levelup-7smvz9:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.levelup-7smvz9:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.levelup-7smvz9:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.levelup-7smvz9:hover .levelup-qantx5 svg {
  transform: rotate(180deg);
}

.levelup-90cp2q {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.levelup-zzrmnw {
  padding: 0 8px;
}

.levelup-w03s4x {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.levelup-w03s4x:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .levelup-w03s4x {
    padding: 4px 8px;
  }
}

.levelup-7dz1m2 {
  display: flex;
}

.levelup-7dz1m2 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.levelup-qantx5 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.levelup-qantx5 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.levelup-rzpkes {
  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) {
  .levelup-rzpkes {
    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;
  }
}

.levelup-0y17qm {
  width: 100%;
}

@media (min-width: 1200px) {
  .levelup-0y17qm {
    display: none;
  }
}

.levelup-tm1x3f {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.levelup-1homn8 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.levelup-dzdfxw {
  display: flex;
}

.levelup-lmgkoo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.levelup-lru868 {
  list-style: none;
}

@media (max-width: 1199px) {
  .levelup-lru868 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .levelup-lru868 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .levelup-lru868 .levelup-q4inry [data-ref-el],
  .levelup-lru868 .levelup-q4inry span,
  .levelup-lru868 .levelup-q4inry a {
    white-space: nowrap;
  }
}

.levelup-jx1sqf {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .levelup-jx1sqf.levelup-iatc3o > .levelup-q4inry {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .levelup-jx1sqf.levelup-ss5hy1:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .levelup-jx1sqf.levelup-iatc3o > .levelup-hbtij4 {
    height: auto;
  }

  .levelup-jx1sqf.levelup-iatc3o > div > .levelup-hukorx {
    transform: rotate(180deg);
  }
}

.levelup-jx1sqf [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.levelup-jx1sqf [data-ref-el],
.levelup-jx1sqf span {
  cursor: pointer;
}

.levelup-jx1sqf [data-ref-el],
.levelup-jx1sqf span,
.levelup-jx1sqf a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--header-text-color, var(--text-color));
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .levelup-jx1sqf [data-ref-el],
  .levelup-jx1sqf span,
  .levelup-jx1sqf a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .levelup-jx1sqf [data-ref-el],
  .levelup-jx1sqf span,
  .levelup-jx1sqf a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.levelup-hbtij4 {
  height: 0;
  overflow: hidden;
  transition: height 0.levelup-mbovp3 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.levelup-hbtij4::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.levelup-hbtij4::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.levelup-hbtij4::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .levelup-hbtij4 {
    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;
  }

  .levelup-hbtij4:has(> .levelup-jx1sqf.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .levelup-hbtij4 .levelup-hbtij4 {
    padding: 0;
  }

  .levelup-hbtij4 .levelup-jx1sqf {
    font-weight: 400;
  }

  .levelup-hbtij4 .levelup-jx1sqf:hover > .levelup-q4inry {
    background: var(--Neutral-300);
  }

  .levelup-hbtij4 .levelup-hukorx {
    rotate: -90deg;
  }
}

.levelup-q4inry {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .levelup-q4inry {
    padding: 8px;
  }

  .levelup-jx1sqf.levelup-sflsmf > .levelup-q4inry {
    background: var(--Neutral-300);
  }
}

.levelup-hukorx {
  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.levelup-okybbp.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.levelup-aphkc3 0.levelup-4uggtl.levelup-hnfuuu -0.levelup-gqlxol 0.levelup-6gvaf7 -0.levelup-gqlxol 1.levelup-8z4fli 0.levelup-lk3ccg.levelup-1w1kr5 4.levelup-wq4er7.levelup-aphkc3 0.levelup-vd5rnu.levelup-0i0lz5 -0.levelup-gqlxol 9.levelup-wgt0q0 -0.levelup-gqlxol 10.levelup-hvkynv 0.levelup-ce0i3p.levelup-jo07ep 0.levelup-hnfuuu 10.levelup-jo07ep 0.levelup-6gvaf7 10.levelup-hvkynv 1.levelup-4c8vu2.levelup-5j1am2 5.levelup-8ktc7g.levelup-d5dd72 6.levelup-wfle7k 5.levelup-7rtexc 6.levelup-wfle7k 4.levelup-qx83mo 5.levelup-3r5ua9.levelup-aphkc3 1.levelup-pyl89a.levelup-gqlxol 0.levelup-6gvaf7 -0.levelup-gqlxol 0.levelup-hnfuuu 0.levelup-aphkc3 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.levelup-mbovp3 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .levelup-hukorx {
    cursor: default;
  }
}

.levelup-7rhfd9 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.levelup-wa2ooc {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--footer-bg-color, var(--main-theme-color));
  color: var(--footer-text-color);
}

@media screen and (min-width: 768px) {
  .levelup-wa2ooc {
    padding: 40px 4px;
  }
}

.levelup-gup7vp {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .levelup-gup7vp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.levelup-ll60dh {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .levelup-ll60dh {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.levelup-ll60dh ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.levelup-ll60dh [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.levelup-ll60dh [data-ref-el],
.levelup-ll60dh span,
.levelup-ll60dh a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--footer-text-color);
}

.levelup-5jcj4h {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .levelup-5jcj4h {
    margin-bottom: 12px;
  }
}

.levelup-vtr6dd {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.levelup-vtr6dd img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .levelup-vtr6dd:last-child {
    margin-right: 0;
  }
}

.levelup-9gv3jz {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.levelup-5jcj4h:hover .levelup-cagvym {
  visibility: visible;
  opacity: 1;
}

.levelup-cagvym {
  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);
}

.levelup-0ywx1s {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.levelup-kp7gn5 {
  display: flex;
  margin: 6px;
}

.levelup-kp7gn5 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.levelup-cagvym::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);
}

.levelup-cagvym::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);
}

.levelup-0lcvgk {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .levelup-0lcvgk {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.levelup-jkl0bs {
  font-size: 14px;
  line-height: 20px;
  color: var(--footer-text-color);
}

@media (min-width: 1200px) {
  .levelup-jkl0bs {
    margin-right: 32px;
  }
}

.levelup-iq5s8x {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .levelup-iq5s8x {
    margin-top: 0;
    width: 340px;
  }
}

.levelup-iq5s8x a {
  line-height: 19px;
  color: var(--footer-text-color);
  border-bottom: 1px solid var(--Primary-100);
}

.levelup-znygvm {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.levelup-qulh08 {
  position: relative;
}

@media (min-width: 768px) {
  .levelup-qulh08 {
    margin-top: 40px;
  }
}

.levelup-qulh08 + .levelup-zhuidp,
.levelup-qulh08 + .levelup-qulh08 {
  margin-top: 24px;
}

.levelup-ojtsas {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .levelup-ojtsas {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .levelup-ojtsas {
    padding: 80px;
  }
}

.levelup-gp1iac {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .levelup-gp1iac {
    padding: 0 16px;
}


}

.levelup-scw07v {
  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) {
  .levelup-scw07v {
    font-size: 48px;
    line-height: 56px;
  }
}

.levelup-f2qsth {
  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) {
  .levelup-f2qsth {
    font-size: 24px;
    line-height: 32px;
  }
}

.levelup-nyuyh2 {
  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;
}

.levelup-nyuyh2:hover {
  background: var(--button-bg-hover);
}

.levelup-ytyync {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.levelup-ytyync img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .levelup-ytyync img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .levelup-ytyync img {
  min-height: 100%;
  }
}

.levelup-ojtsas::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.levelup-7xxaj8 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.levelup-7xxaj8 h1,
.levelup-7xxaj8 h2,
.levelup-7xxaj8 h3,
.levelup-7xxaj8 h4 {
  margin-bottom: 6px;
}

.levelup-7xxaj8 h1:not(:first-child),
.levelup-7xxaj8 h2:not(:first-child),
.levelup-7xxaj8 h3:not(:first-child),
.levelup-7xxaj8 h4:not(:first-child) {
  margin-top: 16px;
}

.levelup-7xxaj8 h1,
.levelup-7xxaj8 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .levelup-7xxaj8 h1,
  .levelup-7xxaj8 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.levelup-7xxaj8 h2,
.levelup-7xxaj8 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .levelup-7xxaj8 h2,
  .levelup-7xxaj8 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.levelup-7xxaj8 h3,
.levelup-7xxaj8 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .levelup-7xxaj8 h3,
  .levelup-7xxaj8 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.levelup-7xxaj8 h4,
.levelup-7xxaj8 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.levelup-7xxaj8 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.levelup-7xxaj8 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.levelup-7xxaj8 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);
}

.levelup-7xxaj8 ul ul {
  margin-bottom: 8px;
}

.levelup-7xxaj8 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.levelup-7xxaj8 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.levelup-7xxaj8 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.levelup-7xxaj8 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.levelup-7xxaj8 ol li::marker {
  font-weight: 700;
}

.levelup-7xxaj8 ol ol {
  margin-bottom: 8px;
}

.levelup-7xxaj8 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.levelup-7xxaj8 ol ul li {
  padding-left: 16px;
}

.levelup-7xxaj8 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) {
  .levelup-7xxaj8 table {
    padding: 24px;
  }
}

.levelup-7xxaj8 table.levelup-dfmb1l {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.levelup-mbovp3,
    mask-image 0.3s;
}

.levelup-7xxaj8 table.levelup-dfmb1l.levelup-gwal39 {
  -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) {
  .levelup-7xxaj8 table {
    display: table;
  }
}

.levelup-7xxaj8 table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-head-bg-color, var(--table-1-color));
  color: var(--table-head-text-color, var(--text-color));
  border: 1px solid var(--border-color);
}

.levelup-7xxaj8 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.levelup-7xxaj8 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.levelup-7xxaj8 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) {
  .levelup-7xxaj8 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.levelup-7xxaj8 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.levelup-7xxaj8 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.levelup-7xxaj8 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.levelup-7xxaj8 img {
  max-width: 100%;
  height: auto;
}

.levelup-v40a4b {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: var(--card-bg-color, 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) {
  .levelup-v40a4b {
    padding: 24px;
  }
}

.levelup-56byc2 {
  color: var(--card-text-color, var(--text-color));
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .levelup-56byc2 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.levelup-56byc2 > * {
  margin: 0 !important;
}

.levelup-56byc2 img,
.levelup-n59k2k {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .levelup-56byc2 img,
  .levelup-n59k2k {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.levelup-5c5a8n {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .levelup-5c5a8n {
    width: 32px;
    height: 32px;
  }
}

.levelup-6gwb25 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.levelup-6gwb25 .levelup-9qbb81 {
  flex-shrink: 0;
}

.levelup-6gwb25 .levelup-ga4o5h svg {
  display: none;
}

.levelup-rivptz {
  display: grid;
  transition: max-height 0.levelup-mbovp3 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .levelup-rivptz {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .levelup-rivptz {
    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));
  }
}

.levelup-rivptz.levelup-7xdg83 + .levelup-9qbb81 svg {
  transform: rotate(180deg);
}

.levelup-c67hka {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.levelup-c67hka > div:nth-child(3n) {
  grid-column: span 2;
}

.levelup-c67hka
  > div:nth-child(3n)
  .levelup-yjna3k
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .levelup-c67hka {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .levelup-c67hka > div:nth-child(3n) {
    grid-column: unset;
  }

  .levelup-c67hka
    > div:nth-child(3n)
    .levelup-yjna3k
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .levelup-c67hka {
    max-width: 270px;
  }
}

.levelup-c67hka .levelup-yjna3k button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .levelup-c67hka .levelup-yjna3k button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .levelup-c67hka .levelup-yjna3k button {
    max-width: 104px;
  }
}

.levelup-fwop9v {
  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) {
  .levelup-fwop9v {
    margin-bottom: 0;
  }
}

.levelup-c6f4ht {
  display: none;
  opacity: 0;
}

.levelup-hdm87i {
  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;
  }
}

.levelup-hdm87i img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.levelup-yjna3k {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.levelup-yjna3k button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .levelup-yjna3k
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .levelup-yjna3k
    button {
    max-width: 145px;
  }
}

.levelup-xtkaj9:first-child
  .levelup-yjna3k
  button {
  max-width: 270px;
}

.levelup-o5vg29 {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--card-text-color, var(--text-color));
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.levelup-fwop9v picture {
  width: 100%;
  max-width: 100%;
}

.levelup-oj98kv {
  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;
}

.levelup-oj98kv svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.levelup-fwop9v:hover .levelup-oj98kv {
  display: flex;
}

.levelup-txyrze {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.levelup-71xztc {
  display: flex;
}

.levelup-71xztc:hover .levelup-o3d7wz,
.levelup-71xztc .levelup-sflsmf .levelup-o3d7wz {
  display: flex;
}

.levelup-71xztc svg {
  flex-shrink: 0;
}

.levelup-o3d7wz {
  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) {
  .levelup-o3d7wz {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.levelup-o3d7wz:hover {
  display: flex;
}

.levelup-o3d7wz svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.levelup-ywnz6h {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .levelup-ywnz6h {
    font-size: 12px;
  }
}

.levelup-6msijn,
.levelup-n1sj80 {
  width: 50%;
  flex-shrink: 0;
}

.levelup-6msijn {
  font-weight: 700;
}

.levelup-gytgua .levelup-rivptz {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .levelup-gytgua .levelup-rivptz {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .levelup-gytgua .levelup-rivptz {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.levelup-gytgua
  .levelup-o5vg29:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.levelup-gytgua .levelup-hdm87i {
  height: 100% !important;
  border-radius: 16px;
}

.levelup-gytgua .levelup-yjna3k {
  gap: 4px;
  align-items: center;
}

.levelup-gytgua .levelup-yjna3k button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.levelup-gytgua .levelup-yjna3k svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.levelup-gytgua .levelup-3ydlo8,
.levelup-gytgua .levelup-enzte8 {
  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.levelup-okybbp.org/2000/svg'%3E%3Cpath d='M9.levelup-9mkqfr 4.levelup-yliy6w.levelup-p6xboh 5.levelup-elr3xo.levelup-jhvlh8 5.levelup-jjpcar.levelup-p90k5f 5.levelup-na2mai.levelup-nruv4x 8.levelup-z0157q.levelup-fryaf2 9.levelup-906v8h.levelup-b5jk8w 9.levelup-i00wjr.levelup-tbyud2 13.levelup-n3glk7.levelup-9oj0ow 11.levelup-f9qfve.levelup-5ssal7 11.levelup-5bwued.levelup-wg1yd0 11.levelup-yk5y9v.levelup-luz38z 13.levelup-gs2eln.levelup-focjmk 9.levelup-bwk3w9.levelup-m8yjbb 9.levelup-6zqsdl.levelup-fj2q62 8.levelup-b8a5d2.levelup-gl2cta 5.levelup-998p07.levelup-qqgnyt 5.levelup-6f5515.levelup-3mj8pp 5.levelup-z4t8de.levelup-7kd1ul 4.levelup-4erj9s.levelup-5ssal7 1.levelup-f8gbjm.levelup-9mkqfr 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.levelup-gytgua .levelup-3ydlo8 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.levelup-gytgua .levelup-enzte8 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.levelup-jsh31l {
  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) {
  .levelup-jsh31l {
    padding: 24px;
  }
}

.levelup-jsh31l .levelup-9qbb81 {
  display: flex;
}

@media (min-width: 768px) {
  .levelup-jsh31l .levelup-9qbb81 {
    display: none;
  }
}

.levelup-jsh31l .levelup-ga4o5h svg {
  display: none;
}

.levelup-nas5bp {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.levelup-nas5bp .levelup-qariev {
  display: none;
}

@media (min-width: 768px) {
  .levelup-nas5bp .levelup-qariev {
    display: flex;
  }
}

.levelup-sefpwe {
  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) {
  .levelup-sefpwe {
    font-size: 40px;
    line-height: 48px;
  }
}

.levelup-sefpwe > * {
  margin: 0 !important;
}

.levelup-sefpwe img,
.levelup-792l39 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .levelup-sefpwe img,
  .levelup-792l39 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.levelup-n3jcjz {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .levelup-n3jcjz {
    width: 32px;
    height: 32px;
  }
}

.levelup-14elko {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .levelup-14elko {
    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;
  }

  .levelup-14elko::-webkit-scrollbar {
    display: none;
  }
}

.levelup-0s633s {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .levelup-0s633s {
    padding: 7px 15px;
  }
}

.levelup-0s633s:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.levelup-gk2s72 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .levelup-gk2s72 {
    display: flex;
    opacity: 1;
  }
}

.levelup-0s633s picture {
  height: 100%;
  display: block;
}

.levelup-0s633s img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .levelup-0s633s img {
    width: 88px;
    height: 44px;
  }
}

.levelup-0s633s p {
  text-align: center;
  width: 100%;
}

.levelup-qopgif {
  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) {
  .levelup-qopgif {
    font-size: 40px;
    line-height: 48px;
  }
}

.levelup-qopgif img,
.levelup-s1fxvh {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .levelup-qopgif img,
  .levelup-s1fxvh {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.levelup-qfjfwe {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .levelup-qfjfwe {
    width: 32px;
    height: 32px;
  }
}

.levelup-kiku6q {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.levelup-vyn08s {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: var(--card-bg-color, 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;
}

.levelup-5c2l6x {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.levelup-5c2l6x.levelup-sflsmf {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.levelup-l11hvq {
  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(--card-text-color, var(--text-color));
}

@media screen and (min-width: 768px) {
  .levelup-l11hvq {
    font-size: 20px;
    line-height: 28px;
  }
}

.levelup-3eqjo1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--card-text-color, var(--text-color));
}

.levelup-h79sln {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.levelup-mbovp3 ease;
  opacity: 0;
  color: var(--card-text-color, var(--text-color));
}

.levelup-og7yt1 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.levelup-og7yt1 ol,
.levelup-og7yt1 ul {
  padding-left: 1.3em;
}

.levelup-5c2l6x.levelup-sflsmf .levelup-h79sln {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.levelup-5c2l6x.levelup-sflsmf .levelup-3eqjo1 {
  transform: rotate(180deg);
  color: var(--card-text-color, var(--text-color));
}

.levelup-shtugi {
  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) {
  .levelup-shtugi {
    padding: 24px;
  }
}

.levelup-shtugi .levelup-9qbb81 {
  display: flex;
}

@media (min-width: 768px) {
  .levelup-shtugi .levelup-9qbb81 {
    display: none;
  }
}

.levelup-shtugi .levelup-ga4o5h svg {
  display: none;
}

.levelup-fvyfh8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.levelup-fvyfh8 .levelup-qariev {
  display: none;
}

@media (min-width: 768px) {
  .levelup-fvyfh8 .levelup-qariev {
    display: flex;
  }
}

.levelup-he4mdp {
  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) {
  .levelup-he4mdp {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.levelup-he4mdp > * {
  margin: 0 !important;
}

.levelup-he4mdp img,
.levelup-iro6yk {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .levelup-he4mdp img,
  .levelup-iro6yk {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.levelup-cja8sb {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .levelup-cja8sb {
    width: 32px;
    height: 32px;
  }
}

.levelup-o2rbgj {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .levelup-o2rbgj {
    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;
  }

  .levelup-o2rbgj::-webkit-scrollbar {
    display: none;
  }
}

.levelup-4mejeg {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.levelup-4mejeg:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.levelup-z4eybk {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .levelup-z4eybk {
    display: flex;
    opacity: 1;
  }
}

.levelup-4mejeg picture {
  width: auto;
  height: 100%;
  display: block;
}

.levelup-4mejeg picture img {
  display: block;
  width: auto;
  height: 100%;
}

.levelup-vvuphu {
  margin: -24px 0;
}

.levelup-vvuphu:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .levelup-vvuphu {
    margin: -16px 0;
  }
}

.levelup-oh11ke {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .levelup-oh11ke {
    flex-direction: row;
  }
}

.levelup-vywk1o {
  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) {
  .levelup-vywk1o {
    flex: 1;
  }
}

.levelup-vywk1o::placeholder {
  color: var(--Text-400);
}

.levelup-igxbi1 {
  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;
}

.levelup-vc0dsl {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.levelup-vc0dsl::-webkit-scrollbar {
  display: none;
}

.levelup-qtk8kf {
  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;
}

.levelup-qtk8kf img,
.levelup-qtk8kf svg {
  margin-right: 8px;
}

.levelup-2mcvm5 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.levelup-vvuphu + .levelup-0a4hqh {
  margin-top: 0;
}

@media (min-width: 768px) {
  .levelup-vvuphu + .levelup-0a4hqh {
    margin-top: -16px;
  }
}

.levelup-ufvgtu {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.levelup-ufvgtu > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.levelup-ufvgtu > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.levelup-esygaa {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: var(--card-bg-color, 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;
}

.levelup-xtbjzf {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.levelup-68c7gq {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.levelup-5fu395 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.levelup-tfp0ea {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.levelup-esygaa 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;
}

.levelup-esygaa 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) {
  .levelup-esygaa {
    padding: 39px 179px 39px 39px;
  }

  .levelup-xtbjzf {
    font-size: 40px;
    line-height: 48px;
  }

  .levelup-tfp0ea {
    height: 348px;
  }

  .levelup-esygaa button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .levelup-esygaa button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .levelup-esygaa {
    padding: 63px;
  }
}

.levelup-xd6ouj {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .levelup-xd6ouj {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.levelup-2ccmq6 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .levelup-2ccmq6 {
    width: auto;
  }
}

.levelup-0wm12e {
  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;
}

.levelup-0wm12e::-webkit-scrollbar {
  display: none;
}

.levelup-0wm12e 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);
}

.levelup-0wm12e a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .levelup-0wm12e {
    margin-left: 16px;
    margin-top: 0;
  }
}

.levelup-xd6ouj .levelup-jxae03 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.levelup-mbovp3,
    mask-image 0.3s;
}

.levelup-xd6ouj .levelup-jxae03.levelup-gwal39 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.levelup-miltbi {
  margin: 40px -16px;
}

.levelup-rp7y8x + .levelup-zhuidp,
.levelup-rp7y8x + .levelup-qulh08 {
  margin-top: 24px;
}

.levelup-283m62 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.levelup-283m62 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.levelup-hgphcc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .levelup-hgphcc {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .levelup-hgphcc {
    margin-top: 0;
  }
}

.levelup-4hbnw9 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .levelup-4hbnw9 {
    font-size: 24px;
    line-height: 32px;
  }
}

.levelup-3wcf8n {
  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) {
  .levelup-3wcf8n {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.levelup-ssrvn0 {
  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) {
  .levelup-ssrvn0 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.levelup-b6xt3u {
  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) {
  .levelup-b6xt3u {
    font-size: 20px;
    line-height: 28px;
  }
}

.levelup-3xh8bm {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .levelup-3xh8bm {
    font-size: 32px;
    line-height: 40px;
  }
}

.levelup-bedm9k {
  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;
}

.levelup-skm4nn {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.levelup-skm4nn img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.levelup-0a4hqh {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.levelup-f5162t {
  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) {
  .levelup-f5162t {
    padding: 15px 48px;
  }
}

main > .levelup-0a4hqh {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .levelup-rivptz.levelup-dvq3fu > div:nth-child(n+5) {
    display: none;
  }
}

.levelup-7xxaj8 p a img {
  display: block;
  margin: 0 auto;
}


.levelup-fefsyj {
  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 */
.levelup-v6ujli {
  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;
}

.levelup-v6ujli label {
  font-size: 14px;
}

.levelup-v6ujli h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.levelup-v6ujli input,
.levelup-v6ujli textarea,
.levelup-v6ujli 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;
}
.levelup-v6ujli button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.levelup-lpuup3 ease;
}
.levelup-v6ujli button:hover {
  background-color: var(--button-bg-hover);
}
.levelup-9uzyww {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.levelup-rfjkcf ease-in;
}

.levelup-9uzyww 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;
}
.levelup-8h9xrw, .levelup-hazu5j, [class*="review-card"],
thead, thead th, table th, .levelup-6iycx6,
.levelup-pgafjj, [class*="collapsible-header"],
.levelup-34loi4, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v4 */
header nav li a, header ul li a { color: var(--text-color) !important; }
