.map, .contact-info .socials a, .contact-info, .form-wrapper, .contact-info-form {
  position: relative;
}

.contact-info .socials a, .contact-info h2:after {
  display: block;
}

.contact-info, .form-wrapper {
  box-sizing: border-box;
}

.contact-info h2:after {
  content: "";
}

.contact-info .socials, .contact-info-form {
  display: flex;
  flex-wrap: wrap;
}

.contact-info .socials, .contact-info-form {
  justify-content: flex-start;
}

.contact-info .socials a {
  background-repeat: no-repeat;
}

.contact-info .socials a {
  background-position: center center;
}

.contact-info span, .contact-info p, .contact-info h2, .form-wrapper h2 {
  font-family: "bodoni_72", sans-serif;
}

.contact-info-form {
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (min-width: 761px) and (max-width: 1440px) {
  .contact-info-form {
    padding-left: 3.75%;
    padding-right: 3.75%;
  }
}
@media screen and (max-width: 760px) {
  .contact-info-form {
    padding-left: 5.5%;
    padding-right: 5.5%;
  }
}

.contact-info h2:after {
  height: 5px;
  width: 140px;
  max-width: 100%;
  margin-top: 0.3em;
  border-radius: 3px;
}

.contact-info h2:after {
  background-color: #99cc33;
}

.form-wrapper h2 {
  font-size: 3.3em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .form-wrapper h2 {
    font-size: 3.3em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .form-wrapper h2 {
    font-size: 2.3em;
  }
}
@media screen and (max-width: 450px) {
  .form-wrapper h2 {
    font-size: 1.3em;
  }
}

.contact-info p, .contact-info h2 {
  font-size: 2.5em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .contact-info p, .contact-info h2 {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .contact-info p, .contact-info h2 {
    font-size: 2em;
  }
}
@media screen and (max-width: 450px) {
  .contact-info p, .contact-info h2 {
    font-size: 1.5em;
  }
}

.contact-info .email {
  font-size: 2em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .contact-info .email {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .contact-info .email {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 450px) {
  .contact-info .email {
    font-size: 1.2em;
  }
}

.contact-info span, .contact-info h3 {
  font-size: 1em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .contact-info span, .contact-info h3 {
    font-size: 1em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .contact-info span, .contact-info h3 {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 450px) {
  .contact-info span, .contact-info h3 {
    font-size: 0.9em;
  }
}

.contact-info h2, .form-wrapper h2 {
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 0.8em;
}

.hero {
  height: auto;
  padding-bottom: 3em;
}

.webp .hero {
  background-image: url("/app/images/contact/hero.webp");
}

.no-webp .hero {
  background-image: url("/app/images/contact/hero.jpg");
}

.contact-info, .form-wrapper {
  width: 50%;
  padding: 8.33%;
}

.contact-info {
  background-color: #022212;
}
.contact-info div {
  margin-bottom: 3em;
}
.contact-info h2, .contact-info p, .contact-info a, .contact-info span {
  color: #FFFFFF;
}
.contact-info h2:after {
  width: 60%;
}
.contact-info h3 {
  color: #FFFFFF;
  font-weight: bold;
  margin-top: 2em;
}
.contact-info span {
  font-weight: normal;
}
.contact-info .socials a {
  background-size: 28px;
  width: 60px;
  height: 30px;
}
.contact-info .socials .facebook {
  background-image: url("/app/images/global/facebook.png");
}
.contact-info .socials .instagram {
  background-image: url("/app/images/global/instagram.png");
}
.form-wrapper {
  background-color: #FFFFFF;
}
@media screen and (max-width: 1110px) {
  .contact-info, .form-wrapper {
    width: 100%;
    padding: 5%;
  }
}
.map {
  width: 100%;
  height: 800px;
}

@media screen and (max-width: 760px) {
  .map {
    height: 500px;
  }
}
