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

.scd-kcfep1685 {
    scroll-behavior: smooth;
    max-width: 1440px;
    margin: auto;
}
  
.scd-kcfep1685 * {
    font-family: "Motiva-Light", "Motiva", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    /* font-weight: 400; */
    /* font-family: "Staples Norms Pro"; */
    text-rendering: optimizeSpeed;
    font-variant-ligatures: none;
    -webkit-font-smoothing: antialiased;
}

.scd-kcfep1685 *,
.scd-kcfep1685 *::before,
.scd-kcfep1685 *::after {
    box-sizing: border-box;
}
 
.scd-kcfep1685 h1,
.scd-kcfep1685 h2,
.scd-kcfep1685 h3,
.scd-kcfep1685 h4,
.scd-kcfep1685 p,
.scd-kcfep1685 figure,
.scd-kcfep1685 blockquote,
.scd-kcfep1685 dl,
.scd-kcfep1685 dd {
    margin: 0;
}

.scd-kcfep1685 a {
    color: #086dd2;
}

.scd-kcfep1685 a:not([class]) {
    text-decoration-skip-ink: auto;
}
  
.scd-kcfep1685 img,
.scd-kcfep1685 picture {
    max-width: 100%;
    display: block;
}

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

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

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

.scd-kcfep1685 .headline {
    font-family: "Motiva-Bold", "Motiva", Helvetica, Arial, sans-serif;
    font-weight: 500;
}

/* ====================== */
/* === Snippet Styles === */
/* ====================== */

.scd-kcfep1685 .rf-snippet {
    background: #f3f3f3;
    padding: 24px;
}

.scd-kcfep1685 .heading {
    padding: 0 24px;
    text-align: center;
    margin-bottom: 32px;
}

.scd-kcfep1685 .heading .section-title {
    font-size: 22px;
    line-height: 1.23;
    margin-bottom: 8px;
}

.scd-kcfep1685 .heading .section-subtitle {
    line-height: 1.5;
}

.scd-kcfep1685 .row {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
}

.scd-kcfep1685 .column {
    background: #fff;
    width: 100%;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
}

.scd-kcfep1685 .column .column-inner {
    margin-bottom: 24px;
}

.scd-kcfep1685 .column .info {
    margin-top: auto;
}

.scd-kcfep1685 .column-title {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 18px;
}

.scd-kcfep1685 .column ul .check {
    margin-right: 8px;
    height: 18px;
    width: auto;
    display: inline;
    vertical-align: text-bottom;
}

.scd-kcfep1685 .column ul li {
    line-height: 1.5;
    margin-left: 12px;
    padding: 0;
    margin-bottom: 8px;
    list-style: none;
}

.scd-kcfep1685 .column ul li ul {
    margin-top: 6px;
}

.scd-kcfep1685 .column ul li ul li {
    margin-left: 24px;
}

.scd-kcfep1685 .column li::before {
    display: none;
}

.scd-kcfep1685 .column .new-line {
    margin-left: 22px;
}

.scd-kcfep1685 .column .info p {
    line-height: 1.5;
}

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

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

}

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

}

@media (min-width: 821px) {
    .scd-kcfep1685 .heading .section-title {
        font-size: 26px;
    }
    .scd-kcfep1685 .column-title {
        font-size: 20px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .scd-kcfep1685 .row {
        flex-direction: row;
    }
    .scd-kcfep1685 .column {
        width: 33.33333%;
    }
}

/* 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) {

}

