.fund-list-block{padding-top:2rem;padding-bottom:2rem;display:flex;flex-direction:column}.fund-list-block__heading{margin-bottom:1rem;word-break:break-word}@media (min-width:992px){.fund-list-block__heading{margin-bottom:2rem}}.fund-list-block__categories{display:flex;flex-direction:column;gap:2rem}.fund-list-block__category.hidden{display:none}.fund-list-block__category__name{margin-bottom:1.5rem;font-weight:var(--font-weight-bold)}.fund-list-block__items{display:flex;flex-direction:column;gap:1.875rem}.fund-list-block__item{display:flex;flex-direction:column;justify-content:space-between;background:var(--color-base-200)}@media (min-width:992px){.fund-list-block__item{flex-direction:row;gap:1.875rem}}.fund-list-block__item.hidden{display:none}.fund-list-block__item__text{display:flex;flex-direction:column;justify-content:center;padding:1rem 1.25rem 1.5rem;gap:.625rem}@media (min-width:992px){.fund-list-block__item__text{padding:1.5rem 0}}@media (min-width:992px){.fund-list-block__item__text:nth-child(1){padding-left:1.5rem}}.fund-list-block__item__heading{color:var(--color-base-800);font-size:1.375rem;line-height:var(--line-height-s);font-weight:var(--font-weight-medium)}.fund-list-block__item__heading:hover{border-bottom:none;color:var(--color-base-800);text-decoration:underline}.fund-list-block__item__image{position:relative;aspect-ratio:auto;overflow:hidden}.fund-list-block__item__overlay{position:absolute;top:0;left:0;width:100%;height:100%}.fund-list-block__item img{width:100%;height:100%;object-fit:cover}.fund-list-block__item__summary-data{display:none;grid-template-columns:repeat(3,1fr);row-gap:.5rem;column-gap:.25rem}@media (min-width:1200px){.fund-list-block__item__summary-data{grid-template-columns:repeat(5,1fr)}}.fund-list-block__item__summary-data.show{display:grid}.fund-list-block__summary-item__title{font-size:12px;margin-bottom:0;opacity:66%}.fund-list-block__summary-item__value{font-weight:var(--font-weight-medium-bold);margin-bottom:0}
