<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body
{
	margin: 0px;
	padding: 0px;
    background: #ffffff;
    color: rgb(82, 82, 82);

	font-weight: 300;
	line-height: 1.625;

    font-size: 16px;
    font-family: "acumin-pro",sans-serif;
    font-style: normal;
    font-weight: 400;

    overflow-x: hidden;
}

p {
    margin-bottom: 10px !important;
    xpadding-bottom: 10px!important;
    xbackground-color: #C0C0C0;
}

h1 {
    font-family: "open-sans-condensed",sans-serif;
    font-style: normal;
        font-size: 36px;
    font-weight: 300;
    margin: 0px;
    line-height: normal;
    margin-bottom: 0.3em;
    color: #A6CE39;
}

h3 {
    font-family: "open-sans-condensed",sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: normal;
    margin-top: .3em;
    margin-bottom: .3em;
    color: #333333;

}
@media (min-width: 500px) {
    h1 {
        font-size: 32px;
    }
    h3 {
        font-size: 24px;
    }
}
@media (min-width: 800px) {
    h1 {
        font-size: 42px;
    }
    h3 {
        font-size: 28px;
    }
}


h2
{
    font-size: 16px;
    font-weight: bold;
    xline-height: 16px;
    margin-bottom: 6px;
     margin-top: 6px;
}


a, a:link, a:visited, a:hover, a:active {
    color: rgb(16, 92, 182);
    text-decoration: none;
}

.sfContentBlock a, .sf-Long-text a {
    color: #A6CE39;
}

ol, .sfContentBlock ol {
    padding-left: 20px;
    list-style-type: decimal;
    margin-bottom: 18px;
}
ol, .sfContentBlock ol {
    list-style-type: decimal;
}

ul, .sfContentBlock ul, .sf-Long-text ul {
    padding-left: 20px;
    list-style: disc outside none;
    margin-bottom: 18px;
}
</pre></body></html>