* {
  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-n0iuoi {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .levelup-n0iuoi {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .levelup-n0iuoi {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.levelup-u8a8p2 {
  overflow: hidden;
}

.levelup-ckq26b img {
  background: var(--Neutral-300);
}

.levelup-8ywek0 {
  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-nh7u58 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.levelup-nh7u58:hover {
  background: var(--button-bg-hover);
}

.levelup-ekwlb4 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.levelup-ekwlb4:hover {
  background: var(--button-bg-hover);
}

.levelup-2nv3hv {
  font-size: 12px;
  line-height: 18px;
}

.levelup-4qpiv6 {
  font-size: 18px;
  line-height: 26px;
}

.levelup-qdzu6r {
  width: 100%;
}

.levelup-q5ch04 {
  padding: 6px 16px;
}

.levelup-wemhzh {
  padding: 10px 16px;
}

.levelup-p5dreq {
  padding: 15px 26px;
}

.levelup-3s20xs {
  flex-shrink: 0;
}

.levelup-4apbmf {
  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-dm1c9d {
  display: none;
}

.levelup-dxwxf6 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.levelup-cya6t4 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.levelup-cj280c {
  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-h9st7b {
  cursor: grab;
}

.levelup-cj280c::-webkit-scrollbar {
  display: none;
}

.levelup-uha2ir {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.levelup-yyywjj {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.levelup-cxyn7g {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.levelup-ywlkog {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.levelup-c0rzsi {
  visibility: visible;
}

.levelup-u6b4dv {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.levelup-xzgyve ease;
}

.levelup-28kae6 {
  background-color: var(--Primary-200);
  width: 16px;
}

.levelup-qkzspv {
  -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-xzgyve,
    mask-image 0.3s;
}

.levelup-qkzspv.levelup-4ro4um {
  -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-iqv2vx: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-iygut5 {
  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-hi8ml9.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-hi8ml9.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-ncmk3h {
  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-ncmk3h::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-0n90m4 {
  position: relative;
  z-index: 1;
}

.levelup-6mywma {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.levelup-fg05dr {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.levelup-3otp0u {
  font-size: 40px;
  line-height: 48px;
}

.levelup-y2cdvw {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.levelup-zcj2b2 {
  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-zcj2b2:hover {
  background: var(--Primary-400);
}

.levelup-zcj2b2 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.levelup-iqv2vx 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-ncmk3h {
    max-width: 600px;
    padding: 64px;
  }

  .levelup-6mywma {
    font-size: 24px;
    line-height: 32px;
  }

  .levelup-fg05dr {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .levelup-3otp0u {
    font-size: 50px;
    line-height: 56px;
  }

  .levelup-y2cdvw {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .levelup-iygut5 {
    top: 25px;
    right: 25px;
  }
}

.levelup-gx30ei,
.levelup-m3r0le {
  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-wp0ea3.levelup-i6acs5::before,
.levelup-m3r0le::before,
.levelup-25cyrb::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-hi8ml9.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.levelup-q7fxwb 14.levelup-17zx26.levelup-dpx0jd 14.levelup-7gzngn 15.levelup-cltgyw 14.levelup-oen4hj 15.levelup-h8oe68 14.levelup-1pijot.levelup-ckgk7l 14.levelup-bphwip 19.levelup-6ekhuz 12.levelup-ujcpoq 19.levelup-6ekhuz 10.levelup-cuv84g.levelup-6ekhuz 8.levelup-r4qps7 17.levelup-cfebi2 7.levelup-t4gi0z 15.levelup-o569mh 7.levelup-i3vp91.levelup-6f17ih 7.levelup-t4gi0z 11.levelup-7xip9n 8.levelup-r4qps7 11.levelup-7xip9n 10.levelup-ut6sak.levelup-7xip9n 12.levelup-z2vb6y 13.levelup-8wh6vg 14.levelup-4qmfdv 15.levelup-zumapk 14.levelup-e7n1fb.levelup-t038x6 14.levelup-qmgp14 15.levelup-u66rc9 14.levelup-c2i4ct 15.levelup-6fjwtl 14.levelup-0v33jd.levelup-q7fxwb 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.levelup-eaq692 15.levelup-94p8p6.levelup-3ildoy 15.levelup-fapqmx 15.levelup-y7g0cc 15.levelup-3llohg 15.levelup-9s8y9g 15.levelup-3wba8h.levelup-zfy6m9 15.levelup-3llohg 15.levelup-mhgqpm 15.levelup-5vjj9x 15.levelup-paoq6j 15.levelup-5bg5zv.levelup-62t16l 15.levelup-fnv7yr 7.levelup-h0pii9 18.levelup-mea5q5 7.levelup-h9unas 23.levelup-94v8ue.levelup-fl8w99.levelup-vtst7i 18.levelup-nn9p5i 19.levelup-rudcb0 15.levelup-rjouin 15.levelup-eaq692 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.levelup-m62ka9 [type="submit"] *,
.levelup-srgw37 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .levelup-dudei2 {
    display: none;
  }
}

.levelup-ys4bsf {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .levelup-ys4bsf {
  display: none;
}

@media (min-width: 768px) {
  .levelup-ys4bsf {
    bottom: 22px;
  }
}

.levelup-ys4bsf input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .levelup-ys4bsf {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.levelup-2zife1.static) .levelup-ys4bsf {
    bottom: 8px;
  }
}

.levelup-jg92nr {
  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-hi8ml9.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.levelup-zbmy9m 3.levelup-vrmhkx.levelup-2to98b.levelup-gt2jjt 3.levelup-tmdras 3.levelup-6g0gut 5.levelup-hulevc 3.levelup-6g0gut 8.levelup-vjn9nz.levelup-4gx0in.levelup-6g0gut 26.levelup-m1n5ro 5.levelup-wdsbjj 28.levelup-hfw7m7 8.levelup-q39ert 28.levelup-7yqrxt.levelup-mokvud 28.levelup-11hrbu.levelup-fmuup8 34.levelup-1bz8t3.levelup-mxesoi 36.levelup-mdpmru 11.levelup-ol3qw9 37.levelup-m63o55 12.levelup-tcsobs 36.levelup-et4m47.levelup-af7uno 28.levelup-3c4a80.levelup-6pxcpx.levelup-21nows 28.levelup-9pf4u3 36.levelup-qx2hwo 26.levelup-8c032m 36.levelup-qx2hwo 23.levelup-rfinje.levelup-a11o30.levelup-qx2hwo 5.levelup-q2sy87 34.levelup-yyidel 3.levelup-tmdras 31.levelup-zbmy9m 3.levelup-7ezxdb.levelup-z62kw8 18.levelup-hoy3l0.levelup-ebntxn 18.levelup-da5hl0 8.levelup-6t8l2x 17.levelup-3q37hq 8.levelup-6t8l2x 15.levelup-f6jxd4.levelup-6t8l2x 14.levelup-pqwund 9.levelup-ebntxn 13.levelup-jcs9dk 11.levelup-z62kw8 13.levelup-6p5vj0.levelup-7bxkpm 13.levelup-jcs9dk 13.levelup-7dhlpk 14.levelup-pqwund 13.levelup-7dhlpk 15.levelup-veu6jw.levelup-7dhlpk 17.levelup-3q37hq 12.levelup-7bxkpm 18.levelup-da5hl0 11.levelup-z62kw8 18.levelup-uwhn72.levelup-753z9n 18.levelup-ctnq5q.levelup-tdac7l 18.levelup-da5hl0 17.levelup-ph5c2j 17.levelup-3q37hq 17.levelup-ph5c2j 15.levelup-a68tdw.levelup-ph5c2j 14.levelup-pqwund 18.levelup-tdac7l 13.levelup-jcs9dk 20.levelup-753z9n 13.levelup-tq2yel.levelup-21y4ep 13.levelup-jcs9dk 22.levelup-u2hj3w 14.levelup-pqwund 22.levelup-u2hj3w 15.levelup-srqqsk.levelup-md7939 17.levelup-3q37hq 21.levelup-21y4ep 18.levelup-da5hl0 20.levelup-753z9n 18.levelup-1kqyf5.levelup-enu75j 18.levelup-69sei5.levelup-85kx17 18.levelup-da5hl0 26.levelup-x5l83p 17.levelup-3q37hq 26.levelup-x5l83p 15.levelup-idqny4.levelup-x5l83p 14.levelup-pqwund 27.levelup-85kx17 13.levelup-jcs9dk 28.levelup-enu75j 13.levelup-l72gec.levelup-q8wrk0 13.levelup-jcs9dk 31.levelup-ax3sa6 14.levelup-pqwund 31.levelup-ax3sa6 15.levelup-gja59y.levelup-x5l83p 17.levelup-3q37hq 30.levelup-q8wrk0 18.levelup-da5hl0 28.levelup-enu75j 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-jg92nr {
    display: none;
  }
}

.levelup-ylxudx {
  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-ylxudx {
    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-srgw37 {
  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-srgw37 {
    padding: 14px 16px;
  }
}

.levelup-srgw37 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.levelup-srgw37 button:first-child {
  align-content: end;
}

.levelup-srgw37 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .levelup-srgw37
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .levelup-srgw37
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.levelup-srgw37 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.levelup-srgw37 button:last-child svg {
  width: 38px;
  height: 38px;
}

.levelup-25cyrb {
  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-25cyrb::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .levelup-25cyrb,
.pc61d126-chatbot[data-active-screen="3"]
  .levelup-25cyrb {
  opacity: 1;
  visibility: visible;
}

.levelup-xe04hm {
  flex: 1 1;
}

.levelup-dw73g3 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .levelup-dw73g3 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .levelup-t80570 {
  display: block;
}

.levelup-9pgbsc {
  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-9pgbsc {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.levelup-m3r0le {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.levelup-m3r0le::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.levelup-4i760v span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.levelup-4i760v p {
  color: var(--Text-100);
}

.levelup-m3r0le .levelup-5687nz {
  grid-area: button;
}

.levelup-m3r0le .levelup-5687nz::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-hi8ml9.org/2000/svg'%3E%3Cpath d='M4.levelup-cwgrea 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.levelup-0fqtxr 15L16.levelup-0fqtxr 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.levelup-0fqtxr 5L16.levelup-0fqtxr 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .levelup-o0yrpm {
  display: block;
}

.levelup-444swy {
  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-444swy {
    margin-top: 40px;
  }
}

.levelup-gx30ei label,
.levelup-gx30ei input {
  display: block;
  width: 100%;
}

.levelup-gx30ei label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.levelup-gx30ei label.levelup-z05no3 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.levelup-gx30ei label.levelup-z05no3::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-gx30ei 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-gx30ei input::placeholder {
  color: var(--Text-400);
}

.levelup-0axwko {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .levelup-0axwko {
  display: flex;
}

.levelup-0axwko ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .levelup-0axwko ol {
    height: 420px;
    padding: 24px;
  }
}

.levelup-0axwko ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.levelup-m62ka9 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .levelup-m62ka9 {
    padding: 0 24px 24px;
  }
}

.levelup-m62ka9 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-m62ka9 input::placeholder {
  color: var(--Text-400);
}

.levelup-m62ka9 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.levelup-m62ka9 [type="submit"]:disabled {
  opacity: 0.5;
}

.levelup-m62ka9 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .levelup-m62ka9 [type="submit"] {
    right: 40px;
  }
}

.levelup-wp0ea3 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.levelup-wp0ea3.levelup-i6acs5 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.levelup-wp0ea3.levelup-i6acs5::before {
  content: "";
  width: 31px;
}

.levelup-wp0ea3.levelup-i6acs5 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.levelup-wp0ea3.levelup-lp4dv2 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.levelup-wp0ea3 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.levelup-ys4bsf .levelup-5687nz {
  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-dudei2 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .levelup-dudei2 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .levelup-dudei2 {
    padding: 18px 0;
  }
}

.levelup-dudei2 .levelup-n0iuoi {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .levelup-dudei2 .levelup-n0iuoi {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.levelup-focwob {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .levelup-focwob {
    max-width: 160px;
    height: 40px;
  }
}

.levelup-focwob picture,
.levelup-focwob img {
  display: block;
  width: 100%;
  height: 100%;
}

.levelup-focwob img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .levelup-6djpdj {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.levelup-xzgyve ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .levelup-dudei2.levelup-23q9er .levelup-6djpdj {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .levelup-6djpdj {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .levelup-6djpdj {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.levelup-irhuwl,
.levelup-f5okk5 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .levelup-irhuwl,
  .levelup-f5okk5 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .levelup-f5okk5 {
    display: none;
  }
}

.levelup-uphat6 {
  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-23q9er .levelup-uphat6 {
  background: var(--fh-bg-color);
}

.levelup-uphat6 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .levelup-uphat6 {
    display: none;
  }
}

.levelup-hmmyxh {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .levelup-hmmyxh {
    display: none;
  }
}

.levelup-url973 {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.levelup-dudei2.levelup-23q9er .levelup-url973:first-child {
  display: none;
}

.levelup-dudei2.levelup-23q9er .levelup-url973:last-child {
  display: block;
}

.levelup-url973:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .levelup-url973 {
    display: none;
  }
}

.levelup-ezpj3j {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .levelup-ezpj3j {
    display: flex;
  }
}

.levelup-ezpj3j ul {
  max-height: 350px;
  overflow-y: auto;
}

.levelup-ezpj3j:hover ul {
  visibility: visible;
  opacity: 1;
}

.levelup-ezpj3j:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.levelup-ezpj3j:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.levelup-ezpj3j:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.levelup-ezpj3j:hover .levelup-s5r2vh svg {
  transform: rotate(180deg);
}

.levelup-lkdybb {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.levelup-bdicsk {
  padding: 0 8px;
}

.levelup-wa2f27 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.levelup-wa2f27:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .levelup-wa2f27 {
    padding: 4px 8px;
  }
}

.levelup-khzsz5 {
  display: flex;
}

.levelup-khzsz5 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.levelup-s5r2vh {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.levelup-s5r2vh svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.levelup-cc7zcy {
  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-cc7zcy {
    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-00s3p2 {
  width: 100%;
}

@media (min-width: 1200px) {
  .levelup-00s3p2 {
    display: none;
  }
}

.levelup-cl9myr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.levelup-b1ezxl {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.levelup-o1i9oo {
  display: flex;
}

.levelup-9iu127 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.levelup-3i48xe {
  list-style: none;
}

@media (max-width: 1199px) {
  .levelup-3i48xe {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .levelup-3i48xe {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .levelup-3i48xe .levelup-gezm5l [data-ref-el],
  .levelup-3i48xe .levelup-gezm5l span,
  .levelup-3i48xe .levelup-gezm5l a {
    white-space: nowrap;
  }
}

.levelup-ek9bl6 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .levelup-ek9bl6.levelup-lv71p2 > .levelup-gezm5l {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .levelup-ek9bl6.levelup-dis6ro:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .levelup-ek9bl6.levelup-lv71p2 > .levelup-aht4fm {
    height: auto;
  }

  .levelup-ek9bl6.levelup-lv71p2 > div > .levelup-ytnxej {
    transform: rotate(180deg);
  }
}

.levelup-ek9bl6 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.levelup-ek9bl6 [data-ref-el],
.levelup-ek9bl6 span {
  cursor: pointer;
}

.levelup-ek9bl6 [data-ref-el],
.levelup-ek9bl6 span,
.levelup-ek9bl6 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .levelup-ek9bl6 [data-ref-el],
  .levelup-ek9bl6 span,
  .levelup-ek9bl6 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .levelup-ek9bl6 [data-ref-el],
  .levelup-ek9bl6 span,
  .levelup-ek9bl6 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.levelup-aht4fm {
  height: 0;
  overflow: hidden;
  transition: height 0.levelup-xzgyve ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.levelup-aht4fm::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.levelup-aht4fm::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.levelup-aht4fm::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .levelup-aht4fm {
    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-aht4fm:has(> .levelup-ek9bl6.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .levelup-aht4fm .levelup-aht4fm {
    padding: 0;
  }

  .levelup-aht4fm .levelup-ek9bl6 {
    font-weight: 400;
  }

  .levelup-aht4fm .levelup-ek9bl6:hover > .levelup-gezm5l {
    background: var(--Neutral-300);
  }

  .levelup-aht4fm .levelup-ytnxej {
    rotate: -90deg;
  }
}

.levelup-gezm5l {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .levelup-gezm5l {
    padding: 8px;
  }

  .levelup-ek9bl6.levelup-nyh9n3 > .levelup-gezm5l {
    background: var(--Neutral-300);
  }
}

.levelup-ytnxej {
  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-hi8ml9.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.levelup-s4y1h6 0.levelup-2fev3f.levelup-wix5k0 -0.levelup-xqhjj6 0.levelup-l1tzo2 -0.levelup-xqhjj6 1.levelup-2bwibr 0.levelup-qdo87o.levelup-pqzvtb 4.levelup-p1yimz.levelup-s4y1h6 0.levelup-c4a9ls.levelup-0ha4ua -0.levelup-xqhjj6 9.levelup-gajb6q -0.levelup-xqhjj6 10.levelup-kpe3qk 0.levelup-7v66hk.levelup-u9q444 0.levelup-wix5k0 10.levelup-u9q444 0.levelup-l1tzo2 10.levelup-kpe3qk 1.levelup-dunl94.levelup-lyzid4 5.levelup-ex4o94.levelup-opwjgu 6.levelup-v84a6f 5.levelup-8qrajx 6.levelup-v84a6f 4.levelup-34gnzd 5.levelup-2uyncl.levelup-s4y1h6 1.levelup-twu8td.levelup-xqhjj6 0.levelup-l1tzo2 -0.levelup-xqhjj6 0.levelup-wix5k0 0.levelup-s4y1h6 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.levelup-xzgyve ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .levelup-ytnxej {
    cursor: default;
  }
}

.levelup-h7t4xd {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.levelup-q8jskl {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .levelup-q8jskl {
    padding: 40px 4px;
  }
}

.levelup-wbz29v {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .levelup-wbz29v {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.levelup-87uhbr {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .levelup-87uhbr {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.levelup-87uhbr ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.levelup-87uhbr [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.levelup-87uhbr [data-ref-el],
.levelup-87uhbr span,
.levelup-87uhbr a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.levelup-i92zq7 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .levelup-i92zq7 {
    margin-bottom: 12px;
  }
}

.levelup-ky4bo4 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.levelup-ky4bo4 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .levelup-ky4bo4:last-child {
    margin-right: 0;
  }
}

.levelup-d895m2 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.levelup-i92zq7:hover .levelup-m77si7 {
  visibility: visible;
  opacity: 1;
}

.levelup-m77si7 {
  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-uifou3 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.levelup-w6fp1m {
  display: flex;
  margin: 6px;
}

.levelup-w6fp1m img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.levelup-m77si7::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-m77si7::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-xr75xe {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .levelup-xr75xe {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.levelup-y0ott6 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .levelup-y0ott6 {
    margin-right: 32px;
  }
}

.levelup-2o7du9 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .levelup-2o7du9 {
    margin-top: 0;
    width: 340px;
  }
}

.levelup-2o7du9 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.levelup-5n43b9 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.levelup-p8y6fk {
  position: relative;
}

@media (min-width: 768px) {
  .levelup-p8y6fk {
    margin-top: 40px;
  }
}

.levelup-p8y6fk + .levelup-7pja9z,
.levelup-p8y6fk + .levelup-p8y6fk {
  margin-top: 24px;
}

.levelup-6gnila {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .levelup-6gnila {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .levelup-6gnila {
    padding: 80px;
  }
}

.levelup-m67hwt {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .levelup-m67hwt {
    padding: 0 16px;
}


}

.levelup-6yfcai {
  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-6yfcai {
    font-size: 48px;
    line-height: 56px;
  }
}

.levelup-wwe6g5 {
  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-wwe6g5 {
    font-size: 24px;
    line-height: 32px;
  }
}

.levelup-gq0iim {
  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-gq0iim:hover {
  background: var(--button-bg-hover);
}

.levelup-4cc2c5 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.levelup-4cc2c5 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .levelup-4cc2c5 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .levelup-4cc2c5 img {
  min-height: 100%;
  }
}

.levelup-6gnila::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.levelup-9rj4g3 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.levelup-9rj4g3 h1,
.levelup-9rj4g3 h2,
.levelup-9rj4g3 h3,
.levelup-9rj4g3 h4 {
  margin-bottom: 6px;
}

.levelup-9rj4g3 h1:not(:first-child),
.levelup-9rj4g3 h2:not(:first-child),
.levelup-9rj4g3 h3:not(:first-child),
.levelup-9rj4g3 h4:not(:first-child) {
  margin-top: 16px;
}

.levelup-9rj4g3 h1,
.levelup-9rj4g3 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .levelup-9rj4g3 h1,
  .levelup-9rj4g3 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.levelup-9rj4g3 h2,
.levelup-9rj4g3 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .levelup-9rj4g3 h2,
  .levelup-9rj4g3 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.levelup-9rj4g3 h3,
.levelup-9rj4g3 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .levelup-9rj4g3 h3,
  .levelup-9rj4g3 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.levelup-9rj4g3 h4,
.levelup-9rj4g3 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.levelup-9rj4g3 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.levelup-9rj4g3 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.levelup-9rj4g3 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-9rj4g3 ul ul {
  margin-bottom: 8px;
}

.levelup-9rj4g3 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.levelup-9rj4g3 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.levelup-9rj4g3 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.levelup-9rj4g3 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.levelup-9rj4g3 ol li::marker {
  font-weight: 700;
}

.levelup-9rj4g3 ol ol {
  margin-bottom: 8px;
}

.levelup-9rj4g3 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.levelup-9rj4g3 ol ul li {
  padding-left: 16px;
}

.levelup-9rj4g3 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-9rj4g3 table {
    padding: 24px;
  }
}

.levelup-9rj4g3 table.levelup-c0zsof {
  -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-xzgyve,
    mask-image 0.3s;
}

.levelup-9rj4g3 table.levelup-c0zsof.levelup-4ro4um {
  -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-9rj4g3 table {
    display: table;
  }
}

.levelup-9rj4g3 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);
}

.levelup-9rj4g3 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.levelup-9rj4g3 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.levelup-9rj4g3 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-9rj4g3 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.levelup-9rj4g3 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.levelup-9rj4g3 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.levelup-9rj4g3 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.levelup-9rj4g3 img {
  max-width: 100%;
  height: auto;
}

.levelup-iza5y3 {
  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) {
  .levelup-iza5y3 {
    padding: 24px;
  }
}

.levelup-5yxtkc {
  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-5yxtkc {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.levelup-5yxtkc > * {
  margin: 0 !important;
}

.levelup-5yxtkc img,
.levelup-4h2dhc {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .levelup-5yxtkc img,
  .levelup-4h2dhc {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.levelup-nlsqcy {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .levelup-nlsqcy {
    width: 32px;
    height: 32px;
  }
}

.levelup-9rwpp4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.levelup-9rwpp4 .levelup-7leyv1 {
  flex-shrink: 0;
}

.levelup-9rwpp4 .levelup-u1up9d svg {
  display: none;
}

.levelup-q8shqq {
  display: grid;
  transition: max-height 0.levelup-xzgyve ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .levelup-q8shqq {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .levelup-q8shqq {
    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-q8shqq.levelup-dxeqxs + .levelup-7leyv1 svg {
  transform: rotate(180deg);
}

.levelup-q5a0ay {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.levelup-q5a0ay > div:nth-child(3n) {
  grid-column: span 2;
}

.levelup-q5a0ay
  > div:nth-child(3n)
  .levelup-rv0cv6
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .levelup-q5a0ay {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .levelup-q5a0ay > div:nth-child(3n) {
    grid-column: unset;
  }

  .levelup-q5a0ay
    > div:nth-child(3n)
    .levelup-rv0cv6
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .levelup-q5a0ay {
    max-width: 270px;
  }
}

.levelup-q5a0ay .levelup-rv0cv6 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .levelup-q5a0ay .levelup-rv0cv6 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .levelup-q5a0ay .levelup-rv0cv6 button {
    max-width: 104px;
  }
}

.levelup-tlf3rz {
  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-tlf3rz {
    margin-bottom: 0;
  }
}

.levelup-zbq85b {
  display: none;
  opacity: 0;
}

.levelup-xfxduy {
  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-xfxduy img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.levelup-rv0cv6 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.levelup-rv0cv6 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-rv0cv6
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .levelup-rv0cv6
    button {
    max-width: 145px;
  }
}

.levelup-366ws7:first-child
  .levelup-rv0cv6
  button {
  max-width: 270px;
}

.levelup-0w9vpb {
  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%;
}

.levelup-tlf3rz picture {
  width: 100%;
  max-width: 100%;
}

.levelup-lueneg {
  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-lueneg svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.levelup-tlf3rz:hover .levelup-lueneg {
  display: flex;
}

.levelup-vz4ynu {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.levelup-hwvly0 {
  display: flex;
}

.levelup-hwvly0:hover .levelup-9p7ct7,
.levelup-hwvly0 .levelup-nyh9n3 .levelup-9p7ct7 {
  display: flex;
}

.levelup-hwvly0 svg {
  flex-shrink: 0;
}

.levelup-9p7ct7 {
  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-9p7ct7 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.levelup-9p7ct7:hover {
  display: flex;
}

.levelup-9p7ct7 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.levelup-5sbmix {
  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-5sbmix {
    font-size: 12px;
  }
}

.levelup-hsvee9,
.levelup-5lgort {
  width: 50%;
  flex-shrink: 0;
}

.levelup-hsvee9 {
  font-weight: 700;
}

.levelup-1zftoy .levelup-q8shqq {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .levelup-1zftoy .levelup-q8shqq {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .levelup-1zftoy .levelup-q8shqq {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.levelup-1zftoy
  .levelup-0w9vpb:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.levelup-1zftoy .levelup-xfxduy {
  height: 100% !important;
  border-radius: 16px;
}

.levelup-1zftoy .levelup-rv0cv6 {
  gap: 4px;
  align-items: center;
}

.levelup-1zftoy .levelup-rv0cv6 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.levelup-1zftoy .levelup-rv0cv6 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.levelup-1zftoy .levelup-jk67u4,
.levelup-1zftoy .levelup-d6ah1x {
  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-hi8ml9.org/2000/svg'%3E%3Cpath d='M9.levelup-uj4o8o 4.levelup-y59e4y.levelup-j5lgbv 5.levelup-bmoz8x.levelup-my1mob 5.levelup-bw2g8a.levelup-alwhp0 5.levelup-bsi5z6.levelup-3h0kri 8.levelup-jafumu.levelup-psojb6 9.levelup-dsnjuf.levelup-dpted7 9.levelup-scyoxg.levelup-q3yjku 13.levelup-o6io8e.levelup-tau81g 11.levelup-8zb71o.levelup-84yjne 11.levelup-8gvvby.levelup-bqn193 11.levelup-ikdjrn.levelup-8pqu6z 13.levelup-7e93p6.levelup-hbls13 9.levelup-5t1nuk.levelup-pcmmzt 9.levelup-qe61x1.levelup-8oy5hg 8.levelup-qqmi51.levelup-22fjb4 5.levelup-8l9gkh.levelup-gc3vic 5.levelup-ee6dgy.levelup-xce0n5 5.levelup-it10n5.levelup-y1f25d 4.levelup-u7p5n9.levelup-84yjne 1.levelup-y0jbb1.levelup-uj4o8o 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.levelup-1zftoy .levelup-jk67u4 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.levelup-1zftoy .levelup-d6ah1x {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.levelup-b45pek {
  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-b45pek {
    padding: 24px;
  }
}

.levelup-b45pek .levelup-7leyv1 {
  display: flex;
}

@media (min-width: 768px) {
  .levelup-b45pek .levelup-7leyv1 {
    display: none;
  }
}

.levelup-b45pek .levelup-u1up9d svg {
  display: none;
}

.levelup-v739bw {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.levelup-v739bw .levelup-8ywek0 {
  display: none;
}

@media (min-width: 768px) {
  .levelup-v739bw .levelup-8ywek0 {
    display: flex;
  }
}

.levelup-rvv4n6 {
  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-rvv4n6 {
    font-size: 40px;
    line-height: 48px;
  }
}

.levelup-rvv4n6 > * {
  margin: 0 !important;
}

.levelup-rvv4n6 img,
.levelup-xmcozx {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .levelup-rvv4n6 img,
  .levelup-xmcozx {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.levelup-c64zxu {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .levelup-c64zxu {
    width: 32px;
    height: 32px;
  }
}

.levelup-aqks9g {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .levelup-aqks9g {
    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-aqks9g::-webkit-scrollbar {
    display: none;
  }
}

.levelup-aekdku {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .levelup-aekdku {
    padding: 7px 15px;
  }
}

.levelup-aekdku:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.levelup-438rg6 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .levelup-438rg6 {
    display: flex;
    opacity: 1;
  }
}

.levelup-aekdku picture {
  height: 100%;
  display: block;
}

.levelup-aekdku img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .levelup-aekdku img {
    width: 88px;
    height: 44px;
  }
}

.levelup-aekdku p {
  text-align: center;
  width: 100%;
}

.levelup-z2zmhk {
  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-z2zmhk {
    font-size: 40px;
    line-height: 48px;
  }
}

.levelup-z2zmhk img,
.levelup-quvcvv {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .levelup-z2zmhk img,
  .levelup-quvcvv {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.levelup-1jajye {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .levelup-1jajye {
    width: 32px;
    height: 32px;
  }
}

.levelup-ph9isj {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.levelup-els45a {
  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;
}

.levelup-u6wu98 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.levelup-u6wu98.levelup-nyh9n3 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.levelup-azwawc {
  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) {
  .levelup-azwawc {
    font-size: 20px;
    line-height: 28px;
  }
}

.levelup-hrd746 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.levelup-typf7p {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.levelup-xzgyve ease;
  opacity: 0;
  color: var(--text-color);
}

.levelup-2qxrbq {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.levelup-2qxrbq ol,
.levelup-2qxrbq ul {
  padding-left: 1.3em;
}

.levelup-u6wu98.levelup-nyh9n3 .levelup-typf7p {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.levelup-u6wu98.levelup-nyh9n3 .levelup-hrd746 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.levelup-4liuvi {
  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-4liuvi {
    padding: 24px;
  }
}

.levelup-4liuvi .levelup-7leyv1 {
  display: flex;
}

@media (min-width: 768px) {
  .levelup-4liuvi .levelup-7leyv1 {
    display: none;
  }
}

.levelup-4liuvi .levelup-u1up9d svg {
  display: none;
}

.levelup-dbvt0n {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.levelup-dbvt0n .levelup-8ywek0 {
  display: none;
}

@media (min-width: 768px) {
  .levelup-dbvt0n .levelup-8ywek0 {
    display: flex;
  }
}

.levelup-316xhs {
  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-316xhs {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.levelup-316xhs > * {
  margin: 0 !important;
}

.levelup-316xhs img,
.levelup-qutbt8 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .levelup-316xhs img,
  .levelup-qutbt8 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.levelup-o62tth {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .levelup-o62tth {
    width: 32px;
    height: 32px;
  }
}

.levelup-sdk47p {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .levelup-sdk47p {
    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-sdk47p::-webkit-scrollbar {
    display: none;
  }
}

.levelup-9sh2nh {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.levelup-9sh2nh:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.levelup-y5qbty {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .levelup-y5qbty {
    display: flex;
    opacity: 1;
  }
}

.levelup-9sh2nh picture {
  width: auto;
  height: 100%;
  display: block;
}

.levelup-9sh2nh picture img {
  display: block;
  width: auto;
  height: 100%;
}

.levelup-kl6rn7 {
  margin: -24px 0;
}

.levelup-kl6rn7:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .levelup-kl6rn7 {
    margin: -16px 0;
  }
}

.levelup-h27t1d {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .levelup-h27t1d {
    flex-direction: row;
  }
}

.levelup-3wtgtr {
  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-3wtgtr {
    flex: 1;
  }
}

.levelup-3wtgtr::placeholder {
  color: var(--Text-400);
}

.levelup-oa7m7y {
  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-d1gt0m {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.levelup-d1gt0m::-webkit-scrollbar {
  display: none;
}

.levelup-nxk18c {
  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-nxk18c img,
.levelup-nxk18c svg {
  margin-right: 8px;
}

.levelup-c3bugk {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.levelup-kl6rn7 + .levelup-5q4j9n {
  margin-top: 0;
}

@media (min-width: 768px) {
  .levelup-kl6rn7 + .levelup-5q4j9n {
    margin-top: -16px;
  }
}

.levelup-hjzsek {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.levelup-hjzsek > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.levelup-hjzsek > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.levelup-mm43z0 {
  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;
}

.levelup-x1jvoh {
  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-rfofmi {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.levelup-ul06k3 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.levelup-20qzzb {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.levelup-mm43z0 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-mm43z0 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-mm43z0 {
    padding: 39px 179px 39px 39px;
  }

  .levelup-x1jvoh {
    font-size: 40px;
    line-height: 48px;
  }

  .levelup-20qzzb {
    height: 348px;
  }

  .levelup-mm43z0 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .levelup-mm43z0 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .levelup-mm43z0 {
    padding: 63px;
  }
}

.levelup-r7gtfj {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .levelup-r7gtfj {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.levelup-dnnetx {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .levelup-dnnetx {
    width: auto;
  }
}

.levelup-6gh9by {
  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-6gh9by::-webkit-scrollbar {
  display: none;
}

.levelup-6gh9by 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-6gh9by a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .levelup-6gh9by {
    margin-left: 16px;
    margin-top: 0;
  }
}

.levelup-r7gtfj .levelup-gy3mn4 {
  -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-xzgyve,
    mask-image 0.3s;
}

.levelup-r7gtfj .levelup-gy3mn4.levelup-4ro4um {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.levelup-atl8al {
  margin: 40px -16px;
}

.levelup-1aljd0 + .levelup-7pja9z,
.levelup-1aljd0 + .levelup-p8y6fk {
  margin-top: 24px;
}

.levelup-lbc77e {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.levelup-lbc77e picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.levelup-4v8830 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .levelup-4v8830 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .levelup-4v8830 {
    margin-top: 0;
  }
}

.levelup-ex12d5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .levelup-ex12d5 {
    font-size: 24px;
    line-height: 32px;
  }
}

.levelup-bmnmzd {
  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-bmnmzd {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.levelup-oohy27 {
  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-oohy27 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.levelup-2hqrrk {
  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-2hqrrk {
    font-size: 20px;
    line-height: 28px;
  }
}

.levelup-imrdwy {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .levelup-imrdwy {
    font-size: 32px;
    line-height: 40px;
  }
}

.levelup-ern6il {
  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-dry693 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.levelup-dry693 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.levelup-5q4j9n {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.levelup-o4idqu {
  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-o4idqu {
    padding: 15px 48px;
  }
}

main > .levelup-5q4j9n {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .levelup-q8shqq.levelup-gpi4mp > div:nth-child(n+5) {
    display: none;
  }
}

.levelup-9rj4g3 p a img {
  display: block;
  margin: 0 auto;
}


.levelup-6hj6cn {
  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-xhxtz2 {
  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-xhxtz2 label {
  font-size: 14px;
}

.levelup-xhxtz2 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.levelup-xhxtz2 input,
.levelup-xhxtz2 textarea,
.levelup-xhxtz2 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-xhxtz2 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.levelup-8fnsbq ease;
}
.levelup-xhxtz2 button:hover {
  background-color: var(--button-bg-hover);
}
.levelup-7wkd69 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.levelup-evxgdm ease-in;
}

.levelup-7wkd69 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-pqtcj4, .levelup-zn7ucd, [class*="review-card"],
thead, thead th, table th, .levelup-itlfme,
.levelup-qj7r7v, [class*="collapsible-header"],
.levelup-ax4p53, [class*="updated-block"] {
  color: #ece7dc !important;
}
