html {
  -webkit-text-size-adjust: 100%;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  position: relative;
  text-rendering: optimizeSpeed;
  width: 100%;
}

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

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}

input,
input:required {
  box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-box-shadow: inset 0 0 0 30px #fff;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type='search'] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input:focus {
  outline: none;
}

audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}

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

[hidden] {
  display: none;
}

a:active,
a:hover {
  outline: none;
}

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

img,
picture {
  display: inline-block;
}

button,
input {
  line-height: normal;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  background: transparent;
  border: 0;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

[disabled] {
  pointer-events: none;
}

input[type='checkbox'],
input[type='radio'] {
  padding: 0;
}

input[type='search'] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  background: transparent;
  border: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  text-indent: 0;
}

hr {
  background: #000;
  border: 0;
  box-sizing: content-box;
  height: 1px;
  line-height: 0;
  margin: 0;
  overflow: visible;
  padding: 0;
  page-break-after: always;
  width: 100%;
}

pre {
  font-family: monospace, monospace;
  font-size: 100%;
}

a {
  background-color: transparent;
}

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

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

small,
sub,
sup {
  font-size: 75%;
}

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

sub {
  bottom: -5px;
}

sup {
  top: -5px;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
}

button,
input {
  overflow: visible;
}

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;
  outline: 0;
  padding: 0;
}

legend {
  border: 0;
  color: inherit;
  display: block;
  max-width: 100%;
  white-space: normal;
  width: 100%;
}

fieldset {
  min-width: 0;
}

body:not(:-moz-handler-blocked) fieldset {
  display: block;
}

progress {
  vertical-align: baseline;
}

[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;
}

template {
  display: none;
}

.header {
  display: flex;
  background: #1f1f1f;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 16px 12px;
}
@media (min-width: 600px) {
  .header__container {
    padding: 20px 32px;
  }
}
.header__logo-icon {
  display: block;
  width: 44px;
  height: 18px;
}
.header__item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: -12px;
  padding: 12px;
  color: #f3f3f3;
  text-decoration: none;
  cursor: pointer;
}
.header__item:hover {
  color: #fff;
}
.header__item-icon {
  display: block;
  width: 24px;
  height: 24px;
}

.footer {
  padding: 40px 18px;
  text-align: center;
  color: #757575;
  font-size: 14px;
  line-height: 24px;
  background: #212121;
}
.footer__text {
  margin-bottom: 12px;
}
.footer__text--membership {
  margin: 20px 0;
}
.footer__text--lifetime {
  max-width: 720px;
  margin: 16px auto;
  font-size: 12px;
  line-height: 18px;
  scroll-margin-top: 24px;
}
.footer__text--lifetime:target {
  color: rgba(255, 255, 255, 0.87);
}
.footer__footnote {
  font-size: 12px;
  line-height: 1;
  vertical-align: super;
}
.footer__text--membership .footer__text {
  margin: 16px 0;
}
.footer__link {
  color: rgba(255, 255, 255, 0.87);
  text-decoration: none;
}
.footer__text--links .footer__link {
  white-space: nowrap;
}
.footer__copy {
  margin: 12px 0;
}
.footer__rta {
  display: inline-block;
  vertical-align: top;
  margin: 4px auto 0;
  color: #979797;
  line-height: 0;
}

.footer-nav {
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 12px;
}
.footer-nav__item {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.footer-nav__item::before {
  float: left;
  margin: 10px 8px 0;
  content: '';
  width: 4px;
  height: 4px;
  background: #6f6f6f;
  border-radius: 50%;
}
.footer-nav__item:first-child::before {
  display: none;
}
.footer-nav__link {
  color: rgba(255, 255, 255, 0.87);
  text-decoration: none;
}

.footer-lang {
  align-self: baseline;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 -3px;
}
.footer-lang__toggle {
  align-items: center;
  background: none;
  border: none;
  border-radius: 4px;
  color: #757575;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  padding: 4px;
}
.footer-lang__toggle:focus-visible {
  outline: 2px solid #1c89e3;
  border-radius: 4px;
}
.footer-lang__icon {
  flex-shrink: 0;
  width: 24px;
  height: 16px;
  pointer-events: none;
}
.footer-lang__label {
  margin-left: 6px;
  text-decoration: none;
}
.footer-lang__dropdown {
  position: absolute;
  z-index: -1;
  bottom: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  width: 150px;
  height: 20px;
  margin-bottom: 10px;
  margin-left: -75px;
  padding: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  list-style: none;
  opacity: 0;
  transition: bottom 0.1s linear;
}
.footer-lang__dropdown:after {
  background: #fff;
  border-radius: 50%;
  bottom: -6px;
  content: '';
  height: 14px;
  left: 50%;
  margin-left: -7px;
  opacity: 1;
  position: absolute;
  width: 14px;
}
.footer-lang__dropdown:before {
  bottom: -20px;
  content: '';
  height: 20px;
  left: 0;
  position: absolute;
  right: 0;
}
.footer-lang__dropdown--visible {
  z-index: 1;
  bottom: 100%;
  height: auto;
  opacity: 1;
  padding: 12px 8px;
}
.footer-lang__dropdown--visible .footer-lang__item {
  display: block;
}
.footer-lang__item {
  display: none;
  margin-bottom: 8px;
  white-space: nowrap;
}
.footer-lang__link {
  align-items: center;
  background: none;
  border: none;
  border-radius: 2px;
  color: #757575;
  cursor: pointer;
  display: flex;
  gap: 5px;
  padding: 8px 16px;
  text-align: left;
  text-decoration: none;
  transition: all 0.05s ease;
  width: 100%;
}
.footer-lang__link:hover {
  background: #eaeaea;
  color: #757575;
}
.footer-lang__link:focus-visible {
  outline: 2px solid #1c89e3;
  border-radius: 4px;
}

.features {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 600px) {
  .features {
    gap: 20px;
  }
}

.features-title {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.features-title > span {
  display: block;
  color: #d81b60;
}
.lang--zh .features-title > span,
.lang--tw .features-title > span,
.lang--ko .features-title > span {
  display: inline-block;
}
@media (min-width: 600px) {
  .features-title {
    font-size: 40px;
    line-height: 48px;
  }
}

.features-list {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
}
@media (min-width: 600px) {
  .features-list {
    gap: 26px 0;
  }
}

.features-item {
  --line-height: 20px;
  display: flex;
  gap: 8px;
  align-items: center;
  list-style-type: none;
}
@media (min-width: 600px) {
  .features-item {
    --line-height: 30px;
    gap: 12px;
  }
}
.features-item__icon {
  --icon-size: var(--line-height, 30px);
  flex-shrink: 0;
  width: var(--icon-size);
  height: var(--icon-size);
  color: #d81b60;
}
.features-item__text {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  color: #f3f3f3;
  font-size: 14px;
  font-weight: 500;
  line-height: var(--line-height, 30px);
}
@media (min-width: 600px) {
  .features-item__text {
    font-size: 20px;
  }
}

.form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  border-radius: 12px;
  background: #232323;
}
@media (min-width: 600px) {
  .form {
    padding: 20px;
  }
}
.form__title {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
@media (min-width: 600px) {
  .form__title {
    font-size: 18px;
    line-height: 27px;
  }
}
.form__footer {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form__description {
  color: #757575;
  font-family: var(--font-family);
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
}
@media (min-width: 600px) {
  .form__description {
    line-height: 20px;
  }
}

.pricing-plans {
  width: 100%;
}
.pricing-plans .plans-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.plan {
  --title-description-color: #fff;
  --title-description-border-color: #d81b60;
  --title-description-background-color: #d81b60;
  --background-color: #313131;
  --color-text: #fff;
  --color-text-description: #757575;
  display: grid;
  grid-template-areas: 'input-selector title price' 'input-selector description price';
  gap: 0 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 16px 1fr auto;
  padding: 8px 12px;
  background: var(--background-color);
  transition: all 0.15s ease-in-out;
  white-space: nowrap;
  border-radius: 8px;
}
@media (min-width: 600px) {
  .plan {
    --title-description-color: #d81b60;
    --title-description-border-color: #d81b60;
    --title-description-background-color: transparent;
  }
}
@media (min-width: 600px) {
  .plan {
    gap: 0 12px;
    padding: 16px 20px;
  }
}
.plan:hover {
  --background-color: #414141;
  transform: scale(1.015);
  cursor: pointer;
}
.plan:focus-visible {
  outline: 3px solid #1c89e3;
}
.plan:active {
  transform: scale3d(0.99, 0.99, 0.99);
}
.plan--selected,
.plan:has(.plan__input:checked) {
  --color-text-description: rgba(255, 255, 255, 0.6);
  --background-color: #d81b60;
  --title-description-color: #fff;
  --title-description-border-color: #313131;
  --title-description-background-color: #313131;
}
.plan--selected:hover,
.plan:has(.plan__input:checked):hover {
  --background-color: #d81b60;
}
.plan__title {
  grid-area: title;
  justify-self: left;
  align-self: center;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.plan__description {
  grid-area: description;
  justify-self: left;
  align-self: center;
}
.plan__price {
  grid-area: price;
  justify-self: right;
  align-self: center;
  text-align: right;
}
.plan__text-title {
  color: var(--color-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
@media (min-width: 600px) {
  .plan__text-title {
    font-size: 16px;
    line-height: 24px;
  }
}
.plan__text-title--price {
  font-size: 24px;
  line-height: 24px;
}
@media (min-width: 600px) {
  .plan__text-title--price {
    font-size: 40px;
    line-height: 44px;
  }
}
.plan__text-title--description {
  position: absolute;
  left: calc(100% + 8px);
  padding: 2px 4px;
  color: var(--title-description-color);
  font-size: 10px;
  line-height: 15px;
  font-weight: 500;
  border: 1px solid var(--title-description-border-color);
  background: var(--title-description-background-color);
  border-radius: 4px;
  white-space: nowrap;
}
.plan__text-title--description:empty {
  display: none;
}
.lang--es .plan__text-title--description,
.lang--pt .plan__text-title--description {
  font-size: 8px;
}
@media (min-width: 600px) {
  .plan__text-title--description {
    padding: 2px 8px;
    font-size: 12px;
    line-height: 18px;
  }
  .lang--es .plan__text-title--description,
  .lang--pt .plan__text-title--description {
    font-size: 10px;
  }
}
.plan__text-description {
  color: var(--color-text-description);
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
}
@media (min-width: 600px) {
  .plan__text-description {
    font-size: 12px;
    line-height: 18px;
  }
}
.plan__text-description--period {
  font-size: 14px;
  text-transform: lowercase;
}
@media (min-width: 600px) {
  .plan__text-description--period {
    font-size: 16px;
  }
}
.plan--333333333 .plan__text-description--period {
  display: none;
}
@media (min-width: 600px) {
  .plan--333333333 .plan__text-description--period {
    display: inline;
  }
}
.plan__footnote {
  color: var(--color-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  vertical-align: super;
  cursor: default;
}
.plan__footnote:hover {
  text-decoration: none;
}
.plan__footnote:focus-visible {
  outline: 2px solid #1c89e3;
  outline-offset: 2px;
  border-radius: 2px;
}
.plan__badge--tooltip {
  cursor: help;
}
.plan__badge--tooltip:focus-visible {
  outline: 2px solid #1c89e3;
  outline-offset: 1px;
}
.plan__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.plan__input-selector {
  --size: 16px;
  --color: #757575;
  --colorSelected: #fff;
  grid-area: input-selector;
  position: relative;
}
.plan__input-selector::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--size);
  height: var(--size);
  border: 1px solid var(--color);
  border-radius: 100px;
}
.plan__input-selector::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: calc(var(--size) - 6px);
  height: calc(var(--size) - 6px);
  background: var(--colorSelected);
  opacity: 0;
  border-radius: 100px;
  transition:
    transform 0.15s ease-in-out,
    opacity 0.15s ease-in-out;
}
.plan--selected .plan__input-selector::before {
  --color: var(--colorSelected);
}
.plan--selected .plan__input-selector::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.plan-tooltip {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  z-index: 30;
  width: max-content;
  max-width: min(260px, 68vw);
  padding: 8px 10px;
  color: #e6e6e6;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  white-space: normal;
  background: #1b1b1b;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -4px);
  transition:
    opacity 0.15s ease-in-out,
    transform 0.15s ease-in-out,
    visibility 0.15s ease-in-out;
}
.plan-tooltip::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-bottom-color: rgba(255, 255, 255, 0.16);
}
@media (min-width: 600px) {
  .plan-tooltip {
    max-width: 280px;
    font-size: 12px;
    line-height: 18px;
  }
}

.plan__badge--tooltip:hover > .plan-tooltip,
.plan__badge--tooltip:focus-visible > .plan-tooltip,
.plan__badge--tooltip-open > .plan-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.plan:has(.plan__badge--tooltip:hover),
.plan:has(.plan__badge--tooltip:focus-visible),
.plan:has(.plan__badge--tooltip-open) {
  position: relative;
  z-index: 110;
}

.submit-button {
  position: sticky;
  bottom: 16px;
  box-shadow: 0 0 24px 8px #232323;
  z-index: 100;
  padding: 8px 16px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 6px;
}
.submit-button .button-loading {
  --size: 12px;
  --dotColor: #fff;
  margin: 8px 0;
}

.plans-tariffs {
  display: none;
  flex-direction: column;
  gap: 12px;
}
.plans-tariffs--active {
  display: flex;
}

.pricing-methods {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 12px 0;
}
.pricing-methods__options {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
  gap: 8px;
}
.pricing-methods__button {
  --background-color: #313131;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 10;
  background: var(--background-color);
  min-width: 72px;
  height: 52px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.pricing-methods__button:hover {
  --background-color: #414141;
  transform: scale(1.05);
}
.pricing-methods__button:active {
  transform: scale(0.95);
}
.pricing-methods__button:focus-visible {
  outline: 3px solid #1c89e3;
}
.pricing-methods__button--selected {
  box-shadow: inset 0 0 0 2px #d81b60;
}
.pricing-methods__button--selected svg {
  filter: none;
}
.pricing-methods__button--join_by_credit_card {
  order: 1;
}
.pricing-methods__button--googlepay {
  order: 1;
}
.pricing-methods__button--crypto {
  order: 2;
}
.pricing-methods__button--alipay {
  order: 3;
}
.pricing-methods__button--wechat {
  order: 4;
}
.pricing-methods__button > svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}
.pricing-methods__description {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #757575;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}
.pricing-methods__description svg {
  flex-shrink: 0;
}

.form-input {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 4px;
}
.form-input--hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.form-input__label {
  color: #757575;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.form-input__input {
  width: 100%;
  margin: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border: none;
  background: #fafafa;
  box-shadow: inset 0 0 0 1px #d6d6d6;
  border-radius: 6px;
  transition: all 0.15s ease-in-out;
}
.form-input__input:focus-visible {
  outline: 3px solid #1c89e3;
}
.form-input__input--error {
  box-shadow: inset 0 0 0 1px #db4437 !important;
  outline: 1px solid #db4437;
}
.form-input__error {
  display: none;
  opacity: 0;
  transform: translateY(-10px);
  transition:
    opacity 0.15s ease,
    transform 0.15s ease;
  color: #db4437;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.form-input__error--visible {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100svh;
  color: #c3c3c3;
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  background: #212121;
}
.page__wrapper {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100svh;
  background: #131313;
}
.page__wrapper::before {
  content: '';
  position: absolute;
  top: 56px;
  right: 0;
  left: 0;
  height: 240px;
  background: url('https://static.javhd.com/img/javhd/join/17.3/bg-girls-mobile.jpg') 50% 100% no-repeat;
  background-size: contain;
}
@media (min-width: 976px) {
  .page__wrapper::before {
    content: '';
    position: absolute;
    top: 64px;
    bottom: 0;
    right: unset;
    left: 0;
    width: 50%;
    height: auto;
    background: url('https://static.javhd.com/img/javhd/join/17.3/bg-girl-l.jpg') 0 100% no-repeat;
    background-size: contain;
  }
  .page__wrapper::after {
    content: '';
    position: absolute;
    top: 64px;
    bottom: 0;
    right: 0;
    width: 50%;
    background: url('https://static.javhd.com/img/javhd/join/17.3/bg-girl-r.jpg') 100% 100% no-repeat;
    background-size: contain;
  }
}
.page__header {
  position: relative;
  z-index: 1;
}
.page__main {
  flex-grow: 1;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: 'form' 'features';
  gap: 24px;
  align-items: center;
  justify-content: center;
  margin: 200px 16px 40px;
}
@media (min-width: 976px) {
  .page__main {
    grid-template-columns: minmax(min-content, 468px) minmax(min-content, 468px);
    grid-template-rows: 1fr;
    grid-template-areas: 'features form';
    align-items: start;
    margin: 84px auto;
  }
}
.page__features {
  grid-area: features;
}
.page__form {
  grid-area: form;
}
.page__footer {
  margin: auto 0 0;
}
.page a:focus-visible {
  outline: 2px solid #1c89e3;
  border-radius: 4px;
}
.page .alert {
  position: relative;
  width: auto;
  margin: 0;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  color: #f3f3f3;
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  background: #d81b60;
  border-radius: 4px;
  box-sizing: border-box;
  outline: 3px solid transparent;
  transition: all 0.15s linear;
}
.button:hover {
  cursor: pointer;
  background: #ed2070;
}
.button:active {
  transform: scale3d(0.98, 0.98, 0.98);
}
.button:focus-visible {
  outline-color: #1c89e3;
}
.button[disabled] {
  pointer-events: none;
  background: #424242;
}
.button--loading[disabled] {
  background: #d81b60;
}
.button--loading[disabled] .button__loader.button-loading {
  display: flex;
}
.button--loading[disabled] .button__text {
  display: none;
}
.button__loader.button-loading {
  display: none;
}

.button-loading {
  --dotColor: $COLOR_PRIMARY;
  --size: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 1em;
  margin: -2px 0;
}
.button-loading .button-loading__dot {
  width: var(--size, 8px);
  height: var(--size, 8px);
  background-color: var(--dotColor, #d81b60);
  border-radius: 50%;
  animation: bounce 1.5s infinite ease-in-out;
}
.button-loading .button-loading__dot:nth-child(1) {
  animation-delay: 0s;
}
.button-loading .button-loading__dot:nth-child(2) {
  animation-delay: 0.2s;
}
.button-loading .button-loading__dot:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes bounce {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

/*# sourceMappingURL=main.css.map */
