#contact .hero.global .v1 .bg {
  background-image: url(/i/contact-hero-wh.jpg);
}

#contact .hero.global .v2 .bg {
  background-image: url(/i/contact-hero-cl.jpg);
}

#contact .hero.global .v2 .bg2 {
  background-image: url(/i/contact-hero-wh.jpg);
}

#contact .hero.global .s2 .cols {
  min-height: auto;
  padding: 7.5rem 0;
  display: block;
}

#contact .hero.global .s2 .cols > div {
  width: auto;
}

#contact .hero.global .s2 .cols h3 {
  font-family: area-extended;
  font-style: normal;
  font-weight: 400;
  font-weight: 100;
  font-size: 1.7rem;
  line-height: 1.3em;
  color: #333F49;
  max-width: 870px;
  margin: 0 auto 2.5rem auto;
}

#contact .hero.global .s2 .cols p {
  max-width: 870px;
  margin: 0 auto;
}

#contact .sec-title {
  font-family: area-extended;
  font-style: normal;
  font-weight: 400;
  font-weight: 100;
  font-size: 2.5rem;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: -0.075rem;
  margin-bottom: 4.5rem;
  color: #333F49;
}

#contact .sec-title.wh {
  color: #ffffff;
}

#contact .secPadding {
  padding: 7.5rem 0;
}

#contact .s3 .top {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  border-top: solid 1px rgba(51, 63, 73, 0.3);
  padding-top: 3rem;
}

#contact .s3 .top h3 {
  font-family: area-extended;
  font-style: normal;
  font-weight: 400;
  font-weight: 100;
  font-size: 1.7rem;
  line-height: 1.3em;
  color: #333F49;
}

#contact .s3 .top div {
  width: 50%;
}

#contact .s3 .top div p {
  max-width: 550px;
  margin: 0 auto;
}

#contact .s3 .top div p a {
  font-size: 0.95rem;
  color: #333F49;
  transition: color .3s ease;
}

#contact .s3 .top div p a br {
  display: none;
}

#contact .s3 .top div p a:hover {
  color: #E27530;
}

#contact .s3 .center {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: solid 1px rgba(51, 63, 73, 0.3);
  border-bottom: solid 1px rgba(51, 63, 73, 0.3);
  padding: 2rem 0;
  row-gap: 2rem;
  margin-top: 4rem;
  position: relative;
}

#contact .s3 .center > div {
  height: 435px;
  position: relative;
  border-right: solid 1px rgba(51, 63, 73, 0.3);
}

#contact .s3 .center > div > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2rem);
  max-width: 540px;
  text-align: center;
}

#contact .s3 .center > div h4 {
  font-family: area-extended;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-weight: 900;
  background: var(--orangeGrad, linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 2rem;
}

#contact .s3 .center > div p {
  text-align: center;
  margin-bottom: 2rem;
}

#contact .s3 .center > div a {
  width: 65px;
  height: 65px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  position: relative;
  transition: all 0.5s ease;
}

#contact .s3 .center > div a > span {
  display: inline-block;
}

#contact .s3 .center > div a .txt {
  opacity: 0;
  transform: translateX(-8px);
  width: 0;
  white-space: nowrap;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 3px;
  color: #637381;
}

#contact .s3 .center > div a .icon {
  padding-bottom: 2px;
}

#contact .s3 .center > div a::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

#contact .s3 .center > div a:hover {
  width: auto;
  padding: 1rem 2rem;
  gap: 15px;
}

#contact .s3 .center > div a:hover .txt {
  width: auto;
  opacity: 1;
  transform: translateX(0);
  transition: opacity .2s ease, transform .35s ease;
}

#contact .s3 .center > div:nth-child(2), #contact .s3 .center > div:nth-child(4) {
  border-right: none;
}

#contact .s3 .center::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(51, 63, 73, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#contact .s4 {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

#contact .s4 > div {
  width: 50%;
  position: relative;
  overflow: hidden;
  padding: 7.5rem 0;
}

#contact .s4 > div .plx-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0% 100%);
  top: 0px;
  left: 0px;
  pointer-events: none;
}

#contact .s4 > div .plx-wrap .plx-bg {
  background: url(/i/stay-updated-bg-img-parallax.jpg) no-repeat center/cover;
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100vh;
  width: 100%;
}

#contact .s4 > div .inner {
  z-index: 1;
  position: relative;
  max-width: 630px;
  margin: 0 auto;
  height: 100%;
  padding-bottom: 13rem;
}

#contact .s4 > div .inner .sec-title {
  margin-bottom: 2.3rem;
}

#contact .s4 > div .inner p {
  max-width: 588px;
}

#contact .s4 > div form {
  margin-top: 3rem;
}

#contact .s4 > div form .hidhp {
  display: none;
}

#contact .s4 > div form .bottom {
  position: absolute;
  bottom: 0;
}

#contact .s4 > div form input {
  display: inline-block;
  width: 100%;
  font-family: "montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: .95rem;
  line-height: 1.3em;
  color: #333F49;
  background: transparent;
  border: none;
  border-bottom: solid 1px #333F49;
  padding-bottom: 14px;
  -webkit-appearance: none;
  margin-bottom: 2rem;
}

#contact .s4 > div form ::placeholder {
  font-family: area-extended;
  font-style: normal;
  font-weight: 400;
  font-size: .95rem;
  line-height: 1.3em;
  color: rgba(51, 63, 73, 0.5);
}

#contact .s4 > div form button {
  background: none;
  border: none;
  cursor: pointer;
  margin-top: 3rem;
}

#contact .s4 > div form button:hover {
  background: linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%) border-box;
}

#contact .s4 > div form input:-webkit-autofill,
#contact .s4 > div form input:-webkit-autofill:hover,
#contact .s4 > div form input:-webkit-autofill:focus,
#contact .s4 > div form textarea:-webkit-autofill,
#contact .s4 > div form textarea:-webkit-autofill:hover,
#contact .s4 > div form textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #333F49;
  transition: background-color 5000s ease-in-out 0s;
}

#contact .s4 > div .response, #contact .s4 > div .response2 {
  font-size: 0.95rem;
  color: #333F49;
  position: relative;
  top: 0;
}

#contact .s4 .left .plx-wrap .plx-bg {
  background-image: url(/i/contact-form-left-parallax.jpg);
}

#contact .s4 .left p {
  color: #fff;
}

#contact .s4 .left .btn-global span {
  color: #fff;
}

#contact .s4 .left .inner {
  margin-left: auto;
  margin-right: 4rem;
  padding-left: 1rem;
}

#contact .s4 .left form input {
  color: #fff;
  border-bottom: solid 1px #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
}

#contact .s4 .left form textarea {
  display: inline-block;
  width: 100%;
  height: 120px;
  font-family: "montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: .95rem;
  line-height: 1.3em;
  background: transparent;
  border: none;
  color: #fff;
  border-bottom: solid 1px #fff;
  padding-bottom: 14px;
  -webkit-appearance: none;
  margin-bottom: 2rem;
  border-radius: 0;
  -webkit-border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
}

#contact .s4 .left form ::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

#contact .s4 .left form input:-webkit-autofill,
#contact .s4 .left form input:-webkit-autofill:hover,
#contact .s4 .left form input:-webkit-autofill:focus,
#contact .s4 .left form textarea:-webkit-autofill,
#contact .s4 .left form textarea:-webkit-autofill:hover,
#contact .s4 .left form textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  transition: background-color 5000s ease-in-out 0s;
}

#contact .s4 .left .response2 {
  color: #fff;
}

#contact .s4 .right .plx-wrap .plx-bg {
  background-image: url(/i/contact-form-right-parallax.jpg);
}

#contact .s4 .right .sec-title span {
  background: var(--orangeGrad, linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#contact .s4 .right .inner {
  margin-right: auto;
  margin-left: 4rem;
  padding-right: 1rem;
}

@media screen and (max-width: 1100px) {
  #contact .sec-title {
    font-size: 2.1rem;
    margin-bottom: 3rem;
  }
  #contact .s3 .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #contact .s3 .top > div {
    width: 100%;
  }
  #contact .s3 .top > div p {
    max-width: none;
  }
  #contact .s3 .center > div h4 br, #contact .s3 .center > div p br {
    display: none;
  }
  #contact .s4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #contact .s4 > div {
    width: 100%;
  }
  #contact .s4 > div .inner {
    max-width: none;
    width: calc(100% - 2rem);
    height: auto;
  }
  #contact .s4 > div .inner h2 br {
    display: none;
  }
  #contact .s4 > div .inner p {
    max-width: none;
  }
  #contact .s4 > div form .bottom {
    position: relative;
    bottom: auto;
  }
  #contact .s4 > div .response, #contact .s4 > div .response2 {
    top: 2rem;
  }
  #contact .s4 .left .inner {
    padding: 0;
    margin: 0 auto;
  }
  #contact .s4 .right .inner {
    padding: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  #contact .hero.global .s2 .cols {
    padding: 5rem 0;
  }
  #contact .hero.global .s2 .cols h3 {
    font-size: 1.3rem;
    margin-bottom: 2rem;
  }
  #contact .sec-title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  #contact .secPadding {
    padding: 5rem 0;
  }
  #contact .s3 {
    overflow: hidden;
  }
  #contact .s3 .top div p a br {
    display: block;
  }
  #contact .s3 .center {
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
    gap: 0;
  }
  #contact .s3 .center > div {
    height: auto;
    padding: 4rem 0;
    border-right: none;
    border-bottom: solid 1px rgba(51, 63, 73, 0.3);
  }
  #contact .s3 .center > div > div {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  #contact .s3 .center > div a {
    width: auto;
    padding: 1rem 2rem;
    gap: 15px;
  }
  #contact .s3 .center > div a .icon img {
    width: 20px;
  }
  #contact .s3 .center > div a .txt {
    width: auto;
    opacity: 1;
    transform: translateX(0);
  }
  #contact .s3 .center > div:last-of-type {
    border-bottom: none;
  }
  #contact .s3 .center > div > div {
    width: 100%;
  }
  #contact .s3 .center::before {
    display: none;
  }
  #contact .s4 > div {
    padding: 5rem 0;
  }
  #contact .s4 > div .inner .sec-title {
    margin-bottom: 2rem;
  }
}
