:root {
  --grey: #888585;
  --dim-grey: #636060;
  --light-grey: rgba(0, 0, 0, .24);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  height: 100%;
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 100%;
}

.section {
  width: 100%;
}

.accordions {
  width: 100%;
  height: 500px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.accordion {
  width: 10%;
  /* height: 66%; */
  color: #fff;
  background-color: #000;
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: visible;
}

.accordion:hover {
  background-color: #3b3b3b;
}

.accordion.active {
  width: 80%;
  /* height: 66%; */
  background-color: rgba(99, 96, 96, 0);
  justify-content: flex-end;
}

.vertical-text {
  z-index: 10;
  font-family: Theinhardt, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 101%;
  position: relative;
}

.accordion-header {
  z-index: 10;
  width: 10vw;
  height: 100%;
  border-left: 1px solid var(--grey);
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
  position: relative;
}

.flex-fix {
  flex: 1;
}

.numbers {
  z-index: 10;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  position: relative;
}

.image-container {
  z-index: -1;
  width: 100%;
  height: 620px;
  aspect-ratio: auto;
  object-fit: fill;
  align-items: flex-end;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.image-cover {
  width: 100vw;
  height: 540px;
  max-height: none;
  max-width: 100vw;
  opacity: 1;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
}

.background-color {
  background-color: var(--dim-grey);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.spacer {
  width: 100%;
  height: 100px;
  display: none;
}

.accordion-label {
  z-index: 2;
  width: 450px;
  color: #fff;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 9px;
  font-family: Theinhardt, sans-serif;
  font-size: 36px;
  line-height: 40px;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.accordion-label.show-mvp {
  display: none;
}

.accordion-label.subhead {
  width: 670px;
  padding-bottom: 51px;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.accordion-label.subhead.disclaimer {
  color: #000;
  padding-top: 8px;
  padding-bottom: 0;
  font-size: 13px;
  font-weight: 400;
}

.body {
  height: 50%;
}

.marquee-horizontal {
  z-index: 100;
  width: 100%;
  height: 40px;
  background-color: var(--dim-grey);
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.track-horizontal-alt {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.marquee-text {
  color: #fff;
  letter-spacing: -.5px;
  text-transform: uppercase;
  flex: none;
  margin-left: 15px;
  margin-right: 15px;
  font-weight: 700;
}

.marquee-text.alt {
  color: var(--light-grey);
  font-style: italic;
}

.flex-horizontal {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-2 {
  z-index: 0;
  width: 100%;
  height: 370px;
  background-color: #000;
  display: none;
  position: absolute;
}

.section-3 {
  width: 3%;
  height: 100%;
  background-color: #1e9bd7;
  position: absolute;
}

.section-3.yellow {
  background-color: #ffbf27;
}

.section-3.purple {
  background-color: #5949a7;
}

.section-3.teal {
  background-color: #1cd8c0;
}

.heading {
  position: absolute;
}

.paragraph {
  max-width: 60%;
  margin-bottom: 47px;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block {
  width: 100%;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 14%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block._2 {
  padding-bottom: 39px;
}

.div-block._3 {
  margin-bottom: 4px;
  padding-bottom: 7px;
}

.text-block {
  width: 400px;
  max-width: 520px;
  min-width: 100%;
  color: #000;
  overflow-wrap: normal;
  padding-bottom: 17px;
  padding-left: 5px;
  font-family: Theinhardt, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.text-block.top-bullets {
  width: 400px;
  min-width: 100%;
  color: #000;
  padding-bottom: 13px;
  padding-left: 5px;
  font-size: 15px;
  line-height: 24px;
}

.list {
  width: 640px;
  padding-left: 18px;
  padding-right: 38px;
}

.list._2 {
  margin-bottom: -12px;
}

.image {
  -webkit-text-stroke-width: 0px;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  position: static;
}

.image.fill {
  display: none;
  position: absolute;
  top: auto;
  bottom: 35px;
  left: 0%;
  right: 0%;
}

.div-block-2 {
  width: 100%;
  flex: 0 auto;
  align-self: center;
  position: static;
}

.list-item {
  margin-left: 25px;
  padding-left: 0;
}

.list-item-2, .list-item-3, .list-item-4 {
  margin-left: 25px;
}

.mobile-accordion, .dropdown, .container-2 {
  display: none;
}

.list-item-16, .list-item-17, .list-item-18 {
  color: #000;
}

@media screen and (max-width: 991px) {
  .accordions {
    display: none;
  }

  .accordion {
    width: 100%;
    height: 10%;
    flex-direction: column;
  }

  .accordion.active {
    width: 100%;
    height: 43%;
  }

  .image-container {
    height: 41vh;
  }

  .accordion-label {
    padding-bottom: 5px;
    font-size: 30px;
  }

  .accordion-label.show-mvp {
    padding-left: 24px;
    padding-right: 24px;
    display: block;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
  }

  .accordion-label.subhead.mobile {
    padding-bottom: 29px;
  }

  .accordion-label.subhead.mobile.yellow {
    padding-bottom: 25px;
  }

  .accordion-label.subhead.mobile.third {
    padding-bottom: 23px;
  }

  .accordion-label.subhead.disclaimer {
    padding-top: 0;
  }

  .body {
    height: auto;
  }

  .section-3.purple {
    z-index: 0;
  }

  .section-3.purple.mobile {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .section-3.purple.mobile.blue {
    width: 18px;
    background-color: #1e9bd7;
  }

  .section-3.purple.mobile.yellow {
    width: 18px;
    background-color: #ffbf27;
  }

  .section-3.purple.mobile.teal {
    width: 18px;
  }

  .div-block {
    padding-top: 15px;
    padding-bottom: 11px;
    padding-left: 35px;
    position: relative;
  }

  .div-block.mobile {
    padding-top: 13px;
    padding-bottom: 0;
    padding-left: 45px;
  }

  .div-block.mobile._3rd {
    padding-bottom: 8px;
  }

  .div-block.mobile.first {
    padding-top: 0;
  }

  .text-block {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
  }

  .text-block.top-bullets {
    color: #000;
    font-size: 14px;
    line-height: 20px;
  }

  .list {
    width: 88%;
    -webkit-text-stroke-color: #fff;
    margin-bottom: 7px;
  }

  .list-item, .list-item-2, .list-item-3, .list-item-4 {
    color: #fff;
  }

  .mobile-accordion {
    height: 70px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #000;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .mobile-accordion.open {
    height: 330px;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-accordion.active {
    height: 37%;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #000;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: static;
  }

  .div-block-3 {
    background-color: #000;
  }

  .heading-2 {
    color: #fff;
    padding-top: 12px;
    padding-left: 26px;
    font-family: Theinhardt, sans-serif;
    font-size: 30px;
  }

  .div-block-4 {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .text-block-2 {
    color: #fff;
    font-family: Theinhardt, sans-serif;
    font-size: 17px;
    font-weight: 700;
  }

  .section-4 {
    z-index: -1;
    height: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .68)), url('../images/accordion1.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, 100%;
    background-attachment: scroll, fixed;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    margin-top: -50px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: relative;
    top: 0;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .section-4.second-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .68)), url('../images/participantcommunications.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .image-2 {
    opacity: 1;
    margin-top: 8px;
    margin-right: 20px;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .text-block-3 {
    position: absolute;
  }

  .dropdown {
    width: 100%;
    background-color: #000;
    border: 1px solid #000;
    border-bottom: 2px solid #fff;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .dropdown-toggle {
    width: 100%;
    flex-direction: row;
    padding-left: 40px;
    display: flex;
  }

  .dropdown-toggle.w--open {
    width: 100%;
    padding-left: 40px;
  }

  .dropdown-toggle.open {
    height: 330px;
  }

  .text-block-4 {
    color: #fff;
    font-family: Theinhardt, sans-serif;
    font-size: 16px;
    font-weight: 700;
  }

  .image-3 {
    width: 100%;
    height: auto;
  }

  .section-5 {
    height: 360px;
  }

  .div-block-6 {
    height: 240px;
    background-image: url('../images/participantcommunications.jpg');
    background-position: 50% 0;
    background-size: cover;
  }

  .div-block-6.image-3 {
    height: 360px;
    background-image: linear-gradient(to bottom, var(--light-grey), #000 66%), url('../images/esg-tab-img.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, auto 420px;
    align-items: flex-end;
    margin-top: -55px;
    display: flex;
  }

  .div-block-6.image-1 {
    background-image: none;
    align-items: flex-end;
    display: flex;
  }

  .div-block-6.second-image {
    height: 360px;
    background-image: linear-gradient(rgba(0, 0, 0, .23), #000 62%), url('../images/privatemarkets-tab-img.jpg');
    background-position: 0 0, 50% 640%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 370px;
    align-items: flex-end;
    margin-top: -55px;
    display: flex;
  }

  .div-block-6.image-4 {
    height: 280px;
    background-image: linear-gradient(249deg, rgba(0, 0, 0, .19), rgba(0, 0, 0, .81)), url('../images/supportforplansponsors.jpg');
    background-position: 0 0, -20% 5%;
    background-size: auto, 110%;
    align-items: flex-end;
    margin-top: -55px;
    display: flex;
  }

  .div-block-6.image-4.first-image {
    height: 360px;
    background-image: linear-gradient(rgba(0, 0, 0, .11), #000), url('../images/slide1.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 250px;
  }

  .list-item-5, .list-item-6 {
    color: #fff;
  }

  .list-item-6.indent {
    margin-left: 20px;
  }

  .list-item-7 {
    color: #fff;
  }

  .list-item-7.indent {
    margin-left: 20px;
  }

  .dropdown-list, .dropdown-list-2, .dropdown-list-3 {
    position: static;
  }

  .image-5 {
    margin-top: 8px;
    margin-right: 20px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .icon {
    display: none;
  }

  .heading-3 {
    color: #fff;
    font-family: Theinhardt, sans-serif;
    font-size: 27px;
  }

  .list-item-8, .list-item-9, .list-item-10, .list-item-11, .list-item-12, .list-item-13, .list-item-14 {
    color: #000;
  }

  .list-item-15 {
    color: #fff;
  }

  .image-6 {
    margin-right: 20px;
    padding-top: 10px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .image-6.close-icon {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .div-block-7 {
    background-color: #fff;
    margin-bottom: -7px;
    margin-left: -27px;
    padding-top: 21px;
    padding-left: 21px;
  }

  .div-block-8 {
    background-color: #fff;
    margin-bottom: -7px;
    margin-left: -27px;
    padding-top: 20px;
    padding-left: 19px;
  }

  .div-block-9 {
    background-color: #f7f7f7;
    margin-bottom: -9px;
    margin-left: -27px;
    padding-top: 20px;
    padding-bottom: 9px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .accordion-label {
    padding-bottom: 2px;
    font-size: 26px;
  }

  .accordion-label.subhead.mobile {
    width: 90%;
    padding-bottom: 25px;
    font-size: 19px;
    line-height: 24px;
  }

  .accordion-label.subhead.disclaimer {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 19px;
    padding-bottom: 0;
    font-size: 11px;
  }

  .div-block {
    overflow: visible;
  }

  .div-block.mobile {
    padding-bottom: 11px;
  }

  .div-block.mobile.yellow {
    padding-bottom: 22px;
  }

  .text-block.top-bullets {
    width: 70%;
    padding-bottom: 8px;
    font-size: 12px;
  }

  .list {
    width: 92%;
    margin-bottom: -22px;
  }

  .dropdown {
    display: block;
  }

  .dropdown-toggle.open {
    position: relative;
  }

  .div-block-6.image-3 {
    background-image: linear-gradient(rgba(0, 0, 0, .23), #000 67%), url('../images/esg-tab-img.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 290px;
  }

  .div-block-6.image-1 {
    background-position: 0 0, -6% 18%;
    background-size: auto, 145%;
  }

  .div-block-6.second-image {
    background-image: linear-gradient(rgba(0, 0, 0, .23), #000 62%), url('../images/privatemarkets-tab-img.jpg');
    background-position: 0 0, 50% -160%;
    background-repeat: repeat, repeat;
    background-size: auto, auto 330px;
  }

  .div-block-6.image-4 {
    background-position: 0 0, -10% 5%;
    background-size: auto, 130%;
  }

  .div-block-6.image-4.first-image {
    background-position: 0 0, 50% 0;
    background-size: auto, auto 220px;
  }

  .paragraph-2 {
    color: #fff;
  }

  .div-block-7 {
    margin-bottom: 11px;
  }

  .div-block-8 {
    margin-bottom: -18px;
  }

  .div-block-9 {
    padding-top: 13px;
    padding-bottom: 3px;
  }
}

@media screen and (max-width: 479px) {
  .accordion-label {
    width: 90%;
    padding-bottom: 9px;
    font-size: 21px;
    line-height: 20px;
  }

  .accordion-label.show-mvp {
    font-size: 60px;
  }

  .accordion-label.subhead.mobile {
    width: 90%;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 19px;
  }

  .accordion-label.subhead.mobile.yellow {
    width: 90%;
    padding-bottom: 19px;
    font-size: 16px;
    line-height: 19px;
  }

  .accordion-label.subhead.mobile.third {
    width: 90%;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .accordion-label.subhead.disclaimer {
    width: 90%;
    padding-bottom: 5px;
    font-size: 11px;
    line-height: 17px;
  }

  .section-3.purple.mobile {
    width: 6%;
  }

  .section-3.purple.mobile.blue {
    width: 20px;
  }

  .div-block {
    width: 102%;
    height: auto;
    max-width: 101.999%;
    min-width: 101.999%;
    flex-flow: column;
    align-self: auto;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 35px;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .div-block.mobile {
    padding-bottom: 0;
  }

  .div-block.mobile.yellow {
    padding-top: 16px;
    padding-bottom: 18px;
  }

  .div-block.mobile._3rd {
    margin-bottom: 9px;
    padding-top: 11px;
    padding-bottom: 0;
  }

  .div-block.mobile.first {
    height: 63%;
    padding-bottom: 42px;
  }

  .text-block {
    width: 106%;
    max-width: none;
    min-width: auto;
  }

  .text-block.top-bullets {
    width: 110%;
    max-width: none;
    min-width: auto;
    aspect-ratio: auto;
    line-height: 18px;
    position: static;
    overflow: visible;
  }

  .list {
    width: 92%;
    height: auto;
    margin-bottom: -15px;
    padding-bottom: 5px;
    display: block;
    position: static;
  }

  .mobile-accordion {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .heading-2 {
    width: 150%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 19px;
    line-height: 22px;
  }

  .columns {
    flex-direction: row;
    align-items: stretch;
    display: flex;
  }

  .column, .column-2 {
    align-self: center;
  }

  .columns-2 {
    display: flex;
  }

  .div-block-4 {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-self: auto;
    display: flex;
  }

  .div-block-5 {
    align-self: center;
    padding-right: 0;
  }

  .text-block-2 {
    color: #fff;
    align-self: center;
    padding-left: 0;
    font-family: Theinhardt, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 102%;
  }

  .dropdown {
    background-color: #000;
  }

  .dropdown-toggle {
    display: flex;
  }

  .dropdown-toggle.w--open {
    height: 54px;
  }

  .dropdown-toggle.open {
    display: inline-block;
  }

  .text-block-4 {
    width: auto;
    display: block;
    overflow: visible;
  }

  .text-block-4.hide-on-load {
    opacity: 0;
  }

  .section-5 {
    width: 100%;
    height: 400px;
    align-items: flex-end;
    margin-top: -55px;
    display: block;
  }

  .div-block-6.image-3 {
    height: 400px;
    background-image: linear-gradient(rgba(0, 0, 0, .23), #000 67%), url('../images/esg-tab-img.jpg');
    background-position: 0 0, 50% -380%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 360px;
  }

  .div-block-6.image-1 {
    width: auto;
    height: 100%;
    background-image: none;
    align-items: flex-end;
    display: block;
    position: static;
  }

  .div-block-6.second-image {
    height: 400px;
    background-image: url('../images/tab2-mob.jpg');
    background-position: 40% 0;
    background-repeat: no-repeat;
    background-size: auto 790px;
  }

  .div-block-6.image-4 {
    height: 400px;
    background-position: 0 0, 21% 0;
    background-size: auto, auto 100%;
  }

  .div-block-6.image-4.first-image {
    height: 400px;
    background-image: linear-gradient(rgba(0, 0, 0, .18), #000), url('../images/post-retirement-mob.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 820px;
    background-attachment: scroll, fixed;
  }

  .list-item-5 {
    width: 104%;
    max-width: none;
    min-width: auto;
    position: static;
  }

  .list-item-6.indent {
    width: 96%;
  }

  .heading-3 {
    color: #fff;
    font-family: Theinhardt, sans-serif;
    font-size: 18px;
  }

  .list-item-11, .list-item-12 {
    color: #000;
  }

  .image-6 {
    margin-right: 20px;
    padding-top: 10px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .image-6.close-icon {
    opacity: 0;
  }

  .div-block-7 {
    height: auto;
    margin-top: -8px;
    margin-bottom: -1px;
    margin-left: -25px;
    padding-top: 16px;
    padding-bottom: 9px;
  }

  .div-block-8 {
    width: 110%;
    background-color: #f7f7f7;
    margin-bottom: 0;
    padding-top: 12px;
  }
}


@font-face {
  font-family: 'Theinhardt';
  src: url('../fonts/Theinhardt-Regular.otf') format('opentype'), url('../fonts/Theinhardt-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Theinhardt';
  src: url('../fonts/Theinhardt-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Klavika';
  src: url('../fonts/Klavika-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Klavika';
  src: url('../fonts/Klavika-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}