html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

table caption {
  font-size: 26px;
  padding: 15px 0;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden] {
  display: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input::-ms-clear {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  background: var(--main-theme-color);
  color: var(--text-color);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

a {
  cursor: pointer;
}

* {
  outline: none;
  box-sizing: border-box;
}

*::after,
*::before {
  box-sizing: border-box;
}

svg {
  transform: translateZ(0);
}

input,
textarea {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: normal;
  margin: 0 auto 28px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h5 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h6 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.onezerodeposit-3yry4s {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-3yry4s {
    padding: 54px 0 0;
  }
}

.onezerodeposit-kmkx1p {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  border-radius: 6px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  border: none;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .onezerodeposit-kmkx1p:hover {
    background: var(--button-bg-hover);
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

.onezerodeposit-ashrse {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-ashrse {
    margin: 20px auto 100px;
  }
}

.onezerodeposit-ashrse h1 {
  font-size: 200px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-ashrse h1 {
    font-size: 120px;
  }
}

.onezerodeposit-ashrse p {
  color: var(--text-color);
  font-size: 20px;
  line-height: normal;
  margin: 0 0 50px;
}

.onezerodeposit-ucryir {
  cursor: pointer;
}

.onezerodeposit-zoid32 {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.onezerodeposit-is5zib {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.onezerodeposit-is5zib figure {
  margin: 0;
}

.onezerodeposit-is5zib.onezerodeposit-xqt71i {
  justify-content: flex-start;
  margin-right: 4px;
}

.onezerodeposit-is5zib.onezerodeposit-8qaqon {
  justify-content: flex-end;
  margin-left: 4px;
}

.onezerodeposit-is5zib.onezerodeposit-eith5t {
  justify-content: center;
}

.onezerodeposit-is5zib.onezerodeposit-2episu {
  justify-content: normal;
}

.onezerodeposit-jktan6 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 991px) {
  .onezerodeposit-jktan6 {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-jktan6 {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

.onezerodeposit-hvsxn8 {
  font-size: 60px;
  line-height: 66px;
  font-weight: 600;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .onezerodeposit-hvsxn8 {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.onezerodeposit-p5ron6 {
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-p5ron6 {
    flex-direction: column;
  }
}

.onezerodeposit-i0f09q {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}

.onezerodeposit-i0f09q img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-i0f09q {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}

.onezerodeposit-7cjoat {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.onezerodeposit-7cjoat ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-7cjoat ul {
    margin-bottom: 15px;
  }
}

.onezerodeposit-7cjoat ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.onezerodeposit-7cjoat ul li span {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 22px;
  color: var(--title-color);
}

.onezerodeposit-7cjoat ul li span svg {
  fill: var(--title-color);
}

.onezerodeposit-7cjoat ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-7cjoat ul li small {
    font-size: 12px;
  }
}

.onezerodeposit-7cjoat ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}

.onezerodeposit-7cjoat ul li:last-of-type::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-7cjoat {
    flex-basis: auto;
    margin: 0 auto;
  }
}

.onezerodeposit-y7i0dh {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  margin-bottom: 24px;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-y7i0dh {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.onezerodeposit-0m2s0u {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

.onezerodeposit-h03y1t {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0.onezerodeposit-nxuu61 ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-h03y1t {
    height: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .onezerodeposit-h03y1t:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}

.onezerodeposit-h03y1t.onezerodeposit-cgp2kw {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .onezerodeposit-h03y1t.onezerodeposit-cgp2kw:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.onezerodeposit-bfx0p4 {
  padding: 80px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1200px) {
  .onezerodeposit-bfx0p4 {
    padding: 80px 16px 0;
  }
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-bfx0p4 {
    padding: 50px 16px 68px;
  }
}

.onezerodeposit-wfo0lr {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-wfo0lr {
    flex-direction: column;
  }
}

.onezerodeposit-99dbm3 {
  margin-bottom: 94px;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-99dbm3 {
    margin-bottom: 40px;
  }
}

.onezerodeposit-zz7x4n .onezerodeposit-ve8ur8 {
  margin-bottom: 28px;
}

.onezerodeposit-zz7x4n .onezerodeposit-ve8ur8 img {
  max-height: 100px;
  width: auto;
}

.onezerodeposit-3m94ew {
  display: flex;
  align-items: center;
}

.onezerodeposit-3m94ew a + a {
  margin-left: 24px;
}

.onezerodeposit-3m94ew img {
  max-height: 56px;
  width: auto;
}

.onezerodeposit-3m94ew img + img {
  margin-left: 24px;
}

.onezerodeposit-doiw5j {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-doiw5j {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}

.onezerodeposit-1flp07 {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-1flp07 {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

.onezerodeposit-xzhy7d {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 -7px 48px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-xzhy7d {
    flex-wrap: wrap;
  }
}

.onezerodeposit-xzhy7d li {
  display: flex;
  margin: 0 7px;
}

.onezerodeposit-xzhy7d li svg {
  transition: 0.onezerodeposit-nxuu61 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .onezerodeposit-xzhy7d li:hover svg {
    transform: scale(1.2);
  }
}

.onezerodeposit-muewbr {
  color: var(--footer-text-color);
  font-size: 12px;
  text-align: center;
  max-width: 350px;
  width: 100%;
  word-wrap: break-word;
}

.onezerodeposit-bfi0jy + .onezerodeposit-bfi0jy {
  margin-left: 120px;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-bfi0jy + .onezerodeposit-bfi0jy {
    margin: 36px 0 0;
  }
}

.onezerodeposit-zdc5a3 {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.onezerodeposit-551965 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.onezerodeposit-551965 li {
  font-size: 16px;
}

.onezerodeposit-551965 li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .onezerodeposit-551965 li a:hover {
    text-decoration: underline;
  }
}

.onezerodeposit-551965 li + li {
  margin-top: 16px;
}

.onezerodeposit-xvzw41 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.onezerodeposit-0snfly ease-in-out;
}

.onezerodeposit-xvzw41.onezerodeposit-ayxptx {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.onezerodeposit-xum428 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.onezerodeposit-xum428 h1,
.onezerodeposit-xum428 h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-xum428 h1,
  .onezerodeposit-xum428 h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .onezerodeposit-xum428 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-xum428 {
    margin-bottom: 60px;
  }
}

.onezerodeposit-wcet9s {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-wcet9s {
    gap: 6px;
    overflow-x: auto;
    margin: 0 0 20px;
  }
}

.onezerodeposit-wcet9s li {
  width: 100%;
}

.onezerodeposit-wcet9s li a {
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.onezerodeposit-nxuu61 ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.onezerodeposit-wcet9s li a svg {
  fill: var(--button-text-color);
}

.onezerodeposit-wcet9s li a.onezerodeposit-ayxptx {
  background: var(--border-color);
}

@media only screen and (min-width: 1025px) {
  .onezerodeposit-wcet9s li a:hover {
    background: var(--border-color);
  }
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-wcet9s li a {
    font-size: 14px;
    height: 36px;
    padding: 0 10pxr;
  }
  .onezerodeposit-wcet9s li a img {
    max-width: 16px;
  }
}

.onezerodeposit-4a4otl {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-4a4otl {
    margin: 0 -5px;
  }
}

.onezerodeposit-stg9lf {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.onezerodeposit-stg9lf span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--text-color);
}

.onezerodeposit-stg9lf small {
  display: block;
  color: var(--text-color);
  opacity: 0.8;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-stg9lf {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .onezerodeposit-stg9lf span {
    font-size: 16px;
    margin-bottom: 2px;
  }
}

.onezerodeposit-rrqjd2 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.onezerodeposit-rrqjd2 img {
  width: 100%;
  transition: 0.onezerodeposit-nxuu61 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .onezerodeposit-rrqjd2:hover img {
    transform: scale(1.1);
  }
}

.onezerodeposit-orh2sf {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: var(--fh-bg-color);
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-orh2sf {
    height: 54px;
  }
}

.onezerodeposit-c9i2jv {
  max-width: 1310px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .onezerodeposit-c9i2jv {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .onezerodeposit-c9i2jv {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-c9i2jv .onezerodeposit-ve8ur8 img {
    max-width: 90px;
  }
}

.onezerodeposit-ve8ur8 img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .onezerodeposit-ve8ur8 {
    order: -2;
  }
}

@media only screen and (max-width: 1023px) {
  .onezerodeposit-18bsyo {
    display: none;
  }
  .onezerodeposit-18bsyo::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 300%;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
  }
}

.onezerodeposit-6972vj {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.onezerodeposit-6972vj li {
  font-size: 16px;
  margin: 0 20px;
}

.onezerodeposit-6972vj li a {
  color: var(--menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .onezerodeposit-6972vj li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 1023px) {
  .onezerodeposit-6972vj {
    display: block;
  }
  .onezerodeposit-6972vj li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .onezerodeposit-6972vj li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .onezerodeposit-6972vj li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    border: 5px solid transparent;
    border-left: 5px solid var(--menu-color);
  }
  .onezerodeposit-6972vj li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

.onezerodeposit-68cecs {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

@media only screen and (max-width: 1400px) {
  .onezerodeposit-68cecs {
    margin-right: 105px;
  }
}

@media only screen and (max-width: 1023px) {
  .onezerodeposit-68cecs {
    order: -1;
    margin-left: auto;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-68cecs {
    max-width: 230px;
    justify-content: flex-end;
  }
}

.onezerodeposit-68cecs.onezerodeposit-6plf7z {
  margin-right: 0;
}

.onezerodeposit-j939th {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-j939th {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

@media only screen and (min-width: 1025px) {
  .onezerodeposit-j939th:hover {
    background: var(--button-bg-color);
    opacity: 0.9;
  }
}

.onezerodeposit-toaonf {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

@media only screen and (min-width: 1025px) {
  .onezerodeposit-toaonf:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-toaonf {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

.onezerodeposit-wqiu38 {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1023px) {
  .onezerodeposit-wqiu38 {
    top: 9px;
    transform: none;
    right: auto;
    left: 0;
  }
}

.onezerodeposit-wqiu38:hover > ul {
  display: flex;
}

.onezerodeposit-wqiu38:focus > ul {
  display: flex;
}

.onezerodeposit-wqiu38:focus-within > ul {
  display: flex;
}

.onezerodeposit-tqfn9a {
  position: relative;
  border-radius: 10px;
  height: 42px;
  padding: 5px 32px 5px 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  gap: 5px;
}

.onezerodeposit-tqfn9a::after {
  border-bottom: 1px solid var(--button-text-color);
  border-right: 1px solid var(--button-text-color);
  content: "";
  height: 7px;
  width: 7px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.onezerodeposit-0snfly ease-in-out;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-tqfn9a {
    padding: 5px 30px 5px 5px;
    font-size: 14px;
    height: 38px;
    gap: 3px;
  }
  .onezerodeposit-tqfn9a img {
    max-width: 20px;
  }
}

.onezerodeposit-wqiu38 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.onezerodeposit-nxuu61 ease-in-out;
  z-index: 2;
  border-radius: 10px;
  min-width: 66px;
  display: none;
  max-height: 465px;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: wrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: var(--button-bg-color);
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-wqiu38 ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.onezerodeposit-wqiu38 ul li {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.onezerodeposit-nxuu61 ease-in-out;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-wqiu38 ul li {
    padding: 5px;
  }
}

.onezerodeposit-wqiu38 ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--button-text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .onezerodeposit-wqiu38 ul li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-wqiu38 ul li a {
    font-size: 14px;
    gap: 3px;
  }
  .onezerodeposit-wqiu38 ul li a img {
    max-width: 20px;
  }
}

.onezerodeposit-hd3kij {
  display: none;
}

.onezerodeposit-n527b5 {
  width: 38px;
  height: 38px;
  display: none;
  cursor: pointer;
  border-radius: 6px;
  background: var(--button-bg-color);
  padding: 12px 5px;
  z-index: 99;
  margin-left: 8px;
}

@media only screen and (max-width: 1023px) {
  .onezerodeposit-n527b5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

.onezerodeposit-n527b5 span {
  display: block;
  height: 1px;
  border-radius: 4px;
  width: 20px;
  background: var(--button-text-color);
}

@media only screen and (max-width: 1023px) {
  .onezerodeposit-hd3kij:checked ~ .onezerodeposit-18bsyo {
    display: block;
    position: absolute;
    height: 100vh;
    background: var(--fh-bg-color);
    top: 0;
    right: 0;
    max-width: 286px;
    width: 100%;
    z-index: 9;
    padding: 85px 0;
  }
  .onezerodeposit-18bsyo {
    display: none;
    transition: display 0.onezerodeposit-nxuu61 ease-in-out;
  }
  .onezerodeposit-hd3kij:checked ~ .onezerodeposit-18bsyo {
    display: block;
  }
  .onezerodeposit-hd3kij:checked + .onezerodeposit-n527b5 span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .onezerodeposit-hd3kij:checked + .onezerodeposit-n527b5 span:nth-child(2) {
    display: none;
  }
  .onezerodeposit-hd3kij:checked + .onezerodeposit-n527b5 span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

.onezerodeposit-j326n4 {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .onezerodeposit-j326n4 {
    padding: 0 16px;
  }
}

.onezerodeposit-j326n4 img {
  margin-bottom: 20px;
}

.onezerodeposit-j326n4 p {
  color: var(--text-color);
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-j326n4 p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-j326n4 {
    margin-bottom: 60px;
  }
}

.onezerodeposit-mo7hlf {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-mo7hlf {
    font-size: 32px;
  }
}

.onezerodeposit-z1xe3q {
  color: var(--text-color);
}

.onezerodeposit-6hs75w {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-6hs75w {
    font-size: 16px;
    line-height: 140%;
  }
}

.onezerodeposit-6hs75w p {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

.onezerodeposit-6hs75w p img {
  display: block;
  margin: 0 auto;
}

.onezerodeposit-6hs75w p:first-of-type {
  margin-top: 0;
}

.onezerodeposit-6hs75w p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-6hs75w p {
    font-size: 18px;
    line-height: 140%;
  }
}

.onezerodeposit-6hs75w ul {
  padding: 0 0 0 20px;
}

.onezerodeposit-6hs75w table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.onezerodeposit-6hs75w table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--table-1-color);
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-6hs75w table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.onezerodeposit-6hs75w table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-6hs75w table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.onezerodeposit-6hs75w table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.onezerodeposit-6hs75w iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-6hs75w iframe {
    height: 200px;
  }
}

.onezerodeposit-d37z39 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 1200px) {
  .onezerodeposit-d37z39 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-d37z39 {
    margin-bottom: 60px;
  }
}

.onezerodeposit-oqb2zc {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-oqb2zc {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.onezerodeposit-oqb2zc h1,
.onezerodeposit-oqb2zc h2,
.onezerodeposit-oqb2zc h3,
.onezerodeposit-oqb2zc h4 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-oqb2zc h1,
  .onezerodeposit-oqb2zc h2,
  .onezerodeposit-oqb2zc h3,
  .onezerodeposit-oqb2zc h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.onezerodeposit-0k5pj6 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-0k5pj6 {
    flex-direction: column-reverse;
  }
}

.onezerodeposit-0k5pj6 .onezerodeposit-mu0aka {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-0k5pj6 .onezerodeposit-mu0aka {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.onezerodeposit-0k5pj6 .onezerodeposit-jwei7y {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-0k5pj6 .onezerodeposit-jwei7y {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .onezerodeposit-0k5pj6 .onezerodeposit-jwei7y img {
    width: 100%;
  }
}

.onezerodeposit-jwei7y {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-jwei7y {
    margin-bottom: 18px;
  }
}

.onezerodeposit-mu0aka {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-mu0aka {
    margin-bottom: 18px;
  }
}

.onezerodeposit-d37z39 h2 {
  color: var(--title-color);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-d37z39 h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.onezerodeposit-d37z39 .onezerodeposit-kmkx1p {
  margin-top: 30px;
  margin-bottom: 30px;
}

.onezerodeposit-j0doic {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 110px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  background: #1a1b2d;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .onezerodeposit-j0doic {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-j0doic {
    margin-bottom: 60px;
  }
}

.onezerodeposit-4gh5l8 {
  position: relative;
  border: none;
}

.onezerodeposit-4gh5l8::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--fh-bg-color);
}

.onezerodeposit-g4aht7 {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  font-size: 24px;
  font-weight: 700;
  background: var(--fh-bg-color);
  color: var(--title-color);
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
}

.onezerodeposit-g4aht7 span {
  height: 32px;
}

.onezerodeposit-g4aht7 span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.onezerodeposit-g4aht7.onezerodeposit-1svdwg span {
  transform: scaleY(-1);
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-g4aht7 {
    padding: 0 14px;
    font-size: 22px;
    height: 68px;
  }
}

.onezerodeposit-qu0m7d {
  list-style: none;
  padding: 0;
  margin: 0;
}

.onezerodeposit-qu0m7d li {
  font-size: 18px;
  background: var(--fh-bg-color);
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-qu0m7d li {
    font-size: 16px;
  }
}

.onezerodeposit-qu0m7d li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.onezerodeposit-nxuu61 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .onezerodeposit-qu0m7d li a:hover {
    background: var(--main-theme-color);
  }
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-qu0m7d li a {
    padding: 12px 14px;
  }
}

.onezerodeposit-qu0m7d.onezerodeposit-e4aocx {
  display: none;
}

.onezerodeposit-qz8qfo {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.onezerodeposit-qz8qfo table {
  width: 100%;
  border-collapse: collapse;
}

.onezerodeposit-qz8qfo table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-qz8qfo table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

  .onezerodeposit-qz8qfo table td {
    min-width: 75px;
  }
}

.onezerodeposit-qz8qfo table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-qz8qfo table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.onezerodeposit-qz8qfo table tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.onezerodeposit-qz8qfo p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-qz8qfo p {
    font-size: 16px;
    line-height: 140%;
  }
}

@media only screen and (max-width: 1200px) {
  .onezerodeposit-qz8qfo {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-qz8qfo {
    margin-bottom: 60px;
  }
}

.onezerodeposit-d702bx {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fh-bg-color);
  color: var(--title-color);
  font-size: 28px;
  font-weight: 700;
  padding: 24px 32px;
  border-radius: 12px 12px 0 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-d702bx {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.onezerodeposit-4sz3wt {
  width: 100%;
  border-collapse: collapse;
}

@media only screen and (max-width: 500px) {
  .onezerodeposit-4sz3wt {
    width: 100%;
    border-collapse: collapse;
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}

.onezerodeposit-4sz3wt tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-4sz3wt tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.onezerodeposit-4sz3wt tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.onezerodeposit-gn3uik table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.onezerodeposit-gn3uik table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.onezerodeposit-gn3uik p {
  color: var(--text-color);
}

.onezerodeposit-wrj3vi {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .onezerodeposit-wrj3vi {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-wrj3vi {
    margin-bottom: 60px;
  }
}

.onezerodeposit-uik0tb {
  padding: 16px 32px;
  border-radius: 10px;
  font-size: 20px;
  background: var(--fh-bg-color);
  color: var(--updated-block-color);
  border-left: 5px solid var(--button-bg-color);
  border-color: var(--border-color);
}

.onezerodeposit-gi4szy {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .onezerodeposit-gi4szy {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-gi4szy {
    margin-bottom: 60px;
  }
}

.onezerodeposit-z81o4f {
  border-radius: 10px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  margin-bottom: 10px;
  padding: 20px 32px 20px;
}

.onezerodeposit-z81o4f h3 {
  position: relative;
  color: var(--title-color);
  font-size: 26px;
  cursor: pointer;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-z81o4f h3 {
    font-size: 22px;
    font-weight: 600;
  }
}

.onezerodeposit-z81o4f p {
  padding: 0;
  font-size: 18px;
  line-height: 135%;
  margin: 0;
  color: var(--text-color);
}

.onezerodeposit-z81o4f p + p {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-z81o4f p {
    font-size: 16px;
  }
}

.onezerodeposit-bh67px {
  display: none;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-bh67px {
    display: flex;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    height: 68px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #161d33;
    padding: 0 40px;
  }
}

.onezerodeposit-67jdnp {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.onezerodeposit-67jdnp li {
  margin: 0 20px;
}

.onezerodeposit-67jdnp li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
}

.onezerodeposit-67jdnp li a img {
  margin-bottom: 4px;
}

@media only screen and (min-width: 1025px) {
  .onezerodeposit-67jdnp li a:hover {
    color: #2ab765;
  }
}

.onezerodeposit-13615b {
  max-width: 1110px;
  width: 100%;
  list-style: none;
  margin: 10px auto;
  padding: 0;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .onezerodeposit-13615b {
    padding: 0 16px;
  }
}

.onezerodeposit-13615b li {
  font-size: 16px;
  position: relative;
}

.onezerodeposit-13615b li a {
  color: var(--text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .onezerodeposit-13615b li a:hover {
    text-decoration: underline;
  }
}

.onezerodeposit-13615b li span {
  opacity: 0.5;
}

.onezerodeposit-13615b li + li {
  margin-left: 30px;
}

.onezerodeposit-13615b li + li::before {
  content: "-";
  left: -20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--text-color);
  position: absolute;
}

h2.onezerodeposit-oqb2zc {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  h2.onezerodeposit-oqb2zc {
    margin-bottom: 18px;
  }
}

.onezerodeposit-6oxzsq {
  border-collapse: separate;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--text-color);
  counter-reset: table-row;
}

.onezerodeposit-6oxzsq tbody tr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 36px;
  padding: 20px 24px;
  border-radius: 10px;
  margin-bottom: 16px;
  cursor: pointer;
  background-color: var(--fh-bg-color);
}

.onezerodeposit-6oxzsq tbody tr:first-of-type::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  background: var(--fh-bg-color);
  border-radius: 10px;
}

.onezerodeposit-6oxzsq tbody tr:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--fh-bg-color);
  border-radius: 10px;
}

.onezerodeposit-6oxzsq tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.onezerodeposit-6oxzsq tbody tr:last-of-type {
  margin-bottom: 0;
}

.onezerodeposit-6oxzsq tbody tr td:first-of-type {
  flex-shrink: 0;
}

.onezerodeposit-6oxzsq tbody tr td:first-of-type > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--rate-image-border);
}

.onezerodeposit-6oxzsq tbody tr td:first-of-type > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 10px 0;
  padding: 2px 9px;
  width: 28px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  counter-increment: table-row;
  content: counter(table-row);
  background: var(--rate-counter-bg);
}

.onezerodeposit-6oxzsq tbody tr td:last-of-type {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-6oxzsq tbody tr td:last-of-type {
    margin-left: 0;
    width: 100%;
  }
}

.onezerodeposit-6oxzsq tbody tr td .onezerodeposit-gwi7j6 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .onezerodeposit-6oxzsq tbody tr td .onezerodeposit-gwi7j6 {
    width: 100%;
  }
}

.onezerodeposit-6oxzsq tbody tr td .onezerodeposit-h6ycs1 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 10px;
  width: 181px;
  height: 46px;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  transition: 0.onezerodeposit-nxuu61 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .onezerodeposit-6oxzsq tbody tr td .onezerodeposit-h6ycs1:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-6oxzsq tbody tr td .onezerodeposit-h6ycs1 {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .onezerodeposit-6oxzsq tbody tr td .onezerodeposit-h6ycs1 {
    width: 100%;
  }
}

.onezerodeposit-6oxzsq tbody tr td .onezerodeposit-e2zzz5 {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .onezerodeposit-6oxzsq tbody tr td .onezerodeposit-e2zzz5:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-6oxzsq tbody tr {
    flex-direction: column;
  }
}

.onezerodeposit-6oxzsq tbody tr:nth-child(-n + 3) td > a::before {
  background: var(--rate-counter-bg-top);
}

.onezerodeposit-qb7zb5 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .onezerodeposit-qb7zb5 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-qb7zb5 {
    margin: 0 auto 60px;
  }
}

.onezerodeposit-z4afof {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-z4afof {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

.onezerodeposit-p2cy6x {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-p2cy6x {
    margin: 0 -5px;
  }
}

.onezerodeposit-cmkp2u {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  text-decoration: none;
  cursor: pointer;
}

.onezerodeposit-cmkp2u img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.onezerodeposit-nxuu61 ease-in-out;
}

.onezerodeposit-cmkp2u p {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0 0;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .onezerodeposit-cmkp2u:hover img {
    transform: scale(1.01);
  }
}

@media only screen and (max-width: 991px) {
  .onezerodeposit-cmkp2u {
    max-width: calc(33.33333% - 20px);
    flex-basis: calc(33.33333% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-cmkp2u {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 12px;
  }
  .onezerodeposit-cmkp2u p {
    font-size: 16px;
  }
}

.onezerodeposit-dfyiyh {
  position: relative;
  max-width: 800px;
  height: 400px;
  width: 100%;
  margin: 40px auto;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 520px) {
  .onezerodeposit-dfyiyh {
    height: 190px;
    margin: 20px auto;
  }
}

.onezerodeposit-dfyiyh img {
  width: 100%;
  height: 100%;
}

.onezerodeposit-dfyiyh iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

@media only screen and (max-width: 520px) {
  .onezerodeposit-dfyiyh iframe {
    height: 190px;
  }
}

.onezerodeposit-asf3f6 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(3px);
}

.onezerodeposit-asf3f6::before {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.onezerodeposit-hmobhc {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

.onezerodeposit-hmobhc svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.onezerodeposit-nxuu61 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .onezerodeposit-hmobhc:hover svg {
    transform: scale(1.1);
  }
}

.onezerodeposit-lbmbaj {
  padding: 90px 0;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-lbmbaj {
    padding: 40px 0;
  }
}

.onezerodeposit-gn6f5p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .onezerodeposit-gn6f5p {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .onezerodeposit-gn6f5p {
    flex-direction: column-reverse;
  }
}

.onezerodeposit-lvz9b2 {
  max-width: 520px;
  width: 100%;
  flex-basis: 520px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 24px;
}

.onezerodeposit-lvz9b2 img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .onezerodeposit-lvz9b2 {
    max-width: 565px;
    flex-basis: auto;
    margin: 24px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-lvz9b2 {
    margin: 10px 0 0;
  }
}

.onezerodeposit-u10lea {
  max-width: 565px;
  width: 100%;
  flex-basis: 565px;
  border-radius: 10px;
  padding: 36px 32px;
  background: radial-gradient(
    114.2% 133.85% at 7.14% 3.6%,
    rgba(35, 35, 54, 0.7) 0%,
    rgba(35, 35, 54, 0.7) 0.01%,
    rgba(35, 35, 54, 0.1) 100%
  );
  border: 1px solid #383853;
}

.onezerodeposit-u10lea h2 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 16px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .onezerodeposit-u10lea {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-u10lea {
    padding: 24px 10px;
  }
}

.onezerodeposit-iczdxr {
  background: rgba(30, 30, 53, 0.6);
  border: 1px solid #383853;
  border-radius: 6px;
  padding: 14px 20px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #a29eb6;
  transition: 0.onezerodeposit-nxuu61 ease-in-out;
}

.onezerodeposit-iczdxr:hover {
  border: 1px solid #8c8ca2;
}

.onezerodeposit-5ebrxw {
  margin: 20px auto 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  padding: 15px 10px;
  width: 100%;
  height: 52px;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
}

.onezerodeposit-5ebrxw:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.onezerodeposit-ehg360 {
  max-width: 342px;
  width: 100%;
  margin: 20px auto 0;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #c0c0c0;
  text-align: center;
}

.onezerodeposit-ehg360 a {
  text-decoration: underline;
  color: #8babff;
}

.onezerodeposit-maxsuq {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.onezerodeposit-maxsuq .onezerodeposit-iczdxr {
  width: 50%;
  margin: 0;
}

.onezerodeposit-asb1jg {
  border-radius: 6px;
  padding: 15px 10px;
  width: 50%;
  height: 52px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.onezerodeposit-asb1jg:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.onezerodeposit-6bjk7e {
  margin: 0 0 100px;
}

@media only screen and (max-width: 1200px) {
  .onezerodeposit-6bjk7e {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-6bjk7e {
    margin: 0 0 60px;
  }
}

.onezerodeposit-acdmcj {
  position: relative;
  padding: 20px 24px;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-acdmcj {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.onezerodeposit-jlwyn5 {
  max-width: 200px;
  width: 100%;
  flex-basis: 200px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-jlwyn5 {
    max-width: 80px;
    flex-basis: auto;
    margin-bottom: 10px;
  }
}

.onezerodeposit-b604xi {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-b604xi {
    flex-basis: auto;
    max-width: 100%;
  }
}

.onezerodeposit-w6k0px {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 40px;
  font-weight: 700;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-w6k0px {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.onezerodeposit-w6k0px a {
  width: 26px;
  height: 26px;
  background: #5277e7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  margin-left: 20px;
  border-radius: 4px;
  transition: 0.onezerodeposit-nxuu61 ease-in-out;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-w6k0px a {
    margin: 1px 0 4px;
  }
}

.onezerodeposit-w6k0px a svg {
  fill: #fff;
}

.onezerodeposit-w6k0px a:hover {
  background: #3d68e7;
}

.onezerodeposit-7u2t8r {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.onezerodeposit-8d3zbm {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-8d3zbm {
    position: absolute;
    top: 18px;
    left: 115px;
  }
}

.onezerodeposit-k3y245 {
  font-size: 16px;
  color: var(--text-color);
}

.onezerodeposit-b6z2fo {
  display: grid;
  grid-template-areas: "play-block__left" "content-section" "play-block__right";
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .onezerodeposit-b6z2fo {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-b6z2fo {
    margin: 20px auto 60px;
  }
}

@media only screen and (min-width: 992px) {
  .onezerodeposit-b6z2fo {
    grid-template-areas: "play-block__left play-block__right" "content-section content-section";
    grid-template-columns: 65% 35%;
  }
}

.onezerodeposit-ze38ti {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

.onezerodeposit-ze38ti h1,
.onezerodeposit-ze38ti h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-ze38ti h1,
  .onezerodeposit-ze38ti h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .onezerodeposit-ze38ti {
    margin: 0;
    padding-right: 20px;
  }
}

.onezerodeposit-5g79b3 {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

.onezerodeposit-5g79b3 h1 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-5g79b3 h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.onezerodeposit-5g79b3 h2 {
  display: flex;
  align-items: center;
  min-height: 68px;
  font-size: 26px;
  line-height: normal;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 6px;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-5g79b3 h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.onezerodeposit-5g79b3 table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.onezerodeposit-5g79b3 table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-5g79b3 table tr td {
    padding: 12px 4px;
  }
}

.onezerodeposit-5g79b3 table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-5g79b3 table tr th {
    padding: 12px 4px;
  }
}

.onezerodeposit-5g79b3 table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .onezerodeposit-5g79b3 {
    margin: 0;
  }
}

.onezerodeposit-jr1ht9 {
  width: 100%;
  min-height: 356px;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-jr1ht9 {
    min-height: 190px;
  }
}

.onezerodeposit-ih3r8g {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(5px);
}

.onezerodeposit-ih3r8g::before {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.onezerodeposit-ok9m31 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.onezerodeposit-ok9m31.onezerodeposit-7cpg5d {
  display: none;
}

.onezerodeposit-6jae2h {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
}

.onezerodeposit-6jae2h iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.onezerodeposit-6jae2h iframe.onezerodeposit-mzhcp5 {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.onezerodeposit-6jae2h.onezerodeposit-113tjp {
  opacity: 1;
  pointer-events: all;
}

.onezerodeposit-8l8njm {
  border: none;
  cursor: pointer;
  text-decoration: none;
  max-width: 252px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #c2c0ce;
  margin: 0 auto;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.onezerodeposit-nxuu61 ease-in-out;
}

.onezerodeposit-8l8njm svg {
  margin-right: 10px;
}

.onezerodeposit-8l8njm + .onezerodeposit-8l8njm {
  margin-top: 14px;
}

@media only screen and (min-width: 1025px) {
  .onezerodeposit-8l8njm:hover {
    background: #a8a6b3;
  }
}

.onezerodeposit-ticyv6 {
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
}

@media only screen and (min-width: 1025px) {
  .onezerodeposit-ticyv6:hover {
    background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
  }
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-8l8njm {
    height: 42px;
    max-width: 220px;
  }
}

.onezerodeposit-b6z2fo .onezerodeposit-d37z39 {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.onezerodeposit-b6z2fo .onezerodeposit-d37z39 h1,
.onezerodeposit-b6z2fo .onezerodeposit-d37z39 h2 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-b6z2fo .onezerodeposit-d37z39 h1,
  .onezerodeposit-b6z2fo .onezerodeposit-d37z39 h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .onezerodeposit-b6z2fo .onezerodeposit-d37z39 {
    margin: 28px 0 0;
  }
}

.onezerodeposit-nwoj4y {
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .onezerodeposit-nwoj4y {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .onezerodeposit-nwoj4y {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-nwoj4y {
    margin: 20px auto 60px;
  }
}

.onezerodeposit-bfigr4 {
  max-width: 545px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .onezerodeposit-bfigr4 {
    max-width: 100%;
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-bfigr4 {
    max-width: 100%;
    margin: 0 0 10px;
  }
}

.onezerodeposit-kefy8m {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 20px;
}

.onezerodeposit-kefy8m iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.onezerodeposit-sd82yk {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

.onezerodeposit-sd82yk h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 1200px) {
  .onezerodeposit-sd82yk h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-sd82yk h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .onezerodeposit-sd82yk {
    max-width: 100%;
    margin: 0;
  }
}

.onezerodeposit-h6o4cr {
  padding: 25px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-h6o4cr {
    padding: 14px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}

.onezerodeposit-3w8yxr {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-3w8yxr {
    flex-direction: column;
    margin: 0 0 0 20px;
  }
}

.onezerodeposit-cwxv9g {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.onezerodeposit-cwxv9g span {
  margin-right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0000;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-cwxv9g {
    margin: 0;
  }
  .onezerodeposit-cwxv9g:last-of-type {
    margin-top: 4px;
  }
}

.onezerodeposit-ayqlm0 {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 540px) {
  .onezerodeposit-ayqlm0 {
    padding: 10px;
  }
}

.onezerodeposit-ayqlm0 .onezerodeposit-kmkx1p {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .onezerodeposit-ayqlm0 .onezerodeposit-kmkx1p {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .onezerodeposit-ayqlm0 {
    flex-wrap: wrap;
  }
}

.onezerodeposit-do8qm9 {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.onezerodeposit-do8qm9 img {
  width: 100%;
}

.onezerodeposit-airf4j {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

@media only screen and (max-width: 540px) {
  .onezerodeposit-airf4j {
    max-width: 200px;
    margin: 0;
  }
}

.onezerodeposit-h2y55h {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

.onezerodeposit-f1k09z {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-color);
}

.onezerodeposit-49i3zn {
  width: 100%;
  margin: 0 0 100px;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-49i3zn {
    margin: 0 0 60px;
  }
}

.onezerodeposit-49i3zn .onezerodeposit-ajltxh {
  position: relative;
}

.onezerodeposit-49i3zn .onezerodeposit-nb3o4l {
  width: 100%;
  height: calc(100vh - 54px);
  height: 100dvh;
  height: calc(100dvh - env(safe-area-inset-bottom, 0px));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.onezerodeposit-49i3zn .onezerodeposit-nb3o4l.onezerodeposit-7cpg5d {
  display: none;
}

.onezerodeposit-49i3zn .onezerodeposit-0qnxk5 {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  max-width: 910px;
  width: 100%;
  border-radius: 20px;
  padding: 17px 40px;
  background: var(--main-theme-color);
  border: 1px solid var(--border-color);
  margin-bottom: env(safe-area-inset-bottom, 0px);
}

@media only screen and (max-width: 991px) {
  .onezerodeposit-49i3zn .onezerodeposit-0qnxk5 {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .onezerodeposit-49i3zn .onezerodeposit-0qnxk5 {
    bottom: 90px;
  }
}

.onezerodeposit-49i3zn .onezerodeposit-0qnxk5 .onezerodeposit-stg5co {
  max-width: 300px;
  width: 100%;
}

.onezerodeposit-49i3zn .onezerodeposit-0qnxk5 .onezerodeposit-stg5co .onezerodeposit-dytcb9 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-49i3zn .onezerodeposit-0qnxk5 .onezerodeposit-stg5co .onezerodeposit-dytcb9 {
    font-size: 32px;
    text-align: center;
  }
}

.onezerodeposit-49i3zn .onezerodeposit-0qnxk5 .onezerodeposit-stg5co .onezerodeposit-29kgs3 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-49i3zn .onezerodeposit-0qnxk5 .onezerodeposit-stg5co .onezerodeposit-29kgs3 {
    text-align: center;
  }
}

.onezerodeposit-49i3zn .onezerodeposit-0qnxk5 .onezerodeposit-6plf7z {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-49i3zn .onezerodeposit-0qnxk5 .onezerodeposit-6plf7z {
    flex-direction: column-reverse;
  }
}

.onezerodeposit-49i3zn .onezerodeposit-0qnxk5 .onezerodeposit-6plf7z .onezerodeposit-qzhq0n {
  border-radius: 10px;
  padding: 12px 28px;
  width: 200px;
  height: 46px;
  background: #a9afbc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #0b0b10;
  cursor: pointer;
  transition: 0.onezerodeposit-nxuu61 ease-in-out;
}

.onezerodeposit-49i3zn .onezerodeposit-0qnxk5 .onezerodeposit-6plf7z .onezerodeposit-qzhq0n:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-49i3zn .onezerodeposit-0qnxk5 .onezerodeposit-6plf7z .onezerodeposit-qzhq0n {
    width: 100%;
  }
}

.onezerodeposit-49i3zn .onezerodeposit-0qnxk5 .onezerodeposit-6plf7z .onezerodeposit-18uc2t {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  width: 274px;
  height: 46px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  position: relative;
  transition: 0.onezerodeposit-nxuu61 ease-in-out;
  overflow: hidden;
}

.onezerodeposit-49i3zn .onezerodeposit-0qnxk5 .onezerodeposit-6plf7z .onezerodeposit-18uc2t span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@keyframes slideLeftRight {
  0% {
    left: -16px;
  }
  100% {
    left: calc(100% + 16px);
  }
}

.onezerodeposit-49i3zn .onezerodeposit-0qnxk5 .onezerodeposit-6plf7z .onezerodeposit-18uc2t:before {
  content: "";
  border-radius: 10px;
  position: absolute;
  height: 100%;
  width: 32px;
  top: 0;
  left: -16px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.75) 50%,
    transparent 100%
  );
  z-index: 0;
  backdrop-filter: blur(5px);
  animation: slideLeftRight 2s infinite;
}

.onezerodeposit-49i3zn .onezerodeposit-0qnxk5 .onezerodeposit-6plf7z .onezerodeposit-18uc2t:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-49i3zn .onezerodeposit-0qnxk5 .onezerodeposit-6plf7z .onezerodeposit-18uc2t {
    width: 100%;
  }
}

.onezerodeposit-49i3zn .onezerodeposit-0qnxk5.onezerodeposit-7cpg5d {
  display: none;
}

.onezerodeposit-49i3zn .onezerodeposit-t2d06v {
  display: none;
}

.onezerodeposit-49i3zn .onezerodeposit-t2d06v.onezerodeposit-113tjp {
  display: block;
}

.onezerodeposit-49i3zn .onezerodeposit-t2d06v iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-49i3zn .onezerodeposit-t2d06v iframe {
    height: calc(100vh - 54px);
  }
}

.onezerodeposit-49i3zn .onezerodeposit-otdwzb {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .onezerodeposit-49i3zn .onezerodeposit-otdwzb {
    padding: 24px 16px 0;
  }
}

.onezerodeposit-49i3zn .onezerodeposit-otdwzb .onezerodeposit-dytcb9 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-49i3zn .onezerodeposit-otdwzb .onezerodeposit-dytcb9 {
    margin-bottom: 24px;
  }
}

.onezerodeposit-49i3zn .onezerodeposit-otdwzb table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.onezerodeposit-49i3zn .onezerodeposit-otdwzb table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-49i3zn .onezerodeposit-otdwzb table tr td {
    padding: 12px 4px;
  }
}

.onezerodeposit-49i3zn .onezerodeposit-otdwzb table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-49i3zn .onezerodeposit-otdwzb table tr th {
    padding: 12px 4px;
  }
}

.onezerodeposit-49i3zn .onezerodeposit-otdwzb table tr:last-of-type td {
  border-bottom: none;
}

.onezerodeposit-5a7gav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  background: var(--main-theme-color);
}

.onezerodeposit-5a7gav.onezerodeposit-ayxptx {
  display: block;
}

.onezerodeposit-5a7gav iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.onezerodeposit-5a7gav .onezerodeposit-51zeco {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  color: #000;
  border: 1px solid #000;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 10000;
}

.onezerodeposit-5a7gav .onezerodeposit-37fnch {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.onezerodeposit-5a7gav .onezerodeposit-18uc2t {
  bottom: 20px;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  height: 46px;
  width: 100%;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  z-index: 10000;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  transition: 0.onezerodeposit-nxuu61 ease-in-out;
}

.onezerodeposit-5a7gav .onezerodeposit-18uc2t:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

.onezerodeposit-49vod4 {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: none;
  overflow: auto;
}

.onezerodeposit-49vod4.onezerodeposit-ayxptx {
  display: block;
}

.onezerodeposit-2mr2x7 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.onezerodeposit-w5mg42 {
  position: relative;
  top: 100px;
  margin: 0 auto;
  z-index: 999;
  max-width: 600px;
  width: 100%;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 28px 44px;
}

.onezerodeposit-drnkmq {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-w5mg42 {
    width: calc(100% - 20px);
    max-width: 100%;
    padding: 28px 16px;
  }
}

.onezerodeposit-wmas6m {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.onezerodeposit-wmas6m svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.onezerodeposit-6hlkzn {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.onezerodeposit-0i5gw2.onezerodeposit-7cpg5d {
  display: none;
}

.onezerodeposit-hfka70 {
  font-size: 16px;
  line-height: 140%;
  color: var(--title-color);
  text-align: center;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-hfka70 {
    margin-bottom: 20px;
  }
}

.onezerodeposit-snepnz {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

.onezerodeposit-snepnz span {
  font-weight: 500;
  font-size: 20px;
  color: var(--text-color);
  display: block;
  margin-bottom: 4px;
}

.onezerodeposit-snepnz small {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.8;
  display: block;
  margin-bottom: 16px;
}

.onezerodeposit-snepnz input {
  border-radius: 46px;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: none;
  font-size: 16px;
  transition: 0.onezerodeposit-nxuu61 ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.onezerodeposit-snepnz input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.onezerodeposit-snepnz input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.onezerodeposit-snepnz input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.onezerodeposit-snepnz input:active {
  border-color: #c2c0ce;
}

.onezerodeposit-snepnz input:focus {
  border-color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-snepnz {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.onezerodeposit-1gzk24 {
  margin-bottom: 36px;
}

.onezerodeposit-1gzk24 textarea {
  border-radius: 20px;
  padding: 14px 20px;
  width: 100%;
  height: 120px;
  resize: none;
  overflow: hidden;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: 1px solid #c2c0ce;
  font-size: 16px;
}

.onezerodeposit-1gzk24 textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.onezerodeposit-1gzk24 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-1gzk24 {
    margin-bottom: 24px;
  }
}

.onezerodeposit-u6jruw {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.onezerodeposit-39gq26 {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  width: 136px;
  height: 42px;
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
  border: 1px solid var(--border-color);
  transition: 0.onezerodeposit-nxuu61 ease-in-out;
}

.onezerodeposit-39gq26:hover {
  background: var(--border-color);
}

.onezerodeposit-m31jlx {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #197bff;
  color: var(--title-color);
  border-radius: 6px;
  padding: 10px;
  width: 193px;
  height: 42px;
  margin-left: 16px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: 0.onezerodeposit-nxuu61 ease-in-out;
}

.onezerodeposit-m31jlx:hover {
  background: #166ad9;
}

.onezerodeposit-b71h39 {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.onezerodeposit-b71h39.onezerodeposit-7cpg5d {
  display: none;
}

.onezerodeposit-gtlexz {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: var(--title-color);
  margin: 16px 0 20px;
}

.onezerodeposit-b71h39 .onezerodeposit-39gq26 {
  margin: 0 auto;
}

.onezerodeposit-8vcazv {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-8vcazv {
    margin-bottom: 16px;
  }
}

.onezerodeposit-u4o6ma {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  height: auto;
  position: relative;
}

.onezerodeposit-vlf6lx {
  filter: grayscale(100%);
}

.onezerodeposit-u4o6ma > input {
  display: none;
}

.onezerodeposit-u4o6ma > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.onezerodeposit-trmf3r.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.onezerodeposit-91ee4z 44.onezerodeposit-kz9emn.onezerodeposit-mrr5jr.onezerodeposit-6exxlf.onezerodeposit-c4yo3a.onezerodeposit-rw7jtv.onezerodeposit-mk7za9.onezerodeposit-jn56u6.onezerodeposit-tw7fir.onezerodeposit-y25d8c.onezerodeposit-kkuzh8.onezerodeposit-oz7358.onezerodeposit-m8ww9l 0l-12.onezerodeposit-f6z9dz 30.onezerodeposit-sv1iuh.onezerodeposit-0q879k 2.onezerodeposit-vtt038.onezerodeposit-0q879k 3.onezerodeposit-hq8snq 3.onezerodeposit-ufqbwx.onezerodeposit-ybcyec 3.onezerodeposit-3nsjsj.onezerodeposit-2ddzku.onezerodeposit-b9oph2.onezerodeposit-vknw0o 7-3.onezerodeposit-f6z9dz 10.onezerodeposit-3carrx.onezerodeposit-vknw0o 23.onezerodeposit-0gldg2.onezerodeposit-34n8nq 1.onezerodeposit-iwgyz9 2.onezerodeposit-f6z9dz 3.onezerodeposit-34n8nq 1.onezerodeposit-ybcyec 5.onezerodeposit-iwsk5h.onezerodeposit-ybcyec 32.onezerodeposit-xs9gmt.onezerodeposit-2ddzku 5.onezerodeposit-m8ww9l 4.onezerodeposit-vknw0o 9.onezerodeposit-vknw0o 8.onezerodeposit-ybcyec 6.onezerodeposit-3lclrf.onezerodeposit-2olu7i.onezerodeposit-gt8v7b.onezerodeposit-vwh49i.onezerodeposit-5zh4be 4.onezerodeposit-3wtd76.onezerodeposit-5zh4be 6.onezerodeposit-5zh4be 0l29.onezerodeposit-m8ww9l 17.onezerodeposit-4wce6k.onezerodeposit-vu3b8v 2.onezerodeposit-hchedd 10.onezerodeposit-7cm5xj.onezerodeposit-f6z9dz 8.onezerodeposit-ctwkzu.onezerodeposit-exjijl.onezerodeposit-xw4j8q.onezerodeposit-5zgxp4.onezerodeposit-ot2ib5.onezerodeposit-2ddzku.onezerodeposit-rw7jtv.onezerodeposit-f6z9dz 1.onezerodeposit-d3o80h.onezerodeposit-lnsqcg.onezerodeposit-bpfhj5.onezerodeposit-al0bfl.onezerodeposit-tejw2n.onezerodeposit-iwgyz9 1.onezerodeposit-4sarsr.onezerodeposit-cjcb2l.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.onezerodeposit-u4o6ma > input:checked ~ label,
.onezerodeposit-u4o6ma > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.onezerodeposit-trmf3r.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.onezerodeposit-91ee4z 44.onezerodeposit-kz9emn.onezerodeposit-mrr5jr.onezerodeposit-6exxlf.onezerodeposit-c4yo3a.onezerodeposit-rw7jtv.onezerodeposit-mk7za9.onezerodeposit-jn56u6.onezerodeposit-tw7fir.onezerodeposit-y25d8c.onezerodeposit-kkuzh8.onezerodeposit-oz7358.onezerodeposit-m8ww9l 0l-12.onezerodeposit-f6z9dz 30.onezerodeposit-sv1iuh.onezerodeposit-0q879k 2.onezerodeposit-vtt038.onezerodeposit-0q879k 3.onezerodeposit-hq8snq 3.onezerodeposit-ufqbwx.onezerodeposit-ybcyec 3.onezerodeposit-3nsjsj.onezerodeposit-2ddzku.onezerodeposit-b9oph2.onezerodeposit-vknw0o 7-3.onezerodeposit-f6z9dz 10.onezerodeposit-3carrx.onezerodeposit-vknw0o 23.onezerodeposit-0gldg2.onezerodeposit-34n8nq 1.onezerodeposit-iwgyz9 2.onezerodeposit-f6z9dz 3.onezerodeposit-34n8nq 1.onezerodeposit-ybcyec 5.onezerodeposit-iwsk5h.onezerodeposit-ybcyec 32.onezerodeposit-xs9gmt.onezerodeposit-2ddzku 5.onezerodeposit-m8ww9l 4.onezerodeposit-vknw0o 9.onezerodeposit-vknw0o 8.onezerodeposit-ybcyec 6.onezerodeposit-3lclrf.onezerodeposit-2olu7i.onezerodeposit-gt8v7b.onezerodeposit-vwh49i.onezerodeposit-5zh4be 4.onezerodeposit-3wtd76.onezerodeposit-5zh4be 6.onezerodeposit-5zh4be 0l29.onezerodeposit-m8ww9l 17.onezerodeposit-4wce6k.onezerodeposit-vu3b8v 2.onezerodeposit-hchedd 10.onezerodeposit-7cm5xj.onezerodeposit-f6z9dz 8.onezerodeposit-ctwkzu.onezerodeposit-exjijl.onezerodeposit-xw4j8q.onezerodeposit-5zgxp4.onezerodeposit-ot2ib5.onezerodeposit-2ddzku.onezerodeposit-rw7jtv.onezerodeposit-f6z9dz 1.onezerodeposit-d3o80h.onezerodeposit-lnsqcg.onezerodeposit-bpfhj5.onezerodeposit-al0bfl.onezerodeposit-tejw2n.onezerodeposit-iwgyz9 1.onezerodeposit-4sarsr.onezerodeposit-cjcb2l.5z'/%3e%3c/svg%3e");
}

.onezerodeposit-u4o6ma > input:not(:checked) ~ label:hover,
.onezerodeposit-u4o6ma > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.onezerodeposit-trmf3r.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.onezerodeposit-91ee4z 44.onezerodeposit-kz9emn.onezerodeposit-mrr5jr.onezerodeposit-6exxlf.onezerodeposit-c4yo3a.onezerodeposit-rw7jtv.onezerodeposit-mk7za9.onezerodeposit-jn56u6.onezerodeposit-tw7fir.onezerodeposit-y25d8c.onezerodeposit-kkuzh8.onezerodeposit-oz7358.onezerodeposit-m8ww9l 0l-12.onezerodeposit-f6z9dz 30.onezerodeposit-sv1iuh.onezerodeposit-0q879k 2.onezerodeposit-vtt038.onezerodeposit-0q879k 3.onezerodeposit-hq8snq 3.onezerodeposit-ufqbwx.onezerodeposit-ybcyec 3.onezerodeposit-3nsjsj.onezerodeposit-2ddzku.onezerodeposit-b9oph2.onezerodeposit-vknw0o 7-3.onezerodeposit-f6z9dz 10.onezerodeposit-3carrx.onezerodeposit-vknw0o 23.onezerodeposit-0gldg2.onezerodeposit-34n8nq 1.onezerodeposit-iwgyz9 2.onezerodeposit-f6z9dz 3.onezerodeposit-34n8nq 1.onezerodeposit-ybcyec 5.onezerodeposit-iwsk5h.onezerodeposit-ybcyec 32.onezerodeposit-xs9gmt.onezerodeposit-2ddzku 5.onezerodeposit-m8ww9l 4.onezerodeposit-vknw0o 9.onezerodeposit-vknw0o 8.onezerodeposit-ybcyec 6.onezerodeposit-3lclrf.onezerodeposit-2olu7i.onezerodeposit-gt8v7b.onezerodeposit-vwh49i.onezerodeposit-5zh4be 4.onezerodeposit-3wtd76.onezerodeposit-5zh4be 6.onezerodeposit-5zh4be 0l29.onezerodeposit-m8ww9l 17.onezerodeposit-4wce6k.onezerodeposit-vu3b8v 2.onezerodeposit-hchedd 10.onezerodeposit-7cm5xj.onezerodeposit-f6z9dz 8.onezerodeposit-ctwkzu.onezerodeposit-exjijl.onezerodeposit-xw4j8q.onezerodeposit-5zgxp4.onezerodeposit-ot2ib5.onezerodeposit-2ddzku.onezerodeposit-rw7jtv.onezerodeposit-f6z9dz 1.onezerodeposit-d3o80h.onezerodeposit-lnsqcg.onezerodeposit-bpfhj5.onezerodeposit-al0bfl.onezerodeposit-tejw2n.onezerodeposit-iwgyz9 1.onezerodeposit-4sarsr.onezerodeposit-cjcb2l.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .onezerodeposit-xyqy18 > .onezerodeposit-esprfq {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .onezerodeposit-xyqy18 > .onezerodeposit-esprfq {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .onezerodeposit-xyqy18 > .onezerodeposit-esprfq {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .onezerodeposit-xyqy18 > .onezerodeposit-esprfq {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .onezerodeposit-xyqy18 > .onezerodeposit-esprfq {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

label[for="rating-0"] {
  display: none;
}

.onezerodeposit-vamna3 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.onezerodeposit-vamna3.onezerodeposit-7cpg5d {
  display: none;
}

.onezerodeposit-8r4qdh {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  height: 110px;
  border-radius: 30px 30px 0 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .onezerodeposit-8r4qdh {
    height: 74px;
    overflow: visible;
  }
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-8r4qdh {
    border-radius: 20px 20px 0 0;
  }
}

.onezerodeposit-deh4jp {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 52px;
  gap: 16px;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  color: #fff;
  border-top-left-radius: 30px;
}

.onezerodeposit-deh4jp::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.onezerodeposit-deh4jp::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.onezerodeposit-deh4jp img {
  border-radius: 16px;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .onezerodeposit-deh4jp {
    max-width: 300px;
    padding: 0 10px;
    font-size: 16px;
  }
  .onezerodeposit-deh4jp img {
    max-width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-deh4jp {
    max-width: 120px;
    font-size: 14px;
    border-top-left-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    font-size: 14px;
  }
  .onezerodeposit-deh4jp img {
    max-width: 60px;
    border-radius: 7px;
  }
}

.onezerodeposit-1tiu9g {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .onezerodeposit-1tiu9g {
    font-size: 16px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-1tiu9g {
    font-size: 14px;
  }
}

.onezerodeposit-b1jhiq {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 52px 0 0;
  z-index: 2;
  overflow: hidden;
  border-top-right-radius: 30px;
}

.onezerodeposit-b1jhiq::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-b1jhiq::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.onezerodeposit-b1jhiq::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -2;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-b1jhiq::after {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .onezerodeposit-b1jhiq {
    max-width: 300px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-b1jhiq {
    max-width: 120px;
    border-top-right-radius: 20px;
  }
}

.onezerodeposit-tjvpm8 {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .onezerodeposit-tjvpm8 {
    top: -20px;
  }
}

.onezerodeposit-w6xjxr {
  width: 220px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.onezerodeposit-nxuu61 ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

@media only screen and (min-width: 1025px) {
  .onezerodeposit-w6xjxr:hover {
    background: linear-gradient(138deg, #fbff21 0%, #f2f55d 74.32%);
  }
}

@media only screen and (max-width: 1023px) {
  .onezerodeposit-w6xjxr {
    width: 200px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-w6xjxr {
    width: 90px;
    height: 40px;
  }
}

.onezerodeposit-vamna3.onezerodeposit-duch43 .onezerodeposit-8r4qdh {
  background: #2b3b67;
}

.onezerodeposit-vamna3.onezerodeposit-duch43 .onezerodeposit-deh4jp {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.onezerodeposit-vamna3.onezerodeposit-duch43 .onezerodeposit-deh4jp::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.onezerodeposit-vamna3.onezerodeposit-duch43 .onezerodeposit-deh4jp::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.onezerodeposit-vamna3.onezerodeposit-duch43 .onezerodeposit-b1jhiq::before {
  background: #0e0f41;
}

.onezerodeposit-vamna3.onezerodeposit-duch43 .onezerodeposit-b1jhiq::after {
  background: #152557;
}

.onezerodeposit-vamna3.onezerodeposit-d2z5es .onezerodeposit-8r4qdh {
  background: #1f35fa;
}

.onezerodeposit-vamna3.onezerodeposit-d2z5es .onezerodeposit-deh4jp {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.onezerodeposit-vamna3.onezerodeposit-d2z5es .onezerodeposit-deh4jp::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.onezerodeposit-vamna3.onezerodeposit-d2z5es .onezerodeposit-deh4jp::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.onezerodeposit-vamna3.onezerodeposit-d2z5es .onezerodeposit-b1jhiq::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.onezerodeposit-vamna3.onezerodeposit-d2z5es .onezerodeposit-b1jhiq::after {
  background: #192ac8;
}

.onezerodeposit-vamna3.onezerodeposit-2skng2 .onezerodeposit-8r4qdh {
  background: #fa771f;
}

.onezerodeposit-vamna3.onezerodeposit-2skng2 .onezerodeposit-deh4jp {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.onezerodeposit-vamna3.onezerodeposit-2skng2 .onezerodeposit-deh4jp::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.onezerodeposit-vamna3.onezerodeposit-2skng2 .onezerodeposit-deh4jp::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.onezerodeposit-vamna3.onezerodeposit-2skng2 .onezerodeposit-b1jhiq::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.onezerodeposit-vamna3.onezerodeposit-2skng2 .onezerodeposit-b1jhiq::after {
  background: #fa8535;
}

.onezerodeposit-wvf0d4 {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .onezerodeposit-wvf0d4 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-wvf0d4 {
    margin: 24px 0 60px;
  }
}

.onezerodeposit-wvf0d4 h1 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-wvf0d4 h1 {
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 18px;
  }
}

.onezerodeposit-q3aiuc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 24px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-q3aiuc {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

.onezerodeposit-spnb8f {
  display: flex;
  align-items: center;
  color: var(--text-color);
  gap: 6px;
  font-weight: 700;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-spnb8f {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

.onezerodeposit-6ktku9 {
  max-width: 200px;
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .onezerodeposit-6ktku9:hover {
    background: var(--button-bg-hover);
  }
}

.onezerodeposit-5l2hv2 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.onezerodeposit-5l2hv2 span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.onezerodeposit-5l2hv2 small {
  font-size: 14px;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-5l2hv2 {
    margin-bottom: 16px;
  }
}

.onezerodeposit-b4lf7s {
  width: 120px;
  height: 22px;
}

.onezerodeposit-b4lf7s .onezerodeposit-5aetsg {
  fill: #c2c0ce;
}

.onezerodeposit-b4lf7s [rating="1"] .onezerodeposit-5aetsg:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.onezerodeposit-b4lf7s [rating="2"] .onezerodeposit-5aetsg:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.onezerodeposit-b4lf7s [rating="3"] .onezerodeposit-5aetsg:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.onezerodeposit-b4lf7s [rating="4"] .onezerodeposit-5aetsg:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.onezerodeposit-b4lf7s [rating="5"] .onezerodeposit-5aetsg:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.onezerodeposit-5kaug2 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-5kaug2 {
    gap: 16px 0;
  }
}

.onezerodeposit-ft5m1g {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.onezerodeposit-ft5m1g.onezerodeposit-113tjp {
  display: block;
}

.onezerodeposit-ft5m1g.onezerodeposit-7cpg5d {
  display: none;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-ft5m1g {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.onezerodeposit-90ivzh {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.onezerodeposit-ynx9hb {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.onezerodeposit-qbkhwe {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.onezerodeposit-ebrzyi small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.onezerodeposit-ebrzyi span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.onezerodeposit-ywnfwv {
  font-size: 16px;
  line-height: 140%;
}

.onezerodeposit-ewatx0 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.onezerodeposit-ewatx0 .onezerodeposit-5aetsg {
  fill: #c2c0ce;
}

.onezerodeposit-ewatx0 [rating="1"] .onezerodeposit-5aetsg:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.onezerodeposit-ewatx0 [rating="2"] .onezerodeposit-5aetsg:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.onezerodeposit-ewatx0 [rating="3"] .onezerodeposit-5aetsg:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.onezerodeposit-ewatx0 [rating="4"] .onezerodeposit-5aetsg:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.onezerodeposit-ewatx0 [rating="5"] .onezerodeposit-5aetsg:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.onezerodeposit-1n5ylr {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-1n5ylr {
    margin: 18px auto 0;
  }
}

/* Review Hero Block Styles */

.onezerodeposit-wmafzw {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .onezerodeposit-wmafzw {
    padding: 0 16px;
  }
}

.onezerodeposit-vipmg7 {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-vipmg7 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.onezerodeposit-zt4r5l {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  padding: 16px;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-zt4r5l {
    padding: 12px;
    gap: 12px;
  }
}

.onezerodeposit-5ubg2j {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.onezerodeposit-5ubg2j img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.onezerodeposit-hwdmfr {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    var(--button-bg-color) 0%,
    var(--button-bg-hover) 100%
  );
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.onezerodeposit-fguk0a {
  flex: 1;
  min-width: 0;
}

.onezerodeposit-jnujsv {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-jnujsv {
    font-size: 14px;
    gap: 6px;
  }
}

.onezerodeposit-vh5jt4 {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.onezerodeposit-vh5jt4 svg,
.onezerodeposit-vh5jt4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.onezerodeposit-vh5jt4 svg path {
  fill: var(--button-bg-color);
}

.onezerodeposit-vh5jt4 svg circle {
  fill: var(--button-text-color);
}

.onezerodeposit-ap2gvu {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-ap2gvu {
    font-size: 12px;
  }
}

.onezerodeposit-ap2gvu strong {
  font-weight: 600;
}

.onezerodeposit-eji30c {
  font-size: 16px;
  line-height: 160%;
  color: var(--text-color);
  margin: 0;
}

.onezerodeposit-eji30c p {
  margin: 0 0 16px;
}

.onezerodeposit-eji30c p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-eji30c {
    font-size: 14px;
    line-height: 150%;
  }
}

.onezerodeposit-l9x0pk {
  max-width: 300px;
  width: 100%;
}

.onezerodeposit-l9x0pk a {
  width: 100%;
}

@media (max-width: 575px) {
  .onezerodeposit-l9x0pk {
    max-width: 200px;
  }
}

.onezerodeposit-jk3cw0 {
  justify-content: center;
}

.onezerodeposit-9qnqmz {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.onezerodeposit-n2ctu6 {
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-7e3iq9 {
    padding: 0 0 50px;
    justify-content: center;
  }
}

.onezerodeposit-gvbx4t {
  padding: 5px 0;
  justify-content: center;
  background: color-mix(in srgb, var(--fh-bg-color), transparent 20%);
}

.onezerodeposit-gvbx4t .onezerodeposit-6972vj {
  justify-content: center;
}

/* faq */

.onezerodeposit-0hhh7e {
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  user-select: none;
}

.onezerodeposit-czfwm8 {
  color: var(--text-color);
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  background: var(--table-1-color);
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.onezerodeposit-9qn6y9 ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.onezerodeposit-czfwm8::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.onezerodeposit-9qn6y9 ease;
}

.onezerodeposit-0hhh7e.onezerodeposit-ayxptx .onezerodeposit-czfwm8::after {
  transform: rotate(45deg);
}

.onezerodeposit-9ymy1t {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.onezerodeposit-nxuu61 ease, padding 0.onezerodeposit-nxuu61 ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.onezerodeposit-0hhh7e.onezerodeposit-ayxptx .onezerodeposit-9ymy1t {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.onezerodeposit-mjfvc2 {
  margin: 25px 0;
}

.onezerodeposit-u4o6ma > input:not(:checked) ~ label:hover,
.onezerodeposit-u4o6ma > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.onezerodeposit-c7n7x4.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.onezerodeposit-zl2k5x 44.onezerodeposit-aeu0oj.onezerodeposit-kqq1qh.onezerodeposit-jynxcw.onezerodeposit-6ce93c.onezerodeposit-yim00y.onezerodeposit-81irks.onezerodeposit-wd6sf7.onezerodeposit-xobobr.onezerodeposit-7ct6j1.onezerodeposit-f2upn3.onezerodeposit-bm08mf.onezerodeposit-3dykar 0l-12.onezerodeposit-lab5b5 30.onezerodeposit-maxb9t.onezerodeposit-e1m5r7 2.onezerodeposit-6jono7.onezerodeposit-e1m5r7 3.onezerodeposit-y7wg94 3.onezerodeposit-no21d7.onezerodeposit-6ja67l 3.onezerodeposit-rzkluj.onezerodeposit-84aj2j.onezerodeposit-aofbz3.onezerodeposit-lzidk4 7-3.onezerodeposit-lab5b5 10.onezerodeposit-t62dj3.onezerodeposit-lzidk4 23.onezerodeposit-unkwud.onezerodeposit-umzm16 1.onezerodeposit-1nva4d 2.onezerodeposit-lab5b5 3.onezerodeposit-umzm16 1.onezerodeposit-6ja67l 5.onezerodeposit-preowb.onezerodeposit-6ja67l 32.onezerodeposit-wlg9xt.onezerodeposit-84aj2j 5.onezerodeposit-3dykar 4.onezerodeposit-lzidk4 9.onezerodeposit-lzidk4 8.onezerodeposit-6ja67l 6.onezerodeposit-a0pav9.onezerodeposit-9fzac4.onezerodeposit-beear7.onezerodeposit-fdcsye.onezerodeposit-hc86i8 4.onezerodeposit-octttx.onezerodeposit-hc86i8 6.onezerodeposit-hc86i8 0l29.onezerodeposit-3dykar 17.onezerodeposit-92nadx.onezerodeposit-r5wrvh 2.onezerodeposit-ojwovc 10.onezerodeposit-ptqbze.onezerodeposit-lab5b5 8.onezerodeposit-vsg9o9.onezerodeposit-p3ko5s.onezerodeposit-4lw56f.onezerodeposit-zzrtyc.onezerodeposit-s5l2sy.onezerodeposit-84aj2j.onezerodeposit-yim00y.onezerodeposit-lab5b5 1.onezerodeposit-luqrjg.onezerodeposit-lzov75.onezerodeposit-cg9xby.onezerodeposit-z2vyg3.onezerodeposit-94p0mz.onezerodeposit-1nva4d 1.onezerodeposit-9w5p7f.onezerodeposit-8snsps.5z'/%3e%3c/svg%3e");
}

.onezerodeposit-k5sh3e {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-k5sh3e {
    gap: 16px 0;
  }
}

.onezerodeposit-qq3w95 {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.onezerodeposit-qq3w95.onezerodeposit-72d5m6 {
  display: block;
}

.onezerodeposit-qq3w95.onezerodeposit-09d2zb {
  display: none;
}

@media only screen and (max-width: 767px) {
  .onezerodeposit-qq3w95 {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.onezerodeposit-cqs8sa {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.onezerodeposit-10bwlc {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.onezerodeposit-fu8z0f {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.onezerodeposit-oog2gg small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.onezerodeposit-oog2gg span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.onezerodeposit-gfo21i {
  font-size: 16px;
  line-height: 140%;
}

.onezerodeposit-9rcsdd {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.onezerodeposit-9rcsdd .onezerodeposit-uusd3x {
  fill: #c2c0ce;
}

.onezerodeposit-9rcsdd [rating="1"] .onezerodeposit-uusd3x:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.onezerodeposit-9rcsdd [rating="2"] .onezerodeposit-uusd3x:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.onezerodeposit-9rcsdd [rating="3"] .onezerodeposit-uusd3x:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.onezerodeposit-9rcsdd [rating="4"] .onezerodeposit-uusd3x:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.onezerodeposit-9rcsdd [rating="5"] .onezerodeposit-uusd3x:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

.onezerodeposit-86yj2f {
  padding: 16px;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  background: var(--fh-bg-color);
  font-family: sans-serif;
}

.onezerodeposit-86yj2f textarea {
  width: 100%;
  height: 80px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  resize: none;
  box-sizing: border-box;
  font-size: 18px;
}

.onezerodeposit-86yj2f button {
  margin-top: 10px;
  padding: 8px 16px;
  background: var(--button-bg-color);
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

@media (max-width: 576px) {
  table {
    word-break: break-all;
  }
}

/* up */

.onezerodeposit-w2ni0p {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.onezerodeposit-w2ni0p.onezerodeposit-ch4lem {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.onezerodeposit-s0qz0b {
  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;
}

.onezerodeposit-s0qz0b label {
  font-size: 14px;
}

.onezerodeposit-s0qz0b h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.onezerodeposit-s0qz0b input,
.onezerodeposit-s0qz0b textarea,
.onezerodeposit-s0qz0b 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;
}
.onezerodeposit-s0qz0b button {
  background-color: var(--button-bg-color);
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.onezerodeposit-9qn6y9 ease;
}
.onezerodeposit-s0qz0b button:hover {
  background-color: var(--button-bg-hover);
}
.onezerodeposit-ndsk6k {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.onezerodeposit-9b35ui ease-in;
}

.onezerodeposit-ndsk6k h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.onezerodeposit-3qxovc, .onezerodeposit-gzz15w, [class*="review-card"],
thead, thead th, table th, .onezerodeposit-pdb5s0,
.onezerodeposit-hb202x, [class*="collapsible-header"],
.onezerodeposit-wrj3vi, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v3 */
body, body :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: #ECE7DC !important; }
.onezerodeposit-h03y1t, .onezerodeposit-h03y1t :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }
