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

.scd-kcfep1665 {
    scroll-behavior: smooth;
    max-width: 1440px;
    margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.scd-kcfep1665 .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-kcfep1665 .cbox-row label {
    position: relative;
    cursor: pointer;
}

.scd-kcfep1665 .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-kcfep1665 .radio-row input:checked,
.scd-kcfep1665 .radio-row input:not(:checked) {
    position: absolute;
    left: -9999px;
}
  
.scd-kcfep1665 .radio-row input:checked + label,
.scd-kcfep1665 .radio-row input:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
  
.scd-kcfep1665 .radio-row input:checked + label:before,
.scd-kcfep1665 .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-kcfep1665 .radio-row input:checked + label:after,
.scd-kcfep1665 .radio-row input:not(:checked) + label:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 3px;
    left: 4px;
    border-radius: 100%;
}
  
.scd-kcfep1665 .radio-row input:checked + label:before {
    background: #0875e2;
    border: none;
}
  
.scd-kcfep1665 .radio-row input:checked + label:after {
    opacity: 1;
    transform: scale(1);
    background: #ffffff;
}
  
.scd-kcfep1665 .radio-row input:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

/* ===================== */
/* ===== kcfep1665 ===== */
/* ===================== */

.scd-kcfep1665 .inner {
    width: 100%;
    background-image: url(/sbd/cre/products/240130/kcfep1665/images/next-day-background.png);
    background-position: 61% 30%;
    background-size: 1000px;
    background-repeat: no-repeat;
    background-color: #F8F8F8;
}
.scd-kcfep1665 .inner .main_container {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 20px 20px 50px;
    background-color: rgba(255, 255, 255, 0.75);
}

.scd-kcfep1665 .inner .main_container .text_container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.scd-kcfep1665 .inner .main_container .text_container .logo {
    width: 120px;
    margin-bottom: 15px;
}
.scd-kcfep1665 .inner .main_container .text_container .title {
    max-width: ;
    color: #111;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 95%;
    letter-spacing: -2px;
    text-align: center;
    margin: 0 0 8px 0;
}
.scd-kcfep1665 .inner .main_container .text_container .sub_title {
    color: #111;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 128%;
    letter-spacing: -1px;
    text-align: center;
    margin: 0 0 9px 0;
}
.scd-kcfep1665 .inner .main_container .text_container .copy {
    max-width: 300px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
}

/* ============= */
/* === Truck === */
/* ============= */

.scd-kcfep1665 .inner .main_container .truck_wrapper {
    position: absolute;
    top: 85%;
    right: 47%;

}

.scd-kcfep1665 .inner .main_container .truck_wrapper .icon-wrapper {
    position: ;
    height: 50px;
}

.scd-kcfep1665 .inner .main_container .truck_wrapper .road {
    width: 100%;
    height: 2px;
    background: #8f8f8f;
    position: absolute;
    top: 28px;
}

.scd-kcfep1665 .inner .main_container .truck_wrapper .speed-lines {
    position: absolute;
    top: 3px;
    left: -23px;
    overflow: hidden;
}

.scd-kcfep1665 .inner .main_container .truck_wrapper .speed-lines .lines-image {
    height: 16px;
    width: 19px;
    background-image: url("/sbd/cre/products/240130/kcfep1665/images/speed-lines-red.png");
    background-repeat: repeat-x;
    background-position-x: 0;
    background-size: 38px 16px;
    animation: speedLines 1s linear infinite;
    opacity: 0.8;
}

.scd-kcfep1665 .inner .main_container .truck_wrapper .icon.i1 {
    width: 39px;
    margin-top: 1px;
    z-index: 5;
}
.scd-kcfep1665 .inner .main_container .truck_wrapper .truck {
    margin-top: 1px;
    transform: rotate(-1.5deg);
    animation: truckBounce 0.75s infinite;
    animation-timing-function: linear;
}

@keyframes truckBounce {
    0% {
        margin-top: 1px;
        transform: rotate(-1.5deg);
    }
    33% {
        transform: rotate(1.5deg);
    }
    50% {
        margin-top: -1px;
    }
    66% {
        transform: rotate(1.5deg);
    }
    100% {
        margin-top: 1px;
        transform: rotate(-1.5deg);
    }
}

@keyframes speedLines {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: -38px;
    }
}

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

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

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .scd-kcfep1665 .inner {
        background-image: url(/sbd/cre/products/240130/kcfep1665/images/next-day-background-desktop.jpg);
        background-position: 38% center;
        background-size: cover;
    }
    .scd-kcfep1665 .inner .main_container {
        justify-content: left;
        padding: 40px 0 40px 50px;
        background-color: unset;
    }
    .scd-kcfep1665 .inner .main_container .text_container {
        align-items: unset;
    }
    .scd-kcfep1665 .inner .main_container .text_container .logo {
        width: 160px;
        margin-bottom: 20px;
    }
    .scd-kcfep1665 .inner .main_container .text_container .title {
        max-width: 400px;
        font-size: 50px;
        line-height: 87%;
        margin: 0 0 9px 0;
        text-align: left;
    }
    .scd-kcfep1665 .inner .main_container .text_container .sub_title {
        font-size: 30px;
        margin: 0 0 8px 0;
        text-align: left;
    }
    .scd-kcfep1665 .inner .main_container .text_container .copy {
        max-width: 200px;
        font-size: 18px;
        text-align: left;
    }
    .scd-kcfep1665 .inner .main_container .truck_wrapper {
        position: absolute;
        bottom: unset;
        top: 20px;
        right: 21px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .scd-kcfep1665 .inner {
        background-position: center;
        background-size: cover;
    }
    .scd-kcfep1665 .inner .main_container {
        padding: 50px 0 50px 70px;
    }
    .scd-kcfep1665 .inner .main_container .text_container .title {
        font-size: 60px;
        margin: 0 0 10px 0;
    }
    .scd-kcfep1665 .inner .main_container .text_container .sub_title {
        font-size: 30px;
        margin: 0 0 10px 0;
    }
    .scd-kcfep1665 .inner .main_container .text_container .copy {
        max-width: 320px;
        font-size: 18px;
    }
    
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    
    .scd-kcfep1665 .inner .main_container .text_container .title {
        max-width: 570px;
        font-size: 70px;
        margin: 0 0 10px 0;
    }
    .scd-kcfep1665 .inner .main_container .text_container .sub_title {
        font-size: 32px;
        margin: 0 0 10px 0;
    }
    .scd-kcfep1665 .inner .main_container .text_container .copy {
        max-width: 380px;
        font-size: 20px;
    }

}

/* XX-Large devices (extra large desktops, 1400px and up) */
@media (min-width: 1400px) {
    
    .scd-kcfep1665 .inner .main_container {
        padding: 68px 0 68px 120px;
    }
    .scd-kcfep1665 .inner .main_container .text_container .title {
        max-width: 570px;
        font-size: 80px;
        line-height: 70px;
        letter-spacing: -2px;
        margin: 0 0 12px 0;
    }
    .scd-kcfep1665 .inner .main_container .text_container .sub_title {
        font-size: 36px;
        line-height: 46px;
        letter-spacing: -1px;
        margin: 0 0 13px 0;
    }
    .scd-kcfep1665 .inner .main_container .text_container .copy {
        font-size: 20px;
        line-height: 28px;
    }

}