section[data-cattype="903"] {
    --leadership-903-text: #222222;
    --leadership-903-bg: #F5F6F8;
    --leadership-903-blue: #06346E;
    --leadership-903-orange: #FA9028;
    --leadership-903-arrow: #bfc1c5;
    font-family: 'Open Sans', Arial, sans-serif;
    background: var(--leadership-903-bg);
    overflow: hidden;
}

section[data-cattype="903"] .leadership-903-wrap {
    padding: 90px 0 92px;
}

section[data-cattype="903"] .leadership-903-container {
    padding-left: 0;
    padding-right: 0;
}

section[data-cattype="903"] .leadership-903-heading {
    margin: 0 0 44px;
    text-align: center;
}

section[data-cattype="903"] .leadership-903-heading h2 {
    margin: 0;
    font-size: 50px;
    line-height: 1.15;
    font-weight: 700;
    color: var(--leadership-903-text);
}

section[data-cattype="903"] .leadership-903-slider-wrap {
    position: relative;
    padding: 0 0;
    overflow: hidden;
}

section[data-cattype="903"] .leadership-903-slider-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 180px;
    pointer-events: none;
    z-index: 8;
    background: linear-gradient(90deg, rgba(245, 246, 248, 0) 0%, rgba(245, 246, 248, .72) 58%, rgba(245, 246, 248, 1) 100%);
}

section[data-cattype="903"] .leadership-903-slider:not(.owl-carousel-ready) {
    display: flex;
    gap: 36px;
    overflow: hidden;
}

section[data-cattype="903"] .leadership-903-member {
    text-align: center;
}

section[data-cattype="903"] .leadership-903-slider:not(.owl-carousel-ready) .leadership-903-member {
    flex: 0 0 360px;
    max-width: 360px;
}

section[data-cattype="903"] .leadership-903-slider.owl-carousel-ready .owl-item {
    padding: 0 18px;
}

section[data-cattype="903"] .leadership-903-photo {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 22px;
    overflow: hidden;
    background: #b7b8bb;
}

section[data-cattype="903"] .leadership-903-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

section[data-cattype="903"] .leadership-903-info {
    padding-top: 18px;
}

section[data-cattype="903"] .leadership-903-info h3 {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--leadership-903-text);
}

section[data-cattype="903"] .leadership-903-position,
section[data-cattype="903"] .leadership-903-position p,
section[data-cattype="903"] .leadership-903-position div {
    margin: 0;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 400;
    color: #555555;
}

section[data-cattype="903"] .owl-wrapper-outer {
    overflow: visible;
}

section[data-cattype="903"] .owl-theme .owl-controls {
    margin-top: 0;
}

section[data-cattype="903"] .owl-theme .owl-controls .owl-buttons .owl-prev,
section[data-cattype="903"] .owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent !important;
    color: var(--leadership-903-arrow);
    opacity: 1;
    font-size: 62px;
    line-height: 1;
    font-weight: 300;
    text-align: center;
    text-shadow: none;
    box-shadow: none !important;
    z-index: 10;
    transition: color .25s ease;
}

section[data-cattype="903"] .owl-theme .owl-controls .owl-buttons .owl-prev:hover,
section[data-cattype="903"] .owl-theme .owl-controls .owl-buttons .owl-next:hover,
section[data-cattype="903"] .owl-theme .owl-controls .owl-buttons .owl-prev:focus,
section[data-cattype="903"] .owl-theme .owl-controls .owl-buttons .owl-next:focus,
section[data-cattype="903"] .owl-theme .owl-controls .owl-buttons .owl-prev:active,
section[data-cattype="903"] .owl-theme .owl-controls .owl-buttons .owl-next:active {
    background: transparent !important;
    color: var(--leadership-903-orange);
    box-shadow: none !important;
}

section[data-cattype="903"] .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 26px;
}

section[data-cattype="903"] .owl-theme .owl-controls .owl-buttons .owl-next {
    right: 26px;
}

section[data-cattype="903"] .owl-theme .owl-controls .owl-page span {
    background: transparent;
    border: 1px solid var(--leadership-903-arrow);
    opacity: 1;
}

section[data-cattype="903"] .owl-theme .owl-controls .owl-page.active span,
section[data-cattype="903"] .owl-theme .owl-controls .owl-page:hover span {
    background: var(--leadership-903-orange);
    border-color: var(--leadership-903-orange);
}

@media (max-width: 1399px) {
    section[data-cattype="903"] .leadership-903-slider-wrap {
        padding: 0 0;
    }

    section[data-cattype="903"] .leadership-903-slider-wrap::after {
        width: 120px;
    }
}

@media (max-width: 991px) {
    section[data-cattype="903"] .leadership-903-wrap {
        padding: 70px 0;
    }

    section[data-cattype="903"] .leadership-903-heading h2 {
        font-size: 42px;
    }

    section[data-cattype="903"] .leadership-903-slider-wrap {
        padding: 0 0;
    }

    section[data-cattype="903"] .leadership-903-slider-wrap::after {
        width: 70px;
    }

    section[data-cattype="903"] .owl-theme .owl-controls .owl-buttons .owl-prev,
    section[data-cattype="903"] .owl-theme .owl-controls .owl-buttons .owl-next {
        font-size: 52px;
    }
}

@media (max-width: 767px) {
    section[data-cattype="903"] .leadership-903-wrap {
        padding: 56px 0 62px;
    }

    section[data-cattype="903"] .leadership-903-heading {
        margin-bottom: 32px;
    }

    section[data-cattype="903"] .leadership-903-heading h2 {
        font-size: 34px;
    }

    section[data-cattype="903"] .leadership-903-slider-wrap {
        padding: 0 0;
    }

    section[data-cattype="903"] .leadership-903-slider-wrap::after {
        width: 52px;
    }

    section[data-cattype="903"] .leadership-903-slider.owl-carousel-ready .owl-item {
        padding: 0 10px;
    }

    section[data-cattype="903"] .leadership-903-info h3 {
        font-size: 18px;
    }

    section[data-cattype="903"] .leadership-903-position,
    section[data-cattype="903"] .leadership-903-position p,
    section[data-cattype="903"] .leadership-903-position div {
        font-size: 15px;
    }

    section[data-cattype="903"] .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: 10px;
    }

    section[data-cattype="903"] .owl-theme .owl-controls .owl-buttons .owl-next {
        right: 10px;
    }
}
