.outer-div {
    min-height: 100vh;
    width: 100vw;
    background: url("/images/mp/left-pattern.svg") -0.2% center / 8% no-repeat rgb(13, 13, 13);
    padding: 80px 0px;
    text-align: center;
}

.outer-div {
}

.team-info-des h3 {
    color: rgb(0, 0, 0) !important;
}

.outer-div h3 {
    font-size: 0.8rem;
    line-height: 26px;
    font-weight: 300;
    margin: 0px;
    color: rgb(255, 255, 255);
}

.outer-div p {
    font-size: 0.7rem;
    margin: 5px 0px;
}

.team-info-p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inner-div {
    display: flex;
    padding: 20px 170px 20px 0px;
    background: rgb(20, 20, 20);
    clip-path: polygon(100% 0px, 100% 0px, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0px 100%, 0px 100%, 0% calc(0% + 50px), 50px 0px);
    max-width: 1050px;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    margin: auto;
    min-height: 540px;
    align-items: center;
}

.team-card-1 {
    position: relative;
    margin: 15px 30px;
    z-index: 2;
    transition-delay: 1s;
    transition-property: z-index;
    height: 220px;
}

    .team-card-1.expand {
        transition-delay: 0s;
        transition-property: z-index;
        z-index: 2;
    }

    .team-card-1 .expand-btn-1 {
        width: 42px;
        height: 42px;
        position: absolute;
        background: #d2ab69;
        top: 106px;
        right: 0px;
        transform: translateX(50%);
        transition: transform 1s ease-out, background 1s ease-out;
        z-index: 3;
        clip-path: polygon(100% 0px, 100% 0px, 100% calc(80%), calc(80%) 100%, 0px 100%, 0px 100%, 0% calc(20%), 20% 0px);
        cursor: pointer;
    }

        .team-card-1 .expand-btn-1 .left-bar {
            position: absolute;
            background-color: transparent;
            top: 15px;
            left: 12px;
            width: 20px;
            height: 2px;
            display: block;
            float: right;
            border-radius: 10px;
        }

            .team-card-1 .expand-btn-1 .left-bar::after {
                content: "";
                background-color: rgb(147, 118, 71);
                width: 20px;
                height: 1px;
                display: block;
                transform: rotate(35deg);
                float: right;
                border-radius: 10px;
                transition: 1.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
                z-index: -1;
            }

        .team-card-1 .expand-btn-1 .right-bar {
            position: absolute;
            background-color: transparent;
            top: 26px;
            left: 12px;
            width: 20px;
            height: 2px;
            display: block;
            float: right;
            border-radius: 10px;
        }

            .team-card-1 .expand-btn-1 .right-bar::after {
                content: "";
                background-color: rgb(147, 118, 71);
                width: 20px;
                height: 1px;
                display: block;
                transform: rotate(-35deg);
                float: right;
                border-radius: 10px;
                transition: 1.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
                z-index: -1;
            }

    .team-card-1 .open .left-bar::after {
        transform-origin: center center;
        transform: rotate(-150deg);
    }

    .team-card-1 .open .right-bar::after {
        transform-origin: center center;
        transform: rotate(-150deg);
    }

    .team-card-1 .image-card-1 {
        filter: grayscale(100%);
        background-color: rgb(242, 159, 57);
        width: 220px;
        height: 220px;
        position: relative;
        box-shadow: rgba(0, 0, 0, 0.26) 22px 23px 35px -11px;
        z-index: 2;
        transition: filter 1s ease-out;
        clip-path: polygon(100% 0px, 100% 0px, 100% calc(80%), calc(80%) 100%, 0px 100%, 0px 100%, 0% calc(20%), 20% 0px);
    }

        .team-card-1 .image-card-1 .team-info {
            color: rgb(255, 255, 255);
            min-height: 50px;
            position: absolute;
            width: 100%;
            bottom: 0px;
            padding: 0px 25px 25px;
            line-height: 1.4;
            transition: opacity 1s ease-out, transform 1s ease-out;
            opacity: 1;
        }

        .team-card-1 .image-card-1 .text-reduce {
            opacity: 0;
            transform: translateX(-10px);
        }

    .team-card-1 .role-description {
        position: relative;
        margin-top: -220px;
        height: 176px;
        width: 175px;
        background-color: rgb(255, 255, 255);
        box-shadow: rgba(0, 0, 0, 0.21) 0px 0px 35px -2px;
        transition: transform 1s ease-out;
        left: -1px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

        .team-card-1 .role-description .team-info-des {
            padding: 15px 15px 0px;
            transition: opacity 1s ease-out, transform 1s ease-out;
            opacity: 0;
            transform: translateX(5px);
        }

        .team-card-1 .role-description .line {
            width: 0px;
            border: 1px solid black;
            margin: 8px 0px 0px 18px;
            background: rgb(78, 166, 234);
            transition: width 1s ease-out;
        }

        .team-card-1 .role-description .body-text-1 {
            font-size: 0.6rem;
            line-height: 1.2;
            padding: 5px 25px 16px;
            transition: opacity 1s ease-out, transform 1s ease-out;
            opacity: 0;
            transform: translateX(5px);
        }

    .team-card-1 .expand {
        transform: translateX(100%);
    }

        .team-card-1 .expand .team-info-des {
            transition-delay: 0.5s;
            opacity: 1;
            transform: translateX(-5px);
        }

        .team-card-1 .expand .line {
            transition-delay: 0.5s;
            width: 25px;
        }

        .team-card-1 .expand .body-text-1 {
            transition-delay: 0.5s;
            opacity: 1;
            transform: translateX(-5px);
        }

    .team-card-1 .color-reveal {
        filter: grayscale(0%);
        transition: filter 1s ease-out;
    }

    .team-card-1 .move-button {
        transition: transform 1s ease-out, background 1s ease-out;
        background: rgb(227, 200, 154);
        cursor: pointer;
        transform: translateX(193px) !important;
    }

        .team-card-1 .move-button .left-bar::after {
            transform-origin: center center;
            transform: rotate(-35deg);
        }

        .team-card-1 .move-button .right-bar::after {
            transform-origin: center center;
            transform: rotate(35deg);
        }

.outer-div h2 {
    color: rgb(255, 255, 255);
    font-size: 20pt;
    font-weight: 300;
    width: calc(100% - 20px);
    text-align: right;
    max-width: 1140px;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    word-spacing: 2px;
    margin-bottom: 30px !important;
    position: relative;

}

    .outer-div h2::before {
        content: "";
        position: absolute;
        width: 33px;
        height: 33px;
        background-image: url(/images/mp/icon-01.svg);
        right: -47px;
        top: 3px;
        background-repeat: no-repeat;
    }

    .outer-div h2 img {
        width: calc(100% - 20px);
        max-width: 336px;
        margin-top: 15px;
    }

.year-back {
    background-image: radial-gradient(rgb(1, 177, 200) 1px, transparent 2px);
    background-size: 34px 34px;
    width: 174px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 5px;
    background-position: -40px 44px;
}

.year {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-73%) rotate(-90deg);
    color: rgb(255, 255, 255);
    font-size: 60px;
    font-weight: 200;
    pointer-events: none;
    background: rgb(20, 20, 20);
    padding: 0px 19px;
    letter-spacing: 2px;
    font-family: Roboto-Light;
}

.slider-item {
    text-align: center;
}

.year-slider {
    max-width: 1100px;
}

@media (max-width: 767.98px) {
    .year-back {
        background-position: -30px 44px;
    }

    .outer-div h2 {
        font-size: 14pt;
        width: calc(100% - 45px);
        padding-right: 43px;
    }

        .outer-div h2::before {
            right: 0px;
        }

    .year-slider .slick-slide {
        margin: 0px 0px;
    }

    .outer-div {
        background: rgb(13, 13, 13);
    }
}



.year-slider .slick-prev {
    top: calc(50% - 70px);
}

.year-slider .slick-next {
    top: calc(50% - 70px);
}

.laureate-type {
    color: #d2ab69;
    filter: none !important;
    font-size: 9pt;
}