@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-nl8yhi {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.stake-pvfdqn {
  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-iynd4k,
ul.stake-iynd4k {
  padding-left: 20px;
}

ul.stake-iynd4k {
  list-style: disc;
}

ol.stake-iynd4k {
  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-18rk5c > .stake-8zpslh,
.stake-18rk5c > .stake-x85pix,
.stake-18rk5c > blockquote,
.stake-18rk5c > h1,
.stake-18rk5c > h2,
.stake-18rk5c > h3,
.stake-18rk5c > h4,
.stake-18rk5c > h5,
.stake-18rk5c > h6,
.stake-18rk5c > ol,
.stake-18rk5c > p,
.stake-18rk5c > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.stake-18rk5c > ol,
.stake-18rk5c > ul {
  padding-left: 50px;
}

.stake-18rk5c 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-18rk5c:not(:last-child) {
  margin-bottom: 2rem;
}

.stake-18rk5c > :not(:first-child) {
  margin-top: 2rem;
}

.stake-18rk5c {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.stake-18rk5c:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .stake-18rk5c:first-child {
    margin-top: 20px;
  }
}

.stake-18rk5c > p:last-of-type {
  margin-bottom: 32px;
}

.stake-18rk5c > .stake-neffhq:not(:first-child) {
  margin: 64px auto 16px auto;
}

.stake-uqqqpu > .stake-neffhq {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.stake-x85pix {
  overflow: auto;
}

.stake-x85pix::-webkit-scrollbar {
  height: 5px;
}

.stake-x85pix table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.stake-x85pix table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.stake-x85pix table thead,
table thead {
  border-bottom: none;
}

.stake-x85pix table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.stake-x85pix table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.stake-x85pix table td,
table td {
  border: 1px solid var(--border-color);
  padding: 15px 5px;
}

.stake-x85pix .stake-asztbu {
  table-layout: auto;
}

.stake-x85pix .stake-asztbu th {
  word-break: normal;
}

.stake-x85pix .stake-asztbu td {
  word-break: normal;
}

.stake-nl8yhi .stake-nl8yhi {
  padding-right: 0;
  padding-left: 0;
}

.stake-jg5dv1 {
  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-7ymmrs {
  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-htvnm2 {
  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-8zpslh {
  margin-top: 24px;
}

.stake-8zpslh.stake-ccv32z {
  text-align: left;
}

.stake-8zpslh.stake-60aprr {
  text-align: right;
}

.stake-8zpslh.stake-ix5s1b {
  text-align: center;
}

.stake-4tgq15 {
  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-pi70hz ease-in-out;
  cursor: pointer;
}

.stake-4tgq15:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.stake-4tgq15 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .stake-4tgq15 {
    min-width: unset;
  }
}

.stake-66kn7g {
  background-color: var(--fh-bg-color);
}

.stake-lv99td {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.stake-zutlhq {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.stake-zutlhq img {
  max-height: 80px;
  object-fit: contain;
}

.stake-cal5nw {
  flex: 1 1;
}

.stake-nehzwc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.stake-jh1w8j {
  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-jh1w8j 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-jh1w8j.stake-v0qfa6 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.stake-jh1w8j.stake-v0qfa6 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.stake-jh1w8j.stake-v0qfa6 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.stake-cal5nw + .stake-nehzwc {
  margin-left: 20px;
}

.stake-045agu {
  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-045agu > svg {
  max-width: 24px;
  max-height: 24px;
}

.stake-045agu + .stake-045agu {
  margin-left: 5px;
}

.stake-1gp34n {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.stake-1gp34n:hover {
  background-color: var(--button-bg-hover);
}

.stake-9gayge {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.stake-pi70hz ease-in-out;
  border: 1px solid var(--border-color);
}

.stake-9gayge:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.stake-mr1zy2 {
  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-cal5nw {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .stake-mr1zy2 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .stake-cal5nw {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .stake-045agu {
    min-width: unset;
    flex: 1 1;
  }
}

.stake-whgp32 {
  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-whgp32:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.stake-whgp32:hover .stake-vsyjdl {
  opacity: 1;
  pointer-events: auto;
  padding: 15px;
}

.stake-mud51w {
  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-dcaj0j ease-in-out;
  gap: 4px;
}

.stake-mud51w > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.stake-mud51w .stake-jg5dv1 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.stake-mmd0mu,
.stake-mud51w:hover {
  color: var(--button-bg-hover);
}

.stake-mrdr3e {
  position: relative;
}

.stake-mrdr3e .stake-mud51w {
  margin-right: 0;
  padding-right: 4px;
}

.stake-jctenx svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.stake-mrdr3e.stake-v0qfa6 .stake-jctenx svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.stake-mrdr3e.stake-v0qfa6 .stake-vsyjdl {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.stake-mrdr3e.stake-v0qfa6 .stake-vsyjdl::before {
  display: none;
}

.stake-jctenx svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.stake-vsyjdl {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.stake-pr022x 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.stake-vsyjdl::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.stake-vsyjdl:hover {
  color: var(--fh-bg-color);
}

.stake-ojo889 {
  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-pr022x 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.stake-dcaj0j ease-in-out;
  -o-transition: 0.stake-dcaj0j ease-in-out;
  transition: 0.stake-dcaj0j ease-in-out;
}

.stake-ojo889 .stake-jg5dv1 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.stake-852e7w,
.stake-ojo889:hover {
  color: var(--button-bg-hover);
}

.stake-x1c4ic {
  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-x1c4ic.stake-tubtjz {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.stake-x1c4ic.stake-tubtjz:after,
.stake-x1c4ic.stake-tubtjz:before {
  content: "";
  position: absolute;
  margin: auto;
}

.stake-x1c4ic.stake-tubtjz: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-x1c4ic.stake-tubtjz:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.stake-x1c4ic.stake-tubtjz > * {
  z-index: 1;
}

.stake-x1c4ic b,
.stake-x1c4ic strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.stake-x1c4ic .stake-hmky6p {
  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-x1c4ic .stake-e9dfvg {
  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-x1c4ic .stake-jg5dv1 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.stake-x1c4ic .stake-2eizlr {
  margin-top: 12px;
}

.stake-2eizlr {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.stake-mjz3zs {
  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-2eizlr .stake-0zgpzc {
  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-pi70hz ease-in-out;
}

.stake-2eizlr .stake-0zgpzc:hover {
  background: rgba(255, 255, 255, 0.3);
}

.stake-d6fbxp {
  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-x1c4ic.stake-u8u9vl {
  gap: 12px;
  padding: 16px;
}

.stake-x1c4ic.stake-u8u9vl .stake-d6fbxp {
  min-width: 240px;
}

.stake-x1c4ic.stake-u8u9vl .stake-d6fbxp.stake-tw8vlf {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .stake-x1c4ic .stake-hmky6p {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .stake-x1c4ic .stake-e9dfvg {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .stake-x1c4ic .stake-jg5dv1 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .stake-x1c4ic.stake-u8u9vl .stake-jg5dv1 {
    max-width: 126px;
  }
  .stake-x1c4ic .stake-2eizlr {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .stake-x1c4ic .stake-mjz3zs {
    max-width: unset;
  }
  .stake-d6fbxp {
    min-width: unset;
    width: 100%;
  }
  .stake-x1c4ic .stake-d6fbxp {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .stake-x1c4ic.stake-u8u9vl {
    grid-template-rows: auto 1fr auto;
  }
  .stake-x1c4ic.stake-u8u9vl .stake-d6fbxp {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .stake-x1c4ic {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .stake-x1c4ic .stake-hmky6p {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .stake-x1c4ic .stake-jg5dv1 {
    max-width: 78px;
  }
  .stake-x1c4ic .stake-2eizlr {
    margin-top: -12px;
  }
  .stake-x1c4ic.stake-u8u9vl {
    gap: 8px;
  }
  .stake-x1c4ic.stake-u8u9vl .stake-hmky6p {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .stake-x1c4ic.stake-u8u9vl .stake-e9dfvg {
    grid-column: 1/3;
  }
  .stake-x1c4ic.stake-u8u9vl .stake-jg5dv1 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .stake-x1c4ic.stake-u8u9vl .stake-jg5dv1 img {
    max-width: 114px;
  }
}

.stake-d6fbxp.stake-gbgk19,
.stake-d6fbxp.stake-lqulfv,
.stake-d6fbxp.stake-t6jvia {
  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-pi70hz ease-in-out;
}

.stake-d6fbxp.stake-gbgk19,
.stake-d6fbxp.stake-t6jvia {
  padding: 10px;
}

.stake-d6fbxp.stake-gbgk19:hover,
.stake-d6fbxp.stake-lqulfv:hover,
.stake-d6fbxp.stake-t6jvia:hover {
  background: var(--button-bg-hover);
}

.stake-d6fbxp.stake-gbgk19:hover svg path,
.stake-d6fbxp.stake-t6jvia:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.stake-d6fbxp.stake-tw8vlf {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.stake-pi70hz ease-in-out;
  background: var(--button-bg-color);
}

.stake-d6fbxp.stake-tw8vlf:hover {
  background-color: var(--button-bg-hover);
}

.stake-d6fbxp.stake-lqulfv: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-d6fbxp.stake-lqulfv:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.stake-d6fbxp.stake-tw8vlf:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.stake-h4tn6h {
  max-width: 650px;
}

.stake-ae7fdy {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.stake-72ajb3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.stake-n9n2ks {
  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-dcaj0j ease-in-out;
  cursor: pointer;
}

.stake-n9n2ks:hover {
  opacity: 0.5;
}

.stake-n9n2ks:focus {
  outline: 0;
}

.stake-n9n2ks:focus .stake-bp76tz,
.stake-n9n2ks:hover .stake-bp76tz {
  fill: red;
  fill-opacity: 1;
}

.stake-n9n2ks:hover {
  cursor: pointer;
}

.stake-r1innt {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.stake-h4tn6h.stake-ix5s1b {
  margin: 0 auto;
}

.stake-h4tn6h.stake-60aprr {
  margin-left: auto;
}

.stake-vnfwxq {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.stake-sw5boq {
  padding-bottom: 50px;
}

.stake-3xqzqw {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.stake-n0e4tk {
  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-s0fjfr {
  margin-top: 24px;
}

.stake-dpw6fg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stake-tmoim8 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.stake-0z6pqa {
  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-jgzbmf {
  width: 468px;
}

.stake-0z6pqa .stake-vsyjdl {
  margin: 0.stake-xve1zj 0;
}

.stake-b9azpf {
  display: flex;
  min-width: 224px;
}

.stake-4ejasl {
  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-dcaj0j ease-in-out;
}

.stake-yrz7k9,
.stake-4ejasl:hover {
  color: var(--text-color);
}

.stake-mbjngn {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.stake-5zazl1 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .stake-vnfwxq {
    padding: 16px;
  }
  .stake-mbjngn {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .stake-5zazl1 {
    align-items: center;
  }
  .stake-jgzbmf {
    width: unset;
  }
  .stake-b9azpf {
    min-width: unset;
  }
  .stake-0z6pqa {
    max-height: unset;
  }
  .stake-3xqzqw {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .stake-vnfwxq {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.stake-1x3bn8 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.stake-1x3bn8:not(:last-child) {
  margin-bottom: 16px;
}

.stake-qrb49d {
  outline: 0;
}

.stake-qrb49d .stake-jguubv {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.stake-dwq537 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .stake-dwq537 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.stake-dwq537::-webkit-details-marker {
  display: none;
}

.stake-dwq537: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-dwq537: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-dwq537:after {
  transform: unset;
}

.stake-jguubv {
  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-jguubv 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-dcaj0j ease-in-out;
  -o-transition: 0.stake-dcaj0j ease-in-out;
  transition: 0.stake-dcaj0j ease-in-out;
}

.stake-1mmyou {
  padding: 16px 0 0 0;
}

.stake-1mmyou * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .stake-1mmyou :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .stake-dwq537 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .stake-dwq537::after {
    margin-left: auto;
  }
  .stake-jguubv {
    order: 3;
    flex: 1 1 100%;
  }
  .stake-dwq537 {
    font-size: 14px;
    line-height: 130%;
  }
  .stake-jguubv svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.stake-ktrk2h {
  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-u70euv {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.stake-ktrk2h.stake-v0qfa6 .stake-u70euv {
  margin-bottom: 12px;
}

.stake-u70euv::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-ktrk2h.stake-v0qfa6 .stake-u70euv::after {
  transform: unset;
}

.stake-93dj4w {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.stake-3ram9v {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.stake-dcaj0j ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.stake-3ram9v: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-ktrk2h.stake-v0qfa6 .stake-93dj4w {
  max-height: 100%;
}

.stake-fkkv98 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.stake-gqj7cc {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.stake-t56zlr {
  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-db9144 {
  margin-right: 4px;
}

.stake-kgxtls {
  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-dcaj0j ease-in-out;
}

.stake-kgxtls svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.stake-v21si0,
.stake-kgxtls:hover {
  color: var(--text-color);
}

.stake-4995hb {
  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-4995hb img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.stake-4995hb .stake-xkt5zi {
  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-4995hb .stake-0v84fp {
  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-4anan7 {
  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-zc2csi {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.stake-qab3bi .stake-nl8yhi {
  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-qab3bi {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.stake-3527xm {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.stake-jmc5i5 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.stake-ea3c22 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.stake-bv7oey 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-ea3c22:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.stake-e3ec62 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.stake-4yd5yz {
  -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-dcaj0j ease-in-out;
  transition: transform 0.stake-dcaj0j ease-in-out;
  -o-transition: transform 0.stake-dcaj0j ease-in-out;
  transition:
    transform 0.stake-dcaj0j ease-in-out,
    -webkit-transform 0.stake-dcaj0j ease-in-out;
  cursor: pointer;
}

.stake-4yd5yz svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.stake-4yd5yz: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-mrxf83 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .stake-mrxf83 {
    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-tunja0 {
  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-g7wuxd {
  position: relative;
  width: 100%;
}

.stake-tunja0.stake-ddhb6r {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.stake-tunja0.stake-ix5s1b {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.stake-tunja0.stake-60aprr {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.stake-11o2ht {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.stake-4tidx5 {
  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-dcaj0j ease-in-out;
  cursor: pointer;
}

.stake-4tidx5:hover {
  opacity: 0.5;
}

.stake-tunja0.stake-cde44q .stake-4tidx5 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.stake-tunja0.stake-cde44q .stake-11o2ht {
  cursor: pointer;
}

.stake-4u9rlt {
  fill: #0009;
}

.stake-v0dhkg {
  fill: #fff;
}

.stake-4tidx5:hover .stake-4u9rlt {
  fill: red;
}

.stake-4tidx5 svg path {
  -webkit-transition: 0.stake-dcaj0j ease-in-out;
  -o-transition: 0.stake-dcaj0j ease-in-out;
  transition: 0.stake-dcaj0j ease-in-out;
}

.stake-7a2d89 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.stake-7a2d89 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.stake-7a2d89.stake-eke2to > :not(.get-image) {
  grid-column: 1/3;
}

.stake-8b1do5:not(._h1-block) .stake-7a2d89 > .stake-neffhq {
  grid-row: 1/2;
  grid-column: 1/3;
}

.stake-7a2d89.stake-eke2to .stake-9o6mrh {
  grid-column: 2/3;
}

.stake-7a2d89.stake-eke2to > .stake-jg5dv1 {
  grid-column: 1/2;
}

.stake-7a2d89.stake-eke2to > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.stake-7a2d89 > p:first-of-type {
  margin-top: 0;
}

.stake-7a2d89 .stake-jg5dv1 {
  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-8b1do5:not(._h1-block) .stake-neffhq ~ .stake-jg5dv1 {
  grid-row: 2/10;
}

.stake-8b1do5.stake-8vvslr .stake-neffhq ~ .stake-jg5dv1 {
  grid-row: 1/10;
}

.stake-8b1do5.stake-8vvslr > .stake-neffhq {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.stake-8b1do5.stake-8vvslr .stake-jg5dv1 {
  grid-row: 1/10;
}

.stake-7a2d89.stake-xlvqfn .stake-jg5dv1 {
  align-items: flex-start;
}

.stake-7a2d89.stake-ix5s1b .stake-9o6mrh {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.stake-7a2d89.stake-ix5s1b .stake-jg5dv1 {
  align-items: center;
}

.stake-7a2d89.stake-qdm6ka .stake-jg5dv1 {
  align-items: flex-end;
}

.stake-9o6mrh > :first-child {
  margin-top: 0;
}

.stake-9o6mrh > :last-child {
  margin-bottom: 0;
}

* + .stake-4724gp,
.stake-8b1do5 + .stake-8b1do5 {
  margin-top: 2rem;
}

.stake-thiw5k td::before,
.stake-thiw5k th::after {
  display: none !important;
}

.stake-thiw5k #link-selector {
  color: #000;
}

.stake-thiw5k .stake-91nycd {
  color: #135e96;
}

.stake-thiw5k .stake-cf4ij7 *,
.stake-thiw5k .stake-htc3xt p,
.stake-thiw5k .stake-8wyz6y * {
  color: #000;
}

.stake-thiw5k .stake-24xsbp {
  background: 0 0 !important;
}

.stake-thiw5k .stake-8hkthc {
  color: #000;
}

.stake-thiw5k .stake-c80lgp.stake-rziq21 {
  color: #fff;
}

.stake-thiw5k .stake-ooxv1d {
  color: #000;
}

.stake-thiw5k
  .stake-adnf79
  .stake-rd8l6h.stake-rziq21.stake-1mukbl {
  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-9j2ysv,
body .stake-0zk61h {
  color: #000;
  background: var(--color-body) !important;
}

.stake-9j2ysv .stake-qjoqqy .stake-4o2s17,
body .stake-0zk61h .stake-qjoqqy .stake-4o2s17 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .stake-3ram9v:focus,
  .stake-3ram9v:hover {
    color: #f9cb16;
  }
  .stake-k983pb:focus,
  .stake-k983pb:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .stake-v59o2o:focus img,
  .stake-v59o2o:focus svg,
  .stake-v59o2o:hover img,
  .stake-v59o2o:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .stake-4995hb {
    display: none;
  }
}

@media (min-width: 1024px) {
  .stake-mrdr3e:hover .stake-jctenx svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .stake-jctenx {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .stake-dwh6lk {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .stake-dw3zlk {
    grid-template-columns: repeat(4, 1fr);
  }
  .stake-hyuw8b {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .stake-jz5iir .stake-bqeeym {
    grid-template-columns: 1fr;
  }
  .stake-jz5iir .stake-g0imuh {
    -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-jz5iir .stake-3spcvb {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .stake-jz5iir .stake-7qqc3p {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .stake-jz5iir .stake-219kbk {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .stake-jz5iir .stake-3spcvb:not(:first-child) {
    border: none;
  }
  .stake-jz5iir .stake-3spcvb:first-child .stake-7qqc3p {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .stake-jz5iir .stake-3spcvb:last-child .stake-7qqc3p {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .stake-lv99td {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .stake-zutlhq {
    max-width: 100px;
  }
  .stake-cal5nw {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .stake-nehzwc {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .stake-nehzwc svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .stake-jh1w8j {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .stake-cal5nw + .stake-nehzwc {
    margin-left: auto;
  }
  .stake-h928cs {
    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-h928cs.stake-v0qfa6 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .stake-mr1zy2 {
    -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-whgp32 {
    width: 100%;
  }
  .stake-whgp32:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .stake-mud51w {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .stake-mud51w svg {
    margin-right: 4px;
  }
  .stake-mrdr3e {
    -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-jctenx svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .stake-jctenx {
    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-vsyjdl {
    display: none;
    width: 100%;
  }
  .stake-mrdr3e.stake-v0qfa6 .stake-vsyjdl {
    padding: 0 0 0 48px;
  }
  .stake-ojo889 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .stake-n0e4tk .stake-jg5dv1 {
    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-v5kwre {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .stake-v5kwre + .stake-v5kwre {
    margin-right: 0;
  }
  .stake-v5kwre + .stake-jg5dv1 {
    margin: 0;
  }
  .stake-dwh6lk {
    grid-template-columns: repeat(4, 1fr);
  }
  .stake-dw3zlk {
    grid-template-columns: repeat(3, 1fr);
  }
  .stake-lmbftb,
  .stake-c0ga2v {
    grid-template-columns: repeat(2, 1fr);
  }
  .stake-7a2d89 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .stake-7a2d89.stake-eke2to .stake-9o6mrh {
    grid-column: auto;
    grid-row: auto;
  }
  .stake-7a2d89 > .stake-neffhq {
    grid-column: 1/2;
  }
  .stake-7a2d89.stake-eke2to > :not(.get-image) {
    grid-column: 1/2;
  }
  .stake-7a2d89 .stake-jg5dv1,
  .stake-7a2d89.stake-eke2to > .stake-jg5dv1 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .stake-7a2d89.stake-eke2to > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .stake-8b1do5.stake-8vvslr .stake-7a2d89 > .stake-jg5dv1 {
    grid-row: 1/2;
  }
  .stake-7a2d89 .stake-neffhq ~ .stake-jg5dv1,
  .stake-7a2d89.stake-eke2to .stake-neffhq ~ .stake-jg5dv1 {
    grid-row: 2/3;
  }
  .stake-8b1do5.stake-8vvslr .stake-neffhq ~ .stake-jg5dv1 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .stake-18rk5c:first-child .stake-mpq3ks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .stake-18rk5c:first-child .stake-mpq3ks h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .stake-18rk5c {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .stake-18rk5c {
    padding: 0;
  }
  .stake-8zpslh {
    margin-top: 1rem;
  }
  .stake-qrb49d {
    border-radius: 5px;
  }
  .stake-l6tyqa {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .stake-u70euv::after {
    display: inline-block;
  }
  .stake-u70euv {
    margin: 0;
    width: 100%;
  }
  .stake-93dj4w {
    width: 100%;
  }
  .stake-93dj4w.stake-ja5qtk {
    -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-93dj4w.stake-ja5qtk .stake-z0spbn {
    width: 100%;
  }
  .stake-93dj4w.stake-ja5qtk .stake-z0spbn:not(:last-child) {
    margin-right: 0;
  }
  .stake-3ram9v {
    width: 100%;
    text-align: center;
  }
  .stake-ktrk2h.stake-v0qfa6 .stake-93dj4w {
    margin-top: 1rem;
  }
  .stake-dwh6lk {
    grid-template-columns: repeat(3, 1fr);
  }
  .stake-hyuw8b,
  .stake-dw3zlk {
    grid-template-columns: repeat(2, 1fr);
  }
  .stake-lmbftb,
  .stake-c0ga2v,
  .stake-u4vpj4 {
    grid-template-columns: 1fr;
  }
  .stake-5hpasl {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .stake-dsujde {
    min-width: 300px;
    max-width: 325px;
  }
  .stake-7qqc3p {
    cursor: auto;
  }
  .stake-110jcv .stake-7qqc3p {
    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-mrxf83 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .stake-vsyjdl {
    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-mrxf83 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.stake-v5kwre p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .stake-nehzwc {
    margin: 0 -0.2rem;
  }
  .stake-v5kwre {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .stake-m027ru {
    -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-n2jxoy {
    max-width: 100%;
  }
  .stake-dwh6lk {
    grid-template-columns: repeat(2, 1fr);
  }
  .stake-hyuw8b,
  .stake-dw3zlk {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .stake-lv99td {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .stake-nehzwc {
    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-66kn7g {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .stake-045agu {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .stake-15vqnn,
  .stake-v9ryo3 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .stake-4tgq15 {
    width: 100%;
  }
  .stake-dwh6lk {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .stake-mrxf83 {
    top: 127px !important;
  }
}

.stake-61j7ss {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .stake-61j7ss {
  }
}

@media (max-width: 767px) {
  .stake-61j7ss {
    margin-bottom: 12px;
  }
}

.stake-61j7ss img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.stake-lp9wyc {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.stake-lp9wyc > .stake-70iz6y {
  flex: 1 1;
}

@media (max-width: 767px) {
  .stake-lp9wyc {
    flex-direction: column;
    gap: 12px;
  }
}

.stake-sycjj7 {
  display: flex;
}

.stake-sycjj7 .stake-xgbq6r {
  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-sycjj7 .stake-z53nek {
  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-sycjj7 .stake-ejaj79 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.stake-sycjj7 .stake-m8uvmx {
  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-sycjj7 .stake-m8uvmx:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.stake-sycjj7 .stake-fmyc7b {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.stake-xpgct6 {
  border: unset;
  background-color: unset;
}

.stake-xpgct6 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.stake-xpgct6 .stake-6aqhte,
.stake-xpgct6 .stake-axta5q {
  flex: 0 1 330px;
}

.stake-xpgct6 .stake-b5t8ry {
  flex: 1 1;
}

.stake-xpgct6 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-xpgct6 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.stake-xpgct6 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.stake-xpgct6 tr td p {
  color: #fff;
  margin: 0;
}

.stake-xpgct6 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.stake-xpgct6 tr.stake-6aqhte td p {
  padding: 16px 0;
}

.stake-xpgct6 tr.stake-6aqhte td p:not(:last-child),
.stake-xpgct6 tr.stake-axta5q td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.stake-xpgct6 tr.stake-6aqhte td p:first-child,
.stake-xpgct6 tr.stake-axta5q td p:first-child {
  padding-top: 0;
}

.stake-xpgct6 tr.stake-axta5q td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.stake-xpgct6 tr.stake-axta5q td p:last-child {
  padding-bottom: 0;
}

.stake-xpgct6 .stake-axta5q img {
  max-width: 32px;
}

.stake-xpgct6 .stake-b5t8ry {
  min-width: 718px;
}

.stake-xpgct6 .stake-b5t8ry td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.stake-xpgct6 .stake-b5t8ry td {
  display: flex;
}

.stake-xpgct6 .stake-b5t8ry td:last-child .stake-ybsvy4,
.stake-xpgct6 .stake-b5t8ry td:last-child .stake-9mdj3h,
.stake-xpgct6 .stake-b5t8ry td:last-child .stake-0z9d56 {
  flex: 1 1 50%;
}

.stake-xpgct6 .stake-b5t8ry td:last-child .stake-9dag83 {
  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-xpgct6 .stake-b5t8ry td:last-child .stake-qpj3oq,
.stake-xpgct6 .stake-b5t8ry td:last-child .stake-0dlptu {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.stake-xpgct6 .stake-b5t8ry td:last-child .stake-ybsvy4,
.stake-xpgct6 .stake-b5t8ry td:last-child .stake-9mdj3h {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.stake-xpgct6 .stake-b5t8ry td:last-child .stake-ybsvy4 span,
.stake-xpgct6 .stake-b5t8ry td:last-child .stake-9mdj3h span {
  font-weight: 800;
}

.stake-xpgct6 .stake-b5t8ry img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .stake-xpgct6 .stake-b5t8ry td .stake-0z9d56:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .stake-xpgct6 tr.stake-6aqhte td p:last-child {
    padding-bottom: 0;
  }
  .stake-xpgct6 .stake-axta5q > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .stake-xpgct6 .stake-axta5q > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .stake-xpgct6 tr.stake-6aqhte td p:not(:last-child),
  .stake-xpgct6 tr.stake-axta5q td p:not(:last-child) {
    border-bottom: unset;
  }
  .stake-xpgct6 tr.stake-axta5q td p:last-child {
    padding-bottom: 12px;
  }
  .stake-xpgct6 .stake-b5t8ry td:last-child .stake-ybsvy4,
  .stake-xpgct6 .stake-b5t8ry td:last-child .stake-9mdj3h,
  .stake-xpgct6 .stake-b5t8ry td:last-child .stake-0z9d56 {
    flex: 1 1 50%;
    padding: 0;
  }
  .stake-xpgct6 .stake-b5t8ry td:last-child .stake-ybsvy4,
  .stake-xpgct6 .stake-b5t8ry td:last-child .stake-9mdj3h {
    margin-top: 16px;
  }
  .stake-xpgct6 .stake-b5t8ry td:last-child .stake-0z9d56 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .stake-xpgct6 .stake-b5t8ry td:last-child .stake-ybsvy4 {
    border-right: 1px solid var(--border-color);
  }
  .stake-xpgct6 .stake-b5t8ry td:last-child .stake-0z9d56:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .stake-xpgct6 .stake-b5t8ry td:last-child .stake-0z9d56:last-child {
    padding-bottom: 0;
  }
}

.stake-0z9d56 {
  display: flex;
  flex-direction: column;
}

.stake-xpgct6 .stake-b5t8ry td .stake-0z9d56 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.stake-xpgct6 .stake-b5t8ry td .stake-0z9d56:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.stake-xpgct6 .stake-b5t8ry td .stake-0z9d56:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .stake-xpgct6 .stake-b5t8ry td .stake-0z9d56:not(:first-child) {
    padding-left: 0;
  }
  .stake-xpgct6 .stake-b5t8ry td .stake-0z9d56:not(:last-of-type) {
    border-right: unset;
  }
}

.stake-xpgct6 .stake-g1jqrq {
  flex: 0 1 485px;
}

.stake-xpgct6 .stake-samxki {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.stake-xpgct6 .stake-samxki li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.stake-xpgct6 .stake-samxki li.stake-y5rjn1 {
  padding: 6px 12px;
}

.stake-xpgct6 .stake-samxki li a,
.stake-xpgct6 .stake-samxki 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-xpgct6 .stake-6qbn85,
.stake-xpgct6 .stake-w5b9pt {
  flex: 1 1;
}

.stake-xpgct6 .stake-yxmxjw,
.stake-xpgct6 .stake-hb4qxi {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.stake-xpgct6 .stake-yxmxjw li,
.stake-xpgct6 .stake-hb4qxi li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.stake-xpgct6 .stake-w5b9pt img {
  max-width: 32px;
}

.stake-xpgct6 .stake-6qbn85 img {
  max-width: 32px;
}

.stake-xpgct6 .stake-32uy76 {
  min-width: 280px;
}

.stake-xpgct6 .stake-32uy76 img {
  max-width: 146px;
}

.stake-xpgct6 .stake-32uy76 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .stake-xpgct6 .stake-6aqhte,
  .stake-xpgct6 .stake-axta5q {
    flex: 0 1 auto;
  }
  .stake-xpgct6 .stake-b5t8ry {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .stake-xpgct6 .stake-6aqhte,
  .stake-xpgct6 .stake-g1jqrq,
  .stake-xpgct6 .stake-axta5q,
  .stake-xpgct6 .stake-b5t8ry {
    flex: 1 1 calc(50% - 20px);
  }
  .stake-xpgct6 .stake-6qbn85,
  .stake-xpgct6 .stake-32uy76,
  .stake-xpgct6 .stake-w5b9pt {
    flex: 1 1 30%;
  }
  .stake-xpgct6 .stake-32uy76 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .stake-xpgct6 .stake-6aqhte,
  .stake-xpgct6 .stake-g1jqrq,
  .stake-xpgct6 .stake-6qbn85,
  .stake-xpgct6 .stake-axta5q,
  .stake-xpgct6 .stake-b5t8ry,
  .stake-xpgct6 .stake-32uy76,
  .stake-xpgct6 .stake-w5b9pt {
    flex: 1 1 100%;
  }
}

.stake-g2jqmi .stake-nbobq9 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.stake-g2jqmi .stake-mq6dg0 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.stake-g2jqmi .stake-yfq8xo {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.stake-g2jqmi .stake-6mgq9l {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.stake-g2jqmi .stake-6mgq9l > :nth-child(3) {
  margin-top: 0;
}

.stake-g2jqmi .stake-jg5dv1 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.stake-g2jqmi .stake-lp04gs {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.stake-g2jqmi .stake-8zpslh {
  grid-column: 1/2;
}

.stake-g2jqmi > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.stake-g2jqmi .stake-mq6dg0: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-g2jqmi .stake-mq6dg0:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.stake-g2jqmi .stake-4tgq15 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .stake-g2jqmi .stake-mq6dg0:not(:last-child):before {
    bottom: 8px;
  }
  .stake-g2jqmi .stake-mq6dg0:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .stake-g2jqmi .stake-6mgq9l {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .stake-g2jqmi .stake-jg5dv1 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .stake-g2jqmi .stake-jg5dv1 img {
    width: 100%;
    height: auto;
  }
  .stake-g2jqmi .stake-4tgq15 {
    width: 100%;
    min-width: unset;
  }
}

.stake-vezz3h .stake-y27f4f {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.stake-vezz3h .stake-vyqcth {
  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-vezz3h .stake-jg5dv1 {
  height: 100%;
}

.stake-vezz3h .stake-jg5dv1 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.stake-vezz3h .stake-u48gm2 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.stake-vezz3h .stake-puoipd {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.stake-vezz3h .stake-2mgeyi {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .stake-vezz3h .stake-vyqcth {
    flex: 1 1 100%;
  }
  .stake-vezz3h .stake-d6fbxp {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .stake-vezz3h .stake-vyqcth {
    flex-direction: column;
  }
  .stake-vezz3h .stake-jg5dv1 {
    width: 100%;
    height: auto;
  }
  .stake-vezz3h .stake-jg5dv1 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .stake-vezz3h .stake-u48gm2 {
    padding: 0 16px 16px 16px;
  }
  .stake-vezz3h .stake-d6fbxp {
    min-width: unset;
    width: 100%;
  }
}

.stake-lcumov .stake-8s9v1w {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.stake-lcumov .stake-es19fv {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.stake-lcumov 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-lcumov .stake-hxvxqr {
  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-lcumov .stake-es19fv:hover .stake-hxvxqr {
  display: flex;
}

.stake-lcumov .stake-pcvd3h {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.stake-lcumov .stake-2i2ctk {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.stake-c1fajb {
  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-c1fajb.stake-eqfxsq {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.stake-pi70hz ease-in-out;
}

.stake-c1fajb.stake-eqfxsq:hover {
  color: #f9cb16;
  background-color: transparent;
}

.stake-lcumov .stake-j5ub3p {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.stake-pi70hz ease-in-out;
}

.stake-lcumov .stake-j5ub3p:hover {
  color: #196948;
  background-color: #f9cb16;
}

.stake-lcumov .stake-j5ub3p:after,
.stake-c1fajb.stake-eqfxsq:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.stake-c1fajb.stake-eqfxsq:after {
  background-image: url(../images/Cash.svg);
}

.stake-lcumov .stake-j5ub3p:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .stake-lcumov .stake-8s9v1w {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .stake-lcumov .stake-8s9v1w {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .stake-lcumov .stake-8s9v1w {
    grid-template-columns: 1fr;
  }
  .stake-lcumov .stake-es19fv {
    height: auto;
  }
  .stake-lcumov .stake-es19fv .stake-hxvxqr {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .stake-lcumov .stake-pcvd3h,
  .stake-lcumov .stake-2i2ctk {
    text-align: left;
  }
  .stake-lcumov .stake-2i2ctk {
    margin-bottom: 8px;
  }
  .stake-lcumov img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.stake-pyxmos {
  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-pyxmos.stake-cde44q {
  display: block;
}

.stake-pyxmos .stake-u41ydf {
  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-pyxmos .stake-u9vt24 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.stake-pyxmos .stake-qipfo4 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.stake-pyxmos .stake-n36fpx {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.stake-pyxmos .stake-c1fajb {
  min-width: 296px;
  margin-bottom: 0;
}

.stake-pyxmos .stake-phz4ke {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.stake-pyxmos .stake-rijn2n {
  position: relative;
  flex: 1 1;
}

.stake-pyxmos .stake-rijn2n iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .stake-pyxmos .stake-u9vt24 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .stake-pyxmos .stake-qipfo4 {
    order: 1;
  }
  .stake-pyxmos .stake-n36fpx {
    order: 3;
    flex: 1 1 100%;
  }
  .stake-pyxmos .stake-c1fajb {
    width: 100%;
    min-width: unset;
  }
  .stake-pyxmos .stake-phz4ke {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .stake-7a2d89 > .stake-neffhq {
    margin-bottom: 0;
  }
  .stake-7a2d89 > .stake-8zpslh,
  .stake-7a2d89 > p {
    margin-top: 0;
  }
}

.stake-z39tf8 img,
.stake-v5kwre img {
  width: auto;
  object-fit: contain;
}

.stake-z39tf8 {
  align-items: center;
}

.stake-z39tf8 img {
  max-height: 76px;
}

.stake-v5kwre img {
  max-height: 64px;
}

.stake-9r1us5 {
  overflow: auto;
}

.stake-c72cr9 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.stake-6i2r05:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.stake-fg9uqk {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.stake-ghfagv {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.stake-fg9uqk .stake-jg5dv1 {
  margin-right: 20px;
  flex-shrink: 0;
}

.stake-fg9uqk img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.stake-21xxi1 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.stake-21xxi1 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .stake-fg9uqk {
    padding: 15px 10px;
  }
  .stake-21xxi1 {
    padding: 15px 10px;
  }
  .stake-fg9uqk .stake-jg5dv1 {
    margin-right: 10px;
  }
}

.stake-u1cgrq {
  overflow-x: auto;
}

.stake-u041ub {
  border-collapse: collapse;
  width: 100%;
}

.stake-u1cgrq th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.stake-u1cgrq td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.stake-u1cgrq td.stake-gca475 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.stake-u1cgrq td.stake-ikjaxb {
  border-right: none;
}

.stake-u1cgrq td.stake-ikjaxb .stake-jg5dv1 {
  justify-content: flex-start;
}

.stake-u1cgrq td.stake-ikjaxb .stake-jg5dv1 img {
  height: auto;
  width: 90px;
}

.stake-u1cgrq td.stake-w4nczf,
.stake-u1cgrq td.stake-2vxxfd {
  font-weight: 600;
  text-align: right;
}

.stake-u1cgrq td.stake-9nofr3,
.stake-u1cgrq td.stake-w4nczf {
  padding-bottom: 10px;
  border-bottom: none;
}

.stake-u1cgrq td.stake-w4nczf,
.stake-u1cgrq td.stake-2vxxfd {
  border-left: none;
}

.stake-u1cgrq td.stake-9nofr3,
.stake-u1cgrq td.stake-zupj03 {
  border-right: none;
}

.stake-u1cgrq td.stake-zupj03,
.stake-u1cgrq td.stake-2vxxfd {
  border-top: none;
  padding-top: 10px;
}

.stake-6inois {
  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-6inois .stake-d6fbxp {
  min-width: unset;
  width: 100%;
}

.stake-6inois .stake-d6fbxp.stake-gbgk19 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.stake-6inois .stake-d6fbxp.stake-t6jvia {
  grid-column: 2/3;
  grid-row: 1/2;
}

.stake-6inois .stake-zdenlx {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .stake-6inois {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .stake-6inois .stake-d6fbxp.stake-gbgk19 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .stake-6inois .stake-d6fbxp.stake-t6jvia {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .stake-6inois .stake-zdenlx {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.stake-6vytkk {
  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-kjhmdo {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.stake-uqqqpu p a img {
  margin: 0 auto;
  display: block;
}

.stake-uqqqpu table {
  margin-bottom: 17px;
}

/* contanct form */
.stake-ozttpd {
  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-ozttpd label {
  font-size: 14px;
}

.stake-ozttpd h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.stake-ozttpd input,
.stake-ozttpd textarea,
.stake-ozttpd 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-ozttpd button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.stake-pi70hz ease;
}
.stake-ozttpd button:hover {
  background-color: #691204;
}
.stake-b5sef6 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.stake-gi84q0 ease-in;
}

.stake-b5sef6 h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}

.stake-2e8hdi {
    padding: 50px 0 0 50px;
    position: absolute;
    display: flex;
    flex-direction: column;
}

.stake-2e8hdi .stake-m9l81a {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 25px;
}

.stake-2e8hdi .stake-owplsp {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 25px;
}

.stake-2e8hdi 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-2e8hdi .stake-m9l81a {
        font-size: 26px;
    }

    .stake-2e8hdi .stake-owplsp {
        font-size: 20px;
    }

    .stake-2e8hdi a {
        padding: 10px;
        font-size: 15px;
    }
}

@media (max-width: 581px) {
    .stake-2e8hdi .stake-m9l81a {
        text-align: center;
        padding: 0 25px;
        font-size: 30px;
        overflow-wrap: break-word;
    }

    .stake-2e8hdi .stake-owplsp {
        text-align: center;
        padding: 0 25px;
        font-size: 24px;
        overflow-wrap: break-word;
    }

    .stake-2e8hdi {
        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-6rb6sx, .stake-e6q8ru, [class*="review-card"],
thead, thead th, table th, .stake-udigj1,
.stake-l1h521, [class*="collapsible-header"],
.stake-ip65jt, [class*="updated-block"] {
  color: #ece7dc !important;
}
