
#contact #container .s1 .page-intro h1 {
  color: #446b96;
}
#contact #container h1, #contact #container h2{text-shadow:none;}

#contact #container .s3 {
  background: #263548;
  padding: 9.4rem 0 11rem 0;
}
.s3 .fx-field label{color:#fff;}
.s3 input:-webkit-autofill{-webkit-box-shadow: 0 0 0 1000px #263548 inset !important;}
.s3 input:-webkit-autofill{-webkit-text-shadow: 0 0 0 1000px #fff inset !important;}
.s3 input:-webkit-autofill{transition:color 5000s ease-in-out 5000s}

#contact #container .s3 .container {
  max-width: 1100px;
}
#contact #container .s3 form {
  text-align: center;
}
#contact #container .s3 form input.hidhp {
  display: none;
}
#contact #container .s3 form ::placeholder {
  display: block;
  font-family: "sweet-sans-pro", "sans-serif";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #fff;
}
#contact #container .s3 form input {
  display: block;
  width: 100%;
  font-family: "sweet-sans-pro", "sans-serif";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 1.2rem 0;
  color: #fff;
  background: transparent;
  border: none;
  border-bottom: solid 1px rgba(223, 228, 233, 0.5098039216);
  appearance: none;
  -webkit-appearance: none;
  margin-bottom: 1.5rem;
}
#contact #container .s3 form textarea {
  display: block;
  height: 170px;
  width: 100%;
  font-family: "sweet-sans-pro", "sans-serif";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #fff;
  background: transparent;
  border: none;
  padding: 1rem 0;
  border-bottom: solid 1px rgba(223, 228, 233, 0.5098039216);
  appearance: none;
  -webkit-appearance: none;
  resize: none;
}
#contact #container .s3 form .col {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
#contact #container .s3 form .col input {
  width: 50%;
}
#contact #container .s3 form .global-btn {
  width: 223px;
  background: none;
  cursor: pointer;
}
#contact #container .s3 form .global-btn:hover {
  background-color: #3a5574;
  border-color: #3a5574;
}
#contact #container .s3 form .g-recaptcha {
  max-width: 300px;
  margin: 4rem auto 2rem auto;
}
#contact #container .s3 .response {
  color: #fff;
  text-align: center;
  position: relative;
  top: 2rem;
}

#contact footer .slide-inner {
  background: url(/i/signup-footer.jpg) no-repeat center/cover;
}

/***** MEDIA *****/
@media screen and (max-width: 1100px) {
  #contact #container .s2 > div {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  #contact #container .s2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #contact #container .s2 > div {
    width: 100%;
    height: auto;
    padding: 4rem 0;
  }
  #contact #container .s2 .left > div {
    position: relative;
    top: auto;
    transform: none;
  }
  #contact #container .s2 .left .social a {
    width: 45px;
    height: 45px;
  }
  #contact #container .s2 .left h3 {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
  #contact #container .s2 .right {
    padding: 0;
    height: 400px;
  }
  #contact #container .s3 {
    padding: 4rem 0;
  }
  #contact #container .s3 form .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  #contact #container .s3 form .col input {
    width: 100%;
  }
  #contact #container .s3 form input {
    margin-bottom: 1rem;
    padding: 0.8rem 0;
  }
  #contact #container .s3 form textarea {
    height: 130px;
  }
}

/*# sourceMappingURL=contact.css.map */
