<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('../../../../fonts.googleapis.com/css%EF%B9%96family=Montserrat%EF%B9%95400,700.css');
@import url('fonts.css');

body {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 16px;
    line-height: 32px;
    color: #777777;
}


h1,
h2,
h3,
h4,
h5 {
    font-family: 'Montserrat', Arial, sans-serif;
    color: #1e0f9b;
    font-weight: 700;
    margin-bottom: 1em;
    text-transform: uppercase;
}

h2 {

    font-size: 3.0em;
    line-height: 1.5em;
    margin-top: 0;
    margin-bottom: 1em;
}

h3 { 
    font-family: 'pluto_regularregular', 'Montserrat', Arial, sans-serif;  
    line-height: 1.5em;
    text-transform: none;
}

a, a:link, a:visited {
    color: #1e0f9b;
    text-decoration: none;
    outline: none;
}

a:hover { text-decoration: underline; }


p { margin-bottom: 30px; }
</pre></body></html>