<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@supports (-webkit-overflow-scrolling: touch) {
    /* CSS specific to iOS devices */
    .fixedPosition {
        position: fixed;
    }
}
@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
}
.hide-print { position:absolute; left:-1000px; }
.hide-link { display:none }
.white-text { display: none !important; }</pre></body></html>