#home .hero {
  position: relative;
  background: url(/i/hero3.png) no-repeat center/cover;
  height: 100vh;
}
#home .hero .contain {
  max-width: 1442px;
  padding-top: calc(100vh - 432px);
}
#home .hero h3 {
  color: #fff;
  font-family: "PP Eiko Thin";
  font-size: 4.5em;
  line-height: 1.17em;
  font-weight: 100;
}
#home .hero p {
  color: #fff;
  font-family: "sofia-pro";
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.5em;
  margin-top: 50px;
  max-width: 880px;
}
#home .sn2 {
  position: relative;
  padding: 150px 0;
}
#home .sn2 .contain {
  max-width: 1442px;
}
#home .sn2 h2 {
  padding-bottom: 20px;
  color: #4B909F;
  font-family: "sofia-pro";
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2.88px;
  font-size: 0.9em;
  line-height: 2em;
  padding-top: 10px;
  border-top: 1px solid #D0CFCF;
}
#home .sn2 .cols {
  display: flex;
  flex-direction: row;
  gap: 0px;
}
#home .sn2 .cols > div {
  width: 53%;
}
#home .sn2 .cols > div:nth-child(1) {
  width: 47%;
  padding-right: 100px;
  box-sizing: border-box;
}
#home .sn2 p {
  color: #626567;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}
#home .sn2 h4 {
  font-family: "PP Eiko Thin";
  font-weight: 100;
  color: #134F5C;
  font-size: 38px;
  line-height: 53px;
}

@media all and (max-width: 1279px) {
  #home .hero h3 {
    font-size: 3.75em;
    line-height: 1.25em;
  }
}
@media all and (max-width: 979px) {
  #home .sn2 {
    padding: 100px 0 70px 0;
  }
  #home .sn2 .cols {
    flex-direction: column;
  }
  #home .sn2 .cols > div {
    width: 100% !important;
    padding-right: 0 !important;
    padding-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  #home .hero {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  #home .hero h3 {
    font-size: 3em;
    line-height: 1.25em;
  }
  #home .hero .contain {
    padding-top: 0;
    padding-bottom: 100px;
  }
  #home .sn2 p {
    font-size: 20px;
    line-height: 30px;
  }
  #home .sn2 h4 {
    font-size: 25px;
    line-height: 38px;
  }
}

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