@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);
}

.mega-riches-31vxl8 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.mega-riches-f62u6m {
  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.mega-riches-s2tt17,
ul.mega-riches-s2tt17 {
  padding-left: 20px;
}

ul.mega-riches-s2tt17 {
  list-style: disc;
}

ol.mega-riches-s2tt17 {
  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;
  }
}

.mega-riches-w5e2fb > .mega-riches-0n2p9e,
.mega-riches-w5e2fb > .mega-riches-aie4tb,
.mega-riches-w5e2fb > blockquote,
.mega-riches-w5e2fb > h1,
.mega-riches-w5e2fb > h2,
.mega-riches-w5e2fb > h3,
.mega-riches-w5e2fb > h4,
.mega-riches-w5e2fb > h5,
.mega-riches-w5e2fb > h6,
.mega-riches-w5e2fb > ol,
.mega-riches-w5e2fb > p,
.mega-riches-w5e2fb > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.mega-riches-w5e2fb > ol,
.mega-riches-w5e2fb > ul {
  padding-left: 50px;
}

.mega-riches-w5e2fb 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;
}

.mega-riches-w5e2fb:not(:last-child) {
  margin-bottom: 2rem;
}

.mega-riches-w5e2fb > :not(:first-child) {
  margin-top: 2rem;
}

.mega-riches-w5e2fb {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.mega-riches-w5e2fb:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .mega-riches-w5e2fb:first-child {
    margin-top: 20px;
  }
}

.mega-riches-w5e2fb > p:last-of-type {
  margin-bottom: 32px;
}

.mega-riches-w5e2fb > .mega-riches-lmetks:not(:first-child) {
  margin: 64px auto 16px auto;
}

.mega-riches-qgp8sy > .mega-riches-lmetks {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.mega-riches-aie4tb {
  overflow: auto;
}

.mega-riches-aie4tb::-webkit-scrollbar {
  height: 5px;
}

.mega-riches-aie4tb table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.mega-riches-aie4tb table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.mega-riches-aie4tb table thead,
table thead {
  border-bottom: none;
}

.mega-riches-aie4tb table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.mega-riches-aie4tb table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.mega-riches-aie4tb table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.mega-riches-aie4tb .mega-riches-5k0o97 {
  table-layout: auto;
}

.mega-riches-aie4tb .mega-riches-5k0o97 th {
  word-break: normal;
}

.mega-riches-aie4tb .mega-riches-5k0o97 td {
  word-break: normal;
}

.mega-riches-31vxl8 .mega-riches-31vxl8 {
  padding-right: 0;
  padding-left: 0;
}

.mega-riches-3i2gki {
  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;
}

.mega-riches-93e524 {
  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;
}

.mega-riches-f0ajef {
  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;
}

.mega-riches-0n2p9e {
  margin-top: 24px;
}

.mega-riches-0n2p9e.mega-riches-rwr3nr {
  text-align: left;
}

.mega-riches-0n2p9e.mega-riches-19o3oo {
  text-align: right;
}

.mega-riches-0n2p9e.mega-riches-imf17j {
  text-align: center;
}

.mega-riches-a3qpzy {
  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.mega-riches-saqrtz ease-in-out;
  cursor: pointer;
}

.mega-riches-a3qpzy:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.mega-riches-a3qpzy {
  min-width: 328px;
}

@media (max-width: 768px) {
  .mega-riches-a3qpzy {
    min-width: unset;
  }
}

.mega-riches-1ilg7x {
  background-color: var(--fh-bg-color);
}

.mega-riches-peugah {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.mega-riches-qchy91 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80px;
}

.mega-riches-qchy91 img {
  max-height: 44px;
  object-fit: contain;
}

.mega-riches-dvuro0 {
  flex: 1 1;
}

.mega-riches-q7qt47 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.mega-riches-m3u9yu {
  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;
}

.mega-riches-m3u9yu 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;
}

.mega-riches-m3u9yu.mega-riches-opp1w2 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.mega-riches-m3u9yu.mega-riches-opp1w2 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.mega-riches-m3u9yu.mega-riches-opp1w2 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.mega-riches-dvuro0 + .mega-riches-q7qt47 {
  margin-left: 20px;
}

.mega-riches-1hq6xy {
  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;
}

.mega-riches-1hq6xy > svg {
  max-width: 24px;
  max-height: 24px;
}

.mega-riches-1hq6xy + .mega-riches-1hq6xy {
  margin-left: 5px;
}

.mega-riches-wtzxmo {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.mega-riches-wtzxmo:hover {
  background-color: var(--button-bg-hover);
}

.mega-riches-gbeb9o {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.mega-riches-saqrtz ease-in-out;
  border: 1px solid var(--border-color);
}

.mega-riches-gbeb9o:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.mega-riches-wr3xk0 {
  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) {
  .mega-riches-dvuro0 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .mega-riches-wr3xk0 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .mega-riches-dvuro0 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .mega-riches-1hq6xy {
    min-width: unset;
    flex: 1 1;
  }
}

.mega-riches-1vt7m6 {
  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;
}

.mega-riches-1vt7m6:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.mega-riches-1vt7m6:hover .mega-riches-1y0era {
  opacity: 1;
  pointer-events: auto;
}

.mega-riches-6msehc {
  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.mega-riches-5gltik ease-in-out;
  gap: 4px;
}

.mega-riches-6msehc > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.mega-riches-6msehc .mega-riches-3i2gki img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.mega-riches-ci19de,
.mega-riches-6msehc:hover {
  color: var(--button-bg-hover);
}

.mega-riches-1v0kxv {
  position: relative;
}

.mega-riches-1v0kxv .mega-riches-6msehc {
  margin-right: 0;
  padding-right: 4px;
}

.mega-riches-805rms svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.mega-riches-1v0kxv.mega-riches-opp1w2 .mega-riches-805rms svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.mega-riches-1v0kxv.mega-riches-opp1w2 .mega-riches-1y0era {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.mega-riches-1v0kxv.mega-riches-opp1w2 .mega-riches-1y0era::before {
  display: none;
}

.mega-riches-805rms svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.mega-riches-1y0era {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.mega-riches-orfmlf 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.mega-riches-1y0era::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.mega-riches-1y0era:hover {
  color: var(--fh-bg-color);
}

.mega-riches-qab9dl {
  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.mega-riches-orfmlf 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.mega-riches-5gltik ease-in-out;
  -o-transition: 0.mega-riches-5gltik ease-in-out;
  transition: 0.mega-riches-5gltik ease-in-out;
}

.mega-riches-qab9dl .mega-riches-3i2gki img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.mega-riches-gktkpo,
.mega-riches-qab9dl:hover {
  color: var(--button-bg-hover);
}

.mega-riches-bglrnb {
  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%;
}

.mega-riches-bglrnb.mega-riches-7i6wtk {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.mega-riches-bglrnb.mega-riches-7i6wtk:after,
.mega-riches-bglrnb.mega-riches-7i6wtk:before {
  content: "";
  position: absolute;
  margin: auto;
}

.mega-riches-bglrnb.mega-riches-7i6wtk: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);
  }
}

.mega-riches-bglrnb.mega-riches-7i6wtk:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.mega-riches-bglrnb.mega-riches-7i6wtk > * {
  z-index: 1;
}

.mega-riches-bglrnb b,
.mega-riches-bglrnb strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.mega-riches-bglrnb .mega-riches-jaqdih {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.mega-riches-bglrnb .mega-riches-0ey53a {
  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;
}

.mega-riches-bglrnb .mega-riches-3i2gki {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.mega-riches-bglrnb .mega-riches-7ldhzj {
  margin-top: 12px;
}

.mega-riches-7ldhzj {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.mega-riches-leq9rl {
  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;
}

.mega-riches-7ldhzj .mega-riches-nynze0 {
  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.mega-riches-saqrtz ease-in-out;
}

.mega-riches-7ldhzj .mega-riches-nynze0:hover {
  background: rgba(255, 255, 255, 0.3);
}

.mega-riches-sbp8dl {
  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;
}

.mega-riches-bglrnb.mega-riches-7eyv8o {
  gap: 12px;
  padding: 16px;
}

.mega-riches-bglrnb.mega-riches-7eyv8o .mega-riches-sbp8dl {
  min-width: 240px;
}

.mega-riches-bglrnb.mega-riches-7eyv8o .mega-riches-sbp8dl.mega-riches-arkykt {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .mega-riches-bglrnb .mega-riches-jaqdih {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .mega-riches-bglrnb .mega-riches-0ey53a {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .mega-riches-bglrnb .mega-riches-3i2gki {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .mega-riches-bglrnb.mega-riches-7eyv8o .mega-riches-3i2gki {
    max-width: 126px;
  }
  .mega-riches-bglrnb .mega-riches-7ldhzj {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .mega-riches-bglrnb .mega-riches-leq9rl {
    max-width: unset;
  }
  .mega-riches-sbp8dl {
    min-width: unset;
    width: 100%;
  }
  .mega-riches-bglrnb .mega-riches-sbp8dl {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .mega-riches-bglrnb.mega-riches-7eyv8o {
    grid-template-rows: auto 1fr auto;
  }
  .mega-riches-bglrnb.mega-riches-7eyv8o .mega-riches-sbp8dl {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .mega-riches-bglrnb {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .mega-riches-bglrnb .mega-riches-jaqdih {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .mega-riches-bglrnb .mega-riches-3i2gki {
    max-width: 78px;
  }
  .mega-riches-bglrnb .mega-riches-7ldhzj {
    margin-top: -12px;
  }
  .mega-riches-bglrnb.mega-riches-7eyv8o {
    gap: 8px;
  }
  .mega-riches-bglrnb.mega-riches-7eyv8o .mega-riches-jaqdih {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .mega-riches-bglrnb.mega-riches-7eyv8o .mega-riches-0ey53a {
    grid-column: 1/3;
  }
  .mega-riches-bglrnb.mega-riches-7eyv8o .mega-riches-3i2gki {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .mega-riches-bglrnb.mega-riches-7eyv8o .mega-riches-3i2gki img {
    max-width: 114px;
  }
}

.mega-riches-sbp8dl.mega-riches-uue256,
.mega-riches-sbp8dl.mega-riches-pgcbji,
.mega-riches-sbp8dl.mega-riches-ofda1t {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.mega-riches-saqrtz ease-in-out;
}

.mega-riches-sbp8dl.mega-riches-uue256,
.mega-riches-sbp8dl.mega-riches-ofda1t {
  padding: 10px;
}

.mega-riches-sbp8dl.mega-riches-uue256:hover,
.mega-riches-sbp8dl.mega-riches-pgcbji:hover,
.mega-riches-sbp8dl.mega-riches-ofda1t:hover {
  background: var(--button-bg-hover);
}

.mega-riches-sbp8dl.mega-riches-uue256:hover svg path,
.mega-riches-sbp8dl.mega-riches-ofda1t:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.mega-riches-sbp8dl.mega-riches-arkykt {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.mega-riches-saqrtz ease-in-out;
  background: var(--button-bg-color);
}

.mega-riches-sbp8dl.mega-riches-arkykt:hover {
  background-color: var(--button-bg-hover);
}

.mega-riches-sbp8dl.mega-riches-pgcbji: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);
  }
}

.mega-riches-sbp8dl.mega-riches-pgcbji:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.mega-riches-sbp8dl.mega-riches-arkykt:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.mega-riches-eehpb1 {
  max-width: 650px;
}

.mega-riches-lbx1rc {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.mega-riches-oiumd1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.mega-riches-1leejj {
  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.mega-riches-5gltik ease-in-out;
  cursor: pointer;
}

.mega-riches-1leejj:hover {
  opacity: 0.5;
}

.mega-riches-1leejj:focus {
  outline: 0;
}

.mega-riches-1leejj:focus .mega-riches-9bj48h,
.mega-riches-1leejj:hover .mega-riches-9bj48h {
  fill: red;
  fill-opacity: 1;
}

.mega-riches-1leejj:hover {
  cursor: pointer;
}

.mega-riches-oppghn {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.mega-riches-eehpb1.mega-riches-imf17j {
  margin: 0 auto;
}

.mega-riches-eehpb1.mega-riches-19o3oo {
  margin-left: auto;
}

.mega-riches-z7e43a {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.mega-riches-ccp264 {
  padding-bottom: 50px;
}

.mega-riches-slyqe6 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.mega-riches-jb4ye2 {
  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;
}

.mega-riches-zjm3hz {
  margin-top: 24px;
}

.mega-riches-e2sob0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mega-riches-2bcp7m {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.mega-riches-o9z4in {
  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;
}

.mega-riches-wv09p2 {
  width: 468px;
}

.mega-riches-o9z4in .mega-riches-1y0era {
  margin: 0.mega-riches-4lfh0f 0;
}

.mega-riches-y7e8vr {
  display: flex;
  min-width: 224px;
}

.mega-riches-6ow3lt {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.mega-riches-5gltik ease-in-out;
}

.mega-riches-y55hra,
.mega-riches-6ow3lt:hover {
  color: var(--text-color);
}

.mega-riches-bxqzaz {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.mega-riches-e1w51d {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .mega-riches-z7e43a {
    padding: 16px;
  }
  .mega-riches-bxqzaz {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .mega-riches-e1w51d {
    align-items: center;
  }
  .mega-riches-wv09p2 {
    width: unset;
  }
  .mega-riches-y7e8vr {
    min-width: unset;
  }
  .mega-riches-o9z4in {
    max-height: unset;
  }
  .mega-riches-slyqe6 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .mega-riches-z7e43a {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.mega-riches-lox897 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.mega-riches-lox897:not(:last-child) {
  margin-bottom: 16px;
}

.mega-riches-ss5x3i {
  outline: 0;
}

.mega-riches-ss5x3i .mega-riches-bwsmwm {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.mega-riches-0zbiw2 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .mega-riches-0zbiw2 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.mega-riches-0zbiw2::-webkit-details-marker {
  display: none;
}

.mega-riches-0zbiw2: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;
}

.mega-riches-0zbiw2: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] .mega-riches-0zbiw2:after {
  transform: unset;
}

.mega-riches-bwsmwm {
  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);
}

.mega-riches-bwsmwm 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.mega-riches-5gltik ease-in-out;
  -o-transition: 0.mega-riches-5gltik ease-in-out;
  transition: 0.mega-riches-5gltik ease-in-out;
}

.mega-riches-hfcgub {
  padding: 16px 0 0 0;
}

.mega-riches-hfcgub * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .mega-riches-hfcgub :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .mega-riches-0zbiw2 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .mega-riches-0zbiw2::after {
    margin-left: auto;
  }
  .mega-riches-bwsmwm {
    order: 3;
    flex: 1 1 100%;
  }
  .mega-riches-0zbiw2 {
    font-size: 14px;
    line-height: 130%;
  }
  .mega-riches-bwsmwm svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.mega-riches-sjnokq {
  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;
}

.mega-riches-36m4z0 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.mega-riches-sjnokq.mega-riches-opp1w2 .mega-riches-36m4z0 {
  margin-bottom: 12px;
}

.mega-riches-36m4z0::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;
}

.mega-riches-sjnokq.mega-riches-opp1w2 .mega-riches-36m4z0::after {
  transform: unset;
}

.mega-riches-8hzw25 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.mega-riches-h1fa4i {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.mega-riches-5gltik ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.mega-riches-h1fa4i: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;
}

.mega-riches-sjnokq.mega-riches-opp1w2 .mega-riches-8hzw25 {
  max-height: 100%;
}

.mega-riches-plj0tb {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.mega-riches-r76nww {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.mega-riches-rs4kuq {
  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;
}

.mega-riches-al7r1v {
  margin-right: 4px;
}

.mega-riches-b6b963 {
  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.mega-riches-5gltik ease-in-out;
}

.mega-riches-b6b963 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.mega-riches-7y0qbx,
.mega-riches-b6b963:hover {
  color: var(--text-color);
}

.mega-riches-34a5sv {
  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;
}

.mega-riches-34a5sv img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.mega-riches-34a5sv .mega-riches-kp0o5v {
  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;
}

.mega-riches-34a5sv .mega-riches-3w0kzm {
  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;
}

.mega-riches-u2szfu {
  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;
}

.mega-riches-t5zhe7 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.mega-riches-x0dyor .mega-riches-31vxl8 {
  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;
}

.mega-riches-x0dyor {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.mega-riches-2slupa {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.mega-riches-4bbbep {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.mega-riches-9v5seo {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.mega-riches-3ni9og 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;
}

.mega-riches-9v5seo:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.mega-riches-4i7ify {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.mega-riches-ksff0b {
  -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.mega-riches-5gltik ease-in-out;
  transition: transform 0.mega-riches-5gltik ease-in-out;
  -o-transition: transform 0.mega-riches-5gltik ease-in-out;
  transition:
    transform 0.mega-riches-5gltik ease-in-out,
    -webkit-transform 0.mega-riches-5gltik ease-in-out;
  cursor: pointer;
}

.mega-riches-ksff0b svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.mega-riches-ksff0b: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;
}

.mega-riches-tvzl40 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .mega-riches-tvzl40 {
    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);
}

.mega-riches-fkht0o {
  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;
}

.mega-riches-d4tmbh {
  position: relative;
  width: 100%;
}

.mega-riches-fkht0o.mega-riches-fx7ebm {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mega-riches-fkht0o.mega-riches-imf17j {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mega-riches-fkht0o.mega-riches-19o3oo {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mega-riches-t0g19s {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.mega-riches-ri8rrj {
  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.mega-riches-5gltik ease-in-out;
  cursor: pointer;
}

.mega-riches-ri8rrj:hover {
  opacity: 0.5;
}

.mega-riches-fkht0o.mega-riches-wx23m4 .mega-riches-ri8rrj {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.mega-riches-fkht0o.mega-riches-wx23m4 .mega-riches-t0g19s {
  cursor: pointer;
}

.mega-riches-6svaco {
  fill: #0009;
}

.mega-riches-oe86f7 {
  fill: #fff;
}

.mega-riches-ri8rrj:hover .mega-riches-6svaco {
  fill: red;
}

.mega-riches-ri8rrj svg path {
  -webkit-transition: 0.mega-riches-5gltik ease-in-out;
  -o-transition: 0.mega-riches-5gltik ease-in-out;
  transition: 0.mega-riches-5gltik ease-in-out;
}

.mega-riches-hu8ecj {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.mega-riches-hu8ecj > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.mega-riches-hu8ecj.mega-riches-yeexuu > :not(.get-image) {
  grid-column: 1/3;
}

.mega-riches-mxcdsj:not(._h1-block) .mega-riches-hu8ecj > .mega-riches-lmetks {
  grid-row: 1/2;
  grid-column: 1/3;
}

.mega-riches-hu8ecj.mega-riches-yeexuu .mega-riches-ud4eir {
  grid-column: 2/3;
}

.mega-riches-hu8ecj.mega-riches-yeexuu > .mega-riches-3i2gki {
  grid-column: 1/2;
}

.mega-riches-hu8ecj.mega-riches-yeexuu > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.mega-riches-hu8ecj > p:first-of-type {
  margin-top: 0;
}

.mega-riches-hu8ecj .mega-riches-3i2gki {
  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;
}

.mega-riches-mxcdsj:not(._h1-block) .mega-riches-lmetks ~ .mega-riches-3i2gki {
  grid-row: 2/10;
}

.mega-riches-mxcdsj.mega-riches-e0nab2 .mega-riches-lmetks ~ .mega-riches-3i2gki {
  grid-row: 1/10;
}

.mega-riches-mxcdsj.mega-riches-e0nab2 > .mega-riches-lmetks {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.mega-riches-mxcdsj.mega-riches-e0nab2 .mega-riches-3i2gki {
  grid-row: 1/10;
}

.mega-riches-hu8ecj.mega-riches-tl99so .mega-riches-3i2gki {
  align-items: flex-start;
}

.mega-riches-hu8ecj.mega-riches-imf17j .mega-riches-ud4eir {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.mega-riches-hu8ecj.mega-riches-imf17j .mega-riches-3i2gki {
  align-items: center;
}

.mega-riches-hu8ecj.mega-riches-g83ec7 .mega-riches-3i2gki {
  align-items: flex-end;
}

.mega-riches-ud4eir > :first-child {
  margin-top: 0;
}

.mega-riches-ud4eir > :last-child {
  margin-bottom: 0;
}

* + .mega-riches-hvfg3b,
.mega-riches-mxcdsj + .mega-riches-mxcdsj {
  margin-top: 2rem;
}

.mega-riches-d7qqo4 td::before,
.mega-riches-d7qqo4 th::after {
  display: none !important;
}

.mega-riches-d7qqo4 #link-selector {
  color: #000;
}

.mega-riches-d7qqo4 .mega-riches-faa2mc {
  color: #135e96;
}

.mega-riches-d7qqo4 .mega-riches-kw50r4 *,
.mega-riches-d7qqo4 .mega-riches-1u5h35 p,
.mega-riches-d7qqo4 .mega-riches-knpjws * {
  color: #000;
}

.mega-riches-d7qqo4 .mega-riches-cfxtbk {
  background: 0 0 !important;
}

.mega-riches-d7qqo4 .mega-riches-wv0ta9 {
  color: #000;
}

.mega-riches-d7qqo4 .mega-riches-2h3f5o.mega-riches-mp26sg {
  color: #fff;
}

.mega-riches-d7qqo4 .mega-riches-v21t64 {
  color: #000;
}

.mega-riches-d7qqo4
  .mega-riches-e9jfh3
  .mega-riches-ryhlwv.mega-riches-mp26sg.mega-riches-hb5w9k {
  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;
}

.mega-riches-p2vos0,
body .mega-riches-ovavs7 {
  color: #000;
  background: var(--color-body) !important;
}

.mega-riches-p2vos0 .mega-riches-02gjsp .mega-riches-esq9h4,
body .mega-riches-ovavs7 .mega-riches-02gjsp .mega-riches-esq9h4 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .mega-riches-h1fa4i:focus,
  .mega-riches-h1fa4i:hover {
    color: #f9cb16;
  }
  .mega-riches-gyypoe:focus,
  .mega-riches-gyypoe:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .mega-riches-u73s0a:focus img,
  .mega-riches-u73s0a:focus svg,
  .mega-riches-u73s0a:hover img,
  .mega-riches-u73s0a:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .mega-riches-34a5sv {
    display: none;
  }
}

@media (min-width: 1024px) {
  .mega-riches-1v0kxv:hover .mega-riches-805rms svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .mega-riches-805rms {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .mega-riches-yp55z7 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .mega-riches-nzk878 {
    grid-template-columns: repeat(4, 1fr);
  }
  .mega-riches-rame1s {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .mega-riches-x9n84v .mega-riches-clk0va {
    grid-template-columns: 1fr;
  }
  .mega-riches-x9n84v .mega-riches-0edby6 {
    -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;
  }
  .mega-riches-x9n84v .mega-riches-hafhne {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .mega-riches-x9n84v .mega-riches-887gtr {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .mega-riches-x9n84v .mega-riches-ndw5ec {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .mega-riches-x9n84v .mega-riches-hafhne:not(:first-child) {
    border: none;
  }
  .mega-riches-x9n84v .mega-riches-hafhne:first-child .mega-riches-887gtr {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .mega-riches-x9n84v .mega-riches-hafhne:last-child .mega-riches-887gtr {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .mega-riches-peugah {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .mega-riches-qchy91 {
    max-width: 100px;
  }
  .mega-riches-dvuro0 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .mega-riches-q7qt47 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .mega-riches-q7qt47 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .mega-riches-m3u9yu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .mega-riches-dvuro0 + .mega-riches-q7qt47 {
    margin-left: auto;
  }
  .mega-riches-m4zeum {
    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;
  }
  .mega-riches-m4zeum.mega-riches-opp1w2 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .mega-riches-wr3xk0 {
    -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;
  }
  .mega-riches-1vt7m6 {
    width: 100%;
  }
  .mega-riches-1vt7m6:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .mega-riches-6msehc {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .mega-riches-6msehc svg {
    margin-right: 4px;
  }
  .mega-riches-1v0kxv {
    -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;
  }
  .mega-riches-805rms svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .mega-riches-805rms {
    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;
  }
  .mega-riches-1y0era {
    display: none;
    width: 100%;
  }
  .mega-riches-1v0kxv.mega-riches-opp1w2 .mega-riches-1y0era {
    padding: 0 0 0 48px;
  }
  .mega-riches-qab9dl {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .mega-riches-jb4ye2 .mega-riches-3i2gki {
    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;
  }
  .mega-riches-ruiotx {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .mega-riches-ruiotx + .mega-riches-ruiotx {
    margin-right: 0;
  }
  .mega-riches-ruiotx + .mega-riches-3i2gki {
    margin: 0;
  }
  .mega-riches-yp55z7 {
    grid-template-columns: repeat(4, 1fr);
  }
  .mega-riches-nzk878 {
    grid-template-columns: repeat(3, 1fr);
  }
  .mega-riches-lq4v9v,
  .mega-riches-1hiqob {
    grid-template-columns: repeat(2, 1fr);
  }
  .mega-riches-hu8ecj {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .mega-riches-hu8ecj.mega-riches-yeexuu .mega-riches-ud4eir {
    grid-column: auto;
    grid-row: auto;
  }
  .mega-riches-hu8ecj > .mega-riches-lmetks {
    grid-column: 1/2;
  }
  .mega-riches-hu8ecj.mega-riches-yeexuu > :not(.get-image) {
    grid-column: 1/2;
  }
  .mega-riches-hu8ecj .mega-riches-3i2gki,
  .mega-riches-hu8ecj.mega-riches-yeexuu > .mega-riches-3i2gki {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .mega-riches-hu8ecj.mega-riches-yeexuu > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .mega-riches-mxcdsj.mega-riches-e0nab2 .mega-riches-hu8ecj > .mega-riches-3i2gki {
    grid-row: 1/2;
  }
  .mega-riches-hu8ecj .mega-riches-lmetks ~ .mega-riches-3i2gki,
  .mega-riches-hu8ecj.mega-riches-yeexuu .mega-riches-lmetks ~ .mega-riches-3i2gki {
    grid-row: 2/3;
  }
  .mega-riches-mxcdsj.mega-riches-e0nab2 .mega-riches-lmetks ~ .mega-riches-3i2gki {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .mega-riches-w5e2fb:first-child .mega-riches-juz84l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mega-riches-w5e2fb:first-child .mega-riches-juz84l h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .mega-riches-w5e2fb {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .mega-riches-w5e2fb {
    padding: 0;
  }
  .mega-riches-0n2p9e {
    margin-top: 1rem;
  }
  .mega-riches-ss5x3i {
    border-radius: 5px;
  }
  .mega-riches-tq9ppk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mega-riches-36m4z0::after {
    display: inline-block;
  }
  .mega-riches-36m4z0 {
    margin: 0;
    width: 100%;
  }
  .mega-riches-8hzw25 {
    width: 100%;
  }
  .mega-riches-8hzw25.mega-riches-5ib6rr {
    -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%;
  }
  .mega-riches-8hzw25.mega-riches-5ib6rr .mega-riches-htlgy4 {
    width: 100%;
  }
  .mega-riches-8hzw25.mega-riches-5ib6rr .mega-riches-htlgy4:not(:last-child) {
    margin-right: 0;
  }
  .mega-riches-h1fa4i {
    width: 100%;
    text-align: center;
  }
  .mega-riches-sjnokq.mega-riches-opp1w2 .mega-riches-8hzw25 {
    margin-top: 1rem;
  }
  .mega-riches-yp55z7 {
    grid-template-columns: repeat(3, 1fr);
  }
  .mega-riches-rame1s,
  .mega-riches-nzk878 {
    grid-template-columns: repeat(2, 1fr);
  }
  .mega-riches-lq4v9v,
  .mega-riches-1hiqob,
  .mega-riches-5yjiaj {
    grid-template-columns: 1fr;
  }
  .mega-riches-fxfqz7 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .mega-riches-nnvesa {
    min-width: 300px;
    max-width: 325px;
  }
  .mega-riches-887gtr {
    cursor: auto;
  }
  .mega-riches-dfe5w7 .mega-riches-887gtr {
    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;
  }
  .mega-riches-tvzl40 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .mega-riches-1y0era {
    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) {
  .mega-riches-tvzl40 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.mega-riches-ruiotx p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .mega-riches-q7qt47 {
    margin: 0 -0.2rem;
  }
  .mega-riches-ruiotx {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .mega-riches-o2g6sa {
    -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;
  }
  .mega-riches-xs0lae {
    max-width: 100%;
  }
  .mega-riches-yp55z7 {
    grid-template-columns: repeat(2, 1fr);
  }
  .mega-riches-rame1s,
  .mega-riches-nzk878 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .mega-riches-peugah {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mega-riches-q7qt47 {
    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;
  }
  .mega-riches-1ilg7x {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mega-riches-1hq6xy {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .mega-riches-d21lvt,
  .mega-riches-nw3r1j {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .mega-riches-a3qpzy {
    width: 100%;
  }
  .mega-riches-yp55z7 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .mega-riches-tvzl40 {
    top: 127px !important;
  }
}

.mega-riches-blszc4 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .mega-riches-blszc4 {
  }
}

@media (max-width: 767px) {
  .mega-riches-blszc4 {
    margin-bottom: 12px;
  }
}

.mega-riches-blszc4 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.mega-riches-l8tfin {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.mega-riches-l8tfin > .mega-riches-y5iae9 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .mega-riches-l8tfin {
    flex-direction: column;
    gap: 12px;
  }
}

.mega-riches-qb9wwt {
  display: flex;
}

.mega-riches-qb9wwt .mega-riches-tmrdcc {
  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;
}

.mega-riches-qb9wwt .mega-riches-5ax5j8 {
  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;
}

.mega-riches-qb9wwt .mega-riches-bjqe7u {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.mega-riches-qb9wwt .mega-riches-ds36yp {
  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));
  }
}

.mega-riches-qb9wwt .mega-riches-ds36yp:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.mega-riches-qb9wwt .mega-riches-2oafdi {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.mega-riches-dc6azg {
  border: unset;
  background-color: unset;
}

.mega-riches-dc6azg tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.mega-riches-dc6azg .mega-riches-77ebq4,
.mega-riches-dc6azg .mega-riches-pvt0ew {
  flex: 0 1 330px;
}

.mega-riches-dc6azg .mega-riches-98ieed {
  flex: 1 1;
}

.mega-riches-dc6azg tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.mega-riches-dc6azg tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.mega-riches-dc6azg tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.mega-riches-dc6azg tr td p {
  color: #fff;
  margin: 0;
}

.mega-riches-dc6azg tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.mega-riches-dc6azg tr.mega-riches-77ebq4 td p {
  padding: 16px 0;
}

.mega-riches-dc6azg tr.mega-riches-77ebq4 td p:not(:last-child),
.mega-riches-dc6azg tr.mega-riches-pvt0ew td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.mega-riches-dc6azg tr.mega-riches-77ebq4 td p:first-child,
.mega-riches-dc6azg tr.mega-riches-pvt0ew td p:first-child {
  padding-top: 0;
}

.mega-riches-dc6azg tr.mega-riches-pvt0ew td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.mega-riches-dc6azg tr.mega-riches-pvt0ew td p:last-child {
  padding-bottom: 0;
}

.mega-riches-dc6azg .mega-riches-pvt0ew img {
  max-width: 32px;
}

.mega-riches-dc6azg .mega-riches-98ieed {
  min-width: 718px;
}

.mega-riches-dc6azg .mega-riches-98ieed td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.mega-riches-dc6azg .mega-riches-98ieed td {
  display: flex;
}

.mega-riches-dc6azg .mega-riches-98ieed td:last-child .mega-riches-jjpi70,
.mega-riches-dc6azg .mega-riches-98ieed td:last-child .mega-riches-hgyqwt,
.mega-riches-dc6azg .mega-riches-98ieed td:last-child .mega-riches-eqmlch {
  flex: 1 1 50%;
}

.mega-riches-dc6azg .mega-riches-98ieed td:last-child .mega-riches-cxkptb {
  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;
}

.mega-riches-dc6azg .mega-riches-98ieed td:last-child .mega-riches-08fqrj,
.mega-riches-dc6azg .mega-riches-98ieed td:last-child .mega-riches-0en535 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.mega-riches-dc6azg .mega-riches-98ieed td:last-child .mega-riches-jjpi70,
.mega-riches-dc6azg .mega-riches-98ieed td:last-child .mega-riches-hgyqwt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.mega-riches-dc6azg .mega-riches-98ieed td:last-child .mega-riches-jjpi70 span,
.mega-riches-dc6azg .mega-riches-98ieed td:last-child .mega-riches-hgyqwt span {
  font-weight: 800;
}

.mega-riches-dc6azg .mega-riches-98ieed img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .mega-riches-dc6azg .mega-riches-98ieed td .mega-riches-eqmlch:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .mega-riches-dc6azg tr.mega-riches-77ebq4 td p:last-child {
    padding-bottom: 0;
  }
  .mega-riches-dc6azg .mega-riches-pvt0ew > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .mega-riches-dc6azg .mega-riches-pvt0ew > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .mega-riches-dc6azg tr.mega-riches-77ebq4 td p:not(:last-child),
  .mega-riches-dc6azg tr.mega-riches-pvt0ew td p:not(:last-child) {
    border-bottom: unset;
  }
  .mega-riches-dc6azg tr.mega-riches-pvt0ew td p:last-child {
    padding-bottom: 12px;
  }
  .mega-riches-dc6azg .mega-riches-98ieed td:last-child .mega-riches-jjpi70,
  .mega-riches-dc6azg .mega-riches-98ieed td:last-child .mega-riches-hgyqwt,
  .mega-riches-dc6azg .mega-riches-98ieed td:last-child .mega-riches-eqmlch {
    flex: 1 1 50%;
    padding: 0;
  }
  .mega-riches-dc6azg .mega-riches-98ieed td:last-child .mega-riches-jjpi70,
  .mega-riches-dc6azg .mega-riches-98ieed td:last-child .mega-riches-hgyqwt {
    margin-top: 16px;
  }
  .mega-riches-dc6azg .mega-riches-98ieed td:last-child .mega-riches-eqmlch {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .mega-riches-dc6azg .mega-riches-98ieed td:last-child .mega-riches-jjpi70 {
    border-right: 1px solid var(--border-color);
  }
  .mega-riches-dc6azg .mega-riches-98ieed td:last-child .mega-riches-eqmlch:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .mega-riches-dc6azg .mega-riches-98ieed td:last-child .mega-riches-eqmlch:last-child {
    padding-bottom: 0;
  }
}

.mega-riches-eqmlch {
  display: flex;
  flex-direction: column;
}

.mega-riches-dc6azg .mega-riches-98ieed td .mega-riches-eqmlch {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.mega-riches-dc6azg .mega-riches-98ieed td .mega-riches-eqmlch:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.mega-riches-dc6azg .mega-riches-98ieed td .mega-riches-eqmlch:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .mega-riches-dc6azg .mega-riches-98ieed td .mega-riches-eqmlch:not(:first-child) {
    padding-left: 0;
  }
  .mega-riches-dc6azg .mega-riches-98ieed td .mega-riches-eqmlch:not(:last-of-type) {
    border-right: unset;
  }
}

.mega-riches-dc6azg .mega-riches-b4xuly {
  flex: 0 1 485px;
}

.mega-riches-dc6azg .mega-riches-0fltnd {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.mega-riches-dc6azg .mega-riches-0fltnd li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.mega-riches-dc6azg .mega-riches-0fltnd li.mega-riches-irfuv8 {
  padding: 6px 12px;
}

.mega-riches-dc6azg .mega-riches-0fltnd li a,
.mega-riches-dc6azg .mega-riches-0fltnd 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;
}

.mega-riches-dc6azg .mega-riches-htbbf6,
.mega-riches-dc6azg .mega-riches-8r78xs {
  flex: 1 1;
}

.mega-riches-dc6azg .mega-riches-qvu360,
.mega-riches-dc6azg .mega-riches-43e260 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.mega-riches-dc6azg .mega-riches-qvu360 li,
.mega-riches-dc6azg .mega-riches-43e260 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.mega-riches-dc6azg .mega-riches-8r78xs img {
  max-width: 32px;
}

.mega-riches-dc6azg .mega-riches-htbbf6 img {
  max-width: 32px;
}

.mega-riches-dc6azg .mega-riches-jzc86b {
  min-width: 280px;
}

.mega-riches-dc6azg .mega-riches-jzc86b img {
  max-width: 146px;
}

.mega-riches-dc6azg .mega-riches-jzc86b td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .mega-riches-dc6azg .mega-riches-77ebq4,
  .mega-riches-dc6azg .mega-riches-pvt0ew {
    flex: 0 1 auto;
  }
  .mega-riches-dc6azg .mega-riches-98ieed {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .mega-riches-dc6azg .mega-riches-77ebq4,
  .mega-riches-dc6azg .mega-riches-b4xuly,
  .mega-riches-dc6azg .mega-riches-pvt0ew,
  .mega-riches-dc6azg .mega-riches-98ieed {
    flex: 1 1 calc(50% - 20px);
  }
  .mega-riches-dc6azg .mega-riches-htbbf6,
  .mega-riches-dc6azg .mega-riches-jzc86b,
  .mega-riches-dc6azg .mega-riches-8r78xs {
    flex: 1 1 30%;
  }
  .mega-riches-dc6azg .mega-riches-jzc86b {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .mega-riches-dc6azg .mega-riches-77ebq4,
  .mega-riches-dc6azg .mega-riches-b4xuly,
  .mega-riches-dc6azg .mega-riches-htbbf6,
  .mega-riches-dc6azg .mega-riches-pvt0ew,
  .mega-riches-dc6azg .mega-riches-98ieed,
  .mega-riches-dc6azg .mega-riches-jzc86b,
  .mega-riches-dc6azg .mega-riches-8r78xs {
    flex: 1 1 100%;
  }
}

.mega-riches-lpe9xr .mega-riches-2vrohc {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mega-riches-lpe9xr .mega-riches-zrf9r3 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.mega-riches-lpe9xr .mega-riches-3atsow {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.mega-riches-lpe9xr .mega-riches-6v926n {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.mega-riches-lpe9xr .mega-riches-6v926n > :nth-child(3) {
  margin-top: 0;
}

.mega-riches-lpe9xr .mega-riches-3i2gki {
  grid-column: 2/3;
  grid-row: 1/10;
}

.mega-riches-lpe9xr .mega-riches-dfe32x {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.mega-riches-lpe9xr .mega-riches-0n2p9e {
  grid-column: 1/2;
}

.mega-riches-lpe9xr > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.mega-riches-lpe9xr .mega-riches-zrf9r3: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;
}

.mega-riches-lpe9xr .mega-riches-zrf9r3:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.mega-riches-lpe9xr .mega-riches-a3qpzy {
  min-width: 240px;
}

@media (max-width: 768px) {
  .mega-riches-lpe9xr .mega-riches-zrf9r3:not(:last-child):before {
    bottom: 8px;
  }
  .mega-riches-lpe9xr .mega-riches-zrf9r3:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .mega-riches-lpe9xr .mega-riches-6v926n {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .mega-riches-lpe9xr .mega-riches-3i2gki {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .mega-riches-lpe9xr .mega-riches-3i2gki img {
    width: 100%;
    height: auto;
  }
  .mega-riches-lpe9xr .mega-riches-a3qpzy {
    width: 100%;
    min-width: unset;
  }
}

.mega-riches-t958k8 .mega-riches-lp4fem {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.mega-riches-t958k8 .mega-riches-7jurh6 {
  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;
}

.mega-riches-t958k8 .mega-riches-3i2gki {
  height: 100%;
}

.mega-riches-t958k8 .mega-riches-3i2gki img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.mega-riches-t958k8 .mega-riches-5i64dl {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.mega-riches-t958k8 .mega-riches-5wq16r {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.mega-riches-t958k8 .mega-riches-qwmelo {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .mega-riches-t958k8 .mega-riches-7jurh6 {
    flex: 1 1 100%;
  }
  .mega-riches-t958k8 .mega-riches-sbp8dl {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .mega-riches-t958k8 .mega-riches-7jurh6 {
    flex-direction: column;
  }
  .mega-riches-t958k8 .mega-riches-3i2gki {
    width: 100%;
    height: auto;
  }
  .mega-riches-t958k8 .mega-riches-3i2gki img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .mega-riches-t958k8 .mega-riches-5i64dl {
    padding: 0 16px 16px 16px;
  }
  .mega-riches-t958k8 .mega-riches-sbp8dl {
    min-width: unset;
    width: 100%;
  }
}

.mega-riches-2bicz1 .mega-riches-flxec4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.mega-riches-2bicz1 .mega-riches-mrupdk {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.mega-riches-2bicz1 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;
}

.mega-riches-2bicz1 .mega-riches-ojyn6t {
  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;
}

.mega-riches-2bicz1 .mega-riches-mrupdk:hover .mega-riches-ojyn6t {
  display: flex;
}

.mega-riches-2bicz1 .mega-riches-50anz9 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.mega-riches-2bicz1 .mega-riches-ejx67p {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.mega-riches-541p3o {
  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;
}

.mega-riches-541p3o.mega-riches-mgp0gp {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.mega-riches-saqrtz ease-in-out;
}

.mega-riches-541p3o.mega-riches-mgp0gp:hover {
  color: #f9cb16;
  background-color: transparent;
}

.mega-riches-2bicz1 .mega-riches-mac1fa {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.mega-riches-saqrtz ease-in-out;
}

.mega-riches-2bicz1 .mega-riches-mac1fa:hover {
  color: #196948;
  background-color: #f9cb16;
}

.mega-riches-2bicz1 .mega-riches-mac1fa:after,
.mega-riches-541p3o.mega-riches-mgp0gp:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.mega-riches-541p3o.mega-riches-mgp0gp:after {
  background-image: url(../images/Cash.svg);
}

.mega-riches-2bicz1 .mega-riches-mac1fa:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .mega-riches-2bicz1 .mega-riches-flxec4 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .mega-riches-2bicz1 .mega-riches-flxec4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .mega-riches-2bicz1 .mega-riches-flxec4 {
    grid-template-columns: 1fr;
  }
  .mega-riches-2bicz1 .mega-riches-mrupdk {
    height: auto;
  }
  .mega-riches-2bicz1 .mega-riches-mrupdk .mega-riches-ojyn6t {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .mega-riches-2bicz1 .mega-riches-50anz9,
  .mega-riches-2bicz1 .mega-riches-ejx67p {
    text-align: left;
  }
  .mega-riches-2bicz1 .mega-riches-ejx67p {
    margin-bottom: 8px;
  }
  .mega-riches-2bicz1 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.mega-riches-8u441n {
  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;
}

.mega-riches-8u441n.mega-riches-wx23m4 {
  display: block;
}

.mega-riches-8u441n .mega-riches-c487n0 {
  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;
}

.mega-riches-8u441n .mega-riches-t2l2jx {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.mega-riches-8u441n .mega-riches-tfi35u {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.mega-riches-8u441n .mega-riches-801uol {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.mega-riches-8u441n .mega-riches-541p3o {
  min-width: 296px;
  margin-bottom: 0;
}

.mega-riches-8u441n .mega-riches-z1407q {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.mega-riches-8u441n .mega-riches-bdhloa {
  position: relative;
  flex: 1 1;
}

.mega-riches-8u441n .mega-riches-bdhloa iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .mega-riches-8u441n .mega-riches-t2l2jx {
    flex-wrap: wrap;
    gap: 8px;
  }
  .mega-riches-8u441n .mega-riches-tfi35u {
    order: 1;
  }
  .mega-riches-8u441n .mega-riches-801uol {
    order: 3;
    flex: 1 1 100%;
  }
  .mega-riches-8u441n .mega-riches-541p3o {
    width: 100%;
    min-width: unset;
  }
  .mega-riches-8u441n .mega-riches-z1407q {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .mega-riches-hu8ecj > .mega-riches-lmetks {
    margin-bottom: 0;
  }
  .mega-riches-hu8ecj > .mega-riches-0n2p9e,
  .mega-riches-hu8ecj > p {
    margin-top: 0;
  }
}

.mega-riches-okds8x img,
.mega-riches-ruiotx img {
  width: auto;
  object-fit: contain;
}

.mega-riches-okds8x {
  align-items: center;
}

.mega-riches-okds8x img {
  max-height: 76px;
}

.mega-riches-ruiotx img {
  max-height: 64px;
}

.mega-riches-05v1wg {
  overflow: auto;
}

.mega-riches-0nf6aw {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.mega-riches-3lnbxk:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.mega-riches-bs72ir {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.mega-riches-jcjhwo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.mega-riches-bs72ir .mega-riches-3i2gki {
  margin-right: 20px;
  flex-shrink: 0;
}

.mega-riches-bs72ir img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.mega-riches-1gtqs3 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.mega-riches-1gtqs3 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .mega-riches-bs72ir {
    padding: 15px 10px;
  }
  .mega-riches-1gtqs3 {
    padding: 15px 10px;
  }
  .mega-riches-bs72ir .mega-riches-3i2gki {
    margin-right: 10px;
  }
}

.mega-riches-gl9e84 {
  overflow-x: auto;
}

.mega-riches-q6po57 {
  border-collapse: collapse;
  width: 100%;
}

.mega-riches-gl9e84 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.mega-riches-gl9e84 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.mega-riches-gl9e84 td.mega-riches-qqxsue {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.mega-riches-gl9e84 td.mega-riches-1rgoru {
  border-right: none;
}

.mega-riches-gl9e84 td.mega-riches-1rgoru .mega-riches-3i2gki {
  justify-content: flex-start;
}

.mega-riches-gl9e84 td.mega-riches-1rgoru .mega-riches-3i2gki img {
  height: auto;
  width: 90px;
}

.mega-riches-gl9e84 td.mega-riches-3wjeyn,
.mega-riches-gl9e84 td.mega-riches-utt0e7 {
  font-weight: 600;
  text-align: right;
}

.mega-riches-gl9e84 td.mega-riches-mxctq3,
.mega-riches-gl9e84 td.mega-riches-3wjeyn {
  padding-bottom: 10px;
  border-bottom: none;
}

.mega-riches-gl9e84 td.mega-riches-3wjeyn,
.mega-riches-gl9e84 td.mega-riches-utt0e7 {
  border-left: none;
}

.mega-riches-gl9e84 td.mega-riches-mxctq3,
.mega-riches-gl9e84 td.mega-riches-5hutaa {
  border-right: none;
}

.mega-riches-gl9e84 td.mega-riches-5hutaa,
.mega-riches-gl9e84 td.mega-riches-utt0e7 {
  border-top: none;
  padding-top: 10px;
}

.mega-riches-5mssrt {
  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;
}

.mega-riches-5mssrt .mega-riches-sbp8dl {
  min-width: unset;
  width: 100%;
}

.mega-riches-5mssrt .mega-riches-sbp8dl.mega-riches-uue256 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.mega-riches-5mssrt .mega-riches-sbp8dl.mega-riches-ofda1t {
  grid-column: 2/3;
  grid-row: 1/2;
}

.mega-riches-5mssrt .mega-riches-v00saa {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .mega-riches-5mssrt {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .mega-riches-5mssrt .mega-riches-sbp8dl.mega-riches-uue256 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .mega-riches-5mssrt .mega-riches-sbp8dl.mega-riches-ofda1t {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .mega-riches-5mssrt .mega-riches-v00saa {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.mega-riches-nbds92 {
  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;
}

.mega-riches-dei7x3 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.mega-riches-qgp8sy p a img {
  margin: 0 auto;
  display: block;
}

.mega-riches-qgp8sy table {
  margin-bottom: 17px;
}

/* contanct form */
.mega-riches-vtregg {
  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;
}

.mega-riches-vtregg label {
  font-size: 14px;
}

.mega-riches-vtregg h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.mega-riches-vtregg input,
.mega-riches-vtregg textarea,
.mega-riches-vtregg 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;
}
.mega-riches-vtregg button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.mega-riches-saqrtz ease;
}
.mega-riches-vtregg button:hover {
  background-color: #691204;
}
.mega-riches-tg85vp {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.mega-riches-0fq56i ease-in;
}

.mega-riches-tg85vp h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}