<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media print {
    @font-face {
        font-family: 'FiraSans';
        font-style: normal;
        src: url("../../resources/fonts/FiraSans-Light.eot?#iefix")
            format("embedded-opentype"),
            url("../../resources/fonts/FiraSans-Light.woff")
            format("woff"),
            url("../../resources/fonts/FiraSans-Light.ttf")
            format("truetype"),
            url("../../resources/fonts/FiraSans-Light.svg#FiraSans")
            format("svg"),
            url("../../resources/fonts/FiraSans-Light.otf")
            format('opentype'));
    }
    @font-face {
        font-family: 'FiraSans';
        font-style: italic;
        src: url("../../resources/fonts/FiraSans-LightItalic.eot?#iefix")
            format("embedded-opentype"),
            url("../../resources/fonts/FiraSans-LightItalic.woff")
            format("woff"),
            url("../../resources/fonts/FiraSans-LightItalic.ttf")
            format("truetype"),
            url("../../resources/fonts/FiraSans-LightItalic.svg#FiraSans")
            format("svg"),
            url("../../resources/fonts/FiraSans-LightItalic.otf")
            format('opentype');
    }
    @font-face {
        font-family: 'FiraSans';
        font-style: normal;
        font-weight: bold;
        src: url("../../resources/fonts/FiraSans-Regular.eot?#iefix")
            format("embedded-opentype"),
            url("../../resources/fonts/FiraSans-Regular.woff")
            format("woff"),
            url("../../resources/fonts/FiraSans-Regular.ttf")
            format("truetype"),
            url("../../resources/fonts/FiraSans-Regular.svg#FiraSans")
            format("svg"),
            url("../../resources/fonts/FiraSans-Regular.otf")
            format('opentype');
    }
    @font-face {
        font-family: 'FiraSans';
        font-style: italic;
        font-weight: bold;
        src: url("../../resources/fonts/FiraSans-Italic.eot?#iefix")
            format("embedded-opentype"),
            url("../../resources/fonts/FiraSans-Italic.woff")
            format("woff"),
            url("../../resources/fonts/FiraSans-Italic.ttf")
            format("truetype"),
            url("../../resources/fonts/FiraSans-Italic.svg#FiraSans")
            format("svg"),
            url("../../resources/fonts/FiraSans-Italic.otf")
            format('opentype');
    }
    @page {
        size: A4 portrait; /* can use also 'landscape' for orientation */
        margin-top: 3cm;
        margin-bottom: 2cm;
        margin-left: 2cm;
        margin-right: 2cm;
        @bottom-center {
            content:element(footer);
        }
        @top-center {
            content: element(header);
        }
}
div.col_right {
     margin-left: 0px;
    
}
.flyingNav, navv {
    display: none;
}

body {
    font-family: FiraSans, sans-serif;
    font-size: 12pt;
    line-height: 100%;
}

* {
    box-sizing: border-box;
}
}</pre></body></html>