@font-face {
  font-family: Coconat;
  src: url('../fonts/Coconat-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Roundo Medium;
  src: url('../fonts/Roundo-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roundo Semi Bold;
  src: url('../fonts/Roundo-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --_colors---white: #f0f0ea;
  --_colors---green: #111513;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--_colors---white);
  font-family: Roundo Regular, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Coconat, Arial, sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 100%;
}

p {
  margin-bottom: 10px;
}

.section {
  z-index: 100;
  background-color: #00000057;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.container {
  z-index: 1;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  max-width: 960px;
  position: relative;
}

.bg-video {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.brand {
  align-self: center;
}

.text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  min-height: 28svh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-wrap {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.icon-embed-custom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5.25rem;
  height: 6.375rem;
  display: flex;
}

.eyebrow {
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-family: Roundo Semi Bold, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 90%;
}

.paragraph-lg {
  letter-spacing: .4px;
  font-family: Roundo Medium, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 125%;
}

.form-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .8rem;
  display: flex;
}

.form-text-input {
  border: 1px solid var(--_colors---white);
  height: auto;
  color: var(--_colors---white);
  text-align: left;
  letter-spacing: .4px;
  background-color: #ffffff1a;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 10px 24px;
  font-family: Roundo Medium, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.form-text-input:active, .form-text-input:focus {
  border-color: var(--_colors---green);
}

.form-text-input::placeholder {
  color: var(--_colors---white);
  text-align: left;
}

.btn-submit {
  background-color: var(--_colors---white);
  color: var(--_colors---green);
  letter-spacing: .4px;
  text-transform: uppercase;
  border-radius: 100px;
  align-self: stretch;
  padding: 8px 24px;
  font-family: Roundo Semi Bold, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  transition: all .3s ease-in-out;
}

.btn-submit:hover {
  background-color: var(--_colors---green);
  color: var(--_colors---white);
}

.form-block {
  align-self: stretch;
  margin-bottom: 0;
}

.social-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--_colors---white);
  letter-spacing: .2px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roundo Medium, Arial, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.social-button.hidden {
  display: none;
}

.line {
  background-color: var(--_colors---white);
  width: 120%;
  height: 2px;
}

.checkbox-label {
  text-align: left;
  letter-spacing: .2px;
  font-size: .75rem;
  font-weight: 400;
  line-height: 125%;
}

.checkbox {
  border: 1px solid var(--_colors---white);
  background-color: #0000;
}

.checkbox.w--redirected-checked {
  background-color: var(--_colors---green);
}

.checkbox-field {
  padding-left: 22px;
}

.btn-text {
  font-weight: 500;
}

.heading {
  font-weight: 400;
}

.success-text {
  background-color: #ddd0;
}

.text-block {
  color: var(--_colors---white);
}

.error-message {
  background-color: #c76163;
  border-radius: 100px;
}

.footer-content {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  display: flex;
}

.max-w {
  max-width: 15ch;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .container {
    width: 75%;
    max-width: 100%;
  }

  .footer {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 90%;
  }

  .footer {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.2rem;
  }

  .bg-video {
    width: 100vw;
    height: 100vh;
  }

  .icon-embed-custom {
    width: 3.4rem;
  }

  .eyebrow {
    font-size: .9rem;
  }

  .paragraph-lg {
    font-size: 1rem;
  }

  .form-row {
    flex-flow: column;
  }

  .form-text-input, .form-text-input::placeholder {
    text-align: center;
  }

  .form-block {
    margin-bottom: 0;
  }
}


@font-face {
  font-family: 'Coconat';
  src: url('../fonts/Coconat-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roundo Regular';
  src: url('../fonts/Roundo-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roundo Medium';
  src: url('../fonts/Roundo-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roundo Semi Bold';
  src: url('../fonts/Roundo-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}