.modal-form {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 1024px) {
  .modal-form {
    padding-left: calc(30px + 15 * (100vw - 1024px) / 896);
    padding-right: calc(30px + 15 * (100vw - 1024px) / 896);
  }
}
@media only screen and (min-width: 1920px) {
  .modal-form {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.modal-form {
  padding-top: 70px;
}
@media only screen and (min-width: 992px) {
  .modal-form {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .modal-form {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.modal-form .wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding-top: clamp(40px, 5.24vw + 19.57px, 95px);
  padding-bottom: clamp(40px, 5.24vw + 19.57px, 95px);
  background-color: rgba(224, 235, 206, 0.91);
}
.modal-form .inner {
  padding-left: 20px;
}
@media only screen and (min-width: 320px) {
  .modal-form .inner {
    padding-left: calc(20px + 10 * (100vw - 320px) / 448);
  }
}
@media only screen and (min-width: 768px) {
  .modal-form .inner {
    padding-left: 30px;
  }
}
.modal-form .inner {
  padding-left: 75px;
}
@media only screen and (min-width: 768px) {
  .modal-form .inner {
    padding-left: calc(75px + 85 * (100vw - 768px) / 256);
  }
}
@media only screen and (min-width: 1024px) {
  .modal-form .inner {
    padding-left: 160px;
  }
}
@media only screen and (max-width: 991px) {
  .modal-form .inner {
    padding-left: clamp(20px, 3.91vw + 1.25px, 40px);
    padding-right: clamp(20px, 3.91vw + 1.25px, 40px);
  }
}
.modal-form .section-title {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
@media only screen and (min-width: 320px) {
  .modal-form .section-title {
    padding-top: calc(7.5px + 2.5 * (100vw - 320px) / 704);
    padding-bottom: calc(7.5px + 2.5 * (100vw - 320px) / 704);
  }
}
@media only screen and (min-width: 1024px) {
  .modal-form .section-title {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.modal-form .section-title {
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (min-width: 320px) {
  .modal-form .section-title {
    padding-left: calc(5px + 2.5 * (100vw - 320px) / 704);
    padding-right: calc(5px + 2.5 * (100vw - 320px) / 704);
  }
}
@media only screen and (min-width: 1024px) {
  .modal-form .section-title {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
.modal-form .section-title {
  font-size: 12px;
}
@media only screen and (min-width: 320px) {
  .modal-form .section-title {
    font-size: calc(12px + 3 * (100vw - 320px) / 704);
  }
}
@media only screen and (min-width: 1024px) {
  .modal-form .section-title {
    font-size: 15px;
  }
}
.modal-form .section-title {
  margin-bottom: 15px;
}
@media only screen and (min-width: 320px) {
  .modal-form .section-title {
    margin-bottom: calc(15px + 15 * (100vw - 320px) / 704);
  }
}
@media only screen and (min-width: 1024px) {
  .modal-form .section-title {
    margin-bottom: 30px;
  }
}
.modal-form .section-title {
  font-size: 15px;
}
@media only screen and (min-width: 1024px) {
  .modal-form .section-title {
    font-size: calc(15px + 1 * (100vw - 1024px) / 896);
  }
}
@media only screen and (min-width: 1920px) {
  .modal-form .section-title {
    font-size: 16px;
  }
}
.modal-form .section-title {
  letter-spacing: 1.18px;
}
@media only screen and (min-width: 320px) {
  .modal-form .section-title {
    letter-spacing: calc(1.18px + 0.32 * (100vw - 320px) / 704);
  }
}
@media only screen and (min-width: 1024px) {
  .modal-form .section-title {
    letter-spacing: 1.5px;
  }
}
.modal-form .section-title {
  line-height: 1;
  border: 1px solid #33560a;
  color: #33560a;
  text-transform: uppercase;
  display: inline-block;
}
.modal-form .intro {
  padding-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .modal-form .intro {
    width: 49%;
    padding-bottom: 0;
  }
}
.modal-form .intro p {
  font-size: 14px;
}
@media only screen and (min-width: 320px) {
  .modal-form .intro p {
    font-size: calc(14px + 5 * (100vw - 320px) / 704);
  }
}
@media only screen and (min-width: 1024px) {
  .modal-form .intro p {
    font-size: 19px;
  }
}
.modal-form .intro p {
  font-family: "Plantin", sans-serif;
  font-weight: 300;
  color: #33560a;
}
@media only screen and (min-width: 992px) {
  .modal-form .intro p {
    max-width: 318px;
  }
}
.modal-form .intro .cta {
  padding: 10px 25px;
  font-family: "stevie-sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #33560a;
  border: 1px solid #33560a;
  color: #fff;
}
@media (hover: hover) {
  .modal-form .intro .cta:hover {
    background-color: transparent;
    color: #33560a;
  }
}
.modal-form picture {
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .modal-form picture {
    width: 51%;
    margin-top: 0;
  }
}
.modal-form .gfield--type-fileupload {
  margin-top: -20px !important;
}