.member-wrap {
    background: #f4f4f4;
    padding: 60px 0
}

.member-wrap__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px;
    position: relative;
    transition: .4s;
    gap: 20px;
    width: 80%;
    margin: auto;
}

.member-wrap__grid .item:first-child .item__image, .member-wrap__grid .item:nth-child(2) .item__image, .member-wrap__grid .item:nth-child(3) .item__image {
    height: 420px
}

.member-wrap__grid .item__inner {
    margin: 0px;
    overflow: hidden
}

.member-wrap__grid .item:hover .headshot {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.member-wrap__grid .item:hover .info h4 {
    background-position: 0 100%
}

.member-wrap__grid .item__image {
    height: 380px;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%
}

.member-wrap__grid.more {
    max-height: max-content
}

.member-wrap__grid .item {
    flex-basis: 100%;
    margin-bottom: 40px;
    max-width: 100%;
    width: 100%
}

.member-wrap__grid .item:first-child, .member-wrap__grid .item:nth-child(2), .member-wrap__grid .item:nth-child(3) {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

.member-wrap__grid .item__image .headshot {
    height: 100%;
    margin: 0;
    object-fit: cover;
    object-position: top;
    -webkit-transition: 1s ease-in;
    transition: 1s ease-in;
    width: 100%
}


.member-wrap__grid .info {
    color: #000;
    text-align: center;
}

.member-wrap__grid .info h4 {
    background-image: -webkit-gradient(linear, left top, right top, from(#d35346), color-stop(50%, #d35346), color-stop(50%, #f4f4f4), to(#f4f4f4));
    background-image: linear-gradient(90deg, #d35346 0, #d35346 50%, #f4f4f4 0, #f4f4f4);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 200% 2px;
    display: inline;
    font-size: 24px;
    line-height: 1.35;
    -webkit-transition: background-position .3s cubic-bezier(.215, .61, .355, 1);
    transition: background-position .3s cubic-bezier(.215, .61, .355, 1);
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.member-wrap__grid .info p {
    display: block;
    font-size: 15px;
    letter-spacing: .02em;
    line-height: 25px;
    margin: 2px 0 0
}

.member-wrap__cta {
    padding-top: 10px;
    position: relative
}

.member-wrap__cta.hide {
    display: none
}

.member-wrap__cta:before {
    background: linear-gradient(transparent 20%, #f4f4f4 80%);
    content: "";
    height: 200px;
    left: 0;
    position: absolute;
    top: -199px;
    width: 100%
}

.top-head-wrap__grid .bsg-heading, .top-head-wrap__grid .intro {
    flex: 1
}

.top-head-wrap__grid .intro p {
    font-size: 18px;
    letter-spacing: .02em;
    margin: 0
}

.top-head-wrap__navigation {
    background: #fff;
    padding: 30px 0 0;
    position: sticky;
    top: 0;
    transition: .5s ease-in-out;
    width: 100%;
    z-index: 100
}

.top-head-wrap__navigation:after {
    background: linear-gradient(180deg, hsla(0, 0%, 65%, .38), hsla(0, 0%, 93%, 0));
    content: "";
    height: 13px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%
}


@media (max-width:1515px){
    .member-wrap__grid {
        width: 90%;
    }
}

@media (max-width:1285px){
    .member-wrap__grid {
        width: 100%;
    }
    
}

@media (max-width:1020px){
    .member-wrap__grid {
        gap: 10px;
    }
}


@media(min-width:821px) {

    .member-wrap__grid .item.editorial {
        flex-basis: 48%;
        max-width: 48%;
        width: 48%;
    }

    .member-wrap__grid .item:first-child, .member-wrap__grid .item:nth-child(2), .member-wrap__grid .item:nth-child(3){
        flex-basis: 48%;
        max-width: 48%;
        width: 48%;
    }

    .member-wrap__grid .item {
        flex-basis: 48%;
        max-width: 48%;
        width: 48%;
    }

    .member-wrap__grid .item__image {
        height: 420px
    }
    .member-wrap__grid .item:first-child .item__image, .member-wrap__grid .item:nth-child(2) .item__image, .member-wrap__grid .item:nth-child(3) .item__image {
        height: 420px
    }
}

@media(min-width:501px) {
    .member-wrap__grid .item {
        flex-basis: 32%;
        max-width: 32%;
        width: 32%
    }
    .member-wrap__grid .item:first-child, .member-wrap__grid .item:nth-child(2), .member-wrap__grid .item:nth-child(3){
        flex-basis: 32%;
        max-width: 32%;
        width: 32%
    }
    .member-wrap__grid .item:first-child .item__image, .member-wrap__grid .item:nth-child(2) .item__image, .member-wrap__grid .item:nth-child(3) .item__image {
        height: 420px
    }
    .member-wrap__grid .item__image {
        height: 420px
    }
}

@media(max-width:500px) {
    .member-wrap__grid {
        overflow: hidden
    }
}


@media(min-width:501px) {
    .member-wrap__cta:before {
        content: none
    }
}

.member-wrap__cta .bsg-cta {
    border: 1px solid #000;
    color: #000;
    margin: 0 auto;
    max-width: 80%
}

@media(min-width:501px) {
    .member-wrap__cta .bsg-cta {
        display: none
    }
}

body:has(.banner-text) .top-head-wrap {
    padding-top: 140px
}

@media(min-width:1025px) {
    body:has(.banner-text) .top-head-wrap {
        padding-top: 200px
    }
}

.top-head-wrap__navigation.editorial {
    display: none
}

.top-head-wrap {
    padding-top: 100px
}

@media(min-width:1025px) {
    .top-head-wrap {
        padding-top: 160px
    }
}

.top-head-wrap__grid {
    margin-bottom: 20px
}

@media(min-width:821px) {
    .top-head-wrap__grid {
        display: flex;
        flex-wrap: wrap
    }
}


@media(max-width:768px) {
    .top-head-wrap__navigation__container {
        margin: 0 !important;
        overflow-x: scroll;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        white-space: nowrap
    }

    .top-head-wrap__navigation__container::-webkit-scrollbar {
        display: none
    }
}

.top-head-wrap__navigation .filters {
    margin: 0 -12px;
    width: fit-content
}

@media(max-width:768px) {
    .top-head-wrap__navigation .filters {
        margin: 0 12px;
        overflow-x: scroll;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        white-space: nowrap
    }

    .top-head-wrap__navigation .filters::-webkit-scrollbar {
        display: none
    }
}

.top-head-wrap__navigation .filters hr {
    background: #d35346;
    border: none;
    height: 3px;
    margin: 0 12px;
    transition: .4s
}

@-moz-document url-prefix() {
    .top-head-wrap__navigation .filters [data-filter=".leadership"].active~hr {
        width: 137px
    }

    .top-head-wrap__navigation .filters [data-filter=".science-board"].active~hr {
        width: 117px
    }

    .top-head-wrap__navigation .filters [data-filter=".experts"].active~hr {
        width: 251px
    }

    .top-head-wrap__navigation .filters [data-filter=".chro-growth-advisory-council"].active~hr {
        width: 257px
    }
}

.top-head-wrap__navigation .filters:has(button[data-filter=".leadership"].active) hr {
    width: 68px
}

.top-head-wrap__navigation .filters:has(button[data-filter=".science-board"].active) hr {
    width: 117px
}

.top-head-wrap__navigation .filters:has(button[data-filter=".experts"].active) hr {
    width: 251px
}

.top-head-wrap__navigation .filters:has(button[data-filter=".chro-growth-advisory-council"].active) hr {
    width: 257px
}

.top-head-wrap__navigation button {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 100%;
    margin: 0 12px;
    outline: none;
    padding: 0 0 20px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    text-transform: uppercase;
    transition: .4s
}

.top-head-wrap__navigation button:hover {
    color: #d35346
}

.top-head-wrap__navigation button:first-child.mixitup-control-active~hr {
    margin-left: 12px
}

.top-head-wrap__navigation button:nth-child(2).mixitup-control-active~hr {
    margin-left: 176px
}

.top-head-wrap__navigation button:nth-child(3).mixitup-control-active~hr {
    margin-left: 322px
}

.top-head-wrap__navigation button:nth-child(4).mixitup-control-active~hr {
    margin-left: 607px
}

.top-head-wrap__navigation button.mixitup-control-active {
    color: #d35346
}

body:has(.banner-text) .dynamic-page-container {
    padding: 150px 0
}

@media(min-width:1025px) {
    body:has(.banner-text) .dynamic-page-container {
        padding: 220px 0 150px
    }
}

.dynamic-page-container {
    padding: 110px 0
}

@media(min-width:1025px) {
    .dynamic-page-container {
        padding: 180px 0 150px
    }
}

@media(min-width:821px) {
    .dynamic-page-container .wrapper {
        display: flex
    }
}

.dynamic-page-container .wrapper .left-side {
    flex: 1
}

@media(min-width:821px) {
    .dynamic-page-container .wrapper .left-side {
        padding-right: 50px
    }
}

.dynamic-page-container .wrapper .left-side .name {
    margin-bottom: 20px
}

.dynamic-page-container .wrapper .left-side a.back-link {
    font-weight: 500;
    letter-spacing: .02em;
    margin-bottom: 40px
}

.dynamic-page-container .wrapper .left-side .title {
    font-family: 'Inter-Regular';
    font-size: 21px;
    font-weight: 500;
    line-height: 1.14;
    margin-bottom: 10px;
    text-transform: none
}

.dynamic-page-container .wrapper .left-side .bio {
    font-size: 20px;
    line-height: 1.2;
    margin: 5px 0 10px
}

.dynamic-page-container .wrapper .left-side .headshot {
    background-position: top;
    background-size: cover;
    height: 550px;
    margin: 20px 0
}

@media(min-width:821px) {
    .dynamic-page-container .wrapper .left-side .headshot {
        display: none
    }
}

.dynamic-page-container .wrapper .right-side {
    flex: 1;
    padding-top: 25px
}

@media(min-width:821px) {
    .dynamic-page-container .wrapper .right-side {
        padding-top: 65px
    }
}

.dynamic-page-container .wrapper .right-side .headshot {
    display: none
}

@media(min-width:821px) {
    .dynamic-page-container .wrapper .right-side .headshot {
        background-position: top;
        background-size: cover;
        display: block;
        height: 650px
    }
}

.dynamic-page-container .wrapper .right-side .social-links {
    align-items: center;
    display: flex;
    font-size: 13px;
    justify-content: flex-start;
    line-height: 1.32;
    margin-top: 20px
}

.dynamic-page-container .wrapper .right-side .social-links a {
    margin-right: 10px
}

.sohne {
    font-family: 'Inter-Regular'
}

.video-container {
    margin: 50px 0;
    position: relative
}

@media(min-width:821px) {
    .video-container {
        margin: 100px 0
    }
}

.video-container video {
    width: 100%
}

.video-container .content-inner a {
    align-items: center;
    bottom: 35px;
    color: #fff;
    display: flex;
    font-weight: 600;
    left: 30px;
    position: absolute;
    z-index: 10
}

.video-container .content-inner a:hover svg.icon--play circle {
    fill: #000
}

.video-container .content-inner a svg {
    height: 25px;
    width: 25px
}

@media(min-width:821px) {
    .video-container .content-inner a svg {
        height: 45px;
        width: 45px
    }
}

.video-container .content-inner a span {
    font-size: 14px;
    margin-left: 10px
}

@media(min-width:821px) {
    .video-container .content-inner a span {
        font-size: 24px
    }
}

.u4m-related-content-cards .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

@media(min-width:821px) {
    .u4m-related-content-cards .wrapper {
        column-gap: 20px
    }
}

.u4m-related-content-cards .card {
    flex: 0 0 100%
}

@media(min-width:821px) {
    .u4m-related-content-cards .card {
        flex: 0 0 calc(33.333% - 13.33333px)
    }
}

.u4m-related-content-cards .card .img-wrap {
    height: 200px;
    margin: 0 0 5px;
    overflow: hidden;
    position: relative
}

@media(min-width:821px) {
    .u4m-related-content-cards .card .img-wrap {
        height: 13.5vw
    }
}

.u4m-related-content-cards .card .img-wrap:after {
    bottom: 0;
    box-shadow: inset 0 0 0 3px #000;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.u4m-related-content-cards .card .img-wrap .image-card {
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform .75s ease-in-out;
    transition: -webkit-transform .75s ease-in-out;
    transition: transform .75s ease-in-out;
    transition: transform .75s ease-in-out, -webkit-transform .75s ease-in-out;
    width: 100%
}

.u4m-related-content-cards .card .content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 20px 0
}

.u4m-related-content-cards .card .content .title {
    font-family: 'Inter-Regular';
    line-height: .82;
    margin-bottom: 20px
}

.u4m-related-content-cards .card .content .title .text {
    background-image: linear-gradient(90deg, #000 0, #000 50%, #d35346 0, #d35346);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 200% 2px;
    font-size: calc(18.47619px + .38095vw);
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.u4m-related-content-cards .card .content .url .icon-link {
    align-items: center;
    display: flex
}

.u4m-related-content-cards .card .content .url .icon-wrap {
    align-items: center;
    background: #d35346;
    border-radius: 50%;
    display: flex;
    height: 30px;
    margin-right: 10px;
    width: 30px
}

.u4m-related-content-cards .card .content .url .icon-wrap .icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 12px;
    width: 100%
}

.u4m-related-content-cards .card .content .url .text {
    color: #444;
    font-size: calc(12.42857px + .14286vw);
    font-style: normal;
    letter-spacing: .05em;
    text-decoration: none;
    text-transform: uppercase
}

.u4m-related-content-cards .card-link-tag {
    cursor: pointer;
    width: 100%
}

.u4m-related-content-cards .card-link-tag:focus figure.img-wrap img, .u4m-related-content-cards .card-link-tag:hover figure.img-wrap img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.u4m-related-content-cards .card-link-tag:focus .title span.text, .u4m-related-content-cards .card-link-tag:hover .title span.text {
    background-position: 0 100%;
    color: #000
}