* {
  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-0lxje4 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .stake-0lxje4 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .stake-0lxje4 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.stake-73ag02 {
  overflow: hidden;
}

.stake-3aekcr img {
  background: var(--Neutral-300);
}

.stake-5rmome {
  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-d10sin {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.stake-d10sin:hover {
  background: var(--button-bg-hover);
}

.stake-3vg5gn {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.stake-3vg5gn:hover {
  background: var(--button-bg-hover);
}

.stake-cgqm7v {
  font-size: 12px;
  line-height: 18px;
}

.stake-r5j8v9 {
  font-size: 18px;
  line-height: 26px;
}

.stake-gpi6yo {
  width: 100%;
}

.stake-0oeq33 {
  padding: 6px 16px;
}

.stake-hz2k75 {
  padding: 10px 16px;
}

.stake-b8fmmm {
  padding: 15px 26px;
}

.stake-e712up {
  flex-shrink: 0;
}

.stake-7r2ms2 {
  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-1h73tt {
  display: none;
}

.stake-ngbtw1 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.stake-sltzqr {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.stake-a5zutd {
  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-jhg7xr {
  cursor: grab;
}

.stake-a5zutd::-webkit-scrollbar {
  display: none;
}

.stake-asto9l {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.stake-s85h5e {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.stake-w75vuv {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.stake-dj60kd {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.stake-3g9pkj {
  visibility: visible;
}

.stake-fcj82k {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.stake-n6jofz ease;
}

.stake-4xkdqj {
  background-color: var(--Primary-200);
  width: 16px;
}

.stake-8zt0d8 {
  -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-n6jofz,
    mask-image 0.3s;
}

.stake-8zt0d8.stake-yc7v3k {
  -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-vgfzo2: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-v79law {
  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-6v4nhb.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-6v4nhb.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-nduvam {
  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-nduvam::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-1o8rch {
  position: relative;
  z-index: 1;
}

.stake-68alyj {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.stake-ipojo0 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.stake-nyosma {
  font-size: 40px;
  line-height: 48px;
}

.stake-r3biu9 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.stake-7iwsvf {
  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-7iwsvf:hover {
  background: var(--Primary-400);
}

.stake-7iwsvf svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.stake-vgfzo2 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-nduvam {
    max-width: 600px;
    padding: 64px;
  }

  .stake-68alyj {
    font-size: 24px;
    line-height: 32px;
  }

  .stake-ipojo0 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .stake-nyosma {
    font-size: 50px;
    line-height: 56px;
  }

  .stake-r3biu9 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .stake-v79law {
    top: 25px;
    right: 25px;
  }
}

.stake-uug4eq,
.stake-jdlhks {
  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-sxh6kl.stake-9vzs3u::before,
.stake-jdlhks::before,
.stake-ob6dkt::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-6v4nhb.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.stake-xrr0y2 14.stake-2a42s5.stake-3zlwih 14.stake-pq7nm7 15.stake-b63wco 14.stake-68ewlk 15.stake-rpm0d7 14.stake-uqvyt6.stake-5odt73 14.stake-yk08t0 19.stake-qpwpq6 12.stake-hb1zrx 19.stake-qpwpq6 10.stake-v4c2n8.stake-qpwpq6 8.stake-njxxgn 17.stake-yw8g1p 7.stake-rgixp9 15.stake-hj9dy8 7.stake-d1tkxg.stake-cfjk2w 7.stake-rgixp9 11.stake-362mra 8.stake-njxxgn 11.stake-362mra 10.stake-eyox1t.stake-362mra 12.stake-bncxmi 13.stake-z6kpc9 14.stake-i7kaos 15.stake-p1qing 14.stake-fafu9o.stake-fwg2aq 14.stake-3zor17 15.stake-nq5xc3 14.stake-dsxree 15.stake-42hq0b 14.stake-puvh8q.stake-xrr0y2 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.stake-ak6933 15.stake-nsrw8l.stake-ks4eu9 15.stake-6scnbh 15.stake-clmxr3 15.stake-c4fvcx 15.stake-kkip18 15.stake-4j41er.stake-tit0m0 15.stake-c4fvcx 15.stake-9v1qj0 15.stake-a048cv 15.stake-szwjxm 15.stake-9csc56.stake-1u4q2m 15.stake-ns6vy5 7.stake-cj25ce 18.stake-l185t7 7.stake-by8ymj 23.stake-te0yrf.stake-ix2s5g.stake-q4dtkm 18.stake-7b7vd3 19.stake-q9uv83 15.stake-p7b8w1 15.stake-ak6933 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.stake-ti1c2v [type="submit"] *,
.stake-o4ed1a button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(#chatbot-window[aria-hidden="false"]) .stake-4t3793 {
    display: none;
  }
}

.stake-ol385r {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--text-color);
}

body:has(header nav.open) .stake-ol385r {
  display: none;
}

@media (min-width: 768px) {
  .stake-ol385r {
    bottom: 22px;
  }
}

.stake-ol385r input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .stake-ol385r {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.stake-op3ttv.static) .stake-ol385r {
    bottom: 8px;
  }
}

.stake-h215wm {
  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-h215wm {
    display: none;
  }
}

.stake-k6ietx {
  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-k6ietx {
    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-o4ed1a {
  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-o4ed1a {
    padding: 14px 16px;
  }
}

.stake-o4ed1a button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--text-color);
}

.stake-o4ed1a button:first-child {
  align-content: end;
}

.stake-o4ed1a button:first-of-type {
  display: none;
}

#pc61d126-chatbot[data-active-screen="2"]
  .stake-o4ed1a
  button:first-of-type,
#pc61d126-chatbot[data-active-screen="3"]
  .stake-o4ed1a
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.stake-o4ed1a button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.stake-o4ed1a button:last-child svg {
  width: 38px;
  height: 38px;
}

.stake-ob6dkt {
  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-ob6dkt,
#pc61d126-chatbot[data-active-screen="3"]
  .stake-ob6dkt {
  opacity: 1;
  visibility: visible;
}

.stake-h8yikk {
  flex: 1 1;
}

.stake-vrqk9z {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .stake-vrqk9z {
    padding: 24px;
  }
}

#pc61d126-chatbot[data-active-screen="1"] .stake-dru48f {
  display: block;
}

.stake-mpw4f9 {
  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-mpw4f9 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.stake-jdlhks {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.stake-jdlhks::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.stake-jxbu00 span {
  color: var(--text-color);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.stake-jxbu00 p {
  color: var(--text-color);
}

.stake-jdlhks .stake-8a1tcy {
  grid-area: button;
}

.stake-jdlhks .stake-8a1tcy::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-6v4nhb.org/2000/svg'%3E%3Cpath d='M4.stake-vepis2 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.stake-5sxkpl 15L16.stake-5sxkpl 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.stake-5sxkpl 5L16.stake-5sxkpl 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

#pc61d126-chatbot[data-active-screen="2"] .stake-0qknif {
  display: block;
}

.stake-fai30z {
  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-fai30z {
    margin-top: 40px;
  }
}

.stake-uug4eq label,
.stake-uug4eq input {
  display: block;
  width: 100%;
}

.stake-uug4eq label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.stake-uug4eq label.stake-tmifwb input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.stake-uug4eq label.stake-tmifwb::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-uug4eq 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-uug4eq input::placeholder {
  color: var(--Text-400);
}

.stake-8z9r9g {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

#pc61d126-chatbot[data-active-screen="3"] .stake-8z9r9g {
  display: flex;
}

.stake-8z9r9g ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .stake-8z9r9g ol {
    height: 420px;
    padding: 24px;
  }
}

.stake-8z9r9g ol a {
  cursor: pointer;
  color: var(--text-color);
}

.stake-ti1c2v {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .stake-ti1c2v {
    padding: 0 24px 24px;
  }
}

.stake-ti1c2v 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-ti1c2v input::placeholder {
  color: var(--text-color);
}

.stake-ti1c2v [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.stake-ti1c2v [type="submit"]:disabled {
  opacity: 0.5;
}

.stake-ti1c2v [type="submit"] svg {
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  .stake-ti1c2v [type="submit"] {
    right: 40px;
  }
}

.stake-sxh6kl {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.stake-sxh6kl.stake-9vzs3u {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.stake-sxh6kl.stake-9vzs3u p {
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color, rgba(43, 43, 43, 0.6));
}

.stake-sxh6kl.stake-jnexn4 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-sxh6kl p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.stake-ol385r .stake-8a1tcy {
  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-4t3793 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .stake-4t3793 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .stake-4t3793 {
    padding: 18px 0;
  }
}

.stake-4t3793 .stake-0lxje4 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .stake-4t3793 .stake-0lxje4 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.stake-pgtzvj {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .stake-pgtzvj {
    max-width: 160px;
    height: 40px;
  }
}

.stake-pgtzvj picture,
.stake-pgtzvj img {
  display: block;
  width: 100%;
  height: 100%;
}

.stake-pgtzvj img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .stake-5h9gvf {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.stake-n6jofz ease;
    transform: translateX(100%);
    background: var(--fh-bg-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .stake-4t3793.stake-z75wia .stake-5h9gvf {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .stake-5h9gvf {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .stake-5h9gvf {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.stake-nnqdv1,
.stake-2bz8di {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .stake-nnqdv1,
  .stake-2bz8di {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .stake-2bz8di {
    display: none;
  }
}

.stake-rp3mob {
  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-z75wia .stake-rp3mob {
  background: var(--fh-bg-color);
}

.stake-rp3mob button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .stake-rp3mob {
    display: none;
  }
}

.stake-1e1yic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .stake-1e1yic {
    display: none;
  }
}

.stake-4rjo8u {
  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-4t3793.stake-z75wia .stake-4rjo8u:first-child {
  display: none;
}

.stake-4t3793.stake-z75wia .stake-4rjo8u:last-child {
  display: block;
}

.stake-4rjo8u:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .stake-4rjo8u {
    display: none;
  }
}

.stake-olq54y {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .stake-olq54y {
    display: flex;
  }
}

.stake-olq54y ul {
  max-height: 350px;
  overflow-y: auto;
}

.stake-olq54y:hover ul {
  visibility: visible;
  opacity: 1;
}

.stake-olq54y:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.stake-olq54y:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.stake-olq54y:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.stake-olq54y:hover .stake-djj1bx svg {
  transform: rotate(180deg);
}

.stake-cfmwlh {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
  align-items: center;
}

.stake-cfmwlh span {
  margin-left: 5px;
}

.stake-imkofy {
  padding: 0 8px;
}

.stake-n3bq20 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.stake-n3bq20:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .stake-n3bq20 {
    padding: 4px 8px;
  }
}

.stake-u8hari {
  display: flex;
}

.stake-u8hari img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.stake-djj1bx {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.stake-djj1bx svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.stake-omm7pb {
  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-omm7pb {
    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-ve45tx {
  width: 100%;
}

@media (min-width: 1200px) {
  .stake-ve45tx {
    display: none;
  }
}

.stake-fujc2b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.stake-sx3koi {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.stake-4secxa {
  display: flex;
}

.stake-5n0gaz {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.stake-yh22le {
  list-style: none;
}

@media (max-width: 1199px) {
  .stake-yh22le {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .stake-yh22le {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .stake-yh22le .stake-ultnbz [data-ref-el],
  .stake-yh22le .stake-ultnbz span,
  .stake-yh22le .stake-ultnbz a {
    white-space: nowrap;
  }
}

.stake-cay1ki {
  width: 100%;
  transition: 0.3s;
  color: var(--text-color);
  position: relative;
}

@media (max-width: 1199px) {
  .stake-cay1ki.stake-azvyqf > .stake-ultnbz {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .stake-cay1ki.stake-cwj67r:hover > #sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .stake-cay1ki.stake-azvyqf > .stake-8lvlpf {
    height: auto;
  }

  .stake-cay1ki.stake-azvyqf > div > .stake-lyfpzy {
    transform: rotate(180deg);
  }

  #sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

.stake-cay1ki [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.stake-cay1ki [data-ref-el],
.stake-cay1ki span {
  cursor: pointer;
}

.stake-cay1ki [data-ref-el],
.stake-cay1ki span,
.stake-cay1ki 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-cay1ki [data-ref-el],
  .stake-cay1ki span,
  .stake-cay1ki a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .stake-cay1ki [data-ref-el],
  .stake-cay1ki span,
  .stake-cay1ki a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.stake-8lvlpf {
  height: 0;
  overflow: hidden;
  transition: height 0.stake-n6jofz ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.stake-8lvlpf::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.stake-8lvlpf::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.stake-8lvlpf::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .stake-8lvlpf {
    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-8lvlpf:has(> .stake-cay1ki.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .stake-8lvlpf .stake-8lvlpf {
    padding: 0;
  }

  .stake-8lvlpf .stake-cay1ki {
    font-weight: 400;
  }

  .stake-8lvlpf .stake-cay1ki:hover > .stake-ultnbz {
    background: var(--Neutral-300);
  }

  .stake-8lvlpf .stake-lyfpzy {
    rotate: -90deg;
  }
}

.stake-ultnbz {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .stake-ultnbz {
    padding: 8px;
  }

  .stake-cay1ki.stake-pqgvik > .stake-ultnbz {
    background: var(--Neutral-300);
  }
}

.stake-8lvlpf .stake-cay1ki:hover {
  background: var(--button-bg-hover);
}

.stake-lyfpzy {
  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-6v4nhb.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.stake-gon4wl 0.stake-v39wbh.stake-mxvptj -0.stake-t0fw0z 0.stake-71t69y -0.stake-t0fw0z 1.stake-pes40n 0.stake-p4x5e0.stake-7avygc 4.stake-m0hzqn.stake-gon4wl 0.stake-6or5x3.stake-24xgzw -0.stake-t0fw0z 9.stake-eneze9 -0.stake-t0fw0z 10.stake-imjzch 0.stake-spcoaz.stake-5pwurs 0.stake-mxvptj 10.stake-5pwurs 0.stake-71t69y 10.stake-imjzch 1.stake-z7cx2n.stake-tb1kd7 5.stake-pnylav.stake-fkzc0b 6.stake-td7vdf 5.stake-8im4ae 6.stake-td7vdf 4.stake-9glhsp 5.stake-yi2098.stake-gon4wl 1.stake-5r1gk7.stake-t0fw0z 0.stake-71t69y -0.stake-t0fw0z 0.stake-mxvptj 0.stake-gon4wl 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.stake-n6jofz ease;
  background-color: var(--text-color);
}

@media (min-width: 1200px) {
  .stake-lyfpzy {
    cursor: default;
  }
}

.stake-xp4632 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.stake-pdr43m {
  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-pdr43m {
    padding: 40px 4px;
  }
}

.stake-v2zuj4 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .stake-v2zuj4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.stake-a53qpi {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .stake-a53qpi {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.stake-a53qpi ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.stake-a53qpi [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.stake-a53qpi [data-ref-el],
.stake-a53qpi span,
.stake-a53qpi a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.stake-dgci3q {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .stake-dgci3q {
    margin-bottom: 12px;
  }
}

.stake-zm2cah {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.stake-zm2cah img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .stake-zm2cah:last-child {
    margin-right: 0;
  }
}

.stake-3wk404 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.stake-dgci3q:hover .stake-jcljxa {
  visibility: visible;
  opacity: 1;
}

.stake-jcljxa {
  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-ve1cgu {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.stake-k1z8pf {
  display: flex;
  margin: 6px;
}

.stake-k1z8pf img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.stake-jcljxa::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-jcljxa::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-qbtv3s {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .stake-qbtv3s {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.stake-ayipmo {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .stake-ayipmo {
    margin-right: 32px;
  }
}

.stake-476hd8 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .stake-476hd8 {
    margin-top: 0;
    width: 340px;
  }
}

.stake-476hd8 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.stake-58p94d {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.stake-wkp0qi {
  position: relative;
}

@media (min-width: 768px) {
  .stake-wkp0qi {
    margin-top: 40px;
  }
}

.stake-wkp0qi + .stake-devpfj,
.stake-wkp0qi + .stake-wkp0qi {
  margin-top: 24px;
}

.stake-d2o8r7 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .stake-d2o8r7 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .stake-d2o8r7 {
    padding: 80px;
  }
}

.stake-phtbib {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .stake-phtbib {
    padding: 0 16px;
  }
}

.stake-ks3fsc {
  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-ks3fsc {
    font-size: 48px;
    line-height: 56px;
  }
}

.stake-bdsroi {
  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-bdsroi {
    font-size: 24px;
    line-height: 32px;
  }
}

.stake-9skg2a {
  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-9skg2a:hover {
  background: var(--button-bg-hover);
}

.stake-kd355s {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.stake-kd355s img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .stake-kd355s img {
    min-height: initial;
  }
}

@media (max-width: 563px) {
  .stake-kd355s img {
    min-height: 100%;
  }
}

.stake-d2o8r7::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.stake-izn8jo {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.stake-izn8jo h1,
.stake-izn8jo h2,
.stake-izn8jo h3,
.stake-izn8jo h4 {
  margin-bottom: 6px;
}

.stake-izn8jo h1:not(:first-child),
.stake-izn8jo h2:not(:first-child),
.stake-izn8jo h3:not(:first-child),
.stake-izn8jo h4:not(:first-child) {
  margin-top: 16px;
}

.stake-izn8jo h1,
.stake-izn8jo h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .stake-izn8jo h1,
  .stake-izn8jo h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.stake-izn8jo h2,
.stake-izn8jo h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .stake-izn8jo h2,
  .stake-izn8jo h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.stake-izn8jo h3,
.stake-izn8jo h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .stake-izn8jo h3,
  .stake-izn8jo h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.stake-izn8jo h4,
.stake-izn8jo h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.stake-izn8jo ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.stake-izn8jo ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.stake-izn8jo 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-izn8jo ul ul {
  margin-bottom: 8px;
}

.stake-izn8jo ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.stake-izn8jo ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.stake-izn8jo ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.stake-izn8jo ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.stake-izn8jo ol li::marker {
  font-weight: 700;
}

.stake-izn8jo ol ol {
  margin-bottom: 8px;
}

.stake-izn8jo ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.stake-izn8jo ol ul li {
  padding-left: 16px;
}

.stake-izn8jo 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-izn8jo table {
    padding: 24px;
  }
}

.stake-izn8jo table.stake-v0sede {
  -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-n6jofz,
    mask-image 0.3s;
}

.stake-izn8jo table.stake-v0sede.stake-yc7v3k {
  -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-izn8jo table {
    display: table;
  }
}

.stake-izn8jo 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-izn8jo table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.stake-izn8jo table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.stake-izn8jo 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-izn8jo table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.stake-izn8jo table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.stake-izn8jo table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.stake-izn8jo table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.stake-izn8jo img {
  max-width: 100%;
  height: auto;
}

.stake-95ksj3 {
  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-95ksj3 {
    padding: 24px;
  }
}

.stake-k6j3kh {
  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-k6j3kh {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.stake-k6j3kh > * {
  margin: 0 !important;
}

.stake-k6j3kh img,
.stake-bf7uuq {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .stake-k6j3kh img,
  .stake-bf7uuq {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.stake-xqre4k {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .stake-xqre4k {
    width: 32px;
    height: 32px;
  }
}

.stake-60q9x9 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.stake-60q9x9 .stake-a8zxod {
  flex-shrink: 0;
}

.stake-60q9x9 .stake-zchyi2 svg {
  display: none;
}

.stake-ij7bwf {
  display: grid;
  transition: max-height 0.stake-n6jofz ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .stake-ij7bwf {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .stake-ij7bwf {
    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-ij7bwf.stake-esi6gj + .stake-a8zxod svg {
  transform: rotate(180deg);
}

.stake-fuxi0f {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.stake-fuxi0f > div:nth-child(3n) {
  grid-column: span 2;
}

.stake-fuxi0f
  > div:nth-child(3n)
  .stake-862o4r
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .stake-fuxi0f {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .stake-fuxi0f > div:nth-child(3n) {
    grid-column: unset;
  }

  .stake-fuxi0f
    > div:nth-child(3n)
    .stake-862o4r
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .stake-fuxi0f {
    max-width: 270px;
  }
}

.stake-fuxi0f .stake-862o4r button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .stake-fuxi0f .stake-862o4r button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .stake-fuxi0f .stake-862o4r button {
    max-width: 104px;
  }
}

.stake-p2etfm {
  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-p2etfm {
    margin-bottom: 0;
  }
}

.stake-bncjmr {
  display: none;
  opacity: 0;
}

.stake-v7oil0 {
  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-v7oil0 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.stake-862o4r {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.stake-862o4r 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-862o4r
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .stake-862o4r
    button {
    max-width: 145px;
  }
}

.stake-lipukn:first-child
  .stake-862o4r
  button {
  max-width: 270px;
}

.stake-854nrv {
  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-p2etfm picture {
  width: 100%;
  max-width: 100%;
}

.stake-j1qq8v {
  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-j1qq8v svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.stake-p2etfm:hover .stake-j1qq8v {
  display: flex;
}

.stake-ramyyh {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.stake-e3hcum {
  display: flex;
}

.stake-e3hcum:hover .stake-cwhk5i,
.stake-e3hcum .stake-pqgvik .stake-cwhk5i {
  display: flex;
}

.stake-e3hcum svg {
  flex-shrink: 0;
}

.stake-cwhk5i {
  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-cwhk5i {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.stake-cwhk5i:hover {
  display: flex;
}

.stake-cwhk5i svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.stake-4u8mba {
  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-4u8mba {
    font-size: 12px;
  }
}

.stake-xy9lbt,
.stake-0szeqf {
  width: 50%;
  flex-shrink: 0;
}

.stake-xy9lbt {
  font-weight: 700;
}

.stake-wf3w7j .stake-ij7bwf {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .stake-wf3w7j .stake-ij7bwf {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .stake-wf3w7j .stake-ij7bwf {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.stake-wf3w7j
  .stake-854nrv:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.stake-wf3w7j .stake-v7oil0 {
  height: 100% !important;
  border-radius: 16px;
}

.stake-wf3w7j .stake-862o4r {
  gap: 4px;
  align-items: center;
}

.stake-wf3w7j .stake-862o4r button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.stake-wf3w7j .stake-862o4r svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.stake-wf3w7j .stake-9aj0bc,
.stake-wf3w7j .stake-t3d6uj {
  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-6v4nhb.org/2000/svg'%3E%3Cpath d='M9.stake-4humhv 4.stake-rxy0fp.stake-cadzd2 5.stake-bhud2r.stake-2orcgp 5.stake-b5r6wx.stake-nw90rd 5.stake-8u6dww.stake-e5lipk 8.stake-6rca6j.stake-1hrro7 9.stake-djw9fx.stake-28k4fm 9.stake-edkhjw.stake-4561c0 13.stake-yultei.stake-qyzml8 11.stake-bopyln.stake-yb4i8p 11.stake-lkj4x8.stake-f0elxc 11.stake-a9pdr5.stake-pk7777 13.stake-o82mlh.stake-wxuakg 9.stake-5utzo1.stake-9h5frr 9.stake-k57zgf.stake-yz0yzv 8.stake-ox3dv2.stake-kf3xp6 5.stake-ek0if7.stake-jkal6n 5.stake-8hdbj4.stake-mn4mba 5.stake-fbwrbw.stake-g1rk31 4.stake-rxthlr.stake-yb4i8p 1.stake-a780ry.stake-4humhv 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.stake-wf3w7j .stake-9aj0bc {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.stake-wf3w7j .stake-t3d6uj {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.stake-qygrm8 {
  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-qygrm8 {
    padding: 24px;
  }
}

.stake-qygrm8 .stake-a8zxod {
  display: flex;
}

@media (min-width: 768px) {
  .stake-qygrm8 .stake-a8zxod {
    display: none;
  }
}

.stake-qygrm8 .stake-zchyi2 svg {
  display: none;
}

.stake-za5x4k {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.stake-za5x4k .stake-5rmome {
  display: none;
}

@media (min-width: 768px) {
  .stake-za5x4k .stake-5rmome {
    display: flex;
  }
}

.stake-8qel9r {
  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-8qel9r {
    font-size: 40px;
    line-height: 48px;
  }
}

.stake-8qel9r > * {
  margin: 0 !important;
}

.stake-8qel9r img,
.stake-hyhhz4 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .stake-8qel9r img,
  .stake-hyhhz4 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.stake-56n1tz {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .stake-56n1tz {
    width: 32px;
    height: 32px;
  }
}

.stake-84w0q0 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .stake-84w0q0 {
    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-84w0q0::-webkit-scrollbar {
    display: none;
  }
}

.stake-t31suy {
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 7px;
}

@media (min-width: 768px) {
  .stake-t31suy {
    padding: 7px 15px;
  }
}

.stake-t31suy:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.stake-zl5afl {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .stake-zl5afl {
    display: flex;
    opacity: 1;
  }
}

.stake-t31suy picture {
  height: 100%;
  display: block;
}

.stake-t31suy img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .stake-t31suy img {
    width: 88px;
    height: 44px;
  }
}

.stake-t31suy p {
  text-align: center;
  width: 100%;
}

.stake-6q2k0y {
  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-6q2k0y {
    font-size: 40px;
    line-height: 48px;
  }
}

.stake-6q2k0y img,
.stake-mk7j84 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .stake-6q2k0y img,
  .stake-mk7j84 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.stake-39t8xb {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .stake-39t8xb {
    width: 32px;
    height: 32px;
  }
}

.stake-r62fk7 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.stake-r7yfu4 {
  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-3fzxq3 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.stake-3fzxq3.stake-pqgvik {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.stake-473lxv {
  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-473lxv {
    font-size: 20px;
    line-height: 28px;
  }
}

.stake-egll7b {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.stake-q1giv1 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.stake-n6jofz ease;
  opacity: 0;
  color: var(--text-color);
}

.stake-7w0aq2 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.stake-7w0aq2 ol,
.stake-7w0aq2 ul {
  padding-left: 1.3em;
}

.stake-3fzxq3.stake-pqgvik .stake-q1giv1 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.stake-3fzxq3.stake-pqgvik .stake-egll7b {
  transform: rotate(180deg);
  color: var(--text-color);
}

.stake-m250ib {
  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-m250ib {
    padding: 24px;
  }
}

.stake-m250ib .stake-a8zxod {
  display: flex;
}

@media (min-width: 768px) {
  .stake-m250ib .stake-a8zxod {
    display: none;
  }
}

.stake-m250ib .stake-zchyi2 svg {
  display: none;
}

.stake-w2llmz {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stake-w2llmz .stake-5rmome {
  display: none;
}

@media (min-width: 768px) {
  .stake-w2llmz .stake-5rmome {
    display: flex;
  }
}

.stake-iqvvao {
  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-iqvvao {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.stake-iqvvao > * {
  margin: 0 !important;
}

.stake-iqvvao img,
.stake-1owllj {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .stake-iqvvao img,
  .stake-1owllj {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.stake-pob76s {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .stake-pob76s {
    width: 32px;
    height: 32px;
  }
}

.stake-san4id {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .stake-san4id {
    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-san4id::-webkit-scrollbar {
    display: none;
  }
}

.stake-57pkg0 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.stake-57pkg0:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.stake-yw5vtl {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .stake-yw5vtl {
    display: flex;
    opacity: 1;
  }
}

.stake-57pkg0 picture {
  width: auto;
  height: 100%;
  display: block;
}

.stake-57pkg0 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.stake-0vu65j {
  margin: -24px 0;
}

.stake-0vu65j:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .stake-0vu65j {
    margin: -16px 0;
  }
}

.stake-9qvqiz {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .stake-9qvqiz {
    flex-direction: row;
  }
}

.stake-aeaqao {
  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-aeaqao {
    flex: 1;
  }
}

.stake-aeaqao::placeholder {
  color: var(--Text-400);
}

.stake-82xjo2 {
  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-8wzwdc {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.stake-8wzwdc::-webkit-scrollbar {
  display: none;
}

.stake-np7w6l {
  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-np7w6l img,
.stake-np7w6l svg {
  margin-right: 8px;
}

.stake-jlphpa {
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.stake-0vu65j + .stake-4e1zap {
  margin-top: 0;
}

@media (min-width: 768px) {
  .stake-0vu65j + .stake-4e1zap {
    margin-top: -16px;
  }
}

.stake-sjmv0l {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--fh-bg-color);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.stake-sjmv0l > * {
  padding: 12px;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.stake-sjmv0l > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.stake-ktvp96 {
  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-tdg3p5 {
  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-jxexmf {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.stake-xbldth {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.stake-oo68x1 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.stake-ktvp96 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-ktvp96 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-ktvp96 {
    padding: 39px 179px 39px 39px;
  }

  .stake-tdg3p5 {
    font-size: 40px;
    line-height: 48px;
  }

  .stake-oo68x1 {
    height: 348px;
  }

  .stake-ktvp96 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .stake-ktvp96 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .stake-ktvp96 {
    padding: 63px;
  }
}

.stake-ipmcdp {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .stake-ipmcdp {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.stake-udybfh {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .stake-udybfh {
    width: auto;
  }
}

.stake-0nc5s7 {
  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-0nc5s7::-webkit-scrollbar {
  display: none;
}

.stake-0nc5s7 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-0nc5s7 a:hover {
  background-color: var(--button-bg-hover);
  color: var(--button-text-color);
}

@media (min-width: 768px) {
  .stake-0nc5s7 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.stake-ipmcdp .stake-70dd9k {
  -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-n6jofz,
    mask-image 0.3s;
}

.stake-ipmcdp .stake-70dd9k.stake-yc7v3k {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.stake-qmq744 {
  margin: 40px -16px;
}

.stake-w2mtfx + .stake-devpfj,
.stake-w2mtfx + .stake-wkp0qi {
  margin-top: 24px;
}

.stake-0b8lwe {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.stake-0b8lwe picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.stake-m48vlc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .stake-m48vlc {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .stake-m48vlc {
    margin-top: 0;
  }
}

.stake-kvfvkq {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .stake-kvfvkq {
    font-size: 24px;
    line-height: 32px;
  }
}

.stake-ychog7 {
  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-ychog7 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.stake-btqlye {
  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-btqlye {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.stake-x24jhz {
  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-x24jhz {
    font-size: 20px;
    line-height: 28px;
  }
}

.stake-066jzg {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .stake-066jzg {
    font-size: 32px;
    line-height: 40px;
  }
}

.stake-nz8ta2 {
  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-4c2nog {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.stake-4c2nog img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.stake-4e1zap {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.stake-fi6wht {
  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-fi6wht {
    padding: 15px 48px;
  }
}

main > .stake-4e1zap {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .stake-ij7bwf.stake-ykfhew > div:nth-child(n + 5) {
    display: none;
  }
}

.stake-izn8jo p a img {
  display: block;
  margin: 0 auto;
}

.stake-q3hl8l {
  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-vsbowa {
  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-vsbowa label {
  font-size: 14px;
}

.stake-vsbowa h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.stake-vsbowa input,
.stake-vsbowa textarea,
.stake-vsbowa 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-vsbowa button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.stake-5ditcf ease;
}
.stake-vsbowa button:hover {
  background-color: var(--button-bg-hover);
}
.stake-1zeiib {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.stake-wp98cr ease-in;
}

.stake-1zeiib h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.stake-d2o8r7::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-cnlx3e, .stake-n8e0zn, [class*="review-card"],
thead, thead th, table th, .stake-0ur6y9,
.stake-u4lj2u, [class*="collapsible-header"],
.stake-e79kvf, [class*="updated-block"] {
  color: #ece7dc !important;
}
