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

/* BROWSER NORMALISE */ 

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeSpeed;
}

*,
*:before,
*:after {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}


html, body {
	padding:0; 
	margin:0;
}




article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}


table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

body,
button,
input,
select,
textarea {
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: 300;	
}

body:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
	outline: none;
}


blockquote p {
	margin-bottom: 1.6667em;
}

blockquote &gt; p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: "Noto Sans", sans-serif;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 1.6em
}


/* GRID FRAMEWORK */ 

*,:after,:before{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}

.container{max-width:100%;position:relative;clear:both;padding:0;}

.row {height:100%;position:relative;margin:0 auto;padding:0 40px;overflow: hidden;max-width: 1180px;}

.row.full {
	padding:0;
	max-width: 100%;
}

.row.inner {
	max-width: 800px;
}

.row.flex {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

.row.flex.reverse {
	flex-direction: row-reverse;
}

.span_1 {
    width:4.5%;
}
.span_2 {
    width:13.0%;
}
.span_3 {
    width:21.5%;
}
.span_4 {
    width:30.0%;
}
.span_5 {
    width:38.5%;
}
.span_6 {
    width:47.0%;
}
.span_7 {
    width:55.5%;
}
.span_8 {
    width:64.0%;
}
.span_9 {
    width:72.5%;
}
.span_10 {
    width:81.0%;
}
.span_11 {
    width:89.5%;
}
.span_12 {
    margin-left:0;
    width:100%;
}

[class*=span_]{margin-right:4%;float:left;min-height:1px;padding:0;}

[class*=span_]:last-of-type{margin-right:0;}

.col_6 {
	width:50%;
}

.col_3 {
	width:25%;
}


.col_5 {
	width:20%;
}


[class*=col_]{;float:left;min-height:1px;padding:40px;}


img {
	width:100%;
	max-width: 100%;
	height:auto;
}



/* Browser defaults change to suit site design */

input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

input:-webkit-autofill {
-webkit-box-shadow:0 0 0 50px #ffffff inset;
}










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