#content {
    overflow: hidden;
    /* perspective: 1500px; */
}



.home-teaser {
    padding-top: calc(var(--navigation-height) + 24px);
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding-bottom: 75px;
    text-align: center;
    background-image: radial-gradient(circle at -20% 0%, rgba(var(--brand-orange), 0.6), rgba(var(--brand-orange), 0.0) 80%);
}
.home-teaser-background {
    position: absolute;
    bottom: 75px;
    left: 0;
    width: 100%;
    z-index: -1;
}
.home-teaser-inner {
    max-width: 840px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}
.home-teaser .headline {
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: var(--main-title-font-size);
    line-height: 1;
}
.home-teaser::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0.6) 10%, rgba(255,255,255,0) 60%);
    background-repeat: no-repeat;
    pointer-events: none;

    background: linear-gradient(90deg, rgba(var(--brand-highlight),0.9) 10%, rgba(var(--brand-highlight),0) 60%);
    -webkit-mix-blend-mode: screen;
    mix-blend-mode: screen;

    transform: translate3d(0,0,0);
}
.home-teaser h1 strong {
    color: inherit;
}
.home-teaser-frank-title {
    display: none;
}
@media (min-width: 1024px) {
    .home-teaser {
        min-height: min(960px, 50vw);
    }
    .home-teaser .wrapper {
        display: grid;
        grid-template-columns: 1fr 840px;
        align-items: center;
        width: 100%;
    }
    .home-teaser-inner {
        grid-column-start: 2;
        text-align: center;
    }
    .home-teaser-image {
        position: absolute;
        right: 50%;
        left: -60px;
        bottom: 0;
    }
}






.logo-bar {
    padding: 24px 0;
    overflow: hidden;
    position: absolute;
    background: rgba(var(--brand-blue),0.4);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 3;
    width: 100%;
    max-width: 1920px;
    left: 50%;
    transform: translate(-50%, -100%);
}
.logo-bar-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    will-change: transform;
    transform: translateX(0);
    animation: logobar 30s linear infinite;

    width: 1383px;
    opacity: 0.6;
}
.logo-bar img {
    max-height: 32px;
    margin-right: 40px;
    max-width: none;
    filter: contrast(0) brightness(150%);
}
@keyframes logobar {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}




.origin-section {
    padding: 48px 0;
    position: relative;
    /*
    background: radial-gradient(circle at 100% 0, rgba(var(--brand-orange), 0.4), rgba(var(--brand-orange), 0) 70%);
    background-repeat: no-repeat;
    */
}
.origin-section-content {
    text-align: center;
    max-width: 860px;
    margin: 0 auto;
    aspect-ratio: 1;
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: relative;
    padding: min(120px, 10vw);
}
.origin-section-content h2 {
    font-size: min(8vw, 70px);
    line-height: 1;
    font-weight: 400;
    margin: 0;
}
.origin-section-content p {
    font-family: Monaco, sans-serif;
    font-size: min(2.6vw, 20px);
    margin: 1em 0 1.5em;
}
.origin-section-content .buttons {
    margin: 0;
}
.origin-section-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.origin-section-body {
    grid-area: feature;
}
.origin-section-body h2 {
    font-size: var(--section-title-font-size);
    font-weight: 300;
    max-width: 680px;
    line-height: 1;
    margin-top: 48px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.origin-section-body h2 + p {
    max-width: 620px;
    margin-bottom: 36px;
    font-size: clamp(16px, 2vw, 20px);
}



.investment-approach-section {
    background: linear-gradient(0deg, rgba(217, 217, 217, 0), rgba(217, 217, 217, 0.5));
    padding-bottom: 96px;
    text-align: center;
}
.investment-approach-section-header {
    margin-bottom: 72px;

}
.investment-approach-section-header h2 {
    color: rgb(var(--teq-grey-dark));
    max-width: 920px;
    margin: 0 auto;
}
.investment-approach-section hgroup + p {
    max-width: 600px;
    margin: 0 auto;
}
.investment-approach-box {
    background: #fff;
    padding: 40px;
    box-shadow: 0 2px 15px 15px rgba(116,82,61,0.1);
}
.investment-approach-box-items {
    display: grid;
    grid-column-gap: 80px;
    grid-row-gap: 24px;
    list-style: none;
    padding: 0;
    margin-top: 48px;
}
.investment-approach-box-items h3 {
    margin-bottom: 12px;
}
.investment-approach-box-items img {
    margin: 0 auto 12px;
}
@media (min-width: 768px) {
    .investment-approach-box {
        border-radius: var(--border-radius-large);
    }
}
@media (min-width: 1024px) {
    .investment-approach-box-items {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 767px) {
    .investment-approach-section {
        padding-bottom: 0;
    }
    .investment-approach-box.feature {
        grid-column: full;
    }
    .investment-approach-box hgroup + p {
        display: none;
    }
    .investment-approach-box-items img {
        width: 44px;
        height: auto;
    }
}





.chance-risk-section {
}
.chance-risk-box {

}
.chance-risk-section > * {
    grid-column: feature;
}
.chance-risk-section .__header {
    max-width: 960px;
    text-align: center;
    margin: 0 auto;
}
.chance-risk-section .headline {
    margin-bottom: 12px;
}
.chance-risk-box-category {
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.chance-risk-box-category > .headline {
    line-height: 72px;
    padding: 0 20px;
    letter-spacing: 0.08em;
    font-size: var(--section-subtitle-font-size);
    margin: 0;
}
.chance-risk-box-category:first-child > .headline {
    border-top: 1px solid rgba(255,255,255,0.5);
}
.chance-risk-box-category.--interactive:not(.--active) .chance-risk-list {
    display: none;
}
.chance-risk-box-category.--interactive > .headline {
    cursor: pointer;
    box-shadow: none;
    position: relative;
}
.chance-risk-box-category.--interactive > .headline::after {
    content: "";
    display: block;
    width: 19px;
    height: 17px;
    position: absolute;
    right: 40px;
    background: url('/images/icons/chance-risk-toggle-icon.svg') no-repeat 50% 50%;
    top: 50%;
    transform: translate(0, -50%);
}
.chance-risk-box-category.--interactive.--active > .headline::after {
    transform: translate(0, -50%) rotate(180deg);
}
.chance-risk-box-category.--interactive > .headline:hover {
    background: rgba(255,255,255,0.1);
}
.chance-risk-list {
    display: grid;
    grid-gap: 20px;
}
.chance-risk-list li {
    display: block;
    list-style: none;
    padding: 20px;
}
.chance-risk-item {
    font-size: 14px;
}
.chance-risk-item h4 {
    margin: 0 auto 12px;
    font-size: 16px;
}
.chance-risk-item p {
    opacity: 0.8;
}
.chance-risk-item p:last-child {
    margin-bottom: 0;
}
.chance-risk-box-disclaimer {
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
    opacity: 0.5;
}
@media (min-width: 768px) {
    .chance-risk-list {
        grid-template-columns: 1fr 1fr;
        padding: 20px;
        border-radius: var(--border-radius);
    }
    .chance-risk-box-category > .headline {
        padding: 0 40px;
    }
}
@media (min-width: 1024px) {
    .chance-risk-list {
        grid-template-columns: repeat(3, 1fr);
    }
}



.portfolio-teaser-section {
    background: rgb(var(--teq-grey-light));
}
@media (min-width: 768px) {
    .portfolio-teaser-inner {
        display: grid;
        grid-template-columns: 1fr 1.3fr;
        grid-template-rows: 1fr auto 1fr;
        grid-column-gap: 60px;
        align-items: end;
    }
    .portfolio-teaser-inner .headline,
    .portfolio-teaser-inner p,
    .portfolio-teaser-inner .buttons {
        grid-column-start: 1;
    }
    .portfolio-teaser-inner p,
    .portfolio-teaser-inner .buttons {
        margin-bottom: 0;
        align-self: start;
    }
    .portfolio-teaser-visual {
        grid-row-start: 1;
        grid-row-end: span 3;
        grid-column-start: 2;
        border-radius: var(--border-radius);
        overflow: hidden;
        align-self: center;
    }
}
@media (max-width: 767px) {
    .portfolio-teaser-inner {
        display: grid;
        text-align: center;
    }
    .portfolio-teaser-inner p {
        order: 3;
        max-width: 400px;
        margin: 0 auto 12px;
    }
    .portfolio-teaser-inner .buttons {
        order: 4;
        margin: 12px auto 0;
    }
    .portfolio-teaser-visual {
        order: 2;
        margin-bottom: 24px;
        margin-left: -40px;
        margin-right: -40px;
    }
}


@media (min-width: 768px) {
    .document-teaser::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 50%;
        top: 0;
        background: url('/images/backgrounds/3d-curves.webp') no-repeat 50% 0;
        background-size: 100% auto;
        z-index: 1;
    }
}




.main-video {
    transform: scale(0.5);
    transform-origin: 50% 50%;
    will-change: transform;
    position: relative;
}
.main-video::after {
    content: "";
    position: absolute;
    display: block;
    width: clamp(60px, 12vw, 120px);
    aspect-ratio: 1;
    background: rgba(255,255,255,0.3) url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 60 60"><path d="M12,0l48,30L12,60z" fill="white" /></svg>') no-repeat 50% 50%;
    background-size: 50% auto;
    backdrop-filter: blur(10px);
    top: 50%;
    left: 50%;
    z-index: 10;
    cursor: pointer;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    border: 0px solid transparent;
    border-top: 1px solid rgba(255,255,255,0.3);
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.main-video:has(video[controls])::after {
    display: none;
}
@media (max-width: 799px) {
    .main-video-section + .content-grid {
        padding-bottom: 0;
    }
}



.valuechain-cards {
    display: grid;
    list-style: none;
    align-items: stretch;
    grid-row-gap: 20px;
    perspective: 2500px;
}
.valuechain-card {
    display: block;
    --border-radius: 40px;
}
.valuechain-card__inner {
    position: relative;
}
.valuechain-card__front,
.valuechain-card__back {
    padding: 30px 38px;
    border-radius: var(--border-radius);
    height: 100%;
}
.valuechain-card__front {
    background: rgba(199, 216, 252, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    border: 1px solid rgba(255,255,255,0.1);
}
.valuechain-card__front h3,
.valuechain-card__back h3 {
    font-size: 30px;
    font-weight: 300;
    max-width: 320px;
    line-height: 1;
}
.valuechain-card__back h3 {
    margin-bottom: 12px;
    max-width: none;
}
.valuechain-card__back > p:last-child {
    margin-bottom: 0;
}
@media (min-width: 1024px) {
    .valuechain-cards {
        grid-template-columns: repeat(6, 1fr);
        grid-gap: 30px;
    }
    .valuechain-card {
        grid-column-end: span 2;
        transform-style: preserve-3d;
    }
    .valuechain-card__inner {
        transition: transform 0.6s;
        transform-style: preserve-3d;
        height: 100%;
    }
    .valuechain-card:nth-child(-n+2) {
        grid-column-end: span 3;
    }
    .valuechain-card__front,
    .valuechain-card__back {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .valuechain-card__back {
        background: #fff;
        color: rgb(var(--brand-blue));
        transform: rotateY(180deg);
        line-height: 1.2;
    }
    .valuechain-card.is-active .valuechain-card__inner {
        transform: rotateY(180deg);
    }
}
@media (max-width: 1023px) {
    .valuechain-card {
        transform: none !important;
    }
    .valuechain-card__back {
        display: none;
    }
    .valuechain-card__front {
        position: relative;
        display: grid;
        grid-template-columns: 46px 1fr;
        grid-column-gap: 20px;
        padding: 12px 20px;
        align-items: center;
        border-radius: 10px;
    }
    .valuechain-card__front h3 {
        font-size: 16px;
    }
    .valuechain-card .glow {
        display: none;
    }
}
@media (max-width: 1023px) and (min-width: 700px) {
    .valuechain-cards {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 20px;
    }
}


.valuechain-card {
    transition-duration: 300ms;
    transition-property: transform, box-shadow;
    transition-timing-function: ease-out;
    transform: rotate3d(0);
    cursor: pointer;
}
.valuechain-card:hover {
    transition-duration: 150ms;
}
.valuechain-card .glow {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: var(--border-radius);

    background-image: radial-gradient(circle at 50% -20%, #ffffff33, #0000000f);
}



.portfolio-section {
    background-color: #fff;
    border-radius: var(--large-border-radius);
    color: rgb(var(--brand-blue));
}
.portfolio-section__header h2 {
    font-size: var(--section-title-font-size);
    text-transform: uppercase;
}
@media (min-width: 1024px) {
    .portfolio-section__header {
        display: grid;
        grid-template-columns: 1.8fr 2fr;
        margin-bottom: 60px;
    }
    .portfolio-section__header h2 {
        margin: 0;
    }
    .portfolio-section__header p {
        font-size: 30px;
        line-height: 1;
        max-width: 600px;
        margin: 12px 0 0 0;
    }
}



.quotes-section {
    /* background: radial-gradient(circle at 50% 100%, rgba(var(--brand-orange), 0.4), rgba(var(--brand-orange), 0)); */
    background: url('/images/background/lines.svg') no-repeat 50% 100%;
    background-size: auto;
    margin-bottom: -60px;
    padding-bottom: 132px;
}
.quotes-section .scrolling-slogan {
    padding-bottom: 60px;
}
.quotes-section h2 {
    background: linear-gradient(90deg, #5e97c8 25%, #ff852f 75%);
    width: fit-content;
    margin: 0 auto 40px;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    text-align: center;
    line-height: 1;
}
.quotes {
    padding: 0;
}
.quote {
    border-radius: 20px;
    padding: 20px 20px;
    background: rgba(255,255,255,0.1);
    background: #2E485D;
    display: grid;
    justify-content: center;
    align-items: start;
}
.quote img {
    border-radius: 50%;
}
.quote p {
    margin: 0;
    line-height: 1.2;
}
.quote cite {
    font-size: 25px;
    font-weight: 400;
    display: block;
    font-style: normal;
    line-height: 1.4;
}
.quotes .swiper-button-next,
.quotes .swiper-button-prev {
    padding: 20px 0;
}
.quotes .swiper-button-next:hover,
.quotes .swiper-button-prev:hover {
    color: rgb(var(--brand-orange));
}
.quotes .swiper-pagination {
    position: relative;
    margin-top: 20px;
}
.quotes .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.3);
    opacity: 1;
    transition: background 0.3s ease;
}
.quotes .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 1);
}
@media (max-width: 1023px) {
    .quote {
        grid-row-gap: 20px;
    }
    .quote img {
        width: 200px;
        margin: 0 auto;
    }
    .quotes .swiper-button-next,
    .quotes .swiper-button-prev {
        display: none;
    }
}
@media (min-width: 1024px) {
    .quotes-section {
        padding-top: 120px;
        padding-bottom: 200px;
    }
    .quotes {
        padding: 0 60px;
    }
    .quote {
        grid-template-columns: 1fr 340px;
        grid-column-gap: 80px;
        align-items: end;
        grid-template-rows: 1fr auto;
        font-size: 20px;
        padding: 45px 80px;
        background-position: 80px 45px;
        background: rgba(255,255,255,0.1) url('/images/icons/quote-icon.svg') no-repeat 80px 45px;
        background: #2E485D url('/images/icons/quote-icon.svg') no-repeat 80px 45px;
        border-radius: var(--large-border-radius);
    }
    .quote img {
        grid-column-start: 2;
        grid-row-end: span 2;
    }
    .quote p {
        line-height: 1;
    }
    .quote blockquote {
        grid-row-start: 1;
        font-size: 25px;
        line-height: 1;
        margin-bottom: 20px;
    }
}


.portfolio-chart {
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-column-gap: 40px;
}
.portfolio-chart .meter-container {
    padding-right: 20px;
    color: #f00;
}
.portfolio-chart meter {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    height: 10px;
    display: block;
    border: 0 none;
    overflow: hidden;
}
.portfolio-chart meter::-webkit-meter-inner-element {
    height: 100%;
    padding: 0;
}
.portfolio-chart meter::-webkit-meter-bar {
    background: transparent;
    height: 200%;
    padding: 0;
    margin: 0;
    border: none;
}
.portfolio-chart meter::-webkit-meter-optimum-value,
.portfolio-chart meter::-webkit-meter-suboptimum-value,
.portfolio-chart meter::-webkit-meter-even-less-good-value {
    background: var(--color);
    height: 100%;
    margin: 0;
    padding: 0;
}
.portfolio-chart-legend-item {
    cursor: pointer;
    transition: opacity 0.3s ease;
}
.portfolio-chart-legend-item.--category-data-platforms-it-security,
.portfolio-chart .--category-data-platforms-it-security {
    --color: rgb(var(--brand-orange));
}
.portfolio-chart-legend-item.--category-leading-ai-developers-cloud-providers,
.portfolio-chart .--category-leading-ai-developers-cloud-providers {
    --color: rgb(var(--brand-blue));
}
.portfolio-chart-legend-item.--category-ai-semiconductor-hardware,
.portfolio-chart .--category-ai-semiconductor-hardware {
    --color: rgb(180,180,180);
}
.portfolio-chart-legend-item.--category-datacenter-hpc-infrastructure-equipment-software-services,
.portfolio-chart .--category-datacenter-hpc-infrastructure-equipment-software-services {
    --color: rgb(var(--brand-orange-dark));
}
.portfolio-chart-legend-item.--category-ai-semiconductor-manufacturing,
.portfolio-chart .--category-ai-semiconductor-manufacturing {
    --color: rgba(199, 216, 252, 1);
}
.portfolio-chart-legend-item.--category-other,
.portfolio-chart .--category-other {
    --color: #ccc;
}
.portfolio-chart-header {
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
}
.portfolio-chart-header p {
    position: relative;
    background-color: red;
    width: 0px;
    text-indent: -10px;
}
.portfolio-chart-header p::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    height: 20000px;
    width: 1px;
    background-color: #ccc;
}
.portfolio-chart-line  {
    grid-column-end: span 2;
    display: grid;
    grid-template-columns: subgrid;
    line-height: 1;
    padding: 2px 0;
}

.portfolio-facts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 60px;
    grid-gap: 40px;
}
.portfolio-fact:nth-child(3) {
    grid-column-end: span 2;
}
.portfolio-fact p {
    margin-bottom: 0;
    line-height: 1.2;
}
.portfolio-fact p:nth-child(2) {
    font-size: 14px;
    opacity: 0.6;
    margin-top: 4px;

    & small {
        font-size: inherit;
    }
}
.portfolio-fact strong {
    display: block;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 6px;
}
.portfolio-fact .headline {
    margin-bottom: 12px;
}

.portfolio-chart-legend {
    grid-row-start: 2;
    grid-row-end: 20;
    grid-column-start: 3;
}
.portfolio-chart-legend-inner {
    display: grid;
    background: #d9d9d933;
    border-radius: 18px;
    padding: 20px;
    line-height: 1;
    font-size: 12px;
    grid-row-gap: 20px;
}
.portfolio-chart-legend-item {
    display: grid;
    grid-template-columns: 18px 1fr;
    grid-column-gap: 12px;
    align-items: center;
}
.portfolio-chart-legend p {
    margin: 0;
}
.portfolio-chart-legend .__patch {
    height: 24px;
    width: 18px;
    color: red;
    background-color: var(--color);
}
@media (min-width: 1024px) {
    .portfolio-facts {
        align-self: start;
    }
}
@media (max-width: 768px) {
    .portfolio-chart {
        grid-template-columns: 1fr 2fr;
    }
    .portfolio-chart-legend {
        display: none;
    }
}

.portfolio-chart.--folded {
    /*max-height: 360px;*/
    mask-image: linear-gradient(180deg, black 80%, transparent);
}
.portfolio-chart {
    transition: max-height 0.8s ease-in-out;
}
.portfolio-chart-toggle {
    margin-top: 24px;
}


.faq-section h2 {
    margin: 0 0 40px 0;
}



.coop-section {
    background: #AF673B;
    margin-top: calc(-1 * var(--large-border-radius));
    border-radius: 0 0 var(--large-border-radius) var(--large-border-radius);
    padding-top: calc(var(--content-grid-padding) + var(--large-border-radius));
    z-index: 1;
}
.coop-section h2 {
    font-size: clamp(10px, 3.5vw, 50px);
    text-align: center;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 1em;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
}
.coop-section h2 span {
    font-size: 1.2em;
}
.coop-section h2 img {
    display: block;
    height: 1em;
}


.whitepaper-section {
    background: radial-gradient(circle at 50% 0, rgba(var(--brand-orange), 0.3), rgba(var(--brand-orange), 0));
}
.whitepaper-section .feature hgroup {
    text-align: center;
    display: none;
}
.whitepaper-section .scrolling-slogan {
    margin-top: 120px;
}
.scrolling-slogan {
    text-transform: uppercase;

    font-size: var(--teaser-title-font-size);
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
}
.scrolling-slogan p {
    animation: scrolling-slogan 30s linear infinite;
    width: fit-content;
    letter-spacing: 0.07em;
    background: linear-gradient(90deg, #5E97C8, #FF852F, #5E97C8, #FF852F, #5E97C8);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    margin: 0;
}
@keyframes scrolling-slogan {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
@media (max-width: 767px) {
    .whitepaper-section {
        padding-top: 0;
    }
}


.team-section {
    background: radial-gradient(circle max(50vw, 800px) at 50% -20%, rgba(var(--brand-orange), 0.3), rgba(var(--brand-orange), 0));
}
.team-section .team-section__header {
    text-align: left;
    max-width: 680px;
    font-size: 25px;
    line-height: 1.12;
    margin-bottom: 48px;
}
.team-section .team-section__header h2 {
    margin-bottom: 24px;
}
.team-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    row-gap: 40px;
    position: relative;
}
.team-member {

}
.team-photo picture,
.team-photo img {
    display: block;
    width: 100%;
    height: auto;
}
.team-name {
    margin: 0 0 6px 0;
    font-size: 22px;
}
.team-bio {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
}
@media (max-width: 959px) {
    .team-grid {
        row-gap: 20px;
    }
    .team-member {
        display: grid;
        grid-template-columns: 1fr 3fr;
        align-items: end;
        grid-column-gap: 20px;
        grid-template-rows: 1fr auto;
    }
    .team-photo {
        grid-row-end: span 2;
    }
}
@media (max-width: 560px) {
    .team-member {
        grid-template-columns: 1fr 2fr;
    }
    .team-bio {
        font-size: 14px;
        line-height: 1.2;
        opacity: 0.8;
    }
}
@media (min-width: 960px) {
    .team-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (min-width: 960px) {
    .team-photo picture,
    .team-photo img {
        margin-bottom: 12px;
    }
    .team-more-button {
        position: absolute;
        right: 0;
        top: 0;
        width: 40%;
        height: 100%;
        background: linear-gradient(90deg, rgba(var(--brand-blue), 0), rgba(var(--brand-blue), 0.8));
        display: grid;
        align-items: center;
        justify-content: end;
    }
    .team-more-button--inner {
        width: 53px;
        height: 53px;
        border-radius: 50%;
        margin-right: 20px;
        background: #AF673B url('/images/icons/right-arrow.svg') no-repeat 54% 52%;
    }
    .team-more-button--inner:hover,
    .team-more-button--inner:focus-visible {
        background-color: rgb(var(--brand-orange));
    }
}



.portfolio-wrapper {
}
.portfolio-weights-chart {

}
.portfolio-weights-chart svg {
    height: auto;
}
.portfolio-companies-list {
    display: none;
    margin-top: clamp(20px, 1fr, 60px);
}
.portfolio-companies-list.--active {
    display: block;
    animation: fadeIn 0.3s ease-in;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.portfolio-companies-list h3 {
    margin-bottom: 20px;
}
.companies-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-gap: 4px;
}
.companies-list li {
    padding: 4px 0;
    border-bottom: 1px solid rgba(var(--brand-blue), 0.1);
    font-size: 16px;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-column-gap: 10px;
    font-variant-numeric: tabular-nums;
    line-height: 1.2;
}
.companies-list li:last-child {
    border-bottom: none;
}
.portfolio-facts .portfolio-companies-list-last-rebalancing,
.portfolio-companies-list-last-rebalancing {
    text-align: right;
    max-width: none;
    font-size: 14px;
    margin-top: 4px;
    opacity: 0.6;

    & small {
        font-size: inherit;
    }
}
@media (min-width: 768px) {
    .compoanies-list {
        grid-column-gap: 40px;
    }
}
.portfolio-weights-chart-legend {
    background: #d9d9d933;
    display: grid;
    grid-row-gap: 6px;
    border-radius: 18px;
    padding: 30px;
    grid-column-gap: 40px;
}
.portfolio-weights-chart-legend .row {
    display: grid;
    grid-template-columns: 20px 1fr;
    align-items: center;
    grid-column-gap: 8px;
}
.portfolio-weights-chart-legend .row p {
    margin: 0;
    line-height: 16px;
    font-size: 14px;
}
.portfolio-weights-chart-legend .patch {
    width: 20px;
    height: 32px;
}
@media (max-width: 767px) {
    .portfolio-weights-chart-legend.--hidden {
        display: none;
    }
}
@media (min-width: 768px) {
    .portfolio-weights-chart-legend {
        grid-template-columns: 1fr 1fr;
        width: 100%;
        max-width: 600px;
    }
    .portfolio-wrapper {
        display: grid;
        grid-template-columns: 2fr 1fr;
        grid-column-gap: 40px;
    }
    .portfolio-weights-chart {
    }
    .portfolio-facts {
        grid-template-columns: 1fr;
        font-size: 20px;
        line-height: 1;
    }
    .portfolio-fact:nth-child(3) {
        grid-column-end: span 1;
    }
    .portfolio-facts p {
        max-width: 330px;
    }
}


.portfolio-weights-chart svg path,
.portfolio-weights-chart svg path + text {
    transition: transform .3s, opacity .3s;
}
.portfolio-weights-chart svg path + text {
    pointer-events: none;
}
.portfolio-weights-chart svg path:hover,
.portfolio-weights-chart svg path:hover + text {
    transform: scale(1.02);
}
.portfolio-weights-chart svg circle {
    pointer-events: none;
}


.index-chart-section {
    background-color: #fff;
    border-radius: var(--large-border-radius);
    color: rgb(var(--brand-blue));
    --color-bg: 255,255,255;
    --color-fg: var(--brand-blue);
}

.index-chart-disclaimer a {
    color: inherit;
    text-decoration: none;
}

.index-chart-section .headline.--large {
    line-height: 1;
}
