* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 0;
  margin: 0;
  font-size: 16px;
  bottom: 0;
  top: 0;
  background-color: #fff;
  line-height: 1.42857143;
  position: relative;
  background: #fff;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: 200ms height cubic-bezier(0, 1, 0, 1); /* This is to make mobile screen resizes smoother */
  overflow-x: hidden;
}

b,
strong {
  font-weight: 600;
}

button {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Helvetica, Arial, sans-serif; /* override some browsers default */
}

main {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  min-width: 320px;
  z-index: 0;
}

.container {
  padding: 70px 20px 100px 20px;
  background-color: #fff;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.avatar {
  width: 100px;
  height: 100px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  margin: 0 auto;
  border-radius: 50%;
  border: 3px solid white;
}

.username {
  font-weight: 600;
  color: #000;
  font-size: 16px;
  text-align: center;
  margin: 5px auto 0 auto;
}

.status {
  text-align: center;
  font-size: 14px;
  color: #666;
  font-weight: 600;
  margin: 0 auto;
}

.status .green-circle {
  color: #17b14f;
}

.text {
  color: #121212;
  text-align: center;
  font-size: 16px;
  margin: 15px auto 25px auto;
}

a {
  color: #337ab7;
  text-decoration: none;
  background-color: transparent;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-facebook-landing {
  width: 100%;
  background-color: #3c5a9a;
}

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

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

button.btn:hover,
.btn:active {
  color: #fff !important;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.hr-sect {
  display: flex;
  flex-basis: 100%;
  max-width: 600px;
  font-weight: 700;
  align-items: center;
  color: rgba(0, 0, 0, 1);
  margin: 20px auto;
}

.hr-sect.landing {
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  text-align: center;
  color: #b6b6b7;
}

.hr-sect::before,
.hr-sect::after {
  content: "";
  flex-grow: 1;
  background: #eee;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
  margin: 0px 8px;
}

.nps-form input,
.nps-form__input {
  display: block;
  width: 100%;
  border: 1px solid #d4d9e2;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  padding: 10px 15px;
  border-radius: 2px;
  margin: 0 0 10px 0;
  color: #000;
}

select.nps-form__input {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIG9wYWNpdHk9IjAuNSI+CjxwYXRoIGQ9Ik0wLjgzODg2NyAxLjYyMDYxTDUuODM4ODcgNi42MjA2MSIgc3Ryb2tlPSIjMzAzNjM3IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTEwLjgzODkgMS42MjA2MUw1LjgzODg3IDYuNjIwNjEiIHN0cm9rZT0iIzMwMzYzNyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}

.nps-form input::-webkit-input-placeholder,
.nps-form__input::-webkit-input-placeholder,
select.nps-form__input[required]:invalid,
select.nps-form__input.--empty {
  color: #a7adb7;
}

.nps-form button[type="submit"],
.nps-submit__btn {
  display: block;
  width: 100%;
  background-color: #059aff;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 14px;
  border: none;
  border-radius: 4px;
  margin: 0;
  cursor: pointer;
}

.nps-submit__btn-success {
  background-color: #2bb549;
}

input:focus,
button:focus {
  outline: none;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.nps-form button[type="submit"]:hover,
.nps-submit__btn:hover {
  color: #fff;
  text-decoration: none;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.nps-alert {
  position: fixed;
  top: 10px;
  right: 10px;
  padding: 7px 12px;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

p {
  margin: 0 0 10px;
}

.forgot-password {
  margin-top: 10px;
}

.forgot-password .blue-link {
  color: #007aff;
  text-align: center;
  font-weight: 400;
  text-decoration: underline;
  font-size: 14px;
  line-height: 17px;
}

.EmailPasswordRegister__2OXSW .affiliate__25VgO {
  position: relative;
  padding-bottom: 180px;
}

.EmailPasswordRegister__2OXSW .affiliate__25VgO .affiliateInfo__zjKFP {
  position: relative;
  z-index: 1;
}

.EmailPasswordRegister__2OXSW .affiliate__25VgO .image__2cSD5 {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.EmailPasswordRegister__2OXSW .affiliate__25VgO .fade__12yjn {
  position: absolute;
  width: 100%;
  top: 0;
  height: 250px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(75.84%, #ffffff),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    180deg,
    #ffffff 75.84%,
    rgba(255, 255, 255, 0) 100%
  );
}

.EmailPasswordRegister__2OXSW
  .affiliate__25VgO
  .affiliateInfo__zjKFP
  .avatarWrapper__bY3DD {
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#ff1762),
    to(#ff9a61)
  );
  background: linear-gradient(to bottom right, #ff1762, #ff9a61);
  border-radius: 50%;
  position: relative;
  width: 88px;
  height: 88px;
  margin: 0 auto;
  padding-top: 2px;
}

.EmailPasswordRegister__2OXSW
  .affiliate__25VgO
  .affiliateInfo__zjKFP
  .displayName__2u0aK {
  margin-top: 4px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #2f3b43;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.EmailPasswordRegister__2OXSW
  .affiliate__25VgO
  .affiliateInfo__zjKFP
  .username__B3A1E {
  margin-top: 2px;
  color: #059aff;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.EmailPasswordRegister__2OXSW
  .affiliate__25VgO
  .affiliateInfo__zjKFP
  .text__2lOT_ {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #121212;
  margin-top: 6px;
  font-size: 14px;
  font-weight: normal;
  line-height: 17px;
}

.Avatar__2-hev.Login__1TT_M {
  position: relative;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 4px solid #fff;
}

.Avatar__2-hev {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  width: 50px;
}

.Avatar__2-hev.Login__1TT_M .avatarImage__16jJa {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}

.Avatar__2-hev .avatarImage__16jJa {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0;
  object-position: 50% 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #edeced;
}

/* HOMEPAGE */

.homepage-wrapper {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

.homepage-wrapper .logo-tiny {
  display: none;
  position: absolute;
  top: 15px;
  left: 20px;
}

.homepage-wrapper .splash-wrapper {
  display: none;
}

.homepage-wrapper .splash-wrapper img {
  display: none;
}

/* .homepage-wrapper .art-butterfly-wrapper {
  position: absolute;
  z-index: -1;
  top: -55px;
  right: -100px;
} */

/* .homepage-wrapper .art-butterfly-wrapper img {
  display: block;
} */

/* .homepage-wrapper .art-plumeria-wrapper {
  position: absolute;
  z-index: -1;
  bottom: -105px;
  left: -120px;
} */

/* .homepage-wrapper .art-plumeria-wrapper img {
  display: block;
} */

.homepage {
  padding: 15px;
}

/* .homepage .logo {
    display: inline-block;
    text-align: center;
} */

.homepage h1.heading {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #303637;
  margin-top: 45px;
  margin-bottom: 25px;
}

.homepage h2.heading {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #303637;
  margin-top: 45px;
  margin-bottom: 25px;
}

.homepage h3.heading {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #303637;
}

.homepage h4.heading {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #303637;
  margin-top: 45px;
  margin-bottom: 25px;
}

.homepage h6.heading {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #303637;
  margin: 20px 0;
}

/* .homepage .warning-box {
    background: #C2ECD1;
    border-radius: 6px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
} */

/* .homepage .warning-box p.text {
    font-weight: 600;
    font-size: 16px;
    color: #303637;
    margin: 0 0 0 10px;
    text-align: left;
} */

.homepage ul.ticks-list {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style-type: none;
  text-align: left;
  margin-bottom: 30px;
  padding: 0 5px;
}

.homepage ul.ticks-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.homepage ul.ticks-list li p {
  margin-left: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #303637;
}

.homepage .online-indicator {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #8e8e93;
}

@keyframes online-dot-pulse {
  0% {
    opacity: 0.5;
  }
  16.70% {
    opacity: 1;
  }
  33.32% {
    opacity: 0.36;
  }
  49.48% {
    opacity: 1;
  }
  66.64% {
    opacity: 0.72;
  }
  83.30% {
    opacity: 1;
  }
  99.96% {
    opacity: 0.5;
  }
}

.homepage .online-indicator .online-dot {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
  background: #0fff66;
  animation: online-dot-pulse 1230ms linear infinite;
}

.homepage .sub-action-wrapper {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homepage .sub-action-wrapper p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #303637;
  margin-bottom: 0px;
}

.homepage .sub-action-wrapper .action-link {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #0094f4;
  margin-bottom: 0px;
  cursor: pointer;
  margin-left: 4px;
}

.homepage p.text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #303637;
  margin: 15px auto 15px auto;
}

.homepage p.text.action {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #303637;
  margin: 30px auto 20px;
}

.homepage p.text.error-alert {
  display: none; /* hidden by default */
  text-align: left;
  margin-top: 4px;
  margin-bottom: 4px;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  color: #eb5757;
}

.homepage p.text.error-alert2 {
  text-align: left;
  margin-top: 4px;
  margin-bottom: 4px;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  color: #eb5757;
}

.homepage p.text.terms {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #303637;
  margin-top: 20px;
  margin-bottom: 0px;
}

.homepage p.text.terms a {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #0094f4;
  margin-bottom: 0px;
}

.homepage p.text.terms a:hover,
.homepage p.text.terms a:active {
  text-decoration: underline;
}

.homepage .nps-form .field-wrapper {
  position: relative;
}

.homepage .nps-form .field-wrapper.--error {
  border: 1px solid #eb5757;
  border-radius: 5px;
  padding: 5px;
}

.homepage .nps-form .field-wrapper .field-info {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 3px;
}

.homepage .nps-form .field-wrapper .field-info label {
  text-align: left;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #303637;
}

.homepage .nps-form .field-wrapper .field-info a {
  text-align: right;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  color: #0094f4;
}

.homepage .nps-form .field-wrapper .field-info a:hover,
.homepage .nps-form .field-wrapper .field-info a:active {
  text-decoration: underline;
}

.homepage .nps-form input.nps-form__input,
.homepage .nps-form textarea.nps-form__input {
  background: #ffffff;
  border: 1px solid #D4D9E2;
  border-radius: 6px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 7px 0;
  color: inherit;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 18px 18px;
  background-position: 98% 50%;
  padding-right: 33px;
}

.homepage .nps-form select.nps-form__input {
  background-color: #ffffff;
  border: 1px solid #D4D9E2;
  border-radius: 6px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 7px 0;
}

.homepage .nps-form input.nps-form__input.--loading {
  background-image: url("/vanilla/img/loading-black.svg");
}

.homepage .nps-form input.nps-form__input.--success {
  border: 1px solid #2bb549;
  background-image: url("/vanilla/img/success-tick.svg");
}

.homepage .nps-form input.nps-form__input.--error {
  border: 1px solid #eb5757;
  /* background-image: url("/vanilla/img/error-mark.svg"); */
}

.homepage .nps-form input[type="radio"],
.homepage .nps-form input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  visibility: hidden;
}

.homepage .nps-form input[type="radio"] ~ img,
.homepage .nps-form input[type="checkbox"] ~ img {
  cursor: pointer;
}

.homepage .nps-form input[type="radio"] ~ img.active,
.homepage .nps-form input[type="checkbox"] ~ img.active {
  display: none; /* hidden by default */
}

.homepage .nps-form input[type="radio"]:checked ~ img.inactive,
.homepage .nps-form input[type="checkbox"]:checked ~ img.inactive {
  display: none;
}

.homepage .nps-form input[type="radio"]:checked ~ img.active,
.homepage .nps-form input[type="checkbox"]:checked ~ img.active {
  display: initial;
}

.homepage .nps-form #grecaptcha {
  margin: 0 0 7px 0;
}

.homepage .nps-form #gender-field {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #303637;
}

.homepage .nps-form p.text.error-alert#gender-error-alert {
  text-align: center;
  margin: 5px 0px 0px;
}

.homepage .nps-form #gender-field > * {
  vertical-align: middle;
}

.homepage .nps-form #gender-field > label {
  display: inline-flex;
  align-items: center;
}

.homepage .nps-form #gender-field label > * {
  margin-right: 4px;
}

.homepage .nps-form #social-field {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
}

.homepage .nps-form p.text.error-alert#social-error-alert {
  text-align: center;
  margin: 5px 0px 0px;
}

.homepage .nps-form #social-field .social-items-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.homepage .nps-form #social-field .social-items-wrapper label {
  border: 1px solid #D4D9E2;
  padding: 4px 12px;
  border-radius: 6px;
  width: 100%;
  margin-right: 8px;
  cursor: pointer;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homepage .nps-form #social-field .social-items-wrapper label > img {
}

.homepage .nps-form #social-field .social-items-wrapper label:last-child {
  margin-right: 0;
}

.homepage .nps-form #social-input-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 7px 0;
}

.homepage .nps-form #social-input-wrapper.instagram img[alt="Instagram"] {
  display: inline !important;
  margin-right: 12px;
}

.homepage .nps-form #social-input-wrapper.twitter img[alt="Twitter"] {
  display: inline !important;
  margin-right: 12px;
}

.homepage .nps-form #social-input-wrapper.facebook img[alt="Facebook"] {
  display: inline !important;
  margin-right: 12px;
}

.homepage .nps-form #social-input-wrapper.tiktok img[alt="TikTok"] {
  display: inline !important;
  margin-right: 12px;
}

.homepage .nps-form #social-input-wrapper.onlyfans img[alt="Onlyfans"] {
  display: inline !important;
  margin-right: 12px;
}

.homepage .nps-form #social-input-wrapper.instagram img[alt="close"],
.homepage .nps-form #social-input-wrapper.twitter img[alt="close"],
.homepage .nps-form #social-input-wrapper.facebook img[alt="close"],
.homepage .nps-form #social-input-wrapper.tiktok img[alt="close"],
.homepage .nps-form #social-input-wrapper.onlyfans img[alt="close"] {
  display: initial !important;
  cursor: pointer;
}

.homepage .nps-form input.nps-form__input#social {
  margin: 0;
}

.homepage button.btn-facebook,
.homepage a.btn-facebook,
.homepage button.btn-twitter,
.homepage a.btn-twitter {
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  color: #fff;
  display: inline-block;
  width: 70px;
  height: 20px;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.homepage button.btn-facebook,
.homepage a.btn-facebook {
  background: #1778f2;
  border: 1px solid #1778f2;
  border-radius: 3px;
  margin-right: 9px;
}

.homepage button.btn-facebook:hover,
.homepage a.btn-facebook:hover {
  box-shadow: none;
}

.homepage button.btn-facebook:active,
.homepage a.btn-facebook:active {
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.homepage button.btn-facebook img,
.homepage a.btn-facebook img {
  margin-right: 4px;
}

.homepage button.btn-twitter,
.homepage a.btn-twitter {
  background: #1da1f2;
  border: 1px solid #1da1f2;
  border-radius: 3px;
}

.homepage button.btn-twitter:hover,
.homepage a.btn-twitter:hover {
  box-shadow: none;
}

.homepage button.btn-twitter:active,
.homepage a.btn-twitter:active {
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.homepage button.btn-twitter img,
.homepage a.btn-twitter img {
  margin-right: 4px;
}

/* .homepage .separator {
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 30px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #303637;
}

.homepage .separator::before,
.homepage .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #e8e8e8;
}

.homepage .separator::before {
    margin-right: 6px;
}

.homepage .separator::after {
    margin-left: 6px;
} */

.homepage #sub-info {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #D4D9E2;
  margin-top: 30px;
  margin-bottom: 30px;
}

.homepage #help {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #0094f4;
  margin: 0 0 30px;
  text-decoration: none;
  margin-top: 100px;
}

.homepage #help:hover,
.homepage #help:active {
  text-decoration: underline;
}

.homepage .modal-overlay {
  display: none;
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}

.homepage .modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
  text-align: center;
  width: 300px;
}

.homepage .modal .modal-close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

.homepage .modal h3.heading {
  font-size: 18px;
  line-height: 21px;
}

.homepage .nps-form button[type="submit"].btn-submit,
.homepage button.btn-submit,
.homepage a.btn-submit {
  background: #0094f4;
  border: 1px solid #0094f4;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  margin-top: 15px;
  padding: 12px 0 11px;
  height: 42px;
}

.homepage .nps-form button[type="submit"].btn-submit:hover,
.homepage button.btn-submit:hover,
.homepage a.btn-submit:hover {
  box-shadow: none;
}

.homepage .nps-form button[type="submit"].btn-submit:active,
.homepage button.btn-submit:active,
.homepage a.btn-submit:active {
  box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.homepage .nps-form button[type="submit"].btn-submit:disabled,
.homepage button.btn-submit:disabled,
.homepage a.btn-submit:disabled {
  /* background: #ccc; */
  /* border-color: #ccc; */
  cursor: default;
  box-shadow: none;
  opacity: 0.21;
}

.homepage .nps-form button[type="submit"].btn-submit span,
.homepage button.btn-submit span,
.homepage a.btn-submit span {
  display: initial;
}

.homepage .nps-form button[type="submit"].btn-submit.--loading span,
.homepage button.btn-submit.--loading span,
.homepage a.btn-submit.--loading span {
  display: none;
}

.homepage .nps-form button[type="submit"].btn-submit img,
.homepage button.btn-submit img,
.homepage a.btn-submit img {
  display: none; /* hidden by default */
  margin-top: -4px;
}

.homepage .nps-form button[type="submit"].btn-submit.--loading img,
.homepage button.btn-submit.--loading img,
.homepage a.btn-submit.--loading img {
  display: initial;
}

.homepage a.btn-ghost,
.homepage button.btn-ghost {
  background-color: transparent;
  border: 1px solid #D4D9E2;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #1a2545;
  padding: 12px 0 11px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.homepage a.btn-ghost:hover,
.homepage button.btn-ghost:hover {
  color: #1a2545;
  box-shadow: none;
  border: 1px solid #1a2545;
}

.homepage a.btn-ghost:active,
.homepage button.btn-ghost:active {
  color: #1a2545;
  box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.homepage a.btn-ghost.blue,
.homepage button.btn-ghost.blue {
  border-color: #0094f4 !important;
  color: #0094f4 !important;
}

.homepage a.blue-link {
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #0094f4;
  margin: 0 0 30px;
  text-decoration: none;
}

.homepage a.blue-link:hover,
.homepage a.blue-link:active {
  text-decoration: underline;
}

.homepage a.blue-link.black {
  color: #303637; !important
}

.homepage .nps-form .age-agreement {
  text-align: left;
}

.homepage .nps-form .age-agreement p.text {
  display: inline;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #303637;
  margin-left: 4px;
}

.homepage .nps-form .age-agreement p.text a {
  font-weight: 600;
  color: #0094f4;
}

.homepage .nps-form .age-agreement p.text a:hover {
  text-decoration: underline;
}

/* homepage-about-wrapper */

.homepage-about-wrapper {
  margin-top: 15px;
  margin-bottom: 30px;
  color: #303637;
}

.homepage-about-wrapper h1,
.homepage-about-wrapper h2,
.homepage-about-wrapper h3,
.homepage-about-wrapper h4,
.homepage-about-wrapper h5,
.homepage-about-wrapper h6 {
  margin: 0;
}

.homepage-about-wrapper p {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

.homepage-about-wrapper .mobile-only {
  display: initial;
  visibility: visible;
}

.homepage-about-wrapper .desktop-only {
  display: none;
  visibility: hidden;
}

.homepage-about-wrapper header {
  position: relative;
  color: #fff;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.homepage-about-wrapper header > .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(https://static.alua.com/about-hero-img-512w.png);
  background-color: #349cf7; /* fallback */
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.homepage-about-wrapper header > h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 20px;
}

.homepage-about-wrapper header > p {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #fff;
}

/* .homepage-about-wrapper h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
} */

.homepage-about-wrapper h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.homepage-about-wrapper h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 6px;
}

.homepage-about-wrapper a.btn-submit {
  display: block;
  width: 100%;
  cursor: pointer;
  background: #0094F4;
  border: 1px solid #0094F4;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #fff;
  padding: 12px 0 11px;
}

.homepage-about-wrapper a.btn-submit:hover {
  text-decoration: none;
  box-shadow: none;
}

.homepage-about-wrapper a.btn-submit:active {
  box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.homepage-about-wrapper .features {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 10px 20px 0;
  text-align: left;
  max-width: 960px;
  margin: 0 auto;
}

.homepage-about-wrapper .feature-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.homepage-about-wrapper .stats {
  padding: 0 45px;
}

.homepage-about-wrapper .stat-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 4px;
}

.homepage-about-wrapper .stat-item > img {
  margin-right: 6px;
}

.homepage-about-wrapper .testimonial-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.homepage-about-wrapper .testimonial-container .swiper {
  flex: 1;
}

.homepage-about-wrapper .testimonial-container .swiper-pagination .swiper-pagination-bullet {
  background: #000;
}

.homepage-about-wrapper .testimonial-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #0094F4;
}

.homepage-about-wrapper .testimonial-card {
  padding: 20px 16px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid #E0E6ED;
}

.homepage-about-wrapper .testimonial-card .testimonial-header {
  display: flex;
  gap: 10px;
}

.homepage-about-wrapper .testimonial-card .testimonial-header .testimonial-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.homepage-about-wrapper .testimonial-card .testimonial-header .testimonial-info {
  width: 100%;
  flex: 1;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.homepage-about-wrapper .testimonial-card .testimonial-header .testimonial-info .testimonial-name {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 4px;
}

.homepage-about-wrapper .testimonial-card .testimonial-header .testimonial-info .testimonial-link {
  color: #0094F4;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 4px;
}

.homepage-about-wrapper .testimonial-card .testimonial-social {
  border-radius: 6px;
  background: #F6F6F6;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px;
  width: 100%;
}

.homepage-about-wrapper .testimonial-card .testimonial-social .testimonial-username {
  color: #0094F4;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.homepage-about-wrapper .testimonial-card .testimonial-text {
  text-align: left;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.homepage-about-wrapper .cta > p {
  margin: 20px 35px;
  text-align: left;
}

.homepage-about-wrapper .cta .ticks {
  padding: 0 35px;
}

.homepage-about-wrapper .cta .tick-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  margin-bottom: 16px;
}

.homepage-about-wrapper .cta .tick-item > img {
  margin-right: 6px;
}

.homepage-about-wrapper .cta .tick-item > p {
  font-weight: 600;
}

.homepage-about-wrapper .cta .cta-wrapper {
  margin: 20px 30px;
}

@media screen and (min-width: 420px) {
  .homepage-about-wrapper .stat-item {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .homepage-about-wrapper .cta > p {
    text-align: center;
  }

  .homepage-about-wrapper .cta .tick-item {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 800px) {
  .homepage-about-wrapper {
    margin-bottom: 60px;
  }

  .homepage-about-wrapper .mobile-only {
    display: none;
    visibility: hidden;
  }

  .homepage-about-wrapper .desktop-only {
    display: initial;
    visibility: visible;
  }

  .homepage-about-wrapper header {
    height: 400px;
  }

  .homepage-about-wrapper header > .bg-image {
    background-image: url(https://static.alua.com/about-hero-img-2x.png);
  }

  .homepage-about-wrapper header > h2 {
    font-weight: 600;
    font-size: 45px;
    line-height: 54px;
    max-width: 700px;
  }

  .homepage-about-wrapper header > p {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    max-width: 700px;
  }

  .homepage-about-wrapper h3.special {
    font-weight: 600;
    font-size: 45px;
    line-height: 54px;
    margin-top: 40px;
  }

  .homepage-about-wrapper h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .homepage-about-wrapper h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
  }

  .homepage-about-wrapper .features {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 30px;
  }

  .homepage-about-wrapper .feature-item {
    max-width: calc(50% - 20px);
  }

  .homepage-about-wrapper .stats {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .homepage-about-wrapper .stat-item {
    width: auto;
    margin: 0 20px 0 0;
  }

  .homepage-about-wrapper .stat-item > p {
    font-weight: 600;
  }

  .homepage-about-wrapper .testimonial-container {
    padding-bottom: 80px;
  }

  .homepage-about-wrapper .cta .tick-item {
    margin: 10px auto;
    width: 400px;
  }

  .homepage-about-wrapper .cta .tick-item > p {
    font-weight: 600;
  }

  .homepage-about-wrapper .cta .cta-wrapper {
    max-width: 315px;
    margin: 30px auto;
  }
}

@media screen and (min-width: 1500px) {
  .homepage-about-wrapper header {
    height: 600px;
  }
}

/* @media (prefers-color-scheme: dark) {
  body {
    background: #121212;
    color: #fff;
  }

  .homepage-footer .socials-wrapper a.social img {
    filter: brightness(100) saturate(100%);
  }

  .homepage-footer .links-wrapper .links-group .footer-link {
    color: #fff;
  }

  .homepage-footer .copyright-wrapper p.copyright {
    color: #fff;
  }
} */

/* homepage-footer */

.homepage-footer {
  padding: 15px;
  max-width: 1440px;
  margin: 0 auto;
}

.homepage-footer .homepage-footer-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.homepage-footer .links-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  margin: 0 auto 16px;
  max-width: 600px;
  padding: 16px;
  width: 100%;
  order: 2;
  margin-top: 16px;
}

.homepage-footer .links-wrapper .links-section {
  width: 100%;
  display: flex;
  gap: 30px;
}

.homepage-footer .links-wrapper .links-title {
  position: relative;
  color: #303637;
  margin-top: 0;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
}

.homepage-footer .links-wrapper .links-title::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  display: block;
  height: 1px;
  background-color: #E0E6ED;
}

.homepage-footer .links-wrapper .links-group {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 100%;
}

.homepage-footer .links-wrapper .links-group .footer-link {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #303637;
  text-decoration: none;
  padding: 5px 0px;
}

.homepage-footer .links-wrapper .links-group .footer-link:hover {
  text-decoration: underline;
}

.homepage-footer .socials-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  order: 1;
}

.homepage-footer .socials-wrapper .social {
  display: inline-block;
  margin-right: 20px;
}

.homepage-footer .socials-wrapper .social:last-child {
  margin-right: 0px;
  margin-left: -5px;
}

.homepage-footer .socials-wrapper .social img {
  display: block;
}

.homepage-footer .copyright-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.homepage-footer .copyright-wrapper p.copyright {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #303637;
  margin: 0;
}

@media screen and (min-width: 440px) {
  .homepage ul.ticks-list {
    padding: 0 10%;
  }
}

@media screen and (min-width: 1280px) {
  /* .homepage-background {
        display: block !important;
        width: 100%;
        height: 80%;
        position: absolute;
        top: 0;
        background: #f5f5f5;
        background-image: url("/img/login/whitebg.png");
        background-image: url("/img/login/whitebg.png"), linear-gradient(#fbfbfb, #f5f5f5);
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: cover;
        left: 0;
        z-index: -1;
    } */
  .homepage-wrapper {
    padding: 50px 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 700px;
  }
  /* .homepage-wrapper .logo-desktop {
        display: inline-block !important;
        position: absolute;
        left: 50px;
        top: 50px;
    } */
  .homepage-wrapper .splash-wrapper {
    display: block;
    /* margin-left: auto; */
    /* padding-left: 50px; */
    margin-right: 120px;
    flex: 1;
  }
  .homepage-wrapper .splash-wrapper img {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
  }
  /* .homepage-wrapper .art-butterfly-wrapper {
    top: calc(50% - 200px);
    bottom: auto;
    left: calc(50% + 150px);
    right: auto;
    transform: translate(-50%, -50%);
  } */
  /* .homepage-wrapper .art-plumeria-wrapper {
    top: calc(50% + 200px);
    bottom: auto;
    left: calc(50% - 150px);
    right: auto;
    transform: translate(-50%, -50%);
  } */
  .homepage {
    background-color: #fff;
    border: 1px solid #D4D9E2;
    /* box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.15); */
    border-radius: 5px;
    padding: 30px 30px 20px 30px;
    width: 405px;
    /* min-width: 405px; */
    /* margin: auto; */
  }
  /* .homepage .logo {
        display: none;
    } */
  .homepage ul.ticks-list {
    padding: 0 5px;
  }
  .homepage-footer {
    padding: 20px 120px;
  }
  .homepage-footer .homepage-footer-body {
    gap: 112px;
    flex-direction: row;
    align-items: flex-start;
  }
  .homepage-footer .links-wrapper {
    margin: 0;
    flex: 1;
    max-width: none;
    flex-direction: row;
    padding: 0;
    gap: 50px;
    order: 1;
  }
  .homepage-footer .links-wrapper .links-section {
    gap: 50px;
  }
  .homepage-footer .links-wrapper .links-group .footer-link {
    font-size: 16px;
    line-height: 24px;
  }
  .homepage-footer .socials-wrapper {
    display: inline-flex;
    margin: 0;
    order: 2;
  }
  .homepage-footer .copyright-wrapper {
    width: 100%;
    margin: 30px 0 0 0;
  }
}

/* /HOMEPAGE */
