#home .hero {
  position: absolute;
  background: url(/i/home-hero.webp) no-repeat center/cover;
  height: 100vh;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
}
#home .hero img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50vw;
  max-width: 1200px;
}
#home .hero.fadeout {
  opacity: 0;
  transition: opacity 0.5s ease;
}
#home .hero.hide {
  display: none;
}
#home .hero.fadeout ~ .about {
  opacity: 1;
}
#home .about {
  opacity: 0;
  position: relative;
  background: url(/i/about-hero.webp) no-repeat center/cover;
  height: 100vh;
  top: 0;
  left: 0;
  width: 100%;
}
#home .about .img {
  background: url(/i/about-corner.webp) no-repeat left bottom/cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 49vw;
  height: 49vh;
}
#home .about .content {
  width: 80%;
  top: 50%;
  transform: translate(0, -50%);
  position: relative;
  margin: 0 auto;
}
#home .about h2 {
  position: relative;
  font-size: 140px;
  font-weight: 800;
  color: #fff;
  max-width: 50%;
  box-sizing: border-box;
  text-transform: uppercase;
  line-height: 0.9em;
  letter-spacing: -0.05em;
}
#home .about .transparent-to-white {
  position: absolute;
  bottom: 0;
  height: 25vh;
  width: 100%;
  left: 0;
  /* clip-path: polygon(0 90%, 100% 70%, 100% 100%, 0% 100%); */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
#home .s2 {
  padding: 0 1rem 100px 1rem;
}
#home .s2 .content {
  display: flex;
  flex-direction: row;
  gap: 100px;
  margin: 0 auto;
  max-width: 1100px;
}
#home .s2 .content h4 {
  color: rgb(33, 67, 110);
  font-weight: 800;
  font-size: 40px;
  line-height: 1.1em;
}
#home .s2 .content p {
  font-weight: 400;
  color: rgb(33, 67, 110);
  font-size: 16px;
  line-height: 1.4em;
  margin-top: 0.5em;
}
#home .s2 .content p span {
  color: rgb(77, 171, 234);
  font-weight: 700;
}
#home .s2 .content p strong {
  font-weight: 800;
}
#home .s2 .content p, #home .s2 .content h4, #home .s2 .content h5 {
  transform: translate(0, 50px);
  opacity: 0;
}
#home .s2 .content h5 {
  font-weight: 800;
  color: rgb(77, 171, 234);
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 2.5em;
}
#home .s2 .content p.in-view, #home .s2 .content h4.in-view, #home .s2 .content h5.in-view {
  transform: translate(0, 0);
  opacity: 1;
  transition: all 0.7s ease;
}
#home .s3 {
  background: url(/i/meet-team.webp) no-repeat center bottom/cover;
  padding: 150px 0 120px 0;
  position: relative;
}
#home .s3 .transparent-to-white {
  position: absolute;
  top: 0;
  height: 25vh;
  width: 100%;
  left: 0;
  /* clip-path: polygon(0 90%, 100% 70%, 100% 100%, 0% 100%); */
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
#home .s3 .content {
  max-width: 1100px;
  margin: 0 auto;
}
#home .s3 .content h3 {
  position: relative;
  font-size: 140px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  line-height: 1em;
  text-align: center;
}
#home .s3 .content .btn {
  border-radius: 30px;
  background: #fff;
  color: rgb(77, 171, 234);
  font-size: 20px;
  transition: opacity 0.5s ease;
  padding: 15px 20px;
  margin: 50px auto 60px auto;
  display: block;
  width: fit-content;
}
#home .s3 .content .btn:hover {
  opacity: 0.7;
}
#home .s3 .content p {
  font-size: 10px;
  line-height: 14px;
  color: rgb(33, 67, 110);
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  max-width: 500px;
}
#home .s3 .content p strong {
  font-weight: 800;
}
#home .s3 .content p, #home .s3 .content h3, #home .s3 .content a {
  transform: translate(0, 50px);
  opacity: 0;
}
#home .s3 .content p.in-view, #home .s3 .content h3.in-view, #home .s3 .content a.in-view {
  transform: translate(0, 0);
  opacity: 1;
  transition: all 0.7s ease;
}

@media all and (max-width: 767px) {
  #home .hero {
    max-height: 600px;
  }
  #home .about {
    max-height: 600px;
  }
  #home .about h2 {
    font-size: 70px;
  }
  #home .about .content {
    width: calc(100% - 2rem);
    margin: 0 1rem;
  }
  #home .about .img {
    width: 84vw;
    height: 214px;
  }
  #home .s2 .content {
    flex-direction: column;
  }
  #home .s2 .content > div {
    width: 100%;
  }
  #home .s2 .content h4 {
    font-size: 30px;
  }
  #home .s3 {
    padding: 100px 1rem;
  }
  #home .s3 .content h3 {
    font-size: 70px;
  }
}

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