/* CEO core values: editorial timeline, intentionally card-free. */
html body.page-home #section-4 .ceo-value-card {
    position: relative !important;
    width: 362px !important;
    min-height: 0 !important;
    align-self: center !important;
    padding: 12px 0 12px 28px !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

html body.page-home #section-4 .ceo-value-card__eyebrow {
    margin: 0 0 26px !important;
    padding: 0 !important;
    border: 0 !important;
    color: #20252b !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
}

html body.page-home #section-4 .ceo-value-card__list {
    position: relative !important;
    display: grid !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    counter-reset: ceo-value !important;
}

html body.page-home #section-4 .ceo-value-card__list::before {
    content: "";
    position: absolute;
    top: 23px;
    bottom: 23px;
    left: 23px;
    width: 1px;
    background: #cbdcff;
}

html body.page-home #section-4 .ceo-value-card__item {
    position: relative !important;
    z-index: 1 !important;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 76px !important;
    margin: 0 !important;
    padding: 0 0 0 70px !important;
    border: 0 !important;
    border-bottom: 1px solid #e2e9f4 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #20252b !important;
    font-size: 19px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    text-align: left !important;
    counter-increment: ceo-value !important;
    transform: none !important;
    transition: color 180ms ease, padding-left 220ms ease !important;
}

html body.page-home #section-4 .ceo-value-card__item:last-child {
    border-bottom: 0 !important;
}

html body.page-home #section-4 .ceo-value-card__item::before {
    content: counter(ceo-value, decimal-leading-zero);
    position: absolute;
    top: 50%;
    left: 0;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 1px solid #bcd2ff;
    border-radius: 50%;
    background: #f4f7fc;
    color: #20252b;
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    transform: translateY(-50%);
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 220ms ease !important;
}

@media (hover: hover) and (pointer: fine) {
    html body.page-home #section-4 .ceo-value-card__item:hover {
        padding-left: 76px !important;
        color: #1e5eff !important;
        background: transparent !important;
        box-shadow: none !important;
        transform: none !important;
    }

    html body.page-home #section-4 .ceo-value-card__item:hover::before {
        border-color: #1e5eff;
        background: #1e5eff;
        color: #fff;
        box-shadow: 0 0 0 6px rgba(30, 94, 255, 0.1);
    }
}

@media (max-width: 860px) {
    html body.page-home #section-4 .ceo-value-card {
        width: 100% !important;
        padding: 0 !important;
    }

    html body.page-home #section-4 .ceo-value-card__eyebrow {
        margin-bottom: 10px !important;
        font-size: 12px !important;
    }

    html body.page-home #section-4 .ceo-value-card__list {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        column-gap: 16px !important;
    }

    html body.page-home #section-4 .ceo-value-card__list::before {
        display: none !important;
    }

    html body.page-home #section-4 .ceo-value-card__item {
        min-height: 44px !important;
        padding: 0 0 0 34px !important;
        border-bottom: 1px solid #e2e9f4 !important;
        font-size: 13px !important;
    }

    html body.page-home #section-4 .ceo-value-card__item::before {
        width: 25px;
        height: 25px;
        font-size: 9px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html body.page-home #section-4 .ceo-value-card__item,
    html body.page-home #section-4 .ceo-value-card__item::before {
        transition: none !important;
    }
}
