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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

body {
  font-family: Fraktionsans, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

p {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 100%;
}

.navbar {
  padding-top: 3vw;
  padding-right: 5vw;
  padding-left: 3.5vw;
  background-color: #fdee7a;
}

.nav-link {
  display: none;
  padding-top: 0px;
  padding-right: 0px;
  background-color: transparent;
  color: #7b3e29;
  font-size: 20px;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 5vw 80px 3.5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fdee7a;
  color: #7b3e29;
}

.heading-1 {
  width: 61%;
  font-size: 82px;
  line-height: 90%;
  font-weight: 300;
}

.hero-video {
  position: absolute;
  top: 60px;
  z-index: -1;
  width: 85%;
  height: 580px;
  margin-right: 3.5vw;
  margin-left: 3.5vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading-2 {
  font-size: 60px;
  line-height: 90%;
  font-weight: 300;
  text-align: right;
}

.register {
  position: relative;
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 80px 5vw 10px 3.5vw;
  background-color: #7b3e29;
  color: #fdee7a;
}

.wrapper {
  display: block;
  width: 100%;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper.right {
  position: relative;
  z-index: -1;
  margin-top: -160px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 60px 80px 60px 40px;
  background-color: #68a5d9;
  color: #fff;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 38px;
  line-height: 38px;
  font-weight: 300;
  letter-spacing: -1px;
}

.heading-3.brown {
  margin-bottom: 40px;
  color: #7b3e29;
}

.heading-3.contact {
  margin-top: 0px;
  margin-bottom: 0px;
}

.field {
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fdee7a;
  background-color: transparent;
  font-size: 20px;
}

.field::-webkit-input-placeholder {
  color: #fdee7a;
}

.field:-ms-input-placeholder {
  color: #fdee7a;
}

.field::-ms-input-placeholder {
  color: #fdee7a;
}

.field::placeholder {
  color: #fdee7a;
}

.submit {
  display: block;
  margin-top: 50px;
  padding-right: 25px;
  padding-left: 25px;
  border: 1px solid #fdee7a;
  border-radius: 1000px;
  background-color: transparent;
  font-family: Pitchsans, sans-serif;
  color: #fdee7a;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.image {
  width: 60%;
  padding-right: 5%;
}

.label {
  font-family: Pitchsans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: right;
  text-transform: uppercase;
}

.label.left {
  padding-top: 30px;
  text-align: left;
}

.register-copy {
  position: relative;
  left: 0px;
  width: 100%;
  padding: 20px 5vw 10px 3.5vw;
  background-color: #68a5d9;
}

.footer {
  position: relative;
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 5vw 20px 3.5vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #7b3e29;
  color: #fdee7a;
}

.half {
  width: 50%;
}

.half.space-around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.paragraph.form {
  padding-top: 30px;
  padding-bottom: 10px;
}

.logo {
  width: 200px;
}

.paragraph-2 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.5px;
}

.footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-row.copyright-row {
  padding-top: 40px;
}

.footer-link {
  color: #fdee7a;
  font-size: 24px;
  text-decoration: none;
}

.copyright {
  color: #fdee7a;
  font-size: 15px;
}

.submit-2 {
  display: block;
  width: 25%;
  margin-top: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-style: solid;
  border-width: 1px;
  border-color: #83cfcb;
  border-radius: 1000px;
  background-color: transparent;
  color: #83cfcb;
  font-size: 15px;
  text-align: center;
  text-transform: none;
}

.text-field {
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fdee7a;
  background-color: transparent;
  color: #fdee7a;
  font-size: 20px;
  font-weight: 300;
}

.text-field:focus {
  border-bottom-color: #fdee7a;
}

.text-field::-webkit-input-placeholder {
  color: #fdee7a;
}

.text-field:-ms-input-placeholder {
  color: #fdee7a;
}

.text-field::-ms-input-placeholder {
  color: #fdee7a;
}

.text-field::placeholder {
  color: #fdee7a;
}

.text-field.last {
  margin-bottom: 15px;
}

.text-field.last::-webkit-input-placeholder {
  color: #83cfcb;
}

.text-field.last:-ms-input-placeholder {
  color: #83cfcb;
}

.text-field.last::-ms-input-placeholder {
  color: #83cfcb;
}

.text-field.last::placeholder {
  color: #83cfcb;
}

.checkbox.last {
  margin-bottom: 30px;
}

.paragraph-3 {
  padding-top: 20px;
  padding-right: 2vw;
  padding-left: 2vw;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.paragraph-3.form-title {
  padding: 10px 0vw;
}

.form {
  display: block;
  width: 100%;
  padding-top: 0px;
  padding-right: 0vw;
  padding-left: 0vw;
}

.error-message {
  background-color: #ffa687;
  color: #8c2133;
}

.success-message {
  border-style: solid;
  border-width: 1px;
  border-color: #83cfcb;
  background-color: transparent;
}

.checkbox-2 {
  border-style: solid;
  border-width: 1px;
  border-color: #83cfcb;
  background-color: #234f3c;
}

.checkbox-label {
  font-size: 17px;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 30px;
  }

  .submit {
    padding-right: 25px;
    padding-left: 25px;
    border: 1px solid #fdee7a;
    border-radius: 1000px;
  }

  .footer {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-right: 0px;
    padding-left: 30px;
  }

  .hero {
    padding-right: 40px;
    padding-left: 40px;
  }

  .heading-1 {
    font-size: 60px;
  }

  .heading-2 {
    font-size: 40px;
  }

  .register {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .label {
    font-size: 13px;
  }

  .half {
    width: 100%;
  }

  .footer-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-link {
    display: block;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .brand {
    padding-left: 0px;
  }

  .paragraph-3 {
    padding-right: 5vw;
    padding-left: 5vw;
    font-size: 15px;
  }

  .form {
    padding-right: 0vw;
    padding-left: 0vw;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .heading-1 {
    width: 100%;
    font-size: 50px;
  }

  .heading-2 {
    margin-top: 10px;
    text-align: left;
  }

  .register {
    padding-right: 20px;
    padding-left: 20px;
  }

  .about {
    padding-right: 40px;
    padding-left: 20px;
  }

  .heading-3 {
    line-height: 90%;
  }

  .label {
    margin-bottom: 0px;
    text-align: left;
  }

  .half.space-around {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logo {
    display: block;
    width: 100%;
  }

  .brand {
    width: 50%;
  }

  .div-block {
    padding-top: 30px;
  }

  .submit-2 {
    width: 100%;
    margin-top: 20px;
  }

  .text-field {
    border-radius: 0px;
  }

  .paragraph-3 {
    color: #ffffec;
    font-size: 17px;
  }

  .form {
    display: block;
  }

  .success-message {
    border-style: solid;
    border-width: 1px;
    border-color: #83cfcb;
    background-color: transparent;
  }
}

@font-face {
  font-family: 'Fraktionsans';
  src: url('../fonts/FraktionSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fraktionsans';
  src: url('../fonts/FraktionSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pitchsans';
  src: url('../fonts/PitchSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}