<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.col1 {
    font-family: Tahoma, Arial, sans-serif;
    color: black;
	font-size: 14px;
}

.section--content__nav a {
    font-family: Tahoma, Arial, sans-serif;
    color: black;
	font-size: 14px;
}

p {
    font-family: Tahoma, Arial, sans-serif;
    color: black;
	font-size: 14px;
}

ul {
    font-family: Tahoma, Arial, sans-serif;
    color: black;
	font-size: 14px;
}
ol {
    font-family: Tahoma, Arial, sans-serif;
    color: black;
	font-size: 14px;
}

table {
    font-family: Tahoma, Arial, sans-serif;
    color: black;
	font-size: 14px;
}

------------

/* style id=compiled-css */
          .left {
        float: left;
        width: 50%;
    }
    .right {
        float: right;
        width: 50%;
		padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 10px;
        padding-left: 20px;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .group:after {
        content:"";
        display: table;
        clear: both;
    }
    @media screen and (max-width: 480px) {
        .left, .right {
            float: none;
            width: auto;
        }
    }

</pre></body></html>