/* ====================== */
/* === General Styles === */
/* ====================== */

.scd-kcfep4506 {
    max-width: 1440px;
    margin: auto;
    /* padding: 0 8px; */
}

/* @media (min-width: 821px) {
    .scd-kcfep4506 {
        padding: 0 16px;
    }
} */

.scd-kcfep4506 * {
    font-size: 16px;
    font-weight: 400;
    font-family: "Staples Norms Pro";
    text-rendering: optimizeSpeed;
    /* text-rendering: optimizeLegibility; */
    font-variant-ligatures: none;
    font-feature-settings: 'liga' off;
    -webkit-font-smoothing: antialiased;
    /* -webkit-font-smoothing: subpixel-antialiased; */
}

.scd-kcfep4506 *,
.scd-kcfep4506 *::before,
.scd-kcfep4506 *::after {
    box-sizing: border-box;
}

.scd-kcfep4506 h1 {
    font-size: 32px;
}

.scd-kcfep4506 h2 {
    font-size: 26px;
}

.scd-kcfep4506 h3 {
    font-size: 20px;
}

.scd-kcfep4506 h1,
.scd-kcfep4506 h2,
.scd-kcfep4506 h3,
.scd-kcfep4506 h4,
.scd-kcfep4506 p,
.scd-kcfep4506 figure,
.scd-kcfep4506 blockquote,
.scd-kcfep4506 dl,
.scd-kcfep4506 dd {
    margin: 0;
}

.scd-kcfep4506 a {
    color: #CC0000;
}

.scd-kcfep4506 a:hover {
    color: #dd1700;
}

.scd-kcfep4506 a:not([class]) {
    text-decoration-skip-ink: auto;
}

.scd-kcfep4506 img,
.scd-kcfep4506 picture {
    width: 100%;
    display: block;
}

.scd-kcfep4506 span,
.scd-kcfep4506 input,
.scd-kcfep4506 button,
.scd-kcfep4506 textarea,
.scd-kcfep4506 select {
    font: inherit;
}

.scd-kcfep4506 ul {
    padding-left: 0;
    margin: 0;
}

.scd-kcfep4506 ul li {
    line-height: 1.4;
    margin-left: 25px;
}

/* ===================== */
/* === Helper Styles === */
/* ===================== */

.scd-kcfep4506 .shadow {
    box-shadow: 0px 1px 5px #dddddc;
}

.scd-kcfep4506 .shadow-light {
    box-shadow: 0px 0px 2px #dddddc;
}

.scd-kcfep4506 .border {
    border: 1px solid #dddddc;
}

.scd-kcfep4506 .shadow:hover,
.scd-kcfep4506 .shadow-light:hover {
    box-shadow: 0px 0px 15px #dddddc;
}

/* =================== */
/* === Text Styles === */
/* =================== */

.scd-kcfep4506 .label {
    margin-top: 0.25em;
    font-size: 12px;
}

.scd-kcfep4506 .emphasis {
    font-weight: 500;
}

.scd-kcfep4506 .big {
    font-size: 22px;
    font-weight: 500;
}

.scd-kcfep4506 .headline-lg {
    font-size: 48px;
    font-weight: 900;
    color: #cc0000;
}

.scd-kcfep4506 .headline-md {
    font-size: 36px;
    font-weight: 900;
    color: #cc0000;
}

.scd-kcfep4506 .headline-sm {
    font-size: 24px;
    font-weight: 900;
    color: #cc0000;
}

/* =================== */
/* === Link Styles === */
/* =================== */

.scd-kcfep4506 .link {
    color: #0875e2;
    text-decoration: none;
}

.scd-kcfep4506 .link:hover {
    text-decoration: underline;
}

.scd-kcfep4506 .link.secondary {
    color: #000000;
    text-decoration: underline;
}

.scd-kcfep4506 .link.secondary:hover {
    font-weight: 500;
}

.scd-kcfep4506 .link.on-dark {
    color: #ffffff;
    text-decoration: underline;
}

.scd-kcfep4506 .link.on-dark:hover {
    font-weight: 500;
}

/* ===================== */
/* === Button Styles === */
/* ===================== */

.scd-kcfep4506 .button {
    color: #ffffff;
    background: #cc0000;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    border-radius: 22px;
    border: none;
    padding: 7px 22px;
    text-decoration: none;
    cursor: pointer;
}

@media (min-width: 820px) {
    .scd-kcfep4506 .button {
        padding: 10px 30px;
    }
}

.scd-kcfep4506 .button:hover {
    color: #ffffff;
    background: #dd1700;
}

.scd-kcfep4506 .button.on-dark {
    color: #cc0000;
    background: #ffffff;
}

.scd-kcfep4506 .button.on-dark:hover {
    color: #cc0000;
    background: #f4f5f4;
}

.scd-kcfep4506 .button.secondary {
    color: #000000;
    background: #ffffff;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
}

.scd-kcfep4506 .button.secondary:hover {
    color: #000000;
    background: #f4f5f4;
}

.scd-kcfep4506 .button.secondary.on-dark {
    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
}

.scd-kcfep4506 .button.secondary.on-dark:hover {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.1);
}

.scd-kcfep4506 .button.disabled {
    color: #ffffff;
    background: #dddddc;
    pointer-events: none;
}

.scd-kcfep4506 .button.disabled:hover {
    color: #ffffff;
    background: #dddddc;
    pointer-events: none;
}

/* ================== */
/* === Checkboxes === */
/* ================== */

.scd-kcfep4506 .cbox-row {
    display: block;
}

.scd-kcfep4506 .cbox-row input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.scd-kcfep4506 .cbox-row input:checked+label:before {
    background-color: #0875e2;
    border: 1px solid #0875e2;
}

.scd-kcfep4506 .cbox-row input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 6px;
    width: 6px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.scd-kcfep4506 .cbox-row label {
    position: relative;
    cursor: pointer;
}

.scd-kcfep4506 .cbox-row label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #979797;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 4px;
    top: -1px;
}

/* ===================== */
/* === Radio Buttons === */
/* ===================== */

.scd-kcfep4506 .radio-row input:checked,
.scd-kcfep4506 .radio-row input:not(:checked) {
    position: absolute;
    left: -9999px;
}

.scd-kcfep4506 .radio-row input:checked+label,
.scd-kcfep4506 .radio-row input:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}

.scd-kcfep4506 .radio-row input:checked+label:before,
.scd-kcfep4506 .radio-row input:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 18px;
    height: 18px;
    border: 1px solid #979797;
    border-radius: 100%;
    background: #ffffff;
}

.scd-kcfep4506 .radio-row input:checked+label:after,
.scd-kcfep4506 .radio-row input:not(:checked)+label:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 3px;
    left: 4px;
    border-radius: 100%;
}

.scd-kcfep4506 .radio-row input:checked+label:before {
    background: #0875e2;
    border: none;
}

.scd-kcfep4506 .radio-row input:checked+label:after {
    opacity: 1;
    transform: scale(1);
    background: #ffffff;
}

.scd-kcfep4506 .radio-row input:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

/* ================================== */
/* === Normalization (2024-05-15) === */
/* ================================== */

.scd-kcfep4506 ol,
.scd-kcfep4506 ul,
.scd-kcfep4506 li {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-decoration: inherit;
}

.scd-kcfep4506 ol,
.scd-kcfep4506 ul {
    margin-bottom: 15px;
}

.scd-kcfep4506 a {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
}

.scd-kcfep4506 b {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    font-style: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
}

.scd-kcfep4506 i {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: italic;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
}

.scd-kcfep4506 u {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: underline;
}

.scd-kcfep4506 span {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-decoration: inherit;
}

.scd-kcfep4506 sup,
.scd-kcfep4506 sub {
    color: inherit;
    font-size: 60%;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: 0.5;
    letter-spacing: inherit;
    text-decoration: inherit;
}

.scd-kcfep4506 sub {
    top: unset;
}

.scd-kcfep4506 sup {
    bottom: unset;
}

/* ========================= */
/* ===== scd-kcfep4506 ===== */
/* ========================= */

.scd-kcfep4506 .inner {
    position: relative;
    overflow: hidden;
}

.scd-kcfep4506 .inner .text-wrap {
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    color: #000;
    padding: 30px 8px 0;
    background: var(--linear-gradient-app, linear-gradient(90deg, #F2F2F2 0%, #E2E2E2 100%));
    z-index: 3;
}

.scd-kcfep4506.blue .inner .text-wrap {
    min-height: 360px;
    color: #fff;
    background: var(--Blue-Gradient, linear-gradient(87deg, #0056AC 0.79%, #034F9C 99.21%));
}

.scd-kcfep4506 .inner .text-wrap .eyebrow {}

.scd-kcfep4506.blue .inner .text-wrap .eyebrow {
    display: flex;
    padding: 6px 11px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #0056AC;
    leading-trim: both;
    text-edge: cap;
    font-family: "Staples Norms Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.32px;
    border-radius: 4px;
    background: var(--OMNI-Brand-Colors-Secondary-White, #FFF);
    margin-bottom: 18px;
}

.scd-kcfep4506 .inner .text-wrap h1 {
    max-width: 300px;
    leading-trim: both;
    text-edge: cap;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.8px;
    margin-bottom: 18px;
    z-index: 3;
}

.scd-kcfep4506.blue .inner .text-wrap h1 {
    max-width: 350px;
}

.scd-kcfep4506 .inner .text-wrap .sub-text {
    max-width: 340px;
    leading-trim: both;
    text-edge: cap;
    font-size: 16px;
    font-weight: 450;
    line-height: 1.25;
    letter-spacing: -0.4px;
    margin-bottom: 18px;
    z-index: 3;
}

.scd-kcfep4506 .inner .text-wrap .review-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-family: "Motiva Sans", sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 20px;
    z-index: 3;
}

.scd-kcfep4506 .inner .text-wrap .review-wrap .stars-wrap {
    display: flex;
    gap: 5px;
    z-index: 3;
}

.scd-kcfep4506 .inner .text-wrap .review-wrap .stars-wrap .star {
    z-index: 3;
}

.scd-kcfep4506 .inner .text-wrap .button-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    z-index: 3;
}

.scd-kcfep4506 .inner .text-wrap .button-wrap .cta {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

.scd-kcfep4506.alt .inner .text-wrap .button-wrap .cta {
    display: none;
}

.scd-kcfep4506 .inner .text-wrap .button-wrap .app-button {
    display: none;
    height: 44px;
    width: auto;
}

.scd-kcfep4506.alt .inner .text-wrap .button-wrap .app-button {
    display: inline-block;
}

.scd-kcfep4506 .inner .text-wrap .button-wrap .download {
    display: inline;
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.scd-kcfep4506 .inner .exclusions {
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 450;
    line-height: 1.5;
    margin-top: 20px;
    z-index: 3;
}

.scd-kcfep4506 .inner .exclusions.desktop {
    display: none;
}

.scd-kcfep4506 .inner .phones {
    position: absolute;
    bottom: 0px;
    right: calc(50% - 170px);
    width: 340px;
    z-index: 1;
}

.scd-kcfep4506.alt .inner .phones {
    position: absolute;
    bottom: -16px;
    right: calc(50% - 188px);
    width: 376px;
    z-index: 1;
}

.scd-kcfep4506.blue .inner .phones {
    display: none;
}

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

/* Small devices (landscape phones, 600px and up) */
@media (min-width: 600px) {

    .scd-kcfep4506 .inner .text-wrap {
        min-height: 370px;
        justify-content: center;
        align-items: flex-start;
        text-align: left;
        padding: 0 0 0 32px;
    }

    .scd-kcfep4506.blue .inner .text-wrap {
        min-height: 360px;
    }

    .scd-kcfep4506.blue .inner .text-wrap h1 {}

    .scd-kcfep4506 .inner .text-wrap .sub-text {
        max-width: 310px;
        font-size: 20px;
        letter-spacing: -0.4px;
        margin-bottom: 18px;
    }

    .scd-kcfep4506 .inner .phones {
        bottom: -10px;
        right: 1%;
        width: 320px;
    }

    .scd-kcfep4506.alt .inner .phones {
        bottom: -26px;
        right: -62px;
        width: 360px;
    }

    .scd-kcfep4506.blue .inner .phones {
        display: inline-block;
    }

}

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

    .scd-kcfep4506 .inner .text-wrap {
        padding: 0 0 0 56px;
    }

    .scd-kcfep4506 .inner .text-wrap h1 {
        max-width: 500px;
        font-size: 60px;
        letter-spacing: -1.2px;
    }

    .scd-kcfep4506.blue .inner .text-wrap h1 {
        max-width: 400px;
        font-size: 40px;
        letter-spacing: -1.1px;
    }

    .scd-kcfep4506 .inner .text-wrap .button-wrap .cta {
        display: none;
    }

    .scd-kcfep4506 .inner .text-wrap .button-wrap .app-button {
        display: inline-block;
    }

    /* .scd-kcfep4506 .inner .text-wrap .button-wrap .download {
        width: 24px;
        height: 24px;
    } */

    .scd-kcfep4506 .inner .phones {
        bottom: -20px;
        right: 5%;
        width: 450px;
    }

    .scd-kcfep4506.alt .inner .phones {
        bottom: -20px;
        right: -40px;
        width: 450px;
    }

}

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

    .scd-kcfep4506 .inner .text-wrap {
        padding: 0 0 0 80px;
    }

    .scd-kcfep4506 .inner .phones {
        bottom: -66px;
        right: 10%;
        width: 550px;
    }

    .scd-kcfep4506.alt .inner .phones {
        bottom: -66px;
        right: 5%;
        width: 550px;
    }

}

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

    .scd-kcfep4506 .inner .text-wrap {
        min-height: 344px;
        padding: 0 0 0 100px;
    }

    .scd-kcfep4506.blue .inner .text-wrap {
        min-height: 388px;
    }

    .scd-kcfep4506.blue .inner .text-wrap h1 {
        max-width: 400px;
        font-size: 48px;
        letter-spacing: -0.96px;
    }

    .scd-kcfep4506 .inner .text-wrap .sub-text {
        max-width: 410px;
    }

    .scd-kcfep4506 .inner .exclusions.desktop {
        display: inline-block;
        position: absolute;
        max-width: 150px;
        text-align: left;
        bottom: 26px;
        right: 18px;
    }

    .scd-kcfep4506 .inner .exclusions.mobile {
        display: none;
    }

    .scd-kcfep4506 .inner .phones {
        bottom: -66px;
        right: 10%;
        width: 560px;
    }

    .scd-kcfep4506.alt .inner .phones {
        bottom: -66px;
        right: 10%;
        width: 560px;
    }

    .scd-kcfep4506.blue .inner .phones {
        bottom: -66px;
        right: 16%;
        width: 560px;
    }

}

/* XX-Large devices (extra large desktops, 1400px and up) */
@media (min-width: 1400px) {

    .scd-kcfep4506 .inner .text-wrap {
        min-height: 344px;
        padding: 0 0 0 230px;
    }

}