@import '_content/EC.Shared/EC.Shared.8p7z8001e7.bundle.scp.css';

/* /Components/Forms/FormInitial.razor.rz.scp.css */
body[b-ewcc35rbph] {
}
/* /Components/Forms/FormProgressBar.razor.rz.scp.css */
.step-progress-container[b-6iad6p6ei7] {
    margin: auto;
    max-width: var(--max-width);
}

.step-container[b-6iad6p6ei7] {
    display: flex;
    align-items: center;
}

.step-number[b-6iad6p6ei7] {
    color: var(--font-color);
    background-color: var(--bg-color);
    font-size: var(--font-size);
    font-weight: 700;
    width: var(--step-number-size);
    height: var(--step-number-size);
    border-radius: 50%;
    margin: -1px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.1s linear;
}

    .step-number.active[b-6iad6p6ei7] {
        background-color: var(--color);
        font-size: calc(var(--font-size) * 1.25);
        width: calc(var(--step-number-size) * 1.15);
        height: calc(var(--step-number-size) * 1.15);
        transition: all 0.1s linear;
        transition-delay: 0.25s;
    }

.step-line-container[b-6iad6p6ei7] {
    flex-grow: 1;
    z-index: 1;
    height: var(--step-line-height);
    position: relative;
}

.step-line[b-6iad6p6ei7] {
    display: block;
    height: var(--step-line-height);
    position: absolute;
    background-color: var(--color);
    width: 0%;
    transition: width 0.25s ease-in;
    transition-delay: 0.1s;
}

    .step-line.filled[b-6iad6p6ei7] {
        width: 100%;
        transition: width 0.25s ease-out;
    }

.step-line-bg[b-6iad6p6ei7] {
    display: block;
    height: var(--step-line-height);
    background-color: var(--bg-color);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Header */
header .banner[b-468tpeqay6] {
    color: #ffffff;
    background-color: #142756;
    padding: 10px;
    text-align: center;
}

header .logo-container[b-468tpeqay6] {
    max-width: 100%;
    width: 280px;
    padding: 10px;
    margin: auto;
}

    header .logo-container img[b-468tpeqay6] {
        width: 100%;
        height: 100%;
    }

@media only screen and (max-width: 500px) {
    header .logo-container[b-468tpeqay6] {
        margin: 10px auto;
        width: 250px;
    }
}

/* Footer */
footer[b-468tpeqay6] {
    color: #0d295b;
    background-color: #dce0e2;
    padding: 20px 0;
}

.footer-text[b-468tpeqay6] {
    max-width: 1080px;
    padding: 10px;
    margin: auto;
}

    footer p[b-468tpeqay6] {
        font-size: 11px;
        text-align: justify;
        margin-bottom: 6px;
    }

    footer a[b-468tpeqay6] {
        color: #0d295b;
        text-decoration: none;
    }
/* /Components/Pages/Home.razor.rz.scp.css */
h1[b-s8wdoflrh6], h2[b-s8wdoflrh6], h3[b-s8wdoflrh6], h4[b-s8wdoflrh6] {
    color: #142756;
    text-align: center;
}

p[b-s8wdoflrh6] {
    color: #231f20;
}

.off-white[b-s8wdoflrh6] {
    background-color: #f3f8fc;
}

.light-blue[b-s8wdoflrh6] {
    color: #385ea9;
}

.section[b-s8wdoflrh6] {
    max-width: 1100px;
    margin: auto;
    padding: 30px 10px;
}

/* Hero Banner */
.hero-banner[b-s8wdoflrh6] {
    text-align: center;
    padding: 10px;
}

    .hero-banner h2[b-s8wdoflrh6] {
        margin: 0;
    }

/* Hero */
.hero[b-s8wdoflrh6] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
}

    .hero .hero-offer[b-s8wdoflrh6] {
        background: url('/img/heros/hero-bg.webp') center center;
        background-size: cover;
        display: flex;
        padding: 20px;
    }

        .hero .hero-offer img[b-s8wdoflrh6] {
            display: block;
            margin: auto;
            max-width: 300px;
        }

    .hero .hero-form[b-s8wdoflrh6] {
        background: url('/img/heros/wood-bg.webp') center center;
        background-size: cover;
        display: flex;
        padding: 20px;
    }

.form-container[b-s8wdoflrh6] {
    background-color: white;
    margin: auto;
    padding: 10px;
    border-radius: 15px;
    text-align: center;
}

    .form-container .form-banner[b-s8wdoflrh6] {
        background-color: #eeda6a;
        border-radius: 10px;
    }

    .form-container .form-banner h4[b-s8wdoflrh6] {
        margin: 0;
        margin-bottom: 12px;
        padding: 5px 8px;
    }

    .form-container h2[b-s8wdoflrh6] {
        margin: 0;
    }

    .form-container .form-reviews[b-s8wdoflrh6] {
        color: #142756;
        margin-bottom: 12px;
    }

    .form-container .form-footnote[b-s8wdoflrh6] {
        font-size: 14px;
        margin-top: 12px;
    }

@media screen and (max-width: 768px) {
    .hero[b-s8wdoflrh6] {
        grid-template-columns: 1fr;
    }
}

.sub-hero h4[b-s8wdoflrh6] {
    margin: 0;
    text-align: center;
}

.sub-hero .badges[b-s8wdoflrh6] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 10px;
    padding-top: 30px;
}

    .sub-hero .badges img[b-s8wdoflrh6] {
        max-height: 60px;
        width: auto;
    }

/* Options & Styles */
.options h2[b-s8wdoflrh6] {
    margin: 0;
}

.card-container[b-s8wdoflrh6] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 35px;
}

    .card-container .card[b-s8wdoflrh6] {
        border-radius: 10px;
        overflow: hidden;
    }

        .card-container .card .card-img img[b-s8wdoflrh6] {
            max-width: 100%;
            display: block;
        }

        .card-container .card .card-text[b-s8wdoflrh6] {
            color: white;
            background-color: #142756;
            font-weight: 700;
            text-transform: uppercase;
            text-align: center;
            padding: 10px;
        }

@media screen and (max-width: 768px) {
    .card-container[b-s8wdoflrh6] {
        grid-template-columns: 1fr 1fr;
    }
}

/* Hassle-Free process */
.icon-container[b-s8wdoflrh6] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

    .icon-container .icon .icon-img[b-s8wdoflrh6] {
        max-width: 150px;
        margin: auto;
    }

        .icon-container .icon .icon-img img[b-s8wdoflrh6] {
            max-width: 100%;
        }

@media screen and (max-width: 600px) {
    .icon-container[b-s8wdoflrh6] {
        grid-template-columns: 1fr;
    }
}

/* Finance Options */
.finance-options img[b-s8wdoflrh6] {
    max-width: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.finance-options h2[b-s8wdoflrh6] {
    margin-bottom: 6px;
}

.finance-options h3[b-s8wdoflrh6] {
    margin-top: 0px;
    font-weight: 400;
}

/* Reviews */
.reviews[b-s8wdoflrh6] {
    background-color: #182959;
}

    .reviews h2[b-s8wdoflrh6] {
        color: white;
    }

.review-container[b-s8wdoflrh6] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-bottom: 40px;
}

    .review-container .review[b-s8wdoflrh6] {
        background-color: white;
        border-radius: 15px;
        padding: 20px;
    }

        .review-container .review img[b-s8wdoflrh6] {
            max-width: 100px;
        }

@media screen and (max-width: 768px) {
    .review-container[b-s8wdoflrh6] {
        grid-template-columns: 1fr;
    }
}

/* Advantage */
.advantage .section[b-s8wdoflrh6] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 0;
}

.advantage .advantage-employee img[b-s8wdoflrh6] {
    display: block;
    max-height: 500px;
}

.advantage .advantage-text[b-s8wdoflrh6] {
    display: flex;
    flex-direction: column;
    margin: auto;
}

.advantage .advantage-text img[b-s8wdoflrh6] {
    max-width: 100%;
}


@media screen and (max-width: 768px) {
    .advantage .advantage-employee img[b-s8wdoflrh6] {
        max-height: 300px;
    }
}
/* /Components/Pages/Schedule.razor.rz.scp.css */
h1[b-2ywsl7fd9p] {
    text-align: center;
}

.section[b-2ywsl7fd9p] {
    max-width: 1080px;
    margin: auto;
    padding: 30px 10px;
}

.form-container[b-2ywsl7fd9p] {
    max-width: 700px;
    margin: auto;
}

[b-2ywsl7fd9p] .form-btn {
    color: white;
}
/* /Components/Pages/ThankYou.razor.rz.scp.css */
html *[b-zzeokq5m17] {
    font-family: "Roboto", sans-serif;
}

h1[b-zzeokq5m17] {
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    text-transform: uppercase;
}

h2[b-zzeokq5m17] {
    font-family: "PT Sans Narrow", sans-serif;
}

/* Banner */
.banner[b-zzeokq5m17] {
    color: white;
    background-color: #132b5b;
    padding: 6px 3px;
}

    .banner .banner-text p[b-zzeokq5m17] {
        margin: auto;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-family: "PT Sans Narrow", sans-serif;
        font-size: 32px;
        text-align: center;
    }

@media only screen and (max-width: 500px) {
    .banner .banner-text p[b-zzeokq5m17] {
        font-size: 16px;
    }
}

/* Main */
.main[b-zzeokq5m17] {
    background: url('/img/BRND-25-LP-HERO.webp');
    background-size: cover;
    text-align: center;
    min-height: 700px;
    display: flex;
    align-items: center;
}

    .main .main-text[b-zzeokq5m17] {
        max-width: 700px;
        margin: auto;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 50px;
    }
