/* Min breakpoint width */
/* MAx breakpoint width */

.pageHeader {
  padding: 16px 65px 0 65px;
  background-color: white;
  z-index: 1; }
  @media (min-width: 768px) {
    .pageHeader {
      top: 118px;
      position: sticky; }
      .pageHeader.pageHeaderLoggedIn {
        top: 96px; }
      .pageHeader.isWebview {
        top: 46px; } }
  @media (max-width: 992px) {
    .pageHeader {
      padding: 16px 16px 0 16px; } }
  .pageHeader .fundHeader {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .pageHeader .fundHeader .fundHeaderRowDetails {
      flex: 1;
      display: flex;
      padding-bottom: 8px;
      flex-direction: column; }
      @media (min-width: 992px) {
        .pageHeader .fundHeader .fundHeaderRowDetails {
          flex-direction: row;
          align-items: center;
          padding-bottom: 24px; } }
      .pageHeader .fundHeader .fundHeaderRowDetails h1 {
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.47px;
        color: #262626;
        margin-bottom: 8px; }
        @media (min-width: 768px) {
          .pageHeader .fundHeader .fundHeaderRowDetails h1 {
            font-weight: 700;
            font-size: 28px;
            line-height: 42px; } }
      .pageHeader .fundHeader .fundHeaderRowDetails .mobileFundInfo {
        display: flex;
        flex-direction: column;
        margin-bottom: 8px; }
        .pageHeader .fundHeader .fundHeaderRowDetails .mobileFundInfo h1 {
          text-transform: capitalize; }
      .pageHeader .fundHeader .fundHeaderRowDetails .desktopFundInfo {
        flex: auto;
        display: flex;
        justify-content: space-between; }
        .pageHeader .fundHeader .fundHeaderRowDetails .desktopFundInfo h1 {
          text-transform: capitalize; }
        .pageHeader .fundHeader .fundHeaderRowDetails .desktopFundInfo .fundInfo {
          display: inherit;
          align-items: center; }
        .pageHeader .fundHeader .fundHeaderRowDetails .desktopFundInfo .termsBtn {
          margin-bottom: 8px;
          color: #6a6a6a;
          font-size: 14px;
          cursor: pointer;
          display: flex;
          align-items: center; }
          .pageHeader .fundHeader .fundHeaderRowDetails .desktopFundInfo .termsBtn .termText {
            padding-right: 10px; }
          .pageHeader .fundHeader .fundHeaderRowDetails .desktopFundInfo .termsBtn .hyperLink {
            color: #6a6a6a;
            text-decoration: underline; }
      .pageHeader .fundHeader .fundHeaderRowDetails .fundInfoHeader {
        display: flex;
        flex-direction: row; }
      .pageHeader .fundHeader .fundHeaderRowDetails .fundInfoTitle {
        display: flex;
        flex-direction: row;
        gap: 10px;
        align-items: baseline; }
      .pageHeader .fundHeader .fundHeaderRowDetails .fundDescription {
        max-width: 611px;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: -0.09px;
        margin-bottom: 8px;
        color: #6a6a6a;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; }
      .pageHeader .fundHeader .fundHeaderRowDetails .readMore {
        -webkit-line-clamp: none; }
      .pageHeader .fundHeader .fundHeaderRowDetails .fundCountInfo {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: 0.01px;
        color: #262626; }
      .pageHeader .fundHeader .fundHeaderRowDetails .readMoreBtn {
        display: flex;
        height: 20px;
        font-size: 12px;
        align-items: center;
        margin-bottom: 10px;
        padding: 0; }
  .pageHeader .fundLogo {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    object-fit: contain;
    border: 1px solid #e1e1e1;
    margin-bottom: 8px;
    margin-left: 6px; }
    @media (min-width: 768px) {
      .pageHeader .fundLogo {
        margin-right: 16px; } }

.bottomDescription {
  padding: 8px 16px 16px 16px; }
  .bottomDescription .title {
    font-size: 24px;
    padding-bottom: 20px;
    font-weight: 600;
    color: #262626; }
  .bottomDescription .fullDescription {
    color: #6a6a6a;
    font-size: 16px;
    line-height: 20px; }

@media (min-width: 768px) {
  .pageWrapper {
    margin-top: 70px; } }

/* Min breakpoint width */
/* MAx breakpoint width */

.mobileFilterWrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  overflow-y: auto;
  z-index: 9999;
  background-color: #ffffff;
  width: 100%;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  font-size: 14px;
  animation-name: fadeOutLeft;
  animation-duration: 0.3s;
  animation-fill-mode: both; }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }
  .mobileFilterWrapper.isOpen {
    animation-name: fadeInLeft;
    animation-duration: 0.3s;
    animation-fill-mode: both;
    visibility: visible; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
  .mobileFilterWrapper .header {
    padding: 16px 12px 16px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 56px; }
    .mobileFilterWrapper .header .title {
      display: flex;
      align-items: center;
      font-size: 16px; }
      .mobileFilterWrapper .header .title h3 {
        margin-left: 15px; }
    .mobileFilterWrapper .header .clearAll {
      color: #5a298b;
      font-weight: 700; }
  .mobileFilterWrapper .filters {
    flex: 1;
    overflow-y: auto;
    height: 100%; }
    .mobileFilterWrapper .filters .optionsWrapper {
      display: flex;
      justify-content: space-between;
      height: 100%; }
      .mobileFilterWrapper .filters .optionsWrapper .dropdownOptions {
        border-right: 1px solid #e5e5e5;
        min-width: 40%;
        overflow-y: auto; }
        .mobileFilterWrapper .filters .optionsWrapper .dropdownOptions .option {
          display: flex;
          padding: 12px 8px 12px 16px;
          font-size: 14px;
          justify-content: space-between;
          line-height: 24px; }
          .mobileFilterWrapper .filters .optionsWrapper .dropdownOptions .option .numOfSelected {
            width: 20px;
            height: 20px;
            line-height: 20px;
            text-align: center;
            background-color: var(--color-primary-tr-lighter);
            border-radius: 50%;
            font-weight: 500; }
            .mobileFilterWrapper .filters .optionsWrapper .dropdownOptions .option .numOfSelected.active {
              background-color: #ffffff;
              color: #5a298b; }
          .mobileFilterWrapper .filters .optionsWrapper .dropdownOptions .option.active {
            background-color: var(--color-primary-tr-lighter);
            color: #5a298b;
            border-radius: 0%; }
      .mobileFilterWrapper .filters .optionsWrapper .openOptions {
        height: 100%;
        width: 100%;
        overflow-y: auto;
        overflow-x: hidden; }
        .mobileFilterWrapper .filters .optionsWrapper .openOptions .value {
          padding: 12px 8px 12px 16px;
          line-height: 24px;
          font-weight: 500;
          color: #262626;
          display: flex;
          flex-direction: row-reverse;
          justify-content: space-between;
          gap: 0;
          margin: 0;
          border: none; }
        .mobileFilterWrapper .filters .optionsWrapper .openOptions .helpText {
          margin: 0;
          display: flex;
          flex-direction: column;
          padding: 0 16px 16px 16px;
          gap: 8px;
          font-weight: 500;
          font-size: 12px;
          color: #6a6a6a;
          line-height: 16px;
          letter-spacing: 0.01px; }
          .mobileFilterWrapper .filters .optionsWrapper .openOptions .helpText .hyperLink {
            font-weight: 700;
            color: initial;
            text-decoration: underline; }
        .mobileFilterWrapper .filters .optionsWrapper .openOptions .selected {
          background-color: #f7f4f9; }
    .mobileFilterWrapper .filters .categories {
      width: auto; }
      .mobileFilterWrapper .filters .categories .categoryHeader {
        padding: 12px 8px 12px 16px; }
      .mobileFilterWrapper .filters .categories .collapseV2__body-content {
        padding-left: 16px; }
  .mobileFilterWrapper .footerAction {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 16px 12px 16px 16px;
    border-top: 1px solid #e5e5e5; }

/* Min breakpoint width */
/* MAx breakpoint width */

.customCheckboxWrapper {
  border-bottom: 1px solid var(--collapse-light-border-color); }
  .customCheckboxWrapper .custom-checkbox {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 8px 0 10px 8px;
    gap: 10px; }
    .customCheckboxWrapper .custom-checkbox:last-child {
      border: none; }
    .customCheckboxWrapper .custom-checkbox .field {
      min-width: 24px;
      height: 24px;
      position: relative;
      display: inline-block;
      border: none; }
      .customCheckboxWrapper .custom-checkbox .field input {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        position: absolute;
        z-index: 23;
        display: block;
        margin: 0;
        width: 24px;
        background-color: var(--color-primary);
        height: 24px;
        box-shadow: none;
        outline: none;
        opacity: 0;
        transition: opacity var(--anim-transition-time), transform var(--anim-transition-time);
        cursor: pointer; }
        .customCheckboxWrapper .custom-checkbox .field input + span {
          display: inline-block;
          width: 100%;
          height: 100%;
          cursor: pointer;
          position: relative;
          z-index: var(--z-index-checkbox); }
          .customCheckboxWrapper .custom-checkbox .field input + span::before {
            content: '';
            position: absolute;
            left: 16%;
            top: 16%;
            display: inline-block;
            box-sizing: border-box;
            border: solid 2px;
            border-color: var(--color-light-dark);
            width: 18px;
            height: 18px;
            vertical-align: top;
            transition: border-color var(--anim-transition-time), background-color var(--anim-transition-time); }
          .customCheckboxWrapper .custom-checkbox .field input + span::after {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 8px;
            height: 3px;
            border: solid 2px transparent;
            border-right: none;
            border-top: none;
            transform: translate(-40%, -70%) rotate(-45deg); }
        .customCheckboxWrapper .custom-checkbox .field input:checked {
          background-color: var(--color-primary); }
          .customCheckboxWrapper .custom-checkbox .field input:checked + span::after {
            border-color: var(--color-white); }
          .customCheckboxWrapper .custom-checkbox .field input:checked + span::before {
            border-color: var(--color-primary);
            background-color: var(--color-primary); }
          .customCheckboxWrapper .custom-checkbox .field input:checked:active + span::before {
            border-color: transparent;
            background-color: var(--color-primary); }
          .customCheckboxWrapper .custom-checkbox .field input:checked:disabled + span::before {
            border-color: transparent;
            background-color: var(--color-black-disabled-text); }
    .customCheckboxWrapper .custom-checkbox .text {
      color: rgba(0, 0, 0, 0.87);
      line-height: normal;
      margin-top: 2px; }
    .customCheckboxWrapper .custom-checkbox .labelComponent {
      display: flex;
      align-items: center;
      gap: 10px;
      white-space: nowrap; }
      .customCheckboxWrapper .custom-checkbox .labelComponent span {
        width: 60px; }

.crossButton {
  background: #f7f4f9 !important;
  font-weight: 600;
  height: 40px; }

/* Min breakpoint width */
/* MAx breakpoint width */

.footerFilter {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 4; }

.actionBtnWrapper {
  display: flex;
  justify-content: space-between;
  height: 64px;
  padding: 16px;
  background: #ffffff;
  color: #000000;
  border-top: 1px solid #e1e1e1;
  align-items: center; }

.actionBtn {
  display: flex;
  padding: 8px 16px;
  height: 32px;
  align-items: center; }
  .actionBtn span:first-of-type {
    display: flex;
    align-items: center;
    margin-right: 0;
    justify-content: space-around; }
  .actionBtn .btnText {
    font-size: 12px;
    margin-left: 5px;
    margin-right: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    font-weight: 500;
    min-width: max-content;
    background-color: var(--color-primary-tr-lighter); }
  .actionBtn .dropDownButton {
    font-size: 12px;
    margin-left: 5px;
    margin-right: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    font-weight: 500;
    min-width: max-content;
    width: 100%; }

.bottomOptions {
  padding: 8px 16px; }
  .bottomOptions .title {
    font-size: 24px;
    padding-bottom: 20px;
    font-weight: 600; }
  .bottomOptions .optionWrapper {
    display: flex;
    gap: 5%;
    padding-bottom: 20px;
    align-items: center;
    font-size: 16px;
    font-weight: 500; }

/* Min breakpoint width */
/* MAx breakpoint width */

.fundHeaderRow {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 16px 24px 16px; }
  @media (min-width: 992px) {
    .fundHeaderRow {
      padding: 0 0 20px 0; } }
  .fundHeaderRow .loadMoreBtn {
    padding: 40px 0 24px 0;
    width: 100%; }
    .fundHeaderRow .loadMoreBtn button {
      width: 100%; }
      .fundHeaderRow .loadMoreBtn button span {
        margin: auto; }
  .fundHeaderRow .notFoundSection {
    display: flex;
    flex-direction: column;
    padding: 16px;
    align-items: center; }
    .fundHeaderRow .notFoundSection .notFoundLogo {
      width: 150px;
      height: 150px; }
    .fundHeaderRow .notFoundSection .notFoundText {
      padding-bottom: 16px;
      color: #6a6a6a;
      font-size: 16px;
      font-weight: 500; }

/* Min breakpoint width */
/* MAx breakpoint width */

.loadMoreButton {
  margin-left: 15px; }

.helpText {
  margin-left: 45px;
  font-size: 12px;
  font-weight: 500;
  color: #6a6a6a;
  line-height: 16px;
  letter-spacing: -0.47px; }
  .helpText .hyperLink {
    color: inherit;
    text-decoration: none; }

.maxHeightCollapse {
  max-height: 400px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */ }
  .maxHeightCollapse .collapseV2__header-sub {
    position: sticky;
    top: 0;
    background: white;
    z-index: 3; }

.maxHeightCollapse::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */ }

.collapseContainer {
  width: 80%;
  padding-right: 10%; }
  .collapseContainer .collapseV2__header {
    z-index: 4; }

.filterContainer {
  position: sticky;
  left: 0;
  top: 118px;
  min-width: 300px;
  width: 362px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: none;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  overflow-x: hidden;
  max-height: 760px;
  overflow-y: scroll;
  height: 100%; }
  @media screen and (min-width: 1200px) {
    .filterContainer {
      min-width: 362px; } }
  .filterContainer::-webkit-scrollbar {
    display: none; }
  .filterContainer > div {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .filterContainer > div :last-child {
      border: none; }
  .filterContainer .filterHeaderContainer {
    background: #f5f5f5;
    min-height: 56px;
    align-items: center;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 5; }
    .filterContainer .filterHeaderContainer .filterHeader {
      display: inline-flex;
      align-items: center;
      justify-content: space-between;
      align-items: center;
      height: 100%;
      width: 80%;
      padding-right: 5%; }
      .filterContainer .filterHeaderContainer .filterHeader .filterHeaderTitle {
        color: #262626;
        font-weight: 700;
        font-size: 16px; }
      .filterContainer .filterHeaderContainer .filterHeader .clearButton {
        padding: 0;
        font-weight: 700; }
        .filterContainer .filterHeaderContainer .filterHeader .clearButton .buttonContent span {
          margin: 0; }

.numOfSelected {
  display: inline-block;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: var(--color-primary-tr-lighter);
  border-radius: 50%;
  color: var(--header-badge-bg-color);
  font-size: 12px;
  font-weight: 500; }

/* Min breakpoint width */
/* MAx breakpoint width */

.contentContainer {
  display: flex;
  gap: 3%;
  position: relative; }
  .contentContainer .fundAndSortList {
    flex-grow: 1;
    padding-right: 65px; }
    .contentContainer .fundAndSortList .fundMatchAndSortSection {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 20px; }
      .contentContainer .fundAndSortList .fundMatchAndSortSection .fundsFoundLabel {
        font-size: 14px;
        font-weight: 600; }
      .contentContainer .fundAndSortList .fundMatchAndSortSection .sortOption {
        font-size: 12px;
        color: #444444;
        padding: 8px 16px;
        line-height: 16px;
        cursor: pointer; }
    .contentContainer .fundAndSortList .rowLoader {
      border-radius: 12px;
      margin-bottom: 8px; }

.pagination {
  margin-bottom: 10px;
  margin-top: 10px;
  display: flex;
  justify-content: center; }
  .pagination .paginationList {
    display: flex;
    align-items: center;
    justify-content: center; }

.selectedFilterSection {
  display: flex;
  gap: 8px 8px;
  flex-wrap: wrap;
  margin-bottom: 20px; }

.showMoreFiltersButton {
  background: var(--color-primary-tr-lighter) !important;
  font-weight: 600 !important; }

.filtersPopup {
  background-color: var(--mobile-menu-text-color);
  border-radius: 16px;
  width: 700px;
  max-height: 450px; }
  .filtersPopup .filtersPopupHeaderContainer {
    border-bottom: 1px solid var(--collapse-light-border-color); }
    .filtersPopup .filtersPopupHeaderContainer .filtersPopupHeader {
      padding: 16px 16px 16px 16px;
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: 24px;
      letter-spacing: -0.33px;
      color: var(--level-3-active-menu-color);
      display: flex;
      align-items: center; }
      .filtersPopup .filtersPopupHeaderContainer .filtersPopupHeader img {
        cursor: pointer; }
      .filtersPopup .filtersPopupHeaderContainer .filtersPopupHeader div {
        flex-grow: 1;
        text-align: center;
        margin-right: 5%; }
  .filtersPopup .filterBox {
    display: flex;
    gap: 8px 8px;
    flex-wrap: wrap;
    padding: 16px;
    overflow-y: scroll;
    max-height: 350px; }

/* Min breakpoint width */
/* MAx breakpoint width */

.dropdownWrapper {
  position: relative; }
  .dropdownWrapper .sortBtn {
    padding: 8px 16px;
    display: flex;
    align-items: center; }
    .dropdownWrapper .sortBtn .buttonContent > span {
      display: flex;
      align-items: center;
      margin-right: 0; }
      .dropdownWrapper .sortBtn .buttonContent > span .icon {
        margin: 0; }
    .dropdownWrapper .sortBtn .btnText {
      margin-left: 5px;
      margin-right: 10px;
      min-width: max-content;
      font-size: 12px; }
  .dropdownWrapper .dropdownOptions {
    border: 1px solid #b1b1b1;
    border-radius: 5px;
    position: absolute;
    max-height: 400px;
    width: 100%;
    left: 0;
    top: 50px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1;
    visibility: hidden;
    background-color: var(--mobile-menu-text-color);
    animation-name: fadeOutUp;
    animation-duration: 0.3s;
    animation-fill-mode: both; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }
    .dropdownWrapper .dropdownOptions.open {
      animation-name: fadeInDown;
      animation-duration: 0.3s;
      animation-fill-mode: both;
      visibility: visible; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

/* Min breakpoint width */
/* MAx breakpoint width */

.faqWrapperV2 {
  max-width: 50%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 40px auto;
  border-radius: 20px;
  overflow: hidden;
  padding: 0 !important; }
  @media (max-width: 767px) {
    .faqWrapperV2 {
      width: 100%;
      border-radius: 0;
      border: 0;
      max-width: 100%; } }
  .faqWrapperV2 .faqTitleContainer {
    background: #f5f5f5; }
    @media (max-width: 767px) {
      .faqWrapperV2 .faqTitleContainer {
        background: #ffffff;
        padding: 0 16px; } }
    .faqWrapperV2 .faqTitleContainer .faqTitle {
      margin: 15px 0 15px 16px;
      color: #262626;
      line-height: 1.7;
      font-size: 14px;
      font-weight: 700; }
      @media (max-width: 767px) {
        .faqWrapperV2 .faqTitleContainer .faqTitle {
          margin: 0;
          border-radius: 0;
          line-height: 32px;
          color: #929292;
          font-size: 24px;
          font-weight: 600;
          letter-spacing: -0.47px; } }
  .faqWrapperV2 .faqBlock {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 500; }
    @media (max-width: 767px) {
      .faqWrapperV2 .faqBlock {
        margin: 16px;
        border-radius: 8px;
        border: 1px solid #e5e5e5;
        font-size: 12px; } }
    .faqWrapperV2 .faqBlock .collapseV2 {
      width: 100%; }
      .faqWrapperV2 .faqBlock .collapseV2:not(:last-child)::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.1);
        z-index: 3; }
      .faqWrapperV2 .faqBlock .collapseV2__header {
        padding: 16px 0;
        margin: 0 16px; }
        .faqWrapperV2 .faqBlock .collapseV2__header-title {
          font-size: inherit;
          font-weight: inherit;
          color: var(--color-light-dark) !important; }
      .faqWrapperV2 .faqBlock .collapseV2__body {
        margin: 0 16px 25px 16px; }
        .faqWrapperV2 .faqBlock .collapseV2__body h4 {
          color: #262626;
          font-weight: 450; }
        .faqWrapperV2 .faqBlock .collapseV2__body ol {
          list-style-type: decimal;
          margin: 12px 12px 12px 24px; }
          .faqWrapperV2 .faqBlock .collapseV2__body ol li {
            padding-bottom: 16px; }
      .faqWrapperV2 .faqBlock .collapseV2__indicator-icon svg {
        width: 20px !important;
        height: 20px !important; }
        .faqWrapperV2 .faqBlock .collapseV2__indicator-icon svg path {
          fill: var(--color-light-dark) !important; }

.fundMatchAndSortSection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px; }
  .fundMatchAndSortSection .fundsFoundLabel {
    font-size: theme("fonts", "sizes", 14);
    font-weight: theme("fonts", "weights", 600); }
  .fundMatchAndSortSection .sortOption {
    font-size: theme("fonts", "sizes", 12);
    color: #444444;
    padding: 8px 16px;
    line-height: 16px;
    cursor: pointer; }

/* Min breakpoint width */
/* MAx breakpoint width */

.otherSmartlists {
  margin: 0;
  max-width: 100%;
  margin-top: 44px; }
  .otherSmartlists .content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 20px;
    border-radius: 8px; }
    @media (min-width: 576px) {
      .otherSmartlists .content {
        margin: 0px;
        border: none; } }
    .otherSmartlists .content .link {
      max-width: 50%;
      min-width: 50%;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      border-right: 1px solid rgba(0, 0, 0, 0.1);
      display: flex;
      align-items: center;
      padding: 12px; }
      .otherSmartlists .content .link svg {
        margin-right: 8px; }
      @media (min-width: 576px) {
        .otherSmartlists .content .link {
          max-width: 25%;
          min-width: 25%; } }
      .otherSmartlists .content .link a {
        text-decoration: none;
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
        color: #41246e; }
        .otherSmartlists .content .link a:hover {
          text-decoration: underline;
          cursor: pointer; }

/* Min breakpoint width */
/* MAx breakpoint width */

.aboutContainer {
  margin-top: 51px;
  padding: 24px;
  background: #f5f5f5;
  border-radius: 12px;
  margin-bottom: 64px;
  margin: 40px auto; }
  @media (max-width: 767px) {
    .aboutContainer {
      width: 100%;
      margin: 24px 0;
      border-radius: 0; } }

.amcAboutTitle {
  color: #262626;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
  letter-spacing: -0.47px;
  margin-bottom: 12px; }

.markdown * {
  all: revert;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  /* 150% */
  letter-spacing: -0.47px;
  color: #6a6a6a; }

.markdown strong {
  font-size: 12px;
  line-height: 1.25rem;
  font-style: normal;
  font-weight: 600;
  color: #111; }

.markdown h1,
.markdown h2,
.markdown h3 {
  margin-bottom: 12px;
  margin-top: 24px;
  font-size: 16px;
  line-height: 2rem;
  font-style: normal;
  font-weight: 600;
  color: #111; }

.markdown a {
  overflow-wrap: break-word;
  color: #43165c; }

.markdown ul {
  padding-left: 1.5rem;
  /* indent the list properly */
  margin: 1rem 0;
  list-style-type: disc;
  padding-left: 1.2rem;
  /* Adjust for border */ }

/* List items */
.markdown li {
  color: #6a6a6a;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  /* 150% */
  letter-spacing: -0.47px; }

/* Bullets */
.markdown ul li::marker {
  color: #666;
  /* grey bullet */
  font-size: 1.2em; }

.markdown .markdown-table {
  margin: 24px 0;
  width: fit-content;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  background: #fafafa;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #eee; }

.markdown .markdown-table table {
  width: 100%;
  border-spacing: 0; }

.markdown .markdown-table th,
.markdown .markdown-table td {
  text-align: left;
  padding: 16px;
  border-bottom: 1px solid #eee;
  font-size: 14px; }

.markdown .markdown-table tr:last-child td {
  border-bottom: none; }

.markdown .markdown-table th {
  background-color: #f5f5f5;
  font-weight: 600;
  font-size: 16px; }

.markdown .markdown-table td:nth-child(1) {
  color: #101010;
  font-weight: 600;
  line-height: 20px; }

.markdown .markdown-table td:nth-child(2) {
  color: #6a6a6a;
  font-weight: 500;
  line-height: 20px; }

.markdown-table td {
  background-color: white; }

