#strategies .s1 {
  background-image: url(/i/strategies-hero.png);
}

#strategies .s1 .contain {
  padding-bottom: 5rem;
}

#strategies .s1 .left {
  width: 17.5rem;
}

#strategies .s1 .right {
  max-width: 630px;
}

#strategies .s2 .left, #strategies .s2 .right {
  max-width: 665px;
}

#strategies .s3 .header-wrapper {
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(215, 217, 219, 0.25);
}

#strategies .s3 .header-wrapper h3 {
  line-height: 1em;
}

#strategies .s3 .row {
  width: 100%;
  overflow: hidden;
  height: 120px;
  will-change: height;
  transition: height 0.05s linear;
  position: relative;
}

#strategies .s3 .row.--in-view .row-content, #strategies .s3 .row.--in-view h5 {
  transition: opacity .5s ease;
  opacity: 1;
}

#strategies .s3 .row-line {
  position: absolute;
  bottom: 1px;
  right: 0;
  width: 50%;
  min-width: 680px;
  height: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0 0 0 auto;
  will-change: width;
  transition: width .05s ease;
}

#strategies .s3 .row-wrapper {
  width: 100%;
}

#strategies .s3 .row-header, #strategies .s3 .row-content {
  margin: 0 0 0 auto;
  max-width: 680px;
}

#strategies .s3 .row-content {
  opacity: 0;
  transition: opacity .25s ease;
}

#strategies .s3 .content-wrap {
  padding: 30px 0 50px;
}

#strategies .s3 .global-btn {
  margin-top: 2rem;
}

#strategies .s3 h5 {
  line-height: 1em;
  padding-top: 35px;
  opacity: .3;
}

@media all and (max-width: 1024px) {
  #strategies .s3 .row-wrapper {
    padding-left: 0;
  }
  #strategies .s3 .row {
    height: auto;
  }
  #strategies .s3 .row-content {
    opacity: 1;
  }
  #strategies .s3 .row-line {
    width: 100%;
  }
  #strategies .s3 h5 {
    opacity: 1;
  }
}

#strategies #investor-popup {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  background-color: #242B3D;
  display: none;
  z-index: 200;
}

#strategies #investor-popup .wrapper {
  width: 90vw;
  max-width: 57rem;
  height: 90vh;
  max-height: 28rem;
  padding: 1rem;
  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;
}

#strategies #investor-popup .inner-wrapper {
  width: 100%;
  max-width: 920px;
}

#strategies #investor-popup h5 {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#strategies #investor-popup .form-wrap {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#strategies #investor-popup .left, #strategies #investor-popup .right {
  width: 50%;
  max-width: 315px;
}

#strategies #investor-popup .global-btn {
  margin: 2.5rem auto 0;
}

#strategies #investor-popup label {
  font-size: 1.2rem;
  color: #fff;
}

#strategies #investor-popup .right label {
  display: block;
  margin-bottom: 1.5rem;
}

#strategies #investor-popup .left .row {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .7rem;
  margin-bottom: 1rem;
  position: relative;
}

#strategies #investor-popup .left .row:last-child {
  margin-bottom: 0;
}

#strategies #investor-popup .left input, #strategies #investor-popup .left label {
  cursor: pointer;
}

#strategies #investor-popup .left label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#strategies #investor-popup .left span {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: .2rem;
  transform: translateY(-50%) scale(0);
  transform-origin: center center;
  background-color: #E0B0A6;
  border-radius: 50%;
  width: .6rem;
  height: .6rem;
  transition: all .3s ease;
}

#strategies #investor-popup .left input {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 1px solid #fff;
  flex-shrink: 0;
}

#strategies #investor-popup .left input:checked + span {
  transform: translateY(-50%) scale(1);
}

#strategies #investor-popup .custom-select {
  width: 100%;
  position: relative;
  margin-bottom: 3rem;
}

#strategies #investor-popup .custom-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  background: none;
  border: none;
  border-bottom: solid 1px #fff;
  font-family: avenir-lt-pro, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1em;
  color: #fff;
  background-color: #242B3D;
  padding-bottom: .5rem;
  cursor: pointer;
}

#strategies #investor-popup .custom-select select option {
  color: #fff;
  background-color: #141821;
  font-family: avenir-lt-pro, sans-serif;
  font-style: normal;
  font-weight: 300;
}

#strategies #investor-popup .custom-select::after {
  content: "";
  position: absolute;
  top: 37%;
  right: 0;
  width: 0.4rem;
  height: 0.4rem;
  pointer-events: none;
  transform: translateY(-50%);
  background: url(/i/dropdown-arrow.png) no-repeat center/cover;
}

@media all and (max-width: 650px) {
  #strategies #investor-popup .wrapper {
    height: auto;
    max-height: 90vh;
    padding: 3rem 1rem;
  }
  #strategies #investor-popup .form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
  }
  #strategies #investor-popup .form-wrap > div {
    width: 100% !important;
    max-width: 100% !important;
  }
}
