* {
  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-jqfquc {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .stake-jqfquc {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .stake-jqfquc {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.stake-nkz30z {
  overflow: hidden;
}

.stake-bjtaxo img {
  background: var(--Neutral-300);
}

.stake-hiaed1 {
  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-yd37b1 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.stake-yd37b1:hover {
  background: var(--button-bg-hover);
}

.stake-jpso79 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.stake-jpso79:hover {
  background: var(--button-bg-hover);
}

.stake-0ykdok {
  font-size: 12px;
  line-height: 18px;
}

.stake-nc7ofc {
  font-size: 18px;
  line-height: 26px;
}

.stake-4lg57i {
  width: 100%;
}

.stake-lpp21i {
  padding: 6px 16px;
}

.stake-12uup8 {
  padding: 10px 16px;
}

.stake-vmqw3f {
  padding: 15px 26px;
}

.stake-cunhma {
  flex-shrink: 0;
}

.stake-p1rwrb {
  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-1pq7cb {
  display: none;
}

.stake-i39z1b {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.stake-wo7jc7 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.stake-wuyz31 {
  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-9ad379 {
  cursor: grab;
}

.stake-wuyz31::-webkit-scrollbar {
  display: none;
}

.stake-0jgzle {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.stake-0umfth {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.stake-qqlm7g {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.stake-617of6 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.stake-d8auzc {
  visibility: visible;
}

.stake-o4f9rw {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.stake-01pyph ease;
}

.stake-prmmrh {
  background-color: var(--Primary-200);
  width: 16px;
}

.stake-2xmp1c {
  -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-01pyph,
    mask-image 0.3s;
}

.stake-2xmp1c.stake-a1io12 {
  -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-zx1jhm: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-3bbaqp {
  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-omztxb.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-omztxb.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-tc68vs {
  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-tc68vs::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-o21v7t {
  position: relative;
  z-index: 1;
}

.stake-yqfkaw {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.stake-7n5tp1 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.stake-8uyd0v {
  font-size: 40px;
  line-height: 48px;
}

.stake-zsqx6x {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.stake-3dlvq6 {
  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-3dlvq6:hover {
  background: var(--Primary-400);
}

.stake-3dlvq6 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.stake-zx1jhm 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-tc68vs {
    max-width: 600px;
    padding: 64px;
  }

  .stake-yqfkaw {
    font-size: 24px;
    line-height: 32px;
  }

  .stake-7n5tp1 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .stake-8uyd0v {
    font-size: 50px;
    line-height: 56px;
  }

  .stake-zsqx6x {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .stake-3bbaqp {
    top: 25px;
    right: 25px;
  }
}

.stake-vaov5q,
.stake-ik52al {
  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-8jb3ky.stake-vgetjy::before,
.stake-ik52al::before,
.stake-bztwe9::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-omztxb.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.stake-s9ms2e 14.stake-erisdv.stake-123d7n 14.stake-ghbyb6 15.stake-2peg90 14.stake-2e7gi5 15.stake-xkqi89 14.stake-mubch3.stake-18nlq7 14.stake-awln21 19.stake-bimn3a 12.stake-7u2zd2 19.stake-bimn3a 10.stake-0if077.stake-bimn3a 8.stake-l2zyz6 17.stake-5jw931 7.stake-cdb7vj 15.stake-un5uy2 7.stake-1tbeks.stake-1h3l6w 7.stake-cdb7vj 11.stake-jio6fa 8.stake-l2zyz6 11.stake-jio6fa 10.stake-20xqq5.stake-jio6fa 12.stake-7b67fh 13.stake-lbc464 14.stake-b0um9q 15.stake-vdto3n 14.stake-mwg95x.stake-5cd291 14.stake-27s5br 15.stake-lkoh7h 14.stake-qfimrv 15.stake-bd6bhd 14.stake-km300p.stake-s9ms2e 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.stake-u9g6w9 15.stake-hkhnrv.stake-xw0wte 15.stake-pgeekm 15.stake-wfozku 15.stake-gjsew1 15.stake-8yurt6 15.stake-nbvzdw.stake-p8w6dz 15.stake-gjsew1 15.stake-229we0 15.stake-csv1fo 15.stake-fjjjse 15.stake-lh9cut.stake-mko96o 15.stake-e426qw 7.stake-81zsak 18.stake-eiuw9x 7.stake-6z2z3n 23.stake-7avlj9.stake-ezys5y.stake-j9ftzf 18.stake-34arca 19.stake-j4rjt0 15.stake-uwxq9k 15.stake-u9g6w9 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.stake-83c20u [type="submit"] *,
.stake-uzmqkm button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(#chatbot-window[aria-hidden="false"]) .stake-rs0zjg {
    display: none;
  }
}

.stake-abgvmt {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--text-color);
}

body:has(header nav.open) .stake-abgvmt {
  display: none;
}

@media (min-width: 768px) {
  .stake-abgvmt {
    bottom: 22px;
  }
}

.stake-abgvmt input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .stake-abgvmt {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.stake-b01wc4.static) .stake-abgvmt {
    bottom: 8px;
  }
}

.stake-o0wht7 {
  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-o0wht7 {
    display: none;
  }
}

.stake-f4ku4r {
  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-f4ku4r {
    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-uzmqkm {
  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-uzmqkm {
    padding: 14px 16px;
  }
}

.stake-uzmqkm button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--text-color);
}

.stake-uzmqkm button:first-child {
  align-content: end;
}

.stake-uzmqkm button:first-of-type {
  display: none;
}

#pc61d126-chatbot[data-active-screen="2"]
  .stake-uzmqkm
  button:first-of-type,
#pc61d126-chatbot[data-active-screen="3"]
  .stake-uzmqkm
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.stake-uzmqkm button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.stake-uzmqkm button:last-child svg {
  width: 38px;
  height: 38px;
}

.stake-bztwe9 {
  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-bztwe9,
#pc61d126-chatbot[data-active-screen="3"]
  .stake-bztwe9 {
  opacity: 1;
  visibility: visible;
}

.stake-xmzwff {
  flex: 1 1;
}

.stake-cn6oc2 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .stake-cn6oc2 {
    padding: 24px;
  }
}

#pc61d126-chatbot[data-active-screen="1"] .stake-un2l09 {
  display: block;
}

.stake-xol1ka {
  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-xol1ka {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.stake-ik52al {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.stake-ik52al::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.stake-njcahv span {
  color: var(--text-color);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.stake-njcahv p {
  color: var(--text-color);
}

.stake-ik52al .stake-zcm62r {
  grid-area: button;
}

.stake-ik52al .stake-zcm62r::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-omztxb.org/2000/svg'%3E%3Cpath d='M4.stake-4z5m5t 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.stake-ahizu3 15L16.stake-ahizu3 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.stake-ahizu3 5L16.stake-ahizu3 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

#pc61d126-chatbot[data-active-screen="2"] .stake-iebx5j {
  display: block;
}

.stake-y2vu8j {
  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-y2vu8j {
    margin-top: 40px;
  }
}

.stake-vaov5q label,
.stake-vaov5q input {
  display: block;
  width: 100%;
}

.stake-vaov5q label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.stake-vaov5q label.stake-74vwqz input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.stake-vaov5q label.stake-74vwqz::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-vaov5q 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-vaov5q input::placeholder {
  color: var(--Text-400);
}

.stake-ib39ni {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

#pc61d126-chatbot[data-active-screen="3"] .stake-ib39ni {
  display: flex;
}

.stake-ib39ni ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .stake-ib39ni ol {
    height: 420px;
    padding: 24px;
  }
}

.stake-ib39ni ol a {
  cursor: pointer;
  color: var(--text-color);
}

.stake-83c20u {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .stake-83c20u {
    padding: 0 24px 24px;
  }
}

.stake-83c20u 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-83c20u input::placeholder {
  color: var(--text-color);
}

.stake-83c20u [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.stake-83c20u [type="submit"]:disabled {
  opacity: 0.5;
}

.stake-83c20u [type="submit"] svg {
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  .stake-83c20u [type="submit"] {
    right: 40px;
  }
}

.stake-8jb3ky {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.stake-8jb3ky.stake-vgetjy {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.stake-8jb3ky.stake-vgetjy p {
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color, rgba(43, 43, 43, 0.6));
}

.stake-8jb3ky.stake-uqn56q 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-8jb3ky p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.stake-abgvmt .stake-zcm62r {
  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-rs0zjg {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .stake-rs0zjg {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .stake-rs0zjg {
    padding: 18px 0;
  }
}

.stake-rs0zjg .stake-jqfquc {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .stake-rs0zjg .stake-jqfquc {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.stake-vlf8c3 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .stake-vlf8c3 {
    max-width: 160px;
    height: 40px;
  }
}

.stake-vlf8c3 picture,
.stake-vlf8c3 img {
  display: block;
  width: 100%;
  height: 100%;
}

.stake-vlf8c3 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .stake-vnhisl {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.stake-01pyph ease;
    transform: translateX(100%);
    background: var(--fh-bg-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .stake-rs0zjg.stake-v0rg01 .stake-vnhisl {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .stake-vnhisl {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .stake-vnhisl {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.stake-za8vrh,
.stake-o9x2sr {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .stake-za8vrh,
  .stake-o9x2sr {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .stake-o9x2sr {
    display: none;
  }
}

.stake-tistmc {
  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-v0rg01 .stake-tistmc {
  background: var(--fh-bg-color);
}

.stake-tistmc button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .stake-tistmc {
    display: none;
  }
}

.stake-ithpxl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .stake-ithpxl {
    display: none;
  }
}

.stake-6cd7a6 {
  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-rs0zjg.stake-v0rg01 .stake-6cd7a6:first-child {
  display: none;
}

.stake-rs0zjg.stake-v0rg01 .stake-6cd7a6:last-child {
  display: block;
}

.stake-6cd7a6:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .stake-6cd7a6 {
    display: none;
  }
}

.stake-4hw2qk {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .stake-4hw2qk {
    display: flex;
  }
}

.stake-4hw2qk ul {
  max-height: 350px;
  overflow-y: auto;
}

.stake-4hw2qk:hover ul {
  visibility: visible;
  opacity: 1;
}

.stake-4hw2qk:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.stake-4hw2qk:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.stake-4hw2qk:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.stake-4hw2qk:hover .stake-5se8qr svg {
  transform: rotate(180deg);
}

.stake-14eu1r {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
  align-items: center;
}

.stake-14eu1r span {
  margin-left: 5px;
}

.stake-a2o389 {
  padding: 0 8px;
}

.stake-keq3fj {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.stake-keq3fj:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .stake-keq3fj {
    padding: 4px 8px;
  }
}

.stake-h9cq9g {
  display: flex;
}

.stake-h9cq9g img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.stake-5se8qr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.stake-5se8qr svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.stake-wqr4of {
  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-wqr4of {
    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-0j9otc {
  width: 100%;
}

@media (min-width: 1200px) {
  .stake-0j9otc {
    display: none;
  }
}

.stake-em77sa {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.stake-o0imun {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.stake-o9sdbe {
  display: flex;
}

.stake-9ucmf0 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.stake-flqg6s {
  list-style: none;
}

@media (max-width: 1199px) {
  .stake-flqg6s {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .stake-flqg6s {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .stake-flqg6s .stake-euuulm [data-ref-el],
  .stake-flqg6s .stake-euuulm span,
  .stake-flqg6s .stake-euuulm a {
    white-space: nowrap;
  }
}

.stake-hsdynt {
  width: 100%;
  transition: 0.3s;
  color: var(--text-color);
  position: relative;
}

@media (max-width: 1199px) {
  .stake-hsdynt.stake-j7xjox > .stake-euuulm {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .stake-hsdynt.stake-zcu6j0:hover > #sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .stake-hsdynt.stake-j7xjox > .stake-lkd61m {
    height: auto;
  }

  .stake-hsdynt.stake-j7xjox > div > .stake-ld9a47 {
    transform: rotate(180deg);
  }

  #sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

.stake-hsdynt [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.stake-hsdynt [data-ref-el],
.stake-hsdynt span {
  cursor: pointer;
}

.stake-hsdynt [data-ref-el],
.stake-hsdynt span,
.stake-hsdynt 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-hsdynt [data-ref-el],
  .stake-hsdynt span,
  .stake-hsdynt a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .stake-hsdynt [data-ref-el],
  .stake-hsdynt span,
  .stake-hsdynt a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.stake-lkd61m {
  height: 0;
  overflow: hidden;
  transition: height 0.stake-01pyph ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.stake-lkd61m::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.stake-lkd61m::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.stake-lkd61m::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .stake-lkd61m {
    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-lkd61m:has(> .stake-hsdynt.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .stake-lkd61m .stake-lkd61m {
    padding: 0;
  }

  .stake-lkd61m .stake-hsdynt {
    font-weight: 400;
  }

  .stake-lkd61m .stake-hsdynt:hover > .stake-euuulm {
    background: var(--Neutral-300);
  }

  .stake-lkd61m .stake-ld9a47 {
    rotate: -90deg;
  }
}

.stake-euuulm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .stake-euuulm {
    padding: 8px;
  }

  .stake-hsdynt.stake-c3pytx > .stake-euuulm {
    background: var(--Neutral-300);
  }
}

.stake-lkd61m .stake-hsdynt:hover {
  background: var(--button-bg-hover);
}

.stake-ld9a47 {
  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-omztxb.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.stake-rb5bys 0.stake-fnfhdg.stake-f6iheq -0.stake-ifr4j7 0.stake-0aptnd -0.stake-ifr4j7 1.stake-tev28d 0.stake-nnm4q4.stake-gpb3ej 4.stake-23s2go.stake-rb5bys 0.stake-02g8wv.stake-c344ag -0.stake-ifr4j7 9.stake-laoqu9 -0.stake-ifr4j7 10.stake-4wqpiv 0.stake-5msmr6.stake-59oszy 0.stake-f6iheq 10.stake-59oszy 0.stake-0aptnd 10.stake-4wqpiv 1.stake-eo4u9l.stake-zbp785 5.stake-yl6z0j.stake-ll7c6g 6.stake-kprdaq 5.stake-ho01yd 6.stake-kprdaq 4.stake-bgdmxo 5.stake-009d7r.stake-rb5bys 1.stake-2rgp1h.stake-ifr4j7 0.stake-0aptnd -0.stake-ifr4j7 0.stake-f6iheq 0.stake-rb5bys 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.stake-01pyph ease;
  background-color: var(--text-color);
}

@media (min-width: 1200px) {
  .stake-ld9a47 {
    cursor: default;
  }
}

.stake-m7ckqq {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.stake-fy5red {
  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-fy5red {
    padding: 40px 4px;
  }
}

.stake-yekyf1 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .stake-yekyf1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.stake-rldqaz {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .stake-rldqaz {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.stake-rldqaz ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.stake-rldqaz [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.stake-rldqaz [data-ref-el],
.stake-rldqaz span,
.stake-rldqaz a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.stake-7cbcwi {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .stake-7cbcwi {
    margin-bottom: 12px;
  }
}

.stake-nhvs9g {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.stake-nhvs9g img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .stake-nhvs9g:last-child {
    margin-right: 0;
  }
}

.stake-08vfon {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.stake-7cbcwi:hover .stake-fhp4yk {
  visibility: visible;
  opacity: 1;
}

.stake-fhp4yk {
  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-n4cwfv {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.stake-uqxw9e {
  display: flex;
  margin: 6px;
}

.stake-uqxw9e img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.stake-fhp4yk::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-fhp4yk::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-4bt56q {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .stake-4bt56q {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.stake-d4460e {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .stake-d4460e {
    margin-right: 32px;
  }
}

.stake-5r4l8x {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .stake-5r4l8x {
    margin-top: 0;
    width: 340px;
  }
}

.stake-5r4l8x a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.stake-9jbkou {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.stake-j1fpon {
  position: relative;
}

@media (min-width: 768px) {
  .stake-j1fpon {
    margin-top: 40px;
  }
}

.stake-j1fpon + .stake-xu1cx8,
.stake-j1fpon + .stake-j1fpon {
  margin-top: 24px;
}

.stake-d0kzro {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .stake-d0kzro {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .stake-d0kzro {
    padding: 80px;
  }
}

.stake-yg2xgb {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .stake-yg2xgb {
    padding: 0 16px;
  }
}

.stake-rob9xv {
  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-rob9xv {
    font-size: 48px;
    line-height: 56px;
  }
}

.stake-b8nv4c {
  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-b8nv4c {
    font-size: 24px;
    line-height: 32px;
  }
}

.stake-nvu7h8 {
  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-nvu7h8:hover {
  background: var(--button-bg-hover);
}

.stake-loiurv {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.stake-loiurv img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .stake-loiurv img {
    min-height: initial;
  }
}

@media (max-width: 563px) {
  .stake-loiurv img {
    min-height: 100%;
  }
}

.stake-d0kzro::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.stake-s3ecxk {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.stake-s3ecxk h1,
.stake-s3ecxk h2,
.stake-s3ecxk h3,
.stake-s3ecxk h4 {
  margin-bottom: 6px;
}

.stake-s3ecxk h1:not(:first-child),
.stake-s3ecxk h2:not(:first-child),
.stake-s3ecxk h3:not(:first-child),
.stake-s3ecxk h4:not(:first-child) {
  margin-top: 16px;
}

.stake-s3ecxk h1,
.stake-s3ecxk h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .stake-s3ecxk h1,
  .stake-s3ecxk h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.stake-s3ecxk h2,
.stake-s3ecxk h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .stake-s3ecxk h2,
  .stake-s3ecxk h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.stake-s3ecxk h3,
.stake-s3ecxk h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .stake-s3ecxk h3,
  .stake-s3ecxk h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.stake-s3ecxk h4,
.stake-s3ecxk h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.stake-s3ecxk ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.stake-s3ecxk ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.stake-s3ecxk 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-s3ecxk ul ul {
  margin-bottom: 8px;
}

.stake-s3ecxk ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.stake-s3ecxk ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.stake-s3ecxk ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.stake-s3ecxk ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.stake-s3ecxk ol li::marker {
  font-weight: 700;
}

.stake-s3ecxk ol ol {
  margin-bottom: 8px;
}

.stake-s3ecxk ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.stake-s3ecxk ol ul li {
  padding-left: 16px;
}

.stake-s3ecxk 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-s3ecxk table {
    padding: 24px;
  }
}

.stake-s3ecxk table.stake-jwya1d {
  -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-01pyph,
    mask-image 0.3s;
}

.stake-s3ecxk table.stake-jwya1d.stake-a1io12 {
  -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-s3ecxk table {
    display: table;
  }
}

.stake-s3ecxk 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-s3ecxk table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.stake-s3ecxk table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.stake-s3ecxk 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-s3ecxk table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.stake-s3ecxk table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.stake-s3ecxk table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.stake-s3ecxk table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.stake-s3ecxk img {
  max-width: 100%;
  height: auto;
}

.stake-h0il0k {
  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-h0il0k {
    padding: 24px;
  }
}

.stake-bw21pl {
  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-bw21pl {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.stake-bw21pl > * {
  margin: 0 !important;
}

.stake-bw21pl img,
.stake-dau05h {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .stake-bw21pl img,
  .stake-dau05h {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.stake-7qp3cv {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .stake-7qp3cv {
    width: 32px;
    height: 32px;
  }
}

.stake-5glpmw {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.stake-5glpmw .stake-jjzyhk {
  flex-shrink: 0;
}

.stake-5glpmw .stake-xtxf77 svg {
  display: none;
}

.stake-jelzz5 {
  display: grid;
  transition: max-height 0.stake-01pyph ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .stake-jelzz5 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .stake-jelzz5 {
    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-jelzz5.stake-b5v9j2 + .stake-jjzyhk svg {
  transform: rotate(180deg);
}

.stake-dksx2l {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.stake-dksx2l > div:nth-child(3n) {
  grid-column: span 2;
}

.stake-dksx2l
  > div:nth-child(3n)
  .stake-tmc3vf
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .stake-dksx2l {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .stake-dksx2l > div:nth-child(3n) {
    grid-column: unset;
  }

  .stake-dksx2l
    > div:nth-child(3n)
    .stake-tmc3vf
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .stake-dksx2l {
    max-width: 270px;
  }
}

.stake-dksx2l .stake-tmc3vf button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .stake-dksx2l .stake-tmc3vf button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .stake-dksx2l .stake-tmc3vf button {
    max-width: 104px;
  }
}

.stake-8b50f4 {
  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-8b50f4 {
    margin-bottom: 0;
  }
}

.stake-i1j5kr {
  display: none;
  opacity: 0;
}

.stake-uepr4t {
  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-uepr4t img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.stake-tmc3vf {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.stake-tmc3vf 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-tmc3vf
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .stake-tmc3vf
    button {
    max-width: 145px;
  }
}

.stake-5nyg33:first-child
  .stake-tmc3vf
  button {
  max-width: 270px;
}

.stake-5yd7fl {
  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-8b50f4 picture {
  width: 100%;
  max-width: 100%;
}

.stake-xho9zn {
  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-xho9zn svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.stake-8b50f4:hover .stake-xho9zn {
  display: flex;
}

.stake-59eara {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.stake-m7rhy8 {
  display: flex;
}

.stake-m7rhy8:hover .stake-951dk3,
.stake-m7rhy8 .stake-c3pytx .stake-951dk3 {
  display: flex;
}

.stake-m7rhy8 svg {
  flex-shrink: 0;
}

.stake-951dk3 {
  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-951dk3 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.stake-951dk3:hover {
  display: flex;
}

.stake-951dk3 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.stake-jzhd5h {
  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-jzhd5h {
    font-size: 12px;
  }
}

.stake-ny4wor,
.stake-cku70w {
  width: 50%;
  flex-shrink: 0;
}

.stake-ny4wor {
  font-weight: 700;
}

.stake-yduwma .stake-jelzz5 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .stake-yduwma .stake-jelzz5 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .stake-yduwma .stake-jelzz5 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.stake-yduwma
  .stake-5yd7fl:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.stake-yduwma .stake-uepr4t {
  height: 100% !important;
  border-radius: 16px;
}

.stake-yduwma .stake-tmc3vf {
  gap: 4px;
  align-items: center;
}

.stake-yduwma .stake-tmc3vf button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.stake-yduwma .stake-tmc3vf svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.stake-yduwma .stake-oeef6l,
.stake-yduwma .stake-9lo7wh {
  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-omztxb.org/2000/svg'%3E%3Cpath d='M9.stake-r4agpc 4.stake-x7rk5z.stake-hwob7e 5.stake-bostg2.stake-obig6d 5.stake-qsn0r7.stake-rx0i19 5.stake-9q1c6v.stake-mw95i7 8.stake-7w9dvx.stake-mdthoy 9.stake-vt8h9z.stake-yxyy46 9.stake-1z1x9y.stake-8rh0hp 13.stake-k3am0c.stake-l29beb 11.stake-frqm5x.stake-kwhfid 11.stake-g8f3m1.stake-68vr2p 11.stake-zpbs4k.stake-4qevvw 13.stake-9yf213.stake-h4fbo5 9.stake-lpmq9f.stake-zfmctw 9.stake-vtjt6p.stake-8cekxr 8.stake-fnjhvx.stake-o1bya2 5.stake-2dmqc4.stake-j4dm9q 5.stake-g08gog.stake-xjd0uq 5.stake-5qg2if.stake-wmac44 4.stake-aqq0dw.stake-kwhfid 1.stake-hkglus.stake-r4agpc 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.stake-yduwma .stake-oeef6l {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.stake-yduwma .stake-9lo7wh {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.stake-1z4h4k {
  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-1z4h4k {
    padding: 24px;
  }
}

.stake-1z4h4k .stake-jjzyhk {
  display: flex;
}

@media (min-width: 768px) {
  .stake-1z4h4k .stake-jjzyhk {
    display: none;
  }
}

.stake-1z4h4k .stake-xtxf77 svg {
  display: none;
}

.stake-kylknl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.stake-kylknl .stake-hiaed1 {
  display: none;
}

@media (min-width: 768px) {
  .stake-kylknl .stake-hiaed1 {
    display: flex;
  }
}

.stake-jlv5lg {
  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-jlv5lg {
    font-size: 40px;
    line-height: 48px;
  }
}

.stake-jlv5lg > * {
  margin: 0 !important;
}

.stake-jlv5lg img,
.stake-z7s0i7 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .stake-jlv5lg img,
  .stake-z7s0i7 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.stake-jfphe5 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .stake-jfphe5 {
    width: 32px;
    height: 32px;
  }
}

.stake-jppkin {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .stake-jppkin {
    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-jppkin::-webkit-scrollbar {
    display: none;
  }
}

.stake-g25cre {
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 7px;
}

@media (min-width: 768px) {
  .stake-g25cre {
    padding: 7px 15px;
  }
}

.stake-g25cre:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.stake-2rd3eg {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .stake-2rd3eg {
    display: flex;
    opacity: 1;
  }
}

.stake-g25cre picture {
  height: 100%;
  display: block;
}

.stake-g25cre img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .stake-g25cre img {
    width: 88px;
    height: 44px;
  }
}

.stake-g25cre p {
  text-align: center;
  width: 100%;
}

.stake-b6s08q {
  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-b6s08q {
    font-size: 40px;
    line-height: 48px;
  }
}

.stake-b6s08q img,
.stake-ww6uon {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .stake-b6s08q img,
  .stake-ww6uon {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.stake-gw7h98 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .stake-gw7h98 {
    width: 32px;
    height: 32px;
  }
}

.stake-8fcbqj {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.stake-sux9bm {
  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-9pi0pz {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.stake-9pi0pz.stake-c3pytx {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.stake-g95x1k {
  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-g95x1k {
    font-size: 20px;
    line-height: 28px;
  }
}

.stake-44ydrm {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.stake-vt1ig7 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.stake-01pyph ease;
  opacity: 0;
  color: var(--text-color);
}

.stake-85gris {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.stake-85gris ol,
.stake-85gris ul {
  padding-left: 1.3em;
}

.stake-9pi0pz.stake-c3pytx .stake-vt1ig7 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.stake-9pi0pz.stake-c3pytx .stake-44ydrm {
  transform: rotate(180deg);
  color: var(--text-color);
}

.stake-4rggr1 {
  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-4rggr1 {
    padding: 24px;
  }
}

.stake-4rggr1 .stake-jjzyhk {
  display: flex;
}

@media (min-width: 768px) {
  .stake-4rggr1 .stake-jjzyhk {
    display: none;
  }
}

.stake-4rggr1 .stake-xtxf77 svg {
  display: none;
}

.stake-h2er4c {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stake-h2er4c .stake-hiaed1 {
  display: none;
}

@media (min-width: 768px) {
  .stake-h2er4c .stake-hiaed1 {
    display: flex;
  }
}

.stake-fpqee3 {
  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-fpqee3 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.stake-fpqee3 > * {
  margin: 0 !important;
}

.stake-fpqee3 img,
.stake-4yxhf7 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .stake-fpqee3 img,
  .stake-4yxhf7 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.stake-whegqv {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .stake-whegqv {
    width: 32px;
    height: 32px;
  }
}

.stake-yd19dw {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .stake-yd19dw {
    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-yd19dw::-webkit-scrollbar {
    display: none;
  }
}

.stake-rw4ej3 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.stake-rw4ej3:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.stake-xgttyp {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .stake-xgttyp {
    display: flex;
    opacity: 1;
  }
}

.stake-rw4ej3 picture {
  width: auto;
  height: 100%;
  display: block;
}

.stake-rw4ej3 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.stake-pvjyr4 {
  margin: -24px 0;
}

.stake-pvjyr4:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .stake-pvjyr4 {
    margin: -16px 0;
  }
}

.stake-ohbeg6 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .stake-ohbeg6 {
    flex-direction: row;
  }
}

.stake-jqa30w {
  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-jqa30w {
    flex: 1;
  }
}

.stake-jqa30w::placeholder {
  color: var(--Text-400);
}

.stake-305eqe {
  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-5r3lem {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.stake-5r3lem::-webkit-scrollbar {
  display: none;
}

.stake-ejjzsb {
  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-ejjzsb img,
.stake-ejjzsb svg {
  margin-right: 8px;
}

.stake-xqeog4 {
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.stake-pvjyr4 + .stake-jauq6s {
  margin-top: 0;
}

@media (min-width: 768px) {
  .stake-pvjyr4 + .stake-jauq6s {
    margin-top: -16px;
  }
}

.stake-bvp3b0 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--fh-bg-color);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.stake-bvp3b0 > * {
  padding: 12px;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.stake-bvp3b0 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.stake-ue5ory {
  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-nw4f5w {
  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-9vjaqo {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.stake-0msnaz {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.stake-ii2yib {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.stake-ue5ory 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-ue5ory 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-ue5ory {
    padding: 39px 179px 39px 39px;
  }

  .stake-nw4f5w {
    font-size: 40px;
    line-height: 48px;
  }

  .stake-ii2yib {
    height: 348px;
  }

  .stake-ue5ory button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .stake-ue5ory button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .stake-ue5ory {
    padding: 63px;
  }
}

.stake-yl2pnr {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .stake-yl2pnr {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.stake-tb09hq {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .stake-tb09hq {
    width: auto;
  }
}

.stake-zbl0a7 {
  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-zbl0a7::-webkit-scrollbar {
  display: none;
}

.stake-zbl0a7 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-zbl0a7 a:hover {
  background-color: var(--button-bg-hover);
  color: var(--button-text-color);
}

@media (min-width: 768px) {
  .stake-zbl0a7 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.stake-yl2pnr .stake-630zf5 {
  -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-01pyph,
    mask-image 0.3s;
}

.stake-yl2pnr .stake-630zf5.stake-a1io12 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.stake-nudcii {
  margin: 40px -16px;
}

.stake-bf4bpm + .stake-xu1cx8,
.stake-bf4bpm + .stake-j1fpon {
  margin-top: 24px;
}

.stake-wpmt6y {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.stake-wpmt6y picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.stake-pd4bce {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .stake-pd4bce {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .stake-pd4bce {
    margin-top: 0;
  }
}

.stake-19a99d {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .stake-19a99d {
    font-size: 24px;
    line-height: 32px;
  }
}

.stake-ps3t8x {
  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-ps3t8x {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.stake-zs3qic {
  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-zs3qic {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.stake-osdfeg {
  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-osdfeg {
    font-size: 20px;
    line-height: 28px;
  }
}

.stake-9uu5a5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .stake-9uu5a5 {
    font-size: 32px;
    line-height: 40px;
  }
}

.stake-76u43p {
  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-v4kdal {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.stake-v4kdal img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.stake-jauq6s {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.stake-7x208o {
  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-7x208o {
    padding: 15px 48px;
  }
}

main > .stake-jauq6s {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .stake-jelzz5.stake-hr5u7i > div:nth-child(n + 5) {
    display: none;
  }
}

.stake-s3ecxk p a img {
  display: block;
  margin: 0 auto;
}

.stake-1sqtua {
  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-kuh033 {
  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-kuh033 label {
  font-size: 14px;
}

.stake-kuh033 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.stake-kuh033 input,
.stake-kuh033 textarea,
.stake-kuh033 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-kuh033 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.stake-9129hd ease;
}
.stake-kuh033 button:hover {
  background-color: var(--button-bg-hover);
}
.stake-rkqeh3 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.stake-7vuaqz ease-in;
}

.stake-rkqeh3 h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.stake-d0kzro::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-lm1vvl, .stake-f9mbcs, [class*="review-card"],
thead, thead th, table th, .stake-56ayov,
.stake-93aufk, [class*="collapsible-header"],
.stake-xe1t6e, [class*="updated-block"] {
  color: #ece7dc !important;
}
