<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.form-group .card {
    font-family: 'Nunito', sans-serif;
    min-width: 200px;
}

.form-group .b-quote {
    box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
    /*transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);*/
    /*transition: all .2s ease-in-out;*/
    cursor: pointer;
    border: 0;
    /*-webkit-transition: all 1s ease;*/
    /*-moz-transition: all 1s ease;*/
    /*-o-transition: all 1s ease;*/
    /*transition: all 1s ease;*/
}

.form-group .card.active .card-header {
    background-color: #007eff;
}

.form-group .card.active .card-header h4 {
    color: white;
}

.form-group .b-quote:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}

.form-group .b-quote .card-body {
    padding-bottom: 0 !important;
}

.form-group .card-body ul li {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.p-title {
    color: black;
    font-weight: bold;
}

.form-group .card-header h4 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.form-group .b-quote:hover {
    margin-top: 10px;
    transform: scale(1.10);
    -moz-transform: scale(1.10);
    -webkit-transform: scale(1.10);
    -o-transform: scale(1.10);
    -ms-transform: scale(1.10);
    /*transition: transform 500ms ease-out 50ms;*/
}

#close-quote {
    margin-left: 8px;
    position: absolute;
    left: calc(100%);
}

.small-margin {
    padding-left: 1em;
    padding-right: 1em;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 35px;
}

input::-webkit-datetime-edit {
    position: relative;
    left: 2%;
}

input::-webkit-datetime-edit-fields-wrapper {
    position: relative;
    left: 2%;
}

#demoModal input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 30px;
}

#demoModal input::-webkit-datetime-edit {
    position: relative;
    left: 4%;
}

#demoModal input::-webkit-datetime-edit-fields-wrapper {
    position: relative;
    left: 4%;
}

@media (max-width: 990px) {
    .card {
        margin: 20px;
    }
}

@media (max-width: 575px) {
    #close-quote {
        display: none;
    }

    input[type="date"]::-webkit-calendar-picker-indicator {
        position: absolute;
        left: 15px;
    }

    input::-webkit-datetime-edit {
        position: relative;
        left: 4%;
    }

    input::-webkit-datetime-edit-fields-wrapper {
        position: relative;
        left: 4%;
    }

    #demoModal input[type="date"]::-webkit-calendar-picker-indicator {
        position: absolute;
        left: 0;
    }

    #stepperForm {
        min-height: 259px;
    }
}

.pricing-card-title {
    display: none;
    /*opacity: 0;*/
}

.slide-out-elliptic-top-bck {
    -webkit-animation: slide-out-elliptic-top-bck 1.2s ease-in both;
    animation: slide-out-elliptic-top-bck 1.2s ease-in both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-10-2 22:21:33
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-out-elliptic-top-bck
 * ----------------------------------------
 */
@-webkit-keyframes slide-out-elliptic-top-bck {
    0% {
        -webkit-transform: translateY(0) rotateX(0) scale(1);
        transform: translateY(0) rotateX(0) scale(1);
        -webkit-transform-origin: 50% 1400px;
        transform-origin: 50% 1400px;
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
        transform: translateY(-600px) rotateX(-30deg) scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 1;
    }
}

.slide-right {
    -webkit-animation: slide-right 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-right 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-10-2 22:39:17
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(200%);
        transform: translateX(200%);
    }
}

@keyframes slide-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(200em);
        transform: translateX(200em);
    }
}

.slide-out-top {
    -webkit-animation: slide-out-top 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: slide-out-top 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-10-3 3:40:24
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-out-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-out-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }
}

@keyframes slide-out-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }
}

.vibrate-1 {
    -webkit-animation: vibrate-1 2s linear infinite both;
    animation: vibrate-1 2s linear infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-10-3 5:36:50
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation vibrate-1
 * ----------------------------------------
 */
@keyframes vibrate-1 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    20% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }
    40% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }
    60% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }
    80% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

.badges {
    font-family: 'Raleway', serif;
}

.float {
    z-index: 1000;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 140px;
    right: 140px;
    background-color: #0C9;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

.my-float {
    margin-top: 22px;
}


.health-check {
    padding-left: 2em;
}

/*@media (max-width: 958.98px) {*/
/*    .health-check {*/
/*        padding-left: 1em;*/
/*    }*/
/*}*/

#health-ok p {
    padding-top: 9px;
}

@media (max-width: 992.98px) and (min-width: 767.98px) {
    .modal-lg {
        max-width: 700px !important;
    }
}

#c-coverages i {
    padding-top: 2px;
    margin-left: 2px;
    color: #007eff;
}

#c-coverages .form-check, .asterisk-conditions {
    padding-left: 2em;
    margin-left: 0 !important;
}

@media (max-width: 577.98px) {
    #c-coverages .form-check {
        padding-left: 0;
    }
}

@media (max-width: 575px) {
    .bs-stepper-content {
        padding: inherit !important;
    }

    /*#c-coverages .d-md-none {*/
    /*    font-size: .7rem;*/
    /*}*/
}

@media (max-width: 767.98px) {
    #c-coverages .form-check, .asterisk-conditions {
        padding-left: initial;
        margin-right: initial !important;
    }
}

.asterisk, .asterisk-2 {
    color: #26a69a;
    background-color: white;
}

#c-coverages label {
    display: inline;
}

@-moz-document url-prefix() {
    #c-coverages .custom-control {
        margin-top: -6px;
    }
    @media (max-width: 420px) {
        .daily-range .custom-range {
            width: 70%;
        }
    }
}

.fix-mr {
    margin-left: 1.25em !important;
}

.fix-mr input {
    margin-top: 7px;
}

@media (min-width: 992px) {
    .p-daily {
        padding-left: 0 !important;
    }
}

#c-coverages .badge:not(.badge-active) {
    color: #6c757d;
}

#c-coverages .badge, #c-coverages .badge:hover {
    color: white;
    cursor: pointer;
}

.refresh-text {
    animation: jump 6.5s ease 0s normal;
}


@keyframes jump {
    0% {
        transform: translateY(0);
    }
    3% {
        transform: translateY(-30px);
    }
    6% {
        transform: translateY(0);
    }
    9% {
        transform: translateY(-15px);
    }
    12% {
        transform: translateY(0);
    }
    12%,
    100% {
        transform: translateY(0);
    }
}</pre></body></html>