#strategies .s2 {
  margin-top: -125px;
  background-color: #fff;
}

#strategies .s2 .accordion-container {
  position: relative;
  width: 100%;
  margin-left: auto;
  overflow: visible !important;
}

#strategies .s2 .accordion-container .accordion {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: visible !important;
  position: relative;
}

#strategies .s2 .accordion-container .accordion .bar {
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  height: 120px;
  padding: 20px 18px;
  position: absolute;
  top: auto;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1;
}

#strategies .s2 .accordion-container .accordion .bar > div {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
}

#strategies .s2 .accordion-container .accordion .bar h5 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 3.2px;
  color: #1C2855;
  position: absolute;
  left: 0;
  top: 1.5rem;
}

#strategies .s2 .accordion-container .accordion .bar:nth-child(3) {
  top: 120px;
}

#strategies .s2 .accordion-container .accordion .bar:nth-child(5) {
  top: 240px;
}

#strategies .s2 .accordion-container .accordion .bar:nth-child(7) {
  top: 360px;
}

#strategies .s2 .accordion-container .accordion .bar:nth-child(9) {
  top: 480px;
}

#strategies .s2 .accordion-container .accordion .item-content > div {
  width: calc(100% - 2rem);
  max-width: 796px;
  margin: 0 auto;
}

#strategies .s2 .accordion-container .accordion .item-content h3 {
  display: inline-block;
  background: var(--gradient-dark, linear-gradient(90deg, #89C1F8 0%, #0F355A 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
}

#strategies .s2 .accordion-container .accordion .item-content p {
  min-height: 200px;
  padding-bottom: 3rem;
}

#strategies .s2 .accordion-container .accordion .item-content p span {
  display: block;
  font-size: 12px;
  line-height: 22px;
}

#strategies .s2 .accordion-container .accordion .item-content .tk {
  font-weight: 500;
}

#strategies .s2 .accordion-container .accordion p::before {
  content: '';
  position: absolute;
  display: block;
  width: 148px;
  height: 148px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 2rem;
  opacity: 0;
}

#strategies .s2 .accordion-container.--visible {
  position: static;
}

#strategies .s2 .accordion-container.--visible .accordion .bar {
  position: sticky;
  bottom: 480px;
  top: auto;
}

#strategies .s2 .accordion-container.--visible .accordion .bar:nth-child(3) {
  bottom: 360px;
}

#strategies .s2 .accordion-container.--visible .accordion .bar:nth-child(5) {
  bottom: 240px;
}

#strategies .s2 .accordion-container.--visible .accordion .bar:nth-child(7) {
  bottom: 120px;
}

#strategies .s2 .accordion-container.--visible .accordion .bar:nth-child(9) {
  bottom: 0;
}

#strategies .s2 .mobile {
  display: none;
  width: calc(100% - 2rem);
  max-width: 1240px;
  margin: 5rem auto;
}

#strategies .s2 .mobile .fx-nav {
  padding: 1rem 0;
  position: relative;
}

#strategies .s2 .mobile .fx-nav h5 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 3.2px;
  color: #1C2855;
}

#strategies .s2 .mobile .fx-nav::after {
  content: "+";
  font-weight: 100;
  color: #1C2855;
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

#strategies .s2 .mobile .fx-nav.fx-on::after {
  content: "-";
  font-size: 2.5rem;
}

#strategies .s2 .mobile .fx-slide {
  border-bottom: solid 1px rgba(67, 67, 67, 0.2);
}

#strategies .s2 .mobile .fx-slide h3 {
  display: inline-block;
  background: var(--gradient-dark, linear-gradient(90deg, #89C1F8 0%, #0F355A 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#strategies .s2 .mobile .fx-slide p {
  margin: 1rem 0 2rem 0;
}

#strategies .s3 {
  background: url(/i/strategies-infographic.png) no-repeat center/cover;
  padding: 9.5rem 0;
  /***** Mobile *****/
}

#strategies .s3 .top {
  max-width: 764px;
  margin: 0 auto 5rem auto;
  text-align: center;
}

#strategies .s3 .top h2 {
  background: var(--gradient-light, linear-gradient(90deg, #89C1F8 0%, #2A72B9 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
}

#strategies .s3 .top p {
  color: #fff;
}

#strategies .s3 .infographic {
  width: 100%;
  height: 750px;
  max-width: 1100px;
  position: relative;
  margin: 0 auto;
}

#strategies .s3 .infographic img, #strategies .s3 .infographic svg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

#strategies .s3 .infographic svg {
  opacity: 0;
}

#strategies .s3 .infographic .content > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% -  2rem);
  max-width: 1000px;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  opacity: 0;
  transition: opacity .3s ease;
}

#strategies .s3 .infographic .content > div.active {
  opacity: 1;
}

#strategies .s3 .infographic .content h3 {
  background: var(--gradient-light, linear-gradient(90deg, #89C1F8 0%, #2A72B9 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3.83rem;
  min-width: 380px;
}

#strategies .s3 .infographic .content p {
  width: 100%;
  max-width: 536px;
  color: #fff;
}

#strategies .s3 .infographic .disc {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% -  2rem);
  max-width: 1000px;
  color: #fff;
  font-size: 12px;
}

#strategies .s3 .counter {
  color: #fff;
  text-align: center;
  margin-top: 1rem;
  font-size: 1rem;
}

#strategies .s3 .swiper {
  display: none;
  position: relative;
  padding-bottom: 8rem;
  padding-top: 2rem;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

#strategies .s3 .swiper .swiper-slide {
  text-align: center;
  color: #fff;
}

#strategies .s3 .swiper .swiper-slide img {
  width: 100%;
}

#strategies .s3 .swiper .swiper-slide h3 {
  background: var(--gradient-light, linear-gradient(90deg, #89C1F8 0%, #2A72B9 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.2rem;
  margin: 2rem 0 1rem 0;
}

#strategies .s3 .swiper .swiper-slide p {
  width: 100%;
  color: #fff;
}

#strategies .s3 .swiper .swiper-button-next, #strategies .s3 .swiper .swiper-button-prev {
  top: auto;
  bottom: 3rem;
  transform: translateY(0);
}

#strategies .s3 .swiper .swiper-button-next:after, #strategies .s3 .swiper .swiper-button-prev:after {
  font-family: "Newsreader", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.1rem;
  color: #2A72B9;
  text-decoration: underline;
  text-transform: capitalize !important;
}

#strategies .s3 .swiper .swiper-button-prev {
  left: 38%;
}

#strategies .s3 .swiper .swiper-button-next {
  right: 38%;
}

#strategies .s3 .swiper .disc {
  font-size: 12px;
  line-height: 19px;
  color: #fff;
  margin-top: 2rem;
  text-align: center;
}

#strategies .s3 .bottom {
  margin-top: 8rem;
}

#strategies .s3 .bottom h2 {
  background: var(--gradient-light, linear-gradient(90deg, #89C1F8 0%, #2A72B9 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#strategies .s3 .bottom .hline {
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 12px 0 2.65rem 0;
}

#strategies .s3 .bottom h2 {
  max-width: 689px;
}

#strategies .s3 .bottom .two-col {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

#strategies .s3 .bottom .two-col h3, #strategies .s3 .bottom .two-col p {
  color: #fff;
}

#strategies .s3 .bottom .two-col h3 {
  max-width: 600px;
  font-size: 2.23rem;
}

#strategies .s3 .bottom .two-col p {
  max-width: 576px;
}

#strategies .s4 {
  background: url(/i/strategies-bottom.png) no-repeat center/cover;
  padding: 9.34rem 0;
}

#strategies .s4 .container {
  max-width: 964px;
  margin: 0 auto;
  text-align: center;
}

#strategies .s4 h2 {
  margin-bottom: 1rem;
}

#strategies .s4 p {
  max-width: 840px;
  margin: 0 auto;
}

@media screen and (max-height: 950px) {
  #strategies .s3 .infographic {
    height: 650px;
  }
}

@media screen and (max-width: 1100px) {
  #strategies .s3 .infographic {
    height: 600px;
  }
  #strategies .s3 .infographic .content > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  #strategies .s3 .infographic .content h3 {
    min-width: auto;
    font-size: 2.2rem;
  }
  #strategies .s3 .infographic .content h3 br {
    display: none;
  }
  #strategies .s3 .infographic .content p {
    max-width: none;
  }
  #strategies .s3 .infographic .disc {
    text-align: center;
  }
  #strategies .s3 .bottom .two-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #strategies .s3 .bottom .two-col h3, #strategies .s3 .bottom .two-col p {
    max-width: none;
  }
}

@media screen and (max-width: 767px), screen and (max-height: 850px) {
  #strategies .s3 {
    padding: 5rem 0;
  }
  #strategies .s3 .top {
    margin-bottom: 4rem;
  }
  #strategies .s3 .infographic {
    display: none;
  }
  #strategies .s3 .swiper {
    display: block;
  }
  #strategies .s3 .swiper .swiper-slide h3 br {
    display: none;
  }
  #strategies .s3 .bottom {
    margin-top: 5rem;
  }
  #strategies .s3 .bottom .hline {
    margin-bottom: 1.83rem;
  }
  #strategies .s3 .bottom .wrap p.lg {
    font-size: 1.6rem;
  }
  #strategies .s3 .bottom .two-col {
    gap: 1.5rem;
  }
}

@media screen and (max-width: 767px), screen and (max-height: 800px) {
  #strategies .s2 {
    margin: 0;
  }
  #strategies .s2 .accordion-container {
    display: none;
  }
  #strategies .s2 .mobile {
    display: block;
  }
  #strategies .s2 .bottom {
    padding: 5rem 0;
  }
}

@media screen and (max-width: 767px) {
  #strategies .s3 .bottom .two-col h3 {
    font-size: 1.7rem;
  }
  #strategies .s4 {
    padding: 5rem 0;
  }
  #strategies .s4 h2 {
    font-size: 2rem;
  }
}
