<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.subpage-title {
    height: 200px;
    position: relative;
    /*background-position: left;*/
    /*background-size: cover;*/
    background-attachment: fixed;
    /*background-repeat: no-repeat;*/
    background-repeat: repeat-x;
    overflow: hidden;
    text-align: center;
}
.item-bg-subpage {
    background-image: url(../../assets/img/subpage-background.png);
}
.article-text p {
    font-size: 1.2em;
    line-height: 2em;
    text-align: justify;
}
.print-only {
    display: none;
}

@media print {
    @page {
        margin: auto 0;
    }

    .footer-area, .btn, .article-title, .form-text {
        display: none;
    }
    .print-only {
        display: flex;
    }
    .main-banner-text {
        margin-top: 40px;
    }
}</pre></body></html>