<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Global Styles
*/
body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #333333;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    background-image: url('https://img.emlasts.com/funnel/v1/img/FLA/design03/bg-hero.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 850px;
}

h1, h2, h3 {
    letter-spacing: -1px;
}

h4, h5, h6 {
    letter-spacing: -0.5px;
}

/* Mobile: Shrink background image */
@media (min-width: 1024px) and (max-width: 1440px) {
    body {
        background-size: 630px; /* Shrinks to 450px on smaller screens */
        background-position: top right;
    }
}

/* Mobile: Shrink background image */
@media (max-width: 1024px) {
    body {
        background-size: 800px; /* Shrinks to 450px on smaller screens */
        background-position: calc(100% + 225px) top; /* Moves 200px further right */
    }
}

@media (min-width: 426px) and (max-width: 1023px) {
    body {
        background-size: 500px; /* Shrinks to 450px on smaller screens */
        background-position: calc(60% + 225px) top; /* Moves 200px further right */
    }
}

@media (max-width: 425px) {
    body {
        background-size: 500px; /* Shrinks to 450px on smaller screens */
        background-position: calc(30% + 225px) top; /* Moves 200px further right */
    }
}

@media (max-width: 425px) {
    .cmn-rla {
        font-size: 14px;
    }
}

body[data-processing="true"] {
    background-image: none !important
}

body main, body #content {
    display: none;
}

body .loader {
    display: block;
}

body.ready main, body.ready #content {
    display: block;
}

body.ready .loader {
    display: none !important;
}

.badge-holder .alert-light span {
    color: #57ad44;
}

.badge-holder .alert-light i {
    font-size: 35px;
}

.form-select-lg,
.form-control-lg {
    font-size: 1rem;
    padding: 0.75rem 1rem;
}

.spinner-grow {
    width: 4rem;
    height: 4rem;
}

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

@-webkit-keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}


.fade-in-fwd {
    -webkit-animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.500) both;
    animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.500) both;
}

@-webkit-keyframes fade-in-fwd {
    0% {
        -webkit-transform: translateZ(-80px);
        transform: translateZ(-80px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes fade-in-fwd {
    0% {
        -webkit-transform: translateZ(-80px);
        transform: translateZ(-80px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

.bounce-in-fwd {
    -webkit-animation: bounce-in-fwd 0.8s ease-in-out both;
    animation: bounce-in-fwd 0.8s ease-in-out both;
}

@-webkit-keyframes bounce-in-fwd {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    38% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
    55% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    72% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    81% {
        -webkit-transform: scale(0.84);
        transform: scale(0.84);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    89% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    95% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
@keyframes bounce-in-fwd {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    38% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
    55% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    72% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    81% {
        -webkit-transform: scale(0.84);
        transform: scale(0.84);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    89% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    95% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}



/*
SSN Load
*/
.last4-first {
    max-width: 400px;
    margin: auto;
    color: #666;
    padding: 1rem 0;
}

.last4-first h1 span {
    color: #57ad44;
}

.last4-first label {
    font-size: 15px;
    padding: 15px;
}

/*
Nav/Logo
*/

.logo {
    max-width: 200px;
}

.modal-logo {
    margin: auto;
    max-width: 200px;
    padding: 15px 0 0;
}

.modal-logo-last-four {
    max-width: 200px;
    padding: 5px 0;
    margin: auto;
}

.logo-offcanvas {
    max-width: 60%;
    margin: auto;
    padding-bottom: 20px;
}

/*
Hero
*/

.hero-cta h4 {
    letter-spacing: -1px;
    font-size: 17px;
}

.hero-cta p {
    line-height: normal;
}

.hero-cta span {
    color: #57ad44;
}

.hero-cta span.title-change {
    color: #666;
}

.hero-cta span.smaller-text {
    font-size: 16px;
}

.hero-cta label {
    font-size: 18px;
    font-weight: bold;
}

.hero-cta h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: -0.5px;
}

.hero-cta h4:before, .hero-cta h4:after {
    content: "";
    background-color: #333;
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 25px;
    margin: 0 10px;
}

.hero-cta .btn-success {
    border-radius: 0;
}

/*
Progress Bar
*/
.progress {
    max-width: 500px;
    margin: 20px auto;
    padding-left: 0;
    padding-right: 0;
    height: 10px;
}

.progress-bar {
    background: #57ad44;
}

/*
Last 4
*/
#lastfour .width-input {
    max-width: 100px;
    margin: auto;
}

#lastfour .width-input input {
    margin: auto;
}

#lastfour .inline-input:before {
    content: '';
    background-image: url(//img.emlasts.com/epcvip/ac-icons/asterisks.png);
    width: 75px;
    height: 17px;
    position: absolute;
    left: -77px;
    display: block;
    top: 14px;
    background-size: cover;
}

#lastfour div:nth-of-type(1) {
    position: relative;
    z-index: 100;
}

/*
Cards/Validation/Actions
*/
.card {
    max-width: 500px;
    margin: auto;
    border: none;
}

.hero-cta {
    max-width: 1250px !important;
}

.card-title {
    color: #666;
}

.card-body {
    padding: 1rem 0;
}

.card-body h3 {
    font-family: "Montserrat", sans-serif;
    letter-spacing: -0.5px;
}

.card-body label {
    font-size: 15px;
    padding: 15px;
}


.card.current {
    display: block;
}

.card.not-current {
    display: none;
}

.hpostal-value {
    color: #666;
    font-size: 12px;
}

.form-control:focus {
    border-color: #dbe0e4;
    box-shadow: none;
}

.check {
    padding-bottom: 20px;
}

.has-danger .form-control {
    border-color: #dc1d34;
}

.text-help {
    color: #dc1d34;
    font-size: 14px;
    padding-top: 5px;
}

.has-success .form-control {
    border-color: #3c763d;
}

#actions {
    max-width: 500px;
    margin: auto;
}

#nextBtn {
    margin-bottom: 15px;
}

.blockquote-wrapper {
    display: flex;
    padding: 0;
}

.blockquote {
    position: relative;
    max-width: 620px;
    margin: 0px auto 35px auto;
    align-self: center;
}

.blockquote h3 {
    position: relative;
    color: #333;
    font-size: 14px !important;
    font-style: italic;
    font-family: Georgia;
    font-weight: 200;
    letter-spacing: normal;
    margin: 0;
    border: 1px solid #9093A3;
    border-radius: 20px;
    padding: 15px;
    background: white;
}

.blockquote h6 {
    position: relative;
    color: #333;
    font-weight: 600;
    font-size: 11px !important;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0;
    padding-top: 10px;
    z-index: 1;
}

.blockquote h6:first-letter {
    margin-left: -12px;
}

.form-wrapper {
    margin: 0 auto;
    max-width: 85%;
}

.form-group label {
    color: #666;
}

.opt-in,
.phone-disc,
#tcpa-disc {
    font-size: 10px;
    margin-top: 10px;
}

/*
Modals
*/
.modal-lg {
    max-width: 860px;
}

.modal-header {
    justify-content: center;
    padding: 2rem 1rem;
    font-weight: 500;
}

.modal-title small {
    font-weight: 400;
    color: #777;
}

#dont-sell {
    padding-top: 10px;
}

.terms-info a {
    color: #57ad44 !important;
    text-decoration: underline !important;
    cursor: pointer;
}

.modal-bg {
    background-image: url("https://img.emlasts.com/funnel/v1/img/modals-bg.jpg");
    min-height: 250px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}

.modal-body ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.modal-content {
    border-radius: 15px;
    overflow: hidden;
}

.modal-img {
    background-image: url("https://img.emlasts.com/funnel/v1/img/modals-bg.jpg");
    min-height: 200px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}

.modal-img2 {
    background-image: url("https://img.emlasts.com/funnel/v1/img/modals-bg2.jpg");
    min-height: 200px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}

.modal-img3 {
    background-image: url("https://img.emlasts.com/funnel/v1/img/modals-bg3.jpg");
    min-height: 200px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}

#priincsrcAlert h3,
#bacctypeAlert h3,
#isddAlert h3 {
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 20px;
    text-align: center;
}

#priincsrcAlert ul {
    line-height: 2;
}

.col-padding {
    padding: 65px 45px 45px;
    color: #444;
}

/*
Footer
*/
footer {
    padding: 40px 0;

}

footer p {
    font-size: 10px;
}

footer a {
    font-size: 10px;
}

footer .logo {
    max-width: 160px;
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    margin: unset;
}

/*
Off Canvas
*/
.offcanvas-start {
    width: 420px;
}

.offcanvas-body h1 {
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 58px;
    line-height: 49px;
}

.offcanvas-body h4 {
    font-weight: 300;
    font-size: 18px;
}

.offcanvas-body button {
    margin-top: 25px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.offcanvas .d-flex {
    display: block !important;
}

.offcanvas-body {
    margin: 30vh auto 0 auto;
}

/*
Lender Submit
*/
#lender-found {
    margin: auto;
    opacity: .5;
}

#lender-found.in {
    opacity: 1;
    -webkit-animation: heartBeat ease-in-out 1.5s;
    animation: heartBeat ease-in-out 1.5s;
}

#lender-spinner,
.lender-spinner {
    margin: auto;
    opacity: .5;
}

/*
Content Information
*/
#content h1 {
    color: #333;
    letter-spacing: -1px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

#content h5 {
    color: #333;
    letter-spacing: -1px;
    font-weight: 500;
}

#content h6 {
    font-size: 14px;
    letter-spacing: -0.5px;
    font-weight: normal;
}

#content .btn-success {
    border-radius: 50px;
    padding: 15px 30px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

#content ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#content ul li {
    margin-bottom: 10px;
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 5px;
    color: #3D4059
}

#content ul li:last-child {
    border: none;
}

#content ul li i {
    color: #57ad44;
}

.shadow-box {
    box-shadow: 0px 0px 20px 0px rgba(37, 41, 74, 0.15);
    border-radius: 15px;
    background: #FFF;
}

.divider {
    margin: 20px 0 50px 0;
}

.div-block {
    background: #57ad44;
    padding: 30px;
    color: white;
}

.div-block h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    letter-spacing: -0.5px;
    font-size: 30px;
    margin-top: 14px;
}

.title-hlt {
    color: #57ad44;
    font-weight: 700;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='green'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.accordion-button:not(.collapsed) {
    background-color: #DAF6C1;
    color: #336000;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(87deg) brightness(119%) contrast(119%);
}

.alert-light {
    background: #f4f4f4;
    color: #333;
    border: 2px solid #eeeeee;
}

.alert-light h5 {
    font-weight: 700 !important;
    color: #57ad44 !important;
    font-family: "Montserrat", sans-serif;
}

.loan-icons {
    margin: 45px 0 25px 0;
    text-align: center;
    font-weight: 700;
    color: #7C7C7C;
    max-width: 800px;
    margin: auto;
}

.loan-icons img {
    padding: 0 20px;
    opacity: 0.7;
}

.btn-outline-warning {
    color: #fff;
    border-radius: 50px;
    padding: 15px 30px;
    border: 3px solid #fff;
    letter-spacing: -1px;
    font-weight: 600;
    font-size: 18px;
}

.btn-outline-warning:hover, .btn-outline-warning:active {
    color: #333;
    background-color: #fff;
    border-color: #fff;
}

.btn-outline-warning:focus {
    box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 50%);
}

.btn-success {
    color: #fff;
    background-color: #57ad44;
    border-color: #57ad44;
    border-radius: 50px;
    padding: 15px;
    font-weight: 600;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-success:active:focus {
    color: #fff;
    background-color: #327622;
    border-color: #327622;
    box-shadow: none;
}

.btn-primary {
    padding: 15px;
    font-weight: 600;
}

.btn-light {
    padding: 15px;
    border-radius: 50px;
}

.badge-holder {
    max-width: 360px;
    margin: 15px auto 40px auto;
    text-align: center;
    font-size: 12px;
}

.badge-holder svg {
    width: 45px;
    margin: 0 auto 20px auto;
    opacity: .3;
}

/*
Auto Complete
*/

.autoComplete_wrapper &gt; input,
.autoComplete_wrapper {
    width: 100%;
    height: unset;
}

.autoComplete_wrapper &gt; input::placeholder {
    color: #666;
    font-size: 15px;
}

.autoComplete_wrapper &gt; ul &gt; li mark {
    padding: 0;
}

/*
Processing Animation
*/
.processing-animation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 185px;
    margin: 15px auto 30px auto;
}

.processing-animation i {
    font-size: 55px;
    margin: 16px;
    color: #999999;
}

.wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.wrapper {
    position: relative;
    height: 185px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.wrapper span {
    position: relative;
    left: 112px;
    top: 60px;
    -webkit-animation-name: cloud-loop;
    animation-name: cloud-loop;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.wrapper:before {
    content: "";
    position: absolute;
    top: 210px;
    left: 26px;
    width: 100px;
    height: 32px;
    border-radius: 100%;
    background-color: rgba(222, 225, 228, 0.4);
    -webkit-animation-name: shadow-loop;
    animation-name: shadow-loop;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 140px;
    height: 140px;
    border-radius: 100%;
    background-color: #e8edef;
    border: 9px solid #DEE1E4;
    overflow: hidden;
    -webkit-animation-name: cloud-loop;
    animation-name: cloud-loop;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.handle:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 6px;
    background-color: #DEE1E4;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.handle:after {
    content: "";
    position: absolute;
    left: 30px;
    top: 20px;
    width: 36px;
    height: 12px;
    background-color: #DEE1E4;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 0 4px 4px 0;
}

.box-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.box-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@-webkit-keyframes rowup-1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }
}

@keyframes rowup-1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }
}

@-webkit-keyframes rowup-2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }
}

@keyframes rowup-2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }
}

@-webkit-keyframes cloud-loop {
    0% {
        -webkit-transform: translate(0, 15px);
        transform: translate(0, 15px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes cloud-loop {
    0% {
        -webkit-transform: translate(0, 15px);
        transform: translate(0, 15px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes shadow-loop {
    0% {
        -webkit-transform: translate(0, -35px) scale(1.15, 0.25);
        transform: translate(0, -35px) scale(1.15, 0.25);
    }
    100% {
        -webkit-transform: translate(0, -35px) scale(1, 0.25);
        transform: translate(0, -35px) scale(1, 0.25);
    }
}

@keyframes shadow-loop {
    0% {
        -webkit-transform: translate(0, -35px) scale(1.15, 0.25);
        transform: translate(0, -35px) scale(1.15, 0.25);
    }
    100% {
        -webkit-transform: translate(0, -35px) scale(1, 0.25);
        transform: translate(0, -35px) scale(1, 0.25);
    }
}

.bi-coin {
    padding: 10px;
    color: #485e4e
}

.box-1 {
    -webkit-animation: 1s rowup-1 linear infinite normal;
    animation: 1s rowup-1 linear infinite normal;
}

.box-2 {
    -webkit-animation: 1s rowup-2 linear infinite normal;
    animation: 1s rowup-2 linear infinite normal;
}

.focus-in {
    -webkit-animation: focus-in 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: focus-in 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: url('data:image/svg+xml;charset=utf-8,&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;&lt;filter id="filter"&gt;&lt;feGaussianBlur stdDeviation="12" /&gt;&lt;/filter&gt;&lt;/svg&gt;#filter');
        filter: blur(12px);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    100% {
        -webkit-filter: blur(0px);
        filter: url('data:image/svg+xml;charset=utf-8,&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;&lt;filter id="filter"&gt;&lt;feGaussianBlur stdDeviation="0" /&gt;&lt;/filter&gt;&lt;/svg&gt;#filter');
        filter: blur(0px);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

@keyframes focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: url('data:image/svg+xml;charset=utf-8,&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;&lt;filter id="filter"&gt;&lt;feGaussianBlur stdDeviation="12" /&gt;&lt;/filter&gt;&lt;/svg&gt;#filter');
        filter: blur(12px);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    100% {
        -webkit-filter: blur(0px);
        filter: url('data:image/svg+xml;charset=utf-8,&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;&lt;filter id="filter"&gt;&lt;feGaussianBlur stdDeviation="0" /&gt;&lt;/filter&gt;&lt;/svg&gt;#filter');
        filter: blur(0px);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

.processing-txt h6,
.processing-txt h3 {
    color: #2c334e;
}

.processing-txt h6 {
    font-weight: 300 !important;
}

.processing-txt h3 {
    font-weight: 400 !important;
}

.animation-pause * {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

/*
Legal Terms Lookup
*/
#legalTerms {
    max-width: 400px;
    margin: 15px auto;
    font-size: 10px
}

/*
Lookup Validated Welcome Back Text
*/
#welcome-back p {
    font-size: 14px;
}

.session-legal p {
    font-size: 12px;
    line-height: 1.3;
}

.returned-submit {
    position: relative;
}

.return-user-img {
    width: 285px;
    margin: 0 auto;
}

.arrow-3 {
    width: 50px;
    height: 25px;
    display: flex;
    position: absolute;
    top: 18px;
    right: 20px;
}

.arrow-3:before {
    content: "";
    flex: 1;
    margin: 0 5px;
    background: white;
    clip-path: polygon(0 10px, calc(100% - 15px) 10px, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, calc(100% - 15px) calc(100% - 10px), 0 calc(100% - 10px));
    animation: a3 .5s infinite alternate;
}

@-webkit-keyframes a3 {
    0% {
        -webkit-transform: scaleX(var(--s, 1)) translate(-4px);
        transform: scaleX(var(--s, 1)) translate(-4px)
    }
    100% {
        -webkit-transform: scaleX(var(--s, 1)) translate(4px);
        transform: scaleX(var(--s, 1)) translate(4px)
    }
}

@keyframes a3 {
    0% {
        -webkit-transform: scaleX(var(--s, 1)) translate(-4px);
        transform: scaleX(var(--s, 1)) translate(-4px)
    }
    100% {
        -webkit-transform: scaleX(var(--s, 1)) translate(4px);
        transform: scaleX(var(--s, 1)) translate(4px)
    }
}

#legal-text {
    font-size: 12px;
    line-height: 1.6;
}

.table-titles {
    background-color: #57ad44 !important;
    color: #fff !important;
    text-align: left;
    text-transform: uppercase;
}

.table-headline h3:after {
    content:'';
    display:block;
    width: 150px;
    border-bottom:3px solid #57ad44;
    margin: 25px auto 25px auto;
}

/*
Media Queries
*/
@media (min-width: 330px) {
    .blockquote h3:after {
        content: "";
        position: absolute;
        border: 1px solid #9093A3;
        border-radius: 50px 0 0 0;
        width: 45px;
        height: 45px;
        bottom: -45px;
        right: 40px;
        border-bottom: none;
        border-right: none;
        z-index: 3;
    }

    .blockquote h3:before {
        content: "";
        position: absolute;
        width: 40px;
        border: 6px solid #ffffff;
        bottom: -3px;
        right: 40px;
        z-index: 2;
    }
}

@media (max-width: 425px) {
    .alert-light {
        min-height: 0;
    }

    .text-end {
        text-align: center !important;
    }

    .div-block h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    #content h1 {
        font-size: 25px;
    }
}

@media (max-width: 576px) {
    .hero-cta .btn-success {
        margin-top: 15px;
    }
}

@media (max-width: 768px) {
    .aibannertxt {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    .partner-list {
        -webkit-column-count: 3 !important;
        -moz-column-count: 3 !important;
        column-count: 3 !important;
    }

    .form-wrapper {
        max-width: 420px;
    }
}

@media (min-width: 992px) {
    .alert-light {
        min-height: 0;
        padding: 35px 20px;
    }
}

.aibox {
    width: 95px;
}
.aigradient {
    overflow-x: hidden;
    background: #2b2a78;
    border: 2px solid #fff;
}

.shadow-wrapper {
    box-shadow: 0 9px 23px -10px rgba(0, 0, 0, 0.5);
}


.progress-container {
    width: 100%;
    background-color: #eee;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.progress-bar-lenders {
    height: 10px;
    text-align: center;
    line-height: 20px;
    color: white;
    border-radius: 8px;
    width: 50%; /* Adjust this to change the progress */
    animation: fillProgress 5s infinite, moveBackground 2s linear infinite;
    margin-bottom: 25px;
    background-color: #57AD44;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 75%, transparent 75%, transparent);
    background-size: 50px 50px;
}

@keyframes fillProgress {
    0% { width: 0%; }
    100% { width: 100%; }
}

@keyframes moveBackground {
    0% { background-position: 0 0; }
    100% { background-position: 50px 50px; }
}

.secure-input {
    padding-right: 40px; /* Adjust the padding as needed */
    background-image: url('https://img.emlasts.com/funnel/v1/svg/simple-lock.svg');
    background-repeat: no-repeat;
    background-position: right 10px center; /* Adjust the position as needed */
    background-size: 20px; /* Adjust the size as needed */
}

.alert-danger {
    --bs-alert-bg: #FFF8F7 !important;
    --bs-alert-color: #000000 !important;
    --bs-alert-border-color: none !important;
    margin-bottom: 10px !important;
}

.spinner-border {
    width: 40px;
    height: 40px;
}

.fade-out {
    opacity: 1;
    transition: opacity 1s ease-out;
}

.fade-out.hide {
    opacity: 0;
}

.fade-in {
    opacity: 0;
    transition: opacity 1s ease-in;
}

.fade-in.show {
    opacity: 1;
}

.slow-bounce {
    -webkit-animation: slow-bounce 20s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
    animation: slow-bounce 20s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}

@-webkit-keyframes slow-bounce {
    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    10%,
    30%,
    50%,
    70% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    20%,
    40%,
    60% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    80% {
        -webkit-transform: translateY(8.4px);
        transform: translateY(8.4px);
    }
    90% {
        -webkit-transform: translateY(-8.4px);
        transform: translateY(-8.4px);
    }
}
@keyframes slow-bounce {
    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    10%,
    30%,
    50%,
    70% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    20%,
    40%,
    60% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    80% {
        -webkit-transform: translateY(8.4px);
        transform: translateY(8.4px);
    }
    90% {
        -webkit-transform: translateY(-8.4px);
        transform: translateY(-8.4px);
    }
}

.l4-user {
    position: relative;
    width: 55px;
}

.l4-user::before,
.l4-user::after {
    content: "";
    height: 1px;
    width: 100px;
    background-color: #cccccc;
    display: block;
    position: absolute;
    top: 50%;
}

.l4-user::before {
    left: -110px; /* Adjust as needed */
}

.l4-user::after {
    right: -110px; /* Adjust as needed */
}

.text-success {
    color: #46b92e!important;
}

.bg-success {
    background-color: #46b92e!important;
}

.bg-secondary {
    background-color: #89c845 !important
}

.decor-left {
    bottom: -50px;
    left: 0;
    width: 350px;
    opacity: .65;
    
}

.decor-right {
    top: -75px;
    right: 0;
    width: 350px;
    opacity: .15;
}

@media (min-width: 768px) {
    .round-icon {
        width: 100px;
        height: 100px;
    }
    .lord-icon-size {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 767px) {
    .round-icon {
        width: 60px;
        height: 60px;
    }
    .lord-icon-size {
        width: 30px;
        height: 30px;
    }
}</pre></body></html>