* {
  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;
  }
}

.stake-qqnvd5 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .stake-qqnvd5 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .stake-qqnvd5 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.stake-tgbyhl {
  overflow: hidden;
}

.stake-7nsbfx img {
  background: var(--Neutral-300);
}

.stake-wn391m {
  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;
}

.stake-9y6nzf {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.stake-9y6nzf:hover {
  background: var(--button-bg-hover);
}

.stake-a6q6oq {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.stake-a6q6oq:hover {
  background: var(--button-bg-hover);
}

.stake-ykbct7 {
  font-size: 12px;
  line-height: 18px;
}

.stake-9oc4p9 {
  font-size: 18px;
  line-height: 26px;
}

.stake-c2hh4p {
  width: 100%;
}

.stake-jxdbo4 {
  padding: 6px 16px;
}

.stake-d4jas1 {
  padding: 10px 16px;
}

.stake-kg81og {
  padding: 15px 26px;
}

.stake-eoe9p7 {
  flex-shrink: 0;
}

.stake-2bl0dq {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.stake-cm7wrs {
  display: none;
}

.stake-epzk7m {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.stake-ppunhh {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.stake-j3y49g {
  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;
}

.stake-cjt5i6 {
  cursor: grab;
}

.stake-j3y49g::-webkit-scrollbar {
  display: none;
}

.stake-aekofz {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.stake-nkr5zp {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.stake-gn8u1w {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.stake-enrxly {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.stake-y57ncy {
  visibility: visible;
}

.stake-wao205 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.stake-8rkux8 ease;
}

.stake-2eo6nd {
  background-color: var(--Primary-200);
  width: 16px;
}

.stake-q7awn7 {
  -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.stake-8rkux8,
    mask-image 0.3s;
}

.stake-q7awn7.stake-1t4409 {
  -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;
  }
}

.stake-wwc869: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;
}

.stake-gh3so6 {
  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.stake-etd3lj.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.stake-etd3lj.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;
}

.stake-39glel {
  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);
}

.stake-39glel::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%
  );
}

.stake-u64orn {
  position: relative;
  z-index: 1;
}

.stake-n7iwl7 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.stake-ebwvqq {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.stake-mk7f3l {
  font-size: 40px;
  line-height: 48px;
}

.stake-xssdut {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.stake-jndwkt {
  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;
}

.stake-jndwkt:hover {
  background: var(--Primary-400);
}

.stake-jndwkt svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.stake-wwc869 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) {
  .stake-39glel {
    max-width: 600px;
    padding: 64px;
  }

  .stake-n7iwl7 {
    font-size: 24px;
    line-height: 32px;
  }

  .stake-ebwvqq {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .stake-mk7f3l {
    font-size: 50px;
    line-height: 56px;
  }

  .stake-xssdut {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .stake-gh3so6 {
    top: 25px;
    right: 25px;
  }
}

.stake-khwr7f,
.stake-gvdybk {
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
  padding: 16px 14px;
}

.stake-1gkydi.stake-52ktfv::before,
.stake-gvdybk::before,
.stake-pybpl0::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.stake-etd3lj.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.stake-jo24su 14.stake-5rf63q.stake-pvt3gz 14.stake-8h02yr 15.stake-cgpg9d 14.stake-yg0h2p 15.stake-5emee4 14.stake-xamtq4.stake-4mehf1 14.stake-1ycx73 19.stake-ye7cvz 12.stake-xeroqk 19.stake-ye7cvz 10.stake-eqseyi.stake-ye7cvz 8.stake-n6u1q7 17.stake-4uz3rk 7.stake-u3immm 15.stake-q6hkf2 7.stake-8ie5iy.stake-xo8xgk 7.stake-u3immm 11.stake-kri5aq 8.stake-n6u1q7 11.stake-kri5aq 10.stake-2ynks6.stake-kri5aq 12.stake-bvuprp 13.stake-wps0iv 14.stake-a9a7s7 15.stake-00d3nn 14.stake-7fhxwn.stake-kh33cj 14.stake-eibamr 15.stake-wndjmx 14.stake-ekte1v 15.stake-5zyp42 14.stake-fkzy97.stake-jo24su 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.stake-8nw4sp 15.stake-qdwa9t.stake-2uzcg1 15.stake-qtibiw 15.stake-kvuffx 15.stake-pr8ies 15.stake-z1m2wf 15.stake-aheb2z.stake-ked5vb 15.stake-pr8ies 15.stake-85q54g 15.stake-x2ytir 15.stake-xpbaxq 15.stake-g0es2x.stake-56qn41 15.stake-g1sw9a 7.stake-hjed5z 18.stake-lmtye4 7.stake-7ar11d 23.stake-d71ks1.stake-6opkwk.stake-0zycg2 18.stake-0mlu2v 19.stake-ter9do 15.stake-gr2ena 15.stake-8nw4sp 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.stake-bgr518 [type="submit"] *,
.stake-v5hipe button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(#chatbot-window[aria-hidden="false"]) .stake-fn6715 {
    display: none;
  }
}

.stake-iixgtc {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--text-color);
}

body:has(header nav.open) .stake-iixgtc {
  display: none;
}

@media (min-width: 768px) {
  .stake-iixgtc {
    bottom: 22px;
  }
}

.stake-iixgtc input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .stake-iixgtc {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.stake-1tcupu.static) .stake-iixgtc {
    bottom: 8px;
  }
}

.stake-143tqg {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 1px solid var(--text-color);
  background: var(--fh-bg-color);
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  body:has(#chatbot-window[aria-hidden="false"]) .stake-143tqg {
    display: none;
  }
}

.stake-4qb19r {
  position: fixed;
  inset: 0;
  z-index: 101;
  background: var(--fh-bg-color);
  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) {
  .stake-4qb19r {
    inset: auto 24px 24px auto;
    width: 448px;
    height: 600px;
    border-radius: 24px;
    border: 1px solid var(--border-color);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.16);
  }
}

#chatbot-window[aria-hidden="true"] {
  display: none;
}

.stake-v5hipe {
  border-bottom: 1px solid var(--border-color);
  background: var(--fh-bg-color);
  color: var(--text-color);
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0;
}

@media (min-width: 768px) {
  .stake-v5hipe {
    padding: 14px 16px;
  }
}

.stake-v5hipe button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--text-color);
}

.stake-v5hipe button:first-child {
  align-content: end;
}

.stake-v5hipe button:first-of-type {
  display: none;
}

#pc61d126-chatbot[data-active-screen="2"]
  .stake-v5hipe
  button:first-of-type,
#pc61d126-chatbot[data-active-screen="3"]
  .stake-v5hipe
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.stake-v5hipe button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.stake-v5hipe button:last-child svg {
  width: 38px;
  height: 38px;
}

.stake-pybpl0 {
  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;
}

#pc61d126-chatbot[data-active-screen="2"] .stake-pybpl0,
#pc61d126-chatbot[data-active-screen="3"]
  .stake-pybpl0 {
  opacity: 1;
  visibility: visible;
}

.stake-o1bb7s {
  flex: 1 1;
}

.stake-gzn3qj {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .stake-gzn3qj {
    padding: 24px;
  }
}

#pc61d126-chatbot[data-active-screen="1"] .stake-w28e3e {
  display: block;
}

.stake-sgbib0 {
  color: var(--text-color);
  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) {
  .stake-sgbib0 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.stake-gvdybk {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.stake-gvdybk::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.stake-0w2j45 span {
  color: var(--text-color);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.stake-0w2j45 p {
  color: var(--text-color);
}

.stake-gvdybk .stake-71cz13 {
  grid-area: button;
}

.stake-gvdybk .stake-71cz13::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.stake-etd3lj.org/2000/svg'%3E%3Cpath d='M4.stake-lcdk89 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.stake-ytn6b9 15L16.stake-ytn6b9 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.stake-ytn6b9 5L16.stake-ytn6b9 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

#pc61d126-chatbot[data-active-screen="2"] .stake-kwn3k8 {
  display: block;
}

.stake-79hvh3 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .stake-79hvh3 {
    margin-top: 40px;
  }
}

.stake-khwr7f label,
.stake-khwr7f input {
  display: block;
  width: 100%;
}

.stake-khwr7f label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.stake-khwr7f label.stake-lh6wn9 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.stake-khwr7f label.stake-lh6wn9::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;
}

.stake-khwr7f 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;
}

.stake-khwr7f input::placeholder {
  color: var(--Text-400);
}

.stake-vmh9sd {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

#pc61d126-chatbot[data-active-screen="3"] .stake-vmh9sd {
  display: flex;
}

.stake-vmh9sd ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .stake-vmh9sd ol {
    height: 420px;
    padding: 24px;
  }
}

.stake-vmh9sd ol a {
  cursor: pointer;
  color: var(--text-color);
}

.stake-bgr518 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .stake-bgr518 {
    padding: 0 24px 24px;
  }
}

.stake-bgr518 input {
  display: block;
  width: 100%;
  padding: 16px 44px 16px 16px;
  border-radius: 24px;
  background: var(--main-theme-color);
  color: var(--text-color);
  font-size: 16px;
  line-height: 24px;
}

.stake-bgr518 input::placeholder {
  color: var(--text-color);
}

.stake-bgr518 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.stake-bgr518 [type="submit"]:disabled {
  opacity: 0.5;
}

.stake-bgr518 [type="submit"] svg {
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  .stake-bgr518 [type="submit"] {
    right: 40px;
  }
}

.stake-1gkydi {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.stake-1gkydi.stake-52ktfv {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.stake-1gkydi.stake-52ktfv p {
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color, rgba(43, 43, 43, 0.6));
}

.stake-1gkydi.stake-me8uhf p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
  background: var(--fh-bg-color, rgba(43, 43, 43, 0.6));
}

.stake-1gkydi p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.stake-iixgtc .stake-71cz13 {
  max-width: 375px;
  width: 100%;
  border-radius: 16px;
  background: var(--button-bg-color);
  text-align: center;
  padding: 9px;
  color: var(--button-text-color);
  font-feature-settings: "liga" off;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 767px) {
  body:has(header.mobile-menu) {
    overflow: hidden;
  }
}

.stake-fn6715 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .stake-fn6715 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .stake-fn6715 {
    padding: 18px 0;
  }
}

.stake-fn6715 .stake-qqnvd5 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .stake-fn6715 .stake-qqnvd5 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.stake-n70vgy {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .stake-n70vgy {
    max-width: 160px;
    height: 40px;
  }
}

.stake-n70vgy picture,
.stake-n70vgy img {
  display: block;
  width: 100%;
  height: 100%;
}

.stake-n70vgy img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .stake-1b6i8x {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.stake-8rkux8 ease;
    transform: translateX(100%);
    background: var(--fh-bg-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .stake-fn6715.stake-86i7t0 .stake-1b6i8x {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .stake-1b6i8x {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .stake-1b6i8x {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.stake-1tw6d1,
.stake-j3qkm2 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .stake-1tw6d1,
  .stake-j3qkm2 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .stake-j3qkm2 {
    display: none;
  }
}

.stake-m79eqo {
  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;
}

.stake-86i7t0 .stake-m79eqo {
  background: var(--fh-bg-color);
}

.stake-m79eqo button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .stake-m79eqo {
    display: none;
  }
}

.stake-250w98 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .stake-250w98 {
    display: none;
  }
}

.stake-msu9fh {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.stake-fn6715.stake-86i7t0 .stake-msu9fh:first-child {
  display: none;
}

.stake-fn6715.stake-86i7t0 .stake-msu9fh:last-child {
  display: block;
}

.stake-msu9fh:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .stake-msu9fh {
    display: none;
  }
}

.stake-xwzmh8 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .stake-xwzmh8 {
    display: flex;
  }
}

.stake-xwzmh8 ul {
  max-height: 350px;
  overflow-y: auto;
}

.stake-xwzmh8:hover ul {
  visibility: visible;
  opacity: 1;
}

.stake-xwzmh8:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.stake-xwzmh8:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.stake-xwzmh8:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.stake-xwzmh8:hover .stake-r9njww svg {
  transform: rotate(180deg);
}

.stake-ofsyar {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
  align-items: center;
}

.stake-ofsyar span {
  margin-left: 5px;
}

.stake-w0ex3r {
  padding: 0 8px;
}

.stake-iyjb27 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.stake-iyjb27:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .stake-iyjb27 {
    padding: 4px 8px;
  }
}

.stake-y22voo {
  display: flex;
}

.stake-y22voo img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.stake-r9njww {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.stake-r9njww svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.stake-myjr76 {
  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) {
  .stake-myjr76 {
    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;
  }
}

.stake-twdx50 {
  width: 100%;
}

@media (min-width: 1200px) {
  .stake-twdx50 {
    display: none;
  }
}

.stake-m5amkq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.stake-0mul26 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.stake-vg85gn {
  display: flex;
}

.stake-zaki95 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.stake-xfh48a {
  list-style: none;
}

@media (max-width: 1199px) {
  .stake-xfh48a {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .stake-xfh48a {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .stake-xfh48a .stake-chf06i [data-ref-el],
  .stake-xfh48a .stake-chf06i span,
  .stake-xfh48a .stake-chf06i a {
    white-space: nowrap;
  }
}

.stake-7nz1k9 {
  width: 100%;
  transition: 0.3s;
  color: var(--text-color);
  position: relative;
}

@media (max-width: 1199px) {
  .stake-7nz1k9.stake-f4curh > .stake-chf06i {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .stake-7nz1k9.stake-5vpyo2:hover > #sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .stake-7nz1k9.stake-f4curh > .stake-dwqlyk {
    height: auto;
  }

  .stake-7nz1k9.stake-f4curh > div > .stake-jfajsq {
    transform: rotate(180deg);
  }

  #sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

.stake-7nz1k9 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.stake-7nz1k9 [data-ref-el],
.stake-7nz1k9 span {
  cursor: pointer;
}

.stake-7nz1k9 [data-ref-el],
.stake-7nz1k9 span,
.stake-7nz1k9 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .stake-7nz1k9 [data-ref-el],
  .stake-7nz1k9 span,
  .stake-7nz1k9 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .stake-7nz1k9 [data-ref-el],
  .stake-7nz1k9 span,
  .stake-7nz1k9 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.stake-dwqlyk {
  height: 0;
  overflow: hidden;
  transition: height 0.stake-8rkux8 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.stake-dwqlyk::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.stake-dwqlyk::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.stake-dwqlyk::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .stake-dwqlyk {
    width: 300px;
    position: absolute;
    z-index: 1001;
    border-radius: 0 0 24px 24px;
    background: var(--fh-bg-color);
    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;
  }

  .stake-dwqlyk:has(> .stake-7nz1k9.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .stake-dwqlyk .stake-dwqlyk {
    padding: 0;
  }

  .stake-dwqlyk .stake-7nz1k9 {
    font-weight: 400;
  }

  .stake-dwqlyk .stake-7nz1k9:hover > .stake-chf06i {
    background: var(--Neutral-300);
  }

  .stake-dwqlyk .stake-jfajsq {
    rotate: -90deg;
  }
}

.stake-chf06i {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .stake-chf06i {
    padding: 8px;
  }

  .stake-7nz1k9.stake-zu0ox0 > .stake-chf06i {
    background: var(--Neutral-300);
  }
}

.stake-dwqlyk .stake-7nz1k9:hover {
  background: var(--button-bg-hover);
}

.stake-jfajsq {
  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.stake-etd3lj.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.stake-aqe14s 0.stake-1h1rpa.stake-76b7h0 -0.stake-lqtge8 0.stake-bm4is5 -0.stake-lqtge8 1.stake-z1gvyo 0.stake-t7kwlq.stake-ggmpup 4.stake-5ck2a2.stake-aqe14s 0.stake-thmz9q.stake-mv5yie -0.stake-lqtge8 9.stake-wtea02 -0.stake-lqtge8 10.stake-xx41vp 0.stake-5rxms5.stake-qdhucp 0.stake-76b7h0 10.stake-qdhucp 0.stake-bm4is5 10.stake-xx41vp 1.stake-roygaw.stake-sg98ey 5.stake-7159of.stake-00bi27 6.stake-djgx0g 5.stake-cmz3ht 6.stake-djgx0g 4.stake-t47265 5.stake-5qzkib.stake-aqe14s 1.stake-v35gji.stake-lqtge8 0.stake-bm4is5 -0.stake-lqtge8 0.stake-76b7h0 0.stake-aqe14s 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.stake-8rkux8 ease;
  background-color: var(--text-color);
}

@media (min-width: 1200px) {
  .stake-jfajsq {
    cursor: default;
  }
}

.stake-r0wek2 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.stake-994kjp {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .stake-994kjp {
    padding: 40px 4px;
  }
}

.stake-041has {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .stake-041has {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.stake-12ifck {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .stake-12ifck {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.stake-12ifck ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.stake-12ifck [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.stake-12ifck [data-ref-el],
.stake-12ifck span,
.stake-12ifck a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.stake-csnzmi {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .stake-csnzmi {
    margin-bottom: 12px;
  }
}

.stake-2wf1xx {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.stake-2wf1xx img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .stake-2wf1xx:last-child {
    margin-right: 0;
  }
}

.stake-83reyw {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.stake-csnzmi:hover .stake-0tfsv3 {
  visibility: visible;
  opacity: 1;
}

.stake-0tfsv3 {
  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);
}

.stake-l28p9x {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.stake-zo01y3 {
  display: flex;
  margin: 6px;
}

.stake-zo01y3 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.stake-0tfsv3::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);
}

.stake-0tfsv3::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);
}

.stake-dnl48u {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .stake-dnl48u {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.stake-77x77a {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .stake-77x77a {
    margin-right: 32px;
  }
}

.stake-1bewz7 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .stake-1bewz7 {
    margin-top: 0;
    width: 340px;
  }
}

.stake-1bewz7 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.stake-110yt5 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.stake-4dkymg {
  position: relative;
}

@media (min-width: 768px) {
  .stake-4dkymg {
    margin-top: 40px;
  }
}

.stake-4dkymg + .stake-g6rqrd,
.stake-4dkymg + .stake-4dkymg {
  margin-top: 24px;
}

.stake-yygefw {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .stake-yygefw {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .stake-yygefw {
    padding: 80px;
  }
}

.stake-h8doxe {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .stake-h8doxe {
    padding: 0 16px;
  }
}

.stake-aajc4h {
  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) {
  .stake-aajc4h {
    font-size: 48px;
    line-height: 56px;
  }
}

.stake-axq6ka {
  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) {
  .stake-axq6ka {
    font-size: 24px;
    line-height: 32px;
  }
}

.stake-co0zgn {
  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;
}

.stake-co0zgn:hover {
  background: var(--button-bg-hover);
}

.stake-6zmpkt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.stake-6zmpkt img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .stake-6zmpkt img {
    min-height: initial;
  }
}

@media (max-width: 563px) {
  .stake-6zmpkt img {
    min-height: 100%;
  }
}

.stake-yygefw::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.stake-gjocvt {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.stake-gjocvt h1,
.stake-gjocvt h2,
.stake-gjocvt h3,
.stake-gjocvt h4 {
  margin-bottom: 6px;
}

.stake-gjocvt h1:not(:first-child),
.stake-gjocvt h2:not(:first-child),
.stake-gjocvt h3:not(:first-child),
.stake-gjocvt h4:not(:first-child) {
  margin-top: 16px;
}

.stake-gjocvt h1,
.stake-gjocvt h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .stake-gjocvt h1,
  .stake-gjocvt h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.stake-gjocvt h2,
.stake-gjocvt h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .stake-gjocvt h2,
  .stake-gjocvt h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.stake-gjocvt h3,
.stake-gjocvt h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .stake-gjocvt h3,
  .stake-gjocvt h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.stake-gjocvt h4,
.stake-gjocvt h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.stake-gjocvt ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.stake-gjocvt ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.stake-gjocvt 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);
}

.stake-gjocvt ul ul {
  margin-bottom: 8px;
}

.stake-gjocvt ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.stake-gjocvt ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.stake-gjocvt ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.stake-gjocvt ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.stake-gjocvt ol li::marker {
  font-weight: 700;
}

.stake-gjocvt ol ol {
  margin-bottom: 8px;
}

.stake-gjocvt ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.stake-gjocvt ol ul li {
  padding-left: 16px;
}

.stake-gjocvt 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) {
  .stake-gjocvt table {
    padding: 24px;
  }
}

.stake-gjocvt table.stake-8eb8yl {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.stake-8rkux8,
    mask-image 0.3s;
}

.stake-gjocvt table.stake-8eb8yl.stake-1t4409 {
  -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) {
  .stake-gjocvt table {
    display: table;
  }
}

.stake-gjocvt 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);
}

.stake-gjocvt table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.stake-gjocvt table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.stake-gjocvt 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) {
  .stake-gjocvt table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.stake-gjocvt table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.stake-gjocvt table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.stake-gjocvt table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.stake-gjocvt img {
  max-width: 100%;
  height: auto;
}

.stake-gdzky0 {
  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) {
  .stake-gdzky0 {
    padding: 24px;
  }
}

.stake-cs3jf8 {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .stake-cs3jf8 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.stake-cs3jf8 > * {
  margin: 0 !important;
}

.stake-cs3jf8 img,
.stake-6s8upr {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .stake-cs3jf8 img,
  .stake-6s8upr {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.stake-6h04tf {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .stake-6h04tf {
    width: 32px;
    height: 32px;
  }
}

.stake-9tndav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.stake-9tndav .stake-g595m0 {
  flex-shrink: 0;
}

.stake-9tndav .stake-5kvdnx svg {
  display: none;
}

.stake-hvckh5 {
  display: grid;
  transition: max-height 0.stake-8rkux8 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .stake-hvckh5 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .stake-hvckh5 {
    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));
  }
}

.stake-hvckh5.stake-f8lls8 + .stake-g595m0 svg {
  transform: rotate(180deg);
}

.stake-j55xxa {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.stake-j55xxa > div:nth-child(3n) {
  grid-column: span 2;
}

.stake-j55xxa
  > div:nth-child(3n)
  .stake-div81x
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .stake-j55xxa {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .stake-j55xxa > div:nth-child(3n) {
    grid-column: unset;
  }

  .stake-j55xxa
    > div:nth-child(3n)
    .stake-div81x
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .stake-j55xxa {
    max-width: 270px;
  }
}

.stake-j55xxa .stake-div81x button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .stake-j55xxa .stake-div81x button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .stake-j55xxa .stake-div81x button {
    max-width: 104px;
  }
}

.stake-9dbfbw {
  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) {
  .stake-9dbfbw {
    margin-bottom: 0;
  }
}

.stake-4lt7xb {
  display: none;
  opacity: 0;
}

.stake-hvtyhe {
  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;
  }
}

.stake-hvtyhe img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.stake-div81x {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.stake-div81x button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .stake-div81x
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .stake-div81x
    button {
    max-width: 145px;
  }
}

.stake-midpd3:first-child
  .stake-div81x
  button {
  max-width: 270px;
}

.stake-v0acwc {
  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%;
}

.stake-9dbfbw picture {
  width: 100%;
  max-width: 100%;
}

.stake-y62evy {
  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;
}

.stake-y62evy svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.stake-9dbfbw:hover .stake-y62evy {
  display: flex;
}

.stake-3sc50a {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.stake-yb7q7e {
  display: flex;
}

.stake-yb7q7e:hover .stake-a8jo1h,
.stake-yb7q7e .stake-zu0ox0 .stake-a8jo1h {
  display: flex;
}

.stake-yb7q7e svg {
  flex-shrink: 0;
}

.stake-a8jo1h {
  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) {
  .stake-a8jo1h {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.stake-a8jo1h:hover {
  display: flex;
}

.stake-a8jo1h svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.stake-bserjy {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .stake-bserjy {
    font-size: 12px;
  }
}

.stake-b4pvlv,
.stake-rn9n6h {
  width: 50%;
  flex-shrink: 0;
}

.stake-b4pvlv {
  font-weight: 700;
}

.stake-25csz6 .stake-hvckh5 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .stake-25csz6 .stake-hvckh5 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .stake-25csz6 .stake-hvckh5 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.stake-25csz6
  .stake-v0acwc:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.stake-25csz6 .stake-hvtyhe {
  height: 100% !important;
  border-radius: 16px;
}

.stake-25csz6 .stake-div81x {
  gap: 4px;
  align-items: center;
}

.stake-25csz6 .stake-div81x button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.stake-25csz6 .stake-div81x svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.stake-25csz6 .stake-32swjc,
.stake-25csz6 .stake-6pvfe7 {
  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.stake-etd3lj.org/2000/svg'%3E%3Cpath d='M9.stake-4vbf32 4.stake-26ckq6.stake-gxirtl 5.stake-zg1qqt.stake-1xd065 5.stake-vhem03.stake-ndq0yr 5.stake-z9o1h8.stake-rtvgud 8.stake-q54oju.stake-9y3jq1 9.stake-kzb34z.stake-e0zsav 9.stake-80d42k.stake-kfzyse 13.stake-0euxur.stake-kk13q3 11.stake-jf06kr.stake-xaxrwv 11.stake-8oy1b8.stake-4duavs 11.stake-t4w1z8.stake-o9z10b 13.stake-8qcqkm.stake-3gupt4 9.stake-a99x2e.stake-ocnd0q 9.stake-o1pyid.stake-ppuuhm 8.stake-lvt029.stake-jx1mun 5.stake-zrju14.stake-21yqex 5.stake-isxkds.stake-1qbmek 5.stake-h8i97b.stake-gyw666 4.stake-4zpiwt.stake-xaxrwv 1.stake-nwtivg.stake-4vbf32 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.stake-25csz6 .stake-32swjc {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.stake-25csz6 .stake-6pvfe7 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.stake-tf33jd {
  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) {
  .stake-tf33jd {
    padding: 24px;
  }
}

.stake-tf33jd .stake-g595m0 {
  display: flex;
}

@media (min-width: 768px) {
  .stake-tf33jd .stake-g595m0 {
    display: none;
  }
}

.stake-tf33jd .stake-5kvdnx svg {
  display: none;
}

.stake-d3529r {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.stake-d3529r .stake-wn391m {
  display: none;
}

@media (min-width: 768px) {
  .stake-d3529r .stake-wn391m {
    display: flex;
  }
}

.stake-nyxa6v {
  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) {
  .stake-nyxa6v {
    font-size: 40px;
    line-height: 48px;
  }
}

.stake-nyxa6v > * {
  margin: 0 !important;
}

.stake-nyxa6v img,
.stake-o085ox {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .stake-nyxa6v img,
  .stake-o085ox {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.stake-c0r8n1 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .stake-c0r8n1 {
    width: 32px;
    height: 32px;
  }
}

.stake-qe1ayd {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .stake-qe1ayd {
    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;
  }

  .stake-qe1ayd::-webkit-scrollbar {
    display: none;
  }
}

.stake-xc371s {
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 7px;
}

@media (min-width: 768px) {
  .stake-xc371s {
    padding: 7px 15px;
  }
}

.stake-xc371s:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.stake-ieufan {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .stake-ieufan {
    display: flex;
    opacity: 1;
  }
}

.stake-xc371s picture {
  height: 100%;
  display: block;
}

.stake-xc371s img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .stake-xc371s img {
    width: 88px;
    height: 44px;
  }
}

.stake-xc371s p {
  text-align: center;
  width: 100%;
}

.stake-k956dv {
  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) {
  .stake-k956dv {
    font-size: 40px;
    line-height: 48px;
  }
}

.stake-k956dv img,
.stake-1jkymy {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .stake-k956dv img,
  .stake-1jkymy {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.stake-hpirwr {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .stake-hpirwr {
    width: 32px;
    height: 32px;
  }
}

.stake-0ud9oh {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.stake-z4bbz5 {
  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;
}

.stake-8txgy8 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.stake-8txgy8.stake-zu0ox0 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.stake-tgfswf {
  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) {
  .stake-tgfswf {
    font-size: 20px;
    line-height: 28px;
  }
}

.stake-yywlr8 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.stake-y0yoqd {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.stake-8rkux8 ease;
  opacity: 0;
  color: var(--text-color);
}

.stake-pvhwjm {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.stake-pvhwjm ol,
.stake-pvhwjm ul {
  padding-left: 1.3em;
}

.stake-8txgy8.stake-zu0ox0 .stake-y0yoqd {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.stake-8txgy8.stake-zu0ox0 .stake-yywlr8 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.stake-brbf3o {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--border-color);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    var(--fh-bg-color) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .stake-brbf3o {
    padding: 24px;
  }
}

.stake-brbf3o .stake-g595m0 {
  display: flex;
}

@media (min-width: 768px) {
  .stake-brbf3o .stake-g595m0 {
    display: none;
  }
}

.stake-brbf3o .stake-5kvdnx svg {
  display: none;
}

.stake-ipgyj5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stake-ipgyj5 .stake-wn391m {
  display: none;
}

@media (min-width: 768px) {
  .stake-ipgyj5 .stake-wn391m {
    display: flex;
  }
}

.stake-ghqht4 {
  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) {
  .stake-ghqht4 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.stake-ghqht4 > * {
  margin: 0 !important;
}

.stake-ghqht4 img,
.stake-zbzs0f {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .stake-ghqht4 img,
  .stake-zbzs0f {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.stake-mb5qvj {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .stake-mb5qvj {
    width: 32px;
    height: 32px;
  }
}

.stake-61flzz {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .stake-61flzz {
    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;
  }

  .stake-61flzz::-webkit-scrollbar {
    display: none;
  }
}

.stake-lt4xcl {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.stake-lt4xcl:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.stake-y9s7kn {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .stake-y9s7kn {
    display: flex;
    opacity: 1;
  }
}

.stake-lt4xcl picture {
  width: auto;
  height: 100%;
  display: block;
}

.stake-lt4xcl picture img {
  display: block;
  width: auto;
  height: 100%;
}

.stake-px5eqz {
  margin: -24px 0;
}

.stake-px5eqz:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .stake-px5eqz {
    margin: -16px 0;
  }
}

.stake-c9f9om {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .stake-c9f9om {
    flex-direction: row;
  }
}

.stake-k0df7a {
  padding: 12px 12px 12px 50px;
  border-radius: 16px;
  background:
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTguMzk5OSAxNy42TDIzLjk5OTkgMjMuMiIgc3Ryb2tlPSIjOTk5OTk5IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgogIDxjaXJjbGUgY3g9IjExLjIiIGN5PSIxMS4yIiByPSI5LjQiIHN0cm9rZT0iIzk5OTk5OSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+")
      no-repeat 16px center,
    var(--fh-bg-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  color: var(--text-color);
}

@media (min-width: 768px) {
  .stake-k0df7a {
    flex: 1;
  }
}

.stake-k0df7a::placeholder {
  color: var(--Text-400);
}

.stake-qtdlm5 {
  padding: 10px 15px;
  border-radius: 16px;
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  gap: 8px;
  color: var(--button-text-color);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.stake-rs5uvv {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.stake-rs5uvv::-webkit-scrollbar {
  display: none;
}

.stake-ce4yc6 {
  border-radius: 16px;
  background-color: var(--button-bg-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: var(--button-text-color);
  margin: 4px;
  text-align: center;
  padding: 7px 15.5px;
  border: 1px solid var(--border-color);
  flex-shrink: 0;
  cursor: pointer;
}

.stake-ce4yc6 img,
.stake-ce4yc6 svg {
  margin-right: 8px;
}

.stake-56oto3 {
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.stake-px5eqz + .stake-d3vlzt {
  margin-top: 0;
}

@media (min-width: 768px) {
  .stake-px5eqz + .stake-d3vlzt {
    margin-top: -16px;
  }
}

.stake-w1zh12 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--fh-bg-color);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.stake-w1zh12 > * {
  padding: 12px;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.stake-w1zh12 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.stake-vn472j {
  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;
}

.stake-nhisr6 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.stake-p6hctl {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.stake-2i4fc8 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.stake-qwkysu {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.stake-vn472j 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;
}

.stake-vn472j 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) {
  .stake-vn472j {
    padding: 39px 179px 39px 39px;
  }

  .stake-nhisr6 {
    font-size: 40px;
    line-height: 48px;
  }

  .stake-qwkysu {
    height: 348px;
  }

  .stake-vn472j button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .stake-vn472j button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .stake-vn472j {
    padding: 63px;
  }
}

.stake-4xiiyb {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .stake-4xiiyb {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.stake-pvg1uw {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .stake-pvg1uw {
    width: auto;
  }
}

.stake-jjuh22 {
  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;
}

.stake-jjuh22::-webkit-scrollbar {
  display: none;
}

.stake-jjuh22 a {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  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);
}

.stake-jjuh22 a:hover {
  background-color: var(--button-bg-hover);
  color: var(--button-text-color);
}

@media (min-width: 768px) {
  .stake-jjuh22 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.stake-4xiiyb .stake-gg6mds {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.stake-8rkux8,
    mask-image 0.3s;
}

.stake-4xiiyb .stake-gg6mds.stake-1t4409 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.stake-yosyl5 {
  margin: 40px -16px;
}

.stake-m9kxwz + .stake-g6rqrd,
.stake-m9kxwz + .stake-4dkymg {
  margin-top: 24px;
}

.stake-52uljc {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.stake-52uljc picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.stake-pybeip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .stake-pybeip {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .stake-pybeip {
    margin-top: 0;
  }
}

.stake-sys8j4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .stake-sys8j4 {
    font-size: 24px;
    line-height: 32px;
  }
}

.stake-yne921 {
  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) {
  .stake-yne921 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.stake-96c6re {
  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) {
  .stake-96c6re {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.stake-71vot3 {
  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) {
  .stake-71vot3 {
    font-size: 20px;
    line-height: 28px;
  }
}

.stake-mnagap {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .stake-mnagap {
    font-size: 32px;
    line-height: 40px;
  }
}

.stake-0dbds0 {
  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;
}

.stake-c6w4j6 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.stake-c6w4j6 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.stake-d3vlzt {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.stake-8xwetc {
  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) {
  .stake-8xwetc {
    padding: 15px 48px;
  }
}

main > .stake-d3vlzt {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .stake-hvckh5.stake-fp5x6a > div:nth-child(n + 5) {
    display: none;
  }
}

.stake-gjocvt p a img {
  display: block;
  margin: 0 auto;
}

.stake-dr2fx0 {
  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 */
.stake-t6f08z {
  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;
}

.stake-t6f08z label {
  font-size: 14px;
}

.stake-t6f08z h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.stake-t6f08z input,
.stake-t6f08z textarea,
.stake-t6f08z 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;
}
.stake-t6f08z button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.stake-tfk6xm ease;
}
.stake-t6f08z button:hover {
  background-color: var(--button-bg-hover);
}
.stake-0y7xxw {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.stake-7yksv6 ease-in;
}

.stake-0y7xxw h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.stake-yygefw::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%,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0.55) 49.52%
  );
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.stake-96gusb, .stake-9x4xoq, [class*="review-card"],
thead, thead th, table th, .stake-5qds41,
.stake-qm4tan, [class*="collapsible-header"],
.stake-gkcyw3, [class*="updated-block"] {
  color: #ece7dc !important;
}
