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

.scd-kcfep1143 {
    text-rendering: optimizeSpeed;
    scroll-behavior: smooth;
    max-width: 1404px;
    margin: auto;
}
  
.scd-kcfep1143 * {
    font-size: 16px;
    font-weight: 400;
    font-family: "Motiva Sans";
}
  
.scd-kcfep1143 *,
.scd-kcfep1143 *::before,
.scd-kcfep1143 *::after {
    box-sizing: border-box;
}
  
.scd-kcfep1143 h1 {
    font-size: 32px;
}
  
.scd-kcfep1143 h2 {
    font-size: 26px;
}
  
.scd-kcfep1143 h3 {
    font-size: 20px;
    font-weight: 500;
}

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

.scd-kcfep1143 ul[role=list],
.scd-kcfep1143 ol[role=list] {
    list-style: none;
}
  
.scd-kcfep1143 a:not([class]) {
    text-decoration-skip-ink: auto;
}
  
.scd-kcfep1143 img,
.scd-kcfep1143 picture {
    max-width: 100%;
    display: block;
}
  
.scd-kcfep1143 input,
.scd-kcfep1143 button,
.scd-kcfep1143 textarea,
.scd-kcfep1143 select {
    font: inherit;
}

.scd-kcfep1143 sup {
    position: relative;
    top: 0;
    vertical-align: text-top;
    line-height: 100%;
    font-size: 60%;
}
  
/* ===================== */
/* === Helper Styles === */
/* ===================== */
  
.scd-kcfep1143 .rounded-10 {
    border-radius: 10px;
}
  
.scd-kcfep1143 .m-0 {
    margin: 0 !important;
}
  
.scd-kcfep1143 .mb-1 {
    margin-bottom: 1em !important;
}

.scd-kcfep1143 .divider {
    width: 100%;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 1em;
    padding-bottom: 1em;
}

.scd-kcfep1143 .divider.top-reset {
    margin-top: -1em;
}

.scd-kcfep1143 .dark-bg {
    background: #444444;
    padding: 1em;
}

.scd-kcfep1143 .column {
    display: inline-block;
    margin-right: 1em;
    margin-bottom: 1em;
}

.scd-kcfep1143 .square {
    width: 110px;
    height: 110px;
}
  
/* =================== */
/* === Text Styles === */
/* =================== */
  
.scd-kcfep1143 .label {
    margin-top: 0.25em;
    font-size: 12px;
}
  
.scd-kcfep1143 .emphasis {
    font-weight: 500;
}
  
.scd-kcfep1143 .big {
    font-size: 22px;
    font-weight: 500;
}
  
.scd-kcfep1143 .headline-lg {
    font-size: 48px;
    font-weight: 900;
    color: #cc0000;
}
  
.scd-kcfep1143 .headline-md {
    font-size: 36px;
    font-weight: 900;
    color: #cc0000;
}
  
.scd-kcfep1143 .headline-sm {
    font-size: 24px;
    font-weight: 900;
    color: #cc0000;
}
  
/* =================== */
/* === Link Styles === */
/* =================== */
  
.scd-kcfep1143 .link {
    color: #0875e2;
    text-decoration: none;
}
  
.scd-kcfep1143 .link:hover {
    text-decoration: underline;
}
  
.scd-kcfep1143 .link.secondary {
    color: #000000;
    text-decoration: underline;
}
  
.scd-kcfep1143 .link.secondary:hover {
    font-weight: 500;
}
  
.scd-kcfep1143 .link.on-dark {
    color: #ffffff;
    text-decoration: underline;
}
  
.scd-kcfep1143 .link.on-dark:hover {
    font-weight: 500;
}
  
/* ===================== */
/* === Button Styles === */
/* ===================== */
  
.scd-kcfep1143 .button {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    border-radius: 22px;
    border: none;
    padding: 12px 30px;
    text-decoration: none;
    margin-bottom: 1em;
    margin-right: 1em;
}
  
.scd-kcfep1143 .button:hover {
    cursor: pointer;
}
  
.scd-kcfep1143 .button.primary {
    color: #ffffff;
    background: #cc0000;
}
  
.scd-kcfep1143 .button.primary:hover {
    background: #a30100;
}
  
.scd-kcfep1143 .button.primary.on-dark {
    color: #cc0000;
    background: #ffffff;
}
  
.scd-kcfep1143 .button.primary.on-dark:hover {
    background: #f4f5f4;
}
  
.scd-kcfep1143 .button.secondary {
    color: #000000;
    background: #ffffff;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
}
  
.scd-kcfep1143 .button.secondary:hover {
    background: #f4f5f4;
}
  
.scd-kcfep1143 .button.secondary.on-dark {
    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
}
  
.scd-kcfep1143 .button.secondary.on-dark:hover {
    background: rgba(0, 0, 0, 0.1);
}
  
.scd-kcfep1143 .button.disabled {
    color: #ffffff;
    background: #dddddc;
    pointer-events: none;
}
  
/* ================== */
/* === Checkboxes === */
/* ================== */
  
.scd-kcfep1143 .cbox-row {
    display: block;
}
  
.scd-kcfep1143 .cbox-row input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
  
.scd-kcfep1143 .cbox-row input:checked + label:before {
    background-color: #0875e2;
    border: 1px solid #0875e2;
}
  
.scd-kcfep1143 .cbox-row input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 6px;
    width: 6px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
  
.scd-kcfep1143 .cbox-row label {
    position: relative;
    cursor: pointer;
}
  
.scd-kcfep1143 .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-kcfep1143 .radio-row input:checked, .scd-kcfep1143 .radio-row input:not(:checked) {
    position: absolute;
    left: -9999px;
}
  
.scd-kcfep1143 .radio-row input:checked + label, .scd-kcfep1143 .radio-row input:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
  
.scd-kcfep1143 .radio-row input:checked + label:before, .scd-kcfep1143 .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-kcfep1143 .radio-row input:checked + label:after, .scd-kcfep1143 .radio-row input:not(:checked) + label:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 3px;
    left: 4px;
    border-radius: 100%;
}
  
.scd-kcfep1143 .radio-row input:checked + label:before {
    background: #0875e2;
    border: none;
}
  
.scd-kcfep1143 .radio-row input:checked + label:after {
    opacity: 1;
    transform: scale(1);
    background: #ffffff;
}
  
.scd-kcfep1143 .radio-row input:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
  
/* ==================== */
/* === Layer Styles === */
/* ==================== */
  
.scd-kcfep1143 .shadow {
    box-shadow: 0px 1px 5px #dddddc;
}
  
.scd-kcfep1143 .shadow-light {
    box-shadow: 0px 0px 2px #dddddc;
}
  
.scd-kcfep1143 .border {
    border: 1px solid #dddddc;
}
  
.scd-kcfep1143 .shadow:hover,
.scd-kcfep1143 .shadow-light:hover {
    box-shadow: 0px 0px 15px #dddddc;
}

/* =================== */
/* === Hero Banner === */
/* =================== */

.scd-kcfep1143 .hero-banner {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    margin-bottom: 50px;
}

.scd-kcfep1143 .hero-banner h1 {
    font-size: 48px;
    line-height: 1;
    letter-spacing: -1.33px;
    font-weight: 800;
    margin-bottom: 25px;
}

.scd-kcfep1143 .hero-banner p {
    margin-bottom: 25px;
}

.scd-kcfep1143 .hero-banner p:nth-last-child(1) {
    margin-bottom: 0;
}

.scd-kcfep1143 .hero-banner .text,
.scd-kcfep1143 .hero-banner .image {
    width: 100%;
}

.scd-kcfep1143 .hero-banner .text {
    padding: 40px 20px 0;
}

.scd-kcfep1143 .hero-banner .image {
    height: 300px;
    border-bottom-left-radius: 80px;
    border-top-right-radius: 80px;
    overflow: hidden;
    background-image: url("/sbd/cre/eco-products-shop/landing-page/images/hero-banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* ================ */
/* === Eco Shop === */
/* ================ */

.scd-kcfep1143 .eco-shop {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.scd-kcfep1143 .eco-shop .outer {
    display: flex;
    align-items: center;
    height: 100%;
}

.scd-kcfep1143 .eco-shop .inner {
    width: 100%;
    padding: 50px;
}

.scd-kcfep1143 .eco-shop .brand {
    color: #52B249;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 1.68px;
    font-weight: 800;
    margin-bottom: 5px;
}

.scd-kcfep1143 .eco-shop .title {
    color: #ffffff;
    font-size: 36px;
    line-height: 1;
    letter-spacing: -0.6px;
    font-weight: 800;
    margin-bottom: 20px;
}

.scd-kcfep1143 .eco-shop .text {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.3px;
    font-weight: 400;
    margin-bottom: 25px;
}

.scd-kcfep1143 .eco-shop .button {
    margin: 0;
}

/* Eco Items */

.scd-kcfep1143 .eco-shop .eco-items {
    padding-right: 0;
    padding-bottom: 10px;
}

.scd-kcfep1143 .eco-shop .eco-items .outer {
    background-image: url("/sbd/cre/eco-products-shop/landing-page/images/mobile/eco-items-compressed.jpg");
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: cover;
}

.scd-kcfep1143 .eco-shop .eco-items .inner {
    width: 100%;
}

/* Eco ID */

.scd-kcfep1143 .eco-shop .eco-id {
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.scd-kcfep1143 .eco-shop .eco-id .text {
    width: 100%;
}

.scd-kcfep1143 .eco-shop .eco-id .outer {
    background-color: #303030;
    background-image: url("/sbd/cre/eco-products-shop/landing-page/images/eco-id-bg.png");
    background-repeat: no-repeat;
    background-position: calc(100% + 145px) 50%;
    background-size: auto 100%;
}

.scd-kcfep1143 .eco-shop .eco-id .inner {
    background-image: url("/sbd/cre/eco-products-shop/landing-page/images/eco-id-check.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 50px) calc(100% - 40px);
    background-size: 60px;
}

/* Eco Picks */

.scd-kcfep1143 .eco-shop .eco-picks {
    width: 100%;
    padding-top: 10px;
}

.scd-kcfep1143 .eco-shop .eco-picks .outer {
    background-image: url("/sbd/cre/eco-products-shop/landing-page/images/mobile/eco-picks-compressed.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}

.scd-kcfep1143 .eco-shop .eco-picks .inner {
    padding: 50px 40px;
    width: 100%;
    margin: auto;
    text-align: center;
}

.scd-kcfep1143 .eco-shop .eco-picks .title {
    color: #000000;
}

.scd-kcfep1143 .eco-shop .eco-picks .text {
    color: #000000;
}

/* ===================== */
/* === Eco Solutions === */
/* ===================== */

.scd-kcfep1143 .eco-solutions {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

.scd-kcfep1143 .eco-solutions .block {
    width: 100%;
    color: #ffffff;
}

.scd-kcfep1143 .eco-solutions .inner {
    width: 100%;
    padding: 50px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.scd-kcfep1143 .eco-solutions .inner:hover {
    box-shadow: 0 6px 10px rgb(0 0 0 / 26%);
    transition: all 0.2s ease-in-out;
}

.scd-kcfep1143 .eco-solutions .title,
.scd-kcfep1143 .eco-solutions .title span {
    font-size: 36px;
    line-height: 1.05;
    letter-spacing: -0.6px;
    font-weight: 800;
    margin-bottom: 20px;
}

.scd-kcfep1143 .eco-solutions .text,
.scd-kcfep1143 .eco-solutions .text b {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.3px;
    font-weight: 400;
    margin-bottom: 25px;
}

.scd-kcfep1143 .eco-solutions .text b {
    font-weight: 600;
}

.scd-kcfep1143 .eco-solutions .link {
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
    text-decoration: none;
}

.scd-kcfep1143 .eco-solutions .clicker {
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* Tech Recycling */

.scd-kcfep1143 .eco-solutions .tech-recycling {
    padding-right: 0;
    padding-bottom: 10px;
}

.scd-kcfep1143 .eco-solutions .tech-recycling .inner {
    background-image: url("/sbd/cre/eco-products-shop/landing-page/images/electronics-recycled-compressed.png");
    background-repeat: no-repeat;
    background-position: 155% 15px;
    background-size: 65%;
    background-color: #444444;
}

.scd-kcfep1143 .eco-solutions .tech-recycling .inner p.title {
    position: relative;
    color: #5AE676;
}
.scd-kcfep1143 .eco-solutions .tech-recycling .inner p.title span.tech {
    color: #ffffff;
}

.scd-kcfep1143 .eco-solutions .tech-recycling .inner p.title img {
    position: absolute;
    top: 41px;
    left: 125px;
    width: 33px;
}

.scd-kcfep1143 .eco-solutions .tech-recycling .text {
    max-width: 220px;
}

.scd-kcfep1143 .eco-solutions .tech-recycling .inner p.footer {
    font-size: 12px;
    font-weight: 300;
}

/* Ink Recycling */

.scd-kcfep1143 .eco-solutions .ink-recycling {
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px; 
    color: #000000;
}

.scd-kcfep1143 .eco-solutions .ink-recycling .inner {
    background-color: #EAEAEA;
    background-image: url("/sbd/cre/eco-products-shop/landing-page/images/ink-recycling-compressed.jpg");
    background-repeat: no-repeat;
    background-position: 320px calc(100% - 15px);
    background-size: 600px auto;
}

.scd-kcfep1143 .eco-solutions .ink-recycling .link {
    color: #000000;
    border-bottom: 2px solid #000000;
}

/* Green Solutions */

.scd-kcfep1143 .eco-solutions .green-solutions {
    padding-top: 10px;
}

.scd-kcfep1143 .eco-solutions .green-solutions .inner {
    background-image: url("/sbd/cre/eco-products-shop/landing-page/images/green-solutions.jpg");
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: cover;
}

/* ==================== */
/* === Eco Features === */
/* ==================== */

.scd-kcfep1143 .eco-features {
    margin-bottom: 50px;
}

.scd-kcfep1143 .eco-features .section-title {
    font-size: 36px;
    line-height: 1;
    letter-spacing: -0.6px;
    font-weight: 800;
    margin-bottom: 20px;
    text-align: center;
}

.scd-kcfep1143 .eco-features .section-subtitle {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 60px;
}

.scd-kcfep1143 .eco-features .grid {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0;
}

.scd-kcfep1143 .eco-features .grid .block {
    position: relative;
    width: 50%;
    padding: 30px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 30px;
    transition: all 0.2s ease-in-out;
}

.scd-kcfep1143 .eco-features .grid .block:hover {
    box-shadow: 0 6px 10px rgb(0 0 0 / 26%);
    transition: all 0.2s ease-in-out;
}

.scd-kcfep1143 .eco-features .grid .image {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scd-kcfep1143 .eco-features .grid .image img {
    max-width: 100%;
    max-height: 100%;
}

.scd-kcfep1143 .eco-features .grid .text {
    font-size: 12px;
    margin-top: 10px;
}

.scd-kcfep1143 .eco-features .grid .clicker {
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

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

/* X-small devices (Phones, 488px and up) */
@media (min-width: 488px) {

    /* === Hero Banner === */

    .scd-kcfep1143 .hero-banner .text {
        padding: 40px 40px 0;
    }

    /* === Eco Shop === */

    .scd-kcfep1143 .eco-shop .inner {
        padding: 60px;
    }

    /* Eco ID */

    .scd-kcfep1143 .eco-shop .eco-id .inner {
        background-image: url("/sbd/cre/eco-products-shop/landing-page/images/eco-id-check.png");
        background-position: calc(100% - 60px) calc(100% - 40px);
        background-size: 80px;
    }

    .scd-kcfep1143 .eco-shop .eco-id .text {
        width: 80%;
    }

    /* Eco Picks */

    .scd-kcfep1143 .eco-shop .eco-picks .inner {
        padding: 50px 30px;
        width: 450px;
    }

    /* === Eco Solutions === */

    .scd-kcfep1143 .eco-solutions .inner {
        padding: 60px;
    }

    .scd-kcfep1143 .eco-solutions .tech-recycling .inner {
        background-position: 135% 12%;
        background-size: 60%;
    }

    /* === Eco Features === */
    
    .scd-kcfep1143 .eco-features .grid .block {
        width: 33.3333%;
        padding: 20px;
    }

}

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

    /* === Eco Shop === */

    /* Eco ID */

    .scd-kcfep1143 .eco-shop .eco-id .inner {
        background-position: calc(100% - 60px) calc(100% - 40px);
        background-size: 120px;
    }

    .scd-kcfep1143 .eco-shop .eco-id .text {
        width: 70%;
    }

    /* Eco Picks */

    .scd-kcfep1143 .eco-shop .eco-picks .inner {
        padding: 60px;
        width: 515px;
    }

    /* === Eco Solutions === */

    .scd-kcfep1143 .eco-solutions .tech-recycling .inner {
        background-position: 125% 32%;
        background-size: 55%;
    }

    .scd-kcfep1143 .eco-solutions .tech-recycling .text {
        max-width: 260px;
    }

    /* === Eco Features === */

    .scd-kcfep1143 .eco-features .grid {
        padding: 0 40px;
    }

}

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

    /* === Hero Banner === */

    .scd-kcfep1143 .hero-banner {
        flex-direction: row;
    }

    .scd-kcfep1143 .hero-banner .text,
    .scd-kcfep1143 .hero-banner .image {
        width: 100%;
    }

    .scd-kcfep1143 .hero-banner .text {
        padding: 40px;
    }

    .scd-kcfep1143 .hero-banner .image {
        height: auto;
    }

    /* === Eco Shop === */
    
    .scd-kcfep1143 .eco-shop {
        flex-direction: row;
    }

    .scd-kcfep1143 .eco-shop .inner {
        padding: 80px 50px;
    }

    .scd-kcfep1143 .eco-shop .eco-items,
    .scd-kcfep1143 .eco-shop .eco-id {
        width: 50%;
    }

    /* Eco Items */

    .scd-kcfep1143 .eco-shop .eco-items {
        padding-right: 10px;
        padding-bottom: 10px;
    }

    .scd-kcfep1143 .eco-shop .eco-items .outer {
        background-image: url("/sbd/cre/eco-products-shop/landing-page/images/eco-items-compressed.jpg");
    }

    .scd-kcfep1143 .eco-shop .eco-items .inner {
        width: 90%;
    }

    /* Eco ID */

    .scd-kcfep1143 .eco-shop .eco-id {
        padding-left: 10px;
        padding-top: 0;
        padding-bottom: 10px;
    }

    .scd-kcfep1143 .eco-shop .eco-id .inner {
        background-position: calc(100% - 50px) calc(100% - 60px);
        background-size: 80px;
    }

    .scd-kcfep1143 .eco-shop .eco-id .text {
        width: 80%;
    }

    /* Eco Picks */

    .scd-kcfep1143 .eco-shop .eco-picks .outer {
        background-image: url("/sbd/cre/eco-products-shop/landing-page/images/eco-picks-compressed.jpg");
    }

    .scd-kcfep1143 .eco-shop .eco-picks .inner {
        padding: 70px 50px;
        width: 610px;
    }

    /* === Eco Solutions === */

    .scd-kcfep1143 .eco-solutions {
        flex-direction: row;
    }

    .scd-kcfep1143 .eco-solutions .inner {
        padding: 60px 50px;
    }

    .scd-kcfep1143 .eco-solutions .title {
        margin-bottom: 30px;
    }

    .scd-kcfep1143 .eco-solutions .tech-recycling,
    .scd-kcfep1143 .eco-solutions .ink-recycling {
        width: 50%;
    }

    .scd-kcfep1143 .eco-solutions .tech-recycling .inner {
        background-position: 198% -10px;
        background-size: 70%;
    }

    .scd-kcfep1143 .eco-solutions .tech-recycling .text {
        max-width: 220px;
    }

     /* Tech Recycling */

    .scd-kcfep1143 .eco-solutions .tech-recycling {
        padding-right: 10px;
        padding-bottom: 10px;
    }

    /* Ink Recycling */
    
    .scd-kcfep1143 .eco-solutions .ink-recycling {
        padding-left: 10px;
        padding-top: 0;
        padding-bottom: 10px; 
    }

    /* === Eco Features === */
    
    .scd-kcfep1143 .eco-features .grid .block {
        width: 25%;
        padding: 20px;
    }

}

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

    /* === Hero Banner === */

    .scd-kcfep1143 .hero-banner .text {
        padding: 65px;
    }

    /* === Eco Shop === */

    /* Eco Items */

    .scd-kcfep1143 .eco-shop .eco-items .inner {
        width: 80%;
    }

    /* Eco Id */

    .scd-kcfep1143 .eco-shop .eco-id .inner {
        background-position: calc(100% - 50px) calc(100% - 40px);
        background-size: 120px;
    }

    .scd-kcfep1143 .eco-shop .eco-id .text {
        width: 70%;
    }

    /* === Eco Solutions === */

    .scd-kcfep1143 .eco-solutions .title,
    .scd-kcfep1143 .eco-solutions .title span {
        font-size: 40px;
    }

    .scd-kcfep1143 .eco-solutions .title span.symbol {
        letter-spacing: -1px;
    }

    .scd-kcfep1143 .eco-solutions .tech-recycling .inner p.title img {
        top: 45px;
        left: 139px;
        width: 36px;
    }

    .scd-kcfep1143 .eco-solutions .tech-recycling .inner {
        background-position: 140% 12%;
        background-size: 60%;
    }

    .scd-kcfep1143 .eco-solutions .tech-recycling .text {
        max-width: 260px;
    }

    /* === Eco Features === */
    
    .scd-kcfep1143 .eco-features .grid .block {
        width: 20%;
    }

}

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

    /* === Hero Banner === */

    .scd-kcfep1143 .hero-banner .text {
        padding: 90px;
    }

    /* === Eco Shop === */

    /* Eco Items */

    .scd-kcfep1143 .eco-shop .eco-items .inner {
        width: 70%;
    }

    /* Eco Id */

    .scd-kcfep1143 .eco-shop .eco-id .inner {
        background-size: 140px;
    }

    .scd-kcfep1143 .eco-shop .eco-id .text {
        width: 63%;
    }

    /* === Eco Solutions === */

    .scd-kcfep1143 .eco-solutions .title,
    .scd-kcfep1143 .eco-solutions .title span {
        font-size: 44px;
    }

    .scd-kcfep1143 .eco-solutions .title span.symbol {
        letter-spacing: -1.5px;
    }

    .scd-kcfep1143 .eco-solutions .tech-recycling .inner p.title img {
        top: 50px;
        left: 153px;
        width: 39px;
    }

    .scd-kcfep1143 .eco-solutions .tech-recycling .inner {
        background-position: 120% 15%;
        background-size: 60%;
    }

    /* === Eco Features === */

    .scd-kcfep1143 .eco-features .grid {
        padding: 0 100px;
    }

}

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

    /* === Eco Shop === */

    /* Eco Items */

    .scd-kcfep1143 .eco-shop .eco-items .inner {
        width: 60%;
    }

    /* Eco Id */

    .scd-kcfep1143 .eco-shop .eco-id .inner {
        background-size: 160px;
    }

    .scd-kcfep1143 .eco-shop .eco-id .text {
        width: 56%;
    }

    /* === Eco Solutions === */

    .scd-kcfep1143 .eco-solutions .title,
    .scd-kcfep1143 .eco-solutions .title span {
        font-size: 48px;
    }

    .scd-kcfep1143 .eco-solutions .title span.symbol {
        letter-spacing: -1.6px;
    }

    .scd-kcfep1143 .eco-solutions .tech-recycling .inner p.title img {
        top: 55px;
        left: 167px;
        width: 43px;
    }

    .scd-kcfep1143 .eco-solutions .tech-recycling .inner {
        background-position: 105% 32%;
    }
}



