* {
  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-qgyubk {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .stake-qgyubk {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .stake-qgyubk {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.stake-1xqpfd {
  overflow: hidden;
}

.stake-p7ldpf img {
  background: var(--Neutral-300);
}

.stake-4gcknr {
  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-ynwmee {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.stake-ynwmee:hover {
  background: var(--button-bg-hover);
}

.stake-dhqggj {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.stake-dhqggj:hover {
  background: var(--button-bg-hover);
}

.stake-lq46sr {
  font-size: 12px;
  line-height: 18px;
}

.stake-rep8dw {
  font-size: 18px;
  line-height: 26px;
}

.stake-5ejon5 {
  width: 100%;
}

.stake-6axywh {
  padding: 6px 16px;
}

.stake-axcoi8 {
  padding: 10px 16px;
}

.stake-02est3 {
  padding: 15px 26px;
}

.stake-wmlton {
  flex-shrink: 0;
}

.stake-w6c4e1 {
  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-b8q46y {
  display: none;
}

.stake-px9y9c {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.stake-2uuk6u {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.stake-032mfc {
  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-f1a43r {
  cursor: grab;
}

.stake-032mfc::-webkit-scrollbar {
  display: none;
}

.stake-rk4f59 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.stake-nl203l {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.stake-sda1kg {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.stake-dqs8nh {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.stake-q2dqo7 {
  visibility: visible;
}

.stake-jbs3i7 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.stake-zfeyvc ease;
}

.stake-igoeyu {
  background-color: var(--Primary-200);
  width: 16px;
}

.stake-2qd5dv {
  -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-zfeyvc,
    mask-image 0.3s;
}

.stake-2qd5dv.stake-zgjw9y {
  -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-dx4rqq: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-3fh5sl {
  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-hzq6s2.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-hzq6s2.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-z9hncl {
  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-z9hncl::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-h3bsyo {
  position: relative;
  z-index: 1;
}

.stake-8krjha {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.stake-cmdn01 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.stake-i89mnv {
  font-size: 40px;
  line-height: 48px;
}

.stake-ha9kid {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.stake-8bv92q {
  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-8bv92q:hover {
  background: var(--Primary-400);
}

.stake-8bv92q svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.stake-dx4rqq 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-z9hncl {
    max-width: 600px;
    padding: 64px;
  }

  .stake-8krjha {
    font-size: 24px;
    line-height: 32px;
  }

  .stake-cmdn01 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .stake-i89mnv {
    font-size: 50px;
    line-height: 56px;
  }

  .stake-ha9kid {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .stake-3fh5sl {
    top: 25px;
    right: 25px;
  }
}

.stake-32l3wv,
.stake-hx54ab {
  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-i4qaj2.stake-xfmy5g::before,
.stake-hx54ab::before,
.stake-a2wehx::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-hzq6s2.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.stake-56yq43 14.stake-pirmpm.stake-tbj8cs 14.stake-tcp459 15.stake-u2p6za 14.stake-bflm43 15.stake-vh0gfe 14.stake-j7ih7j.stake-yz3hzu 14.stake-cz7qdj 19.stake-eoq7te 12.stake-7tgyfq 19.stake-eoq7te 10.stake-hpy8jc.stake-eoq7te 8.stake-qzdka4 17.stake-wd12o6 7.stake-b7at85 15.stake-3egxll 7.stake-jimuu1.stake-4zcmp8 7.stake-b7at85 11.stake-vafx8u 8.stake-qzdka4 11.stake-vafx8u 10.stake-qidohu.stake-vafx8u 12.stake-m5lthe 13.stake-j0slb9 14.stake-kyxjtf 15.stake-r7zamp 14.stake-5hlm4m.stake-uaerit 14.stake-266ma6 15.stake-x7t0om 14.stake-0adkje 15.stake-igmlez 14.stake-2jkjd6.stake-56yq43 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.stake-xwobdd 15.stake-9ayly5.stake-mw0xwz 15.stake-bqlxa2 15.stake-t4h5u4 15.stake-cgih2n 15.stake-mpvdyd 15.stake-3vgb4t.stake-6y9cbj 15.stake-cgih2n 15.stake-5jkjq8 15.stake-ty8wuv 15.stake-tjajpt 15.stake-8qey5e.stake-5z8wl0 15.stake-v91cjv 7.stake-v1j4a7 18.stake-jr1rge 7.stake-ihoft1 23.stake-kyeb8t.stake-zqcfgv.stake-4igsqn 18.stake-eet3p8 19.stake-oq8l9p 15.stake-5cdksg 15.stake-xwobdd 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.stake-bj4au7 [type="submit"] *,
.stake-xi8rvc button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(#chatbot-window[aria-hidden="false"]) .stake-uaawai {
    display: none;
  }
}

.stake-2y0d9a {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--text-color);
}

body:has(header nav.open) .stake-2y0d9a {
  display: none;
}

@media (min-width: 768px) {
  .stake-2y0d9a {
    bottom: 22px;
  }
}

.stake-2y0d9a input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .stake-2y0d9a {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.stake-tk5k1r.static) .stake-2y0d9a {
    bottom: 8px;
  }
}

.stake-6wl4aa {
  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-6wl4aa {
    display: none;
  }
}

.stake-iy2p4w {
  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-iy2p4w {
    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-xi8rvc {
  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-xi8rvc {
    padding: 14px 16px;
  }
}

.stake-xi8rvc button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--text-color);
}

.stake-xi8rvc button:first-child {
  align-content: end;
}

.stake-xi8rvc button:first-of-type {
  display: none;
}

#pc61d126-chatbot[data-active-screen="2"]
  .stake-xi8rvc
  button:first-of-type,
#pc61d126-chatbot[data-active-screen="3"]
  .stake-xi8rvc
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.stake-xi8rvc button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.stake-xi8rvc button:last-child svg {
  width: 38px;
  height: 38px;
}

.stake-a2wehx {
  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-a2wehx,
#pc61d126-chatbot[data-active-screen="3"]
  .stake-a2wehx {
  opacity: 1;
  visibility: visible;
}

.stake-g9edv5 {
  flex: 1 1;
}

.stake-7arl3k {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .stake-7arl3k {
    padding: 24px;
  }
}

#pc61d126-chatbot[data-active-screen="1"] .stake-veyau2 {
  display: block;
}

.stake-io5t0w {
  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-io5t0w {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.stake-hx54ab {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.stake-hx54ab::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.stake-vcrkgb span {
  color: var(--text-color);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.stake-vcrkgb p {
  color: var(--text-color);
}

.stake-hx54ab .stake-co94gj {
  grid-area: button;
}

.stake-hx54ab .stake-co94gj::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-hzq6s2.org/2000/svg'%3E%3Cpath d='M4.stake-pudpcl 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.stake-6kje9p 15L16.stake-6kje9p 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.stake-6kje9p 5L16.stake-6kje9p 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

#pc61d126-chatbot[data-active-screen="2"] .stake-dk3fvc {
  display: block;
}

.stake-vhvzud {
  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-vhvzud {
    margin-top: 40px;
  }
}

.stake-32l3wv label,
.stake-32l3wv input {
  display: block;
  width: 100%;
}

.stake-32l3wv label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.stake-32l3wv label.stake-xrrayy input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.stake-32l3wv label.stake-xrrayy::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-32l3wv 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-32l3wv input::placeholder {
  color: var(--Text-400);
}

.stake-ml8uiq {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

#pc61d126-chatbot[data-active-screen="3"] .stake-ml8uiq {
  display: flex;
}

.stake-ml8uiq ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .stake-ml8uiq ol {
    height: 420px;
    padding: 24px;
  }
}

.stake-ml8uiq ol a {
  cursor: pointer;
  color: var(--text-color);
}

.stake-bj4au7 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .stake-bj4au7 {
    padding: 0 24px 24px;
  }
}

.stake-bj4au7 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-bj4au7 input::placeholder {
  color: var(--text-color);
}

.stake-bj4au7 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.stake-bj4au7 [type="submit"]:disabled {
  opacity: 0.5;
}

.stake-bj4au7 [type="submit"] svg {
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  .stake-bj4au7 [type="submit"] {
    right: 40px;
  }
}

.stake-i4qaj2 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.stake-i4qaj2.stake-xfmy5g {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.stake-i4qaj2.stake-xfmy5g p {
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color, rgba(43, 43, 43, 0.6));
}

.stake-i4qaj2.stake-mhmmss 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-i4qaj2 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.stake-2y0d9a .stake-co94gj {
  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-uaawai {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .stake-uaawai {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .stake-uaawai {
    padding: 18px 0;
  }
}

.stake-uaawai .stake-qgyubk {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .stake-uaawai .stake-qgyubk {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.stake-o0vbyg {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .stake-o0vbyg {
    max-width: 160px;
    height: 40px;
  }
}

.stake-o0vbyg picture,
.stake-o0vbyg img {
  display: block;
  width: 100%;
  height: 100%;
}

.stake-o0vbyg img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .stake-lz9wsa {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.stake-zfeyvc ease;
    transform: translateX(100%);
    background: var(--fh-bg-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .stake-uaawai.stake-tl3mb0 .stake-lz9wsa {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .stake-lz9wsa {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .stake-lz9wsa {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.stake-b5hhwk,
.stake-hftrq4 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .stake-b5hhwk,
  .stake-hftrq4 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .stake-hftrq4 {
    display: none;
  }
}

.stake-rnxsnj {
  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-tl3mb0 .stake-rnxsnj {
  background: var(--fh-bg-color);
}

.stake-rnxsnj button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .stake-rnxsnj {
    display: none;
  }
}

.stake-t4glz8 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .stake-t4glz8 {
    display: none;
  }
}

.stake-9nh2es {
  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-uaawai.stake-tl3mb0 .stake-9nh2es:first-child {
  display: none;
}

.stake-uaawai.stake-tl3mb0 .stake-9nh2es:last-child {
  display: block;
}

.stake-9nh2es:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .stake-9nh2es {
    display: none;
  }
}

.stake-b3k3tz {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .stake-b3k3tz {
    display: flex;
  }
}

.stake-b3k3tz ul {
  max-height: 350px;
  overflow-y: auto;
}

.stake-b3k3tz:hover ul {
  visibility: visible;
  opacity: 1;
}

.stake-b3k3tz:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.stake-b3k3tz:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.stake-b3k3tz:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.stake-b3k3tz:hover .stake-rodmhe svg {
  transform: rotate(180deg);
}

.stake-5q106s {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
  align-items: center;
}

.stake-5q106s span {
  margin-left: 5px;
}

.stake-5upyme {
  padding: 0 8px;
}

.stake-8qxl2t {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.stake-8qxl2t:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .stake-8qxl2t {
    padding: 4px 8px;
  }
}

.stake-x41qhn {
  display: flex;
}

.stake-x41qhn img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.stake-rodmhe {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.stake-rodmhe svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.stake-bklfeh {
  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-bklfeh {
    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-42gw9s {
  width: 100%;
}

@media (min-width: 1200px) {
  .stake-42gw9s {
    display: none;
  }
}

.stake-pnfm9e {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.stake-fnle6c {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.stake-1om4d7 {
  display: flex;
}

.stake-sxiyre {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.stake-j5oybo {
  list-style: none;
}

@media (max-width: 1199px) {
  .stake-j5oybo {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .stake-j5oybo {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .stake-j5oybo .stake-l05gov [data-ref-el],
  .stake-j5oybo .stake-l05gov span,
  .stake-j5oybo .stake-l05gov a {
    white-space: nowrap;
  }
}

.stake-hefoys {
  width: 100%;
  transition: 0.3s;
  color: var(--text-color);
  position: relative;
}

@media (max-width: 1199px) {
  .stake-hefoys.stake-70oi56 > .stake-l05gov {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .stake-hefoys.stake-xfzqj8:hover > #sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .stake-hefoys.stake-70oi56 > .stake-xlc98t {
    height: auto;
  }

  .stake-hefoys.stake-70oi56 > div > .stake-d4y9gb {
    transform: rotate(180deg);
  }

  #sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

.stake-hefoys [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.stake-hefoys [data-ref-el],
.stake-hefoys span {
  cursor: pointer;
}

.stake-hefoys [data-ref-el],
.stake-hefoys span,
.stake-hefoys 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-hefoys [data-ref-el],
  .stake-hefoys span,
  .stake-hefoys a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .stake-hefoys [data-ref-el],
  .stake-hefoys span,
  .stake-hefoys a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.stake-xlc98t {
  height: 0;
  overflow: hidden;
  transition: height 0.stake-zfeyvc ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.stake-xlc98t::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.stake-xlc98t::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.stake-xlc98t::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .stake-xlc98t {
    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-xlc98t:has(> .stake-hefoys.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .stake-xlc98t .stake-xlc98t {
    padding: 0;
  }

  .stake-xlc98t .stake-hefoys {
    font-weight: 400;
  }

  .stake-xlc98t .stake-hefoys:hover > .stake-l05gov {
    background: var(--Neutral-300);
  }

  .stake-xlc98t .stake-d4y9gb {
    rotate: -90deg;
  }
}

.stake-l05gov {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .stake-l05gov {
    padding: 8px;
  }

  .stake-hefoys.stake-7v2xwk > .stake-l05gov {
    background: var(--Neutral-300);
  }
}

.stake-xlc98t .stake-hefoys:hover {
  background: var(--button-bg-hover);
}

.stake-d4y9gb {
  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-hzq6s2.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.stake-8c9b5y 0.stake-mvopk4.stake-zth95d -0.stake-smydw7 0.stake-oll3eo -0.stake-smydw7 1.stake-g3bk87 0.stake-9yb12f.stake-k1zrl5 4.stake-vfs2ql.stake-8c9b5y 0.stake-zq1kkn.stake-runis1 -0.stake-smydw7 9.stake-7rw9jl -0.stake-smydw7 10.stake-laq27z 0.stake-yrsc1h.stake-oqjy2n 0.stake-zth95d 10.stake-oqjy2n 0.stake-oll3eo 10.stake-laq27z 1.stake-z2fcue.stake-3uy2x3 5.stake-wdktyn.stake-j0ws1q 6.stake-fo9wfe 5.stake-hvxw6o 6.stake-fo9wfe 4.stake-x8cax9 5.stake-yav6bb.stake-8c9b5y 1.stake-ziyfgp.stake-smydw7 0.stake-oll3eo -0.stake-smydw7 0.stake-zth95d 0.stake-8c9b5y 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.stake-zfeyvc ease;
  background-color: var(--text-color);
}

@media (min-width: 1200px) {
  .stake-d4y9gb {
    cursor: default;
  }
}

.stake-u7mpe2 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.stake-lkw52z {
  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-lkw52z {
    padding: 40px 4px;
  }
}

.stake-nf48s5 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .stake-nf48s5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.stake-50s9hb {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .stake-50s9hb {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.stake-50s9hb ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.stake-50s9hb [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.stake-50s9hb [data-ref-el],
.stake-50s9hb span,
.stake-50s9hb a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.stake-y94a1z {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .stake-y94a1z {
    margin-bottom: 12px;
  }
}

.stake-kft3hq {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.stake-kft3hq img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .stake-kft3hq:last-child {
    margin-right: 0;
  }
}

.stake-gm3b2b {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.stake-y94a1z:hover .stake-zikbqh {
  visibility: visible;
  opacity: 1;
}

.stake-zikbqh {
  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-9yn7su {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.stake-43skyr {
  display: flex;
  margin: 6px;
}

.stake-43skyr img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.stake-zikbqh::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-zikbqh::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-0aoqxe {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .stake-0aoqxe {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.stake-ucylsz {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .stake-ucylsz {
    margin-right: 32px;
  }
}

.stake-qiilq5 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .stake-qiilq5 {
    margin-top: 0;
    width: 340px;
  }
}

.stake-qiilq5 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.stake-1rfk6s {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.stake-e7s7gt {
  position: relative;
}

@media (min-width: 768px) {
  .stake-e7s7gt {
    margin-top: 40px;
  }
}

.stake-e7s7gt + .stake-jcqudd,
.stake-e7s7gt + .stake-e7s7gt {
  margin-top: 24px;
}

.stake-8cr21r {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .stake-8cr21r {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .stake-8cr21r {
    padding: 80px;
  }
}

.stake-huuhxx {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .stake-huuhxx {
    padding: 0 16px;
  }
}

.stake-voey4x {
  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-voey4x {
    font-size: 48px;
    line-height: 56px;
  }
}

.stake-ri1qf7 {
  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-ri1qf7 {
    font-size: 24px;
    line-height: 32px;
  }
}

.stake-3b608b {
  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-3b608b:hover {
  background: var(--button-bg-hover);
}

.stake-36wnev {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.stake-36wnev img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .stake-36wnev img {
    min-height: initial;
  }
}

@media (max-width: 563px) {
  .stake-36wnev img {
    min-height: 100%;
  }
}

.stake-8cr21r::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.stake-1j09dl {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.stake-1j09dl h1,
.stake-1j09dl h2,
.stake-1j09dl h3,
.stake-1j09dl h4 {
  margin-bottom: 6px;
}

.stake-1j09dl h1:not(:first-child),
.stake-1j09dl h2:not(:first-child),
.stake-1j09dl h3:not(:first-child),
.stake-1j09dl h4:not(:first-child) {
  margin-top: 16px;
}

.stake-1j09dl h1,
.stake-1j09dl h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .stake-1j09dl h1,
  .stake-1j09dl h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.stake-1j09dl h2,
.stake-1j09dl h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .stake-1j09dl h2,
  .stake-1j09dl h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.stake-1j09dl h3,
.stake-1j09dl h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .stake-1j09dl h3,
  .stake-1j09dl h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.stake-1j09dl h4,
.stake-1j09dl h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.stake-1j09dl ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.stake-1j09dl ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.stake-1j09dl 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-1j09dl ul ul {
  margin-bottom: 8px;
}

.stake-1j09dl ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.stake-1j09dl ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.stake-1j09dl ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.stake-1j09dl ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.stake-1j09dl ol li::marker {
  font-weight: 700;
}

.stake-1j09dl ol ol {
  margin-bottom: 8px;
}

.stake-1j09dl ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.stake-1j09dl ol ul li {
  padding-left: 16px;
}

.stake-1j09dl 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-1j09dl table {
    padding: 24px;
  }
}

.stake-1j09dl table.stake-9bzxw6 {
  -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-zfeyvc,
    mask-image 0.3s;
}

.stake-1j09dl table.stake-9bzxw6.stake-zgjw9y {
  -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-1j09dl table {
    display: table;
  }
}

.stake-1j09dl 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-1j09dl table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.stake-1j09dl table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.stake-1j09dl 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-1j09dl table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.stake-1j09dl table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.stake-1j09dl table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.stake-1j09dl table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.stake-1j09dl img {
  max-width: 100%;
  height: auto;
}

.stake-m7596q {
  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-m7596q {
    padding: 24px;
  }
}

.stake-ci3bxw {
  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-ci3bxw {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.stake-ci3bxw > * {
  margin: 0 !important;
}

.stake-ci3bxw img,
.stake-n76fho {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .stake-ci3bxw img,
  .stake-n76fho {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.stake-k0auke {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .stake-k0auke {
    width: 32px;
    height: 32px;
  }
}

.stake-voe9pi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.stake-voe9pi .stake-9viugy {
  flex-shrink: 0;
}

.stake-voe9pi .stake-qvbvhn svg {
  display: none;
}

.stake-cyq97l {
  display: grid;
  transition: max-height 0.stake-zfeyvc ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .stake-cyq97l {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .stake-cyq97l {
    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-cyq97l.stake-pyposz + .stake-9viugy svg {
  transform: rotate(180deg);
}

.stake-6dn3pg {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.stake-6dn3pg > div:nth-child(3n) {
  grid-column: span 2;
}

.stake-6dn3pg
  > div:nth-child(3n)
  .stake-k5gpe3
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .stake-6dn3pg {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .stake-6dn3pg > div:nth-child(3n) {
    grid-column: unset;
  }

  .stake-6dn3pg
    > div:nth-child(3n)
    .stake-k5gpe3
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .stake-6dn3pg {
    max-width: 270px;
  }
}

.stake-6dn3pg .stake-k5gpe3 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .stake-6dn3pg .stake-k5gpe3 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .stake-6dn3pg .stake-k5gpe3 button {
    max-width: 104px;
  }
}

.stake-r6i7v3 {
  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-r6i7v3 {
    margin-bottom: 0;
  }
}

.stake-z8w6gq {
  display: none;
  opacity: 0;
}

.stake-50w0hf {
  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-50w0hf img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.stake-k5gpe3 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.stake-k5gpe3 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-k5gpe3
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .stake-k5gpe3
    button {
    max-width: 145px;
  }
}

.stake-wm8fg5:first-child
  .stake-k5gpe3
  button {
  max-width: 270px;
}

.stake-qxiu7k {
  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-r6i7v3 picture {
  width: 100%;
  max-width: 100%;
}

.stake-diwz4w {
  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-diwz4w svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.stake-r6i7v3:hover .stake-diwz4w {
  display: flex;
}

.stake-cgof3m {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.stake-rvehso {
  display: flex;
}

.stake-rvehso:hover .stake-u1jckm,
.stake-rvehso .stake-7v2xwk .stake-u1jckm {
  display: flex;
}

.stake-rvehso svg {
  flex-shrink: 0;
}

.stake-u1jckm {
  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-u1jckm {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.stake-u1jckm:hover {
  display: flex;
}

.stake-u1jckm svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.stake-q2bppk {
  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-q2bppk {
    font-size: 12px;
  }
}

.stake-a71qjx,
.stake-8s8dep {
  width: 50%;
  flex-shrink: 0;
}

.stake-a71qjx {
  font-weight: 700;
}

.stake-yqg2ii .stake-cyq97l {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .stake-yqg2ii .stake-cyq97l {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .stake-yqg2ii .stake-cyq97l {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.stake-yqg2ii
  .stake-qxiu7k:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.stake-yqg2ii .stake-50w0hf {
  height: 100% !important;
  border-radius: 16px;
}

.stake-yqg2ii .stake-k5gpe3 {
  gap: 4px;
  align-items: center;
}

.stake-yqg2ii .stake-k5gpe3 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.stake-yqg2ii .stake-k5gpe3 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.stake-yqg2ii .stake-9ulofz,
.stake-yqg2ii .stake-bhakp5 {
  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-hzq6s2.org/2000/svg'%3E%3Cpath d='M9.stake-3ubq05 4.stake-j6b6zy.stake-vuppvg 5.stake-scs3ty.stake-zxm3xj 5.stake-vbpbsd.stake-1ktzpl 5.stake-72odhx.stake-rirxhc 8.stake-m38tbe.stake-n5g09j 9.stake-ozvrw2.stake-in8o33 9.stake-c2lvr5.stake-p3mjqe 13.stake-6m7nk4.stake-nyz32s 11.stake-sb3vin.stake-tffdqf 11.stake-im7rlf.stake-ytmyek 11.stake-34qtoj.stake-jwymvz 13.stake-x0g82w.stake-dg3dno 9.stake-gll2gk.stake-lxuf8t 9.stake-br20ws.stake-1h6ohv 8.stake-r5lghy.stake-mf9ta2 5.stake-5imetr.stake-1fsxgn 5.stake-3wa5hw.stake-k8gsjk 5.stake-x7yggi.stake-1xmhuw 4.stake-lnzyn5.stake-tffdqf 1.stake-2h3zcz.stake-3ubq05 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.stake-yqg2ii .stake-9ulofz {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.stake-yqg2ii .stake-bhakp5 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.stake-b4dkqx {
  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-b4dkqx {
    padding: 24px;
  }
}

.stake-b4dkqx .stake-9viugy {
  display: flex;
}

@media (min-width: 768px) {
  .stake-b4dkqx .stake-9viugy {
    display: none;
  }
}

.stake-b4dkqx .stake-qvbvhn svg {
  display: none;
}

.stake-9m5a7b {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.stake-9m5a7b .stake-4gcknr {
  display: none;
}

@media (min-width: 768px) {
  .stake-9m5a7b .stake-4gcknr {
    display: flex;
  }
}

.stake-i8v9gz {
  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-i8v9gz {
    font-size: 40px;
    line-height: 48px;
  }
}

.stake-i8v9gz > * {
  margin: 0 !important;
}

.stake-i8v9gz img,
.stake-o7kltz {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .stake-i8v9gz img,
  .stake-o7kltz {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.stake-ewox2e {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .stake-ewox2e {
    width: 32px;
    height: 32px;
  }
}

.stake-tfad09 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .stake-tfad09 {
    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-tfad09::-webkit-scrollbar {
    display: none;
  }
}

.stake-allmzl {
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 7px;
}

@media (min-width: 768px) {
  .stake-allmzl {
    padding: 7px 15px;
  }
}

.stake-allmzl:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.stake-bx0zo1 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .stake-bx0zo1 {
    display: flex;
    opacity: 1;
  }
}

.stake-allmzl picture {
  height: 100%;
  display: block;
}

.stake-allmzl img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .stake-allmzl img {
    width: 88px;
    height: 44px;
  }
}

.stake-allmzl p {
  text-align: center;
  width: 100%;
}

.stake-b3tqif {
  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-b3tqif {
    font-size: 40px;
    line-height: 48px;
  }
}

.stake-b3tqif img,
.stake-4za31d {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .stake-b3tqif img,
  .stake-4za31d {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.stake-o0wi8b {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .stake-o0wi8b {
    width: 32px;
    height: 32px;
  }
}

.stake-4rt2gt {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.stake-4hoj0i {
  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-iznrmt {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.stake-iznrmt.stake-7v2xwk {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.stake-s79d80 {
  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-s79d80 {
    font-size: 20px;
    line-height: 28px;
  }
}

.stake-kzqegc {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.stake-smgo6a {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.stake-zfeyvc ease;
  opacity: 0;
  color: var(--text-color);
}

.stake-vy5pig {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.stake-vy5pig ol,
.stake-vy5pig ul {
  padding-left: 1.3em;
}

.stake-iznrmt.stake-7v2xwk .stake-smgo6a {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.stake-iznrmt.stake-7v2xwk .stake-kzqegc {
  transform: rotate(180deg);
  color: var(--text-color);
}

.stake-vqbj93 {
  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-vqbj93 {
    padding: 24px;
  }
}

.stake-vqbj93 .stake-9viugy {
  display: flex;
}

@media (min-width: 768px) {
  .stake-vqbj93 .stake-9viugy {
    display: none;
  }
}

.stake-vqbj93 .stake-qvbvhn svg {
  display: none;
}

.stake-p9ji40 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stake-p9ji40 .stake-4gcknr {
  display: none;
}

@media (min-width: 768px) {
  .stake-p9ji40 .stake-4gcknr {
    display: flex;
  }
}

.stake-knckiw {
  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-knckiw {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.stake-knckiw > * {
  margin: 0 !important;
}

.stake-knckiw img,
.stake-szq8i2 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .stake-knckiw img,
  .stake-szq8i2 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.stake-cjscj7 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .stake-cjscj7 {
    width: 32px;
    height: 32px;
  }
}

.stake-02ilay {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .stake-02ilay {
    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-02ilay::-webkit-scrollbar {
    display: none;
  }
}

.stake-8n5bcs {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.stake-8n5bcs:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.stake-keqqlk {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .stake-keqqlk {
    display: flex;
    opacity: 1;
  }
}

.stake-8n5bcs picture {
  width: auto;
  height: 100%;
  display: block;
}

.stake-8n5bcs picture img {
  display: block;
  width: auto;
  height: 100%;
}

.stake-xukt9b {
  margin: -24px 0;
}

.stake-xukt9b:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .stake-xukt9b {
    margin: -16px 0;
  }
}

.stake-pg3jpm {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .stake-pg3jpm {
    flex-direction: row;
  }
}

.stake-dj72rb {
  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-dj72rb {
    flex: 1;
  }
}

.stake-dj72rb::placeholder {
  color: var(--Text-400);
}

.stake-r2iplv {
  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-yb5rza {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.stake-yb5rza::-webkit-scrollbar {
  display: none;
}

.stake-8wgn8i {
  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-8wgn8i img,
.stake-8wgn8i svg {
  margin-right: 8px;
}

.stake-qc9jk1 {
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.stake-xukt9b + .stake-r2nevp {
  margin-top: 0;
}

@media (min-width: 768px) {
  .stake-xukt9b + .stake-r2nevp {
    margin-top: -16px;
  }
}

.stake-ql3pvh {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--fh-bg-color);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.stake-ql3pvh > * {
  padding: 12px;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.stake-ql3pvh > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.stake-gdy4ts {
  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-aprxxn {
  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-2d9m2h {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.stake-m287am {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.stake-ytzicz {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.stake-gdy4ts 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-gdy4ts 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-gdy4ts {
    padding: 39px 179px 39px 39px;
  }

  .stake-aprxxn {
    font-size: 40px;
    line-height: 48px;
  }

  .stake-ytzicz {
    height: 348px;
  }

  .stake-gdy4ts button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .stake-gdy4ts button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .stake-gdy4ts {
    padding: 63px;
  }
}

.stake-kbocj0 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .stake-kbocj0 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.stake-xrrzwp {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .stake-xrrzwp {
    width: auto;
  }
}

.stake-vg89rf {
  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-vg89rf::-webkit-scrollbar {
  display: none;
}

.stake-vg89rf 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-vg89rf a:hover {
  background-color: var(--button-bg-hover);
  color: var(--button-text-color);
}

@media (min-width: 768px) {
  .stake-vg89rf {
    margin-left: 16px;
    margin-top: 0;
  }
}

.stake-kbocj0 .stake-729kqu {
  -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-zfeyvc,
    mask-image 0.3s;
}

.stake-kbocj0 .stake-729kqu.stake-zgjw9y {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.stake-099rqq {
  margin: 40px -16px;
}

.stake-t44u32 + .stake-jcqudd,
.stake-t44u32 + .stake-e7s7gt {
  margin-top: 24px;
}

.stake-q2qjo7 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.stake-q2qjo7 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.stake-r6wftw {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .stake-r6wftw {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .stake-r6wftw {
    margin-top: 0;
  }
}

.stake-ec8i0q {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .stake-ec8i0q {
    font-size: 24px;
    line-height: 32px;
  }
}

.stake-5b01hq {
  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-5b01hq {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.stake-9b70kd {
  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-9b70kd {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.stake-61lkj4 {
  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-61lkj4 {
    font-size: 20px;
    line-height: 28px;
  }
}

.stake-h9pcz6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .stake-h9pcz6 {
    font-size: 32px;
    line-height: 40px;
  }
}

.stake-pe3cxn {
  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-0pb0jr {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.stake-0pb0jr img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.stake-r2nevp {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.stake-m34sax {
  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-m34sax {
    padding: 15px 48px;
  }
}

main > .stake-r2nevp {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .stake-cyq97l.stake-clsym1 > div:nth-child(n + 5) {
    display: none;
  }
}

.stake-1j09dl p a img {
  display: block;
  margin: 0 auto;
}

.stake-2xuakh {
  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-4xeqcs {
  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-4xeqcs label {
  font-size: 14px;
}

.stake-4xeqcs h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.stake-4xeqcs input,
.stake-4xeqcs textarea,
.stake-4xeqcs 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-4xeqcs button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.stake-2y0mh8 ease;
}
.stake-4xeqcs button:hover {
  background-color: var(--button-bg-hover);
}
.stake-lkdiqn {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.stake-th3nie ease-in;
}

.stake-lkdiqn h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.stake-8cr21r::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-9ja8oz, .stake-c1qqdb, [class*="review-card"],
thead, thead th, table th, .stake-pkwnud,
.stake-0qcowd, [class*="collapsible-header"],
.stake-2z7znq, [class*="updated-block"] {
  color: #ece7dc !important;
}
