.about-hero {
    height: 100vh;
    position: relative;
    min-height: 48vw;
}
.about-hero-bg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 80%;
    height: 110%;
}
.about-hero-bg img {
    width: 100%;
    height: 100%;
    object-position: bottom center;
    object-fit: cover;
}
.about-hero .container {
    padding:8rem 10.4rem;
}
.about-hero h1 {
    font-size: 5.208rem;
    color:#fff;
    line-height: 1;
    margin-bottom:2rem;
    margin-top: 0;
    max-width: 41.6rem;
}
.about-hero h1 span {
    font-family: "Isabella Grand";
    font-style: italic;
    color:#878787;
}
.about-hero__col-1 p {
    font-size:1.66rem;
    line-height: 1.4;
    max-width: 30.3rem;
}
.about-hero__col-1 p span {
    color:#878787;
}
.about-hero__col-2 p {
    max-width: 24.73rem;
    margin-left: auto;
    color: #878787;
    margin-bottom: 3rem;
}
.about-hero__row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}


.social-section__tab svg {
    width:2.5rem;
    height: 2.5rem;
    transform: translateX(-100%) translateY(-50%);
    opacity: 0;
    transition: all .3s ease;
    z-index: 2;
    position: absolute;
    left:3rem;
    top:50%;
}
.social-section__tab {
    border-top:1px solid #5A5A5A;
    color:#fff;
    font-size: 2.70rem;
    font-family: "Isabella Grand";
    font-style: italic;
    position: relative;
    padding:1.8rem 3rem;
    transition: all .3s ease;
    line-height: 1;
    display: block;
}
.social-section__tab:hover svg {
    opacity: 1;
    transform: translateX(0) translateY(-50%);
}
.social-section__tab:hover {
    padding-left: 7rem;
}
.social-section__tab:last-of-type {
    border-bottom: 1px solid #5A5A5A;
}
.social-section__tab::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    background-color: #E3FF38;
    transition:all .3s ease;
    content:'';
}
.social-section__tab::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background-color: #E3FF38;
    transition:all .3s ease;
    content:'';
}
.social-section__tab:hover::before,
.social-section__tab:hover::after{
    height:55%;
}
.social-section__tab span {
    position: relative;
    z-index: 2;
    transition: all .3s ease;
}
.social-section__tab:hover span {
    color: #000;
    transition-delay: 0.15s;
}


.team-section {
    padding-top: 6rem;
}
.team-section h2 {
    font-size:5.72rem;
    color:#fff;
    line-height: 1;
    margin-bottom:0;
    margin-top: 0;
    text-align: center;
}
.team-section h2 span {
    font-family: "Isabella Grand";
    font-style: italic;
    color:#878787;
}
.team-section__hero p {
    max-width: 37.2rem;
    color: #878787;
    text-align: center;
    margin: 1rem auto 5rem;
}

.team-section__members {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2px;
}
.team-section__member {
    max-width: 50%;
    flex-basis: 50%;
    display: flex;
    border-top: 2px solid #7A7A7A;
}
.team-section__member:nth-child(4n-1),
.team-section__member:nth-child(4n) {
    flex-direction: row-reverse;
}
.team-section__member > div {
    max-width: 50%;
    flex-basis: 50%;
    padding:1rem;
    border-left: 1px solid #7A7A7A;
    border-right: 1px solid #7A7A7A;
}
.team-section__member-left img {
    width: 100%;
}
.team-section__member-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}
.team-section__member-info-right {
    max-width: 4rem;
    flex-basis: 4rem;
}
.team-section__member-info-right a {
    border-radius: 50%;
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 0;
    padding-top: 100%;
    width: 100%;
}
.team-section__member-info-right a::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    background-color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all .3s ease;
    border-radius: 50%;
}
.team-section__member-info-right a:hover::before {
    width: 100%;
    height: 100%;
}
.team-section__member-info-right a svg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.team-section__member-info-right a svg circle,
.team-section__member-info-right a svg path {
    transition: all .3s ease;
}
.team-section__member-info-right a:hover svg path {
    fill: #000;
}
.team-section__member-info-right a:hover svg circle {
    stroke: #fff;
}
.team-section__member-funsie {
    font-size:5.72rem;
    font-family: "Isabella Grand";
    font-style: italic;
    color:#878787;
}
.team-section__member-right p {
    color: #878787;
    max-width: 80%;
}
.team-section__member-info-left h3 {
    font-size: 1.66rem;
}
.team-section__member-info-left span {
    color: #878787;
}

.about-numbers .about-numbers__row{
    display:flex;
    flex-wrap:wrap;
}
.about-numbers .about-numbers__col-1 h2 {
    color: #07090B;
}
.about-numbers .about-numbers__col-1 {
    background:#D9DBD6;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 26rem;
}
.about-numbers .about-numbers__col-1,
.about-numbers .about-numbers__col-3{
    flex-basis: 49%;
    max-width: 49%;
}
.about-numbers .about-numbers__col-4,
.about-numbers .about-numbers__col-2{
    flex-basis: 51%;
    max-width: 51%;
}
.about-numbers .about-numbers__col-2 img {
    width:100%;
    height: 100%;
    object-fit: cover;
}
.about-numbers__col-3__row {
    display: flex;
    flex-wrap: wrap;
}
.about-numbers__col-3__row__col-1 {
    max-width: 47.5%;
    flex-basis: 47.5%;
    padding-top: 8%;
    padding-left: 15%;
}
.about-numbers__col-3__row__col-2 {
    max-width: 52.5%;
    flex-basis: 52.5%;
}
.about-numbers__number-amount {
    font-size: 8.43rem;
    line-height: 1.2;
    margin: 0;
    font-family: "Isabella Grand";
    font-style: italic;
}
.about-numbers .about-numbers__col-4{
    background-color: #E3FF38;
    padding-right: 7.8rem;
    padding-left: 7.8rem;
    flex-direction: column;
    display: flex;
    justify-content: flex-end;
}
.about-numbers .about-numbers__col-4 .about-numbers__number-amount,
.about-numbers .about-numbers__col-4 .about-numbers__number-text {
    color: #07090B;
}
.about-numbers__photo {
    display: flex;
}
.about-numbers .about-numbers__col-4 .about-numbers__photo {
    margin-top: 1.5rem;
}
.about-numbers .about-numbers__col-3 .about-numbers__photo {
    margin-bottom: 1.5rem;
}
.about-numbers__col-3__row {
    position: relative;
}
.about-numbers__col-3__row::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 50%;
    background-color: #fff;
    pointer-events: none;
    top:0;
    left:0;
}
.about-numbers__col-3__row > * {
    position: relative;
}
.about-numbers__col-3__row__col-1 .about-numbers__number-text,
.about-numbers__col-3__row__col-1 .about-numbers__number-amount {
    color: #07090B;
}


@media(max-width:1024px){
    .about-hero {
        height: auto;
    }
}

@media(max-width:767px){
    .team-section__hero p {
        padding:0 1rem;
    }
    .about-hero .container{
        padding:8rem 0.88rem;
    }
    .about-hero h1 {
        font-size: 2.7rem;
        max-width: 100%;
    }
    .about-hero__row {
        flex-direction: column;
    }
    .about-hero__col-1 p{
        font-size: 1.25rem;
    }
    .about-hero__col-2 p {
        max-width: 75%;
        margin-left: 0;
        margin-top: 2rem;
    }
    .social-section__tab svg {
        width: 2rem;
        height: 2rem;
    }
    .social-section__tab {
        font-size: 1.5rem;
        padding:1.5rem 2rem;
    }
    .team-section h2 {
        font-size: 2.7rem;
    }
    .team-section {
        padding-top: 4rem;
    }
    .team-section__hero p {
        margin-bottom: 3rem;
        max-width: 100%;
    }
    .team-section__member {
        max-width: 100%;
        flex-basis: 100%;
    }
    .team-section__member-info-left h3 {
        font-size: 1rem;
    }
    .team-section__member-info {
        flex-direction: column;
        align-items: flex-start;
    }
    .team-section__member-funsie {
        font-size: 2.7rem;
    }
    .team-section__member-right p {
        max-width: 100%;
        font-size: 0.88rem;
    }
    .team-section__member-info-right {
        max-width: 2rem;
        flex-basis: 2rem;
        width: 2rem;
        margin-top: 0.5rem;
        position: absolute;
        top: 1rem;
        z-index: 99999;
        left: 1.5rem;
        background: #000;
        border-radius: 50%;
        height: 2rem;
    }
    .team-section__member-left {
        position: relative;
    }
    .team-section__member:nth-child(4n-1), .team-section__member:nth-child(4n) {
        flex-direction: row;
    }
    .team-section__member:nth-of-type(2n){
        flex-direction: row-reverse;
    }
    .team-section__member-info-left span {
        font-size: 0.7rem;
    }
    .about-numbers__number-amount {
        font-size: 2rem;
    }
    .about-numbers .about-numbers__col-1 {
        min-height: 0;
        padding:1rem;
    }
    .team-section__member > div {
        padding: 0.88rem;
    } 
    .about-numbers .about-numbers__col-1 {
        padding-left: 1rem;
    }
    .about-numbers .about-numbers__col-4,
    .about-numbers .about-numbers__col-3{
        flex-basis: 100%;
        max-width: 100%;
    }
    .about-numbers .about-numbers__col-3 .about-numbers__photo {
        display: none;
    }
    .about-numbers .about-numbers__col-4 {
        padding:1rem 0 0;
    }
    .about-numbers__col-3__row::before {
        width: 50%;
        height: 100%;
    }
    .about-numbers__col-3__row__col-1 {
        padding: 1rem;
    }
    .about-numbers__col-3__row__col-1,
    .about-numbers__col-3__row__col-2 {
        max-width: 50%;
        flex-basis: 50%;
    }
    .about-numbers__col-3__row__col-2 {
        padding: 1rem;
        padding: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .about-numbers .about-numbers__col-2,
    .about-numbers .about-numbers__col-1 {
        max-width: 50%;
        flex-basis: 50%;
    }
    .about-numbers .about-numbers__col-4 .about-numbers__number-text,
    .about-numbers .about-numbers__col-4 .about-numbers__number-amount {
        text-align: center;
    }
    .about-numbers .about-numbers__col-1 h2 {
        font-size: 2rem;
    }
    .about-numbers .about-numbers__col-4 .about-numbers__photo {
        margin-top: 1rem;
    }
}