@font-face {
  font-family: 'Hoefler Text';
  src: url(../assets/fonts/375F59_0_0..eot) format('embedded-opentype'),
    url(../assets/fonts/375F59_0_0..ttf) format('truetype'),
    url(../assets/fonts/375F59_0_0..woff) format('woff'),
    url(../assets/fonts/375F59_0_0..woff2) format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Neue Haas Unica Pro';
  src: url(../assets/fonts/36E285_D_0..ttf) format('truetype'),
    url(../assets/fonts/36E285_D_0..eot) format('embedded-opentype'),
    url(../assets/fonts/36E285_D_0..woff) format('woff'),
    url(../assets/fonts/36E285_D_0..woff2) format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Neue Haas Unica Pro';
  src: url(../assets/fonts/36E285_A_0..eot) format('embedded-opentype'),
    url(../assets/fonts/36E285_A_0..woff) format('woff'),
    url(../assets/fonts/36E285_A_0..woff2) format('woff2');
  font-weight: 500;
}
@font-face {
  font-family: 'Neue Haas Unica Pro';
  src: url(../assets/fonts/36E285_3_0..ttf) format('truetype'),
    url(../assets/fonts/36E285_3_0..eot) format('embedded-opentype'),
    url(../assets/fonts/36E285_3_0..woff) format('woff'),
    url(../assets/fonts/36E285_3_0..woff2) format('woff2');
  font-weight: 700;
}
@font-face {
  font-family: 'Neue Haas Unica Pro';
  src: url(../assets/fonts/36E285_7_0..ttf) format('truetype'),
    url(../assets/fonts/36E285_7_0..eot) format('embedded-opentype'),
    url(../assets/fonts/36E285_7_0..woff) format('woff'),
    url(../assets/fonts/36E285_7_0..woff2) format('woff2');
  font-weight: 900;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  vertical-align: top;
}
html {
  max-width: 100vw;
  height: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
a,
strong {
  vertical-align: baseline;
}
span {
  line-height: normal;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
img {
  display: block;
  margin: 0 auto;
  vertical-align: middle;
  max-width: 100%;
}
hr {
  background-color: #e8e8e8;
  border: none;
  height: 1px;
  border-radius: 100px;
}
ul {
  list-style-position: inside;
  text-indent: -20px;
  margin-left: 20px;
}
ul li {
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #777;
}
ol li ol {
  list-style-type: lower-alpha;
  padding-left: 40px;
}
ol li ol li ol {
  list-style-type: lower-roman;
}
nav ul,
footer ul,
.nav ul,
.nav__main-nav ul {
  list-style: none;
  margin-left: 0;
  text-indent: unset;
}
nav a,
footer a,
.nav a,
.nav__main-nav a {
  text-decoration: none;
}
nav a:hover,
footer a:hover,
.nav a:hover,
.nav__main-nav a:hover {
  text-decoration: underline;
}
select {
  cursor: pointer;
}
.container {
  padding: 2.5rem 1rem;
}
@media (min-width: 768px) {
  .container {
    padding: 3rem 8rem;
  }
}
@media (min-width: 1280px) {
  .container {
    padding: 8rem 8rem;
  }
}
@media (min-width: 1280px) {
  #why-financewise {
    padding: 6.25rem 8rem;
  }
}
p a {
  color: #22ca6c;
}
.col-3 {
  grid-template-columns: 1fr;
  -webkit-column-gap: 5%;
  -moz-column-gap: 5%;
  column-gap: 5%;
}
@media (min-width: 768px) {
  .col-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .col-3 {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 10%;
    -moz-column-gap: 10%;
    column-gap: 10%;
  }
}
.col-4 {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .col-4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.wysiwyg ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  list-style: unset;
}
.wp-block-image img {
  -o-object-fit: contain;
  object-fit: contain;
}
.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.7rem 0.5rem 0.5rem;
  border-radius: 4px;
  white-space: nowrap;
  text-align: center;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .button {
    max-width: 200px;
    white-space: normal;
    word-wrap: break-word;
  }
}
.button.button-primary {
  border: 2px solid #22ca6c;
  background-color: #22ca6c;
  color: #fff !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.button.button-primary a {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  color: #fff !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.button.button-primary:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #22ca6c !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button.button-primary:hover a {
  background-color: rgba(0, 0, 0, 0);
  color: #22ca6c !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}
.button.button-secondary {
  border: 1px solid #22ca6c;
  background-color: rgba(0, 0, 0, 0);
  color: #22ca6c;
}
.button.button-secondary a {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  color: #22ca6c;
}
.button.button-secondary:hover {
  background-color: #22ca6c;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #22ca6c;
}
.button.button-secondary:hover a {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}
.wp-block-button.button {
  padding: 0;
}
.dual-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .dual-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.dual-buttons a:first-child {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .dual-buttons a:first-child {
    margin-bottom: 0;
    margin-right: 2rem;
  }
}
.button-plain {
  text-decoration: none;
  color: #22ca6c !important;
}
.background-color--gray h1,
.background-color--gray h3,
.background-color--gray h4,
.background-color--gray h5,
.background-color--gray h6,
.background-color--white h1,
.background-color--white h3,
.background-color--white h4,
.background-color--white h5,
.background-color--white h6 {
  color: #171717;
}
.background-color--gray p:not(.kicker),
.background-color--gray li,
.background-color--white p:not(.kicker),
.background-color--white li {
  color: #777;
}
.background-color--gray a:not(.kicker, .button, .funds__cards--card--file a),
.background-color--white a:not(.kicker, .button, .funds__cards--card--file a) {
  color: #777;
}
.background-color--gray
  a:not(.kicker, .button, .funds__cards--card--file a):not(.button):hover,
.background-color--gray
  a:not(.kicker, .button, .funds__cards--card--file a):not(.button):active,
.background-color--gray
  a:not(.kicker, .button, .funds__cards--card--file a):not(.button):focus,
.background-color--white
  a:not(.kicker, .button, .funds__cards--card--file a):not(.button):hover,
.background-color--white
  a:not(.kicker, .button, .funds__cards--card--file a):not(.button):active,
.background-color--white
  a:not(.kicker, .button, .funds__cards--card--file a):not(.button):focus {
  -webkit-transition: color 500ms;
  transition: color 500ms;
}
.background-color--gray {
  background-color: #f8f8f8;
}
.background-color--white .cards {
  background-color: #f8f8f8;
}
.background-color--dark {
  background-color: #171717;
}
.background-color--dark h1,
.background-color--dark h3,
.background-color--dark h4,
.background-color--dark h5,
.background-color--dark h6 {
  color: #fff;
}
.background-color--dark p,
.background-color--dark li {
  color: #d3d1d1;
}
.background-color--dark a:not(.kicker) {
  color: #d3d1d1;
}
.background-color--dark a:not(.kicker):not(.button):hover,
.background-color--dark a:not(.kicker):not(.button):active,
.background-color--dark a:not(.kicker):not(.button):focus {
  -webkit-transition: color 500ms;
  transition: color 500ms;
}
.background-color--dark .button:hover {
  -webkit-transition: color 500ms;
  transition: color 500ms;
}
.light {
  color: #fff;
}
.color--primary {
  color: #22ca6c;
}
.color--primary a {
  color: inherit !important;
}
.color--gray-100 {
  color: #f8f8f8;
}
.color--gray-200 {
  color: #f1f1f1;
}
.color--gray-300 {
  color: #e8e8e8;
}
.color--gray-400 {
  color: #d3d1d1;
}
.color--gray-500 {
  color: #a6a4a4;
}
.color--gray-600 {
  color: #777;
}
.color--gray-700 {
  color: #575757;
}
.color--gray-900 {
  color: #171717;
}
.noscroll {
  position: fixed;
  overflow: hidden;
}
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3rem;
  background: linear-gradient(105.53deg, #2c2c2c 0%, #000000 100.38%);
  color: #e8e8e8;
  padding: 2.5rem 1rem;
}
@media (min-width: 768px) {
  .footer {
    padding: 3rem 4rem;
  }
}
.footer__content {
  display: grid;
  grid-template-areas: 'nav nav' 'contact social';
  row-gap: 2rem;
}
@media (min-width: 1024px) {
  .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.footer__nav {
  grid-area: nav;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer__nav p {
  font-weight: 500;
}
.footer__nav ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-start: row1-start;
  grid-row-end: 3;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  row-gap: 0.3rem;
}
.footer__nav ul li a {
  font-size: 0.75rem;
  font-weight: 500;
  color: #e8e8e8;
  text-transform: uppercase;
}
.footer__nav ul li:last-child {
  grid-column-start: 2 !important;
}
.footer__contact {
  grid-area: contact;
}
.footer__contact p {
  font-weight: 500;
}
.footer__contact .flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .footer__contact .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.footer__contact .flex p {
  font-size: 0.875rem;
}
.footer__contact .flex a {
  font-size: 0.875rem;
  color: #e8e8e8;
}
.footer__contact--address {
  margin-right: 2rem;
}
.footer__contact .dark {
  color: #777;
  margin-bottom: 0.5rem;
}
.footer__social {
  grid-area: social;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer__social p {
  font-weight: 500;
}
.footer__social--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 0.875rem;
  font-weight: 500;
  color: #e8e8e8;
  margin-bottom: 0.5rem;
}
.footer__social--item img {
  margin-right: 0.5rem;
}
.footer__disclaimer p {
  font-size: 0.6875rem;
  line-height: 16px;
  text-align: justify;
}
@media not all and (-webkit-min-device-pixel-ratio: 0),
  not all and (min-resolution: 0.001dpcm) {
  .footer__contact--address {
    margin-right: 1rem;
  }
  .footer__social--item img {
    margin-right: 0.5rem;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.desktop-only--block {
  display: none !important;
}
@media (min-width: 1024px) {
  .desktop-only--block {
    display: block !important;
  }
}
.desktop-only--grid {
  display: none !important;
}
@media (min-width: 1024px) {
  .desktop-only--grid {
    display: grid !important;
  }
}
.desktop-only--inline-block {
  display: none !important;
}
@media (min-width: 1024px) {
  .desktop-only--inline-block {
    display: inline-block !important;
  }
}
.mobile-only--block {
  display: block !important;
}
@media (min-width: 1024px) {
  .mobile-only--block {
    display: none !important;
  }
}
.mobile-only--grid {
  display: grid !important;
}
@media (min-width: 1024px) {
  .mobile-only--grid {
    display: none !important;
  }
}
.mobile-only--flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (min-width: 1024px) {
  .mobile-only--flex {
    display: none !important;
  }
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.top-padding-0 {
  padding-top: 0;
}
.align-center {
  margin-left: auto;
  margin-right: auto;
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex-col-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex-col-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.flex-col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.grid {
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .col-2 {
    grid-template-columns: 1fr 1fr;
  }
}
.social-media-sharing {
  position: -webkit-sticky;
  position: sticky;
  top: 30%;
}
.social-media-sharing .share-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  right: 0;
  row-gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.social-media-sharing .share-article a {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 30px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 30px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.social-media-sharing .share-article a:hover svg path {
  fill: #fff;
}
.heading {
  max-width: 1100px;
}
.sticky-anchor-offset {
  scroll-margin-top: 101px;
}
.object-fit-contain,
.object-fit-contain img {
  -o-object-fit: contain;
  object-fit: contain;
}
.object-fit-cover,
.object-fit-cover img {
  -o-object-fit: cover;
  object-fit: cover;
}
.page-template-page-builder-dark-nav header,
.nav-color--dark {
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 999999;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.page-template-page-builder-dark-nav header li:not(.button) a,
.nav-color--dark li:not(.button) a {
  color: #d3d1d1;
}
.page-template-page-builder-dark-nav header .dark-logo,
.nav-color--dark .dark-logo {
  display: none;
}
.page-template-page-builder-dark-nav header:hover,
.page-template-page-builder-dark-nav header.light-nav,
.nav-color--dark:hover,
.nav-color--dark.light-nav {
  background-color: #fff;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.page-template-page-builder-dark-nav header:hover .light-logo,
.page-template-page-builder-dark-nav header.light-nav .light-logo,
.nav-color--dark:hover .light-logo,
.nav-color--dark.light-nav .light-logo {
  display: none;
}
.page-template-page-builder-dark-nav header:hover .dark-logo,
.page-template-page-builder-dark-nav header.light-nav .dark-logo,
.nav-color--dark:hover .dark-logo,
.nav-color--dark.light-nav .dark-logo {
  display: block;
}
.page-template-page-builder-dark-nav header:hover li:not(.button) a,
.page-template-page-builder-dark-nav header.light-nav li:not(.button) a,
.nav-color--dark:hover li:not(.button) a,
.nav-color--dark.light-nav li:not(.button) a {
  color: #575757;
}
.page-template-page-builder header,
.blog header,
.single-post header,
.page-template-faq header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 9;
}
.page-template-page-builder header .light-logo,
.blog header .light-logo,
.single-post header .light-logo,
.page-template-faq header .light-logo {
  display: none;
}

.light-logo{
  max-width: 200px!important;
}

.dark-logo{
  max-width: 200px!important;
}

.page-template-page-builder header li:not(.button) a,
.blog header li:not(.button) a,
.single-post header li:not(.button) a,
.page-template-faq header li:not(.button) a {
  color: #575757;
}
.nav__main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -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 1rem 1rem 1rem;
  min-height: 5rem;
  text-transform: uppercase;
}
@media (min-width: 320px) {
  .nav__main-nav {
    width: 100%;
  }
  .nav__main-nav .sub-menu {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .nav__main-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    margin: 0 auto;
    width: 85%;
  }
}
.nav__main-nav--mobile-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 1024px) {
  .nav__main-nav--logo-container img {
    width: 182.62px;
  }
}
.nav__main-nav li.button-primary a {
  color: #fff;
  line-height: 2;
}
.nav__main-nav li.button-primary:hover a {
  color: #22ca6c;
}
.nav__main-nav a {
  font-size: 12px;
  font-weight: 500;
}
.nav__main-nav a:hover {
  text-decoration: none;
}
.nav__main-nav .menu-toggle {
  display: inline-block;
  float: right;
  margin-right: 1.25rem;
  margin-top: 25px;
}
@media (min-width: 1024px) {
  .nav__main-nav .menu-toggle {
    display: none;
  }
}
.nav__main-nav .menu-toggle span {
  padding: 1.5px;
  display: inline-block;
  width: 30px;
  height: 3px;
  background: #22ca6c;
  text-indent: -9999px;
  -webkit-transition: background 0.3s 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background 0.3s 0.3s ease;
  transition: transform 0.3s ease, background 0.3s 0.3s ease,
    -webkit-transform 0.3s ease;
  position: relative;
  top: 12px;
  vertical-align: text-top;
  border-radius: 5px;
}
.nav__main-nav .menu-toggle span:before {
  top: -12px;
  display: inline-block;
  content: '';
  width: 40px;
  height: 3px;
  background: #22ca6c;
  position: absolute;
  left: 0;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: top 0.3s 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.3s ease, transform 0.3s ease;
  transition: top 0.3s 0.3s ease, transform 0.3s ease,
    -webkit-transform 0.3s ease;
  border-radius: 5px;
}
.nav__main-nav .menu-toggle span:after {
  top: 12px;
  display: inline-block;
  content: '';
  width: 40px;
  height: 3px;
  background: #22ca6c;
  position: absolute;
  left: 0;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: top 0.3s 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.3s ease, transform 0.3s ease;
  transition: top 0.3s 0.3s ease, transform 0.3s ease,
    -webkit-transform 0.3s ease;
  border-radius: 5px;
}
.nav__main-nav .menu-toggle.close span {
  background: rgba(0, 0, 0, 0);
  -webkit-transition: background 0.3s 0s ease;
  transition: background 0.3s 0s ease;
}
.nav__main-nav .menu-toggle.close span:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s 0.3s ease;
  transition: top 0.3s ease, -webkit-transform 0.3s 0.3s ease;
  transition: top 0.3s ease, transform 0.3s 0.3s ease;
  transition: top 0.3s ease, transform 0.3s 0.3s ease,
    -webkit-transform 0.3s 0.3s ease;
  top: 0;
  width: 40px;
}
.nav__main-nav .menu-toggle.close span:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s 0.3s ease;
  transition: top 0.3s ease, -webkit-transform 0.3s 0.3s ease;
  transition: top 0.3s ease, transform 0.3s 0.3s ease;
  transition: top 0.3s ease, transform 0.3s 0.3s ease,
    -webkit-transform 0.3s 0.3s ease;
  top: 0;
  width: 40px;
}
.nav__main-nav--list {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  padding: 2rem 1rem;
  width: 100%;
  overflow-y: auto;
  top: 80px;
  left: 0;
  max-height: 70vh;
  z-index: 9;
}
@media (min-width: 1024px) {
  .nav__main-nav--list {
    top: 0;
    left: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: auto;
    overflow-y: unset;
    padding: 0 0 0 2rem;
    background-color: rgba(0, 0, 0, 0);
  }
}
.nav__main-nav--list--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .nav__main-nav--list--left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 53% !important;
    flex-basis: 53% !important;
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .nav__main-nav--list--left {
    -ms-flex-preferred-size: 43% !important;
    flex-basis: 43% !important;
  }
}
.nav__main-nav--list--left > li.menu-item-has-children {
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .nav__main-nav--list--left > li.menu-item-has-children {
    position: initial;
    width: auto;
    cursor: default;
  }
}
.nav__main-nav--list--left > li.menu-item-has-children > .plus {
  position: absolute;
  top: 3px;
  right: 0;
  width: 15px;
  height: 15px;
}
@media (min-width: 1024px) {
  .nav__main-nav--list--left > li.menu-item-has-children > .plus {
    display: none !important;
  }
}
.nav__main-nav--list--left > li.menu-item-has-children > .plus:before,
.nav__main-nav--list--left > li.menu-item-has-children > .plus:after {
  content: '';
  position: absolute;
  background-color: #22ca6c;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.nav__main-nav--list--left > li.menu-item-has-children > .plus:before {
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  margin-left: -2px;
}
.nav__main-nav--list--left > li.menu-item-has-children > .plus:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  margin-top: -2px;
}
.nav__main-nav--list--left
  > li.menu-item-has-children
  > .plus.plus-rotate:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.nav__main-nav--list--left
  > li.menu-item-has-children
  > .plus.plus-rotate:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
  .nav__main-nav--list--left > li.menu-item-has-children > .sub-menu > li {
    margin-left: 20px;
  }
  .nav__main-nav--list--left
    > li.menu-item-has-children
    > .sub-menu
    > li
    > .sub-menu {
    margin-left: 20px;
    gap: 0.5rem;
  }
}
.nav__main-nav--list--left > li > .sub-menu {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  background-color: #fff;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}
@media (min-width: 1024px) {
  .nav__main-nav--list--left > li > .sub-menu {
    position: absolute;
    left: 0;
    opacity: 0;
    padding: 2rem 3rem;
    z-index: -1;
  }
}
@media (min-width: 1024px) {
  .nav__main-nav--list--left > li > .sub-menu > li:first-child {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media (min-width: 1280px) {
  .nav__main-nav--list--left > li > .sub-menu > li:first-child {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media (min-width: 1024px) {
  .nav__main-nav--list--left > li > .sub-menu > li:not(:first-child) {
    border-left: 1px solid #f1f1f1;
    padding-left: 4%;
    width: 65%;
  }
}
@media (min-width: 1024px) {
  .nav__main-nav--list--left > li > .sub-menu .view-all-funds {
    position: absolute;
    bottom: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-left: 0 !important;
    border-left: none !important;
  }
}
.nav__main-nav--list--left > li > .sub-menu li > a {
  font-size: 0.75rem;
  color: #777;
}
.logo-width{
  max-width: 200px;
}
.nav__main-nav--list--left > li > .sub-menu li .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
@media (min-width: 1024px) {
  .nav__main-nav--list--left > li > .sub-menu li .sub-menu {
    margin-top: 1rem;
  }
}
@media (min-width: 1280px) {
  .nav__main-nav--list--left > li > .sub-menu li .sub-menu {
    max-height: 300px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.nav__main-nav--list--left > li > .sub-menu li .sub-menu li a {
  font-size: 1rem;
  color: #171717;
  text-transform: none;
}
@media (min-width: 1024px) {
  .nav__main-nav--list--left > li > .sub-menu li .sub-menu li a {
    line-height: 45px;
  }
}
@media (min-width: 1024px) {
  .nav__main-nav--list--left > li:hover > .sub-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    opacity: 1;
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms;
  }
}
.nav__main-nav--list--left > li.menu-item-has-children.small-dropdown {
  position: relative;
}
.nav__main-nav--list--left
  > li.menu-item-has-children.small-dropdown:hover::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 40px;
  bottom: -40px;
}
.nav__main-nav--list--left
  > li.menu-item-has-children.small-dropdown
  > .sub-menu {
  top: 65px;
  left: -130px;
  width: auto;
}
@media (min-width: 1024px) {
  .nav__main-nav--list--left
    > li.menu-item-has-children.small-dropdown
    > .sub-menu {
    -webkit-box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.25),
      0 30px 60px -30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.25),
      0 30px 60px -30px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
  }
}
.nav__main-nav--list--left
  > li.menu-item-has-children.small-dropdown
  > .sub-menu::before {
  content: '';
  position: absolute;
  top: -10px;
  right: 43px;
  width: 0;
  height: 0;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid #fff;
  -webkit-box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.25),
    0 30px 60px -30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.25),
    0 30px 60px -30px rgba(0, 0, 0, 0.3);
}
.nav__main-nav--list--left
  > li.menu-item-has-children.small-dropdown
  > .sub-menu
  > li {
  white-space: nowrap;
}
.nav__main-nav--list--left
  > li.menu-item-has-children.small-dropdown
  > .sub-menu
  > li:first-child {
  padding-left: 0;
}
@media (min-width: 1024px) {
  .nav__main-nav--list--left
    > li.menu-item-has-children.small-dropdown
    > .sub-menu
    > li:first-child {
    padding-right: 3rem;
  }
}
@media (min-width: 1024px) {
  .nav__main-nav--list--left
    > li.menu-item-has-children.small-dropdown
    > .sub-menu
    > li:not(:first-child) {
    padding-left: 3rem;
  }
}
@media (min-width: 1024px) {
  .nav__main-nav--list--left
    > li.menu-item-has-children.small-dropdown
    > .sub-menu
    > li
    .sub-menu
    li {
    padding-bottom: 1rem;
  }
}
.nav__main-nav--list--left
  > li.menu-item-has-children.small-dropdown
  > .sub-menu
  > li
  .sub-menu
  li:last-child {
  padding-bottom: 0;
}
.nav__main-nav--list--left
  > li.menu-item-has-children.small-dropdown
  > .sub-menu
  li
  a {
  line-height: 100%;
}
.nav__main-nav--list--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  .nav__main-nav--list--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .nav__main-nav--list--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
}
.nav__main-nav--list--right li:not(:last-child) {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .nav__main-nav--list--right li:not(:last-child) {
    margin-bottom: 0;
  }
}
.nav__main-nav--list--right .button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2rem 1rem 0.1rem;
}
.menu-item-active {
  color: #22ca6c !important;
}
@media not all and (-webkit-min-device-pixel-ratio: 0),
  not all and (min-resolution: 0.001dpcm) {
  .nav__main-nav .menu-item-32,
  li#menu-item-32 {
    margin-right: 1rem;
  }
}
.linkedin-navigation,
.twitter-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.linkedin-navigation a,
.twitter-navigation a {
  padding-top: 5px;
  padding-left: 8px;
}
.linkedin-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxNCAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuMDAwOTggNC4wMDA5OEg3Ljc2Nzk4VjUuNDE4OThINy44MDc5OEM4LjE5Mjk4IDQuNzI3OTggOS4xMzQ5OCA0LjAwMDk4IDEwLjU0IDQuMDAwOThDMTMuNDYxIDQuMDAwOTggMTQuMDAxIDUuODE4OTggMTQuMDAxIDguMTgzOThWMTMuMDAxSDExLjExNlY4LjczMDk4QzExLjExNiA3LjcxMjk4IDExLjA5NSA2LjQwMTk4IDkuNjE1OTggNi40MDE5OEM4LjExMzk4IDYuNDAxOTggNy44ODM5OCA3LjUxMDk4IDcuODgzOTggOC42NTY5OFYxMy4wMDFINS4wMDA5OFY0LjAwMDk4WiIgZmlsbD0iIzc3Nzc3NyIvPgo8cGF0aCBkPSJNMC4wMDA5NzY1NjIgNC4wMDA5OEgzLjAwMDk4VjEzLjAwMUgwLjAwMDk3NjU2MlY0LjAwMDk4WiIgZmlsbD0iIzc3Nzc3NyIvPgo8cGF0aCBkPSJNMy4wMDEgMS41MDFDMy4wMDA4NyAxLjg5ODk2IDIuODQyNjUgMi4yODA1NiAyLjU2MTE2IDIuNTYxODdDMi4yNzk2NyAyLjg0MzE3IDEuODk3OTYgMy4wMDExMyAxLjUgMy4wMDFDMS4xMDIwNCAzLjAwMDg3IDAuNzIwNDM3IDIuODQyNjUgMC40MzkxMzMgMi41NjExNkMwLjE1NzgyOCAyLjI3OTY3IC0wLjAwMDEzMjUyNSAxLjg5Nzk2IDguMzQyNjFlLTA4IDEuNUMwLjAwMDEzMjY5MiAxLjEwMjA0IDAuMTU4MzQ4IDAuNzIwNDM3IDAuNDM5ODQgMC40MzkxMzNDMC41NzkyMjEgMC4yOTk4NDUgMC43NDQ2NzEgMC4xODkzNzQgMC45MjY3NDUgMC4xMTQwMjdDMS4xMDg4MiAwLjAzODY4MDkgMS4zMDM5NSAtNi41NTc3NmUtMDUgMS41MDEgOC4zMzEzM2UtMDhDMS42OTgwNSA2LjU3NDQyZS0wNSAxLjg5MzE1IDAuMDM4OTQyMyAyLjA3NTE4IDAuMTE0NDFDMi4yNTcyIDAuMTg5ODc4IDIuNDIyNTggMC4zMDA0NTkgMi41NjE4NyAwLjQzOTg0QzIuNzAxMTYgMC41NzkyMjEgMi44MTE2MyAwLjc0NDY3MSAyLjg4Njk3IDAuOTI2NzQ2QzIuOTYyMzIgMS4xMDg4MiAzLjAwMTA3IDEuMzAzOTUgMy4wMDEgMS41MDFaIiBmaWxsPSIjNzc3Nzc3Ii8+Cjwvc3ZnPgo=);
  width: 15px;
  height: 15px;
  background-size: contain;
}
.twitter-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxNyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjAwNCAxLjUzNzAxQzE1LjQwNTggMS44MDM0OSAxNC43NzA1IDEuOTc3NDggMTQuMTIgMi4wNTMwMUMxNC44MDUyIDEuNjQyMzQgMTUuMzE4MyAwLjk5NzEyNSAxNS41NjQgMC4yMzcwMDdDMTQuOTE5NSAwLjYxODg5NiAxNC4yMTQ4IDAuODg4NDA1IDEzLjQ4IDEuMDM0MDFDMTMuMTcyNSAwLjcwNjc1NyAxMi44MDExIDAuNDQ2MTI5IDEyLjM4ODggMC4yNjgyNjdDMTEuOTc2NSAwLjA5MDQwNjEgMTEuNTMyIC0wLjAwMDg5OTY4NyAxMS4wODMgNi42ODIzMmUtMDZDMTAuNTg4NCAtMC4wMDA1MTA0NiAxMC4xMDAxIDAuMTEwODQyIDkuNjU0NTYgMC4zMjU3MzFDOS4yMDkwNiAwLjU0MDYxOSA4LjgxNzkzIDAuODUzNDggOC41MTA0NCAxLjI0MDlDOC4yMDI5NCAxLjYyODMyIDcuOTg3MDUgMi4wODAyNiA3Ljg3ODkyIDIuNTYyOTJDNy43NzA3OCAzLjA0NTU3IDcuNzczMiAzLjU0NjQyIDcuODg2IDQuMDI4MDFDNi41ODA3MSAzLjk2MjQyIDUuMzAzNzkgMy42MjMwNyA0LjEzODE2IDMuMDMxOThDMi45NzI1MiAyLjQ0MDkgMS45NDQyMiAxLjYxMTI4IDEuMTIgMC41OTcwMDdDMC43MDAxNDUgMS4zMTkzNSAwLjU3MTM5NyAyLjE3NDU2IDAuNzU5OTcyIDIuOTg4NUMwLjk0ODU0NyAzLjgwMjQ0IDEuNDQwMjYgNC41MTM5IDIuMTM1IDQuOTc4MDFDMS42MTM2NSA0Ljk2MTE1IDEuMTAzNzIgNC44MjA5OSAwLjY0NyA0LjU2OTAxVjQuNjEwMDFDMC42NDY4MTggNS4zNjgxOSAwLjkwOTA2MyA2LjEwMzA3IDEuMzg5MiA2LjY4OTg0QzEuODY5MzQgNy4yNzY2MiAyLjUzNzc4IDcuNjc5MTMgMy4yODEgNy44MjkwMUMyLjc5NjgyIDcuOTYwOTggMi4yODg4NyA3Ljk4MDQ4IDEuNzk2IDcuODg2MDFDMi4wMDYzNSA4LjUzNzg2IDIuNDE0NzQgOS4xMDc4OSAyLjk2NDI4IDkuNTE2NzRDMy41MTM4MyA5LjkyNTU5IDQuMTc3MTkgMTAuMTUyOSA0Ljg2MiAxMC4xNjdDNC4xODA3OCAxMC43MDIyIDMuNDAwNjggMTEuMDk3NyAyLjU2NjM4IDExLjMzMDlDMS43MzIwOCAxMS41NjQxIDAuODU5OTcgMTEuNjMwNCAwIDExLjUyNkMxLjUwMTM3IDEyLjQ5MTMgMy4yNDkxMiAxMy4wMDM0IDUuMDM0IDEzLjAwMUMxMS4wNzEgMTMuMDAxIDE0LjM3NSA3Ljk5ODAxIDE0LjM3NSAzLjY2MDAxQzE0LjM3NSAzLjUxNjAxIDE0LjM3MiAzLjM3NjAxIDE0LjM2NiAzLjIzNTAxQzE1LjAwOTIgMi43NzIzNSAxNS41NjM4IDIuMTk3NDkgMTYuMDAzIDEuNTM4MDFMMTYuMDA0IDEuNTM3MDFaIiBmaWxsPSIjNzc3Nzc3Ii8+Cjwvc3ZnPgo=);
  width: 15px;
  height: 15px;
  background-size: contain;
}
.tns-liveregion {
  display: none;
}
.tns-nav button {
  padding: 3px;
  margin-right: 1rem;
  border-radius: 50%;
  border: 2px solid #c8c8c8;
  background-color: #c8c8c8;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.tns-nav button:last-child {
  margin-right: 0;
}
.tns-nav button.tns-nav-active {
  background-color: #22ca6c;
  border: 2px solid #22ca6c;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
* {
  font-family: 'Neue Haas Unica Pro', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
h1,
h2,
h3,
h4 {
  font-family: 'Hoefler Text', sans-serif;
}
h5,
h6,
p,
span {
  font-family: 'Neue Haas Unica Pro', sans-serif;
}
h1 {
  font-size: clamp(2rem, 5vw, 5rem);
  line-height: 110%;
  letter-spacing: 0.008em;
  margin-bottom: 2rem;
  font-weight: 400;
}
h2,
h3,
h6 {
  font-weight: 400;
}
h2 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: normal;
  line-height: 110%;
}
h3 {
  font-size: clamp(2rem, 5vw, 2.5rem);
  line-height: 110%;
  letter-spacing: 0.02em;
}
h4 {
  font-size: clamp(1.5rem, 2.1vw, 2rem);
  line-height: 110%;
  font-weight: 400;
}
h5 {
  font-size: clamp(1.2rem, 5vw, 1.5rem);
  line-height: 154.9%;
  font-weight: 600;
}
h6 {
  font-size: 1.13rem;
  line-height: 154.9%;
  font-weight: 600;
}
.heading {
  margin-bottom: 1rem;
}
p {
  line-height: 150%;
  font-size: 1rem;
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
}
.kicker {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 500;
  color: #a6a4a4;
  margin-bottom: 2rem;
}
.kicker.color-green {
  color: #22ca6c;
  font-weight: 700;
}
.color-primary {
  color: #22ca6c;
}
.funds {
  margin-top: 3rem;
}
.funds__category-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
.funds__category-bar label:not(:last-child) {
  margin-right: 1rem;
}
.funds__category-bar input[type='radio'] {
  display: none;
}
.funds__category-bar input[type='radio'] + label {
  text-transform: uppercase;
  color: #575757;
  font-size: 0.75rem;
  background-color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  cursor: pointer;
}
.funds__category-bar input[type='radio']:checked + label {
  background-color: #575757;
  color: #fff;
}
.funds__cards {
  display: grid;
}
@media (min-width: 768px) {
  .funds__cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.funds__cards--card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 1rem;
  border-radius: 4px;
  text-align: left;
  background-color: #fff;
  padding: 1rem;
}
@media (min-width: 768px) {
  .funds__cards--card {
    display: grid;
    grid-template-areas: 'kicker' 'title' 'files' 'text' 'buttons';
    grid-template-rows: auto auto auto 1fr auto;
  }
}
.funds__cards--card .kicker {
  grid-area: kicker;
  margin-bottom: 1rem;
}
.funds__cards--card h4 {
  grid-area: title;
  line-height: 35.2px;
  font-size: 32px;
}
.funds__cards--card h4 span {
  font-family: 'Neue Haas Unica Pro', sans-serif;
  color: #22ca6c;
  font-weight: 900;
  font-size: 32px;
  vertical-align: baseline;
  line-height: 100%;
}
.funds__cards--card h4 span:after {
  content: ' | ';
  color: #171717;
  font-family: 'Hoefler Text', sans-serif;
  font-weight: 400;
  line-height: 100%;
  vertical-align: baseline;
}
.funds__cards--card .button {
  max-width: 100%;
  margin: 0.5rem;
}
.funds__cards--card .dual-buttons {
  grid-area: buttons;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0;
}
@media (min-width: 1024px) {
  .funds__cards--card .dual-buttons {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.funds__cards--card .dual-buttons .button {
  max-width: 100%;
  margin: 0.5rem;
}
.funds__cards--card--excerpt {
  grid-area: text;
  font-size: 12px;
  margin-top: 1.5rem;
}
.funds__cards--card--excerpt strong {
  color: #575757;
}
.funds__cards--card--files {
  grid-area: files;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.funds__cards--card--file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.3rem 0.8rem;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.funds__cards--card--file:last-child {
  margin-right: 0;
}
.funds__cards--card--file:hover {
  border-color: #22ca6c;
}
.funds__cards--card--file:hover a {
  color: #22ca6c;
}
.funds__cards--card--file:hover svg path {
  fill: #22ca6c;
}
.funds__cards--card--file svg {
  margin: 0 0.5rem 0 0;
}
.funds__cards--card--file a {
  text-decoration: none;
  font-size: 0.75rem;
  color: #2c2c2c;
}
.blue-chip-span {
  vertical-align: top;
  line-height: inherit;
}
@media not all and (-webkit-min-device-pixel-ratio: 0),
  not all and (min-resolution: 0.001dpcm) {
  .funds__cards--card--files {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.bios {
  width: 100%;
}
.bios__filter {
  margin-top: 2rem;
}
.bios__filter select {
  padding: 0.3rem 1rem 0.3rem 0.5rem;
  border-color: #e8e8e8;
}
.bios__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.bios__cards--grid {
  display: grid;
  grid-template-areas: 'left' 'middle' 'right';
}
@media (min-width: 768px) {
  .bios__cards--grid {
    grid-template-areas: 'left middle right';
    grid-template-columns: 1fr auto 1fr;
  }
}
.bios__cards--grid--left {
  grid-area: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3rem;
}
.bios__cards--grid--right {
  grid-area: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  border-top: 2px solid #e8e8e8;
  padding-top: 50px;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .bios__cards--grid--right {
    border-top: none;
    border-left: 2px solid #e8e8e8;
    padding-left: 70px;
    margin-left: 70px;
    padding-top: 0;
    margin-top: 0;
  }
}
.bios__cards--grid--right.selected-category--9 {
  border-left: none;
}
.bios__cards--card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .bios__cards--card {
    margin-right: 3rem;
    margin-bottom: 3rem;
  }
}
.bios__cards--card--thumbnail {
  max-width: 150px;
}
.bios__cards--card--thumbnail img {
  margin-left: 0;
  width: 90px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .bios__cards--card--thumbnail img {
    width: unset;
  }
}
.bios__cards--card--details {
  margin-top: 1rem;
}
.bios__cards--card--details h4 {
  margin-bottom: 1rem;
}
.bios__cards--card--details p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .bios__cards--card--details .phone-number {
    text-decoration: none;
  }
}
.wpforms-container ::-webkit-input-placeholder {
  color: #a6a4a4;
}
.wpforms-container :-moz-placeholder {
  color: #a6a4a4;
  opacity: 1;
}
.wpforms-container ::-moz-placeholder {
  color: #a6a4a4;
  opacity: 1;
}
.wpforms-container :-ms-input-placeholder {
  color: #a6a4a4;
}
.wpforms-container ::-ms-input-placeholder {
  color: #a6a4a4;
}
.wpforms-confirmation-container-full,
div[submit-success]
  > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: none !important;
  border: none !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field-description,
div.wpforms-container-full .wpforms-form .wpforms-field-limit-text {
  margin: 0 0 0 3rem !important;
}
.g-recaptcha {
  margin: auto !important;
}
#wpforms-form-1014 .wpforms-field-container input {
  min-width: 90%;
}
#wpforms-form-1014 .wpforms-field-container input#wpforms-1014-field_1,
#wpforms-form-1014 .wpforms-field-container input#wpforms-1014-field_2,
#wpforms-form-1014 .wpforms-field-container input#wpforms-1014-field_3,
#wpforms-form-1014 .wpforms-field-container input#wpforms-1014-field_4,
#wpforms-form-1014 .wpforms-field-container input#wpforms-1014-field_5 {
  background-color: #f8f8f8;
  padding: 1.5rem;
  border: none !important;
}
.error-404-page {
  background-color: #000;
  background-image: url(../assets/images/404-background..png);
  width: 100vw;
  height: 100vh;
}
.error-404-page__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #f8f8f8;
  text-align: center;
  width: 90%;
}
@media (min-width: 768px) {
  .error-404-page__content {
    width: 320px;
  }
}
.error-404-page__content h4 {
  margin-bottom: 2rem;
}
.error-404-page__content p {
  margin-bottom: 2rem;
}
.error-404-page__content .button {
  max-width: 100%;
}
@media (min-width: 768px) {
  .full-width-content .text-center .text {
    width: 60%;
  }
}
@media (min-width: 1024px) {
  .full-width-content .text-center .text {
    width: 40%;
  }
}
@media (min-width: 1600px) {
  .full-width-content .text-center .text {
    max-width: 30%;
  }
}
.full-width-content .text p img {
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
}
.full-width-content .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .full-width-content .logos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.full-width-content .logos img {
  background-color: #f8f8f8;
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .full-width-content .logos img {
    max-width: 46%;
    margin: 1rem;
  }
}
@media (min-width: 1024px) {
  .full-width-content .logos img {
    max-width: 30.33%;
  }
}
.full-width-content .team {
  margin-top: 2rem;
}
.full-width-content .team__executive-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .full-width-content .team__executive-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.full-width-content .team__card {
  width: 90%;
  margin: 0.5rem;
}
@media (min-width: 768px) {
  .full-width-content .team__card {
    max-width: 46%;
    margin: 1rem;
  }
}
@media (min-width: 1024px) {
  .full-width-content .team__card {
    max-width: 30.33%;
  }
}
.full-width-content .team__card--content {
  text-align: left;
}
.full-width-content .team__card--content img {
  margin-bottom: 1rem !important;
}
.full-width-content .team__card--content h3 {
  font-size: 32px;
  margin-bottom: 1rem;
}
.full-width-content .team__card--content .bio {
  font-size: 16px;
  letter-spacing: -1%;
  color: #575757;
}
.full-width-content .team__card--content .position {
  font-family: 'Neue Haas Unica Pro', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-weight: 500;
}
.full-width-content__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.full-width-content__column .text {
  margin: 1rem;
  color: #777;
  text-align: left;
}
@media (min-width: 768px) {
  .full-width-content__column .text {
    margin: 2rem;
    text-align: justify;
  }
}
@media (min-width: 768px) {
  .full-width-content__column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.full-width-content .investors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .full-width-content .investors {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.full-width-content .investors--card {
  background-color: #f8f8f8;
  padding: 1.5rem;
  margin: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.full-width-content .investors--card h4 {
  font-size: 24px;
  margin-bottom: 0.5rem;
}
.full-width-content .investors--card p {
  color: #777;
  margin-bottom: 0;
  font-size: 12px;
}
.full-width-content .investors--card img {
  max-width: 64px;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .full-width-content .investors--card {
    width: 46%;
  }
}
@media (min-width: 1024px) {
  .full-width-content .investors--card {
    width: 30.33%;
  }
}
.full-width-content .text {
  margin-top: 1.5rem;
}
.full-width-content .spotlight-instagram-feed {
  width: 100%;
}
.full-width-content .social-media-shortcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1rem;
}
.grid-section .text-center .text {
  margin-left: auto;
  margin-right: auto;
}
.grid-section .text {
  width: 100%;
}
@media (min-width: 768px) {
  .grid-section .text {
    width: 80%;
  }
}
@media (min-width: 1280px) {
  .grid-section .text {
    width: 70%;
  }
}
.grid-section .button {
  margin-top: 2rem;
}
.grid-section .content-container {
  margin-top: 3rem;
}
.grid-section .dot-list-group {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 3rem;
}
@media (min-width: 1024px) {
  .grid-section .dot-list-group {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.grid-section .dot-list-group__svg {
  position: absolute;
  display: none;
  top: 7rem;
  left: -130px;
  width: 100vw;
}
@media (min-width: 1024px) {
  .grid-section .dot-list-group__svg {
    display: block;
  }
}
.grid-section .dot-list-group__left-dot,
.grid-section .dot-list-group__middle-dot,
.grid-section .dot-list-group__right-dot {
  display: none;
}
@media (min-width: 1024px) {
  .grid-section .dot-list-group__left-dot,
  .grid-section .dot-list-group__middle-dot,
  .grid-section .dot-list-group__right-dot {
    display: block;
  }
}
.grid-section .dot-list-group .grid-item {
  display: grid;
  grid-template-areas: 'title' '.' 'description';
  grid-template-rows: 150px 0 auto;
  text-align: left;
}
@media (min-width: 768px) {
  .grid-section .dot-list-group .grid-item {
    padding: 0 0.1rem;
  }
}
.grid-section .dot-list-group .grid-item .title {
  grid-area: title;
}
.grid-section .dot-list-group .grid-item p {
  grid-area: description;
  max-width: 100%;
}
@media (min-width: 768px) {
  .grid-section .dot-list-group .grid-item p {
    max-width: 70%;
  }
}
.grid-section .list-group {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 4rem;
}
@media (min-width: 1024px) {
  .grid-section .list-group {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.grid-section .list-group .grid-item {
  text-align: left;
}
@media (min-width: 768px) {
  .grid-section .list-group .grid-item {
    padding: 0 0.1rem;
  }
}
.grid-section .list-group .grid-item .title {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .grid-section .list-group .grid-item .title {
    margin-bottom: 2rem;
  }
}
.grid-section .list-group .grid-item p {
  max-width: 100%;
}
@media (min-width: 768px) {
  .grid-section .list-group .grid-item p {
    max-width: 70%;
  }
}
.grid-section .list-group .grid-item p a {
  color: #22ca6c;
  text-decoration: none;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset rgba(0, 0, 0, 0);
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.page-template-page-builder-dark-nav .header {
  min-height: 99vh;
  padding-top: calc(4rem + 108px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.page-template-page-builder-dark-nav .header h1 {
  color: #fff;
}
.page-template-page-builder-dark-nav .header p {
  color: #d3d1d1 !important;
}
.header {
  width: 100%;
  height: 100%;
}
.header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.header__bg img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.header__split {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 1rem;
}
@media (min-width: 768px) {
  .header__split {
    grid-template-columns: 45% 45%;
  }
}
.header__split .subheading {
  margin-bottom: 2rem;
}
.header__stacked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header__stacked h1 {
  max-width: 1100px;
}
.header__stacked .subheading p {
  max-width: 700px;
  color: #a6a4a4;
}
.header__stacked.align-center h1,
.header__stacked.align-center .subheading p {
  margin-left: auto;
  margin-right: auto;
}
@media not all and (-webkit-min-device-pixel-ratio: 0),
  not all and (min-resolution: 0.001dpcm) {
  @media (min-width: 1024px) {
    .header .header__stacked .dual-buttons,
    .header__stacked .flex-center {
      width: 50% !important;
      -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
      justify-content: space-between !important;
      margin: 1rem auto;
    }
  }
}
.split-content .background-container {
  background-position: bottom !important;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .split-content .background-container {
    background-position: bottom right !important;
  }
}
.split-content__grid {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 1rem;
}
@media screen and (max-width: 768px) {
  .split-content__grid {
    grid-template-columns: 1fr !important;
  }
}
@media (min-width: 1024px) {
  .split-content__grid {
    grid-template-columns: 50% 50%;
  }
}
.split-content__grid .image img {
  max-height: 500px;
}
@media (min-width: 1024px) {
  .split-content__grid .image img {
    max-height: unset;
  }
}
@media (min-width: 1024px) {
  .split-content__grid.has-cards-left {
    grid-template-columns: 60% 40%;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .split-content__grid.has-cards-right {
    grid-template-columns: 40% 60%;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
}
.split-content__left-content {
  padding: 1rem;
}
@media (min-width: 768px) {
  .split-content__left-content {
    padding-right: 3rem;
  }
}
@media (min-width: 1024px) {
  .split-content__left-content {
    padding: 4rem 5rem 2rem 2rem;
  }
}
.split-content__right-content {
  padding: 1rem;
}
@media (min-width: 768px) {
  .split-content__right-content {
    padding-left: 3rem;
  }
}
@media (min-width: 1024px) {
  .split-content__right-content {
    padding-left: 5rem;
  }
}
@media (min-width: 768px) {
  .split-content__right-content.background-color--gray {
    padding: 4rem;
  }
}
.split-content .icon-list {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .split-content .icon-list .grid-item {
    padding: 0 0.1rem;
  }
}
.split-content .icon-list .grid-item .icon,
.split-content .icon-list .grid-item .title {
  margin-bottom: 1rem;
}
.split-content .icon-list .grid-item .icon {
  padding: 1rem;
  border-radius: 10px;
}
.split-content .icon-list .grid-item p {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .split-content .icon-list .grid-item p {
    max-width: 70%;
  }
}
.split-content .featured-posts {
  margin-top: 3rem;
}
@media (min-width: 1024px) {
  .split-content .featured-posts {
    padding-right: 2rem;
  }
}
.split-content .featured-posts__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.split-content .featured-posts__post:not(:last-child) {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #f1f1f1;
}
.split-content .featured-posts__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a6a4a4;
  margin-bottom: 0.5rem;
}
.split-content .featured-posts__info--date,
.split-content .featured-posts__info--category {
  color: #a6a4a4;
  font-size: 0.75rem;
  text-decoration: none;
  border-right: 1px solid #a6a4a4;
  padding-right: 1rem;
  margin-right: 1rem;
}
.split-content .featured-posts__info--date a,
.split-content .featured-posts__info--date .kicker,
.split-content .featured-posts__info--category a,
.split-content .featured-posts__info--category .kicker {
  font-size: 0.75rem;
  text-decoration: none;
}
.split-content .featured-posts__info--readmore {
  color: #22ca6c !important;
  text-decoration: none;
  text-transform: capitalize;
  line-height: 100%;
}
.split-content .featured-posts__title {
  font-size: 1.5rem;
}
.split-content .featured-posts__cta {
  color: #171717 !important;
}
.split-content .featured-posts__cta a {
  color: #22ca6c;
}
.split-content__video-container--left iframe {
  width: 100% !important;
}
.split-content__video-container--right iframe {
  width: 100% !important;
}
.split-content#hold10-home-data ul {
  margin-bottom: 48px;
}
.split-content#hold10-home-data .market-price,
.split-content#hold10-home-data .nav-price {
  display: -webkit-box;
  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;
  background-color: #f8f8f8;
  border-radius: 6px 6px 0 0;
  margin-bottom: 3px;
  padding: 20px 30px 20px;
}
.split-content#hold10-home-data .market-price h6,
.split-content#hold10-home-data .nav-price h6 {
  font-family: 'Neue Haas Unica Pro', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #171717;
  line-height: 100%;
}
.split-content#hold10-home-data .market-price p,
.split-content#hold10-home-data .nav-price p {
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #171717;
  margin-bottom: 0;
  font-weight: 600;
}
.split-content#hold10-home-data .nav-market-disclaimer {
  width: 300px;
  height: 36px;
  margin-top: 27px;
  margin-bottom: 27px;
}
.split-content#hold10-home-data .nav-market-disclaimer p {
  font-family: 'Neue Haas Unica Pro', sans-serif;
  font-size: 0.75rem;
  line-height: 18px;
  letter-spacing: 0.04em;
  margin-bottom: 0;
  color: #a6a4a4;
}
.accordion .heading,
.accordion .text,
.accordion .button {
  text-align: center;
}
.accordion__container {
  max-width: 1200px;
  margin: 5rem auto 3rem;
}
.accordion .faq__container {
  padding-bottom: 1.5rem;
  margin-top: 3.5rem;
  margin-bottom: 1.5rem;
  cursor: pointer;
}
.accordion .faq__container:first-child {
  margin-top: 0;
}
.accordion .faq__question {
  display: -webkit-box;
  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;
}
.accordion .faq__answer-container {
  background-color: rgba(140, 191, 219, 0.1);
  padding: 2rem;
  margin-top: 1rem;
}
.accordion .faq__answer {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 768px) {
  .accordion .faq__answer {
    width: 90%;
  }
}
.accordion .faq__answer p:last-child {
  margin-bottom: 0;
}
.accordion .faq__arrow {
  margin-right: 2rem;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
.accordion .faq__plus-rotate {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
.wpforms-form p {
  margin: 3rem auto !important;
  color: #d3d1d1 !important;
  line-height: 24px !important;
  text-align: left !important;
}
@media (min-width: 1024px) {
  .wpforms-form p {
    width: 60% !important;
  }
}
#contact-us {
  width: 100vw;
}
@media (min-width: 768px) {
  #contact-us {
    width: 80vw;
  }
}
#contact-us .contact-form-header .light-logo {
  display: none;
}
#contact-us .contact-form-header .light-logo img {
  margin: 0;
}
@media (min-width: 1024px) {
  #contact-us .contact-form-header .light-logo {
    display: block;
  }
}
#contact-us .contact-form-header h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 100%;
  margin: 93.26px 0 0 0;
  text-align: left;
  color: #fff;
  min-width: 316px;
}
@media (min-width: 1024px) {
  #contact-us .contact-form-header h2 {
    margin: 38.62px 0;
    font-size: 56px;
    line-height: 110%;
    margin: 38.62px 0;
  }
}
#contact-us .contact-form-header p {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 150%;
  text-align: left;
  letter-spacing: -0.01em;
  margin: 29.74px 0 0 0;
  color: #fff;
}
@media (min-width: 1024px) {
  #contact-us .contact-form-header p {
    margin: 19px 0;
    font-size: 16px;
    min-width: 366px;
  }
}
#contact-us .contact-form-header p .green-sub {
  color: #22ca6c;
  font-size: 0.75rem;
}
@media (min-width: 1024px) {
  #contact-us .wpforms-field-container input:not([type='checkbox']),
  #contact-us .wpforms-field-container select,
  #contact-us .wpforms-field-container textarea {
    max-width: 90%;
  }
}
#contact-us .wpforms-field-container input,
#contact-us .wpforms-field-container textarea {
  color: #fff !important;
  margin: 0 !important;
}
#contact-us .wpforms-field-container input::-webkit-input-placeholder,
#contact-us .wpforms-field-container textarea::-webkit-input-placeholder {
  color: #777 !important;
}
#contact-us .wpforms-field-container input::-moz-placeholder,
#contact-us .wpforms-field-container textarea::-moz-placeholder {
  color: #777 !important;
}
#contact-us .wpforms-field-container input:-ms-input-placeholder,
#contact-us .wpforms-field-container textarea:-ms-input-placeholder {
  color: #777 !important;
}
#contact-us .wpforms-field-container input::-ms-input-placeholder,
#contact-us .wpforms-field-container textarea::-ms-input-placeholder {
  color: #777 !important;
}
#contact-us .wpforms-field-container input::placeholder,
#contact-us .wpforms-field-container textarea::placeholder {
  color: #777 !important;
}
#contact-us .wpforms-field-container select {
  margin: 0 !important;
  color: #777 !important;
}
#contact-us .wpforms-field-container .wpforms-field-html {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#contact-us .wpforms-field-container .wpforms-field-html h2 {
  font-size: 60px;
  line-height: 68px;
  text-align: center;
}
@media (min-width: 768px) {
  #contact-us .wpforms-field-container .wpforms-field-html h2 {
    font-size: 80px;
    line-height: 88px;
  }
}
#contact-us .wpforms-field-container .wpforms-field-html p {
  font-size: 22px;
  line-height: 1.5rem !important;
  text-align: center !important;
  width: 100% !important;
}
@media (min-width: 768px) {
  #contact-us .wpforms-field-container .wpforms-field-html p {
    font-size: 32px;
    line-height: 2.5rem !important;
  }
}
#contact-us .wpforms-error {
  width: 100% !important;
  margin: 1rem auto !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 0 !important;
}
.wpforms-field-payment-checkbox {
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (min-width: 1024px) {
  .wpforms-field-payment-checkbox {
    width: 100% !important;
  }
}
.wpforms-field-payment-checkbox label.wpforms-error {
  width: 100% !important;
}
.wpforms-field-payment-checkbox ul label {
  font-size: 24px !important;
  font-family: 'Hoefler Text', sans-serif;
}
.wpforms-field-payment-checkbox ul label sup {
  vertical-align: baseline;
}
.wpforms-field-payment-checkbox ul label a {
  font-size: 1rem !important;
}
.wpforms-field-payment-checkbox ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpforms-field-payment-checkbox ul li input {
  width: 25px !important;
  height: 25px !important;
  margin: 0 1rem 0 0 !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
  color: #fff;
}
.wpforms-field-description {
  width: calc(100% - 5rem) !important;
  margin: auto !important;
}
@media (min-width: 768px) {
  .wpforms-field-description {
    width: calc(50% - 3rem) !important;
  }
}
#wpforms-form-566 {
  margin-top: 60px;
}
@media (min-width: 1024px) {
  #wpforms-form-566 {
    margin-top: 56px;
  }
}
#wpforms-form-566 .wpforms-field-description {
  font-family: 'Neue Haas Unica Pro', sans-serif;
  font-size: 1rem;
  letter-spacing: -0.01em;
}
#wpforms-form-566 .wpforms-field-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem 1rem;
  height: auto;
  width: 100%;
}
@media (min-width: 1024px) {
  #wpforms-form-566 .wpforms-field-container {
    height: 970px;
  }
}
#wpforms-form-566 .wpforms-field-container .wpforms-field {
  width: 100%;
}
@media (min-width: 1024px) {
  #wpforms-form-566 .wpforms-field-container .wpforms-field {
    width: calc(50% - 1rem);
  }
}
#wpforms-form-566 .wpforms-field-container #wpforms-566-field_28-container {
  margin-top: 40px;
  min-width: 366px;
}
@media (min-width: 1024px) {
  #wpforms-form-566 .wpforms-field-container #wpforms-566-field_28-container {
    margin-top: 60px;
  }
}
#wpforms-form-566
  .wpforms-field-container
  #wpforms-566-field_28-container
  .wpforms-field-description {
  font-family: 'Neue Haas Unica Pro', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #fff;
}
@media (min-width: 1024px) {
  #wpforms-form-566
    .wpforms-field-container
    #wpforms-566-field_28-container
    .wpforms-field-description {
    margin-top: 60px;
  }
}
#wpforms-form-566 a {
  color: #22ca6c !important;
  text-decoration: underline;
}
#wpforms-form-566 div.wpforms-container-full .wpforms-form ul,
#wpforms-form-566 div.wpforms-container-full .wpforms-form ul li {
  margin: auto !important;
}
#wpforms-form-566 .wpforms-recaptcha-container {
  width: 200px;
}
#wpforms-form-566 .wpforms-submit-container button {
  width: 200px;
  padding: 14px 24px !important;
}
#wpforms-form-566 .form-sub-txt {
  font-family: 'Neue Haas Unica Pro', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  margin: 0 !important;
}
#wpforms-form-566 .wpforms-566-field_13 .wpforms-field-description a {
  color: #22ca6c !important;
}
#wpforms-form-566 label.wpforms-field-label-inline {
  color: #fff;
}
#wpforms-form-566 .wpforms-field-container input,
#wpforms-form-566 .wpforms-field-container select,
#wpforms-form-566 .wpforms-field-container textarea {
  background-color: rgba(0, 0, 0, 0);
  padding: 2rem 0;
  border: none;
  border-bottom: 1px solid #777;
  min-width: 20px;
}
@media (min-width: 768px) {
  #wpforms-form-566 .wpforms-field-container input,
  #wpforms-form-566 .wpforms-field-container select,
  #wpforms-form-566 .wpforms-field-container textarea {
    margin: auto;
  }
}
#wpforms-form-566 .wpforms-field-container select {
  padding: 1rem 0;
  height: 4rem;
  background-color: rgba(0, 0, 0, 0);
  color: #777;
}
#wpforms-form-566 .wpforms-field-container select:focus {
  background-color: #000;
  color: #fff;
}
#wpforms-form-566 .wpforms-field-container select:focus-within {
  background-color: rgba(0, 0, 0, 0);
}
#wpforms-form-566 .wpforms-field-container select option[disabled] {
  color: #777 !important;
}
@media (min-width: 768px) {
  #wpforms-form-566 .wpforms-field-container button {
    margin: auto;
  }
}
#wpforms-form-566 .wpforms-field-container label {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: left;
}
#wpforms-form-566 .wpforms-field-container label .wpforms-required-label {
  vertical-align: top;
}
#wpforms-form-566 #wpforms-566-field_28-container .wpforms-field-description {
  color: #fff !important;
  font-size: 16px !important;
}
#wpforms-form-566 #wpforms-566-field_28 label {
  display: none !important;
}
#wpforms-form-566 ul#wpforms-566-field_28 {
  position: absolute;
}
#wpforms-form-566 label.wpforms-field-label-inline {
  font-size: 16px !important;
  line-height: 16px !important;
}
@media (min-width: 768px) {
  #wpforms-form-566 label.wpforms-field-label-inline {
    font-size: 32px !important;
    line-height: 32px !important;
  }
}
div.wpforms-container-full .wpforms-form .wpforms-required-label {
  color: #22ca6c !important;
}
div.wpforms-container-full .wpforms-form input[type='submit'],
div.wpforms-container-full .wpforms-form button[type='submit'],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
  background-color: #22ca6c !important;
  text-transform: capitalize;
  font-size: 12px;
  color: #fff !important;
  border-radius: 4px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.04em;
  font: 'Neue Haas Unica Pro', sans-serif !important;
  border: 2px solid #22ca6c !important;
  width: 100%;
}
@media (min-width: 768px) {
  div.wpforms-container-full .wpforms-form input[type='submit'],
  div.wpforms-container-full .wpforms-form button[type='submit'],
  div.wpforms-container-full .wpforms-form .wpforms-page-button {
    width: auto;
  }
}
div.wpforms-container-full .wpforms-form input[type='submit']:hover,
div.wpforms-container-full .wpforms-form button[type='submit']:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
  background-color: rgba(0, 0, 0, 0) !important;
  border: 2px solid #22ca6c !important;
  color: #22ca6c !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
div.wpforms-container-full .wpforms-form .wpforms-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.wpforms-confirmation-container-full {
  background: rgba(0, 0, 0, 0) !important;
  border: none !important;
}
.wpforms-confirmation-container-full a {
  color: #22ca6c;
}
.mfp-fullscreen .mfp-container {
  padding: 0;
}
.mfp-fullscreen .mfp-content {
  height: 100%;
}
.mfp-close-btn-in .mfp-close {
  color: #fff !important;
}
.white-popup {
  background: linear-gradient(105.53deg, #2c2c2c 0%, #000000 100.38%);
  opacity: 100%;
  width: 414px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0 24px 76px 24px;
  z-index: 100;
}
.white-popup h2 {
  margin: 4rem auto 3rem;
  text-align: left;
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .white-popup h2 {
    font-size: 80px;
    line-height: 88px;
    text-align: center;
  }
}
.white-popup p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}
@media (min-width: 768px) {
  .white-popup p {
    text-align: center;
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .white-popup {
    width: 1400px;
    padding: 94.23px 100px 100px 100px;
  }
}
.advisors-modal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999999999;
  opacity: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.advisors-modal__backdrop {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 100vh;
}
.advisors-modal__content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(105.53deg, #2c2c2c 0%, #000000 100.38%);
  padding: 1rem;
  overflow: auto;
}
@media (min-width: 768px) {
  .advisors-modal__content {
    width: 80%;
    height: 80%;
    padding: 5rem;
  }
}
.advisors-modal img {
  margin: 1rem 0;
}
.advisors-modal h2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.advisors-modal .legal {
  background: #2c2c2c;
  padding: 1rem;
}
@media (min-width: 768px) {
  .advisors-modal .legal {
    width: 80%;
  }
}
.advisors-modal .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 0.5rem;
  margin-top: 2rem;
}
.advisors-modal .checkbox input {
  width: 30px;
  height: 20px;
}
.advisors-modal .checkbox label {
  font-size: 1.5rem;
  font-family: 'Hoefler Text', sans-serif;
  color: #fff;
  line-height: 130%;
}
@media (min-width: 768px) {
  .advisors-modal .checkbox label {
    font-size: 2rem;
  }
}
.advisors-modal .cancel {
  margin-top: 2rem;
}
.advisors-modal .cancel a {
  color: #22ca6c;
  text-decoration: none;
  font-weight: 600;
}
.advisor-accepted-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background-color: #22ca6c;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.5rem;
  z-index: 9;
}
.advisor-accepted-banner p {
  margin: 0;
  text-decoration: none;
  letter-spacing: 0.04em;
  font-size: 12px;
}
.advisor-accepted-banner p a {
  color: #fff;
}
.advisor-accepted-banner p span {
  line-height: inherit;
  vertical-align: top;
}
.advisor-accepted-banner.hide {
  display: none !important;
}
div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container iframe {
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
@media (min-width: 768px) {
  div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container iframe {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-left: 0;
  }
}
.our-partners {
  text-align: center;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .our-partners {
    padding: 60px 200px;
    margin-bottom: -3rem;
  }
}
.our-partners__logos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  row-gap: 1rem;
  margin-bottom: 3rem;
  margin-top: 2rem;
}
.our-partners__logos img {
  max-width: 98px;
}
@media (min-width: 768px) {
  .our-partners__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-template-columns: 1fr 1fr;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.photo-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .photo-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.photo-grid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.photo-grid__left {
  width: 100%;
}
@media (min-width: 1024px) {
  .photo-grid__left {
    grid-row: 2 / span 3;
    grid-column: span 2;
    grid-gap: 40px;
  }
}
.photo-grid__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.photo-grid__left .single-img {
  width: 90%;
  margin: 0.5rem auto;
}
@media (min-width: 1024px) {
  .photo-grid__left .single-img {
    width: auto;
    margin: 0;
  }
}
.photo-grid__left--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .photo-grid__left--top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 2rem;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}
.photo-grid__left--top img {
  width: 90%;
  margin: 0.5rem auto;
}
@media (min-width: 1024px) {
  .photo-grid__left--top img:first-child {
    height: 220px;
    width: 275px;
    margin: 0;
  }
  .photo-grid__left--top img:nth-child(2) {
    height: 312px;
    width: 50%;
    margin: 0 0 0 2rem;
  }
}
.photo-grid__right {
  width: 100%;
}
@media (min-width: 1024px) {
  .photo-grid__right {
    grid-row: 2/5;
    grid-column: 2/4;
    grid-gap: 40px;
    margin-top: 7rem;
  }
}
.photo-grid__right img {
  width: 90%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0.5rem auto;
}
@media (min-width: 1024px) {
  .photo-grid__right img {
    margin: 2rem;
    width: 100%;
  }
}
@media not all and (-webkit-min-device-pixel-ratio: 0),
  not all and (min-resolution: 0.001dpcm) {
  @media (min-width: 1024px) {
    .photo-grid__left .single-img {
      -o-object-position: 60% 1%;
      object-position: 60% 1%;
    }
  }
}
.sticky-anchors {
  display: none;
}
@media (min-width: 1024px) {
  .sticky-anchors {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 98px;
    padding-top: 1rem;
    background-color: #fff;
    z-index: 1;
  }
}
.sticky-anchors__anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  gap: 1rem;
}
.sticky-anchors__anchors a {
  color: #777;
  text-decoration: none;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 0;
}
.sticky-anchors__anchors a:hover {
  color: #171717;
  border-bottom: 4px solid #22ca6c;
}
.sticky-anchors__anchors a.active {
  color: #171717;
  border-bottom: 4px solid #22ca6c;
}
.card-type--ticker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
.card-type--ticker .card {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  padding: 0;
}
.card-type--ticker .card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  background-color: #fff;
}
@media (min-width: 768px) {
  .card-type--ticker .card__content {
    padding: 3rem;
  }
}
.card-type--ticker .card__content--title {
  color: #171717;
}
.card-type--ticker .card__content--link {
  max-width: 140px;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  margin-top: 1rem;
}
.card-type--ticker .card__content--no-link {
  color: #171717 !important;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.posts__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin: 3rem 0;
}
@media (min-width: 768px) {
  .posts__container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .posts__container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.posts__container .post-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  text-align: left;
}
.posts__container .post-card__category {
  list-style: none;
  background-color: #f8f8f8;
  padding: 0.9rem 2rem 0.7rem 2rem;
  text-indent: 0;
  margin-left: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.posts__container .post-card__category li {
  line-height: 100%;
}
.posts__container .post-card__category a {
  text-decoration: none;
}
.posts__container .post-card__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f8f8f8;
  padding: 1rem 2rem;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 100%;
  min-height: 300px;
}
.posts__container .post-card__details--author {
  color: #a6a4a4;
  margin: 1rem 0;
}
.posts__container .post-card__details--readmore {
  color: #22ca6c !important;
  text-decoration: none;
  font-weight: 500;
}
.posts__container .post-card__details--title {
  margin-bottom: 0.5rem;
}
.events-container {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .events-container {
    width: 100vw;
  }
}
.events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3rem 0;
}
.events .event-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  text-align: left;
}
.events .event-card__date-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
  padding: 1rem 1rem 1rem 2rem;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-family: 'Neue Haas Unica Pro', sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 21px;
}
.events .event-card__date-time svg {
  margin-right: 0.5rem;
}
.events .event-card__date-time--time {
  padding-left: 5px;
}
.events .event-card__details {
  display: grid;
  grid-template-areas: 'title' 'excerpt' 'register';
  grid-template-rows: 20% 70% 10%;
  background-color: #f8f8f8;
  padding: 1rem 2rem;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 400px;
}
@media (min-width: 768px) {
  .events .event-card__details {
    height: 500px;
  }
}
@media (min-width: 1024px) {
  .events .event-card__details {
    height: 500px;
  }
}
.events .event-card__details--title {
  grid-area: title;
}
.events .event-card__details--excerpt {
  grid-area: excerpt;
}
.events .event-card__details--register {
  grid-area: register;
}
.events__controls {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.events__controls--prev,
.events__controls--next {
  position: relative;
  padding: 0.5rem;
  border: 1px solid #a6a4a4;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.events__controls--prev svg,
.events__controls--next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cta__next-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cta__next-steps h2 {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
.cta__next-steps .dual-buttons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media not all and (-webkit-min-device-pixel-ratio: 0),
  not all and (min-resolution: 0.001dpcm) {
  @media (min-width: 1024px) {
    .cta__next-steps .dual-buttons {
      width: 30% !important;
      -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
      justify-content: space-between !important;
      margin: 2rem auto;
    }
  }
}
.cta__in-the-know-split {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .cta__in-the-know-split {
    grid-template-columns: 1fr 1fr;
  }
}
.cta__in-the-know-split--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-align: center;
}
.cta__in-the-know-split--left h2 {
  margin-bottom: 1rem;
}
.cta__in-the-know-split--left p {
  color: #575757;
  margin-bottom: 2rem;
}
.cta__in-the-know-split--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-align: center;
}
.cta__in-the-know-split--right h2 {
  margin-bottom: 1rem;
}
.cta__in-the-know-split--right p {
  color: #575757;
  margin-bottom: 3rem;
}
.cta__in-the-know-split--right .wpforms-container-full {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.cta__in-the-know-split--right form {
  position: relative;
  width: 100%;
}
.cta__in-the-know-split--right form .wpforms-field {
  padding: 0 !important;
}
.cta__in-the-know-split--right form input {
  max-width: 100% !important;
  color: #777 !important;
  background-color: #f8f8f8 !important;
  border: none !important;
  padding-left: 1rem !important;
}
.cta__in-the-know-split--right form input::-webkit-input-placeholder {
  color: #777 !important;
}
.cta__in-the-know-split--right form input::-moz-placeholder {
  color: #777 !important;
}
.cta__in-the-know-split--right form input:-ms-input-placeholder {
  color: #777 !important;
}
.cta__in-the-know-split--right form input::-ms-input-placeholder {
  color: #777 !important;
}
.cta__in-the-know-split--right form input::placeholder {
  color: #777 !important;
}
.cta__in-the-know-split--right form .wpforms-submit-container {
  position: absolute !important;
  top: 0;
  right: 0;
  padding: 0 !important;
  height: 100% !important;
}
.cta__in-the-know-split--right
  form
  .wpforms-submit-container
  .wpforms-submit.button-plain {
  background-color: rgba(0, 0, 0, 0) !important;
  border: none !important;
  color: #22ca6c !important;
  padding: 0 14px !important;
  text-transform: capitalize;
  height: 100%;
  font-weight: 500;
}
.cta__in-the-know-split--right
  form
  .wpforms-submit-container
  .wpforms-submit.button-plain:hover {
  border: none !important;
}
.crypto-market-insights .split-content {
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .crypto-market-insights .split-content__grid {
    grid-template-columns: 1fr !important;
  }
}
@media (min-width: 768px) {
  .crypto-market-insights .split-content__left-content {
    padding: 8rem 8rem 8rem 8rem;
  }
}
@media (min-width: 1024px) {
  .crypto-market-insights .split-content__left-content {
    padding: 8rem 5rem 8rem 8rem;
  }
}
.crypto-market-insights .split-content__right-content {
  padding-top: 3rem;
}
@media (min-width: 768px) {
  .crypto-market-insights .split-content__right-content {
    padding: 8rem 8rem 8rem 8rem;
  }
}
@media (min-width: 1024px) {
  .crypto-market-insights .split-content__right-content {
    padding: 8rem 5rem 8rem 5rem;
  }
}
.insights-archive__search {
  position: relative;
  cursor: pointer;
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}
.insights-archive__search svg {
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
}
.insights-archive__search #insights-search-bar,
.insights-archive__search #insights-search-bar-mobile {
  padding: 0.5rem 1rem 0.5rem 3rem;
  background-color: #efefef !important;
  border: 1px solid rgba(0, 0, 0, 0) !important;
  border-radius: 29px;
  width: 100%;
  outline-color: #22ca6c;
}
.insights-archive__search #insights-search-bar::-webkit-input-placeholder,
.insights-archive__search
  #insights-search-bar-mobile::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 16px;
  color: #a6a4a4;
}
.insights-archive__search #insights-search-bar::-moz-placeholder,
.insights-archive__search #insights-search-bar-mobile::-moz-placeholder {
  font-size: 14px;
  line-height: 16px;
  color: #a6a4a4;
}
.insights-archive__search #insights-search-bar:-ms-input-placeholder,
.insights-archive__search #insights-search-bar-mobile:-ms-input-placeholder {
  font-size: 14px;
  line-height: 16px;
  color: #a6a4a4;
}
.insights-archive__search #insights-search-bar::-ms-input-placeholder,
.insights-archive__search #insights-search-bar-mobile::-ms-input-placeholder {
  font-size: 14px;
  line-height: 16px;
  color: #a6a4a4;
}
.insights-archive__search #insights-search-bar::placeholder,
.insights-archive__search #insights-search-bar-mobile::placeholder {
  font-size: 14px;
  line-height: 16px;
  color: #a6a4a4;
}
.insights-archive__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 5rem;
}
@media (min-width: 1024px) {
  .insights-archive__filter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0;
  }
}
@media screen and (max-width: 1300px) {
  .insights-archive__filter--radio {
    display: none;
  }
}
.insights-archive__filter--dropdown {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .insights-archive__filter--dropdown {
    max-width: 300px;
  }
}
@media (min-width: 1300px) {
  .insights-archive__filter--dropdown {
    display: none;
  }
}
.insights-archive__filter input[type='radio'] {
  display: none;
}
.insights-archive__filter input[type='radio']:checked + label {
  color: #fff;
  background-color: #575757;
}
.insights-archive__filter label {
  font-size: 0.75rem;
  text-transform: uppercase;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  padding: 8px 16px;
  cursor: pointer;
}
.insights-archive__filter select {
  border: 1px solid #d3d1d1;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  width: 100%;
  outline-color: #22ca6c;
}
.insights-archive__filter select:invalid {
  color: #a6a4a4;
}
.single-post .page {
  max-width: 2001px;
  margin-left: auto;
  margin-right: auto;
}
.single-post .single-blog {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 6rem;
}
@media (min-width: 1024px) {
  .single-post .single-blog {
    grid-template-columns: 60% 25%;
    padding-top: 8rem;
  }
}
.single-post .single-blog h1 {
  margin-top: 2rem;
  margin-bottom: 6rem;
  font-size: clamp(2rem, 5vw, 4rem);
}
.single-post .single-blog a {
  color: inherit;
}
.single-post .single-blog__left p,
.single-post .single-blog__left li {
  color: #777;
}
.single-post .single-blog__left--categories ul li {
  list-style: none;
}
.single-post .single-blog__left--categories ul li a {
  text-decoration: none;
}
.single-post .single-blog__left--kicker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-post .single-blog__left--kicker :first-child {
  padding-right: 2rem;
  border-right: 2px solid #a6a4a4;
  margin-right: 2rem;
}
.single-post .single-blog__right--media-contact {
  background-color: #f8f8f8;
  padding: 2rem;
}
.single-post .single-blog__right--author {
  margin-top: 3rem;
}
.single-post .single-blog__right--author::first-line {
  text-transform: capitalize;
}
.single-post .single-blog__right--author .author__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.5rem;
}
.single-post .single-blog__right--author .author__details img {
  width: 70px;
  margin: 0 1rem 0 0;
}
.single-post .single-blog__right--author .author__details--info--name {
  font-family: 'Hoefler Text', sans-serif;
  font-size: 1.5rem;
  color: #171717;
}
.single-post .single-blog__right--author .author__details--info--position {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #777;
  margin-top: 0.2rem;
}
.single-post .single-blog__right--related-blogs {
  margin-top: 3rem;
}
.single-post .single-blog__right--related-blogs .related-blogs__container {
  margin-top: 1.5rem;
}
.single-post .single-blog__right--related-blogs .related-blogs__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.single-post
  .single-blog__right--related-blogs
  .related-blogs__post:not(:last-child) {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #f1f1f1;
}
.single-post .single-blog__right--related-blogs .related-blogs__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a6a4a4;
  margin-bottom: 0.5rem;
}
.single-post .single-blog__right--related-blogs .related-blogs__info--date,
.single-post .single-blog__right--related-blogs .related-blogs__info--category {
  color: #a6a4a4;
  font-size: 0.75rem;
  text-decoration: none;
}
.single-post .single-blog__right--related-blogs .related-blogs__info--date a,
.single-post
  .single-blog__right--related-blogs
  .related-blogs__info--category
  a {
  font-size: 0.75rem;
  text-decoration: none;
}
.single-post .single-blog__right--related-blogs .related-blogs__info--date {
  border-right: 1px solid #a6a4a4;
  padding-right: 1rem;
  margin-right: 1rem;
}
.single-post .single-blog__right--related-blogs .related-blogs__info--readmore {
  color: #22ca6c !important;
  text-decoration: none;
}
.single-post .single-blog__right--related-blogs .related-blogs__title {
  font-size: 1.5rem;
}
.single-post .single-blog__right--related-blogs .related-blogs__title a {
  font-family: 'Hoefler Text', sans-serif;
  color: #171717;
  text-decoration: none;
}
.single-post .cta .in-the-know {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-align: center;
}
.single-post .cta .in-the-know h2 {
  margin-bottom: 1rem;
}
.single-post .cta .in-the-know p {
  color: #777;
  margin-bottom: 3rem;
}
.single-post .cta .in-the-know .wpforms-container-full {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1024px) {
  .single-post .cta .in-the-know .wpforms-container-full {
    width: 50%;
  }
}
.single-post .cta .in-the-know form {
  position: relative;
  width: 100%;
}
.single-post .cta .in-the-know form .wpforms-field {
  padding: 0 !important;
}
.single-post .cta .in-the-know form input {
  max-width: 100% !important;
  color: #777 !important;
  background-color: #f8f8f8 !important;
  border: none !important;
  padding-left: 1rem !important;
}
.single-post .cta .in-the-know form input::-webkit-input-placeholder {
  color: #777 !important;
}
.single-post .cta .in-the-know form input::-moz-placeholder {
  color: #777 !important;
}
.single-post .cta .in-the-know form input:-ms-input-placeholder {
  color: #777 !important;
}
.single-post .cta .in-the-know form input::-ms-input-placeholder {
  color: #777 !important;
}
.single-post .cta .in-the-know form input::placeholder {
  color: #777 !important;
}
.single-post .cta .in-the-know form .wpforms-submit-container {
  position: absolute !important;
  top: 0;
  right: 0;
  padding: 0 !important;
  height: 100% !important;
}
.single-post
  .cta
  .in-the-know
  form
  .wpforms-submit-container
  .wpforms-submit.button-plain {
  background-color: rgba(0, 0, 0, 0) !important;
  border: none !important;
  color: #22ca6c !important;
  padding: 0 14px !important;
  text-transform: capitalize;
  height: 100%;
}
.single-post
  .cta
  .in-the-know
  form
  .wpforms-submit-container
  .wpforms-submit.button-plain:hover {
  border: none !important;
}
.single-funds #private-placement-popup {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999999999;
  opacity: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 4px;
}
.single-funds #private-placement-popup .private-placement-popup__backdrop {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 100vh;
}
.single-funds #private-placement-popup .private-placement-popup__content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  height: auto;
  overflow: auto;
  text-align: left;
  padding: 2.5rem;
  border-radius: 4px;
  background-color: #e8e8e8;
}
@media (min-width: 768px) {
  .single-funds #private-placement-popup .private-placement-popup__content {
    width: 600px;
    height: 525px;
  }
}
.single-funds #private-placement-popup .private-placement-popup__content h2 {
  margin-bottom: 40px;
}
.single-funds
  #private-placement-popup
  .private-placement-popup__content
  .private-placement-popup__body {
  margin-bottom: 40px;
}
.single-funds #private-placement-popup .private-placement-popup__content p {
  color: #777;
}
.single-funds #private-placement-popup .private-placement-popup__content p a {
  color: inherit;
}
.single-funds #private-placement-popup .mfp-close {
  color: #171717 !important;
}
@media (min-width: 768px) {
  .single-funds #private-placement-popup .mfp-close {
    display: none;
  }
}
.single-fund .chart-img-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  color: #777;
  margin-bottom: 1rem;
}
.single-fund .chart-img-legend .green-square {
  width: 30px;
  height: 2px;
  background-color: #22ca6c;
}
.single-fund .chart-img-legend .blue-square {
  width: 30px;
  height: 2px;
  background-color: #00a5ff;
}
@media (min-width: 768px) {
  .single-fund .container {
    padding: 3rem 4rem;
  }
}
@media (min-width: 1280px) {
  .single-fund .container {
    padding: 3.5rem 10.5rem;
  }
}
.single-fund .disclosure {
  margin-top: 1rem;
}
.single-fund .disclosure p {
  font-size: 0.75rem;
  line-height: 18.07px;
  color: #a6a4a4;
  margin-bottom: 0;
}
.single-fund .as-of-date {
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #777;
  margin-top: 1rem;
  margin-bottom: 0;
}
.single-fund .estimated-nav {
  margin-top: 0;
}
.single-fund .header {
  background-image: url(../assets/images/black-gradient..png);
}
.single-fund .header.container {
  padding: 8rem 1rem;
}
@media (min-width: 768px) {
  .single-fund .header.container {
    padding: 8rem 1rem;
  }
}
@media (min-width: 1280px) {
  .single-fund .header.container {
    padding: 10.5rem;
  }
}
.single-fund .header .align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-fund .header .abbreviation {
  font-family: 'Neue Haas Unica Pro', sans-serif;
  font-weight: 800;
  color: #22ca6c;
  margin-bottom: 0;
}
.single-fund .header .abbreviation-title {
  font-size: 3.5rem;
  color: #fff;
}
.single-fund .header .no-abbreviation-title {
  font-size: 3.5rem;
  color: #fff;
}
.single-fund .header .about-fund {
  color: #fff;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .single-fund .header .about-fund {
    max-width: 75%;
  }
}
.single-fund .header .about-disclaimer-fund {
  color: #fff;
}
@media (min-width: 768px) {
  .single-fund .header .about-disclaimer-fund {
    max-width: 75%;
  }
}
.single-fund .header .about-disclaimer-fund p {
  font-size: 12px;
}
.single-fund__overview--cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .single-fund__overview--cards {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
}
.single-fund__overview--cards--card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-color: #2c2c2c;
  border-radius: 5px;
  padding: 1rem;
}
@media (min-width: 768px) {
  .single-fund__overview--cards--card {
    padding: 2rem;
  }
}
.single-fund__overview--cards--card h5 {
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 21.08px;
}
.single-fund__overview--cards--card--price {
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 21.08px;
  color: #22ca6c !important;
  margin-bottom: 0;
}
.single-fund__overview--disclosure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 0.75rem;
  color: #a6a4a4;
  line-height: 18.07px;
  margin-top: 1rem;
}
.single-fund__overview--disclosure :last-child {
  margin-top: 2rem;
}
.single-fund__documents-and-filter {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .single-fund__documents-and-filter {
    grid-template-columns: 45% 45%;
  }
}
.single-fund__documents-and-filter h4 {
  margin-bottom: 1rem;
}
.single-fund__documents-and-filter--documents--files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .single-fund__documents-and-filter--documents--files {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.single-fund__documents-and-filter--documents--files a {
  margin-right: 0.8rem;
  margin-bottom: 0.8rem;
}
.single-fund__documents-and-filter--documents--files a:last-child {
  margin-right: 0;
}
.single-fund__documents-and-filter--documents--disclosure {
  font-size: 0.75rem;
  color: #a6a4a4;
  margin-top: 1rem;
}
.single-fund__documents-and-filter--filter select {
  width: 100%;
  padding: 0.5rem;
  color: #575757;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .single-fund__documents-and-filter--filter select {
    width: 80%;
  }
}
.single-fund__performance--chart--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.single-fund__performance--chart--buttons .button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.single-fund__performance--chart--buttons .button.active {
  background-color: #22ca6c;
  color: #fff;
}
.single-fund__returns--table.mobile-only--block select {
  width: 100%;
  padding: 0.5rem;
  color: #575757;
  text-transform: uppercase;
}
.single-fund__returns--table.mobile-only--block #mobile-returns-data .table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.single-fund__returns--table.mobile-only--block
  #mobile-returns-data
  .table__row {
  display: -webkit-box;
  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;
}
.single-fund__returns--table.mobile-only--block
  #mobile-returns-data
  .table__row:not(:last-child) {
  border-bottom: 0.5px solid #a6a4a4;
}
.single-fund__returns--table.mobile-only--block
  #mobile-returns-data
  .table__row
  .row-heading {
  color: #171717;
  font-weight: 500;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.single-fund__returns--table.mobile-only--block
  #mobile-returns-data
  .table__row
  .row-value {
  color: #777;
  letter-spacing: -0.01em;
}
.single-fund__returns--table.desktop-only--block {
  width: 100%;
  text-align: right;
  border-collapse: collapse;
}
.single-fund__returns--table.desktop-only--block tr:not(:first-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.single-fund__returns--table.desktop-only--block td {
  color: #777;
  letter-spacing: -0.01em;
}
.single-fund__returns--table.desktop-only--block td,
.single-fund__returns--table.desktop-only--block th {
  padding: 1.5rem 0;
}
.single-fund__returns--table.desktop-only--block th {
  color: #171717;
  line-height: 24px;
  font-weight: 500;
}
.single-fund__returns--table.desktop-only--block th[scope='col'] {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  vertical-align: bottom;
  padding: 0 0 0 1rem;
}
.single-fund__returns--table.desktop-only--block th[scope='row'] {
  text-align: left;
}
.single-fund__holdings.mobile-only--block select {
  width: 100%;
  padding: 0.5rem;
  color: #575757;
  text-transform: uppercase;
}
.single-fund__holdings.mobile-only--block #mobile-holdings-data .table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.single-fund__holdings.mobile-only--block #mobile-holdings-data .table__row {
  display: -webkit-box;
  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;
}
.single-fund__holdings.mobile-only--block
  #mobile-holdings-data
  .table__row:not(:last-child) {
  border-bottom: 0.5px solid #a6a4a4;
}
.single-fund__holdings.mobile-only--block
  #mobile-holdings-data
  .table__row
  .row-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  color: #171717;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  font-weight: 500;
}
.single-fund__holdings.mobile-only--block
  #mobile-holdings-data
  .table__row
  .row-heading
  img {
  margin: 0;
  width: 40px;
  height: 40px;
}
.single-fund__holdings.mobile-only--block
  #mobile-holdings-data
  .table__row
  .row-value {
  color: #777;
  letter-spacing: -0.01em;
}
.single-fund__holdings.desktop-only--block table {
  width: 100%;
  text-align: right;
  border-collapse: collapse;
}
.single-fund__holdings.desktop-only--block table tr:not(:first-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.single-fund__holdings.desktop-only--block table td {
  color: #777;
  letter-spacing: -0.01em;
}
.single-fund__holdings.desktop-only--block table td,
.single-fund__holdings.desktop-only--block table th {
  padding: 0.8rem 0;
  vertical-align: middle;
}
.single-fund__holdings.desktop-only--block table th:first-child {
  text-align: left;
}
.single-fund__holdings.desktop-only--block table th[scope='col'] {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}
.single-fund__holdings.desktop-only--block table th[scope='row'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}
.single-fund__holdings.desktop-only--block table th[scope='row'] img {
  margin: 0;
  width: 40px;
  height: 40px;
}
.single-fund__details--grid {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .single-fund__details--grid {
    grid-template-columns: 45% 45%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.single-fund__details--grid--left-content--row,
.single-fund__details--grid--right-content--row {
  display: -webkit-box;
  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;
}
.single-fund__details--grid--left-content--row:not(:last-child),
.single-fund__details--grid--right-content--row:not(:last-child) {
  border-bottom: 0.5px solid #a6a4a4;
}
.single-fund__details--grid--left-content--row .row-heading,
.single-fund__details--grid--right-content--row .row-heading {
  color: #171717;
  font-weight: 500;
}
.single-fund__details--grid--left-content--row .row-value,
.single-fund__details--grid--right-content--row .row-value {
  color: #777;
  letter-spacing: -0.01em;
  text-align: right;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media (min-width: 768px) {
  .single-fund__details--grid--left-content--row .row-value,
  .single-fund__details--grid--right-content--row .row-value {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
}
@media screen and (max-width: 768px) {
  .single-fund__details--grid--left-content--row {
    border-bottom: 0.5px solid #a6a4a4;
  }
}
@media screen and (max-width: 768px) {
  .single-fund__details--grid--right-content--row {
    border-bottom: none;
  }
}
.single-fund__index h4 {
  margin-bottom: 1rem;
}
.single-fund__index--grid {
  display: grid;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-template-columns: 1fr;
  row-gap: 1rem;
}
@media (min-width: 768px) {
  .single-fund__index--grid {
    grid-template-columns: 45% 45%;
  }
}
.single-fund__index--grid--left-content,
.single-fund__index--grid--right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
.single-fund__index--grid--left-content--item:not(:last-child),
.single-fund__index--grid--right-content--item:not(:last-child) {
  border-bottom: 0.5px solid #a6a4a4;
}
.single-fund__index--grid--left-content--item .item-heading,
.single-fund__index--grid--right-content--item .item-heading {
  color: #171717;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.single-fund__index--grid--left-content--item .item-value,
.single-fund__index--grid--right-content--item .item-value {
  color: #777;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .single-fund__index--grid--left-content--item {
    border-bottom: 0.5px solid #a6a4a4;
  }
}
@media screen and (max-width: 767px) {
  .single-fund__index--grid--right-content--item {
    border-bottom: none;
  }
}
.single-fund__key-facts h4 {
  margin-bottom: 1rem;
}
.single-fund__key-facts .disclosure {
  margin-top: 0;
}
@media (min-width: 768px) {
  .single-fund__key-facts .disclosure {
    padding-top: 0.5rem;
  }
}
.single-fund__key-facts--grid {
  display: grid;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-template-columns: 1fr;
  row-gap: 1rem;
}
@media (min-width: 768px) {
  .single-fund__key-facts--grid {
    grid-template-columns: 45% 45%;
  }
}
.single-fund__key-facts--grid--left-content,
.single-fund__key-facts--grid--right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
.single-fund__key-facts--grid--left-content--item,
.single-fund__key-facts--grid--right-content--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .single-fund__key-facts--grid--left-content--item,
  .single-fund__key-facts--grid--right-content--item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.single-fund__key-facts--grid--left-content--item:not(:last-child),
.single-fund__key-facts--grid--right-content--item:not(:last-child) {
  border-bottom: 0.5px solid #a6a4a4;
}
.single-fund__key-facts--grid--left-content--item .item-heading,
.single-fund__key-facts--grid--right-content--item .item-heading {
  color: #171717;
  font-weight: 500;
  margin-bottom: 0;
}
.single-fund__key-facts--grid--left-content--item .item-value,
.single-fund__key-facts--grid--right-content--item .item-value {
  color: #777;
  letter-spacing: -0.01em;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  text-align: right;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .single-fund__key-facts--grid--left-content--item {
    border-bottom: 0.5px solid #a6a4a4;
  }
}
@media screen and (max-width: 767px) {
  .single-fund__key-facts--grid--right-content--item {
    border-bottom: none;
  }
}
.single-fund__fees h4 {
  margin-bottom: 1rem;
}
.single-fund__fees--grid {
  display: grid;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-template-columns: 1fr;
  row-gap: 1rem;
}
@media (min-width: 768px) {
  .single-fund__fees--grid {
    grid-template-columns: 45% 45%;
  }
}
.single-fund__fees--grid--left-content,
.single-fund__fees--grid--right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
.single-fund__fees--grid--left-content--item,
.single-fund__fees--grid--right-content--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .single-fund__fees--grid--left-content--item,
  .single-fund__fees--grid--right-content--item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.single-fund__fees--grid--left-content--item:not(:last-child),
.single-fund__fees--grid--right-content--item:not(:last-child) {
  border-bottom: 0.5px solid #a6a4a4;
}
.single-fund__fees--grid--left-content--item .item-heading,
.single-fund__fees--grid--right-content--item .item-heading {
  color: #171717;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.single-fund__fees--grid--left-content--item .item-value,
.single-fund__fees--grid--right-content--item .item-value {
  color: #777;
  letter-spacing: -0.01em;
}
.single-fund__fees--grid--left-content .disclosure,
.single-fund__fees--grid--right-content .disclosure {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .single-fund__fees--grid--left-content--item {
    border-bottom: 0.5px solid #a6a4a4;
  }
}
.single-fund__details h4 {
  margin-bottom: 1rem;
}
.single-fund__details--grid {
  display: grid;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-template-columns: 1fr;
  row-gap: 1rem;
}
@media (min-width: 768px) {
  .single-fund__details--grid {
    grid-template-columns: 45% 45%;
  }
}
.single-fund__details--grid--left-content,
.single-fund__details--grid--right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
.single-fund__details--grid--left-content--item,
.single-fund__details--grid--right-content--item {
  padding-bottom: 1rem;
}
.single-fund__details--grid--left-content--item:not(:last-child),
.single-fund__details--grid--right-content--item:not(:last-child) {
  border-bottom: 0.5px solid #a6a4a4;
}
.single-fund__details--grid--left-content--item .item-heading,
.single-fund__details--grid--right-content--item .item-heading {
  color: #171717;
  font-weight: 500;
  margin-bottom: 0;
}
.single-fund__details--grid--left-content--item .item-value,
.single-fund__details--grid--right-content--item .item-value {
  color: #777;
  letter-spacing: -0.01em;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .single-fund__details--grid--left-content--item .item-value,
  .single-fund__details--grid--right-content--item .item-value {
    text-align: right;
  }
}
.single-fund__details--grid--left-content--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .single-fund__details--grid--left-content--item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .single-fund__details--grid--left-content--item {
    border-bottom: 0.5px solid #a6a4a4;
  }
}
.single-fund__details--grid--right-content--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .single-fund__details--grid--right-content--item {
    border-bottom: none;
  }
}
.single-fund__details--grid--right-content--item .item-heading {
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.single-fund__details--grid--right-content--item .item-value {
  text-align: left;
}
.single-fund__methodology-and-advisory-board {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .single-fund__methodology-and-advisory-board {
    grid-template-columns: 1fr 1fr;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.single-fund__methodology-and-advisory-board h2 {
  margin-bottom: 2rem;
}
.single-fund__methodology-and-advisory-board--methodology {
  padding: 2.5rem 1rem;
}
@media (min-width: 768px) {
  .single-fund__methodology-and-advisory-board--methodology {
    padding: 3rem 4rem;
  }
}
@media (min-width: 1280px) {
  .single-fund__methodology-and-advisory-board--methodology {
    padding: 5rem 6rem 5rem 10rem;
  }
}
.single-fund__methodology-and-advisory-board--methodology .button {
  margin-top: 1rem;
}
.single-fund__methodology-and-advisory-board--advisory-board {
  padding: 2.5rem 1rem;
}
@media (min-width: 768px) {
  .single-fund__methodology-and-advisory-board--advisory-board {
    padding: 3rem 4rem;
  }
}
@media (min-width: 1280px) {
  .single-fund__methodology-and-advisory-board--advisory-board {
    padding: 5rem 10rem 5rem 6rem;
  }
}
.single-fund__methodology-and-advisory-board--advisory-board--members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.single-fund__methodology-and-advisory-board--advisory-board--members--member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
.single-fund__methodology-and-advisory-board--advisory-board--members--member
  .headshot {
  width: 64px;
  height: 64px;
  margin-right: 1rem;
}
.single-fund__methodology-and-advisory-board--advisory-board--members--member
  .about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: fit-content;
  flex-basis: fit-content;
}
.single-fund__methodology-and-advisory-board--advisory-board--members--member
  .about__name {
  font-family: 'Hoefler Text', sans-serif;
  font-size: 1.5rem;
  color: #171717;
  line-height: 100%;
  margin-bottom: 1rem;
}
.single-fund__methodology-and-advisory-board--advisory-board--members--member
  .about__job-title {
  letter-spacing: -0.01em;
  color: #777;
  line-height: 150%;
  margin-bottom: 1rem;
}
.single-fund__methodology-and-advisory-board--advisory-board--members--member
  .about__bio {
  font-size: 0.75em;
  color: #777;
  line-height: 18px;
}
.single-fund__invest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  text-align: center;
  padding: 2.5rem 1rem;
}
@media (min-width: 768px) {
  .single-fund__invest {
    padding: 3rem 4rem;
  }
}
@media (min-width: 1280px) {
  .single-fund__invest {
    padding: 11rem;
  }
}
.single-fund__invest h2,
.single-fund__invest p {
  max-width: 100%;
}
@media (min-width: 768px) {
  .single-fund__invest h2,
  .single-fund__invest p {
    max-width: 70%;
  }
}
.single-fund .share-class--institutional {
  display: none;
}
.page.faq .faq-category-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 5rem;
}
@media (min-width: 1024px) {
  .page.faq .faq-category-filter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0;
  }
}
.page.faq .faq-category-filter input[type='radio'] {
  display: none;
}
.page.faq .faq-category-filter input[type='radio']:checked + label {
  color: #fff;
  background-color: #575757;
}
.page.faq .faq-category-filter label {
  font-size: 0.75rem;
  text-transform: uppercase;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  padding: 10px 16px 8px 16px;
  cursor: pointer;
  line-height: 100%;
}
.page.faq .faq-category-filter label:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .page.faq .faq-category-filter label:not(:last-child) {
    margin-right: 1rem;
    margin-bottom: 0;
  }
}
.page.faq #faqs-datafetched {
  max-width: 950px;
  width: 100%;
}
.page.faq .expand-collapse-all-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 2rem;
  margin-right: 1.56rem;
}
@media (min-width: 768px) {
  .page.faq .expand-collapse-all-container {
    margin-right: 2rem;
  }
}
.page.faq .expand-collapse-all-container #expand-collapse-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.page.faq .expand-collapse-all-container #expand-collapse-all__text {
  color: #22ca6c;
  margin-right: 1rem;
}
.page.faq .faq-container {
  max-width: 950px;
}
.page.faq .faq-container .faq-item {
  border: 1px solid #e8e8e8;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .page.faq .faq-container .faq-item {
    margin-bottom: 2rem;
  }
}
.page.faq .faq-container .faq-item__question {
  display: -webkit-box;
  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;
  cursor: pointer;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .page.faq .faq-container .faq-item__question {
    padding: 1.5rem 2rem;
  }
}
.page.faq .faq-container .faq-item__question h6 {
  font-size: 1.25rem;
  line-height: 23.44px;
  width: 80%;
}
.page.faq .faq-container .faq-item__answer {
  display: none;
  padding: 0 1.5rem 1.5rem 1.5rem;
}
@media (min-width: 768px) {
  .page.faq .faq-container .faq-item__answer {
    padding: 0 2rem 1.5rem 2rem;
  }
}
.page.faq .open-close-symbol {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #22ca6c;
  border-radius: 50%;
}
.page.faq .open-close-symbol::before,
.page.faq .open-close-symbol::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 1px;
  background-color: #22ca6c;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  will-change: transform;
}
.page.faq .open-close-symbol::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.page.faq .open-close-symbol::after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}
.page.faq .open-close-symbol.expanded::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.page.faq .open-close-symbol.expanded::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.page.faq section.cta {
  background-color: #f8f8f8;
}

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