<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ----------------------------------------------------------------	Custom CSS	Add all your Custom Styled CSS here for New Styles or	Overwriting Default Theme Styles for Better Handling Updates-----------------------------------------------------------------*/
#copyrights {
    background-color: #F5F5F4
}

.arancio {
    font-weight: bold;
    color: #DF6414;
}

.arancio_bkg {
    background-color: #DF6414;
    color: #FFF;
}

.fsep {
    display: inline-block;
    margin: 0px 5px;
}

.copy-right strong&gt;a {
    color: #555;
}

#rsa-map iframe {
    width: var(--wMap);
    height: var(--hMap);
}

@media (min-width: 992px) {
    #top-bar.semitransparent-topbar {
        background-color: rgba(255, 255, 255, 1) !important;
    }

    #header.transparent-header.semi-transparent #header-wrap {
        background-color: rgba(255, 255, 255, 0.60);
    }

    .sticky-header #header-wrap {
        top: 45px;
    }

    #header {
        top: 45px;
    }

    #top-bar {
        position: fixed;
        width: 100%;
    }
}

.top-links-item&gt;a {
    font-family: 'Poppins', sans-serif;
    display: block;
    padding: 12px;
    font-size: 0.82rem;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
}

.sticky-header #header-wrap {
    top: 45px;
}

.arancio {
    font-weight: bold;
    color: #DF6414;
}

main {
    background-color: #FFF !important;
}

@media (min-width: 992px) {
    .position-lg-sticky {
        top: 80px;
    }
}

.btn-primary {
    color: #fff;
    background-color: #DF6414;
    border-color: #DF6414;
}
.btn-primary:hover {
    color: #DF6414;
    background-color: #fff;
    border-color: #DF6414;
}
.btn-primary:active {
    color: #DF6414;
    background-color: #fff;
    border-color: #DF6414;
}
.btn-primary:focus {
	color: #DF6414;
    background-color: #fff;
    border-color: #DF6414;
    box-shadow: 0 0 0 0.25rem rgba(255, 127, 22, 0.5);
}

.page-item.active .page-link,
.page-link:hover,
.page-link:focus {
    color: #FFF !important;
    background-color: #DF6414 !important;
    border-color: #DF6414 !important;
    border-bottom-color: rgb(26, 188, 156);
}

.wb {
    word-break: break-word;
}</pre></body></html>