.wk-leaderboard{
    background:  #F8FAF3;
    padding: 100px 0;
}
.leadership_slider{
	height:690px;
}
.leadership_slider .slick-list{
    padding-top: 0% !important;
}

.leadership_mobile_slider {
    display: none;
}

.profiile_bio .wk-close:before, .profiile_bio .wk-close:after{
    background-color: #f0f2f5;
        top: -50px;
}

.profile_box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.profile_box .img_box{
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 20px;
    box-sizing: border-box;
    cursor: pointer;
}

.profile_box .img_box img{
    width: 100%;
    object-fit: cover;
    border-radius: 23px;
    object-position: top;
}

.profile_box .img_caption {
    color: #000;
    margin: 10px 0 0px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.01em;
    text-align: center;
}

.profile_box .img_caption span {
    font-size: 28px;
    display: block;
}
.wk-leader-scroller {
    height: 100%;
    overflow-y: auto;
}
.profiile_bio {
    display: none;
    position: fixed;
    max-width: 860px;
    height: 480px;
    left: 0;
    right: 0;
    top: 110px;
    bottom: 0;
    margin: auto;
    z-index: 11;
    padding: 30px;
    color: #000;
    border-radius: 20px;
    transition: .3s ease;
    width: 90%;
    background: var(--weka-light-gray);
}

.profiile_bio .data_box{
    padding-right: 20px;
}
.profile_box .img_caption .profile-social{
    display: none;
}
.profiile_bio .data_box .img_caption .profile-social{
	display:block;
}
.profiile_bio .data_box .img_caption .profile-social .profile-twitter {
	margin-right:10px;
}
.profiile_bio .data_box .img_caption .profile-social .profile-linkedin, 
.profiile_bio .data_box .img_caption .profile-social .profile-twitter {
    display: inline-block;
    margin-top: 20px;
}
.profiile_bio .data_box .img_caption .profile-social .profile-linkedin svg, 
.profiile_bio .data_box .img_caption .profile-social .profile-twitter svg{
	width:32px;
	height:32px;
}
.overlay_layer {
    background: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    opacity: .8;
    z-index: 10;
    display: none;
    transition: .3s ease;
}

.data{
    display: none;
}

.data p{
    margin-bottom: 10px;
}

.data_box {
    display: flex;
    flex-wrap: wrap;
}

.data_box figure.prof_img {
    flex: 0 0 20%;
    max-width: 20%;
    border-radius: 13px;
    overflow: hidden;
    margin-top: 0;
	display: inline-block;
}

.data_box figure.prof_img img {
    width: 100%;
    border-radius: 13px;
}

.data_box .img_caption {
    flex: 0 0 80%;
    max-width: 80%;
    padding-left: 30px;
    box-sizing: border-box;
    font-weight: 400;
    color: var(--wk-cta-color-opt2);
	display: inline-block;
    vertical-align: top;
}

.profiile_bio .prof_arrow {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--btn-primary-color);
    position: absolute;
    top: 50%;
    border-width: 2px;
    border: double 2px transparent;
    border-radius: 50%;
    background-image: linear-gradient(rgba(0,0,0,1), rgba(0,0,0,1)), radial-gradient(circle at bottom left, #773DBE,#EB00C1);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.profiile_bio #arrow_prev {
    left: -80px;
}

.profiile_bio #arrow_prev > img {
    transform: rotate(180deg)
}

.profiile_bio #arrow_next {
    right: -80px;
}

/*.profiile_bio #arrow_next > img {
    transform: rotate(-90deg);
}*/

.data_box .img_caption .prof_name {
    display: block;
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 10px;
}

.wk-leaderboard .slick-slide {
    transition: all ease-in-out .3s;
}

.wk-leaderboard .slick-active {
    opacity: .5;
}

.wk-leaderboard .slick-current {
    opacity: 1;
}

#leadership .btn-wrap{
    display: none;
}
#leadership .btn-wrap .prev-btn {
    transform: rotate(-180deg);
}

/* Switch buttons */
.wk-leaderboard .toggle-switch-buttons{
    margin: 20px auto 80px;
    display: flex;
    align-items: center;
}
.wk-leaderboard .toggle-switch-buttons .toggle {
    position: relative;
    width: 70px;
    margin: 0 20px;
}
.wk-leaderboard .toggle-switch-buttons  label{
    color: var(--wk-cta-color-opt2);
    font-weight: 500;
    font-size: 17px;
    line-height: 146%;
}
/*.wk-leaderboard .toggle-switch-buttons label.on{
    color: rgba(255, 255, 255, 1);
}*/
.wk-leaderboard .toggle-switch-buttons .toggle input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}
.wk-leaderboard .toggle-switch-buttons .toggle label {
    position: relative;
    display: flex;
    align-items: center;
}
.wk-leaderboard .toggle-switch-buttons .toggle label:before {
    content: '';
    width: 70px;
    height: 33px;
    background: #826F99;
    position: relative;
    display: inline-block;
    border-radius: 46px;
    opacity: .3;
    transition: 0.2s ease-in;
}
.wk-leaderboard .toggle-switch-buttons .toggle label:after {
    content: '';
    position: absolute;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    left: 0;
    top: 0;
    z-index: 2;
    background: linear-gradient(260.79deg, #EB00C0 0%, #773DBE 86.05%);
    box-shadow: 0px 4px 20px #180D36;
    border-radius: 27.2453px;
    transition: 0.2s ease-in;
}
.wk-leaderboard .toggle-switch-buttons .toggle input[type="checkbox"]:hover + label:after  {
    box-shadow: 0 2px 15px 0 #0002, 0 3px 8px 0 #0001;
}
.wk-leaderboard .toggle-switch-buttons .toggle input[type="checkbox"]:checked + label:after {
    left: 38px;
}

.board_section{
    display: none;
    margin: 60px 0 40px 0;
} 

.board_label{
    display: none;
}

.board_box {
    background: #F1F3EC;
    padding: 40px 15px 30px;
    border-radius: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    text-align: center;
    line-height: 120%;
    color: var(--wk-cta-color-opt2);
    transition: .3s ease;
    min-height: 160px;
}

.board_box .name {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    flex: 0 0 100%;
    max-width: 100%;
}

.hidden_scroll{
    overflow: hidden;
}


/*mobile slider*/
.leadership_mobile_slider .profile_box .img_box{
    flex: 0 0 100%; 
    max-width: 100%;
}




@media (max-width:1199px){
    .section-heading{
        font-size: 52px;
    }
    .profile_box .img_caption span{
        font-size: 22px;
    }
}

@media (max-width:991px){
    .wk-leaderboard{
        padding: 50px 0;
    }
    .leadership_slider {
        display: none;
    }
    .leadership_mobile_slider {
        display: block;
    }
    .profiile_bio .prof_arrow{
        position: static;
    }

    .arrow_cover {
        display: flex;
        justify-content: center;
        margin-top: 59px;
    }

    .profiile_bio{
        top: -50px;
    }

    .board_section{
        margin:0;
    
    }
    .wk-leaderboard {
        padding: 80px 0;
    }

    .wk-leaderboard{
        margin-bottom: 40px;
    }

    .wk-leaderboard .section-heading{
        text-align: center;
    }

    .wk-leaderboard .toggle-switch-buttons{
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }

    #leadership .btn-wrap{
        display: flex;
        justify-content: center;
        margin-top: 12px;
    }

    #leadership .circle {
        width: 51px;
        height: 51px;
        background: transparent;
        top: 0;
        right: 0;
        border-width: 2px;
        border: double 2px transparent;
        border-radius: 50%;
        background-image: linear-gradient(#1f173a, #1f173a), radial-gradient(circle at top left, #EB00C0, #773DBE);
        background-origin: border-box;
        background-clip: content-box, border-box;
        display: inline-block;
        box-shadow: none;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        cursor: pointer;
    }

    #leadership .next-btn {
        margin-left: 17px;
    }
}


@media (max-width:767px){
    .data_box figure.prof_img {
        flex: 0 0 auto;
        max-width: 150px;
    }

    .data_box .img_caption {
        flex: 0 0 auto;
        max-width: 310px;
    }

    .profile_box .img_box{
        padding: 0 10px;
    }

    .profiile_bio{
        top: -20px;
    }
    .arrow_cover{
        margin-top: 45px;
    }
}


@media (max-width:575px){
    .data_box figure.prof_img{
        flex: 0 0 50%;
        max-width: 50%;
        margin: auto;
    }
    .data_box .img_caption {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        margin: 25px 0;
        text-align: center;
    }
    .profiile_bio{
        padding: 20px;
        height: 430px;
    }
    .board_box{
        height: 180px;
    }

    .data_box .img_caption .prof_name{
        font-size: 28px;
    }
     .profiile_bio{
        top: 40px;
    }
}
 