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

:focus {
  outline: none;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
  margin: 0;
  overflow-x: hidden;
  color: #fff;
  font-family: 'PT Sans Caption', sans-serif;
  font-size: 16px;
  font-smooth: always;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0;
}

ol,
ul,
dl {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

b,
strong {
  font-weight: 700;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button {
  border-radius: 0;
  cursor: pointer;
}

button:focus {
  outline: 0 none;
}

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

input,
button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role='button'] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[hidden] {
  display: none !important;
}

body {
  background-color: #000;
  background-image: url("../img/bg.png");
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.vc-main {
  max-width: 480px;
  margin: 0 auto;
  padding-bottom: 100px;
  overflow: hidden;
  background: 0;
}

.wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.gl-footer {
  position: relative;
  padding-top: 30px;
  background-color: #000;
}

.gl-footer .wrapper {
  display: flex;
}

.gl-footer .wrapper .wrap {
  display: flex;
}

.gl-footer > .wrapper {
  padding-bottom: 25px;
}

.gl-footer .copyright {
  display: flex;
  color: #fff;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.555555555555556;
}

.gl-footer .menu {
  display: flex;
  align-items: center;
}

.gl-footer .menu-item {
  font-size: 0;
}

.gl-footer .menu-item + .menu-item {
  margin-left: 24px;
}

.gl-footer .menu-item a {
  color: $color-golden;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.555555555555556;
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.gl-footer .menu-item a:hover {
  opacity: 0.6;
}

.gl-footer .brand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 131px;
  height: 28px;
}

.gl-footer .brand svg {
  width: 100%;
  height: 100%;
}

.gl-footer .signature-bar {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #001623;
}

.gl-footer .signature-bar .wrapper {
  justify-content: flex-end;
  color: #fff;
  font-size: 9px;
  font-weight: 500;
  text-align: right;
}

.gl-footer .signature-bar .wrapper a {
  margin-left: 3px;
  color: #fff;
  font-size: 9px;
  font-weight: 500;
}

.vc-header {
  margin-bottom: 10px;
  padding-top: 60px;
}

.vc-header .wrapper {
  display: flex;
  justify-content: center;
}

.vc-header .brand {
  width: 154px;
  height: 154px;
}

.btn-wrap {
  display: flex;
  justify-content: center;
  flex: 1;
  padding-top: 60px;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  padding: 2px 40px 6px;
  border: none;
  border-radius: 0;
  box-shadow: 0 12px 10.08px 1.92px rgba(0,0,0,0.2);
  color: #fff;
  font-family: 'PT Serif Caption', serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  background-image: -moz-linear-gradient(90deg, #7e6e59 0%, #98846a 99%);
  background-image: -webkit-linear-gradient(90deg, #7e6e59 0%, #98846a 99%);
  background-image: -ms-linear-gradient(90deg, #7e6e59 0%, #98846a 99%);
}

.btn__loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
}

.btn .ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.btn .ripple .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid transparent;
  border-radius: 50%;
  pointer-events: none;
  background: rgba(251,232,211,0.2);
  animation: ripple 0.75s 1;
}

@-moz-keyframes ripple {
  from {
    transform: scale(0);
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: scale(250);
  }
}

@-webkit-keyframes ripple {
  from {
    transform: scale(0);
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: scale(250);
  }
}

@-o-keyframes ripple {
  from {
    transform: scale(0);
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: scale(250);
  }
}

@keyframes ripple {
  from {
    transform: scale(0);
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: scale(250);
  }
}

.custom-check {
  display: block;
  margin-bottom: 3px;
  padding-top: 5px;
  padding-left: 35px;
}

.custom-check__label {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.333333333333333;
}

.custom-check__input {
  appearance: none;
  float: left;
  width: 24px;
  height: 24px;
  margin-left: -35px;
  border: 1px solid #6f6f6f;
  border-radius: 5px;
  vertical-align: top;
  background-color: #fff;
  background-position: center center;
  background-size: 70%;
  background-repeat: no-repeat;
  -webkit-print-color-adjust: exact;
}

.custom-check__input:checked[type=checkbox] {
  background-image: url("../img/check.svg");
}

.custom-check__input.is-invalid {
  border-color: #f00;
}

.custom-check__input.is-invalid~.custom-check__label {
  color: #f00;
}

.feedback {
  position: absolute;
  left: 0;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding: 12px 32px;
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
}

.feedback.feedback--error {
  display: none;
  color: #fff;
  background-color: #f00;
}

.feedback.show {
  display: flex !important;
}

.field {
  position: relative;
  display: flex;
  width: 100%;
}

.field-group {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  flex-flow: row-reverse;
  margin-bottom: 10px;
}

.field-control {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  height: 50px;
  padding: 4px 13px;
  border: 1px solid #6f6f6f;
  border-radius: 5px;
  color: #717171;
  font-family: 'Asap', sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  background-color: #fff;
  transition: 250ms ease;
}

.field-control::-webkit-input-placeholder {
  color: rgba(113,113,113,0.5);
  text-transform: none;
}

.field-control::-moz-placeholder {
  color: rgba(113,113,113,0.5);
  text-transform: none;
}

.field-control:-ms-input-placeholder {
  color: rgba(113,113,113,0.5);
  text-transform: none;
}

.field-control:-moz-placeholder {
  color: rgba(113,113,113,0.5);
  text-transform: none;
}

.field-control:is(textarea) {
  padding-top: 30px;
  height: 280px;
  border: 1px solid;
  resize: none;
  border-radius: 3px;
}

.field-control:is(textarea) + .field-label {
  position: absolute;
  top: 9px;
  left: 10px;
}

.field-control:is(textarea) + .field-label:after {
  display: none;
}

.field-select {
  position: relative;
  display: block;
  width: 100%;
  height: 48px;
  padding: 4px 32px 4px 12px;
  border-radius: 5px;
  border: 1px solid #6f6f6f;
  color: #717171;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  vertical-align: middle;
  background-color: #fff;
  background-image: url("../img/angle-down.svg");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 14px;
  -ms-appearance: none;
  appearance: none;
}

.field-select::-ms-expand {
  display: none;
}

.field-select:focus {
  border-color: #7e6e59;
}

.field-select:disabled {
  color: rgba(113,113,113,0.5);
}

.field-select:not(:focus):invalid {
  color: rgba(113,113,113,0.5);
}

.was-validated .custom-check__input:invalid {
  border-color: #f00;
}

.was-validated .custom-check__input:invalid~.custom-check__label {
  color: #f00;
}

.was-validated .field-select:invalid,
.was-validated .field-control:invalid {
  border-color: #f00;
  color: #f00;
}

.was-validated .field-select:invalid::-webkit-input-placeholder,
.was-validated .field-control:invalid::-webkit-input-placeholder {
  color: #f00;
}

.was-validated .field-select:invalid::-moz-placeholder,
.was-validated .field-control:invalid::-moz-placeholder {
  color: #f00;
}

.was-validated .field-select:invalid:-ms-input-placeholder,
.was-validated .field-control:invalid:-ms-input-placeholder {
  color: #f00;
}

.was-validated .field-select:invalid:-moz-placeholder,
.was-validated .field-control:invalid:-moz-placeholder {
  color: #f00;
}

.was-validated:invalid .feedback--error {
  display: flex;
}

.is-invalid~.field__feedback {
  display: flex;
}

.section-form .title {
  margin-bottom: 25px;
  color: #fff;
  font-family: 'PT Serif Caption', serif;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.section-form .lead {
  display: block;
  margin-bottom: 18px;
  padding-left: 12px;
  color: #fff;
  font-size: 15px;
  letter-spacing: -0.015em;
}

.form {
  position: relative;
}

.form__content {
  display: block;
}

.form__done {
  display: none;
  padding-top: 25px;
}

.form__done .subtitle {
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.05em;
}

.form__done .text {
  margin-bottom: 32px;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}

.form__done svg {
  display: block;
  width: 124px;
  height: auto;
  margin: 0 auto 60px;
}

.form__done .rules {
  padding-right: 20px;
  padding-left: 20px;
}

.form__done .rules-title {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 400;
}

.form__done .rules__item {
  font-size: 15px;
  line-height: 1.2;
}

.form__done .rules__item sup {
  vertical-align: baseline;
}

.form--done .form__content {
  display: none;
}

.form--done .form__done {
  display: block;
}

@media only screen and (min-width: 768px) {
  .gl-footer .wrapper {
    justify-content: space-between;
  }

  .gl-footer .wrapper .wrap {
    align-items: center;
  }

  .gl-footer .menu {
    padding-right: 28px;
    padding-left: 28px;
  }
}

@media only screen and (max-width: 767.98px) {
  .gl-footer .wrapper {
    flex-direction: column;
    align-items: center;
  }

  .gl-footer .wrapper .wrap {
    flex-direction: column;
  }

  .gl-footer .copyright {
    justify-content: center;
    text-align: center;
  }

  .gl-footer .menu {
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/*# sourceMappingURL=app.min.css.map */
