<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'urbane-light';
    src: url("../fonts/UrbaneRounded-Light.ttf");
}

@font-face {
    font-family: 'urbane-semibold';
    src: url("../fonts/UrbaneRounded-DemiBold.ttf");
}

@font-face {
    font-family: 'urbane-medium';
    src: url("../fonts//UrbaneRounded-Medium.ttf");
}

@font-face {
    font-family: 'urbane-bold';
    src: url("../fonts/UrbaneRounded-Bold.ttf");
}

html, body {
    overflow-x: hidden;
}

* {
    font-family: 'urbane-light';
}

.logo {
    height: 80px;
}

.btn-call {
    background-color: #4d2aa8;
}

.btn-call:hover {
    background-color: #4d2aa8;
    color: white;
}

.call-btn {
    height: 60px;
}

.bold {
    font-family: 'urbane-bold';
}

.fs-13 {
    font-size: 13px;
}

.phone-content {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 90%;
    width: 80%;
    background-color: white;
    transform: translate(-50%, -50%);
    border-radius: 30px;
    overflow-y: scroll;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.phone-content::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.phone-content {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.speaker {
    height: 3px;
    width: 50px;
    background-color: black;
    border-radius: 5px;
}

.camera {
    width: 12px;
    height: 12px;
    background-color: black;
    border-radius: 50%;
}

.mob-logo {
    height: 80px;
}

.semibold {
    font-family: 'urbane-semibold';
}

.fs-14 {
    font-size: 14px;
}

.mob-footer {
    background-color: #4d2aa8;
}

.personal-loan {
    background-color: #F2F2F3;
    color: #4d2aa8;
}

.number {
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.number.active {
    background-color: #4d2aa8;
    color: white;
    border-radius: 50%;
}

.text-violet {
    color: #4d2aa8;
}

.title {
    line-height: 1.3;
}

.form-control {
    border: 1px solid #00a0f5;
}

.btn-violet {
    background-color: #4d2aa8;
    color: white;
}

.btn-violet:hover {
    background-color: #4d2aa8;
    color: white;
}

.text-black {
    color: #181036 !important;
}

.section-title {
    font-size: 40px;
}

.icon-holder {
    background-color: #DBECFA;
}

.medium {
    font-family: 'urbane-medium';
}

.your-money {
    background-color: #E7F6FE;
}

.icon-holder img {
    height: 100px;
}

.text-large {
    font-size: 40px;
}

.bg-violet {
    background-color: #4d2aa8;
}

.form {
    background-color: #ECF5FD;
}

label {
    font-size: 14px;
}

.congratulations-1 {
    background-color: #EEF6FE;
}

@media screen and (max-width: 767px) {
    section.topbar.py-2 .d-flex {
        flex-direction: column;
        gap: 20px;
    }

    .topbar img.img-fluid.call-btn {
        display: none;
    }

    .card-body.p-5 {
        padding: 20px !important;
    }

    .card-body.p-5 br {
        display: none;
    }

    a.btn.px-5.py-2.btn-call.d-inline-flex.w-100.justify-content-center.align-items-center.gap-3 {
        padding: 20px !important;
    }

    section.how-it-works.py-5 .row {
        gap: 60px;
    }

    .text-large {
        font-size: 30px;
    }

    .hero-text {
        justify-content: center !important;
        text-align: center;
    }

    .congrats-section-phone {
        display: none;
    }

    .call-btn-text h2 {
        font-size: 19px !important;
    }

    .call-btn-text p {
        font-size: 16px !important;
    }

}

.border-top-custom {
    border-top: 2px solid #cfe6f9;
}

.call-btn-text h2 {
    font-size: 36px;
}

.clap-emoji {
    width: 1.75rem;
    margin-left: 15px;
}

.phone-content {
    overflow: hidden;
}

.icon-holder {
    padding-right: -20px !important;
    margin-left: 40px !important;
    margin-right: 40px !important;
}

.custom-gap {
    margin-right:20px;
    margin-left: 20px;
}</pre></body></html>