.strategy-inner .s1 {
  padding: 14rem 0 5rem;
}

.strategy-inner .s1 .back-btn {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .45rem;
  width: max-content;
}

.strategy-inner .s1 .back-btn svg {
  width: .7rem;
  height: .7rem;
}

.strategy-inner .s1 .back-btn .back-arrow {
  fill: #E0B0A6;
  transition: fill .3s ease;
}

.strategy-inner .s1 .back-btn h4 {
  font-size: .8rem;
  transition: color .3s ease;
}

.strategy-inner .s1 .back-btn:hover .back-arrow {
  fill: #fff;
}

.strategy-inner .s1 .back-btn:hover h4 {
  color: #fff;
}

.strategy-inner .s1 .hero-wrapper {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.strategy-inner .s1 h1, .strategy-inner .s1 h2 {
  width: 50%;
}

.strategy-inner .s1 h1 {
  font-family: playfair-display, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 4rem;
  line-height: 1.25em;
  letter-spacing: -0.02em;
  color: #fff;
}

.strategy-inner .s1 h2 {
  font-family: avenir-lt-pro, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.7rem;
  line-height: 1.3em;
  color: #fff;
  margin-top: 1rem;
}

@media all and (max-width: 1024px) {
  .strategy-inner .s1 {
    padding: 13rem 0 5rem;
  }
  .strategy-inner .s1 .hero-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .strategy-inner .s1 .hero-wrapper h1, .strategy-inner .s1 .hero-wrapper h2 {
    width: 100%;
    max-width: 100% !important;
  }
  .strategy-inner .s1 h1 {
    font-size: 3.5rem;
  }
  .strategy-inner .s1 h2 {
    margin-top: 0;
    font-size: 1.5rem;
  }
}

@media all and (max-width: 767px) {
  .strategy-inner .s1 {
    padding: 12rem 0 5rem;
  }
  .strategy-inner .s1 h1 {
    font-size: 3rem;
  }
  .strategy-inner .s1 h2 {
    font-size: 1.35rem;
  }
}

.strategy-inner .s2 .strat-subnav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: #242B3D;
}

.strategy-inner .s2 .subnav-inner {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
  max-width: 1645px;
  padding: .8rem 0;
  margin: 0 auto;
  position: relative;
}

.strategy-inner .s2 .subnav-inner a {
  padding: 1.2rem 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.8rem;
  letter-spacing: 0.47em;
  line-height: normal;
  text-transform: uppercase;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  color: rgba(224, 176, 166, 0.4);
  transition: color .3s ease;
  position: relative;
  white-space: nowrap;
}

@media all and (max-width: 1400px) {
  .strategy-inner .s2 .subnav-inner a {
    font-size: .65rem;
  }
}

.strategy-inner .s2 .subnav-inner a::after {
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  bottom: -.8rem;
  width: 1.35rem;
  height: .2rem;
  background-color: #E0B0A6;
  opacity: 0;
  transition: opacity .5s ease;
}

.strategy-inner .s2 .subnav-inner a:first-child {
  border-left: 0;
}

.strategy-inner .s2 .subnav-inner a:hover {
  color: #E0B0A6;
}

.strategy-inner .s2 .subnav-inner a:hover::after {
  opacity: 1;
}

.strategy-inner .s2 .strat-content {
  padding: 0 0 7.5rem;
  max-width: 930px;
}

.strategy-inner .s2 .strat-content h5 {
  line-height: 1em;
  padding-bottom: 2.5rem;
}

.strategy-inner .s2 .strat-content h5.border-bottom {
  border-bottom: 1px solid #E0B0A6;
}

.strategy-inner .s2 .strat-inner-section {
  padding-top: 7.5rem;
}

.strategy-inner .s2 .strat-inner-section a {
  color: #E0B0A6;
}

.strategy-inner .s2 .strat-inner-section a:hover {
  text-decoration: underline;
}

.strategy-inner .s2 p.lg {
  font-size: 1.7rem;
  line-height: 1.17em;
  margin-top: 1.5rem;
  color: #fff;
  padding-bottom: 1em;
}

.strategy-inner .s2 p.lg.border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.strategy-inner .s2 ul {
  list-style-type: none;
}

.strategy-inner .s2 ul li {
  padding: 1rem 0;
  font-size: .8rem;
  line-height: 1.2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

@media all and (max-width: 1024px) {
  .strategy-inner .s2 p.lg {
    font-size: 1.5rem;
  }
}

@media all and (max-width: 767px) {
  .strategy-inner .s2 .strat-subnav {
    display: none;
  }
  .strategy-inner .s2 .strat-content {
    padding-bottom: 5rem;
  }
  .strategy-inner .s2 .strat-inner-section {
    padding-top: 5rem;
  }
  .strategy-inner .s2 p.lg {
    font-size: 1.35rem;
  }
}

.strategy-inner .documents-anchor {
  display: none;
}

.strategy-inner .s3 h5 {
  padding: 0 1rem 2rem;
  margin: 0 auto;
  text-align: center;
}

.strategy-inner .s3 .fx-list {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  left: 0;
}

.strategy-inner .s3 .docs-subnav {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
  max-width: 1530px;
  padding: .8rem 0;
  position: relative;
  margin: 0 auto;
}

.strategy-inner .s3 .docs-subnav a {
  padding: 1.2rem 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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;
  font-size: 0.8rem;
  letter-spacing: 0.47em;
  line-height: normal;
  text-transform: uppercase;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  color: rgba(224, 176, 166, 0.4);
  transition: color .3s ease;
  position: relative;
  white-space: nowrap;
}

@media all and (max-width: 1400px) {
  .strategy-inner .s3 .docs-subnav a {
    font-size: .65rem;
  }
}

.strategy-inner .s3 .docs-subnav a::after {
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  bottom: -.8rem;
  width: 1.35rem;
  height: .2rem;
  background-color: #E0B0A6;
  opacity: 0;
  transition: opacity .5s ease;
}

.strategy-inner .s3 .docs-subnav a:first-child {
  border-left: 0;
}

.strategy-inner .s3 .docs-subnav a:hover, .strategy-inner .s3 .docs-subnav a.fx-on {
  color: #E0B0A6;
}

.strategy-inner .s3 .docs-subnav a.fx-on::after {
  opacity: 1;
}

.strategy-inner .s3 .slide {
  padding: 5rem 0 0;
}

.strategy-inner .s3 .filters {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  max-width: 700px;
}

.strategy-inner .s3 .filters .label {
  color: #fff;
  width: max-content;
  flex-shrink: 0;
}

.strategy-inner .s3 .filters .custom-select {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.strategy-inner .s3 .filters .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: #141821;
  padding-bottom: .5rem;
  cursor: pointer;
}

.strategy-inner .s3 .filters .custom-select select option {
  color: #fff;
  background-color: #242B3D;
  font-family: avenir-lt-pro, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.strategy-inner .s3 .filters .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;
}

.strategy-inner .s3 .docs-wrapper {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}

.strategy-inner .s3 .docs-wrapper.fact-sheets-docs-wrapper .title-wrapper, .strategy-inner .s3 .docs-wrapper.priips-docs-wrapper .title-wrapper, .strategy-inner .s3 .docs-wrapper.kiids-docs-wrapper .title-wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 6px;
}

.strategy-inner .s3 .docs-wrapper.fact-sheets-docs-wrapper .title-wrapper .doc-title, .strategy-inner .s3 .docs-wrapper.priips-docs-wrapper .title-wrapper .doc-title, .strategy-inner .s3 .docs-wrapper.kiids-docs-wrapper .title-wrapper .doc-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 15rem;
}

.strategy-inner .s3 .docs-wrapper.fact-sheets-docs-wrapper .title-wrapper .doc-currency, .strategy-inner .s3 .docs-wrapper.priips-docs-wrapper .title-wrapper .doc-currency, .strategy-inner .s3 .docs-wrapper.kiids-docs-wrapper .title-wrapper .doc-currency {
  width: 8.5rem;
  flex-shrink: 0;
  text-align: center;
}

.strategy-inner .s3 .doc-link {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5%;
  width: calc(50% - .5rem);
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: #141821;
  transition: all .4s ease;
}

.strategy-inner .s3 .doc-link img {
  width: 2.25rem;
  height: 2.7rem;
  object-fit: contain;
}

.strategy-inner .s3 .doc-link .title-wrapper {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.strategy-inner .s3 .doc-link .v-line {
  height: 3.5rem;
  width: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.strategy-inner .s3 .doc-link p {
  color: #fff;
  transition: color .4s ease;
}

.strategy-inner .s3 .doc-link:hover {
  background-color: #242B3D;
  border-color: #242B3D;
}

.strategy-inner .s3 .doc-link:hover p {
  color: #E0B0A6;
}

.strategy-inner .s3 p.slide-disclaimer {
  color: #fff;
  margin-bottom: 2.5rem;
}

.strategy-inner .s3 p.slide-disclaimer a {
  color: #E0B0A6;
}

.strategy-inner .s3 p.slide-disclaimer a:hover {
  text-decoration: underline;
}

@media all and (max-width: 1024px) {
  .strategy-inner .s3 .doc-link {
    padding: 2rem 1.25rem;
    width: 100%;
    gap: .8rem;
  }
}

@media all and (max-width: 767px) {
  .strategy-inner .s3 .fx-accordion {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .strategy-inner .s3 .fx-list {
    border: 0;
  }
  .strategy-inner .s3 .fx-nav {
    padding: 2rem 4rem 2rem 1rem;
    font-family: playfair-display, serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: normal;
    font-size: 1.5rem;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .strategy-inner .s3 .fx-nav::after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    width: 2rem;
    height: 2rem;
    background: url(/i/svg/plus-icon.svg) center/contain no-repeat;
  }
  .strategy-inner .s3 .fx-nav.fx-on::after {
    background-image: url(/i/svg/minus-icon.svg);
  }
  .strategy-inner .s3 .slide .contain {
    padding-bottom: 3rem;
  }
  .strategy-inner .s3 .doc-link {
    padding: 1.5rem .75rem;
    width: 100%;
    gap: .6rem;
  }
  .strategy-inner .s3 .doc-currency {
    margin: 0 6px;
  }
  .strategy-inner .s3 .doc-title p {
    font-size: 1.05rem;
  }
}

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

.strategy-inner #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;
}

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

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

.strategy-inner #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;
}

.strategy-inner #investor-popup .left, .strategy-inner #investor-popup .right {
  width: 50%;
  max-width: 340px;
}

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

.strategy-inner #investor-popup label {
  font-size: 1.2rem;
  color: #fff;
}

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

.strategy-inner #investor-popup .right .custom-select option {
  padding: 4px 5px 4px 1rem;
}

.strategy-inner #investor-popup .left {
  visibility: hidden;
}

.strategy-inner #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;
}

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

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

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

.strategy-inner #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;
}

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

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

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

.strategy-inner #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;
}

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

.strategy-inner #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) {
  .strategy-inner #investor-popup .wrapper {
    height: auto;
    max-height: 90vh;
    padding: 3rem 1rem;
  }
  .strategy-inner #investor-popup .form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
  }
  .strategy-inner #investor-popup .form-wrap > div {
    width: 100% !important;
    max-width: 100% !important;
  }
}
