@charset "UTF-8";
:root {
  --width: 1480px;
  --display-width: var(--width);
  --offsets: 30px;
  --ff-primary: "Figtree", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

body {
  background: var(--main-theme-color);
}

.stake-38m1ju {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.stake-omnm0f {
  max-width: 100%;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: var(--text-color);
}

a {
  font-weight: 400;
  font-size: 18px;
  color: var(--title-color);
}

b {
  color: #fff;
}

a:hover {
  text-decoration: none;
}

ol:not([class]),
ul:not([class]) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 25px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

caption {
  margin: 5px 0;
  font-size: 24px;
}

ol[class],
ul[class] {
  list-style: none;
}

ol.stake-n54hy5,
ul.stake-n54hy5 {
  padding-left: 20px;
}

ul.stake-n54hy5 {
  list-style: disc;
}

ol.stake-n54hy5 {
  list-style: numbers;
}

img {
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--title-color);
}

h1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

h2 {
  margin-bottom: 1rem;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.1rem;
}

h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

h5 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 12px;
  }
  h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: 32px;
  }
}

.stake-fkexvo > .stake-rmosbr,
.stake-fkexvo > .stake-83i6kk,
.stake-fkexvo > blockquote,
.stake-fkexvo > h1,
.stake-fkexvo > h2,
.stake-fkexvo > h3,
.stake-fkexvo > h4,
.stake-fkexvo > h5,
.stake-fkexvo > h6,
.stake-fkexvo > ol,
.stake-fkexvo > p,
.stake-fkexvo > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.stake-fkexvo > ol,
.stake-fkexvo > ul {
  padding-left: 50px;
}

.stake-fkexvo blockquote,
blockquote {
  margin-top: 1rem;
  border-left: 5px solid var(--button-bg-color);
  padding: 1rem var(--offsets) 1rem 2rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #f0f8ffff;
}

.stake-fkexvo:not(:last-child) {
  margin-bottom: 2rem;
}

.stake-fkexvo > :not(:first-child) {
  margin-top: 2rem;
}

.stake-fkexvo {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.stake-fkexvo:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .stake-fkexvo:first-child {
    margin-top: 20px;
  }
}

.stake-fkexvo > p:last-of-type {
  margin-bottom: 32px;
}

.stake-fkexvo > .stake-55or9f:not(:first-child) {
  margin: 64px auto 16px auto;
}

.stake-e94h41 > .stake-55or9f {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.stake-83i6kk {
  overflow: auto;
}

.stake-83i6kk::-webkit-scrollbar {
  height: 5px;
}

.stake-83i6kk table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.stake-83i6kk table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.stake-83i6kk table thead,
table thead {
  border-bottom: none;
}

.stake-83i6kk table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.stake-83i6kk table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.stake-83i6kk table td,
table td {
  border: 1px solid var(--border-color);
  padding: 15px 5px;
}

.stake-83i6kk .stake-217o7h {
  table-layout: auto;
}

.stake-83i6kk .stake-217o7h th {
  word-break: normal;
}

.stake-83i6kk .stake-217o7h td {
  word-break: normal;
}

.stake-38m1ju .stake-38m1ju {
  padding-right: 0;
  padding-left: 0;
}

.stake-5qwzvo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  line-height: 0;
}

.stake-o6ah1e {
  position: absolute;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  overflow-x: hidden;
  font-family: var(--ff-primary);
  color: var(--text-color);
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.stake-elgxo9 {
  display: inline-block;
  margin: 1rem auto;
  border-radius: 5px;
  padding: 10px 30px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  background: -o-linear-gradient(
    150deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
  background: linear-gradient(
    300deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
}

html {
  font-size: 17px;
}

.stake-rmosbr {
  margin-top: 24px;
}

.stake-rmosbr.stake-cgzieu {
  text-align: left;
}

.stake-rmosbr.stake-ha9vg7 {
  text-align: right;
}

.stake-rmosbr.stake-p7essw {
  text-align: center;
}

.stake-yz850m {
  display: inline-block;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transform-origin: center;
  transition: 0.stake-7kb86t ease-in-out;
  cursor: pointer;
}

.stake-yz850m:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.stake-yz850m {
  min-width: 328px;
}

@media (max-width: 768px) {
  .stake-yz850m {
    min-width: unset;
  }
}

.stake-2szb7b {
  background-color: var(--fh-bg-color);
}

.stake-mdghws {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.stake-agjdr2 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.stake-agjdr2 img {
  max-height: 80px;
  object-fit: contain;
}

.stake-l0ad3z {
  flex: 1 1;
}

.stake-yric6m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.stake-vtmewk {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 35px;
  height: 25px;
  cursor: pointer;
}

.stake-vtmewk span {
  display: block;
  border-radius: 20%;
  width: 100%;
  height: 3px;
  background-color: var(--text-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.stake-vtmewk.stake-3c0shj span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.stake-vtmewk.stake-3c0shj span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.stake-vtmewk.stake-3c0shj span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.stake-l0ad3z + .stake-yric6m {
  margin-left: 20px;
}

.stake-2g6snq {
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: 0;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: #196948;
  transition: 250ms;
  cursor: pointer;
  padding: 10px;
  min-width: 240px;
}

.stake-2g6snq > svg {
  max-width: 24px;
  max-height: 24px;
}

.stake-2g6snq + .stake-2g6snq {
  margin-left: 5px;
}

.stake-eidqa3 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.stake-eidqa3:hover {
  background-color: var(--button-bg-hover);
}

.stake-jvq4u1 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.stake-7kb86t ease-in-out;
  border: 1px solid var(--border-color);
}

.stake-jvq4u1:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.stake-hwah0u {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

@media (max-width: 1100px) {
  .stake-l0ad3z {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .stake-hwah0u {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .stake-l0ad3z {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .stake-2g6snq {
    min-width: unset;
    flex: 1 1;
  }
}

.stake-dezqe7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}

.stake-dezqe7:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.stake-dezqe7:hover .stake-ym9qh8 {
  opacity: 1;
  pointer-events: auto;
  padding: 15px;
}

.stake-me7kse {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0 0.5rem;
  padding: 0.5rem;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  color: var(--text-color);
  transition: 0.stake-k0dzv5 ease-in-out;
  gap: 4px;
}

.stake-me7kse > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.stake-me7kse .stake-5qwzvo img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.stake-kzfovm,
.stake-me7kse:hover {
  color: var(--button-bg-hover);
}

.stake-e3w0ul {
  position: relative;
}

.stake-e3w0ul .stake-me7kse {
  margin-right: 0;
  padding-right: 4px;
}

.stake-os4dp5 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.stake-e3w0ul.stake-3c0shj .stake-os4dp5 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.stake-e3w0ul.stake-3c0shj .stake-ym9qh8 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.stake-e3w0ul.stake-3c0shj .stake-ym9qh8::before {
  display: none;
}

.stake-os4dp5 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.stake-ym9qh8 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.stake-k6ydxd 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.stake-ym9qh8::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.stake-ym9qh8:hover {
  color: var(--fh-bg-color);
}

.stake-5ikcv5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.stake-k6ydxd 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.stake-k0dzv5 ease-in-out;
  -o-transition: 0.stake-k0dzv5 ease-in-out;
  transition: 0.stake-k0dzv5 ease-in-out;
}

.stake-5ikcv5 .stake-5qwzvo img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.stake-ha5cac,
.stake-5ikcv5:hover {
  color: var(--button-bg-hover);
}

.stake-x575f8 {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  grid-template-columns: 1fr auto;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  padding: 20px;
  gap: 8px 12px;
  min-height: 240px;
  height: 100%;
}

.stake-x575f8.stake-6fkvm4 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.stake-x575f8.stake-6fkvm4:after,
.stake-x575f8.stake-6fkvm4:before {
  content: "";
  position: absolute;
  margin: auto;
}

.stake-x575f8.stake-6fkvm4:before {
  width: 1000px;
  top: 0;
  height: 1000px;
  right: 0;
  bottom: 0;
  left: -200px;
  background-color: var(--border-color);
  background: var(--border-color);
  background: conic-gradient(var(--border-color), var(--button-bg-color));
  animation: rotate 2s linear infinite;
  z-index: -1;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.stake-x575f8.stake-6fkvm4:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.stake-x575f8.stake-6fkvm4 > * {
  z-index: 1;
}

.stake-x575f8 b,
.stake-x575f8 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.stake-x575f8 .stake-np4v9l {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.stake-x575f8 .stake-1p95z6 {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  margin-top: 0;
}

.stake-x575f8 .stake-5qwzvo {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.stake-x575f8 .stake-xt0jy7 {
  margin-top: 12px;
}

.stake-xt0jy7 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.stake-ynvlr8 {
  flex: 1 1;
  color: var(--button-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 8px;
  border: 2px dashed var(--border-color);
  padding: 12px;
  max-width: 220px;
}

.stake-xt0jy7 .stake-kqug7a {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.stake-7kb86t ease-in-out;
}

.stake-xt0jy7 .stake-kqug7a:hover {
  background: rgba(255, 255, 255, 0.3);
}

.stake-u0z3kv {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 320px;
  justify-content: space-between;
  border-radius: 8px;
  grid-row: 4/5;
  grid-column: 1/2;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: none;
  width: fit-content;
  cursor: pointer;
}

.stake-x575f8.stake-nucimp {
  gap: 12px;
  padding: 16px;
}

.stake-x575f8.stake-nucimp .stake-u0z3kv {
  min-width: 240px;
}

.stake-x575f8.stake-nucimp .stake-u0z3kv.stake-6y2j5y {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .stake-x575f8 .stake-np4v9l {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .stake-x575f8 .stake-1p95z6 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .stake-x575f8 .stake-5qwzvo {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .stake-x575f8.stake-nucimp .stake-5qwzvo {
    max-width: 126px;
  }
  .stake-x575f8 .stake-xt0jy7 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .stake-x575f8 .stake-ynvlr8 {
    max-width: unset;
  }
  .stake-u0z3kv {
    min-width: unset;
    width: 100%;
  }
  .stake-x575f8 .stake-u0z3kv {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .stake-x575f8.stake-nucimp {
    grid-template-rows: auto 1fr auto;
  }
  .stake-x575f8.stake-nucimp .stake-u0z3kv {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .stake-x575f8 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .stake-x575f8 .stake-np4v9l {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .stake-x575f8 .stake-5qwzvo {
    max-width: 78px;
  }
  .stake-x575f8 .stake-xt0jy7 {
    margin-top: -12px;
  }
  .stake-x575f8.stake-nucimp {
    gap: 8px;
  }
  .stake-x575f8.stake-nucimp .stake-np4v9l {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .stake-x575f8.stake-nucimp .stake-1p95z6 {
    grid-column: 1/3;
  }
  .stake-x575f8.stake-nucimp .stake-5qwzvo {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .stake-x575f8.stake-nucimp .stake-5qwzvo img {
    max-width: 114px;
  }
}

.stake-u0z3kv.stake-69puk0,
.stake-u0z3kv.stake-rhtjgw,
.stake-u0z3kv.stake-lilrvt {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.stake-7kb86t ease-in-out;
}

.stake-u0z3kv.stake-69puk0,
.stake-u0z3kv.stake-lilrvt {
  padding: 10px;
}

.stake-u0z3kv.stake-69puk0:hover,
.stake-u0z3kv.stake-rhtjgw:hover,
.stake-u0z3kv.stake-lilrvt:hover {
  background: var(--button-bg-hover);
}

.stake-u0z3kv.stake-69puk0:hover svg path,
.stake-u0z3kv.stake-lilrvt:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.stake-u0z3kv.stake-6y2j5y {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.stake-7kb86t ease-in-out;
  background: var(--button-bg-color);
}

.stake-u0z3kv.stake-6y2j5y:hover {
  background-color: var(--button-bg-hover);
}

.stake-u0z3kv.stake-rhtjgw:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 6px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  background-image: url(../images/mini-gift.png);
  background-position: center;
  background-repeat: no-repeat;
  animation: move 2s infinite;
}

@keyframes move {
  50% {
    transform: translateY(-5px) rotate(15deg);
  }
  70% {
    transform: translateY(-5px) rotate(5deg);
  }
}

.stake-u0z3kv.stake-rhtjgw:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.stake-u0z3kv.stake-6y2j5y:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.stake-yw36x5 {
  max-width: 650px;
}

.stake-xiryzh {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.stake-mafgvk {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.stake-rtgh00 {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.stake-k0dzv5 ease-in-out;
  cursor: pointer;
}

.stake-rtgh00:hover {
  opacity: 0.5;
}

.stake-rtgh00:focus {
  outline: 0;
}

.stake-rtgh00:focus .stake-iv7yly,
.stake-rtgh00:hover .stake-iv7yly {
  fill: red;
  fill-opacity: 1;
}

.stake-rtgh00:hover {
  cursor: pointer;
}

.stake-ytoxp6 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.stake-yw36x5.stake-p7essw {
  margin: 0 auto;
}

.stake-yw36x5.stake-ha9vg7 {
  margin-left: auto;
}

.stake-suyzsq {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.stake-vre6ue {
  padding-bottom: 50px;
}

.stake-pjuahj {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.stake-92i5bs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: wrap row-reverse;
  flex-flow: wrap row-reverse;
  gap: 20px;
}

.stake-kp301p {
  margin-top: 24px;
}

.stake-iadkt7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stake-5cgihy {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.stake-iwhvn1 {
  display: flex;
  gap: 12px 20px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 150px;
}

.stake-ovev2b {
  width: 468px;
}

.stake-iwhvn1 .stake-ym9qh8 {
  margin: 0.stake-x6kld0 0;
}

.stake-0uds1x {
  display: flex;
  min-width: 224px;
}

.stake-r1t5w9 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.stake-k0dzv5 ease-in-out;
}

.stake-0pm7pv,
.stake-r1t5w9:hover {
  color: var(--text-color);
}

.stake-92a22u {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.stake-gm2s81 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .stake-suyzsq {
    padding: 16px;
  }
  .stake-92a22u {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .stake-gm2s81 {
    align-items: center;
  }
  .stake-ovev2b {
    width: unset;
  }
  .stake-0uds1x {
    min-width: unset;
  }
  .stake-iwhvn1 {
    max-height: unset;
  }
  .stake-pjuahj {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .stake-suyzsq {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.stake-sj9k0b {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.stake-sj9k0b:not(:last-child) {
  margin-bottom: 16px;
}

.stake-nib43e {
  outline: 0;
}

.stake-nib43e .stake-gh8e5y {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.stake-sn4tyu {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .stake-sn4tyu {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.stake-sn4tyu::-webkit-details-marker {
  display: none;
}

.stake-sn4tyu:before {
  content: "?";
  display: flex;
  font-size: 21px;
  padding: 5px 10px;
  border-radius: 25px;
  color: var(--text-color);
  background: var(--button-bg-color);
  background-repeat: no-repeat;
  background-position: center;
}

.stake-sn4tyu:after {
  content: "↑";
  display: flex;
  padding: 5px 10px;
  color: var(--text-color);
  border: 1px solid var(--button-bg-color);
  border-radius: 25px;
  transform: rotate(180deg);
  transition: 250ms;
}

.faq__details[open] .stake-sn4tyu:after {
  transform: unset;
}

.stake-gh8e5y {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-faq-item-title);
}

.stake-gh8e5y svg {
  z-index: 10;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  width: 30px;
  height: 30px;
  fill: var(--color-faq-item-title);
  -webkit-transition: 0.stake-k0dzv5 ease-in-out;
  -o-transition: 0.stake-k0dzv5 ease-in-out;
  transition: 0.stake-k0dzv5 ease-in-out;
}

.stake-gyg6gr {
  padding: 16px 0 0 0;
}

.stake-gyg6gr * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .stake-gyg6gr :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .stake-sn4tyu {
    flex-wrap: wrap;
    gap: 12px;
  }
  .stake-sn4tyu::after {
    margin-left: auto;
  }
  .stake-gh8e5y {
    order: 3;
    flex: 1 1 100%;
  }
  .stake-sn4tyu {
    font-size: 14px;
    line-height: 130%;
  }
  .stake-gh8e5y svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.stake-f0v2wc {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
  margin: 0;
}

.stake-rv0998 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.stake-f0v2wc.stake-3c0shj .stake-rv0998 {
  margin-bottom: 12px;
}

.stake-rv0998::after {
  content: "";
  display: flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-image: url(../images/round-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: 250ms;
}

.stake-f0v2wc.stake-3c0shj .stake-rv0998::after {
  transform: unset;
}

.stake-zi72u7 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.stake-x3wy0p {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.stake-k0dzv5 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.stake-x3wy0p:before {
  content: "";
  display: flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  background-image: url(../images/list-marker.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.stake-f0v2wc.stake-3c0shj .stake-zi72u7 {
  max-height: 100%;
}

.stake-etzv20 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.stake-20k5z0 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.stake-q5wl6k {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.stake-6cdlqv {
  margin-right: 4px;
}

.stake-2s2b64 {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--button-bg-color);
  padding: 4px 0;
  transition: color 0.stake-k0dzv5 ease-in-out;
}

.stake-2s2b64 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.stake-qpmeqe,
.stake-2s2b64:hover {
  color: var(--text-color);
}

.stake-szgvqr {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  border-radius: 12px 12px 0 0;
  padding: 8px;
  gap: 0 8px;
  background-color: #008f5e;
  color: #fff;
  width: 100%;
  border: none;
  cursor: pointer;
}

.stake-szgvqr img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.stake-szgvqr .stake-adz9i2 {
  grid-column: 2/3;
  grid-row: 1/2;
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.stake-szgvqr .stake-zixi58 {
  grid-column: 2/3;
  grid-row: 2/3;
  text-align: left;
  color: var(--title-color);
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.stake-gdl35x {
  display: flex;
  align-items: center;
  grid-column: 3/4;
  grid-row: 1/3;
  color: #196948;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: var(--title-color);
  margin-top: 0;
}

.stake-lhlwf1 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.stake-alicsm .stake-38m1ju {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.stake-alicsm {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.stake-qalaji {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.stake-grl4s9 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.stake-3u5ipk {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.stake-gusksf 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  cursor: pointer;
}

.stake-3u5ipk:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.stake-a6ena6 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.stake-qt8dom {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 20px 5px #223c5059;
  box-shadow: 0 0 20px 5px #223c5059;
  background-color: var(--button-bg-color);
  -webkit-transition: -webkit-transform 0.stake-k0dzv5 ease-in-out;
  transition: transform 0.stake-k0dzv5 ease-in-out;
  -o-transition: transform 0.stake-k0dzv5 ease-in-out;
  transition:
    transform 0.stake-k0dzv5 ease-in-out,
    -webkit-transform 0.stake-k0dzv5 ease-in-out;
  cursor: pointer;
}

.stake-qt8dom svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.stake-qt8dom:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

#cookie-law-div {
  z-index: 10000000;
  position: fixed;
  bottom: 18px;
  right: 80px;
  padding: 1em;
  max-width: 400px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 15px;
  -webkit-box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
  box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
}

#cookie-law-div a {
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#cookie-law-div a:hover {
  opacity: 0.7;
}

#cookie-law-div p {
  margin: 0;
  color: #000;
  padding-right: 50px;
}

#cookie-law-div button {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0.5em;
  top: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border: none;
  opacity: 0.6;
  font-size: 12px;
  cursor: pointer;
  border-radius: 50px;
}

#cookie-law-div button:hover {
  opacity: 1;
}

.stake-o4ze68 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .stake-o4ze68 {
    left: calc(50% - 60px);
  }
}

#cookie-law-div {
  border-radius: 0;
  max-width: 100%;
  right: 0;
  bottom: 0;
}

#cookie-law-div p {
  padding-bottom: 50px;
}

body::-webkit-scrollbar-track {
  background-color: var(--fh-bg-color);
}

body::-webkit-scrollbar-thumb {
  border: 1px solid var(--fh-bg-color);
  border-radius: 10px;
  height: 20%;
  background: var(--button-bg-color);
}

.stake-tv5bs3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.stake-z8mi38 {
  position: relative;
  width: 100%;
}

.stake-tv5bs3.stake-69817t {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.stake-tv5bs3.stake-p7essw {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.stake-tv5bs3.stake-ha9vg7 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.stake-cvvus8 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.stake-j4izfu {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.stake-k0dzv5 ease-in-out;
  cursor: pointer;
}

.stake-j4izfu:hover {
  opacity: 0.5;
}

.stake-tv5bs3.stake-kilb2l .stake-j4izfu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.stake-tv5bs3.stake-kilb2l .stake-cvvus8 {
  cursor: pointer;
}

.stake-jy6v45 {
  fill: #0009;
}

.stake-hemfu1 {
  fill: #fff;
}

.stake-j4izfu:hover .stake-jy6v45 {
  fill: red;
}

.stake-j4izfu svg path {
  -webkit-transition: 0.stake-k0dzv5 ease-in-out;
  -o-transition: 0.stake-k0dzv5 ease-in-out;
  transition: 0.stake-k0dzv5 ease-in-out;
}

.stake-ibupez {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.stake-ibupez > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.stake-ibupez.stake-t4m110 > :not(.get-image) {
  grid-column: 1/3;
}

.stake-glpzso:not(._h1-block) .stake-ibupez > .stake-55or9f {
  grid-row: 1/2;
  grid-column: 1/3;
}

.stake-ibupez.stake-t4m110 .stake-4rchci {
  grid-column: 2/3;
}

.stake-ibupez.stake-t4m110 > .stake-5qwzvo {
  grid-column: 1/2;
}

.stake-ibupez.stake-t4m110 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.stake-ibupez > p:first-of-type {
  margin-top: 0;
}

.stake-ibupez .stake-5qwzvo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2/3;
  grid-row: 1/10;
  border-radius: 12px;
  overflow: hidden;
}

.stake-glpzso:not(._h1-block) .stake-55or9f ~ .stake-5qwzvo {
  grid-row: 2/10;
}

.stake-glpzso.stake-d7mhdg .stake-55or9f ~ .stake-5qwzvo {
  grid-row: 1/10;
}

.stake-glpzso.stake-d7mhdg > .stake-55or9f {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.stake-glpzso.stake-d7mhdg .stake-5qwzvo {
  grid-row: 1/10;
}

.stake-ibupez.stake-gtpp74 .stake-5qwzvo {
  align-items: flex-start;
}

.stake-ibupez.stake-p7essw .stake-4rchci {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.stake-ibupez.stake-p7essw .stake-5qwzvo {
  align-items: center;
}

.stake-ibupez.stake-lyenaw .stake-5qwzvo {
  align-items: flex-end;
}

.stake-4rchci > :first-child {
  margin-top: 0;
}

.stake-4rchci > :last-child {
  margin-bottom: 0;
}

* + .stake-9hlu9n,
.stake-glpzso + .stake-glpzso {
  margin-top: 2rem;
}

.stake-6x3ahn td::before,
.stake-6x3ahn th::after {
  display: none !important;
}

.stake-6x3ahn #link-selector {
  color: #000;
}

.stake-6x3ahn .stake-v8pw62 {
  color: #135e96;
}

.stake-6x3ahn .stake-nyh35o *,
.stake-6x3ahn .stake-tk57mc p,
.stake-6x3ahn .stake-mkswnz * {
  color: #000;
}

.stake-6x3ahn .stake-d62x7q {
  background: 0 0 !important;
}

.stake-6x3ahn .stake-n867ix {
  color: #000;
}

.stake-6x3ahn .stake-hgyqh9.stake-8zru8y {
  color: #fff;
}

.stake-6x3ahn .stake-1ngxzi {
  color: #000;
}

.stake-6x3ahn
  .stake-jh6r3e
  .stake-osmwfh.stake-8zru8y.stake-2p2i4e {
  background: #ccc;
}

html :where(.editor-styles-wrapper) h1,
html :where(.editor-styles-wrapper) h2,
html :where(.editor-styles-wrapper) h3,
html :where(.editor-styles-wrapper) h4,
html :where(.editor-styles-wrapper) h5,
html :where(.editor-styles-wrapper) h6 {
  color: #000 !important;
}

.stake-0megob,
body .stake-9zc6pw {
  color: #000;
  background: var(--color-body) !important;
}

.stake-0megob .stake-dtbjz1 .stake-ikikwx,
body .stake-9zc6pw .stake-dtbjz1 .stake-ikikwx {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .stake-x3wy0p:focus,
  .stake-x3wy0p:hover {
    color: #f9cb16;
  }
  .stake-34l5yk:focus,
  .stake-34l5yk:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .stake-bicgre:focus img,
  .stake-bicgre:focus svg,
  .stake-bicgre:hover img,
  .stake-bicgre:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .stake-szgvqr {
    display: none;
  }
}

@media (min-width: 1024px) {
  .stake-e3w0ul:hover .stake-os4dp5 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .stake-os4dp5 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .stake-kypl62 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .stake-4b1czr {
    grid-template-columns: repeat(4, 1fr);
  }
  .stake-mnbn0i {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .stake-8aek39 .stake-n9hzn9 {
    grid-template-columns: 1fr;
  }
  .stake-8aek39 .stake-qhocn6 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap row;
    flex-flow: nowrap row;
    overflow: auto;
    margin-right: 0;
    border-style: none;
    border-radius: 16px 16px 0 0;
    padding: 0;
  }
  .stake-8aek39 .stake-p0dr1n {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .stake-8aek39 .stake-c2yc94 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .stake-8aek39 .stake-lazbt4 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .stake-8aek39 .stake-p0dr1n:not(:first-child) {
    border: none;
  }
  .stake-8aek39 .stake-p0dr1n:first-child .stake-c2yc94 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .stake-8aek39 .stake-p0dr1n:last-child .stake-c2yc94 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .stake-mdghws {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .stake-agjdr2 {
    max-width: 100px;
  }
  .stake-l0ad3z {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .stake-yric6m {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .stake-yric6m svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .stake-vtmewk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .stake-l0ad3z + .stake-yric6m {
    margin-left: auto;
  }
  .stake-ts4zax {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
    background-color: var(--fh-bg-color);
    opacity: 0;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
    pointer-events: none;
  }
  .stake-ts4zax.stake-3c0shj {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .stake-hwah0u {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 32px 16px 12px 16px;
  }
  .stake-dezqe7 {
    width: 100%;
  }
  .stake-dezqe7:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .stake-me7kse {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .stake-me7kse svg {
    margin-right: 4px;
  }
  .stake-e3w0ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .stake-os4dp5 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .stake-os4dp5 {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px 5px 16px 30%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
  }
  .stake-ym9qh8 {
    display: none;
    width: 100%;
  }
  .stake-e3w0ul.stake-3c0shj .stake-ym9qh8 {
    padding: 0 0 0 48px;
  }
  .stake-5ikcv5 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .stake-92i5bs .stake-5qwzvo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .stake-fcnrz1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .stake-fcnrz1 + .stake-fcnrz1 {
    margin-right: 0;
  }
  .stake-fcnrz1 + .stake-5qwzvo {
    margin: 0;
  }
  .stake-kypl62 {
    grid-template-columns: repeat(4, 1fr);
  }
  .stake-4b1czr {
    grid-template-columns: repeat(3, 1fr);
  }
  .stake-idjiug,
  .stake-zm2z8k {
    grid-template-columns: repeat(2, 1fr);
  }
  .stake-ibupez {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .stake-ibupez.stake-t4m110 .stake-4rchci {
    grid-column: auto;
    grid-row: auto;
  }
  .stake-ibupez > .stake-55or9f {
    grid-column: 1/2;
  }
  .stake-ibupez.stake-t4m110 > :not(.get-image) {
    grid-column: 1/2;
  }
  .stake-ibupez .stake-5qwzvo,
  .stake-ibupez.stake-t4m110 > .stake-5qwzvo {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .stake-ibupez.stake-t4m110 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .stake-glpzso.stake-d7mhdg .stake-ibupez > .stake-5qwzvo {
    grid-row: 1/2;
  }
  .stake-ibupez .stake-55or9f ~ .stake-5qwzvo,
  .stake-ibupez.stake-t4m110 .stake-55or9f ~ .stake-5qwzvo {
    grid-row: 2/3;
  }
  .stake-glpzso.stake-d7mhdg .stake-55or9f ~ .stake-5qwzvo {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .stake-fkexvo:first-child .stake-vrf3ai {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .stake-fkexvo:first-child .stake-vrf3ai h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .stake-fkexvo {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .stake-fkexvo {
    padding: 0;
  }
  .stake-rmosbr {
    margin-top: 1rem;
  }
  .stake-nib43e {
    border-radius: 5px;
  }
  .stake-oh1es2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .stake-rv0998::after {
    display: inline-block;
  }
  .stake-rv0998 {
    margin: 0;
    width: 100%;
  }
  .stake-zi72u7 {
    width: 100%;
  }
  .stake-zi72u7.stake-dy52tu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .stake-zi72u7.stake-dy52tu .stake-k5wmq9 {
    width: 100%;
  }
  .stake-zi72u7.stake-dy52tu .stake-k5wmq9:not(:last-child) {
    margin-right: 0;
  }
  .stake-x3wy0p {
    width: 100%;
    text-align: center;
  }
  .stake-f0v2wc.stake-3c0shj .stake-zi72u7 {
    margin-top: 1rem;
  }
  .stake-kypl62 {
    grid-template-columns: repeat(3, 1fr);
  }
  .stake-mnbn0i,
  .stake-4b1czr {
    grid-template-columns: repeat(2, 1fr);
  }
  .stake-idjiug,
  .stake-zm2z8k,
  .stake-3fm731 {
    grid-template-columns: 1fr;
  }
  .stake-aaw7ir {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .stake-io8f6u {
    min-width: 300px;
    max-width: 325px;
  }
  .stake-c2yc94 {
    cursor: auto;
  }
  .stake-koyrm0 .stake-c2yc94 {
    padding: 8px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 700px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .stake-o4ze68 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .stake-ym9qh8 {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  #cookie-law-div {
    right: 0;
    bottom: 0;
    border-radius: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .stake-o4ze68 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.stake-fcnrz1 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .stake-yric6m {
    margin: 0 -0.2rem;
  }
  .stake-fcnrz1 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .stake-xd5fjv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .stake-3dwwoo {
    max-width: 100%;
  }
  .stake-kypl62 {
    grid-template-columns: repeat(2, 1fr);
  }
  .stake-mnbn0i,
  .stake-4b1czr {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .stake-mdghws {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .stake-yric6m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
  .stake-2szb7b {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .stake-2g6snq {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .stake-equkha,
  .stake-8itwk9 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .stake-yz850m {
    width: 100%;
  }
  .stake-kypl62 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .stake-o4ze68 {
    top: 127px !important;
  }
}

.stake-qznhgu {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .stake-qznhgu {
  }
}

@media (max-width: 767px) {
  .stake-qznhgu {
    margin-bottom: 12px;
  }
}

.stake-qznhgu img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.stake-7uku78 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.stake-7uku78 > .stake-xx0yn6 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .stake-7uku78 {
    flex-direction: column;
    gap: 12px;
  }
}

.stake-v6eup6 {
  display: flex;
}

.stake-v6eup6 .stake-nn9r6i {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 8px;
  border-radius: 4px 0 0 4px;
}

.stake-v6eup6 .stake-sv7ary {
  display: flex;
  align-items: center;
  flex: 1 1;
  background-color: var(--fh-bg-color);
  overflow: hidden;
  width: max-content;
  border-radius: 0 4px 4px 0;
}

.stake-v6eup6 .stake-n77lei {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.stake-v6eup6 .stake-trhxdu {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  margin-left: 32px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 3px));
  }
}

.stake-v6eup6 .stake-trhxdu:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.stake-v6eup6 .stake-u8si8r {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.stake-njvf7k {
  border: unset;
  background-color: unset;
}

.stake-njvf7k tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.stake-njvf7k .stake-xxnhbq,
.stake-njvf7k .stake-gzdcw8 {
  flex: 0 1 330px;
}

.stake-njvf7k .stake-vv174u {
  flex: 1 1;
}

.stake-njvf7k tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.stake-njvf7k tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.stake-njvf7k tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.stake-njvf7k tr td p {
  color: #fff;
  margin: 0;
}

.stake-njvf7k tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.stake-njvf7k tr.stake-xxnhbq td p {
  padding: 16px 0;
}

.stake-njvf7k tr.stake-xxnhbq td p:not(:last-child),
.stake-njvf7k tr.stake-gzdcw8 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.stake-njvf7k tr.stake-xxnhbq td p:first-child,
.stake-njvf7k tr.stake-gzdcw8 td p:first-child {
  padding-top: 0;
}

.stake-njvf7k tr.stake-gzdcw8 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.stake-njvf7k tr.stake-gzdcw8 td p:last-child {
  padding-bottom: 0;
}

.stake-njvf7k .stake-gzdcw8 img {
  max-width: 32px;
}

.stake-njvf7k .stake-vv174u {
  min-width: 718px;
}

.stake-njvf7k .stake-vv174u td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.stake-njvf7k .stake-vv174u td {
  display: flex;
}

.stake-njvf7k .stake-vv174u td:last-child .stake-anoiug,
.stake-njvf7k .stake-vv174u td:last-child .stake-557i4y,
.stake-njvf7k .stake-vv174u td:last-child .stake-wsfkrf {
  flex: 1 1 50%;
}

.stake-njvf7k .stake-vv174u td:last-child .stake-hz069l {
  flex: 1 1 100%;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.stake-njvf7k .stake-vv174u td:last-child .stake-uof0ir,
.stake-njvf7k .stake-vv174u td:last-child .stake-8swjmz {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.stake-njvf7k .stake-vv174u td:last-child .stake-anoiug,
.stake-njvf7k .stake-vv174u td:last-child .stake-557i4y {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.stake-njvf7k .stake-vv174u td:last-child .stake-anoiug span,
.stake-njvf7k .stake-vv174u td:last-child .stake-557i4y span {
  font-weight: 800;
}

.stake-njvf7k .stake-vv174u img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .stake-njvf7k .stake-vv174u td .stake-wsfkrf:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .stake-njvf7k tr.stake-xxnhbq td p:last-child {
    padding-bottom: 0;
  }
  .stake-njvf7k .stake-gzdcw8 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .stake-njvf7k .stake-gzdcw8 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .stake-njvf7k tr.stake-xxnhbq td p:not(:last-child),
  .stake-njvf7k tr.stake-gzdcw8 td p:not(:last-child) {
    border-bottom: unset;
  }
  .stake-njvf7k tr.stake-gzdcw8 td p:last-child {
    padding-bottom: 12px;
  }
  .stake-njvf7k .stake-vv174u td:last-child .stake-anoiug,
  .stake-njvf7k .stake-vv174u td:last-child .stake-557i4y,
  .stake-njvf7k .stake-vv174u td:last-child .stake-wsfkrf {
    flex: 1 1 50%;
    padding: 0;
  }
  .stake-njvf7k .stake-vv174u td:last-child .stake-anoiug,
  .stake-njvf7k .stake-vv174u td:last-child .stake-557i4y {
    margin-top: 16px;
  }
  .stake-njvf7k .stake-vv174u td:last-child .stake-wsfkrf {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .stake-njvf7k .stake-vv174u td:last-child .stake-anoiug {
    border-right: 1px solid var(--border-color);
  }
  .stake-njvf7k .stake-vv174u td:last-child .stake-wsfkrf:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .stake-njvf7k .stake-vv174u td:last-child .stake-wsfkrf:last-child {
    padding-bottom: 0;
  }
}

.stake-wsfkrf {
  display: flex;
  flex-direction: column;
}

.stake-njvf7k .stake-vv174u td .stake-wsfkrf {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.stake-njvf7k .stake-vv174u td .stake-wsfkrf:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.stake-njvf7k .stake-vv174u td .stake-wsfkrf:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .stake-njvf7k .stake-vv174u td .stake-wsfkrf:not(:first-child) {
    padding-left: 0;
  }
  .stake-njvf7k .stake-vv174u td .stake-wsfkrf:not(:last-of-type) {
    border-right: unset;
  }
}

.stake-njvf7k .stake-5tjg58 {
  flex: 0 1 485px;
}

.stake-njvf7k .stake-yfjc9e {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.stake-njvf7k .stake-yfjc9e li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.stake-njvf7k .stake-yfjc9e li.stake-d6k7za {
  padding: 6px 12px;
}

.stake-njvf7k .stake-yfjc9e li a,
.stake-njvf7k .stake-yfjc9e li button {
  display: flex;
  background: 0 0;
  border: none;
  text-decoration: none;
  color: #fff;
  font-size: inherit;
  line-height: inherit;
  padding: 6px 12px;
  cursor: pointer;
}

.stake-njvf7k .stake-m602pb,
.stake-njvf7k .stake-lghqog {
  flex: 1 1;
}

.stake-njvf7k .stake-i4i416,
.stake-njvf7k .stake-75r4ec {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.stake-njvf7k .stake-i4i416 li,
.stake-njvf7k .stake-75r4ec li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.stake-njvf7k .stake-lghqog img {
  max-width: 32px;
}

.stake-njvf7k .stake-m602pb img {
  max-width: 32px;
}

.stake-njvf7k .stake-c9yvu9 {
  min-width: 280px;
}

.stake-njvf7k .stake-c9yvu9 img {
  max-width: 146px;
}

.stake-njvf7k .stake-c9yvu9 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .stake-njvf7k .stake-xxnhbq,
  .stake-njvf7k .stake-gzdcw8 {
    flex: 0 1 auto;
  }
  .stake-njvf7k .stake-vv174u {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .stake-njvf7k .stake-xxnhbq,
  .stake-njvf7k .stake-5tjg58,
  .stake-njvf7k .stake-gzdcw8,
  .stake-njvf7k .stake-vv174u {
    flex: 1 1 calc(50% - 20px);
  }
  .stake-njvf7k .stake-m602pb,
  .stake-njvf7k .stake-c9yvu9,
  .stake-njvf7k .stake-lghqog {
    flex: 1 1 30%;
  }
  .stake-njvf7k .stake-c9yvu9 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .stake-njvf7k .stake-xxnhbq,
  .stake-njvf7k .stake-5tjg58,
  .stake-njvf7k .stake-m602pb,
  .stake-njvf7k .stake-gzdcw8,
  .stake-njvf7k .stake-vv174u,
  .stake-njvf7k .stake-c9yvu9,
  .stake-njvf7k .stake-lghqog {
    flex: 1 1 100%;
  }
}

.stake-p84zmd .stake-ltxm4c {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.stake-p84zmd .stake-zu2fp2 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.stake-p84zmd .stake-hftoj1 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.stake-p84zmd .stake-bvztkv {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.stake-p84zmd .stake-bvztkv > :nth-child(3) {
  margin-top: 0;
}

.stake-p84zmd .stake-5qwzvo {
  grid-column: 2/3;
  grid-row: 1/10;
}

.stake-p84zmd .stake-lx3d6h {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.stake-p84zmd .stake-rmosbr {
  grid-column: 1/2;
}

.stake-p84zmd > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.stake-p84zmd .stake-zu2fp2:not(:last-child):before {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  margin: auto;
  content: "";
  width: 44px;
  min-width: 44px;
  height: 24px;
  background-image: url(../images/how-to_arrows.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--fh-bg-color);
  z-index: 1;
}

.stake-p84zmd .stake-zu2fp2:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.stake-p84zmd .stake-yz850m {
  min-width: 240px;
}

@media (max-width: 768px) {
  .stake-p84zmd .stake-zu2fp2:not(:last-child):before {
    bottom: 8px;
  }
  .stake-p84zmd .stake-zu2fp2:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .stake-p84zmd .stake-bvztkv {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .stake-p84zmd .stake-5qwzvo {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .stake-p84zmd .stake-5qwzvo img {
    width: 100%;
    height: auto;
  }
  .stake-p84zmd .stake-yz850m {
    width: 100%;
    min-width: unset;
  }
}

.stake-l9m2zk .stake-540571 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.stake-l9m2zk .stake-0w3so5 {
  display: flex;
  gap: 16px;
  flex: 1 1 calc(50% - 10px);
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  overflow: hidden;
}

.stake-l9m2zk .stake-5qwzvo {
  height: 100%;
}

.stake-l9m2zk .stake-5qwzvo img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.stake-l9m2zk .stake-h3264e {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.stake-l9m2zk .stake-5f3tnu {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.stake-l9m2zk .stake-mgnrzp {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .stake-l9m2zk .stake-0w3so5 {
    flex: 1 1 100%;
  }
  .stake-l9m2zk .stake-u0z3kv {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .stake-l9m2zk .stake-0w3so5 {
    flex-direction: column;
  }
  .stake-l9m2zk .stake-5qwzvo {
    width: 100%;
    height: auto;
  }
  .stake-l9m2zk .stake-5qwzvo img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .stake-l9m2zk .stake-h3264e {
    padding: 0 16px 16px 16px;
  }
  .stake-l9m2zk .stake-u0z3kv {
    min-width: unset;
    width: 100%;
  }
}

.stake-won1si .stake-1n18l8 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.stake-won1si .stake-062d1k {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.stake-won1si img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.stake-won1si .stake-izxvuh {
  position: relative;
  display: none;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(15, 39, 23, 0.95);
  z-index: 1;
  transition: 0.2s;
}

.stake-won1si .stake-062d1k:hover .stake-izxvuh {
  display: flex;
}

.stake-won1si .stake-7iacts {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.stake-won1si .stake-9ncqxh {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.stake-l4y3a1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: unset;
  width: auto;
  cursor: pointer;
}

.stake-l4y3a1.stake-wbr1bx {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.stake-7kb86t ease-in-out;
}

.stake-l4y3a1.stake-wbr1bx:hover {
  color: #f9cb16;
  background-color: transparent;
}

.stake-won1si .stake-utx04m {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.stake-7kb86t ease-in-out;
}

.stake-won1si .stake-utx04m:hover {
  color: #196948;
  background-color: #f9cb16;
}

.stake-won1si .stake-utx04m:after,
.stake-l4y3a1.stake-wbr1bx:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.stake-l4y3a1.stake-wbr1bx:after {
  background-image: url(../images/Cash.svg);
}

.stake-won1si .stake-utx04m:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .stake-won1si .stake-1n18l8 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .stake-won1si .stake-1n18l8 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .stake-won1si .stake-1n18l8 {
    grid-template-columns: 1fr;
  }
  .stake-won1si .stake-062d1k {
    height: auto;
  }
  .stake-won1si .stake-062d1k .stake-izxvuh {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .stake-won1si .stake-7iacts,
  .stake-won1si .stake-9ncqxh {
    text-align: left;
  }
  .stake-won1si .stake-9ncqxh {
    margin-bottom: 8px;
  }
  .stake-won1si img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.stake-9dtowl {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 39, 23, 0.9);
  z-index: 990;
}

.stake-9dtowl.stake-kilb2l {
  display: block;
}

.stake-9dtowl .stake-ycznmo {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 860px;
  height: 580px;
  background-color: #318562;
  border-radius: 12px;
  overflow: hidden;
}

.stake-9dtowl .stake-amnc4j {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.stake-9dtowl .stake-lgh8du {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.stake-9dtowl .stake-moxlto {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.stake-9dtowl .stake-l4y3a1 {
  min-width: 296px;
  margin-bottom: 0;
}

.stake-9dtowl .stake-8ee8me {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.stake-9dtowl .stake-qlxnve {
  position: relative;
  flex: 1 1;
}

.stake-9dtowl .stake-qlxnve iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .stake-9dtowl .stake-amnc4j {
    flex-wrap: wrap;
    gap: 8px;
  }
  .stake-9dtowl .stake-lgh8du {
    order: 1;
  }
  .stake-9dtowl .stake-moxlto {
    order: 3;
    flex: 1 1 100%;
  }
  .stake-9dtowl .stake-l4y3a1 {
    width: 100%;
    min-width: unset;
  }
  .stake-9dtowl .stake-8ee8me {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .stake-ibupez > .stake-55or9f {
    margin-bottom: 0;
  }
  .stake-ibupez > .stake-rmosbr,
  .stake-ibupez > p {
    margin-top: 0;
  }
}

.stake-5wp3xe img,
.stake-fcnrz1 img {
  width: auto;
  object-fit: contain;
}

.stake-5wp3xe {
  align-items: center;
}

.stake-5wp3xe img {
  max-height: 76px;
}

.stake-fcnrz1 img {
  max-height: 64px;
}

.stake-86k8be {
  overflow: auto;
}

.stake-hnszkj {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.stake-twfydr:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.stake-7q60q9 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.stake-27n4sv {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.stake-7q60q9 .stake-5qwzvo {
  margin-right: 20px;
  flex-shrink: 0;
}

.stake-7q60q9 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.stake-2dtw3c {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.stake-2dtw3c > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .stake-7q60q9 {
    padding: 15px 10px;
  }
  .stake-2dtw3c {
    padding: 15px 10px;
  }
  .stake-7q60q9 .stake-5qwzvo {
    margin-right: 10px;
  }
}

.stake-7swquf {
  overflow-x: auto;
}

.stake-mdkq2r {
  border-collapse: collapse;
  width: 100%;
}

.stake-7swquf th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.stake-7swquf td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.stake-7swquf td.stake-0sizmv {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.stake-7swquf td.stake-6mpvvu {
  border-right: none;
}

.stake-7swquf td.stake-6mpvvu .stake-5qwzvo {
  justify-content: flex-start;
}

.stake-7swquf td.stake-6mpvvu .stake-5qwzvo img {
  height: auto;
  width: 90px;
}

.stake-7swquf td.stake-rvrnmd,
.stake-7swquf td.stake-0qayxy {
  font-weight: 600;
  text-align: right;
}

.stake-7swquf td.stake-iphsz0,
.stake-7swquf td.stake-rvrnmd {
  padding-bottom: 10px;
  border-bottom: none;
}

.stake-7swquf td.stake-rvrnmd,
.stake-7swquf td.stake-0qayxy {
  border-left: none;
}

.stake-7swquf td.stake-iphsz0,
.stake-7swquf td.stake-ha7r3t {
  border-right: none;
}

.stake-7swquf td.stake-ha7r3t,
.stake-7swquf td.stake-0qayxy {
  border-top: none;
  padding-top: 10px;
}

.stake-ixk2y3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 12px;
  width: 100%;
  border-radius: 12px;
  background-color: var(--fh-bg-color);
  margin-top: 20px;
}

.stake-ixk2y3 .stake-u0z3kv {
  min-width: unset;
  width: 100%;
}

.stake-ixk2y3 .stake-u0z3kv.stake-69puk0 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.stake-ixk2y3 .stake-u0z3kv.stake-lilrvt {
  grid-column: 2/3;
  grid-row: 1/2;
}

.stake-ixk2y3 .stake-x97r7s {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .stake-ixk2y3 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .stake-ixk2y3 .stake-u0z3kv.stake-69puk0 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .stake-ixk2y3 .stake-u0z3kv.stake-lilrvt {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .stake-ixk2y3 .stake-x97r7s {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.stake-bvstfw {
  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;
}

.stake-aaw3y1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.stake-e94h41 p a img {
  margin: 0 auto;
  display: block;
}

.stake-e94h41 table {
  margin-bottom: 17px;
}

/* contanct form */
.stake-q2srdy {
  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-q2srdy label {
  font-size: 14px;
}

.stake-q2srdy h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.stake-q2srdy input,
.stake-q2srdy textarea,
.stake-q2srdy 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-q2srdy button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.stake-7kb86t ease;
}
.stake-q2srdy button:hover {
  background-color: #691204;
}
.stake-7l1lu6 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.stake-xwnml8 ease-in;
}

.stake-7l1lu6 h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}

.stake-ssc3x5 {
    padding: 50px 0 0 50px;
    position: absolute;
    display: flex;
    flex-direction: column;
}

.stake-ssc3x5 .stake-w52j1h {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 25px;
}

.stake-ssc3x5 .stake-fpszpk {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 25px;
}

.stake-ssc3x5 a {
    max-width: 300px;
    color: var(--button-text-color);
    background-color: var(--button-bg-color);
    border: 1px solid var(--border-color);
    transition: 0.2s;
    text-align: center;
    padding: 15px;
}

@media (max-width: 853px) {
    .stake-ssc3x5 .stake-w52j1h {
        font-size: 26px;
    }

    .stake-ssc3x5 .stake-fpszpk {
        font-size: 20px;
    }

    .stake-ssc3x5 a {
        padding: 10px;
        font-size: 15px;
    }
}

@media (max-width: 581px) {
    .stake-ssc3x5 .stake-w52j1h {
        text-align: center;
        padding: 0 25px;
        font-size: 30px;
        overflow-wrap: break-word;
    }

    .stake-ssc3x5 .stake-fpszpk {
        text-align: center;
        padding: 0 25px;
        font-size: 24px;
        overflow-wrap: break-word;
    }

    .stake-ssc3x5 {
        padding: 0 15px;
        margin-top: 100px;
        padding: 0;
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: center;
    }
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.stake-7h9aew, .stake-kvuguw, [class*="review-card"],
thead, thead th, table th, .stake-bgigrp,
.stake-jb8sin, [class*="collapsible-header"],
.stake-0exqek, [class*="updated-block"] {
  color: #ece7dc !important;
}
