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

    -webkit-print-color-adjust: exact !important;
}
h1 {
    font-size: 26px;
}

img {
    display: none !important;
}

* {
    background-image: none !important;
    -webkit-print-color-adjust: exact !important;
    printer-colors: exact !important;
    color-adjust: exact !important;
}

.hidden-print {
display:none;
}

.bg-primary {
    border: 0;
}

.padding-top {
    padding:0;
}

.btn {
    display:none;
}

.dontRemoveImage img {
    display: inline-block !important;
}

#important_thing {
    page-break-after: always
}

.diploma-info {
    -webkit-print-color-adjust: inherit !important;

}

.diploma-info h1 {
        color: #fff !important;
        -webkit-print-color-adjust: inherit !important;
        word-wrap: break-word;
        font-family: Shape Sans Regular, sans-serif;

}

.diploma-info p {
        color: #fff !important;
        font-size: 18px;
}

    .diploma-info h2 {
        /*color: #eee !important;*/
        color: #b5b0b0!important;
            font-family: Shape Sans Regular, sans-serif;
    }

.box-inner h1 {
    -webkit-hyphens: auto !important;
    -ms-hyphens: auto !important;
    hyphens: auto !important;
}

.hyphenate {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    -webkit-hyphens: auto !important;
    -moz-hyphens: auto !important;
    hyphens: auto !important;
}</pre></body></html>