<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ===================== */
/* ===== kcfep1392 ===== */
/* ===================== */

.scd-kcfep1392 {
    /* max-width: 1320px; */
    /* min-height: 610px; */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #cc0000;
    font-family: "Staples Norms Pro";
    color: #ffffff;
    padding: 60px 0;
}
.scd-kcfep1392 .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 40px;
}

.scd-kcfep1392 .why {
    font-family: "Staples Norms Pro";
    max-width: 300px;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin: 0 0 30px 0;
    text-align: center;
}

.scd-kcfep1392 .one_third {
    font-family: "Staples Norms Pro";
    width: 318px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.scd-kcfep1392 .numbers {
    font-family: "Staples Norms Pro";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin: 0 0 16px 0;
}
.scd-kcfep1392 .text {
    font-family: "Staples Norms Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}
.scd-kcfep1392 .spacer {
    width: 167px;
    height: 2px;
    margin: 25px auto 25px auto;
    background-color: rgba(0, 0, 0, 0.17);
}

.scd-kcfep1392 .advantage {
    max-width: 250px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin: 36px auto 0 auto;
    text-align: center;
}
.scd-kcfep1392 a.button.secondary {
    color: #000000;
    font-family: "Staples Norms Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    border-radius: 28px;
    background-color: #ffffff;
    text-decoration: none;
    padding: 16px 40px;
}

/* ===================== */
/* === Media Queries === */
/* ===================== */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .scd-kcfep1392 .why {
        max-width: unset;
    }
    .scd-kcfep1392 .numbers {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
        margin-bottom: 14px;
    }
    .scd-kcfep1392 .text {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .scd-kcfep1392 {
        padding: 48px 0 60px;
    }

    .scd-kcfep1392 .inner {
        flex-direction: row;
        padding: 0;
        align-items: flex-start;
    }

    .scd-kcfep1392 .why {
        max-width: unset;
        font-size: 38px;
        font-style: normal;
        font-weight: 700;
        line-height: 38px;
        margin: 0 0 40px 0;
    }

    .scd-kcfep1392 .one_third {
        width: 310px;
        padding: 30px 0;
    }

    .scd-kcfep1392 .one_third.first {
        border-right: 2px solid rgba(0, 0, 0, 0.17);
    }

    .scd-kcfep1392 .one_third.last {
        border-left: 2px solid rgba(0, 0, 0, 0.17);
    }

    .scd-kcfep1392 .one_third.middle {
        width: 360px;
    }
    .scd-kcfep1392 .numbers {
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 0.9;
        margin: 0 0 18px 0;
    }
    .scd-kcfep1392 .text {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 1.4;
    }
    .scd-kcfep1392 .spacer {
        width: 2px;
        height: 167px;
        margin: 0;
        display: none;
    }

    .scd-kcfep1392 .advantage {
        max-width: unset;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        margin: 40px auto 0 auto;
    }

    .scd-kcfep1392 a.button.secondary {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        border-radius: 41px;
        padding: 16px 40px;
    }

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .scd-kcfep1392 .one_third {
        width: 371px;
    }
    .scd-kcfep1392 .one_third.middle {
        width: 371px;
    }

    .scd-kcfep1392 .numbers {
        font-size: 40px;
        margin: 0 0 24px 0;
    }

    .scd-kcfep1392 .text {
        font-size: 16px;
        line-height: 1.4;
    }

    .scd-kcfep1392 a.button.secondary {
        font-size: 20px;
        padding: 16px 40px;
    }
}

/* XX-Large devices (extra large desktops, 1400px and up) */
@media (min-width: 1400px) {
    
    .scd-kcfep1392 .one_third,
    .scd-kcfep1392 .one_third.middle {
        width: 415px;
    }

    .scd-kcfep1392 a.button.secondary {
        font-size: 24px;
        padding: 17px 40px;
    }

}</pre></body></html>