
#contact #container .s1 .page-intro h1 {
  color: #446b96;
}
#contact #container h1, #contact #container h2{text-shadow:none;}
#contact #container .s2 {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f6f9;
}
#contact #container .s2 > div {
  width: 50%;
  height: 774px;
  position: relative;
}
#contact #container .s2 .left > div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 560px;
  width: 100%;
  right: 0;
  padding-left: 1rem;
}
#contact #container .s2 .left h3 {
  font-size: 2rem;
  line-height: 2.5rem;
}
#contact #container .s2 .left a {
  font-family: "sweet-sans-pro", "sans-serif";
  font-style: normal;
  font-weight: 400;
  display: block;
  font-size: 1.12rem;
  line-height: 2rem;
  color: #475768;
  transition: color 0.3s ease;
}
#contact #container .s2 .left a:first-of-type {
  margin: 1.2rem 0;
}
#contact #container .s2 .left a:hover {
  color: #446b96;
}
#contact #container .s2 .left .email {
  font-weight: 600;
  color: #446b96;
}
#contact #container .s2 .left .social {
  margin-top: 1.2rem;
}
#contact #container .s2 .left .social a {
  display: inline-block;
  width: 63px;
  height: 63px;
  margin-right: 0.6rem;
}
#contact #container .s2 .left .social svg {
  width: 100%;
}
#contact #container .s2 .left .social a:hover .cls-1 {
  fill: #fff;
  transition: fill 0.3s ease;
}
#contact #container .s2 .left .social a:hover .cls-2 {
  fill: #446b96;
  transition: fill 0.3s ease;
}
#contact #container .s2 .left .social a:hover .st0 {
  fill: #fff;
  transition: fill 0.3s ease;
}
#contact #container .s2 .left .social a:hover .st1 {
  fill: #446b96;
  transition: fill 0.3s ease;
}
#contact #container .s2 .bg-parallax {
  background: url(/i/contact-parallax.jpg) no-repeat top/cover;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}
#contact #container .s3 {
  background: #263548;
  padding: 9.4rem 0 11rem 0;
}
#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/contact-footer2.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 */
