<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'DB-Helvethaica-X';
    src: url('db_helvethaica_x.eot');
    src: url('db_helvethaica_x.eot?#iefix') format('embedded-opentype'),
    url('db_helvethaica_x.woff') format('woff'),
    url('db_helvethaica_x.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html{
    position:relative;
    min-height: 100%;
}
body{
    font-family: "DB-Helvethaica-X";
}
.no-padding{
    padding:0px;
}
.header_font h1{
    font-weight: bold;
    font-size:4em;
    color:#FF0000;
}
.header_font h3{
    font-weight: bold;
    font-size:2em;
    color:#000000;
    line-height: 0px;
}
.table-font{
    font-size:1.8em;
}
.table-font tr:nth-child(even) {
    background-color: #f2f2f2;
}
.tdBorderLeft{
    border-left:3px solid #D70202;
}
.contentFont h2{
    font-size:2em;
}

@media (max-width: 991.98px) { 
    .header_font h1{
        font-size:3em;
    }
    .header_font h3{
        font-size:2.5em;
    }
    .table-font{
        font-size:2.2em;
    }
    .contentFont h2{
        font-size:1.9em;
    }
}


@media (max-width: 575.98px) {
    .header_font h1{
        font-size:2em;
    }
    .header_font h3{
        font-size:1.8em;
    }
    .table-font{
        font-size:1.2em;
    }
    .contentFont h2{
        font-size:1em;
    }
    .contentFont ul{
        margin-left:-28px;
    }
}</pre></body></html>