* {
  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-6dtf79 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .stake-6dtf79 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .stake-6dtf79 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.stake-mljfcl {
  overflow: hidden;
}

.stake-emhgz0 img {
  background: var(--Neutral-300);
}

.stake-ukazhq {
  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-xbum2o {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.stake-xbum2o:hover {
  background: var(--button-bg-hover);
}

.stake-ulg9z5 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.stake-ulg9z5:hover {
  background: var(--button-bg-hover);
}

.stake-639ax5 {
  font-size: 12px;
  line-height: 18px;
}

.stake-uue4ba {
  font-size: 18px;
  line-height: 26px;
}

.stake-sa6nsv {
  width: 100%;
}

.stake-1es0ye {
  padding: 6px 16px;
}

.stake-kswtem {
  padding: 10px 16px;
}

.stake-g9jjxq {
  padding: 15px 26px;
}

.stake-km7osy {
  flex-shrink: 0;
}

.stake-oneq5n {
  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-yss7so {
  display: none;
}

.stake-lccz86 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.stake-xb4lzc {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.stake-thsbdk {
  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-811fwg {
  cursor: grab;
}

.stake-thsbdk::-webkit-scrollbar {
  display: none;
}

.stake-uybk9x {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.stake-v9lg8w {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.stake-scs0gz {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.stake-6b1nbp {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.stake-1jhtwm {
  visibility: visible;
}

.stake-gi2kmw {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.stake-5q85ij ease;
}

.stake-88n83f {
  background-color: var(--Primary-200);
  width: 16px;
}

.stake-ygxk0q {
  -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-5q85ij,
    mask-image 0.3s;
}

.stake-ygxk0q.stake-p39bfz {
  -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-hq3fij: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-vorgbj {
  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-6j3z59.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-6j3z59.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-fcj8n7 {
  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-fcj8n7::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-hemfy3 {
  position: relative;
  z-index: 1;
}

.stake-kw1g6h {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.stake-pra6ay {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.stake-bhckaj {
  font-size: 40px;
  line-height: 48px;
}

.stake-1mcz3b {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.stake-e8jy2b {
  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-e8jy2b:hover {
  background: var(--Primary-400);
}

.stake-e8jy2b svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.stake-hq3fij 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-fcj8n7 {
    max-width: 600px;
    padding: 64px;
  }

  .stake-kw1g6h {
    font-size: 24px;
    line-height: 32px;
  }

  .stake-pra6ay {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .stake-bhckaj {
    font-size: 50px;
    line-height: 56px;
  }

  .stake-1mcz3b {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .stake-vorgbj {
    top: 25px;
    right: 25px;
  }
}

.stake-xncjyp,
.stake-vjhsv8 {
  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-ojxarl.stake-ntu5js::before,
.stake-vjhsv8::before,
.stake-b6nu29::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-6j3z59.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.stake-cra5ff 14.stake-3fw660.stake-nhyhc8 14.stake-1soj34 15.stake-b8t8pc 14.stake-vdma48 15.stake-e1w92l 14.stake-6q6qiy.stake-wquhhd 14.stake-q7hftd 19.stake-wuyj40 12.stake-jzrh9s 19.stake-wuyj40 10.stake-ugey0d.stake-wuyj40 8.stake-a5qkfl 17.stake-hhpewx 7.stake-okp6u7 15.stake-64vkme 7.stake-ve1ghd.stake-thsla7 7.stake-okp6u7 11.stake-298zzm 8.stake-a5qkfl 11.stake-298zzm 10.stake-xkf70r.stake-298zzm 12.stake-uc4kfa 13.stake-2sh43n 14.stake-25sl9t 15.stake-29pdn1 14.stake-z0fds7.stake-ihbym5 14.stake-kh01nn 15.stake-lc84v5 14.stake-tk20wt 15.stake-y2kdug 14.stake-f1h35a.stake-cra5ff 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.stake-nrs45p 15.stake-56v8bv.stake-wuwjyo 15.stake-ya23b1 15.stake-rqb1fe 15.stake-pim1gu 15.stake-lh5m2v 15.stake-emwb81.stake-ajz7yz 15.stake-pim1gu 15.stake-h6zknu 15.stake-p4rdtf 15.stake-0c00zf 15.stake-inm9zf.stake-bm8e7z 15.stake-n40vo2 7.stake-wct7ob 18.stake-ygw0al 7.stake-yeoizv 23.stake-o3x1zs.stake-rt5vjr.stake-27zmlk 18.stake-nza6k6 19.stake-yqz6gb 15.stake-fqq28h 15.stake-nrs45p 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.stake-zdvjgh [type="submit"] *,
.stake-32ogbz button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(#chatbot-window[aria-hidden="false"]) .stake-3kxfz6 {
    display: none;
  }
}

.stake-iz4uix {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--text-color);
}

body:has(header nav.open) .stake-iz4uix {
  display: none;
}

@media (min-width: 768px) {
  .stake-iz4uix {
    bottom: 22px;
  }
}

.stake-iz4uix input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .stake-iz4uix {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.stake-juhqw9.static) .stake-iz4uix {
    bottom: 8px;
  }
}

.stake-ld53f3 {
  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-ld53f3 {
    display: none;
  }
}

.stake-8me456 {
  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-8me456 {
    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-32ogbz {
  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-32ogbz {
    padding: 14px 16px;
  }
}

.stake-32ogbz button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--text-color);
}

.stake-32ogbz button:first-child {
  align-content: end;
}

.stake-32ogbz button:first-of-type {
  display: none;
}

#pc61d126-chatbot[data-active-screen="2"]
  .stake-32ogbz
  button:first-of-type,
#pc61d126-chatbot[data-active-screen="3"]
  .stake-32ogbz
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.stake-32ogbz button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.stake-32ogbz button:last-child svg {
  width: 38px;
  height: 38px;
}

.stake-b6nu29 {
  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-b6nu29,
#pc61d126-chatbot[data-active-screen="3"]
  .stake-b6nu29 {
  opacity: 1;
  visibility: visible;
}

.stake-432nu5 {
  flex: 1 1;
}

.stake-8k5zca {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .stake-8k5zca {
    padding: 24px;
  }
}

#pc61d126-chatbot[data-active-screen="1"] .stake-awn0k2 {
  display: block;
}

.stake-938dtq {
  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-938dtq {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.stake-vjhsv8 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.stake-vjhsv8::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.stake-868iqj span {
  color: var(--text-color);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.stake-868iqj p {
  color: var(--text-color);
}

.stake-vjhsv8 .stake-ndifh9 {
  grid-area: button;
}

.stake-vjhsv8 .stake-ndifh9::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-6j3z59.org/2000/svg'%3E%3Cpath d='M4.stake-knp7gw 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.stake-r08po0 15L16.stake-r08po0 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.stake-r08po0 5L16.stake-r08po0 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

#pc61d126-chatbot[data-active-screen="2"] .stake-33xiyn {
  display: block;
}

.stake-xq3rrw {
  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-xq3rrw {
    margin-top: 40px;
  }
}

.stake-xncjyp label,
.stake-xncjyp input {
  display: block;
  width: 100%;
}

.stake-xncjyp label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.stake-xncjyp label.stake-94jozo input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.stake-xncjyp label.stake-94jozo::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-xncjyp 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-xncjyp input::placeholder {
  color: var(--Text-400);
}

.stake-3g1zza {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

#pc61d126-chatbot[data-active-screen="3"] .stake-3g1zza {
  display: flex;
}

.stake-3g1zza ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .stake-3g1zza ol {
    height: 420px;
    padding: 24px;
  }
}

.stake-3g1zza ol a {
  cursor: pointer;
  color: var(--text-color);
}

.stake-zdvjgh {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .stake-zdvjgh {
    padding: 0 24px 24px;
  }
}

.stake-zdvjgh 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-zdvjgh input::placeholder {
  color: var(--text-color);
}

.stake-zdvjgh [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.stake-zdvjgh [type="submit"]:disabled {
  opacity: 0.5;
}

.stake-zdvjgh [type="submit"] svg {
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  .stake-zdvjgh [type="submit"] {
    right: 40px;
  }
}

.stake-ojxarl {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.stake-ojxarl.stake-ntu5js {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.stake-ojxarl.stake-ntu5js p {
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color, rgba(43, 43, 43, 0.6));
}

.stake-ojxarl.stake-neypvh 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-ojxarl p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.stake-iz4uix .stake-ndifh9 {
  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-3kxfz6 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .stake-3kxfz6 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .stake-3kxfz6 {
    padding: 18px 0;
  }
}

.stake-3kxfz6 .stake-6dtf79 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .stake-3kxfz6 .stake-6dtf79 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.stake-ht77x3 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .stake-ht77x3 {
    max-width: 160px;
    height: 40px;
  }
}

.stake-ht77x3 picture,
.stake-ht77x3 img {
  display: block;
  width: 100%;
  height: 100%;
}

.stake-ht77x3 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .stake-2ufjd4 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.stake-5q85ij ease;
    transform: translateX(100%);
    background: var(--fh-bg-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .stake-3kxfz6.stake-m61a17 .stake-2ufjd4 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .stake-2ufjd4 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .stake-2ufjd4 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.stake-l1rg8v,
.stake-ricx4o {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .stake-l1rg8v,
  .stake-ricx4o {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .stake-ricx4o {
    display: none;
  }
}

.stake-o91hj8 {
  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-m61a17 .stake-o91hj8 {
  background: var(--fh-bg-color);
}

.stake-o91hj8 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .stake-o91hj8 {
    display: none;
  }
}

.stake-rr4wgw {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .stake-rr4wgw {
    display: none;
  }
}

.stake-itk3qp {
  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-3kxfz6.stake-m61a17 .stake-itk3qp:first-child {
  display: none;
}

.stake-3kxfz6.stake-m61a17 .stake-itk3qp:last-child {
  display: block;
}

.stake-itk3qp:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .stake-itk3qp {
    display: none;
  }
}

.stake-xarzvc {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .stake-xarzvc {
    display: flex;
  }
}

.stake-xarzvc ul {
  max-height: 350px;
  overflow-y: auto;
}

.stake-xarzvc:hover ul {
  visibility: visible;
  opacity: 1;
}

.stake-xarzvc:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.stake-xarzvc:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.stake-xarzvc:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.stake-xarzvc:hover .stake-mr2ey5 svg {
  transform: rotate(180deg);
}

.stake-vtk7f5 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
  align-items: center;
}

.stake-vtk7f5 span {
  margin-left: 5px;
}

.stake-qcif2y {
  padding: 0 8px;
}

.stake-mk994b {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.stake-mk994b:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .stake-mk994b {
    padding: 4px 8px;
  }
}

.stake-cz30vq {
  display: flex;
}

.stake-cz30vq img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.stake-mr2ey5 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.stake-mr2ey5 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.stake-3vnrd0 {
  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-3vnrd0 {
    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-sdrx70 {
  width: 100%;
}

@media (min-width: 1200px) {
  .stake-sdrx70 {
    display: none;
  }
}

.stake-eg8p1i {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.stake-k0pgi5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.stake-cw9fd4 {
  display: flex;
}

.stake-dmnbc2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.stake-zkhbhj {
  list-style: none;
}

@media (max-width: 1199px) {
  .stake-zkhbhj {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .stake-zkhbhj {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .stake-zkhbhj .stake-0avdhv [data-ref-el],
  .stake-zkhbhj .stake-0avdhv span,
  .stake-zkhbhj .stake-0avdhv a {
    white-space: nowrap;
  }
}

.stake-yb9unn {
  width: 100%;
  transition: 0.3s;
  color: var(--text-color);
  position: relative;
}

@media (max-width: 1199px) {
  .stake-yb9unn.stake-ruh7qy > .stake-0avdhv {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .stake-yb9unn.stake-xwecaa:hover > #sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .stake-yb9unn.stake-ruh7qy > .stake-kset8z {
    height: auto;
  }

  .stake-yb9unn.stake-ruh7qy > div > .stake-imxcc7 {
    transform: rotate(180deg);
  }

  #sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

.stake-yb9unn [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.stake-yb9unn [data-ref-el],
.stake-yb9unn span {
  cursor: pointer;
}

.stake-yb9unn [data-ref-el],
.stake-yb9unn span,
.stake-yb9unn 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-yb9unn [data-ref-el],
  .stake-yb9unn span,
  .stake-yb9unn a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .stake-yb9unn [data-ref-el],
  .stake-yb9unn span,
  .stake-yb9unn a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.stake-kset8z {
  height: 0;
  overflow: hidden;
  transition: height 0.stake-5q85ij ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.stake-kset8z::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.stake-kset8z::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.stake-kset8z::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .stake-kset8z {
    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-kset8z:has(> .stake-yb9unn.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .stake-kset8z .stake-kset8z {
    padding: 0;
  }

  .stake-kset8z .stake-yb9unn {
    font-weight: 400;
  }

  .stake-kset8z .stake-yb9unn:hover > .stake-0avdhv {
    background: var(--Neutral-300);
  }

  .stake-kset8z .stake-imxcc7 {
    rotate: -90deg;
  }
}

.stake-0avdhv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .stake-0avdhv {
    padding: 8px;
  }

  .stake-yb9unn.stake-v3yu82 > .stake-0avdhv {
    background: var(--Neutral-300);
  }
}

.stake-kset8z .stake-yb9unn:hover {
  background: var(--button-bg-hover);
}

.stake-imxcc7 {
  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-6j3z59.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.stake-atf68m 0.stake-5qwb7b.stake-2vuzax -0.stake-vaqqd9 0.stake-34lcjv -0.stake-vaqqd9 1.stake-ttd2l5 0.stake-sh1abw.stake-k8f4qz 4.stake-ym0npz.stake-atf68m 0.stake-ohsq2a.stake-m5icao -0.stake-vaqqd9 9.stake-5qxsb4 -0.stake-vaqqd9 10.stake-hbsgkn 0.stake-3qm98d.stake-9734ys 0.stake-2vuzax 10.stake-9734ys 0.stake-34lcjv 10.stake-hbsgkn 1.stake-gdibbh.stake-afxsy6 5.stake-ko6jbq.stake-uflno7 6.stake-1xyh44 5.stake-w3zs6r 6.stake-1xyh44 4.stake-qmph8i 5.stake-m9s4qq.stake-atf68m 1.stake-clsl0p.stake-vaqqd9 0.stake-34lcjv -0.stake-vaqqd9 0.stake-2vuzax 0.stake-atf68m 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.stake-5q85ij ease;
  background-color: var(--text-color);
}

@media (min-width: 1200px) {
  .stake-imxcc7 {
    cursor: default;
  }
}

.stake-ahe6ra {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.stake-ccqfhr {
  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-ccqfhr {
    padding: 40px 4px;
  }
}

.stake-a9t2w1 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .stake-a9t2w1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.stake-2ipgef {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .stake-2ipgef {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.stake-2ipgef ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.stake-2ipgef [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.stake-2ipgef [data-ref-el],
.stake-2ipgef span,
.stake-2ipgef a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.stake-zwv2lk {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .stake-zwv2lk {
    margin-bottom: 12px;
  }
}

.stake-7g6faz {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.stake-7g6faz img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .stake-7g6faz:last-child {
    margin-right: 0;
  }
}

.stake-z90v08 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.stake-zwv2lk:hover .stake-8j2sur {
  visibility: visible;
  opacity: 1;
}

.stake-8j2sur {
  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-mu9pm3 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.stake-p0f49f {
  display: flex;
  margin: 6px;
}

.stake-p0f49f img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.stake-8j2sur::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-8j2sur::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-l0mgqm {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .stake-l0mgqm {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.stake-yusa1n {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .stake-yusa1n {
    margin-right: 32px;
  }
}

.stake-nglycd {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .stake-nglycd {
    margin-top: 0;
    width: 340px;
  }
}

.stake-nglycd a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.stake-6t39jj {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.stake-o0w5iw {
  position: relative;
}

@media (min-width: 768px) {
  .stake-o0w5iw {
    margin-top: 40px;
  }
}

.stake-o0w5iw + .stake-91qehg,
.stake-o0w5iw + .stake-o0w5iw {
  margin-top: 24px;
}

.stake-s22xn4 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .stake-s22xn4 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .stake-s22xn4 {
    padding: 80px;
  }
}

.stake-4bbe7a {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .stake-4bbe7a {
    padding: 0 16px;
  }
}

.stake-0dagrs {
  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-0dagrs {
    font-size: 48px;
    line-height: 56px;
  }
}

.stake-2dqj7m {
  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-2dqj7m {
    font-size: 24px;
    line-height: 32px;
  }
}

.stake-l4rljc {
  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-l4rljc:hover {
  background: var(--button-bg-hover);
}

.stake-hozqet {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.stake-hozqet img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .stake-hozqet img {
    min-height: initial;
  }
}

@media (max-width: 563px) {
  .stake-hozqet img {
    min-height: 100%;
  }
}

.stake-s22xn4::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.stake-yv1h54 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.stake-yv1h54 h1,
.stake-yv1h54 h2,
.stake-yv1h54 h3,
.stake-yv1h54 h4 {
  margin-bottom: 6px;
}

.stake-yv1h54 h1:not(:first-child),
.stake-yv1h54 h2:not(:first-child),
.stake-yv1h54 h3:not(:first-child),
.stake-yv1h54 h4:not(:first-child) {
  margin-top: 16px;
}

.stake-yv1h54 h1,
.stake-yv1h54 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .stake-yv1h54 h1,
  .stake-yv1h54 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.stake-yv1h54 h2,
.stake-yv1h54 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .stake-yv1h54 h2,
  .stake-yv1h54 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.stake-yv1h54 h3,
.stake-yv1h54 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .stake-yv1h54 h3,
  .stake-yv1h54 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.stake-yv1h54 h4,
.stake-yv1h54 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.stake-yv1h54 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.stake-yv1h54 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.stake-yv1h54 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-yv1h54 ul ul {
  margin-bottom: 8px;
}

.stake-yv1h54 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.stake-yv1h54 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.stake-yv1h54 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.stake-yv1h54 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.stake-yv1h54 ol li::marker {
  font-weight: 700;
}

.stake-yv1h54 ol ol {
  margin-bottom: 8px;
}

.stake-yv1h54 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.stake-yv1h54 ol ul li {
  padding-left: 16px;
}

.stake-yv1h54 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-yv1h54 table {
    padding: 24px;
  }
}

.stake-yv1h54 table.stake-3042b6 {
  -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-5q85ij,
    mask-image 0.3s;
}

.stake-yv1h54 table.stake-3042b6.stake-p39bfz {
  -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-yv1h54 table {
    display: table;
  }
}

.stake-yv1h54 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-yv1h54 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.stake-yv1h54 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.stake-yv1h54 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-yv1h54 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.stake-yv1h54 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.stake-yv1h54 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.stake-yv1h54 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.stake-yv1h54 img {
  max-width: 100%;
  height: auto;
}

.stake-1m40hq {
  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-1m40hq {
    padding: 24px;
  }
}

.stake-hax24u {
  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-hax24u {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.stake-hax24u > * {
  margin: 0 !important;
}

.stake-hax24u img,
.stake-4imyf9 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .stake-hax24u img,
  .stake-4imyf9 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.stake-fb6w5u {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .stake-fb6w5u {
    width: 32px;
    height: 32px;
  }
}

.stake-jtliej {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.stake-jtliej .stake-td1w16 {
  flex-shrink: 0;
}

.stake-jtliej .stake-38gp3y svg {
  display: none;
}

.stake-kqh683 {
  display: grid;
  transition: max-height 0.stake-5q85ij ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .stake-kqh683 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .stake-kqh683 {
    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-kqh683.stake-mi3xj4 + .stake-td1w16 svg {
  transform: rotate(180deg);
}

.stake-kggvqw {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.stake-kggvqw > div:nth-child(3n) {
  grid-column: span 2;
}

.stake-kggvqw
  > div:nth-child(3n)
  .stake-htpdx9
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .stake-kggvqw {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .stake-kggvqw > div:nth-child(3n) {
    grid-column: unset;
  }

  .stake-kggvqw
    > div:nth-child(3n)
    .stake-htpdx9
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .stake-kggvqw {
    max-width: 270px;
  }
}

.stake-kggvqw .stake-htpdx9 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .stake-kggvqw .stake-htpdx9 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .stake-kggvqw .stake-htpdx9 button {
    max-width: 104px;
  }
}

.stake-biwxia {
  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-biwxia {
    margin-bottom: 0;
  }
}

.stake-z682mu {
  display: none;
  opacity: 0;
}

.stake-evzryt {
  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-evzryt img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.stake-htpdx9 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.stake-htpdx9 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-htpdx9
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .stake-htpdx9
    button {
    max-width: 145px;
  }
}

.stake-h8tc2r:first-child
  .stake-htpdx9
  button {
  max-width: 270px;
}

.stake-akrkj9 {
  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-biwxia picture {
  width: 100%;
  max-width: 100%;
}

.stake-prwc92 {
  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-prwc92 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.stake-biwxia:hover .stake-prwc92 {
  display: flex;
}

.stake-bemhzh {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.stake-9vqg9u {
  display: flex;
}

.stake-9vqg9u:hover .stake-ku83bs,
.stake-9vqg9u .stake-v3yu82 .stake-ku83bs {
  display: flex;
}

.stake-9vqg9u svg {
  flex-shrink: 0;
}

.stake-ku83bs {
  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-ku83bs {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.stake-ku83bs:hover {
  display: flex;
}

.stake-ku83bs svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.stake-y0b1ty {
  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-y0b1ty {
    font-size: 12px;
  }
}

.stake-w34kze,
.stake-31bj73 {
  width: 50%;
  flex-shrink: 0;
}

.stake-w34kze {
  font-weight: 700;
}

.stake-qgt07c .stake-kqh683 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .stake-qgt07c .stake-kqh683 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .stake-qgt07c .stake-kqh683 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.stake-qgt07c
  .stake-akrkj9:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.stake-qgt07c .stake-evzryt {
  height: 100% !important;
  border-radius: 16px;
}

.stake-qgt07c .stake-htpdx9 {
  gap: 4px;
  align-items: center;
}

.stake-qgt07c .stake-htpdx9 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.stake-qgt07c .stake-htpdx9 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.stake-qgt07c .stake-liyymv,
.stake-qgt07c .stake-lzxbxb {
  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-6j3z59.org/2000/svg'%3E%3Cpath d='M9.stake-3yks88 4.stake-jskzt9.stake-8dq9dp 5.stake-hdztsm.stake-gqjsb8 5.stake-w2xoqa.stake-cawgvk 5.stake-w6uvfj.stake-fg7g3w 8.stake-cgbivw.stake-kpwm8p 9.stake-3olle0.stake-avxhg5 9.stake-usotwv.stake-cezcq6 13.stake-pnj772.stake-fdg0w0 11.stake-2whfaf.stake-0agds1 11.stake-t7cok7.stake-b8nl74 11.stake-t11ftq.stake-kj2uy2 13.stake-eskmpw.stake-fhn68p 9.stake-p4yp5i.stake-efe1r4 9.stake-9g919t.stake-nyepbh 8.stake-i44ybw.stake-1c7xpn 5.stake-siks12.stake-inl0xg 5.stake-7san7l.stake-daqc5s 5.stake-d2r0r1.stake-ebervc 4.stake-w6xi0j.stake-0agds1 1.stake-y0rh5q.stake-3yks88 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.stake-qgt07c .stake-liyymv {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.stake-qgt07c .stake-lzxbxb {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.stake-m4p2b3 {
  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-m4p2b3 {
    padding: 24px;
  }
}

.stake-m4p2b3 .stake-td1w16 {
  display: flex;
}

@media (min-width: 768px) {
  .stake-m4p2b3 .stake-td1w16 {
    display: none;
  }
}

.stake-m4p2b3 .stake-38gp3y svg {
  display: none;
}

.stake-tnb820 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.stake-tnb820 .stake-ukazhq {
  display: none;
}

@media (min-width: 768px) {
  .stake-tnb820 .stake-ukazhq {
    display: flex;
  }
}

.stake-6jv68x {
  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-6jv68x {
    font-size: 40px;
    line-height: 48px;
  }
}

.stake-6jv68x > * {
  margin: 0 !important;
}

.stake-6jv68x img,
.stake-50bitk {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .stake-6jv68x img,
  .stake-50bitk {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.stake-dvjcbq {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .stake-dvjcbq {
    width: 32px;
    height: 32px;
  }
}

.stake-cjlams {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .stake-cjlams {
    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-cjlams::-webkit-scrollbar {
    display: none;
  }
}

.stake-0ozj45 {
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 7px;
}

@media (min-width: 768px) {
  .stake-0ozj45 {
    padding: 7px 15px;
  }
}

.stake-0ozj45:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.stake-yf9e73 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .stake-yf9e73 {
    display: flex;
    opacity: 1;
  }
}

.stake-0ozj45 picture {
  height: 100%;
  display: block;
}

.stake-0ozj45 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .stake-0ozj45 img {
    width: 88px;
    height: 44px;
  }
}

.stake-0ozj45 p {
  text-align: center;
  width: 100%;
}

.stake-beh3ir {
  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-beh3ir {
    font-size: 40px;
    line-height: 48px;
  }
}

.stake-beh3ir img,
.stake-bpkwun {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .stake-beh3ir img,
  .stake-bpkwun {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.stake-nc56dl {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .stake-nc56dl {
    width: 32px;
    height: 32px;
  }
}

.stake-84exe5 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.stake-w4hqtv {
  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-amp5yo {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.stake-amp5yo.stake-v3yu82 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.stake-ouwsd1 {
  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-ouwsd1 {
    font-size: 20px;
    line-height: 28px;
  }
}

.stake-64ism3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.stake-zttk1p {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.stake-5q85ij ease;
  opacity: 0;
  color: var(--text-color);
}

.stake-q1gtt2 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.stake-q1gtt2 ol,
.stake-q1gtt2 ul {
  padding-left: 1.3em;
}

.stake-amp5yo.stake-v3yu82 .stake-zttk1p {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.stake-amp5yo.stake-v3yu82 .stake-64ism3 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.stake-2zl56v {
  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-2zl56v {
    padding: 24px;
  }
}

.stake-2zl56v .stake-td1w16 {
  display: flex;
}

@media (min-width: 768px) {
  .stake-2zl56v .stake-td1w16 {
    display: none;
  }
}

.stake-2zl56v .stake-38gp3y svg {
  display: none;
}

.stake-fayyn3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stake-fayyn3 .stake-ukazhq {
  display: none;
}

@media (min-width: 768px) {
  .stake-fayyn3 .stake-ukazhq {
    display: flex;
  }
}

.stake-wgdgki {
  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-wgdgki {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.stake-wgdgki > * {
  margin: 0 !important;
}

.stake-wgdgki img,
.stake-q7dl6w {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .stake-wgdgki img,
  .stake-q7dl6w {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.stake-su02ql {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .stake-su02ql {
    width: 32px;
    height: 32px;
  }
}

.stake-7rrdoj {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .stake-7rrdoj {
    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-7rrdoj::-webkit-scrollbar {
    display: none;
  }
}

.stake-7834iq {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.stake-7834iq:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.stake-ufzgdx {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .stake-ufzgdx {
    display: flex;
    opacity: 1;
  }
}

.stake-7834iq picture {
  width: auto;
  height: 100%;
  display: block;
}

.stake-7834iq picture img {
  display: block;
  width: auto;
  height: 100%;
}

.stake-n1t5dv {
  margin: -24px 0;
}

.stake-n1t5dv:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .stake-n1t5dv {
    margin: -16px 0;
  }
}

.stake-kfnt8v {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .stake-kfnt8v {
    flex-direction: row;
  }
}

.stake-3ctpcs {
  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-3ctpcs {
    flex: 1;
  }
}

.stake-3ctpcs::placeholder {
  color: var(--Text-400);
}

.stake-ev51k6 {
  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-d8uaaf {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.stake-d8uaaf::-webkit-scrollbar {
  display: none;
}

.stake-nyax27 {
  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-nyax27 img,
.stake-nyax27 svg {
  margin-right: 8px;
}

.stake-s5gyqp {
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.stake-n1t5dv + .stake-pf2myz {
  margin-top: 0;
}

@media (min-width: 768px) {
  .stake-n1t5dv + .stake-pf2myz {
    margin-top: -16px;
  }
}

.stake-byhito {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--fh-bg-color);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.stake-byhito > * {
  padding: 12px;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.stake-byhito > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.stake-ngihun {
  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-ndi1ie {
  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-lfo5ox {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.stake-7smw7y {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.stake-jbj67j {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.stake-ngihun 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-ngihun 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-ngihun {
    padding: 39px 179px 39px 39px;
  }

  .stake-ndi1ie {
    font-size: 40px;
    line-height: 48px;
  }

  .stake-jbj67j {
    height: 348px;
  }

  .stake-ngihun button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .stake-ngihun button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .stake-ngihun {
    padding: 63px;
  }
}

.stake-ty8bf8 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .stake-ty8bf8 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.stake-99buic {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .stake-99buic {
    width: auto;
  }
}

.stake-vnolsq {
  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-vnolsq::-webkit-scrollbar {
  display: none;
}

.stake-vnolsq 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-vnolsq a:hover {
  background-color: var(--button-bg-hover);
  color: var(--button-text-color);
}

@media (min-width: 768px) {
  .stake-vnolsq {
    margin-left: 16px;
    margin-top: 0;
  }
}

.stake-ty8bf8 .stake-8vaez9 {
  -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-5q85ij,
    mask-image 0.3s;
}

.stake-ty8bf8 .stake-8vaez9.stake-p39bfz {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.stake-519zpk {
  margin: 40px -16px;
}

.stake-9vrtii + .stake-91qehg,
.stake-9vrtii + .stake-o0w5iw {
  margin-top: 24px;
}

.stake-g0wf35 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.stake-g0wf35 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.stake-xrbxfu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .stake-xrbxfu {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .stake-xrbxfu {
    margin-top: 0;
  }
}

.stake-zwymno {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .stake-zwymno {
    font-size: 24px;
    line-height: 32px;
  }
}

.stake-vmrxyv {
  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-vmrxyv {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.stake-b7bzmj {
  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-b7bzmj {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.stake-3zkee8 {
  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-3zkee8 {
    font-size: 20px;
    line-height: 28px;
  }
}

.stake-cvpz8p {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .stake-cvpz8p {
    font-size: 32px;
    line-height: 40px;
  }
}

.stake-21polt {
  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-l36897 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.stake-l36897 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.stake-pf2myz {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.stake-xi7889 {
  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-xi7889 {
    padding: 15px 48px;
  }
}

main > .stake-pf2myz {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .stake-kqh683.stake-ti8hcf > div:nth-child(n + 5) {
    display: none;
  }
}

.stake-yv1h54 p a img {
  display: block;
  margin: 0 auto;
}

.stake-bpv0b0 {
  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-fxbb97 {
  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-fxbb97 label {
  font-size: 14px;
}

.stake-fxbb97 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.stake-fxbb97 input,
.stake-fxbb97 textarea,
.stake-fxbb97 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-fxbb97 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.stake-22qocc ease;
}
.stake-fxbb97 button:hover {
  background-color: var(--button-bg-hover);
}
.stake-fnuvqc {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.stake-ai9hg9 ease-in;
}

.stake-fnuvqc h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.stake-s22xn4::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-6idm2v, .stake-bzpqhl, [class*="review-card"],
thead, thead th, table th, .stake-rg35nq,
.stake-wgrtx0, [class*="collapsible-header"],
.stake-m85zkm, [class*="updated-block"] {
  color: #ece7dc !important;
}
