#contact .s2 {
  padding: 8.5rem 0 8rem 0;
  position: relative;
}

#contact .s2 h3 {
  margin-bottom: 2rem;
}

#contact .s2 .container-inner h3 {
  max-width: 1300px;
}

#contact .s2 .container-inner > div {
  position: relative;
  z-index: 2;
}

#contact .s2 .container-inner > div > div {
  max-width: 850px;
  margin-left: auto;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 2rem;
  border-top: solid 1px #787D85;
}

#contact .s2 .container-inner > div > div > div {
  max-width: 376px;
}

#contact .s2 .container-inner > div > div a {
  font-size: 1.7rem;
  line-height: 1.17em;
  color: #787D85;
  display: inline-block;
  transition: color .3s ease;
}

#contact .s2 .container-inner > div > div a:hover {
  color: #C48E51;
}

#contact .s2 .container-inner > div > div .email {
  text-decoration: underline;
  margin-top: 1.5rem;
}

#contact .s3 {
  padding: 10rem 0;
  z-index: 2;
}

#contact .s3 .bg-parallax {
  background: url(/i/contact-form-bg-img-parallax3.jpg) no-repeat center/cover;
}

#contact .s3 .container {
  max-width: 1140px;
  position: relative;
  z-index: 2;
}

#contact .s3 form {
  text-align: center;
}

#contact .s3 form input.hidhp {
  display: none;
}

#contact .s3 form input {
  display: inline-block;
  width: 100%;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #fff;
  background: transparent;
  border: none;
  border-bottom: solid 1px #fff;
  padding-bottom: 23px;
  -webkit-appearance: none;
  margin-bottom: 3rem;
}

#contact .s3 form .row {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

#contact .s3 form .row input {
  width: 50%;
}

#contact .s3 form ::placeholder {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2.1px;
}

#contact .s3 form .captcha-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}

#contact .s3 form .custom-select {
  width: 50%;
  position: relative;
  margin-bottom: 3rem;
}

#contact .s3 form .custom-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  background: none;
  border: solid 1px #fff;
  border-radius: 10px;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #fff;
  background-color: transparent;
  padding: 12px;
  cursor: pointer;
  padding-right: 2rem;
}

#contact .s3 form .custom-select select option {
  color: #fff;
  background-color: #787D85;
}

#contact .s3 form .custom-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0.6rem;
  height: 0.6rem;
  pointer-events: none;
  transform: translateY(-50%);
  padding: 3px;
  background: url(/i/svg/arrow-down.svg) no-repeat center/cover;
}

#contact .s3 form textarea {
  display: block;
  width: 100%;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #fff;
  background: transparent;
  border: none;
  border-bottom: solid 1px #fff;
  padding-bottom: 23px;
  -webkit-appearance: none;
  height: 100px;
  margin-bottom: 3rem;
}

#contact .s3 form button {
  background: none;
  border: none;
  cursor: pointer;
}

#contact .s3 .response {
  font-size: 1rem;
  color: #fff;
  position: relative;
  top: 2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #contact .s2 {
    padding: 5rem 0 4rem 0;
  }
  #contact .s2 .container-inner > div > div a {
    font-size: 1.3rem;
  }
  #contact .s2 .container-inner > div > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
  #contact .s3 {
    padding: 5rem 0;
  }
  #contact .s3 form .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  #contact .s3 form .row input {
    width: 100%;
  }
  #contact .s3 form input, #contact .s3 form textarea {
    padding-bottom: 15px;
    margin-bottom: 1.5rem;
  }
  #contact .s3 form .custom-select {
    margin-bottom: 1.5rem;
    width: 100%;
  }
  #contact .s3 form .custom-select select {
    padding: 7px;
  }
  #contact .s3 form .custom-select::after {
    width: 0.4rem;
    height: 0.4rem;
  }
  #contact .s3 form .captcha-wrapper {
    margin-bottom: 1.5rem;
  }
}
