/* Integration layer: keeps the downloaded reference design isolated from BNP's shared menu/footer. */
body {
    margin: 0;
    background: #fff
}

.bnp-site-header {
    position: relative;
    z-index: 1000
}

.bnp-site-header *,
.bnp-final-footer * {
    box-sizing: border-box
}

.bnp-site-header button,
.bnp-site-header input,
.bnp-site-header select,
.bnp-site-header textarea {
    font: inherit
}

.bnp-site-header ul,
.bnp-final-footer ul {
    margin: 0;
    padding: 0
}

.bnp-site-header img,
.bnp-final-footer img {
    display: inline-block
}

.bnp-site-header a,
.bnp-final-footer a {
    text-decoration: none
}

.bnp-final-footer {
    position: relative;
    z-index: 2
}

/* The imported Tailwind reset also defines .container. These rules restore the shared shell. */
.bnp-site-header .container,
.bnp-final-footer .container {
    width: min(100%, 1320px) !important;
    max-width: 1320px !important;
    margin-inline: auto !important;
    padding-inline: 28px !important
}

.bnp-header-row {
    min-height: 82px !important
}

.bnp-header-brand-text strong {
    font-size: 17px !important;
    line-height: 1.15 !important
}

.bnp-header-brand-text small {
    font-size: 11px !important;
    line-height: 1.2 !important
}

.bnp-navigation-list>li>a,
.bnp-resources-trigger {
    font-size: 13px !important;
    line-height: 1.3 !important
}

.bnp-resources-menu strong {
    font-size: 13px !important
}

.bnp-resources-menu small {
    font-size: 11px !important
}

.bnp-header-request-button span {
    font-size: 12px !important
}

.bnp-header-request-button small {
    font-size: 9px !important
}

.bnp-site-header .fa,
.bnp-final-footer .fa {
    display: inline-block !important;
    font-family: FontAwesome !important;
    font-style: normal !important;
    font-weight: normal !important;
    line-height: 1 !important
}

.bnp-resources-trigger .fa {
    font-size: 12px !important
}

.bnp-resource-icon .fa {
    font-size: 18px !important;
    color: #fff !important
}

.bnp-header-request-button>.fa {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 17px !important
}

.bnp-mobile-menu-button span {
    display: block !important
}

.bnp-final-footer {
    padding-top: 58px !important
}

.bnp-final-footer h3 {
    font-size: 17px !important;
    line-height: 1.3 !important
}

.bnp-final-footer a,
.bnp-final-brand p {
    font-size: 14px !important;
    line-height: 1.65 !important
}

.bnp-final-footer-bottom {
    font-size: 12px !important
}

main.flex-grow {
    min-width: 0
}

.reference-faq-answer {
    display: none !important;
    height: auto !important;
    opacity: 1 !important
}

.reference-faq-open .reference-faq-answer {
    display: block !important
}

.reference-faq-open [data-reference-faq-icon] {
    transform: rotate(45deg) !important;
    background: #c4161c !important;
    color: #fff !important
}

#hero .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: clamp(1rem, 3.5vh, 2.25rem)
}

#hero .hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 12px 20px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease
}

#hero .hero-btn:hover {
    transform: translateY(-2px)
}

#hero .hero-btn.primary {
    background: #c4161c;
    color: #fff;
    box-shadow: 0 10px 28px rgba(196, 22, 28, .3)
}

#hero .hero-btn.primary:hover {
    background: #a90f15
}

#hero .hero-btn.secondary {
    border-color: rgba(255, 255, 255, .35);
    background: rgba(255, 255, 255, .09);
    color: #fff;
    backdrop-filter: blur(8px)
}

#hero .hero-btn.secondary:hover {
    border-color: rgba(255, 255, 255, .7);
    background: rgba(255, 255, 255, .16)
}

#hero .hero-btn .fa {
    font-family: FontAwesome !important;
    font-style: normal !important;
    font-weight: normal !important
}

@media(max-width:767px) {
    .bnp-site-header {
        z-index: 1000
    }

    .bnp-site-header .container,
    .bnp-final-footer .container {
        padding-inline: 18px !important
    }

    .bnp-header-brand-text strong {
        font-size: 15px !important
    }

    .bnp-header-brand-text small {
        font-size: 10px !important
    }
}

@media(max-width:640px) {
    #hero .hero-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 6px
    }

    #hero .hero-btn {
        padding: 11px 10px;
        font-size: 13px
    }
}

.people-section {
    background: #f8fafc;
    padding: 80px 24px;
    overflow: hidden
}

.people-container {
    max-width: 1280px;
    margin: auto
}

.people-heading {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 48px
}

.people-eyebrow {
    display: inline-block;
    color: #c4161c;
    background: #fff0f0;
    border: 1px solid #f7c7c9;
    border-radius: 999px;
    padding: 6px 15px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em
}

.people-title {
    margin: 14px 0 0;
    color: #101828;
    font: 700 clamp(30px, 4vw, 48px)/1.15 Sora, Inter, sans-serif
}

.people-title-highlight {
    color: #c4161c
}

.people-intro {
    margin: 16px auto 0;
    color: #667085;
    line-height: 1.7
}

.people-group {
    margin-top: 48px
}

.people-group-title {
    margin: 0 0 20px;
    padding-left: 15px;
    border-left: 6px solid #c4161c;
    color: #101828;
    font: 700 23px/1.25 Sora, Inter, sans-serif
}

.people-scroll-frame {
    position: relative
}

.people-scroller {
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #c4161c #e9edf3;
    cursor: grab;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    padding: 8px 44px 20px
}

.people-scroller.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
    user-select: none
}

.people-track {
    display: flex;
    width: max-content;
    gap: 24px
}

@keyframes peopleContinuousLeftToRight {
    from { transform: translate3d(calc(-50% - 12px), 0, 0) }
    to { transform: translate3d(0, 0, 0) }
}

.people-scroller {
    scroll-snap-type: none;
    overflow-x: hidden
}

.people-track.people-track-autoplay {
    animation: peopleContinuousLeftToRight 42s linear infinite;
    will-change: transform
}

.people-scroll-frame:hover .people-track.people-track-autoplay {
    animation-play-state: running
}

@media (prefers-reduced-motion: reduce) {
    .people-track.people-track-autoplay { animation-duration: 42s }
}

.people-card {
    width: 230px;
    flex: 0 0 230px;
    text-align: center;
    scroll-snap-align: start;
    background: #fff;
    border: 1px solid #e4e8f0;
    border-radius: 20px;
    padding: 18px;
    box-shadow: 0 8px 25px rgba(16, 24, 40, .07)
}

.people-card-image {
    width: 164px;
    height: 164px;
    margin: auto;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #fff;
    box-shadow: 0 8px 22px rgba(16, 24, 40, .18)
}

.people-card-name {
    margin: 16px 0 0;
    color: #101828;
    font: 700 17px/1.3 Sora, Inter, sans-serif
}

.people-card-role {
    margin: 6px 0 0;
    color: #c4161c;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45
}

.people-card-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 12px 0 0;
    color: #667085;
    font-size: 12px;
    line-height: 1.55;
    text-align: left
}

.people-card-description.expanded {
    display: block
}

.people-card-more {
    margin-top: 9px;
    background: none;
    border: 0;
    color: #c4161c;
    font-size: 12px;
    font-weight: 800
}

.people-scroll-button {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    border: 0;
    border-radius: 50%;
    background: #c4161c;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    box-shadow: 0 8px 20px rgba(196, 22, 28, .28)
}

.people-scroll-button:disabled {
    opacity: .3
}

.people-scroll-left {
    left: 0
}

.people-scroll-right {
    right: 0
}

@media(max-width:640px) {
    .people-section {
        padding: 64px 14px
    }

    .people-scroller {
        padding-inline: 8px
    }

    .people-scroll-button {
        display: none
    }

    .people-card {
        width: 205px;
        flex-basis: 205px
    }

    .people-card-image {
        width: 145px;
        height: 145px
    }
}
