@font-face {
  font-family: Unna;
  src: url('../fonts/unna-light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Unna;
  src: url('../fonts/unna-regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneueltpro Roman;
  src: url('../fonts/helveticaneueltpro-roman.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --min-height-window: 600px;
}

body {
  color: #333;
  background-color: #0a0a0a;
  font-family: Helveticaneueltpro Roman, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

h1 {
  color: #c2a36a;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Unna, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
}

h2 {
  color: #c2a36a;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Unna, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

p {
  margin-bottom: 10px;
  font-family: Helveticaneueltpro Roman, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

a {
  color: #c2a36a;
  text-decoration: underline;
}

label {
  margin-bottom: 5px;
  font-weight: 300;
  display: block;
}

.background-video-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.static-wrap {
  z-index: 2;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #0a0a0a;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  padding: 12vh 32px 2vh;
  display: flex;
  position: relative;
}

.background-video {
  min-height: 100%;
}

.card-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: min-height .4s;
  display: flex;
  position: relative;
}

.bottom-form {
  position: absolute;
  inset: auto 0% 0%;
}

.button-arrow {
  z-index: 10;
  color: #a9956f;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  height: 24px;
  font-family: Unna, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.positionfix {
  width: 100%;
}

.bottom-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.submit {
  z-index: 2;
  color: #a9956f;
  text-align: center;
  background-color: #0000;
  padding: 0;
  font-size: 12px;
  font-weight: 300;
  transition: background-color .4s;
}

.form-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.submit-arrow {
  z-index: 2;
  pointer-events: none;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-right: 4px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.input {
  color: #fff;
  letter-spacing: .5px;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #ffffff61;
  margin-bottom: 0;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 300;
  overflow: hidden;
}

.input:active, .input:focus {
  border-color: #fff3;
}

.input::placeholder {
  color: #fff9;
}

.input.check {
  color: #fff9;
  border-bottom-style: none;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
}

.form-wrap {
  z-index: 2;
  min-width: 600px;
  margin-bottom: 0;
  position: relative;
}

.bg-photo {
  width: 100%;
  min-width: 100%;
  max-width: none;
  position: absolute;
  inset: 0%;
}

.blur {
  z-index: -1;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.success-message {
  color: #a9956f;
  text-align: center;
  margin-top: 12px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.success-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.error-message {
  color: #fd6262b3;
  text-align: center;
  background-color: #0000;
  padding: 0;
  font-size: 18px;
  position: absolute;
  inset: auto 0% -20px;
}

.video-wrap {
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.relative {
  position: relative;
}

.relative._1 {
  justify-content: center;
  align-items: center;
}

.relative._2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.arrow-access {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0 -30px 0 auto;
}

.arrow-access.backarrow {
  left: -30px;
  right: auto;
}

.checkbox-field {
  margin-bottom: 0;
}

.select-label {
  padding-bottom: 6px;
}

.paragraph-input {
  color: #ffefcf;
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 18px;
}

.checkbox.w--redirected-checked {
  background-color: #a9956f;
  border: 1px solid #a9956f;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 #0000;
}

.paragraph-small {
  color: #a9956f;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 18px;
}

.button-arrow-relative {
  color: #ffefcf;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-top: 24px;
  font-size: 18px;
  font-weight: 300;
  display: flex;
}

.inversearrow {
  transform: rotate(180deg);
}

.discover-wrap {
  z-index: 1;
  color: #fff;
  flex-flow: column;
  max-width: 640px;
  padding-top: 40px;
  font-size: 18px;
  line-height: 26px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flex-vert-left {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.gold-font {
  color: #c2a36a;
}

.footer {
  justify-content: center;
  align-items: center;
  height: 10vh;
  display: flex;
}

.footer-links {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  font-size: 14px;
  line-height: 22px;
  display: grid;
}

.footer-link {
  color: #fff6;
  text-decoration: none;
}

.step-2 {
  flex-flow: column;
  display: flex;
}

.button {
  z-index: 10;
  color: #a9956f;
  cursor: pointer;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  height: 24px;
  font-size: 12px;
  font-weight: 300;
  overflow: hidden;
}

.button.gray {
  color: #fff6;
}

.link-line {
  background-color: #a9956f;
  width: 100%;
  height: 1px;
}

.link-line.gray {
  background-color: #fff6;
}

.logo {
  width: 240px;
}

.logo-bot {
  width: 88px;
}

@media screen and (max-width: 767px) {
  .form-wrap {
    min-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 24px;
    line-height: 32px;
  }

  p {
    font-size: 14px;
    line-height: 18px;
  }

  .background-video-wrap {
    min-height: 100vh;
  }

  .static-wrap {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    min-height: 100svh;
    padding-left: 12px;
    padding-right: 12px;
  }

  .card-wrap {
    min-height: 400px;
  }

  .video-wrap {
    min-height: 100svh;
  }

  .heading {
    font-size: 28px;
    line-height: 34px;
  }
}


@font-face {
  font-family: 'Unna';
  src: url('../fonts/unna-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unna';
  src: url('../fonts/unna-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltpro Roman';
  src: url('../fonts/helveticaneueltpro-roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}