#strategies .s1 .intro .plx-wrap .plx-bg {
  background: url(/i/Hero-InvestmentStrategies.png) no-repeat bottom/cover;
  height: 140%;
  top: -15%;
}

#strategies .s2 .container {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}

#strategies .s2 h3 {
  width: 100%;
  max-width: 635px;
}

#strategies .s2 p {
  width: 100%;
  max-width: 516px;
}

#strategies img {
  display: block;
  max-width: 100%;
}

#strategies .s3 {
  text-align: center;
  background: #0F1829;
  padding: 5rem 1rem;
}

#strategies .s3 h3 {
  color: #fff;
  max-width: 635px;
  margin: 0 auto;
  text-align: center;
}

#strategies .s4 {
  background: #0F1829;
}

#strategies .s4 .tabs {
  display: flex;
  justify-content: center;
  gap: 0;
  max-width: 1240px;
  margin: 0 auto;
}

#strategies .s4 .tab-btn {
  font-family: "raleway";
  font-style: normal;
  font-weight: 200;
  width: 33.33%;
  background: none;
  border: none;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1.19px;
  text-transform: uppercase;
  padding-bottom: 1.5rem;
  color: #fff;
  border-bottom: solid 1px rgba(217, 217, 217, 0.2);
  cursor: pointer;
  transition: color 0.3s, border-color 0.3s;
  position: relative;
  bottom: -1px;
  cursor: pointer;
}

#strategies .s4 .tab-btn.--active {
  color: #427BBF;
  border-bottom-color: #427BBF;
}

#strategies .tab-panel {
  display: none;
  background: #0F1829;
}

#strategies .tab-panel.--active {
  display: block;
}

#strategies .s4-mobile {
  display: none;
}

#strategies .s5 .container {
  max-width: 870px;
}

#strategies .s5 h3 {
  margin-bottom: 1.5rem;
  color: #fff;
}

#strategies .s5 .mob {
  display: none;
  margin-bottom: 2rem;
}

#strategies .s5 .two-col {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}

#strategies .s5 .two-col p {
  padding-left: 1rem;
  border-left: solid 1px rgba(255, 255, 255, 0.3);
  max-width: 670px;
  color: #fff;
}

#strategies .s6 .row-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3rem;
  padding: 3.5rem 0;
  border-top: 1px solid rgba(217, 217, 217, 0.2);
  position: relative;
  max-width: 1240px;
  width: calc(100% - 2rem);
  margin: 0 auto;
}

#strategies .s6 .row-left {
  width: 61%;
  max-width: 650px;
  opacity: 0;
  transform: translateY(40px);
  will-change: transform, opacity;
}

#strategies .s6 .row-left h3, #strategies .s6 .row-left p {
  color: #fff;
}

#strategies .s6 .row-left h3 {
  margin-bottom: 15px;
}

#strategies .s6 .row-right {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}

#strategies .s6 .row-right .img-wrapper {
  width: 50%;
  height: 344px;
  overflow: hidden;
  will-change: width;
  border-radius: 20px;
}

#strategies .s6 .row-right .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.08);
  transition: transform 1.2s ease;
}

#strategies .s6 .row-wrapper.--active .row-right .img-wrapper img {
  transform: scale(1);
}

@media screen and (max-width: 1100px) {
  #strategies .s2 .container {
    flex-direction: column;
  }
  #strategies .s2 h3, #strategies .s2 p {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  #strategies .s1 .intro .plx-wrap .plx-bg {
    background-image: url(/i/Hero-InvestmentStrategies-mobile.png);
    background-position: 36%;
  }
  #strategies .s4 .tab-btn {
    font-size: 0.65rem;
  }
  #strategies .s4-mobile {
    display: block;
    padding: 3rem 0 5rem 0;
  }
  #strategies .s5 .mob {
    display: block;
  }
  #strategies .s5 h4 br {
    display: none;
  }
  #strategies .s5 .two-col {
    flex-direction: column;
  }
  #strategies .s5 .two-col h4 {
    display: none;
  }
  #strategies .s5 .two-col p {
    max-width: none;
  }
  #strategies .s6 .row-wrapper {
    flex-direction: column;
  }
  #strategies .s6 .row-wrapper .row-left {
    max-width: none;
    width: 100%;
  }
  #strategies .s6 .row-wrapper .row-right {
    width: 100%;
  }
  #strategies .s6 .row-wrapper .row-right .img-wrapper {
    height: 230px;
  }
}
