/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/page/view.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
.is-style-hero {
  padding-top: calc(var(--wp--preset--spacing--4) + 6rem) !important;
}

hr.vertical {
  border: none;
  background: var(--wp--preset--color--2);
  height: 100%;
  width: 1px;
  margin: 0;
}

hr.horizontal {
  border: none;
  background: var(--wp--preset--color--7);
  height: 1px;
  width: 100%;
  margin: 0;
}

body > section {
  max-width: var(--wp--style--global--wide-size);
  margin: 0 auto;
}
@media only screen and (max-width: 1550px) {
  body > section {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }
}

.button {
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
  font-family: var(--wp--preset--font-family--1);
  padding: 0.75rem 1.75rem;
  border: 1px solid var(--wp--preset--color--3);
  border-radius: 1.75rem;
  background-color: transparent;
  width: auto;
  min-width: 9rem;
  color: var(--wp--preset--color--4);
  transition: all 0.5s ease-in-out;
  text-align: center;
  pointer-events: all;
  cursor: pointer;
}
.button--white {
  color: var(--wp--preset--color--2);
  border-color: var(--wp--preset--color--4);
}
.button--disabled {
  color: var(--wp--preset--color--7);
  border-color: var(--wp--preset--color--7);
  pointer-events: none;
}
.button:hover {
  color: var(--wp--preset--color--2);
  border-color: var(--wp--preset--color--4);
  background-color: var(--wp--preset--color--4);
}
.button.active {
  color: var(--wp--preset--color--2);
  border-color: var(--wp--preset--color--4);
  background-color: var(--wp--preset--color--4);
}
@media screen and (max-width: 768px) {
  .button {
    min-width: 6rem;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
  }
}

.header {
  position: sticky;
  z-index: 1000;
  top: 0;
  box-sizing: border-box;
  width: 100%;
  color: var(--wp--preset--color--1);
  transition: all 0.5s;
}
.header.is-hidden {
  transform: translateY(-100%);
}
.header.is-hidden .is-open {
  transform: translateY(10%);
}
body:has(.is-style-hero) .header {
  position: fixed;
}
body:has(.is-style-hero) .header:not(.is-scrolling) {
  background-color: transparent;
}
.header--if .header__brand svg #FPA-Logo-IF {
  display: block;
}
.header--funds .header__brand svg #FPA-Logo-Funds {
  display: block;
}
.header--1 .header__segmentation {
  background-color: rgba(0, 59, 92, 0.75);
}
.header--1 .header__brand svg path {
  fill: var(--wp--preset--color--3);
}
.header--1 .header__brand svg line {
  stroke: var(--wp--preset--color--3);
}
.header--1 .header__nav ul > li > a {
  color: var(--wp--preset--color--3);
}
@media only screen and (max-width: 960px) {
  .header--1 .header__nav ul > li > a {
    color: var(--wp--preset--color--2);
  }
}
.header--1 .header__nav ul li.header > a {
  border-bottom: 1px solid var(--wp--preset--color--3);
}
@media only screen and (max-width: 960px) {
  .header--1 .header__nav ul li.header > a {
    border-bottom: 1px solid var(--wp--preset--color--2);
  }
}
.header--2 .header__segmentation {
  background-color: rgba(0, 59, 92, 0.4);
}
.header--2 .header__brand svg path {
  fill: var(--wp--preset--color--2);
}
.header--2 .header__brand svg line {
  stroke: var(--wp--preset--color--2);
}
.header--2 .header__nav ul > li > a {
  color: var(--wp--preset--color--2);
}
.header--3 .header__segmentation {
  background-color: rgba(0, 0, 0, 0.13);
}
.header--3 .header__brand svg path {
  fill: var(--wp--preset--color--2);
}
.header--3 .header__brand svg line {
  stroke: var(--wp--preset--color--2);
}
.header--3 .header__nav ul > li > a {
  color: var(--wp--preset--color--2);
}
@media only screen and (max-width: 960px) {
  .header--3 .header__nav ul > li > a {
    color: var(--wp--preset--color--2);
  }
}
.header.is-scrolling {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.5);
  transition: -webkit-backdrop-filter 0.5s ease-in-out;
  transition: backdrop-filter 0.5s ease-in-out;
  transition: backdrop-filter 0.5s ease-in-out, -webkit-backdrop-filter 0.5s ease-in-out;
  padding-bottom: 1rem;
}
.header.is-scrolling .header__segmentation {
  background-color: rgba(0, 59, 92, 0.75);
}
.header.is-scrolling .header__brand svg path {
  fill: var(--wp--preset--color--3);
}
.header.is-scrolling .header__brand svg line {
  stroke: var(--wp--preset--color--3);
}
.header.is-scrolling .header__nav ul > li > a {
  color: var(--wp--preset--color--3);
}
@media screen and (max-width: 960px) {
  .header.is-scrolling .header__nav ul > li > a {
    color: var(--wp--preset--color--2);
  }
}
.header.is-scrolling .header__nav .level-2 {
  border-color: var(--wp--preset--color--3);
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
@media screen and (max-width: 960px) {
  .header.is-scrolling .header__nav .level-2 {
    color: var(--wp--preset--color--2);
    background: none;
    box-shadow: none;
  }
}
.header.is-scrolling .header__nav .level-2 li.header > a {
  border-bottom: 1px solid var(--wp--preset--color--3);
}
.header.header__segmentation--open {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
.header__segmentation {
  position: absolute;
  background-color: rgba(0, 59, 92, 0.75);
  padding: 0.5rem max(var(--wp--preset--spacing--2), var(--wp--preset--spacing--1));
  overflow: hidden;
  height: 2.75rem;
  width: 100vw;
  box-sizing: border-box;
  z-index: 1500;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  transition: height 0.5s ease-in-out, background-color 0.5s ease-in-out;
}
@media only screen and (max-width: 800px) {
  .header__segmentation {
    height: 2.25rem;
    padding: 0.5rem max(var(--wp--preset--spacing--1), var(--wp--preset--spacing--1));
  }
}
.header__segmentation * {
  box-sizing: border-box;
}
.header__segmentation hr {
  background: var(--wp--preset--color--2);
  opacity: 50%;
}
.header__segmentation h4 {
  font-size: clamp(1.25rem, 3.5vw, var(--wp--preset--font-size--4));
}
.header__segmentation p {
  font-size: clamp(0.25rem, 2vw, 1rem);
}
.header__segmentation.is-open {
  background-color: rgba(0, 59, 92, 0.9);
  height: 100vh;
}
@media only screen and (max-width: 800px) and (max-height: 1000px), only screen and (max-height: 1000px) {
  .header__segmentation.is-open {
    height: auto;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 1550px), only screen and (max-height: 780px) {
  .header__segmentation.is-open {
    height: 100vh;
    overflow-y: auto;
  }
}
.header__segmentation.is-open .header__segmentation__nav--close {
  display: block;
}
.header__segmentation.is-open .header__segmentation__account--control {
  display: none;
}
.header__segmentation.is-open .header__segmentation__inner {
  opacity: 1;
}
.header__segmentation.account-is-open {
  height: 4.5rem;
}
.header__segmentation.account-is-open .header__segmentation__account__nav {
  display: flex;
  opacity: 1;
}
.header__segmentation__nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
}
.header__segmentation__nav--control {
  all: unset;
  position: relative;
  padding-right: 1.5rem;
  cursor: pointer;
}
.header__segmentation__nav--control::after {
  content: "";
  position: absolute;
  top: 25%;
  right: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 1px solid var(--wp--preset--color--2);
  border-bottom: 1px solid var(--wp--preset--color--2);
  transform: rotate(45deg);
}
@media only screen and (max-width: 960px) {
  .header__segmentation__nav--control::after {
    width: 0.45rem;
    height: 0.45rem;
    top: 15%;
  }
}
.header__segmentation__nav--close {
  all: unset;
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 0.75rem;
  right: 2.8rem;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 800px) {
  .header__segmentation__nav--close {
    right: 0;
  }
}
.header__segmentation__nav--close::before, .header__segmentation__nav--close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 1px;
  background-color: var(--wp--preset--color--2);
  transform-origin: center;
}
.header__segmentation__nav--close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.header__segmentation__nav--close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header__segmentation__account {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 9;
}
.header__segmentation__account--control {
  all: unset;
  cursor: pointer;
  transition: opacity 0.25s;
}
.header__segmentation__account--control:hover {
  opacity: 0.75;
}
.header__segmentation__account p {
  margin: 0;
}
.header__segmentation__account__nav {
  all: unset;
  display: none;
  flex-direction: row;
  gap: 1.125rem;
  opacity: 0;
  list-style-type: none;
  border-top: 1px solid var(--wp--preset--color--2);
  margin-top: 6px;
}
.header__segmentation__account__nav li {
  margin: 0;
}
.header__segmentation__account__nav li a {
  font-size: 0.75rem;
  transition: opacity 0.25s;
}
.header__segmentation__account__nav li a:hover {
  opacity: 0.75;
}
.header__segmentation__inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 100%;
  padding: 10.5vh 7vw;
  gap: 7rem;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
@media only screen and (max-width: 1550px), only screen and (max-height: 780px) {
  .header__segmentation__inner {
    flex-direction: column;
    justify-content: flex-start;
    gap: 2.25rem;
    padding: 6rem 4vw 3rem 4vw;
    height: auto;
  }
  .header__segmentation__inner hr.vertical {
    width: 100%;
    height: 1px;
    flex: 0 0 auto;
  }
}
@media only screen and (max-width: 960px) {
  .header__segmentation__inner {
    flex-direction: column;
    gap: 1.25rem;
    padding: 2.5rem 2vw 3rem 2vw;
  }
}
@media only screen and (max-width: 800px) {
  .header__segmentation__inner {
    padding: 1.5rem 1vw 3rem 1vw;
    gap: 0.75rem;
  }
}
.header__segmentation__col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4vh;
  flex: 1 1 50%;
}
@media only screen and (max-width: 1750px) {
  .header__segmentation__col:first-child {
    flex: 0 0 33%;
  }
}
@media only screen and (max-width: 800px) {
  .header__segmentation__col:first-child {
    flex: 0 0 5rem;
  }
}
@media only screen and (max-width: 1550px) {
  .header__segmentation__col {
    flex: 0 0 auto;
  }
}
@media only screen and (max-width: 1550px) {
  .header__segmentation__col {
    justify-content: flex-end;
  }
}
.header__segmentation__col svg {
  display: none;
}
.header__segmentation__col h2 {
  margin: 0;
}
.header__segmentation__col > a {
  color: var(--wp--preset--color--2);
  text-decoration: none;
  font-size: var(--wp--preset--font-size--1);
  font-weight: bold;
  transition: color 0.25s;
}
.header__segmentation__col > a:hover {
  color: var(--wp--preset--color--3);
}
.header__segmentation__col #logo {
  display: none;
}
.header__segmentation__options {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--1);
  width: 100%;
}
@media only screen and (max-width: 1550px) {
  .header__segmentation__options {
    gap: 0.75rem;
  }
}
.header__segmentation__option {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-right: 15rem;
}
@media only screen and (max-width: 800px) {
  .header__segmentation__option {
    padding-right: 0;
    margin-bottom: 1rem;
  }
}
.header__segmentation__option hr {
  display: none;
}
.header__segmentation__option * {
  margin: 0;
}
.header__segmentation__option--control {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 800px) {
  .header__segmentation__option--control {
    position: static;
    transform: none;
    margin-top: 1rem;
    max-width: 6rem;
  }
}
.header__segmentation__terms {
  transition: all 0.5s ease-in-out;
}
.header__segmentation__terms.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.header__segmentation__terms.active {
  opacity: 1;
  pointer-events: all;
}
.header__segmentation__terms a {
  text-decoration: underline;
  transition: opacity 0.5s;
}
.header__segmentation__terms a:hover {
  opacity: 0.75;
}
.header__segmentation__terms * {
  margin: 0;
}
.header__segmentation__terms hr {
  display: none;
}
.header__segmentation__terms__inner {
  margin-bottom: 3.25rem;
}
.header__segmentation * {
  color: var(--wp--preset--color--2);
  text-decoration: none;
}
.header__segmentation--init {
  padding: 0;
  transition: none;
}
.header__segmentation--init.is-open {
  background-color: var(--wp--preset--color--2);
  height: auto;
  overflow-y: auto;
}
.header__segmentation--init .header__segmentation__nav--control, .header__segmentation--init .header__segmentation__account--control, .header__segmentation--init .header__segmentation__nav--close {
  display: none;
}
.header__segmentation--init hr {
  background-color: var(--wp--preset--color--7);
  display: none;
}
.header__segmentation--init .header__segmentation__inner {
  padding: 0;
  gap: 0;
}
.header__segmentation--init .header__segmentation__col:first-child {
  padding: 3.75rem;
  background: linear-gradient(to right, rgba(0, 59, 92, 0.9), rgba(0, 59, 92, 0.9)), url(images/fpa-1.a1085b10.jpg);
  background-position: center;
  background-size: cover;
}
.header__segmentation--init .header__segmentation__col:first-child svg {
  display: block;
  height: 5.25rem;
}
.header__segmentation--init .header__segmentation__col:first-child svg path {
  fill: var(--wp--preset--color--2);
}
.header__segmentation--init .header__segmentation__col:first-child svg #FPA-Logo-Funds {
  display: none;
}
@media only screen and (max-width: 1550px), only screen and (max-height: 780px) {
  .header__segmentation--init .header__segmentation__col:first-child svg {
    height: 3rem;
  }
}
.header__segmentation--init .header__segmentation__col:first-child h2 {
  color: var(--wp--preset--color--2);
}
@media only screen and (max-height: 1050px) {
  .header__segmentation--init .header__segmentation__col:last-child {
    gap: 0;
  }
}
@media only screen and (max-width: 1550px), only screen and (max-height: 780px) {
  .header__segmentation--init .header__segmentation__col:last-child {
    padding: 2rem 0;
  }
}
.header__segmentation--init .header__segmentation__options {
  flex: 1 1 auto;
  justify-content: center;
  padding: var(--wp--preset--spacing--2) clamp(1rem, 6vw, 8rem);
  gap: 5vh;
  width: 100%;
}
@media only screen and (max-width: 1550px) {
  .header__segmentation--init .header__segmentation__options {
    padding-bottom: var(--wp--preset--spacing--2);
  }
}
.header__segmentation--init .header__segmentation__options p {
  padding-right: 15rem;
}
@media only screen and (max-width: 800px) {
  .header__segmentation--init .header__segmentation__options p {
    padding: 0;
  }
}
@media only screen and (max-height: 1050px) {
  .header__segmentation--init .header__segmentation__options {
    gap: 2rem;
  }
}
.header__segmentation--init .header__segmentation__option {
  gap: 0.75rem;
  padding-right: 0;
}
.header__segmentation--init .header__segmentation__option hr {
  display: block;
  opacity: 25%;
}
.header__segmentation--init .header__segmentation__option h4 {
  font-size: clamp(1.25rem, 3.5vw, var(--wp--preset--font-size--4));
}
.header__segmentation--init .header__segmentation__option p {
  margin-bottom: 1.125rem;
  font-size: var(--wp--preset--font-size--2);
  font-size: clamp(0.25rem, 2vw, 1rem);
}
@media only screen and (max-height: 1050px) {
  .header__segmentation--init .header__segmentation__option p {
    margin-bottom: 0.5rem;
  }
}
.header__segmentation--init .header__segmentation__option .button {
  top: initial;
  bottom: -0.75rem;
  transform: none;
  border-color: var(--wp--preset--color--3);
}
@media only screen and (max-height: 800px) {
  .header__segmentation--init .header__segmentation__option .button {
    font-size: var(--wp--preset--font-size--1);
  }
}
.header__segmentation--init .header__segmentation__option .button:hover {
  border-color: var(--wp--preset--color--4);
}
.header__segmentation--init .header__segmentation__terms {
  background-color: #F8F8F8;
  padding: 5vw clamp(1rem, 6vw, 8rem);
}
.header__segmentation--init .header__segmentation__terms h4 {
  font-size: clamp(1.25rem, 3.5vw, var(--wp--preset--font-size--4));
}
.header__segmentation--init .header__segmentation__terms p {
  font-size: clamp(0.25rem, 2vw, 1rem);
}
.header__segmentation--init .header__segmentation__terms a {
  color: var(--wp--preset--color--4);
  transition: opacity 0.5s;
}
.header__segmentation--init .header__segmentation__terms a:hover {
  opacity: 0.75;
}
.header__segmentation--init .header__segmentation__terms hr {
  display: block;
  margin: 0.75rem 0;
  margin-top: 1.125rem;
  opacity: 25%;
}
.header__segmentation--init .header__segmentation__terms .button {
  border-color: var(--wp--preset--color--3);
}
@media only screen and (max-height: 800px) {
  .header__segmentation--init .header__segmentation__terms .button {
    font-size: var(--wp--preset--font-size--1);
  }
}
.header__segmentation--init .header__segmentation__terms .button:hover {
  border-color: var(--wp--preset--color--4);
}
.header__segmentation--init * {
  color: var(--wp--preset--color--3);
}
.header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--wp--preset--spacing--1);
  padding: 0 max(var(--wp--preset--spacing--1), var(--wp--preset--spacing--2));
  padding-top: 5rem;
  z-index: 1;
}
@media only screen and (max-width: 800px) {
  .header__inner {
    padding: 0 max(var(--wp--preset--spacing--1), var(--wp--preset--spacing--1));
    padding-top: 4rem;
  }
}
.header__brand {
  color: var(--wp--preset--color--2);
  text-decoration: none;
  width: 7rem;
}
.header__nav-control {
  all: unset;
  position: relative;
  display: none;
  gap: 6px;
  padding: 0.75rem;
  background-color: rgba(0, 59, 92, 0.4);
  color: var(--wp--preset--color--1);
  z-index: 9;
  cursor: pointer;
  transition: background 0.25s ease-in-out;
}
.header__nav-control.active {
  background: none;
}
.header__nav-control.active .bar-1 {
  transform: translateY(7px) rotate(-45deg);
  transform-origin: center;
}
.header__nav-control.active .bar-2 {
  opacity: 0;
}
.header__nav-control.active .bar-3 {
  transform: translateY(-7px) rotate(45deg);
  transform-origin: center;
}
.header__nav-control span {
  display: block;
  height: 1px;
  width: 1.75rem;
  background-color: #fff;
  transition: all 0.25s ease-in-out;
}
@media only screen and (max-width: 960px) {
  .header__nav-control {
    display: flex;
    flex-direction: column;
  }
}
.header__nav-control:focus {
  outline: revert;
}
.header__nav {
  min-width: 50rem;
}
@media only screen and (max-width: 1550px) {
  .header__nav {
    min-width: 40rem;
  }
}
@media only screen and (max-width: 960px) {
  .header__nav {
    position: absolute;
    right: -75vw;
    top: 0;
    min-width: 75vw;
    max-width: 75vw;
    background-color: rgba(0, 59, 92, 0.8);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    height: 100vh;
    transition: all 0.5s ease-in-out;
    overflow-y: scroll;
  }
  .header__nav.active {
    right: 0;
  }
}
.header__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__nav a {
  color: inherit;
  transition: opacity 0.25s;
}
.header__nav a[href]:hover {
  opacity: 0.6;
}
.header__nav .level-1 {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 2.75rem;
  justify-content: flex-end;
}
@media only screen and (max-width: 960px) {
  .header__nav .level-1 {
    flex-direction: column;
    justify-content: center;
    padding: 7rem 3.125rem;
  }
}
.header__nav .level-1 > li > a {
  font-size: 1.125rem;
}
.header__nav .level-2 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(200px, 1fr));
  gap: 1rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0;
  border-top: 1px solid var(--wp--preset--color--2);
  background-color: rgba(0, 0, 0, 0.1);
  box-sizing: content-box;
  overflow: hidden;
  opacity: 0;
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
}
.header__nav .level-2 li.has-sub-menu {
  all: unset;
}
@media only screen and (max-width: 960px) {
  .header__nav .level-2 {
    position: relative;
    background: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    display: block;
  }
  .header__nav .level-2 li {
    margin-bottom: 0.5rem;
  }
}
.header__nav .level-2 li.span {
  grid-column: span 2;
  font-weight: 500;
}
.header__nav .level-2 li.header > a {
  margin-bottom: 0.5rem;
  display: block;
  width: 100%;
  font-weight: 500;
  border-bottom: 1px solid var(--wp--preset--color--2);
}
.header__nav .level-2 li.header ul li {
  font-weight: 400;
  font-size: 1rem;
}
.header__nav .level-2 a {
  font-size: 1rem;
}
.header__nav .level-2 > li:has(ul) {
  margin-top: var(--wp--preset--spacing--1);
}
.header__nav .level-2 > li:has(ul) > a {
  font-weight: bold;
}

.hero__jump-links {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem 0;
  display: flex;
  flex-direction: row;
  gap: var(--wp--preset--spacing--4);
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .hero__jump-links {
    gap: var(--wp--preset--spacing--1);
    padding: 1rem 0;
  }
}
.hero__jump-links * {
  color: var(--wp--preset--color--2);
}
.hero__jump-links.is-scrolling {
  position: fixed;
  top: 0;
  height: 2.75rem;
  padding: 0.5rem 0;
  box-sizing: border-box;
  z-index: 1;
  left: 0;
  width: 100%;
  text-align: center;
  transition: transform 0.35s ease, background-color 0.35s ease;
  background: rgba(0, 59, 92, 0.75);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0.5rem max(var(--wp--preset--spacing--2), var(--wp--preset--spacing--1));
}
@media only screen and (max-width: 1550px) {
  .footer {
    flex-direction: column;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 800px) {
  .footer {
    padding: 0.5rem max(var(--wp--preset--spacing--1), var(--wp--preset--spacing--1));
  }
}
.footer--cta {
  padding: clamp(3.5rem, 5vh, 7rem) clamp(3.5rem, 5vw, 7rem);
  border: 8px solid #E4E7EA;
  background-image: var(--cta-img);
  background-size: cover;
  background-position: 52% 33%;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .footer--cta {
    padding: 0.5rem max(var(--wp--preset--spacing--1), var(--wp--preset--spacing--1));
    margin: 0 var(--wp--preset--spacing--1);
  }
}
.footer--cta__content {
  color: var(--wp--preset--color--2);
}
.footer--cta__content p:first-child {
  font-weight: 600;
  color: var(--wp--preset--color--5);
}
.footer--cta__content h2 {
  font-size: clamp(2rem, 2.5vw, 3.25rem);
}
.footer--cta__content .button {
  margin-top: 3.25rem;
  border-color: var(--wp--preset--color--5);
}
.footer--cta__content .button:hover {
  border-color: var(--wp--preset--color--4);
}
.footer--disc {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  font-size: 14px;
}
@media screen and (max-width: 800px) {
  .footer--disc {
    margin: var(--wp--preset--spacing--1);
  }
}
.footer--disc hr {
  margin-bottom: 3.75rem;
}
.footer__copy {
  color: var(--wp--preset--color--3);
  font-size: clamp(0.875rem, 2vw, 1rem);
  margin: 0;
}
.footer__nav {
  margin-bottom: 2rem;
}
@media screen and (max-width: 800px) {
  .footer__nav {
    margin-bottom: 0;
  }
}
.footer__nav ul {
  all: unset;
  display: flex;
  flex-direction: row;
  gap: 4.25rem;
  list-style: none;
}
@media only screen and (max-width: 1550px) {
  .footer__nav ul {
    flex-wrap: wrap;
    gap: 1.5rem 3rem;
  }
}
@media screen and (max-width: 800px) {
  .footer__nav ul {
    gap: 1rem 1rem;
  }
}
.footer__nav ul li > a {
  color: var(--wp--preset--color--3);
  font-size: clamp(0.875rem, 2vw, 1rem);
  text-decoration: none;
  transition: opacity 0.25s;
}
.footer__nav ul li > a:hover {
  opacity: 0.6;
}
.footer .social_link:hover > i svg path {
  fill: var(--wp--preset--color--4);
}
.footer .social_link i svg {
  width: 1.25rem;
  height: 1.25rem;
}
.footer .social_link i svg path {
  fill: var(--wp--preset--color--3);
  transition: fill 0.25s;
}

.external-popup {
  position: fixed;
  top: 0;
  right: 50%;
  z-index: 9999;
  width: 33%;
  max-height: 50vh;
  overflow: scroll;
  background-color: var(--wp--preset--color--2);
  box-shadow: 7px 7px 12px 0 rgba(0, 0, 0, 0.08);
  transition-delay: 0s;
  transform: translate(50%, -50%);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  padding: 4.25rem 3.5rem;
  pointer-events: none;
}
@media only screen and (max-width: 1750px) {
  .external-popup {
    width: 50%;
  }
}
@media only screen and (max-width: 1550px) {
  .external-popup {
    width: 70%;
    padding: 4.25rem 2.5rem 3rem 2.5rem;
  }
}
@media only screen and (max-width: 960px) {
  .external-popup {
    width: 80%;
    padding: 4.25rem 1.5rem 2rem 1.5rem;
    max-height: 60vh;
  }
}
.external-popup * {
  pointer-events: none;
}
.external-popup.active {
  top: 40%;
  opacity: 1;
  pointer-events: all;
}
.external-popup.active * {
  pointer-events: all;
}
.external-popup__header {
  border-top: 1px solid var(--wp--preset--color--4);
}
.external-popup__content {
  font-size: var(--wp--preset--font-size--1);
}
.external-popup__close {
  all: unset;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 1rem;
  height: 1rem;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
  padding: 0;
}
.external-popup__close:hover {
  opacity: 0.5;
}
.external-popup__close span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1rem;
  height: 1px;
  background: var(--wp--preset--color--3);
  display: block;
  transform-origin: center;
}
.external-popup__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.external-popup__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/team/view.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
.team-hero {
  position: relative;
  box-sizing: border-box;
  padding: var(--wp--preset--spacing--5) var(--wp--preset--spacing--3);
  overflow: visible;
  min-height: 30rem;
  padding-bottom: 2.5rem;
}
.team-hero p {
  font-size: var(--wp--preset--font-size--3);
  max-width: var(--wp--style--global--content-size);
  color: var(--wp--preset--color--4);
}
.team-hero::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -15%;
  width: 1250px;
  height: 1250px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI1NCIgaGVpZ2h0PSI4NzgiIHZpZXdCb3g9IjAgMCAxMjU0IDg3OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYyNy44MDUgMTA0Ljk3NUwxMTAuNjkxIDg3Ny4wMDhIMC42MDE1NjJMNTcyLjE3MyAwLjc1NDUxN0g2OTIuODI1TDEyNTMuMTMgODc3LjI0M0gxMTM0LjgzTDYyNy44MDUgMTA0Ljk3NVoiIGZpbGw9IiMwMDNCNUMiLz4KPC9zdmc+Cg==) no-repeat center center;
  opacity: 0.04;
  transform: rotate(180deg) translateY(-10%);
  z-index: 0;
  overflow: visible;
  pointer-events: none;
}
.team-hero::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25%;
  width: 1250px;
  height: 1250px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI1NCIgaGVpZ2h0PSI4NzgiIHZpZXdCb3g9IjAgMCAxMjU0IDg3OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYyNy44MDUgMTA0Ljk3NUwxMTAuNjkxIDg3Ny4wMDhIMC42MDE1NjJMNTcyLjE3MyAwLjc1NDUxN0g2OTIuODI1TDEyNTMuMTMgODc3LjI0M0gxMTM0LjgzTDYyNy44MDUgMTA0Ljk3NVoiIGZpbGw9IiMwMDNCNUMiLz4KPC9zdmc+Cg==) no-repeat center center;
  opacity: 0.04;
  transform: translateY(-50%);
  z-index: 0;
  overflow: visible;
  pointer-events: none;
}

.team-hero__inner {
  position: relative;
  display: flex;
  flex-direction: row;
  max-width: var(--wp--style--global--wide-size);
  margin: 0 auto;
  overflow-x: hidden;
  padding-top: 3rem;
  z-index: 1;
  gap: var(--wp--preset--spacing--3);
}
@media (max-width: 1200px) {
  .team-hero__inner {
    flex-direction: column;
    align-items: center;
    gap: var(--wp--preset--spacing--5);
  }
}
.team-hero__inner * {
  color: var(--wp--preset--color--3);
}

.team-hero__title {
  flex: 1 1 66.6666666667%;
}
.team-hero__title h1 {
  font-size: clamp(3.25rem, 4vw + 1rem, 5.25rem);
  margin-bottom: 2.5rem;
}
.team-hero__title p {
  font-size: 1rem;
  margin: 0;
}
.team-hero__title #team-filter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 15vh;
  gap: var(--wp--preset--spacing--);
}
@media (max-width: 768px) {
  .team-hero__title #team-filter {
    flex-flow: row wrap;
    gap: var(--wp--preset--spacing--1);
  }
}
.team-hero__title #team-filter button:not(.active) {
  color: var(--wp--preset--color--7);
  border-color: var(--wp--preset--color--7);
}
.team-hero__title #team-filter button:hover {
  color: var(--wp--preset--color--2);
  border-color: var(--wp--preset--color--4);
  background-color: var(--wp--preset--color--4);
}
.team-hero__title #team-filter button.active {
  color: var(--wp--preset--color--2);
  border-color: var(--wp--preset--color--4);
  background-color: var(--wp--preset--color--4);
}
.team-hero__title #team-filter .team-hero__filters {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--1);
}
.team-hero__title #team-filter .team-hero__filters .fund-fillter-tax--all {
  order: 90;
}
.team-hero__title #team-filter .team-hero__filters .active {
  order: -1;
}
.team-hero__title #team-filter .team-hero__search input {
  all: unset;
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
  padding: 0.75rem 1.75rem;
  border: 1px solid var(--wp--preset--color--3);
  border-radius: 1.75rem;
  background-color: transparent;
  width: auto;
  min-width: 9rem;
  transition: all 0.5s ease-in-out;
  text-align: left;
  pointer-events: all;
  color: var(--wp--preset--color--7);
  border-color: var(--wp--preset--color--7);
}
@media screen and (max-width: 768px) {
  .team-hero__title #team-filter .team-hero__search input {
    min-width: 6rem;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
  }
}

.team__inner {
  padding: var(--wp--preset--spacing--3) 0;
  max-width: var(--wp--style--global--wide-size);
  margin: 0 auto;
  padding: var(--wp--preset--spacing--6) 0;
  padding-top: 0;
}
.team__inner > :first-child {
  margin-block-start: 0;
}
.team__inner > :last-child {
  margin-block-end: 0;
}
@media (max-width: 1550px) {
  .team__inner {
    margin: 0 var(--wp--preset--spacing--2);
  }
}
@media (max-width: 768px) {
  .team__inner {
    margin: 0 var(--wp--preset--spacing--1);
  }
}

.team__archive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  row-gap: 4rem;
  padding-bottom: 4rem;
  padding-top: 3.5rem;
  border-top: 2px solid var(--wp--preset--color--4);
}

.team__item-image {
  height: 20.5rem;
  margin-bottom: 1rem;
}
.team__item h5 {
  margin: 0;
}
.team__item p {
  margin: 0;
}
.team__item p:first-child {
  font-size: 14px;
  color: var(--wp--preset--color--4);
  margin-bottom: 0.5rem;
}
.team__item p:last-child {
  color: var(--wp--preset--color--4);
  margin-top: 0.5rem;
}
.team__item a {
  transition: opacity 0.5s ease-in-out;
}
.team__item a:hover {
  opacity: 0.5;
}

.team-hero-single {
  margin-bottom: var(--wp--preset--spacing--5);
}
.team-hero-single::before {
  top: -35%;
}
.team-hero-single::after {
  top: 30%;
  right: -30%;
}
.team-hero-single .team-hero__inner {
  gap: var(--wp--preset--spacing--5);
}
.team-hero-single .team-hero__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
.team-hero-single .team-hero__title h1 {
  font-size: clamp(2rem, 4vw + 1rem, 3rem);
  margin: 0;
}
.team-hero-single .team-hero__title p {
  font-size: var(--wp--preset--font-size--2);
  color: var(--wp--preset--color--3);
}
.team-hero-single .team-hero__title .title {
  font-size: var(--wp--preset--font-size--3);
}
.team-hero-single .team-hero__title .joined {
  font-weight: 500;
  color: var(--wp--preset--color--4);
}

.team-hero__image {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: end;
  gap: 3rem;
  flex: 1 1 33.3333333333%;
}
.team-hero__image img {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  max-width: 40rem;
  border: 8px solid #E4E7EA;
}
@media (max-width: 1200px) {
  .team-hero__image img {
    max-height: 40rem;
  }
}
.team-hero__image a.button {
  max-width: 15rem;
  display: inline-block;
  color: var(--wp--preset--color--4);
}
.team-hero__image a.button:hover {
  color: var(--wp--preset--color--2);
}

.team-insights {
  max-width: var(--wp--style--global--content-size);
  padding: var(--wp--preset--spacing--6) 0;
  margin: 0 auto;
}
.team-insights__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  padding-top: var(--wp--preset--spacing--3);
  margin-top: var(--wp--preset--spacing--2);
  border-top: 2px solid var(--wp--preset--color--4);
}
.team-insights__inner .insight-item {
  width: 100%;
}
.team-insights__inner .insight-item .insight-thumb {
  width: 100%;
  margin-bottom: 1.5rem;
  height: 12.5rem;
  overflow: hidden;
}
.team-insights__inner .insight-item .insight-thumb img {
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-insights__inner .insight-item .insight-date {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 0.5rem;
  display: block;
  font-weight: 500;
}
.team-insights__inner .insight-item h5 {
  font-size: var(--wp--preset--font-size--3);
  font-family: var(--wp--preset--font-family--2);
  margin-bottom: 0;
}
.team-insights__inner .insight-item .excerpt {
  font-size: 0.75rem;
  margin-top: 0;
  margin-bottom: 0.75rem;
}
.team-insights__inner .insight-item a {
  font-size: 14px;
}
/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/posts/view.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
.insights-hero {
  position: relative;
  box-sizing: border-box;
  padding: var(--wp--preset--spacing--5) var(--wp--preset--spacing--3);
  min-height: 30rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 800px) {
  .insights-hero {
    min-height: 20rem;
    padding-bottom: 1.5rem;
  }
}
.insights-hero p {
  font-size: var(--wp--preset--font-size--3);
  max-width: var(--wp--style--global--content-size);
  color: var(--wp--preset--color--4);
}
.insights-hero::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -15%;
  width: 1250px;
  height: 1250px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI1NCIgaGVpZ2h0PSI4NzgiIHZpZXdCb3g9IjAgMCAxMjU0IDg3OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYyNy44MDUgMTA0Ljk3NUwxMTAuNjkxIDg3Ny4wMDhIMC42MDE1NjJMNTcyLjE3MyAwLjc1NDUxN0g2OTIuODI1TDEyNTMuMTMgODc3LjI0M0gxMTM0LjgzTDYyNy44MDUgMTA0Ljk3NVoiIGZpbGw9IiMwMDNCNUMiLz4KPC9zdmc+Cg==) no-repeat center center;
  opacity: 0.04;
  transform: rotate(180deg) translateY(-10%);
  z-index: 0;
  overflow: visible;
  pointer-events: none;
}
.insights-hero::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25%;
  width: 1250px;
  height: 1250px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI1NCIgaGVpZ2h0PSI4NzgiIHZpZXdCb3g9IjAgMCAxMjU0IDg3OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYyNy44MDUgMTA0Ljk3NUwxMTAuNjkxIDg3Ny4wMDhIMC42MDE1NjJMNTcyLjE3MyAwLjc1NDUxN0g2OTIuODI1TDEyNTMuMTMgODc3LjI0M0gxMTM0LjgzTDYyNy44MDUgMTA0Ljk3NVoiIGZpbGw9IiMwMDNCNUMiLz4KPC9zdmc+Cg==) no-repeat center center;
  opacity: 0.04;
  transform: translateY(-50%);
  z-index: 0;
  overflow: visible;
  pointer-events: none;
}

.insights-hero__inner {
  position: relative;
  display: flex;
  flex-direction: row;
  max-width: var(--wp--style--global--wide-size);
  margin: 0 auto;
  overflow-x: hidden;
  padding-top: 3rem;
  z-index: 1;
  gap: var(--wp--preset--spacing--3);
}
.insights-hero__inner * {
  color: var(--wp--preset--color--3);
}

.insights-hero__title {
  flex: 1 1 66.6666666667%;
}
.insights-hero__title h1 {
  font-size: clamp(3.25rem, 4vw + 1rem, 4.5rem);
  margin-bottom: 2.5rem;
}
.insights-hero__title p {
  font-size: 1rem;
  margin: 0;
}

.post-hero .insights-hero__inner {
  flex-direction: column;
  gap: var(--wp--preset--spacing--4);
  padding-bottom: var(--wp--preset--spacing--3);
}
.post-hero .insights-hero__links {
  position: relative;
  display: inline-block;
}
.post-hero .insights-hero__links .button {
  margin-left: var(--wp--preset--spacing--1);
}
.post-hero .insights-hero__links .button:first-child {
  margin-left: 0;
}

.insights-hero__share-links {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  text-align: center;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  background-color: var(--wp--preset--color--9);
  border-radius: 1.75rem;
}
@media screen and (max-width: 768px) {
  .insights-hero__share-links {
    font-size: 0.875rem;
  }
}
.insights-hero__share-links.active {
  opacity: 1;
  top: 4rem;
}
.insights-hero__share-links a {
  all: unset;
  display: inline-block;
  padding: 0.75rem 1.75rem;
  background: transparent;
  cursor: pointer;
}
.insights-hero__share-links a:hover svg path {
  fill: var(--wp--preset--color--4);
}
.insights-hero__share-links a svg {
  width: 100%;
  height: 100%;
}
.insights-hero__share-links a svg path {
  fill: var(--wp--preset--color--3);
  transition: fill 0.5s ease-in-out;
}
.insights-hero__share-links a .text_hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.insights-hero__thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-height: 35rem;
}
.insights-hero__thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.featured-posts {
  position: relative;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  transition: transform 0.5s ease-in-out;
  gap: var(--wp--preset--spacing--1);
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 960px) {
  .featured-posts {
    flex-direction: column;
    gap: var(--wp--preset--spacing--3);
  }
}
.featured-posts__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  flex: 1 1 60%;
  max-width: 60%;
  min-height: 100%;
  overflow: hidden;
  gap: var(--wp--preset--spacing--1);
}
@media (max-width: 1200px) {
  .featured-posts__inner {
    flex: 1 1 40%;
    max-width: 90%;
  }
}
@media (max-width: 960px) {
  .featured-posts__inner {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.featured-posts__inner .featured-slider {
  display: flex;
  flex-direction: row;
  width: 100%;
  position: relative;
  scroll-behavior: smooth;
  transition: transform 0.6s ease-in-out;
}
.featured-posts__inner .featured-slider .insight-item {
  min-width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  margin-top: var(--wp--preset--spacing--2);
}
.featured-posts__inner .featured-slider .insight-item__date {
  color: var(--wp--preset--color--4);
  font-weight: 500;
}
.featured-posts__inner .featured-slider .insight-item__content {
  flex: 1 1 60%;
  max-width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: var(--wp--preset--spacing--1);
}
@media screen and (max-width: 1200px) {
  .featured-posts__inner .featured-slider .insight-item__content {
    max-width: 90%;
    flex: 1 1 90%;
  }
}
@media screen and (max-width: 960px) {
  .featured-posts__inner .featured-slider .insight-item__content {
    max-width: 100%;
    flex: 1 1 100%;
  }
}
.featured-posts__inner .featured-slider .insight-item__content h2 {
  line-height: 1.5;
}
.featured-posts__inner .featured-slider .insight-item__content a {
  max-width: 6rem;
  min-width: 4rem;
}
.featured-posts__inner .featured-slider .insight-item__content * {
  margin: 0;
}
.featured-posts__img {
  position: relative;
  flex: 1 1 30%;
  max-width: 40%;
  min-height: 40rem;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--wp--preset--color--9);
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
@media (max-width: 960px) {
  .featured-posts__img {
    flex: 1 1 100%;
    max-width: 100%;
    min-height: 20rem;
  }
}
.featured-posts__img-overlay {
  box-sizing: border-box;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 59, 92, 0.77);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: var(--wp--preset--spacing--3) var(--wp--preset--spacing--3);
}
.featured-posts__img-logo {
  width: 6rem;
  height: auto;
}
.featured-posts__img-logo svg {
  width: 100%;
  height: auto;
}
.featured-posts__img-logo svg path {
  fill: var(--wp--preset--color--2);
}
.featured-posts__img-funds {
  margin-top: 2.5rem;
}
.featured-posts__img-funds * {
  font-size: var(--wp--preset--font-size--3);
  color: var(--wp--preset--color--2);
}
.featured-posts__img-funds .fund {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.featured-posts__img-funds .ticker {
  font-weight: 500;
  text-transform: uppercase;
}
.featured-posts__img-funds .fund-name {
  font-weight: 300;
  padding-left: 1rem;
  border-left: 1px solid var(--wp--preset--color--2);
  font-size: var(--wp--preset--font-size--3);
}

.featured-slider__controls {
  display: flex;
  justify-content: flex-start;
  gap: 0.5rem;
  margin-top: 1rem;
  margin-left: 5px;
  margin-bottom: 5px;
  margin-bottom: var(--wp--preset--spacing--3);
}

.featured-slider__control {
  all: unset;
  background: transparent;
  border-bottom: 1px solid var(--wp--preset--color--4);
  transition: opacity 0.5s ease-in-out;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}
.featured-slider__control--right {
  border-right: 1px solid var(--wp--preset--color--4);
  transform: rotate(-45deg);
}
.featured-slider__control--left {
  border-left: 1px solid var(--wp--preset--color--4);
  transform: rotate(45deg);
}

@media (max-width: 900px) {
  .featured-slider {
    flex-direction: column;
  }
  .featured-slider .insight-item {
    flex-direction: column;
  }
  .featured-slider .insight-item .insight-thumb, .featured-slider .insight-item > :not(.insight-thumb) {
    max-width: 100%;
    flex: 1 1 100%;
    padding: 1rem 0;
  }
}
.insights-grid {
  position: relative;
  padding: var(--wp--preset--spacing--6) 0;
  margin-bottom: var(--wp--preset--spacing--6);
  z-index: 1;
}

.insight-grid__filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: var(--wp--preset--spacing--1);
  padding-bottom: var(--wp--preset--spacing--2);
  border-bottom: 2px solid var(--wp--preset--color--4);
  margin-bottom: var(--wp--preset--spacing--2);
}
@media screen and (max-width: 1200px) {
  .insight-grid__filters {
    flex-flow: row wrap;
  }
}

.insight-grid__filter {
  max-width: 75%;
  display: flex;
  flex-direction: row;
  gap: var(--wp--preset--spacing--1);
}
@media screen and (max-width: 1200px) {
  .insight-grid__filter {
    flex-flow: row wrap;
  }
}
.insight-grid__filter-box {
  position: relative;
}
.insight-grid__filter-box.active .insight-filter {
  width: auto;
  color: var(--wp--preset--color--2);
  border-color: var(--wp--preset--color--4);
  background-color: var(--wp--preset--color--4);
  padding-right: 2.5rem;
}
.insight-grid__filter-box.active::after {
  border-right: 1px solid var(--wp--preset--color--2);
  border-bottom: 1px solid var(--wp--preset--color--2);
}
.insight-grid__filter-box::after {
  content: "";
  position: absolute;
  right: 1.3rem;
  bottom: 1.25rem;
  width: 0.75rem;
  height: 0.75rem;
  border-right: 1px solid var(--wp--preset--color--7);
  border-bottom: 1px solid var(--wp--preset--color--7);
  transform: rotate(45deg);
  pointer-events: none;
}
.insight-grid__filter select {
  all: unset;
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
  font-family: var(--wp--preset--font-family--1);
  padding: 0.75rem 1.75rem;
  border: 1px solid var(--wp--preset--color--3);
  border-radius: 1.75rem;
  background-color: transparent;
  width: auto;
  min-width: 9rem;
  color: var(--wp--preset--color--4);
  transition: all 0.5s ease-in-out;
  text-align: center;
  pointer-events: all;
  cursor: pointer;
}
.insight-grid__filter select--white {
  color: var(--wp--preset--color--2);
  border-color: var(--wp--preset--color--4);
}
.insight-grid__filter select--disabled {
  color: var(--wp--preset--color--7);
  border-color: var(--wp--preset--color--7);
  pointer-events: none;
}
.insight-grid__filter select:hover {
  color: var(--wp--preset--color--2);
  border-color: var(--wp--preset--color--4);
  background-color: var(--wp--preset--color--4);
}
.insight-grid__filter select.active {
  color: var(--wp--preset--color--2);
  border-color: var(--wp--preset--color--4);
  background-color: var(--wp--preset--color--4);
}
@media screen and (max-width: 768px) {
  .insight-grid__filter select {
    min-width: 6rem;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
  }
}
.insight-grid__filter .insight-filter {
  width: 12rem;
  text-align: left;
  color: var(--wp--preset--color--7);
  border-color: var(--wp--preset--color--7);
}

.insight-grid__search input {
  all: unset;
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
  padding: 0.75rem 1.75rem;
  border: 1px solid var(--wp--preset--color--3);
  border-radius: 1.75rem;
  background-color: transparent;
  width: auto;
  min-width: 9rem;
  transition: all 0.5s ease-in-out;
  text-align: left;
  pointer-events: all;
  color: var(--wp--preset--color--7);
  border-color: var(--wp--preset--color--7);
}
@media screen and (max-width: 768px) {
  .insight-grid__search input {
    min-width: 6rem;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
  }
}

.block-insights {
  width: 100%;
  max-width: 1500px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 2.5rem;
}
@media only screen and (max-width: 1200px) {
  .block-insights {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 800px) {
  .block-insights {
    grid-template-columns: 1fr;
  }
}
.block-insights .insight-item {
  width: 100%;
}
.block-insights .insight-item .insight-thumb {
  position: relative;
  width: 100%;
  margin-bottom: 1.5rem;
  height: 12.5rem;
  overflow: hidden;
}
.block-insights .insight-item .insight-thumb__overlay {
  box-sizing: border-box;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 59, 92, 0.77);
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: var(--wp--preset--spacing--1);
}
.block-insights .insight-item .insight-thumb__overlay .no-thumb {
  background: rgb(0, 59, 92);
}
.block-insights .insight-item .insight-thumb__logo {
  width: 6rem;
  height: auto;
}
.block-insights .insight-item .insight-thumb__logo svg {
  width: 100%;
  height: auto;
}
.block-insights .insight-item .insight-thumb__logo svg path {
  fill: var(--wp--preset--color--2);
}
.block-insights .insight-item .insight-thumb__funds {
  margin-top: var(--wp--preset--spacing--1);
}
.block-insights .insight-item .insight-thumb__funds * {
  font-size: var(--wp--preset--font-size--3);
  color: var(--wp--preset--color--2);
}
.block-insights .insight-item .insight-thumb__funds .fund {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
.block-insights .insight-item .insight-thumb__funds .fund:only-child {
  margin-bottom: 0;
}
.block-insights .insight-item .insight-thumb__funds .ticker {
  font-weight: 500;
  text-transform: uppercase;
}
.block-insights .insight-item .insight-thumb__funds .fund-name {
  font-weight: 300;
  padding-left: 1rem;
  border-left: 1px solid var(--wp--preset--color--2);
  font-size: var(--wp--preset--font-size--3);
}
.block-insights .insight-item .insight-thumb img {
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-insights .insight-item .insight-date {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 0.5rem;
  display: block;
  font-weight: 500;
}
.block-insights .insight-item h5 {
  font-size: var(--wp--preset--font-size--3);
  font-family: var(--wp--preset--font-family--2);
  margin-bottom: 0;
}
.block-insights .insight-item .excerpt {
  font-size: 0.75rem;
  margin-top: 0;
  margin-bottom: 0.75rem;
}
.block-insights .insight-item a {
  font-size: var(--wp--preset--font-size--2);
}

.post-content {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 var(--wp--preset--spacing--3);
}
.post-content .insights-grid {
  margin-top: var(--wp--preset--spacing--2);
  padding-top: 0;
}

.post-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: var(--wp--preset--spacing--3);
  margin-top: var(--wp--preset--spacing--3);
  padding-top: var(--wp--preset--spacing--1);
  border-top: 2px solid var(--wp--preset--color--4);
}
@media screen and (max-width: 800px) {
  .post-nav {
    flex-flow: row wrap;
    gap: var(--wp--preset--spacing--1);
  }
}
.post-nav:last-child {
  margin-bottom: var(--wp--preset--spacing--6);
}
.post-nav__prev-next {
  display: flex;
  flex-direction: row;
  gap: var(--wp--preset--spacing--2);
}

.posts__pagination .nav-links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: var(--wp--preset--spacing--1);
  margin-top: var(--wp--preset--spacing--3);
  padding-top: var(--wp--preset--spacing--1);
}
.posts__pagination .nav-links .next {
  width: 1rem;
  height: 1rem;
  border-right: 1px solid var(--wp--preset--color--4);
  border-bottom: 1px solid var(--wp--preset--color--4);
  transform: rotate(-45deg);
  margin-left: var(--wp--preset--spacing--4);
}
.posts__pagination .nav-links .prev {
  width: 1rem;
  height: 1rem;
  border-left: 1px solid var(--wp--preset--color--4);
  border-bottom: 1px solid var(--wp--preset--color--4);
  transform: rotate(45deg);
  margin-right: var(--wp--preset--spacing--4);
}
.posts__pagination .nav-links .prev.inactive, .posts__pagination .nav-links .next.inactive {
  border-color: var(--wp--preset--color--7);
}
/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/resources/view.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
.resources-hero {
  position: relative;
  box-sizing: border-box;
  padding: var(--wp--preset--spacing--5) var(--wp--preset--spacing--3);
  overflow: visible;
  min-height: 30rem;
}
@media screen and (max-width: 600px) {
  .resources-hero {
    padding-bottom: var(--wp--preset--spacing--2);
  }
}
.resources-hero p {
  font-size: var(--wp--preset--font-size--3);
  max-width: var(--wp--style--global--content-size);
}
.resources-hero a {
  color: var(--wp--preset--color--4);
  transition: all 0.5s ease-in-out;
}
.resources-hero a:hover {
  opacity: 0.6;
}
.resources-hero__label {
  color: var(--wp--preset--color--4);
}
.resources-hero__intro {
  margin-bottom: var(--wp--preset--spacing--1);
}
.resources-hero::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -15%;
  width: 1250px;
  height: 1250px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI1NCIgaGVpZ2h0PSI4NzgiIHZpZXdCb3g9IjAgMCAxMjU0IDg3OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYyNy44MDUgMTA0Ljk3NUwxMTAuNjkxIDg3Ny4wMDhIMC42MDE1NjJMNTcyLjE3MyAwLjc1NDUxN0g2OTIuODI1TDEyNTMuMTMgODc3LjI0M0gxMTM0LjgzTDYyNy44MDUgMTA0Ljk3NVoiIGZpbGw9IiMwMDNCNUMiLz4KPC9zdmc+Cg==) no-repeat center center;
  opacity: 0.04;
  transform: rotate(180deg) translateY(-10%);
  z-index: 0;
  overflow: visible;
  pointer-events: none;
}
.resources-hero::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25%;
  width: 1250px;
  height: 1250px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI1NCIgaGVpZ2h0PSI4NzgiIHZpZXdCb3g9IjAgMCAxMjU0IDg3OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYyNy44MDUgMTA0Ljk3NUwxMTAuNjkxIDg3Ny4wMDhIMC42MDE1NjJMNTcyLjE3MyAwLjc1NDUxN0g2OTIuODI1TDEyNTMuMTMgODc3LjI0M0gxMTM0LjgzTDYyNy44MDUgMTA0Ljk3NVoiIGZpbGw9IiMwMDNCNUMiLz4KPC9zdmc+Cg==) no-repeat center center;
  opacity: 0.04;
  transform: translateY(-50%);
  z-index: 0;
  overflow: visible;
  pointer-events: none;
}

.resources-hero__inner {
  position: relative;
  display: flex;
  flex-direction: row;
  max-width: var(--wp--style--global--wide-size);
  margin: 0 auto;
  overflow-x: hidden;
  padding-top: 3rem;
  z-index: 1;
  gap: var(--wp--preset--spacing--3);
}
.resources-hero__inner * {
  color: var(--wp--preset--color--3);
}

.resources-hero__title {
  flex: 1 1 66.6666666667%;
}
.resources-hero__title h1 {
  font-size: clamp(3.25rem, 4vw + 1rem, 4.5rem);
  margin-bottom: 2.5rem;
}
.resources-hero__title p {
  font-size: 1rem;
  margin: 0;
}
.resources-hero__title .active-filter {
  display: inline-block;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

#doc-filter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: var(--wp--preset--spacing--);
  margin-top: var(--wp--preset--spacing--3);
  padding-bottom: var(--wp--preset--spacing--1);
  border-bottom: 2px solid var(--wp--preset--color--4);
}
@media (max-width: 600px) {
  #doc-filter {
    flex-flow: row wrap;
    gap: var(--wp--preset--spacing--1);
  }
}
#doc-filter button:not(.active) {
  color: var(--wp--preset--color--7);
  border-color: var(--wp--preset--color--7);
}
#doc-filter button:hover {
  color: var(--wp--preset--color--2);
  border-color: var(--wp--preset--color--4);
  background-color: var(--wp--preset--color--4);
}
#doc-filter button.active {
  color: var(--wp--preset--color--2);
  border-color: var(--wp--preset--color--4);
  background-color: var(--wp--preset--color--4);
}
#doc-filter .doc-hero__filters {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--1);
}
#doc-filter .doc-hero__filters .fund-fillter-tax--all {
  order: 90;
}
#doc-filter .doc-hero__filters .active {
  order: -1;
}

.resources__reset {
  display: flex;
  flex-direction: row;
  padding-top: var(--wp--preset--spacing--1);
}

.resources-tabs {
  position: relative;
  display: flex;
  flex-direction: row;
  max-width: var(--wp--style--global--wide-size);
  margin: 0 auto;
  gap: var(--wp--preset--spacing--2);
  z-index: 1;
  margin-bottom: var(--wp--preset--spacing--6);
}
@media (max-width: 1550px) {
  .resources-tabs {
    margin: 0 var(--wp--preset--spacing--2);
    margin-bottom: var(--wp--preset--spacing--4);
  }
}
@media (max-width: 768px) {
  .resources-tabs {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 600px) {
  .resources-tabs {
    margin: 0 var(--wp--preset--spacing--1);
    margin-bottom: var(--wp--preset--spacing--3);
  }
}
.resources-tabs__nav {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .resources-tabs__nav {
    width: 100%;
    margin-bottom: var(--wp--preset--spacing--1);
  }
}
.resources-tabs__content {
  flex: 1;
  background-color: var(--wp--preset--color--9);
  padding: var(--wp--preset--spacing--2);
  height: 100%;
}
@media screen and (max-width: 768px) {
  .resources-tabs__content {
    padding: var(--wp--preset--spacing--1);
  }
}
.resources-tabs__content .resource-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 1px solid #e0e0e0;
}
.resources-tabs__content .resource-item .doctype-title {
  font-size: var(--wp--preset--font-size--1);
  font-weight: 500;
}
@media screen and (max-width: 1250px) {
  .resources-tabs__content .resource-item .doctype-title {
    display: none;
  }
}
.resources-tabs__content .resource-item a {
  color: var(--wp--preset--color--3);
}
.resources-tabs__content .resource-item a:hover {
  color: var(--wp--preset--color--4);
}
.resources-tabs__content .resource-header {
  font-weight: 500;
  border-bottom: 1px solid var(--wp--preset--color--4);
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  padding-top: 0;
}
.resources-tabs__content .resource-header p {
  margin: 0;
}
.resources-tabs__content .resource-header p:last-child {
  font-size: var(--wp--preset--font-size--1);
}
@media screen and (max-width: 1250px) {
  .resources-tabs__content .resource-header p:last-child {
    display: none;
  }
}
.resources-tabs__accordion {
  position: relative;
  overflow: hidden;
}
.resources-tabs__accordion::after {
  content: "";
  position: absolute;
  top: 2rem;
  right: 0;
  width: 1.25rem;
  height: 1px;
  pointer-events: none;
  background-color: var(--wp--preset--color--6);
  transition: all 0.3s ease-in-out;
}
.resources-tabs__accordion::before {
  content: "";
  position: absolute;
  top: 2rem;
  right: 0;
  width: 1.25rem;
  height: 1px;
  pointer-events: none;
  background-color: var(--wp--preset--color--6);
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.resources-tabs__accordion.open::after {
  transform: rotate(45deg);
}
.resources-tabs__accordion.open::before {
  transform: rotate(136deg);
}
.resources-tabs__accordion.open .resources-tabs__accordion-body {
  display: flex;
  flex-direction: column;
}
.resources-tabs__accordion-header {
  all: unset;
  display: block;
  width: 100%;
  padding: 0.75rem 0;
  font-weight: 500;
  font-size: clamp(1rem, 1vw + 0.5rem, var(--wp--preset--font-size--3));
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.resources-tabs__accordion-header.active {
  border-left: 5px solid var(--wp--preset--color--4);
  padding-left: 10px;
}
.resources-tabs__accordion-body {
  display: none;
}

.tab-btn {
  all: unset;
  display: block;
  margin: 1rem;
  background: none;
  border: none;
  padding-left: clamp(1rem, 0.5vw, 2.5rem);
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.tab-btn.active, .tab-btn:hover {
  color: var(--wp--preset--color--2);
  background-color: var(--wp--preset--color--4);
}

.loading, .no-results, .error {
  padding: 2rem;
  text-align: center;
  color: #888;
}
/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/careers/view.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
@media screen and (max-width: 768px) {
  .careers {
    min-height: max(20.5rem, var(--h));
  }
}
.careers__overview {
  background-color: var(--wp--preset--color--9);
}
.careers__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: var(--wp--preset--spacing--2);
  padding: var(--wp--preset--spacing--4) 0;
}
@media screen and (max-width: 768px) {
  .careers__inner {
    flex-direction: column;
    gap: var(--wp--preset--spacing--2);
  }
}
.careers__inner .careers__info {
  flex: 1 1 50%;
}
.careers__grid {
  position: relative;
  padding: var(--wp--preset--spacing--5) 0;
  overflow: visible;
}
.careers__grid::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -35%;
  width: 1250px;
  height: 130%;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI1NCIgaGVpZ2h0PSI4NzgiIHZpZXdCb3g9IjAgMCAxMjU0IDg3OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYyNy44MDUgMTA0Ljk3NUwxMTAuNjkxIDg3Ny4wMDhIMC42MDE1NjJMNTcyLjE3MyAwLjc1NDUxN0g2OTIuODI1TDEyNTMuMTMgODc3LjI0M0gxMTM0LjgzTDYyNy44MDUgMTA0Ljk3NVoiIGZpbGw9IiMwMDNCNUMiLz4KPC9zdmc+Cg==) no-repeat center center;
  opacity: 0.04;
  transform: scale(0.75) translateY(-50%);
  z-index: -1;
}
.careers__grid-title {
  text-align: center;
  margin-bottom: var(--wp--preset--spacing--4);
}
.careers__grid-title .careers__grid-subtitle {
  margin: 0;
  color: var(--wp--preset--color--4);
}
.careers__grid-title h2 {
  margin: 1.5rem 0;
}
.careers__grid-inner {
  max-width: var(--wp--style--global--wide-size);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: var(--wp--preset--spacing--3);
}
@media screen and (max-width: 767px) {
  .careers__grid-inner {
    grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
  }
}
.careers__item {
  border-left: 1px solid var(--wp--preset--color--4);
  padding: var(--wp--preset--spacing--1);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.careers__item * {
  margin: 0;
}
.careers__item:only-child {
  grid-column: span 1;
  max-width: 33.33%;
  justify-self: start;
}
.careers__item-location {
  font-size: var(--wp--preset--font-size--1);
}

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