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


p {
	font-family: HB Items Medium;
	margin: 0;
	font-size: 40px;
	line-height: 50px;
	color: #008743;
}


a.txt:link {color: #008743; text-decoration: none; overflow-wrap: anywhere; }
a.txt:visited {color: #008743;text-decoration: none;}
a.txt:hover {font-family: HB Items Medium Italic; font-style: italic; color: #008743;text-decoration: none;}
a.txt:active {color: #008743;text-decoration: none;}


div.main {
	padding-top: 9px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 0px;
}


@media screen and (max-width: 640px) {

	div.main {
		padding-top: 5px;
		padding-left: 10px;
		padding-bottom: 0px;
		width: 350px;
		float: left;
	}
	p {
		font-family: HB Items Medium;
		margin: 0;
		font-size: 26px;
		line-height: 32px;
		color: #008743;
	}
}

	@font-face {
	font-family: 'HB Items Medium';
	src: url('webfonts/HB Items Beta-Medium v0.6.woff2') format('woff2'),
	url('webfonts/HB Items Beta-Medium v0.6.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	}


	@font-face {
	font-family: 'HB Items Medium Italic';
	src: url('webfonts/HB Items Beta-Medium Italic v0.6.woff2') format('woff2'),
		 url('webfonts/HB Items Beta-Medium Italic v0.6.woff2') format('woff');
	font-weight: 500;
	font-style: italic;
	font-stretch: normal;
}
	</pre></body></html>