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

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

.scd-kcfep1534 svg {
    fill: #ececec;
}

.scd-kcfep1534 * {
    font-size: 16px;
    font-weight: 400;
    font-family: "Staples Norms Pro", Arial, Helvetica, sans-serif;
    text-rendering: optimizeSpeed;
    /* text-rendering: optimizeLegibility; */
    font-variant-ligatures: none;
    -webkit-font-smoothing: antialiased;
    /* -webkit-font-smoothing: subpixel-antialiased; */
}

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

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

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

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

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

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

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

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

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

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

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

.scd-kcfep1534 ul li {
    line-height: 1.4;
    padding-left: 0;
}
.scd-kcfep1534 ul li:before {
    list-style: none;
    content: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.scd-kcfep1534 .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-kcfep1534 .button:hover {
    color: #ffffff;
    background: #dd1700;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ===================== */
/* ===== kcfep1534 ===== */
/* ===================== */

.scd-kcfep1534 .inner {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.scd-kcfep1534 .country {
    color: #ececec;
    fill: #ececec;
}

.scd-kcfep1534 .grey {
    color: #7f7f7f;
    fill: #7f7f7f;
}
.scd-kcfep1534 .red {
    color: #cc0000;
    fill: #cc0000;
}
.scd-kcfep1534 .green {
    color: #92d050;
    fill: #92d050;
}
.scd-kcfep1534 .yellow {
    color: #fdba13;
    fill: #fdba13;
}

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

.scd-kcfep1534 .inner .header {
    max-width: 360px;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    margin: 0 auto;
}

.scd-kcfep1534 .inner .header .left_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
}

.scd-kcfep1534 .inner .header h2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 110%;
    margin: 0 20px 10px 0;
}
.scd-kcfep1534 .inner .header p {
    max-width: 700px;
    font-size: 16px;
    font-weight: 400;
    margin-right: 20px;
}

.scd-kcfep1534 .inner .header .company_headers {
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.scd-kcfep1534 .inner .header .sba_header {
    max-width: 200px;
    margin-right: 15px;
}
.scd-kcfep1534 .inner .header .lyreco_header {
    max-width: 130px;
    border-left: 2px solid #cccccc;
}

.scd-kcfep1534 .inner .header .contact_cta {
    margin-top: 20px;
}

.scd-kcfep1534 .inner .header .header_image {
    max-width: ;
}

/* ===================== */
/* ======== Map ======== */
/* ===================== */

.scd-kcfep1534 .inner .world_map {
    display: flex;
    flex-direction: column;
    position: relative;
}

.scd-kcfep1534 .inner .world_map .country_list {
    position: relative;
    display: flex;
    text-align: center;
    margin: 40px 0;
}

.scd-kcfep1534 .inner .world_map .country_list .list {
    width: 50%;
}

.scd-kcfep1534 .inner .world_map .country_list .list .asia {
    margin-top: 40px;
}

.scd-kcfep1534 .inner .world_map .country_list h4 {
    font-weight: bold;
    font-size: 20px;
}

.scd-kcfep1534 .inner .world_map .country_list ul {
    list-style-type: none;
}
.scd-kcfep1534 .inner .world_map .country_list ul li {
    margin-left: 0;
    font-size: 14px;
    font-weight: 500;
}

.scd-kcfep1534 .inner .map_wrapper {
    position: relative;
    display: flex;
    width: 100%;
    overflow: hidden;
    border: 1px solid #c7c7c7;
    border-radius: 15px;
    padding: 5px;
}

.scd-kcfep1534 .inner .world_map .world {
    width: 100%;
    max-width: 1440px;
    max-height: 857px;
}

.scd-kcfep1534 .inner .legend {
    position: absolute;
    display: flex;
    right: 20px;
    bottom: -35px;
    z-index: 20;
}
.scd-kcfep1534 .inner .legend_item {
    margin: 0 10px;
    font-size: 20px;
    font-weight: 500;
}

.scd-kcfep1534 .company_logo {
    position: absolute;
    bottom: 0;
    left: 10%;
}
.scd-kcfep1534 .logo {
    max-width: 130px;
    display: none;
}

.scd-kcfep1534 .show {
    display: inline-block;
}


/* Highlighting / Animation */

.animate.red {
    animation: 2s linear 0s infinite red-blink;
    animation-play-state: paused;
}
@keyframes red-blink {
    0% {
        color: #cc0000;
        fill: #cc0000;
    }
    50% {
        color: #fdba13;
        fill: #fdba13;
    }
    100% {
        color: #cc0000;
        fill: #cc0000;
    }
}
/* US, CA */

.animate.green {
    animation: 2s linear 0s infinite green-blink;
    animation-play-state: paused;
}
@keyframes green-blink {
    0% {
        fill: #92d050;
    }
    50% {
        fill: #fdba13;
    }
    100% {
        fill: #92d050;
    }
}
/* MY, KR, TH, AT, BE, CZ, DK, FI, FR, DE, HU, IE, IT, LU, NL, NW, PL, PT, SK, ES, SE, SW, UK */
/* Hong Kong = HK, Singapore = SP */

.animate.grey {
    animation: 2s linear 0s infinite grey-blink;
    animation-play-state: paused;
}
@keyframes grey-blink {
    0% {
        fill: #7f7f7f;
    }
    50% {
        fill: #fdba13;
    }
    100% {
        fill: #7f7f7f;
    }
}
/* AR, BR, CR, MX, PR, AU, CH, IN, NZ, TW, EE, LV, LT, RO, TK */



/* Zoom */

.scd-kcfep1534 .world.map {
    position: relative;
}
.scd-kcfep1534 .world.map.zoom-na,
.scd-kcfep1534 .world.map.zoom-sa,
.scd-kcfep1534 .world.map.zoom-eu,
.scd-kcfep1534 .world.map.zoom-as,
.scd-kcfep1534 .world.map.zoom-pa, {
    scale: 1;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
}
/*
.scd-kcfep1534 .world.map.zoom-na {
    scale: 2.0;
    top: 75px;
    left: 40%;
    right: unset;
    bottom: unset;
}
.scd-kcfep1534 .world.map.zoom-sa {
    scale: 2.0;
    bottom: 85px;
    left: 40%;
    right: unset;
    top: unset;
}
.scd-kcfep1534 .world.map.zoom-eu {
    scale: 2.0;
    top: 95px;
    left: 0%;
    right: unset;
    bottom: unset;
}
.scd-kcfep1534 .world.map.zoom-as {
    scale: 2.0;
    top: 40px;
    right: 45%;
    left: unset;
    bottom: unset;
}
.scd-kcfep1534 .world.map.zoom-pa {
    scale: 2.0;
    bottom: 80px;
    right: 70%;
    left: unset;
    top: unset;
}
*/
.scd-kcfep1534 .zoom-na {
    animation-name: zoomNa;
}
.scd-kcfep1534 .zoom-sa {
    animation-name: zoomSa;
}
.scd-kcfep1534 .zoom-eu {
    animation-name: zoomEu;
}
.scd-kcfep1534 .zoom-as {
    animation-name: zoomAs;
}
.scd-kcfep1534 .zoom-pa {
    animation-name: zoomPa;
}
.scd-kcfep1534 .zoom-na,
.scd-kcfep1534 .zoom-sa,
.scd-kcfep1534 .zoom-eu,
.scd-kcfep1534 .zoom-as,
.scd-kcfep1534 .zoom-pa {
    animation-duration: 1s;
    animation-direction: normal;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-delay: .5s;

}
@keyframes zoomNa {
    0% {
        scale: 1;
        top: 0;
        left: 0;
        right: ;
        bottom: ;
    }
    100% {
        scale: 2.0;
        top: 75px;
        left: 40%;
        right: unset;
        bottom: unset;
    }
}
@keyframes zoomSa {
    0% {
        scale: 1;
        bottom: 0;
        left: 0;
        right: ;
        top: ;
    }
    100% {
        scale: 2.0;
        bottom: 85px;
        left: 40%;
        right: unset;
        top: unset;
    }
}
@keyframes zoomEu {
    0% {
        scale: 1;
        top: 0;
        left: 0;
        right: ;
        bottom: ;
    }
    100% {
        scale: 2.0;
        top: 95px;
        left: 0%;
        right: unset;
        bottom: unset;
    }
}
@keyframes zoomAs {
    0% {
        scale: 1;
        top: 0;
        right: 0;
        left: ;
        bottom: ;
    }
    100% {
        scale: 2.0;
        top: 40px;
        right: 45%;
        left: unset;
        bottom: unset;
    }
}
@keyframes zoomPa {
    0% {
        scale: 1;
        bottom: 0;
        right: 0;
        left: ;
        top: ;
    }
    100% {
        scale: 2.0;
        bottom: 80px;
        right: 70%;
        left: unset;
        top: unset;
    }
}


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

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .scd-kcfep1534 .inner .header {
        max-width: 550px;
    }
    .scd-kcfep1534 .inner .world_map .country_list ul li {
        font-size: 16px;
    }
    .scd-kcfep1534 .company_logo {
        left: 15%;
    }
    /*
    .scd-kcfep1534 .world.map.zoom-na {
        scale: 2.0;
        top: 120px;
        left: 40%;
        right: unset;
        bottom: unset;
    }
    .scd-kcfep1534 .world.map.zoom-sa {
        scale: 2.0;
        bottom: 135px;
        left: 40%;
        right: unset;
        top: unset;
    }
    .scd-kcfep1534 .world.map.zoom-eu {
        scale: 2.0;
        top: 160px;
        left: 0%;
        right: unset;
        bottom: unset;
    }
    .scd-kcfep1534 .world.map.zoom-as {
        scale: 2.0;
        top: 65px;
        right: 45%;
        left: unset;
        bottom: unset;
    }
    .scd-kcfep1534 .world.map.zoom-pa {
        scale: 2.0;
        bottom: 110px;
        right: 70%;
        left: unset;
        top: unset;
    }
    */
    @keyframes zoomNa {
        0% {
            scale: 1;
            top: 0;
            left: 0;
            right: ;
            bottom: ;
        }
        100% {
            scale: 2.0;
            top: 120px;
            left: 40%;
            right: unset;
            bottom: unset;
        }
    }
    @keyframes zoomSa {
        0% {
            scale: 1;
            bottom: 0;
            left: 0;
            right: ;
            top: ;
        }
        100% {
            scale: 2.0;
            bottom: 135px;
            left: 40%;
            right: unset;
            top: unset;
        }
    }
    @keyframes zoomEu {
        0% {
            scale: 1;
            top: 0;
            left: 0;
            right: ;
            bottom: ;
        }
        100% {
            scale: 2.0;
            top: 160px;
            left: 0%;
            right: unset;
            bottom: unset;
        }
    }
    @keyframes zoomAs {
        0% {
            scale: 1;
            top: 0;
            right: 0;
            left: ;
            bottom: ;
        }
        100% {
            scale: 2.0;
            top: 65px;
            right: 45%;
            left: unset;
            bottom: unset;
        }
    }
    @keyframes zoomPa {
        0% {
            scale: 1;
            bottom: 0;
            right: 0;
            left: ;
            top: ;
        }
        100% {
            scale: 2.0;
            bottom: 110px;
            right: 70%;
            left: unset;
            top: unset;
        }
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .scd-kcfep1534 .inner .header {
        max-width: unset;
        margin: unset;
        flex-direction: row;
    }
    .scd-kcfep1534 .inner .header h2 {
        font-size: 36px;
    }
    .scd-kcfep1534 .inner .header .header_image {
        max-width: 400px;
    }
    .scd-kcfep1534 .logo {
        max-width: 200px;
    }
    /*
    .scd-kcfep1534 .world.map.zoom-na {
        scale: 2.0;
        top: 165px;
        left: 40%;
        right: unset;
        bottom: unset;
    }
    .scd-kcfep1534 .world.map.zoom-sa {
        scale: 2.0;
        bottom: 180px;
        left: 40%;
        right: unset;
        top: unset;
    }
    .scd-kcfep1534 .world.map.zoom-eu {
        scale: 2.0;
        top: 200px;
        left: 0%;
        right: unset;
        bottom: unset;
    }
    .scd-kcfep1534 .world.map.zoom-as {
        scale: 2.0;
        top: 65px;
        right: 45%;
        left: unset;
        bottom: unset;
    }
    .scd-kcfep1534 .world.map.zoom-pa {
        scale: 2.0;
        bottom: 150px;
        right: 70%;
        left: unset;
        top: unset;
    }
    */
    @keyframes zoomNa {
        0% {
            scale: 1;
            top: 0;
            left: 0;
            right: ;
            bottom: ;
        }
        100% {
            scale: 2.0;
            top: 165px;
            left: 40%;
            right: unset;
            bottom: unset;
        }
    }
    @keyframes zoomSa {
        0% {
            scale: 1;
            bottom: 0;
            left: 0;
            right: ;
            top: ;
        }
        100% {
            scale: 2.0;
            bottom: 180px;
            left: 40%;
            right: unset;
            top: unset;
        }
    }
    @keyframes zoomEu {
        0% {
            scale: 1;
            top: 0;
            left: 0;
            right: ;
            bottom: ;
        }
        100% {
            scale: 2.0;
            top: 200px;
            left: 0%;
            right: unset;
            bottom: unset;
        }
    }
    @keyframes zoomAs {
        0% {
            scale: 1;
            top: 0;
            right: 0;
            left: ;
            bottom: ;
        }
        100% {
            scale: 2.0;
            top: 65px;
            right: 45%;
            left: unset;
            bottom: unset;
        }
    }
    @keyframes zoomPa {
        0% {
            scale: 1;
            bottom: 0;
            right: 0;
            left: ;
            top: ;
        }
        100% {
            scale: 2.0;
            bottom: 150px;
            right: 70%;
            left: unset;
            top: unset;
        }
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .scd-kcfep1534 .inner {
        margin-bottom: 40px;
    }
    .scd-kcfep1534 .inner .header h2 {
        font-size: 40px;
    }
    .scd-kcfep1534 .inner .header .sba_header {
        max-width: 300px;
        margin-right: 15px;
    }
    .scd-kcfep1534 .inner .header .left_content {
        margin-bottom: 20px;
    }
    .scd-kcfep1534 .inner .header .lyreco_header {
        max-width: 200px;
        border-left: 2px solid #cccccc;
    }
    .scd-kcfep1534 .inner .world_map {
        flex-direction: row;
        align-items: ;
    }
    .scd-kcfep1534 .inner .world_map .country_list {
        width: 400px;
        text-align: left;
        margin: 10px 0 70px 20px;
    }
    .scd-kcfep1534 .inner .world_map .country_list .list .asia {
        margin-top: 80px;
    }
    .scd-kcfep1534 .company_logo {
        bottom: -100px;
        left: 5%;
        right: ;
    }
    /*
    .scd-kcfep1534 .world.map.zoom-na {
        scale: 3.0;
        top: 35%;
        left: 86%;
        right: unset;
        bottom: unset;
    }
    .scd-kcfep1534 .world.map.zoom-sa {
        scale: 3.0;
        bottom: 195px;
        left: 65%;
        right: unset;
        top: unset;
    }
    .scd-kcfep1534 .world.map.zoom-eu {
        scale: 3.0;
        top: 230px;
        left: 0%;
        right: unset;
        bottom: unset;
    }
    .scd-kcfep1534 .world.map.zoom-as {
        scale: 3.0;
        top: 95px;
        right: 75%;
        left: unset;
        bottom: unset;
    }
    .scd-kcfep1534 .world.map.zoom-pa {
        scale: 3.0;
        bottom: 180px;
        right: 100%;
        left: unset;
        top: unset;
    }
    */
    @keyframes zoomNa {
        0% {
            scale: 1;
            top: 0;
            left: 0;
            right: ;
            bottom: ;
        }
        100% {
            scale: 3.0;
            top: 35%;
            left: 86%;
            right: unset;
            bottom: unset;
        }
    }
    @keyframes zoomSa {
        0% {
            scale: 1;
            bottom: 0;
            left: 0;
            right: ;
            top: ;
        }
        100% {
            scale: 3.0;
            bottom: 195px;
            left: 65%;
            right: unset;
            top: unset;
        }
    }
    @keyframes zoomEu {
        0% {
            scale: 1;
            top: 0;
            left: 0;
            right: ;
            bottom: ;
        }
        100% {
            scale: 3.0;
            top: 230px;
            left: 0%;
            right: unset;
            bottom: unset;
        }
    }
    @keyframes zoomAs {
        0% {
            scale: 1;
            top: 0;
            right: 0;
            left: ;
            bottom: ;
        }
        100% {
            scale: 3.0;
            top: 95px;
            right: 75%;
            left: unset;
            bottom: unset;
        }
    }
    @keyframes zoomPa {
        0% {
            scale: 1;
            bottom: 0;
            right: 0;
            left: ;
            top: ;
        }
        100% {
            scale: 3.0;
            bottom: 180px;
            right: 100%;
            left: unset;
            top: unset;
        }
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .scd-kcfep1534 .inner .header {
        justify-content: center;
        align-items: center;
    }
    .scd-kcfep1534 .inner .header h2 {
       font-size: 48px;
    }
    .scd-kcfep1534 .inner .header p {
        max-width: 700px;
        font-size: 20px;
    }
    .scd-kcfep1534 .inner .header .header_image {
        max-width: 430px;
    }
    .scd-kcfep1534 .company_logo {
        right: -600px;
    }
    /*
    .scd-kcfep1534 .world.map.zoom-na {
        scale: 2.8;
        top: 40%;
        left: 80%;
        right: unset;
        bottom: unset;
    }
    .scd-kcfep1534 .world.map.zoom-sa {
        scale: 2.9;
        bottom: 290px;
        left: 62%;
        right: unset;
        top: unset;
    }
    .scd-kcfep1534 .world.map.zoom-eu {
        scale: 3.0;
        top: 350px;
        left: 6%;
        right: unset;
        bottom: unset;
    }
    .scd-kcfep1534 .world.map.zoom-as {
        scale: 3.0;
        top: 110px;
        right: 70%;
        left: unset;
        bottom: unset;
    }
    .scd-kcfep1534 .world.map.zoom-pa {
        scale: 2.8;
        bottom: 235px;
        right: 95%;
        left: unset;
        top: unset;
    }
    */
    @keyframes zoomNa {
        0% {
            scale: 1;
            top: 0;
            left: 0;
            right: ;
            bottom: ;
        }
        100% {
            scale: 2.8;
            top: 40%;
            left: 80%;
            right: unset;
            bottom: unset;
        }
    }
    @keyframes zoomSa {
        0% {
            scale: 1;
            bottom: 0;
            left: 0;
            right: ;
            top: ;
        }
        100% {
            scale: 2.9;
            bottom: 290px;
            left: 62%;
            right: unset;
            top: unset;
        }
    }
    @keyframes zoomEu {
        0% {
            scale: 1;
            top: 0;
            left: 0;
            right: ;
            bottom: ;
        }
        100% {
            scale: 3.0;
            top: 350px;
            left: 6%;
            right: unset;
            bottom: unset;
        }
    }
    @keyframes zoomAs {
        0% {
            scale: 1;
            top: 0;
            right: 0;
            left: ;
            bottom: ;
        }
        100% {
            scale: 3.0;
            top: 110px;
            right: 70%;
            left: unset;
            bottom: unset;
        }
    }
    @keyframes zoomPa {
        0% {
            scale: 1;
            bottom: 0;
            right: 0;
            left: ;
            top: ;
        }
        100% {
            scale: 2.8;
            bottom: 235px;
            right: 95%;
            left: unset;
            top: unset;
        }
    }
}

/* XX-Large devices (extra large desktops, 1400px and up) */
@media (min-width: 1400px) {
    .scd-kcfep1534 .inner .header .header_image {
        max-width: 520px;
    }
    .scd-kcfep1534 .company_logo {
        right: -800px;
    }
    /*
    .scd-kcfep1534 .world.map.zoom-na {
        scale: 2.6;
        top: 45%;
        left: 80%;
        right: unset;
        bottom: unset;
    }
    */
    .scd-kcfep1534 .world.map.zoom-sa {
        scale: 2.6;
        bottom: 320px;
        left: 55%;
        right: unset;
        top: unset;
    }
    .scd-kcfep1534 .world.map.zoom-eu {
        scale: 3.0;
        top: 390px;
        left: 0%;
        right: unset;
        bottom: unset;
    }
    .scd-kcfep1534 .world.map.zoom-as {
        scale: 2.8;
        top: 110px;
        right: 65%;
        left: unset;
        bottom: unset;
    }
    .scd-kcfep1534 .world.map.zoom-pa {
        scale: 2.6;
        bottom: 235px;
        right: 90%;
        left: unset;
        top: unset;
    }
    
    @keyframes zoomNa {
        0% {
            scale: 1;
            top: 0;
            left: 0;
            right: ;
            bottom: ;
        }
        100% {
            scale: 2.6;
            top: 45%;
            left: 80%;
            right: unset;
            bottom: unset;
        }
    }
    @keyframes zoomSa {
        0% {
            scale: 1;
            bottom: 0;
            left: 0;
            right: ;
            top: ;
        }
        100% {
            scale: 2.6;
            bottom: 320px;
            left: 55%;
            right: unset;
            top: unset;
        }
    }
    @keyframes zoomEu {
        0% {
            scale: 1;
            top: 0;
            left: 0;
            right: ;
            bottom: ;
        }
        100% {
            scale: 3.0;
            top: 390px;
            left: 0%;
            right: unset;
            bottom: unset;
        }
    }
    @keyframes zoomAs {
        0% {
            scale: 1;
            top: 0;
            right: 0;
            left: ;
            bottom: ;
        }
        100% {
            scale: 2.8;
            top: 110px;
            right: 65%;
            left: unset;
            bottom: unset;
        }
    }
    @keyframes zoomPa {
        0% {
            scale: 1;
            bottom: 0;
            right: 0;
            left: ;
            top: ;
        }
        100% {
            scale: 2.6;
            bottom: 235px;
            right: 90%;
            left: unset;
            top: unset;
        }
    }
}