@font-face {
  font-family: "vivant";
  src: url("/f/bw-vivant-light.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@keyframes popIn {
  to {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes cOpacity {
  to {
    opacity: 1;
  }
}
@keyframes cWidth {
  to {
    width: 6.5rem;
  }
}
@keyframes cTransform {
  to {
    transform: translate(0, 0);
  }
}
#home {
  /*** HEADER ***/
  /*** SECTION 1 - HERO ***/
  /*** SECTION 2 - ABOUT ***/
  /*** SECTION 3 - CAPABILITIES ***/
  /*** SECTION 4 - MODEL ***/
  /*** SECTION 5 - CONNECT ***/
  /*** FOOTER ***/
  /*** DISCLAIMER ***/
  /*** RESPONSIVE ***/
}
#home header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 2rem 0;
}
#home header .contain {
  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;
}
#home header .logo {
  display: block;
  text-decoration: none;
}
#home header .logo img {
  display: block;
  width: 10.3rem;
  height: auto;
}
#home header .pdf {
  color: #C4AB6E;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}
#home .line {
  display: block;
  overflow: hidden;
  padding-bottom: 0.11em;
}
#home .s1 {
  position: relative;
  height: 100vh;
  height: 100lvh;
  overflow: hidden;
  background: #3c454a;
}
#home .s1 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/i/hero-bg.jpg");
  /*
  transform:scale(0.8) translate(0,20vh);
  animation: popIn 0.5s ease-out 0.1s forwards;
  */
}
#home .s1 .contain {
  position: relative;
  z-index: 2;
  height: 100%;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 5rem;
}
#home .s1 h1 {
  font-family: "vivant";
  font-style: normal;
  font-weight: 200;
  color: #fff;
  font-size: 5.25rem;
  line-height: 5.25rem;
  overflow: hidden;
  position: relative;
  visibility: hidden;
  /*
  opacity:0;
  animation: cOpacity 0.5s ease-out 1.5s forwards;
  */
}
#home .s1 .gold-line {
  width: 0;
  height: 0.3rem;
  background: #E0BC65;
  margin-top: 2.9rem;
  animation: cWidth 0.5s ease-out 1s forwards;
}
#home .s1 .bottom-row {
  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;
  margin-top: 2.4rem;
}
#home .s1 .subtitle {
  font-family: "avenir-lt-pro";
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.15em;
  opacity: 0;
  animation: cOpacity 0.5s ease-out 1.1s forwards;
}
#home .s1 .scroll-cta {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}
#home .s1 .scroll-cta .arrow {
  display: block;
  width: 0;
  height: 0.7rem;
  border-left: 1px solid #C4AB6E;
}
#home .s1 .scroll-cta .label {
  font-family: "avenir-lt-pro";
  font-style: normal;
  font-weight: 300;
  color: #C4AB6E;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
#home .s2 {
  background: #fff;
  padding: 9.35rem 0 8rem;
}
#home .s2 .contain {
  max-width: 1000px;
}
#home .s2 h2 {
  font-family: "vivant";
  font-style: normal;
  font-weight: 200;
  color: #313131;
  font-size: 3rem;
  line-height: 3.4rem;
  visibility: hidden;
}
#home .s2 .text-with-line {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.9rem;
  padding-left: 7rem;
}
#home .s2 .gold-line {
  width: 0.3rem;
  flex-shrink: 0;
  background: #E0BC65;
  align-self: stretch;
  height: 0;
  max-height: 0;
}
#home .s2 .text-block {
  padding-left: 1.4rem;
  max-width: 35.1rem;
  opacity: 0;
}
#home .s2 .text-block p {
  font-family: "avenir-lt-pro";
  font-style: normal;
  font-weight: 300;
  color: #4D4C4C;
  font-size: 0.85rem;
  line-height: 1.16rem;
}
#home .s2 .text-block p + p {
  margin-top: 1rem;
}
#home .s2.in-view h2 {
  opacity: 1;
  transition: opacity 0.5s ease;
}
#home .s2.in-view .gold-line {
  height: auto;
  transition: max-height 0.5s ease;
  max-height: 300px;
}
#home .s2.in-view .text-block {
  opacity: 1;
  transition: opacity 0.5s ease 0.5s;
}
#home .s3 {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#home .s3 .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #3c3c3c;
  transform: translate(-50%, -50%);
  will-change: clip-path;
  overflow: hidden;
}
#home .s3 .bg img {
  min-width: 100%;
  min-height: 100%;
}
#home .s3 .contain {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 52rem;
  opacity: 0;
}
#home .s3 .eyebrow {
  font-family: "avenir-lt-pro";
  font-style: normal;
  font-weight: 300;
  color: #E0CE80;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 2rem;
  text-align: center;
}
#home .s3 h2 {
  font-family: "vivant";
  font-style: normal;
  font-weight: 200;
  color: #fff;
  font-size: 3rem;
  line-height: 3.4rem;
}
#home .s4 {
  background: #fff;
  padding: 9.35rem 0 8rem;
}
#home .s4 .contain {
  max-width: 1200px;
}
#home .s4 h2 {
  font-family: "vivant";
  font-style: normal;
  font-weight: 200;
  color: #313131;
  font-size: 3rem;
  line-height: 3.4rem;
  max-width: 46.1rem;
  padding-left: 7.7rem;
  visibility: hidden;
}
#home .s4 .text-with-line {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.85rem;
  padding-left: 16.65rem;
}
#home .s4 .gold-line {
  width: 0.3rem;
  flex-shrink: 0;
  background: #E0BC65;
  align-self: stretch;
  height: 0;
  max-height: 0;
}
#home .s4 .text-block {
  padding-left: 1.4rem;
  max-width: 30.65rem;
  opacity: 0;
}
#home .s4 .text-block p {
  font-family: "avenir-lt-pro";
  font-style: normal;
  font-weight: 300;
  color: #4E4C4C;
  font-size: 0.85rem;
  line-height: 1.16rem;
}
#home .s4.in-view h2 {
  opacity: 1;
  transition: opacity 0.5s ease;
}
#home .s4.in-view .gold-line {
  height: auto;
  transition: max-height 0.5s ease;
  max-height: 300px;
}
#home .s4.in-view .text-block {
  opacity: 1;
  transition: opacity 0.5s ease 0.5s;
}
#home .s5 {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
#home .s5 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/i/connect-bg.jpg");
}
#home .s5 .contain {
  position: relative;
  z-index: 2;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 17rem;
  height: 100%;
}
#home .s5 .s5-left {
  padding-top: 11.65rem;
  flex-shrink: 0;
}
#home .s5 .s5-right {
  padding-top: 11.65rem;
}
#home .s5 .s5-right > div {
  position: relative;
}
#home .s5 .eyebrow {
  font-family: "avenir-lt-pro";
  font-style: normal;
  font-weight: 300;
  color: #E0CE80;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  flex-shrink: 0;
}
#home .s5 h2 {
  font-family: "vivant";
  font-style: normal;
  font-weight: 200;
  color: #fff;
  font-size: 3.3rem;
  line-height: 1.4em;
  max-width: 36.75rem;
  display: inline;
  opacity: 0.4;
}
#home .s5 h2 span {
  color: #E0CE80;
}
#home .s5 h2:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  will-change: clip-path;
  transition: clip-path 0.01s ease;
}
#home footer {
  background: #fff;
  padding: 4rem 0 0;
}
#home footer .contain {
  text-align: center;
  max-width: 61.45rem;
}
#home footer .footer-icon {
  width: 4.35rem;
  height: 3.3rem;
  margin: 0 auto 0.7rem;
  background-image: url("/i/footer-icon.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#home footer p {
  font-family: "avenir-lt-pro";
  font-style: normal;
  font-weight: 300;
  text-align: center;
  color: #000;
  font-size: 0.9rem;
  line-height: 1.23rem;
}
#home footer p a {
  color: #C4AB6E;
  font-family: "avenir-lt-pro";
  font-style: normal;
  font-weight: 500;
  font-size: 0.9rem;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
#home footer p a:hover {
  opacity: 0.7;
}
#home footer .copy {
  color: #4E4C4C;
  font-size: 0.65rem;
  margin-top: 0.1rem;
}
#home footer .copy a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
#home footer .copy a:hover {
  color: #C4AB6E;
}
#home .disclaimer {
  background: #fff;
  padding: 3rem 0;
}
#home .disclaimer .contain {
  max-width: 60.7rem;
  border-top: 1px solid #B5B5B5;
  padding-top: 1rem;
}
#home .disclaimer p {
  font-family: "avenir-lt-pro";
  font-style: normal;
  font-weight: 300;
  color: #4E4C4C;
  font-size: 0.65rem;
  line-height: 0.85rem;
}
#home .disclaimer p + p {
  margin-top: 0.5rem;
}
@media screen and (max-width: 1279px) {
  #home .s3 .contain {
    opacity: 1;
  }
  #home .s5 .contain {
    gap: 10rem;
  }
  #home .s5 h2 {
    font-size: 2.2rem;
    line-height: 3.2rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 980px) {
  #home .s1 h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
  #home .s1 .subtitle {
    font-size: 1.2rem;
  }
  #home .s2 {
    padding: 5rem 0;
  }
  #home .s2 h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    padding-left: 0;
  }
  #home .s2 .text-with-line {
    padding-left: 0;
  }
  #home .s3 {
    height: auto;
    padding: 8rem 0;
  }
  #home .s3 h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  #home .s4 {
    padding: 5rem 0;
  }
  #home .s4 h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    padding-left: 0;
  }
  #home .s4 .text-with-line {
    padding-left: 0;
  }
  #home .s5 {
    height: auto;
    padding: 8rem 0;
  }
  #home .s5 .contain {
    gap: 5rem;
  }
  #home .s5 h2 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  #home .s1 {
    height: 107lvh;
  }
  #home .s1 .contain {
    padding-bottom: 10rem;
  }
  #home .s1 h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  #home .s1 .subtitle {
    font-size: 1rem;
  }
  #home .s1 .bottom-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2rem;
  }
  #home .s2 {
    padding: 4rem 0;
  }
  #home .s2 h2 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  #home .s2 .text-block {
    padding-top: 0;
  }
  #home .s3 {
    padding: 5rem 0;
  }
  #home .s3 h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  #home .s3 .contain {
    opacity: 1;
  }
  #home .s4 {
    padding: 4rem 0;
  }
  #home .s4 h2 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  #home .s4 .text-block {
    padding-top: 0;
  }
  #home .s5 {
    padding: 5rem 0;
  }
  #home .s5 .s5-left {
    padding-top: 0;
  }
  #home .s5 .s5-right {
    padding-top: 2rem;
  }
  #home .s5 .contain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
  #home .s5 h2 {
    font-size: 2rem;
    line-height: 3rem;
    max-width: 100%;
  }
  #home footer {
    padding: 3rem 0 0;
  }
  #home footer p {
    font-size: 0.8rem;
  }
}

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