#contact .s2 {
  background: #fff;
}

#contact .s2 .contain {
  max-width: 732px;
}

#contact .s2 h3 {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(2rem, 4.5vw, 3rem);
  letter-spacing: -0.02em;
  color: #172C54;
}

#contact .s2 .text-line {
  height: 1.2em;
  overflow: hidden;
  position: relative;
  width: 100%;
}

#contact .s2 .text-line span {
  display: block;
  position: absolute;
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  top: 0;
  left: 0;
}

#contact .s2 p {
  transform: translateY(-40px);
  opacity: 0;
  will-change: transform, opacity;
  font-size: 1.05rem;
  color: #040914;
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 200;
  line-height: 1.6em;
}

#contact .s2 p strong {
  font-weight: 500;
  color: #172C54;
}

#contact .s2.--in-view .text-line span, #contact .s2.--in-view p {
  transform: translate3d(0, 0, 0);
  transition: all .75s ease;
}

#contact .s2.--in-view p {
  opacity: 1;
  transition-delay: .4s;
}

#contact .s2 hr {
  border: none;
  border-top: 1px solid #8FA9D9;
  margin: 1rem 0;
}

#contact .s2 .s2-body {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 4rem;
}

#contact .s2 .s2-body .s2-callout {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  line-height: 1.25em;
  color: #172C54;
  flex: 1.5;
  max-width: 580px;
}

#contact .s2 .s2-body .s2-blurb {
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 1.05;
  line-height: 1.5em;
  color: #040914;
  flex: 1;
  max-width: 400px;
}

#contact .s2 .s2-body .s2-blurb strong {
  font-weight: 500;
}

@media all and (max-width: 767px) {
  #contact .s2 {
    padding: 5rem 0;
  }
  #contact .s2 .s2-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
}

#contact .s3 {
  background-color: #0B162B;
}

#contact .s3 .contain {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2.5rem;
}

#contact .s3 .left {
  flex: 1;
  max-width: 710px;
}

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

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

#contact .s3 form input {
  display: block;
  width: 100%;
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 1.05rem;
  line-height: 1.6em;
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border: none;
  border-bottom: solid 1px #fff;
  padding-bottom: 6px;
  appearance: none;
  -webkit-appearance: none;
  margin-bottom: 1.5rem;
}

#contact .s3 form ::placeholder {
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.05rem;
  line-height: 1.6em;
  color: rgba(255, 255, 255, 0.85);
}

#contact .s3 form textarea {
  display: block;
  width: 100%;
  font-family: montserrat, 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;
  appearance: none;
  -webkit-appearance: none;
  height: 150px;
  margin-bottom: 3rem;
}

#contact .s3 form .bts-wrapper {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.5rem;
}

#contact .s3 form .link-off-btn {
  border: 1px solid #fff;
  background: none;
  outline: none;
  cursor: pointer;
}

#contact .s3 form .link-off-btn p {
  color: #fff;
}

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

#contact .s3 .right {
  flex-shrink: 0;
  width: 100%;
  max-width: 18.75rem;
}

#contact .s3 .right h6 {
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: .9rem;
  line-height: 1.2em;
  color: #8FA9D9;
  margin-bottom: .6rem;
}

#contact .s3 .right p, #contact .s3 .right a {
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: normal;
}

#contact .s3 .right p > a {
  text-decoration: underline;
  transition: color .3s ease;
}

#contact .s3 .right p > a:hover {
  color: #1AB3FF;
}

#contact .s3 .right img {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  margin: 1.5rem 0 0;
  transition: opacity .3s ease;
}

#contact .s3 .right img:hover {
  opacity: .65;
}

@media all and (max-width: 1024px) {
  #contact .s3 .contain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #contact .s3 .contain .left, #contact .s3 .contain .right {
    width: 100%;
    max-width: 100%;
  }
}

@media all and (max-width: 767px) {
  #contact .s3 .contain .form .bts-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
