.bg-image {
    position: absolute;
    width: 55%;
    right:0;
}
@media screen and (max-width: 991px) {

    .team-holder {
        padding-bottom: 2.5em;
    }
}
@media screen and (max-width: 767px) {
    .bg-image {
        width: 120%;
    }
}
.stickyx {
    position: sticky !important;
    top: 80px;
    margin-bottom: 100px;
}
.sticky-holder {
    
}
.stick-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
    /*align-items: center;*/
}
.stick-container .col-a {
    width: 38%;
}
.stick-container .col-b {
    width: 50%;
    padding-right: 15%;
   
}

.visual-holder {
    aspect-ratio: 1/1;
}
.team-visual {
    width: 180%;
    position: absolute;
    transform: translateY(-23%);
    right:0;
}

.quotes-holder {
 padding-top: 2em;
}
.quotes {
    width: 100%;
}
.quotes .ttl {
    width: 100%;
}

.nick-holder {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 10px;
    font-size: 0.85em;
    margin-bottom: 6em;
    z-index: 3;
}
.nick-holder .ttl {
    font-weight: 400 !important;
    cursor: pointer;
}
.nick-holder span:first-of-type {
    display: none;
}
.nick-holder .ttl.active {
    /*text-decoration: underline;*/
}


.team-images {
    position: absolute;1
    top: -6%;
    left:50%;
    transform: translateX(-60%);
    width: 80%;
    aspect-ratio: 1/1;
    z-index: 1;
}
.team-images figure {
    width: 100%;
    border-radius: 0%;
    overflow: hidden;
    /*top:0;
    position: absolute;*/
}
