#home .s1 {
  height: 100vh;
  min-height: 900px;
  position: relative;
  background-color: #061C34;
  overflow: hidden;
}

#home .s1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#home .s1 .container {
  position: absolute;
  bottom: 6.25rem;
  left: 50%;
  transform: translateX(-50%);
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  z-index: 1;
}

#home .s1 h1 {
  font-family: aktiv-grotesk-extended, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-weight: 200;
  font-size: 5.5rem;
  line-height: 1.02em;
  text-transform: uppercase;
  color: #fff;
}

#home .s1 h1 span {
  color: #1A9FE3;
}

#home .s1 .content {
  max-width: 376px;
  position: relative;
  padding-top: 1.5rem;
}

#home .s1 .content .line {
  width: 100vw;
  height: 1px;
  background: #1A9FE3;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: right center;
  transform: scaleX(0);
  opacity: 0;
}

#home .s1 .content p {
  font-family: kaisei-decol, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.1rem;
  color: #fff;
}

#home .s1::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.75;
  background: linear-gradient(180deg, rgba(10, 45, 73, 0) 0%, #0A2D49 100%), rgba(7, 125, 186, 0);
  background-blend-mode: multiply, normal;
}

#home .s2 .container {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}

#home .s2 svg {
  display: block;
  width: 100%;
  max-width: 425px;
}

#home .s2 .two, #home .s2 .three, #home .s2 .four {
  opacity: 0;
}

#home .s2 .content {
  width: 100%;
  max-width: 730px;
}

#home .s2 .content h2 {
  margin-bottom: 1.5rem;
}

#home .s3 {
  background: url(/i/Future-focused-bg-img.png) no-repeat center/cover;
}

#home .s3 .lg {
  text-align: center;
  width: calc(100% - 2rem);
  max-width: 977px;
  margin: 0 auto 7.5rem auto;
  color: #fff;
}

#home .s3 .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: solid 1px #4478A2;
  border-bottom: solid 1px #4478A2;
  padding: 1rem 0;
}

#home .s3 .cards .card {
  position: relative;
  border-right: solid 1px #4478A2;
  padding: 4rem 0 3rem 0;
}

#home .s3 .cards .card h4, #home .s3 .cards .card > div {
  width: calc(100% - 2rem);
  max-width: 425px;
  margin: 0 auto;
}

#home .s3 .cards .card h4 {
  font-family: aktiv-grotesk-extended, sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  color: #1A9FE3;
  font-weight: 500;
  margin-bottom: 1rem;
}

#home .s3 .cards .card p {
  color: #fff;
  margin-bottom: 1rem;
}

#home .s3 .cards .card p:last-of-type {
  margin-bottom: 0;
}

#home .s3 .cards .card svg {
  width: 100%;
  display: block;
  margin: 2rem auto 0;
}

#home .s3 .cards .card .center {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease .3s;
}

#home .s3 .cards .card .arrow-wrap {
  width: calc(100% - 2rem);
  max-width: 425px;
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
}

#home .s3 .cards .card .arrow-wrap .arrow {
  position: relative;
  width: 80px;
  height: 80px;
  border: solid 1px #C7DEEF;
  border-radius: 3px;
  transition: opacity .5s ease .8s;
}

#home .s3 .cards .card .arrow-wrap .arrow img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#home .s3 .cards .card1 svg {
  max-width: 250px;
}

#home .s3 .cards .card2 svg {
  max-width: 320px;
}

#home .s3 .cards .card3 svg {
  max-width: 300px;
}

#home .s3 .cards .card3 {
  border-right: none;
}

#home .s3 .cards .card.active .arrow {
  opacity: 0;
  transition: opacity .5s ease 0s;
}

#home .s3 .cards .card.active .center {
  opacity: 1;
  transform: translateY(0px);
}

#home .s3 .mobile {
  display: none;
  border-bottom: solid 1px #4478A2;
}

#home .s3 .mobile .fx-nav {
  padding: 1rem;
  border-top: solid 1px #4478A2;
  position: relative;
}

#home .s3 .mobile .fx-nav h4 {
  font-family: aktiv-grotesk-extended, sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  color: #1A9FE3;
  font-weight: 500;
  margin-bottom: 0;
  padding-right: 2rem;
}

#home .s3 .mobile .fx-nav h4 br {
  display: none;
}

#home .s3 .mobile .fx-nav::after {
  content: '';
  position: absolute;
  display: block;
  width: 13px;
  height: 25px;
  background: url(/i/svg/arrow.svg) no-repeat center/contain;
  position: absolute;
  transform: translateY(-50%) rotate(90deg);
  right: 1.5rem;
  top: 50%;
}

#home .s3 .mobile .fx-nav.fx-on::after {
  transform: translateY(-50%) rotate(-90deg);
}

#home .s3 .mobile .fx-slide .content {
  padding: 1rem 2rem 1rem 1rem;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  gap: 2rem;
}

#home .s3 .mobile .fx-slide p {
  color: #fff;
  margin-bottom: 1rem;
}

#home .s3 .mobile .fx-slide p:last-of-type {
  margin-bottom: 0;
}

#home .s3 .mobile .fx-slide img {
  display: block;
  width: 100%;
  max-width: 230px;
}

#home .s4 .top {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}

#home .s4 .top svg {
  display: block;
  width: 100%;
  max-width: 425px;
  transform: scale(0.918);
  transform-origin: left center;
}

#home .s4 .top .content {
  width: 100%;
}

#home .s4 .top .content h2 {
  margin-bottom: 1.5rem;
}

#home .s4 .top .content p {
  max-width: 835px;
}

#home .s4 .counters {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  border-top: solid 1px #B7C3D2;
  border-bottom: solid 1px #B7C3D2;
  padding: 1.5rem 0;
  margin-top: 5rem;
}

#home .s4 .counters > div {
  width: 50%;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}

#home .s4 .counters > div:nth-child(1) {
  border-right: solid 1px #B7C3D2;
}

#home .s4 .counters > div:nth-child(2) {
  padding-left: 1rem;
}

#home .s4 .counters .counter {
  font-size: 6.5rem;
  letter-spacing: -3px;
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  align-items: flex-end;
  height: 6.5rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#home .s4 .counters .counter > span {
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 2s ease;
  transform: translateY(0);
  line-height: 1;
}

#home .s4 .counters .counter > span span {
  flex: 0 0 100%;
  height: 100%;
}

#home .s4 .counters .plus::after {
  content: "+";
  font-size: 4rem;
  margin-left: 2px;
  position: relative;
  top: 2rem;
}

#home .s4 .counters .counter.started {
  opacity: 1;
}

#home .s4 .counters .counter:nth-child(1) > span {
  transition-delay: 0s;
}

#home .s4 .counters .counter > span span:first-child {
  opacity: 0;
}

#home .s4 .counters p {
  color: #077DBA;
}

#home .s4 .strategies {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  background: url(/i/multi-strategy-bg-img.png) no-repeat center/cover;
  margin-top: 7.5rem;
}

#home .s4 .strategies > div {
  width: 50%;
  height: 600px;
  position: relative;
}

#home .s4 .strategies .vline {
  width: 20px;
  height: 600px;
  background: #fff;
}

#home .s4 .strategies .card::before {
  content: '';
  position: absolute;
  display: block;
  inset: 0;
  background: #5B7080;
  mix-blend-mode: multiply;
  opacity: 0;
  transition: opacity .4s ease;
  z-index: 1;
  pointer-events: none;
}

#home .s4 .strategies .card {
  transition: width .5s ease;
}

#home .s4 .strategies .card .tops {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
}

#home .s4 .strategies .card .tops img {
  width: 0;
  height: 115px;
  opacity: 0;
  transition: opacity .4s ease;
}

#home .s4 .strategies .card .tops h4 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1.8px;
  position: relative;
  padding-left: 3rem;
}

#home .s4 .strategies .card .tops h4 span {
  display: block;
  width: 13px;
  height: 13px;
  background-color: #0D395C;
  transition: opacity .3s ease;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#home .s4 .strategies .card .center {
  position: absolute;
  width: calc(100% - 2rem);
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 676px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

#home .s4 .strategies .card .center p {
  color: #fff;
}

#home .s4 .strategies .card .center .lg {
  font-size: 1.4rem;
}

#home .s4 .strategies .card .center a {
  display: inline-block;
  font-family: kaisei-decol, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.39em;
  color: #fff;
  padding-bottom: 3px;
  padding-left: 1.2rem;
  background: url(/i/svg/triangle.svg) no-repeat left 0.5em;
  margin-bottom: 10px;
  position: relative;
}

#home .s4 .strategies .card .center a:last-of-type {
  margin-bottom: 0;
}

#home .s4 .strategies .card .center a::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 1px;
  background: #1A9FE3;
  left: 1.2rem;
  bottom: 0;
  transition: width .5s ease;
}

#home .s4 .strategies .card .center a:hover::before {
  width: 100%;
}

#home .s4 .strategies .card .center .learn-btn {
  font-family: aktiv-grotesk-extended, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #1A9FE3;
  background: url(/i/svg/arrow.svg) no-repeat left center;
  background-size: 12px;
  padding-left: 2.2rem;
  margin-bottom: 0;
  margin-top: 4rem;
  transition: all .3s ease;
}

#home .s4 .strategies .card .center .learn-btn:before {
  display: none;
}

#home .s4 .strategies .card .center .learn-btn:hover {
  color: #fff;
  background-position: 10px center;
}

#home .s4 .strategies .card.sel {
  width: 70%;
}

#home .s4 .strategies .card.sel img {
  width: 115px;
  opacity: 1;
}

#home .s4 .strategies .card.sel .center {
  opacity: 1;
  visibility: visible;
  transition: opacity .5s ease .3s;
}

#home .s4 .strategies .card.sel h4 {
  padding-left: 0;
}

#home .s4 .strategies .card.sel h4 span {
  opacity: 0;
}

#home .s4 .strategies .card.sel::before {
  opacity: 1;
}

#home .s5 {
  background: url(/i/pre-footer.png) no-repeat center/cover fixed;
  position: relative;
}

#home .s5 .vline {
  width: 1px;
  height: 100%;
  background-color: #4478A2;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#home .s5 .box {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 10rem;
  opacity: 0;
  transform: translateY(70px);
  transition: all 1s ease .3s;
}

#home .s5 .box .img-wrap {
  width: 50%;
}

#home .s5 .box .img-wrap img {
  display: block;
  margin: 0 auto;
}

#home .s5 .box .content {
  width: 50%;
  padding-left: 2.5rem;
}

#home .s5 .box .content > div {
  max-width: 595px;
  margin: 0 auto 0 0;
}

#home .s5 .box .content h4 {
  text-transform: uppercase;
  font-weight: 500;
  color: #1A9FE3;
  margin-bottom: 2.5rem;
  position: relative;
}

#home .s5 .box .content .lg {
  color: #fff;
  margin-bottom: 2rem;
}

#home .s5 .box .content .btn-more {
  font-family: aktiv-grotesk-extended, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  background: url(/i/svg/arrow.svg) no-repeat 95% center;
  background-size: 12px;
  padding-right: 2.5rem;
  transition: all .3s ease;
}

#home .s5 .box .content .btn-more:hover {
  color: #1A9FE3;
  background-position: 100% center;
}

#home .s5 .box .dot {
  position: absolute;
  width: 13px;
  height: 13px;
  background: #fff;
  left: 50%;
  top: 12px;
  transform: translateX(-50%);
}

#home .s5 .box.sel {
  opacity: 1;
  transform: translateY(0);
}

#home .s5 .box:last-of-type {
  margin-bottom: 0;
}

#home .s5 .box.rev {
  flex-direction: row-reverse;
}

#home .s5 .box.rev .content {
  padding-left: 0;
  padding-right: 2.5rem;
}

#home .s5 .box.rev .content > div {
  margin: 0 0 0 auto;
  text-align: right;
}

#home .s5 .box.rev .dot::after {
  left: auto;
  right: 100%;
}

@media screen and (max-width: 1300px) {
  #home .s1 h1 {
    font-size: 4.5rem;
  }
}

@media screen and (max-width: 1200px) {
  #home .s3 {
    background: #0D395C;
    position: relative;
    overflow: hidden;
  }
  #home .s3 .desktop {
    display: none;
  }
  #home .s3 .mobile {
    display: block;
    position: relative;
    z-index: 1;
  }
  #home .s3::before {
    content: '';
    position: absolute;
    display: block;
    background: url(/i/Future-focused-bg-img.png) no-repeat center/cover;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 1100px) {
  #home .s1 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
  }
  #home .s2 .container {
    gap: 2rem;
  }
  #home .s2 svg {
    max-width: 230px;
    height: 230px;
  }
  #home .s2 .content h2 {
    font-size: 2.3rem;
  }
  #home .s2 .content p {
    max-width: none;
  }
  #home .s4 .top {
    gap: 2rem;
  }
  #home .s4 .top svg {
    max-width: 230px;
    height: 230px;
    transform: none;
  }
  #home .s4 .top .content h2 {
    font-size: 2.3rem;
  }
  #home .s4 .top .content p {
    max-width: none;
  }
  #home .s4 .counters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #home .s4 .counters .counter {
    font-size: 5.5rem;
    height: 5.5rem;
  }
  #home .s4 .counters > div {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #home .s4 .counters > div:nth-child(1) {
    border-right: none;
    border-bottom: solid 1px #B7C3D2;
    padding-bottom: 1.5rem;
  }
  #home .s4 .counters > div:nth-child(2) {
    padding-left: 0;
    padding-top: 1.5rem;
  }
  #home .s4 .counters p br {
    display: none;
  }
  #home .s4 .strategies {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #home .s4 .strategies > div {
    width: 100%;
  }
  #home .s4 .strategies .vline {
    width: 100%;
    height: 20px;
  }
  #home .s4 .strategies .card::before {
    opacity: 1;
  }
  #home .s4 .strategies .card.sel {
    width: 100%;
  }
  #home .s4 .strategies .card {
    height: 500px;
  }
  #home .s4 .strategies .card .tops img {
    opacity: 1;
    width: 100px;
    height: 100px;
  }
  #home .s4 .strategies .card .tops h4 {
    padding-left: 0;
  }
  #home .s4 .strategies .card .tops h4 span {
    display: none;
  }
  #home .s4 .strategies .card .center {
    opacity: 1;
    visibility: visible;
    max-width: none;
  }
  #home .s5 {
    background: url(/i/home-bg-img-tablet.jpg) no-repeat center/cover;
  }
  #home .s5 .content .lg {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  #home .s1 {
    min-height: 400px;
  }
  #home .s1 h1 {
    font-size: 2.7rem;
  }
  #home .s2 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #home .s2 svg {
    max-width: 200px;
    height: 200px;
  }
  #home .s2 .content h2 {
    font-size: 1.8rem;
  }
  #home .s3 .lg {
    font-size: 1.1rem;
    margin-bottom: 3rem;
  }
  #home .s3 .mobile .fx-nav h4 {
    font-size: 14px;
  }
  #home .s3 .mobile .fx-slide .content {
    gap: 1rem;
    flex-direction: column;
  }
  #home .s3 .mobile .fx-slide img {
    max-width: 180px;
  }
  #home .s4 .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #home .s4 .top svg {
    max-width: 200px;
    height: 200px;
  }
  #home .s4 .top .content h2 {
    font-size: 1.8rem;
  }
  #home .s4 .counters .counter {
    font-size: 4.5rem;
    height: 4.5rem;
  }
  #home .s4 .counters .plus::after {
    font-size: 3rem;
    top: 1rem;
  }
  #home .s4 .strategies {
    margin-top: 5rem;
  }
  #home .s4 .strategies > div {
    height: 500px;
  }
  #home .s4 .strategies .card {
    height: 450px;
  }
  #home .s4 .strategies .card .tops {
    top: 1rem;
    left: 1rem;
  }
  #home .s4 .strategies .card .tops img {
    width: 60px;
    height: 60px;
  }
  #home .s4 .strategies .card .tops h4 {
    font-size: 0.9rem;
  }
  #home .s4 .strategies .card .center .lg, #home .s4 .strategies .card .center a {
    font-size: 1.3rem;
  }
  #home .s4 .strategies .card .center a {
    background-position: left 0.4em;
  }
  #home .s4 .strategies .card .center .learn-btn {
    font-size: 0.8rem;
  }
  #home .s5 {
    background: url(/i/home-bg-img-mobile.jpg) no-repeat center/cover;
  }
  #home .s5 .vline {
    display: none;
  }
  #home .s5 .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 5rem;
  }
  #home .s5 .box .dot {
    display: none;
  }
  #home .s5 .box .img-wrap {
    width: 100%;
  }
  #home .s5 .box .img-wrap img {
    max-width: 130px;
    margin-left: 0;
  }
  #home .s5 .box .content {
    width: 100%;
    padding-left: 0;
  }
  #home .s5 .box .content .btn-more {
    font-size: 0.9rem;
    background-size: 10px;
  }
  #home .s5 .box .content h4 {
    margin-bottom: 1.3rem;
  }
  #home .s5 .box .content .lg {
    font-size: 1.3rem;
  }
  #home .s5 .box.rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #home .s5 .box.rev .content > div {
    text-align: left;
  }
}
