body.no-overflow {
    overflow: hidden;
}

.leadership_team {
    padding-top: 100px;
    margin-bottom: 106px;
}

.leadership_team_title h2 {
    text-align: center;
    font-weight: 100;
    font-size: 48px;
    line-height: 85%;
    letter-spacing: -0.03em;
    color: #0b3954;
    margin-bottom: 72px;
}

.leadership_team_title h2 em {
    font-style: italic;
    color: #d83529;
    font-weight: 400;
}

.leadership_team_tab .leadership_team_box {
    padding: 32px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    background: #f2f2f2;
    /* flex-direction: column; */
    gap: 30px;
    position: relative;
}

.leadership_team_tab.dark_style .leadership_team_box {
    background-color: #dedede;
}

.leadership_team_box_content {
    /* margin-top: 32px; */
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    /* justify-content: space-between; */
    justify-content: flex-start;
    width: calc(100% - 212px);
}

.leadership_team_box_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #3D3D3D;
}

.leadership_team_box_decription h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #3d3d3d;
    font-family: 'Switzer', 'sans-serif';
}

.leadership_team_box_decription h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #7a7a7a;
    margin-bottom: 20px;
    font-family: 'Switzer', 'sans-serif';
}

.leadership_team_box_decription p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #3d3d3d;
    margin-bottom: 20px;
}

.leadership_team_box_links {
    margin-top: 35px;
}

.leadership_team_box_links a {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #3d3d3d;
    text-decoration-line: underline;
    /* margin-right: 23px; */
}

.leadership_team_box_links .open_modal {
    margin-right: 4px;
}

.leadership_team_box_links .divider {
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #3D3D3D;
}

.leadership_team_box_links .link-linkedin {
    padding-left: 4px;
}

.leadership_team_box_img-wrap {
    width: 182px;
}

.leadership_team_box_img {
    width: 182px;
    height: 182px;
    flex: 0 0 25%;
    position: relative;
}

.leadership_team_box_img .custom-box {
    width: 42px;
    height: 42px;
    position: absolute;
}

.leadership_team_box_img.style-1 .box-1 {
    background-color: #DEDEDE;
    top: 0;
    left: 0;
}

.leadership_team_box_img.style-1 .box-2 {
    background-color: #DEDEDE;
    right: 0;
    top: 84px;
    display: none;
}

.leadership_team_box_img.style-1 .box-3 {
    background-color: #D83529;
    right: 0;
    bottom: 63px;
}

.leadership_team_box_img.style-2 .box-1 {
    background-color: #F2F2F2;
    top: 0;
    left: 0;
}

.leadership_team_box_img.style-2 .box-2 {
    background-color: #F2F2F2;
    right: 0;
    bottom: 42px;
    display: none;
}

.leadership_team_box_img.style-2 .box-3 {
    background-color: #D83529;
    right: 42px;
    bottom: 4px;
}

.leadership_team_box_img.style-3 .box-1 {
    background-color: #F2F2F2;
    bottom: 0;
    right: 0;
}

.leadership_team_box_img.style-3 .box-2 {
    background-color: #F2F2F2;
    right: 42px;
    bottom: 0;
    display: none;
}

.leadership_team_box_img.style-3 .box-3 {
    background-color: #61A4CB;
    right: 84px;
    bottom: 42px;
    display: none;
}

.leadership_team_box_img.style-4 .box-1 {
    background-color: #DEDEDE;
    bottom: 0;
    right: 42px;
}

.leadership_team_box_img.style-4 .box-2 {
    background-color: #DEDEDE;
    bottom: 42px;
    right: 0;
    display: none;
}

.leadership_team_box_img.style-4 .box-3 {
    background-color: #8D8D8D;
    right: 42px;
    bottom: 84px;
    display: none;
}

.leadership_team_box_img.style-5 .box-1 {
    background-color: #DEDEDE;
    bottom: 0;
    left: 0;
}

.leadership_team_box_img.style-5 .box-2 {
    background-color: #DEDEDE;
    bottom: 84px;
    left: 0;
    display: none;
}

.leadership_team_box_img.style-5 .box-3 {
    background-color: #EE4438;
    left: 42px;
    bottom: 42px;
    display: none;
}

.leadership_team_box_img.style-6 .box-1 {
    background-color: #F2F2F2;
    top: 0;
    right: 0;
}

.leadership_team_box_img.style-6 .box-2 {
    background-color: #F2F2F2;
    top: 42px;
    right: 0;
}

.leadership_team_box_img.style-6 .box-3 {
    background-color: #175376;
    left: 42px;
    bottom: 42px;
    display: none;
}

.leadership_team_box_img img {
    width: 182px;
    height: 182px;
    object-fit: COVER;
}

.leadership_popup_box {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1020;
}

.leadership_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    display: flex;
    flex-flow: row wrap;
    padding: 48px;
    z-index: 1020;
    width: 969px;
    max-width: 100%;
    overflow-y: auto;
    max-height: 100vh;
}

.leadership_popup .modal-image {
    flex: 0 0 240px;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    position: relative;
}

.leadership_popup .modal-image .image-box {
    position: relative;
    margin-bottom: 24px;
    display: flex;
}

.leadership_popup .modal-image .image-box .custom-box {
    position: absolute;
    width: 42px;
    height: 42px;
}

.leadership_popup .modal-image .image-box .box-1 {
    top: 0;
    right: 0;
    width: 84px;
    background-color: #fff;
}

.leadership_popup .modal-image .image-box .box-3 {
    bottom: 42px;
    left: 42px;
    background-color: #D83529;
}

.leadership_popup .modal-image img {
    width: 100%;
}

.leadership_popup .modal-biography {
    flex: 1;
    padding-left: 48px;
}

.leadership_popup .close-modal {
    background: transparent;
    border: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
    cursor: pointer;
    width: 32px;
    height: 32px;
}

.leadership_popup .close-modal .line {
    width: 32px;
    height: 3px;
    background: #3D3D3D;
    display: block;
    position: absolute;
}

.leadership_popup .close-modal .line:first-of-type {
    transform: rotate(45deg);
}

.leadership_popup .close-modal .line:last-of-type {
    transform: rotate(-45deg);
}

.leadership_popup .biography-headline {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 25px;
}

.leadership_popup .biography-headline .title-side {
    display: flex;
    flex-flow: row wrap;
}

.leadership_popup .biography-headline .title-side h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    color: #3D3D3D;
}

.leadership_popup .biography-headline .title-side h6 {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #7A7A7A;
}

.leadership_popup .biography-headline .title-side h6,
.leadership_popup .biography-headline .title-side h4 {
    flex: 0 0 100%;
    font-family: 'Switzer', 'sans-serif';
}

.leadership_popup .biography-content .main-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #3D3D3D;
    margin-bottom: 24px;
}

.leadership_popup .biography-content .biography h3,
.leadership_popup .biography-content .biography h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    color: #3D3D3D;
    margin-bottom: 4px;
    font-family: 'Switzer', 'sans-serif';
}

.leadership_popup .biography-content .biography ul {
    padding-left: 25px;
}

.leadership_popup .biography-content .biography p {
    margin-bottom: 20px;
}

.leadership_popup .biography-content .biography p,
.leadership_popup .biography-content .biography li {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #7A7A7A;
}

.leadership_popup .modal-image .contact-btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: underline;
    color: #3D3D3D;
}

.leadership_popup .modal-image .contact-btn svg {
    margin-left: 13px;
}

@media (max-width: 1596px) {
    .leadership_team_box_img {
        max-width: 30%;
        flex: 0 0 30%;
    }

    .leadership_team {
        padding-top: 170px;
        margin-bottom: 180px;
    }
}

@media (max-width: 1440px) {
    .leadership_team_title h2 {
        font-size: 40px;
    }

    .leadership_team_tab {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .leadership_team_tab .leadership_team_box {
        margin-bottom: 20px;
    }

    .leadership_team_box_img {
        max-width: 184px;
        flex: 0 0 184px;
    }
}

@media (max-width: 1400px) {
    .leadership_team {
        padding-top: 150px;
        margin-bottom: 160px;
    }
}

@media (max-width: 991px) {
    .leadership_team {
        margin-bottom: 60px;
    }

    .leadership_team_title h2 {
        font-size: 32px;
        margin-bottom: 47px;
    }

    .leadership_team {
        padding-top: 130px;
    }

    .leadership_team_box_img {
        display: flex;
    }
}

@media (max-width: 767px) {
    .leadership_team {
        padding-top: 100px;
    }

    .leadership_team_box_img-wrap {
        width: 100%;
    }

    .leadership_team_box_img {
        /* max-width: 240px; */
        width: 100%;
        max-width: 100%;
        height: auto;
        object-position: top;
        flex: 0 0 240px;
    }

    .leadership_team_box_img .custom-box {
        width: 32px;
        height: 32px;
        position: absolute;
    }

    .leadership_team_box_img.style-1 .box-1 {
        background-color: #DEDEDE;
        top: 0;
        left: 0;
    }

    .leadership_team_box_img.style-1 .box-2 {
        background-color: #DEDEDE;
        right: 0;
        top: 84px;
    }

    .leadership_team_box_img.style-1 .box-3 {
        background-color: #D83529;
        left: 32px;
        bottom: 32px;
    }

    .leadership_team_box_img.style-2 .box-1 {
        background-color: #F2F2F2;
        top: unset;
        left: unset;
        right: 0;
        bottom: 0;
    }

    .leadership_team_box_img.style-2 .box-2 {
        background-color: #F2F2F2;
        right: 32px;
        bottom: 0;
    }

    .leadership_team_box_img.style-2 .box-3 {
        background-color: #61A4CB;
        right: 42px;
        bottom: 84px;
    }

    .leadership_team_box_img.style-3 .box-1 {
        background-color: #DEDEDE;
        bottom: 64px;
        right: unset;
        left: 0;
    }

    .leadership_team_box_img.style-3 .box-2 {
        background-color: #DEDEDE;
        right: unset;
        bottom: 96px;
        left: 0;
    }

    .leadership_team_box_img.style-3 .box-3 {
        background-color: #EE4438;
        right: unset;
        bottom: 32px;
        left: 32px;
    }

    .leadership_team_box_img.style-4 .box-1 {
        background-color: #F2F2F2;
        bottom: 0;
        right: 0;
    }

    .leadership_team_box_img.style-4 .box-2 {
        background-color: #F2F2F2;
        bottom: unset;
        right: unset;
        top: 0;
        left: 0;
    }

    .leadership_team_box_img.style-4 .box-3 {
        background-color: #0B3954;
        right: 32px;
        bottom: 32px;
    }

    .leadership_team_box_img.style-5 .box-1 {
        background-color: #DEDEDE;
        bottom: 0;
        left: unset;
        right: 0;
    }

    .leadership_team_box_img.style-5 .box-2 {
        background-color: #DEDEDE;
        bottom: 32px;
        left: unset;
        right: 0;
    }

    .leadership_team_box_img.style-5 .box-3 {
        background-color: #8D8D8D;
        left: unset;
        right: 32px;
        bottom: 64px;
    }

    .leadership_team_box_img.style-6 .box-1 {
        background-color: #F2F2F2;
        top: 0;
        right: 0;
    }

    .leadership_team_box_img.style-6 .box-2 {
        background-color: #F2F2F2;
        top: 32px;
        right: 0;
    }

    .leadership_team_box_img.style-6 .box-3 {
        background-color: #175376;
        left: 0;
        bottom: 0;
    }

    .leadership_team_box_content {
        min-height: unset;
        flex: 1;
        margin-bottom: 30px;
    }

    .leadership_popup {
        padding: 70px 20px 20px;
    }

    .leadership_popup .close-modal {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .leadership_popup .modal-image {
        flex: 0 0 100%;
        flex-flow: column;
        justify-content: center;
        align-items: flex-end;
        align-content: flex-end;
        margin-bottom: 30px;
    }

    .leadership_popup .modal-image .image-box {
        margin: 0 auto 15px;
    }

    .leadership_popup .modal-image .image-box .custom-box {
        width: 32px;
        height: 32px;
    }

    .leadership_popup .modal-image .image-box .box-1 {
        top: 0;
        right: 0;
        width: 64px;
        background-color: #fff;
    }

    .leadership_popup .modal-image .image-box .box-3 {
        bottom: 32px;
        left: 32px;
        background-color: #D83529;
    }

    .leadership_popup .modal-image img {
        width: auto;
    }

    .leadership_popup .modal-image .contact-btn {
        margin: 0 auto;
    }

    .leadership_popup .modal-biography {
        flex: 0 0 100%;
        padding: 0;
    }

    .leadership_team_box_decription h4 {
        font-size: 20px;
    }

    .leadership_team_box_decription h6 {
        font-size: 18px;
    }

    .leadership_team_box_links {
        position: absolute;
        left: 20px;
        bottom: 20px;
    }

    .leadership_team_tab .leadership_team_box {
        gap: 5px;
    }

    .leadership_team_box_text {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .leadership_team {
        margin-bottom: 40px;
    }

    .leadership_team_box_img {
        text-align: center;
        /* height: 300px; */
        overflow: hidden;
        margin-bottom: 20px;
    }

    .leadership_team_box_img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        object-position: center;
    }

    .leadership_team_tab .leadership_team_box {
        padding: 20px;
    }

    .leadership_team_box_decription h4 {
        font-size: 16px;
    }

    .leadership_team_box_decription h6 {
        font-size: 16px;
    }

    .leadership_team_box_decription p {
        font-size: 12px;
        margin-bottom: 16px;
    }

    .leadership_team_box_links a {
        font-size: 12px;
    }

    .leadership_popup .modal-image .image-box {
        margin-bottom: 15px;
    }

    .leadership_team {
        padding-top: 60px;
    }

    .leadership_team_title h2 {
        font-size: 24px;
    }

    .leadership_team_box_content {
        flex: 0 0 100%;
        padding: 0;
        max-width: 100%;
    }
}

@media only screen and (max-width: 425px) {
    .leadership_popup .modal-image img {
        width: 100%;
    }

}