<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* calculator */
#calculator .section_title {
    font-family: var(--font-sans-serif);
    text-align: left;
    letter-spacing: 0;
    font-size: 1.25rem;
    font-weight: bold;
}

#calculator .calculator_container {
    border: 0;
}

#calculator .payment_container {
    border: none;
}

#calculator .calc-wrapper {
    font-family: var(--font-sans-serif) !important;
    width: 100%;
}

#calculator .font_bebas {
    font-family: var(--font-azo);
}
#calculator .inteerest_container {
    border: 0;
}

/* loanfly */
.lf-template {
    position: relative;
    overflow: hidden;
}

    .lf-template .lo-details {
        position: absolute;
        background: white;
        line-height: 1.2;
        font-family: 'proxima-nova', Arial, sans-serif;
        top: 65%;
        left: 12%;
        width: calc(100% - 24%);
        font-size: .9rem;
    }

        .lf-template .lo-details &gt; div {
            border: 2px solid #f0f0f0;
            border-radius: 10px;
            padding: 13px;
            margin-bottom: 1rem;
        }

            .lf-template .lo-details .name &gt; div:first-child {
                font-weight: bold;
            }

            .lf-template .lo-details .name &gt; div:last-child {
                text-transform: uppercase;
            }

            .lf-template .lo-details .name &gt; div:not(:first-child) {
                font-size: 70%;
            }

        .lf-template .lo-details .phone &gt; div {
            display: flex;
            margin-bottom: 6px;
        }

            .lf-template .lo-details .phone &gt; div &gt; span:first-child {
                width: 28px;
            }</pre></body></html>