<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
h1 {
    font-size: 30px;
    line-height: 34px;
}

h2 {
    font-size: 28px;
    line-height: 33px;
}

h3 {
    font-size: 23px;
    line-height: 26px;
}

h4 {
    font-size: 18px;
    line-height: 23px;
}

h5 {
    font-size: 16px;
    line-height: 20px;
}

h6 {
    font-size: 14px;
    line-height: 19px;
}


/* Typography
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: 'BariolRegular','Manrope','Verdana','Helvetica','Arial',sans-serif;
    font-weight: normal;
    padding-bottom: 0.5em;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        font-weight: inherit;
    }

.wizardNormalMode
{
    display: none;
    padding: 5px 20px !important;
    color: #ffffff !important;
    border: 0;
    border-radius: 4px !important;
    background: #3BA2FC !important;
}
/*Popup buttons styles - decide what to do with them*/
.buttonPopup
{
    font: 14px/20px 'BariolRegular', 'Manrope','OpensansRegular','Verdana','Helvetica','Arial',sans-serif !important;
    color: #9a9a9b !important;
    padding: 2px 20px !important;
    cursor: pointer;
    border: 2px solid #8b8b8b;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    background: #ffffff none repeat scroll 0 0;
}

.buttonPopup:hover {
    background: #ffffff none repeat scroll 0 0 !important;
}

.buttonPopup.medium {
    padding: 2px 20px !important;
}

.buttonPopup.big {
    padding: 5px 20px !important;
}


.RadUpload_Default .ruBrowse,
.buttonPopup.blue {
    color: #ffffff !important;
    border: 2px solid #3BA2FC;
    border-radius: 4px !important;
    background: #3BA2FC !important;
}

.buttonPopup.blue:hover {
    color: #ffffff !important;
    border: 2px solid #2970ae;
    border-radius: 4px !important;
    background: #2970ae !important;
}</pre></body></html>