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

    body {}


    aside,
    #topbar,
    .nopdf {
        display: none !important;
    }

    body {
        background: #fff !important;
    }

    #main {
        min-height: auto;
    }


    .card {
        box-shadow: none !important;
        border: 1px solid #ddd !important;
    }

    html,
    body,
    #main,
    .reportrow,
    .reportcore,
    .page {
        margin: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }

    .page {
        padding: 0 10px !important;
        overflow: hidden;
        page-break-after: always !important;
        page-break-inside: avoid;
        min-height: 1px;
        border: 0px solid #fff !important;
    }

    #coverimage {
        height: 1586px!important;
        width: 1186px!important;
    }


    .page .header,
    .page .footer {
        display: none;
    }


}</pre></body></html>