#contact .hero {
  position: relative;
  padding: 240px 0 80px 0;
  box-sizing: border-box;
  min-height: calc(100vh - 400px);
  background-image: linear-gradient(103deg, #02070B 0%, #061E28 100%);
  background-blend-mode: lighten;
}
#contact .hero .contain {
  position: relative;
  max-width: 1400px;
}
#contact .hero h4 {
  overflow: hidden;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 9.4px;
  text-transform: uppercase;
  color: #76B0BD;
  line-height: normal;
  height: 1.5em;
  text-align: center;
}
#contact .hero h4 span {
  display: block;
  transition: transform 1s ease 0.5s;
  will-change: transform;
}
#contact .hero h3 {
  overflow: hidden;
  font-family: "PP Eiko Thin";
  font-style: normal;
  font-weight: normal;
  font-size: 3em;
  line-height: normal;
  color: #ABBFC9;
  height: 1.4em;
  text-align: center;
}
#contact .hero h3 span {
  display: block;
  transition: transform 1s ease 0.5s;
  will-change: transform;
}
#contact .hero .cols {
  gap: 18px;
  margin-top: 80px;
  opacity: 0;
  transition: opacity 0.5s ease 1s;
}
#contact .hero .cols > div {
  text-align: center;
  border-radius: 20px;
  background: rgba(6, 28, 37, 0.5);
  backdrop-filter: blur(24.8500003815px);
  border: 1px solid #A8E7FE;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  height: 224px;
  width: calc(33.33% - 12px);
  box-sizing: border-box;
  padding: 10px;
}
#contact .hero .cols p label {
  text-transform: uppercase;
  color: #ABBFC9;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 2.4px;
  line-height: 1.8em;
  display: block;
}
#contact .hero .cols p {
  color: #728A97;
  font-size: 1rem;
  line-height: 36px;
  font-weight: 300;
  margin-top: 0;
  text-align: center;
  opacity: 1;
}
#contact .hero .cols p a {
  color: inherit;
  transition: color 0.3s ease;
}
#contact .hero .cols p a:hover {
  color: #4F7589;
}
#contact .hero h5 {
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  text-align: center;
  line-height: normal;
  margin-top: 80px;
  opacity: 0;
  transition: opacity 0.5s ease 1s;
}
#contact .hero p {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s ease 1s;
}
#contact .hero p a {
  color: #A8E7FE;
}
#contact .hero.in-view h4 span, #contact .hero.in-view h3 span {
  transform: translate(0, -100%);
}
#contact .hero.in-view .cols, #contact .hero.in-view h5, #contact .hero.in-view p {
  opacity: 1;
}

@media all and (max-width: 1279px) {
  #contact .hero h3 {
    font-size: 2.3em;
  }
}
@media all and (max-width: 767px) {
  #contact .hero .contain {
    text-align: center;
  }
  #contact .hero h3 {
    overflow: initial;
    height: auto;
    font-size: 2em;
    display: inline;
    text-align: center;
  }
  #contact .hero h3 span {
    transform: none !important;
    display: inline;
  }
  #contact .hero h3 span:first-child {
    display: none;
  }
  #contact .hero .cols {
    flex-direction: column;
  }
  #contact .hero .cols > div {
    width: 100% !important;
    height: 160px;
  }
}

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