* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

*, a {
  -webkit-tap-highlight-color: transparent !important;
}

body, html {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 20px;
  text-align: left;
  color: #1F1F1F;
}
@media screen and (max-width: 980px) {
  body, html {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body, html {
    font-size: 16px;
  }
}

body .cookie-disclaimer .c-content button:nth-child(6) {
  background-color: #f90;
}

p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 1.15rem;
  line-height: 2rem;
  color: #1F1F1F;
}

p.lg {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2rem;
}

p.md {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 2rem;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a, div {
  -webkit-tap-highlight-color: transparent;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 4.35rem;
  line-height: 5rem;
  color: #1F1F1F;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 3.15rem;
  line-height: 3.8rem;
  color: #1F1F1F;
}

.two-col {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
}

/***** SECTION + CONTAINS *****/
section.padSml {
  padding: 4.5rem 0;
}
section.padMed {
  padding: 6rem 0;
}
section.padLrg {
  padding: 7.5rem 0;
}

.contain, .container {
  width: calc(100% - 2rem);
  max-width: 1640px;
  margin: 0 auto;
}

#container .highcharts-credits {
  display: none;
}

.flex_wrapper {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
}
.flex_wrapper.--space_between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex_wrapper.--item_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.secPadding {
  padding: 7.5rem 0;
}

/***** FORM *****/
form input, form textarea {
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
}
form input:focus, form textarea:focus, form button:focus, form select:focus {
  outline: none;
}
form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus,
form textarea:-webkit-autofill,
form textarea:-webkit-autofill:hover,
form textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #1F1F1F;
  transition: background-color 5000s ease-in-out 0s;
}
form select {
  appearance: none;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background: none;
}

/***** SUBSCRIBE FORM *****/
.subscribe-form {
  padding: 8.15rem 0;
}
.subscribe-form .container {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
}
.subscribe-form .left {
  max-width: 585px;
}
.subscribe-form .left .title {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.5rem;
  margin-top: 16px;
}
.subscribe-form .right {
  width: 100%;
  max-width: 812px;
}
.subscribe-form .right form label {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #1F1F1F;
}
.subscribe-form .right form label strong {
  font-weight: 400;
}
.subscribe-form .right form input {
  background: none;
  border: none;
  border-bottom: solid 1px rgba(31, 31, 31, 0.5);
  margin-bottom: 2.5rem;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #1F1F1F;
  font-weight: 400;
  padding: 0;
}
.subscribe-form .right form .input {
  margin-right: 1rem;
}
.subscribe-form .right form select {
  border: none;
  border-bottom: solid 1px rgba(31, 31, 31, 0.5);
  font-size: 1rem;
  line-height: 1.5rem;
  color: #1F1F1F;
  font-weight: 400;
  position: relative;
  top: -10px;
  padding: 5px 0;
  margin-bottom: 2.5rem;
}
.subscribe-form .right form textarea.hs-fieldtype-textarea {
  height: 100px;
  border-width: 0 0 1px 0;
  margin-bottom: 2rem;
}
.subscribe-form .right form select option {
  font-weight: 400 !important;
}
.subscribe-form .right form .hs-button {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  text-align: left;
  width: 220px;
  padding: 7px 22px;
  border: solid 1px #000;
  background: url(/i/svg/arrow-right-gr.svg) 90% center/12px no-repeat;
  cursor: pointer;
  margin: 0;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.subscribe-form .right form .hs-button:hover {
  color: #fff;
  background-color: #1F1F1F;
}
.subscribe-form .right form ul {
  list-style: none;
}
.subscribe-form .right form .hs-error-msg {
  color: red;
  font-size: 0.9rem;
  position: relative;
  top: -2rem;
}
.subscribe-form .right form .hs-main-font-element {
  color: red;
  font-size: 0.9rem;
}
.subscribe-form .right .hs-richtext p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 2rem;
}
.subscribe-form .right .hs-richtext a {
  color: #1F1F1F;
}
.subscribe-form .right .hs-button {
  margin-top: 1.5rem;
}
.subscribe-form .right p.sm {
  font-size: 15px;
  line-height: 22px;
  margin-top: 1rem;
}

/****** TEXT ANIMATION ******/
.fade-in {
  opacity: 0;
  transition: opacity 1s ease 0.3s;
}

.fade-in[data-scroll=in] {
  opacity: 1;
}

.split {
  overflow: hidden;
}

/***** IMAGE REVEAL ANIMATION ******/
.image-reveal {
  opacity: 0;
  clip-path: inset(0 0 0 100%);
  transition: opacity 0.1s ease, clip-path 1s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.image-reveal.left {
  clip-path: inset(0 100% 0 0);
}

.image-reveal[data-scroll=in] {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}

/***** DROPDOWN *****/
.dropdown {
  position: relative;
}
.dropdown > a:first-child {
  padding-right: 21px;
  background: url(/i/svg/down-arrow.svg) 100% 45%/12px no-repeat;
}
.dropdown > a:first-child::after {
  display: none;
}
.dropdown > ul {
  text-align: left;
  display: block;
  width: 240px;
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 15px 0;
  z-index: 1;
  background-color: #eaeaea;
  transition: opacity 0.3s ease;
}
.dropdown > ul li {
  padding: 0 21px;
  position: relative;
}
.dropdown > ul li a {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  position: relative;
  cursor: pointer;
  padding-bottom: 5px;
}

.dropdown.active > ul {
  opacity: 1;
  visibility: visible;
  height: auto;
}

#ret-plan .products-dd > a:first-of-type::after,
#direct-indexing .products-dd > a:first-of-type::after,
#shareholders-stakeholders .about-dd > a:first-of-type::after,
#corporate-governance .products-dd > a:first-of-type::after,
#story .about-dd > a:first-of-type::after,
#team .about-dd > a:first-of-type::after,
#proxy-voting .about-dd > a:first-of-type::after,
#faq .about-dd > a:first-of-type::after,
#contact .about-dd > a:first-of-type::after,
#bio .about-dd > a:first-of-type::after,
#difference .about-dd > a:first-of-type::after {
  display: block;
  width: 100%;
}

#bio .about-dd .team a::after {
  width: 100%;
}

#article header nav .resource-center a::after {
  width: 100%;
}

#ret-plan footer .products-dd > a:first-of-type,
#direct-indexing footer .products-dd > a:first-of-type {
  color: #E3E5E6;
}

/***** BUTTONS *****/
.arrow-btn {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.9px;
  color: #1F1F1F;
  padding: 10px 27px 10px 0;
  transition: color 0.3s ease;
  cursor: pointer;
  background: url(/i/svg/arrow-right.svg) 100% center/12px no-repeat;
}

.arrow-btn.color {
  background-image: url(/i/svg/arrow-right-gr.svg);
}

.arrow-btn.open {
  background-image: url(/i/svg/plus.svg);
}

.arrow-btn:hover {
  color: #f90;
}

.global-btn {
  display: inline-block;
  border: solid 1px #1F1F1F;
  padding: 23px 26px;
  height: 86px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease;
  overflow: hidden;
}
.global-btn span {
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background: url(/i/svg/arrow-right-gr.svg) 100% center/12px no-repeat;
  color: #1F1F1F;
  padding-right: 40px;
  position: relative;
  top: 45%;
  transform: translateY(-50%);
  transition: color 0.3s ease 0.1s;
  z-index: 1;
  color: #1F1F1F;
}

.global-btn::before {
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: 0;
  background: #1F1F1F;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  transition: opacity 0.1s ease, clip-path 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.global-btn.open span {
  background-image: url(/i/svg/plus.svg);
}

.global-btn:hover span {
  color: #fff;
}

.global-btn:hover::before {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}

body .cookie-disclaimer {
  background-color: #F4F4F4;
  border-radius: 10px;
  width: 90% !important;
  max-width: 1320px !important;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px !important;
  z-index: 1000;
}
body .cookie-disclaimer * {
  color: #1F1F1F;
  text-transform: none !important;
}
body .cookie-disclaimer .c-disclaimer.c-on {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
body .cookie-disclaimer .c-disclaimer.c-on p {
  margin: 0 1rem 0 0;
}
body .cookie-disclaimer .c-disclaimer.c-on > a, body .cookie-disclaimer .c-disclaimer.c-on button {
  min-width: 175px;
  margin: 0 !important;
}
body .cookie-disclaimer .c-content a:nth-child(5), body .cookie-disclaimer .c-content button:nth-child(5) {
  color: #fff;
  background-color: #d13e3e !important;
}
body .cookie-disclaimer .c-content a:nth-child(6), body .cookie-disclaimer .c-content button:nth-child(6) {
  color: #fff;
}
body .cookie-disclaimer p, body .cookie-disclaimer div {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.33em;
}
body .cookie-disclaimer a, body .cookie-disclaimer button {
  text-decoration: none;
}
body .cookie-disclaimer ul {
  list-style-type: none;
}
body .cookie-disclaimer .c-content h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 1.65rem;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: 0;
}
body .cookie-disclaimer h3 {
  font-size: 1.1rem;
  line-height: 1.2em;
}
body .cookie-disclaimer h3.c-on {
  color: #f90 !important;
}
body .cookie-disclaimer .btn-agree, body .cookie-disclaimer li > a, body .cookie-disclaimer li > button {
  background-color: #f90;
  color: #fff;
}
body .cookie-disclaimer li > button {
  width: 100%;
  text-align: left;
  text-decoration: none !important;
}
body .cookie-disclaimer .btn-preferences, body .cookie-disclaimer .c-nav .btn-close-pref a, body .cookie-disclaimer .c-nav .btn-close-pref button {
  background-color: #1F1F1F;
  color: #fff;
}
body .cookie-disclaimer .c-nav .btn-close-pref button {
  text-align: left;
}
body .cookie-disclaimer .btn-agree, body .cookie-disclaimer .btn-preferences {
  border-radius: 3.5rem;
  padding: 0.5rem 1rem;
  text-align: center;
}
body .cookie-disclaimer .btn-close {
  background-image: url(/i/x-close.svg);
}

/**** HERO *****/
.inner .s1 {
  padding: 12.5rem 0 4.8rem 0;
}
.inner .s1 .wrap {
  width: calc(100% - 2rem);
  max-width: 1640px;
  margin: 0 auto;
}
.inner .s1 .wrap .intro {
  max-width: 1150px;
  margin-left: auto;
}
.inner .s1 .wrap h1 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.45rem;
  margin-bottom: 1rem;
}
.inner .s1 .wrap .content {
  width: 58%;
  margin-left: auto;
  margin-top: 2.75rem;
}
.inner .s1 .image-box {
  position: absolute;
  left: 0;
  width: 40vw;
  height: 626px;
}
.inner .s1 .image-box .image {
  display: block;
  width: 100%;
  height: 100%;
  margin-left: auto;
  background: url(/i/hero-img.jpg) no-repeat center/cover;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  transition: opacity 0.1s ease, clip-path 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.inner .s1 .image-box .image.active {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}
.inner .s1 .text {
  max-width: 780px;
  opacity: 0;
  transition: opacity 1s ease;
}
.inner .s1 .text p.act {
  font-weight: 600;
  font-size: 1.05rem;
  line-height: 1.55rem;
  margin: 1.2rem 0 1.6rem 0;
}
.inner .s1 .text.active {
  opacity: 1;
}

/****** BANNER ******/
.home-banner {
  width: 100%;
  height: 50px;
  background: #f90;
  text-align: center;
  z-index: 101;
}
.home-banner a {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.home-banner span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.home-banner a:hover {
  color: #000;
}

/***** HEADER *****/
header {
  /* Mobile */
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  background-color: #fff;
  transition: background-color 0.3s ease;
  z-index: 101;
}
header .funds-banner {
  border-bottom: solid 1px #E3E5E6;
  padding: 9px 0;
}
header .funds-banner > div {
  width: calc(100% - 2rem);
  max-width: 1640px;
  margin: 0 auto;
  text-align: right;
}
header .container {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 0;
  position: relative;
  gap: 2rem;
}
header .logo {
  display: block;
  width: 268px;
  height: 37px;
  background: url(/i/logo-color.png) no-repeat center/contain;
  position: relative;
  z-index: 10;
  transition: width 0.3s ease;
}
header nav .wrapper {
  text-align: right;
}
header nav .wrapper .arrow-btn {
  display: none;
}
header nav ul {
  list-style: none;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.15rem;
}
header nav ul li a {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.9px;
  color: #1F1F1F;
  padding: 10px 0;
  transition: color 0.3s ease;
  cursor: pointer;
  padding-bottom: 10px;
  position: relative;
}
header nav ul li a::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  background: #f90;
  width: 0;
  height: 2px;
  transition: width 0.5s ease;
}
header nav ul li a:hover::after {
  width: 100%;
}
header nav ul .selNav a::after {
  width: 100%;
}
header nav ul .login a {
  padding: 26px 32px;
  background: #1F1F1F;
  color: #f90;
  position: relative;
  transition: color 0.3s ease, background-color 0.3s ease;
}
header nav ul .login a::after {
  display: none;
}
header nav ul .login:hover a {
  background-color: #f90;
  color: #1F1F1F;
}
header .menu_container {
  display: none;
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  right: 0;
  height: 20px;
}
header .menu_container #menu_btn {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  color: #1F1F1F;
  width: 44px;
  height: 20px;
}
header .menu_container #menu_btn i {
  transition-delay: 0.6s;
  transition: all 0.2s ease-out;
  height: 1px;
  width: 44px;
  background-color: rgba(35, 31, 32, 0.8);
  position: absolute;
  border-radius: 2px;
  left: 0;
}
header .menu_container #menu_btn i:nth-child(1) {
  top: 0;
}
header .menu_container #menu_btn i:nth-child(2) {
  top: 10px;
}
header .menu_container #menu_btn i:nth-child(3) {
  top: 20px;
}

/****** HEADER ACTIVE ******/
header.active nav {
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100vh;
  min-height: -webkit-fill-available;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
}
header.active nav .wrapper {
  margin-top: 75px;
  width: 100%;
  text-align: left;
  border-top: solid 1px rgba(0, 0, 0, 0.2);
}
header.active nav .wrapper .arrow-btn {
  display: inline-block;
}
header.active nav .topNav {
  align-items: flex-start;
  margin-top: 0;
}
header.active nav ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0;
}
header.active nav ul li {
  width: 100%;
  padding: 1.5rem 1rem;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
header.active nav ul li a {
  font-weight: 600;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 21px;
  color: #1F1F1F;
  margin-left: 0;
  position: relative;
  padding: 0;
  padding: 6px 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
header.active nav ul .login, header.active nav ul .strive-funds {
  padding: 0;
  border: 0;
}
header.active nav ul .login {
  margin-top: 1.5rem;
  margin-left: 1rem;
}
header.active nav ul .login a {
  padding: 16px 30px;
  background: #1F1F1F;
  color: #f90;
}
header.active nav ul .strive-funds {
  width: auto;
  position: relative;
  top: -43px;
  left: 230px;
}
header.active nav ul .strive-funds a {
  padding-right: 30px;
}
header.active nav ul li:last-of-type {
  border: none;
}
header.active nav .dropdown ul {
  width: auto;
  background: none;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  opacity: 1;
  visibility: visible;
  height: auto;
  padding-top: 1.5rem;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
header.active nav .dropdown ul li {
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
  border: none;
}
header.active nav .dropdown ul li a {
  font-weight: 500;
  padding: 6px 0;
}
header.active nav .dropdown.open ul {
  margin-top: 1.5rem;
  max-height: 1000px;
}
header.active nav .dropdown.open > a:first-child {
  background-image: url(/i/svg/up-arrow.svg);
  background-position: 100% 55%;
}
header.active #menu_btn i {
  top: 5px;
}
header.active #menu_btn i:nth-child(1) {
  transform: rotate(45deg);
  width: 40px;
  top: 5px;
}
header.active #menu_btn i:nth-child(3) {
  transform: rotate(-45deg);
  width: 40px;
  top: 5px;
}
header.active #menu_btn i:nth-child(2) {
  display: none;
}

footer {
  background: #1F1F1F;
  padding-top: 5.75rem;
  position: relative;
  z-index: 100;
}
footer .logo {
  display: block;
  width: 304px;
  height: 44px;
  background: url(/i/logo-wh.png) no-repeat center/contain;
  margin: 0 auto 6rem auto;
}
footer .top {
  margin-bottom: 8.6rem;
}
footer .top .bottomNav, footer .top .bottomNavMobile {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
}
footer .top .bottomNav li a, footer .top .bottomNavMobile li a {
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 0.18px;
  text-transform: uppercase;
  color: #E3E5E6;
  transition: color 0.3s ease;
}
footer .top .bottomNav li a:hover, footer .top .bottomNavMobile li a:hover {
  color: #f90;
}
footer .top .bottomNav .dropdown > a:first-child, footer .top .bottomNavMobile .dropdown > a:first-child {
  padding: 0;
  background: none;
}
footer .top .bottomNav .dropdown ul, footer .top .bottomNavMobile .dropdown ul {
  list-style: none;
  width: auto;
  opacity: 1;
  height: auto;
  visibility: visible;
  background: none;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 100%;
  padding: 0;
  margin-top: 1.2rem;
}
footer .top .bottomNav .dropdown ul li, footer .top .bottomNavMobile .dropdown ul li {
  padding: 0;
}
footer .top .bottomNav .dropdown ul li a, footer .top .bottomNavMobile .dropdown ul li a {
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 1.2rem;
  border: none;
}
footer .top .bottomNav .dropdown ul li a:hover, footer .top .bottomNavMobile .dropdown ul li a:hover {
  color: #f90;
}
footer .top .bottomNav .dropdown.active > a:first-child, footer .top .bottomNavMobile .dropdown.active > a:first-child {
  color: #E3E5E6;
}
footer .top .bottomNavMobile {
  display: none;
  text-align: center;
}
footer .middle {
  padding-bottom: 2rem;
  border-bottom: solid 1px #E3E5E6;
}
footer .middle p {
  text-align: center;
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.12px;
  color: #E3E5E6;
}
footer .bottom {
  padding: 2rem 0 3.85rem 0;
  text-align: center;
}
footer .bottom a, footer .bottom button {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.12px;
  color: #E3E5E6;
  margin-left: 3.5rem;
  transition: color 0.3s ease;
}
footer .bottom a:hover, footer .bottom button:hover {
  color: #f90;
}
footer .bottom a:first-of-type {
  margin-left: 0;
}

.page-wrapper.--green .home-banner {
  background-color: #3DD9B3;
}
.page-wrapper.--green header .logo {
  background-image: url(/i/logo-color_green.png);
}
.page-wrapper.--green header nav ul li a::after {
  background-color: #3DD9B3;
}
.page-wrapper.--green footer .logo {
  background-image: url(/i/logo-wh_green.png);
}
.page-wrapper.--green footer .top .bottomNav li a:hover, .page-wrapper.--green footer .top .bottomNavMobile li a:hover {
  color: #3DD9B3;
}
.page-wrapper.--green footer .bottom a:hover, .page-wrapper.--green footer .bottom button:hover {
  color: #3DD9B3;
}
.page-wrapper.--green .subscribe-form .right form .hs-button {
  background-image: url(/i/svg/arrow-right-green.svg) !important;
}
.page-wrapper.--green .global-btn.back-btn span {
  background-image: url(/i/svg/arrow-left-green.svg) !important;
}
.page-wrapper.--green .global-btn span {
  background-image: url(/i/svg/arrow-right-green.svg) !important;
}
.page-wrapper.--green .arrow-btn {
  background-image: url(/i/svg/arrow-right-green.svg) !important;
}
.page-wrapper.--green .arrow-btn:hover, .page-wrapper.--green .article:hover .arrow-btn {
  color: #3DD9B3 !important;
}

/***** POPUP *****/
#shade {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 101;
}

.popup {
  display: none;
  max-height: 90%;
  overflow-y: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  max-width: 1360px;
  width: calc(100% - 2rem);
  z-index: 110;
  padding: 4.4rem 6.4rem;
  text-align: center;
}
.popup .close {
  width: 10px;
  height: 10px;
  background: url(/i/svg/close.svg);
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  cursor: pointer;
}
.popup .title {
  font-size: 2.15rem;
  line-height: 2.65rem;
  margin-bottom: 1rem;
}
.popup .banner {
  width: 100%;
  height: 460px;
  position: relative;
  margin-bottom: 2.5rem;
}
.popup .banner > div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.popup .banner > div.sel {
  opacity: 1;
}
.popup .banner .individuals {
  background-image: url(/i/individuals.png);
}
.popup .banner .professionals {
  background-image: url(/i/financialProf.png);
}
.popup .arrow-btn {
  border: solid 1px #000;
  width: 50%;
  max-width: 440px;
  text-align: left;
  padding: 1.5rem 1.3rem;
  background-position: 94%;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.popup .arrow-btn:hover {
  background-color: #1F1F1F;
  color: #fff;
}
.popup .arrow-btn.individuals {
  margin-right: 1.5rem;
}

.events-popup {
  max-width: 1722px;
  padding: 6rem 4.85rem;
}
.events-popup .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.events-popup .event {
  display: block;
  background-color: #fff;
  padding: 2.25rem 2rem 7rem 2.25rem;
  text-align: left;
  background: #F4F4F4;
  border: solid 1px transparent;
  transition: background-color 0.3s ease, border 0.3s ease;
  position: relative;
}
.events-popup .event img {
  display: block;
  width: 100%;
  max-height: 160px;
  object-fit: cover;
  margin: 1rem 0 1.5rem 0;
}
.events-popup .event p:not(.md) {
  font-size: 1rem;
  line-height: 1.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 1.1rem;
}
.events-popup .event .date {
  font-weight: 400;
  font-size: 14px !important;
  color: #1F1F1F;
  margin-bottom: 1.1rem;
  margin: 0;
  margin-top: 0 !important;
}
.events-popup .event .more-btn {
  display: inline-block;
  margin-top: 2.9rem;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.9px;
  color: #1F1F1F;
  padding: 10px 27px 10px 0;
  transition: color 0.3s ease;
  cursor: pointer;
  background: url(/i/svg/arrow-right.svg) 100% center/12px no-repeat;
  transition: color 0.3s ease;
  position: absolute;
  bottom: 2.25rem;
  left: 2rem;
}
.events-popup .event .more-btn:hover {
  color: #f90;
}
.events-popup .event:hover {
  background-color: #fff;
  border-color: #1F1F1F;
}
.events-popup .event:hover .more-btn {
  color: #f90;
}
.events-popup .footer-events-link {
  display: inline-block;
}
.events-popup .global-btn {
  width: 245px;
  margin-top: 2.7rem;
}

.subscribe-popup {
  max-width: 1100px;
}
.subscribe-popup .container {
  display: block;
  text-align: left;
}
.subscribe-popup .hs-richtext {
  margin-top: -1.75rem;
}
.subscribe-popup .hs-richtext p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 1rem;
}
.subscribe-popup .hs-richtext a {
  color: #1F1F1F;
}
.subscribe-popup p.lg {
  margin-bottom: 1.5rem;
}

.warning {
  max-width: 700px;
  padding: 2rem 1rem;
  overflow: hidden;
}
.warning .arrow-btn {
  transition: color 0.3s ease, background-color 0.3s ease, background-image 0.3s ease;
}
.warning .arrow-btn:hover {
  background-image: url(/i/svg/arrow-right-wt.svg);
}

.wealth-manag {
  text-align: left;
}
.wealth-manag h3, .wealth-manag p {
  margin-bottom: 1.3rem;
}

#disclosure #container .s1 {
  padding: 12.5rem 0 7.5rem 0;
}
#disclosure #container .s1 .container {
  max-width: 1100px;
}
#disclosure #container .s1 h3 {
  margin-bottom: 2.5rem;
}
#disclosure #container .s1 p {
  font-size: 1rem;
  margin-bottom: 1rem;
}
#disclosure #container .s1 p:last-of-type {
  margin-bottom: 0;
}
#disclosure #container .s1 p span {
  font-weight: 600;
}
#disclosure #container .s1 a {
  color: #1F1F1F;
  transition: color 0.3s ease;
}
#disclosure #container .s1 a:hover {
  color: #f90;
}
#disclosure #container .s1 ul {
  list-style: none;
  margin: 1rem 0;
}
#disclosure #container .s1 ul li {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #1F1F1F;
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
}
#disclosure #container .s1 ul li::before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #1F1F1F;
  position: absolute;
  left: 0;
  top: 12px;
}

.video-popup {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s;
  width: calc(100% - 5rem);
  max-width: 1000px;
  height: 600px;
  object-fit: fill;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 200;
}
.video-popup video {
  width: 100%;
}
.video-popup .close {
  display: block;
  width: 20px;
  height: 20px;
  background: url(/i/svg/close-wh.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: -25px;
  cursor: pointer;
}

/***** LETTERS *****/
#letter #container .s2 {
  padding: 12.5rem 0 7.5rem 0;
}
#letter #container .s2 .container {
  max-width: 1100px;
}
#letter #container .s2 h3 {
  margin-bottom: 2rem;
}
#letter #container .s2 .social {
  list-style-type: none;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 2rem;
}
#letter #container .s2 .social li {
  cursor: pointer;
  margin-bottom: 10px;
}
#letter #container .s2 .social svg {
  pointer-events: none;
  width: 100%;
}
#letter #container .s2 .social a, #letter #container .s2 .social .facebook {
  display: inline-block;
  width: 35px;
  height: 35px;
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
}
#letter #container .s2 ce ul, #letter #container .s2 ce ol {
  padding-left: 1rem;
}
#letter #container .s2 ce ul li, #letter #container .s2 ce ol li {
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.5rem;
}
#letter #container .s2 p {
  font-size: 1rem;
  margin-bottom: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
#letter #container .s2 p:last-of-type {
  margin-bottom: 0;
}
#letter #container .s2 a {
  color: #1F1F1F;
}

/***** MEDIA *****/
@media screen and (max-width: 1360px) {
  .events-popup {
    max-height: 90%;
    overflow-y: scroll;
  }
  .events-popup .container {
    grid-template-columns: repeat(2, 1fr);
  }
  header.active nav ul li {
    padding: 1rem;
  }
  header.active nav ul li a {
    font-size: 15px;
  }
  header.active nav ul .strive-funds {
    font-size: 12px;
    padding-right: 25px;
    left: 1rem;
    top: 15px;
  }
}
@media screen and (max-width: 1300px) {
  .home-banner {
    display: none;
  }
  header {
    top: 0;
  }
  header .funds-banner {
    display: none;
  }
  header .menu_container {
    display: block;
  }
  header .container {
    padding-top: 1rem;
  }
  header nav {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
  .inner .s1 {
    padding: 7.5rem 0;
  }
  .inner .s1 .wrap {
    width: 100%;
  }
  .inner .s1 .wrap .intro {
    max-width: none;
    margin: 0 1rem;
  }
  .inner .s1 .wrap .intro h2 {
    font-size: 3.4rem;
    line-height: 4.5rem;
  }
  .inner .s1 .wrap .content {
    width: 100%;
  }
  .inner .s1 .wrap .content .text {
    margin: 0 1rem;
    max-width: none;
  }
  .inner .s1 .image-box {
    width: 87%;
    height: 450px;
    position: relative;
    margin-bottom: 3rem;
  }
  .inner .s1 .image-box .image {
    background-position: top;
  }
  header.active .menu_container {
    top: 53%;
  }
  footer .logo {
    margin-bottom: 5rem;
  }
  .popup {
    padding: 4.4rem 1rem;
  }
  .popup .arrow-btn {
    max-width: 350px;
  }
  .warning {
    padding: 2rem 1rem;
  }
  #disclosure #container .s1 {
    padding: 7.5rem 0;
  }
  #letter #container .s2 {
    padding: 7.5rem 0;
  }
}
@media screen and (max-width: 1250px) {
  .subscribe-form .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
  }
  .subscribe-form .container .left, .subscribe-form .container .right {
    max-width: none !important;
  }
  header.active nav ul li {
    padding: 1rem;
  }
  header.active nav ul li a {
    font-size: 15px;
  }
  header.active nav ul .strive-funds {
    font-size: 12px;
    padding-right: 25px;
    left: 1rem;
    top: 15px;
  }
}
@media screen and (max-width: 1100px) {
  h2 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
  h3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  p.lg {
    font-size: 1.25rem;
  }
  footer .bottomNav {
    display: none !important;
  }
  footer .bottomNavMobile {
    display: block !important;
  }
  header.active nav ul li {
    padding: 1rem;
  }
  header.active nav ul li a {
    font-size: 15px;
  }
  header.active nav ul .strive-funds {
    font-size: 12px;
    padding-right: 25px;
    left: 1rem;
    top: 15px;
  }
}
@media screen and (max-width: 980px) {
  .popup .banner {
    height: 370px;
  }
  .popup .arrow-btn {
    max-width: 300px;
    font-size: 12px;
  }
  .popup .arrow-btn.individuals {
    margin-right: 1rem;
  }
  body .cookie-disclaimer {
    left: 0 !important;
    width: 100% !important;
    transform: none !important;
    bottom: 0 !important;
  }
  body .cookie-disclaimer .c-disclaimer.c-on {
    display: block !important;
  }
  body .cookie-disclaimer .c-disclaimer.c-on > p {
    margin-bottom: 1.5rem;
  }
  body .cookie-disclaimer .c-disclaimer.c-on > a {
    margin-bottom: 0.5rem !important;
  }
  body .cookie-disclaimer .c-disclaimer.c-on > .btn-agree {
    margin-right: 0.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  body, html {
    -webkit-text-size-adjust: 100%;
  }
  .arrow-btn {
    font-size: 12px;
  }
  p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  p.lg {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
  h2 {
    font-size: 2.3rem;
    line-height: 3rem;
  }
  h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .secPadding {
    padding: 5rem 0;
  }
  .global-btn {
    height: 67px;
    padding: 15px;
  }
  .global-btn span {
    padding-right: 26px;
    font-size: 12px;
  }
  .inner .s1 {
    padding: 5rem 0;
  }
  .inner .s1 .wrap {
    position: relative;
    padding-top: 350px;
  }
  .inner .s1 .wrap h1 {
    font-size: 1.3rem;
  }
  .inner .s1 .wrap .intro h2 {
    font-size: 2rem;
    line-height: 2.7rem;
  }
  .inner .s1 .wrap .content {
    margin-top: 1.7rem;
  }
  .inner .s1 .image-box {
    display: none;
  }
  .inner .s1 .text p.act {
    margin: 2rem 0;
  }
  .inner .s1 .wrap::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 300px;
    background: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
  }
  header .logo {
    width: 185px;
  }
  header .menu_container #menu_btn, header .menu_container #menu_btn i {
    width: 35px;
  }
  header.active nav ul li {
    padding: 1rem;
  }
  header.active nav ul li a {
    font-size: 15px;
  }
  header.active nav ul .strive-funds {
    font-size: 12px;
    padding-right: 25px;
    left: 1rem;
    top: 15px;
  }
  header.active nav .dropdown ul li {
    margin-bottom: 0;
  }
  header.active nav .dropdown > ul li a, header.active nav .dropdown ul li a {
    font-size: 13px;
    line-height: 18px;
  }
  header.active nav .dropdown.open ul {
    margin-top: 3px;
  }
  header.active nav .wrapper .arrow-btn {
    font-size: 11px;
  }
  header.active #menu_btn i:nth-child(1),
  header.active #menu_btn i:nth-child(3) {
    width: 35px;
  }
  footer {
    padding-top: 5rem;
  }
  footer .logo {
    width: 230px;
    margin-bottom: 4rem;
  }
  footer .bottom {
    padding-bottom: 2.5rem;
  }
  footer .bottom a, footer .bottom button {
    display: block;
    margin-left: 0 !important;
    margin-bottom: 1rem;
  }
  .popup {
    padding: 3rem 0;
  }
  .popup .close {
    right: 1.5rem;
  }
  .popup .title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .popup .banner {
    height: 200px;
  }
  .popup .arrow-btn {
    width: 100%;
    padding: 1.2rem 1rem;
  }
  .popup .arrow-btn.individuals {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .events-popup {
    padding: 4rem 0;
  }
  .events-popup .container {
    grid-template-columns: repeat(1, 1fr);
  }
  .events-popup .event {
    padding: 2rem 1rem;
  }
  .events-popup .event .more-btn {
    position: relative;
    bottom: auto;
    left: auto;
    font-size: 12px;
  }
  .subscribe-form {
    padding: 5rem 0;
  }
  .subscribe-form .left .title {
    font-size: 1.3rem;
    line-height: 2rem;
  }
  .subscribe-form .right form input, .subscribe-form .right form select {
    margin-bottom: 1.5rem;
  }
  .subscribe-form .right form .hs-button {
    width: 160px;
    font-size: 12px;
  }
  .subscribe-form .right form .hs-error-msg {
    top: -1rem;
  }
  #disclosure #container .s1 {
    padding: 6rem 0 5rem 0;
  }
  #disclosure #container .s1 h3 {
    margin-bottom: 2rem;
  }
  #disclosure #container .s1 ul li::before {
    top: 9px;
  }
  .video-popup .close {
    width: 15px;
    height: 15px;
    right: -20px;
  }
  #letter #container .s2 {
    padding: 5rem 0;
  }
}

/*# sourceMappingURL=global.css.map */
