main {
  margin-top: 8rem;
}
@media screen and (max-width: 999px) {
  main {
    margin-top: 6rem;
  }
}

.hero {
  background-image: url(/images/feature/hero.jpg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100vw;
}
.hero:before {
  content: "";
  display: block;
  padding-top: 33.33333%;
}
.hero > * {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.hero_holder {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}
.hero_heading {
  color: white;
  display: inline-block;
  font-size: 3.6rem;
}
@media screen and (max-width: 999px) {
  .hero_heading {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 479px) {
  .hero_heading {
    font-size: 1.8rem;
  }
}

.form_heading {
  margin-bottom: 1.8rem;
}
.form_lead {
  margin-bottom: 3.2rem;
}
.form_lead > a {
  color: #eb2256;
  text-decoration: underline;
}
.form_lead > a:hover {
  text-decoration: none;
}
.form_note {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 999px) {
  .form_note {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .form_note {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}
.form_group {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 999px) {
  .form_group {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 479px) {
  .form_group {
    margin-bottom: 0;
  }
}
.form_error {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(255, 0, 0, 0.1);
  border: 1px solid #dddddd;
  padding: 1rem;
}
.form_error_message {
  font-size: 1.6rem;
  color: red;
}
.form_error_message:not(:last-of-type) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .form_error_message {
    font-size: 1.4rem;
  }
}
.form_item {
  border-bottom: 1px solid #efefef;
  display: table;
  font-size: 1.6rem;
  height: 8rem;
  width: 100%;
}
.form_item:nth-last-of-type(1) {
  border-bottom: 0;
}
@media screen and (max-width: 479px) {
  .form_item {
    display: block;
  }
}
.form_item_label {
  display: table-cell;
  vertical-align: middle;
  width: 16%;
}
@media screen and (max-width: 999px) {
  .form_item_label {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .form_item_label {
    font-size: 1.4rem;
    width: 30%;
  }
}
@media screen and (max-width: 479px) {
  .form_item_label {
    display: block;
    padding: 1.1rem 0;
    width: 100%;
  }
}
.form_item_input {
  display: table-cell;
  vertical-align: middle;
  width: 84%;
}
@media screen and (max-width: 999px) {
  .form_item_input {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .form_item_input {
    width: 70%;
  }
}
@media screen and (max-width: 479px) {
  .form_item_input {
    display: block;
    width: 100%;
  }
}
.form_item_input > input, .form_item_input select {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .form_item_input > input, .form_item_input select {
    font-size: 1.4rem;
  }
}
.form_item_input > textarea {
  height: 2rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .form_item_input > textarea {
    font-size: 1.4rem;
  }
}
.form_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .form_btn {
    margin-top: 5.6rem;
  }
}
@media screen and (max-width: 479px) {
  .form_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 8rem;
  }
}
.form_btn > button[type=submit] {
  margin-right: 2.4rem;
  width: 50%;
}
@media screen and (max-width: 479px) {
  .form_btn > button[type=submit] {
    margin-right: 0;
    margin-bottom: 1.6rem;
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .form_btn > a {
    width: 100%;
  }
}

.g-recaptcha {
  margin: 1rem 0;
}
@media screen and (max-width: 479px) {
  .g-recaptcha {
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
