* {
  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-b5jeyn {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .stake-b5jeyn {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .stake-b5jeyn {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.stake-5ctml0 {
  overflow: hidden;
}

.stake-w4lwxj img {
  background: var(--Neutral-300);
}

.stake-1jx7ma {
  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-4nf5u9 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.stake-4nf5u9:hover {
  background: var(--button-bg-hover);
}

.stake-y329du {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.stake-y329du:hover {
  background: var(--button-bg-hover);
}

.stake-hxy9f0 {
  font-size: 12px;
  line-height: 18px;
}

.stake-03bsm6 {
  font-size: 18px;
  line-height: 26px;
}

.stake-8fhi6s {
  width: 100%;
}

.stake-bqokmc {
  padding: 6px 16px;
}

.stake-ofng4n {
  padding: 10px 16px;
}

.stake-n1yl7w {
  padding: 15px 26px;
}

.stake-g3c7xm {
  flex-shrink: 0;
}

.stake-8su1ak {
  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-mn976y {
  display: none;
}

.stake-wig8q2 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.stake-nsij8m {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.stake-os15b1 {
  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-cdlddy {
  cursor: grab;
}

.stake-os15b1::-webkit-scrollbar {
  display: none;
}

.stake-6ksg2t {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.stake-sg3hwd {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.stake-fysv4c {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.stake-i2we32 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.stake-0i9tar {
  visibility: visible;
}

.stake-ylig3b {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.stake-o01y34 ease;
}

.stake-lyrrfy {
  background-color: var(--Primary-200);
  width: 16px;
}

.stake-ymncb1 {
  -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-o01y34,
    mask-image 0.3s;
}

.stake-ymncb1.stake-ps3ebn {
  -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-n08s6a: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-msrrhj {
  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-2mhb91.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-2mhb91.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-8agxj1 {
  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-8agxj1::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-ecyrgn {
  position: relative;
  z-index: 1;
}

.stake-kcx2vy {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.stake-4i53dh {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.stake-754j5e {
  font-size: 40px;
  line-height: 48px;
}

.stake-hd05va {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.stake-jdl98k {
  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-jdl98k:hover {
  background: var(--Primary-400);
}

.stake-jdl98k svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.stake-n08s6a 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-8agxj1 {
    max-width: 600px;
    padding: 64px;
  }

  .stake-kcx2vy {
    font-size: 24px;
    line-height: 32px;
  }

  .stake-4i53dh {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .stake-754j5e {
    font-size: 50px;
    line-height: 56px;
  }

  .stake-hd05va {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .stake-msrrhj {
    top: 25px;
    right: 25px;
  }
}

.stake-1qkfge,
.stake-rs2c9u {
  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-6ywt8n.stake-5vy6c2::before,
.stake-rs2c9u::before,
.stake-hhsktl::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-2mhb91.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.stake-pio4xa 14.stake-zdlp0r.stake-uugqpr 14.stake-d5i1tt 15.stake-ztwq6u 14.stake-r8zl7r 15.stake-jex3dd 14.stake-i3md1v.stake-m5mm8f 14.stake-xpnx8j 19.stake-fmzo5u 12.stake-3d7doq 19.stake-fmzo5u 10.stake-amxkzf.stake-fmzo5u 8.stake-yq7c6w 17.stake-4s9482 7.stake-rbxz5o 15.stake-ejpp6y 7.stake-llruxw.stake-lrx3ye 7.stake-rbxz5o 11.stake-vvbk8x 8.stake-yq7c6w 11.stake-vvbk8x 10.stake-730bet.stake-vvbk8x 12.stake-bttic4 13.stake-78bz7a 14.stake-6xgei4 15.stake-3az0bl 14.stake-6c03vy.stake-o04mu1 14.stake-rfl6u8 15.stake-batqpl 14.stake-4pu1ia 15.stake-vm6qq0 14.stake-04nvyu.stake-pio4xa 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.stake-01cfxx 15.stake-u6ammw.stake-d1yiuy 15.stake-eqxs2b 15.stake-p85gdk 15.stake-1qzw8p 15.stake-95xgdy 15.stake-83c20f.stake-oxiioh 15.stake-1qzw8p 15.stake-qzjj6a 15.stake-cl9l7x 15.stake-b95umn 15.stake-gtvxr8.stake-djvplz 15.stake-t8x3pu 7.stake-ea3ryy 18.stake-bkgjma 7.stake-dyzf3b 23.stake-s9qe1j.stake-9lrliq.stake-nah7p2 18.stake-b88am0 19.stake-fcvzh8 15.stake-395ca4 15.stake-01cfxx 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.stake-r9t03p [type="submit"] *,
.stake-18eiks button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(#chatbot-window[aria-hidden="false"]) .stake-4c9kb3 {
    display: none;
  }
}

.stake-fzcbwh {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--text-color);
}

body:has(header nav.open) .stake-fzcbwh {
  display: none;
}

@media (min-width: 768px) {
  .stake-fzcbwh {
    bottom: 22px;
  }
}

.stake-fzcbwh input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .stake-fzcbwh {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.stake-h5g6a3.static) .stake-fzcbwh {
    bottom: 8px;
  }
}

.stake-1mi27x {
  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-1mi27x {
    display: none;
  }
}

.stake-dfc5c5 {
  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-dfc5c5 {
    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-18eiks {
  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-18eiks {
    padding: 14px 16px;
  }
}

.stake-18eiks button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--text-color);
}

.stake-18eiks button:first-child {
  align-content: end;
}

.stake-18eiks button:first-of-type {
  display: none;
}

#pc61d126-chatbot[data-active-screen="2"]
  .stake-18eiks
  button:first-of-type,
#pc61d126-chatbot[data-active-screen="3"]
  .stake-18eiks
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.stake-18eiks button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.stake-18eiks button:last-child svg {
  width: 38px;
  height: 38px;
}

.stake-hhsktl {
  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-hhsktl,
#pc61d126-chatbot[data-active-screen="3"]
  .stake-hhsktl {
  opacity: 1;
  visibility: visible;
}

.stake-rfyegs {
  flex: 1 1;
}

.stake-u26l52 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .stake-u26l52 {
    padding: 24px;
  }
}

#pc61d126-chatbot[data-active-screen="1"] .stake-ydsszg {
  display: block;
}

.stake-d4h8sq {
  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-d4h8sq {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.stake-rs2c9u {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.stake-rs2c9u::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.stake-9tliuj span {
  color: var(--text-color);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.stake-9tliuj p {
  color: var(--text-color);
}

.stake-rs2c9u .stake-iplt3i {
  grid-area: button;
}

.stake-rs2c9u .stake-iplt3i::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-2mhb91.org/2000/svg'%3E%3Cpath d='M4.stake-q58vdf 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.stake-8982yv 15L16.stake-8982yv 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.stake-8982yv 5L16.stake-8982yv 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

#pc61d126-chatbot[data-active-screen="2"] .stake-gpmsby {
  display: block;
}

.stake-plhtvc {
  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-plhtvc {
    margin-top: 40px;
  }
}

.stake-1qkfge label,
.stake-1qkfge input {
  display: block;
  width: 100%;
}

.stake-1qkfge label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.stake-1qkfge label.stake-gi0ka8 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.stake-1qkfge label.stake-gi0ka8::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-1qkfge 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-1qkfge input::placeholder {
  color: var(--Text-400);
}

.stake-ipdflr {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

#pc61d126-chatbot[data-active-screen="3"] .stake-ipdflr {
  display: flex;
}

.stake-ipdflr ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .stake-ipdflr ol {
    height: 420px;
    padding: 24px;
  }
}

.stake-ipdflr ol a {
  cursor: pointer;
  color: var(--text-color);
}

.stake-r9t03p {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .stake-r9t03p {
    padding: 0 24px 24px;
  }
}

.stake-r9t03p 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-r9t03p input::placeholder {
  color: var(--text-color);
}

.stake-r9t03p [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.stake-r9t03p [type="submit"]:disabled {
  opacity: 0.5;
}

.stake-r9t03p [type="submit"] svg {
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  .stake-r9t03p [type="submit"] {
    right: 40px;
  }
}

.stake-6ywt8n {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.stake-6ywt8n.stake-5vy6c2 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.stake-6ywt8n.stake-5vy6c2 p {
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color, rgba(43, 43, 43, 0.6));
}

.stake-6ywt8n.stake-a5b08h 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-6ywt8n p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.stake-fzcbwh .stake-iplt3i {
  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-4c9kb3 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .stake-4c9kb3 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .stake-4c9kb3 {
    padding: 18px 0;
  }
}

.stake-4c9kb3 .stake-b5jeyn {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .stake-4c9kb3 .stake-b5jeyn {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.stake-hez8i7 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .stake-hez8i7 {
    max-width: 160px;
    height: 40px;
  }
}

.stake-hez8i7 picture,
.stake-hez8i7 img {
  display: block;
  width: 100%;
  height: 100%;
}

.stake-hez8i7 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .stake-ivxywi {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.stake-o01y34 ease;
    transform: translateX(100%);
    background: var(--fh-bg-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .stake-4c9kb3.stake-ce2jy8 .stake-ivxywi {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .stake-ivxywi {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .stake-ivxywi {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.stake-t5ns3e,
.stake-87v6c5 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .stake-t5ns3e,
  .stake-87v6c5 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .stake-87v6c5 {
    display: none;
  }
}

.stake-nxl4re {
  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-ce2jy8 .stake-nxl4re {
  background: var(--fh-bg-color);
}

.stake-nxl4re button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .stake-nxl4re {
    display: none;
  }
}

.stake-x6zhuq {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .stake-x6zhuq {
    display: none;
  }
}

.stake-i241ci {
  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-4c9kb3.stake-ce2jy8 .stake-i241ci:first-child {
  display: none;
}

.stake-4c9kb3.stake-ce2jy8 .stake-i241ci:last-child {
  display: block;
}

.stake-i241ci:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .stake-i241ci {
    display: none;
  }
}

.stake-x00hu1 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .stake-x00hu1 {
    display: flex;
  }
}

.stake-x00hu1 ul {
  max-height: 350px;
  overflow-y: auto;
}

.stake-x00hu1:hover ul {
  visibility: visible;
  opacity: 1;
}

.stake-x00hu1:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.stake-x00hu1:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.stake-x00hu1:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.stake-x00hu1:hover .stake-da9v9l svg {
  transform: rotate(180deg);
}

.stake-pojcqk {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
  align-items: center;
}

.stake-pojcqk span {
  margin-left: 5px;
}

.stake-l5eq8g {
  padding: 0 8px;
}

.stake-bim3oq {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.stake-bim3oq:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .stake-bim3oq {
    padding: 4px 8px;
  }
}

.stake-hhc2ub {
  display: flex;
}

.stake-hhc2ub img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.stake-da9v9l {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.stake-da9v9l svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.stake-55qn6b {
  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-55qn6b {
    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-8qunzr {
  width: 100%;
}

@media (min-width: 1200px) {
  .stake-8qunzr {
    display: none;
  }
}

.stake-iezi20 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.stake-hshpdk {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.stake-eoxk9r {
  display: flex;
}

.stake-a9vycl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.stake-2m1mxg {
  list-style: none;
}

@media (max-width: 1199px) {
  .stake-2m1mxg {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .stake-2m1mxg {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .stake-2m1mxg .stake-ffh0kp [data-ref-el],
  .stake-2m1mxg .stake-ffh0kp span,
  .stake-2m1mxg .stake-ffh0kp a {
    white-space: nowrap;
  }
}

.stake-92t09m {
  width: 100%;
  transition: 0.3s;
  color: var(--text-color);
  position: relative;
}

@media (max-width: 1199px) {
  .stake-92t09m.stake-kvt7vw > .stake-ffh0kp {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .stake-92t09m.stake-1vm13r:hover > #sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .stake-92t09m.stake-kvt7vw > .stake-9bf2bf {
    height: auto;
  }

  .stake-92t09m.stake-kvt7vw > div > .stake-hmmi6b {
    transform: rotate(180deg);
  }

  #sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

.stake-92t09m [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.stake-92t09m [data-ref-el],
.stake-92t09m span {
  cursor: pointer;
}

.stake-92t09m [data-ref-el],
.stake-92t09m span,
.stake-92t09m 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-92t09m [data-ref-el],
  .stake-92t09m span,
  .stake-92t09m a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .stake-92t09m [data-ref-el],
  .stake-92t09m span,
  .stake-92t09m a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.stake-9bf2bf {
  height: 0;
  overflow: hidden;
  transition: height 0.stake-o01y34 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.stake-9bf2bf::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.stake-9bf2bf::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.stake-9bf2bf::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .stake-9bf2bf {
    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-9bf2bf:has(> .stake-92t09m.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .stake-9bf2bf .stake-9bf2bf {
    padding: 0;
  }

  .stake-9bf2bf .stake-92t09m {
    font-weight: 400;
  }

  .stake-9bf2bf .stake-92t09m:hover > .stake-ffh0kp {
    background: var(--Neutral-300);
  }

  .stake-9bf2bf .stake-hmmi6b {
    rotate: -90deg;
  }
}

.stake-ffh0kp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .stake-ffh0kp {
    padding: 8px;
  }

  .stake-92t09m.stake-ledrrl > .stake-ffh0kp {
    background: var(--Neutral-300);
  }
}

.stake-9bf2bf .stake-92t09m:hover {
  background: var(--button-bg-hover);
}

.stake-hmmi6b {
  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-2mhb91.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.stake-132kap 0.stake-lripo2.stake-04mga5 -0.stake-wzegch 0.stake-xro0sn -0.stake-wzegch 1.stake-7nma45 0.stake-gwye2q.stake-75ivcv 4.stake-8ibunr.stake-132kap 0.stake-h0xezd.stake-6t3eyc -0.stake-wzegch 9.stake-2mwt7f -0.stake-wzegch 10.stake-ce04mr 0.stake-xkvad7.stake-zdo1ih 0.stake-04mga5 10.stake-zdo1ih 0.stake-xro0sn 10.stake-ce04mr 1.stake-9ew7rg.stake-xfpryg 5.stake-b8j3hm.stake-xpd59r 6.stake-v5pgbu 5.stake-rjobck 6.stake-v5pgbu 4.stake-l5k6at 5.stake-qvujbb.stake-132kap 1.stake-x8i041.stake-wzegch 0.stake-xro0sn -0.stake-wzegch 0.stake-04mga5 0.stake-132kap 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.stake-o01y34 ease;
  background-color: var(--text-color);
}

@media (min-width: 1200px) {
  .stake-hmmi6b {
    cursor: default;
  }
}

.stake-oof5fd {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.stake-ykdotw {
  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-ykdotw {
    padding: 40px 4px;
  }
}

.stake-khsp66 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .stake-khsp66 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.stake-rlt7en {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .stake-rlt7en {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.stake-rlt7en ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.stake-rlt7en [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.stake-rlt7en [data-ref-el],
.stake-rlt7en span,
.stake-rlt7en a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.stake-1a3qnd {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .stake-1a3qnd {
    margin-bottom: 12px;
  }
}

.stake-kj88e4 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.stake-kj88e4 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .stake-kj88e4:last-child {
    margin-right: 0;
  }
}

.stake-iqet89 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.stake-1a3qnd:hover .stake-zisy8y {
  visibility: visible;
  opacity: 1;
}

.stake-zisy8y {
  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-2w7zfg {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.stake-7s6yc9 {
  display: flex;
  margin: 6px;
}

.stake-7s6yc9 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.stake-zisy8y::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-zisy8y::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-e586e1 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .stake-e586e1 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.stake-1iz5oz {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .stake-1iz5oz {
    margin-right: 32px;
  }
}

.stake-y4cmmy {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .stake-y4cmmy {
    margin-top: 0;
    width: 340px;
  }
}

.stake-y4cmmy a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.stake-dxmkaj {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.stake-vzt88u {
  position: relative;
}

@media (min-width: 768px) {
  .stake-vzt88u {
    margin-top: 40px;
  }
}

.stake-vzt88u + .stake-yjzhhu,
.stake-vzt88u + .stake-vzt88u {
  margin-top: 24px;
}

.stake-bbbql4 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .stake-bbbql4 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .stake-bbbql4 {
    padding: 80px;
  }
}

.stake-bzlmvf {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .stake-bzlmvf {
    padding: 0 16px;
  }
}

.stake-ts2su4 {
  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-ts2su4 {
    font-size: 48px;
    line-height: 56px;
  }
}

.stake-6ly0nr {
  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-6ly0nr {
    font-size: 24px;
    line-height: 32px;
  }
}

.stake-6s3fu7 {
  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-6s3fu7:hover {
  background: var(--button-bg-hover);
}

.stake-9k32yd {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.stake-9k32yd img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .stake-9k32yd img {
    min-height: initial;
  }
}

@media (max-width: 563px) {
  .stake-9k32yd img {
    min-height: 100%;
  }
}

.stake-bbbql4::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.stake-kutxmj {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.stake-kutxmj h1,
.stake-kutxmj h2,
.stake-kutxmj h3,
.stake-kutxmj h4 {
  margin-bottom: 6px;
}

.stake-kutxmj h1:not(:first-child),
.stake-kutxmj h2:not(:first-child),
.stake-kutxmj h3:not(:first-child),
.stake-kutxmj h4:not(:first-child) {
  margin-top: 16px;
}

.stake-kutxmj h1,
.stake-kutxmj h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .stake-kutxmj h1,
  .stake-kutxmj h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.stake-kutxmj h2,
.stake-kutxmj h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .stake-kutxmj h2,
  .stake-kutxmj h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.stake-kutxmj h3,
.stake-kutxmj h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .stake-kutxmj h3,
  .stake-kutxmj h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.stake-kutxmj h4,
.stake-kutxmj h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.stake-kutxmj ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.stake-kutxmj ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.stake-kutxmj 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-kutxmj ul ul {
  margin-bottom: 8px;
}

.stake-kutxmj ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.stake-kutxmj ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.stake-kutxmj ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.stake-kutxmj ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.stake-kutxmj ol li::marker {
  font-weight: 700;
}

.stake-kutxmj ol ol {
  margin-bottom: 8px;
}

.stake-kutxmj ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.stake-kutxmj ol ul li {
  padding-left: 16px;
}

.stake-kutxmj 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-kutxmj table {
    padding: 24px;
  }
}

.stake-kutxmj table.stake-1iagoh {
  -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-o01y34,
    mask-image 0.3s;
}

.stake-kutxmj table.stake-1iagoh.stake-ps3ebn {
  -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-kutxmj table {
    display: table;
  }
}

.stake-kutxmj 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-kutxmj table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.stake-kutxmj table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.stake-kutxmj 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-kutxmj table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.stake-kutxmj table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.stake-kutxmj table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.stake-kutxmj table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.stake-kutxmj img {
  max-width: 100%;
  height: auto;
}

.stake-i839zz {
  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-i839zz {
    padding: 24px;
  }
}

.stake-lmaoef {
  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-lmaoef {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.stake-lmaoef > * {
  margin: 0 !important;
}

.stake-lmaoef img,
.stake-4668ot {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .stake-lmaoef img,
  .stake-4668ot {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.stake-1sn7wy {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .stake-1sn7wy {
    width: 32px;
    height: 32px;
  }
}

.stake-ol55xo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.stake-ol55xo .stake-9tyx4o {
  flex-shrink: 0;
}

.stake-ol55xo .stake-io3tjx svg {
  display: none;
}

.stake-16s5du {
  display: grid;
  transition: max-height 0.stake-o01y34 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .stake-16s5du {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .stake-16s5du {
    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-16s5du.stake-oc5vjh + .stake-9tyx4o svg {
  transform: rotate(180deg);
}

.stake-rfyjpn {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.stake-rfyjpn > div:nth-child(3n) {
  grid-column: span 2;
}

.stake-rfyjpn
  > div:nth-child(3n)
  .stake-ondppu
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .stake-rfyjpn {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .stake-rfyjpn > div:nth-child(3n) {
    grid-column: unset;
  }

  .stake-rfyjpn
    > div:nth-child(3n)
    .stake-ondppu
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .stake-rfyjpn {
    max-width: 270px;
  }
}

.stake-rfyjpn .stake-ondppu button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .stake-rfyjpn .stake-ondppu button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .stake-rfyjpn .stake-ondppu button {
    max-width: 104px;
  }
}

.stake-pa5ljp {
  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-pa5ljp {
    margin-bottom: 0;
  }
}

.stake-i93ea4 {
  display: none;
  opacity: 0;
}

.stake-dpwk4s {
  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-dpwk4s img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.stake-ondppu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.stake-ondppu 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-ondppu
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .stake-ondppu
    button {
    max-width: 145px;
  }
}

.stake-zwmvmo:first-child
  .stake-ondppu
  button {
  max-width: 270px;
}

.stake-7rrk1k {
  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-pa5ljp picture {
  width: 100%;
  max-width: 100%;
}

.stake-rm8umr {
  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-rm8umr svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.stake-pa5ljp:hover .stake-rm8umr {
  display: flex;
}

.stake-flhcy3 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.stake-s19ej7 {
  display: flex;
}

.stake-s19ej7:hover .stake-naqvff,
.stake-s19ej7 .stake-ledrrl .stake-naqvff {
  display: flex;
}

.stake-s19ej7 svg {
  flex-shrink: 0;
}

.stake-naqvff {
  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-naqvff {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.stake-naqvff:hover {
  display: flex;
}

.stake-naqvff svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.stake-v8yhqb {
  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-v8yhqb {
    font-size: 12px;
  }
}

.stake-e0fudf,
.stake-rn9xx1 {
  width: 50%;
  flex-shrink: 0;
}

.stake-e0fudf {
  font-weight: 700;
}

.stake-58a74c .stake-16s5du {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .stake-58a74c .stake-16s5du {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .stake-58a74c .stake-16s5du {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.stake-58a74c
  .stake-7rrk1k:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.stake-58a74c .stake-dpwk4s {
  height: 100% !important;
  border-radius: 16px;
}

.stake-58a74c .stake-ondppu {
  gap: 4px;
  align-items: center;
}

.stake-58a74c .stake-ondppu button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.stake-58a74c .stake-ondppu svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.stake-58a74c .stake-x668kc,
.stake-58a74c .stake-bgtu61 {
  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-2mhb91.org/2000/svg'%3E%3Cpath d='M9.stake-yamura 4.stake-tzp7bk.stake-0cozzf 5.stake-oxpjvy.stake-i459gb 5.stake-qc1dzc.stake-neo0f4 5.stake-ka08e3.stake-nks7pq 8.stake-5w8rtx.stake-7vykex 9.stake-fluacw.stake-fcra10 9.stake-eyldrd.stake-3ypl0x 13.stake-y40qja.stake-tjkdox 11.stake-zq9vcv.stake-8g35b0 11.stake-6cpxba.stake-utc33s 11.stake-o2uhd8.stake-pkq80c 13.stake-mgujm8.stake-724sai 9.stake-37s26m.stake-1ihhvo 9.stake-a7lazh.stake-9obu60 8.stake-rlium8.stake-1r8gxy 5.stake-6fcpyd.stake-xcu8nu 5.stake-sub953.stake-0ag1p1 5.stake-5gq1c6.stake-9225ot 4.stake-48u0p1.stake-8g35b0 1.stake-ol5c8f.stake-yamura 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.stake-58a74c .stake-x668kc {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.stake-58a74c .stake-bgtu61 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.stake-4ah9dq {
  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-4ah9dq {
    padding: 24px;
  }
}

.stake-4ah9dq .stake-9tyx4o {
  display: flex;
}

@media (min-width: 768px) {
  .stake-4ah9dq .stake-9tyx4o {
    display: none;
  }
}

.stake-4ah9dq .stake-io3tjx svg {
  display: none;
}

.stake-i9loap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.stake-i9loap .stake-1jx7ma {
  display: none;
}

@media (min-width: 768px) {
  .stake-i9loap .stake-1jx7ma {
    display: flex;
  }
}

.stake-sve0yw {
  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-sve0yw {
    font-size: 40px;
    line-height: 48px;
  }
}

.stake-sve0yw > * {
  margin: 0 !important;
}

.stake-sve0yw img,
.stake-pd1t19 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .stake-sve0yw img,
  .stake-pd1t19 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.stake-m4gw4l {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .stake-m4gw4l {
    width: 32px;
    height: 32px;
  }
}

.stake-5yomaf {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .stake-5yomaf {
    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-5yomaf::-webkit-scrollbar {
    display: none;
  }
}

.stake-mo6pg6 {
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 7px;
}

@media (min-width: 768px) {
  .stake-mo6pg6 {
    padding: 7px 15px;
  }
}

.stake-mo6pg6:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.stake-vkld1q {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .stake-vkld1q {
    display: flex;
    opacity: 1;
  }
}

.stake-mo6pg6 picture {
  height: 100%;
  display: block;
}

.stake-mo6pg6 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .stake-mo6pg6 img {
    width: 88px;
    height: 44px;
  }
}

.stake-mo6pg6 p {
  text-align: center;
  width: 100%;
}

.stake-i4o130 {
  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-i4o130 {
    font-size: 40px;
    line-height: 48px;
  }
}

.stake-i4o130 img,
.stake-bjmef8 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .stake-i4o130 img,
  .stake-bjmef8 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.stake-r2tc4k {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .stake-r2tc4k {
    width: 32px;
    height: 32px;
  }
}

.stake-3nvdo0 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.stake-krn2vt {
  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-z5p7pn {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.stake-z5p7pn.stake-ledrrl {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.stake-iglbsa {
  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-iglbsa {
    font-size: 20px;
    line-height: 28px;
  }
}

.stake-3qie2q {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.stake-ffzwi9 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.stake-o01y34 ease;
  opacity: 0;
  color: var(--text-color);
}

.stake-ydhfkg {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.stake-ydhfkg ol,
.stake-ydhfkg ul {
  padding-left: 1.3em;
}

.stake-z5p7pn.stake-ledrrl .stake-ffzwi9 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.stake-z5p7pn.stake-ledrrl .stake-3qie2q {
  transform: rotate(180deg);
  color: var(--text-color);
}

.stake-aj9bie {
  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-aj9bie {
    padding: 24px;
  }
}

.stake-aj9bie .stake-9tyx4o {
  display: flex;
}

@media (min-width: 768px) {
  .stake-aj9bie .stake-9tyx4o {
    display: none;
  }
}

.stake-aj9bie .stake-io3tjx svg {
  display: none;
}

.stake-b55uun {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stake-b55uun .stake-1jx7ma {
  display: none;
}

@media (min-width: 768px) {
  .stake-b55uun .stake-1jx7ma {
    display: flex;
  }
}

.stake-lo235o {
  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-lo235o {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.stake-lo235o > * {
  margin: 0 !important;
}

.stake-lo235o img,
.stake-5d7l0o {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .stake-lo235o img,
  .stake-5d7l0o {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.stake-m0pu9h {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .stake-m0pu9h {
    width: 32px;
    height: 32px;
  }
}

.stake-son9h0 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .stake-son9h0 {
    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-son9h0::-webkit-scrollbar {
    display: none;
  }
}

.stake-sd7avp {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.stake-sd7avp:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.stake-awk80f {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .stake-awk80f {
    display: flex;
    opacity: 1;
  }
}

.stake-sd7avp picture {
  width: auto;
  height: 100%;
  display: block;
}

.stake-sd7avp picture img {
  display: block;
  width: auto;
  height: 100%;
}

.stake-15c1u6 {
  margin: -24px 0;
}

.stake-15c1u6:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .stake-15c1u6 {
    margin: -16px 0;
  }
}

.stake-sovhs1 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .stake-sovhs1 {
    flex-direction: row;
  }
}

.stake-b6k2fe {
  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-b6k2fe {
    flex: 1;
  }
}

.stake-b6k2fe::placeholder {
  color: var(--Text-400);
}

.stake-ridxun {
  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-mu4v91 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.stake-mu4v91::-webkit-scrollbar {
  display: none;
}

.stake-bde4mo {
  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-bde4mo img,
.stake-bde4mo svg {
  margin-right: 8px;
}

.stake-jda097 {
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.stake-15c1u6 + .stake-0d44j9 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .stake-15c1u6 + .stake-0d44j9 {
    margin-top: -16px;
  }
}

.stake-xhsbeb {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--fh-bg-color);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.stake-xhsbeb > * {
  padding: 12px;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.stake-xhsbeb > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.stake-5s61du {
  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-tlq1zg {
  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-23wszl {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.stake-7uxico {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.stake-pfqjeb {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.stake-5s61du 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-5s61du 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-5s61du {
    padding: 39px 179px 39px 39px;
  }

  .stake-tlq1zg {
    font-size: 40px;
    line-height: 48px;
  }

  .stake-pfqjeb {
    height: 348px;
  }

  .stake-5s61du button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .stake-5s61du button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .stake-5s61du {
    padding: 63px;
  }
}

.stake-ev38p0 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .stake-ev38p0 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.stake-jf1evz {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .stake-jf1evz {
    width: auto;
  }
}

.stake-9uwzbj {
  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-9uwzbj::-webkit-scrollbar {
  display: none;
}

.stake-9uwzbj 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-9uwzbj a:hover {
  background-color: var(--button-bg-hover);
  color: var(--button-text-color);
}

@media (min-width: 768px) {
  .stake-9uwzbj {
    margin-left: 16px;
    margin-top: 0;
  }
}

.stake-ev38p0 .stake-bd3wmo {
  -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-o01y34,
    mask-image 0.3s;
}

.stake-ev38p0 .stake-bd3wmo.stake-ps3ebn {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.stake-1m5l2r {
  margin: 40px -16px;
}

.stake-crqc04 + .stake-yjzhhu,
.stake-crqc04 + .stake-vzt88u {
  margin-top: 24px;
}

.stake-q59fg8 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.stake-q59fg8 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.stake-7i3te0 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .stake-7i3te0 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .stake-7i3te0 {
    margin-top: 0;
  }
}

.stake-vtm09c {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .stake-vtm09c {
    font-size: 24px;
    line-height: 32px;
  }
}

.stake-jw85ed {
  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-jw85ed {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.stake-kmoksq {
  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-kmoksq {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.stake-z4nkd0 {
  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-z4nkd0 {
    font-size: 20px;
    line-height: 28px;
  }
}

.stake-59wh1o {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .stake-59wh1o {
    font-size: 32px;
    line-height: 40px;
  }
}

.stake-o2v1lz {
  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-h4yeex {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.stake-h4yeex img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.stake-0d44j9 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.stake-me21p3 {
  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-me21p3 {
    padding: 15px 48px;
  }
}

main > .stake-0d44j9 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .stake-16s5du.stake-128873 > div:nth-child(n + 5) {
    display: none;
  }
}

.stake-kutxmj p a img {
  display: block;
  margin: 0 auto;
}

.stake-rd099p {
  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-in9r83 {
  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-in9r83 label {
  font-size: 14px;
}

.stake-in9r83 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.stake-in9r83 input,
.stake-in9r83 textarea,
.stake-in9r83 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-in9r83 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.stake-eym9tn ease;
}
.stake-in9r83 button:hover {
  background-color: var(--button-bg-hover);
}
.stake-64q1vw {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.stake-dhbmqr ease-in;
}

.stake-64q1vw h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.stake-bbbql4::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-djto4t, .stake-54nsy2, [class*="review-card"],
thead, thead th, table th, .stake-08hn9i,
.stake-kpkqz0, [class*="collapsible-header"],
.stake-1iphoq, [class*="updated-block"] {
  color: #ece7dc !important;
}
