:root {
  --gap: clamp(0.5rem, 2vh, 1.5rem);
  --box-min-height: 13rem;
  --box-max-height: 28.2rem;
  --box-height: max(calc((100vh - 13rem) / 2), var(--box-min-height));
  --bg-size: min(max(calc(100vw - 75%), 17rem), 23rem);
}
@media screen and (orientation: landscape) {
  :root {
    --gap: clamp(0.5rem, 2vh, 1.5rem);
    --box-min-height: 18rem;
  }
}
@media (max-width: 42rem) {
  :root {
    --bg-size: min(max(calc(100vw - 60%), 8rem), 34rem);
  }
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
  overflow: visible;
}
progress,
sub,
sup {
  vertical-align: baseline;
}
[type="checkbox"],
[type="radio"],
legend {
  box-sizing: border-box;
  padding: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
details,
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
body {
  font-family: "Nunito Sans", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}
.has-modal {
  overflow: hidden;
}
.hidden {
  display: none !important;
}
.wrapper {
  position: relative;
  min-width: 20rem;
}
.content {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.content .container {
  position: relative;
  min-height: calc(90vh - 5rem);
  display: flex;
  flex-direction: column;
  z-index: 2;
}
@media (max-width: 90rem) {
  .content .container {
    min-height: calc(100vh - 5rem);
  }
}
@media (max-width: 42rem) {
  .content .container {
    min-height: calc(100vh - 4rem);
  }
}
.button {
  display: inline-block;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2.5rem;
  color: #161616;
  text-decoration: none;
  background: #1aee79;
  border-radius: 0.5rem;
  transition: color 250ms, background 250ms;
}
.button-text {
  display: inline-block;
  padding: 0 1.5rem;
}
.button:hover {
  color: #fff;
  background: #0b7c24;
}
.button-inverted {
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.1);
}
.button-inverted:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
.header {
  position: sticky;
  background: #0d1c33;
  z-index: 1;
}
.header .container {
  max-width: 80rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1.25rem;
}
@media (max-width: 42rem) {
  .header .container {
    padding: 0.75rem;
  }
}
.header .buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.header .button:hover {
  color: #161616;
  background: #58ffa3;
}
.logo {
  line-height: 0;
}
.logo .img {
  display: inline-block;
  max-height: 2.5rem;
}
@media (max-width: 42rem) {
  .logo {
    max-height: 2rem;
  }
}
.banner {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1rem 0 1rem 0;
  overflow: hidden;
}
.banner .inner {
  position: relative;
  max-width: 70rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  flex: 1;
  margin: 0 auto;
  z-index: 2;
}
@media (max-width: 90rem) {
  .banner .inner {
    padding: 0 1rem;
  }
}
.banner .media {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  justify-content: center;
  align-items: center;
  flex: 1;
}
.banner .buttons {
  display: none;
  padding-top: 1rem;
}
@media (max-width: 64rem) {
  .banner .buttons {
    display: inline-block;
  }
}
@media (max-width: 42rem) {
  .banner .buttons {
    padding: 0;
  }
}
.banner .button {
  border-radius: 2rem;
  background: linear-gradient(95.34deg, #0bb79a 0, #1aee79 100%);
}
.banner .button-text {
  font-weight: 700;
  font-size: 1rem;
  line-height: 2rem;
  padding: 0.5rem 3rem;
}
@media (max-width: 42rem) {
  .banner .button-text {
    font-size: 1rem;
    line-height: 2rem;
  }
}
.bg {
  background: #1F126D;
}
.bg,
.bg-left,
.bg-right {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 64rem) {
  .bg {


  }
}
.bg-left {
  background-image: url("../images/background/bg-top-left.webp");
  background-position: top -1rem left -5rem;
  background-size: var(--bg-size);

}
@media (max-width: 42rem) {
  .bg-left {
    background-position: top -1rem left -3.5rem;
  }
}
.bg-right {
  background-image: url("../images/background/bg-bottom-right.webp");
  background-position: bottom -.5rem right -3rem;
  background-size: var(--bg-size);

}
@media (max-width: 42rem) {
  .bg-right {
    background-position: bottom 0rem right -3rem;
  }
}
.visuals {
  position: relative;
  text-align: center;
  max-height: var(--box-height);
}
.art {
  position: relative;
  max-width: 100%;
  max-height: min(var(--box-height), var(--box-max-height));
  z-index: 5;
}
.visual {
  position: absolute;
  display: inline-block;
  z-index: 8;
}
.roulette {
  left: -20%;
  top: -20%;
  max-width: 140%;
  z-index: 5;
}
.ellipse {
  top: 4%;
  left: 24%;
  width: 55%;
  height: 90%;
  border-radius: 19rem;
  background: #823aff;
  filter: blur(145px);
  z-index: 6;
}
.dice-1 {
  bottom: 17.5%;
  left: 24.6%;
  max-width: 16%;
  animation: dice-1 5s ease-in-out infinite;
  animation-delay: 1.5s;
}
@keyframes dice-1 {
  100%,
  5% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1rem) rotate(5deg);
  }
}
.dice-2 {
  bottom: 41%;
  left: 13%;
  max-width: 9%;
  animation: dice-2 4.5s ease-in-out infinite;
  z-index: 6;
}
@keyframes dice-2 {
  100%,
  5% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.5rem) rotate(-3deg);
  }
}
.card-1 {
  bottom: 24%;
  left: 1%;
  max-width: 20%;
  animation: card-1 4.5s ease-in-out infinite;
  animation-delay: 1s;
}
@keyframes card-1 {
  100%,
  5% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1rem) rotate(7deg);
  }
}
.card-2 {
  top: 26%;
  right: 6%;
  max-width: 13%;
  animation: card-2 4.5s ease-in-out infinite;
  animation-delay: 0.5s;
}
@keyframes card-2 {
  100%,
  5% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.5rem) rotate(-3deg);
  }
}
.card-3 {
  bottom: 17.5%;
  right: 2%;
  max-width: 26%;
  animation: card-3 6s ease-in-out infinite;
  animation-delay: 0.75s;
}
@keyframes card-3 {
  100%,
  5% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1rem) rotate(5deg);
  }
}
.texts {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  max-height: var(--box-height);
  text-align: center;
  padding: 0 1.5rem;
  z-index: 5;
}
.texts .text-heading {
  font-weight: 600;
  font-size: min(clamp(1rem, 3.2vh, 2.2rem), 3.5vw);
  line-height: min(clamp(1.5rem, 3.5vh, 3rem), 3.8vw);
  color: #fff;
}
.texts .text {
  font-weight: 800;
  font-size: min(clamp(2rem, 5vh, 3rem), 6vw);
  line-height: min(clamp(2.2rem, 5.5vh, 3.5rem), 6.3vw);
  background: linear-gradient(92deg, #1CFF83 6.84%, #0FA7FF 104.56%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.texts .text span {
  color: #8dea0a;
}
.texts .text-extra {
  font-weight: 600;
  font-size: min(clamp(1rem, 2.8vh, 1.8rem), 3.5vw);
  line-height: min(clamp(1.5rem, 3.3vh, 2.2rem), 3.8vw);
  color: #ffcb44;
}
.points {
  background: #081626;
  border-bottom: 1px solid rgba(33, 40, 63, 0.5);
}
.points .inner {
  max-width: 60rem;
  display: flex;
  margin: 0 auto;
}
@media (max-width: 42rem) {
  .points .inner {
    padding: 1rem 0;
  }
}
.points .img {
  max-height: 4rem;
}
@media (max-width: 42rem) {
  .points .img {
    max-height: 2.5rem;
  }
}
.points .text {
  font-size: 1rem;
  line-height: 2rem;
  color: #fff;
}
@media (max-width: 42rem) {
  .points .text {
    width: 100%;
    text-align: center;
    font-size: 0.875rem;
  }
}
.points-item {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  flex: 1;
  flex-wrap: wrap;
  padding: 0.5rem 0.25rem;
}
@media (max-width: 42rem) {
  .points-item {
    gap: 0.5rem;
    padding: 0 0.25rem;
  }
}
.points-item + .points-item {
  border-left: 1px solid rgba(33, 40, 63, 0.5);
}
.ratings {
  padding: 1rem 0;
  background: #190E57;
}
.ratings-inner {
  max-width: 80rem;
  display: flex;
  margin: 0 auto;
}
.ratings-item {
  min-height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
@media (max-width: 90rem) {
  .ratings-item {
    flex: auto;
  }
}
@media (max-width: 42rem) {
  .ratings-item:before {
    display: none;
  }
}
.ratings-item + .ratings-item {
  position: relative;
}
.ratings-item + .ratings-item:before {
  content: " ";
  position: relative;
  width: 1.5px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  margin: 0 0.5rem;
}
.ratings-item-heading {
  flex: 0;
  white-space: nowrap;
}
@media (max-width: 90rem) {
  .ratings-item-heading {
    flex: auto;
    white-space: normal;
  }
}
@media (max-width: 64rem) {
  .ratings-item-heading {
    display: none;
  }
}
.ratings-item-inner {
  max-width: 20rem;
  width: 100%;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.5rem;
}
@media (max-width: 90rem) {
  .ratings-item-inner {
    padding: 0 min(clamp(0.5rem, 2vh, 1.5rem), 1vw);
  }
}
@media (max-width: 64rem) {
  .ratings-item-inner {
    gap: 1rem;
    flex-direction: column-reverse;
    justify-content: center;
  }
}
@media (max-width: 64rem) {
  .ratings-item:nth-child(2):before {
    display: none;
  }
}
.ratings-heading {
  font-weight: 500;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.7);
}
.ratings-img {
  max-height: 2rem;
}
@media (max-width: 42rem) {
  .ratings-img {
    max-height: 1.2rem;
  }
}
.ratings-box {
  position: relative;
  height: 3.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  text-align: center;
  padding: 0 1.75rem;
  white-space: nowrap;
}
@media (max-width: 42rem) {
  .ratings-box {
    height: auto;
    gap: 0.25rem;
    padding: 0 1.25rem;
  }
}
.ratings-box:after,
.ratings-box:before {
  content: " ";
  position: absolute;
  top: 0;
  display: inline-block;
  width: 1.5rem;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  opacity: 0.15;
}
.ratings-box:before {
  left: 0;
  background-image: url("../images/rating/wing-left.webp");
  background-position: left center;
}
.ratings-box:after {
  right: 0;
  background-image: url("../images/rating/wing-right.webp");
  background-position: right center;
}
.ratings-value {
  font-weight: 800;
  font-size: 2rem;
  color: #fff;
}
@media (max-width: 42rem) {
  .ratings-value {
    font-size: 1.25rem;
  }
}
.ratings-max {
  font-weight: 500;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 42rem) {
  .ratings-max {
    font-size: 0.625rem;
  }
}
.steps {
  padding: 1.25rem 0;
  background: #2a0072;
}
.steps-inner {
  max-width: 60rem;
  display: flex;
  gap: 1rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}
@media (max-width: 42rem) {
  .steps-inner {
    flex-direction: column;
    gap: 0.75rem;
  }
}
.steps-item {
  flex: 1;
}
.steps-item-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  gap: 1rem;
}
@media (max-width: 64rem) {
  .steps-item-inner {
    align-items: start;
  }
}
@media (max-width: 42rem) {
  .steps-item-inner {
    align-items: center;
  }
}
.steps-item + .steps-item:before {
  content: " ";
  display: none;
  height: 1px;
  margin-left: 2.5rem;
  margin-bottom: 0.75rem;
  background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 42rem) {
  .steps-item + .steps-item:before {
    display: block;
  }
}
.steps-counter {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1rem;
  color: #2a0072;
  text-align: center;
  border-radius: 3rem;
  background: #1aee79;
}
@media (max-width: 42rem) {
  .steps-counter {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.875rem;
  }
}
.steps-content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1;
}
@media (max-width: 42rem) {
  .steps-content {
    display: block;
  }
}
.steps-heading {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1rem;
  color: #fff;
}
.steps-text {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgba(255, 255, 255, 0.5);
}
.steps-text span {
  color: #fff;
}
@media (max-width: 42rem) {
  .steps-heading,
  .steps-text {
    display: inline;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.footer {
  background: #081626;
}
.footer .container {
  max-width: 80rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2.5rem 0;
  margin: 0 auto;
}
@media (max-width: 42rem) {
  .footer .container {
    padding: 2rem 0;
  }
}
.footer-heading {
  font-weight: 700;
  font-size: 1rem;
  line-height: 2rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
.achievements {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 42rem) {
  .achievements {
    gap: 1rem;
  }
}
.achievements .img {
  max-height: 2.5rem;
  padding: 1.25rem;
  opacity: 0.4;
}
@media (max-width: 64rem) {
  .achievements .img {
    padding: 0.5rem;
  }
}
@media (max-width: 42rem) {
  .achievements .img {
    max-height: 2rem;
    padding: 0;
  }
}
.achievements-compact {
  gap: 1.5rem;
  padding: 0;
}
.achievements-compact .img {
  padding: 0;
  opacity: 1;
}
.achievements-semitransparent .img {
  opacity: 0.5;
}
.policy {
  max-width: 60rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 0.5rem;
}
.policy .text {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.5rem;
  text-align: center;
  color: rgba(164, 175, 190, 0.8);
}
.copyright .text {
  color: rgba(255, 255, 255, 0.8);
}
.responsibility {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
}
.responsibility .img {
  max-height: 2.5rem;
  opacity: 0.4;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background: rgba(4, 17, 31, 0.8);
  opacity: 1;
  z-index: 100;
  transition: display 250ms, opacity 250ms;
}
.modal.hidden {
  display: none;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}
.modal .inner {
  max-width: 30rem;
  margin: 0 auto;
}
@media (max-width: 42rem) {
  .modal .inner {
    height: 100vh;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: #162637;
  }
}
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem;
}
.modal-title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #fff;
  padding: 0 0.25rem;
  margin: 0;
}
.modal-close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: background 250ms;
}
.modal-close:hover {
  background: rgba(255, 255, 255, 0.2);
}
.form-embedded {
  width: 25rem;
  z-index: 9;
}
@media (max-width: 64rem) {
  .form-embedded {
    display: none;
  }
}
.form-standalone {
  display: none;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
  background-color: #3c008f;
  background-image: linear-gradient(#2a0072 0, rgba(42, 0, 114, 0) 100%);
}
@media (max-width: 64rem) {
  .form-standalone {
    display: flex;
  }
}
@media (max-width: 42rem) {
  .form-standalone {
    padding: 0.5rem;
  }
}
.form-standalone .reg-form-v2 {
  max-width: 25rem;
  height: auto;
  margin: 0 auto;
}
.reg-form {
  position: relative;
  max-width: 25rem;
  width: min(25rem, 100vw);
  color: #fff;
  margin: 0 auto;
  border-radius: 1rem;
  background-color: #0d1c33;
  box-shadow: 0 0 0 10px rgba(25, 235, 123, 0);
  transition: box-shadow 250ms;
}
@media (max-width: 42rem) {
  .modal .reg-form {
    max-width: 100%;
    max-height: none;
    min-height: 100vh;
  }
}
.highlighted.form-embedded .reg-form {
  box-shadow: 0 0 0 0 rgba(25, 235, 123, 0.75);
}
.reg-form .svg {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  fill: #fff;
  vertical-align: top;
}
.reg-form-container {
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  text-align: left;
  z-index: 1;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.reg-form-container::-webkit-scrollbar {
  display: none;
}
.reg-form-container.currencies .reg-form-header {
  align-items: center;
  position: sticky;
  top: 0;
  background-color: #0d1c33;
  z-index: 13;
}
.reg-form-container.currencies .reg-form-title {
  padding-left: 0.5rem;
}
.reg-form-container.currencies .reg-form-close {
  display: inline-flex;
}
.reg-form-container.currencies .reg-form-content {
  gap: 0;
}
.reg-form-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1.5rem 1rem 1.5rem;
  border-radius: 1rem;
}
.reg-form-content {
  padding: 1rem 1.5rem 1.5rem 1.5rem;
}
.reg-form-title {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0 1rem;
}
.reg-form-title h1,
.reg-form-title p {
  display: block;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #fff;
  padding: 0;
  margin: 0;
}
.reg-form-title p {
  font-weight: 400;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
}
.reg-form-close {
  display: none;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: background 250ms;
}
.reg-form-close:hover {
  background: rgba(255, 255, 255, 0.2);
}
.reg-form-close .svg {
  width: 0.5rem;
  height: 0.5rem;
  fill: #fff;
}
.modal .reg-form-close {
  display: flex;
}
.reg-form-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.reg-form-button {
  width: 100%;
  padding: 1rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1rem;
  text-align: center;
  color: #161616;
  border-radius: 0.5rem;
  border: none;
  background: linear-gradient(95.34deg, #0bb79a 0, #1aee79 100%);
  cursor: pointer;
  transition: color 250ms, background 250ms;
}
.reg-form-button:hover {
  color: #161616;
  background: linear-gradient(95.34deg, #0cd5b4 0, #2cff8b 100%);
}
.reg-form-button:active {
  color: #161616;
  background: linear-gradient(95.34deg, #07a68b 0, #0fd267 100%);
}
.reg-form-button:disabled {
  color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
}
.reg-form .input {
  display: inline-block;
  width: 100%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #fff;
  text-align: left;
  padding: 0.75rem 1rem;
  margin: 0;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: 0 0;
  box-sizing: border-box;
  transition: opacity 250ms, display 250ms, border 250ms;
}
.reg-form .input::placeholder {
  font-weight: 500;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
}
.reg-form .input:focus::placeholder {
  opacity: 0;
}
.reg-form .input:focus,
.reg-form .input:hover {
  outline: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.reg-form .input:focus + .input-label,
.reg-form .input:not(:placeholder-shown) + .input-label {
  display: block;
}
.reg-form .input:-webkit-autofill,
.reg-form .input:-webkit-autofill-strong-password-viewable,
.reg-form .input:-webkit-autofill:active,
.reg-form .input:-webkit-autofill:focus,
.reg-form .input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 30px #0a1b2d inset !important;
  background-color: #0a1b2d !important;
  background-clip: content-box !important;
  -webkit-text-fill-color: #fff !important;
}
.reg-form .input-container {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.reg-form .input-label {
  position: absolute;
  top: -0.5rem;
  left: 1rem;
  display: none;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #fff;
  padding: 0 0.05rem;
  border-radius: 5px;
  background: #162637;
  z-index: 1;
}
.reg-form .input-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.reg-form .input-toggle-password {
  position: absolute;
  top: calc(0.75rem + 1px);
  right: calc(0.75rem + 1px);
  padding: 0.125rem;
  cursor: pointer;
}
.reg-form .checkbox {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: rgba(255, 255, 255, 0.6);
  padding: 0 0 0 0.5rem;
  margin: 0;
  cursor: pointer;
  transition: color 250ms;
}
.reg-form .checkbox:hover {
  color: #fff;
}
.reg-form .checkbox-icon {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.25rem;
  transition: background 250ms;
}
.reg-form .checkbox-icon .svg {
  display: none;
  fill: #000;
  transition: display 250ms;
}
.reg-form .checkbox-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  outline: 0;
  z-index: 10;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.reg-form .checkbox-input:checked + .checkbox-icon {
  background: #1aee79;
}
.reg-form .checkbox-input:checked + .checkbox-icon .svg {
  display: block;
}
.reg-form .checkbox-label {
  padding: 0.375rem 0.5rem;
}
.reg-form .checkbox-label a {
  color: inherit;
  text-decoration: underline;
}
.reg-form .checkbox-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.reg-form .payment-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.reg-form .payment-heading {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: rgba(255, 255, 255, 0.6);
  padding: 0 0.5rem;
}
.reg-form .payment-box {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.reg-form .payment-box-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  display: none;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0.5rem;
  z-index: 1;
}
.reg-form .payment-box-icon .svg {
  fill: #fff;
}
.reg-form .payment-box-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  outline: 0;
  z-index: 10;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.reg-form .payment-box-input:checked + .payment-box-icon {
  display: inline-flex;
}
.reg-form .payment-box-input:checked + .payment-box-icon + .payment-box-label {
  background: rgba(255, 255, 255, 0.1);
}
.reg-form .payment-box-input:hover + .payment-box-icon + .payment-box-label {
  background: rgba(255, 255, 255, 0.1);
}
.reg-form .payment-box-label {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding: 0.5rem 3rem 0.5rem 1rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  transition: background 250ms;
}
.reg-form .payment-box-action {
  flex: 0;
}
.reg-form .payment-box-action .payment-box-icon {
  display: inline-flex;
}
.reg-form .payment-box-action .payment-box-icon .svg {
  fill: #fff;
}
.reg-form .payment-box-action:hover .payment-box-label {
  background: rgba(255, 255, 255, 0.1);
}
.reg-form .payment-box-list {
  display: flex;
  gap: 0.5rem;
}
.reg-form .currency-header {
  min-height: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem;
  border-radius: 0.75rem;
  transition: background 250ms;
  cursor: pointer;
}
.reg-form .currency-header:hover {
  background: rgba(255, 255, 255, 0.05);
}
.reg-form .currency-header h4 {
  display: block;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.reg-form .currency-header .icon {
  padding: 0.125rem;
  margin: 0 0.375rem;
  cursor: pointer;
  transition: 0.2s ease;
}
.reg-form .currency-header.open .icon {
  transform: rotate(180deg);
}
.reg-form .currency-header.close .icon {
  transform: rotate(0);
}
.reg-form .currency-list {
  transition: display 250ms;
}
.reg-form .currency-box {
  position: relative;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #fff;
  padding: 0.5rem 0;
  margin: 0;
  cursor: pointer;
  z-index: 12;
}
.reg-form .currency-box + .currency-box:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: calc(100% - 3rem);
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
.reg-form .currency-box-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  outline: 0;
  z-index: 13;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.reg-form .currency-box-input:checked + .currency-box-content,
.reg-form .currency-box-input:hover + .currency-box-content {
  background: rgba(255, 255, 255, 0.05);
}
.reg-form
  .currency-box-input:checked
  + .currency-box-content
  .currency-box-icon {
  background: #1aee79;
}
.reg-form
  .currency-box-input:checked
  + .currency-box-content
  .currency-box-icon
  .svg {
  display: block;
}
.reg-form .currency-box-content {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  border-radius: 0.75rem;
  transition: background 250ms;
  z-index: 14;
}
.reg-form .currency-box-content:hover {
  background: #1aee79;
}
.reg-form .currency-box-logo {
  width: 1.625rem;
  height: 1.625rem;
  padding: 0.1875rem;
}
.reg-form .currency-box-symbol {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  padding: 0.075rem;
  margin: 0.1875rem;
  background: #0066de;
  border-radius: 1rem;
}
.reg-form .currency-box-label {
  text-transform: uppercase;
}
.reg-form .currency-box-name {
  flex: 1;
  text-align: right;
  color: rgba(255, 255, 255, 0.6);
  padding: 0 0.5rem;
}
.reg-form .currency-box-icon {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0.375rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2rem;
  transition: background 250ms;
}
.reg-form .currency-box-icon .svg {
  display: none;
  width: 1.5rem;
  height: 1.5rem;
  fill: #000;
  transition: display 250ms;
}
.reg-form .error {
  border: 1px solid red !important;
}
