#funds .hero.global .v1 .bg {
  background-image: url(/i/funds-hero-wh.jpg);
}

#funds .hero.global .v2 .bg {
  background-image: url(/i/funds-hero-dk.jpg);
}

#funds .hero.global .v2 .bg2 {
  background-image: url(/i/funds-hero-wh.jpg);
}

#funds .s3 {
  position: relative;
  padding: 150px 0 70px;
}

#funds .s3 h2 {
  font-family: area-extended;
  font-weight: 100;
  font-size: 60px;
  line-height: 63px;
  text-transform: uppercase;
  color: #333F49;
  text-align: center;
}

#funds .s3 h2 strong {
  background: linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}

#funds .s4 > div {
  border-top: 1px solid rgba(217, 217, 217, 0.4);
  border-bottom: 1px solid rgba(217, 217, 217, 0.4);
  display: flex;
  flex-direction: row;
  transition: border-color 0.5s ease;
}

#funds .s4 > div .content {
  display: flex;
  flex-direction: row;
}

#funds .s4 > div .left {
  border-right: 1px solid rgba(217, 217, 217, 0.4);
  transition: border-color 0.5s ease;
  width: 237px;
  padding-top: 90px;
}

#funds .s4 > div .left h4 {
  display: inline-block;
  color: #d9d9d9;
  font-family: area-extended;
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
  letter-spacing: -2.4px;
  text-transform: uppercase;
  transition: all 0.5s ease;
}

#funds .s4 > div .right {
  width: calc(100% - 237px);
  padding-top: 90px;
  padding-left: 90px;
}

#funds .s4 > div .right h3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 34px;
  font-weight: 100;
  line-height: 34px;
  font-family: area-extended;
  margin-bottom: 1em;
}

#funds .s4 > div .right h3 span {
  opacity: 0.4;
  transition: opacity 0.5s ease;
}

#funds .s4 > div .right h3 a {
  transition: opacity 0.5s ease;
  opacity: 0.2;
  height: 62px;
  transition: all 0.5s ease;
  clear: both;
  line-height: 0px;
  display: block;
  width: fit-content;
  text-align: center;
  padding: 12px 0;
  border-radius: 32px;
  border: 1px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%) border-box;
  position: relative;
}

#funds .s4 > div .right h3 a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/i/arrow-right2.svg) no-repeat center/20px auto;
}

#funds .s4 > div .right h3 a span {
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline-block;
  color: #637381;
  position: relative;
  font-size: 16px;
  font-family: area-extended;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  line-height: 40px;
  padding-right: 60px;
}

#funds .s4 > div .right h3 a span::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 23px;
  background: url(/i/arrow-right-white.svg) repeat-x 0 center/23px auto;
}

#funds .s4 > div .right h3 a:hover {
  background: linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%) border-box;
}

#funds .s4 > div .right h3 a:hover span {
  width: auto;
  height: auto;
  opacity: 1;
  color: #fff;
}

#funds .s4 > div .right h3 a:hover span::after {
  background-position: 23px center;
}

#funds .s4 > div .right h3 a:hover {
  padding: 10px 20px;
}

#funds .s4 > div .right h3 a:hover::after {
  display: none;
  padding: 10px 30px 10px 20px;
  transition: padding 0.5s ease;
}

#funds .s4 > div .right p {
  color: #333F49;
  font-size: 19px;
  font-weight: 300;
  opacity: 0.4;
  transition: opacity 0.5s ease;
  max-width: 613px;
}

#funds .s4 > div .right h5 {
  margin-top: 130px;
  margin-bottom: 0.7em;
  font-family: area-extended;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  line-height: 40px;
  color: #637381;
  font-weight: 900;
  opacity: 0.4;
  transition: opacity 0.5s ease;
}

#funds .s4 > div .right .cols::before {
  width: 100%;
  content: "";
  display: block;
  height: 1px;
  background: rgba(217, 217, 217, 0.4);
  position: absolute;
  left: 0;
  top: 0;
}

#funds .s4 > div .right .cols {
  padding: 15px 0 30px 0;
  display: flex;
  flex-direction: row;
  position: relative;
}

#funds .s4 > div .right .cols > div {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 40px;
  flex: 1;
  color: rgba(51, 63, 73, 0.4);
  transition: all 0.5s ease;
  font-size: 19px;
  font-weight: 300;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#funds .s4 > div .right .cols > div:nth-child(n+2) {
  border-left: 1px solid rgba(217, 217, 217, 0.4);
  padding-left: 20px;
}

#funds .s4 > div .right .mobile {
  transition: opacity 0.5s ease;
  opacity: 0.2;
  height: 62px;
  transition: all 0.5s ease;
  clear: both;
  line-height: 0px;
  display: block;
  width: fit-content;
  text-align: center;
  padding: 12px 0;
  border-radius: 32px;
  border: 1px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%) border-box;
  position: relative;
}

#funds .s4 > div .right .mobile::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/i/arrow-right2.svg) no-repeat center/20px auto;
}

#funds .s4 > div .right .mobile span {
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline-block;
  color: #637381;
  position: relative;
  font-size: 16px;
  font-family: area-extended;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  line-height: 40px;
  padding-right: 60px;
}

#funds .s4 > div .right .mobile span::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 23px;
  background: url(/i/arrow-right-white.svg) repeat-x 0 center/23px auto;
}

#funds .s4 > div .right .mobile:hover {
  background: linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%) border-box;
}

#funds .s4 > div .right .mobile:hover span {
  width: auto;
  height: auto;
  opacity: 1;
  color: #fff;
}

#funds .s4 > div .right .mobile:hover span::after {
  background-position: 23px center;
}

#funds .s4 > div .right .mobile:hover {
  padding: 10px 20px;
}

#funds .s4 > div .right .mobile:hover::after {
  display: none;
  padding: 10px 30px 10px 20px;
  transition: padding 0.5s ease;
}

#funds .s4 > div .right .mobile {
  display: none;
}

#funds .s4 > div.in-view {
  border-top: 1px solid #D1CCCC;
  border-bottom: 1px solid #D1CCCC;
}

#funds .s4 > div.in-view .left {
  border-right: 1px solid #d9d9d9;
}

#funds .s4 > div.in-view .left h4 {
  background: linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#funds .s4 > div.in-view .right h3 span {
  opacity: 1;
}

#funds .s4 > div.in-view .right h3 a {
  opacity: 1;
}

#funds .s4 > div.in-view .right p {
  opacity: 1;
}

#funds .s4 > div.in-view .right h5 {
  opacity: 1;
}

#funds .s4 > div.in-view .right .cols::before {
  background: linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%);
}

#funds .s4 > div.in-view .right .cols > div {
  color: #333f49;
}

#funds .s4 > div.in-view .right .cols > div:nth-child(n+2) {
  border-color: #d9d9d9;
}

#funds .s5 {
  padding: 150px 0;
  background: #F4F7F9;
}

#funds .s5 h3 {
  margin-bottom: 1em;
  overflow: hidden;
  font-size: 80px;
  font-family: area-extended-light;
  font-weight: 100;
  line-height: 94px;
  text-transform: uppercase;
  color: #687A8A;
}

#funds .s5 h3 strong {
  font-weight: 100;
  background: linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#funds .s5 .content {
  display: flex;
  flex-direction: row;
  gap: 100px;
}

#funds .s5 .left {
  width: calc(60% - 50px);
}

#funds .s5 .right {
  width: calc(40% - 50px);
}

#funds .s5 .right p {
  color: #54626E;
  font-size: 19px;
  line-height: 32px;
  font-weight: 300;
  margin-top: 1em;
}

#funds .s5 .right a.btn-global {
  margin-top: 60px;
}

#funds .s5 .right a.btn-global span {
  color: #687A8A;
}

#funds .s5.in-view {
  background: #333F49;
  transition: background 1s ease;
}

#funds .s5.in-view h3 {
  color: #fff;
  transition: color 1s ease;
}

#funds .s5.in-view .right p {
  color: #fff;
  transition: color 1s ease;
}

#funds .s5.in-view .right a.btn-global span {
  color: #fff;
  transition: color 1s ease;
}

@media all and (max-width: 1279px) {
  #funds .s5 h3 {
    font-size: 60px;
    line-height: 74px;
  }
}

@media all and (max-width: 979px) {
  #funds .s4 > div .content {
    flex-direction: column;
  }
  #funds .s4 > div .left, #funds .s4 > div .right {
    width: 100%;
    border-right: none !important;
    padding-right: 0;
    padding-left: 0;
  }
  #funds .s5 .content {
    flex-direction: column;
  }
  #funds .s5 .left, #funds .s5 .right {
    width: 100%;
  }
  #funds .s5 h3 {
    margin-bottom: 0;
  }
}

@media all and (max-width: 767px) {
  #funds .s3 {
    padding-top: 100px;
  }
  #funds .s3 h2 {
    font-size: 27px;
    line-height: 35px;
  }
  #funds .s4 > div .left {
    padding-top: 50px;
  }
  #funds .s4 > div .right {
    padding-top: 20px;
  }
  #funds .s4 > div .right h3 {
    flex-direction: column;
    gap: 40px;
    font-size: 27px;
    line-height: 35px;
  }
  #funds .s4 > div .right h3 a {
    display: none;
  }
  #funds .s4 > div .right h3 a span {
    width: auto;
    height: auto;
    opacity: 1;
  }
  #funds .s4 > div .right h3 a span::after {
    background-position: 23px center;
  }
  #funds .s4 > div .right h3 a {
    padding: 10px 20px;
  }
  #funds .s4 > div .right h3 a::after {
    display: none;
    padding: 10px 30px 10px 20px;
    transition: padding 0.5s ease;
  }
  #funds .s4 > div .right h5 {
    margin-top: 50px;
  }
  #funds .s4 > div .right .cols {
    flex-direction: column;
  }
  #funds .s4 > div .right .cols > div {
    width: 100%;
    border-left: none !important;
    padding-left: 0 !important;
    border-bottom: 1px solid rgba(217, 217, 217, 0.4);
    border-color: #d9d9d9;
  }
  #funds .s4 > div .right .cols > div:last-child {
    border-bottom: none;
  }
  #funds .s4 > div .right .cols > div:nth-child(n+2) {
    border-color: #d9d9d9;
  }
  #funds .s4 > div .right .mobile {
    display: block;
    opacity: 1;
    margin-top: 2rem;
  }
  #funds .s4 > div .right .mobile span {
    font-size: 14px;
    width: auto;
    height: auto;
    opacity: 1;
  }
  #funds .s4 > div .right .mobile span::after {
    background-position: 23px center;
  }
  #funds .s4 > div .right .mobile {
    padding: 10px 20px;
  }
  #funds .s4 > div .right .mobile::after {
    display: none;
    padding: 10px 30px 10px 20px;
    transition: padding 0.5s ease;
  }
  #funds .s5 {
    padding: 100px 0;
  }
  #funds .s5 .content {
    gap: 50px;
  }
  #funds .s5 h3 {
    font-size: 27px;
    line-height: 35px;
  }
}
