/* BMI About page reconstructed from About.png on a fixed 1920 x 2261 artboard. */
:root {
    --about-board-width: 1920;
    --about-board-height: 2412;
    --board-scale: 1;
    --about-blue: #175da9;
    --about-ink: #282828;
}

html,
body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: #ffffff;
}

.bmi-about-page,
.bmi-about-page button,
.bmi-about-page input {
    font-family: "Lato", Arial, Helvetica, sans-serif;
}

.bmi-about-page * {
    box-sizing: border-box;
}

.bmi-about-page .fit-shell {
    display: grid;
    width: 100%;
    place-items: start center;
    overflow: hidden;
    background: #ffffff;
}

.bmi-about-page .fit-box {
    position: relative;
    width: 1920px;
    height: 2412px;
    overflow: hidden;
}

.bmi-about-page .artboard {
    --site-footer-position: absolute;
    --site-footer-top: 1952px;
    position: relative;
    width: 1920px;
    height: 2412px;
    overflow: hidden;
    transform: scale(var(--board-scale));
    transform-origin: top left;
    background: #ffffff;
}

/* Banner */
.bmi-about-page .about-hero {
    position: absolute;
    top: 144px;
    left: 0;
    width: 1920px;
    height: 300px;
    overflow: hidden;
}

.bmi-about-page .about-hero-image {
    position: absolute;
    top: 0;
    left: 2px;
    display: block;
    width: 1918px;
    height: 300px;
    max-width: none;
}

.bmi-about-page .about-hero h1 {
    position: absolute;
    top: 103px;
    left: 159px;
    width: auto;
    white-space: nowrap;
    height: 92px;
    margin: 0;
    color: #ffffff;
    font-size: 76px;
    font-weight: 700;
    line-height: 92px;
    letter-spacing: 0;
}

/* Three CMS child-channel tabs. */
.bmi-about-page .about-breadcrumb {
    position: absolute;
    top: 479px;
    left: 160px;
    z-index: 2;
    display: flex;
    align-items: center;
    height: 24px;
    color: var(--about-ink);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    white-space: nowrap;
}

.bmi-about-page .about-breadcrumb a {
    color: var(--about-ink);
    text-decoration: none;
}

.bmi-about-page .about-breadcrumb a:hover,
.bmi-about-page .about-breadcrumb a:focus-visible {
    color: var(--about-blue);
}

.bmi-about-page .about-breadcrumb a:focus-visible {
    outline: 2px solid rgba(23, 93, 169, 0.45);
    outline-offset: 3px;
}

.bmi-about-page .about-breadcrumb-sep {
    margin: 0 3px;
}

.bmi-about-page .about-breadcrumb-current {
    color: var(--about-blue);
}

.bmi-about-page .about-tabs {
    position: absolute;
    top: 515px;
    left: 0;
    width: 1920px;
    height: 71px;
    border-bottom: 1px solid #dddddd;
    background: #ffffff;
}

.bmi-about-page .about-tabs-inner {
    position: absolute;
    top: 0;
    left: 160px;
    display: flex;
    gap: 42px;
    height: 71px;
}

.bmi-about-page .about-tab {
    position: relative;
    display: flex;
    flex: 0 0 158px;
    width: 158px;
    height: 71px;
    align-items: center;
    justify-content: center;
    padding-top: 1px;
    color: #282828;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}

.bmi-about-page .about-tab.is-active {
    color: var(--about-blue);
}

.bmi-about-page .about-tab.is-active::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 3px;
    background: var(--about-blue);
    content: "";
}

/* Profile content */
.bmi-about-page .about-profile {
    position: absolute;
    top: 586px;
    left: 0;
    width: 1920px;
    height: 1282px;
    background: #ffffff;
}

.bmi-about-page .about-profile h2 {
    position: absolute;
    top: 87px;
    left: 0;
    width: 1920px;
    height: 58px;
    margin: 0;
    color: #175da9;
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    text-align: center;
}

.bmi-about-page .about-profile-media {
    position: absolute;
    top: 180px;
    left: 0;
    width: 1920px;
    height: 513px;
}

.bmi-about-page .about-brand-panel {
    position: absolute;
    top: 6px;
    left: 160px;
    width: 800px;
    height: 500px;
    background: var(--about-blue);
}

.bmi-about-page .about-brand-logo {
    position: absolute;
    top: 166px;
    left: 308px;
    display: block;
    width: 505px;
    height: 180px;
    max-width: none;
}

.bmi-about-page .about-office-photo {
    position: absolute;
    top: 0;
    left: 960px;
    display: block;
    width: 800px;
    height: 513px;
    max-width: none;
}

.bmi-about-page .about-copy {
    position: absolute;
    top: 738px;
    left: 160px;
    width: 1600px;
    height: auto;
    color: #282828;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
}

.bmi-about-page .about-copy-block {
    /* flow layout keeps translated paragraphs from overlapping */
    position: static;
    left: 0;
    width: 1600px;
    height: auto;
    margin: 0 0 28px;
    padding: 0;
}

.bmi-about-page .about-copy-block span {
    display: block;
    width: 1600px;
    max-width: 100%;
    min-height: 28px;
    height: auto;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
}

.bmi-about-page .about-copy-intro {
    top: auto;
}

.bmi-about-page .about-copy-quality {
    top: auto;
}

.bmi-about-page .about-copy-team {
    top: auto;
}

.bmi-about-page .about-copy-vision {
    top: auto;
}

@media (max-width: 1279px) {
    .bmi-about-page .fit-shell {
        display: block;
        overflow: visible;
    }

    .bmi-about-page .fit-box {
        width: 100% !important;
        height: auto !important;
        overflow: visible;
    }

    .bmi-about-page .artboard {
        --site-footer-position: relative;
        --site-footer-top: auto;
        width: 100%;
        height: auto;
        overflow: visible;
        transform: none !important;
    }

    .bmi-about-page .about-hero {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: 300px;
    }

    .bmi-about-page .about-hero-image {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: 100%;
        object-fit: cover;
    }

    .bmi-about-page .about-hero h1 {
        top: 50%;
        left: 0;
        width: auto;
        height: auto;
        padding: 0 32px;
        font-size: 48px;
        line-height: 1.1;
        white-space: normal;
        transform: translateY(-50%);
    }

    .bmi-about-page .about-tabs {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        overflow-x: auto;
    }

    .bmi-about-page .about-breadcrumb {
        position: relative;
        top: auto;
        left: auto;
        z-index: auto;
        height: 56px;
        padding: 0 32px;
        font-size: 18px;
        line-height: 24px;
    }

    .bmi-about-page .about-tabs-inner {
        position: relative;
        left: auto;
        width: max-content;
        height: auto;
        min-width: 100%;
        gap: 12px;
        padding: 0 24px;
    }

    .bmi-about-page .about-tab {
        flex-basis: 136px;
        width: 136px;
        min-height: 56px;
        height: auto;
        font-size: 17px;
    }

    .bmi-about-page .about-profile {
        position: static;
        width: 100%;
        height: auto;
        padding: 56px 32px 72px;
    }

    .bmi-about-page .about-profile h2 {
        position: static;
        width: auto;
        height: auto;
        margin: 0 0 36px;
        font-size: 38px;
        line-height: 1.2;
    }

    .bmi-about-page .about-profile-media {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        height: auto;
    }

    .bmi-about-page .about-brand-panel {
        position: relative;
        top: auto;
        left: auto;
        display: grid;
        width: 100%;
        height: auto;
        min-height: 280px;
        place-items: center;
    }

    .bmi-about-page .about-brand-logo,
    .bmi-about-page .about-office-photo {
        position: static;
        width: 100%;
        height: auto;
        max-width: 100%;
        object-fit: cover;
    }

    .bmi-about-page .about-brand-logo {
        width: min(72%, 380px);
    }

    .bmi-about-page .about-office-photo {
        aspect-ratio: 800 / 513;
    }

    .bmi-about-page .about-copy,
    .bmi-about-page .about-copy-block {
        position: static;
        width: 100%;
        height: auto;
    }

    .bmi-about-page .about-copy {
        margin-top: 36px;
        font-size: 17px;
        line-height: 1.75;
    }

    .bmi-about-page .about-copy-block {
        margin: 0 0 24px;
    }

    .bmi-about-page .about-copy-block span {
        width: auto;
        height: auto;
        white-space: normal;
    }

    .bmi-about-page .site-footer {
        position: relative;
        top: auto;
        width: 100%;
        height: auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        padding: 44px 24px;
    }

    .bmi-about-page .site-footer .footer-social,
    .bmi-about-page .site-footer .footer-line,
    .bmi-about-page .site-footer .footer-privacy,
    .bmi-about-page .site-footer .footer-badge {
        position: static;
        width: auto;
        height: auto;
        margin: 0;
        transform: none;
    }

    .bmi-about-page .site-footer .footer-line {
        white-space: normal;
        line-height: 1.55;
    }
}

@media (max-width: 680px) and (max-width: 1279px) {
    .bmi-about-page .about-hero {
        height: auto;
        aspect-ratio: 1918 / 300;
    }

    .bmi-about-page .about-hero-image {
        object-fit: contain;
    }

    .bmi-about-page .about-hero h1 {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip-path: inset(50%);
        white-space: nowrap;
        transform: none;
        font-size: 38px;
    }

    .bmi-about-page .about-profile {
        padding: 40px 20px 56px;
    }

    .bmi-about-page .about-breadcrumb {
        height: 48px;
        padding: 0 20px;
        font-size: 16px;
    }

    .bmi-about-page .about-tabs-inner {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 100%;
        gap: 0;
        padding: 0;
    }

    .bmi-about-page .about-tab {
        width: auto;
        min-width: 0;
        flex-basis: auto;
        padding-inline: 6px;
        font-size: 15px;
        text-align: center;
    }

    .bmi-about-page .about-profile h2 {
        font-size: 31px;
    }

    .bmi-about-page .about-profile-media {
        grid-template-columns: 1fr;
    }

    .bmi-about-page .about-brand-panel {
        min-height: 200px;
    }
}
