<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner {
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
}

@media (min-width: 851px) {
    .banner {
        background-image: url(../images/763_1920__1920_65e7292179089_main-bg-banner.webp);
    }
}

@media (max-width: 850px) {
    .banner {
        background-image: url(../images/358_900__900__1920_65e7292179089_main-bg-banner.webp);
    }
}

.hero-form {
    font-family: sans-serif;
    font-size: 16px;
    background: #fff;
    padding: 30px 20px;
    color: #222;
    width: 100%;
    margin: auto;
    position: relative;
    box-sizing: border-box;
}

.hero-form h2 {
    margin: 0;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    padding: 10px 0;
}

.hero-form input[type="text"],
.hero-form input[type="tel"],
.hero-form input[type="email"] {
    box-sizing: border-box;
    background: transparent;
    border: 1px solid white;
    height: 42px;
    border-radius: 5px;
    width: 100%;
    position: relative;
    outline: none;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    border: 1px solid #ccc !important;
    color: #000 !important;
}

.form-group {
    margin-bottom: 20px;
}

.iti--allow-dropdown {
    width: 100%;
}

.form-submit {
    color: rgb(0, 0, 0) !important;
    background-color: rgb(255, 145, 0) !important;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
    font-family:
        Inter var,
        -apple-system,
        BlinkMacSystemFont,
        Helvetica Neue,
        Helvetica,
        sans-serif;
    line-height: 1.25;
    opacity: 1;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    letter-spacing: 0;
    display: block;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    padding: 0;
    border-radius: 5px;
    text-transform: uppercase;
    width: 100%;
    height: 64px;
    border: none;
    cursor: pointer;
    outline: none;
    margin-bottom: 10px;
    transition: 0.3s;
}

.form-submit:hover {
    opacity: 0.9;
}

.tnc_text {
    margin-top: -10px;
}

.tnc_text p,
.tnc_text p {
    font-size: 10px;
    text-align: center;
    margin: 0;
    line-height: 1.5;
}

a.term-link {
    color: #2379f7;
    text-decoration: none;
}

::placeholder {
    color: #000;
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #000;
}

.logo {
    font-weight: bold;
    font-size: 28px;
    color: rgb(123 61 187) !important;
}</pre></body></html>