body.page-id-7545 .site-content > .ast-container {
    max-width: none;
    padding-inline: 0;
}

body.page-id-7545 .site-main,
body.page-id-7545 .entry-content,
body.page-id-7545 .entry-content > .wp-block-html {
    margin: 0;
}

.bic-about-v2 {
    --ba-ink: #071426;
    --ba-navy: #0d2846;
    --ba-blue: #2f80ed;
    --ba-cyan: #43b7e8;
    --ba-mint: #37d6a3;
    --ba-paper: #f5f8fc;
    --ba-line: #dce5ef;
    --ba-text: #3d4b5f;
    --ba-muted: #66758a;
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    overflow: clip;
    color: var(--ba-text);
}

.bic-about-v2 *,
.bic-about-v2 *::before,
.bic-about-v2 *::after {
    box-sizing: border-box;
}

.bic-about-v2 h1,
.bic-about-v2 h2,
.bic-about-v2 h3,
.bic-about-v2 p {
    margin-top: 0;
}

.bic-about-shell {
    width: min(calc(100% - 64px), 1560px);
    margin-inline: auto;
}

.bic-about-eyebrow {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    margin-bottom: 18px;
    color: #94ddf5;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.bic-about-eyebrow::before {
    width: 24px;
    height: 2px;
    background: linear-gradient(90deg, var(--ba-blue), var(--ba-mint));
    content: "";
}

.bic-about-eyebrow--dark {
    color: var(--ba-blue);
}

.bic-about-hero {
    position: relative;
    padding: 94px 0 0;
    color: #fff;
    background:
        radial-gradient(circle at 86% 12%, rgba(67,183,232,.2), transparent 32%),
        linear-gradient(132deg, #061225, #0c2949);
}

.bic-about-hero::before {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(to bottom, #000, transparent);
    content: "";
}

.bic-about-hero__grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(440px, .92fr);
    gap: clamp(64px, 8vw, 140px);
    align-items: center;
    padding-bottom: 86px;
}

.bic-about-hero h1 {
    margin-bottom: 12px;
    color: #fff;
    font-size: clamp(54px, 7vw, 96px);
    font-weight: 860;
    letter-spacing: -.06em;
    line-height: .96;
}

.bic-about-hero__claim {
    max-width: 820px;
    margin-bottom: 18px;
    color: #d9e8f4;
    font-size: clamp(21px, 2.3vw, 31px);
    font-weight: 690;
    line-height: 1.3;
}

.bic-about-hero__lead {
    max-width: 760px;
    margin-bottom: 30px;
    color: #aebfd2;
    font-size: 17px;
    line-height: 1.75;
}

.bic-about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.bic-about-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 13px 22px;
    border: 1px solid transparent;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 780;
    text-decoration: none !important;
}

.bic-about-button--primary {
    color: #fff !important;
    background: linear-gradient(120deg, #2478e8, #3ca9e8);
    box-shadow: 0 12px 30px rgba(47,128,237,.28);
}

.bic-about-button--secondary {
    border-color: rgba(255,255,255,.22);
    color: #fff !important;
    background: rgba(255,255,255,.06);
}

.bic-about-profile-card {
    display: grid;
    gap: 0;
    padding: 34px;
    border: 1px solid rgba(152,203,232,.23);
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(255,255,255,.095), rgba(255,255,255,.035));
    box-shadow: 0 30px 70px rgba(0,8,24,.28);
    backdrop-filter: blur(12px);
}

.bic-about-monogram {
    display: grid;
    width: 78px;
    height: 78px;
    margin-bottom: 28px;
    place-items: center;
    border: 1px solid rgba(85,206,230,.35);
    border-radius: 20px;
    color: #9be3f8;
    background: linear-gradient(145deg, rgba(47,128,237,.26), rgba(55,214,163,.12));
    font-size: 27px;
    font-weight: 880;
    letter-spacing: -.06em;
}

.bic-about-profile-card div {
    padding: 17px 0;
    border-top: 1px solid rgba(255,255,255,.1);
}

.bic-about-profile-card small,
.bic-about-profile-card strong,
.bic-about-profile-card div span {
    display: block;
}

.bic-about-profile-card small {
    margin-bottom: 5px;
    color: #8ba3bd;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.bic-about-profile-card strong {
    margin-bottom: 4px;
    color: #fff;
    font-size: 18px;
}

.bic-about-profile-card div span {
    color: #aebfd2;
    font-size: 12px;
}

.bic-about-metrics {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid #d5e1eb;
    border-bottom: 0;
    border-radius: 18px 18px 0 0;
    color: var(--ba-text);
    background: #fff;
    box-shadow: 0 -12px 42px rgba(0,8,24,.12);
}

.bic-about-metrics div {
    padding: 25px 28px;
}

.bic-about-metrics div + div {
    border-left: 1px solid var(--ba-line);
}

.bic-about-metrics strong,
.bic-about-metrics span {
    display: block;
}

.bic-about-metrics strong {
    margin-bottom: 5px;
    color: var(--ba-ink);
    font-size: 28px;
    font-weight: 850;
}

.bic-about-metrics span {
    color: var(--ba-muted);
    font-size: 12px;
}

.bic-about-intro,
.bic-about-career,
.bic-about-principles {
    padding: 108px 0;
}

.bic-about-intro__grid {
    display: grid;
    grid-template-columns: minmax(330px, .7fr) minmax(0, 1.3fr);
    gap: clamp(70px, 10vw, 180px);
}

.bic-about-intro h2,
.bic-about-career h2,
.bic-about-section-head h2 {
    margin-bottom: 0;
    color: var(--ba-ink);
    font-size: clamp(34px, 4.4vw, 56px);
    font-weight: 830;
    letter-spacing: -.05em;
    line-height: 1.04;
}

.bic-about-prose p,
.bic-about-section-head > p {
    color: var(--ba-muted);
    font-size: 17px;
    line-height: 1.8;
}

.bic-about-prose blockquote {
    margin: 32px 0 0;
    padding: 24px 28px;
    border-left: 4px solid var(--ba-blue);
    border-radius: 0 12px 12px 0;
    color: #224261;
    background: var(--ba-paper);
    font-size: 17px;
    font-weight: 650;
    line-height: 1.65;
}

.bic-about-career {
    border-block: 1px solid #e5ecf3;
    background: var(--ba-paper);
}

.bic-about-career h2 {
    margin-bottom: 48px;
}

.bic-about-timeline {
    max-width: 1180px;
    border-top: 1px solid #d5e1eb;
}

.bic-about-timeline article {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 46px;
    padding: 30px 0;
    border-bottom: 1px solid #d5e1eb;
}

.bic-about-timeline time {
    color: var(--ba-blue);
    font-size: 12px;
    font-weight: 820;
    letter-spacing: .04em;
}

.bic-about-timeline h3 {
    margin-bottom: 8px;
    color: var(--ba-ink);
    font-size: 21px;
    font-weight: 780;
}

.bic-about-timeline p {
    max-width: 760px;
    margin-bottom: 0;
    color: var(--ba-muted);
    font-size: 14px;
    line-height: 1.7;
}

.bic-about-credentials {
    padding: 108px 0 116px;
    color: #fff;
    background: linear-gradient(135deg, #071426, #102d4d);
}

.bic-about-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .65fr);
    gap: 70px;
    align-items: end;
    margin-bottom: 46px;
}

.bic-about-credentials .bic-about-section-head h2 {
    color: #fff;
}

.bic-about-credentials .bic-about-section-head > p {
    margin-bottom: 0;
    color: #9fb1c8;
    font-size: 14px;
}

.bic-about-credential-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.bic-about-credential-grid article {
    min-height: 150px;
    padding: 25px;
    border: 1px solid rgba(153,192,221,.17);
    border-radius: 14px;
    background: rgba(255,255,255,.055);
}

.bic-about-credential-grid strong,
.bic-about-credential-grid span {
    display: block;
}

.bic-about-credential-grid strong {
    margin-bottom: 9px;
    color: #fff;
    font-size: 18px;
}

.bic-about-credential-grid span {
    color: #9fb1c8;
    font-size: 13px;
    line-height: 1.55;
}

.bic-about-principles .bic-about-section-head {
    grid-template-columns: 1fr;
}

.bic-about-principles__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.bic-about-principles__grid article {
    min-height: 260px;
    padding: 27px;
    border: 1px solid var(--ba-line);
    border-radius: 16px;
    background: #fff;
}

.bic-about-principles__grid article > span {
    display: block;
    margin-bottom: 38px;
    color: var(--ba-blue);
    font-family: ui-monospace, monospace;
    font-size: 12px;
    font-weight: 850;
}

.bic-about-principles__grid h3 {
    margin-bottom: 10px;
    color: var(--ba-ink);
    font-size: 20px;
    font-weight: 780;
}

.bic-about-principles__grid p {
    margin-bottom: 0;
    color: var(--ba-muted);
    font-size: 14px;
    line-height: 1.68;
}

.bic-about-cta {
    margin-bottom: 104px;
}

.bic-about-cta .bic-about-shell {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
    padding: 58px;
    border-radius: 22px;
    color: #fff;
    background:
        radial-gradient(circle at 90% 10%, rgba(67,183,232,.22), transparent 34%),
        linear-gradient(128deg, #0a1a31, #102d4d);
}

.bic-about-cta h2 {
    max-width: 900px;
    margin-bottom: 12px;
    color: #fff;
    font-size: clamp(32px, 4vw, 50px);
    font-weight: 820;
    letter-spacing: -.045em;
    line-height: 1.06;
}

.bic-about-cta p {
    max-width: 760px;
    margin-bottom: 0;
    color: #a9bbcf;
    font-size: 15px;
    line-height: 1.7;
}

@media (max-width: 980px) {
    .bic-about-shell {
        width: min(100% - 36px, 760px);
    }

    .bic-about-hero__grid,
    .bic-about-intro__grid,
    .bic-about-section-head {
        grid-template-columns: 1fr;
    }

    .bic-about-profile-card {
        max-width: 650px;
    }

    .bic-about-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bic-about-metrics div:nth-child(3) {
        border-left: 0;
    }

    .bic-about-metrics div:nth-child(-n+2) {
        border-bottom: 1px solid var(--ba-line);
    }

    .bic-about-credential-grid,
    .bic-about-principles__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bic-about-cta .bic-about-shell {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .bic-about-shell {
        width: min(100% - 30px, 560px);
    }

    .bic-about-hero {
        padding-top: 58px;
    }

    .bic-about-hero__grid {
        gap: 40px;
        padding-bottom: 50px;
    }

    .bic-about-hero h1 {
        font-size: 52px;
    }

    .bic-about-actions {
        display: grid;
    }

    .bic-about-button {
        width: 100%;
    }

    .bic-about-profile-card {
        padding: 25px;
    }

    .bic-about-metrics div {
        padding: 19px 16px;
    }

    .bic-about-metrics strong {
        font-size: 23px;
    }

    .bic-about-intro,
    .bic-about-career,
    .bic-about-principles,
    .bic-about-credentials {
        padding: 70px 0;
    }

    .bic-about-timeline article {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .bic-about-credential-grid,
    .bic-about-principles__grid {
        grid-template-columns: 1fr;
    }

    .bic-about-principles__grid article {
        min-height: 0;
    }

    .bic-about-cta {
        margin-bottom: 70px;
    }

    .bic-about-cta .bic-about-shell {
        padding: 34px 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bic-about-v2 *,
    .bic-about-v2 *::before,
    .bic-about-v2 *::after {
        transition-duration: .01ms !important;
    }
}
