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

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

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

.scd-kcfep3671 * {
    font-size: 16px;
    font-weight: 400;
    font-family: "Motiva Sans";
    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-kcfep3671 *,
.scd-kcfep3671 *::before,
.scd-kcfep3671 *::after {
    box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.scd-kcfep3671 .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-kcfep3671 .button {
        padding: 10px 30px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.scd-kcfep3671 .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-kcfep3671 .radio-row input:checked,
.scd-kcfep3671 .radio-row input:not(:checked) {
    position: absolute;
    left: -9999px;
}

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

.scd-kcfep3671 .radio-row input:checked+label:before,
.scd-kcfep3671 .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-kcfep3671 .radio-row input:checked+label:after,
.scd-kcfep3671 .radio-row input:not(:checked)+label:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 3px;
    left: 4px;
    border-radius: 100%;
}

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

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

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

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

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

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

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

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

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

.scd-kcfep3671 sup,
.scd-kcfep3671 sub {
    color: inherit;
    font-size: 60%;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: 50%;
    letter-spacing: inherit;
}

.scd-kcfep3671 sub {
    top: unset;
}

.scd-kcfep3671 sup {
    bottom: unset;
}

/* ========================= */
/* ===== scd-kcfep3671 ===== */
/* ========================= */

.scd-kcfep3671.header {
    max-width: 600px;
    display: flex;
    align-items: center;
}

.scd-kcfep3671.header .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    padding: 8px;
}

.scd-kcfep3671.header .inner .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.scd-kcfep3671.header .inner .left h1 {
    font-size: 26px;
    line-height: 120%;
    font-weight: 700;
    margin-bottom: 8px;
}

.scd-kcfep3671.header .inner .left h3 {
    font-size: 16px;
    line-height: 120%;
    font-weight: 700;
    margin-bottom: 8px;
}

.scd-kcfep3671.header .inner .left,
.scd-kcfep3671.header .inner .right {
    width: 100%;
}

.scd-kcfep3671.header .inner .left {
    padding: 8px;
}

.scd-kcfep3671.header .inner .left p {
    line-height: 135%;
    margin-bottom: 16px;
}

.scd-kcfep3671.header .inner .right .passports {
    min-height: 200px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

/* ======================== */
/* === kcfep3671 Footer === */
/* ======================== */

.scd-kcfep3671.footer {
    max-width: 1440px;
}

.scd-kcfep3671.footer .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.scd-kcfep3671.footer .inner h3 {
    font-size: 22px;
    line-height: 120%;
    font-weight: 700;
    margin-bottom: 8px;
}

.scd-kcfep3671.footer .inner .passports-bottom {
    max-width: 380px;
    margin: 32px 0 24px;
}

.scd-kcfep3671.footer .inner p {
    margin-bottom: 16px;
}

.scd-kcfep3671.footer .inner p.small {
    font-size: 13px;
    text-align: left;
}

/* ========================= */
/* === Update 2025-08-21 === */
/* ========================= */

/* .scd-kcfep3671 h2 {
    font-size: 22px;
    line-height: 120%;
    font-weight: 700;
} */

.scd-kcfep3671-kcfep3671 .hystmodal__window {
    max-width: 760px;
}

.scd-kcfep3671 .hystmodal .hystmodal__wrap .hystmodal__styled h2 {
    font-family: "Staples Norms Pro", Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: 700;
}

.scd-kcfep3671 .modal_section .hystmodal .hystmodal__wrap .hystmodal__styled p {
    line-height: 22px;
}

.scd-kcfep3671 .hystmodal .hystmodal__wrap .hystmodal__styled p.buttons {
    text-align: right;
}

.scd-kcfep3671 .hystmodal .hystmodal__wrap .hystmodal__styled button.back {
    font-family: "Staples Norms Pro", Arial, Helvetica, sans-serif;
    color: #000000;
    text-decoration: underline;
    border: none;
    background-color: unset;
    cursor: pointer;
}

.scd-kcfep3671 .hystmodal .hystmodal__wrap .hystmodal__styled a button.button {
    font-size: 16px;
    font-weight: 500;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    border-radius: 22px;
    border: none;
    padding: 0 30px;
    text-decoration: none;
    margin-bottom: 0.5em;
    margin-right: 1em;
}

.scd-kcfep3671 .hystmodal .hystmodal__wrap .hystmodal__styled a button.primary {
    color: #ffffff;
    background: #cc0000;
}

.scd-kcfep3671 .hystmodal .hystmodal__wrap .hystmodal__styled a button.primary:hover {
    background: #a30100;
}

.scd-kcfep3671 .hystmodal .hystmodal__wrap .hystmodal__styled button.back:visited {
    color: #000000;
}

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

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

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

    .scd-kcfep3671.header {
        max-width: 1440px;
    }

    .scd-kcfep3671.header .inner {
        flex-direction: row;
    }

    .scd-kcfep3671.header .inner .left {
        max-width: unset;
        padding: 16px;
    }

    .scd-kcfep3671.header .inner .left h1 {
        font-size: 36px;
    }

    .scd-kcfep3671.header .inner .left h3 {
        font-size: 20px;
    }



    .scd-kcfep3671.footer .inner h3 {
        font-size: 32px;
    }

}

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

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

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