#home .hero {
  position: relative;
  height: 100vh;
  background: url(/i/home-hero.jpg) no-repeat center center/cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#home .hero button {
  margin-top: 120px;
  appearance: none;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "neue-haas-grotesk-display";
  letter-spacing: 2.25px;
  font-size: 15px;
}
#home .hero h1 {
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 1.17px;
  font-size: 39px;
  color: #fff;
  margin-left: 160px;
  margin-top: 120px;
  margin-bottom: 1em;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: clip-path 1.5s linear;
}
#home .hero h2 {
  font-family: "kepler-std-display";
  font-size: 160px;
  font-weight: 300;
  line-height: 140px;
  color: #fff;
  margin-left: 160px;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: clip-path 0.75s linear 1.2s;
}
#home .hero.in-view h1 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
#home .hero.in-view h2 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
#home .s2 {
  padding: 150px 0;
}
#home .s2 .content {
  position: relative;
  padding: 50px 100px;
  transition: padding 0.5s ease;
}
#home .s2 .content::before {
  content: "";
  display: block;
  position: absolute;
  border-left: 5px solid #4D8CCA;
  border-top: 5px solid #4D8CCA;
  width: 80px;
  height: 80px;
  left: 0;
  top: 0;
}
#home .s2 .content::after {
  content: "";
  display: block;
  position: absolute;
  border-right: 5px solid #4D8CCA;
  border-bottom: 5px solid #4D8CCA;
  width: 80px;
  height: 80px;
  right: 0;
  bottom: 0;
}
#home .s2 .content > div {
  opacity: 0;
}
#home .s2 h3 {
  font-size: 39px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 1.17px;
  color: #2E3F57;
}
#home .s2 h3 strong {
  font-weight: 500;
  color: #4D8CCA;
}
#home .s2 .cols {
  display: flex;
  flex-direction: row;
  margin-top: 75px;
}
#home .s2 .cols > * {
  width: 50%;
}
#home .s2 p {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #2E3F57;
}
#home .s2 .btn {
  margin-top: 8px;
}
#home .s2.in-view .content {
  padding: 150px 100px;
}
#home .s2.in-view .content > div {
  opacity: 1;
  transition: opacity 0.5s ease 0.25s;
}
#home .s3 {
  height: calc(100vh - 160px);
}
#home .s3 h2 {
  font-family: "kepler-std-display";
  font-weight: 300;
  font-size: 120px;
  line-height: 1;
  color: #1E2859;
}
#home .s3 .fx-slides > div {
  height: calc(100vh - 160px);
  /*  > div.fx-active, > div.fx-to-be-active{left:0;}  */
}
#home .s3 .fx-slides > div > div {
  height: calc(100vh - 160px) !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  clip-path: polygon(0 0, 80% 0%, 80% 100%, 0% 100%);
  position: absolute;
  left: 20vw;
}
#home .s3 .fx-slides > div > div:nth-child(1) {
  background-color: #ECEFF9;
  z-index: 6;
  left: 0;
}
#home .s3 .fx-slides > div > div:nth-child(2) {
  background-color: #D2DDF1;
  z-index: 5;
}
#home .s3 .fx-slides > div > div:nth-child(3) {
  background-color: #ABC2E5;
  z-index: 4;
}
#home .s3 .fx-slides > div > div:nth-child(4) {
  background-color: #85AADA;
  z-index: 3;
}
#home .s3 .fx-slides > div > div:nth-child(4) {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
#home .s3 .fx-slides > div .cols {
  display: flex;
  flex-direction: row;
  gap: 100px;
  margin-top: 150px;
  min-height: 400px;
  min-width: 60vw;
}
#home .s3 .fx-slides > div .cols > div:nth-child(1) {
  width: 390px;
}
#home .s3 .fx-slides > div .cols > div:nth-child(2) {
  width: calc(100% - 490px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#home .s3 .fx-slides > div .btn {
  margin-top: 80px;
}
#home .s3 .fx-slides > div .btn::before, #home .s3 .fx-slides > div .btn::after {
  z-index: 0;
}
#home .s3 .fx-slides > div p {
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.63px;
  line-height: 1.5;
  color: #2E3F57;
}
#home .s3 .fx-slides > div p strong {
  font-weight: 600;
}
#home .s3 .fx-list {
  max-width: 1230px;
  margin: -100px auto 0 auto;
  z-index: 7;
  position: relative;
  padding-bottom: 10px;
}
#home .s3 .fx-list > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#home .s3 .fx-list .fx-nav {
  background: transparent;
  outline: none;
  border: none;
  font-family: "neue-haas-grotesk-display";
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 2.25px;
  color: #1E2859;
  font-size: 15px;
  text-transform: uppercase;
}
#home .s3 .fx-list .fx-nav span {
  margin-left: 20px;
}
#home .s3 .fx-list .fx-nav span {
  opacity: 0;
  transition: opacity 0.5s ease;
}
#home .s3 .fx-list .fx-nav.fx-on span, #home .s3 .fx-list .fx-nav.on span {
  opacity: 1;
}
#home .s3 .fx-list::after {
  content: "";
  width: var(--lineWidth);
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background: #1E2859;
}
#home .s4 {
  height: calc(100vh - 160px);
  padding: 150px 0;
  background: url(/i/home-numbers-bg.jpg) no-repeat center top/cover;
  z-index: 2;
  position: relative;
}
#home .s4 .content {
  display: flex;
  flex-direction: row;
  color: #fff;
  height: 100%;
  position: relative;
  align-items: flex-end;
}
#home .s4 .content > div {
  height: 0;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  transition: height 1s linear 0.1s;
  width: 25%;
  padding: 0 20px;
}
#home .s4 .content > div * {
  opacity: 0;
}
#home .s4 .content > div:last-child {
  border-right: none;
}
#home .s4 .content > div:nth-child(1) div {
  position: relative;
  top: 100%;
  transform: translate(0, -100%);
}
#home .s4 .content > div:nth-child(2) div {
  position: relative;
  top: 63%;
  transform: translate(0, -50%);
}
#home .s4 .content > div:nth-child(3) div {
  position: relative;
  top: 36%;
  transform: translate(0, -50%);
}
#home .s4 span {
  font-family: "kepler-std-display";
  font-weight: 300;
  font-size: 120px;
}
#home .s4 span.big {
  font-family: "kepler-std-display";
  font-weight: 300;
  font-size: 160px;
  line-height: 140px;
}
#home .s4 p {
  color: #fff;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 1px;
}
#home .s4.in-view .content > div {
  height: 100%;
}
#home .s4.in-view .content > div * {
  opacity: 1;
  transition: opacity 0.5s linear 1.1s;
}
#home .s5 {
  position: relative;
  overflow: hidden;
}
#home .s5 h2 {
  font-family: "kepler-std-display";
  font-weight: 300;
  font-size: 120px;
  line-height: 1;
  color: #1E2859;
  width: 50%;
}
#home .s5 h4 {
  font-weight: 300;
  font-size: 33px;
  line-height: 1.3;
  color: #3E4155;
  letter-spacing: 0.33px;
  margin-left: 50%;
  margin-bottom: 80px;
}
#home .s5 .content {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 660px;
  max-height: calc(100vh - 300px);
}
#home .s5 .btn {
  margin-left: 50%;
}
#home .s5 .img {
  width: 360px;
  height: 360px;
  position: absolute;
  transform: translateX(-50%);
  top: 150px;
  left: 50%;
  will-change: transform;
  transition: width 1s ease, height 1s ease, top 1s ease;
}
#home .s5 .img > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.2s ease;
}
#home .s5 .img > div.on {
  opacity: 1;
}
#home .s5 .img > div:nth-child(1) {
  background-image: url(/i/home-img1.jpg);
}
#home .s5 .img > div:nth-child(2) {
  background-image: url(/i/home-img2c.jpg);
}
#home .s5 .img > div:nth-child(3) {
  background-image: url(/i/home-img3.jpg);
}
#home .s5 .img > div:nth-child(4) {
  background-image: url(/i/home-contact-image.jpg);
  transition: all 1s ease;
  background-position: center top;
}
#home .s5 a.linkedin {
  background: url(/i/icon-linkedin-white.svg) no-repeat center/cover;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 20px;
}
#home .s5 a.email {
  background: url(/i/icon-email-white.svg) no-repeat center/cover;
  display: inline-block;
  width: 30px;
  height: 20px;
  margin-left: 20px;
}
#home .s5 .subsection1 {
  padding: 150px 0;
}
#home .s5 .subsection2 {
  padding: 150px 0;
  background: #D2DDF1;
}
#home .s5 .subsection3 {
  padding: 150px 0;
  background: #1E2859;
  color: #fff;
}
#home .s5 .subsection3 h2, #home .s5 .subsection3 h4 {
  color: #fff;
}
#home .s5 .subsection3 .btn {
  color: #fff;
}
#home .s5 .subsection3 .btn::before, #home .s5 .subsection3 .btn::after {
  border-color: #fff;
}
#home .s5 .subsection4 {
  padding: 150px 0;
  background: #1E2859;
  color: #fff;
  min-height: calc(100vh - 300px);
  /*
    .wrap{position:absolute;width:100%;height:100%;clip-path:polygon(0 0, 100% 0, 100% 100%, 0% 100%);top:0;left:0;}
  .img2{z-index:-1;position:fixed;background-image:url(/i/home-contact-image.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;top:50%;left:50%;width:0;height:0;transform:translate(-50%,-50%);transition:all 1s ease;}
    */
}
#home .s5 .subsection4 .content {
  display: block;
}
#home .s5 .subsection4 .cols {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 80px;
}
#home .s5 .subsection4 h2, #home .s5 .subsection4 h4 {
  color: #fff;
  margin-left: 0;
  width: 100%;
}
#home .s5 .subsection4 h2 {
  font-size: 160px;
}
#home .s5 .subsection4 h4 {
  font-size: 60px;
}
#home .s5 .subsection4 .btn {
  color: #fff;
  margin-left: 0;
}
#home .s5 .subsection4 .btn::before, #home .s5 .subsection4 .btn::after {
  border-color: #fff;
}

@media (max-height: 1070px) {
  #home .s3 .fx-list {
    margin: -50px auto 0 auto;
  }
  #home .s3 .fx-slides > div .cols {
    margin-top: 80px;
  }
}
@media all and (max-width: 1279px) {
  #home .s3 .fx-list {
    margin: -50px 1rem 0 1rem;
  }
  #home .s3 .fx-slides > div > div {
    clip-path: polygon(0 0, 95% 0%, 95% 100%, 0% 100%);
  }
  #home .s4 span {
    font-size: 60px;
  }
  #home .s4 span.big {
    font-size: 80px;
    line-height: 1.2;
  }
}
@media (max-width: 1100px), (max-height: 900px) {
  #home .s3 {
    height: auto !important;
  }
  #home .s3 .fx-list {
    display: none;
  }
  #home .s3 .fx-slides > div {
    height: auto !important;
    width: 100% !important;
  }
  #home .s3 .fx-slides > div > div {
    margin: 0 !important;
    padding: 150px 0;
    float: none !important;
    left: 0 !important;
    width: 100% !important;
    position: relative !important;
    clip-path: initial !important;
    height: auto !important;
  }
}
@media all and (max-width: 979px) {
  #home .hero h2 {
    font-size: 100px;
    line-height: 1;
  }
  #home .s2 .cols {
    flex-direction: column;
    gap: 50px;
  }
  #home .s2 .cols > * {
    width: 100% !important;
  }
  #home .s2 .cols > p {
    order: 1;
  }
  #home .s2 .cols > div {
    order: 2;
  }
  #home .s3 .fx-slides > div {
    left: 0 !important;
  }
  #home .s3 .fx-slides > div > div {
    left: 0 !important;
  }
  #home .s3 .fx-slides > div .cols {
    flex-direction: column;
    gap: 50px;
    margin-top: 50px;
  }
  #home .s3 .fx-slides > div .cols > * {
    width: 100% !important;
  }
  #home .s3 .fx-slides > div .cols > div:nth-child(2) {
    aspect-ratio: 795/597;
  }
  #home .s3 .fx-slides > div .btn {
    margin-top: 50px;
  }
}
@media all and (max-width: 767px) {
  #home .hero {
    background-position: -410px center;
  }
  #home .hero h1 {
    margin-left: 0;
  }
  #home .hero h2 {
    font-size: 60px;
    margin-left: 0;
  }
  #home .s2 {
    padding: 100px 0;
  }
  #home .s2 h3 {
    font-size: 25px;
  }
  #home .s2 p {
    font-size: 18px;
  }
  #home .s2.in-view .content {
    padding: 50px;
  }
  #home .s3 .fx-slides > div > div {
    padding: 100px 0 !important;
  }
  #home .s3 .fx-slides > div h2 {
    font-size: 50px;
  }
  #home .s3 .fx-slides > div p {
    font-size: 18px;
  }
  #home .s3 .fx-slides > div .cols {
    flex-direction: column;
    gap: 0;
    margin-top: 50px;
  }
  #home .s3 .fx-slides > div .cols > * {
    width: 100% !important;
    min-height: 300px;
  }
  #home .s3 .fx-slides > div .btn {
    margin-top: 50px;
  }
  #home .s4 {
    height: auto;
    padding: 100px 0;
  }
  #home .s4 .content {
    flex-direction: column;
    gap: 20px;
  }
  #home .s4 .content > div {
    border-right: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    height: auto !important;
  }
  #home .s4 .content > div:last-child {
    border-bottom: none;
  }
  #home .s4 .content > div div {
    transform: none !important;
  }
  #home .s4 p {
    padding-bottom: 20px;
  }
  #home .s5 h2 {
    font-size: 50px;
    width: 80%;
    margin-bottom: 30px;
  }
  #home .s5 h4 {
    font-size: 25px;
    margin-left: 20%;
  }
  #home .s5 .btn {
    margin-left: 20%;
  }
  #home .s5 .img {
    width: 220px;
    height: 220px;
  }
  #home .s5 .img > div:nth-child(4) {
    background-position: center 100px;
  }
  #home .s5 .subsection1, #home .s5 .subsection2, #home .s5 .subsection3, #home .s5 .subsection4 {
    padding: 100px 0;
  }
  #home .s5 .subsection4 h4 {
    font-size: 30px;
    margin-bottom: 50px;
  }
  #home .s5 .subsection4 h2 {
    font-size: 50px;
  }
  #home .s5 .subsection4 .cols {
    flex-direction: column;
    gap: 50px;
  }
  #home .s5 .subsection4 .cols > * {
    width: 100%;
  }
}

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