
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}

*:not(input):not(textarea) {
	-ms-user-select:none;
}

.E,
.E * {
	-ms-user-select:text!important;
}

html,
body {
	margin:0px;
}

body {
	background-color:#FFFFFF;
 	font-family:'Arial', sans-serif;
	overflow-x:hidden;
}

main {
	display:block;
}

/* Defaults */

ul {
	display:inline-block;
}
	
.fa-ul {
	margin-left:0px!important;
	padding-left:28px!important;	
}

.fa-ul span.fa-li {
	left:-28px;
	width:28px!important;
	display:inline-block;
	text-align:left!important;
	position:absolute!important;
}

.fa-ul span.fa-li.S {
	font-size:9px;
	top:5px;
}

.fa-ul .grid {
	overflow:visible;
}

address 								{ font-style:normal; }
a img 									{ border-style:none; }
a 	  									{ text-decoration:none; }
main a:not(.arrow):not(.more):hover,
article a:not(.arrow):not(.more):hover,
address a:not(.arrow):not(.more):hover,
footer a:not(.arrow):not(.more):hover 	{ text-decoration:underline; }
	
/* Preset Classes */

.invisible {
	visibility:hidden!important;
}

.last {
	margin-right:0px!important;
}

.floatl {
	float:left!important;
}

.floatr {
	float:right!important;
}

.left {
	float:left!important;
}

.right {
	float:right!important;
}

.floatn {
	float:none!important;
}

.grid {
	float:left!important;
overflow:hidden;;
}

.grid.last {
	float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
}

.none {
	display:none!important;
}

.block {
	display:block!important;
}

.iblock {
	display:inline-block!important;
}

.inline {
	display:inline!important;
}

.table {
	display:table!important;
}

.row {
	display:table-row!important;
}

.cell {
	display:table-cell!important;
vertical-align:middle;
}

.collapse {
	border-collapse:collapse;
}

.clearl {
	clear:left!important;
}

.clearr {
	clear:right!important;
}

.clearn {
	clear:none!important;
}

.clearnone {
	clear:none!important;
}

.clearb {
	clear:both!important;
}

.clear {
	float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
}

.up {
	text-transform:uppercase;
}

.transnone {
	text-transform:none;
}

.strike {
	text-decoration:line-through;
}

.alignl {
	text-align:left!important;
}

.alignr {
	text-align:right!important;
}

.alignc {
	text-align:center!important;
}

.alignj {
	text-align:justify!important;
}

.valign {
	vertical-align:middle!important;
}

.widthauto {
	width:auto!important;
}

.heightauto {
	height:auto!important;
min-height:0px!important;
}

.width0 {
	width:0px;
}

.width50 {
	width:50%;
}

.height0 {
	height:0px;
}

.height50 {
	height:50%;
}

.mw100 {
	max-width:100%;
}

.mw90 {
	max-width:90%;
}

.mw80 {
	max-width:80%;
}

.mw70 {
	max-width:70%;
}

.mw60 {
	max-width:60%;
}

.mw50 {
	max-width:50%;
}

.mw40 {
	max-width:40%;
}

.mw30 {
	max-width:30%;
}

.mw20 {
	max-width:20%;
}

.mw10 {
	max-width:10%;
}

.mwnone {
	max-width:none;
}

.fw {
	width:100%!important;
}

.fh {
	height:100%!important;
}

.pointer {
	cursor:pointer!important;
}

.noallow {
	cursor:not-allowed!important;
}

.noselect {
	user-select:none!important;
}

.static {
	position:static!important;
}

.relative {
	position:relative!important;
}

.absolute {
	position:absolute!important;
}

.fixed {
	position:fixed!important;
}

.spacing {
	margin-bottom:7px!important;
}

.spacing.floatl {
	margin-right:15px!important;
}

.spacing.floatr {
	margin-left:15px!important;
}

.flowhide {
	overflow:hidden;
}

.flowshow {
	overflow:visible;
}

.flowauto {
	overflow:auto;
}

.nowrap {
	white-space:nowrap;
}

.lhreset {
	line-height:normal;
}

.circle {
	border-radius:50%!important;
}

.radnone {
	border-radius:0px!important;
}

.vh10 {
	height:10vh!important;
}

.vh25 {
	height:25vh!important;
}

.vh50 {
	height:50vh!important;
}

.vh100 {
	height:100vh!important;
}

.vw10 {
	width:10vw!important;
}

.vw25 {
	width:25vw!important;
}

.vw50 {
	width:50vw!important;
}

.vw100 {
	width:100vw!important;
}

.flexw {
	flex-wrap:wrap!important;
}

.flexwn {
	flex-wrap:nowrap!important;
}

.flexwr {
	flex-wrap:wrap-reverse!important;
}

.flexdr {
	flex-direction:row!important;
}

.flexdrr {
	flex-direction:row-reverse!important;
}

.flexdc {
	flex-direction:column!important;
}

.flexdcr {
	flex-direction:column-reverse!important;
}

.flex {
	display:flex!important;
align-items:center;
flex-wrap:wrap;;
}

.iflex {
	display:inline-flex!important;
align-items:center;;
}

.spaced {
	justify-content:space-between;
}

.flexdr.spaced {
	align-content:space-between;
}

.spacee {
	justify-content:space-evenly;
}

.falignst {
	align-items:stretch;;
}

.falignc {
	align-items:center;;
}

.faligns {
	align-items:flex-start;;
}

.faligne {
	align-items:flex-end;;
}

.fjustl {
	justify-content:flex-start;;
}

.fjustr {
	justify-content:flex-end;;
}

.fjustc {
	justify-content:center;;
}

.flexn {
	flex:none!important;width:100%;;
}

.gridc {
	display:grid!important;;
}

.o100 {
	opacity:1;
}

.o90 {
	opacity:0.9;
}

.o80 {
	opacity:0.8;
}

.o70 {
	opacity:0.7;
}

.o60 {
	opacity:0.6;
}

.o50 {
	opacity:0.5;
}

.o40 {
	opacity:0.4;
}

.o30 {
	opacity:0.3;
}

.o20 {
	opacity:0.2;
}

.o10 {
	opacity:0.1;
}

.o0 {
	opacity:0;
}

.left0 {
	left:0px!important;;
}

.right0 {
	right:0px!important;;
}

.top0 {
	top:0px!important;;
}

.bottom0 {
	bottom:0px!important;;
}

.left50 {
	left:50%!important;;
}

.right50 {
	right:50%!important;;
}

.top50 {
	top:50%!important;;
}

.bottom50 {
	bottom:50%!important;;
}

.left100 {
	left:100%!important;;
}

.right100 {
	right:100%!important;;
}

.top100 {
	top:100%!important;;
}

.bottom100 {
	bottom:100%!important;;
}

.leftauto {
	left:auto!important;;
}

.rightauto {
	right:auto!important;;
}

.topauto {
	top:auto!important;;
}

.bottomauto {
	bottom:auto!important;;
}

.all0 {
	top:0px!important;
bottom:0px!important;
left:0px!important;
right:0px!important;;
}


h1,h2,h3,h4,h5,h6,p,ol,ul:not(.item-list)	{ margin-bottom:20px; }
li 											{ margin-bottom:5px; }

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child, 
ul:last-child,
ol:last-child,
li:last-child,
.notification-bar:last-child {
	margin-bottom:0px!important;	
}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}

iframe {
	border:none;
}
	
.tel,
.email {
	white-space:nowrap;
}

li.fa,
li.fal,
li.far,
li.fas {
	display:block;
	padding-left:25px;
	position:relative;
	font-family:inherit;
}

li.fa::before,
li.fal::before,
li.far::before,
li.fas::before {
	position:absolute;
	left:0px;
	font-family:'Font Awesome 5 Pro';
}

/* Grid */

.grid.eight {
	width:10.575%;
margin-right:2.2%;
}

.grid.eight_x2 {
	width:23.35%;
margin-right:2.2%;
}

.grid.eight_x3 {
	width:36.125%;
margin-right:2.2%;
}

.grid.eight_x4 {
	width:48.9%;
margin-right:2.2%;
}

.grid.eight_x5 {
	width:61.675%;
margin-right:2.2%;
}

.grid.eight_x6 {
	width:74.45%;
margin-right:2.2%;
}

.grid.eight_x7 {
	width:87.225%;
margin-right:2.2%;
}

.grid.seven {
	width:11.5%;
margin-right:3.25%;
}

.grid.seven_x2 {
	width:26.25%;
margin-right:3.25%;
}

.grid.seven_x3 {
	width:41%;
margin-right:3.25%;
}

.grid.seven_x4 {
	width:55.75%;
margin-right:3.25%;
}

.grid.seven_x5 {
	width:70.5%;
margin-right:3.25%;
}

.grid.seven_x6 {
	width:85.25%;
margin-right:3.25%;
}

.grid.six {
	width:15%;
margin-right:2%;
}

.grid.six_x2 {
	width:32%;
margin-right:2%;
}

.grid.six_x3 {
	width:49%;
margin-right:2%;
}

.grid.six_x4 {
	width:63%;
margin-right:2%;
}

.grid.six_x5 {
	width:83%;
margin-right:2%;
}

.grid.five {
	width:18%;
margin-right:2.5%;
}

.grid.five_x2 {
	width:38.5%;
margin-right:2.5%;
}

.grid.five_x3 {
	width:59%;
margin-right:2.5%;
}

.grid.five_x4 {
	width:79.5%;
margin-right:2.5%;
}

.grid.four {
	width:22%;
margin-right:4%;
}

.grid.four_x2 {
	width:48%;
margin-right:4%;
}

.grid.four_x3 {
	width:74%;
margin-right:4%;
}

.grid.three {
	width:31%;
margin-right:3.5%;
}

.grid.three_x2 {
	width:65.5%;
margin-right:3.5%;
}

.grid.two {
	width:48%;
margin-right:4%;
}

.grid.one {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.eight {
	width:12.5%;
}

.floatl.eight_x2 {
	width:25%;
}

.floatl.eight_x3 {
	width:37.5%;
}

.floatl.eight_x4 {
	width:50%;
}

.floatl.eight_x5 {
	width:62.5%;
}

.floatl.eight_x6 {
	width:75%;
}

.floatl.eight_x7 {
	width:87.5%;
}

.floatl.seven {
	width:14.28571429%;
}

.floatl.seven_x2 {
	width:28.57142857%;
}

.floatl.seven_x3 {
	width:42.85714286%;
}

.floatl.seven_x4 {
	width:57.14285714%;
}

.floatl.seven_x5 {
	width:71.42857143%;
}

.floatl.seven_x6 {
	width:85.71428571%;
}

.floatl.six {
	width:16.66666667%;
}

.floatl.six_x2 {
	width:33.33333333%;
}

.floatl.six_x3 {
	width:50%;
}

.floatl.six_x4 {
	width:66.6666667%;
}

.floatl.six_x5 {
	width:83%;
}

.floatl.five {
	width:20%;
}

.floatl.five_x2 {
	width:40%;
}

.floatl.five_x3 {
	width:60%;
}

.floatl.five_x4 {
	width:80%;
}

.floatl.four {
	width:25%;
}

.floatl.four_x2 {
	width:50%;
}

.floatl.four_x3 {
	width:75%;
}

.floatl.three {
	width:33.33333333%;
}

.floatl.three_x2 {
	width:66.66666667%;
}

.floatl.two {
	width:50%;
}

.floatl.one {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px;
}

.fl1 {
	flex:1;
}

.fl2 {
	flex:2;
}

.fl3 {
	flex:3;
}

.fl4 {
	flex:4;
}

.fl5 {
	flex:5;
}

.fl6 {
	flex:6;
}

.fl7 {
	flex:7;
}

.fl8 {
	flex:8;
}

.fl9 {
	flex:9;
}

.z1 {
	z-index:1;
}

.z9999999 {
	z-index:9999999;
}

.z2 {
	z-index:2;
}

.z9999998 {
	z-index:9999998;
}

.z3 {
	z-index:3;
}

.z9999997 {
	z-index:9999997;
}

.z4 {
	z-index:4;
}

.z9999996 {
	z-index:9999996;
}

.z5 {
	z-index:5;
}

.z9999995 {
	z-index:9999995;
}

.z6 {
	z-index:6;
}

.z9999994 {
	z-index:9999994;
}

.z7 {
	z-index:7;
}

.z9999993 {
	z-index:9999993;
}

.z8 {
	z-index:8;
}

.z9999992 {
	z-index:9999992;
}

.z9 {
	z-index:9;
}

.z9999991 {
	z-index:9999991;
}


		.colour1_bg {
			background-color:#000000!important;
		}

		.colour1_bg,
		a.colour1_bg {
			color:#FFFFFF!important;
		}
	
		.colour1_bg a:not(.more) {
			color:#FFFFFF;
		}

		
		.colour1 a,
		a.colour1 {
		color:#000000;
					}

		.colour1 {
			color:#000000;
			background:transparent!important;
				}

			
		.colour1_bg input[type=time],
		.colour1_bg input[type=date],
		.colour1_bg input[type=text],
		.colour1_bg input[type=password],
		.colour1_bg input[type=number],
		.colour1_bg textarea,
		.colour1_bg select,
		.colour1_bg select option {
			border-color:#FFFFFF;
			color:#FFFFFF;
			background:transparent;
		}
	
		.colour1_bg select option {
			color:#333333;
			background:transparent;
		}
	
		.colour1_bg select {
			color:rgba(255,255,255,0.7);
		}

		.colour1_bg ::-webkit-input-placeholder {
			color:rgba(255,255,255,0.7);
			opacity:1;
		}

		.colour1_bg ::-moz-placeholder {
			color:rgba(255,255,255,0.7);
			opacity:1;
		}
	
				.colour2_bg {
			background-color:#4b4a4b!important;
		}

		.colour2_bg,
		a.colour2_bg {
			color:#FFFFFF!important;
		}
	
		.colour2_bg a:not(.more) {
			color:#FFFFFF;
		}

		
		.colour2 a,
		a.colour2 {
		color:#4b4a4b;
					}

		.colour2 {
			color:#4b4a4b;
			background:transparent!important;
				}

			
		.colour2_bg input[type=time],
		.colour2_bg input[type=date],
		.colour2_bg input[type=text],
		.colour2_bg input[type=password],
		.colour2_bg input[type=number],
		.colour2_bg textarea,
		.colour2_bg select,
		.colour2_bg select option {
			border-color:#FFFFFF;
			color:#FFFFFF;
			background:transparent;
		}
	
		.colour2_bg select option {
			color:#333333;
			background:transparent;
		}
	
		.colour2_bg select {
			color:rgba(255,255,255,0.7);
		}

		.colour2_bg ::-webkit-input-placeholder {
			color:rgba(255,255,255,0.7);
			opacity:1;
		}

		.colour2_bg ::-moz-placeholder {
			color:rgba(255,255,255,0.7);
			opacity:1;
		}
	
				.colour3_bg {
			background-color:#616062!important;
		}

		.colour3_bg,
		a.colour3_bg {
			color:#FFFFFF!important;
		}
	
		.colour3_bg a:not(.more) {
			color:#FFFFFF;
		}

		
		.colour3 a,
		a.colour3 {
		color:#616062;
					}

		.colour3 {
			color:#616062;
			background:transparent!important;
				}

			
		.colour3_bg input[type=time],
		.colour3_bg input[type=date],
		.colour3_bg input[type=text],
		.colour3_bg input[type=password],
		.colour3_bg input[type=number],
		.colour3_bg textarea,
		.colour3_bg select,
		.colour3_bg select option {
			border-color:#FFFFFF;
			color:#FFFFFF;
			background:transparent;
		}
	
		.colour3_bg select option {
			color:#333333;
			background:transparent;
		}
	
		.colour3_bg select {
			color:rgba(255,255,255,0.7);
		}

		.colour3_bg ::-webkit-input-placeholder {
			color:rgba(255,255,255,0.7);
			opacity:1;
		}

		.colour3_bg ::-moz-placeholder {
			color:rgba(255,255,255,0.7);
			opacity:1;
		}
	
				.colour4_bg {
			background-color:#FFFFFF!important;
		}

		.colour4_bg,
		a.colour4_bg {
			color:#202020!important;
		}
	
		.colour4_bg a:not(.more) {
			color:#202020;
		}

		
		.colour4 a,
		a.colour4 {
		color:#FFFFFF;
					}

		.colour4 {
			color:#FFFFFF;
			background:transparent!important;
				}

			
		.colour4_bg input[type=time],
		.colour4_bg input[type=date],
		.colour4_bg input[type=text],
		.colour4_bg input[type=password],
		.colour4_bg input[type=number],
		.colour4_bg textarea,
		.colour4_bg select,
		.colour4_bg select option {
			border-color:#202020;
			color:#202020;
			background:transparent;
		}
	
		.colour4_bg select option {
			color:#333333;
			background:transparent;
		}
	
		.colour4_bg select {
			color:rgba(32,32,32,0.7);
		}

		.colour4_bg ::-webkit-input-placeholder {
			color:rgba(32,32,32,0.7);
			opacity:1;
		}

		.colour4_bg ::-moz-placeholder {
			color:rgba(32,32,32,0.7);
			opacity:1;
		}
	
				.colour5_bg {
			background-color:#FFFFFF!important;
		}

		.colour5_bg,
		a.colour5_bg {
			color:#424040!important;
		}
	
		.colour5_bg a:not(.more) {
			color:#424040;
		}

		
		.colour5 a,
		a.colour5 {
		color:#FFFFFF;
					}

		.colour5 {
			color:#FFFFFF;
			background:transparent!important;
				}

			
		.colour5_bg input[type=time],
		.colour5_bg input[type=date],
		.colour5_bg input[type=text],
		.colour5_bg input[type=password],
		.colour5_bg input[type=number],
		.colour5_bg textarea,
		.colour5_bg select,
		.colour5_bg select option {
			border-color:#424040;
			color:#424040;
			background:transparent;
		}
	
		.colour5_bg select option {
			color:#333333;
			background:transparent;
		}
	
		.colour5_bg select {
			color:rgba(66,64,64,0.7);
		}

		.colour5_bg ::-webkit-input-placeholder {
			color:rgba(66,64,64,0.7);
			opacity:1;
		}

		.colour5_bg ::-moz-placeholder {
			color:rgba(66,64,64,0.7);
			opacity:1;
		}
	
				.colour6_bg {
			background-color:#EEEEEE!important;
		}

		.colour6_bg,
		a.colour6_bg {
			color:#424040!important;
		}
	
		.colour6_bg a:not(.more) {
			color:#424040;
		}

		
		.colour6 a,
		a.colour6 {
		color:#EEEEEE;
					}

		.colour6 {
			color:#EEEEEE;
			background:transparent!important;
				}

			
		.colour6_bg input[type=time],
		.colour6_bg input[type=date],
		.colour6_bg input[type=text],
		.colour6_bg input[type=password],
		.colour6_bg input[type=number],
		.colour6_bg textarea,
		.colour6_bg select,
		.colour6_bg select option {
			border-color:#424040;
			color:#424040;
			background:transparent;
		}
	
		.colour6_bg select option {
			color:#333333;
			background:transparent;
		}
	
		.colour6_bg select {
			color:rgba(66,64,64,0.7);
		}

		.colour6_bg ::-webkit-input-placeholder {
			color:rgba(66,64,64,0.7);
			opacity:1;
		}

		.colour6_bg ::-moz-placeholder {
			color:rgba(66,64,64,0.7);
			opacity:1;
		}
	
					
		.padded_tiny {
			padding:5px;
		}

		.paddedtb_tiny {
			padding-top:5px;
			padding-bottom:5px;
		}

		.paddedt_tiny {
			padding-top:5px;
		}

		.paddedb_tiny {
			padding-bottom:5px;
		}

		.paddedl_tiny {
			padding-left:5px;
		}

		.paddedr_tiny {
			padding-right:5px;
		}

		.paddedlr_tiny {
			padding-left:5px;
			padding-right:5px;
		}

		.nmarginlr_tiny {
			margin-left:-5px;
			margin-right:-5px;
		}
			
		.nmargin_tiny {
			margin:-5px;
		}

		.nmargintb_tiny {
			margin-top:-5px;
			margin-bottom:-5px;
		}

		.nmargint_tiny {
			margin-top:-5px;
		}

		.nmarginb_tiny {
			margin-bottom:-5px;
		}

		.nmarginl_tiny {
			margin-left:-5px;
		}

		.nmarginr_tiny {
			margin-right:-5px;
		}
	
					
		.marginlr_tiny {
			margin-left:5px;
			margin-right:5px;
		}
			
		.margin_tiny {
			margin:5px;
		}

		.margintb_tiny {
			margin-top:5px;
			margin-bottom:5px;
		}

		.margint_tiny {
			margin-top:5px;
		}

		.marginb_tiny {
			margin-bottom:5px;
		}

		.marginl_tiny {
			margin-left:5px;
		}
			
		.marginr_tiny {
			margin-right:5px;
		}

					
		.padded_small {
			padding:10px;
		}

		.paddedtb_small {
			padding-top:10px;
			padding-bottom:10px;
		}

		.paddedt_small {
			padding-top:10px;
		}

		.paddedb_small {
			padding-bottom:10px;
		}

		.paddedl_small {
			padding-left:10px;
		}

		.paddedr_small {
			padding-right:10px;
		}

		.paddedlr_small {
			padding-left:10px;
			padding-right:10px;
		}

		.nmarginlr_small {
			margin-left:-10px;
			margin-right:-10px;
		}
			
		.nmargin_small {
			margin:-10px;
		}

		.nmargintb_small {
			margin-top:-10px;
			margin-bottom:-10px;
		}

		.nmargint_small {
			margin-top:-10px;
		}

		.nmarginb_small {
			margin-bottom:-10px;
		}

		.nmarginl_small {
			margin-left:-10px;
		}

		.nmarginr_small {
			margin-right:-10px;
		}
	
					
		.marginlr_small {
			margin-left:10px;
			margin-right:10px;
		}
			
		.margin_small {
			margin:10px;
		}

		.margintb_small {
			margin-top:10px;
			margin-bottom:10px;
		}

		.margint_small {
			margin-top:10px;
		}

		.marginb_small {
			margin-bottom:10px;
		}

		.marginl_small {
			margin-left:10px;
		}
			
		.marginr_small {
			margin-right:10px;
		}

					
		.padded_medium {
			padding:20px;
		}

		.paddedtb_medium {
			padding-top:20px;
			padding-bottom:20px;
		}

		.paddedt_medium {
			padding-top:20px;
		}

		.paddedb_medium {
			padding-bottom:20px;
		}

		.paddedl_medium {
			padding-left:20px;
		}

		.paddedr_medium {
			padding-right:20px;
		}

		.paddedlr_medium {
			padding-left:20px;
			padding-right:20px;
		}

		.nmarginlr_medium {
			margin-left:-20px;
			margin-right:-20px;
		}
			
		.nmargin_medium {
			margin:-20px;
		}

		.nmargintb_medium {
			margin-top:-20px;
			margin-bottom:-20px;
		}

		.nmargint_medium {
			margin-top:-20px;
		}

		.nmarginb_medium {
			margin-bottom:-20px;
		}

		.nmarginl_medium {
			margin-left:-20px;
		}

		.nmarginr_medium {
			margin-right:-20px;
		}
	
					
		.marginlr_medium {
			margin-left:20px;
			margin-right:20px;
		}
			
		.margin_medium {
			margin:20px;
		}

		.margintb_medium {
			margin-top:20px;
			margin-bottom:20px;
		}

		.margint_medium {
			margin-top:20px;
		}

		.marginb_medium {
			margin-bottom:20px;
		}

		.marginl_medium {
			margin-left:20px;
		}
			
		.marginr_medium {
			margin-right:20px;
		}

					
		.padded_large {
			padding:40px;
		}

		.paddedtb_large {
			padding-top:40px;
			padding-bottom:40px;
		}

		.paddedt_large {
			padding-top:40px;
		}

		.paddedb_large {
			padding-bottom:40px;
		}

		.paddedl_large {
			padding-left:40px;
		}

		.paddedr_large {
			padding-right:40px;
		}

		.paddedlr_large {
			padding-left:40px;
			padding-right:40px;
		}

		.nmarginlr_large {
			margin-left:-40px;
			margin-right:-40px;
		}
			
		.nmargin_large {
			margin:-40px;
		}

		.nmargintb_large {
			margin-top:-40px;
			margin-bottom:-40px;
		}

		.nmargint_large {
			margin-top:-40px;
		}

		.nmarginb_large {
			margin-bottom:-40px;
		}

		.nmarginl_large {
			margin-left:-40px;
		}

		.nmarginr_large {
			margin-right:-40px;
		}
	
					
		.marginlr_large {
			margin-left:40px;
			margin-right:40px;
		}
			
		.margin_large {
			margin:40px;
		}

		.margintb_large {
			margin-top:40px;
			margin-bottom:40px;
		}

		.margint_large {
			margin-top:40px;
		}

		.marginb_large {
			margin-bottom:40px;
		}

		.marginl_large {
			margin-left:40px;
		}
			
		.marginr_large {
			margin-right:40px;
		}

		 @media screen and (max-width: 799px) { 			
		.padded_large {
			padding:25px;
		}

		.paddedtb_large {
			padding-top:25px;
			padding-bottom:25px;
		}

		.paddedt_large {
			padding-top:25px;
		}

		.paddedb_large {
			padding-bottom:25px;
		}

		.paddedl_large {
			padding-left:25px;
		}

		.paddedr_large {
			padding-right:25px;
		}

		.paddedlr_large {
			padding-left:25px;
			padding-right:25px;
		}

		.nmarginlr_large {
			margin-left:-25px;
			margin-right:-25px;
		}
			
		.nmargin_large {
			margin:-25px;
		}

		.nmargintb_large {
			margin-top:-25px;
			margin-bottom:-25px;
		}

		.nmargint_large {
			margin-top:-25px;
		}

		.nmarginb_large {
			margin-bottom:-25px;
		}

		.nmarginl_large {
			margin-left:-25px;
		}

		.nmarginr_large {
			margin-right:-25px;
		}
	
					
		.marginlr_large {
			margin-left:25px;
			margin-right:25px;
		}
			
		.margin_large {
			margin:25px;
		}

		.margintb_large {
			margin-top:25px;
			margin-bottom:25px;
		}

		.margint_large {
			margin-top:25px;
		}

		.marginb_large {
			margin-bottom:25px;
		}

		.marginl_large {
			margin-left:25px;
		}
			
		.marginr_large {
			margin-right:25px;
		}

		 } 			
		.padded_core {
			padding:10px;
		}

		.paddedtb_core {
			padding-top:10px;
			padding-bottom:10px;
		}

		.paddedt_core {
			padding-top:10px;
		}

		.paddedb_core {
			padding-bottom:10px;
		}

		.paddedl_core {
			padding-left:10px;
		}

		.paddedr_core {
			padding-right:10px;
		}

		.paddedlr_core {
			padding-left:10px;
			padding-right:10px;
		}

		.nmarginlr_core {
			margin-left:-10px;
			margin-right:-10px;
		}
			
		.nmargin_core {
			margin:-10px;
		}

		.nmargintb_core {
			margin-top:-10px;
			margin-bottom:-10px;
		}

		.nmargint_core {
			margin-top:-10px;
		}

		.nmarginb_core {
			margin-bottom:-10px;
		}

		.nmarginl_core {
			margin-left:-10px;
		}

		.nmarginr_core {
			margin-right:-10px;
		}
	
					
		.marginlr_core {
			margin-left:10px;
			margin-right:10px;
		}
			
		.margin_core {
			margin:10px;
		}

		.margintb_core {
			margin-top:10px;
			margin-bottom:10px;
		}

		.margint_core {
			margin-top:10px;
		}

		.marginb_core {
			margin-bottom:10px;
		}

		.marginl_core {
			margin-left:10px;
		}
			
		.marginr_core {
			margin-right:10px;
		}

					
		.marginlr_auto {
			margin-left:auto;
			margin-right:auto;
		}
			
		.margin_auto {
			margin:auto;
		}

		.margintb_auto {
			margin-top:auto;
			margin-bottom:auto;
		}

		.margint_auto {
			margin-top:auto;
		}

		.marginb_auto {
			margin-bottom:auto;
		}

		.marginl_auto {
			margin-left:auto;
		}
			
		.marginr_auto {
			margin-right:auto;
		}

					
		.padded_none {
			padding:0px!important;;
		}

		.paddedtb_none {
			padding-top:0px!important;;
			padding-bottom:0px!important;;
		}

		.paddedt_none {
			padding-top:0px!important;;
		}

		.paddedb_none {
			padding-bottom:0px!important;;
		}

		.paddedl_none {
			padding-left:0px!important;;
		}

		.paddedr_none {
			padding-right:0px!important;;
		}

		.paddedlr_none {
			padding-left:0px!important;;
			padding-right:0px!important;;
		}

		.nmarginlr_none {
			margin-left:-0px!important;;
			margin-right:-0px!important;;
		}
			
		.nmargin_none {
			margin:-0px!important;;
		}

		.nmargintb_none {
			margin-top:-0px!important;;
			margin-bottom:-0px!important;;
		}

		.nmargint_none {
			margin-top:-0px!important;;
		}

		.nmarginb_none {
			margin-bottom:-0px!important;;
		}

		.nmarginl_none {
			margin-left:-0px!important;;
		}

		.nmarginr_none {
			margin-right:-0px!important;;
		}
	
					
		.marginlr_none {
			margin-left:0px!important;;
			margin-right:0px!important;;
		}
			
		.margin_none {
			margin:0px!important;;
		}

		.margintb_none {
			margin-top:0px!important;;
			margin-bottom:0px!important;;
		}

		.margint_none {
			margin-top:0px!important;;
		}

		.marginb_none {
			margin-bottom:0px!important;;
		}

		.marginl_none {
			margin-left:0px!important;;
		}
			
		.marginr_none {
			margin-right:0px!important;;
		}

					
		.padded_p100 {
			padding:100%;
		}

		.paddedtb_p100 {
			padding-top:100%;
			padding-bottom:100%;
		}

		.paddedt_p100 {
			padding-top:100%;
		}

		.paddedb_p100 {
			padding-bottom:100%;
		}

		.paddedl_p100 {
			padding-left:100%;
		}

		.paddedr_p100 {
			padding-right:100%;
		}

		.paddedlr_p100 {
			padding-left:100%;
			padding-right:100%;
		}

		.nmarginlr_p100 {
			margin-left:-100%;
			margin-right:-100%;
		}
			
		.nmargin_p100 {
			margin:-100%;
		}

		.nmargintb_p100 {
			margin-top:-100%;
			margin-bottom:-100%;
		}

		.nmargint_p100 {
			margin-top:-100%;
		}

		.nmarginb_p100 {
			margin-bottom:-100%;
		}

		.nmarginl_p100 {
			margin-left:-100%;
		}

		.nmarginr_p100 {
			margin-right:-100%;
		}
	
					
		.marginlr_p100 {
			margin-left:100%;
			margin-right:100%;
		}
			
		.margin_p100 {
			margin:100%;
		}

		.margintb_p100 {
			margin-top:100%;
			margin-bottom:100%;
		}

		.margint_p100 {
			margin-top:100%;
		}

		.marginb_p100 {
			margin-bottom:100%;
		}

		.marginl_p100 {
			margin-left:100%;
		}
			
		.marginr_p100 {
			margin-right:100%;
		}

					
		.padded_p75 {
			padding:75%;
		}

		.paddedtb_p75 {
			padding-top:75%;
			padding-bottom:75%;
		}

		.paddedt_p75 {
			padding-top:75%;
		}

		.paddedb_p75 {
			padding-bottom:75%;
		}

		.paddedl_p75 {
			padding-left:75%;
		}

		.paddedr_p75 {
			padding-right:75%;
		}

		.paddedlr_p75 {
			padding-left:75%;
			padding-right:75%;
		}

		.nmarginlr_p75 {
			margin-left:-75%;
			margin-right:-75%;
		}
			
		.nmargin_p75 {
			margin:-75%;
		}

		.nmargintb_p75 {
			margin-top:-75%;
			margin-bottom:-75%;
		}

		.nmargint_p75 {
			margin-top:-75%;
		}

		.nmarginb_p75 {
			margin-bottom:-75%;
		}

		.nmarginl_p75 {
			margin-left:-75%;
		}

		.nmarginr_p75 {
			margin-right:-75%;
		}
	
					
		.marginlr_p75 {
			margin-left:75%;
			margin-right:75%;
		}
			
		.margin_p75 {
			margin:75%;
		}

		.margintb_p75 {
			margin-top:75%;
			margin-bottom:75%;
		}

		.margint_p75 {
			margin-top:75%;
		}

		.marginb_p75 {
			margin-bottom:75%;
		}

		.marginl_p75 {
			margin-left:75%;
		}
			
		.marginr_p75 {
			margin-right:75%;
		}

					
		.padded_p50 {
			padding:50%;
		}

		.paddedtb_p50 {
			padding-top:50%;
			padding-bottom:50%;
		}

		.paddedt_p50 {
			padding-top:50%;
		}

		.paddedb_p50 {
			padding-bottom:50%;
		}

		.paddedl_p50 {
			padding-left:50%;
		}

		.paddedr_p50 {
			padding-right:50%;
		}

		.paddedlr_p50 {
			padding-left:50%;
			padding-right:50%;
		}

		.nmarginlr_p50 {
			margin-left:-50%;
			margin-right:-50%;
		}
			
		.nmargin_p50 {
			margin:-50%;
		}

		.nmargintb_p50 {
			margin-top:-50%;
			margin-bottom:-50%;
		}

		.nmargint_p50 {
			margin-top:-50%;
		}

		.nmarginb_p50 {
			margin-bottom:-50%;
		}

		.nmarginl_p50 {
			margin-left:-50%;
		}

		.nmarginr_p50 {
			margin-right:-50%;
		}
	
					
		.marginlr_p50 {
			margin-left:50%;
			margin-right:50%;
		}
			
		.margin_p50 {
			margin:50%;
		}

		.margintb_p50 {
			margin-top:50%;
			margin-bottom:50%;
		}

		.margint_p50 {
			margin-top:50%;
		}

		.marginb_p50 {
			margin-bottom:50%;
		}

		.marginl_p50 {
			margin-left:50%;
		}
			
		.marginr_p50 {
			margin-right:50%;
		}

					
		.padded_p25 {
			padding:25%;
		}

		.paddedtb_p25 {
			padding-top:25%;
			padding-bottom:25%;
		}

		.paddedt_p25 {
			padding-top:25%;
		}

		.paddedb_p25 {
			padding-bottom:25%;
		}

		.paddedl_p25 {
			padding-left:25%;
		}

		.paddedr_p25 {
			padding-right:25%;
		}

		.paddedlr_p25 {
			padding-left:25%;
			padding-right:25%;
		}

		.nmarginlr_p25 {
			margin-left:-25%;
			margin-right:-25%;
		}
			
		.nmargin_p25 {
			margin:-25%;
		}

		.nmargintb_p25 {
			margin-top:-25%;
			margin-bottom:-25%;
		}

		.nmargint_p25 {
			margin-top:-25%;
		}

		.nmarginb_p25 {
			margin-bottom:-25%;
		}

		.nmarginl_p25 {
			margin-left:-25%;
		}

		.nmarginr_p25 {
			margin-right:-25%;
		}
	
					
		.marginlr_p25 {
			margin-left:25%;
			margin-right:25%;
		}
			
		.margin_p25 {
			margin:25%;
		}

		.margintb_p25 {
			margin-top:25%;
			margin-bottom:25%;
		}

		.margint_p25 {
			margin-top:25%;
		}

		.marginb_p25 {
			margin-bottom:25%;
		}

		.marginl_p25 {
			margin-left:25%;
		}
			
		.marginr_p25 {
			margin-right:25%;
		}

			.border_1 {
		border:solid 1px rgba(0,0,0,0.5);;
	}

	.bordertb_1 {
		border-top:solid 1px rgba(0,0,0,0.5);;
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.bordert_1 {
		border-top:solid 1px rgba(0,0,0,0.5);;
	}

	.borderb_1 {
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.borderl_1 {
		border-left:solid 1px rgba(0,0,0,0.5);;
	}

	.borderr_1 {
		border-right:solid 1px rgba(0,0,0,0.5);;
	}

	.borderlr_1 {
		border-left:solid 1px rgba(0,0,0,0.5);;
		border-right:solid 1px rgba(0,0,0,0.5);;
	}
		.border_none {
		border:none!important;;
	}

	.bordertb_none {
		border-top:none!important;;
		border-bottom:none!important;;
	}

	.bordert_none {
		border-top:none!important;;
	}

	.borderb_none {
		border-bottom:none!important;;
	}

	.borderl_none {
		border-left:none!important;;
	}

	.borderr_none {
		border-right:none!important;;
	}

	.borderlr_none {
		border-left:none!important;;
		border-right:none!important;;
	}
		.border_core {
		border:solid 1px rgba(0,0,0,0.1);
	}

	.bordertb_core {
		border-top:solid 1px rgba(0,0,0,0.1);
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.bordert_core {
		border-top:solid 1px rgba(0,0,0,0.1);
	}

	.borderb_core {
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.borderl_core {
		border-left:solid 1px rgba(0,0,0,0.1);
	}

	.borderr_core {
		border-right:solid 1px rgba(0,0,0,0.1);
	}

	.borderlr_core {
		border-left:solid 1px rgba(0,0,0,0.1);
		border-right:solid 1px rgba(0,0,0,0.1);
	}
	.w100 {
	font-weight:100;
}
.w200 {
	font-weight:200;
}
.w300 {
	font-weight:300;
}
.w400 {
	font-weight:400;
}
.w500 {
	font-weight:500;
}
.w600 {
	font-weight:600;
}
.w700 {
	font-weight:700;
}
.w800 {
	font-weight:800;
}
.w900 {
	font-weight:900;
}
.f1 {
	font-size:1.1em;
	line-height:1.1em;
}

p.f1,
p > *.f1 {
	line-height:1.4em;
}
.f1_5 {
	font-size:1.15em;
	line-height:1.15em;
}

p.f1_5,
p > *.f1_5 {
	line-height:1.18em;
}
.f2 {
	font-size:1.2em;
	line-height:1.2em;
}

p.f2,
p > *.f2 {
	line-height:1.5em;
}
.f2_5 {
	font-size:1.25em;
	line-height:1.25em;
}

p.f2_5,
p > *.f2_5 {
	line-height:1.28em;
}
.f3 {
	font-size:1.3em;
	line-height:1.3em;
}

p.f3,
p > *.f3 {
	line-height:1.6em;
}
.f3_5 {
	font-size:1.35em;
	line-height:1.35em;
}

p.f3_5,
p > *.f3_5 {
	line-height:1.38em;
}
.f4 {
	font-size:1.4em;
	line-height:1.4em;
}

p.f4,
p > *.f4 {
	line-height:1.7em;
}
.f4_5 {
	font-size:1.45em;
	line-height:1.45em;
}

p.f4_5,
p > *.f4_5 {
	line-height:1.48em;
}
.f5 {
	font-size:1.5em;
	line-height:1.5em;
}

p.f5,
p > *.f5 {
	line-height:1.8em;
}
.f5_5 {
	font-size:1.55em;
	line-height:1.55em;
}

p.f5_5,
p > *.f5_5 {
	line-height:1.58em;
}
.f6 {
	font-size:1.6em;
	line-height:1.6em;
}

p.f6,
p > *.f6 {
	line-height:1.9em;
}
.f6_5 {
	font-size:1.65em;
	line-height:1.65em;
}

p.f6_5,
p > *.f6_5 {
	line-height:1.68em;
}
.f7 {
	font-size:1.7em;
	line-height:1.7em;
}

p.f7,
p > *.f7 {
	line-height:1.10em;
}
.f7_5 {
	font-size:1.75em;
	line-height:1.75em;
}

p.f7_5,
p > *.f7_5 {
	line-height:1.78em;
}
.f8 {
	font-size:1.8em;
	line-height:1.8em;
}

p.f8,
p > *.f8 {
	line-height:1.11em;
}
.f8_5 {
	font-size:1.85em;
	line-height:1.85em;
}

p.f8_5,
p > *.f8_5 {
	line-height:1.88em;
}
.f9 {
	font-size:1.9em;
	line-height:1.9em;
}

p.f9,
p > *.f9 {
	line-height:1.12em;
}
.f9_5 {
	font-size:1.95em;
	line-height:1.95em;
}

p.f9_5,
p > *.f9_5 {
	line-height:1.98em;
}
.f10 {
	font-size:2em;
	line-height:2em;
}

p.f10,
p > *.f10 {
	line-height:2em;
}
.f10_5 {
	font-size:2em;
	line-height:2em;
}

p.f10_5,
p > *.f10_5 {
	line-height:2em;
}
.nf1 {
	font-size:0.9em;
}

*:not(p).nf1 {
	line-height:0.9em;
}

p.nf1,
ul.nf1,
ol.nf1 {
	line-height:1.5em;
}
.nf1_5 {
	font-size:0.85em;
}

*:not(p).nf1_5 {
	line-height:0.85em;
}

p.nf1_5,
ul.nf1_5,
ol.nf1_5 {
	line-height:1.45em;
}
.nf2 {
	font-size:0.8em;
}

*:not(p).nf2 {
	line-height:0.8em;
}

p.nf2,
ul.nf2,
ol.nf2 {
	line-height:1.4em;
}
.nf2_5 {
	font-size:0.75em;
}

*:not(p).nf2_5 {
	line-height:0.75em;
}

p.nf2_5,
ul.nf2_5,
ol.nf2_5 {
	line-height:1.35em;
}
.nf3 {
	font-size:0.7em;
}

*:not(p).nf3 {
	line-height:0.7em;
}

p.nf3,
ul.nf3,
ol.nf3 {
	line-height:1.3em;
}
.nf3_5 {
	font-size:0.65em;
}

*:not(p).nf3_5 {
	line-height:0.65em;
}

p.nf3_5,
ul.nf3_5,
ol.nf3_5 {
	line-height:1.25em;
}
.nf4 {
	font-size:0.6em;
}

*:not(p).nf4 {
	line-height:0.6em;
}

p.nf4,
ul.nf4,
ol.nf4 {
	line-height:1.2em;
}
.nf4_5 {
	font-size:0.55em;
}

*:not(p).nf4_5 {
	line-height:0.55em;
}

p.nf4_5,
ul.nf4_5,
ol.nf4_5 {
	line-height:1.15em;
}
.nf5 {
	font-size:0.5em;
}

*:not(p).nf5 {
	line-height:0.5em;
}

p.nf5,
ul.nf5,
ol.nf5 {
	line-height:1.1em;
}
.nf5_5 {
	font-size:0.45em;
}

*:not(p).nf5_5 {
	line-height:0.45em;
}

p.nf5_5,
ul.nf5_5,
ol.nf5_5 {
	line-height:1.05em;
}
.nf6 {
	font-size:0.4em;
}

*:not(p).nf6 {
	line-height:0.4em;
}

p.nf6,
ul.nf6,
ol.nf6 {
	line-height:1em;
}
.nf6_5 {
	font-size:0.35em;
}

*:not(p).nf6_5 {
	line-height:0.35em;
}

p.nf6_5,
ul.nf6_5,
ol.nf6_5 {
	line-height:0.95em;
}
.nf7 {
	font-size:0.3em;
}

*:not(p).nf7 {
	line-height:0.3em;
}

p.nf7,
ul.nf7,
ol.nf7 {
	line-height:0.9em;
}
.nf7_5 {
	font-size:0.25em;
}

*:not(p).nf7_5 {
	line-height:0.25em;
}

p.nf7_5,
ul.nf7_5,
ol.nf7_5 {
	line-height:0.85em;
}
.nf8 {
	font-size:0.2em;
}

*:not(p).nf8 {
	line-height:0.2em;
}

p.nf8,
ul.nf8,
ol.nf8 {
	line-height:0.8em;
}
.nf8_5 {
	font-size:0.15em;
}

*:not(p).nf8_5 {
	line-height:0.15em;
}

p.nf8_5,
ul.nf8_5,
ol.nf8_5 {
	line-height:0.75em;
}
.nf9 {
	font-size:0.1em;
}

*:not(p).nf9 {
	line-height:0.1em;
}

p.nf9,
ul.nf9,
ol.nf9 {
	line-height:0.7em;
}
.nf9_5 {
	font-size:0.05em;
}

*:not(p).nf9_5 {
	line-height:0.05em;
}

p.nf9_5,
ul.nf9_5,
ol.nf9_5 {
	line-height:0.65em;
}
	@font-face {
		font-family:'Trebuchet';
		src: url('/route/fonts/Trebuchet.ttf');
		font-weight:normal;
		font-style:normal;
		font-display:swap;
	}

	.Trebuchet {
		font-family:'Trebuchet';
	}
	
	.Trebuchet {
		font-family:'Trebuchet';
	}
	
/* Dots */

.dots {
	display:flex;
}

.dots > a:not(:last-child) {
	margin-right:10px;
}

.dots > a:hover {
	opacity:0.3;
	text-decoration:none!important;
}

/* Arrows */

.arrow {
	display:inline-block!important;
	width:auto!important;
	padding:0px!important;
	position:absolute;
	top:50%!important;
	cursor:pointer;
	z-index:999;
}

.arrow.prev {
	left:0px!important;
	right:auto!important;
}

.arrow.next {
	right:0px!important;
	left:auto!important;	
}

.arrow.disabled {
	opacity:0.3;	
}

/* Navigation */

nav > a, nav .dropdown {
	display:inline-block;	
}

/* Dropdown */

nav .dropdown {
	position:relative;
}

nav .dropdown div a {
	display:block;
	margin:0px;
	white-space: nowrap;
	float:none;
}

nav .dropdown > div {
	position:absolute;
	z-index:999999;
	overflow:hidden;
	display:inline-block;
}
	
nav .dropdown > div .dropdown > div {
	display:block;
	width:100%;
}

nav .dropdown.vert > div .dropdown.hori > div {
	top:100%!important;
}	
	
nav .dropdown div a {
	text-align:left;
	padding-left:15px;
	padding-right:15px;
}

nav .dropdown.hori > div {
	height:0px;
	left:0px;
}

nav .dropdown.vert > div {
	top:0px;
	visibility:hidden;
	left:100%!important;
}

nav .dropdown.hori > div {
	top:100%!important;	
}
	
nav .dropdown .dropdown {
	display:block;
}

/* Dropdown: Detailed */

nav.detailed .dropdown {
	position:static!important;
}

nav.detailed > .dropdown > div,
nav.detailed > * > .dropdown > div{
	padding:25px;
}

nav.detailed .dropdown > div {
	height:auto!important;
	display:none;
	text-align:left;
	width:100%;
}

nav.detailed .dropdown > div .dropdown {
	width:24%;
	display:inline-block;
	margin:0px 0px 25px 0px;
	vertical-align:top;
}

nav.detailed .dropdown > div .dropdown > div {
	display:block!important;
	visibility:visible!important;
	opacity:1!important;
	width:100%!important;
	position:static!important;
}

nav.detailed .dropdown > div .dropdown > a {
	margin:0px 0px 15px 0px;	
	padding:10px 0px;
	border-top:solid 1px rgba(255,255,255,0.3);
	border-bottom:solid 1px rgba(255,255,255,0.3);
}
	
nav.detailed .dropdown > div .dropdown div a {
	padding:0px;
}

/* Parallax */

.items-feed.Fade.One > *,
.items-feed.Scroll.One > div > * {
	padding:0px;
	background-size:cover;
}
	
.items-feed.Fade.One:not(.customposition) > *,
.items-feed.Scroll.One:not(.customposition) > div > * {
	background-position:center;
}

.parallax > img, .items-feed.Fade.One > *.parallax > img, .items-feed.Scroll.One > div > *.parallax > img {
	width:100%;
}

.parallax {
	height:auto;
}

.ParallaxParent {
	overflow:hidden;
}

/* Items Feed */

.items-feed {
	position:relative;
}

.items-feed.Scroll {
	-ms-user-select:none;
}

.items-feed.Scroll > div {
	height:100%;
}

.items-feed:not(.NoArrows).Fade > * {
	padding-left:30px;
	padding-right:30px;
}

.items-feed:not(.NoArrows).Scroll .flowhide {
	margin-left:50px;
	margin-right:50px;
}

.items-feed.Fade > * {
	width:100%;
	display:none;
	left:0px;
	top:0px;
}

.items-feed.Scroll div.scroller {
	display:flex;
	align-items:stretch;
}

.items-feed.Scroll:not(.Single) div.scroller > * {
	width:100%;
	display:flex;
	align-items:stretch;
}

.items-feed.Fade > *:not(:first-child):not(.arrow) {
	opacity:0;
}

.items-feed.Fade.Single > *.active {
	display:block;
}

.items-feed.Fade:not(.Single) > *.active {
	display:flex;
	align-items:stretch;
}

.items-feed.Fade.Single > * {
	width:100%;
}

.items-feed.Fade.Single > * > * {
	flex:none!important;
}

.items-feed.Fade:not(.Single) > *.active > *,
.items-feed.Scroll div.scroller > *,
.items-feed.Scroll:not(.Single) div.scroller > * > *,
.items-feed .item-list.layout-grid > * {
	flex:1;
}

.items-feed.Scroll.nostyle {
	text-align:center;
}

.items-feed.Scroll.nostyle > div,
.items-feed.Scroll.nostyle > div * {
	float:none!important;
	display:inline-block;
}

.items-feed.Scroll.nostyle .scroller > div > div  {
    padding:0px 20px}

.items-feed.Fade.One > *, .items-feed.Scroll.One > div > * {
	padding:0px;
	background-size:cover;
	background-position:center;
}

.items-feed.Fade.One > * > img, .items-feed.Scroll.One > div > * > img {
	max-width:100%;
	height:auto;
	position:static;
}

.items-feed.Fade.One.AsBG > * > img, .items-feed.Scroll.One.AsBG > div > * > img {
	visibility:hidden;
}

.items-feed.Fade.image-scroller > *,
.items-feed.Scroll.image-scroller > div > * {
	margin:0px;
	text-align:center;
}

.items-feed.image-scroller.Scroll:not(.Single) div.scroller > * {
	align-items:center;
}

.items-feed.image-scroller.Scroll:not(.Single) div.scroller > * img {
	max-width:100%;
}

.items-feed.Fade.One.image-scroller > *,
.items-feed.Scroll.One.image-scroller .scroller > * {
	justify-content:center;
}

.items-feed.Fade.image-scroller img,
.items-feed.Scroll.image-scroller img {
	flex:none!important;
}

/* Items List */

.item-list {
	list-style:none;
	width:100%;
	display:block;
}

/* Items Grid Layout */

.item-list.layout-grid > * {
	margin-bottom:20px;
}

.items-feed .item-list.layout-grid > *,
.items-feed.item-list.layout-grid > .flowhide {
	margin-bottom:0px;
}

.item-list.layout-grid > * h3, .item-list.layout-grid > * {
	text-align:center!important;
}

.item-list.layout-grid > * > a, .item-list.layout-grid > * > h3 {
	display:table;
	table-layout:fixed;
	width:100%;
}

.item-list.layout-grid > * > h3 {
	margin:0px;
}
	
.item-list.layout-grid > * > h3:not(:first-child) {
	padding-top:15px;
}

.item-list.layout-grid > * > a .cell, .item-list.layout-grid > * > h3 a {
	display:table-cell;
	vertical-align:middle;
	width:100%;
}

.item-list.layout-grid > * > a .cell/*.cropped*/ img {
	display:block;
	margin:auto;
}

.item-list.layout-grid > * button {
	display:inline-block;
}

/* Items List Layout */

.item-list.layout-list li {
	clear:both;
}

.item-list.layout-list > * > a .cell {
	display:block!important;
}

.item-list.layout-list li img {
	float:right;
	margin:0px 0px 5px 20px;
	padding:0px 0px 5px 20px;
	border-left:solid 1px rgba(0,0,0,0.1);
	width:20%;
}

/* Password Strength CSS */

a.button_strength {
	display:block;
	margin:0px 0px 5px 0px;	
}

.strength_meter div:not(:empty) {
	min-height:24px;
	text-align:center;
	color:black;
	font-weight:bold;
	line-height:26px;
	border:solid 1px #CCCCCC;
	padding:5px;
	background:#D5D5D5;
}

.strength_meter div:not(:last-child) {
	margin-bottom:20px;
}

.strength_meter p {
	border:none!important;
	font-size:12px!important;
	line-height:15px!important;
	margin:0px!important;
	padding:0px!important;
}

.strength_meter div.veryweak {
	background-color:#FFA0A0;
	border-color:#F04040!important
}

.strength_meter div.weak{
	background-color:#FFB78C;
	border-color:#FF853C!important;
}

.strength_meter div.medium{
	background-color:#FFEC8B;
	border-color:#FC0!important;
}

.strength_meter div.strong{
	background-color:#bfdd8c;
	border-color:#8DFF1C!important;
}

.strength_meter div.verystrong{
	background-color:#C3FF88;
	border-color:#8DFF1C!important;
}

/* Toggle Switch */

.toggleswitch span.relative {
	width:50px;
	height:21px;
}

.toggleswitch span.absolute {
	width:200%;
	left:0px;
	transition:0.2s left;
}

.toggleswitch span.absolute.On {
	left:-100%;
}

/* Custom Lightbox CSS */

.overlay {
	position:fixed;
	width:100%;
	height:100%;
	opacity:0;
	z-index:9999995;
	left:0px;
	top:0px;
	cursor:pointer;
}

.overlay,
.overlay * {
	transition:all 0.3s;
}

.overlay.visible {
	opacity:1;
}

.overlay:not(.nobg) {
	background-color:rgba(255,255,255,0.6);
}

div.lightbox img {
	visibility:hidden;
}

div.lightbox .caption {
	background-color:#000000;
	position:fixed;
	color:#FFFFFF;
	padding:10px;
	left:50%;
	top:50%;
}

div.lightbox {
	position:fixed;
	background-position:center;
	background-repeat:no-repeat;
	background-size:auto;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	z-index:9999999;
	display:none;
}

a.close:not(.more):not(.button) {
	position:absolute;
	top:7px;
	right:7px;
	display:block;
	width:19px;
	height:19px;
	line-height:16px;
	z-index:9999999;
	border-radius:50%;
	background:#FFFFFF;
	color:#262626;
}

a.close {
	cursor:pointer;
}

a.close:not(.more):not(.button)::after {
	content:"\f057";
	font-weight:900;
	font-family:"Font Awesome 5 Pro";
	font-size:23px;
	position:absolute;
	left:-2px;
	top:2px;
}

.lightbox .arrow {
    color:#FFFFFF;
    font-size:19px;
    background:#262626;
}

.lightbox .arrow.prev {
	border-radius:0px 50% 50% 0px;
	padding: 10px 10px 10px 5px!important;
}

.lightbox .arrow.next {
	border-radius: 50% 0px 0px 50%;
	padding:10px 5px 10px 10px!important;
}

.lightbox-link {
	cursor:pointer;	
}

/* Form CSS */

form {
	text-align:left;
}

input[type="time"],
input[type="date"],
input[type="text"],
input[type="number"],
input[type="password"],
input[type="submit"],
select {
	height:24px;
	border-radius:0;
	background:#FFFFFF;
}

input[type="time"]:focus,
input[type="date"]:focus,
input[type="text"]:focus,
input[type="color"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus,
button:focus,
[contenteditable=true]:focus {
	outline:none;
}

* {
	-webkit-tap-highlight-color:transparent;
}

input[type="text"],
input[type="time"],
input[type="date"],
input[type="color"],
input[type="number"],
input[type="password"],
input[type="file"],
textarea,
select,
button:not(.grid) {
	margin-bottom:20px;
}

input[type="time"]:last-child,
input[type="date"]:last-child,
input[type="text"]:last-child,
input[type="number"]:last-child,
input[type="password"]:last-child,
input[type="file"]:last-child,
textarea:last-child,
select:last-child,
button:last-child {
	margin-bottom:0px;
}

input[type="time"],
input[type="date"],
input[type="text"],
input[type="number"],
input[type="password"],
textarea,
input[type="submit"],
button,
select {
	font-size:11px;
	box-sizing:border-box;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
}
	
input[type="time"]:not(.grid):not(.floatl):not(.floatr),
input[type="date"]:not(.grid):not(.floatl):not(.floatr),
input[type="text"]:not(.grid):not(.floatl):not(.floatr),
input[type="password"]:not(.grid):not(.floatl):not(.floatr),
textarea:not(.grid):not(.floatl):not(.floatr),
input[type="submit"]:not(.grid):not(.floatl):not(.floatr),
button:not([type=button]):not(.grid):not(.floatl):not(.floatr),
select:not(.grid):not(.floatl):not(.floatr) {
	clear:both;
}

input[type="time"]:focus,
input[type="date"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
	box-sizing:border-box;
}

input[type="radio"],
input[type="checkbox"]{
	vertical-align:middle;
	margin:0px 10px 0px 0px;
}

input[type="checkbox"] {
	border:solid 1px #CCCCCC;
	background:#EEEEEE;
	width:17px;
	height:17px;
	position:relative;
}
	
input[type="checkbox"]:checked {
	background:#FFFFFF;	
}
	
input[type="checkbox"]:checked::before {
	font-family:'Font Awesome 5 Pro';
	font-weight:900;
	font-size:14px;
	text-align:center;
	content:'\f00c';
	color:#777777;
	position:absolute;
}
	
input[type="file"] {
	max-width:95%;
}

input[type="text"],
input[type="number"],
input[type="password"],
textarea,
select {
	width:95%;
}

input[type="date"],
input[type="time"],
input[type="text"],
input[type="password"],
input[type="number"],
textarea,
select {
	border:solid 1px #d4d2d2;
}

input[type="color"],
input[type="color"]::-webkit-color-swatch {
	border:none;
}

input[type="text"],
input[type="submit"],
input[type="password"],
input[type="checkbox"],
input[type="checkbox"]:checked,
input[type="number"],
input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}

input[type="number"] {
	-webkit-appearance:textfield;
	-moz-appearance:textfield;
}

input[type="submit"],
button {
	border-style:none;
	color:#FFFFFF;
	background-color:#4b4b4b;
	cursor:pointer;
}

button.plain {
	padding:0px!important;
	text-align:left!important;
	border-radius:0px!important;
	border:0px!important;
	font-size:13px!important;
	height:auto!important;
}
	
button.plain:hover {
	border:0px!important;
}

button.plain .fa {
	margin:0px!important;	
}

button.plain, button.plain:hover {
	background:none!important;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

textarea {
	height:145px;
	clear:both;
}

form.CCF input,
form.CCF textarea,
form.CCF select {
    transition:all 0.3s;
}

form.CCF .asterisk {
	position:absolute;
	display:block;
	font-size:1.1em;
	line-height:0px;
	opacity:0;
}

.asterisk {
	color:red;
}

input[type="checkbox"] {
	margin-right:10px;
}

/* Transitions */

.fadein {
	transition:0.1s all;
}

/* Default Colours */

/* Greyed Out */

.greyed_bg,
.greyed_bg.green_bg,
.greyed_bg.green_bg:hover,
.greyed_bg.more,
.greyed_bg.more:hover,
.greyed_bg.button,
.greyed_bg.button:hover,
button[disabled],
button[disabled]:hover {
	cursor:not-allowed!important;
	background:#EFEFEF!important;
}

.greyed_bg,
.greyed_bg.more,
.greyed_bg.button,
.greyed_bg a,
a.greyed_bg:hover,
button[disabled],
button[disabled]:hover {
	color:#AAAAAA!important;
}

button.greyed_bg,
.button.greyed_bg,
.more.greyed_bg,
button[disabled] {
	border-color:#BBBBBB!important;	
}

.greyed {
	color:#AAAAAA!important;
}
	
/* Grey */
	
.grey_bg {
	background:#DDDDDD!important;
}

.grey_bg, .grey_bg a, .grey_bg a:link, .grey_bg a:visited, a.grey_bg:link, a.grey_bg:visited, a.grey_bg:hover {
	color:#262626!important;
}

button.grey_bg, .button.grey_bg, .more.grey_bg {
	border-color:#262626!important;	
}

span.grey,  p.grey {
	color:#262626!important;
}

/* Red */

.red_bg {
	background:#ba1e1f!important;
}

.red_bg, .red_bg a, .red_bg a:link, .red_bg a:visited, a.red_bg:link, a.red_bg:visited, a.red_bg:hover {
	color:#FFFFFF!important;

}

button.red_bg, .button.red_bg, .more.red_bg {
	border-color:#ba1e1f!important;	
}

.red {
	color:#ba1e1f!important;
}

/* Amber */

.amber_bg,
.notification-bar.amber_bg {
	background:#FF5B00!important;
}

.amber_bg, .notification-bar.amber_bg, .amber_bg a, .amber_bg a:link, .amber_bg a:visited, a.amber_bg:link, a.amber_bg:visited, a.amber_bg:hover {
	color:#FFFFFF!important;
}

button.amber_bg, .button.amber_bg, .more.amber_bg, .notification-bar.amber_bg {
	border-color:#FF5B00!important;	
}

.amber {
	color:#FF5B00!important;
}

/* Yellow */

.yellow_bg,
.notification-bar.yellow_bg {
	background:#ffde00!important;
}

.yellow_bg, .notification-bar.yellow_bg, .yellow_bg a, .yellow_bg a:link, .yellow_bg a:visited, a.yellow_bg:link, a.yellow_bg:visited, a.yellow_bg:hover {
	color:#161616!important;
}

button.yellow_bg, .button.yellow_bg, .more.yellow_bg, .notification-bar.yellow_bg {
	border-color:#ffde00!important;	
}

.yellow {
	color:#ffde00!important;
}

/* Green */

.green_bg,
.green_bg.more {
	background:#009f00!important;
}

button.green_bg:hover,
.green_bg.more:hover {
	color:#009f00!important;
	background:transparent!important;
}

.green_bg, .green_bg a, a.green_bg {
	color:#FFFFFF!important;
}

button.green_bg, .button.green_bg, .more.green_bg {
	border-color:#009f00!important;	
}

.green {
	color:#009f00!important;
}

input[type="checkbox"].valid  { border-color:#009900!important; }
input[type="checkbox"].error  { border-color:#cc0000!important; }

select.valid,
input[type="text"].valid,
input[type="number"].valid,
input[type="password"].valid,
textarea.valid 	{
	border-color:#009900!important;
	color:#009900!important;
}

select.error,
input[type="text"].error,
input[type="number"].error,
input[type="password"].error,
textarea.error 	{
	border-color:#cc0000!important;
	color:#cc0000!important;
}

.valid::-webkit-input-placeholder { color:#009900!important; }
.error::-webkit-input-placeholder { color:#cc0000!important; }

.captcha:not(.last-child),
.g-recaptcha:not(.last-child),
.reCAPTCHAContainer:not(.last-child) > div {
	margin-bottom:20px!important;
}

.grecaptcha-badge {
	display:none!important;
}

.notification-bar {
	background-color:#dff0d8!important;
	padding:15px 20px!important;
	margin-bottom:20px;
	height:auto!important;
	color:#000000!important;
	background-image:none!important;
	display:flex!important;
	align-items:center;
}
	
.notification-bar:not(.i) {
	width:auto!important;
}
	
.notification-bar:empty {
	padding:0px!important;
	margin:0px!important;
}

.notification-bar.warn {
	border-color:#cc6000!important;
	background-color:#fee8d6!important;
}

.notification-bar.warn span:first-child {
	color:#cc6000!important;
}

.notification-bar.error {
	border-color:#cc0000!important;
	background-color:#fed6d6!important;
}

.notification-bar.error span:first-child {
	color:#cc0000!important;
}

.notification-bar span:first-child {
	margin:0px 10px 0px 0px;
	vertical-align:top;
	color:#009f00;
}

.notification-bar ul {
	margin:0px 0px 0px 15px;	
}

/* Pagination */

.pagination {
	text-align:left;
	clear:both;
}

.top-pagination {
	border-bottom:solid 1px #CCCCCC;
	margin-bottom:20px;
	padding-bottom:20px;
}

.bottom-pagination {
	border-top:solid 1px #CCCCCC;	
	padding-top:20px;
}

.pagination form {
	float:right;
}

.pagination .display select {
	width:auto;
	height:auto;
	margin:0px;
	padding:3px;
}

.pagination .display select[name="Display"].withmargin {
	margin-right:20px;
}

.pagination .display .sort {
	display:inline-block;
}

.pagination a {
	padding-left:6px;
	padding-right:6px;
	display:inline-flex;
	align-items:center;
	font-size:11px;
	line-height:14px;
	text-decoration:none;
}
.pagination a:hover {
	text-decoration:none!important;
}

.pagination a,
.pagination b {
	margin:0px 10px 0px 0px;
	font-weight:normal;
}

/* Video */

iframe.Video:not([data-video]) {
	width:100%;
}

/* Pop Up */


.popup {
	text-align:left;
	background-color:#FAFAFA;
	border:solid 1px rgba(0,0,0,0.15);
	padding:0px;
	top:15%;
	position:fixed;
	z-index:9999999;
	box-sizing:border-box;
	display:none;
	color:#404040;
	max-width:80%;
	max-height:90%;
	overflow:auto;
	border-radius:8px;
}
	
.popup > .ListFilter,
.popup > div:not(.foot):not(.overlay),
.popup > p {
	margin-left:20px;
	margin-right:20px;
}
	
.popup > *:first-child:not(header) {
	padding-top:20px;
}

.popup h6 {
	background:#000000;
	color:#FFFFFF;	padding:20px;
		font-size:16px;
	line-height:20px;
	border-radius:8px 8px 0px 0px;
}

.popup a.green_bg {
	cursor:pointer;
}
	
.popup .foot {
	background:rgba(0,0,0,0.03);
	padding:20px;
	text-align:right;
}

.popup .foot button,
.popup .foot .button,
.popup .foot .more {
	margin-bottom:0px;
	align-items:center;
	display:inline-flex;
	left:auto;
	right:auto;
	top:auto;
	bottom:auto;
}

.popup .foot button .fa,
.popup .foot button .fas,
.popup .foot button .far,
.popup .foot button .fal,
.popup .foot .button .fa,
.popup .foot .button .fas,
.popup .foot .button .far,
.popup .foot .button .fal,
.popup .foot .more .fa,
.popup .foot .more .fas,
.popup .foot .more .far,
.popup .foot .more .fal {
	margin-left:5px;
}
	
/* Loading Icon */

img.loading {
	left:50%;
	top:50%;
	position:fixed;
	margin-left:-75px;
	margin-top:-10px;
	z-index:9999998;
}

/* Link Selection List */

.link-list label {
	display:block;
	cursor:pointer;
}

.link-list label span {
	display:inline-block;
	width:200px;	
}

.link-list label input[type=radio] {
	margin:0px 0px 10px 0px;
}

.link-list label input[type=checkbox] {
	margin:0px 0px 5px 0px;
}

/* Links */

.pdf,
.link {
	background-repeat:no-repeat;
	display:block;
	height:48px;
	padding:16px 0px 16px 50px;
	clear:both;
}

.pdf {
	background-image:url(/route/images/documents/pdf.png);
}

.link {
	background-image:url(/route/images/documents/html.png);
}
 
/* Item Images */

.item-images {
	width:100%;
	margin:0px 0px 25px 25px;
	float:right;
	position:relative;
}
	
.item-images > .fas:hover {
	opacity:1;
}

.item-images.single .block {
	height:auto!important;	
}

.item-images.single .block img {
	width:100%!important;
}

.item-images .cell {
	text-align:center;
	position:relative;
}

.item-images .cell > img {
	width:auto!important;
	height:auto;
	display:block;
	float:none!important;
	border:none!important;
	margin:auto!important;
	padding:0px!important;
}

.item-images .thumbnails {
	overflow:hidden;
	padding:0px 22px 0px 44px;
	position:relative;
	border-top:none;
	-ms-user-select:none;
}

.item-images .thumbnails > .fas {
	left:0px;
	top:0px;
	width:22px;
	height:100%;
	background:#bfbfbf;
	color:#FFFFFF;
	cursor:pointer;
	transition:opacity 0.2s;
	z-index:1;
}

.item-images .thumbnails > .fas::before {
	line-height:14px;
	font-size:14px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-6px;
	margin-top:-6px;
}

.item-images .thumbnails > .arrow {
	width:22px!important;
	height:100%!important;
	background:#e5e5e5;
	top:0px!important;
	display:table!important;
	margin:0px;
	border-radius:0px!important;
}

.item-images .thumbnails > .arrow.prev {
	left:22px!important;
}

.item-images .thumbnails > .arrow:hover {
	background:#DDDDDD;
}
	
.item-images .thumbnails > .arrow,
.item-images .thumbnails > .arrow:hover {
	border:none;
	text-decoration:none;
}

.item-images .thumbnails > .arrow::before {
	display:table-cell!important;
	vertical-align:middle!important;
	text-align: center;
}

.item-images .thumbnails > div > div {
	width:25%;
	float:left;
	padding:10px;
	text-align:center;
	position:relative;
}

.item-images .thumbnails > div > div.active::after {
	font-size:25px;
	font-family:'Font Awesome 5 Pro';
	font-weight:900;
	content:'\f0d8';
	position:absolute;
	bottom:-4px;
	left:50%;
	margin-left:-7px;
}

.item-images .thumbnails > div > div img {
	width:100%!important;
	cursor:pointer;
	margin:0px!important;
	padding:0px!important;
}

.item-images .magnified {
	position:absolute;
	left:100%;
	top:-1px;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#EEEEEE;
	z-index:1;
}

.item-images .magnified img {
	display:none;
}
	
/* Item Images: Borders - Default */
	
.item-images:not(.single) .block,
.item-images .thumbnails > div > div img,
.item-images .thumbnails {
	border-right:solid 1px rgba(0,0,0,0.15);
}

.item-images:not(.single) .table,
.item-images .thumbnails,
.item-images .magnified,
.item-images .thumbnails > div > div img {
	border-left:solid 1px rgba(0,0,0,0.15);
	border-bottom:solid 1px rgba(0,0,0,0.15);
}

.item-images:not(.single) .table,
.item-images .magnified,
.item-images .thumbnails > div > div img {
	border-top:solid 1px rgba(0,0,0,0.15);
}
	
/* Item Images: Borders - Dark */
	
.item-images.dark:not(.single) .block,
.item-images.dark .thumbnails > div > div img,
.item-images.dark .thumbnails {
	border-right:solid 1px rgba(255,255,255,0.15);
}

.item-images.dark:not(.single) .table,
.item-images.dark .thumbnails,
.item-images.dark .magnified,
.item-images.dark .thumbnails > div > div img {
	border-left:solid 1px rgba(255,255,255,0.15);
	border-bottom:solid 1px rgba(255,255,255,0.15);
}
	
.item-images.dark:not(.single) .table,
.item-images.dark .magnified,
.item-images.dark .thumbnails > div > div img {
	border-top:solid 1px rgba(255,255,255,0.15);
}

/* Collapsible Menus */

nav.collapse a,
nav.collapse .dropdown {
	display:block;
}

nav.collapse .dropdown > a {
	position:relative;
	cursor:pointer;
}

nav.collapse .dropdown > a::after {
	font-family:'Font Awesome 5 Pro';
	font-weight:300;
	font-size:10px;
	content:'\f067';
	position:absolute;
	right:15px;
}
	
nav.collapse .dropdown:not(.expanded):hover > div {
	height:0px!important;
	overflow:hidden!important;
}
	
nav.collapse .dropdown.expanded > a::after {
	content:'\f068';
}
	
nav.collapse .dropdown.expanded > div {
	height:auto;
}
	
nav.collapse .dropdown > div {
	position:static;
	width:100%!important;
	height:0px;
	visibility:visible!important;
	display:block;
	overflow:hidden!important;
}

/* Reset Tips */

.reset-tips {
	padding:15px;	
	background-color:#EEEEEE;
	float:right;

	border:solid 1px #d9d7d7;
	margin:0px 0px 0px 0px;
}
	
.reset-tips ul {
	margin:0px;
	width:100%;
}

.reset-tips table {
	width:100%;
}

.reset-tips th, .reset-tips td {
	padding:8px;	
	text-align:left;
	border-top:solid 1px #d9d7d7;
}

.reset-tips tr {
	border-right:solid 1px #d9d7d7;
}

.reset-tips th {
	background-color:#d9d7d7;
}

/* Header Slides */

.items-feed.headerslide img {
	width:100%;
	display:block;
}

.items-feed.headerslide .videoforeground,
.items-feed.headerslide .videoforeground > div,
.items-feed.headerslide .videoforeground > iframe {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

.items-feed.headerslide .videoforeground > div {
	z-index:1;
}

.items-feed.headerslide.ParallaxParent img,
.items-feed.headerslide .parallax img {
	visibility:hidden;
}

.items-feed.headerslide div > a {
	display:block;	
}

.items-feed.headerslide div.caption {
	width:100%;
	position:absolute!important;
	left:0px;
	bottom:0px;
}
	
.items-feed.headerslide > div:not(.active) {
	position:relative!important;
}
	
.items-feed.headerslide.tablecell div.caption {
	top:0px;
	display:none;
}

.items-feed.headerslide div.caption h3:last-child {
	margin-bottom:0px;
}

.items-feed.headerslide.Scroll > div * {
	position:relative;	
}
	
/* Website Notice */
	
.websitenotice {
	font-size:17px;
	line-height:22px;
}
	
/* Website Offline */
	
body.website-under-maintenance {
	padding:15px;
	height:100vh;
}
	
body.website-under-maintenance .offlinelogo {
	margin:0px 0px 15px 0px;
}
	
body.website-under-maintenance h1 {
	text-align:center!important;	
}
	
body.website-under-maintenance p a {
	color:#747474;
}
	
.red_bg.offline-banner {
	z-index:9999999;
	position:fixed;
	bottom:0px;
	left:0px;
	font-size:15px;
	width:100%;
	padding:10px;
	text-align:center;
}

/* Show Titles */

.showtitles {
	position:relative;
	cursor:pointer;
}

.showtitles > div {
	right:100%;
	top:15px;
	width:75%;
	min-width:200px;
	z-index:1;
	position:absolute;
	padding:10px;
	background:#FEFEFE;
	border:solid 1px #CCCCCC;
	color:#262626;
	font-family:'Arial';
	font-weight:normal;
	font-size:12px;
	line-height:14px;
}
	
/* Mobile Feed */

.mobile-feed {
    position:relative;
}
    
.mobile-feed h2 {
	text-align:center;
}

.mobile-feed > div {
	overflow:hidden;
	width:100%;
	margin:auto;
}

.mobile-feed > div .swipe {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
}

.mobile-feed > div .scroller .arrow.prev {
	display:none!important;
}

.mobile-feed > div .scroller .arrow {
    color:#FFFFFF;
    font-size:35px!important;
    width:auto!important;
    height:auto!important;
    background:#262626;
}

.mobile-feed > div .scroller .arrow.prev {
	border-radius:0px 50% 50% 0px;
	padding:12px 12px 12px 6px!important;
}

.mobile-feed > div .scroller .arrow.next {
	border-radius: 50% 0px 0px 50%;
	padding:12px 6px 12px 12px!important;
}

.mobile-feed > div .scroller .arrow {
	color:#FFFFFF;
	font-size:15px;	
}

.mobile-feed > div .scroller div {
	float:left;
	width:100%;
	height:100%;
	text-align:center;
}

.mobile-feed > div .scroller div > div > a {
	display:table;
	width:100%;
	height:100%;
}

.mobile-feed > div .scroller div > div .cell {
	text-align:center;
}

.mobile-feed > div .scroller div > div .cell img {
	display:block;
	margin:7px auto;
	max-width:80%!important;
}
	
/* Date Picker */

.ui-datepicker,
.xdsoft_datetimepicker {
	z-index:10000000!important;
}

/* Copy To Clip */

.CopyToClip {
	cursor:pointer;
}

/* Sqaure */

.square {
	position:relative;
}

.square::after {
	content:"";
	display:block;
	padding-bottom:100%;
}

.square > * {
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
}

/* Multi Select UX */

.MultiSelect > .absolute {
	background:rgba(240,240,240,0.98);
	padding-left:10px;
	padding-right:10px;
}

.MultiSelect > .absolute:not(.height0) {
	padding-top:10px;
	padding-bottom:10px;
}

.MultiSelect > .absolute > .flex > span {
	width:30px;
	background:rgba(0,0,0,0.05);
}

.MultiSelect > .absolute > .flex > a {
	width:60px;
	font-size:12px;
}

.MultiSelect > .absolute > .flex > input {
	width:calc(100% - 90px);
}

.MultiSelect > .absolute > .flowauto {
	max-height:300px;
}

/* Circle */

.circle::after {
	content:'';
	display:block;
	padding-bottom:100%;
}

/* Responsive */

/* Dropdown: Detailed */

@media only screen and (max-width : 1199px) { 

	nav.detailed .dropdown > div .dropdown {
		width:25%;
	}
	
}

@media only screen and (max-width : 999px) { 

	nav.detailed .dropdown > div .dropdown {
		width:33.3%;
	}
	
	.parallax, .items-feed.Fade.One > *.parallax, .items-feed.Scroll.One > div > *.parallax {
		background-size:150%;
	}
	
	.parallax > img, .items-feed.Fade.One > *.parallax > img, .items-feed.Scroll.One > div > *.parallax > img {
		width:150%;
	}
	
}
	
@media only screen and (max-width : 799px) {  

	.pagination,
	.pagination form {
		text-align:center;
		float:none;
	}
	
	.pagination a {
		margin-bottom:15px;		
	}

	.pagination a.pagination-next {
		margin-right:0px;
	}
	
	.parallax, .items-feed.Fade.One > *.parallax, .items-feed.Scroll.One > div > *.parallax {
		background-size:200%;
	}
	
	.parallax > img, .items-feed.Fade.One > *.parallax > img, .items-feed.Scroll.One > div > *.parallax > img {
		width:200%;
	}

	/* Item Images */

	.item-images {
		margin:0px auto 25px auto!important;
		float:none!important;
	}

	.item-images .cell {
		opacity:0;
	}

}

@media screen and (max-width: 649px) {

	.item-list.photogallery:not(.category) {
		display:none!important;
	}

}

@media only screen and (max-width : 599px) {  

	.parallax, .items-feed.Fade.One > *.parallax, .items-feed.Scroll.One > div > *.parallax {
		background-size:300%;
	}
	
	.parallax > img, .items-feed.Fade.One > *.parallax > img, .items-feed.Scroll.One > div > *.parallax > img {
		width:300%;
	}

	.popup {
		width:100%
	}
	
	.popup .foot button,
	.popup .foot .button,
	.popup .foot .more {
		font-size:14px!important;
	}

	.pagination a {
		margin-bottom:0px;
	}

	.pagination form {
		margin-top:15px;
	}

}

@media only screen and (max-width : 499px) {  

	.mobile-show	{ display:block!important; }
	.mobile-hide	{ display:none!important; }
	.mobile-one		{
		width:100%!important;
		height:auto!important;
		margin-right:0px!important;
	}

	/*

	.items-feed:not(.NoArrows).Scroll .flowhide {
		margin-left:0px;
		margin-right:0px;
	}

	.items-feed:not(.NoArrows).Scroll .arrow {
		display:none!important;
	}

	*/

}

@media only screen and (max-width : 399px) {  
	
	.popup .foot button,
	.popup .foot .button,
	.popup .foot .more {
		width:100%!important;
		margin-left:0px;
		margin-right:0px;
	}

	.popup .foot button:not(:last-child),
	.popup .foot .button:not(:last-child),
	.popup .foot .more:not(:last-child) {
		margin-bottom:10px;
	}

}

@media only screen and (max-width : 349px) {  

	.ui-datepicker {
		transform:scale(0.7);
		-webkit-transform:scale(0.7);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}

}

/* Video Header Slides */

/*
@media (min-aspect-ratio: 16/9) {

	.items-feed.headerslide .videoforeground { 
		height:300%;
		top:-100%;
	}
}

@media (max-aspect-ratio: 16/9) {

	.items-feed.headerslide .videoforeground {
		width:300%;
		left:-100%;
	}
	
}
*/

/* Responsive Table: ALL */
	
.responsive-table {
	border-collapse:collapse;
}

.responsive-table tr:hover td {
	background:rgba(0,0,0,0.05);
}
	
.responsive-table b {
	display:none;	
}

.responsive-table input,
.responsive-table select,
.responsive-table td button {
	margin:0px;
}

.responsive-table .DateRange {
	-ms-user-select:none;
	min-width:150px;
}
	
.responsive-table .DateRange > div {
	display:none;
	background:rgba(240,240,240,0.9);
	padding:10px;
	top:100%;
	z-index:2;
}
	
.responsive-table .DateRange > div input {
	width:100%;
}
	
.responsive-table .DateRange > span {
	height:26px;
}

.responsive-table .DateRange > span button {
	margin:0px;
}
	
.responsive-table .headers-x th {
	vertical-align:top;
}
	
.responsive-table .SortableColumn span {
	position:relative;
}
	
.responsive-table .SortableColumn span .fas {
	position:absolute;
	right:-2px;
	top:-4px;
}

.responsive-table .SortableColumn.alignr span .fas {
	left:-2px;
	right:auto;
}
	
.filterselection.ui-autocomplete {
	color:inherit!important;
	border:solid 1px #EEEEEE;
	padding:7px;
}

.filterselection.ui-autocomplete li {
	padding:5px;	
}
	
.filterselection.ui-autocomplete li .ui-state-active {
	border:none!important;
	background:rgba(0,0,0,0.01)!important;
}

.responsive-table.auto {
	border-top:solid 1px #DDDDDD;
	border-left:solid 1px #DDDDDD;
}

.responsive-table.auto tr {
	border-bottom:solid 1px #DDDDDD;
	border-right:solid 1px #DDDDDD;
}


.responsive-table.auto th,
.responsive-table.auto td {
	border-top:solid 1px #DDDDDD;
	border-left:solid 1px #DDDDDD;
	padding:7px;
}

.responsive-table.auto th,
.responsive-table.auto tfoot td {
	background:#EFEFEF;
	color:#404040;
}
	
.responsive-table.auto td {
	background:#F9F9F9;
	color:#404040;
}

.responsive-table.auto .DateRange > div {
	left:-7px;
	right:-7px;
	margin-top:7px;
}

@media only screen and (min-width : 649px) {
	
	.responsive-table.auto tr.headers-x {
		display:table-row!important;
		opacity:1!important;
	}
	
	.responsive-table.auto tr.headers-x > th.filterlistbuttons {
		display:none!important;
	}
	
}

@media only screen and (max-width : 649px) {

	.responsive-table.auto b input,
	.responsive-table.auto b select,
	.responsive-table.auto b button,
	.responsive-table.auto b .DateRange {
		display:none;
	}
	
	.responsive-table.auto tr:not(:last-child) > :last-child {
		margin-bottom:15px;
	}

	.responsive-table.auto tfoot tr:first-child > :first-child {
		margin-top:15px;
	}
	
	.responsive-table.auto {
		border:none;
		width:100%;
	}
	
	.responsive-table.auto tr {
		border-right:none;
		border-bottom:none;
	}
	
	.responsive-table.auto tr > * {
		border-right:solid 1px #DDDDDD;
		width:100%!important;
		text-align:left!important;
		clear:both;
	}

	.responsive-table.auto.filterlist tr.headers-x > th,
	.responsive-table.auto.filterlist td.bulk-actions,
	.responsive-table.auto.filterlist td.bulk-siblings {
		display:block;
	}

	.responsive-table.auto tr:not(.headers-x) > th,
	.responsive-table.auto tr > td:not(.bulk-actions):not(.bulk-siblings):not(.empty) {
		display:flex;
		padding:0px;
	}

	.responsive-table.auto tr > td.empty {
		display:none;
	}
	.responsive-table.auto tr > *:last-child,
	.responsive-table.auto tr > .last {
		border-bottom:solid 1px #DDDDDD;
	}
	
	.responsive-table.auto tr.headers-x {
		position:fixed;
		z-index:9999998;
		left:30px;
		right:30px;
		display:none;
	}

	.responsive-table.auto tr.headers-x > th .exit {
		display:flex!important;
		font-weight:normal;
	}

	.responsive-table.auto tr th.blank,
	.responsive-table.auto tr td.blank {
		display:none!important;
	}

	.responsive-table.auto th b,
	.responsive-table.auto td:not([colspan]) b {
		display:flex;
		align-items:center;
		padding-right:15px;
		margin-right:15px;
		border-right:solid 1px #DDDDDD;
		flex:2;
		padding:7px;
		background:rgba(0,0,0,0.018);
	}

	.responsive-table.auto tr:not(.headers-x) th > :last-child,
	.responsive-table.auto tr td:not([colspan]) > :last-child {
		display:flex;
		align-items:center;
		flex:5;
		padding:7px;
	}

}

.responsive-table.fw.filterlist {
	border-top:solid 1px #DDDDDD;
	border-left:solid 1px #DDDDDD;
}

.responsive-table.fw.filterlist tr {
	border-bottom:solid 1px #DDDDDD;
	border-right:solid 1px #DDDDDD;
}


.responsive-table.fw.filterlist th,
.responsive-table.fw.filterlist td {
	border-top:solid 1px #DDDDDD;
	border-left:solid 1px #DDDDDD;
	padding:5px;
}

.responsive-table.fw.filterlist th,
.responsive-table.fw.filterlist tfoot td {
	background:#EFEFEF;
	color:#404040;
}
	
.responsive-table.fw.filterlist td {
	background:#F9F9F9;
	color:#404040;
}

.responsive-table.fw.filterlist .DateRange > div {
	left:-5px;
	right:-5px;
	margin-top:5px;
}

@media only screen and (min-width : 1099px) {
	
	.responsive-table.fw.filterlist tr.headers-x {
		display:table-row!important;
		opacity:1!important;
	}
	
	.responsive-table.fw.filterlist tr.headers-x > th.filterlistbuttons {
		display:none!important;
	}
	
}

@media only screen and (max-width : 1099px) {

	.responsive-table.fw.filterlist b input,
	.responsive-table.fw.filterlist b select,
	.responsive-table.fw.filterlist b button,
	.responsive-table.fw.filterlist b .DateRange {
		display:none;
	}
	
	.responsive-table.fw.filterlist tr:not(:last-child) > :last-child {
		margin-bottom:15px;
	}

	.responsive-table.fw.filterlist tfoot tr:first-child > :first-child {
		margin-top:15px;
	}
	
	.responsive-table.fw.filterlist {
		border:none;
		width:100%;
	}
	
	.responsive-table.fw.filterlist tr {
		border-right:none;
		border-bottom:none;
	}
	
	.responsive-table.fw.filterlist tr > * {
		border-right:solid 1px #DDDDDD;
		width:100%!important;
		text-align:left!important;
		clear:both;
	}

	.responsive-table.fw.filterlist.filterlist tr.headers-x > th,
	.responsive-table.fw.filterlist.filterlist td.bulk-actions,
	.responsive-table.fw.filterlist.filterlist td.bulk-siblings {
		display:block;
	}

	.responsive-table.fw.filterlist tr:not(.headers-x) > th,
	.responsive-table.fw.filterlist tr > td:not(.bulk-actions):not(.bulk-siblings):not(.empty) {
		display:flex;
		padding:0px;
	}

	.responsive-table.fw.filterlist tr > td.empty {
		display:none;
	}
	.responsive-table.fw.filterlist tr > *:last-child,
	.responsive-table.fw.filterlist tr > .last {
		border-bottom:solid 1px #DDDDDD;
	}
	
	.responsive-table.fw.filterlist tr.headers-x {
		position:fixed;
		z-index:9999998;
		left:30px;
		right:30px;
		display:none;
	}

	.responsive-table.fw.filterlist tr.headers-x > th .exit {
		display:flex!important;
		font-weight:normal;
	}

	.responsive-table.fw.filterlist tr th.blank,
	.responsive-table.fw.filterlist tr td.blank {
		display:none!important;
	}

	.responsive-table.fw.filterlist th b,
	.responsive-table.fw.filterlist td:not([colspan]) b {
		display:flex;
		align-items:center;
		padding-right:15px;
		margin-right:15px;
		border-right:solid 1px #DDDDDD;
		flex:2;
		padding:5px;
		background:rgba(0,0,0,0.018);
	}

	.responsive-table.fw.filterlist tr:not(.headers-x) th > :last-child,
	.responsive-table.fw.filterlist tr td:not([colspan]) > :last-child {
		display:flex;
		align-items:center;
		flex:5;
		padding:5px;
	}

}

.gridc > .r1 {
	grid-row-start:1;
}
.gridc > .re1 {
	grid-row-end:1;
}
.gridc > .c1 {
	grid-column-start:1;
}
.gridc > .ce1 {
	grid-column-end:1;
}

.gridc > .r2 {
	grid-row-start:2;
}
.gridc > .re2 {
	grid-row-end:2;
}
.gridc > .c2 {
	grid-column-start:2;
}
.gridc > .ce2 {
	grid-column-end:2;
}

.gridc > .r3 {
	grid-row-start:3;
}
.gridc > .re3 {
	grid-row-end:3;
}
.gridc > .c3 {
	grid-column-start:3;
}
.gridc > .ce3 {
	grid-column-end:3;
}

.gridc > .r4 {
	grid-row-start:4;
}
.gridc > .re4 {
	grid-row-end:4;
}
.gridc > .c4 {
	grid-column-start:4;
}
.gridc > .ce4 {
	grid-column-end:4;
}

.gridc > .r5 {
	grid-row-start:5;
}
.gridc > .re5 {
	grid-row-end:5;
}
.gridc > .c5 {
	grid-column-start:5;
}
.gridc > .ce5 {
	grid-column-end:5;
}

.gridc > .r6 {
	grid-row-start:6;
}
.gridc > .re6 {
	grid-row-end:6;
}
.gridc > .c6 {
	grid-column-start:6;
}
.gridc > .ce6 {
	grid-column-end:6;
}

.gridc > .r7 {
	grid-row-start:7;
}
.gridc > .re7 {
	grid-row-end:7;
}
.gridc > .c7 {
	grid-column-start:7;
}
.gridc > .ce7 {
	grid-column-end:7;
}

.gridc > .r8 {
	grid-row-start:8;
}
.gridc > .re8 {
	grid-row-end:8;
}
.gridc > .c8 {
	grid-column-start:8;
}
.gridc > .ce8 {
	grid-column-end:8;
}

.gridc > .r9 {
	grid-row-start:9;
}
.gridc > .re9 {
	grid-row-end:9;
}
.gridc > .c9 {
	grid-column-start:9;
}
.gridc > .ce9 {
	grid-column-end:9;
}

@media only screen and (max-width : 1999px) {
	
.grid.eight-1999 {
	float:left!important;
	width:10.575%!important;
margin-right:2.2%!important;;
}

.grid.eight_x2-1999 {
	float:left!important;
	width:23.35%!important;
margin-right:2.2%!important;;
}

.grid.eight_x3-1999 {
	float:left!important;
	width:36.125%!important;
margin-right:2.2%!important;;
}

.grid.eight_x4-1999 {
	float:left!important;
	width:48.9%!important;
margin-right:2.2%!important;;
}

.grid.eight_x5-1999 {
	float:left!important;
	width:61.675%!important;
margin-right:2.2%!important;;
}

.grid.eight_x6-1999 {
	float:left!important;
	width:74.45%!important;
margin-right:2.2%!important;;
}

.grid.eight_x7-1999 {
	float:left!important;
	width:87.225%!important;
margin-right:2.2%!important;;
}

.grid.seven-1999 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-1999 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-1999 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-1999 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-1999 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-1999 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-1999 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-1999 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-1999 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-1999 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-1999 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-1999 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-1999 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-1999 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-1999 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-1999 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-1999 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-1999 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-1999 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-1999 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-1999 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-1999 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.eight-1999 {
	width:12.5%!important;
}

.floatl.eight_x2-1999 {
	width:25%!important;
}

.floatl.eight_x3-1999 {
	width:37.5%!important;
}

.floatl.eight_x4-1999 {
	width:50%!important;
}

.floatl.eight_x5-1999 {
	width:62.5%!important;
}

.floatl.eight_x6-1999 {
	width:75%!important;
}

.floatl.eight_x7-1999 {
	width:87.5%!important;
}

.floatl.seven-1999 {
	width:14.28571429%!important;
}

.floatl.seven_x2-1999 {
	width:28.57142857%!important;
}

.floatl.seven_x3-1999 {
	width:42.85714286%!important;
}

.floatl.seven_x4-1999 {
	width:57.14285714%!important;
}

.floatl.seven_x5-1999 {
	width:71.42857143%!important;
}

.floatl.seven_x6-1999 {
	width:85.71428571%!important;
}

.floatl.six-1999 {
	width:16.66666667%!important;
}

.floatl.six_x2-1999 {
	width:33.33333333%!important;
}

.floatl.six_x3-1999 {
	width:50%!important;
}

.floatl.six_x4-1999 {
	width:66.6666667%!important;
}

.floatl.six_x5-1999 {
	width:83%!important;
}

.floatl.five-1999 {
	width:20%!important;
}

.floatl.five_x2-1999 {
	width:40%!important;
}

.floatl.five_x3-1999 {
	width:60%!important;
}

.floatl.five_x4-1999 {
	width:80%!important;
}

.floatl.four-1999 {
	width:25%!important;
}

.floatl.four_x2-1999 {
	width:50%!important;
}

.floatl.four_x3-1999 {
	width:75%!important;
}

.floatl.three-1999 {
	width:33.33333333%!important;
}

.floatl.three_x2-1999 {
	width:66.66666667%!important;
}

.floatl.two-1999 {
	width:50%!important;
}

.floatl.one-1999 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

.o1-1999 {
		order:1;
	}

.fl1-1999 {
	flex:1;
}

.gridc > .r1-1999 {
	grid-row-start:1;
}
.gridc-1999 > .r1-1999 {
	grid-row-start:1;
	overflow:hidden;
}
.gridc > .re1-1999 {
	grid-row-end:1;
}
.gridc-1999 > .re1-1999 {
	grid-row-end:1;
}
.gridc > .c1-1999 {
	grid-column-start:1;
}
.gridc-1999 > .c1-1999 {
	grid-column-start:1;
}
.gridc > .ce1-1999 {
	grid-column-end:1;
}
.gridc-1999 > .ce1-1999 {
	grid-column-end:1;
}

.o2-1999 {
		order:2;
	}

.fl2-1999 {
	flex:2;
}

.gridc > .r2-1999 {
	grid-row-start:2;
}
.gridc-1999 > .r2-1999 {
	grid-row-start:2;
	overflow:hidden;
}
.gridc > .re2-1999 {
	grid-row-end:2;
}
.gridc-1999 > .re2-1999 {
	grid-row-end:2;
}
.gridc > .c2-1999 {
	grid-column-start:2;
}
.gridc-1999 > .c2-1999 {
	grid-column-start:2;
}
.gridc > .ce2-1999 {
	grid-column-end:2;
}
.gridc-1999 > .ce2-1999 {
	grid-column-end:2;
}

.o3-1999 {
		order:3;
	}

.fl3-1999 {
	flex:3;
}

.gridc > .r3-1999 {
	grid-row-start:3;
}
.gridc-1999 > .r3-1999 {
	grid-row-start:3;
	overflow:hidden;
}
.gridc > .re3-1999 {
	grid-row-end:3;
}
.gridc-1999 > .re3-1999 {
	grid-row-end:3;
}
.gridc > .c3-1999 {
	grid-column-start:3;
}
.gridc-1999 > .c3-1999 {
	grid-column-start:3;
}
.gridc > .ce3-1999 {
	grid-column-end:3;
}
.gridc-1999 > .ce3-1999 {
	grid-column-end:3;
}

.o4-1999 {
		order:4;
	}

.fl4-1999 {
	flex:4;
}

.gridc > .r4-1999 {
	grid-row-start:4;
}
.gridc-1999 > .r4-1999 {
	grid-row-start:4;
	overflow:hidden;
}
.gridc > .re4-1999 {
	grid-row-end:4;
}
.gridc-1999 > .re4-1999 {
	grid-row-end:4;
}
.gridc > .c4-1999 {
	grid-column-start:4;
}
.gridc-1999 > .c4-1999 {
	grid-column-start:4;
}
.gridc > .ce4-1999 {
	grid-column-end:4;
}
.gridc-1999 > .ce4-1999 {
	grid-column-end:4;
}

.o5-1999 {
		order:5;
	}

.fl5-1999 {
	flex:5;
}

.gridc > .r5-1999 {
	grid-row-start:5;
}
.gridc-1999 > .r5-1999 {
	grid-row-start:5;
	overflow:hidden;
}
.gridc > .re5-1999 {
	grid-row-end:5;
}
.gridc-1999 > .re5-1999 {
	grid-row-end:5;
}
.gridc > .c5-1999 {
	grid-column-start:5;
}
.gridc-1999 > .c5-1999 {
	grid-column-start:5;
}
.gridc > .ce5-1999 {
	grid-column-end:5;
}
.gridc-1999 > .ce5-1999 {
	grid-column-end:5;
}

.o6-1999 {
		order:6;
	}

.fl6-1999 {
	flex:6;
}

.gridc > .r6-1999 {
	grid-row-start:6;
}
.gridc-1999 > .r6-1999 {
	grid-row-start:6;
	overflow:hidden;
}
.gridc > .re6-1999 {
	grid-row-end:6;
}
.gridc-1999 > .re6-1999 {
	grid-row-end:6;
}
.gridc > .c6-1999 {
	grid-column-start:6;
}
.gridc-1999 > .c6-1999 {
	grid-column-start:6;
}
.gridc > .ce6-1999 {
	grid-column-end:6;
}
.gridc-1999 > .ce6-1999 {
	grid-column-end:6;
}

.o7-1999 {
		order:7;
	}

.fl7-1999 {
	flex:7;
}

.gridc > .r7-1999 {
	grid-row-start:7;
}
.gridc-1999 > .r7-1999 {
	grid-row-start:7;
	overflow:hidden;
}
.gridc > .re7-1999 {
	grid-row-end:7;
}
.gridc-1999 > .re7-1999 {
	grid-row-end:7;
}
.gridc > .c7-1999 {
	grid-column-start:7;
}
.gridc-1999 > .c7-1999 {
	grid-column-start:7;
}
.gridc > .ce7-1999 {
	grid-column-end:7;
}
.gridc-1999 > .ce7-1999 {
	grid-column-end:7;
}

.o8-1999 {
		order:8;
	}

.fl8-1999 {
	flex:8;
}

.gridc > .r8-1999 {
	grid-row-start:8;
}
.gridc-1999 > .r8-1999 {
	grid-row-start:8;
	overflow:hidden;
}
.gridc > .re8-1999 {
	grid-row-end:8;
}
.gridc-1999 > .re8-1999 {
	grid-row-end:8;
}
.gridc > .c8-1999 {
	grid-column-start:8;
}
.gridc-1999 > .c8-1999 {
	grid-column-start:8;
}
.gridc > .ce8-1999 {
	grid-column-end:8;
}
.gridc-1999 > .ce8-1999 {
	grid-column-end:8;
}

.o9-1999 {
		order:9;
	}

.fl9-1999 {
	flex:9;
}

.gridc > .r9-1999 {
	grid-row-start:9;
}
.gridc-1999 > .r9-1999 {
	grid-row-start:9;
	overflow:hidden;
}
.gridc > .re9-1999 {
	grid-row-end:9;
}
.gridc-1999 > .re9-1999 {
	grid-row-end:9;
}
.gridc > .c9-1999 {
	grid-column-start:9;
}
.gridc-1999 > .c9-1999 {
	grid-column-start:9;
}
.gridc > .ce9-1999 {
	grid-column-end:9;
}
.gridc-1999 > .ce9-1999 {
	grid-column-end:9;
}

.z1-1999 {
	z-index:1;
}

.z9999999-1999 {
	z-index:9999999;
}

.z2-1999 {
	z-index:2;
}

.z9999998-1999 {
	z-index:9999998;
}

.z3-1999 {
	z-index:3;
}

.z9999997-1999 {
	z-index:9999997;
}

.z4-1999 {
	z-index:4;
}

.z9999996-1999 {
	z-index:9999996;
}

.z5-1999 {
	z-index:5;
}

.z9999995-1999 {
	z-index:9999995;
}

.z6-1999 {
	z-index:6;
}

.z9999994-1999 {
	z-index:9999994;
}

.z7-1999 {
	z-index:7;
}

.z9999993-1999 {
	z-index:9999993;
}

.z8-1999 {
	z-index:8;
}

.z9999992-1999 {
	z-index:9999992;
}

.z9-1999 {
	z-index:9;
}

.z9999991-1999 {
	z-index:9999991;
}

.w100-1999 {
	font-weight:100;
}
.w200-1999 {
	font-weight:200;
}
.w300-1999 {
	font-weight:300;
}
.w400-1999 {
	font-weight:400;
}
.w500-1999 {
	font-weight:500;
}
.w600-1999 {
	font-weight:600;
}
.w700-1999 {
	font-weight:700;
}
.w800-1999 {
	font-weight:800;
}
.w900-1999 {
	font-weight:900;
}
.f1-1999 {
	font-size:1.1em;
	line-height:1.1em;
}

p.f1-1999,
p > *.f1-1999 {
	line-height:1.4em;
}
.f1_5-1999 {
	font-size:1.15em;
	line-height:1.15em;
}

p.f1_5-1999,
p > *.f1_5-1999 {
	line-height:1.18em;
}
.f2-1999 {
	font-size:1.2em;
	line-height:1.2em;
}

p.f2-1999,
p > *.f2-1999 {
	line-height:1.5em;
}
.f2_5-1999 {
	font-size:1.25em;
	line-height:1.25em;
}

p.f2_5-1999,
p > *.f2_5-1999 {
	line-height:1.28em;
}
.f3-1999 {
	font-size:1.3em;
	line-height:1.3em;
}

p.f3-1999,
p > *.f3-1999 {
	line-height:1.6em;
}
.f3_5-1999 {
	font-size:1.35em;
	line-height:1.35em;
}

p.f3_5-1999,
p > *.f3_5-1999 {
	line-height:1.38em;
}
.f4-1999 {
	font-size:1.4em;
	line-height:1.4em;
}

p.f4-1999,
p > *.f4-1999 {
	line-height:1.7em;
}
.f4_5-1999 {
	font-size:1.45em;
	line-height:1.45em;
}

p.f4_5-1999,
p > *.f4_5-1999 {
	line-height:1.48em;
}
.f5-1999 {
	font-size:1.5em;
	line-height:1.5em;
}

p.f5-1999,
p > *.f5-1999 {
	line-height:1.8em;
}
.f5_5-1999 {
	font-size:1.55em;
	line-height:1.55em;
}

p.f5_5-1999,
p > *.f5_5-1999 {
	line-height:1.58em;
}
.f6-1999 {
	font-size:1.6em;
	line-height:1.6em;
}

p.f6-1999,
p > *.f6-1999 {
	line-height:1.9em;
}
.f6_5-1999 {
	font-size:1.65em;
	line-height:1.65em;
}

p.f6_5-1999,
p > *.f6_5-1999 {
	line-height:1.68em;
}
.f7-1999 {
	font-size:1.7em;
	line-height:1.7em;
}

p.f7-1999,
p > *.f7-1999 {
	line-height:1.10em;
}
.f7_5-1999 {
	font-size:1.75em;
	line-height:1.75em;
}

p.f7_5-1999,
p > *.f7_5-1999 {
	line-height:1.78em;
}
.f8-1999 {
	font-size:1.8em;
	line-height:1.8em;
}

p.f8-1999,
p > *.f8-1999 {
	line-height:1.11em;
}
.f8_5-1999 {
	font-size:1.85em;
	line-height:1.85em;
}

p.f8_5-1999,
p > *.f8_5-1999 {
	line-height:1.88em;
}
.f9-1999 {
	font-size:1.9em;
	line-height:1.9em;
}

p.f9-1999,
p > *.f9-1999 {
	line-height:1.12em;
}
.f9_5-1999 {
	font-size:1.95em;
	line-height:1.95em;
}

p.f9_5-1999,
p > *.f9_5-1999 {
	line-height:1.98em;
}
.f10-1999 {
	font-size:2em;
	line-height:2em;
}

p.f10-1999,
p > *.f10-1999 {
	line-height:2em;
}
.f10_5-1999 {
	font-size:2em;
	line-height:2em;
}

p.f10_5-1999,
p > *.f10_5-1999 {
	line-height:2em;
}
.nf1-1999 {
	font-size:0.9em;
}

*:not(p):not(ul):not(ol).nf1-1999 {
	line-height:0.9em;
}

p.nf1-1999,
ul.nf1-1999,
ol.nf1-1999 {
	line-height:1.9em;
}
.nf1_5-1999 {
	font-size:0.85em;
}

*:not(p):not(ul):not(ol).nf1_5-1999 {
	line-height:0.85em;
}

p.nf1_5-1999,
ul.nf1_5-1999,
ol.nf1_5-1999 {
	line-height:1.85em;
}
.nf2-1999 {
	font-size:0.8em;
}

*:not(p):not(ul):not(ol).nf2-1999 {
	line-height:0.8em;
}

p.nf2-1999,
ul.nf2-1999,
ol.nf2-1999 {
	line-height:1.8em;
}
.nf2_5-1999 {
	font-size:0.75em;
}

*:not(p):not(ul):not(ol).nf2_5-1999 {
	line-height:0.75em;
}

p.nf2_5-1999,
ul.nf2_5-1999,
ol.nf2_5-1999 {
	line-height:1.75em;
}
.nf3-1999 {
	font-size:0.7em;
}

*:not(p):not(ul):not(ol).nf3-1999 {
	line-height:0.7em;
}

p.nf3-1999,
ul.nf3-1999,
ol.nf3-1999 {
	line-height:1.7em;
}
.nf3_5-1999 {
	font-size:0.65em;
}

*:not(p):not(ul):not(ol).nf3_5-1999 {
	line-height:0.65em;
}

p.nf3_5-1999,
ul.nf3_5-1999,
ol.nf3_5-1999 {
	line-height:1.65em;
}
.nf4-1999 {
	font-size:0.6em;
}

*:not(p):not(ul):not(ol).nf4-1999 {
	line-height:0.6em;
}

p.nf4-1999,
ul.nf4-1999,
ol.nf4-1999 {
	line-height:1.6em;
}
.nf4_5-1999 {
	font-size:0.55em;
}

*:not(p):not(ul):not(ol).nf4_5-1999 {
	line-height:0.55em;
}

p.nf4_5-1999,
ul.nf4_5-1999,
ol.nf4_5-1999 {
	line-height:1.55em;
}
.nf5-1999 {
	font-size:0.5em;
}

*:not(p):not(ul):not(ol).nf5-1999 {
	line-height:0.5em;
}

p.nf5-1999,
ul.nf5-1999,
ol.nf5-1999 {
	line-height:1.5em;
}
.nf5_5-1999 {
	font-size:0.45em;
}

*:not(p):not(ul):not(ol).nf5_5-1999 {
	line-height:0.45em;
}

p.nf5_5-1999,
ul.nf5_5-1999,
ol.nf5_5-1999 {
	line-height:1.45em;
}
.nf6-1999 {
	font-size:0.4em;
}

*:not(p):not(ul):not(ol).nf6-1999 {
	line-height:0.4em;
}

p.nf6-1999,
ul.nf6-1999,
ol.nf6-1999 {
	line-height:1.4em;
}
.nf6_5-1999 {
	font-size:0.35em;
}

*:not(p):not(ul):not(ol).nf6_5-1999 {
	line-height:0.35em;
}

p.nf6_5-1999,
ul.nf6_5-1999,
ol.nf6_5-1999 {
	line-height:1.35em;
}
.nf7-1999 {
	font-size:0.3em;
}

*:not(p):not(ul):not(ol).nf7-1999 {
	line-height:0.3em;
}

p.nf7-1999,
ul.nf7-1999,
ol.nf7-1999 {
	line-height:1.3em;
}
.nf7_5-1999 {
	font-size:0.25em;
}

*:not(p):not(ul):not(ol).nf7_5-1999 {
	line-height:0.25em;
}

p.nf7_5-1999,
ul.nf7_5-1999,
ol.nf7_5-1999 {
	line-height:1.25em;
}
.nf8-1999 {
	font-size:0.2em;
}

*:not(p):not(ul):not(ol).nf8-1999 {
	line-height:0.2em;
}

p.nf8-1999,
ul.nf8-1999,
ol.nf8-1999 {
	line-height:1.2em;
}
.nf8_5-1999 {
	font-size:0.15em;
}

*:not(p):not(ul):not(ol).nf8_5-1999 {
	line-height:0.15em;
}

p.nf8_5-1999,
ul.nf8_5-1999,
ol.nf8_5-1999 {
	line-height:1.15em;
}
.nf9-1999 {
	font-size:0.1em;
}

*:not(p):not(ul):not(ol).nf9-1999 {
	line-height:0.1em;
}

p.nf9-1999,
ul.nf9-1999,
ol.nf9-1999 {
	line-height:1.1em;
}
.nf9_5-1999 {
	font-size:0.05em;
}

*:not(p):not(ul):not(ol).nf9_5-1999 {
	line-height:0.05em;
}

p.nf9_5-1999,
ul.nf9_5-1999,
ol.nf9_5-1999 {
	line-height:1.05em;
}
  .invisible-1999 {
			visibility:hidden!important;
		}

  .last-1999 {
			margin-right:0px!important;
		}

  .floatl-1999 {
			float:left!important;
		}

  .floatr-1999 {
			float:right!important;
		}

  .left-1999 {
			float:left!important;
		}

  .right-1999 {
			float:right!important;
		}

  .floatn-1999,
 .grid.floatn-1999 {
			float:none!important;
		}

  .grid-1999 {
			float:left!important;
overflow:hidden;;
		}

  .grid.last-1999 {
			float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
		}

  .none-1999 {
			display:none!important;
		}

  .block-1999 {
			display:block!important;
		}

  .iblock-1999 {
			display:inline-block!important;
		}

  .inline-1999 {
			display:inline!important;
		}

  .table-1999 {
			display:table!important;
		}

  .row-1999 {
			display:table-row!important;
		}

  .cell-1999 {
			display:table-cell!important;
vertical-align:middle;
		}

  .collapse-1999 {
			border-collapse:collapse;
		}

  .clearl-1999 {
			clear:left!important;
		}

  .clearr-1999 {
			clear:right!important;
		}

  .clearn-1999 {
			clear:none!important;
		}

  .clearnone-1999 {
			clear:none!important;
		}

  .clearb-1999 {
			clear:both!important;
		}

  .clear-1999 {
			float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
		}

  .up-1999 {
			text-transform:uppercase;
		}

  .transnone-1999 {
			text-transform:none;
		}

  .strike-1999 {
			text-decoration:line-through;
		}

  .alignl-1999 {
			text-align:left!important;
		}

  .alignr-1999 {
			text-align:right!important;
		}

  .alignc-1999 {
			text-align:center!important;
		}

  .alignj-1999 {
			text-align:justify!important;
		}

  .valign-1999 {
			vertical-align:middle!important;
		}

  .widthauto-1999 {
			width:auto!important;
		}

  .heightauto-1999 {
			height:auto!important;
min-height:0px!important;
		}

.square.heightauto-1999::after {
	display:none!important;
}

.square.heightauto-1999 > * {
	position:static!important;
}

  .width0-1999 {
			width:0px;
		}

  .width50-1999 {
			width:50%;
		}

  .height0-1999 {
			height:0px;
		}

  .height50-1999 {
			height:50%;
		}

  .mw100-1999 {
			max-width:100%;
		}

  .mw90-1999 {
			max-width:90%;
		}

  .mw80-1999 {
			max-width:80%;
		}

  .mw70-1999 {
			max-width:70%;
		}

  .mw60-1999 {
			max-width:60%;
		}

  .mw50-1999 {
			max-width:50%;
		}

  .mw40-1999 {
			max-width:40%;
		}

  .mw30-1999 {
			max-width:30%;
		}

  .mw20-1999 {
			max-width:20%;
		}

  .mw10-1999 {
			max-width:10%;
		}

  .mwnone-1999 {
			max-width:none;
		}

  .fw-1999,
 .grid.fw-1999,
 .floatl.fw-1999 {
			width:100%!important;
      margin-left:0px!important;
			margin-right:0px!important;
		}

  .fh-1999 {
			height:100%!important;
		}

  .pointer-1999 {
			cursor:pointer!important;
		}

  .noallow-1999 {
			cursor:not-allowed!important;
		}

  .noselect-1999 {
			user-select:none!important;
		}

  .static-1999 {
			position:static!important;
		}

  .relative-1999 {
			position:relative!important;
		}

  .absolute-1999 {
			position:absolute!important;
		}

  .fixed-1999 {
			position:fixed!important;
		}

  .spacing-1999 {
			margin-bottom:7px!important;
		}

  .spacing.floatl-1999 {
			margin-right:15px!important;
		}

  .spacing.floatr-1999 {
			margin-left:15px!important;
		}

  .flowhide-1999 {
			overflow:hidden;
		}

  .flowshow-1999 {
			overflow:visible;
		}

  .flowauto-1999 {
			overflow:auto;
		}

  .nowrap-1999 {
			white-space:nowrap;
		}

  .lhreset-1999 {
			line-height:normal;
		}

  .circle-1999 {
			border-radius:50%!important;
		}

  .radnone-1999 {
			border-radius:0px!important;
		}

  .vh10-1999 {
			height:10vh!important;
		}

  .vh25-1999 {
			height:25vh!important;
		}

  .vh50-1999 {
			height:50vh!important;
		}

  .vh100-1999 {
			height:100vh!important;
		}

  .vw10-1999 {
			width:10vw!important;
		}

  .vw25-1999 {
			width:25vw!important;
		}

  .vw50-1999 {
			width:50vw!important;
		}

  .vw100-1999 {
			width:100vw!important;
		}

  .flexw-1999 {
			flex-wrap:wrap!important;
		}

  .flexwn-1999 {
			flex-wrap:nowrap!important;
		}

  .flexwr-1999 {
			flex-wrap:wrap-reverse!important;
		}

  .flexdr-1999 {
			flex-direction:row!important;
		}

  .flexdrr-1999 {
			flex-direction:row-reverse!important;
		}

  .flexdc-1999 {
			flex-direction:column!important;
		}

  .flexdcr-1999 {
			flex-direction:column-reverse!important;
		}

  .flex-1999 {
			display:flex!important;
align-items:center;
flex-wrap:wrap;;
		}

  .iflex-1999 {
			display:inline-flex!important;
align-items:center;;
		}

  .spaced-1999 {
			justify-content:space-between;
		}

  .flexdr.spaced-1999 {
			align-content:space-between;
		}

  .spacee-1999 {
			justify-content:space-evenly;
		}

  .falignst-1999 {
			align-items:stretch;;
		}

  .falignc-1999 {
			align-items:center;;
		}

  .faligns-1999 {
			align-items:flex-start;;
		}

  .faligne-1999 {
			align-items:flex-end;;
		}

  .fjustl-1999 {
			justify-content:flex-start;;
		}

  .fjustr-1999 {
			justify-content:flex-end;;
		}

  .fjustc-1999 {
			justify-content:center;;
		}

  .flexn-1999 {
			flex:none!important;width:100%;;
		}

  .gridc-1999 {
			display:grid!important;;
		}

  .o100-1999 {
			opacity:1;
		}

  .o90-1999 {
			opacity:0.9;
		}

  .o80-1999 {
			opacity:0.8;
		}

  .o70-1999 {
			opacity:0.7;
		}

  .o60-1999 {
			opacity:0.6;
		}

  .o50-1999 {
			opacity:0.5;
		}

  .o40-1999 {
			opacity:0.4;
		}

  .o30-1999 {
			opacity:0.3;
		}

  .o20-1999 {
			opacity:0.2;
		}

  .o10-1999 {
			opacity:0.1;
		}

  .o0-1999 {
			opacity:0;
		}

  .left0-1999 {
			left:0px!important;;
		}

  .right0-1999 {
			right:0px!important;;
		}

  .top0-1999 {
			top:0px!important;;
		}

  .bottom0-1999 {
			bottom:0px!important;;
		}

  .left50-1999 {
			left:50%!important;;
		}

  .right50-1999 {
			right:50%!important;;
		}

  .top50-1999 {
			top:50%!important;;
		}

  .bottom50-1999 {
			bottom:50%!important;;
		}

  .left100-1999 {
			left:100%!important;;
		}

  .right100-1999 {
			right:100%!important;;
		}

  .top100-1999 {
			top:100%!important;;
		}

  .bottom100-1999 {
			bottom:100%!important;;
		}

  .leftauto-1999 {
			left:auto!important;;
		}

  .rightauto-1999 {
			right:auto!important;;
		}

  .topauto-1999 {
			top:auto!important;;
		}

  .bottomauto-1999 {
			bottom:auto!important;;
		}

  .all0-1999 {
			top:0px!important;
bottom:0px!important;
left:0px!important;
right:0px!important;;
		}

  .lineup.fw-1999, .lineupgroup.fw-1999 {
			height:auto!important;
	}

	

			.padded_tiny-1999 {
				padding:5px!important;

			}

			.paddedtb_tiny-1999 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-1999 {
				padding-top:5px!important;
			}

			.paddedb_tiny-1999 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-1999 {
				padding-left:5px!important;
			}

			.paddedr_tiny-1999 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-1999 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-1999 {
				margin:5px!important;
			}

			.margintb_tiny-1999 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-1999 {
				margin-top:5px!important;
			}

			.marginb_tiny-1999 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-1999 {
				margin-left:5px!important;
			}

			.marginr_tiny-1999 {
				margin-right:5px!important;
			}

			.marginlr_tiny-1999 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			
			.nmarginlr_tiny {
				margin-left:-5px!important;
				margin-right:-5px!important;
			}
				
			.nmargin_tiny-1999 {
				margin:-5px!important;
			}

			.nmargintb_tiny-1999 {
				margin-top:-5px!important;
				margin-bottom:-5px!important;
			}

			.nmargint_tiny-1999 {
				margin-top:-5px!important;
			}

			.nmarginb_tiny-1999 {
				margin-bottom:-5px!important;
			}

			.nmarginl_tiny-1999 {
				margin-left:-5px!important;
			}

			.nmarginr_tiny-1999 {
				margin-right:-5px!important;
			}
			
			.padded_small-1999 {
				padding:10px!important;

			}

			.paddedtb_small-1999 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-1999 {
				padding-top:10px!important;
			}

			.paddedb_small-1999 {
				padding-bottom:10px!important;
			}

			.paddedl_small-1999 {
				padding-left:10px!important;
			}

			.paddedr_small-1999 {
				padding-right:10px!important;
			}

			.paddedlr_small-1999 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-1999 {
				margin:10px!important;
			}

			.margintb_small-1999 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-1999 {
				margin-top:10px!important;
			}

			.marginb_small-1999 {
				margin-bottom:10px!important;
			}

			.marginl_small-1999 {
				margin-left:10px!important;
			}

			.marginr_small-1999 {
				margin-right:10px!important;
			}

			.marginlr_small-1999 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_small {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_small-1999 {
				margin:-10px!important;
			}

			.nmargintb_small-1999 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_small-1999 {
				margin-top:-10px!important;
			}

			.nmarginb_small-1999 {
				margin-bottom:-10px!important;
			}

			.nmarginl_small-1999 {
				margin-left:-10px!important;
			}

			.nmarginr_small-1999 {
				margin-right:-10px!important;
			}
			
			.padded_medium-1999 {
				padding:20px!important;

			}

			.paddedtb_medium-1999 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-1999 {
				padding-top:20px!important;
			}

			.paddedb_medium-1999 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-1999 {
				padding-left:20px!important;
			}

			.paddedr_medium-1999 {
				padding-right:20px!important;
			}

			.paddedlr_medium-1999 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-1999 {
				margin:20px!important;
			}

			.margintb_medium-1999 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-1999 {
				margin-top:20px!important;
			}

			.marginb_medium-1999 {
				margin-bottom:20px!important;
			}

			.marginl_medium-1999 {
				margin-left:20px!important;
			}

			.marginr_medium-1999 {
				margin-right:20px!important;
			}

			.marginlr_medium-1999 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			
			.nmarginlr_medium {
				margin-left:-20px!important;
				margin-right:-20px!important;
			}
				
			.nmargin_medium-1999 {
				margin:-20px!important;
			}

			.nmargintb_medium-1999 {
				margin-top:-20px!important;
				margin-bottom:-20px!important;
			}

			.nmargint_medium-1999 {
				margin-top:-20px!important;
			}

			.nmarginb_medium-1999 {
				margin-bottom:-20px!important;
			}

			.nmarginl_medium-1999 {
				margin-left:-20px!important;
			}

			.nmarginr_medium-1999 {
				margin-right:-20px!important;
			}
			
			.padded_large-1999 {
				padding:40px!important;

			}

			.paddedtb_large-1999 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-1999 {
				padding-top:40px!important;
			}

			.paddedb_large-1999 {
				padding-bottom:40px!important;
			}

			.paddedl_large-1999 {
				padding-left:40px!important;
			}

			.paddedr_large-1999 {
				padding-right:40px!important;
			}

			.paddedlr_large-1999 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-1999 {
				margin:40px!important;
			}

			.margintb_large-1999 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-1999 {
				margin-top:40px!important;
			}

			.marginb_large-1999 {
				margin-bottom:40px!important;
			}

			.marginl_large-1999 {
				margin-left:40px!important;
			}

			.marginr_large-1999 {
				margin-right:40px!important;
			}

			.marginlr_large-1999 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			
			.nmarginlr_large {
				margin-left:-40px!important;
				margin-right:-40px!important;
			}
				
			.nmargin_large-1999 {
				margin:-40px!important;
			}

			.nmargintb_large-1999 {
				margin-top:-40px!important;
				margin-bottom:-40px!important;
			}

			.nmargint_large-1999 {
				margin-top:-40px!important;
			}

			.nmarginb_large-1999 {
				margin-bottom:-40px!important;
			}

			.nmarginl_large-1999 {
				margin-left:-40px!important;
			}

			.nmarginr_large-1999 {
				margin-right:-40px!important;
			}
			
			.padded_core-1999 {
				padding:10px!important;

			}

			.paddedtb_core-1999 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-1999 {
				padding-top:10px!important;
			}

			.paddedb_core-1999 {
				padding-bottom:10px!important;
			}

			.paddedl_core-1999 {
				padding-left:10px!important;
			}

			.paddedr_core-1999 {
				padding-right:10px!important;
			}

			.paddedlr_core-1999 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-1999 {
				margin:10px!important;
			}

			.margintb_core-1999 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-1999 {
				margin-top:10px!important;
			}

			.marginb_core-1999 {
				margin-bottom:10px!important;
			}

			.marginl_core-1999 {
				margin-left:10px!important;
			}

			.marginr_core-1999 {
				margin-right:10px!important;
			}

			.marginlr_core-1999 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_core {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_core-1999 {
				margin:-10px!important;
			}

			.nmargintb_core-1999 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_core-1999 {
				margin-top:-10px!important;
			}

			.nmarginb_core-1999 {
				margin-bottom:-10px!important;
			}

			.nmarginl_core-1999 {
				margin-left:-10px!important;
			}

			.nmarginr_core-1999 {
				margin-right:-10px!important;
			}
						
			.margin_auto-1999 {
				margin:auto!important;
			}

			.margintb_auto-1999 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-1999 {
				margin-top:auto!important;
			}

			.marginb_auto-1999 {
				margin-bottom:auto!important;
			}

			.marginl_auto-1999 {
				margin-left:auto!important;
			}

			.marginr_auto-1999 {
				margin-right:auto!important;
			}

			.marginlr_auto-1999 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			
			.nmarginlr_auto {
				margin-left:-auto!important;
				margin-right:-auto!important;
			}
				
			.nmargin_auto-1999 {
				margin:-auto!important;
			}

			.nmargintb_auto-1999 {
				margin-top:-auto!important;
				margin-bottom:-auto!important;
			}

			.nmargint_auto-1999 {
				margin-top:-auto!important;
			}

			.nmarginb_auto-1999 {
				margin-bottom:-auto!important;
			}

			.nmarginl_auto-1999 {
				margin-left:-auto!important;
			}

			.nmarginr_auto-1999 {
				margin-right:-auto!important;
			}
			
			.padded_none-1999 {
				padding:0px!important;

			}

			.paddedtb_none-1999 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-1999 {
				padding-top:0px!important;
			}

			.paddedb_none-1999 {
				padding-bottom:0px!important;
			}

			.paddedl_none-1999 {
				padding-left:0px!important;
			}

			.paddedr_none-1999 {
				padding-right:0px!important;
			}

			.paddedlr_none-1999 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-1999 {
				margin:0px!important;
			}

			.margintb_none-1999 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-1999 {
				margin-top:0px!important;
			}

			.marginb_none-1999 {
				margin-bottom:0px!important;
			}

			.marginl_none-1999 {
				margin-left:0px!important;
			}

			.marginr_none-1999 {
				margin-right:0px!important;
			}

			.marginlr_none-1999 {
				margin-left:0px!important;
				margin-right:0px!important;
			}
			
			.nmarginlr_none {
				margin-left:-0px!important;
				margin-right:-0px!important;
			}
				
			.nmargin_none-1999 {
				margin:-0px!important;
			}

			.nmargintb_none-1999 {
				margin-top:-0px!important;
				margin-bottom:-0px!important;
			}

			.nmargint_none-1999 {
				margin-top:-0px!important;
			}

			.nmarginb_none-1999 {
				margin-bottom:-0px!important;
			}

			.nmarginl_none-1999 {
				margin-left:-0px!important;
			}

			.nmarginr_none-1999 {
				margin-right:-0px!important;
			}
			
			.padded_p100-1999 {
				padding:100%!important;

			}

			.paddedtb_p100-1999 {
				padding-top:100%!important;
				padding-bottom:100%!important;
			}

			.paddedt_p100-1999 {
				padding-top:100%!important;
			}

			.paddedb_p100-1999 {
				padding-bottom:100%!important;
			}

			.paddedl_p100-1999 {
				padding-left:100%!important;
			}

			.paddedr_p100-1999 {
				padding-right:100%!important;
			}

			.paddedlr_p100-1999 {
				padding-left:100%!important;
				padding-right:100%!important;
			}
		
						
			.margin_p100-1999 {
				margin:100%!important;
			}

			.margintb_p100-1999 {
				margin-top:100%!important;
				margin-bottom:100%!important;
			}

			.margint_p100-1999 {
				margin-top:100%!important;
			}

			.marginb_p100-1999 {
				margin-bottom:100%!important;
			}

			.marginl_p100-1999 {
				margin-left:100%!important;
			}

			.marginr_p100-1999 {
				margin-right:100%!important;
			}

			.marginlr_p100-1999 {
				margin-left:100%!important;
				margin-right:100%!important;
			}
			
			.nmarginlr_p100 {
				margin-left:-100%!important;
				margin-right:-100%!important;
			}
				
			.nmargin_p100-1999 {
				margin:-100%!important;
			}

			.nmargintb_p100-1999 {
				margin-top:-100%!important;
				margin-bottom:-100%!important;
			}

			.nmargint_p100-1999 {
				margin-top:-100%!important;
			}

			.nmarginb_p100-1999 {
				margin-bottom:-100%!important;
			}

			.nmarginl_p100-1999 {
				margin-left:-100%!important;
			}

			.nmarginr_p100-1999 {
				margin-right:-100%!important;
			}
			
			.padded_p75-1999 {
				padding:75%!important;

			}

			.paddedtb_p75-1999 {
				padding-top:75%!important;
				padding-bottom:75%!important;
			}

			.paddedt_p75-1999 {
				padding-top:75%!important;
			}

			.paddedb_p75-1999 {
				padding-bottom:75%!important;
			}

			.paddedl_p75-1999 {
				padding-left:75%!important;
			}

			.paddedr_p75-1999 {
				padding-right:75%!important;
			}

			.paddedlr_p75-1999 {
				padding-left:75%!important;
				padding-right:75%!important;
			}
		
						
			.margin_p75-1999 {
				margin:75%!important;
			}

			.margintb_p75-1999 {
				margin-top:75%!important;
				margin-bottom:75%!important;
			}

			.margint_p75-1999 {
				margin-top:75%!important;
			}

			.marginb_p75-1999 {
				margin-bottom:75%!important;
			}

			.marginl_p75-1999 {
				margin-left:75%!important;
			}

			.marginr_p75-1999 {
				margin-right:75%!important;
			}

			.marginlr_p75-1999 {
				margin-left:75%!important;
				margin-right:75%!important;
			}
			
			.nmarginlr_p75 {
				margin-left:-75%!important;
				margin-right:-75%!important;
			}
				
			.nmargin_p75-1999 {
				margin:-75%!important;
			}

			.nmargintb_p75-1999 {
				margin-top:-75%!important;
				margin-bottom:-75%!important;
			}

			.nmargint_p75-1999 {
				margin-top:-75%!important;
			}

			.nmarginb_p75-1999 {
				margin-bottom:-75%!important;
			}

			.nmarginl_p75-1999 {
				margin-left:-75%!important;
			}

			.nmarginr_p75-1999 {
				margin-right:-75%!important;
			}
			
			.padded_p50-1999 {
				padding:50%!important;

			}

			.paddedtb_p50-1999 {
				padding-top:50%!important;
				padding-bottom:50%!important;
			}

			.paddedt_p50-1999 {
				padding-top:50%!important;
			}

			.paddedb_p50-1999 {
				padding-bottom:50%!important;
			}

			.paddedl_p50-1999 {
				padding-left:50%!important;
			}

			.paddedr_p50-1999 {
				padding-right:50%!important;
			}

			.paddedlr_p50-1999 {
				padding-left:50%!important;
				padding-right:50%!important;
			}
		
						
			.margin_p50-1999 {
				margin:50%!important;
			}

			.margintb_p50-1999 {
				margin-top:50%!important;
				margin-bottom:50%!important;
			}

			.margint_p50-1999 {
				margin-top:50%!important;
			}

			.marginb_p50-1999 {
				margin-bottom:50%!important;
			}

			.marginl_p50-1999 {
				margin-left:50%!important;
			}

			.marginr_p50-1999 {
				margin-right:50%!important;
			}

			.marginlr_p50-1999 {
				margin-left:50%!important;
				margin-right:50%!important;
			}
			
			.nmarginlr_p50 {
				margin-left:-50%!important;
				margin-right:-50%!important;
			}
				
			.nmargin_p50-1999 {
				margin:-50%!important;
			}

			.nmargintb_p50-1999 {
				margin-top:-50%!important;
				margin-bottom:-50%!important;
			}

			.nmargint_p50-1999 {
				margin-top:-50%!important;
			}

			.nmarginb_p50-1999 {
				margin-bottom:-50%!important;
			}

			.nmarginl_p50-1999 {
				margin-left:-50%!important;
			}

			.nmarginr_p50-1999 {
				margin-right:-50%!important;
			}
			
			.padded_p25-1999 {
				padding:25%!important;

			}

			.paddedtb_p25-1999 {
				padding-top:25%!important;
				padding-bottom:25%!important;
			}

			.paddedt_p25-1999 {
				padding-top:25%!important;
			}

			.paddedb_p25-1999 {
				padding-bottom:25%!important;
			}

			.paddedl_p25-1999 {
				padding-left:25%!important;
			}

			.paddedr_p25-1999 {
				padding-right:25%!important;
			}

			.paddedlr_p25-1999 {
				padding-left:25%!important;
				padding-right:25%!important;
			}
		
						
			.margin_p25-1999 {
				margin:25%!important;
			}

			.margintb_p25-1999 {
				margin-top:25%!important;
				margin-bottom:25%!important;
			}

			.margint_p25-1999 {
				margin-top:25%!important;
			}

			.marginb_p25-1999 {
				margin-bottom:25%!important;
			}

			.marginl_p25-1999 {
				margin-left:25%!important;
			}

			.marginr_p25-1999 {
				margin-right:25%!important;
			}

			.marginlr_p25-1999 {
				margin-left:25%!important;
				margin-right:25%!important;
			}
			
			.nmarginlr_p25 {
				margin-left:-25%!important;
				margin-right:-25%!important;
			}
				
			.nmargin_p25-1999 {
				margin:-25%!important;
			}

			.nmargintb_p25-1999 {
				margin-top:-25%!important;
				margin-bottom:-25%!important;
			}

			.nmargint_p25-1999 {
				margin-top:-25%!important;
			}

			.nmarginb_p25-1999 {
				margin-bottom:-25%!important;
			}

			.nmarginl_p25-1999 {
				margin-left:-25%!important;
			}

			.nmarginr_p25-1999 {
				margin-right:-25%!important;
			}
				.border_1-1999 {
		border:solid 1px rgba(0,0,0,0.5);;
	}

	.bordertb_1-1999 {
		border-top:solid 1px rgba(0,0,0,0.5);;
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.bordert_1-1999 {
		border-top:solid 1px rgba(0,0,0,0.5);;
	}

	.borderb_1-1999 {
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.borderl_1-1999 {
		border-left:solid 1px rgba(0,0,0,0.5);;
	}

	.borderr_1-1999 {
		border-right:solid 1px rgba(0,0,0,0.5);;
	}

	.borderlr_1-1999 {
		border-left:solid 1px rgba(0,0,0,0.5);;
		border-right:solid 1px rgba(0,0,0,0.5);;
	}
		.border_none-1999 {
		border:none;
	}

	.bordertb_none-1999 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-1999 {
		border-top:none;
	}

	.borderb_none-1999 {
		border-bottom:none;
	}

	.borderl_none-1999 {
		border-left:none;
	}

	.borderr_none-1999 {
		border-right:none;
	}

	.borderlr_none-1999 {
		border-left:none;
		border-right:none;
	}
		.border_core-1999 {
		border:solid 1px rgba(0,0,0,0.1);
	}

	.bordertb_core-1999 {
		border-top:solid 1px rgba(0,0,0,0.1);
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.bordert_core-1999 {
		border-top:solid 1px rgba(0,0,0,0.1);
	}

	.borderb_core-1999 {
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.borderl_core-1999 {
		border-left:solid 1px rgba(0,0,0,0.1);
	}

	.borderr_core-1999 {
		border-right:solid 1px rgba(0,0,0,0.1);
	}

	.borderlr_core-1999 {
		border-left:solid 1px rgba(0,0,0,0.1);
		border-right:solid 1px rgba(0,0,0,0.1);
	}
				.colour1_bg-1999 {
				background-color:#000000!important;
			}

			.colour1_bg-1999,
			a.colour1_bg-1999 {
				color:#FFFFFF!important;
			}
		
			.colour1_bg-1999 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour1-1999 a,
			a.colour1-1999 {
				color:#000000;
							}
			
			.colour1-1999 {
					color:#000000;
				background:transparent!important;
						}

					
			.colour1_bg-1999 input[type=text],
			.colour1_bg-1999 input[type=password],
			.colour1_bg-1999 input[type=number],
			.colour1_bg-1999 textarea,
			.colour1_bg-1999 select,
			.colour1_bg-1999 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour1_bg-1999 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour1_bg-1999 select {
				color:rgba(255,255,255,0.7);
			}

			.colour1_bg-1999 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour1_bg-1999 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour2_bg-1999 {
				background-color:#4b4a4b!important;
			}

			.colour2_bg-1999,
			a.colour2_bg-1999 {
				color:#FFFFFF!important;
			}
		
			.colour2_bg-1999 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour2-1999 a,
			a.colour2-1999 {
				color:#4b4a4b;
							}
			
			.colour2-1999 {
					color:#4b4a4b;
				background:transparent!important;
						}

					
			.colour2_bg-1999 input[type=text],
			.colour2_bg-1999 input[type=password],
			.colour2_bg-1999 input[type=number],
			.colour2_bg-1999 textarea,
			.colour2_bg-1999 select,
			.colour2_bg-1999 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour2_bg-1999 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour2_bg-1999 select {
				color:rgba(255,255,255,0.7);
			}

			.colour2_bg-1999 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour2_bg-1999 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour3_bg-1999 {
				background-color:#616062!important;
			}

			.colour3_bg-1999,
			a.colour3_bg-1999 {
				color:#FFFFFF!important;
			}
		
			.colour3_bg-1999 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour3-1999 a,
			a.colour3-1999 {
				color:#616062;
							}
			
			.colour3-1999 {
					color:#616062;
				background:transparent!important;
						}

					
			.colour3_bg-1999 input[type=text],
			.colour3_bg-1999 input[type=password],
			.colour3_bg-1999 input[type=number],
			.colour3_bg-1999 textarea,
			.colour3_bg-1999 select,
			.colour3_bg-1999 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour3_bg-1999 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour3_bg-1999 select {
				color:rgba(255,255,255,0.7);
			}

			.colour3_bg-1999 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour3_bg-1999 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour4_bg-1999 {
				background-color:#FFFFFF!important;
			}

			.colour4_bg-1999,
			a.colour4_bg-1999 {
				color:#202020!important;
			}
		
			.colour4_bg-1999 a:not(.more) {
				color:#202020;
			}

			
			.colour4-1999 a,
			a.colour4-1999 {
				color:#FFFFFF;
							}
			
			.colour4-1999 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour4_bg-1999 input[type=text],
			.colour4_bg-1999 input[type=password],
			.colour4_bg-1999 input[type=number],
			.colour4_bg-1999 textarea,
			.colour4_bg-1999 select,
			.colour4_bg-1999 select option {
				border-color:#202020;
				color:#202020;
				background:transparent;
			}
		
			.colour4_bg-1999 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour4_bg-1999 select {
				color:rgba(32,32,32,0.7);
			}

			.colour4_bg-1999 ::-webkit-input-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}

			.colour4_bg-1999 ::-moz-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}
		
						.colour5_bg-1999 {
				background-color:#FFFFFF!important;
			}

			.colour5_bg-1999,
			a.colour5_bg-1999 {
				color:#424040!important;
			}
		
			.colour5_bg-1999 a:not(.more) {
				color:#424040;
			}

			
			.colour5-1999 a,
			a.colour5-1999 {
				color:#FFFFFF;
							}
			
			.colour5-1999 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour5_bg-1999 input[type=text],
			.colour5_bg-1999 input[type=password],
			.colour5_bg-1999 input[type=number],
			.colour5_bg-1999 textarea,
			.colour5_bg-1999 select,
			.colour5_bg-1999 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour5_bg-1999 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour5_bg-1999 select {
				color:rgba(66,64,64,0.7);
			}

			.colour5_bg-1999 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour5_bg-1999 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
						.colour6_bg-1999 {
				background-color:#EEEEEE!important;
			}

			.colour6_bg-1999,
			a.colour6_bg-1999 {
				color:#424040!important;
			}
		
			.colour6_bg-1999 a:not(.more) {
				color:#424040;
			}

			
			.colour6-1999 a,
			a.colour6-1999 {
				color:#EEEEEE;
							}
			
			.colour6-1999 {
					color:#EEEEEE;
				background:transparent!important;
						}

					
			.colour6_bg-1999 input[type=text],
			.colour6_bg-1999 input[type=password],
			.colour6_bg-1999 input[type=number],
			.colour6_bg-1999 textarea,
			.colour6_bg-1999 select,
			.colour6_bg-1999 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour6_bg-1999 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour6_bg-1999 select {
				color:rgba(66,64,64,0.7);
			}

			.colour6_bg-1999 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour6_bg-1999 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
			
}

@media only screen and (max-width : 1949px) {
	
.grid.eight-1949 {
	float:left!important;
	width:10.575%!important;
margin-right:2.2%!important;;
}

.grid.eight_x2-1949 {
	float:left!important;
	width:23.35%!important;
margin-right:2.2%!important;;
}

.grid.eight_x3-1949 {
	float:left!important;
	width:36.125%!important;
margin-right:2.2%!important;;
}

.grid.eight_x4-1949 {
	float:left!important;
	width:48.9%!important;
margin-right:2.2%!important;;
}

.grid.eight_x5-1949 {
	float:left!important;
	width:61.675%!important;
margin-right:2.2%!important;;
}

.grid.eight_x6-1949 {
	float:left!important;
	width:74.45%!important;
margin-right:2.2%!important;;
}

.grid.eight_x7-1949 {
	float:left!important;
	width:87.225%!important;
margin-right:2.2%!important;;
}

.grid.seven-1949 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-1949 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-1949 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-1949 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-1949 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-1949 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-1949 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-1949 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-1949 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-1949 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-1949 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-1949 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-1949 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-1949 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-1949 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-1949 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-1949 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-1949 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-1949 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-1949 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-1949 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-1949 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.eight-1949 {
	width:12.5%!important;
}

.floatl.eight_x2-1949 {
	width:25%!important;
}

.floatl.eight_x3-1949 {
	width:37.5%!important;
}

.floatl.eight_x4-1949 {
	width:50%!important;
}

.floatl.eight_x5-1949 {
	width:62.5%!important;
}

.floatl.eight_x6-1949 {
	width:75%!important;
}

.floatl.eight_x7-1949 {
	width:87.5%!important;
}

.floatl.seven-1949 {
	width:14.28571429%!important;
}

.floatl.seven_x2-1949 {
	width:28.57142857%!important;
}

.floatl.seven_x3-1949 {
	width:42.85714286%!important;
}

.floatl.seven_x4-1949 {
	width:57.14285714%!important;
}

.floatl.seven_x5-1949 {
	width:71.42857143%!important;
}

.floatl.seven_x6-1949 {
	width:85.71428571%!important;
}

.floatl.six-1949 {
	width:16.66666667%!important;
}

.floatl.six_x2-1949 {
	width:33.33333333%!important;
}

.floatl.six_x3-1949 {
	width:50%!important;
}

.floatl.six_x4-1949 {
	width:66.6666667%!important;
}

.floatl.six_x5-1949 {
	width:83%!important;
}

.floatl.five-1949 {
	width:20%!important;
}

.floatl.five_x2-1949 {
	width:40%!important;
}

.floatl.five_x3-1949 {
	width:60%!important;
}

.floatl.five_x4-1949 {
	width:80%!important;
}

.floatl.four-1949 {
	width:25%!important;
}

.floatl.four_x2-1949 {
	width:50%!important;
}

.floatl.four_x3-1949 {
	width:75%!important;
}

.floatl.three-1949 {
	width:33.33333333%!important;
}

.floatl.three_x2-1949 {
	width:66.66666667%!important;
}

.floatl.two-1949 {
	width:50%!important;
}

.floatl.one-1949 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

.o1-1949 {
		order:1;
	}

.fl1-1949 {
	flex:1;
}

.gridc > .r1-1949 {
	grid-row-start:1;
}
.gridc-1949 > .r1-1949 {
	grid-row-start:1;
	overflow:hidden;
}
.gridc > .re1-1949 {
	grid-row-end:1;
}
.gridc-1949 > .re1-1949 {
	grid-row-end:1;
}
.gridc > .c1-1949 {
	grid-column-start:1;
}
.gridc-1949 > .c1-1949 {
	grid-column-start:1;
}
.gridc > .ce1-1949 {
	grid-column-end:1;
}
.gridc-1949 > .ce1-1949 {
	grid-column-end:1;
}

.o2-1949 {
		order:2;
	}

.fl2-1949 {
	flex:2;
}

.gridc > .r2-1949 {
	grid-row-start:2;
}
.gridc-1949 > .r2-1949 {
	grid-row-start:2;
	overflow:hidden;
}
.gridc > .re2-1949 {
	grid-row-end:2;
}
.gridc-1949 > .re2-1949 {
	grid-row-end:2;
}
.gridc > .c2-1949 {
	grid-column-start:2;
}
.gridc-1949 > .c2-1949 {
	grid-column-start:2;
}
.gridc > .ce2-1949 {
	grid-column-end:2;
}
.gridc-1949 > .ce2-1949 {
	grid-column-end:2;
}

.o3-1949 {
		order:3;
	}

.fl3-1949 {
	flex:3;
}

.gridc > .r3-1949 {
	grid-row-start:3;
}
.gridc-1949 > .r3-1949 {
	grid-row-start:3;
	overflow:hidden;
}
.gridc > .re3-1949 {
	grid-row-end:3;
}
.gridc-1949 > .re3-1949 {
	grid-row-end:3;
}
.gridc > .c3-1949 {
	grid-column-start:3;
}
.gridc-1949 > .c3-1949 {
	grid-column-start:3;
}
.gridc > .ce3-1949 {
	grid-column-end:3;
}
.gridc-1949 > .ce3-1949 {
	grid-column-end:3;
}

.o4-1949 {
		order:4;
	}

.fl4-1949 {
	flex:4;
}

.gridc > .r4-1949 {
	grid-row-start:4;
}
.gridc-1949 > .r4-1949 {
	grid-row-start:4;
	overflow:hidden;
}
.gridc > .re4-1949 {
	grid-row-end:4;
}
.gridc-1949 > .re4-1949 {
	grid-row-end:4;
}
.gridc > .c4-1949 {
	grid-column-start:4;
}
.gridc-1949 > .c4-1949 {
	grid-column-start:4;
}
.gridc > .ce4-1949 {
	grid-column-end:4;
}
.gridc-1949 > .ce4-1949 {
	grid-column-end:4;
}

.o5-1949 {
		order:5;
	}

.fl5-1949 {
	flex:5;
}

.gridc > .r5-1949 {
	grid-row-start:5;
}
.gridc-1949 > .r5-1949 {
	grid-row-start:5;
	overflow:hidden;
}
.gridc > .re5-1949 {
	grid-row-end:5;
}
.gridc-1949 > .re5-1949 {
	grid-row-end:5;
}
.gridc > .c5-1949 {
	grid-column-start:5;
}
.gridc-1949 > .c5-1949 {
	grid-column-start:5;
}
.gridc > .ce5-1949 {
	grid-column-end:5;
}
.gridc-1949 > .ce5-1949 {
	grid-column-end:5;
}

.o6-1949 {
		order:6;
	}

.fl6-1949 {
	flex:6;
}

.gridc > .r6-1949 {
	grid-row-start:6;
}
.gridc-1949 > .r6-1949 {
	grid-row-start:6;
	overflow:hidden;
}
.gridc > .re6-1949 {
	grid-row-end:6;
}
.gridc-1949 > .re6-1949 {
	grid-row-end:6;
}
.gridc > .c6-1949 {
	grid-column-start:6;
}
.gridc-1949 > .c6-1949 {
	grid-column-start:6;
}
.gridc > .ce6-1949 {
	grid-column-end:6;
}
.gridc-1949 > .ce6-1949 {
	grid-column-end:6;
}

.o7-1949 {
		order:7;
	}

.fl7-1949 {
	flex:7;
}

.gridc > .r7-1949 {
	grid-row-start:7;
}
.gridc-1949 > .r7-1949 {
	grid-row-start:7;
	overflow:hidden;
}
.gridc > .re7-1949 {
	grid-row-end:7;
}
.gridc-1949 > .re7-1949 {
	grid-row-end:7;
}
.gridc > .c7-1949 {
	grid-column-start:7;
}
.gridc-1949 > .c7-1949 {
	grid-column-start:7;
}
.gridc > .ce7-1949 {
	grid-column-end:7;
}
.gridc-1949 > .ce7-1949 {
	grid-column-end:7;
}

.o8-1949 {
		order:8;
	}

.fl8-1949 {
	flex:8;
}

.gridc > .r8-1949 {
	grid-row-start:8;
}
.gridc-1949 > .r8-1949 {
	grid-row-start:8;
	overflow:hidden;
}
.gridc > .re8-1949 {
	grid-row-end:8;
}
.gridc-1949 > .re8-1949 {
	grid-row-end:8;
}
.gridc > .c8-1949 {
	grid-column-start:8;
}
.gridc-1949 > .c8-1949 {
	grid-column-start:8;
}
.gridc > .ce8-1949 {
	grid-column-end:8;
}
.gridc-1949 > .ce8-1949 {
	grid-column-end:8;
}

.o9-1949 {
		order:9;
	}

.fl9-1949 {
	flex:9;
}

.gridc > .r9-1949 {
	grid-row-start:9;
}
.gridc-1949 > .r9-1949 {
	grid-row-start:9;
	overflow:hidden;
}
.gridc > .re9-1949 {
	grid-row-end:9;
}
.gridc-1949 > .re9-1949 {
	grid-row-end:9;
}
.gridc > .c9-1949 {
	grid-column-start:9;
}
.gridc-1949 > .c9-1949 {
	grid-column-start:9;
}
.gridc > .ce9-1949 {
	grid-column-end:9;
}
.gridc-1949 > .ce9-1949 {
	grid-column-end:9;
}

.z1-1949 {
	z-index:1;
}

.z9999999-1949 {
	z-index:9999999;
}

.z2-1949 {
	z-index:2;
}

.z9999998-1949 {
	z-index:9999998;
}

.z3-1949 {
	z-index:3;
}

.z9999997-1949 {
	z-index:9999997;
}

.z4-1949 {
	z-index:4;
}

.z9999996-1949 {
	z-index:9999996;
}

.z5-1949 {
	z-index:5;
}

.z9999995-1949 {
	z-index:9999995;
}

.z6-1949 {
	z-index:6;
}

.z9999994-1949 {
	z-index:9999994;
}

.z7-1949 {
	z-index:7;
}

.z9999993-1949 {
	z-index:9999993;
}

.z8-1949 {
	z-index:8;
}

.z9999992-1949 {
	z-index:9999992;
}

.z9-1949 {
	z-index:9;
}

.z9999991-1949 {
	z-index:9999991;
}

.w100-1949 {
	font-weight:100;
}
.w200-1949 {
	font-weight:200;
}
.w300-1949 {
	font-weight:300;
}
.w400-1949 {
	font-weight:400;
}
.w500-1949 {
	font-weight:500;
}
.w600-1949 {
	font-weight:600;
}
.w700-1949 {
	font-weight:700;
}
.w800-1949 {
	font-weight:800;
}
.w900-1949 {
	font-weight:900;
}
.f1-1949 {
	font-size:1.1em;
	line-height:1.1em;
}

p.f1-1949,
p > *.f1-1949 {
	line-height:1.4em;
}
.f1_5-1949 {
	font-size:1.15em;
	line-height:1.15em;
}

p.f1_5-1949,
p > *.f1_5-1949 {
	line-height:1.18em;
}
.f2-1949 {
	font-size:1.2em;
	line-height:1.2em;
}

p.f2-1949,
p > *.f2-1949 {
	line-height:1.5em;
}
.f2_5-1949 {
	font-size:1.25em;
	line-height:1.25em;
}

p.f2_5-1949,
p > *.f2_5-1949 {
	line-height:1.28em;
}
.f3-1949 {
	font-size:1.3em;
	line-height:1.3em;
}

p.f3-1949,
p > *.f3-1949 {
	line-height:1.6em;
}
.f3_5-1949 {
	font-size:1.35em;
	line-height:1.35em;
}

p.f3_5-1949,
p > *.f3_5-1949 {
	line-height:1.38em;
}
.f4-1949 {
	font-size:1.4em;
	line-height:1.4em;
}

p.f4-1949,
p > *.f4-1949 {
	line-height:1.7em;
}
.f4_5-1949 {
	font-size:1.45em;
	line-height:1.45em;
}

p.f4_5-1949,
p > *.f4_5-1949 {
	line-height:1.48em;
}
.f5-1949 {
	font-size:1.5em;
	line-height:1.5em;
}

p.f5-1949,
p > *.f5-1949 {
	line-height:1.8em;
}
.f5_5-1949 {
	font-size:1.55em;
	line-height:1.55em;
}

p.f5_5-1949,
p > *.f5_5-1949 {
	line-height:1.58em;
}
.f6-1949 {
	font-size:1.6em;
	line-height:1.6em;
}

p.f6-1949,
p > *.f6-1949 {
	line-height:1.9em;
}
.f6_5-1949 {
	font-size:1.65em;
	line-height:1.65em;
}

p.f6_5-1949,
p > *.f6_5-1949 {
	line-height:1.68em;
}
.f7-1949 {
	font-size:1.7em;
	line-height:1.7em;
}

p.f7-1949,
p > *.f7-1949 {
	line-height:1.10em;
}
.f7_5-1949 {
	font-size:1.75em;
	line-height:1.75em;
}

p.f7_5-1949,
p > *.f7_5-1949 {
	line-height:1.78em;
}
.f8-1949 {
	font-size:1.8em;
	line-height:1.8em;
}

p.f8-1949,
p > *.f8-1949 {
	line-height:1.11em;
}
.f8_5-1949 {
	font-size:1.85em;
	line-height:1.85em;
}

p.f8_5-1949,
p > *.f8_5-1949 {
	line-height:1.88em;
}
.f9-1949 {
	font-size:1.9em;
	line-height:1.9em;
}

p.f9-1949,
p > *.f9-1949 {
	line-height:1.12em;
}
.f9_5-1949 {
	font-size:1.95em;
	line-height:1.95em;
}

p.f9_5-1949,
p > *.f9_5-1949 {
	line-height:1.98em;
}
.f10-1949 {
	font-size:2em;
	line-height:2em;
}

p.f10-1949,
p > *.f10-1949 {
	line-height:2em;
}
.f10_5-1949 {
	font-size:2em;
	line-height:2em;
}

p.f10_5-1949,
p > *.f10_5-1949 {
	line-height:2em;
}
.nf1-1949 {
	font-size:0.9em;
}

*:not(p):not(ul):not(ol).nf1-1949 {
	line-height:0.9em;
}

p.nf1-1949,
ul.nf1-1949,
ol.nf1-1949 {
	line-height:1.9em;
}
.nf1_5-1949 {
	font-size:0.85em;
}

*:not(p):not(ul):not(ol).nf1_5-1949 {
	line-height:0.85em;
}

p.nf1_5-1949,
ul.nf1_5-1949,
ol.nf1_5-1949 {
	line-height:1.85em;
}
.nf2-1949 {
	font-size:0.8em;
}

*:not(p):not(ul):not(ol).nf2-1949 {
	line-height:0.8em;
}

p.nf2-1949,
ul.nf2-1949,
ol.nf2-1949 {
	line-height:1.8em;
}
.nf2_5-1949 {
	font-size:0.75em;
}

*:not(p):not(ul):not(ol).nf2_5-1949 {
	line-height:0.75em;
}

p.nf2_5-1949,
ul.nf2_5-1949,
ol.nf2_5-1949 {
	line-height:1.75em;
}
.nf3-1949 {
	font-size:0.7em;
}

*:not(p):not(ul):not(ol).nf3-1949 {
	line-height:0.7em;
}

p.nf3-1949,
ul.nf3-1949,
ol.nf3-1949 {
	line-height:1.7em;
}
.nf3_5-1949 {
	font-size:0.65em;
}

*:not(p):not(ul):not(ol).nf3_5-1949 {
	line-height:0.65em;
}

p.nf3_5-1949,
ul.nf3_5-1949,
ol.nf3_5-1949 {
	line-height:1.65em;
}
.nf4-1949 {
	font-size:0.6em;
}

*:not(p):not(ul):not(ol).nf4-1949 {
	line-height:0.6em;
}

p.nf4-1949,
ul.nf4-1949,
ol.nf4-1949 {
	line-height:1.6em;
}
.nf4_5-1949 {
	font-size:0.55em;
}

*:not(p):not(ul):not(ol).nf4_5-1949 {
	line-height:0.55em;
}

p.nf4_5-1949,
ul.nf4_5-1949,
ol.nf4_5-1949 {
	line-height:1.55em;
}
.nf5-1949 {
	font-size:0.5em;
}

*:not(p):not(ul):not(ol).nf5-1949 {
	line-height:0.5em;
}

p.nf5-1949,
ul.nf5-1949,
ol.nf5-1949 {
	line-height:1.5em;
}
.nf5_5-1949 {
	font-size:0.45em;
}

*:not(p):not(ul):not(ol).nf5_5-1949 {
	line-height:0.45em;
}

p.nf5_5-1949,
ul.nf5_5-1949,
ol.nf5_5-1949 {
	line-height:1.45em;
}
.nf6-1949 {
	font-size:0.4em;
}

*:not(p):not(ul):not(ol).nf6-1949 {
	line-height:0.4em;
}

p.nf6-1949,
ul.nf6-1949,
ol.nf6-1949 {
	line-height:1.4em;
}
.nf6_5-1949 {
	font-size:0.35em;
}

*:not(p):not(ul):not(ol).nf6_5-1949 {
	line-height:0.35em;
}

p.nf6_5-1949,
ul.nf6_5-1949,
ol.nf6_5-1949 {
	line-height:1.35em;
}
.nf7-1949 {
	font-size:0.3em;
}

*:not(p):not(ul):not(ol).nf7-1949 {
	line-height:0.3em;
}

p.nf7-1949,
ul.nf7-1949,
ol.nf7-1949 {
	line-height:1.3em;
}
.nf7_5-1949 {
	font-size:0.25em;
}

*:not(p):not(ul):not(ol).nf7_5-1949 {
	line-height:0.25em;
}

p.nf7_5-1949,
ul.nf7_5-1949,
ol.nf7_5-1949 {
	line-height:1.25em;
}
.nf8-1949 {
	font-size:0.2em;
}

*:not(p):not(ul):not(ol).nf8-1949 {
	line-height:0.2em;
}

p.nf8-1949,
ul.nf8-1949,
ol.nf8-1949 {
	line-height:1.2em;
}
.nf8_5-1949 {
	font-size:0.15em;
}

*:not(p):not(ul):not(ol).nf8_5-1949 {
	line-height:0.15em;
}

p.nf8_5-1949,
ul.nf8_5-1949,
ol.nf8_5-1949 {
	line-height:1.15em;
}
.nf9-1949 {
	font-size:0.1em;
}

*:not(p):not(ul):not(ol).nf9-1949 {
	line-height:0.1em;
}

p.nf9-1949,
ul.nf9-1949,
ol.nf9-1949 {
	line-height:1.1em;
}
.nf9_5-1949 {
	font-size:0.05em;
}

*:not(p):not(ul):not(ol).nf9_5-1949 {
	line-height:0.05em;
}

p.nf9_5-1949,
ul.nf9_5-1949,
ol.nf9_5-1949 {
	line-height:1.05em;
}
  .invisible-1949 {
			visibility:hidden!important;
		}

  .last-1949 {
			margin-right:0px!important;
		}

  .floatl-1949 {
			float:left!important;
		}

  .floatr-1949 {
			float:right!important;
		}

  .left-1949 {
			float:left!important;
		}

  .right-1949 {
			float:right!important;
		}

  .floatn-1949,
 .grid.floatn-1949 {
			float:none!important;
		}

  .grid-1949 {
			float:left!important;
overflow:hidden;;
		}

  .grid.last-1949 {
			float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
		}

  .none-1949 {
			display:none!important;
		}

  .block-1949 {
			display:block!important;
		}

  .iblock-1949 {
			display:inline-block!important;
		}

  .inline-1949 {
			display:inline!important;
		}

  .table-1949 {
			display:table!important;
		}

  .row-1949 {
			display:table-row!important;
		}

  .cell-1949 {
			display:table-cell!important;
vertical-align:middle;
		}

  .collapse-1949 {
			border-collapse:collapse;
		}

  .clearl-1949 {
			clear:left!important;
		}

  .clearr-1949 {
			clear:right!important;
		}

  .clearn-1949 {
			clear:none!important;
		}

  .clearnone-1949 {
			clear:none!important;
		}

  .clearb-1949 {
			clear:both!important;
		}

  .clear-1949 {
			float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
		}

  .up-1949 {
			text-transform:uppercase;
		}

  .transnone-1949 {
			text-transform:none;
		}

  .strike-1949 {
			text-decoration:line-through;
		}

  .alignl-1949 {
			text-align:left!important;
		}

  .alignr-1949 {
			text-align:right!important;
		}

  .alignc-1949 {
			text-align:center!important;
		}

  .alignj-1949 {
			text-align:justify!important;
		}

  .valign-1949 {
			vertical-align:middle!important;
		}

  .widthauto-1949 {
			width:auto!important;
		}

  .heightauto-1949 {
			height:auto!important;
min-height:0px!important;
		}

.square.heightauto-1949::after {
	display:none!important;
}

.square.heightauto-1949 > * {
	position:static!important;
}

  .width0-1949 {
			width:0px;
		}

  .width50-1949 {
			width:50%;
		}

  .height0-1949 {
			height:0px;
		}

  .height50-1949 {
			height:50%;
		}

  .mw100-1949 {
			max-width:100%;
		}

  .mw90-1949 {
			max-width:90%;
		}

  .mw80-1949 {
			max-width:80%;
		}

  .mw70-1949 {
			max-width:70%;
		}

  .mw60-1949 {
			max-width:60%;
		}

  .mw50-1949 {
			max-width:50%;
		}

  .mw40-1949 {
			max-width:40%;
		}

  .mw30-1949 {
			max-width:30%;
		}

  .mw20-1949 {
			max-width:20%;
		}

  .mw10-1949 {
			max-width:10%;
		}

  .mwnone-1949 {
			max-width:none;
		}

  .fw-1949,
 .grid.fw-1949,
 .floatl.fw-1949 {
			width:100%!important;
      margin-left:0px!important;
			margin-right:0px!important;
		}

  .fh-1949 {
			height:100%!important;
		}

  .pointer-1949 {
			cursor:pointer!important;
		}

  .noallow-1949 {
			cursor:not-allowed!important;
		}

  .noselect-1949 {
			user-select:none!important;
		}

  .static-1949 {
			position:static!important;
		}

  .relative-1949 {
			position:relative!important;
		}

  .absolute-1949 {
			position:absolute!important;
		}

  .fixed-1949 {
			position:fixed!important;
		}

  .spacing-1949 {
			margin-bottom:7px!important;
		}

  .spacing.floatl-1949 {
			margin-right:15px!important;
		}

  .spacing.floatr-1949 {
			margin-left:15px!important;
		}

  .flowhide-1949 {
			overflow:hidden;
		}

  .flowshow-1949 {
			overflow:visible;
		}

  .flowauto-1949 {
			overflow:auto;
		}

  .nowrap-1949 {
			white-space:nowrap;
		}

  .lhreset-1949 {
			line-height:normal;
		}

  .circle-1949 {
			border-radius:50%!important;
		}

  .radnone-1949 {
			border-radius:0px!important;
		}

  .vh10-1949 {
			height:10vh!important;
		}

  .vh25-1949 {
			height:25vh!important;
		}

  .vh50-1949 {
			height:50vh!important;
		}

  .vh100-1949 {
			height:100vh!important;
		}

  .vw10-1949 {
			width:10vw!important;
		}

  .vw25-1949 {
			width:25vw!important;
		}

  .vw50-1949 {
			width:50vw!important;
		}

  .vw100-1949 {
			width:100vw!important;
		}

  .flexw-1949 {
			flex-wrap:wrap!important;
		}

  .flexwn-1949 {
			flex-wrap:nowrap!important;
		}

  .flexwr-1949 {
			flex-wrap:wrap-reverse!important;
		}

  .flexdr-1949 {
			flex-direction:row!important;
		}

  .flexdrr-1949 {
			flex-direction:row-reverse!important;
		}

  .flexdc-1949 {
			flex-direction:column!important;
		}

  .flexdcr-1949 {
			flex-direction:column-reverse!important;
		}

  .flex-1949 {
			display:flex!important;
align-items:center;
flex-wrap:wrap;;
		}

  .iflex-1949 {
			display:inline-flex!important;
align-items:center;;
		}

  .spaced-1949 {
			justify-content:space-between;
		}

  .flexdr.spaced-1949 {
			align-content:space-between;
		}

  .spacee-1949 {
			justify-content:space-evenly;
		}

  .falignst-1949 {
			align-items:stretch;;
		}

  .falignc-1949 {
			align-items:center;;
		}

  .faligns-1949 {
			align-items:flex-start;;
		}

  .faligne-1949 {
			align-items:flex-end;;
		}

  .fjustl-1949 {
			justify-content:flex-start;;
		}

  .fjustr-1949 {
			justify-content:flex-end;;
		}

  .fjustc-1949 {
			justify-content:center;;
		}

  .flexn-1949 {
			flex:none!important;width:100%;;
		}

  .gridc-1949 {
			display:grid!important;;
		}

  .o100-1949 {
			opacity:1;
		}

  .o90-1949 {
			opacity:0.9;
		}

  .o80-1949 {
			opacity:0.8;
		}

  .o70-1949 {
			opacity:0.7;
		}

  .o60-1949 {
			opacity:0.6;
		}

  .o50-1949 {
			opacity:0.5;
		}

  .o40-1949 {
			opacity:0.4;
		}

  .o30-1949 {
			opacity:0.3;
		}

  .o20-1949 {
			opacity:0.2;
		}

  .o10-1949 {
			opacity:0.1;
		}

  .o0-1949 {
			opacity:0;
		}

  .left0-1949 {
			left:0px!important;;
		}

  .right0-1949 {
			right:0px!important;;
		}

  .top0-1949 {
			top:0px!important;;
		}

  .bottom0-1949 {
			bottom:0px!important;;
		}

  .left50-1949 {
			left:50%!important;;
		}

  .right50-1949 {
			right:50%!important;;
		}

  .top50-1949 {
			top:50%!important;;
		}

  .bottom50-1949 {
			bottom:50%!important;;
		}

  .left100-1949 {
			left:100%!important;;
		}

  .right100-1949 {
			right:100%!important;;
		}

  .top100-1949 {
			top:100%!important;;
		}

  .bottom100-1949 {
			bottom:100%!important;;
		}

  .leftauto-1949 {
			left:auto!important;;
		}

  .rightauto-1949 {
			right:auto!important;;
		}

  .topauto-1949 {
			top:auto!important;;
		}

  .bottomauto-1949 {
			bottom:auto!important;;
		}

  .all0-1949 {
			top:0px!important;
bottom:0px!important;
left:0px!important;
right:0px!important;;
		}

  .lineup.fw-1949, .lineupgroup.fw-1949 {
			height:auto!important;
	}

	

			.padded_tiny-1949 {
				padding:5px!important;

			}

			.paddedtb_tiny-1949 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-1949 {
				padding-top:5px!important;
			}

			.paddedb_tiny-1949 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-1949 {
				padding-left:5px!important;
			}

			.paddedr_tiny-1949 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-1949 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-1949 {
				margin:5px!important;
			}

			.margintb_tiny-1949 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-1949 {
				margin-top:5px!important;
			}

			.marginb_tiny-1949 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-1949 {
				margin-left:5px!important;
			}

			.marginr_tiny-1949 {
				margin-right:5px!important;
			}

			.marginlr_tiny-1949 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			
			.nmarginlr_tiny {
				margin-left:-5px!important;
				margin-right:-5px!important;
			}
				
			.nmargin_tiny-1949 {
				margin:-5px!important;
			}

			.nmargintb_tiny-1949 {
				margin-top:-5px!important;
				margin-bottom:-5px!important;
			}

			.nmargint_tiny-1949 {
				margin-top:-5px!important;
			}

			.nmarginb_tiny-1949 {
				margin-bottom:-5px!important;
			}

			.nmarginl_tiny-1949 {
				margin-left:-5px!important;
			}

			.nmarginr_tiny-1949 {
				margin-right:-5px!important;
			}
			
			.padded_small-1949 {
				padding:10px!important;

			}

			.paddedtb_small-1949 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-1949 {
				padding-top:10px!important;
			}

			.paddedb_small-1949 {
				padding-bottom:10px!important;
			}

			.paddedl_small-1949 {
				padding-left:10px!important;
			}

			.paddedr_small-1949 {
				padding-right:10px!important;
			}

			.paddedlr_small-1949 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-1949 {
				margin:10px!important;
			}

			.margintb_small-1949 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-1949 {
				margin-top:10px!important;
			}

			.marginb_small-1949 {
				margin-bottom:10px!important;
			}

			.marginl_small-1949 {
				margin-left:10px!important;
			}

			.marginr_small-1949 {
				margin-right:10px!important;
			}

			.marginlr_small-1949 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_small {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_small-1949 {
				margin:-10px!important;
			}

			.nmargintb_small-1949 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_small-1949 {
				margin-top:-10px!important;
			}

			.nmarginb_small-1949 {
				margin-bottom:-10px!important;
			}

			.nmarginl_small-1949 {
				margin-left:-10px!important;
			}

			.nmarginr_small-1949 {
				margin-right:-10px!important;
			}
			
			.padded_medium-1949 {
				padding:20px!important;

			}

			.paddedtb_medium-1949 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-1949 {
				padding-top:20px!important;
			}

			.paddedb_medium-1949 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-1949 {
				padding-left:20px!important;
			}

			.paddedr_medium-1949 {
				padding-right:20px!important;
			}

			.paddedlr_medium-1949 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-1949 {
				margin:20px!important;
			}

			.margintb_medium-1949 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-1949 {
				margin-top:20px!important;
			}

			.marginb_medium-1949 {
				margin-bottom:20px!important;
			}

			.marginl_medium-1949 {
				margin-left:20px!important;
			}

			.marginr_medium-1949 {
				margin-right:20px!important;
			}

			.marginlr_medium-1949 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			
			.nmarginlr_medium {
				margin-left:-20px!important;
				margin-right:-20px!important;
			}
				
			.nmargin_medium-1949 {
				margin:-20px!important;
			}

			.nmargintb_medium-1949 {
				margin-top:-20px!important;
				margin-bottom:-20px!important;
			}

			.nmargint_medium-1949 {
				margin-top:-20px!important;
			}

			.nmarginb_medium-1949 {
				margin-bottom:-20px!important;
			}

			.nmarginl_medium-1949 {
				margin-left:-20px!important;
			}

			.nmarginr_medium-1949 {
				margin-right:-20px!important;
			}
			
			.padded_large-1949 {
				padding:40px!important;

			}

			.paddedtb_large-1949 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-1949 {
				padding-top:40px!important;
			}

			.paddedb_large-1949 {
				padding-bottom:40px!important;
			}

			.paddedl_large-1949 {
				padding-left:40px!important;
			}

			.paddedr_large-1949 {
				padding-right:40px!important;
			}

			.paddedlr_large-1949 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-1949 {
				margin:40px!important;
			}

			.margintb_large-1949 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-1949 {
				margin-top:40px!important;
			}

			.marginb_large-1949 {
				margin-bottom:40px!important;
			}

			.marginl_large-1949 {
				margin-left:40px!important;
			}

			.marginr_large-1949 {
				margin-right:40px!important;
			}

			.marginlr_large-1949 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			
			.nmarginlr_large {
				margin-left:-40px!important;
				margin-right:-40px!important;
			}
				
			.nmargin_large-1949 {
				margin:-40px!important;
			}

			.nmargintb_large-1949 {
				margin-top:-40px!important;
				margin-bottom:-40px!important;
			}

			.nmargint_large-1949 {
				margin-top:-40px!important;
			}

			.nmarginb_large-1949 {
				margin-bottom:-40px!important;
			}

			.nmarginl_large-1949 {
				margin-left:-40px!important;
			}

			.nmarginr_large-1949 {
				margin-right:-40px!important;
			}
			
			.padded_core-1949 {
				padding:10px!important;

			}

			.paddedtb_core-1949 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-1949 {
				padding-top:10px!important;
			}

			.paddedb_core-1949 {
				padding-bottom:10px!important;
			}

			.paddedl_core-1949 {
				padding-left:10px!important;
			}

			.paddedr_core-1949 {
				padding-right:10px!important;
			}

			.paddedlr_core-1949 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-1949 {
				margin:10px!important;
			}

			.margintb_core-1949 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-1949 {
				margin-top:10px!important;
			}

			.marginb_core-1949 {
				margin-bottom:10px!important;
			}

			.marginl_core-1949 {
				margin-left:10px!important;
			}

			.marginr_core-1949 {
				margin-right:10px!important;
			}

			.marginlr_core-1949 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_core {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_core-1949 {
				margin:-10px!important;
			}

			.nmargintb_core-1949 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_core-1949 {
				margin-top:-10px!important;
			}

			.nmarginb_core-1949 {
				margin-bottom:-10px!important;
			}

			.nmarginl_core-1949 {
				margin-left:-10px!important;
			}

			.nmarginr_core-1949 {
				margin-right:-10px!important;
			}
						
			.margin_auto-1949 {
				margin:auto!important;
			}

			.margintb_auto-1949 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-1949 {
				margin-top:auto!important;
			}

			.marginb_auto-1949 {
				margin-bottom:auto!important;
			}

			.marginl_auto-1949 {
				margin-left:auto!important;
			}

			.marginr_auto-1949 {
				margin-right:auto!important;
			}

			.marginlr_auto-1949 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			
			.nmarginlr_auto {
				margin-left:-auto!important;
				margin-right:-auto!important;
			}
				
			.nmargin_auto-1949 {
				margin:-auto!important;
			}

			.nmargintb_auto-1949 {
				margin-top:-auto!important;
				margin-bottom:-auto!important;
			}

			.nmargint_auto-1949 {
				margin-top:-auto!important;
			}

			.nmarginb_auto-1949 {
				margin-bottom:-auto!important;
			}

			.nmarginl_auto-1949 {
				margin-left:-auto!important;
			}

			.nmarginr_auto-1949 {
				margin-right:-auto!important;
			}
			
			.padded_none-1949 {
				padding:0px!important;

			}

			.paddedtb_none-1949 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-1949 {
				padding-top:0px!important;
			}

			.paddedb_none-1949 {
				padding-bottom:0px!important;
			}

			.paddedl_none-1949 {
				padding-left:0px!important;
			}

			.paddedr_none-1949 {
				padding-right:0px!important;
			}

			.paddedlr_none-1949 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-1949 {
				margin:0px!important;
			}

			.margintb_none-1949 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-1949 {
				margin-top:0px!important;
			}

			.marginb_none-1949 {
				margin-bottom:0px!important;
			}

			.marginl_none-1949 {
				margin-left:0px!important;
			}

			.marginr_none-1949 {
				margin-right:0px!important;
			}

			.marginlr_none-1949 {
				margin-left:0px!important;
				margin-right:0px!important;
			}
			
			.nmarginlr_none {
				margin-left:-0px!important;
				margin-right:-0px!important;
			}
				
			.nmargin_none-1949 {
				margin:-0px!important;
			}

			.nmargintb_none-1949 {
				margin-top:-0px!important;
				margin-bottom:-0px!important;
			}

			.nmargint_none-1949 {
				margin-top:-0px!important;
			}

			.nmarginb_none-1949 {
				margin-bottom:-0px!important;
			}

			.nmarginl_none-1949 {
				margin-left:-0px!important;
			}

			.nmarginr_none-1949 {
				margin-right:-0px!important;
			}
			
			.padded_p100-1949 {
				padding:100%!important;

			}

			.paddedtb_p100-1949 {
				padding-top:100%!important;
				padding-bottom:100%!important;
			}

			.paddedt_p100-1949 {
				padding-top:100%!important;
			}

			.paddedb_p100-1949 {
				padding-bottom:100%!important;
			}

			.paddedl_p100-1949 {
				padding-left:100%!important;
			}

			.paddedr_p100-1949 {
				padding-right:100%!important;
			}

			.paddedlr_p100-1949 {
				padding-left:100%!important;
				padding-right:100%!important;
			}
		
						
			.margin_p100-1949 {
				margin:100%!important;
			}

			.margintb_p100-1949 {
				margin-top:100%!important;
				margin-bottom:100%!important;
			}

			.margint_p100-1949 {
				margin-top:100%!important;
			}

			.marginb_p100-1949 {
				margin-bottom:100%!important;
			}

			.marginl_p100-1949 {
				margin-left:100%!important;
			}

			.marginr_p100-1949 {
				margin-right:100%!important;
			}

			.marginlr_p100-1949 {
				margin-left:100%!important;
				margin-right:100%!important;
			}
			
			.nmarginlr_p100 {
				margin-left:-100%!important;
				margin-right:-100%!important;
			}
				
			.nmargin_p100-1949 {
				margin:-100%!important;
			}

			.nmargintb_p100-1949 {
				margin-top:-100%!important;
				margin-bottom:-100%!important;
			}

			.nmargint_p100-1949 {
				margin-top:-100%!important;
			}

			.nmarginb_p100-1949 {
				margin-bottom:-100%!important;
			}

			.nmarginl_p100-1949 {
				margin-left:-100%!important;
			}

			.nmarginr_p100-1949 {
				margin-right:-100%!important;
			}
			
			.padded_p75-1949 {
				padding:75%!important;

			}

			.paddedtb_p75-1949 {
				padding-top:75%!important;
				padding-bottom:75%!important;
			}

			.paddedt_p75-1949 {
				padding-top:75%!important;
			}

			.paddedb_p75-1949 {
				padding-bottom:75%!important;
			}

			.paddedl_p75-1949 {
				padding-left:75%!important;
			}

			.paddedr_p75-1949 {
				padding-right:75%!important;
			}

			.paddedlr_p75-1949 {
				padding-left:75%!important;
				padding-right:75%!important;
			}
		
						
			.margin_p75-1949 {
				margin:75%!important;
			}

			.margintb_p75-1949 {
				margin-top:75%!important;
				margin-bottom:75%!important;
			}

			.margint_p75-1949 {
				margin-top:75%!important;
			}

			.marginb_p75-1949 {
				margin-bottom:75%!important;
			}

			.marginl_p75-1949 {
				margin-left:75%!important;
			}

			.marginr_p75-1949 {
				margin-right:75%!important;
			}

			.marginlr_p75-1949 {
				margin-left:75%!important;
				margin-right:75%!important;
			}
			
			.nmarginlr_p75 {
				margin-left:-75%!important;
				margin-right:-75%!important;
			}
				
			.nmargin_p75-1949 {
				margin:-75%!important;
			}

			.nmargintb_p75-1949 {
				margin-top:-75%!important;
				margin-bottom:-75%!important;
			}

			.nmargint_p75-1949 {
				margin-top:-75%!important;
			}

			.nmarginb_p75-1949 {
				margin-bottom:-75%!important;
			}

			.nmarginl_p75-1949 {
				margin-left:-75%!important;
			}

			.nmarginr_p75-1949 {
				margin-right:-75%!important;
			}
			
			.padded_p50-1949 {
				padding:50%!important;

			}

			.paddedtb_p50-1949 {
				padding-top:50%!important;
				padding-bottom:50%!important;
			}

			.paddedt_p50-1949 {
				padding-top:50%!important;
			}

			.paddedb_p50-1949 {
				padding-bottom:50%!important;
			}

			.paddedl_p50-1949 {
				padding-left:50%!important;
			}

			.paddedr_p50-1949 {
				padding-right:50%!important;
			}

			.paddedlr_p50-1949 {
				padding-left:50%!important;
				padding-right:50%!important;
			}
		
						
			.margin_p50-1949 {
				margin:50%!important;
			}

			.margintb_p50-1949 {
				margin-top:50%!important;
				margin-bottom:50%!important;
			}

			.margint_p50-1949 {
				margin-top:50%!important;
			}

			.marginb_p50-1949 {
				margin-bottom:50%!important;
			}

			.marginl_p50-1949 {
				margin-left:50%!important;
			}

			.marginr_p50-1949 {
				margin-right:50%!important;
			}

			.marginlr_p50-1949 {
				margin-left:50%!important;
				margin-right:50%!important;
			}
			
			.nmarginlr_p50 {
				margin-left:-50%!important;
				margin-right:-50%!important;
			}
				
			.nmargin_p50-1949 {
				margin:-50%!important;
			}

			.nmargintb_p50-1949 {
				margin-top:-50%!important;
				margin-bottom:-50%!important;
			}

			.nmargint_p50-1949 {
				margin-top:-50%!important;
			}

			.nmarginb_p50-1949 {
				margin-bottom:-50%!important;
			}

			.nmarginl_p50-1949 {
				margin-left:-50%!important;
			}

			.nmarginr_p50-1949 {
				margin-right:-50%!important;
			}
			
			.padded_p25-1949 {
				padding:25%!important;

			}

			.paddedtb_p25-1949 {
				padding-top:25%!important;
				padding-bottom:25%!important;
			}

			.paddedt_p25-1949 {
				padding-top:25%!important;
			}

			.paddedb_p25-1949 {
				padding-bottom:25%!important;
			}

			.paddedl_p25-1949 {
				padding-left:25%!important;
			}

			.paddedr_p25-1949 {
				padding-right:25%!important;
			}

			.paddedlr_p25-1949 {
				padding-left:25%!important;
				padding-right:25%!important;
			}
		
						
			.margin_p25-1949 {
				margin:25%!important;
			}

			.margintb_p25-1949 {
				margin-top:25%!important;
				margin-bottom:25%!important;
			}

			.margint_p25-1949 {
				margin-top:25%!important;
			}

			.marginb_p25-1949 {
				margin-bottom:25%!important;
			}

			.marginl_p25-1949 {
				margin-left:25%!important;
			}

			.marginr_p25-1949 {
				margin-right:25%!important;
			}

			.marginlr_p25-1949 {
				margin-left:25%!important;
				margin-right:25%!important;
			}
			
			.nmarginlr_p25 {
				margin-left:-25%!important;
				margin-right:-25%!important;
			}
				
			.nmargin_p25-1949 {
				margin:-25%!important;
			}

			.nmargintb_p25-1949 {
				margin-top:-25%!important;
				margin-bottom:-25%!important;
			}

			.nmargint_p25-1949 {
				margin-top:-25%!important;
			}

			.nmarginb_p25-1949 {
				margin-bottom:-25%!important;
			}

			.nmarginl_p25-1949 {
				margin-left:-25%!important;
			}

			.nmarginr_p25-1949 {
				margin-right:-25%!important;
			}
				.border_1-1949 {
		border:solid 1px rgba(0,0,0,0.5);;
	}

	.bordertb_1-1949 {
		border-top:solid 1px rgba(0,0,0,0.5);;
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.bordert_1-1949 {
		border-top:solid 1px rgba(0,0,0,0.5);;
	}

	.borderb_1-1949 {
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.borderl_1-1949 {
		border-left:solid 1px rgba(0,0,0,0.5);;
	}

	.borderr_1-1949 {
		border-right:solid 1px rgba(0,0,0,0.5);;
	}

	.borderlr_1-1949 {
		border-left:solid 1px rgba(0,0,0,0.5);;
		border-right:solid 1px rgba(0,0,0,0.5);;
	}
		.border_none-1949 {
		border:none;
	}

	.bordertb_none-1949 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-1949 {
		border-top:none;
	}

	.borderb_none-1949 {
		border-bottom:none;
	}

	.borderl_none-1949 {
		border-left:none;
	}

	.borderr_none-1949 {
		border-right:none;
	}

	.borderlr_none-1949 {
		border-left:none;
		border-right:none;
	}
		.border_core-1949 {
		border:solid 1px rgba(0,0,0,0.1);
	}

	.bordertb_core-1949 {
		border-top:solid 1px rgba(0,0,0,0.1);
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.bordert_core-1949 {
		border-top:solid 1px rgba(0,0,0,0.1);
	}

	.borderb_core-1949 {
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.borderl_core-1949 {
		border-left:solid 1px rgba(0,0,0,0.1);
	}

	.borderr_core-1949 {
		border-right:solid 1px rgba(0,0,0,0.1);
	}

	.borderlr_core-1949 {
		border-left:solid 1px rgba(0,0,0,0.1);
		border-right:solid 1px rgba(0,0,0,0.1);
	}
				.colour1_bg-1949 {
				background-color:#000000!important;
			}

			.colour1_bg-1949,
			a.colour1_bg-1949 {
				color:#FFFFFF!important;
			}
		
			.colour1_bg-1949 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour1-1949 a,
			a.colour1-1949 {
				color:#000000;
							}
			
			.colour1-1949 {
					color:#000000;
				background:transparent!important;
						}

					
			.colour1_bg-1949 input[type=text],
			.colour1_bg-1949 input[type=password],
			.colour1_bg-1949 input[type=number],
			.colour1_bg-1949 textarea,
			.colour1_bg-1949 select,
			.colour1_bg-1949 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour1_bg-1949 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour1_bg-1949 select {
				color:rgba(255,255,255,0.7);
			}

			.colour1_bg-1949 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour1_bg-1949 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour2_bg-1949 {
				background-color:#4b4a4b!important;
			}

			.colour2_bg-1949,
			a.colour2_bg-1949 {
				color:#FFFFFF!important;
			}
		
			.colour2_bg-1949 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour2-1949 a,
			a.colour2-1949 {
				color:#4b4a4b;
							}
			
			.colour2-1949 {
					color:#4b4a4b;
				background:transparent!important;
						}

					
			.colour2_bg-1949 input[type=text],
			.colour2_bg-1949 input[type=password],
			.colour2_bg-1949 input[type=number],
			.colour2_bg-1949 textarea,
			.colour2_bg-1949 select,
			.colour2_bg-1949 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour2_bg-1949 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour2_bg-1949 select {
				color:rgba(255,255,255,0.7);
			}

			.colour2_bg-1949 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour2_bg-1949 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour3_bg-1949 {
				background-color:#616062!important;
			}

			.colour3_bg-1949,
			a.colour3_bg-1949 {
				color:#FFFFFF!important;
			}
		
			.colour3_bg-1949 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour3-1949 a,
			a.colour3-1949 {
				color:#616062;
							}
			
			.colour3-1949 {
					color:#616062;
				background:transparent!important;
						}

					
			.colour3_bg-1949 input[type=text],
			.colour3_bg-1949 input[type=password],
			.colour3_bg-1949 input[type=number],
			.colour3_bg-1949 textarea,
			.colour3_bg-1949 select,
			.colour3_bg-1949 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour3_bg-1949 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour3_bg-1949 select {
				color:rgba(255,255,255,0.7);
			}

			.colour3_bg-1949 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour3_bg-1949 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour4_bg-1949 {
				background-color:#FFFFFF!important;
			}

			.colour4_bg-1949,
			a.colour4_bg-1949 {
				color:#202020!important;
			}
		
			.colour4_bg-1949 a:not(.more) {
				color:#202020;
			}

			
			.colour4-1949 a,
			a.colour4-1949 {
				color:#FFFFFF;
							}
			
			.colour4-1949 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour4_bg-1949 input[type=text],
			.colour4_bg-1949 input[type=password],
			.colour4_bg-1949 input[type=number],
			.colour4_bg-1949 textarea,
			.colour4_bg-1949 select,
			.colour4_bg-1949 select option {
				border-color:#202020;
				color:#202020;
				background:transparent;
			}
		
			.colour4_bg-1949 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour4_bg-1949 select {
				color:rgba(32,32,32,0.7);
			}

			.colour4_bg-1949 ::-webkit-input-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}

			.colour4_bg-1949 ::-moz-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}
		
						.colour5_bg-1949 {
				background-color:#FFFFFF!important;
			}

			.colour5_bg-1949,
			a.colour5_bg-1949 {
				color:#424040!important;
			}
		
			.colour5_bg-1949 a:not(.more) {
				color:#424040;
			}

			
			.colour5-1949 a,
			a.colour5-1949 {
				color:#FFFFFF;
							}
			
			.colour5-1949 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour5_bg-1949 input[type=text],
			.colour5_bg-1949 input[type=password],
			.colour5_bg-1949 input[type=number],
			.colour5_bg-1949 textarea,
			.colour5_bg-1949 select,
			.colour5_bg-1949 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour5_bg-1949 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour5_bg-1949 select {
				color:rgba(66,64,64,0.7);
			}

			.colour5_bg-1949 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour5_bg-1949 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
						.colour6_bg-1949 {
				background-color:#EEEEEE!important;
			}

			.colour6_bg-1949,
			a.colour6_bg-1949 {
				color:#424040!important;
			}
		
			.colour6_bg-1949 a:not(.more) {
				color:#424040;
			}

			
			.colour6-1949 a,
			a.colour6-1949 {
				color:#EEEEEE;
							}
			
			.colour6-1949 {
					color:#EEEEEE;
				background:transparent!important;
						}

					
			.colour6_bg-1949 input[type=text],
			.colour6_bg-1949 input[type=password],
			.colour6_bg-1949 input[type=number],
			.colour6_bg-1949 textarea,
			.colour6_bg-1949 select,
			.colour6_bg-1949 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour6_bg-1949 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour6_bg-1949 select {
				color:rgba(66,64,64,0.7);
			}

			.colour6_bg-1949 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour6_bg-1949 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
			
}

@media only screen and (max-width : 1899px) {
	
.grid.eight-1899 {
	float:left!important;
	width:10.575%!important;
margin-right:2.2%!important;;
}

.grid.eight_x2-1899 {
	float:left!important;
	width:23.35%!important;
margin-right:2.2%!important;;
}

.grid.eight_x3-1899 {
	float:left!important;
	width:36.125%!important;
margin-right:2.2%!important;;
}

.grid.eight_x4-1899 {
	float:left!important;
	width:48.9%!important;
margin-right:2.2%!important;;
}

.grid.eight_x5-1899 {
	float:left!important;
	width:61.675%!important;
margin-right:2.2%!important;;
}

.grid.eight_x6-1899 {
	float:left!important;
	width:74.45%!important;
margin-right:2.2%!important;;
}

.grid.eight_x7-1899 {
	float:left!important;
	width:87.225%!important;
margin-right:2.2%!important;;
}

.grid.seven-1899 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-1899 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-1899 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-1899 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-1899 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-1899 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-1899 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-1899 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-1899 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-1899 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-1899 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-1899 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-1899 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-1899 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-1899 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-1899 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-1899 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-1899 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-1899 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-1899 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-1899 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-1899 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.eight-1899 {
	width:12.5%!important;
}

.floatl.eight_x2-1899 {
	width:25%!important;
}

.floatl.eight_x3-1899 {
	width:37.5%!important;
}

.floatl.eight_x4-1899 {
	width:50%!important;
}

.floatl.eight_x5-1899 {
	width:62.5%!important;
}

.floatl.eight_x6-1899 {
	width:75%!important;
}

.floatl.eight_x7-1899 {
	width:87.5%!important;
}

.floatl.seven-1899 {
	width:14.28571429%!important;
}

.floatl.seven_x2-1899 {
	width:28.57142857%!important;
}

.floatl.seven_x3-1899 {
	width:42.85714286%!important;
}

.floatl.seven_x4-1899 {
	width:57.14285714%!important;
}

.floatl.seven_x5-1899 {
	width:71.42857143%!important;
}

.floatl.seven_x6-1899 {
	width:85.71428571%!important;
}

.floatl.six-1899 {
	width:16.66666667%!important;
}

.floatl.six_x2-1899 {
	width:33.33333333%!important;
}

.floatl.six_x3-1899 {
	width:50%!important;
}

.floatl.six_x4-1899 {
	width:66.6666667%!important;
}

.floatl.six_x5-1899 {
	width:83%!important;
}

.floatl.five-1899 {
	width:20%!important;
}

.floatl.five_x2-1899 {
	width:40%!important;
}

.floatl.five_x3-1899 {
	width:60%!important;
}

.floatl.five_x4-1899 {
	width:80%!important;
}

.floatl.four-1899 {
	width:25%!important;
}

.floatl.four_x2-1899 {
	width:50%!important;
}

.floatl.four_x3-1899 {
	width:75%!important;
}

.floatl.three-1899 {
	width:33.33333333%!important;
}

.floatl.three_x2-1899 {
	width:66.66666667%!important;
}

.floatl.two-1899 {
	width:50%!important;
}

.floatl.one-1899 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

.o1-1899 {
		order:1;
	}

.fl1-1899 {
	flex:1;
}

.gridc > .r1-1899 {
	grid-row-start:1;
}
.gridc-1899 > .r1-1899 {
	grid-row-start:1;
	overflow:hidden;
}
.gridc > .re1-1899 {
	grid-row-end:1;
}
.gridc-1899 > .re1-1899 {
	grid-row-end:1;
}
.gridc > .c1-1899 {
	grid-column-start:1;
}
.gridc-1899 > .c1-1899 {
	grid-column-start:1;
}
.gridc > .ce1-1899 {
	grid-column-end:1;
}
.gridc-1899 > .ce1-1899 {
	grid-column-end:1;
}

.o2-1899 {
		order:2;
	}

.fl2-1899 {
	flex:2;
}

.gridc > .r2-1899 {
	grid-row-start:2;
}
.gridc-1899 > .r2-1899 {
	grid-row-start:2;
	overflow:hidden;
}
.gridc > .re2-1899 {
	grid-row-end:2;
}
.gridc-1899 > .re2-1899 {
	grid-row-end:2;
}
.gridc > .c2-1899 {
	grid-column-start:2;
}
.gridc-1899 > .c2-1899 {
	grid-column-start:2;
}
.gridc > .ce2-1899 {
	grid-column-end:2;
}
.gridc-1899 > .ce2-1899 {
	grid-column-end:2;
}

.o3-1899 {
		order:3;
	}

.fl3-1899 {
	flex:3;
}

.gridc > .r3-1899 {
	grid-row-start:3;
}
.gridc-1899 > .r3-1899 {
	grid-row-start:3;
	overflow:hidden;
}
.gridc > .re3-1899 {
	grid-row-end:3;
}
.gridc-1899 > .re3-1899 {
	grid-row-end:3;
}
.gridc > .c3-1899 {
	grid-column-start:3;
}
.gridc-1899 > .c3-1899 {
	grid-column-start:3;
}
.gridc > .ce3-1899 {
	grid-column-end:3;
}
.gridc-1899 > .ce3-1899 {
	grid-column-end:3;
}

.o4-1899 {
		order:4;
	}

.fl4-1899 {
	flex:4;
}

.gridc > .r4-1899 {
	grid-row-start:4;
}
.gridc-1899 > .r4-1899 {
	grid-row-start:4;
	overflow:hidden;
}
.gridc > .re4-1899 {
	grid-row-end:4;
}
.gridc-1899 > .re4-1899 {
	grid-row-end:4;
}
.gridc > .c4-1899 {
	grid-column-start:4;
}
.gridc-1899 > .c4-1899 {
	grid-column-start:4;
}
.gridc > .ce4-1899 {
	grid-column-end:4;
}
.gridc-1899 > .ce4-1899 {
	grid-column-end:4;
}

.o5-1899 {
		order:5;
	}

.fl5-1899 {
	flex:5;
}

.gridc > .r5-1899 {
	grid-row-start:5;
}
.gridc-1899 > .r5-1899 {
	grid-row-start:5;
	overflow:hidden;
}
.gridc > .re5-1899 {
	grid-row-end:5;
}
.gridc-1899 > .re5-1899 {
	grid-row-end:5;
}
.gridc > .c5-1899 {
	grid-column-start:5;
}
.gridc-1899 > .c5-1899 {
	grid-column-start:5;
}
.gridc > .ce5-1899 {
	grid-column-end:5;
}
.gridc-1899 > .ce5-1899 {
	grid-column-end:5;
}

.o6-1899 {
		order:6;
	}

.fl6-1899 {
	flex:6;
}

.gridc > .r6-1899 {
	grid-row-start:6;
}
.gridc-1899 > .r6-1899 {
	grid-row-start:6;
	overflow:hidden;
}
.gridc > .re6-1899 {
	grid-row-end:6;
}
.gridc-1899 > .re6-1899 {
	grid-row-end:6;
}
.gridc > .c6-1899 {
	grid-column-start:6;
}
.gridc-1899 > .c6-1899 {
	grid-column-start:6;
}
.gridc > .ce6-1899 {
	grid-column-end:6;
}
.gridc-1899 > .ce6-1899 {
	grid-column-end:6;
}

.o7-1899 {
		order:7;
	}

.fl7-1899 {
	flex:7;
}

.gridc > .r7-1899 {
	grid-row-start:7;
}
.gridc-1899 > .r7-1899 {
	grid-row-start:7;
	overflow:hidden;
}
.gridc > .re7-1899 {
	grid-row-end:7;
}
.gridc-1899 > .re7-1899 {
	grid-row-end:7;
}
.gridc > .c7-1899 {
	grid-column-start:7;
}
.gridc-1899 > .c7-1899 {
	grid-column-start:7;
}
.gridc > .ce7-1899 {
	grid-column-end:7;
}
.gridc-1899 > .ce7-1899 {
	grid-column-end:7;
}

.o8-1899 {
		order:8;
	}

.fl8-1899 {
	flex:8;
}

.gridc > .r8-1899 {
	grid-row-start:8;
}
.gridc-1899 > .r8-1899 {
	grid-row-start:8;
	overflow:hidden;
}
.gridc > .re8-1899 {
	grid-row-end:8;
}
.gridc-1899 > .re8-1899 {
	grid-row-end:8;
}
.gridc > .c8-1899 {
	grid-column-start:8;
}
.gridc-1899 > .c8-1899 {
	grid-column-start:8;
}
.gridc > .ce8-1899 {
	grid-column-end:8;
}
.gridc-1899 > .ce8-1899 {
	grid-column-end:8;
}

.o9-1899 {
		order:9;
	}

.fl9-1899 {
	flex:9;
}

.gridc > .r9-1899 {
	grid-row-start:9;
}
.gridc-1899 > .r9-1899 {
	grid-row-start:9;
	overflow:hidden;
}
.gridc > .re9-1899 {
	grid-row-end:9;
}
.gridc-1899 > .re9-1899 {
	grid-row-end:9;
}
.gridc > .c9-1899 {
	grid-column-start:9;
}
.gridc-1899 > .c9-1899 {
	grid-column-start:9;
}
.gridc > .ce9-1899 {
	grid-column-end:9;
}
.gridc-1899 > .ce9-1899 {
	grid-column-end:9;
}

.z1-1899 {
	z-index:1;
}

.z9999999-1899 {
	z-index:9999999;
}

.z2-1899 {
	z-index:2;
}

.z9999998-1899 {
	z-index:9999998;
}

.z3-1899 {
	z-index:3;
}

.z9999997-1899 {
	z-index:9999997;
}

.z4-1899 {
	z-index:4;
}

.z9999996-1899 {
	z-index:9999996;
}

.z5-1899 {
	z-index:5;
}

.z9999995-1899 {
	z-index:9999995;
}

.z6-1899 {
	z-index:6;
}

.z9999994-1899 {
	z-index:9999994;
}

.z7-1899 {
	z-index:7;
}

.z9999993-1899 {
	z-index:9999993;
}

.z8-1899 {
	z-index:8;
}

.z9999992-1899 {
	z-index:9999992;
}

.z9-1899 {
	z-index:9;
}

.z9999991-1899 {
	z-index:9999991;
}

.w100-1899 {
	font-weight:100;
}
.w200-1899 {
	font-weight:200;
}
.w300-1899 {
	font-weight:300;
}
.w400-1899 {
	font-weight:400;
}
.w500-1899 {
	font-weight:500;
}
.w600-1899 {
	font-weight:600;
}
.w700-1899 {
	font-weight:700;
}
.w800-1899 {
	font-weight:800;
}
.w900-1899 {
	font-weight:900;
}
.f1-1899 {
	font-size:1.1em;
	line-height:1.1em;
}

p.f1-1899,
p > *.f1-1899 {
	line-height:1.4em;
}
.f1_5-1899 {
	font-size:1.15em;
	line-height:1.15em;
}

p.f1_5-1899,
p > *.f1_5-1899 {
	line-height:1.18em;
}
.f2-1899 {
	font-size:1.2em;
	line-height:1.2em;
}

p.f2-1899,
p > *.f2-1899 {
	line-height:1.5em;
}
.f2_5-1899 {
	font-size:1.25em;
	line-height:1.25em;
}

p.f2_5-1899,
p > *.f2_5-1899 {
	line-height:1.28em;
}
.f3-1899 {
	font-size:1.3em;
	line-height:1.3em;
}

p.f3-1899,
p > *.f3-1899 {
	line-height:1.6em;
}
.f3_5-1899 {
	font-size:1.35em;
	line-height:1.35em;
}

p.f3_5-1899,
p > *.f3_5-1899 {
	line-height:1.38em;
}
.f4-1899 {
	font-size:1.4em;
	line-height:1.4em;
}

p.f4-1899,
p > *.f4-1899 {
	line-height:1.7em;
}
.f4_5-1899 {
	font-size:1.45em;
	line-height:1.45em;
}

p.f4_5-1899,
p > *.f4_5-1899 {
	line-height:1.48em;
}
.f5-1899 {
	font-size:1.5em;
	line-height:1.5em;
}

p.f5-1899,
p > *.f5-1899 {
	line-height:1.8em;
}
.f5_5-1899 {
	font-size:1.55em;
	line-height:1.55em;
}

p.f5_5-1899,
p > *.f5_5-1899 {
	line-height:1.58em;
}
.f6-1899 {
	font-size:1.6em;
	line-height:1.6em;
}

p.f6-1899,
p > *.f6-1899 {
	line-height:1.9em;
}
.f6_5-1899 {
	font-size:1.65em;
	line-height:1.65em;
}

p.f6_5-1899,
p > *.f6_5-1899 {
	line-height:1.68em;
}
.f7-1899 {
	font-size:1.7em;
	line-height:1.7em;
}

p.f7-1899,
p > *.f7-1899 {
	line-height:1.10em;
}
.f7_5-1899 {
	font-size:1.75em;
	line-height:1.75em;
}

p.f7_5-1899,
p > *.f7_5-1899 {
	line-height:1.78em;
}
.f8-1899 {
	font-size:1.8em;
	line-height:1.8em;
}

p.f8-1899,
p > *.f8-1899 {
	line-height:1.11em;
}
.f8_5-1899 {
	font-size:1.85em;
	line-height:1.85em;
}

p.f8_5-1899,
p > *.f8_5-1899 {
	line-height:1.88em;
}
.f9-1899 {
	font-size:1.9em;
	line-height:1.9em;
}

p.f9-1899,
p > *.f9-1899 {
	line-height:1.12em;
}
.f9_5-1899 {
	font-size:1.95em;
	line-height:1.95em;
}

p.f9_5-1899,
p > *.f9_5-1899 {
	line-height:1.98em;
}
.f10-1899 {
	font-size:2em;
	line-height:2em;
}

p.f10-1899,
p > *.f10-1899 {
	line-height:2em;
}
.f10_5-1899 {
	font-size:2em;
	line-height:2em;
}

p.f10_5-1899,
p > *.f10_5-1899 {
	line-height:2em;
}
.nf1-1899 {
	font-size:0.9em;
}

*:not(p):not(ul):not(ol).nf1-1899 {
	line-height:0.9em;
}

p.nf1-1899,
ul.nf1-1899,
ol.nf1-1899 {
	line-height:1.9em;
}
.nf1_5-1899 {
	font-size:0.85em;
}

*:not(p):not(ul):not(ol).nf1_5-1899 {
	line-height:0.85em;
}

p.nf1_5-1899,
ul.nf1_5-1899,
ol.nf1_5-1899 {
	line-height:1.85em;
}
.nf2-1899 {
	font-size:0.8em;
}

*:not(p):not(ul):not(ol).nf2-1899 {
	line-height:0.8em;
}

p.nf2-1899,
ul.nf2-1899,
ol.nf2-1899 {
	line-height:1.8em;
}
.nf2_5-1899 {
	font-size:0.75em;
}

*:not(p):not(ul):not(ol).nf2_5-1899 {
	line-height:0.75em;
}

p.nf2_5-1899,
ul.nf2_5-1899,
ol.nf2_5-1899 {
	line-height:1.75em;
}
.nf3-1899 {
	font-size:0.7em;
}

*:not(p):not(ul):not(ol).nf3-1899 {
	line-height:0.7em;
}

p.nf3-1899,
ul.nf3-1899,
ol.nf3-1899 {
	line-height:1.7em;
}
.nf3_5-1899 {
	font-size:0.65em;
}

*:not(p):not(ul):not(ol).nf3_5-1899 {
	line-height:0.65em;
}

p.nf3_5-1899,
ul.nf3_5-1899,
ol.nf3_5-1899 {
	line-height:1.65em;
}
.nf4-1899 {
	font-size:0.6em;
}

*:not(p):not(ul):not(ol).nf4-1899 {
	line-height:0.6em;
}

p.nf4-1899,
ul.nf4-1899,
ol.nf4-1899 {
	line-height:1.6em;
}
.nf4_5-1899 {
	font-size:0.55em;
}

*:not(p):not(ul):not(ol).nf4_5-1899 {
	line-height:0.55em;
}

p.nf4_5-1899,
ul.nf4_5-1899,
ol.nf4_5-1899 {
	line-height:1.55em;
}
.nf5-1899 {
	font-size:0.5em;
}

*:not(p):not(ul):not(ol).nf5-1899 {
	line-height:0.5em;
}

p.nf5-1899,
ul.nf5-1899,
ol.nf5-1899 {
	line-height:1.5em;
}
.nf5_5-1899 {
	font-size:0.45em;
}

*:not(p):not(ul):not(ol).nf5_5-1899 {
	line-height:0.45em;
}

p.nf5_5-1899,
ul.nf5_5-1899,
ol.nf5_5-1899 {
	line-height:1.45em;
}
.nf6-1899 {
	font-size:0.4em;
}

*:not(p):not(ul):not(ol).nf6-1899 {
	line-height:0.4em;
}

p.nf6-1899,
ul.nf6-1899,
ol.nf6-1899 {
	line-height:1.4em;
}
.nf6_5-1899 {
	font-size:0.35em;
}

*:not(p):not(ul):not(ol).nf6_5-1899 {
	line-height:0.35em;
}

p.nf6_5-1899,
ul.nf6_5-1899,
ol.nf6_5-1899 {
	line-height:1.35em;
}
.nf7-1899 {
	font-size:0.3em;
}

*:not(p):not(ul):not(ol).nf7-1899 {
	line-height:0.3em;
}

p.nf7-1899,
ul.nf7-1899,
ol.nf7-1899 {
	line-height:1.3em;
}
.nf7_5-1899 {
	font-size:0.25em;
}

*:not(p):not(ul):not(ol).nf7_5-1899 {
	line-height:0.25em;
}

p.nf7_5-1899,
ul.nf7_5-1899,
ol.nf7_5-1899 {
	line-height:1.25em;
}
.nf8-1899 {
	font-size:0.2em;
}

*:not(p):not(ul):not(ol).nf8-1899 {
	line-height:0.2em;
}

p.nf8-1899,
ul.nf8-1899,
ol.nf8-1899 {
	line-height:1.2em;
}
.nf8_5-1899 {
	font-size:0.15em;
}

*:not(p):not(ul):not(ol).nf8_5-1899 {
	line-height:0.15em;
}

p.nf8_5-1899,
ul.nf8_5-1899,
ol.nf8_5-1899 {
	line-height:1.15em;
}
.nf9-1899 {
	font-size:0.1em;
}

*:not(p):not(ul):not(ol).nf9-1899 {
	line-height:0.1em;
}

p.nf9-1899,
ul.nf9-1899,
ol.nf9-1899 {
	line-height:1.1em;
}
.nf9_5-1899 {
	font-size:0.05em;
}

*:not(p):not(ul):not(ol).nf9_5-1899 {
	line-height:0.05em;
}

p.nf9_5-1899,
ul.nf9_5-1899,
ol.nf9_5-1899 {
	line-height:1.05em;
}
  .invisible-1899 {
			visibility:hidden!important;
		}

  .last-1899 {
			margin-right:0px!important;
		}

  .floatl-1899 {
			float:left!important;
		}

  .floatr-1899 {
			float:right!important;
		}

  .left-1899 {
			float:left!important;
		}

  .right-1899 {
			float:right!important;
		}

  .floatn-1899,
 .grid.floatn-1899 {
			float:none!important;
		}

  .grid-1899 {
			float:left!important;
overflow:hidden;;
		}

  .grid.last-1899 {
			float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
		}

  .none-1899 {
			display:none!important;
		}

  .block-1899 {
			display:block!important;
		}

  .iblock-1899 {
			display:inline-block!important;
		}

  .inline-1899 {
			display:inline!important;
		}

  .table-1899 {
			display:table!important;
		}

  .row-1899 {
			display:table-row!important;
		}

  .cell-1899 {
			display:table-cell!important;
vertical-align:middle;
		}

  .collapse-1899 {
			border-collapse:collapse;
		}

  .clearl-1899 {
			clear:left!important;
		}

  .clearr-1899 {
			clear:right!important;
		}

  .clearn-1899 {
			clear:none!important;
		}

  .clearnone-1899 {
			clear:none!important;
		}

  .clearb-1899 {
			clear:both!important;
		}

  .clear-1899 {
			float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
		}

  .up-1899 {
			text-transform:uppercase;
		}

  .transnone-1899 {
			text-transform:none;
		}

  .strike-1899 {
			text-decoration:line-through;
		}

  .alignl-1899 {
			text-align:left!important;
		}

  .alignr-1899 {
			text-align:right!important;
		}

  .alignc-1899 {
			text-align:center!important;
		}

  .alignj-1899 {
			text-align:justify!important;
		}

  .valign-1899 {
			vertical-align:middle!important;
		}

  .widthauto-1899 {
			width:auto!important;
		}

  .heightauto-1899 {
			height:auto!important;
min-height:0px!important;
		}

.square.heightauto-1899::after {
	display:none!important;
}

.square.heightauto-1899 > * {
	position:static!important;
}

  .width0-1899 {
			width:0px;
		}

  .width50-1899 {
			width:50%;
		}

  .height0-1899 {
			height:0px;
		}

  .height50-1899 {
			height:50%;
		}

  .mw100-1899 {
			max-width:100%;
		}

  .mw90-1899 {
			max-width:90%;
		}

  .mw80-1899 {
			max-width:80%;
		}

  .mw70-1899 {
			max-width:70%;
		}

  .mw60-1899 {
			max-width:60%;
		}

  .mw50-1899 {
			max-width:50%;
		}

  .mw40-1899 {
			max-width:40%;
		}

  .mw30-1899 {
			max-width:30%;
		}

  .mw20-1899 {
			max-width:20%;
		}

  .mw10-1899 {
			max-width:10%;
		}

  .mwnone-1899 {
			max-width:none;
		}

  .fw-1899,
 .grid.fw-1899,
 .floatl.fw-1899 {
			width:100%!important;
      margin-left:0px!important;
			margin-right:0px!important;
		}

  .fh-1899 {
			height:100%!important;
		}

  .pointer-1899 {
			cursor:pointer!important;
		}

  .noallow-1899 {
			cursor:not-allowed!important;
		}

  .noselect-1899 {
			user-select:none!important;
		}

  .static-1899 {
			position:static!important;
		}

  .relative-1899 {
			position:relative!important;
		}

  .absolute-1899 {
			position:absolute!important;
		}

  .fixed-1899 {
			position:fixed!important;
		}

  .spacing-1899 {
			margin-bottom:7px!important;
		}

  .spacing.floatl-1899 {
			margin-right:15px!important;
		}

  .spacing.floatr-1899 {
			margin-left:15px!important;
		}

  .flowhide-1899 {
			overflow:hidden;
		}

  .flowshow-1899 {
			overflow:visible;
		}

  .flowauto-1899 {
			overflow:auto;
		}

  .nowrap-1899 {
			white-space:nowrap;
		}

  .lhreset-1899 {
			line-height:normal;
		}

  .circle-1899 {
			border-radius:50%!important;
		}

  .radnone-1899 {
			border-radius:0px!important;
		}

  .vh10-1899 {
			height:10vh!important;
		}

  .vh25-1899 {
			height:25vh!important;
		}

  .vh50-1899 {
			height:50vh!important;
		}

  .vh100-1899 {
			height:100vh!important;
		}

  .vw10-1899 {
			width:10vw!important;
		}

  .vw25-1899 {
			width:25vw!important;
		}

  .vw50-1899 {
			width:50vw!important;
		}

  .vw100-1899 {
			width:100vw!important;
		}

  .flexw-1899 {
			flex-wrap:wrap!important;
		}

  .flexwn-1899 {
			flex-wrap:nowrap!important;
		}

  .flexwr-1899 {
			flex-wrap:wrap-reverse!important;
		}

  .flexdr-1899 {
			flex-direction:row!important;
		}

  .flexdrr-1899 {
			flex-direction:row-reverse!important;
		}

  .flexdc-1899 {
			flex-direction:column!important;
		}

  .flexdcr-1899 {
			flex-direction:column-reverse!important;
		}

  .flex-1899 {
			display:flex!important;
align-items:center;
flex-wrap:wrap;;
		}

  .iflex-1899 {
			display:inline-flex!important;
align-items:center;;
		}

  .spaced-1899 {
			justify-content:space-between;
		}

  .flexdr.spaced-1899 {
			align-content:space-between;
		}

  .spacee-1899 {
			justify-content:space-evenly;
		}

  .falignst-1899 {
			align-items:stretch;;
		}

  .falignc-1899 {
			align-items:center;;
		}

  .faligns-1899 {
			align-items:flex-start;;
		}

  .faligne-1899 {
			align-items:flex-end;;
		}

  .fjustl-1899 {
			justify-content:flex-start;;
		}

  .fjustr-1899 {
			justify-content:flex-end;;
		}

  .fjustc-1899 {
			justify-content:center;;
		}

  .flexn-1899 {
			flex:none!important;width:100%;;
		}

  .gridc-1899 {
			display:grid!important;;
		}

  .o100-1899 {
			opacity:1;
		}

  .o90-1899 {
			opacity:0.9;
		}

  .o80-1899 {
			opacity:0.8;
		}

  .o70-1899 {
			opacity:0.7;
		}

  .o60-1899 {
			opacity:0.6;
		}

  .o50-1899 {
			opacity:0.5;
		}

  .o40-1899 {
			opacity:0.4;
		}

  .o30-1899 {
			opacity:0.3;
		}

  .o20-1899 {
			opacity:0.2;
		}

  .o10-1899 {
			opacity:0.1;
		}

  .o0-1899 {
			opacity:0;
		}

  .left0-1899 {
			left:0px!important;;
		}

  .right0-1899 {
			right:0px!important;;
		}

  .top0-1899 {
			top:0px!important;;
		}

  .bottom0-1899 {
			bottom:0px!important;;
		}

  .left50-1899 {
			left:50%!important;;
		}

  .right50-1899 {
			right:50%!important;;
		}

  .top50-1899 {
			top:50%!important;;
		}

  .bottom50-1899 {
			bottom:50%!important;;
		}

  .left100-1899 {
			left:100%!important;;
		}

  .right100-1899 {
			right:100%!important;;
		}

  .top100-1899 {
			top:100%!important;;
		}

  .bottom100-1899 {
			bottom:100%!important;;
		}

  .leftauto-1899 {
			left:auto!important;;
		}

  .rightauto-1899 {
			right:auto!important;;
		}

  .topauto-1899 {
			top:auto!important;;
		}

  .bottomauto-1899 {
			bottom:auto!important;;
		}

  .all0-1899 {
			top:0px!important;
bottom:0px!important;
left:0px!important;
right:0px!important;;
		}

  .lineup.fw-1899, .lineupgroup.fw-1899 {
			height:auto!important;
	}

	

			.padded_tiny-1899 {
				padding:5px!important;

			}

			.paddedtb_tiny-1899 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-1899 {
				padding-top:5px!important;
			}

			.paddedb_tiny-1899 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-1899 {
				padding-left:5px!important;
			}

			.paddedr_tiny-1899 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-1899 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-1899 {
				margin:5px!important;
			}

			.margintb_tiny-1899 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-1899 {
				margin-top:5px!important;
			}

			.marginb_tiny-1899 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-1899 {
				margin-left:5px!important;
			}

			.marginr_tiny-1899 {
				margin-right:5px!important;
			}

			.marginlr_tiny-1899 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			
			.nmarginlr_tiny {
				margin-left:-5px!important;
				margin-right:-5px!important;
			}
				
			.nmargin_tiny-1899 {
				margin:-5px!important;
			}

			.nmargintb_tiny-1899 {
				margin-top:-5px!important;
				margin-bottom:-5px!important;
			}

			.nmargint_tiny-1899 {
				margin-top:-5px!important;
			}

			.nmarginb_tiny-1899 {
				margin-bottom:-5px!important;
			}

			.nmarginl_tiny-1899 {
				margin-left:-5px!important;
			}

			.nmarginr_tiny-1899 {
				margin-right:-5px!important;
			}
			
			.padded_small-1899 {
				padding:10px!important;

			}

			.paddedtb_small-1899 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-1899 {
				padding-top:10px!important;
			}

			.paddedb_small-1899 {
				padding-bottom:10px!important;
			}

			.paddedl_small-1899 {
				padding-left:10px!important;
			}

			.paddedr_small-1899 {
				padding-right:10px!important;
			}

			.paddedlr_small-1899 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-1899 {
				margin:10px!important;
			}

			.margintb_small-1899 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-1899 {
				margin-top:10px!important;
			}

			.marginb_small-1899 {
				margin-bottom:10px!important;
			}

			.marginl_small-1899 {
				margin-left:10px!important;
			}

			.marginr_small-1899 {
				margin-right:10px!important;
			}

			.marginlr_small-1899 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_small {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_small-1899 {
				margin:-10px!important;
			}

			.nmargintb_small-1899 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_small-1899 {
				margin-top:-10px!important;
			}

			.nmarginb_small-1899 {
				margin-bottom:-10px!important;
			}

			.nmarginl_small-1899 {
				margin-left:-10px!important;
			}

			.nmarginr_small-1899 {
				margin-right:-10px!important;
			}
			
			.padded_medium-1899 {
				padding:20px!important;

			}

			.paddedtb_medium-1899 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-1899 {
				padding-top:20px!important;
			}

			.paddedb_medium-1899 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-1899 {
				padding-left:20px!important;
			}

			.paddedr_medium-1899 {
				padding-right:20px!important;
			}

			.paddedlr_medium-1899 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-1899 {
				margin:20px!important;
			}

			.margintb_medium-1899 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-1899 {
				margin-top:20px!important;
			}

			.marginb_medium-1899 {
				margin-bottom:20px!important;
			}

			.marginl_medium-1899 {
				margin-left:20px!important;
			}

			.marginr_medium-1899 {
				margin-right:20px!important;
			}

			.marginlr_medium-1899 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			
			.nmarginlr_medium {
				margin-left:-20px!important;
				margin-right:-20px!important;
			}
				
			.nmargin_medium-1899 {
				margin:-20px!important;
			}

			.nmargintb_medium-1899 {
				margin-top:-20px!important;
				margin-bottom:-20px!important;
			}

			.nmargint_medium-1899 {
				margin-top:-20px!important;
			}

			.nmarginb_medium-1899 {
				margin-bottom:-20px!important;
			}

			.nmarginl_medium-1899 {
				margin-left:-20px!important;
			}

			.nmarginr_medium-1899 {
				margin-right:-20px!important;
			}
			
			.padded_large-1899 {
				padding:40px!important;

			}

			.paddedtb_large-1899 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-1899 {
				padding-top:40px!important;
			}

			.paddedb_large-1899 {
				padding-bottom:40px!important;
			}

			.paddedl_large-1899 {
				padding-left:40px!important;
			}

			.paddedr_large-1899 {
				padding-right:40px!important;
			}

			.paddedlr_large-1899 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-1899 {
				margin:40px!important;
			}

			.margintb_large-1899 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-1899 {
				margin-top:40px!important;
			}

			.marginb_large-1899 {
				margin-bottom:40px!important;
			}

			.marginl_large-1899 {
				margin-left:40px!important;
			}

			.marginr_large-1899 {
				margin-right:40px!important;
			}

			.marginlr_large-1899 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			
			.nmarginlr_large {
				margin-left:-40px!important;
				margin-right:-40px!important;
			}
				
			.nmargin_large-1899 {
				margin:-40px!important;
			}

			.nmargintb_large-1899 {
				margin-top:-40px!important;
				margin-bottom:-40px!important;
			}

			.nmargint_large-1899 {
				margin-top:-40px!important;
			}

			.nmarginb_large-1899 {
				margin-bottom:-40px!important;
			}

			.nmarginl_large-1899 {
				margin-left:-40px!important;
			}

			.nmarginr_large-1899 {
				margin-right:-40px!important;
			}
			
			.padded_core-1899 {
				padding:10px!important;

			}

			.paddedtb_core-1899 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-1899 {
				padding-top:10px!important;
			}

			.paddedb_core-1899 {
				padding-bottom:10px!important;
			}

			.paddedl_core-1899 {
				padding-left:10px!important;
			}

			.paddedr_core-1899 {
				padding-right:10px!important;
			}

			.paddedlr_core-1899 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-1899 {
				margin:10px!important;
			}

			.margintb_core-1899 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-1899 {
				margin-top:10px!important;
			}

			.marginb_core-1899 {
				margin-bottom:10px!important;
			}

			.marginl_core-1899 {
				margin-left:10px!important;
			}

			.marginr_core-1899 {
				margin-right:10px!important;
			}

			.marginlr_core-1899 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_core {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_core-1899 {
				margin:-10px!important;
			}

			.nmargintb_core-1899 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_core-1899 {
				margin-top:-10px!important;
			}

			.nmarginb_core-1899 {
				margin-bottom:-10px!important;
			}

			.nmarginl_core-1899 {
				margin-left:-10px!important;
			}

			.nmarginr_core-1899 {
				margin-right:-10px!important;
			}
						
			.margin_auto-1899 {
				margin:auto!important;
			}

			.margintb_auto-1899 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-1899 {
				margin-top:auto!important;
			}

			.marginb_auto-1899 {
				margin-bottom:auto!important;
			}

			.marginl_auto-1899 {
				margin-left:auto!important;
			}

			.marginr_auto-1899 {
				margin-right:auto!important;
			}

			.marginlr_auto-1899 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			
			.nmarginlr_auto {
				margin-left:-auto!important;
				margin-right:-auto!important;
			}
				
			.nmargin_auto-1899 {
				margin:-auto!important;
			}

			.nmargintb_auto-1899 {
				margin-top:-auto!important;
				margin-bottom:-auto!important;
			}

			.nmargint_auto-1899 {
				margin-top:-auto!important;
			}

			.nmarginb_auto-1899 {
				margin-bottom:-auto!important;
			}

			.nmarginl_auto-1899 {
				margin-left:-auto!important;
			}

			.nmarginr_auto-1899 {
				margin-right:-auto!important;
			}
			
			.padded_none-1899 {
				padding:0px!important;

			}

			.paddedtb_none-1899 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-1899 {
				padding-top:0px!important;
			}

			.paddedb_none-1899 {
				padding-bottom:0px!important;
			}

			.paddedl_none-1899 {
				padding-left:0px!important;
			}

			.paddedr_none-1899 {
				padding-right:0px!important;
			}

			.paddedlr_none-1899 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-1899 {
				margin:0px!important;
			}

			.margintb_none-1899 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-1899 {
				margin-top:0px!important;
			}

			.marginb_none-1899 {
				margin-bottom:0px!important;
			}

			.marginl_none-1899 {
				margin-left:0px!important;
			}

			.marginr_none-1899 {
				margin-right:0px!important;
			}

			.marginlr_none-1899 {
				margin-left:0px!important;
				margin-right:0px!important;
			}
			
			.nmarginlr_none {
				margin-left:-0px!important;
				margin-right:-0px!important;
			}
				
			.nmargin_none-1899 {
				margin:-0px!important;
			}

			.nmargintb_none-1899 {
				margin-top:-0px!important;
				margin-bottom:-0px!important;
			}

			.nmargint_none-1899 {
				margin-top:-0px!important;
			}

			.nmarginb_none-1899 {
				margin-bottom:-0px!important;
			}

			.nmarginl_none-1899 {
				margin-left:-0px!important;
			}

			.nmarginr_none-1899 {
				margin-right:-0px!important;
			}
			
			.padded_p100-1899 {
				padding:100%!important;

			}

			.paddedtb_p100-1899 {
				padding-top:100%!important;
				padding-bottom:100%!important;
			}

			.paddedt_p100-1899 {
				padding-top:100%!important;
			}

			.paddedb_p100-1899 {
				padding-bottom:100%!important;
			}

			.paddedl_p100-1899 {
				padding-left:100%!important;
			}

			.paddedr_p100-1899 {
				padding-right:100%!important;
			}

			.paddedlr_p100-1899 {
				padding-left:100%!important;
				padding-right:100%!important;
			}
		
						
			.margin_p100-1899 {
				margin:100%!important;
			}

			.margintb_p100-1899 {
				margin-top:100%!important;
				margin-bottom:100%!important;
			}

			.margint_p100-1899 {
				margin-top:100%!important;
			}

			.marginb_p100-1899 {
				margin-bottom:100%!important;
			}

			.marginl_p100-1899 {
				margin-left:100%!important;
			}

			.marginr_p100-1899 {
				margin-right:100%!important;
			}

			.marginlr_p100-1899 {
				margin-left:100%!important;
				margin-right:100%!important;
			}
			
			.nmarginlr_p100 {
				margin-left:-100%!important;
				margin-right:-100%!important;
			}
				
			.nmargin_p100-1899 {
				margin:-100%!important;
			}

			.nmargintb_p100-1899 {
				margin-top:-100%!important;
				margin-bottom:-100%!important;
			}

			.nmargint_p100-1899 {
				margin-top:-100%!important;
			}

			.nmarginb_p100-1899 {
				margin-bottom:-100%!important;
			}

			.nmarginl_p100-1899 {
				margin-left:-100%!important;
			}

			.nmarginr_p100-1899 {
				margin-right:-100%!important;
			}
			
			.padded_p75-1899 {
				padding:75%!important;

			}

			.paddedtb_p75-1899 {
				padding-top:75%!important;
				padding-bottom:75%!important;
			}

			.paddedt_p75-1899 {
				padding-top:75%!important;
			}

			.paddedb_p75-1899 {
				padding-bottom:75%!important;
			}

			.paddedl_p75-1899 {
				padding-left:75%!important;
			}

			.paddedr_p75-1899 {
				padding-right:75%!important;
			}

			.paddedlr_p75-1899 {
				padding-left:75%!important;
				padding-right:75%!important;
			}
		
						
			.margin_p75-1899 {
				margin:75%!important;
			}

			.margintb_p75-1899 {
				margin-top:75%!important;
				margin-bottom:75%!important;
			}

			.margint_p75-1899 {
				margin-top:75%!important;
			}

			.marginb_p75-1899 {
				margin-bottom:75%!important;
			}

			.marginl_p75-1899 {
				margin-left:75%!important;
			}

			.marginr_p75-1899 {
				margin-right:75%!important;
			}

			.marginlr_p75-1899 {
				margin-left:75%!important;
				margin-right:75%!important;
			}
			
			.nmarginlr_p75 {
				margin-left:-75%!important;
				margin-right:-75%!important;
			}
				
			.nmargin_p75-1899 {
				margin:-75%!important;
			}

			.nmargintb_p75-1899 {
				margin-top:-75%!important;
				margin-bottom:-75%!important;
			}

			.nmargint_p75-1899 {
				margin-top:-75%!important;
			}

			.nmarginb_p75-1899 {
				margin-bottom:-75%!important;
			}

			.nmarginl_p75-1899 {
				margin-left:-75%!important;
			}

			.nmarginr_p75-1899 {
				margin-right:-75%!important;
			}
			
			.padded_p50-1899 {
				padding:50%!important;

			}

			.paddedtb_p50-1899 {
				padding-top:50%!important;
				padding-bottom:50%!important;
			}

			.paddedt_p50-1899 {
				padding-top:50%!important;
			}

			.paddedb_p50-1899 {
				padding-bottom:50%!important;
			}

			.paddedl_p50-1899 {
				padding-left:50%!important;
			}

			.paddedr_p50-1899 {
				padding-right:50%!important;
			}

			.paddedlr_p50-1899 {
				padding-left:50%!important;
				padding-right:50%!important;
			}
		
						
			.margin_p50-1899 {
				margin:50%!important;
			}

			.margintb_p50-1899 {
				margin-top:50%!important;
				margin-bottom:50%!important;
			}

			.margint_p50-1899 {
				margin-top:50%!important;
			}

			.marginb_p50-1899 {
				margin-bottom:50%!important;
			}

			.marginl_p50-1899 {
				margin-left:50%!important;
			}

			.marginr_p50-1899 {
				margin-right:50%!important;
			}

			.marginlr_p50-1899 {
				margin-left:50%!important;
				margin-right:50%!important;
			}
			
			.nmarginlr_p50 {
				margin-left:-50%!important;
				margin-right:-50%!important;
			}
				
			.nmargin_p50-1899 {
				margin:-50%!important;
			}

			.nmargintb_p50-1899 {
				margin-top:-50%!important;
				margin-bottom:-50%!important;
			}

			.nmargint_p50-1899 {
				margin-top:-50%!important;
			}

			.nmarginb_p50-1899 {
				margin-bottom:-50%!important;
			}

			.nmarginl_p50-1899 {
				margin-left:-50%!important;
			}

			.nmarginr_p50-1899 {
				margin-right:-50%!important;
			}
			
			.padded_p25-1899 {
				padding:25%!important;

			}

			.paddedtb_p25-1899 {
				padding-top:25%!important;
				padding-bottom:25%!important;
			}

			.paddedt_p25-1899 {
				padding-top:25%!important;
			}

			.paddedb_p25-1899 {
				padding-bottom:25%!important;
			}

			.paddedl_p25-1899 {
				padding-left:25%!important;
			}

			.paddedr_p25-1899 {
				padding-right:25%!important;
			}

			.paddedlr_p25-1899 {
				padding-left:25%!important;
				padding-right:25%!important;
			}
		
						
			.margin_p25-1899 {
				margin:25%!important;
			}

			.margintb_p25-1899 {
				margin-top:25%!important;
				margin-bottom:25%!important;
			}

			.margint_p25-1899 {
				margin-top:25%!important;
			}

			.marginb_p25-1899 {
				margin-bottom:25%!important;
			}

			.marginl_p25-1899 {
				margin-left:25%!important;
			}

			.marginr_p25-1899 {
				margin-right:25%!important;
			}

			.marginlr_p25-1899 {
				margin-left:25%!important;
				margin-right:25%!important;
			}
			
			.nmarginlr_p25 {
				margin-left:-25%!important;
				margin-right:-25%!important;
			}
				
			.nmargin_p25-1899 {
				margin:-25%!important;
			}

			.nmargintb_p25-1899 {
				margin-top:-25%!important;
				margin-bottom:-25%!important;
			}

			.nmargint_p25-1899 {
				margin-top:-25%!important;
			}

			.nmarginb_p25-1899 {
				margin-bottom:-25%!important;
			}

			.nmarginl_p25-1899 {
				margin-left:-25%!important;
			}

			.nmarginr_p25-1899 {
				margin-right:-25%!important;
			}
				.border_1-1899 {
		border:solid 1px rgba(0,0,0,0.5);;
	}

	.bordertb_1-1899 {
		border-top:solid 1px rgba(0,0,0,0.5);;
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.bordert_1-1899 {
		border-top:solid 1px rgba(0,0,0,0.5);;
	}

	.borderb_1-1899 {
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.borderl_1-1899 {
		border-left:solid 1px rgba(0,0,0,0.5);;
	}

	.borderr_1-1899 {
		border-right:solid 1px rgba(0,0,0,0.5);;
	}

	.borderlr_1-1899 {
		border-left:solid 1px rgba(0,0,0,0.5);;
		border-right:solid 1px rgba(0,0,0,0.5);;
	}
		.border_none-1899 {
		border:none;
	}

	.bordertb_none-1899 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-1899 {
		border-top:none;
	}

	.borderb_none-1899 {
		border-bottom:none;
	}

	.borderl_none-1899 {
		border-left:none;
	}

	.borderr_none-1899 {
		border-right:none;
	}

	.borderlr_none-1899 {
		border-left:none;
		border-right:none;
	}
		.border_core-1899 {
		border:solid 1px rgba(0,0,0,0.1);
	}

	.bordertb_core-1899 {
		border-top:solid 1px rgba(0,0,0,0.1);
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.bordert_core-1899 {
		border-top:solid 1px rgba(0,0,0,0.1);
	}

	.borderb_core-1899 {
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.borderl_core-1899 {
		border-left:solid 1px rgba(0,0,0,0.1);
	}

	.borderr_core-1899 {
		border-right:solid 1px rgba(0,0,0,0.1);
	}

	.borderlr_core-1899 {
		border-left:solid 1px rgba(0,0,0,0.1);
		border-right:solid 1px rgba(0,0,0,0.1);
	}
				.colour1_bg-1899 {
				background-color:#000000!important;
			}

			.colour1_bg-1899,
			a.colour1_bg-1899 {
				color:#FFFFFF!important;
			}
		
			.colour1_bg-1899 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour1-1899 a,
			a.colour1-1899 {
				color:#000000;
							}
			
			.colour1-1899 {
					color:#000000;
				background:transparent!important;
						}

					
			.colour1_bg-1899 input[type=text],
			.colour1_bg-1899 input[type=password],
			.colour1_bg-1899 input[type=number],
			.colour1_bg-1899 textarea,
			.colour1_bg-1899 select,
			.colour1_bg-1899 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour1_bg-1899 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour1_bg-1899 select {
				color:rgba(255,255,255,0.7);
			}

			.colour1_bg-1899 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour1_bg-1899 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour2_bg-1899 {
				background-color:#4b4a4b!important;
			}

			.colour2_bg-1899,
			a.colour2_bg-1899 {
				color:#FFFFFF!important;
			}
		
			.colour2_bg-1899 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour2-1899 a,
			a.colour2-1899 {
				color:#4b4a4b;
							}
			
			.colour2-1899 {
					color:#4b4a4b;
				background:transparent!important;
						}

					
			.colour2_bg-1899 input[type=text],
			.colour2_bg-1899 input[type=password],
			.colour2_bg-1899 input[type=number],
			.colour2_bg-1899 textarea,
			.colour2_bg-1899 select,
			.colour2_bg-1899 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour2_bg-1899 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour2_bg-1899 select {
				color:rgba(255,255,255,0.7);
			}

			.colour2_bg-1899 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour2_bg-1899 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour3_bg-1899 {
				background-color:#616062!important;
			}

			.colour3_bg-1899,
			a.colour3_bg-1899 {
				color:#FFFFFF!important;
			}
		
			.colour3_bg-1899 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour3-1899 a,
			a.colour3-1899 {
				color:#616062;
							}
			
			.colour3-1899 {
					color:#616062;
				background:transparent!important;
						}

					
			.colour3_bg-1899 input[type=text],
			.colour3_bg-1899 input[type=password],
			.colour3_bg-1899 input[type=number],
			.colour3_bg-1899 textarea,
			.colour3_bg-1899 select,
			.colour3_bg-1899 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour3_bg-1899 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour3_bg-1899 select {
				color:rgba(255,255,255,0.7);
			}

			.colour3_bg-1899 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour3_bg-1899 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour4_bg-1899 {
				background-color:#FFFFFF!important;
			}

			.colour4_bg-1899,
			a.colour4_bg-1899 {
				color:#202020!important;
			}
		
			.colour4_bg-1899 a:not(.more) {
				color:#202020;
			}

			
			.colour4-1899 a,
			a.colour4-1899 {
				color:#FFFFFF;
							}
			
			.colour4-1899 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour4_bg-1899 input[type=text],
			.colour4_bg-1899 input[type=password],
			.colour4_bg-1899 input[type=number],
			.colour4_bg-1899 textarea,
			.colour4_bg-1899 select,
			.colour4_bg-1899 select option {
				border-color:#202020;
				color:#202020;
				background:transparent;
			}
		
			.colour4_bg-1899 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour4_bg-1899 select {
				color:rgba(32,32,32,0.7);
			}

			.colour4_bg-1899 ::-webkit-input-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}

			.colour4_bg-1899 ::-moz-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}
		
						.colour5_bg-1899 {
				background-color:#FFFFFF!important;
			}

			.colour5_bg-1899,
			a.colour5_bg-1899 {
				color:#424040!important;
			}
		
			.colour5_bg-1899 a:not(.more) {
				color:#424040;
			}

			
			.colour5-1899 a,
			a.colour5-1899 {
				color:#FFFFFF;
							}
			
			.colour5-1899 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour5_bg-1899 input[type=text],
			.colour5_bg-1899 input[type=password],
			.colour5_bg-1899 input[type=number],
			.colour5_bg-1899 textarea,
			.colour5_bg-1899 select,
			.colour5_bg-1899 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour5_bg-1899 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour5_bg-1899 select {
				color:rgba(66,64,64,0.7);
			}

			.colour5_bg-1899 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour5_bg-1899 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
						.colour6_bg-1899 {
				background-color:#EEEEEE!important;
			}

			.colour6_bg-1899,
			a.colour6_bg-1899 {
				color:#424040!important;
			}
		
			.colour6_bg-1899 a:not(.more) {
				color:#424040;
			}

			
			.colour6-1899 a,
			a.colour6-1899 {
				color:#EEEEEE;
							}
			
			.colour6-1899 {
					color:#EEEEEE;
				background:transparent!important;
						}

					
			.colour6_bg-1899 input[type=text],
			.colour6_bg-1899 input[type=password],
			.colour6_bg-1899 input[type=number],
			.colour6_bg-1899 textarea,
			.colour6_bg-1899 select,
			.colour6_bg-1899 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour6_bg-1899 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour6_bg-1899 select {
				color:rgba(66,64,64,0.7);
			}

			.colour6_bg-1899 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour6_bg-1899 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
			
}

@media only screen and (max-width : 1849px) {
	
.grid.eight-1849 {
	float:left!important;
	width:10.575%!important;
margin-right:2.2%!important;;
}

.grid.eight_x2-1849 {
	float:left!important;
	width:23.35%!important;
margin-right:2.2%!important;;
}

.grid.eight_x3-1849 {
	float:left!important;
	width:36.125%!important;
margin-right:2.2%!important;;
}

.grid.eight_x4-1849 {
	float:left!important;
	width:48.9%!important;
margin-right:2.2%!important;;
}

.grid.eight_x5-1849 {
	float:left!important;
	width:61.675%!important;
margin-right:2.2%!important;;
}

.grid.eight_x6-1849 {
	float:left!important;
	width:74.45%!important;
margin-right:2.2%!important;;
}

.grid.eight_x7-1849 {
	float:left!important;
	width:87.225%!important;
margin-right:2.2%!important;;
}

.grid.seven-1849 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-1849 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-1849 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-1849 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-1849 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-1849 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-1849 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-1849 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-1849 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-1849 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-1849 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-1849 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-1849 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-1849 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-1849 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-1849 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-1849 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-1849 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-1849 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-1849 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-1849 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-1849 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.eight-1849 {
	width:12.5%!important;
}

.floatl.eight_x2-1849 {
	width:25%!important;
}

.floatl.eight_x3-1849 {
	width:37.5%!important;
}

.floatl.eight_x4-1849 {
	width:50%!important;
}

.floatl.eight_x5-1849 {
	width:62.5%!important;
}

.floatl.eight_x6-1849 {
	width:75%!important;
}

.floatl.eight_x7-1849 {
	width:87.5%!important;
}

.floatl.seven-1849 {
	width:14.28571429%!important;
}

.floatl.seven_x2-1849 {
	width:28.57142857%!important;
}

.floatl.seven_x3-1849 {
	width:42.85714286%!important;
}

.floatl.seven_x4-1849 {
	width:57.14285714%!important;
}

.floatl.seven_x5-1849 {
	width:71.42857143%!important;
}

.floatl.seven_x6-1849 {
	width:85.71428571%!important;
}

.floatl.six-1849 {
	width:16.66666667%!important;
}

.floatl.six_x2-1849 {
	width:33.33333333%!important;
}

.floatl.six_x3-1849 {
	width:50%!important;
}

.floatl.six_x4-1849 {
	width:66.6666667%!important;
}

.floatl.six_x5-1849 {
	width:83%!important;
}

.floatl.five-1849 {
	width:20%!important;
}

.floatl.five_x2-1849 {
	width:40%!important;
}

.floatl.five_x3-1849 {
	width:60%!important;
}

.floatl.five_x4-1849 {
	width:80%!important;
}

.floatl.four-1849 {
	width:25%!important;
}

.floatl.four_x2-1849 {
	width:50%!important;
}

.floatl.four_x3-1849 {
	width:75%!important;
}

.floatl.three-1849 {
	width:33.33333333%!important;
}

.floatl.three_x2-1849 {
	width:66.66666667%!important;
}

.floatl.two-1849 {
	width:50%!important;
}

.floatl.one-1849 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

.o1-1849 {
		order:1;
	}

.fl1-1849 {
	flex:1;
}

.gridc > .r1-1849 {
	grid-row-start:1;
}
.gridc-1849 > .r1-1849 {
	grid-row-start:1;
	overflow:hidden;
}
.gridc > .re1-1849 {
	grid-row-end:1;
}
.gridc-1849 > .re1-1849 {
	grid-row-end:1;
}
.gridc > .c1-1849 {
	grid-column-start:1;
}
.gridc-1849 > .c1-1849 {
	grid-column-start:1;
}
.gridc > .ce1-1849 {
	grid-column-end:1;
}
.gridc-1849 > .ce1-1849 {
	grid-column-end:1;
}

.o2-1849 {
		order:2;
	}

.fl2-1849 {
	flex:2;
}

.gridc > .r2-1849 {
	grid-row-start:2;
}
.gridc-1849 > .r2-1849 {
	grid-row-start:2;
	overflow:hidden;
}
.gridc > .re2-1849 {
	grid-row-end:2;
}
.gridc-1849 > .re2-1849 {
	grid-row-end:2;
}
.gridc > .c2-1849 {
	grid-column-start:2;
}
.gridc-1849 > .c2-1849 {
	grid-column-start:2;
}
.gridc > .ce2-1849 {
	grid-column-end:2;
}
.gridc-1849 > .ce2-1849 {
	grid-column-end:2;
}

.o3-1849 {
		order:3;
	}

.fl3-1849 {
	flex:3;
}

.gridc > .r3-1849 {
	grid-row-start:3;
}
.gridc-1849 > .r3-1849 {
	grid-row-start:3;
	overflow:hidden;
}
.gridc > .re3-1849 {
	grid-row-end:3;
}
.gridc-1849 > .re3-1849 {
	grid-row-end:3;
}
.gridc > .c3-1849 {
	grid-column-start:3;
}
.gridc-1849 > .c3-1849 {
	grid-column-start:3;
}
.gridc > .ce3-1849 {
	grid-column-end:3;
}
.gridc-1849 > .ce3-1849 {
	grid-column-end:3;
}

.o4-1849 {
		order:4;
	}

.fl4-1849 {
	flex:4;
}

.gridc > .r4-1849 {
	grid-row-start:4;
}
.gridc-1849 > .r4-1849 {
	grid-row-start:4;
	overflow:hidden;
}
.gridc > .re4-1849 {
	grid-row-end:4;
}
.gridc-1849 > .re4-1849 {
	grid-row-end:4;
}
.gridc > .c4-1849 {
	grid-column-start:4;
}
.gridc-1849 > .c4-1849 {
	grid-column-start:4;
}
.gridc > .ce4-1849 {
	grid-column-end:4;
}
.gridc-1849 > .ce4-1849 {
	grid-column-end:4;
}

.o5-1849 {
		order:5;
	}

.fl5-1849 {
	flex:5;
}

.gridc > .r5-1849 {
	grid-row-start:5;
}
.gridc-1849 > .r5-1849 {
	grid-row-start:5;
	overflow:hidden;
}
.gridc > .re5-1849 {
	grid-row-end:5;
}
.gridc-1849 > .re5-1849 {
	grid-row-end:5;
}
.gridc > .c5-1849 {
	grid-column-start:5;
}
.gridc-1849 > .c5-1849 {
	grid-column-start:5;
}
.gridc > .ce5-1849 {
	grid-column-end:5;
}
.gridc-1849 > .ce5-1849 {
	grid-column-end:5;
}

.o6-1849 {
		order:6;
	}

.fl6-1849 {
	flex:6;
}

.gridc > .r6-1849 {
	grid-row-start:6;
}
.gridc-1849 > .r6-1849 {
	grid-row-start:6;
	overflow:hidden;
}
.gridc > .re6-1849 {
	grid-row-end:6;
}
.gridc-1849 > .re6-1849 {
	grid-row-end:6;
}
.gridc > .c6-1849 {
	grid-column-start:6;
}
.gridc-1849 > .c6-1849 {
	grid-column-start:6;
}
.gridc > .ce6-1849 {
	grid-column-end:6;
}
.gridc-1849 > .ce6-1849 {
	grid-column-end:6;
}

.o7-1849 {
		order:7;
	}

.fl7-1849 {
	flex:7;
}

.gridc > .r7-1849 {
	grid-row-start:7;
}
.gridc-1849 > .r7-1849 {
	grid-row-start:7;
	overflow:hidden;
}
.gridc > .re7-1849 {
	grid-row-end:7;
}
.gridc-1849 > .re7-1849 {
	grid-row-end:7;
}
.gridc > .c7-1849 {
	grid-column-start:7;
}
.gridc-1849 > .c7-1849 {
	grid-column-start:7;
}
.gridc > .ce7-1849 {
	grid-column-end:7;
}
.gridc-1849 > .ce7-1849 {
	grid-column-end:7;
}

.o8-1849 {
		order:8;
	}

.fl8-1849 {
	flex:8;
}

.gridc > .r8-1849 {
	grid-row-start:8;
}
.gridc-1849 > .r8-1849 {
	grid-row-start:8;
	overflow:hidden;
}
.gridc > .re8-1849 {
	grid-row-end:8;
}
.gridc-1849 > .re8-1849 {
	grid-row-end:8;
}
.gridc > .c8-1849 {
	grid-column-start:8;
}
.gridc-1849 > .c8-1849 {
	grid-column-start:8;
}
.gridc > .ce8-1849 {
	grid-column-end:8;
}
.gridc-1849 > .ce8-1849 {
	grid-column-end:8;
}

.o9-1849 {
		order:9;
	}

.fl9-1849 {
	flex:9;
}

.gridc > .r9-1849 {
	grid-row-start:9;
}
.gridc-1849 > .r9-1849 {
	grid-row-start:9;
	overflow:hidden;
}
.gridc > .re9-1849 {
	grid-row-end:9;
}
.gridc-1849 > .re9-1849 {
	grid-row-end:9;
}
.gridc > .c9-1849 {
	grid-column-start:9;
}
.gridc-1849 > .c9-1849 {
	grid-column-start:9;
}
.gridc > .ce9-1849 {
	grid-column-end:9;
}
.gridc-1849 > .ce9-1849 {
	grid-column-end:9;
}

.z1-1849 {
	z-index:1;
}

.z9999999-1849 {
	z-index:9999999;
}

.z2-1849 {
	z-index:2;
}

.z9999998-1849 {
	z-index:9999998;
}

.z3-1849 {
	z-index:3;
}

.z9999997-1849 {
	z-index:9999997;
}

.z4-1849 {
	z-index:4;
}

.z9999996-1849 {
	z-index:9999996;
}

.z5-1849 {
	z-index:5;
}

.z9999995-1849 {
	z-index:9999995;
}

.z6-1849 {
	z-index:6;
}

.z9999994-1849 {
	z-index:9999994;
}

.z7-1849 {
	z-index:7;
}

.z9999993-1849 {
	z-index:9999993;
}

.z8-1849 {
	z-index:8;
}

.z9999992-1849 {
	z-index:9999992;
}

.z9-1849 {
	z-index:9;
}

.z9999991-1849 {
	z-index:9999991;
}

.w100-1849 {
	font-weight:100;
}
.w200-1849 {
	font-weight:200;
}
.w300-1849 {
	font-weight:300;
}
.w400-1849 {
	font-weight:400;
}
.w500-1849 {
	font-weight:500;
}
.w600-1849 {
	font-weight:600;
}
.w700-1849 {
	font-weight:700;
}
.w800-1849 {
	font-weight:800;
}
.w900-1849 {
	font-weight:900;
}
.f1-1849 {
	font-size:1.1em;
	line-height:1.1em;
}

p.f1-1849,
p > *.f1-1849 {
	line-height:1.4em;
}
.f1_5-1849 {
	font-size:1.15em;
	line-height:1.15em;
}

p.f1_5-1849,
p > *.f1_5-1849 {
	line-height:1.18em;
}
.f2-1849 {
	font-size:1.2em;
	line-height:1.2em;
}

p.f2-1849,
p > *.f2-1849 {
	line-height:1.5em;
}
.f2_5-1849 {
	font-size:1.25em;
	line-height:1.25em;
}

p.f2_5-1849,
p > *.f2_5-1849 {
	line-height:1.28em;
}
.f3-1849 {
	font-size:1.3em;
	line-height:1.3em;
}

p.f3-1849,
p > *.f3-1849 {
	line-height:1.6em;
}
.f3_5-1849 {
	font-size:1.35em;
	line-height:1.35em;
}

p.f3_5-1849,
p > *.f3_5-1849 {
	line-height:1.38em;
}
.f4-1849 {
	font-size:1.4em;
	line-height:1.4em;
}

p.f4-1849,
p > *.f4-1849 {
	line-height:1.7em;
}
.f4_5-1849 {
	font-size:1.45em;
	line-height:1.45em;
}

p.f4_5-1849,
p > *.f4_5-1849 {
	line-height:1.48em;
}
.f5-1849 {
	font-size:1.5em;
	line-height:1.5em;
}

p.f5-1849,
p > *.f5-1849 {
	line-height:1.8em;
}
.f5_5-1849 {
	font-size:1.55em;
	line-height:1.55em;
}

p.f5_5-1849,
p > *.f5_5-1849 {
	line-height:1.58em;
}
.f6-1849 {
	font-size:1.6em;
	line-height:1.6em;
}

p.f6-1849,
p > *.f6-1849 {
	line-height:1.9em;
}
.f6_5-1849 {
	font-size:1.65em;
	line-height:1.65em;
}

p.f6_5-1849,
p > *.f6_5-1849 {
	line-height:1.68em;
}
.f7-1849 {
	font-size:1.7em;
	line-height:1.7em;
}

p.f7-1849,
p > *.f7-1849 {
	line-height:1.10em;
}
.f7_5-1849 {
	font-size:1.75em;
	line-height:1.75em;
}

p.f7_5-1849,
p > *.f7_5-1849 {
	line-height:1.78em;
}
.f8-1849 {
	font-size:1.8em;
	line-height:1.8em;
}

p.f8-1849,
p > *.f8-1849 {
	line-height:1.11em;
}
.f8_5-1849 {
	font-size:1.85em;
	line-height:1.85em;
}

p.f8_5-1849,
p > *.f8_5-1849 {
	line-height:1.88em;
}
.f9-1849 {
	font-size:1.9em;
	line-height:1.9em;
}

p.f9-1849,
p > *.f9-1849 {
	line-height:1.12em;
}
.f9_5-1849 {
	font-size:1.95em;
	line-height:1.95em;
}

p.f9_5-1849,
p > *.f9_5-1849 {
	line-height:1.98em;
}
.f10-1849 {
	font-size:2em;
	line-height:2em;
}

p.f10-1849,
p > *.f10-1849 {
	line-height:2em;
}
.f10_5-1849 {
	font-size:2em;
	line-height:2em;
}

p.f10_5-1849,
p > *.f10_5-1849 {
	line-height:2em;
}
.nf1-1849 {
	font-size:0.9em;
}

*:not(p):not(ul):not(ol).nf1-1849 {
	line-height:0.9em;
}

p.nf1-1849,
ul.nf1-1849,
ol.nf1-1849 {
	line-height:1.9em;
}
.nf1_5-1849 {
	font-size:0.85em;
}

*:not(p):not(ul):not(ol).nf1_5-1849 {
	line-height:0.85em;
}

p.nf1_5-1849,
ul.nf1_5-1849,
ol.nf1_5-1849 {
	line-height:1.85em;
}
.nf2-1849 {
	font-size:0.8em;
}

*:not(p):not(ul):not(ol).nf2-1849 {
	line-height:0.8em;
}

p.nf2-1849,
ul.nf2-1849,
ol.nf2-1849 {
	line-height:1.8em;
}
.nf2_5-1849 {
	font-size:0.75em;
}

*:not(p):not(ul):not(ol).nf2_5-1849 {
	line-height:0.75em;
}

p.nf2_5-1849,
ul.nf2_5-1849,
ol.nf2_5-1849 {
	line-height:1.75em;
}
.nf3-1849 {
	font-size:0.7em;
}

*:not(p):not(ul):not(ol).nf3-1849 {
	line-height:0.7em;
}

p.nf3-1849,
ul.nf3-1849,
ol.nf3-1849 {
	line-height:1.7em;
}
.nf3_5-1849 {
	font-size:0.65em;
}

*:not(p):not(ul):not(ol).nf3_5-1849 {
	line-height:0.65em;
}

p.nf3_5-1849,
ul.nf3_5-1849,
ol.nf3_5-1849 {
	line-height:1.65em;
}
.nf4-1849 {
	font-size:0.6em;
}

*:not(p):not(ul):not(ol).nf4-1849 {
	line-height:0.6em;
}

p.nf4-1849,
ul.nf4-1849,
ol.nf4-1849 {
	line-height:1.6em;
}
.nf4_5-1849 {
	font-size:0.55em;
}

*:not(p):not(ul):not(ol).nf4_5-1849 {
	line-height:0.55em;
}

p.nf4_5-1849,
ul.nf4_5-1849,
ol.nf4_5-1849 {
	line-height:1.55em;
}
.nf5-1849 {
	font-size:0.5em;
}

*:not(p):not(ul):not(ol).nf5-1849 {
	line-height:0.5em;
}

p.nf5-1849,
ul.nf5-1849,
ol.nf5-1849 {
	line-height:1.5em;
}
.nf5_5-1849 {
	font-size:0.45em;
}

*:not(p):not(ul):not(ol).nf5_5-1849 {
	line-height:0.45em;
}

p.nf5_5-1849,
ul.nf5_5-1849,
ol.nf5_5-1849 {
	line-height:1.45em;
}
.nf6-1849 {
	font-size:0.4em;
}

*:not(p):not(ul):not(ol).nf6-1849 {
	line-height:0.4em;
}

p.nf6-1849,
ul.nf6-1849,
ol.nf6-1849 {
	line-height:1.4em;
}
.nf6_5-1849 {
	font-size:0.35em;
}

*:not(p):not(ul):not(ol).nf6_5-1849 {
	line-height:0.35em;
}

p.nf6_5-1849,
ul.nf6_5-1849,
ol.nf6_5-1849 {
	line-height:1.35em;
}
.nf7-1849 {
	font-size:0.3em;
}

*:not(p):not(ul):not(ol).nf7-1849 {
	line-height:0.3em;
}

p.nf7-1849,
ul.nf7-1849,
ol.nf7-1849 {
	line-height:1.3em;
}
.nf7_5-1849 {
	font-size:0.25em;
}

*:not(p):not(ul):not(ol).nf7_5-1849 {
	line-height:0.25em;
}

p.nf7_5-1849,
ul.nf7_5-1849,
ol.nf7_5-1849 {
	line-height:1.25em;
}
.nf8-1849 {
	font-size:0.2em;
}

*:not(p):not(ul):not(ol).nf8-1849 {
	line-height:0.2em;
}

p.nf8-1849,
ul.nf8-1849,
ol.nf8-1849 {
	line-height:1.2em;
}
.nf8_5-1849 {
	font-size:0.15em;
}

*:not(p):not(ul):not(ol).nf8_5-1849 {
	line-height:0.15em;
}

p.nf8_5-1849,
ul.nf8_5-1849,
ol.nf8_5-1849 {
	line-height:1.15em;
}
.nf9-1849 {
	font-size:0.1em;
}

*:not(p):not(ul):not(ol).nf9-1849 {
	line-height:0.1em;
}

p.nf9-1849,
ul.nf9-1849,
ol.nf9-1849 {
	line-height:1.1em;
}
.nf9_5-1849 {
	font-size:0.05em;
}

*:not(p):not(ul):not(ol).nf9_5-1849 {
	line-height:0.05em;
}

p.nf9_5-1849,
ul.nf9_5-1849,
ol.nf9_5-1849 {
	line-height:1.05em;
}
  .invisible-1849 {
			visibility:hidden!important;
		}

  .last-1849 {
			margin-right:0px!important;
		}

  .floatl-1849 {
			float:left!important;
		}

  .floatr-1849 {
			float:right!important;
		}

  .left-1849 {
			float:left!important;
		}

  .right-1849 {
			float:right!important;
		}

  .floatn-1849,
 .grid.floatn-1849 {
			float:none!important;
		}

  .grid-1849 {
			float:left!important;
overflow:hidden;;
		}

  .grid.last-1849 {
			float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
		}

  .none-1849 {
			display:none!important;
		}

  .block-1849 {
			display:block!important;
		}

  .iblock-1849 {
			display:inline-block!important;
		}

  .inline-1849 {
			display:inline!important;
		}

  .table-1849 {
			display:table!important;
		}

  .row-1849 {
			display:table-row!important;
		}

  .cell-1849 {
			display:table-cell!important;
vertical-align:middle;
		}

  .collapse-1849 {
			border-collapse:collapse;
		}

  .clearl-1849 {
			clear:left!important;
		}

  .clearr-1849 {
			clear:right!important;
		}

  .clearn-1849 {
			clear:none!important;
		}

  .clearnone-1849 {
			clear:none!important;
		}

  .clearb-1849 {
			clear:both!important;
		}

  .clear-1849 {
			float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
		}

  .up-1849 {
			text-transform:uppercase;
		}

  .transnone-1849 {
			text-transform:none;
		}

  .strike-1849 {
			text-decoration:line-through;
		}

  .alignl-1849 {
			text-align:left!important;
		}

  .alignr-1849 {
			text-align:right!important;
		}

  .alignc-1849 {
			text-align:center!important;
		}

  .alignj-1849 {
			text-align:justify!important;
		}

  .valign-1849 {
			vertical-align:middle!important;
		}

  .widthauto-1849 {
			width:auto!important;
		}

  .heightauto-1849 {
			height:auto!important;
min-height:0px!important;
		}

.square.heightauto-1849::after {
	display:none!important;
}

.square.heightauto-1849 > * {
	position:static!important;
}

  .width0-1849 {
			width:0px;
		}

  .width50-1849 {
			width:50%;
		}

  .height0-1849 {
			height:0px;
		}

  .height50-1849 {
			height:50%;
		}

  .mw100-1849 {
			max-width:100%;
		}

  .mw90-1849 {
			max-width:90%;
		}

  .mw80-1849 {
			max-width:80%;
		}

  .mw70-1849 {
			max-width:70%;
		}

  .mw60-1849 {
			max-width:60%;
		}

  .mw50-1849 {
			max-width:50%;
		}

  .mw40-1849 {
			max-width:40%;
		}

  .mw30-1849 {
			max-width:30%;
		}

  .mw20-1849 {
			max-width:20%;
		}

  .mw10-1849 {
			max-width:10%;
		}

  .mwnone-1849 {
			max-width:none;
		}

  .fw-1849,
 .grid.fw-1849,
 .floatl.fw-1849 {
			width:100%!important;
      margin-left:0px!important;
			margin-right:0px!important;
		}

  .fh-1849 {
			height:100%!important;
		}

  .pointer-1849 {
			cursor:pointer!important;
		}

  .noallow-1849 {
			cursor:not-allowed!important;
		}

  .noselect-1849 {
			user-select:none!important;
		}

  .static-1849 {
			position:static!important;
		}

  .relative-1849 {
			position:relative!important;
		}

  .absolute-1849 {
			position:absolute!important;
		}

  .fixed-1849 {
			position:fixed!important;
		}

  .spacing-1849 {
			margin-bottom:7px!important;
		}

  .spacing.floatl-1849 {
			margin-right:15px!important;
		}

  .spacing.floatr-1849 {
			margin-left:15px!important;
		}

  .flowhide-1849 {
			overflow:hidden;
		}

  .flowshow-1849 {
			overflow:visible;
		}

  .flowauto-1849 {
			overflow:auto;
		}

  .nowrap-1849 {
			white-space:nowrap;
		}

  .lhreset-1849 {
			line-height:normal;
		}

  .circle-1849 {
			border-radius:50%!important;
		}

  .radnone-1849 {
			border-radius:0px!important;
		}

  .vh10-1849 {
			height:10vh!important;
		}

  .vh25-1849 {
			height:25vh!important;
		}

  .vh50-1849 {
			height:50vh!important;
		}

  .vh100-1849 {
			height:100vh!important;
		}

  .vw10-1849 {
			width:10vw!important;
		}

  .vw25-1849 {
			width:25vw!important;
		}

  .vw50-1849 {
			width:50vw!important;
		}

  .vw100-1849 {
			width:100vw!important;
		}

  .flexw-1849 {
			flex-wrap:wrap!important;
		}

  .flexwn-1849 {
			flex-wrap:nowrap!important;
		}

  .flexwr-1849 {
			flex-wrap:wrap-reverse!important;
		}

  .flexdr-1849 {
			flex-direction:row!important;
		}

  .flexdrr-1849 {
			flex-direction:row-reverse!important;
		}

  .flexdc-1849 {
			flex-direction:column!important;
		}

  .flexdcr-1849 {
			flex-direction:column-reverse!important;
		}

  .flex-1849 {
			display:flex!important;
align-items:center;
flex-wrap:wrap;;
		}

  .iflex-1849 {
			display:inline-flex!important;
align-items:center;;
		}

  .spaced-1849 {
			justify-content:space-between;
		}

  .flexdr.spaced-1849 {
			align-content:space-between;
		}

  .spacee-1849 {
			justify-content:space-evenly;
		}

  .falignst-1849 {
			align-items:stretch;;
		}

  .falignc-1849 {
			align-items:center;;
		}

  .faligns-1849 {
			align-items:flex-start;;
		}

  .faligne-1849 {
			align-items:flex-end;;
		}

  .fjustl-1849 {
			justify-content:flex-start;;
		}

  .fjustr-1849 {
			justify-content:flex-end;;
		}

  .fjustc-1849 {
			justify-content:center;;
		}

  .flexn-1849 {
			flex:none!important;width:100%;;
		}

  .gridc-1849 {
			display:grid!important;;
		}

  .o100-1849 {
			opacity:1;
		}

  .o90-1849 {
			opacity:0.9;
		}

  .o80-1849 {
			opacity:0.8;
		}

  .o70-1849 {
			opacity:0.7;
		}

  .o60-1849 {
			opacity:0.6;
		}

  .o50-1849 {
			opacity:0.5;
		}

  .o40-1849 {
			opacity:0.4;
		}

  .o30-1849 {
			opacity:0.3;
		}

  .o20-1849 {
			opacity:0.2;
		}

  .o10-1849 {
			opacity:0.1;
		}

  .o0-1849 {
			opacity:0;
		}

  .left0-1849 {
			left:0px!important;;
		}

  .right0-1849 {
			right:0px!important;;
		}

  .top0-1849 {
			top:0px!important;;
		}

  .bottom0-1849 {
			bottom:0px!important;;
		}

  .left50-1849 {
			left:50%!important;;
		}

  .right50-1849 {
			right:50%!important;;
		}

  .top50-1849 {
			top:50%!important;;
		}

  .bottom50-1849 {
			bottom:50%!important;;
		}

  .left100-1849 {
			left:100%!important;;
		}

  .right100-1849 {
			right:100%!important;;
		}

  .top100-1849 {
			top:100%!important;;
		}

  .bottom100-1849 {
			bottom:100%!important;;
		}

  .leftauto-1849 {
			left:auto!important;;
		}

  .rightauto-1849 {
			right:auto!important;;
		}

  .topauto-1849 {
			top:auto!important;;
		}

  .bottomauto-1849 {
			bottom:auto!important;;
		}

  .all0-1849 {
			top:0px!important;
bottom:0px!important;
left:0px!important;
right:0px!important;;
		}

  .lineup.fw-1849, .lineupgroup.fw-1849 {
			height:auto!important;
	}

	

			.padded_tiny-1849 {
				padding:5px!important;

			}

			.paddedtb_tiny-1849 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-1849 {
				padding-top:5px!important;
			}

			.paddedb_tiny-1849 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-1849 {
				padding-left:5px!important;
			}

			.paddedr_tiny-1849 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-1849 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-1849 {
				margin:5px!important;
			}

			.margintb_tiny-1849 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-1849 {
				margin-top:5px!important;
			}

			.marginb_tiny-1849 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-1849 {
				margin-left:5px!important;
			}

			.marginr_tiny-1849 {
				margin-right:5px!important;
			}

			.marginlr_tiny-1849 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			
			.nmarginlr_tiny {
				margin-left:-5px!important;
				margin-right:-5px!important;
			}
				
			.nmargin_tiny-1849 {
				margin:-5px!important;
			}

			.nmargintb_tiny-1849 {
				margin-top:-5px!important;
				margin-bottom:-5px!important;
			}

			.nmargint_tiny-1849 {
				margin-top:-5px!important;
			}

			.nmarginb_tiny-1849 {
				margin-bottom:-5px!important;
			}

			.nmarginl_tiny-1849 {
				margin-left:-5px!important;
			}

			.nmarginr_tiny-1849 {
				margin-right:-5px!important;
			}
			
			.padded_small-1849 {
				padding:10px!important;

			}

			.paddedtb_small-1849 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-1849 {
				padding-top:10px!important;
			}

			.paddedb_small-1849 {
				padding-bottom:10px!important;
			}

			.paddedl_small-1849 {
				padding-left:10px!important;
			}

			.paddedr_small-1849 {
				padding-right:10px!important;
			}

			.paddedlr_small-1849 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-1849 {
				margin:10px!important;
			}

			.margintb_small-1849 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-1849 {
				margin-top:10px!important;
			}

			.marginb_small-1849 {
				margin-bottom:10px!important;
			}

			.marginl_small-1849 {
				margin-left:10px!important;
			}

			.marginr_small-1849 {
				margin-right:10px!important;
			}

			.marginlr_small-1849 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_small {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_small-1849 {
				margin:-10px!important;
			}

			.nmargintb_small-1849 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_small-1849 {
				margin-top:-10px!important;
			}

			.nmarginb_small-1849 {
				margin-bottom:-10px!important;
			}

			.nmarginl_small-1849 {
				margin-left:-10px!important;
			}

			.nmarginr_small-1849 {
				margin-right:-10px!important;
			}
			
			.padded_medium-1849 {
				padding:20px!important;

			}

			.paddedtb_medium-1849 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-1849 {
				padding-top:20px!important;
			}

			.paddedb_medium-1849 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-1849 {
				padding-left:20px!important;
			}

			.paddedr_medium-1849 {
				padding-right:20px!important;
			}

			.paddedlr_medium-1849 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-1849 {
				margin:20px!important;
			}

			.margintb_medium-1849 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-1849 {
				margin-top:20px!important;
			}

			.marginb_medium-1849 {
				margin-bottom:20px!important;
			}

			.marginl_medium-1849 {
				margin-left:20px!important;
			}

			.marginr_medium-1849 {
				margin-right:20px!important;
			}

			.marginlr_medium-1849 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			
			.nmarginlr_medium {
				margin-left:-20px!important;
				margin-right:-20px!important;
			}
				
			.nmargin_medium-1849 {
				margin:-20px!important;
			}

			.nmargintb_medium-1849 {
				margin-top:-20px!important;
				margin-bottom:-20px!important;
			}

			.nmargint_medium-1849 {
				margin-top:-20px!important;
			}

			.nmarginb_medium-1849 {
				margin-bottom:-20px!important;
			}

			.nmarginl_medium-1849 {
				margin-left:-20px!important;
			}

			.nmarginr_medium-1849 {
				margin-right:-20px!important;
			}
			
			.padded_large-1849 {
				padding:40px!important;

			}

			.paddedtb_large-1849 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-1849 {
				padding-top:40px!important;
			}

			.paddedb_large-1849 {
				padding-bottom:40px!important;
			}

			.paddedl_large-1849 {
				padding-left:40px!important;
			}

			.paddedr_large-1849 {
				padding-right:40px!important;
			}

			.paddedlr_large-1849 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-1849 {
				margin:40px!important;
			}

			.margintb_large-1849 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-1849 {
				margin-top:40px!important;
			}

			.marginb_large-1849 {
				margin-bottom:40px!important;
			}

			.marginl_large-1849 {
				margin-left:40px!important;
			}

			.marginr_large-1849 {
				margin-right:40px!important;
			}

			.marginlr_large-1849 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			
			.nmarginlr_large {
				margin-left:-40px!important;
				margin-right:-40px!important;
			}
				
			.nmargin_large-1849 {
				margin:-40px!important;
			}

			.nmargintb_large-1849 {
				margin-top:-40px!important;
				margin-bottom:-40px!important;
			}

			.nmargint_large-1849 {
				margin-top:-40px!important;
			}

			.nmarginb_large-1849 {
				margin-bottom:-40px!important;
			}

			.nmarginl_large-1849 {
				margin-left:-40px!important;
			}

			.nmarginr_large-1849 {
				margin-right:-40px!important;
			}
			
			.padded_core-1849 {
				padding:10px!important;

			}

			.paddedtb_core-1849 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-1849 {
				padding-top:10px!important;
			}

			.paddedb_core-1849 {
				padding-bottom:10px!important;
			}

			.paddedl_core-1849 {
				padding-left:10px!important;
			}

			.paddedr_core-1849 {
				padding-right:10px!important;
			}

			.paddedlr_core-1849 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-1849 {
				margin:10px!important;
			}

			.margintb_core-1849 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-1849 {
				margin-top:10px!important;
			}

			.marginb_core-1849 {
				margin-bottom:10px!important;
			}

			.marginl_core-1849 {
				margin-left:10px!important;
			}

			.marginr_core-1849 {
				margin-right:10px!important;
			}

			.marginlr_core-1849 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_core {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_core-1849 {
				margin:-10px!important;
			}

			.nmargintb_core-1849 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_core-1849 {
				margin-top:-10px!important;
			}

			.nmarginb_core-1849 {
				margin-bottom:-10px!important;
			}

			.nmarginl_core-1849 {
				margin-left:-10px!important;
			}

			.nmarginr_core-1849 {
				margin-right:-10px!important;
			}
						
			.margin_auto-1849 {
				margin:auto!important;
			}

			.margintb_auto-1849 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-1849 {
				margin-top:auto!important;
			}

			.marginb_auto-1849 {
				margin-bottom:auto!important;
			}

			.marginl_auto-1849 {
				margin-left:auto!important;
			}

			.marginr_auto-1849 {
				margin-right:auto!important;
			}

			.marginlr_auto-1849 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			
			.nmarginlr_auto {
				margin-left:-auto!important;
				margin-right:-auto!important;
			}
				
			.nmargin_auto-1849 {
				margin:-auto!important;
			}

			.nmargintb_auto-1849 {
				margin-top:-auto!important;
				margin-bottom:-auto!important;
			}

			.nmargint_auto-1849 {
				margin-top:-auto!important;
			}

			.nmarginb_auto-1849 {
				margin-bottom:-auto!important;
			}

			.nmarginl_auto-1849 {
				margin-left:-auto!important;
			}

			.nmarginr_auto-1849 {
				margin-right:-auto!important;
			}
			
			.padded_none-1849 {
				padding:0px!important;

			}

			.paddedtb_none-1849 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-1849 {
				padding-top:0px!important;
			}

			.paddedb_none-1849 {
				padding-bottom:0px!important;
			}

			.paddedl_none-1849 {
				padding-left:0px!important;
			}

			.paddedr_none-1849 {
				padding-right:0px!important;
			}

			.paddedlr_none-1849 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-1849 {
				margin:0px!important;
			}

			.margintb_none-1849 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-1849 {
				margin-top:0px!important;
			}

			.marginb_none-1849 {
				margin-bottom:0px!important;
			}

			.marginl_none-1849 {
				margin-left:0px!important;
			}

			.marginr_none-1849 {
				margin-right:0px!important;
			}

			.marginlr_none-1849 {
				margin-left:0px!important;
				margin-right:0px!important;
			}
			
			.nmarginlr_none {
				margin-left:-0px!important;
				margin-right:-0px!important;
			}
				
			.nmargin_none-1849 {
				margin:-0px!important;
			}

			.nmargintb_none-1849 {
				margin-top:-0px!important;
				margin-bottom:-0px!important;
			}

			.nmargint_none-1849 {
				margin-top:-0px!important;
			}

			.nmarginb_none-1849 {
				margin-bottom:-0px!important;
			}

			.nmarginl_none-1849 {
				margin-left:-0px!important;
			}

			.nmarginr_none-1849 {
				margin-right:-0px!important;
			}
			
			.padded_p100-1849 {
				padding:100%!important;

			}

			.paddedtb_p100-1849 {
				padding-top:100%!important;
				padding-bottom:100%!important;
			}

			.paddedt_p100-1849 {
				padding-top:100%!important;
			}

			.paddedb_p100-1849 {
				padding-bottom:100%!important;
			}

			.paddedl_p100-1849 {
				padding-left:100%!important;
			}

			.paddedr_p100-1849 {
				padding-right:100%!important;
			}

			.paddedlr_p100-1849 {
				padding-left:100%!important;
				padding-right:100%!important;
			}
		
						
			.margin_p100-1849 {
				margin:100%!important;
			}

			.margintb_p100-1849 {
				margin-top:100%!important;
				margin-bottom:100%!important;
			}

			.margint_p100-1849 {
				margin-top:100%!important;
			}

			.marginb_p100-1849 {
				margin-bottom:100%!important;
			}

			.marginl_p100-1849 {
				margin-left:100%!important;
			}

			.marginr_p100-1849 {
				margin-right:100%!important;
			}

			.marginlr_p100-1849 {
				margin-left:100%!important;
				margin-right:100%!important;
			}
			
			.nmarginlr_p100 {
				margin-left:-100%!important;
				margin-right:-100%!important;
			}
				
			.nmargin_p100-1849 {
				margin:-100%!important;
			}

			.nmargintb_p100-1849 {
				margin-top:-100%!important;
				margin-bottom:-100%!important;
			}

			.nmargint_p100-1849 {
				margin-top:-100%!important;
			}

			.nmarginb_p100-1849 {
				margin-bottom:-100%!important;
			}

			.nmarginl_p100-1849 {
				margin-left:-100%!important;
			}

			.nmarginr_p100-1849 {
				margin-right:-100%!important;
			}
			
			.padded_p75-1849 {
				padding:75%!important;

			}

			.paddedtb_p75-1849 {
				padding-top:75%!important;
				padding-bottom:75%!important;
			}

			.paddedt_p75-1849 {
				padding-top:75%!important;
			}

			.paddedb_p75-1849 {
				padding-bottom:75%!important;
			}

			.paddedl_p75-1849 {
				padding-left:75%!important;
			}

			.paddedr_p75-1849 {
				padding-right:75%!important;
			}

			.paddedlr_p75-1849 {
				padding-left:75%!important;
				padding-right:75%!important;
			}
		
						
			.margin_p75-1849 {
				margin:75%!important;
			}

			.margintb_p75-1849 {
				margin-top:75%!important;
				margin-bottom:75%!important;
			}

			.margint_p75-1849 {
				margin-top:75%!important;
			}

			.marginb_p75-1849 {
				margin-bottom:75%!important;
			}

			.marginl_p75-1849 {
				margin-left:75%!important;
			}

			.marginr_p75-1849 {
				margin-right:75%!important;
			}

			.marginlr_p75-1849 {
				margin-left:75%!important;
				margin-right:75%!important;
			}
			
			.nmarginlr_p75 {
				margin-left:-75%!important;
				margin-right:-75%!important;
			}
				
			.nmargin_p75-1849 {
				margin:-75%!important;
			}

			.nmargintb_p75-1849 {
				margin-top:-75%!important;
				margin-bottom:-75%!important;
			}

			.nmargint_p75-1849 {
				margin-top:-75%!important;
			}

			.nmarginb_p75-1849 {
				margin-bottom:-75%!important;
			}

			.nmarginl_p75-1849 {
				margin-left:-75%!important;
			}

			.nmarginr_p75-1849 {
				margin-right:-75%!important;
			}
			
			.padded_p50-1849 {
				padding:50%!important;

			}

			.paddedtb_p50-1849 {
				padding-top:50%!important;
				padding-bottom:50%!important;
			}

			.paddedt_p50-1849 {
				padding-top:50%!important;
			}

			.paddedb_p50-1849 {
				padding-bottom:50%!important;
			}

			.paddedl_p50-1849 {
				padding-left:50%!important;
			}

			.paddedr_p50-1849 {
				padding-right:50%!important;
			}

			.paddedlr_p50-1849 {
				padding-left:50%!important;
				padding-right:50%!important;
			}
		
						
			.margin_p50-1849 {
				margin:50%!important;
			}

			.margintb_p50-1849 {
				margin-top:50%!important;
				margin-bottom:50%!important;
			}

			.margint_p50-1849 {
				margin-top:50%!important;
			}

			.marginb_p50-1849 {
				margin-bottom:50%!important;
			}

			.marginl_p50-1849 {
				margin-left:50%!important;
			}

			.marginr_p50-1849 {
				margin-right:50%!important;
			}

			.marginlr_p50-1849 {
				margin-left:50%!important;
				margin-right:50%!important;
			}
			
			.nmarginlr_p50 {
				margin-left:-50%!important;
				margin-right:-50%!important;
			}
				
			.nmargin_p50-1849 {
				margin:-50%!important;
			}

			.nmargintb_p50-1849 {
				margin-top:-50%!important;
				margin-bottom:-50%!important;
			}

			.nmargint_p50-1849 {
				margin-top:-50%!important;
			}

			.nmarginb_p50-1849 {
				margin-bottom:-50%!important;
			}

			.nmarginl_p50-1849 {
				margin-left:-50%!important;
			}

			.nmarginr_p50-1849 {
				margin-right:-50%!important;
			}
			
			.padded_p25-1849 {
				padding:25%!important;

			}

			.paddedtb_p25-1849 {
				padding-top:25%!important;
				padding-bottom:25%!important;
			}

			.paddedt_p25-1849 {
				padding-top:25%!important;
			}

			.paddedb_p25-1849 {
				padding-bottom:25%!important;
			}

			.paddedl_p25-1849 {
				padding-left:25%!important;
			}

			.paddedr_p25-1849 {
				padding-right:25%!important;
			}

			.paddedlr_p25-1849 {
				padding-left:25%!important;
				padding-right:25%!important;
			}
		
						
			.margin_p25-1849 {
				margin:25%!important;
			}

			.margintb_p25-1849 {
				margin-top:25%!important;
				margin-bottom:25%!important;
			}

			.margint_p25-1849 {
				margin-top:25%!important;
			}

			.marginb_p25-1849 {
				margin-bottom:25%!important;
			}

			.marginl_p25-1849 {
				margin-left:25%!important;
			}

			.marginr_p25-1849 {
				margin-right:25%!important;
			}

			.marginlr_p25-1849 {
				margin-left:25%!important;
				margin-right:25%!important;
			}
			
			.nmarginlr_p25 {
				margin-left:-25%!important;
				margin-right:-25%!important;
			}
				
			.nmargin_p25-1849 {
				margin:-25%!important;
			}

			.nmargintb_p25-1849 {
				margin-top:-25%!important;
				margin-bottom:-25%!important;
			}

			.nmargint_p25-1849 {
				margin-top:-25%!important;
			}

			.nmarginb_p25-1849 {
				margin-bottom:-25%!important;
			}

			.nmarginl_p25-1849 {
				margin-left:-25%!important;
			}

			.nmarginr_p25-1849 {
				margin-right:-25%!important;
			}
				.border_1-1849 {
		border:solid 1px rgba(0,0,0,0.5);;
	}

	.bordertb_1-1849 {
		border-top:solid 1px rgba(0,0,0,0.5);;
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.bordert_1-1849 {
		border-top:solid 1px rgba(0,0,0,0.5);;
	}

	.borderb_1-1849 {
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.borderl_1-1849 {
		border-left:solid 1px rgba(0,0,0,0.5);;
	}

	.borderr_1-1849 {
		border-right:solid 1px rgba(0,0,0,0.5);;
	}

	.borderlr_1-1849 {
		border-left:solid 1px rgba(0,0,0,0.5);;
		border-right:solid 1px rgba(0,0,0,0.5);;
	}
		.border_none-1849 {
		border:none;
	}

	.bordertb_none-1849 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-1849 {
		border-top:none;
	}

	.borderb_none-1849 {
		border-bottom:none;
	}

	.borderl_none-1849 {
		border-left:none;
	}

	.borderr_none-1849 {
		border-right:none;
	}

	.borderlr_none-1849 {
		border-left:none;
		border-right:none;
	}
		.border_core-1849 {
		border:solid 1px rgba(0,0,0,0.1);
	}

	.bordertb_core-1849 {
		border-top:solid 1px rgba(0,0,0,0.1);
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.bordert_core-1849 {
		border-top:solid 1px rgba(0,0,0,0.1);
	}

	.borderb_core-1849 {
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.borderl_core-1849 {
		border-left:solid 1px rgba(0,0,0,0.1);
	}

	.borderr_core-1849 {
		border-right:solid 1px rgba(0,0,0,0.1);
	}

	.borderlr_core-1849 {
		border-left:solid 1px rgba(0,0,0,0.1);
		border-right:solid 1px rgba(0,0,0,0.1);
	}
				.colour1_bg-1849 {
				background-color:#000000!important;
			}

			.colour1_bg-1849,
			a.colour1_bg-1849 {
				color:#FFFFFF!important;
			}
		
			.colour1_bg-1849 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour1-1849 a,
			a.colour1-1849 {
				color:#000000;
							}
			
			.colour1-1849 {
					color:#000000;
				background:transparent!important;
						}

					
			.colour1_bg-1849 input[type=text],
			.colour1_bg-1849 input[type=password],
			.colour1_bg-1849 input[type=number],
			.colour1_bg-1849 textarea,
			.colour1_bg-1849 select,
			.colour1_bg-1849 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour1_bg-1849 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour1_bg-1849 select {
				color:rgba(255,255,255,0.7);
			}

			.colour1_bg-1849 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour1_bg-1849 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour2_bg-1849 {
				background-color:#4b4a4b!important;
			}

			.colour2_bg-1849,
			a.colour2_bg-1849 {
				color:#FFFFFF!important;
			}
		
			.colour2_bg-1849 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour2-1849 a,
			a.colour2-1849 {
				color:#4b4a4b;
							}
			
			.colour2-1849 {
					color:#4b4a4b;
				background:transparent!important;
						}

					
			.colour2_bg-1849 input[type=text],
			.colour2_bg-1849 input[type=password],
			.colour2_bg-1849 input[type=number],
			.colour2_bg-1849 textarea,
			.colour2_bg-1849 select,
			.colour2_bg-1849 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour2_bg-1849 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour2_bg-1849 select {
				color:rgba(255,255,255,0.7);
			}

			.colour2_bg-1849 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour2_bg-1849 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour3_bg-1849 {
				background-color:#616062!important;
			}

			.colour3_bg-1849,
			a.colour3_bg-1849 {
				color:#FFFFFF!important;
			}
		
			.colour3_bg-1849 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour3-1849 a,
			a.colour3-1849 {
				color:#616062;
							}
			
			.colour3-1849 {
					color:#616062;
				background:transparent!important;
						}

					
			.colour3_bg-1849 input[type=text],
			.colour3_bg-1849 input[type=password],
			.colour3_bg-1849 input[type=number],
			.colour3_bg-1849 textarea,
			.colour3_bg-1849 select,
			.colour3_bg-1849 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour3_bg-1849 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour3_bg-1849 select {
				color:rgba(255,255,255,0.7);
			}

			.colour3_bg-1849 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour3_bg-1849 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour4_bg-1849 {
				background-color:#FFFFFF!important;
			}

			.colour4_bg-1849,
			a.colour4_bg-1849 {
				color:#202020!important;
			}
		
			.colour4_bg-1849 a:not(.more) {
				color:#202020;
			}

			
			.colour4-1849 a,
			a.colour4-1849 {
				color:#FFFFFF;
							}
			
			.colour4-1849 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour4_bg-1849 input[type=text],
			.colour4_bg-1849 input[type=password],
			.colour4_bg-1849 input[type=number],
			.colour4_bg-1849 textarea,
			.colour4_bg-1849 select,
			.colour4_bg-1849 select option {
				border-color:#202020;
				color:#202020;
				background:transparent;
			}
		
			.colour4_bg-1849 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour4_bg-1849 select {
				color:rgba(32,32,32,0.7);
			}

			.colour4_bg-1849 ::-webkit-input-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}

			.colour4_bg-1849 ::-moz-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}
		
						.colour5_bg-1849 {
				background-color:#FFFFFF!important;
			}

			.colour5_bg-1849,
			a.colour5_bg-1849 {
				color:#424040!important;
			}
		
			.colour5_bg-1849 a:not(.more) {
				color:#424040;
			}

			
			.colour5-1849 a,
			a.colour5-1849 {
				color:#FFFFFF;
							}
			
			.colour5-1849 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour5_bg-1849 input[type=text],
			.colour5_bg-1849 input[type=password],
			.colour5_bg-1849 input[type=number],
			.colour5_bg-1849 textarea,
			.colour5_bg-1849 select,
			.colour5_bg-1849 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour5_bg-1849 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour5_bg-1849 select {
				color:rgba(66,64,64,0.7);
			}

			.colour5_bg-1849 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour5_bg-1849 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
						.colour6_bg-1849 {
				background-color:#EEEEEE!important;
			}

			.colour6_bg-1849,
			a.colour6_bg-1849 {
				color:#424040!important;
			}
		
			.colour6_bg-1849 a:not(.more) {
				color:#424040;
			}

			
			.colour6-1849 a,
			a.colour6-1849 {
				color:#EEEEEE;
							}
			
			.colour6-1849 {
					color:#EEEEEE;
				background:transparent!important;
						}

					
			.colour6_bg-1849 input[type=text],
			.colour6_bg-1849 input[type=password],
			.colour6_bg-1849 input[type=number],
			.colour6_bg-1849 textarea,
			.colour6_bg-1849 select,
			.colour6_bg-1849 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour6_bg-1849 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour6_bg-1849 select {
				color:rgba(66,64,64,0.7);
			}

			.colour6_bg-1849 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour6_bg-1849 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
			
}

@media only screen and (max-width : 1799px) {
	
.grid.eight-1799 {
	float:left!important;
	width:10.575%!important;
margin-right:2.2%!important;;
}

.grid.eight_x2-1799 {
	float:left!important;
	width:23.35%!important;
margin-right:2.2%!important;;
}

.grid.eight_x3-1799 {
	float:left!important;
	width:36.125%!important;
margin-right:2.2%!important;;
}

.grid.eight_x4-1799 {
	float:left!important;
	width:48.9%!important;
margin-right:2.2%!important;;
}

.grid.eight_x5-1799 {
	float:left!important;
	width:61.675%!important;
margin-right:2.2%!important;;
}

.grid.eight_x6-1799 {
	float:left!important;
	width:74.45%!important;
margin-right:2.2%!important;;
}

.grid.eight_x7-1799 {
	float:left!important;
	width:87.225%!important;
margin-right:2.2%!important;;
}

.grid.seven-1799 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-1799 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-1799 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-1799 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-1799 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-1799 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-1799 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-1799 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-1799 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-1799 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-1799 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-1799 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-1799 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-1799 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-1799 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-1799 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-1799 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-1799 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-1799 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-1799 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-1799 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-1799 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.eight-1799 {
	width:12.5%!important;
}

.floatl.eight_x2-1799 {
	width:25%!important;
}

.floatl.eight_x3-1799 {
	width:37.5%!important;
}

.floatl.eight_x4-1799 {
	width:50%!important;
}

.floatl.eight_x5-1799 {
	width:62.5%!important;
}

.floatl.eight_x6-1799 {
	width:75%!important;
}

.floatl.eight_x7-1799 {
	width:87.5%!important;
}

.floatl.seven-1799 {
	width:14.28571429%!important;
}

.floatl.seven_x2-1799 {
	width:28.57142857%!important;
}

.floatl.seven_x3-1799 {
	width:42.85714286%!important;
}

.floatl.seven_x4-1799 {
	width:57.14285714%!important;
}

.floatl.seven_x5-1799 {
	width:71.42857143%!important;
}

.floatl.seven_x6-1799 {
	width:85.71428571%!important;
}

.floatl.six-1799 {
	width:16.66666667%!important;
}

.floatl.six_x2-1799 {
	width:33.33333333%!important;
}

.floatl.six_x3-1799 {
	width:50%!important;
}

.floatl.six_x4-1799 {
	width:66.6666667%!important;
}

.floatl.six_x5-1799 {
	width:83%!important;
}

.floatl.five-1799 {
	width:20%!important;
}

.floatl.five_x2-1799 {
	width:40%!important;
}

.floatl.five_x3-1799 {
	width:60%!important;
}

.floatl.five_x4-1799 {
	width:80%!important;
}

.floatl.four-1799 {
	width:25%!important;
}

.floatl.four_x2-1799 {
	width:50%!important;
}

.floatl.four_x3-1799 {
	width:75%!important;
}

.floatl.three-1799 {
	width:33.33333333%!important;
}

.floatl.three_x2-1799 {
	width:66.66666667%!important;
}

.floatl.two-1799 {
	width:50%!important;
}

.floatl.one-1799 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

.o1-1799 {
		order:1;
	}

.fl1-1799 {
	flex:1;
}

.gridc > .r1-1799 {
	grid-row-start:1;
}
.gridc-1799 > .r1-1799 {
	grid-row-start:1;
	overflow:hidden;
}
.gridc > .re1-1799 {
	grid-row-end:1;
}
.gridc-1799 > .re1-1799 {
	grid-row-end:1;
}
.gridc > .c1-1799 {
	grid-column-start:1;
}
.gridc-1799 > .c1-1799 {
	grid-column-start:1;
}
.gridc > .ce1-1799 {
	grid-column-end:1;
}
.gridc-1799 > .ce1-1799 {
	grid-column-end:1;
}

.o2-1799 {
		order:2;
	}

.fl2-1799 {
	flex:2;
}

.gridc > .r2-1799 {
	grid-row-start:2;
}
.gridc-1799 > .r2-1799 {
	grid-row-start:2;
	overflow:hidden;
}
.gridc > .re2-1799 {
	grid-row-end:2;
}
.gridc-1799 > .re2-1799 {
	grid-row-end:2;
}
.gridc > .c2-1799 {
	grid-column-start:2;
}
.gridc-1799 > .c2-1799 {
	grid-column-start:2;
}
.gridc > .ce2-1799 {
	grid-column-end:2;
}
.gridc-1799 > .ce2-1799 {
	grid-column-end:2;
}

.o3-1799 {
		order:3;
	}

.fl3-1799 {
	flex:3;
}

.gridc > .r3-1799 {
	grid-row-start:3;
}
.gridc-1799 > .r3-1799 {
	grid-row-start:3;
	overflow:hidden;
}
.gridc > .re3-1799 {
	grid-row-end:3;
}
.gridc-1799 > .re3-1799 {
	grid-row-end:3;
}
.gridc > .c3-1799 {
	grid-column-start:3;
}
.gridc-1799 > .c3-1799 {
	grid-column-start:3;
}
.gridc > .ce3-1799 {
	grid-column-end:3;
}
.gridc-1799 > .ce3-1799 {
	grid-column-end:3;
}

.o4-1799 {
		order:4;
	}

.fl4-1799 {
	flex:4;
}

.gridc > .r4-1799 {
	grid-row-start:4;
}
.gridc-1799 > .r4-1799 {
	grid-row-start:4;
	overflow:hidden;
}
.gridc > .re4-1799 {
	grid-row-end:4;
}
.gridc-1799 > .re4-1799 {
	grid-row-end:4;
}
.gridc > .c4-1799 {
	grid-column-start:4;
}
.gridc-1799 > .c4-1799 {
	grid-column-start:4;
}
.gridc > .ce4-1799 {
	grid-column-end:4;
}
.gridc-1799 > .ce4-1799 {
	grid-column-end:4;
}

.o5-1799 {
		order:5;
	}

.fl5-1799 {
	flex:5;
}

.gridc > .r5-1799 {
	grid-row-start:5;
}
.gridc-1799 > .r5-1799 {
	grid-row-start:5;
	overflow:hidden;
}
.gridc > .re5-1799 {
	grid-row-end:5;
}
.gridc-1799 > .re5-1799 {
	grid-row-end:5;
}
.gridc > .c5-1799 {
	grid-column-start:5;
}
.gridc-1799 > .c5-1799 {
	grid-column-start:5;
}
.gridc > .ce5-1799 {
	grid-column-end:5;
}
.gridc-1799 > .ce5-1799 {
	grid-column-end:5;
}

.o6-1799 {
		order:6;
	}

.fl6-1799 {
	flex:6;
}

.gridc > .r6-1799 {
	grid-row-start:6;
}
.gridc-1799 > .r6-1799 {
	grid-row-start:6;
	overflow:hidden;
}
.gridc > .re6-1799 {
	grid-row-end:6;
}
.gridc-1799 > .re6-1799 {
	grid-row-end:6;
}
.gridc > .c6-1799 {
	grid-column-start:6;
}
.gridc-1799 > .c6-1799 {
	grid-column-start:6;
}
.gridc > .ce6-1799 {
	grid-column-end:6;
}
.gridc-1799 > .ce6-1799 {
	grid-column-end:6;
}

.o7-1799 {
		order:7;
	}

.fl7-1799 {
	flex:7;
}

.gridc > .r7-1799 {
	grid-row-start:7;
}
.gridc-1799 > .r7-1799 {
	grid-row-start:7;
	overflow:hidden;
}
.gridc > .re7-1799 {
	grid-row-end:7;
}
.gridc-1799 > .re7-1799 {
	grid-row-end:7;
}
.gridc > .c7-1799 {
	grid-column-start:7;
}
.gridc-1799 > .c7-1799 {
	grid-column-start:7;
}
.gridc > .ce7-1799 {
	grid-column-end:7;
}
.gridc-1799 > .ce7-1799 {
	grid-column-end:7;
}

.o8-1799 {
		order:8;
	}

.fl8-1799 {
	flex:8;
}

.gridc > .r8-1799 {
	grid-row-start:8;
}
.gridc-1799 > .r8-1799 {
	grid-row-start:8;
	overflow:hidden;
}
.gridc > .re8-1799 {
	grid-row-end:8;
}
.gridc-1799 > .re8-1799 {
	grid-row-end:8;
}
.gridc > .c8-1799 {
	grid-column-start:8;
}
.gridc-1799 > .c8-1799 {
	grid-column-start:8;
}
.gridc > .ce8-1799 {
	grid-column-end:8;
}
.gridc-1799 > .ce8-1799 {
	grid-column-end:8;
}

.o9-1799 {
		order:9;
	}

.fl9-1799 {
	flex:9;
}

.gridc > .r9-1799 {
	grid-row-start:9;
}
.gridc-1799 > .r9-1799 {
	grid-row-start:9;
	overflow:hidden;
}
.gridc > .re9-1799 {
	grid-row-end:9;
}
.gridc-1799 > .re9-1799 {
	grid-row-end:9;
}
.gridc > .c9-1799 {
	grid-column-start:9;
}
.gridc-1799 > .c9-1799 {
	grid-column-start:9;
}
.gridc > .ce9-1799 {
	grid-column-end:9;
}
.gridc-1799 > .ce9-1799 {
	grid-column-end:9;
}

.z1-1799 {
	z-index:1;
}

.z9999999-1799 {
	z-index:9999999;
}

.z2-1799 {
	z-index:2;
}

.z9999998-1799 {
	z-index:9999998;
}

.z3-1799 {
	z-index:3;
}

.z9999997-1799 {
	z-index:9999997;
}

.z4-1799 {
	z-index:4;
}

.z9999996-1799 {
	z-index:9999996;
}

.z5-1799 {
	z-index:5;
}

.z9999995-1799 {
	z-index:9999995;
}

.z6-1799 {
	z-index:6;
}

.z9999994-1799 {
	z-index:9999994;
}

.z7-1799 {
	z-index:7;
}

.z9999993-1799 {
	z-index:9999993;
}

.z8-1799 {
	z-index:8;
}

.z9999992-1799 {
	z-index:9999992;
}

.z9-1799 {
	z-index:9;
}

.z9999991-1799 {
	z-index:9999991;
}

.w100-1799 {
	font-weight:100;
}
.w200-1799 {
	font-weight:200;
}
.w300-1799 {
	font-weight:300;
}
.w400-1799 {
	font-weight:400;
}
.w500-1799 {
	font-weight:500;
}
.w600-1799 {
	font-weight:600;
}
.w700-1799 {
	font-weight:700;
}
.w800-1799 {
	font-weight:800;
}
.w900-1799 {
	font-weight:900;
}
.f1-1799 {
	font-size:1.1em;
	line-height:1.1em;
}

p.f1-1799,
p > *.f1-1799 {
	line-height:1.4em;
}
.f1_5-1799 {
	font-size:1.15em;
	line-height:1.15em;
}

p.f1_5-1799,
p > *.f1_5-1799 {
	line-height:1.18em;
}
.f2-1799 {
	font-size:1.2em;
	line-height:1.2em;
}

p.f2-1799,
p > *.f2-1799 {
	line-height:1.5em;
}
.f2_5-1799 {
	font-size:1.25em;
	line-height:1.25em;
}

p.f2_5-1799,
p > *.f2_5-1799 {
	line-height:1.28em;
}
.f3-1799 {
	font-size:1.3em;
	line-height:1.3em;
}

p.f3-1799,
p > *.f3-1799 {
	line-height:1.6em;
}
.f3_5-1799 {
	font-size:1.35em;
	line-height:1.35em;
}

p.f3_5-1799,
p > *.f3_5-1799 {
	line-height:1.38em;
}
.f4-1799 {
	font-size:1.4em;
	line-height:1.4em;
}

p.f4-1799,
p > *.f4-1799 {
	line-height:1.7em;
}
.f4_5-1799 {
	font-size:1.45em;
	line-height:1.45em;
}

p.f4_5-1799,
p > *.f4_5-1799 {
	line-height:1.48em;
}
.f5-1799 {
	font-size:1.5em;
	line-height:1.5em;
}

p.f5-1799,
p > *.f5-1799 {
	line-height:1.8em;
}
.f5_5-1799 {
	font-size:1.55em;
	line-height:1.55em;
}

p.f5_5-1799,
p > *.f5_5-1799 {
	line-height:1.58em;
}
.f6-1799 {
	font-size:1.6em;
	line-height:1.6em;
}

p.f6-1799,
p > *.f6-1799 {
	line-height:1.9em;
}
.f6_5-1799 {
	font-size:1.65em;
	line-height:1.65em;
}

p.f6_5-1799,
p > *.f6_5-1799 {
	line-height:1.68em;
}
.f7-1799 {
	font-size:1.7em;
	line-height:1.7em;
}

p.f7-1799,
p > *.f7-1799 {
	line-height:1.10em;
}
.f7_5-1799 {
	font-size:1.75em;
	line-height:1.75em;
}

p.f7_5-1799,
p > *.f7_5-1799 {
	line-height:1.78em;
}
.f8-1799 {
	font-size:1.8em;
	line-height:1.8em;
}

p.f8-1799,
p > *.f8-1799 {
	line-height:1.11em;
}
.f8_5-1799 {
	font-size:1.85em;
	line-height:1.85em;
}

p.f8_5-1799,
p > *.f8_5-1799 {
	line-height:1.88em;
}
.f9-1799 {
	font-size:1.9em;
	line-height:1.9em;
}

p.f9-1799,
p > *.f9-1799 {
	line-height:1.12em;
}
.f9_5-1799 {
	font-size:1.95em;
	line-height:1.95em;
}

p.f9_5-1799,
p > *.f9_5-1799 {
	line-height:1.98em;
}
.f10-1799 {
	font-size:2em;
	line-height:2em;
}

p.f10-1799,
p > *.f10-1799 {
	line-height:2em;
}
.f10_5-1799 {
	font-size:2em;
	line-height:2em;
}

p.f10_5-1799,
p > *.f10_5-1799 {
	line-height:2em;
}
.nf1-1799 {
	font-size:0.9em;
}

*:not(p):not(ul):not(ol).nf1-1799 {
	line-height:0.9em;
}

p.nf1-1799,
ul.nf1-1799,
ol.nf1-1799 {
	line-height:1.9em;
}
.nf1_5-1799 {
	font-size:0.85em;
}

*:not(p):not(ul):not(ol).nf1_5-1799 {
	line-height:0.85em;
}

p.nf1_5-1799,
ul.nf1_5-1799,
ol.nf1_5-1799 {
	line-height:1.85em;
}
.nf2-1799 {
	font-size:0.8em;
}

*:not(p):not(ul):not(ol).nf2-1799 {
	line-height:0.8em;
}

p.nf2-1799,
ul.nf2-1799,
ol.nf2-1799 {
	line-height:1.8em;
}
.nf2_5-1799 {
	font-size:0.75em;
}

*:not(p):not(ul):not(ol).nf2_5-1799 {
	line-height:0.75em;
}

p.nf2_5-1799,
ul.nf2_5-1799,
ol.nf2_5-1799 {
	line-height:1.75em;
}
.nf3-1799 {
	font-size:0.7em;
}

*:not(p):not(ul):not(ol).nf3-1799 {
	line-height:0.7em;
}

p.nf3-1799,
ul.nf3-1799,
ol.nf3-1799 {
	line-height:1.7em;
}
.nf3_5-1799 {
	font-size:0.65em;
}

*:not(p):not(ul):not(ol).nf3_5-1799 {
	line-height:0.65em;
}

p.nf3_5-1799,
ul.nf3_5-1799,
ol.nf3_5-1799 {
	line-height:1.65em;
}
.nf4-1799 {
	font-size:0.6em;
}

*:not(p):not(ul):not(ol).nf4-1799 {
	line-height:0.6em;
}

p.nf4-1799,
ul.nf4-1799,
ol.nf4-1799 {
	line-height:1.6em;
}
.nf4_5-1799 {
	font-size:0.55em;
}

*:not(p):not(ul):not(ol).nf4_5-1799 {
	line-height:0.55em;
}

p.nf4_5-1799,
ul.nf4_5-1799,
ol.nf4_5-1799 {
	line-height:1.55em;
}
.nf5-1799 {
	font-size:0.5em;
}

*:not(p):not(ul):not(ol).nf5-1799 {
	line-height:0.5em;
}

p.nf5-1799,
ul.nf5-1799,
ol.nf5-1799 {
	line-height:1.5em;
}
.nf5_5-1799 {
	font-size:0.45em;
}

*:not(p):not(ul):not(ol).nf5_5-1799 {
	line-height:0.45em;
}

p.nf5_5-1799,
ul.nf5_5-1799,
ol.nf5_5-1799 {
	line-height:1.45em;
}
.nf6-1799 {
	font-size:0.4em;
}

*:not(p):not(ul):not(ol).nf6-1799 {
	line-height:0.4em;
}

p.nf6-1799,
ul.nf6-1799,
ol.nf6-1799 {
	line-height:1.4em;
}
.nf6_5-1799 {
	font-size:0.35em;
}

*:not(p):not(ul):not(ol).nf6_5-1799 {
	line-height:0.35em;
}

p.nf6_5-1799,
ul.nf6_5-1799,
ol.nf6_5-1799 {
	line-height:1.35em;
}
.nf7-1799 {
	font-size:0.3em;
}

*:not(p):not(ul):not(ol).nf7-1799 {
	line-height:0.3em;
}

p.nf7-1799,
ul.nf7-1799,
ol.nf7-1799 {
	line-height:1.3em;
}
.nf7_5-1799 {
	font-size:0.25em;
}

*:not(p):not(ul):not(ol).nf7_5-1799 {
	line-height:0.25em;
}

p.nf7_5-1799,
ul.nf7_5-1799,
ol.nf7_5-1799 {
	line-height:1.25em;
}
.nf8-1799 {
	font-size:0.2em;
}

*:not(p):not(ul):not(ol).nf8-1799 {
	line-height:0.2em;
}

p.nf8-1799,
ul.nf8-1799,
ol.nf8-1799 {
	line-height:1.2em;
}
.nf8_5-1799 {
	font-size:0.15em;
}

*:not(p):not(ul):not(ol).nf8_5-1799 {
	line-height:0.15em;
}

p.nf8_5-1799,
ul.nf8_5-1799,
ol.nf8_5-1799 {
	line-height:1.15em;
}
.nf9-1799 {
	font-size:0.1em;
}

*:not(p):not(ul):not(ol).nf9-1799 {
	line-height:0.1em;
}

p.nf9-1799,
ul.nf9-1799,
ol.nf9-1799 {
	line-height:1.1em;
}
.nf9_5-1799 {
	font-size:0.05em;
}

*:not(p):not(ul):not(ol).nf9_5-1799 {
	line-height:0.05em;
}

p.nf9_5-1799,
ul.nf9_5-1799,
ol.nf9_5-1799 {
	line-height:1.05em;
}
  .invisible-1799 {
			visibility:hidden!important;
		}

  .last-1799 {
			margin-right:0px!important;
		}

  .floatl-1799 {
			float:left!important;
		}

  .floatr-1799 {
			float:right!important;
		}

  .left-1799 {
			float:left!important;
		}

  .right-1799 {
			float:right!important;
		}

  .floatn-1799,
 .grid.floatn-1799 {
			float:none!important;
		}

  .grid-1799 {
			float:left!important;
overflow:hidden;;
		}

  .grid.last-1799 {
			float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
		}

  .none-1799 {
			display:none!important;
		}

  .block-1799 {
			display:block!important;
		}

  .iblock-1799 {
			display:inline-block!important;
		}

  .inline-1799 {
			display:inline!important;
		}

  .table-1799 {
			display:table!important;
		}

  .row-1799 {
			display:table-row!important;
		}

  .cell-1799 {
			display:table-cell!important;
vertical-align:middle;
		}

  .collapse-1799 {
			border-collapse:collapse;
		}

  .clearl-1799 {
			clear:left!important;
		}

  .clearr-1799 {
			clear:right!important;
		}

  .clearn-1799 {
			clear:none!important;
		}

  .clearnone-1799 {
			clear:none!important;
		}

  .clearb-1799 {
			clear:both!important;
		}

  .clear-1799 {
			float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
		}

  .up-1799 {
			text-transform:uppercase;
		}

  .transnone-1799 {
			text-transform:none;
		}

  .strike-1799 {
			text-decoration:line-through;
		}

  .alignl-1799 {
			text-align:left!important;
		}

  .alignr-1799 {
			text-align:right!important;
		}

  .alignc-1799 {
			text-align:center!important;
		}

  .alignj-1799 {
			text-align:justify!important;
		}

  .valign-1799 {
			vertical-align:middle!important;
		}

  .widthauto-1799 {
			width:auto!important;
		}

  .heightauto-1799 {
			height:auto!important;
min-height:0px!important;
		}

.square.heightauto-1799::after {
	display:none!important;
}

.square.heightauto-1799 > * {
	position:static!important;
}

  .width0-1799 {
			width:0px;
		}

  .width50-1799 {
			width:50%;
		}

  .height0-1799 {
			height:0px;
		}

  .height50-1799 {
			height:50%;
		}

  .mw100-1799 {
			max-width:100%;
		}

  .mw90-1799 {
			max-width:90%;
		}

  .mw80-1799 {
			max-width:80%;
		}

  .mw70-1799 {
			max-width:70%;
		}

  .mw60-1799 {
			max-width:60%;
		}

  .mw50-1799 {
			max-width:50%;
		}

  .mw40-1799 {
			max-width:40%;
		}

  .mw30-1799 {
			max-width:30%;
		}

  .mw20-1799 {
			max-width:20%;
		}

  .mw10-1799 {
			max-width:10%;
		}

  .mwnone-1799 {
			max-width:none;
		}

  .fw-1799,
 .grid.fw-1799,
 .floatl.fw-1799 {
			width:100%!important;
      margin-left:0px!important;
			margin-right:0px!important;
		}

  .fh-1799 {
			height:100%!important;
		}

  .pointer-1799 {
			cursor:pointer!important;
		}

  .noallow-1799 {
			cursor:not-allowed!important;
		}

  .noselect-1799 {
			user-select:none!important;
		}

  .static-1799 {
			position:static!important;
		}

  .relative-1799 {
			position:relative!important;
		}

  .absolute-1799 {
			position:absolute!important;
		}

  .fixed-1799 {
			position:fixed!important;
		}

  .spacing-1799 {
			margin-bottom:7px!important;
		}

  .spacing.floatl-1799 {
			margin-right:15px!important;
		}

  .spacing.floatr-1799 {
			margin-left:15px!important;
		}

  .flowhide-1799 {
			overflow:hidden;
		}

  .flowshow-1799 {
			overflow:visible;
		}

  .flowauto-1799 {
			overflow:auto;
		}

  .nowrap-1799 {
			white-space:nowrap;
		}

  .lhreset-1799 {
			line-height:normal;
		}

  .circle-1799 {
			border-radius:50%!important;
		}

  .radnone-1799 {
			border-radius:0px!important;
		}

  .vh10-1799 {
			height:10vh!important;
		}

  .vh25-1799 {
			height:25vh!important;
		}

  .vh50-1799 {
			height:50vh!important;
		}

  .vh100-1799 {
			height:100vh!important;
		}

  .vw10-1799 {
			width:10vw!important;
		}

  .vw25-1799 {
			width:25vw!important;
		}

  .vw50-1799 {
			width:50vw!important;
		}

  .vw100-1799 {
			width:100vw!important;
		}

  .flexw-1799 {
			flex-wrap:wrap!important;
		}

  .flexwn-1799 {
			flex-wrap:nowrap!important;
		}

  .flexwr-1799 {
			flex-wrap:wrap-reverse!important;
		}

  .flexdr-1799 {
			flex-direction:row!important;
		}

  .flexdrr-1799 {
			flex-direction:row-reverse!important;
		}

  .flexdc-1799 {
			flex-direction:column!important;
		}

  .flexdcr-1799 {
			flex-direction:column-reverse!important;
		}

  .flex-1799 {
			display:flex!important;
align-items:center;
flex-wrap:wrap;;
		}

  .iflex-1799 {
			display:inline-flex!important;
align-items:center;;
		}

  .spaced-1799 {
			justify-content:space-between;
		}

  .flexdr.spaced-1799 {
			align-content:space-between;
		}

  .spacee-1799 {
			justify-content:space-evenly;
		}

  .falignst-1799 {
			align-items:stretch;;
		}

  .falignc-1799 {
			align-items:center;;
		}

  .faligns-1799 {
			align-items:flex-start;;
		}

  .faligne-1799 {
			align-items:flex-end;;
		}

  .fjustl-1799 {
			justify-content:flex-start;;
		}

  .fjustr-1799 {
			justify-content:flex-end;;
		}

  .fjustc-1799 {
			justify-content:center;;
		}

  .flexn-1799 {
			flex:none!important;width:100%;;
		}

  .gridc-1799 {
			display:grid!important;;
		}

  .o100-1799 {
			opacity:1;
		}

  .o90-1799 {
			opacity:0.9;
		}

  .o80-1799 {
			opacity:0.8;
		}

  .o70-1799 {
			opacity:0.7;
		}

  .o60-1799 {
			opacity:0.6;
		}

  .o50-1799 {
			opacity:0.5;
		}

  .o40-1799 {
			opacity:0.4;
		}

  .o30-1799 {
			opacity:0.3;
		}

  .o20-1799 {
			opacity:0.2;
		}

  .o10-1799 {
			opacity:0.1;
		}

  .o0-1799 {
			opacity:0;
		}

  .left0-1799 {
			left:0px!important;;
		}

  .right0-1799 {
			right:0px!important;;
		}

  .top0-1799 {
			top:0px!important;;
		}

  .bottom0-1799 {
			bottom:0px!important;;
		}

  .left50-1799 {
			left:50%!important;;
		}

  .right50-1799 {
			right:50%!important;;
		}

  .top50-1799 {
			top:50%!important;;
		}

  .bottom50-1799 {
			bottom:50%!important;;
		}

  .left100-1799 {
			left:100%!important;;
		}

  .right100-1799 {
			right:100%!important;;
		}

  .top100-1799 {
			top:100%!important;;
		}

  .bottom100-1799 {
			bottom:100%!important;;
		}

  .leftauto-1799 {
			left:auto!important;;
		}

  .rightauto-1799 {
			right:auto!important;;
		}

  .topauto-1799 {
			top:auto!important;;
		}

  .bottomauto-1799 {
			bottom:auto!important;;
		}

  .all0-1799 {
			top:0px!important;
bottom:0px!important;
left:0px!important;
right:0px!important;;
		}

  .lineup.fw-1799, .lineupgroup.fw-1799 {
			height:auto!important;
	}

	

			.padded_tiny-1799 {
				padding:5px!important;

			}

			.paddedtb_tiny-1799 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-1799 {
				padding-top:5px!important;
			}

			.paddedb_tiny-1799 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-1799 {
				padding-left:5px!important;
			}

			.paddedr_tiny-1799 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-1799 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-1799 {
				margin:5px!important;
			}

			.margintb_tiny-1799 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-1799 {
				margin-top:5px!important;
			}

			.marginb_tiny-1799 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-1799 {
				margin-left:5px!important;
			}

			.marginr_tiny-1799 {
				margin-right:5px!important;
			}

			.marginlr_tiny-1799 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			
			.nmarginlr_tiny {
				margin-left:-5px!important;
				margin-right:-5px!important;
			}
				
			.nmargin_tiny-1799 {
				margin:-5px!important;
			}

			.nmargintb_tiny-1799 {
				margin-top:-5px!important;
				margin-bottom:-5px!important;
			}

			.nmargint_tiny-1799 {
				margin-top:-5px!important;
			}

			.nmarginb_tiny-1799 {
				margin-bottom:-5px!important;
			}

			.nmarginl_tiny-1799 {
				margin-left:-5px!important;
			}

			.nmarginr_tiny-1799 {
				margin-right:-5px!important;
			}
			
			.padded_small-1799 {
				padding:10px!important;

			}

			.paddedtb_small-1799 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-1799 {
				padding-top:10px!important;
			}

			.paddedb_small-1799 {
				padding-bottom:10px!important;
			}

			.paddedl_small-1799 {
				padding-left:10px!important;
			}

			.paddedr_small-1799 {
				padding-right:10px!important;
			}

			.paddedlr_small-1799 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-1799 {
				margin:10px!important;
			}

			.margintb_small-1799 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-1799 {
				margin-top:10px!important;
			}

			.marginb_small-1799 {
				margin-bottom:10px!important;
			}

			.marginl_small-1799 {
				margin-left:10px!important;
			}

			.marginr_small-1799 {
				margin-right:10px!important;
			}

			.marginlr_small-1799 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_small {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_small-1799 {
				margin:-10px!important;
			}

			.nmargintb_small-1799 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_small-1799 {
				margin-top:-10px!important;
			}

			.nmarginb_small-1799 {
				margin-bottom:-10px!important;
			}

			.nmarginl_small-1799 {
				margin-left:-10px!important;
			}

			.nmarginr_small-1799 {
				margin-right:-10px!important;
			}
			
			.padded_medium-1799 {
				padding:20px!important;

			}

			.paddedtb_medium-1799 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-1799 {
				padding-top:20px!important;
			}

			.paddedb_medium-1799 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-1799 {
				padding-left:20px!important;
			}

			.paddedr_medium-1799 {
				padding-right:20px!important;
			}

			.paddedlr_medium-1799 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-1799 {
				margin:20px!important;
			}

			.margintb_medium-1799 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-1799 {
				margin-top:20px!important;
			}

			.marginb_medium-1799 {
				margin-bottom:20px!important;
			}

			.marginl_medium-1799 {
				margin-left:20px!important;
			}

			.marginr_medium-1799 {
				margin-right:20px!important;
			}

			.marginlr_medium-1799 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			
			.nmarginlr_medium {
				margin-left:-20px!important;
				margin-right:-20px!important;
			}
				
			.nmargin_medium-1799 {
				margin:-20px!important;
			}

			.nmargintb_medium-1799 {
				margin-top:-20px!important;
				margin-bottom:-20px!important;
			}

			.nmargint_medium-1799 {
				margin-top:-20px!important;
			}

			.nmarginb_medium-1799 {
				margin-bottom:-20px!important;
			}

			.nmarginl_medium-1799 {
				margin-left:-20px!important;
			}

			.nmarginr_medium-1799 {
				margin-right:-20px!important;
			}
			
			.padded_large-1799 {
				padding:40px!important;

			}

			.paddedtb_large-1799 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-1799 {
				padding-top:40px!important;
			}

			.paddedb_large-1799 {
				padding-bottom:40px!important;
			}

			.paddedl_large-1799 {
				padding-left:40px!important;
			}

			.paddedr_large-1799 {
				padding-right:40px!important;
			}

			.paddedlr_large-1799 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-1799 {
				margin:40px!important;
			}

			.margintb_large-1799 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-1799 {
				margin-top:40px!important;
			}

			.marginb_large-1799 {
				margin-bottom:40px!important;
			}

			.marginl_large-1799 {
				margin-left:40px!important;
			}

			.marginr_large-1799 {
				margin-right:40px!important;
			}

			.marginlr_large-1799 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			
			.nmarginlr_large {
				margin-left:-40px!important;
				margin-right:-40px!important;
			}
				
			.nmargin_large-1799 {
				margin:-40px!important;
			}

			.nmargintb_large-1799 {
				margin-top:-40px!important;
				margin-bottom:-40px!important;
			}

			.nmargint_large-1799 {
				margin-top:-40px!important;
			}

			.nmarginb_large-1799 {
				margin-bottom:-40px!important;
			}

			.nmarginl_large-1799 {
				margin-left:-40px!important;
			}

			.nmarginr_large-1799 {
				margin-right:-40px!important;
			}
			
			.padded_core-1799 {
				padding:10px!important;

			}

			.paddedtb_core-1799 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-1799 {
				padding-top:10px!important;
			}

			.paddedb_core-1799 {
				padding-bottom:10px!important;
			}

			.paddedl_core-1799 {
				padding-left:10px!important;
			}

			.paddedr_core-1799 {
				padding-right:10px!important;
			}

			.paddedlr_core-1799 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-1799 {
				margin:10px!important;
			}

			.margintb_core-1799 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-1799 {
				margin-top:10px!important;
			}

			.marginb_core-1799 {
				margin-bottom:10px!important;
			}

			.marginl_core-1799 {
				margin-left:10px!important;
			}

			.marginr_core-1799 {
				margin-right:10px!important;
			}

			.marginlr_core-1799 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_core {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_core-1799 {
				margin:-10px!important;
			}

			.nmargintb_core-1799 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_core-1799 {
				margin-top:-10px!important;
			}

			.nmarginb_core-1799 {
				margin-bottom:-10px!important;
			}

			.nmarginl_core-1799 {
				margin-left:-10px!important;
			}

			.nmarginr_core-1799 {
				margin-right:-10px!important;
			}
						
			.margin_auto-1799 {
				margin:auto!important;
			}

			.margintb_auto-1799 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-1799 {
				margin-top:auto!important;
			}

			.marginb_auto-1799 {
				margin-bottom:auto!important;
			}

			.marginl_auto-1799 {
				margin-left:auto!important;
			}

			.marginr_auto-1799 {
				margin-right:auto!important;
			}

			.marginlr_auto-1799 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			
			.nmarginlr_auto {
				margin-left:-auto!important;
				margin-right:-auto!important;
			}
				
			.nmargin_auto-1799 {
				margin:-auto!important;
			}

			.nmargintb_auto-1799 {
				margin-top:-auto!important;
				margin-bottom:-auto!important;
			}

			.nmargint_auto-1799 {
				margin-top:-auto!important;
			}

			.nmarginb_auto-1799 {
				margin-bottom:-auto!important;
			}

			.nmarginl_auto-1799 {
				margin-left:-auto!important;
			}

			.nmarginr_auto-1799 {
				margin-right:-auto!important;
			}
			
			.padded_none-1799 {
				padding:0px!important;

			}

			.paddedtb_none-1799 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-1799 {
				padding-top:0px!important;
			}

			.paddedb_none-1799 {
				padding-bottom:0px!important;
			}

			.paddedl_none-1799 {
				padding-left:0px!important;
			}

			.paddedr_none-1799 {
				padding-right:0px!important;
			}

			.paddedlr_none-1799 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-1799 {
				margin:0px!important;
			}

			.margintb_none-1799 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-1799 {
				margin-top:0px!important;
			}

			.marginb_none-1799 {
				margin-bottom:0px!important;
			}

			.marginl_none-1799 {
				margin-left:0px!important;
			}

			.marginr_none-1799 {
				margin-right:0px!important;
			}

			.marginlr_none-1799 {
				margin-left:0px!important;
				margin-right:0px!important;
			}
			
			.nmarginlr_none {
				margin-left:-0px!important;
				margin-right:-0px!important;
			}
				
			.nmargin_none-1799 {
				margin:-0px!important;
			}

			.nmargintb_none-1799 {
				margin-top:-0px!important;
				margin-bottom:-0px!important;
			}

			.nmargint_none-1799 {
				margin-top:-0px!important;
			}

			.nmarginb_none-1799 {
				margin-bottom:-0px!important;
			}

			.nmarginl_none-1799 {
				margin-left:-0px!important;
			}

			.nmarginr_none-1799 {
				margin-right:-0px!important;
			}
			
			.padded_p100-1799 {
				padding:100%!important;

			}

			.paddedtb_p100-1799 {
				padding-top:100%!important;
				padding-bottom:100%!important;
			}

			.paddedt_p100-1799 {
				padding-top:100%!important;
			}

			.paddedb_p100-1799 {
				padding-bottom:100%!important;
			}

			.paddedl_p100-1799 {
				padding-left:100%!important;
			}

			.paddedr_p100-1799 {
				padding-right:100%!important;
			}

			.paddedlr_p100-1799 {
				padding-left:100%!important;
				padding-right:100%!important;
			}
		
						
			.margin_p100-1799 {
				margin:100%!important;
			}

			.margintb_p100-1799 {
				margin-top:100%!important;
				margin-bottom:100%!important;
			}

			.margint_p100-1799 {
				margin-top:100%!important;
			}

			.marginb_p100-1799 {
				margin-bottom:100%!important;
			}

			.marginl_p100-1799 {
				margin-left:100%!important;
			}

			.marginr_p100-1799 {
				margin-right:100%!important;
			}

			.marginlr_p100-1799 {
				margin-left:100%!important;
				margin-right:100%!important;
			}
			
			.nmarginlr_p100 {
				margin-left:-100%!important;
				margin-right:-100%!important;
			}
				
			.nmargin_p100-1799 {
				margin:-100%!important;
			}

			.nmargintb_p100-1799 {
				margin-top:-100%!important;
				margin-bottom:-100%!important;
			}

			.nmargint_p100-1799 {
				margin-top:-100%!important;
			}

			.nmarginb_p100-1799 {
				margin-bottom:-100%!important;
			}

			.nmarginl_p100-1799 {
				margin-left:-100%!important;
			}

			.nmarginr_p100-1799 {
				margin-right:-100%!important;
			}
			
			.padded_p75-1799 {
				padding:75%!important;

			}

			.paddedtb_p75-1799 {
				padding-top:75%!important;
				padding-bottom:75%!important;
			}

			.paddedt_p75-1799 {
				padding-top:75%!important;
			}

			.paddedb_p75-1799 {
				padding-bottom:75%!important;
			}

			.paddedl_p75-1799 {
				padding-left:75%!important;
			}

			.paddedr_p75-1799 {
				padding-right:75%!important;
			}

			.paddedlr_p75-1799 {
				padding-left:75%!important;
				padding-right:75%!important;
			}
		
						
			.margin_p75-1799 {
				margin:75%!important;
			}

			.margintb_p75-1799 {
				margin-top:75%!important;
				margin-bottom:75%!important;
			}

			.margint_p75-1799 {
				margin-top:75%!important;
			}

			.marginb_p75-1799 {
				margin-bottom:75%!important;
			}

			.marginl_p75-1799 {
				margin-left:75%!important;
			}

			.marginr_p75-1799 {
				margin-right:75%!important;
			}

			.marginlr_p75-1799 {
				margin-left:75%!important;
				margin-right:75%!important;
			}
			
			.nmarginlr_p75 {
				margin-left:-75%!important;
				margin-right:-75%!important;
			}
				
			.nmargin_p75-1799 {
				margin:-75%!important;
			}

			.nmargintb_p75-1799 {
				margin-top:-75%!important;
				margin-bottom:-75%!important;
			}

			.nmargint_p75-1799 {
				margin-top:-75%!important;
			}

			.nmarginb_p75-1799 {
				margin-bottom:-75%!important;
			}

			.nmarginl_p75-1799 {
				margin-left:-75%!important;
			}

			.nmarginr_p75-1799 {
				margin-right:-75%!important;
			}
			
			.padded_p50-1799 {
				padding:50%!important;

			}

			.paddedtb_p50-1799 {
				padding-top:50%!important;
				padding-bottom:50%!important;
			}

			.paddedt_p50-1799 {
				padding-top:50%!important;
			}

			.paddedb_p50-1799 {
				padding-bottom:50%!important;
			}

			.paddedl_p50-1799 {
				padding-left:50%!important;
			}

			.paddedr_p50-1799 {
				padding-right:50%!important;
			}

			.paddedlr_p50-1799 {
				padding-left:50%!important;
				padding-right:50%!important;
			}
		
						
			.margin_p50-1799 {
				margin:50%!important;
			}

			.margintb_p50-1799 {
				margin-top:50%!important;
				margin-bottom:50%!important;
			}

			.margint_p50-1799 {
				margin-top:50%!important;
			}

			.marginb_p50-1799 {
				margin-bottom:50%!important;
			}

			.marginl_p50-1799 {
				margin-left:50%!important;
			}

			.marginr_p50-1799 {
				margin-right:50%!important;
			}

			.marginlr_p50-1799 {
				margin-left:50%!important;
				margin-right:50%!important;
			}
			
			.nmarginlr_p50 {
				margin-left:-50%!important;
				margin-right:-50%!important;
			}
				
			.nmargin_p50-1799 {
				margin:-50%!important;
			}

			.nmargintb_p50-1799 {
				margin-top:-50%!important;
				margin-bottom:-50%!important;
			}

			.nmargint_p50-1799 {
				margin-top:-50%!important;
			}

			.nmarginb_p50-1799 {
				margin-bottom:-50%!important;
			}

			.nmarginl_p50-1799 {
				margin-left:-50%!important;
			}

			.nmarginr_p50-1799 {
				margin-right:-50%!important;
			}
			
			.padded_p25-1799 {
				padding:25%!important;

			}

			.paddedtb_p25-1799 {
				padding-top:25%!important;
				padding-bottom:25%!important;
			}

			.paddedt_p25-1799 {
				padding-top:25%!important;
			}

			.paddedb_p25-1799 {
				padding-bottom:25%!important;
			}

			.paddedl_p25-1799 {
				padding-left:25%!important;
			}

			.paddedr_p25-1799 {
				padding-right:25%!important;
			}

			.paddedlr_p25-1799 {
				padding-left:25%!important;
				padding-right:25%!important;
			}
		
						
			.margin_p25-1799 {
				margin:25%!important;
			}

			.margintb_p25-1799 {
				margin-top:25%!important;
				margin-bottom:25%!important;
			}

			.margint_p25-1799 {
				margin-top:25%!important;
			}

			.marginb_p25-1799 {
				margin-bottom:25%!important;
			}

			.marginl_p25-1799 {
				margin-left:25%!important;
			}

			.marginr_p25-1799 {
				margin-right:25%!important;
			}

			.marginlr_p25-1799 {
				margin-left:25%!important;
				margin-right:25%!important;
			}
			
			.nmarginlr_p25 {
				margin-left:-25%!important;
				margin-right:-25%!important;
			}
				
			.nmargin_p25-1799 {
				margin:-25%!important;
			}

			.nmargintb_p25-1799 {
				margin-top:-25%!important;
				margin-bottom:-25%!important;
			}

			.nmargint_p25-1799 {
				margin-top:-25%!important;
			}

			.nmarginb_p25-1799 {
				margin-bottom:-25%!important;
			}

			.nmarginl_p25-1799 {
				margin-left:-25%!important;
			}

			.nmarginr_p25-1799 {
				margin-right:-25%!important;
			}
				.border_1-1799 {
		border:solid 1px rgba(0,0,0,0.5);;
	}

	.bordertb_1-1799 {
		border-top:solid 1px rgba(0,0,0,0.5);;
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.bordert_1-1799 {
		border-top:solid 1px rgba(0,0,0,0.5);;
	}

	.borderb_1-1799 {
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.borderl_1-1799 {
		border-left:solid 1px rgba(0,0,0,0.5);;
	}

	.borderr_1-1799 {
		border-right:solid 1px rgba(0,0,0,0.5);;
	}

	.borderlr_1-1799 {
		border-left:solid 1px rgba(0,0,0,0.5);;
		border-right:solid 1px rgba(0,0,0,0.5);;
	}
		.border_none-1799 {
		border:none;
	}

	.bordertb_none-1799 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-1799 {
		border-top:none;
	}

	.borderb_none-1799 {
		border-bottom:none;
	}

	.borderl_none-1799 {
		border-left:none;
	}

	.borderr_none-1799 {
		border-right:none;
	}

	.borderlr_none-1799 {
		border-left:none;
		border-right:none;
	}
		.border_core-1799 {
		border:solid 1px rgba(0,0,0,0.1);
	}

	.bordertb_core-1799 {
		border-top:solid 1px rgba(0,0,0,0.1);
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.bordert_core-1799 {
		border-top:solid 1px rgba(0,0,0,0.1);
	}

	.borderb_core-1799 {
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.borderl_core-1799 {
		border-left:solid 1px rgba(0,0,0,0.1);
	}

	.borderr_core-1799 {
		border-right:solid 1px rgba(0,0,0,0.1);
	}

	.borderlr_core-1799 {
		border-left:solid 1px rgba(0,0,0,0.1);
		border-right:solid 1px rgba(0,0,0,0.1);
	}
				.colour1_bg-1799 {
				background-color:#000000!important;
			}

			.colour1_bg-1799,
			a.colour1_bg-1799 {
				color:#FFFFFF!important;
			}
		
			.colour1_bg-1799 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour1-1799 a,
			a.colour1-1799 {
				color:#000000;
							}
			
			.colour1-1799 {
					color:#000000;
				background:transparent!important;
						}

					
			.colour1_bg-1799 input[type=text],
			.colour1_bg-1799 input[type=password],
			.colour1_bg-1799 input[type=number],
			.colour1_bg-1799 textarea,
			.colour1_bg-1799 select,
			.colour1_bg-1799 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour1_bg-1799 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour1_bg-1799 select {
				color:rgba(255,255,255,0.7);
			}

			.colour1_bg-1799 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour1_bg-1799 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour2_bg-1799 {
				background-color:#4b4a4b!important;
			}

			.colour2_bg-1799,
			a.colour2_bg-1799 {
				color:#FFFFFF!important;
			}
		
			.colour2_bg-1799 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour2-1799 a,
			a.colour2-1799 {
				color:#4b4a4b;
							}
			
			.colour2-1799 {
					color:#4b4a4b;
				background:transparent!important;
						}

					
			.colour2_bg-1799 input[type=text],
			.colour2_bg-1799 input[type=password],
			.colour2_bg-1799 input[type=number],
			.colour2_bg-1799 textarea,
			.colour2_bg-1799 select,
			.colour2_bg-1799 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour2_bg-1799 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour2_bg-1799 select {
				color:rgba(255,255,255,0.7);
			}

			.colour2_bg-1799 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour2_bg-1799 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour3_bg-1799 {
				background-color:#616062!important;
			}

			.colour3_bg-1799,
			a.colour3_bg-1799 {
				color:#FFFFFF!important;
			}
		
			.colour3_bg-1799 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour3-1799 a,
			a.colour3-1799 {
				color:#616062;
							}
			
			.colour3-1799 {
					color:#616062;
				background:transparent!important;
						}

					
			.colour3_bg-1799 input[type=text],
			.colour3_bg-1799 input[type=password],
			.colour3_bg-1799 input[type=number],
			.colour3_bg-1799 textarea,
			.colour3_bg-1799 select,
			.colour3_bg-1799 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour3_bg-1799 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour3_bg-1799 select {
				color:rgba(255,255,255,0.7);
			}

			.colour3_bg-1799 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour3_bg-1799 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour4_bg-1799 {
				background-color:#FFFFFF!important;
			}

			.colour4_bg-1799,
			a.colour4_bg-1799 {
				color:#202020!important;
			}
		
			.colour4_bg-1799 a:not(.more) {
				color:#202020;
			}

			
			.colour4-1799 a,
			a.colour4-1799 {
				color:#FFFFFF;
							}
			
			.colour4-1799 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour4_bg-1799 input[type=text],
			.colour4_bg-1799 input[type=password],
			.colour4_bg-1799 input[type=number],
			.colour4_bg-1799 textarea,
			.colour4_bg-1799 select,
			.colour4_bg-1799 select option {
				border-color:#202020;
				color:#202020;
				background:transparent;
			}
		
			.colour4_bg-1799 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour4_bg-1799 select {
				color:rgba(32,32,32,0.7);
			}

			.colour4_bg-1799 ::-webkit-input-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}

			.colour4_bg-1799 ::-moz-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}
		
						.colour5_bg-1799 {
				background-color:#FFFFFF!important;
			}

			.colour5_bg-1799,
			a.colour5_bg-1799 {
				color:#424040!important;
			}
		
			.colour5_bg-1799 a:not(.more) {
				color:#424040;
			}

			
			.colour5-1799 a,
			a.colour5-1799 {
				color:#FFFFFF;
							}
			
			.colour5-1799 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour5_bg-1799 input[type=text],
			.colour5_bg-1799 input[type=password],
			.colour5_bg-1799 input[type=number],
			.colour5_bg-1799 textarea,
			.colour5_bg-1799 select,
			.colour5_bg-1799 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour5_bg-1799 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour5_bg-1799 select {
				color:rgba(66,64,64,0.7);
			}

			.colour5_bg-1799 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour5_bg-1799 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
						.colour6_bg-1799 {
				background-color:#EEEEEE!important;
			}

			.colour6_bg-1799,
			a.colour6_bg-1799 {
				color:#424040!important;
			}
		
			.colour6_bg-1799 a:not(.more) {
				color:#424040;
			}

			
			.colour6-1799 a,
			a.colour6-1799 {
				color:#EEEEEE;
							}
			
			.colour6-1799 {
					color:#EEEEEE;
				background:transparent!important;
						}

					
			.colour6_bg-1799 input[type=text],
			.colour6_bg-1799 input[type=password],
			.colour6_bg-1799 input[type=number],
			.colour6_bg-1799 textarea,
			.colour6_bg-1799 select,
			.colour6_bg-1799 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour6_bg-1799 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour6_bg-1799 select {
				color:rgba(66,64,64,0.7);
			}

			.colour6_bg-1799 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour6_bg-1799 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
			
}

@media only screen and (max-width : 1749px) {
	
.grid.eight-1749 {
	float:left!important;
	width:10.575%!important;
margin-right:2.2%!important;;
}

.grid.eight_x2-1749 {
	float:left!important;
	width:23.35%!important;
margin-right:2.2%!important;;
}

.grid.eight_x3-1749 {
	float:left!important;
	width:36.125%!important;
margin-right:2.2%!important;;
}

.grid.eight_x4-1749 {
	float:left!important;
	width:48.9%!important;
margin-right:2.2%!important;;
}

.grid.eight_x5-1749 {
	float:left!important;
	width:61.675%!important;
margin-right:2.2%!important;;
}

.grid.eight_x6-1749 {
	float:left!important;
	width:74.45%!important;
margin-right:2.2%!important;;
}

.grid.eight_x7-1749 {
	float:left!important;
	width:87.225%!important;
margin-right:2.2%!important;;
}

.grid.seven-1749 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-1749 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-1749 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-1749 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-1749 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-1749 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-1749 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-1749 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-1749 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-1749 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-1749 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-1749 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-1749 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-1749 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-1749 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-1749 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-1749 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-1749 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-1749 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-1749 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-1749 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-1749 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.eight-1749 {
	width:12.5%!important;
}

.floatl.eight_x2-1749 {
	width:25%!important;
}

.floatl.eight_x3-1749 {
	width:37.5%!important;
}

.floatl.eight_x4-1749 {
	width:50%!important;
}

.floatl.eight_x5-1749 {
	width:62.5%!important;
}

.floatl.eight_x6-1749 {
	width:75%!important;
}

.floatl.eight_x7-1749 {
	width:87.5%!important;
}

.floatl.seven-1749 {
	width:14.28571429%!important;
}

.floatl.seven_x2-1749 {
	width:28.57142857%!important;
}

.floatl.seven_x3-1749 {
	width:42.85714286%!important;
}

.floatl.seven_x4-1749 {
	width:57.14285714%!important;
}

.floatl.seven_x5-1749 {
	width:71.42857143%!important;
}

.floatl.seven_x6-1749 {
	width:85.71428571%!important;
}

.floatl.six-1749 {
	width:16.66666667%!important;
}

.floatl.six_x2-1749 {
	width:33.33333333%!important;
}

.floatl.six_x3-1749 {
	width:50%!important;
}

.floatl.six_x4-1749 {
	width:66.6666667%!important;
}

.floatl.six_x5-1749 {
	width:83%!important;
}

.floatl.five-1749 {
	width:20%!important;
}

.floatl.five_x2-1749 {
	width:40%!important;
}

.floatl.five_x3-1749 {
	width:60%!important;
}

.floatl.five_x4-1749 {
	width:80%!important;
}

.floatl.four-1749 {
	width:25%!important;
}

.floatl.four_x2-1749 {
	width:50%!important;
}

.floatl.four_x3-1749 {
	width:75%!important;
}

.floatl.three-1749 {
	width:33.33333333%!important;
}

.floatl.three_x2-1749 {
	width:66.66666667%!important;
}

.floatl.two-1749 {
	width:50%!important;
}

.floatl.one-1749 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

.o1-1749 {
		order:1;
	}

.fl1-1749 {
	flex:1;
}

.gridc > .r1-1749 {
	grid-row-start:1;
}
.gridc-1749 > .r1-1749 {
	grid-row-start:1;
	overflow:hidden;
}
.gridc > .re1-1749 {
	grid-row-end:1;
}
.gridc-1749 > .re1-1749 {
	grid-row-end:1;
}
.gridc > .c1-1749 {
	grid-column-start:1;
}
.gridc-1749 > .c1-1749 {
	grid-column-start:1;
}
.gridc > .ce1-1749 {
	grid-column-end:1;
}
.gridc-1749 > .ce1-1749 {
	grid-column-end:1;
}

.o2-1749 {
		order:2;
	}

.fl2-1749 {
	flex:2;
}

.gridc > .r2-1749 {
	grid-row-start:2;
}
.gridc-1749 > .r2-1749 {
	grid-row-start:2;
	overflow:hidden;
}
.gridc > .re2-1749 {
	grid-row-end:2;
}
.gridc-1749 > .re2-1749 {
	grid-row-end:2;
}
.gridc > .c2-1749 {
	grid-column-start:2;
}
.gridc-1749 > .c2-1749 {
	grid-column-start:2;
}
.gridc > .ce2-1749 {
	grid-column-end:2;
}
.gridc-1749 > .ce2-1749 {
	grid-column-end:2;
}

.o3-1749 {
		order:3;
	}

.fl3-1749 {
	flex:3;
}

.gridc > .r3-1749 {
	grid-row-start:3;
}
.gridc-1749 > .r3-1749 {
	grid-row-start:3;
	overflow:hidden;
}
.gridc > .re3-1749 {
	grid-row-end:3;
}
.gridc-1749 > .re3-1749 {
	grid-row-end:3;
}
.gridc > .c3-1749 {
	grid-column-start:3;
}
.gridc-1749 > .c3-1749 {
	grid-column-start:3;
}
.gridc > .ce3-1749 {
	grid-column-end:3;
}
.gridc-1749 > .ce3-1749 {
	grid-column-end:3;
}

.o4-1749 {
		order:4;
	}

.fl4-1749 {
	flex:4;
}

.gridc > .r4-1749 {
	grid-row-start:4;
}
.gridc-1749 > .r4-1749 {
	grid-row-start:4;
	overflow:hidden;
}
.gridc > .re4-1749 {
	grid-row-end:4;
}
.gridc-1749 > .re4-1749 {
	grid-row-end:4;
}
.gridc > .c4-1749 {
	grid-column-start:4;
}
.gridc-1749 > .c4-1749 {
	grid-column-start:4;
}
.gridc > .ce4-1749 {
	grid-column-end:4;
}
.gridc-1749 > .ce4-1749 {
	grid-column-end:4;
}

.o5-1749 {
		order:5;
	}

.fl5-1749 {
	flex:5;
}

.gridc > .r5-1749 {
	grid-row-start:5;
}
.gridc-1749 > .r5-1749 {
	grid-row-start:5;
	overflow:hidden;
}
.gridc > .re5-1749 {
	grid-row-end:5;
}
.gridc-1749 > .re5-1749 {
	grid-row-end:5;
}
.gridc > .c5-1749 {
	grid-column-start:5;
}
.gridc-1749 > .c5-1749 {
	grid-column-start:5;
}
.gridc > .ce5-1749 {
	grid-column-end:5;
}
.gridc-1749 > .ce5-1749 {
	grid-column-end:5;
}

.o6-1749 {
		order:6;
	}

.fl6-1749 {
	flex:6;
}

.gridc > .r6-1749 {
	grid-row-start:6;
}
.gridc-1749 > .r6-1749 {
	grid-row-start:6;
	overflow:hidden;
}
.gridc > .re6-1749 {
	grid-row-end:6;
}
.gridc-1749 > .re6-1749 {
	grid-row-end:6;
}
.gridc > .c6-1749 {
	grid-column-start:6;
}
.gridc-1749 > .c6-1749 {
	grid-column-start:6;
}
.gridc > .ce6-1749 {
	grid-column-end:6;
}
.gridc-1749 > .ce6-1749 {
	grid-column-end:6;
}

.o7-1749 {
		order:7;
	}

.fl7-1749 {
	flex:7;
}

.gridc > .r7-1749 {
	grid-row-start:7;
}
.gridc-1749 > .r7-1749 {
	grid-row-start:7;
	overflow:hidden;
}
.gridc > .re7-1749 {
	grid-row-end:7;
}
.gridc-1749 > .re7-1749 {
	grid-row-end:7;
}
.gridc > .c7-1749 {
	grid-column-start:7;
}
.gridc-1749 > .c7-1749 {
	grid-column-start:7;
}
.gridc > .ce7-1749 {
	grid-column-end:7;
}
.gridc-1749 > .ce7-1749 {
	grid-column-end:7;
}

.o8-1749 {
		order:8;
	}

.fl8-1749 {
	flex:8;
}

.gridc > .r8-1749 {
	grid-row-start:8;
}
.gridc-1749 > .r8-1749 {
	grid-row-start:8;
	overflow:hidden;
}
.gridc > .re8-1749 {
	grid-row-end:8;
}
.gridc-1749 > .re8-1749 {
	grid-row-end:8;
}
.gridc > .c8-1749 {
	grid-column-start:8;
}
.gridc-1749 > .c8-1749 {
	grid-column-start:8;
}
.gridc > .ce8-1749 {
	grid-column-end:8;
}
.gridc-1749 > .ce8-1749 {
	grid-column-end:8;
}

.o9-1749 {
		order:9;
	}

.fl9-1749 {
	flex:9;
}

.gridc > .r9-1749 {
	grid-row-start:9;
}
.gridc-1749 > .r9-1749 {
	grid-row-start:9;
	overflow:hidden;
}
.gridc > .re9-1749 {
	grid-row-end:9;
}
.gridc-1749 > .re9-1749 {
	grid-row-end:9;
}
.gridc > .c9-1749 {
	grid-column-start:9;
}
.gridc-1749 > .c9-1749 {
	grid-column-start:9;
}
.gridc > .ce9-1749 {
	grid-column-end:9;
}
.gridc-1749 > .ce9-1749 {
	grid-column-end:9;
}

.z1-1749 {
	z-index:1;
}

.z9999999-1749 {
	z-index:9999999;
}

.z2-1749 {
	z-index:2;
}

.z9999998-1749 {
	z-index:9999998;
}

.z3-1749 {
	z-index:3;
}

.z9999997-1749 {
	z-index:9999997;
}

.z4-1749 {
	z-index:4;
}

.z9999996-1749 {
	z-index:9999996;
}

.z5-1749 {
	z-index:5;
}

.z9999995-1749 {
	z-index:9999995;
}

.z6-1749 {
	z-index:6;
}

.z9999994-1749 {
	z-index:9999994;
}

.z7-1749 {
	z-index:7;
}

.z9999993-1749 {
	z-index:9999993;
}

.z8-1749 {
	z-index:8;
}

.z9999992-1749 {
	z-index:9999992;
}

.z9-1749 {
	z-index:9;
}

.z9999991-1749 {
	z-index:9999991;
}

.w100-1749 {
	font-weight:100;
}
.w200-1749 {
	font-weight:200;
}
.w300-1749 {
	font-weight:300;
}
.w400-1749 {
	font-weight:400;
}
.w500-1749 {
	font-weight:500;
}
.w600-1749 {
	font-weight:600;
}
.w700-1749 {
	font-weight:700;
}
.w800-1749 {
	font-weight:800;
}
.w900-1749 {
	font-weight:900;
}
.f1-1749 {
	font-size:1.1em;
	line-height:1.1em;
}

p.f1-1749,
p > *.f1-1749 {
	line-height:1.4em;
}
.f1_5-1749 {
	font-size:1.15em;
	line-height:1.15em;
}

p.f1_5-1749,
p > *.f1_5-1749 {
	line-height:1.18em;
}
.f2-1749 {
	font-size:1.2em;
	line-height:1.2em;
}

p.f2-1749,
p > *.f2-1749 {
	line-height:1.5em;
}
.f2_5-1749 {
	font-size:1.25em;
	line-height:1.25em;
}

p.f2_5-1749,
p > *.f2_5-1749 {
	line-height:1.28em;
}
.f3-1749 {
	font-size:1.3em;
	line-height:1.3em;
}

p.f3-1749,
p > *.f3-1749 {
	line-height:1.6em;
}
.f3_5-1749 {
	font-size:1.35em;
	line-height:1.35em;
}

p.f3_5-1749,
p > *.f3_5-1749 {
	line-height:1.38em;
}
.f4-1749 {
	font-size:1.4em;
	line-height:1.4em;
}

p.f4-1749,
p > *.f4-1749 {
	line-height:1.7em;
}
.f4_5-1749 {
	font-size:1.45em;
	line-height:1.45em;
}

p.f4_5-1749,
p > *.f4_5-1749 {
	line-height:1.48em;
}
.f5-1749 {
	font-size:1.5em;
	line-height:1.5em;
}

p.f5-1749,
p > *.f5-1749 {
	line-height:1.8em;
}
.f5_5-1749 {
	font-size:1.55em;
	line-height:1.55em;
}

p.f5_5-1749,
p > *.f5_5-1749 {
	line-height:1.58em;
}
.f6-1749 {
	font-size:1.6em;
	line-height:1.6em;
}

p.f6-1749,
p > *.f6-1749 {
	line-height:1.9em;
}
.f6_5-1749 {
	font-size:1.65em;
	line-height:1.65em;
}

p.f6_5-1749,
p > *.f6_5-1749 {
	line-height:1.68em;
}
.f7-1749 {
	font-size:1.7em;
	line-height:1.7em;
}

p.f7-1749,
p > *.f7-1749 {
	line-height:1.10em;
}
.f7_5-1749 {
	font-size:1.75em;
	line-height:1.75em;
}

p.f7_5-1749,
p > *.f7_5-1749 {
	line-height:1.78em;
}
.f8-1749 {
	font-size:1.8em;
	line-height:1.8em;
}

p.f8-1749,
p > *.f8-1749 {
	line-height:1.11em;
}
.f8_5-1749 {
	font-size:1.85em;
	line-height:1.85em;
}

p.f8_5-1749,
p > *.f8_5-1749 {
	line-height:1.88em;
}
.f9-1749 {
	font-size:1.9em;
	line-height:1.9em;
}

p.f9-1749,
p > *.f9-1749 {
	line-height:1.12em;
}
.f9_5-1749 {
	font-size:1.95em;
	line-height:1.95em;
}

p.f9_5-1749,
p > *.f9_5-1749 {
	line-height:1.98em;
}
.f10-1749 {
	font-size:2em;
	line-height:2em;
}

p.f10-1749,
p > *.f10-1749 {
	line-height:2em;
}
.f10_5-1749 {
	font-size:2em;
	line-height:2em;
}

p.f10_5-1749,
p > *.f10_5-1749 {
	line-height:2em;
}
.nf1-1749 {
	font-size:0.9em;
}

*:not(p):not(ul):not(ol).nf1-1749 {
	line-height:0.9em;
}

p.nf1-1749,
ul.nf1-1749,
ol.nf1-1749 {
	line-height:1.9em;
}
.nf1_5-1749 {
	font-size:0.85em;
}

*:not(p):not(ul):not(ol).nf1_5-1749 {
	line-height:0.85em;
}

p.nf1_5-1749,
ul.nf1_5-1749,
ol.nf1_5-1749 {
	line-height:1.85em;
}
.nf2-1749 {
	font-size:0.8em;
}

*:not(p):not(ul):not(ol).nf2-1749 {
	line-height:0.8em;
}

p.nf2-1749,
ul.nf2-1749,
ol.nf2-1749 {
	line-height:1.8em;
}
.nf2_5-1749 {
	font-size:0.75em;
}

*:not(p):not(ul):not(ol).nf2_5-1749 {
	line-height:0.75em;
}

p.nf2_5-1749,
ul.nf2_5-1749,
ol.nf2_5-1749 {
	line-height:1.75em;
}
.nf3-1749 {
	font-size:0.7em;
}

*:not(p):not(ul):not(ol).nf3-1749 {
	line-height:0.7em;
}

p.nf3-1749,
ul.nf3-1749,
ol.nf3-1749 {
	line-height:1.7em;
}
.nf3_5-1749 {
	font-size:0.65em;
}

*:not(p):not(ul):not(ol).nf3_5-1749 {
	line-height:0.65em;
}

p.nf3_5-1749,
ul.nf3_5-1749,
ol.nf3_5-1749 {
	line-height:1.65em;
}
.nf4-1749 {
	font-size:0.6em;
}

*:not(p):not(ul):not(ol).nf4-1749 {
	line-height:0.6em;
}

p.nf4-1749,
ul.nf4-1749,
ol.nf4-1749 {
	line-height:1.6em;
}
.nf4_5-1749 {
	font-size:0.55em;
}

*:not(p):not(ul):not(ol).nf4_5-1749 {
	line-height:0.55em;
}

p.nf4_5-1749,
ul.nf4_5-1749,
ol.nf4_5-1749 {
	line-height:1.55em;
}
.nf5-1749 {
	font-size:0.5em;
}

*:not(p):not(ul):not(ol).nf5-1749 {
	line-height:0.5em;
}

p.nf5-1749,
ul.nf5-1749,
ol.nf5-1749 {
	line-height:1.5em;
}
.nf5_5-1749 {
	font-size:0.45em;
}

*:not(p):not(ul):not(ol).nf5_5-1749 {
	line-height:0.45em;
}

p.nf5_5-1749,
ul.nf5_5-1749,
ol.nf5_5-1749 {
	line-height:1.45em;
}
.nf6-1749 {
	font-size:0.4em;
}

*:not(p):not(ul):not(ol).nf6-1749 {
	line-height:0.4em;
}

p.nf6-1749,
ul.nf6-1749,
ol.nf6-1749 {
	line-height:1.4em;
}
.nf6_5-1749 {
	font-size:0.35em;
}

*:not(p):not(ul):not(ol).nf6_5-1749 {
	line-height:0.35em;
}

p.nf6_5-1749,
ul.nf6_5-1749,
ol.nf6_5-1749 {
	line-height:1.35em;
}
.nf7-1749 {
	font-size:0.3em;
}

*:not(p):not(ul):not(ol).nf7-1749 {
	line-height:0.3em;
}

p.nf7-1749,
ul.nf7-1749,
ol.nf7-1749 {
	line-height:1.3em;
}
.nf7_5-1749 {
	font-size:0.25em;
}

*:not(p):not(ul):not(ol).nf7_5-1749 {
	line-height:0.25em;
}

p.nf7_5-1749,
ul.nf7_5-1749,
ol.nf7_5-1749 {
	line-height:1.25em;
}
.nf8-1749 {
	font-size:0.2em;
}

*:not(p):not(ul):not(ol).nf8-1749 {
	line-height:0.2em;
}

p.nf8-1749,
ul.nf8-1749,
ol.nf8-1749 {
	line-height:1.2em;
}
.nf8_5-1749 {
	font-size:0.15em;
}

*:not(p):not(ul):not(ol).nf8_5-1749 {
	line-height:0.15em;
}

p.nf8_5-1749,
ul.nf8_5-1749,
ol.nf8_5-1749 {
	line-height:1.15em;
}
.nf9-1749 {
	font-size:0.1em;
}

*:not(p):not(ul):not(ol).nf9-1749 {
	line-height:0.1em;
}

p.nf9-1749,
ul.nf9-1749,
ol.nf9-1749 {
	line-height:1.1em;
}
.nf9_5-1749 {
	font-size:0.05em;
}

*:not(p):not(ul):not(ol).nf9_5-1749 {
	line-height:0.05em;
}

p.nf9_5-1749,
ul.nf9_5-1749,
ol.nf9_5-1749 {
	line-height:1.05em;
}
  .invisible-1749 {
			visibility:hidden!important;
		}

  .last-1749 {
			margin-right:0px!important;
		}

  .floatl-1749 {
			float:left!important;
		}

  .floatr-1749 {
			float:right!important;
		}

  .left-1749 {
			float:left!important;
		}

  .right-1749 {
			float:right!important;
		}

  .floatn-1749,
 .grid.floatn-1749 {
			float:none!important;
		}

  .grid-1749 {
			float:left!important;
overflow:hidden;;
		}

  .grid.last-1749 {
			float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
		}

  .none-1749 {
			display:none!important;
		}

  .block-1749 {
			display:block!important;
		}

  .iblock-1749 {
			display:inline-block!important;
		}

  .inline-1749 {
			display:inline!important;
		}

  .table-1749 {
			display:table!important;
		}

  .row-1749 {
			display:table-row!important;
		}

  .cell-1749 {
			display:table-cell!important;
vertical-align:middle;
		}

  .collapse-1749 {
			border-collapse:collapse;
		}

  .clearl-1749 {
			clear:left!important;
		}

  .clearr-1749 {
			clear:right!important;
		}

  .clearn-1749 {
			clear:none!important;
		}

  .clearnone-1749 {
			clear:none!important;
		}

  .clearb-1749 {
			clear:both!important;
		}

  .clear-1749 {
			float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
		}

  .up-1749 {
			text-transform:uppercase;
		}

  .transnone-1749 {
			text-transform:none;
		}

  .strike-1749 {
			text-decoration:line-through;
		}

  .alignl-1749 {
			text-align:left!important;
		}

  .alignr-1749 {
			text-align:right!important;
		}

  .alignc-1749 {
			text-align:center!important;
		}

  .alignj-1749 {
			text-align:justify!important;
		}

  .valign-1749 {
			vertical-align:middle!important;
		}

  .widthauto-1749 {
			width:auto!important;
		}

  .heightauto-1749 {
			height:auto!important;
min-height:0px!important;
		}

.square.heightauto-1749::after {
	display:none!important;
}

.square.heightauto-1749 > * {
	position:static!important;
}

  .width0-1749 {
			width:0px;
		}

  .width50-1749 {
			width:50%;
		}

  .height0-1749 {
			height:0px;
		}

  .height50-1749 {
			height:50%;
		}

  .mw100-1749 {
			max-width:100%;
		}

  .mw90-1749 {
			max-width:90%;
		}

  .mw80-1749 {
			max-width:80%;
		}

  .mw70-1749 {
			max-width:70%;
		}

  .mw60-1749 {
			max-width:60%;
		}

  .mw50-1749 {
			max-width:50%;
		}

  .mw40-1749 {
			max-width:40%;
		}

  .mw30-1749 {
			max-width:30%;
		}

  .mw20-1749 {
			max-width:20%;
		}

  .mw10-1749 {
			max-width:10%;
		}

  .mwnone-1749 {
			max-width:none;
		}

  .fw-1749,
 .grid.fw-1749,
 .floatl.fw-1749 {
			width:100%!important;
      margin-left:0px!important;
			margin-right:0px!important;
		}

  .fh-1749 {
			height:100%!important;
		}

  .pointer-1749 {
			cursor:pointer!important;
		}

  .noallow-1749 {
			cursor:not-allowed!important;
		}

  .noselect-1749 {
			user-select:none!important;
		}

  .static-1749 {
			position:static!important;
		}

  .relative-1749 {
			position:relative!important;
		}

  .absolute-1749 {
			position:absolute!important;
		}

  .fixed-1749 {
			position:fixed!important;
		}

  .spacing-1749 {
			margin-bottom:7px!important;
		}

  .spacing.floatl-1749 {
			margin-right:15px!important;
		}

  .spacing.floatr-1749 {
			margin-left:15px!important;
		}

  .flowhide-1749 {
			overflow:hidden;
		}

  .flowshow-1749 {
			overflow:visible;
		}

  .flowauto-1749 {
			overflow:auto;
		}

  .nowrap-1749 {
			white-space:nowrap;
		}

  .lhreset-1749 {
			line-height:normal;
		}

  .circle-1749 {
			border-radius:50%!important;
		}

  .radnone-1749 {
			border-radius:0px!important;
		}

  .vh10-1749 {
			height:10vh!important;
		}

  .vh25-1749 {
			height:25vh!important;
		}

  .vh50-1749 {
			height:50vh!important;
		}

  .vh100-1749 {
			height:100vh!important;
		}

  .vw10-1749 {
			width:10vw!important;
		}

  .vw25-1749 {
			width:25vw!important;
		}

  .vw50-1749 {
			width:50vw!important;
		}

  .vw100-1749 {
			width:100vw!important;
		}

  .flexw-1749 {
			flex-wrap:wrap!important;
		}

  .flexwn-1749 {
			flex-wrap:nowrap!important;
		}

  .flexwr-1749 {
			flex-wrap:wrap-reverse!important;
		}

  .flexdr-1749 {
			flex-direction:row!important;
		}

  .flexdrr-1749 {
			flex-direction:row-reverse!important;
		}

  .flexdc-1749 {
			flex-direction:column!important;
		}

  .flexdcr-1749 {
			flex-direction:column-reverse!important;
		}

  .flex-1749 {
			display:flex!important;
align-items:center;
flex-wrap:wrap;;
		}

  .iflex-1749 {
			display:inline-flex!important;
align-items:center;;
		}

  .spaced-1749 {
			justify-content:space-between;
		}

  .flexdr.spaced-1749 {
			align-content:space-between;
		}

  .spacee-1749 {
			justify-content:space-evenly;
		}

  .falignst-1749 {
			align-items:stretch;;
		}

  .falignc-1749 {
			align-items:center;;
		}

  .faligns-1749 {
			align-items:flex-start;;
		}

  .faligne-1749 {
			align-items:flex-end;;
		}

  .fjustl-1749 {
			justify-content:flex-start;;
		}

  .fjustr-1749 {
			justify-content:flex-end;;
		}

  .fjustc-1749 {
			justify-content:center;;
		}

  .flexn-1749 {
			flex:none!important;width:100%;;
		}

  .gridc-1749 {
			display:grid!important;;
		}

  .o100-1749 {
			opacity:1;
		}

  .o90-1749 {
			opacity:0.9;
		}

  .o80-1749 {
			opacity:0.8;
		}

  .o70-1749 {
			opacity:0.7;
		}

  .o60-1749 {
			opacity:0.6;
		}

  .o50-1749 {
			opacity:0.5;
		}

  .o40-1749 {
			opacity:0.4;
		}

  .o30-1749 {
			opacity:0.3;
		}

  .o20-1749 {
			opacity:0.2;
		}

  .o10-1749 {
			opacity:0.1;
		}

  .o0-1749 {
			opacity:0;
		}

  .left0-1749 {
			left:0px!important;;
		}

  .right0-1749 {
			right:0px!important;;
		}

  .top0-1749 {
			top:0px!important;;
		}

  .bottom0-1749 {
			bottom:0px!important;;
		}

  .left50-1749 {
			left:50%!important;;
		}

  .right50-1749 {
			right:50%!important;;
		}

  .top50-1749 {
			top:50%!important;;
		}

  .bottom50-1749 {
			bottom:50%!important;;
		}

  .left100-1749 {
			left:100%!important;;
		}

  .right100-1749 {
			right:100%!important;;
		}

  .top100-1749 {
			top:100%!important;;
		}

  .bottom100-1749 {
			bottom:100%!important;;
		}

  .leftauto-1749 {
			left:auto!important;;
		}

  .rightauto-1749 {
			right:auto!important;;
		}

  .topauto-1749 {
			top:auto!important;;
		}

  .bottomauto-1749 {
			bottom:auto!important;;
		}

  .all0-1749 {
			top:0px!important;
bottom:0px!important;
left:0px!important;
right:0px!important;;
		}

  .lineup.fw-1749, .lineupgroup.fw-1749 {
			height:auto!important;
	}

	

			.padded_tiny-1749 {
				padding:5px!important;

			}

			.paddedtb_tiny-1749 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-1749 {
				padding-top:5px!important;
			}

			.paddedb_tiny-1749 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-1749 {
				padding-left:5px!important;
			}

			.paddedr_tiny-1749 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-1749 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-1749 {
				margin:5px!important;
			}

			.margintb_tiny-1749 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-1749 {
				margin-top:5px!important;
			}

			.marginb_tiny-1749 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-1749 {
				margin-left:5px!important;
			}

			.marginr_tiny-1749 {
				margin-right:5px!important;
			}

			.marginlr_tiny-1749 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			
			.nmarginlr_tiny {
				margin-left:-5px!important;
				margin-right:-5px!important;
			}
				
			.nmargin_tiny-1749 {
				margin:-5px!important;
			}

			.nmargintb_tiny-1749 {
				margin-top:-5px!important;
				margin-bottom:-5px!important;
			}

			.nmargint_tiny-1749 {
				margin-top:-5px!important;
			}

			.nmarginb_tiny-1749 {
				margin-bottom:-5px!important;
			}

			.nmarginl_tiny-1749 {
				margin-left:-5px!important;
			}

			.nmarginr_tiny-1749 {
				margin-right:-5px!important;
			}
			
			.padded_small-1749 {
				padding:10px!important;

			}

			.paddedtb_small-1749 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-1749 {
				padding-top:10px!important;
			}

			.paddedb_small-1749 {
				padding-bottom:10px!important;
			}

			.paddedl_small-1749 {
				padding-left:10px!important;
			}

			.paddedr_small-1749 {
				padding-right:10px!important;
			}

			.paddedlr_small-1749 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-1749 {
				margin:10px!important;
			}

			.margintb_small-1749 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-1749 {
				margin-top:10px!important;
			}

			.marginb_small-1749 {
				margin-bottom:10px!important;
			}

			.marginl_small-1749 {
				margin-left:10px!important;
			}

			.marginr_small-1749 {
				margin-right:10px!important;
			}

			.marginlr_small-1749 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_small {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_small-1749 {
				margin:-10px!important;
			}

			.nmargintb_small-1749 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_small-1749 {
				margin-top:-10px!important;
			}

			.nmarginb_small-1749 {
				margin-bottom:-10px!important;
			}

			.nmarginl_small-1749 {
				margin-left:-10px!important;
			}

			.nmarginr_small-1749 {
				margin-right:-10px!important;
			}
			
			.padded_medium-1749 {
				padding:20px!important;

			}

			.paddedtb_medium-1749 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-1749 {
				padding-top:20px!important;
			}

			.paddedb_medium-1749 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-1749 {
				padding-left:20px!important;
			}

			.paddedr_medium-1749 {
				padding-right:20px!important;
			}

			.paddedlr_medium-1749 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-1749 {
				margin:20px!important;
			}

			.margintb_medium-1749 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-1749 {
				margin-top:20px!important;
			}

			.marginb_medium-1749 {
				margin-bottom:20px!important;
			}

			.marginl_medium-1749 {
				margin-left:20px!important;
			}

			.marginr_medium-1749 {
				margin-right:20px!important;
			}

			.marginlr_medium-1749 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			
			.nmarginlr_medium {
				margin-left:-20px!important;
				margin-right:-20px!important;
			}
				
			.nmargin_medium-1749 {
				margin:-20px!important;
			}

			.nmargintb_medium-1749 {
				margin-top:-20px!important;
				margin-bottom:-20px!important;
			}

			.nmargint_medium-1749 {
				margin-top:-20px!important;
			}

			.nmarginb_medium-1749 {
				margin-bottom:-20px!important;
			}

			.nmarginl_medium-1749 {
				margin-left:-20px!important;
			}

			.nmarginr_medium-1749 {
				margin-right:-20px!important;
			}
			
			.padded_large-1749 {
				padding:40px!important;

			}

			.paddedtb_large-1749 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-1749 {
				padding-top:40px!important;
			}

			.paddedb_large-1749 {
				padding-bottom:40px!important;
			}

			.paddedl_large-1749 {
				padding-left:40px!important;
			}

			.paddedr_large-1749 {
				padding-right:40px!important;
			}

			.paddedlr_large-1749 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-1749 {
				margin:40px!important;
			}

			.margintb_large-1749 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-1749 {
				margin-top:40px!important;
			}

			.marginb_large-1749 {
				margin-bottom:40px!important;
			}

			.marginl_large-1749 {
				margin-left:40px!important;
			}

			.marginr_large-1749 {
				margin-right:40px!important;
			}

			.marginlr_large-1749 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			
			.nmarginlr_large {
				margin-left:-40px!important;
				margin-right:-40px!important;
			}
				
			.nmargin_large-1749 {
				margin:-40px!important;
			}

			.nmargintb_large-1749 {
				margin-top:-40px!important;
				margin-bottom:-40px!important;
			}

			.nmargint_large-1749 {
				margin-top:-40px!important;
			}

			.nmarginb_large-1749 {
				margin-bottom:-40px!important;
			}

			.nmarginl_large-1749 {
				margin-left:-40px!important;
			}

			.nmarginr_large-1749 {
				margin-right:-40px!important;
			}
			
			.padded_core-1749 {
				padding:10px!important;

			}

			.paddedtb_core-1749 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-1749 {
				padding-top:10px!important;
			}

			.paddedb_core-1749 {
				padding-bottom:10px!important;
			}

			.paddedl_core-1749 {
				padding-left:10px!important;
			}

			.paddedr_core-1749 {
				padding-right:10px!important;
			}

			.paddedlr_core-1749 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-1749 {
				margin:10px!important;
			}

			.margintb_core-1749 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-1749 {
				margin-top:10px!important;
			}

			.marginb_core-1749 {
				margin-bottom:10px!important;
			}

			.marginl_core-1749 {
				margin-left:10px!important;
			}

			.marginr_core-1749 {
				margin-right:10px!important;
			}

			.marginlr_core-1749 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_core {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_core-1749 {
				margin:-10px!important;
			}

			.nmargintb_core-1749 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_core-1749 {
				margin-top:-10px!important;
			}

			.nmarginb_core-1749 {
				margin-bottom:-10px!important;
			}

			.nmarginl_core-1749 {
				margin-left:-10px!important;
			}

			.nmarginr_core-1749 {
				margin-right:-10px!important;
			}
						
			.margin_auto-1749 {
				margin:auto!important;
			}

			.margintb_auto-1749 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-1749 {
				margin-top:auto!important;
			}

			.marginb_auto-1749 {
				margin-bottom:auto!important;
			}

			.marginl_auto-1749 {
				margin-left:auto!important;
			}

			.marginr_auto-1749 {
				margin-right:auto!important;
			}

			.marginlr_auto-1749 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			
			.nmarginlr_auto {
				margin-left:-auto!important;
				margin-right:-auto!important;
			}
				
			.nmargin_auto-1749 {
				margin:-auto!important;
			}

			.nmargintb_auto-1749 {
				margin-top:-auto!important;
				margin-bottom:-auto!important;
			}

			.nmargint_auto-1749 {
				margin-top:-auto!important;
			}

			.nmarginb_auto-1749 {
				margin-bottom:-auto!important;
			}

			.nmarginl_auto-1749 {
				margin-left:-auto!important;
			}

			.nmarginr_auto-1749 {
				margin-right:-auto!important;
			}
			
			.padded_none-1749 {
				padding:0px!important;

			}

			.paddedtb_none-1749 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-1749 {
				padding-top:0px!important;
			}

			.paddedb_none-1749 {
				padding-bottom:0px!important;
			}

			.paddedl_none-1749 {
				padding-left:0px!important;
			}

			.paddedr_none-1749 {
				padding-right:0px!important;
			}

			.paddedlr_none-1749 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-1749 {
				margin:0px!important;
			}

			.margintb_none-1749 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-1749 {
				margin-top:0px!important;
			}

			.marginb_none-1749 {
				margin-bottom:0px!important;
			}

			.marginl_none-1749 {
				margin-left:0px!important;
			}

			.marginr_none-1749 {
				margin-right:0px!important;
			}

			.marginlr_none-1749 {
				margin-left:0px!important;
				margin-right:0px!important;
			}
			
			.nmarginlr_none {
				margin-left:-0px!important;
				margin-right:-0px!important;
			}
				
			.nmargin_none-1749 {
				margin:-0px!important;
			}

			.nmargintb_none-1749 {
				margin-top:-0px!important;
				margin-bottom:-0px!important;
			}

			.nmargint_none-1749 {
				margin-top:-0px!important;
			}

			.nmarginb_none-1749 {
				margin-bottom:-0px!important;
			}

			.nmarginl_none-1749 {
				margin-left:-0px!important;
			}

			.nmarginr_none-1749 {
				margin-right:-0px!important;
			}
			
			.padded_p100-1749 {
				padding:100%!important;

			}

			.paddedtb_p100-1749 {
				padding-top:100%!important;
				padding-bottom:100%!important;
			}

			.paddedt_p100-1749 {
				padding-top:100%!important;
			}

			.paddedb_p100-1749 {
				padding-bottom:100%!important;
			}

			.paddedl_p100-1749 {
				padding-left:100%!important;
			}

			.paddedr_p100-1749 {
				padding-right:100%!important;
			}

			.paddedlr_p100-1749 {
				padding-left:100%!important;
				padding-right:100%!important;
			}
		
						
			.margin_p100-1749 {
				margin:100%!important;
			}

			.margintb_p100-1749 {
				margin-top:100%!important;
				margin-bottom:100%!important;
			}

			.margint_p100-1749 {
				margin-top:100%!important;
			}

			.marginb_p100-1749 {
				margin-bottom:100%!important;
			}

			.marginl_p100-1749 {
				margin-left:100%!important;
			}

			.marginr_p100-1749 {
				margin-right:100%!important;
			}

			.marginlr_p100-1749 {
				margin-left:100%!important;
				margin-right:100%!important;
			}
			
			.nmarginlr_p100 {
				margin-left:-100%!important;
				margin-right:-100%!important;
			}
				
			.nmargin_p100-1749 {
				margin:-100%!important;
			}

			.nmargintb_p100-1749 {
				margin-top:-100%!important;
				margin-bottom:-100%!important;
			}

			.nmargint_p100-1749 {
				margin-top:-100%!important;
			}

			.nmarginb_p100-1749 {
				margin-bottom:-100%!important;
			}

			.nmarginl_p100-1749 {
				margin-left:-100%!important;
			}

			.nmarginr_p100-1749 {
				margin-right:-100%!important;
			}
			
			.padded_p75-1749 {
				padding:75%!important;

			}

			.paddedtb_p75-1749 {
				padding-top:75%!important;
				padding-bottom:75%!important;
			}

			.paddedt_p75-1749 {
				padding-top:75%!important;
			}

			.paddedb_p75-1749 {
				padding-bottom:75%!important;
			}

			.paddedl_p75-1749 {
				padding-left:75%!important;
			}

			.paddedr_p75-1749 {
				padding-right:75%!important;
			}

			.paddedlr_p75-1749 {
				padding-left:75%!important;
				padding-right:75%!important;
			}
		
						
			.margin_p75-1749 {
				margin:75%!important;
			}

			.margintb_p75-1749 {
				margin-top:75%!important;
				margin-bottom:75%!important;
			}

			.margint_p75-1749 {
				margin-top:75%!important;
			}

			.marginb_p75-1749 {
				margin-bottom:75%!important;
			}

			.marginl_p75-1749 {
				margin-left:75%!important;
			}

			.marginr_p75-1749 {
				margin-right:75%!important;
			}

			.marginlr_p75-1749 {
				margin-left:75%!important;
				margin-right:75%!important;
			}
			
			.nmarginlr_p75 {
				margin-left:-75%!important;
				margin-right:-75%!important;
			}
				
			.nmargin_p75-1749 {
				margin:-75%!important;
			}

			.nmargintb_p75-1749 {
				margin-top:-75%!important;
				margin-bottom:-75%!important;
			}

			.nmargint_p75-1749 {
				margin-top:-75%!important;
			}

			.nmarginb_p75-1749 {
				margin-bottom:-75%!important;
			}

			.nmarginl_p75-1749 {
				margin-left:-75%!important;
			}

			.nmarginr_p75-1749 {
				margin-right:-75%!important;
			}
			
			.padded_p50-1749 {
				padding:50%!important;

			}

			.paddedtb_p50-1749 {
				padding-top:50%!important;
				padding-bottom:50%!important;
			}

			.paddedt_p50-1749 {
				padding-top:50%!important;
			}

			.paddedb_p50-1749 {
				padding-bottom:50%!important;
			}

			.paddedl_p50-1749 {
				padding-left:50%!important;
			}

			.paddedr_p50-1749 {
				padding-right:50%!important;
			}

			.paddedlr_p50-1749 {
				padding-left:50%!important;
				padding-right:50%!important;
			}
		
						
			.margin_p50-1749 {
				margin:50%!important;
			}

			.margintb_p50-1749 {
				margin-top:50%!important;
				margin-bottom:50%!important;
			}

			.margint_p50-1749 {
				margin-top:50%!important;
			}

			.marginb_p50-1749 {
				margin-bottom:50%!important;
			}

			.marginl_p50-1749 {
				margin-left:50%!important;
			}

			.marginr_p50-1749 {
				margin-right:50%!important;
			}

			.marginlr_p50-1749 {
				margin-left:50%!important;
				margin-right:50%!important;
			}
			
			.nmarginlr_p50 {
				margin-left:-50%!important;
				margin-right:-50%!important;
			}
				
			.nmargin_p50-1749 {
				margin:-50%!important;
			}

			.nmargintb_p50-1749 {
				margin-top:-50%!important;
				margin-bottom:-50%!important;
			}

			.nmargint_p50-1749 {
				margin-top:-50%!important;
			}

			.nmarginb_p50-1749 {
				margin-bottom:-50%!important;
			}

			.nmarginl_p50-1749 {
				margin-left:-50%!important;
			}

			.nmarginr_p50-1749 {
				margin-right:-50%!important;
			}
			
			.padded_p25-1749 {
				padding:25%!important;

			}

			.paddedtb_p25-1749 {
				padding-top:25%!important;
				padding-bottom:25%!important;
			}

			.paddedt_p25-1749 {
				padding-top:25%!important;
			}

			.paddedb_p25-1749 {
				padding-bottom:25%!important;
			}

			.paddedl_p25-1749 {
				padding-left:25%!important;
			}

			.paddedr_p25-1749 {
				padding-right:25%!important;
			}

			.paddedlr_p25-1749 {
				padding-left:25%!important;
				padding-right:25%!important;
			}
		
						
			.margin_p25-1749 {
				margin:25%!important;
			}

			.margintb_p25-1749 {
				margin-top:25%!important;
				margin-bottom:25%!important;
			}

			.margint_p25-1749 {
				margin-top:25%!important;
			}

			.marginb_p25-1749 {
				margin-bottom:25%!important;
			}

			.marginl_p25-1749 {
				margin-left:25%!important;
			}

			.marginr_p25-1749 {
				margin-right:25%!important;
			}

			.marginlr_p25-1749 {
				margin-left:25%!important;
				margin-right:25%!important;
			}
			
			.nmarginlr_p25 {
				margin-left:-25%!important;
				margin-right:-25%!important;
			}
				
			.nmargin_p25-1749 {
				margin:-25%!important;
			}

			.nmargintb_p25-1749 {
				margin-top:-25%!important;
				margin-bottom:-25%!important;
			}

			.nmargint_p25-1749 {
				margin-top:-25%!important;
			}

			.nmarginb_p25-1749 {
				margin-bottom:-25%!important;
			}

			.nmarginl_p25-1749 {
				margin-left:-25%!important;
			}

			.nmarginr_p25-1749 {
				margin-right:-25%!important;
			}
				.border_1-1749 {
		border:solid 1px rgba(0,0,0,0.5);;
	}

	.bordertb_1-1749 {
		border-top:solid 1px rgba(0,0,0,0.5);;
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.bordert_1-1749 {
		border-top:solid 1px rgba(0,0,0,0.5);;
	}

	.borderb_1-1749 {
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.borderl_1-1749 {
		border-left:solid 1px rgba(0,0,0,0.5);;
	}

	.borderr_1-1749 {
		border-right:solid 1px rgba(0,0,0,0.5);;
	}

	.borderlr_1-1749 {
		border-left:solid 1px rgba(0,0,0,0.5);;
		border-right:solid 1px rgba(0,0,0,0.5);;
	}
		.border_none-1749 {
		border:none;
	}

	.bordertb_none-1749 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-1749 {
		border-top:none;
	}

	.borderb_none-1749 {
		border-bottom:none;
	}

	.borderl_none-1749 {
		border-left:none;
	}

	.borderr_none-1749 {
		border-right:none;
	}

	.borderlr_none-1749 {
		border-left:none;
		border-right:none;
	}
		.border_core-1749 {
		border:solid 1px rgba(0,0,0,0.1);
	}

	.bordertb_core-1749 {
		border-top:solid 1px rgba(0,0,0,0.1);
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.bordert_core-1749 {
		border-top:solid 1px rgba(0,0,0,0.1);
	}

	.borderb_core-1749 {
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.borderl_core-1749 {
		border-left:solid 1px rgba(0,0,0,0.1);
	}

	.borderr_core-1749 {
		border-right:solid 1px rgba(0,0,0,0.1);
	}

	.borderlr_core-1749 {
		border-left:solid 1px rgba(0,0,0,0.1);
		border-right:solid 1px rgba(0,0,0,0.1);
	}
				.colour1_bg-1749 {
				background-color:#000000!important;
			}

			.colour1_bg-1749,
			a.colour1_bg-1749 {
				color:#FFFFFF!important;
			}
		
			.colour1_bg-1749 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour1-1749 a,
			a.colour1-1749 {
				color:#000000;
							}
			
			.colour1-1749 {
					color:#000000;
				background:transparent!important;
						}

					
			.colour1_bg-1749 input[type=text],
			.colour1_bg-1749 input[type=password],
			.colour1_bg-1749 input[type=number],
			.colour1_bg-1749 textarea,
			.colour1_bg-1749 select,
			.colour1_bg-1749 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour1_bg-1749 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour1_bg-1749 select {
				color:rgba(255,255,255,0.7);
			}

			.colour1_bg-1749 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour1_bg-1749 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour2_bg-1749 {
				background-color:#4b4a4b!important;
			}

			.colour2_bg-1749,
			a.colour2_bg-1749 {
				color:#FFFFFF!important;
			}
		
			.colour2_bg-1749 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour2-1749 a,
			a.colour2-1749 {
				color:#4b4a4b;
							}
			
			.colour2-1749 {
					color:#4b4a4b;
				background:transparent!important;
						}

					
			.colour2_bg-1749 input[type=text],
			.colour2_bg-1749 input[type=password],
			.colour2_bg-1749 input[type=number],
			.colour2_bg-1749 textarea,
			.colour2_bg-1749 select,
			.colour2_bg-1749 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour2_bg-1749 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour2_bg-1749 select {
				color:rgba(255,255,255,0.7);
			}

			.colour2_bg-1749 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour2_bg-1749 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour3_bg-1749 {
				background-color:#616062!important;
			}

			.colour3_bg-1749,
			a.colour3_bg-1749 {
				color:#FFFFFF!important;
			}
		
			.colour3_bg-1749 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour3-1749 a,
			a.colour3-1749 {
				color:#616062;
							}
			
			.colour3-1749 {
					color:#616062;
				background:transparent!important;
						}

					
			.colour3_bg-1749 input[type=text],
			.colour3_bg-1749 input[type=password],
			.colour3_bg-1749 input[type=number],
			.colour3_bg-1749 textarea,
			.colour3_bg-1749 select,
			.colour3_bg-1749 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour3_bg-1749 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour3_bg-1749 select {
				color:rgba(255,255,255,0.7);
			}

			.colour3_bg-1749 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour3_bg-1749 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour4_bg-1749 {
				background-color:#FFFFFF!important;
			}

			.colour4_bg-1749,
			a.colour4_bg-1749 {
				color:#202020!important;
			}
		
			.colour4_bg-1749 a:not(.more) {
				color:#202020;
			}

			
			.colour4-1749 a,
			a.colour4-1749 {
				color:#FFFFFF;
							}
			
			.colour4-1749 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour4_bg-1749 input[type=text],
			.colour4_bg-1749 input[type=password],
			.colour4_bg-1749 input[type=number],
			.colour4_bg-1749 textarea,
			.colour4_bg-1749 select,
			.colour4_bg-1749 select option {
				border-color:#202020;
				color:#202020;
				background:transparent;
			}
		
			.colour4_bg-1749 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour4_bg-1749 select {
				color:rgba(32,32,32,0.7);
			}

			.colour4_bg-1749 ::-webkit-input-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}

			.colour4_bg-1749 ::-moz-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}
		
						.colour5_bg-1749 {
				background-color:#FFFFFF!important;
			}

			.colour5_bg-1749,
			a.colour5_bg-1749 {
				color:#424040!important;
			}
		
			.colour5_bg-1749 a:not(.more) {
				color:#424040;
			}

			
			.colour5-1749 a,
			a.colour5-1749 {
				color:#FFFFFF;
							}
			
			.colour5-1749 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour5_bg-1749 input[type=text],
			.colour5_bg-1749 input[type=password],
			.colour5_bg-1749 input[type=number],
			.colour5_bg-1749 textarea,
			.colour5_bg-1749 select,
			.colour5_bg-1749 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour5_bg-1749 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour5_bg-1749 select {
				color:rgba(66,64,64,0.7);
			}

			.colour5_bg-1749 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour5_bg-1749 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
						.colour6_bg-1749 {
				background-color:#EEEEEE!important;
			}

			.colour6_bg-1749,
			a.colour6_bg-1749 {
				color:#424040!important;
			}
		
			.colour6_bg-1749 a:not(.more) {
				color:#424040;
			}

			
			.colour6-1749 a,
			a.colour6-1749 {
				color:#EEEEEE;
							}
			
			.colour6-1749 {
					color:#EEEEEE;
				background:transparent!important;
						}

					
			.colour6_bg-1749 input[type=text],
			.colour6_bg-1749 input[type=password],
			.colour6_bg-1749 input[type=number],
			.colour6_bg-1749 textarea,
			.colour6_bg-1749 select,
			.colour6_bg-1749 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour6_bg-1749 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour6_bg-1749 select {
				color:rgba(66,64,64,0.7);
			}

			.colour6_bg-1749 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour6_bg-1749 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
			
}

@media only screen and (max-width : 1699px) {
	
.grid.eight-1699 {
	float:left!important;
	width:10.575%!important;
margin-right:2.2%!important;;
}

.grid.eight_x2-1699 {
	float:left!important;
	width:23.35%!important;
margin-right:2.2%!important;;
}

.grid.eight_x3-1699 {
	float:left!important;
	width:36.125%!important;
margin-right:2.2%!important;;
}

.grid.eight_x4-1699 {
	float:left!important;
	width:48.9%!important;
margin-right:2.2%!important;;
}

.grid.eight_x5-1699 {
	float:left!important;
	width:61.675%!important;
margin-right:2.2%!important;;
}

.grid.eight_x6-1699 {
	float:left!important;
	width:74.45%!important;
margin-right:2.2%!important;;
}

.grid.eight_x7-1699 {
	float:left!important;
	width:87.225%!important;
margin-right:2.2%!important;;
}

.grid.seven-1699 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-1699 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-1699 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-1699 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-1699 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-1699 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-1699 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-1699 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-1699 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-1699 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-1699 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-1699 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-1699 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-1699 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-1699 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-1699 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-1699 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-1699 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-1699 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-1699 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-1699 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-1699 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.eight-1699 {
	width:12.5%!important;
}

.floatl.eight_x2-1699 {
	width:25%!important;
}

.floatl.eight_x3-1699 {
	width:37.5%!important;
}

.floatl.eight_x4-1699 {
	width:50%!important;
}

.floatl.eight_x5-1699 {
	width:62.5%!important;
}

.floatl.eight_x6-1699 {
	width:75%!important;
}

.floatl.eight_x7-1699 {
	width:87.5%!important;
}

.floatl.seven-1699 {
	width:14.28571429%!important;
}

.floatl.seven_x2-1699 {
	width:28.57142857%!important;
}

.floatl.seven_x3-1699 {
	width:42.85714286%!important;
}

.floatl.seven_x4-1699 {
	width:57.14285714%!important;
}

.floatl.seven_x5-1699 {
	width:71.42857143%!important;
}

.floatl.seven_x6-1699 {
	width:85.71428571%!important;
}

.floatl.six-1699 {
	width:16.66666667%!important;
}

.floatl.six_x2-1699 {
	width:33.33333333%!important;
}

.floatl.six_x3-1699 {
	width:50%!important;
}

.floatl.six_x4-1699 {
	width:66.6666667%!important;
}

.floatl.six_x5-1699 {
	width:83%!important;
}

.floatl.five-1699 {
	width:20%!important;
}

.floatl.five_x2-1699 {
	width:40%!important;
}

.floatl.five_x3-1699 {
	width:60%!important;
}

.floatl.five_x4-1699 {
	width:80%!important;
}

.floatl.four-1699 {
	width:25%!important;
}

.floatl.four_x2-1699 {
	width:50%!important;
}

.floatl.four_x3-1699 {
	width:75%!important;
}

.floatl.three-1699 {
	width:33.33333333%!important;
}

.floatl.three_x2-1699 {
	width:66.66666667%!important;
}

.floatl.two-1699 {
	width:50%!important;
}

.floatl.one-1699 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

.o1-1699 {
		order:1;
	}

.fl1-1699 {
	flex:1;
}

.gridc > .r1-1699 {
	grid-row-start:1;
}
.gridc-1699 > .r1-1699 {
	grid-row-start:1;
	overflow:hidden;
}
.gridc > .re1-1699 {
	grid-row-end:1;
}
.gridc-1699 > .re1-1699 {
	grid-row-end:1;
}
.gridc > .c1-1699 {
	grid-column-start:1;
}
.gridc-1699 > .c1-1699 {
	grid-column-start:1;
}
.gridc > .ce1-1699 {
	grid-column-end:1;
}
.gridc-1699 > .ce1-1699 {
	grid-column-end:1;
}

.o2-1699 {
		order:2;
	}

.fl2-1699 {
	flex:2;
}

.gridc > .r2-1699 {
	grid-row-start:2;
}
.gridc-1699 > .r2-1699 {
	grid-row-start:2;
	overflow:hidden;
}
.gridc > .re2-1699 {
	grid-row-end:2;
}
.gridc-1699 > .re2-1699 {
	grid-row-end:2;
}
.gridc > .c2-1699 {
	grid-column-start:2;
}
.gridc-1699 > .c2-1699 {
	grid-column-start:2;
}
.gridc > .ce2-1699 {
	grid-column-end:2;
}
.gridc-1699 > .ce2-1699 {
	grid-column-end:2;
}

.o3-1699 {
		order:3;
	}

.fl3-1699 {
	flex:3;
}

.gridc > .r3-1699 {
	grid-row-start:3;
}
.gridc-1699 > .r3-1699 {
	grid-row-start:3;
	overflow:hidden;
}
.gridc > .re3-1699 {
	grid-row-end:3;
}
.gridc-1699 > .re3-1699 {
	grid-row-end:3;
}
.gridc > .c3-1699 {
	grid-column-start:3;
}
.gridc-1699 > .c3-1699 {
	grid-column-start:3;
}
.gridc > .ce3-1699 {
	grid-column-end:3;
}
.gridc-1699 > .ce3-1699 {
	grid-column-end:3;
}

.o4-1699 {
		order:4;
	}

.fl4-1699 {
	flex:4;
}

.gridc > .r4-1699 {
	grid-row-start:4;
}
.gridc-1699 > .r4-1699 {
	grid-row-start:4;
	overflow:hidden;
}
.gridc > .re4-1699 {
	grid-row-end:4;
}
.gridc-1699 > .re4-1699 {
	grid-row-end:4;
}
.gridc > .c4-1699 {
	grid-column-start:4;
}
.gridc-1699 > .c4-1699 {
	grid-column-start:4;
}
.gridc > .ce4-1699 {
	grid-column-end:4;
}
.gridc-1699 > .ce4-1699 {
	grid-column-end:4;
}

.o5-1699 {
		order:5;
	}

.fl5-1699 {
	flex:5;
}

.gridc > .r5-1699 {
	grid-row-start:5;
}
.gridc-1699 > .r5-1699 {
	grid-row-start:5;
	overflow:hidden;
}
.gridc > .re5-1699 {
	grid-row-end:5;
}
.gridc-1699 > .re5-1699 {
	grid-row-end:5;
}
.gridc > .c5-1699 {
	grid-column-start:5;
}
.gridc-1699 > .c5-1699 {
	grid-column-start:5;
}
.gridc > .ce5-1699 {
	grid-column-end:5;
}
.gridc-1699 > .ce5-1699 {
	grid-column-end:5;
}

.o6-1699 {
		order:6;
	}

.fl6-1699 {
	flex:6;
}

.gridc > .r6-1699 {
	grid-row-start:6;
}
.gridc-1699 > .r6-1699 {
	grid-row-start:6;
	overflow:hidden;
}
.gridc > .re6-1699 {
	grid-row-end:6;
}
.gridc-1699 > .re6-1699 {
	grid-row-end:6;
}
.gridc > .c6-1699 {
	grid-column-start:6;
}
.gridc-1699 > .c6-1699 {
	grid-column-start:6;
}
.gridc > .ce6-1699 {
	grid-column-end:6;
}
.gridc-1699 > .ce6-1699 {
	grid-column-end:6;
}

.o7-1699 {
		order:7;
	}

.fl7-1699 {
	flex:7;
}

.gridc > .r7-1699 {
	grid-row-start:7;
}
.gridc-1699 > .r7-1699 {
	grid-row-start:7;
	overflow:hidden;
}
.gridc > .re7-1699 {
	grid-row-end:7;
}
.gridc-1699 > .re7-1699 {
	grid-row-end:7;
}
.gridc > .c7-1699 {
	grid-column-start:7;
}
.gridc-1699 > .c7-1699 {
	grid-column-start:7;
}
.gridc > .ce7-1699 {
	grid-column-end:7;
}
.gridc-1699 > .ce7-1699 {
	grid-column-end:7;
}

.o8-1699 {
		order:8;
	}

.fl8-1699 {
	flex:8;
}

.gridc > .r8-1699 {
	grid-row-start:8;
}
.gridc-1699 > .r8-1699 {
	grid-row-start:8;
	overflow:hidden;
}
.gridc > .re8-1699 {
	grid-row-end:8;
}
.gridc-1699 > .re8-1699 {
	grid-row-end:8;
}
.gridc > .c8-1699 {
	grid-column-start:8;
}
.gridc-1699 > .c8-1699 {
	grid-column-start:8;
}
.gridc > .ce8-1699 {
	grid-column-end:8;
}
.gridc-1699 > .ce8-1699 {
	grid-column-end:8;
}

.o9-1699 {
		order:9;
	}

.fl9-1699 {
	flex:9;
}

.gridc > .r9-1699 {
	grid-row-start:9;
}
.gridc-1699 > .r9-1699 {
	grid-row-start:9;
	overflow:hidden;
}
.gridc > .re9-1699 {
	grid-row-end:9;
}
.gridc-1699 > .re9-1699 {
	grid-row-end:9;
}
.gridc > .c9-1699 {
	grid-column-start:9;
}
.gridc-1699 > .c9-1699 {
	grid-column-start:9;
}
.gridc > .ce9-1699 {
	grid-column-end:9;
}
.gridc-1699 > .ce9-1699 {
	grid-column-end:9;
}

.z1-1699 {
	z-index:1;
}

.z9999999-1699 {
	z-index:9999999;
}

.z2-1699 {
	z-index:2;
}

.z9999998-1699 {
	z-index:9999998;
}

.z3-1699 {
	z-index:3;
}

.z9999997-1699 {
	z-index:9999997;
}

.z4-1699 {
	z-index:4;
}

.z9999996-1699 {
	z-index:9999996;
}

.z5-1699 {
	z-index:5;
}

.z9999995-1699 {
	z-index:9999995;
}

.z6-1699 {
	z-index:6;
}

.z9999994-1699 {
	z-index:9999994;
}

.z7-1699 {
	z-index:7;
}

.z9999993-1699 {
	z-index:9999993;
}

.z8-1699 {
	z-index:8;
}

.z9999992-1699 {
	z-index:9999992;
}

.z9-1699 {
	z-index:9;
}

.z9999991-1699 {
	z-index:9999991;
}

.w100-1699 {
	font-weight:100;
}
.w200-1699 {
	font-weight:200;
}
.w300-1699 {
	font-weight:300;
}
.w400-1699 {
	font-weight:400;
}
.w500-1699 {
	font-weight:500;
}
.w600-1699 {
	font-weight:600;
}
.w700-1699 {
	font-weight:700;
}
.w800-1699 {
	font-weight:800;
}
.w900-1699 {
	font-weight:900;
}
.f1-1699 {
	font-size:1.1em;
	line-height:1.1em;
}

p.f1-1699,
p > *.f1-1699 {
	line-height:1.4em;
}
.f1_5-1699 {
	font-size:1.15em;
	line-height:1.15em;
}

p.f1_5-1699,
p > *.f1_5-1699 {
	line-height:1.18em;
}
.f2-1699 {
	font-size:1.2em;
	line-height:1.2em;
}

p.f2-1699,
p > *.f2-1699 {
	line-height:1.5em;
}
.f2_5-1699 {
	font-size:1.25em;
	line-height:1.25em;
}

p.f2_5-1699,
p > *.f2_5-1699 {
	line-height:1.28em;
}
.f3-1699 {
	font-size:1.3em;
	line-height:1.3em;
}

p.f3-1699,
p > *.f3-1699 {
	line-height:1.6em;
}
.f3_5-1699 {
	font-size:1.35em;
	line-height:1.35em;
}

p.f3_5-1699,
p > *.f3_5-1699 {
	line-height:1.38em;
}
.f4-1699 {
	font-size:1.4em;
	line-height:1.4em;
}

p.f4-1699,
p > *.f4-1699 {
	line-height:1.7em;
}
.f4_5-1699 {
	font-size:1.45em;
	line-height:1.45em;
}

p.f4_5-1699,
p > *.f4_5-1699 {
	line-height:1.48em;
}
.f5-1699 {
	font-size:1.5em;
	line-height:1.5em;
}

p.f5-1699,
p > *.f5-1699 {
	line-height:1.8em;
}
.f5_5-1699 {
	font-size:1.55em;
	line-height:1.55em;
}

p.f5_5-1699,
p > *.f5_5-1699 {
	line-height:1.58em;
}
.f6-1699 {
	font-size:1.6em;
	line-height:1.6em;
}

p.f6-1699,
p > *.f6-1699 {
	line-height:1.9em;
}
.f6_5-1699 {
	font-size:1.65em;
	line-height:1.65em;
}

p.f6_5-1699,
p > *.f6_5-1699 {
	line-height:1.68em;
}
.f7-1699 {
	font-size:1.7em;
	line-height:1.7em;
}

p.f7-1699,
p > *.f7-1699 {
	line-height:1.10em;
}
.f7_5-1699 {
	font-size:1.75em;
	line-height:1.75em;
}

p.f7_5-1699,
p > *.f7_5-1699 {
	line-height:1.78em;
}
.f8-1699 {
	font-size:1.8em;
	line-height:1.8em;
}

p.f8-1699,
p > *.f8-1699 {
	line-height:1.11em;
}
.f8_5-1699 {
	font-size:1.85em;
	line-height:1.85em;
}

p.f8_5-1699,
p > *.f8_5-1699 {
	line-height:1.88em;
}
.f9-1699 {
	font-size:1.9em;
	line-height:1.9em;
}

p.f9-1699,
p > *.f9-1699 {
	line-height:1.12em;
}
.f9_5-1699 {
	font-size:1.95em;
	line-height:1.95em;
}

p.f9_5-1699,
p > *.f9_5-1699 {
	line-height:1.98em;
}
.f10-1699 {
	font-size:2em;
	line-height:2em;
}

p.f10-1699,
p > *.f10-1699 {
	line-height:2em;
}
.f10_5-1699 {
	font-size:2em;
	line-height:2em;
}

p.f10_5-1699,
p > *.f10_5-1699 {
	line-height:2em;
}
.nf1-1699 {
	font-size:0.9em;
}

*:not(p):not(ul):not(ol).nf1-1699 {
	line-height:0.9em;
}

p.nf1-1699,
ul.nf1-1699,
ol.nf1-1699 {
	line-height:1.9em;
}
.nf1_5-1699 {
	font-size:0.85em;
}

*:not(p):not(ul):not(ol).nf1_5-1699 {
	line-height:0.85em;
}

p.nf1_5-1699,
ul.nf1_5-1699,
ol.nf1_5-1699 {
	line-height:1.85em;
}
.nf2-1699 {
	font-size:0.8em;
}

*:not(p):not(ul):not(ol).nf2-1699 {
	line-height:0.8em;
}

p.nf2-1699,
ul.nf2-1699,
ol.nf2-1699 {
	line-height:1.8em;
}
.nf2_5-1699 {
	font-size:0.75em;
}

*:not(p):not(ul):not(ol).nf2_5-1699 {
	line-height:0.75em;
}

p.nf2_5-1699,
ul.nf2_5-1699,
ol.nf2_5-1699 {
	line-height:1.75em;
}
.nf3-1699 {
	font-size:0.7em;
}

*:not(p):not(ul):not(ol).nf3-1699 {
	line-height:0.7em;
}

p.nf3-1699,
ul.nf3-1699,
ol.nf3-1699 {
	line-height:1.7em;
}
.nf3_5-1699 {
	font-size:0.65em;
}

*:not(p):not(ul):not(ol).nf3_5-1699 {
	line-height:0.65em;
}

p.nf3_5-1699,
ul.nf3_5-1699,
ol.nf3_5-1699 {
	line-height:1.65em;
}
.nf4-1699 {
	font-size:0.6em;
}

*:not(p):not(ul):not(ol).nf4-1699 {
	line-height:0.6em;
}

p.nf4-1699,
ul.nf4-1699,
ol.nf4-1699 {
	line-height:1.6em;
}
.nf4_5-1699 {
	font-size:0.55em;
}

*:not(p):not(ul):not(ol).nf4_5-1699 {
	line-height:0.55em;
}

p.nf4_5-1699,
ul.nf4_5-1699,
ol.nf4_5-1699 {
	line-height:1.55em;
}
.nf5-1699 {
	font-size:0.5em;
}

*:not(p):not(ul):not(ol).nf5-1699 {
	line-height:0.5em;
}

p.nf5-1699,
ul.nf5-1699,
ol.nf5-1699 {
	line-height:1.5em;
}
.nf5_5-1699 {
	font-size:0.45em;
}

*:not(p):not(ul):not(ol).nf5_5-1699 {
	line-height:0.45em;
}

p.nf5_5-1699,
ul.nf5_5-1699,
ol.nf5_5-1699 {
	line-height:1.45em;
}
.nf6-1699 {
	font-size:0.4em;
}

*:not(p):not(ul):not(ol).nf6-1699 {
	line-height:0.4em;
}

p.nf6-1699,
ul.nf6-1699,
ol.nf6-1699 {
	line-height:1.4em;
}
.nf6_5-1699 {
	font-size:0.35em;
}

*:not(p):not(ul):not(ol).nf6_5-1699 {
	line-height:0.35em;
}

p.nf6_5-1699,
ul.nf6_5-1699,
ol.nf6_5-1699 {
	line-height:1.35em;
}
.nf7-1699 {
	font-size:0.3em;
}

*:not(p):not(ul):not(ol).nf7-1699 {
	line-height:0.3em;
}

p.nf7-1699,
ul.nf7-1699,
ol.nf7-1699 {
	line-height:1.3em;
}
.nf7_5-1699 {
	font-size:0.25em;
}

*:not(p):not(ul):not(ol).nf7_5-1699 {
	line-height:0.25em;
}

p.nf7_5-1699,
ul.nf7_5-1699,
ol.nf7_5-1699 {
	line-height:1.25em;
}
.nf8-1699 {
	font-size:0.2em;
}

*:not(p):not(ul):not(ol).nf8-1699 {
	line-height:0.2em;
}

p.nf8-1699,
ul.nf8-1699,
ol.nf8-1699 {
	line-height:1.2em;
}
.nf8_5-1699 {
	font-size:0.15em;
}

*:not(p):not(ul):not(ol).nf8_5-1699 {
	line-height:0.15em;
}

p.nf8_5-1699,
ul.nf8_5-1699,
ol.nf8_5-1699 {
	line-height:1.15em;
}
.nf9-1699 {
	font-size:0.1em;
}

*:not(p):not(ul):not(ol).nf9-1699 {
	line-height:0.1em;
}

p.nf9-1699,
ul.nf9-1699,
ol.nf9-1699 {
	line-height:1.1em;
}
.nf9_5-1699 {
	font-size:0.05em;
}

*:not(p):not(ul):not(ol).nf9_5-1699 {
	line-height:0.05em;
}

p.nf9_5-1699,
ul.nf9_5-1699,
ol.nf9_5-1699 {
	line-height:1.05em;
}
  .invisible-1699 {
			visibility:hidden!important;
		}

  .last-1699 {
			margin-right:0px!important;
		}

  .floatl-1699 {
			float:left!important;
		}

  .floatr-1699 {
			float:right!important;
		}

  .left-1699 {
			float:left!important;
		}

  .right-1699 {
			float:right!important;
		}

  .floatn-1699,
 .grid.floatn-1699 {
			float:none!important;
		}

  .grid-1699 {
			float:left!important;
overflow:hidden;;
		}

  .grid.last-1699 {
			float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
		}

  .none-1699 {
			display:none!important;
		}

  .block-1699 {
			display:block!important;
		}

  .iblock-1699 {
			display:inline-block!important;
		}

  .inline-1699 {
			display:inline!important;
		}

  .table-1699 {
			display:table!important;
		}

  .row-1699 {
			display:table-row!important;
		}

  .cell-1699 {
			display:table-cell!important;
vertical-align:middle;
		}

  .collapse-1699 {
			border-collapse:collapse;
		}

  .clearl-1699 {
			clear:left!important;
		}

  .clearr-1699 {
			clear:right!important;
		}

  .clearn-1699 {
			clear:none!important;
		}

  .clearnone-1699 {
			clear:none!important;
		}

  .clearb-1699 {
			clear:both!important;
		}

  .clear-1699 {
			float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
		}

  .up-1699 {
			text-transform:uppercase;
		}

  .transnone-1699 {
			text-transform:none;
		}

  .strike-1699 {
			text-decoration:line-through;
		}

  .alignl-1699 {
			text-align:left!important;
		}

  .alignr-1699 {
			text-align:right!important;
		}

  .alignc-1699 {
			text-align:center!important;
		}

  .alignj-1699 {
			text-align:justify!important;
		}

  .valign-1699 {
			vertical-align:middle!important;
		}

  .widthauto-1699 {
			width:auto!important;
		}

  .heightauto-1699 {
			height:auto!important;
min-height:0px!important;
		}

.square.heightauto-1699::after {
	display:none!important;
}

.square.heightauto-1699 > * {
	position:static!important;
}

  .width0-1699 {
			width:0px;
		}

  .width50-1699 {
			width:50%;
		}

  .height0-1699 {
			height:0px;
		}

  .height50-1699 {
			height:50%;
		}

  .mw100-1699 {
			max-width:100%;
		}

  .mw90-1699 {
			max-width:90%;
		}

  .mw80-1699 {
			max-width:80%;
		}

  .mw70-1699 {
			max-width:70%;
		}

  .mw60-1699 {
			max-width:60%;
		}

  .mw50-1699 {
			max-width:50%;
		}

  .mw40-1699 {
			max-width:40%;
		}

  .mw30-1699 {
			max-width:30%;
		}

  .mw20-1699 {
			max-width:20%;
		}

  .mw10-1699 {
			max-width:10%;
		}

  .mwnone-1699 {
			max-width:none;
		}

  .fw-1699,
 .grid.fw-1699,
 .floatl.fw-1699 {
			width:100%!important;
      margin-left:0px!important;
			margin-right:0px!important;
		}

  .fh-1699 {
			height:100%!important;
		}

  .pointer-1699 {
			cursor:pointer!important;
		}

  .noallow-1699 {
			cursor:not-allowed!important;
		}

  .noselect-1699 {
			user-select:none!important;
		}

  .static-1699 {
			position:static!important;
		}

  .relative-1699 {
			position:relative!important;
		}

  .absolute-1699 {
			position:absolute!important;
		}

  .fixed-1699 {
			position:fixed!important;
		}

  .spacing-1699 {
			margin-bottom:7px!important;
		}

  .spacing.floatl-1699 {
			margin-right:15px!important;
		}

  .spacing.floatr-1699 {
			margin-left:15px!important;
		}

  .flowhide-1699 {
			overflow:hidden;
		}

  .flowshow-1699 {
			overflow:visible;
		}

  .flowauto-1699 {
			overflow:auto;
		}

  .nowrap-1699 {
			white-space:nowrap;
		}

  .lhreset-1699 {
			line-height:normal;
		}

  .circle-1699 {
			border-radius:50%!important;
		}

  .radnone-1699 {
			border-radius:0px!important;
		}

  .vh10-1699 {
			height:10vh!important;
		}

  .vh25-1699 {
			height:25vh!important;
		}

  .vh50-1699 {
			height:50vh!important;
		}

  .vh100-1699 {
			height:100vh!important;
		}

  .vw10-1699 {
			width:10vw!important;
		}

  .vw25-1699 {
			width:25vw!important;
		}

  .vw50-1699 {
			width:50vw!important;
		}

  .vw100-1699 {
			width:100vw!important;
		}

  .flexw-1699 {
			flex-wrap:wrap!important;
		}

  .flexwn-1699 {
			flex-wrap:nowrap!important;
		}

  .flexwr-1699 {
			flex-wrap:wrap-reverse!important;
		}

  .flexdr-1699 {
			flex-direction:row!important;
		}

  .flexdrr-1699 {
			flex-direction:row-reverse!important;
		}

  .flexdc-1699 {
			flex-direction:column!important;
		}

  .flexdcr-1699 {
			flex-direction:column-reverse!important;
		}

  .flex-1699 {
			display:flex!important;
align-items:center;
flex-wrap:wrap;;
		}

  .iflex-1699 {
			display:inline-flex!important;
align-items:center;;
		}

  .spaced-1699 {
			justify-content:space-between;
		}

  .flexdr.spaced-1699 {
			align-content:space-between;
		}

  .spacee-1699 {
			justify-content:space-evenly;
		}

  .falignst-1699 {
			align-items:stretch;;
		}

  .falignc-1699 {
			align-items:center;;
		}

  .faligns-1699 {
			align-items:flex-start;;
		}

  .faligne-1699 {
			align-items:flex-end;;
		}

  .fjustl-1699 {
			justify-content:flex-start;;
		}

  .fjustr-1699 {
			justify-content:flex-end;;
		}

  .fjustc-1699 {
			justify-content:center;;
		}

  .flexn-1699 {
			flex:none!important;width:100%;;
		}

  .gridc-1699 {
			display:grid!important;;
		}

  .o100-1699 {
			opacity:1;
		}

  .o90-1699 {
			opacity:0.9;
		}

  .o80-1699 {
			opacity:0.8;
		}

  .o70-1699 {
			opacity:0.7;
		}

  .o60-1699 {
			opacity:0.6;
		}

  .o50-1699 {
			opacity:0.5;
		}

  .o40-1699 {
			opacity:0.4;
		}

  .o30-1699 {
			opacity:0.3;
		}

  .o20-1699 {
			opacity:0.2;
		}

  .o10-1699 {
			opacity:0.1;
		}

  .o0-1699 {
			opacity:0;
		}

  .left0-1699 {
			left:0px!important;;
		}

  .right0-1699 {
			right:0px!important;;
		}

  .top0-1699 {
			top:0px!important;;
		}

  .bottom0-1699 {
			bottom:0px!important;;
		}

  .left50-1699 {
			left:50%!important;;
		}

  .right50-1699 {
			right:50%!important;;
		}

  .top50-1699 {
			top:50%!important;;
		}

  .bottom50-1699 {
			bottom:50%!important;;
		}

  .left100-1699 {
			left:100%!important;;
		}

  .right100-1699 {
			right:100%!important;;
		}

  .top100-1699 {
			top:100%!important;;
		}

  .bottom100-1699 {
			bottom:100%!important;;
		}

  .leftauto-1699 {
			left:auto!important;;
		}

  .rightauto-1699 {
			right:auto!important;;
		}

  .topauto-1699 {
			top:auto!important;;
		}

  .bottomauto-1699 {
			bottom:auto!important;;
		}

  .all0-1699 {
			top:0px!important;
bottom:0px!important;
left:0px!important;
right:0px!important;;
		}

  .lineup.fw-1699, .lineupgroup.fw-1699 {
			height:auto!important;
	}

	

			.padded_tiny-1699 {
				padding:5px!important;

			}

			.paddedtb_tiny-1699 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-1699 {
				padding-top:5px!important;
			}

			.paddedb_tiny-1699 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-1699 {
				padding-left:5px!important;
			}

			.paddedr_tiny-1699 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-1699 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-1699 {
				margin:5px!important;
			}

			.margintb_tiny-1699 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-1699 {
				margin-top:5px!important;
			}

			.marginb_tiny-1699 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-1699 {
				margin-left:5px!important;
			}

			.marginr_tiny-1699 {
				margin-right:5px!important;
			}

			.marginlr_tiny-1699 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			
			.nmarginlr_tiny {
				margin-left:-5px!important;
				margin-right:-5px!important;
			}
				
			.nmargin_tiny-1699 {
				margin:-5px!important;
			}

			.nmargintb_tiny-1699 {
				margin-top:-5px!important;
				margin-bottom:-5px!important;
			}

			.nmargint_tiny-1699 {
				margin-top:-5px!important;
			}

			.nmarginb_tiny-1699 {
				margin-bottom:-5px!important;
			}

			.nmarginl_tiny-1699 {
				margin-left:-5px!important;
			}

			.nmarginr_tiny-1699 {
				margin-right:-5px!important;
			}
			
			.padded_small-1699 {
				padding:10px!important;

			}

			.paddedtb_small-1699 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-1699 {
				padding-top:10px!important;
			}

			.paddedb_small-1699 {
				padding-bottom:10px!important;
			}

			.paddedl_small-1699 {
				padding-left:10px!important;
			}

			.paddedr_small-1699 {
				padding-right:10px!important;
			}

			.paddedlr_small-1699 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-1699 {
				margin:10px!important;
			}

			.margintb_small-1699 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-1699 {
				margin-top:10px!important;
			}

			.marginb_small-1699 {
				margin-bottom:10px!important;
			}

			.marginl_small-1699 {
				margin-left:10px!important;
			}

			.marginr_small-1699 {
				margin-right:10px!important;
			}

			.marginlr_small-1699 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_small {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_small-1699 {
				margin:-10px!important;
			}

			.nmargintb_small-1699 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_small-1699 {
				margin-top:-10px!important;
			}

			.nmarginb_small-1699 {
				margin-bottom:-10px!important;
			}

			.nmarginl_small-1699 {
				margin-left:-10px!important;
			}

			.nmarginr_small-1699 {
				margin-right:-10px!important;
			}
			
			.padded_medium-1699 {
				padding:20px!important;

			}

			.paddedtb_medium-1699 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-1699 {
				padding-top:20px!important;
			}

			.paddedb_medium-1699 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-1699 {
				padding-left:20px!important;
			}

			.paddedr_medium-1699 {
				padding-right:20px!important;
			}

			.paddedlr_medium-1699 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-1699 {
				margin:20px!important;
			}

			.margintb_medium-1699 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-1699 {
				margin-top:20px!important;
			}

			.marginb_medium-1699 {
				margin-bottom:20px!important;
			}

			.marginl_medium-1699 {
				margin-left:20px!important;
			}

			.marginr_medium-1699 {
				margin-right:20px!important;
			}

			.marginlr_medium-1699 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			
			.nmarginlr_medium {
				margin-left:-20px!important;
				margin-right:-20px!important;
			}
				
			.nmargin_medium-1699 {
				margin:-20px!important;
			}

			.nmargintb_medium-1699 {
				margin-top:-20px!important;
				margin-bottom:-20px!important;
			}

			.nmargint_medium-1699 {
				margin-top:-20px!important;
			}

			.nmarginb_medium-1699 {
				margin-bottom:-20px!important;
			}

			.nmarginl_medium-1699 {
				margin-left:-20px!important;
			}

			.nmarginr_medium-1699 {
				margin-right:-20px!important;
			}
			
			.padded_large-1699 {
				padding:40px!important;

			}

			.paddedtb_large-1699 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-1699 {
				padding-top:40px!important;
			}

			.paddedb_large-1699 {
				padding-bottom:40px!important;
			}

			.paddedl_large-1699 {
				padding-left:40px!important;
			}

			.paddedr_large-1699 {
				padding-right:40px!important;
			}

			.paddedlr_large-1699 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-1699 {
				margin:40px!important;
			}

			.margintb_large-1699 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-1699 {
				margin-top:40px!important;
			}

			.marginb_large-1699 {
				margin-bottom:40px!important;
			}

			.marginl_large-1699 {
				margin-left:40px!important;
			}

			.marginr_large-1699 {
				margin-right:40px!important;
			}

			.marginlr_large-1699 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			
			.nmarginlr_large {
				margin-left:-40px!important;
				margin-right:-40px!important;
			}
				
			.nmargin_large-1699 {
				margin:-40px!important;
			}

			.nmargintb_large-1699 {
				margin-top:-40px!important;
				margin-bottom:-40px!important;
			}

			.nmargint_large-1699 {
				margin-top:-40px!important;
			}

			.nmarginb_large-1699 {
				margin-bottom:-40px!important;
			}

			.nmarginl_large-1699 {
				margin-left:-40px!important;
			}

			.nmarginr_large-1699 {
				margin-right:-40px!important;
			}
			
			.padded_core-1699 {
				padding:10px!important;

			}

			.paddedtb_core-1699 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-1699 {
				padding-top:10px!important;
			}

			.paddedb_core-1699 {
				padding-bottom:10px!important;
			}

			.paddedl_core-1699 {
				padding-left:10px!important;
			}

			.paddedr_core-1699 {
				padding-right:10px!important;
			}

			.paddedlr_core-1699 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-1699 {
				margin:10px!important;
			}

			.margintb_core-1699 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-1699 {
				margin-top:10px!important;
			}

			.marginb_core-1699 {
				margin-bottom:10px!important;
			}

			.marginl_core-1699 {
				margin-left:10px!important;
			}

			.marginr_core-1699 {
				margin-right:10px!important;
			}

			.marginlr_core-1699 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_core {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_core-1699 {
				margin:-10px!important;
			}

			.nmargintb_core-1699 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_core-1699 {
				margin-top:-10px!important;
			}

			.nmarginb_core-1699 {
				margin-bottom:-10px!important;
			}

			.nmarginl_core-1699 {
				margin-left:-10px!important;
			}

			.nmarginr_core-1699 {
				margin-right:-10px!important;
			}
						
			.margin_auto-1699 {
				margin:auto!important;
			}

			.margintb_auto-1699 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-1699 {
				margin-top:auto!important;
			}

			.marginb_auto-1699 {
				margin-bottom:auto!important;
			}

			.marginl_auto-1699 {
				margin-left:auto!important;
			}

			.marginr_auto-1699 {
				margin-right:auto!important;
			}

			.marginlr_auto-1699 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			
			.nmarginlr_auto {
				margin-left:-auto!important;
				margin-right:-auto!important;
			}
				
			.nmargin_auto-1699 {
				margin:-auto!important;
			}

			.nmargintb_auto-1699 {
				margin-top:-auto!important;
				margin-bottom:-auto!important;
			}

			.nmargint_auto-1699 {
				margin-top:-auto!important;
			}

			.nmarginb_auto-1699 {
				margin-bottom:-auto!important;
			}

			.nmarginl_auto-1699 {
				margin-left:-auto!important;
			}

			.nmarginr_auto-1699 {
				margin-right:-auto!important;
			}
			
			.padded_none-1699 {
				padding:0px!important;

			}

			.paddedtb_none-1699 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-1699 {
				padding-top:0px!important;
			}

			.paddedb_none-1699 {
				padding-bottom:0px!important;
			}

			.paddedl_none-1699 {
				padding-left:0px!important;
			}

			.paddedr_none-1699 {
				padding-right:0px!important;
			}

			.paddedlr_none-1699 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-1699 {
				margin:0px!important;
			}

			.margintb_none-1699 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-1699 {
				margin-top:0px!important;
			}

			.marginb_none-1699 {
				margin-bottom:0px!important;
			}

			.marginl_none-1699 {
				margin-left:0px!important;
			}

			.marginr_none-1699 {
				margin-right:0px!important;
			}

			.marginlr_none-1699 {
				margin-left:0px!important;
				margin-right:0px!important;
			}
			
			.nmarginlr_none {
				margin-left:-0px!important;
				margin-right:-0px!important;
			}
				
			.nmargin_none-1699 {
				margin:-0px!important;
			}

			.nmargintb_none-1699 {
				margin-top:-0px!important;
				margin-bottom:-0px!important;
			}

			.nmargint_none-1699 {
				margin-top:-0px!important;
			}

			.nmarginb_none-1699 {
				margin-bottom:-0px!important;
			}

			.nmarginl_none-1699 {
				margin-left:-0px!important;
			}

			.nmarginr_none-1699 {
				margin-right:-0px!important;
			}
			
			.padded_p100-1699 {
				padding:100%!important;

			}

			.paddedtb_p100-1699 {
				padding-top:100%!important;
				padding-bottom:100%!important;
			}

			.paddedt_p100-1699 {
				padding-top:100%!important;
			}

			.paddedb_p100-1699 {
				padding-bottom:100%!important;
			}

			.paddedl_p100-1699 {
				padding-left:100%!important;
			}

			.paddedr_p100-1699 {
				padding-right:100%!important;
			}

			.paddedlr_p100-1699 {
				padding-left:100%!important;
				padding-right:100%!important;
			}
		
						
			.margin_p100-1699 {
				margin:100%!important;
			}

			.margintb_p100-1699 {
				margin-top:100%!important;
				margin-bottom:100%!important;
			}

			.margint_p100-1699 {
				margin-top:100%!important;
			}

			.marginb_p100-1699 {
				margin-bottom:100%!important;
			}

			.marginl_p100-1699 {
				margin-left:100%!important;
			}

			.marginr_p100-1699 {
				margin-right:100%!important;
			}

			.marginlr_p100-1699 {
				margin-left:100%!important;
				margin-right:100%!important;
			}
			
			.nmarginlr_p100 {
				margin-left:-100%!important;
				margin-right:-100%!important;
			}
				
			.nmargin_p100-1699 {
				margin:-100%!important;
			}

			.nmargintb_p100-1699 {
				margin-top:-100%!important;
				margin-bottom:-100%!important;
			}

			.nmargint_p100-1699 {
				margin-top:-100%!important;
			}

			.nmarginb_p100-1699 {
				margin-bottom:-100%!important;
			}

			.nmarginl_p100-1699 {
				margin-left:-100%!important;
			}

			.nmarginr_p100-1699 {
				margin-right:-100%!important;
			}
			
			.padded_p75-1699 {
				padding:75%!important;

			}

			.paddedtb_p75-1699 {
				padding-top:75%!important;
				padding-bottom:75%!important;
			}

			.paddedt_p75-1699 {
				padding-top:75%!important;
			}

			.paddedb_p75-1699 {
				padding-bottom:75%!important;
			}

			.paddedl_p75-1699 {
				padding-left:75%!important;
			}

			.paddedr_p75-1699 {
				padding-right:75%!important;
			}

			.paddedlr_p75-1699 {
				padding-left:75%!important;
				padding-right:75%!important;
			}
		
						
			.margin_p75-1699 {
				margin:75%!important;
			}

			.margintb_p75-1699 {
				margin-top:75%!important;
				margin-bottom:75%!important;
			}

			.margint_p75-1699 {
				margin-top:75%!important;
			}

			.marginb_p75-1699 {
				margin-bottom:75%!important;
			}

			.marginl_p75-1699 {
				margin-left:75%!important;
			}

			.marginr_p75-1699 {
				margin-right:75%!important;
			}

			.marginlr_p75-1699 {
				margin-left:75%!important;
				margin-right:75%!important;
			}
			
			.nmarginlr_p75 {
				margin-left:-75%!important;
				margin-right:-75%!important;
			}
				
			.nmargin_p75-1699 {
				margin:-75%!important;
			}

			.nmargintb_p75-1699 {
				margin-top:-75%!important;
				margin-bottom:-75%!important;
			}

			.nmargint_p75-1699 {
				margin-top:-75%!important;
			}

			.nmarginb_p75-1699 {
				margin-bottom:-75%!important;
			}

			.nmarginl_p75-1699 {
				margin-left:-75%!important;
			}

			.nmarginr_p75-1699 {
				margin-right:-75%!important;
			}
			
			.padded_p50-1699 {
				padding:50%!important;

			}

			.paddedtb_p50-1699 {
				padding-top:50%!important;
				padding-bottom:50%!important;
			}

			.paddedt_p50-1699 {
				padding-top:50%!important;
			}

			.paddedb_p50-1699 {
				padding-bottom:50%!important;
			}

			.paddedl_p50-1699 {
				padding-left:50%!important;
			}

			.paddedr_p50-1699 {
				padding-right:50%!important;
			}

			.paddedlr_p50-1699 {
				padding-left:50%!important;
				padding-right:50%!important;
			}
		
						
			.margin_p50-1699 {
				margin:50%!important;
			}

			.margintb_p50-1699 {
				margin-top:50%!important;
				margin-bottom:50%!important;
			}

			.margint_p50-1699 {
				margin-top:50%!important;
			}

			.marginb_p50-1699 {
				margin-bottom:50%!important;
			}

			.marginl_p50-1699 {
				margin-left:50%!important;
			}

			.marginr_p50-1699 {
				margin-right:50%!important;
			}

			.marginlr_p50-1699 {
				margin-left:50%!important;
				margin-right:50%!important;
			}
			
			.nmarginlr_p50 {
				margin-left:-50%!important;
				margin-right:-50%!important;
			}
				
			.nmargin_p50-1699 {
				margin:-50%!important;
			}

			.nmargintb_p50-1699 {
				margin-top:-50%!important;
				margin-bottom:-50%!important;
			}

			.nmargint_p50-1699 {
				margin-top:-50%!important;
			}

			.nmarginb_p50-1699 {
				margin-bottom:-50%!important;
			}

			.nmarginl_p50-1699 {
				margin-left:-50%!important;
			}

			.nmarginr_p50-1699 {
				margin-right:-50%!important;
			}
			
			.padded_p25-1699 {
				padding:25%!important;

			}

			.paddedtb_p25-1699 {
				padding-top:25%!important;
				padding-bottom:25%!important;
			}

			.paddedt_p25-1699 {
				padding-top:25%!important;
			}

			.paddedb_p25-1699 {
				padding-bottom:25%!important;
			}

			.paddedl_p25-1699 {
				padding-left:25%!important;
			}

			.paddedr_p25-1699 {
				padding-right:25%!important;
			}

			.paddedlr_p25-1699 {
				padding-left:25%!important;
				padding-right:25%!important;
			}
		
						
			.margin_p25-1699 {
				margin:25%!important;
			}

			.margintb_p25-1699 {
				margin-top:25%!important;
				margin-bottom:25%!important;
			}

			.margint_p25-1699 {
				margin-top:25%!important;
			}

			.marginb_p25-1699 {
				margin-bottom:25%!important;
			}

			.marginl_p25-1699 {
				margin-left:25%!important;
			}

			.marginr_p25-1699 {
				margin-right:25%!important;
			}

			.marginlr_p25-1699 {
				margin-left:25%!important;
				margin-right:25%!important;
			}
			
			.nmarginlr_p25 {
				margin-left:-25%!important;
				margin-right:-25%!important;
			}
				
			.nmargin_p25-1699 {
				margin:-25%!important;
			}

			.nmargintb_p25-1699 {
				margin-top:-25%!important;
				margin-bottom:-25%!important;
			}

			.nmargint_p25-1699 {
				margin-top:-25%!important;
			}

			.nmarginb_p25-1699 {
				margin-bottom:-25%!important;
			}

			.nmarginl_p25-1699 {
				margin-left:-25%!important;
			}

			.nmarginr_p25-1699 {
				margin-right:-25%!important;
			}
				.border_1-1699 {
		border:solid 1px rgba(0,0,0,0.5);;
	}

	.bordertb_1-1699 {
		border-top:solid 1px rgba(0,0,0,0.5);;
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.bordert_1-1699 {
		border-top:solid 1px rgba(0,0,0,0.5);;
	}

	.borderb_1-1699 {
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.borderl_1-1699 {
		border-left:solid 1px rgba(0,0,0,0.5);;
	}

	.borderr_1-1699 {
		border-right:solid 1px rgba(0,0,0,0.5);;
	}

	.borderlr_1-1699 {
		border-left:solid 1px rgba(0,0,0,0.5);;
		border-right:solid 1px rgba(0,0,0,0.5);;
	}
		.border_none-1699 {
		border:none;
	}

	.bordertb_none-1699 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-1699 {
		border-top:none;
	}

	.borderb_none-1699 {
		border-bottom:none;
	}

	.borderl_none-1699 {
		border-left:none;
	}

	.borderr_none-1699 {
		border-right:none;
	}

	.borderlr_none-1699 {
		border-left:none;
		border-right:none;
	}
		.border_core-1699 {
		border:solid 1px rgba(0,0,0,0.1);
	}

	.bordertb_core-1699 {
		border-top:solid 1px rgba(0,0,0,0.1);
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.bordert_core-1699 {
		border-top:solid 1px rgba(0,0,0,0.1);
	}

	.borderb_core-1699 {
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.borderl_core-1699 {
		border-left:solid 1px rgba(0,0,0,0.1);
	}

	.borderr_core-1699 {
		border-right:solid 1px rgba(0,0,0,0.1);
	}

	.borderlr_core-1699 {
		border-left:solid 1px rgba(0,0,0,0.1);
		border-right:solid 1px rgba(0,0,0,0.1);
	}
				.colour1_bg-1699 {
				background-color:#000000!important;
			}

			.colour1_bg-1699,
			a.colour1_bg-1699 {
				color:#FFFFFF!important;
			}
		
			.colour1_bg-1699 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour1-1699 a,
			a.colour1-1699 {
				color:#000000;
							}
			
			.colour1-1699 {
					color:#000000;
				background:transparent!important;
						}

					
			.colour1_bg-1699 input[type=text],
			.colour1_bg-1699 input[type=password],
			.colour1_bg-1699 input[type=number],
			.colour1_bg-1699 textarea,
			.colour1_bg-1699 select,
			.colour1_bg-1699 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour1_bg-1699 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour1_bg-1699 select {
				color:rgba(255,255,255,0.7);
			}

			.colour1_bg-1699 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour1_bg-1699 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour2_bg-1699 {
				background-color:#4b4a4b!important;
			}

			.colour2_bg-1699,
			a.colour2_bg-1699 {
				color:#FFFFFF!important;
			}
		
			.colour2_bg-1699 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour2-1699 a,
			a.colour2-1699 {
				color:#4b4a4b;
							}
			
			.colour2-1699 {
					color:#4b4a4b;
				background:transparent!important;
						}

					
			.colour2_bg-1699 input[type=text],
			.colour2_bg-1699 input[type=password],
			.colour2_bg-1699 input[type=number],
			.colour2_bg-1699 textarea,
			.colour2_bg-1699 select,
			.colour2_bg-1699 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour2_bg-1699 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour2_bg-1699 select {
				color:rgba(255,255,255,0.7);
			}

			.colour2_bg-1699 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour2_bg-1699 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour3_bg-1699 {
				background-color:#616062!important;
			}

			.colour3_bg-1699,
			a.colour3_bg-1699 {
				color:#FFFFFF!important;
			}
		
			.colour3_bg-1699 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour3-1699 a,
			a.colour3-1699 {
				color:#616062;
							}
			
			.colour3-1699 {
					color:#616062;
				background:transparent!important;
						}

					
			.colour3_bg-1699 input[type=text],
			.colour3_bg-1699 input[type=password],
			.colour3_bg-1699 input[type=number],
			.colour3_bg-1699 textarea,
			.colour3_bg-1699 select,
			.colour3_bg-1699 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour3_bg-1699 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour3_bg-1699 select {
				color:rgba(255,255,255,0.7);
			}

			.colour3_bg-1699 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour3_bg-1699 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour4_bg-1699 {
				background-color:#FFFFFF!important;
			}

			.colour4_bg-1699,
			a.colour4_bg-1699 {
				color:#202020!important;
			}
		
			.colour4_bg-1699 a:not(.more) {
				color:#202020;
			}

			
			.colour4-1699 a,
			a.colour4-1699 {
				color:#FFFFFF;
							}
			
			.colour4-1699 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour4_bg-1699 input[type=text],
			.colour4_bg-1699 input[type=password],
			.colour4_bg-1699 input[type=number],
			.colour4_bg-1699 textarea,
			.colour4_bg-1699 select,
			.colour4_bg-1699 select option {
				border-color:#202020;
				color:#202020;
				background:transparent;
			}
		
			.colour4_bg-1699 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour4_bg-1699 select {
				color:rgba(32,32,32,0.7);
			}

			.colour4_bg-1699 ::-webkit-input-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}

			.colour4_bg-1699 ::-moz-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}
		
						.colour5_bg-1699 {
				background-color:#FFFFFF!important;
			}

			.colour5_bg-1699,
			a.colour5_bg-1699 {
				color:#424040!important;
			}
		
			.colour5_bg-1699 a:not(.more) {
				color:#424040;
			}

			
			.colour5-1699 a,
			a.colour5-1699 {
				color:#FFFFFF;
							}
			
			.colour5-1699 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour5_bg-1699 input[type=text],
			.colour5_bg-1699 input[type=password],
			.colour5_bg-1699 input[type=number],
			.colour5_bg-1699 textarea,
			.colour5_bg-1699 select,
			.colour5_bg-1699 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour5_bg-1699 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour5_bg-1699 select {
				color:rgba(66,64,64,0.7);
			}

			.colour5_bg-1699 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour5_bg-1699 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
						.colour6_bg-1699 {
				background-color:#EEEEEE!important;
			}

			.colour6_bg-1699,
			a.colour6_bg-1699 {
				color:#424040!important;
			}
		
			.colour6_bg-1699 a:not(.more) {
				color:#424040;
			}

			
			.colour6-1699 a,
			a.colour6-1699 {
				color:#EEEEEE;
							}
			
			.colour6-1699 {
					color:#EEEEEE;
				background:transparent!important;
						}

					
			.colour6_bg-1699 input[type=text],
			.colour6_bg-1699 input[type=password],
			.colour6_bg-1699 input[type=number],
			.colour6_bg-1699 textarea,
			.colour6_bg-1699 select,
			.colour6_bg-1699 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour6_bg-1699 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour6_bg-1699 select {
				color:rgba(66,64,64,0.7);
			}

			.colour6_bg-1699 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour6_bg-1699 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
			
}

@media only screen and (max-width : 1649px) {
	
.grid.eight-1649 {
	float:left!important;
	width:10.575%!important;
margin-right:2.2%!important;;
}

.grid.eight_x2-1649 {
	float:left!important;
	width:23.35%!important;
margin-right:2.2%!important;;
}

.grid.eight_x3-1649 {
	float:left!important;
	width:36.125%!important;
margin-right:2.2%!important;;
}

.grid.eight_x4-1649 {
	float:left!important;
	width:48.9%!important;
margin-right:2.2%!important;;
}

.grid.eight_x5-1649 {
	float:left!important;
	width:61.675%!important;
margin-right:2.2%!important;;
}

.grid.eight_x6-1649 {
	float:left!important;
	width:74.45%!important;
margin-right:2.2%!important;;
}

.grid.eight_x7-1649 {
	float:left!important;
	width:87.225%!important;
margin-right:2.2%!important;;
}

.grid.seven-1649 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-1649 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-1649 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-1649 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-1649 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-1649 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-1649 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-1649 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-1649 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-1649 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-1649 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-1649 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-1649 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-1649 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-1649 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-1649 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-1649 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-1649 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-1649 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-1649 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-1649 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-1649 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.eight-1649 {
	width:12.5%!important;
}

.floatl.eight_x2-1649 {
	width:25%!important;
}

.floatl.eight_x3-1649 {
	width:37.5%!important;
}

.floatl.eight_x4-1649 {
	width:50%!important;
}

.floatl.eight_x5-1649 {
	width:62.5%!important;
}

.floatl.eight_x6-1649 {
	width:75%!important;
}

.floatl.eight_x7-1649 {
	width:87.5%!important;
}

.floatl.seven-1649 {
	width:14.28571429%!important;
}

.floatl.seven_x2-1649 {
	width:28.57142857%!important;
}

.floatl.seven_x3-1649 {
	width:42.85714286%!important;
}

.floatl.seven_x4-1649 {
	width:57.14285714%!important;
}

.floatl.seven_x5-1649 {
	width:71.42857143%!important;
}

.floatl.seven_x6-1649 {
	width:85.71428571%!important;
}

.floatl.six-1649 {
	width:16.66666667%!important;
}

.floatl.six_x2-1649 {
	width:33.33333333%!important;
}

.floatl.six_x3-1649 {
	width:50%!important;
}

.floatl.six_x4-1649 {
	width:66.6666667%!important;
}

.floatl.six_x5-1649 {
	width:83%!important;
}

.floatl.five-1649 {
	width:20%!important;
}

.floatl.five_x2-1649 {
	width:40%!important;
}

.floatl.five_x3-1649 {
	width:60%!important;
}

.floatl.five_x4-1649 {
	width:80%!important;
}

.floatl.four-1649 {
	width:25%!important;
}

.floatl.four_x2-1649 {
	width:50%!important;
}

.floatl.four_x3-1649 {
	width:75%!important;
}

.floatl.three-1649 {
	width:33.33333333%!important;
}

.floatl.three_x2-1649 {
	width:66.66666667%!important;
}

.floatl.two-1649 {
	width:50%!important;
}

.floatl.one-1649 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

.o1-1649 {
		order:1;
	}

.fl1-1649 {
	flex:1;
}

.gridc > .r1-1649 {
	grid-row-start:1;
}
.gridc-1649 > .r1-1649 {
	grid-row-start:1;
	overflow:hidden;
}
.gridc > .re1-1649 {
	grid-row-end:1;
}
.gridc-1649 > .re1-1649 {
	grid-row-end:1;
}
.gridc > .c1-1649 {
	grid-column-start:1;
}
.gridc-1649 > .c1-1649 {
	grid-column-start:1;
}
.gridc > .ce1-1649 {
	grid-column-end:1;
}
.gridc-1649 > .ce1-1649 {
	grid-column-end:1;
}

.o2-1649 {
		order:2;
	}

.fl2-1649 {
	flex:2;
}

.gridc > .r2-1649 {
	grid-row-start:2;
}
.gridc-1649 > .r2-1649 {
	grid-row-start:2;
	overflow:hidden;
}
.gridc > .re2-1649 {
	grid-row-end:2;
}
.gridc-1649 > .re2-1649 {
	grid-row-end:2;
}
.gridc > .c2-1649 {
	grid-column-start:2;
}
.gridc-1649 > .c2-1649 {
	grid-column-start:2;
}
.gridc > .ce2-1649 {
	grid-column-end:2;
}
.gridc-1649 > .ce2-1649 {
	grid-column-end:2;
}

.o3-1649 {
		order:3;
	}

.fl3-1649 {
	flex:3;
}

.gridc > .r3-1649 {
	grid-row-start:3;
}
.gridc-1649 > .r3-1649 {
	grid-row-start:3;
	overflow:hidden;
}
.gridc > .re3-1649 {
	grid-row-end:3;
}
.gridc-1649 > .re3-1649 {
	grid-row-end:3;
}
.gridc > .c3-1649 {
	grid-column-start:3;
}
.gridc-1649 > .c3-1649 {
	grid-column-start:3;
}
.gridc > .ce3-1649 {
	grid-column-end:3;
}
.gridc-1649 > .ce3-1649 {
	grid-column-end:3;
}

.o4-1649 {
		order:4;
	}

.fl4-1649 {
	flex:4;
}

.gridc > .r4-1649 {
	grid-row-start:4;
}
.gridc-1649 > .r4-1649 {
	grid-row-start:4;
	overflow:hidden;
}
.gridc > .re4-1649 {
	grid-row-end:4;
}
.gridc-1649 > .re4-1649 {
	grid-row-end:4;
}
.gridc > .c4-1649 {
	grid-column-start:4;
}
.gridc-1649 > .c4-1649 {
	grid-column-start:4;
}
.gridc > .ce4-1649 {
	grid-column-end:4;
}
.gridc-1649 > .ce4-1649 {
	grid-column-end:4;
}

.o5-1649 {
		order:5;
	}

.fl5-1649 {
	flex:5;
}

.gridc > .r5-1649 {
	grid-row-start:5;
}
.gridc-1649 > .r5-1649 {
	grid-row-start:5;
	overflow:hidden;
}
.gridc > .re5-1649 {
	grid-row-end:5;
}
.gridc-1649 > .re5-1649 {
	grid-row-end:5;
}
.gridc > .c5-1649 {
	grid-column-start:5;
}
.gridc-1649 > .c5-1649 {
	grid-column-start:5;
}
.gridc > .ce5-1649 {
	grid-column-end:5;
}
.gridc-1649 > .ce5-1649 {
	grid-column-end:5;
}

.o6-1649 {
		order:6;
	}

.fl6-1649 {
	flex:6;
}

.gridc > .r6-1649 {
	grid-row-start:6;
}
.gridc-1649 > .r6-1649 {
	grid-row-start:6;
	overflow:hidden;
}
.gridc > .re6-1649 {
	grid-row-end:6;
}
.gridc-1649 > .re6-1649 {
	grid-row-end:6;
}
.gridc > .c6-1649 {
	grid-column-start:6;
}
.gridc-1649 > .c6-1649 {
	grid-column-start:6;
}
.gridc > .ce6-1649 {
	grid-column-end:6;
}
.gridc-1649 > .ce6-1649 {
	grid-column-end:6;
}

.o7-1649 {
		order:7;
	}

.fl7-1649 {
	flex:7;
}

.gridc > .r7-1649 {
	grid-row-start:7;
}
.gridc-1649 > .r7-1649 {
	grid-row-start:7;
	overflow:hidden;
}
.gridc > .re7-1649 {
	grid-row-end:7;
}
.gridc-1649 > .re7-1649 {
	grid-row-end:7;
}
.gridc > .c7-1649 {
	grid-column-start:7;
}
.gridc-1649 > .c7-1649 {
	grid-column-start:7;
}
.gridc > .ce7-1649 {
	grid-column-end:7;
}
.gridc-1649 > .ce7-1649 {
	grid-column-end:7;
}

.o8-1649 {
		order:8;
	}

.fl8-1649 {
	flex:8;
}

.gridc > .r8-1649 {
	grid-row-start:8;
}
.gridc-1649 > .r8-1649 {
	grid-row-start:8;
	overflow:hidden;
}
.gridc > .re8-1649 {
	grid-row-end:8;
}
.gridc-1649 > .re8-1649 {
	grid-row-end:8;
}
.gridc > .c8-1649 {
	grid-column-start:8;
}
.gridc-1649 > .c8-1649 {
	grid-column-start:8;
}
.gridc > .ce8-1649 {
	grid-column-end:8;
}
.gridc-1649 > .ce8-1649 {
	grid-column-end:8;
}

.o9-1649 {
		order:9;
	}

.fl9-1649 {
	flex:9;
}

.gridc > .r9-1649 {
	grid-row-start:9;
}
.gridc-1649 > .r9-1649 {
	grid-row-start:9;
	overflow:hidden;
}
.gridc > .re9-1649 {
	grid-row-end:9;
}
.gridc-1649 > .re9-1649 {
	grid-row-end:9;
}
.gridc > .c9-1649 {
	grid-column-start:9;
}
.gridc-1649 > .c9-1649 {
	grid-column-start:9;
}
.gridc > .ce9-1649 {
	grid-column-end:9;
}
.gridc-1649 > .ce9-1649 {
	grid-column-end:9;
}

.z1-1649 {
	z-index:1;
}

.z9999999-1649 {
	z-index:9999999;
}

.z2-1649 {
	z-index:2;
}

.z9999998-1649 {
	z-index:9999998;
}

.z3-1649 {
	z-index:3;
}

.z9999997-1649 {
	z-index:9999997;
}

.z4-1649 {
	z-index:4;
}

.z9999996-1649 {
	z-index:9999996;
}

.z5-1649 {
	z-index:5;
}

.z9999995-1649 {
	z-index:9999995;
}

.z6-1649 {
	z-index:6;
}

.z9999994-1649 {
	z-index:9999994;
}

.z7-1649 {
	z-index:7;
}

.z9999993-1649 {
	z-index:9999993;
}

.z8-1649 {
	z-index:8;
}

.z9999992-1649 {
	z-index:9999992;
}

.z9-1649 {
	z-index:9;
}

.z9999991-1649 {
	z-index:9999991;
}

.w100-1649 {
	font-weight:100;
}
.w200-1649 {
	font-weight:200;
}
.w300-1649 {
	font-weight:300;
}
.w400-1649 {
	font-weight:400;
}
.w500-1649 {
	font-weight:500;
}
.w600-1649 {
	font-weight:600;
}
.w700-1649 {
	font-weight:700;
}
.w800-1649 {
	font-weight:800;
}
.w900-1649 {
	font-weight:900;
}
.f1-1649 {
	font-size:1.1em;
	line-height:1.1em;
}

p.f1-1649,
p > *.f1-1649 {
	line-height:1.4em;
}
.f1_5-1649 {
	font-size:1.15em;
	line-height:1.15em;
}

p.f1_5-1649,
p > *.f1_5-1649 {
	line-height:1.18em;
}
.f2-1649 {
	font-size:1.2em;
	line-height:1.2em;
}

p.f2-1649,
p > *.f2-1649 {
	line-height:1.5em;
}
.f2_5-1649 {
	font-size:1.25em;
	line-height:1.25em;
}

p.f2_5-1649,
p > *.f2_5-1649 {
	line-height:1.28em;
}
.f3-1649 {
	font-size:1.3em;
	line-height:1.3em;
}

p.f3-1649,
p > *.f3-1649 {
	line-height:1.6em;
}
.f3_5-1649 {
	font-size:1.35em;
	line-height:1.35em;
}

p.f3_5-1649,
p > *.f3_5-1649 {
	line-height:1.38em;
}
.f4-1649 {
	font-size:1.4em;
	line-height:1.4em;
}

p.f4-1649,
p > *.f4-1649 {
	line-height:1.7em;
}
.f4_5-1649 {
	font-size:1.45em;
	line-height:1.45em;
}

p.f4_5-1649,
p > *.f4_5-1649 {
	line-height:1.48em;
}
.f5-1649 {
	font-size:1.5em;
	line-height:1.5em;
}

p.f5-1649,
p > *.f5-1649 {
	line-height:1.8em;
}
.f5_5-1649 {
	font-size:1.55em;
	line-height:1.55em;
}

p.f5_5-1649,
p > *.f5_5-1649 {
	line-height:1.58em;
}
.f6-1649 {
	font-size:1.6em;
	line-height:1.6em;
}

p.f6-1649,
p > *.f6-1649 {
	line-height:1.9em;
}
.f6_5-1649 {
	font-size:1.65em;
	line-height:1.65em;
}

p.f6_5-1649,
p > *.f6_5-1649 {
	line-height:1.68em;
}
.f7-1649 {
	font-size:1.7em;
	line-height:1.7em;
}

p.f7-1649,
p > *.f7-1649 {
	line-height:1.10em;
}
.f7_5-1649 {
	font-size:1.75em;
	line-height:1.75em;
}

p.f7_5-1649,
p > *.f7_5-1649 {
	line-height:1.78em;
}
.f8-1649 {
	font-size:1.8em;
	line-height:1.8em;
}

p.f8-1649,
p > *.f8-1649 {
	line-height:1.11em;
}
.f8_5-1649 {
	font-size:1.85em;
	line-height:1.85em;
}

p.f8_5-1649,
p > *.f8_5-1649 {
	line-height:1.88em;
}
.f9-1649 {
	font-size:1.9em;
	line-height:1.9em;
}

p.f9-1649,
p > *.f9-1649 {
	line-height:1.12em;
}
.f9_5-1649 {
	font-size:1.95em;
	line-height:1.95em;
}

p.f9_5-1649,
p > *.f9_5-1649 {
	line-height:1.98em;
}
.f10-1649 {
	font-size:2em;
	line-height:2em;
}

p.f10-1649,
p > *.f10-1649 {
	line-height:2em;
}
.f10_5-1649 {
	font-size:2em;
	line-height:2em;
}

p.f10_5-1649,
p > *.f10_5-1649 {
	line-height:2em;
}
.nf1-1649 {
	font-size:0.9em;
}

*:not(p):not(ul):not(ol).nf1-1649 {
	line-height:0.9em;
}

p.nf1-1649,
ul.nf1-1649,
ol.nf1-1649 {
	line-height:1.9em;
}
.nf1_5-1649 {
	font-size:0.85em;
}

*:not(p):not(ul):not(ol).nf1_5-1649 {
	line-height:0.85em;
}

p.nf1_5-1649,
ul.nf1_5-1649,
ol.nf1_5-1649 {
	line-height:1.85em;
}
.nf2-1649 {
	font-size:0.8em;
}

*:not(p):not(ul):not(ol).nf2-1649 {
	line-height:0.8em;
}

p.nf2-1649,
ul.nf2-1649,
ol.nf2-1649 {
	line-height:1.8em;
}
.nf2_5-1649 {
	font-size:0.75em;
}

*:not(p):not(ul):not(ol).nf2_5-1649 {
	line-height:0.75em;
}

p.nf2_5-1649,
ul.nf2_5-1649,
ol.nf2_5-1649 {
	line-height:1.75em;
}
.nf3-1649 {
	font-size:0.7em;
}

*:not(p):not(ul):not(ol).nf3-1649 {
	line-height:0.7em;
}

p.nf3-1649,
ul.nf3-1649,
ol.nf3-1649 {
	line-height:1.7em;
}
.nf3_5-1649 {
	font-size:0.65em;
}

*:not(p):not(ul):not(ol).nf3_5-1649 {
	line-height:0.65em;
}

p.nf3_5-1649,
ul.nf3_5-1649,
ol.nf3_5-1649 {
	line-height:1.65em;
}
.nf4-1649 {
	font-size:0.6em;
}

*:not(p):not(ul):not(ol).nf4-1649 {
	line-height:0.6em;
}

p.nf4-1649,
ul.nf4-1649,
ol.nf4-1649 {
	line-height:1.6em;
}
.nf4_5-1649 {
	font-size:0.55em;
}

*:not(p):not(ul):not(ol).nf4_5-1649 {
	line-height:0.55em;
}

p.nf4_5-1649,
ul.nf4_5-1649,
ol.nf4_5-1649 {
	line-height:1.55em;
}
.nf5-1649 {
	font-size:0.5em;
}

*:not(p):not(ul):not(ol).nf5-1649 {
	line-height:0.5em;
}

p.nf5-1649,
ul.nf5-1649,
ol.nf5-1649 {
	line-height:1.5em;
}
.nf5_5-1649 {
	font-size:0.45em;
}

*:not(p):not(ul):not(ol).nf5_5-1649 {
	line-height:0.45em;
}

p.nf5_5-1649,
ul.nf5_5-1649,
ol.nf5_5-1649 {
	line-height:1.45em;
}
.nf6-1649 {
	font-size:0.4em;
}

*:not(p):not(ul):not(ol).nf6-1649 {
	line-height:0.4em;
}

p.nf6-1649,
ul.nf6-1649,
ol.nf6-1649 {
	line-height:1.4em;
}
.nf6_5-1649 {
	font-size:0.35em;
}

*:not(p):not(ul):not(ol).nf6_5-1649 {
	line-height:0.35em;
}

p.nf6_5-1649,
ul.nf6_5-1649,
ol.nf6_5-1649 {
	line-height:1.35em;
}
.nf7-1649 {
	font-size:0.3em;
}

*:not(p):not(ul):not(ol).nf7-1649 {
	line-height:0.3em;
}

p.nf7-1649,
ul.nf7-1649,
ol.nf7-1649 {
	line-height:1.3em;
}
.nf7_5-1649 {
	font-size:0.25em;
}

*:not(p):not(ul):not(ol).nf7_5-1649 {
	line-height:0.25em;
}

p.nf7_5-1649,
ul.nf7_5-1649,
ol.nf7_5-1649 {
	line-height:1.25em;
}
.nf8-1649 {
	font-size:0.2em;
}

*:not(p):not(ul):not(ol).nf8-1649 {
	line-height:0.2em;
}

p.nf8-1649,
ul.nf8-1649,
ol.nf8-1649 {
	line-height:1.2em;
}
.nf8_5-1649 {
	font-size:0.15em;
}

*:not(p):not(ul):not(ol).nf8_5-1649 {
	line-height:0.15em;
}

p.nf8_5-1649,
ul.nf8_5-1649,
ol.nf8_5-1649 {
	line-height:1.15em;
}
.nf9-1649 {
	font-size:0.1em;
}

*:not(p):not(ul):not(ol).nf9-1649 {
	line-height:0.1em;
}

p.nf9-1649,
ul.nf9-1649,
ol.nf9-1649 {
	line-height:1.1em;
}
.nf9_5-1649 {
	font-size:0.05em;
}

*:not(p):not(ul):not(ol).nf9_5-1649 {
	line-height:0.05em;
}

p.nf9_5-1649,
ul.nf9_5-1649,
ol.nf9_5-1649 {
	line-height:1.05em;
}
  .invisible-1649 {
			visibility:hidden!important;
		}

  .last-1649 {
			margin-right:0px!important;
		}

  .floatl-1649 {
			float:left!important;
		}

  .floatr-1649 {
			float:right!important;
		}

  .left-1649 {
			float:left!important;
		}

  .right-1649 {
			float:right!important;
		}

  .floatn-1649,
 .grid.floatn-1649 {
			float:none!important;
		}

  .grid-1649 {
			float:left!important;
overflow:hidden;;
		}

  .grid.last-1649 {
			float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
		}

  .none-1649 {
			display:none!important;
		}

  .block-1649 {
			display:block!important;
		}

  .iblock-1649 {
			display:inline-block!important;
		}

  .inline-1649 {
			display:inline!important;
		}

  .table-1649 {
			display:table!important;
		}

  .row-1649 {
			display:table-row!important;
		}

  .cell-1649 {
			display:table-cell!important;
vertical-align:middle;
		}

  .collapse-1649 {
			border-collapse:collapse;
		}

  .clearl-1649 {
			clear:left!important;
		}

  .clearr-1649 {
			clear:right!important;
		}

  .clearn-1649 {
			clear:none!important;
		}

  .clearnone-1649 {
			clear:none!important;
		}

  .clearb-1649 {
			clear:both!important;
		}

  .clear-1649 {
			float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
		}

  .up-1649 {
			text-transform:uppercase;
		}

  .transnone-1649 {
			text-transform:none;
		}

  .strike-1649 {
			text-decoration:line-through;
		}

  .alignl-1649 {
			text-align:left!important;
		}

  .alignr-1649 {
			text-align:right!important;
		}

  .alignc-1649 {
			text-align:center!important;
		}

  .alignj-1649 {
			text-align:justify!important;
		}

  .valign-1649 {
			vertical-align:middle!important;
		}

  .widthauto-1649 {
			width:auto!important;
		}

  .heightauto-1649 {
			height:auto!important;
min-height:0px!important;
		}

.square.heightauto-1649::after {
	display:none!important;
}

.square.heightauto-1649 > * {
	position:static!important;
}

  .width0-1649 {
			width:0px;
		}

  .width50-1649 {
			width:50%;
		}

  .height0-1649 {
			height:0px;
		}

  .height50-1649 {
			height:50%;
		}

  .mw100-1649 {
			max-width:100%;
		}

  .mw90-1649 {
			max-width:90%;
		}

  .mw80-1649 {
			max-width:80%;
		}

  .mw70-1649 {
			max-width:70%;
		}

  .mw60-1649 {
			max-width:60%;
		}

  .mw50-1649 {
			max-width:50%;
		}

  .mw40-1649 {
			max-width:40%;
		}

  .mw30-1649 {
			max-width:30%;
		}

  .mw20-1649 {
			max-width:20%;
		}

  .mw10-1649 {
			max-width:10%;
		}

  .mwnone-1649 {
			max-width:none;
		}

  .fw-1649,
 .grid.fw-1649,
 .floatl.fw-1649 {
			width:100%!important;
      margin-left:0px!important;
			margin-right:0px!important;
		}

  .fh-1649 {
			height:100%!important;
		}

  .pointer-1649 {
			cursor:pointer!important;
		}

  .noallow-1649 {
			cursor:not-allowed!important;
		}

  .noselect-1649 {
			user-select:none!important;
		}

  .static-1649 {
			position:static!important;
		}

  .relative-1649 {
			position:relative!important;
		}

  .absolute-1649 {
			position:absolute!important;
		}

  .fixed-1649 {
			position:fixed!important;
		}

  .spacing-1649 {
			margin-bottom:7px!important;
		}

  .spacing.floatl-1649 {
			margin-right:15px!important;
		}

  .spacing.floatr-1649 {
			margin-left:15px!important;
		}

  .flowhide-1649 {
			overflow:hidden;
		}

  .flowshow-1649 {
			overflow:visible;
		}

  .flowauto-1649 {
			overflow:auto;
		}

  .nowrap-1649 {
			white-space:nowrap;
		}

  .lhreset-1649 {
			line-height:normal;
		}

  .circle-1649 {
			border-radius:50%!important;
		}

  .radnone-1649 {
			border-radius:0px!important;
		}

  .vh10-1649 {
			height:10vh!important;
		}

  .vh25-1649 {
			height:25vh!important;
		}

  .vh50-1649 {
			height:50vh!important;
		}

  .vh100-1649 {
			height:100vh!important;
		}

  .vw10-1649 {
			width:10vw!important;
		}

  .vw25-1649 {
			width:25vw!important;
		}

  .vw50-1649 {
			width:50vw!important;
		}

  .vw100-1649 {
			width:100vw!important;
		}

  .flexw-1649 {
			flex-wrap:wrap!important;
		}

  .flexwn-1649 {
			flex-wrap:nowrap!important;
		}

  .flexwr-1649 {
			flex-wrap:wrap-reverse!important;
		}

  .flexdr-1649 {
			flex-direction:row!important;
		}

  .flexdrr-1649 {
			flex-direction:row-reverse!important;
		}

  .flexdc-1649 {
			flex-direction:column!important;
		}

  .flexdcr-1649 {
			flex-direction:column-reverse!important;
		}

  .flex-1649 {
			display:flex!important;
align-items:center;
flex-wrap:wrap;;
		}

  .iflex-1649 {
			display:inline-flex!important;
align-items:center;;
		}

  .spaced-1649 {
			justify-content:space-between;
		}

  .flexdr.spaced-1649 {
			align-content:space-between;
		}

  .spacee-1649 {
			justify-content:space-evenly;
		}

  .falignst-1649 {
			align-items:stretch;;
		}

  .falignc-1649 {
			align-items:center;;
		}

  .faligns-1649 {
			align-items:flex-start;;
		}

  .faligne-1649 {
			align-items:flex-end;;
		}

  .fjustl-1649 {
			justify-content:flex-start;;
		}

  .fjustr-1649 {
			justify-content:flex-end;;
		}

  .fjustc-1649 {
			justify-content:center;;
		}

  .flexn-1649 {
			flex:none!important;width:100%;;
		}

  .gridc-1649 {
			display:grid!important;;
		}

  .o100-1649 {
			opacity:1;
		}

  .o90-1649 {
			opacity:0.9;
		}

  .o80-1649 {
			opacity:0.8;
		}

  .o70-1649 {
			opacity:0.7;
		}

  .o60-1649 {
			opacity:0.6;
		}

  .o50-1649 {
			opacity:0.5;
		}

  .o40-1649 {
			opacity:0.4;
		}

  .o30-1649 {
			opacity:0.3;
		}

  .o20-1649 {
			opacity:0.2;
		}

  .o10-1649 {
			opacity:0.1;
		}

  .o0-1649 {
			opacity:0;
		}

  .left0-1649 {
			left:0px!important;;
		}

  .right0-1649 {
			right:0px!important;;
		}

  .top0-1649 {
			top:0px!important;;
		}

  .bottom0-1649 {
			bottom:0px!important;;
		}

  .left50-1649 {
			left:50%!important;;
		}

  .right50-1649 {
			right:50%!important;;
		}

  .top50-1649 {
			top:50%!important;;
		}

  .bottom50-1649 {
			bottom:50%!important;;
		}

  .left100-1649 {
			left:100%!important;;
		}

  .right100-1649 {
			right:100%!important;;
		}

  .top100-1649 {
			top:100%!important;;
		}

  .bottom100-1649 {
			bottom:100%!important;;
		}

  .leftauto-1649 {
			left:auto!important;;
		}

  .rightauto-1649 {
			right:auto!important;;
		}

  .topauto-1649 {
			top:auto!important;;
		}

  .bottomauto-1649 {
			bottom:auto!important;;
		}

  .all0-1649 {
			top:0px!important;
bottom:0px!important;
left:0px!important;
right:0px!important;;
		}

  .lineup.fw-1649, .lineupgroup.fw-1649 {
			height:auto!important;
	}

	

			.padded_tiny-1649 {
				padding:5px!important;

			}

			.paddedtb_tiny-1649 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-1649 {
				padding-top:5px!important;
			}

			.paddedb_tiny-1649 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-1649 {
				padding-left:5px!important;
			}

			.paddedr_tiny-1649 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-1649 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-1649 {
				margin:5px!important;
			}

			.margintb_tiny-1649 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-1649 {
				margin-top:5px!important;
			}

			.marginb_tiny-1649 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-1649 {
				margin-left:5px!important;
			}

			.marginr_tiny-1649 {
				margin-right:5px!important;
			}

			.marginlr_tiny-1649 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			
			.nmarginlr_tiny {
				margin-left:-5px!important;
				margin-right:-5px!important;
			}
				
			.nmargin_tiny-1649 {
				margin:-5px!important;
			}

			.nmargintb_tiny-1649 {
				margin-top:-5px!important;
				margin-bottom:-5px!important;
			}

			.nmargint_tiny-1649 {
				margin-top:-5px!important;
			}

			.nmarginb_tiny-1649 {
				margin-bottom:-5px!important;
			}

			.nmarginl_tiny-1649 {
				margin-left:-5px!important;
			}

			.nmarginr_tiny-1649 {
				margin-right:-5px!important;
			}
			
			.padded_small-1649 {
				padding:10px!important;

			}

			.paddedtb_small-1649 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-1649 {
				padding-top:10px!important;
			}

			.paddedb_small-1649 {
				padding-bottom:10px!important;
			}

			.paddedl_small-1649 {
				padding-left:10px!important;
			}

			.paddedr_small-1649 {
				padding-right:10px!important;
			}

			.paddedlr_small-1649 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-1649 {
				margin:10px!important;
			}

			.margintb_small-1649 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-1649 {
				margin-top:10px!important;
			}

			.marginb_small-1649 {
				margin-bottom:10px!important;
			}

			.marginl_small-1649 {
				margin-left:10px!important;
			}

			.marginr_small-1649 {
				margin-right:10px!important;
			}

			.marginlr_small-1649 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_small {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_small-1649 {
				margin:-10px!important;
			}

			.nmargintb_small-1649 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_small-1649 {
				margin-top:-10px!important;
			}

			.nmarginb_small-1649 {
				margin-bottom:-10px!important;
			}

			.nmarginl_small-1649 {
				margin-left:-10px!important;
			}

			.nmarginr_small-1649 {
				margin-right:-10px!important;
			}
			
			.padded_medium-1649 {
				padding:20px!important;

			}

			.paddedtb_medium-1649 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-1649 {
				padding-top:20px!important;
			}

			.paddedb_medium-1649 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-1649 {
				padding-left:20px!important;
			}

			.paddedr_medium-1649 {
				padding-right:20px!important;
			}

			.paddedlr_medium-1649 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-1649 {
				margin:20px!important;
			}

			.margintb_medium-1649 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-1649 {
				margin-top:20px!important;
			}

			.marginb_medium-1649 {
				margin-bottom:20px!important;
			}

			.marginl_medium-1649 {
				margin-left:20px!important;
			}

			.marginr_medium-1649 {
				margin-right:20px!important;
			}

			.marginlr_medium-1649 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			
			.nmarginlr_medium {
				margin-left:-20px!important;
				margin-right:-20px!important;
			}
				
			.nmargin_medium-1649 {
				margin:-20px!important;
			}

			.nmargintb_medium-1649 {
				margin-top:-20px!important;
				margin-bottom:-20px!important;
			}

			.nmargint_medium-1649 {
				margin-top:-20px!important;
			}

			.nmarginb_medium-1649 {
				margin-bottom:-20px!important;
			}

			.nmarginl_medium-1649 {
				margin-left:-20px!important;
			}

			.nmarginr_medium-1649 {
				margin-right:-20px!important;
			}
			
			.padded_large-1649 {
				padding:40px!important;

			}

			.paddedtb_large-1649 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-1649 {
				padding-top:40px!important;
			}

			.paddedb_large-1649 {
				padding-bottom:40px!important;
			}

			.paddedl_large-1649 {
				padding-left:40px!important;
			}

			.paddedr_large-1649 {
				padding-right:40px!important;
			}

			.paddedlr_large-1649 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-1649 {
				margin:40px!important;
			}

			.margintb_large-1649 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-1649 {
				margin-top:40px!important;
			}

			.marginb_large-1649 {
				margin-bottom:40px!important;
			}

			.marginl_large-1649 {
				margin-left:40px!important;
			}

			.marginr_large-1649 {
				margin-right:40px!important;
			}

			.marginlr_large-1649 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			
			.nmarginlr_large {
				margin-left:-40px!important;
				margin-right:-40px!important;
			}
				
			.nmargin_large-1649 {
				margin:-40px!important;
			}

			.nmargintb_large-1649 {
				margin-top:-40px!important;
				margin-bottom:-40px!important;
			}

			.nmargint_large-1649 {
				margin-top:-40px!important;
			}

			.nmarginb_large-1649 {
				margin-bottom:-40px!important;
			}

			.nmarginl_large-1649 {
				margin-left:-40px!important;
			}

			.nmarginr_large-1649 {
				margin-right:-40px!important;
			}
			
			.padded_core-1649 {
				padding:10px!important;

			}

			.paddedtb_core-1649 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-1649 {
				padding-top:10px!important;
			}

			.paddedb_core-1649 {
				padding-bottom:10px!important;
			}

			.paddedl_core-1649 {
				padding-left:10px!important;
			}

			.paddedr_core-1649 {
				padding-right:10px!important;
			}

			.paddedlr_core-1649 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-1649 {
				margin:10px!important;
			}

			.margintb_core-1649 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-1649 {
				margin-top:10px!important;
			}

			.marginb_core-1649 {
				margin-bottom:10px!important;
			}

			.marginl_core-1649 {
				margin-left:10px!important;
			}

			.marginr_core-1649 {
				margin-right:10px!important;
			}

			.marginlr_core-1649 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_core {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_core-1649 {
				margin:-10px!important;
			}

			.nmargintb_core-1649 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_core-1649 {
				margin-top:-10px!important;
			}

			.nmarginb_core-1649 {
				margin-bottom:-10px!important;
			}

			.nmarginl_core-1649 {
				margin-left:-10px!important;
			}

			.nmarginr_core-1649 {
				margin-right:-10px!important;
			}
						
			.margin_auto-1649 {
				margin:auto!important;
			}

			.margintb_auto-1649 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-1649 {
				margin-top:auto!important;
			}

			.marginb_auto-1649 {
				margin-bottom:auto!important;
			}

			.marginl_auto-1649 {
				margin-left:auto!important;
			}

			.marginr_auto-1649 {
				margin-right:auto!important;
			}

			.marginlr_auto-1649 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			
			.nmarginlr_auto {
				margin-left:-auto!important;
				margin-right:-auto!important;
			}
				
			.nmargin_auto-1649 {
				margin:-auto!important;
			}

			.nmargintb_auto-1649 {
				margin-top:-auto!important;
				margin-bottom:-auto!important;
			}

			.nmargint_auto-1649 {
				margin-top:-auto!important;
			}

			.nmarginb_auto-1649 {
				margin-bottom:-auto!important;
			}

			.nmarginl_auto-1649 {
				margin-left:-auto!important;
			}

			.nmarginr_auto-1649 {
				margin-right:-auto!important;
			}
			
			.padded_none-1649 {
				padding:0px!important;

			}

			.paddedtb_none-1649 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-1649 {
				padding-top:0px!important;
			}

			.paddedb_none-1649 {
				padding-bottom:0px!important;
			}

			.paddedl_none-1649 {
				padding-left:0px!important;
			}

			.paddedr_none-1649 {
				padding-right:0px!important;
			}

			.paddedlr_none-1649 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-1649 {
				margin:0px!important;
			}

			.margintb_none-1649 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-1649 {
				margin-top:0px!important;
			}

			.marginb_none-1649 {
				margin-bottom:0px!important;
			}

			.marginl_none-1649 {
				margin-left:0px!important;
			}

			.marginr_none-1649 {
				margin-right:0px!important;
			}

			.marginlr_none-1649 {
				margin-left:0px!important;
				margin-right:0px!important;
			}
			
			.nmarginlr_none {
				margin-left:-0px!important;
				margin-right:-0px!important;
			}
				
			.nmargin_none-1649 {
				margin:-0px!important;
			}

			.nmargintb_none-1649 {
				margin-top:-0px!important;
				margin-bottom:-0px!important;
			}

			.nmargint_none-1649 {
				margin-top:-0px!important;
			}

			.nmarginb_none-1649 {
				margin-bottom:-0px!important;
			}

			.nmarginl_none-1649 {
				margin-left:-0px!important;
			}

			.nmarginr_none-1649 {
				margin-right:-0px!important;
			}
			
			.padded_p100-1649 {
				padding:100%!important;

			}

			.paddedtb_p100-1649 {
				padding-top:100%!important;
				padding-bottom:100%!important;
			}

			.paddedt_p100-1649 {
				padding-top:100%!important;
			}

			.paddedb_p100-1649 {
				padding-bottom:100%!important;
			}

			.paddedl_p100-1649 {
				padding-left:100%!important;
			}

			.paddedr_p100-1649 {
				padding-right:100%!important;
			}

			.paddedlr_p100-1649 {
				padding-left:100%!important;
				padding-right:100%!important;
			}
		
						
			.margin_p100-1649 {
				margin:100%!important;
			}

			.margintb_p100-1649 {
				margin-top:100%!important;
				margin-bottom:100%!important;
			}

			.margint_p100-1649 {
				margin-top:100%!important;
			}

			.marginb_p100-1649 {
				margin-bottom:100%!important;
			}

			.marginl_p100-1649 {
				margin-left:100%!important;
			}

			.marginr_p100-1649 {
				margin-right:100%!important;
			}

			.marginlr_p100-1649 {
				margin-left:100%!important;
				margin-right:100%!important;
			}
			
			.nmarginlr_p100 {
				margin-left:-100%!important;
				margin-right:-100%!important;
			}
				
			.nmargin_p100-1649 {
				margin:-100%!important;
			}

			.nmargintb_p100-1649 {
				margin-top:-100%!important;
				margin-bottom:-100%!important;
			}

			.nmargint_p100-1649 {
				margin-top:-100%!important;
			}

			.nmarginb_p100-1649 {
				margin-bottom:-100%!important;
			}

			.nmarginl_p100-1649 {
				margin-left:-100%!important;
			}

			.nmarginr_p100-1649 {
				margin-right:-100%!important;
			}
			
			.padded_p75-1649 {
				padding:75%!important;

			}

			.paddedtb_p75-1649 {
				padding-top:75%!important;
				padding-bottom:75%!important;
			}

			.paddedt_p75-1649 {
				padding-top:75%!important;
			}

			.paddedb_p75-1649 {
				padding-bottom:75%!important;
			}

			.paddedl_p75-1649 {
				padding-left:75%!important;
			}

			.paddedr_p75-1649 {
				padding-right:75%!important;
			}

			.paddedlr_p75-1649 {
				padding-left:75%!important;
				padding-right:75%!important;
			}
		
						
			.margin_p75-1649 {
				margin:75%!important;
			}

			.margintb_p75-1649 {
				margin-top:75%!important;
				margin-bottom:75%!important;
			}

			.margint_p75-1649 {
				margin-top:75%!important;
			}

			.marginb_p75-1649 {
				margin-bottom:75%!important;
			}

			.marginl_p75-1649 {
				margin-left:75%!important;
			}

			.marginr_p75-1649 {
				margin-right:75%!important;
			}

			.marginlr_p75-1649 {
				margin-left:75%!important;
				margin-right:75%!important;
			}
			
			.nmarginlr_p75 {
				margin-left:-75%!important;
				margin-right:-75%!important;
			}
				
			.nmargin_p75-1649 {
				margin:-75%!important;
			}

			.nmargintb_p75-1649 {
				margin-top:-75%!important;
				margin-bottom:-75%!important;
			}

			.nmargint_p75-1649 {
				margin-top:-75%!important;
			}

			.nmarginb_p75-1649 {
				margin-bottom:-75%!important;
			}

			.nmarginl_p75-1649 {
				margin-left:-75%!important;
			}

			.nmarginr_p75-1649 {
				margin-right:-75%!important;
			}
			
			.padded_p50-1649 {
				padding:50%!important;

			}

			.paddedtb_p50-1649 {
				padding-top:50%!important;
				padding-bottom:50%!important;
			}

			.paddedt_p50-1649 {
				padding-top:50%!important;
			}

			.paddedb_p50-1649 {
				padding-bottom:50%!important;
			}

			.paddedl_p50-1649 {
				padding-left:50%!important;
			}

			.paddedr_p50-1649 {
				padding-right:50%!important;
			}

			.paddedlr_p50-1649 {
				padding-left:50%!important;
				padding-right:50%!important;
			}
		
						
			.margin_p50-1649 {
				margin:50%!important;
			}

			.margintb_p50-1649 {
				margin-top:50%!important;
				margin-bottom:50%!important;
			}

			.margint_p50-1649 {
				margin-top:50%!important;
			}

			.marginb_p50-1649 {
				margin-bottom:50%!important;
			}

			.marginl_p50-1649 {
				margin-left:50%!important;
			}

			.marginr_p50-1649 {
				margin-right:50%!important;
			}

			.marginlr_p50-1649 {
				margin-left:50%!important;
				margin-right:50%!important;
			}
			
			.nmarginlr_p50 {
				margin-left:-50%!important;
				margin-right:-50%!important;
			}
				
			.nmargin_p50-1649 {
				margin:-50%!important;
			}

			.nmargintb_p50-1649 {
				margin-top:-50%!important;
				margin-bottom:-50%!important;
			}

			.nmargint_p50-1649 {
				margin-top:-50%!important;
			}

			.nmarginb_p50-1649 {
				margin-bottom:-50%!important;
			}

			.nmarginl_p50-1649 {
				margin-left:-50%!important;
			}

			.nmarginr_p50-1649 {
				margin-right:-50%!important;
			}
			
			.padded_p25-1649 {
				padding:25%!important;

			}

			.paddedtb_p25-1649 {
				padding-top:25%!important;
				padding-bottom:25%!important;
			}

			.paddedt_p25-1649 {
				padding-top:25%!important;
			}

			.paddedb_p25-1649 {
				padding-bottom:25%!important;
			}

			.paddedl_p25-1649 {
				padding-left:25%!important;
			}

			.paddedr_p25-1649 {
				padding-right:25%!important;
			}

			.paddedlr_p25-1649 {
				padding-left:25%!important;
				padding-right:25%!important;
			}
		
						
			.margin_p25-1649 {
				margin:25%!important;
			}

			.margintb_p25-1649 {
				margin-top:25%!important;
				margin-bottom:25%!important;
			}

			.margint_p25-1649 {
				margin-top:25%!important;
			}

			.marginb_p25-1649 {
				margin-bottom:25%!important;
			}

			.marginl_p25-1649 {
				margin-left:25%!important;
			}

			.marginr_p25-1649 {
				margin-right:25%!important;
			}

			.marginlr_p25-1649 {
				margin-left:25%!important;
				margin-right:25%!important;
			}
			
			.nmarginlr_p25 {
				margin-left:-25%!important;
				margin-right:-25%!important;
			}
				
			.nmargin_p25-1649 {
				margin:-25%!important;
			}

			.nmargintb_p25-1649 {
				margin-top:-25%!important;
				margin-bottom:-25%!important;
			}

			.nmargint_p25-1649 {
				margin-top:-25%!important;
			}

			.nmarginb_p25-1649 {
				margin-bottom:-25%!important;
			}

			.nmarginl_p25-1649 {
				margin-left:-25%!important;
			}

			.nmarginr_p25-1649 {
				margin-right:-25%!important;
			}
				.border_1-1649 {
		border:solid 1px rgba(0,0,0,0.5);;
	}

	.bordertb_1-1649 {
		border-top:solid 1px rgba(0,0,0,0.5);;
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.bordert_1-1649 {
		border-top:solid 1px rgba(0,0,0,0.5);;
	}

	.borderb_1-1649 {
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.borderl_1-1649 {
		border-left:solid 1px rgba(0,0,0,0.5);;
	}

	.borderr_1-1649 {
		border-right:solid 1px rgba(0,0,0,0.5);;
	}

	.borderlr_1-1649 {
		border-left:solid 1px rgba(0,0,0,0.5);;
		border-right:solid 1px rgba(0,0,0,0.5);;
	}
		.border_none-1649 {
		border:none;
	}

	.bordertb_none-1649 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-1649 {
		border-top:none;
	}

	.borderb_none-1649 {
		border-bottom:none;
	}

	.borderl_none-1649 {
		border-left:none;
	}

	.borderr_none-1649 {
		border-right:none;
	}

	.borderlr_none-1649 {
		border-left:none;
		border-right:none;
	}
		.border_core-1649 {
		border:solid 1px rgba(0,0,0,0.1);
	}

	.bordertb_core-1649 {
		border-top:solid 1px rgba(0,0,0,0.1);
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.bordert_core-1649 {
		border-top:solid 1px rgba(0,0,0,0.1);
	}

	.borderb_core-1649 {
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.borderl_core-1649 {
		border-left:solid 1px rgba(0,0,0,0.1);
	}

	.borderr_core-1649 {
		border-right:solid 1px rgba(0,0,0,0.1);
	}

	.borderlr_core-1649 {
		border-left:solid 1px rgba(0,0,0,0.1);
		border-right:solid 1px rgba(0,0,0,0.1);
	}
				.colour1_bg-1649 {
				background-color:#000000!important;
			}

			.colour1_bg-1649,
			a.colour1_bg-1649 {
				color:#FFFFFF!important;
			}
		
			.colour1_bg-1649 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour1-1649 a,
			a.colour1-1649 {
				color:#000000;
							}
			
			.colour1-1649 {
					color:#000000;
				background:transparent!important;
						}

					
			.colour1_bg-1649 input[type=text],
			.colour1_bg-1649 input[type=password],
			.colour1_bg-1649 input[type=number],
			.colour1_bg-1649 textarea,
			.colour1_bg-1649 select,
			.colour1_bg-1649 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour1_bg-1649 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour1_bg-1649 select {
				color:rgba(255,255,255,0.7);
			}

			.colour1_bg-1649 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour1_bg-1649 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour2_bg-1649 {
				background-color:#4b4a4b!important;
			}

			.colour2_bg-1649,
			a.colour2_bg-1649 {
				color:#FFFFFF!important;
			}
		
			.colour2_bg-1649 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour2-1649 a,
			a.colour2-1649 {
				color:#4b4a4b;
							}
			
			.colour2-1649 {
					color:#4b4a4b;
				background:transparent!important;
						}

					
			.colour2_bg-1649 input[type=text],
			.colour2_bg-1649 input[type=password],
			.colour2_bg-1649 input[type=number],
			.colour2_bg-1649 textarea,
			.colour2_bg-1649 select,
			.colour2_bg-1649 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour2_bg-1649 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour2_bg-1649 select {
				color:rgba(255,255,255,0.7);
			}

			.colour2_bg-1649 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour2_bg-1649 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour3_bg-1649 {
				background-color:#616062!important;
			}

			.colour3_bg-1649,
			a.colour3_bg-1649 {
				color:#FFFFFF!important;
			}
		
			.colour3_bg-1649 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour3-1649 a,
			a.colour3-1649 {
				color:#616062;
							}
			
			.colour3-1649 {
					color:#616062;
				background:transparent!important;
						}

					
			.colour3_bg-1649 input[type=text],
			.colour3_bg-1649 input[type=password],
			.colour3_bg-1649 input[type=number],
			.colour3_bg-1649 textarea,
			.colour3_bg-1649 select,
			.colour3_bg-1649 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour3_bg-1649 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour3_bg-1649 select {
				color:rgba(255,255,255,0.7);
			}

			.colour3_bg-1649 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour3_bg-1649 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour4_bg-1649 {
				background-color:#FFFFFF!important;
			}

			.colour4_bg-1649,
			a.colour4_bg-1649 {
				color:#202020!important;
			}
		
			.colour4_bg-1649 a:not(.more) {
				color:#202020;
			}

			
			.colour4-1649 a,
			a.colour4-1649 {
				color:#FFFFFF;
							}
			
			.colour4-1649 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour4_bg-1649 input[type=text],
			.colour4_bg-1649 input[type=password],
			.colour4_bg-1649 input[type=number],
			.colour4_bg-1649 textarea,
			.colour4_bg-1649 select,
			.colour4_bg-1649 select option {
				border-color:#202020;
				color:#202020;
				background:transparent;
			}
		
			.colour4_bg-1649 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour4_bg-1649 select {
				color:rgba(32,32,32,0.7);
			}

			.colour4_bg-1649 ::-webkit-input-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}

			.colour4_bg-1649 ::-moz-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}
		
						.colour5_bg-1649 {
				background-color:#FFFFFF!important;
			}

			.colour5_bg-1649,
			a.colour5_bg-1649 {
				color:#424040!important;
			}
		
			.colour5_bg-1649 a:not(.more) {
				color:#424040;
			}

			
			.colour5-1649 a,
			a.colour5-1649 {
				color:#FFFFFF;
							}
			
			.colour5-1649 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour5_bg-1649 input[type=text],
			.colour5_bg-1649 input[type=password],
			.colour5_bg-1649 input[type=number],
			.colour5_bg-1649 textarea,
			.colour5_bg-1649 select,
			.colour5_bg-1649 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour5_bg-1649 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour5_bg-1649 select {
				color:rgba(66,64,64,0.7);
			}

			.colour5_bg-1649 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour5_bg-1649 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
						.colour6_bg-1649 {
				background-color:#EEEEEE!important;
			}

			.colour6_bg-1649,
			a.colour6_bg-1649 {
				color:#424040!important;
			}
		
			.colour6_bg-1649 a:not(.more) {
				color:#424040;
			}

			
			.colour6-1649 a,
			a.colour6-1649 {
				color:#EEEEEE;
							}
			
			.colour6-1649 {
					color:#EEEEEE;
				background:transparent!important;
						}

					
			.colour6_bg-1649 input[type=text],
			.colour6_bg-1649 input[type=password],
			.colour6_bg-1649 input[type=number],
			.colour6_bg-1649 textarea,
			.colour6_bg-1649 select,
			.colour6_bg-1649 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour6_bg-1649 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour6_bg-1649 select {
				color:rgba(66,64,64,0.7);
			}

			.colour6_bg-1649 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour6_bg-1649 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
			
}

@media only screen and (max-width : 1599px) {
	
.grid.eight-1599 {
	float:left!important;
	width:10.575%!important;
margin-right:2.2%!important;;
}

.grid.eight_x2-1599 {
	float:left!important;
	width:23.35%!important;
margin-right:2.2%!important;;
}

.grid.eight_x3-1599 {
	float:left!important;
	width:36.125%!important;
margin-right:2.2%!important;;
}

.grid.eight_x4-1599 {
	float:left!important;
	width:48.9%!important;
margin-right:2.2%!important;;
}

.grid.eight_x5-1599 {
	float:left!important;
	width:61.675%!important;
margin-right:2.2%!important;;
}

.grid.eight_x6-1599 {
	float:left!important;
	width:74.45%!important;
margin-right:2.2%!important;;
}

.grid.eight_x7-1599 {
	float:left!important;
	width:87.225%!important;
margin-right:2.2%!important;;
}

.grid.seven-1599 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-1599 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-1599 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-1599 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-1599 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-1599 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-1599 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-1599 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-1599 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-1599 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-1599 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-1599 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-1599 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-1599 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-1599 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-1599 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-1599 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-1599 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-1599 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-1599 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-1599 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-1599 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.eight-1599 {
	width:12.5%!important;
}

.floatl.eight_x2-1599 {
	width:25%!important;
}

.floatl.eight_x3-1599 {
	width:37.5%!important;
}

.floatl.eight_x4-1599 {
	width:50%!important;
}

.floatl.eight_x5-1599 {
	width:62.5%!important;
}

.floatl.eight_x6-1599 {
	width:75%!important;
}

.floatl.eight_x7-1599 {
	width:87.5%!important;
}

.floatl.seven-1599 {
	width:14.28571429%!important;
}

.floatl.seven_x2-1599 {
	width:28.57142857%!important;
}

.floatl.seven_x3-1599 {
	width:42.85714286%!important;
}

.floatl.seven_x4-1599 {
	width:57.14285714%!important;
}

.floatl.seven_x5-1599 {
	width:71.42857143%!important;
}

.floatl.seven_x6-1599 {
	width:85.71428571%!important;
}

.floatl.six-1599 {
	width:16.66666667%!important;
}

.floatl.six_x2-1599 {
	width:33.33333333%!important;
}

.floatl.six_x3-1599 {
	width:50%!important;
}

.floatl.six_x4-1599 {
	width:66.6666667%!important;
}

.floatl.six_x5-1599 {
	width:83%!important;
}

.floatl.five-1599 {
	width:20%!important;
}

.floatl.five_x2-1599 {
	width:40%!important;
}

.floatl.five_x3-1599 {
	width:60%!important;
}

.floatl.five_x4-1599 {
	width:80%!important;
}

.floatl.four-1599 {
	width:25%!important;
}

.floatl.four_x2-1599 {
	width:50%!important;
}

.floatl.four_x3-1599 {
	width:75%!important;
}

.floatl.three-1599 {
	width:33.33333333%!important;
}

.floatl.three_x2-1599 {
	width:66.66666667%!important;
}

.floatl.two-1599 {
	width:50%!important;
}

.floatl.one-1599 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

.o1-1599 {
		order:1;
	}

.fl1-1599 {
	flex:1;
}

.gridc > .r1-1599 {
	grid-row-start:1;
}
.gridc-1599 > .r1-1599 {
	grid-row-start:1;
	overflow:hidden;
}
.gridc > .re1-1599 {
	grid-row-end:1;
}
.gridc-1599 > .re1-1599 {
	grid-row-end:1;
}
.gridc > .c1-1599 {
	grid-column-start:1;
}
.gridc-1599 > .c1-1599 {
	grid-column-start:1;
}
.gridc > .ce1-1599 {
	grid-column-end:1;
}
.gridc-1599 > .ce1-1599 {
	grid-column-end:1;
}

.o2-1599 {
		order:2;
	}

.fl2-1599 {
	flex:2;
}

.gridc > .r2-1599 {
	grid-row-start:2;
}
.gridc-1599 > .r2-1599 {
	grid-row-start:2;
	overflow:hidden;
}
.gridc > .re2-1599 {
	grid-row-end:2;
}
.gridc-1599 > .re2-1599 {
	grid-row-end:2;
}
.gridc > .c2-1599 {
	grid-column-start:2;
}
.gridc-1599 > .c2-1599 {
	grid-column-start:2;
}
.gridc > .ce2-1599 {
	grid-column-end:2;
}
.gridc-1599 > .ce2-1599 {
	grid-column-end:2;
}

.o3-1599 {
		order:3;
	}

.fl3-1599 {
	flex:3;
}

.gridc > .r3-1599 {
	grid-row-start:3;
}
.gridc-1599 > .r3-1599 {
	grid-row-start:3;
	overflow:hidden;
}
.gridc > .re3-1599 {
	grid-row-end:3;
}
.gridc-1599 > .re3-1599 {
	grid-row-end:3;
}
.gridc > .c3-1599 {
	grid-column-start:3;
}
.gridc-1599 > .c3-1599 {
	grid-column-start:3;
}
.gridc > .ce3-1599 {
	grid-column-end:3;
}
.gridc-1599 > .ce3-1599 {
	grid-column-end:3;
}

.o4-1599 {
		order:4;
	}

.fl4-1599 {
	flex:4;
}

.gridc > .r4-1599 {
	grid-row-start:4;
}
.gridc-1599 > .r4-1599 {
	grid-row-start:4;
	overflow:hidden;
}
.gridc > .re4-1599 {
	grid-row-end:4;
}
.gridc-1599 > .re4-1599 {
	grid-row-end:4;
}
.gridc > .c4-1599 {
	grid-column-start:4;
}
.gridc-1599 > .c4-1599 {
	grid-column-start:4;
}
.gridc > .ce4-1599 {
	grid-column-end:4;
}
.gridc-1599 > .ce4-1599 {
	grid-column-end:4;
}

.o5-1599 {
		order:5;
	}

.fl5-1599 {
	flex:5;
}

.gridc > .r5-1599 {
	grid-row-start:5;
}
.gridc-1599 > .r5-1599 {
	grid-row-start:5;
	overflow:hidden;
}
.gridc > .re5-1599 {
	grid-row-end:5;
}
.gridc-1599 > .re5-1599 {
	grid-row-end:5;
}
.gridc > .c5-1599 {
	grid-column-start:5;
}
.gridc-1599 > .c5-1599 {
	grid-column-start:5;
}
.gridc > .ce5-1599 {
	grid-column-end:5;
}
.gridc-1599 > .ce5-1599 {
	grid-column-end:5;
}

.o6-1599 {
		order:6;
	}

.fl6-1599 {
	flex:6;
}

.gridc > .r6-1599 {
	grid-row-start:6;
}
.gridc-1599 > .r6-1599 {
	grid-row-start:6;
	overflow:hidden;
}
.gridc > .re6-1599 {
	grid-row-end:6;
}
.gridc-1599 > .re6-1599 {
	grid-row-end:6;
}
.gridc > .c6-1599 {
	grid-column-start:6;
}
.gridc-1599 > .c6-1599 {
	grid-column-start:6;
}
.gridc > .ce6-1599 {
	grid-column-end:6;
}
.gridc-1599 > .ce6-1599 {
	grid-column-end:6;
}

.o7-1599 {
		order:7;
	}

.fl7-1599 {
	flex:7;
}

.gridc > .r7-1599 {
	grid-row-start:7;
}
.gridc-1599 > .r7-1599 {
	grid-row-start:7;
	overflow:hidden;
}
.gridc > .re7-1599 {
	grid-row-end:7;
}
.gridc-1599 > .re7-1599 {
	grid-row-end:7;
}
.gridc > .c7-1599 {
	grid-column-start:7;
}
.gridc-1599 > .c7-1599 {
	grid-column-start:7;
}
.gridc > .ce7-1599 {
	grid-column-end:7;
}
.gridc-1599 > .ce7-1599 {
	grid-column-end:7;
}

.o8-1599 {
		order:8;
	}

.fl8-1599 {
	flex:8;
}

.gridc > .r8-1599 {
	grid-row-start:8;
}
.gridc-1599 > .r8-1599 {
	grid-row-start:8;
	overflow:hidden;
}
.gridc > .re8-1599 {
	grid-row-end:8;
}
.gridc-1599 > .re8-1599 {
	grid-row-end:8;
}
.gridc > .c8-1599 {
	grid-column-start:8;
}
.gridc-1599 > .c8-1599 {
	grid-column-start:8;
}
.gridc > .ce8-1599 {
	grid-column-end:8;
}
.gridc-1599 > .ce8-1599 {
	grid-column-end:8;
}

.o9-1599 {
		order:9;
	}

.fl9-1599 {
	flex:9;
}

.gridc > .r9-1599 {
	grid-row-start:9;
}
.gridc-1599 > .r9-1599 {
	grid-row-start:9;
	overflow:hidden;
}
.gridc > .re9-1599 {
	grid-row-end:9;
}
.gridc-1599 > .re9-1599 {
	grid-row-end:9;
}
.gridc > .c9-1599 {
	grid-column-start:9;
}
.gridc-1599 > .c9-1599 {
	grid-column-start:9;
}
.gridc > .ce9-1599 {
	grid-column-end:9;
}
.gridc-1599 > .ce9-1599 {
	grid-column-end:9;
}

.z1-1599 {
	z-index:1;
}

.z9999999-1599 {
	z-index:9999999;
}

.z2-1599 {
	z-index:2;
}

.z9999998-1599 {
	z-index:9999998;
}

.z3-1599 {
	z-index:3;
}

.z9999997-1599 {
	z-index:9999997;
}

.z4-1599 {
	z-index:4;
}

.z9999996-1599 {
	z-index:9999996;
}

.z5-1599 {
	z-index:5;
}

.z9999995-1599 {
	z-index:9999995;
}

.z6-1599 {
	z-index:6;
}

.z9999994-1599 {
	z-index:9999994;
}

.z7-1599 {
	z-index:7;
}

.z9999993-1599 {
	z-index:9999993;
}

.z8-1599 {
	z-index:8;
}

.z9999992-1599 {
	z-index:9999992;
}

.z9-1599 {
	z-index:9;
}

.z9999991-1599 {
	z-index:9999991;
}

.w100-1599 {
	font-weight:100;
}
.w200-1599 {
	font-weight:200;
}
.w300-1599 {
	font-weight:300;
}
.w400-1599 {
	font-weight:400;
}
.w500-1599 {
	font-weight:500;
}
.w600-1599 {
	font-weight:600;
}
.w700-1599 {
	font-weight:700;
}
.w800-1599 {
	font-weight:800;
}
.w900-1599 {
	font-weight:900;
}
.f1-1599 {
	font-size:1.1em;
	line-height:1.1em;
}

p.f1-1599,
p > *.f1-1599 {
	line-height:1.4em;
}
.f1_5-1599 {
	font-size:1.15em;
	line-height:1.15em;
}

p.f1_5-1599,
p > *.f1_5-1599 {
	line-height:1.18em;
}
.f2-1599 {
	font-size:1.2em;
	line-height:1.2em;
}

p.f2-1599,
p > *.f2-1599 {
	line-height:1.5em;
}
.f2_5-1599 {
	font-size:1.25em;
	line-height:1.25em;
}

p.f2_5-1599,
p > *.f2_5-1599 {
	line-height:1.28em;
}
.f3-1599 {
	font-size:1.3em;
	line-height:1.3em;
}

p.f3-1599,
p > *.f3-1599 {
	line-height:1.6em;
}
.f3_5-1599 {
	font-size:1.35em;
	line-height:1.35em;
}

p.f3_5-1599,
p > *.f3_5-1599 {
	line-height:1.38em;
}
.f4-1599 {
	font-size:1.4em;
	line-height:1.4em;
}

p.f4-1599,
p > *.f4-1599 {
	line-height:1.7em;
}
.f4_5-1599 {
	font-size:1.45em;
	line-height:1.45em;
}

p.f4_5-1599,
p > *.f4_5-1599 {
	line-height:1.48em;
}
.f5-1599 {
	font-size:1.5em;
	line-height:1.5em;
}

p.f5-1599,
p > *.f5-1599 {
	line-height:1.8em;
}
.f5_5-1599 {
	font-size:1.55em;
	line-height:1.55em;
}

p.f5_5-1599,
p > *.f5_5-1599 {
	line-height:1.58em;
}
.f6-1599 {
	font-size:1.6em;
	line-height:1.6em;
}

p.f6-1599,
p > *.f6-1599 {
	line-height:1.9em;
}
.f6_5-1599 {
	font-size:1.65em;
	line-height:1.65em;
}

p.f6_5-1599,
p > *.f6_5-1599 {
	line-height:1.68em;
}
.f7-1599 {
	font-size:1.7em;
	line-height:1.7em;
}

p.f7-1599,
p > *.f7-1599 {
	line-height:1.10em;
}
.f7_5-1599 {
	font-size:1.75em;
	line-height:1.75em;
}

p.f7_5-1599,
p > *.f7_5-1599 {
	line-height:1.78em;
}
.f8-1599 {
	font-size:1.8em;
	line-height:1.8em;
}

p.f8-1599,
p > *.f8-1599 {
	line-height:1.11em;
}
.f8_5-1599 {
	font-size:1.85em;
	line-height:1.85em;
}

p.f8_5-1599,
p > *.f8_5-1599 {
	line-height:1.88em;
}
.f9-1599 {
	font-size:1.9em;
	line-height:1.9em;
}

p.f9-1599,
p > *.f9-1599 {
	line-height:1.12em;
}
.f9_5-1599 {
	font-size:1.95em;
	line-height:1.95em;
}

p.f9_5-1599,
p > *.f9_5-1599 {
	line-height:1.98em;
}
.f10-1599 {
	font-size:2em;
	line-height:2em;
}

p.f10-1599,
p > *.f10-1599 {
	line-height:2em;
}
.f10_5-1599 {
	font-size:2em;
	line-height:2em;
}

p.f10_5-1599,
p > *.f10_5-1599 {
	line-height:2em;
}
.nf1-1599 {
	font-size:0.9em;
}

*:not(p):not(ul):not(ol).nf1-1599 {
	line-height:0.9em;
}

p.nf1-1599,
ul.nf1-1599,
ol.nf1-1599 {
	line-height:1.9em;
}
.nf1_5-1599 {
	font-size:0.85em;
}

*:not(p):not(ul):not(ol).nf1_5-1599 {
	line-height:0.85em;
}

p.nf1_5-1599,
ul.nf1_5-1599,
ol.nf1_5-1599 {
	line-height:1.85em;
}
.nf2-1599 {
	font-size:0.8em;
}

*:not(p):not(ul):not(ol).nf2-1599 {
	line-height:0.8em;
}

p.nf2-1599,
ul.nf2-1599,
ol.nf2-1599 {
	line-height:1.8em;
}
.nf2_5-1599 {
	font-size:0.75em;
}

*:not(p):not(ul):not(ol).nf2_5-1599 {
	line-height:0.75em;
}

p.nf2_5-1599,
ul.nf2_5-1599,
ol.nf2_5-1599 {
	line-height:1.75em;
}
.nf3-1599 {
	font-size:0.7em;
}

*:not(p):not(ul):not(ol).nf3-1599 {
	line-height:0.7em;
}

p.nf3-1599,
ul.nf3-1599,
ol.nf3-1599 {
	line-height:1.7em;
}
.nf3_5-1599 {
	font-size:0.65em;
}

*:not(p):not(ul):not(ol).nf3_5-1599 {
	line-height:0.65em;
}

p.nf3_5-1599,
ul.nf3_5-1599,
ol.nf3_5-1599 {
	line-height:1.65em;
}
.nf4-1599 {
	font-size:0.6em;
}

*:not(p):not(ul):not(ol).nf4-1599 {
	line-height:0.6em;
}

p.nf4-1599,
ul.nf4-1599,
ol.nf4-1599 {
	line-height:1.6em;
}
.nf4_5-1599 {
	font-size:0.55em;
}

*:not(p):not(ul):not(ol).nf4_5-1599 {
	line-height:0.55em;
}

p.nf4_5-1599,
ul.nf4_5-1599,
ol.nf4_5-1599 {
	line-height:1.55em;
}
.nf5-1599 {
	font-size:0.5em;
}

*:not(p):not(ul):not(ol).nf5-1599 {
	line-height:0.5em;
}

p.nf5-1599,
ul.nf5-1599,
ol.nf5-1599 {
	line-height:1.5em;
}
.nf5_5-1599 {
	font-size:0.45em;
}

*:not(p):not(ul):not(ol).nf5_5-1599 {
	line-height:0.45em;
}

p.nf5_5-1599,
ul.nf5_5-1599,
ol.nf5_5-1599 {
	line-height:1.45em;
}
.nf6-1599 {
	font-size:0.4em;
}

*:not(p):not(ul):not(ol).nf6-1599 {
	line-height:0.4em;
}

p.nf6-1599,
ul.nf6-1599,
ol.nf6-1599 {
	line-height:1.4em;
}
.nf6_5-1599 {
	font-size:0.35em;
}

*:not(p):not(ul):not(ol).nf6_5-1599 {
	line-height:0.35em;
}

p.nf6_5-1599,
ul.nf6_5-1599,
ol.nf6_5-1599 {
	line-height:1.35em;
}
.nf7-1599 {
	font-size:0.3em;
}

*:not(p):not(ul):not(ol).nf7-1599 {
	line-height:0.3em;
}

p.nf7-1599,
ul.nf7-1599,
ol.nf7-1599 {
	line-height:1.3em;
}
.nf7_5-1599 {
	font-size:0.25em;
}

*:not(p):not(ul):not(ol).nf7_5-1599 {
	line-height:0.25em;
}

p.nf7_5-1599,
ul.nf7_5-1599,
ol.nf7_5-1599 {
	line-height:1.25em;
}
.nf8-1599 {
	font-size:0.2em;
}

*:not(p):not(ul):not(ol).nf8-1599 {
	line-height:0.2em;
}

p.nf8-1599,
ul.nf8-1599,
ol.nf8-1599 {
	line-height:1.2em;
}
.nf8_5-1599 {
	font-size:0.15em;
}

*:not(p):not(ul):not(ol).nf8_5-1599 {
	line-height:0.15em;
}

p.nf8_5-1599,
ul.nf8_5-1599,
ol.nf8_5-1599 {
	line-height:1.15em;
}
.nf9-1599 {
	font-size:0.1em;
}

*:not(p):not(ul):not(ol).nf9-1599 {
	line-height:0.1em;
}

p.nf9-1599,
ul.nf9-1599,
ol.nf9-1599 {
	line-height:1.1em;
}
.nf9_5-1599 {
	font-size:0.05em;
}

*:not(p):not(ul):not(ol).nf9_5-1599 {
	line-height:0.05em;
}

p.nf9_5-1599,
ul.nf9_5-1599,
ol.nf9_5-1599 {
	line-height:1.05em;
}
  .invisible-1599 {
			visibility:hidden!important;
		}

  .last-1599 {
			margin-right:0px!important;
		}

  .floatl-1599 {
			float:left!important;
		}

  .floatr-1599 {
			float:right!important;
		}

  .left-1599 {
			float:left!important;
		}

  .right-1599 {
			float:right!important;
		}

  .floatn-1599,
 .grid.floatn-1599 {
			float:none!important;
		}

  .grid-1599 {
			float:left!important;
overflow:hidden;;
		}

  .grid.last-1599 {
			float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
		}

  .none-1599 {
			display:none!important;
		}

  .block-1599 {
			display:block!important;
		}

  .iblock-1599 {
			display:inline-block!important;
		}

  .inline-1599 {
			display:inline!important;
		}

  .table-1599 {
			display:table!important;
		}

  .row-1599 {
			display:table-row!important;
		}

  .cell-1599 {
			display:table-cell!important;
vertical-align:middle;
		}

  .collapse-1599 {
			border-collapse:collapse;
		}

  .clearl-1599 {
			clear:left!important;
		}

  .clearr-1599 {
			clear:right!important;
		}

  .clearn-1599 {
			clear:none!important;
		}

  .clearnone-1599 {
			clear:none!important;
		}

  .clearb-1599 {
			clear:both!important;
		}

  .clear-1599 {
			float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
		}

  .up-1599 {
			text-transform:uppercase;
		}

  .transnone-1599 {
			text-transform:none;
		}

  .strike-1599 {
			text-decoration:line-through;
		}

  .alignl-1599 {
			text-align:left!important;
		}

  .alignr-1599 {
			text-align:right!important;
		}

  .alignc-1599 {
			text-align:center!important;
		}

  .alignj-1599 {
			text-align:justify!important;
		}

  .valign-1599 {
			vertical-align:middle!important;
		}

  .widthauto-1599 {
			width:auto!important;
		}

  .heightauto-1599 {
			height:auto!important;
min-height:0px!important;
		}

.square.heightauto-1599::after {
	display:none!important;
}

.square.heightauto-1599 > * {
	position:static!important;
}

  .width0-1599 {
			width:0px;
		}

  .width50-1599 {
			width:50%;
		}

  .height0-1599 {
			height:0px;
		}

  .height50-1599 {
			height:50%;
		}

  .mw100-1599 {
			max-width:100%;
		}

  .mw90-1599 {
			max-width:90%;
		}

  .mw80-1599 {
			max-width:80%;
		}

  .mw70-1599 {
			max-width:70%;
		}

  .mw60-1599 {
			max-width:60%;
		}

  .mw50-1599 {
			max-width:50%;
		}

  .mw40-1599 {
			max-width:40%;
		}

  .mw30-1599 {
			max-width:30%;
		}

  .mw20-1599 {
			max-width:20%;
		}

  .mw10-1599 {
			max-width:10%;
		}

  .mwnone-1599 {
			max-width:none;
		}

  .fw-1599,
 .grid.fw-1599,
 .floatl.fw-1599 {
			width:100%!important;
      margin-left:0px!important;
			margin-right:0px!important;
		}

  .fh-1599 {
			height:100%!important;
		}

  .pointer-1599 {
			cursor:pointer!important;
		}

  .noallow-1599 {
			cursor:not-allowed!important;
		}

  .noselect-1599 {
			user-select:none!important;
		}

  .static-1599 {
			position:static!important;
		}

  .relative-1599 {
			position:relative!important;
		}

  .absolute-1599 {
			position:absolute!important;
		}

  .fixed-1599 {
			position:fixed!important;
		}

  .spacing-1599 {
			margin-bottom:7px!important;
		}

  .spacing.floatl-1599 {
			margin-right:15px!important;
		}

  .spacing.floatr-1599 {
			margin-left:15px!important;
		}

  .flowhide-1599 {
			overflow:hidden;
		}

  .flowshow-1599 {
			overflow:visible;
		}

  .flowauto-1599 {
			overflow:auto;
		}

  .nowrap-1599 {
			white-space:nowrap;
		}

  .lhreset-1599 {
			line-height:normal;
		}

  .circle-1599 {
			border-radius:50%!important;
		}

  .radnone-1599 {
			border-radius:0px!important;
		}

  .vh10-1599 {
			height:10vh!important;
		}

  .vh25-1599 {
			height:25vh!important;
		}

  .vh50-1599 {
			height:50vh!important;
		}

  .vh100-1599 {
			height:100vh!important;
		}

  .vw10-1599 {
			width:10vw!important;
		}

  .vw25-1599 {
			width:25vw!important;
		}

  .vw50-1599 {
			width:50vw!important;
		}

  .vw100-1599 {
			width:100vw!important;
		}

  .flexw-1599 {
			flex-wrap:wrap!important;
		}

  .flexwn-1599 {
			flex-wrap:nowrap!important;
		}

  .flexwr-1599 {
			flex-wrap:wrap-reverse!important;
		}

  .flexdr-1599 {
			flex-direction:row!important;
		}

  .flexdrr-1599 {
			flex-direction:row-reverse!important;
		}

  .flexdc-1599 {
			flex-direction:column!important;
		}

  .flexdcr-1599 {
			flex-direction:column-reverse!important;
		}

  .flex-1599 {
			display:flex!important;
align-items:center;
flex-wrap:wrap;;
		}

  .iflex-1599 {
			display:inline-flex!important;
align-items:center;;
		}

  .spaced-1599 {
			justify-content:space-between;
		}

  .flexdr.spaced-1599 {
			align-content:space-between;
		}

  .spacee-1599 {
			justify-content:space-evenly;
		}

  .falignst-1599 {
			align-items:stretch;;
		}

  .falignc-1599 {
			align-items:center;;
		}

  .faligns-1599 {
			align-items:flex-start;;
		}

  .faligne-1599 {
			align-items:flex-end;;
		}

  .fjustl-1599 {
			justify-content:flex-start;;
		}

  .fjustr-1599 {
			justify-content:flex-end;;
		}

  .fjustc-1599 {
			justify-content:center;;
		}

  .flexn-1599 {
			flex:none!important;width:100%;;
		}

  .gridc-1599 {
			display:grid!important;;
		}

  .o100-1599 {
			opacity:1;
		}

  .o90-1599 {
			opacity:0.9;
		}

  .o80-1599 {
			opacity:0.8;
		}

  .o70-1599 {
			opacity:0.7;
		}

  .o60-1599 {
			opacity:0.6;
		}

  .o50-1599 {
			opacity:0.5;
		}

  .o40-1599 {
			opacity:0.4;
		}

  .o30-1599 {
			opacity:0.3;
		}

  .o20-1599 {
			opacity:0.2;
		}

  .o10-1599 {
			opacity:0.1;
		}

  .o0-1599 {
			opacity:0;
		}

  .left0-1599 {
			left:0px!important;;
		}

  .right0-1599 {
			right:0px!important;;
		}

  .top0-1599 {
			top:0px!important;;
		}

  .bottom0-1599 {
			bottom:0px!important;;
		}

  .left50-1599 {
			left:50%!important;;
		}

  .right50-1599 {
			right:50%!important;;
		}

  .top50-1599 {
			top:50%!important;;
		}

  .bottom50-1599 {
			bottom:50%!important;;
		}

  .left100-1599 {
			left:100%!important;;
		}

  .right100-1599 {
			right:100%!important;;
		}

  .top100-1599 {
			top:100%!important;;
		}

  .bottom100-1599 {
			bottom:100%!important;;
		}

  .leftauto-1599 {
			left:auto!important;;
		}

  .rightauto-1599 {
			right:auto!important;;
		}

  .topauto-1599 {
			top:auto!important;;
		}

  .bottomauto-1599 {
			bottom:auto!important;;
		}

  .all0-1599 {
			top:0px!important;
bottom:0px!important;
left:0px!important;
right:0px!important;;
		}

  .lineup.fw-1599, .lineupgroup.fw-1599 {
			height:auto!important;
	}

	

			.padded_tiny-1599 {
				padding:5px!important;

			}

			.paddedtb_tiny-1599 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-1599 {
				padding-top:5px!important;
			}

			.paddedb_tiny-1599 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-1599 {
				padding-left:5px!important;
			}

			.paddedr_tiny-1599 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-1599 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-1599 {
				margin:5px!important;
			}

			.margintb_tiny-1599 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-1599 {
				margin-top:5px!important;
			}

			.marginb_tiny-1599 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-1599 {
				margin-left:5px!important;
			}

			.marginr_tiny-1599 {
				margin-right:5px!important;
			}

			.marginlr_tiny-1599 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			
			.nmarginlr_tiny {
				margin-left:-5px!important;
				margin-right:-5px!important;
			}
				
			.nmargin_tiny-1599 {
				margin:-5px!important;
			}

			.nmargintb_tiny-1599 {
				margin-top:-5px!important;
				margin-bottom:-5px!important;
			}

			.nmargint_tiny-1599 {
				margin-top:-5px!important;
			}

			.nmarginb_tiny-1599 {
				margin-bottom:-5px!important;
			}

			.nmarginl_tiny-1599 {
				margin-left:-5px!important;
			}

			.nmarginr_tiny-1599 {
				margin-right:-5px!important;
			}
			
			.padded_small-1599 {
				padding:10px!important;

			}

			.paddedtb_small-1599 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-1599 {
				padding-top:10px!important;
			}

			.paddedb_small-1599 {
				padding-bottom:10px!important;
			}

			.paddedl_small-1599 {
				padding-left:10px!important;
			}

			.paddedr_small-1599 {
				padding-right:10px!important;
			}

			.paddedlr_small-1599 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-1599 {
				margin:10px!important;
			}

			.margintb_small-1599 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-1599 {
				margin-top:10px!important;
			}

			.marginb_small-1599 {
				margin-bottom:10px!important;
			}

			.marginl_small-1599 {
				margin-left:10px!important;
			}

			.marginr_small-1599 {
				margin-right:10px!important;
			}

			.marginlr_small-1599 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_small {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_small-1599 {
				margin:-10px!important;
			}

			.nmargintb_small-1599 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_small-1599 {
				margin-top:-10px!important;
			}

			.nmarginb_small-1599 {
				margin-bottom:-10px!important;
			}

			.nmarginl_small-1599 {
				margin-left:-10px!important;
			}

			.nmarginr_small-1599 {
				margin-right:-10px!important;
			}
			
			.padded_medium-1599 {
				padding:20px!important;

			}

			.paddedtb_medium-1599 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-1599 {
				padding-top:20px!important;
			}

			.paddedb_medium-1599 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-1599 {
				padding-left:20px!important;
			}

			.paddedr_medium-1599 {
				padding-right:20px!important;
			}

			.paddedlr_medium-1599 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-1599 {
				margin:20px!important;
			}

			.margintb_medium-1599 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-1599 {
				margin-top:20px!important;
			}

			.marginb_medium-1599 {
				margin-bottom:20px!important;
			}

			.marginl_medium-1599 {
				margin-left:20px!important;
			}

			.marginr_medium-1599 {
				margin-right:20px!important;
			}

			.marginlr_medium-1599 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			
			.nmarginlr_medium {
				margin-left:-20px!important;
				margin-right:-20px!important;
			}
				
			.nmargin_medium-1599 {
				margin:-20px!important;
			}

			.nmargintb_medium-1599 {
				margin-top:-20px!important;
				margin-bottom:-20px!important;
			}

			.nmargint_medium-1599 {
				margin-top:-20px!important;
			}

			.nmarginb_medium-1599 {
				margin-bottom:-20px!important;
			}

			.nmarginl_medium-1599 {
				margin-left:-20px!important;
			}

			.nmarginr_medium-1599 {
				margin-right:-20px!important;
			}
			
			.padded_large-1599 {
				padding:40px!important;

			}

			.paddedtb_large-1599 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-1599 {
				padding-top:40px!important;
			}

			.paddedb_large-1599 {
				padding-bottom:40px!important;
			}

			.paddedl_large-1599 {
				padding-left:40px!important;
			}

			.paddedr_large-1599 {
				padding-right:40px!important;
			}

			.paddedlr_large-1599 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-1599 {
				margin:40px!important;
			}

			.margintb_large-1599 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-1599 {
				margin-top:40px!important;
			}

			.marginb_large-1599 {
				margin-bottom:40px!important;
			}

			.marginl_large-1599 {
				margin-left:40px!important;
			}

			.marginr_large-1599 {
				margin-right:40px!important;
			}

			.marginlr_large-1599 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			
			.nmarginlr_large {
				margin-left:-40px!important;
				margin-right:-40px!important;
			}
				
			.nmargin_large-1599 {
				margin:-40px!important;
			}

			.nmargintb_large-1599 {
				margin-top:-40px!important;
				margin-bottom:-40px!important;
			}

			.nmargint_large-1599 {
				margin-top:-40px!important;
			}

			.nmarginb_large-1599 {
				margin-bottom:-40px!important;
			}

			.nmarginl_large-1599 {
				margin-left:-40px!important;
			}

			.nmarginr_large-1599 {
				margin-right:-40px!important;
			}
			
			.padded_core-1599 {
				padding:10px!important;

			}

			.paddedtb_core-1599 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-1599 {
				padding-top:10px!important;
			}

			.paddedb_core-1599 {
				padding-bottom:10px!important;
			}

			.paddedl_core-1599 {
				padding-left:10px!important;
			}

			.paddedr_core-1599 {
				padding-right:10px!important;
			}

			.paddedlr_core-1599 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-1599 {
				margin:10px!important;
			}

			.margintb_core-1599 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-1599 {
				margin-top:10px!important;
			}

			.marginb_core-1599 {
				margin-bottom:10px!important;
			}

			.marginl_core-1599 {
				margin-left:10px!important;
			}

			.marginr_core-1599 {
				margin-right:10px!important;
			}

			.marginlr_core-1599 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_core {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_core-1599 {
				margin:-10px!important;
			}

			.nmargintb_core-1599 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_core-1599 {
				margin-top:-10px!important;
			}

			.nmarginb_core-1599 {
				margin-bottom:-10px!important;
			}

			.nmarginl_core-1599 {
				margin-left:-10px!important;
			}

			.nmarginr_core-1599 {
				margin-right:-10px!important;
			}
						
			.margin_auto-1599 {
				margin:auto!important;
			}

			.margintb_auto-1599 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-1599 {
				margin-top:auto!important;
			}

			.marginb_auto-1599 {
				margin-bottom:auto!important;
			}

			.marginl_auto-1599 {
				margin-left:auto!important;
			}

			.marginr_auto-1599 {
				margin-right:auto!important;
			}

			.marginlr_auto-1599 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			
			.nmarginlr_auto {
				margin-left:-auto!important;
				margin-right:-auto!important;
			}
				
			.nmargin_auto-1599 {
				margin:-auto!important;
			}

			.nmargintb_auto-1599 {
				margin-top:-auto!important;
				margin-bottom:-auto!important;
			}

			.nmargint_auto-1599 {
				margin-top:-auto!important;
			}

			.nmarginb_auto-1599 {
				margin-bottom:-auto!important;
			}

			.nmarginl_auto-1599 {
				margin-left:-auto!important;
			}

			.nmarginr_auto-1599 {
				margin-right:-auto!important;
			}
			
			.padded_none-1599 {
				padding:0px!important;

			}

			.paddedtb_none-1599 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-1599 {
				padding-top:0px!important;
			}

			.paddedb_none-1599 {
				padding-bottom:0px!important;
			}

			.paddedl_none-1599 {
				padding-left:0px!important;
			}

			.paddedr_none-1599 {
				padding-right:0px!important;
			}

			.paddedlr_none-1599 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-1599 {
				margin:0px!important;
			}

			.margintb_none-1599 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-1599 {
				margin-top:0px!important;
			}

			.marginb_none-1599 {
				margin-bottom:0px!important;
			}

			.marginl_none-1599 {
				margin-left:0px!important;
			}

			.marginr_none-1599 {
				margin-right:0px!important;
			}

			.marginlr_none-1599 {
				margin-left:0px!important;
				margin-right:0px!important;
			}
			
			.nmarginlr_none {
				margin-left:-0px!important;
				margin-right:-0px!important;
			}
				
			.nmargin_none-1599 {
				margin:-0px!important;
			}

			.nmargintb_none-1599 {
				margin-top:-0px!important;
				margin-bottom:-0px!important;
			}

			.nmargint_none-1599 {
				margin-top:-0px!important;
			}

			.nmarginb_none-1599 {
				margin-bottom:-0px!important;
			}

			.nmarginl_none-1599 {
				margin-left:-0px!important;
			}

			.nmarginr_none-1599 {
				margin-right:-0px!important;
			}
			
			.padded_p100-1599 {
				padding:100%!important;

			}

			.paddedtb_p100-1599 {
				padding-top:100%!important;
				padding-bottom:100%!important;
			}

			.paddedt_p100-1599 {
				padding-top:100%!important;
			}

			.paddedb_p100-1599 {
				padding-bottom:100%!important;
			}

			.paddedl_p100-1599 {
				padding-left:100%!important;
			}

			.paddedr_p100-1599 {
				padding-right:100%!important;
			}

			.paddedlr_p100-1599 {
				padding-left:100%!important;
				padding-right:100%!important;
			}
		
						
			.margin_p100-1599 {
				margin:100%!important;
			}

			.margintb_p100-1599 {
				margin-top:100%!important;
				margin-bottom:100%!important;
			}

			.margint_p100-1599 {
				margin-top:100%!important;
			}

			.marginb_p100-1599 {
				margin-bottom:100%!important;
			}

			.marginl_p100-1599 {
				margin-left:100%!important;
			}

			.marginr_p100-1599 {
				margin-right:100%!important;
			}

			.marginlr_p100-1599 {
				margin-left:100%!important;
				margin-right:100%!important;
			}
			
			.nmarginlr_p100 {
				margin-left:-100%!important;
				margin-right:-100%!important;
			}
				
			.nmargin_p100-1599 {
				margin:-100%!important;
			}

			.nmargintb_p100-1599 {
				margin-top:-100%!important;
				margin-bottom:-100%!important;
			}

			.nmargint_p100-1599 {
				margin-top:-100%!important;
			}

			.nmarginb_p100-1599 {
				margin-bottom:-100%!important;
			}

			.nmarginl_p100-1599 {
				margin-left:-100%!important;
			}

			.nmarginr_p100-1599 {
				margin-right:-100%!important;
			}
			
			.padded_p75-1599 {
				padding:75%!important;

			}

			.paddedtb_p75-1599 {
				padding-top:75%!important;
				padding-bottom:75%!important;
			}

			.paddedt_p75-1599 {
				padding-top:75%!important;
			}

			.paddedb_p75-1599 {
				padding-bottom:75%!important;
			}

			.paddedl_p75-1599 {
				padding-left:75%!important;
			}

			.paddedr_p75-1599 {
				padding-right:75%!important;
			}

			.paddedlr_p75-1599 {
				padding-left:75%!important;
				padding-right:75%!important;
			}
		
						
			.margin_p75-1599 {
				margin:75%!important;
			}

			.margintb_p75-1599 {
				margin-top:75%!important;
				margin-bottom:75%!important;
			}

			.margint_p75-1599 {
				margin-top:75%!important;
			}

			.marginb_p75-1599 {
				margin-bottom:75%!important;
			}

			.marginl_p75-1599 {
				margin-left:75%!important;
			}

			.marginr_p75-1599 {
				margin-right:75%!important;
			}

			.marginlr_p75-1599 {
				margin-left:75%!important;
				margin-right:75%!important;
			}
			
			.nmarginlr_p75 {
				margin-left:-75%!important;
				margin-right:-75%!important;
			}
				
			.nmargin_p75-1599 {
				margin:-75%!important;
			}

			.nmargintb_p75-1599 {
				margin-top:-75%!important;
				margin-bottom:-75%!important;
			}

			.nmargint_p75-1599 {
				margin-top:-75%!important;
			}

			.nmarginb_p75-1599 {
				margin-bottom:-75%!important;
			}

			.nmarginl_p75-1599 {
				margin-left:-75%!important;
			}

			.nmarginr_p75-1599 {
				margin-right:-75%!important;
			}
			
			.padded_p50-1599 {
				padding:50%!important;

			}

			.paddedtb_p50-1599 {
				padding-top:50%!important;
				padding-bottom:50%!important;
			}

			.paddedt_p50-1599 {
				padding-top:50%!important;
			}

			.paddedb_p50-1599 {
				padding-bottom:50%!important;
			}

			.paddedl_p50-1599 {
				padding-left:50%!important;
			}

			.paddedr_p50-1599 {
				padding-right:50%!important;
			}

			.paddedlr_p50-1599 {
				padding-left:50%!important;
				padding-right:50%!important;
			}
		
						
			.margin_p50-1599 {
				margin:50%!important;
			}

			.margintb_p50-1599 {
				margin-top:50%!important;
				margin-bottom:50%!important;
			}

			.margint_p50-1599 {
				margin-top:50%!important;
			}

			.marginb_p50-1599 {
				margin-bottom:50%!important;
			}

			.marginl_p50-1599 {
				margin-left:50%!important;
			}

			.marginr_p50-1599 {
				margin-right:50%!important;
			}

			.marginlr_p50-1599 {
				margin-left:50%!important;
				margin-right:50%!important;
			}
			
			.nmarginlr_p50 {
				margin-left:-50%!important;
				margin-right:-50%!important;
			}
				
			.nmargin_p50-1599 {
				margin:-50%!important;
			}

			.nmargintb_p50-1599 {
				margin-top:-50%!important;
				margin-bottom:-50%!important;
			}

			.nmargint_p50-1599 {
				margin-top:-50%!important;
			}

			.nmarginb_p50-1599 {
				margin-bottom:-50%!important;
			}

			.nmarginl_p50-1599 {
				margin-left:-50%!important;
			}

			.nmarginr_p50-1599 {
				margin-right:-50%!important;
			}
			
			.padded_p25-1599 {
				padding:25%!important;

			}

			.paddedtb_p25-1599 {
				padding-top:25%!important;
				padding-bottom:25%!important;
			}

			.paddedt_p25-1599 {
				padding-top:25%!important;
			}

			.paddedb_p25-1599 {
				padding-bottom:25%!important;
			}

			.paddedl_p25-1599 {
				padding-left:25%!important;
			}

			.paddedr_p25-1599 {
				padding-right:25%!important;
			}

			.paddedlr_p25-1599 {
				padding-left:25%!important;
				padding-right:25%!important;
			}
		
						
			.margin_p25-1599 {
				margin:25%!important;
			}

			.margintb_p25-1599 {
				margin-top:25%!important;
				margin-bottom:25%!important;
			}

			.margint_p25-1599 {
				margin-top:25%!important;
			}

			.marginb_p25-1599 {
				margin-bottom:25%!important;
			}

			.marginl_p25-1599 {
				margin-left:25%!important;
			}

			.marginr_p25-1599 {
				margin-right:25%!important;
			}

			.marginlr_p25-1599 {
				margin-left:25%!important;
				margin-right:25%!important;
			}
			
			.nmarginlr_p25 {
				margin-left:-25%!important;
				margin-right:-25%!important;
			}
				
			.nmargin_p25-1599 {
				margin:-25%!important;
			}

			.nmargintb_p25-1599 {
				margin-top:-25%!important;
				margin-bottom:-25%!important;
			}

			.nmargint_p25-1599 {
				margin-top:-25%!important;
			}

			.nmarginb_p25-1599 {
				margin-bottom:-25%!important;
			}

			.nmarginl_p25-1599 {
				margin-left:-25%!important;
			}

			.nmarginr_p25-1599 {
				margin-right:-25%!important;
			}
				.border_1-1599 {
		border:solid 1px rgba(0,0,0,0.5);;
	}

	.bordertb_1-1599 {
		border-top:solid 1px rgba(0,0,0,0.5);;
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.bordert_1-1599 {
		border-top:solid 1px rgba(0,0,0,0.5);;
	}

	.borderb_1-1599 {
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.borderl_1-1599 {
		border-left:solid 1px rgba(0,0,0,0.5);;
	}

	.borderr_1-1599 {
		border-right:solid 1px rgba(0,0,0,0.5);;
	}

	.borderlr_1-1599 {
		border-left:solid 1px rgba(0,0,0,0.5);;
		border-right:solid 1px rgba(0,0,0,0.5);;
	}
		.border_none-1599 {
		border:none;
	}

	.bordertb_none-1599 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-1599 {
		border-top:none;
	}

	.borderb_none-1599 {
		border-bottom:none;
	}

	.borderl_none-1599 {
		border-left:none;
	}

	.borderr_none-1599 {
		border-right:none;
	}

	.borderlr_none-1599 {
		border-left:none;
		border-right:none;
	}
		.border_core-1599 {
		border:solid 1px rgba(0,0,0,0.1);
	}

	.bordertb_core-1599 {
		border-top:solid 1px rgba(0,0,0,0.1);
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.bordert_core-1599 {
		border-top:solid 1px rgba(0,0,0,0.1);
	}

	.borderb_core-1599 {
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.borderl_core-1599 {
		border-left:solid 1px rgba(0,0,0,0.1);
	}

	.borderr_core-1599 {
		border-right:solid 1px rgba(0,0,0,0.1);
	}

	.borderlr_core-1599 {
		border-left:solid 1px rgba(0,0,0,0.1);
		border-right:solid 1px rgba(0,0,0,0.1);
	}
				.colour1_bg-1599 {
				background-color:#000000!important;
			}

			.colour1_bg-1599,
			a.colour1_bg-1599 {
				color:#FFFFFF!important;
			}
		
			.colour1_bg-1599 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour1-1599 a,
			a.colour1-1599 {
				color:#000000;
							}
			
			.colour1-1599 {
					color:#000000;
				background:transparent!important;
						}

					
			.colour1_bg-1599 input[type=text],
			.colour1_bg-1599 input[type=password],
			.colour1_bg-1599 input[type=number],
			.colour1_bg-1599 textarea,
			.colour1_bg-1599 select,
			.colour1_bg-1599 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour1_bg-1599 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour1_bg-1599 select {
				color:rgba(255,255,255,0.7);
			}

			.colour1_bg-1599 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour1_bg-1599 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour2_bg-1599 {
				background-color:#4b4a4b!important;
			}

			.colour2_bg-1599,
			a.colour2_bg-1599 {
				color:#FFFFFF!important;
			}
		
			.colour2_bg-1599 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour2-1599 a,
			a.colour2-1599 {
				color:#4b4a4b;
							}
			
			.colour2-1599 {
					color:#4b4a4b;
				background:transparent!important;
						}

					
			.colour2_bg-1599 input[type=text],
			.colour2_bg-1599 input[type=password],
			.colour2_bg-1599 input[type=number],
			.colour2_bg-1599 textarea,
			.colour2_bg-1599 select,
			.colour2_bg-1599 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour2_bg-1599 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour2_bg-1599 select {
				color:rgba(255,255,255,0.7);
			}

			.colour2_bg-1599 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour2_bg-1599 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour3_bg-1599 {
				background-color:#616062!important;
			}

			.colour3_bg-1599,
			a.colour3_bg-1599 {
				color:#FFFFFF!important;
			}
		
			.colour3_bg-1599 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour3-1599 a,
			a.colour3-1599 {
				color:#616062;
							}
			
			.colour3-1599 {
					color:#616062;
				background:transparent!important;
						}

					
			.colour3_bg-1599 input[type=text],
			.colour3_bg-1599 input[type=password],
			.colour3_bg-1599 input[type=number],
			.colour3_bg-1599 textarea,
			.colour3_bg-1599 select,
			.colour3_bg-1599 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour3_bg-1599 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour3_bg-1599 select {
				color:rgba(255,255,255,0.7);
			}

			.colour3_bg-1599 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour3_bg-1599 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour4_bg-1599 {
				background-color:#FFFFFF!important;
			}

			.colour4_bg-1599,
			a.colour4_bg-1599 {
				color:#202020!important;
			}
		
			.colour4_bg-1599 a:not(.more) {
				color:#202020;
			}

			
			.colour4-1599 a,
			a.colour4-1599 {
				color:#FFFFFF;
							}
			
			.colour4-1599 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour4_bg-1599 input[type=text],
			.colour4_bg-1599 input[type=password],
			.colour4_bg-1599 input[type=number],
			.colour4_bg-1599 textarea,
			.colour4_bg-1599 select,
			.colour4_bg-1599 select option {
				border-color:#202020;
				color:#202020;
				background:transparent;
			}
		
			.colour4_bg-1599 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour4_bg-1599 select {
				color:rgba(32,32,32,0.7);
			}

			.colour4_bg-1599 ::-webkit-input-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}

			.colour4_bg-1599 ::-moz-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}
		
						.colour5_bg-1599 {
				background-color:#FFFFFF!important;
			}

			.colour5_bg-1599,
			a.colour5_bg-1599 {
				color:#424040!important;
			}
		
			.colour5_bg-1599 a:not(.more) {
				color:#424040;
			}

			
			.colour5-1599 a,
			a.colour5-1599 {
				color:#FFFFFF;
							}
			
			.colour5-1599 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour5_bg-1599 input[type=text],
			.colour5_bg-1599 input[type=password],
			.colour5_bg-1599 input[type=number],
			.colour5_bg-1599 textarea,
			.colour5_bg-1599 select,
			.colour5_bg-1599 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour5_bg-1599 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour5_bg-1599 select {
				color:rgba(66,64,64,0.7);
			}

			.colour5_bg-1599 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour5_bg-1599 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
						.colour6_bg-1599 {
				background-color:#EEEEEE!important;
			}

			.colour6_bg-1599,
			a.colour6_bg-1599 {
				color:#424040!important;
			}
		
			.colour6_bg-1599 a:not(.more) {
				color:#424040;
			}

			
			.colour6-1599 a,
			a.colour6-1599 {
				color:#EEEEEE;
							}
			
			.colour6-1599 {
					color:#EEEEEE;
				background:transparent!important;
						}

					
			.colour6_bg-1599 input[type=text],
			.colour6_bg-1599 input[type=password],
			.colour6_bg-1599 input[type=number],
			.colour6_bg-1599 textarea,
			.colour6_bg-1599 select,
			.colour6_bg-1599 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour6_bg-1599 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour6_bg-1599 select {
				color:rgba(66,64,64,0.7);
			}

			.colour6_bg-1599 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour6_bg-1599 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
			
}

@media only screen and (max-width : 1549px) {
	
.grid.eight-1549 {
	float:left!important;
	width:10.575%!important;
margin-right:2.2%!important;;
}

.grid.eight_x2-1549 {
	float:left!important;
	width:23.35%!important;
margin-right:2.2%!important;;
}

.grid.eight_x3-1549 {
	float:left!important;
	width:36.125%!important;
margin-right:2.2%!important;;
}

.grid.eight_x4-1549 {
	float:left!important;
	width:48.9%!important;
margin-right:2.2%!important;;
}

.grid.eight_x5-1549 {
	float:left!important;
	width:61.675%!important;
margin-right:2.2%!important;;
}

.grid.eight_x6-1549 {
	float:left!important;
	width:74.45%!important;
margin-right:2.2%!important;;
}

.grid.eight_x7-1549 {
	float:left!important;
	width:87.225%!important;
margin-right:2.2%!important;;
}

.grid.seven-1549 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-1549 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-1549 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-1549 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-1549 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-1549 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-1549 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-1549 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-1549 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-1549 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-1549 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-1549 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-1549 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-1549 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-1549 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-1549 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-1549 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-1549 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-1549 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-1549 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-1549 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-1549 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.eight-1549 {
	width:12.5%!important;
}

.floatl.eight_x2-1549 {
	width:25%!important;
}

.floatl.eight_x3-1549 {
	width:37.5%!important;
}

.floatl.eight_x4-1549 {
	width:50%!important;
}

.floatl.eight_x5-1549 {
	width:62.5%!important;
}

.floatl.eight_x6-1549 {
	width:75%!important;
}

.floatl.eight_x7-1549 {
	width:87.5%!important;
}

.floatl.seven-1549 {
	width:14.28571429%!important;
}

.floatl.seven_x2-1549 {
	width:28.57142857%!important;
}

.floatl.seven_x3-1549 {
	width:42.85714286%!important;
}

.floatl.seven_x4-1549 {
	width:57.14285714%!important;
}

.floatl.seven_x5-1549 {
	width:71.42857143%!important;
}

.floatl.seven_x6-1549 {
	width:85.71428571%!important;
}

.floatl.six-1549 {
	width:16.66666667%!important;
}

.floatl.six_x2-1549 {
	width:33.33333333%!important;
}

.floatl.six_x3-1549 {
	width:50%!important;
}

.floatl.six_x4-1549 {
	width:66.6666667%!important;
}

.floatl.six_x5-1549 {
	width:83%!important;
}

.floatl.five-1549 {
	width:20%!important;
}

.floatl.five_x2-1549 {
	width:40%!important;
}

.floatl.five_x3-1549 {
	width:60%!important;
}

.floatl.five_x4-1549 {
	width:80%!important;
}

.floatl.four-1549 {
	width:25%!important;
}

.floatl.four_x2-1549 {
	width:50%!important;
}

.floatl.four_x3-1549 {
	width:75%!important;
}

.floatl.three-1549 {
	width:33.33333333%!important;
}

.floatl.three_x2-1549 {
	width:66.66666667%!important;
}

.floatl.two-1549 {
	width:50%!important;
}

.floatl.one-1549 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

.o1-1549 {
		order:1;
	}

.fl1-1549 {
	flex:1;
}

.gridc > .r1-1549 {
	grid-row-start:1;
}
.gridc-1549 > .r1-1549 {
	grid-row-start:1;
	overflow:hidden;
}
.gridc > .re1-1549 {
	grid-row-end:1;
}
.gridc-1549 > .re1-1549 {
	grid-row-end:1;
}
.gridc > .c1-1549 {
	grid-column-start:1;
}
.gridc-1549 > .c1-1549 {
	grid-column-start:1;
}
.gridc > .ce1-1549 {
	grid-column-end:1;
}
.gridc-1549 > .ce1-1549 {
	grid-column-end:1;
}

.o2-1549 {
		order:2;
	}

.fl2-1549 {
	flex:2;
}

.gridc > .r2-1549 {
	grid-row-start:2;
}
.gridc-1549 > .r2-1549 {
	grid-row-start:2;
	overflow:hidden;
}
.gridc > .re2-1549 {
	grid-row-end:2;
}
.gridc-1549 > .re2-1549 {
	grid-row-end:2;
}
.gridc > .c2-1549 {
	grid-column-start:2;
}
.gridc-1549 > .c2-1549 {
	grid-column-start:2;
}
.gridc > .ce2-1549 {
	grid-column-end:2;
}
.gridc-1549 > .ce2-1549 {
	grid-column-end:2;
}

.o3-1549 {
		order:3;
	}

.fl3-1549 {
	flex:3;
}

.gridc > .r3-1549 {
	grid-row-start:3;
}
.gridc-1549 > .r3-1549 {
	grid-row-start:3;
	overflow:hidden;
}
.gridc > .re3-1549 {
	grid-row-end:3;
}
.gridc-1549 > .re3-1549 {
	grid-row-end:3;
}
.gridc > .c3-1549 {
	grid-column-start:3;
}
.gridc-1549 > .c3-1549 {
	grid-column-start:3;
}
.gridc > .ce3-1549 {
	grid-column-end:3;
}
.gridc-1549 > .ce3-1549 {
	grid-column-end:3;
}

.o4-1549 {
		order:4;
	}

.fl4-1549 {
	flex:4;
}

.gridc > .r4-1549 {
	grid-row-start:4;
}
.gridc-1549 > .r4-1549 {
	grid-row-start:4;
	overflow:hidden;
}
.gridc > .re4-1549 {
	grid-row-end:4;
}
.gridc-1549 > .re4-1549 {
	grid-row-end:4;
}
.gridc > .c4-1549 {
	grid-column-start:4;
}
.gridc-1549 > .c4-1549 {
	grid-column-start:4;
}
.gridc > .ce4-1549 {
	grid-column-end:4;
}
.gridc-1549 > .ce4-1549 {
	grid-column-end:4;
}

.o5-1549 {
		order:5;
	}

.fl5-1549 {
	flex:5;
}

.gridc > .r5-1549 {
	grid-row-start:5;
}
.gridc-1549 > .r5-1549 {
	grid-row-start:5;
	overflow:hidden;
}
.gridc > .re5-1549 {
	grid-row-end:5;
}
.gridc-1549 > .re5-1549 {
	grid-row-end:5;
}
.gridc > .c5-1549 {
	grid-column-start:5;
}
.gridc-1549 > .c5-1549 {
	grid-column-start:5;
}
.gridc > .ce5-1549 {
	grid-column-end:5;
}
.gridc-1549 > .ce5-1549 {
	grid-column-end:5;
}

.o6-1549 {
		order:6;
	}

.fl6-1549 {
	flex:6;
}

.gridc > .r6-1549 {
	grid-row-start:6;
}
.gridc-1549 > .r6-1549 {
	grid-row-start:6;
	overflow:hidden;
}
.gridc > .re6-1549 {
	grid-row-end:6;
}
.gridc-1549 > .re6-1549 {
	grid-row-end:6;
}
.gridc > .c6-1549 {
	grid-column-start:6;
}
.gridc-1549 > .c6-1549 {
	grid-column-start:6;
}
.gridc > .ce6-1549 {
	grid-column-end:6;
}
.gridc-1549 > .ce6-1549 {
	grid-column-end:6;
}

.o7-1549 {
		order:7;
	}

.fl7-1549 {
	flex:7;
}

.gridc > .r7-1549 {
	grid-row-start:7;
}
.gridc-1549 > .r7-1549 {
	grid-row-start:7;
	overflow:hidden;
}
.gridc > .re7-1549 {
	grid-row-end:7;
}
.gridc-1549 > .re7-1549 {
	grid-row-end:7;
}
.gridc > .c7-1549 {
	grid-column-start:7;
}
.gridc-1549 > .c7-1549 {
	grid-column-start:7;
}
.gridc > .ce7-1549 {
	grid-column-end:7;
}
.gridc-1549 > .ce7-1549 {
	grid-column-end:7;
}

.o8-1549 {
		order:8;
	}

.fl8-1549 {
	flex:8;
}

.gridc > .r8-1549 {
	grid-row-start:8;
}
.gridc-1549 > .r8-1549 {
	grid-row-start:8;
	overflow:hidden;
}
.gridc > .re8-1549 {
	grid-row-end:8;
}
.gridc-1549 > .re8-1549 {
	grid-row-end:8;
}
.gridc > .c8-1549 {
	grid-column-start:8;
}
.gridc-1549 > .c8-1549 {
	grid-column-start:8;
}
.gridc > .ce8-1549 {
	grid-column-end:8;
}
.gridc-1549 > .ce8-1549 {
	grid-column-end:8;
}

.o9-1549 {
		order:9;
	}

.fl9-1549 {
	flex:9;
}

.gridc > .r9-1549 {
	grid-row-start:9;
}
.gridc-1549 > .r9-1549 {
	grid-row-start:9;
	overflow:hidden;
}
.gridc > .re9-1549 {
	grid-row-end:9;
}
.gridc-1549 > .re9-1549 {
	grid-row-end:9;
}
.gridc > .c9-1549 {
	grid-column-start:9;
}
.gridc-1549 > .c9-1549 {
	grid-column-start:9;
}
.gridc > .ce9-1549 {
	grid-column-end:9;
}
.gridc-1549 > .ce9-1549 {
	grid-column-end:9;
}

.z1-1549 {
	z-index:1;
}

.z9999999-1549 {
	z-index:9999999;
}

.z2-1549 {
	z-index:2;
}

.z9999998-1549 {
	z-index:9999998;
}

.z3-1549 {
	z-index:3;
}

.z9999997-1549 {
	z-index:9999997;
}

.z4-1549 {
	z-index:4;
}

.z9999996-1549 {
	z-index:9999996;
}

.z5-1549 {
	z-index:5;
}

.z9999995-1549 {
	z-index:9999995;
}

.z6-1549 {
	z-index:6;
}

.z9999994-1549 {
	z-index:9999994;
}

.z7-1549 {
	z-index:7;
}

.z9999993-1549 {
	z-index:9999993;
}

.z8-1549 {
	z-index:8;
}

.z9999992-1549 {
	z-index:9999992;
}

.z9-1549 {
	z-index:9;
}

.z9999991-1549 {
	z-index:9999991;
}

.w100-1549 {
	font-weight:100;
}
.w200-1549 {
	font-weight:200;
}
.w300-1549 {
	font-weight:300;
}
.w400-1549 {
	font-weight:400;
}
.w500-1549 {
	font-weight:500;
}
.w600-1549 {
	font-weight:600;
}
.w700-1549 {
	font-weight:700;
}
.w800-1549 {
	font-weight:800;
}
.w900-1549 {
	font-weight:900;
}
.f1-1549 {
	font-size:1.1em;
	line-height:1.1em;
}

p.f1-1549,
p > *.f1-1549 {
	line-height:1.4em;
}
.f1_5-1549 {
	font-size:1.15em;
	line-height:1.15em;
}

p.f1_5-1549,
p > *.f1_5-1549 {
	line-height:1.18em;
}
.f2-1549 {
	font-size:1.2em;
	line-height:1.2em;
}

p.f2-1549,
p > *.f2-1549 {
	line-height:1.5em;
}
.f2_5-1549 {
	font-size:1.25em;
	line-height:1.25em;
}

p.f2_5-1549,
p > *.f2_5-1549 {
	line-height:1.28em;
}
.f3-1549 {
	font-size:1.3em;
	line-height:1.3em;
}

p.f3-1549,
p > *.f3-1549 {
	line-height:1.6em;
}
.f3_5-1549 {
	font-size:1.35em;
	line-height:1.35em;
}

p.f3_5-1549,
p > *.f3_5-1549 {
	line-height:1.38em;
}
.f4-1549 {
	font-size:1.4em;
	line-height:1.4em;
}

p.f4-1549,
p > *.f4-1549 {
	line-height:1.7em;
}
.f4_5-1549 {
	font-size:1.45em;
	line-height:1.45em;
}

p.f4_5-1549,
p > *.f4_5-1549 {
	line-height:1.48em;
}
.f5-1549 {
	font-size:1.5em;
	line-height:1.5em;
}

p.f5-1549,
p > *.f5-1549 {
	line-height:1.8em;
}
.f5_5-1549 {
	font-size:1.55em;
	line-height:1.55em;
}

p.f5_5-1549,
p > *.f5_5-1549 {
	line-height:1.58em;
}
.f6-1549 {
	font-size:1.6em;
	line-height:1.6em;
}

p.f6-1549,
p > *.f6-1549 {
	line-height:1.9em;
}
.f6_5-1549 {
	font-size:1.65em;
	line-height:1.65em;
}

p.f6_5-1549,
p > *.f6_5-1549 {
	line-height:1.68em;
}
.f7-1549 {
	font-size:1.7em;
	line-height:1.7em;
}

p.f7-1549,
p > *.f7-1549 {
	line-height:1.10em;
}
.f7_5-1549 {
	font-size:1.75em;
	line-height:1.75em;
}

p.f7_5-1549,
p > *.f7_5-1549 {
	line-height:1.78em;
}
.f8-1549 {
	font-size:1.8em;
	line-height:1.8em;
}

p.f8-1549,
p > *.f8-1549 {
	line-height:1.11em;
}
.f8_5-1549 {
	font-size:1.85em;
	line-height:1.85em;
}

p.f8_5-1549,
p > *.f8_5-1549 {
	line-height:1.88em;
}
.f9-1549 {
	font-size:1.9em;
	line-height:1.9em;
}

p.f9-1549,
p > *.f9-1549 {
	line-height:1.12em;
}
.f9_5-1549 {
	font-size:1.95em;
	line-height:1.95em;
}

p.f9_5-1549,
p > *.f9_5-1549 {
	line-height:1.98em;
}
.f10-1549 {
	font-size:2em;
	line-height:2em;
}

p.f10-1549,
p > *.f10-1549 {
	line-height:2em;
}
.f10_5-1549 {
	font-size:2em;
	line-height:2em;
}

p.f10_5-1549,
p > *.f10_5-1549 {
	line-height:2em;
}
.nf1-1549 {
	font-size:0.9em;
}

*:not(p):not(ul):not(ol).nf1-1549 {
	line-height:0.9em;
}

p.nf1-1549,
ul.nf1-1549,
ol.nf1-1549 {
	line-height:1.9em;
}
.nf1_5-1549 {
	font-size:0.85em;
}

*:not(p):not(ul):not(ol).nf1_5-1549 {
	line-height:0.85em;
}

p.nf1_5-1549,
ul.nf1_5-1549,
ol.nf1_5-1549 {
	line-height:1.85em;
}
.nf2-1549 {
	font-size:0.8em;
}

*:not(p):not(ul):not(ol).nf2-1549 {
	line-height:0.8em;
}

p.nf2-1549,
ul.nf2-1549,
ol.nf2-1549 {
	line-height:1.8em;
}
.nf2_5-1549 {
	font-size:0.75em;
}

*:not(p):not(ul):not(ol).nf2_5-1549 {
	line-height:0.75em;
}

p.nf2_5-1549,
ul.nf2_5-1549,
ol.nf2_5-1549 {
	line-height:1.75em;
}
.nf3-1549 {
	font-size:0.7em;
}

*:not(p):not(ul):not(ol).nf3-1549 {
	line-height:0.7em;
}

p.nf3-1549,
ul.nf3-1549,
ol.nf3-1549 {
	line-height:1.7em;
}
.nf3_5-1549 {
	font-size:0.65em;
}

*:not(p):not(ul):not(ol).nf3_5-1549 {
	line-height:0.65em;
}

p.nf3_5-1549,
ul.nf3_5-1549,
ol.nf3_5-1549 {
	line-height:1.65em;
}
.nf4-1549 {
	font-size:0.6em;
}

*:not(p):not(ul):not(ol).nf4-1549 {
	line-height:0.6em;
}

p.nf4-1549,
ul.nf4-1549,
ol.nf4-1549 {
	line-height:1.6em;
}
.nf4_5-1549 {
	font-size:0.55em;
}

*:not(p):not(ul):not(ol).nf4_5-1549 {
	line-height:0.55em;
}

p.nf4_5-1549,
ul.nf4_5-1549,
ol.nf4_5-1549 {
	line-height:1.55em;
}
.nf5-1549 {
	font-size:0.5em;
}

*:not(p):not(ul):not(ol).nf5-1549 {
	line-height:0.5em;
}

p.nf5-1549,
ul.nf5-1549,
ol.nf5-1549 {
	line-height:1.5em;
}
.nf5_5-1549 {
	font-size:0.45em;
}

*:not(p):not(ul):not(ol).nf5_5-1549 {
	line-height:0.45em;
}

p.nf5_5-1549,
ul.nf5_5-1549,
ol.nf5_5-1549 {
	line-height:1.45em;
}
.nf6-1549 {
	font-size:0.4em;
}

*:not(p):not(ul):not(ol).nf6-1549 {
	line-height:0.4em;
}

p.nf6-1549,
ul.nf6-1549,
ol.nf6-1549 {
	line-height:1.4em;
}
.nf6_5-1549 {
	font-size:0.35em;
}

*:not(p):not(ul):not(ol).nf6_5-1549 {
	line-height:0.35em;
}

p.nf6_5-1549,
ul.nf6_5-1549,
ol.nf6_5-1549 {
	line-height:1.35em;
}
.nf7-1549 {
	font-size:0.3em;
}

*:not(p):not(ul):not(ol).nf7-1549 {
	line-height:0.3em;
}

p.nf7-1549,
ul.nf7-1549,
ol.nf7-1549 {
	line-height:1.3em;
}
.nf7_5-1549 {
	font-size:0.25em;
}

*:not(p):not(ul):not(ol).nf7_5-1549 {
	line-height:0.25em;
}

p.nf7_5-1549,
ul.nf7_5-1549,
ol.nf7_5-1549 {
	line-height:1.25em;
}
.nf8-1549 {
	font-size:0.2em;
}

*:not(p):not(ul):not(ol).nf8-1549 {
	line-height:0.2em;
}

p.nf8-1549,
ul.nf8-1549,
ol.nf8-1549 {
	line-height:1.2em;
}
.nf8_5-1549 {
	font-size:0.15em;
}

*:not(p):not(ul):not(ol).nf8_5-1549 {
	line-height:0.15em;
}

p.nf8_5-1549,
ul.nf8_5-1549,
ol.nf8_5-1549 {
	line-height:1.15em;
}
.nf9-1549 {
	font-size:0.1em;
}

*:not(p):not(ul):not(ol).nf9-1549 {
	line-height:0.1em;
}

p.nf9-1549,
ul.nf9-1549,
ol.nf9-1549 {
	line-height:1.1em;
}
.nf9_5-1549 {
	font-size:0.05em;
}

*:not(p):not(ul):not(ol).nf9_5-1549 {
	line-height:0.05em;
}

p.nf9_5-1549,
ul.nf9_5-1549,
ol.nf9_5-1549 {
	line-height:1.05em;
}
  .invisible-1549 {
			visibility:hidden!important;
		}

  .last-1549 {
			margin-right:0px!important;
		}

  .floatl-1549 {
			float:left!important;
		}

  .floatr-1549 {
			float:right!important;
		}

  .left-1549 {
			float:left!important;
		}

  .right-1549 {
			float:right!important;
		}

  .floatn-1549,
 .grid.floatn-1549 {
			float:none!important;
		}

  .grid-1549 {
			float:left!important;
overflow:hidden;;
		}

  .grid.last-1549 {
			float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
		}

  .none-1549 {
			display:none!important;
		}

  .block-1549 {
			display:block!important;
		}

  .iblock-1549 {
			display:inline-block!important;
		}

  .inline-1549 {
			display:inline!important;
		}

  .table-1549 {
			display:table!important;
		}

  .row-1549 {
			display:table-row!important;
		}

  .cell-1549 {
			display:table-cell!important;
vertical-align:middle;
		}

  .collapse-1549 {
			border-collapse:collapse;
		}

  .clearl-1549 {
			clear:left!important;
		}

  .clearr-1549 {
			clear:right!important;
		}

  .clearn-1549 {
			clear:none!important;
		}

  .clearnone-1549 {
			clear:none!important;
		}

  .clearb-1549 {
			clear:both!important;
		}

  .clear-1549 {
			float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
		}

  .up-1549 {
			text-transform:uppercase;
		}

  .transnone-1549 {
			text-transform:none;
		}

  .strike-1549 {
			text-decoration:line-through;
		}

  .alignl-1549 {
			text-align:left!important;
		}

  .alignr-1549 {
			text-align:right!important;
		}

  .alignc-1549 {
			text-align:center!important;
		}

  .alignj-1549 {
			text-align:justify!important;
		}

  .valign-1549 {
			vertical-align:middle!important;
		}

  .widthauto-1549 {
			width:auto!important;
		}

  .heightauto-1549 {
			height:auto!important;
min-height:0px!important;
		}

.square.heightauto-1549::after {
	display:none!important;
}

.square.heightauto-1549 > * {
	position:static!important;
}

  .width0-1549 {
			width:0px;
		}

  .width50-1549 {
			width:50%;
		}

  .height0-1549 {
			height:0px;
		}

  .height50-1549 {
			height:50%;
		}

  .mw100-1549 {
			max-width:100%;
		}

  .mw90-1549 {
			max-width:90%;
		}

  .mw80-1549 {
			max-width:80%;
		}

  .mw70-1549 {
			max-width:70%;
		}

  .mw60-1549 {
			max-width:60%;
		}

  .mw50-1549 {
			max-width:50%;
		}

  .mw40-1549 {
			max-width:40%;
		}

  .mw30-1549 {
			max-width:30%;
		}

  .mw20-1549 {
			max-width:20%;
		}

  .mw10-1549 {
			max-width:10%;
		}

  .mwnone-1549 {
			max-width:none;
		}

  .fw-1549,
 .grid.fw-1549,
 .floatl.fw-1549 {
			width:100%!important;
      margin-left:0px!important;
			margin-right:0px!important;
		}

  .fh-1549 {
			height:100%!important;
		}

  .pointer-1549 {
			cursor:pointer!important;
		}

  .noallow-1549 {
			cursor:not-allowed!important;
		}

  .noselect-1549 {
			user-select:none!important;
		}

  .static-1549 {
			position:static!important;
		}

  .relative-1549 {
			position:relative!important;
		}

  .absolute-1549 {
			position:absolute!important;
		}

  .fixed-1549 {
			position:fixed!important;
		}

  .spacing-1549 {
			margin-bottom:7px!important;
		}

  .spacing.floatl-1549 {
			margin-right:15px!important;
		}

  .spacing.floatr-1549 {
			margin-left:15px!important;
		}

  .flowhide-1549 {
			overflow:hidden;
		}

  .flowshow-1549 {
			overflow:visible;
		}

  .flowauto-1549 {
			overflow:auto;
		}

  .nowrap-1549 {
			white-space:nowrap;
		}

  .lhreset-1549 {
			line-height:normal;
		}

  .circle-1549 {
			border-radius:50%!important;
		}

  .radnone-1549 {
			border-radius:0px!important;
		}

  .vh10-1549 {
			height:10vh!important;
		}

  .vh25-1549 {
			height:25vh!important;
		}

  .vh50-1549 {
			height:50vh!important;
		}

  .vh100-1549 {
			height:100vh!important;
		}

  .vw10-1549 {
			width:10vw!important;
		}

  .vw25-1549 {
			width:25vw!important;
		}

  .vw50-1549 {
			width:50vw!important;
		}

  .vw100-1549 {
			width:100vw!important;
		}

  .flexw-1549 {
			flex-wrap:wrap!important;
		}

  .flexwn-1549 {
			flex-wrap:nowrap!important;
		}

  .flexwr-1549 {
			flex-wrap:wrap-reverse!important;
		}

  .flexdr-1549 {
			flex-direction:row!important;
		}

  .flexdrr-1549 {
			flex-direction:row-reverse!important;
		}

  .flexdc-1549 {
			flex-direction:column!important;
		}

  .flexdcr-1549 {
			flex-direction:column-reverse!important;
		}

  .flex-1549 {
			display:flex!important;
align-items:center;
flex-wrap:wrap;;
		}

  .iflex-1549 {
			display:inline-flex!important;
align-items:center;;
		}

  .spaced-1549 {
			justify-content:space-between;
		}

  .flexdr.spaced-1549 {
			align-content:space-between;
		}

  .spacee-1549 {
			justify-content:space-evenly;
		}

  .falignst-1549 {
			align-items:stretch;;
		}

  .falignc-1549 {
			align-items:center;;
		}

  .faligns-1549 {
			align-items:flex-start;;
		}

  .faligne-1549 {
			align-items:flex-end;;
		}

  .fjustl-1549 {
			justify-content:flex-start;;
		}

  .fjustr-1549 {
			justify-content:flex-end;;
		}

  .fjustc-1549 {
			justify-content:center;;
		}

  .flexn-1549 {
			flex:none!important;width:100%;;
		}

  .gridc-1549 {
			display:grid!important;;
		}

  .o100-1549 {
			opacity:1;
		}

  .o90-1549 {
			opacity:0.9;
		}

  .o80-1549 {
			opacity:0.8;
		}

  .o70-1549 {
			opacity:0.7;
		}

  .o60-1549 {
			opacity:0.6;
		}

  .o50-1549 {
			opacity:0.5;
		}

  .o40-1549 {
			opacity:0.4;
		}

  .o30-1549 {
			opacity:0.3;
		}

  .o20-1549 {
			opacity:0.2;
		}

  .o10-1549 {
			opacity:0.1;
		}

  .o0-1549 {
			opacity:0;
		}

  .left0-1549 {
			left:0px!important;;
		}

  .right0-1549 {
			right:0px!important;;
		}

  .top0-1549 {
			top:0px!important;;
		}

  .bottom0-1549 {
			bottom:0px!important;;
		}

  .left50-1549 {
			left:50%!important;;
		}

  .right50-1549 {
			right:50%!important;;
		}

  .top50-1549 {
			top:50%!important;;
		}

  .bottom50-1549 {
			bottom:50%!important;;
		}

  .left100-1549 {
			left:100%!important;;
		}

  .right100-1549 {
			right:100%!important;;
		}

  .top100-1549 {
			top:100%!important;;
		}

  .bottom100-1549 {
			bottom:100%!important;;
		}

  .leftauto-1549 {
			left:auto!important;;
		}

  .rightauto-1549 {
			right:auto!important;;
		}

  .topauto-1549 {
			top:auto!important;;
		}

  .bottomauto-1549 {
			bottom:auto!important;;
		}

  .all0-1549 {
			top:0px!important;
bottom:0px!important;
left:0px!important;
right:0px!important;;
		}

  .lineup.fw-1549, .lineupgroup.fw-1549 {
			height:auto!important;
	}

	

			.padded_tiny-1549 {
				padding:5px!important;

			}

			.paddedtb_tiny-1549 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-1549 {
				padding-top:5px!important;
			}

			.paddedb_tiny-1549 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-1549 {
				padding-left:5px!important;
			}

			.paddedr_tiny-1549 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-1549 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-1549 {
				margin:5px!important;
			}

			.margintb_tiny-1549 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-1549 {
				margin-top:5px!important;
			}

			.marginb_tiny-1549 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-1549 {
				margin-left:5px!important;
			}

			.marginr_tiny-1549 {
				margin-right:5px!important;
			}

			.marginlr_tiny-1549 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			
			.nmarginlr_tiny {
				margin-left:-5px!important;
				margin-right:-5px!important;
			}
				
			.nmargin_tiny-1549 {
				margin:-5px!important;
			}

			.nmargintb_tiny-1549 {
				margin-top:-5px!important;
				margin-bottom:-5px!important;
			}

			.nmargint_tiny-1549 {
				margin-top:-5px!important;
			}

			.nmarginb_tiny-1549 {
				margin-bottom:-5px!important;
			}

			.nmarginl_tiny-1549 {
				margin-left:-5px!important;
			}

			.nmarginr_tiny-1549 {
				margin-right:-5px!important;
			}
			
			.padded_small-1549 {
				padding:10px!important;

			}

			.paddedtb_small-1549 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-1549 {
				padding-top:10px!important;
			}

			.paddedb_small-1549 {
				padding-bottom:10px!important;
			}

			.paddedl_small-1549 {
				padding-left:10px!important;
			}

			.paddedr_small-1549 {
				padding-right:10px!important;
			}

			.paddedlr_small-1549 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-1549 {
				margin:10px!important;
			}

			.margintb_small-1549 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-1549 {
				margin-top:10px!important;
			}

			.marginb_small-1549 {
				margin-bottom:10px!important;
			}

			.marginl_small-1549 {
				margin-left:10px!important;
			}

			.marginr_small-1549 {
				margin-right:10px!important;
			}

			.marginlr_small-1549 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_small {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_small-1549 {
				margin:-10px!important;
			}

			.nmargintb_small-1549 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_small-1549 {
				margin-top:-10px!important;
			}

			.nmarginb_small-1549 {
				margin-bottom:-10px!important;
			}

			.nmarginl_small-1549 {
				margin-left:-10px!important;
			}

			.nmarginr_small-1549 {
				margin-right:-10px!important;
			}
			
			.padded_medium-1549 {
				padding:20px!important;

			}

			.paddedtb_medium-1549 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-1549 {
				padding-top:20px!important;
			}

			.paddedb_medium-1549 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-1549 {
				padding-left:20px!important;
			}

			.paddedr_medium-1549 {
				padding-right:20px!important;
			}

			.paddedlr_medium-1549 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-1549 {
				margin:20px!important;
			}

			.margintb_medium-1549 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-1549 {
				margin-top:20px!important;
			}

			.marginb_medium-1549 {
				margin-bottom:20px!important;
			}

			.marginl_medium-1549 {
				margin-left:20px!important;
			}

			.marginr_medium-1549 {
				margin-right:20px!important;
			}

			.marginlr_medium-1549 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			
			.nmarginlr_medium {
				margin-left:-20px!important;
				margin-right:-20px!important;
			}
				
			.nmargin_medium-1549 {
				margin:-20px!important;
			}

			.nmargintb_medium-1549 {
				margin-top:-20px!important;
				margin-bottom:-20px!important;
			}

			.nmargint_medium-1549 {
				margin-top:-20px!important;
			}

			.nmarginb_medium-1549 {
				margin-bottom:-20px!important;
			}

			.nmarginl_medium-1549 {
				margin-left:-20px!important;
			}

			.nmarginr_medium-1549 {
				margin-right:-20px!important;
			}
			
			.padded_large-1549 {
				padding:40px!important;

			}

			.paddedtb_large-1549 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-1549 {
				padding-top:40px!important;
			}

			.paddedb_large-1549 {
				padding-bottom:40px!important;
			}

			.paddedl_large-1549 {
				padding-left:40px!important;
			}

			.paddedr_large-1549 {
				padding-right:40px!important;
			}

			.paddedlr_large-1549 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-1549 {
				margin:40px!important;
			}

			.margintb_large-1549 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-1549 {
				margin-top:40px!important;
			}

			.marginb_large-1549 {
				margin-bottom:40px!important;
			}

			.marginl_large-1549 {
				margin-left:40px!important;
			}

			.marginr_large-1549 {
				margin-right:40px!important;
			}

			.marginlr_large-1549 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			
			.nmarginlr_large {
				margin-left:-40px!important;
				margin-right:-40px!important;
			}
				
			.nmargin_large-1549 {
				margin:-40px!important;
			}

			.nmargintb_large-1549 {
				margin-top:-40px!important;
				margin-bottom:-40px!important;
			}

			.nmargint_large-1549 {
				margin-top:-40px!important;
			}

			.nmarginb_large-1549 {
				margin-bottom:-40px!important;
			}

			.nmarginl_large-1549 {
				margin-left:-40px!important;
			}

			.nmarginr_large-1549 {
				margin-right:-40px!important;
			}
			
			.padded_core-1549 {
				padding:10px!important;

			}

			.paddedtb_core-1549 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-1549 {
				padding-top:10px!important;
			}

			.paddedb_core-1549 {
				padding-bottom:10px!important;
			}

			.paddedl_core-1549 {
				padding-left:10px!important;
			}

			.paddedr_core-1549 {
				padding-right:10px!important;
			}

			.paddedlr_core-1549 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-1549 {
				margin:10px!important;
			}

			.margintb_core-1549 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-1549 {
				margin-top:10px!important;
			}

			.marginb_core-1549 {
				margin-bottom:10px!important;
			}

			.marginl_core-1549 {
				margin-left:10px!important;
			}

			.marginr_core-1549 {
				margin-right:10px!important;
			}

			.marginlr_core-1549 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_core {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_core-1549 {
				margin:-10px!important;
			}

			.nmargintb_core-1549 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_core-1549 {
				margin-top:-10px!important;
			}

			.nmarginb_core-1549 {
				margin-bottom:-10px!important;
			}

			.nmarginl_core-1549 {
				margin-left:-10px!important;
			}

			.nmarginr_core-1549 {
				margin-right:-10px!important;
			}
						
			.margin_auto-1549 {
				margin:auto!important;
			}

			.margintb_auto-1549 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-1549 {
				margin-top:auto!important;
			}

			.marginb_auto-1549 {
				margin-bottom:auto!important;
			}

			.marginl_auto-1549 {
				margin-left:auto!important;
			}

			.marginr_auto-1549 {
				margin-right:auto!important;
			}

			.marginlr_auto-1549 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			
			.nmarginlr_auto {
				margin-left:-auto!important;
				margin-right:-auto!important;
			}
				
			.nmargin_auto-1549 {
				margin:-auto!important;
			}

			.nmargintb_auto-1549 {
				margin-top:-auto!important;
				margin-bottom:-auto!important;
			}

			.nmargint_auto-1549 {
				margin-top:-auto!important;
			}

			.nmarginb_auto-1549 {
				margin-bottom:-auto!important;
			}

			.nmarginl_auto-1549 {
				margin-left:-auto!important;
			}

			.nmarginr_auto-1549 {
				margin-right:-auto!important;
			}
			
			.padded_none-1549 {
				padding:0px!important;

			}

			.paddedtb_none-1549 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-1549 {
				padding-top:0px!important;
			}

			.paddedb_none-1549 {
				padding-bottom:0px!important;
			}

			.paddedl_none-1549 {
				padding-left:0px!important;
			}

			.paddedr_none-1549 {
				padding-right:0px!important;
			}

			.paddedlr_none-1549 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-1549 {
				margin:0px!important;
			}

			.margintb_none-1549 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-1549 {
				margin-top:0px!important;
			}

			.marginb_none-1549 {
				margin-bottom:0px!important;
			}

			.marginl_none-1549 {
				margin-left:0px!important;
			}

			.marginr_none-1549 {
				margin-right:0px!important;
			}

			.marginlr_none-1549 {
				margin-left:0px!important;
				margin-right:0px!important;
			}
			
			.nmarginlr_none {
				margin-left:-0px!important;
				margin-right:-0px!important;
			}
				
			.nmargin_none-1549 {
				margin:-0px!important;
			}

			.nmargintb_none-1549 {
				margin-top:-0px!important;
				margin-bottom:-0px!important;
			}

			.nmargint_none-1549 {
				margin-top:-0px!important;
			}

			.nmarginb_none-1549 {
				margin-bottom:-0px!important;
			}

			.nmarginl_none-1549 {
				margin-left:-0px!important;
			}

			.nmarginr_none-1549 {
				margin-right:-0px!important;
			}
			
			.padded_p100-1549 {
				padding:100%!important;

			}

			.paddedtb_p100-1549 {
				padding-top:100%!important;
				padding-bottom:100%!important;
			}

			.paddedt_p100-1549 {
				padding-top:100%!important;
			}

			.paddedb_p100-1549 {
				padding-bottom:100%!important;
			}

			.paddedl_p100-1549 {
				padding-left:100%!important;
			}

			.paddedr_p100-1549 {
				padding-right:100%!important;
			}

			.paddedlr_p100-1549 {
				padding-left:100%!important;
				padding-right:100%!important;
			}
		
						
			.margin_p100-1549 {
				margin:100%!important;
			}

			.margintb_p100-1549 {
				margin-top:100%!important;
				margin-bottom:100%!important;
			}

			.margint_p100-1549 {
				margin-top:100%!important;
			}

			.marginb_p100-1549 {
				margin-bottom:100%!important;
			}

			.marginl_p100-1549 {
				margin-left:100%!important;
			}

			.marginr_p100-1549 {
				margin-right:100%!important;
			}

			.marginlr_p100-1549 {
				margin-left:100%!important;
				margin-right:100%!important;
			}
			
			.nmarginlr_p100 {
				margin-left:-100%!important;
				margin-right:-100%!important;
			}
				
			.nmargin_p100-1549 {
				margin:-100%!important;
			}

			.nmargintb_p100-1549 {
				margin-top:-100%!important;
				margin-bottom:-100%!important;
			}

			.nmargint_p100-1549 {
				margin-top:-100%!important;
			}

			.nmarginb_p100-1549 {
				margin-bottom:-100%!important;
			}

			.nmarginl_p100-1549 {
				margin-left:-100%!important;
			}

			.nmarginr_p100-1549 {
				margin-right:-100%!important;
			}
			
			.padded_p75-1549 {
				padding:75%!important;

			}

			.paddedtb_p75-1549 {
				padding-top:75%!important;
				padding-bottom:75%!important;
			}

			.paddedt_p75-1549 {
				padding-top:75%!important;
			}

			.paddedb_p75-1549 {
				padding-bottom:75%!important;
			}

			.paddedl_p75-1549 {
				padding-left:75%!important;
			}

			.paddedr_p75-1549 {
				padding-right:75%!important;
			}

			.paddedlr_p75-1549 {
				padding-left:75%!important;
				padding-right:75%!important;
			}
		
						
			.margin_p75-1549 {
				margin:75%!important;
			}

			.margintb_p75-1549 {
				margin-top:75%!important;
				margin-bottom:75%!important;
			}

			.margint_p75-1549 {
				margin-top:75%!important;
			}

			.marginb_p75-1549 {
				margin-bottom:75%!important;
			}

			.marginl_p75-1549 {
				margin-left:75%!important;
			}

			.marginr_p75-1549 {
				margin-right:75%!important;
			}

			.marginlr_p75-1549 {
				margin-left:75%!important;
				margin-right:75%!important;
			}
			
			.nmarginlr_p75 {
				margin-left:-75%!important;
				margin-right:-75%!important;
			}
				
			.nmargin_p75-1549 {
				margin:-75%!important;
			}

			.nmargintb_p75-1549 {
				margin-top:-75%!important;
				margin-bottom:-75%!important;
			}

			.nmargint_p75-1549 {
				margin-top:-75%!important;
			}

			.nmarginb_p75-1549 {
				margin-bottom:-75%!important;
			}

			.nmarginl_p75-1549 {
				margin-left:-75%!important;
			}

			.nmarginr_p75-1549 {
				margin-right:-75%!important;
			}
			
			.padded_p50-1549 {
				padding:50%!important;

			}

			.paddedtb_p50-1549 {
				padding-top:50%!important;
				padding-bottom:50%!important;
			}

			.paddedt_p50-1549 {
				padding-top:50%!important;
			}

			.paddedb_p50-1549 {
				padding-bottom:50%!important;
			}

			.paddedl_p50-1549 {
				padding-left:50%!important;
			}

			.paddedr_p50-1549 {
				padding-right:50%!important;
			}

			.paddedlr_p50-1549 {
				padding-left:50%!important;
				padding-right:50%!important;
			}
		
						
			.margin_p50-1549 {
				margin:50%!important;
			}

			.margintb_p50-1549 {
				margin-top:50%!important;
				margin-bottom:50%!important;
			}

			.margint_p50-1549 {
				margin-top:50%!important;
			}

			.marginb_p50-1549 {
				margin-bottom:50%!important;
			}

			.marginl_p50-1549 {
				margin-left:50%!important;
			}

			.marginr_p50-1549 {
				margin-right:50%!important;
			}

			.marginlr_p50-1549 {
				margin-left:50%!important;
				margin-right:50%!important;
			}
			
			.nmarginlr_p50 {
				margin-left:-50%!important;
				margin-right:-50%!important;
			}
				
			.nmargin_p50-1549 {
				margin:-50%!important;
			}

			.nmargintb_p50-1549 {
				margin-top:-50%!important;
				margin-bottom:-50%!important;
			}

			.nmargint_p50-1549 {
				margin-top:-50%!important;
			}

			.nmarginb_p50-1549 {
				margin-bottom:-50%!important;
			}

			.nmarginl_p50-1549 {
				margin-left:-50%!important;
			}

			.nmarginr_p50-1549 {
				margin-right:-50%!important;
			}
			
			.padded_p25-1549 {
				padding:25%!important;

			}

			.paddedtb_p25-1549 {
				padding-top:25%!important;
				padding-bottom:25%!important;
			}

			.paddedt_p25-1549 {
				padding-top:25%!important;
			}

			.paddedb_p25-1549 {
				padding-bottom:25%!important;
			}

			.paddedl_p25-1549 {
				padding-left:25%!important;
			}

			.paddedr_p25-1549 {
				padding-right:25%!important;
			}

			.paddedlr_p25-1549 {
				padding-left:25%!important;
				padding-right:25%!important;
			}
		
						
			.margin_p25-1549 {
				margin:25%!important;
			}

			.margintb_p25-1549 {
				margin-top:25%!important;
				margin-bottom:25%!important;
			}

			.margint_p25-1549 {
				margin-top:25%!important;
			}

			.marginb_p25-1549 {
				margin-bottom:25%!important;
			}

			.marginl_p25-1549 {
				margin-left:25%!important;
			}

			.marginr_p25-1549 {
				margin-right:25%!important;
			}

			.marginlr_p25-1549 {
				margin-left:25%!important;
				margin-right:25%!important;
			}
			
			.nmarginlr_p25 {
				margin-left:-25%!important;
				margin-right:-25%!important;
			}
				
			.nmargin_p25-1549 {
				margin:-25%!important;
			}

			.nmargintb_p25-1549 {
				margin-top:-25%!important;
				margin-bottom:-25%!important;
			}

			.nmargint_p25-1549 {
				margin-top:-25%!important;
			}

			.nmarginb_p25-1549 {
				margin-bottom:-25%!important;
			}

			.nmarginl_p25-1549 {
				margin-left:-25%!important;
			}

			.nmarginr_p25-1549 {
				margin-right:-25%!important;
			}
				.border_1-1549 {
		border:solid 1px rgba(0,0,0,0.5);;
	}

	.bordertb_1-1549 {
		border-top:solid 1px rgba(0,0,0,0.5);;
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.bordert_1-1549 {
		border-top:solid 1px rgba(0,0,0,0.5);;
	}

	.borderb_1-1549 {
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.borderl_1-1549 {
		border-left:solid 1px rgba(0,0,0,0.5);;
	}

	.borderr_1-1549 {
		border-right:solid 1px rgba(0,0,0,0.5);;
	}

	.borderlr_1-1549 {
		border-left:solid 1px rgba(0,0,0,0.5);;
		border-right:solid 1px rgba(0,0,0,0.5);;
	}
		.border_none-1549 {
		border:none;
	}

	.bordertb_none-1549 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-1549 {
		border-top:none;
	}

	.borderb_none-1549 {
		border-bottom:none;
	}

	.borderl_none-1549 {
		border-left:none;
	}

	.borderr_none-1549 {
		border-right:none;
	}

	.borderlr_none-1549 {
		border-left:none;
		border-right:none;
	}
		.border_core-1549 {
		border:solid 1px rgba(0,0,0,0.1);
	}

	.bordertb_core-1549 {
		border-top:solid 1px rgba(0,0,0,0.1);
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.bordert_core-1549 {
		border-top:solid 1px rgba(0,0,0,0.1);
	}

	.borderb_core-1549 {
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.borderl_core-1549 {
		border-left:solid 1px rgba(0,0,0,0.1);
	}

	.borderr_core-1549 {
		border-right:solid 1px rgba(0,0,0,0.1);
	}

	.borderlr_core-1549 {
		border-left:solid 1px rgba(0,0,0,0.1);
		border-right:solid 1px rgba(0,0,0,0.1);
	}
				.colour1_bg-1549 {
				background-color:#000000!important;
			}

			.colour1_bg-1549,
			a.colour1_bg-1549 {
				color:#FFFFFF!important;
			}
		
			.colour1_bg-1549 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour1-1549 a,
			a.colour1-1549 {
				color:#000000;
							}
			
			.colour1-1549 {
					color:#000000;
				background:transparent!important;
						}

					
			.colour1_bg-1549 input[type=text],
			.colour1_bg-1549 input[type=password],
			.colour1_bg-1549 input[type=number],
			.colour1_bg-1549 textarea,
			.colour1_bg-1549 select,
			.colour1_bg-1549 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour1_bg-1549 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour1_bg-1549 select {
				color:rgba(255,255,255,0.7);
			}

			.colour1_bg-1549 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour1_bg-1549 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour2_bg-1549 {
				background-color:#4b4a4b!important;
			}

			.colour2_bg-1549,
			a.colour2_bg-1549 {
				color:#FFFFFF!important;
			}
		
			.colour2_bg-1549 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour2-1549 a,
			a.colour2-1549 {
				color:#4b4a4b;
							}
			
			.colour2-1549 {
					color:#4b4a4b;
				background:transparent!important;
						}

					
			.colour2_bg-1549 input[type=text],
			.colour2_bg-1549 input[type=password],
			.colour2_bg-1549 input[type=number],
			.colour2_bg-1549 textarea,
			.colour2_bg-1549 select,
			.colour2_bg-1549 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour2_bg-1549 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour2_bg-1549 select {
				color:rgba(255,255,255,0.7);
			}

			.colour2_bg-1549 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour2_bg-1549 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour3_bg-1549 {
				background-color:#616062!important;
			}

			.colour3_bg-1549,
			a.colour3_bg-1549 {
				color:#FFFFFF!important;
			}
		
			.colour3_bg-1549 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour3-1549 a,
			a.colour3-1549 {
				color:#616062;
							}
			
			.colour3-1549 {
					color:#616062;
				background:transparent!important;
						}

					
			.colour3_bg-1549 input[type=text],
			.colour3_bg-1549 input[type=password],
			.colour3_bg-1549 input[type=number],
			.colour3_bg-1549 textarea,
			.colour3_bg-1549 select,
			.colour3_bg-1549 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour3_bg-1549 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour3_bg-1549 select {
				color:rgba(255,255,255,0.7);
			}

			.colour3_bg-1549 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour3_bg-1549 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour4_bg-1549 {
				background-color:#FFFFFF!important;
			}

			.colour4_bg-1549,
			a.colour4_bg-1549 {
				color:#202020!important;
			}
		
			.colour4_bg-1549 a:not(.more) {
				color:#202020;
			}

			
			.colour4-1549 a,
			a.colour4-1549 {
				color:#FFFFFF;
							}
			
			.colour4-1549 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour4_bg-1549 input[type=text],
			.colour4_bg-1549 input[type=password],
			.colour4_bg-1549 input[type=number],
			.colour4_bg-1549 textarea,
			.colour4_bg-1549 select,
			.colour4_bg-1549 select option {
				border-color:#202020;
				color:#202020;
				background:transparent;
			}
		
			.colour4_bg-1549 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour4_bg-1549 select {
				color:rgba(32,32,32,0.7);
			}

			.colour4_bg-1549 ::-webkit-input-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}

			.colour4_bg-1549 ::-moz-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}
		
						.colour5_bg-1549 {
				background-color:#FFFFFF!important;
			}

			.colour5_bg-1549,
			a.colour5_bg-1549 {
				color:#424040!important;
			}
		
			.colour5_bg-1549 a:not(.more) {
				color:#424040;
			}

			
			.colour5-1549 a,
			a.colour5-1549 {
				color:#FFFFFF;
							}
			
			.colour5-1549 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour5_bg-1549 input[type=text],
			.colour5_bg-1549 input[type=password],
			.colour5_bg-1549 input[type=number],
			.colour5_bg-1549 textarea,
			.colour5_bg-1549 select,
			.colour5_bg-1549 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour5_bg-1549 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour5_bg-1549 select {
				color:rgba(66,64,64,0.7);
			}

			.colour5_bg-1549 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour5_bg-1549 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
						.colour6_bg-1549 {
				background-color:#EEEEEE!important;
			}

			.colour6_bg-1549,
			a.colour6_bg-1549 {
				color:#424040!important;
			}
		
			.colour6_bg-1549 a:not(.more) {
				color:#424040;
			}

			
			.colour6-1549 a,
			a.colour6-1549 {
				color:#EEEEEE;
							}
			
			.colour6-1549 {
					color:#EEEEEE;
				background:transparent!important;
						}

					
			.colour6_bg-1549 input[type=text],
			.colour6_bg-1549 input[type=password],
			.colour6_bg-1549 input[type=number],
			.colour6_bg-1549 textarea,
			.colour6_bg-1549 select,
			.colour6_bg-1549 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour6_bg-1549 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour6_bg-1549 select {
				color:rgba(66,64,64,0.7);
			}

			.colour6_bg-1549 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour6_bg-1549 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
			
}

@media only screen and (max-width : 1499px) {
	
.grid.eight-1499 {
	float:left!important;
	width:10.575%!important;
margin-right:2.2%!important;;
}

.grid.eight_x2-1499 {
	float:left!important;
	width:23.35%!important;
margin-right:2.2%!important;;
}

.grid.eight_x3-1499 {
	float:left!important;
	width:36.125%!important;
margin-right:2.2%!important;;
}

.grid.eight_x4-1499 {
	float:left!important;
	width:48.9%!important;
margin-right:2.2%!important;;
}

.grid.eight_x5-1499 {
	float:left!important;
	width:61.675%!important;
margin-right:2.2%!important;;
}

.grid.eight_x6-1499 {
	float:left!important;
	width:74.45%!important;
margin-right:2.2%!important;;
}

.grid.eight_x7-1499 {
	float:left!important;
	width:87.225%!important;
margin-right:2.2%!important;;
}

.grid.seven-1499 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-1499 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-1499 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-1499 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-1499 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-1499 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-1499 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-1499 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-1499 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-1499 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-1499 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-1499 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-1499 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-1499 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-1499 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-1499 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-1499 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-1499 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-1499 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-1499 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-1499 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-1499 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.eight-1499 {
	width:12.5%!important;
}

.floatl.eight_x2-1499 {
	width:25%!important;
}

.floatl.eight_x3-1499 {
	width:37.5%!important;
}

.floatl.eight_x4-1499 {
	width:50%!important;
}

.floatl.eight_x5-1499 {
	width:62.5%!important;
}

.floatl.eight_x6-1499 {
	width:75%!important;
}

.floatl.eight_x7-1499 {
	width:87.5%!important;
}

.floatl.seven-1499 {
	width:14.28571429%!important;
}

.floatl.seven_x2-1499 {
	width:28.57142857%!important;
}

.floatl.seven_x3-1499 {
	width:42.85714286%!important;
}

.floatl.seven_x4-1499 {
	width:57.14285714%!important;
}

.floatl.seven_x5-1499 {
	width:71.42857143%!important;
}

.floatl.seven_x6-1499 {
	width:85.71428571%!important;
}

.floatl.six-1499 {
	width:16.66666667%!important;
}

.floatl.six_x2-1499 {
	width:33.33333333%!important;
}

.floatl.six_x3-1499 {
	width:50%!important;
}

.floatl.six_x4-1499 {
	width:66.6666667%!important;
}

.floatl.six_x5-1499 {
	width:83%!important;
}

.floatl.five-1499 {
	width:20%!important;
}

.floatl.five_x2-1499 {
	width:40%!important;
}

.floatl.five_x3-1499 {
	width:60%!important;
}

.floatl.five_x4-1499 {
	width:80%!important;
}

.floatl.four-1499 {
	width:25%!important;
}

.floatl.four_x2-1499 {
	width:50%!important;
}

.floatl.four_x3-1499 {
	width:75%!important;
}

.floatl.three-1499 {
	width:33.33333333%!important;
}

.floatl.three_x2-1499 {
	width:66.66666667%!important;
}

.floatl.two-1499 {
	width:50%!important;
}

.floatl.one-1499 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

.o1-1499 {
		order:1;
	}

.fl1-1499 {
	flex:1;
}

.gridc > .r1-1499 {
	grid-row-start:1;
}
.gridc-1499 > .r1-1499 {
	grid-row-start:1;
	overflow:hidden;
}
.gridc > .re1-1499 {
	grid-row-end:1;
}
.gridc-1499 > .re1-1499 {
	grid-row-end:1;
}
.gridc > .c1-1499 {
	grid-column-start:1;
}
.gridc-1499 > .c1-1499 {
	grid-column-start:1;
}
.gridc > .ce1-1499 {
	grid-column-end:1;
}
.gridc-1499 > .ce1-1499 {
	grid-column-end:1;
}

.o2-1499 {
		order:2;
	}

.fl2-1499 {
	flex:2;
}

.gridc > .r2-1499 {
	grid-row-start:2;
}
.gridc-1499 > .r2-1499 {
	grid-row-start:2;
	overflow:hidden;
}
.gridc > .re2-1499 {
	grid-row-end:2;
}
.gridc-1499 > .re2-1499 {
	grid-row-end:2;
}
.gridc > .c2-1499 {
	grid-column-start:2;
}
.gridc-1499 > .c2-1499 {
	grid-column-start:2;
}
.gridc > .ce2-1499 {
	grid-column-end:2;
}
.gridc-1499 > .ce2-1499 {
	grid-column-end:2;
}

.o3-1499 {
		order:3;
	}

.fl3-1499 {
	flex:3;
}

.gridc > .r3-1499 {
	grid-row-start:3;
}
.gridc-1499 > .r3-1499 {
	grid-row-start:3;
	overflow:hidden;
}
.gridc > .re3-1499 {
	grid-row-end:3;
}
.gridc-1499 > .re3-1499 {
	grid-row-end:3;
}
.gridc > .c3-1499 {
	grid-column-start:3;
}
.gridc-1499 > .c3-1499 {
	grid-column-start:3;
}
.gridc > .ce3-1499 {
	grid-column-end:3;
}
.gridc-1499 > .ce3-1499 {
	grid-column-end:3;
}

.o4-1499 {
		order:4;
	}

.fl4-1499 {
	flex:4;
}

.gridc > .r4-1499 {
	grid-row-start:4;
}
.gridc-1499 > .r4-1499 {
	grid-row-start:4;
	overflow:hidden;
}
.gridc > .re4-1499 {
	grid-row-end:4;
}
.gridc-1499 > .re4-1499 {
	grid-row-end:4;
}
.gridc > .c4-1499 {
	grid-column-start:4;
}
.gridc-1499 > .c4-1499 {
	grid-column-start:4;
}
.gridc > .ce4-1499 {
	grid-column-end:4;
}
.gridc-1499 > .ce4-1499 {
	grid-column-end:4;
}

.o5-1499 {
		order:5;
	}

.fl5-1499 {
	flex:5;
}

.gridc > .r5-1499 {
	grid-row-start:5;
}
.gridc-1499 > .r5-1499 {
	grid-row-start:5;
	overflow:hidden;
}
.gridc > .re5-1499 {
	grid-row-end:5;
}
.gridc-1499 > .re5-1499 {
	grid-row-end:5;
}
.gridc > .c5-1499 {
	grid-column-start:5;
}
.gridc-1499 > .c5-1499 {
	grid-column-start:5;
}
.gridc > .ce5-1499 {
	grid-column-end:5;
}
.gridc-1499 > .ce5-1499 {
	grid-column-end:5;
}

.o6-1499 {
		order:6;
	}

.fl6-1499 {
	flex:6;
}

.gridc > .r6-1499 {
	grid-row-start:6;
}
.gridc-1499 > .r6-1499 {
	grid-row-start:6;
	overflow:hidden;
}
.gridc > .re6-1499 {
	grid-row-end:6;
}
.gridc-1499 > .re6-1499 {
	grid-row-end:6;
}
.gridc > .c6-1499 {
	grid-column-start:6;
}
.gridc-1499 > .c6-1499 {
	grid-column-start:6;
}
.gridc > .ce6-1499 {
	grid-column-end:6;
}
.gridc-1499 > .ce6-1499 {
	grid-column-end:6;
}

.o7-1499 {
		order:7;
	}

.fl7-1499 {
	flex:7;
}

.gridc > .r7-1499 {
	grid-row-start:7;
}
.gridc-1499 > .r7-1499 {
	grid-row-start:7;
	overflow:hidden;
}
.gridc > .re7-1499 {
	grid-row-end:7;
}
.gridc-1499 > .re7-1499 {
	grid-row-end:7;
}
.gridc > .c7-1499 {
	grid-column-start:7;
}
.gridc-1499 > .c7-1499 {
	grid-column-start:7;
}
.gridc > .ce7-1499 {
	grid-column-end:7;
}
.gridc-1499 > .ce7-1499 {
	grid-column-end:7;
}

.o8-1499 {
		order:8;
	}

.fl8-1499 {
	flex:8;
}

.gridc > .r8-1499 {
	grid-row-start:8;
}
.gridc-1499 > .r8-1499 {
	grid-row-start:8;
	overflow:hidden;
}
.gridc > .re8-1499 {
	grid-row-end:8;
}
.gridc-1499 > .re8-1499 {
	grid-row-end:8;
}
.gridc > .c8-1499 {
	grid-column-start:8;
}
.gridc-1499 > .c8-1499 {
	grid-column-start:8;
}
.gridc > .ce8-1499 {
	grid-column-end:8;
}
.gridc-1499 > .ce8-1499 {
	grid-column-end:8;
}

.o9-1499 {
		order:9;
	}

.fl9-1499 {
	flex:9;
}

.gridc > .r9-1499 {
	grid-row-start:9;
}
.gridc-1499 > .r9-1499 {
	grid-row-start:9;
	overflow:hidden;
}
.gridc > .re9-1499 {
	grid-row-end:9;
}
.gridc-1499 > .re9-1499 {
	grid-row-end:9;
}
.gridc > .c9-1499 {
	grid-column-start:9;
}
.gridc-1499 > .c9-1499 {
	grid-column-start:9;
}
.gridc > .ce9-1499 {
	grid-column-end:9;
}
.gridc-1499 > .ce9-1499 {
	grid-column-end:9;
}

.z1-1499 {
	z-index:1;
}

.z9999999-1499 {
	z-index:9999999;
}

.z2-1499 {
	z-index:2;
}

.z9999998-1499 {
	z-index:9999998;
}

.z3-1499 {
	z-index:3;
}

.z9999997-1499 {
	z-index:9999997;
}

.z4-1499 {
	z-index:4;
}

.z9999996-1499 {
	z-index:9999996;
}

.z5-1499 {
	z-index:5;
}

.z9999995-1499 {
	z-index:9999995;
}

.z6-1499 {
	z-index:6;
}

.z9999994-1499 {
	z-index:9999994;
}

.z7-1499 {
	z-index:7;
}

.z9999993-1499 {
	z-index:9999993;
}

.z8-1499 {
	z-index:8;
}

.z9999992-1499 {
	z-index:9999992;
}

.z9-1499 {
	z-index:9;
}

.z9999991-1499 {
	z-index:9999991;
}

.w100-1499 {
	font-weight:100;
}
.w200-1499 {
	font-weight:200;
}
.w300-1499 {
	font-weight:300;
}
.w400-1499 {
	font-weight:400;
}
.w500-1499 {
	font-weight:500;
}
.w600-1499 {
	font-weight:600;
}
.w700-1499 {
	font-weight:700;
}
.w800-1499 {
	font-weight:800;
}
.w900-1499 {
	font-weight:900;
}
.f1-1499 {
	font-size:1.1em;
	line-height:1.1em;
}

p.f1-1499,
p > *.f1-1499 {
	line-height:1.4em;
}
.f1_5-1499 {
	font-size:1.15em;
	line-height:1.15em;
}

p.f1_5-1499,
p > *.f1_5-1499 {
	line-height:1.18em;
}
.f2-1499 {
	font-size:1.2em;
	line-height:1.2em;
}

p.f2-1499,
p > *.f2-1499 {
	line-height:1.5em;
}
.f2_5-1499 {
	font-size:1.25em;
	line-height:1.25em;
}

p.f2_5-1499,
p > *.f2_5-1499 {
	line-height:1.28em;
}
.f3-1499 {
	font-size:1.3em;
	line-height:1.3em;
}

p.f3-1499,
p > *.f3-1499 {
	line-height:1.6em;
}
.f3_5-1499 {
	font-size:1.35em;
	line-height:1.35em;
}

p.f3_5-1499,
p > *.f3_5-1499 {
	line-height:1.38em;
}
.f4-1499 {
	font-size:1.4em;
	line-height:1.4em;
}

p.f4-1499,
p > *.f4-1499 {
	line-height:1.7em;
}
.f4_5-1499 {
	font-size:1.45em;
	line-height:1.45em;
}

p.f4_5-1499,
p > *.f4_5-1499 {
	line-height:1.48em;
}
.f5-1499 {
	font-size:1.5em;
	line-height:1.5em;
}

p.f5-1499,
p > *.f5-1499 {
	line-height:1.8em;
}
.f5_5-1499 {
	font-size:1.55em;
	line-height:1.55em;
}

p.f5_5-1499,
p > *.f5_5-1499 {
	line-height:1.58em;
}
.f6-1499 {
	font-size:1.6em;
	line-height:1.6em;
}

p.f6-1499,
p > *.f6-1499 {
	line-height:1.9em;
}
.f6_5-1499 {
	font-size:1.65em;
	line-height:1.65em;
}

p.f6_5-1499,
p > *.f6_5-1499 {
	line-height:1.68em;
}
.f7-1499 {
	font-size:1.7em;
	line-height:1.7em;
}

p.f7-1499,
p > *.f7-1499 {
	line-height:1.10em;
}
.f7_5-1499 {
	font-size:1.75em;
	line-height:1.75em;
}

p.f7_5-1499,
p > *.f7_5-1499 {
	line-height:1.78em;
}
.f8-1499 {
	font-size:1.8em;
	line-height:1.8em;
}

p.f8-1499,
p > *.f8-1499 {
	line-height:1.11em;
}
.f8_5-1499 {
	font-size:1.85em;
	line-height:1.85em;
}

p.f8_5-1499,
p > *.f8_5-1499 {
	line-height:1.88em;
}
.f9-1499 {
	font-size:1.9em;
	line-height:1.9em;
}

p.f9-1499,
p > *.f9-1499 {
	line-height:1.12em;
}
.f9_5-1499 {
	font-size:1.95em;
	line-height:1.95em;
}

p.f9_5-1499,
p > *.f9_5-1499 {
	line-height:1.98em;
}
.f10-1499 {
	font-size:2em;
	line-height:2em;
}

p.f10-1499,
p > *.f10-1499 {
	line-height:2em;
}
.f10_5-1499 {
	font-size:2em;
	line-height:2em;
}

p.f10_5-1499,
p > *.f10_5-1499 {
	line-height:2em;
}
.nf1-1499 {
	font-size:0.9em;
}

*:not(p):not(ul):not(ol).nf1-1499 {
	line-height:0.9em;
}

p.nf1-1499,
ul.nf1-1499,
ol.nf1-1499 {
	line-height:1.9em;
}
.nf1_5-1499 {
	font-size:0.85em;
}

*:not(p):not(ul):not(ol).nf1_5-1499 {
	line-height:0.85em;
}

p.nf1_5-1499,
ul.nf1_5-1499,
ol.nf1_5-1499 {
	line-height:1.85em;
}
.nf2-1499 {
	font-size:0.8em;
}

*:not(p):not(ul):not(ol).nf2-1499 {
	line-height:0.8em;
}

p.nf2-1499,
ul.nf2-1499,
ol.nf2-1499 {
	line-height:1.8em;
}
.nf2_5-1499 {
	font-size:0.75em;
}

*:not(p):not(ul):not(ol).nf2_5-1499 {
	line-height:0.75em;
}

p.nf2_5-1499,
ul.nf2_5-1499,
ol.nf2_5-1499 {
	line-height:1.75em;
}
.nf3-1499 {
	font-size:0.7em;
}

*:not(p):not(ul):not(ol).nf3-1499 {
	line-height:0.7em;
}

p.nf3-1499,
ul.nf3-1499,
ol.nf3-1499 {
	line-height:1.7em;
}
.nf3_5-1499 {
	font-size:0.65em;
}

*:not(p):not(ul):not(ol).nf3_5-1499 {
	line-height:0.65em;
}

p.nf3_5-1499,
ul.nf3_5-1499,
ol.nf3_5-1499 {
	line-height:1.65em;
}
.nf4-1499 {
	font-size:0.6em;
}

*:not(p):not(ul):not(ol).nf4-1499 {
	line-height:0.6em;
}

p.nf4-1499,
ul.nf4-1499,
ol.nf4-1499 {
	line-height:1.6em;
}
.nf4_5-1499 {
	font-size:0.55em;
}

*:not(p):not(ul):not(ol).nf4_5-1499 {
	line-height:0.55em;
}

p.nf4_5-1499,
ul.nf4_5-1499,
ol.nf4_5-1499 {
	line-height:1.55em;
}
.nf5-1499 {
	font-size:0.5em;
}

*:not(p):not(ul):not(ol).nf5-1499 {
	line-height:0.5em;
}

p.nf5-1499,
ul.nf5-1499,
ol.nf5-1499 {
	line-height:1.5em;
}
.nf5_5-1499 {
	font-size:0.45em;
}

*:not(p):not(ul):not(ol).nf5_5-1499 {
	line-height:0.45em;
}

p.nf5_5-1499,
ul.nf5_5-1499,
ol.nf5_5-1499 {
	line-height:1.45em;
}
.nf6-1499 {
	font-size:0.4em;
}

*:not(p):not(ul):not(ol).nf6-1499 {
	line-height:0.4em;
}

p.nf6-1499,
ul.nf6-1499,
ol.nf6-1499 {
	line-height:1.4em;
}
.nf6_5-1499 {
	font-size:0.35em;
}

*:not(p):not(ul):not(ol).nf6_5-1499 {
	line-height:0.35em;
}

p.nf6_5-1499,
ul.nf6_5-1499,
ol.nf6_5-1499 {
	line-height:1.35em;
}
.nf7-1499 {
	font-size:0.3em;
}

*:not(p):not(ul):not(ol).nf7-1499 {
	line-height:0.3em;
}

p.nf7-1499,
ul.nf7-1499,
ol.nf7-1499 {
	line-height:1.3em;
}
.nf7_5-1499 {
	font-size:0.25em;
}

*:not(p):not(ul):not(ol).nf7_5-1499 {
	line-height:0.25em;
}

p.nf7_5-1499,
ul.nf7_5-1499,
ol.nf7_5-1499 {
	line-height:1.25em;
}
.nf8-1499 {
	font-size:0.2em;
}

*:not(p):not(ul):not(ol).nf8-1499 {
	line-height:0.2em;
}

p.nf8-1499,
ul.nf8-1499,
ol.nf8-1499 {
	line-height:1.2em;
}
.nf8_5-1499 {
	font-size:0.15em;
}

*:not(p):not(ul):not(ol).nf8_5-1499 {
	line-height:0.15em;
}

p.nf8_5-1499,
ul.nf8_5-1499,
ol.nf8_5-1499 {
	line-height:1.15em;
}
.nf9-1499 {
	font-size:0.1em;
}

*:not(p):not(ul):not(ol).nf9-1499 {
	line-height:0.1em;
}

p.nf9-1499,
ul.nf9-1499,
ol.nf9-1499 {
	line-height:1.1em;
}
.nf9_5-1499 {
	font-size:0.05em;
}

*:not(p):not(ul):not(ol).nf9_5-1499 {
	line-height:0.05em;
}

p.nf9_5-1499,
ul.nf9_5-1499,
ol.nf9_5-1499 {
	line-height:1.05em;
}
  .invisible-1499 {
			visibility:hidden!important;
		}

  .last-1499 {
			margin-right:0px!important;
		}

  .floatl-1499 {
			float:left!important;
		}

  .floatr-1499 {
			float:right!important;
		}

  .left-1499 {
			float:left!important;
		}

  .right-1499 {
			float:right!important;
		}

  .floatn-1499,
 .grid.floatn-1499 {
			float:none!important;
		}

  .grid-1499 {
			float:left!important;
overflow:hidden;;
		}

  .grid.last-1499 {
			float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
		}

  .none-1499 {
			display:none!important;
		}

  .block-1499 {
			display:block!important;
		}

  .iblock-1499 {
			display:inline-block!important;
		}

  .inline-1499 {
			display:inline!important;
		}

  .table-1499 {
			display:table!important;
		}

  .row-1499 {
			display:table-row!important;
		}

  .cell-1499 {
			display:table-cell!important;
vertical-align:middle;
		}

  .collapse-1499 {
			border-collapse:collapse;
		}

  .clearl-1499 {
			clear:left!important;
		}

  .clearr-1499 {
			clear:right!important;
		}

  .clearn-1499 {
			clear:none!important;
		}

  .clearnone-1499 {
			clear:none!important;
		}

  .clearb-1499 {
			clear:both!important;
		}

  .clear-1499 {
			float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
		}

  .up-1499 {
			text-transform:uppercase;
		}

  .transnone-1499 {
			text-transform:none;
		}

  .strike-1499 {
			text-decoration:line-through;
		}

  .alignl-1499 {
			text-align:left!important;
		}

  .alignr-1499 {
			text-align:right!important;
		}

  .alignc-1499 {
			text-align:center!important;
		}

  .alignj-1499 {
			text-align:justify!important;
		}

  .valign-1499 {
			vertical-align:middle!important;
		}

  .widthauto-1499 {
			width:auto!important;
		}

  .heightauto-1499 {
			height:auto!important;
min-height:0px!important;
		}

.square.heightauto-1499::after {
	display:none!important;
}

.square.heightauto-1499 > * {
	position:static!important;
}

  .width0-1499 {
			width:0px;
		}

  .width50-1499 {
			width:50%;
		}

  .height0-1499 {
			height:0px;
		}

  .height50-1499 {
			height:50%;
		}

  .mw100-1499 {
			max-width:100%;
		}

  .mw90-1499 {
			max-width:90%;
		}

  .mw80-1499 {
			max-width:80%;
		}

  .mw70-1499 {
			max-width:70%;
		}

  .mw60-1499 {
			max-width:60%;
		}

  .mw50-1499 {
			max-width:50%;
		}

  .mw40-1499 {
			max-width:40%;
		}

  .mw30-1499 {
			max-width:30%;
		}

  .mw20-1499 {
			max-width:20%;
		}

  .mw10-1499 {
			max-width:10%;
		}

  .mwnone-1499 {
			max-width:none;
		}

  .fw-1499,
 .grid.fw-1499,
 .floatl.fw-1499 {
			width:100%!important;
      margin-left:0px!important;
			margin-right:0px!important;
		}

  .fh-1499 {
			height:100%!important;
		}

  .pointer-1499 {
			cursor:pointer!important;
		}

  .noallow-1499 {
			cursor:not-allowed!important;
		}

  .noselect-1499 {
			user-select:none!important;
		}

  .static-1499 {
			position:static!important;
		}

  .relative-1499 {
			position:relative!important;
		}

  .absolute-1499 {
			position:absolute!important;
		}

  .fixed-1499 {
			position:fixed!important;
		}

  .spacing-1499 {
			margin-bottom:7px!important;
		}

  .spacing.floatl-1499 {
			margin-right:15px!important;
		}

  .spacing.floatr-1499 {
			margin-left:15px!important;
		}

  .flowhide-1499 {
			overflow:hidden;
		}

  .flowshow-1499 {
			overflow:visible;
		}

  .flowauto-1499 {
			overflow:auto;
		}

  .nowrap-1499 {
			white-space:nowrap;
		}

  .lhreset-1499 {
			line-height:normal;
		}

  .circle-1499 {
			border-radius:50%!important;
		}

  .radnone-1499 {
			border-radius:0px!important;
		}

  .vh10-1499 {
			height:10vh!important;
		}

  .vh25-1499 {
			height:25vh!important;
		}

  .vh50-1499 {
			height:50vh!important;
		}

  .vh100-1499 {
			height:100vh!important;
		}

  .vw10-1499 {
			width:10vw!important;
		}

  .vw25-1499 {
			width:25vw!important;
		}

  .vw50-1499 {
			width:50vw!important;
		}

  .vw100-1499 {
			width:100vw!important;
		}

  .flexw-1499 {
			flex-wrap:wrap!important;
		}

  .flexwn-1499 {
			flex-wrap:nowrap!important;
		}

  .flexwr-1499 {
			flex-wrap:wrap-reverse!important;
		}

  .flexdr-1499 {
			flex-direction:row!important;
		}

  .flexdrr-1499 {
			flex-direction:row-reverse!important;
		}

  .flexdc-1499 {
			flex-direction:column!important;
		}

  .flexdcr-1499 {
			flex-direction:column-reverse!important;
		}

  .flex-1499 {
			display:flex!important;
align-items:center;
flex-wrap:wrap;;
		}

  .iflex-1499 {
			display:inline-flex!important;
align-items:center;;
		}

  .spaced-1499 {
			justify-content:space-between;
		}

  .flexdr.spaced-1499 {
			align-content:space-between;
		}

  .spacee-1499 {
			justify-content:space-evenly;
		}

  .falignst-1499 {
			align-items:stretch;;
		}

  .falignc-1499 {
			align-items:center;;
		}

  .faligns-1499 {
			align-items:flex-start;;
		}

  .faligne-1499 {
			align-items:flex-end;;
		}

  .fjustl-1499 {
			justify-content:flex-start;;
		}

  .fjustr-1499 {
			justify-content:flex-end;;
		}

  .fjustc-1499 {
			justify-content:center;;
		}

  .flexn-1499 {
			flex:none!important;width:100%;;
		}

  .gridc-1499 {
			display:grid!important;;
		}

  .o100-1499 {
			opacity:1;
		}

  .o90-1499 {
			opacity:0.9;
		}

  .o80-1499 {
			opacity:0.8;
		}

  .o70-1499 {
			opacity:0.7;
		}

  .o60-1499 {
			opacity:0.6;
		}

  .o50-1499 {
			opacity:0.5;
		}

  .o40-1499 {
			opacity:0.4;
		}

  .o30-1499 {
			opacity:0.3;
		}

  .o20-1499 {
			opacity:0.2;
		}

  .o10-1499 {
			opacity:0.1;
		}

  .o0-1499 {
			opacity:0;
		}

  .left0-1499 {
			left:0px!important;;
		}

  .right0-1499 {
			right:0px!important;;
		}

  .top0-1499 {
			top:0px!important;;
		}

  .bottom0-1499 {
			bottom:0px!important;;
		}

  .left50-1499 {
			left:50%!important;;
		}

  .right50-1499 {
			right:50%!important;;
		}

  .top50-1499 {
			top:50%!important;;
		}

  .bottom50-1499 {
			bottom:50%!important;;
		}

  .left100-1499 {
			left:100%!important;;
		}

  .right100-1499 {
			right:100%!important;;
		}

  .top100-1499 {
			top:100%!important;;
		}

  .bottom100-1499 {
			bottom:100%!important;;
		}

  .leftauto-1499 {
			left:auto!important;;
		}

  .rightauto-1499 {
			right:auto!important;;
		}

  .topauto-1499 {
			top:auto!important;;
		}

  .bottomauto-1499 {
			bottom:auto!important;;
		}

  .all0-1499 {
			top:0px!important;
bottom:0px!important;
left:0px!important;
right:0px!important;;
		}

  .lineup.fw-1499, .lineupgroup.fw-1499 {
			height:auto!important;
	}

	

			.padded_tiny-1499 {
				padding:5px!important;

			}

			.paddedtb_tiny-1499 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-1499 {
				padding-top:5px!important;
			}

			.paddedb_tiny-1499 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-1499 {
				padding-left:5px!important;
			}

			.paddedr_tiny-1499 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-1499 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-1499 {
				margin:5px!important;
			}

			.margintb_tiny-1499 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-1499 {
				margin-top:5px!important;
			}

			.marginb_tiny-1499 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-1499 {
				margin-left:5px!important;
			}

			.marginr_tiny-1499 {
				margin-right:5px!important;
			}

			.marginlr_tiny-1499 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			
			.nmarginlr_tiny {
				margin-left:-5px!important;
				margin-right:-5px!important;
			}
				
			.nmargin_tiny-1499 {
				margin:-5px!important;
			}

			.nmargintb_tiny-1499 {
				margin-top:-5px!important;
				margin-bottom:-5px!important;
			}

			.nmargint_tiny-1499 {
				margin-top:-5px!important;
			}

			.nmarginb_tiny-1499 {
				margin-bottom:-5px!important;
			}

			.nmarginl_tiny-1499 {
				margin-left:-5px!important;
			}

			.nmarginr_tiny-1499 {
				margin-right:-5px!important;
			}
			
			.padded_small-1499 {
				padding:10px!important;

			}

			.paddedtb_small-1499 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-1499 {
				padding-top:10px!important;
			}

			.paddedb_small-1499 {
				padding-bottom:10px!important;
			}

			.paddedl_small-1499 {
				padding-left:10px!important;
			}

			.paddedr_small-1499 {
				padding-right:10px!important;
			}

			.paddedlr_small-1499 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-1499 {
				margin:10px!important;
			}

			.margintb_small-1499 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-1499 {
				margin-top:10px!important;
			}

			.marginb_small-1499 {
				margin-bottom:10px!important;
			}

			.marginl_small-1499 {
				margin-left:10px!important;
			}

			.marginr_small-1499 {
				margin-right:10px!important;
			}

			.marginlr_small-1499 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_small {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_small-1499 {
				margin:-10px!important;
			}

			.nmargintb_small-1499 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_small-1499 {
				margin-top:-10px!important;
			}

			.nmarginb_small-1499 {
				margin-bottom:-10px!important;
			}

			.nmarginl_small-1499 {
				margin-left:-10px!important;
			}

			.nmarginr_small-1499 {
				margin-right:-10px!important;
			}
			
			.padded_medium-1499 {
				padding:20px!important;

			}

			.paddedtb_medium-1499 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-1499 {
				padding-top:20px!important;
			}

			.paddedb_medium-1499 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-1499 {
				padding-left:20px!important;
			}

			.paddedr_medium-1499 {
				padding-right:20px!important;
			}

			.paddedlr_medium-1499 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-1499 {
				margin:20px!important;
			}

			.margintb_medium-1499 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-1499 {
				margin-top:20px!important;
			}

			.marginb_medium-1499 {
				margin-bottom:20px!important;
			}

			.marginl_medium-1499 {
				margin-left:20px!important;
			}

			.marginr_medium-1499 {
				margin-right:20px!important;
			}

			.marginlr_medium-1499 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			
			.nmarginlr_medium {
				margin-left:-20px!important;
				margin-right:-20px!important;
			}
				
			.nmargin_medium-1499 {
				margin:-20px!important;
			}

			.nmargintb_medium-1499 {
				margin-top:-20px!important;
				margin-bottom:-20px!important;
			}

			.nmargint_medium-1499 {
				margin-top:-20px!important;
			}

			.nmarginb_medium-1499 {
				margin-bottom:-20px!important;
			}

			.nmarginl_medium-1499 {
				margin-left:-20px!important;
			}

			.nmarginr_medium-1499 {
				margin-right:-20px!important;
			}
			
			.padded_large-1499 {
				padding:40px!important;

			}

			.paddedtb_large-1499 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-1499 {
				padding-top:40px!important;
			}

			.paddedb_large-1499 {
				padding-bottom:40px!important;
			}

			.paddedl_large-1499 {
				padding-left:40px!important;
			}

			.paddedr_large-1499 {
				padding-right:40px!important;
			}

			.paddedlr_large-1499 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-1499 {
				margin:40px!important;
			}

			.margintb_large-1499 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-1499 {
				margin-top:40px!important;
			}

			.marginb_large-1499 {
				margin-bottom:40px!important;
			}

			.marginl_large-1499 {
				margin-left:40px!important;
			}

			.marginr_large-1499 {
				margin-right:40px!important;
			}

			.marginlr_large-1499 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			
			.nmarginlr_large {
				margin-left:-40px!important;
				margin-right:-40px!important;
			}
				
			.nmargin_large-1499 {
				margin:-40px!important;
			}

			.nmargintb_large-1499 {
				margin-top:-40px!important;
				margin-bottom:-40px!important;
			}

			.nmargint_large-1499 {
				margin-top:-40px!important;
			}

			.nmarginb_large-1499 {
				margin-bottom:-40px!important;
			}

			.nmarginl_large-1499 {
				margin-left:-40px!important;
			}

			.nmarginr_large-1499 {
				margin-right:-40px!important;
			}
			
			.padded_core-1499 {
				padding:10px!important;

			}

			.paddedtb_core-1499 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-1499 {
				padding-top:10px!important;
			}

			.paddedb_core-1499 {
				padding-bottom:10px!important;
			}

			.paddedl_core-1499 {
				padding-left:10px!important;
			}

			.paddedr_core-1499 {
				padding-right:10px!important;
			}

			.paddedlr_core-1499 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-1499 {
				margin:10px!important;
			}

			.margintb_core-1499 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-1499 {
				margin-top:10px!important;
			}

			.marginb_core-1499 {
				margin-bottom:10px!important;
			}

			.marginl_core-1499 {
				margin-left:10px!important;
			}

			.marginr_core-1499 {
				margin-right:10px!important;
			}

			.marginlr_core-1499 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_core {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_core-1499 {
				margin:-10px!important;
			}

			.nmargintb_core-1499 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_core-1499 {
				margin-top:-10px!important;
			}

			.nmarginb_core-1499 {
				margin-bottom:-10px!important;
			}

			.nmarginl_core-1499 {
				margin-left:-10px!important;
			}

			.nmarginr_core-1499 {
				margin-right:-10px!important;
			}
						
			.margin_auto-1499 {
				margin:auto!important;
			}

			.margintb_auto-1499 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-1499 {
				margin-top:auto!important;
			}

			.marginb_auto-1499 {
				margin-bottom:auto!important;
			}

			.marginl_auto-1499 {
				margin-left:auto!important;
			}

			.marginr_auto-1499 {
				margin-right:auto!important;
			}

			.marginlr_auto-1499 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			
			.nmarginlr_auto {
				margin-left:-auto!important;
				margin-right:-auto!important;
			}
				
			.nmargin_auto-1499 {
				margin:-auto!important;
			}

			.nmargintb_auto-1499 {
				margin-top:-auto!important;
				margin-bottom:-auto!important;
			}

			.nmargint_auto-1499 {
				margin-top:-auto!important;
			}

			.nmarginb_auto-1499 {
				margin-bottom:-auto!important;
			}

			.nmarginl_auto-1499 {
				margin-left:-auto!important;
			}

			.nmarginr_auto-1499 {
				margin-right:-auto!important;
			}
			
			.padded_none-1499 {
				padding:0px!important;

			}

			.paddedtb_none-1499 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-1499 {
				padding-top:0px!important;
			}

			.paddedb_none-1499 {
				padding-bottom:0px!important;
			}

			.paddedl_none-1499 {
				padding-left:0px!important;
			}

			.paddedr_none-1499 {
				padding-right:0px!important;
			}

			.paddedlr_none-1499 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-1499 {
				margin:0px!important;
			}

			.margintb_none-1499 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-1499 {
				margin-top:0px!important;
			}

			.marginb_none-1499 {
				margin-bottom:0px!important;
			}

			.marginl_none-1499 {
				margin-left:0px!important;
			}

			.marginr_none-1499 {
				margin-right:0px!important;
			}

			.marginlr_none-1499 {
				margin-left:0px!important;
				margin-right:0px!important;
			}
			
			.nmarginlr_none {
				margin-left:-0px!important;
				margin-right:-0px!important;
			}
				
			.nmargin_none-1499 {
				margin:-0px!important;
			}

			.nmargintb_none-1499 {
				margin-top:-0px!important;
				margin-bottom:-0px!important;
			}

			.nmargint_none-1499 {
				margin-top:-0px!important;
			}

			.nmarginb_none-1499 {
				margin-bottom:-0px!important;
			}

			.nmarginl_none-1499 {
				margin-left:-0px!important;
			}

			.nmarginr_none-1499 {
				margin-right:-0px!important;
			}
			
			.padded_p100-1499 {
				padding:100%!important;

			}

			.paddedtb_p100-1499 {
				padding-top:100%!important;
				padding-bottom:100%!important;
			}

			.paddedt_p100-1499 {
				padding-top:100%!important;
			}

			.paddedb_p100-1499 {
				padding-bottom:100%!important;
			}

			.paddedl_p100-1499 {
				padding-left:100%!important;
			}

			.paddedr_p100-1499 {
				padding-right:100%!important;
			}

			.paddedlr_p100-1499 {
				padding-left:100%!important;
				padding-right:100%!important;
			}
		
						
			.margin_p100-1499 {
				margin:100%!important;
			}

			.margintb_p100-1499 {
				margin-top:100%!important;
				margin-bottom:100%!important;
			}

			.margint_p100-1499 {
				margin-top:100%!important;
			}

			.marginb_p100-1499 {
				margin-bottom:100%!important;
			}

			.marginl_p100-1499 {
				margin-left:100%!important;
			}

			.marginr_p100-1499 {
				margin-right:100%!important;
			}

			.marginlr_p100-1499 {
				margin-left:100%!important;
				margin-right:100%!important;
			}
			
			.nmarginlr_p100 {
				margin-left:-100%!important;
				margin-right:-100%!important;
			}
				
			.nmargin_p100-1499 {
				margin:-100%!important;
			}

			.nmargintb_p100-1499 {
				margin-top:-100%!important;
				margin-bottom:-100%!important;
			}

			.nmargint_p100-1499 {
				margin-top:-100%!important;
			}

			.nmarginb_p100-1499 {
				margin-bottom:-100%!important;
			}

			.nmarginl_p100-1499 {
				margin-left:-100%!important;
			}

			.nmarginr_p100-1499 {
				margin-right:-100%!important;
			}
			
			.padded_p75-1499 {
				padding:75%!important;

			}

			.paddedtb_p75-1499 {
				padding-top:75%!important;
				padding-bottom:75%!important;
			}

			.paddedt_p75-1499 {
				padding-top:75%!important;
			}

			.paddedb_p75-1499 {
				padding-bottom:75%!important;
			}

			.paddedl_p75-1499 {
				padding-left:75%!important;
			}

			.paddedr_p75-1499 {
				padding-right:75%!important;
			}

			.paddedlr_p75-1499 {
				padding-left:75%!important;
				padding-right:75%!important;
			}
		
						
			.margin_p75-1499 {
				margin:75%!important;
			}

			.margintb_p75-1499 {
				margin-top:75%!important;
				margin-bottom:75%!important;
			}

			.margint_p75-1499 {
				margin-top:75%!important;
			}

			.marginb_p75-1499 {
				margin-bottom:75%!important;
			}

			.marginl_p75-1499 {
				margin-left:75%!important;
			}

			.marginr_p75-1499 {
				margin-right:75%!important;
			}

			.marginlr_p75-1499 {
				margin-left:75%!important;
				margin-right:75%!important;
			}
			
			.nmarginlr_p75 {
				margin-left:-75%!important;
				margin-right:-75%!important;
			}
				
			.nmargin_p75-1499 {
				margin:-75%!important;
			}

			.nmargintb_p75-1499 {
				margin-top:-75%!important;
				margin-bottom:-75%!important;
			}

			.nmargint_p75-1499 {
				margin-top:-75%!important;
			}

			.nmarginb_p75-1499 {
				margin-bottom:-75%!important;
			}

			.nmarginl_p75-1499 {
				margin-left:-75%!important;
			}

			.nmarginr_p75-1499 {
				margin-right:-75%!important;
			}
			
			.padded_p50-1499 {
				padding:50%!important;

			}

			.paddedtb_p50-1499 {
				padding-top:50%!important;
				padding-bottom:50%!important;
			}

			.paddedt_p50-1499 {
				padding-top:50%!important;
			}

			.paddedb_p50-1499 {
				padding-bottom:50%!important;
			}

			.paddedl_p50-1499 {
				padding-left:50%!important;
			}

			.paddedr_p50-1499 {
				padding-right:50%!important;
			}

			.paddedlr_p50-1499 {
				padding-left:50%!important;
				padding-right:50%!important;
			}
		
						
			.margin_p50-1499 {
				margin:50%!important;
			}

			.margintb_p50-1499 {
				margin-top:50%!important;
				margin-bottom:50%!important;
			}

			.margint_p50-1499 {
				margin-top:50%!important;
			}

			.marginb_p50-1499 {
				margin-bottom:50%!important;
			}

			.marginl_p50-1499 {
				margin-left:50%!important;
			}

			.marginr_p50-1499 {
				margin-right:50%!important;
			}

			.marginlr_p50-1499 {
				margin-left:50%!important;
				margin-right:50%!important;
			}
			
			.nmarginlr_p50 {
				margin-left:-50%!important;
				margin-right:-50%!important;
			}
				
			.nmargin_p50-1499 {
				margin:-50%!important;
			}

			.nmargintb_p50-1499 {
				margin-top:-50%!important;
				margin-bottom:-50%!important;
			}

			.nmargint_p50-1499 {
				margin-top:-50%!important;
			}

			.nmarginb_p50-1499 {
				margin-bottom:-50%!important;
			}

			.nmarginl_p50-1499 {
				margin-left:-50%!important;
			}

			.nmarginr_p50-1499 {
				margin-right:-50%!important;
			}
			
			.padded_p25-1499 {
				padding:25%!important;

			}

			.paddedtb_p25-1499 {
				padding-top:25%!important;
				padding-bottom:25%!important;
			}

			.paddedt_p25-1499 {
				padding-top:25%!important;
			}

			.paddedb_p25-1499 {
				padding-bottom:25%!important;
			}

			.paddedl_p25-1499 {
				padding-left:25%!important;
			}

			.paddedr_p25-1499 {
				padding-right:25%!important;
			}

			.paddedlr_p25-1499 {
				padding-left:25%!important;
				padding-right:25%!important;
			}
		
						
			.margin_p25-1499 {
				margin:25%!important;
			}

			.margintb_p25-1499 {
				margin-top:25%!important;
				margin-bottom:25%!important;
			}

			.margint_p25-1499 {
				margin-top:25%!important;
			}

			.marginb_p25-1499 {
				margin-bottom:25%!important;
			}

			.marginl_p25-1499 {
				margin-left:25%!important;
			}

			.marginr_p25-1499 {
				margin-right:25%!important;
			}

			.marginlr_p25-1499 {
				margin-left:25%!important;
				margin-right:25%!important;
			}
			
			.nmarginlr_p25 {
				margin-left:-25%!important;
				margin-right:-25%!important;
			}
				
			.nmargin_p25-1499 {
				margin:-25%!important;
			}

			.nmargintb_p25-1499 {
				margin-top:-25%!important;
				margin-bottom:-25%!important;
			}

			.nmargint_p25-1499 {
				margin-top:-25%!important;
			}

			.nmarginb_p25-1499 {
				margin-bottom:-25%!important;
			}

			.nmarginl_p25-1499 {
				margin-left:-25%!important;
			}

			.nmarginr_p25-1499 {
				margin-right:-25%!important;
			}
				.border_1-1499 {
		border:solid 1px rgba(0,0,0,0.5);;
	}

	.bordertb_1-1499 {
		border-top:solid 1px rgba(0,0,0,0.5);;
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.bordert_1-1499 {
		border-top:solid 1px rgba(0,0,0,0.5);;
	}

	.borderb_1-1499 {
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.borderl_1-1499 {
		border-left:solid 1px rgba(0,0,0,0.5);;
	}

	.borderr_1-1499 {
		border-right:solid 1px rgba(0,0,0,0.5);;
	}

	.borderlr_1-1499 {
		border-left:solid 1px rgba(0,0,0,0.5);;
		border-right:solid 1px rgba(0,0,0,0.5);;
	}
		.border_none-1499 {
		border:none;
	}

	.bordertb_none-1499 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-1499 {
		border-top:none;
	}

	.borderb_none-1499 {
		border-bottom:none;
	}

	.borderl_none-1499 {
		border-left:none;
	}

	.borderr_none-1499 {
		border-right:none;
	}

	.borderlr_none-1499 {
		border-left:none;
		border-right:none;
	}
		.border_core-1499 {
		border:solid 1px rgba(0,0,0,0.1);
	}

	.bordertb_core-1499 {
		border-top:solid 1px rgba(0,0,0,0.1);
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.bordert_core-1499 {
		border-top:solid 1px rgba(0,0,0,0.1);
	}

	.borderb_core-1499 {
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.borderl_core-1499 {
		border-left:solid 1px rgba(0,0,0,0.1);
	}

	.borderr_core-1499 {
		border-right:solid 1px rgba(0,0,0,0.1);
	}

	.borderlr_core-1499 {
		border-left:solid 1px rgba(0,0,0,0.1);
		border-right:solid 1px rgba(0,0,0,0.1);
	}
				.colour1_bg-1499 {
				background-color:#000000!important;
			}

			.colour1_bg-1499,
			a.colour1_bg-1499 {
				color:#FFFFFF!important;
			}
		
			.colour1_bg-1499 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour1-1499 a,
			a.colour1-1499 {
				color:#000000;
							}
			
			.colour1-1499 {
					color:#000000;
				background:transparent!important;
						}

					
			.colour1_bg-1499 input[type=text],
			.colour1_bg-1499 input[type=password],
			.colour1_bg-1499 input[type=number],
			.colour1_bg-1499 textarea,
			.colour1_bg-1499 select,
			.colour1_bg-1499 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour1_bg-1499 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour1_bg-1499 select {
				color:rgba(255,255,255,0.7);
			}

			.colour1_bg-1499 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour1_bg-1499 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour2_bg-1499 {
				background-color:#4b4a4b!important;
			}

			.colour2_bg-1499,
			a.colour2_bg-1499 {
				color:#FFFFFF!important;
			}
		
			.colour2_bg-1499 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour2-1499 a,
			a.colour2-1499 {
				color:#4b4a4b;
							}
			
			.colour2-1499 {
					color:#4b4a4b;
				background:transparent!important;
						}

					
			.colour2_bg-1499 input[type=text],
			.colour2_bg-1499 input[type=password],
			.colour2_bg-1499 input[type=number],
			.colour2_bg-1499 textarea,
			.colour2_bg-1499 select,
			.colour2_bg-1499 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour2_bg-1499 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour2_bg-1499 select {
				color:rgba(255,255,255,0.7);
			}

			.colour2_bg-1499 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour2_bg-1499 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour3_bg-1499 {
				background-color:#616062!important;
			}

			.colour3_bg-1499,
			a.colour3_bg-1499 {
				color:#FFFFFF!important;
			}
		
			.colour3_bg-1499 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour3-1499 a,
			a.colour3-1499 {
				color:#616062;
							}
			
			.colour3-1499 {
					color:#616062;
				background:transparent!important;
						}

					
			.colour3_bg-1499 input[type=text],
			.colour3_bg-1499 input[type=password],
			.colour3_bg-1499 input[type=number],
			.colour3_bg-1499 textarea,
			.colour3_bg-1499 select,
			.colour3_bg-1499 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour3_bg-1499 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour3_bg-1499 select {
				color:rgba(255,255,255,0.7);
			}

			.colour3_bg-1499 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour3_bg-1499 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour4_bg-1499 {
				background-color:#FFFFFF!important;
			}

			.colour4_bg-1499,
			a.colour4_bg-1499 {
				color:#202020!important;
			}
		
			.colour4_bg-1499 a:not(.more) {
				color:#202020;
			}

			
			.colour4-1499 a,
			a.colour4-1499 {
				color:#FFFFFF;
							}
			
			.colour4-1499 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour4_bg-1499 input[type=text],
			.colour4_bg-1499 input[type=password],
			.colour4_bg-1499 input[type=number],
			.colour4_bg-1499 textarea,
			.colour4_bg-1499 select,
			.colour4_bg-1499 select option {
				border-color:#202020;
				color:#202020;
				background:transparent;
			}
		
			.colour4_bg-1499 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour4_bg-1499 select {
				color:rgba(32,32,32,0.7);
			}

			.colour4_bg-1499 ::-webkit-input-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}

			.colour4_bg-1499 ::-moz-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}
		
						.colour5_bg-1499 {
				background-color:#FFFFFF!important;
			}

			.colour5_bg-1499,
			a.colour5_bg-1499 {
				color:#424040!important;
			}
		
			.colour5_bg-1499 a:not(.more) {
				color:#424040;
			}

			
			.colour5-1499 a,
			a.colour5-1499 {
				color:#FFFFFF;
							}
			
			.colour5-1499 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour5_bg-1499 input[type=text],
			.colour5_bg-1499 input[type=password],
			.colour5_bg-1499 input[type=number],
			.colour5_bg-1499 textarea,
			.colour5_bg-1499 select,
			.colour5_bg-1499 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour5_bg-1499 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour5_bg-1499 select {
				color:rgba(66,64,64,0.7);
			}

			.colour5_bg-1499 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour5_bg-1499 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
						.colour6_bg-1499 {
				background-color:#EEEEEE!important;
			}

			.colour6_bg-1499,
			a.colour6_bg-1499 {
				color:#424040!important;
			}
		
			.colour6_bg-1499 a:not(.more) {
				color:#424040;
			}

			
			.colour6-1499 a,
			a.colour6-1499 {
				color:#EEEEEE;
							}
			
			.colour6-1499 {
					color:#EEEEEE;
				background:transparent!important;
						}

					
			.colour6_bg-1499 input[type=text],
			.colour6_bg-1499 input[type=password],
			.colour6_bg-1499 input[type=number],
			.colour6_bg-1499 textarea,
			.colour6_bg-1499 select,
			.colour6_bg-1499 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour6_bg-1499 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour6_bg-1499 select {
				color:rgba(66,64,64,0.7);
			}

			.colour6_bg-1499 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour6_bg-1499 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
			
}

@media only screen and (max-width : 1449px) {
	
.grid.eight-1449 {
	float:left!important;
	width:10.575%!important;
margin-right:2.2%!important;;
}

.grid.eight_x2-1449 {
	float:left!important;
	width:23.35%!important;
margin-right:2.2%!important;;
}

.grid.eight_x3-1449 {
	float:left!important;
	width:36.125%!important;
margin-right:2.2%!important;;
}

.grid.eight_x4-1449 {
	float:left!important;
	width:48.9%!important;
margin-right:2.2%!important;;
}

.grid.eight_x5-1449 {
	float:left!important;
	width:61.675%!important;
margin-right:2.2%!important;;
}

.grid.eight_x6-1449 {
	float:left!important;
	width:74.45%!important;
margin-right:2.2%!important;;
}

.grid.eight_x7-1449 {
	float:left!important;
	width:87.225%!important;
margin-right:2.2%!important;;
}

.grid.seven-1449 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-1449 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-1449 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-1449 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-1449 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-1449 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-1449 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-1449 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-1449 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-1449 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-1449 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-1449 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-1449 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-1449 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-1449 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-1449 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-1449 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-1449 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-1449 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-1449 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-1449 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-1449 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.eight-1449 {
	width:12.5%!important;
}

.floatl.eight_x2-1449 {
	width:25%!important;
}

.floatl.eight_x3-1449 {
	width:37.5%!important;
}

.floatl.eight_x4-1449 {
	width:50%!important;
}

.floatl.eight_x5-1449 {
	width:62.5%!important;
}

.floatl.eight_x6-1449 {
	width:75%!important;
}

.floatl.eight_x7-1449 {
	width:87.5%!important;
}

.floatl.seven-1449 {
	width:14.28571429%!important;
}

.floatl.seven_x2-1449 {
	width:28.57142857%!important;
}

.floatl.seven_x3-1449 {
	width:42.85714286%!important;
}

.floatl.seven_x4-1449 {
	width:57.14285714%!important;
}

.floatl.seven_x5-1449 {
	width:71.42857143%!important;
}

.floatl.seven_x6-1449 {
	width:85.71428571%!important;
}

.floatl.six-1449 {
	width:16.66666667%!important;
}

.floatl.six_x2-1449 {
	width:33.33333333%!important;
}

.floatl.six_x3-1449 {
	width:50%!important;
}

.floatl.six_x4-1449 {
	width:66.6666667%!important;
}

.floatl.six_x5-1449 {
	width:83%!important;
}

.floatl.five-1449 {
	width:20%!important;
}

.floatl.five_x2-1449 {
	width:40%!important;
}

.floatl.five_x3-1449 {
	width:60%!important;
}

.floatl.five_x4-1449 {
	width:80%!important;
}

.floatl.four-1449 {
	width:25%!important;
}

.floatl.four_x2-1449 {
	width:50%!important;
}

.floatl.four_x3-1449 {
	width:75%!important;
}

.floatl.three-1449 {
	width:33.33333333%!important;
}

.floatl.three_x2-1449 {
	width:66.66666667%!important;
}

.floatl.two-1449 {
	width:50%!important;
}

.floatl.one-1449 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

.o1-1449 {
		order:1;
	}

.fl1-1449 {
	flex:1;
}

.gridc > .r1-1449 {
	grid-row-start:1;
}
.gridc-1449 > .r1-1449 {
	grid-row-start:1;
	overflow:hidden;
}
.gridc > .re1-1449 {
	grid-row-end:1;
}
.gridc-1449 > .re1-1449 {
	grid-row-end:1;
}
.gridc > .c1-1449 {
	grid-column-start:1;
}
.gridc-1449 > .c1-1449 {
	grid-column-start:1;
}
.gridc > .ce1-1449 {
	grid-column-end:1;
}
.gridc-1449 > .ce1-1449 {
	grid-column-end:1;
}

.o2-1449 {
		order:2;
	}

.fl2-1449 {
	flex:2;
}

.gridc > .r2-1449 {
	grid-row-start:2;
}
.gridc-1449 > .r2-1449 {
	grid-row-start:2;
	overflow:hidden;
}
.gridc > .re2-1449 {
	grid-row-end:2;
}
.gridc-1449 > .re2-1449 {
	grid-row-end:2;
}
.gridc > .c2-1449 {
	grid-column-start:2;
}
.gridc-1449 > .c2-1449 {
	grid-column-start:2;
}
.gridc > .ce2-1449 {
	grid-column-end:2;
}
.gridc-1449 > .ce2-1449 {
	grid-column-end:2;
}

.o3-1449 {
		order:3;
	}

.fl3-1449 {
	flex:3;
}

.gridc > .r3-1449 {
	grid-row-start:3;
}
.gridc-1449 > .r3-1449 {
	grid-row-start:3;
	overflow:hidden;
}
.gridc > .re3-1449 {
	grid-row-end:3;
}
.gridc-1449 > .re3-1449 {
	grid-row-end:3;
}
.gridc > .c3-1449 {
	grid-column-start:3;
}
.gridc-1449 > .c3-1449 {
	grid-column-start:3;
}
.gridc > .ce3-1449 {
	grid-column-end:3;
}
.gridc-1449 > .ce3-1449 {
	grid-column-end:3;
}

.o4-1449 {
		order:4;
	}

.fl4-1449 {
	flex:4;
}

.gridc > .r4-1449 {
	grid-row-start:4;
}
.gridc-1449 > .r4-1449 {
	grid-row-start:4;
	overflow:hidden;
}
.gridc > .re4-1449 {
	grid-row-end:4;
}
.gridc-1449 > .re4-1449 {
	grid-row-end:4;
}
.gridc > .c4-1449 {
	grid-column-start:4;
}
.gridc-1449 > .c4-1449 {
	grid-column-start:4;
}
.gridc > .ce4-1449 {
	grid-column-end:4;
}
.gridc-1449 > .ce4-1449 {
	grid-column-end:4;
}

.o5-1449 {
		order:5;
	}

.fl5-1449 {
	flex:5;
}

.gridc > .r5-1449 {
	grid-row-start:5;
}
.gridc-1449 > .r5-1449 {
	grid-row-start:5;
	overflow:hidden;
}
.gridc > .re5-1449 {
	grid-row-end:5;
}
.gridc-1449 > .re5-1449 {
	grid-row-end:5;
}
.gridc > .c5-1449 {
	grid-column-start:5;
}
.gridc-1449 > .c5-1449 {
	grid-column-start:5;
}
.gridc > .ce5-1449 {
	grid-column-end:5;
}
.gridc-1449 > .ce5-1449 {
	grid-column-end:5;
}

.o6-1449 {
		order:6;
	}

.fl6-1449 {
	flex:6;
}

.gridc > .r6-1449 {
	grid-row-start:6;
}
.gridc-1449 > .r6-1449 {
	grid-row-start:6;
	overflow:hidden;
}
.gridc > .re6-1449 {
	grid-row-end:6;
}
.gridc-1449 > .re6-1449 {
	grid-row-end:6;
}
.gridc > .c6-1449 {
	grid-column-start:6;
}
.gridc-1449 > .c6-1449 {
	grid-column-start:6;
}
.gridc > .ce6-1449 {
	grid-column-end:6;
}
.gridc-1449 > .ce6-1449 {
	grid-column-end:6;
}

.o7-1449 {
		order:7;
	}

.fl7-1449 {
	flex:7;
}

.gridc > .r7-1449 {
	grid-row-start:7;
}
.gridc-1449 > .r7-1449 {
	grid-row-start:7;
	overflow:hidden;
}
.gridc > .re7-1449 {
	grid-row-end:7;
}
.gridc-1449 > .re7-1449 {
	grid-row-end:7;
}
.gridc > .c7-1449 {
	grid-column-start:7;
}
.gridc-1449 > .c7-1449 {
	grid-column-start:7;
}
.gridc > .ce7-1449 {
	grid-column-end:7;
}
.gridc-1449 > .ce7-1449 {
	grid-column-end:7;
}

.o8-1449 {
		order:8;
	}

.fl8-1449 {
	flex:8;
}

.gridc > .r8-1449 {
	grid-row-start:8;
}
.gridc-1449 > .r8-1449 {
	grid-row-start:8;
	overflow:hidden;
}
.gridc > .re8-1449 {
	grid-row-end:8;
}
.gridc-1449 > .re8-1449 {
	grid-row-end:8;
}
.gridc > .c8-1449 {
	grid-column-start:8;
}
.gridc-1449 > .c8-1449 {
	grid-column-start:8;
}
.gridc > .ce8-1449 {
	grid-column-end:8;
}
.gridc-1449 > .ce8-1449 {
	grid-column-end:8;
}

.o9-1449 {
		order:9;
	}

.fl9-1449 {
	flex:9;
}

.gridc > .r9-1449 {
	grid-row-start:9;
}
.gridc-1449 > .r9-1449 {
	grid-row-start:9;
	overflow:hidden;
}
.gridc > .re9-1449 {
	grid-row-end:9;
}
.gridc-1449 > .re9-1449 {
	grid-row-end:9;
}
.gridc > .c9-1449 {
	grid-column-start:9;
}
.gridc-1449 > .c9-1449 {
	grid-column-start:9;
}
.gridc > .ce9-1449 {
	grid-column-end:9;
}
.gridc-1449 > .ce9-1449 {
	grid-column-end:9;
}

.z1-1449 {
	z-index:1;
}

.z9999999-1449 {
	z-index:9999999;
}

.z2-1449 {
	z-index:2;
}

.z9999998-1449 {
	z-index:9999998;
}

.z3-1449 {
	z-index:3;
}

.z9999997-1449 {
	z-index:9999997;
}

.z4-1449 {
	z-index:4;
}

.z9999996-1449 {
	z-index:9999996;
}

.z5-1449 {
	z-index:5;
}

.z9999995-1449 {
	z-index:9999995;
}

.z6-1449 {
	z-index:6;
}

.z9999994-1449 {
	z-index:9999994;
}

.z7-1449 {
	z-index:7;
}

.z9999993-1449 {
	z-index:9999993;
}

.z8-1449 {
	z-index:8;
}

.z9999992-1449 {
	z-index:9999992;
}

.z9-1449 {
	z-index:9;
}

.z9999991-1449 {
	z-index:9999991;
}

.w100-1449 {
	font-weight:100;
}
.w200-1449 {
	font-weight:200;
}
.w300-1449 {
	font-weight:300;
}
.w400-1449 {
	font-weight:400;
}
.w500-1449 {
	font-weight:500;
}
.w600-1449 {
	font-weight:600;
}
.w700-1449 {
	font-weight:700;
}
.w800-1449 {
	font-weight:800;
}
.w900-1449 {
	font-weight:900;
}
.f1-1449 {
	font-size:1.1em;
	line-height:1.1em;
}

p.f1-1449,
p > *.f1-1449 {
	line-height:1.4em;
}
.f1_5-1449 {
	font-size:1.15em;
	line-height:1.15em;
}

p.f1_5-1449,
p > *.f1_5-1449 {
	line-height:1.18em;
}
.f2-1449 {
	font-size:1.2em;
	line-height:1.2em;
}

p.f2-1449,
p > *.f2-1449 {
	line-height:1.5em;
}
.f2_5-1449 {
	font-size:1.25em;
	line-height:1.25em;
}

p.f2_5-1449,
p > *.f2_5-1449 {
	line-height:1.28em;
}
.f3-1449 {
	font-size:1.3em;
	line-height:1.3em;
}

p.f3-1449,
p > *.f3-1449 {
	line-height:1.6em;
}
.f3_5-1449 {
	font-size:1.35em;
	line-height:1.35em;
}

p.f3_5-1449,
p > *.f3_5-1449 {
	line-height:1.38em;
}
.f4-1449 {
	font-size:1.4em;
	line-height:1.4em;
}

p.f4-1449,
p > *.f4-1449 {
	line-height:1.7em;
}
.f4_5-1449 {
	font-size:1.45em;
	line-height:1.45em;
}

p.f4_5-1449,
p > *.f4_5-1449 {
	line-height:1.48em;
}
.f5-1449 {
	font-size:1.5em;
	line-height:1.5em;
}

p.f5-1449,
p > *.f5-1449 {
	line-height:1.8em;
}
.f5_5-1449 {
	font-size:1.55em;
	line-height:1.55em;
}

p.f5_5-1449,
p > *.f5_5-1449 {
	line-height:1.58em;
}
.f6-1449 {
	font-size:1.6em;
	line-height:1.6em;
}

p.f6-1449,
p > *.f6-1449 {
	line-height:1.9em;
}
.f6_5-1449 {
	font-size:1.65em;
	line-height:1.65em;
}

p.f6_5-1449,
p > *.f6_5-1449 {
	line-height:1.68em;
}
.f7-1449 {
	font-size:1.7em;
	line-height:1.7em;
}

p.f7-1449,
p > *.f7-1449 {
	line-height:1.10em;
}
.f7_5-1449 {
	font-size:1.75em;
	line-height:1.75em;
}

p.f7_5-1449,
p > *.f7_5-1449 {
	line-height:1.78em;
}
.f8-1449 {
	font-size:1.8em;
	line-height:1.8em;
}

p.f8-1449,
p > *.f8-1449 {
	line-height:1.11em;
}
.f8_5-1449 {
	font-size:1.85em;
	line-height:1.85em;
}

p.f8_5-1449,
p > *.f8_5-1449 {
	line-height:1.88em;
}
.f9-1449 {
	font-size:1.9em;
	line-height:1.9em;
}

p.f9-1449,
p > *.f9-1449 {
	line-height:1.12em;
}
.f9_5-1449 {
	font-size:1.95em;
	line-height:1.95em;
}

p.f9_5-1449,
p > *.f9_5-1449 {
	line-height:1.98em;
}
.f10-1449 {
	font-size:2em;
	line-height:2em;
}

p.f10-1449,
p > *.f10-1449 {
	line-height:2em;
}
.f10_5-1449 {
	font-size:2em;
	line-height:2em;
}

p.f10_5-1449,
p > *.f10_5-1449 {
	line-height:2em;
}
.nf1-1449 {
	font-size:0.9em;
}

*:not(p):not(ul):not(ol).nf1-1449 {
	line-height:0.9em;
}

p.nf1-1449,
ul.nf1-1449,
ol.nf1-1449 {
	line-height:1.9em;
}
.nf1_5-1449 {
	font-size:0.85em;
}

*:not(p):not(ul):not(ol).nf1_5-1449 {
	line-height:0.85em;
}

p.nf1_5-1449,
ul.nf1_5-1449,
ol.nf1_5-1449 {
	line-height:1.85em;
}
.nf2-1449 {
	font-size:0.8em;
}

*:not(p):not(ul):not(ol).nf2-1449 {
	line-height:0.8em;
}

p.nf2-1449,
ul.nf2-1449,
ol.nf2-1449 {
	line-height:1.8em;
}
.nf2_5-1449 {
	font-size:0.75em;
}

*:not(p):not(ul):not(ol).nf2_5-1449 {
	line-height:0.75em;
}

p.nf2_5-1449,
ul.nf2_5-1449,
ol.nf2_5-1449 {
	line-height:1.75em;
}
.nf3-1449 {
	font-size:0.7em;
}

*:not(p):not(ul):not(ol).nf3-1449 {
	line-height:0.7em;
}

p.nf3-1449,
ul.nf3-1449,
ol.nf3-1449 {
	line-height:1.7em;
}
.nf3_5-1449 {
	font-size:0.65em;
}

*:not(p):not(ul):not(ol).nf3_5-1449 {
	line-height:0.65em;
}

p.nf3_5-1449,
ul.nf3_5-1449,
ol.nf3_5-1449 {
	line-height:1.65em;
}
.nf4-1449 {
	font-size:0.6em;
}

*:not(p):not(ul):not(ol).nf4-1449 {
	line-height:0.6em;
}

p.nf4-1449,
ul.nf4-1449,
ol.nf4-1449 {
	line-height:1.6em;
}
.nf4_5-1449 {
	font-size:0.55em;
}

*:not(p):not(ul):not(ol).nf4_5-1449 {
	line-height:0.55em;
}

p.nf4_5-1449,
ul.nf4_5-1449,
ol.nf4_5-1449 {
	line-height:1.55em;
}
.nf5-1449 {
	font-size:0.5em;
}

*:not(p):not(ul):not(ol).nf5-1449 {
	line-height:0.5em;
}

p.nf5-1449,
ul.nf5-1449,
ol.nf5-1449 {
	line-height:1.5em;
}
.nf5_5-1449 {
	font-size:0.45em;
}

*:not(p):not(ul):not(ol).nf5_5-1449 {
	line-height:0.45em;
}

p.nf5_5-1449,
ul.nf5_5-1449,
ol.nf5_5-1449 {
	line-height:1.45em;
}
.nf6-1449 {
	font-size:0.4em;
}

*:not(p):not(ul):not(ol).nf6-1449 {
	line-height:0.4em;
}

p.nf6-1449,
ul.nf6-1449,
ol.nf6-1449 {
	line-height:1.4em;
}
.nf6_5-1449 {
	font-size:0.35em;
}

*:not(p):not(ul):not(ol).nf6_5-1449 {
	line-height:0.35em;
}

p.nf6_5-1449,
ul.nf6_5-1449,
ol.nf6_5-1449 {
	line-height:1.35em;
}
.nf7-1449 {
	font-size:0.3em;
}

*:not(p):not(ul):not(ol).nf7-1449 {
	line-height:0.3em;
}

p.nf7-1449,
ul.nf7-1449,
ol.nf7-1449 {
	line-height:1.3em;
}
.nf7_5-1449 {
	font-size:0.25em;
}

*:not(p):not(ul):not(ol).nf7_5-1449 {
	line-height:0.25em;
}

p.nf7_5-1449,
ul.nf7_5-1449,
ol.nf7_5-1449 {
	line-height:1.25em;
}
.nf8-1449 {
	font-size:0.2em;
}

*:not(p):not(ul):not(ol).nf8-1449 {
	line-height:0.2em;
}

p.nf8-1449,
ul.nf8-1449,
ol.nf8-1449 {
	line-height:1.2em;
}
.nf8_5-1449 {
	font-size:0.15em;
}

*:not(p):not(ul):not(ol).nf8_5-1449 {
	line-height:0.15em;
}

p.nf8_5-1449,
ul.nf8_5-1449,
ol.nf8_5-1449 {
	line-height:1.15em;
}
.nf9-1449 {
	font-size:0.1em;
}

*:not(p):not(ul):not(ol).nf9-1449 {
	line-height:0.1em;
}

p.nf9-1449,
ul.nf9-1449,
ol.nf9-1449 {
	line-height:1.1em;
}
.nf9_5-1449 {
	font-size:0.05em;
}

*:not(p):not(ul):not(ol).nf9_5-1449 {
	line-height:0.05em;
}

p.nf9_5-1449,
ul.nf9_5-1449,
ol.nf9_5-1449 {
	line-height:1.05em;
}
  .invisible-1449 {
			visibility:hidden!important;
		}

  .last-1449 {
			margin-right:0px!important;
		}

  .floatl-1449 {
			float:left!important;
		}

  .floatr-1449 {
			float:right!important;
		}

  .left-1449 {
			float:left!important;
		}

  .right-1449 {
			float:right!important;
		}

  .floatn-1449,
 .grid.floatn-1449 {
			float:none!important;
		}

  .grid-1449 {
			float:left!important;
overflow:hidden;;
		}

  .grid.last-1449 {
			float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
		}

  .none-1449 {
			display:none!important;
		}

  .block-1449 {
			display:block!important;
		}

  .iblock-1449 {
			display:inline-block!important;
		}

  .inline-1449 {
			display:inline!important;
		}

  .table-1449 {
			display:table!important;
		}

  .row-1449 {
			display:table-row!important;
		}

  .cell-1449 {
			display:table-cell!important;
vertical-align:middle;
		}

  .collapse-1449 {
			border-collapse:collapse;
		}

  .clearl-1449 {
			clear:left!important;
		}

  .clearr-1449 {
			clear:right!important;
		}

  .clearn-1449 {
			clear:none!important;
		}

  .clearnone-1449 {
			clear:none!important;
		}

  .clearb-1449 {
			clear:both!important;
		}

  .clear-1449 {
			float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
		}

  .up-1449 {
			text-transform:uppercase;
		}

  .transnone-1449 {
			text-transform:none;
		}

  .strike-1449 {
			text-decoration:line-through;
		}

  .alignl-1449 {
			text-align:left!important;
		}

  .alignr-1449 {
			text-align:right!important;
		}

  .alignc-1449 {
			text-align:center!important;
		}

  .alignj-1449 {
			text-align:justify!important;
		}

  .valign-1449 {
			vertical-align:middle!important;
		}

  .widthauto-1449 {
			width:auto!important;
		}

  .heightauto-1449 {
			height:auto!important;
min-height:0px!important;
		}

.square.heightauto-1449::after {
	display:none!important;
}

.square.heightauto-1449 > * {
	position:static!important;
}

  .width0-1449 {
			width:0px;
		}

  .width50-1449 {
			width:50%;
		}

  .height0-1449 {
			height:0px;
		}

  .height50-1449 {
			height:50%;
		}

  .mw100-1449 {
			max-width:100%;
		}

  .mw90-1449 {
			max-width:90%;
		}

  .mw80-1449 {
			max-width:80%;
		}

  .mw70-1449 {
			max-width:70%;
		}

  .mw60-1449 {
			max-width:60%;
		}

  .mw50-1449 {
			max-width:50%;
		}

  .mw40-1449 {
			max-width:40%;
		}

  .mw30-1449 {
			max-width:30%;
		}

  .mw20-1449 {
			max-width:20%;
		}

  .mw10-1449 {
			max-width:10%;
		}

  .mwnone-1449 {
			max-width:none;
		}

  .fw-1449,
 .grid.fw-1449,
 .floatl.fw-1449 {
			width:100%!important;
      margin-left:0px!important;
			margin-right:0px!important;
		}

  .fh-1449 {
			height:100%!important;
		}

  .pointer-1449 {
			cursor:pointer!important;
		}

  .noallow-1449 {
			cursor:not-allowed!important;
		}

  .noselect-1449 {
			user-select:none!important;
		}

  .static-1449 {
			position:static!important;
		}

  .relative-1449 {
			position:relative!important;
		}

  .absolute-1449 {
			position:absolute!important;
		}

  .fixed-1449 {
			position:fixed!important;
		}

  .spacing-1449 {
			margin-bottom:7px!important;
		}

  .spacing.floatl-1449 {
			margin-right:15px!important;
		}

  .spacing.floatr-1449 {
			margin-left:15px!important;
		}

  .flowhide-1449 {
			overflow:hidden;
		}

  .flowshow-1449 {
			overflow:visible;
		}

  .flowauto-1449 {
			overflow:auto;
		}

  .nowrap-1449 {
			white-space:nowrap;
		}

  .lhreset-1449 {
			line-height:normal;
		}

  .circle-1449 {
			border-radius:50%!important;
		}

  .radnone-1449 {
			border-radius:0px!important;
		}

  .vh10-1449 {
			height:10vh!important;
		}

  .vh25-1449 {
			height:25vh!important;
		}

  .vh50-1449 {
			height:50vh!important;
		}

  .vh100-1449 {
			height:100vh!important;
		}

  .vw10-1449 {
			width:10vw!important;
		}

  .vw25-1449 {
			width:25vw!important;
		}

  .vw50-1449 {
			width:50vw!important;
		}

  .vw100-1449 {
			width:100vw!important;
		}

  .flexw-1449 {
			flex-wrap:wrap!important;
		}

  .flexwn-1449 {
			flex-wrap:nowrap!important;
		}

  .flexwr-1449 {
			flex-wrap:wrap-reverse!important;
		}

  .flexdr-1449 {
			flex-direction:row!important;
		}

  .flexdrr-1449 {
			flex-direction:row-reverse!important;
		}

  .flexdc-1449 {
			flex-direction:column!important;
		}

  .flexdcr-1449 {
			flex-direction:column-reverse!important;
		}

  .flex-1449 {
			display:flex!important;
align-items:center;
flex-wrap:wrap;;
		}

  .iflex-1449 {
			display:inline-flex!important;
align-items:center;;
		}

  .spaced-1449 {
			justify-content:space-between;
		}

  .flexdr.spaced-1449 {
			align-content:space-between;
		}

  .spacee-1449 {
			justify-content:space-evenly;
		}

  .falignst-1449 {
			align-items:stretch;;
		}

  .falignc-1449 {
			align-items:center;;
		}

  .faligns-1449 {
			align-items:flex-start;;
		}

  .faligne-1449 {
			align-items:flex-end;;
		}

  .fjustl-1449 {
			justify-content:flex-start;;
		}

  .fjustr-1449 {
			justify-content:flex-end;;
		}

  .fjustc-1449 {
			justify-content:center;;
		}

  .flexn-1449 {
			flex:none!important;width:100%;;
		}

  .gridc-1449 {
			display:grid!important;;
		}

  .o100-1449 {
			opacity:1;
		}

  .o90-1449 {
			opacity:0.9;
		}

  .o80-1449 {
			opacity:0.8;
		}

  .o70-1449 {
			opacity:0.7;
		}

  .o60-1449 {
			opacity:0.6;
		}

  .o50-1449 {
			opacity:0.5;
		}

  .o40-1449 {
			opacity:0.4;
		}

  .o30-1449 {
			opacity:0.3;
		}

  .o20-1449 {
			opacity:0.2;
		}

  .o10-1449 {
			opacity:0.1;
		}

  .o0-1449 {
			opacity:0;
		}

  .left0-1449 {
			left:0px!important;;
		}

  .right0-1449 {
			right:0px!important;;
		}

  .top0-1449 {
			top:0px!important;;
		}

  .bottom0-1449 {
			bottom:0px!important;;
		}

  .left50-1449 {
			left:50%!important;;
		}

  .right50-1449 {
			right:50%!important;;
		}

  .top50-1449 {
			top:50%!important;;
		}

  .bottom50-1449 {
			bottom:50%!important;;
		}

  .left100-1449 {
			left:100%!important;;
		}

  .right100-1449 {
			right:100%!important;;
		}

  .top100-1449 {
			top:100%!important;;
		}

  .bottom100-1449 {
			bottom:100%!important;;
		}

  .leftauto-1449 {
			left:auto!important;;
		}

  .rightauto-1449 {
			right:auto!important;;
		}

  .topauto-1449 {
			top:auto!important;;
		}

  .bottomauto-1449 {
			bottom:auto!important;;
		}

  .all0-1449 {
			top:0px!important;
bottom:0px!important;
left:0px!important;
right:0px!important;;
		}

  .lineup.fw-1449, .lineupgroup.fw-1449 {
			height:auto!important;
	}

	

			.padded_tiny-1449 {
				padding:5px!important;

			}

			.paddedtb_tiny-1449 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-1449 {
				padding-top:5px!important;
			}

			.paddedb_tiny-1449 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-1449 {
				padding-left:5px!important;
			}

			.paddedr_tiny-1449 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-1449 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-1449 {
				margin:5px!important;
			}

			.margintb_tiny-1449 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-1449 {
				margin-top:5px!important;
			}

			.marginb_tiny-1449 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-1449 {
				margin-left:5px!important;
			}

			.marginr_tiny-1449 {
				margin-right:5px!important;
			}

			.marginlr_tiny-1449 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			
			.nmarginlr_tiny {
				margin-left:-5px!important;
				margin-right:-5px!important;
			}
				
			.nmargin_tiny-1449 {
				margin:-5px!important;
			}

			.nmargintb_tiny-1449 {
				margin-top:-5px!important;
				margin-bottom:-5px!important;
			}

			.nmargint_tiny-1449 {
				margin-top:-5px!important;
			}

			.nmarginb_tiny-1449 {
				margin-bottom:-5px!important;
			}

			.nmarginl_tiny-1449 {
				margin-left:-5px!important;
			}

			.nmarginr_tiny-1449 {
				margin-right:-5px!important;
			}
			
			.padded_small-1449 {
				padding:10px!important;

			}

			.paddedtb_small-1449 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-1449 {
				padding-top:10px!important;
			}

			.paddedb_small-1449 {
				padding-bottom:10px!important;
			}

			.paddedl_small-1449 {
				padding-left:10px!important;
			}

			.paddedr_small-1449 {
				padding-right:10px!important;
			}

			.paddedlr_small-1449 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-1449 {
				margin:10px!important;
			}

			.margintb_small-1449 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-1449 {
				margin-top:10px!important;
			}

			.marginb_small-1449 {
				margin-bottom:10px!important;
			}

			.marginl_small-1449 {
				margin-left:10px!important;
			}

			.marginr_small-1449 {
				margin-right:10px!important;
			}

			.marginlr_small-1449 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_small {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_small-1449 {
				margin:-10px!important;
			}

			.nmargintb_small-1449 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_small-1449 {
				margin-top:-10px!important;
			}

			.nmarginb_small-1449 {
				margin-bottom:-10px!important;
			}

			.nmarginl_small-1449 {
				margin-left:-10px!important;
			}

			.nmarginr_small-1449 {
				margin-right:-10px!important;
			}
			
			.padded_medium-1449 {
				padding:20px!important;

			}

			.paddedtb_medium-1449 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-1449 {
				padding-top:20px!important;
			}

			.paddedb_medium-1449 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-1449 {
				padding-left:20px!important;
			}

			.paddedr_medium-1449 {
				padding-right:20px!important;
			}

			.paddedlr_medium-1449 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-1449 {
				margin:20px!important;
			}

			.margintb_medium-1449 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-1449 {
				margin-top:20px!important;
			}

			.marginb_medium-1449 {
				margin-bottom:20px!important;
			}

			.marginl_medium-1449 {
				margin-left:20px!important;
			}

			.marginr_medium-1449 {
				margin-right:20px!important;
			}

			.marginlr_medium-1449 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			
			.nmarginlr_medium {
				margin-left:-20px!important;
				margin-right:-20px!important;
			}
				
			.nmargin_medium-1449 {
				margin:-20px!important;
			}

			.nmargintb_medium-1449 {
				margin-top:-20px!important;
				margin-bottom:-20px!important;
			}

			.nmargint_medium-1449 {
				margin-top:-20px!important;
			}

			.nmarginb_medium-1449 {
				margin-bottom:-20px!important;
			}

			.nmarginl_medium-1449 {
				margin-left:-20px!important;
			}

			.nmarginr_medium-1449 {
				margin-right:-20px!important;
			}
			
			.padded_large-1449 {
				padding:40px!important;

			}

			.paddedtb_large-1449 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-1449 {
				padding-top:40px!important;
			}

			.paddedb_large-1449 {
				padding-bottom:40px!important;
			}

			.paddedl_large-1449 {
				padding-left:40px!important;
			}

			.paddedr_large-1449 {
				padding-right:40px!important;
			}

			.paddedlr_large-1449 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-1449 {
				margin:40px!important;
			}

			.margintb_large-1449 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-1449 {
				margin-top:40px!important;
			}

			.marginb_large-1449 {
				margin-bottom:40px!important;
			}

			.marginl_large-1449 {
				margin-left:40px!important;
			}

			.marginr_large-1449 {
				margin-right:40px!important;
			}

			.marginlr_large-1449 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			
			.nmarginlr_large {
				margin-left:-40px!important;
				margin-right:-40px!important;
			}
				
			.nmargin_large-1449 {
				margin:-40px!important;
			}

			.nmargintb_large-1449 {
				margin-top:-40px!important;
				margin-bottom:-40px!important;
			}

			.nmargint_large-1449 {
				margin-top:-40px!important;
			}

			.nmarginb_large-1449 {
				margin-bottom:-40px!important;
			}

			.nmarginl_large-1449 {
				margin-left:-40px!important;
			}

			.nmarginr_large-1449 {
				margin-right:-40px!important;
			}
			
			.padded_core-1449 {
				padding:10px!important;

			}

			.paddedtb_core-1449 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-1449 {
				padding-top:10px!important;
			}

			.paddedb_core-1449 {
				padding-bottom:10px!important;
			}

			.paddedl_core-1449 {
				padding-left:10px!important;
			}

			.paddedr_core-1449 {
				padding-right:10px!important;
			}

			.paddedlr_core-1449 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-1449 {
				margin:10px!important;
			}

			.margintb_core-1449 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-1449 {
				margin-top:10px!important;
			}

			.marginb_core-1449 {
				margin-bottom:10px!important;
			}

			.marginl_core-1449 {
				margin-left:10px!important;
			}

			.marginr_core-1449 {
				margin-right:10px!important;
			}

			.marginlr_core-1449 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_core {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_core-1449 {
				margin:-10px!important;
			}

			.nmargintb_core-1449 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_core-1449 {
				margin-top:-10px!important;
			}

			.nmarginb_core-1449 {
				margin-bottom:-10px!important;
			}

			.nmarginl_core-1449 {
				margin-left:-10px!important;
			}

			.nmarginr_core-1449 {
				margin-right:-10px!important;
			}
						
			.margin_auto-1449 {
				margin:auto!important;
			}

			.margintb_auto-1449 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-1449 {
				margin-top:auto!important;
			}

			.marginb_auto-1449 {
				margin-bottom:auto!important;
			}

			.marginl_auto-1449 {
				margin-left:auto!important;
			}

			.marginr_auto-1449 {
				margin-right:auto!important;
			}

			.marginlr_auto-1449 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			
			.nmarginlr_auto {
				margin-left:-auto!important;
				margin-right:-auto!important;
			}
				
			.nmargin_auto-1449 {
				margin:-auto!important;
			}

			.nmargintb_auto-1449 {
				margin-top:-auto!important;
				margin-bottom:-auto!important;
			}

			.nmargint_auto-1449 {
				margin-top:-auto!important;
			}

			.nmarginb_auto-1449 {
				margin-bottom:-auto!important;
			}

			.nmarginl_auto-1449 {
				margin-left:-auto!important;
			}

			.nmarginr_auto-1449 {
				margin-right:-auto!important;
			}
			
			.padded_none-1449 {
				padding:0px!important;

			}

			.paddedtb_none-1449 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-1449 {
				padding-top:0px!important;
			}

			.paddedb_none-1449 {
				padding-bottom:0px!important;
			}

			.paddedl_none-1449 {
				padding-left:0px!important;
			}

			.paddedr_none-1449 {
				padding-right:0px!important;
			}

			.paddedlr_none-1449 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-1449 {
				margin:0px!important;
			}

			.margintb_none-1449 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-1449 {
				margin-top:0px!important;
			}

			.marginb_none-1449 {
				margin-bottom:0px!important;
			}

			.marginl_none-1449 {
				margin-left:0px!important;
			}

			.marginr_none-1449 {
				margin-right:0px!important;
			}

			.marginlr_none-1449 {
				margin-left:0px!important;
				margin-right:0px!important;
			}
			
			.nmarginlr_none {
				margin-left:-0px!important;
				margin-right:-0px!important;
			}
				
			.nmargin_none-1449 {
				margin:-0px!important;
			}

			.nmargintb_none-1449 {
				margin-top:-0px!important;
				margin-bottom:-0px!important;
			}

			.nmargint_none-1449 {
				margin-top:-0px!important;
			}

			.nmarginb_none-1449 {
				margin-bottom:-0px!important;
			}

			.nmarginl_none-1449 {
				margin-left:-0px!important;
			}

			.nmarginr_none-1449 {
				margin-right:-0px!important;
			}
			
			.padded_p100-1449 {
				padding:100%!important;

			}

			.paddedtb_p100-1449 {
				padding-top:100%!important;
				padding-bottom:100%!important;
			}

			.paddedt_p100-1449 {
				padding-top:100%!important;
			}

			.paddedb_p100-1449 {
				padding-bottom:100%!important;
			}

			.paddedl_p100-1449 {
				padding-left:100%!important;
			}

			.paddedr_p100-1449 {
				padding-right:100%!important;
			}

			.paddedlr_p100-1449 {
				padding-left:100%!important;
				padding-right:100%!important;
			}
		
						
			.margin_p100-1449 {
				margin:100%!important;
			}

			.margintb_p100-1449 {
				margin-top:100%!important;
				margin-bottom:100%!important;
			}

			.margint_p100-1449 {
				margin-top:100%!important;
			}

			.marginb_p100-1449 {
				margin-bottom:100%!important;
			}

			.marginl_p100-1449 {
				margin-left:100%!important;
			}

			.marginr_p100-1449 {
				margin-right:100%!important;
			}

			.marginlr_p100-1449 {
				margin-left:100%!important;
				margin-right:100%!important;
			}
			
			.nmarginlr_p100 {
				margin-left:-100%!important;
				margin-right:-100%!important;
			}
				
			.nmargin_p100-1449 {
				margin:-100%!important;
			}

			.nmargintb_p100-1449 {
				margin-top:-100%!important;
				margin-bottom:-100%!important;
			}

			.nmargint_p100-1449 {
				margin-top:-100%!important;
			}

			.nmarginb_p100-1449 {
				margin-bottom:-100%!important;
			}

			.nmarginl_p100-1449 {
				margin-left:-100%!important;
			}

			.nmarginr_p100-1449 {
				margin-right:-100%!important;
			}
			
			.padded_p75-1449 {
				padding:75%!important;

			}

			.paddedtb_p75-1449 {
				padding-top:75%!important;
				padding-bottom:75%!important;
			}

			.paddedt_p75-1449 {
				padding-top:75%!important;
			}

			.paddedb_p75-1449 {
				padding-bottom:75%!important;
			}

			.paddedl_p75-1449 {
				padding-left:75%!important;
			}

			.paddedr_p75-1449 {
				padding-right:75%!important;
			}

			.paddedlr_p75-1449 {
				padding-left:75%!important;
				padding-right:75%!important;
			}
		
						
			.margin_p75-1449 {
				margin:75%!important;
			}

			.margintb_p75-1449 {
				margin-top:75%!important;
				margin-bottom:75%!important;
			}

			.margint_p75-1449 {
				margin-top:75%!important;
			}

			.marginb_p75-1449 {
				margin-bottom:75%!important;
			}

			.marginl_p75-1449 {
				margin-left:75%!important;
			}

			.marginr_p75-1449 {
				margin-right:75%!important;
			}

			.marginlr_p75-1449 {
				margin-left:75%!important;
				margin-right:75%!important;
			}
			
			.nmarginlr_p75 {
				margin-left:-75%!important;
				margin-right:-75%!important;
			}
				
			.nmargin_p75-1449 {
				margin:-75%!important;
			}

			.nmargintb_p75-1449 {
				margin-top:-75%!important;
				margin-bottom:-75%!important;
			}

			.nmargint_p75-1449 {
				margin-top:-75%!important;
			}

			.nmarginb_p75-1449 {
				margin-bottom:-75%!important;
			}

			.nmarginl_p75-1449 {
				margin-left:-75%!important;
			}

			.nmarginr_p75-1449 {
				margin-right:-75%!important;
			}
			
			.padded_p50-1449 {
				padding:50%!important;

			}

			.paddedtb_p50-1449 {
				padding-top:50%!important;
				padding-bottom:50%!important;
			}

			.paddedt_p50-1449 {
				padding-top:50%!important;
			}

			.paddedb_p50-1449 {
				padding-bottom:50%!important;
			}

			.paddedl_p50-1449 {
				padding-left:50%!important;
			}

			.paddedr_p50-1449 {
				padding-right:50%!important;
			}

			.paddedlr_p50-1449 {
				padding-left:50%!important;
				padding-right:50%!important;
			}
		
						
			.margin_p50-1449 {
				margin:50%!important;
			}

			.margintb_p50-1449 {
				margin-top:50%!important;
				margin-bottom:50%!important;
			}

			.margint_p50-1449 {
				margin-top:50%!important;
			}

			.marginb_p50-1449 {
				margin-bottom:50%!important;
			}

			.marginl_p50-1449 {
				margin-left:50%!important;
			}

			.marginr_p50-1449 {
				margin-right:50%!important;
			}

			.marginlr_p50-1449 {
				margin-left:50%!important;
				margin-right:50%!important;
			}
			
			.nmarginlr_p50 {
				margin-left:-50%!important;
				margin-right:-50%!important;
			}
				
			.nmargin_p50-1449 {
				margin:-50%!important;
			}

			.nmargintb_p50-1449 {
				margin-top:-50%!important;
				margin-bottom:-50%!important;
			}

			.nmargint_p50-1449 {
				margin-top:-50%!important;
			}

			.nmarginb_p50-1449 {
				margin-bottom:-50%!important;
			}

			.nmarginl_p50-1449 {
				margin-left:-50%!important;
			}

			.nmarginr_p50-1449 {
				margin-right:-50%!important;
			}
			
			.padded_p25-1449 {
				padding:25%!important;

			}

			.paddedtb_p25-1449 {
				padding-top:25%!important;
				padding-bottom:25%!important;
			}

			.paddedt_p25-1449 {
				padding-top:25%!important;
			}

			.paddedb_p25-1449 {
				padding-bottom:25%!important;
			}

			.paddedl_p25-1449 {
				padding-left:25%!important;
			}

			.paddedr_p25-1449 {
				padding-right:25%!important;
			}

			.paddedlr_p25-1449 {
				padding-left:25%!important;
				padding-right:25%!important;
			}
		
						
			.margin_p25-1449 {
				margin:25%!important;
			}

			.margintb_p25-1449 {
				margin-top:25%!important;
				margin-bottom:25%!important;
			}

			.margint_p25-1449 {
				margin-top:25%!important;
			}

			.marginb_p25-1449 {
				margin-bottom:25%!important;
			}

			.marginl_p25-1449 {
				margin-left:25%!important;
			}

			.marginr_p25-1449 {
				margin-right:25%!important;
			}

			.marginlr_p25-1449 {
				margin-left:25%!important;
				margin-right:25%!important;
			}
			
			.nmarginlr_p25 {
				margin-left:-25%!important;
				margin-right:-25%!important;
			}
				
			.nmargin_p25-1449 {
				margin:-25%!important;
			}

			.nmargintb_p25-1449 {
				margin-top:-25%!important;
				margin-bottom:-25%!important;
			}

			.nmargint_p25-1449 {
				margin-top:-25%!important;
			}

			.nmarginb_p25-1449 {
				margin-bottom:-25%!important;
			}

			.nmarginl_p25-1449 {
				margin-left:-25%!important;
			}

			.nmarginr_p25-1449 {
				margin-right:-25%!important;
			}
				.border_1-1449 {
		border:solid 1px rgba(0,0,0,0.5);;
	}

	.bordertb_1-1449 {
		border-top:solid 1px rgba(0,0,0,0.5);;
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.bordert_1-1449 {
		border-top:solid 1px rgba(0,0,0,0.5);;
	}

	.borderb_1-1449 {
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.borderl_1-1449 {
		border-left:solid 1px rgba(0,0,0,0.5);;
	}

	.borderr_1-1449 {
		border-right:solid 1px rgba(0,0,0,0.5);;
	}

	.borderlr_1-1449 {
		border-left:solid 1px rgba(0,0,0,0.5);;
		border-right:solid 1px rgba(0,0,0,0.5);;
	}
		.border_none-1449 {
		border:none;
	}

	.bordertb_none-1449 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-1449 {
		border-top:none;
	}

	.borderb_none-1449 {
		border-bottom:none;
	}

	.borderl_none-1449 {
		border-left:none;
	}

	.borderr_none-1449 {
		border-right:none;
	}

	.borderlr_none-1449 {
		border-left:none;
		border-right:none;
	}
		.border_core-1449 {
		border:solid 1px rgba(0,0,0,0.1);
	}

	.bordertb_core-1449 {
		border-top:solid 1px rgba(0,0,0,0.1);
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.bordert_core-1449 {
		border-top:solid 1px rgba(0,0,0,0.1);
	}

	.borderb_core-1449 {
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.borderl_core-1449 {
		border-left:solid 1px rgba(0,0,0,0.1);
	}

	.borderr_core-1449 {
		border-right:solid 1px rgba(0,0,0,0.1);
	}

	.borderlr_core-1449 {
		border-left:solid 1px rgba(0,0,0,0.1);
		border-right:solid 1px rgba(0,0,0,0.1);
	}
				.colour1_bg-1449 {
				background-color:#000000!important;
			}

			.colour1_bg-1449,
			a.colour1_bg-1449 {
				color:#FFFFFF!important;
			}
		
			.colour1_bg-1449 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour1-1449 a,
			a.colour1-1449 {
				color:#000000;
							}
			
			.colour1-1449 {
					color:#000000;
				background:transparent!important;
						}

					
			.colour1_bg-1449 input[type=text],
			.colour1_bg-1449 input[type=password],
			.colour1_bg-1449 input[type=number],
			.colour1_bg-1449 textarea,
			.colour1_bg-1449 select,
			.colour1_bg-1449 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour1_bg-1449 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour1_bg-1449 select {
				color:rgba(255,255,255,0.7);
			}

			.colour1_bg-1449 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour1_bg-1449 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour2_bg-1449 {
				background-color:#4b4a4b!important;
			}

			.colour2_bg-1449,
			a.colour2_bg-1449 {
				color:#FFFFFF!important;
			}
		
			.colour2_bg-1449 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour2-1449 a,
			a.colour2-1449 {
				color:#4b4a4b;
							}
			
			.colour2-1449 {
					color:#4b4a4b;
				background:transparent!important;
						}

					
			.colour2_bg-1449 input[type=text],
			.colour2_bg-1449 input[type=password],
			.colour2_bg-1449 input[type=number],
			.colour2_bg-1449 textarea,
			.colour2_bg-1449 select,
			.colour2_bg-1449 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour2_bg-1449 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour2_bg-1449 select {
				color:rgba(255,255,255,0.7);
			}

			.colour2_bg-1449 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour2_bg-1449 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour3_bg-1449 {
				background-color:#616062!important;
			}

			.colour3_bg-1449,
			a.colour3_bg-1449 {
				color:#FFFFFF!important;
			}
		
			.colour3_bg-1449 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour3-1449 a,
			a.colour3-1449 {
				color:#616062;
							}
			
			.colour3-1449 {
					color:#616062;
				background:transparent!important;
						}

					
			.colour3_bg-1449 input[type=text],
			.colour3_bg-1449 input[type=password],
			.colour3_bg-1449 input[type=number],
			.colour3_bg-1449 textarea,
			.colour3_bg-1449 select,
			.colour3_bg-1449 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour3_bg-1449 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour3_bg-1449 select {
				color:rgba(255,255,255,0.7);
			}

			.colour3_bg-1449 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour3_bg-1449 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour4_bg-1449 {
				background-color:#FFFFFF!important;
			}

			.colour4_bg-1449,
			a.colour4_bg-1449 {
				color:#202020!important;
			}
		
			.colour4_bg-1449 a:not(.more) {
				color:#202020;
			}

			
			.colour4-1449 a,
			a.colour4-1449 {
				color:#FFFFFF;
							}
			
			.colour4-1449 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour4_bg-1449 input[type=text],
			.colour4_bg-1449 input[type=password],
			.colour4_bg-1449 input[type=number],
			.colour4_bg-1449 textarea,
			.colour4_bg-1449 select,
			.colour4_bg-1449 select option {
				border-color:#202020;
				color:#202020;
				background:transparent;
			}
		
			.colour4_bg-1449 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour4_bg-1449 select {
				color:rgba(32,32,32,0.7);
			}

			.colour4_bg-1449 ::-webkit-input-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}

			.colour4_bg-1449 ::-moz-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}
		
						.colour5_bg-1449 {
				background-color:#FFFFFF!important;
			}

			.colour5_bg-1449,
			a.colour5_bg-1449 {
				color:#424040!important;
			}
		
			.colour5_bg-1449 a:not(.more) {
				color:#424040;
			}

			
			.colour5-1449 a,
			a.colour5-1449 {
				color:#FFFFFF;
							}
			
			.colour5-1449 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour5_bg-1449 input[type=text],
			.colour5_bg-1449 input[type=password],
			.colour5_bg-1449 input[type=number],
			.colour5_bg-1449 textarea,
			.colour5_bg-1449 select,
			.colour5_bg-1449 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour5_bg-1449 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour5_bg-1449 select {
				color:rgba(66,64,64,0.7);
			}

			.colour5_bg-1449 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour5_bg-1449 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
						.colour6_bg-1449 {
				background-color:#EEEEEE!important;
			}

			.colour6_bg-1449,
			a.colour6_bg-1449 {
				color:#424040!important;
			}
		
			.colour6_bg-1449 a:not(.more) {
				color:#424040;
			}

			
			.colour6-1449 a,
			a.colour6-1449 {
				color:#EEEEEE;
							}
			
			.colour6-1449 {
					color:#EEEEEE;
				background:transparent!important;
						}

					
			.colour6_bg-1449 input[type=text],
			.colour6_bg-1449 input[type=password],
			.colour6_bg-1449 input[type=number],
			.colour6_bg-1449 textarea,
			.colour6_bg-1449 select,
			.colour6_bg-1449 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour6_bg-1449 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour6_bg-1449 select {
				color:rgba(66,64,64,0.7);
			}

			.colour6_bg-1449 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour6_bg-1449 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
			
}

@media only screen and (max-width : 1399px) {
	
.grid.eight-1399 {
	float:left!important;
	width:10.575%!important;
margin-right:2.2%!important;;
}

.grid.eight_x2-1399 {
	float:left!important;
	width:23.35%!important;
margin-right:2.2%!important;;
}

.grid.eight_x3-1399 {
	float:left!important;
	width:36.125%!important;
margin-right:2.2%!important;;
}

.grid.eight_x4-1399 {
	float:left!important;
	width:48.9%!important;
margin-right:2.2%!important;;
}

.grid.eight_x5-1399 {
	float:left!important;
	width:61.675%!important;
margin-right:2.2%!important;;
}

.grid.eight_x6-1399 {
	float:left!important;
	width:74.45%!important;
margin-right:2.2%!important;;
}

.grid.eight_x7-1399 {
	float:left!important;
	width:87.225%!important;
margin-right:2.2%!important;;
}

.grid.seven-1399 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-1399 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-1399 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-1399 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-1399 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-1399 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-1399 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-1399 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-1399 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-1399 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-1399 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-1399 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-1399 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-1399 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-1399 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-1399 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-1399 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-1399 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-1399 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-1399 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-1399 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-1399 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.eight-1399 {
	width:12.5%!important;
}

.floatl.eight_x2-1399 {
	width:25%!important;
}

.floatl.eight_x3-1399 {
	width:37.5%!important;
}

.floatl.eight_x4-1399 {
	width:50%!important;
}

.floatl.eight_x5-1399 {
	width:62.5%!important;
}

.floatl.eight_x6-1399 {
	width:75%!important;
}

.floatl.eight_x7-1399 {
	width:87.5%!important;
}

.floatl.seven-1399 {
	width:14.28571429%!important;
}

.floatl.seven_x2-1399 {
	width:28.57142857%!important;
}

.floatl.seven_x3-1399 {
	width:42.85714286%!important;
}

.floatl.seven_x4-1399 {
	width:57.14285714%!important;
}

.floatl.seven_x5-1399 {
	width:71.42857143%!important;
}

.floatl.seven_x6-1399 {
	width:85.71428571%!important;
}

.floatl.six-1399 {
	width:16.66666667%!important;
}

.floatl.six_x2-1399 {
	width:33.33333333%!important;
}

.floatl.six_x3-1399 {
	width:50%!important;
}

.floatl.six_x4-1399 {
	width:66.6666667%!important;
}

.floatl.six_x5-1399 {
	width:83%!important;
}

.floatl.five-1399 {
	width:20%!important;
}

.floatl.five_x2-1399 {
	width:40%!important;
}

.floatl.five_x3-1399 {
	width:60%!important;
}

.floatl.five_x4-1399 {
	width:80%!important;
}

.floatl.four-1399 {
	width:25%!important;
}

.floatl.four_x2-1399 {
	width:50%!important;
}

.floatl.four_x3-1399 {
	width:75%!important;
}

.floatl.three-1399 {
	width:33.33333333%!important;
}

.floatl.three_x2-1399 {
	width:66.66666667%!important;
}

.floatl.two-1399 {
	width:50%!important;
}

.floatl.one-1399 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

.o1-1399 {
		order:1;
	}

.fl1-1399 {
	flex:1;
}

.gridc > .r1-1399 {
	grid-row-start:1;
}
.gridc-1399 > .r1-1399 {
	grid-row-start:1;
	overflow:hidden;
}
.gridc > .re1-1399 {
	grid-row-end:1;
}
.gridc-1399 > .re1-1399 {
	grid-row-end:1;
}
.gridc > .c1-1399 {
	grid-column-start:1;
}
.gridc-1399 > .c1-1399 {
	grid-column-start:1;
}
.gridc > .ce1-1399 {
	grid-column-end:1;
}
.gridc-1399 > .ce1-1399 {
	grid-column-end:1;
}

.o2-1399 {
		order:2;
	}

.fl2-1399 {
	flex:2;
}

.gridc > .r2-1399 {
	grid-row-start:2;
}
.gridc-1399 > .r2-1399 {
	grid-row-start:2;
	overflow:hidden;
}
.gridc > .re2-1399 {
	grid-row-end:2;
}
.gridc-1399 > .re2-1399 {
	grid-row-end:2;
}
.gridc > .c2-1399 {
	grid-column-start:2;
}
.gridc-1399 > .c2-1399 {
	grid-column-start:2;
}
.gridc > .ce2-1399 {
	grid-column-end:2;
}
.gridc-1399 > .ce2-1399 {
	grid-column-end:2;
}

.o3-1399 {
		order:3;
	}

.fl3-1399 {
	flex:3;
}

.gridc > .r3-1399 {
	grid-row-start:3;
}
.gridc-1399 > .r3-1399 {
	grid-row-start:3;
	overflow:hidden;
}
.gridc > .re3-1399 {
	grid-row-end:3;
}
.gridc-1399 > .re3-1399 {
	grid-row-end:3;
}
.gridc > .c3-1399 {
	grid-column-start:3;
}
.gridc-1399 > .c3-1399 {
	grid-column-start:3;
}
.gridc > .ce3-1399 {
	grid-column-end:3;
}
.gridc-1399 > .ce3-1399 {
	grid-column-end:3;
}

.o4-1399 {
		order:4;
	}

.fl4-1399 {
	flex:4;
}

.gridc > .r4-1399 {
	grid-row-start:4;
}
.gridc-1399 > .r4-1399 {
	grid-row-start:4;
	overflow:hidden;
}
.gridc > .re4-1399 {
	grid-row-end:4;
}
.gridc-1399 > .re4-1399 {
	grid-row-end:4;
}
.gridc > .c4-1399 {
	grid-column-start:4;
}
.gridc-1399 > .c4-1399 {
	grid-column-start:4;
}
.gridc > .ce4-1399 {
	grid-column-end:4;
}
.gridc-1399 > .ce4-1399 {
	grid-column-end:4;
}

.o5-1399 {
		order:5;
	}

.fl5-1399 {
	flex:5;
}

.gridc > .r5-1399 {
	grid-row-start:5;
}
.gridc-1399 > .r5-1399 {
	grid-row-start:5;
	overflow:hidden;
}
.gridc > .re5-1399 {
	grid-row-end:5;
}
.gridc-1399 > .re5-1399 {
	grid-row-end:5;
}
.gridc > .c5-1399 {
	grid-column-start:5;
}
.gridc-1399 > .c5-1399 {
	grid-column-start:5;
}
.gridc > .ce5-1399 {
	grid-column-end:5;
}
.gridc-1399 > .ce5-1399 {
	grid-column-end:5;
}

.o6-1399 {
		order:6;
	}

.fl6-1399 {
	flex:6;
}

.gridc > .r6-1399 {
	grid-row-start:6;
}
.gridc-1399 > .r6-1399 {
	grid-row-start:6;
	overflow:hidden;
}
.gridc > .re6-1399 {
	grid-row-end:6;
}
.gridc-1399 > .re6-1399 {
	grid-row-end:6;
}
.gridc > .c6-1399 {
	grid-column-start:6;
}
.gridc-1399 > .c6-1399 {
	grid-column-start:6;
}
.gridc > .ce6-1399 {
	grid-column-end:6;
}
.gridc-1399 > .ce6-1399 {
	grid-column-end:6;
}

.o7-1399 {
		order:7;
	}

.fl7-1399 {
	flex:7;
}

.gridc > .r7-1399 {
	grid-row-start:7;
}
.gridc-1399 > .r7-1399 {
	grid-row-start:7;
	overflow:hidden;
}
.gridc > .re7-1399 {
	grid-row-end:7;
}
.gridc-1399 > .re7-1399 {
	grid-row-end:7;
}
.gridc > .c7-1399 {
	grid-column-start:7;
}
.gridc-1399 > .c7-1399 {
	grid-column-start:7;
}
.gridc > .ce7-1399 {
	grid-column-end:7;
}
.gridc-1399 > .ce7-1399 {
	grid-column-end:7;
}

.o8-1399 {
		order:8;
	}

.fl8-1399 {
	flex:8;
}

.gridc > .r8-1399 {
	grid-row-start:8;
}
.gridc-1399 > .r8-1399 {
	grid-row-start:8;
	overflow:hidden;
}
.gridc > .re8-1399 {
	grid-row-end:8;
}
.gridc-1399 > .re8-1399 {
	grid-row-end:8;
}
.gridc > .c8-1399 {
	grid-column-start:8;
}
.gridc-1399 > .c8-1399 {
	grid-column-start:8;
}
.gridc > .ce8-1399 {
	grid-column-end:8;
}
.gridc-1399 > .ce8-1399 {
	grid-column-end:8;
}

.o9-1399 {
		order:9;
	}

.fl9-1399 {
	flex:9;
}

.gridc > .r9-1399 {
	grid-row-start:9;
}
.gridc-1399 > .r9-1399 {
	grid-row-start:9;
	overflow:hidden;
}
.gridc > .re9-1399 {
	grid-row-end:9;
}
.gridc-1399 > .re9-1399 {
	grid-row-end:9;
}
.gridc > .c9-1399 {
	grid-column-start:9;
}
.gridc-1399 > .c9-1399 {
	grid-column-start:9;
}
.gridc > .ce9-1399 {
	grid-column-end:9;
}
.gridc-1399 > .ce9-1399 {
	grid-column-end:9;
}

.z1-1399 {
	z-index:1;
}

.z9999999-1399 {
	z-index:9999999;
}

.z2-1399 {
	z-index:2;
}

.z9999998-1399 {
	z-index:9999998;
}

.z3-1399 {
	z-index:3;
}

.z9999997-1399 {
	z-index:9999997;
}

.z4-1399 {
	z-index:4;
}

.z9999996-1399 {
	z-index:9999996;
}

.z5-1399 {
	z-index:5;
}

.z9999995-1399 {
	z-index:9999995;
}

.z6-1399 {
	z-index:6;
}

.z9999994-1399 {
	z-index:9999994;
}

.z7-1399 {
	z-index:7;
}

.z9999993-1399 {
	z-index:9999993;
}

.z8-1399 {
	z-index:8;
}

.z9999992-1399 {
	z-index:9999992;
}

.z9-1399 {
	z-index:9;
}

.z9999991-1399 {
	z-index:9999991;
}

.w100-1399 {
	font-weight:100;
}
.w200-1399 {
	font-weight:200;
}
.w300-1399 {
	font-weight:300;
}
.w400-1399 {
	font-weight:400;
}
.w500-1399 {
	font-weight:500;
}
.w600-1399 {
	font-weight:600;
}
.w700-1399 {
	font-weight:700;
}
.w800-1399 {
	font-weight:800;
}
.w900-1399 {
	font-weight:900;
}
.f1-1399 {
	font-size:1.1em;
	line-height:1.1em;
}

p.f1-1399,
p > *.f1-1399 {
	line-height:1.4em;
}
.f1_5-1399 {
	font-size:1.15em;
	line-height:1.15em;
}

p.f1_5-1399,
p > *.f1_5-1399 {
	line-height:1.18em;
}
.f2-1399 {
	font-size:1.2em;
	line-height:1.2em;
}

p.f2-1399,
p > *.f2-1399 {
	line-height:1.5em;
}
.f2_5-1399 {
	font-size:1.25em;
	line-height:1.25em;
}

p.f2_5-1399,
p > *.f2_5-1399 {
	line-height:1.28em;
}
.f3-1399 {
	font-size:1.3em;
	line-height:1.3em;
}

p.f3-1399,
p > *.f3-1399 {
	line-height:1.6em;
}
.f3_5-1399 {
	font-size:1.35em;
	line-height:1.35em;
}

p.f3_5-1399,
p > *.f3_5-1399 {
	line-height:1.38em;
}
.f4-1399 {
	font-size:1.4em;
	line-height:1.4em;
}

p.f4-1399,
p > *.f4-1399 {
	line-height:1.7em;
}
.f4_5-1399 {
	font-size:1.45em;
	line-height:1.45em;
}

p.f4_5-1399,
p > *.f4_5-1399 {
	line-height:1.48em;
}
.f5-1399 {
	font-size:1.5em;
	line-height:1.5em;
}

p.f5-1399,
p > *.f5-1399 {
	line-height:1.8em;
}
.f5_5-1399 {
	font-size:1.55em;
	line-height:1.55em;
}

p.f5_5-1399,
p > *.f5_5-1399 {
	line-height:1.58em;
}
.f6-1399 {
	font-size:1.6em;
	line-height:1.6em;
}

p.f6-1399,
p > *.f6-1399 {
	line-height:1.9em;
}
.f6_5-1399 {
	font-size:1.65em;
	line-height:1.65em;
}

p.f6_5-1399,
p > *.f6_5-1399 {
	line-height:1.68em;
}
.f7-1399 {
	font-size:1.7em;
	line-height:1.7em;
}

p.f7-1399,
p > *.f7-1399 {
	line-height:1.10em;
}
.f7_5-1399 {
	font-size:1.75em;
	line-height:1.75em;
}

p.f7_5-1399,
p > *.f7_5-1399 {
	line-height:1.78em;
}
.f8-1399 {
	font-size:1.8em;
	line-height:1.8em;
}

p.f8-1399,
p > *.f8-1399 {
	line-height:1.11em;
}
.f8_5-1399 {
	font-size:1.85em;
	line-height:1.85em;
}

p.f8_5-1399,
p > *.f8_5-1399 {
	line-height:1.88em;
}
.f9-1399 {
	font-size:1.9em;
	line-height:1.9em;
}

p.f9-1399,
p > *.f9-1399 {
	line-height:1.12em;
}
.f9_5-1399 {
	font-size:1.95em;
	line-height:1.95em;
}

p.f9_5-1399,
p > *.f9_5-1399 {
	line-height:1.98em;
}
.f10-1399 {
	font-size:2em;
	line-height:2em;
}

p.f10-1399,
p > *.f10-1399 {
	line-height:2em;
}
.f10_5-1399 {
	font-size:2em;
	line-height:2em;
}

p.f10_5-1399,
p > *.f10_5-1399 {
	line-height:2em;
}
.nf1-1399 {
	font-size:0.9em;
}

*:not(p):not(ul):not(ol).nf1-1399 {
	line-height:0.9em;
}

p.nf1-1399,
ul.nf1-1399,
ol.nf1-1399 {
	line-height:1.9em;
}
.nf1_5-1399 {
	font-size:0.85em;
}

*:not(p):not(ul):not(ol).nf1_5-1399 {
	line-height:0.85em;
}

p.nf1_5-1399,
ul.nf1_5-1399,
ol.nf1_5-1399 {
	line-height:1.85em;
}
.nf2-1399 {
	font-size:0.8em;
}

*:not(p):not(ul):not(ol).nf2-1399 {
	line-height:0.8em;
}

p.nf2-1399,
ul.nf2-1399,
ol.nf2-1399 {
	line-height:1.8em;
}
.nf2_5-1399 {
	font-size:0.75em;
}

*:not(p):not(ul):not(ol).nf2_5-1399 {
	line-height:0.75em;
}

p.nf2_5-1399,
ul.nf2_5-1399,
ol.nf2_5-1399 {
	line-height:1.75em;
}
.nf3-1399 {
	font-size:0.7em;
}

*:not(p):not(ul):not(ol).nf3-1399 {
	line-height:0.7em;
}

p.nf3-1399,
ul.nf3-1399,
ol.nf3-1399 {
	line-height:1.7em;
}
.nf3_5-1399 {
	font-size:0.65em;
}

*:not(p):not(ul):not(ol).nf3_5-1399 {
	line-height:0.65em;
}

p.nf3_5-1399,
ul.nf3_5-1399,
ol.nf3_5-1399 {
	line-height:1.65em;
}
.nf4-1399 {
	font-size:0.6em;
}

*:not(p):not(ul):not(ol).nf4-1399 {
	line-height:0.6em;
}

p.nf4-1399,
ul.nf4-1399,
ol.nf4-1399 {
	line-height:1.6em;
}
.nf4_5-1399 {
	font-size:0.55em;
}

*:not(p):not(ul):not(ol).nf4_5-1399 {
	line-height:0.55em;
}

p.nf4_5-1399,
ul.nf4_5-1399,
ol.nf4_5-1399 {
	line-height:1.55em;
}
.nf5-1399 {
	font-size:0.5em;
}

*:not(p):not(ul):not(ol).nf5-1399 {
	line-height:0.5em;
}

p.nf5-1399,
ul.nf5-1399,
ol.nf5-1399 {
	line-height:1.5em;
}
.nf5_5-1399 {
	font-size:0.45em;
}

*:not(p):not(ul):not(ol).nf5_5-1399 {
	line-height:0.45em;
}

p.nf5_5-1399,
ul.nf5_5-1399,
ol.nf5_5-1399 {
	line-height:1.45em;
}
.nf6-1399 {
	font-size:0.4em;
}

*:not(p):not(ul):not(ol).nf6-1399 {
	line-height:0.4em;
}

p.nf6-1399,
ul.nf6-1399,
ol.nf6-1399 {
	line-height:1.4em;
}
.nf6_5-1399 {
	font-size:0.35em;
}

*:not(p):not(ul):not(ol).nf6_5-1399 {
	line-height:0.35em;
}

p.nf6_5-1399,
ul.nf6_5-1399,
ol.nf6_5-1399 {
	line-height:1.35em;
}
.nf7-1399 {
	font-size:0.3em;
}

*:not(p):not(ul):not(ol).nf7-1399 {
	line-height:0.3em;
}

p.nf7-1399,
ul.nf7-1399,
ol.nf7-1399 {
	line-height:1.3em;
}
.nf7_5-1399 {
	font-size:0.25em;
}

*:not(p):not(ul):not(ol).nf7_5-1399 {
	line-height:0.25em;
}

p.nf7_5-1399,
ul.nf7_5-1399,
ol.nf7_5-1399 {
	line-height:1.25em;
}
.nf8-1399 {
	font-size:0.2em;
}

*:not(p):not(ul):not(ol).nf8-1399 {
	line-height:0.2em;
}

p.nf8-1399,
ul.nf8-1399,
ol.nf8-1399 {
	line-height:1.2em;
}
.nf8_5-1399 {
	font-size:0.15em;
}

*:not(p):not(ul):not(ol).nf8_5-1399 {
	line-height:0.15em;
}

p.nf8_5-1399,
ul.nf8_5-1399,
ol.nf8_5-1399 {
	line-height:1.15em;
}
.nf9-1399 {
	font-size:0.1em;
}

*:not(p):not(ul):not(ol).nf9-1399 {
	line-height:0.1em;
}

p.nf9-1399,
ul.nf9-1399,
ol.nf9-1399 {
	line-height:1.1em;
}
.nf9_5-1399 {
	font-size:0.05em;
}

*:not(p):not(ul):not(ol).nf9_5-1399 {
	line-height:0.05em;
}

p.nf9_5-1399,
ul.nf9_5-1399,
ol.nf9_5-1399 {
	line-height:1.05em;
}
  .invisible-1399 {
			visibility:hidden!important;
		}

  .last-1399 {
			margin-right:0px!important;
		}

  .floatl-1399 {
			float:left!important;
		}

  .floatr-1399 {
			float:right!important;
		}

  .left-1399 {
			float:left!important;
		}

  .right-1399 {
			float:right!important;
		}

  .floatn-1399,
 .grid.floatn-1399 {
			float:none!important;
		}

  .grid-1399 {
			float:left!important;
overflow:hidden;;
		}

  .grid.last-1399 {
			float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
		}

  .none-1399 {
			display:none!important;
		}

  .block-1399 {
			display:block!important;
		}

  .iblock-1399 {
			display:inline-block!important;
		}

  .inline-1399 {
			display:inline!important;
		}

  .table-1399 {
			display:table!important;
		}

  .row-1399 {
			display:table-row!important;
		}

  .cell-1399 {
			display:table-cell!important;
vertical-align:middle;
		}

  .collapse-1399 {
			border-collapse:collapse;
		}

  .clearl-1399 {
			clear:left!important;
		}

  .clearr-1399 {
			clear:right!important;
		}

  .clearn-1399 {
			clear:none!important;
		}

  .clearnone-1399 {
			clear:none!important;
		}

  .clearb-1399 {
			clear:both!important;
		}

  .clear-1399 {
			float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
		}

  .up-1399 {
			text-transform:uppercase;
		}

  .transnone-1399 {
			text-transform:none;
		}

  .strike-1399 {
			text-decoration:line-through;
		}

  .alignl-1399 {
			text-align:left!important;
		}

  .alignr-1399 {
			text-align:right!important;
		}

  .alignc-1399 {
			text-align:center!important;
		}

  .alignj-1399 {
			text-align:justify!important;
		}

  .valign-1399 {
			vertical-align:middle!important;
		}

  .widthauto-1399 {
			width:auto!important;
		}

  .heightauto-1399 {
			height:auto!important;
min-height:0px!important;
		}

.square.heightauto-1399::after {
	display:none!important;
}

.square.heightauto-1399 > * {
	position:static!important;
}

  .width0-1399 {
			width:0px;
		}

  .width50-1399 {
			width:50%;
		}

  .height0-1399 {
			height:0px;
		}

  .height50-1399 {
			height:50%;
		}

  .mw100-1399 {
			max-width:100%;
		}

  .mw90-1399 {
			max-width:90%;
		}

  .mw80-1399 {
			max-width:80%;
		}

  .mw70-1399 {
			max-width:70%;
		}

  .mw60-1399 {
			max-width:60%;
		}

  .mw50-1399 {
			max-width:50%;
		}

  .mw40-1399 {
			max-width:40%;
		}

  .mw30-1399 {
			max-width:30%;
		}

  .mw20-1399 {
			max-width:20%;
		}

  .mw10-1399 {
			max-width:10%;
		}

  .mwnone-1399 {
			max-width:none;
		}

  .fw-1399,
 .grid.fw-1399,
 .floatl.fw-1399 {
			width:100%!important;
      margin-left:0px!important;
			margin-right:0px!important;
		}

  .fh-1399 {
			height:100%!important;
		}

  .pointer-1399 {
			cursor:pointer!important;
		}

  .noallow-1399 {
			cursor:not-allowed!important;
		}

  .noselect-1399 {
			user-select:none!important;
		}

  .static-1399 {
			position:static!important;
		}

  .relative-1399 {
			position:relative!important;
		}

  .absolute-1399 {
			position:absolute!important;
		}

  .fixed-1399 {
			position:fixed!important;
		}

  .spacing-1399 {
			margin-bottom:7px!important;
		}

  .spacing.floatl-1399 {
			margin-right:15px!important;
		}

  .spacing.floatr-1399 {
			margin-left:15px!important;
		}

  .flowhide-1399 {
			overflow:hidden;
		}

  .flowshow-1399 {
			overflow:visible;
		}

  .flowauto-1399 {
			overflow:auto;
		}

  .nowrap-1399 {
			white-space:nowrap;
		}

  .lhreset-1399 {
			line-height:normal;
		}

  .circle-1399 {
			border-radius:50%!important;
		}

  .radnone-1399 {
			border-radius:0px!important;
		}

  .vh10-1399 {
			height:10vh!important;
		}

  .vh25-1399 {
			height:25vh!important;
		}

  .vh50-1399 {
			height:50vh!important;
		}

  .vh100-1399 {
			height:100vh!important;
		}

  .vw10-1399 {
			width:10vw!important;
		}

  .vw25-1399 {
			width:25vw!important;
		}

  .vw50-1399 {
			width:50vw!important;
		}

  .vw100-1399 {
			width:100vw!important;
		}

  .flexw-1399 {
			flex-wrap:wrap!important;
		}

  .flexwn-1399 {
			flex-wrap:nowrap!important;
		}

  .flexwr-1399 {
			flex-wrap:wrap-reverse!important;
		}

  .flexdr-1399 {
			flex-direction:row!important;
		}

  .flexdrr-1399 {
			flex-direction:row-reverse!important;
		}

  .flexdc-1399 {
			flex-direction:column!important;
		}

  .flexdcr-1399 {
			flex-direction:column-reverse!important;
		}

  .flex-1399 {
			display:flex!important;
align-items:center;
flex-wrap:wrap;;
		}

  .iflex-1399 {
			display:inline-flex!important;
align-items:center;;
		}

  .spaced-1399 {
			justify-content:space-between;
		}

  .flexdr.spaced-1399 {
			align-content:space-between;
		}

  .spacee-1399 {
			justify-content:space-evenly;
		}

  .falignst-1399 {
			align-items:stretch;;
		}

  .falignc-1399 {
			align-items:center;;
		}

  .faligns-1399 {
			align-items:flex-start;;
		}

  .faligne-1399 {
			align-items:flex-end;;
		}

  .fjustl-1399 {
			justify-content:flex-start;;
		}

  .fjustr-1399 {
			justify-content:flex-end;;
		}

  .fjustc-1399 {
			justify-content:center;;
		}

  .flexn-1399 {
			flex:none!important;width:100%;;
		}

  .gridc-1399 {
			display:grid!important;;
		}

  .o100-1399 {
			opacity:1;
		}

  .o90-1399 {
			opacity:0.9;
		}

  .o80-1399 {
			opacity:0.8;
		}

  .o70-1399 {
			opacity:0.7;
		}

  .o60-1399 {
			opacity:0.6;
		}

  .o50-1399 {
			opacity:0.5;
		}

  .o40-1399 {
			opacity:0.4;
		}

  .o30-1399 {
			opacity:0.3;
		}

  .o20-1399 {
			opacity:0.2;
		}

  .o10-1399 {
			opacity:0.1;
		}

  .o0-1399 {
			opacity:0;
		}

  .left0-1399 {
			left:0px!important;;
		}

  .right0-1399 {
			right:0px!important;;
		}

  .top0-1399 {
			top:0px!important;;
		}

  .bottom0-1399 {
			bottom:0px!important;;
		}

  .left50-1399 {
			left:50%!important;;
		}

  .right50-1399 {
			right:50%!important;;
		}

  .top50-1399 {
			top:50%!important;;
		}

  .bottom50-1399 {
			bottom:50%!important;;
		}

  .left100-1399 {
			left:100%!important;;
		}

  .right100-1399 {
			right:100%!important;;
		}

  .top100-1399 {
			top:100%!important;;
		}

  .bottom100-1399 {
			bottom:100%!important;;
		}

  .leftauto-1399 {
			left:auto!important;;
		}

  .rightauto-1399 {
			right:auto!important;;
		}

  .topauto-1399 {
			top:auto!important;;
		}

  .bottomauto-1399 {
			bottom:auto!important;;
		}

  .all0-1399 {
			top:0px!important;
bottom:0px!important;
left:0px!important;
right:0px!important;;
		}

  .lineup.fw-1399, .lineupgroup.fw-1399 {
			height:auto!important;
	}

	

			.padded_tiny-1399 {
				padding:5px!important;

			}

			.paddedtb_tiny-1399 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-1399 {
				padding-top:5px!important;
			}

			.paddedb_tiny-1399 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-1399 {
				padding-left:5px!important;
			}

			.paddedr_tiny-1399 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-1399 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-1399 {
				margin:5px!important;
			}

			.margintb_tiny-1399 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-1399 {
				margin-top:5px!important;
			}

			.marginb_tiny-1399 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-1399 {
				margin-left:5px!important;
			}

			.marginr_tiny-1399 {
				margin-right:5px!important;
			}

			.marginlr_tiny-1399 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			
			.nmarginlr_tiny {
				margin-left:-5px!important;
				margin-right:-5px!important;
			}
				
			.nmargin_tiny-1399 {
				margin:-5px!important;
			}

			.nmargintb_tiny-1399 {
				margin-top:-5px!important;
				margin-bottom:-5px!important;
			}

			.nmargint_tiny-1399 {
				margin-top:-5px!important;
			}

			.nmarginb_tiny-1399 {
				margin-bottom:-5px!important;
			}

			.nmarginl_tiny-1399 {
				margin-left:-5px!important;
			}

			.nmarginr_tiny-1399 {
				margin-right:-5px!important;
			}
			
			.padded_small-1399 {
				padding:10px!important;

			}

			.paddedtb_small-1399 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-1399 {
				padding-top:10px!important;
			}

			.paddedb_small-1399 {
				padding-bottom:10px!important;
			}

			.paddedl_small-1399 {
				padding-left:10px!important;
			}

			.paddedr_small-1399 {
				padding-right:10px!important;
			}

			.paddedlr_small-1399 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-1399 {
				margin:10px!important;
			}

			.margintb_small-1399 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-1399 {
				margin-top:10px!important;
			}

			.marginb_small-1399 {
				margin-bottom:10px!important;
			}

			.marginl_small-1399 {
				margin-left:10px!important;
			}

			.marginr_small-1399 {
				margin-right:10px!important;
			}

			.marginlr_small-1399 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_small {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_small-1399 {
				margin:-10px!important;
			}

			.nmargintb_small-1399 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_small-1399 {
				margin-top:-10px!important;
			}

			.nmarginb_small-1399 {
				margin-bottom:-10px!important;
			}

			.nmarginl_small-1399 {
				margin-left:-10px!important;
			}

			.nmarginr_small-1399 {
				margin-right:-10px!important;
			}
			
			.padded_medium-1399 {
				padding:20px!important;

			}

			.paddedtb_medium-1399 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-1399 {
				padding-top:20px!important;
			}

			.paddedb_medium-1399 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-1399 {
				padding-left:20px!important;
			}

			.paddedr_medium-1399 {
				padding-right:20px!important;
			}

			.paddedlr_medium-1399 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-1399 {
				margin:20px!important;
			}

			.margintb_medium-1399 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-1399 {
				margin-top:20px!important;
			}

			.marginb_medium-1399 {
				margin-bottom:20px!important;
			}

			.marginl_medium-1399 {
				margin-left:20px!important;
			}

			.marginr_medium-1399 {
				margin-right:20px!important;
			}

			.marginlr_medium-1399 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			
			.nmarginlr_medium {
				margin-left:-20px!important;
				margin-right:-20px!important;
			}
				
			.nmargin_medium-1399 {
				margin:-20px!important;
			}

			.nmargintb_medium-1399 {
				margin-top:-20px!important;
				margin-bottom:-20px!important;
			}

			.nmargint_medium-1399 {
				margin-top:-20px!important;
			}

			.nmarginb_medium-1399 {
				margin-bottom:-20px!important;
			}

			.nmarginl_medium-1399 {
				margin-left:-20px!important;
			}

			.nmarginr_medium-1399 {
				margin-right:-20px!important;
			}
			
			.padded_large-1399 {
				padding:40px!important;

			}

			.paddedtb_large-1399 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-1399 {
				padding-top:40px!important;
			}

			.paddedb_large-1399 {
				padding-bottom:40px!important;
			}

			.paddedl_large-1399 {
				padding-left:40px!important;
			}

			.paddedr_large-1399 {
				padding-right:40px!important;
			}

			.paddedlr_large-1399 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-1399 {
				margin:40px!important;
			}

			.margintb_large-1399 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-1399 {
				margin-top:40px!important;
			}

			.marginb_large-1399 {
				margin-bottom:40px!important;
			}

			.marginl_large-1399 {
				margin-left:40px!important;
			}

			.marginr_large-1399 {
				margin-right:40px!important;
			}

			.marginlr_large-1399 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			
			.nmarginlr_large {
				margin-left:-40px!important;
				margin-right:-40px!important;
			}
				
			.nmargin_large-1399 {
				margin:-40px!important;
			}

			.nmargintb_large-1399 {
				margin-top:-40px!important;
				margin-bottom:-40px!important;
			}

			.nmargint_large-1399 {
				margin-top:-40px!important;
			}

			.nmarginb_large-1399 {
				margin-bottom:-40px!important;
			}

			.nmarginl_large-1399 {
				margin-left:-40px!important;
			}

			.nmarginr_large-1399 {
				margin-right:-40px!important;
			}
			
			.padded_core-1399 {
				padding:10px!important;

			}

			.paddedtb_core-1399 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-1399 {
				padding-top:10px!important;
			}

			.paddedb_core-1399 {
				padding-bottom:10px!important;
			}

			.paddedl_core-1399 {
				padding-left:10px!important;
			}

			.paddedr_core-1399 {
				padding-right:10px!important;
			}

			.paddedlr_core-1399 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-1399 {
				margin:10px!important;
			}

			.margintb_core-1399 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-1399 {
				margin-top:10px!important;
			}

			.marginb_core-1399 {
				margin-bottom:10px!important;
			}

			.marginl_core-1399 {
				margin-left:10px!important;
			}

			.marginr_core-1399 {
				margin-right:10px!important;
			}

			.marginlr_core-1399 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_core {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_core-1399 {
				margin:-10px!important;
			}

			.nmargintb_core-1399 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_core-1399 {
				margin-top:-10px!important;
			}

			.nmarginb_core-1399 {
				margin-bottom:-10px!important;
			}

			.nmarginl_core-1399 {
				margin-left:-10px!important;
			}

			.nmarginr_core-1399 {
				margin-right:-10px!important;
			}
						
			.margin_auto-1399 {
				margin:auto!important;
			}

			.margintb_auto-1399 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-1399 {
				margin-top:auto!important;
			}

			.marginb_auto-1399 {
				margin-bottom:auto!important;
			}

			.marginl_auto-1399 {
				margin-left:auto!important;
			}

			.marginr_auto-1399 {
				margin-right:auto!important;
			}

			.marginlr_auto-1399 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			
			.nmarginlr_auto {
				margin-left:-auto!important;
				margin-right:-auto!important;
			}
				
			.nmargin_auto-1399 {
				margin:-auto!important;
			}

			.nmargintb_auto-1399 {
				margin-top:-auto!important;
				margin-bottom:-auto!important;
			}

			.nmargint_auto-1399 {
				margin-top:-auto!important;
			}

			.nmarginb_auto-1399 {
				margin-bottom:-auto!important;
			}

			.nmarginl_auto-1399 {
				margin-left:-auto!important;
			}

			.nmarginr_auto-1399 {
				margin-right:-auto!important;
			}
			
			.padded_none-1399 {
				padding:0px!important;

			}

			.paddedtb_none-1399 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-1399 {
				padding-top:0px!important;
			}

			.paddedb_none-1399 {
				padding-bottom:0px!important;
			}

			.paddedl_none-1399 {
				padding-left:0px!important;
			}

			.paddedr_none-1399 {
				padding-right:0px!important;
			}

			.paddedlr_none-1399 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-1399 {
				margin:0px!important;
			}

			.margintb_none-1399 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-1399 {
				margin-top:0px!important;
			}

			.marginb_none-1399 {
				margin-bottom:0px!important;
			}

			.marginl_none-1399 {
				margin-left:0px!important;
			}

			.marginr_none-1399 {
				margin-right:0px!important;
			}

			.marginlr_none-1399 {
				margin-left:0px!important;
				margin-right:0px!important;
			}
			
			.nmarginlr_none {
				margin-left:-0px!important;
				margin-right:-0px!important;
			}
				
			.nmargin_none-1399 {
				margin:-0px!important;
			}

			.nmargintb_none-1399 {
				margin-top:-0px!important;
				margin-bottom:-0px!important;
			}

			.nmargint_none-1399 {
				margin-top:-0px!important;
			}

			.nmarginb_none-1399 {
				margin-bottom:-0px!important;
			}

			.nmarginl_none-1399 {
				margin-left:-0px!important;
			}

			.nmarginr_none-1399 {
				margin-right:-0px!important;
			}
			
			.padded_p100-1399 {
				padding:100%!important;

			}

			.paddedtb_p100-1399 {
				padding-top:100%!important;
				padding-bottom:100%!important;
			}

			.paddedt_p100-1399 {
				padding-top:100%!important;
			}

			.paddedb_p100-1399 {
				padding-bottom:100%!important;
			}

			.paddedl_p100-1399 {
				padding-left:100%!important;
			}

			.paddedr_p100-1399 {
				padding-right:100%!important;
			}

			.paddedlr_p100-1399 {
				padding-left:100%!important;
				padding-right:100%!important;
			}
		
						
			.margin_p100-1399 {
				margin:100%!important;
			}

			.margintb_p100-1399 {
				margin-top:100%!important;
				margin-bottom:100%!important;
			}

			.margint_p100-1399 {
				margin-top:100%!important;
			}

			.marginb_p100-1399 {
				margin-bottom:100%!important;
			}

			.marginl_p100-1399 {
				margin-left:100%!important;
			}

			.marginr_p100-1399 {
				margin-right:100%!important;
			}

			.marginlr_p100-1399 {
				margin-left:100%!important;
				margin-right:100%!important;
			}
			
			.nmarginlr_p100 {
				margin-left:-100%!important;
				margin-right:-100%!important;
			}
				
			.nmargin_p100-1399 {
				margin:-100%!important;
			}

			.nmargintb_p100-1399 {
				margin-top:-100%!important;
				margin-bottom:-100%!important;
			}

			.nmargint_p100-1399 {
				margin-top:-100%!important;
			}

			.nmarginb_p100-1399 {
				margin-bottom:-100%!important;
			}

			.nmarginl_p100-1399 {
				margin-left:-100%!important;
			}

			.nmarginr_p100-1399 {
				margin-right:-100%!important;
			}
			
			.padded_p75-1399 {
				padding:75%!important;

			}

			.paddedtb_p75-1399 {
				padding-top:75%!important;
				padding-bottom:75%!important;
			}

			.paddedt_p75-1399 {
				padding-top:75%!important;
			}

			.paddedb_p75-1399 {
				padding-bottom:75%!important;
			}

			.paddedl_p75-1399 {
				padding-left:75%!important;
			}

			.paddedr_p75-1399 {
				padding-right:75%!important;
			}

			.paddedlr_p75-1399 {
				padding-left:75%!important;
				padding-right:75%!important;
			}
		
						
			.margin_p75-1399 {
				margin:75%!important;
			}

			.margintb_p75-1399 {
				margin-top:75%!important;
				margin-bottom:75%!important;
			}

			.margint_p75-1399 {
				margin-top:75%!important;
			}

			.marginb_p75-1399 {
				margin-bottom:75%!important;
			}

			.marginl_p75-1399 {
				margin-left:75%!important;
			}

			.marginr_p75-1399 {
				margin-right:75%!important;
			}

			.marginlr_p75-1399 {
				margin-left:75%!important;
				margin-right:75%!important;
			}
			
			.nmarginlr_p75 {
				margin-left:-75%!important;
				margin-right:-75%!important;
			}
				
			.nmargin_p75-1399 {
				margin:-75%!important;
			}

			.nmargintb_p75-1399 {
				margin-top:-75%!important;
				margin-bottom:-75%!important;
			}

			.nmargint_p75-1399 {
				margin-top:-75%!important;
			}

			.nmarginb_p75-1399 {
				margin-bottom:-75%!important;
			}

			.nmarginl_p75-1399 {
				margin-left:-75%!important;
			}

			.nmarginr_p75-1399 {
				margin-right:-75%!important;
			}
			
			.padded_p50-1399 {
				padding:50%!important;

			}

			.paddedtb_p50-1399 {
				padding-top:50%!important;
				padding-bottom:50%!important;
			}

			.paddedt_p50-1399 {
				padding-top:50%!important;
			}

			.paddedb_p50-1399 {
				padding-bottom:50%!important;
			}

			.paddedl_p50-1399 {
				padding-left:50%!important;
			}

			.paddedr_p50-1399 {
				padding-right:50%!important;
			}

			.paddedlr_p50-1399 {
				padding-left:50%!important;
				padding-right:50%!important;
			}
		
						
			.margin_p50-1399 {
				margin:50%!important;
			}

			.margintb_p50-1399 {
				margin-top:50%!important;
				margin-bottom:50%!important;
			}

			.margint_p50-1399 {
				margin-top:50%!important;
			}

			.marginb_p50-1399 {
				margin-bottom:50%!important;
			}

			.marginl_p50-1399 {
				margin-left:50%!important;
			}

			.marginr_p50-1399 {
				margin-right:50%!important;
			}

			.marginlr_p50-1399 {
				margin-left:50%!important;
				margin-right:50%!important;
			}
			
			.nmarginlr_p50 {
				margin-left:-50%!important;
				margin-right:-50%!important;
			}
				
			.nmargin_p50-1399 {
				margin:-50%!important;
			}

			.nmargintb_p50-1399 {
				margin-top:-50%!important;
				margin-bottom:-50%!important;
			}

			.nmargint_p50-1399 {
				margin-top:-50%!important;
			}

			.nmarginb_p50-1399 {
				margin-bottom:-50%!important;
			}

			.nmarginl_p50-1399 {
				margin-left:-50%!important;
			}

			.nmarginr_p50-1399 {
				margin-right:-50%!important;
			}
			
			.padded_p25-1399 {
				padding:25%!important;

			}

			.paddedtb_p25-1399 {
				padding-top:25%!important;
				padding-bottom:25%!important;
			}

			.paddedt_p25-1399 {
				padding-top:25%!important;
			}

			.paddedb_p25-1399 {
				padding-bottom:25%!important;
			}

			.paddedl_p25-1399 {
				padding-left:25%!important;
			}

			.paddedr_p25-1399 {
				padding-right:25%!important;
			}

			.paddedlr_p25-1399 {
				padding-left:25%!important;
				padding-right:25%!important;
			}
		
						
			.margin_p25-1399 {
				margin:25%!important;
			}

			.margintb_p25-1399 {
				margin-top:25%!important;
				margin-bottom:25%!important;
			}

			.margint_p25-1399 {
				margin-top:25%!important;
			}

			.marginb_p25-1399 {
				margin-bottom:25%!important;
			}

			.marginl_p25-1399 {
				margin-left:25%!important;
			}

			.marginr_p25-1399 {
				margin-right:25%!important;
			}

			.marginlr_p25-1399 {
				margin-left:25%!important;
				margin-right:25%!important;
			}
			
			.nmarginlr_p25 {
				margin-left:-25%!important;
				margin-right:-25%!important;
			}
				
			.nmargin_p25-1399 {
				margin:-25%!important;
			}

			.nmargintb_p25-1399 {
				margin-top:-25%!important;
				margin-bottom:-25%!important;
			}

			.nmargint_p25-1399 {
				margin-top:-25%!important;
			}

			.nmarginb_p25-1399 {
				margin-bottom:-25%!important;
			}

			.nmarginl_p25-1399 {
				margin-left:-25%!important;
			}

			.nmarginr_p25-1399 {
				margin-right:-25%!important;
			}
				.border_1-1399 {
		border:solid 1px rgba(0,0,0,0.5);;
	}

	.bordertb_1-1399 {
		border-top:solid 1px rgba(0,0,0,0.5);;
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.bordert_1-1399 {
		border-top:solid 1px rgba(0,0,0,0.5);;
	}

	.borderb_1-1399 {
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.borderl_1-1399 {
		border-left:solid 1px rgba(0,0,0,0.5);;
	}

	.borderr_1-1399 {
		border-right:solid 1px rgba(0,0,0,0.5);;
	}

	.borderlr_1-1399 {
		border-left:solid 1px rgba(0,0,0,0.5);;
		border-right:solid 1px rgba(0,0,0,0.5);;
	}
		.border_none-1399 {
		border:none;
	}

	.bordertb_none-1399 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-1399 {
		border-top:none;
	}

	.borderb_none-1399 {
		border-bottom:none;
	}

	.borderl_none-1399 {
		border-left:none;
	}

	.borderr_none-1399 {
		border-right:none;
	}

	.borderlr_none-1399 {
		border-left:none;
		border-right:none;
	}
		.border_core-1399 {
		border:solid 1px rgba(0,0,0,0.1);
	}

	.bordertb_core-1399 {
		border-top:solid 1px rgba(0,0,0,0.1);
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.bordert_core-1399 {
		border-top:solid 1px rgba(0,0,0,0.1);
	}

	.borderb_core-1399 {
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.borderl_core-1399 {
		border-left:solid 1px rgba(0,0,0,0.1);
	}

	.borderr_core-1399 {
		border-right:solid 1px rgba(0,0,0,0.1);
	}

	.borderlr_core-1399 {
		border-left:solid 1px rgba(0,0,0,0.1);
		border-right:solid 1px rgba(0,0,0,0.1);
	}
				.colour1_bg-1399 {
				background-color:#000000!important;
			}

			.colour1_bg-1399,
			a.colour1_bg-1399 {
				color:#FFFFFF!important;
			}
		
			.colour1_bg-1399 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour1-1399 a,
			a.colour1-1399 {
				color:#000000;
							}
			
			.colour1-1399 {
					color:#000000;
				background:transparent!important;
						}

					
			.colour1_bg-1399 input[type=text],
			.colour1_bg-1399 input[type=password],
			.colour1_bg-1399 input[type=number],
			.colour1_bg-1399 textarea,
			.colour1_bg-1399 select,
			.colour1_bg-1399 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour1_bg-1399 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour1_bg-1399 select {
				color:rgba(255,255,255,0.7);
			}

			.colour1_bg-1399 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour1_bg-1399 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour2_bg-1399 {
				background-color:#4b4a4b!important;
			}

			.colour2_bg-1399,
			a.colour2_bg-1399 {
				color:#FFFFFF!important;
			}
		
			.colour2_bg-1399 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour2-1399 a,
			a.colour2-1399 {
				color:#4b4a4b;
							}
			
			.colour2-1399 {
					color:#4b4a4b;
				background:transparent!important;
						}

					
			.colour2_bg-1399 input[type=text],
			.colour2_bg-1399 input[type=password],
			.colour2_bg-1399 input[type=number],
			.colour2_bg-1399 textarea,
			.colour2_bg-1399 select,
			.colour2_bg-1399 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour2_bg-1399 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour2_bg-1399 select {
				color:rgba(255,255,255,0.7);
			}

			.colour2_bg-1399 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour2_bg-1399 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour3_bg-1399 {
				background-color:#616062!important;
			}

			.colour3_bg-1399,
			a.colour3_bg-1399 {
				color:#FFFFFF!important;
			}
		
			.colour3_bg-1399 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour3-1399 a,
			a.colour3-1399 {
				color:#616062;
							}
			
			.colour3-1399 {
					color:#616062;
				background:transparent!important;
						}

					
			.colour3_bg-1399 input[type=text],
			.colour3_bg-1399 input[type=password],
			.colour3_bg-1399 input[type=number],
			.colour3_bg-1399 textarea,
			.colour3_bg-1399 select,
			.colour3_bg-1399 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour3_bg-1399 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour3_bg-1399 select {
				color:rgba(255,255,255,0.7);
			}

			.colour3_bg-1399 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour3_bg-1399 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour4_bg-1399 {
				background-color:#FFFFFF!important;
			}

			.colour4_bg-1399,
			a.colour4_bg-1399 {
				color:#202020!important;
			}
		
			.colour4_bg-1399 a:not(.more) {
				color:#202020;
			}

			
			.colour4-1399 a,
			a.colour4-1399 {
				color:#FFFFFF;
							}
			
			.colour4-1399 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour4_bg-1399 input[type=text],
			.colour4_bg-1399 input[type=password],
			.colour4_bg-1399 input[type=number],
			.colour4_bg-1399 textarea,
			.colour4_bg-1399 select,
			.colour4_bg-1399 select option {
				border-color:#202020;
				color:#202020;
				background:transparent;
			}
		
			.colour4_bg-1399 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour4_bg-1399 select {
				color:rgba(32,32,32,0.7);
			}

			.colour4_bg-1399 ::-webkit-input-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}

			.colour4_bg-1399 ::-moz-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}
		
						.colour5_bg-1399 {
				background-color:#FFFFFF!important;
			}

			.colour5_bg-1399,
			a.colour5_bg-1399 {
				color:#424040!important;
			}
		
			.colour5_bg-1399 a:not(.more) {
				color:#424040;
			}

			
			.colour5-1399 a,
			a.colour5-1399 {
				color:#FFFFFF;
							}
			
			.colour5-1399 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour5_bg-1399 input[type=text],
			.colour5_bg-1399 input[type=password],
			.colour5_bg-1399 input[type=number],
			.colour5_bg-1399 textarea,
			.colour5_bg-1399 select,
			.colour5_bg-1399 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour5_bg-1399 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour5_bg-1399 select {
				color:rgba(66,64,64,0.7);
			}

			.colour5_bg-1399 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour5_bg-1399 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
						.colour6_bg-1399 {
				background-color:#EEEEEE!important;
			}

			.colour6_bg-1399,
			a.colour6_bg-1399 {
				color:#424040!important;
			}
		
			.colour6_bg-1399 a:not(.more) {
				color:#424040;
			}

			
			.colour6-1399 a,
			a.colour6-1399 {
				color:#EEEEEE;
							}
			
			.colour6-1399 {
					color:#EEEEEE;
				background:transparent!important;
						}

					
			.colour6_bg-1399 input[type=text],
			.colour6_bg-1399 input[type=password],
			.colour6_bg-1399 input[type=number],
			.colour6_bg-1399 textarea,
			.colour6_bg-1399 select,
			.colour6_bg-1399 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour6_bg-1399 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour6_bg-1399 select {
				color:rgba(66,64,64,0.7);
			}

			.colour6_bg-1399 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour6_bg-1399 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
			
}

@media only screen and (max-width : 1349px) {
	
.grid.eight-1349 {
	float:left!important;
	width:10.575%!important;
margin-right:2.2%!important;;
}

.grid.eight_x2-1349 {
	float:left!important;
	width:23.35%!important;
margin-right:2.2%!important;;
}

.grid.eight_x3-1349 {
	float:left!important;
	width:36.125%!important;
margin-right:2.2%!important;;
}

.grid.eight_x4-1349 {
	float:left!important;
	width:48.9%!important;
margin-right:2.2%!important;;
}

.grid.eight_x5-1349 {
	float:left!important;
	width:61.675%!important;
margin-right:2.2%!important;;
}

.grid.eight_x6-1349 {
	float:left!important;
	width:74.45%!important;
margin-right:2.2%!important;;
}

.grid.eight_x7-1349 {
	float:left!important;
	width:87.225%!important;
margin-right:2.2%!important;;
}

.grid.seven-1349 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-1349 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-1349 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-1349 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-1349 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-1349 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-1349 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-1349 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-1349 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-1349 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-1349 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-1349 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-1349 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-1349 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-1349 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-1349 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-1349 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-1349 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-1349 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-1349 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-1349 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-1349 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.eight-1349 {
	width:12.5%!important;
}

.floatl.eight_x2-1349 {
	width:25%!important;
}

.floatl.eight_x3-1349 {
	width:37.5%!important;
}

.floatl.eight_x4-1349 {
	width:50%!important;
}

.floatl.eight_x5-1349 {
	width:62.5%!important;
}

.floatl.eight_x6-1349 {
	width:75%!important;
}

.floatl.eight_x7-1349 {
	width:87.5%!important;
}

.floatl.seven-1349 {
	width:14.28571429%!important;
}

.floatl.seven_x2-1349 {
	width:28.57142857%!important;
}

.floatl.seven_x3-1349 {
	width:42.85714286%!important;
}

.floatl.seven_x4-1349 {
	width:57.14285714%!important;
}

.floatl.seven_x5-1349 {
	width:71.42857143%!important;
}

.floatl.seven_x6-1349 {
	width:85.71428571%!important;
}

.floatl.six-1349 {
	width:16.66666667%!important;
}

.floatl.six_x2-1349 {
	width:33.33333333%!important;
}

.floatl.six_x3-1349 {
	width:50%!important;
}

.floatl.six_x4-1349 {
	width:66.6666667%!important;
}

.floatl.six_x5-1349 {
	width:83%!important;
}

.floatl.five-1349 {
	width:20%!important;
}

.floatl.five_x2-1349 {
	width:40%!important;
}

.floatl.five_x3-1349 {
	width:60%!important;
}

.floatl.five_x4-1349 {
	width:80%!important;
}

.floatl.four-1349 {
	width:25%!important;
}

.floatl.four_x2-1349 {
	width:50%!important;
}

.floatl.four_x3-1349 {
	width:75%!important;
}

.floatl.three-1349 {
	width:33.33333333%!important;
}

.floatl.three_x2-1349 {
	width:66.66666667%!important;
}

.floatl.two-1349 {
	width:50%!important;
}

.floatl.one-1349 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

.o1-1349 {
		order:1;
	}

.fl1-1349 {
	flex:1;
}

.gridc > .r1-1349 {
	grid-row-start:1;
}
.gridc-1349 > .r1-1349 {
	grid-row-start:1;
	overflow:hidden;
}
.gridc > .re1-1349 {
	grid-row-end:1;
}
.gridc-1349 > .re1-1349 {
	grid-row-end:1;
}
.gridc > .c1-1349 {
	grid-column-start:1;
}
.gridc-1349 > .c1-1349 {
	grid-column-start:1;
}
.gridc > .ce1-1349 {
	grid-column-end:1;
}
.gridc-1349 > .ce1-1349 {
	grid-column-end:1;
}

.o2-1349 {
		order:2;
	}

.fl2-1349 {
	flex:2;
}

.gridc > .r2-1349 {
	grid-row-start:2;
}
.gridc-1349 > .r2-1349 {
	grid-row-start:2;
	overflow:hidden;
}
.gridc > .re2-1349 {
	grid-row-end:2;
}
.gridc-1349 > .re2-1349 {
	grid-row-end:2;
}
.gridc > .c2-1349 {
	grid-column-start:2;
}
.gridc-1349 > .c2-1349 {
	grid-column-start:2;
}
.gridc > .ce2-1349 {
	grid-column-end:2;
}
.gridc-1349 > .ce2-1349 {
	grid-column-end:2;
}

.o3-1349 {
		order:3;
	}

.fl3-1349 {
	flex:3;
}

.gridc > .r3-1349 {
	grid-row-start:3;
}
.gridc-1349 > .r3-1349 {
	grid-row-start:3;
	overflow:hidden;
}
.gridc > .re3-1349 {
	grid-row-end:3;
}
.gridc-1349 > .re3-1349 {
	grid-row-end:3;
}
.gridc > .c3-1349 {
	grid-column-start:3;
}
.gridc-1349 > .c3-1349 {
	grid-column-start:3;
}
.gridc > .ce3-1349 {
	grid-column-end:3;
}
.gridc-1349 > .ce3-1349 {
	grid-column-end:3;
}

.o4-1349 {
		order:4;
	}

.fl4-1349 {
	flex:4;
}

.gridc > .r4-1349 {
	grid-row-start:4;
}
.gridc-1349 > .r4-1349 {
	grid-row-start:4;
	overflow:hidden;
}
.gridc > .re4-1349 {
	grid-row-end:4;
}
.gridc-1349 > .re4-1349 {
	grid-row-end:4;
}
.gridc > .c4-1349 {
	grid-column-start:4;
}
.gridc-1349 > .c4-1349 {
	grid-column-start:4;
}
.gridc > .ce4-1349 {
	grid-column-end:4;
}
.gridc-1349 > .ce4-1349 {
	grid-column-end:4;
}

.o5-1349 {
		order:5;
	}

.fl5-1349 {
	flex:5;
}

.gridc > .r5-1349 {
	grid-row-start:5;
}
.gridc-1349 > .r5-1349 {
	grid-row-start:5;
	overflow:hidden;
}
.gridc > .re5-1349 {
	grid-row-end:5;
}
.gridc-1349 > .re5-1349 {
	grid-row-end:5;
}
.gridc > .c5-1349 {
	grid-column-start:5;
}
.gridc-1349 > .c5-1349 {
	grid-column-start:5;
}
.gridc > .ce5-1349 {
	grid-column-end:5;
}
.gridc-1349 > .ce5-1349 {
	grid-column-end:5;
}

.o6-1349 {
		order:6;
	}

.fl6-1349 {
	flex:6;
}

.gridc > .r6-1349 {
	grid-row-start:6;
}
.gridc-1349 > .r6-1349 {
	grid-row-start:6;
	overflow:hidden;
}
.gridc > .re6-1349 {
	grid-row-end:6;
}
.gridc-1349 > .re6-1349 {
	grid-row-end:6;
}
.gridc > .c6-1349 {
	grid-column-start:6;
}
.gridc-1349 > .c6-1349 {
	grid-column-start:6;
}
.gridc > .ce6-1349 {
	grid-column-end:6;
}
.gridc-1349 > .ce6-1349 {
	grid-column-end:6;
}

.o7-1349 {
		order:7;
	}

.fl7-1349 {
	flex:7;
}

.gridc > .r7-1349 {
	grid-row-start:7;
}
.gridc-1349 > .r7-1349 {
	grid-row-start:7;
	overflow:hidden;
}
.gridc > .re7-1349 {
	grid-row-end:7;
}
.gridc-1349 > .re7-1349 {
	grid-row-end:7;
}
.gridc > .c7-1349 {
	grid-column-start:7;
}
.gridc-1349 > .c7-1349 {
	grid-column-start:7;
}
.gridc > .ce7-1349 {
	grid-column-end:7;
}
.gridc-1349 > .ce7-1349 {
	grid-column-end:7;
}

.o8-1349 {
		order:8;
	}

.fl8-1349 {
	flex:8;
}

.gridc > .r8-1349 {
	grid-row-start:8;
}
.gridc-1349 > .r8-1349 {
	grid-row-start:8;
	overflow:hidden;
}
.gridc > .re8-1349 {
	grid-row-end:8;
}
.gridc-1349 > .re8-1349 {
	grid-row-end:8;
}
.gridc > .c8-1349 {
	grid-column-start:8;
}
.gridc-1349 > .c8-1349 {
	grid-column-start:8;
}
.gridc > .ce8-1349 {
	grid-column-end:8;
}
.gridc-1349 > .ce8-1349 {
	grid-column-end:8;
}

.o9-1349 {
		order:9;
	}

.fl9-1349 {
	flex:9;
}

.gridc > .r9-1349 {
	grid-row-start:9;
}
.gridc-1349 > .r9-1349 {
	grid-row-start:9;
	overflow:hidden;
}
.gridc > .re9-1349 {
	grid-row-end:9;
}
.gridc-1349 > .re9-1349 {
	grid-row-end:9;
}
.gridc > .c9-1349 {
	grid-column-start:9;
}
.gridc-1349 > .c9-1349 {
	grid-column-start:9;
}
.gridc > .ce9-1349 {
	grid-column-end:9;
}
.gridc-1349 > .ce9-1349 {
	grid-column-end:9;
}

.z1-1349 {
	z-index:1;
}

.z9999999-1349 {
	z-index:9999999;
}

.z2-1349 {
	z-index:2;
}

.z9999998-1349 {
	z-index:9999998;
}

.z3-1349 {
	z-index:3;
}

.z9999997-1349 {
	z-index:9999997;
}

.z4-1349 {
	z-index:4;
}

.z9999996-1349 {
	z-index:9999996;
}

.z5-1349 {
	z-index:5;
}

.z9999995-1349 {
	z-index:9999995;
}

.z6-1349 {
	z-index:6;
}

.z9999994-1349 {
	z-index:9999994;
}

.z7-1349 {
	z-index:7;
}

.z9999993-1349 {
	z-index:9999993;
}

.z8-1349 {
	z-index:8;
}

.z9999992-1349 {
	z-index:9999992;
}

.z9-1349 {
	z-index:9;
}

.z9999991-1349 {
	z-index:9999991;
}

.w100-1349 {
	font-weight:100;
}
.w200-1349 {
	font-weight:200;
}
.w300-1349 {
	font-weight:300;
}
.w400-1349 {
	font-weight:400;
}
.w500-1349 {
	font-weight:500;
}
.w600-1349 {
	font-weight:600;
}
.w700-1349 {
	font-weight:700;
}
.w800-1349 {
	font-weight:800;
}
.w900-1349 {
	font-weight:900;
}
.f1-1349 {
	font-size:1.1em;
	line-height:1.1em;
}

p.f1-1349,
p > *.f1-1349 {
	line-height:1.4em;
}
.f1_5-1349 {
	font-size:1.15em;
	line-height:1.15em;
}

p.f1_5-1349,
p > *.f1_5-1349 {
	line-height:1.18em;
}
.f2-1349 {
	font-size:1.2em;
	line-height:1.2em;
}

p.f2-1349,
p > *.f2-1349 {
	line-height:1.5em;
}
.f2_5-1349 {
	font-size:1.25em;
	line-height:1.25em;
}

p.f2_5-1349,
p > *.f2_5-1349 {
	line-height:1.28em;
}
.f3-1349 {
	font-size:1.3em;
	line-height:1.3em;
}

p.f3-1349,
p > *.f3-1349 {
	line-height:1.6em;
}
.f3_5-1349 {
	font-size:1.35em;
	line-height:1.35em;
}

p.f3_5-1349,
p > *.f3_5-1349 {
	line-height:1.38em;
}
.f4-1349 {
	font-size:1.4em;
	line-height:1.4em;
}

p.f4-1349,
p > *.f4-1349 {
	line-height:1.7em;
}
.f4_5-1349 {
	font-size:1.45em;
	line-height:1.45em;
}

p.f4_5-1349,
p > *.f4_5-1349 {
	line-height:1.48em;
}
.f5-1349 {
	font-size:1.5em;
	line-height:1.5em;
}

p.f5-1349,
p > *.f5-1349 {
	line-height:1.8em;
}
.f5_5-1349 {
	font-size:1.55em;
	line-height:1.55em;
}

p.f5_5-1349,
p > *.f5_5-1349 {
	line-height:1.58em;
}
.f6-1349 {
	font-size:1.6em;
	line-height:1.6em;
}

p.f6-1349,
p > *.f6-1349 {
	line-height:1.9em;
}
.f6_5-1349 {
	font-size:1.65em;
	line-height:1.65em;
}

p.f6_5-1349,
p > *.f6_5-1349 {
	line-height:1.68em;
}
.f7-1349 {
	font-size:1.7em;
	line-height:1.7em;
}

p.f7-1349,
p > *.f7-1349 {
	line-height:1.10em;
}
.f7_5-1349 {
	font-size:1.75em;
	line-height:1.75em;
}

p.f7_5-1349,
p > *.f7_5-1349 {
	line-height:1.78em;
}
.f8-1349 {
	font-size:1.8em;
	line-height:1.8em;
}

p.f8-1349,
p > *.f8-1349 {
	line-height:1.11em;
}
.f8_5-1349 {
	font-size:1.85em;
	line-height:1.85em;
}

p.f8_5-1349,
p > *.f8_5-1349 {
	line-height:1.88em;
}
.f9-1349 {
	font-size:1.9em;
	line-height:1.9em;
}

p.f9-1349,
p > *.f9-1349 {
	line-height:1.12em;
}
.f9_5-1349 {
	font-size:1.95em;
	line-height:1.95em;
}

p.f9_5-1349,
p > *.f9_5-1349 {
	line-height:1.98em;
}
.f10-1349 {
	font-size:2em;
	line-height:2em;
}

p.f10-1349,
p > *.f10-1349 {
	line-height:2em;
}
.f10_5-1349 {
	font-size:2em;
	line-height:2em;
}

p.f10_5-1349,
p > *.f10_5-1349 {
	line-height:2em;
}
.nf1-1349 {
	font-size:0.9em;
}

*:not(p):not(ul):not(ol).nf1-1349 {
	line-height:0.9em;
}

p.nf1-1349,
ul.nf1-1349,
ol.nf1-1349 {
	line-height:1.9em;
}
.nf1_5-1349 {
	font-size:0.85em;
}

*:not(p):not(ul):not(ol).nf1_5-1349 {
	line-height:0.85em;
}

p.nf1_5-1349,
ul.nf1_5-1349,
ol.nf1_5-1349 {
	line-height:1.85em;
}
.nf2-1349 {
	font-size:0.8em;
}

*:not(p):not(ul):not(ol).nf2-1349 {
	line-height:0.8em;
}

p.nf2-1349,
ul.nf2-1349,
ol.nf2-1349 {
	line-height:1.8em;
}
.nf2_5-1349 {
	font-size:0.75em;
}

*:not(p):not(ul):not(ol).nf2_5-1349 {
	line-height:0.75em;
}

p.nf2_5-1349,
ul.nf2_5-1349,
ol.nf2_5-1349 {
	line-height:1.75em;
}
.nf3-1349 {
	font-size:0.7em;
}

*:not(p):not(ul):not(ol).nf3-1349 {
	line-height:0.7em;
}

p.nf3-1349,
ul.nf3-1349,
ol.nf3-1349 {
	line-height:1.7em;
}
.nf3_5-1349 {
	font-size:0.65em;
}

*:not(p):not(ul):not(ol).nf3_5-1349 {
	line-height:0.65em;
}

p.nf3_5-1349,
ul.nf3_5-1349,
ol.nf3_5-1349 {
	line-height:1.65em;
}
.nf4-1349 {
	font-size:0.6em;
}

*:not(p):not(ul):not(ol).nf4-1349 {
	line-height:0.6em;
}

p.nf4-1349,
ul.nf4-1349,
ol.nf4-1349 {
	line-height:1.6em;
}
.nf4_5-1349 {
	font-size:0.55em;
}

*:not(p):not(ul):not(ol).nf4_5-1349 {
	line-height:0.55em;
}

p.nf4_5-1349,
ul.nf4_5-1349,
ol.nf4_5-1349 {
	line-height:1.55em;
}
.nf5-1349 {
	font-size:0.5em;
}

*:not(p):not(ul):not(ol).nf5-1349 {
	line-height:0.5em;
}

p.nf5-1349,
ul.nf5-1349,
ol.nf5-1349 {
	line-height:1.5em;
}
.nf5_5-1349 {
	font-size:0.45em;
}

*:not(p):not(ul):not(ol).nf5_5-1349 {
	line-height:0.45em;
}

p.nf5_5-1349,
ul.nf5_5-1349,
ol.nf5_5-1349 {
	line-height:1.45em;
}
.nf6-1349 {
	font-size:0.4em;
}

*:not(p):not(ul):not(ol).nf6-1349 {
	line-height:0.4em;
}

p.nf6-1349,
ul.nf6-1349,
ol.nf6-1349 {
	line-height:1.4em;
}
.nf6_5-1349 {
	font-size:0.35em;
}

*:not(p):not(ul):not(ol).nf6_5-1349 {
	line-height:0.35em;
}

p.nf6_5-1349,
ul.nf6_5-1349,
ol.nf6_5-1349 {
	line-height:1.35em;
}
.nf7-1349 {
	font-size:0.3em;
}

*:not(p):not(ul):not(ol).nf7-1349 {
	line-height:0.3em;
}

p.nf7-1349,
ul.nf7-1349,
ol.nf7-1349 {
	line-height:1.3em;
}
.nf7_5-1349 {
	font-size:0.25em;
}

*:not(p):not(ul):not(ol).nf7_5-1349 {
	line-height:0.25em;
}

p.nf7_5-1349,
ul.nf7_5-1349,
ol.nf7_5-1349 {
	line-height:1.25em;
}
.nf8-1349 {
	font-size:0.2em;
}

*:not(p):not(ul):not(ol).nf8-1349 {
	line-height:0.2em;
}

p.nf8-1349,
ul.nf8-1349,
ol.nf8-1349 {
	line-height:1.2em;
}
.nf8_5-1349 {
	font-size:0.15em;
}

*:not(p):not(ul):not(ol).nf8_5-1349 {
	line-height:0.15em;
}

p.nf8_5-1349,
ul.nf8_5-1349,
ol.nf8_5-1349 {
	line-height:1.15em;
}
.nf9-1349 {
	font-size:0.1em;
}

*:not(p):not(ul):not(ol).nf9-1349 {
	line-height:0.1em;
}

p.nf9-1349,
ul.nf9-1349,
ol.nf9-1349 {
	line-height:1.1em;
}
.nf9_5-1349 {
	font-size:0.05em;
}

*:not(p):not(ul):not(ol).nf9_5-1349 {
	line-height:0.05em;
}

p.nf9_5-1349,
ul.nf9_5-1349,
ol.nf9_5-1349 {
	line-height:1.05em;
}
  .invisible-1349 {
			visibility:hidden!important;
		}

  .last-1349 {
			margin-right:0px!important;
		}

  .floatl-1349 {
			float:left!important;
		}

  .floatr-1349 {
			float:right!important;
		}

  .left-1349 {
			float:left!important;
		}

  .right-1349 {
			float:right!important;
		}

  .floatn-1349,
 .grid.floatn-1349 {
			float:none!important;
		}

  .grid-1349 {
			float:left!important;
overflow:hidden;;
		}

  .grid.last-1349 {
			float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
		}

  .none-1349 {
			display:none!important;
		}

  .block-1349 {
			display:block!important;
		}

  .iblock-1349 {
			display:inline-block!important;
		}

  .inline-1349 {
			display:inline!important;
		}

  .table-1349 {
			display:table!important;
		}

  .row-1349 {
			display:table-row!important;
		}

  .cell-1349 {
			display:table-cell!important;
vertical-align:middle;
		}

  .collapse-1349 {
			border-collapse:collapse;
		}

  .clearl-1349 {
			clear:left!important;
		}

  .clearr-1349 {
			clear:right!important;
		}

  .clearn-1349 {
			clear:none!important;
		}

  .clearnone-1349 {
			clear:none!important;
		}

  .clearb-1349 {
			clear:both!important;
		}

  .clear-1349 {
			float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
		}

  .up-1349 {
			text-transform:uppercase;
		}

  .transnone-1349 {
			text-transform:none;
		}

  .strike-1349 {
			text-decoration:line-through;
		}

  .alignl-1349 {
			text-align:left!important;
		}

  .alignr-1349 {
			text-align:right!important;
		}

  .alignc-1349 {
			text-align:center!important;
		}

  .alignj-1349 {
			text-align:justify!important;
		}

  .valign-1349 {
			vertical-align:middle!important;
		}

  .widthauto-1349 {
			width:auto!important;
		}

  .heightauto-1349 {
			height:auto!important;
min-height:0px!important;
		}

.square.heightauto-1349::after {
	display:none!important;
}

.square.heightauto-1349 > * {
	position:static!important;
}

  .width0-1349 {
			width:0px;
		}

  .width50-1349 {
			width:50%;
		}

  .height0-1349 {
			height:0px;
		}

  .height50-1349 {
			height:50%;
		}

  .mw100-1349 {
			max-width:100%;
		}

  .mw90-1349 {
			max-width:90%;
		}

  .mw80-1349 {
			max-width:80%;
		}

  .mw70-1349 {
			max-width:70%;
		}

  .mw60-1349 {
			max-width:60%;
		}

  .mw50-1349 {
			max-width:50%;
		}

  .mw40-1349 {
			max-width:40%;
		}

  .mw30-1349 {
			max-width:30%;
		}

  .mw20-1349 {
			max-width:20%;
		}

  .mw10-1349 {
			max-width:10%;
		}

  .mwnone-1349 {
			max-width:none;
		}

  .fw-1349,
 .grid.fw-1349,
 .floatl.fw-1349 {
			width:100%!important;
      margin-left:0px!important;
			margin-right:0px!important;
		}

  .fh-1349 {
			height:100%!important;
		}

  .pointer-1349 {
			cursor:pointer!important;
		}

  .noallow-1349 {
			cursor:not-allowed!important;
		}

  .noselect-1349 {
			user-select:none!important;
		}

  .static-1349 {
			position:static!important;
		}

  .relative-1349 {
			position:relative!important;
		}

  .absolute-1349 {
			position:absolute!important;
		}

  .fixed-1349 {
			position:fixed!important;
		}

  .spacing-1349 {
			margin-bottom:7px!important;
		}

  .spacing.floatl-1349 {
			margin-right:15px!important;
		}

  .spacing.floatr-1349 {
			margin-left:15px!important;
		}

  .flowhide-1349 {
			overflow:hidden;
		}

  .flowshow-1349 {
			overflow:visible;
		}

  .flowauto-1349 {
			overflow:auto;
		}

  .nowrap-1349 {
			white-space:nowrap;
		}

  .lhreset-1349 {
			line-height:normal;
		}

  .circle-1349 {
			border-radius:50%!important;
		}

  .radnone-1349 {
			border-radius:0px!important;
		}

  .vh10-1349 {
			height:10vh!important;
		}

  .vh25-1349 {
			height:25vh!important;
		}

  .vh50-1349 {
			height:50vh!important;
		}

  .vh100-1349 {
			height:100vh!important;
		}

  .vw10-1349 {
			width:10vw!important;
		}

  .vw25-1349 {
			width:25vw!important;
		}

  .vw50-1349 {
			width:50vw!important;
		}

  .vw100-1349 {
			width:100vw!important;
		}

  .flexw-1349 {
			flex-wrap:wrap!important;
		}

  .flexwn-1349 {
			flex-wrap:nowrap!important;
		}

  .flexwr-1349 {
			flex-wrap:wrap-reverse!important;
		}

  .flexdr-1349 {
			flex-direction:row!important;
		}

  .flexdrr-1349 {
			flex-direction:row-reverse!important;
		}

  .flexdc-1349 {
			flex-direction:column!important;
		}

  .flexdcr-1349 {
			flex-direction:column-reverse!important;
		}

  .flex-1349 {
			display:flex!important;
align-items:center;
flex-wrap:wrap;;
		}

  .iflex-1349 {
			display:inline-flex!important;
align-items:center;;
		}

  .spaced-1349 {
			justify-content:space-between;
		}

  .flexdr.spaced-1349 {
			align-content:space-between;
		}

  .spacee-1349 {
			justify-content:space-evenly;
		}

  .falignst-1349 {
			align-items:stretch;;
		}

  .falignc-1349 {
			align-items:center;;
		}

  .faligns-1349 {
			align-items:flex-start;;
		}

  .faligne-1349 {
			align-items:flex-end;;
		}

  .fjustl-1349 {
			justify-content:flex-start;;
		}

  .fjustr-1349 {
			justify-content:flex-end;;
		}

  .fjustc-1349 {
			justify-content:center;;
		}

  .flexn-1349 {
			flex:none!important;width:100%;;
		}

  .gridc-1349 {
			display:grid!important;;
		}

  .o100-1349 {
			opacity:1;
		}

  .o90-1349 {
			opacity:0.9;
		}

  .o80-1349 {
			opacity:0.8;
		}

  .o70-1349 {
			opacity:0.7;
		}

  .o60-1349 {
			opacity:0.6;
		}

  .o50-1349 {
			opacity:0.5;
		}

  .o40-1349 {
			opacity:0.4;
		}

  .o30-1349 {
			opacity:0.3;
		}

  .o20-1349 {
			opacity:0.2;
		}

  .o10-1349 {
			opacity:0.1;
		}

  .o0-1349 {
			opacity:0;
		}

  .left0-1349 {
			left:0px!important;;
		}

  .right0-1349 {
			right:0px!important;;
		}

  .top0-1349 {
			top:0px!important;;
		}

  .bottom0-1349 {
			bottom:0px!important;;
		}

  .left50-1349 {
			left:50%!important;;
		}

  .right50-1349 {
			right:50%!important;;
		}

  .top50-1349 {
			top:50%!important;;
		}

  .bottom50-1349 {
			bottom:50%!important;;
		}

  .left100-1349 {
			left:100%!important;;
		}

  .right100-1349 {
			right:100%!important;;
		}

  .top100-1349 {
			top:100%!important;;
		}

  .bottom100-1349 {
			bottom:100%!important;;
		}

  .leftauto-1349 {
			left:auto!important;;
		}

  .rightauto-1349 {
			right:auto!important;;
		}

  .topauto-1349 {
			top:auto!important;;
		}

  .bottomauto-1349 {
			bottom:auto!important;;
		}

  .all0-1349 {
			top:0px!important;
bottom:0px!important;
left:0px!important;
right:0px!important;;
		}

  .lineup.fw-1349, .lineupgroup.fw-1349 {
			height:auto!important;
	}

	

			.padded_tiny-1349 {
				padding:5px!important;

			}

			.paddedtb_tiny-1349 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-1349 {
				padding-top:5px!important;
			}

			.paddedb_tiny-1349 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-1349 {
				padding-left:5px!important;
			}

			.paddedr_tiny-1349 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-1349 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-1349 {
				margin:5px!important;
			}

			.margintb_tiny-1349 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-1349 {
				margin-top:5px!important;
			}

			.marginb_tiny-1349 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-1349 {
				margin-left:5px!important;
			}

			.marginr_tiny-1349 {
				margin-right:5px!important;
			}

			.marginlr_tiny-1349 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			
			.nmarginlr_tiny {
				margin-left:-5px!important;
				margin-right:-5px!important;
			}
				
			.nmargin_tiny-1349 {
				margin:-5px!important;
			}

			.nmargintb_tiny-1349 {
				margin-top:-5px!important;
				margin-bottom:-5px!important;
			}

			.nmargint_tiny-1349 {
				margin-top:-5px!important;
			}

			.nmarginb_tiny-1349 {
				margin-bottom:-5px!important;
			}

			.nmarginl_tiny-1349 {
				margin-left:-5px!important;
			}

			.nmarginr_tiny-1349 {
				margin-right:-5px!important;
			}
			
			.padded_small-1349 {
				padding:10px!important;

			}

			.paddedtb_small-1349 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-1349 {
				padding-top:10px!important;
			}

			.paddedb_small-1349 {
				padding-bottom:10px!important;
			}

			.paddedl_small-1349 {
				padding-left:10px!important;
			}

			.paddedr_small-1349 {
				padding-right:10px!important;
			}

			.paddedlr_small-1349 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-1349 {
				margin:10px!important;
			}

			.margintb_small-1349 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-1349 {
				margin-top:10px!important;
			}

			.marginb_small-1349 {
				margin-bottom:10px!important;
			}

			.marginl_small-1349 {
				margin-left:10px!important;
			}

			.marginr_small-1349 {
				margin-right:10px!important;
			}

			.marginlr_small-1349 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_small {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_small-1349 {
				margin:-10px!important;
			}

			.nmargintb_small-1349 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_small-1349 {
				margin-top:-10px!important;
			}

			.nmarginb_small-1349 {
				margin-bottom:-10px!important;
			}

			.nmarginl_small-1349 {
				margin-left:-10px!important;
			}

			.nmarginr_small-1349 {
				margin-right:-10px!important;
			}
			
			.padded_medium-1349 {
				padding:20px!important;

			}

			.paddedtb_medium-1349 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-1349 {
				padding-top:20px!important;
			}

			.paddedb_medium-1349 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-1349 {
				padding-left:20px!important;
			}

			.paddedr_medium-1349 {
				padding-right:20px!important;
			}

			.paddedlr_medium-1349 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-1349 {
				margin:20px!important;
			}

			.margintb_medium-1349 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-1349 {
				margin-top:20px!important;
			}

			.marginb_medium-1349 {
				margin-bottom:20px!important;
			}

			.marginl_medium-1349 {
				margin-left:20px!important;
			}

			.marginr_medium-1349 {
				margin-right:20px!important;
			}

			.marginlr_medium-1349 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			
			.nmarginlr_medium {
				margin-left:-20px!important;
				margin-right:-20px!important;
			}
				
			.nmargin_medium-1349 {
				margin:-20px!important;
			}

			.nmargintb_medium-1349 {
				margin-top:-20px!important;
				margin-bottom:-20px!important;
			}

			.nmargint_medium-1349 {
				margin-top:-20px!important;
			}

			.nmarginb_medium-1349 {
				margin-bottom:-20px!important;
			}

			.nmarginl_medium-1349 {
				margin-left:-20px!important;
			}

			.nmarginr_medium-1349 {
				margin-right:-20px!important;
			}
			
			.padded_large-1349 {
				padding:40px!important;

			}

			.paddedtb_large-1349 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-1349 {
				padding-top:40px!important;
			}

			.paddedb_large-1349 {
				padding-bottom:40px!important;
			}

			.paddedl_large-1349 {
				padding-left:40px!important;
			}

			.paddedr_large-1349 {
				padding-right:40px!important;
			}

			.paddedlr_large-1349 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-1349 {
				margin:40px!important;
			}

			.margintb_large-1349 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-1349 {
				margin-top:40px!important;
			}

			.marginb_large-1349 {
				margin-bottom:40px!important;
			}

			.marginl_large-1349 {
				margin-left:40px!important;
			}

			.marginr_large-1349 {
				margin-right:40px!important;
			}

			.marginlr_large-1349 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			
			.nmarginlr_large {
				margin-left:-40px!important;
				margin-right:-40px!important;
			}
				
			.nmargin_large-1349 {
				margin:-40px!important;
			}

			.nmargintb_large-1349 {
				margin-top:-40px!important;
				margin-bottom:-40px!important;
			}

			.nmargint_large-1349 {
				margin-top:-40px!important;
			}

			.nmarginb_large-1349 {
				margin-bottom:-40px!important;
			}

			.nmarginl_large-1349 {
				margin-left:-40px!important;
			}

			.nmarginr_large-1349 {
				margin-right:-40px!important;
			}
			
			.padded_core-1349 {
				padding:10px!important;

			}

			.paddedtb_core-1349 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-1349 {
				padding-top:10px!important;
			}

			.paddedb_core-1349 {
				padding-bottom:10px!important;
			}

			.paddedl_core-1349 {
				padding-left:10px!important;
			}

			.paddedr_core-1349 {
				padding-right:10px!important;
			}

			.paddedlr_core-1349 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-1349 {
				margin:10px!important;
			}

			.margintb_core-1349 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-1349 {
				margin-top:10px!important;
			}

			.marginb_core-1349 {
				margin-bottom:10px!important;
			}

			.marginl_core-1349 {
				margin-left:10px!important;
			}

			.marginr_core-1349 {
				margin-right:10px!important;
			}

			.marginlr_core-1349 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_core {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_core-1349 {
				margin:-10px!important;
			}

			.nmargintb_core-1349 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_core-1349 {
				margin-top:-10px!important;
			}

			.nmarginb_core-1349 {
				margin-bottom:-10px!important;
			}

			.nmarginl_core-1349 {
				margin-left:-10px!important;
			}

			.nmarginr_core-1349 {
				margin-right:-10px!important;
			}
						
			.margin_auto-1349 {
				margin:auto!important;
			}

			.margintb_auto-1349 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-1349 {
				margin-top:auto!important;
			}

			.marginb_auto-1349 {
				margin-bottom:auto!important;
			}

			.marginl_auto-1349 {
				margin-left:auto!important;
			}

			.marginr_auto-1349 {
				margin-right:auto!important;
			}

			.marginlr_auto-1349 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			
			.nmarginlr_auto {
				margin-left:-auto!important;
				margin-right:-auto!important;
			}
				
			.nmargin_auto-1349 {
				margin:-auto!important;
			}

			.nmargintb_auto-1349 {
				margin-top:-auto!important;
				margin-bottom:-auto!important;
			}

			.nmargint_auto-1349 {
				margin-top:-auto!important;
			}

			.nmarginb_auto-1349 {
				margin-bottom:-auto!important;
			}

			.nmarginl_auto-1349 {
				margin-left:-auto!important;
			}

			.nmarginr_auto-1349 {
				margin-right:-auto!important;
			}
			
			.padded_none-1349 {
				padding:0px!important;

			}

			.paddedtb_none-1349 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-1349 {
				padding-top:0px!important;
			}

			.paddedb_none-1349 {
				padding-bottom:0px!important;
			}

			.paddedl_none-1349 {
				padding-left:0px!important;
			}

			.paddedr_none-1349 {
				padding-right:0px!important;
			}

			.paddedlr_none-1349 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-1349 {
				margin:0px!important;
			}

			.margintb_none-1349 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-1349 {
				margin-top:0px!important;
			}

			.marginb_none-1349 {
				margin-bottom:0px!important;
			}

			.marginl_none-1349 {
				margin-left:0px!important;
			}

			.marginr_none-1349 {
				margin-right:0px!important;
			}

			.marginlr_none-1349 {
				margin-left:0px!important;
				margin-right:0px!important;
			}
			
			.nmarginlr_none {
				margin-left:-0px!important;
				margin-right:-0px!important;
			}
				
			.nmargin_none-1349 {
				margin:-0px!important;
			}

			.nmargintb_none-1349 {
				margin-top:-0px!important;
				margin-bottom:-0px!important;
			}

			.nmargint_none-1349 {
				margin-top:-0px!important;
			}

			.nmarginb_none-1349 {
				margin-bottom:-0px!important;
			}

			.nmarginl_none-1349 {
				margin-left:-0px!important;
			}

			.nmarginr_none-1349 {
				margin-right:-0px!important;
			}
			
			.padded_p100-1349 {
				padding:100%!important;

			}

			.paddedtb_p100-1349 {
				padding-top:100%!important;
				padding-bottom:100%!important;
			}

			.paddedt_p100-1349 {
				padding-top:100%!important;
			}

			.paddedb_p100-1349 {
				padding-bottom:100%!important;
			}

			.paddedl_p100-1349 {
				padding-left:100%!important;
			}

			.paddedr_p100-1349 {
				padding-right:100%!important;
			}

			.paddedlr_p100-1349 {
				padding-left:100%!important;
				padding-right:100%!important;
			}
		
						
			.margin_p100-1349 {
				margin:100%!important;
			}

			.margintb_p100-1349 {
				margin-top:100%!important;
				margin-bottom:100%!important;
			}

			.margint_p100-1349 {
				margin-top:100%!important;
			}

			.marginb_p100-1349 {
				margin-bottom:100%!important;
			}

			.marginl_p100-1349 {
				margin-left:100%!important;
			}

			.marginr_p100-1349 {
				margin-right:100%!important;
			}

			.marginlr_p100-1349 {
				margin-left:100%!important;
				margin-right:100%!important;
			}
			
			.nmarginlr_p100 {
				margin-left:-100%!important;
				margin-right:-100%!important;
			}
				
			.nmargin_p100-1349 {
				margin:-100%!important;
			}

			.nmargintb_p100-1349 {
				margin-top:-100%!important;
				margin-bottom:-100%!important;
			}

			.nmargint_p100-1349 {
				margin-top:-100%!important;
			}

			.nmarginb_p100-1349 {
				margin-bottom:-100%!important;
			}

			.nmarginl_p100-1349 {
				margin-left:-100%!important;
			}

			.nmarginr_p100-1349 {
				margin-right:-100%!important;
			}
			
			.padded_p75-1349 {
				padding:75%!important;

			}

			.paddedtb_p75-1349 {
				padding-top:75%!important;
				padding-bottom:75%!important;
			}

			.paddedt_p75-1349 {
				padding-top:75%!important;
			}

			.paddedb_p75-1349 {
				padding-bottom:75%!important;
			}

			.paddedl_p75-1349 {
				padding-left:75%!important;
			}

			.paddedr_p75-1349 {
				padding-right:75%!important;
			}

			.paddedlr_p75-1349 {
				padding-left:75%!important;
				padding-right:75%!important;
			}
		
						
			.margin_p75-1349 {
				margin:75%!important;
			}

			.margintb_p75-1349 {
				margin-top:75%!important;
				margin-bottom:75%!important;
			}

			.margint_p75-1349 {
				margin-top:75%!important;
			}

			.marginb_p75-1349 {
				margin-bottom:75%!important;
			}

			.marginl_p75-1349 {
				margin-left:75%!important;
			}

			.marginr_p75-1349 {
				margin-right:75%!important;
			}

			.marginlr_p75-1349 {
				margin-left:75%!important;
				margin-right:75%!important;
			}
			
			.nmarginlr_p75 {
				margin-left:-75%!important;
				margin-right:-75%!important;
			}
				
			.nmargin_p75-1349 {
				margin:-75%!important;
			}

			.nmargintb_p75-1349 {
				margin-top:-75%!important;
				margin-bottom:-75%!important;
			}

			.nmargint_p75-1349 {
				margin-top:-75%!important;
			}

			.nmarginb_p75-1349 {
				margin-bottom:-75%!important;
			}

			.nmarginl_p75-1349 {
				margin-left:-75%!important;
			}

			.nmarginr_p75-1349 {
				margin-right:-75%!important;
			}
			
			.padded_p50-1349 {
				padding:50%!important;

			}

			.paddedtb_p50-1349 {
				padding-top:50%!important;
				padding-bottom:50%!important;
			}

			.paddedt_p50-1349 {
				padding-top:50%!important;
			}

			.paddedb_p50-1349 {
				padding-bottom:50%!important;
			}

			.paddedl_p50-1349 {
				padding-left:50%!important;
			}

			.paddedr_p50-1349 {
				padding-right:50%!important;
			}

			.paddedlr_p50-1349 {
				padding-left:50%!important;
				padding-right:50%!important;
			}
		
						
			.margin_p50-1349 {
				margin:50%!important;
			}

			.margintb_p50-1349 {
				margin-top:50%!important;
				margin-bottom:50%!important;
			}

			.margint_p50-1349 {
				margin-top:50%!important;
			}

			.marginb_p50-1349 {
				margin-bottom:50%!important;
			}

			.marginl_p50-1349 {
				margin-left:50%!important;
			}

			.marginr_p50-1349 {
				margin-right:50%!important;
			}

			.marginlr_p50-1349 {
				margin-left:50%!important;
				margin-right:50%!important;
			}
			
			.nmarginlr_p50 {
				margin-left:-50%!important;
				margin-right:-50%!important;
			}
				
			.nmargin_p50-1349 {
				margin:-50%!important;
			}

			.nmargintb_p50-1349 {
				margin-top:-50%!important;
				margin-bottom:-50%!important;
			}

			.nmargint_p50-1349 {
				margin-top:-50%!important;
			}

			.nmarginb_p50-1349 {
				margin-bottom:-50%!important;
			}

			.nmarginl_p50-1349 {
				margin-left:-50%!important;
			}

			.nmarginr_p50-1349 {
				margin-right:-50%!important;
			}
			
			.padded_p25-1349 {
				padding:25%!important;

			}

			.paddedtb_p25-1349 {
				padding-top:25%!important;
				padding-bottom:25%!important;
			}

			.paddedt_p25-1349 {
				padding-top:25%!important;
			}

			.paddedb_p25-1349 {
				padding-bottom:25%!important;
			}

			.paddedl_p25-1349 {
				padding-left:25%!important;
			}

			.paddedr_p25-1349 {
				padding-right:25%!important;
			}

			.paddedlr_p25-1349 {
				padding-left:25%!important;
				padding-right:25%!important;
			}
		
						
			.margin_p25-1349 {
				margin:25%!important;
			}

			.margintb_p25-1349 {
				margin-top:25%!important;
				margin-bottom:25%!important;
			}

			.margint_p25-1349 {
				margin-top:25%!important;
			}

			.marginb_p25-1349 {
				margin-bottom:25%!important;
			}

			.marginl_p25-1349 {
				margin-left:25%!important;
			}

			.marginr_p25-1349 {
				margin-right:25%!important;
			}

			.marginlr_p25-1349 {
				margin-left:25%!important;
				margin-right:25%!important;
			}
			
			.nmarginlr_p25 {
				margin-left:-25%!important;
				margin-right:-25%!important;
			}
				
			.nmargin_p25-1349 {
				margin:-25%!important;
			}

			.nmargintb_p25-1349 {
				margin-top:-25%!important;
				margin-bottom:-25%!important;
			}

			.nmargint_p25-1349 {
				margin-top:-25%!important;
			}

			.nmarginb_p25-1349 {
				margin-bottom:-25%!important;
			}

			.nmarginl_p25-1349 {
				margin-left:-25%!important;
			}

			.nmarginr_p25-1349 {
				margin-right:-25%!important;
			}
				.border_1-1349 {
		border:solid 1px rgba(0,0,0,0.5);;
	}

	.bordertb_1-1349 {
		border-top:solid 1px rgba(0,0,0,0.5);;
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.bordert_1-1349 {
		border-top:solid 1px rgba(0,0,0,0.5);;
	}

	.borderb_1-1349 {
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.borderl_1-1349 {
		border-left:solid 1px rgba(0,0,0,0.5);;
	}

	.borderr_1-1349 {
		border-right:solid 1px rgba(0,0,0,0.5);;
	}

	.borderlr_1-1349 {
		border-left:solid 1px rgba(0,0,0,0.5);;
		border-right:solid 1px rgba(0,0,0,0.5);;
	}
		.border_none-1349 {
		border:none;
	}

	.bordertb_none-1349 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-1349 {
		border-top:none;
	}

	.borderb_none-1349 {
		border-bottom:none;
	}

	.borderl_none-1349 {
		border-left:none;
	}

	.borderr_none-1349 {
		border-right:none;
	}

	.borderlr_none-1349 {
		border-left:none;
		border-right:none;
	}
		.border_core-1349 {
		border:solid 1px rgba(0,0,0,0.1);
	}

	.bordertb_core-1349 {
		border-top:solid 1px rgba(0,0,0,0.1);
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.bordert_core-1349 {
		border-top:solid 1px rgba(0,0,0,0.1);
	}

	.borderb_core-1349 {
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.borderl_core-1349 {
		border-left:solid 1px rgba(0,0,0,0.1);
	}

	.borderr_core-1349 {
		border-right:solid 1px rgba(0,0,0,0.1);
	}

	.borderlr_core-1349 {
		border-left:solid 1px rgba(0,0,0,0.1);
		border-right:solid 1px rgba(0,0,0,0.1);
	}
				.colour1_bg-1349 {
				background-color:#000000!important;
			}

			.colour1_bg-1349,
			a.colour1_bg-1349 {
				color:#FFFFFF!important;
			}
		
			.colour1_bg-1349 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour1-1349 a,
			a.colour1-1349 {
				color:#000000;
							}
			
			.colour1-1349 {
					color:#000000;
				background:transparent!important;
						}

					
			.colour1_bg-1349 input[type=text],
			.colour1_bg-1349 input[type=password],
			.colour1_bg-1349 input[type=number],
			.colour1_bg-1349 textarea,
			.colour1_bg-1349 select,
			.colour1_bg-1349 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour1_bg-1349 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour1_bg-1349 select {
				color:rgba(255,255,255,0.7);
			}

			.colour1_bg-1349 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour1_bg-1349 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour2_bg-1349 {
				background-color:#4b4a4b!important;
			}

			.colour2_bg-1349,
			a.colour2_bg-1349 {
				color:#FFFFFF!important;
			}
		
			.colour2_bg-1349 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour2-1349 a,
			a.colour2-1349 {
				color:#4b4a4b;
							}
			
			.colour2-1349 {
					color:#4b4a4b;
				background:transparent!important;
						}

					
			.colour2_bg-1349 input[type=text],
			.colour2_bg-1349 input[type=password],
			.colour2_bg-1349 input[type=number],
			.colour2_bg-1349 textarea,
			.colour2_bg-1349 select,
			.colour2_bg-1349 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour2_bg-1349 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour2_bg-1349 select {
				color:rgba(255,255,255,0.7);
			}

			.colour2_bg-1349 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour2_bg-1349 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour3_bg-1349 {
				background-color:#616062!important;
			}

			.colour3_bg-1349,
			a.colour3_bg-1349 {
				color:#FFFFFF!important;
			}
		
			.colour3_bg-1349 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour3-1349 a,
			a.colour3-1349 {
				color:#616062;
							}
			
			.colour3-1349 {
					color:#616062;
				background:transparent!important;
						}

					
			.colour3_bg-1349 input[type=text],
			.colour3_bg-1349 input[type=password],
			.colour3_bg-1349 input[type=number],
			.colour3_bg-1349 textarea,
			.colour3_bg-1349 select,
			.colour3_bg-1349 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour3_bg-1349 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour3_bg-1349 select {
				color:rgba(255,255,255,0.7);
			}

			.colour3_bg-1349 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour3_bg-1349 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour4_bg-1349 {
				background-color:#FFFFFF!important;
			}

			.colour4_bg-1349,
			a.colour4_bg-1349 {
				color:#202020!important;
			}
		
			.colour4_bg-1349 a:not(.more) {
				color:#202020;
			}

			
			.colour4-1349 a,
			a.colour4-1349 {
				color:#FFFFFF;
							}
			
			.colour4-1349 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour4_bg-1349 input[type=text],
			.colour4_bg-1349 input[type=password],
			.colour4_bg-1349 input[type=number],
			.colour4_bg-1349 textarea,
			.colour4_bg-1349 select,
			.colour4_bg-1349 select option {
				border-color:#202020;
				color:#202020;
				background:transparent;
			}
		
			.colour4_bg-1349 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour4_bg-1349 select {
				color:rgba(32,32,32,0.7);
			}

			.colour4_bg-1349 ::-webkit-input-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}

			.colour4_bg-1349 ::-moz-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}
		
						.colour5_bg-1349 {
				background-color:#FFFFFF!important;
			}

			.colour5_bg-1349,
			a.colour5_bg-1349 {
				color:#424040!important;
			}
		
			.colour5_bg-1349 a:not(.more) {
				color:#424040;
			}

			
			.colour5-1349 a,
			a.colour5-1349 {
				color:#FFFFFF;
							}
			
			.colour5-1349 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour5_bg-1349 input[type=text],
			.colour5_bg-1349 input[type=password],
			.colour5_bg-1349 input[type=number],
			.colour5_bg-1349 textarea,
			.colour5_bg-1349 select,
			.colour5_bg-1349 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour5_bg-1349 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour5_bg-1349 select {
				color:rgba(66,64,64,0.7);
			}

			.colour5_bg-1349 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour5_bg-1349 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
						.colour6_bg-1349 {
				background-color:#EEEEEE!important;
			}

			.colour6_bg-1349,
			a.colour6_bg-1349 {
				color:#424040!important;
			}
		
			.colour6_bg-1349 a:not(.more) {
				color:#424040;
			}

			
			.colour6-1349 a,
			a.colour6-1349 {
				color:#EEEEEE;
							}
			
			.colour6-1349 {
					color:#EEEEEE;
				background:transparent!important;
						}

					
			.colour6_bg-1349 input[type=text],
			.colour6_bg-1349 input[type=password],
			.colour6_bg-1349 input[type=number],
			.colour6_bg-1349 textarea,
			.colour6_bg-1349 select,
			.colour6_bg-1349 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour6_bg-1349 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour6_bg-1349 select {
				color:rgba(66,64,64,0.7);
			}

			.colour6_bg-1349 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour6_bg-1349 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
			
}

@media only screen and (max-width : 1299px) {
	
.grid.eight-1299 {
	float:left!important;
	width:10.575%!important;
margin-right:2.2%!important;;
}

.grid.eight_x2-1299 {
	float:left!important;
	width:23.35%!important;
margin-right:2.2%!important;;
}

.grid.eight_x3-1299 {
	float:left!important;
	width:36.125%!important;
margin-right:2.2%!important;;
}

.grid.eight_x4-1299 {
	float:left!important;
	width:48.9%!important;
margin-right:2.2%!important;;
}

.grid.eight_x5-1299 {
	float:left!important;
	width:61.675%!important;
margin-right:2.2%!important;;
}

.grid.eight_x6-1299 {
	float:left!important;
	width:74.45%!important;
margin-right:2.2%!important;;
}

.grid.eight_x7-1299 {
	float:left!important;
	width:87.225%!important;
margin-right:2.2%!important;;
}

.grid.seven-1299 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-1299 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-1299 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-1299 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-1299 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-1299 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-1299 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-1299 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-1299 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-1299 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-1299 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-1299 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-1299 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-1299 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-1299 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-1299 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-1299 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-1299 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-1299 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-1299 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-1299 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-1299 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.eight-1299 {
	width:12.5%!important;
}

.floatl.eight_x2-1299 {
	width:25%!important;
}

.floatl.eight_x3-1299 {
	width:37.5%!important;
}

.floatl.eight_x4-1299 {
	width:50%!important;
}

.floatl.eight_x5-1299 {
	width:62.5%!important;
}

.floatl.eight_x6-1299 {
	width:75%!important;
}

.floatl.eight_x7-1299 {
	width:87.5%!important;
}

.floatl.seven-1299 {
	width:14.28571429%!important;
}

.floatl.seven_x2-1299 {
	width:28.57142857%!important;
}

.floatl.seven_x3-1299 {
	width:42.85714286%!important;
}

.floatl.seven_x4-1299 {
	width:57.14285714%!important;
}

.floatl.seven_x5-1299 {
	width:71.42857143%!important;
}

.floatl.seven_x6-1299 {
	width:85.71428571%!important;
}

.floatl.six-1299 {
	width:16.66666667%!important;
}

.floatl.six_x2-1299 {
	width:33.33333333%!important;
}

.floatl.six_x3-1299 {
	width:50%!important;
}

.floatl.six_x4-1299 {
	width:66.6666667%!important;
}

.floatl.six_x5-1299 {
	width:83%!important;
}

.floatl.five-1299 {
	width:20%!important;
}

.floatl.five_x2-1299 {
	width:40%!important;
}

.floatl.five_x3-1299 {
	width:60%!important;
}

.floatl.five_x4-1299 {
	width:80%!important;
}

.floatl.four-1299 {
	width:25%!important;
}

.floatl.four_x2-1299 {
	width:50%!important;
}

.floatl.four_x3-1299 {
	width:75%!important;
}

.floatl.three-1299 {
	width:33.33333333%!important;
}

.floatl.three_x2-1299 {
	width:66.66666667%!important;
}

.floatl.two-1299 {
	width:50%!important;
}

.floatl.one-1299 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

.o1-1299 {
		order:1;
	}

.fl1-1299 {
	flex:1;
}

.gridc > .r1-1299 {
	grid-row-start:1;
}
.gridc-1299 > .r1-1299 {
	grid-row-start:1;
	overflow:hidden;
}
.gridc > .re1-1299 {
	grid-row-end:1;
}
.gridc-1299 > .re1-1299 {
	grid-row-end:1;
}
.gridc > .c1-1299 {
	grid-column-start:1;
}
.gridc-1299 > .c1-1299 {
	grid-column-start:1;
}
.gridc > .ce1-1299 {
	grid-column-end:1;
}
.gridc-1299 > .ce1-1299 {
	grid-column-end:1;
}

.o2-1299 {
		order:2;
	}

.fl2-1299 {
	flex:2;
}

.gridc > .r2-1299 {
	grid-row-start:2;
}
.gridc-1299 > .r2-1299 {
	grid-row-start:2;
	overflow:hidden;
}
.gridc > .re2-1299 {
	grid-row-end:2;
}
.gridc-1299 > .re2-1299 {
	grid-row-end:2;
}
.gridc > .c2-1299 {
	grid-column-start:2;
}
.gridc-1299 > .c2-1299 {
	grid-column-start:2;
}
.gridc > .ce2-1299 {
	grid-column-end:2;
}
.gridc-1299 > .ce2-1299 {
	grid-column-end:2;
}

.o3-1299 {
		order:3;
	}

.fl3-1299 {
	flex:3;
}

.gridc > .r3-1299 {
	grid-row-start:3;
}
.gridc-1299 > .r3-1299 {
	grid-row-start:3;
	overflow:hidden;
}
.gridc > .re3-1299 {
	grid-row-end:3;
}
.gridc-1299 > .re3-1299 {
	grid-row-end:3;
}
.gridc > .c3-1299 {
	grid-column-start:3;
}
.gridc-1299 > .c3-1299 {
	grid-column-start:3;
}
.gridc > .ce3-1299 {
	grid-column-end:3;
}
.gridc-1299 > .ce3-1299 {
	grid-column-end:3;
}

.o4-1299 {
		order:4;
	}

.fl4-1299 {
	flex:4;
}

.gridc > .r4-1299 {
	grid-row-start:4;
}
.gridc-1299 > .r4-1299 {
	grid-row-start:4;
	overflow:hidden;
}
.gridc > .re4-1299 {
	grid-row-end:4;
}
.gridc-1299 > .re4-1299 {
	grid-row-end:4;
}
.gridc > .c4-1299 {
	grid-column-start:4;
}
.gridc-1299 > .c4-1299 {
	grid-column-start:4;
}
.gridc > .ce4-1299 {
	grid-column-end:4;
}
.gridc-1299 > .ce4-1299 {
	grid-column-end:4;
}

.o5-1299 {
		order:5;
	}

.fl5-1299 {
	flex:5;
}

.gridc > .r5-1299 {
	grid-row-start:5;
}
.gridc-1299 > .r5-1299 {
	grid-row-start:5;
	overflow:hidden;
}
.gridc > .re5-1299 {
	grid-row-end:5;
}
.gridc-1299 > .re5-1299 {
	grid-row-end:5;
}
.gridc > .c5-1299 {
	grid-column-start:5;
}
.gridc-1299 > .c5-1299 {
	grid-column-start:5;
}
.gridc > .ce5-1299 {
	grid-column-end:5;
}
.gridc-1299 > .ce5-1299 {
	grid-column-end:5;
}

.o6-1299 {
		order:6;
	}

.fl6-1299 {
	flex:6;
}

.gridc > .r6-1299 {
	grid-row-start:6;
}
.gridc-1299 > .r6-1299 {
	grid-row-start:6;
	overflow:hidden;
}
.gridc > .re6-1299 {
	grid-row-end:6;
}
.gridc-1299 > .re6-1299 {
	grid-row-end:6;
}
.gridc > .c6-1299 {
	grid-column-start:6;
}
.gridc-1299 > .c6-1299 {
	grid-column-start:6;
}
.gridc > .ce6-1299 {
	grid-column-end:6;
}
.gridc-1299 > .ce6-1299 {
	grid-column-end:6;
}

.o7-1299 {
		order:7;
	}

.fl7-1299 {
	flex:7;
}

.gridc > .r7-1299 {
	grid-row-start:7;
}
.gridc-1299 > .r7-1299 {
	grid-row-start:7;
	overflow:hidden;
}
.gridc > .re7-1299 {
	grid-row-end:7;
}
.gridc-1299 > .re7-1299 {
	grid-row-end:7;
}
.gridc > .c7-1299 {
	grid-column-start:7;
}
.gridc-1299 > .c7-1299 {
	grid-column-start:7;
}
.gridc > .ce7-1299 {
	grid-column-end:7;
}
.gridc-1299 > .ce7-1299 {
	grid-column-end:7;
}

.o8-1299 {
		order:8;
	}

.fl8-1299 {
	flex:8;
}

.gridc > .r8-1299 {
	grid-row-start:8;
}
.gridc-1299 > .r8-1299 {
	grid-row-start:8;
	overflow:hidden;
}
.gridc > .re8-1299 {
	grid-row-end:8;
}
.gridc-1299 > .re8-1299 {
	grid-row-end:8;
}
.gridc > .c8-1299 {
	grid-column-start:8;
}
.gridc-1299 > .c8-1299 {
	grid-column-start:8;
}
.gridc > .ce8-1299 {
	grid-column-end:8;
}
.gridc-1299 > .ce8-1299 {
	grid-column-end:8;
}

.o9-1299 {
		order:9;
	}

.fl9-1299 {
	flex:9;
}

.gridc > .r9-1299 {
	grid-row-start:9;
}
.gridc-1299 > .r9-1299 {
	grid-row-start:9;
	overflow:hidden;
}
.gridc > .re9-1299 {
	grid-row-end:9;
}
.gridc-1299 > .re9-1299 {
	grid-row-end:9;
}
.gridc > .c9-1299 {
	grid-column-start:9;
}
.gridc-1299 > .c9-1299 {
	grid-column-start:9;
}
.gridc > .ce9-1299 {
	grid-column-end:9;
}
.gridc-1299 > .ce9-1299 {
	grid-column-end:9;
}

.z1-1299 {
	z-index:1;
}

.z9999999-1299 {
	z-index:9999999;
}

.z2-1299 {
	z-index:2;
}

.z9999998-1299 {
	z-index:9999998;
}

.z3-1299 {
	z-index:3;
}

.z9999997-1299 {
	z-index:9999997;
}

.z4-1299 {
	z-index:4;
}

.z9999996-1299 {
	z-index:9999996;
}

.z5-1299 {
	z-index:5;
}

.z9999995-1299 {
	z-index:9999995;
}

.z6-1299 {
	z-index:6;
}

.z9999994-1299 {
	z-index:9999994;
}

.z7-1299 {
	z-index:7;
}

.z9999993-1299 {
	z-index:9999993;
}

.z8-1299 {
	z-index:8;
}

.z9999992-1299 {
	z-index:9999992;
}

.z9-1299 {
	z-index:9;
}

.z9999991-1299 {
	z-index:9999991;
}

.w100-1299 {
	font-weight:100;
}
.w200-1299 {
	font-weight:200;
}
.w300-1299 {
	font-weight:300;
}
.w400-1299 {
	font-weight:400;
}
.w500-1299 {
	font-weight:500;
}
.w600-1299 {
	font-weight:600;
}
.w700-1299 {
	font-weight:700;
}
.w800-1299 {
	font-weight:800;
}
.w900-1299 {
	font-weight:900;
}
.f1-1299 {
	font-size:1.1em;
	line-height:1.1em;
}

p.f1-1299,
p > *.f1-1299 {
	line-height:1.4em;
}
.f1_5-1299 {
	font-size:1.15em;
	line-height:1.15em;
}

p.f1_5-1299,
p > *.f1_5-1299 {
	line-height:1.18em;
}
.f2-1299 {
	font-size:1.2em;
	line-height:1.2em;
}

p.f2-1299,
p > *.f2-1299 {
	line-height:1.5em;
}
.f2_5-1299 {
	font-size:1.25em;
	line-height:1.25em;
}

p.f2_5-1299,
p > *.f2_5-1299 {
	line-height:1.28em;
}
.f3-1299 {
	font-size:1.3em;
	line-height:1.3em;
}

p.f3-1299,
p > *.f3-1299 {
	line-height:1.6em;
}
.f3_5-1299 {
	font-size:1.35em;
	line-height:1.35em;
}

p.f3_5-1299,
p > *.f3_5-1299 {
	line-height:1.38em;
}
.f4-1299 {
	font-size:1.4em;
	line-height:1.4em;
}

p.f4-1299,
p > *.f4-1299 {
	line-height:1.7em;
}
.f4_5-1299 {
	font-size:1.45em;
	line-height:1.45em;
}

p.f4_5-1299,
p > *.f4_5-1299 {
	line-height:1.48em;
}
.f5-1299 {
	font-size:1.5em;
	line-height:1.5em;
}

p.f5-1299,
p > *.f5-1299 {
	line-height:1.8em;
}
.f5_5-1299 {
	font-size:1.55em;
	line-height:1.55em;
}

p.f5_5-1299,
p > *.f5_5-1299 {
	line-height:1.58em;
}
.f6-1299 {
	font-size:1.6em;
	line-height:1.6em;
}

p.f6-1299,
p > *.f6-1299 {
	line-height:1.9em;
}
.f6_5-1299 {
	font-size:1.65em;
	line-height:1.65em;
}

p.f6_5-1299,
p > *.f6_5-1299 {
	line-height:1.68em;
}
.f7-1299 {
	font-size:1.7em;
	line-height:1.7em;
}

p.f7-1299,
p > *.f7-1299 {
	line-height:1.10em;
}
.f7_5-1299 {
	font-size:1.75em;
	line-height:1.75em;
}

p.f7_5-1299,
p > *.f7_5-1299 {
	line-height:1.78em;
}
.f8-1299 {
	font-size:1.8em;
	line-height:1.8em;
}

p.f8-1299,
p > *.f8-1299 {
	line-height:1.11em;
}
.f8_5-1299 {
	font-size:1.85em;
	line-height:1.85em;
}

p.f8_5-1299,
p > *.f8_5-1299 {
	line-height:1.88em;
}
.f9-1299 {
	font-size:1.9em;
	line-height:1.9em;
}

p.f9-1299,
p > *.f9-1299 {
	line-height:1.12em;
}
.f9_5-1299 {
	font-size:1.95em;
	line-height:1.95em;
}

p.f9_5-1299,
p > *.f9_5-1299 {
	line-height:1.98em;
}
.f10-1299 {
	font-size:2em;
	line-height:2em;
}

p.f10-1299,
p > *.f10-1299 {
	line-height:2em;
}
.f10_5-1299 {
	font-size:2em;
	line-height:2em;
}

p.f10_5-1299,
p > *.f10_5-1299 {
	line-height:2em;
}
.nf1-1299 {
	font-size:0.9em;
}

*:not(p):not(ul):not(ol).nf1-1299 {
	line-height:0.9em;
}

p.nf1-1299,
ul.nf1-1299,
ol.nf1-1299 {
	line-height:1.9em;
}
.nf1_5-1299 {
	font-size:0.85em;
}

*:not(p):not(ul):not(ol).nf1_5-1299 {
	line-height:0.85em;
}

p.nf1_5-1299,
ul.nf1_5-1299,
ol.nf1_5-1299 {
	line-height:1.85em;
}
.nf2-1299 {
	font-size:0.8em;
}

*:not(p):not(ul):not(ol).nf2-1299 {
	line-height:0.8em;
}

p.nf2-1299,
ul.nf2-1299,
ol.nf2-1299 {
	line-height:1.8em;
}
.nf2_5-1299 {
	font-size:0.75em;
}

*:not(p):not(ul):not(ol).nf2_5-1299 {
	line-height:0.75em;
}

p.nf2_5-1299,
ul.nf2_5-1299,
ol.nf2_5-1299 {
	line-height:1.75em;
}
.nf3-1299 {
	font-size:0.7em;
}

*:not(p):not(ul):not(ol).nf3-1299 {
	line-height:0.7em;
}

p.nf3-1299,
ul.nf3-1299,
ol.nf3-1299 {
	line-height:1.7em;
}
.nf3_5-1299 {
	font-size:0.65em;
}

*:not(p):not(ul):not(ol).nf3_5-1299 {
	line-height:0.65em;
}

p.nf3_5-1299,
ul.nf3_5-1299,
ol.nf3_5-1299 {
	line-height:1.65em;
}
.nf4-1299 {
	font-size:0.6em;
}

*:not(p):not(ul):not(ol).nf4-1299 {
	line-height:0.6em;
}

p.nf4-1299,
ul.nf4-1299,
ol.nf4-1299 {
	line-height:1.6em;
}
.nf4_5-1299 {
	font-size:0.55em;
}

*:not(p):not(ul):not(ol).nf4_5-1299 {
	line-height:0.55em;
}

p.nf4_5-1299,
ul.nf4_5-1299,
ol.nf4_5-1299 {
	line-height:1.55em;
}
.nf5-1299 {
	font-size:0.5em;
}

*:not(p):not(ul):not(ol).nf5-1299 {
	line-height:0.5em;
}

p.nf5-1299,
ul.nf5-1299,
ol.nf5-1299 {
	line-height:1.5em;
}
.nf5_5-1299 {
	font-size:0.45em;
}

*:not(p):not(ul):not(ol).nf5_5-1299 {
	line-height:0.45em;
}

p.nf5_5-1299,
ul.nf5_5-1299,
ol.nf5_5-1299 {
	line-height:1.45em;
}
.nf6-1299 {
	font-size:0.4em;
}

*:not(p):not(ul):not(ol).nf6-1299 {
	line-height:0.4em;
}

p.nf6-1299,
ul.nf6-1299,
ol.nf6-1299 {
	line-height:1.4em;
}
.nf6_5-1299 {
	font-size:0.35em;
}

*:not(p):not(ul):not(ol).nf6_5-1299 {
	line-height:0.35em;
}

p.nf6_5-1299,
ul.nf6_5-1299,
ol.nf6_5-1299 {
	line-height:1.35em;
}
.nf7-1299 {
	font-size:0.3em;
}

*:not(p):not(ul):not(ol).nf7-1299 {
	line-height:0.3em;
}

p.nf7-1299,
ul.nf7-1299,
ol.nf7-1299 {
	line-height:1.3em;
}
.nf7_5-1299 {
	font-size:0.25em;
}

*:not(p):not(ul):not(ol).nf7_5-1299 {
	line-height:0.25em;
}

p.nf7_5-1299,
ul.nf7_5-1299,
ol.nf7_5-1299 {
	line-height:1.25em;
}
.nf8-1299 {
	font-size:0.2em;
}

*:not(p):not(ul):not(ol).nf8-1299 {
	line-height:0.2em;
}

p.nf8-1299,
ul.nf8-1299,
ol.nf8-1299 {
	line-height:1.2em;
}
.nf8_5-1299 {
	font-size:0.15em;
}

*:not(p):not(ul):not(ol).nf8_5-1299 {
	line-height:0.15em;
}

p.nf8_5-1299,
ul.nf8_5-1299,
ol.nf8_5-1299 {
	line-height:1.15em;
}
.nf9-1299 {
	font-size:0.1em;
}

*:not(p):not(ul):not(ol).nf9-1299 {
	line-height:0.1em;
}

p.nf9-1299,
ul.nf9-1299,
ol.nf9-1299 {
	line-height:1.1em;
}
.nf9_5-1299 {
	font-size:0.05em;
}

*:not(p):not(ul):not(ol).nf9_5-1299 {
	line-height:0.05em;
}

p.nf9_5-1299,
ul.nf9_5-1299,
ol.nf9_5-1299 {
	line-height:1.05em;
}
  .invisible-1299 {
			visibility:hidden!important;
		}

  .last-1299 {
			margin-right:0px!important;
		}

  .floatl-1299 {
			float:left!important;
		}

  .floatr-1299 {
			float:right!important;
		}

  .left-1299 {
			float:left!important;
		}

  .right-1299 {
			float:right!important;
		}

  .floatn-1299,
 .grid.floatn-1299 {
			float:none!important;
		}

  .grid-1299 {
			float:left!important;
overflow:hidden;;
		}

  .grid.last-1299 {
			float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
		}

  .none-1299 {
			display:none!important;
		}

  .block-1299 {
			display:block!important;
		}

  .iblock-1299 {
			display:inline-block!important;
		}

  .inline-1299 {
			display:inline!important;
		}

  .table-1299 {
			display:table!important;
		}

  .row-1299 {
			display:table-row!important;
		}

  .cell-1299 {
			display:table-cell!important;
vertical-align:middle;
		}

  .collapse-1299 {
			border-collapse:collapse;
		}

  .clearl-1299 {
			clear:left!important;
		}

  .clearr-1299 {
			clear:right!important;
		}

  .clearn-1299 {
			clear:none!important;
		}

  .clearnone-1299 {
			clear:none!important;
		}

  .clearb-1299 {
			clear:both!important;
		}

  .clear-1299 {
			float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
		}

  .up-1299 {
			text-transform:uppercase;
		}

  .transnone-1299 {
			text-transform:none;
		}

  .strike-1299 {
			text-decoration:line-through;
		}

  .alignl-1299 {
			text-align:left!important;
		}

  .alignr-1299 {
			text-align:right!important;
		}

  .alignc-1299 {
			text-align:center!important;
		}

  .alignj-1299 {
			text-align:justify!important;
		}

  .valign-1299 {
			vertical-align:middle!important;
		}

  .widthauto-1299 {
			width:auto!important;
		}

  .heightauto-1299 {
			height:auto!important;
min-height:0px!important;
		}

.square.heightauto-1299::after {
	display:none!important;
}

.square.heightauto-1299 > * {
	position:static!important;
}

  .width0-1299 {
			width:0px;
		}

  .width50-1299 {
			width:50%;
		}

  .height0-1299 {
			height:0px;
		}

  .height50-1299 {
			height:50%;
		}

  .mw100-1299 {
			max-width:100%;
		}

  .mw90-1299 {
			max-width:90%;
		}

  .mw80-1299 {
			max-width:80%;
		}

  .mw70-1299 {
			max-width:70%;
		}

  .mw60-1299 {
			max-width:60%;
		}

  .mw50-1299 {
			max-width:50%;
		}

  .mw40-1299 {
			max-width:40%;
		}

  .mw30-1299 {
			max-width:30%;
		}

  .mw20-1299 {
			max-width:20%;
		}

  .mw10-1299 {
			max-width:10%;
		}

  .mwnone-1299 {
			max-width:none;
		}

  .fw-1299,
 .grid.fw-1299,
 .floatl.fw-1299 {
			width:100%!important;
      margin-left:0px!important;
			margin-right:0px!important;
		}

  .fh-1299 {
			height:100%!important;
		}

  .pointer-1299 {
			cursor:pointer!important;
		}

  .noallow-1299 {
			cursor:not-allowed!important;
		}

  .noselect-1299 {
			user-select:none!important;
		}

  .static-1299 {
			position:static!important;
		}

  .relative-1299 {
			position:relative!important;
		}

  .absolute-1299 {
			position:absolute!important;
		}

  .fixed-1299 {
			position:fixed!important;
		}

  .spacing-1299 {
			margin-bottom:7px!important;
		}

  .spacing.floatl-1299 {
			margin-right:15px!important;
		}

  .spacing.floatr-1299 {
			margin-left:15px!important;
		}

  .flowhide-1299 {
			overflow:hidden;
		}

  .flowshow-1299 {
			overflow:visible;
		}

  .flowauto-1299 {
			overflow:auto;
		}

  .nowrap-1299 {
			white-space:nowrap;
		}

  .lhreset-1299 {
			line-height:normal;
		}

  .circle-1299 {
			border-radius:50%!important;
		}

  .radnone-1299 {
			border-radius:0px!important;
		}

  .vh10-1299 {
			height:10vh!important;
		}

  .vh25-1299 {
			height:25vh!important;
		}

  .vh50-1299 {
			height:50vh!important;
		}

  .vh100-1299 {
			height:100vh!important;
		}

  .vw10-1299 {
			width:10vw!important;
		}

  .vw25-1299 {
			width:25vw!important;
		}

  .vw50-1299 {
			width:50vw!important;
		}

  .vw100-1299 {
			width:100vw!important;
		}

  .flexw-1299 {
			flex-wrap:wrap!important;
		}

  .flexwn-1299 {
			flex-wrap:nowrap!important;
		}

  .flexwr-1299 {
			flex-wrap:wrap-reverse!important;
		}

  .flexdr-1299 {
			flex-direction:row!important;
		}

  .flexdrr-1299 {
			flex-direction:row-reverse!important;
		}

  .flexdc-1299 {
			flex-direction:column!important;
		}

  .flexdcr-1299 {
			flex-direction:column-reverse!important;
		}

  .flex-1299 {
			display:flex!important;
align-items:center;
flex-wrap:wrap;;
		}

  .iflex-1299 {
			display:inline-flex!important;
align-items:center;;
		}

  .spaced-1299 {
			justify-content:space-between;
		}

  .flexdr.spaced-1299 {
			align-content:space-between;
		}

  .spacee-1299 {
			justify-content:space-evenly;
		}

  .falignst-1299 {
			align-items:stretch;;
		}

  .falignc-1299 {
			align-items:center;;
		}

  .faligns-1299 {
			align-items:flex-start;;
		}

  .faligne-1299 {
			align-items:flex-end;;
		}

  .fjustl-1299 {
			justify-content:flex-start;;
		}

  .fjustr-1299 {
			justify-content:flex-end;;
		}

  .fjustc-1299 {
			justify-content:center;;
		}

  .flexn-1299 {
			flex:none!important;width:100%;;
		}

  .gridc-1299 {
			display:grid!important;;
		}

  .o100-1299 {
			opacity:1;
		}

  .o90-1299 {
			opacity:0.9;
		}

  .o80-1299 {
			opacity:0.8;
		}

  .o70-1299 {
			opacity:0.7;
		}

  .o60-1299 {
			opacity:0.6;
		}

  .o50-1299 {
			opacity:0.5;
		}

  .o40-1299 {
			opacity:0.4;
		}

  .o30-1299 {
			opacity:0.3;
		}

  .o20-1299 {
			opacity:0.2;
		}

  .o10-1299 {
			opacity:0.1;
		}

  .o0-1299 {
			opacity:0;
		}

  .left0-1299 {
			left:0px!important;;
		}

  .right0-1299 {
			right:0px!important;;
		}

  .top0-1299 {
			top:0px!important;;
		}

  .bottom0-1299 {
			bottom:0px!important;;
		}

  .left50-1299 {
			left:50%!important;;
		}

  .right50-1299 {
			right:50%!important;;
		}

  .top50-1299 {
			top:50%!important;;
		}

  .bottom50-1299 {
			bottom:50%!important;;
		}

  .left100-1299 {
			left:100%!important;;
		}

  .right100-1299 {
			right:100%!important;;
		}

  .top100-1299 {
			top:100%!important;;
		}

  .bottom100-1299 {
			bottom:100%!important;;
		}

  .leftauto-1299 {
			left:auto!important;;
		}

  .rightauto-1299 {
			right:auto!important;;
		}

  .topauto-1299 {
			top:auto!important;;
		}

  .bottomauto-1299 {
			bottom:auto!important;;
		}

  .all0-1299 {
			top:0px!important;
bottom:0px!important;
left:0px!important;
right:0px!important;;
		}

  .lineup.fw-1299, .lineupgroup.fw-1299 {
			height:auto!important;
	}

	

			.padded_tiny-1299 {
				padding:5px!important;

			}

			.paddedtb_tiny-1299 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-1299 {
				padding-top:5px!important;
			}

			.paddedb_tiny-1299 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-1299 {
				padding-left:5px!important;
			}

			.paddedr_tiny-1299 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-1299 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-1299 {
				margin:5px!important;
			}

			.margintb_tiny-1299 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-1299 {
				margin-top:5px!important;
			}

			.marginb_tiny-1299 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-1299 {
				margin-left:5px!important;
			}

			.marginr_tiny-1299 {
				margin-right:5px!important;
			}

			.marginlr_tiny-1299 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			
			.nmarginlr_tiny {
				margin-left:-5px!important;
				margin-right:-5px!important;
			}
				
			.nmargin_tiny-1299 {
				margin:-5px!important;
			}

			.nmargintb_tiny-1299 {
				margin-top:-5px!important;
				margin-bottom:-5px!important;
			}

			.nmargint_tiny-1299 {
				margin-top:-5px!important;
			}

			.nmarginb_tiny-1299 {
				margin-bottom:-5px!important;
			}

			.nmarginl_tiny-1299 {
				margin-left:-5px!important;
			}

			.nmarginr_tiny-1299 {
				margin-right:-5px!important;
			}
			
			.padded_small-1299 {
				padding:10px!important;

			}

			.paddedtb_small-1299 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-1299 {
				padding-top:10px!important;
			}

			.paddedb_small-1299 {
				padding-bottom:10px!important;
			}

			.paddedl_small-1299 {
				padding-left:10px!important;
			}

			.paddedr_small-1299 {
				padding-right:10px!important;
			}

			.paddedlr_small-1299 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-1299 {
				margin:10px!important;
			}

			.margintb_small-1299 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-1299 {
				margin-top:10px!important;
			}

			.marginb_small-1299 {
				margin-bottom:10px!important;
			}

			.marginl_small-1299 {
				margin-left:10px!important;
			}

			.marginr_small-1299 {
				margin-right:10px!important;
			}

			.marginlr_small-1299 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_small {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_small-1299 {
				margin:-10px!important;
			}

			.nmargintb_small-1299 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_small-1299 {
				margin-top:-10px!important;
			}

			.nmarginb_small-1299 {
				margin-bottom:-10px!important;
			}

			.nmarginl_small-1299 {
				margin-left:-10px!important;
			}

			.nmarginr_small-1299 {
				margin-right:-10px!important;
			}
			
			.padded_medium-1299 {
				padding:20px!important;

			}

			.paddedtb_medium-1299 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-1299 {
				padding-top:20px!important;
			}

			.paddedb_medium-1299 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-1299 {
				padding-left:20px!important;
			}

			.paddedr_medium-1299 {
				padding-right:20px!important;
			}

			.paddedlr_medium-1299 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-1299 {
				margin:20px!important;
			}

			.margintb_medium-1299 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-1299 {
				margin-top:20px!important;
			}

			.marginb_medium-1299 {
				margin-bottom:20px!important;
			}

			.marginl_medium-1299 {
				margin-left:20px!important;
			}

			.marginr_medium-1299 {
				margin-right:20px!important;
			}

			.marginlr_medium-1299 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			
			.nmarginlr_medium {
				margin-left:-20px!important;
				margin-right:-20px!important;
			}
				
			.nmargin_medium-1299 {
				margin:-20px!important;
			}

			.nmargintb_medium-1299 {
				margin-top:-20px!important;
				margin-bottom:-20px!important;
			}

			.nmargint_medium-1299 {
				margin-top:-20px!important;
			}

			.nmarginb_medium-1299 {
				margin-bottom:-20px!important;
			}

			.nmarginl_medium-1299 {
				margin-left:-20px!important;
			}

			.nmarginr_medium-1299 {
				margin-right:-20px!important;
			}
			
			.padded_large-1299 {
				padding:40px!important;

			}

			.paddedtb_large-1299 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-1299 {
				padding-top:40px!important;
			}

			.paddedb_large-1299 {
				padding-bottom:40px!important;
			}

			.paddedl_large-1299 {
				padding-left:40px!important;
			}

			.paddedr_large-1299 {
				padding-right:40px!important;
			}

			.paddedlr_large-1299 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-1299 {
				margin:40px!important;
			}

			.margintb_large-1299 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-1299 {
				margin-top:40px!important;
			}

			.marginb_large-1299 {
				margin-bottom:40px!important;
			}

			.marginl_large-1299 {
				margin-left:40px!important;
			}

			.marginr_large-1299 {
				margin-right:40px!important;
			}

			.marginlr_large-1299 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			
			.nmarginlr_large {
				margin-left:-40px!important;
				margin-right:-40px!important;
			}
				
			.nmargin_large-1299 {
				margin:-40px!important;
			}

			.nmargintb_large-1299 {
				margin-top:-40px!important;
				margin-bottom:-40px!important;
			}

			.nmargint_large-1299 {
				margin-top:-40px!important;
			}

			.nmarginb_large-1299 {
				margin-bottom:-40px!important;
			}

			.nmarginl_large-1299 {
				margin-left:-40px!important;
			}

			.nmarginr_large-1299 {
				margin-right:-40px!important;
			}
			
			.padded_core-1299 {
				padding:10px!important;

			}

			.paddedtb_core-1299 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-1299 {
				padding-top:10px!important;
			}

			.paddedb_core-1299 {
				padding-bottom:10px!important;
			}

			.paddedl_core-1299 {
				padding-left:10px!important;
			}

			.paddedr_core-1299 {
				padding-right:10px!important;
			}

			.paddedlr_core-1299 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-1299 {
				margin:10px!important;
			}

			.margintb_core-1299 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-1299 {
				margin-top:10px!important;
			}

			.marginb_core-1299 {
				margin-bottom:10px!important;
			}

			.marginl_core-1299 {
				margin-left:10px!important;
			}

			.marginr_core-1299 {
				margin-right:10px!important;
			}

			.marginlr_core-1299 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_core {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_core-1299 {
				margin:-10px!important;
			}

			.nmargintb_core-1299 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_core-1299 {
				margin-top:-10px!important;
			}

			.nmarginb_core-1299 {
				margin-bottom:-10px!important;
			}

			.nmarginl_core-1299 {
				margin-left:-10px!important;
			}

			.nmarginr_core-1299 {
				margin-right:-10px!important;
			}
						
			.margin_auto-1299 {
				margin:auto!important;
			}

			.margintb_auto-1299 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-1299 {
				margin-top:auto!important;
			}

			.marginb_auto-1299 {
				margin-bottom:auto!important;
			}

			.marginl_auto-1299 {
				margin-left:auto!important;
			}

			.marginr_auto-1299 {
				margin-right:auto!important;
			}

			.marginlr_auto-1299 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			
			.nmarginlr_auto {
				margin-left:-auto!important;
				margin-right:-auto!important;
			}
				
			.nmargin_auto-1299 {
				margin:-auto!important;
			}

			.nmargintb_auto-1299 {
				margin-top:-auto!important;
				margin-bottom:-auto!important;
			}

			.nmargint_auto-1299 {
				margin-top:-auto!important;
			}

			.nmarginb_auto-1299 {
				margin-bottom:-auto!important;
			}

			.nmarginl_auto-1299 {
				margin-left:-auto!important;
			}

			.nmarginr_auto-1299 {
				margin-right:-auto!important;
			}
			
			.padded_none-1299 {
				padding:0px!important;

			}

			.paddedtb_none-1299 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-1299 {
				padding-top:0px!important;
			}

			.paddedb_none-1299 {
				padding-bottom:0px!important;
			}

			.paddedl_none-1299 {
				padding-left:0px!important;
			}

			.paddedr_none-1299 {
				padding-right:0px!important;
			}

			.paddedlr_none-1299 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-1299 {
				margin:0px!important;
			}

			.margintb_none-1299 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-1299 {
				margin-top:0px!important;
			}

			.marginb_none-1299 {
				margin-bottom:0px!important;
			}

			.marginl_none-1299 {
				margin-left:0px!important;
			}

			.marginr_none-1299 {
				margin-right:0px!important;
			}

			.marginlr_none-1299 {
				margin-left:0px!important;
				margin-right:0px!important;
			}
			
			.nmarginlr_none {
				margin-left:-0px!important;
				margin-right:-0px!important;
			}
				
			.nmargin_none-1299 {
				margin:-0px!important;
			}

			.nmargintb_none-1299 {
				margin-top:-0px!important;
				margin-bottom:-0px!important;
			}

			.nmargint_none-1299 {
				margin-top:-0px!important;
			}

			.nmarginb_none-1299 {
				margin-bottom:-0px!important;
			}

			.nmarginl_none-1299 {
				margin-left:-0px!important;
			}

			.nmarginr_none-1299 {
				margin-right:-0px!important;
			}
			
			.padded_p100-1299 {
				padding:100%!important;

			}

			.paddedtb_p100-1299 {
				padding-top:100%!important;
				padding-bottom:100%!important;
			}

			.paddedt_p100-1299 {
				padding-top:100%!important;
			}

			.paddedb_p100-1299 {
				padding-bottom:100%!important;
			}

			.paddedl_p100-1299 {
				padding-left:100%!important;
			}

			.paddedr_p100-1299 {
				padding-right:100%!important;
			}

			.paddedlr_p100-1299 {
				padding-left:100%!important;
				padding-right:100%!important;
			}
		
						
			.margin_p100-1299 {
				margin:100%!important;
			}

			.margintb_p100-1299 {
				margin-top:100%!important;
				margin-bottom:100%!important;
			}

			.margint_p100-1299 {
				margin-top:100%!important;
			}

			.marginb_p100-1299 {
				margin-bottom:100%!important;
			}

			.marginl_p100-1299 {
				margin-left:100%!important;
			}

			.marginr_p100-1299 {
				margin-right:100%!important;
			}

			.marginlr_p100-1299 {
				margin-left:100%!important;
				margin-right:100%!important;
			}
			
			.nmarginlr_p100 {
				margin-left:-100%!important;
				margin-right:-100%!important;
			}
				
			.nmargin_p100-1299 {
				margin:-100%!important;
			}

			.nmargintb_p100-1299 {
				margin-top:-100%!important;
				margin-bottom:-100%!important;
			}

			.nmargint_p100-1299 {
				margin-top:-100%!important;
			}

			.nmarginb_p100-1299 {
				margin-bottom:-100%!important;
			}

			.nmarginl_p100-1299 {
				margin-left:-100%!important;
			}

			.nmarginr_p100-1299 {
				margin-right:-100%!important;
			}
			
			.padded_p75-1299 {
				padding:75%!important;

			}

			.paddedtb_p75-1299 {
				padding-top:75%!important;
				padding-bottom:75%!important;
			}

			.paddedt_p75-1299 {
				padding-top:75%!important;
			}

			.paddedb_p75-1299 {
				padding-bottom:75%!important;
			}

			.paddedl_p75-1299 {
				padding-left:75%!important;
			}

			.paddedr_p75-1299 {
				padding-right:75%!important;
			}

			.paddedlr_p75-1299 {
				padding-left:75%!important;
				padding-right:75%!important;
			}
		
						
			.margin_p75-1299 {
				margin:75%!important;
			}

			.margintb_p75-1299 {
				margin-top:75%!important;
				margin-bottom:75%!important;
			}

			.margint_p75-1299 {
				margin-top:75%!important;
			}

			.marginb_p75-1299 {
				margin-bottom:75%!important;
			}

			.marginl_p75-1299 {
				margin-left:75%!important;
			}

			.marginr_p75-1299 {
				margin-right:75%!important;
			}

			.marginlr_p75-1299 {
				margin-left:75%!important;
				margin-right:75%!important;
			}
			
			.nmarginlr_p75 {
				margin-left:-75%!important;
				margin-right:-75%!important;
			}
				
			.nmargin_p75-1299 {
				margin:-75%!important;
			}

			.nmargintb_p75-1299 {
				margin-top:-75%!important;
				margin-bottom:-75%!important;
			}

			.nmargint_p75-1299 {
				margin-top:-75%!important;
			}

			.nmarginb_p75-1299 {
				margin-bottom:-75%!important;
			}

			.nmarginl_p75-1299 {
				margin-left:-75%!important;
			}

			.nmarginr_p75-1299 {
				margin-right:-75%!important;
			}
			
			.padded_p50-1299 {
				padding:50%!important;

			}

			.paddedtb_p50-1299 {
				padding-top:50%!important;
				padding-bottom:50%!important;
			}

			.paddedt_p50-1299 {
				padding-top:50%!important;
			}

			.paddedb_p50-1299 {
				padding-bottom:50%!important;
			}

			.paddedl_p50-1299 {
				padding-left:50%!important;
			}

			.paddedr_p50-1299 {
				padding-right:50%!important;
			}

			.paddedlr_p50-1299 {
				padding-left:50%!important;
				padding-right:50%!important;
			}
		
						
			.margin_p50-1299 {
				margin:50%!important;
			}

			.margintb_p50-1299 {
				margin-top:50%!important;
				margin-bottom:50%!important;
			}

			.margint_p50-1299 {
				margin-top:50%!important;
			}

			.marginb_p50-1299 {
				margin-bottom:50%!important;
			}

			.marginl_p50-1299 {
				margin-left:50%!important;
			}

			.marginr_p50-1299 {
				margin-right:50%!important;
			}

			.marginlr_p50-1299 {
				margin-left:50%!important;
				margin-right:50%!important;
			}
			
			.nmarginlr_p50 {
				margin-left:-50%!important;
				margin-right:-50%!important;
			}
				
			.nmargin_p50-1299 {
				margin:-50%!important;
			}

			.nmargintb_p50-1299 {
				margin-top:-50%!important;
				margin-bottom:-50%!important;
			}

			.nmargint_p50-1299 {
				margin-top:-50%!important;
			}

			.nmarginb_p50-1299 {
				margin-bottom:-50%!important;
			}

			.nmarginl_p50-1299 {
				margin-left:-50%!important;
			}

			.nmarginr_p50-1299 {
				margin-right:-50%!important;
			}
			
			.padded_p25-1299 {
				padding:25%!important;

			}

			.paddedtb_p25-1299 {
				padding-top:25%!important;
				padding-bottom:25%!important;
			}

			.paddedt_p25-1299 {
				padding-top:25%!important;
			}

			.paddedb_p25-1299 {
				padding-bottom:25%!important;
			}

			.paddedl_p25-1299 {
				padding-left:25%!important;
			}

			.paddedr_p25-1299 {
				padding-right:25%!important;
			}

			.paddedlr_p25-1299 {
				padding-left:25%!important;
				padding-right:25%!important;
			}
		
						
			.margin_p25-1299 {
				margin:25%!important;
			}

			.margintb_p25-1299 {
				margin-top:25%!important;
				margin-bottom:25%!important;
			}

			.margint_p25-1299 {
				margin-top:25%!important;
			}

			.marginb_p25-1299 {
				margin-bottom:25%!important;
			}

			.marginl_p25-1299 {
				margin-left:25%!important;
			}

			.marginr_p25-1299 {
				margin-right:25%!important;
			}

			.marginlr_p25-1299 {
				margin-left:25%!important;
				margin-right:25%!important;
			}
			
			.nmarginlr_p25 {
				margin-left:-25%!important;
				margin-right:-25%!important;
			}
				
			.nmargin_p25-1299 {
				margin:-25%!important;
			}

			.nmargintb_p25-1299 {
				margin-top:-25%!important;
				margin-bottom:-25%!important;
			}

			.nmargint_p25-1299 {
				margin-top:-25%!important;
			}

			.nmarginb_p25-1299 {
				margin-bottom:-25%!important;
			}

			.nmarginl_p25-1299 {
				margin-left:-25%!important;
			}

			.nmarginr_p25-1299 {
				margin-right:-25%!important;
			}
				.border_1-1299 {
		border:solid 1px rgba(0,0,0,0.5);;
	}

	.bordertb_1-1299 {
		border-top:solid 1px rgba(0,0,0,0.5);;
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.bordert_1-1299 {
		border-top:solid 1px rgba(0,0,0,0.5);;
	}

	.borderb_1-1299 {
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.borderl_1-1299 {
		border-left:solid 1px rgba(0,0,0,0.5);;
	}

	.borderr_1-1299 {
		border-right:solid 1px rgba(0,0,0,0.5);;
	}

	.borderlr_1-1299 {
		border-left:solid 1px rgba(0,0,0,0.5);;
		border-right:solid 1px rgba(0,0,0,0.5);;
	}
		.border_none-1299 {
		border:none;
	}

	.bordertb_none-1299 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-1299 {
		border-top:none;
	}

	.borderb_none-1299 {
		border-bottom:none;
	}

	.borderl_none-1299 {
		border-left:none;
	}

	.borderr_none-1299 {
		border-right:none;
	}

	.borderlr_none-1299 {
		border-left:none;
		border-right:none;
	}
		.border_core-1299 {
		border:solid 1px rgba(0,0,0,0.1);
	}

	.bordertb_core-1299 {
		border-top:solid 1px rgba(0,0,0,0.1);
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.bordert_core-1299 {
		border-top:solid 1px rgba(0,0,0,0.1);
	}

	.borderb_core-1299 {
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.borderl_core-1299 {
		border-left:solid 1px rgba(0,0,0,0.1);
	}

	.borderr_core-1299 {
		border-right:solid 1px rgba(0,0,0,0.1);
	}

	.borderlr_core-1299 {
		border-left:solid 1px rgba(0,0,0,0.1);
		border-right:solid 1px rgba(0,0,0,0.1);
	}
				.colour1_bg-1299 {
				background-color:#000000!important;
			}

			.colour1_bg-1299,
			a.colour1_bg-1299 {
				color:#FFFFFF!important;
			}
		
			.colour1_bg-1299 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour1-1299 a,
			a.colour1-1299 {
				color:#000000;
							}
			
			.colour1-1299 {
					color:#000000;
				background:transparent!important;
						}

					
			.colour1_bg-1299 input[type=text],
			.colour1_bg-1299 input[type=password],
			.colour1_bg-1299 input[type=number],
			.colour1_bg-1299 textarea,
			.colour1_bg-1299 select,
			.colour1_bg-1299 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour1_bg-1299 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour1_bg-1299 select {
				color:rgba(255,255,255,0.7);
			}

			.colour1_bg-1299 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour1_bg-1299 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour2_bg-1299 {
				background-color:#4b4a4b!important;
			}

			.colour2_bg-1299,
			a.colour2_bg-1299 {
				color:#FFFFFF!important;
			}
		
			.colour2_bg-1299 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour2-1299 a,
			a.colour2-1299 {
				color:#4b4a4b;
							}
			
			.colour2-1299 {
					color:#4b4a4b;
				background:transparent!important;
						}

					
			.colour2_bg-1299 input[type=text],
			.colour2_bg-1299 input[type=password],
			.colour2_bg-1299 input[type=number],
			.colour2_bg-1299 textarea,
			.colour2_bg-1299 select,
			.colour2_bg-1299 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour2_bg-1299 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour2_bg-1299 select {
				color:rgba(255,255,255,0.7);
			}

			.colour2_bg-1299 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour2_bg-1299 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour3_bg-1299 {
				background-color:#616062!important;
			}

			.colour3_bg-1299,
			a.colour3_bg-1299 {
				color:#FFFFFF!important;
			}
		
			.colour3_bg-1299 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour3-1299 a,
			a.colour3-1299 {
				color:#616062;
							}
			
			.colour3-1299 {
					color:#616062;
				background:transparent!important;
						}

					
			.colour3_bg-1299 input[type=text],
			.colour3_bg-1299 input[type=password],
			.colour3_bg-1299 input[type=number],
			.colour3_bg-1299 textarea,
			.colour3_bg-1299 select,
			.colour3_bg-1299 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour3_bg-1299 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour3_bg-1299 select {
				color:rgba(255,255,255,0.7);
			}

			.colour3_bg-1299 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour3_bg-1299 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour4_bg-1299 {
				background-color:#FFFFFF!important;
			}

			.colour4_bg-1299,
			a.colour4_bg-1299 {
				color:#202020!important;
			}
		
			.colour4_bg-1299 a:not(.more) {
				color:#202020;
			}

			
			.colour4-1299 a,
			a.colour4-1299 {
				color:#FFFFFF;
							}
			
			.colour4-1299 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour4_bg-1299 input[type=text],
			.colour4_bg-1299 input[type=password],
			.colour4_bg-1299 input[type=number],
			.colour4_bg-1299 textarea,
			.colour4_bg-1299 select,
			.colour4_bg-1299 select option {
				border-color:#202020;
				color:#202020;
				background:transparent;
			}
		
			.colour4_bg-1299 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour4_bg-1299 select {
				color:rgba(32,32,32,0.7);
			}

			.colour4_bg-1299 ::-webkit-input-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}

			.colour4_bg-1299 ::-moz-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}
		
						.colour5_bg-1299 {
				background-color:#FFFFFF!important;
			}

			.colour5_bg-1299,
			a.colour5_bg-1299 {
				color:#424040!important;
			}
		
			.colour5_bg-1299 a:not(.more) {
				color:#424040;
			}

			
			.colour5-1299 a,
			a.colour5-1299 {
				color:#FFFFFF;
							}
			
			.colour5-1299 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour5_bg-1299 input[type=text],
			.colour5_bg-1299 input[type=password],
			.colour5_bg-1299 input[type=number],
			.colour5_bg-1299 textarea,
			.colour5_bg-1299 select,
			.colour5_bg-1299 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour5_bg-1299 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour5_bg-1299 select {
				color:rgba(66,64,64,0.7);
			}

			.colour5_bg-1299 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour5_bg-1299 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
						.colour6_bg-1299 {
				background-color:#EEEEEE!important;
			}

			.colour6_bg-1299,
			a.colour6_bg-1299 {
				color:#424040!important;
			}
		
			.colour6_bg-1299 a:not(.more) {
				color:#424040;
			}

			
			.colour6-1299 a,
			a.colour6-1299 {
				color:#EEEEEE;
							}
			
			.colour6-1299 {
					color:#EEEEEE;
				background:transparent!important;
						}

					
			.colour6_bg-1299 input[type=text],
			.colour6_bg-1299 input[type=password],
			.colour6_bg-1299 input[type=number],
			.colour6_bg-1299 textarea,
			.colour6_bg-1299 select,
			.colour6_bg-1299 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour6_bg-1299 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour6_bg-1299 select {
				color:rgba(66,64,64,0.7);
			}

			.colour6_bg-1299 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour6_bg-1299 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
			
}

@media only screen and (max-width : 1249px) {
	
.grid.eight-1249 {
	float:left!important;
	width:10.575%!important;
margin-right:2.2%!important;;
}

.grid.eight_x2-1249 {
	float:left!important;
	width:23.35%!important;
margin-right:2.2%!important;;
}

.grid.eight_x3-1249 {
	float:left!important;
	width:36.125%!important;
margin-right:2.2%!important;;
}

.grid.eight_x4-1249 {
	float:left!important;
	width:48.9%!important;
margin-right:2.2%!important;;
}

.grid.eight_x5-1249 {
	float:left!important;
	width:61.675%!important;
margin-right:2.2%!important;;
}

.grid.eight_x6-1249 {
	float:left!important;
	width:74.45%!important;
margin-right:2.2%!important;;
}

.grid.eight_x7-1249 {
	float:left!important;
	width:87.225%!important;
margin-right:2.2%!important;;
}

.grid.seven-1249 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-1249 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-1249 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-1249 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-1249 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-1249 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-1249 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-1249 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-1249 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-1249 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-1249 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-1249 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-1249 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-1249 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-1249 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-1249 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-1249 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-1249 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-1249 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-1249 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-1249 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-1249 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.eight-1249 {
	width:12.5%!important;
}

.floatl.eight_x2-1249 {
	width:25%!important;
}

.floatl.eight_x3-1249 {
	width:37.5%!important;
}

.floatl.eight_x4-1249 {
	width:50%!important;
}

.floatl.eight_x5-1249 {
	width:62.5%!important;
}

.floatl.eight_x6-1249 {
	width:75%!important;
}

.floatl.eight_x7-1249 {
	width:87.5%!important;
}

.floatl.seven-1249 {
	width:14.28571429%!important;
}

.floatl.seven_x2-1249 {
	width:28.57142857%!important;
}

.floatl.seven_x3-1249 {
	width:42.85714286%!important;
}

.floatl.seven_x4-1249 {
	width:57.14285714%!important;
}

.floatl.seven_x5-1249 {
	width:71.42857143%!important;
}

.floatl.seven_x6-1249 {
	width:85.71428571%!important;
}

.floatl.six-1249 {
	width:16.66666667%!important;
}

.floatl.six_x2-1249 {
	width:33.33333333%!important;
}

.floatl.six_x3-1249 {
	width:50%!important;
}

.floatl.six_x4-1249 {
	width:66.6666667%!important;
}

.floatl.six_x5-1249 {
	width:83%!important;
}

.floatl.five-1249 {
	width:20%!important;
}

.floatl.five_x2-1249 {
	width:40%!important;
}

.floatl.five_x3-1249 {
	width:60%!important;
}

.floatl.five_x4-1249 {
	width:80%!important;
}

.floatl.four-1249 {
	width:25%!important;
}

.floatl.four_x2-1249 {
	width:50%!important;
}

.floatl.four_x3-1249 {
	width:75%!important;
}

.floatl.three-1249 {
	width:33.33333333%!important;
}

.floatl.three_x2-1249 {
	width:66.66666667%!important;
}

.floatl.two-1249 {
	width:50%!important;
}

.floatl.one-1249 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

.o1-1249 {
		order:1;
	}

.fl1-1249 {
	flex:1;
}

.gridc > .r1-1249 {
	grid-row-start:1;
}
.gridc-1249 > .r1-1249 {
	grid-row-start:1;
	overflow:hidden;
}
.gridc > .re1-1249 {
	grid-row-end:1;
}
.gridc-1249 > .re1-1249 {
	grid-row-end:1;
}
.gridc > .c1-1249 {
	grid-column-start:1;
}
.gridc-1249 > .c1-1249 {
	grid-column-start:1;
}
.gridc > .ce1-1249 {
	grid-column-end:1;
}
.gridc-1249 > .ce1-1249 {
	grid-column-end:1;
}

.o2-1249 {
		order:2;
	}

.fl2-1249 {
	flex:2;
}

.gridc > .r2-1249 {
	grid-row-start:2;
}
.gridc-1249 > .r2-1249 {
	grid-row-start:2;
	overflow:hidden;
}
.gridc > .re2-1249 {
	grid-row-end:2;
}
.gridc-1249 > .re2-1249 {
	grid-row-end:2;
}
.gridc > .c2-1249 {
	grid-column-start:2;
}
.gridc-1249 > .c2-1249 {
	grid-column-start:2;
}
.gridc > .ce2-1249 {
	grid-column-end:2;
}
.gridc-1249 > .ce2-1249 {
	grid-column-end:2;
}

.o3-1249 {
		order:3;
	}

.fl3-1249 {
	flex:3;
}

.gridc > .r3-1249 {
	grid-row-start:3;
}
.gridc-1249 > .r3-1249 {
	grid-row-start:3;
	overflow:hidden;
}
.gridc > .re3-1249 {
	grid-row-end:3;
}
.gridc-1249 > .re3-1249 {
	grid-row-end:3;
}
.gridc > .c3-1249 {
	grid-column-start:3;
}
.gridc-1249 > .c3-1249 {
	grid-column-start:3;
}
.gridc > .ce3-1249 {
	grid-column-end:3;
}
.gridc-1249 > .ce3-1249 {
	grid-column-end:3;
}

.o4-1249 {
		order:4;
	}

.fl4-1249 {
	flex:4;
}

.gridc > .r4-1249 {
	grid-row-start:4;
}
.gridc-1249 > .r4-1249 {
	grid-row-start:4;
	overflow:hidden;
}
.gridc > .re4-1249 {
	grid-row-end:4;
}
.gridc-1249 > .re4-1249 {
	grid-row-end:4;
}
.gridc > .c4-1249 {
	grid-column-start:4;
}
.gridc-1249 > .c4-1249 {
	grid-column-start:4;
}
.gridc > .ce4-1249 {
	grid-column-end:4;
}
.gridc-1249 > .ce4-1249 {
	grid-column-end:4;
}

.o5-1249 {
		order:5;
	}

.fl5-1249 {
	flex:5;
}

.gridc > .r5-1249 {
	grid-row-start:5;
}
.gridc-1249 > .r5-1249 {
	grid-row-start:5;
	overflow:hidden;
}
.gridc > .re5-1249 {
	grid-row-end:5;
}
.gridc-1249 > .re5-1249 {
	grid-row-end:5;
}
.gridc > .c5-1249 {
	grid-column-start:5;
}
.gridc-1249 > .c5-1249 {
	grid-column-start:5;
}
.gridc > .ce5-1249 {
	grid-column-end:5;
}
.gridc-1249 > .ce5-1249 {
	grid-column-end:5;
}

.o6-1249 {
		order:6;
	}

.fl6-1249 {
	flex:6;
}

.gridc > .r6-1249 {
	grid-row-start:6;
}
.gridc-1249 > .r6-1249 {
	grid-row-start:6;
	overflow:hidden;
}
.gridc > .re6-1249 {
	grid-row-end:6;
}
.gridc-1249 > .re6-1249 {
	grid-row-end:6;
}
.gridc > .c6-1249 {
	grid-column-start:6;
}
.gridc-1249 > .c6-1249 {
	grid-column-start:6;
}
.gridc > .ce6-1249 {
	grid-column-end:6;
}
.gridc-1249 > .ce6-1249 {
	grid-column-end:6;
}

.o7-1249 {
		order:7;
	}

.fl7-1249 {
	flex:7;
}

.gridc > .r7-1249 {
	grid-row-start:7;
}
.gridc-1249 > .r7-1249 {
	grid-row-start:7;
	overflow:hidden;
}
.gridc > .re7-1249 {
	grid-row-end:7;
}
.gridc-1249 > .re7-1249 {
	grid-row-end:7;
}
.gridc > .c7-1249 {
	grid-column-start:7;
}
.gridc-1249 > .c7-1249 {
	grid-column-start:7;
}
.gridc > .ce7-1249 {
	grid-column-end:7;
}
.gridc-1249 > .ce7-1249 {
	grid-column-end:7;
}

.o8-1249 {
		order:8;
	}

.fl8-1249 {
	flex:8;
}

.gridc > .r8-1249 {
	grid-row-start:8;
}
.gridc-1249 > .r8-1249 {
	grid-row-start:8;
	overflow:hidden;
}
.gridc > .re8-1249 {
	grid-row-end:8;
}
.gridc-1249 > .re8-1249 {
	grid-row-end:8;
}
.gridc > .c8-1249 {
	grid-column-start:8;
}
.gridc-1249 > .c8-1249 {
	grid-column-start:8;
}
.gridc > .ce8-1249 {
	grid-column-end:8;
}
.gridc-1249 > .ce8-1249 {
	grid-column-end:8;
}

.o9-1249 {
		order:9;
	}

.fl9-1249 {
	flex:9;
}

.gridc > .r9-1249 {
	grid-row-start:9;
}
.gridc-1249 > .r9-1249 {
	grid-row-start:9;
	overflow:hidden;
}
.gridc > .re9-1249 {
	grid-row-end:9;
}
.gridc-1249 > .re9-1249 {
	grid-row-end:9;
}
.gridc > .c9-1249 {
	grid-column-start:9;
}
.gridc-1249 > .c9-1249 {
	grid-column-start:9;
}
.gridc > .ce9-1249 {
	grid-column-end:9;
}
.gridc-1249 > .ce9-1249 {
	grid-column-end:9;
}

.z1-1249 {
	z-index:1;
}

.z9999999-1249 {
	z-index:9999999;
}

.z2-1249 {
	z-index:2;
}

.z9999998-1249 {
	z-index:9999998;
}

.z3-1249 {
	z-index:3;
}

.z9999997-1249 {
	z-index:9999997;
}

.z4-1249 {
	z-index:4;
}

.z9999996-1249 {
	z-index:9999996;
}

.z5-1249 {
	z-index:5;
}

.z9999995-1249 {
	z-index:9999995;
}

.z6-1249 {
	z-index:6;
}

.z9999994-1249 {
	z-index:9999994;
}

.z7-1249 {
	z-index:7;
}

.z9999993-1249 {
	z-index:9999993;
}

.z8-1249 {
	z-index:8;
}

.z9999992-1249 {
	z-index:9999992;
}

.z9-1249 {
	z-index:9;
}

.z9999991-1249 {
	z-index:9999991;
}

.w100-1249 {
	font-weight:100;
}
.w200-1249 {
	font-weight:200;
}
.w300-1249 {
	font-weight:300;
}
.w400-1249 {
	font-weight:400;
}
.w500-1249 {
	font-weight:500;
}
.w600-1249 {
	font-weight:600;
}
.w700-1249 {
	font-weight:700;
}
.w800-1249 {
	font-weight:800;
}
.w900-1249 {
	font-weight:900;
}
.f1-1249 {
	font-size:1.1em;
	line-height:1.1em;
}

p.f1-1249,
p > *.f1-1249 {
	line-height:1.4em;
}
.f1_5-1249 {
	font-size:1.15em;
	line-height:1.15em;
}

p.f1_5-1249,
p > *.f1_5-1249 {
	line-height:1.18em;
}
.f2-1249 {
	font-size:1.2em;
	line-height:1.2em;
}

p.f2-1249,
p > *.f2-1249 {
	line-height:1.5em;
}
.f2_5-1249 {
	font-size:1.25em;
	line-height:1.25em;
}

p.f2_5-1249,
p > *.f2_5-1249 {
	line-height:1.28em;
}
.f3-1249 {
	font-size:1.3em;
	line-height:1.3em;
}

p.f3-1249,
p > *.f3-1249 {
	line-height:1.6em;
}
.f3_5-1249 {
	font-size:1.35em;
	line-height:1.35em;
}

p.f3_5-1249,
p > *.f3_5-1249 {
	line-height:1.38em;
}
.f4-1249 {
	font-size:1.4em;
	line-height:1.4em;
}

p.f4-1249,
p > *.f4-1249 {
	line-height:1.7em;
}
.f4_5-1249 {
	font-size:1.45em;
	line-height:1.45em;
}

p.f4_5-1249,
p > *.f4_5-1249 {
	line-height:1.48em;
}
.f5-1249 {
	font-size:1.5em;
	line-height:1.5em;
}

p.f5-1249,
p > *.f5-1249 {
	line-height:1.8em;
}
.f5_5-1249 {
	font-size:1.55em;
	line-height:1.55em;
}

p.f5_5-1249,
p > *.f5_5-1249 {
	line-height:1.58em;
}
.f6-1249 {
	font-size:1.6em;
	line-height:1.6em;
}

p.f6-1249,
p > *.f6-1249 {
	line-height:1.9em;
}
.f6_5-1249 {
	font-size:1.65em;
	line-height:1.65em;
}

p.f6_5-1249,
p > *.f6_5-1249 {
	line-height:1.68em;
}
.f7-1249 {
	font-size:1.7em;
	line-height:1.7em;
}

p.f7-1249,
p > *.f7-1249 {
	line-height:1.10em;
}
.f7_5-1249 {
	font-size:1.75em;
	line-height:1.75em;
}

p.f7_5-1249,
p > *.f7_5-1249 {
	line-height:1.78em;
}
.f8-1249 {
	font-size:1.8em;
	line-height:1.8em;
}

p.f8-1249,
p > *.f8-1249 {
	line-height:1.11em;
}
.f8_5-1249 {
	font-size:1.85em;
	line-height:1.85em;
}

p.f8_5-1249,
p > *.f8_5-1249 {
	line-height:1.88em;
}
.f9-1249 {
	font-size:1.9em;
	line-height:1.9em;
}

p.f9-1249,
p > *.f9-1249 {
	line-height:1.12em;
}
.f9_5-1249 {
	font-size:1.95em;
	line-height:1.95em;
}

p.f9_5-1249,
p > *.f9_5-1249 {
	line-height:1.98em;
}
.f10-1249 {
	font-size:2em;
	line-height:2em;
}

p.f10-1249,
p > *.f10-1249 {
	line-height:2em;
}
.f10_5-1249 {
	font-size:2em;
	line-height:2em;
}

p.f10_5-1249,
p > *.f10_5-1249 {
	line-height:2em;
}
.nf1-1249 {
	font-size:0.9em;
}

*:not(p):not(ul):not(ol).nf1-1249 {
	line-height:0.9em;
}

p.nf1-1249,
ul.nf1-1249,
ol.nf1-1249 {
	line-height:1.9em;
}
.nf1_5-1249 {
	font-size:0.85em;
}

*:not(p):not(ul):not(ol).nf1_5-1249 {
	line-height:0.85em;
}

p.nf1_5-1249,
ul.nf1_5-1249,
ol.nf1_5-1249 {
	line-height:1.85em;
}
.nf2-1249 {
	font-size:0.8em;
}

*:not(p):not(ul):not(ol).nf2-1249 {
	line-height:0.8em;
}

p.nf2-1249,
ul.nf2-1249,
ol.nf2-1249 {
	line-height:1.8em;
}
.nf2_5-1249 {
	font-size:0.75em;
}

*:not(p):not(ul):not(ol).nf2_5-1249 {
	line-height:0.75em;
}

p.nf2_5-1249,
ul.nf2_5-1249,
ol.nf2_5-1249 {
	line-height:1.75em;
}
.nf3-1249 {
	font-size:0.7em;
}

*:not(p):not(ul):not(ol).nf3-1249 {
	line-height:0.7em;
}

p.nf3-1249,
ul.nf3-1249,
ol.nf3-1249 {
	line-height:1.7em;
}
.nf3_5-1249 {
	font-size:0.65em;
}

*:not(p):not(ul):not(ol).nf3_5-1249 {
	line-height:0.65em;
}

p.nf3_5-1249,
ul.nf3_5-1249,
ol.nf3_5-1249 {
	line-height:1.65em;
}
.nf4-1249 {
	font-size:0.6em;
}

*:not(p):not(ul):not(ol).nf4-1249 {
	line-height:0.6em;
}

p.nf4-1249,
ul.nf4-1249,
ol.nf4-1249 {
	line-height:1.6em;
}
.nf4_5-1249 {
	font-size:0.55em;
}

*:not(p):not(ul):not(ol).nf4_5-1249 {
	line-height:0.55em;
}

p.nf4_5-1249,
ul.nf4_5-1249,
ol.nf4_5-1249 {
	line-height:1.55em;
}
.nf5-1249 {
	font-size:0.5em;
}

*:not(p):not(ul):not(ol).nf5-1249 {
	line-height:0.5em;
}

p.nf5-1249,
ul.nf5-1249,
ol.nf5-1249 {
	line-height:1.5em;
}
.nf5_5-1249 {
	font-size:0.45em;
}

*:not(p):not(ul):not(ol).nf5_5-1249 {
	line-height:0.45em;
}

p.nf5_5-1249,
ul.nf5_5-1249,
ol.nf5_5-1249 {
	line-height:1.45em;
}
.nf6-1249 {
	font-size:0.4em;
}

*:not(p):not(ul):not(ol).nf6-1249 {
	line-height:0.4em;
}

p.nf6-1249,
ul.nf6-1249,
ol.nf6-1249 {
	line-height:1.4em;
}
.nf6_5-1249 {
	font-size:0.35em;
}

*:not(p):not(ul):not(ol).nf6_5-1249 {
	line-height:0.35em;
}

p.nf6_5-1249,
ul.nf6_5-1249,
ol.nf6_5-1249 {
	line-height:1.35em;
}
.nf7-1249 {
	font-size:0.3em;
}

*:not(p):not(ul):not(ol).nf7-1249 {
	line-height:0.3em;
}

p.nf7-1249,
ul.nf7-1249,
ol.nf7-1249 {
	line-height:1.3em;
}
.nf7_5-1249 {
	font-size:0.25em;
}

*:not(p):not(ul):not(ol).nf7_5-1249 {
	line-height:0.25em;
}

p.nf7_5-1249,
ul.nf7_5-1249,
ol.nf7_5-1249 {
	line-height:1.25em;
}
.nf8-1249 {
	font-size:0.2em;
}

*:not(p):not(ul):not(ol).nf8-1249 {
	line-height:0.2em;
}

p.nf8-1249,
ul.nf8-1249,
ol.nf8-1249 {
	line-height:1.2em;
}
.nf8_5-1249 {
	font-size:0.15em;
}

*:not(p):not(ul):not(ol).nf8_5-1249 {
	line-height:0.15em;
}

p.nf8_5-1249,
ul.nf8_5-1249,
ol.nf8_5-1249 {
	line-height:1.15em;
}
.nf9-1249 {
	font-size:0.1em;
}

*:not(p):not(ul):not(ol).nf9-1249 {
	line-height:0.1em;
}

p.nf9-1249,
ul.nf9-1249,
ol.nf9-1249 {
	line-height:1.1em;
}
.nf9_5-1249 {
	font-size:0.05em;
}

*:not(p):not(ul):not(ol).nf9_5-1249 {
	line-height:0.05em;
}

p.nf9_5-1249,
ul.nf9_5-1249,
ol.nf9_5-1249 {
	line-height:1.05em;
}
  .invisible-1249 {
			visibility:hidden!important;
		}

  .last-1249 {
			margin-right:0px!important;
		}

  .floatl-1249 {
			float:left!important;
		}

  .floatr-1249 {
			float:right!important;
		}

  .left-1249 {
			float:left!important;
		}

  .right-1249 {
			float:right!important;
		}

  .floatn-1249,
 .grid.floatn-1249 {
			float:none!important;
		}

  .grid-1249 {
			float:left!important;
overflow:hidden;;
		}

  .grid.last-1249 {
			float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
		}

  .none-1249 {
			display:none!important;
		}

  .block-1249 {
			display:block!important;
		}

  .iblock-1249 {
			display:inline-block!important;
		}

  .inline-1249 {
			display:inline!important;
		}

  .table-1249 {
			display:table!important;
		}

  .row-1249 {
			display:table-row!important;
		}

  .cell-1249 {
			display:table-cell!important;
vertical-align:middle;
		}

  .collapse-1249 {
			border-collapse:collapse;
		}

  .clearl-1249 {
			clear:left!important;
		}

  .clearr-1249 {
			clear:right!important;
		}

  .clearn-1249 {
			clear:none!important;
		}

  .clearnone-1249 {
			clear:none!important;
		}

  .clearb-1249 {
			clear:both!important;
		}

  .clear-1249 {
			float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
		}

  .up-1249 {
			text-transform:uppercase;
		}

  .transnone-1249 {
			text-transform:none;
		}

  .strike-1249 {
			text-decoration:line-through;
		}

  .alignl-1249 {
			text-align:left!important;
		}

  .alignr-1249 {
			text-align:right!important;
		}

  .alignc-1249 {
			text-align:center!important;
		}

  .alignj-1249 {
			text-align:justify!important;
		}

  .valign-1249 {
			vertical-align:middle!important;
		}

  .widthauto-1249 {
			width:auto!important;
		}

  .heightauto-1249 {
			height:auto!important;
min-height:0px!important;
		}

.square.heightauto-1249::after {
	display:none!important;
}

.square.heightauto-1249 > * {
	position:static!important;
}

  .width0-1249 {
			width:0px;
		}

  .width50-1249 {
			width:50%;
		}

  .height0-1249 {
			height:0px;
		}

  .height50-1249 {
			height:50%;
		}

  .mw100-1249 {
			max-width:100%;
		}

  .mw90-1249 {
			max-width:90%;
		}

  .mw80-1249 {
			max-width:80%;
		}

  .mw70-1249 {
			max-width:70%;
		}

  .mw60-1249 {
			max-width:60%;
		}

  .mw50-1249 {
			max-width:50%;
		}

  .mw40-1249 {
			max-width:40%;
		}

  .mw30-1249 {
			max-width:30%;
		}

  .mw20-1249 {
			max-width:20%;
		}

  .mw10-1249 {
			max-width:10%;
		}

  .mwnone-1249 {
			max-width:none;
		}

  .fw-1249,
 .grid.fw-1249,
 .floatl.fw-1249 {
			width:100%!important;
      margin-left:0px!important;
			margin-right:0px!important;
		}

  .fh-1249 {
			height:100%!important;
		}

  .pointer-1249 {
			cursor:pointer!important;
		}

  .noallow-1249 {
			cursor:not-allowed!important;
		}

  .noselect-1249 {
			user-select:none!important;
		}

  .static-1249 {
			position:static!important;
		}

  .relative-1249 {
			position:relative!important;
		}

  .absolute-1249 {
			position:absolute!important;
		}

  .fixed-1249 {
			position:fixed!important;
		}

  .spacing-1249 {
			margin-bottom:7px!important;
		}

  .spacing.floatl-1249 {
			margin-right:15px!important;
		}

  .spacing.floatr-1249 {
			margin-left:15px!important;
		}

  .flowhide-1249 {
			overflow:hidden;
		}

  .flowshow-1249 {
			overflow:visible;
		}

  .flowauto-1249 {
			overflow:auto;
		}

  .nowrap-1249 {
			white-space:nowrap;
		}

  .lhreset-1249 {
			line-height:normal;
		}

  .circle-1249 {
			border-radius:50%!important;
		}

  .radnone-1249 {
			border-radius:0px!important;
		}

  .vh10-1249 {
			height:10vh!important;
		}

  .vh25-1249 {
			height:25vh!important;
		}

  .vh50-1249 {
			height:50vh!important;
		}

  .vh100-1249 {
			height:100vh!important;
		}

  .vw10-1249 {
			width:10vw!important;
		}

  .vw25-1249 {
			width:25vw!important;
		}

  .vw50-1249 {
			width:50vw!important;
		}

  .vw100-1249 {
			width:100vw!important;
		}

  .flexw-1249 {
			flex-wrap:wrap!important;
		}

  .flexwn-1249 {
			flex-wrap:nowrap!important;
		}

  .flexwr-1249 {
			flex-wrap:wrap-reverse!important;
		}

  .flexdr-1249 {
			flex-direction:row!important;
		}

  .flexdrr-1249 {
			flex-direction:row-reverse!important;
		}

  .flexdc-1249 {
			flex-direction:column!important;
		}

  .flexdcr-1249 {
			flex-direction:column-reverse!important;
		}

  .flex-1249 {
			display:flex!important;
align-items:center;
flex-wrap:wrap;;
		}

  .iflex-1249 {
			display:inline-flex!important;
align-items:center;;
		}

  .spaced-1249 {
			justify-content:space-between;
		}

  .flexdr.spaced-1249 {
			align-content:space-between;
		}

  .spacee-1249 {
			justify-content:space-evenly;
		}

  .falignst-1249 {
			align-items:stretch;;
		}

  .falignc-1249 {
			align-items:center;;
		}

  .faligns-1249 {
			align-items:flex-start;;
		}

  .faligne-1249 {
			align-items:flex-end;;
		}

  .fjustl-1249 {
			justify-content:flex-start;;
		}

  .fjustr-1249 {
			justify-content:flex-end;;
		}

  .fjustc-1249 {
			justify-content:center;;
		}

  .flexn-1249 {
			flex:none!important;width:100%;;
		}

  .gridc-1249 {
			display:grid!important;;
		}

  .o100-1249 {
			opacity:1;
		}

  .o90-1249 {
			opacity:0.9;
		}

  .o80-1249 {
			opacity:0.8;
		}

  .o70-1249 {
			opacity:0.7;
		}

  .o60-1249 {
			opacity:0.6;
		}

  .o50-1249 {
			opacity:0.5;
		}

  .o40-1249 {
			opacity:0.4;
		}

  .o30-1249 {
			opacity:0.3;
		}

  .o20-1249 {
			opacity:0.2;
		}

  .o10-1249 {
			opacity:0.1;
		}

  .o0-1249 {
			opacity:0;
		}

  .left0-1249 {
			left:0px!important;;
		}

  .right0-1249 {
			right:0px!important;;
		}

  .top0-1249 {
			top:0px!important;;
		}

  .bottom0-1249 {
			bottom:0px!important;;
		}

  .left50-1249 {
			left:50%!important;;
		}

  .right50-1249 {
			right:50%!important;;
		}

  .top50-1249 {
			top:50%!important;;
		}

  .bottom50-1249 {
			bottom:50%!important;;
		}

  .left100-1249 {
			left:100%!important;;
		}

  .right100-1249 {
			right:100%!important;;
		}

  .top100-1249 {
			top:100%!important;;
		}

  .bottom100-1249 {
			bottom:100%!important;;
		}

  .leftauto-1249 {
			left:auto!important;;
		}

  .rightauto-1249 {
			right:auto!important;;
		}

  .topauto-1249 {
			top:auto!important;;
		}

  .bottomauto-1249 {
			bottom:auto!important;;
		}

  .all0-1249 {
			top:0px!important;
bottom:0px!important;
left:0px!important;
right:0px!important;;
		}

  .lineup.fw-1249, .lineupgroup.fw-1249 {
			height:auto!important;
	}

	

			.padded_tiny-1249 {
				padding:5px!important;

			}

			.paddedtb_tiny-1249 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-1249 {
				padding-top:5px!important;
			}

			.paddedb_tiny-1249 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-1249 {
				padding-left:5px!important;
			}

			.paddedr_tiny-1249 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-1249 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-1249 {
				margin:5px!important;
			}

			.margintb_tiny-1249 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-1249 {
				margin-top:5px!important;
			}

			.marginb_tiny-1249 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-1249 {
				margin-left:5px!important;
			}

			.marginr_tiny-1249 {
				margin-right:5px!important;
			}

			.marginlr_tiny-1249 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			
			.nmarginlr_tiny {
				margin-left:-5px!important;
				margin-right:-5px!important;
			}
				
			.nmargin_tiny-1249 {
				margin:-5px!important;
			}

			.nmargintb_tiny-1249 {
				margin-top:-5px!important;
				margin-bottom:-5px!important;
			}

			.nmargint_tiny-1249 {
				margin-top:-5px!important;
			}

			.nmarginb_tiny-1249 {
				margin-bottom:-5px!important;
			}

			.nmarginl_tiny-1249 {
				margin-left:-5px!important;
			}

			.nmarginr_tiny-1249 {
				margin-right:-5px!important;
			}
			
			.padded_small-1249 {
				padding:10px!important;

			}

			.paddedtb_small-1249 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-1249 {
				padding-top:10px!important;
			}

			.paddedb_small-1249 {
				padding-bottom:10px!important;
			}

			.paddedl_small-1249 {
				padding-left:10px!important;
			}

			.paddedr_small-1249 {
				padding-right:10px!important;
			}

			.paddedlr_small-1249 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-1249 {
				margin:10px!important;
			}

			.margintb_small-1249 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-1249 {
				margin-top:10px!important;
			}

			.marginb_small-1249 {
				margin-bottom:10px!important;
			}

			.marginl_small-1249 {
				margin-left:10px!important;
			}

			.marginr_small-1249 {
				margin-right:10px!important;
			}

			.marginlr_small-1249 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_small {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_small-1249 {
				margin:-10px!important;
			}

			.nmargintb_small-1249 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_small-1249 {
				margin-top:-10px!important;
			}

			.nmarginb_small-1249 {
				margin-bottom:-10px!important;
			}

			.nmarginl_small-1249 {
				margin-left:-10px!important;
			}

			.nmarginr_small-1249 {
				margin-right:-10px!important;
			}
			
			.padded_medium-1249 {
				padding:20px!important;

			}

			.paddedtb_medium-1249 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-1249 {
				padding-top:20px!important;
			}

			.paddedb_medium-1249 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-1249 {
				padding-left:20px!important;
			}

			.paddedr_medium-1249 {
				padding-right:20px!important;
			}

			.paddedlr_medium-1249 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-1249 {
				margin:20px!important;
			}

			.margintb_medium-1249 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-1249 {
				margin-top:20px!important;
			}

			.marginb_medium-1249 {
				margin-bottom:20px!important;
			}

			.marginl_medium-1249 {
				margin-left:20px!important;
			}

			.marginr_medium-1249 {
				margin-right:20px!important;
			}

			.marginlr_medium-1249 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			
			.nmarginlr_medium {
				margin-left:-20px!important;
				margin-right:-20px!important;
			}
				
			.nmargin_medium-1249 {
				margin:-20px!important;
			}

			.nmargintb_medium-1249 {
				margin-top:-20px!important;
				margin-bottom:-20px!important;
			}

			.nmargint_medium-1249 {
				margin-top:-20px!important;
			}

			.nmarginb_medium-1249 {
				margin-bottom:-20px!important;
			}

			.nmarginl_medium-1249 {
				margin-left:-20px!important;
			}

			.nmarginr_medium-1249 {
				margin-right:-20px!important;
			}
			
			.padded_large-1249 {
				padding:40px!important;

			}

			.paddedtb_large-1249 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-1249 {
				padding-top:40px!important;
			}

			.paddedb_large-1249 {
				padding-bottom:40px!important;
			}

			.paddedl_large-1249 {
				padding-left:40px!important;
			}

			.paddedr_large-1249 {
				padding-right:40px!important;
			}

			.paddedlr_large-1249 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-1249 {
				margin:40px!important;
			}

			.margintb_large-1249 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-1249 {
				margin-top:40px!important;
			}

			.marginb_large-1249 {
				margin-bottom:40px!important;
			}

			.marginl_large-1249 {
				margin-left:40px!important;
			}

			.marginr_large-1249 {
				margin-right:40px!important;
			}

			.marginlr_large-1249 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			
			.nmarginlr_large {
				margin-left:-40px!important;
				margin-right:-40px!important;
			}
				
			.nmargin_large-1249 {
				margin:-40px!important;
			}

			.nmargintb_large-1249 {
				margin-top:-40px!important;
				margin-bottom:-40px!important;
			}

			.nmargint_large-1249 {
				margin-top:-40px!important;
			}

			.nmarginb_large-1249 {
				margin-bottom:-40px!important;
			}

			.nmarginl_large-1249 {
				margin-left:-40px!important;
			}

			.nmarginr_large-1249 {
				margin-right:-40px!important;
			}
			
			.padded_core-1249 {
				padding:10px!important;

			}

			.paddedtb_core-1249 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-1249 {
				padding-top:10px!important;
			}

			.paddedb_core-1249 {
				padding-bottom:10px!important;
			}

			.paddedl_core-1249 {
				padding-left:10px!important;
			}

			.paddedr_core-1249 {
				padding-right:10px!important;
			}

			.paddedlr_core-1249 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-1249 {
				margin:10px!important;
			}

			.margintb_core-1249 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-1249 {
				margin-top:10px!important;
			}

			.marginb_core-1249 {
				margin-bottom:10px!important;
			}

			.marginl_core-1249 {
				margin-left:10px!important;
			}

			.marginr_core-1249 {
				margin-right:10px!important;
			}

			.marginlr_core-1249 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_core {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_core-1249 {
				margin:-10px!important;
			}

			.nmargintb_core-1249 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_core-1249 {
				margin-top:-10px!important;
			}

			.nmarginb_core-1249 {
				margin-bottom:-10px!important;
			}

			.nmarginl_core-1249 {
				margin-left:-10px!important;
			}

			.nmarginr_core-1249 {
				margin-right:-10px!important;
			}
						
			.margin_auto-1249 {
				margin:auto!important;
			}

			.margintb_auto-1249 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-1249 {
				margin-top:auto!important;
			}

			.marginb_auto-1249 {
				margin-bottom:auto!important;
			}

			.marginl_auto-1249 {
				margin-left:auto!important;
			}

			.marginr_auto-1249 {
				margin-right:auto!important;
			}

			.marginlr_auto-1249 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			
			.nmarginlr_auto {
				margin-left:-auto!important;
				margin-right:-auto!important;
			}
				
			.nmargin_auto-1249 {
				margin:-auto!important;
			}

			.nmargintb_auto-1249 {
				margin-top:-auto!important;
				margin-bottom:-auto!important;
			}

			.nmargint_auto-1249 {
				margin-top:-auto!important;
			}

			.nmarginb_auto-1249 {
				margin-bottom:-auto!important;
			}

			.nmarginl_auto-1249 {
				margin-left:-auto!important;
			}

			.nmarginr_auto-1249 {
				margin-right:-auto!important;
			}
			
			.padded_none-1249 {
				padding:0px!important;

			}

			.paddedtb_none-1249 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-1249 {
				padding-top:0px!important;
			}

			.paddedb_none-1249 {
				padding-bottom:0px!important;
			}

			.paddedl_none-1249 {
				padding-left:0px!important;
			}

			.paddedr_none-1249 {
				padding-right:0px!important;
			}

			.paddedlr_none-1249 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-1249 {
				margin:0px!important;
			}

			.margintb_none-1249 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-1249 {
				margin-top:0px!important;
			}

			.marginb_none-1249 {
				margin-bottom:0px!important;
			}

			.marginl_none-1249 {
				margin-left:0px!important;
			}

			.marginr_none-1249 {
				margin-right:0px!important;
			}

			.marginlr_none-1249 {
				margin-left:0px!important;
				margin-right:0px!important;
			}
			
			.nmarginlr_none {
				margin-left:-0px!important;
				margin-right:-0px!important;
			}
				
			.nmargin_none-1249 {
				margin:-0px!important;
			}

			.nmargintb_none-1249 {
				margin-top:-0px!important;
				margin-bottom:-0px!important;
			}

			.nmargint_none-1249 {
				margin-top:-0px!important;
			}

			.nmarginb_none-1249 {
				margin-bottom:-0px!important;
			}

			.nmarginl_none-1249 {
				margin-left:-0px!important;
			}

			.nmarginr_none-1249 {
				margin-right:-0px!important;
			}
			
			.padded_p100-1249 {
				padding:100%!important;

			}

			.paddedtb_p100-1249 {
				padding-top:100%!important;
				padding-bottom:100%!important;
			}

			.paddedt_p100-1249 {
				padding-top:100%!important;
			}

			.paddedb_p100-1249 {
				padding-bottom:100%!important;
			}

			.paddedl_p100-1249 {
				padding-left:100%!important;
			}

			.paddedr_p100-1249 {
				padding-right:100%!important;
			}

			.paddedlr_p100-1249 {
				padding-left:100%!important;
				padding-right:100%!important;
			}
		
						
			.margin_p100-1249 {
				margin:100%!important;
			}

			.margintb_p100-1249 {
				margin-top:100%!important;
				margin-bottom:100%!important;
			}

			.margint_p100-1249 {
				margin-top:100%!important;
			}

			.marginb_p100-1249 {
				margin-bottom:100%!important;
			}

			.marginl_p100-1249 {
				margin-left:100%!important;
			}

			.marginr_p100-1249 {
				margin-right:100%!important;
			}

			.marginlr_p100-1249 {
				margin-left:100%!important;
				margin-right:100%!important;
			}
			
			.nmarginlr_p100 {
				margin-left:-100%!important;
				margin-right:-100%!important;
			}
				
			.nmargin_p100-1249 {
				margin:-100%!important;
			}

			.nmargintb_p100-1249 {
				margin-top:-100%!important;
				margin-bottom:-100%!important;
			}

			.nmargint_p100-1249 {
				margin-top:-100%!important;
			}

			.nmarginb_p100-1249 {
				margin-bottom:-100%!important;
			}

			.nmarginl_p100-1249 {
				margin-left:-100%!important;
			}

			.nmarginr_p100-1249 {
				margin-right:-100%!important;
			}
			
			.padded_p75-1249 {
				padding:75%!important;

			}

			.paddedtb_p75-1249 {
				padding-top:75%!important;
				padding-bottom:75%!important;
			}

			.paddedt_p75-1249 {
				padding-top:75%!important;
			}

			.paddedb_p75-1249 {
				padding-bottom:75%!important;
			}

			.paddedl_p75-1249 {
				padding-left:75%!important;
			}

			.paddedr_p75-1249 {
				padding-right:75%!important;
			}

			.paddedlr_p75-1249 {
				padding-left:75%!important;
				padding-right:75%!important;
			}
		
						
			.margin_p75-1249 {
				margin:75%!important;
			}

			.margintb_p75-1249 {
				margin-top:75%!important;
				margin-bottom:75%!important;
			}

			.margint_p75-1249 {
				margin-top:75%!important;
			}

			.marginb_p75-1249 {
				margin-bottom:75%!important;
			}

			.marginl_p75-1249 {
				margin-left:75%!important;
			}

			.marginr_p75-1249 {
				margin-right:75%!important;
			}

			.marginlr_p75-1249 {
				margin-left:75%!important;
				margin-right:75%!important;
			}
			
			.nmarginlr_p75 {
				margin-left:-75%!important;
				margin-right:-75%!important;
			}
				
			.nmargin_p75-1249 {
				margin:-75%!important;
			}

			.nmargintb_p75-1249 {
				margin-top:-75%!important;
				margin-bottom:-75%!important;
			}

			.nmargint_p75-1249 {
				margin-top:-75%!important;
			}

			.nmarginb_p75-1249 {
				margin-bottom:-75%!important;
			}

			.nmarginl_p75-1249 {
				margin-left:-75%!important;
			}

			.nmarginr_p75-1249 {
				margin-right:-75%!important;
			}
			
			.padded_p50-1249 {
				padding:50%!important;

			}

			.paddedtb_p50-1249 {
				padding-top:50%!important;
				padding-bottom:50%!important;
			}

			.paddedt_p50-1249 {
				padding-top:50%!important;
			}

			.paddedb_p50-1249 {
				padding-bottom:50%!important;
			}

			.paddedl_p50-1249 {
				padding-left:50%!important;
			}

			.paddedr_p50-1249 {
				padding-right:50%!important;
			}

			.paddedlr_p50-1249 {
				padding-left:50%!important;
				padding-right:50%!important;
			}
		
						
			.margin_p50-1249 {
				margin:50%!important;
			}

			.margintb_p50-1249 {
				margin-top:50%!important;
				margin-bottom:50%!important;
			}

			.margint_p50-1249 {
				margin-top:50%!important;
			}

			.marginb_p50-1249 {
				margin-bottom:50%!important;
			}

			.marginl_p50-1249 {
				margin-left:50%!important;
			}

			.marginr_p50-1249 {
				margin-right:50%!important;
			}

			.marginlr_p50-1249 {
				margin-left:50%!important;
				margin-right:50%!important;
			}
			
			.nmarginlr_p50 {
				margin-left:-50%!important;
				margin-right:-50%!important;
			}
				
			.nmargin_p50-1249 {
				margin:-50%!important;
			}

			.nmargintb_p50-1249 {
				margin-top:-50%!important;
				margin-bottom:-50%!important;
			}

			.nmargint_p50-1249 {
				margin-top:-50%!important;
			}

			.nmarginb_p50-1249 {
				margin-bottom:-50%!important;
			}

			.nmarginl_p50-1249 {
				margin-left:-50%!important;
			}

			.nmarginr_p50-1249 {
				margin-right:-50%!important;
			}
			
			.padded_p25-1249 {
				padding:25%!important;

			}

			.paddedtb_p25-1249 {
				padding-top:25%!important;
				padding-bottom:25%!important;
			}

			.paddedt_p25-1249 {
				padding-top:25%!important;
			}

			.paddedb_p25-1249 {
				padding-bottom:25%!important;
			}

			.paddedl_p25-1249 {
				padding-left:25%!important;
			}

			.paddedr_p25-1249 {
				padding-right:25%!important;
			}

			.paddedlr_p25-1249 {
				padding-left:25%!important;
				padding-right:25%!important;
			}
		
						
			.margin_p25-1249 {
				margin:25%!important;
			}

			.margintb_p25-1249 {
				margin-top:25%!important;
				margin-bottom:25%!important;
			}

			.margint_p25-1249 {
				margin-top:25%!important;
			}

			.marginb_p25-1249 {
				margin-bottom:25%!important;
			}

			.marginl_p25-1249 {
				margin-left:25%!important;
			}

			.marginr_p25-1249 {
				margin-right:25%!important;
			}

			.marginlr_p25-1249 {
				margin-left:25%!important;
				margin-right:25%!important;
			}
			
			.nmarginlr_p25 {
				margin-left:-25%!important;
				margin-right:-25%!important;
			}
				
			.nmargin_p25-1249 {
				margin:-25%!important;
			}

			.nmargintb_p25-1249 {
				margin-top:-25%!important;
				margin-bottom:-25%!important;
			}

			.nmargint_p25-1249 {
				margin-top:-25%!important;
			}

			.nmarginb_p25-1249 {
				margin-bottom:-25%!important;
			}

			.nmarginl_p25-1249 {
				margin-left:-25%!important;
			}

			.nmarginr_p25-1249 {
				margin-right:-25%!important;
			}
				.border_1-1249 {
		border:solid 1px rgba(0,0,0,0.5);;
	}

	.bordertb_1-1249 {
		border-top:solid 1px rgba(0,0,0,0.5);;
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.bordert_1-1249 {
		border-top:solid 1px rgba(0,0,0,0.5);;
	}

	.borderb_1-1249 {
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.borderl_1-1249 {
		border-left:solid 1px rgba(0,0,0,0.5);;
	}

	.borderr_1-1249 {
		border-right:solid 1px rgba(0,0,0,0.5);;
	}

	.borderlr_1-1249 {
		border-left:solid 1px rgba(0,0,0,0.5);;
		border-right:solid 1px rgba(0,0,0,0.5);;
	}
		.border_none-1249 {
		border:none;
	}

	.bordertb_none-1249 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-1249 {
		border-top:none;
	}

	.borderb_none-1249 {
		border-bottom:none;
	}

	.borderl_none-1249 {
		border-left:none;
	}

	.borderr_none-1249 {
		border-right:none;
	}

	.borderlr_none-1249 {
		border-left:none;
		border-right:none;
	}
		.border_core-1249 {
		border:solid 1px rgba(0,0,0,0.1);
	}

	.bordertb_core-1249 {
		border-top:solid 1px rgba(0,0,0,0.1);
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.bordert_core-1249 {
		border-top:solid 1px rgba(0,0,0,0.1);
	}

	.borderb_core-1249 {
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.borderl_core-1249 {
		border-left:solid 1px rgba(0,0,0,0.1);
	}

	.borderr_core-1249 {
		border-right:solid 1px rgba(0,0,0,0.1);
	}

	.borderlr_core-1249 {
		border-left:solid 1px rgba(0,0,0,0.1);
		border-right:solid 1px rgba(0,0,0,0.1);
	}
				.colour1_bg-1249 {
				background-color:#000000!important;
			}

			.colour1_bg-1249,
			a.colour1_bg-1249 {
				color:#FFFFFF!important;
			}
		
			.colour1_bg-1249 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour1-1249 a,
			a.colour1-1249 {
				color:#000000;
							}
			
			.colour1-1249 {
					color:#000000;
				background:transparent!important;
						}

					
			.colour1_bg-1249 input[type=text],
			.colour1_bg-1249 input[type=password],
			.colour1_bg-1249 input[type=number],
			.colour1_bg-1249 textarea,
			.colour1_bg-1249 select,
			.colour1_bg-1249 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour1_bg-1249 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour1_bg-1249 select {
				color:rgba(255,255,255,0.7);
			}

			.colour1_bg-1249 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour1_bg-1249 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour2_bg-1249 {
				background-color:#4b4a4b!important;
			}

			.colour2_bg-1249,
			a.colour2_bg-1249 {
				color:#FFFFFF!important;
			}
		
			.colour2_bg-1249 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour2-1249 a,
			a.colour2-1249 {
				color:#4b4a4b;
							}
			
			.colour2-1249 {
					color:#4b4a4b;
				background:transparent!important;
						}

					
			.colour2_bg-1249 input[type=text],
			.colour2_bg-1249 input[type=password],
			.colour2_bg-1249 input[type=number],
			.colour2_bg-1249 textarea,
			.colour2_bg-1249 select,
			.colour2_bg-1249 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour2_bg-1249 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour2_bg-1249 select {
				color:rgba(255,255,255,0.7);
			}

			.colour2_bg-1249 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour2_bg-1249 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour3_bg-1249 {
				background-color:#616062!important;
			}

			.colour3_bg-1249,
			a.colour3_bg-1249 {
				color:#FFFFFF!important;
			}
		
			.colour3_bg-1249 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour3-1249 a,
			a.colour3-1249 {
				color:#616062;
							}
			
			.colour3-1249 {
					color:#616062;
				background:transparent!important;
						}

					
			.colour3_bg-1249 input[type=text],
			.colour3_bg-1249 input[type=password],
			.colour3_bg-1249 input[type=number],
			.colour3_bg-1249 textarea,
			.colour3_bg-1249 select,
			.colour3_bg-1249 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour3_bg-1249 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour3_bg-1249 select {
				color:rgba(255,255,255,0.7);
			}

			.colour3_bg-1249 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour3_bg-1249 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour4_bg-1249 {
				background-color:#FFFFFF!important;
			}

			.colour4_bg-1249,
			a.colour4_bg-1249 {
				color:#202020!important;
			}
		
			.colour4_bg-1249 a:not(.more) {
				color:#202020;
			}

			
			.colour4-1249 a,
			a.colour4-1249 {
				color:#FFFFFF;
							}
			
			.colour4-1249 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour4_bg-1249 input[type=text],
			.colour4_bg-1249 input[type=password],
			.colour4_bg-1249 input[type=number],
			.colour4_bg-1249 textarea,
			.colour4_bg-1249 select,
			.colour4_bg-1249 select option {
				border-color:#202020;
				color:#202020;
				background:transparent;
			}
		
			.colour4_bg-1249 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour4_bg-1249 select {
				color:rgba(32,32,32,0.7);
			}

			.colour4_bg-1249 ::-webkit-input-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}

			.colour4_bg-1249 ::-moz-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}
		
						.colour5_bg-1249 {
				background-color:#FFFFFF!important;
			}

			.colour5_bg-1249,
			a.colour5_bg-1249 {
				color:#424040!important;
			}
		
			.colour5_bg-1249 a:not(.more) {
				color:#424040;
			}

			
			.colour5-1249 a,
			a.colour5-1249 {
				color:#FFFFFF;
							}
			
			.colour5-1249 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour5_bg-1249 input[type=text],
			.colour5_bg-1249 input[type=password],
			.colour5_bg-1249 input[type=number],
			.colour5_bg-1249 textarea,
			.colour5_bg-1249 select,
			.colour5_bg-1249 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour5_bg-1249 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour5_bg-1249 select {
				color:rgba(66,64,64,0.7);
			}

			.colour5_bg-1249 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour5_bg-1249 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
						.colour6_bg-1249 {
				background-color:#EEEEEE!important;
			}

			.colour6_bg-1249,
			a.colour6_bg-1249 {
				color:#424040!important;
			}
		
			.colour6_bg-1249 a:not(.more) {
				color:#424040;
			}

			
			.colour6-1249 a,
			a.colour6-1249 {
				color:#EEEEEE;
							}
			
			.colour6-1249 {
					color:#EEEEEE;
				background:transparent!important;
						}

					
			.colour6_bg-1249 input[type=text],
			.colour6_bg-1249 input[type=password],
			.colour6_bg-1249 input[type=number],
			.colour6_bg-1249 textarea,
			.colour6_bg-1249 select,
			.colour6_bg-1249 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour6_bg-1249 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour6_bg-1249 select {
				color:rgba(66,64,64,0.7);
			}

			.colour6_bg-1249 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour6_bg-1249 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
			
}

@media only screen and (max-width : 1199px) {
	
.grid.eight-1199 {
	float:left!important;
	width:10.575%!important;
margin-right:2.2%!important;;
}

.grid.eight_x2-1199 {
	float:left!important;
	width:23.35%!important;
margin-right:2.2%!important;;
}

.grid.eight_x3-1199 {
	float:left!important;
	width:36.125%!important;
margin-right:2.2%!important;;
}

.grid.eight_x4-1199 {
	float:left!important;
	width:48.9%!important;
margin-right:2.2%!important;;
}

.grid.eight_x5-1199 {
	float:left!important;
	width:61.675%!important;
margin-right:2.2%!important;;
}

.grid.eight_x6-1199 {
	float:left!important;
	width:74.45%!important;
margin-right:2.2%!important;;
}

.grid.eight_x7-1199 {
	float:left!important;
	width:87.225%!important;
margin-right:2.2%!important;;
}

.grid.seven-1199 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-1199 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-1199 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-1199 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-1199 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-1199 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-1199 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-1199 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-1199 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-1199 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-1199 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-1199 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-1199 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-1199 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-1199 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-1199 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-1199 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-1199 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-1199 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-1199 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-1199 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-1199 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.eight-1199 {
	width:12.5%!important;
}

.floatl.eight_x2-1199 {
	width:25%!important;
}

.floatl.eight_x3-1199 {
	width:37.5%!important;
}

.floatl.eight_x4-1199 {
	width:50%!important;
}

.floatl.eight_x5-1199 {
	width:62.5%!important;
}

.floatl.eight_x6-1199 {
	width:75%!important;
}

.floatl.eight_x7-1199 {
	width:87.5%!important;
}

.floatl.seven-1199 {
	width:14.28571429%!important;
}

.floatl.seven_x2-1199 {
	width:28.57142857%!important;
}

.floatl.seven_x3-1199 {
	width:42.85714286%!important;
}

.floatl.seven_x4-1199 {
	width:57.14285714%!important;
}

.floatl.seven_x5-1199 {
	width:71.42857143%!important;
}

.floatl.seven_x6-1199 {
	width:85.71428571%!important;
}

.floatl.six-1199 {
	width:16.66666667%!important;
}

.floatl.six_x2-1199 {
	width:33.33333333%!important;
}

.floatl.six_x3-1199 {
	width:50%!important;
}

.floatl.six_x4-1199 {
	width:66.6666667%!important;
}

.floatl.six_x5-1199 {
	width:83%!important;
}

.floatl.five-1199 {
	width:20%!important;
}

.floatl.five_x2-1199 {
	width:40%!important;
}

.floatl.five_x3-1199 {
	width:60%!important;
}

.floatl.five_x4-1199 {
	width:80%!important;
}

.floatl.four-1199 {
	width:25%!important;
}

.floatl.four_x2-1199 {
	width:50%!important;
}

.floatl.four_x3-1199 {
	width:75%!important;
}

.floatl.three-1199 {
	width:33.33333333%!important;
}

.floatl.three_x2-1199 {
	width:66.66666667%!important;
}

.floatl.two-1199 {
	width:50%!important;
}

.floatl.one-1199 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

.o1-1199 {
		order:1;
	}

.fl1-1199 {
	flex:1;
}

.gridc > .r1-1199 {
	grid-row-start:1;
}
.gridc-1199 > .r1-1199 {
	grid-row-start:1;
	overflow:hidden;
}
.gridc > .re1-1199 {
	grid-row-end:1;
}
.gridc-1199 > .re1-1199 {
	grid-row-end:1;
}
.gridc > .c1-1199 {
	grid-column-start:1;
}
.gridc-1199 > .c1-1199 {
	grid-column-start:1;
}
.gridc > .ce1-1199 {
	grid-column-end:1;
}
.gridc-1199 > .ce1-1199 {
	grid-column-end:1;
}

.o2-1199 {
		order:2;
	}

.fl2-1199 {
	flex:2;
}

.gridc > .r2-1199 {
	grid-row-start:2;
}
.gridc-1199 > .r2-1199 {
	grid-row-start:2;
	overflow:hidden;
}
.gridc > .re2-1199 {
	grid-row-end:2;
}
.gridc-1199 > .re2-1199 {
	grid-row-end:2;
}
.gridc > .c2-1199 {
	grid-column-start:2;
}
.gridc-1199 > .c2-1199 {
	grid-column-start:2;
}
.gridc > .ce2-1199 {
	grid-column-end:2;
}
.gridc-1199 > .ce2-1199 {
	grid-column-end:2;
}

.o3-1199 {
		order:3;
	}

.fl3-1199 {
	flex:3;
}

.gridc > .r3-1199 {
	grid-row-start:3;
}
.gridc-1199 > .r3-1199 {
	grid-row-start:3;
	overflow:hidden;
}
.gridc > .re3-1199 {
	grid-row-end:3;
}
.gridc-1199 > .re3-1199 {
	grid-row-end:3;
}
.gridc > .c3-1199 {
	grid-column-start:3;
}
.gridc-1199 > .c3-1199 {
	grid-column-start:3;
}
.gridc > .ce3-1199 {
	grid-column-end:3;
}
.gridc-1199 > .ce3-1199 {
	grid-column-end:3;
}

.o4-1199 {
		order:4;
	}

.fl4-1199 {
	flex:4;
}

.gridc > .r4-1199 {
	grid-row-start:4;
}
.gridc-1199 > .r4-1199 {
	grid-row-start:4;
	overflow:hidden;
}
.gridc > .re4-1199 {
	grid-row-end:4;
}
.gridc-1199 > .re4-1199 {
	grid-row-end:4;
}
.gridc > .c4-1199 {
	grid-column-start:4;
}
.gridc-1199 > .c4-1199 {
	grid-column-start:4;
}
.gridc > .ce4-1199 {
	grid-column-end:4;
}
.gridc-1199 > .ce4-1199 {
	grid-column-end:4;
}

.o5-1199 {
		order:5;
	}

.fl5-1199 {
	flex:5;
}

.gridc > .r5-1199 {
	grid-row-start:5;
}
.gridc-1199 > .r5-1199 {
	grid-row-start:5;
	overflow:hidden;
}
.gridc > .re5-1199 {
	grid-row-end:5;
}
.gridc-1199 > .re5-1199 {
	grid-row-end:5;
}
.gridc > .c5-1199 {
	grid-column-start:5;
}
.gridc-1199 > .c5-1199 {
	grid-column-start:5;
}
.gridc > .ce5-1199 {
	grid-column-end:5;
}
.gridc-1199 > .ce5-1199 {
	grid-column-end:5;
}

.o6-1199 {
		order:6;
	}

.fl6-1199 {
	flex:6;
}

.gridc > .r6-1199 {
	grid-row-start:6;
}
.gridc-1199 > .r6-1199 {
	grid-row-start:6;
	overflow:hidden;
}
.gridc > .re6-1199 {
	grid-row-end:6;
}
.gridc-1199 > .re6-1199 {
	grid-row-end:6;
}
.gridc > .c6-1199 {
	grid-column-start:6;
}
.gridc-1199 > .c6-1199 {
	grid-column-start:6;
}
.gridc > .ce6-1199 {
	grid-column-end:6;
}
.gridc-1199 > .ce6-1199 {
	grid-column-end:6;
}

.o7-1199 {
		order:7;
	}

.fl7-1199 {
	flex:7;
}

.gridc > .r7-1199 {
	grid-row-start:7;
}
.gridc-1199 > .r7-1199 {
	grid-row-start:7;
	overflow:hidden;
}
.gridc > .re7-1199 {
	grid-row-end:7;
}
.gridc-1199 > .re7-1199 {
	grid-row-end:7;
}
.gridc > .c7-1199 {
	grid-column-start:7;
}
.gridc-1199 > .c7-1199 {
	grid-column-start:7;
}
.gridc > .ce7-1199 {
	grid-column-end:7;
}
.gridc-1199 > .ce7-1199 {
	grid-column-end:7;
}

.o8-1199 {
		order:8;
	}

.fl8-1199 {
	flex:8;
}

.gridc > .r8-1199 {
	grid-row-start:8;
}
.gridc-1199 > .r8-1199 {
	grid-row-start:8;
	overflow:hidden;
}
.gridc > .re8-1199 {
	grid-row-end:8;
}
.gridc-1199 > .re8-1199 {
	grid-row-end:8;
}
.gridc > .c8-1199 {
	grid-column-start:8;
}
.gridc-1199 > .c8-1199 {
	grid-column-start:8;
}
.gridc > .ce8-1199 {
	grid-column-end:8;
}
.gridc-1199 > .ce8-1199 {
	grid-column-end:8;
}

.o9-1199 {
		order:9;
	}

.fl9-1199 {
	flex:9;
}

.gridc > .r9-1199 {
	grid-row-start:9;
}
.gridc-1199 > .r9-1199 {
	grid-row-start:9;
	overflow:hidden;
}
.gridc > .re9-1199 {
	grid-row-end:9;
}
.gridc-1199 > .re9-1199 {
	grid-row-end:9;
}
.gridc > .c9-1199 {
	grid-column-start:9;
}
.gridc-1199 > .c9-1199 {
	grid-column-start:9;
}
.gridc > .ce9-1199 {
	grid-column-end:9;
}
.gridc-1199 > .ce9-1199 {
	grid-column-end:9;
}

.z1-1199 {
	z-index:1;
}

.z9999999-1199 {
	z-index:9999999;
}

.z2-1199 {
	z-index:2;
}

.z9999998-1199 {
	z-index:9999998;
}

.z3-1199 {
	z-index:3;
}

.z9999997-1199 {
	z-index:9999997;
}

.z4-1199 {
	z-index:4;
}

.z9999996-1199 {
	z-index:9999996;
}

.z5-1199 {
	z-index:5;
}

.z9999995-1199 {
	z-index:9999995;
}

.z6-1199 {
	z-index:6;
}

.z9999994-1199 {
	z-index:9999994;
}

.z7-1199 {
	z-index:7;
}

.z9999993-1199 {
	z-index:9999993;
}

.z8-1199 {
	z-index:8;
}

.z9999992-1199 {
	z-index:9999992;
}

.z9-1199 {
	z-index:9;
}

.z9999991-1199 {
	z-index:9999991;
}

.w100-1199 {
	font-weight:100;
}
.w200-1199 {
	font-weight:200;
}
.w300-1199 {
	font-weight:300;
}
.w400-1199 {
	font-weight:400;
}
.w500-1199 {
	font-weight:500;
}
.w600-1199 {
	font-weight:600;
}
.w700-1199 {
	font-weight:700;
}
.w800-1199 {
	font-weight:800;
}
.w900-1199 {
	font-weight:900;
}
.f1-1199 {
	font-size:1.1em;
	line-height:1.1em;
}

p.f1-1199,
p > *.f1-1199 {
	line-height:1.4em;
}
.f1_5-1199 {
	font-size:1.15em;
	line-height:1.15em;
}

p.f1_5-1199,
p > *.f1_5-1199 {
	line-height:1.18em;
}
.f2-1199 {
	font-size:1.2em;
	line-height:1.2em;
}

p.f2-1199,
p > *.f2-1199 {
	line-height:1.5em;
}
.f2_5-1199 {
	font-size:1.25em;
	line-height:1.25em;
}

p.f2_5-1199,
p > *.f2_5-1199 {
	line-height:1.28em;
}
.f3-1199 {
	font-size:1.3em;
	line-height:1.3em;
}

p.f3-1199,
p > *.f3-1199 {
	line-height:1.6em;
}
.f3_5-1199 {
	font-size:1.35em;
	line-height:1.35em;
}

p.f3_5-1199,
p > *.f3_5-1199 {
	line-height:1.38em;
}
.f4-1199 {
	font-size:1.4em;
	line-height:1.4em;
}

p.f4-1199,
p > *.f4-1199 {
	line-height:1.7em;
}
.f4_5-1199 {
	font-size:1.45em;
	line-height:1.45em;
}

p.f4_5-1199,
p > *.f4_5-1199 {
	line-height:1.48em;
}
.f5-1199 {
	font-size:1.5em;
	line-height:1.5em;
}

p.f5-1199,
p > *.f5-1199 {
	line-height:1.8em;
}
.f5_5-1199 {
	font-size:1.55em;
	line-height:1.55em;
}

p.f5_5-1199,
p > *.f5_5-1199 {
	line-height:1.58em;
}
.f6-1199 {
	font-size:1.6em;
	line-height:1.6em;
}

p.f6-1199,
p > *.f6-1199 {
	line-height:1.9em;
}
.f6_5-1199 {
	font-size:1.65em;
	line-height:1.65em;
}

p.f6_5-1199,
p > *.f6_5-1199 {
	line-height:1.68em;
}
.f7-1199 {
	font-size:1.7em;
	line-height:1.7em;
}

p.f7-1199,
p > *.f7-1199 {
	line-height:1.10em;
}
.f7_5-1199 {
	font-size:1.75em;
	line-height:1.75em;
}

p.f7_5-1199,
p > *.f7_5-1199 {
	line-height:1.78em;
}
.f8-1199 {
	font-size:1.8em;
	line-height:1.8em;
}

p.f8-1199,
p > *.f8-1199 {
	line-height:1.11em;
}
.f8_5-1199 {
	font-size:1.85em;
	line-height:1.85em;
}

p.f8_5-1199,
p > *.f8_5-1199 {
	line-height:1.88em;
}
.f9-1199 {
	font-size:1.9em;
	line-height:1.9em;
}

p.f9-1199,
p > *.f9-1199 {
	line-height:1.12em;
}
.f9_5-1199 {
	font-size:1.95em;
	line-height:1.95em;
}

p.f9_5-1199,
p > *.f9_5-1199 {
	line-height:1.98em;
}
.f10-1199 {
	font-size:2em;
	line-height:2em;
}

p.f10-1199,
p > *.f10-1199 {
	line-height:2em;
}
.f10_5-1199 {
	font-size:2em;
	line-height:2em;
}

p.f10_5-1199,
p > *.f10_5-1199 {
	line-height:2em;
}
.nf1-1199 {
	font-size:0.9em;
}

*:not(p):not(ul):not(ol).nf1-1199 {
	line-height:0.9em;
}

p.nf1-1199,
ul.nf1-1199,
ol.nf1-1199 {
	line-height:1.9em;
}
.nf1_5-1199 {
	font-size:0.85em;
}

*:not(p):not(ul):not(ol).nf1_5-1199 {
	line-height:0.85em;
}

p.nf1_5-1199,
ul.nf1_5-1199,
ol.nf1_5-1199 {
	line-height:1.85em;
}
.nf2-1199 {
	font-size:0.8em;
}

*:not(p):not(ul):not(ol).nf2-1199 {
	line-height:0.8em;
}

p.nf2-1199,
ul.nf2-1199,
ol.nf2-1199 {
	line-height:1.8em;
}
.nf2_5-1199 {
	font-size:0.75em;
}

*:not(p):not(ul):not(ol).nf2_5-1199 {
	line-height:0.75em;
}

p.nf2_5-1199,
ul.nf2_5-1199,
ol.nf2_5-1199 {
	line-height:1.75em;
}
.nf3-1199 {
	font-size:0.7em;
}

*:not(p):not(ul):not(ol).nf3-1199 {
	line-height:0.7em;
}

p.nf3-1199,
ul.nf3-1199,
ol.nf3-1199 {
	line-height:1.7em;
}
.nf3_5-1199 {
	font-size:0.65em;
}

*:not(p):not(ul):not(ol).nf3_5-1199 {
	line-height:0.65em;
}

p.nf3_5-1199,
ul.nf3_5-1199,
ol.nf3_5-1199 {
	line-height:1.65em;
}
.nf4-1199 {
	font-size:0.6em;
}

*:not(p):not(ul):not(ol).nf4-1199 {
	line-height:0.6em;
}

p.nf4-1199,
ul.nf4-1199,
ol.nf4-1199 {
	line-height:1.6em;
}
.nf4_5-1199 {
	font-size:0.55em;
}

*:not(p):not(ul):not(ol).nf4_5-1199 {
	line-height:0.55em;
}

p.nf4_5-1199,
ul.nf4_5-1199,
ol.nf4_5-1199 {
	line-height:1.55em;
}
.nf5-1199 {
	font-size:0.5em;
}

*:not(p):not(ul):not(ol).nf5-1199 {
	line-height:0.5em;
}

p.nf5-1199,
ul.nf5-1199,
ol.nf5-1199 {
	line-height:1.5em;
}
.nf5_5-1199 {
	font-size:0.45em;
}

*:not(p):not(ul):not(ol).nf5_5-1199 {
	line-height:0.45em;
}

p.nf5_5-1199,
ul.nf5_5-1199,
ol.nf5_5-1199 {
	line-height:1.45em;
}
.nf6-1199 {
	font-size:0.4em;
}

*:not(p):not(ul):not(ol).nf6-1199 {
	line-height:0.4em;
}

p.nf6-1199,
ul.nf6-1199,
ol.nf6-1199 {
	line-height:1.4em;
}
.nf6_5-1199 {
	font-size:0.35em;
}

*:not(p):not(ul):not(ol).nf6_5-1199 {
	line-height:0.35em;
}

p.nf6_5-1199,
ul.nf6_5-1199,
ol.nf6_5-1199 {
	line-height:1.35em;
}
.nf7-1199 {
	font-size:0.3em;
}

*:not(p):not(ul):not(ol).nf7-1199 {
	line-height:0.3em;
}

p.nf7-1199,
ul.nf7-1199,
ol.nf7-1199 {
	line-height:1.3em;
}
.nf7_5-1199 {
	font-size:0.25em;
}

*:not(p):not(ul):not(ol).nf7_5-1199 {
	line-height:0.25em;
}

p.nf7_5-1199,
ul.nf7_5-1199,
ol.nf7_5-1199 {
	line-height:1.25em;
}
.nf8-1199 {
	font-size:0.2em;
}

*:not(p):not(ul):not(ol).nf8-1199 {
	line-height:0.2em;
}

p.nf8-1199,
ul.nf8-1199,
ol.nf8-1199 {
	line-height:1.2em;
}
.nf8_5-1199 {
	font-size:0.15em;
}

*:not(p):not(ul):not(ol).nf8_5-1199 {
	line-height:0.15em;
}

p.nf8_5-1199,
ul.nf8_5-1199,
ol.nf8_5-1199 {
	line-height:1.15em;
}
.nf9-1199 {
	font-size:0.1em;
}

*:not(p):not(ul):not(ol).nf9-1199 {
	line-height:0.1em;
}

p.nf9-1199,
ul.nf9-1199,
ol.nf9-1199 {
	line-height:1.1em;
}
.nf9_5-1199 {
	font-size:0.05em;
}

*:not(p):not(ul):not(ol).nf9_5-1199 {
	line-height:0.05em;
}

p.nf9_5-1199,
ul.nf9_5-1199,
ol.nf9_5-1199 {
	line-height:1.05em;
}
  .invisible-1199 {
			visibility:hidden!important;
		}

  .last-1199 {
			margin-right:0px!important;
		}

  .floatl-1199 {
			float:left!important;
		}

  .floatr-1199 {
			float:right!important;
		}

  .left-1199 {
			float:left!important;
		}

  .right-1199 {
			float:right!important;
		}

  .floatn-1199,
 .grid.floatn-1199 {
			float:none!important;
		}

  .grid-1199 {
			float:left!important;
overflow:hidden;;
		}

  .grid.last-1199 {
			float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
		}

  .none-1199 {
			display:none!important;
		}

  .block-1199 {
			display:block!important;
		}

  .iblock-1199 {
			display:inline-block!important;
		}

  .inline-1199 {
			display:inline!important;
		}

  .table-1199 {
			display:table!important;
		}

  .row-1199 {
			display:table-row!important;
		}

  .cell-1199 {
			display:table-cell!important;
vertical-align:middle;
		}

  .collapse-1199 {
			border-collapse:collapse;
		}

  .clearl-1199 {
			clear:left!important;
		}

  .clearr-1199 {
			clear:right!important;
		}

  .clearn-1199 {
			clear:none!important;
		}

  .clearnone-1199 {
			clear:none!important;
		}

  .clearb-1199 {
			clear:both!important;
		}

  .clear-1199 {
			float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
		}

  .up-1199 {
			text-transform:uppercase;
		}

  .transnone-1199 {
			text-transform:none;
		}

  .strike-1199 {
			text-decoration:line-through;
		}

  .alignl-1199 {
			text-align:left!important;
		}

  .alignr-1199 {
			text-align:right!important;
		}

  .alignc-1199 {
			text-align:center!important;
		}

  .alignj-1199 {
			text-align:justify!important;
		}

  .valign-1199 {
			vertical-align:middle!important;
		}

  .widthauto-1199 {
			width:auto!important;
		}

  .heightauto-1199 {
			height:auto!important;
min-height:0px!important;
		}

.square.heightauto-1199::after {
	display:none!important;
}

.square.heightauto-1199 > * {
	position:static!important;
}

  .width0-1199 {
			width:0px;
		}

  .width50-1199 {
			width:50%;
		}

  .height0-1199 {
			height:0px;
		}

  .height50-1199 {
			height:50%;
		}

  .mw100-1199 {
			max-width:100%;
		}

  .mw90-1199 {
			max-width:90%;
		}

  .mw80-1199 {
			max-width:80%;
		}

  .mw70-1199 {
			max-width:70%;
		}

  .mw60-1199 {
			max-width:60%;
		}

  .mw50-1199 {
			max-width:50%;
		}

  .mw40-1199 {
			max-width:40%;
		}

  .mw30-1199 {
			max-width:30%;
		}

  .mw20-1199 {
			max-width:20%;
		}

  .mw10-1199 {
			max-width:10%;
		}

  .mwnone-1199 {
			max-width:none;
		}

  .fw-1199,
 .grid.fw-1199,
 .floatl.fw-1199 {
			width:100%!important;
      margin-left:0px!important;
			margin-right:0px!important;
		}

  .fh-1199 {
			height:100%!important;
		}

  .pointer-1199 {
			cursor:pointer!important;
		}

  .noallow-1199 {
			cursor:not-allowed!important;
		}

  .noselect-1199 {
			user-select:none!important;
		}

  .static-1199 {
			position:static!important;
		}

  .relative-1199 {
			position:relative!important;
		}

  .absolute-1199 {
			position:absolute!important;
		}

  .fixed-1199 {
			position:fixed!important;
		}

  .spacing-1199 {
			margin-bottom:7px!important;
		}

  .spacing.floatl-1199 {
			margin-right:15px!important;
		}

  .spacing.floatr-1199 {
			margin-left:15px!important;
		}

  .flowhide-1199 {
			overflow:hidden;
		}

  .flowshow-1199 {
			overflow:visible;
		}

  .flowauto-1199 {
			overflow:auto;
		}

  .nowrap-1199 {
			white-space:nowrap;
		}

  .lhreset-1199 {
			line-height:normal;
		}

  .circle-1199 {
			border-radius:50%!important;
		}

  .radnone-1199 {
			border-radius:0px!important;
		}

  .vh10-1199 {
			height:10vh!important;
		}

  .vh25-1199 {
			height:25vh!important;
		}

  .vh50-1199 {
			height:50vh!important;
		}

  .vh100-1199 {
			height:100vh!important;
		}

  .vw10-1199 {
			width:10vw!important;
		}

  .vw25-1199 {
			width:25vw!important;
		}

  .vw50-1199 {
			width:50vw!important;
		}

  .vw100-1199 {
			width:100vw!important;
		}

  .flexw-1199 {
			flex-wrap:wrap!important;
		}

  .flexwn-1199 {
			flex-wrap:nowrap!important;
		}

  .flexwr-1199 {
			flex-wrap:wrap-reverse!important;
		}

  .flexdr-1199 {
			flex-direction:row!important;
		}

  .flexdrr-1199 {
			flex-direction:row-reverse!important;
		}

  .flexdc-1199 {
			flex-direction:column!important;
		}

  .flexdcr-1199 {
			flex-direction:column-reverse!important;
		}

  .flex-1199 {
			display:flex!important;
align-items:center;
flex-wrap:wrap;;
		}

  .iflex-1199 {
			display:inline-flex!important;
align-items:center;;
		}

  .spaced-1199 {
			justify-content:space-between;
		}

  .flexdr.spaced-1199 {
			align-content:space-between;
		}

  .spacee-1199 {
			justify-content:space-evenly;
		}

  .falignst-1199 {
			align-items:stretch;;
		}

  .falignc-1199 {
			align-items:center;;
		}

  .faligns-1199 {
			align-items:flex-start;;
		}

  .faligne-1199 {
			align-items:flex-end;;
		}

  .fjustl-1199 {
			justify-content:flex-start;;
		}

  .fjustr-1199 {
			justify-content:flex-end;;
		}

  .fjustc-1199 {
			justify-content:center;;
		}

  .flexn-1199 {
			flex:none!important;width:100%;;
		}

  .gridc-1199 {
			display:grid!important;;
		}

  .o100-1199 {
			opacity:1;
		}

  .o90-1199 {
			opacity:0.9;
		}

  .o80-1199 {
			opacity:0.8;
		}

  .o70-1199 {
			opacity:0.7;
		}

  .o60-1199 {
			opacity:0.6;
		}

  .o50-1199 {
			opacity:0.5;
		}

  .o40-1199 {
			opacity:0.4;
		}

  .o30-1199 {
			opacity:0.3;
		}

  .o20-1199 {
			opacity:0.2;
		}

  .o10-1199 {
			opacity:0.1;
		}

  .o0-1199 {
			opacity:0;
		}

  .left0-1199 {
			left:0px!important;;
		}

  .right0-1199 {
			right:0px!important;;
		}

  .top0-1199 {
			top:0px!important;;
		}

  .bottom0-1199 {
			bottom:0px!important;;
		}

  .left50-1199 {
			left:50%!important;;
		}

  .right50-1199 {
			right:50%!important;;
		}

  .top50-1199 {
			top:50%!important;;
		}

  .bottom50-1199 {
			bottom:50%!important;;
		}

  .left100-1199 {
			left:100%!important;;
		}

  .right100-1199 {
			right:100%!important;;
		}

  .top100-1199 {
			top:100%!important;;
		}

  .bottom100-1199 {
			bottom:100%!important;;
		}

  .leftauto-1199 {
			left:auto!important;;
		}

  .rightauto-1199 {
			right:auto!important;;
		}

  .topauto-1199 {
			top:auto!important;;
		}

  .bottomauto-1199 {
			bottom:auto!important;;
		}

  .all0-1199 {
			top:0px!important;
bottom:0px!important;
left:0px!important;
right:0px!important;;
		}

  .lineup.fw-1199, .lineupgroup.fw-1199 {
			height:auto!important;
	}

	

			.padded_tiny-1199 {
				padding:5px!important;

			}

			.paddedtb_tiny-1199 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-1199 {
				padding-top:5px!important;
			}

			.paddedb_tiny-1199 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-1199 {
				padding-left:5px!important;
			}

			.paddedr_tiny-1199 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-1199 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-1199 {
				margin:5px!important;
			}

			.margintb_tiny-1199 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-1199 {
				margin-top:5px!important;
			}

			.marginb_tiny-1199 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-1199 {
				margin-left:5px!important;
			}

			.marginr_tiny-1199 {
				margin-right:5px!important;
			}

			.marginlr_tiny-1199 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			
			.nmarginlr_tiny {
				margin-left:-5px!important;
				margin-right:-5px!important;
			}
				
			.nmargin_tiny-1199 {
				margin:-5px!important;
			}

			.nmargintb_tiny-1199 {
				margin-top:-5px!important;
				margin-bottom:-5px!important;
			}

			.nmargint_tiny-1199 {
				margin-top:-5px!important;
			}

			.nmarginb_tiny-1199 {
				margin-bottom:-5px!important;
			}

			.nmarginl_tiny-1199 {
				margin-left:-5px!important;
			}

			.nmarginr_tiny-1199 {
				margin-right:-5px!important;
			}
			
			.padded_small-1199 {
				padding:10px!important;

			}

			.paddedtb_small-1199 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-1199 {
				padding-top:10px!important;
			}

			.paddedb_small-1199 {
				padding-bottom:10px!important;
			}

			.paddedl_small-1199 {
				padding-left:10px!important;
			}

			.paddedr_small-1199 {
				padding-right:10px!important;
			}

			.paddedlr_small-1199 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-1199 {
				margin:10px!important;
			}

			.margintb_small-1199 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-1199 {
				margin-top:10px!important;
			}

			.marginb_small-1199 {
				margin-bottom:10px!important;
			}

			.marginl_small-1199 {
				margin-left:10px!important;
			}

			.marginr_small-1199 {
				margin-right:10px!important;
			}

			.marginlr_small-1199 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_small {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_small-1199 {
				margin:-10px!important;
			}

			.nmargintb_small-1199 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_small-1199 {
				margin-top:-10px!important;
			}

			.nmarginb_small-1199 {
				margin-bottom:-10px!important;
			}

			.nmarginl_small-1199 {
				margin-left:-10px!important;
			}

			.nmarginr_small-1199 {
				margin-right:-10px!important;
			}
			
			.padded_medium-1199 {
				padding:20px!important;

			}

			.paddedtb_medium-1199 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-1199 {
				padding-top:20px!important;
			}

			.paddedb_medium-1199 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-1199 {
				padding-left:20px!important;
			}

			.paddedr_medium-1199 {
				padding-right:20px!important;
			}

			.paddedlr_medium-1199 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-1199 {
				margin:20px!important;
			}

			.margintb_medium-1199 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-1199 {
				margin-top:20px!important;
			}

			.marginb_medium-1199 {
				margin-bottom:20px!important;
			}

			.marginl_medium-1199 {
				margin-left:20px!important;
			}

			.marginr_medium-1199 {
				margin-right:20px!important;
			}

			.marginlr_medium-1199 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			
			.nmarginlr_medium {
				margin-left:-20px!important;
				margin-right:-20px!important;
			}
				
			.nmargin_medium-1199 {
				margin:-20px!important;
			}

			.nmargintb_medium-1199 {
				margin-top:-20px!important;
				margin-bottom:-20px!important;
			}

			.nmargint_medium-1199 {
				margin-top:-20px!important;
			}

			.nmarginb_medium-1199 {
				margin-bottom:-20px!important;
			}

			.nmarginl_medium-1199 {
				margin-left:-20px!important;
			}

			.nmarginr_medium-1199 {
				margin-right:-20px!important;
			}
			
			.padded_large-1199 {
				padding:40px!important;

			}

			.paddedtb_large-1199 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-1199 {
				padding-top:40px!important;
			}

			.paddedb_large-1199 {
				padding-bottom:40px!important;
			}

			.paddedl_large-1199 {
				padding-left:40px!important;
			}

			.paddedr_large-1199 {
				padding-right:40px!important;
			}

			.paddedlr_large-1199 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-1199 {
				margin:40px!important;
			}

			.margintb_large-1199 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-1199 {
				margin-top:40px!important;
			}

			.marginb_large-1199 {
				margin-bottom:40px!important;
			}

			.marginl_large-1199 {
				margin-left:40px!important;
			}

			.marginr_large-1199 {
				margin-right:40px!important;
			}

			.marginlr_large-1199 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			
			.nmarginlr_large {
				margin-left:-40px!important;
				margin-right:-40px!important;
			}
				
			.nmargin_large-1199 {
				margin:-40px!important;
			}

			.nmargintb_large-1199 {
				margin-top:-40px!important;
				margin-bottom:-40px!important;
			}

			.nmargint_large-1199 {
				margin-top:-40px!important;
			}

			.nmarginb_large-1199 {
				margin-bottom:-40px!important;
			}

			.nmarginl_large-1199 {
				margin-left:-40px!important;
			}

			.nmarginr_large-1199 {
				margin-right:-40px!important;
			}
			
			.padded_core-1199 {
				padding:10px!important;

			}

			.paddedtb_core-1199 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-1199 {
				padding-top:10px!important;
			}

			.paddedb_core-1199 {
				padding-bottom:10px!important;
			}

			.paddedl_core-1199 {
				padding-left:10px!important;
			}

			.paddedr_core-1199 {
				padding-right:10px!important;
			}

			.paddedlr_core-1199 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-1199 {
				margin:10px!important;
			}

			.margintb_core-1199 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-1199 {
				margin-top:10px!important;
			}

			.marginb_core-1199 {
				margin-bottom:10px!important;
			}

			.marginl_core-1199 {
				margin-left:10px!important;
			}

			.marginr_core-1199 {
				margin-right:10px!important;
			}

			.marginlr_core-1199 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_core {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_core-1199 {
				margin:-10px!important;
			}

			.nmargintb_core-1199 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_core-1199 {
				margin-top:-10px!important;
			}

			.nmarginb_core-1199 {
				margin-bottom:-10px!important;
			}

			.nmarginl_core-1199 {
				margin-left:-10px!important;
			}

			.nmarginr_core-1199 {
				margin-right:-10px!important;
			}
						
			.margin_auto-1199 {
				margin:auto!important;
			}

			.margintb_auto-1199 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-1199 {
				margin-top:auto!important;
			}

			.marginb_auto-1199 {
				margin-bottom:auto!important;
			}

			.marginl_auto-1199 {
				margin-left:auto!important;
			}

			.marginr_auto-1199 {
				margin-right:auto!important;
			}

			.marginlr_auto-1199 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			
			.nmarginlr_auto {
				margin-left:-auto!important;
				margin-right:-auto!important;
			}
				
			.nmargin_auto-1199 {
				margin:-auto!important;
			}

			.nmargintb_auto-1199 {
				margin-top:-auto!important;
				margin-bottom:-auto!important;
			}

			.nmargint_auto-1199 {
				margin-top:-auto!important;
			}

			.nmarginb_auto-1199 {
				margin-bottom:-auto!important;
			}

			.nmarginl_auto-1199 {
				margin-left:-auto!important;
			}

			.nmarginr_auto-1199 {
				margin-right:-auto!important;
			}
			
			.padded_none-1199 {
				padding:0px!important;

			}

			.paddedtb_none-1199 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-1199 {
				padding-top:0px!important;
			}

			.paddedb_none-1199 {
				padding-bottom:0px!important;
			}

			.paddedl_none-1199 {
				padding-left:0px!important;
			}

			.paddedr_none-1199 {
				padding-right:0px!important;
			}

			.paddedlr_none-1199 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-1199 {
				margin:0px!important;
			}

			.margintb_none-1199 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-1199 {
				margin-top:0px!important;
			}

			.marginb_none-1199 {
				margin-bottom:0px!important;
			}

			.marginl_none-1199 {
				margin-left:0px!important;
			}

			.marginr_none-1199 {
				margin-right:0px!important;
			}

			.marginlr_none-1199 {
				margin-left:0px!important;
				margin-right:0px!important;
			}
			
			.nmarginlr_none {
				margin-left:-0px!important;
				margin-right:-0px!important;
			}
				
			.nmargin_none-1199 {
				margin:-0px!important;
			}

			.nmargintb_none-1199 {
				margin-top:-0px!important;
				margin-bottom:-0px!important;
			}

			.nmargint_none-1199 {
				margin-top:-0px!important;
			}

			.nmarginb_none-1199 {
				margin-bottom:-0px!important;
			}

			.nmarginl_none-1199 {
				margin-left:-0px!important;
			}

			.nmarginr_none-1199 {
				margin-right:-0px!important;
			}
			
			.padded_p100-1199 {
				padding:100%!important;

			}

			.paddedtb_p100-1199 {
				padding-top:100%!important;
				padding-bottom:100%!important;
			}

			.paddedt_p100-1199 {
				padding-top:100%!important;
			}

			.paddedb_p100-1199 {
				padding-bottom:100%!important;
			}

			.paddedl_p100-1199 {
				padding-left:100%!important;
			}

			.paddedr_p100-1199 {
				padding-right:100%!important;
			}

			.paddedlr_p100-1199 {
				padding-left:100%!important;
				padding-right:100%!important;
			}
		
						
			.margin_p100-1199 {
				margin:100%!important;
			}

			.margintb_p100-1199 {
				margin-top:100%!important;
				margin-bottom:100%!important;
			}

			.margint_p100-1199 {
				margin-top:100%!important;
			}

			.marginb_p100-1199 {
				margin-bottom:100%!important;
			}

			.marginl_p100-1199 {
				margin-left:100%!important;
			}

			.marginr_p100-1199 {
				margin-right:100%!important;
			}

			.marginlr_p100-1199 {
				margin-left:100%!important;
				margin-right:100%!important;
			}
			
			.nmarginlr_p100 {
				margin-left:-100%!important;
				margin-right:-100%!important;
			}
				
			.nmargin_p100-1199 {
				margin:-100%!important;
			}

			.nmargintb_p100-1199 {
				margin-top:-100%!important;
				margin-bottom:-100%!important;
			}

			.nmargint_p100-1199 {
				margin-top:-100%!important;
			}

			.nmarginb_p100-1199 {
				margin-bottom:-100%!important;
			}

			.nmarginl_p100-1199 {
				margin-left:-100%!important;
			}

			.nmarginr_p100-1199 {
				margin-right:-100%!important;
			}
			
			.padded_p75-1199 {
				padding:75%!important;

			}

			.paddedtb_p75-1199 {
				padding-top:75%!important;
				padding-bottom:75%!important;
			}

			.paddedt_p75-1199 {
				padding-top:75%!important;
			}

			.paddedb_p75-1199 {
				padding-bottom:75%!important;
			}

			.paddedl_p75-1199 {
				padding-left:75%!important;
			}

			.paddedr_p75-1199 {
				padding-right:75%!important;
			}

			.paddedlr_p75-1199 {
				padding-left:75%!important;
				padding-right:75%!important;
			}
		
						
			.margin_p75-1199 {
				margin:75%!important;
			}

			.margintb_p75-1199 {
				margin-top:75%!important;
				margin-bottom:75%!important;
			}

			.margint_p75-1199 {
				margin-top:75%!important;
			}

			.marginb_p75-1199 {
				margin-bottom:75%!important;
			}

			.marginl_p75-1199 {
				margin-left:75%!important;
			}

			.marginr_p75-1199 {
				margin-right:75%!important;
			}

			.marginlr_p75-1199 {
				margin-left:75%!important;
				margin-right:75%!important;
			}
			
			.nmarginlr_p75 {
				margin-left:-75%!important;
				margin-right:-75%!important;
			}
				
			.nmargin_p75-1199 {
				margin:-75%!important;
			}

			.nmargintb_p75-1199 {
				margin-top:-75%!important;
				margin-bottom:-75%!important;
			}

			.nmargint_p75-1199 {
				margin-top:-75%!important;
			}

			.nmarginb_p75-1199 {
				margin-bottom:-75%!important;
			}

			.nmarginl_p75-1199 {
				margin-left:-75%!important;
			}

			.nmarginr_p75-1199 {
				margin-right:-75%!important;
			}
			
			.padded_p50-1199 {
				padding:50%!important;

			}

			.paddedtb_p50-1199 {
				padding-top:50%!important;
				padding-bottom:50%!important;
			}

			.paddedt_p50-1199 {
				padding-top:50%!important;
			}

			.paddedb_p50-1199 {
				padding-bottom:50%!important;
			}

			.paddedl_p50-1199 {
				padding-left:50%!important;
			}

			.paddedr_p50-1199 {
				padding-right:50%!important;
			}

			.paddedlr_p50-1199 {
				padding-left:50%!important;
				padding-right:50%!important;
			}
		
						
			.margin_p50-1199 {
				margin:50%!important;
			}

			.margintb_p50-1199 {
				margin-top:50%!important;
				margin-bottom:50%!important;
			}

			.margint_p50-1199 {
				margin-top:50%!important;
			}

			.marginb_p50-1199 {
				margin-bottom:50%!important;
			}

			.marginl_p50-1199 {
				margin-left:50%!important;
			}

			.marginr_p50-1199 {
				margin-right:50%!important;
			}

			.marginlr_p50-1199 {
				margin-left:50%!important;
				margin-right:50%!important;
			}
			
			.nmarginlr_p50 {
				margin-left:-50%!important;
				margin-right:-50%!important;
			}
				
			.nmargin_p50-1199 {
				margin:-50%!important;
			}

			.nmargintb_p50-1199 {
				margin-top:-50%!important;
				margin-bottom:-50%!important;
			}

			.nmargint_p50-1199 {
				margin-top:-50%!important;
			}

			.nmarginb_p50-1199 {
				margin-bottom:-50%!important;
			}

			.nmarginl_p50-1199 {
				margin-left:-50%!important;
			}

			.nmarginr_p50-1199 {
				margin-right:-50%!important;
			}
			
			.padded_p25-1199 {
				padding:25%!important;

			}

			.paddedtb_p25-1199 {
				padding-top:25%!important;
				padding-bottom:25%!important;
			}

			.paddedt_p25-1199 {
				padding-top:25%!important;
			}

			.paddedb_p25-1199 {
				padding-bottom:25%!important;
			}

			.paddedl_p25-1199 {
				padding-left:25%!important;
			}

			.paddedr_p25-1199 {
				padding-right:25%!important;
			}

			.paddedlr_p25-1199 {
				padding-left:25%!important;
				padding-right:25%!important;
			}
		
						
			.margin_p25-1199 {
				margin:25%!important;
			}

			.margintb_p25-1199 {
				margin-top:25%!important;
				margin-bottom:25%!important;
			}

			.margint_p25-1199 {
				margin-top:25%!important;
			}

			.marginb_p25-1199 {
				margin-bottom:25%!important;
			}

			.marginl_p25-1199 {
				margin-left:25%!important;
			}

			.marginr_p25-1199 {
				margin-right:25%!important;
			}

			.marginlr_p25-1199 {
				margin-left:25%!important;
				margin-right:25%!important;
			}
			
			.nmarginlr_p25 {
				margin-left:-25%!important;
				margin-right:-25%!important;
			}
				
			.nmargin_p25-1199 {
				margin:-25%!important;
			}

			.nmargintb_p25-1199 {
				margin-top:-25%!important;
				margin-bottom:-25%!important;
			}

			.nmargint_p25-1199 {
				margin-top:-25%!important;
			}

			.nmarginb_p25-1199 {
				margin-bottom:-25%!important;
			}

			.nmarginl_p25-1199 {
				margin-left:-25%!important;
			}

			.nmarginr_p25-1199 {
				margin-right:-25%!important;
			}
				.border_1-1199 {
		border:solid 1px rgba(0,0,0,0.5);;
	}

	.bordertb_1-1199 {
		border-top:solid 1px rgba(0,0,0,0.5);;
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.bordert_1-1199 {
		border-top:solid 1px rgba(0,0,0,0.5);;
	}

	.borderb_1-1199 {
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.borderl_1-1199 {
		border-left:solid 1px rgba(0,0,0,0.5);;
	}

	.borderr_1-1199 {
		border-right:solid 1px rgba(0,0,0,0.5);;
	}

	.borderlr_1-1199 {
		border-left:solid 1px rgba(0,0,0,0.5);;
		border-right:solid 1px rgba(0,0,0,0.5);;
	}
		.border_none-1199 {
		border:none;
	}

	.bordertb_none-1199 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-1199 {
		border-top:none;
	}

	.borderb_none-1199 {
		border-bottom:none;
	}

	.borderl_none-1199 {
		border-left:none;
	}

	.borderr_none-1199 {
		border-right:none;
	}

	.borderlr_none-1199 {
		border-left:none;
		border-right:none;
	}
		.border_core-1199 {
		border:solid 1px rgba(0,0,0,0.1);
	}

	.bordertb_core-1199 {
		border-top:solid 1px rgba(0,0,0,0.1);
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.bordert_core-1199 {
		border-top:solid 1px rgba(0,0,0,0.1);
	}

	.borderb_core-1199 {
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.borderl_core-1199 {
		border-left:solid 1px rgba(0,0,0,0.1);
	}

	.borderr_core-1199 {
		border-right:solid 1px rgba(0,0,0,0.1);
	}

	.borderlr_core-1199 {
		border-left:solid 1px rgba(0,0,0,0.1);
		border-right:solid 1px rgba(0,0,0,0.1);
	}
				.colour1_bg-1199 {
				background-color:#000000!important;
			}

			.colour1_bg-1199,
			a.colour1_bg-1199 {
				color:#FFFFFF!important;
			}
		
			.colour1_bg-1199 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour1-1199 a,
			a.colour1-1199 {
				color:#000000;
							}
			
			.colour1-1199 {
					color:#000000;
				background:transparent!important;
						}

					
			.colour1_bg-1199 input[type=text],
			.colour1_bg-1199 input[type=password],
			.colour1_bg-1199 input[type=number],
			.colour1_bg-1199 textarea,
			.colour1_bg-1199 select,
			.colour1_bg-1199 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour1_bg-1199 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour1_bg-1199 select {
				color:rgba(255,255,255,0.7);
			}

			.colour1_bg-1199 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour1_bg-1199 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour2_bg-1199 {
				background-color:#4b4a4b!important;
			}

			.colour2_bg-1199,
			a.colour2_bg-1199 {
				color:#FFFFFF!important;
			}
		
			.colour2_bg-1199 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour2-1199 a,
			a.colour2-1199 {
				color:#4b4a4b;
							}
			
			.colour2-1199 {
					color:#4b4a4b;
				background:transparent!important;
						}

					
			.colour2_bg-1199 input[type=text],
			.colour2_bg-1199 input[type=password],
			.colour2_bg-1199 input[type=number],
			.colour2_bg-1199 textarea,
			.colour2_bg-1199 select,
			.colour2_bg-1199 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour2_bg-1199 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour2_bg-1199 select {
				color:rgba(255,255,255,0.7);
			}

			.colour2_bg-1199 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour2_bg-1199 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour3_bg-1199 {
				background-color:#616062!important;
			}

			.colour3_bg-1199,
			a.colour3_bg-1199 {
				color:#FFFFFF!important;
			}
		
			.colour3_bg-1199 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour3-1199 a,
			a.colour3-1199 {
				color:#616062;
							}
			
			.colour3-1199 {
					color:#616062;
				background:transparent!important;
						}

					
			.colour3_bg-1199 input[type=text],
			.colour3_bg-1199 input[type=password],
			.colour3_bg-1199 input[type=number],
			.colour3_bg-1199 textarea,
			.colour3_bg-1199 select,
			.colour3_bg-1199 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour3_bg-1199 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour3_bg-1199 select {
				color:rgba(255,255,255,0.7);
			}

			.colour3_bg-1199 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour3_bg-1199 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour4_bg-1199 {
				background-color:#FFFFFF!important;
			}

			.colour4_bg-1199,
			a.colour4_bg-1199 {
				color:#202020!important;
			}
		
			.colour4_bg-1199 a:not(.more) {
				color:#202020;
			}

			
			.colour4-1199 a,
			a.colour4-1199 {
				color:#FFFFFF;
							}
			
			.colour4-1199 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour4_bg-1199 input[type=text],
			.colour4_bg-1199 input[type=password],
			.colour4_bg-1199 input[type=number],
			.colour4_bg-1199 textarea,
			.colour4_bg-1199 select,
			.colour4_bg-1199 select option {
				border-color:#202020;
				color:#202020;
				background:transparent;
			}
		
			.colour4_bg-1199 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour4_bg-1199 select {
				color:rgba(32,32,32,0.7);
			}

			.colour4_bg-1199 ::-webkit-input-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}

			.colour4_bg-1199 ::-moz-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}
		
						.colour5_bg-1199 {
				background-color:#FFFFFF!important;
			}

			.colour5_bg-1199,
			a.colour5_bg-1199 {
				color:#424040!important;
			}
		
			.colour5_bg-1199 a:not(.more) {
				color:#424040;
			}

			
			.colour5-1199 a,
			a.colour5-1199 {
				color:#FFFFFF;
							}
			
			.colour5-1199 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour5_bg-1199 input[type=text],
			.colour5_bg-1199 input[type=password],
			.colour5_bg-1199 input[type=number],
			.colour5_bg-1199 textarea,
			.colour5_bg-1199 select,
			.colour5_bg-1199 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour5_bg-1199 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour5_bg-1199 select {
				color:rgba(66,64,64,0.7);
			}

			.colour5_bg-1199 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour5_bg-1199 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
						.colour6_bg-1199 {
				background-color:#EEEEEE!important;
			}

			.colour6_bg-1199,
			a.colour6_bg-1199 {
				color:#424040!important;
			}
		
			.colour6_bg-1199 a:not(.more) {
				color:#424040;
			}

			
			.colour6-1199 a,
			a.colour6-1199 {
				color:#EEEEEE;
							}
			
			.colour6-1199 {
					color:#EEEEEE;
				background:transparent!important;
						}

					
			.colour6_bg-1199 input[type=text],
			.colour6_bg-1199 input[type=password],
			.colour6_bg-1199 input[type=number],
			.colour6_bg-1199 textarea,
			.colour6_bg-1199 select,
			.colour6_bg-1199 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour6_bg-1199 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour6_bg-1199 select {
				color:rgba(66,64,64,0.7);
			}

			.colour6_bg-1199 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour6_bg-1199 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
			
}

@media only screen and (max-width : 1149px) {
	
.grid.eight-1149 {
	float:left!important;
	width:10.575%!important;
margin-right:2.2%!important;;
}

.grid.eight_x2-1149 {
	float:left!important;
	width:23.35%!important;
margin-right:2.2%!important;;
}

.grid.eight_x3-1149 {
	float:left!important;
	width:36.125%!important;
margin-right:2.2%!important;;
}

.grid.eight_x4-1149 {
	float:left!important;
	width:48.9%!important;
margin-right:2.2%!important;;
}

.grid.eight_x5-1149 {
	float:left!important;
	width:61.675%!important;
margin-right:2.2%!important;;
}

.grid.eight_x6-1149 {
	float:left!important;
	width:74.45%!important;
margin-right:2.2%!important;;
}

.grid.eight_x7-1149 {
	float:left!important;
	width:87.225%!important;
margin-right:2.2%!important;;
}

.grid.seven-1149 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-1149 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-1149 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-1149 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-1149 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-1149 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-1149 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-1149 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-1149 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-1149 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-1149 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-1149 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-1149 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-1149 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-1149 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-1149 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-1149 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-1149 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-1149 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-1149 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-1149 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-1149 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.eight-1149 {
	width:12.5%!important;
}

.floatl.eight_x2-1149 {
	width:25%!important;
}

.floatl.eight_x3-1149 {
	width:37.5%!important;
}

.floatl.eight_x4-1149 {
	width:50%!important;
}

.floatl.eight_x5-1149 {
	width:62.5%!important;
}

.floatl.eight_x6-1149 {
	width:75%!important;
}

.floatl.eight_x7-1149 {
	width:87.5%!important;
}

.floatl.seven-1149 {
	width:14.28571429%!important;
}

.floatl.seven_x2-1149 {
	width:28.57142857%!important;
}

.floatl.seven_x3-1149 {
	width:42.85714286%!important;
}

.floatl.seven_x4-1149 {
	width:57.14285714%!important;
}

.floatl.seven_x5-1149 {
	width:71.42857143%!important;
}

.floatl.seven_x6-1149 {
	width:85.71428571%!important;
}

.floatl.six-1149 {
	width:16.66666667%!important;
}

.floatl.six_x2-1149 {
	width:33.33333333%!important;
}

.floatl.six_x3-1149 {
	width:50%!important;
}

.floatl.six_x4-1149 {
	width:66.6666667%!important;
}

.floatl.six_x5-1149 {
	width:83%!important;
}

.floatl.five-1149 {
	width:20%!important;
}

.floatl.five_x2-1149 {
	width:40%!important;
}

.floatl.five_x3-1149 {
	width:60%!important;
}

.floatl.five_x4-1149 {
	width:80%!important;
}

.floatl.four-1149 {
	width:25%!important;
}

.floatl.four_x2-1149 {
	width:50%!important;
}

.floatl.four_x3-1149 {
	width:75%!important;
}

.floatl.three-1149 {
	width:33.33333333%!important;
}

.floatl.three_x2-1149 {
	width:66.66666667%!important;
}

.floatl.two-1149 {
	width:50%!important;
}

.floatl.one-1149 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

.o1-1149 {
		order:1;
	}

.fl1-1149 {
	flex:1;
}

.gridc > .r1-1149 {
	grid-row-start:1;
}
.gridc-1149 > .r1-1149 {
	grid-row-start:1;
	overflow:hidden;
}
.gridc > .re1-1149 {
	grid-row-end:1;
}
.gridc-1149 > .re1-1149 {
	grid-row-end:1;
}
.gridc > .c1-1149 {
	grid-column-start:1;
}
.gridc-1149 > .c1-1149 {
	grid-column-start:1;
}
.gridc > .ce1-1149 {
	grid-column-end:1;
}
.gridc-1149 > .ce1-1149 {
	grid-column-end:1;
}

.o2-1149 {
		order:2;
	}

.fl2-1149 {
	flex:2;
}

.gridc > .r2-1149 {
	grid-row-start:2;
}
.gridc-1149 > .r2-1149 {
	grid-row-start:2;
	overflow:hidden;
}
.gridc > .re2-1149 {
	grid-row-end:2;
}
.gridc-1149 > .re2-1149 {
	grid-row-end:2;
}
.gridc > .c2-1149 {
	grid-column-start:2;
}
.gridc-1149 > .c2-1149 {
	grid-column-start:2;
}
.gridc > .ce2-1149 {
	grid-column-end:2;
}
.gridc-1149 > .ce2-1149 {
	grid-column-end:2;
}

.o3-1149 {
		order:3;
	}

.fl3-1149 {
	flex:3;
}

.gridc > .r3-1149 {
	grid-row-start:3;
}
.gridc-1149 > .r3-1149 {
	grid-row-start:3;
	overflow:hidden;
}
.gridc > .re3-1149 {
	grid-row-end:3;
}
.gridc-1149 > .re3-1149 {
	grid-row-end:3;
}
.gridc > .c3-1149 {
	grid-column-start:3;
}
.gridc-1149 > .c3-1149 {
	grid-column-start:3;
}
.gridc > .ce3-1149 {
	grid-column-end:3;
}
.gridc-1149 > .ce3-1149 {
	grid-column-end:3;
}

.o4-1149 {
		order:4;
	}

.fl4-1149 {
	flex:4;
}

.gridc > .r4-1149 {
	grid-row-start:4;
}
.gridc-1149 > .r4-1149 {
	grid-row-start:4;
	overflow:hidden;
}
.gridc > .re4-1149 {
	grid-row-end:4;
}
.gridc-1149 > .re4-1149 {
	grid-row-end:4;
}
.gridc > .c4-1149 {
	grid-column-start:4;
}
.gridc-1149 > .c4-1149 {
	grid-column-start:4;
}
.gridc > .ce4-1149 {
	grid-column-end:4;
}
.gridc-1149 > .ce4-1149 {
	grid-column-end:4;
}

.o5-1149 {
		order:5;
	}

.fl5-1149 {
	flex:5;
}

.gridc > .r5-1149 {
	grid-row-start:5;
}
.gridc-1149 > .r5-1149 {
	grid-row-start:5;
	overflow:hidden;
}
.gridc > .re5-1149 {
	grid-row-end:5;
}
.gridc-1149 > .re5-1149 {
	grid-row-end:5;
}
.gridc > .c5-1149 {
	grid-column-start:5;
}
.gridc-1149 > .c5-1149 {
	grid-column-start:5;
}
.gridc > .ce5-1149 {
	grid-column-end:5;
}
.gridc-1149 > .ce5-1149 {
	grid-column-end:5;
}

.o6-1149 {
		order:6;
	}

.fl6-1149 {
	flex:6;
}

.gridc > .r6-1149 {
	grid-row-start:6;
}
.gridc-1149 > .r6-1149 {
	grid-row-start:6;
	overflow:hidden;
}
.gridc > .re6-1149 {
	grid-row-end:6;
}
.gridc-1149 > .re6-1149 {
	grid-row-end:6;
}
.gridc > .c6-1149 {
	grid-column-start:6;
}
.gridc-1149 > .c6-1149 {
	grid-column-start:6;
}
.gridc > .ce6-1149 {
	grid-column-end:6;
}
.gridc-1149 > .ce6-1149 {
	grid-column-end:6;
}

.o7-1149 {
		order:7;
	}

.fl7-1149 {
	flex:7;
}

.gridc > .r7-1149 {
	grid-row-start:7;
}
.gridc-1149 > .r7-1149 {
	grid-row-start:7;
	overflow:hidden;
}
.gridc > .re7-1149 {
	grid-row-end:7;
}
.gridc-1149 > .re7-1149 {
	grid-row-end:7;
}
.gridc > .c7-1149 {
	grid-column-start:7;
}
.gridc-1149 > .c7-1149 {
	grid-column-start:7;
}
.gridc > .ce7-1149 {
	grid-column-end:7;
}
.gridc-1149 > .ce7-1149 {
	grid-column-end:7;
}

.o8-1149 {
		order:8;
	}

.fl8-1149 {
	flex:8;
}

.gridc > .r8-1149 {
	grid-row-start:8;
}
.gridc-1149 > .r8-1149 {
	grid-row-start:8;
	overflow:hidden;
}
.gridc > .re8-1149 {
	grid-row-end:8;
}
.gridc-1149 > .re8-1149 {
	grid-row-end:8;
}
.gridc > .c8-1149 {
	grid-column-start:8;
}
.gridc-1149 > .c8-1149 {
	grid-column-start:8;
}
.gridc > .ce8-1149 {
	grid-column-end:8;
}
.gridc-1149 > .ce8-1149 {
	grid-column-end:8;
}

.o9-1149 {
		order:9;
	}

.fl9-1149 {
	flex:9;
}

.gridc > .r9-1149 {
	grid-row-start:9;
}
.gridc-1149 > .r9-1149 {
	grid-row-start:9;
	overflow:hidden;
}
.gridc > .re9-1149 {
	grid-row-end:9;
}
.gridc-1149 > .re9-1149 {
	grid-row-end:9;
}
.gridc > .c9-1149 {
	grid-column-start:9;
}
.gridc-1149 > .c9-1149 {
	grid-column-start:9;
}
.gridc > .ce9-1149 {
	grid-column-end:9;
}
.gridc-1149 > .ce9-1149 {
	grid-column-end:9;
}

.z1-1149 {
	z-index:1;
}

.z9999999-1149 {
	z-index:9999999;
}

.z2-1149 {
	z-index:2;
}

.z9999998-1149 {
	z-index:9999998;
}

.z3-1149 {
	z-index:3;
}

.z9999997-1149 {
	z-index:9999997;
}

.z4-1149 {
	z-index:4;
}

.z9999996-1149 {
	z-index:9999996;
}

.z5-1149 {
	z-index:5;
}

.z9999995-1149 {
	z-index:9999995;
}

.z6-1149 {
	z-index:6;
}

.z9999994-1149 {
	z-index:9999994;
}

.z7-1149 {
	z-index:7;
}

.z9999993-1149 {
	z-index:9999993;
}

.z8-1149 {
	z-index:8;
}

.z9999992-1149 {
	z-index:9999992;
}

.z9-1149 {
	z-index:9;
}

.z9999991-1149 {
	z-index:9999991;
}

.w100-1149 {
	font-weight:100;
}
.w200-1149 {
	font-weight:200;
}
.w300-1149 {
	font-weight:300;
}
.w400-1149 {
	font-weight:400;
}
.w500-1149 {
	font-weight:500;
}
.w600-1149 {
	font-weight:600;
}
.w700-1149 {
	font-weight:700;
}
.w800-1149 {
	font-weight:800;
}
.w900-1149 {
	font-weight:900;
}
.f1-1149 {
	font-size:1.1em;
	line-height:1.1em;
}

p.f1-1149,
p > *.f1-1149 {
	line-height:1.4em;
}
.f1_5-1149 {
	font-size:1.15em;
	line-height:1.15em;
}

p.f1_5-1149,
p > *.f1_5-1149 {
	line-height:1.18em;
}
.f2-1149 {
	font-size:1.2em;
	line-height:1.2em;
}

p.f2-1149,
p > *.f2-1149 {
	line-height:1.5em;
}
.f2_5-1149 {
	font-size:1.25em;
	line-height:1.25em;
}

p.f2_5-1149,
p > *.f2_5-1149 {
	line-height:1.28em;
}
.f3-1149 {
	font-size:1.3em;
	line-height:1.3em;
}

p.f3-1149,
p > *.f3-1149 {
	line-height:1.6em;
}
.f3_5-1149 {
	font-size:1.35em;
	line-height:1.35em;
}

p.f3_5-1149,
p > *.f3_5-1149 {
	line-height:1.38em;
}
.f4-1149 {
	font-size:1.4em;
	line-height:1.4em;
}

p.f4-1149,
p > *.f4-1149 {
	line-height:1.7em;
}
.f4_5-1149 {
	font-size:1.45em;
	line-height:1.45em;
}

p.f4_5-1149,
p > *.f4_5-1149 {
	line-height:1.48em;
}
.f5-1149 {
	font-size:1.5em;
	line-height:1.5em;
}

p.f5-1149,
p > *.f5-1149 {
	line-height:1.8em;
}
.f5_5-1149 {
	font-size:1.55em;
	line-height:1.55em;
}

p.f5_5-1149,
p > *.f5_5-1149 {
	line-height:1.58em;
}
.f6-1149 {
	font-size:1.6em;
	line-height:1.6em;
}

p.f6-1149,
p > *.f6-1149 {
	line-height:1.9em;
}
.f6_5-1149 {
	font-size:1.65em;
	line-height:1.65em;
}

p.f6_5-1149,
p > *.f6_5-1149 {
	line-height:1.68em;
}
.f7-1149 {
	font-size:1.7em;
	line-height:1.7em;
}

p.f7-1149,
p > *.f7-1149 {
	line-height:1.10em;
}
.f7_5-1149 {
	font-size:1.75em;
	line-height:1.75em;
}

p.f7_5-1149,
p > *.f7_5-1149 {
	line-height:1.78em;
}
.f8-1149 {
	font-size:1.8em;
	line-height:1.8em;
}

p.f8-1149,
p > *.f8-1149 {
	line-height:1.11em;
}
.f8_5-1149 {
	font-size:1.85em;
	line-height:1.85em;
}

p.f8_5-1149,
p > *.f8_5-1149 {
	line-height:1.88em;
}
.f9-1149 {
	font-size:1.9em;
	line-height:1.9em;
}

p.f9-1149,
p > *.f9-1149 {
	line-height:1.12em;
}
.f9_5-1149 {
	font-size:1.95em;
	line-height:1.95em;
}

p.f9_5-1149,
p > *.f9_5-1149 {
	line-height:1.98em;
}
.f10-1149 {
	font-size:2em;
	line-height:2em;
}

p.f10-1149,
p > *.f10-1149 {
	line-height:2em;
}
.f10_5-1149 {
	font-size:2em;
	line-height:2em;
}

p.f10_5-1149,
p > *.f10_5-1149 {
	line-height:2em;
}
.nf1-1149 {
	font-size:0.9em;
}

*:not(p):not(ul):not(ol).nf1-1149 {
	line-height:0.9em;
}

p.nf1-1149,
ul.nf1-1149,
ol.nf1-1149 {
	line-height:1.9em;
}
.nf1_5-1149 {
	font-size:0.85em;
}

*:not(p):not(ul):not(ol).nf1_5-1149 {
	line-height:0.85em;
}

p.nf1_5-1149,
ul.nf1_5-1149,
ol.nf1_5-1149 {
	line-height:1.85em;
}
.nf2-1149 {
	font-size:0.8em;
}

*:not(p):not(ul):not(ol).nf2-1149 {
	line-height:0.8em;
}

p.nf2-1149,
ul.nf2-1149,
ol.nf2-1149 {
	line-height:1.8em;
}
.nf2_5-1149 {
	font-size:0.75em;
}

*:not(p):not(ul):not(ol).nf2_5-1149 {
	line-height:0.75em;
}

p.nf2_5-1149,
ul.nf2_5-1149,
ol.nf2_5-1149 {
	line-height:1.75em;
}
.nf3-1149 {
	font-size:0.7em;
}

*:not(p):not(ul):not(ol).nf3-1149 {
	line-height:0.7em;
}

p.nf3-1149,
ul.nf3-1149,
ol.nf3-1149 {
	line-height:1.7em;
}
.nf3_5-1149 {
	font-size:0.65em;
}

*:not(p):not(ul):not(ol).nf3_5-1149 {
	line-height:0.65em;
}

p.nf3_5-1149,
ul.nf3_5-1149,
ol.nf3_5-1149 {
	line-height:1.65em;
}
.nf4-1149 {
	font-size:0.6em;
}

*:not(p):not(ul):not(ol).nf4-1149 {
	line-height:0.6em;
}

p.nf4-1149,
ul.nf4-1149,
ol.nf4-1149 {
	line-height:1.6em;
}
.nf4_5-1149 {
	font-size:0.55em;
}

*:not(p):not(ul):not(ol).nf4_5-1149 {
	line-height:0.55em;
}

p.nf4_5-1149,
ul.nf4_5-1149,
ol.nf4_5-1149 {
	line-height:1.55em;
}
.nf5-1149 {
	font-size:0.5em;
}

*:not(p):not(ul):not(ol).nf5-1149 {
	line-height:0.5em;
}

p.nf5-1149,
ul.nf5-1149,
ol.nf5-1149 {
	line-height:1.5em;
}
.nf5_5-1149 {
	font-size:0.45em;
}

*:not(p):not(ul):not(ol).nf5_5-1149 {
	line-height:0.45em;
}

p.nf5_5-1149,
ul.nf5_5-1149,
ol.nf5_5-1149 {
	line-height:1.45em;
}
.nf6-1149 {
	font-size:0.4em;
}

*:not(p):not(ul):not(ol).nf6-1149 {
	line-height:0.4em;
}

p.nf6-1149,
ul.nf6-1149,
ol.nf6-1149 {
	line-height:1.4em;
}
.nf6_5-1149 {
	font-size:0.35em;
}

*:not(p):not(ul):not(ol).nf6_5-1149 {
	line-height:0.35em;
}

p.nf6_5-1149,
ul.nf6_5-1149,
ol.nf6_5-1149 {
	line-height:1.35em;
}
.nf7-1149 {
	font-size:0.3em;
}

*:not(p):not(ul):not(ol).nf7-1149 {
	line-height:0.3em;
}

p.nf7-1149,
ul.nf7-1149,
ol.nf7-1149 {
	line-height:1.3em;
}
.nf7_5-1149 {
	font-size:0.25em;
}

*:not(p):not(ul):not(ol).nf7_5-1149 {
	line-height:0.25em;
}

p.nf7_5-1149,
ul.nf7_5-1149,
ol.nf7_5-1149 {
	line-height:1.25em;
}
.nf8-1149 {
	font-size:0.2em;
}

*:not(p):not(ul):not(ol).nf8-1149 {
	line-height:0.2em;
}

p.nf8-1149,
ul.nf8-1149,
ol.nf8-1149 {
	line-height:1.2em;
}
.nf8_5-1149 {
	font-size:0.15em;
}

*:not(p):not(ul):not(ol).nf8_5-1149 {
	line-height:0.15em;
}

p.nf8_5-1149,
ul.nf8_5-1149,
ol.nf8_5-1149 {
	line-height:1.15em;
}
.nf9-1149 {
	font-size:0.1em;
}

*:not(p):not(ul):not(ol).nf9-1149 {
	line-height:0.1em;
}

p.nf9-1149,
ul.nf9-1149,
ol.nf9-1149 {
	line-height:1.1em;
}
.nf9_5-1149 {
	font-size:0.05em;
}

*:not(p):not(ul):not(ol).nf9_5-1149 {
	line-height:0.05em;
}

p.nf9_5-1149,
ul.nf9_5-1149,
ol.nf9_5-1149 {
	line-height:1.05em;
}
  .invisible-1149 {
			visibility:hidden!important;
		}

  .last-1149 {
			margin-right:0px!important;
		}

  .floatl-1149 {
			float:left!important;
		}

  .floatr-1149 {
			float:right!important;
		}

  .left-1149 {
			float:left!important;
		}

  .right-1149 {
			float:right!important;
		}

  .floatn-1149,
 .grid.floatn-1149 {
			float:none!important;
		}

  .grid-1149 {
			float:left!important;
overflow:hidden;;
		}

  .grid.last-1149 {
			float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
		}

  .none-1149 {
			display:none!important;
		}

  .block-1149 {
			display:block!important;
		}

  .iblock-1149 {
			display:inline-block!important;
		}

  .inline-1149 {
			display:inline!important;
		}

  .table-1149 {
			display:table!important;
		}

  .row-1149 {
			display:table-row!important;
		}

  .cell-1149 {
			display:table-cell!important;
vertical-align:middle;
		}

  .collapse-1149 {
			border-collapse:collapse;
		}

  .clearl-1149 {
			clear:left!important;
		}

  .clearr-1149 {
			clear:right!important;
		}

  .clearn-1149 {
			clear:none!important;
		}

  .clearnone-1149 {
			clear:none!important;
		}

  .clearb-1149 {
			clear:both!important;
		}

  .clear-1149 {
			float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
		}

  .up-1149 {
			text-transform:uppercase;
		}

  .transnone-1149 {
			text-transform:none;
		}

  .strike-1149 {
			text-decoration:line-through;
		}

  .alignl-1149 {
			text-align:left!important;
		}

  .alignr-1149 {
			text-align:right!important;
		}

  .alignc-1149 {
			text-align:center!important;
		}

  .alignj-1149 {
			text-align:justify!important;
		}

  .valign-1149 {
			vertical-align:middle!important;
		}

  .widthauto-1149 {
			width:auto!important;
		}

  .heightauto-1149 {
			height:auto!important;
min-height:0px!important;
		}

.square.heightauto-1149::after {
	display:none!important;
}

.square.heightauto-1149 > * {
	position:static!important;
}

  .width0-1149 {
			width:0px;
		}

  .width50-1149 {
			width:50%;
		}

  .height0-1149 {
			height:0px;
		}

  .height50-1149 {
			height:50%;
		}

  .mw100-1149 {
			max-width:100%;
		}

  .mw90-1149 {
			max-width:90%;
		}

  .mw80-1149 {
			max-width:80%;
		}

  .mw70-1149 {
			max-width:70%;
		}

  .mw60-1149 {
			max-width:60%;
		}

  .mw50-1149 {
			max-width:50%;
		}

  .mw40-1149 {
			max-width:40%;
		}

  .mw30-1149 {
			max-width:30%;
		}

  .mw20-1149 {
			max-width:20%;
		}

  .mw10-1149 {
			max-width:10%;
		}

  .mwnone-1149 {
			max-width:none;
		}

  .fw-1149,
 .grid.fw-1149,
 .floatl.fw-1149 {
			width:100%!important;
      margin-left:0px!important;
			margin-right:0px!important;
		}

  .fh-1149 {
			height:100%!important;
		}

  .pointer-1149 {
			cursor:pointer!important;
		}

  .noallow-1149 {
			cursor:not-allowed!important;
		}

  .noselect-1149 {
			user-select:none!important;
		}

  .static-1149 {
			position:static!important;
		}

  .relative-1149 {
			position:relative!important;
		}

  .absolute-1149 {
			position:absolute!important;
		}

  .fixed-1149 {
			position:fixed!important;
		}

  .spacing-1149 {
			margin-bottom:7px!important;
		}

  .spacing.floatl-1149 {
			margin-right:15px!important;
		}

  .spacing.floatr-1149 {
			margin-left:15px!important;
		}

  .flowhide-1149 {
			overflow:hidden;
		}

  .flowshow-1149 {
			overflow:visible;
		}

  .flowauto-1149 {
			overflow:auto;
		}

  .nowrap-1149 {
			white-space:nowrap;
		}

  .lhreset-1149 {
			line-height:normal;
		}

  .circle-1149 {
			border-radius:50%!important;
		}

  .radnone-1149 {
			border-radius:0px!important;
		}

  .vh10-1149 {
			height:10vh!important;
		}

  .vh25-1149 {
			height:25vh!important;
		}

  .vh50-1149 {
			height:50vh!important;
		}

  .vh100-1149 {
			height:100vh!important;
		}

  .vw10-1149 {
			width:10vw!important;
		}

  .vw25-1149 {
			width:25vw!important;
		}

  .vw50-1149 {
			width:50vw!important;
		}

  .vw100-1149 {
			width:100vw!important;
		}

  .flexw-1149 {
			flex-wrap:wrap!important;
		}

  .flexwn-1149 {
			flex-wrap:nowrap!important;
		}

  .flexwr-1149 {
			flex-wrap:wrap-reverse!important;
		}

  .flexdr-1149 {
			flex-direction:row!important;
		}

  .flexdrr-1149 {
			flex-direction:row-reverse!important;
		}

  .flexdc-1149 {
			flex-direction:column!important;
		}

  .flexdcr-1149 {
			flex-direction:column-reverse!important;
		}

  .flex-1149 {
			display:flex!important;
align-items:center;
flex-wrap:wrap;;
		}

  .iflex-1149 {
			display:inline-flex!important;
align-items:center;;
		}

  .spaced-1149 {
			justify-content:space-between;
		}

  .flexdr.spaced-1149 {
			align-content:space-between;
		}

  .spacee-1149 {
			justify-content:space-evenly;
		}

  .falignst-1149 {
			align-items:stretch;;
		}

  .falignc-1149 {
			align-items:center;;
		}

  .faligns-1149 {
			align-items:flex-start;;
		}

  .faligne-1149 {
			align-items:flex-end;;
		}

  .fjustl-1149 {
			justify-content:flex-start;;
		}

  .fjustr-1149 {
			justify-content:flex-end;;
		}

  .fjustc-1149 {
			justify-content:center;;
		}

  .flexn-1149 {
			flex:none!important;width:100%;;
		}

  .gridc-1149 {
			display:grid!important;;
		}

  .o100-1149 {
			opacity:1;
		}

  .o90-1149 {
			opacity:0.9;
		}

  .o80-1149 {
			opacity:0.8;
		}

  .o70-1149 {
			opacity:0.7;
		}

  .o60-1149 {
			opacity:0.6;
		}

  .o50-1149 {
			opacity:0.5;
		}

  .o40-1149 {
			opacity:0.4;
		}

  .o30-1149 {
			opacity:0.3;
		}

  .o20-1149 {
			opacity:0.2;
		}

  .o10-1149 {
			opacity:0.1;
		}

  .o0-1149 {
			opacity:0;
		}

  .left0-1149 {
			left:0px!important;;
		}

  .right0-1149 {
			right:0px!important;;
		}

  .top0-1149 {
			top:0px!important;;
		}

  .bottom0-1149 {
			bottom:0px!important;;
		}

  .left50-1149 {
			left:50%!important;;
		}

  .right50-1149 {
			right:50%!important;;
		}

  .top50-1149 {
			top:50%!important;;
		}

  .bottom50-1149 {
			bottom:50%!important;;
		}

  .left100-1149 {
			left:100%!important;;
		}

  .right100-1149 {
			right:100%!important;;
		}

  .top100-1149 {
			top:100%!important;;
		}

  .bottom100-1149 {
			bottom:100%!important;;
		}

  .leftauto-1149 {
			left:auto!important;;
		}

  .rightauto-1149 {
			right:auto!important;;
		}

  .topauto-1149 {
			top:auto!important;;
		}

  .bottomauto-1149 {
			bottom:auto!important;;
		}

  .all0-1149 {
			top:0px!important;
bottom:0px!important;
left:0px!important;
right:0px!important;;
		}

  .lineup.fw-1149, .lineupgroup.fw-1149 {
			height:auto!important;
	}

	

			.padded_tiny-1149 {
				padding:5px!important;

			}

			.paddedtb_tiny-1149 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-1149 {
				padding-top:5px!important;
			}

			.paddedb_tiny-1149 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-1149 {
				padding-left:5px!important;
			}

			.paddedr_tiny-1149 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-1149 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-1149 {
				margin:5px!important;
			}

			.margintb_tiny-1149 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-1149 {
				margin-top:5px!important;
			}

			.marginb_tiny-1149 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-1149 {
				margin-left:5px!important;
			}

			.marginr_tiny-1149 {
				margin-right:5px!important;
			}

			.marginlr_tiny-1149 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			
			.nmarginlr_tiny {
				margin-left:-5px!important;
				margin-right:-5px!important;
			}
				
			.nmargin_tiny-1149 {
				margin:-5px!important;
			}

			.nmargintb_tiny-1149 {
				margin-top:-5px!important;
				margin-bottom:-5px!important;
			}

			.nmargint_tiny-1149 {
				margin-top:-5px!important;
			}

			.nmarginb_tiny-1149 {
				margin-bottom:-5px!important;
			}

			.nmarginl_tiny-1149 {
				margin-left:-5px!important;
			}

			.nmarginr_tiny-1149 {
				margin-right:-5px!important;
			}
			
			.padded_small-1149 {
				padding:10px!important;

			}

			.paddedtb_small-1149 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-1149 {
				padding-top:10px!important;
			}

			.paddedb_small-1149 {
				padding-bottom:10px!important;
			}

			.paddedl_small-1149 {
				padding-left:10px!important;
			}

			.paddedr_small-1149 {
				padding-right:10px!important;
			}

			.paddedlr_small-1149 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-1149 {
				margin:10px!important;
			}

			.margintb_small-1149 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-1149 {
				margin-top:10px!important;
			}

			.marginb_small-1149 {
				margin-bottom:10px!important;
			}

			.marginl_small-1149 {
				margin-left:10px!important;
			}

			.marginr_small-1149 {
				margin-right:10px!important;
			}

			.marginlr_small-1149 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_small {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_small-1149 {
				margin:-10px!important;
			}

			.nmargintb_small-1149 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_small-1149 {
				margin-top:-10px!important;
			}

			.nmarginb_small-1149 {
				margin-bottom:-10px!important;
			}

			.nmarginl_small-1149 {
				margin-left:-10px!important;
			}

			.nmarginr_small-1149 {
				margin-right:-10px!important;
			}
			
			.padded_medium-1149 {
				padding:20px!important;

			}

			.paddedtb_medium-1149 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-1149 {
				padding-top:20px!important;
			}

			.paddedb_medium-1149 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-1149 {
				padding-left:20px!important;
			}

			.paddedr_medium-1149 {
				padding-right:20px!important;
			}

			.paddedlr_medium-1149 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-1149 {
				margin:20px!important;
			}

			.margintb_medium-1149 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-1149 {
				margin-top:20px!important;
			}

			.marginb_medium-1149 {
				margin-bottom:20px!important;
			}

			.marginl_medium-1149 {
				margin-left:20px!important;
			}

			.marginr_medium-1149 {
				margin-right:20px!important;
			}

			.marginlr_medium-1149 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			
			.nmarginlr_medium {
				margin-left:-20px!important;
				margin-right:-20px!important;
			}
				
			.nmargin_medium-1149 {
				margin:-20px!important;
			}

			.nmargintb_medium-1149 {
				margin-top:-20px!important;
				margin-bottom:-20px!important;
			}

			.nmargint_medium-1149 {
				margin-top:-20px!important;
			}

			.nmarginb_medium-1149 {
				margin-bottom:-20px!important;
			}

			.nmarginl_medium-1149 {
				margin-left:-20px!important;
			}

			.nmarginr_medium-1149 {
				margin-right:-20px!important;
			}
			
			.padded_large-1149 {
				padding:40px!important;

			}

			.paddedtb_large-1149 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-1149 {
				padding-top:40px!important;
			}

			.paddedb_large-1149 {
				padding-bottom:40px!important;
			}

			.paddedl_large-1149 {
				padding-left:40px!important;
			}

			.paddedr_large-1149 {
				padding-right:40px!important;
			}

			.paddedlr_large-1149 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-1149 {
				margin:40px!important;
			}

			.margintb_large-1149 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-1149 {
				margin-top:40px!important;
			}

			.marginb_large-1149 {
				margin-bottom:40px!important;
			}

			.marginl_large-1149 {
				margin-left:40px!important;
			}

			.marginr_large-1149 {
				margin-right:40px!important;
			}

			.marginlr_large-1149 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			
			.nmarginlr_large {
				margin-left:-40px!important;
				margin-right:-40px!important;
			}
				
			.nmargin_large-1149 {
				margin:-40px!important;
			}

			.nmargintb_large-1149 {
				margin-top:-40px!important;
				margin-bottom:-40px!important;
			}

			.nmargint_large-1149 {
				margin-top:-40px!important;
			}

			.nmarginb_large-1149 {
				margin-bottom:-40px!important;
			}

			.nmarginl_large-1149 {
				margin-left:-40px!important;
			}

			.nmarginr_large-1149 {
				margin-right:-40px!important;
			}
			
			.padded_core-1149 {
				padding:10px!important;

			}

			.paddedtb_core-1149 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-1149 {
				padding-top:10px!important;
			}

			.paddedb_core-1149 {
				padding-bottom:10px!important;
			}

			.paddedl_core-1149 {
				padding-left:10px!important;
			}

			.paddedr_core-1149 {
				padding-right:10px!important;
			}

			.paddedlr_core-1149 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-1149 {
				margin:10px!important;
			}

			.margintb_core-1149 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-1149 {
				margin-top:10px!important;
			}

			.marginb_core-1149 {
				margin-bottom:10px!important;
			}

			.marginl_core-1149 {
				margin-left:10px!important;
			}

			.marginr_core-1149 {
				margin-right:10px!important;
			}

			.marginlr_core-1149 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_core {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_core-1149 {
				margin:-10px!important;
			}

			.nmargintb_core-1149 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_core-1149 {
				margin-top:-10px!important;
			}

			.nmarginb_core-1149 {
				margin-bottom:-10px!important;
			}

			.nmarginl_core-1149 {
				margin-left:-10px!important;
			}

			.nmarginr_core-1149 {
				margin-right:-10px!important;
			}
						
			.margin_auto-1149 {
				margin:auto!important;
			}

			.margintb_auto-1149 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-1149 {
				margin-top:auto!important;
			}

			.marginb_auto-1149 {
				margin-bottom:auto!important;
			}

			.marginl_auto-1149 {
				margin-left:auto!important;
			}

			.marginr_auto-1149 {
				margin-right:auto!important;
			}

			.marginlr_auto-1149 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			
			.nmarginlr_auto {
				margin-left:-auto!important;
				margin-right:-auto!important;
			}
				
			.nmargin_auto-1149 {
				margin:-auto!important;
			}

			.nmargintb_auto-1149 {
				margin-top:-auto!important;
				margin-bottom:-auto!important;
			}

			.nmargint_auto-1149 {
				margin-top:-auto!important;
			}

			.nmarginb_auto-1149 {
				margin-bottom:-auto!important;
			}

			.nmarginl_auto-1149 {
				margin-left:-auto!important;
			}

			.nmarginr_auto-1149 {
				margin-right:-auto!important;
			}
			
			.padded_none-1149 {
				padding:0px!important;

			}

			.paddedtb_none-1149 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-1149 {
				padding-top:0px!important;
			}

			.paddedb_none-1149 {
				padding-bottom:0px!important;
			}

			.paddedl_none-1149 {
				padding-left:0px!important;
			}

			.paddedr_none-1149 {
				padding-right:0px!important;
			}

			.paddedlr_none-1149 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-1149 {
				margin:0px!important;
			}

			.margintb_none-1149 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-1149 {
				margin-top:0px!important;
			}

			.marginb_none-1149 {
				margin-bottom:0px!important;
			}

			.marginl_none-1149 {
				margin-left:0px!important;
			}

			.marginr_none-1149 {
				margin-right:0px!important;
			}

			.marginlr_none-1149 {
				margin-left:0px!important;
				margin-right:0px!important;
			}
			
			.nmarginlr_none {
				margin-left:-0px!important;
				margin-right:-0px!important;
			}
				
			.nmargin_none-1149 {
				margin:-0px!important;
			}

			.nmargintb_none-1149 {
				margin-top:-0px!important;
				margin-bottom:-0px!important;
			}

			.nmargint_none-1149 {
				margin-top:-0px!important;
			}

			.nmarginb_none-1149 {
				margin-bottom:-0px!important;
			}

			.nmarginl_none-1149 {
				margin-left:-0px!important;
			}

			.nmarginr_none-1149 {
				margin-right:-0px!important;
			}
			
			.padded_p100-1149 {
				padding:100%!important;

			}

			.paddedtb_p100-1149 {
				padding-top:100%!important;
				padding-bottom:100%!important;
			}

			.paddedt_p100-1149 {
				padding-top:100%!important;
			}

			.paddedb_p100-1149 {
				padding-bottom:100%!important;
			}

			.paddedl_p100-1149 {
				padding-left:100%!important;
			}

			.paddedr_p100-1149 {
				padding-right:100%!important;
			}

			.paddedlr_p100-1149 {
				padding-left:100%!important;
				padding-right:100%!important;
			}
		
						
			.margin_p100-1149 {
				margin:100%!important;
			}

			.margintb_p100-1149 {
				margin-top:100%!important;
				margin-bottom:100%!important;
			}

			.margint_p100-1149 {
				margin-top:100%!important;
			}

			.marginb_p100-1149 {
				margin-bottom:100%!important;
			}

			.marginl_p100-1149 {
				margin-left:100%!important;
			}

			.marginr_p100-1149 {
				margin-right:100%!important;
			}

			.marginlr_p100-1149 {
				margin-left:100%!important;
				margin-right:100%!important;
			}
			
			.nmarginlr_p100 {
				margin-left:-100%!important;
				margin-right:-100%!important;
			}
				
			.nmargin_p100-1149 {
				margin:-100%!important;
			}

			.nmargintb_p100-1149 {
				margin-top:-100%!important;
				margin-bottom:-100%!important;
			}

			.nmargint_p100-1149 {
				margin-top:-100%!important;
			}

			.nmarginb_p100-1149 {
				margin-bottom:-100%!important;
			}

			.nmarginl_p100-1149 {
				margin-left:-100%!important;
			}

			.nmarginr_p100-1149 {
				margin-right:-100%!important;
			}
			
			.padded_p75-1149 {
				padding:75%!important;

			}

			.paddedtb_p75-1149 {
				padding-top:75%!important;
				padding-bottom:75%!important;
			}

			.paddedt_p75-1149 {
				padding-top:75%!important;
			}

			.paddedb_p75-1149 {
				padding-bottom:75%!important;
			}

			.paddedl_p75-1149 {
				padding-left:75%!important;
			}

			.paddedr_p75-1149 {
				padding-right:75%!important;
			}

			.paddedlr_p75-1149 {
				padding-left:75%!important;
				padding-right:75%!important;
			}
		
						
			.margin_p75-1149 {
				margin:75%!important;
			}

			.margintb_p75-1149 {
				margin-top:75%!important;
				margin-bottom:75%!important;
			}

			.margint_p75-1149 {
				margin-top:75%!important;
			}

			.marginb_p75-1149 {
				margin-bottom:75%!important;
			}

			.marginl_p75-1149 {
				margin-left:75%!important;
			}

			.marginr_p75-1149 {
				margin-right:75%!important;
			}

			.marginlr_p75-1149 {
				margin-left:75%!important;
				margin-right:75%!important;
			}
			
			.nmarginlr_p75 {
				margin-left:-75%!important;
				margin-right:-75%!important;
			}
				
			.nmargin_p75-1149 {
				margin:-75%!important;
			}

			.nmargintb_p75-1149 {
				margin-top:-75%!important;
				margin-bottom:-75%!important;
			}

			.nmargint_p75-1149 {
				margin-top:-75%!important;
			}

			.nmarginb_p75-1149 {
				margin-bottom:-75%!important;
			}

			.nmarginl_p75-1149 {
				margin-left:-75%!important;
			}

			.nmarginr_p75-1149 {
				margin-right:-75%!important;
			}
			
			.padded_p50-1149 {
				padding:50%!important;

			}

			.paddedtb_p50-1149 {
				padding-top:50%!important;
				padding-bottom:50%!important;
			}

			.paddedt_p50-1149 {
				padding-top:50%!important;
			}

			.paddedb_p50-1149 {
				padding-bottom:50%!important;
			}

			.paddedl_p50-1149 {
				padding-left:50%!important;
			}

			.paddedr_p50-1149 {
				padding-right:50%!important;
			}

			.paddedlr_p50-1149 {
				padding-left:50%!important;
				padding-right:50%!important;
			}
		
						
			.margin_p50-1149 {
				margin:50%!important;
			}

			.margintb_p50-1149 {
				margin-top:50%!important;
				margin-bottom:50%!important;
			}

			.margint_p50-1149 {
				margin-top:50%!important;
			}

			.marginb_p50-1149 {
				margin-bottom:50%!important;
			}

			.marginl_p50-1149 {
				margin-left:50%!important;
			}

			.marginr_p50-1149 {
				margin-right:50%!important;
			}

			.marginlr_p50-1149 {
				margin-left:50%!important;
				margin-right:50%!important;
			}
			
			.nmarginlr_p50 {
				margin-left:-50%!important;
				margin-right:-50%!important;
			}
				
			.nmargin_p50-1149 {
				margin:-50%!important;
			}

			.nmargintb_p50-1149 {
				margin-top:-50%!important;
				margin-bottom:-50%!important;
			}

			.nmargint_p50-1149 {
				margin-top:-50%!important;
			}

			.nmarginb_p50-1149 {
				margin-bottom:-50%!important;
			}

			.nmarginl_p50-1149 {
				margin-left:-50%!important;
			}

			.nmarginr_p50-1149 {
				margin-right:-50%!important;
			}
			
			.padded_p25-1149 {
				padding:25%!important;

			}

			.paddedtb_p25-1149 {
				padding-top:25%!important;
				padding-bottom:25%!important;
			}

			.paddedt_p25-1149 {
				padding-top:25%!important;
			}

			.paddedb_p25-1149 {
				padding-bottom:25%!important;
			}

			.paddedl_p25-1149 {
				padding-left:25%!important;
			}

			.paddedr_p25-1149 {
				padding-right:25%!important;
			}

			.paddedlr_p25-1149 {
				padding-left:25%!important;
				padding-right:25%!important;
			}
		
						
			.margin_p25-1149 {
				margin:25%!important;
			}

			.margintb_p25-1149 {
				margin-top:25%!important;
				margin-bottom:25%!important;
			}

			.margint_p25-1149 {
				margin-top:25%!important;
			}

			.marginb_p25-1149 {
				margin-bottom:25%!important;
			}

			.marginl_p25-1149 {
				margin-left:25%!important;
			}

			.marginr_p25-1149 {
				margin-right:25%!important;
			}

			.marginlr_p25-1149 {
				margin-left:25%!important;
				margin-right:25%!important;
			}
			
			.nmarginlr_p25 {
				margin-left:-25%!important;
				margin-right:-25%!important;
			}
				
			.nmargin_p25-1149 {
				margin:-25%!important;
			}

			.nmargintb_p25-1149 {
				margin-top:-25%!important;
				margin-bottom:-25%!important;
			}

			.nmargint_p25-1149 {
				margin-top:-25%!important;
			}

			.nmarginb_p25-1149 {
				margin-bottom:-25%!important;
			}

			.nmarginl_p25-1149 {
				margin-left:-25%!important;
			}

			.nmarginr_p25-1149 {
				margin-right:-25%!important;
			}
				.border_1-1149 {
		border:solid 1px rgba(0,0,0,0.5);;
	}

	.bordertb_1-1149 {
		border-top:solid 1px rgba(0,0,0,0.5);;
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.bordert_1-1149 {
		border-top:solid 1px rgba(0,0,0,0.5);;
	}

	.borderb_1-1149 {
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.borderl_1-1149 {
		border-left:solid 1px rgba(0,0,0,0.5);;
	}

	.borderr_1-1149 {
		border-right:solid 1px rgba(0,0,0,0.5);;
	}

	.borderlr_1-1149 {
		border-left:solid 1px rgba(0,0,0,0.5);;
		border-right:solid 1px rgba(0,0,0,0.5);;
	}
		.border_none-1149 {
		border:none;
	}

	.bordertb_none-1149 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-1149 {
		border-top:none;
	}

	.borderb_none-1149 {
		border-bottom:none;
	}

	.borderl_none-1149 {
		border-left:none;
	}

	.borderr_none-1149 {
		border-right:none;
	}

	.borderlr_none-1149 {
		border-left:none;
		border-right:none;
	}
		.border_core-1149 {
		border:solid 1px rgba(0,0,0,0.1);
	}

	.bordertb_core-1149 {
		border-top:solid 1px rgba(0,0,0,0.1);
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.bordert_core-1149 {
		border-top:solid 1px rgba(0,0,0,0.1);
	}

	.borderb_core-1149 {
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.borderl_core-1149 {
		border-left:solid 1px rgba(0,0,0,0.1);
	}

	.borderr_core-1149 {
		border-right:solid 1px rgba(0,0,0,0.1);
	}

	.borderlr_core-1149 {
		border-left:solid 1px rgba(0,0,0,0.1);
		border-right:solid 1px rgba(0,0,0,0.1);
	}
				.colour1_bg-1149 {
				background-color:#000000!important;
			}

			.colour1_bg-1149,
			a.colour1_bg-1149 {
				color:#FFFFFF!important;
			}
		
			.colour1_bg-1149 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour1-1149 a,
			a.colour1-1149 {
				color:#000000;
							}
			
			.colour1-1149 {
					color:#000000;
				background:transparent!important;
						}

					
			.colour1_bg-1149 input[type=text],
			.colour1_bg-1149 input[type=password],
			.colour1_bg-1149 input[type=number],
			.colour1_bg-1149 textarea,
			.colour1_bg-1149 select,
			.colour1_bg-1149 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour1_bg-1149 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour1_bg-1149 select {
				color:rgba(255,255,255,0.7);
			}

			.colour1_bg-1149 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour1_bg-1149 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour2_bg-1149 {
				background-color:#4b4a4b!important;
			}

			.colour2_bg-1149,
			a.colour2_bg-1149 {
				color:#FFFFFF!important;
			}
		
			.colour2_bg-1149 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour2-1149 a,
			a.colour2-1149 {
				color:#4b4a4b;
							}
			
			.colour2-1149 {
					color:#4b4a4b;
				background:transparent!important;
						}

					
			.colour2_bg-1149 input[type=text],
			.colour2_bg-1149 input[type=password],
			.colour2_bg-1149 input[type=number],
			.colour2_bg-1149 textarea,
			.colour2_bg-1149 select,
			.colour2_bg-1149 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour2_bg-1149 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour2_bg-1149 select {
				color:rgba(255,255,255,0.7);
			}

			.colour2_bg-1149 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour2_bg-1149 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour3_bg-1149 {
				background-color:#616062!important;
			}

			.colour3_bg-1149,
			a.colour3_bg-1149 {
				color:#FFFFFF!important;
			}
		
			.colour3_bg-1149 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour3-1149 a,
			a.colour3-1149 {
				color:#616062;
							}
			
			.colour3-1149 {
					color:#616062;
				background:transparent!important;
						}

					
			.colour3_bg-1149 input[type=text],
			.colour3_bg-1149 input[type=password],
			.colour3_bg-1149 input[type=number],
			.colour3_bg-1149 textarea,
			.colour3_bg-1149 select,
			.colour3_bg-1149 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour3_bg-1149 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour3_bg-1149 select {
				color:rgba(255,255,255,0.7);
			}

			.colour3_bg-1149 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour3_bg-1149 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour4_bg-1149 {
				background-color:#FFFFFF!important;
			}

			.colour4_bg-1149,
			a.colour4_bg-1149 {
				color:#202020!important;
			}
		
			.colour4_bg-1149 a:not(.more) {
				color:#202020;
			}

			
			.colour4-1149 a,
			a.colour4-1149 {
				color:#FFFFFF;
							}
			
			.colour4-1149 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour4_bg-1149 input[type=text],
			.colour4_bg-1149 input[type=password],
			.colour4_bg-1149 input[type=number],
			.colour4_bg-1149 textarea,
			.colour4_bg-1149 select,
			.colour4_bg-1149 select option {
				border-color:#202020;
				color:#202020;
				background:transparent;
			}
		
			.colour4_bg-1149 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour4_bg-1149 select {
				color:rgba(32,32,32,0.7);
			}

			.colour4_bg-1149 ::-webkit-input-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}

			.colour4_bg-1149 ::-moz-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}
		
						.colour5_bg-1149 {
				background-color:#FFFFFF!important;
			}

			.colour5_bg-1149,
			a.colour5_bg-1149 {
				color:#424040!important;
			}
		
			.colour5_bg-1149 a:not(.more) {
				color:#424040;
			}

			
			.colour5-1149 a,
			a.colour5-1149 {
				color:#FFFFFF;
							}
			
			.colour5-1149 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour5_bg-1149 input[type=text],
			.colour5_bg-1149 input[type=password],
			.colour5_bg-1149 input[type=number],
			.colour5_bg-1149 textarea,
			.colour5_bg-1149 select,
			.colour5_bg-1149 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour5_bg-1149 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour5_bg-1149 select {
				color:rgba(66,64,64,0.7);
			}

			.colour5_bg-1149 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour5_bg-1149 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
						.colour6_bg-1149 {
				background-color:#EEEEEE!important;
			}

			.colour6_bg-1149,
			a.colour6_bg-1149 {
				color:#424040!important;
			}
		
			.colour6_bg-1149 a:not(.more) {
				color:#424040;
			}

			
			.colour6-1149 a,
			a.colour6-1149 {
				color:#EEEEEE;
							}
			
			.colour6-1149 {
					color:#EEEEEE;
				background:transparent!important;
						}

					
			.colour6_bg-1149 input[type=text],
			.colour6_bg-1149 input[type=password],
			.colour6_bg-1149 input[type=number],
			.colour6_bg-1149 textarea,
			.colour6_bg-1149 select,
			.colour6_bg-1149 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour6_bg-1149 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour6_bg-1149 select {
				color:rgba(66,64,64,0.7);
			}

			.colour6_bg-1149 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour6_bg-1149 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
			
}

@media only screen and (max-width : 1099px) {
	
.grid.eight-1099 {
	float:left!important;
	width:10.575%!important;
margin-right:2.2%!important;;
}

.grid.eight_x2-1099 {
	float:left!important;
	width:23.35%!important;
margin-right:2.2%!important;;
}

.grid.eight_x3-1099 {
	float:left!important;
	width:36.125%!important;
margin-right:2.2%!important;;
}

.grid.eight_x4-1099 {
	float:left!important;
	width:48.9%!important;
margin-right:2.2%!important;;
}

.grid.eight_x5-1099 {
	float:left!important;
	width:61.675%!important;
margin-right:2.2%!important;;
}

.grid.eight_x6-1099 {
	float:left!important;
	width:74.45%!important;
margin-right:2.2%!important;;
}

.grid.eight_x7-1099 {
	float:left!important;
	width:87.225%!important;
margin-right:2.2%!important;;
}

.grid.seven-1099 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-1099 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-1099 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-1099 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-1099 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-1099 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-1099 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-1099 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-1099 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-1099 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-1099 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-1099 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-1099 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-1099 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-1099 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-1099 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-1099 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-1099 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-1099 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-1099 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-1099 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-1099 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.eight-1099 {
	width:12.5%!important;
}

.floatl.eight_x2-1099 {
	width:25%!important;
}

.floatl.eight_x3-1099 {
	width:37.5%!important;
}

.floatl.eight_x4-1099 {
	width:50%!important;
}

.floatl.eight_x5-1099 {
	width:62.5%!important;
}

.floatl.eight_x6-1099 {
	width:75%!important;
}

.floatl.eight_x7-1099 {
	width:87.5%!important;
}

.floatl.seven-1099 {
	width:14.28571429%!important;
}

.floatl.seven_x2-1099 {
	width:28.57142857%!important;
}

.floatl.seven_x3-1099 {
	width:42.85714286%!important;
}

.floatl.seven_x4-1099 {
	width:57.14285714%!important;
}

.floatl.seven_x5-1099 {
	width:71.42857143%!important;
}

.floatl.seven_x6-1099 {
	width:85.71428571%!important;
}

.floatl.six-1099 {
	width:16.66666667%!important;
}

.floatl.six_x2-1099 {
	width:33.33333333%!important;
}

.floatl.six_x3-1099 {
	width:50%!important;
}

.floatl.six_x4-1099 {
	width:66.6666667%!important;
}

.floatl.six_x5-1099 {
	width:83%!important;
}

.floatl.five-1099 {
	width:20%!important;
}

.floatl.five_x2-1099 {
	width:40%!important;
}

.floatl.five_x3-1099 {
	width:60%!important;
}

.floatl.five_x4-1099 {
	width:80%!important;
}

.floatl.four-1099 {
	width:25%!important;
}

.floatl.four_x2-1099 {
	width:50%!important;
}

.floatl.four_x3-1099 {
	width:75%!important;
}

.floatl.three-1099 {
	width:33.33333333%!important;
}

.floatl.three_x2-1099 {
	width:66.66666667%!important;
}

.floatl.two-1099 {
	width:50%!important;
}

.floatl.one-1099 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

.o1-1099 {
		order:1;
	}

.fl1-1099 {
	flex:1;
}

.gridc > .r1-1099 {
	grid-row-start:1;
}
.gridc-1099 > .r1-1099 {
	grid-row-start:1;
	overflow:hidden;
}
.gridc > .re1-1099 {
	grid-row-end:1;
}
.gridc-1099 > .re1-1099 {
	grid-row-end:1;
}
.gridc > .c1-1099 {
	grid-column-start:1;
}
.gridc-1099 > .c1-1099 {
	grid-column-start:1;
}
.gridc > .ce1-1099 {
	grid-column-end:1;
}
.gridc-1099 > .ce1-1099 {
	grid-column-end:1;
}

.o2-1099 {
		order:2;
	}

.fl2-1099 {
	flex:2;
}

.gridc > .r2-1099 {
	grid-row-start:2;
}
.gridc-1099 > .r2-1099 {
	grid-row-start:2;
	overflow:hidden;
}
.gridc > .re2-1099 {
	grid-row-end:2;
}
.gridc-1099 > .re2-1099 {
	grid-row-end:2;
}
.gridc > .c2-1099 {
	grid-column-start:2;
}
.gridc-1099 > .c2-1099 {
	grid-column-start:2;
}
.gridc > .ce2-1099 {
	grid-column-end:2;
}
.gridc-1099 > .ce2-1099 {
	grid-column-end:2;
}

.o3-1099 {
		order:3;
	}

.fl3-1099 {
	flex:3;
}

.gridc > .r3-1099 {
	grid-row-start:3;
}
.gridc-1099 > .r3-1099 {
	grid-row-start:3;
	overflow:hidden;
}
.gridc > .re3-1099 {
	grid-row-end:3;
}
.gridc-1099 > .re3-1099 {
	grid-row-end:3;
}
.gridc > .c3-1099 {
	grid-column-start:3;
}
.gridc-1099 > .c3-1099 {
	grid-column-start:3;
}
.gridc > .ce3-1099 {
	grid-column-end:3;
}
.gridc-1099 > .ce3-1099 {
	grid-column-end:3;
}

.o4-1099 {
		order:4;
	}

.fl4-1099 {
	flex:4;
}

.gridc > .r4-1099 {
	grid-row-start:4;
}
.gridc-1099 > .r4-1099 {
	grid-row-start:4;
	overflow:hidden;
}
.gridc > .re4-1099 {
	grid-row-end:4;
}
.gridc-1099 > .re4-1099 {
	grid-row-end:4;
}
.gridc > .c4-1099 {
	grid-column-start:4;
}
.gridc-1099 > .c4-1099 {
	grid-column-start:4;
}
.gridc > .ce4-1099 {
	grid-column-end:4;
}
.gridc-1099 > .ce4-1099 {
	grid-column-end:4;
}

.o5-1099 {
		order:5;
	}

.fl5-1099 {
	flex:5;
}

.gridc > .r5-1099 {
	grid-row-start:5;
}
.gridc-1099 > .r5-1099 {
	grid-row-start:5;
	overflow:hidden;
}
.gridc > .re5-1099 {
	grid-row-end:5;
}
.gridc-1099 > .re5-1099 {
	grid-row-end:5;
}
.gridc > .c5-1099 {
	grid-column-start:5;
}
.gridc-1099 > .c5-1099 {
	grid-column-start:5;
}
.gridc > .ce5-1099 {
	grid-column-end:5;
}
.gridc-1099 > .ce5-1099 {
	grid-column-end:5;
}

.o6-1099 {
		order:6;
	}

.fl6-1099 {
	flex:6;
}

.gridc > .r6-1099 {
	grid-row-start:6;
}
.gridc-1099 > .r6-1099 {
	grid-row-start:6;
	overflow:hidden;
}
.gridc > .re6-1099 {
	grid-row-end:6;
}
.gridc-1099 > .re6-1099 {
	grid-row-end:6;
}
.gridc > .c6-1099 {
	grid-column-start:6;
}
.gridc-1099 > .c6-1099 {
	grid-column-start:6;
}
.gridc > .ce6-1099 {
	grid-column-end:6;
}
.gridc-1099 > .ce6-1099 {
	grid-column-end:6;
}

.o7-1099 {
		order:7;
	}

.fl7-1099 {
	flex:7;
}

.gridc > .r7-1099 {
	grid-row-start:7;
}
.gridc-1099 > .r7-1099 {
	grid-row-start:7;
	overflow:hidden;
}
.gridc > .re7-1099 {
	grid-row-end:7;
}
.gridc-1099 > .re7-1099 {
	grid-row-end:7;
}
.gridc > .c7-1099 {
	grid-column-start:7;
}
.gridc-1099 > .c7-1099 {
	grid-column-start:7;
}
.gridc > .ce7-1099 {
	grid-column-end:7;
}
.gridc-1099 > .ce7-1099 {
	grid-column-end:7;
}

.o8-1099 {
		order:8;
	}

.fl8-1099 {
	flex:8;
}

.gridc > .r8-1099 {
	grid-row-start:8;
}
.gridc-1099 > .r8-1099 {
	grid-row-start:8;
	overflow:hidden;
}
.gridc > .re8-1099 {
	grid-row-end:8;
}
.gridc-1099 > .re8-1099 {
	grid-row-end:8;
}
.gridc > .c8-1099 {
	grid-column-start:8;
}
.gridc-1099 > .c8-1099 {
	grid-column-start:8;
}
.gridc > .ce8-1099 {
	grid-column-end:8;
}
.gridc-1099 > .ce8-1099 {
	grid-column-end:8;
}

.o9-1099 {
		order:9;
	}

.fl9-1099 {
	flex:9;
}

.gridc > .r9-1099 {
	grid-row-start:9;
}
.gridc-1099 > .r9-1099 {
	grid-row-start:9;
	overflow:hidden;
}
.gridc > .re9-1099 {
	grid-row-end:9;
}
.gridc-1099 > .re9-1099 {
	grid-row-end:9;
}
.gridc > .c9-1099 {
	grid-column-start:9;
}
.gridc-1099 > .c9-1099 {
	grid-column-start:9;
}
.gridc > .ce9-1099 {
	grid-column-end:9;
}
.gridc-1099 > .ce9-1099 {
	grid-column-end:9;
}

.z1-1099 {
	z-index:1;
}

.z9999999-1099 {
	z-index:9999999;
}

.z2-1099 {
	z-index:2;
}

.z9999998-1099 {
	z-index:9999998;
}

.z3-1099 {
	z-index:3;
}

.z9999997-1099 {
	z-index:9999997;
}

.z4-1099 {
	z-index:4;
}

.z9999996-1099 {
	z-index:9999996;
}

.z5-1099 {
	z-index:5;
}

.z9999995-1099 {
	z-index:9999995;
}

.z6-1099 {
	z-index:6;
}

.z9999994-1099 {
	z-index:9999994;
}

.z7-1099 {
	z-index:7;
}

.z9999993-1099 {
	z-index:9999993;
}

.z8-1099 {
	z-index:8;
}

.z9999992-1099 {
	z-index:9999992;
}

.z9-1099 {
	z-index:9;
}

.z9999991-1099 {
	z-index:9999991;
}

.w100-1099 {
	font-weight:100;
}
.w200-1099 {
	font-weight:200;
}
.w300-1099 {
	font-weight:300;
}
.w400-1099 {
	font-weight:400;
}
.w500-1099 {
	font-weight:500;
}
.w600-1099 {
	font-weight:600;
}
.w700-1099 {
	font-weight:700;
}
.w800-1099 {
	font-weight:800;
}
.w900-1099 {
	font-weight:900;
}
.f1-1099 {
	font-size:1.1em;
	line-height:1.1em;
}

p.f1-1099,
p > *.f1-1099 {
	line-height:1.4em;
}
.f1_5-1099 {
	font-size:1.15em;
	line-height:1.15em;
}

p.f1_5-1099,
p > *.f1_5-1099 {
	line-height:1.18em;
}
.f2-1099 {
	font-size:1.2em;
	line-height:1.2em;
}

p.f2-1099,
p > *.f2-1099 {
	line-height:1.5em;
}
.f2_5-1099 {
	font-size:1.25em;
	line-height:1.25em;
}

p.f2_5-1099,
p > *.f2_5-1099 {
	line-height:1.28em;
}
.f3-1099 {
	font-size:1.3em;
	line-height:1.3em;
}

p.f3-1099,
p > *.f3-1099 {
	line-height:1.6em;
}
.f3_5-1099 {
	font-size:1.35em;
	line-height:1.35em;
}

p.f3_5-1099,
p > *.f3_5-1099 {
	line-height:1.38em;
}
.f4-1099 {
	font-size:1.4em;
	line-height:1.4em;
}

p.f4-1099,
p > *.f4-1099 {
	line-height:1.7em;
}
.f4_5-1099 {
	font-size:1.45em;
	line-height:1.45em;
}

p.f4_5-1099,
p > *.f4_5-1099 {
	line-height:1.48em;
}
.f5-1099 {
	font-size:1.5em;
	line-height:1.5em;
}

p.f5-1099,
p > *.f5-1099 {
	line-height:1.8em;
}
.f5_5-1099 {
	font-size:1.55em;
	line-height:1.55em;
}

p.f5_5-1099,
p > *.f5_5-1099 {
	line-height:1.58em;
}
.f6-1099 {
	font-size:1.6em;
	line-height:1.6em;
}

p.f6-1099,
p > *.f6-1099 {
	line-height:1.9em;
}
.f6_5-1099 {
	font-size:1.65em;
	line-height:1.65em;
}

p.f6_5-1099,
p > *.f6_5-1099 {
	line-height:1.68em;
}
.f7-1099 {
	font-size:1.7em;
	line-height:1.7em;
}

p.f7-1099,
p > *.f7-1099 {
	line-height:1.10em;
}
.f7_5-1099 {
	font-size:1.75em;
	line-height:1.75em;
}

p.f7_5-1099,
p > *.f7_5-1099 {
	line-height:1.78em;
}
.f8-1099 {
	font-size:1.8em;
	line-height:1.8em;
}

p.f8-1099,
p > *.f8-1099 {
	line-height:1.11em;
}
.f8_5-1099 {
	font-size:1.85em;
	line-height:1.85em;
}

p.f8_5-1099,
p > *.f8_5-1099 {
	line-height:1.88em;
}
.f9-1099 {
	font-size:1.9em;
	line-height:1.9em;
}

p.f9-1099,
p > *.f9-1099 {
	line-height:1.12em;
}
.f9_5-1099 {
	font-size:1.95em;
	line-height:1.95em;
}

p.f9_5-1099,
p > *.f9_5-1099 {
	line-height:1.98em;
}
.f10-1099 {
	font-size:2em;
	line-height:2em;
}

p.f10-1099,
p > *.f10-1099 {
	line-height:2em;
}
.f10_5-1099 {
	font-size:2em;
	line-height:2em;
}

p.f10_5-1099,
p > *.f10_5-1099 {
	line-height:2em;
}
.nf1-1099 {
	font-size:0.9em;
}

*:not(p):not(ul):not(ol).nf1-1099 {
	line-height:0.9em;
}

p.nf1-1099,
ul.nf1-1099,
ol.nf1-1099 {
	line-height:1.9em;
}
.nf1_5-1099 {
	font-size:0.85em;
}

*:not(p):not(ul):not(ol).nf1_5-1099 {
	line-height:0.85em;
}

p.nf1_5-1099,
ul.nf1_5-1099,
ol.nf1_5-1099 {
	line-height:1.85em;
}
.nf2-1099 {
	font-size:0.8em;
}

*:not(p):not(ul):not(ol).nf2-1099 {
	line-height:0.8em;
}

p.nf2-1099,
ul.nf2-1099,
ol.nf2-1099 {
	line-height:1.8em;
}
.nf2_5-1099 {
	font-size:0.75em;
}

*:not(p):not(ul):not(ol).nf2_5-1099 {
	line-height:0.75em;
}

p.nf2_5-1099,
ul.nf2_5-1099,
ol.nf2_5-1099 {
	line-height:1.75em;
}
.nf3-1099 {
	font-size:0.7em;
}

*:not(p):not(ul):not(ol).nf3-1099 {
	line-height:0.7em;
}

p.nf3-1099,
ul.nf3-1099,
ol.nf3-1099 {
	line-height:1.7em;
}
.nf3_5-1099 {
	font-size:0.65em;
}

*:not(p):not(ul):not(ol).nf3_5-1099 {
	line-height:0.65em;
}

p.nf3_5-1099,
ul.nf3_5-1099,
ol.nf3_5-1099 {
	line-height:1.65em;
}
.nf4-1099 {
	font-size:0.6em;
}

*:not(p):not(ul):not(ol).nf4-1099 {
	line-height:0.6em;
}

p.nf4-1099,
ul.nf4-1099,
ol.nf4-1099 {
	line-height:1.6em;
}
.nf4_5-1099 {
	font-size:0.55em;
}

*:not(p):not(ul):not(ol).nf4_5-1099 {
	line-height:0.55em;
}

p.nf4_5-1099,
ul.nf4_5-1099,
ol.nf4_5-1099 {
	line-height:1.55em;
}
.nf5-1099 {
	font-size:0.5em;
}

*:not(p):not(ul):not(ol).nf5-1099 {
	line-height:0.5em;
}

p.nf5-1099,
ul.nf5-1099,
ol.nf5-1099 {
	line-height:1.5em;
}
.nf5_5-1099 {
	font-size:0.45em;
}

*:not(p):not(ul):not(ol).nf5_5-1099 {
	line-height:0.45em;
}

p.nf5_5-1099,
ul.nf5_5-1099,
ol.nf5_5-1099 {
	line-height:1.45em;
}
.nf6-1099 {
	font-size:0.4em;
}

*:not(p):not(ul):not(ol).nf6-1099 {
	line-height:0.4em;
}

p.nf6-1099,
ul.nf6-1099,
ol.nf6-1099 {
	line-height:1.4em;
}
.nf6_5-1099 {
	font-size:0.35em;
}

*:not(p):not(ul):not(ol).nf6_5-1099 {
	line-height:0.35em;
}

p.nf6_5-1099,
ul.nf6_5-1099,
ol.nf6_5-1099 {
	line-height:1.35em;
}
.nf7-1099 {
	font-size:0.3em;
}

*:not(p):not(ul):not(ol).nf7-1099 {
	line-height:0.3em;
}

p.nf7-1099,
ul.nf7-1099,
ol.nf7-1099 {
	line-height:1.3em;
}
.nf7_5-1099 {
	font-size:0.25em;
}

*:not(p):not(ul):not(ol).nf7_5-1099 {
	line-height:0.25em;
}

p.nf7_5-1099,
ul.nf7_5-1099,
ol.nf7_5-1099 {
	line-height:1.25em;
}
.nf8-1099 {
	font-size:0.2em;
}

*:not(p):not(ul):not(ol).nf8-1099 {
	line-height:0.2em;
}

p.nf8-1099,
ul.nf8-1099,
ol.nf8-1099 {
	line-height:1.2em;
}
.nf8_5-1099 {
	font-size:0.15em;
}

*:not(p):not(ul):not(ol).nf8_5-1099 {
	line-height:0.15em;
}

p.nf8_5-1099,
ul.nf8_5-1099,
ol.nf8_5-1099 {
	line-height:1.15em;
}
.nf9-1099 {
	font-size:0.1em;
}

*:not(p):not(ul):not(ol).nf9-1099 {
	line-height:0.1em;
}

p.nf9-1099,
ul.nf9-1099,
ol.nf9-1099 {
	line-height:1.1em;
}
.nf9_5-1099 {
	font-size:0.05em;
}

*:not(p):not(ul):not(ol).nf9_5-1099 {
	line-height:0.05em;
}

p.nf9_5-1099,
ul.nf9_5-1099,
ol.nf9_5-1099 {
	line-height:1.05em;
}
  .invisible-1099 {
			visibility:hidden!important;
		}

  .last-1099 {
			margin-right:0px!important;
		}

  .floatl-1099 {
			float:left!important;
		}

  .floatr-1099 {
			float:right!important;
		}

  .left-1099 {
			float:left!important;
		}

  .right-1099 {
			float:right!important;
		}

  .floatn-1099,
 .grid.floatn-1099 {
			float:none!important;
		}

  .grid-1099 {
			float:left!important;
overflow:hidden;;
		}

  .grid.last-1099 {
			float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
		}

  .none-1099 {
			display:none!important;
		}

  .block-1099 {
			display:block!important;
		}

  .iblock-1099 {
			display:inline-block!important;
		}

  .inline-1099 {
			display:inline!important;
		}

  .table-1099 {
			display:table!important;
		}

  .row-1099 {
			display:table-row!important;
		}

  .cell-1099 {
			display:table-cell!important;
vertical-align:middle;
		}

  .collapse-1099 {
			border-collapse:collapse;
		}

  .clearl-1099 {
			clear:left!important;
		}

  .clearr-1099 {
			clear:right!important;
		}

  .clearn-1099 {
			clear:none!important;
		}

  .clearnone-1099 {
			clear:none!important;
		}

  .clearb-1099 {
			clear:both!important;
		}

  .clear-1099 {
			float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
		}

  .up-1099 {
			text-transform:uppercase;
		}

  .transnone-1099 {
			text-transform:none;
		}

  .strike-1099 {
			text-decoration:line-through;
		}

  .alignl-1099 {
			text-align:left!important;
		}

  .alignr-1099 {
			text-align:right!important;
		}

  .alignc-1099 {
			text-align:center!important;
		}

  .alignj-1099 {
			text-align:justify!important;
		}

  .valign-1099 {
			vertical-align:middle!important;
		}

  .widthauto-1099 {
			width:auto!important;
		}

  .heightauto-1099 {
			height:auto!important;
min-height:0px!important;
		}

.square.heightauto-1099::after {
	display:none!important;
}

.square.heightauto-1099 > * {
	position:static!important;
}

  .width0-1099 {
			width:0px;
		}

  .width50-1099 {
			width:50%;
		}

  .height0-1099 {
			height:0px;
		}

  .height50-1099 {
			height:50%;
		}

  .mw100-1099 {
			max-width:100%;
		}

  .mw90-1099 {
			max-width:90%;
		}

  .mw80-1099 {
			max-width:80%;
		}

  .mw70-1099 {
			max-width:70%;
		}

  .mw60-1099 {
			max-width:60%;
		}

  .mw50-1099 {
			max-width:50%;
		}

  .mw40-1099 {
			max-width:40%;
		}

  .mw30-1099 {
			max-width:30%;
		}

  .mw20-1099 {
			max-width:20%;
		}

  .mw10-1099 {
			max-width:10%;
		}

  .mwnone-1099 {
			max-width:none;
		}

  .fw-1099,
 .grid.fw-1099,
 .floatl.fw-1099 {
			width:100%!important;
      margin-left:0px!important;
			margin-right:0px!important;
		}

  .fh-1099 {
			height:100%!important;
		}

  .pointer-1099 {
			cursor:pointer!important;
		}

  .noallow-1099 {
			cursor:not-allowed!important;
		}

  .noselect-1099 {
			user-select:none!important;
		}

  .static-1099 {
			position:static!important;
		}

  .relative-1099 {
			position:relative!important;
		}

  .absolute-1099 {
			position:absolute!important;
		}

  .fixed-1099 {
			position:fixed!important;
		}

  .spacing-1099 {
			margin-bottom:7px!important;
		}

  .spacing.floatl-1099 {
			margin-right:15px!important;
		}

  .spacing.floatr-1099 {
			margin-left:15px!important;
		}

  .flowhide-1099 {
			overflow:hidden;
		}

  .flowshow-1099 {
			overflow:visible;
		}

  .flowauto-1099 {
			overflow:auto;
		}

  .nowrap-1099 {
			white-space:nowrap;
		}

  .lhreset-1099 {
			line-height:normal;
		}

  .circle-1099 {
			border-radius:50%!important;
		}

  .radnone-1099 {
			border-radius:0px!important;
		}

  .vh10-1099 {
			height:10vh!important;
		}

  .vh25-1099 {
			height:25vh!important;
		}

  .vh50-1099 {
			height:50vh!important;
		}

  .vh100-1099 {
			height:100vh!important;
		}

  .vw10-1099 {
			width:10vw!important;
		}

  .vw25-1099 {
			width:25vw!important;
		}

  .vw50-1099 {
			width:50vw!important;
		}

  .vw100-1099 {
			width:100vw!important;
		}

  .flexw-1099 {
			flex-wrap:wrap!important;
		}

  .flexwn-1099 {
			flex-wrap:nowrap!important;
		}

  .flexwr-1099 {
			flex-wrap:wrap-reverse!important;
		}

  .flexdr-1099 {
			flex-direction:row!important;
		}

  .flexdrr-1099 {
			flex-direction:row-reverse!important;
		}

  .flexdc-1099 {
			flex-direction:column!important;
		}

  .flexdcr-1099 {
			flex-direction:column-reverse!important;
		}

  .flex-1099 {
			display:flex!important;
align-items:center;
flex-wrap:wrap;;
		}

  .iflex-1099 {
			display:inline-flex!important;
align-items:center;;
		}

  .spaced-1099 {
			justify-content:space-between;
		}

  .flexdr.spaced-1099 {
			align-content:space-between;
		}

  .spacee-1099 {
			justify-content:space-evenly;
		}

  .falignst-1099 {
			align-items:stretch;;
		}

  .falignc-1099 {
			align-items:center;;
		}

  .faligns-1099 {
			align-items:flex-start;;
		}

  .faligne-1099 {
			align-items:flex-end;;
		}

  .fjustl-1099 {
			justify-content:flex-start;;
		}

  .fjustr-1099 {
			justify-content:flex-end;;
		}

  .fjustc-1099 {
			justify-content:center;;
		}

  .flexn-1099 {
			flex:none!important;width:100%;;
		}

  .gridc-1099 {
			display:grid!important;;
		}

  .o100-1099 {
			opacity:1;
		}

  .o90-1099 {
			opacity:0.9;
		}

  .o80-1099 {
			opacity:0.8;
		}

  .o70-1099 {
			opacity:0.7;
		}

  .o60-1099 {
			opacity:0.6;
		}

  .o50-1099 {
			opacity:0.5;
		}

  .o40-1099 {
			opacity:0.4;
		}

  .o30-1099 {
			opacity:0.3;
		}

  .o20-1099 {
			opacity:0.2;
		}

  .o10-1099 {
			opacity:0.1;
		}

  .o0-1099 {
			opacity:0;
		}

  .left0-1099 {
			left:0px!important;;
		}

  .right0-1099 {
			right:0px!important;;
		}

  .top0-1099 {
			top:0px!important;;
		}

  .bottom0-1099 {
			bottom:0px!important;;
		}

  .left50-1099 {
			left:50%!important;;
		}

  .right50-1099 {
			right:50%!important;;
		}

  .top50-1099 {
			top:50%!important;;
		}

  .bottom50-1099 {
			bottom:50%!important;;
		}

  .left100-1099 {
			left:100%!important;;
		}

  .right100-1099 {
			right:100%!important;;
		}

  .top100-1099 {
			top:100%!important;;
		}

  .bottom100-1099 {
			bottom:100%!important;;
		}

  .leftauto-1099 {
			left:auto!important;;
		}

  .rightauto-1099 {
			right:auto!important;;
		}

  .topauto-1099 {
			top:auto!important;;
		}

  .bottomauto-1099 {
			bottom:auto!important;;
		}

  .all0-1099 {
			top:0px!important;
bottom:0px!important;
left:0px!important;
right:0px!important;;
		}

  .lineup.fw-1099, .lineupgroup.fw-1099 {
			height:auto!important;
	}

	

			.padded_tiny-1099 {
				padding:5px!important;

			}

			.paddedtb_tiny-1099 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-1099 {
				padding-top:5px!important;
			}

			.paddedb_tiny-1099 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-1099 {
				padding-left:5px!important;
			}

			.paddedr_tiny-1099 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-1099 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-1099 {
				margin:5px!important;
			}

			.margintb_tiny-1099 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-1099 {
				margin-top:5px!important;
			}

			.marginb_tiny-1099 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-1099 {
				margin-left:5px!important;
			}

			.marginr_tiny-1099 {
				margin-right:5px!important;
			}

			.marginlr_tiny-1099 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			
			.nmarginlr_tiny {
				margin-left:-5px!important;
				margin-right:-5px!important;
			}
				
			.nmargin_tiny-1099 {
				margin:-5px!important;
			}

			.nmargintb_tiny-1099 {
				margin-top:-5px!important;
				margin-bottom:-5px!important;
			}

			.nmargint_tiny-1099 {
				margin-top:-5px!important;
			}

			.nmarginb_tiny-1099 {
				margin-bottom:-5px!important;
			}

			.nmarginl_tiny-1099 {
				margin-left:-5px!important;
			}

			.nmarginr_tiny-1099 {
				margin-right:-5px!important;
			}
			
			.padded_small-1099 {
				padding:10px!important;

			}

			.paddedtb_small-1099 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-1099 {
				padding-top:10px!important;
			}

			.paddedb_small-1099 {
				padding-bottom:10px!important;
			}

			.paddedl_small-1099 {
				padding-left:10px!important;
			}

			.paddedr_small-1099 {
				padding-right:10px!important;
			}

			.paddedlr_small-1099 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-1099 {
				margin:10px!important;
			}

			.margintb_small-1099 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-1099 {
				margin-top:10px!important;
			}

			.marginb_small-1099 {
				margin-bottom:10px!important;
			}

			.marginl_small-1099 {
				margin-left:10px!important;
			}

			.marginr_small-1099 {
				margin-right:10px!important;
			}

			.marginlr_small-1099 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_small {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_small-1099 {
				margin:-10px!important;
			}

			.nmargintb_small-1099 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_small-1099 {
				margin-top:-10px!important;
			}

			.nmarginb_small-1099 {
				margin-bottom:-10px!important;
			}

			.nmarginl_small-1099 {
				margin-left:-10px!important;
			}

			.nmarginr_small-1099 {
				margin-right:-10px!important;
			}
			
			.padded_medium-1099 {
				padding:20px!important;

			}

			.paddedtb_medium-1099 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-1099 {
				padding-top:20px!important;
			}

			.paddedb_medium-1099 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-1099 {
				padding-left:20px!important;
			}

			.paddedr_medium-1099 {
				padding-right:20px!important;
			}

			.paddedlr_medium-1099 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-1099 {
				margin:20px!important;
			}

			.margintb_medium-1099 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-1099 {
				margin-top:20px!important;
			}

			.marginb_medium-1099 {
				margin-bottom:20px!important;
			}

			.marginl_medium-1099 {
				margin-left:20px!important;
			}

			.marginr_medium-1099 {
				margin-right:20px!important;
			}

			.marginlr_medium-1099 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			
			.nmarginlr_medium {
				margin-left:-20px!important;
				margin-right:-20px!important;
			}
				
			.nmargin_medium-1099 {
				margin:-20px!important;
			}

			.nmargintb_medium-1099 {
				margin-top:-20px!important;
				margin-bottom:-20px!important;
			}

			.nmargint_medium-1099 {
				margin-top:-20px!important;
			}

			.nmarginb_medium-1099 {
				margin-bottom:-20px!important;
			}

			.nmarginl_medium-1099 {
				margin-left:-20px!important;
			}

			.nmarginr_medium-1099 {
				margin-right:-20px!important;
			}
			
			.padded_large-1099 {
				padding:40px!important;

			}

			.paddedtb_large-1099 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-1099 {
				padding-top:40px!important;
			}

			.paddedb_large-1099 {
				padding-bottom:40px!important;
			}

			.paddedl_large-1099 {
				padding-left:40px!important;
			}

			.paddedr_large-1099 {
				padding-right:40px!important;
			}

			.paddedlr_large-1099 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-1099 {
				margin:40px!important;
			}

			.margintb_large-1099 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-1099 {
				margin-top:40px!important;
			}

			.marginb_large-1099 {
				margin-bottom:40px!important;
			}

			.marginl_large-1099 {
				margin-left:40px!important;
			}

			.marginr_large-1099 {
				margin-right:40px!important;
			}

			.marginlr_large-1099 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			
			.nmarginlr_large {
				margin-left:-40px!important;
				margin-right:-40px!important;
			}
				
			.nmargin_large-1099 {
				margin:-40px!important;
			}

			.nmargintb_large-1099 {
				margin-top:-40px!important;
				margin-bottom:-40px!important;
			}

			.nmargint_large-1099 {
				margin-top:-40px!important;
			}

			.nmarginb_large-1099 {
				margin-bottom:-40px!important;
			}

			.nmarginl_large-1099 {
				margin-left:-40px!important;
			}

			.nmarginr_large-1099 {
				margin-right:-40px!important;
			}
			
			.padded_core-1099 {
				padding:10px!important;

			}

			.paddedtb_core-1099 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-1099 {
				padding-top:10px!important;
			}

			.paddedb_core-1099 {
				padding-bottom:10px!important;
			}

			.paddedl_core-1099 {
				padding-left:10px!important;
			}

			.paddedr_core-1099 {
				padding-right:10px!important;
			}

			.paddedlr_core-1099 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-1099 {
				margin:10px!important;
			}

			.margintb_core-1099 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-1099 {
				margin-top:10px!important;
			}

			.marginb_core-1099 {
				margin-bottom:10px!important;
			}

			.marginl_core-1099 {
				margin-left:10px!important;
			}

			.marginr_core-1099 {
				margin-right:10px!important;
			}

			.marginlr_core-1099 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_core {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_core-1099 {
				margin:-10px!important;
			}

			.nmargintb_core-1099 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_core-1099 {
				margin-top:-10px!important;
			}

			.nmarginb_core-1099 {
				margin-bottom:-10px!important;
			}

			.nmarginl_core-1099 {
				margin-left:-10px!important;
			}

			.nmarginr_core-1099 {
				margin-right:-10px!important;
			}
						
			.margin_auto-1099 {
				margin:auto!important;
			}

			.margintb_auto-1099 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-1099 {
				margin-top:auto!important;
			}

			.marginb_auto-1099 {
				margin-bottom:auto!important;
			}

			.marginl_auto-1099 {
				margin-left:auto!important;
			}

			.marginr_auto-1099 {
				margin-right:auto!important;
			}

			.marginlr_auto-1099 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			
			.nmarginlr_auto {
				margin-left:-auto!important;
				margin-right:-auto!important;
			}
				
			.nmargin_auto-1099 {
				margin:-auto!important;
			}

			.nmargintb_auto-1099 {
				margin-top:-auto!important;
				margin-bottom:-auto!important;
			}

			.nmargint_auto-1099 {
				margin-top:-auto!important;
			}

			.nmarginb_auto-1099 {
				margin-bottom:-auto!important;
			}

			.nmarginl_auto-1099 {
				margin-left:-auto!important;
			}

			.nmarginr_auto-1099 {
				margin-right:-auto!important;
			}
			
			.padded_none-1099 {
				padding:0px!important;

			}

			.paddedtb_none-1099 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-1099 {
				padding-top:0px!important;
			}

			.paddedb_none-1099 {
				padding-bottom:0px!important;
			}

			.paddedl_none-1099 {
				padding-left:0px!important;
			}

			.paddedr_none-1099 {
				padding-right:0px!important;
			}

			.paddedlr_none-1099 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-1099 {
				margin:0px!important;
			}

			.margintb_none-1099 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-1099 {
				margin-top:0px!important;
			}

			.marginb_none-1099 {
				margin-bottom:0px!important;
			}

			.marginl_none-1099 {
				margin-left:0px!important;
			}

			.marginr_none-1099 {
				margin-right:0px!important;
			}

			.marginlr_none-1099 {
				margin-left:0px!important;
				margin-right:0px!important;
			}
			
			.nmarginlr_none {
				margin-left:-0px!important;
				margin-right:-0px!important;
			}
				
			.nmargin_none-1099 {
				margin:-0px!important;
			}

			.nmargintb_none-1099 {
				margin-top:-0px!important;
				margin-bottom:-0px!important;
			}

			.nmargint_none-1099 {
				margin-top:-0px!important;
			}

			.nmarginb_none-1099 {
				margin-bottom:-0px!important;
			}

			.nmarginl_none-1099 {
				margin-left:-0px!important;
			}

			.nmarginr_none-1099 {
				margin-right:-0px!important;
			}
			
			.padded_p100-1099 {
				padding:100%!important;

			}

			.paddedtb_p100-1099 {
				padding-top:100%!important;
				padding-bottom:100%!important;
			}

			.paddedt_p100-1099 {
				padding-top:100%!important;
			}

			.paddedb_p100-1099 {
				padding-bottom:100%!important;
			}

			.paddedl_p100-1099 {
				padding-left:100%!important;
			}

			.paddedr_p100-1099 {
				padding-right:100%!important;
			}

			.paddedlr_p100-1099 {
				padding-left:100%!important;
				padding-right:100%!important;
			}
		
						
			.margin_p100-1099 {
				margin:100%!important;
			}

			.margintb_p100-1099 {
				margin-top:100%!important;
				margin-bottom:100%!important;
			}

			.margint_p100-1099 {
				margin-top:100%!important;
			}

			.marginb_p100-1099 {
				margin-bottom:100%!important;
			}

			.marginl_p100-1099 {
				margin-left:100%!important;
			}

			.marginr_p100-1099 {
				margin-right:100%!important;
			}

			.marginlr_p100-1099 {
				margin-left:100%!important;
				margin-right:100%!important;
			}
			
			.nmarginlr_p100 {
				margin-left:-100%!important;
				margin-right:-100%!important;
			}
				
			.nmargin_p100-1099 {
				margin:-100%!important;
			}

			.nmargintb_p100-1099 {
				margin-top:-100%!important;
				margin-bottom:-100%!important;
			}

			.nmargint_p100-1099 {
				margin-top:-100%!important;
			}

			.nmarginb_p100-1099 {
				margin-bottom:-100%!important;
			}

			.nmarginl_p100-1099 {
				margin-left:-100%!important;
			}

			.nmarginr_p100-1099 {
				margin-right:-100%!important;
			}
			
			.padded_p75-1099 {
				padding:75%!important;

			}

			.paddedtb_p75-1099 {
				padding-top:75%!important;
				padding-bottom:75%!important;
			}

			.paddedt_p75-1099 {
				padding-top:75%!important;
			}

			.paddedb_p75-1099 {
				padding-bottom:75%!important;
			}

			.paddedl_p75-1099 {
				padding-left:75%!important;
			}

			.paddedr_p75-1099 {
				padding-right:75%!important;
			}

			.paddedlr_p75-1099 {
				padding-left:75%!important;
				padding-right:75%!important;
			}
		
						
			.margin_p75-1099 {
				margin:75%!important;
			}

			.margintb_p75-1099 {
				margin-top:75%!important;
				margin-bottom:75%!important;
			}

			.margint_p75-1099 {
				margin-top:75%!important;
			}

			.marginb_p75-1099 {
				margin-bottom:75%!important;
			}

			.marginl_p75-1099 {
				margin-left:75%!important;
			}

			.marginr_p75-1099 {
				margin-right:75%!important;
			}

			.marginlr_p75-1099 {
				margin-left:75%!important;
				margin-right:75%!important;
			}
			
			.nmarginlr_p75 {
				margin-left:-75%!important;
				margin-right:-75%!important;
			}
				
			.nmargin_p75-1099 {
				margin:-75%!important;
			}

			.nmargintb_p75-1099 {
				margin-top:-75%!important;
				margin-bottom:-75%!important;
			}

			.nmargint_p75-1099 {
				margin-top:-75%!important;
			}

			.nmarginb_p75-1099 {
				margin-bottom:-75%!important;
			}

			.nmarginl_p75-1099 {
				margin-left:-75%!important;
			}

			.nmarginr_p75-1099 {
				margin-right:-75%!important;
			}
			
			.padded_p50-1099 {
				padding:50%!important;

			}

			.paddedtb_p50-1099 {
				padding-top:50%!important;
				padding-bottom:50%!important;
			}

			.paddedt_p50-1099 {
				padding-top:50%!important;
			}

			.paddedb_p50-1099 {
				padding-bottom:50%!important;
			}

			.paddedl_p50-1099 {
				padding-left:50%!important;
			}

			.paddedr_p50-1099 {
				padding-right:50%!important;
			}

			.paddedlr_p50-1099 {
				padding-left:50%!important;
				padding-right:50%!important;
			}
		
						
			.margin_p50-1099 {
				margin:50%!important;
			}

			.margintb_p50-1099 {
				margin-top:50%!important;
				margin-bottom:50%!important;
			}

			.margint_p50-1099 {
				margin-top:50%!important;
			}

			.marginb_p50-1099 {
				margin-bottom:50%!important;
			}

			.marginl_p50-1099 {
				margin-left:50%!important;
			}

			.marginr_p50-1099 {
				margin-right:50%!important;
			}

			.marginlr_p50-1099 {
				margin-left:50%!important;
				margin-right:50%!important;
			}
			
			.nmarginlr_p50 {
				margin-left:-50%!important;
				margin-right:-50%!important;
			}
				
			.nmargin_p50-1099 {
				margin:-50%!important;
			}

			.nmargintb_p50-1099 {
				margin-top:-50%!important;
				margin-bottom:-50%!important;
			}

			.nmargint_p50-1099 {
				margin-top:-50%!important;
			}

			.nmarginb_p50-1099 {
				margin-bottom:-50%!important;
			}

			.nmarginl_p50-1099 {
				margin-left:-50%!important;
			}

			.nmarginr_p50-1099 {
				margin-right:-50%!important;
			}
			
			.padded_p25-1099 {
				padding:25%!important;

			}

			.paddedtb_p25-1099 {
				padding-top:25%!important;
				padding-bottom:25%!important;
			}

			.paddedt_p25-1099 {
				padding-top:25%!important;
			}

			.paddedb_p25-1099 {
				padding-bottom:25%!important;
			}

			.paddedl_p25-1099 {
				padding-left:25%!important;
			}

			.paddedr_p25-1099 {
				padding-right:25%!important;
			}

			.paddedlr_p25-1099 {
				padding-left:25%!important;
				padding-right:25%!important;
			}
		
						
			.margin_p25-1099 {
				margin:25%!important;
			}

			.margintb_p25-1099 {
				margin-top:25%!important;
				margin-bottom:25%!important;
			}

			.margint_p25-1099 {
				margin-top:25%!important;
			}

			.marginb_p25-1099 {
				margin-bottom:25%!important;
			}

			.marginl_p25-1099 {
				margin-left:25%!important;
			}

			.marginr_p25-1099 {
				margin-right:25%!important;
			}

			.marginlr_p25-1099 {
				margin-left:25%!important;
				margin-right:25%!important;
			}
			
			.nmarginlr_p25 {
				margin-left:-25%!important;
				margin-right:-25%!important;
			}
				
			.nmargin_p25-1099 {
				margin:-25%!important;
			}

			.nmargintb_p25-1099 {
				margin-top:-25%!important;
				margin-bottom:-25%!important;
			}

			.nmargint_p25-1099 {
				margin-top:-25%!important;
			}

			.nmarginb_p25-1099 {
				margin-bottom:-25%!important;
			}

			.nmarginl_p25-1099 {
				margin-left:-25%!important;
			}

			.nmarginr_p25-1099 {
				margin-right:-25%!important;
			}
				.border_1-1099 {
		border:solid 1px rgba(0,0,0,0.5);;
	}

	.bordertb_1-1099 {
		border-top:solid 1px rgba(0,0,0,0.5);;
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.bordert_1-1099 {
		border-top:solid 1px rgba(0,0,0,0.5);;
	}

	.borderb_1-1099 {
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.borderl_1-1099 {
		border-left:solid 1px rgba(0,0,0,0.5);;
	}

	.borderr_1-1099 {
		border-right:solid 1px rgba(0,0,0,0.5);;
	}

	.borderlr_1-1099 {
		border-left:solid 1px rgba(0,0,0,0.5);;
		border-right:solid 1px rgba(0,0,0,0.5);;
	}
		.border_none-1099 {
		border:none;
	}

	.bordertb_none-1099 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-1099 {
		border-top:none;
	}

	.borderb_none-1099 {
		border-bottom:none;
	}

	.borderl_none-1099 {
		border-left:none;
	}

	.borderr_none-1099 {
		border-right:none;
	}

	.borderlr_none-1099 {
		border-left:none;
		border-right:none;
	}
		.border_core-1099 {
		border:solid 1px rgba(0,0,0,0.1);
	}

	.bordertb_core-1099 {
		border-top:solid 1px rgba(0,0,0,0.1);
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.bordert_core-1099 {
		border-top:solid 1px rgba(0,0,0,0.1);
	}

	.borderb_core-1099 {
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.borderl_core-1099 {
		border-left:solid 1px rgba(0,0,0,0.1);
	}

	.borderr_core-1099 {
		border-right:solid 1px rgba(0,0,0,0.1);
	}

	.borderlr_core-1099 {
		border-left:solid 1px rgba(0,0,0,0.1);
		border-right:solid 1px rgba(0,0,0,0.1);
	}
				.colour1_bg-1099 {
				background-color:#000000!important;
			}

			.colour1_bg-1099,
			a.colour1_bg-1099 {
				color:#FFFFFF!important;
			}
		
			.colour1_bg-1099 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour1-1099 a,
			a.colour1-1099 {
				color:#000000;
							}
			
			.colour1-1099 {
					color:#000000;
				background:transparent!important;
						}

					
			.colour1_bg-1099 input[type=text],
			.colour1_bg-1099 input[type=password],
			.colour1_bg-1099 input[type=number],
			.colour1_bg-1099 textarea,
			.colour1_bg-1099 select,
			.colour1_bg-1099 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour1_bg-1099 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour1_bg-1099 select {
				color:rgba(255,255,255,0.7);
			}

			.colour1_bg-1099 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour1_bg-1099 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour2_bg-1099 {
				background-color:#4b4a4b!important;
			}

			.colour2_bg-1099,
			a.colour2_bg-1099 {
				color:#FFFFFF!important;
			}
		
			.colour2_bg-1099 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour2-1099 a,
			a.colour2-1099 {
				color:#4b4a4b;
							}
			
			.colour2-1099 {
					color:#4b4a4b;
				background:transparent!important;
						}

					
			.colour2_bg-1099 input[type=text],
			.colour2_bg-1099 input[type=password],
			.colour2_bg-1099 input[type=number],
			.colour2_bg-1099 textarea,
			.colour2_bg-1099 select,
			.colour2_bg-1099 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour2_bg-1099 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour2_bg-1099 select {
				color:rgba(255,255,255,0.7);
			}

			.colour2_bg-1099 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour2_bg-1099 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour3_bg-1099 {
				background-color:#616062!important;
			}

			.colour3_bg-1099,
			a.colour3_bg-1099 {
				color:#FFFFFF!important;
			}
		
			.colour3_bg-1099 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour3-1099 a,
			a.colour3-1099 {
				color:#616062;
							}
			
			.colour3-1099 {
					color:#616062;
				background:transparent!important;
						}

					
			.colour3_bg-1099 input[type=text],
			.colour3_bg-1099 input[type=password],
			.colour3_bg-1099 input[type=number],
			.colour3_bg-1099 textarea,
			.colour3_bg-1099 select,
			.colour3_bg-1099 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour3_bg-1099 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour3_bg-1099 select {
				color:rgba(255,255,255,0.7);
			}

			.colour3_bg-1099 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour3_bg-1099 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour4_bg-1099 {
				background-color:#FFFFFF!important;
			}

			.colour4_bg-1099,
			a.colour4_bg-1099 {
				color:#202020!important;
			}
		
			.colour4_bg-1099 a:not(.more) {
				color:#202020;
			}

			
			.colour4-1099 a,
			a.colour4-1099 {
				color:#FFFFFF;
							}
			
			.colour4-1099 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour4_bg-1099 input[type=text],
			.colour4_bg-1099 input[type=password],
			.colour4_bg-1099 input[type=number],
			.colour4_bg-1099 textarea,
			.colour4_bg-1099 select,
			.colour4_bg-1099 select option {
				border-color:#202020;
				color:#202020;
				background:transparent;
			}
		
			.colour4_bg-1099 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour4_bg-1099 select {
				color:rgba(32,32,32,0.7);
			}

			.colour4_bg-1099 ::-webkit-input-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}

			.colour4_bg-1099 ::-moz-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}
		
						.colour5_bg-1099 {
				background-color:#FFFFFF!important;
			}

			.colour5_bg-1099,
			a.colour5_bg-1099 {
				color:#424040!important;
			}
		
			.colour5_bg-1099 a:not(.more) {
				color:#424040;
			}

			
			.colour5-1099 a,
			a.colour5-1099 {
				color:#FFFFFF;
							}
			
			.colour5-1099 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour5_bg-1099 input[type=text],
			.colour5_bg-1099 input[type=password],
			.colour5_bg-1099 input[type=number],
			.colour5_bg-1099 textarea,
			.colour5_bg-1099 select,
			.colour5_bg-1099 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour5_bg-1099 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour5_bg-1099 select {
				color:rgba(66,64,64,0.7);
			}

			.colour5_bg-1099 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour5_bg-1099 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
						.colour6_bg-1099 {
				background-color:#EEEEEE!important;
			}

			.colour6_bg-1099,
			a.colour6_bg-1099 {
				color:#424040!important;
			}
		
			.colour6_bg-1099 a:not(.more) {
				color:#424040;
			}

			
			.colour6-1099 a,
			a.colour6-1099 {
				color:#EEEEEE;
							}
			
			.colour6-1099 {
					color:#EEEEEE;
				background:transparent!important;
						}

					
			.colour6_bg-1099 input[type=text],
			.colour6_bg-1099 input[type=password],
			.colour6_bg-1099 input[type=number],
			.colour6_bg-1099 textarea,
			.colour6_bg-1099 select,
			.colour6_bg-1099 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour6_bg-1099 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour6_bg-1099 select {
				color:rgba(66,64,64,0.7);
			}

			.colour6_bg-1099 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour6_bg-1099 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
			
}

@media only screen and (max-width : 1049px) {
	
.grid.eight-1049 {
	float:left!important;
	width:10.575%!important;
margin-right:2.2%!important;;
}

.grid.eight_x2-1049 {
	float:left!important;
	width:23.35%!important;
margin-right:2.2%!important;;
}

.grid.eight_x3-1049 {
	float:left!important;
	width:36.125%!important;
margin-right:2.2%!important;;
}

.grid.eight_x4-1049 {
	float:left!important;
	width:48.9%!important;
margin-right:2.2%!important;;
}

.grid.eight_x5-1049 {
	float:left!important;
	width:61.675%!important;
margin-right:2.2%!important;;
}

.grid.eight_x6-1049 {
	float:left!important;
	width:74.45%!important;
margin-right:2.2%!important;;
}

.grid.eight_x7-1049 {
	float:left!important;
	width:87.225%!important;
margin-right:2.2%!important;;
}

.grid.seven-1049 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-1049 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-1049 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-1049 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-1049 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-1049 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-1049 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-1049 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-1049 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-1049 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-1049 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-1049 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-1049 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-1049 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-1049 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-1049 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-1049 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-1049 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-1049 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-1049 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-1049 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-1049 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.eight-1049 {
	width:12.5%!important;
}

.floatl.eight_x2-1049 {
	width:25%!important;
}

.floatl.eight_x3-1049 {
	width:37.5%!important;
}

.floatl.eight_x4-1049 {
	width:50%!important;
}

.floatl.eight_x5-1049 {
	width:62.5%!important;
}

.floatl.eight_x6-1049 {
	width:75%!important;
}

.floatl.eight_x7-1049 {
	width:87.5%!important;
}

.floatl.seven-1049 {
	width:14.28571429%!important;
}

.floatl.seven_x2-1049 {
	width:28.57142857%!important;
}

.floatl.seven_x3-1049 {
	width:42.85714286%!important;
}

.floatl.seven_x4-1049 {
	width:57.14285714%!important;
}

.floatl.seven_x5-1049 {
	width:71.42857143%!important;
}

.floatl.seven_x6-1049 {
	width:85.71428571%!important;
}

.floatl.six-1049 {
	width:16.66666667%!important;
}

.floatl.six_x2-1049 {
	width:33.33333333%!important;
}

.floatl.six_x3-1049 {
	width:50%!important;
}

.floatl.six_x4-1049 {
	width:66.6666667%!important;
}

.floatl.six_x5-1049 {
	width:83%!important;
}

.floatl.five-1049 {
	width:20%!important;
}

.floatl.five_x2-1049 {
	width:40%!important;
}

.floatl.five_x3-1049 {
	width:60%!important;
}

.floatl.five_x4-1049 {
	width:80%!important;
}

.floatl.four-1049 {
	width:25%!important;
}

.floatl.four_x2-1049 {
	width:50%!important;
}

.floatl.four_x3-1049 {
	width:75%!important;
}

.floatl.three-1049 {
	width:33.33333333%!important;
}

.floatl.three_x2-1049 {
	width:66.66666667%!important;
}

.floatl.two-1049 {
	width:50%!important;
}

.floatl.one-1049 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

.o1-1049 {
		order:1;
	}

.fl1-1049 {
	flex:1;
}

.gridc > .r1-1049 {
	grid-row-start:1;
}
.gridc-1049 > .r1-1049 {
	grid-row-start:1;
	overflow:hidden;
}
.gridc > .re1-1049 {
	grid-row-end:1;
}
.gridc-1049 > .re1-1049 {
	grid-row-end:1;
}
.gridc > .c1-1049 {
	grid-column-start:1;
}
.gridc-1049 > .c1-1049 {
	grid-column-start:1;
}
.gridc > .ce1-1049 {
	grid-column-end:1;
}
.gridc-1049 > .ce1-1049 {
	grid-column-end:1;
}

.o2-1049 {
		order:2;
	}

.fl2-1049 {
	flex:2;
}

.gridc > .r2-1049 {
	grid-row-start:2;
}
.gridc-1049 > .r2-1049 {
	grid-row-start:2;
	overflow:hidden;
}
.gridc > .re2-1049 {
	grid-row-end:2;
}
.gridc-1049 > .re2-1049 {
	grid-row-end:2;
}
.gridc > .c2-1049 {
	grid-column-start:2;
}
.gridc-1049 > .c2-1049 {
	grid-column-start:2;
}
.gridc > .ce2-1049 {
	grid-column-end:2;
}
.gridc-1049 > .ce2-1049 {
	grid-column-end:2;
}

.o3-1049 {
		order:3;
	}

.fl3-1049 {
	flex:3;
}

.gridc > .r3-1049 {
	grid-row-start:3;
}
.gridc-1049 > .r3-1049 {
	grid-row-start:3;
	overflow:hidden;
}
.gridc > .re3-1049 {
	grid-row-end:3;
}
.gridc-1049 > .re3-1049 {
	grid-row-end:3;
}
.gridc > .c3-1049 {
	grid-column-start:3;
}
.gridc-1049 > .c3-1049 {
	grid-column-start:3;
}
.gridc > .ce3-1049 {
	grid-column-end:3;
}
.gridc-1049 > .ce3-1049 {
	grid-column-end:3;
}

.o4-1049 {
		order:4;
	}

.fl4-1049 {
	flex:4;
}

.gridc > .r4-1049 {
	grid-row-start:4;
}
.gridc-1049 > .r4-1049 {
	grid-row-start:4;
	overflow:hidden;
}
.gridc > .re4-1049 {
	grid-row-end:4;
}
.gridc-1049 > .re4-1049 {
	grid-row-end:4;
}
.gridc > .c4-1049 {
	grid-column-start:4;
}
.gridc-1049 > .c4-1049 {
	grid-column-start:4;
}
.gridc > .ce4-1049 {
	grid-column-end:4;
}
.gridc-1049 > .ce4-1049 {
	grid-column-end:4;
}

.o5-1049 {
		order:5;
	}

.fl5-1049 {
	flex:5;
}

.gridc > .r5-1049 {
	grid-row-start:5;
}
.gridc-1049 > .r5-1049 {
	grid-row-start:5;
	overflow:hidden;
}
.gridc > .re5-1049 {
	grid-row-end:5;
}
.gridc-1049 > .re5-1049 {
	grid-row-end:5;
}
.gridc > .c5-1049 {
	grid-column-start:5;
}
.gridc-1049 > .c5-1049 {
	grid-column-start:5;
}
.gridc > .ce5-1049 {
	grid-column-end:5;
}
.gridc-1049 > .ce5-1049 {
	grid-column-end:5;
}

.o6-1049 {
		order:6;
	}

.fl6-1049 {
	flex:6;
}

.gridc > .r6-1049 {
	grid-row-start:6;
}
.gridc-1049 > .r6-1049 {
	grid-row-start:6;
	overflow:hidden;
}
.gridc > .re6-1049 {
	grid-row-end:6;
}
.gridc-1049 > .re6-1049 {
	grid-row-end:6;
}
.gridc > .c6-1049 {
	grid-column-start:6;
}
.gridc-1049 > .c6-1049 {
	grid-column-start:6;
}
.gridc > .ce6-1049 {
	grid-column-end:6;
}
.gridc-1049 > .ce6-1049 {
	grid-column-end:6;
}

.o7-1049 {
		order:7;
	}

.fl7-1049 {
	flex:7;
}

.gridc > .r7-1049 {
	grid-row-start:7;
}
.gridc-1049 > .r7-1049 {
	grid-row-start:7;
	overflow:hidden;
}
.gridc > .re7-1049 {
	grid-row-end:7;
}
.gridc-1049 > .re7-1049 {
	grid-row-end:7;
}
.gridc > .c7-1049 {
	grid-column-start:7;
}
.gridc-1049 > .c7-1049 {
	grid-column-start:7;
}
.gridc > .ce7-1049 {
	grid-column-end:7;
}
.gridc-1049 > .ce7-1049 {
	grid-column-end:7;
}

.o8-1049 {
		order:8;
	}

.fl8-1049 {
	flex:8;
}

.gridc > .r8-1049 {
	grid-row-start:8;
}
.gridc-1049 > .r8-1049 {
	grid-row-start:8;
	overflow:hidden;
}
.gridc > .re8-1049 {
	grid-row-end:8;
}
.gridc-1049 > .re8-1049 {
	grid-row-end:8;
}
.gridc > .c8-1049 {
	grid-column-start:8;
}
.gridc-1049 > .c8-1049 {
	grid-column-start:8;
}
.gridc > .ce8-1049 {
	grid-column-end:8;
}
.gridc-1049 > .ce8-1049 {
	grid-column-end:8;
}

.o9-1049 {
		order:9;
	}

.fl9-1049 {
	flex:9;
}

.gridc > .r9-1049 {
	grid-row-start:9;
}
.gridc-1049 > .r9-1049 {
	grid-row-start:9;
	overflow:hidden;
}
.gridc > .re9-1049 {
	grid-row-end:9;
}
.gridc-1049 > .re9-1049 {
	grid-row-end:9;
}
.gridc > .c9-1049 {
	grid-column-start:9;
}
.gridc-1049 > .c9-1049 {
	grid-column-start:9;
}
.gridc > .ce9-1049 {
	grid-column-end:9;
}
.gridc-1049 > .ce9-1049 {
	grid-column-end:9;
}

.z1-1049 {
	z-index:1;
}

.z9999999-1049 {
	z-index:9999999;
}

.z2-1049 {
	z-index:2;
}

.z9999998-1049 {
	z-index:9999998;
}

.z3-1049 {
	z-index:3;
}

.z9999997-1049 {
	z-index:9999997;
}

.z4-1049 {
	z-index:4;
}

.z9999996-1049 {
	z-index:9999996;
}

.z5-1049 {
	z-index:5;
}

.z9999995-1049 {
	z-index:9999995;
}

.z6-1049 {
	z-index:6;
}

.z9999994-1049 {
	z-index:9999994;
}

.z7-1049 {
	z-index:7;
}

.z9999993-1049 {
	z-index:9999993;
}

.z8-1049 {
	z-index:8;
}

.z9999992-1049 {
	z-index:9999992;
}

.z9-1049 {
	z-index:9;
}

.z9999991-1049 {
	z-index:9999991;
}

.w100-1049 {
	font-weight:100;
}
.w200-1049 {
	font-weight:200;
}
.w300-1049 {
	font-weight:300;
}
.w400-1049 {
	font-weight:400;
}
.w500-1049 {
	font-weight:500;
}
.w600-1049 {
	font-weight:600;
}
.w700-1049 {
	font-weight:700;
}
.w800-1049 {
	font-weight:800;
}
.w900-1049 {
	font-weight:900;
}
.f1-1049 {
	font-size:1.1em;
	line-height:1.1em;
}

p.f1-1049,
p > *.f1-1049 {
	line-height:1.4em;
}
.f1_5-1049 {
	font-size:1.15em;
	line-height:1.15em;
}

p.f1_5-1049,
p > *.f1_5-1049 {
	line-height:1.18em;
}
.f2-1049 {
	font-size:1.2em;
	line-height:1.2em;
}

p.f2-1049,
p > *.f2-1049 {
	line-height:1.5em;
}
.f2_5-1049 {
	font-size:1.25em;
	line-height:1.25em;
}

p.f2_5-1049,
p > *.f2_5-1049 {
	line-height:1.28em;
}
.f3-1049 {
	font-size:1.3em;
	line-height:1.3em;
}

p.f3-1049,
p > *.f3-1049 {
	line-height:1.6em;
}
.f3_5-1049 {
	font-size:1.35em;
	line-height:1.35em;
}

p.f3_5-1049,
p > *.f3_5-1049 {
	line-height:1.38em;
}
.f4-1049 {
	font-size:1.4em;
	line-height:1.4em;
}

p.f4-1049,
p > *.f4-1049 {
	line-height:1.7em;
}
.f4_5-1049 {
	font-size:1.45em;
	line-height:1.45em;
}

p.f4_5-1049,
p > *.f4_5-1049 {
	line-height:1.48em;
}
.f5-1049 {
	font-size:1.5em;
	line-height:1.5em;
}

p.f5-1049,
p > *.f5-1049 {
	line-height:1.8em;
}
.f5_5-1049 {
	font-size:1.55em;
	line-height:1.55em;
}

p.f5_5-1049,
p > *.f5_5-1049 {
	line-height:1.58em;
}
.f6-1049 {
	font-size:1.6em;
	line-height:1.6em;
}

p.f6-1049,
p > *.f6-1049 {
	line-height:1.9em;
}
.f6_5-1049 {
	font-size:1.65em;
	line-height:1.65em;
}

p.f6_5-1049,
p > *.f6_5-1049 {
	line-height:1.68em;
}
.f7-1049 {
	font-size:1.7em;
	line-height:1.7em;
}

p.f7-1049,
p > *.f7-1049 {
	line-height:1.10em;
}
.f7_5-1049 {
	font-size:1.75em;
	line-height:1.75em;
}

p.f7_5-1049,
p > *.f7_5-1049 {
	line-height:1.78em;
}
.f8-1049 {
	font-size:1.8em;
	line-height:1.8em;
}

p.f8-1049,
p > *.f8-1049 {
	line-height:1.11em;
}
.f8_5-1049 {
	font-size:1.85em;
	line-height:1.85em;
}

p.f8_5-1049,
p > *.f8_5-1049 {
	line-height:1.88em;
}
.f9-1049 {
	font-size:1.9em;
	line-height:1.9em;
}

p.f9-1049,
p > *.f9-1049 {
	line-height:1.12em;
}
.f9_5-1049 {
	font-size:1.95em;
	line-height:1.95em;
}

p.f9_5-1049,
p > *.f9_5-1049 {
	line-height:1.98em;
}
.f10-1049 {
	font-size:2em;
	line-height:2em;
}

p.f10-1049,
p > *.f10-1049 {
	line-height:2em;
}
.f10_5-1049 {
	font-size:2em;
	line-height:2em;
}

p.f10_5-1049,
p > *.f10_5-1049 {
	line-height:2em;
}
.nf1-1049 {
	font-size:0.9em;
}

*:not(p):not(ul):not(ol).nf1-1049 {
	line-height:0.9em;
}

p.nf1-1049,
ul.nf1-1049,
ol.nf1-1049 {
	line-height:1.9em;
}
.nf1_5-1049 {
	font-size:0.85em;
}

*:not(p):not(ul):not(ol).nf1_5-1049 {
	line-height:0.85em;
}

p.nf1_5-1049,
ul.nf1_5-1049,
ol.nf1_5-1049 {
	line-height:1.85em;
}
.nf2-1049 {
	font-size:0.8em;
}

*:not(p):not(ul):not(ol).nf2-1049 {
	line-height:0.8em;
}

p.nf2-1049,
ul.nf2-1049,
ol.nf2-1049 {
	line-height:1.8em;
}
.nf2_5-1049 {
	font-size:0.75em;
}

*:not(p):not(ul):not(ol).nf2_5-1049 {
	line-height:0.75em;
}

p.nf2_5-1049,
ul.nf2_5-1049,
ol.nf2_5-1049 {
	line-height:1.75em;
}
.nf3-1049 {
	font-size:0.7em;
}

*:not(p):not(ul):not(ol).nf3-1049 {
	line-height:0.7em;
}

p.nf3-1049,
ul.nf3-1049,
ol.nf3-1049 {
	line-height:1.7em;
}
.nf3_5-1049 {
	font-size:0.65em;
}

*:not(p):not(ul):not(ol).nf3_5-1049 {
	line-height:0.65em;
}

p.nf3_5-1049,
ul.nf3_5-1049,
ol.nf3_5-1049 {
	line-height:1.65em;
}
.nf4-1049 {
	font-size:0.6em;
}

*:not(p):not(ul):not(ol).nf4-1049 {
	line-height:0.6em;
}

p.nf4-1049,
ul.nf4-1049,
ol.nf4-1049 {
	line-height:1.6em;
}
.nf4_5-1049 {
	font-size:0.55em;
}

*:not(p):not(ul):not(ol).nf4_5-1049 {
	line-height:0.55em;
}

p.nf4_5-1049,
ul.nf4_5-1049,
ol.nf4_5-1049 {
	line-height:1.55em;
}
.nf5-1049 {
	font-size:0.5em;
}

*:not(p):not(ul):not(ol).nf5-1049 {
	line-height:0.5em;
}

p.nf5-1049,
ul.nf5-1049,
ol.nf5-1049 {
	line-height:1.5em;
}
.nf5_5-1049 {
	font-size:0.45em;
}

*:not(p):not(ul):not(ol).nf5_5-1049 {
	line-height:0.45em;
}

p.nf5_5-1049,
ul.nf5_5-1049,
ol.nf5_5-1049 {
	line-height:1.45em;
}
.nf6-1049 {
	font-size:0.4em;
}

*:not(p):not(ul):not(ol).nf6-1049 {
	line-height:0.4em;
}

p.nf6-1049,
ul.nf6-1049,
ol.nf6-1049 {
	line-height:1.4em;
}
.nf6_5-1049 {
	font-size:0.35em;
}

*:not(p):not(ul):not(ol).nf6_5-1049 {
	line-height:0.35em;
}

p.nf6_5-1049,
ul.nf6_5-1049,
ol.nf6_5-1049 {
	line-height:1.35em;
}
.nf7-1049 {
	font-size:0.3em;
}

*:not(p):not(ul):not(ol).nf7-1049 {
	line-height:0.3em;
}

p.nf7-1049,
ul.nf7-1049,
ol.nf7-1049 {
	line-height:1.3em;
}
.nf7_5-1049 {
	font-size:0.25em;
}

*:not(p):not(ul):not(ol).nf7_5-1049 {
	line-height:0.25em;
}

p.nf7_5-1049,
ul.nf7_5-1049,
ol.nf7_5-1049 {
	line-height:1.25em;
}
.nf8-1049 {
	font-size:0.2em;
}

*:not(p):not(ul):not(ol).nf8-1049 {
	line-height:0.2em;
}

p.nf8-1049,
ul.nf8-1049,
ol.nf8-1049 {
	line-height:1.2em;
}
.nf8_5-1049 {
	font-size:0.15em;
}

*:not(p):not(ul):not(ol).nf8_5-1049 {
	line-height:0.15em;
}

p.nf8_5-1049,
ul.nf8_5-1049,
ol.nf8_5-1049 {
	line-height:1.15em;
}
.nf9-1049 {
	font-size:0.1em;
}

*:not(p):not(ul):not(ol).nf9-1049 {
	line-height:0.1em;
}

p.nf9-1049,
ul.nf9-1049,
ol.nf9-1049 {
	line-height:1.1em;
}
.nf9_5-1049 {
	font-size:0.05em;
}

*:not(p):not(ul):not(ol).nf9_5-1049 {
	line-height:0.05em;
}

p.nf9_5-1049,
ul.nf9_5-1049,
ol.nf9_5-1049 {
	line-height:1.05em;
}
  .invisible-1049 {
			visibility:hidden!important;
		}

  .last-1049 {
			margin-right:0px!important;
		}

  .floatl-1049 {
			float:left!important;
		}

  .floatr-1049 {
			float:right!important;
		}

  .left-1049 {
			float:left!important;
		}

  .right-1049 {
			float:right!important;
		}

  .floatn-1049,
 .grid.floatn-1049 {
			float:none!important;
		}

  .grid-1049 {
			float:left!important;
overflow:hidden;;
		}

  .grid.last-1049 {
			float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
		}

  .none-1049 {
			display:none!important;
		}

  .block-1049 {
			display:block!important;
		}

  .iblock-1049 {
			display:inline-block!important;
		}

  .inline-1049 {
			display:inline!important;
		}

  .table-1049 {
			display:table!important;
		}

  .row-1049 {
			display:table-row!important;
		}

  .cell-1049 {
			display:table-cell!important;
vertical-align:middle;
		}

  .collapse-1049 {
			border-collapse:collapse;
		}

  .clearl-1049 {
			clear:left!important;
		}

  .clearr-1049 {
			clear:right!important;
		}

  .clearn-1049 {
			clear:none!important;
		}

  .clearnone-1049 {
			clear:none!important;
		}

  .clearb-1049 {
			clear:both!important;
		}

  .clear-1049 {
			float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
		}

  .up-1049 {
			text-transform:uppercase;
		}

  .transnone-1049 {
			text-transform:none;
		}

  .strike-1049 {
			text-decoration:line-through;
		}

  .alignl-1049 {
			text-align:left!important;
		}

  .alignr-1049 {
			text-align:right!important;
		}

  .alignc-1049 {
			text-align:center!important;
		}

  .alignj-1049 {
			text-align:justify!important;
		}

  .valign-1049 {
			vertical-align:middle!important;
		}

  .widthauto-1049 {
			width:auto!important;
		}

  .heightauto-1049 {
			height:auto!important;
min-height:0px!important;
		}

.square.heightauto-1049::after {
	display:none!important;
}

.square.heightauto-1049 > * {
	position:static!important;
}

  .width0-1049 {
			width:0px;
		}

  .width50-1049 {
			width:50%;
		}

  .height0-1049 {
			height:0px;
		}

  .height50-1049 {
			height:50%;
		}

  .mw100-1049 {
			max-width:100%;
		}

  .mw90-1049 {
			max-width:90%;
		}

  .mw80-1049 {
			max-width:80%;
		}

  .mw70-1049 {
			max-width:70%;
		}

  .mw60-1049 {
			max-width:60%;
		}

  .mw50-1049 {
			max-width:50%;
		}

  .mw40-1049 {
			max-width:40%;
		}

  .mw30-1049 {
			max-width:30%;
		}

  .mw20-1049 {
			max-width:20%;
		}

  .mw10-1049 {
			max-width:10%;
		}

  .mwnone-1049 {
			max-width:none;
		}

  .fw-1049,
 .grid.fw-1049,
 .floatl.fw-1049 {
			width:100%!important;
      margin-left:0px!important;
			margin-right:0px!important;
		}

  .fh-1049 {
			height:100%!important;
		}

  .pointer-1049 {
			cursor:pointer!important;
		}

  .noallow-1049 {
			cursor:not-allowed!important;
		}

  .noselect-1049 {
			user-select:none!important;
		}

  .static-1049 {
			position:static!important;
		}

  .relative-1049 {
			position:relative!important;
		}

  .absolute-1049 {
			position:absolute!important;
		}

  .fixed-1049 {
			position:fixed!important;
		}

  .spacing-1049 {
			margin-bottom:7px!important;
		}

  .spacing.floatl-1049 {
			margin-right:15px!important;
		}

  .spacing.floatr-1049 {
			margin-left:15px!important;
		}

  .flowhide-1049 {
			overflow:hidden;
		}

  .flowshow-1049 {
			overflow:visible;
		}

  .flowauto-1049 {
			overflow:auto;
		}

  .nowrap-1049 {
			white-space:nowrap;
		}

  .lhreset-1049 {
			line-height:normal;
		}

  .circle-1049 {
			border-radius:50%!important;
		}

  .radnone-1049 {
			border-radius:0px!important;
		}

  .vh10-1049 {
			height:10vh!important;
		}

  .vh25-1049 {
			height:25vh!important;
		}

  .vh50-1049 {
			height:50vh!important;
		}

  .vh100-1049 {
			height:100vh!important;
		}

  .vw10-1049 {
			width:10vw!important;
		}

  .vw25-1049 {
			width:25vw!important;
		}

  .vw50-1049 {
			width:50vw!important;
		}

  .vw100-1049 {
			width:100vw!important;
		}

  .flexw-1049 {
			flex-wrap:wrap!important;
		}

  .flexwn-1049 {
			flex-wrap:nowrap!important;
		}

  .flexwr-1049 {
			flex-wrap:wrap-reverse!important;
		}

  .flexdr-1049 {
			flex-direction:row!important;
		}

  .flexdrr-1049 {
			flex-direction:row-reverse!important;
		}

  .flexdc-1049 {
			flex-direction:column!important;
		}

  .flexdcr-1049 {
			flex-direction:column-reverse!important;
		}

  .flex-1049 {
			display:flex!important;
align-items:center;
flex-wrap:wrap;;
		}

  .iflex-1049 {
			display:inline-flex!important;
align-items:center;;
		}

  .spaced-1049 {
			justify-content:space-between;
		}

  .flexdr.spaced-1049 {
			align-content:space-between;
		}

  .spacee-1049 {
			justify-content:space-evenly;
		}

  .falignst-1049 {
			align-items:stretch;;
		}

  .falignc-1049 {
			align-items:center;;
		}

  .faligns-1049 {
			align-items:flex-start;;
		}

  .faligne-1049 {
			align-items:flex-end;;
		}

  .fjustl-1049 {
			justify-content:flex-start;;
		}

  .fjustr-1049 {
			justify-content:flex-end;;
		}

  .fjustc-1049 {
			justify-content:center;;
		}

  .flexn-1049 {
			flex:none!important;width:100%;;
		}

  .gridc-1049 {
			display:grid!important;;
		}

  .o100-1049 {
			opacity:1;
		}

  .o90-1049 {
			opacity:0.9;
		}

  .o80-1049 {
			opacity:0.8;
		}

  .o70-1049 {
			opacity:0.7;
		}

  .o60-1049 {
			opacity:0.6;
		}

  .o50-1049 {
			opacity:0.5;
		}

  .o40-1049 {
			opacity:0.4;
		}

  .o30-1049 {
			opacity:0.3;
		}

  .o20-1049 {
			opacity:0.2;
		}

  .o10-1049 {
			opacity:0.1;
		}

  .o0-1049 {
			opacity:0;
		}

  .left0-1049 {
			left:0px!important;;
		}

  .right0-1049 {
			right:0px!important;;
		}

  .top0-1049 {
			top:0px!important;;
		}

  .bottom0-1049 {
			bottom:0px!important;;
		}

  .left50-1049 {
			left:50%!important;;
		}

  .right50-1049 {
			right:50%!important;;
		}

  .top50-1049 {
			top:50%!important;;
		}

  .bottom50-1049 {
			bottom:50%!important;;
		}

  .left100-1049 {
			left:100%!important;;
		}

  .right100-1049 {
			right:100%!important;;
		}

  .top100-1049 {
			top:100%!important;;
		}

  .bottom100-1049 {
			bottom:100%!important;;
		}

  .leftauto-1049 {
			left:auto!important;;
		}

  .rightauto-1049 {
			right:auto!important;;
		}

  .topauto-1049 {
			top:auto!important;;
		}

  .bottomauto-1049 {
			bottom:auto!important;;
		}

  .all0-1049 {
			top:0px!important;
bottom:0px!important;
left:0px!important;
right:0px!important;;
		}

  .lineup.fw-1049, .lineupgroup.fw-1049 {
			height:auto!important;
	}

	

			.padded_tiny-1049 {
				padding:5px!important;

			}

			.paddedtb_tiny-1049 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-1049 {
				padding-top:5px!important;
			}

			.paddedb_tiny-1049 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-1049 {
				padding-left:5px!important;
			}

			.paddedr_tiny-1049 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-1049 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-1049 {
				margin:5px!important;
			}

			.margintb_tiny-1049 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-1049 {
				margin-top:5px!important;
			}

			.marginb_tiny-1049 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-1049 {
				margin-left:5px!important;
			}

			.marginr_tiny-1049 {
				margin-right:5px!important;
			}

			.marginlr_tiny-1049 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			
			.nmarginlr_tiny {
				margin-left:-5px!important;
				margin-right:-5px!important;
			}
				
			.nmargin_tiny-1049 {
				margin:-5px!important;
			}

			.nmargintb_tiny-1049 {
				margin-top:-5px!important;
				margin-bottom:-5px!important;
			}

			.nmargint_tiny-1049 {
				margin-top:-5px!important;
			}

			.nmarginb_tiny-1049 {
				margin-bottom:-5px!important;
			}

			.nmarginl_tiny-1049 {
				margin-left:-5px!important;
			}

			.nmarginr_tiny-1049 {
				margin-right:-5px!important;
			}
			
			.padded_small-1049 {
				padding:10px!important;

			}

			.paddedtb_small-1049 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-1049 {
				padding-top:10px!important;
			}

			.paddedb_small-1049 {
				padding-bottom:10px!important;
			}

			.paddedl_small-1049 {
				padding-left:10px!important;
			}

			.paddedr_small-1049 {
				padding-right:10px!important;
			}

			.paddedlr_small-1049 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-1049 {
				margin:10px!important;
			}

			.margintb_small-1049 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-1049 {
				margin-top:10px!important;
			}

			.marginb_small-1049 {
				margin-bottom:10px!important;
			}

			.marginl_small-1049 {
				margin-left:10px!important;
			}

			.marginr_small-1049 {
				margin-right:10px!important;
			}

			.marginlr_small-1049 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_small {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_small-1049 {
				margin:-10px!important;
			}

			.nmargintb_small-1049 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_small-1049 {
				margin-top:-10px!important;
			}

			.nmarginb_small-1049 {
				margin-bottom:-10px!important;
			}

			.nmarginl_small-1049 {
				margin-left:-10px!important;
			}

			.nmarginr_small-1049 {
				margin-right:-10px!important;
			}
			
			.padded_medium-1049 {
				padding:20px!important;

			}

			.paddedtb_medium-1049 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-1049 {
				padding-top:20px!important;
			}

			.paddedb_medium-1049 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-1049 {
				padding-left:20px!important;
			}

			.paddedr_medium-1049 {
				padding-right:20px!important;
			}

			.paddedlr_medium-1049 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-1049 {
				margin:20px!important;
			}

			.margintb_medium-1049 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-1049 {
				margin-top:20px!important;
			}

			.marginb_medium-1049 {
				margin-bottom:20px!important;
			}

			.marginl_medium-1049 {
				margin-left:20px!important;
			}

			.marginr_medium-1049 {
				margin-right:20px!important;
			}

			.marginlr_medium-1049 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			
			.nmarginlr_medium {
				margin-left:-20px!important;
				margin-right:-20px!important;
			}
				
			.nmargin_medium-1049 {
				margin:-20px!important;
			}

			.nmargintb_medium-1049 {
				margin-top:-20px!important;
				margin-bottom:-20px!important;
			}

			.nmargint_medium-1049 {
				margin-top:-20px!important;
			}

			.nmarginb_medium-1049 {
				margin-bottom:-20px!important;
			}

			.nmarginl_medium-1049 {
				margin-left:-20px!important;
			}

			.nmarginr_medium-1049 {
				margin-right:-20px!important;
			}
			
			.padded_large-1049 {
				padding:40px!important;

			}

			.paddedtb_large-1049 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-1049 {
				padding-top:40px!important;
			}

			.paddedb_large-1049 {
				padding-bottom:40px!important;
			}

			.paddedl_large-1049 {
				padding-left:40px!important;
			}

			.paddedr_large-1049 {
				padding-right:40px!important;
			}

			.paddedlr_large-1049 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-1049 {
				margin:40px!important;
			}

			.margintb_large-1049 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-1049 {
				margin-top:40px!important;
			}

			.marginb_large-1049 {
				margin-bottom:40px!important;
			}

			.marginl_large-1049 {
				margin-left:40px!important;
			}

			.marginr_large-1049 {
				margin-right:40px!important;
			}

			.marginlr_large-1049 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			
			.nmarginlr_large {
				margin-left:-40px!important;
				margin-right:-40px!important;
			}
				
			.nmargin_large-1049 {
				margin:-40px!important;
			}

			.nmargintb_large-1049 {
				margin-top:-40px!important;
				margin-bottom:-40px!important;
			}

			.nmargint_large-1049 {
				margin-top:-40px!important;
			}

			.nmarginb_large-1049 {
				margin-bottom:-40px!important;
			}

			.nmarginl_large-1049 {
				margin-left:-40px!important;
			}

			.nmarginr_large-1049 {
				margin-right:-40px!important;
			}
			
			.padded_core-1049 {
				padding:10px!important;

			}

			.paddedtb_core-1049 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-1049 {
				padding-top:10px!important;
			}

			.paddedb_core-1049 {
				padding-bottom:10px!important;
			}

			.paddedl_core-1049 {
				padding-left:10px!important;
			}

			.paddedr_core-1049 {
				padding-right:10px!important;
			}

			.paddedlr_core-1049 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-1049 {
				margin:10px!important;
			}

			.margintb_core-1049 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-1049 {
				margin-top:10px!important;
			}

			.marginb_core-1049 {
				margin-bottom:10px!important;
			}

			.marginl_core-1049 {
				margin-left:10px!important;
			}

			.marginr_core-1049 {
				margin-right:10px!important;
			}

			.marginlr_core-1049 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_core {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_core-1049 {
				margin:-10px!important;
			}

			.nmargintb_core-1049 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_core-1049 {
				margin-top:-10px!important;
			}

			.nmarginb_core-1049 {
				margin-bottom:-10px!important;
			}

			.nmarginl_core-1049 {
				margin-left:-10px!important;
			}

			.nmarginr_core-1049 {
				margin-right:-10px!important;
			}
						
			.margin_auto-1049 {
				margin:auto!important;
			}

			.margintb_auto-1049 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-1049 {
				margin-top:auto!important;
			}

			.marginb_auto-1049 {
				margin-bottom:auto!important;
			}

			.marginl_auto-1049 {
				margin-left:auto!important;
			}

			.marginr_auto-1049 {
				margin-right:auto!important;
			}

			.marginlr_auto-1049 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			
			.nmarginlr_auto {
				margin-left:-auto!important;
				margin-right:-auto!important;
			}
				
			.nmargin_auto-1049 {
				margin:-auto!important;
			}

			.nmargintb_auto-1049 {
				margin-top:-auto!important;
				margin-bottom:-auto!important;
			}

			.nmargint_auto-1049 {
				margin-top:-auto!important;
			}

			.nmarginb_auto-1049 {
				margin-bottom:-auto!important;
			}

			.nmarginl_auto-1049 {
				margin-left:-auto!important;
			}

			.nmarginr_auto-1049 {
				margin-right:-auto!important;
			}
			
			.padded_none-1049 {
				padding:0px!important;

			}

			.paddedtb_none-1049 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-1049 {
				padding-top:0px!important;
			}

			.paddedb_none-1049 {
				padding-bottom:0px!important;
			}

			.paddedl_none-1049 {
				padding-left:0px!important;
			}

			.paddedr_none-1049 {
				padding-right:0px!important;
			}

			.paddedlr_none-1049 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-1049 {
				margin:0px!important;
			}

			.margintb_none-1049 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-1049 {
				margin-top:0px!important;
			}

			.marginb_none-1049 {
				margin-bottom:0px!important;
			}

			.marginl_none-1049 {
				margin-left:0px!important;
			}

			.marginr_none-1049 {
				margin-right:0px!important;
			}

			.marginlr_none-1049 {
				margin-left:0px!important;
				margin-right:0px!important;
			}
			
			.nmarginlr_none {
				margin-left:-0px!important;
				margin-right:-0px!important;
			}
				
			.nmargin_none-1049 {
				margin:-0px!important;
			}

			.nmargintb_none-1049 {
				margin-top:-0px!important;
				margin-bottom:-0px!important;
			}

			.nmargint_none-1049 {
				margin-top:-0px!important;
			}

			.nmarginb_none-1049 {
				margin-bottom:-0px!important;
			}

			.nmarginl_none-1049 {
				margin-left:-0px!important;
			}

			.nmarginr_none-1049 {
				margin-right:-0px!important;
			}
			
			.padded_p100-1049 {
				padding:100%!important;

			}

			.paddedtb_p100-1049 {
				padding-top:100%!important;
				padding-bottom:100%!important;
			}

			.paddedt_p100-1049 {
				padding-top:100%!important;
			}

			.paddedb_p100-1049 {
				padding-bottom:100%!important;
			}

			.paddedl_p100-1049 {
				padding-left:100%!important;
			}

			.paddedr_p100-1049 {
				padding-right:100%!important;
			}

			.paddedlr_p100-1049 {
				padding-left:100%!important;
				padding-right:100%!important;
			}
		
						
			.margin_p100-1049 {
				margin:100%!important;
			}

			.margintb_p100-1049 {
				margin-top:100%!important;
				margin-bottom:100%!important;
			}

			.margint_p100-1049 {
				margin-top:100%!important;
			}

			.marginb_p100-1049 {
				margin-bottom:100%!important;
			}

			.marginl_p100-1049 {
				margin-left:100%!important;
			}

			.marginr_p100-1049 {
				margin-right:100%!important;
			}

			.marginlr_p100-1049 {
				margin-left:100%!important;
				margin-right:100%!important;
			}
			
			.nmarginlr_p100 {
				margin-left:-100%!important;
				margin-right:-100%!important;
			}
				
			.nmargin_p100-1049 {
				margin:-100%!important;
			}

			.nmargintb_p100-1049 {
				margin-top:-100%!important;
				margin-bottom:-100%!important;
			}

			.nmargint_p100-1049 {
				margin-top:-100%!important;
			}

			.nmarginb_p100-1049 {
				margin-bottom:-100%!important;
			}

			.nmarginl_p100-1049 {
				margin-left:-100%!important;
			}

			.nmarginr_p100-1049 {
				margin-right:-100%!important;
			}
			
			.padded_p75-1049 {
				padding:75%!important;

			}

			.paddedtb_p75-1049 {
				padding-top:75%!important;
				padding-bottom:75%!important;
			}

			.paddedt_p75-1049 {
				padding-top:75%!important;
			}

			.paddedb_p75-1049 {
				padding-bottom:75%!important;
			}

			.paddedl_p75-1049 {
				padding-left:75%!important;
			}

			.paddedr_p75-1049 {
				padding-right:75%!important;
			}

			.paddedlr_p75-1049 {
				padding-left:75%!important;
				padding-right:75%!important;
			}
		
						
			.margin_p75-1049 {
				margin:75%!important;
			}

			.margintb_p75-1049 {
				margin-top:75%!important;
				margin-bottom:75%!important;
			}

			.margint_p75-1049 {
				margin-top:75%!important;
			}

			.marginb_p75-1049 {
				margin-bottom:75%!important;
			}

			.marginl_p75-1049 {
				margin-left:75%!important;
			}

			.marginr_p75-1049 {
				margin-right:75%!important;
			}

			.marginlr_p75-1049 {
				margin-left:75%!important;
				margin-right:75%!important;
			}
			
			.nmarginlr_p75 {
				margin-left:-75%!important;
				margin-right:-75%!important;
			}
				
			.nmargin_p75-1049 {
				margin:-75%!important;
			}

			.nmargintb_p75-1049 {
				margin-top:-75%!important;
				margin-bottom:-75%!important;
			}

			.nmargint_p75-1049 {
				margin-top:-75%!important;
			}

			.nmarginb_p75-1049 {
				margin-bottom:-75%!important;
			}

			.nmarginl_p75-1049 {
				margin-left:-75%!important;
			}

			.nmarginr_p75-1049 {
				margin-right:-75%!important;
			}
			
			.padded_p50-1049 {
				padding:50%!important;

			}

			.paddedtb_p50-1049 {
				padding-top:50%!important;
				padding-bottom:50%!important;
			}

			.paddedt_p50-1049 {
				padding-top:50%!important;
			}

			.paddedb_p50-1049 {
				padding-bottom:50%!important;
			}

			.paddedl_p50-1049 {
				padding-left:50%!important;
			}

			.paddedr_p50-1049 {
				padding-right:50%!important;
			}

			.paddedlr_p50-1049 {
				padding-left:50%!important;
				padding-right:50%!important;
			}
		
						
			.margin_p50-1049 {
				margin:50%!important;
			}

			.margintb_p50-1049 {
				margin-top:50%!important;
				margin-bottom:50%!important;
			}

			.margint_p50-1049 {
				margin-top:50%!important;
			}

			.marginb_p50-1049 {
				margin-bottom:50%!important;
			}

			.marginl_p50-1049 {
				margin-left:50%!important;
			}

			.marginr_p50-1049 {
				margin-right:50%!important;
			}

			.marginlr_p50-1049 {
				margin-left:50%!important;
				margin-right:50%!important;
			}
			
			.nmarginlr_p50 {
				margin-left:-50%!important;
				margin-right:-50%!important;
			}
				
			.nmargin_p50-1049 {
				margin:-50%!important;
			}

			.nmargintb_p50-1049 {
				margin-top:-50%!important;
				margin-bottom:-50%!important;
			}

			.nmargint_p50-1049 {
				margin-top:-50%!important;
			}

			.nmarginb_p50-1049 {
				margin-bottom:-50%!important;
			}

			.nmarginl_p50-1049 {
				margin-left:-50%!important;
			}

			.nmarginr_p50-1049 {
				margin-right:-50%!important;
			}
			
			.padded_p25-1049 {
				padding:25%!important;

			}

			.paddedtb_p25-1049 {
				padding-top:25%!important;
				padding-bottom:25%!important;
			}

			.paddedt_p25-1049 {
				padding-top:25%!important;
			}

			.paddedb_p25-1049 {
				padding-bottom:25%!important;
			}

			.paddedl_p25-1049 {
				padding-left:25%!important;
			}

			.paddedr_p25-1049 {
				padding-right:25%!important;
			}

			.paddedlr_p25-1049 {
				padding-left:25%!important;
				padding-right:25%!important;
			}
		
						
			.margin_p25-1049 {
				margin:25%!important;
			}

			.margintb_p25-1049 {
				margin-top:25%!important;
				margin-bottom:25%!important;
			}

			.margint_p25-1049 {
				margin-top:25%!important;
			}

			.marginb_p25-1049 {
				margin-bottom:25%!important;
			}

			.marginl_p25-1049 {
				margin-left:25%!important;
			}

			.marginr_p25-1049 {
				margin-right:25%!important;
			}

			.marginlr_p25-1049 {
				margin-left:25%!important;
				margin-right:25%!important;
			}
			
			.nmarginlr_p25 {
				margin-left:-25%!important;
				margin-right:-25%!important;
			}
				
			.nmargin_p25-1049 {
				margin:-25%!important;
			}

			.nmargintb_p25-1049 {
				margin-top:-25%!important;
				margin-bottom:-25%!important;
			}

			.nmargint_p25-1049 {
				margin-top:-25%!important;
			}

			.nmarginb_p25-1049 {
				margin-bottom:-25%!important;
			}

			.nmarginl_p25-1049 {
				margin-left:-25%!important;
			}

			.nmarginr_p25-1049 {
				margin-right:-25%!important;
			}
				.border_1-1049 {
		border:solid 1px rgba(0,0,0,0.5);;
	}

	.bordertb_1-1049 {
		border-top:solid 1px rgba(0,0,0,0.5);;
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.bordert_1-1049 {
		border-top:solid 1px rgba(0,0,0,0.5);;
	}

	.borderb_1-1049 {
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.borderl_1-1049 {
		border-left:solid 1px rgba(0,0,0,0.5);;
	}

	.borderr_1-1049 {
		border-right:solid 1px rgba(0,0,0,0.5);;
	}

	.borderlr_1-1049 {
		border-left:solid 1px rgba(0,0,0,0.5);;
		border-right:solid 1px rgba(0,0,0,0.5);;
	}
		.border_none-1049 {
		border:none;
	}

	.bordertb_none-1049 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-1049 {
		border-top:none;
	}

	.borderb_none-1049 {
		border-bottom:none;
	}

	.borderl_none-1049 {
		border-left:none;
	}

	.borderr_none-1049 {
		border-right:none;
	}

	.borderlr_none-1049 {
		border-left:none;
		border-right:none;
	}
		.border_core-1049 {
		border:solid 1px rgba(0,0,0,0.1);
	}

	.bordertb_core-1049 {
		border-top:solid 1px rgba(0,0,0,0.1);
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.bordert_core-1049 {
		border-top:solid 1px rgba(0,0,0,0.1);
	}

	.borderb_core-1049 {
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.borderl_core-1049 {
		border-left:solid 1px rgba(0,0,0,0.1);
	}

	.borderr_core-1049 {
		border-right:solid 1px rgba(0,0,0,0.1);
	}

	.borderlr_core-1049 {
		border-left:solid 1px rgba(0,0,0,0.1);
		border-right:solid 1px rgba(0,0,0,0.1);
	}
				.colour1_bg-1049 {
				background-color:#000000!important;
			}

			.colour1_bg-1049,
			a.colour1_bg-1049 {
				color:#FFFFFF!important;
			}
		
			.colour1_bg-1049 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour1-1049 a,
			a.colour1-1049 {
				color:#000000;
							}
			
			.colour1-1049 {
					color:#000000;
				background:transparent!important;
						}

					
			.colour1_bg-1049 input[type=text],
			.colour1_bg-1049 input[type=password],
			.colour1_bg-1049 input[type=number],
			.colour1_bg-1049 textarea,
			.colour1_bg-1049 select,
			.colour1_bg-1049 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour1_bg-1049 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour1_bg-1049 select {
				color:rgba(255,255,255,0.7);
			}

			.colour1_bg-1049 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour1_bg-1049 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour2_bg-1049 {
				background-color:#4b4a4b!important;
			}

			.colour2_bg-1049,
			a.colour2_bg-1049 {
				color:#FFFFFF!important;
			}
		
			.colour2_bg-1049 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour2-1049 a,
			a.colour2-1049 {
				color:#4b4a4b;
							}
			
			.colour2-1049 {
					color:#4b4a4b;
				background:transparent!important;
						}

					
			.colour2_bg-1049 input[type=text],
			.colour2_bg-1049 input[type=password],
			.colour2_bg-1049 input[type=number],
			.colour2_bg-1049 textarea,
			.colour2_bg-1049 select,
			.colour2_bg-1049 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour2_bg-1049 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour2_bg-1049 select {
				color:rgba(255,255,255,0.7);
			}

			.colour2_bg-1049 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour2_bg-1049 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour3_bg-1049 {
				background-color:#616062!important;
			}

			.colour3_bg-1049,
			a.colour3_bg-1049 {
				color:#FFFFFF!important;
			}
		
			.colour3_bg-1049 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour3-1049 a,
			a.colour3-1049 {
				color:#616062;
							}
			
			.colour3-1049 {
					color:#616062;
				background:transparent!important;
						}

					
			.colour3_bg-1049 input[type=text],
			.colour3_bg-1049 input[type=password],
			.colour3_bg-1049 input[type=number],
			.colour3_bg-1049 textarea,
			.colour3_bg-1049 select,
			.colour3_bg-1049 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour3_bg-1049 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour3_bg-1049 select {
				color:rgba(255,255,255,0.7);
			}

			.colour3_bg-1049 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour3_bg-1049 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour4_bg-1049 {
				background-color:#FFFFFF!important;
			}

			.colour4_bg-1049,
			a.colour4_bg-1049 {
				color:#202020!important;
			}
		
			.colour4_bg-1049 a:not(.more) {
				color:#202020;
			}

			
			.colour4-1049 a,
			a.colour4-1049 {
				color:#FFFFFF;
							}
			
			.colour4-1049 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour4_bg-1049 input[type=text],
			.colour4_bg-1049 input[type=password],
			.colour4_bg-1049 input[type=number],
			.colour4_bg-1049 textarea,
			.colour4_bg-1049 select,
			.colour4_bg-1049 select option {
				border-color:#202020;
				color:#202020;
				background:transparent;
			}
		
			.colour4_bg-1049 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour4_bg-1049 select {
				color:rgba(32,32,32,0.7);
			}

			.colour4_bg-1049 ::-webkit-input-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}

			.colour4_bg-1049 ::-moz-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}
		
						.colour5_bg-1049 {
				background-color:#FFFFFF!important;
			}

			.colour5_bg-1049,
			a.colour5_bg-1049 {
				color:#424040!important;
			}
		
			.colour5_bg-1049 a:not(.more) {
				color:#424040;
			}

			
			.colour5-1049 a,
			a.colour5-1049 {
				color:#FFFFFF;
							}
			
			.colour5-1049 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour5_bg-1049 input[type=text],
			.colour5_bg-1049 input[type=password],
			.colour5_bg-1049 input[type=number],
			.colour5_bg-1049 textarea,
			.colour5_bg-1049 select,
			.colour5_bg-1049 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour5_bg-1049 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour5_bg-1049 select {
				color:rgba(66,64,64,0.7);
			}

			.colour5_bg-1049 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour5_bg-1049 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
						.colour6_bg-1049 {
				background-color:#EEEEEE!important;
			}

			.colour6_bg-1049,
			a.colour6_bg-1049 {
				color:#424040!important;
			}
		
			.colour6_bg-1049 a:not(.more) {
				color:#424040;
			}

			
			.colour6-1049 a,
			a.colour6-1049 {
				color:#EEEEEE;
							}
			
			.colour6-1049 {
					color:#EEEEEE;
				background:transparent!important;
						}

					
			.colour6_bg-1049 input[type=text],
			.colour6_bg-1049 input[type=password],
			.colour6_bg-1049 input[type=number],
			.colour6_bg-1049 textarea,
			.colour6_bg-1049 select,
			.colour6_bg-1049 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour6_bg-1049 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour6_bg-1049 select {
				color:rgba(66,64,64,0.7);
			}

			.colour6_bg-1049 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour6_bg-1049 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
			
}

@media only screen and (max-width : 999px) {
	
.grid.eight-999 {
	float:left!important;
	width:10.575%!important;
margin-right:2.2%!important;;
}

.grid.eight_x2-999 {
	float:left!important;
	width:23.35%!important;
margin-right:2.2%!important;;
}

.grid.eight_x3-999 {
	float:left!important;
	width:36.125%!important;
margin-right:2.2%!important;;
}

.grid.eight_x4-999 {
	float:left!important;
	width:48.9%!important;
margin-right:2.2%!important;;
}

.grid.eight_x5-999 {
	float:left!important;
	width:61.675%!important;
margin-right:2.2%!important;;
}

.grid.eight_x6-999 {
	float:left!important;
	width:74.45%!important;
margin-right:2.2%!important;;
}

.grid.eight_x7-999 {
	float:left!important;
	width:87.225%!important;
margin-right:2.2%!important;;
}

.grid.seven-999 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-999 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-999 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-999 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-999 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-999 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-999 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-999 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-999 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-999 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-999 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-999 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-999 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-999 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-999 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-999 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-999 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-999 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-999 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-999 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-999 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-999 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.eight-999 {
	width:12.5%!important;
}

.floatl.eight_x2-999 {
	width:25%!important;
}

.floatl.eight_x3-999 {
	width:37.5%!important;
}

.floatl.eight_x4-999 {
	width:50%!important;
}

.floatl.eight_x5-999 {
	width:62.5%!important;
}

.floatl.eight_x6-999 {
	width:75%!important;
}

.floatl.eight_x7-999 {
	width:87.5%!important;
}

.floatl.seven-999 {
	width:14.28571429%!important;
}

.floatl.seven_x2-999 {
	width:28.57142857%!important;
}

.floatl.seven_x3-999 {
	width:42.85714286%!important;
}

.floatl.seven_x4-999 {
	width:57.14285714%!important;
}

.floatl.seven_x5-999 {
	width:71.42857143%!important;
}

.floatl.seven_x6-999 {
	width:85.71428571%!important;
}

.floatl.six-999 {
	width:16.66666667%!important;
}

.floatl.six_x2-999 {
	width:33.33333333%!important;
}

.floatl.six_x3-999 {
	width:50%!important;
}

.floatl.six_x4-999 {
	width:66.6666667%!important;
}

.floatl.six_x5-999 {
	width:83%!important;
}

.floatl.five-999 {
	width:20%!important;
}

.floatl.five_x2-999 {
	width:40%!important;
}

.floatl.five_x3-999 {
	width:60%!important;
}

.floatl.five_x4-999 {
	width:80%!important;
}

.floatl.four-999 {
	width:25%!important;
}

.floatl.four_x2-999 {
	width:50%!important;
}

.floatl.four_x3-999 {
	width:75%!important;
}

.floatl.three-999 {
	width:33.33333333%!important;
}

.floatl.three_x2-999 {
	width:66.66666667%!important;
}

.floatl.two-999 {
	width:50%!important;
}

.floatl.one-999 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

.o1-999 {
		order:1;
	}

.fl1-999 {
	flex:1;
}

.gridc > .r1-999 {
	grid-row-start:1;
}
.gridc-999 > .r1-999 {
	grid-row-start:1;
	overflow:hidden;
}
.gridc > .re1-999 {
	grid-row-end:1;
}
.gridc-999 > .re1-999 {
	grid-row-end:1;
}
.gridc > .c1-999 {
	grid-column-start:1;
}
.gridc-999 > .c1-999 {
	grid-column-start:1;
}
.gridc > .ce1-999 {
	grid-column-end:1;
}
.gridc-999 > .ce1-999 {
	grid-column-end:1;
}

.o2-999 {
		order:2;
	}

.fl2-999 {
	flex:2;
}

.gridc > .r2-999 {
	grid-row-start:2;
}
.gridc-999 > .r2-999 {
	grid-row-start:2;
	overflow:hidden;
}
.gridc > .re2-999 {
	grid-row-end:2;
}
.gridc-999 > .re2-999 {
	grid-row-end:2;
}
.gridc > .c2-999 {
	grid-column-start:2;
}
.gridc-999 > .c2-999 {
	grid-column-start:2;
}
.gridc > .ce2-999 {
	grid-column-end:2;
}
.gridc-999 > .ce2-999 {
	grid-column-end:2;
}

.o3-999 {
		order:3;
	}

.fl3-999 {
	flex:3;
}

.gridc > .r3-999 {
	grid-row-start:3;
}
.gridc-999 > .r3-999 {
	grid-row-start:3;
	overflow:hidden;
}
.gridc > .re3-999 {
	grid-row-end:3;
}
.gridc-999 > .re3-999 {
	grid-row-end:3;
}
.gridc > .c3-999 {
	grid-column-start:3;
}
.gridc-999 > .c3-999 {
	grid-column-start:3;
}
.gridc > .ce3-999 {
	grid-column-end:3;
}
.gridc-999 > .ce3-999 {
	grid-column-end:3;
}

.o4-999 {
		order:4;
	}

.fl4-999 {
	flex:4;
}

.gridc > .r4-999 {
	grid-row-start:4;
}
.gridc-999 > .r4-999 {
	grid-row-start:4;
	overflow:hidden;
}
.gridc > .re4-999 {
	grid-row-end:4;
}
.gridc-999 > .re4-999 {
	grid-row-end:4;
}
.gridc > .c4-999 {
	grid-column-start:4;
}
.gridc-999 > .c4-999 {
	grid-column-start:4;
}
.gridc > .ce4-999 {
	grid-column-end:4;
}
.gridc-999 > .ce4-999 {
	grid-column-end:4;
}

.o5-999 {
		order:5;
	}

.fl5-999 {
	flex:5;
}

.gridc > .r5-999 {
	grid-row-start:5;
}
.gridc-999 > .r5-999 {
	grid-row-start:5;
	overflow:hidden;
}
.gridc > .re5-999 {
	grid-row-end:5;
}
.gridc-999 > .re5-999 {
	grid-row-end:5;
}
.gridc > .c5-999 {
	grid-column-start:5;
}
.gridc-999 > .c5-999 {
	grid-column-start:5;
}
.gridc > .ce5-999 {
	grid-column-end:5;
}
.gridc-999 > .ce5-999 {
	grid-column-end:5;
}

.o6-999 {
		order:6;
	}

.fl6-999 {
	flex:6;
}

.gridc > .r6-999 {
	grid-row-start:6;
}
.gridc-999 > .r6-999 {
	grid-row-start:6;
	overflow:hidden;
}
.gridc > .re6-999 {
	grid-row-end:6;
}
.gridc-999 > .re6-999 {
	grid-row-end:6;
}
.gridc > .c6-999 {
	grid-column-start:6;
}
.gridc-999 > .c6-999 {
	grid-column-start:6;
}
.gridc > .ce6-999 {
	grid-column-end:6;
}
.gridc-999 > .ce6-999 {
	grid-column-end:6;
}

.o7-999 {
		order:7;
	}

.fl7-999 {
	flex:7;
}

.gridc > .r7-999 {
	grid-row-start:7;
}
.gridc-999 > .r7-999 {
	grid-row-start:7;
	overflow:hidden;
}
.gridc > .re7-999 {
	grid-row-end:7;
}
.gridc-999 > .re7-999 {
	grid-row-end:7;
}
.gridc > .c7-999 {
	grid-column-start:7;
}
.gridc-999 > .c7-999 {
	grid-column-start:7;
}
.gridc > .ce7-999 {
	grid-column-end:7;
}
.gridc-999 > .ce7-999 {
	grid-column-end:7;
}

.o8-999 {
		order:8;
	}

.fl8-999 {
	flex:8;
}

.gridc > .r8-999 {
	grid-row-start:8;
}
.gridc-999 > .r8-999 {
	grid-row-start:8;
	overflow:hidden;
}
.gridc > .re8-999 {
	grid-row-end:8;
}
.gridc-999 > .re8-999 {
	grid-row-end:8;
}
.gridc > .c8-999 {
	grid-column-start:8;
}
.gridc-999 > .c8-999 {
	grid-column-start:8;
}
.gridc > .ce8-999 {
	grid-column-end:8;
}
.gridc-999 > .ce8-999 {
	grid-column-end:8;
}

.o9-999 {
		order:9;
	}

.fl9-999 {
	flex:9;
}

.gridc > .r9-999 {
	grid-row-start:9;
}
.gridc-999 > .r9-999 {
	grid-row-start:9;
	overflow:hidden;
}
.gridc > .re9-999 {
	grid-row-end:9;
}
.gridc-999 > .re9-999 {
	grid-row-end:9;
}
.gridc > .c9-999 {
	grid-column-start:9;
}
.gridc-999 > .c9-999 {
	grid-column-start:9;
}
.gridc > .ce9-999 {
	grid-column-end:9;
}
.gridc-999 > .ce9-999 {
	grid-column-end:9;
}

.z1-999 {
	z-index:1;
}

.z9999999-999 {
	z-index:9999999;
}

.z2-999 {
	z-index:2;
}

.z9999998-999 {
	z-index:9999998;
}

.z3-999 {
	z-index:3;
}

.z9999997-999 {
	z-index:9999997;
}

.z4-999 {
	z-index:4;
}

.z9999996-999 {
	z-index:9999996;
}

.z5-999 {
	z-index:5;
}

.z9999995-999 {
	z-index:9999995;
}

.z6-999 {
	z-index:6;
}

.z9999994-999 {
	z-index:9999994;
}

.z7-999 {
	z-index:7;
}

.z9999993-999 {
	z-index:9999993;
}

.z8-999 {
	z-index:8;
}

.z9999992-999 {
	z-index:9999992;
}

.z9-999 {
	z-index:9;
}

.z9999991-999 {
	z-index:9999991;
}

.w100-999 {
	font-weight:100;
}
.w200-999 {
	font-weight:200;
}
.w300-999 {
	font-weight:300;
}
.w400-999 {
	font-weight:400;
}
.w500-999 {
	font-weight:500;
}
.w600-999 {
	font-weight:600;
}
.w700-999 {
	font-weight:700;
}
.w800-999 {
	font-weight:800;
}
.w900-999 {
	font-weight:900;
}
.f1-999 {
	font-size:1.1em;
	line-height:1.1em;
}

p.f1-999,
p > *.f1-999 {
	line-height:1.4em;
}
.f1_5-999 {
	font-size:1.15em;
	line-height:1.15em;
}

p.f1_5-999,
p > *.f1_5-999 {
	line-height:1.18em;
}
.f2-999 {
	font-size:1.2em;
	line-height:1.2em;
}

p.f2-999,
p > *.f2-999 {
	line-height:1.5em;
}
.f2_5-999 {
	font-size:1.25em;
	line-height:1.25em;
}

p.f2_5-999,
p > *.f2_5-999 {
	line-height:1.28em;
}
.f3-999 {
	font-size:1.3em;
	line-height:1.3em;
}

p.f3-999,
p > *.f3-999 {
	line-height:1.6em;
}
.f3_5-999 {
	font-size:1.35em;
	line-height:1.35em;
}

p.f3_5-999,
p > *.f3_5-999 {
	line-height:1.38em;
}
.f4-999 {
	font-size:1.4em;
	line-height:1.4em;
}

p.f4-999,
p > *.f4-999 {
	line-height:1.7em;
}
.f4_5-999 {
	font-size:1.45em;
	line-height:1.45em;
}

p.f4_5-999,
p > *.f4_5-999 {
	line-height:1.48em;
}
.f5-999 {
	font-size:1.5em;
	line-height:1.5em;
}

p.f5-999,
p > *.f5-999 {
	line-height:1.8em;
}
.f5_5-999 {
	font-size:1.55em;
	line-height:1.55em;
}

p.f5_5-999,
p > *.f5_5-999 {
	line-height:1.58em;
}
.f6-999 {
	font-size:1.6em;
	line-height:1.6em;
}

p.f6-999,
p > *.f6-999 {
	line-height:1.9em;
}
.f6_5-999 {
	font-size:1.65em;
	line-height:1.65em;
}

p.f6_5-999,
p > *.f6_5-999 {
	line-height:1.68em;
}
.f7-999 {
	font-size:1.7em;
	line-height:1.7em;
}

p.f7-999,
p > *.f7-999 {
	line-height:1.10em;
}
.f7_5-999 {
	font-size:1.75em;
	line-height:1.75em;
}

p.f7_5-999,
p > *.f7_5-999 {
	line-height:1.78em;
}
.f8-999 {
	font-size:1.8em;
	line-height:1.8em;
}

p.f8-999,
p > *.f8-999 {
	line-height:1.11em;
}
.f8_5-999 {
	font-size:1.85em;
	line-height:1.85em;
}

p.f8_5-999,
p > *.f8_5-999 {
	line-height:1.88em;
}
.f9-999 {
	font-size:1.9em;
	line-height:1.9em;
}

p.f9-999,
p > *.f9-999 {
	line-height:1.12em;
}
.f9_5-999 {
	font-size:1.95em;
	line-height:1.95em;
}

p.f9_5-999,
p > *.f9_5-999 {
	line-height:1.98em;
}
.f10-999 {
	font-size:2em;
	line-height:2em;
}

p.f10-999,
p > *.f10-999 {
	line-height:2em;
}
.f10_5-999 {
	font-size:2em;
	line-height:2em;
}

p.f10_5-999,
p > *.f10_5-999 {
	line-height:2em;
}
.nf1-999 {
	font-size:0.9em;
}

*:not(p):not(ul):not(ol).nf1-999 {
	line-height:0.9em;
}

p.nf1-999,
ul.nf1-999,
ol.nf1-999 {
	line-height:1.9em;
}
.nf1_5-999 {
	font-size:0.85em;
}

*:not(p):not(ul):not(ol).nf1_5-999 {
	line-height:0.85em;
}

p.nf1_5-999,
ul.nf1_5-999,
ol.nf1_5-999 {
	line-height:1.85em;
}
.nf2-999 {
	font-size:0.8em;
}

*:not(p):not(ul):not(ol).nf2-999 {
	line-height:0.8em;
}

p.nf2-999,
ul.nf2-999,
ol.nf2-999 {
	line-height:1.8em;
}
.nf2_5-999 {
	font-size:0.75em;
}

*:not(p):not(ul):not(ol).nf2_5-999 {
	line-height:0.75em;
}

p.nf2_5-999,
ul.nf2_5-999,
ol.nf2_5-999 {
	line-height:1.75em;
}
.nf3-999 {
	font-size:0.7em;
}

*:not(p):not(ul):not(ol).nf3-999 {
	line-height:0.7em;
}

p.nf3-999,
ul.nf3-999,
ol.nf3-999 {
	line-height:1.7em;
}
.nf3_5-999 {
	font-size:0.65em;
}

*:not(p):not(ul):not(ol).nf3_5-999 {
	line-height:0.65em;
}

p.nf3_5-999,
ul.nf3_5-999,
ol.nf3_5-999 {
	line-height:1.65em;
}
.nf4-999 {
	font-size:0.6em;
}

*:not(p):not(ul):not(ol).nf4-999 {
	line-height:0.6em;
}

p.nf4-999,
ul.nf4-999,
ol.nf4-999 {
	line-height:1.6em;
}
.nf4_5-999 {
	font-size:0.55em;
}

*:not(p):not(ul):not(ol).nf4_5-999 {
	line-height:0.55em;
}

p.nf4_5-999,
ul.nf4_5-999,
ol.nf4_5-999 {
	line-height:1.55em;
}
.nf5-999 {
	font-size:0.5em;
}

*:not(p):not(ul):not(ol).nf5-999 {
	line-height:0.5em;
}

p.nf5-999,
ul.nf5-999,
ol.nf5-999 {
	line-height:1.5em;
}
.nf5_5-999 {
	font-size:0.45em;
}

*:not(p):not(ul):not(ol).nf5_5-999 {
	line-height:0.45em;
}

p.nf5_5-999,
ul.nf5_5-999,
ol.nf5_5-999 {
	line-height:1.45em;
}
.nf6-999 {
	font-size:0.4em;
}

*:not(p):not(ul):not(ol).nf6-999 {
	line-height:0.4em;
}

p.nf6-999,
ul.nf6-999,
ol.nf6-999 {
	line-height:1.4em;
}
.nf6_5-999 {
	font-size:0.35em;
}

*:not(p):not(ul):not(ol).nf6_5-999 {
	line-height:0.35em;
}

p.nf6_5-999,
ul.nf6_5-999,
ol.nf6_5-999 {
	line-height:1.35em;
}
.nf7-999 {
	font-size:0.3em;
}

*:not(p):not(ul):not(ol).nf7-999 {
	line-height:0.3em;
}

p.nf7-999,
ul.nf7-999,
ol.nf7-999 {
	line-height:1.3em;
}
.nf7_5-999 {
	font-size:0.25em;
}

*:not(p):not(ul):not(ol).nf7_5-999 {
	line-height:0.25em;
}

p.nf7_5-999,
ul.nf7_5-999,
ol.nf7_5-999 {
	line-height:1.25em;
}
.nf8-999 {
	font-size:0.2em;
}

*:not(p):not(ul):not(ol).nf8-999 {
	line-height:0.2em;
}

p.nf8-999,
ul.nf8-999,
ol.nf8-999 {
	line-height:1.2em;
}
.nf8_5-999 {
	font-size:0.15em;
}

*:not(p):not(ul):not(ol).nf8_5-999 {
	line-height:0.15em;
}

p.nf8_5-999,
ul.nf8_5-999,
ol.nf8_5-999 {
	line-height:1.15em;
}
.nf9-999 {
	font-size:0.1em;
}

*:not(p):not(ul):not(ol).nf9-999 {
	line-height:0.1em;
}

p.nf9-999,
ul.nf9-999,
ol.nf9-999 {
	line-height:1.1em;
}
.nf9_5-999 {
	font-size:0.05em;
}

*:not(p):not(ul):not(ol).nf9_5-999 {
	line-height:0.05em;
}

p.nf9_5-999,
ul.nf9_5-999,
ol.nf9_5-999 {
	line-height:1.05em;
}
  .invisible-999 {
			visibility:hidden!important;
		}

  .last-999 {
			margin-right:0px!important;
		}

  .floatl-999 {
			float:left!important;
		}

  .floatr-999 {
			float:right!important;
		}

  .left-999 {
			float:left!important;
		}

  .right-999 {
			float:right!important;
		}

  .floatn-999,
 .grid.floatn-999 {
			float:none!important;
		}

  .grid-999 {
			float:left!important;
overflow:hidden;;
		}

  .grid.last-999 {
			float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
		}

  .none-999 {
			display:none!important;
		}

  .block-999 {
			display:block!important;
		}

  .iblock-999 {
			display:inline-block!important;
		}

  .inline-999 {
			display:inline!important;
		}

  .table-999 {
			display:table!important;
		}

  .row-999 {
			display:table-row!important;
		}

  .cell-999 {
			display:table-cell!important;
vertical-align:middle;
		}

  .collapse-999 {
			border-collapse:collapse;
		}

  .clearl-999 {
			clear:left!important;
		}

  .clearr-999 {
			clear:right!important;
		}

  .clearn-999 {
			clear:none!important;
		}

  .clearnone-999 {
			clear:none!important;
		}

  .clearb-999 {
			clear:both!important;
		}

  .clear-999 {
			float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
		}

  .up-999 {
			text-transform:uppercase;
		}

  .transnone-999 {
			text-transform:none;
		}

  .strike-999 {
			text-decoration:line-through;
		}

  .alignl-999 {
			text-align:left!important;
		}

  .alignr-999 {
			text-align:right!important;
		}

  .alignc-999 {
			text-align:center!important;
		}

  .alignj-999 {
			text-align:justify!important;
		}

  .valign-999 {
			vertical-align:middle!important;
		}

  .widthauto-999 {
			width:auto!important;
		}

  .heightauto-999 {
			height:auto!important;
min-height:0px!important;
		}

.square.heightauto-999::after {
	display:none!important;
}

.square.heightauto-999 > * {
	position:static!important;
}

  .width0-999 {
			width:0px;
		}

  .width50-999 {
			width:50%;
		}

  .height0-999 {
			height:0px;
		}

  .height50-999 {
			height:50%;
		}

  .mw100-999 {
			max-width:100%;
		}

  .mw90-999 {
			max-width:90%;
		}

  .mw80-999 {
			max-width:80%;
		}

  .mw70-999 {
			max-width:70%;
		}

  .mw60-999 {
			max-width:60%;
		}

  .mw50-999 {
			max-width:50%;
		}

  .mw40-999 {
			max-width:40%;
		}

  .mw30-999 {
			max-width:30%;
		}

  .mw20-999 {
			max-width:20%;
		}

  .mw10-999 {
			max-width:10%;
		}

  .mwnone-999 {
			max-width:none;
		}

  .fw-999,
 .grid.fw-999,
 .floatl.fw-999 {
			width:100%!important;
      margin-left:0px!important;
			margin-right:0px!important;
		}

  .fh-999 {
			height:100%!important;
		}

  .pointer-999 {
			cursor:pointer!important;
		}

  .noallow-999 {
			cursor:not-allowed!important;
		}

  .noselect-999 {
			user-select:none!important;
		}

  .static-999 {
			position:static!important;
		}

  .relative-999 {
			position:relative!important;
		}

  .absolute-999 {
			position:absolute!important;
		}

  .fixed-999 {
			position:fixed!important;
		}

  .spacing-999 {
			margin-bottom:7px!important;
		}

  .spacing.floatl-999 {
			margin-right:15px!important;
		}

  .spacing.floatr-999 {
			margin-left:15px!important;
		}

  .flowhide-999 {
			overflow:hidden;
		}

  .flowshow-999 {
			overflow:visible;
		}

  .flowauto-999 {
			overflow:auto;
		}

  .nowrap-999 {
			white-space:nowrap;
		}

  .lhreset-999 {
			line-height:normal;
		}

  .circle-999 {
			border-radius:50%!important;
		}

  .radnone-999 {
			border-radius:0px!important;
		}

  .vh10-999 {
			height:10vh!important;
		}

  .vh25-999 {
			height:25vh!important;
		}

  .vh50-999 {
			height:50vh!important;
		}

  .vh100-999 {
			height:100vh!important;
		}

  .vw10-999 {
			width:10vw!important;
		}

  .vw25-999 {
			width:25vw!important;
		}

  .vw50-999 {
			width:50vw!important;
		}

  .vw100-999 {
			width:100vw!important;
		}

  .flexw-999 {
			flex-wrap:wrap!important;
		}

  .flexwn-999 {
			flex-wrap:nowrap!important;
		}

  .flexwr-999 {
			flex-wrap:wrap-reverse!important;
		}

  .flexdr-999 {
			flex-direction:row!important;
		}

  .flexdrr-999 {
			flex-direction:row-reverse!important;
		}

  .flexdc-999 {
			flex-direction:column!important;
		}

  .flexdcr-999 {
			flex-direction:column-reverse!important;
		}

  .flex-999 {
			display:flex!important;
align-items:center;
flex-wrap:wrap;;
		}

  .iflex-999 {
			display:inline-flex!important;
align-items:center;;
		}

  .spaced-999 {
			justify-content:space-between;
		}

  .flexdr.spaced-999 {
			align-content:space-between;
		}

  .spacee-999 {
			justify-content:space-evenly;
		}

  .falignst-999 {
			align-items:stretch;;
		}

  .falignc-999 {
			align-items:center;;
		}

  .faligns-999 {
			align-items:flex-start;;
		}

  .faligne-999 {
			align-items:flex-end;;
		}

  .fjustl-999 {
			justify-content:flex-start;;
		}

  .fjustr-999 {
			justify-content:flex-end;;
		}

  .fjustc-999 {
			justify-content:center;;
		}

  .flexn-999 {
			flex:none!important;width:100%;;
		}

  .gridc-999 {
			display:grid!important;;
		}

  .o100-999 {
			opacity:1;
		}

  .o90-999 {
			opacity:0.9;
		}

  .o80-999 {
			opacity:0.8;
		}

  .o70-999 {
			opacity:0.7;
		}

  .o60-999 {
			opacity:0.6;
		}

  .o50-999 {
			opacity:0.5;
		}

  .o40-999 {
			opacity:0.4;
		}

  .o30-999 {
			opacity:0.3;
		}

  .o20-999 {
			opacity:0.2;
		}

  .o10-999 {
			opacity:0.1;
		}

  .o0-999 {
			opacity:0;
		}

  .left0-999 {
			left:0px!important;;
		}

  .right0-999 {
			right:0px!important;;
		}

  .top0-999 {
			top:0px!important;;
		}

  .bottom0-999 {
			bottom:0px!important;;
		}

  .left50-999 {
			left:50%!important;;
		}

  .right50-999 {
			right:50%!important;;
		}

  .top50-999 {
			top:50%!important;;
		}

  .bottom50-999 {
			bottom:50%!important;;
		}

  .left100-999 {
			left:100%!important;;
		}

  .right100-999 {
			right:100%!important;;
		}

  .top100-999 {
			top:100%!important;;
		}

  .bottom100-999 {
			bottom:100%!important;;
		}

  .leftauto-999 {
			left:auto!important;;
		}

  .rightauto-999 {
			right:auto!important;;
		}

  .topauto-999 {
			top:auto!important;;
		}

  .bottomauto-999 {
			bottom:auto!important;;
		}

  .all0-999 {
			top:0px!important;
bottom:0px!important;
left:0px!important;
right:0px!important;;
		}

  .lineup.fw-999, .lineupgroup.fw-999 {
			height:auto!important;
	}

	

			.padded_tiny-999 {
				padding:5px!important;

			}

			.paddedtb_tiny-999 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-999 {
				padding-top:5px!important;
			}

			.paddedb_tiny-999 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-999 {
				padding-left:5px!important;
			}

			.paddedr_tiny-999 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-999 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-999 {
				margin:5px!important;
			}

			.margintb_tiny-999 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-999 {
				margin-top:5px!important;
			}

			.marginb_tiny-999 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-999 {
				margin-left:5px!important;
			}

			.marginr_tiny-999 {
				margin-right:5px!important;
			}

			.marginlr_tiny-999 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			
			.nmarginlr_tiny {
				margin-left:-5px!important;
				margin-right:-5px!important;
			}
				
			.nmargin_tiny-999 {
				margin:-5px!important;
			}

			.nmargintb_tiny-999 {
				margin-top:-5px!important;
				margin-bottom:-5px!important;
			}

			.nmargint_tiny-999 {
				margin-top:-5px!important;
			}

			.nmarginb_tiny-999 {
				margin-bottom:-5px!important;
			}

			.nmarginl_tiny-999 {
				margin-left:-5px!important;
			}

			.nmarginr_tiny-999 {
				margin-right:-5px!important;
			}
			
			.padded_small-999 {
				padding:10px!important;

			}

			.paddedtb_small-999 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-999 {
				padding-top:10px!important;
			}

			.paddedb_small-999 {
				padding-bottom:10px!important;
			}

			.paddedl_small-999 {
				padding-left:10px!important;
			}

			.paddedr_small-999 {
				padding-right:10px!important;
			}

			.paddedlr_small-999 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-999 {
				margin:10px!important;
			}

			.margintb_small-999 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-999 {
				margin-top:10px!important;
			}

			.marginb_small-999 {
				margin-bottom:10px!important;
			}

			.marginl_small-999 {
				margin-left:10px!important;
			}

			.marginr_small-999 {
				margin-right:10px!important;
			}

			.marginlr_small-999 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_small {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_small-999 {
				margin:-10px!important;
			}

			.nmargintb_small-999 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_small-999 {
				margin-top:-10px!important;
			}

			.nmarginb_small-999 {
				margin-bottom:-10px!important;
			}

			.nmarginl_small-999 {
				margin-left:-10px!important;
			}

			.nmarginr_small-999 {
				margin-right:-10px!important;
			}
			
			.padded_medium-999 {
				padding:20px!important;

			}

			.paddedtb_medium-999 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-999 {
				padding-top:20px!important;
			}

			.paddedb_medium-999 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-999 {
				padding-left:20px!important;
			}

			.paddedr_medium-999 {
				padding-right:20px!important;
			}

			.paddedlr_medium-999 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-999 {
				margin:20px!important;
			}

			.margintb_medium-999 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-999 {
				margin-top:20px!important;
			}

			.marginb_medium-999 {
				margin-bottom:20px!important;
			}

			.marginl_medium-999 {
				margin-left:20px!important;
			}

			.marginr_medium-999 {
				margin-right:20px!important;
			}

			.marginlr_medium-999 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			
			.nmarginlr_medium {
				margin-left:-20px!important;
				margin-right:-20px!important;
			}
				
			.nmargin_medium-999 {
				margin:-20px!important;
			}

			.nmargintb_medium-999 {
				margin-top:-20px!important;
				margin-bottom:-20px!important;
			}

			.nmargint_medium-999 {
				margin-top:-20px!important;
			}

			.nmarginb_medium-999 {
				margin-bottom:-20px!important;
			}

			.nmarginl_medium-999 {
				margin-left:-20px!important;
			}

			.nmarginr_medium-999 {
				margin-right:-20px!important;
			}
			
			.padded_large-999 {
				padding:40px!important;

			}

			.paddedtb_large-999 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-999 {
				padding-top:40px!important;
			}

			.paddedb_large-999 {
				padding-bottom:40px!important;
			}

			.paddedl_large-999 {
				padding-left:40px!important;
			}

			.paddedr_large-999 {
				padding-right:40px!important;
			}

			.paddedlr_large-999 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-999 {
				margin:40px!important;
			}

			.margintb_large-999 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-999 {
				margin-top:40px!important;
			}

			.marginb_large-999 {
				margin-bottom:40px!important;
			}

			.marginl_large-999 {
				margin-left:40px!important;
			}

			.marginr_large-999 {
				margin-right:40px!important;
			}

			.marginlr_large-999 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			
			.nmarginlr_large {
				margin-left:-40px!important;
				margin-right:-40px!important;
			}
				
			.nmargin_large-999 {
				margin:-40px!important;
			}

			.nmargintb_large-999 {
				margin-top:-40px!important;
				margin-bottom:-40px!important;
			}

			.nmargint_large-999 {
				margin-top:-40px!important;
			}

			.nmarginb_large-999 {
				margin-bottom:-40px!important;
			}

			.nmarginl_large-999 {
				margin-left:-40px!important;
			}

			.nmarginr_large-999 {
				margin-right:-40px!important;
			}
			
			.padded_core-999 {
				padding:10px!important;

			}

			.paddedtb_core-999 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-999 {
				padding-top:10px!important;
			}

			.paddedb_core-999 {
				padding-bottom:10px!important;
			}

			.paddedl_core-999 {
				padding-left:10px!important;
			}

			.paddedr_core-999 {
				padding-right:10px!important;
			}

			.paddedlr_core-999 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-999 {
				margin:10px!important;
			}

			.margintb_core-999 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-999 {
				margin-top:10px!important;
			}

			.marginb_core-999 {
				margin-bottom:10px!important;
			}

			.marginl_core-999 {
				margin-left:10px!important;
			}

			.marginr_core-999 {
				margin-right:10px!important;
			}

			.marginlr_core-999 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_core {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_core-999 {
				margin:-10px!important;
			}

			.nmargintb_core-999 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_core-999 {
				margin-top:-10px!important;
			}

			.nmarginb_core-999 {
				margin-bottom:-10px!important;
			}

			.nmarginl_core-999 {
				margin-left:-10px!important;
			}

			.nmarginr_core-999 {
				margin-right:-10px!important;
			}
						
			.margin_auto-999 {
				margin:auto!important;
			}

			.margintb_auto-999 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-999 {
				margin-top:auto!important;
			}

			.marginb_auto-999 {
				margin-bottom:auto!important;
			}

			.marginl_auto-999 {
				margin-left:auto!important;
			}

			.marginr_auto-999 {
				margin-right:auto!important;
			}

			.marginlr_auto-999 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			
			.nmarginlr_auto {
				margin-left:-auto!important;
				margin-right:-auto!important;
			}
				
			.nmargin_auto-999 {
				margin:-auto!important;
			}

			.nmargintb_auto-999 {
				margin-top:-auto!important;
				margin-bottom:-auto!important;
			}

			.nmargint_auto-999 {
				margin-top:-auto!important;
			}

			.nmarginb_auto-999 {
				margin-bottom:-auto!important;
			}

			.nmarginl_auto-999 {
				margin-left:-auto!important;
			}

			.nmarginr_auto-999 {
				margin-right:-auto!important;
			}
			
			.padded_none-999 {
				padding:0px!important;

			}

			.paddedtb_none-999 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-999 {
				padding-top:0px!important;
			}

			.paddedb_none-999 {
				padding-bottom:0px!important;
			}

			.paddedl_none-999 {
				padding-left:0px!important;
			}

			.paddedr_none-999 {
				padding-right:0px!important;
			}

			.paddedlr_none-999 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-999 {
				margin:0px!important;
			}

			.margintb_none-999 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-999 {
				margin-top:0px!important;
			}

			.marginb_none-999 {
				margin-bottom:0px!important;
			}

			.marginl_none-999 {
				margin-left:0px!important;
			}

			.marginr_none-999 {
				margin-right:0px!important;
			}

			.marginlr_none-999 {
				margin-left:0px!important;
				margin-right:0px!important;
			}
			
			.nmarginlr_none {
				margin-left:-0px!important;
				margin-right:-0px!important;
			}
				
			.nmargin_none-999 {
				margin:-0px!important;
			}

			.nmargintb_none-999 {
				margin-top:-0px!important;
				margin-bottom:-0px!important;
			}

			.nmargint_none-999 {
				margin-top:-0px!important;
			}

			.nmarginb_none-999 {
				margin-bottom:-0px!important;
			}

			.nmarginl_none-999 {
				margin-left:-0px!important;
			}

			.nmarginr_none-999 {
				margin-right:-0px!important;
			}
			
			.padded_p100-999 {
				padding:100%!important;

			}

			.paddedtb_p100-999 {
				padding-top:100%!important;
				padding-bottom:100%!important;
			}

			.paddedt_p100-999 {
				padding-top:100%!important;
			}

			.paddedb_p100-999 {
				padding-bottom:100%!important;
			}

			.paddedl_p100-999 {
				padding-left:100%!important;
			}

			.paddedr_p100-999 {
				padding-right:100%!important;
			}

			.paddedlr_p100-999 {
				padding-left:100%!important;
				padding-right:100%!important;
			}
		
						
			.margin_p100-999 {
				margin:100%!important;
			}

			.margintb_p100-999 {
				margin-top:100%!important;
				margin-bottom:100%!important;
			}

			.margint_p100-999 {
				margin-top:100%!important;
			}

			.marginb_p100-999 {
				margin-bottom:100%!important;
			}

			.marginl_p100-999 {
				margin-left:100%!important;
			}

			.marginr_p100-999 {
				margin-right:100%!important;
			}

			.marginlr_p100-999 {
				margin-left:100%!important;
				margin-right:100%!important;
			}
			
			.nmarginlr_p100 {
				margin-left:-100%!important;
				margin-right:-100%!important;
			}
				
			.nmargin_p100-999 {
				margin:-100%!important;
			}

			.nmargintb_p100-999 {
				margin-top:-100%!important;
				margin-bottom:-100%!important;
			}

			.nmargint_p100-999 {
				margin-top:-100%!important;
			}

			.nmarginb_p100-999 {
				margin-bottom:-100%!important;
			}

			.nmarginl_p100-999 {
				margin-left:-100%!important;
			}

			.nmarginr_p100-999 {
				margin-right:-100%!important;
			}
			
			.padded_p75-999 {
				padding:75%!important;

			}

			.paddedtb_p75-999 {
				padding-top:75%!important;
				padding-bottom:75%!important;
			}

			.paddedt_p75-999 {
				padding-top:75%!important;
			}

			.paddedb_p75-999 {
				padding-bottom:75%!important;
			}

			.paddedl_p75-999 {
				padding-left:75%!important;
			}

			.paddedr_p75-999 {
				padding-right:75%!important;
			}

			.paddedlr_p75-999 {
				padding-left:75%!important;
				padding-right:75%!important;
			}
		
						
			.margin_p75-999 {
				margin:75%!important;
			}

			.margintb_p75-999 {
				margin-top:75%!important;
				margin-bottom:75%!important;
			}

			.margint_p75-999 {
				margin-top:75%!important;
			}

			.marginb_p75-999 {
				margin-bottom:75%!important;
			}

			.marginl_p75-999 {
				margin-left:75%!important;
			}

			.marginr_p75-999 {
				margin-right:75%!important;
			}

			.marginlr_p75-999 {
				margin-left:75%!important;
				margin-right:75%!important;
			}
			
			.nmarginlr_p75 {
				margin-left:-75%!important;
				margin-right:-75%!important;
			}
				
			.nmargin_p75-999 {
				margin:-75%!important;
			}

			.nmargintb_p75-999 {
				margin-top:-75%!important;
				margin-bottom:-75%!important;
			}

			.nmargint_p75-999 {
				margin-top:-75%!important;
			}

			.nmarginb_p75-999 {
				margin-bottom:-75%!important;
			}

			.nmarginl_p75-999 {
				margin-left:-75%!important;
			}

			.nmarginr_p75-999 {
				margin-right:-75%!important;
			}
			
			.padded_p50-999 {
				padding:50%!important;

			}

			.paddedtb_p50-999 {
				padding-top:50%!important;
				padding-bottom:50%!important;
			}

			.paddedt_p50-999 {
				padding-top:50%!important;
			}

			.paddedb_p50-999 {
				padding-bottom:50%!important;
			}

			.paddedl_p50-999 {
				padding-left:50%!important;
			}

			.paddedr_p50-999 {
				padding-right:50%!important;
			}

			.paddedlr_p50-999 {
				padding-left:50%!important;
				padding-right:50%!important;
			}
		
						
			.margin_p50-999 {
				margin:50%!important;
			}

			.margintb_p50-999 {
				margin-top:50%!important;
				margin-bottom:50%!important;
			}

			.margint_p50-999 {
				margin-top:50%!important;
			}

			.marginb_p50-999 {
				margin-bottom:50%!important;
			}

			.marginl_p50-999 {
				margin-left:50%!important;
			}

			.marginr_p50-999 {
				margin-right:50%!important;
			}

			.marginlr_p50-999 {
				margin-left:50%!important;
				margin-right:50%!important;
			}
			
			.nmarginlr_p50 {
				margin-left:-50%!important;
				margin-right:-50%!important;
			}
				
			.nmargin_p50-999 {
				margin:-50%!important;
			}

			.nmargintb_p50-999 {
				margin-top:-50%!important;
				margin-bottom:-50%!important;
			}

			.nmargint_p50-999 {
				margin-top:-50%!important;
			}

			.nmarginb_p50-999 {
				margin-bottom:-50%!important;
			}

			.nmarginl_p50-999 {
				margin-left:-50%!important;
			}

			.nmarginr_p50-999 {
				margin-right:-50%!important;
			}
			
			.padded_p25-999 {
				padding:25%!important;

			}

			.paddedtb_p25-999 {
				padding-top:25%!important;
				padding-bottom:25%!important;
			}

			.paddedt_p25-999 {
				padding-top:25%!important;
			}

			.paddedb_p25-999 {
				padding-bottom:25%!important;
			}

			.paddedl_p25-999 {
				padding-left:25%!important;
			}

			.paddedr_p25-999 {
				padding-right:25%!important;
			}

			.paddedlr_p25-999 {
				padding-left:25%!important;
				padding-right:25%!important;
			}
		
						
			.margin_p25-999 {
				margin:25%!important;
			}

			.margintb_p25-999 {
				margin-top:25%!important;
				margin-bottom:25%!important;
			}

			.margint_p25-999 {
				margin-top:25%!important;
			}

			.marginb_p25-999 {
				margin-bottom:25%!important;
			}

			.marginl_p25-999 {
				margin-left:25%!important;
			}

			.marginr_p25-999 {
				margin-right:25%!important;
			}

			.marginlr_p25-999 {
				margin-left:25%!important;
				margin-right:25%!important;
			}
			
			.nmarginlr_p25 {
				margin-left:-25%!important;
				margin-right:-25%!important;
			}
				
			.nmargin_p25-999 {
				margin:-25%!important;
			}

			.nmargintb_p25-999 {
				margin-top:-25%!important;
				margin-bottom:-25%!important;
			}

			.nmargint_p25-999 {
				margin-top:-25%!important;
			}

			.nmarginb_p25-999 {
				margin-bottom:-25%!important;
			}

			.nmarginl_p25-999 {
				margin-left:-25%!important;
			}

			.nmarginr_p25-999 {
				margin-right:-25%!important;
			}
				.border_1-999 {
		border:solid 1px rgba(0,0,0,0.5);;
	}

	.bordertb_1-999 {
		border-top:solid 1px rgba(0,0,0,0.5);;
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.bordert_1-999 {
		border-top:solid 1px rgba(0,0,0,0.5);;
	}

	.borderb_1-999 {
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.borderl_1-999 {
		border-left:solid 1px rgba(0,0,0,0.5);;
	}

	.borderr_1-999 {
		border-right:solid 1px rgba(0,0,0,0.5);;
	}

	.borderlr_1-999 {
		border-left:solid 1px rgba(0,0,0,0.5);;
		border-right:solid 1px rgba(0,0,0,0.5);;
	}
		.border_none-999 {
		border:none;
	}

	.bordertb_none-999 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-999 {
		border-top:none;
	}

	.borderb_none-999 {
		border-bottom:none;
	}

	.borderl_none-999 {
		border-left:none;
	}

	.borderr_none-999 {
		border-right:none;
	}

	.borderlr_none-999 {
		border-left:none;
		border-right:none;
	}
		.border_core-999 {
		border:solid 1px rgba(0,0,0,0.1);
	}

	.bordertb_core-999 {
		border-top:solid 1px rgba(0,0,0,0.1);
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.bordert_core-999 {
		border-top:solid 1px rgba(0,0,0,0.1);
	}

	.borderb_core-999 {
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.borderl_core-999 {
		border-left:solid 1px rgba(0,0,0,0.1);
	}

	.borderr_core-999 {
		border-right:solid 1px rgba(0,0,0,0.1);
	}

	.borderlr_core-999 {
		border-left:solid 1px rgba(0,0,0,0.1);
		border-right:solid 1px rgba(0,0,0,0.1);
	}
				.colour1_bg-999 {
				background-color:#000000!important;
			}

			.colour1_bg-999,
			a.colour1_bg-999 {
				color:#FFFFFF!important;
			}
		
			.colour1_bg-999 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour1-999 a,
			a.colour1-999 {
				color:#000000;
							}
			
			.colour1-999 {
					color:#000000;
				background:transparent!important;
						}

					
			.colour1_bg-999 input[type=text],
			.colour1_bg-999 input[type=password],
			.colour1_bg-999 input[type=number],
			.colour1_bg-999 textarea,
			.colour1_bg-999 select,
			.colour1_bg-999 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour1_bg-999 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour1_bg-999 select {
				color:rgba(255,255,255,0.7);
			}

			.colour1_bg-999 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour1_bg-999 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour2_bg-999 {
				background-color:#4b4a4b!important;
			}

			.colour2_bg-999,
			a.colour2_bg-999 {
				color:#FFFFFF!important;
			}
		
			.colour2_bg-999 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour2-999 a,
			a.colour2-999 {
				color:#4b4a4b;
							}
			
			.colour2-999 {
					color:#4b4a4b;
				background:transparent!important;
						}

					
			.colour2_bg-999 input[type=text],
			.colour2_bg-999 input[type=password],
			.colour2_bg-999 input[type=number],
			.colour2_bg-999 textarea,
			.colour2_bg-999 select,
			.colour2_bg-999 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour2_bg-999 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour2_bg-999 select {
				color:rgba(255,255,255,0.7);
			}

			.colour2_bg-999 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour2_bg-999 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour3_bg-999 {
				background-color:#616062!important;
			}

			.colour3_bg-999,
			a.colour3_bg-999 {
				color:#FFFFFF!important;
			}
		
			.colour3_bg-999 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour3-999 a,
			a.colour3-999 {
				color:#616062;
							}
			
			.colour3-999 {
					color:#616062;
				background:transparent!important;
						}

					
			.colour3_bg-999 input[type=text],
			.colour3_bg-999 input[type=password],
			.colour3_bg-999 input[type=number],
			.colour3_bg-999 textarea,
			.colour3_bg-999 select,
			.colour3_bg-999 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour3_bg-999 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour3_bg-999 select {
				color:rgba(255,255,255,0.7);
			}

			.colour3_bg-999 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour3_bg-999 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour4_bg-999 {
				background-color:#FFFFFF!important;
			}

			.colour4_bg-999,
			a.colour4_bg-999 {
				color:#202020!important;
			}
		
			.colour4_bg-999 a:not(.more) {
				color:#202020;
			}

			
			.colour4-999 a,
			a.colour4-999 {
				color:#FFFFFF;
							}
			
			.colour4-999 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour4_bg-999 input[type=text],
			.colour4_bg-999 input[type=password],
			.colour4_bg-999 input[type=number],
			.colour4_bg-999 textarea,
			.colour4_bg-999 select,
			.colour4_bg-999 select option {
				border-color:#202020;
				color:#202020;
				background:transparent;
			}
		
			.colour4_bg-999 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour4_bg-999 select {
				color:rgba(32,32,32,0.7);
			}

			.colour4_bg-999 ::-webkit-input-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}

			.colour4_bg-999 ::-moz-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}
		
						.colour5_bg-999 {
				background-color:#FFFFFF!important;
			}

			.colour5_bg-999,
			a.colour5_bg-999 {
				color:#424040!important;
			}
		
			.colour5_bg-999 a:not(.more) {
				color:#424040;
			}

			
			.colour5-999 a,
			a.colour5-999 {
				color:#FFFFFF;
							}
			
			.colour5-999 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour5_bg-999 input[type=text],
			.colour5_bg-999 input[type=password],
			.colour5_bg-999 input[type=number],
			.colour5_bg-999 textarea,
			.colour5_bg-999 select,
			.colour5_bg-999 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour5_bg-999 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour5_bg-999 select {
				color:rgba(66,64,64,0.7);
			}

			.colour5_bg-999 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour5_bg-999 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
						.colour6_bg-999 {
				background-color:#EEEEEE!important;
			}

			.colour6_bg-999,
			a.colour6_bg-999 {
				color:#424040!important;
			}
		
			.colour6_bg-999 a:not(.more) {
				color:#424040;
			}

			
			.colour6-999 a,
			a.colour6-999 {
				color:#EEEEEE;
							}
			
			.colour6-999 {
					color:#EEEEEE;
				background:transparent!important;
						}

					
			.colour6_bg-999 input[type=text],
			.colour6_bg-999 input[type=password],
			.colour6_bg-999 input[type=number],
			.colour6_bg-999 textarea,
			.colour6_bg-999 select,
			.colour6_bg-999 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour6_bg-999 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour6_bg-999 select {
				color:rgba(66,64,64,0.7);
			}

			.colour6_bg-999 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour6_bg-999 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
			
}

@media only screen and (max-width : 949px) {
	
.grid.eight-949 {
	float:left!important;
	width:10.575%!important;
margin-right:2.2%!important;;
}

.grid.eight_x2-949 {
	float:left!important;
	width:23.35%!important;
margin-right:2.2%!important;;
}

.grid.eight_x3-949 {
	float:left!important;
	width:36.125%!important;
margin-right:2.2%!important;;
}

.grid.eight_x4-949 {
	float:left!important;
	width:48.9%!important;
margin-right:2.2%!important;;
}

.grid.eight_x5-949 {
	float:left!important;
	width:61.675%!important;
margin-right:2.2%!important;;
}

.grid.eight_x6-949 {
	float:left!important;
	width:74.45%!important;
margin-right:2.2%!important;;
}

.grid.eight_x7-949 {
	float:left!important;
	width:87.225%!important;
margin-right:2.2%!important;;
}

.grid.seven-949 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-949 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-949 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-949 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-949 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-949 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-949 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-949 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-949 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-949 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-949 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-949 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-949 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-949 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-949 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-949 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-949 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-949 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-949 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-949 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-949 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-949 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.eight-949 {
	width:12.5%!important;
}

.floatl.eight_x2-949 {
	width:25%!important;
}

.floatl.eight_x3-949 {
	width:37.5%!important;
}

.floatl.eight_x4-949 {
	width:50%!important;
}

.floatl.eight_x5-949 {
	width:62.5%!important;
}

.floatl.eight_x6-949 {
	width:75%!important;
}

.floatl.eight_x7-949 {
	width:87.5%!important;
}

.floatl.seven-949 {
	width:14.28571429%!important;
}

.floatl.seven_x2-949 {
	width:28.57142857%!important;
}

.floatl.seven_x3-949 {
	width:42.85714286%!important;
}

.floatl.seven_x4-949 {
	width:57.14285714%!important;
}

.floatl.seven_x5-949 {
	width:71.42857143%!important;
}

.floatl.seven_x6-949 {
	width:85.71428571%!important;
}

.floatl.six-949 {
	width:16.66666667%!important;
}

.floatl.six_x2-949 {
	width:33.33333333%!important;
}

.floatl.six_x3-949 {
	width:50%!important;
}

.floatl.six_x4-949 {
	width:66.6666667%!important;
}

.floatl.six_x5-949 {
	width:83%!important;
}

.floatl.five-949 {
	width:20%!important;
}

.floatl.five_x2-949 {
	width:40%!important;
}

.floatl.five_x3-949 {
	width:60%!important;
}

.floatl.five_x4-949 {
	width:80%!important;
}

.floatl.four-949 {
	width:25%!important;
}

.floatl.four_x2-949 {
	width:50%!important;
}

.floatl.four_x3-949 {
	width:75%!important;
}

.floatl.three-949 {
	width:33.33333333%!important;
}

.floatl.three_x2-949 {
	width:66.66666667%!important;
}

.floatl.two-949 {
	width:50%!important;
}

.floatl.one-949 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

.o1-949 {
		order:1;
	}

.fl1-949 {
	flex:1;
}

.gridc > .r1-949 {
	grid-row-start:1;
}
.gridc-949 > .r1-949 {
	grid-row-start:1;
	overflow:hidden;
}
.gridc > .re1-949 {
	grid-row-end:1;
}
.gridc-949 > .re1-949 {
	grid-row-end:1;
}
.gridc > .c1-949 {
	grid-column-start:1;
}
.gridc-949 > .c1-949 {
	grid-column-start:1;
}
.gridc > .ce1-949 {
	grid-column-end:1;
}
.gridc-949 > .ce1-949 {
	grid-column-end:1;
}

.o2-949 {
		order:2;
	}

.fl2-949 {
	flex:2;
}

.gridc > .r2-949 {
	grid-row-start:2;
}
.gridc-949 > .r2-949 {
	grid-row-start:2;
	overflow:hidden;
}
.gridc > .re2-949 {
	grid-row-end:2;
}
.gridc-949 > .re2-949 {
	grid-row-end:2;
}
.gridc > .c2-949 {
	grid-column-start:2;
}
.gridc-949 > .c2-949 {
	grid-column-start:2;
}
.gridc > .ce2-949 {
	grid-column-end:2;
}
.gridc-949 > .ce2-949 {
	grid-column-end:2;
}

.o3-949 {
		order:3;
	}

.fl3-949 {
	flex:3;
}

.gridc > .r3-949 {
	grid-row-start:3;
}
.gridc-949 > .r3-949 {
	grid-row-start:3;
	overflow:hidden;
}
.gridc > .re3-949 {
	grid-row-end:3;
}
.gridc-949 > .re3-949 {
	grid-row-end:3;
}
.gridc > .c3-949 {
	grid-column-start:3;
}
.gridc-949 > .c3-949 {
	grid-column-start:3;
}
.gridc > .ce3-949 {
	grid-column-end:3;
}
.gridc-949 > .ce3-949 {
	grid-column-end:3;
}

.o4-949 {
		order:4;
	}

.fl4-949 {
	flex:4;
}

.gridc > .r4-949 {
	grid-row-start:4;
}
.gridc-949 > .r4-949 {
	grid-row-start:4;
	overflow:hidden;
}
.gridc > .re4-949 {
	grid-row-end:4;
}
.gridc-949 > .re4-949 {
	grid-row-end:4;
}
.gridc > .c4-949 {
	grid-column-start:4;
}
.gridc-949 > .c4-949 {
	grid-column-start:4;
}
.gridc > .ce4-949 {
	grid-column-end:4;
}
.gridc-949 > .ce4-949 {
	grid-column-end:4;
}

.o5-949 {
		order:5;
	}

.fl5-949 {
	flex:5;
}

.gridc > .r5-949 {
	grid-row-start:5;
}
.gridc-949 > .r5-949 {
	grid-row-start:5;
	overflow:hidden;
}
.gridc > .re5-949 {
	grid-row-end:5;
}
.gridc-949 > .re5-949 {
	grid-row-end:5;
}
.gridc > .c5-949 {
	grid-column-start:5;
}
.gridc-949 > .c5-949 {
	grid-column-start:5;
}
.gridc > .ce5-949 {
	grid-column-end:5;
}
.gridc-949 > .ce5-949 {
	grid-column-end:5;
}

.o6-949 {
		order:6;
	}

.fl6-949 {
	flex:6;
}

.gridc > .r6-949 {
	grid-row-start:6;
}
.gridc-949 > .r6-949 {
	grid-row-start:6;
	overflow:hidden;
}
.gridc > .re6-949 {
	grid-row-end:6;
}
.gridc-949 > .re6-949 {
	grid-row-end:6;
}
.gridc > .c6-949 {
	grid-column-start:6;
}
.gridc-949 > .c6-949 {
	grid-column-start:6;
}
.gridc > .ce6-949 {
	grid-column-end:6;
}
.gridc-949 > .ce6-949 {
	grid-column-end:6;
}

.o7-949 {
		order:7;
	}

.fl7-949 {
	flex:7;
}

.gridc > .r7-949 {
	grid-row-start:7;
}
.gridc-949 > .r7-949 {
	grid-row-start:7;
	overflow:hidden;
}
.gridc > .re7-949 {
	grid-row-end:7;
}
.gridc-949 > .re7-949 {
	grid-row-end:7;
}
.gridc > .c7-949 {
	grid-column-start:7;
}
.gridc-949 > .c7-949 {
	grid-column-start:7;
}
.gridc > .ce7-949 {
	grid-column-end:7;
}
.gridc-949 > .ce7-949 {
	grid-column-end:7;
}

.o8-949 {
		order:8;
	}

.fl8-949 {
	flex:8;
}

.gridc > .r8-949 {
	grid-row-start:8;
}
.gridc-949 > .r8-949 {
	grid-row-start:8;
	overflow:hidden;
}
.gridc > .re8-949 {
	grid-row-end:8;
}
.gridc-949 > .re8-949 {
	grid-row-end:8;
}
.gridc > .c8-949 {
	grid-column-start:8;
}
.gridc-949 > .c8-949 {
	grid-column-start:8;
}
.gridc > .ce8-949 {
	grid-column-end:8;
}
.gridc-949 > .ce8-949 {
	grid-column-end:8;
}

.o9-949 {
		order:9;
	}

.fl9-949 {
	flex:9;
}

.gridc > .r9-949 {
	grid-row-start:9;
}
.gridc-949 > .r9-949 {
	grid-row-start:9;
	overflow:hidden;
}
.gridc > .re9-949 {
	grid-row-end:9;
}
.gridc-949 > .re9-949 {
	grid-row-end:9;
}
.gridc > .c9-949 {
	grid-column-start:9;
}
.gridc-949 > .c9-949 {
	grid-column-start:9;
}
.gridc > .ce9-949 {
	grid-column-end:9;
}
.gridc-949 > .ce9-949 {
	grid-column-end:9;
}

.z1-949 {
	z-index:1;
}

.z9999999-949 {
	z-index:9999999;
}

.z2-949 {
	z-index:2;
}

.z9999998-949 {
	z-index:9999998;
}

.z3-949 {
	z-index:3;
}

.z9999997-949 {
	z-index:9999997;
}

.z4-949 {
	z-index:4;
}

.z9999996-949 {
	z-index:9999996;
}

.z5-949 {
	z-index:5;
}

.z9999995-949 {
	z-index:9999995;
}

.z6-949 {
	z-index:6;
}

.z9999994-949 {
	z-index:9999994;
}

.z7-949 {
	z-index:7;
}

.z9999993-949 {
	z-index:9999993;
}

.z8-949 {
	z-index:8;
}

.z9999992-949 {
	z-index:9999992;
}

.z9-949 {
	z-index:9;
}

.z9999991-949 {
	z-index:9999991;
}

.w100-949 {
	font-weight:100;
}
.w200-949 {
	font-weight:200;
}
.w300-949 {
	font-weight:300;
}
.w400-949 {
	font-weight:400;
}
.w500-949 {
	font-weight:500;
}
.w600-949 {
	font-weight:600;
}
.w700-949 {
	font-weight:700;
}
.w800-949 {
	font-weight:800;
}
.w900-949 {
	font-weight:900;
}
.f1-949 {
	font-size:1.1em;
	line-height:1.1em;
}

p.f1-949,
p > *.f1-949 {
	line-height:1.4em;
}
.f1_5-949 {
	font-size:1.15em;
	line-height:1.15em;
}

p.f1_5-949,
p > *.f1_5-949 {
	line-height:1.18em;
}
.f2-949 {
	font-size:1.2em;
	line-height:1.2em;
}

p.f2-949,
p > *.f2-949 {
	line-height:1.5em;
}
.f2_5-949 {
	font-size:1.25em;
	line-height:1.25em;
}

p.f2_5-949,
p > *.f2_5-949 {
	line-height:1.28em;
}
.f3-949 {
	font-size:1.3em;
	line-height:1.3em;
}

p.f3-949,
p > *.f3-949 {
	line-height:1.6em;
}
.f3_5-949 {
	font-size:1.35em;
	line-height:1.35em;
}

p.f3_5-949,
p > *.f3_5-949 {
	line-height:1.38em;
}
.f4-949 {
	font-size:1.4em;
	line-height:1.4em;
}

p.f4-949,
p > *.f4-949 {
	line-height:1.7em;
}
.f4_5-949 {
	font-size:1.45em;
	line-height:1.45em;
}

p.f4_5-949,
p > *.f4_5-949 {
	line-height:1.48em;
}
.f5-949 {
	font-size:1.5em;
	line-height:1.5em;
}

p.f5-949,
p > *.f5-949 {
	line-height:1.8em;
}
.f5_5-949 {
	font-size:1.55em;
	line-height:1.55em;
}

p.f5_5-949,
p > *.f5_5-949 {
	line-height:1.58em;
}
.f6-949 {
	font-size:1.6em;
	line-height:1.6em;
}

p.f6-949,
p > *.f6-949 {
	line-height:1.9em;
}
.f6_5-949 {
	font-size:1.65em;
	line-height:1.65em;
}

p.f6_5-949,
p > *.f6_5-949 {
	line-height:1.68em;
}
.f7-949 {
	font-size:1.7em;
	line-height:1.7em;
}

p.f7-949,
p > *.f7-949 {
	line-height:1.10em;
}
.f7_5-949 {
	font-size:1.75em;
	line-height:1.75em;
}

p.f7_5-949,
p > *.f7_5-949 {
	line-height:1.78em;
}
.f8-949 {
	font-size:1.8em;
	line-height:1.8em;
}

p.f8-949,
p > *.f8-949 {
	line-height:1.11em;
}
.f8_5-949 {
	font-size:1.85em;
	line-height:1.85em;
}

p.f8_5-949,
p > *.f8_5-949 {
	line-height:1.88em;
}
.f9-949 {
	font-size:1.9em;
	line-height:1.9em;
}

p.f9-949,
p > *.f9-949 {
	line-height:1.12em;
}
.f9_5-949 {
	font-size:1.95em;
	line-height:1.95em;
}

p.f9_5-949,
p > *.f9_5-949 {
	line-height:1.98em;
}
.f10-949 {
	font-size:2em;
	line-height:2em;
}

p.f10-949,
p > *.f10-949 {
	line-height:2em;
}
.f10_5-949 {
	font-size:2em;
	line-height:2em;
}

p.f10_5-949,
p > *.f10_5-949 {
	line-height:2em;
}
.nf1-949 {
	font-size:0.9em;
}

*:not(p):not(ul):not(ol).nf1-949 {
	line-height:0.9em;
}

p.nf1-949,
ul.nf1-949,
ol.nf1-949 {
	line-height:1.9em;
}
.nf1_5-949 {
	font-size:0.85em;
}

*:not(p):not(ul):not(ol).nf1_5-949 {
	line-height:0.85em;
}

p.nf1_5-949,
ul.nf1_5-949,
ol.nf1_5-949 {
	line-height:1.85em;
}
.nf2-949 {
	font-size:0.8em;
}

*:not(p):not(ul):not(ol).nf2-949 {
	line-height:0.8em;
}

p.nf2-949,
ul.nf2-949,
ol.nf2-949 {
	line-height:1.8em;
}
.nf2_5-949 {
	font-size:0.75em;
}

*:not(p):not(ul):not(ol).nf2_5-949 {
	line-height:0.75em;
}

p.nf2_5-949,
ul.nf2_5-949,
ol.nf2_5-949 {
	line-height:1.75em;
}
.nf3-949 {
	font-size:0.7em;
}

*:not(p):not(ul):not(ol).nf3-949 {
	line-height:0.7em;
}

p.nf3-949,
ul.nf3-949,
ol.nf3-949 {
	line-height:1.7em;
}
.nf3_5-949 {
	font-size:0.65em;
}

*:not(p):not(ul):not(ol).nf3_5-949 {
	line-height:0.65em;
}

p.nf3_5-949,
ul.nf3_5-949,
ol.nf3_5-949 {
	line-height:1.65em;
}
.nf4-949 {
	font-size:0.6em;
}

*:not(p):not(ul):not(ol).nf4-949 {
	line-height:0.6em;
}

p.nf4-949,
ul.nf4-949,
ol.nf4-949 {
	line-height:1.6em;
}
.nf4_5-949 {
	font-size:0.55em;
}

*:not(p):not(ul):not(ol).nf4_5-949 {
	line-height:0.55em;
}

p.nf4_5-949,
ul.nf4_5-949,
ol.nf4_5-949 {
	line-height:1.55em;
}
.nf5-949 {
	font-size:0.5em;
}

*:not(p):not(ul):not(ol).nf5-949 {
	line-height:0.5em;
}

p.nf5-949,
ul.nf5-949,
ol.nf5-949 {
	line-height:1.5em;
}
.nf5_5-949 {
	font-size:0.45em;
}

*:not(p):not(ul):not(ol).nf5_5-949 {
	line-height:0.45em;
}

p.nf5_5-949,
ul.nf5_5-949,
ol.nf5_5-949 {
	line-height:1.45em;
}
.nf6-949 {
	font-size:0.4em;
}

*:not(p):not(ul):not(ol).nf6-949 {
	line-height:0.4em;
}

p.nf6-949,
ul.nf6-949,
ol.nf6-949 {
	line-height:1.4em;
}
.nf6_5-949 {
	font-size:0.35em;
}

*:not(p):not(ul):not(ol).nf6_5-949 {
	line-height:0.35em;
}

p.nf6_5-949,
ul.nf6_5-949,
ol.nf6_5-949 {
	line-height:1.35em;
}
.nf7-949 {
	font-size:0.3em;
}

*:not(p):not(ul):not(ol).nf7-949 {
	line-height:0.3em;
}

p.nf7-949,
ul.nf7-949,
ol.nf7-949 {
	line-height:1.3em;
}
.nf7_5-949 {
	font-size:0.25em;
}

*:not(p):not(ul):not(ol).nf7_5-949 {
	line-height:0.25em;
}

p.nf7_5-949,
ul.nf7_5-949,
ol.nf7_5-949 {
	line-height:1.25em;
}
.nf8-949 {
	font-size:0.2em;
}

*:not(p):not(ul):not(ol).nf8-949 {
	line-height:0.2em;
}

p.nf8-949,
ul.nf8-949,
ol.nf8-949 {
	line-height:1.2em;
}
.nf8_5-949 {
	font-size:0.15em;
}

*:not(p):not(ul):not(ol).nf8_5-949 {
	line-height:0.15em;
}

p.nf8_5-949,
ul.nf8_5-949,
ol.nf8_5-949 {
	line-height:1.15em;
}
.nf9-949 {
	font-size:0.1em;
}

*:not(p):not(ul):not(ol).nf9-949 {
	line-height:0.1em;
}

p.nf9-949,
ul.nf9-949,
ol.nf9-949 {
	line-height:1.1em;
}
.nf9_5-949 {
	font-size:0.05em;
}

*:not(p):not(ul):not(ol).nf9_5-949 {
	line-height:0.05em;
}

p.nf9_5-949,
ul.nf9_5-949,
ol.nf9_5-949 {
	line-height:1.05em;
}
  .invisible-949 {
			visibility:hidden!important;
		}

  .last-949 {
			margin-right:0px!important;
		}

  .floatl-949 {
			float:left!important;
		}

  .floatr-949 {
			float:right!important;
		}

  .left-949 {
			float:left!important;
		}

  .right-949 {
			float:right!important;
		}

  .floatn-949,
 .grid.floatn-949 {
			float:none!important;
		}

  .grid-949 {
			float:left!important;
overflow:hidden;;
		}

  .grid.last-949 {
			float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
		}

  .none-949 {
			display:none!important;
		}

  .block-949 {
			display:block!important;
		}

  .iblock-949 {
			display:inline-block!important;
		}

  .inline-949 {
			display:inline!important;
		}

  .table-949 {
			display:table!important;
		}

  .row-949 {
			display:table-row!important;
		}

  .cell-949 {
			display:table-cell!important;
vertical-align:middle;
		}

  .collapse-949 {
			border-collapse:collapse;
		}

  .clearl-949 {
			clear:left!important;
		}

  .clearr-949 {
			clear:right!important;
		}

  .clearn-949 {
			clear:none!important;
		}

  .clearnone-949 {
			clear:none!important;
		}

  .clearb-949 {
			clear:both!important;
		}

  .clear-949 {
			float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
		}

  .up-949 {
			text-transform:uppercase;
		}

  .transnone-949 {
			text-transform:none;
		}

  .strike-949 {
			text-decoration:line-through;
		}

  .alignl-949 {
			text-align:left!important;
		}

  .alignr-949 {
			text-align:right!important;
		}

  .alignc-949 {
			text-align:center!important;
		}

  .alignj-949 {
			text-align:justify!important;
		}

  .valign-949 {
			vertical-align:middle!important;
		}

  .widthauto-949 {
			width:auto!important;
		}

  .heightauto-949 {
			height:auto!important;
min-height:0px!important;
		}

.square.heightauto-949::after {
	display:none!important;
}

.square.heightauto-949 > * {
	position:static!important;
}

  .width0-949 {
			width:0px;
		}

  .width50-949 {
			width:50%;
		}

  .height0-949 {
			height:0px;
		}

  .height50-949 {
			height:50%;
		}

  .mw100-949 {
			max-width:100%;
		}

  .mw90-949 {
			max-width:90%;
		}

  .mw80-949 {
			max-width:80%;
		}

  .mw70-949 {
			max-width:70%;
		}

  .mw60-949 {
			max-width:60%;
		}

  .mw50-949 {
			max-width:50%;
		}

  .mw40-949 {
			max-width:40%;
		}

  .mw30-949 {
			max-width:30%;
		}

  .mw20-949 {
			max-width:20%;
		}

  .mw10-949 {
			max-width:10%;
		}

  .mwnone-949 {
			max-width:none;
		}

  .fw-949,
 .grid.fw-949,
 .floatl.fw-949 {
			width:100%!important;
      margin-left:0px!important;
			margin-right:0px!important;
		}

  .fh-949 {
			height:100%!important;
		}

  .pointer-949 {
			cursor:pointer!important;
		}

  .noallow-949 {
			cursor:not-allowed!important;
		}

  .noselect-949 {
			user-select:none!important;
		}

  .static-949 {
			position:static!important;
		}

  .relative-949 {
			position:relative!important;
		}

  .absolute-949 {
			position:absolute!important;
		}

  .fixed-949 {
			position:fixed!important;
		}

  .spacing-949 {
			margin-bottom:7px!important;
		}

  .spacing.floatl-949 {
			margin-right:15px!important;
		}

  .spacing.floatr-949 {
			margin-left:15px!important;
		}

  .flowhide-949 {
			overflow:hidden;
		}

  .flowshow-949 {
			overflow:visible;
		}

  .flowauto-949 {
			overflow:auto;
		}

  .nowrap-949 {
			white-space:nowrap;
		}

  .lhreset-949 {
			line-height:normal;
		}

  .circle-949 {
			border-radius:50%!important;
		}

  .radnone-949 {
			border-radius:0px!important;
		}

  .vh10-949 {
			height:10vh!important;
		}

  .vh25-949 {
			height:25vh!important;
		}

  .vh50-949 {
			height:50vh!important;
		}

  .vh100-949 {
			height:100vh!important;
		}

  .vw10-949 {
			width:10vw!important;
		}

  .vw25-949 {
			width:25vw!important;
		}

  .vw50-949 {
			width:50vw!important;
		}

  .vw100-949 {
			width:100vw!important;
		}

  .flexw-949 {
			flex-wrap:wrap!important;
		}

  .flexwn-949 {
			flex-wrap:nowrap!important;
		}

  .flexwr-949 {
			flex-wrap:wrap-reverse!important;
		}

  .flexdr-949 {
			flex-direction:row!important;
		}

  .flexdrr-949 {
			flex-direction:row-reverse!important;
		}

  .flexdc-949 {
			flex-direction:column!important;
		}

  .flexdcr-949 {
			flex-direction:column-reverse!important;
		}

  .flex-949 {
			display:flex!important;
align-items:center;
flex-wrap:wrap;;
		}

  .iflex-949 {
			display:inline-flex!important;
align-items:center;;
		}

  .spaced-949 {
			justify-content:space-between;
		}

  .flexdr.spaced-949 {
			align-content:space-between;
		}

  .spacee-949 {
			justify-content:space-evenly;
		}

  .falignst-949 {
			align-items:stretch;;
		}

  .falignc-949 {
			align-items:center;;
		}

  .faligns-949 {
			align-items:flex-start;;
		}

  .faligne-949 {
			align-items:flex-end;;
		}

  .fjustl-949 {
			justify-content:flex-start;;
		}

  .fjustr-949 {
			justify-content:flex-end;;
		}

  .fjustc-949 {
			justify-content:center;;
		}

  .flexn-949 {
			flex:none!important;width:100%;;
		}

  .gridc-949 {
			display:grid!important;;
		}

  .o100-949 {
			opacity:1;
		}

  .o90-949 {
			opacity:0.9;
		}

  .o80-949 {
			opacity:0.8;
		}

  .o70-949 {
			opacity:0.7;
		}

  .o60-949 {
			opacity:0.6;
		}

  .o50-949 {
			opacity:0.5;
		}

  .o40-949 {
			opacity:0.4;
		}

  .o30-949 {
			opacity:0.3;
		}

  .o20-949 {
			opacity:0.2;
		}

  .o10-949 {
			opacity:0.1;
		}

  .o0-949 {
			opacity:0;
		}

  .left0-949 {
			left:0px!important;;
		}

  .right0-949 {
			right:0px!important;;
		}

  .top0-949 {
			top:0px!important;;
		}

  .bottom0-949 {
			bottom:0px!important;;
		}

  .left50-949 {
			left:50%!important;;
		}

  .right50-949 {
			right:50%!important;;
		}

  .top50-949 {
			top:50%!important;;
		}

  .bottom50-949 {
			bottom:50%!important;;
		}

  .left100-949 {
			left:100%!important;;
		}

  .right100-949 {
			right:100%!important;;
		}

  .top100-949 {
			top:100%!important;;
		}

  .bottom100-949 {
			bottom:100%!important;;
		}

  .leftauto-949 {
			left:auto!important;;
		}

  .rightauto-949 {
			right:auto!important;;
		}

  .topauto-949 {
			top:auto!important;;
		}

  .bottomauto-949 {
			bottom:auto!important;;
		}

  .all0-949 {
			top:0px!important;
bottom:0px!important;
left:0px!important;
right:0px!important;;
		}

  .lineup.fw-949, .lineupgroup.fw-949 {
			height:auto!important;
	}

	

			.padded_tiny-949 {
				padding:5px!important;

			}

			.paddedtb_tiny-949 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-949 {
				padding-top:5px!important;
			}

			.paddedb_tiny-949 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-949 {
				padding-left:5px!important;
			}

			.paddedr_tiny-949 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-949 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-949 {
				margin:5px!important;
			}

			.margintb_tiny-949 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-949 {
				margin-top:5px!important;
			}

			.marginb_tiny-949 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-949 {
				margin-left:5px!important;
			}

			.marginr_tiny-949 {
				margin-right:5px!important;
			}

			.marginlr_tiny-949 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			
			.nmarginlr_tiny {
				margin-left:-5px!important;
				margin-right:-5px!important;
			}
				
			.nmargin_tiny-949 {
				margin:-5px!important;
			}

			.nmargintb_tiny-949 {
				margin-top:-5px!important;
				margin-bottom:-5px!important;
			}

			.nmargint_tiny-949 {
				margin-top:-5px!important;
			}

			.nmarginb_tiny-949 {
				margin-bottom:-5px!important;
			}

			.nmarginl_tiny-949 {
				margin-left:-5px!important;
			}

			.nmarginr_tiny-949 {
				margin-right:-5px!important;
			}
			
			.padded_small-949 {
				padding:10px!important;

			}

			.paddedtb_small-949 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-949 {
				padding-top:10px!important;
			}

			.paddedb_small-949 {
				padding-bottom:10px!important;
			}

			.paddedl_small-949 {
				padding-left:10px!important;
			}

			.paddedr_small-949 {
				padding-right:10px!important;
			}

			.paddedlr_small-949 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-949 {
				margin:10px!important;
			}

			.margintb_small-949 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-949 {
				margin-top:10px!important;
			}

			.marginb_small-949 {
				margin-bottom:10px!important;
			}

			.marginl_small-949 {
				margin-left:10px!important;
			}

			.marginr_small-949 {
				margin-right:10px!important;
			}

			.marginlr_small-949 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_small {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_small-949 {
				margin:-10px!important;
			}

			.nmargintb_small-949 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_small-949 {
				margin-top:-10px!important;
			}

			.nmarginb_small-949 {
				margin-bottom:-10px!important;
			}

			.nmarginl_small-949 {
				margin-left:-10px!important;
			}

			.nmarginr_small-949 {
				margin-right:-10px!important;
			}
			
			.padded_medium-949 {
				padding:20px!important;

			}

			.paddedtb_medium-949 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-949 {
				padding-top:20px!important;
			}

			.paddedb_medium-949 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-949 {
				padding-left:20px!important;
			}

			.paddedr_medium-949 {
				padding-right:20px!important;
			}

			.paddedlr_medium-949 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-949 {
				margin:20px!important;
			}

			.margintb_medium-949 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-949 {
				margin-top:20px!important;
			}

			.marginb_medium-949 {
				margin-bottom:20px!important;
			}

			.marginl_medium-949 {
				margin-left:20px!important;
			}

			.marginr_medium-949 {
				margin-right:20px!important;
			}

			.marginlr_medium-949 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			
			.nmarginlr_medium {
				margin-left:-20px!important;
				margin-right:-20px!important;
			}
				
			.nmargin_medium-949 {
				margin:-20px!important;
			}

			.nmargintb_medium-949 {
				margin-top:-20px!important;
				margin-bottom:-20px!important;
			}

			.nmargint_medium-949 {
				margin-top:-20px!important;
			}

			.nmarginb_medium-949 {
				margin-bottom:-20px!important;
			}

			.nmarginl_medium-949 {
				margin-left:-20px!important;
			}

			.nmarginr_medium-949 {
				margin-right:-20px!important;
			}
			
			.padded_large-949 {
				padding:40px!important;

			}

			.paddedtb_large-949 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-949 {
				padding-top:40px!important;
			}

			.paddedb_large-949 {
				padding-bottom:40px!important;
			}

			.paddedl_large-949 {
				padding-left:40px!important;
			}

			.paddedr_large-949 {
				padding-right:40px!important;
			}

			.paddedlr_large-949 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-949 {
				margin:40px!important;
			}

			.margintb_large-949 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-949 {
				margin-top:40px!important;
			}

			.marginb_large-949 {
				margin-bottom:40px!important;
			}

			.marginl_large-949 {
				margin-left:40px!important;
			}

			.marginr_large-949 {
				margin-right:40px!important;
			}

			.marginlr_large-949 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			
			.nmarginlr_large {
				margin-left:-40px!important;
				margin-right:-40px!important;
			}
				
			.nmargin_large-949 {
				margin:-40px!important;
			}

			.nmargintb_large-949 {
				margin-top:-40px!important;
				margin-bottom:-40px!important;
			}

			.nmargint_large-949 {
				margin-top:-40px!important;
			}

			.nmarginb_large-949 {
				margin-bottom:-40px!important;
			}

			.nmarginl_large-949 {
				margin-left:-40px!important;
			}

			.nmarginr_large-949 {
				margin-right:-40px!important;
			}
			
			.padded_core-949 {
				padding:10px!important;

			}

			.paddedtb_core-949 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-949 {
				padding-top:10px!important;
			}

			.paddedb_core-949 {
				padding-bottom:10px!important;
			}

			.paddedl_core-949 {
				padding-left:10px!important;
			}

			.paddedr_core-949 {
				padding-right:10px!important;
			}

			.paddedlr_core-949 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-949 {
				margin:10px!important;
			}

			.margintb_core-949 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-949 {
				margin-top:10px!important;
			}

			.marginb_core-949 {
				margin-bottom:10px!important;
			}

			.marginl_core-949 {
				margin-left:10px!important;
			}

			.marginr_core-949 {
				margin-right:10px!important;
			}

			.marginlr_core-949 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_core {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_core-949 {
				margin:-10px!important;
			}

			.nmargintb_core-949 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_core-949 {
				margin-top:-10px!important;
			}

			.nmarginb_core-949 {
				margin-bottom:-10px!important;
			}

			.nmarginl_core-949 {
				margin-left:-10px!important;
			}

			.nmarginr_core-949 {
				margin-right:-10px!important;
			}
						
			.margin_auto-949 {
				margin:auto!important;
			}

			.margintb_auto-949 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-949 {
				margin-top:auto!important;
			}

			.marginb_auto-949 {
				margin-bottom:auto!important;
			}

			.marginl_auto-949 {
				margin-left:auto!important;
			}

			.marginr_auto-949 {
				margin-right:auto!important;
			}

			.marginlr_auto-949 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			
			.nmarginlr_auto {
				margin-left:-auto!important;
				margin-right:-auto!important;
			}
				
			.nmargin_auto-949 {
				margin:-auto!important;
			}

			.nmargintb_auto-949 {
				margin-top:-auto!important;
				margin-bottom:-auto!important;
			}

			.nmargint_auto-949 {
				margin-top:-auto!important;
			}

			.nmarginb_auto-949 {
				margin-bottom:-auto!important;
			}

			.nmarginl_auto-949 {
				margin-left:-auto!important;
			}

			.nmarginr_auto-949 {
				margin-right:-auto!important;
			}
			
			.padded_none-949 {
				padding:0px!important;

			}

			.paddedtb_none-949 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-949 {
				padding-top:0px!important;
			}

			.paddedb_none-949 {
				padding-bottom:0px!important;
			}

			.paddedl_none-949 {
				padding-left:0px!important;
			}

			.paddedr_none-949 {
				padding-right:0px!important;
			}

			.paddedlr_none-949 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-949 {
				margin:0px!important;
			}

			.margintb_none-949 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-949 {
				margin-top:0px!important;
			}

			.marginb_none-949 {
				margin-bottom:0px!important;
			}

			.marginl_none-949 {
				margin-left:0px!important;
			}

			.marginr_none-949 {
				margin-right:0px!important;
			}

			.marginlr_none-949 {
				margin-left:0px!important;
				margin-right:0px!important;
			}
			
			.nmarginlr_none {
				margin-left:-0px!important;
				margin-right:-0px!important;
			}
				
			.nmargin_none-949 {
				margin:-0px!important;
			}

			.nmargintb_none-949 {
				margin-top:-0px!important;
				margin-bottom:-0px!important;
			}

			.nmargint_none-949 {
				margin-top:-0px!important;
			}

			.nmarginb_none-949 {
				margin-bottom:-0px!important;
			}

			.nmarginl_none-949 {
				margin-left:-0px!important;
			}

			.nmarginr_none-949 {
				margin-right:-0px!important;
			}
			
			.padded_p100-949 {
				padding:100%!important;

			}

			.paddedtb_p100-949 {
				padding-top:100%!important;
				padding-bottom:100%!important;
			}

			.paddedt_p100-949 {
				padding-top:100%!important;
			}

			.paddedb_p100-949 {
				padding-bottom:100%!important;
			}

			.paddedl_p100-949 {
				padding-left:100%!important;
			}

			.paddedr_p100-949 {
				padding-right:100%!important;
			}

			.paddedlr_p100-949 {
				padding-left:100%!important;
				padding-right:100%!important;
			}
		
						
			.margin_p100-949 {
				margin:100%!important;
			}

			.margintb_p100-949 {
				margin-top:100%!important;
				margin-bottom:100%!important;
			}

			.margint_p100-949 {
				margin-top:100%!important;
			}

			.marginb_p100-949 {
				margin-bottom:100%!important;
			}

			.marginl_p100-949 {
				margin-left:100%!important;
			}

			.marginr_p100-949 {
				margin-right:100%!important;
			}

			.marginlr_p100-949 {
				margin-left:100%!important;
				margin-right:100%!important;
			}
			
			.nmarginlr_p100 {
				margin-left:-100%!important;
				margin-right:-100%!important;
			}
				
			.nmargin_p100-949 {
				margin:-100%!important;
			}

			.nmargintb_p100-949 {
				margin-top:-100%!important;
				margin-bottom:-100%!important;
			}

			.nmargint_p100-949 {
				margin-top:-100%!important;
			}

			.nmarginb_p100-949 {
				margin-bottom:-100%!important;
			}

			.nmarginl_p100-949 {
				margin-left:-100%!important;
			}

			.nmarginr_p100-949 {
				margin-right:-100%!important;
			}
			
			.padded_p75-949 {
				padding:75%!important;

			}

			.paddedtb_p75-949 {
				padding-top:75%!important;
				padding-bottom:75%!important;
			}

			.paddedt_p75-949 {
				padding-top:75%!important;
			}

			.paddedb_p75-949 {
				padding-bottom:75%!important;
			}

			.paddedl_p75-949 {
				padding-left:75%!important;
			}

			.paddedr_p75-949 {
				padding-right:75%!important;
			}

			.paddedlr_p75-949 {
				padding-left:75%!important;
				padding-right:75%!important;
			}
		
						
			.margin_p75-949 {
				margin:75%!important;
			}

			.margintb_p75-949 {
				margin-top:75%!important;
				margin-bottom:75%!important;
			}

			.margint_p75-949 {
				margin-top:75%!important;
			}

			.marginb_p75-949 {
				margin-bottom:75%!important;
			}

			.marginl_p75-949 {
				margin-left:75%!important;
			}

			.marginr_p75-949 {
				margin-right:75%!important;
			}

			.marginlr_p75-949 {
				margin-left:75%!important;
				margin-right:75%!important;
			}
			
			.nmarginlr_p75 {
				margin-left:-75%!important;
				margin-right:-75%!important;
			}
				
			.nmargin_p75-949 {
				margin:-75%!important;
			}

			.nmargintb_p75-949 {
				margin-top:-75%!important;
				margin-bottom:-75%!important;
			}

			.nmargint_p75-949 {
				margin-top:-75%!important;
			}

			.nmarginb_p75-949 {
				margin-bottom:-75%!important;
			}

			.nmarginl_p75-949 {
				margin-left:-75%!important;
			}

			.nmarginr_p75-949 {
				margin-right:-75%!important;
			}
			
			.padded_p50-949 {
				padding:50%!important;

			}

			.paddedtb_p50-949 {
				padding-top:50%!important;
				padding-bottom:50%!important;
			}

			.paddedt_p50-949 {
				padding-top:50%!important;
			}

			.paddedb_p50-949 {
				padding-bottom:50%!important;
			}

			.paddedl_p50-949 {
				padding-left:50%!important;
			}

			.paddedr_p50-949 {
				padding-right:50%!important;
			}

			.paddedlr_p50-949 {
				padding-left:50%!important;
				padding-right:50%!important;
			}
		
						
			.margin_p50-949 {
				margin:50%!important;
			}

			.margintb_p50-949 {
				margin-top:50%!important;
				margin-bottom:50%!important;
			}

			.margint_p50-949 {
				margin-top:50%!important;
			}

			.marginb_p50-949 {
				margin-bottom:50%!important;
			}

			.marginl_p50-949 {
				margin-left:50%!important;
			}

			.marginr_p50-949 {
				margin-right:50%!important;
			}

			.marginlr_p50-949 {
				margin-left:50%!important;
				margin-right:50%!important;
			}
			
			.nmarginlr_p50 {
				margin-left:-50%!important;
				margin-right:-50%!important;
			}
				
			.nmargin_p50-949 {
				margin:-50%!important;
			}

			.nmargintb_p50-949 {
				margin-top:-50%!important;
				margin-bottom:-50%!important;
			}

			.nmargint_p50-949 {
				margin-top:-50%!important;
			}

			.nmarginb_p50-949 {
				margin-bottom:-50%!important;
			}

			.nmarginl_p50-949 {
				margin-left:-50%!important;
			}

			.nmarginr_p50-949 {
				margin-right:-50%!important;
			}
			
			.padded_p25-949 {
				padding:25%!important;

			}

			.paddedtb_p25-949 {
				padding-top:25%!important;
				padding-bottom:25%!important;
			}

			.paddedt_p25-949 {
				padding-top:25%!important;
			}

			.paddedb_p25-949 {
				padding-bottom:25%!important;
			}

			.paddedl_p25-949 {
				padding-left:25%!important;
			}

			.paddedr_p25-949 {
				padding-right:25%!important;
			}

			.paddedlr_p25-949 {
				padding-left:25%!important;
				padding-right:25%!important;
			}
		
						
			.margin_p25-949 {
				margin:25%!important;
			}

			.margintb_p25-949 {
				margin-top:25%!important;
				margin-bottom:25%!important;
			}

			.margint_p25-949 {
				margin-top:25%!important;
			}

			.marginb_p25-949 {
				margin-bottom:25%!important;
			}

			.marginl_p25-949 {
				margin-left:25%!important;
			}

			.marginr_p25-949 {
				margin-right:25%!important;
			}

			.marginlr_p25-949 {
				margin-left:25%!important;
				margin-right:25%!important;
			}
			
			.nmarginlr_p25 {
				margin-left:-25%!important;
				margin-right:-25%!important;
			}
				
			.nmargin_p25-949 {
				margin:-25%!important;
			}

			.nmargintb_p25-949 {
				margin-top:-25%!important;
				margin-bottom:-25%!important;
			}

			.nmargint_p25-949 {
				margin-top:-25%!important;
			}

			.nmarginb_p25-949 {
				margin-bottom:-25%!important;
			}

			.nmarginl_p25-949 {
				margin-left:-25%!important;
			}

			.nmarginr_p25-949 {
				margin-right:-25%!important;
			}
				.border_1-949 {
		border:solid 1px rgba(0,0,0,0.5);;
	}

	.bordertb_1-949 {
		border-top:solid 1px rgba(0,0,0,0.5);;
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.bordert_1-949 {
		border-top:solid 1px rgba(0,0,0,0.5);;
	}

	.borderb_1-949 {
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.borderl_1-949 {
		border-left:solid 1px rgba(0,0,0,0.5);;
	}

	.borderr_1-949 {
		border-right:solid 1px rgba(0,0,0,0.5);;
	}

	.borderlr_1-949 {
		border-left:solid 1px rgba(0,0,0,0.5);;
		border-right:solid 1px rgba(0,0,0,0.5);;
	}
		.border_none-949 {
		border:none;
	}

	.bordertb_none-949 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-949 {
		border-top:none;
	}

	.borderb_none-949 {
		border-bottom:none;
	}

	.borderl_none-949 {
		border-left:none;
	}

	.borderr_none-949 {
		border-right:none;
	}

	.borderlr_none-949 {
		border-left:none;
		border-right:none;
	}
		.border_core-949 {
		border:solid 1px rgba(0,0,0,0.1);
	}

	.bordertb_core-949 {
		border-top:solid 1px rgba(0,0,0,0.1);
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.bordert_core-949 {
		border-top:solid 1px rgba(0,0,0,0.1);
	}

	.borderb_core-949 {
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.borderl_core-949 {
		border-left:solid 1px rgba(0,0,0,0.1);
	}

	.borderr_core-949 {
		border-right:solid 1px rgba(0,0,0,0.1);
	}

	.borderlr_core-949 {
		border-left:solid 1px rgba(0,0,0,0.1);
		border-right:solid 1px rgba(0,0,0,0.1);
	}
				.colour1_bg-949 {
				background-color:#000000!important;
			}

			.colour1_bg-949,
			a.colour1_bg-949 {
				color:#FFFFFF!important;
			}
		
			.colour1_bg-949 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour1-949 a,
			a.colour1-949 {
				color:#000000;
							}
			
			.colour1-949 {
					color:#000000;
				background:transparent!important;
						}

					
			.colour1_bg-949 input[type=text],
			.colour1_bg-949 input[type=password],
			.colour1_bg-949 input[type=number],
			.colour1_bg-949 textarea,
			.colour1_bg-949 select,
			.colour1_bg-949 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour1_bg-949 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour1_bg-949 select {
				color:rgba(255,255,255,0.7);
			}

			.colour1_bg-949 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour1_bg-949 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour2_bg-949 {
				background-color:#4b4a4b!important;
			}

			.colour2_bg-949,
			a.colour2_bg-949 {
				color:#FFFFFF!important;
			}
		
			.colour2_bg-949 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour2-949 a,
			a.colour2-949 {
				color:#4b4a4b;
							}
			
			.colour2-949 {
					color:#4b4a4b;
				background:transparent!important;
						}

					
			.colour2_bg-949 input[type=text],
			.colour2_bg-949 input[type=password],
			.colour2_bg-949 input[type=number],
			.colour2_bg-949 textarea,
			.colour2_bg-949 select,
			.colour2_bg-949 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour2_bg-949 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour2_bg-949 select {
				color:rgba(255,255,255,0.7);
			}

			.colour2_bg-949 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour2_bg-949 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour3_bg-949 {
				background-color:#616062!important;
			}

			.colour3_bg-949,
			a.colour3_bg-949 {
				color:#FFFFFF!important;
			}
		
			.colour3_bg-949 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour3-949 a,
			a.colour3-949 {
				color:#616062;
							}
			
			.colour3-949 {
					color:#616062;
				background:transparent!important;
						}

					
			.colour3_bg-949 input[type=text],
			.colour3_bg-949 input[type=password],
			.colour3_bg-949 input[type=number],
			.colour3_bg-949 textarea,
			.colour3_bg-949 select,
			.colour3_bg-949 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour3_bg-949 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour3_bg-949 select {
				color:rgba(255,255,255,0.7);
			}

			.colour3_bg-949 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour3_bg-949 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour4_bg-949 {
				background-color:#FFFFFF!important;
			}

			.colour4_bg-949,
			a.colour4_bg-949 {
				color:#202020!important;
			}
		
			.colour4_bg-949 a:not(.more) {
				color:#202020;
			}

			
			.colour4-949 a,
			a.colour4-949 {
				color:#FFFFFF;
							}
			
			.colour4-949 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour4_bg-949 input[type=text],
			.colour4_bg-949 input[type=password],
			.colour4_bg-949 input[type=number],
			.colour4_bg-949 textarea,
			.colour4_bg-949 select,
			.colour4_bg-949 select option {
				border-color:#202020;
				color:#202020;
				background:transparent;
			}
		
			.colour4_bg-949 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour4_bg-949 select {
				color:rgba(32,32,32,0.7);
			}

			.colour4_bg-949 ::-webkit-input-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}

			.colour4_bg-949 ::-moz-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}
		
						.colour5_bg-949 {
				background-color:#FFFFFF!important;
			}

			.colour5_bg-949,
			a.colour5_bg-949 {
				color:#424040!important;
			}
		
			.colour5_bg-949 a:not(.more) {
				color:#424040;
			}

			
			.colour5-949 a,
			a.colour5-949 {
				color:#FFFFFF;
							}
			
			.colour5-949 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour5_bg-949 input[type=text],
			.colour5_bg-949 input[type=password],
			.colour5_bg-949 input[type=number],
			.colour5_bg-949 textarea,
			.colour5_bg-949 select,
			.colour5_bg-949 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour5_bg-949 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour5_bg-949 select {
				color:rgba(66,64,64,0.7);
			}

			.colour5_bg-949 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour5_bg-949 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
						.colour6_bg-949 {
				background-color:#EEEEEE!important;
			}

			.colour6_bg-949,
			a.colour6_bg-949 {
				color:#424040!important;
			}
		
			.colour6_bg-949 a:not(.more) {
				color:#424040;
			}

			
			.colour6-949 a,
			a.colour6-949 {
				color:#EEEEEE;
							}
			
			.colour6-949 {
					color:#EEEEEE;
				background:transparent!important;
						}

					
			.colour6_bg-949 input[type=text],
			.colour6_bg-949 input[type=password],
			.colour6_bg-949 input[type=number],
			.colour6_bg-949 textarea,
			.colour6_bg-949 select,
			.colour6_bg-949 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour6_bg-949 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour6_bg-949 select {
				color:rgba(66,64,64,0.7);
			}

			.colour6_bg-949 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour6_bg-949 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
			
}

@media only screen and (max-width : 899px) {
	
.grid.eight-899 {
	float:left!important;
	width:10.575%!important;
margin-right:2.2%!important;;
}

.grid.eight_x2-899 {
	float:left!important;
	width:23.35%!important;
margin-right:2.2%!important;;
}

.grid.eight_x3-899 {
	float:left!important;
	width:36.125%!important;
margin-right:2.2%!important;;
}

.grid.eight_x4-899 {
	float:left!important;
	width:48.9%!important;
margin-right:2.2%!important;;
}

.grid.eight_x5-899 {
	float:left!important;
	width:61.675%!important;
margin-right:2.2%!important;;
}

.grid.eight_x6-899 {
	float:left!important;
	width:74.45%!important;
margin-right:2.2%!important;;
}

.grid.eight_x7-899 {
	float:left!important;
	width:87.225%!important;
margin-right:2.2%!important;;
}

.grid.seven-899 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-899 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-899 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-899 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-899 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-899 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-899 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-899 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-899 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-899 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-899 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-899 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-899 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-899 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-899 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-899 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-899 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-899 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-899 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-899 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-899 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-899 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.eight-899 {
	width:12.5%!important;
}

.floatl.eight_x2-899 {
	width:25%!important;
}

.floatl.eight_x3-899 {
	width:37.5%!important;
}

.floatl.eight_x4-899 {
	width:50%!important;
}

.floatl.eight_x5-899 {
	width:62.5%!important;
}

.floatl.eight_x6-899 {
	width:75%!important;
}

.floatl.eight_x7-899 {
	width:87.5%!important;
}

.floatl.seven-899 {
	width:14.28571429%!important;
}

.floatl.seven_x2-899 {
	width:28.57142857%!important;
}

.floatl.seven_x3-899 {
	width:42.85714286%!important;
}

.floatl.seven_x4-899 {
	width:57.14285714%!important;
}

.floatl.seven_x5-899 {
	width:71.42857143%!important;
}

.floatl.seven_x6-899 {
	width:85.71428571%!important;
}

.floatl.six-899 {
	width:16.66666667%!important;
}

.floatl.six_x2-899 {
	width:33.33333333%!important;
}

.floatl.six_x3-899 {
	width:50%!important;
}

.floatl.six_x4-899 {
	width:66.6666667%!important;
}

.floatl.six_x5-899 {
	width:83%!important;
}

.floatl.five-899 {
	width:20%!important;
}

.floatl.five_x2-899 {
	width:40%!important;
}

.floatl.five_x3-899 {
	width:60%!important;
}

.floatl.five_x4-899 {
	width:80%!important;
}

.floatl.four-899 {
	width:25%!important;
}

.floatl.four_x2-899 {
	width:50%!important;
}

.floatl.four_x3-899 {
	width:75%!important;
}

.floatl.three-899 {
	width:33.33333333%!important;
}

.floatl.three_x2-899 {
	width:66.66666667%!important;
}

.floatl.two-899 {
	width:50%!important;
}

.floatl.one-899 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

.o1-899 {
		order:1;
	}

.fl1-899 {
	flex:1;
}

.gridc > .r1-899 {
	grid-row-start:1;
}
.gridc-899 > .r1-899 {
	grid-row-start:1;
	overflow:hidden;
}
.gridc > .re1-899 {
	grid-row-end:1;
}
.gridc-899 > .re1-899 {
	grid-row-end:1;
}
.gridc > .c1-899 {
	grid-column-start:1;
}
.gridc-899 > .c1-899 {
	grid-column-start:1;
}
.gridc > .ce1-899 {
	grid-column-end:1;
}
.gridc-899 > .ce1-899 {
	grid-column-end:1;
}

.o2-899 {
		order:2;
	}

.fl2-899 {
	flex:2;
}

.gridc > .r2-899 {
	grid-row-start:2;
}
.gridc-899 > .r2-899 {
	grid-row-start:2;
	overflow:hidden;
}
.gridc > .re2-899 {
	grid-row-end:2;
}
.gridc-899 > .re2-899 {
	grid-row-end:2;
}
.gridc > .c2-899 {
	grid-column-start:2;
}
.gridc-899 > .c2-899 {
	grid-column-start:2;
}
.gridc > .ce2-899 {
	grid-column-end:2;
}
.gridc-899 > .ce2-899 {
	grid-column-end:2;
}

.o3-899 {
		order:3;
	}

.fl3-899 {
	flex:3;
}

.gridc > .r3-899 {
	grid-row-start:3;
}
.gridc-899 > .r3-899 {
	grid-row-start:3;
	overflow:hidden;
}
.gridc > .re3-899 {
	grid-row-end:3;
}
.gridc-899 > .re3-899 {
	grid-row-end:3;
}
.gridc > .c3-899 {
	grid-column-start:3;
}
.gridc-899 > .c3-899 {
	grid-column-start:3;
}
.gridc > .ce3-899 {
	grid-column-end:3;
}
.gridc-899 > .ce3-899 {
	grid-column-end:3;
}

.o4-899 {
		order:4;
	}

.fl4-899 {
	flex:4;
}

.gridc > .r4-899 {
	grid-row-start:4;
}
.gridc-899 > .r4-899 {
	grid-row-start:4;
	overflow:hidden;
}
.gridc > .re4-899 {
	grid-row-end:4;
}
.gridc-899 > .re4-899 {
	grid-row-end:4;
}
.gridc > .c4-899 {
	grid-column-start:4;
}
.gridc-899 > .c4-899 {
	grid-column-start:4;
}
.gridc > .ce4-899 {
	grid-column-end:4;
}
.gridc-899 > .ce4-899 {
	grid-column-end:4;
}

.o5-899 {
		order:5;
	}

.fl5-899 {
	flex:5;
}

.gridc > .r5-899 {
	grid-row-start:5;
}
.gridc-899 > .r5-899 {
	grid-row-start:5;
	overflow:hidden;
}
.gridc > .re5-899 {
	grid-row-end:5;
}
.gridc-899 > .re5-899 {
	grid-row-end:5;
}
.gridc > .c5-899 {
	grid-column-start:5;
}
.gridc-899 > .c5-899 {
	grid-column-start:5;
}
.gridc > .ce5-899 {
	grid-column-end:5;
}
.gridc-899 > .ce5-899 {
	grid-column-end:5;
}

.o6-899 {
		order:6;
	}

.fl6-899 {
	flex:6;
}

.gridc > .r6-899 {
	grid-row-start:6;
}
.gridc-899 > .r6-899 {
	grid-row-start:6;
	overflow:hidden;
}
.gridc > .re6-899 {
	grid-row-end:6;
}
.gridc-899 > .re6-899 {
	grid-row-end:6;
}
.gridc > .c6-899 {
	grid-column-start:6;
}
.gridc-899 > .c6-899 {
	grid-column-start:6;
}
.gridc > .ce6-899 {
	grid-column-end:6;
}
.gridc-899 > .ce6-899 {
	grid-column-end:6;
}

.o7-899 {
		order:7;
	}

.fl7-899 {
	flex:7;
}

.gridc > .r7-899 {
	grid-row-start:7;
}
.gridc-899 > .r7-899 {
	grid-row-start:7;
	overflow:hidden;
}
.gridc > .re7-899 {
	grid-row-end:7;
}
.gridc-899 > .re7-899 {
	grid-row-end:7;
}
.gridc > .c7-899 {
	grid-column-start:7;
}
.gridc-899 > .c7-899 {
	grid-column-start:7;
}
.gridc > .ce7-899 {
	grid-column-end:7;
}
.gridc-899 > .ce7-899 {
	grid-column-end:7;
}

.o8-899 {
		order:8;
	}

.fl8-899 {
	flex:8;
}

.gridc > .r8-899 {
	grid-row-start:8;
}
.gridc-899 > .r8-899 {
	grid-row-start:8;
	overflow:hidden;
}
.gridc > .re8-899 {
	grid-row-end:8;
}
.gridc-899 > .re8-899 {
	grid-row-end:8;
}
.gridc > .c8-899 {
	grid-column-start:8;
}
.gridc-899 > .c8-899 {
	grid-column-start:8;
}
.gridc > .ce8-899 {
	grid-column-end:8;
}
.gridc-899 > .ce8-899 {
	grid-column-end:8;
}

.o9-899 {
		order:9;
	}

.fl9-899 {
	flex:9;
}

.gridc > .r9-899 {
	grid-row-start:9;
}
.gridc-899 > .r9-899 {
	grid-row-start:9;
	overflow:hidden;
}
.gridc > .re9-899 {
	grid-row-end:9;
}
.gridc-899 > .re9-899 {
	grid-row-end:9;
}
.gridc > .c9-899 {
	grid-column-start:9;
}
.gridc-899 > .c9-899 {
	grid-column-start:9;
}
.gridc > .ce9-899 {
	grid-column-end:9;
}
.gridc-899 > .ce9-899 {
	grid-column-end:9;
}

.z1-899 {
	z-index:1;
}

.z9999999-899 {
	z-index:9999999;
}

.z2-899 {
	z-index:2;
}

.z9999998-899 {
	z-index:9999998;
}

.z3-899 {
	z-index:3;
}

.z9999997-899 {
	z-index:9999997;
}

.z4-899 {
	z-index:4;
}

.z9999996-899 {
	z-index:9999996;
}

.z5-899 {
	z-index:5;
}

.z9999995-899 {
	z-index:9999995;
}

.z6-899 {
	z-index:6;
}

.z9999994-899 {
	z-index:9999994;
}

.z7-899 {
	z-index:7;
}

.z9999993-899 {
	z-index:9999993;
}

.z8-899 {
	z-index:8;
}

.z9999992-899 {
	z-index:9999992;
}

.z9-899 {
	z-index:9;
}

.z9999991-899 {
	z-index:9999991;
}

.w100-899 {
	font-weight:100;
}
.w200-899 {
	font-weight:200;
}
.w300-899 {
	font-weight:300;
}
.w400-899 {
	font-weight:400;
}
.w500-899 {
	font-weight:500;
}
.w600-899 {
	font-weight:600;
}
.w700-899 {
	font-weight:700;
}
.w800-899 {
	font-weight:800;
}
.w900-899 {
	font-weight:900;
}
.f1-899 {
	font-size:1.1em;
	line-height:1.1em;
}

p.f1-899,
p > *.f1-899 {
	line-height:1.4em;
}
.f1_5-899 {
	font-size:1.15em;
	line-height:1.15em;
}

p.f1_5-899,
p > *.f1_5-899 {
	line-height:1.18em;
}
.f2-899 {
	font-size:1.2em;
	line-height:1.2em;
}

p.f2-899,
p > *.f2-899 {
	line-height:1.5em;
}
.f2_5-899 {
	font-size:1.25em;
	line-height:1.25em;
}

p.f2_5-899,
p > *.f2_5-899 {
	line-height:1.28em;
}
.f3-899 {
	font-size:1.3em;
	line-height:1.3em;
}

p.f3-899,
p > *.f3-899 {
	line-height:1.6em;
}
.f3_5-899 {
	font-size:1.35em;
	line-height:1.35em;
}

p.f3_5-899,
p > *.f3_5-899 {
	line-height:1.38em;
}
.f4-899 {
	font-size:1.4em;
	line-height:1.4em;
}

p.f4-899,
p > *.f4-899 {
	line-height:1.7em;
}
.f4_5-899 {
	font-size:1.45em;
	line-height:1.45em;
}

p.f4_5-899,
p > *.f4_5-899 {
	line-height:1.48em;
}
.f5-899 {
	font-size:1.5em;
	line-height:1.5em;
}

p.f5-899,
p > *.f5-899 {
	line-height:1.8em;
}
.f5_5-899 {
	font-size:1.55em;
	line-height:1.55em;
}

p.f5_5-899,
p > *.f5_5-899 {
	line-height:1.58em;
}
.f6-899 {
	font-size:1.6em;
	line-height:1.6em;
}

p.f6-899,
p > *.f6-899 {
	line-height:1.9em;
}
.f6_5-899 {
	font-size:1.65em;
	line-height:1.65em;
}

p.f6_5-899,
p > *.f6_5-899 {
	line-height:1.68em;
}
.f7-899 {
	font-size:1.7em;
	line-height:1.7em;
}

p.f7-899,
p > *.f7-899 {
	line-height:1.10em;
}
.f7_5-899 {
	font-size:1.75em;
	line-height:1.75em;
}

p.f7_5-899,
p > *.f7_5-899 {
	line-height:1.78em;
}
.f8-899 {
	font-size:1.8em;
	line-height:1.8em;
}

p.f8-899,
p > *.f8-899 {
	line-height:1.11em;
}
.f8_5-899 {
	font-size:1.85em;
	line-height:1.85em;
}

p.f8_5-899,
p > *.f8_5-899 {
	line-height:1.88em;
}
.f9-899 {
	font-size:1.9em;
	line-height:1.9em;
}

p.f9-899,
p > *.f9-899 {
	line-height:1.12em;
}
.f9_5-899 {
	font-size:1.95em;
	line-height:1.95em;
}

p.f9_5-899,
p > *.f9_5-899 {
	line-height:1.98em;
}
.f10-899 {
	font-size:2em;
	line-height:2em;
}

p.f10-899,
p > *.f10-899 {
	line-height:2em;
}
.f10_5-899 {
	font-size:2em;
	line-height:2em;
}

p.f10_5-899,
p > *.f10_5-899 {
	line-height:2em;
}
.nf1-899 {
	font-size:0.9em;
}

*:not(p):not(ul):not(ol).nf1-899 {
	line-height:0.9em;
}

p.nf1-899,
ul.nf1-899,
ol.nf1-899 {
	line-height:1.9em;
}
.nf1_5-899 {
	font-size:0.85em;
}

*:not(p):not(ul):not(ol).nf1_5-899 {
	line-height:0.85em;
}

p.nf1_5-899,
ul.nf1_5-899,
ol.nf1_5-899 {
	line-height:1.85em;
}
.nf2-899 {
	font-size:0.8em;
}

*:not(p):not(ul):not(ol).nf2-899 {
	line-height:0.8em;
}

p.nf2-899,
ul.nf2-899,
ol.nf2-899 {
	line-height:1.8em;
}
.nf2_5-899 {
	font-size:0.75em;
}

*:not(p):not(ul):not(ol).nf2_5-899 {
	line-height:0.75em;
}

p.nf2_5-899,
ul.nf2_5-899,
ol.nf2_5-899 {
	line-height:1.75em;
}
.nf3-899 {
	font-size:0.7em;
}

*:not(p):not(ul):not(ol).nf3-899 {
	line-height:0.7em;
}

p.nf3-899,
ul.nf3-899,
ol.nf3-899 {
	line-height:1.7em;
}
.nf3_5-899 {
	font-size:0.65em;
}

*:not(p):not(ul):not(ol).nf3_5-899 {
	line-height:0.65em;
}

p.nf3_5-899,
ul.nf3_5-899,
ol.nf3_5-899 {
	line-height:1.65em;
}
.nf4-899 {
	font-size:0.6em;
}

*:not(p):not(ul):not(ol).nf4-899 {
	line-height:0.6em;
}

p.nf4-899,
ul.nf4-899,
ol.nf4-899 {
	line-height:1.6em;
}
.nf4_5-899 {
	font-size:0.55em;
}

*:not(p):not(ul):not(ol).nf4_5-899 {
	line-height:0.55em;
}

p.nf4_5-899,
ul.nf4_5-899,
ol.nf4_5-899 {
	line-height:1.55em;
}
.nf5-899 {
	font-size:0.5em;
}

*:not(p):not(ul):not(ol).nf5-899 {
	line-height:0.5em;
}

p.nf5-899,
ul.nf5-899,
ol.nf5-899 {
	line-height:1.5em;
}
.nf5_5-899 {
	font-size:0.45em;
}

*:not(p):not(ul):not(ol).nf5_5-899 {
	line-height:0.45em;
}

p.nf5_5-899,
ul.nf5_5-899,
ol.nf5_5-899 {
	line-height:1.45em;
}
.nf6-899 {
	font-size:0.4em;
}

*:not(p):not(ul):not(ol).nf6-899 {
	line-height:0.4em;
}

p.nf6-899,
ul.nf6-899,
ol.nf6-899 {
	line-height:1.4em;
}
.nf6_5-899 {
	font-size:0.35em;
}

*:not(p):not(ul):not(ol).nf6_5-899 {
	line-height:0.35em;
}

p.nf6_5-899,
ul.nf6_5-899,
ol.nf6_5-899 {
	line-height:1.35em;
}
.nf7-899 {
	font-size:0.3em;
}

*:not(p):not(ul):not(ol).nf7-899 {
	line-height:0.3em;
}

p.nf7-899,
ul.nf7-899,
ol.nf7-899 {
	line-height:1.3em;
}
.nf7_5-899 {
	font-size:0.25em;
}

*:not(p):not(ul):not(ol).nf7_5-899 {
	line-height:0.25em;
}

p.nf7_5-899,
ul.nf7_5-899,
ol.nf7_5-899 {
	line-height:1.25em;
}
.nf8-899 {
	font-size:0.2em;
}

*:not(p):not(ul):not(ol).nf8-899 {
	line-height:0.2em;
}

p.nf8-899,
ul.nf8-899,
ol.nf8-899 {
	line-height:1.2em;
}
.nf8_5-899 {
	font-size:0.15em;
}

*:not(p):not(ul):not(ol).nf8_5-899 {
	line-height:0.15em;
}

p.nf8_5-899,
ul.nf8_5-899,
ol.nf8_5-899 {
	line-height:1.15em;
}
.nf9-899 {
	font-size:0.1em;
}

*:not(p):not(ul):not(ol).nf9-899 {
	line-height:0.1em;
}

p.nf9-899,
ul.nf9-899,
ol.nf9-899 {
	line-height:1.1em;
}
.nf9_5-899 {
	font-size:0.05em;
}

*:not(p):not(ul):not(ol).nf9_5-899 {
	line-height:0.05em;
}

p.nf9_5-899,
ul.nf9_5-899,
ol.nf9_5-899 {
	line-height:1.05em;
}
  .invisible-899 {
			visibility:hidden!important;
		}

  .last-899 {
			margin-right:0px!important;
		}

  .floatl-899 {
			float:left!important;
		}

  .floatr-899 {
			float:right!important;
		}

  .left-899 {
			float:left!important;
		}

  .right-899 {
			float:right!important;
		}

  .floatn-899,
 .grid.floatn-899 {
			float:none!important;
		}

  .grid-899 {
			float:left!important;
overflow:hidden;;
		}

  .grid.last-899 {
			float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
		}

  .none-899 {
			display:none!important;
		}

  .block-899 {
			display:block!important;
		}

  .iblock-899 {
			display:inline-block!important;
		}

  .inline-899 {
			display:inline!important;
		}

  .table-899 {
			display:table!important;
		}

  .row-899 {
			display:table-row!important;
		}

  .cell-899 {
			display:table-cell!important;
vertical-align:middle;
		}

  .collapse-899 {
			border-collapse:collapse;
		}

  .clearl-899 {
			clear:left!important;
		}

  .clearr-899 {
			clear:right!important;
		}

  .clearn-899 {
			clear:none!important;
		}

  .clearnone-899 {
			clear:none!important;
		}

  .clearb-899 {
			clear:both!important;
		}

  .clear-899 {
			float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
		}

  .up-899 {
			text-transform:uppercase;
		}

  .transnone-899 {
			text-transform:none;
		}

  .strike-899 {
			text-decoration:line-through;
		}

  .alignl-899 {
			text-align:left!important;
		}

  .alignr-899 {
			text-align:right!important;
		}

  .alignc-899 {
			text-align:center!important;
		}

  .alignj-899 {
			text-align:justify!important;
		}

  .valign-899 {
			vertical-align:middle!important;
		}

  .widthauto-899 {
			width:auto!important;
		}

  .heightauto-899 {
			height:auto!important;
min-height:0px!important;
		}

.square.heightauto-899::after {
	display:none!important;
}

.square.heightauto-899 > * {
	position:static!important;
}

  .width0-899 {
			width:0px;
		}

  .width50-899 {
			width:50%;
		}

  .height0-899 {
			height:0px;
		}

  .height50-899 {
			height:50%;
		}

  .mw100-899 {
			max-width:100%;
		}

  .mw90-899 {
			max-width:90%;
		}

  .mw80-899 {
			max-width:80%;
		}

  .mw70-899 {
			max-width:70%;
		}

  .mw60-899 {
			max-width:60%;
		}

  .mw50-899 {
			max-width:50%;
		}

  .mw40-899 {
			max-width:40%;
		}

  .mw30-899 {
			max-width:30%;
		}

  .mw20-899 {
			max-width:20%;
		}

  .mw10-899 {
			max-width:10%;
		}

  .mwnone-899 {
			max-width:none;
		}

  .fw-899,
 .grid.fw-899,
 .floatl.fw-899 {
			width:100%!important;
      margin-left:0px!important;
			margin-right:0px!important;
		}

  .fh-899 {
			height:100%!important;
		}

  .pointer-899 {
			cursor:pointer!important;
		}

  .noallow-899 {
			cursor:not-allowed!important;
		}

  .noselect-899 {
			user-select:none!important;
		}

  .static-899 {
			position:static!important;
		}

  .relative-899 {
			position:relative!important;
		}

  .absolute-899 {
			position:absolute!important;
		}

  .fixed-899 {
			position:fixed!important;
		}

  .spacing-899 {
			margin-bottom:7px!important;
		}

  .spacing.floatl-899 {
			margin-right:15px!important;
		}

  .spacing.floatr-899 {
			margin-left:15px!important;
		}

  .flowhide-899 {
			overflow:hidden;
		}

  .flowshow-899 {
			overflow:visible;
		}

  .flowauto-899 {
			overflow:auto;
		}

  .nowrap-899 {
			white-space:nowrap;
		}

  .lhreset-899 {
			line-height:normal;
		}

  .circle-899 {
			border-radius:50%!important;
		}

  .radnone-899 {
			border-radius:0px!important;
		}

  .vh10-899 {
			height:10vh!important;
		}

  .vh25-899 {
			height:25vh!important;
		}

  .vh50-899 {
			height:50vh!important;
		}

  .vh100-899 {
			height:100vh!important;
		}

  .vw10-899 {
			width:10vw!important;
		}

  .vw25-899 {
			width:25vw!important;
		}

  .vw50-899 {
			width:50vw!important;
		}

  .vw100-899 {
			width:100vw!important;
		}

  .flexw-899 {
			flex-wrap:wrap!important;
		}

  .flexwn-899 {
			flex-wrap:nowrap!important;
		}

  .flexwr-899 {
			flex-wrap:wrap-reverse!important;
		}

  .flexdr-899 {
			flex-direction:row!important;
		}

  .flexdrr-899 {
			flex-direction:row-reverse!important;
		}

  .flexdc-899 {
			flex-direction:column!important;
		}

  .flexdcr-899 {
			flex-direction:column-reverse!important;
		}

  .flex-899 {
			display:flex!important;
align-items:center;
flex-wrap:wrap;;
		}

  .iflex-899 {
			display:inline-flex!important;
align-items:center;;
		}

  .spaced-899 {
			justify-content:space-between;
		}

  .flexdr.spaced-899 {
			align-content:space-between;
		}

  .spacee-899 {
			justify-content:space-evenly;
		}

  .falignst-899 {
			align-items:stretch;;
		}

  .falignc-899 {
			align-items:center;;
		}

  .faligns-899 {
			align-items:flex-start;;
		}

  .faligne-899 {
			align-items:flex-end;;
		}

  .fjustl-899 {
			justify-content:flex-start;;
		}

  .fjustr-899 {
			justify-content:flex-end;;
		}

  .fjustc-899 {
			justify-content:center;;
		}

  .flexn-899 {
			flex:none!important;width:100%;;
		}

  .gridc-899 {
			display:grid!important;;
		}

  .o100-899 {
			opacity:1;
		}

  .o90-899 {
			opacity:0.9;
		}

  .o80-899 {
			opacity:0.8;
		}

  .o70-899 {
			opacity:0.7;
		}

  .o60-899 {
			opacity:0.6;
		}

  .o50-899 {
			opacity:0.5;
		}

  .o40-899 {
			opacity:0.4;
		}

  .o30-899 {
			opacity:0.3;
		}

  .o20-899 {
			opacity:0.2;
		}

  .o10-899 {
			opacity:0.1;
		}

  .o0-899 {
			opacity:0;
		}

  .left0-899 {
			left:0px!important;;
		}

  .right0-899 {
			right:0px!important;;
		}

  .top0-899 {
			top:0px!important;;
		}

  .bottom0-899 {
			bottom:0px!important;;
		}

  .left50-899 {
			left:50%!important;;
		}

  .right50-899 {
			right:50%!important;;
		}

  .top50-899 {
			top:50%!important;;
		}

  .bottom50-899 {
			bottom:50%!important;;
		}

  .left100-899 {
			left:100%!important;;
		}

  .right100-899 {
			right:100%!important;;
		}

  .top100-899 {
			top:100%!important;;
		}

  .bottom100-899 {
			bottom:100%!important;;
		}

  .leftauto-899 {
			left:auto!important;;
		}

  .rightauto-899 {
			right:auto!important;;
		}

  .topauto-899 {
			top:auto!important;;
		}

  .bottomauto-899 {
			bottom:auto!important;;
		}

  .all0-899 {
			top:0px!important;
bottom:0px!important;
left:0px!important;
right:0px!important;;
		}

  .lineup.fw-899, .lineupgroup.fw-899 {
			height:auto!important;
	}

	

			.padded_tiny-899 {
				padding:5px!important;

			}

			.paddedtb_tiny-899 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-899 {
				padding-top:5px!important;
			}

			.paddedb_tiny-899 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-899 {
				padding-left:5px!important;
			}

			.paddedr_tiny-899 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-899 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-899 {
				margin:5px!important;
			}

			.margintb_tiny-899 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-899 {
				margin-top:5px!important;
			}

			.marginb_tiny-899 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-899 {
				margin-left:5px!important;
			}

			.marginr_tiny-899 {
				margin-right:5px!important;
			}

			.marginlr_tiny-899 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			
			.nmarginlr_tiny {
				margin-left:-5px!important;
				margin-right:-5px!important;
			}
				
			.nmargin_tiny-899 {
				margin:-5px!important;
			}

			.nmargintb_tiny-899 {
				margin-top:-5px!important;
				margin-bottom:-5px!important;
			}

			.nmargint_tiny-899 {
				margin-top:-5px!important;
			}

			.nmarginb_tiny-899 {
				margin-bottom:-5px!important;
			}

			.nmarginl_tiny-899 {
				margin-left:-5px!important;
			}

			.nmarginr_tiny-899 {
				margin-right:-5px!important;
			}
			
			.padded_small-899 {
				padding:10px!important;

			}

			.paddedtb_small-899 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-899 {
				padding-top:10px!important;
			}

			.paddedb_small-899 {
				padding-bottom:10px!important;
			}

			.paddedl_small-899 {
				padding-left:10px!important;
			}

			.paddedr_small-899 {
				padding-right:10px!important;
			}

			.paddedlr_small-899 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-899 {
				margin:10px!important;
			}

			.margintb_small-899 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-899 {
				margin-top:10px!important;
			}

			.marginb_small-899 {
				margin-bottom:10px!important;
			}

			.marginl_small-899 {
				margin-left:10px!important;
			}

			.marginr_small-899 {
				margin-right:10px!important;
			}

			.marginlr_small-899 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_small {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_small-899 {
				margin:-10px!important;
			}

			.nmargintb_small-899 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_small-899 {
				margin-top:-10px!important;
			}

			.nmarginb_small-899 {
				margin-bottom:-10px!important;
			}

			.nmarginl_small-899 {
				margin-left:-10px!important;
			}

			.nmarginr_small-899 {
				margin-right:-10px!important;
			}
			
			.padded_medium-899 {
				padding:20px!important;

			}

			.paddedtb_medium-899 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-899 {
				padding-top:20px!important;
			}

			.paddedb_medium-899 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-899 {
				padding-left:20px!important;
			}

			.paddedr_medium-899 {
				padding-right:20px!important;
			}

			.paddedlr_medium-899 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-899 {
				margin:20px!important;
			}

			.margintb_medium-899 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-899 {
				margin-top:20px!important;
			}

			.marginb_medium-899 {
				margin-bottom:20px!important;
			}

			.marginl_medium-899 {
				margin-left:20px!important;
			}

			.marginr_medium-899 {
				margin-right:20px!important;
			}

			.marginlr_medium-899 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			
			.nmarginlr_medium {
				margin-left:-20px!important;
				margin-right:-20px!important;
			}
				
			.nmargin_medium-899 {
				margin:-20px!important;
			}

			.nmargintb_medium-899 {
				margin-top:-20px!important;
				margin-bottom:-20px!important;
			}

			.nmargint_medium-899 {
				margin-top:-20px!important;
			}

			.nmarginb_medium-899 {
				margin-bottom:-20px!important;
			}

			.nmarginl_medium-899 {
				margin-left:-20px!important;
			}

			.nmarginr_medium-899 {
				margin-right:-20px!important;
			}
			
			.padded_large-899 {
				padding:40px!important;

			}

			.paddedtb_large-899 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-899 {
				padding-top:40px!important;
			}

			.paddedb_large-899 {
				padding-bottom:40px!important;
			}

			.paddedl_large-899 {
				padding-left:40px!important;
			}

			.paddedr_large-899 {
				padding-right:40px!important;
			}

			.paddedlr_large-899 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-899 {
				margin:40px!important;
			}

			.margintb_large-899 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-899 {
				margin-top:40px!important;
			}

			.marginb_large-899 {
				margin-bottom:40px!important;
			}

			.marginl_large-899 {
				margin-left:40px!important;
			}

			.marginr_large-899 {
				margin-right:40px!important;
			}

			.marginlr_large-899 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			
			.nmarginlr_large {
				margin-left:-40px!important;
				margin-right:-40px!important;
			}
				
			.nmargin_large-899 {
				margin:-40px!important;
			}

			.nmargintb_large-899 {
				margin-top:-40px!important;
				margin-bottom:-40px!important;
			}

			.nmargint_large-899 {
				margin-top:-40px!important;
			}

			.nmarginb_large-899 {
				margin-bottom:-40px!important;
			}

			.nmarginl_large-899 {
				margin-left:-40px!important;
			}

			.nmarginr_large-899 {
				margin-right:-40px!important;
			}
			
			.padded_core-899 {
				padding:10px!important;

			}

			.paddedtb_core-899 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-899 {
				padding-top:10px!important;
			}

			.paddedb_core-899 {
				padding-bottom:10px!important;
			}

			.paddedl_core-899 {
				padding-left:10px!important;
			}

			.paddedr_core-899 {
				padding-right:10px!important;
			}

			.paddedlr_core-899 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-899 {
				margin:10px!important;
			}

			.margintb_core-899 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-899 {
				margin-top:10px!important;
			}

			.marginb_core-899 {
				margin-bottom:10px!important;
			}

			.marginl_core-899 {
				margin-left:10px!important;
			}

			.marginr_core-899 {
				margin-right:10px!important;
			}

			.marginlr_core-899 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_core {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_core-899 {
				margin:-10px!important;
			}

			.nmargintb_core-899 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_core-899 {
				margin-top:-10px!important;
			}

			.nmarginb_core-899 {
				margin-bottom:-10px!important;
			}

			.nmarginl_core-899 {
				margin-left:-10px!important;
			}

			.nmarginr_core-899 {
				margin-right:-10px!important;
			}
						
			.margin_auto-899 {
				margin:auto!important;
			}

			.margintb_auto-899 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-899 {
				margin-top:auto!important;
			}

			.marginb_auto-899 {
				margin-bottom:auto!important;
			}

			.marginl_auto-899 {
				margin-left:auto!important;
			}

			.marginr_auto-899 {
				margin-right:auto!important;
			}

			.marginlr_auto-899 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			
			.nmarginlr_auto {
				margin-left:-auto!important;
				margin-right:-auto!important;
			}
				
			.nmargin_auto-899 {
				margin:-auto!important;
			}

			.nmargintb_auto-899 {
				margin-top:-auto!important;
				margin-bottom:-auto!important;
			}

			.nmargint_auto-899 {
				margin-top:-auto!important;
			}

			.nmarginb_auto-899 {
				margin-bottom:-auto!important;
			}

			.nmarginl_auto-899 {
				margin-left:-auto!important;
			}

			.nmarginr_auto-899 {
				margin-right:-auto!important;
			}
			
			.padded_none-899 {
				padding:0px!important;

			}

			.paddedtb_none-899 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-899 {
				padding-top:0px!important;
			}

			.paddedb_none-899 {
				padding-bottom:0px!important;
			}

			.paddedl_none-899 {
				padding-left:0px!important;
			}

			.paddedr_none-899 {
				padding-right:0px!important;
			}

			.paddedlr_none-899 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-899 {
				margin:0px!important;
			}

			.margintb_none-899 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-899 {
				margin-top:0px!important;
			}

			.marginb_none-899 {
				margin-bottom:0px!important;
			}

			.marginl_none-899 {
				margin-left:0px!important;
			}

			.marginr_none-899 {
				margin-right:0px!important;
			}

			.marginlr_none-899 {
				margin-left:0px!important;
				margin-right:0px!important;
			}
			
			.nmarginlr_none {
				margin-left:-0px!important;
				margin-right:-0px!important;
			}
				
			.nmargin_none-899 {
				margin:-0px!important;
			}

			.nmargintb_none-899 {
				margin-top:-0px!important;
				margin-bottom:-0px!important;
			}

			.nmargint_none-899 {
				margin-top:-0px!important;
			}

			.nmarginb_none-899 {
				margin-bottom:-0px!important;
			}

			.nmarginl_none-899 {
				margin-left:-0px!important;
			}

			.nmarginr_none-899 {
				margin-right:-0px!important;
			}
			
			.padded_p100-899 {
				padding:100%!important;

			}

			.paddedtb_p100-899 {
				padding-top:100%!important;
				padding-bottom:100%!important;
			}

			.paddedt_p100-899 {
				padding-top:100%!important;
			}

			.paddedb_p100-899 {
				padding-bottom:100%!important;
			}

			.paddedl_p100-899 {
				padding-left:100%!important;
			}

			.paddedr_p100-899 {
				padding-right:100%!important;
			}

			.paddedlr_p100-899 {
				padding-left:100%!important;
				padding-right:100%!important;
			}
		
						
			.margin_p100-899 {
				margin:100%!important;
			}

			.margintb_p100-899 {
				margin-top:100%!important;
				margin-bottom:100%!important;
			}

			.margint_p100-899 {
				margin-top:100%!important;
			}

			.marginb_p100-899 {
				margin-bottom:100%!important;
			}

			.marginl_p100-899 {
				margin-left:100%!important;
			}

			.marginr_p100-899 {
				margin-right:100%!important;
			}

			.marginlr_p100-899 {
				margin-left:100%!important;
				margin-right:100%!important;
			}
			
			.nmarginlr_p100 {
				margin-left:-100%!important;
				margin-right:-100%!important;
			}
				
			.nmargin_p100-899 {
				margin:-100%!important;
			}

			.nmargintb_p100-899 {
				margin-top:-100%!important;
				margin-bottom:-100%!important;
			}

			.nmargint_p100-899 {
				margin-top:-100%!important;
			}

			.nmarginb_p100-899 {
				margin-bottom:-100%!important;
			}

			.nmarginl_p100-899 {
				margin-left:-100%!important;
			}

			.nmarginr_p100-899 {
				margin-right:-100%!important;
			}
			
			.padded_p75-899 {
				padding:75%!important;

			}

			.paddedtb_p75-899 {
				padding-top:75%!important;
				padding-bottom:75%!important;
			}

			.paddedt_p75-899 {
				padding-top:75%!important;
			}

			.paddedb_p75-899 {
				padding-bottom:75%!important;
			}

			.paddedl_p75-899 {
				padding-left:75%!important;
			}

			.paddedr_p75-899 {
				padding-right:75%!important;
			}

			.paddedlr_p75-899 {
				padding-left:75%!important;
				padding-right:75%!important;
			}
		
						
			.margin_p75-899 {
				margin:75%!important;
			}

			.margintb_p75-899 {
				margin-top:75%!important;
				margin-bottom:75%!important;
			}

			.margint_p75-899 {
				margin-top:75%!important;
			}

			.marginb_p75-899 {
				margin-bottom:75%!important;
			}

			.marginl_p75-899 {
				margin-left:75%!important;
			}

			.marginr_p75-899 {
				margin-right:75%!important;
			}

			.marginlr_p75-899 {
				margin-left:75%!important;
				margin-right:75%!important;
			}
			
			.nmarginlr_p75 {
				margin-left:-75%!important;
				margin-right:-75%!important;
			}
				
			.nmargin_p75-899 {
				margin:-75%!important;
			}

			.nmargintb_p75-899 {
				margin-top:-75%!important;
				margin-bottom:-75%!important;
			}

			.nmargint_p75-899 {
				margin-top:-75%!important;
			}

			.nmarginb_p75-899 {
				margin-bottom:-75%!important;
			}

			.nmarginl_p75-899 {
				margin-left:-75%!important;
			}

			.nmarginr_p75-899 {
				margin-right:-75%!important;
			}
			
			.padded_p50-899 {
				padding:50%!important;

			}

			.paddedtb_p50-899 {
				padding-top:50%!important;
				padding-bottom:50%!important;
			}

			.paddedt_p50-899 {
				padding-top:50%!important;
			}

			.paddedb_p50-899 {
				padding-bottom:50%!important;
			}

			.paddedl_p50-899 {
				padding-left:50%!important;
			}

			.paddedr_p50-899 {
				padding-right:50%!important;
			}

			.paddedlr_p50-899 {
				padding-left:50%!important;
				padding-right:50%!important;
			}
		
						
			.margin_p50-899 {
				margin:50%!important;
			}

			.margintb_p50-899 {
				margin-top:50%!important;
				margin-bottom:50%!important;
			}

			.margint_p50-899 {
				margin-top:50%!important;
			}

			.marginb_p50-899 {
				margin-bottom:50%!important;
			}

			.marginl_p50-899 {
				margin-left:50%!important;
			}

			.marginr_p50-899 {
				margin-right:50%!important;
			}

			.marginlr_p50-899 {
				margin-left:50%!important;
				margin-right:50%!important;
			}
			
			.nmarginlr_p50 {
				margin-left:-50%!important;
				margin-right:-50%!important;
			}
				
			.nmargin_p50-899 {
				margin:-50%!important;
			}

			.nmargintb_p50-899 {
				margin-top:-50%!important;
				margin-bottom:-50%!important;
			}

			.nmargint_p50-899 {
				margin-top:-50%!important;
			}

			.nmarginb_p50-899 {
				margin-bottom:-50%!important;
			}

			.nmarginl_p50-899 {
				margin-left:-50%!important;
			}

			.nmarginr_p50-899 {
				margin-right:-50%!important;
			}
			
			.padded_p25-899 {
				padding:25%!important;

			}

			.paddedtb_p25-899 {
				padding-top:25%!important;
				padding-bottom:25%!important;
			}

			.paddedt_p25-899 {
				padding-top:25%!important;
			}

			.paddedb_p25-899 {
				padding-bottom:25%!important;
			}

			.paddedl_p25-899 {
				padding-left:25%!important;
			}

			.paddedr_p25-899 {
				padding-right:25%!important;
			}

			.paddedlr_p25-899 {
				padding-left:25%!important;
				padding-right:25%!important;
			}
		
						
			.margin_p25-899 {
				margin:25%!important;
			}

			.margintb_p25-899 {
				margin-top:25%!important;
				margin-bottom:25%!important;
			}

			.margint_p25-899 {
				margin-top:25%!important;
			}

			.marginb_p25-899 {
				margin-bottom:25%!important;
			}

			.marginl_p25-899 {
				margin-left:25%!important;
			}

			.marginr_p25-899 {
				margin-right:25%!important;
			}

			.marginlr_p25-899 {
				margin-left:25%!important;
				margin-right:25%!important;
			}
			
			.nmarginlr_p25 {
				margin-left:-25%!important;
				margin-right:-25%!important;
			}
				
			.nmargin_p25-899 {
				margin:-25%!important;
			}

			.nmargintb_p25-899 {
				margin-top:-25%!important;
				margin-bottom:-25%!important;
			}

			.nmargint_p25-899 {
				margin-top:-25%!important;
			}

			.nmarginb_p25-899 {
				margin-bottom:-25%!important;
			}

			.nmarginl_p25-899 {
				margin-left:-25%!important;
			}

			.nmarginr_p25-899 {
				margin-right:-25%!important;
			}
				.border_1-899 {
		border:solid 1px rgba(0,0,0,0.5);;
	}

	.bordertb_1-899 {
		border-top:solid 1px rgba(0,0,0,0.5);;
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.bordert_1-899 {
		border-top:solid 1px rgba(0,0,0,0.5);;
	}

	.borderb_1-899 {
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.borderl_1-899 {
		border-left:solid 1px rgba(0,0,0,0.5);;
	}

	.borderr_1-899 {
		border-right:solid 1px rgba(0,0,0,0.5);;
	}

	.borderlr_1-899 {
		border-left:solid 1px rgba(0,0,0,0.5);;
		border-right:solid 1px rgba(0,0,0,0.5);;
	}
		.border_none-899 {
		border:none;
	}

	.bordertb_none-899 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-899 {
		border-top:none;
	}

	.borderb_none-899 {
		border-bottom:none;
	}

	.borderl_none-899 {
		border-left:none;
	}

	.borderr_none-899 {
		border-right:none;
	}

	.borderlr_none-899 {
		border-left:none;
		border-right:none;
	}
		.border_core-899 {
		border:solid 1px rgba(0,0,0,0.1);
	}

	.bordertb_core-899 {
		border-top:solid 1px rgba(0,0,0,0.1);
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.bordert_core-899 {
		border-top:solid 1px rgba(0,0,0,0.1);
	}

	.borderb_core-899 {
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.borderl_core-899 {
		border-left:solid 1px rgba(0,0,0,0.1);
	}

	.borderr_core-899 {
		border-right:solid 1px rgba(0,0,0,0.1);
	}

	.borderlr_core-899 {
		border-left:solid 1px rgba(0,0,0,0.1);
		border-right:solid 1px rgba(0,0,0,0.1);
	}
				.colour1_bg-899 {
				background-color:#000000!important;
			}

			.colour1_bg-899,
			a.colour1_bg-899 {
				color:#FFFFFF!important;
			}
		
			.colour1_bg-899 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour1-899 a,
			a.colour1-899 {
				color:#000000;
							}
			
			.colour1-899 {
					color:#000000;
				background:transparent!important;
						}

					
			.colour1_bg-899 input[type=text],
			.colour1_bg-899 input[type=password],
			.colour1_bg-899 input[type=number],
			.colour1_bg-899 textarea,
			.colour1_bg-899 select,
			.colour1_bg-899 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour1_bg-899 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour1_bg-899 select {
				color:rgba(255,255,255,0.7);
			}

			.colour1_bg-899 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour1_bg-899 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour2_bg-899 {
				background-color:#4b4a4b!important;
			}

			.colour2_bg-899,
			a.colour2_bg-899 {
				color:#FFFFFF!important;
			}
		
			.colour2_bg-899 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour2-899 a,
			a.colour2-899 {
				color:#4b4a4b;
							}
			
			.colour2-899 {
					color:#4b4a4b;
				background:transparent!important;
						}

					
			.colour2_bg-899 input[type=text],
			.colour2_bg-899 input[type=password],
			.colour2_bg-899 input[type=number],
			.colour2_bg-899 textarea,
			.colour2_bg-899 select,
			.colour2_bg-899 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour2_bg-899 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour2_bg-899 select {
				color:rgba(255,255,255,0.7);
			}

			.colour2_bg-899 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour2_bg-899 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour3_bg-899 {
				background-color:#616062!important;
			}

			.colour3_bg-899,
			a.colour3_bg-899 {
				color:#FFFFFF!important;
			}
		
			.colour3_bg-899 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour3-899 a,
			a.colour3-899 {
				color:#616062;
							}
			
			.colour3-899 {
					color:#616062;
				background:transparent!important;
						}

					
			.colour3_bg-899 input[type=text],
			.colour3_bg-899 input[type=password],
			.colour3_bg-899 input[type=number],
			.colour3_bg-899 textarea,
			.colour3_bg-899 select,
			.colour3_bg-899 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour3_bg-899 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour3_bg-899 select {
				color:rgba(255,255,255,0.7);
			}

			.colour3_bg-899 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour3_bg-899 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour4_bg-899 {
				background-color:#FFFFFF!important;
			}

			.colour4_bg-899,
			a.colour4_bg-899 {
				color:#202020!important;
			}
		
			.colour4_bg-899 a:not(.more) {
				color:#202020;
			}

			
			.colour4-899 a,
			a.colour4-899 {
				color:#FFFFFF;
							}
			
			.colour4-899 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour4_bg-899 input[type=text],
			.colour4_bg-899 input[type=password],
			.colour4_bg-899 input[type=number],
			.colour4_bg-899 textarea,
			.colour4_bg-899 select,
			.colour4_bg-899 select option {
				border-color:#202020;
				color:#202020;
				background:transparent;
			}
		
			.colour4_bg-899 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour4_bg-899 select {
				color:rgba(32,32,32,0.7);
			}

			.colour4_bg-899 ::-webkit-input-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}

			.colour4_bg-899 ::-moz-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}
		
						.colour5_bg-899 {
				background-color:#FFFFFF!important;
			}

			.colour5_bg-899,
			a.colour5_bg-899 {
				color:#424040!important;
			}
		
			.colour5_bg-899 a:not(.more) {
				color:#424040;
			}

			
			.colour5-899 a,
			a.colour5-899 {
				color:#FFFFFF;
							}
			
			.colour5-899 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour5_bg-899 input[type=text],
			.colour5_bg-899 input[type=password],
			.colour5_bg-899 input[type=number],
			.colour5_bg-899 textarea,
			.colour5_bg-899 select,
			.colour5_bg-899 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour5_bg-899 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour5_bg-899 select {
				color:rgba(66,64,64,0.7);
			}

			.colour5_bg-899 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour5_bg-899 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
						.colour6_bg-899 {
				background-color:#EEEEEE!important;
			}

			.colour6_bg-899,
			a.colour6_bg-899 {
				color:#424040!important;
			}
		
			.colour6_bg-899 a:not(.more) {
				color:#424040;
			}

			
			.colour6-899 a,
			a.colour6-899 {
				color:#EEEEEE;
							}
			
			.colour6-899 {
					color:#EEEEEE;
				background:transparent!important;
						}

					
			.colour6_bg-899 input[type=text],
			.colour6_bg-899 input[type=password],
			.colour6_bg-899 input[type=number],
			.colour6_bg-899 textarea,
			.colour6_bg-899 select,
			.colour6_bg-899 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour6_bg-899 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour6_bg-899 select {
				color:rgba(66,64,64,0.7);
			}

			.colour6_bg-899 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour6_bg-899 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
			
}

@media only screen and (max-width : 849px) {
	
.grid.eight-849 {
	float:left!important;
	width:10.575%!important;
margin-right:2.2%!important;;
}

.grid.eight_x2-849 {
	float:left!important;
	width:23.35%!important;
margin-right:2.2%!important;;
}

.grid.eight_x3-849 {
	float:left!important;
	width:36.125%!important;
margin-right:2.2%!important;;
}

.grid.eight_x4-849 {
	float:left!important;
	width:48.9%!important;
margin-right:2.2%!important;;
}

.grid.eight_x5-849 {
	float:left!important;
	width:61.675%!important;
margin-right:2.2%!important;;
}

.grid.eight_x6-849 {
	float:left!important;
	width:74.45%!important;
margin-right:2.2%!important;;
}

.grid.eight_x7-849 {
	float:left!important;
	width:87.225%!important;
margin-right:2.2%!important;;
}

.grid.seven-849 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-849 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-849 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-849 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-849 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-849 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-849 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-849 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-849 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-849 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-849 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-849 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-849 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-849 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-849 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-849 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-849 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-849 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-849 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-849 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-849 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-849 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.eight-849 {
	width:12.5%!important;
}

.floatl.eight_x2-849 {
	width:25%!important;
}

.floatl.eight_x3-849 {
	width:37.5%!important;
}

.floatl.eight_x4-849 {
	width:50%!important;
}

.floatl.eight_x5-849 {
	width:62.5%!important;
}

.floatl.eight_x6-849 {
	width:75%!important;
}

.floatl.eight_x7-849 {
	width:87.5%!important;
}

.floatl.seven-849 {
	width:14.28571429%!important;
}

.floatl.seven_x2-849 {
	width:28.57142857%!important;
}

.floatl.seven_x3-849 {
	width:42.85714286%!important;
}

.floatl.seven_x4-849 {
	width:57.14285714%!important;
}

.floatl.seven_x5-849 {
	width:71.42857143%!important;
}

.floatl.seven_x6-849 {
	width:85.71428571%!important;
}

.floatl.six-849 {
	width:16.66666667%!important;
}

.floatl.six_x2-849 {
	width:33.33333333%!important;
}

.floatl.six_x3-849 {
	width:50%!important;
}

.floatl.six_x4-849 {
	width:66.6666667%!important;
}

.floatl.six_x5-849 {
	width:83%!important;
}

.floatl.five-849 {
	width:20%!important;
}

.floatl.five_x2-849 {
	width:40%!important;
}

.floatl.five_x3-849 {
	width:60%!important;
}

.floatl.five_x4-849 {
	width:80%!important;
}

.floatl.four-849 {
	width:25%!important;
}

.floatl.four_x2-849 {
	width:50%!important;
}

.floatl.four_x3-849 {
	width:75%!important;
}

.floatl.three-849 {
	width:33.33333333%!important;
}

.floatl.three_x2-849 {
	width:66.66666667%!important;
}

.floatl.two-849 {
	width:50%!important;
}

.floatl.one-849 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

.o1-849 {
		order:1;
	}

.fl1-849 {
	flex:1;
}

.gridc > .r1-849 {
	grid-row-start:1;
}
.gridc-849 > .r1-849 {
	grid-row-start:1;
	overflow:hidden;
}
.gridc > .re1-849 {
	grid-row-end:1;
}
.gridc-849 > .re1-849 {
	grid-row-end:1;
}
.gridc > .c1-849 {
	grid-column-start:1;
}
.gridc-849 > .c1-849 {
	grid-column-start:1;
}
.gridc > .ce1-849 {
	grid-column-end:1;
}
.gridc-849 > .ce1-849 {
	grid-column-end:1;
}

.o2-849 {
		order:2;
	}

.fl2-849 {
	flex:2;
}

.gridc > .r2-849 {
	grid-row-start:2;
}
.gridc-849 > .r2-849 {
	grid-row-start:2;
	overflow:hidden;
}
.gridc > .re2-849 {
	grid-row-end:2;
}
.gridc-849 > .re2-849 {
	grid-row-end:2;
}
.gridc > .c2-849 {
	grid-column-start:2;
}
.gridc-849 > .c2-849 {
	grid-column-start:2;
}
.gridc > .ce2-849 {
	grid-column-end:2;
}
.gridc-849 > .ce2-849 {
	grid-column-end:2;
}

.o3-849 {
		order:3;
	}

.fl3-849 {
	flex:3;
}

.gridc > .r3-849 {
	grid-row-start:3;
}
.gridc-849 > .r3-849 {
	grid-row-start:3;
	overflow:hidden;
}
.gridc > .re3-849 {
	grid-row-end:3;
}
.gridc-849 > .re3-849 {
	grid-row-end:3;
}
.gridc > .c3-849 {
	grid-column-start:3;
}
.gridc-849 > .c3-849 {
	grid-column-start:3;
}
.gridc > .ce3-849 {
	grid-column-end:3;
}
.gridc-849 > .ce3-849 {
	grid-column-end:3;
}

.o4-849 {
		order:4;
	}

.fl4-849 {
	flex:4;
}

.gridc > .r4-849 {
	grid-row-start:4;
}
.gridc-849 > .r4-849 {
	grid-row-start:4;
	overflow:hidden;
}
.gridc > .re4-849 {
	grid-row-end:4;
}
.gridc-849 > .re4-849 {
	grid-row-end:4;
}
.gridc > .c4-849 {
	grid-column-start:4;
}
.gridc-849 > .c4-849 {
	grid-column-start:4;
}
.gridc > .ce4-849 {
	grid-column-end:4;
}
.gridc-849 > .ce4-849 {
	grid-column-end:4;
}

.o5-849 {
		order:5;
	}

.fl5-849 {
	flex:5;
}

.gridc > .r5-849 {
	grid-row-start:5;
}
.gridc-849 > .r5-849 {
	grid-row-start:5;
	overflow:hidden;
}
.gridc > .re5-849 {
	grid-row-end:5;
}
.gridc-849 > .re5-849 {
	grid-row-end:5;
}
.gridc > .c5-849 {
	grid-column-start:5;
}
.gridc-849 > .c5-849 {
	grid-column-start:5;
}
.gridc > .ce5-849 {
	grid-column-end:5;
}
.gridc-849 > .ce5-849 {
	grid-column-end:5;
}

.o6-849 {
		order:6;
	}

.fl6-849 {
	flex:6;
}

.gridc > .r6-849 {
	grid-row-start:6;
}
.gridc-849 > .r6-849 {
	grid-row-start:6;
	overflow:hidden;
}
.gridc > .re6-849 {
	grid-row-end:6;
}
.gridc-849 > .re6-849 {
	grid-row-end:6;
}
.gridc > .c6-849 {
	grid-column-start:6;
}
.gridc-849 > .c6-849 {
	grid-column-start:6;
}
.gridc > .ce6-849 {
	grid-column-end:6;
}
.gridc-849 > .ce6-849 {
	grid-column-end:6;
}

.o7-849 {
		order:7;
	}

.fl7-849 {
	flex:7;
}

.gridc > .r7-849 {
	grid-row-start:7;
}
.gridc-849 > .r7-849 {
	grid-row-start:7;
	overflow:hidden;
}
.gridc > .re7-849 {
	grid-row-end:7;
}
.gridc-849 > .re7-849 {
	grid-row-end:7;
}
.gridc > .c7-849 {
	grid-column-start:7;
}
.gridc-849 > .c7-849 {
	grid-column-start:7;
}
.gridc > .ce7-849 {
	grid-column-end:7;
}
.gridc-849 > .ce7-849 {
	grid-column-end:7;
}

.o8-849 {
		order:8;
	}

.fl8-849 {
	flex:8;
}

.gridc > .r8-849 {
	grid-row-start:8;
}
.gridc-849 > .r8-849 {
	grid-row-start:8;
	overflow:hidden;
}
.gridc > .re8-849 {
	grid-row-end:8;
}
.gridc-849 > .re8-849 {
	grid-row-end:8;
}
.gridc > .c8-849 {
	grid-column-start:8;
}
.gridc-849 > .c8-849 {
	grid-column-start:8;
}
.gridc > .ce8-849 {
	grid-column-end:8;
}
.gridc-849 > .ce8-849 {
	grid-column-end:8;
}

.o9-849 {
		order:9;
	}

.fl9-849 {
	flex:9;
}

.gridc > .r9-849 {
	grid-row-start:9;
}
.gridc-849 > .r9-849 {
	grid-row-start:9;
	overflow:hidden;
}
.gridc > .re9-849 {
	grid-row-end:9;
}
.gridc-849 > .re9-849 {
	grid-row-end:9;
}
.gridc > .c9-849 {
	grid-column-start:9;
}
.gridc-849 > .c9-849 {
	grid-column-start:9;
}
.gridc > .ce9-849 {
	grid-column-end:9;
}
.gridc-849 > .ce9-849 {
	grid-column-end:9;
}

.z1-849 {
	z-index:1;
}

.z9999999-849 {
	z-index:9999999;
}

.z2-849 {
	z-index:2;
}

.z9999998-849 {
	z-index:9999998;
}

.z3-849 {
	z-index:3;
}

.z9999997-849 {
	z-index:9999997;
}

.z4-849 {
	z-index:4;
}

.z9999996-849 {
	z-index:9999996;
}

.z5-849 {
	z-index:5;
}

.z9999995-849 {
	z-index:9999995;
}

.z6-849 {
	z-index:6;
}

.z9999994-849 {
	z-index:9999994;
}

.z7-849 {
	z-index:7;
}

.z9999993-849 {
	z-index:9999993;
}

.z8-849 {
	z-index:8;
}

.z9999992-849 {
	z-index:9999992;
}

.z9-849 {
	z-index:9;
}

.z9999991-849 {
	z-index:9999991;
}

.w100-849 {
	font-weight:100;
}
.w200-849 {
	font-weight:200;
}
.w300-849 {
	font-weight:300;
}
.w400-849 {
	font-weight:400;
}
.w500-849 {
	font-weight:500;
}
.w600-849 {
	font-weight:600;
}
.w700-849 {
	font-weight:700;
}
.w800-849 {
	font-weight:800;
}
.w900-849 {
	font-weight:900;
}
.f1-849 {
	font-size:1.1em;
	line-height:1.1em;
}

p.f1-849,
p > *.f1-849 {
	line-height:1.4em;
}
.f1_5-849 {
	font-size:1.15em;
	line-height:1.15em;
}

p.f1_5-849,
p > *.f1_5-849 {
	line-height:1.18em;
}
.f2-849 {
	font-size:1.2em;
	line-height:1.2em;
}

p.f2-849,
p > *.f2-849 {
	line-height:1.5em;
}
.f2_5-849 {
	font-size:1.25em;
	line-height:1.25em;
}

p.f2_5-849,
p > *.f2_5-849 {
	line-height:1.28em;
}
.f3-849 {
	font-size:1.3em;
	line-height:1.3em;
}

p.f3-849,
p > *.f3-849 {
	line-height:1.6em;
}
.f3_5-849 {
	font-size:1.35em;
	line-height:1.35em;
}

p.f3_5-849,
p > *.f3_5-849 {
	line-height:1.38em;
}
.f4-849 {
	font-size:1.4em;
	line-height:1.4em;
}

p.f4-849,
p > *.f4-849 {
	line-height:1.7em;
}
.f4_5-849 {
	font-size:1.45em;
	line-height:1.45em;
}

p.f4_5-849,
p > *.f4_5-849 {
	line-height:1.48em;
}
.f5-849 {
	font-size:1.5em;
	line-height:1.5em;
}

p.f5-849,
p > *.f5-849 {
	line-height:1.8em;
}
.f5_5-849 {
	font-size:1.55em;
	line-height:1.55em;
}

p.f5_5-849,
p > *.f5_5-849 {
	line-height:1.58em;
}
.f6-849 {
	font-size:1.6em;
	line-height:1.6em;
}

p.f6-849,
p > *.f6-849 {
	line-height:1.9em;
}
.f6_5-849 {
	font-size:1.65em;
	line-height:1.65em;
}

p.f6_5-849,
p > *.f6_5-849 {
	line-height:1.68em;
}
.f7-849 {
	font-size:1.7em;
	line-height:1.7em;
}

p.f7-849,
p > *.f7-849 {
	line-height:1.10em;
}
.f7_5-849 {
	font-size:1.75em;
	line-height:1.75em;
}

p.f7_5-849,
p > *.f7_5-849 {
	line-height:1.78em;
}
.f8-849 {
	font-size:1.8em;
	line-height:1.8em;
}

p.f8-849,
p > *.f8-849 {
	line-height:1.11em;
}
.f8_5-849 {
	font-size:1.85em;
	line-height:1.85em;
}

p.f8_5-849,
p > *.f8_5-849 {
	line-height:1.88em;
}
.f9-849 {
	font-size:1.9em;
	line-height:1.9em;
}

p.f9-849,
p > *.f9-849 {
	line-height:1.12em;
}
.f9_5-849 {
	font-size:1.95em;
	line-height:1.95em;
}

p.f9_5-849,
p > *.f9_5-849 {
	line-height:1.98em;
}
.f10-849 {
	font-size:2em;
	line-height:2em;
}

p.f10-849,
p > *.f10-849 {
	line-height:2em;
}
.f10_5-849 {
	font-size:2em;
	line-height:2em;
}

p.f10_5-849,
p > *.f10_5-849 {
	line-height:2em;
}
.nf1-849 {
	font-size:0.9em;
}

*:not(p):not(ul):not(ol).nf1-849 {
	line-height:0.9em;
}

p.nf1-849,
ul.nf1-849,
ol.nf1-849 {
	line-height:1.9em;
}
.nf1_5-849 {
	font-size:0.85em;
}

*:not(p):not(ul):not(ol).nf1_5-849 {
	line-height:0.85em;
}

p.nf1_5-849,
ul.nf1_5-849,
ol.nf1_5-849 {
	line-height:1.85em;
}
.nf2-849 {
	font-size:0.8em;
}

*:not(p):not(ul):not(ol).nf2-849 {
	line-height:0.8em;
}

p.nf2-849,
ul.nf2-849,
ol.nf2-849 {
	line-height:1.8em;
}
.nf2_5-849 {
	font-size:0.75em;
}

*:not(p):not(ul):not(ol).nf2_5-849 {
	line-height:0.75em;
}

p.nf2_5-849,
ul.nf2_5-849,
ol.nf2_5-849 {
	line-height:1.75em;
}
.nf3-849 {
	font-size:0.7em;
}

*:not(p):not(ul):not(ol).nf3-849 {
	line-height:0.7em;
}

p.nf3-849,
ul.nf3-849,
ol.nf3-849 {
	line-height:1.7em;
}
.nf3_5-849 {
	font-size:0.65em;
}

*:not(p):not(ul):not(ol).nf3_5-849 {
	line-height:0.65em;
}

p.nf3_5-849,
ul.nf3_5-849,
ol.nf3_5-849 {
	line-height:1.65em;
}
.nf4-849 {
	font-size:0.6em;
}

*:not(p):not(ul):not(ol).nf4-849 {
	line-height:0.6em;
}

p.nf4-849,
ul.nf4-849,
ol.nf4-849 {
	line-height:1.6em;
}
.nf4_5-849 {
	font-size:0.55em;
}

*:not(p):not(ul):not(ol).nf4_5-849 {
	line-height:0.55em;
}

p.nf4_5-849,
ul.nf4_5-849,
ol.nf4_5-849 {
	line-height:1.55em;
}
.nf5-849 {
	font-size:0.5em;
}

*:not(p):not(ul):not(ol).nf5-849 {
	line-height:0.5em;
}

p.nf5-849,
ul.nf5-849,
ol.nf5-849 {
	line-height:1.5em;
}
.nf5_5-849 {
	font-size:0.45em;
}

*:not(p):not(ul):not(ol).nf5_5-849 {
	line-height:0.45em;
}

p.nf5_5-849,
ul.nf5_5-849,
ol.nf5_5-849 {
	line-height:1.45em;
}
.nf6-849 {
	font-size:0.4em;
}

*:not(p):not(ul):not(ol).nf6-849 {
	line-height:0.4em;
}

p.nf6-849,
ul.nf6-849,
ol.nf6-849 {
	line-height:1.4em;
}
.nf6_5-849 {
	font-size:0.35em;
}

*:not(p):not(ul):not(ol).nf6_5-849 {
	line-height:0.35em;
}

p.nf6_5-849,
ul.nf6_5-849,
ol.nf6_5-849 {
	line-height:1.35em;
}
.nf7-849 {
	font-size:0.3em;
}

*:not(p):not(ul):not(ol).nf7-849 {
	line-height:0.3em;
}

p.nf7-849,
ul.nf7-849,
ol.nf7-849 {
	line-height:1.3em;
}
.nf7_5-849 {
	font-size:0.25em;
}

*:not(p):not(ul):not(ol).nf7_5-849 {
	line-height:0.25em;
}

p.nf7_5-849,
ul.nf7_5-849,
ol.nf7_5-849 {
	line-height:1.25em;
}
.nf8-849 {
	font-size:0.2em;
}

*:not(p):not(ul):not(ol).nf8-849 {
	line-height:0.2em;
}

p.nf8-849,
ul.nf8-849,
ol.nf8-849 {
	line-height:1.2em;
}
.nf8_5-849 {
	font-size:0.15em;
}

*:not(p):not(ul):not(ol).nf8_5-849 {
	line-height:0.15em;
}

p.nf8_5-849,
ul.nf8_5-849,
ol.nf8_5-849 {
	line-height:1.15em;
}
.nf9-849 {
	font-size:0.1em;
}

*:not(p):not(ul):not(ol).nf9-849 {
	line-height:0.1em;
}

p.nf9-849,
ul.nf9-849,
ol.nf9-849 {
	line-height:1.1em;
}
.nf9_5-849 {
	font-size:0.05em;
}

*:not(p):not(ul):not(ol).nf9_5-849 {
	line-height:0.05em;
}

p.nf9_5-849,
ul.nf9_5-849,
ol.nf9_5-849 {
	line-height:1.05em;
}
  .invisible-849 {
			visibility:hidden!important;
		}

  .last-849 {
			margin-right:0px!important;
		}

  .floatl-849 {
			float:left!important;
		}

  .floatr-849 {
			float:right!important;
		}

  .left-849 {
			float:left!important;
		}

  .right-849 {
			float:right!important;
		}

  .floatn-849,
 .grid.floatn-849 {
			float:none!important;
		}

  .grid-849 {
			float:left!important;
overflow:hidden;;
		}

  .grid.last-849 {
			float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
		}

  .none-849 {
			display:none!important;
		}

  .block-849 {
			display:block!important;
		}

  .iblock-849 {
			display:inline-block!important;
		}

  .inline-849 {
			display:inline!important;
		}

  .table-849 {
			display:table!important;
		}

  .row-849 {
			display:table-row!important;
		}

  .cell-849 {
			display:table-cell!important;
vertical-align:middle;
		}

  .collapse-849 {
			border-collapse:collapse;
		}

  .clearl-849 {
			clear:left!important;
		}

  .clearr-849 {
			clear:right!important;
		}

  .clearn-849 {
			clear:none!important;
		}

  .clearnone-849 {
			clear:none!important;
		}

  .clearb-849 {
			clear:both!important;
		}

  .clear-849 {
			float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
		}

  .up-849 {
			text-transform:uppercase;
		}

  .transnone-849 {
			text-transform:none;
		}

  .strike-849 {
			text-decoration:line-through;
		}

  .alignl-849 {
			text-align:left!important;
		}

  .alignr-849 {
			text-align:right!important;
		}

  .alignc-849 {
			text-align:center!important;
		}

  .alignj-849 {
			text-align:justify!important;
		}

  .valign-849 {
			vertical-align:middle!important;
		}

  .widthauto-849 {
			width:auto!important;
		}

  .heightauto-849 {
			height:auto!important;
min-height:0px!important;
		}

.square.heightauto-849::after {
	display:none!important;
}

.square.heightauto-849 > * {
	position:static!important;
}

  .width0-849 {
			width:0px;
		}

  .width50-849 {
			width:50%;
		}

  .height0-849 {
			height:0px;
		}

  .height50-849 {
			height:50%;
		}

  .mw100-849 {
			max-width:100%;
		}

  .mw90-849 {
			max-width:90%;
		}

  .mw80-849 {
			max-width:80%;
		}

  .mw70-849 {
			max-width:70%;
		}

  .mw60-849 {
			max-width:60%;
		}

  .mw50-849 {
			max-width:50%;
		}

  .mw40-849 {
			max-width:40%;
		}

  .mw30-849 {
			max-width:30%;
		}

  .mw20-849 {
			max-width:20%;
		}

  .mw10-849 {
			max-width:10%;
		}

  .mwnone-849 {
			max-width:none;
		}

  .fw-849,
 .grid.fw-849,
 .floatl.fw-849 {
			width:100%!important;
      margin-left:0px!important;
			margin-right:0px!important;
		}

  .fh-849 {
			height:100%!important;
		}

  .pointer-849 {
			cursor:pointer!important;
		}

  .noallow-849 {
			cursor:not-allowed!important;
		}

  .noselect-849 {
			user-select:none!important;
		}

  .static-849 {
			position:static!important;
		}

  .relative-849 {
			position:relative!important;
		}

  .absolute-849 {
			position:absolute!important;
		}

  .fixed-849 {
			position:fixed!important;
		}

  .spacing-849 {
			margin-bottom:7px!important;
		}

  .spacing.floatl-849 {
			margin-right:15px!important;
		}

  .spacing.floatr-849 {
			margin-left:15px!important;
		}

  .flowhide-849 {
			overflow:hidden;
		}

  .flowshow-849 {
			overflow:visible;
		}

  .flowauto-849 {
			overflow:auto;
		}

  .nowrap-849 {
			white-space:nowrap;
		}

  .lhreset-849 {
			line-height:normal;
		}

  .circle-849 {
			border-radius:50%!important;
		}

  .radnone-849 {
			border-radius:0px!important;
		}

  .vh10-849 {
			height:10vh!important;
		}

  .vh25-849 {
			height:25vh!important;
		}

  .vh50-849 {
			height:50vh!important;
		}

  .vh100-849 {
			height:100vh!important;
		}

  .vw10-849 {
			width:10vw!important;
		}

  .vw25-849 {
			width:25vw!important;
		}

  .vw50-849 {
			width:50vw!important;
		}

  .vw100-849 {
			width:100vw!important;
		}

  .flexw-849 {
			flex-wrap:wrap!important;
		}

  .flexwn-849 {
			flex-wrap:nowrap!important;
		}

  .flexwr-849 {
			flex-wrap:wrap-reverse!important;
		}

  .flexdr-849 {
			flex-direction:row!important;
		}

  .flexdrr-849 {
			flex-direction:row-reverse!important;
		}

  .flexdc-849 {
			flex-direction:column!important;
		}

  .flexdcr-849 {
			flex-direction:column-reverse!important;
		}

  .flex-849 {
			display:flex!important;
align-items:center;
flex-wrap:wrap;;
		}

  .iflex-849 {
			display:inline-flex!important;
align-items:center;;
		}

  .spaced-849 {
			justify-content:space-between;
		}

  .flexdr.spaced-849 {
			align-content:space-between;
		}

  .spacee-849 {
			justify-content:space-evenly;
		}

  .falignst-849 {
			align-items:stretch;;
		}

  .falignc-849 {
			align-items:center;;
		}

  .faligns-849 {
			align-items:flex-start;;
		}

  .faligne-849 {
			align-items:flex-end;;
		}

  .fjustl-849 {
			justify-content:flex-start;;
		}

  .fjustr-849 {
			justify-content:flex-end;;
		}

  .fjustc-849 {
			justify-content:center;;
		}

  .flexn-849 {
			flex:none!important;width:100%;;
		}

  .gridc-849 {
			display:grid!important;;
		}

  .o100-849 {
			opacity:1;
		}

  .o90-849 {
			opacity:0.9;
		}

  .o80-849 {
			opacity:0.8;
		}

  .o70-849 {
			opacity:0.7;
		}

  .o60-849 {
			opacity:0.6;
		}

  .o50-849 {
			opacity:0.5;
		}

  .o40-849 {
			opacity:0.4;
		}

  .o30-849 {
			opacity:0.3;
		}

  .o20-849 {
			opacity:0.2;
		}

  .o10-849 {
			opacity:0.1;
		}

  .o0-849 {
			opacity:0;
		}

  .left0-849 {
			left:0px!important;;
		}

  .right0-849 {
			right:0px!important;;
		}

  .top0-849 {
			top:0px!important;;
		}

  .bottom0-849 {
			bottom:0px!important;;
		}

  .left50-849 {
			left:50%!important;;
		}

  .right50-849 {
			right:50%!important;;
		}

  .top50-849 {
			top:50%!important;;
		}

  .bottom50-849 {
			bottom:50%!important;;
		}

  .left100-849 {
			left:100%!important;;
		}

  .right100-849 {
			right:100%!important;;
		}

  .top100-849 {
			top:100%!important;;
		}

  .bottom100-849 {
			bottom:100%!important;;
		}

  .leftauto-849 {
			left:auto!important;;
		}

  .rightauto-849 {
			right:auto!important;;
		}

  .topauto-849 {
			top:auto!important;;
		}

  .bottomauto-849 {
			bottom:auto!important;;
		}

  .all0-849 {
			top:0px!important;
bottom:0px!important;
left:0px!important;
right:0px!important;;
		}

  .lineup.fw-849, .lineupgroup.fw-849 {
			height:auto!important;
	}

	

			.padded_tiny-849 {
				padding:5px!important;

			}

			.paddedtb_tiny-849 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-849 {
				padding-top:5px!important;
			}

			.paddedb_tiny-849 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-849 {
				padding-left:5px!important;
			}

			.paddedr_tiny-849 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-849 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-849 {
				margin:5px!important;
			}

			.margintb_tiny-849 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-849 {
				margin-top:5px!important;
			}

			.marginb_tiny-849 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-849 {
				margin-left:5px!important;
			}

			.marginr_tiny-849 {
				margin-right:5px!important;
			}

			.marginlr_tiny-849 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			
			.nmarginlr_tiny {
				margin-left:-5px!important;
				margin-right:-5px!important;
			}
				
			.nmargin_tiny-849 {
				margin:-5px!important;
			}

			.nmargintb_tiny-849 {
				margin-top:-5px!important;
				margin-bottom:-5px!important;
			}

			.nmargint_tiny-849 {
				margin-top:-5px!important;
			}

			.nmarginb_tiny-849 {
				margin-bottom:-5px!important;
			}

			.nmarginl_tiny-849 {
				margin-left:-5px!important;
			}

			.nmarginr_tiny-849 {
				margin-right:-5px!important;
			}
			
			.padded_small-849 {
				padding:10px!important;

			}

			.paddedtb_small-849 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-849 {
				padding-top:10px!important;
			}

			.paddedb_small-849 {
				padding-bottom:10px!important;
			}

			.paddedl_small-849 {
				padding-left:10px!important;
			}

			.paddedr_small-849 {
				padding-right:10px!important;
			}

			.paddedlr_small-849 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-849 {
				margin:10px!important;
			}

			.margintb_small-849 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-849 {
				margin-top:10px!important;
			}

			.marginb_small-849 {
				margin-bottom:10px!important;
			}

			.marginl_small-849 {
				margin-left:10px!important;
			}

			.marginr_small-849 {
				margin-right:10px!important;
			}

			.marginlr_small-849 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_small {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_small-849 {
				margin:-10px!important;
			}

			.nmargintb_small-849 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_small-849 {
				margin-top:-10px!important;
			}

			.nmarginb_small-849 {
				margin-bottom:-10px!important;
			}

			.nmarginl_small-849 {
				margin-left:-10px!important;
			}

			.nmarginr_small-849 {
				margin-right:-10px!important;
			}
			
			.padded_medium-849 {
				padding:20px!important;

			}

			.paddedtb_medium-849 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-849 {
				padding-top:20px!important;
			}

			.paddedb_medium-849 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-849 {
				padding-left:20px!important;
			}

			.paddedr_medium-849 {
				padding-right:20px!important;
			}

			.paddedlr_medium-849 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-849 {
				margin:20px!important;
			}

			.margintb_medium-849 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-849 {
				margin-top:20px!important;
			}

			.marginb_medium-849 {
				margin-bottom:20px!important;
			}

			.marginl_medium-849 {
				margin-left:20px!important;
			}

			.marginr_medium-849 {
				margin-right:20px!important;
			}

			.marginlr_medium-849 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			
			.nmarginlr_medium {
				margin-left:-20px!important;
				margin-right:-20px!important;
			}
				
			.nmargin_medium-849 {
				margin:-20px!important;
			}

			.nmargintb_medium-849 {
				margin-top:-20px!important;
				margin-bottom:-20px!important;
			}

			.nmargint_medium-849 {
				margin-top:-20px!important;
			}

			.nmarginb_medium-849 {
				margin-bottom:-20px!important;
			}

			.nmarginl_medium-849 {
				margin-left:-20px!important;
			}

			.nmarginr_medium-849 {
				margin-right:-20px!important;
			}
			
			.padded_large-849 {
				padding:40px!important;

			}

			.paddedtb_large-849 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-849 {
				padding-top:40px!important;
			}

			.paddedb_large-849 {
				padding-bottom:40px!important;
			}

			.paddedl_large-849 {
				padding-left:40px!important;
			}

			.paddedr_large-849 {
				padding-right:40px!important;
			}

			.paddedlr_large-849 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-849 {
				margin:40px!important;
			}

			.margintb_large-849 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-849 {
				margin-top:40px!important;
			}

			.marginb_large-849 {
				margin-bottom:40px!important;
			}

			.marginl_large-849 {
				margin-left:40px!important;
			}

			.marginr_large-849 {
				margin-right:40px!important;
			}

			.marginlr_large-849 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			
			.nmarginlr_large {
				margin-left:-40px!important;
				margin-right:-40px!important;
			}
				
			.nmargin_large-849 {
				margin:-40px!important;
			}

			.nmargintb_large-849 {
				margin-top:-40px!important;
				margin-bottom:-40px!important;
			}

			.nmargint_large-849 {
				margin-top:-40px!important;
			}

			.nmarginb_large-849 {
				margin-bottom:-40px!important;
			}

			.nmarginl_large-849 {
				margin-left:-40px!important;
			}

			.nmarginr_large-849 {
				margin-right:-40px!important;
			}
			
			.padded_core-849 {
				padding:10px!important;

			}

			.paddedtb_core-849 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-849 {
				padding-top:10px!important;
			}

			.paddedb_core-849 {
				padding-bottom:10px!important;
			}

			.paddedl_core-849 {
				padding-left:10px!important;
			}

			.paddedr_core-849 {
				padding-right:10px!important;
			}

			.paddedlr_core-849 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-849 {
				margin:10px!important;
			}

			.margintb_core-849 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-849 {
				margin-top:10px!important;
			}

			.marginb_core-849 {
				margin-bottom:10px!important;
			}

			.marginl_core-849 {
				margin-left:10px!important;
			}

			.marginr_core-849 {
				margin-right:10px!important;
			}

			.marginlr_core-849 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_core {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_core-849 {
				margin:-10px!important;
			}

			.nmargintb_core-849 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_core-849 {
				margin-top:-10px!important;
			}

			.nmarginb_core-849 {
				margin-bottom:-10px!important;
			}

			.nmarginl_core-849 {
				margin-left:-10px!important;
			}

			.nmarginr_core-849 {
				margin-right:-10px!important;
			}
						
			.margin_auto-849 {
				margin:auto!important;
			}

			.margintb_auto-849 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-849 {
				margin-top:auto!important;
			}

			.marginb_auto-849 {
				margin-bottom:auto!important;
			}

			.marginl_auto-849 {
				margin-left:auto!important;
			}

			.marginr_auto-849 {
				margin-right:auto!important;
			}

			.marginlr_auto-849 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			
			.nmarginlr_auto {
				margin-left:-auto!important;
				margin-right:-auto!important;
			}
				
			.nmargin_auto-849 {
				margin:-auto!important;
			}

			.nmargintb_auto-849 {
				margin-top:-auto!important;
				margin-bottom:-auto!important;
			}

			.nmargint_auto-849 {
				margin-top:-auto!important;
			}

			.nmarginb_auto-849 {
				margin-bottom:-auto!important;
			}

			.nmarginl_auto-849 {
				margin-left:-auto!important;
			}

			.nmarginr_auto-849 {
				margin-right:-auto!important;
			}
			
			.padded_none-849 {
				padding:0px!important;

			}

			.paddedtb_none-849 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-849 {
				padding-top:0px!important;
			}

			.paddedb_none-849 {
				padding-bottom:0px!important;
			}

			.paddedl_none-849 {
				padding-left:0px!important;
			}

			.paddedr_none-849 {
				padding-right:0px!important;
			}

			.paddedlr_none-849 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-849 {
				margin:0px!important;
			}

			.margintb_none-849 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-849 {
				margin-top:0px!important;
			}

			.marginb_none-849 {
				margin-bottom:0px!important;
			}

			.marginl_none-849 {
				margin-left:0px!important;
			}

			.marginr_none-849 {
				margin-right:0px!important;
			}

			.marginlr_none-849 {
				margin-left:0px!important;
				margin-right:0px!important;
			}
			
			.nmarginlr_none {
				margin-left:-0px!important;
				margin-right:-0px!important;
			}
				
			.nmargin_none-849 {
				margin:-0px!important;
			}

			.nmargintb_none-849 {
				margin-top:-0px!important;
				margin-bottom:-0px!important;
			}

			.nmargint_none-849 {
				margin-top:-0px!important;
			}

			.nmarginb_none-849 {
				margin-bottom:-0px!important;
			}

			.nmarginl_none-849 {
				margin-left:-0px!important;
			}

			.nmarginr_none-849 {
				margin-right:-0px!important;
			}
			
			.padded_p100-849 {
				padding:100%!important;

			}

			.paddedtb_p100-849 {
				padding-top:100%!important;
				padding-bottom:100%!important;
			}

			.paddedt_p100-849 {
				padding-top:100%!important;
			}

			.paddedb_p100-849 {
				padding-bottom:100%!important;
			}

			.paddedl_p100-849 {
				padding-left:100%!important;
			}

			.paddedr_p100-849 {
				padding-right:100%!important;
			}

			.paddedlr_p100-849 {
				padding-left:100%!important;
				padding-right:100%!important;
			}
		
						
			.margin_p100-849 {
				margin:100%!important;
			}

			.margintb_p100-849 {
				margin-top:100%!important;
				margin-bottom:100%!important;
			}

			.margint_p100-849 {
				margin-top:100%!important;
			}

			.marginb_p100-849 {
				margin-bottom:100%!important;
			}

			.marginl_p100-849 {
				margin-left:100%!important;
			}

			.marginr_p100-849 {
				margin-right:100%!important;
			}

			.marginlr_p100-849 {
				margin-left:100%!important;
				margin-right:100%!important;
			}
			
			.nmarginlr_p100 {
				margin-left:-100%!important;
				margin-right:-100%!important;
			}
				
			.nmargin_p100-849 {
				margin:-100%!important;
			}

			.nmargintb_p100-849 {
				margin-top:-100%!important;
				margin-bottom:-100%!important;
			}

			.nmargint_p100-849 {
				margin-top:-100%!important;
			}

			.nmarginb_p100-849 {
				margin-bottom:-100%!important;
			}

			.nmarginl_p100-849 {
				margin-left:-100%!important;
			}

			.nmarginr_p100-849 {
				margin-right:-100%!important;
			}
			
			.padded_p75-849 {
				padding:75%!important;

			}

			.paddedtb_p75-849 {
				padding-top:75%!important;
				padding-bottom:75%!important;
			}

			.paddedt_p75-849 {
				padding-top:75%!important;
			}

			.paddedb_p75-849 {
				padding-bottom:75%!important;
			}

			.paddedl_p75-849 {
				padding-left:75%!important;
			}

			.paddedr_p75-849 {
				padding-right:75%!important;
			}

			.paddedlr_p75-849 {
				padding-left:75%!important;
				padding-right:75%!important;
			}
		
						
			.margin_p75-849 {
				margin:75%!important;
			}

			.margintb_p75-849 {
				margin-top:75%!important;
				margin-bottom:75%!important;
			}

			.margint_p75-849 {
				margin-top:75%!important;
			}

			.marginb_p75-849 {
				margin-bottom:75%!important;
			}

			.marginl_p75-849 {
				margin-left:75%!important;
			}

			.marginr_p75-849 {
				margin-right:75%!important;
			}

			.marginlr_p75-849 {
				margin-left:75%!important;
				margin-right:75%!important;
			}
			
			.nmarginlr_p75 {
				margin-left:-75%!important;
				margin-right:-75%!important;
			}
				
			.nmargin_p75-849 {
				margin:-75%!important;
			}

			.nmargintb_p75-849 {
				margin-top:-75%!important;
				margin-bottom:-75%!important;
			}

			.nmargint_p75-849 {
				margin-top:-75%!important;
			}

			.nmarginb_p75-849 {
				margin-bottom:-75%!important;
			}

			.nmarginl_p75-849 {
				margin-left:-75%!important;
			}

			.nmarginr_p75-849 {
				margin-right:-75%!important;
			}
			
			.padded_p50-849 {
				padding:50%!important;

			}

			.paddedtb_p50-849 {
				padding-top:50%!important;
				padding-bottom:50%!important;
			}

			.paddedt_p50-849 {
				padding-top:50%!important;
			}

			.paddedb_p50-849 {
				padding-bottom:50%!important;
			}

			.paddedl_p50-849 {
				padding-left:50%!important;
			}

			.paddedr_p50-849 {
				padding-right:50%!important;
			}

			.paddedlr_p50-849 {
				padding-left:50%!important;
				padding-right:50%!important;
			}
		
						
			.margin_p50-849 {
				margin:50%!important;
			}

			.margintb_p50-849 {
				margin-top:50%!important;
				margin-bottom:50%!important;
			}

			.margint_p50-849 {
				margin-top:50%!important;
			}

			.marginb_p50-849 {
				margin-bottom:50%!important;
			}

			.marginl_p50-849 {
				margin-left:50%!important;
			}

			.marginr_p50-849 {
				margin-right:50%!important;
			}

			.marginlr_p50-849 {
				margin-left:50%!important;
				margin-right:50%!important;
			}
			
			.nmarginlr_p50 {
				margin-left:-50%!important;
				margin-right:-50%!important;
			}
				
			.nmargin_p50-849 {
				margin:-50%!important;
			}

			.nmargintb_p50-849 {
				margin-top:-50%!important;
				margin-bottom:-50%!important;
			}

			.nmargint_p50-849 {
				margin-top:-50%!important;
			}

			.nmarginb_p50-849 {
				margin-bottom:-50%!important;
			}

			.nmarginl_p50-849 {
				margin-left:-50%!important;
			}

			.nmarginr_p50-849 {
				margin-right:-50%!important;
			}
			
			.padded_p25-849 {
				padding:25%!important;

			}

			.paddedtb_p25-849 {
				padding-top:25%!important;
				padding-bottom:25%!important;
			}

			.paddedt_p25-849 {
				padding-top:25%!important;
			}

			.paddedb_p25-849 {
				padding-bottom:25%!important;
			}

			.paddedl_p25-849 {
				padding-left:25%!important;
			}

			.paddedr_p25-849 {
				padding-right:25%!important;
			}

			.paddedlr_p25-849 {
				padding-left:25%!important;
				padding-right:25%!important;
			}
		
						
			.margin_p25-849 {
				margin:25%!important;
			}

			.margintb_p25-849 {
				margin-top:25%!important;
				margin-bottom:25%!important;
			}

			.margint_p25-849 {
				margin-top:25%!important;
			}

			.marginb_p25-849 {
				margin-bottom:25%!important;
			}

			.marginl_p25-849 {
				margin-left:25%!important;
			}

			.marginr_p25-849 {
				margin-right:25%!important;
			}

			.marginlr_p25-849 {
				margin-left:25%!important;
				margin-right:25%!important;
			}
			
			.nmarginlr_p25 {
				margin-left:-25%!important;
				margin-right:-25%!important;
			}
				
			.nmargin_p25-849 {
				margin:-25%!important;
			}

			.nmargintb_p25-849 {
				margin-top:-25%!important;
				margin-bottom:-25%!important;
			}

			.nmargint_p25-849 {
				margin-top:-25%!important;
			}

			.nmarginb_p25-849 {
				margin-bottom:-25%!important;
			}

			.nmarginl_p25-849 {
				margin-left:-25%!important;
			}

			.nmarginr_p25-849 {
				margin-right:-25%!important;
			}
				.border_1-849 {
		border:solid 1px rgba(0,0,0,0.5);;
	}

	.bordertb_1-849 {
		border-top:solid 1px rgba(0,0,0,0.5);;
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.bordert_1-849 {
		border-top:solid 1px rgba(0,0,0,0.5);;
	}

	.borderb_1-849 {
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.borderl_1-849 {
		border-left:solid 1px rgba(0,0,0,0.5);;
	}

	.borderr_1-849 {
		border-right:solid 1px rgba(0,0,0,0.5);;
	}

	.borderlr_1-849 {
		border-left:solid 1px rgba(0,0,0,0.5);;
		border-right:solid 1px rgba(0,0,0,0.5);;
	}
		.border_none-849 {
		border:none;
	}

	.bordertb_none-849 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-849 {
		border-top:none;
	}

	.borderb_none-849 {
		border-bottom:none;
	}

	.borderl_none-849 {
		border-left:none;
	}

	.borderr_none-849 {
		border-right:none;
	}

	.borderlr_none-849 {
		border-left:none;
		border-right:none;
	}
		.border_core-849 {
		border:solid 1px rgba(0,0,0,0.1);
	}

	.bordertb_core-849 {
		border-top:solid 1px rgba(0,0,0,0.1);
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.bordert_core-849 {
		border-top:solid 1px rgba(0,0,0,0.1);
	}

	.borderb_core-849 {
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.borderl_core-849 {
		border-left:solid 1px rgba(0,0,0,0.1);
	}

	.borderr_core-849 {
		border-right:solid 1px rgba(0,0,0,0.1);
	}

	.borderlr_core-849 {
		border-left:solid 1px rgba(0,0,0,0.1);
		border-right:solid 1px rgba(0,0,0,0.1);
	}
				.colour1_bg-849 {
				background-color:#000000!important;
			}

			.colour1_bg-849,
			a.colour1_bg-849 {
				color:#FFFFFF!important;
			}
		
			.colour1_bg-849 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour1-849 a,
			a.colour1-849 {
				color:#000000;
							}
			
			.colour1-849 {
					color:#000000;
				background:transparent!important;
						}

					
			.colour1_bg-849 input[type=text],
			.colour1_bg-849 input[type=password],
			.colour1_bg-849 input[type=number],
			.colour1_bg-849 textarea,
			.colour1_bg-849 select,
			.colour1_bg-849 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour1_bg-849 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour1_bg-849 select {
				color:rgba(255,255,255,0.7);
			}

			.colour1_bg-849 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour1_bg-849 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour2_bg-849 {
				background-color:#4b4a4b!important;
			}

			.colour2_bg-849,
			a.colour2_bg-849 {
				color:#FFFFFF!important;
			}
		
			.colour2_bg-849 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour2-849 a,
			a.colour2-849 {
				color:#4b4a4b;
							}
			
			.colour2-849 {
					color:#4b4a4b;
				background:transparent!important;
						}

					
			.colour2_bg-849 input[type=text],
			.colour2_bg-849 input[type=password],
			.colour2_bg-849 input[type=number],
			.colour2_bg-849 textarea,
			.colour2_bg-849 select,
			.colour2_bg-849 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour2_bg-849 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour2_bg-849 select {
				color:rgba(255,255,255,0.7);
			}

			.colour2_bg-849 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour2_bg-849 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour3_bg-849 {
				background-color:#616062!important;
			}

			.colour3_bg-849,
			a.colour3_bg-849 {
				color:#FFFFFF!important;
			}
		
			.colour3_bg-849 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour3-849 a,
			a.colour3-849 {
				color:#616062;
							}
			
			.colour3-849 {
					color:#616062;
				background:transparent!important;
						}

					
			.colour3_bg-849 input[type=text],
			.colour3_bg-849 input[type=password],
			.colour3_bg-849 input[type=number],
			.colour3_bg-849 textarea,
			.colour3_bg-849 select,
			.colour3_bg-849 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour3_bg-849 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour3_bg-849 select {
				color:rgba(255,255,255,0.7);
			}

			.colour3_bg-849 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour3_bg-849 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour4_bg-849 {
				background-color:#FFFFFF!important;
			}

			.colour4_bg-849,
			a.colour4_bg-849 {
				color:#202020!important;
			}
		
			.colour4_bg-849 a:not(.more) {
				color:#202020;
			}

			
			.colour4-849 a,
			a.colour4-849 {
				color:#FFFFFF;
							}
			
			.colour4-849 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour4_bg-849 input[type=text],
			.colour4_bg-849 input[type=password],
			.colour4_bg-849 input[type=number],
			.colour4_bg-849 textarea,
			.colour4_bg-849 select,
			.colour4_bg-849 select option {
				border-color:#202020;
				color:#202020;
				background:transparent;
			}
		
			.colour4_bg-849 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour4_bg-849 select {
				color:rgba(32,32,32,0.7);
			}

			.colour4_bg-849 ::-webkit-input-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}

			.colour4_bg-849 ::-moz-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}
		
						.colour5_bg-849 {
				background-color:#FFFFFF!important;
			}

			.colour5_bg-849,
			a.colour5_bg-849 {
				color:#424040!important;
			}
		
			.colour5_bg-849 a:not(.more) {
				color:#424040;
			}

			
			.colour5-849 a,
			a.colour5-849 {
				color:#FFFFFF;
							}
			
			.colour5-849 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour5_bg-849 input[type=text],
			.colour5_bg-849 input[type=password],
			.colour5_bg-849 input[type=number],
			.colour5_bg-849 textarea,
			.colour5_bg-849 select,
			.colour5_bg-849 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour5_bg-849 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour5_bg-849 select {
				color:rgba(66,64,64,0.7);
			}

			.colour5_bg-849 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour5_bg-849 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
						.colour6_bg-849 {
				background-color:#EEEEEE!important;
			}

			.colour6_bg-849,
			a.colour6_bg-849 {
				color:#424040!important;
			}
		
			.colour6_bg-849 a:not(.more) {
				color:#424040;
			}

			
			.colour6-849 a,
			a.colour6-849 {
				color:#EEEEEE;
							}
			
			.colour6-849 {
					color:#EEEEEE;
				background:transparent!important;
						}

					
			.colour6_bg-849 input[type=text],
			.colour6_bg-849 input[type=password],
			.colour6_bg-849 input[type=number],
			.colour6_bg-849 textarea,
			.colour6_bg-849 select,
			.colour6_bg-849 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour6_bg-849 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour6_bg-849 select {
				color:rgba(66,64,64,0.7);
			}

			.colour6_bg-849 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour6_bg-849 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
			
}

@media only screen and (max-width : 799px) {
	
.grid.eight-799 {
	float:left!important;
	width:10.575%!important;
margin-right:2.2%!important;;
}

.grid.eight_x2-799 {
	float:left!important;
	width:23.35%!important;
margin-right:2.2%!important;;
}

.grid.eight_x3-799 {
	float:left!important;
	width:36.125%!important;
margin-right:2.2%!important;;
}

.grid.eight_x4-799 {
	float:left!important;
	width:48.9%!important;
margin-right:2.2%!important;;
}

.grid.eight_x5-799 {
	float:left!important;
	width:61.675%!important;
margin-right:2.2%!important;;
}

.grid.eight_x6-799 {
	float:left!important;
	width:74.45%!important;
margin-right:2.2%!important;;
}

.grid.eight_x7-799 {
	float:left!important;
	width:87.225%!important;
margin-right:2.2%!important;;
}

.grid.seven-799 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-799 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-799 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-799 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-799 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-799 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-799 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-799 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-799 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-799 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-799 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-799 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-799 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-799 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-799 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-799 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-799 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-799 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-799 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-799 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-799 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-799 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.eight-799 {
	width:12.5%!important;
}

.floatl.eight_x2-799 {
	width:25%!important;
}

.floatl.eight_x3-799 {
	width:37.5%!important;
}

.floatl.eight_x4-799 {
	width:50%!important;
}

.floatl.eight_x5-799 {
	width:62.5%!important;
}

.floatl.eight_x6-799 {
	width:75%!important;
}

.floatl.eight_x7-799 {
	width:87.5%!important;
}

.floatl.seven-799 {
	width:14.28571429%!important;
}

.floatl.seven_x2-799 {
	width:28.57142857%!important;
}

.floatl.seven_x3-799 {
	width:42.85714286%!important;
}

.floatl.seven_x4-799 {
	width:57.14285714%!important;
}

.floatl.seven_x5-799 {
	width:71.42857143%!important;
}

.floatl.seven_x6-799 {
	width:85.71428571%!important;
}

.floatl.six-799 {
	width:16.66666667%!important;
}

.floatl.six_x2-799 {
	width:33.33333333%!important;
}

.floatl.six_x3-799 {
	width:50%!important;
}

.floatl.six_x4-799 {
	width:66.6666667%!important;
}

.floatl.six_x5-799 {
	width:83%!important;
}

.floatl.five-799 {
	width:20%!important;
}

.floatl.five_x2-799 {
	width:40%!important;
}

.floatl.five_x3-799 {
	width:60%!important;
}

.floatl.five_x4-799 {
	width:80%!important;
}

.floatl.four-799 {
	width:25%!important;
}

.floatl.four_x2-799 {
	width:50%!important;
}

.floatl.four_x3-799 {
	width:75%!important;
}

.floatl.three-799 {
	width:33.33333333%!important;
}

.floatl.three_x2-799 {
	width:66.66666667%!important;
}

.floatl.two-799 {
	width:50%!important;
}

.floatl.one-799 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

.o1-799 {
		order:1;
	}

.fl1-799 {
	flex:1;
}

.gridc > .r1-799 {
	grid-row-start:1;
}
.gridc-799 > .r1-799 {
	grid-row-start:1;
	overflow:hidden;
}
.gridc > .re1-799 {
	grid-row-end:1;
}
.gridc-799 > .re1-799 {
	grid-row-end:1;
}
.gridc > .c1-799 {
	grid-column-start:1;
}
.gridc-799 > .c1-799 {
	grid-column-start:1;
}
.gridc > .ce1-799 {
	grid-column-end:1;
}
.gridc-799 > .ce1-799 {
	grid-column-end:1;
}

.o2-799 {
		order:2;
	}

.fl2-799 {
	flex:2;
}

.gridc > .r2-799 {
	grid-row-start:2;
}
.gridc-799 > .r2-799 {
	grid-row-start:2;
	overflow:hidden;
}
.gridc > .re2-799 {
	grid-row-end:2;
}
.gridc-799 > .re2-799 {
	grid-row-end:2;
}
.gridc > .c2-799 {
	grid-column-start:2;
}
.gridc-799 > .c2-799 {
	grid-column-start:2;
}
.gridc > .ce2-799 {
	grid-column-end:2;
}
.gridc-799 > .ce2-799 {
	grid-column-end:2;
}

.o3-799 {
		order:3;
	}

.fl3-799 {
	flex:3;
}

.gridc > .r3-799 {
	grid-row-start:3;
}
.gridc-799 > .r3-799 {
	grid-row-start:3;
	overflow:hidden;
}
.gridc > .re3-799 {
	grid-row-end:3;
}
.gridc-799 > .re3-799 {
	grid-row-end:3;
}
.gridc > .c3-799 {
	grid-column-start:3;
}
.gridc-799 > .c3-799 {
	grid-column-start:3;
}
.gridc > .ce3-799 {
	grid-column-end:3;
}
.gridc-799 > .ce3-799 {
	grid-column-end:3;
}

.o4-799 {
		order:4;
	}

.fl4-799 {
	flex:4;
}

.gridc > .r4-799 {
	grid-row-start:4;
}
.gridc-799 > .r4-799 {
	grid-row-start:4;
	overflow:hidden;
}
.gridc > .re4-799 {
	grid-row-end:4;
}
.gridc-799 > .re4-799 {
	grid-row-end:4;
}
.gridc > .c4-799 {
	grid-column-start:4;
}
.gridc-799 > .c4-799 {
	grid-column-start:4;
}
.gridc > .ce4-799 {
	grid-column-end:4;
}
.gridc-799 > .ce4-799 {
	grid-column-end:4;
}

.o5-799 {
		order:5;
	}

.fl5-799 {
	flex:5;
}

.gridc > .r5-799 {
	grid-row-start:5;
}
.gridc-799 > .r5-799 {
	grid-row-start:5;
	overflow:hidden;
}
.gridc > .re5-799 {
	grid-row-end:5;
}
.gridc-799 > .re5-799 {
	grid-row-end:5;
}
.gridc > .c5-799 {
	grid-column-start:5;
}
.gridc-799 > .c5-799 {
	grid-column-start:5;
}
.gridc > .ce5-799 {
	grid-column-end:5;
}
.gridc-799 > .ce5-799 {
	grid-column-end:5;
}

.o6-799 {
		order:6;
	}

.fl6-799 {
	flex:6;
}

.gridc > .r6-799 {
	grid-row-start:6;
}
.gridc-799 > .r6-799 {
	grid-row-start:6;
	overflow:hidden;
}
.gridc > .re6-799 {
	grid-row-end:6;
}
.gridc-799 > .re6-799 {
	grid-row-end:6;
}
.gridc > .c6-799 {
	grid-column-start:6;
}
.gridc-799 > .c6-799 {
	grid-column-start:6;
}
.gridc > .ce6-799 {
	grid-column-end:6;
}
.gridc-799 > .ce6-799 {
	grid-column-end:6;
}

.o7-799 {
		order:7;
	}

.fl7-799 {
	flex:7;
}

.gridc > .r7-799 {
	grid-row-start:7;
}
.gridc-799 > .r7-799 {
	grid-row-start:7;
	overflow:hidden;
}
.gridc > .re7-799 {
	grid-row-end:7;
}
.gridc-799 > .re7-799 {
	grid-row-end:7;
}
.gridc > .c7-799 {
	grid-column-start:7;
}
.gridc-799 > .c7-799 {
	grid-column-start:7;
}
.gridc > .ce7-799 {
	grid-column-end:7;
}
.gridc-799 > .ce7-799 {
	grid-column-end:7;
}

.o8-799 {
		order:8;
	}

.fl8-799 {
	flex:8;
}

.gridc > .r8-799 {
	grid-row-start:8;
}
.gridc-799 > .r8-799 {
	grid-row-start:8;
	overflow:hidden;
}
.gridc > .re8-799 {
	grid-row-end:8;
}
.gridc-799 > .re8-799 {
	grid-row-end:8;
}
.gridc > .c8-799 {
	grid-column-start:8;
}
.gridc-799 > .c8-799 {
	grid-column-start:8;
}
.gridc > .ce8-799 {
	grid-column-end:8;
}
.gridc-799 > .ce8-799 {
	grid-column-end:8;
}

.o9-799 {
		order:9;
	}

.fl9-799 {
	flex:9;
}

.gridc > .r9-799 {
	grid-row-start:9;
}
.gridc-799 > .r9-799 {
	grid-row-start:9;
	overflow:hidden;
}
.gridc > .re9-799 {
	grid-row-end:9;
}
.gridc-799 > .re9-799 {
	grid-row-end:9;
}
.gridc > .c9-799 {
	grid-column-start:9;
}
.gridc-799 > .c9-799 {
	grid-column-start:9;
}
.gridc > .ce9-799 {
	grid-column-end:9;
}
.gridc-799 > .ce9-799 {
	grid-column-end:9;
}

.z1-799 {
	z-index:1;
}

.z9999999-799 {
	z-index:9999999;
}

.z2-799 {
	z-index:2;
}

.z9999998-799 {
	z-index:9999998;
}

.z3-799 {
	z-index:3;
}

.z9999997-799 {
	z-index:9999997;
}

.z4-799 {
	z-index:4;
}

.z9999996-799 {
	z-index:9999996;
}

.z5-799 {
	z-index:5;
}

.z9999995-799 {
	z-index:9999995;
}

.z6-799 {
	z-index:6;
}

.z9999994-799 {
	z-index:9999994;
}

.z7-799 {
	z-index:7;
}

.z9999993-799 {
	z-index:9999993;
}

.z8-799 {
	z-index:8;
}

.z9999992-799 {
	z-index:9999992;
}

.z9-799 {
	z-index:9;
}

.z9999991-799 {
	z-index:9999991;
}

.w100-799 {
	font-weight:100;
}
.w200-799 {
	font-weight:200;
}
.w300-799 {
	font-weight:300;
}
.w400-799 {
	font-weight:400;
}
.w500-799 {
	font-weight:500;
}
.w600-799 {
	font-weight:600;
}
.w700-799 {
	font-weight:700;
}
.w800-799 {
	font-weight:800;
}
.w900-799 {
	font-weight:900;
}
.f1-799 {
	font-size:1.1em;
	line-height:1.1em;
}

p.f1-799,
p > *.f1-799 {
	line-height:1.4em;
}
.f1_5-799 {
	font-size:1.15em;
	line-height:1.15em;
}

p.f1_5-799,
p > *.f1_5-799 {
	line-height:1.18em;
}
.f2-799 {
	font-size:1.2em;
	line-height:1.2em;
}

p.f2-799,
p > *.f2-799 {
	line-height:1.5em;
}
.f2_5-799 {
	font-size:1.25em;
	line-height:1.25em;
}

p.f2_5-799,
p > *.f2_5-799 {
	line-height:1.28em;
}
.f3-799 {
	font-size:1.3em;
	line-height:1.3em;
}

p.f3-799,
p > *.f3-799 {
	line-height:1.6em;
}
.f3_5-799 {
	font-size:1.35em;
	line-height:1.35em;
}

p.f3_5-799,
p > *.f3_5-799 {
	line-height:1.38em;
}
.f4-799 {
	font-size:1.4em;
	line-height:1.4em;
}

p.f4-799,
p > *.f4-799 {
	line-height:1.7em;
}
.f4_5-799 {
	font-size:1.45em;
	line-height:1.45em;
}

p.f4_5-799,
p > *.f4_5-799 {
	line-height:1.48em;
}
.f5-799 {
	font-size:1.5em;
	line-height:1.5em;
}

p.f5-799,
p > *.f5-799 {
	line-height:1.8em;
}
.f5_5-799 {
	font-size:1.55em;
	line-height:1.55em;
}

p.f5_5-799,
p > *.f5_5-799 {
	line-height:1.58em;
}
.f6-799 {
	font-size:1.6em;
	line-height:1.6em;
}

p.f6-799,
p > *.f6-799 {
	line-height:1.9em;
}
.f6_5-799 {
	font-size:1.65em;
	line-height:1.65em;
}

p.f6_5-799,
p > *.f6_5-799 {
	line-height:1.68em;
}
.f7-799 {
	font-size:1.7em;
	line-height:1.7em;
}

p.f7-799,
p > *.f7-799 {
	line-height:1.10em;
}
.f7_5-799 {
	font-size:1.75em;
	line-height:1.75em;
}

p.f7_5-799,
p > *.f7_5-799 {
	line-height:1.78em;
}
.f8-799 {
	font-size:1.8em;
	line-height:1.8em;
}

p.f8-799,
p > *.f8-799 {
	line-height:1.11em;
}
.f8_5-799 {
	font-size:1.85em;
	line-height:1.85em;
}

p.f8_5-799,
p > *.f8_5-799 {
	line-height:1.88em;
}
.f9-799 {
	font-size:1.9em;
	line-height:1.9em;
}

p.f9-799,
p > *.f9-799 {
	line-height:1.12em;
}
.f9_5-799 {
	font-size:1.95em;
	line-height:1.95em;
}

p.f9_5-799,
p > *.f9_5-799 {
	line-height:1.98em;
}
.f10-799 {
	font-size:2em;
	line-height:2em;
}

p.f10-799,
p > *.f10-799 {
	line-height:2em;
}
.f10_5-799 {
	font-size:2em;
	line-height:2em;
}

p.f10_5-799,
p > *.f10_5-799 {
	line-height:2em;
}
.nf1-799 {
	font-size:0.9em;
}

*:not(p):not(ul):not(ol).nf1-799 {
	line-height:0.9em;
}

p.nf1-799,
ul.nf1-799,
ol.nf1-799 {
	line-height:1.9em;
}
.nf1_5-799 {
	font-size:0.85em;
}

*:not(p):not(ul):not(ol).nf1_5-799 {
	line-height:0.85em;
}

p.nf1_5-799,
ul.nf1_5-799,
ol.nf1_5-799 {
	line-height:1.85em;
}
.nf2-799 {
	font-size:0.8em;
}

*:not(p):not(ul):not(ol).nf2-799 {
	line-height:0.8em;
}

p.nf2-799,
ul.nf2-799,
ol.nf2-799 {
	line-height:1.8em;
}
.nf2_5-799 {
	font-size:0.75em;
}

*:not(p):not(ul):not(ol).nf2_5-799 {
	line-height:0.75em;
}

p.nf2_5-799,
ul.nf2_5-799,
ol.nf2_5-799 {
	line-height:1.75em;
}
.nf3-799 {
	font-size:0.7em;
}

*:not(p):not(ul):not(ol).nf3-799 {
	line-height:0.7em;
}

p.nf3-799,
ul.nf3-799,
ol.nf3-799 {
	line-height:1.7em;
}
.nf3_5-799 {
	font-size:0.65em;
}

*:not(p):not(ul):not(ol).nf3_5-799 {
	line-height:0.65em;
}

p.nf3_5-799,
ul.nf3_5-799,
ol.nf3_5-799 {
	line-height:1.65em;
}
.nf4-799 {
	font-size:0.6em;
}

*:not(p):not(ul):not(ol).nf4-799 {
	line-height:0.6em;
}

p.nf4-799,
ul.nf4-799,
ol.nf4-799 {
	line-height:1.6em;
}
.nf4_5-799 {
	font-size:0.55em;
}

*:not(p):not(ul):not(ol).nf4_5-799 {
	line-height:0.55em;
}

p.nf4_5-799,
ul.nf4_5-799,
ol.nf4_5-799 {
	line-height:1.55em;
}
.nf5-799 {
	font-size:0.5em;
}

*:not(p):not(ul):not(ol).nf5-799 {
	line-height:0.5em;
}

p.nf5-799,
ul.nf5-799,
ol.nf5-799 {
	line-height:1.5em;
}
.nf5_5-799 {
	font-size:0.45em;
}

*:not(p):not(ul):not(ol).nf5_5-799 {
	line-height:0.45em;
}

p.nf5_5-799,
ul.nf5_5-799,
ol.nf5_5-799 {
	line-height:1.45em;
}
.nf6-799 {
	font-size:0.4em;
}

*:not(p):not(ul):not(ol).nf6-799 {
	line-height:0.4em;
}

p.nf6-799,
ul.nf6-799,
ol.nf6-799 {
	line-height:1.4em;
}
.nf6_5-799 {
	font-size:0.35em;
}

*:not(p):not(ul):not(ol).nf6_5-799 {
	line-height:0.35em;
}

p.nf6_5-799,
ul.nf6_5-799,
ol.nf6_5-799 {
	line-height:1.35em;
}
.nf7-799 {
	font-size:0.3em;
}

*:not(p):not(ul):not(ol).nf7-799 {
	line-height:0.3em;
}

p.nf7-799,
ul.nf7-799,
ol.nf7-799 {
	line-height:1.3em;
}
.nf7_5-799 {
	font-size:0.25em;
}

*:not(p):not(ul):not(ol).nf7_5-799 {
	line-height:0.25em;
}

p.nf7_5-799,
ul.nf7_5-799,
ol.nf7_5-799 {
	line-height:1.25em;
}
.nf8-799 {
	font-size:0.2em;
}

*:not(p):not(ul):not(ol).nf8-799 {
	line-height:0.2em;
}

p.nf8-799,
ul.nf8-799,
ol.nf8-799 {
	line-height:1.2em;
}
.nf8_5-799 {
	font-size:0.15em;
}

*:not(p):not(ul):not(ol).nf8_5-799 {
	line-height:0.15em;
}

p.nf8_5-799,
ul.nf8_5-799,
ol.nf8_5-799 {
	line-height:1.15em;
}
.nf9-799 {
	font-size:0.1em;
}

*:not(p):not(ul):not(ol).nf9-799 {
	line-height:0.1em;
}

p.nf9-799,
ul.nf9-799,
ol.nf9-799 {
	line-height:1.1em;
}
.nf9_5-799 {
	font-size:0.05em;
}

*:not(p):not(ul):not(ol).nf9_5-799 {
	line-height:0.05em;
}

p.nf9_5-799,
ul.nf9_5-799,
ol.nf9_5-799 {
	line-height:1.05em;
}
  .invisible-799 {
			visibility:hidden!important;
		}

  .last-799 {
			margin-right:0px!important;
		}

  .floatl-799 {
			float:left!important;
		}

  .floatr-799 {
			float:right!important;
		}

  .left-799 {
			float:left!important;
		}

  .right-799 {
			float:right!important;
		}

  .floatn-799,
 .grid.floatn-799 {
			float:none!important;
		}

  .grid-799 {
			float:left!important;
overflow:hidden;;
		}

  .grid.last-799 {
			float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
		}

  .none-799 {
			display:none!important;
		}

  .block-799 {
			display:block!important;
		}

  .iblock-799 {
			display:inline-block!important;
		}

  .inline-799 {
			display:inline!important;
		}

  .table-799 {
			display:table!important;
		}

  .row-799 {
			display:table-row!important;
		}

  .cell-799 {
			display:table-cell!important;
vertical-align:middle;
		}

  .collapse-799 {
			border-collapse:collapse;
		}

  .clearl-799 {
			clear:left!important;
		}

  .clearr-799 {
			clear:right!important;
		}

  .clearn-799 {
			clear:none!important;
		}

  .clearnone-799 {
			clear:none!important;
		}

  .clearb-799 {
			clear:both!important;
		}

  .clear-799 {
			float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
		}

  .up-799 {
			text-transform:uppercase;
		}

  .transnone-799 {
			text-transform:none;
		}

  .strike-799 {
			text-decoration:line-through;
		}

  .alignl-799 {
			text-align:left!important;
		}

  .alignr-799 {
			text-align:right!important;
		}

  .alignc-799 {
			text-align:center!important;
		}

  .alignj-799 {
			text-align:justify!important;
		}

  .valign-799 {
			vertical-align:middle!important;
		}

  .widthauto-799 {
			width:auto!important;
		}

  .heightauto-799 {
			height:auto!important;
min-height:0px!important;
		}

.square.heightauto-799::after {
	display:none!important;
}

.square.heightauto-799 > * {
	position:static!important;
}

  .width0-799 {
			width:0px;
		}

  .width50-799 {
			width:50%;
		}

  .height0-799 {
			height:0px;
		}

  .height50-799 {
			height:50%;
		}

  .mw100-799 {
			max-width:100%;
		}

  .mw90-799 {
			max-width:90%;
		}

  .mw80-799 {
			max-width:80%;
		}

  .mw70-799 {
			max-width:70%;
		}

  .mw60-799 {
			max-width:60%;
		}

  .mw50-799 {
			max-width:50%;
		}

  .mw40-799 {
			max-width:40%;
		}

  .mw30-799 {
			max-width:30%;
		}

  .mw20-799 {
			max-width:20%;
		}

  .mw10-799 {
			max-width:10%;
		}

  .mwnone-799 {
			max-width:none;
		}

  .fw-799,
 .grid.fw-799,
 .floatl.fw-799 {
			width:100%!important;
      margin-left:0px!important;
			margin-right:0px!important;
		}

  .fh-799 {
			height:100%!important;
		}

  .pointer-799 {
			cursor:pointer!important;
		}

  .noallow-799 {
			cursor:not-allowed!important;
		}

  .noselect-799 {
			user-select:none!important;
		}

  .static-799 {
			position:static!important;
		}

  .relative-799 {
			position:relative!important;
		}

  .absolute-799 {
			position:absolute!important;
		}

  .fixed-799 {
			position:fixed!important;
		}

  .spacing-799 {
			margin-bottom:7px!important;
		}

  .spacing.floatl-799 {
			margin-right:15px!important;
		}

  .spacing.floatr-799 {
			margin-left:15px!important;
		}

  .flowhide-799 {
			overflow:hidden;
		}

  .flowshow-799 {
			overflow:visible;
		}

  .flowauto-799 {
			overflow:auto;
		}

  .nowrap-799 {
			white-space:nowrap;
		}

  .lhreset-799 {
			line-height:normal;
		}

  .circle-799 {
			border-radius:50%!important;
		}

  .radnone-799 {
			border-radius:0px!important;
		}

  .vh10-799 {
			height:10vh!important;
		}

  .vh25-799 {
			height:25vh!important;
		}

  .vh50-799 {
			height:50vh!important;
		}

  .vh100-799 {
			height:100vh!important;
		}

  .vw10-799 {
			width:10vw!important;
		}

  .vw25-799 {
			width:25vw!important;
		}

  .vw50-799 {
			width:50vw!important;
		}

  .vw100-799 {
			width:100vw!important;
		}

  .flexw-799 {
			flex-wrap:wrap!important;
		}

  .flexwn-799 {
			flex-wrap:nowrap!important;
		}

  .flexwr-799 {
			flex-wrap:wrap-reverse!important;
		}

  .flexdr-799 {
			flex-direction:row!important;
		}

  .flexdrr-799 {
			flex-direction:row-reverse!important;
		}

  .flexdc-799 {
			flex-direction:column!important;
		}

  .flexdcr-799 {
			flex-direction:column-reverse!important;
		}

  .flex-799 {
			display:flex!important;
align-items:center;
flex-wrap:wrap;;
		}

  .iflex-799 {
			display:inline-flex!important;
align-items:center;;
		}

  .spaced-799 {
			justify-content:space-between;
		}

  .flexdr.spaced-799 {
			align-content:space-between;
		}

  .spacee-799 {
			justify-content:space-evenly;
		}

  .falignst-799 {
			align-items:stretch;;
		}

  .falignc-799 {
			align-items:center;;
		}

  .faligns-799 {
			align-items:flex-start;;
		}

  .faligne-799 {
			align-items:flex-end;;
		}

  .fjustl-799 {
			justify-content:flex-start;;
		}

  .fjustr-799 {
			justify-content:flex-end;;
		}

  .fjustc-799 {
			justify-content:center;;
		}

  .flexn-799 {
			flex:none!important;width:100%;;
		}

  .gridc-799 {
			display:grid!important;;
		}

  .o100-799 {
			opacity:1;
		}

  .o90-799 {
			opacity:0.9;
		}

  .o80-799 {
			opacity:0.8;
		}

  .o70-799 {
			opacity:0.7;
		}

  .o60-799 {
			opacity:0.6;
		}

  .o50-799 {
			opacity:0.5;
		}

  .o40-799 {
			opacity:0.4;
		}

  .o30-799 {
			opacity:0.3;
		}

  .o20-799 {
			opacity:0.2;
		}

  .o10-799 {
			opacity:0.1;
		}

  .o0-799 {
			opacity:0;
		}

  .left0-799 {
			left:0px!important;;
		}

  .right0-799 {
			right:0px!important;;
		}

  .top0-799 {
			top:0px!important;;
		}

  .bottom0-799 {
			bottom:0px!important;;
		}

  .left50-799 {
			left:50%!important;;
		}

  .right50-799 {
			right:50%!important;;
		}

  .top50-799 {
			top:50%!important;;
		}

  .bottom50-799 {
			bottom:50%!important;;
		}

  .left100-799 {
			left:100%!important;;
		}

  .right100-799 {
			right:100%!important;;
		}

  .top100-799 {
			top:100%!important;;
		}

  .bottom100-799 {
			bottom:100%!important;;
		}

  .leftauto-799 {
			left:auto!important;;
		}

  .rightauto-799 {
			right:auto!important;;
		}

  .topauto-799 {
			top:auto!important;;
		}

  .bottomauto-799 {
			bottom:auto!important;;
		}

  .all0-799 {
			top:0px!important;
bottom:0px!important;
left:0px!important;
right:0px!important;;
		}

  .lineup.fw-799, .lineupgroup.fw-799 {
			height:auto!important;
	}

	

			.padded_tiny-799 {
				padding:5px!important;

			}

			.paddedtb_tiny-799 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-799 {
				padding-top:5px!important;
			}

			.paddedb_tiny-799 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-799 {
				padding-left:5px!important;
			}

			.paddedr_tiny-799 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-799 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-799 {
				margin:5px!important;
			}

			.margintb_tiny-799 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-799 {
				margin-top:5px!important;
			}

			.marginb_tiny-799 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-799 {
				margin-left:5px!important;
			}

			.marginr_tiny-799 {
				margin-right:5px!important;
			}

			.marginlr_tiny-799 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			
			.nmarginlr_tiny {
				margin-left:-5px!important;
				margin-right:-5px!important;
			}
				
			.nmargin_tiny-799 {
				margin:-5px!important;
			}

			.nmargintb_tiny-799 {
				margin-top:-5px!important;
				margin-bottom:-5px!important;
			}

			.nmargint_tiny-799 {
				margin-top:-5px!important;
			}

			.nmarginb_tiny-799 {
				margin-bottom:-5px!important;
			}

			.nmarginl_tiny-799 {
				margin-left:-5px!important;
			}

			.nmarginr_tiny-799 {
				margin-right:-5px!important;
			}
			
			.padded_small-799 {
				padding:10px!important;

			}

			.paddedtb_small-799 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-799 {
				padding-top:10px!important;
			}

			.paddedb_small-799 {
				padding-bottom:10px!important;
			}

			.paddedl_small-799 {
				padding-left:10px!important;
			}

			.paddedr_small-799 {
				padding-right:10px!important;
			}

			.paddedlr_small-799 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-799 {
				margin:10px!important;
			}

			.margintb_small-799 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-799 {
				margin-top:10px!important;
			}

			.marginb_small-799 {
				margin-bottom:10px!important;
			}

			.marginl_small-799 {
				margin-left:10px!important;
			}

			.marginr_small-799 {
				margin-right:10px!important;
			}

			.marginlr_small-799 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_small {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_small-799 {
				margin:-10px!important;
			}

			.nmargintb_small-799 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_small-799 {
				margin-top:-10px!important;
			}

			.nmarginb_small-799 {
				margin-bottom:-10px!important;
			}

			.nmarginl_small-799 {
				margin-left:-10px!important;
			}

			.nmarginr_small-799 {
				margin-right:-10px!important;
			}
			
			.padded_medium-799 {
				padding:20px!important;

			}

			.paddedtb_medium-799 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-799 {
				padding-top:20px!important;
			}

			.paddedb_medium-799 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-799 {
				padding-left:20px!important;
			}

			.paddedr_medium-799 {
				padding-right:20px!important;
			}

			.paddedlr_medium-799 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-799 {
				margin:20px!important;
			}

			.margintb_medium-799 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-799 {
				margin-top:20px!important;
			}

			.marginb_medium-799 {
				margin-bottom:20px!important;
			}

			.marginl_medium-799 {
				margin-left:20px!important;
			}

			.marginr_medium-799 {
				margin-right:20px!important;
			}

			.marginlr_medium-799 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			
			.nmarginlr_medium {
				margin-left:-20px!important;
				margin-right:-20px!important;
			}
				
			.nmargin_medium-799 {
				margin:-20px!important;
			}

			.nmargintb_medium-799 {
				margin-top:-20px!important;
				margin-bottom:-20px!important;
			}

			.nmargint_medium-799 {
				margin-top:-20px!important;
			}

			.nmarginb_medium-799 {
				margin-bottom:-20px!important;
			}

			.nmarginl_medium-799 {
				margin-left:-20px!important;
			}

			.nmarginr_medium-799 {
				margin-right:-20px!important;
			}
			
			.padded_large-799 {
				padding:40px!important;

			}

			.paddedtb_large-799 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-799 {
				padding-top:40px!important;
			}

			.paddedb_large-799 {
				padding-bottom:40px!important;
			}

			.paddedl_large-799 {
				padding-left:40px!important;
			}

			.paddedr_large-799 {
				padding-right:40px!important;
			}

			.paddedlr_large-799 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-799 {
				margin:40px!important;
			}

			.margintb_large-799 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-799 {
				margin-top:40px!important;
			}

			.marginb_large-799 {
				margin-bottom:40px!important;
			}

			.marginl_large-799 {
				margin-left:40px!important;
			}

			.marginr_large-799 {
				margin-right:40px!important;
			}

			.marginlr_large-799 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			
			.nmarginlr_large {
				margin-left:-40px!important;
				margin-right:-40px!important;
			}
				
			.nmargin_large-799 {
				margin:-40px!important;
			}

			.nmargintb_large-799 {
				margin-top:-40px!important;
				margin-bottom:-40px!important;
			}

			.nmargint_large-799 {
				margin-top:-40px!important;
			}

			.nmarginb_large-799 {
				margin-bottom:-40px!important;
			}

			.nmarginl_large-799 {
				margin-left:-40px!important;
			}

			.nmarginr_large-799 {
				margin-right:-40px!important;
			}
			
			.padded_core-799 {
				padding:10px!important;

			}

			.paddedtb_core-799 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-799 {
				padding-top:10px!important;
			}

			.paddedb_core-799 {
				padding-bottom:10px!important;
			}

			.paddedl_core-799 {
				padding-left:10px!important;
			}

			.paddedr_core-799 {
				padding-right:10px!important;
			}

			.paddedlr_core-799 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-799 {
				margin:10px!important;
			}

			.margintb_core-799 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-799 {
				margin-top:10px!important;
			}

			.marginb_core-799 {
				margin-bottom:10px!important;
			}

			.marginl_core-799 {
				margin-left:10px!important;
			}

			.marginr_core-799 {
				margin-right:10px!important;
			}

			.marginlr_core-799 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_core {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_core-799 {
				margin:-10px!important;
			}

			.nmargintb_core-799 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_core-799 {
				margin-top:-10px!important;
			}

			.nmarginb_core-799 {
				margin-bottom:-10px!important;
			}

			.nmarginl_core-799 {
				margin-left:-10px!important;
			}

			.nmarginr_core-799 {
				margin-right:-10px!important;
			}
						
			.margin_auto-799 {
				margin:auto!important;
			}

			.margintb_auto-799 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-799 {
				margin-top:auto!important;
			}

			.marginb_auto-799 {
				margin-bottom:auto!important;
			}

			.marginl_auto-799 {
				margin-left:auto!important;
			}

			.marginr_auto-799 {
				margin-right:auto!important;
			}

			.marginlr_auto-799 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			
			.nmarginlr_auto {
				margin-left:-auto!important;
				margin-right:-auto!important;
			}
				
			.nmargin_auto-799 {
				margin:-auto!important;
			}

			.nmargintb_auto-799 {
				margin-top:-auto!important;
				margin-bottom:-auto!important;
			}

			.nmargint_auto-799 {
				margin-top:-auto!important;
			}

			.nmarginb_auto-799 {
				margin-bottom:-auto!important;
			}

			.nmarginl_auto-799 {
				margin-left:-auto!important;
			}

			.nmarginr_auto-799 {
				margin-right:-auto!important;
			}
			
			.padded_none-799 {
				padding:0px!important;

			}

			.paddedtb_none-799 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-799 {
				padding-top:0px!important;
			}

			.paddedb_none-799 {
				padding-bottom:0px!important;
			}

			.paddedl_none-799 {
				padding-left:0px!important;
			}

			.paddedr_none-799 {
				padding-right:0px!important;
			}

			.paddedlr_none-799 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-799 {
				margin:0px!important;
			}

			.margintb_none-799 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-799 {
				margin-top:0px!important;
			}

			.marginb_none-799 {
				margin-bottom:0px!important;
			}

			.marginl_none-799 {
				margin-left:0px!important;
			}

			.marginr_none-799 {
				margin-right:0px!important;
			}

			.marginlr_none-799 {
				margin-left:0px!important;
				margin-right:0px!important;
			}
			
			.nmarginlr_none {
				margin-left:-0px!important;
				margin-right:-0px!important;
			}
				
			.nmargin_none-799 {
				margin:-0px!important;
			}

			.nmargintb_none-799 {
				margin-top:-0px!important;
				margin-bottom:-0px!important;
			}

			.nmargint_none-799 {
				margin-top:-0px!important;
			}

			.nmarginb_none-799 {
				margin-bottom:-0px!important;
			}

			.nmarginl_none-799 {
				margin-left:-0px!important;
			}

			.nmarginr_none-799 {
				margin-right:-0px!important;
			}
			
			.padded_p100-799 {
				padding:100%!important;

			}

			.paddedtb_p100-799 {
				padding-top:100%!important;
				padding-bottom:100%!important;
			}

			.paddedt_p100-799 {
				padding-top:100%!important;
			}

			.paddedb_p100-799 {
				padding-bottom:100%!important;
			}

			.paddedl_p100-799 {
				padding-left:100%!important;
			}

			.paddedr_p100-799 {
				padding-right:100%!important;
			}

			.paddedlr_p100-799 {
				padding-left:100%!important;
				padding-right:100%!important;
			}
		
						
			.margin_p100-799 {
				margin:100%!important;
			}

			.margintb_p100-799 {
				margin-top:100%!important;
				margin-bottom:100%!important;
			}

			.margint_p100-799 {
				margin-top:100%!important;
			}

			.marginb_p100-799 {
				margin-bottom:100%!important;
			}

			.marginl_p100-799 {
				margin-left:100%!important;
			}

			.marginr_p100-799 {
				margin-right:100%!important;
			}

			.marginlr_p100-799 {
				margin-left:100%!important;
				margin-right:100%!important;
			}
			
			.nmarginlr_p100 {
				margin-left:-100%!important;
				margin-right:-100%!important;
			}
				
			.nmargin_p100-799 {
				margin:-100%!important;
			}

			.nmargintb_p100-799 {
				margin-top:-100%!important;
				margin-bottom:-100%!important;
			}

			.nmargint_p100-799 {
				margin-top:-100%!important;
			}

			.nmarginb_p100-799 {
				margin-bottom:-100%!important;
			}

			.nmarginl_p100-799 {
				margin-left:-100%!important;
			}

			.nmarginr_p100-799 {
				margin-right:-100%!important;
			}
			
			.padded_p75-799 {
				padding:75%!important;

			}

			.paddedtb_p75-799 {
				padding-top:75%!important;
				padding-bottom:75%!important;
			}

			.paddedt_p75-799 {
				padding-top:75%!important;
			}

			.paddedb_p75-799 {
				padding-bottom:75%!important;
			}

			.paddedl_p75-799 {
				padding-left:75%!important;
			}

			.paddedr_p75-799 {
				padding-right:75%!important;
			}

			.paddedlr_p75-799 {
				padding-left:75%!important;
				padding-right:75%!important;
			}
		
						
			.margin_p75-799 {
				margin:75%!important;
			}

			.margintb_p75-799 {
				margin-top:75%!important;
				margin-bottom:75%!important;
			}

			.margint_p75-799 {
				margin-top:75%!important;
			}

			.marginb_p75-799 {
				margin-bottom:75%!important;
			}

			.marginl_p75-799 {
				margin-left:75%!important;
			}

			.marginr_p75-799 {
				margin-right:75%!important;
			}

			.marginlr_p75-799 {
				margin-left:75%!important;
				margin-right:75%!important;
			}
			
			.nmarginlr_p75 {
				margin-left:-75%!important;
				margin-right:-75%!important;
			}
				
			.nmargin_p75-799 {
				margin:-75%!important;
			}

			.nmargintb_p75-799 {
				margin-top:-75%!important;
				margin-bottom:-75%!important;
			}

			.nmargint_p75-799 {
				margin-top:-75%!important;
			}

			.nmarginb_p75-799 {
				margin-bottom:-75%!important;
			}

			.nmarginl_p75-799 {
				margin-left:-75%!important;
			}

			.nmarginr_p75-799 {
				margin-right:-75%!important;
			}
			
			.padded_p50-799 {
				padding:50%!important;

			}

			.paddedtb_p50-799 {
				padding-top:50%!important;
				padding-bottom:50%!important;
			}

			.paddedt_p50-799 {
				padding-top:50%!important;
			}

			.paddedb_p50-799 {
				padding-bottom:50%!important;
			}

			.paddedl_p50-799 {
				padding-left:50%!important;
			}

			.paddedr_p50-799 {
				padding-right:50%!important;
			}

			.paddedlr_p50-799 {
				padding-left:50%!important;
				padding-right:50%!important;
			}
		
						
			.margin_p50-799 {
				margin:50%!important;
			}

			.margintb_p50-799 {
				margin-top:50%!important;
				margin-bottom:50%!important;
			}

			.margint_p50-799 {
				margin-top:50%!important;
			}

			.marginb_p50-799 {
				margin-bottom:50%!important;
			}

			.marginl_p50-799 {
				margin-left:50%!important;
			}

			.marginr_p50-799 {
				margin-right:50%!important;
			}

			.marginlr_p50-799 {
				margin-left:50%!important;
				margin-right:50%!important;
			}
			
			.nmarginlr_p50 {
				margin-left:-50%!important;
				margin-right:-50%!important;
			}
				
			.nmargin_p50-799 {
				margin:-50%!important;
			}

			.nmargintb_p50-799 {
				margin-top:-50%!important;
				margin-bottom:-50%!important;
			}

			.nmargint_p50-799 {
				margin-top:-50%!important;
			}

			.nmarginb_p50-799 {
				margin-bottom:-50%!important;
			}

			.nmarginl_p50-799 {
				margin-left:-50%!important;
			}

			.nmarginr_p50-799 {
				margin-right:-50%!important;
			}
			
			.padded_p25-799 {
				padding:25%!important;

			}

			.paddedtb_p25-799 {
				padding-top:25%!important;
				padding-bottom:25%!important;
			}

			.paddedt_p25-799 {
				padding-top:25%!important;
			}

			.paddedb_p25-799 {
				padding-bottom:25%!important;
			}

			.paddedl_p25-799 {
				padding-left:25%!important;
			}

			.paddedr_p25-799 {
				padding-right:25%!important;
			}

			.paddedlr_p25-799 {
				padding-left:25%!important;
				padding-right:25%!important;
			}
		
						
			.margin_p25-799 {
				margin:25%!important;
			}

			.margintb_p25-799 {
				margin-top:25%!important;
				margin-bottom:25%!important;
			}

			.margint_p25-799 {
				margin-top:25%!important;
			}

			.marginb_p25-799 {
				margin-bottom:25%!important;
			}

			.marginl_p25-799 {
				margin-left:25%!important;
			}

			.marginr_p25-799 {
				margin-right:25%!important;
			}

			.marginlr_p25-799 {
				margin-left:25%!important;
				margin-right:25%!important;
			}
			
			.nmarginlr_p25 {
				margin-left:-25%!important;
				margin-right:-25%!important;
			}
				
			.nmargin_p25-799 {
				margin:-25%!important;
			}

			.nmargintb_p25-799 {
				margin-top:-25%!important;
				margin-bottom:-25%!important;
			}

			.nmargint_p25-799 {
				margin-top:-25%!important;
			}

			.nmarginb_p25-799 {
				margin-bottom:-25%!important;
			}

			.nmarginl_p25-799 {
				margin-left:-25%!important;
			}

			.nmarginr_p25-799 {
				margin-right:-25%!important;
			}
				.border_1-799 {
		border:solid 1px rgba(0,0,0,0.5);;
	}

	.bordertb_1-799 {
		border-top:solid 1px rgba(0,0,0,0.5);;
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.bordert_1-799 {
		border-top:solid 1px rgba(0,0,0,0.5);;
	}

	.borderb_1-799 {
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.borderl_1-799 {
		border-left:solid 1px rgba(0,0,0,0.5);;
	}

	.borderr_1-799 {
		border-right:solid 1px rgba(0,0,0,0.5);;
	}

	.borderlr_1-799 {
		border-left:solid 1px rgba(0,0,0,0.5);;
		border-right:solid 1px rgba(0,0,0,0.5);;
	}
		.border_none-799 {
		border:none;
	}

	.bordertb_none-799 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-799 {
		border-top:none;
	}

	.borderb_none-799 {
		border-bottom:none;
	}

	.borderl_none-799 {
		border-left:none;
	}

	.borderr_none-799 {
		border-right:none;
	}

	.borderlr_none-799 {
		border-left:none;
		border-right:none;
	}
		.border_core-799 {
		border:solid 1px rgba(0,0,0,0.1);
	}

	.bordertb_core-799 {
		border-top:solid 1px rgba(0,0,0,0.1);
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.bordert_core-799 {
		border-top:solid 1px rgba(0,0,0,0.1);
	}

	.borderb_core-799 {
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.borderl_core-799 {
		border-left:solid 1px rgba(0,0,0,0.1);
	}

	.borderr_core-799 {
		border-right:solid 1px rgba(0,0,0,0.1);
	}

	.borderlr_core-799 {
		border-left:solid 1px rgba(0,0,0,0.1);
		border-right:solid 1px rgba(0,0,0,0.1);
	}
				.colour1_bg-799 {
				background-color:#000000!important;
			}

			.colour1_bg-799,
			a.colour1_bg-799 {
				color:#FFFFFF!important;
			}
		
			.colour1_bg-799 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour1-799 a,
			a.colour1-799 {
				color:#000000;
							}
			
			.colour1-799 {
					color:#000000;
				background:transparent!important;
						}

					
			.colour1_bg-799 input[type=text],
			.colour1_bg-799 input[type=password],
			.colour1_bg-799 input[type=number],
			.colour1_bg-799 textarea,
			.colour1_bg-799 select,
			.colour1_bg-799 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour1_bg-799 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour1_bg-799 select {
				color:rgba(255,255,255,0.7);
			}

			.colour1_bg-799 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour1_bg-799 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour2_bg-799 {
				background-color:#4b4a4b!important;
			}

			.colour2_bg-799,
			a.colour2_bg-799 {
				color:#FFFFFF!important;
			}
		
			.colour2_bg-799 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour2-799 a,
			a.colour2-799 {
				color:#4b4a4b;
							}
			
			.colour2-799 {
					color:#4b4a4b;
				background:transparent!important;
						}

					
			.colour2_bg-799 input[type=text],
			.colour2_bg-799 input[type=password],
			.colour2_bg-799 input[type=number],
			.colour2_bg-799 textarea,
			.colour2_bg-799 select,
			.colour2_bg-799 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour2_bg-799 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour2_bg-799 select {
				color:rgba(255,255,255,0.7);
			}

			.colour2_bg-799 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour2_bg-799 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour3_bg-799 {
				background-color:#616062!important;
			}

			.colour3_bg-799,
			a.colour3_bg-799 {
				color:#FFFFFF!important;
			}
		
			.colour3_bg-799 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour3-799 a,
			a.colour3-799 {
				color:#616062;
							}
			
			.colour3-799 {
					color:#616062;
				background:transparent!important;
						}

					
			.colour3_bg-799 input[type=text],
			.colour3_bg-799 input[type=password],
			.colour3_bg-799 input[type=number],
			.colour3_bg-799 textarea,
			.colour3_bg-799 select,
			.colour3_bg-799 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour3_bg-799 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour3_bg-799 select {
				color:rgba(255,255,255,0.7);
			}

			.colour3_bg-799 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour3_bg-799 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour4_bg-799 {
				background-color:#FFFFFF!important;
			}

			.colour4_bg-799,
			a.colour4_bg-799 {
				color:#202020!important;
			}
		
			.colour4_bg-799 a:not(.more) {
				color:#202020;
			}

			
			.colour4-799 a,
			a.colour4-799 {
				color:#FFFFFF;
							}
			
			.colour4-799 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour4_bg-799 input[type=text],
			.colour4_bg-799 input[type=password],
			.colour4_bg-799 input[type=number],
			.colour4_bg-799 textarea,
			.colour4_bg-799 select,
			.colour4_bg-799 select option {
				border-color:#202020;
				color:#202020;
				background:transparent;
			}
		
			.colour4_bg-799 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour4_bg-799 select {
				color:rgba(32,32,32,0.7);
			}

			.colour4_bg-799 ::-webkit-input-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}

			.colour4_bg-799 ::-moz-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}
		
						.colour5_bg-799 {
				background-color:#FFFFFF!important;
			}

			.colour5_bg-799,
			a.colour5_bg-799 {
				color:#424040!important;
			}
		
			.colour5_bg-799 a:not(.more) {
				color:#424040;
			}

			
			.colour5-799 a,
			a.colour5-799 {
				color:#FFFFFF;
							}
			
			.colour5-799 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour5_bg-799 input[type=text],
			.colour5_bg-799 input[type=password],
			.colour5_bg-799 input[type=number],
			.colour5_bg-799 textarea,
			.colour5_bg-799 select,
			.colour5_bg-799 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour5_bg-799 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour5_bg-799 select {
				color:rgba(66,64,64,0.7);
			}

			.colour5_bg-799 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour5_bg-799 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
						.colour6_bg-799 {
				background-color:#EEEEEE!important;
			}

			.colour6_bg-799,
			a.colour6_bg-799 {
				color:#424040!important;
			}
		
			.colour6_bg-799 a:not(.more) {
				color:#424040;
			}

			
			.colour6-799 a,
			a.colour6-799 {
				color:#EEEEEE;
							}
			
			.colour6-799 {
					color:#EEEEEE;
				background:transparent!important;
						}

					
			.colour6_bg-799 input[type=text],
			.colour6_bg-799 input[type=password],
			.colour6_bg-799 input[type=number],
			.colour6_bg-799 textarea,
			.colour6_bg-799 select,
			.colour6_bg-799 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour6_bg-799 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour6_bg-799 select {
				color:rgba(66,64,64,0.7);
			}

			.colour6_bg-799 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour6_bg-799 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
			
}

@media only screen and (max-width : 749px) {
	
.grid.eight-749 {
	float:left!important;
	width:10.575%!important;
margin-right:2.2%!important;;
}

.grid.eight_x2-749 {
	float:left!important;
	width:23.35%!important;
margin-right:2.2%!important;;
}

.grid.eight_x3-749 {
	float:left!important;
	width:36.125%!important;
margin-right:2.2%!important;;
}

.grid.eight_x4-749 {
	float:left!important;
	width:48.9%!important;
margin-right:2.2%!important;;
}

.grid.eight_x5-749 {
	float:left!important;
	width:61.675%!important;
margin-right:2.2%!important;;
}

.grid.eight_x6-749 {
	float:left!important;
	width:74.45%!important;
margin-right:2.2%!important;;
}

.grid.eight_x7-749 {
	float:left!important;
	width:87.225%!important;
margin-right:2.2%!important;;
}

.grid.seven-749 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-749 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-749 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-749 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-749 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-749 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-749 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-749 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-749 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-749 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-749 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-749 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-749 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-749 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-749 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-749 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-749 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-749 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-749 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-749 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-749 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-749 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.eight-749 {
	width:12.5%!important;
}

.floatl.eight_x2-749 {
	width:25%!important;
}

.floatl.eight_x3-749 {
	width:37.5%!important;
}

.floatl.eight_x4-749 {
	width:50%!important;
}

.floatl.eight_x5-749 {
	width:62.5%!important;
}

.floatl.eight_x6-749 {
	width:75%!important;
}

.floatl.eight_x7-749 {
	width:87.5%!important;
}

.floatl.seven-749 {
	width:14.28571429%!important;
}

.floatl.seven_x2-749 {
	width:28.57142857%!important;
}

.floatl.seven_x3-749 {
	width:42.85714286%!important;
}

.floatl.seven_x4-749 {
	width:57.14285714%!important;
}

.floatl.seven_x5-749 {
	width:71.42857143%!important;
}

.floatl.seven_x6-749 {
	width:85.71428571%!important;
}

.floatl.six-749 {
	width:16.66666667%!important;
}

.floatl.six_x2-749 {
	width:33.33333333%!important;
}

.floatl.six_x3-749 {
	width:50%!important;
}

.floatl.six_x4-749 {
	width:66.6666667%!important;
}

.floatl.six_x5-749 {
	width:83%!important;
}

.floatl.five-749 {
	width:20%!important;
}

.floatl.five_x2-749 {
	width:40%!important;
}

.floatl.five_x3-749 {
	width:60%!important;
}

.floatl.five_x4-749 {
	width:80%!important;
}

.floatl.four-749 {
	width:25%!important;
}

.floatl.four_x2-749 {
	width:50%!important;
}

.floatl.four_x3-749 {
	width:75%!important;
}

.floatl.three-749 {
	width:33.33333333%!important;
}

.floatl.three_x2-749 {
	width:66.66666667%!important;
}

.floatl.two-749 {
	width:50%!important;
}

.floatl.one-749 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

.o1-749 {
		order:1;
	}

.fl1-749 {
	flex:1;
}

.gridc > .r1-749 {
	grid-row-start:1;
}
.gridc-749 > .r1-749 {
	grid-row-start:1;
	overflow:hidden;
}
.gridc > .re1-749 {
	grid-row-end:1;
}
.gridc-749 > .re1-749 {
	grid-row-end:1;
}
.gridc > .c1-749 {
	grid-column-start:1;
}
.gridc-749 > .c1-749 {
	grid-column-start:1;
}
.gridc > .ce1-749 {
	grid-column-end:1;
}
.gridc-749 > .ce1-749 {
	grid-column-end:1;
}

.o2-749 {
		order:2;
	}

.fl2-749 {
	flex:2;
}

.gridc > .r2-749 {
	grid-row-start:2;
}
.gridc-749 > .r2-749 {
	grid-row-start:2;
	overflow:hidden;
}
.gridc > .re2-749 {
	grid-row-end:2;
}
.gridc-749 > .re2-749 {
	grid-row-end:2;
}
.gridc > .c2-749 {
	grid-column-start:2;
}
.gridc-749 > .c2-749 {
	grid-column-start:2;
}
.gridc > .ce2-749 {
	grid-column-end:2;
}
.gridc-749 > .ce2-749 {
	grid-column-end:2;
}

.o3-749 {
		order:3;
	}

.fl3-749 {
	flex:3;
}

.gridc > .r3-749 {
	grid-row-start:3;
}
.gridc-749 > .r3-749 {
	grid-row-start:3;
	overflow:hidden;
}
.gridc > .re3-749 {
	grid-row-end:3;
}
.gridc-749 > .re3-749 {
	grid-row-end:3;
}
.gridc > .c3-749 {
	grid-column-start:3;
}
.gridc-749 > .c3-749 {
	grid-column-start:3;
}
.gridc > .ce3-749 {
	grid-column-end:3;
}
.gridc-749 > .ce3-749 {
	grid-column-end:3;
}

.o4-749 {
		order:4;
	}

.fl4-749 {
	flex:4;
}

.gridc > .r4-749 {
	grid-row-start:4;
}
.gridc-749 > .r4-749 {
	grid-row-start:4;
	overflow:hidden;
}
.gridc > .re4-749 {
	grid-row-end:4;
}
.gridc-749 > .re4-749 {
	grid-row-end:4;
}
.gridc > .c4-749 {
	grid-column-start:4;
}
.gridc-749 > .c4-749 {
	grid-column-start:4;
}
.gridc > .ce4-749 {
	grid-column-end:4;
}
.gridc-749 > .ce4-749 {
	grid-column-end:4;
}

.o5-749 {
		order:5;
	}

.fl5-749 {
	flex:5;
}

.gridc > .r5-749 {
	grid-row-start:5;
}
.gridc-749 > .r5-749 {
	grid-row-start:5;
	overflow:hidden;
}
.gridc > .re5-749 {
	grid-row-end:5;
}
.gridc-749 > .re5-749 {
	grid-row-end:5;
}
.gridc > .c5-749 {
	grid-column-start:5;
}
.gridc-749 > .c5-749 {
	grid-column-start:5;
}
.gridc > .ce5-749 {
	grid-column-end:5;
}
.gridc-749 > .ce5-749 {
	grid-column-end:5;
}

.o6-749 {
		order:6;
	}

.fl6-749 {
	flex:6;
}

.gridc > .r6-749 {
	grid-row-start:6;
}
.gridc-749 > .r6-749 {
	grid-row-start:6;
	overflow:hidden;
}
.gridc > .re6-749 {
	grid-row-end:6;
}
.gridc-749 > .re6-749 {
	grid-row-end:6;
}
.gridc > .c6-749 {
	grid-column-start:6;
}
.gridc-749 > .c6-749 {
	grid-column-start:6;
}
.gridc > .ce6-749 {
	grid-column-end:6;
}
.gridc-749 > .ce6-749 {
	grid-column-end:6;
}

.o7-749 {
		order:7;
	}

.fl7-749 {
	flex:7;
}

.gridc > .r7-749 {
	grid-row-start:7;
}
.gridc-749 > .r7-749 {
	grid-row-start:7;
	overflow:hidden;
}
.gridc > .re7-749 {
	grid-row-end:7;
}
.gridc-749 > .re7-749 {
	grid-row-end:7;
}
.gridc > .c7-749 {
	grid-column-start:7;
}
.gridc-749 > .c7-749 {
	grid-column-start:7;
}
.gridc > .ce7-749 {
	grid-column-end:7;
}
.gridc-749 > .ce7-749 {
	grid-column-end:7;
}

.o8-749 {
		order:8;
	}

.fl8-749 {
	flex:8;
}

.gridc > .r8-749 {
	grid-row-start:8;
}
.gridc-749 > .r8-749 {
	grid-row-start:8;
	overflow:hidden;
}
.gridc > .re8-749 {
	grid-row-end:8;
}
.gridc-749 > .re8-749 {
	grid-row-end:8;
}
.gridc > .c8-749 {
	grid-column-start:8;
}
.gridc-749 > .c8-749 {
	grid-column-start:8;
}
.gridc > .ce8-749 {
	grid-column-end:8;
}
.gridc-749 > .ce8-749 {
	grid-column-end:8;
}

.o9-749 {
		order:9;
	}

.fl9-749 {
	flex:9;
}

.gridc > .r9-749 {
	grid-row-start:9;
}
.gridc-749 > .r9-749 {
	grid-row-start:9;
	overflow:hidden;
}
.gridc > .re9-749 {
	grid-row-end:9;
}
.gridc-749 > .re9-749 {
	grid-row-end:9;
}
.gridc > .c9-749 {
	grid-column-start:9;
}
.gridc-749 > .c9-749 {
	grid-column-start:9;
}
.gridc > .ce9-749 {
	grid-column-end:9;
}
.gridc-749 > .ce9-749 {
	grid-column-end:9;
}

.z1-749 {
	z-index:1;
}

.z9999999-749 {
	z-index:9999999;
}

.z2-749 {
	z-index:2;
}

.z9999998-749 {
	z-index:9999998;
}

.z3-749 {
	z-index:3;
}

.z9999997-749 {
	z-index:9999997;
}

.z4-749 {
	z-index:4;
}

.z9999996-749 {
	z-index:9999996;
}

.z5-749 {
	z-index:5;
}

.z9999995-749 {
	z-index:9999995;
}

.z6-749 {
	z-index:6;
}

.z9999994-749 {
	z-index:9999994;
}

.z7-749 {
	z-index:7;
}

.z9999993-749 {
	z-index:9999993;
}

.z8-749 {
	z-index:8;
}

.z9999992-749 {
	z-index:9999992;
}

.z9-749 {
	z-index:9;
}

.z9999991-749 {
	z-index:9999991;
}

.w100-749 {
	font-weight:100;
}
.w200-749 {
	font-weight:200;
}
.w300-749 {
	font-weight:300;
}
.w400-749 {
	font-weight:400;
}
.w500-749 {
	font-weight:500;
}
.w600-749 {
	font-weight:600;
}
.w700-749 {
	font-weight:700;
}
.w800-749 {
	font-weight:800;
}
.w900-749 {
	font-weight:900;
}
.f1-749 {
	font-size:1.1em;
	line-height:1.1em;
}

p.f1-749,
p > *.f1-749 {
	line-height:1.4em;
}
.f1_5-749 {
	font-size:1.15em;
	line-height:1.15em;
}

p.f1_5-749,
p > *.f1_5-749 {
	line-height:1.18em;
}
.f2-749 {
	font-size:1.2em;
	line-height:1.2em;
}

p.f2-749,
p > *.f2-749 {
	line-height:1.5em;
}
.f2_5-749 {
	font-size:1.25em;
	line-height:1.25em;
}

p.f2_5-749,
p > *.f2_5-749 {
	line-height:1.28em;
}
.f3-749 {
	font-size:1.3em;
	line-height:1.3em;
}

p.f3-749,
p > *.f3-749 {
	line-height:1.6em;
}
.f3_5-749 {
	font-size:1.35em;
	line-height:1.35em;
}

p.f3_5-749,
p > *.f3_5-749 {
	line-height:1.38em;
}
.f4-749 {
	font-size:1.4em;
	line-height:1.4em;
}

p.f4-749,
p > *.f4-749 {
	line-height:1.7em;
}
.f4_5-749 {
	font-size:1.45em;
	line-height:1.45em;
}

p.f4_5-749,
p > *.f4_5-749 {
	line-height:1.48em;
}
.f5-749 {
	font-size:1.5em;
	line-height:1.5em;
}

p.f5-749,
p > *.f5-749 {
	line-height:1.8em;
}
.f5_5-749 {
	font-size:1.55em;
	line-height:1.55em;
}

p.f5_5-749,
p > *.f5_5-749 {
	line-height:1.58em;
}
.f6-749 {
	font-size:1.6em;
	line-height:1.6em;
}

p.f6-749,
p > *.f6-749 {
	line-height:1.9em;
}
.f6_5-749 {
	font-size:1.65em;
	line-height:1.65em;
}

p.f6_5-749,
p > *.f6_5-749 {
	line-height:1.68em;
}
.f7-749 {
	font-size:1.7em;
	line-height:1.7em;
}

p.f7-749,
p > *.f7-749 {
	line-height:1.10em;
}
.f7_5-749 {
	font-size:1.75em;
	line-height:1.75em;
}

p.f7_5-749,
p > *.f7_5-749 {
	line-height:1.78em;
}
.f8-749 {
	font-size:1.8em;
	line-height:1.8em;
}

p.f8-749,
p > *.f8-749 {
	line-height:1.11em;
}
.f8_5-749 {
	font-size:1.85em;
	line-height:1.85em;
}

p.f8_5-749,
p > *.f8_5-749 {
	line-height:1.88em;
}
.f9-749 {
	font-size:1.9em;
	line-height:1.9em;
}

p.f9-749,
p > *.f9-749 {
	line-height:1.12em;
}
.f9_5-749 {
	font-size:1.95em;
	line-height:1.95em;
}

p.f9_5-749,
p > *.f9_5-749 {
	line-height:1.98em;
}
.f10-749 {
	font-size:2em;
	line-height:2em;
}

p.f10-749,
p > *.f10-749 {
	line-height:2em;
}
.f10_5-749 {
	font-size:2em;
	line-height:2em;
}

p.f10_5-749,
p > *.f10_5-749 {
	line-height:2em;
}
.nf1-749 {
	font-size:0.9em;
}

*:not(p):not(ul):not(ol).nf1-749 {
	line-height:0.9em;
}

p.nf1-749,
ul.nf1-749,
ol.nf1-749 {
	line-height:1.9em;
}
.nf1_5-749 {
	font-size:0.85em;
}

*:not(p):not(ul):not(ol).nf1_5-749 {
	line-height:0.85em;
}

p.nf1_5-749,
ul.nf1_5-749,
ol.nf1_5-749 {
	line-height:1.85em;
}
.nf2-749 {
	font-size:0.8em;
}

*:not(p):not(ul):not(ol).nf2-749 {
	line-height:0.8em;
}

p.nf2-749,
ul.nf2-749,
ol.nf2-749 {
	line-height:1.8em;
}
.nf2_5-749 {
	font-size:0.75em;
}

*:not(p):not(ul):not(ol).nf2_5-749 {
	line-height:0.75em;
}

p.nf2_5-749,
ul.nf2_5-749,
ol.nf2_5-749 {
	line-height:1.75em;
}
.nf3-749 {
	font-size:0.7em;
}

*:not(p):not(ul):not(ol).nf3-749 {
	line-height:0.7em;
}

p.nf3-749,
ul.nf3-749,
ol.nf3-749 {
	line-height:1.7em;
}
.nf3_5-749 {
	font-size:0.65em;
}

*:not(p):not(ul):not(ol).nf3_5-749 {
	line-height:0.65em;
}

p.nf3_5-749,
ul.nf3_5-749,
ol.nf3_5-749 {
	line-height:1.65em;
}
.nf4-749 {
	font-size:0.6em;
}

*:not(p):not(ul):not(ol).nf4-749 {
	line-height:0.6em;
}

p.nf4-749,
ul.nf4-749,
ol.nf4-749 {
	line-height:1.6em;
}
.nf4_5-749 {
	font-size:0.55em;
}

*:not(p):not(ul):not(ol).nf4_5-749 {
	line-height:0.55em;
}

p.nf4_5-749,
ul.nf4_5-749,
ol.nf4_5-749 {
	line-height:1.55em;
}
.nf5-749 {
	font-size:0.5em;
}

*:not(p):not(ul):not(ol).nf5-749 {
	line-height:0.5em;
}

p.nf5-749,
ul.nf5-749,
ol.nf5-749 {
	line-height:1.5em;
}
.nf5_5-749 {
	font-size:0.45em;
}

*:not(p):not(ul):not(ol).nf5_5-749 {
	line-height:0.45em;
}

p.nf5_5-749,
ul.nf5_5-749,
ol.nf5_5-749 {
	line-height:1.45em;
}
.nf6-749 {
	font-size:0.4em;
}

*:not(p):not(ul):not(ol).nf6-749 {
	line-height:0.4em;
}

p.nf6-749,
ul.nf6-749,
ol.nf6-749 {
	line-height:1.4em;
}
.nf6_5-749 {
	font-size:0.35em;
}

*:not(p):not(ul):not(ol).nf6_5-749 {
	line-height:0.35em;
}

p.nf6_5-749,
ul.nf6_5-749,
ol.nf6_5-749 {
	line-height:1.35em;
}
.nf7-749 {
	font-size:0.3em;
}

*:not(p):not(ul):not(ol).nf7-749 {
	line-height:0.3em;
}

p.nf7-749,
ul.nf7-749,
ol.nf7-749 {
	line-height:1.3em;
}
.nf7_5-749 {
	font-size:0.25em;
}

*:not(p):not(ul):not(ol).nf7_5-749 {
	line-height:0.25em;
}

p.nf7_5-749,
ul.nf7_5-749,
ol.nf7_5-749 {
	line-height:1.25em;
}
.nf8-749 {
	font-size:0.2em;
}

*:not(p):not(ul):not(ol).nf8-749 {
	line-height:0.2em;
}

p.nf8-749,
ul.nf8-749,
ol.nf8-749 {
	line-height:1.2em;
}
.nf8_5-749 {
	font-size:0.15em;
}

*:not(p):not(ul):not(ol).nf8_5-749 {
	line-height:0.15em;
}

p.nf8_5-749,
ul.nf8_5-749,
ol.nf8_5-749 {
	line-height:1.15em;
}
.nf9-749 {
	font-size:0.1em;
}

*:not(p):not(ul):not(ol).nf9-749 {
	line-height:0.1em;
}

p.nf9-749,
ul.nf9-749,
ol.nf9-749 {
	line-height:1.1em;
}
.nf9_5-749 {
	font-size:0.05em;
}

*:not(p):not(ul):not(ol).nf9_5-749 {
	line-height:0.05em;
}

p.nf9_5-749,
ul.nf9_5-749,
ol.nf9_5-749 {
	line-height:1.05em;
}
  .invisible-749 {
			visibility:hidden!important;
		}

  .last-749 {
			margin-right:0px!important;
		}

  .floatl-749 {
			float:left!important;
		}

  .floatr-749 {
			float:right!important;
		}

  .left-749 {
			float:left!important;
		}

  .right-749 {
			float:right!important;
		}

  .floatn-749,
 .grid.floatn-749 {
			float:none!important;
		}

  .grid-749 {
			float:left!important;
overflow:hidden;;
		}

  .grid.last-749 {
			float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
		}

  .none-749 {
			display:none!important;
		}

  .block-749 {
			display:block!important;
		}

  .iblock-749 {
			display:inline-block!important;
		}

  .inline-749 {
			display:inline!important;
		}

  .table-749 {
			display:table!important;
		}

  .row-749 {
			display:table-row!important;
		}

  .cell-749 {
			display:table-cell!important;
vertical-align:middle;
		}

  .collapse-749 {
			border-collapse:collapse;
		}

  .clearl-749 {
			clear:left!important;
		}

  .clearr-749 {
			clear:right!important;
		}

  .clearn-749 {
			clear:none!important;
		}

  .clearnone-749 {
			clear:none!important;
		}

  .clearb-749 {
			clear:both!important;
		}

  .clear-749 {
			float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
		}

  .up-749 {
			text-transform:uppercase;
		}

  .transnone-749 {
			text-transform:none;
		}

  .strike-749 {
			text-decoration:line-through;
		}

  .alignl-749 {
			text-align:left!important;
		}

  .alignr-749 {
			text-align:right!important;
		}

  .alignc-749 {
			text-align:center!important;
		}

  .alignj-749 {
			text-align:justify!important;
		}

  .valign-749 {
			vertical-align:middle!important;
		}

  .widthauto-749 {
			width:auto!important;
		}

  .heightauto-749 {
			height:auto!important;
min-height:0px!important;
		}

.square.heightauto-749::after {
	display:none!important;
}

.square.heightauto-749 > * {
	position:static!important;
}

  .width0-749 {
			width:0px;
		}

  .width50-749 {
			width:50%;
		}

  .height0-749 {
			height:0px;
		}

  .height50-749 {
			height:50%;
		}

  .mw100-749 {
			max-width:100%;
		}

  .mw90-749 {
			max-width:90%;
		}

  .mw80-749 {
			max-width:80%;
		}

  .mw70-749 {
			max-width:70%;
		}

  .mw60-749 {
			max-width:60%;
		}

  .mw50-749 {
			max-width:50%;
		}

  .mw40-749 {
			max-width:40%;
		}

  .mw30-749 {
			max-width:30%;
		}

  .mw20-749 {
			max-width:20%;
		}

  .mw10-749 {
			max-width:10%;
		}

  .mwnone-749 {
			max-width:none;
		}

  .fw-749,
 .grid.fw-749,
 .floatl.fw-749 {
			width:100%!important;
      margin-left:0px!important;
			margin-right:0px!important;
		}

  .fh-749 {
			height:100%!important;
		}

  .pointer-749 {
			cursor:pointer!important;
		}

  .noallow-749 {
			cursor:not-allowed!important;
		}

  .noselect-749 {
			user-select:none!important;
		}

  .static-749 {
			position:static!important;
		}

  .relative-749 {
			position:relative!important;
		}

  .absolute-749 {
			position:absolute!important;
		}

  .fixed-749 {
			position:fixed!important;
		}

  .spacing-749 {
			margin-bottom:7px!important;
		}

  .spacing.floatl-749 {
			margin-right:15px!important;
		}

  .spacing.floatr-749 {
			margin-left:15px!important;
		}

  .flowhide-749 {
			overflow:hidden;
		}

  .flowshow-749 {
			overflow:visible;
		}

  .flowauto-749 {
			overflow:auto;
		}

  .nowrap-749 {
			white-space:nowrap;
		}

  .lhreset-749 {
			line-height:normal;
		}

  .circle-749 {
			border-radius:50%!important;
		}

  .radnone-749 {
			border-radius:0px!important;
		}

  .vh10-749 {
			height:10vh!important;
		}

  .vh25-749 {
			height:25vh!important;
		}

  .vh50-749 {
			height:50vh!important;
		}

  .vh100-749 {
			height:100vh!important;
		}

  .vw10-749 {
			width:10vw!important;
		}

  .vw25-749 {
			width:25vw!important;
		}

  .vw50-749 {
			width:50vw!important;
		}

  .vw100-749 {
			width:100vw!important;
		}

  .flexw-749 {
			flex-wrap:wrap!important;
		}

  .flexwn-749 {
			flex-wrap:nowrap!important;
		}

  .flexwr-749 {
			flex-wrap:wrap-reverse!important;
		}

  .flexdr-749 {
			flex-direction:row!important;
		}

  .flexdrr-749 {
			flex-direction:row-reverse!important;
		}

  .flexdc-749 {
			flex-direction:column!important;
		}

  .flexdcr-749 {
			flex-direction:column-reverse!important;
		}

  .flex-749 {
			display:flex!important;
align-items:center;
flex-wrap:wrap;;
		}

  .iflex-749 {
			display:inline-flex!important;
align-items:center;;
		}

  .spaced-749 {
			justify-content:space-between;
		}

  .flexdr.spaced-749 {
			align-content:space-between;
		}

  .spacee-749 {
			justify-content:space-evenly;
		}

  .falignst-749 {
			align-items:stretch;;
		}

  .falignc-749 {
			align-items:center;;
		}

  .faligns-749 {
			align-items:flex-start;;
		}

  .faligne-749 {
			align-items:flex-end;;
		}

  .fjustl-749 {
			justify-content:flex-start;;
		}

  .fjustr-749 {
			justify-content:flex-end;;
		}

  .fjustc-749 {
			justify-content:center;;
		}

  .flexn-749 {
			flex:none!important;width:100%;;
		}

  .gridc-749 {
			display:grid!important;;
		}

  .o100-749 {
			opacity:1;
		}

  .o90-749 {
			opacity:0.9;
		}

  .o80-749 {
			opacity:0.8;
		}

  .o70-749 {
			opacity:0.7;
		}

  .o60-749 {
			opacity:0.6;
		}

  .o50-749 {
			opacity:0.5;
		}

  .o40-749 {
			opacity:0.4;
		}

  .o30-749 {
			opacity:0.3;
		}

  .o20-749 {
			opacity:0.2;
		}

  .o10-749 {
			opacity:0.1;
		}

  .o0-749 {
			opacity:0;
		}

  .left0-749 {
			left:0px!important;;
		}

  .right0-749 {
			right:0px!important;;
		}

  .top0-749 {
			top:0px!important;;
		}

  .bottom0-749 {
			bottom:0px!important;;
		}

  .left50-749 {
			left:50%!important;;
		}

  .right50-749 {
			right:50%!important;;
		}

  .top50-749 {
			top:50%!important;;
		}

  .bottom50-749 {
			bottom:50%!important;;
		}

  .left100-749 {
			left:100%!important;;
		}

  .right100-749 {
			right:100%!important;;
		}

  .top100-749 {
			top:100%!important;;
		}

  .bottom100-749 {
			bottom:100%!important;;
		}

  .leftauto-749 {
			left:auto!important;;
		}

  .rightauto-749 {
			right:auto!important;;
		}

  .topauto-749 {
			top:auto!important;;
		}

  .bottomauto-749 {
			bottom:auto!important;;
		}

  .all0-749 {
			top:0px!important;
bottom:0px!important;
left:0px!important;
right:0px!important;;
		}

  .lineup.fw-749, .lineupgroup.fw-749 {
			height:auto!important;
	}

	

			.padded_tiny-749 {
				padding:5px!important;

			}

			.paddedtb_tiny-749 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-749 {
				padding-top:5px!important;
			}

			.paddedb_tiny-749 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-749 {
				padding-left:5px!important;
			}

			.paddedr_tiny-749 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-749 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-749 {
				margin:5px!important;
			}

			.margintb_tiny-749 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-749 {
				margin-top:5px!important;
			}

			.marginb_tiny-749 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-749 {
				margin-left:5px!important;
			}

			.marginr_tiny-749 {
				margin-right:5px!important;
			}

			.marginlr_tiny-749 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			
			.nmarginlr_tiny {
				margin-left:-5px!important;
				margin-right:-5px!important;
			}
				
			.nmargin_tiny-749 {
				margin:-5px!important;
			}

			.nmargintb_tiny-749 {
				margin-top:-5px!important;
				margin-bottom:-5px!important;
			}

			.nmargint_tiny-749 {
				margin-top:-5px!important;
			}

			.nmarginb_tiny-749 {
				margin-bottom:-5px!important;
			}

			.nmarginl_tiny-749 {
				margin-left:-5px!important;
			}

			.nmarginr_tiny-749 {
				margin-right:-5px!important;
			}
			
			.padded_small-749 {
				padding:10px!important;

			}

			.paddedtb_small-749 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-749 {
				padding-top:10px!important;
			}

			.paddedb_small-749 {
				padding-bottom:10px!important;
			}

			.paddedl_small-749 {
				padding-left:10px!important;
			}

			.paddedr_small-749 {
				padding-right:10px!important;
			}

			.paddedlr_small-749 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-749 {
				margin:10px!important;
			}

			.margintb_small-749 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-749 {
				margin-top:10px!important;
			}

			.marginb_small-749 {
				margin-bottom:10px!important;
			}

			.marginl_small-749 {
				margin-left:10px!important;
			}

			.marginr_small-749 {
				margin-right:10px!important;
			}

			.marginlr_small-749 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_small {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_small-749 {
				margin:-10px!important;
			}

			.nmargintb_small-749 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_small-749 {
				margin-top:-10px!important;
			}

			.nmarginb_small-749 {
				margin-bottom:-10px!important;
			}

			.nmarginl_small-749 {
				margin-left:-10px!important;
			}

			.nmarginr_small-749 {
				margin-right:-10px!important;
			}
			
			.padded_medium-749 {
				padding:20px!important;

			}

			.paddedtb_medium-749 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-749 {
				padding-top:20px!important;
			}

			.paddedb_medium-749 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-749 {
				padding-left:20px!important;
			}

			.paddedr_medium-749 {
				padding-right:20px!important;
			}

			.paddedlr_medium-749 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-749 {
				margin:20px!important;
			}

			.margintb_medium-749 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-749 {
				margin-top:20px!important;
			}

			.marginb_medium-749 {
				margin-bottom:20px!important;
			}

			.marginl_medium-749 {
				margin-left:20px!important;
			}

			.marginr_medium-749 {
				margin-right:20px!important;
			}

			.marginlr_medium-749 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			
			.nmarginlr_medium {
				margin-left:-20px!important;
				margin-right:-20px!important;
			}
				
			.nmargin_medium-749 {
				margin:-20px!important;
			}

			.nmargintb_medium-749 {
				margin-top:-20px!important;
				margin-bottom:-20px!important;
			}

			.nmargint_medium-749 {
				margin-top:-20px!important;
			}

			.nmarginb_medium-749 {
				margin-bottom:-20px!important;
			}

			.nmarginl_medium-749 {
				margin-left:-20px!important;
			}

			.nmarginr_medium-749 {
				margin-right:-20px!important;
			}
			
			.padded_large-749 {
				padding:40px!important;

			}

			.paddedtb_large-749 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-749 {
				padding-top:40px!important;
			}

			.paddedb_large-749 {
				padding-bottom:40px!important;
			}

			.paddedl_large-749 {
				padding-left:40px!important;
			}

			.paddedr_large-749 {
				padding-right:40px!important;
			}

			.paddedlr_large-749 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-749 {
				margin:40px!important;
			}

			.margintb_large-749 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-749 {
				margin-top:40px!important;
			}

			.marginb_large-749 {
				margin-bottom:40px!important;
			}

			.marginl_large-749 {
				margin-left:40px!important;
			}

			.marginr_large-749 {
				margin-right:40px!important;
			}

			.marginlr_large-749 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			
			.nmarginlr_large {
				margin-left:-40px!important;
				margin-right:-40px!important;
			}
				
			.nmargin_large-749 {
				margin:-40px!important;
			}

			.nmargintb_large-749 {
				margin-top:-40px!important;
				margin-bottom:-40px!important;
			}

			.nmargint_large-749 {
				margin-top:-40px!important;
			}

			.nmarginb_large-749 {
				margin-bottom:-40px!important;
			}

			.nmarginl_large-749 {
				margin-left:-40px!important;
			}

			.nmarginr_large-749 {
				margin-right:-40px!important;
			}
			
			.padded_core-749 {
				padding:10px!important;

			}

			.paddedtb_core-749 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-749 {
				padding-top:10px!important;
			}

			.paddedb_core-749 {
				padding-bottom:10px!important;
			}

			.paddedl_core-749 {
				padding-left:10px!important;
			}

			.paddedr_core-749 {
				padding-right:10px!important;
			}

			.paddedlr_core-749 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-749 {
				margin:10px!important;
			}

			.margintb_core-749 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-749 {
				margin-top:10px!important;
			}

			.marginb_core-749 {
				margin-bottom:10px!important;
			}

			.marginl_core-749 {
				margin-left:10px!important;
			}

			.marginr_core-749 {
				margin-right:10px!important;
			}

			.marginlr_core-749 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_core {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_core-749 {
				margin:-10px!important;
			}

			.nmargintb_core-749 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_core-749 {
				margin-top:-10px!important;
			}

			.nmarginb_core-749 {
				margin-bottom:-10px!important;
			}

			.nmarginl_core-749 {
				margin-left:-10px!important;
			}

			.nmarginr_core-749 {
				margin-right:-10px!important;
			}
						
			.margin_auto-749 {
				margin:auto!important;
			}

			.margintb_auto-749 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-749 {
				margin-top:auto!important;
			}

			.marginb_auto-749 {
				margin-bottom:auto!important;
			}

			.marginl_auto-749 {
				margin-left:auto!important;
			}

			.marginr_auto-749 {
				margin-right:auto!important;
			}

			.marginlr_auto-749 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			
			.nmarginlr_auto {
				margin-left:-auto!important;
				margin-right:-auto!important;
			}
				
			.nmargin_auto-749 {
				margin:-auto!important;
			}

			.nmargintb_auto-749 {
				margin-top:-auto!important;
				margin-bottom:-auto!important;
			}

			.nmargint_auto-749 {
				margin-top:-auto!important;
			}

			.nmarginb_auto-749 {
				margin-bottom:-auto!important;
			}

			.nmarginl_auto-749 {
				margin-left:-auto!important;
			}

			.nmarginr_auto-749 {
				margin-right:-auto!important;
			}
			
			.padded_none-749 {
				padding:0px!important;

			}

			.paddedtb_none-749 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-749 {
				padding-top:0px!important;
			}

			.paddedb_none-749 {
				padding-bottom:0px!important;
			}

			.paddedl_none-749 {
				padding-left:0px!important;
			}

			.paddedr_none-749 {
				padding-right:0px!important;
			}

			.paddedlr_none-749 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-749 {
				margin:0px!important;
			}

			.margintb_none-749 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-749 {
				margin-top:0px!important;
			}

			.marginb_none-749 {
				margin-bottom:0px!important;
			}

			.marginl_none-749 {
				margin-left:0px!important;
			}

			.marginr_none-749 {
				margin-right:0px!important;
			}

			.marginlr_none-749 {
				margin-left:0px!important;
				margin-right:0px!important;
			}
			
			.nmarginlr_none {
				margin-left:-0px!important;
				margin-right:-0px!important;
			}
				
			.nmargin_none-749 {
				margin:-0px!important;
			}

			.nmargintb_none-749 {
				margin-top:-0px!important;
				margin-bottom:-0px!important;
			}

			.nmargint_none-749 {
				margin-top:-0px!important;
			}

			.nmarginb_none-749 {
				margin-bottom:-0px!important;
			}

			.nmarginl_none-749 {
				margin-left:-0px!important;
			}

			.nmarginr_none-749 {
				margin-right:-0px!important;
			}
			
			.padded_p100-749 {
				padding:100%!important;

			}

			.paddedtb_p100-749 {
				padding-top:100%!important;
				padding-bottom:100%!important;
			}

			.paddedt_p100-749 {
				padding-top:100%!important;
			}

			.paddedb_p100-749 {
				padding-bottom:100%!important;
			}

			.paddedl_p100-749 {
				padding-left:100%!important;
			}

			.paddedr_p100-749 {
				padding-right:100%!important;
			}

			.paddedlr_p100-749 {
				padding-left:100%!important;
				padding-right:100%!important;
			}
		
						
			.margin_p100-749 {
				margin:100%!important;
			}

			.margintb_p100-749 {
				margin-top:100%!important;
				margin-bottom:100%!important;
			}

			.margint_p100-749 {
				margin-top:100%!important;
			}

			.marginb_p100-749 {
				margin-bottom:100%!important;
			}

			.marginl_p100-749 {
				margin-left:100%!important;
			}

			.marginr_p100-749 {
				margin-right:100%!important;
			}

			.marginlr_p100-749 {
				margin-left:100%!important;
				margin-right:100%!important;
			}
			
			.nmarginlr_p100 {
				margin-left:-100%!important;
				margin-right:-100%!important;
			}
				
			.nmargin_p100-749 {
				margin:-100%!important;
			}

			.nmargintb_p100-749 {
				margin-top:-100%!important;
				margin-bottom:-100%!important;
			}

			.nmargint_p100-749 {
				margin-top:-100%!important;
			}

			.nmarginb_p100-749 {
				margin-bottom:-100%!important;
			}

			.nmarginl_p100-749 {
				margin-left:-100%!important;
			}

			.nmarginr_p100-749 {
				margin-right:-100%!important;
			}
			
			.padded_p75-749 {
				padding:75%!important;

			}

			.paddedtb_p75-749 {
				padding-top:75%!important;
				padding-bottom:75%!important;
			}

			.paddedt_p75-749 {
				padding-top:75%!important;
			}

			.paddedb_p75-749 {
				padding-bottom:75%!important;
			}

			.paddedl_p75-749 {
				padding-left:75%!important;
			}

			.paddedr_p75-749 {
				padding-right:75%!important;
			}

			.paddedlr_p75-749 {
				padding-left:75%!important;
				padding-right:75%!important;
			}
		
						
			.margin_p75-749 {
				margin:75%!important;
			}

			.margintb_p75-749 {
				margin-top:75%!important;
				margin-bottom:75%!important;
			}

			.margint_p75-749 {
				margin-top:75%!important;
			}

			.marginb_p75-749 {
				margin-bottom:75%!important;
			}

			.marginl_p75-749 {
				margin-left:75%!important;
			}

			.marginr_p75-749 {
				margin-right:75%!important;
			}

			.marginlr_p75-749 {
				margin-left:75%!important;
				margin-right:75%!important;
			}
			
			.nmarginlr_p75 {
				margin-left:-75%!important;
				margin-right:-75%!important;
			}
				
			.nmargin_p75-749 {
				margin:-75%!important;
			}

			.nmargintb_p75-749 {
				margin-top:-75%!important;
				margin-bottom:-75%!important;
			}

			.nmargint_p75-749 {
				margin-top:-75%!important;
			}

			.nmarginb_p75-749 {
				margin-bottom:-75%!important;
			}

			.nmarginl_p75-749 {
				margin-left:-75%!important;
			}

			.nmarginr_p75-749 {
				margin-right:-75%!important;
			}
			
			.padded_p50-749 {
				padding:50%!important;

			}

			.paddedtb_p50-749 {
				padding-top:50%!important;
				padding-bottom:50%!important;
			}

			.paddedt_p50-749 {
				padding-top:50%!important;
			}

			.paddedb_p50-749 {
				padding-bottom:50%!important;
			}

			.paddedl_p50-749 {
				padding-left:50%!important;
			}

			.paddedr_p50-749 {
				padding-right:50%!important;
			}

			.paddedlr_p50-749 {
				padding-left:50%!important;
				padding-right:50%!important;
			}
		
						
			.margin_p50-749 {
				margin:50%!important;
			}

			.margintb_p50-749 {
				margin-top:50%!important;
				margin-bottom:50%!important;
			}

			.margint_p50-749 {
				margin-top:50%!important;
			}

			.marginb_p50-749 {
				margin-bottom:50%!important;
			}

			.marginl_p50-749 {
				margin-left:50%!important;
			}

			.marginr_p50-749 {
				margin-right:50%!important;
			}

			.marginlr_p50-749 {
				margin-left:50%!important;
				margin-right:50%!important;
			}
			
			.nmarginlr_p50 {
				margin-left:-50%!important;
				margin-right:-50%!important;
			}
				
			.nmargin_p50-749 {
				margin:-50%!important;
			}

			.nmargintb_p50-749 {
				margin-top:-50%!important;
				margin-bottom:-50%!important;
			}

			.nmargint_p50-749 {
				margin-top:-50%!important;
			}

			.nmarginb_p50-749 {
				margin-bottom:-50%!important;
			}

			.nmarginl_p50-749 {
				margin-left:-50%!important;
			}

			.nmarginr_p50-749 {
				margin-right:-50%!important;
			}
			
			.padded_p25-749 {
				padding:25%!important;

			}

			.paddedtb_p25-749 {
				padding-top:25%!important;
				padding-bottom:25%!important;
			}

			.paddedt_p25-749 {
				padding-top:25%!important;
			}

			.paddedb_p25-749 {
				padding-bottom:25%!important;
			}

			.paddedl_p25-749 {
				padding-left:25%!important;
			}

			.paddedr_p25-749 {
				padding-right:25%!important;
			}

			.paddedlr_p25-749 {
				padding-left:25%!important;
				padding-right:25%!important;
			}
		
						
			.margin_p25-749 {
				margin:25%!important;
			}

			.margintb_p25-749 {
				margin-top:25%!important;
				margin-bottom:25%!important;
			}

			.margint_p25-749 {
				margin-top:25%!important;
			}

			.marginb_p25-749 {
				margin-bottom:25%!important;
			}

			.marginl_p25-749 {
				margin-left:25%!important;
			}

			.marginr_p25-749 {
				margin-right:25%!important;
			}

			.marginlr_p25-749 {
				margin-left:25%!important;
				margin-right:25%!important;
			}
			
			.nmarginlr_p25 {
				margin-left:-25%!important;
				margin-right:-25%!important;
			}
				
			.nmargin_p25-749 {
				margin:-25%!important;
			}

			.nmargintb_p25-749 {
				margin-top:-25%!important;
				margin-bottom:-25%!important;
			}

			.nmargint_p25-749 {
				margin-top:-25%!important;
			}

			.nmarginb_p25-749 {
				margin-bottom:-25%!important;
			}

			.nmarginl_p25-749 {
				margin-left:-25%!important;
			}

			.nmarginr_p25-749 {
				margin-right:-25%!important;
			}
				.border_1-749 {
		border:solid 1px rgba(0,0,0,0.5);;
	}

	.bordertb_1-749 {
		border-top:solid 1px rgba(0,0,0,0.5);;
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.bordert_1-749 {
		border-top:solid 1px rgba(0,0,0,0.5);;
	}

	.borderb_1-749 {
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.borderl_1-749 {
		border-left:solid 1px rgba(0,0,0,0.5);;
	}

	.borderr_1-749 {
		border-right:solid 1px rgba(0,0,0,0.5);;
	}

	.borderlr_1-749 {
		border-left:solid 1px rgba(0,0,0,0.5);;
		border-right:solid 1px rgba(0,0,0,0.5);;
	}
		.border_none-749 {
		border:none;
	}

	.bordertb_none-749 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-749 {
		border-top:none;
	}

	.borderb_none-749 {
		border-bottom:none;
	}

	.borderl_none-749 {
		border-left:none;
	}

	.borderr_none-749 {
		border-right:none;
	}

	.borderlr_none-749 {
		border-left:none;
		border-right:none;
	}
		.border_core-749 {
		border:solid 1px rgba(0,0,0,0.1);
	}

	.bordertb_core-749 {
		border-top:solid 1px rgba(0,0,0,0.1);
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.bordert_core-749 {
		border-top:solid 1px rgba(0,0,0,0.1);
	}

	.borderb_core-749 {
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.borderl_core-749 {
		border-left:solid 1px rgba(0,0,0,0.1);
	}

	.borderr_core-749 {
		border-right:solid 1px rgba(0,0,0,0.1);
	}

	.borderlr_core-749 {
		border-left:solid 1px rgba(0,0,0,0.1);
		border-right:solid 1px rgba(0,0,0,0.1);
	}
				.colour1_bg-749 {
				background-color:#000000!important;
			}

			.colour1_bg-749,
			a.colour1_bg-749 {
				color:#FFFFFF!important;
			}
		
			.colour1_bg-749 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour1-749 a,
			a.colour1-749 {
				color:#000000;
							}
			
			.colour1-749 {
					color:#000000;
				background:transparent!important;
						}

					
			.colour1_bg-749 input[type=text],
			.colour1_bg-749 input[type=password],
			.colour1_bg-749 input[type=number],
			.colour1_bg-749 textarea,
			.colour1_bg-749 select,
			.colour1_bg-749 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour1_bg-749 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour1_bg-749 select {
				color:rgba(255,255,255,0.7);
			}

			.colour1_bg-749 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour1_bg-749 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour2_bg-749 {
				background-color:#4b4a4b!important;
			}

			.colour2_bg-749,
			a.colour2_bg-749 {
				color:#FFFFFF!important;
			}
		
			.colour2_bg-749 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour2-749 a,
			a.colour2-749 {
				color:#4b4a4b;
							}
			
			.colour2-749 {
					color:#4b4a4b;
				background:transparent!important;
						}

					
			.colour2_bg-749 input[type=text],
			.colour2_bg-749 input[type=password],
			.colour2_bg-749 input[type=number],
			.colour2_bg-749 textarea,
			.colour2_bg-749 select,
			.colour2_bg-749 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour2_bg-749 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour2_bg-749 select {
				color:rgba(255,255,255,0.7);
			}

			.colour2_bg-749 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour2_bg-749 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour3_bg-749 {
				background-color:#616062!important;
			}

			.colour3_bg-749,
			a.colour3_bg-749 {
				color:#FFFFFF!important;
			}
		
			.colour3_bg-749 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour3-749 a,
			a.colour3-749 {
				color:#616062;
							}
			
			.colour3-749 {
					color:#616062;
				background:transparent!important;
						}

					
			.colour3_bg-749 input[type=text],
			.colour3_bg-749 input[type=password],
			.colour3_bg-749 input[type=number],
			.colour3_bg-749 textarea,
			.colour3_bg-749 select,
			.colour3_bg-749 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour3_bg-749 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour3_bg-749 select {
				color:rgba(255,255,255,0.7);
			}

			.colour3_bg-749 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour3_bg-749 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour4_bg-749 {
				background-color:#FFFFFF!important;
			}

			.colour4_bg-749,
			a.colour4_bg-749 {
				color:#202020!important;
			}
		
			.colour4_bg-749 a:not(.more) {
				color:#202020;
			}

			
			.colour4-749 a,
			a.colour4-749 {
				color:#FFFFFF;
							}
			
			.colour4-749 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour4_bg-749 input[type=text],
			.colour4_bg-749 input[type=password],
			.colour4_bg-749 input[type=number],
			.colour4_bg-749 textarea,
			.colour4_bg-749 select,
			.colour4_bg-749 select option {
				border-color:#202020;
				color:#202020;
				background:transparent;
			}
		
			.colour4_bg-749 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour4_bg-749 select {
				color:rgba(32,32,32,0.7);
			}

			.colour4_bg-749 ::-webkit-input-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}

			.colour4_bg-749 ::-moz-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}
		
						.colour5_bg-749 {
				background-color:#FFFFFF!important;
			}

			.colour5_bg-749,
			a.colour5_bg-749 {
				color:#424040!important;
			}
		
			.colour5_bg-749 a:not(.more) {
				color:#424040;
			}

			
			.colour5-749 a,
			a.colour5-749 {
				color:#FFFFFF;
							}
			
			.colour5-749 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour5_bg-749 input[type=text],
			.colour5_bg-749 input[type=password],
			.colour5_bg-749 input[type=number],
			.colour5_bg-749 textarea,
			.colour5_bg-749 select,
			.colour5_bg-749 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour5_bg-749 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour5_bg-749 select {
				color:rgba(66,64,64,0.7);
			}

			.colour5_bg-749 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour5_bg-749 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
						.colour6_bg-749 {
				background-color:#EEEEEE!important;
			}

			.colour6_bg-749,
			a.colour6_bg-749 {
				color:#424040!important;
			}
		
			.colour6_bg-749 a:not(.more) {
				color:#424040;
			}

			
			.colour6-749 a,
			a.colour6-749 {
				color:#EEEEEE;
							}
			
			.colour6-749 {
					color:#EEEEEE;
				background:transparent!important;
						}

					
			.colour6_bg-749 input[type=text],
			.colour6_bg-749 input[type=password],
			.colour6_bg-749 input[type=number],
			.colour6_bg-749 textarea,
			.colour6_bg-749 select,
			.colour6_bg-749 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour6_bg-749 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour6_bg-749 select {
				color:rgba(66,64,64,0.7);
			}

			.colour6_bg-749 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour6_bg-749 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
			
}

@media only screen and (max-width : 699px) {
	
.grid.eight-699 {
	float:left!important;
	width:10.575%!important;
margin-right:2.2%!important;;
}

.grid.eight_x2-699 {
	float:left!important;
	width:23.35%!important;
margin-right:2.2%!important;;
}

.grid.eight_x3-699 {
	float:left!important;
	width:36.125%!important;
margin-right:2.2%!important;;
}

.grid.eight_x4-699 {
	float:left!important;
	width:48.9%!important;
margin-right:2.2%!important;;
}

.grid.eight_x5-699 {
	float:left!important;
	width:61.675%!important;
margin-right:2.2%!important;;
}

.grid.eight_x6-699 {
	float:left!important;
	width:74.45%!important;
margin-right:2.2%!important;;
}

.grid.eight_x7-699 {
	float:left!important;
	width:87.225%!important;
margin-right:2.2%!important;;
}

.grid.seven-699 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-699 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-699 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-699 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-699 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-699 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-699 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-699 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-699 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-699 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-699 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-699 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-699 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-699 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-699 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-699 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-699 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-699 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-699 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-699 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-699 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-699 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.eight-699 {
	width:12.5%!important;
}

.floatl.eight_x2-699 {
	width:25%!important;
}

.floatl.eight_x3-699 {
	width:37.5%!important;
}

.floatl.eight_x4-699 {
	width:50%!important;
}

.floatl.eight_x5-699 {
	width:62.5%!important;
}

.floatl.eight_x6-699 {
	width:75%!important;
}

.floatl.eight_x7-699 {
	width:87.5%!important;
}

.floatl.seven-699 {
	width:14.28571429%!important;
}

.floatl.seven_x2-699 {
	width:28.57142857%!important;
}

.floatl.seven_x3-699 {
	width:42.85714286%!important;
}

.floatl.seven_x4-699 {
	width:57.14285714%!important;
}

.floatl.seven_x5-699 {
	width:71.42857143%!important;
}

.floatl.seven_x6-699 {
	width:85.71428571%!important;
}

.floatl.six-699 {
	width:16.66666667%!important;
}

.floatl.six_x2-699 {
	width:33.33333333%!important;
}

.floatl.six_x3-699 {
	width:50%!important;
}

.floatl.six_x4-699 {
	width:66.6666667%!important;
}

.floatl.six_x5-699 {
	width:83%!important;
}

.floatl.five-699 {
	width:20%!important;
}

.floatl.five_x2-699 {
	width:40%!important;
}

.floatl.five_x3-699 {
	width:60%!important;
}

.floatl.five_x4-699 {
	width:80%!important;
}

.floatl.four-699 {
	width:25%!important;
}

.floatl.four_x2-699 {
	width:50%!important;
}

.floatl.four_x3-699 {
	width:75%!important;
}

.floatl.three-699 {
	width:33.33333333%!important;
}

.floatl.three_x2-699 {
	width:66.66666667%!important;
}

.floatl.two-699 {
	width:50%!important;
}

.floatl.one-699 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

.o1-699 {
		order:1;
	}

.fl1-699 {
	flex:1;
}

.gridc > .r1-699 {
	grid-row-start:1;
}
.gridc-699 > .r1-699 {
	grid-row-start:1;
	overflow:hidden;
}
.gridc > .re1-699 {
	grid-row-end:1;
}
.gridc-699 > .re1-699 {
	grid-row-end:1;
}
.gridc > .c1-699 {
	grid-column-start:1;
}
.gridc-699 > .c1-699 {
	grid-column-start:1;
}
.gridc > .ce1-699 {
	grid-column-end:1;
}
.gridc-699 > .ce1-699 {
	grid-column-end:1;
}

.o2-699 {
		order:2;
	}

.fl2-699 {
	flex:2;
}

.gridc > .r2-699 {
	grid-row-start:2;
}
.gridc-699 > .r2-699 {
	grid-row-start:2;
	overflow:hidden;
}
.gridc > .re2-699 {
	grid-row-end:2;
}
.gridc-699 > .re2-699 {
	grid-row-end:2;
}
.gridc > .c2-699 {
	grid-column-start:2;
}
.gridc-699 > .c2-699 {
	grid-column-start:2;
}
.gridc > .ce2-699 {
	grid-column-end:2;
}
.gridc-699 > .ce2-699 {
	grid-column-end:2;
}

.o3-699 {
		order:3;
	}

.fl3-699 {
	flex:3;
}

.gridc > .r3-699 {
	grid-row-start:3;
}
.gridc-699 > .r3-699 {
	grid-row-start:3;
	overflow:hidden;
}
.gridc > .re3-699 {
	grid-row-end:3;
}
.gridc-699 > .re3-699 {
	grid-row-end:3;
}
.gridc > .c3-699 {
	grid-column-start:3;
}
.gridc-699 > .c3-699 {
	grid-column-start:3;
}
.gridc > .ce3-699 {
	grid-column-end:3;
}
.gridc-699 > .ce3-699 {
	grid-column-end:3;
}

.o4-699 {
		order:4;
	}

.fl4-699 {
	flex:4;
}

.gridc > .r4-699 {
	grid-row-start:4;
}
.gridc-699 > .r4-699 {
	grid-row-start:4;
	overflow:hidden;
}
.gridc > .re4-699 {
	grid-row-end:4;
}
.gridc-699 > .re4-699 {
	grid-row-end:4;
}
.gridc > .c4-699 {
	grid-column-start:4;
}
.gridc-699 > .c4-699 {
	grid-column-start:4;
}
.gridc > .ce4-699 {
	grid-column-end:4;
}
.gridc-699 > .ce4-699 {
	grid-column-end:4;
}

.o5-699 {
		order:5;
	}

.fl5-699 {
	flex:5;
}

.gridc > .r5-699 {
	grid-row-start:5;
}
.gridc-699 > .r5-699 {
	grid-row-start:5;
	overflow:hidden;
}
.gridc > .re5-699 {
	grid-row-end:5;
}
.gridc-699 > .re5-699 {
	grid-row-end:5;
}
.gridc > .c5-699 {
	grid-column-start:5;
}
.gridc-699 > .c5-699 {
	grid-column-start:5;
}
.gridc > .ce5-699 {
	grid-column-end:5;
}
.gridc-699 > .ce5-699 {
	grid-column-end:5;
}

.o6-699 {
		order:6;
	}

.fl6-699 {
	flex:6;
}

.gridc > .r6-699 {
	grid-row-start:6;
}
.gridc-699 > .r6-699 {
	grid-row-start:6;
	overflow:hidden;
}
.gridc > .re6-699 {
	grid-row-end:6;
}
.gridc-699 > .re6-699 {
	grid-row-end:6;
}
.gridc > .c6-699 {
	grid-column-start:6;
}
.gridc-699 > .c6-699 {
	grid-column-start:6;
}
.gridc > .ce6-699 {
	grid-column-end:6;
}
.gridc-699 > .ce6-699 {
	grid-column-end:6;
}

.o7-699 {
		order:7;
	}

.fl7-699 {
	flex:7;
}

.gridc > .r7-699 {
	grid-row-start:7;
}
.gridc-699 > .r7-699 {
	grid-row-start:7;
	overflow:hidden;
}
.gridc > .re7-699 {
	grid-row-end:7;
}
.gridc-699 > .re7-699 {
	grid-row-end:7;
}
.gridc > .c7-699 {
	grid-column-start:7;
}
.gridc-699 > .c7-699 {
	grid-column-start:7;
}
.gridc > .ce7-699 {
	grid-column-end:7;
}
.gridc-699 > .ce7-699 {
	grid-column-end:7;
}

.o8-699 {
		order:8;
	}

.fl8-699 {
	flex:8;
}

.gridc > .r8-699 {
	grid-row-start:8;
}
.gridc-699 > .r8-699 {
	grid-row-start:8;
	overflow:hidden;
}
.gridc > .re8-699 {
	grid-row-end:8;
}
.gridc-699 > .re8-699 {
	grid-row-end:8;
}
.gridc > .c8-699 {
	grid-column-start:8;
}
.gridc-699 > .c8-699 {
	grid-column-start:8;
}
.gridc > .ce8-699 {
	grid-column-end:8;
}
.gridc-699 > .ce8-699 {
	grid-column-end:8;
}

.o9-699 {
		order:9;
	}

.fl9-699 {
	flex:9;
}

.gridc > .r9-699 {
	grid-row-start:9;
}
.gridc-699 > .r9-699 {
	grid-row-start:9;
	overflow:hidden;
}
.gridc > .re9-699 {
	grid-row-end:9;
}
.gridc-699 > .re9-699 {
	grid-row-end:9;
}
.gridc > .c9-699 {
	grid-column-start:9;
}
.gridc-699 > .c9-699 {
	grid-column-start:9;
}
.gridc > .ce9-699 {
	grid-column-end:9;
}
.gridc-699 > .ce9-699 {
	grid-column-end:9;
}

.z1-699 {
	z-index:1;
}

.z9999999-699 {
	z-index:9999999;
}

.z2-699 {
	z-index:2;
}

.z9999998-699 {
	z-index:9999998;
}

.z3-699 {
	z-index:3;
}

.z9999997-699 {
	z-index:9999997;
}

.z4-699 {
	z-index:4;
}

.z9999996-699 {
	z-index:9999996;
}

.z5-699 {
	z-index:5;
}

.z9999995-699 {
	z-index:9999995;
}

.z6-699 {
	z-index:6;
}

.z9999994-699 {
	z-index:9999994;
}

.z7-699 {
	z-index:7;
}

.z9999993-699 {
	z-index:9999993;
}

.z8-699 {
	z-index:8;
}

.z9999992-699 {
	z-index:9999992;
}

.z9-699 {
	z-index:9;
}

.z9999991-699 {
	z-index:9999991;
}

.w100-699 {
	font-weight:100;
}
.w200-699 {
	font-weight:200;
}
.w300-699 {
	font-weight:300;
}
.w400-699 {
	font-weight:400;
}
.w500-699 {
	font-weight:500;
}
.w600-699 {
	font-weight:600;
}
.w700-699 {
	font-weight:700;
}
.w800-699 {
	font-weight:800;
}
.w900-699 {
	font-weight:900;
}
.f1-699 {
	font-size:1.1em;
	line-height:1.1em;
}

p.f1-699,
p > *.f1-699 {
	line-height:1.4em;
}
.f1_5-699 {
	font-size:1.15em;
	line-height:1.15em;
}

p.f1_5-699,
p > *.f1_5-699 {
	line-height:1.18em;
}
.f2-699 {
	font-size:1.2em;
	line-height:1.2em;
}

p.f2-699,
p > *.f2-699 {
	line-height:1.5em;
}
.f2_5-699 {
	font-size:1.25em;
	line-height:1.25em;
}

p.f2_5-699,
p > *.f2_5-699 {
	line-height:1.28em;
}
.f3-699 {
	font-size:1.3em;
	line-height:1.3em;
}

p.f3-699,
p > *.f3-699 {
	line-height:1.6em;
}
.f3_5-699 {
	font-size:1.35em;
	line-height:1.35em;
}

p.f3_5-699,
p > *.f3_5-699 {
	line-height:1.38em;
}
.f4-699 {
	font-size:1.4em;
	line-height:1.4em;
}

p.f4-699,
p > *.f4-699 {
	line-height:1.7em;
}
.f4_5-699 {
	font-size:1.45em;
	line-height:1.45em;
}

p.f4_5-699,
p > *.f4_5-699 {
	line-height:1.48em;
}
.f5-699 {
	font-size:1.5em;
	line-height:1.5em;
}

p.f5-699,
p > *.f5-699 {
	line-height:1.8em;
}
.f5_5-699 {
	font-size:1.55em;
	line-height:1.55em;
}

p.f5_5-699,
p > *.f5_5-699 {
	line-height:1.58em;
}
.f6-699 {
	font-size:1.6em;
	line-height:1.6em;
}

p.f6-699,
p > *.f6-699 {
	line-height:1.9em;
}
.f6_5-699 {
	font-size:1.65em;
	line-height:1.65em;
}

p.f6_5-699,
p > *.f6_5-699 {
	line-height:1.68em;
}
.f7-699 {
	font-size:1.7em;
	line-height:1.7em;
}

p.f7-699,
p > *.f7-699 {
	line-height:1.10em;
}
.f7_5-699 {
	font-size:1.75em;
	line-height:1.75em;
}

p.f7_5-699,
p > *.f7_5-699 {
	line-height:1.78em;
}
.f8-699 {
	font-size:1.8em;
	line-height:1.8em;
}

p.f8-699,
p > *.f8-699 {
	line-height:1.11em;
}
.f8_5-699 {
	font-size:1.85em;
	line-height:1.85em;
}

p.f8_5-699,
p > *.f8_5-699 {
	line-height:1.88em;
}
.f9-699 {
	font-size:1.9em;
	line-height:1.9em;
}

p.f9-699,
p > *.f9-699 {
	line-height:1.12em;
}
.f9_5-699 {
	font-size:1.95em;
	line-height:1.95em;
}

p.f9_5-699,
p > *.f9_5-699 {
	line-height:1.98em;
}
.f10-699 {
	font-size:2em;
	line-height:2em;
}

p.f10-699,
p > *.f10-699 {
	line-height:2em;
}
.f10_5-699 {
	font-size:2em;
	line-height:2em;
}

p.f10_5-699,
p > *.f10_5-699 {
	line-height:2em;
}
.nf1-699 {
	font-size:0.9em;
}

*:not(p):not(ul):not(ol).nf1-699 {
	line-height:0.9em;
}

p.nf1-699,
ul.nf1-699,
ol.nf1-699 {
	line-height:1.9em;
}
.nf1_5-699 {
	font-size:0.85em;
}

*:not(p):not(ul):not(ol).nf1_5-699 {
	line-height:0.85em;
}

p.nf1_5-699,
ul.nf1_5-699,
ol.nf1_5-699 {
	line-height:1.85em;
}
.nf2-699 {
	font-size:0.8em;
}

*:not(p):not(ul):not(ol).nf2-699 {
	line-height:0.8em;
}

p.nf2-699,
ul.nf2-699,
ol.nf2-699 {
	line-height:1.8em;
}
.nf2_5-699 {
	font-size:0.75em;
}

*:not(p):not(ul):not(ol).nf2_5-699 {
	line-height:0.75em;
}

p.nf2_5-699,
ul.nf2_5-699,
ol.nf2_5-699 {
	line-height:1.75em;
}
.nf3-699 {
	font-size:0.7em;
}

*:not(p):not(ul):not(ol).nf3-699 {
	line-height:0.7em;
}

p.nf3-699,
ul.nf3-699,
ol.nf3-699 {
	line-height:1.7em;
}
.nf3_5-699 {
	font-size:0.65em;
}

*:not(p):not(ul):not(ol).nf3_5-699 {
	line-height:0.65em;
}

p.nf3_5-699,
ul.nf3_5-699,
ol.nf3_5-699 {
	line-height:1.65em;
}
.nf4-699 {
	font-size:0.6em;
}

*:not(p):not(ul):not(ol).nf4-699 {
	line-height:0.6em;
}

p.nf4-699,
ul.nf4-699,
ol.nf4-699 {
	line-height:1.6em;
}
.nf4_5-699 {
	font-size:0.55em;
}

*:not(p):not(ul):not(ol).nf4_5-699 {
	line-height:0.55em;
}

p.nf4_5-699,
ul.nf4_5-699,
ol.nf4_5-699 {
	line-height:1.55em;
}
.nf5-699 {
	font-size:0.5em;
}

*:not(p):not(ul):not(ol).nf5-699 {
	line-height:0.5em;
}

p.nf5-699,
ul.nf5-699,
ol.nf5-699 {
	line-height:1.5em;
}
.nf5_5-699 {
	font-size:0.45em;
}

*:not(p):not(ul):not(ol).nf5_5-699 {
	line-height:0.45em;
}

p.nf5_5-699,
ul.nf5_5-699,
ol.nf5_5-699 {
	line-height:1.45em;
}
.nf6-699 {
	font-size:0.4em;
}

*:not(p):not(ul):not(ol).nf6-699 {
	line-height:0.4em;
}

p.nf6-699,
ul.nf6-699,
ol.nf6-699 {
	line-height:1.4em;
}
.nf6_5-699 {
	font-size:0.35em;
}

*:not(p):not(ul):not(ol).nf6_5-699 {
	line-height:0.35em;
}

p.nf6_5-699,
ul.nf6_5-699,
ol.nf6_5-699 {
	line-height:1.35em;
}
.nf7-699 {
	font-size:0.3em;
}

*:not(p):not(ul):not(ol).nf7-699 {
	line-height:0.3em;
}

p.nf7-699,
ul.nf7-699,
ol.nf7-699 {
	line-height:1.3em;
}
.nf7_5-699 {
	font-size:0.25em;
}

*:not(p):not(ul):not(ol).nf7_5-699 {
	line-height:0.25em;
}

p.nf7_5-699,
ul.nf7_5-699,
ol.nf7_5-699 {
	line-height:1.25em;
}
.nf8-699 {
	font-size:0.2em;
}

*:not(p):not(ul):not(ol).nf8-699 {
	line-height:0.2em;
}

p.nf8-699,
ul.nf8-699,
ol.nf8-699 {
	line-height:1.2em;
}
.nf8_5-699 {
	font-size:0.15em;
}

*:not(p):not(ul):not(ol).nf8_5-699 {
	line-height:0.15em;
}

p.nf8_5-699,
ul.nf8_5-699,
ol.nf8_5-699 {
	line-height:1.15em;
}
.nf9-699 {
	font-size:0.1em;
}

*:not(p):not(ul):not(ol).nf9-699 {
	line-height:0.1em;
}

p.nf9-699,
ul.nf9-699,
ol.nf9-699 {
	line-height:1.1em;
}
.nf9_5-699 {
	font-size:0.05em;
}

*:not(p):not(ul):not(ol).nf9_5-699 {
	line-height:0.05em;
}

p.nf9_5-699,
ul.nf9_5-699,
ol.nf9_5-699 {
	line-height:1.05em;
}
  .invisible-699 {
			visibility:hidden!important;
		}

  .last-699 {
			margin-right:0px!important;
		}

  .floatl-699 {
			float:left!important;
		}

  .floatr-699 {
			float:right!important;
		}

  .left-699 {
			float:left!important;
		}

  .right-699 {
			float:right!important;
		}

  .floatn-699,
 .grid.floatn-699 {
			float:none!important;
		}

  .grid-699 {
			float:left!important;
overflow:hidden;;
		}

  .grid.last-699 {
			float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
		}

  .none-699 {
			display:none!important;
		}

  .block-699 {
			display:block!important;
		}

  .iblock-699 {
			display:inline-block!important;
		}

  .inline-699 {
			display:inline!important;
		}

  .table-699 {
			display:table!important;
		}

  .row-699 {
			display:table-row!important;
		}

  .cell-699 {
			display:table-cell!important;
vertical-align:middle;
		}

  .collapse-699 {
			border-collapse:collapse;
		}

  .clearl-699 {
			clear:left!important;
		}

  .clearr-699 {
			clear:right!important;
		}

  .clearn-699 {
			clear:none!important;
		}

  .clearnone-699 {
			clear:none!important;
		}

  .clearb-699 {
			clear:both!important;
		}

  .clear-699 {
			float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
		}

  .up-699 {
			text-transform:uppercase;
		}

  .transnone-699 {
			text-transform:none;
		}

  .strike-699 {
			text-decoration:line-through;
		}

  .alignl-699 {
			text-align:left!important;
		}

  .alignr-699 {
			text-align:right!important;
		}

  .alignc-699 {
			text-align:center!important;
		}

  .alignj-699 {
			text-align:justify!important;
		}

  .valign-699 {
			vertical-align:middle!important;
		}

  .widthauto-699 {
			width:auto!important;
		}

  .heightauto-699 {
			height:auto!important;
min-height:0px!important;
		}

.square.heightauto-699::after {
	display:none!important;
}

.square.heightauto-699 > * {
	position:static!important;
}

  .width0-699 {
			width:0px;
		}

  .width50-699 {
			width:50%;
		}

  .height0-699 {
			height:0px;
		}

  .height50-699 {
			height:50%;
		}

  .mw100-699 {
			max-width:100%;
		}

  .mw90-699 {
			max-width:90%;
		}

  .mw80-699 {
			max-width:80%;
		}

  .mw70-699 {
			max-width:70%;
		}

  .mw60-699 {
			max-width:60%;
		}

  .mw50-699 {
			max-width:50%;
		}

  .mw40-699 {
			max-width:40%;
		}

  .mw30-699 {
			max-width:30%;
		}

  .mw20-699 {
			max-width:20%;
		}

  .mw10-699 {
			max-width:10%;
		}

  .mwnone-699 {
			max-width:none;
		}

  .fw-699,
 .grid.fw-699,
 .floatl.fw-699 {
			width:100%!important;
      margin-left:0px!important;
			margin-right:0px!important;
		}

  .fh-699 {
			height:100%!important;
		}

  .pointer-699 {
			cursor:pointer!important;
		}

  .noallow-699 {
			cursor:not-allowed!important;
		}

  .noselect-699 {
			user-select:none!important;
		}

  .static-699 {
			position:static!important;
		}

  .relative-699 {
			position:relative!important;
		}

  .absolute-699 {
			position:absolute!important;
		}

  .fixed-699 {
			position:fixed!important;
		}

  .spacing-699 {
			margin-bottom:7px!important;
		}

  .spacing.floatl-699 {
			margin-right:15px!important;
		}

  .spacing.floatr-699 {
			margin-left:15px!important;
		}

  .flowhide-699 {
			overflow:hidden;
		}

  .flowshow-699 {
			overflow:visible;
		}

  .flowauto-699 {
			overflow:auto;
		}

  .nowrap-699 {
			white-space:nowrap;
		}

  .lhreset-699 {
			line-height:normal;
		}

  .circle-699 {
			border-radius:50%!important;
		}

  .radnone-699 {
			border-radius:0px!important;
		}

  .vh10-699 {
			height:10vh!important;
		}

  .vh25-699 {
			height:25vh!important;
		}

  .vh50-699 {
			height:50vh!important;
		}

  .vh100-699 {
			height:100vh!important;
		}

  .vw10-699 {
			width:10vw!important;
		}

  .vw25-699 {
			width:25vw!important;
		}

  .vw50-699 {
			width:50vw!important;
		}

  .vw100-699 {
			width:100vw!important;
		}

  .flexw-699 {
			flex-wrap:wrap!important;
		}

  .flexwn-699 {
			flex-wrap:nowrap!important;
		}

  .flexwr-699 {
			flex-wrap:wrap-reverse!important;
		}

  .flexdr-699 {
			flex-direction:row!important;
		}

  .flexdrr-699 {
			flex-direction:row-reverse!important;
		}

  .flexdc-699 {
			flex-direction:column!important;
		}

  .flexdcr-699 {
			flex-direction:column-reverse!important;
		}

  .flex-699 {
			display:flex!important;
align-items:center;
flex-wrap:wrap;;
		}

  .iflex-699 {
			display:inline-flex!important;
align-items:center;;
		}

  .spaced-699 {
			justify-content:space-between;
		}

  .flexdr.spaced-699 {
			align-content:space-between;
		}

  .spacee-699 {
			justify-content:space-evenly;
		}

  .falignst-699 {
			align-items:stretch;;
		}

  .falignc-699 {
			align-items:center;;
		}

  .faligns-699 {
			align-items:flex-start;;
		}

  .faligne-699 {
			align-items:flex-end;;
		}

  .fjustl-699 {
			justify-content:flex-start;;
		}

  .fjustr-699 {
			justify-content:flex-end;;
		}

  .fjustc-699 {
			justify-content:center;;
		}

  .flexn-699 {
			flex:none!important;width:100%;;
		}

  .gridc-699 {
			display:grid!important;;
		}

  .o100-699 {
			opacity:1;
		}

  .o90-699 {
			opacity:0.9;
		}

  .o80-699 {
			opacity:0.8;
		}

  .o70-699 {
			opacity:0.7;
		}

  .o60-699 {
			opacity:0.6;
		}

  .o50-699 {
			opacity:0.5;
		}

  .o40-699 {
			opacity:0.4;
		}

  .o30-699 {
			opacity:0.3;
		}

  .o20-699 {
			opacity:0.2;
		}

  .o10-699 {
			opacity:0.1;
		}

  .o0-699 {
			opacity:0;
		}

  .left0-699 {
			left:0px!important;;
		}

  .right0-699 {
			right:0px!important;;
		}

  .top0-699 {
			top:0px!important;;
		}

  .bottom0-699 {
			bottom:0px!important;;
		}

  .left50-699 {
			left:50%!important;;
		}

  .right50-699 {
			right:50%!important;;
		}

  .top50-699 {
			top:50%!important;;
		}

  .bottom50-699 {
			bottom:50%!important;;
		}

  .left100-699 {
			left:100%!important;;
		}

  .right100-699 {
			right:100%!important;;
		}

  .top100-699 {
			top:100%!important;;
		}

  .bottom100-699 {
			bottom:100%!important;;
		}

  .leftauto-699 {
			left:auto!important;;
		}

  .rightauto-699 {
			right:auto!important;;
		}

  .topauto-699 {
			top:auto!important;;
		}

  .bottomauto-699 {
			bottom:auto!important;;
		}

  .all0-699 {
			top:0px!important;
bottom:0px!important;
left:0px!important;
right:0px!important;;
		}

  .lineup.fw-699, .lineupgroup.fw-699 {
			height:auto!important;
	}

	

			.padded_tiny-699 {
				padding:5px!important;

			}

			.paddedtb_tiny-699 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-699 {
				padding-top:5px!important;
			}

			.paddedb_tiny-699 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-699 {
				padding-left:5px!important;
			}

			.paddedr_tiny-699 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-699 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-699 {
				margin:5px!important;
			}

			.margintb_tiny-699 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-699 {
				margin-top:5px!important;
			}

			.marginb_tiny-699 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-699 {
				margin-left:5px!important;
			}

			.marginr_tiny-699 {
				margin-right:5px!important;
			}

			.marginlr_tiny-699 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			
			.nmarginlr_tiny {
				margin-left:-5px!important;
				margin-right:-5px!important;
			}
				
			.nmargin_tiny-699 {
				margin:-5px!important;
			}

			.nmargintb_tiny-699 {
				margin-top:-5px!important;
				margin-bottom:-5px!important;
			}

			.nmargint_tiny-699 {
				margin-top:-5px!important;
			}

			.nmarginb_tiny-699 {
				margin-bottom:-5px!important;
			}

			.nmarginl_tiny-699 {
				margin-left:-5px!important;
			}

			.nmarginr_tiny-699 {
				margin-right:-5px!important;
			}
			
			.padded_small-699 {
				padding:10px!important;

			}

			.paddedtb_small-699 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-699 {
				padding-top:10px!important;
			}

			.paddedb_small-699 {
				padding-bottom:10px!important;
			}

			.paddedl_small-699 {
				padding-left:10px!important;
			}

			.paddedr_small-699 {
				padding-right:10px!important;
			}

			.paddedlr_small-699 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-699 {
				margin:10px!important;
			}

			.margintb_small-699 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-699 {
				margin-top:10px!important;
			}

			.marginb_small-699 {
				margin-bottom:10px!important;
			}

			.marginl_small-699 {
				margin-left:10px!important;
			}

			.marginr_small-699 {
				margin-right:10px!important;
			}

			.marginlr_small-699 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_small {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_small-699 {
				margin:-10px!important;
			}

			.nmargintb_small-699 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_small-699 {
				margin-top:-10px!important;
			}

			.nmarginb_small-699 {
				margin-bottom:-10px!important;
			}

			.nmarginl_small-699 {
				margin-left:-10px!important;
			}

			.nmarginr_small-699 {
				margin-right:-10px!important;
			}
			
			.padded_medium-699 {
				padding:20px!important;

			}

			.paddedtb_medium-699 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-699 {
				padding-top:20px!important;
			}

			.paddedb_medium-699 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-699 {
				padding-left:20px!important;
			}

			.paddedr_medium-699 {
				padding-right:20px!important;
			}

			.paddedlr_medium-699 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-699 {
				margin:20px!important;
			}

			.margintb_medium-699 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-699 {
				margin-top:20px!important;
			}

			.marginb_medium-699 {
				margin-bottom:20px!important;
			}

			.marginl_medium-699 {
				margin-left:20px!important;
			}

			.marginr_medium-699 {
				margin-right:20px!important;
			}

			.marginlr_medium-699 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			
			.nmarginlr_medium {
				margin-left:-20px!important;
				margin-right:-20px!important;
			}
				
			.nmargin_medium-699 {
				margin:-20px!important;
			}

			.nmargintb_medium-699 {
				margin-top:-20px!important;
				margin-bottom:-20px!important;
			}

			.nmargint_medium-699 {
				margin-top:-20px!important;
			}

			.nmarginb_medium-699 {
				margin-bottom:-20px!important;
			}

			.nmarginl_medium-699 {
				margin-left:-20px!important;
			}

			.nmarginr_medium-699 {
				margin-right:-20px!important;
			}
			
			.padded_large-699 {
				padding:40px!important;

			}

			.paddedtb_large-699 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-699 {
				padding-top:40px!important;
			}

			.paddedb_large-699 {
				padding-bottom:40px!important;
			}

			.paddedl_large-699 {
				padding-left:40px!important;
			}

			.paddedr_large-699 {
				padding-right:40px!important;
			}

			.paddedlr_large-699 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-699 {
				margin:40px!important;
			}

			.margintb_large-699 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-699 {
				margin-top:40px!important;
			}

			.marginb_large-699 {
				margin-bottom:40px!important;
			}

			.marginl_large-699 {
				margin-left:40px!important;
			}

			.marginr_large-699 {
				margin-right:40px!important;
			}

			.marginlr_large-699 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			
			.nmarginlr_large {
				margin-left:-40px!important;
				margin-right:-40px!important;
			}
				
			.nmargin_large-699 {
				margin:-40px!important;
			}

			.nmargintb_large-699 {
				margin-top:-40px!important;
				margin-bottom:-40px!important;
			}

			.nmargint_large-699 {
				margin-top:-40px!important;
			}

			.nmarginb_large-699 {
				margin-bottom:-40px!important;
			}

			.nmarginl_large-699 {
				margin-left:-40px!important;
			}

			.nmarginr_large-699 {
				margin-right:-40px!important;
			}
			
			.padded_core-699 {
				padding:10px!important;

			}

			.paddedtb_core-699 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-699 {
				padding-top:10px!important;
			}

			.paddedb_core-699 {
				padding-bottom:10px!important;
			}

			.paddedl_core-699 {
				padding-left:10px!important;
			}

			.paddedr_core-699 {
				padding-right:10px!important;
			}

			.paddedlr_core-699 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-699 {
				margin:10px!important;
			}

			.margintb_core-699 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-699 {
				margin-top:10px!important;
			}

			.marginb_core-699 {
				margin-bottom:10px!important;
			}

			.marginl_core-699 {
				margin-left:10px!important;
			}

			.marginr_core-699 {
				margin-right:10px!important;
			}

			.marginlr_core-699 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_core {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_core-699 {
				margin:-10px!important;
			}

			.nmargintb_core-699 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_core-699 {
				margin-top:-10px!important;
			}

			.nmarginb_core-699 {
				margin-bottom:-10px!important;
			}

			.nmarginl_core-699 {
				margin-left:-10px!important;
			}

			.nmarginr_core-699 {
				margin-right:-10px!important;
			}
						
			.margin_auto-699 {
				margin:auto!important;
			}

			.margintb_auto-699 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-699 {
				margin-top:auto!important;
			}

			.marginb_auto-699 {
				margin-bottom:auto!important;
			}

			.marginl_auto-699 {
				margin-left:auto!important;
			}

			.marginr_auto-699 {
				margin-right:auto!important;
			}

			.marginlr_auto-699 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			
			.nmarginlr_auto {
				margin-left:-auto!important;
				margin-right:-auto!important;
			}
				
			.nmargin_auto-699 {
				margin:-auto!important;
			}

			.nmargintb_auto-699 {
				margin-top:-auto!important;
				margin-bottom:-auto!important;
			}

			.nmargint_auto-699 {
				margin-top:-auto!important;
			}

			.nmarginb_auto-699 {
				margin-bottom:-auto!important;
			}

			.nmarginl_auto-699 {
				margin-left:-auto!important;
			}

			.nmarginr_auto-699 {
				margin-right:-auto!important;
			}
			
			.padded_none-699 {
				padding:0px!important;

			}

			.paddedtb_none-699 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-699 {
				padding-top:0px!important;
			}

			.paddedb_none-699 {
				padding-bottom:0px!important;
			}

			.paddedl_none-699 {
				padding-left:0px!important;
			}

			.paddedr_none-699 {
				padding-right:0px!important;
			}

			.paddedlr_none-699 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-699 {
				margin:0px!important;
			}

			.margintb_none-699 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-699 {
				margin-top:0px!important;
			}

			.marginb_none-699 {
				margin-bottom:0px!important;
			}

			.marginl_none-699 {
				margin-left:0px!important;
			}

			.marginr_none-699 {
				margin-right:0px!important;
			}

			.marginlr_none-699 {
				margin-left:0px!important;
				margin-right:0px!important;
			}
			
			.nmarginlr_none {
				margin-left:-0px!important;
				margin-right:-0px!important;
			}
				
			.nmargin_none-699 {
				margin:-0px!important;
			}

			.nmargintb_none-699 {
				margin-top:-0px!important;
				margin-bottom:-0px!important;
			}

			.nmargint_none-699 {
				margin-top:-0px!important;
			}

			.nmarginb_none-699 {
				margin-bottom:-0px!important;
			}

			.nmarginl_none-699 {
				margin-left:-0px!important;
			}

			.nmarginr_none-699 {
				margin-right:-0px!important;
			}
			
			.padded_p100-699 {
				padding:100%!important;

			}

			.paddedtb_p100-699 {
				padding-top:100%!important;
				padding-bottom:100%!important;
			}

			.paddedt_p100-699 {
				padding-top:100%!important;
			}

			.paddedb_p100-699 {
				padding-bottom:100%!important;
			}

			.paddedl_p100-699 {
				padding-left:100%!important;
			}

			.paddedr_p100-699 {
				padding-right:100%!important;
			}

			.paddedlr_p100-699 {
				padding-left:100%!important;
				padding-right:100%!important;
			}
		
						
			.margin_p100-699 {
				margin:100%!important;
			}

			.margintb_p100-699 {
				margin-top:100%!important;
				margin-bottom:100%!important;
			}

			.margint_p100-699 {
				margin-top:100%!important;
			}

			.marginb_p100-699 {
				margin-bottom:100%!important;
			}

			.marginl_p100-699 {
				margin-left:100%!important;
			}

			.marginr_p100-699 {
				margin-right:100%!important;
			}

			.marginlr_p100-699 {
				margin-left:100%!important;
				margin-right:100%!important;
			}
			
			.nmarginlr_p100 {
				margin-left:-100%!important;
				margin-right:-100%!important;
			}
				
			.nmargin_p100-699 {
				margin:-100%!important;
			}

			.nmargintb_p100-699 {
				margin-top:-100%!important;
				margin-bottom:-100%!important;
			}

			.nmargint_p100-699 {
				margin-top:-100%!important;
			}

			.nmarginb_p100-699 {
				margin-bottom:-100%!important;
			}

			.nmarginl_p100-699 {
				margin-left:-100%!important;
			}

			.nmarginr_p100-699 {
				margin-right:-100%!important;
			}
			
			.padded_p75-699 {
				padding:75%!important;

			}

			.paddedtb_p75-699 {
				padding-top:75%!important;
				padding-bottom:75%!important;
			}

			.paddedt_p75-699 {
				padding-top:75%!important;
			}

			.paddedb_p75-699 {
				padding-bottom:75%!important;
			}

			.paddedl_p75-699 {
				padding-left:75%!important;
			}

			.paddedr_p75-699 {
				padding-right:75%!important;
			}

			.paddedlr_p75-699 {
				padding-left:75%!important;
				padding-right:75%!important;
			}
		
						
			.margin_p75-699 {
				margin:75%!important;
			}

			.margintb_p75-699 {
				margin-top:75%!important;
				margin-bottom:75%!important;
			}

			.margint_p75-699 {
				margin-top:75%!important;
			}

			.marginb_p75-699 {
				margin-bottom:75%!important;
			}

			.marginl_p75-699 {
				margin-left:75%!important;
			}

			.marginr_p75-699 {
				margin-right:75%!important;
			}

			.marginlr_p75-699 {
				margin-left:75%!important;
				margin-right:75%!important;
			}
			
			.nmarginlr_p75 {
				margin-left:-75%!important;
				margin-right:-75%!important;
			}
				
			.nmargin_p75-699 {
				margin:-75%!important;
			}

			.nmargintb_p75-699 {
				margin-top:-75%!important;
				margin-bottom:-75%!important;
			}

			.nmargint_p75-699 {
				margin-top:-75%!important;
			}

			.nmarginb_p75-699 {
				margin-bottom:-75%!important;
			}

			.nmarginl_p75-699 {
				margin-left:-75%!important;
			}

			.nmarginr_p75-699 {
				margin-right:-75%!important;
			}
			
			.padded_p50-699 {
				padding:50%!important;

			}

			.paddedtb_p50-699 {
				padding-top:50%!important;
				padding-bottom:50%!important;
			}

			.paddedt_p50-699 {
				padding-top:50%!important;
			}

			.paddedb_p50-699 {
				padding-bottom:50%!important;
			}

			.paddedl_p50-699 {
				padding-left:50%!important;
			}

			.paddedr_p50-699 {
				padding-right:50%!important;
			}

			.paddedlr_p50-699 {
				padding-left:50%!important;
				padding-right:50%!important;
			}
		
						
			.margin_p50-699 {
				margin:50%!important;
			}

			.margintb_p50-699 {
				margin-top:50%!important;
				margin-bottom:50%!important;
			}

			.margint_p50-699 {
				margin-top:50%!important;
			}

			.marginb_p50-699 {
				margin-bottom:50%!important;
			}

			.marginl_p50-699 {
				margin-left:50%!important;
			}

			.marginr_p50-699 {
				margin-right:50%!important;
			}

			.marginlr_p50-699 {
				margin-left:50%!important;
				margin-right:50%!important;
			}
			
			.nmarginlr_p50 {
				margin-left:-50%!important;
				margin-right:-50%!important;
			}
				
			.nmargin_p50-699 {
				margin:-50%!important;
			}

			.nmargintb_p50-699 {
				margin-top:-50%!important;
				margin-bottom:-50%!important;
			}

			.nmargint_p50-699 {
				margin-top:-50%!important;
			}

			.nmarginb_p50-699 {
				margin-bottom:-50%!important;
			}

			.nmarginl_p50-699 {
				margin-left:-50%!important;
			}

			.nmarginr_p50-699 {
				margin-right:-50%!important;
			}
			
			.padded_p25-699 {
				padding:25%!important;

			}

			.paddedtb_p25-699 {
				padding-top:25%!important;
				padding-bottom:25%!important;
			}

			.paddedt_p25-699 {
				padding-top:25%!important;
			}

			.paddedb_p25-699 {
				padding-bottom:25%!important;
			}

			.paddedl_p25-699 {
				padding-left:25%!important;
			}

			.paddedr_p25-699 {
				padding-right:25%!important;
			}

			.paddedlr_p25-699 {
				padding-left:25%!important;
				padding-right:25%!important;
			}
		
						
			.margin_p25-699 {
				margin:25%!important;
			}

			.margintb_p25-699 {
				margin-top:25%!important;
				margin-bottom:25%!important;
			}

			.margint_p25-699 {
				margin-top:25%!important;
			}

			.marginb_p25-699 {
				margin-bottom:25%!important;
			}

			.marginl_p25-699 {
				margin-left:25%!important;
			}

			.marginr_p25-699 {
				margin-right:25%!important;
			}

			.marginlr_p25-699 {
				margin-left:25%!important;
				margin-right:25%!important;
			}
			
			.nmarginlr_p25 {
				margin-left:-25%!important;
				margin-right:-25%!important;
			}
				
			.nmargin_p25-699 {
				margin:-25%!important;
			}

			.nmargintb_p25-699 {
				margin-top:-25%!important;
				margin-bottom:-25%!important;
			}

			.nmargint_p25-699 {
				margin-top:-25%!important;
			}

			.nmarginb_p25-699 {
				margin-bottom:-25%!important;
			}

			.nmarginl_p25-699 {
				margin-left:-25%!important;
			}

			.nmarginr_p25-699 {
				margin-right:-25%!important;
			}
				.border_1-699 {
		border:solid 1px rgba(0,0,0,0.5);;
	}

	.bordertb_1-699 {
		border-top:solid 1px rgba(0,0,0,0.5);;
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.bordert_1-699 {
		border-top:solid 1px rgba(0,0,0,0.5);;
	}

	.borderb_1-699 {
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.borderl_1-699 {
		border-left:solid 1px rgba(0,0,0,0.5);;
	}

	.borderr_1-699 {
		border-right:solid 1px rgba(0,0,0,0.5);;
	}

	.borderlr_1-699 {
		border-left:solid 1px rgba(0,0,0,0.5);;
		border-right:solid 1px rgba(0,0,0,0.5);;
	}
		.border_none-699 {
		border:none;
	}

	.bordertb_none-699 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-699 {
		border-top:none;
	}

	.borderb_none-699 {
		border-bottom:none;
	}

	.borderl_none-699 {
		border-left:none;
	}

	.borderr_none-699 {
		border-right:none;
	}

	.borderlr_none-699 {
		border-left:none;
		border-right:none;
	}
		.border_core-699 {
		border:solid 1px rgba(0,0,0,0.1);
	}

	.bordertb_core-699 {
		border-top:solid 1px rgba(0,0,0,0.1);
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.bordert_core-699 {
		border-top:solid 1px rgba(0,0,0,0.1);
	}

	.borderb_core-699 {
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.borderl_core-699 {
		border-left:solid 1px rgba(0,0,0,0.1);
	}

	.borderr_core-699 {
		border-right:solid 1px rgba(0,0,0,0.1);
	}

	.borderlr_core-699 {
		border-left:solid 1px rgba(0,0,0,0.1);
		border-right:solid 1px rgba(0,0,0,0.1);
	}
				.colour1_bg-699 {
				background-color:#000000!important;
			}

			.colour1_bg-699,
			a.colour1_bg-699 {
				color:#FFFFFF!important;
			}
		
			.colour1_bg-699 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour1-699 a,
			a.colour1-699 {
				color:#000000;
							}
			
			.colour1-699 {
					color:#000000;
				background:transparent!important;
						}

					
			.colour1_bg-699 input[type=text],
			.colour1_bg-699 input[type=password],
			.colour1_bg-699 input[type=number],
			.colour1_bg-699 textarea,
			.colour1_bg-699 select,
			.colour1_bg-699 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour1_bg-699 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour1_bg-699 select {
				color:rgba(255,255,255,0.7);
			}

			.colour1_bg-699 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour1_bg-699 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour2_bg-699 {
				background-color:#4b4a4b!important;
			}

			.colour2_bg-699,
			a.colour2_bg-699 {
				color:#FFFFFF!important;
			}
		
			.colour2_bg-699 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour2-699 a,
			a.colour2-699 {
				color:#4b4a4b;
							}
			
			.colour2-699 {
					color:#4b4a4b;
				background:transparent!important;
						}

					
			.colour2_bg-699 input[type=text],
			.colour2_bg-699 input[type=password],
			.colour2_bg-699 input[type=number],
			.colour2_bg-699 textarea,
			.colour2_bg-699 select,
			.colour2_bg-699 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour2_bg-699 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour2_bg-699 select {
				color:rgba(255,255,255,0.7);
			}

			.colour2_bg-699 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour2_bg-699 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour3_bg-699 {
				background-color:#616062!important;
			}

			.colour3_bg-699,
			a.colour3_bg-699 {
				color:#FFFFFF!important;
			}
		
			.colour3_bg-699 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour3-699 a,
			a.colour3-699 {
				color:#616062;
							}
			
			.colour3-699 {
					color:#616062;
				background:transparent!important;
						}

					
			.colour3_bg-699 input[type=text],
			.colour3_bg-699 input[type=password],
			.colour3_bg-699 input[type=number],
			.colour3_bg-699 textarea,
			.colour3_bg-699 select,
			.colour3_bg-699 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour3_bg-699 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour3_bg-699 select {
				color:rgba(255,255,255,0.7);
			}

			.colour3_bg-699 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour3_bg-699 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour4_bg-699 {
				background-color:#FFFFFF!important;
			}

			.colour4_bg-699,
			a.colour4_bg-699 {
				color:#202020!important;
			}
		
			.colour4_bg-699 a:not(.more) {
				color:#202020;
			}

			
			.colour4-699 a,
			a.colour4-699 {
				color:#FFFFFF;
							}
			
			.colour4-699 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour4_bg-699 input[type=text],
			.colour4_bg-699 input[type=password],
			.colour4_bg-699 input[type=number],
			.colour4_bg-699 textarea,
			.colour4_bg-699 select,
			.colour4_bg-699 select option {
				border-color:#202020;
				color:#202020;
				background:transparent;
			}
		
			.colour4_bg-699 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour4_bg-699 select {
				color:rgba(32,32,32,0.7);
			}

			.colour4_bg-699 ::-webkit-input-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}

			.colour4_bg-699 ::-moz-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}
		
						.colour5_bg-699 {
				background-color:#FFFFFF!important;
			}

			.colour5_bg-699,
			a.colour5_bg-699 {
				color:#424040!important;
			}
		
			.colour5_bg-699 a:not(.more) {
				color:#424040;
			}

			
			.colour5-699 a,
			a.colour5-699 {
				color:#FFFFFF;
							}
			
			.colour5-699 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour5_bg-699 input[type=text],
			.colour5_bg-699 input[type=password],
			.colour5_bg-699 input[type=number],
			.colour5_bg-699 textarea,
			.colour5_bg-699 select,
			.colour5_bg-699 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour5_bg-699 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour5_bg-699 select {
				color:rgba(66,64,64,0.7);
			}

			.colour5_bg-699 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour5_bg-699 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
						.colour6_bg-699 {
				background-color:#EEEEEE!important;
			}

			.colour6_bg-699,
			a.colour6_bg-699 {
				color:#424040!important;
			}
		
			.colour6_bg-699 a:not(.more) {
				color:#424040;
			}

			
			.colour6-699 a,
			a.colour6-699 {
				color:#EEEEEE;
							}
			
			.colour6-699 {
					color:#EEEEEE;
				background:transparent!important;
						}

					
			.colour6_bg-699 input[type=text],
			.colour6_bg-699 input[type=password],
			.colour6_bg-699 input[type=number],
			.colour6_bg-699 textarea,
			.colour6_bg-699 select,
			.colour6_bg-699 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour6_bg-699 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour6_bg-699 select {
				color:rgba(66,64,64,0.7);
			}

			.colour6_bg-699 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour6_bg-699 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
			
}

@media only screen and (max-width : 649px) {
	
.grid.eight-649 {
	float:left!important;
	width:10.575%!important;
margin-right:2.2%!important;;
}

.grid.eight_x2-649 {
	float:left!important;
	width:23.35%!important;
margin-right:2.2%!important;;
}

.grid.eight_x3-649 {
	float:left!important;
	width:36.125%!important;
margin-right:2.2%!important;;
}

.grid.eight_x4-649 {
	float:left!important;
	width:48.9%!important;
margin-right:2.2%!important;;
}

.grid.eight_x5-649 {
	float:left!important;
	width:61.675%!important;
margin-right:2.2%!important;;
}

.grid.eight_x6-649 {
	float:left!important;
	width:74.45%!important;
margin-right:2.2%!important;;
}

.grid.eight_x7-649 {
	float:left!important;
	width:87.225%!important;
margin-right:2.2%!important;;
}

.grid.seven-649 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-649 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-649 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-649 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-649 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-649 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-649 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-649 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-649 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-649 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-649 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-649 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-649 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-649 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-649 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-649 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-649 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-649 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-649 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-649 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-649 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-649 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.eight-649 {
	width:12.5%!important;
}

.floatl.eight_x2-649 {
	width:25%!important;
}

.floatl.eight_x3-649 {
	width:37.5%!important;
}

.floatl.eight_x4-649 {
	width:50%!important;
}

.floatl.eight_x5-649 {
	width:62.5%!important;
}

.floatl.eight_x6-649 {
	width:75%!important;
}

.floatl.eight_x7-649 {
	width:87.5%!important;
}

.floatl.seven-649 {
	width:14.28571429%!important;
}

.floatl.seven_x2-649 {
	width:28.57142857%!important;
}

.floatl.seven_x3-649 {
	width:42.85714286%!important;
}

.floatl.seven_x4-649 {
	width:57.14285714%!important;
}

.floatl.seven_x5-649 {
	width:71.42857143%!important;
}

.floatl.seven_x6-649 {
	width:85.71428571%!important;
}

.floatl.six-649 {
	width:16.66666667%!important;
}

.floatl.six_x2-649 {
	width:33.33333333%!important;
}

.floatl.six_x3-649 {
	width:50%!important;
}

.floatl.six_x4-649 {
	width:66.6666667%!important;
}

.floatl.six_x5-649 {
	width:83%!important;
}

.floatl.five-649 {
	width:20%!important;
}

.floatl.five_x2-649 {
	width:40%!important;
}

.floatl.five_x3-649 {
	width:60%!important;
}

.floatl.five_x4-649 {
	width:80%!important;
}

.floatl.four-649 {
	width:25%!important;
}

.floatl.four_x2-649 {
	width:50%!important;
}

.floatl.four_x3-649 {
	width:75%!important;
}

.floatl.three-649 {
	width:33.33333333%!important;
}

.floatl.three_x2-649 {
	width:66.66666667%!important;
}

.floatl.two-649 {
	width:50%!important;
}

.floatl.one-649 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

.o1-649 {
		order:1;
	}

.fl1-649 {
	flex:1;
}

.gridc > .r1-649 {
	grid-row-start:1;
}
.gridc-649 > .r1-649 {
	grid-row-start:1;
	overflow:hidden;
}
.gridc > .re1-649 {
	grid-row-end:1;
}
.gridc-649 > .re1-649 {
	grid-row-end:1;
}
.gridc > .c1-649 {
	grid-column-start:1;
}
.gridc-649 > .c1-649 {
	grid-column-start:1;
}
.gridc > .ce1-649 {
	grid-column-end:1;
}
.gridc-649 > .ce1-649 {
	grid-column-end:1;
}

.o2-649 {
		order:2;
	}

.fl2-649 {
	flex:2;
}

.gridc > .r2-649 {
	grid-row-start:2;
}
.gridc-649 > .r2-649 {
	grid-row-start:2;
	overflow:hidden;
}
.gridc > .re2-649 {
	grid-row-end:2;
}
.gridc-649 > .re2-649 {
	grid-row-end:2;
}
.gridc > .c2-649 {
	grid-column-start:2;
}
.gridc-649 > .c2-649 {
	grid-column-start:2;
}
.gridc > .ce2-649 {
	grid-column-end:2;
}
.gridc-649 > .ce2-649 {
	grid-column-end:2;
}

.o3-649 {
		order:3;
	}

.fl3-649 {
	flex:3;
}

.gridc > .r3-649 {
	grid-row-start:3;
}
.gridc-649 > .r3-649 {
	grid-row-start:3;
	overflow:hidden;
}
.gridc > .re3-649 {
	grid-row-end:3;
}
.gridc-649 > .re3-649 {
	grid-row-end:3;
}
.gridc > .c3-649 {
	grid-column-start:3;
}
.gridc-649 > .c3-649 {
	grid-column-start:3;
}
.gridc > .ce3-649 {
	grid-column-end:3;
}
.gridc-649 > .ce3-649 {
	grid-column-end:3;
}

.o4-649 {
		order:4;
	}

.fl4-649 {
	flex:4;
}

.gridc > .r4-649 {
	grid-row-start:4;
}
.gridc-649 > .r4-649 {
	grid-row-start:4;
	overflow:hidden;
}
.gridc > .re4-649 {
	grid-row-end:4;
}
.gridc-649 > .re4-649 {
	grid-row-end:4;
}
.gridc > .c4-649 {
	grid-column-start:4;
}
.gridc-649 > .c4-649 {
	grid-column-start:4;
}
.gridc > .ce4-649 {
	grid-column-end:4;
}
.gridc-649 > .ce4-649 {
	grid-column-end:4;
}

.o5-649 {
		order:5;
	}

.fl5-649 {
	flex:5;
}

.gridc > .r5-649 {
	grid-row-start:5;
}
.gridc-649 > .r5-649 {
	grid-row-start:5;
	overflow:hidden;
}
.gridc > .re5-649 {
	grid-row-end:5;
}
.gridc-649 > .re5-649 {
	grid-row-end:5;
}
.gridc > .c5-649 {
	grid-column-start:5;
}
.gridc-649 > .c5-649 {
	grid-column-start:5;
}
.gridc > .ce5-649 {
	grid-column-end:5;
}
.gridc-649 > .ce5-649 {
	grid-column-end:5;
}

.o6-649 {
		order:6;
	}

.fl6-649 {
	flex:6;
}

.gridc > .r6-649 {
	grid-row-start:6;
}
.gridc-649 > .r6-649 {
	grid-row-start:6;
	overflow:hidden;
}
.gridc > .re6-649 {
	grid-row-end:6;
}
.gridc-649 > .re6-649 {
	grid-row-end:6;
}
.gridc > .c6-649 {
	grid-column-start:6;
}
.gridc-649 > .c6-649 {
	grid-column-start:6;
}
.gridc > .ce6-649 {
	grid-column-end:6;
}
.gridc-649 > .ce6-649 {
	grid-column-end:6;
}

.o7-649 {
		order:7;
	}

.fl7-649 {
	flex:7;
}

.gridc > .r7-649 {
	grid-row-start:7;
}
.gridc-649 > .r7-649 {
	grid-row-start:7;
	overflow:hidden;
}
.gridc > .re7-649 {
	grid-row-end:7;
}
.gridc-649 > .re7-649 {
	grid-row-end:7;
}
.gridc > .c7-649 {
	grid-column-start:7;
}
.gridc-649 > .c7-649 {
	grid-column-start:7;
}
.gridc > .ce7-649 {
	grid-column-end:7;
}
.gridc-649 > .ce7-649 {
	grid-column-end:7;
}

.o8-649 {
		order:8;
	}

.fl8-649 {
	flex:8;
}

.gridc > .r8-649 {
	grid-row-start:8;
}
.gridc-649 > .r8-649 {
	grid-row-start:8;
	overflow:hidden;
}
.gridc > .re8-649 {
	grid-row-end:8;
}
.gridc-649 > .re8-649 {
	grid-row-end:8;
}
.gridc > .c8-649 {
	grid-column-start:8;
}
.gridc-649 > .c8-649 {
	grid-column-start:8;
}
.gridc > .ce8-649 {
	grid-column-end:8;
}
.gridc-649 > .ce8-649 {
	grid-column-end:8;
}

.o9-649 {
		order:9;
	}

.fl9-649 {
	flex:9;
}

.gridc > .r9-649 {
	grid-row-start:9;
}
.gridc-649 > .r9-649 {
	grid-row-start:9;
	overflow:hidden;
}
.gridc > .re9-649 {
	grid-row-end:9;
}
.gridc-649 > .re9-649 {
	grid-row-end:9;
}
.gridc > .c9-649 {
	grid-column-start:9;
}
.gridc-649 > .c9-649 {
	grid-column-start:9;
}
.gridc > .ce9-649 {
	grid-column-end:9;
}
.gridc-649 > .ce9-649 {
	grid-column-end:9;
}

.z1-649 {
	z-index:1;
}

.z9999999-649 {
	z-index:9999999;
}

.z2-649 {
	z-index:2;
}

.z9999998-649 {
	z-index:9999998;
}

.z3-649 {
	z-index:3;
}

.z9999997-649 {
	z-index:9999997;
}

.z4-649 {
	z-index:4;
}

.z9999996-649 {
	z-index:9999996;
}

.z5-649 {
	z-index:5;
}

.z9999995-649 {
	z-index:9999995;
}

.z6-649 {
	z-index:6;
}

.z9999994-649 {
	z-index:9999994;
}

.z7-649 {
	z-index:7;
}

.z9999993-649 {
	z-index:9999993;
}

.z8-649 {
	z-index:8;
}

.z9999992-649 {
	z-index:9999992;
}

.z9-649 {
	z-index:9;
}

.z9999991-649 {
	z-index:9999991;
}

.w100-649 {
	font-weight:100;
}
.w200-649 {
	font-weight:200;
}
.w300-649 {
	font-weight:300;
}
.w400-649 {
	font-weight:400;
}
.w500-649 {
	font-weight:500;
}
.w600-649 {
	font-weight:600;
}
.w700-649 {
	font-weight:700;
}
.w800-649 {
	font-weight:800;
}
.w900-649 {
	font-weight:900;
}
.f1-649 {
	font-size:1.1em;
	line-height:1.1em;
}

p.f1-649,
p > *.f1-649 {
	line-height:1.4em;
}
.f1_5-649 {
	font-size:1.15em;
	line-height:1.15em;
}

p.f1_5-649,
p > *.f1_5-649 {
	line-height:1.18em;
}
.f2-649 {
	font-size:1.2em;
	line-height:1.2em;
}

p.f2-649,
p > *.f2-649 {
	line-height:1.5em;
}
.f2_5-649 {
	font-size:1.25em;
	line-height:1.25em;
}

p.f2_5-649,
p > *.f2_5-649 {
	line-height:1.28em;
}
.f3-649 {
	font-size:1.3em;
	line-height:1.3em;
}

p.f3-649,
p > *.f3-649 {
	line-height:1.6em;
}
.f3_5-649 {
	font-size:1.35em;
	line-height:1.35em;
}

p.f3_5-649,
p > *.f3_5-649 {
	line-height:1.38em;
}
.f4-649 {
	font-size:1.4em;
	line-height:1.4em;
}

p.f4-649,
p > *.f4-649 {
	line-height:1.7em;
}
.f4_5-649 {
	font-size:1.45em;
	line-height:1.45em;
}

p.f4_5-649,
p > *.f4_5-649 {
	line-height:1.48em;
}
.f5-649 {
	font-size:1.5em;
	line-height:1.5em;
}

p.f5-649,
p > *.f5-649 {
	line-height:1.8em;
}
.f5_5-649 {
	font-size:1.55em;
	line-height:1.55em;
}

p.f5_5-649,
p > *.f5_5-649 {
	line-height:1.58em;
}
.f6-649 {
	font-size:1.6em;
	line-height:1.6em;
}

p.f6-649,
p > *.f6-649 {
	line-height:1.9em;
}
.f6_5-649 {
	font-size:1.65em;
	line-height:1.65em;
}

p.f6_5-649,
p > *.f6_5-649 {
	line-height:1.68em;
}
.f7-649 {
	font-size:1.7em;
	line-height:1.7em;
}

p.f7-649,
p > *.f7-649 {
	line-height:1.10em;
}
.f7_5-649 {
	font-size:1.75em;
	line-height:1.75em;
}

p.f7_5-649,
p > *.f7_5-649 {
	line-height:1.78em;
}
.f8-649 {
	font-size:1.8em;
	line-height:1.8em;
}

p.f8-649,
p > *.f8-649 {
	line-height:1.11em;
}
.f8_5-649 {
	font-size:1.85em;
	line-height:1.85em;
}

p.f8_5-649,
p > *.f8_5-649 {
	line-height:1.88em;
}
.f9-649 {
	font-size:1.9em;
	line-height:1.9em;
}

p.f9-649,
p > *.f9-649 {
	line-height:1.12em;
}
.f9_5-649 {
	font-size:1.95em;
	line-height:1.95em;
}

p.f9_5-649,
p > *.f9_5-649 {
	line-height:1.98em;
}
.f10-649 {
	font-size:2em;
	line-height:2em;
}

p.f10-649,
p > *.f10-649 {
	line-height:2em;
}
.f10_5-649 {
	font-size:2em;
	line-height:2em;
}

p.f10_5-649,
p > *.f10_5-649 {
	line-height:2em;
}
.nf1-649 {
	font-size:0.9em;
}

*:not(p):not(ul):not(ol).nf1-649 {
	line-height:0.9em;
}

p.nf1-649,
ul.nf1-649,
ol.nf1-649 {
	line-height:1.9em;
}
.nf1_5-649 {
	font-size:0.85em;
}

*:not(p):not(ul):not(ol).nf1_5-649 {
	line-height:0.85em;
}

p.nf1_5-649,
ul.nf1_5-649,
ol.nf1_5-649 {
	line-height:1.85em;
}
.nf2-649 {
	font-size:0.8em;
}

*:not(p):not(ul):not(ol).nf2-649 {
	line-height:0.8em;
}

p.nf2-649,
ul.nf2-649,
ol.nf2-649 {
	line-height:1.8em;
}
.nf2_5-649 {
	font-size:0.75em;
}

*:not(p):not(ul):not(ol).nf2_5-649 {
	line-height:0.75em;
}

p.nf2_5-649,
ul.nf2_5-649,
ol.nf2_5-649 {
	line-height:1.75em;
}
.nf3-649 {
	font-size:0.7em;
}

*:not(p):not(ul):not(ol).nf3-649 {
	line-height:0.7em;
}

p.nf3-649,
ul.nf3-649,
ol.nf3-649 {
	line-height:1.7em;
}
.nf3_5-649 {
	font-size:0.65em;
}

*:not(p):not(ul):not(ol).nf3_5-649 {
	line-height:0.65em;
}

p.nf3_5-649,
ul.nf3_5-649,
ol.nf3_5-649 {
	line-height:1.65em;
}
.nf4-649 {
	font-size:0.6em;
}

*:not(p):not(ul):not(ol).nf4-649 {
	line-height:0.6em;
}

p.nf4-649,
ul.nf4-649,
ol.nf4-649 {
	line-height:1.6em;
}
.nf4_5-649 {
	font-size:0.55em;
}

*:not(p):not(ul):not(ol).nf4_5-649 {
	line-height:0.55em;
}

p.nf4_5-649,
ul.nf4_5-649,
ol.nf4_5-649 {
	line-height:1.55em;
}
.nf5-649 {
	font-size:0.5em;
}

*:not(p):not(ul):not(ol).nf5-649 {
	line-height:0.5em;
}

p.nf5-649,
ul.nf5-649,
ol.nf5-649 {
	line-height:1.5em;
}
.nf5_5-649 {
	font-size:0.45em;
}

*:not(p):not(ul):not(ol).nf5_5-649 {
	line-height:0.45em;
}

p.nf5_5-649,
ul.nf5_5-649,
ol.nf5_5-649 {
	line-height:1.45em;
}
.nf6-649 {
	font-size:0.4em;
}

*:not(p):not(ul):not(ol).nf6-649 {
	line-height:0.4em;
}

p.nf6-649,
ul.nf6-649,
ol.nf6-649 {
	line-height:1.4em;
}
.nf6_5-649 {
	font-size:0.35em;
}

*:not(p):not(ul):not(ol).nf6_5-649 {
	line-height:0.35em;
}

p.nf6_5-649,
ul.nf6_5-649,
ol.nf6_5-649 {
	line-height:1.35em;
}
.nf7-649 {
	font-size:0.3em;
}

*:not(p):not(ul):not(ol).nf7-649 {
	line-height:0.3em;
}

p.nf7-649,
ul.nf7-649,
ol.nf7-649 {
	line-height:1.3em;
}
.nf7_5-649 {
	font-size:0.25em;
}

*:not(p):not(ul):not(ol).nf7_5-649 {
	line-height:0.25em;
}

p.nf7_5-649,
ul.nf7_5-649,
ol.nf7_5-649 {
	line-height:1.25em;
}
.nf8-649 {
	font-size:0.2em;
}

*:not(p):not(ul):not(ol).nf8-649 {
	line-height:0.2em;
}

p.nf8-649,
ul.nf8-649,
ol.nf8-649 {
	line-height:1.2em;
}
.nf8_5-649 {
	font-size:0.15em;
}

*:not(p):not(ul):not(ol).nf8_5-649 {
	line-height:0.15em;
}

p.nf8_5-649,
ul.nf8_5-649,
ol.nf8_5-649 {
	line-height:1.15em;
}
.nf9-649 {
	font-size:0.1em;
}

*:not(p):not(ul):not(ol).nf9-649 {
	line-height:0.1em;
}

p.nf9-649,
ul.nf9-649,
ol.nf9-649 {
	line-height:1.1em;
}
.nf9_5-649 {
	font-size:0.05em;
}

*:not(p):not(ul):not(ol).nf9_5-649 {
	line-height:0.05em;
}

p.nf9_5-649,
ul.nf9_5-649,
ol.nf9_5-649 {
	line-height:1.05em;
}
  .invisible-649 {
			visibility:hidden!important;
		}

  .last-649 {
			margin-right:0px!important;
		}

  .floatl-649 {
			float:left!important;
		}

  .floatr-649 {
			float:right!important;
		}

  .left-649 {
			float:left!important;
		}

  .right-649 {
			float:right!important;
		}

  .floatn-649,
 .grid.floatn-649 {
			float:none!important;
		}

  .grid-649 {
			float:left!important;
overflow:hidden;;
		}

  .grid.last-649 {
			float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
		}

  .none-649 {
			display:none!important;
		}

  .block-649 {
			display:block!important;
		}

  .iblock-649 {
			display:inline-block!important;
		}

  .inline-649 {
			display:inline!important;
		}

  .table-649 {
			display:table!important;
		}

  .row-649 {
			display:table-row!important;
		}

  .cell-649 {
			display:table-cell!important;
vertical-align:middle;
		}

  .collapse-649 {
			border-collapse:collapse;
		}

  .clearl-649 {
			clear:left!important;
		}

  .clearr-649 {
			clear:right!important;
		}

  .clearn-649 {
			clear:none!important;
		}

  .clearnone-649 {
			clear:none!important;
		}

  .clearb-649 {
			clear:both!important;
		}

  .clear-649 {
			float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
		}

  .up-649 {
			text-transform:uppercase;
		}

  .transnone-649 {
			text-transform:none;
		}

  .strike-649 {
			text-decoration:line-through;
		}

  .alignl-649 {
			text-align:left!important;
		}

  .alignr-649 {
			text-align:right!important;
		}

  .alignc-649 {
			text-align:center!important;
		}

  .alignj-649 {
			text-align:justify!important;
		}

  .valign-649 {
			vertical-align:middle!important;
		}

  .widthauto-649 {
			width:auto!important;
		}

  .heightauto-649 {
			height:auto!important;
min-height:0px!important;
		}

.square.heightauto-649::after {
	display:none!important;
}

.square.heightauto-649 > * {
	position:static!important;
}

  .width0-649 {
			width:0px;
		}

  .width50-649 {
			width:50%;
		}

  .height0-649 {
			height:0px;
		}

  .height50-649 {
			height:50%;
		}

  .mw100-649 {
			max-width:100%;
		}

  .mw90-649 {
			max-width:90%;
		}

  .mw80-649 {
			max-width:80%;
		}

  .mw70-649 {
			max-width:70%;
		}

  .mw60-649 {
			max-width:60%;
		}

  .mw50-649 {
			max-width:50%;
		}

  .mw40-649 {
			max-width:40%;
		}

  .mw30-649 {
			max-width:30%;
		}

  .mw20-649 {
			max-width:20%;
		}

  .mw10-649 {
			max-width:10%;
		}

  .mwnone-649 {
			max-width:none;
		}

  .fw-649,
 .grid.fw-649,
 .floatl.fw-649 {
			width:100%!important;
      margin-left:0px!important;
			margin-right:0px!important;
		}

  .fh-649 {
			height:100%!important;
		}

  .pointer-649 {
			cursor:pointer!important;
		}

  .noallow-649 {
			cursor:not-allowed!important;
		}

  .noselect-649 {
			user-select:none!important;
		}

  .static-649 {
			position:static!important;
		}

  .relative-649 {
			position:relative!important;
		}

  .absolute-649 {
			position:absolute!important;
		}

  .fixed-649 {
			position:fixed!important;
		}

  .spacing-649 {
			margin-bottom:7px!important;
		}

  .spacing.floatl-649 {
			margin-right:15px!important;
		}

  .spacing.floatr-649 {
			margin-left:15px!important;
		}

  .flowhide-649 {
			overflow:hidden;
		}

  .flowshow-649 {
			overflow:visible;
		}

  .flowauto-649 {
			overflow:auto;
		}

  .nowrap-649 {
			white-space:nowrap;
		}

  .lhreset-649 {
			line-height:normal;
		}

  .circle-649 {
			border-radius:50%!important;
		}

  .radnone-649 {
			border-radius:0px!important;
		}

  .vh10-649 {
			height:10vh!important;
		}

  .vh25-649 {
			height:25vh!important;
		}

  .vh50-649 {
			height:50vh!important;
		}

  .vh100-649 {
			height:100vh!important;
		}

  .vw10-649 {
			width:10vw!important;
		}

  .vw25-649 {
			width:25vw!important;
		}

  .vw50-649 {
			width:50vw!important;
		}

  .vw100-649 {
			width:100vw!important;
		}

  .flexw-649 {
			flex-wrap:wrap!important;
		}

  .flexwn-649 {
			flex-wrap:nowrap!important;
		}

  .flexwr-649 {
			flex-wrap:wrap-reverse!important;
		}

  .flexdr-649 {
			flex-direction:row!important;
		}

  .flexdrr-649 {
			flex-direction:row-reverse!important;
		}

  .flexdc-649 {
			flex-direction:column!important;
		}

  .flexdcr-649 {
			flex-direction:column-reverse!important;
		}

  .flex-649 {
			display:flex!important;
align-items:center;
flex-wrap:wrap;;
		}

  .iflex-649 {
			display:inline-flex!important;
align-items:center;;
		}

  .spaced-649 {
			justify-content:space-between;
		}

  .flexdr.spaced-649 {
			align-content:space-between;
		}

  .spacee-649 {
			justify-content:space-evenly;
		}

  .falignst-649 {
			align-items:stretch;;
		}

  .falignc-649 {
			align-items:center;;
		}

  .faligns-649 {
			align-items:flex-start;;
		}

  .faligne-649 {
			align-items:flex-end;;
		}

  .fjustl-649 {
			justify-content:flex-start;;
		}

  .fjustr-649 {
			justify-content:flex-end;;
		}

  .fjustc-649 {
			justify-content:center;;
		}

  .flexn-649 {
			flex:none!important;width:100%;;
		}

  .gridc-649 {
			display:grid!important;;
		}

  .o100-649 {
			opacity:1;
		}

  .o90-649 {
			opacity:0.9;
		}

  .o80-649 {
			opacity:0.8;
		}

  .o70-649 {
			opacity:0.7;
		}

  .o60-649 {
			opacity:0.6;
		}

  .o50-649 {
			opacity:0.5;
		}

  .o40-649 {
			opacity:0.4;
		}

  .o30-649 {
			opacity:0.3;
		}

  .o20-649 {
			opacity:0.2;
		}

  .o10-649 {
			opacity:0.1;
		}

  .o0-649 {
			opacity:0;
		}

  .left0-649 {
			left:0px!important;;
		}

  .right0-649 {
			right:0px!important;;
		}

  .top0-649 {
			top:0px!important;;
		}

  .bottom0-649 {
			bottom:0px!important;;
		}

  .left50-649 {
			left:50%!important;;
		}

  .right50-649 {
			right:50%!important;;
		}

  .top50-649 {
			top:50%!important;;
		}

  .bottom50-649 {
			bottom:50%!important;;
		}

  .left100-649 {
			left:100%!important;;
		}

  .right100-649 {
			right:100%!important;;
		}

  .top100-649 {
			top:100%!important;;
		}

  .bottom100-649 {
			bottom:100%!important;;
		}

  .leftauto-649 {
			left:auto!important;;
		}

  .rightauto-649 {
			right:auto!important;;
		}

  .topauto-649 {
			top:auto!important;;
		}

  .bottomauto-649 {
			bottom:auto!important;;
		}

  .all0-649 {
			top:0px!important;
bottom:0px!important;
left:0px!important;
right:0px!important;;
		}

  .lineup.fw-649, .lineupgroup.fw-649 {
			height:auto!important;
	}

	

			.padded_tiny-649 {
				padding:5px!important;

			}

			.paddedtb_tiny-649 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-649 {
				padding-top:5px!important;
			}

			.paddedb_tiny-649 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-649 {
				padding-left:5px!important;
			}

			.paddedr_tiny-649 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-649 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-649 {
				margin:5px!important;
			}

			.margintb_tiny-649 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-649 {
				margin-top:5px!important;
			}

			.marginb_tiny-649 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-649 {
				margin-left:5px!important;
			}

			.marginr_tiny-649 {
				margin-right:5px!important;
			}

			.marginlr_tiny-649 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			
			.nmarginlr_tiny {
				margin-left:-5px!important;
				margin-right:-5px!important;
			}
				
			.nmargin_tiny-649 {
				margin:-5px!important;
			}

			.nmargintb_tiny-649 {
				margin-top:-5px!important;
				margin-bottom:-5px!important;
			}

			.nmargint_tiny-649 {
				margin-top:-5px!important;
			}

			.nmarginb_tiny-649 {
				margin-bottom:-5px!important;
			}

			.nmarginl_tiny-649 {
				margin-left:-5px!important;
			}

			.nmarginr_tiny-649 {
				margin-right:-5px!important;
			}
			
			.padded_small-649 {
				padding:10px!important;

			}

			.paddedtb_small-649 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-649 {
				padding-top:10px!important;
			}

			.paddedb_small-649 {
				padding-bottom:10px!important;
			}

			.paddedl_small-649 {
				padding-left:10px!important;
			}

			.paddedr_small-649 {
				padding-right:10px!important;
			}

			.paddedlr_small-649 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-649 {
				margin:10px!important;
			}

			.margintb_small-649 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-649 {
				margin-top:10px!important;
			}

			.marginb_small-649 {
				margin-bottom:10px!important;
			}

			.marginl_small-649 {
				margin-left:10px!important;
			}

			.marginr_small-649 {
				margin-right:10px!important;
			}

			.marginlr_small-649 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_small {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_small-649 {
				margin:-10px!important;
			}

			.nmargintb_small-649 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_small-649 {
				margin-top:-10px!important;
			}

			.nmarginb_small-649 {
				margin-bottom:-10px!important;
			}

			.nmarginl_small-649 {
				margin-left:-10px!important;
			}

			.nmarginr_small-649 {
				margin-right:-10px!important;
			}
			
			.padded_medium-649 {
				padding:20px!important;

			}

			.paddedtb_medium-649 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-649 {
				padding-top:20px!important;
			}

			.paddedb_medium-649 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-649 {
				padding-left:20px!important;
			}

			.paddedr_medium-649 {
				padding-right:20px!important;
			}

			.paddedlr_medium-649 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-649 {
				margin:20px!important;
			}

			.margintb_medium-649 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-649 {
				margin-top:20px!important;
			}

			.marginb_medium-649 {
				margin-bottom:20px!important;
			}

			.marginl_medium-649 {
				margin-left:20px!important;
			}

			.marginr_medium-649 {
				margin-right:20px!important;
			}

			.marginlr_medium-649 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			
			.nmarginlr_medium {
				margin-left:-20px!important;
				margin-right:-20px!important;
			}
				
			.nmargin_medium-649 {
				margin:-20px!important;
			}

			.nmargintb_medium-649 {
				margin-top:-20px!important;
				margin-bottom:-20px!important;
			}

			.nmargint_medium-649 {
				margin-top:-20px!important;
			}

			.nmarginb_medium-649 {
				margin-bottom:-20px!important;
			}

			.nmarginl_medium-649 {
				margin-left:-20px!important;
			}

			.nmarginr_medium-649 {
				margin-right:-20px!important;
			}
			
			.padded_large-649 {
				padding:40px!important;

			}

			.paddedtb_large-649 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-649 {
				padding-top:40px!important;
			}

			.paddedb_large-649 {
				padding-bottom:40px!important;
			}

			.paddedl_large-649 {
				padding-left:40px!important;
			}

			.paddedr_large-649 {
				padding-right:40px!important;
			}

			.paddedlr_large-649 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-649 {
				margin:40px!important;
			}

			.margintb_large-649 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-649 {
				margin-top:40px!important;
			}

			.marginb_large-649 {
				margin-bottom:40px!important;
			}

			.marginl_large-649 {
				margin-left:40px!important;
			}

			.marginr_large-649 {
				margin-right:40px!important;
			}

			.marginlr_large-649 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			
			.nmarginlr_large {
				margin-left:-40px!important;
				margin-right:-40px!important;
			}
				
			.nmargin_large-649 {
				margin:-40px!important;
			}

			.nmargintb_large-649 {
				margin-top:-40px!important;
				margin-bottom:-40px!important;
			}

			.nmargint_large-649 {
				margin-top:-40px!important;
			}

			.nmarginb_large-649 {
				margin-bottom:-40px!important;
			}

			.nmarginl_large-649 {
				margin-left:-40px!important;
			}

			.nmarginr_large-649 {
				margin-right:-40px!important;
			}
			
			.padded_core-649 {
				padding:10px!important;

			}

			.paddedtb_core-649 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-649 {
				padding-top:10px!important;
			}

			.paddedb_core-649 {
				padding-bottom:10px!important;
			}

			.paddedl_core-649 {
				padding-left:10px!important;
			}

			.paddedr_core-649 {
				padding-right:10px!important;
			}

			.paddedlr_core-649 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-649 {
				margin:10px!important;
			}

			.margintb_core-649 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-649 {
				margin-top:10px!important;
			}

			.marginb_core-649 {
				margin-bottom:10px!important;
			}

			.marginl_core-649 {
				margin-left:10px!important;
			}

			.marginr_core-649 {
				margin-right:10px!important;
			}

			.marginlr_core-649 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_core {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_core-649 {
				margin:-10px!important;
			}

			.nmargintb_core-649 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_core-649 {
				margin-top:-10px!important;
			}

			.nmarginb_core-649 {
				margin-bottom:-10px!important;
			}

			.nmarginl_core-649 {
				margin-left:-10px!important;
			}

			.nmarginr_core-649 {
				margin-right:-10px!important;
			}
						
			.margin_auto-649 {
				margin:auto!important;
			}

			.margintb_auto-649 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-649 {
				margin-top:auto!important;
			}

			.marginb_auto-649 {
				margin-bottom:auto!important;
			}

			.marginl_auto-649 {
				margin-left:auto!important;
			}

			.marginr_auto-649 {
				margin-right:auto!important;
			}

			.marginlr_auto-649 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			
			.nmarginlr_auto {
				margin-left:-auto!important;
				margin-right:-auto!important;
			}
				
			.nmargin_auto-649 {
				margin:-auto!important;
			}

			.nmargintb_auto-649 {
				margin-top:-auto!important;
				margin-bottom:-auto!important;
			}

			.nmargint_auto-649 {
				margin-top:-auto!important;
			}

			.nmarginb_auto-649 {
				margin-bottom:-auto!important;
			}

			.nmarginl_auto-649 {
				margin-left:-auto!important;
			}

			.nmarginr_auto-649 {
				margin-right:-auto!important;
			}
			
			.padded_none-649 {
				padding:0px!important;

			}

			.paddedtb_none-649 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-649 {
				padding-top:0px!important;
			}

			.paddedb_none-649 {
				padding-bottom:0px!important;
			}

			.paddedl_none-649 {
				padding-left:0px!important;
			}

			.paddedr_none-649 {
				padding-right:0px!important;
			}

			.paddedlr_none-649 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-649 {
				margin:0px!important;
			}

			.margintb_none-649 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-649 {
				margin-top:0px!important;
			}

			.marginb_none-649 {
				margin-bottom:0px!important;
			}

			.marginl_none-649 {
				margin-left:0px!important;
			}

			.marginr_none-649 {
				margin-right:0px!important;
			}

			.marginlr_none-649 {
				margin-left:0px!important;
				margin-right:0px!important;
			}
			
			.nmarginlr_none {
				margin-left:-0px!important;
				margin-right:-0px!important;
			}
				
			.nmargin_none-649 {
				margin:-0px!important;
			}

			.nmargintb_none-649 {
				margin-top:-0px!important;
				margin-bottom:-0px!important;
			}

			.nmargint_none-649 {
				margin-top:-0px!important;
			}

			.nmarginb_none-649 {
				margin-bottom:-0px!important;
			}

			.nmarginl_none-649 {
				margin-left:-0px!important;
			}

			.nmarginr_none-649 {
				margin-right:-0px!important;
			}
			
			.padded_p100-649 {
				padding:100%!important;

			}

			.paddedtb_p100-649 {
				padding-top:100%!important;
				padding-bottom:100%!important;
			}

			.paddedt_p100-649 {
				padding-top:100%!important;
			}

			.paddedb_p100-649 {
				padding-bottom:100%!important;
			}

			.paddedl_p100-649 {
				padding-left:100%!important;
			}

			.paddedr_p100-649 {
				padding-right:100%!important;
			}

			.paddedlr_p100-649 {
				padding-left:100%!important;
				padding-right:100%!important;
			}
		
						
			.margin_p100-649 {
				margin:100%!important;
			}

			.margintb_p100-649 {
				margin-top:100%!important;
				margin-bottom:100%!important;
			}

			.margint_p100-649 {
				margin-top:100%!important;
			}

			.marginb_p100-649 {
				margin-bottom:100%!important;
			}

			.marginl_p100-649 {
				margin-left:100%!important;
			}

			.marginr_p100-649 {
				margin-right:100%!important;
			}

			.marginlr_p100-649 {
				margin-left:100%!important;
				margin-right:100%!important;
			}
			
			.nmarginlr_p100 {
				margin-left:-100%!important;
				margin-right:-100%!important;
			}
				
			.nmargin_p100-649 {
				margin:-100%!important;
			}

			.nmargintb_p100-649 {
				margin-top:-100%!important;
				margin-bottom:-100%!important;
			}

			.nmargint_p100-649 {
				margin-top:-100%!important;
			}

			.nmarginb_p100-649 {
				margin-bottom:-100%!important;
			}

			.nmarginl_p100-649 {
				margin-left:-100%!important;
			}

			.nmarginr_p100-649 {
				margin-right:-100%!important;
			}
			
			.padded_p75-649 {
				padding:75%!important;

			}

			.paddedtb_p75-649 {
				padding-top:75%!important;
				padding-bottom:75%!important;
			}

			.paddedt_p75-649 {
				padding-top:75%!important;
			}

			.paddedb_p75-649 {
				padding-bottom:75%!important;
			}

			.paddedl_p75-649 {
				padding-left:75%!important;
			}

			.paddedr_p75-649 {
				padding-right:75%!important;
			}

			.paddedlr_p75-649 {
				padding-left:75%!important;
				padding-right:75%!important;
			}
		
						
			.margin_p75-649 {
				margin:75%!important;
			}

			.margintb_p75-649 {
				margin-top:75%!important;
				margin-bottom:75%!important;
			}

			.margint_p75-649 {
				margin-top:75%!important;
			}

			.marginb_p75-649 {
				margin-bottom:75%!important;
			}

			.marginl_p75-649 {
				margin-left:75%!important;
			}

			.marginr_p75-649 {
				margin-right:75%!important;
			}

			.marginlr_p75-649 {
				margin-left:75%!important;
				margin-right:75%!important;
			}
			
			.nmarginlr_p75 {
				margin-left:-75%!important;
				margin-right:-75%!important;
			}
				
			.nmargin_p75-649 {
				margin:-75%!important;
			}

			.nmargintb_p75-649 {
				margin-top:-75%!important;
				margin-bottom:-75%!important;
			}

			.nmargint_p75-649 {
				margin-top:-75%!important;
			}

			.nmarginb_p75-649 {
				margin-bottom:-75%!important;
			}

			.nmarginl_p75-649 {
				margin-left:-75%!important;
			}

			.nmarginr_p75-649 {
				margin-right:-75%!important;
			}
			
			.padded_p50-649 {
				padding:50%!important;

			}

			.paddedtb_p50-649 {
				padding-top:50%!important;
				padding-bottom:50%!important;
			}

			.paddedt_p50-649 {
				padding-top:50%!important;
			}

			.paddedb_p50-649 {
				padding-bottom:50%!important;
			}

			.paddedl_p50-649 {
				padding-left:50%!important;
			}

			.paddedr_p50-649 {
				padding-right:50%!important;
			}

			.paddedlr_p50-649 {
				padding-left:50%!important;
				padding-right:50%!important;
			}
		
						
			.margin_p50-649 {
				margin:50%!important;
			}

			.margintb_p50-649 {
				margin-top:50%!important;
				margin-bottom:50%!important;
			}

			.margint_p50-649 {
				margin-top:50%!important;
			}

			.marginb_p50-649 {
				margin-bottom:50%!important;
			}

			.marginl_p50-649 {
				margin-left:50%!important;
			}

			.marginr_p50-649 {
				margin-right:50%!important;
			}

			.marginlr_p50-649 {
				margin-left:50%!important;
				margin-right:50%!important;
			}
			
			.nmarginlr_p50 {
				margin-left:-50%!important;
				margin-right:-50%!important;
			}
				
			.nmargin_p50-649 {
				margin:-50%!important;
			}

			.nmargintb_p50-649 {
				margin-top:-50%!important;
				margin-bottom:-50%!important;
			}

			.nmargint_p50-649 {
				margin-top:-50%!important;
			}

			.nmarginb_p50-649 {
				margin-bottom:-50%!important;
			}

			.nmarginl_p50-649 {
				margin-left:-50%!important;
			}

			.nmarginr_p50-649 {
				margin-right:-50%!important;
			}
			
			.padded_p25-649 {
				padding:25%!important;

			}

			.paddedtb_p25-649 {
				padding-top:25%!important;
				padding-bottom:25%!important;
			}

			.paddedt_p25-649 {
				padding-top:25%!important;
			}

			.paddedb_p25-649 {
				padding-bottom:25%!important;
			}

			.paddedl_p25-649 {
				padding-left:25%!important;
			}

			.paddedr_p25-649 {
				padding-right:25%!important;
			}

			.paddedlr_p25-649 {
				padding-left:25%!important;
				padding-right:25%!important;
			}
		
						
			.margin_p25-649 {
				margin:25%!important;
			}

			.margintb_p25-649 {
				margin-top:25%!important;
				margin-bottom:25%!important;
			}

			.margint_p25-649 {
				margin-top:25%!important;
			}

			.marginb_p25-649 {
				margin-bottom:25%!important;
			}

			.marginl_p25-649 {
				margin-left:25%!important;
			}

			.marginr_p25-649 {
				margin-right:25%!important;
			}

			.marginlr_p25-649 {
				margin-left:25%!important;
				margin-right:25%!important;
			}
			
			.nmarginlr_p25 {
				margin-left:-25%!important;
				margin-right:-25%!important;
			}
				
			.nmargin_p25-649 {
				margin:-25%!important;
			}

			.nmargintb_p25-649 {
				margin-top:-25%!important;
				margin-bottom:-25%!important;
			}

			.nmargint_p25-649 {
				margin-top:-25%!important;
			}

			.nmarginb_p25-649 {
				margin-bottom:-25%!important;
			}

			.nmarginl_p25-649 {
				margin-left:-25%!important;
			}

			.nmarginr_p25-649 {
				margin-right:-25%!important;
			}
				.border_1-649 {
		border:solid 1px rgba(0,0,0,0.5);;
	}

	.bordertb_1-649 {
		border-top:solid 1px rgba(0,0,0,0.5);;
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.bordert_1-649 {
		border-top:solid 1px rgba(0,0,0,0.5);;
	}

	.borderb_1-649 {
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.borderl_1-649 {
		border-left:solid 1px rgba(0,0,0,0.5);;
	}

	.borderr_1-649 {
		border-right:solid 1px rgba(0,0,0,0.5);;
	}

	.borderlr_1-649 {
		border-left:solid 1px rgba(0,0,0,0.5);;
		border-right:solid 1px rgba(0,0,0,0.5);;
	}
		.border_none-649 {
		border:none;
	}

	.bordertb_none-649 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-649 {
		border-top:none;
	}

	.borderb_none-649 {
		border-bottom:none;
	}

	.borderl_none-649 {
		border-left:none;
	}

	.borderr_none-649 {
		border-right:none;
	}

	.borderlr_none-649 {
		border-left:none;
		border-right:none;
	}
		.border_core-649 {
		border:solid 1px rgba(0,0,0,0.1);
	}

	.bordertb_core-649 {
		border-top:solid 1px rgba(0,0,0,0.1);
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.bordert_core-649 {
		border-top:solid 1px rgba(0,0,0,0.1);
	}

	.borderb_core-649 {
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.borderl_core-649 {
		border-left:solid 1px rgba(0,0,0,0.1);
	}

	.borderr_core-649 {
		border-right:solid 1px rgba(0,0,0,0.1);
	}

	.borderlr_core-649 {
		border-left:solid 1px rgba(0,0,0,0.1);
		border-right:solid 1px rgba(0,0,0,0.1);
	}
				.colour1_bg-649 {
				background-color:#000000!important;
			}

			.colour1_bg-649,
			a.colour1_bg-649 {
				color:#FFFFFF!important;
			}
		
			.colour1_bg-649 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour1-649 a,
			a.colour1-649 {
				color:#000000;
							}
			
			.colour1-649 {
					color:#000000;
				background:transparent!important;
						}

					
			.colour1_bg-649 input[type=text],
			.colour1_bg-649 input[type=password],
			.colour1_bg-649 input[type=number],
			.colour1_bg-649 textarea,
			.colour1_bg-649 select,
			.colour1_bg-649 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour1_bg-649 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour1_bg-649 select {
				color:rgba(255,255,255,0.7);
			}

			.colour1_bg-649 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour1_bg-649 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour2_bg-649 {
				background-color:#4b4a4b!important;
			}

			.colour2_bg-649,
			a.colour2_bg-649 {
				color:#FFFFFF!important;
			}
		
			.colour2_bg-649 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour2-649 a,
			a.colour2-649 {
				color:#4b4a4b;
							}
			
			.colour2-649 {
					color:#4b4a4b;
				background:transparent!important;
						}

					
			.colour2_bg-649 input[type=text],
			.colour2_bg-649 input[type=password],
			.colour2_bg-649 input[type=number],
			.colour2_bg-649 textarea,
			.colour2_bg-649 select,
			.colour2_bg-649 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour2_bg-649 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour2_bg-649 select {
				color:rgba(255,255,255,0.7);
			}

			.colour2_bg-649 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour2_bg-649 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour3_bg-649 {
				background-color:#616062!important;
			}

			.colour3_bg-649,
			a.colour3_bg-649 {
				color:#FFFFFF!important;
			}
		
			.colour3_bg-649 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour3-649 a,
			a.colour3-649 {
				color:#616062;
							}
			
			.colour3-649 {
					color:#616062;
				background:transparent!important;
						}

					
			.colour3_bg-649 input[type=text],
			.colour3_bg-649 input[type=password],
			.colour3_bg-649 input[type=number],
			.colour3_bg-649 textarea,
			.colour3_bg-649 select,
			.colour3_bg-649 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour3_bg-649 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour3_bg-649 select {
				color:rgba(255,255,255,0.7);
			}

			.colour3_bg-649 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour3_bg-649 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour4_bg-649 {
				background-color:#FFFFFF!important;
			}

			.colour4_bg-649,
			a.colour4_bg-649 {
				color:#202020!important;
			}
		
			.colour4_bg-649 a:not(.more) {
				color:#202020;
			}

			
			.colour4-649 a,
			a.colour4-649 {
				color:#FFFFFF;
							}
			
			.colour4-649 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour4_bg-649 input[type=text],
			.colour4_bg-649 input[type=password],
			.colour4_bg-649 input[type=number],
			.colour4_bg-649 textarea,
			.colour4_bg-649 select,
			.colour4_bg-649 select option {
				border-color:#202020;
				color:#202020;
				background:transparent;
			}
		
			.colour4_bg-649 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour4_bg-649 select {
				color:rgba(32,32,32,0.7);
			}

			.colour4_bg-649 ::-webkit-input-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}

			.colour4_bg-649 ::-moz-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}
		
						.colour5_bg-649 {
				background-color:#FFFFFF!important;
			}

			.colour5_bg-649,
			a.colour5_bg-649 {
				color:#424040!important;
			}
		
			.colour5_bg-649 a:not(.more) {
				color:#424040;
			}

			
			.colour5-649 a,
			a.colour5-649 {
				color:#FFFFFF;
							}
			
			.colour5-649 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour5_bg-649 input[type=text],
			.colour5_bg-649 input[type=password],
			.colour5_bg-649 input[type=number],
			.colour5_bg-649 textarea,
			.colour5_bg-649 select,
			.colour5_bg-649 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour5_bg-649 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour5_bg-649 select {
				color:rgba(66,64,64,0.7);
			}

			.colour5_bg-649 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour5_bg-649 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
						.colour6_bg-649 {
				background-color:#EEEEEE!important;
			}

			.colour6_bg-649,
			a.colour6_bg-649 {
				color:#424040!important;
			}
		
			.colour6_bg-649 a:not(.more) {
				color:#424040;
			}

			
			.colour6-649 a,
			a.colour6-649 {
				color:#EEEEEE;
							}
			
			.colour6-649 {
					color:#EEEEEE;
				background:transparent!important;
						}

					
			.colour6_bg-649 input[type=text],
			.colour6_bg-649 input[type=password],
			.colour6_bg-649 input[type=number],
			.colour6_bg-649 textarea,
			.colour6_bg-649 select,
			.colour6_bg-649 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour6_bg-649 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour6_bg-649 select {
				color:rgba(66,64,64,0.7);
			}

			.colour6_bg-649 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour6_bg-649 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
			
}

@media only screen and (max-width : 599px) {
	
.grid.eight-599 {
	float:left!important;
	width:10.575%!important;
margin-right:2.2%!important;;
}

.grid.eight_x2-599 {
	float:left!important;
	width:23.35%!important;
margin-right:2.2%!important;;
}

.grid.eight_x3-599 {
	float:left!important;
	width:36.125%!important;
margin-right:2.2%!important;;
}

.grid.eight_x4-599 {
	float:left!important;
	width:48.9%!important;
margin-right:2.2%!important;;
}

.grid.eight_x5-599 {
	float:left!important;
	width:61.675%!important;
margin-right:2.2%!important;;
}

.grid.eight_x6-599 {
	float:left!important;
	width:74.45%!important;
margin-right:2.2%!important;;
}

.grid.eight_x7-599 {
	float:left!important;
	width:87.225%!important;
margin-right:2.2%!important;;
}

.grid.seven-599 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-599 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-599 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-599 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-599 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-599 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-599 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-599 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-599 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-599 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-599 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-599 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-599 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-599 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-599 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-599 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-599 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-599 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-599 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-599 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-599 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-599 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.eight-599 {
	width:12.5%!important;
}

.floatl.eight_x2-599 {
	width:25%!important;
}

.floatl.eight_x3-599 {
	width:37.5%!important;
}

.floatl.eight_x4-599 {
	width:50%!important;
}

.floatl.eight_x5-599 {
	width:62.5%!important;
}

.floatl.eight_x6-599 {
	width:75%!important;
}

.floatl.eight_x7-599 {
	width:87.5%!important;
}

.floatl.seven-599 {
	width:14.28571429%!important;
}

.floatl.seven_x2-599 {
	width:28.57142857%!important;
}

.floatl.seven_x3-599 {
	width:42.85714286%!important;
}

.floatl.seven_x4-599 {
	width:57.14285714%!important;
}

.floatl.seven_x5-599 {
	width:71.42857143%!important;
}

.floatl.seven_x6-599 {
	width:85.71428571%!important;
}

.floatl.six-599 {
	width:16.66666667%!important;
}

.floatl.six_x2-599 {
	width:33.33333333%!important;
}

.floatl.six_x3-599 {
	width:50%!important;
}

.floatl.six_x4-599 {
	width:66.6666667%!important;
}

.floatl.six_x5-599 {
	width:83%!important;
}

.floatl.five-599 {
	width:20%!important;
}

.floatl.five_x2-599 {
	width:40%!important;
}

.floatl.five_x3-599 {
	width:60%!important;
}

.floatl.five_x4-599 {
	width:80%!important;
}

.floatl.four-599 {
	width:25%!important;
}

.floatl.four_x2-599 {
	width:50%!important;
}

.floatl.four_x3-599 {
	width:75%!important;
}

.floatl.three-599 {
	width:33.33333333%!important;
}

.floatl.three_x2-599 {
	width:66.66666667%!important;
}

.floatl.two-599 {
	width:50%!important;
}

.floatl.one-599 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

.o1-599 {
		order:1;
	}

.fl1-599 {
	flex:1;
}

.gridc > .r1-599 {
	grid-row-start:1;
}
.gridc-599 > .r1-599 {
	grid-row-start:1;
	overflow:hidden;
}
.gridc > .re1-599 {
	grid-row-end:1;
}
.gridc-599 > .re1-599 {
	grid-row-end:1;
}
.gridc > .c1-599 {
	grid-column-start:1;
}
.gridc-599 > .c1-599 {
	grid-column-start:1;
}
.gridc > .ce1-599 {
	grid-column-end:1;
}
.gridc-599 > .ce1-599 {
	grid-column-end:1;
}

.o2-599 {
		order:2;
	}

.fl2-599 {
	flex:2;
}

.gridc > .r2-599 {
	grid-row-start:2;
}
.gridc-599 > .r2-599 {
	grid-row-start:2;
	overflow:hidden;
}
.gridc > .re2-599 {
	grid-row-end:2;
}
.gridc-599 > .re2-599 {
	grid-row-end:2;
}
.gridc > .c2-599 {
	grid-column-start:2;
}
.gridc-599 > .c2-599 {
	grid-column-start:2;
}
.gridc > .ce2-599 {
	grid-column-end:2;
}
.gridc-599 > .ce2-599 {
	grid-column-end:2;
}

.o3-599 {
		order:3;
	}

.fl3-599 {
	flex:3;
}

.gridc > .r3-599 {
	grid-row-start:3;
}
.gridc-599 > .r3-599 {
	grid-row-start:3;
	overflow:hidden;
}
.gridc > .re3-599 {
	grid-row-end:3;
}
.gridc-599 > .re3-599 {
	grid-row-end:3;
}
.gridc > .c3-599 {
	grid-column-start:3;
}
.gridc-599 > .c3-599 {
	grid-column-start:3;
}
.gridc > .ce3-599 {
	grid-column-end:3;
}
.gridc-599 > .ce3-599 {
	grid-column-end:3;
}

.o4-599 {
		order:4;
	}

.fl4-599 {
	flex:4;
}

.gridc > .r4-599 {
	grid-row-start:4;
}
.gridc-599 > .r4-599 {
	grid-row-start:4;
	overflow:hidden;
}
.gridc > .re4-599 {
	grid-row-end:4;
}
.gridc-599 > .re4-599 {
	grid-row-end:4;
}
.gridc > .c4-599 {
	grid-column-start:4;
}
.gridc-599 > .c4-599 {
	grid-column-start:4;
}
.gridc > .ce4-599 {
	grid-column-end:4;
}
.gridc-599 > .ce4-599 {
	grid-column-end:4;
}

.o5-599 {
		order:5;
	}

.fl5-599 {
	flex:5;
}

.gridc > .r5-599 {
	grid-row-start:5;
}
.gridc-599 > .r5-599 {
	grid-row-start:5;
	overflow:hidden;
}
.gridc > .re5-599 {
	grid-row-end:5;
}
.gridc-599 > .re5-599 {
	grid-row-end:5;
}
.gridc > .c5-599 {
	grid-column-start:5;
}
.gridc-599 > .c5-599 {
	grid-column-start:5;
}
.gridc > .ce5-599 {
	grid-column-end:5;
}
.gridc-599 > .ce5-599 {
	grid-column-end:5;
}

.o6-599 {
		order:6;
	}

.fl6-599 {
	flex:6;
}

.gridc > .r6-599 {
	grid-row-start:6;
}
.gridc-599 > .r6-599 {
	grid-row-start:6;
	overflow:hidden;
}
.gridc > .re6-599 {
	grid-row-end:6;
}
.gridc-599 > .re6-599 {
	grid-row-end:6;
}
.gridc > .c6-599 {
	grid-column-start:6;
}
.gridc-599 > .c6-599 {
	grid-column-start:6;
}
.gridc > .ce6-599 {
	grid-column-end:6;
}
.gridc-599 > .ce6-599 {
	grid-column-end:6;
}

.o7-599 {
		order:7;
	}

.fl7-599 {
	flex:7;
}

.gridc > .r7-599 {
	grid-row-start:7;
}
.gridc-599 > .r7-599 {
	grid-row-start:7;
	overflow:hidden;
}
.gridc > .re7-599 {
	grid-row-end:7;
}
.gridc-599 > .re7-599 {
	grid-row-end:7;
}
.gridc > .c7-599 {
	grid-column-start:7;
}
.gridc-599 > .c7-599 {
	grid-column-start:7;
}
.gridc > .ce7-599 {
	grid-column-end:7;
}
.gridc-599 > .ce7-599 {
	grid-column-end:7;
}

.o8-599 {
		order:8;
	}

.fl8-599 {
	flex:8;
}

.gridc > .r8-599 {
	grid-row-start:8;
}
.gridc-599 > .r8-599 {
	grid-row-start:8;
	overflow:hidden;
}
.gridc > .re8-599 {
	grid-row-end:8;
}
.gridc-599 > .re8-599 {
	grid-row-end:8;
}
.gridc > .c8-599 {
	grid-column-start:8;
}
.gridc-599 > .c8-599 {
	grid-column-start:8;
}
.gridc > .ce8-599 {
	grid-column-end:8;
}
.gridc-599 > .ce8-599 {
	grid-column-end:8;
}

.o9-599 {
		order:9;
	}

.fl9-599 {
	flex:9;
}

.gridc > .r9-599 {
	grid-row-start:9;
}
.gridc-599 > .r9-599 {
	grid-row-start:9;
	overflow:hidden;
}
.gridc > .re9-599 {
	grid-row-end:9;
}
.gridc-599 > .re9-599 {
	grid-row-end:9;
}
.gridc > .c9-599 {
	grid-column-start:9;
}
.gridc-599 > .c9-599 {
	grid-column-start:9;
}
.gridc > .ce9-599 {
	grid-column-end:9;
}
.gridc-599 > .ce9-599 {
	grid-column-end:9;
}

.z1-599 {
	z-index:1;
}

.z9999999-599 {
	z-index:9999999;
}

.z2-599 {
	z-index:2;
}

.z9999998-599 {
	z-index:9999998;
}

.z3-599 {
	z-index:3;
}

.z9999997-599 {
	z-index:9999997;
}

.z4-599 {
	z-index:4;
}

.z9999996-599 {
	z-index:9999996;
}

.z5-599 {
	z-index:5;
}

.z9999995-599 {
	z-index:9999995;
}

.z6-599 {
	z-index:6;
}

.z9999994-599 {
	z-index:9999994;
}

.z7-599 {
	z-index:7;
}

.z9999993-599 {
	z-index:9999993;
}

.z8-599 {
	z-index:8;
}

.z9999992-599 {
	z-index:9999992;
}

.z9-599 {
	z-index:9;
}

.z9999991-599 {
	z-index:9999991;
}

.w100-599 {
	font-weight:100;
}
.w200-599 {
	font-weight:200;
}
.w300-599 {
	font-weight:300;
}
.w400-599 {
	font-weight:400;
}
.w500-599 {
	font-weight:500;
}
.w600-599 {
	font-weight:600;
}
.w700-599 {
	font-weight:700;
}
.w800-599 {
	font-weight:800;
}
.w900-599 {
	font-weight:900;
}
.f1-599 {
	font-size:1.1em;
	line-height:1.1em;
}

p.f1-599,
p > *.f1-599 {
	line-height:1.4em;
}
.f1_5-599 {
	font-size:1.15em;
	line-height:1.15em;
}

p.f1_5-599,
p > *.f1_5-599 {
	line-height:1.18em;
}
.f2-599 {
	font-size:1.2em;
	line-height:1.2em;
}

p.f2-599,
p > *.f2-599 {
	line-height:1.5em;
}
.f2_5-599 {
	font-size:1.25em;
	line-height:1.25em;
}

p.f2_5-599,
p > *.f2_5-599 {
	line-height:1.28em;
}
.f3-599 {
	font-size:1.3em;
	line-height:1.3em;
}

p.f3-599,
p > *.f3-599 {
	line-height:1.6em;
}
.f3_5-599 {
	font-size:1.35em;
	line-height:1.35em;
}

p.f3_5-599,
p > *.f3_5-599 {
	line-height:1.38em;
}
.f4-599 {
	font-size:1.4em;
	line-height:1.4em;
}

p.f4-599,
p > *.f4-599 {
	line-height:1.7em;
}
.f4_5-599 {
	font-size:1.45em;
	line-height:1.45em;
}

p.f4_5-599,
p > *.f4_5-599 {
	line-height:1.48em;
}
.f5-599 {
	font-size:1.5em;
	line-height:1.5em;
}

p.f5-599,
p > *.f5-599 {
	line-height:1.8em;
}
.f5_5-599 {
	font-size:1.55em;
	line-height:1.55em;
}

p.f5_5-599,
p > *.f5_5-599 {
	line-height:1.58em;
}
.f6-599 {
	font-size:1.6em;
	line-height:1.6em;
}

p.f6-599,
p > *.f6-599 {
	line-height:1.9em;
}
.f6_5-599 {
	font-size:1.65em;
	line-height:1.65em;
}

p.f6_5-599,
p > *.f6_5-599 {
	line-height:1.68em;
}
.f7-599 {
	font-size:1.7em;
	line-height:1.7em;
}

p.f7-599,
p > *.f7-599 {
	line-height:1.10em;
}
.f7_5-599 {
	font-size:1.75em;
	line-height:1.75em;
}

p.f7_5-599,
p > *.f7_5-599 {
	line-height:1.78em;
}
.f8-599 {
	font-size:1.8em;
	line-height:1.8em;
}

p.f8-599,
p > *.f8-599 {
	line-height:1.11em;
}
.f8_5-599 {
	font-size:1.85em;
	line-height:1.85em;
}

p.f8_5-599,
p > *.f8_5-599 {
	line-height:1.88em;
}
.f9-599 {
	font-size:1.9em;
	line-height:1.9em;
}

p.f9-599,
p > *.f9-599 {
	line-height:1.12em;
}
.f9_5-599 {
	font-size:1.95em;
	line-height:1.95em;
}

p.f9_5-599,
p > *.f9_5-599 {
	line-height:1.98em;
}
.f10-599 {
	font-size:2em;
	line-height:2em;
}

p.f10-599,
p > *.f10-599 {
	line-height:2em;
}
.f10_5-599 {
	font-size:2em;
	line-height:2em;
}

p.f10_5-599,
p > *.f10_5-599 {
	line-height:2em;
}
.nf1-599 {
	font-size:0.9em;
}

*:not(p):not(ul):not(ol).nf1-599 {
	line-height:0.9em;
}

p.nf1-599,
ul.nf1-599,
ol.nf1-599 {
	line-height:1.9em;
}
.nf1_5-599 {
	font-size:0.85em;
}

*:not(p):not(ul):not(ol).nf1_5-599 {
	line-height:0.85em;
}

p.nf1_5-599,
ul.nf1_5-599,
ol.nf1_5-599 {
	line-height:1.85em;
}
.nf2-599 {
	font-size:0.8em;
}

*:not(p):not(ul):not(ol).nf2-599 {
	line-height:0.8em;
}

p.nf2-599,
ul.nf2-599,
ol.nf2-599 {
	line-height:1.8em;
}
.nf2_5-599 {
	font-size:0.75em;
}

*:not(p):not(ul):not(ol).nf2_5-599 {
	line-height:0.75em;
}

p.nf2_5-599,
ul.nf2_5-599,
ol.nf2_5-599 {
	line-height:1.75em;
}
.nf3-599 {
	font-size:0.7em;
}

*:not(p):not(ul):not(ol).nf3-599 {
	line-height:0.7em;
}

p.nf3-599,
ul.nf3-599,
ol.nf3-599 {
	line-height:1.7em;
}
.nf3_5-599 {
	font-size:0.65em;
}

*:not(p):not(ul):not(ol).nf3_5-599 {
	line-height:0.65em;
}

p.nf3_5-599,
ul.nf3_5-599,
ol.nf3_5-599 {
	line-height:1.65em;
}
.nf4-599 {
	font-size:0.6em;
}

*:not(p):not(ul):not(ol).nf4-599 {
	line-height:0.6em;
}

p.nf4-599,
ul.nf4-599,
ol.nf4-599 {
	line-height:1.6em;
}
.nf4_5-599 {
	font-size:0.55em;
}

*:not(p):not(ul):not(ol).nf4_5-599 {
	line-height:0.55em;
}

p.nf4_5-599,
ul.nf4_5-599,
ol.nf4_5-599 {
	line-height:1.55em;
}
.nf5-599 {
	font-size:0.5em;
}

*:not(p):not(ul):not(ol).nf5-599 {
	line-height:0.5em;
}

p.nf5-599,
ul.nf5-599,
ol.nf5-599 {
	line-height:1.5em;
}
.nf5_5-599 {
	font-size:0.45em;
}

*:not(p):not(ul):not(ol).nf5_5-599 {
	line-height:0.45em;
}

p.nf5_5-599,
ul.nf5_5-599,
ol.nf5_5-599 {
	line-height:1.45em;
}
.nf6-599 {
	font-size:0.4em;
}

*:not(p):not(ul):not(ol).nf6-599 {
	line-height:0.4em;
}

p.nf6-599,
ul.nf6-599,
ol.nf6-599 {
	line-height:1.4em;
}
.nf6_5-599 {
	font-size:0.35em;
}

*:not(p):not(ul):not(ol).nf6_5-599 {
	line-height:0.35em;
}

p.nf6_5-599,
ul.nf6_5-599,
ol.nf6_5-599 {
	line-height:1.35em;
}
.nf7-599 {
	font-size:0.3em;
}

*:not(p):not(ul):not(ol).nf7-599 {
	line-height:0.3em;
}

p.nf7-599,
ul.nf7-599,
ol.nf7-599 {
	line-height:1.3em;
}
.nf7_5-599 {
	font-size:0.25em;
}

*:not(p):not(ul):not(ol).nf7_5-599 {
	line-height:0.25em;
}

p.nf7_5-599,
ul.nf7_5-599,
ol.nf7_5-599 {
	line-height:1.25em;
}
.nf8-599 {
	font-size:0.2em;
}

*:not(p):not(ul):not(ol).nf8-599 {
	line-height:0.2em;
}

p.nf8-599,
ul.nf8-599,
ol.nf8-599 {
	line-height:1.2em;
}
.nf8_5-599 {
	font-size:0.15em;
}

*:not(p):not(ul):not(ol).nf8_5-599 {
	line-height:0.15em;
}

p.nf8_5-599,
ul.nf8_5-599,
ol.nf8_5-599 {
	line-height:1.15em;
}
.nf9-599 {
	font-size:0.1em;
}

*:not(p):not(ul):not(ol).nf9-599 {
	line-height:0.1em;
}

p.nf9-599,
ul.nf9-599,
ol.nf9-599 {
	line-height:1.1em;
}
.nf9_5-599 {
	font-size:0.05em;
}

*:not(p):not(ul):not(ol).nf9_5-599 {
	line-height:0.05em;
}

p.nf9_5-599,
ul.nf9_5-599,
ol.nf9_5-599 {
	line-height:1.05em;
}
  .invisible-599 {
			visibility:hidden!important;
		}

  .last-599 {
			margin-right:0px!important;
		}

  .floatl-599 {
			float:left!important;
		}

  .floatr-599 {
			float:right!important;
		}

  .left-599 {
			float:left!important;
		}

  .right-599 {
			float:right!important;
		}

  .floatn-599,
 .grid.floatn-599 {
			float:none!important;
		}

  .grid-599 {
			float:left!important;
overflow:hidden;;
		}

  .grid.last-599 {
			float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
		}

  .none-599 {
			display:none!important;
		}

  .block-599 {
			display:block!important;
		}

  .iblock-599 {
			display:inline-block!important;
		}

  .inline-599 {
			display:inline!important;
		}

  .table-599 {
			display:table!important;
		}

  .row-599 {
			display:table-row!important;
		}

  .cell-599 {
			display:table-cell!important;
vertical-align:middle;
		}

  .collapse-599 {
			border-collapse:collapse;
		}

  .clearl-599 {
			clear:left!important;
		}

  .clearr-599 {
			clear:right!important;
		}

  .clearn-599 {
			clear:none!important;
		}

  .clearnone-599 {
			clear:none!important;
		}

  .clearb-599 {
			clear:both!important;
		}

  .clear-599 {
			float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
		}

  .up-599 {
			text-transform:uppercase;
		}

  .transnone-599 {
			text-transform:none;
		}

  .strike-599 {
			text-decoration:line-through;
		}

  .alignl-599 {
			text-align:left!important;
		}

  .alignr-599 {
			text-align:right!important;
		}

  .alignc-599 {
			text-align:center!important;
		}

  .alignj-599 {
			text-align:justify!important;
		}

  .valign-599 {
			vertical-align:middle!important;
		}

  .widthauto-599 {
			width:auto!important;
		}

  .heightauto-599 {
			height:auto!important;
min-height:0px!important;
		}

.square.heightauto-599::after {
	display:none!important;
}

.square.heightauto-599 > * {
	position:static!important;
}

  .width0-599 {
			width:0px;
		}

  .width50-599 {
			width:50%;
		}

  .height0-599 {
			height:0px;
		}

  .height50-599 {
			height:50%;
		}

  .mw100-599 {
			max-width:100%;
		}

  .mw90-599 {
			max-width:90%;
		}

  .mw80-599 {
			max-width:80%;
		}

  .mw70-599 {
			max-width:70%;
		}

  .mw60-599 {
			max-width:60%;
		}

  .mw50-599 {
			max-width:50%;
		}

  .mw40-599 {
			max-width:40%;
		}

  .mw30-599 {
			max-width:30%;
		}

  .mw20-599 {
			max-width:20%;
		}

  .mw10-599 {
			max-width:10%;
		}

  .mwnone-599 {
			max-width:none;
		}

  .fw-599,
 .grid.fw-599,
 .floatl.fw-599 {
			width:100%!important;
      margin-left:0px!important;
			margin-right:0px!important;
		}

  .fh-599 {
			height:100%!important;
		}

  .pointer-599 {
			cursor:pointer!important;
		}

  .noallow-599 {
			cursor:not-allowed!important;
		}

  .noselect-599 {
			user-select:none!important;
		}

  .static-599 {
			position:static!important;
		}

  .relative-599 {
			position:relative!important;
		}

  .absolute-599 {
			position:absolute!important;
		}

  .fixed-599 {
			position:fixed!important;
		}

  .spacing-599 {
			margin-bottom:7px!important;
		}

  .spacing.floatl-599 {
			margin-right:15px!important;
		}

  .spacing.floatr-599 {
			margin-left:15px!important;
		}

  .flowhide-599 {
			overflow:hidden;
		}

  .flowshow-599 {
			overflow:visible;
		}

  .flowauto-599 {
			overflow:auto;
		}

  .nowrap-599 {
			white-space:nowrap;
		}

  .lhreset-599 {
			line-height:normal;
		}

  .circle-599 {
			border-radius:50%!important;
		}

  .radnone-599 {
			border-radius:0px!important;
		}

  .vh10-599 {
			height:10vh!important;
		}

  .vh25-599 {
			height:25vh!important;
		}

  .vh50-599 {
			height:50vh!important;
		}

  .vh100-599 {
			height:100vh!important;
		}

  .vw10-599 {
			width:10vw!important;
		}

  .vw25-599 {
			width:25vw!important;
		}

  .vw50-599 {
			width:50vw!important;
		}

  .vw100-599 {
			width:100vw!important;
		}

  .flexw-599 {
			flex-wrap:wrap!important;
		}

  .flexwn-599 {
			flex-wrap:nowrap!important;
		}

  .flexwr-599 {
			flex-wrap:wrap-reverse!important;
		}

  .flexdr-599 {
			flex-direction:row!important;
		}

  .flexdrr-599 {
			flex-direction:row-reverse!important;
		}

  .flexdc-599 {
			flex-direction:column!important;
		}

  .flexdcr-599 {
			flex-direction:column-reverse!important;
		}

  .flex-599 {
			display:flex!important;
align-items:center;
flex-wrap:wrap;;
		}

  .iflex-599 {
			display:inline-flex!important;
align-items:center;;
		}

  .spaced-599 {
			justify-content:space-between;
		}

  .flexdr.spaced-599 {
			align-content:space-between;
		}

  .spacee-599 {
			justify-content:space-evenly;
		}

  .falignst-599 {
			align-items:stretch;;
		}

  .falignc-599 {
			align-items:center;;
		}

  .faligns-599 {
			align-items:flex-start;;
		}

  .faligne-599 {
			align-items:flex-end;;
		}

  .fjustl-599 {
			justify-content:flex-start;;
		}

  .fjustr-599 {
			justify-content:flex-end;;
		}

  .fjustc-599 {
			justify-content:center;;
		}

  .flexn-599 {
			flex:none!important;width:100%;;
		}

  .gridc-599 {
			display:grid!important;;
		}

  .o100-599 {
			opacity:1;
		}

  .o90-599 {
			opacity:0.9;
		}

  .o80-599 {
			opacity:0.8;
		}

  .o70-599 {
			opacity:0.7;
		}

  .o60-599 {
			opacity:0.6;
		}

  .o50-599 {
			opacity:0.5;
		}

  .o40-599 {
			opacity:0.4;
		}

  .o30-599 {
			opacity:0.3;
		}

  .o20-599 {
			opacity:0.2;
		}

  .o10-599 {
			opacity:0.1;
		}

  .o0-599 {
			opacity:0;
		}

  .left0-599 {
			left:0px!important;;
		}

  .right0-599 {
			right:0px!important;;
		}

  .top0-599 {
			top:0px!important;;
		}

  .bottom0-599 {
			bottom:0px!important;;
		}

  .left50-599 {
			left:50%!important;;
		}

  .right50-599 {
			right:50%!important;;
		}

  .top50-599 {
			top:50%!important;;
		}

  .bottom50-599 {
			bottom:50%!important;;
		}

  .left100-599 {
			left:100%!important;;
		}

  .right100-599 {
			right:100%!important;;
		}

  .top100-599 {
			top:100%!important;;
		}

  .bottom100-599 {
			bottom:100%!important;;
		}

  .leftauto-599 {
			left:auto!important;;
		}

  .rightauto-599 {
			right:auto!important;;
		}

  .topauto-599 {
			top:auto!important;;
		}

  .bottomauto-599 {
			bottom:auto!important;;
		}

  .all0-599 {
			top:0px!important;
bottom:0px!important;
left:0px!important;
right:0px!important;;
		}

  .lineup.fw-599, .lineupgroup.fw-599 {
			height:auto!important;
	}

	

			.padded_tiny-599 {
				padding:5px!important;

			}

			.paddedtb_tiny-599 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-599 {
				padding-top:5px!important;
			}

			.paddedb_tiny-599 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-599 {
				padding-left:5px!important;
			}

			.paddedr_tiny-599 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-599 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-599 {
				margin:5px!important;
			}

			.margintb_tiny-599 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-599 {
				margin-top:5px!important;
			}

			.marginb_tiny-599 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-599 {
				margin-left:5px!important;
			}

			.marginr_tiny-599 {
				margin-right:5px!important;
			}

			.marginlr_tiny-599 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			
			.nmarginlr_tiny {
				margin-left:-5px!important;
				margin-right:-5px!important;
			}
				
			.nmargin_tiny-599 {
				margin:-5px!important;
			}

			.nmargintb_tiny-599 {
				margin-top:-5px!important;
				margin-bottom:-5px!important;
			}

			.nmargint_tiny-599 {
				margin-top:-5px!important;
			}

			.nmarginb_tiny-599 {
				margin-bottom:-5px!important;
			}

			.nmarginl_tiny-599 {
				margin-left:-5px!important;
			}

			.nmarginr_tiny-599 {
				margin-right:-5px!important;
			}
			
			.padded_small-599 {
				padding:10px!important;

			}

			.paddedtb_small-599 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-599 {
				padding-top:10px!important;
			}

			.paddedb_small-599 {
				padding-bottom:10px!important;
			}

			.paddedl_small-599 {
				padding-left:10px!important;
			}

			.paddedr_small-599 {
				padding-right:10px!important;
			}

			.paddedlr_small-599 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-599 {
				margin:10px!important;
			}

			.margintb_small-599 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-599 {
				margin-top:10px!important;
			}

			.marginb_small-599 {
				margin-bottom:10px!important;
			}

			.marginl_small-599 {
				margin-left:10px!important;
			}

			.marginr_small-599 {
				margin-right:10px!important;
			}

			.marginlr_small-599 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_small {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_small-599 {
				margin:-10px!important;
			}

			.nmargintb_small-599 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_small-599 {
				margin-top:-10px!important;
			}

			.nmarginb_small-599 {
				margin-bottom:-10px!important;
			}

			.nmarginl_small-599 {
				margin-left:-10px!important;
			}

			.nmarginr_small-599 {
				margin-right:-10px!important;
			}
			
			.padded_medium-599 {
				padding:20px!important;

			}

			.paddedtb_medium-599 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-599 {
				padding-top:20px!important;
			}

			.paddedb_medium-599 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-599 {
				padding-left:20px!important;
			}

			.paddedr_medium-599 {
				padding-right:20px!important;
			}

			.paddedlr_medium-599 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-599 {
				margin:20px!important;
			}

			.margintb_medium-599 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-599 {
				margin-top:20px!important;
			}

			.marginb_medium-599 {
				margin-bottom:20px!important;
			}

			.marginl_medium-599 {
				margin-left:20px!important;
			}

			.marginr_medium-599 {
				margin-right:20px!important;
			}

			.marginlr_medium-599 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			
			.nmarginlr_medium {
				margin-left:-20px!important;
				margin-right:-20px!important;
			}
				
			.nmargin_medium-599 {
				margin:-20px!important;
			}

			.nmargintb_medium-599 {
				margin-top:-20px!important;
				margin-bottom:-20px!important;
			}

			.nmargint_medium-599 {
				margin-top:-20px!important;
			}

			.nmarginb_medium-599 {
				margin-bottom:-20px!important;
			}

			.nmarginl_medium-599 {
				margin-left:-20px!important;
			}

			.nmarginr_medium-599 {
				margin-right:-20px!important;
			}
			
			.padded_large-599 {
				padding:40px!important;

			}

			.paddedtb_large-599 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-599 {
				padding-top:40px!important;
			}

			.paddedb_large-599 {
				padding-bottom:40px!important;
			}

			.paddedl_large-599 {
				padding-left:40px!important;
			}

			.paddedr_large-599 {
				padding-right:40px!important;
			}

			.paddedlr_large-599 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-599 {
				margin:40px!important;
			}

			.margintb_large-599 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-599 {
				margin-top:40px!important;
			}

			.marginb_large-599 {
				margin-bottom:40px!important;
			}

			.marginl_large-599 {
				margin-left:40px!important;
			}

			.marginr_large-599 {
				margin-right:40px!important;
			}

			.marginlr_large-599 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			
			.nmarginlr_large {
				margin-left:-40px!important;
				margin-right:-40px!important;
			}
				
			.nmargin_large-599 {
				margin:-40px!important;
			}

			.nmargintb_large-599 {
				margin-top:-40px!important;
				margin-bottom:-40px!important;
			}

			.nmargint_large-599 {
				margin-top:-40px!important;
			}

			.nmarginb_large-599 {
				margin-bottom:-40px!important;
			}

			.nmarginl_large-599 {
				margin-left:-40px!important;
			}

			.nmarginr_large-599 {
				margin-right:-40px!important;
			}
			
			.padded_core-599 {
				padding:10px!important;

			}

			.paddedtb_core-599 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-599 {
				padding-top:10px!important;
			}

			.paddedb_core-599 {
				padding-bottom:10px!important;
			}

			.paddedl_core-599 {
				padding-left:10px!important;
			}

			.paddedr_core-599 {
				padding-right:10px!important;
			}

			.paddedlr_core-599 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-599 {
				margin:10px!important;
			}

			.margintb_core-599 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-599 {
				margin-top:10px!important;
			}

			.marginb_core-599 {
				margin-bottom:10px!important;
			}

			.marginl_core-599 {
				margin-left:10px!important;
			}

			.marginr_core-599 {
				margin-right:10px!important;
			}

			.marginlr_core-599 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_core {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_core-599 {
				margin:-10px!important;
			}

			.nmargintb_core-599 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_core-599 {
				margin-top:-10px!important;
			}

			.nmarginb_core-599 {
				margin-bottom:-10px!important;
			}

			.nmarginl_core-599 {
				margin-left:-10px!important;
			}

			.nmarginr_core-599 {
				margin-right:-10px!important;
			}
						
			.margin_auto-599 {
				margin:auto!important;
			}

			.margintb_auto-599 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-599 {
				margin-top:auto!important;
			}

			.marginb_auto-599 {
				margin-bottom:auto!important;
			}

			.marginl_auto-599 {
				margin-left:auto!important;
			}

			.marginr_auto-599 {
				margin-right:auto!important;
			}

			.marginlr_auto-599 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			
			.nmarginlr_auto {
				margin-left:-auto!important;
				margin-right:-auto!important;
			}
				
			.nmargin_auto-599 {
				margin:-auto!important;
			}

			.nmargintb_auto-599 {
				margin-top:-auto!important;
				margin-bottom:-auto!important;
			}

			.nmargint_auto-599 {
				margin-top:-auto!important;
			}

			.nmarginb_auto-599 {
				margin-bottom:-auto!important;
			}

			.nmarginl_auto-599 {
				margin-left:-auto!important;
			}

			.nmarginr_auto-599 {
				margin-right:-auto!important;
			}
			
			.padded_none-599 {
				padding:0px!important;

			}

			.paddedtb_none-599 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-599 {
				padding-top:0px!important;
			}

			.paddedb_none-599 {
				padding-bottom:0px!important;
			}

			.paddedl_none-599 {
				padding-left:0px!important;
			}

			.paddedr_none-599 {
				padding-right:0px!important;
			}

			.paddedlr_none-599 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-599 {
				margin:0px!important;
			}

			.margintb_none-599 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-599 {
				margin-top:0px!important;
			}

			.marginb_none-599 {
				margin-bottom:0px!important;
			}

			.marginl_none-599 {
				margin-left:0px!important;
			}

			.marginr_none-599 {
				margin-right:0px!important;
			}

			.marginlr_none-599 {
				margin-left:0px!important;
				margin-right:0px!important;
			}
			
			.nmarginlr_none {
				margin-left:-0px!important;
				margin-right:-0px!important;
			}
				
			.nmargin_none-599 {
				margin:-0px!important;
			}

			.nmargintb_none-599 {
				margin-top:-0px!important;
				margin-bottom:-0px!important;
			}

			.nmargint_none-599 {
				margin-top:-0px!important;
			}

			.nmarginb_none-599 {
				margin-bottom:-0px!important;
			}

			.nmarginl_none-599 {
				margin-left:-0px!important;
			}

			.nmarginr_none-599 {
				margin-right:-0px!important;
			}
			
			.padded_p100-599 {
				padding:100%!important;

			}

			.paddedtb_p100-599 {
				padding-top:100%!important;
				padding-bottom:100%!important;
			}

			.paddedt_p100-599 {
				padding-top:100%!important;
			}

			.paddedb_p100-599 {
				padding-bottom:100%!important;
			}

			.paddedl_p100-599 {
				padding-left:100%!important;
			}

			.paddedr_p100-599 {
				padding-right:100%!important;
			}

			.paddedlr_p100-599 {
				padding-left:100%!important;
				padding-right:100%!important;
			}
		
						
			.margin_p100-599 {
				margin:100%!important;
			}

			.margintb_p100-599 {
				margin-top:100%!important;
				margin-bottom:100%!important;
			}

			.margint_p100-599 {
				margin-top:100%!important;
			}

			.marginb_p100-599 {
				margin-bottom:100%!important;
			}

			.marginl_p100-599 {
				margin-left:100%!important;
			}

			.marginr_p100-599 {
				margin-right:100%!important;
			}

			.marginlr_p100-599 {
				margin-left:100%!important;
				margin-right:100%!important;
			}
			
			.nmarginlr_p100 {
				margin-left:-100%!important;
				margin-right:-100%!important;
			}
				
			.nmargin_p100-599 {
				margin:-100%!important;
			}

			.nmargintb_p100-599 {
				margin-top:-100%!important;
				margin-bottom:-100%!important;
			}

			.nmargint_p100-599 {
				margin-top:-100%!important;
			}

			.nmarginb_p100-599 {
				margin-bottom:-100%!important;
			}

			.nmarginl_p100-599 {
				margin-left:-100%!important;
			}

			.nmarginr_p100-599 {
				margin-right:-100%!important;
			}
			
			.padded_p75-599 {
				padding:75%!important;

			}

			.paddedtb_p75-599 {
				padding-top:75%!important;
				padding-bottom:75%!important;
			}

			.paddedt_p75-599 {
				padding-top:75%!important;
			}

			.paddedb_p75-599 {
				padding-bottom:75%!important;
			}

			.paddedl_p75-599 {
				padding-left:75%!important;
			}

			.paddedr_p75-599 {
				padding-right:75%!important;
			}

			.paddedlr_p75-599 {
				padding-left:75%!important;
				padding-right:75%!important;
			}
		
						
			.margin_p75-599 {
				margin:75%!important;
			}

			.margintb_p75-599 {
				margin-top:75%!important;
				margin-bottom:75%!important;
			}

			.margint_p75-599 {
				margin-top:75%!important;
			}

			.marginb_p75-599 {
				margin-bottom:75%!important;
			}

			.marginl_p75-599 {
				margin-left:75%!important;
			}

			.marginr_p75-599 {
				margin-right:75%!important;
			}

			.marginlr_p75-599 {
				margin-left:75%!important;
				margin-right:75%!important;
			}
			
			.nmarginlr_p75 {
				margin-left:-75%!important;
				margin-right:-75%!important;
			}
				
			.nmargin_p75-599 {
				margin:-75%!important;
			}

			.nmargintb_p75-599 {
				margin-top:-75%!important;
				margin-bottom:-75%!important;
			}

			.nmargint_p75-599 {
				margin-top:-75%!important;
			}

			.nmarginb_p75-599 {
				margin-bottom:-75%!important;
			}

			.nmarginl_p75-599 {
				margin-left:-75%!important;
			}

			.nmarginr_p75-599 {
				margin-right:-75%!important;
			}
			
			.padded_p50-599 {
				padding:50%!important;

			}

			.paddedtb_p50-599 {
				padding-top:50%!important;
				padding-bottom:50%!important;
			}

			.paddedt_p50-599 {
				padding-top:50%!important;
			}

			.paddedb_p50-599 {
				padding-bottom:50%!important;
			}

			.paddedl_p50-599 {
				padding-left:50%!important;
			}

			.paddedr_p50-599 {
				padding-right:50%!important;
			}

			.paddedlr_p50-599 {
				padding-left:50%!important;
				padding-right:50%!important;
			}
		
						
			.margin_p50-599 {
				margin:50%!important;
			}

			.margintb_p50-599 {
				margin-top:50%!important;
				margin-bottom:50%!important;
			}

			.margint_p50-599 {
				margin-top:50%!important;
			}

			.marginb_p50-599 {
				margin-bottom:50%!important;
			}

			.marginl_p50-599 {
				margin-left:50%!important;
			}

			.marginr_p50-599 {
				margin-right:50%!important;
			}

			.marginlr_p50-599 {
				margin-left:50%!important;
				margin-right:50%!important;
			}
			
			.nmarginlr_p50 {
				margin-left:-50%!important;
				margin-right:-50%!important;
			}
				
			.nmargin_p50-599 {
				margin:-50%!important;
			}

			.nmargintb_p50-599 {
				margin-top:-50%!important;
				margin-bottom:-50%!important;
			}

			.nmargint_p50-599 {
				margin-top:-50%!important;
			}

			.nmarginb_p50-599 {
				margin-bottom:-50%!important;
			}

			.nmarginl_p50-599 {
				margin-left:-50%!important;
			}

			.nmarginr_p50-599 {
				margin-right:-50%!important;
			}
			
			.padded_p25-599 {
				padding:25%!important;

			}

			.paddedtb_p25-599 {
				padding-top:25%!important;
				padding-bottom:25%!important;
			}

			.paddedt_p25-599 {
				padding-top:25%!important;
			}

			.paddedb_p25-599 {
				padding-bottom:25%!important;
			}

			.paddedl_p25-599 {
				padding-left:25%!important;
			}

			.paddedr_p25-599 {
				padding-right:25%!important;
			}

			.paddedlr_p25-599 {
				padding-left:25%!important;
				padding-right:25%!important;
			}
		
						
			.margin_p25-599 {
				margin:25%!important;
			}

			.margintb_p25-599 {
				margin-top:25%!important;
				margin-bottom:25%!important;
			}

			.margint_p25-599 {
				margin-top:25%!important;
			}

			.marginb_p25-599 {
				margin-bottom:25%!important;
			}

			.marginl_p25-599 {
				margin-left:25%!important;
			}

			.marginr_p25-599 {
				margin-right:25%!important;
			}

			.marginlr_p25-599 {
				margin-left:25%!important;
				margin-right:25%!important;
			}
			
			.nmarginlr_p25 {
				margin-left:-25%!important;
				margin-right:-25%!important;
			}
				
			.nmargin_p25-599 {
				margin:-25%!important;
			}

			.nmargintb_p25-599 {
				margin-top:-25%!important;
				margin-bottom:-25%!important;
			}

			.nmargint_p25-599 {
				margin-top:-25%!important;
			}

			.nmarginb_p25-599 {
				margin-bottom:-25%!important;
			}

			.nmarginl_p25-599 {
				margin-left:-25%!important;
			}

			.nmarginr_p25-599 {
				margin-right:-25%!important;
			}
				.border_1-599 {
		border:solid 1px rgba(0,0,0,0.5);;
	}

	.bordertb_1-599 {
		border-top:solid 1px rgba(0,0,0,0.5);;
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.bordert_1-599 {
		border-top:solid 1px rgba(0,0,0,0.5);;
	}

	.borderb_1-599 {
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.borderl_1-599 {
		border-left:solid 1px rgba(0,0,0,0.5);;
	}

	.borderr_1-599 {
		border-right:solid 1px rgba(0,0,0,0.5);;
	}

	.borderlr_1-599 {
		border-left:solid 1px rgba(0,0,0,0.5);;
		border-right:solid 1px rgba(0,0,0,0.5);;
	}
		.border_none-599 {
		border:none;
	}

	.bordertb_none-599 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-599 {
		border-top:none;
	}

	.borderb_none-599 {
		border-bottom:none;
	}

	.borderl_none-599 {
		border-left:none;
	}

	.borderr_none-599 {
		border-right:none;
	}

	.borderlr_none-599 {
		border-left:none;
		border-right:none;
	}
		.border_core-599 {
		border:solid 1px rgba(0,0,0,0.1);
	}

	.bordertb_core-599 {
		border-top:solid 1px rgba(0,0,0,0.1);
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.bordert_core-599 {
		border-top:solid 1px rgba(0,0,0,0.1);
	}

	.borderb_core-599 {
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.borderl_core-599 {
		border-left:solid 1px rgba(0,0,0,0.1);
	}

	.borderr_core-599 {
		border-right:solid 1px rgba(0,0,0,0.1);
	}

	.borderlr_core-599 {
		border-left:solid 1px rgba(0,0,0,0.1);
		border-right:solid 1px rgba(0,0,0,0.1);
	}
				.colour1_bg-599 {
				background-color:#000000!important;
			}

			.colour1_bg-599,
			a.colour1_bg-599 {
				color:#FFFFFF!important;
			}
		
			.colour1_bg-599 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour1-599 a,
			a.colour1-599 {
				color:#000000;
							}
			
			.colour1-599 {
					color:#000000;
				background:transparent!important;
						}

					
			.colour1_bg-599 input[type=text],
			.colour1_bg-599 input[type=password],
			.colour1_bg-599 input[type=number],
			.colour1_bg-599 textarea,
			.colour1_bg-599 select,
			.colour1_bg-599 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour1_bg-599 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour1_bg-599 select {
				color:rgba(255,255,255,0.7);
			}

			.colour1_bg-599 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour1_bg-599 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour2_bg-599 {
				background-color:#4b4a4b!important;
			}

			.colour2_bg-599,
			a.colour2_bg-599 {
				color:#FFFFFF!important;
			}
		
			.colour2_bg-599 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour2-599 a,
			a.colour2-599 {
				color:#4b4a4b;
							}
			
			.colour2-599 {
					color:#4b4a4b;
				background:transparent!important;
						}

					
			.colour2_bg-599 input[type=text],
			.colour2_bg-599 input[type=password],
			.colour2_bg-599 input[type=number],
			.colour2_bg-599 textarea,
			.colour2_bg-599 select,
			.colour2_bg-599 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour2_bg-599 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour2_bg-599 select {
				color:rgba(255,255,255,0.7);
			}

			.colour2_bg-599 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour2_bg-599 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour3_bg-599 {
				background-color:#616062!important;
			}

			.colour3_bg-599,
			a.colour3_bg-599 {
				color:#FFFFFF!important;
			}
		
			.colour3_bg-599 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour3-599 a,
			a.colour3-599 {
				color:#616062;
							}
			
			.colour3-599 {
					color:#616062;
				background:transparent!important;
						}

					
			.colour3_bg-599 input[type=text],
			.colour3_bg-599 input[type=password],
			.colour3_bg-599 input[type=number],
			.colour3_bg-599 textarea,
			.colour3_bg-599 select,
			.colour3_bg-599 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour3_bg-599 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour3_bg-599 select {
				color:rgba(255,255,255,0.7);
			}

			.colour3_bg-599 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour3_bg-599 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour4_bg-599 {
				background-color:#FFFFFF!important;
			}

			.colour4_bg-599,
			a.colour4_bg-599 {
				color:#202020!important;
			}
		
			.colour4_bg-599 a:not(.more) {
				color:#202020;
			}

			
			.colour4-599 a,
			a.colour4-599 {
				color:#FFFFFF;
							}
			
			.colour4-599 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour4_bg-599 input[type=text],
			.colour4_bg-599 input[type=password],
			.colour4_bg-599 input[type=number],
			.colour4_bg-599 textarea,
			.colour4_bg-599 select,
			.colour4_bg-599 select option {
				border-color:#202020;
				color:#202020;
				background:transparent;
			}
		
			.colour4_bg-599 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour4_bg-599 select {
				color:rgba(32,32,32,0.7);
			}

			.colour4_bg-599 ::-webkit-input-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}

			.colour4_bg-599 ::-moz-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}
		
						.colour5_bg-599 {
				background-color:#FFFFFF!important;
			}

			.colour5_bg-599,
			a.colour5_bg-599 {
				color:#424040!important;
			}
		
			.colour5_bg-599 a:not(.more) {
				color:#424040;
			}

			
			.colour5-599 a,
			a.colour5-599 {
				color:#FFFFFF;
							}
			
			.colour5-599 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour5_bg-599 input[type=text],
			.colour5_bg-599 input[type=password],
			.colour5_bg-599 input[type=number],
			.colour5_bg-599 textarea,
			.colour5_bg-599 select,
			.colour5_bg-599 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour5_bg-599 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour5_bg-599 select {
				color:rgba(66,64,64,0.7);
			}

			.colour5_bg-599 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour5_bg-599 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
						.colour6_bg-599 {
				background-color:#EEEEEE!important;
			}

			.colour6_bg-599,
			a.colour6_bg-599 {
				color:#424040!important;
			}
		
			.colour6_bg-599 a:not(.more) {
				color:#424040;
			}

			
			.colour6-599 a,
			a.colour6-599 {
				color:#EEEEEE;
							}
			
			.colour6-599 {
					color:#EEEEEE;
				background:transparent!important;
						}

					
			.colour6_bg-599 input[type=text],
			.colour6_bg-599 input[type=password],
			.colour6_bg-599 input[type=number],
			.colour6_bg-599 textarea,
			.colour6_bg-599 select,
			.colour6_bg-599 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour6_bg-599 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour6_bg-599 select {
				color:rgba(66,64,64,0.7);
			}

			.colour6_bg-599 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour6_bg-599 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
			
}

@media only screen and (max-width : 549px) {
	
.grid.eight-549 {
	float:left!important;
	width:10.575%!important;
margin-right:2.2%!important;;
}

.grid.eight_x2-549 {
	float:left!important;
	width:23.35%!important;
margin-right:2.2%!important;;
}

.grid.eight_x3-549 {
	float:left!important;
	width:36.125%!important;
margin-right:2.2%!important;;
}

.grid.eight_x4-549 {
	float:left!important;
	width:48.9%!important;
margin-right:2.2%!important;;
}

.grid.eight_x5-549 {
	float:left!important;
	width:61.675%!important;
margin-right:2.2%!important;;
}

.grid.eight_x6-549 {
	float:left!important;
	width:74.45%!important;
margin-right:2.2%!important;;
}

.grid.eight_x7-549 {
	float:left!important;
	width:87.225%!important;
margin-right:2.2%!important;;
}

.grid.seven-549 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-549 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-549 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-549 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-549 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-549 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-549 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-549 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-549 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-549 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-549 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-549 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-549 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-549 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-549 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-549 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-549 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-549 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-549 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-549 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-549 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-549 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.eight-549 {
	width:12.5%!important;
}

.floatl.eight_x2-549 {
	width:25%!important;
}

.floatl.eight_x3-549 {
	width:37.5%!important;
}

.floatl.eight_x4-549 {
	width:50%!important;
}

.floatl.eight_x5-549 {
	width:62.5%!important;
}

.floatl.eight_x6-549 {
	width:75%!important;
}

.floatl.eight_x7-549 {
	width:87.5%!important;
}

.floatl.seven-549 {
	width:14.28571429%!important;
}

.floatl.seven_x2-549 {
	width:28.57142857%!important;
}

.floatl.seven_x3-549 {
	width:42.85714286%!important;
}

.floatl.seven_x4-549 {
	width:57.14285714%!important;
}

.floatl.seven_x5-549 {
	width:71.42857143%!important;
}

.floatl.seven_x6-549 {
	width:85.71428571%!important;
}

.floatl.six-549 {
	width:16.66666667%!important;
}

.floatl.six_x2-549 {
	width:33.33333333%!important;
}

.floatl.six_x3-549 {
	width:50%!important;
}

.floatl.six_x4-549 {
	width:66.6666667%!important;
}

.floatl.six_x5-549 {
	width:83%!important;
}

.floatl.five-549 {
	width:20%!important;
}

.floatl.five_x2-549 {
	width:40%!important;
}

.floatl.five_x3-549 {
	width:60%!important;
}

.floatl.five_x4-549 {
	width:80%!important;
}

.floatl.four-549 {
	width:25%!important;
}

.floatl.four_x2-549 {
	width:50%!important;
}

.floatl.four_x3-549 {
	width:75%!important;
}

.floatl.three-549 {
	width:33.33333333%!important;
}

.floatl.three_x2-549 {
	width:66.66666667%!important;
}

.floatl.two-549 {
	width:50%!important;
}

.floatl.one-549 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

.o1-549 {
		order:1;
	}

.fl1-549 {
	flex:1;
}

.gridc > .r1-549 {
	grid-row-start:1;
}
.gridc-549 > .r1-549 {
	grid-row-start:1;
	overflow:hidden;
}
.gridc > .re1-549 {
	grid-row-end:1;
}
.gridc-549 > .re1-549 {
	grid-row-end:1;
}
.gridc > .c1-549 {
	grid-column-start:1;
}
.gridc-549 > .c1-549 {
	grid-column-start:1;
}
.gridc > .ce1-549 {
	grid-column-end:1;
}
.gridc-549 > .ce1-549 {
	grid-column-end:1;
}

.o2-549 {
		order:2;
	}

.fl2-549 {
	flex:2;
}

.gridc > .r2-549 {
	grid-row-start:2;
}
.gridc-549 > .r2-549 {
	grid-row-start:2;
	overflow:hidden;
}
.gridc > .re2-549 {
	grid-row-end:2;
}
.gridc-549 > .re2-549 {
	grid-row-end:2;
}
.gridc > .c2-549 {
	grid-column-start:2;
}
.gridc-549 > .c2-549 {
	grid-column-start:2;
}
.gridc > .ce2-549 {
	grid-column-end:2;
}
.gridc-549 > .ce2-549 {
	grid-column-end:2;
}

.o3-549 {
		order:3;
	}

.fl3-549 {
	flex:3;
}

.gridc > .r3-549 {
	grid-row-start:3;
}
.gridc-549 > .r3-549 {
	grid-row-start:3;
	overflow:hidden;
}
.gridc > .re3-549 {
	grid-row-end:3;
}
.gridc-549 > .re3-549 {
	grid-row-end:3;
}
.gridc > .c3-549 {
	grid-column-start:3;
}
.gridc-549 > .c3-549 {
	grid-column-start:3;
}
.gridc > .ce3-549 {
	grid-column-end:3;
}
.gridc-549 > .ce3-549 {
	grid-column-end:3;
}

.o4-549 {
		order:4;
	}

.fl4-549 {
	flex:4;
}

.gridc > .r4-549 {
	grid-row-start:4;
}
.gridc-549 > .r4-549 {
	grid-row-start:4;
	overflow:hidden;
}
.gridc > .re4-549 {
	grid-row-end:4;
}
.gridc-549 > .re4-549 {
	grid-row-end:4;
}
.gridc > .c4-549 {
	grid-column-start:4;
}
.gridc-549 > .c4-549 {
	grid-column-start:4;
}
.gridc > .ce4-549 {
	grid-column-end:4;
}
.gridc-549 > .ce4-549 {
	grid-column-end:4;
}

.o5-549 {
		order:5;
	}

.fl5-549 {
	flex:5;
}

.gridc > .r5-549 {
	grid-row-start:5;
}
.gridc-549 > .r5-549 {
	grid-row-start:5;
	overflow:hidden;
}
.gridc > .re5-549 {
	grid-row-end:5;
}
.gridc-549 > .re5-549 {
	grid-row-end:5;
}
.gridc > .c5-549 {
	grid-column-start:5;
}
.gridc-549 > .c5-549 {
	grid-column-start:5;
}
.gridc > .ce5-549 {
	grid-column-end:5;
}
.gridc-549 > .ce5-549 {
	grid-column-end:5;
}

.o6-549 {
		order:6;
	}

.fl6-549 {
	flex:6;
}

.gridc > .r6-549 {
	grid-row-start:6;
}
.gridc-549 > .r6-549 {
	grid-row-start:6;
	overflow:hidden;
}
.gridc > .re6-549 {
	grid-row-end:6;
}
.gridc-549 > .re6-549 {
	grid-row-end:6;
}
.gridc > .c6-549 {
	grid-column-start:6;
}
.gridc-549 > .c6-549 {
	grid-column-start:6;
}
.gridc > .ce6-549 {
	grid-column-end:6;
}
.gridc-549 > .ce6-549 {
	grid-column-end:6;
}

.o7-549 {
		order:7;
	}

.fl7-549 {
	flex:7;
}

.gridc > .r7-549 {
	grid-row-start:7;
}
.gridc-549 > .r7-549 {
	grid-row-start:7;
	overflow:hidden;
}
.gridc > .re7-549 {
	grid-row-end:7;
}
.gridc-549 > .re7-549 {
	grid-row-end:7;
}
.gridc > .c7-549 {
	grid-column-start:7;
}
.gridc-549 > .c7-549 {
	grid-column-start:7;
}
.gridc > .ce7-549 {
	grid-column-end:7;
}
.gridc-549 > .ce7-549 {
	grid-column-end:7;
}

.o8-549 {
		order:8;
	}

.fl8-549 {
	flex:8;
}

.gridc > .r8-549 {
	grid-row-start:8;
}
.gridc-549 > .r8-549 {
	grid-row-start:8;
	overflow:hidden;
}
.gridc > .re8-549 {
	grid-row-end:8;
}
.gridc-549 > .re8-549 {
	grid-row-end:8;
}
.gridc > .c8-549 {
	grid-column-start:8;
}
.gridc-549 > .c8-549 {
	grid-column-start:8;
}
.gridc > .ce8-549 {
	grid-column-end:8;
}
.gridc-549 > .ce8-549 {
	grid-column-end:8;
}

.o9-549 {
		order:9;
	}

.fl9-549 {
	flex:9;
}

.gridc > .r9-549 {
	grid-row-start:9;
}
.gridc-549 > .r9-549 {
	grid-row-start:9;
	overflow:hidden;
}
.gridc > .re9-549 {
	grid-row-end:9;
}
.gridc-549 > .re9-549 {
	grid-row-end:9;
}
.gridc > .c9-549 {
	grid-column-start:9;
}
.gridc-549 > .c9-549 {
	grid-column-start:9;
}
.gridc > .ce9-549 {
	grid-column-end:9;
}
.gridc-549 > .ce9-549 {
	grid-column-end:9;
}

.z1-549 {
	z-index:1;
}

.z9999999-549 {
	z-index:9999999;
}

.z2-549 {
	z-index:2;
}

.z9999998-549 {
	z-index:9999998;
}

.z3-549 {
	z-index:3;
}

.z9999997-549 {
	z-index:9999997;
}

.z4-549 {
	z-index:4;
}

.z9999996-549 {
	z-index:9999996;
}

.z5-549 {
	z-index:5;
}

.z9999995-549 {
	z-index:9999995;
}

.z6-549 {
	z-index:6;
}

.z9999994-549 {
	z-index:9999994;
}

.z7-549 {
	z-index:7;
}

.z9999993-549 {
	z-index:9999993;
}

.z8-549 {
	z-index:8;
}

.z9999992-549 {
	z-index:9999992;
}

.z9-549 {
	z-index:9;
}

.z9999991-549 {
	z-index:9999991;
}

.w100-549 {
	font-weight:100;
}
.w200-549 {
	font-weight:200;
}
.w300-549 {
	font-weight:300;
}
.w400-549 {
	font-weight:400;
}
.w500-549 {
	font-weight:500;
}
.w600-549 {
	font-weight:600;
}
.w700-549 {
	font-weight:700;
}
.w800-549 {
	font-weight:800;
}
.w900-549 {
	font-weight:900;
}
.f1-549 {
	font-size:1.1em;
	line-height:1.1em;
}

p.f1-549,
p > *.f1-549 {
	line-height:1.4em;
}
.f1_5-549 {
	font-size:1.15em;
	line-height:1.15em;
}

p.f1_5-549,
p > *.f1_5-549 {
	line-height:1.18em;
}
.f2-549 {
	font-size:1.2em;
	line-height:1.2em;
}

p.f2-549,
p > *.f2-549 {
	line-height:1.5em;
}
.f2_5-549 {
	font-size:1.25em;
	line-height:1.25em;
}

p.f2_5-549,
p > *.f2_5-549 {
	line-height:1.28em;
}
.f3-549 {
	font-size:1.3em;
	line-height:1.3em;
}

p.f3-549,
p > *.f3-549 {
	line-height:1.6em;
}
.f3_5-549 {
	font-size:1.35em;
	line-height:1.35em;
}

p.f3_5-549,
p > *.f3_5-549 {
	line-height:1.38em;
}
.f4-549 {
	font-size:1.4em;
	line-height:1.4em;
}

p.f4-549,
p > *.f4-549 {
	line-height:1.7em;
}
.f4_5-549 {
	font-size:1.45em;
	line-height:1.45em;
}

p.f4_5-549,
p > *.f4_5-549 {
	line-height:1.48em;
}
.f5-549 {
	font-size:1.5em;
	line-height:1.5em;
}

p.f5-549,
p > *.f5-549 {
	line-height:1.8em;
}
.f5_5-549 {
	font-size:1.55em;
	line-height:1.55em;
}

p.f5_5-549,
p > *.f5_5-549 {
	line-height:1.58em;
}
.f6-549 {
	font-size:1.6em;
	line-height:1.6em;
}

p.f6-549,
p > *.f6-549 {
	line-height:1.9em;
}
.f6_5-549 {
	font-size:1.65em;
	line-height:1.65em;
}

p.f6_5-549,
p > *.f6_5-549 {
	line-height:1.68em;
}
.f7-549 {
	font-size:1.7em;
	line-height:1.7em;
}

p.f7-549,
p > *.f7-549 {
	line-height:1.10em;
}
.f7_5-549 {
	font-size:1.75em;
	line-height:1.75em;
}

p.f7_5-549,
p > *.f7_5-549 {
	line-height:1.78em;
}
.f8-549 {
	font-size:1.8em;
	line-height:1.8em;
}

p.f8-549,
p > *.f8-549 {
	line-height:1.11em;
}
.f8_5-549 {
	font-size:1.85em;
	line-height:1.85em;
}

p.f8_5-549,
p > *.f8_5-549 {
	line-height:1.88em;
}
.f9-549 {
	font-size:1.9em;
	line-height:1.9em;
}

p.f9-549,
p > *.f9-549 {
	line-height:1.12em;
}
.f9_5-549 {
	font-size:1.95em;
	line-height:1.95em;
}

p.f9_5-549,
p > *.f9_5-549 {
	line-height:1.98em;
}
.f10-549 {
	font-size:2em;
	line-height:2em;
}

p.f10-549,
p > *.f10-549 {
	line-height:2em;
}
.f10_5-549 {
	font-size:2em;
	line-height:2em;
}

p.f10_5-549,
p > *.f10_5-549 {
	line-height:2em;
}
.nf1-549 {
	font-size:0.9em;
}

*:not(p):not(ul):not(ol).nf1-549 {
	line-height:0.9em;
}

p.nf1-549,
ul.nf1-549,
ol.nf1-549 {
	line-height:1.9em;
}
.nf1_5-549 {
	font-size:0.85em;
}

*:not(p):not(ul):not(ol).nf1_5-549 {
	line-height:0.85em;
}

p.nf1_5-549,
ul.nf1_5-549,
ol.nf1_5-549 {
	line-height:1.85em;
}
.nf2-549 {
	font-size:0.8em;
}

*:not(p):not(ul):not(ol).nf2-549 {
	line-height:0.8em;
}

p.nf2-549,
ul.nf2-549,
ol.nf2-549 {
	line-height:1.8em;
}
.nf2_5-549 {
	font-size:0.75em;
}

*:not(p):not(ul):not(ol).nf2_5-549 {
	line-height:0.75em;
}

p.nf2_5-549,
ul.nf2_5-549,
ol.nf2_5-549 {
	line-height:1.75em;
}
.nf3-549 {
	font-size:0.7em;
}

*:not(p):not(ul):not(ol).nf3-549 {
	line-height:0.7em;
}

p.nf3-549,
ul.nf3-549,
ol.nf3-549 {
	line-height:1.7em;
}
.nf3_5-549 {
	font-size:0.65em;
}

*:not(p):not(ul):not(ol).nf3_5-549 {
	line-height:0.65em;
}

p.nf3_5-549,
ul.nf3_5-549,
ol.nf3_5-549 {
	line-height:1.65em;
}
.nf4-549 {
	font-size:0.6em;
}

*:not(p):not(ul):not(ol).nf4-549 {
	line-height:0.6em;
}

p.nf4-549,
ul.nf4-549,
ol.nf4-549 {
	line-height:1.6em;
}
.nf4_5-549 {
	font-size:0.55em;
}

*:not(p):not(ul):not(ol).nf4_5-549 {
	line-height:0.55em;
}

p.nf4_5-549,
ul.nf4_5-549,
ol.nf4_5-549 {
	line-height:1.55em;
}
.nf5-549 {
	font-size:0.5em;
}

*:not(p):not(ul):not(ol).nf5-549 {
	line-height:0.5em;
}

p.nf5-549,
ul.nf5-549,
ol.nf5-549 {
	line-height:1.5em;
}
.nf5_5-549 {
	font-size:0.45em;
}

*:not(p):not(ul):not(ol).nf5_5-549 {
	line-height:0.45em;
}

p.nf5_5-549,
ul.nf5_5-549,
ol.nf5_5-549 {
	line-height:1.45em;
}
.nf6-549 {
	font-size:0.4em;
}

*:not(p):not(ul):not(ol).nf6-549 {
	line-height:0.4em;
}

p.nf6-549,
ul.nf6-549,
ol.nf6-549 {
	line-height:1.4em;
}
.nf6_5-549 {
	font-size:0.35em;
}

*:not(p):not(ul):not(ol).nf6_5-549 {
	line-height:0.35em;
}

p.nf6_5-549,
ul.nf6_5-549,
ol.nf6_5-549 {
	line-height:1.35em;
}
.nf7-549 {
	font-size:0.3em;
}

*:not(p):not(ul):not(ol).nf7-549 {
	line-height:0.3em;
}

p.nf7-549,
ul.nf7-549,
ol.nf7-549 {
	line-height:1.3em;
}
.nf7_5-549 {
	font-size:0.25em;
}

*:not(p):not(ul):not(ol).nf7_5-549 {
	line-height:0.25em;
}

p.nf7_5-549,
ul.nf7_5-549,
ol.nf7_5-549 {
	line-height:1.25em;
}
.nf8-549 {
	font-size:0.2em;
}

*:not(p):not(ul):not(ol).nf8-549 {
	line-height:0.2em;
}

p.nf8-549,
ul.nf8-549,
ol.nf8-549 {
	line-height:1.2em;
}
.nf8_5-549 {
	font-size:0.15em;
}

*:not(p):not(ul):not(ol).nf8_5-549 {
	line-height:0.15em;
}

p.nf8_5-549,
ul.nf8_5-549,
ol.nf8_5-549 {
	line-height:1.15em;
}
.nf9-549 {
	font-size:0.1em;
}

*:not(p):not(ul):not(ol).nf9-549 {
	line-height:0.1em;
}

p.nf9-549,
ul.nf9-549,
ol.nf9-549 {
	line-height:1.1em;
}
.nf9_5-549 {
	font-size:0.05em;
}

*:not(p):not(ul):not(ol).nf9_5-549 {
	line-height:0.05em;
}

p.nf9_5-549,
ul.nf9_5-549,
ol.nf9_5-549 {
	line-height:1.05em;
}
  .invisible-549 {
			visibility:hidden!important;
		}

  .last-549 {
			margin-right:0px!important;
		}

  .floatl-549 {
			float:left!important;
		}

  .floatr-549 {
			float:right!important;
		}

  .left-549 {
			float:left!important;
		}

  .right-549 {
			float:right!important;
		}

  .floatn-549,
 .grid.floatn-549 {
			float:none!important;
		}

  .grid-549 {
			float:left!important;
overflow:hidden;;
		}

  .grid.last-549 {
			float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
		}

  .none-549 {
			display:none!important;
		}

  .block-549 {
			display:block!important;
		}

  .iblock-549 {
			display:inline-block!important;
		}

  .inline-549 {
			display:inline!important;
		}

  .table-549 {
			display:table!important;
		}

  .row-549 {
			display:table-row!important;
		}

  .cell-549 {
			display:table-cell!important;
vertical-align:middle;
		}

  .collapse-549 {
			border-collapse:collapse;
		}

  .clearl-549 {
			clear:left!important;
		}

  .clearr-549 {
			clear:right!important;
		}

  .clearn-549 {
			clear:none!important;
		}

  .clearnone-549 {
			clear:none!important;
		}

  .clearb-549 {
			clear:both!important;
		}

  .clear-549 {
			float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
		}

  .up-549 {
			text-transform:uppercase;
		}

  .transnone-549 {
			text-transform:none;
		}

  .strike-549 {
			text-decoration:line-through;
		}

  .alignl-549 {
			text-align:left!important;
		}

  .alignr-549 {
			text-align:right!important;
		}

  .alignc-549 {
			text-align:center!important;
		}

  .alignj-549 {
			text-align:justify!important;
		}

  .valign-549 {
			vertical-align:middle!important;
		}

  .widthauto-549 {
			width:auto!important;
		}

  .heightauto-549 {
			height:auto!important;
min-height:0px!important;
		}

.square.heightauto-549::after {
	display:none!important;
}

.square.heightauto-549 > * {
	position:static!important;
}

  .width0-549 {
			width:0px;
		}

  .width50-549 {
			width:50%;
		}

  .height0-549 {
			height:0px;
		}

  .height50-549 {
			height:50%;
		}

  .mw100-549 {
			max-width:100%;
		}

  .mw90-549 {
			max-width:90%;
		}

  .mw80-549 {
			max-width:80%;
		}

  .mw70-549 {
			max-width:70%;
		}

  .mw60-549 {
			max-width:60%;
		}

  .mw50-549 {
			max-width:50%;
		}

  .mw40-549 {
			max-width:40%;
		}

  .mw30-549 {
			max-width:30%;
		}

  .mw20-549 {
			max-width:20%;
		}

  .mw10-549 {
			max-width:10%;
		}

  .mwnone-549 {
			max-width:none;
		}

  .fw-549,
 .grid.fw-549,
 .floatl.fw-549 {
			width:100%!important;
      margin-left:0px!important;
			margin-right:0px!important;
		}

  .fh-549 {
			height:100%!important;
		}

  .pointer-549 {
			cursor:pointer!important;
		}

  .noallow-549 {
			cursor:not-allowed!important;
		}

  .noselect-549 {
			user-select:none!important;
		}

  .static-549 {
			position:static!important;
		}

  .relative-549 {
			position:relative!important;
		}

  .absolute-549 {
			position:absolute!important;
		}

  .fixed-549 {
			position:fixed!important;
		}

  .spacing-549 {
			margin-bottom:7px!important;
		}

  .spacing.floatl-549 {
			margin-right:15px!important;
		}

  .spacing.floatr-549 {
			margin-left:15px!important;
		}

  .flowhide-549 {
			overflow:hidden;
		}

  .flowshow-549 {
			overflow:visible;
		}

  .flowauto-549 {
			overflow:auto;
		}

  .nowrap-549 {
			white-space:nowrap;
		}

  .lhreset-549 {
			line-height:normal;
		}

  .circle-549 {
			border-radius:50%!important;
		}

  .radnone-549 {
			border-radius:0px!important;
		}

  .vh10-549 {
			height:10vh!important;
		}

  .vh25-549 {
			height:25vh!important;
		}

  .vh50-549 {
			height:50vh!important;
		}

  .vh100-549 {
			height:100vh!important;
		}

  .vw10-549 {
			width:10vw!important;
		}

  .vw25-549 {
			width:25vw!important;
		}

  .vw50-549 {
			width:50vw!important;
		}

  .vw100-549 {
			width:100vw!important;
		}

  .flexw-549 {
			flex-wrap:wrap!important;
		}

  .flexwn-549 {
			flex-wrap:nowrap!important;
		}

  .flexwr-549 {
			flex-wrap:wrap-reverse!important;
		}

  .flexdr-549 {
			flex-direction:row!important;
		}

  .flexdrr-549 {
			flex-direction:row-reverse!important;
		}

  .flexdc-549 {
			flex-direction:column!important;
		}

  .flexdcr-549 {
			flex-direction:column-reverse!important;
		}

  .flex-549 {
			display:flex!important;
align-items:center;
flex-wrap:wrap;;
		}

  .iflex-549 {
			display:inline-flex!important;
align-items:center;;
		}

  .spaced-549 {
			justify-content:space-between;
		}

  .flexdr.spaced-549 {
			align-content:space-between;
		}

  .spacee-549 {
			justify-content:space-evenly;
		}

  .falignst-549 {
			align-items:stretch;;
		}

  .falignc-549 {
			align-items:center;;
		}

  .faligns-549 {
			align-items:flex-start;;
		}

  .faligne-549 {
			align-items:flex-end;;
		}

  .fjustl-549 {
			justify-content:flex-start;;
		}

  .fjustr-549 {
			justify-content:flex-end;;
		}

  .fjustc-549 {
			justify-content:center;;
		}

  .flexn-549 {
			flex:none!important;width:100%;;
		}

  .gridc-549 {
			display:grid!important;;
		}

  .o100-549 {
			opacity:1;
		}

  .o90-549 {
			opacity:0.9;
		}

  .o80-549 {
			opacity:0.8;
		}

  .o70-549 {
			opacity:0.7;
		}

  .o60-549 {
			opacity:0.6;
		}

  .o50-549 {
			opacity:0.5;
		}

  .o40-549 {
			opacity:0.4;
		}

  .o30-549 {
			opacity:0.3;
		}

  .o20-549 {
			opacity:0.2;
		}

  .o10-549 {
			opacity:0.1;
		}

  .o0-549 {
			opacity:0;
		}

  .left0-549 {
			left:0px!important;;
		}

  .right0-549 {
			right:0px!important;;
		}

  .top0-549 {
			top:0px!important;;
		}

  .bottom0-549 {
			bottom:0px!important;;
		}

  .left50-549 {
			left:50%!important;;
		}

  .right50-549 {
			right:50%!important;;
		}

  .top50-549 {
			top:50%!important;;
		}

  .bottom50-549 {
			bottom:50%!important;;
		}

  .left100-549 {
			left:100%!important;;
		}

  .right100-549 {
			right:100%!important;;
		}

  .top100-549 {
			top:100%!important;;
		}

  .bottom100-549 {
			bottom:100%!important;;
		}

  .leftauto-549 {
			left:auto!important;;
		}

  .rightauto-549 {
			right:auto!important;;
		}

  .topauto-549 {
			top:auto!important;;
		}

  .bottomauto-549 {
			bottom:auto!important;;
		}

  .all0-549 {
			top:0px!important;
bottom:0px!important;
left:0px!important;
right:0px!important;;
		}

  .lineup.fw-549, .lineupgroup.fw-549 {
			height:auto!important;
	}

	

			.padded_tiny-549 {
				padding:5px!important;

			}

			.paddedtb_tiny-549 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-549 {
				padding-top:5px!important;
			}

			.paddedb_tiny-549 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-549 {
				padding-left:5px!important;
			}

			.paddedr_tiny-549 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-549 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-549 {
				margin:5px!important;
			}

			.margintb_tiny-549 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-549 {
				margin-top:5px!important;
			}

			.marginb_tiny-549 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-549 {
				margin-left:5px!important;
			}

			.marginr_tiny-549 {
				margin-right:5px!important;
			}

			.marginlr_tiny-549 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			
			.nmarginlr_tiny {
				margin-left:-5px!important;
				margin-right:-5px!important;
			}
				
			.nmargin_tiny-549 {
				margin:-5px!important;
			}

			.nmargintb_tiny-549 {
				margin-top:-5px!important;
				margin-bottom:-5px!important;
			}

			.nmargint_tiny-549 {
				margin-top:-5px!important;
			}

			.nmarginb_tiny-549 {
				margin-bottom:-5px!important;
			}

			.nmarginl_tiny-549 {
				margin-left:-5px!important;
			}

			.nmarginr_tiny-549 {
				margin-right:-5px!important;
			}
			
			.padded_small-549 {
				padding:10px!important;

			}

			.paddedtb_small-549 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-549 {
				padding-top:10px!important;
			}

			.paddedb_small-549 {
				padding-bottom:10px!important;
			}

			.paddedl_small-549 {
				padding-left:10px!important;
			}

			.paddedr_small-549 {
				padding-right:10px!important;
			}

			.paddedlr_small-549 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-549 {
				margin:10px!important;
			}

			.margintb_small-549 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-549 {
				margin-top:10px!important;
			}

			.marginb_small-549 {
				margin-bottom:10px!important;
			}

			.marginl_small-549 {
				margin-left:10px!important;
			}

			.marginr_small-549 {
				margin-right:10px!important;
			}

			.marginlr_small-549 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_small {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_small-549 {
				margin:-10px!important;
			}

			.nmargintb_small-549 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_small-549 {
				margin-top:-10px!important;
			}

			.nmarginb_small-549 {
				margin-bottom:-10px!important;
			}

			.nmarginl_small-549 {
				margin-left:-10px!important;
			}

			.nmarginr_small-549 {
				margin-right:-10px!important;
			}
			
			.padded_medium-549 {
				padding:20px!important;

			}

			.paddedtb_medium-549 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-549 {
				padding-top:20px!important;
			}

			.paddedb_medium-549 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-549 {
				padding-left:20px!important;
			}

			.paddedr_medium-549 {
				padding-right:20px!important;
			}

			.paddedlr_medium-549 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-549 {
				margin:20px!important;
			}

			.margintb_medium-549 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-549 {
				margin-top:20px!important;
			}

			.marginb_medium-549 {
				margin-bottom:20px!important;
			}

			.marginl_medium-549 {
				margin-left:20px!important;
			}

			.marginr_medium-549 {
				margin-right:20px!important;
			}

			.marginlr_medium-549 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			
			.nmarginlr_medium {
				margin-left:-20px!important;
				margin-right:-20px!important;
			}
				
			.nmargin_medium-549 {
				margin:-20px!important;
			}

			.nmargintb_medium-549 {
				margin-top:-20px!important;
				margin-bottom:-20px!important;
			}

			.nmargint_medium-549 {
				margin-top:-20px!important;
			}

			.nmarginb_medium-549 {
				margin-bottom:-20px!important;
			}

			.nmarginl_medium-549 {
				margin-left:-20px!important;
			}

			.nmarginr_medium-549 {
				margin-right:-20px!important;
			}
			
			.padded_large-549 {
				padding:40px!important;

			}

			.paddedtb_large-549 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-549 {
				padding-top:40px!important;
			}

			.paddedb_large-549 {
				padding-bottom:40px!important;
			}

			.paddedl_large-549 {
				padding-left:40px!important;
			}

			.paddedr_large-549 {
				padding-right:40px!important;
			}

			.paddedlr_large-549 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-549 {
				margin:40px!important;
			}

			.margintb_large-549 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-549 {
				margin-top:40px!important;
			}

			.marginb_large-549 {
				margin-bottom:40px!important;
			}

			.marginl_large-549 {
				margin-left:40px!important;
			}

			.marginr_large-549 {
				margin-right:40px!important;
			}

			.marginlr_large-549 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			
			.nmarginlr_large {
				margin-left:-40px!important;
				margin-right:-40px!important;
			}
				
			.nmargin_large-549 {
				margin:-40px!important;
			}

			.nmargintb_large-549 {
				margin-top:-40px!important;
				margin-bottom:-40px!important;
			}

			.nmargint_large-549 {
				margin-top:-40px!important;
			}

			.nmarginb_large-549 {
				margin-bottom:-40px!important;
			}

			.nmarginl_large-549 {
				margin-left:-40px!important;
			}

			.nmarginr_large-549 {
				margin-right:-40px!important;
			}
			
			.padded_core-549 {
				padding:10px!important;

			}

			.paddedtb_core-549 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-549 {
				padding-top:10px!important;
			}

			.paddedb_core-549 {
				padding-bottom:10px!important;
			}

			.paddedl_core-549 {
				padding-left:10px!important;
			}

			.paddedr_core-549 {
				padding-right:10px!important;
			}

			.paddedlr_core-549 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-549 {
				margin:10px!important;
			}

			.margintb_core-549 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-549 {
				margin-top:10px!important;
			}

			.marginb_core-549 {
				margin-bottom:10px!important;
			}

			.marginl_core-549 {
				margin-left:10px!important;
			}

			.marginr_core-549 {
				margin-right:10px!important;
			}

			.marginlr_core-549 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_core {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_core-549 {
				margin:-10px!important;
			}

			.nmargintb_core-549 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_core-549 {
				margin-top:-10px!important;
			}

			.nmarginb_core-549 {
				margin-bottom:-10px!important;
			}

			.nmarginl_core-549 {
				margin-left:-10px!important;
			}

			.nmarginr_core-549 {
				margin-right:-10px!important;
			}
						
			.margin_auto-549 {
				margin:auto!important;
			}

			.margintb_auto-549 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-549 {
				margin-top:auto!important;
			}

			.marginb_auto-549 {
				margin-bottom:auto!important;
			}

			.marginl_auto-549 {
				margin-left:auto!important;
			}

			.marginr_auto-549 {
				margin-right:auto!important;
			}

			.marginlr_auto-549 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			
			.nmarginlr_auto {
				margin-left:-auto!important;
				margin-right:-auto!important;
			}
				
			.nmargin_auto-549 {
				margin:-auto!important;
			}

			.nmargintb_auto-549 {
				margin-top:-auto!important;
				margin-bottom:-auto!important;
			}

			.nmargint_auto-549 {
				margin-top:-auto!important;
			}

			.nmarginb_auto-549 {
				margin-bottom:-auto!important;
			}

			.nmarginl_auto-549 {
				margin-left:-auto!important;
			}

			.nmarginr_auto-549 {
				margin-right:-auto!important;
			}
			
			.padded_none-549 {
				padding:0px!important;

			}

			.paddedtb_none-549 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-549 {
				padding-top:0px!important;
			}

			.paddedb_none-549 {
				padding-bottom:0px!important;
			}

			.paddedl_none-549 {
				padding-left:0px!important;
			}

			.paddedr_none-549 {
				padding-right:0px!important;
			}

			.paddedlr_none-549 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-549 {
				margin:0px!important;
			}

			.margintb_none-549 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-549 {
				margin-top:0px!important;
			}

			.marginb_none-549 {
				margin-bottom:0px!important;
			}

			.marginl_none-549 {
				margin-left:0px!important;
			}

			.marginr_none-549 {
				margin-right:0px!important;
			}

			.marginlr_none-549 {
				margin-left:0px!important;
				margin-right:0px!important;
			}
			
			.nmarginlr_none {
				margin-left:-0px!important;
				margin-right:-0px!important;
			}
				
			.nmargin_none-549 {
				margin:-0px!important;
			}

			.nmargintb_none-549 {
				margin-top:-0px!important;
				margin-bottom:-0px!important;
			}

			.nmargint_none-549 {
				margin-top:-0px!important;
			}

			.nmarginb_none-549 {
				margin-bottom:-0px!important;
			}

			.nmarginl_none-549 {
				margin-left:-0px!important;
			}

			.nmarginr_none-549 {
				margin-right:-0px!important;
			}
			
			.padded_p100-549 {
				padding:100%!important;

			}

			.paddedtb_p100-549 {
				padding-top:100%!important;
				padding-bottom:100%!important;
			}

			.paddedt_p100-549 {
				padding-top:100%!important;
			}

			.paddedb_p100-549 {
				padding-bottom:100%!important;
			}

			.paddedl_p100-549 {
				padding-left:100%!important;
			}

			.paddedr_p100-549 {
				padding-right:100%!important;
			}

			.paddedlr_p100-549 {
				padding-left:100%!important;
				padding-right:100%!important;
			}
		
						
			.margin_p100-549 {
				margin:100%!important;
			}

			.margintb_p100-549 {
				margin-top:100%!important;
				margin-bottom:100%!important;
			}

			.margint_p100-549 {
				margin-top:100%!important;
			}

			.marginb_p100-549 {
				margin-bottom:100%!important;
			}

			.marginl_p100-549 {
				margin-left:100%!important;
			}

			.marginr_p100-549 {
				margin-right:100%!important;
			}

			.marginlr_p100-549 {
				margin-left:100%!important;
				margin-right:100%!important;
			}
			
			.nmarginlr_p100 {
				margin-left:-100%!important;
				margin-right:-100%!important;
			}
				
			.nmargin_p100-549 {
				margin:-100%!important;
			}

			.nmargintb_p100-549 {
				margin-top:-100%!important;
				margin-bottom:-100%!important;
			}

			.nmargint_p100-549 {
				margin-top:-100%!important;
			}

			.nmarginb_p100-549 {
				margin-bottom:-100%!important;
			}

			.nmarginl_p100-549 {
				margin-left:-100%!important;
			}

			.nmarginr_p100-549 {
				margin-right:-100%!important;
			}
			
			.padded_p75-549 {
				padding:75%!important;

			}

			.paddedtb_p75-549 {
				padding-top:75%!important;
				padding-bottom:75%!important;
			}

			.paddedt_p75-549 {
				padding-top:75%!important;
			}

			.paddedb_p75-549 {
				padding-bottom:75%!important;
			}

			.paddedl_p75-549 {
				padding-left:75%!important;
			}

			.paddedr_p75-549 {
				padding-right:75%!important;
			}

			.paddedlr_p75-549 {
				padding-left:75%!important;
				padding-right:75%!important;
			}
		
						
			.margin_p75-549 {
				margin:75%!important;
			}

			.margintb_p75-549 {
				margin-top:75%!important;
				margin-bottom:75%!important;
			}

			.margint_p75-549 {
				margin-top:75%!important;
			}

			.marginb_p75-549 {
				margin-bottom:75%!important;
			}

			.marginl_p75-549 {
				margin-left:75%!important;
			}

			.marginr_p75-549 {
				margin-right:75%!important;
			}

			.marginlr_p75-549 {
				margin-left:75%!important;
				margin-right:75%!important;
			}
			
			.nmarginlr_p75 {
				margin-left:-75%!important;
				margin-right:-75%!important;
			}
				
			.nmargin_p75-549 {
				margin:-75%!important;
			}

			.nmargintb_p75-549 {
				margin-top:-75%!important;
				margin-bottom:-75%!important;
			}

			.nmargint_p75-549 {
				margin-top:-75%!important;
			}

			.nmarginb_p75-549 {
				margin-bottom:-75%!important;
			}

			.nmarginl_p75-549 {
				margin-left:-75%!important;
			}

			.nmarginr_p75-549 {
				margin-right:-75%!important;
			}
			
			.padded_p50-549 {
				padding:50%!important;

			}

			.paddedtb_p50-549 {
				padding-top:50%!important;
				padding-bottom:50%!important;
			}

			.paddedt_p50-549 {
				padding-top:50%!important;
			}

			.paddedb_p50-549 {
				padding-bottom:50%!important;
			}

			.paddedl_p50-549 {
				padding-left:50%!important;
			}

			.paddedr_p50-549 {
				padding-right:50%!important;
			}

			.paddedlr_p50-549 {
				padding-left:50%!important;
				padding-right:50%!important;
			}
		
						
			.margin_p50-549 {
				margin:50%!important;
			}

			.margintb_p50-549 {
				margin-top:50%!important;
				margin-bottom:50%!important;
			}

			.margint_p50-549 {
				margin-top:50%!important;
			}

			.marginb_p50-549 {
				margin-bottom:50%!important;
			}

			.marginl_p50-549 {
				margin-left:50%!important;
			}

			.marginr_p50-549 {
				margin-right:50%!important;
			}

			.marginlr_p50-549 {
				margin-left:50%!important;
				margin-right:50%!important;
			}
			
			.nmarginlr_p50 {
				margin-left:-50%!important;
				margin-right:-50%!important;
			}
				
			.nmargin_p50-549 {
				margin:-50%!important;
			}

			.nmargintb_p50-549 {
				margin-top:-50%!important;
				margin-bottom:-50%!important;
			}

			.nmargint_p50-549 {
				margin-top:-50%!important;
			}

			.nmarginb_p50-549 {
				margin-bottom:-50%!important;
			}

			.nmarginl_p50-549 {
				margin-left:-50%!important;
			}

			.nmarginr_p50-549 {
				margin-right:-50%!important;
			}
			
			.padded_p25-549 {
				padding:25%!important;

			}

			.paddedtb_p25-549 {
				padding-top:25%!important;
				padding-bottom:25%!important;
			}

			.paddedt_p25-549 {
				padding-top:25%!important;
			}

			.paddedb_p25-549 {
				padding-bottom:25%!important;
			}

			.paddedl_p25-549 {
				padding-left:25%!important;
			}

			.paddedr_p25-549 {
				padding-right:25%!important;
			}

			.paddedlr_p25-549 {
				padding-left:25%!important;
				padding-right:25%!important;
			}
		
						
			.margin_p25-549 {
				margin:25%!important;
			}

			.margintb_p25-549 {
				margin-top:25%!important;
				margin-bottom:25%!important;
			}

			.margint_p25-549 {
				margin-top:25%!important;
			}

			.marginb_p25-549 {
				margin-bottom:25%!important;
			}

			.marginl_p25-549 {
				margin-left:25%!important;
			}

			.marginr_p25-549 {
				margin-right:25%!important;
			}

			.marginlr_p25-549 {
				margin-left:25%!important;
				margin-right:25%!important;
			}
			
			.nmarginlr_p25 {
				margin-left:-25%!important;
				margin-right:-25%!important;
			}
				
			.nmargin_p25-549 {
				margin:-25%!important;
			}

			.nmargintb_p25-549 {
				margin-top:-25%!important;
				margin-bottom:-25%!important;
			}

			.nmargint_p25-549 {
				margin-top:-25%!important;
			}

			.nmarginb_p25-549 {
				margin-bottom:-25%!important;
			}

			.nmarginl_p25-549 {
				margin-left:-25%!important;
			}

			.nmarginr_p25-549 {
				margin-right:-25%!important;
			}
				.border_1-549 {
		border:solid 1px rgba(0,0,0,0.5);;
	}

	.bordertb_1-549 {
		border-top:solid 1px rgba(0,0,0,0.5);;
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.bordert_1-549 {
		border-top:solid 1px rgba(0,0,0,0.5);;
	}

	.borderb_1-549 {
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.borderl_1-549 {
		border-left:solid 1px rgba(0,0,0,0.5);;
	}

	.borderr_1-549 {
		border-right:solid 1px rgba(0,0,0,0.5);;
	}

	.borderlr_1-549 {
		border-left:solid 1px rgba(0,0,0,0.5);;
		border-right:solid 1px rgba(0,0,0,0.5);;
	}
		.border_none-549 {
		border:none;
	}

	.bordertb_none-549 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-549 {
		border-top:none;
	}

	.borderb_none-549 {
		border-bottom:none;
	}

	.borderl_none-549 {
		border-left:none;
	}

	.borderr_none-549 {
		border-right:none;
	}

	.borderlr_none-549 {
		border-left:none;
		border-right:none;
	}
		.border_core-549 {
		border:solid 1px rgba(0,0,0,0.1);
	}

	.bordertb_core-549 {
		border-top:solid 1px rgba(0,0,0,0.1);
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.bordert_core-549 {
		border-top:solid 1px rgba(0,0,0,0.1);
	}

	.borderb_core-549 {
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.borderl_core-549 {
		border-left:solid 1px rgba(0,0,0,0.1);
	}

	.borderr_core-549 {
		border-right:solid 1px rgba(0,0,0,0.1);
	}

	.borderlr_core-549 {
		border-left:solid 1px rgba(0,0,0,0.1);
		border-right:solid 1px rgba(0,0,0,0.1);
	}
				.colour1_bg-549 {
				background-color:#000000!important;
			}

			.colour1_bg-549,
			a.colour1_bg-549 {
				color:#FFFFFF!important;
			}
		
			.colour1_bg-549 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour1-549 a,
			a.colour1-549 {
				color:#000000;
							}
			
			.colour1-549 {
					color:#000000;
				background:transparent!important;
						}

					
			.colour1_bg-549 input[type=text],
			.colour1_bg-549 input[type=password],
			.colour1_bg-549 input[type=number],
			.colour1_bg-549 textarea,
			.colour1_bg-549 select,
			.colour1_bg-549 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour1_bg-549 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour1_bg-549 select {
				color:rgba(255,255,255,0.7);
			}

			.colour1_bg-549 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour1_bg-549 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour2_bg-549 {
				background-color:#4b4a4b!important;
			}

			.colour2_bg-549,
			a.colour2_bg-549 {
				color:#FFFFFF!important;
			}
		
			.colour2_bg-549 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour2-549 a,
			a.colour2-549 {
				color:#4b4a4b;
							}
			
			.colour2-549 {
					color:#4b4a4b;
				background:transparent!important;
						}

					
			.colour2_bg-549 input[type=text],
			.colour2_bg-549 input[type=password],
			.colour2_bg-549 input[type=number],
			.colour2_bg-549 textarea,
			.colour2_bg-549 select,
			.colour2_bg-549 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour2_bg-549 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour2_bg-549 select {
				color:rgba(255,255,255,0.7);
			}

			.colour2_bg-549 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour2_bg-549 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour3_bg-549 {
				background-color:#616062!important;
			}

			.colour3_bg-549,
			a.colour3_bg-549 {
				color:#FFFFFF!important;
			}
		
			.colour3_bg-549 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour3-549 a,
			a.colour3-549 {
				color:#616062;
							}
			
			.colour3-549 {
					color:#616062;
				background:transparent!important;
						}

					
			.colour3_bg-549 input[type=text],
			.colour3_bg-549 input[type=password],
			.colour3_bg-549 input[type=number],
			.colour3_bg-549 textarea,
			.colour3_bg-549 select,
			.colour3_bg-549 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour3_bg-549 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour3_bg-549 select {
				color:rgba(255,255,255,0.7);
			}

			.colour3_bg-549 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour3_bg-549 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour4_bg-549 {
				background-color:#FFFFFF!important;
			}

			.colour4_bg-549,
			a.colour4_bg-549 {
				color:#202020!important;
			}
		
			.colour4_bg-549 a:not(.more) {
				color:#202020;
			}

			
			.colour4-549 a,
			a.colour4-549 {
				color:#FFFFFF;
							}
			
			.colour4-549 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour4_bg-549 input[type=text],
			.colour4_bg-549 input[type=password],
			.colour4_bg-549 input[type=number],
			.colour4_bg-549 textarea,
			.colour4_bg-549 select,
			.colour4_bg-549 select option {
				border-color:#202020;
				color:#202020;
				background:transparent;
			}
		
			.colour4_bg-549 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour4_bg-549 select {
				color:rgba(32,32,32,0.7);
			}

			.colour4_bg-549 ::-webkit-input-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}

			.colour4_bg-549 ::-moz-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}
		
						.colour5_bg-549 {
				background-color:#FFFFFF!important;
			}

			.colour5_bg-549,
			a.colour5_bg-549 {
				color:#424040!important;
			}
		
			.colour5_bg-549 a:not(.more) {
				color:#424040;
			}

			
			.colour5-549 a,
			a.colour5-549 {
				color:#FFFFFF;
							}
			
			.colour5-549 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour5_bg-549 input[type=text],
			.colour5_bg-549 input[type=password],
			.colour5_bg-549 input[type=number],
			.colour5_bg-549 textarea,
			.colour5_bg-549 select,
			.colour5_bg-549 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour5_bg-549 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour5_bg-549 select {
				color:rgba(66,64,64,0.7);
			}

			.colour5_bg-549 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour5_bg-549 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
						.colour6_bg-549 {
				background-color:#EEEEEE!important;
			}

			.colour6_bg-549,
			a.colour6_bg-549 {
				color:#424040!important;
			}
		
			.colour6_bg-549 a:not(.more) {
				color:#424040;
			}

			
			.colour6-549 a,
			a.colour6-549 {
				color:#EEEEEE;
							}
			
			.colour6-549 {
					color:#EEEEEE;
				background:transparent!important;
						}

					
			.colour6_bg-549 input[type=text],
			.colour6_bg-549 input[type=password],
			.colour6_bg-549 input[type=number],
			.colour6_bg-549 textarea,
			.colour6_bg-549 select,
			.colour6_bg-549 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour6_bg-549 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour6_bg-549 select {
				color:rgba(66,64,64,0.7);
			}

			.colour6_bg-549 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour6_bg-549 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
			
}

@media only screen and (max-width : 499px) {
	
.grid.eight-499 {
	float:left!important;
	width:10.575%!important;
margin-right:2.2%!important;;
}

.grid.eight_x2-499 {
	float:left!important;
	width:23.35%!important;
margin-right:2.2%!important;;
}

.grid.eight_x3-499 {
	float:left!important;
	width:36.125%!important;
margin-right:2.2%!important;;
}

.grid.eight_x4-499 {
	float:left!important;
	width:48.9%!important;
margin-right:2.2%!important;;
}

.grid.eight_x5-499 {
	float:left!important;
	width:61.675%!important;
margin-right:2.2%!important;;
}

.grid.eight_x6-499 {
	float:left!important;
	width:74.45%!important;
margin-right:2.2%!important;;
}

.grid.eight_x7-499 {
	float:left!important;
	width:87.225%!important;
margin-right:2.2%!important;;
}

.grid.seven-499 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-499 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-499 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-499 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-499 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-499 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-499 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-499 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-499 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-499 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-499 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-499 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-499 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-499 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-499 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-499 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-499 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-499 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-499 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-499 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-499 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-499 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.eight-499 {
	width:12.5%!important;
}

.floatl.eight_x2-499 {
	width:25%!important;
}

.floatl.eight_x3-499 {
	width:37.5%!important;
}

.floatl.eight_x4-499 {
	width:50%!important;
}

.floatl.eight_x5-499 {
	width:62.5%!important;
}

.floatl.eight_x6-499 {
	width:75%!important;
}

.floatl.eight_x7-499 {
	width:87.5%!important;
}

.floatl.seven-499 {
	width:14.28571429%!important;
}

.floatl.seven_x2-499 {
	width:28.57142857%!important;
}

.floatl.seven_x3-499 {
	width:42.85714286%!important;
}

.floatl.seven_x4-499 {
	width:57.14285714%!important;
}

.floatl.seven_x5-499 {
	width:71.42857143%!important;
}

.floatl.seven_x6-499 {
	width:85.71428571%!important;
}

.floatl.six-499 {
	width:16.66666667%!important;
}

.floatl.six_x2-499 {
	width:33.33333333%!important;
}

.floatl.six_x3-499 {
	width:50%!important;
}

.floatl.six_x4-499 {
	width:66.6666667%!important;
}

.floatl.six_x5-499 {
	width:83%!important;
}

.floatl.five-499 {
	width:20%!important;
}

.floatl.five_x2-499 {
	width:40%!important;
}

.floatl.five_x3-499 {
	width:60%!important;
}

.floatl.five_x4-499 {
	width:80%!important;
}

.floatl.four-499 {
	width:25%!important;
}

.floatl.four_x2-499 {
	width:50%!important;
}

.floatl.four_x3-499 {
	width:75%!important;
}

.floatl.three-499 {
	width:33.33333333%!important;
}

.floatl.three_x2-499 {
	width:66.66666667%!important;
}

.floatl.two-499 {
	width:50%!important;
}

.floatl.one-499 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

.o1-499 {
		order:1;
	}

.fl1-499 {
	flex:1;
}

.gridc > .r1-499 {
	grid-row-start:1;
}
.gridc-499 > .r1-499 {
	grid-row-start:1;
	overflow:hidden;
}
.gridc > .re1-499 {
	grid-row-end:1;
}
.gridc-499 > .re1-499 {
	grid-row-end:1;
}
.gridc > .c1-499 {
	grid-column-start:1;
}
.gridc-499 > .c1-499 {
	grid-column-start:1;
}
.gridc > .ce1-499 {
	grid-column-end:1;
}
.gridc-499 > .ce1-499 {
	grid-column-end:1;
}

.o2-499 {
		order:2;
	}

.fl2-499 {
	flex:2;
}

.gridc > .r2-499 {
	grid-row-start:2;
}
.gridc-499 > .r2-499 {
	grid-row-start:2;
	overflow:hidden;
}
.gridc > .re2-499 {
	grid-row-end:2;
}
.gridc-499 > .re2-499 {
	grid-row-end:2;
}
.gridc > .c2-499 {
	grid-column-start:2;
}
.gridc-499 > .c2-499 {
	grid-column-start:2;
}
.gridc > .ce2-499 {
	grid-column-end:2;
}
.gridc-499 > .ce2-499 {
	grid-column-end:2;
}

.o3-499 {
		order:3;
	}

.fl3-499 {
	flex:3;
}

.gridc > .r3-499 {
	grid-row-start:3;
}
.gridc-499 > .r3-499 {
	grid-row-start:3;
	overflow:hidden;
}
.gridc > .re3-499 {
	grid-row-end:3;
}
.gridc-499 > .re3-499 {
	grid-row-end:3;
}
.gridc > .c3-499 {
	grid-column-start:3;
}
.gridc-499 > .c3-499 {
	grid-column-start:3;
}
.gridc > .ce3-499 {
	grid-column-end:3;
}
.gridc-499 > .ce3-499 {
	grid-column-end:3;
}

.o4-499 {
		order:4;
	}

.fl4-499 {
	flex:4;
}

.gridc > .r4-499 {
	grid-row-start:4;
}
.gridc-499 > .r4-499 {
	grid-row-start:4;
	overflow:hidden;
}
.gridc > .re4-499 {
	grid-row-end:4;
}
.gridc-499 > .re4-499 {
	grid-row-end:4;
}
.gridc > .c4-499 {
	grid-column-start:4;
}
.gridc-499 > .c4-499 {
	grid-column-start:4;
}
.gridc > .ce4-499 {
	grid-column-end:4;
}
.gridc-499 > .ce4-499 {
	grid-column-end:4;
}

.o5-499 {
		order:5;
	}

.fl5-499 {
	flex:5;
}

.gridc > .r5-499 {
	grid-row-start:5;
}
.gridc-499 > .r5-499 {
	grid-row-start:5;
	overflow:hidden;
}
.gridc > .re5-499 {
	grid-row-end:5;
}
.gridc-499 > .re5-499 {
	grid-row-end:5;
}
.gridc > .c5-499 {
	grid-column-start:5;
}
.gridc-499 > .c5-499 {
	grid-column-start:5;
}
.gridc > .ce5-499 {
	grid-column-end:5;
}
.gridc-499 > .ce5-499 {
	grid-column-end:5;
}

.o6-499 {
		order:6;
	}

.fl6-499 {
	flex:6;
}

.gridc > .r6-499 {
	grid-row-start:6;
}
.gridc-499 > .r6-499 {
	grid-row-start:6;
	overflow:hidden;
}
.gridc > .re6-499 {
	grid-row-end:6;
}
.gridc-499 > .re6-499 {
	grid-row-end:6;
}
.gridc > .c6-499 {
	grid-column-start:6;
}
.gridc-499 > .c6-499 {
	grid-column-start:6;
}
.gridc > .ce6-499 {
	grid-column-end:6;
}
.gridc-499 > .ce6-499 {
	grid-column-end:6;
}

.o7-499 {
		order:7;
	}

.fl7-499 {
	flex:7;
}

.gridc > .r7-499 {
	grid-row-start:7;
}
.gridc-499 > .r7-499 {
	grid-row-start:7;
	overflow:hidden;
}
.gridc > .re7-499 {
	grid-row-end:7;
}
.gridc-499 > .re7-499 {
	grid-row-end:7;
}
.gridc > .c7-499 {
	grid-column-start:7;
}
.gridc-499 > .c7-499 {
	grid-column-start:7;
}
.gridc > .ce7-499 {
	grid-column-end:7;
}
.gridc-499 > .ce7-499 {
	grid-column-end:7;
}

.o8-499 {
		order:8;
	}

.fl8-499 {
	flex:8;
}

.gridc > .r8-499 {
	grid-row-start:8;
}
.gridc-499 > .r8-499 {
	grid-row-start:8;
	overflow:hidden;
}
.gridc > .re8-499 {
	grid-row-end:8;
}
.gridc-499 > .re8-499 {
	grid-row-end:8;
}
.gridc > .c8-499 {
	grid-column-start:8;
}
.gridc-499 > .c8-499 {
	grid-column-start:8;
}
.gridc > .ce8-499 {
	grid-column-end:8;
}
.gridc-499 > .ce8-499 {
	grid-column-end:8;
}

.o9-499 {
		order:9;
	}

.fl9-499 {
	flex:9;
}

.gridc > .r9-499 {
	grid-row-start:9;
}
.gridc-499 > .r9-499 {
	grid-row-start:9;
	overflow:hidden;
}
.gridc > .re9-499 {
	grid-row-end:9;
}
.gridc-499 > .re9-499 {
	grid-row-end:9;
}
.gridc > .c9-499 {
	grid-column-start:9;
}
.gridc-499 > .c9-499 {
	grid-column-start:9;
}
.gridc > .ce9-499 {
	grid-column-end:9;
}
.gridc-499 > .ce9-499 {
	grid-column-end:9;
}

.z1-499 {
	z-index:1;
}

.z9999999-499 {
	z-index:9999999;
}

.z2-499 {
	z-index:2;
}

.z9999998-499 {
	z-index:9999998;
}

.z3-499 {
	z-index:3;
}

.z9999997-499 {
	z-index:9999997;
}

.z4-499 {
	z-index:4;
}

.z9999996-499 {
	z-index:9999996;
}

.z5-499 {
	z-index:5;
}

.z9999995-499 {
	z-index:9999995;
}

.z6-499 {
	z-index:6;
}

.z9999994-499 {
	z-index:9999994;
}

.z7-499 {
	z-index:7;
}

.z9999993-499 {
	z-index:9999993;
}

.z8-499 {
	z-index:8;
}

.z9999992-499 {
	z-index:9999992;
}

.z9-499 {
	z-index:9;
}

.z9999991-499 {
	z-index:9999991;
}

.w100-499 {
	font-weight:100;
}
.w200-499 {
	font-weight:200;
}
.w300-499 {
	font-weight:300;
}
.w400-499 {
	font-weight:400;
}
.w500-499 {
	font-weight:500;
}
.w600-499 {
	font-weight:600;
}
.w700-499 {
	font-weight:700;
}
.w800-499 {
	font-weight:800;
}
.w900-499 {
	font-weight:900;
}
.f1-499 {
	font-size:1.1em;
	line-height:1.1em;
}

p.f1-499,
p > *.f1-499 {
	line-height:1.4em;
}
.f1_5-499 {
	font-size:1.15em;
	line-height:1.15em;
}

p.f1_5-499,
p > *.f1_5-499 {
	line-height:1.18em;
}
.f2-499 {
	font-size:1.2em;
	line-height:1.2em;
}

p.f2-499,
p > *.f2-499 {
	line-height:1.5em;
}
.f2_5-499 {
	font-size:1.25em;
	line-height:1.25em;
}

p.f2_5-499,
p > *.f2_5-499 {
	line-height:1.28em;
}
.f3-499 {
	font-size:1.3em;
	line-height:1.3em;
}

p.f3-499,
p > *.f3-499 {
	line-height:1.6em;
}
.f3_5-499 {
	font-size:1.35em;
	line-height:1.35em;
}

p.f3_5-499,
p > *.f3_5-499 {
	line-height:1.38em;
}
.f4-499 {
	font-size:1.4em;
	line-height:1.4em;
}

p.f4-499,
p > *.f4-499 {
	line-height:1.7em;
}
.f4_5-499 {
	font-size:1.45em;
	line-height:1.45em;
}

p.f4_5-499,
p > *.f4_5-499 {
	line-height:1.48em;
}
.f5-499 {
	font-size:1.5em;
	line-height:1.5em;
}

p.f5-499,
p > *.f5-499 {
	line-height:1.8em;
}
.f5_5-499 {
	font-size:1.55em;
	line-height:1.55em;
}

p.f5_5-499,
p > *.f5_5-499 {
	line-height:1.58em;
}
.f6-499 {
	font-size:1.6em;
	line-height:1.6em;
}

p.f6-499,
p > *.f6-499 {
	line-height:1.9em;
}
.f6_5-499 {
	font-size:1.65em;
	line-height:1.65em;
}

p.f6_5-499,
p > *.f6_5-499 {
	line-height:1.68em;
}
.f7-499 {
	font-size:1.7em;
	line-height:1.7em;
}

p.f7-499,
p > *.f7-499 {
	line-height:1.10em;
}
.f7_5-499 {
	font-size:1.75em;
	line-height:1.75em;
}

p.f7_5-499,
p > *.f7_5-499 {
	line-height:1.78em;
}
.f8-499 {
	font-size:1.8em;
	line-height:1.8em;
}

p.f8-499,
p > *.f8-499 {
	line-height:1.11em;
}
.f8_5-499 {
	font-size:1.85em;
	line-height:1.85em;
}

p.f8_5-499,
p > *.f8_5-499 {
	line-height:1.88em;
}
.f9-499 {
	font-size:1.9em;
	line-height:1.9em;
}

p.f9-499,
p > *.f9-499 {
	line-height:1.12em;
}
.f9_5-499 {
	font-size:1.95em;
	line-height:1.95em;
}

p.f9_5-499,
p > *.f9_5-499 {
	line-height:1.98em;
}
.f10-499 {
	font-size:2em;
	line-height:2em;
}

p.f10-499,
p > *.f10-499 {
	line-height:2em;
}
.f10_5-499 {
	font-size:2em;
	line-height:2em;
}

p.f10_5-499,
p > *.f10_5-499 {
	line-height:2em;
}
.nf1-499 {
	font-size:0.9em;
}

*:not(p):not(ul):not(ol).nf1-499 {
	line-height:0.9em;
}

p.nf1-499,
ul.nf1-499,
ol.nf1-499 {
	line-height:1.9em;
}
.nf1_5-499 {
	font-size:0.85em;
}

*:not(p):not(ul):not(ol).nf1_5-499 {
	line-height:0.85em;
}

p.nf1_5-499,
ul.nf1_5-499,
ol.nf1_5-499 {
	line-height:1.85em;
}
.nf2-499 {
	font-size:0.8em;
}

*:not(p):not(ul):not(ol).nf2-499 {
	line-height:0.8em;
}

p.nf2-499,
ul.nf2-499,
ol.nf2-499 {
	line-height:1.8em;
}
.nf2_5-499 {
	font-size:0.75em;
}

*:not(p):not(ul):not(ol).nf2_5-499 {
	line-height:0.75em;
}

p.nf2_5-499,
ul.nf2_5-499,
ol.nf2_5-499 {
	line-height:1.75em;
}
.nf3-499 {
	font-size:0.7em;
}

*:not(p):not(ul):not(ol).nf3-499 {
	line-height:0.7em;
}

p.nf3-499,
ul.nf3-499,
ol.nf3-499 {
	line-height:1.7em;
}
.nf3_5-499 {
	font-size:0.65em;
}

*:not(p):not(ul):not(ol).nf3_5-499 {
	line-height:0.65em;
}

p.nf3_5-499,
ul.nf3_5-499,
ol.nf3_5-499 {
	line-height:1.65em;
}
.nf4-499 {
	font-size:0.6em;
}

*:not(p):not(ul):not(ol).nf4-499 {
	line-height:0.6em;
}

p.nf4-499,
ul.nf4-499,
ol.nf4-499 {
	line-height:1.6em;
}
.nf4_5-499 {
	font-size:0.55em;
}

*:not(p):not(ul):not(ol).nf4_5-499 {
	line-height:0.55em;
}

p.nf4_5-499,
ul.nf4_5-499,
ol.nf4_5-499 {
	line-height:1.55em;
}
.nf5-499 {
	font-size:0.5em;
}

*:not(p):not(ul):not(ol).nf5-499 {
	line-height:0.5em;
}

p.nf5-499,
ul.nf5-499,
ol.nf5-499 {
	line-height:1.5em;
}
.nf5_5-499 {
	font-size:0.45em;
}

*:not(p):not(ul):not(ol).nf5_5-499 {
	line-height:0.45em;
}

p.nf5_5-499,
ul.nf5_5-499,
ol.nf5_5-499 {
	line-height:1.45em;
}
.nf6-499 {
	font-size:0.4em;
}

*:not(p):not(ul):not(ol).nf6-499 {
	line-height:0.4em;
}

p.nf6-499,
ul.nf6-499,
ol.nf6-499 {
	line-height:1.4em;
}
.nf6_5-499 {
	font-size:0.35em;
}

*:not(p):not(ul):not(ol).nf6_5-499 {
	line-height:0.35em;
}

p.nf6_5-499,
ul.nf6_5-499,
ol.nf6_5-499 {
	line-height:1.35em;
}
.nf7-499 {
	font-size:0.3em;
}

*:not(p):not(ul):not(ol).nf7-499 {
	line-height:0.3em;
}

p.nf7-499,
ul.nf7-499,
ol.nf7-499 {
	line-height:1.3em;
}
.nf7_5-499 {
	font-size:0.25em;
}

*:not(p):not(ul):not(ol).nf7_5-499 {
	line-height:0.25em;
}

p.nf7_5-499,
ul.nf7_5-499,
ol.nf7_5-499 {
	line-height:1.25em;
}
.nf8-499 {
	font-size:0.2em;
}

*:not(p):not(ul):not(ol).nf8-499 {
	line-height:0.2em;
}

p.nf8-499,
ul.nf8-499,
ol.nf8-499 {
	line-height:1.2em;
}
.nf8_5-499 {
	font-size:0.15em;
}

*:not(p):not(ul):not(ol).nf8_5-499 {
	line-height:0.15em;
}

p.nf8_5-499,
ul.nf8_5-499,
ol.nf8_5-499 {
	line-height:1.15em;
}
.nf9-499 {
	font-size:0.1em;
}

*:not(p):not(ul):not(ol).nf9-499 {
	line-height:0.1em;
}

p.nf9-499,
ul.nf9-499,
ol.nf9-499 {
	line-height:1.1em;
}
.nf9_5-499 {
	font-size:0.05em;
}

*:not(p):not(ul):not(ol).nf9_5-499 {
	line-height:0.05em;
}

p.nf9_5-499,
ul.nf9_5-499,
ol.nf9_5-499 {
	line-height:1.05em;
}
  .invisible-499 {
			visibility:hidden!important;
		}

  .last-499 {
			margin-right:0px!important;
		}

  .floatl-499 {
			float:left!important;
		}

  .floatr-499 {
			float:right!important;
		}

  .left-499 {
			float:left!important;
		}

  .right-499 {
			float:right!important;
		}

  .floatn-499,
 .grid.floatn-499 {
			float:none!important;
		}

  .grid-499 {
			float:left!important;
overflow:hidden;;
		}

  .grid.last-499 {
			float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
		}

  .none-499 {
			display:none!important;
		}

  .block-499 {
			display:block!important;
		}

  .iblock-499 {
			display:inline-block!important;
		}

  .inline-499 {
			display:inline!important;
		}

  .table-499 {
			display:table!important;
		}

  .row-499 {
			display:table-row!important;
		}

  .cell-499 {
			display:table-cell!important;
vertical-align:middle;
		}

  .collapse-499 {
			border-collapse:collapse;
		}

  .clearl-499 {
			clear:left!important;
		}

  .clearr-499 {
			clear:right!important;
		}

  .clearn-499 {
			clear:none!important;
		}

  .clearnone-499 {
			clear:none!important;
		}

  .clearb-499 {
			clear:both!important;
		}

  .clear-499 {
			float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
		}

  .up-499 {
			text-transform:uppercase;
		}

  .transnone-499 {
			text-transform:none;
		}

  .strike-499 {
			text-decoration:line-through;
		}

  .alignl-499 {
			text-align:left!important;
		}

  .alignr-499 {
			text-align:right!important;
		}

  .alignc-499 {
			text-align:center!important;
		}

  .alignj-499 {
			text-align:justify!important;
		}

  .valign-499 {
			vertical-align:middle!important;
		}

  .widthauto-499 {
			width:auto!important;
		}

  .heightauto-499 {
			height:auto!important;
min-height:0px!important;
		}

.square.heightauto-499::after {
	display:none!important;
}

.square.heightauto-499 > * {
	position:static!important;
}

  .width0-499 {
			width:0px;
		}

  .width50-499 {
			width:50%;
		}

  .height0-499 {
			height:0px;
		}

  .height50-499 {
			height:50%;
		}

  .mw100-499 {
			max-width:100%;
		}

  .mw90-499 {
			max-width:90%;
		}

  .mw80-499 {
			max-width:80%;
		}

  .mw70-499 {
			max-width:70%;
		}

  .mw60-499 {
			max-width:60%;
		}

  .mw50-499 {
			max-width:50%;
		}

  .mw40-499 {
			max-width:40%;
		}

  .mw30-499 {
			max-width:30%;
		}

  .mw20-499 {
			max-width:20%;
		}

  .mw10-499 {
			max-width:10%;
		}

  .mwnone-499 {
			max-width:none;
		}

  .fw-499,
 .grid.fw-499,
 .floatl.fw-499 {
			width:100%!important;
      margin-left:0px!important;
			margin-right:0px!important;
		}

  .fh-499 {
			height:100%!important;
		}

  .pointer-499 {
			cursor:pointer!important;
		}

  .noallow-499 {
			cursor:not-allowed!important;
		}

  .noselect-499 {
			user-select:none!important;
		}

  .static-499 {
			position:static!important;
		}

  .relative-499 {
			position:relative!important;
		}

  .absolute-499 {
			position:absolute!important;
		}

  .fixed-499 {
			position:fixed!important;
		}

  .spacing-499 {
			margin-bottom:7px!important;
		}

  .spacing.floatl-499 {
			margin-right:15px!important;
		}

  .spacing.floatr-499 {
			margin-left:15px!important;
		}

  .flowhide-499 {
			overflow:hidden;
		}

  .flowshow-499 {
			overflow:visible;
		}

  .flowauto-499 {
			overflow:auto;
		}

  .nowrap-499 {
			white-space:nowrap;
		}

  .lhreset-499 {
			line-height:normal;
		}

  .circle-499 {
			border-radius:50%!important;
		}

  .radnone-499 {
			border-radius:0px!important;
		}

  .vh10-499 {
			height:10vh!important;
		}

  .vh25-499 {
			height:25vh!important;
		}

  .vh50-499 {
			height:50vh!important;
		}

  .vh100-499 {
			height:100vh!important;
		}

  .vw10-499 {
			width:10vw!important;
		}

  .vw25-499 {
			width:25vw!important;
		}

  .vw50-499 {
			width:50vw!important;
		}

  .vw100-499 {
			width:100vw!important;
		}

  .flexw-499 {
			flex-wrap:wrap!important;
		}

  .flexwn-499 {
			flex-wrap:nowrap!important;
		}

  .flexwr-499 {
			flex-wrap:wrap-reverse!important;
		}

  .flexdr-499 {
			flex-direction:row!important;
		}

  .flexdrr-499 {
			flex-direction:row-reverse!important;
		}

  .flexdc-499 {
			flex-direction:column!important;
		}

  .flexdcr-499 {
			flex-direction:column-reverse!important;
		}

  .flex-499 {
			display:flex!important;
align-items:center;
flex-wrap:wrap;;
		}

  .iflex-499 {
			display:inline-flex!important;
align-items:center;;
		}

  .spaced-499 {
			justify-content:space-between;
		}

  .flexdr.spaced-499 {
			align-content:space-between;
		}

  .spacee-499 {
			justify-content:space-evenly;
		}

  .falignst-499 {
			align-items:stretch;;
		}

  .falignc-499 {
			align-items:center;;
		}

  .faligns-499 {
			align-items:flex-start;;
		}

  .faligne-499 {
			align-items:flex-end;;
		}

  .fjustl-499 {
			justify-content:flex-start;;
		}

  .fjustr-499 {
			justify-content:flex-end;;
		}

  .fjustc-499 {
			justify-content:center;;
		}

  .flexn-499 {
			flex:none!important;width:100%;;
		}

  .gridc-499 {
			display:grid!important;;
		}

  .o100-499 {
			opacity:1;
		}

  .o90-499 {
			opacity:0.9;
		}

  .o80-499 {
			opacity:0.8;
		}

  .o70-499 {
			opacity:0.7;
		}

  .o60-499 {
			opacity:0.6;
		}

  .o50-499 {
			opacity:0.5;
		}

  .o40-499 {
			opacity:0.4;
		}

  .o30-499 {
			opacity:0.3;
		}

  .o20-499 {
			opacity:0.2;
		}

  .o10-499 {
			opacity:0.1;
		}

  .o0-499 {
			opacity:0;
		}

  .left0-499 {
			left:0px!important;;
		}

  .right0-499 {
			right:0px!important;;
		}

  .top0-499 {
			top:0px!important;;
		}

  .bottom0-499 {
			bottom:0px!important;;
		}

  .left50-499 {
			left:50%!important;;
		}

  .right50-499 {
			right:50%!important;;
		}

  .top50-499 {
			top:50%!important;;
		}

  .bottom50-499 {
			bottom:50%!important;;
		}

  .left100-499 {
			left:100%!important;;
		}

  .right100-499 {
			right:100%!important;;
		}

  .top100-499 {
			top:100%!important;;
		}

  .bottom100-499 {
			bottom:100%!important;;
		}

  .leftauto-499 {
			left:auto!important;;
		}

  .rightauto-499 {
			right:auto!important;;
		}

  .topauto-499 {
			top:auto!important;;
		}

  .bottomauto-499 {
			bottom:auto!important;;
		}

  .all0-499 {
			top:0px!important;
bottom:0px!important;
left:0px!important;
right:0px!important;;
		}

  .lineup.fw-499, .lineupgroup.fw-499 {
			height:auto!important;
	}

	

			.padded_tiny-499 {
				padding:5px!important;

			}

			.paddedtb_tiny-499 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-499 {
				padding-top:5px!important;
			}

			.paddedb_tiny-499 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-499 {
				padding-left:5px!important;
			}

			.paddedr_tiny-499 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-499 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-499 {
				margin:5px!important;
			}

			.margintb_tiny-499 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-499 {
				margin-top:5px!important;
			}

			.marginb_tiny-499 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-499 {
				margin-left:5px!important;
			}

			.marginr_tiny-499 {
				margin-right:5px!important;
			}

			.marginlr_tiny-499 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			
			.nmarginlr_tiny {
				margin-left:-5px!important;
				margin-right:-5px!important;
			}
				
			.nmargin_tiny-499 {
				margin:-5px!important;
			}

			.nmargintb_tiny-499 {
				margin-top:-5px!important;
				margin-bottom:-5px!important;
			}

			.nmargint_tiny-499 {
				margin-top:-5px!important;
			}

			.nmarginb_tiny-499 {
				margin-bottom:-5px!important;
			}

			.nmarginl_tiny-499 {
				margin-left:-5px!important;
			}

			.nmarginr_tiny-499 {
				margin-right:-5px!important;
			}
			
			.padded_small-499 {
				padding:10px!important;

			}

			.paddedtb_small-499 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-499 {
				padding-top:10px!important;
			}

			.paddedb_small-499 {
				padding-bottom:10px!important;
			}

			.paddedl_small-499 {
				padding-left:10px!important;
			}

			.paddedr_small-499 {
				padding-right:10px!important;
			}

			.paddedlr_small-499 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-499 {
				margin:10px!important;
			}

			.margintb_small-499 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-499 {
				margin-top:10px!important;
			}

			.marginb_small-499 {
				margin-bottom:10px!important;
			}

			.marginl_small-499 {
				margin-left:10px!important;
			}

			.marginr_small-499 {
				margin-right:10px!important;
			}

			.marginlr_small-499 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_small {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_small-499 {
				margin:-10px!important;
			}

			.nmargintb_small-499 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_small-499 {
				margin-top:-10px!important;
			}

			.nmarginb_small-499 {
				margin-bottom:-10px!important;
			}

			.nmarginl_small-499 {
				margin-left:-10px!important;
			}

			.nmarginr_small-499 {
				margin-right:-10px!important;
			}
			
			.padded_medium-499 {
				padding:20px!important;

			}

			.paddedtb_medium-499 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-499 {
				padding-top:20px!important;
			}

			.paddedb_medium-499 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-499 {
				padding-left:20px!important;
			}

			.paddedr_medium-499 {
				padding-right:20px!important;
			}

			.paddedlr_medium-499 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-499 {
				margin:20px!important;
			}

			.margintb_medium-499 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-499 {
				margin-top:20px!important;
			}

			.marginb_medium-499 {
				margin-bottom:20px!important;
			}

			.marginl_medium-499 {
				margin-left:20px!important;
			}

			.marginr_medium-499 {
				margin-right:20px!important;
			}

			.marginlr_medium-499 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			
			.nmarginlr_medium {
				margin-left:-20px!important;
				margin-right:-20px!important;
			}
				
			.nmargin_medium-499 {
				margin:-20px!important;
			}

			.nmargintb_medium-499 {
				margin-top:-20px!important;
				margin-bottom:-20px!important;
			}

			.nmargint_medium-499 {
				margin-top:-20px!important;
			}

			.nmarginb_medium-499 {
				margin-bottom:-20px!important;
			}

			.nmarginl_medium-499 {
				margin-left:-20px!important;
			}

			.nmarginr_medium-499 {
				margin-right:-20px!important;
			}
			
			.padded_large-499 {
				padding:40px!important;

			}

			.paddedtb_large-499 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-499 {
				padding-top:40px!important;
			}

			.paddedb_large-499 {
				padding-bottom:40px!important;
			}

			.paddedl_large-499 {
				padding-left:40px!important;
			}

			.paddedr_large-499 {
				padding-right:40px!important;
			}

			.paddedlr_large-499 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-499 {
				margin:40px!important;
			}

			.margintb_large-499 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-499 {
				margin-top:40px!important;
			}

			.marginb_large-499 {
				margin-bottom:40px!important;
			}

			.marginl_large-499 {
				margin-left:40px!important;
			}

			.marginr_large-499 {
				margin-right:40px!important;
			}

			.marginlr_large-499 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			
			.nmarginlr_large {
				margin-left:-40px!important;
				margin-right:-40px!important;
			}
				
			.nmargin_large-499 {
				margin:-40px!important;
			}

			.nmargintb_large-499 {
				margin-top:-40px!important;
				margin-bottom:-40px!important;
			}

			.nmargint_large-499 {
				margin-top:-40px!important;
			}

			.nmarginb_large-499 {
				margin-bottom:-40px!important;
			}

			.nmarginl_large-499 {
				margin-left:-40px!important;
			}

			.nmarginr_large-499 {
				margin-right:-40px!important;
			}
			
			.padded_core-499 {
				padding:10px!important;

			}

			.paddedtb_core-499 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-499 {
				padding-top:10px!important;
			}

			.paddedb_core-499 {
				padding-bottom:10px!important;
			}

			.paddedl_core-499 {
				padding-left:10px!important;
			}

			.paddedr_core-499 {
				padding-right:10px!important;
			}

			.paddedlr_core-499 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-499 {
				margin:10px!important;
			}

			.margintb_core-499 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-499 {
				margin-top:10px!important;
			}

			.marginb_core-499 {
				margin-bottom:10px!important;
			}

			.marginl_core-499 {
				margin-left:10px!important;
			}

			.marginr_core-499 {
				margin-right:10px!important;
			}

			.marginlr_core-499 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_core {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_core-499 {
				margin:-10px!important;
			}

			.nmargintb_core-499 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_core-499 {
				margin-top:-10px!important;
			}

			.nmarginb_core-499 {
				margin-bottom:-10px!important;
			}

			.nmarginl_core-499 {
				margin-left:-10px!important;
			}

			.nmarginr_core-499 {
				margin-right:-10px!important;
			}
						
			.margin_auto-499 {
				margin:auto!important;
			}

			.margintb_auto-499 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-499 {
				margin-top:auto!important;
			}

			.marginb_auto-499 {
				margin-bottom:auto!important;
			}

			.marginl_auto-499 {
				margin-left:auto!important;
			}

			.marginr_auto-499 {
				margin-right:auto!important;
			}

			.marginlr_auto-499 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			
			.nmarginlr_auto {
				margin-left:-auto!important;
				margin-right:-auto!important;
			}
				
			.nmargin_auto-499 {
				margin:-auto!important;
			}

			.nmargintb_auto-499 {
				margin-top:-auto!important;
				margin-bottom:-auto!important;
			}

			.nmargint_auto-499 {
				margin-top:-auto!important;
			}

			.nmarginb_auto-499 {
				margin-bottom:-auto!important;
			}

			.nmarginl_auto-499 {
				margin-left:-auto!important;
			}

			.nmarginr_auto-499 {
				margin-right:-auto!important;
			}
			
			.padded_none-499 {
				padding:0px!important;

			}

			.paddedtb_none-499 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-499 {
				padding-top:0px!important;
			}

			.paddedb_none-499 {
				padding-bottom:0px!important;
			}

			.paddedl_none-499 {
				padding-left:0px!important;
			}

			.paddedr_none-499 {
				padding-right:0px!important;
			}

			.paddedlr_none-499 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-499 {
				margin:0px!important;
			}

			.margintb_none-499 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-499 {
				margin-top:0px!important;
			}

			.marginb_none-499 {
				margin-bottom:0px!important;
			}

			.marginl_none-499 {
				margin-left:0px!important;
			}

			.marginr_none-499 {
				margin-right:0px!important;
			}

			.marginlr_none-499 {
				margin-left:0px!important;
				margin-right:0px!important;
			}
			
			.nmarginlr_none {
				margin-left:-0px!important;
				margin-right:-0px!important;
			}
				
			.nmargin_none-499 {
				margin:-0px!important;
			}

			.nmargintb_none-499 {
				margin-top:-0px!important;
				margin-bottom:-0px!important;
			}

			.nmargint_none-499 {
				margin-top:-0px!important;
			}

			.nmarginb_none-499 {
				margin-bottom:-0px!important;
			}

			.nmarginl_none-499 {
				margin-left:-0px!important;
			}

			.nmarginr_none-499 {
				margin-right:-0px!important;
			}
			
			.padded_p100-499 {
				padding:100%!important;

			}

			.paddedtb_p100-499 {
				padding-top:100%!important;
				padding-bottom:100%!important;
			}

			.paddedt_p100-499 {
				padding-top:100%!important;
			}

			.paddedb_p100-499 {
				padding-bottom:100%!important;
			}

			.paddedl_p100-499 {
				padding-left:100%!important;
			}

			.paddedr_p100-499 {
				padding-right:100%!important;
			}

			.paddedlr_p100-499 {
				padding-left:100%!important;
				padding-right:100%!important;
			}
		
						
			.margin_p100-499 {
				margin:100%!important;
			}

			.margintb_p100-499 {
				margin-top:100%!important;
				margin-bottom:100%!important;
			}

			.margint_p100-499 {
				margin-top:100%!important;
			}

			.marginb_p100-499 {
				margin-bottom:100%!important;
			}

			.marginl_p100-499 {
				margin-left:100%!important;
			}

			.marginr_p100-499 {
				margin-right:100%!important;
			}

			.marginlr_p100-499 {
				margin-left:100%!important;
				margin-right:100%!important;
			}
			
			.nmarginlr_p100 {
				margin-left:-100%!important;
				margin-right:-100%!important;
			}
				
			.nmargin_p100-499 {
				margin:-100%!important;
			}

			.nmargintb_p100-499 {
				margin-top:-100%!important;
				margin-bottom:-100%!important;
			}

			.nmargint_p100-499 {
				margin-top:-100%!important;
			}

			.nmarginb_p100-499 {
				margin-bottom:-100%!important;
			}

			.nmarginl_p100-499 {
				margin-left:-100%!important;
			}

			.nmarginr_p100-499 {
				margin-right:-100%!important;
			}
			
			.padded_p75-499 {
				padding:75%!important;

			}

			.paddedtb_p75-499 {
				padding-top:75%!important;
				padding-bottom:75%!important;
			}

			.paddedt_p75-499 {
				padding-top:75%!important;
			}

			.paddedb_p75-499 {
				padding-bottom:75%!important;
			}

			.paddedl_p75-499 {
				padding-left:75%!important;
			}

			.paddedr_p75-499 {
				padding-right:75%!important;
			}

			.paddedlr_p75-499 {
				padding-left:75%!important;
				padding-right:75%!important;
			}
		
						
			.margin_p75-499 {
				margin:75%!important;
			}

			.margintb_p75-499 {
				margin-top:75%!important;
				margin-bottom:75%!important;
			}

			.margint_p75-499 {
				margin-top:75%!important;
			}

			.marginb_p75-499 {
				margin-bottom:75%!important;
			}

			.marginl_p75-499 {
				margin-left:75%!important;
			}

			.marginr_p75-499 {
				margin-right:75%!important;
			}

			.marginlr_p75-499 {
				margin-left:75%!important;
				margin-right:75%!important;
			}
			
			.nmarginlr_p75 {
				margin-left:-75%!important;
				margin-right:-75%!important;
			}
				
			.nmargin_p75-499 {
				margin:-75%!important;
			}

			.nmargintb_p75-499 {
				margin-top:-75%!important;
				margin-bottom:-75%!important;
			}

			.nmargint_p75-499 {
				margin-top:-75%!important;
			}

			.nmarginb_p75-499 {
				margin-bottom:-75%!important;
			}

			.nmarginl_p75-499 {
				margin-left:-75%!important;
			}

			.nmarginr_p75-499 {
				margin-right:-75%!important;
			}
			
			.padded_p50-499 {
				padding:50%!important;

			}

			.paddedtb_p50-499 {
				padding-top:50%!important;
				padding-bottom:50%!important;
			}

			.paddedt_p50-499 {
				padding-top:50%!important;
			}

			.paddedb_p50-499 {
				padding-bottom:50%!important;
			}

			.paddedl_p50-499 {
				padding-left:50%!important;
			}

			.paddedr_p50-499 {
				padding-right:50%!important;
			}

			.paddedlr_p50-499 {
				padding-left:50%!important;
				padding-right:50%!important;
			}
		
						
			.margin_p50-499 {
				margin:50%!important;
			}

			.margintb_p50-499 {
				margin-top:50%!important;
				margin-bottom:50%!important;
			}

			.margint_p50-499 {
				margin-top:50%!important;
			}

			.marginb_p50-499 {
				margin-bottom:50%!important;
			}

			.marginl_p50-499 {
				margin-left:50%!important;
			}

			.marginr_p50-499 {
				margin-right:50%!important;
			}

			.marginlr_p50-499 {
				margin-left:50%!important;
				margin-right:50%!important;
			}
			
			.nmarginlr_p50 {
				margin-left:-50%!important;
				margin-right:-50%!important;
			}
				
			.nmargin_p50-499 {
				margin:-50%!important;
			}

			.nmargintb_p50-499 {
				margin-top:-50%!important;
				margin-bottom:-50%!important;
			}

			.nmargint_p50-499 {
				margin-top:-50%!important;
			}

			.nmarginb_p50-499 {
				margin-bottom:-50%!important;
			}

			.nmarginl_p50-499 {
				margin-left:-50%!important;
			}

			.nmarginr_p50-499 {
				margin-right:-50%!important;
			}
			
			.padded_p25-499 {
				padding:25%!important;

			}

			.paddedtb_p25-499 {
				padding-top:25%!important;
				padding-bottom:25%!important;
			}

			.paddedt_p25-499 {
				padding-top:25%!important;
			}

			.paddedb_p25-499 {
				padding-bottom:25%!important;
			}

			.paddedl_p25-499 {
				padding-left:25%!important;
			}

			.paddedr_p25-499 {
				padding-right:25%!important;
			}

			.paddedlr_p25-499 {
				padding-left:25%!important;
				padding-right:25%!important;
			}
		
						
			.margin_p25-499 {
				margin:25%!important;
			}

			.margintb_p25-499 {
				margin-top:25%!important;
				margin-bottom:25%!important;
			}

			.margint_p25-499 {
				margin-top:25%!important;
			}

			.marginb_p25-499 {
				margin-bottom:25%!important;
			}

			.marginl_p25-499 {
				margin-left:25%!important;
			}

			.marginr_p25-499 {
				margin-right:25%!important;
			}

			.marginlr_p25-499 {
				margin-left:25%!important;
				margin-right:25%!important;
			}
			
			.nmarginlr_p25 {
				margin-left:-25%!important;
				margin-right:-25%!important;
			}
				
			.nmargin_p25-499 {
				margin:-25%!important;
			}

			.nmargintb_p25-499 {
				margin-top:-25%!important;
				margin-bottom:-25%!important;
			}

			.nmargint_p25-499 {
				margin-top:-25%!important;
			}

			.nmarginb_p25-499 {
				margin-bottom:-25%!important;
			}

			.nmarginl_p25-499 {
				margin-left:-25%!important;
			}

			.nmarginr_p25-499 {
				margin-right:-25%!important;
			}
				.border_1-499 {
		border:solid 1px rgba(0,0,0,0.5);;
	}

	.bordertb_1-499 {
		border-top:solid 1px rgba(0,0,0,0.5);;
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.bordert_1-499 {
		border-top:solid 1px rgba(0,0,0,0.5);;
	}

	.borderb_1-499 {
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.borderl_1-499 {
		border-left:solid 1px rgba(0,0,0,0.5);;
	}

	.borderr_1-499 {
		border-right:solid 1px rgba(0,0,0,0.5);;
	}

	.borderlr_1-499 {
		border-left:solid 1px rgba(0,0,0,0.5);;
		border-right:solid 1px rgba(0,0,0,0.5);;
	}
		.border_none-499 {
		border:none;
	}

	.bordertb_none-499 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-499 {
		border-top:none;
	}

	.borderb_none-499 {
		border-bottom:none;
	}

	.borderl_none-499 {
		border-left:none;
	}

	.borderr_none-499 {
		border-right:none;
	}

	.borderlr_none-499 {
		border-left:none;
		border-right:none;
	}
		.border_core-499 {
		border:solid 1px rgba(0,0,0,0.1);
	}

	.bordertb_core-499 {
		border-top:solid 1px rgba(0,0,0,0.1);
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.bordert_core-499 {
		border-top:solid 1px rgba(0,0,0,0.1);
	}

	.borderb_core-499 {
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.borderl_core-499 {
		border-left:solid 1px rgba(0,0,0,0.1);
	}

	.borderr_core-499 {
		border-right:solid 1px rgba(0,0,0,0.1);
	}

	.borderlr_core-499 {
		border-left:solid 1px rgba(0,0,0,0.1);
		border-right:solid 1px rgba(0,0,0,0.1);
	}
				.colour1_bg-499 {
				background-color:#000000!important;
			}

			.colour1_bg-499,
			a.colour1_bg-499 {
				color:#FFFFFF!important;
			}
		
			.colour1_bg-499 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour1-499 a,
			a.colour1-499 {
				color:#000000;
							}
			
			.colour1-499 {
					color:#000000;
				background:transparent!important;
						}

					
			.colour1_bg-499 input[type=text],
			.colour1_bg-499 input[type=password],
			.colour1_bg-499 input[type=number],
			.colour1_bg-499 textarea,
			.colour1_bg-499 select,
			.colour1_bg-499 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour1_bg-499 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour1_bg-499 select {
				color:rgba(255,255,255,0.7);
			}

			.colour1_bg-499 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour1_bg-499 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour2_bg-499 {
				background-color:#4b4a4b!important;
			}

			.colour2_bg-499,
			a.colour2_bg-499 {
				color:#FFFFFF!important;
			}
		
			.colour2_bg-499 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour2-499 a,
			a.colour2-499 {
				color:#4b4a4b;
							}
			
			.colour2-499 {
					color:#4b4a4b;
				background:transparent!important;
						}

					
			.colour2_bg-499 input[type=text],
			.colour2_bg-499 input[type=password],
			.colour2_bg-499 input[type=number],
			.colour2_bg-499 textarea,
			.colour2_bg-499 select,
			.colour2_bg-499 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour2_bg-499 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour2_bg-499 select {
				color:rgba(255,255,255,0.7);
			}

			.colour2_bg-499 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour2_bg-499 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour3_bg-499 {
				background-color:#616062!important;
			}

			.colour3_bg-499,
			a.colour3_bg-499 {
				color:#FFFFFF!important;
			}
		
			.colour3_bg-499 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour3-499 a,
			a.colour3-499 {
				color:#616062;
							}
			
			.colour3-499 {
					color:#616062;
				background:transparent!important;
						}

					
			.colour3_bg-499 input[type=text],
			.colour3_bg-499 input[type=password],
			.colour3_bg-499 input[type=number],
			.colour3_bg-499 textarea,
			.colour3_bg-499 select,
			.colour3_bg-499 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour3_bg-499 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour3_bg-499 select {
				color:rgba(255,255,255,0.7);
			}

			.colour3_bg-499 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour3_bg-499 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour4_bg-499 {
				background-color:#FFFFFF!important;
			}

			.colour4_bg-499,
			a.colour4_bg-499 {
				color:#202020!important;
			}
		
			.colour4_bg-499 a:not(.more) {
				color:#202020;
			}

			
			.colour4-499 a,
			a.colour4-499 {
				color:#FFFFFF;
							}
			
			.colour4-499 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour4_bg-499 input[type=text],
			.colour4_bg-499 input[type=password],
			.colour4_bg-499 input[type=number],
			.colour4_bg-499 textarea,
			.colour4_bg-499 select,
			.colour4_bg-499 select option {
				border-color:#202020;
				color:#202020;
				background:transparent;
			}
		
			.colour4_bg-499 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour4_bg-499 select {
				color:rgba(32,32,32,0.7);
			}

			.colour4_bg-499 ::-webkit-input-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}

			.colour4_bg-499 ::-moz-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}
		
						.colour5_bg-499 {
				background-color:#FFFFFF!important;
			}

			.colour5_bg-499,
			a.colour5_bg-499 {
				color:#424040!important;
			}
		
			.colour5_bg-499 a:not(.more) {
				color:#424040;
			}

			
			.colour5-499 a,
			a.colour5-499 {
				color:#FFFFFF;
							}
			
			.colour5-499 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour5_bg-499 input[type=text],
			.colour5_bg-499 input[type=password],
			.colour5_bg-499 input[type=number],
			.colour5_bg-499 textarea,
			.colour5_bg-499 select,
			.colour5_bg-499 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour5_bg-499 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour5_bg-499 select {
				color:rgba(66,64,64,0.7);
			}

			.colour5_bg-499 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour5_bg-499 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
						.colour6_bg-499 {
				background-color:#EEEEEE!important;
			}

			.colour6_bg-499,
			a.colour6_bg-499 {
				color:#424040!important;
			}
		
			.colour6_bg-499 a:not(.more) {
				color:#424040;
			}

			
			.colour6-499 a,
			a.colour6-499 {
				color:#EEEEEE;
							}
			
			.colour6-499 {
					color:#EEEEEE;
				background:transparent!important;
						}

					
			.colour6_bg-499 input[type=text],
			.colour6_bg-499 input[type=password],
			.colour6_bg-499 input[type=number],
			.colour6_bg-499 textarea,
			.colour6_bg-499 select,
			.colour6_bg-499 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour6_bg-499 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour6_bg-499 select {
				color:rgba(66,64,64,0.7);
			}

			.colour6_bg-499 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour6_bg-499 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
			
}

@media only screen and (max-width : 449px) {
	
.grid.eight-449 {
	float:left!important;
	width:10.575%!important;
margin-right:2.2%!important;;
}

.grid.eight_x2-449 {
	float:left!important;
	width:23.35%!important;
margin-right:2.2%!important;;
}

.grid.eight_x3-449 {
	float:left!important;
	width:36.125%!important;
margin-right:2.2%!important;;
}

.grid.eight_x4-449 {
	float:left!important;
	width:48.9%!important;
margin-right:2.2%!important;;
}

.grid.eight_x5-449 {
	float:left!important;
	width:61.675%!important;
margin-right:2.2%!important;;
}

.grid.eight_x6-449 {
	float:left!important;
	width:74.45%!important;
margin-right:2.2%!important;;
}

.grid.eight_x7-449 {
	float:left!important;
	width:87.225%!important;
margin-right:2.2%!important;;
}

.grid.seven-449 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-449 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-449 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-449 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-449 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-449 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-449 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-449 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-449 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-449 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-449 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-449 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-449 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-449 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-449 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-449 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-449 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-449 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-449 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-449 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-449 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-449 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.eight-449 {
	width:12.5%!important;
}

.floatl.eight_x2-449 {
	width:25%!important;
}

.floatl.eight_x3-449 {
	width:37.5%!important;
}

.floatl.eight_x4-449 {
	width:50%!important;
}

.floatl.eight_x5-449 {
	width:62.5%!important;
}

.floatl.eight_x6-449 {
	width:75%!important;
}

.floatl.eight_x7-449 {
	width:87.5%!important;
}

.floatl.seven-449 {
	width:14.28571429%!important;
}

.floatl.seven_x2-449 {
	width:28.57142857%!important;
}

.floatl.seven_x3-449 {
	width:42.85714286%!important;
}

.floatl.seven_x4-449 {
	width:57.14285714%!important;
}

.floatl.seven_x5-449 {
	width:71.42857143%!important;
}

.floatl.seven_x6-449 {
	width:85.71428571%!important;
}

.floatl.six-449 {
	width:16.66666667%!important;
}

.floatl.six_x2-449 {
	width:33.33333333%!important;
}

.floatl.six_x3-449 {
	width:50%!important;
}

.floatl.six_x4-449 {
	width:66.6666667%!important;
}

.floatl.six_x5-449 {
	width:83%!important;
}

.floatl.five-449 {
	width:20%!important;
}

.floatl.five_x2-449 {
	width:40%!important;
}

.floatl.five_x3-449 {
	width:60%!important;
}

.floatl.five_x4-449 {
	width:80%!important;
}

.floatl.four-449 {
	width:25%!important;
}

.floatl.four_x2-449 {
	width:50%!important;
}

.floatl.four_x3-449 {
	width:75%!important;
}

.floatl.three-449 {
	width:33.33333333%!important;
}

.floatl.three_x2-449 {
	width:66.66666667%!important;
}

.floatl.two-449 {
	width:50%!important;
}

.floatl.one-449 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

.o1-449 {
		order:1;
	}

.fl1-449 {
	flex:1;
}

.gridc > .r1-449 {
	grid-row-start:1;
}
.gridc-449 > .r1-449 {
	grid-row-start:1;
	overflow:hidden;
}
.gridc > .re1-449 {
	grid-row-end:1;
}
.gridc-449 > .re1-449 {
	grid-row-end:1;
}
.gridc > .c1-449 {
	grid-column-start:1;
}
.gridc-449 > .c1-449 {
	grid-column-start:1;
}
.gridc > .ce1-449 {
	grid-column-end:1;
}
.gridc-449 > .ce1-449 {
	grid-column-end:1;
}

.o2-449 {
		order:2;
	}

.fl2-449 {
	flex:2;
}

.gridc > .r2-449 {
	grid-row-start:2;
}
.gridc-449 > .r2-449 {
	grid-row-start:2;
	overflow:hidden;
}
.gridc > .re2-449 {
	grid-row-end:2;
}
.gridc-449 > .re2-449 {
	grid-row-end:2;
}
.gridc > .c2-449 {
	grid-column-start:2;
}
.gridc-449 > .c2-449 {
	grid-column-start:2;
}
.gridc > .ce2-449 {
	grid-column-end:2;
}
.gridc-449 > .ce2-449 {
	grid-column-end:2;
}

.o3-449 {
		order:3;
	}

.fl3-449 {
	flex:3;
}

.gridc > .r3-449 {
	grid-row-start:3;
}
.gridc-449 > .r3-449 {
	grid-row-start:3;
	overflow:hidden;
}
.gridc > .re3-449 {
	grid-row-end:3;
}
.gridc-449 > .re3-449 {
	grid-row-end:3;
}
.gridc > .c3-449 {
	grid-column-start:3;
}
.gridc-449 > .c3-449 {
	grid-column-start:3;
}
.gridc > .ce3-449 {
	grid-column-end:3;
}
.gridc-449 > .ce3-449 {
	grid-column-end:3;
}

.o4-449 {
		order:4;
	}

.fl4-449 {
	flex:4;
}

.gridc > .r4-449 {
	grid-row-start:4;
}
.gridc-449 > .r4-449 {
	grid-row-start:4;
	overflow:hidden;
}
.gridc > .re4-449 {
	grid-row-end:4;
}
.gridc-449 > .re4-449 {
	grid-row-end:4;
}
.gridc > .c4-449 {
	grid-column-start:4;
}
.gridc-449 > .c4-449 {
	grid-column-start:4;
}
.gridc > .ce4-449 {
	grid-column-end:4;
}
.gridc-449 > .ce4-449 {
	grid-column-end:4;
}

.o5-449 {
		order:5;
	}

.fl5-449 {
	flex:5;
}

.gridc > .r5-449 {
	grid-row-start:5;
}
.gridc-449 > .r5-449 {
	grid-row-start:5;
	overflow:hidden;
}
.gridc > .re5-449 {
	grid-row-end:5;
}
.gridc-449 > .re5-449 {
	grid-row-end:5;
}
.gridc > .c5-449 {
	grid-column-start:5;
}
.gridc-449 > .c5-449 {
	grid-column-start:5;
}
.gridc > .ce5-449 {
	grid-column-end:5;
}
.gridc-449 > .ce5-449 {
	grid-column-end:5;
}

.o6-449 {
		order:6;
	}

.fl6-449 {
	flex:6;
}

.gridc > .r6-449 {
	grid-row-start:6;
}
.gridc-449 > .r6-449 {
	grid-row-start:6;
	overflow:hidden;
}
.gridc > .re6-449 {
	grid-row-end:6;
}
.gridc-449 > .re6-449 {
	grid-row-end:6;
}
.gridc > .c6-449 {
	grid-column-start:6;
}
.gridc-449 > .c6-449 {
	grid-column-start:6;
}
.gridc > .ce6-449 {
	grid-column-end:6;
}
.gridc-449 > .ce6-449 {
	grid-column-end:6;
}

.o7-449 {
		order:7;
	}

.fl7-449 {
	flex:7;
}

.gridc > .r7-449 {
	grid-row-start:7;
}
.gridc-449 > .r7-449 {
	grid-row-start:7;
	overflow:hidden;
}
.gridc > .re7-449 {
	grid-row-end:7;
}
.gridc-449 > .re7-449 {
	grid-row-end:7;
}
.gridc > .c7-449 {
	grid-column-start:7;
}
.gridc-449 > .c7-449 {
	grid-column-start:7;
}
.gridc > .ce7-449 {
	grid-column-end:7;
}
.gridc-449 > .ce7-449 {
	grid-column-end:7;
}

.o8-449 {
		order:8;
	}

.fl8-449 {
	flex:8;
}

.gridc > .r8-449 {
	grid-row-start:8;
}
.gridc-449 > .r8-449 {
	grid-row-start:8;
	overflow:hidden;
}
.gridc > .re8-449 {
	grid-row-end:8;
}
.gridc-449 > .re8-449 {
	grid-row-end:8;
}
.gridc > .c8-449 {
	grid-column-start:8;
}
.gridc-449 > .c8-449 {
	grid-column-start:8;
}
.gridc > .ce8-449 {
	grid-column-end:8;
}
.gridc-449 > .ce8-449 {
	grid-column-end:8;
}

.o9-449 {
		order:9;
	}

.fl9-449 {
	flex:9;
}

.gridc > .r9-449 {
	grid-row-start:9;
}
.gridc-449 > .r9-449 {
	grid-row-start:9;
	overflow:hidden;
}
.gridc > .re9-449 {
	grid-row-end:9;
}
.gridc-449 > .re9-449 {
	grid-row-end:9;
}
.gridc > .c9-449 {
	grid-column-start:9;
}
.gridc-449 > .c9-449 {
	grid-column-start:9;
}
.gridc > .ce9-449 {
	grid-column-end:9;
}
.gridc-449 > .ce9-449 {
	grid-column-end:9;
}

.z1-449 {
	z-index:1;
}

.z9999999-449 {
	z-index:9999999;
}

.z2-449 {
	z-index:2;
}

.z9999998-449 {
	z-index:9999998;
}

.z3-449 {
	z-index:3;
}

.z9999997-449 {
	z-index:9999997;
}

.z4-449 {
	z-index:4;
}

.z9999996-449 {
	z-index:9999996;
}

.z5-449 {
	z-index:5;
}

.z9999995-449 {
	z-index:9999995;
}

.z6-449 {
	z-index:6;
}

.z9999994-449 {
	z-index:9999994;
}

.z7-449 {
	z-index:7;
}

.z9999993-449 {
	z-index:9999993;
}

.z8-449 {
	z-index:8;
}

.z9999992-449 {
	z-index:9999992;
}

.z9-449 {
	z-index:9;
}

.z9999991-449 {
	z-index:9999991;
}

.w100-449 {
	font-weight:100;
}
.w200-449 {
	font-weight:200;
}
.w300-449 {
	font-weight:300;
}
.w400-449 {
	font-weight:400;
}
.w500-449 {
	font-weight:500;
}
.w600-449 {
	font-weight:600;
}
.w700-449 {
	font-weight:700;
}
.w800-449 {
	font-weight:800;
}
.w900-449 {
	font-weight:900;
}
.f1-449 {
	font-size:1.1em;
	line-height:1.1em;
}

p.f1-449,
p > *.f1-449 {
	line-height:1.4em;
}
.f1_5-449 {
	font-size:1.15em;
	line-height:1.15em;
}

p.f1_5-449,
p > *.f1_5-449 {
	line-height:1.18em;
}
.f2-449 {
	font-size:1.2em;
	line-height:1.2em;
}

p.f2-449,
p > *.f2-449 {
	line-height:1.5em;
}
.f2_5-449 {
	font-size:1.25em;
	line-height:1.25em;
}

p.f2_5-449,
p > *.f2_5-449 {
	line-height:1.28em;
}
.f3-449 {
	font-size:1.3em;
	line-height:1.3em;
}

p.f3-449,
p > *.f3-449 {
	line-height:1.6em;
}
.f3_5-449 {
	font-size:1.35em;
	line-height:1.35em;
}

p.f3_5-449,
p > *.f3_5-449 {
	line-height:1.38em;
}
.f4-449 {
	font-size:1.4em;
	line-height:1.4em;
}

p.f4-449,
p > *.f4-449 {
	line-height:1.7em;
}
.f4_5-449 {
	font-size:1.45em;
	line-height:1.45em;
}

p.f4_5-449,
p > *.f4_5-449 {
	line-height:1.48em;
}
.f5-449 {
	font-size:1.5em;
	line-height:1.5em;
}

p.f5-449,
p > *.f5-449 {
	line-height:1.8em;
}
.f5_5-449 {
	font-size:1.55em;
	line-height:1.55em;
}

p.f5_5-449,
p > *.f5_5-449 {
	line-height:1.58em;
}
.f6-449 {
	font-size:1.6em;
	line-height:1.6em;
}

p.f6-449,
p > *.f6-449 {
	line-height:1.9em;
}
.f6_5-449 {
	font-size:1.65em;
	line-height:1.65em;
}

p.f6_5-449,
p > *.f6_5-449 {
	line-height:1.68em;
}
.f7-449 {
	font-size:1.7em;
	line-height:1.7em;
}

p.f7-449,
p > *.f7-449 {
	line-height:1.10em;
}
.f7_5-449 {
	font-size:1.75em;
	line-height:1.75em;
}

p.f7_5-449,
p > *.f7_5-449 {
	line-height:1.78em;
}
.f8-449 {
	font-size:1.8em;
	line-height:1.8em;
}

p.f8-449,
p > *.f8-449 {
	line-height:1.11em;
}
.f8_5-449 {
	font-size:1.85em;
	line-height:1.85em;
}

p.f8_5-449,
p > *.f8_5-449 {
	line-height:1.88em;
}
.f9-449 {
	font-size:1.9em;
	line-height:1.9em;
}

p.f9-449,
p > *.f9-449 {
	line-height:1.12em;
}
.f9_5-449 {
	font-size:1.95em;
	line-height:1.95em;
}

p.f9_5-449,
p > *.f9_5-449 {
	line-height:1.98em;
}
.f10-449 {
	font-size:2em;
	line-height:2em;
}

p.f10-449,
p > *.f10-449 {
	line-height:2em;
}
.f10_5-449 {
	font-size:2em;
	line-height:2em;
}

p.f10_5-449,
p > *.f10_5-449 {
	line-height:2em;
}
.nf1-449 {
	font-size:0.9em;
}

*:not(p):not(ul):not(ol).nf1-449 {
	line-height:0.9em;
}

p.nf1-449,
ul.nf1-449,
ol.nf1-449 {
	line-height:1.9em;
}
.nf1_5-449 {
	font-size:0.85em;
}

*:not(p):not(ul):not(ol).nf1_5-449 {
	line-height:0.85em;
}

p.nf1_5-449,
ul.nf1_5-449,
ol.nf1_5-449 {
	line-height:1.85em;
}
.nf2-449 {
	font-size:0.8em;
}

*:not(p):not(ul):not(ol).nf2-449 {
	line-height:0.8em;
}

p.nf2-449,
ul.nf2-449,
ol.nf2-449 {
	line-height:1.8em;
}
.nf2_5-449 {
	font-size:0.75em;
}

*:not(p):not(ul):not(ol).nf2_5-449 {
	line-height:0.75em;
}

p.nf2_5-449,
ul.nf2_5-449,
ol.nf2_5-449 {
	line-height:1.75em;
}
.nf3-449 {
	font-size:0.7em;
}

*:not(p):not(ul):not(ol).nf3-449 {
	line-height:0.7em;
}

p.nf3-449,
ul.nf3-449,
ol.nf3-449 {
	line-height:1.7em;
}
.nf3_5-449 {
	font-size:0.65em;
}

*:not(p):not(ul):not(ol).nf3_5-449 {
	line-height:0.65em;
}

p.nf3_5-449,
ul.nf3_5-449,
ol.nf3_5-449 {
	line-height:1.65em;
}
.nf4-449 {
	font-size:0.6em;
}

*:not(p):not(ul):not(ol).nf4-449 {
	line-height:0.6em;
}

p.nf4-449,
ul.nf4-449,
ol.nf4-449 {
	line-height:1.6em;
}
.nf4_5-449 {
	font-size:0.55em;
}

*:not(p):not(ul):not(ol).nf4_5-449 {
	line-height:0.55em;
}

p.nf4_5-449,
ul.nf4_5-449,
ol.nf4_5-449 {
	line-height:1.55em;
}
.nf5-449 {
	font-size:0.5em;
}

*:not(p):not(ul):not(ol).nf5-449 {
	line-height:0.5em;
}

p.nf5-449,
ul.nf5-449,
ol.nf5-449 {
	line-height:1.5em;
}
.nf5_5-449 {
	font-size:0.45em;
}

*:not(p):not(ul):not(ol).nf5_5-449 {
	line-height:0.45em;
}

p.nf5_5-449,
ul.nf5_5-449,
ol.nf5_5-449 {
	line-height:1.45em;
}
.nf6-449 {
	font-size:0.4em;
}

*:not(p):not(ul):not(ol).nf6-449 {
	line-height:0.4em;
}

p.nf6-449,
ul.nf6-449,
ol.nf6-449 {
	line-height:1.4em;
}
.nf6_5-449 {
	font-size:0.35em;
}

*:not(p):not(ul):not(ol).nf6_5-449 {
	line-height:0.35em;
}

p.nf6_5-449,
ul.nf6_5-449,
ol.nf6_5-449 {
	line-height:1.35em;
}
.nf7-449 {
	font-size:0.3em;
}

*:not(p):not(ul):not(ol).nf7-449 {
	line-height:0.3em;
}

p.nf7-449,
ul.nf7-449,
ol.nf7-449 {
	line-height:1.3em;
}
.nf7_5-449 {
	font-size:0.25em;
}

*:not(p):not(ul):not(ol).nf7_5-449 {
	line-height:0.25em;
}

p.nf7_5-449,
ul.nf7_5-449,
ol.nf7_5-449 {
	line-height:1.25em;
}
.nf8-449 {
	font-size:0.2em;
}

*:not(p):not(ul):not(ol).nf8-449 {
	line-height:0.2em;
}

p.nf8-449,
ul.nf8-449,
ol.nf8-449 {
	line-height:1.2em;
}
.nf8_5-449 {
	font-size:0.15em;
}

*:not(p):not(ul):not(ol).nf8_5-449 {
	line-height:0.15em;
}

p.nf8_5-449,
ul.nf8_5-449,
ol.nf8_5-449 {
	line-height:1.15em;
}
.nf9-449 {
	font-size:0.1em;
}

*:not(p):not(ul):not(ol).nf9-449 {
	line-height:0.1em;
}

p.nf9-449,
ul.nf9-449,
ol.nf9-449 {
	line-height:1.1em;
}
.nf9_5-449 {
	font-size:0.05em;
}

*:not(p):not(ul):not(ol).nf9_5-449 {
	line-height:0.05em;
}

p.nf9_5-449,
ul.nf9_5-449,
ol.nf9_5-449 {
	line-height:1.05em;
}
  .invisible-449 {
			visibility:hidden!important;
		}

  .last-449 {
			margin-right:0px!important;
		}

  .floatl-449 {
			float:left!important;
		}

  .floatr-449 {
			float:right!important;
		}

  .left-449 {
			float:left!important;
		}

  .right-449 {
			float:right!important;
		}

  .floatn-449,
 .grid.floatn-449 {
			float:none!important;
		}

  .grid-449 {
			float:left!important;
overflow:hidden;;
		}

  .grid.last-449 {
			float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
		}

  .none-449 {
			display:none!important;
		}

  .block-449 {
			display:block!important;
		}

  .iblock-449 {
			display:inline-block!important;
		}

  .inline-449 {
			display:inline!important;
		}

  .table-449 {
			display:table!important;
		}

  .row-449 {
			display:table-row!important;
		}

  .cell-449 {
			display:table-cell!important;
vertical-align:middle;
		}

  .collapse-449 {
			border-collapse:collapse;
		}

  .clearl-449 {
			clear:left!important;
		}

  .clearr-449 {
			clear:right!important;
		}

  .clearn-449 {
			clear:none!important;
		}

  .clearnone-449 {
			clear:none!important;
		}

  .clearb-449 {
			clear:both!important;
		}

  .clear-449 {
			float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
		}

  .up-449 {
			text-transform:uppercase;
		}

  .transnone-449 {
			text-transform:none;
		}

  .strike-449 {
			text-decoration:line-through;
		}

  .alignl-449 {
			text-align:left!important;
		}

  .alignr-449 {
			text-align:right!important;
		}

  .alignc-449 {
			text-align:center!important;
		}

  .alignj-449 {
			text-align:justify!important;
		}

  .valign-449 {
			vertical-align:middle!important;
		}

  .widthauto-449 {
			width:auto!important;
		}

  .heightauto-449 {
			height:auto!important;
min-height:0px!important;
		}

.square.heightauto-449::after {
	display:none!important;
}

.square.heightauto-449 > * {
	position:static!important;
}

  .width0-449 {
			width:0px;
		}

  .width50-449 {
			width:50%;
		}

  .height0-449 {
			height:0px;
		}

  .height50-449 {
			height:50%;
		}

  .mw100-449 {
			max-width:100%;
		}

  .mw90-449 {
			max-width:90%;
		}

  .mw80-449 {
			max-width:80%;
		}

  .mw70-449 {
			max-width:70%;
		}

  .mw60-449 {
			max-width:60%;
		}

  .mw50-449 {
			max-width:50%;
		}

  .mw40-449 {
			max-width:40%;
		}

  .mw30-449 {
			max-width:30%;
		}

  .mw20-449 {
			max-width:20%;
		}

  .mw10-449 {
			max-width:10%;
		}

  .mwnone-449 {
			max-width:none;
		}

  .fw-449,
 .grid.fw-449,
 .floatl.fw-449 {
			width:100%!important;
      margin-left:0px!important;
			margin-right:0px!important;
		}

  .fh-449 {
			height:100%!important;
		}

  .pointer-449 {
			cursor:pointer!important;
		}

  .noallow-449 {
			cursor:not-allowed!important;
		}

  .noselect-449 {
			user-select:none!important;
		}

  .static-449 {
			position:static!important;
		}

  .relative-449 {
			position:relative!important;
		}

  .absolute-449 {
			position:absolute!important;
		}

  .fixed-449 {
			position:fixed!important;
		}

  .spacing-449 {
			margin-bottom:7px!important;
		}

  .spacing.floatl-449 {
			margin-right:15px!important;
		}

  .spacing.floatr-449 {
			margin-left:15px!important;
		}

  .flowhide-449 {
			overflow:hidden;
		}

  .flowshow-449 {
			overflow:visible;
		}

  .flowauto-449 {
			overflow:auto;
		}

  .nowrap-449 {
			white-space:nowrap;
		}

  .lhreset-449 {
			line-height:normal;
		}

  .circle-449 {
			border-radius:50%!important;
		}

  .radnone-449 {
			border-radius:0px!important;
		}

  .vh10-449 {
			height:10vh!important;
		}

  .vh25-449 {
			height:25vh!important;
		}

  .vh50-449 {
			height:50vh!important;
		}

  .vh100-449 {
			height:100vh!important;
		}

  .vw10-449 {
			width:10vw!important;
		}

  .vw25-449 {
			width:25vw!important;
		}

  .vw50-449 {
			width:50vw!important;
		}

  .vw100-449 {
			width:100vw!important;
		}

  .flexw-449 {
			flex-wrap:wrap!important;
		}

  .flexwn-449 {
			flex-wrap:nowrap!important;
		}

  .flexwr-449 {
			flex-wrap:wrap-reverse!important;
		}

  .flexdr-449 {
			flex-direction:row!important;
		}

  .flexdrr-449 {
			flex-direction:row-reverse!important;
		}

  .flexdc-449 {
			flex-direction:column!important;
		}

  .flexdcr-449 {
			flex-direction:column-reverse!important;
		}

  .flex-449 {
			display:flex!important;
align-items:center;
flex-wrap:wrap;;
		}

  .iflex-449 {
			display:inline-flex!important;
align-items:center;;
		}

  .spaced-449 {
			justify-content:space-between;
		}

  .flexdr.spaced-449 {
			align-content:space-between;
		}

  .spacee-449 {
			justify-content:space-evenly;
		}

  .falignst-449 {
			align-items:stretch;;
		}

  .falignc-449 {
			align-items:center;;
		}

  .faligns-449 {
			align-items:flex-start;;
		}

  .faligne-449 {
			align-items:flex-end;;
		}

  .fjustl-449 {
			justify-content:flex-start;;
		}

  .fjustr-449 {
			justify-content:flex-end;;
		}

  .fjustc-449 {
			justify-content:center;;
		}

  .flexn-449 {
			flex:none!important;width:100%;;
		}

  .gridc-449 {
			display:grid!important;;
		}

  .o100-449 {
			opacity:1;
		}

  .o90-449 {
			opacity:0.9;
		}

  .o80-449 {
			opacity:0.8;
		}

  .o70-449 {
			opacity:0.7;
		}

  .o60-449 {
			opacity:0.6;
		}

  .o50-449 {
			opacity:0.5;
		}

  .o40-449 {
			opacity:0.4;
		}

  .o30-449 {
			opacity:0.3;
		}

  .o20-449 {
			opacity:0.2;
		}

  .o10-449 {
			opacity:0.1;
		}

  .o0-449 {
			opacity:0;
		}

  .left0-449 {
			left:0px!important;;
		}

  .right0-449 {
			right:0px!important;;
		}

  .top0-449 {
			top:0px!important;;
		}

  .bottom0-449 {
			bottom:0px!important;;
		}

  .left50-449 {
			left:50%!important;;
		}

  .right50-449 {
			right:50%!important;;
		}

  .top50-449 {
			top:50%!important;;
		}

  .bottom50-449 {
			bottom:50%!important;;
		}

  .left100-449 {
			left:100%!important;;
		}

  .right100-449 {
			right:100%!important;;
		}

  .top100-449 {
			top:100%!important;;
		}

  .bottom100-449 {
			bottom:100%!important;;
		}

  .leftauto-449 {
			left:auto!important;;
		}

  .rightauto-449 {
			right:auto!important;;
		}

  .topauto-449 {
			top:auto!important;;
		}

  .bottomauto-449 {
			bottom:auto!important;;
		}

  .all0-449 {
			top:0px!important;
bottom:0px!important;
left:0px!important;
right:0px!important;;
		}

  .lineup.fw-449, .lineupgroup.fw-449 {
			height:auto!important;
	}

	

			.padded_tiny-449 {
				padding:5px!important;

			}

			.paddedtb_tiny-449 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-449 {
				padding-top:5px!important;
			}

			.paddedb_tiny-449 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-449 {
				padding-left:5px!important;
			}

			.paddedr_tiny-449 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-449 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-449 {
				margin:5px!important;
			}

			.margintb_tiny-449 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-449 {
				margin-top:5px!important;
			}

			.marginb_tiny-449 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-449 {
				margin-left:5px!important;
			}

			.marginr_tiny-449 {
				margin-right:5px!important;
			}

			.marginlr_tiny-449 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			
			.nmarginlr_tiny {
				margin-left:-5px!important;
				margin-right:-5px!important;
			}
				
			.nmargin_tiny-449 {
				margin:-5px!important;
			}

			.nmargintb_tiny-449 {
				margin-top:-5px!important;
				margin-bottom:-5px!important;
			}

			.nmargint_tiny-449 {
				margin-top:-5px!important;
			}

			.nmarginb_tiny-449 {
				margin-bottom:-5px!important;
			}

			.nmarginl_tiny-449 {
				margin-left:-5px!important;
			}

			.nmarginr_tiny-449 {
				margin-right:-5px!important;
			}
			
			.padded_small-449 {
				padding:10px!important;

			}

			.paddedtb_small-449 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-449 {
				padding-top:10px!important;
			}

			.paddedb_small-449 {
				padding-bottom:10px!important;
			}

			.paddedl_small-449 {
				padding-left:10px!important;
			}

			.paddedr_small-449 {
				padding-right:10px!important;
			}

			.paddedlr_small-449 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-449 {
				margin:10px!important;
			}

			.margintb_small-449 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-449 {
				margin-top:10px!important;
			}

			.marginb_small-449 {
				margin-bottom:10px!important;
			}

			.marginl_small-449 {
				margin-left:10px!important;
			}

			.marginr_small-449 {
				margin-right:10px!important;
			}

			.marginlr_small-449 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_small {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_small-449 {
				margin:-10px!important;
			}

			.nmargintb_small-449 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_small-449 {
				margin-top:-10px!important;
			}

			.nmarginb_small-449 {
				margin-bottom:-10px!important;
			}

			.nmarginl_small-449 {
				margin-left:-10px!important;
			}

			.nmarginr_small-449 {
				margin-right:-10px!important;
			}
			
			.padded_medium-449 {
				padding:20px!important;

			}

			.paddedtb_medium-449 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-449 {
				padding-top:20px!important;
			}

			.paddedb_medium-449 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-449 {
				padding-left:20px!important;
			}

			.paddedr_medium-449 {
				padding-right:20px!important;
			}

			.paddedlr_medium-449 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-449 {
				margin:20px!important;
			}

			.margintb_medium-449 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-449 {
				margin-top:20px!important;
			}

			.marginb_medium-449 {
				margin-bottom:20px!important;
			}

			.marginl_medium-449 {
				margin-left:20px!important;
			}

			.marginr_medium-449 {
				margin-right:20px!important;
			}

			.marginlr_medium-449 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			
			.nmarginlr_medium {
				margin-left:-20px!important;
				margin-right:-20px!important;
			}
				
			.nmargin_medium-449 {
				margin:-20px!important;
			}

			.nmargintb_medium-449 {
				margin-top:-20px!important;
				margin-bottom:-20px!important;
			}

			.nmargint_medium-449 {
				margin-top:-20px!important;
			}

			.nmarginb_medium-449 {
				margin-bottom:-20px!important;
			}

			.nmarginl_medium-449 {
				margin-left:-20px!important;
			}

			.nmarginr_medium-449 {
				margin-right:-20px!important;
			}
			
			.padded_large-449 {
				padding:40px!important;

			}

			.paddedtb_large-449 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-449 {
				padding-top:40px!important;
			}

			.paddedb_large-449 {
				padding-bottom:40px!important;
			}

			.paddedl_large-449 {
				padding-left:40px!important;
			}

			.paddedr_large-449 {
				padding-right:40px!important;
			}

			.paddedlr_large-449 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-449 {
				margin:40px!important;
			}

			.margintb_large-449 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-449 {
				margin-top:40px!important;
			}

			.marginb_large-449 {
				margin-bottom:40px!important;
			}

			.marginl_large-449 {
				margin-left:40px!important;
			}

			.marginr_large-449 {
				margin-right:40px!important;
			}

			.marginlr_large-449 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			
			.nmarginlr_large {
				margin-left:-40px!important;
				margin-right:-40px!important;
			}
				
			.nmargin_large-449 {
				margin:-40px!important;
			}

			.nmargintb_large-449 {
				margin-top:-40px!important;
				margin-bottom:-40px!important;
			}

			.nmargint_large-449 {
				margin-top:-40px!important;
			}

			.nmarginb_large-449 {
				margin-bottom:-40px!important;
			}

			.nmarginl_large-449 {
				margin-left:-40px!important;
			}

			.nmarginr_large-449 {
				margin-right:-40px!important;
			}
			
			.padded_core-449 {
				padding:10px!important;

			}

			.paddedtb_core-449 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-449 {
				padding-top:10px!important;
			}

			.paddedb_core-449 {
				padding-bottom:10px!important;
			}

			.paddedl_core-449 {
				padding-left:10px!important;
			}

			.paddedr_core-449 {
				padding-right:10px!important;
			}

			.paddedlr_core-449 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-449 {
				margin:10px!important;
			}

			.margintb_core-449 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-449 {
				margin-top:10px!important;
			}

			.marginb_core-449 {
				margin-bottom:10px!important;
			}

			.marginl_core-449 {
				margin-left:10px!important;
			}

			.marginr_core-449 {
				margin-right:10px!important;
			}

			.marginlr_core-449 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_core {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_core-449 {
				margin:-10px!important;
			}

			.nmargintb_core-449 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_core-449 {
				margin-top:-10px!important;
			}

			.nmarginb_core-449 {
				margin-bottom:-10px!important;
			}

			.nmarginl_core-449 {
				margin-left:-10px!important;
			}

			.nmarginr_core-449 {
				margin-right:-10px!important;
			}
						
			.margin_auto-449 {
				margin:auto!important;
			}

			.margintb_auto-449 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-449 {
				margin-top:auto!important;
			}

			.marginb_auto-449 {
				margin-bottom:auto!important;
			}

			.marginl_auto-449 {
				margin-left:auto!important;
			}

			.marginr_auto-449 {
				margin-right:auto!important;
			}

			.marginlr_auto-449 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			
			.nmarginlr_auto {
				margin-left:-auto!important;
				margin-right:-auto!important;
			}
				
			.nmargin_auto-449 {
				margin:-auto!important;
			}

			.nmargintb_auto-449 {
				margin-top:-auto!important;
				margin-bottom:-auto!important;
			}

			.nmargint_auto-449 {
				margin-top:-auto!important;
			}

			.nmarginb_auto-449 {
				margin-bottom:-auto!important;
			}

			.nmarginl_auto-449 {
				margin-left:-auto!important;
			}

			.nmarginr_auto-449 {
				margin-right:-auto!important;
			}
			
			.padded_none-449 {
				padding:0px!important;

			}

			.paddedtb_none-449 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-449 {
				padding-top:0px!important;
			}

			.paddedb_none-449 {
				padding-bottom:0px!important;
			}

			.paddedl_none-449 {
				padding-left:0px!important;
			}

			.paddedr_none-449 {
				padding-right:0px!important;
			}

			.paddedlr_none-449 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-449 {
				margin:0px!important;
			}

			.margintb_none-449 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-449 {
				margin-top:0px!important;
			}

			.marginb_none-449 {
				margin-bottom:0px!important;
			}

			.marginl_none-449 {
				margin-left:0px!important;
			}

			.marginr_none-449 {
				margin-right:0px!important;
			}

			.marginlr_none-449 {
				margin-left:0px!important;
				margin-right:0px!important;
			}
			
			.nmarginlr_none {
				margin-left:-0px!important;
				margin-right:-0px!important;
			}
				
			.nmargin_none-449 {
				margin:-0px!important;
			}

			.nmargintb_none-449 {
				margin-top:-0px!important;
				margin-bottom:-0px!important;
			}

			.nmargint_none-449 {
				margin-top:-0px!important;
			}

			.nmarginb_none-449 {
				margin-bottom:-0px!important;
			}

			.nmarginl_none-449 {
				margin-left:-0px!important;
			}

			.nmarginr_none-449 {
				margin-right:-0px!important;
			}
			
			.padded_p100-449 {
				padding:100%!important;

			}

			.paddedtb_p100-449 {
				padding-top:100%!important;
				padding-bottom:100%!important;
			}

			.paddedt_p100-449 {
				padding-top:100%!important;
			}

			.paddedb_p100-449 {
				padding-bottom:100%!important;
			}

			.paddedl_p100-449 {
				padding-left:100%!important;
			}

			.paddedr_p100-449 {
				padding-right:100%!important;
			}

			.paddedlr_p100-449 {
				padding-left:100%!important;
				padding-right:100%!important;
			}
		
						
			.margin_p100-449 {
				margin:100%!important;
			}

			.margintb_p100-449 {
				margin-top:100%!important;
				margin-bottom:100%!important;
			}

			.margint_p100-449 {
				margin-top:100%!important;
			}

			.marginb_p100-449 {
				margin-bottom:100%!important;
			}

			.marginl_p100-449 {
				margin-left:100%!important;
			}

			.marginr_p100-449 {
				margin-right:100%!important;
			}

			.marginlr_p100-449 {
				margin-left:100%!important;
				margin-right:100%!important;
			}
			
			.nmarginlr_p100 {
				margin-left:-100%!important;
				margin-right:-100%!important;
			}
				
			.nmargin_p100-449 {
				margin:-100%!important;
			}

			.nmargintb_p100-449 {
				margin-top:-100%!important;
				margin-bottom:-100%!important;
			}

			.nmargint_p100-449 {
				margin-top:-100%!important;
			}

			.nmarginb_p100-449 {
				margin-bottom:-100%!important;
			}

			.nmarginl_p100-449 {
				margin-left:-100%!important;
			}

			.nmarginr_p100-449 {
				margin-right:-100%!important;
			}
			
			.padded_p75-449 {
				padding:75%!important;

			}

			.paddedtb_p75-449 {
				padding-top:75%!important;
				padding-bottom:75%!important;
			}

			.paddedt_p75-449 {
				padding-top:75%!important;
			}

			.paddedb_p75-449 {
				padding-bottom:75%!important;
			}

			.paddedl_p75-449 {
				padding-left:75%!important;
			}

			.paddedr_p75-449 {
				padding-right:75%!important;
			}

			.paddedlr_p75-449 {
				padding-left:75%!important;
				padding-right:75%!important;
			}
		
						
			.margin_p75-449 {
				margin:75%!important;
			}

			.margintb_p75-449 {
				margin-top:75%!important;
				margin-bottom:75%!important;
			}

			.margint_p75-449 {
				margin-top:75%!important;
			}

			.marginb_p75-449 {
				margin-bottom:75%!important;
			}

			.marginl_p75-449 {
				margin-left:75%!important;
			}

			.marginr_p75-449 {
				margin-right:75%!important;
			}

			.marginlr_p75-449 {
				margin-left:75%!important;
				margin-right:75%!important;
			}
			
			.nmarginlr_p75 {
				margin-left:-75%!important;
				margin-right:-75%!important;
			}
				
			.nmargin_p75-449 {
				margin:-75%!important;
			}

			.nmargintb_p75-449 {
				margin-top:-75%!important;
				margin-bottom:-75%!important;
			}

			.nmargint_p75-449 {
				margin-top:-75%!important;
			}

			.nmarginb_p75-449 {
				margin-bottom:-75%!important;
			}

			.nmarginl_p75-449 {
				margin-left:-75%!important;
			}

			.nmarginr_p75-449 {
				margin-right:-75%!important;
			}
			
			.padded_p50-449 {
				padding:50%!important;

			}

			.paddedtb_p50-449 {
				padding-top:50%!important;
				padding-bottom:50%!important;
			}

			.paddedt_p50-449 {
				padding-top:50%!important;
			}

			.paddedb_p50-449 {
				padding-bottom:50%!important;
			}

			.paddedl_p50-449 {
				padding-left:50%!important;
			}

			.paddedr_p50-449 {
				padding-right:50%!important;
			}

			.paddedlr_p50-449 {
				padding-left:50%!important;
				padding-right:50%!important;
			}
		
						
			.margin_p50-449 {
				margin:50%!important;
			}

			.margintb_p50-449 {
				margin-top:50%!important;
				margin-bottom:50%!important;
			}

			.margint_p50-449 {
				margin-top:50%!important;
			}

			.marginb_p50-449 {
				margin-bottom:50%!important;
			}

			.marginl_p50-449 {
				margin-left:50%!important;
			}

			.marginr_p50-449 {
				margin-right:50%!important;
			}

			.marginlr_p50-449 {
				margin-left:50%!important;
				margin-right:50%!important;
			}
			
			.nmarginlr_p50 {
				margin-left:-50%!important;
				margin-right:-50%!important;
			}
				
			.nmargin_p50-449 {
				margin:-50%!important;
			}

			.nmargintb_p50-449 {
				margin-top:-50%!important;
				margin-bottom:-50%!important;
			}

			.nmargint_p50-449 {
				margin-top:-50%!important;
			}

			.nmarginb_p50-449 {
				margin-bottom:-50%!important;
			}

			.nmarginl_p50-449 {
				margin-left:-50%!important;
			}

			.nmarginr_p50-449 {
				margin-right:-50%!important;
			}
			
			.padded_p25-449 {
				padding:25%!important;

			}

			.paddedtb_p25-449 {
				padding-top:25%!important;
				padding-bottom:25%!important;
			}

			.paddedt_p25-449 {
				padding-top:25%!important;
			}

			.paddedb_p25-449 {
				padding-bottom:25%!important;
			}

			.paddedl_p25-449 {
				padding-left:25%!important;
			}

			.paddedr_p25-449 {
				padding-right:25%!important;
			}

			.paddedlr_p25-449 {
				padding-left:25%!important;
				padding-right:25%!important;
			}
		
						
			.margin_p25-449 {
				margin:25%!important;
			}

			.margintb_p25-449 {
				margin-top:25%!important;
				margin-bottom:25%!important;
			}

			.margint_p25-449 {
				margin-top:25%!important;
			}

			.marginb_p25-449 {
				margin-bottom:25%!important;
			}

			.marginl_p25-449 {
				margin-left:25%!important;
			}

			.marginr_p25-449 {
				margin-right:25%!important;
			}

			.marginlr_p25-449 {
				margin-left:25%!important;
				margin-right:25%!important;
			}
			
			.nmarginlr_p25 {
				margin-left:-25%!important;
				margin-right:-25%!important;
			}
				
			.nmargin_p25-449 {
				margin:-25%!important;
			}

			.nmargintb_p25-449 {
				margin-top:-25%!important;
				margin-bottom:-25%!important;
			}

			.nmargint_p25-449 {
				margin-top:-25%!important;
			}

			.nmarginb_p25-449 {
				margin-bottom:-25%!important;
			}

			.nmarginl_p25-449 {
				margin-left:-25%!important;
			}

			.nmarginr_p25-449 {
				margin-right:-25%!important;
			}
				.border_1-449 {
		border:solid 1px rgba(0,0,0,0.5);;
	}

	.bordertb_1-449 {
		border-top:solid 1px rgba(0,0,0,0.5);;
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.bordert_1-449 {
		border-top:solid 1px rgba(0,0,0,0.5);;
	}

	.borderb_1-449 {
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.borderl_1-449 {
		border-left:solid 1px rgba(0,0,0,0.5);;
	}

	.borderr_1-449 {
		border-right:solid 1px rgba(0,0,0,0.5);;
	}

	.borderlr_1-449 {
		border-left:solid 1px rgba(0,0,0,0.5);;
		border-right:solid 1px rgba(0,0,0,0.5);;
	}
		.border_none-449 {
		border:none;
	}

	.bordertb_none-449 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-449 {
		border-top:none;
	}

	.borderb_none-449 {
		border-bottom:none;
	}

	.borderl_none-449 {
		border-left:none;
	}

	.borderr_none-449 {
		border-right:none;
	}

	.borderlr_none-449 {
		border-left:none;
		border-right:none;
	}
		.border_core-449 {
		border:solid 1px rgba(0,0,0,0.1);
	}

	.bordertb_core-449 {
		border-top:solid 1px rgba(0,0,0,0.1);
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.bordert_core-449 {
		border-top:solid 1px rgba(0,0,0,0.1);
	}

	.borderb_core-449 {
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.borderl_core-449 {
		border-left:solid 1px rgba(0,0,0,0.1);
	}

	.borderr_core-449 {
		border-right:solid 1px rgba(0,0,0,0.1);
	}

	.borderlr_core-449 {
		border-left:solid 1px rgba(0,0,0,0.1);
		border-right:solid 1px rgba(0,0,0,0.1);
	}
				.colour1_bg-449 {
				background-color:#000000!important;
			}

			.colour1_bg-449,
			a.colour1_bg-449 {
				color:#FFFFFF!important;
			}
		
			.colour1_bg-449 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour1-449 a,
			a.colour1-449 {
				color:#000000;
							}
			
			.colour1-449 {
					color:#000000;
				background:transparent!important;
						}

					
			.colour1_bg-449 input[type=text],
			.colour1_bg-449 input[type=password],
			.colour1_bg-449 input[type=number],
			.colour1_bg-449 textarea,
			.colour1_bg-449 select,
			.colour1_bg-449 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour1_bg-449 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour1_bg-449 select {
				color:rgba(255,255,255,0.7);
			}

			.colour1_bg-449 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour1_bg-449 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour2_bg-449 {
				background-color:#4b4a4b!important;
			}

			.colour2_bg-449,
			a.colour2_bg-449 {
				color:#FFFFFF!important;
			}
		
			.colour2_bg-449 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour2-449 a,
			a.colour2-449 {
				color:#4b4a4b;
							}
			
			.colour2-449 {
					color:#4b4a4b;
				background:transparent!important;
						}

					
			.colour2_bg-449 input[type=text],
			.colour2_bg-449 input[type=password],
			.colour2_bg-449 input[type=number],
			.colour2_bg-449 textarea,
			.colour2_bg-449 select,
			.colour2_bg-449 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour2_bg-449 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour2_bg-449 select {
				color:rgba(255,255,255,0.7);
			}

			.colour2_bg-449 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour2_bg-449 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour3_bg-449 {
				background-color:#616062!important;
			}

			.colour3_bg-449,
			a.colour3_bg-449 {
				color:#FFFFFF!important;
			}
		
			.colour3_bg-449 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour3-449 a,
			a.colour3-449 {
				color:#616062;
							}
			
			.colour3-449 {
					color:#616062;
				background:transparent!important;
						}

					
			.colour3_bg-449 input[type=text],
			.colour3_bg-449 input[type=password],
			.colour3_bg-449 input[type=number],
			.colour3_bg-449 textarea,
			.colour3_bg-449 select,
			.colour3_bg-449 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour3_bg-449 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour3_bg-449 select {
				color:rgba(255,255,255,0.7);
			}

			.colour3_bg-449 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour3_bg-449 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour4_bg-449 {
				background-color:#FFFFFF!important;
			}

			.colour4_bg-449,
			a.colour4_bg-449 {
				color:#202020!important;
			}
		
			.colour4_bg-449 a:not(.more) {
				color:#202020;
			}

			
			.colour4-449 a,
			a.colour4-449 {
				color:#FFFFFF;
							}
			
			.colour4-449 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour4_bg-449 input[type=text],
			.colour4_bg-449 input[type=password],
			.colour4_bg-449 input[type=number],
			.colour4_bg-449 textarea,
			.colour4_bg-449 select,
			.colour4_bg-449 select option {
				border-color:#202020;
				color:#202020;
				background:transparent;
			}
		
			.colour4_bg-449 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour4_bg-449 select {
				color:rgba(32,32,32,0.7);
			}

			.colour4_bg-449 ::-webkit-input-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}

			.colour4_bg-449 ::-moz-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}
		
						.colour5_bg-449 {
				background-color:#FFFFFF!important;
			}

			.colour5_bg-449,
			a.colour5_bg-449 {
				color:#424040!important;
			}
		
			.colour5_bg-449 a:not(.more) {
				color:#424040;
			}

			
			.colour5-449 a,
			a.colour5-449 {
				color:#FFFFFF;
							}
			
			.colour5-449 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour5_bg-449 input[type=text],
			.colour5_bg-449 input[type=password],
			.colour5_bg-449 input[type=number],
			.colour5_bg-449 textarea,
			.colour5_bg-449 select,
			.colour5_bg-449 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour5_bg-449 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour5_bg-449 select {
				color:rgba(66,64,64,0.7);
			}

			.colour5_bg-449 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour5_bg-449 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
						.colour6_bg-449 {
				background-color:#EEEEEE!important;
			}

			.colour6_bg-449,
			a.colour6_bg-449 {
				color:#424040!important;
			}
		
			.colour6_bg-449 a:not(.more) {
				color:#424040;
			}

			
			.colour6-449 a,
			a.colour6-449 {
				color:#EEEEEE;
							}
			
			.colour6-449 {
					color:#EEEEEE;
				background:transparent!important;
						}

					
			.colour6_bg-449 input[type=text],
			.colour6_bg-449 input[type=password],
			.colour6_bg-449 input[type=number],
			.colour6_bg-449 textarea,
			.colour6_bg-449 select,
			.colour6_bg-449 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour6_bg-449 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour6_bg-449 select {
				color:rgba(66,64,64,0.7);
			}

			.colour6_bg-449 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour6_bg-449 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
			
}

@media only screen and (max-width : 399px) {
	
.grid.eight-399 {
	float:left!important;
	width:10.575%!important;
margin-right:2.2%!important;;
}

.grid.eight_x2-399 {
	float:left!important;
	width:23.35%!important;
margin-right:2.2%!important;;
}

.grid.eight_x3-399 {
	float:left!important;
	width:36.125%!important;
margin-right:2.2%!important;;
}

.grid.eight_x4-399 {
	float:left!important;
	width:48.9%!important;
margin-right:2.2%!important;;
}

.grid.eight_x5-399 {
	float:left!important;
	width:61.675%!important;
margin-right:2.2%!important;;
}

.grid.eight_x6-399 {
	float:left!important;
	width:74.45%!important;
margin-right:2.2%!important;;
}

.grid.eight_x7-399 {
	float:left!important;
	width:87.225%!important;
margin-right:2.2%!important;;
}

.grid.seven-399 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-399 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-399 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-399 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-399 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-399 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-399 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-399 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-399 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-399 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-399 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-399 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-399 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-399 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-399 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-399 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-399 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-399 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-399 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-399 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-399 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-399 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.eight-399 {
	width:12.5%!important;
}

.floatl.eight_x2-399 {
	width:25%!important;
}

.floatl.eight_x3-399 {
	width:37.5%!important;
}

.floatl.eight_x4-399 {
	width:50%!important;
}

.floatl.eight_x5-399 {
	width:62.5%!important;
}

.floatl.eight_x6-399 {
	width:75%!important;
}

.floatl.eight_x7-399 {
	width:87.5%!important;
}

.floatl.seven-399 {
	width:14.28571429%!important;
}

.floatl.seven_x2-399 {
	width:28.57142857%!important;
}

.floatl.seven_x3-399 {
	width:42.85714286%!important;
}

.floatl.seven_x4-399 {
	width:57.14285714%!important;
}

.floatl.seven_x5-399 {
	width:71.42857143%!important;
}

.floatl.seven_x6-399 {
	width:85.71428571%!important;
}

.floatl.six-399 {
	width:16.66666667%!important;
}

.floatl.six_x2-399 {
	width:33.33333333%!important;
}

.floatl.six_x3-399 {
	width:50%!important;
}

.floatl.six_x4-399 {
	width:66.6666667%!important;
}

.floatl.six_x5-399 {
	width:83%!important;
}

.floatl.five-399 {
	width:20%!important;
}

.floatl.five_x2-399 {
	width:40%!important;
}

.floatl.five_x3-399 {
	width:60%!important;
}

.floatl.five_x4-399 {
	width:80%!important;
}

.floatl.four-399 {
	width:25%!important;
}

.floatl.four_x2-399 {
	width:50%!important;
}

.floatl.four_x3-399 {
	width:75%!important;
}

.floatl.three-399 {
	width:33.33333333%!important;
}

.floatl.three_x2-399 {
	width:66.66666667%!important;
}

.floatl.two-399 {
	width:50%!important;
}

.floatl.one-399 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

.o1-399 {
		order:1;
	}

.fl1-399 {
	flex:1;
}

.gridc > .r1-399 {
	grid-row-start:1;
}
.gridc-399 > .r1-399 {
	grid-row-start:1;
	overflow:hidden;
}
.gridc > .re1-399 {
	grid-row-end:1;
}
.gridc-399 > .re1-399 {
	grid-row-end:1;
}
.gridc > .c1-399 {
	grid-column-start:1;
}
.gridc-399 > .c1-399 {
	grid-column-start:1;
}
.gridc > .ce1-399 {
	grid-column-end:1;
}
.gridc-399 > .ce1-399 {
	grid-column-end:1;
}

.o2-399 {
		order:2;
	}

.fl2-399 {
	flex:2;
}

.gridc > .r2-399 {
	grid-row-start:2;
}
.gridc-399 > .r2-399 {
	grid-row-start:2;
	overflow:hidden;
}
.gridc > .re2-399 {
	grid-row-end:2;
}
.gridc-399 > .re2-399 {
	grid-row-end:2;
}
.gridc > .c2-399 {
	grid-column-start:2;
}
.gridc-399 > .c2-399 {
	grid-column-start:2;
}
.gridc > .ce2-399 {
	grid-column-end:2;
}
.gridc-399 > .ce2-399 {
	grid-column-end:2;
}

.o3-399 {
		order:3;
	}

.fl3-399 {
	flex:3;
}

.gridc > .r3-399 {
	grid-row-start:3;
}
.gridc-399 > .r3-399 {
	grid-row-start:3;
	overflow:hidden;
}
.gridc > .re3-399 {
	grid-row-end:3;
}
.gridc-399 > .re3-399 {
	grid-row-end:3;
}
.gridc > .c3-399 {
	grid-column-start:3;
}
.gridc-399 > .c3-399 {
	grid-column-start:3;
}
.gridc > .ce3-399 {
	grid-column-end:3;
}
.gridc-399 > .ce3-399 {
	grid-column-end:3;
}

.o4-399 {
		order:4;
	}

.fl4-399 {
	flex:4;
}

.gridc > .r4-399 {
	grid-row-start:4;
}
.gridc-399 > .r4-399 {
	grid-row-start:4;
	overflow:hidden;
}
.gridc > .re4-399 {
	grid-row-end:4;
}
.gridc-399 > .re4-399 {
	grid-row-end:4;
}
.gridc > .c4-399 {
	grid-column-start:4;
}
.gridc-399 > .c4-399 {
	grid-column-start:4;
}
.gridc > .ce4-399 {
	grid-column-end:4;
}
.gridc-399 > .ce4-399 {
	grid-column-end:4;
}

.o5-399 {
		order:5;
	}

.fl5-399 {
	flex:5;
}

.gridc > .r5-399 {
	grid-row-start:5;
}
.gridc-399 > .r5-399 {
	grid-row-start:5;
	overflow:hidden;
}
.gridc > .re5-399 {
	grid-row-end:5;
}
.gridc-399 > .re5-399 {
	grid-row-end:5;
}
.gridc > .c5-399 {
	grid-column-start:5;
}
.gridc-399 > .c5-399 {
	grid-column-start:5;
}
.gridc > .ce5-399 {
	grid-column-end:5;
}
.gridc-399 > .ce5-399 {
	grid-column-end:5;
}

.o6-399 {
		order:6;
	}

.fl6-399 {
	flex:6;
}

.gridc > .r6-399 {
	grid-row-start:6;
}
.gridc-399 > .r6-399 {
	grid-row-start:6;
	overflow:hidden;
}
.gridc > .re6-399 {
	grid-row-end:6;
}
.gridc-399 > .re6-399 {
	grid-row-end:6;
}
.gridc > .c6-399 {
	grid-column-start:6;
}
.gridc-399 > .c6-399 {
	grid-column-start:6;
}
.gridc > .ce6-399 {
	grid-column-end:6;
}
.gridc-399 > .ce6-399 {
	grid-column-end:6;
}

.o7-399 {
		order:7;
	}

.fl7-399 {
	flex:7;
}

.gridc > .r7-399 {
	grid-row-start:7;
}
.gridc-399 > .r7-399 {
	grid-row-start:7;
	overflow:hidden;
}
.gridc > .re7-399 {
	grid-row-end:7;
}
.gridc-399 > .re7-399 {
	grid-row-end:7;
}
.gridc > .c7-399 {
	grid-column-start:7;
}
.gridc-399 > .c7-399 {
	grid-column-start:7;
}
.gridc > .ce7-399 {
	grid-column-end:7;
}
.gridc-399 > .ce7-399 {
	grid-column-end:7;
}

.o8-399 {
		order:8;
	}

.fl8-399 {
	flex:8;
}

.gridc > .r8-399 {
	grid-row-start:8;
}
.gridc-399 > .r8-399 {
	grid-row-start:8;
	overflow:hidden;
}
.gridc > .re8-399 {
	grid-row-end:8;
}
.gridc-399 > .re8-399 {
	grid-row-end:8;
}
.gridc > .c8-399 {
	grid-column-start:8;
}
.gridc-399 > .c8-399 {
	grid-column-start:8;
}
.gridc > .ce8-399 {
	grid-column-end:8;
}
.gridc-399 > .ce8-399 {
	grid-column-end:8;
}

.o9-399 {
		order:9;
	}

.fl9-399 {
	flex:9;
}

.gridc > .r9-399 {
	grid-row-start:9;
}
.gridc-399 > .r9-399 {
	grid-row-start:9;
	overflow:hidden;
}
.gridc > .re9-399 {
	grid-row-end:9;
}
.gridc-399 > .re9-399 {
	grid-row-end:9;
}
.gridc > .c9-399 {
	grid-column-start:9;
}
.gridc-399 > .c9-399 {
	grid-column-start:9;
}
.gridc > .ce9-399 {
	grid-column-end:9;
}
.gridc-399 > .ce9-399 {
	grid-column-end:9;
}

.z1-399 {
	z-index:1;
}

.z9999999-399 {
	z-index:9999999;
}

.z2-399 {
	z-index:2;
}

.z9999998-399 {
	z-index:9999998;
}

.z3-399 {
	z-index:3;
}

.z9999997-399 {
	z-index:9999997;
}

.z4-399 {
	z-index:4;
}

.z9999996-399 {
	z-index:9999996;
}

.z5-399 {
	z-index:5;
}

.z9999995-399 {
	z-index:9999995;
}

.z6-399 {
	z-index:6;
}

.z9999994-399 {
	z-index:9999994;
}

.z7-399 {
	z-index:7;
}

.z9999993-399 {
	z-index:9999993;
}

.z8-399 {
	z-index:8;
}

.z9999992-399 {
	z-index:9999992;
}

.z9-399 {
	z-index:9;
}

.z9999991-399 {
	z-index:9999991;
}

.w100-399 {
	font-weight:100;
}
.w200-399 {
	font-weight:200;
}
.w300-399 {
	font-weight:300;
}
.w400-399 {
	font-weight:400;
}
.w500-399 {
	font-weight:500;
}
.w600-399 {
	font-weight:600;
}
.w700-399 {
	font-weight:700;
}
.w800-399 {
	font-weight:800;
}
.w900-399 {
	font-weight:900;
}
.f1-399 {
	font-size:1.1em;
	line-height:1.1em;
}

p.f1-399,
p > *.f1-399 {
	line-height:1.4em;
}
.f1_5-399 {
	font-size:1.15em;
	line-height:1.15em;
}

p.f1_5-399,
p > *.f1_5-399 {
	line-height:1.18em;
}
.f2-399 {
	font-size:1.2em;
	line-height:1.2em;
}

p.f2-399,
p > *.f2-399 {
	line-height:1.5em;
}
.f2_5-399 {
	font-size:1.25em;
	line-height:1.25em;
}

p.f2_5-399,
p > *.f2_5-399 {
	line-height:1.28em;
}
.f3-399 {
	font-size:1.3em;
	line-height:1.3em;
}

p.f3-399,
p > *.f3-399 {
	line-height:1.6em;
}
.f3_5-399 {
	font-size:1.35em;
	line-height:1.35em;
}

p.f3_5-399,
p > *.f3_5-399 {
	line-height:1.38em;
}
.f4-399 {
	font-size:1.4em;
	line-height:1.4em;
}

p.f4-399,
p > *.f4-399 {
	line-height:1.7em;
}
.f4_5-399 {
	font-size:1.45em;
	line-height:1.45em;
}

p.f4_5-399,
p > *.f4_5-399 {
	line-height:1.48em;
}
.f5-399 {
	font-size:1.5em;
	line-height:1.5em;
}

p.f5-399,
p > *.f5-399 {
	line-height:1.8em;
}
.f5_5-399 {
	font-size:1.55em;
	line-height:1.55em;
}

p.f5_5-399,
p > *.f5_5-399 {
	line-height:1.58em;
}
.f6-399 {
	font-size:1.6em;
	line-height:1.6em;
}

p.f6-399,
p > *.f6-399 {
	line-height:1.9em;
}
.f6_5-399 {
	font-size:1.65em;
	line-height:1.65em;
}

p.f6_5-399,
p > *.f6_5-399 {
	line-height:1.68em;
}
.f7-399 {
	font-size:1.7em;
	line-height:1.7em;
}

p.f7-399,
p > *.f7-399 {
	line-height:1.10em;
}
.f7_5-399 {
	font-size:1.75em;
	line-height:1.75em;
}

p.f7_5-399,
p > *.f7_5-399 {
	line-height:1.78em;
}
.f8-399 {
	font-size:1.8em;
	line-height:1.8em;
}

p.f8-399,
p > *.f8-399 {
	line-height:1.11em;
}
.f8_5-399 {
	font-size:1.85em;
	line-height:1.85em;
}

p.f8_5-399,
p > *.f8_5-399 {
	line-height:1.88em;
}
.f9-399 {
	font-size:1.9em;
	line-height:1.9em;
}

p.f9-399,
p > *.f9-399 {
	line-height:1.12em;
}
.f9_5-399 {
	font-size:1.95em;
	line-height:1.95em;
}

p.f9_5-399,
p > *.f9_5-399 {
	line-height:1.98em;
}
.f10-399 {
	font-size:2em;
	line-height:2em;
}

p.f10-399,
p > *.f10-399 {
	line-height:2em;
}
.f10_5-399 {
	font-size:2em;
	line-height:2em;
}

p.f10_5-399,
p > *.f10_5-399 {
	line-height:2em;
}
.nf1-399 {
	font-size:0.9em;
}

*:not(p):not(ul):not(ol).nf1-399 {
	line-height:0.9em;
}

p.nf1-399,
ul.nf1-399,
ol.nf1-399 {
	line-height:1.9em;
}
.nf1_5-399 {
	font-size:0.85em;
}

*:not(p):not(ul):not(ol).nf1_5-399 {
	line-height:0.85em;
}

p.nf1_5-399,
ul.nf1_5-399,
ol.nf1_5-399 {
	line-height:1.85em;
}
.nf2-399 {
	font-size:0.8em;
}

*:not(p):not(ul):not(ol).nf2-399 {
	line-height:0.8em;
}

p.nf2-399,
ul.nf2-399,
ol.nf2-399 {
	line-height:1.8em;
}
.nf2_5-399 {
	font-size:0.75em;
}

*:not(p):not(ul):not(ol).nf2_5-399 {
	line-height:0.75em;
}

p.nf2_5-399,
ul.nf2_5-399,
ol.nf2_5-399 {
	line-height:1.75em;
}
.nf3-399 {
	font-size:0.7em;
}

*:not(p):not(ul):not(ol).nf3-399 {
	line-height:0.7em;
}

p.nf3-399,
ul.nf3-399,
ol.nf3-399 {
	line-height:1.7em;
}
.nf3_5-399 {
	font-size:0.65em;
}

*:not(p):not(ul):not(ol).nf3_5-399 {
	line-height:0.65em;
}

p.nf3_5-399,
ul.nf3_5-399,
ol.nf3_5-399 {
	line-height:1.65em;
}
.nf4-399 {
	font-size:0.6em;
}

*:not(p):not(ul):not(ol).nf4-399 {
	line-height:0.6em;
}

p.nf4-399,
ul.nf4-399,
ol.nf4-399 {
	line-height:1.6em;
}
.nf4_5-399 {
	font-size:0.55em;
}

*:not(p):not(ul):not(ol).nf4_5-399 {
	line-height:0.55em;
}

p.nf4_5-399,
ul.nf4_5-399,
ol.nf4_5-399 {
	line-height:1.55em;
}
.nf5-399 {
	font-size:0.5em;
}

*:not(p):not(ul):not(ol).nf5-399 {
	line-height:0.5em;
}

p.nf5-399,
ul.nf5-399,
ol.nf5-399 {
	line-height:1.5em;
}
.nf5_5-399 {
	font-size:0.45em;
}

*:not(p):not(ul):not(ol).nf5_5-399 {
	line-height:0.45em;
}

p.nf5_5-399,
ul.nf5_5-399,
ol.nf5_5-399 {
	line-height:1.45em;
}
.nf6-399 {
	font-size:0.4em;
}

*:not(p):not(ul):not(ol).nf6-399 {
	line-height:0.4em;
}

p.nf6-399,
ul.nf6-399,
ol.nf6-399 {
	line-height:1.4em;
}
.nf6_5-399 {
	font-size:0.35em;
}

*:not(p):not(ul):not(ol).nf6_5-399 {
	line-height:0.35em;
}

p.nf6_5-399,
ul.nf6_5-399,
ol.nf6_5-399 {
	line-height:1.35em;
}
.nf7-399 {
	font-size:0.3em;
}

*:not(p):not(ul):not(ol).nf7-399 {
	line-height:0.3em;
}

p.nf7-399,
ul.nf7-399,
ol.nf7-399 {
	line-height:1.3em;
}
.nf7_5-399 {
	font-size:0.25em;
}

*:not(p):not(ul):not(ol).nf7_5-399 {
	line-height:0.25em;
}

p.nf7_5-399,
ul.nf7_5-399,
ol.nf7_5-399 {
	line-height:1.25em;
}
.nf8-399 {
	font-size:0.2em;
}

*:not(p):not(ul):not(ol).nf8-399 {
	line-height:0.2em;
}

p.nf8-399,
ul.nf8-399,
ol.nf8-399 {
	line-height:1.2em;
}
.nf8_5-399 {
	font-size:0.15em;
}

*:not(p):not(ul):not(ol).nf8_5-399 {
	line-height:0.15em;
}

p.nf8_5-399,
ul.nf8_5-399,
ol.nf8_5-399 {
	line-height:1.15em;
}
.nf9-399 {
	font-size:0.1em;
}

*:not(p):not(ul):not(ol).nf9-399 {
	line-height:0.1em;
}

p.nf9-399,
ul.nf9-399,
ol.nf9-399 {
	line-height:1.1em;
}
.nf9_5-399 {
	font-size:0.05em;
}

*:not(p):not(ul):not(ol).nf9_5-399 {
	line-height:0.05em;
}

p.nf9_5-399,
ul.nf9_5-399,
ol.nf9_5-399 {
	line-height:1.05em;
}
  .invisible-399 {
			visibility:hidden!important;
		}

  .last-399 {
			margin-right:0px!important;
		}

  .floatl-399 {
			float:left!important;
		}

  .floatr-399 {
			float:right!important;
		}

  .left-399 {
			float:left!important;
		}

  .right-399 {
			float:right!important;
		}

  .floatn-399,
 .grid.floatn-399 {
			float:none!important;
		}

  .grid-399 {
			float:left!important;
overflow:hidden;;
		}

  .grid.last-399 {
			float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
		}

  .none-399 {
			display:none!important;
		}

  .block-399 {
			display:block!important;
		}

  .iblock-399 {
			display:inline-block!important;
		}

  .inline-399 {
			display:inline!important;
		}

  .table-399 {
			display:table!important;
		}

  .row-399 {
			display:table-row!important;
		}

  .cell-399 {
			display:table-cell!important;
vertical-align:middle;
		}

  .collapse-399 {
			border-collapse:collapse;
		}

  .clearl-399 {
			clear:left!important;
		}

  .clearr-399 {
			clear:right!important;
		}

  .clearn-399 {
			clear:none!important;
		}

  .clearnone-399 {
			clear:none!important;
		}

  .clearb-399 {
			clear:both!important;
		}

  .clear-399 {
			float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
		}

  .up-399 {
			text-transform:uppercase;
		}

  .transnone-399 {
			text-transform:none;
		}

  .strike-399 {
			text-decoration:line-through;
		}

  .alignl-399 {
			text-align:left!important;
		}

  .alignr-399 {
			text-align:right!important;
		}

  .alignc-399 {
			text-align:center!important;
		}

  .alignj-399 {
			text-align:justify!important;
		}

  .valign-399 {
			vertical-align:middle!important;
		}

  .widthauto-399 {
			width:auto!important;
		}

  .heightauto-399 {
			height:auto!important;
min-height:0px!important;
		}

.square.heightauto-399::after {
	display:none!important;
}

.square.heightauto-399 > * {
	position:static!important;
}

  .width0-399 {
			width:0px;
		}

  .width50-399 {
			width:50%;
		}

  .height0-399 {
			height:0px;
		}

  .height50-399 {
			height:50%;
		}

  .mw100-399 {
			max-width:100%;
		}

  .mw90-399 {
			max-width:90%;
		}

  .mw80-399 {
			max-width:80%;
		}

  .mw70-399 {
			max-width:70%;
		}

  .mw60-399 {
			max-width:60%;
		}

  .mw50-399 {
			max-width:50%;
		}

  .mw40-399 {
			max-width:40%;
		}

  .mw30-399 {
			max-width:30%;
		}

  .mw20-399 {
			max-width:20%;
		}

  .mw10-399 {
			max-width:10%;
		}

  .mwnone-399 {
			max-width:none;
		}

  .fw-399,
 .grid.fw-399,
 .floatl.fw-399 {
			width:100%!important;
      margin-left:0px!important;
			margin-right:0px!important;
		}

  .fh-399 {
			height:100%!important;
		}

  .pointer-399 {
			cursor:pointer!important;
		}

  .noallow-399 {
			cursor:not-allowed!important;
		}

  .noselect-399 {
			user-select:none!important;
		}

  .static-399 {
			position:static!important;
		}

  .relative-399 {
			position:relative!important;
		}

  .absolute-399 {
			position:absolute!important;
		}

  .fixed-399 {
			position:fixed!important;
		}

  .spacing-399 {
			margin-bottom:7px!important;
		}

  .spacing.floatl-399 {
			margin-right:15px!important;
		}

  .spacing.floatr-399 {
			margin-left:15px!important;
		}

  .flowhide-399 {
			overflow:hidden;
		}

  .flowshow-399 {
			overflow:visible;
		}

  .flowauto-399 {
			overflow:auto;
		}

  .nowrap-399 {
			white-space:nowrap;
		}

  .lhreset-399 {
			line-height:normal;
		}

  .circle-399 {
			border-radius:50%!important;
		}

  .radnone-399 {
			border-radius:0px!important;
		}

  .vh10-399 {
			height:10vh!important;
		}

  .vh25-399 {
			height:25vh!important;
		}

  .vh50-399 {
			height:50vh!important;
		}

  .vh100-399 {
			height:100vh!important;
		}

  .vw10-399 {
			width:10vw!important;
		}

  .vw25-399 {
			width:25vw!important;
		}

  .vw50-399 {
			width:50vw!important;
		}

  .vw100-399 {
			width:100vw!important;
		}

  .flexw-399 {
			flex-wrap:wrap!important;
		}

  .flexwn-399 {
			flex-wrap:nowrap!important;
		}

  .flexwr-399 {
			flex-wrap:wrap-reverse!important;
		}

  .flexdr-399 {
			flex-direction:row!important;
		}

  .flexdrr-399 {
			flex-direction:row-reverse!important;
		}

  .flexdc-399 {
			flex-direction:column!important;
		}

  .flexdcr-399 {
			flex-direction:column-reverse!important;
		}

  .flex-399 {
			display:flex!important;
align-items:center;
flex-wrap:wrap;;
		}

  .iflex-399 {
			display:inline-flex!important;
align-items:center;;
		}

  .spaced-399 {
			justify-content:space-between;
		}

  .flexdr.spaced-399 {
			align-content:space-between;
		}

  .spacee-399 {
			justify-content:space-evenly;
		}

  .falignst-399 {
			align-items:stretch;;
		}

  .falignc-399 {
			align-items:center;;
		}

  .faligns-399 {
			align-items:flex-start;;
		}

  .faligne-399 {
			align-items:flex-end;;
		}

  .fjustl-399 {
			justify-content:flex-start;;
		}

  .fjustr-399 {
			justify-content:flex-end;;
		}

  .fjustc-399 {
			justify-content:center;;
		}

  .flexn-399 {
			flex:none!important;width:100%;;
		}

  .gridc-399 {
			display:grid!important;;
		}

  .o100-399 {
			opacity:1;
		}

  .o90-399 {
			opacity:0.9;
		}

  .o80-399 {
			opacity:0.8;
		}

  .o70-399 {
			opacity:0.7;
		}

  .o60-399 {
			opacity:0.6;
		}

  .o50-399 {
			opacity:0.5;
		}

  .o40-399 {
			opacity:0.4;
		}

  .o30-399 {
			opacity:0.3;
		}

  .o20-399 {
			opacity:0.2;
		}

  .o10-399 {
			opacity:0.1;
		}

  .o0-399 {
			opacity:0;
		}

  .left0-399 {
			left:0px!important;;
		}

  .right0-399 {
			right:0px!important;;
		}

  .top0-399 {
			top:0px!important;;
		}

  .bottom0-399 {
			bottom:0px!important;;
		}

  .left50-399 {
			left:50%!important;;
		}

  .right50-399 {
			right:50%!important;;
		}

  .top50-399 {
			top:50%!important;;
		}

  .bottom50-399 {
			bottom:50%!important;;
		}

  .left100-399 {
			left:100%!important;;
		}

  .right100-399 {
			right:100%!important;;
		}

  .top100-399 {
			top:100%!important;;
		}

  .bottom100-399 {
			bottom:100%!important;;
		}

  .leftauto-399 {
			left:auto!important;;
		}

  .rightauto-399 {
			right:auto!important;;
		}

  .topauto-399 {
			top:auto!important;;
		}

  .bottomauto-399 {
			bottom:auto!important;;
		}

  .all0-399 {
			top:0px!important;
bottom:0px!important;
left:0px!important;
right:0px!important;;
		}

  .lineup.fw-399, .lineupgroup.fw-399 {
			height:auto!important;
	}

	

			.padded_tiny-399 {
				padding:5px!important;

			}

			.paddedtb_tiny-399 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-399 {
				padding-top:5px!important;
			}

			.paddedb_tiny-399 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-399 {
				padding-left:5px!important;
			}

			.paddedr_tiny-399 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-399 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-399 {
				margin:5px!important;
			}

			.margintb_tiny-399 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-399 {
				margin-top:5px!important;
			}

			.marginb_tiny-399 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-399 {
				margin-left:5px!important;
			}

			.marginr_tiny-399 {
				margin-right:5px!important;
			}

			.marginlr_tiny-399 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			
			.nmarginlr_tiny {
				margin-left:-5px!important;
				margin-right:-5px!important;
			}
				
			.nmargin_tiny-399 {
				margin:-5px!important;
			}

			.nmargintb_tiny-399 {
				margin-top:-5px!important;
				margin-bottom:-5px!important;
			}

			.nmargint_tiny-399 {
				margin-top:-5px!important;
			}

			.nmarginb_tiny-399 {
				margin-bottom:-5px!important;
			}

			.nmarginl_tiny-399 {
				margin-left:-5px!important;
			}

			.nmarginr_tiny-399 {
				margin-right:-5px!important;
			}
			
			.padded_small-399 {
				padding:10px!important;

			}

			.paddedtb_small-399 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-399 {
				padding-top:10px!important;
			}

			.paddedb_small-399 {
				padding-bottom:10px!important;
			}

			.paddedl_small-399 {
				padding-left:10px!important;
			}

			.paddedr_small-399 {
				padding-right:10px!important;
			}

			.paddedlr_small-399 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-399 {
				margin:10px!important;
			}

			.margintb_small-399 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-399 {
				margin-top:10px!important;
			}

			.marginb_small-399 {
				margin-bottom:10px!important;
			}

			.marginl_small-399 {
				margin-left:10px!important;
			}

			.marginr_small-399 {
				margin-right:10px!important;
			}

			.marginlr_small-399 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_small {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_small-399 {
				margin:-10px!important;
			}

			.nmargintb_small-399 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_small-399 {
				margin-top:-10px!important;
			}

			.nmarginb_small-399 {
				margin-bottom:-10px!important;
			}

			.nmarginl_small-399 {
				margin-left:-10px!important;
			}

			.nmarginr_small-399 {
				margin-right:-10px!important;
			}
			
			.padded_medium-399 {
				padding:20px!important;

			}

			.paddedtb_medium-399 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-399 {
				padding-top:20px!important;
			}

			.paddedb_medium-399 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-399 {
				padding-left:20px!important;
			}

			.paddedr_medium-399 {
				padding-right:20px!important;
			}

			.paddedlr_medium-399 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-399 {
				margin:20px!important;
			}

			.margintb_medium-399 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-399 {
				margin-top:20px!important;
			}

			.marginb_medium-399 {
				margin-bottom:20px!important;
			}

			.marginl_medium-399 {
				margin-left:20px!important;
			}

			.marginr_medium-399 {
				margin-right:20px!important;
			}

			.marginlr_medium-399 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			
			.nmarginlr_medium {
				margin-left:-20px!important;
				margin-right:-20px!important;
			}
				
			.nmargin_medium-399 {
				margin:-20px!important;
			}

			.nmargintb_medium-399 {
				margin-top:-20px!important;
				margin-bottom:-20px!important;
			}

			.nmargint_medium-399 {
				margin-top:-20px!important;
			}

			.nmarginb_medium-399 {
				margin-bottom:-20px!important;
			}

			.nmarginl_medium-399 {
				margin-left:-20px!important;
			}

			.nmarginr_medium-399 {
				margin-right:-20px!important;
			}
			
			.padded_large-399 {
				padding:40px!important;

			}

			.paddedtb_large-399 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-399 {
				padding-top:40px!important;
			}

			.paddedb_large-399 {
				padding-bottom:40px!important;
			}

			.paddedl_large-399 {
				padding-left:40px!important;
			}

			.paddedr_large-399 {
				padding-right:40px!important;
			}

			.paddedlr_large-399 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-399 {
				margin:40px!important;
			}

			.margintb_large-399 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-399 {
				margin-top:40px!important;
			}

			.marginb_large-399 {
				margin-bottom:40px!important;
			}

			.marginl_large-399 {
				margin-left:40px!important;
			}

			.marginr_large-399 {
				margin-right:40px!important;
			}

			.marginlr_large-399 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			
			.nmarginlr_large {
				margin-left:-40px!important;
				margin-right:-40px!important;
			}
				
			.nmargin_large-399 {
				margin:-40px!important;
			}

			.nmargintb_large-399 {
				margin-top:-40px!important;
				margin-bottom:-40px!important;
			}

			.nmargint_large-399 {
				margin-top:-40px!important;
			}

			.nmarginb_large-399 {
				margin-bottom:-40px!important;
			}

			.nmarginl_large-399 {
				margin-left:-40px!important;
			}

			.nmarginr_large-399 {
				margin-right:-40px!important;
			}
			
			.padded_core-399 {
				padding:10px!important;

			}

			.paddedtb_core-399 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-399 {
				padding-top:10px!important;
			}

			.paddedb_core-399 {
				padding-bottom:10px!important;
			}

			.paddedl_core-399 {
				padding-left:10px!important;
			}

			.paddedr_core-399 {
				padding-right:10px!important;
			}

			.paddedlr_core-399 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-399 {
				margin:10px!important;
			}

			.margintb_core-399 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-399 {
				margin-top:10px!important;
			}

			.marginb_core-399 {
				margin-bottom:10px!important;
			}

			.marginl_core-399 {
				margin-left:10px!important;
			}

			.marginr_core-399 {
				margin-right:10px!important;
			}

			.marginlr_core-399 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_core {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_core-399 {
				margin:-10px!important;
			}

			.nmargintb_core-399 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_core-399 {
				margin-top:-10px!important;
			}

			.nmarginb_core-399 {
				margin-bottom:-10px!important;
			}

			.nmarginl_core-399 {
				margin-left:-10px!important;
			}

			.nmarginr_core-399 {
				margin-right:-10px!important;
			}
						
			.margin_auto-399 {
				margin:auto!important;
			}

			.margintb_auto-399 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-399 {
				margin-top:auto!important;
			}

			.marginb_auto-399 {
				margin-bottom:auto!important;
			}

			.marginl_auto-399 {
				margin-left:auto!important;
			}

			.marginr_auto-399 {
				margin-right:auto!important;
			}

			.marginlr_auto-399 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			
			.nmarginlr_auto {
				margin-left:-auto!important;
				margin-right:-auto!important;
			}
				
			.nmargin_auto-399 {
				margin:-auto!important;
			}

			.nmargintb_auto-399 {
				margin-top:-auto!important;
				margin-bottom:-auto!important;
			}

			.nmargint_auto-399 {
				margin-top:-auto!important;
			}

			.nmarginb_auto-399 {
				margin-bottom:-auto!important;
			}

			.nmarginl_auto-399 {
				margin-left:-auto!important;
			}

			.nmarginr_auto-399 {
				margin-right:-auto!important;
			}
			
			.padded_none-399 {
				padding:0px!important;

			}

			.paddedtb_none-399 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-399 {
				padding-top:0px!important;
			}

			.paddedb_none-399 {
				padding-bottom:0px!important;
			}

			.paddedl_none-399 {
				padding-left:0px!important;
			}

			.paddedr_none-399 {
				padding-right:0px!important;
			}

			.paddedlr_none-399 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-399 {
				margin:0px!important;
			}

			.margintb_none-399 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-399 {
				margin-top:0px!important;
			}

			.marginb_none-399 {
				margin-bottom:0px!important;
			}

			.marginl_none-399 {
				margin-left:0px!important;
			}

			.marginr_none-399 {
				margin-right:0px!important;
			}

			.marginlr_none-399 {
				margin-left:0px!important;
				margin-right:0px!important;
			}
			
			.nmarginlr_none {
				margin-left:-0px!important;
				margin-right:-0px!important;
			}
				
			.nmargin_none-399 {
				margin:-0px!important;
			}

			.nmargintb_none-399 {
				margin-top:-0px!important;
				margin-bottom:-0px!important;
			}

			.nmargint_none-399 {
				margin-top:-0px!important;
			}

			.nmarginb_none-399 {
				margin-bottom:-0px!important;
			}

			.nmarginl_none-399 {
				margin-left:-0px!important;
			}

			.nmarginr_none-399 {
				margin-right:-0px!important;
			}
			
			.padded_p100-399 {
				padding:100%!important;

			}

			.paddedtb_p100-399 {
				padding-top:100%!important;
				padding-bottom:100%!important;
			}

			.paddedt_p100-399 {
				padding-top:100%!important;
			}

			.paddedb_p100-399 {
				padding-bottom:100%!important;
			}

			.paddedl_p100-399 {
				padding-left:100%!important;
			}

			.paddedr_p100-399 {
				padding-right:100%!important;
			}

			.paddedlr_p100-399 {
				padding-left:100%!important;
				padding-right:100%!important;
			}
		
						
			.margin_p100-399 {
				margin:100%!important;
			}

			.margintb_p100-399 {
				margin-top:100%!important;
				margin-bottom:100%!important;
			}

			.margint_p100-399 {
				margin-top:100%!important;
			}

			.marginb_p100-399 {
				margin-bottom:100%!important;
			}

			.marginl_p100-399 {
				margin-left:100%!important;
			}

			.marginr_p100-399 {
				margin-right:100%!important;
			}

			.marginlr_p100-399 {
				margin-left:100%!important;
				margin-right:100%!important;
			}
			
			.nmarginlr_p100 {
				margin-left:-100%!important;
				margin-right:-100%!important;
			}
				
			.nmargin_p100-399 {
				margin:-100%!important;
			}

			.nmargintb_p100-399 {
				margin-top:-100%!important;
				margin-bottom:-100%!important;
			}

			.nmargint_p100-399 {
				margin-top:-100%!important;
			}

			.nmarginb_p100-399 {
				margin-bottom:-100%!important;
			}

			.nmarginl_p100-399 {
				margin-left:-100%!important;
			}

			.nmarginr_p100-399 {
				margin-right:-100%!important;
			}
			
			.padded_p75-399 {
				padding:75%!important;

			}

			.paddedtb_p75-399 {
				padding-top:75%!important;
				padding-bottom:75%!important;
			}

			.paddedt_p75-399 {
				padding-top:75%!important;
			}

			.paddedb_p75-399 {
				padding-bottom:75%!important;
			}

			.paddedl_p75-399 {
				padding-left:75%!important;
			}

			.paddedr_p75-399 {
				padding-right:75%!important;
			}

			.paddedlr_p75-399 {
				padding-left:75%!important;
				padding-right:75%!important;
			}
		
						
			.margin_p75-399 {
				margin:75%!important;
			}

			.margintb_p75-399 {
				margin-top:75%!important;
				margin-bottom:75%!important;
			}

			.margint_p75-399 {
				margin-top:75%!important;
			}

			.marginb_p75-399 {
				margin-bottom:75%!important;
			}

			.marginl_p75-399 {
				margin-left:75%!important;
			}

			.marginr_p75-399 {
				margin-right:75%!important;
			}

			.marginlr_p75-399 {
				margin-left:75%!important;
				margin-right:75%!important;
			}
			
			.nmarginlr_p75 {
				margin-left:-75%!important;
				margin-right:-75%!important;
			}
				
			.nmargin_p75-399 {
				margin:-75%!important;
			}

			.nmargintb_p75-399 {
				margin-top:-75%!important;
				margin-bottom:-75%!important;
			}

			.nmargint_p75-399 {
				margin-top:-75%!important;
			}

			.nmarginb_p75-399 {
				margin-bottom:-75%!important;
			}

			.nmarginl_p75-399 {
				margin-left:-75%!important;
			}

			.nmarginr_p75-399 {
				margin-right:-75%!important;
			}
			
			.padded_p50-399 {
				padding:50%!important;

			}

			.paddedtb_p50-399 {
				padding-top:50%!important;
				padding-bottom:50%!important;
			}

			.paddedt_p50-399 {
				padding-top:50%!important;
			}

			.paddedb_p50-399 {
				padding-bottom:50%!important;
			}

			.paddedl_p50-399 {
				padding-left:50%!important;
			}

			.paddedr_p50-399 {
				padding-right:50%!important;
			}

			.paddedlr_p50-399 {
				padding-left:50%!important;
				padding-right:50%!important;
			}
		
						
			.margin_p50-399 {
				margin:50%!important;
			}

			.margintb_p50-399 {
				margin-top:50%!important;
				margin-bottom:50%!important;
			}

			.margint_p50-399 {
				margin-top:50%!important;
			}

			.marginb_p50-399 {
				margin-bottom:50%!important;
			}

			.marginl_p50-399 {
				margin-left:50%!important;
			}

			.marginr_p50-399 {
				margin-right:50%!important;
			}

			.marginlr_p50-399 {
				margin-left:50%!important;
				margin-right:50%!important;
			}
			
			.nmarginlr_p50 {
				margin-left:-50%!important;
				margin-right:-50%!important;
			}
				
			.nmargin_p50-399 {
				margin:-50%!important;
			}

			.nmargintb_p50-399 {
				margin-top:-50%!important;
				margin-bottom:-50%!important;
			}

			.nmargint_p50-399 {
				margin-top:-50%!important;
			}

			.nmarginb_p50-399 {
				margin-bottom:-50%!important;
			}

			.nmarginl_p50-399 {
				margin-left:-50%!important;
			}

			.nmarginr_p50-399 {
				margin-right:-50%!important;
			}
			
			.padded_p25-399 {
				padding:25%!important;

			}

			.paddedtb_p25-399 {
				padding-top:25%!important;
				padding-bottom:25%!important;
			}

			.paddedt_p25-399 {
				padding-top:25%!important;
			}

			.paddedb_p25-399 {
				padding-bottom:25%!important;
			}

			.paddedl_p25-399 {
				padding-left:25%!important;
			}

			.paddedr_p25-399 {
				padding-right:25%!important;
			}

			.paddedlr_p25-399 {
				padding-left:25%!important;
				padding-right:25%!important;
			}
		
						
			.margin_p25-399 {
				margin:25%!important;
			}

			.margintb_p25-399 {
				margin-top:25%!important;
				margin-bottom:25%!important;
			}

			.margint_p25-399 {
				margin-top:25%!important;
			}

			.marginb_p25-399 {
				margin-bottom:25%!important;
			}

			.marginl_p25-399 {
				margin-left:25%!important;
			}

			.marginr_p25-399 {
				margin-right:25%!important;
			}

			.marginlr_p25-399 {
				margin-left:25%!important;
				margin-right:25%!important;
			}
			
			.nmarginlr_p25 {
				margin-left:-25%!important;
				margin-right:-25%!important;
			}
				
			.nmargin_p25-399 {
				margin:-25%!important;
			}

			.nmargintb_p25-399 {
				margin-top:-25%!important;
				margin-bottom:-25%!important;
			}

			.nmargint_p25-399 {
				margin-top:-25%!important;
			}

			.nmarginb_p25-399 {
				margin-bottom:-25%!important;
			}

			.nmarginl_p25-399 {
				margin-left:-25%!important;
			}

			.nmarginr_p25-399 {
				margin-right:-25%!important;
			}
				.border_1-399 {
		border:solid 1px rgba(0,0,0,0.5);;
	}

	.bordertb_1-399 {
		border-top:solid 1px rgba(0,0,0,0.5);;
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.bordert_1-399 {
		border-top:solid 1px rgba(0,0,0,0.5);;
	}

	.borderb_1-399 {
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.borderl_1-399 {
		border-left:solid 1px rgba(0,0,0,0.5);;
	}

	.borderr_1-399 {
		border-right:solid 1px rgba(0,0,0,0.5);;
	}

	.borderlr_1-399 {
		border-left:solid 1px rgba(0,0,0,0.5);;
		border-right:solid 1px rgba(0,0,0,0.5);;
	}
		.border_none-399 {
		border:none;
	}

	.bordertb_none-399 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-399 {
		border-top:none;
	}

	.borderb_none-399 {
		border-bottom:none;
	}

	.borderl_none-399 {
		border-left:none;
	}

	.borderr_none-399 {
		border-right:none;
	}

	.borderlr_none-399 {
		border-left:none;
		border-right:none;
	}
		.border_core-399 {
		border:solid 1px rgba(0,0,0,0.1);
	}

	.bordertb_core-399 {
		border-top:solid 1px rgba(0,0,0,0.1);
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.bordert_core-399 {
		border-top:solid 1px rgba(0,0,0,0.1);
	}

	.borderb_core-399 {
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.borderl_core-399 {
		border-left:solid 1px rgba(0,0,0,0.1);
	}

	.borderr_core-399 {
		border-right:solid 1px rgba(0,0,0,0.1);
	}

	.borderlr_core-399 {
		border-left:solid 1px rgba(0,0,0,0.1);
		border-right:solid 1px rgba(0,0,0,0.1);
	}
				.colour1_bg-399 {
				background-color:#000000!important;
			}

			.colour1_bg-399,
			a.colour1_bg-399 {
				color:#FFFFFF!important;
			}
		
			.colour1_bg-399 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour1-399 a,
			a.colour1-399 {
				color:#000000;
							}
			
			.colour1-399 {
					color:#000000;
				background:transparent!important;
						}

					
			.colour1_bg-399 input[type=text],
			.colour1_bg-399 input[type=password],
			.colour1_bg-399 input[type=number],
			.colour1_bg-399 textarea,
			.colour1_bg-399 select,
			.colour1_bg-399 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour1_bg-399 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour1_bg-399 select {
				color:rgba(255,255,255,0.7);
			}

			.colour1_bg-399 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour1_bg-399 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour2_bg-399 {
				background-color:#4b4a4b!important;
			}

			.colour2_bg-399,
			a.colour2_bg-399 {
				color:#FFFFFF!important;
			}
		
			.colour2_bg-399 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour2-399 a,
			a.colour2-399 {
				color:#4b4a4b;
							}
			
			.colour2-399 {
					color:#4b4a4b;
				background:transparent!important;
						}

					
			.colour2_bg-399 input[type=text],
			.colour2_bg-399 input[type=password],
			.colour2_bg-399 input[type=number],
			.colour2_bg-399 textarea,
			.colour2_bg-399 select,
			.colour2_bg-399 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour2_bg-399 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour2_bg-399 select {
				color:rgba(255,255,255,0.7);
			}

			.colour2_bg-399 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour2_bg-399 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour3_bg-399 {
				background-color:#616062!important;
			}

			.colour3_bg-399,
			a.colour3_bg-399 {
				color:#FFFFFF!important;
			}
		
			.colour3_bg-399 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour3-399 a,
			a.colour3-399 {
				color:#616062;
							}
			
			.colour3-399 {
					color:#616062;
				background:transparent!important;
						}

					
			.colour3_bg-399 input[type=text],
			.colour3_bg-399 input[type=password],
			.colour3_bg-399 input[type=number],
			.colour3_bg-399 textarea,
			.colour3_bg-399 select,
			.colour3_bg-399 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour3_bg-399 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour3_bg-399 select {
				color:rgba(255,255,255,0.7);
			}

			.colour3_bg-399 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour3_bg-399 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour4_bg-399 {
				background-color:#FFFFFF!important;
			}

			.colour4_bg-399,
			a.colour4_bg-399 {
				color:#202020!important;
			}
		
			.colour4_bg-399 a:not(.more) {
				color:#202020;
			}

			
			.colour4-399 a,
			a.colour4-399 {
				color:#FFFFFF;
							}
			
			.colour4-399 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour4_bg-399 input[type=text],
			.colour4_bg-399 input[type=password],
			.colour4_bg-399 input[type=number],
			.colour4_bg-399 textarea,
			.colour4_bg-399 select,
			.colour4_bg-399 select option {
				border-color:#202020;
				color:#202020;
				background:transparent;
			}
		
			.colour4_bg-399 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour4_bg-399 select {
				color:rgba(32,32,32,0.7);
			}

			.colour4_bg-399 ::-webkit-input-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}

			.colour4_bg-399 ::-moz-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}
		
						.colour5_bg-399 {
				background-color:#FFFFFF!important;
			}

			.colour5_bg-399,
			a.colour5_bg-399 {
				color:#424040!important;
			}
		
			.colour5_bg-399 a:not(.more) {
				color:#424040;
			}

			
			.colour5-399 a,
			a.colour5-399 {
				color:#FFFFFF;
							}
			
			.colour5-399 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour5_bg-399 input[type=text],
			.colour5_bg-399 input[type=password],
			.colour5_bg-399 input[type=number],
			.colour5_bg-399 textarea,
			.colour5_bg-399 select,
			.colour5_bg-399 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour5_bg-399 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour5_bg-399 select {
				color:rgba(66,64,64,0.7);
			}

			.colour5_bg-399 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour5_bg-399 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
						.colour6_bg-399 {
				background-color:#EEEEEE!important;
			}

			.colour6_bg-399,
			a.colour6_bg-399 {
				color:#424040!important;
			}
		
			.colour6_bg-399 a:not(.more) {
				color:#424040;
			}

			
			.colour6-399 a,
			a.colour6-399 {
				color:#EEEEEE;
							}
			
			.colour6-399 {
					color:#EEEEEE;
				background:transparent!important;
						}

					
			.colour6_bg-399 input[type=text],
			.colour6_bg-399 input[type=password],
			.colour6_bg-399 input[type=number],
			.colour6_bg-399 textarea,
			.colour6_bg-399 select,
			.colour6_bg-399 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour6_bg-399 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour6_bg-399 select {
				color:rgba(66,64,64,0.7);
			}

			.colour6_bg-399 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour6_bg-399 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
			
}

@media only screen and (max-width : 349px) {
	
.grid.eight-349 {
	float:left!important;
	width:10.575%!important;
margin-right:2.2%!important;;
}

.grid.eight_x2-349 {
	float:left!important;
	width:23.35%!important;
margin-right:2.2%!important;;
}

.grid.eight_x3-349 {
	float:left!important;
	width:36.125%!important;
margin-right:2.2%!important;;
}

.grid.eight_x4-349 {
	float:left!important;
	width:48.9%!important;
margin-right:2.2%!important;;
}

.grid.eight_x5-349 {
	float:left!important;
	width:61.675%!important;
margin-right:2.2%!important;;
}

.grid.eight_x6-349 {
	float:left!important;
	width:74.45%!important;
margin-right:2.2%!important;;
}

.grid.eight_x7-349 {
	float:left!important;
	width:87.225%!important;
margin-right:2.2%!important;;
}

.grid.seven-349 {
	float:left!important;
	width:11.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x2-349 {
	float:left!important;
	width:26.25%!important;
margin-right:3.25%!important;;
}

.grid.seven_x3-349 {
	float:left!important;
	width:41%!important;
margin-right:3.25%!important;;
}

.grid.seven_x4-349 {
	float:left!important;
	width:55.75%!important;
margin-right:3.25%!important;;
}

.grid.seven_x5-349 {
	float:left!important;
	width:70.5%!important;
margin-right:3.25%!important;;
}

.grid.seven_x6-349 {
	float:left!important;
	width:85.25%!important;
margin-right:3.25%!important;;
}

.grid.six-349 {
	float:left!important;
	width:15%!important;
margin-right:2%!important;;
}

.grid.six_x2-349 {
	float:left!important;
	width:32%!important;
margin-right:2%!important;;
}

.grid.six_x3-349 {
	float:left!important;
	width:49%!important;
margin-right:2%!important;;
}

.grid.six_x4-349 {
	float:left!important;
	width:63%!important;
margin-right:2%!important;;
}

.grid.six_x5-349 {
	float:left!important;
	width:83%!important;
margin-right:2%!important;;
}

.grid.five-349 {
	float:left!important;
	width:18%!important;
margin-right:2.5%!important;;
}

.grid.five_x2-349 {
	float:left!important;
	width:38.5%!important;
margin-right:2.5%!important;;
}

.grid.five_x3-349 {
	float:left!important;
	width:59%!important;
margin-right:2.5%!important;;
}

.grid.five_x4-349 {
	float:left!important;
	width:79.5%!important;
margin-right:2.5%!important;;
}

.grid.four-349 {
	float:left!important;
	width:22%!important;
margin-right:4%!important;;
}

.grid.four_x2-349 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.four_x3-349 {
	float:left!important;
	width:74%!important;
margin-right:4%!important;;
}

.grid.three-349 {
	float:left!important;
	width:31%!important;
margin-right:3.5%!important;;
}

.grid.three_x2-349 {
	float:left!important;
	width:65.5%!important;
margin-right:3.5%!important;;
}

.grid.two-349 {
	float:left!important;
	width:48%!important;
margin-right:4%!important;;
}

.grid.one-349 {
	float:left!important;
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;margin-right:0px!important;;
}

.floatl.eight-349 {
	width:12.5%!important;
}

.floatl.eight_x2-349 {
	width:25%!important;
}

.floatl.eight_x3-349 {
	width:37.5%!important;
}

.floatl.eight_x4-349 {
	width:50%!important;
}

.floatl.eight_x5-349 {
	width:62.5%!important;
}

.floatl.eight_x6-349 {
	width:75%!important;
}

.floatl.eight_x7-349 {
	width:87.5%!important;
}

.floatl.seven-349 {
	width:14.28571429%!important;
}

.floatl.seven_x2-349 {
	width:28.57142857%!important;
}

.floatl.seven_x3-349 {
	width:42.85714286%!important;
}

.floatl.seven_x4-349 {
	width:57.14285714%!important;
}

.floatl.seven_x5-349 {
	width:71.42857143%!important;
}

.floatl.seven_x6-349 {
	width:85.71428571%!important;
}

.floatl.six-349 {
	width:16.66666667%!important;
}

.floatl.six_x2-349 {
	width:33.33333333%!important;
}

.floatl.six_x3-349 {
	width:50%!important;
}

.floatl.six_x4-349 {
	width:66.6666667%!important;
}

.floatl.six_x5-349 {
	width:83%!important;
}

.floatl.five-349 {
	width:20%!important;
}

.floatl.five_x2-349 {
	width:40%!important;
}

.floatl.five_x3-349 {
	width:60%!important;
}

.floatl.five_x4-349 {
	width:80%!important;
}

.floatl.four-349 {
	width:25%!important;
}

.floatl.four_x2-349 {
	width:50%!important;
}

.floatl.four_x3-349 {
	width:75%!important;
}

.floatl.three-349 {
	width:33.33333333%!important;
}

.floatl.three_x2-349 {
	width:66.66666667%!important;
}

.floatl.two-349 {
	width:50%!important;
}

.floatl.one-349 {
	width:100%!important;float:left!important;height:auto!important;margin-left:0px!important;
}

.o1-349 {
		order:1;
	}

.fl1-349 {
	flex:1;
}

.gridc > .r1-349 {
	grid-row-start:1;
}
.gridc-349 > .r1-349 {
	grid-row-start:1;
	overflow:hidden;
}
.gridc > .re1-349 {
	grid-row-end:1;
}
.gridc-349 > .re1-349 {
	grid-row-end:1;
}
.gridc > .c1-349 {
	grid-column-start:1;
}
.gridc-349 > .c1-349 {
	grid-column-start:1;
}
.gridc > .ce1-349 {
	grid-column-end:1;
}
.gridc-349 > .ce1-349 {
	grid-column-end:1;
}

.o2-349 {
		order:2;
	}

.fl2-349 {
	flex:2;
}

.gridc > .r2-349 {
	grid-row-start:2;
}
.gridc-349 > .r2-349 {
	grid-row-start:2;
	overflow:hidden;
}
.gridc > .re2-349 {
	grid-row-end:2;
}
.gridc-349 > .re2-349 {
	grid-row-end:2;
}
.gridc > .c2-349 {
	grid-column-start:2;
}
.gridc-349 > .c2-349 {
	grid-column-start:2;
}
.gridc > .ce2-349 {
	grid-column-end:2;
}
.gridc-349 > .ce2-349 {
	grid-column-end:2;
}

.o3-349 {
		order:3;
	}

.fl3-349 {
	flex:3;
}

.gridc > .r3-349 {
	grid-row-start:3;
}
.gridc-349 > .r3-349 {
	grid-row-start:3;
	overflow:hidden;
}
.gridc > .re3-349 {
	grid-row-end:3;
}
.gridc-349 > .re3-349 {
	grid-row-end:3;
}
.gridc > .c3-349 {
	grid-column-start:3;
}
.gridc-349 > .c3-349 {
	grid-column-start:3;
}
.gridc > .ce3-349 {
	grid-column-end:3;
}
.gridc-349 > .ce3-349 {
	grid-column-end:3;
}

.o4-349 {
		order:4;
	}

.fl4-349 {
	flex:4;
}

.gridc > .r4-349 {
	grid-row-start:4;
}
.gridc-349 > .r4-349 {
	grid-row-start:4;
	overflow:hidden;
}
.gridc > .re4-349 {
	grid-row-end:4;
}
.gridc-349 > .re4-349 {
	grid-row-end:4;
}
.gridc > .c4-349 {
	grid-column-start:4;
}
.gridc-349 > .c4-349 {
	grid-column-start:4;
}
.gridc > .ce4-349 {
	grid-column-end:4;
}
.gridc-349 > .ce4-349 {
	grid-column-end:4;
}

.o5-349 {
		order:5;
	}

.fl5-349 {
	flex:5;
}

.gridc > .r5-349 {
	grid-row-start:5;
}
.gridc-349 > .r5-349 {
	grid-row-start:5;
	overflow:hidden;
}
.gridc > .re5-349 {
	grid-row-end:5;
}
.gridc-349 > .re5-349 {
	grid-row-end:5;
}
.gridc > .c5-349 {
	grid-column-start:5;
}
.gridc-349 > .c5-349 {
	grid-column-start:5;
}
.gridc > .ce5-349 {
	grid-column-end:5;
}
.gridc-349 > .ce5-349 {
	grid-column-end:5;
}

.o6-349 {
		order:6;
	}

.fl6-349 {
	flex:6;
}

.gridc > .r6-349 {
	grid-row-start:6;
}
.gridc-349 > .r6-349 {
	grid-row-start:6;
	overflow:hidden;
}
.gridc > .re6-349 {
	grid-row-end:6;
}
.gridc-349 > .re6-349 {
	grid-row-end:6;
}
.gridc > .c6-349 {
	grid-column-start:6;
}
.gridc-349 > .c6-349 {
	grid-column-start:6;
}
.gridc > .ce6-349 {
	grid-column-end:6;
}
.gridc-349 > .ce6-349 {
	grid-column-end:6;
}

.o7-349 {
		order:7;
	}

.fl7-349 {
	flex:7;
}

.gridc > .r7-349 {
	grid-row-start:7;
}
.gridc-349 > .r7-349 {
	grid-row-start:7;
	overflow:hidden;
}
.gridc > .re7-349 {
	grid-row-end:7;
}
.gridc-349 > .re7-349 {
	grid-row-end:7;
}
.gridc > .c7-349 {
	grid-column-start:7;
}
.gridc-349 > .c7-349 {
	grid-column-start:7;
}
.gridc > .ce7-349 {
	grid-column-end:7;
}
.gridc-349 > .ce7-349 {
	grid-column-end:7;
}

.o8-349 {
		order:8;
	}

.fl8-349 {
	flex:8;
}

.gridc > .r8-349 {
	grid-row-start:8;
}
.gridc-349 > .r8-349 {
	grid-row-start:8;
	overflow:hidden;
}
.gridc > .re8-349 {
	grid-row-end:8;
}
.gridc-349 > .re8-349 {
	grid-row-end:8;
}
.gridc > .c8-349 {
	grid-column-start:8;
}
.gridc-349 > .c8-349 {
	grid-column-start:8;
}
.gridc > .ce8-349 {
	grid-column-end:8;
}
.gridc-349 > .ce8-349 {
	grid-column-end:8;
}

.o9-349 {
		order:9;
	}

.fl9-349 {
	flex:9;
}

.gridc > .r9-349 {
	grid-row-start:9;
}
.gridc-349 > .r9-349 {
	grid-row-start:9;
	overflow:hidden;
}
.gridc > .re9-349 {
	grid-row-end:9;
}
.gridc-349 > .re9-349 {
	grid-row-end:9;
}
.gridc > .c9-349 {
	grid-column-start:9;
}
.gridc-349 > .c9-349 {
	grid-column-start:9;
}
.gridc > .ce9-349 {
	grid-column-end:9;
}
.gridc-349 > .ce9-349 {
	grid-column-end:9;
}

.z1-349 {
	z-index:1;
}

.z9999999-349 {
	z-index:9999999;
}

.z2-349 {
	z-index:2;
}

.z9999998-349 {
	z-index:9999998;
}

.z3-349 {
	z-index:3;
}

.z9999997-349 {
	z-index:9999997;
}

.z4-349 {
	z-index:4;
}

.z9999996-349 {
	z-index:9999996;
}

.z5-349 {
	z-index:5;
}

.z9999995-349 {
	z-index:9999995;
}

.z6-349 {
	z-index:6;
}

.z9999994-349 {
	z-index:9999994;
}

.z7-349 {
	z-index:7;
}

.z9999993-349 {
	z-index:9999993;
}

.z8-349 {
	z-index:8;
}

.z9999992-349 {
	z-index:9999992;
}

.z9-349 {
	z-index:9;
}

.z9999991-349 {
	z-index:9999991;
}

.w100-349 {
	font-weight:100;
}
.w200-349 {
	font-weight:200;
}
.w300-349 {
	font-weight:300;
}
.w400-349 {
	font-weight:400;
}
.w500-349 {
	font-weight:500;
}
.w600-349 {
	font-weight:600;
}
.w700-349 {
	font-weight:700;
}
.w800-349 {
	font-weight:800;
}
.w900-349 {
	font-weight:900;
}
.f1-349 {
	font-size:1.1em;
	line-height:1.1em;
}

p.f1-349,
p > *.f1-349 {
	line-height:1.4em;
}
.f1_5-349 {
	font-size:1.15em;
	line-height:1.15em;
}

p.f1_5-349,
p > *.f1_5-349 {
	line-height:1.18em;
}
.f2-349 {
	font-size:1.2em;
	line-height:1.2em;
}

p.f2-349,
p > *.f2-349 {
	line-height:1.5em;
}
.f2_5-349 {
	font-size:1.25em;
	line-height:1.25em;
}

p.f2_5-349,
p > *.f2_5-349 {
	line-height:1.28em;
}
.f3-349 {
	font-size:1.3em;
	line-height:1.3em;
}

p.f3-349,
p > *.f3-349 {
	line-height:1.6em;
}
.f3_5-349 {
	font-size:1.35em;
	line-height:1.35em;
}

p.f3_5-349,
p > *.f3_5-349 {
	line-height:1.38em;
}
.f4-349 {
	font-size:1.4em;
	line-height:1.4em;
}

p.f4-349,
p > *.f4-349 {
	line-height:1.7em;
}
.f4_5-349 {
	font-size:1.45em;
	line-height:1.45em;
}

p.f4_5-349,
p > *.f4_5-349 {
	line-height:1.48em;
}
.f5-349 {
	font-size:1.5em;
	line-height:1.5em;
}

p.f5-349,
p > *.f5-349 {
	line-height:1.8em;
}
.f5_5-349 {
	font-size:1.55em;
	line-height:1.55em;
}

p.f5_5-349,
p > *.f5_5-349 {
	line-height:1.58em;
}
.f6-349 {
	font-size:1.6em;
	line-height:1.6em;
}

p.f6-349,
p > *.f6-349 {
	line-height:1.9em;
}
.f6_5-349 {
	font-size:1.65em;
	line-height:1.65em;
}

p.f6_5-349,
p > *.f6_5-349 {
	line-height:1.68em;
}
.f7-349 {
	font-size:1.7em;
	line-height:1.7em;
}

p.f7-349,
p > *.f7-349 {
	line-height:1.10em;
}
.f7_5-349 {
	font-size:1.75em;
	line-height:1.75em;
}

p.f7_5-349,
p > *.f7_5-349 {
	line-height:1.78em;
}
.f8-349 {
	font-size:1.8em;
	line-height:1.8em;
}

p.f8-349,
p > *.f8-349 {
	line-height:1.11em;
}
.f8_5-349 {
	font-size:1.85em;
	line-height:1.85em;
}

p.f8_5-349,
p > *.f8_5-349 {
	line-height:1.88em;
}
.f9-349 {
	font-size:1.9em;
	line-height:1.9em;
}

p.f9-349,
p > *.f9-349 {
	line-height:1.12em;
}
.f9_5-349 {
	font-size:1.95em;
	line-height:1.95em;
}

p.f9_5-349,
p > *.f9_5-349 {
	line-height:1.98em;
}
.f10-349 {
	font-size:2em;
	line-height:2em;
}

p.f10-349,
p > *.f10-349 {
	line-height:2em;
}
.f10_5-349 {
	font-size:2em;
	line-height:2em;
}

p.f10_5-349,
p > *.f10_5-349 {
	line-height:2em;
}
.nf1-349 {
	font-size:0.9em;
}

*:not(p):not(ul):not(ol).nf1-349 {
	line-height:0.9em;
}

p.nf1-349,
ul.nf1-349,
ol.nf1-349 {
	line-height:1.9em;
}
.nf1_5-349 {
	font-size:0.85em;
}

*:not(p):not(ul):not(ol).nf1_5-349 {
	line-height:0.85em;
}

p.nf1_5-349,
ul.nf1_5-349,
ol.nf1_5-349 {
	line-height:1.85em;
}
.nf2-349 {
	font-size:0.8em;
}

*:not(p):not(ul):not(ol).nf2-349 {
	line-height:0.8em;
}

p.nf2-349,
ul.nf2-349,
ol.nf2-349 {
	line-height:1.8em;
}
.nf2_5-349 {
	font-size:0.75em;
}

*:not(p):not(ul):not(ol).nf2_5-349 {
	line-height:0.75em;
}

p.nf2_5-349,
ul.nf2_5-349,
ol.nf2_5-349 {
	line-height:1.75em;
}
.nf3-349 {
	font-size:0.7em;
}

*:not(p):not(ul):not(ol).nf3-349 {
	line-height:0.7em;
}

p.nf3-349,
ul.nf3-349,
ol.nf3-349 {
	line-height:1.7em;
}
.nf3_5-349 {
	font-size:0.65em;
}

*:not(p):not(ul):not(ol).nf3_5-349 {
	line-height:0.65em;
}

p.nf3_5-349,
ul.nf3_5-349,
ol.nf3_5-349 {
	line-height:1.65em;
}
.nf4-349 {
	font-size:0.6em;
}

*:not(p):not(ul):not(ol).nf4-349 {
	line-height:0.6em;
}

p.nf4-349,
ul.nf4-349,
ol.nf4-349 {
	line-height:1.6em;
}
.nf4_5-349 {
	font-size:0.55em;
}

*:not(p):not(ul):not(ol).nf4_5-349 {
	line-height:0.55em;
}

p.nf4_5-349,
ul.nf4_5-349,
ol.nf4_5-349 {
	line-height:1.55em;
}
.nf5-349 {
	font-size:0.5em;
}

*:not(p):not(ul):not(ol).nf5-349 {
	line-height:0.5em;
}

p.nf5-349,
ul.nf5-349,
ol.nf5-349 {
	line-height:1.5em;
}
.nf5_5-349 {
	font-size:0.45em;
}

*:not(p):not(ul):not(ol).nf5_5-349 {
	line-height:0.45em;
}

p.nf5_5-349,
ul.nf5_5-349,
ol.nf5_5-349 {
	line-height:1.45em;
}
.nf6-349 {
	font-size:0.4em;
}

*:not(p):not(ul):not(ol).nf6-349 {
	line-height:0.4em;
}

p.nf6-349,
ul.nf6-349,
ol.nf6-349 {
	line-height:1.4em;
}
.nf6_5-349 {
	font-size:0.35em;
}

*:not(p):not(ul):not(ol).nf6_5-349 {
	line-height:0.35em;
}

p.nf6_5-349,
ul.nf6_5-349,
ol.nf6_5-349 {
	line-height:1.35em;
}
.nf7-349 {
	font-size:0.3em;
}

*:not(p):not(ul):not(ol).nf7-349 {
	line-height:0.3em;
}

p.nf7-349,
ul.nf7-349,
ol.nf7-349 {
	line-height:1.3em;
}
.nf7_5-349 {
	font-size:0.25em;
}

*:not(p):not(ul):not(ol).nf7_5-349 {
	line-height:0.25em;
}

p.nf7_5-349,
ul.nf7_5-349,
ol.nf7_5-349 {
	line-height:1.25em;
}
.nf8-349 {
	font-size:0.2em;
}

*:not(p):not(ul):not(ol).nf8-349 {
	line-height:0.2em;
}

p.nf8-349,
ul.nf8-349,
ol.nf8-349 {
	line-height:1.2em;
}
.nf8_5-349 {
	font-size:0.15em;
}

*:not(p):not(ul):not(ol).nf8_5-349 {
	line-height:0.15em;
}

p.nf8_5-349,
ul.nf8_5-349,
ol.nf8_5-349 {
	line-height:1.15em;
}
.nf9-349 {
	font-size:0.1em;
}

*:not(p):not(ul):not(ol).nf9-349 {
	line-height:0.1em;
}

p.nf9-349,
ul.nf9-349,
ol.nf9-349 {
	line-height:1.1em;
}
.nf9_5-349 {
	font-size:0.05em;
}

*:not(p):not(ul):not(ol).nf9_5-349 {
	line-height:0.05em;
}

p.nf9_5-349,
ul.nf9_5-349,
ol.nf9_5-349 {
	line-height:1.05em;
}
  .invisible-349 {
			visibility:hidden!important;
		}

  .last-349 {
			margin-right:0px!important;
		}

  .floatl-349 {
			float:left!important;
		}

  .floatr-349 {
			float:right!important;
		}

  .left-349 {
			float:left!important;
		}

  .right-349 {
			float:right!important;
		}

  .floatn-349,
 .grid.floatn-349 {
			float:none!important;
		}

  .grid-349 {
			float:left!important;
overflow:hidden;;
		}

  .grid.last-349 {
			float:right!important;
margin-left:0px!important;
margin-right:0px!important;;
		}

  .none-349 {
			display:none!important;
		}

  .block-349 {
			display:block!important;
		}

  .iblock-349 {
			display:inline-block!important;
		}

  .inline-349 {
			display:inline!important;
		}

  .table-349 {
			display:table!important;
		}

  .row-349 {
			display:table-row!important;
		}

  .cell-349 {
			display:table-cell!important;
vertical-align:middle;
		}

  .collapse-349 {
			border-collapse:collapse;
		}

  .clearl-349 {
			clear:left!important;
		}

  .clearr-349 {
			clear:right!important;
		}

  .clearn-349 {
			clear:none!important;
		}

  .clearnone-349 {
			clear:none!important;
		}

  .clearb-349 {
			clear:both!important;
		}

  .clear-349 {
			float:none!important;
clear:both!important;
width:auto!important;
height:0px!important;
padding:0px!important;
margin:0px!important;
overflow:hidden!important;
border-style:none!important;;
		}

  .up-349 {
			text-transform:uppercase;
		}

  .transnone-349 {
			text-transform:none;
		}

  .strike-349 {
			text-decoration:line-through;
		}

  .alignl-349 {
			text-align:left!important;
		}

  .alignr-349 {
			text-align:right!important;
		}

  .alignc-349 {
			text-align:center!important;
		}

  .alignj-349 {
			text-align:justify!important;
		}

  .valign-349 {
			vertical-align:middle!important;
		}

  .widthauto-349 {
			width:auto!important;
		}

  .heightauto-349 {
			height:auto!important;
min-height:0px!important;
		}

.square.heightauto-349::after {
	display:none!important;
}

.square.heightauto-349 > * {
	position:static!important;
}

  .width0-349 {
			width:0px;
		}

  .width50-349 {
			width:50%;
		}

  .height0-349 {
			height:0px;
		}

  .height50-349 {
			height:50%;
		}

  .mw100-349 {
			max-width:100%;
		}

  .mw90-349 {
			max-width:90%;
		}

  .mw80-349 {
			max-width:80%;
		}

  .mw70-349 {
			max-width:70%;
		}

  .mw60-349 {
			max-width:60%;
		}

  .mw50-349 {
			max-width:50%;
		}

  .mw40-349 {
			max-width:40%;
		}

  .mw30-349 {
			max-width:30%;
		}

  .mw20-349 {
			max-width:20%;
		}

  .mw10-349 {
			max-width:10%;
		}

  .mwnone-349 {
			max-width:none;
		}

  .fw-349,
 .grid.fw-349,
 .floatl.fw-349 {
			width:100%!important;
      margin-left:0px!important;
			margin-right:0px!important;
		}

  .fh-349 {
			height:100%!important;
		}

  .pointer-349 {
			cursor:pointer!important;
		}

  .noallow-349 {
			cursor:not-allowed!important;
		}

  .noselect-349 {
			user-select:none!important;
		}

  .static-349 {
			position:static!important;
		}

  .relative-349 {
			position:relative!important;
		}

  .absolute-349 {
			position:absolute!important;
		}

  .fixed-349 {
			position:fixed!important;
		}

  .spacing-349 {
			margin-bottom:7px!important;
		}

  .spacing.floatl-349 {
			margin-right:15px!important;
		}

  .spacing.floatr-349 {
			margin-left:15px!important;
		}

  .flowhide-349 {
			overflow:hidden;
		}

  .flowshow-349 {
			overflow:visible;
		}

  .flowauto-349 {
			overflow:auto;
		}

  .nowrap-349 {
			white-space:nowrap;
		}

  .lhreset-349 {
			line-height:normal;
		}

  .circle-349 {
			border-radius:50%!important;
		}

  .radnone-349 {
			border-radius:0px!important;
		}

  .vh10-349 {
			height:10vh!important;
		}

  .vh25-349 {
			height:25vh!important;
		}

  .vh50-349 {
			height:50vh!important;
		}

  .vh100-349 {
			height:100vh!important;
		}

  .vw10-349 {
			width:10vw!important;
		}

  .vw25-349 {
			width:25vw!important;
		}

  .vw50-349 {
			width:50vw!important;
		}

  .vw100-349 {
			width:100vw!important;
		}

  .flexw-349 {
			flex-wrap:wrap!important;
		}

  .flexwn-349 {
			flex-wrap:nowrap!important;
		}

  .flexwr-349 {
			flex-wrap:wrap-reverse!important;
		}

  .flexdr-349 {
			flex-direction:row!important;
		}

  .flexdrr-349 {
			flex-direction:row-reverse!important;
		}

  .flexdc-349 {
			flex-direction:column!important;
		}

  .flexdcr-349 {
			flex-direction:column-reverse!important;
		}

  .flex-349 {
			display:flex!important;
align-items:center;
flex-wrap:wrap;;
		}

  .iflex-349 {
			display:inline-flex!important;
align-items:center;;
		}

  .spaced-349 {
			justify-content:space-between;
		}

  .flexdr.spaced-349 {
			align-content:space-between;
		}

  .spacee-349 {
			justify-content:space-evenly;
		}

  .falignst-349 {
			align-items:stretch;;
		}

  .falignc-349 {
			align-items:center;;
		}

  .faligns-349 {
			align-items:flex-start;;
		}

  .faligne-349 {
			align-items:flex-end;;
		}

  .fjustl-349 {
			justify-content:flex-start;;
		}

  .fjustr-349 {
			justify-content:flex-end;;
		}

  .fjustc-349 {
			justify-content:center;;
		}

  .flexn-349 {
			flex:none!important;width:100%;;
		}

  .gridc-349 {
			display:grid!important;;
		}

  .o100-349 {
			opacity:1;
		}

  .o90-349 {
			opacity:0.9;
		}

  .o80-349 {
			opacity:0.8;
		}

  .o70-349 {
			opacity:0.7;
		}

  .o60-349 {
			opacity:0.6;
		}

  .o50-349 {
			opacity:0.5;
		}

  .o40-349 {
			opacity:0.4;
		}

  .o30-349 {
			opacity:0.3;
		}

  .o20-349 {
			opacity:0.2;
		}

  .o10-349 {
			opacity:0.1;
		}

  .o0-349 {
			opacity:0;
		}

  .left0-349 {
			left:0px!important;;
		}

  .right0-349 {
			right:0px!important;;
		}

  .top0-349 {
			top:0px!important;;
		}

  .bottom0-349 {
			bottom:0px!important;;
		}

  .left50-349 {
			left:50%!important;;
		}

  .right50-349 {
			right:50%!important;;
		}

  .top50-349 {
			top:50%!important;;
		}

  .bottom50-349 {
			bottom:50%!important;;
		}

  .left100-349 {
			left:100%!important;;
		}

  .right100-349 {
			right:100%!important;;
		}

  .top100-349 {
			top:100%!important;;
		}

  .bottom100-349 {
			bottom:100%!important;;
		}

  .leftauto-349 {
			left:auto!important;;
		}

  .rightauto-349 {
			right:auto!important;;
		}

  .topauto-349 {
			top:auto!important;;
		}

  .bottomauto-349 {
			bottom:auto!important;;
		}

  .all0-349 {
			top:0px!important;
bottom:0px!important;
left:0px!important;
right:0px!important;;
		}

  .lineup.fw-349, .lineupgroup.fw-349 {
			height:auto!important;
	}

	

			.padded_tiny-349 {
				padding:5px!important;

			}

			.paddedtb_tiny-349 {
				padding-top:5px!important;
				padding-bottom:5px!important;
			}

			.paddedt_tiny-349 {
				padding-top:5px!important;
			}

			.paddedb_tiny-349 {
				padding-bottom:5px!important;
			}

			.paddedl_tiny-349 {
				padding-left:5px!important;
			}

			.paddedr_tiny-349 {
				padding-right:5px!important;
			}

			.paddedlr_tiny-349 {
				padding-left:5px!important;
				padding-right:5px!important;
			}
		
						
			.margin_tiny-349 {
				margin:5px!important;
			}

			.margintb_tiny-349 {
				margin-top:5px!important;
				margin-bottom:5px!important;
			}

			.margint_tiny-349 {
				margin-top:5px!important;
			}

			.marginb_tiny-349 {
				margin-bottom:5px!important;
			}

			.marginl_tiny-349 {
				margin-left:5px!important;
			}

			.marginr_tiny-349 {
				margin-right:5px!important;
			}

			.marginlr_tiny-349 {
				margin-left:5px!important;
				margin-right:5px!important;
			}
			
			.nmarginlr_tiny {
				margin-left:-5px!important;
				margin-right:-5px!important;
			}
				
			.nmargin_tiny-349 {
				margin:-5px!important;
			}

			.nmargintb_tiny-349 {
				margin-top:-5px!important;
				margin-bottom:-5px!important;
			}

			.nmargint_tiny-349 {
				margin-top:-5px!important;
			}

			.nmarginb_tiny-349 {
				margin-bottom:-5px!important;
			}

			.nmarginl_tiny-349 {
				margin-left:-5px!important;
			}

			.nmarginr_tiny-349 {
				margin-right:-5px!important;
			}
			
			.padded_small-349 {
				padding:10px!important;

			}

			.paddedtb_small-349 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_small-349 {
				padding-top:10px!important;
			}

			.paddedb_small-349 {
				padding-bottom:10px!important;
			}

			.paddedl_small-349 {
				padding-left:10px!important;
			}

			.paddedr_small-349 {
				padding-right:10px!important;
			}

			.paddedlr_small-349 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_small-349 {
				margin:10px!important;
			}

			.margintb_small-349 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_small-349 {
				margin-top:10px!important;
			}

			.marginb_small-349 {
				margin-bottom:10px!important;
			}

			.marginl_small-349 {
				margin-left:10px!important;
			}

			.marginr_small-349 {
				margin-right:10px!important;
			}

			.marginlr_small-349 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_small {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_small-349 {
				margin:-10px!important;
			}

			.nmargintb_small-349 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_small-349 {
				margin-top:-10px!important;
			}

			.nmarginb_small-349 {
				margin-bottom:-10px!important;
			}

			.nmarginl_small-349 {
				margin-left:-10px!important;
			}

			.nmarginr_small-349 {
				margin-right:-10px!important;
			}
			
			.padded_medium-349 {
				padding:20px!important;

			}

			.paddedtb_medium-349 {
				padding-top:20px!important;
				padding-bottom:20px!important;
			}

			.paddedt_medium-349 {
				padding-top:20px!important;
			}

			.paddedb_medium-349 {
				padding-bottom:20px!important;
			}

			.paddedl_medium-349 {
				padding-left:20px!important;
			}

			.paddedr_medium-349 {
				padding-right:20px!important;
			}

			.paddedlr_medium-349 {
				padding-left:20px!important;
				padding-right:20px!important;
			}
		
						
			.margin_medium-349 {
				margin:20px!important;
			}

			.margintb_medium-349 {
				margin-top:20px!important;
				margin-bottom:20px!important;
			}

			.margint_medium-349 {
				margin-top:20px!important;
			}

			.marginb_medium-349 {
				margin-bottom:20px!important;
			}

			.marginl_medium-349 {
				margin-left:20px!important;
			}

			.marginr_medium-349 {
				margin-right:20px!important;
			}

			.marginlr_medium-349 {
				margin-left:20px!important;
				margin-right:20px!important;
			}
			
			.nmarginlr_medium {
				margin-left:-20px!important;
				margin-right:-20px!important;
			}
				
			.nmargin_medium-349 {
				margin:-20px!important;
			}

			.nmargintb_medium-349 {
				margin-top:-20px!important;
				margin-bottom:-20px!important;
			}

			.nmargint_medium-349 {
				margin-top:-20px!important;
			}

			.nmarginb_medium-349 {
				margin-bottom:-20px!important;
			}

			.nmarginl_medium-349 {
				margin-left:-20px!important;
			}

			.nmarginr_medium-349 {
				margin-right:-20px!important;
			}
			
			.padded_large-349 {
				padding:40px!important;

			}

			.paddedtb_large-349 {
				padding-top:40px!important;
				padding-bottom:40px!important;
			}

			.paddedt_large-349 {
				padding-top:40px!important;
			}

			.paddedb_large-349 {
				padding-bottom:40px!important;
			}

			.paddedl_large-349 {
				padding-left:40px!important;
			}

			.paddedr_large-349 {
				padding-right:40px!important;
			}

			.paddedlr_large-349 {
				padding-left:40px!important;
				padding-right:40px!important;
			}
		
						
			.margin_large-349 {
				margin:40px!important;
			}

			.margintb_large-349 {
				margin-top:40px!important;
				margin-bottom:40px!important;
			}

			.margint_large-349 {
				margin-top:40px!important;
			}

			.marginb_large-349 {
				margin-bottom:40px!important;
			}

			.marginl_large-349 {
				margin-left:40px!important;
			}

			.marginr_large-349 {
				margin-right:40px!important;
			}

			.marginlr_large-349 {
				margin-left:40px!important;
				margin-right:40px!important;
			}
			
			.nmarginlr_large {
				margin-left:-40px!important;
				margin-right:-40px!important;
			}
				
			.nmargin_large-349 {
				margin:-40px!important;
			}

			.nmargintb_large-349 {
				margin-top:-40px!important;
				margin-bottom:-40px!important;
			}

			.nmargint_large-349 {
				margin-top:-40px!important;
			}

			.nmarginb_large-349 {
				margin-bottom:-40px!important;
			}

			.nmarginl_large-349 {
				margin-left:-40px!important;
			}

			.nmarginr_large-349 {
				margin-right:-40px!important;
			}
			
			.padded_core-349 {
				padding:10px!important;

			}

			.paddedtb_core-349 {
				padding-top:10px!important;
				padding-bottom:10px!important;
			}

			.paddedt_core-349 {
				padding-top:10px!important;
			}

			.paddedb_core-349 {
				padding-bottom:10px!important;
			}

			.paddedl_core-349 {
				padding-left:10px!important;
			}

			.paddedr_core-349 {
				padding-right:10px!important;
			}

			.paddedlr_core-349 {
				padding-left:10px!important;
				padding-right:10px!important;
			}
		
						
			.margin_core-349 {
				margin:10px!important;
			}

			.margintb_core-349 {
				margin-top:10px!important;
				margin-bottom:10px!important;
			}

			.margint_core-349 {
				margin-top:10px!important;
			}

			.marginb_core-349 {
				margin-bottom:10px!important;
			}

			.marginl_core-349 {
				margin-left:10px!important;
			}

			.marginr_core-349 {
				margin-right:10px!important;
			}

			.marginlr_core-349 {
				margin-left:10px!important;
				margin-right:10px!important;
			}
			
			.nmarginlr_core {
				margin-left:-10px!important;
				margin-right:-10px!important;
			}
				
			.nmargin_core-349 {
				margin:-10px!important;
			}

			.nmargintb_core-349 {
				margin-top:-10px!important;
				margin-bottom:-10px!important;
			}

			.nmargint_core-349 {
				margin-top:-10px!important;
			}

			.nmarginb_core-349 {
				margin-bottom:-10px!important;
			}

			.nmarginl_core-349 {
				margin-left:-10px!important;
			}

			.nmarginr_core-349 {
				margin-right:-10px!important;
			}
						
			.margin_auto-349 {
				margin:auto!important;
			}

			.margintb_auto-349 {
				margin-top:auto!important;
				margin-bottom:auto!important;
			}

			.margint_auto-349 {
				margin-top:auto!important;
			}

			.marginb_auto-349 {
				margin-bottom:auto!important;
			}

			.marginl_auto-349 {
				margin-left:auto!important;
			}

			.marginr_auto-349 {
				margin-right:auto!important;
			}

			.marginlr_auto-349 {
				margin-left:auto!important;
				margin-right:auto!important;
			}
			
			.nmarginlr_auto {
				margin-left:-auto!important;
				margin-right:-auto!important;
			}
				
			.nmargin_auto-349 {
				margin:-auto!important;
			}

			.nmargintb_auto-349 {
				margin-top:-auto!important;
				margin-bottom:-auto!important;
			}

			.nmargint_auto-349 {
				margin-top:-auto!important;
			}

			.nmarginb_auto-349 {
				margin-bottom:-auto!important;
			}

			.nmarginl_auto-349 {
				margin-left:-auto!important;
			}

			.nmarginr_auto-349 {
				margin-right:-auto!important;
			}
			
			.padded_none-349 {
				padding:0px!important;

			}

			.paddedtb_none-349 {
				padding-top:0px!important;
				padding-bottom:0px!important;
			}

			.paddedt_none-349 {
				padding-top:0px!important;
			}

			.paddedb_none-349 {
				padding-bottom:0px!important;
			}

			.paddedl_none-349 {
				padding-left:0px!important;
			}

			.paddedr_none-349 {
				padding-right:0px!important;
			}

			.paddedlr_none-349 {
				padding-left:0px!important;
				padding-right:0px!important;
			}
		
						
			.margin_none-349 {
				margin:0px!important;
			}

			.margintb_none-349 {
				margin-top:0px!important;
				margin-bottom:0px!important;
			}

			.margint_none-349 {
				margin-top:0px!important;
			}

			.marginb_none-349 {
				margin-bottom:0px!important;
			}

			.marginl_none-349 {
				margin-left:0px!important;
			}

			.marginr_none-349 {
				margin-right:0px!important;
			}

			.marginlr_none-349 {
				margin-left:0px!important;
				margin-right:0px!important;
			}
			
			.nmarginlr_none {
				margin-left:-0px!important;
				margin-right:-0px!important;
			}
				
			.nmargin_none-349 {
				margin:-0px!important;
			}

			.nmargintb_none-349 {
				margin-top:-0px!important;
				margin-bottom:-0px!important;
			}

			.nmargint_none-349 {
				margin-top:-0px!important;
			}

			.nmarginb_none-349 {
				margin-bottom:-0px!important;
			}

			.nmarginl_none-349 {
				margin-left:-0px!important;
			}

			.nmarginr_none-349 {
				margin-right:-0px!important;
			}
			
			.padded_p100-349 {
				padding:100%!important;

			}

			.paddedtb_p100-349 {
				padding-top:100%!important;
				padding-bottom:100%!important;
			}

			.paddedt_p100-349 {
				padding-top:100%!important;
			}

			.paddedb_p100-349 {
				padding-bottom:100%!important;
			}

			.paddedl_p100-349 {
				padding-left:100%!important;
			}

			.paddedr_p100-349 {
				padding-right:100%!important;
			}

			.paddedlr_p100-349 {
				padding-left:100%!important;
				padding-right:100%!important;
			}
		
						
			.margin_p100-349 {
				margin:100%!important;
			}

			.margintb_p100-349 {
				margin-top:100%!important;
				margin-bottom:100%!important;
			}

			.margint_p100-349 {
				margin-top:100%!important;
			}

			.marginb_p100-349 {
				margin-bottom:100%!important;
			}

			.marginl_p100-349 {
				margin-left:100%!important;
			}

			.marginr_p100-349 {
				margin-right:100%!important;
			}

			.marginlr_p100-349 {
				margin-left:100%!important;
				margin-right:100%!important;
			}
			
			.nmarginlr_p100 {
				margin-left:-100%!important;
				margin-right:-100%!important;
			}
				
			.nmargin_p100-349 {
				margin:-100%!important;
			}

			.nmargintb_p100-349 {
				margin-top:-100%!important;
				margin-bottom:-100%!important;
			}

			.nmargint_p100-349 {
				margin-top:-100%!important;
			}

			.nmarginb_p100-349 {
				margin-bottom:-100%!important;
			}

			.nmarginl_p100-349 {
				margin-left:-100%!important;
			}

			.nmarginr_p100-349 {
				margin-right:-100%!important;
			}
			
			.padded_p75-349 {
				padding:75%!important;

			}

			.paddedtb_p75-349 {
				padding-top:75%!important;
				padding-bottom:75%!important;
			}

			.paddedt_p75-349 {
				padding-top:75%!important;
			}

			.paddedb_p75-349 {
				padding-bottom:75%!important;
			}

			.paddedl_p75-349 {
				padding-left:75%!important;
			}

			.paddedr_p75-349 {
				padding-right:75%!important;
			}

			.paddedlr_p75-349 {
				padding-left:75%!important;
				padding-right:75%!important;
			}
		
						
			.margin_p75-349 {
				margin:75%!important;
			}

			.margintb_p75-349 {
				margin-top:75%!important;
				margin-bottom:75%!important;
			}

			.margint_p75-349 {
				margin-top:75%!important;
			}

			.marginb_p75-349 {
				margin-bottom:75%!important;
			}

			.marginl_p75-349 {
				margin-left:75%!important;
			}

			.marginr_p75-349 {
				margin-right:75%!important;
			}

			.marginlr_p75-349 {
				margin-left:75%!important;
				margin-right:75%!important;
			}
			
			.nmarginlr_p75 {
				margin-left:-75%!important;
				margin-right:-75%!important;
			}
				
			.nmargin_p75-349 {
				margin:-75%!important;
			}

			.nmargintb_p75-349 {
				margin-top:-75%!important;
				margin-bottom:-75%!important;
			}

			.nmargint_p75-349 {
				margin-top:-75%!important;
			}

			.nmarginb_p75-349 {
				margin-bottom:-75%!important;
			}

			.nmarginl_p75-349 {
				margin-left:-75%!important;
			}

			.nmarginr_p75-349 {
				margin-right:-75%!important;
			}
			
			.padded_p50-349 {
				padding:50%!important;

			}

			.paddedtb_p50-349 {
				padding-top:50%!important;
				padding-bottom:50%!important;
			}

			.paddedt_p50-349 {
				padding-top:50%!important;
			}

			.paddedb_p50-349 {
				padding-bottom:50%!important;
			}

			.paddedl_p50-349 {
				padding-left:50%!important;
			}

			.paddedr_p50-349 {
				padding-right:50%!important;
			}

			.paddedlr_p50-349 {
				padding-left:50%!important;
				padding-right:50%!important;
			}
		
						
			.margin_p50-349 {
				margin:50%!important;
			}

			.margintb_p50-349 {
				margin-top:50%!important;
				margin-bottom:50%!important;
			}

			.margint_p50-349 {
				margin-top:50%!important;
			}

			.marginb_p50-349 {
				margin-bottom:50%!important;
			}

			.marginl_p50-349 {
				margin-left:50%!important;
			}

			.marginr_p50-349 {
				margin-right:50%!important;
			}

			.marginlr_p50-349 {
				margin-left:50%!important;
				margin-right:50%!important;
			}
			
			.nmarginlr_p50 {
				margin-left:-50%!important;
				margin-right:-50%!important;
			}
				
			.nmargin_p50-349 {
				margin:-50%!important;
			}

			.nmargintb_p50-349 {
				margin-top:-50%!important;
				margin-bottom:-50%!important;
			}

			.nmargint_p50-349 {
				margin-top:-50%!important;
			}

			.nmarginb_p50-349 {
				margin-bottom:-50%!important;
			}

			.nmarginl_p50-349 {
				margin-left:-50%!important;
			}

			.nmarginr_p50-349 {
				margin-right:-50%!important;
			}
			
			.padded_p25-349 {
				padding:25%!important;

			}

			.paddedtb_p25-349 {
				padding-top:25%!important;
				padding-bottom:25%!important;
			}

			.paddedt_p25-349 {
				padding-top:25%!important;
			}

			.paddedb_p25-349 {
				padding-bottom:25%!important;
			}

			.paddedl_p25-349 {
				padding-left:25%!important;
			}

			.paddedr_p25-349 {
				padding-right:25%!important;
			}

			.paddedlr_p25-349 {
				padding-left:25%!important;
				padding-right:25%!important;
			}
		
						
			.margin_p25-349 {
				margin:25%!important;
			}

			.margintb_p25-349 {
				margin-top:25%!important;
				margin-bottom:25%!important;
			}

			.margint_p25-349 {
				margin-top:25%!important;
			}

			.marginb_p25-349 {
				margin-bottom:25%!important;
			}

			.marginl_p25-349 {
				margin-left:25%!important;
			}

			.marginr_p25-349 {
				margin-right:25%!important;
			}

			.marginlr_p25-349 {
				margin-left:25%!important;
				margin-right:25%!important;
			}
			
			.nmarginlr_p25 {
				margin-left:-25%!important;
				margin-right:-25%!important;
			}
				
			.nmargin_p25-349 {
				margin:-25%!important;
			}

			.nmargintb_p25-349 {
				margin-top:-25%!important;
				margin-bottom:-25%!important;
			}

			.nmargint_p25-349 {
				margin-top:-25%!important;
			}

			.nmarginb_p25-349 {
				margin-bottom:-25%!important;
			}

			.nmarginl_p25-349 {
				margin-left:-25%!important;
			}

			.nmarginr_p25-349 {
				margin-right:-25%!important;
			}
				.border_1-349 {
		border:solid 1px rgba(0,0,0,0.5);;
	}

	.bordertb_1-349 {
		border-top:solid 1px rgba(0,0,0,0.5);;
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.bordert_1-349 {
		border-top:solid 1px rgba(0,0,0,0.5);;
	}

	.borderb_1-349 {
		border-bottom:solid 1px rgba(0,0,0,0.5);;
	}

	.borderl_1-349 {
		border-left:solid 1px rgba(0,0,0,0.5);;
	}

	.borderr_1-349 {
		border-right:solid 1px rgba(0,0,0,0.5);;
	}

	.borderlr_1-349 {
		border-left:solid 1px rgba(0,0,0,0.5);;
		border-right:solid 1px rgba(0,0,0,0.5);;
	}
		.border_none-349 {
		border:none;
	}

	.bordertb_none-349 {
		border-top:none;
		border-bottom:none;
	}

	.bordert_none-349 {
		border-top:none;
	}

	.borderb_none-349 {
		border-bottom:none;
	}

	.borderl_none-349 {
		border-left:none;
	}

	.borderr_none-349 {
		border-right:none;
	}

	.borderlr_none-349 {
		border-left:none;
		border-right:none;
	}
		.border_core-349 {
		border:solid 1px rgba(0,0,0,0.1);
	}

	.bordertb_core-349 {
		border-top:solid 1px rgba(0,0,0,0.1);
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.bordert_core-349 {
		border-top:solid 1px rgba(0,0,0,0.1);
	}

	.borderb_core-349 {
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}

	.borderl_core-349 {
		border-left:solid 1px rgba(0,0,0,0.1);
	}

	.borderr_core-349 {
		border-right:solid 1px rgba(0,0,0,0.1);
	}

	.borderlr_core-349 {
		border-left:solid 1px rgba(0,0,0,0.1);
		border-right:solid 1px rgba(0,0,0,0.1);
	}
				.colour1_bg-349 {
				background-color:#000000!important;
			}

			.colour1_bg-349,
			a.colour1_bg-349 {
				color:#FFFFFF!important;
			}
		
			.colour1_bg-349 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour1-349 a,
			a.colour1-349 {
				color:#000000;
							}
			
			.colour1-349 {
					color:#000000;
				background:transparent!important;
						}

					
			.colour1_bg-349 input[type=text],
			.colour1_bg-349 input[type=password],
			.colour1_bg-349 input[type=number],
			.colour1_bg-349 textarea,
			.colour1_bg-349 select,
			.colour1_bg-349 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour1_bg-349 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour1_bg-349 select {
				color:rgba(255,255,255,0.7);
			}

			.colour1_bg-349 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour1_bg-349 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour2_bg-349 {
				background-color:#4b4a4b!important;
			}

			.colour2_bg-349,
			a.colour2_bg-349 {
				color:#FFFFFF!important;
			}
		
			.colour2_bg-349 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour2-349 a,
			a.colour2-349 {
				color:#4b4a4b;
							}
			
			.colour2-349 {
					color:#4b4a4b;
				background:transparent!important;
						}

					
			.colour2_bg-349 input[type=text],
			.colour2_bg-349 input[type=password],
			.colour2_bg-349 input[type=number],
			.colour2_bg-349 textarea,
			.colour2_bg-349 select,
			.colour2_bg-349 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour2_bg-349 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour2_bg-349 select {
				color:rgba(255,255,255,0.7);
			}

			.colour2_bg-349 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour2_bg-349 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour3_bg-349 {
				background-color:#616062!important;
			}

			.colour3_bg-349,
			a.colour3_bg-349 {
				color:#FFFFFF!important;
			}
		
			.colour3_bg-349 a:not(.more) {
				color:#FFFFFF;
			}

			
			.colour3-349 a,
			a.colour3-349 {
				color:#616062;
							}
			
			.colour3-349 {
					color:#616062;
				background:transparent!important;
						}

					
			.colour3_bg-349 input[type=text],
			.colour3_bg-349 input[type=password],
			.colour3_bg-349 input[type=number],
			.colour3_bg-349 textarea,
			.colour3_bg-349 select,
			.colour3_bg-349 select option {
				border-color:#FFFFFF;
				color:#FFFFFF;
				background:transparent;
			}
		
			.colour3_bg-349 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour3_bg-349 select {
				color:rgba(255,255,255,0.7);
			}

			.colour3_bg-349 ::-webkit-input-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}

			.colour3_bg-349 ::-moz-placeholder {
				color:rgba(255,255,255,0.7);
				opacity:1;
			}
		
						.colour4_bg-349 {
				background-color:#FFFFFF!important;
			}

			.colour4_bg-349,
			a.colour4_bg-349 {
				color:#202020!important;
			}
		
			.colour4_bg-349 a:not(.more) {
				color:#202020;
			}

			
			.colour4-349 a,
			a.colour4-349 {
				color:#FFFFFF;
							}
			
			.colour4-349 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour4_bg-349 input[type=text],
			.colour4_bg-349 input[type=password],
			.colour4_bg-349 input[type=number],
			.colour4_bg-349 textarea,
			.colour4_bg-349 select,
			.colour4_bg-349 select option {
				border-color:#202020;
				color:#202020;
				background:transparent;
			}
		
			.colour4_bg-349 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour4_bg-349 select {
				color:rgba(32,32,32,0.7);
			}

			.colour4_bg-349 ::-webkit-input-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}

			.colour4_bg-349 ::-moz-placeholder {
				color:rgba(32,32,32,0.7);
				opacity:1;
			}
		
						.colour5_bg-349 {
				background-color:#FFFFFF!important;
			}

			.colour5_bg-349,
			a.colour5_bg-349 {
				color:#424040!important;
			}
		
			.colour5_bg-349 a:not(.more) {
				color:#424040;
			}

			
			.colour5-349 a,
			a.colour5-349 {
				color:#FFFFFF;
							}
			
			.colour5-349 {
					color:#FFFFFF;
				background:transparent!important;
						}

					
			.colour5_bg-349 input[type=text],
			.colour5_bg-349 input[type=password],
			.colour5_bg-349 input[type=number],
			.colour5_bg-349 textarea,
			.colour5_bg-349 select,
			.colour5_bg-349 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour5_bg-349 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour5_bg-349 select {
				color:rgba(66,64,64,0.7);
			}

			.colour5_bg-349 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour5_bg-349 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
						.colour6_bg-349 {
				background-color:#EEEEEE!important;
			}

			.colour6_bg-349,
			a.colour6_bg-349 {
				color:#424040!important;
			}
		
			.colour6_bg-349 a:not(.more) {
				color:#424040;
			}

			
			.colour6-349 a,
			a.colour6-349 {
				color:#EEEEEE;
							}
			
			.colour6-349 {
					color:#EEEEEE;
				background:transparent!important;
						}

					
			.colour6_bg-349 input[type=text],
			.colour6_bg-349 input[type=password],
			.colour6_bg-349 input[type=number],
			.colour6_bg-349 textarea,
			.colour6_bg-349 select,
			.colour6_bg-349 select option {
				border-color:#424040;
				color:#424040;
				background:transparent;
			}
		
			.colour6_bg-349 select option {
				color:#333333;
				background:transparent;
			}
		
			.colour6_bg-349 select {
				color:rgba(66,64,64,0.7);
			}

			.colour6_bg-349 ::-webkit-input-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}

			.colour6_bg-349 ::-moz-placeholder {
				color:rgba(66,64,64,0.7);
				opacity:1;
			}
		
			
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
/*.ui-helper-clearfix { zoom: 1; }*/
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; /*filter:Alpha(Opacity=0);*/ }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
.ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin-top: 2px; padding: .5em .5em .5em .7em; }
.ui-accordion .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-noicons { padding-left: .7em; }
.ui-accordion .ui-accordion-icons .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-accordion-header-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; overflow: auto; }
.ui-autocomplete {
	position: absolute;
	top: 0; /* #8656 */
	cursor: default;
}

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; cursor: pointer; text-align: center; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active { text-decoration: none; }
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
.ui-menu { list-style:none; padding: 2px; margin: 0; display:block; outline: none; }
.ui-menu .ui-menu { margin-top: -3px; position: absolute; }
.ui-menu .ui-menu-item { margin: 0; padding: 0; width: 100%; }
.ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }
.ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.5; font-weight: normal; }
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; }

.ui-menu .ui-state-disabled { font-weight: normal; margin: .4em 0 .2em; line-height: 1.5; }
.ui-menu .ui-state-disabled a { cursor: default; }

/* icon support */
.ui-menu-icons { position: relative; }
.ui-menu-icons .ui-menu-item a { position: relative; padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon { position: absolute; top: .2em; left: .2em; }

/* right-aligned */
.ui-menu .ui-menu-icon { position: static; float: right; }
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }.ui-spinner { position:relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; }
.ui-spinner-input { border: none; background: none; padding: 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 22px; }
.ui-spinner-button { width: 16px; height: 50%; font-size: .5em; padding: 0; margin: 0; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; }
.ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; } /* more specificity required here to overide default borders */
.ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0; } /* vertical centre icon */
.ui-spinner-up { top: 0; }
.ui-spinner-down { bottom: 0; }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position:-65px -16px;
}
.ui-tabs { position: relative; padding: .2em; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px .2em 0 0; border-bottom: 0; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -1px; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip {
	background-image: none;
}
body .ui-tooltip { border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget { font-family: Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #CCCCCC; background:rgba(240,240,240,0.9); color: #1e1b1d; }
.ui-widget-content a { color: #1e1b1d; }
.ui-widget-header { border: 1px solid #CCCCCC; background: #646464; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cdc3b7; background: #d4cec8; font-weight: normal; color: #3f3731; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #3f3731; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #CCCCCC; background: #f5f0e5; font-weight: normal; color: #000000; }
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #a46313; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #CCCCCC; background: #f4f0ec; font-weight: normal; color: #b85700; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #b85700; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #A3A3A3; background: #f2f2f2; color: #060200; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #060200; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #f8893f; background: #fee4bd; color: #592003; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #592003; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #592003; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; background-image: none; }
.ui-state-disabled .ui-icon { } /* For IE8 - See #6059 */

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(../../images/jquery-ui/ui-icons_c47a23_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(../../images/jquery-ui/ui-icons_c47a23_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(../../images/jquery-ui/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(../../images/jquery-ui/ui-icons_222222_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../../images/jquery-ui/ui-icons_222222_256x240.png); }
.ui-state-active .ui-icon {background-image: url(../../images/jquery-ui/ui-icons_f35f07_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(../../images/jquery-ui/ui-icons_cb672b_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../../images/jquery-ui/ui-icons_ff7519_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -khtml-border-top-left-radius: 6px; border-top-left-radius: 6px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; -khtml-border-top-right-radius: 6px; border-top-right-radius: 6px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; -khtml-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; -khtml-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(../../images/jquery-ui/ui-bg_flat_75_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3; }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(../../images/jquery-ui/ui-bg_flat_75_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3; -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }

/* Datetime Picker */

.xdsoft_datetimepicker {
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
	background: #fff;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 8px;
	padding-left: 0;
	padding-top: 2px;
	position: absolute;
	z-index: 9999;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}
.xdsoft_datetimepicker.xdsoft_rtl {
	padding: 8px 0 8px 8px;
}

.xdsoft_datetimepicker iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 210px;
	background: transparent;
	border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
	border: none !important;
}

.xdsoft_datetimepicker.xdsoft_inline {
	display: inline-block;
	position: static;
	box-shadow: none;
}

.xdsoft_datetimepicker * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
	display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
	display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
	width: 224px;
	float: left;
	margin-left: 8px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
	width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
	width: 58px;
	float: left;
	text-align: center;
	margin-left: 8px;
	margin-top: 0;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
	margin-top: 8px;
	margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
	position: relative;
	text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
	opacity: 0.5;
	background-position: -92px -19px;
	display: inline-block;
	width: 9px;
	height: 20px;
	vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
	float: left;
	background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
	float: left;
	background-position: -70px 0;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
	float: right;
	background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev ,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: 0.5;
	outline: medium none;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 20px;
	min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
	float: none;
	background-position: -40px -15px;
	height: 15px;
	width: 30px;
	display: block;
	margin-left: 14px;
	margin-top: 7px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
	float: none;
	margin-left: 0;
	margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
	background-position: -40px 0;
	margin-bottom: 7px;
	margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
	height: 151px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #f5f5f5;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: center;
	border-collapse: collapse;
	cursor: pointer;
	border-bottom-width: 0;
	height: 25px;
	line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div > div:first-child {
	border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
	opacity: 1;
}

.xdsoft_datetimepicker .xdsoft_label {
	display: inline;
	position: relative;
	z-index: 9999;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #fff;
	float: left;
	width: 182px;
	text-align: center;
	cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
	text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
	opacity: 1.0;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
	border: 1px solid #ccc;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 101;
	display: none;
	background: #fff;
	max-height: 160px;
	overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect{ right: -7px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect{ right: 2px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #fff;
	background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
	padding: 2px 10px 2px 5px;
	text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
	width: 100px;
	text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
	clear: both;
}

.xdsoft_datetimepicker .xdsoft_year{
	width: 48px;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
	border-collapse: collapse;
	width: 100%;

}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
	padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th {
	width: 14.2857142%;
	background: #f5f5f5;
	border: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	padding: 0;
	border-collapse: collapse;
	cursor: pointer;
	height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
	width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
	color: #33aaff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box >div >div.xdsoft_disabled {
	opacity: 0.5;
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
	opacity: 0.2;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #fff !important;
	background: #ff8000 !important;
	box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
	background: #33aaff !important;
	box-shadow: #178fe5 0 1px 3px 0 inset !important;
	color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover {
	color: inherit	!important;
	background: inherit !important;
	box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	font-weight: 700;
	text-align: center;
	color: #999;
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
	color: #ccc !important;
	font-size: 10px;
	clear: both;
	float: none;
	margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a { color: #eee !important }
.xdsoft_datetimepicker .xdsoft_copyright a:hover { color: #aaa !important }

.xdsoft_time_box {
	position: relative;
	border: 1px solid #ccc;
}
.xdsoft_scrollbar >.xdsoft_scroller {
	background: #ccc !important;
	height: 20px;
	border-radius: 3px;
}
.xdsoft_scrollbar {
	position: absolute;
	width: 7px;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
	left: 0;
	right: auto;
}
.xdsoft_scroller_box {
	position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
	box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
	background: #000;
	border-bottom: 1px solid #444;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
	border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #0a0a0a;
	border-top: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
	background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
	border: 1px solid #333;
	background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #000;
	background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0a0a0a;
	border: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
	color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color:#000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color:#000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #000 !important;
	background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright { color: #333 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a { color: #111 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover { color: #555 !important }

.xdsoft_dark .xdsoft_time_box {
	border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar >.xdsoft_scroller {
	background: #333 !important;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #dddddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px;
}

.xdsoft_datetimepicker .blue-gradient-button {
	font-family: "museo-sans", "Book Antiqua", sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #82878c;
	height: 28px;
	position: relative;
	padding: 4px 17px 4px 33px;
	border: 1px solid #d7d8da;
	background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
/* IE6-9 */
}
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* IE6-9 */
}
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-abacus:before{content:"\f640"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acorn:before{content:"\f6ae"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-conditioner:before{content:"\f8f4"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-alarm-clock:before{content:"\f34e"}.fa-alarm-exclamation:before{content:"\f843"}.fa-alarm-plus:before{content:"\f844"}.fa-alarm-snooze:before{content:"\f845"}.fa-album:before{content:"\f89f"}.fa-album-collection:before{content:"\f8a0"}.fa-algolia:before{content:"\f36c"}.fa-alicorn:before{content:"\f6b0"}.fa-alien:before{content:"\f8f5"}.fa-alien-monster:before{content:"\f8f6"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-align-slash:before{content:"\f846"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-amp-guitar:before{content:"\f8a1"}.fa-analytics:before{content:"\f643"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angel:before{content:"\f779"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-crate:before{content:"\f6b1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-alt-down:before{content:"\f354"}.fa-arrow-alt-from-bottom:before{content:"\f346"}.fa-arrow-alt-from-left:before{content:"\f347"}.fa-arrow-alt-from-right:before{content:"\f348"}.fa-arrow-alt-from-top:before{content:"\f349"}.fa-arrow-alt-left:before{content:"\f355"}.fa-arrow-alt-right:before{content:"\f356"}.fa-arrow-alt-square-down:before{content:"\f350"}.fa-arrow-alt-square-left:before{content:"\f351"}.fa-arrow-alt-square-right:before{content:"\f352"}.fa-arrow-alt-square-up:before{content:"\f353"}.fa-arrow-alt-to-bottom:before{content:"\f34a"}.fa-arrow-alt-to-left:before{content:"\f34b"}.fa-arrow-alt-to-right:before{content:"\f34c"}.fa-arrow-alt-to-top:before{content:"\f34d"}.fa-arrow-alt-up:before{content:"\f357"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-from-bottom:before{content:"\f342"}.fa-arrow-from-left:before{content:"\f343"}.fa-arrow-from-right:before{content:"\f344"}.fa-arrow-from-top:before{content:"\f345"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-square-down:before{content:"\f339"}.fa-arrow-square-left:before{content:"\f33a"}.fa-arrow-square-right:before{content:"\f33b"}.fa-arrow-square-up:before{content:"\f33c"}.fa-arrow-to-bottom:before{content:"\f33d"}.fa-arrow-to-left:before{content:"\f33e"}.fa-arrow-to-right:before{content:"\f340"}.fa-arrow-to-top:before{content:"\f341"}.fa-arrow-up:before{content:"\f062"}.fa-arrows:before{content:"\f047"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-arrows-h:before{content:"\f07e"}.fa-arrows-v:before{content:"\f07d"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-atom-alt:before{content:"\f5d3"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-axe:before{content:"\f6b2"}.fa-axe-battle:before{content:"\f6b3"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backpack:before{content:"\f5d4"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-badge:before{content:"\f335"}.fa-badge-check:before{content:"\f336"}.fa-badge-dollar:before{content:"\f645"}.fa-badge-percent:before{content:"\f646"}.fa-badge-sheriff:before{content:"\f8a2"}.fa-badger-honey:before{content:"\f6b4"}.fa-bags-shopping:before{content:"\f847"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ball-pile:before{content:"\f77e"}.fa-ballot:before{content:"\f732"}.fa-ballot-check:before{content:"\f733"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-banjo:before{content:"\f8a3"}.fa-barcode:before{content:"\f02a"}.fa-barcode-alt:before{content:"\f463"}.fa-barcode-read:before{content:"\f464"}.fa-barcode-scan:before{content:"\f465"}.fa-bars:before{content:"\f0c9"}.fa-baseball:before{content:"\f432"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-basketball-hoop:before{content:"\f435"}.fa-bat:before{content:"\f6b5"}.fa-bath:before{content:"\f2cd"}.fa-battery-bolt:before{content:"\f376"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-slash:before{content:"\f377"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-bed-alt:before{content:"\f8f7"}.fa-bed-bunk:before{content:"\f8f8"}.fa-bed-empty:before{content:"\f8f9"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-exclamation:before{content:"\f848"}.fa-bell-on:before{content:"\f8fa"}.fa-bell-plus:before{content:"\f849"}.fa-bell-school:before{content:"\f5d5"}.fa-bell-school-slash:before{content:"\f5d6"}.fa-bell-slash:before{content:"\f1f6"}.fa-bells:before{content:"\f77f"}.fa-betamax:before{content:"\f8a4"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-biking-mountain:before{content:"\f84b"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blanket:before{content:"\f498"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blinds:before{content:"\f8fb"}.fa-blinds-open:before{content:"\f8fc"}.fa-blinds-raised:before{content:"\f8fd"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bone-break:before{content:"\f5d8"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-alt:before{content:"\f5d9"}.fa-book-dead:before{content:"\f6b7"}.fa-book-heart:before{content:"\f499"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-book-spells:before{content:"\f6b8"}.fa-book-user:before{content:"\f7e7"}.fa-bookmark:before{content:"\f02e"}.fa-books:before{content:"\f5db"}.fa-books-medical:before{content:"\f7e8"}.fa-boombox:before{content:"\f8a5"}.fa-boot:before{content:"\f782"}.fa-booth-curtain:before{content:"\f734"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-bottom:before{content:"\f84d"}.fa-border-center-h:before{content:"\f89c"}.fa-border-center-v:before{content:"\f89d"}.fa-border-inner:before{content:"\f84e"}.fa-border-left:before{content:"\f84f"}.fa-border-none:before{content:"\f850"}.fa-border-outer:before{content:"\f851"}.fa-border-right:before{content:"\f852"}.fa-border-style:before{content:"\f853"}.fa-border-style-alt:before{content:"\f854"}.fa-border-top:before{content:"\f855"}.fa-bow-arrow:before{content:"\f6b9"}.fa-bowling-ball:before{content:"\f436"}.fa-bowling-pins:before{content:"\f437"}.fa-box:before{content:"\f466"}.fa-box-alt:before{content:"\f49a"}.fa-box-ballot:before{content:"\f735"}.fa-box-check:before{content:"\f467"}.fa-box-fragile:before{content:"\f49b"}.fa-box-full:before{content:"\f49c"}.fa-box-heart:before{content:"\f49d"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-box-up:before{content:"\f49f"}.fa-box-usd:before{content:"\f4a0"}.fa-boxes:before{content:"\f468"}.fa-boxes-alt:before{content:"\f4a1"}.fa-boxing-glove:before{content:"\f438"}.fa-brackets:before{content:"\f7e9"}.fa-brackets-curly:before{content:"\f7ea"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-loaf:before{content:"\f7eb"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-bring-forward:before{content:"\f856"}.fa-bring-front:before{content:"\f857"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-browser:before{content:"\f37e"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-bullseye-arrow:before{content:"\f648"}.fa-bullseye-pointer:before{content:"\f649"}.fa-burger-soda:before{content:"\f858"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-burrito:before{content:"\f7ed"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-bus-school:before{content:"\f5dd"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-cabinet-filing:before{content:"\f64b"}.fa-cactus:before{content:"\f8a7"}.fa-calculator:before{content:"\f1ec"}.fa-calculator-alt:before{content:"\f64c"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-edit:before{content:"\f333"}.fa-calendar-exclamation:before{content:"\f334"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-star:before{content:"\f736"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camcorder:before{content:"\f8a8"}.fa-camera:before{content:"\f030"}.fa-camera-alt:before{content:"\f332"}.fa-camera-home:before{content:"\f8fe"}.fa-camera-movie:before{content:"\f8a9"}.fa-camera-polaroid:before{content:"\f8aa"}.fa-camera-retro:before{content:"\f083"}.fa-campfire:before{content:"\f6ba"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candle-holder:before{content:"\f6bc"}.fa-candy-cane:before{content:"\f786"}.fa-candy-corn:before{content:"\f6bd"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-building:before{content:"\f859"}.fa-car-bump:before{content:"\f5e0"}.fa-car-bus:before{content:"\f85a"}.fa-car-crash:before{content:"\f5e1"}.fa-car-garage:before{content:"\f5e2"}.fa-car-mechanic:before{content:"\f5e3"}.fa-car-side:before{content:"\f5e4"}.fa-car-tilt:before{content:"\f5e5"}.fa-car-wash:before{content:"\f5e6"}.fa-caravan:before{content:"\f8ff"}.fa-caravan-alt:before{content:"\e000"}.fa-caret-circle-down:before{content:"\f32d"}.fa-caret-circle-left:before{content:"\f32e"}.fa-caret-circle-right:before{content:"\f330"}.fa-caret-circle-up:before{content:"\f331"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cars:before{content:"\f85b"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cassette-tape:before{content:"\f8ab"}.fa-cat:before{content:"\f6be"}.fa-cat-space:before{content:"\e001"}.fa-cauldron:before{content:"\f6bf"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-cctv:before{content:"\f8ac"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chair-office:before{content:"\f6c1"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-line-down:before{content:"\f64d"}.fa-chart-network:before{content:"\f78a"}.fa-chart-pie:before{content:"\f200"}.fa-chart-pie-alt:before{content:"\f64e"}.fa-chart-scatter:before{content:"\f7ee"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-cheese-swiss:before{content:"\f7f0"}.fa-cheeseburger:before{content:"\f7f1"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-bishop-alt:before{content:"\f43b"}.fa-chess-board:before{content:"\f43c"}.fa-chess-clock:before{content:"\f43d"}.fa-chess-clock-alt:before{content:"\f43e"}.fa-chess-king:before{content:"\f43f"}.fa-chess-king-alt:before{content:"\f440"}.fa-chess-knight:before{content:"\f441"}.fa-chess-knight-alt:before{content:"\f442"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-pawn-alt:before{content:"\f444"}.fa-chess-queen:before{content:"\f445"}.fa-chess-queen-alt:before{content:"\f446"}.fa-chess-rook:before{content:"\f447"}.fa-chess-rook-alt:before{content:"\f448"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-double-down:before{content:"\f322"}.fa-chevron-double-left:before{content:"\f323"}.fa-chevron-double-right:before{content:"\f324"}.fa-chevron-double-up:before{content:"\f325"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-square-down:before{content:"\f329"}.fa-chevron-square-left:before{content:"\f32a"}.fa-chevron-square-right:before{content:"\f32b"}.fa-chevron-square-up:before{content:"\f32c"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chimney:before{content:"\f78b"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clarinet:before{content:"\f8ad"}.fa-claw-marks:before{content:"\f6c2"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clipboard-list-check:before{content:"\f737"}.fa-clipboard-prescription:before{content:"\f5e8"}.fa-clipboard-user:before{content:"\f7f3"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-drizzle:before{content:"\f738"}.fa-cloud-hail:before{content:"\f739"}.fa-cloud-hail-mixed:before{content:"\f73a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-music:before{content:"\f8ae"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-rainbow:before{content:"\f73e"}.fa-cloud-showers:before{content:"\f73f"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sleet:before{content:"\f741"}.fa-cloud-snow:before{content:"\f742"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload:before{content:"\f0ee"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-clouds:before{content:"\f744"}.fa-clouds-moon:before{content:"\f745"}.fa-clouds-sun:before{content:"\f746"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-club:before{content:"\f327"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-code-commit:before{content:"\f386"}.fa-code-merge:before{content:"\f387"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-coffee-pot:before{content:"\e002"}.fa-coffee-togo:before{content:"\f6c5"}.fa-coffin:before{content:"\f6c6"}.fa-coffin-cross:before{content:"\e051"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coin:before{content:"\f85c"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comet:before{content:"\e003"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-alt-check:before{content:"\f4a2"}.fa-comment-alt-dollar:before{content:"\f650"}.fa-comment-alt-dots:before{content:"\f4a3"}.fa-comment-alt-edit:before{content:"\f4a4"}.fa-comment-alt-exclamation:before{content:"\f4a5"}.fa-comment-alt-lines:before{content:"\f4a6"}.fa-comment-alt-medical:before{content:"\f7f4"}.fa-comment-alt-minus:before{content:"\f4a7"}.fa-comment-alt-music:before{content:"\f8af"}.fa-comment-alt-plus:before{content:"\f4a8"}.fa-comment-alt-slash:before{content:"\f4a9"}.fa-comment-alt-smile:before{content:"\f4aa"}.fa-comment-alt-times:before{content:"\f4ab"}.fa-comment-check:before{content:"\f4ac"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-edit:before{content:"\f4ae"}.fa-comment-exclamation:before{content:"\f4af"}.fa-comment-lines:before{content:"\f4b0"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-minus:before{content:"\f4b1"}.fa-comment-music:before{content:"\f8b0"}.fa-comment-plus:before{content:"\f4b2"}.fa-comment-slash:before{content:"\f4b3"}.fa-comment-smile:before{content:"\f4b4"}.fa-comment-times:before{content:"\f4b5"}.fa-comments:before{content:"\f086"}.fa-comments-alt:before{content:"\f4b6"}.fa-comments-alt-dollar:before{content:"\f652"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compass-slash:before{content:"\f5e9"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-compress-wide:before{content:"\f326"}.fa-computer-classic:before{content:"\f8b1"}.fa-computer-speaker:before{content:"\f8b2"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-construction:before{content:"\f85d"}.fa-container-storage:before{content:"\f4b7"}.fa-contao:before{content:"\f26d"}.fa-conveyor-belt:before{content:"\f46e"}.fa-conveyor-belt-alt:before{content:"\f46f"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-corn:before{content:"\f6c7"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cow:before{content:"\f6c8"}.fa-cowbell:before{content:"\f8b3"}.fa-cowbell-more:before{content:"\f8b4"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-credit-card-blank:before{content:"\f389"}.fa-credit-card-front:before{content:"\f38a"}.fa-cricket:before{content:"\f449"}.fa-critical-role:before{content:"\f6c9"}.fa-croissant:before{content:"\f7f6"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-crutches:before{content:"\f7f8"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-curling:before{content:"\f44a"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dagger:before{content:"\f6cb"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-debug:before{content:"\f7f9"}.fa-deer:before{content:"\f78e"}.fa-deer-rudolph:before{content:"\f78f"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-desktop-alt:before{content:"\f390"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dewpoint:before{content:"\f748"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diamond:before{content:"\f219"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d10:before{content:"\f6cd"}.fa-dice-d12:before{content:"\f6ce"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d4:before{content:"\f6d0"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-d8:before{content:"\f6d2"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digging:before{content:"\f85e"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-diploma:before{content:"\f5ea"}.fa-directions:before{content:"\f5eb"}.fa-disc-drive:before{content:"\f8b5"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-do-not-enter:before{content:"\f5ec"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dog-leashed:before{content:"\f6d4"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-empty:before{content:"\f473"}.fa-dolly-flatbed:before{content:"\f474"}.fa-dolly-flatbed-alt:before{content:"\f475"}.fa-dolly-flatbed-empty:before{content:"\f476"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-circle:before{content:"\f5ed"}.fa-draw-polygon:before{content:"\f5ee"}.fa-draw-square:before{content:"\f5ef"}.fa-dreidel:before{content:"\f792"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-drone:before{content:"\f85f"}.fa-drone-alt:before{content:"\f860"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick:before{content:"\f6d6"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dryer:before{content:"\f861"}.fa-dryer-alt:before{content:"\f862"}.fa-duck:before{content:"\f6d8"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-ear:before{content:"\f5f0"}.fa-ear-muffs:before{content:"\f795"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-eclipse:before{content:"\f749"}.fa-eclipse-alt:before{content:"\f74a"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-egg-fried:before{content:"\f7fc"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-elephant:before{content:"\f6da"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-h-alt:before{content:"\f39b"}.fa-ellipsis-v:before{content:"\f142"}.fa-ellipsis-v-alt:before{content:"\f39c"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-empty-set:before{content:"\f656"}.fa-engine-warning:before{content:"\f5f2"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-dollar:before{content:"\f657"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange:before{content:"\f0ec"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-square:before{content:"\f321"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows:before{content:"\f31d"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expand-wide:before{content:"\f320"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link:before{content:"\f08e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square:before{content:"\f14c"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-evil:before{content:"\f6db"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fan-table:before{content:"\e004"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-farm:before{content:"\f864"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-faucet-drip:before{content:"\e006"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-field-hockey:before{content:"\f44c"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-certificate:before{content:"\f5f3"}.fa-file-chart-line:before{content:"\f659"}.fa-file-chart-pie:before{content:"\f65a"}.fa-file-check:before{content:"\f316"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-edit:before{content:"\f31c"}.fa-file-excel:before{content:"\f1c3"}.fa-file-exclamation:before{content:"\f31a"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-minus:before{content:"\f318"}.fa-file-music:before{content:"\f8b6"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-plus:before{content:"\f319"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-search:before{content:"\f865"}.fa-file-signature:before{content:"\f573"}.fa-file-spreadsheet:before{content:"\f65b"}.fa-file-times:before{content:"\f317"}.fa-file-upload:before{content:"\f574"}.fa-file-user:before{content:"\f65c"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-files-medical:before{content:"\f7fd"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-film-alt:before{content:"\f3a0"}.fa-film-canister:before{content:"\f8b7"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-fire-smoke:before{content:"\f74b"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-fireplace:before{content:"\f79a"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fish-cooked:before{content:"\f7fe"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-alt:before{content:"\f74c"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flame:before{content:"\f6df"}.fa-flashlight:before{content:"\f8b8"}.fa-flask:before{content:"\f0c3"}.fa-flask-poison:before{content:"\f6e0"}.fa-flask-potion:before{content:"\f6e1"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flower:before{content:"\f7ff"}.fa-flower-daffodil:before{content:"\f800"}.fa-flower-tulip:before{content:"\f801"}.fa-flushed:before{content:"\f579"}.fa-flute:before{content:"\f8b9"}.fa-flux-capacitor:before{content:"\f8ba"}.fa-fly:before{content:"\f417"}.fa-fog:before{content:"\f74e"}.fa-folder:before{content:"\f07b"}.fa-folder-download:before{content:"\e053"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-folder-times:before{content:"\f65f"}.fa-folder-tree:before{content:"\f802"}.fa-folder-upload:before{content:"\e054"}.fa-folders:before{content:"\f660"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-font-case:before{content:"\f866"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-football-helmet:before{content:"\f44f"}.fa-forklift:before{content:"\f47a"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-fragile:before{content:"\f4bb"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-french-fries:before{content:"\f803"}.fa-frog:before{content:"\f52e"}.fa-frosty-head:before{content:"\f79b"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-function:before{content:"\f661"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-galaxy:before{content:"\e008"}.fa-game-board:before{content:"\f867"}.fa-game-board-alt:before{content:"\f868"}.fa-game-console-handheld:before{content:"\f8bb"}.fa-gamepad:before{content:"\f11b"}.fa-gamepad-alt:before{content:"\f8bc"}.fa-garage:before{content:"\e009"}.fa-garage-car:before{content:"\e00a"}.fa-garage-open:before{content:"\e00b"}.fa-gas-pump:before{content:"\f52f"}.fa-gas-pump-slash:before{content:"\f5f4"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gift-card:before{content:"\f663"}.fa-gifts:before{content:"\f79c"}.fa-gingerbread-man:before{content:"\f79d"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass:before{content:"\f804"}.fa-glass-champagne:before{content:"\f79e"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-citrus:before{content:"\f869"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glass-whiskey-rocks:before{content:"\f7a1"}.fa-glasses:before{content:"\f530"}.fa-glasses-alt:before{content:"\f5f5"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-globe-snow:before{content:"\f7a3"}.fa-globe-stand:before{content:"\f5f6"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-golf-club:before{content:"\f451"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gramophone:before{content:"\f8bd"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-guitar-electric:before{content:"\f8be"}.fa-guitars:before{content:"\f8bf"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-h1:before{content:"\f313"}.fa-h2:before{content:"\f314"}.fa-h3:before{content:"\f315"}.fa-h4:before{content:"\f86a"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hammer-war:before{content:"\f6e4"}.fa-hamsa:before{content:"\f665"}.fa-hand-heart:before{content:"\f4bc"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-box:before{content:"\f47b"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-magic:before{content:"\f6e5"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-seedling:before{content:"\f4bf"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-receiving:before{content:"\f47c"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-heart:before{content:"\f4c3"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-usd:before{content:"\f4c5"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt:before{content:"\f4c6"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-chef:before{content:"\f86b"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-santa:before{content:"\f7a7"}.fa-hat-winter:before{content:"\f7a8"}.fa-hat-witch:before{content:"\f6e7"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side:before{content:"\f6e9"}.fa-head-side-brain:before{content:"\f808"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-headphones:before{content:"\f8c2"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-medical:before{content:"\f809"}.fa-head-side-virus:before{content:"\e064"}.fa-head-vr:before{content:"\f6ea"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heart-circle:before{content:"\f4c7"}.fa-heart-rate:before{content:"\f5f8"}.fa-heart-square:before{content:"\f4c8"}.fa-heartbeat:before{content:"\f21e"}.fa-heat:before{content:"\e00c"}.fa-helicopter:before{content:"\f533"}.fa-helmet-battle:before{content:"\f6eb"}.fa-hexagon:before{content:"\f312"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-mask:before{content:"\f6ee"}.fa-hockey-puck:before{content:"\f453"}.fa-hockey-sticks:before{content:"\f454"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-home-alt:before{content:"\f80a"}.fa-home-heart:before{content:"\f4c9"}.fa-home-lg:before{content:"\f80b"}.fa-home-lg-alt:before{content:"\f80c"}.fa-hood-cloak:before{content:"\f6ef"}.fa-hooli:before{content:"\f427"}.fa-horizontal-rule:before{content:"\f86c"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-horse-saddle:before{content:"\f8c3"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hospitals:before{content:"\f80e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house:before{content:"\e00d"}.fa-house-damage:before{content:"\f6f1"}.fa-house-day:before{content:"\e00e"}.fa-house-flood:before{content:"\f74f"}.fa-house-leave:before{content:"\e00f"}.fa-house-night:before{content:"\e010"}.fa-house-return:before{content:"\e011"}.fa-house-signal:before{content:"\e012"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-humidity:before{content:"\f750"}.fa-hurricane:before{content:"\f751"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-ice-skate:before{content:"\f7ac"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-icons-alt:before{content:"\f86e"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-image-polaroid:before{content:"\f8c4"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-inbox-in:before{content:"\f310"}.fa-inbox-out:before{content:"\f311"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-industry-alt:before{content:"\f3b3"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-info-square:before{content:"\f30f"}.fa-inhaler:before{content:"\f5f9"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-integral:before{content:"\f667"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-intersection:before{content:"\f668"}.fa-inventory:before{content:"\f480"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-island-tropical:before{content:"\f811"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-jack-o-lantern:before{content:"\f30e"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-joystick:before{content:"\f8c5"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-jug:before{content:"\f8c6"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-kazoo:before{content:"\f8c7"}.fa-kerning:before{content:"\f86f"}.fa-key:before{content:"\f084"}.fa-key-skeleton:before{content:"\f6f3"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-keynote:before{content:"\f66c"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kidneys:before{content:"\f5fb"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kite:before{content:"\f6f4"}.fa-kiwi-bird:before{content:"\f535"}.fa-knife-kitchen:before{content:"\f6f5"}.fa-korvue:before{content:"\f42f"}.fa-lambda:before{content:"\f66e"}.fa-lamp:before{content:"\f4ca"}.fa-lamp-desk:before{content:"\e014"}.fa-lamp-floor:before{content:"\e015"}.fa-landmark:before{content:"\f66f"}.fa-landmark-alt:before{content:"\f752"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lasso:before{content:"\f8c8"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-layer-minus:before{content:"\f5fe"}.fa-layer-plus:before{content:"\f5ff"}.fa-leaf:before{content:"\f06c"}.fa-leaf-heart:before{content:"\f4cb"}.fa-leaf-maple:before{content:"\f6f6"}.fa-leaf-oak:before{content:"\f6f7"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down:before{content:"\f149"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up:before{content:"\f148"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-light-ceiling:before{content:"\e016"}.fa-light-switch:before{content:"\e017"}.fa-light-switch-off:before{content:"\e018"}.fa-light-switch-on:before{content:"\e019"}.fa-lightbulb:before{content:"\f0eb"}.fa-lightbulb-dollar:before{content:"\f670"}.fa-lightbulb-exclamation:before{content:"\f671"}.fa-lightbulb-on:before{content:"\f672"}.fa-lightbulb-slash:before{content:"\f673"}.fa-lights-holiday:before{content:"\f7b2"}.fa-line:before{content:"\f3c0"}.fa-line-columns:before{content:"\f870"}.fa-line-height:before{content:"\f871"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lips:before{content:"\f600"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-music:before{content:"\f8c9"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location:before{content:"\f601"}.fa-location-arrow:before{content:"\f124"}.fa-location-circle:before{content:"\f602"}.fa-location-slash:before{content:"\f603"}.fa-lock:before{content:"\f023"}.fa-lock-alt:before{content:"\f30d"}.fa-lock-open:before{content:"\f3c1"}.fa-lock-open-alt:before{content:"\f3c2"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-long-arrow-up:before{content:"\f176"}.fa-loveseat:before{content:"\f4cc"}.fa-low-vision:before{content:"\f2a8"}.fa-luchador:before{content:"\f455"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-mace:before{content:"\f6f8"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailbox:before{content:"\f813"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-mandolin:before{content:"\f6f9"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-marker-alt-slash:before{content:"\f605"}.fa-map-marker-check:before{content:"\f606"}.fa-map-marker-edit:before{content:"\f607"}.fa-map-marker-exclamation:before{content:"\f608"}.fa-map-marker-minus:before{content:"\f609"}.fa-map-marker-plus:before{content:"\f60a"}.fa-map-marker-question:before{content:"\f60b"}.fa-map-marker-slash:before{content:"\f60c"}.fa-map-marker-smile:before{content:"\f60d"}.fa-map-marker-times:before{content:"\f60e"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-meat:before{content:"\f814"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaphone:before{content:"\f675"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microphone-stand:before{content:"\f8cb"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-microwave:before{content:"\e01b"}.fa-mind-share:before{content:"\f677"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-hexagon:before{content:"\f307"}.fa-minus-octagon:before{content:"\f308"}.fa-minus-square:before{content:"\f146"}.fa-mistletoe:before{content:"\f7b4"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-mobile-android:before{content:"\f3ce"}.fa-mobile-android-alt:before{content:"\f3cf"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-money-check-edit:before{content:"\f872"}.fa-money-check-edit-alt:before{content:"\f873"}.fa-monitor-heart-rate:before{content:"\f611"}.fa-monkey:before{content:"\f6fb"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-moon-cloud:before{content:"\f754"}.fa-moon-stars:before{content:"\f755"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mountains:before{content:"\f6fd"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-alt:before{content:"\f8cd"}.fa-mouse-pointer:before{content:"\f245"}.fa-mp3-player:before{content:"\f8ce"}.fa-mug:before{content:"\f874"}.fa-mug-hot:before{content:"\f7b6"}.fa-mug-marshmallows:before{content:"\f7b7"}.fa-mug-tea:before{content:"\f875"}.fa-music:before{content:"\f001"}.fa-music-alt:before{content:"\f8cf"}.fa-music-alt-slash:before{content:"\f8d0"}.fa-music-slash:before{content:"\f8d1"}.fa-napster:before{content:"\f3d2"}.fa-narwhal:before{content:"\f6fe"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octagon:before{content:"\f306"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-oil-temp:before{content:"\f614"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-omega:before{content:"\f67a"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-ornament:before{content:"\f7b8"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-outlet:before{content:"\e01c"}.fa-oven:before{content:"\e01d"}.fa-overline:before{content:"\f876"}.fa-page-break:before{content:"\f877"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-brush-alt:before{content:"\f5a9"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-pallet-alt:before{content:"\f483"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-paragraph-rtl:before{content:"\f878"}.fa-parking:before{content:"\f540"}.fa-parking-circle:before{content:"\f615"}.fa-parking-circle-slash:before{content:"\f616"}.fa-parking-slash:before{content:"\f617"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paw-alt:before{content:"\f701"}.fa-paw-claws:before{content:"\f702"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pegasus:before{content:"\f703"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil:before{content:"\f040"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-paintbrush:before{content:"\f618"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-pennant:before{content:"\f456"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-person-carry:before{content:"\f4cf"}.fa-person-dolly:before{content:"\f4d0"}.fa-person-dolly-empty:before{content:"\f4d1"}.fa-person-sign:before{content:"\f757"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-laptop:before{content:"\f87a"}.fa-phone-office:before{content:"\f67d"}.fa-phone-plus:before{content:"\f4d2"}.fa-phone-rotary:before{content:"\f8d3"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pi:before{content:"\f67e"}.fa-piano:before{content:"\f8d4"}.fa-piano-keyboard:before{content:"\f8d5"}.fa-pie:before{content:"\f705"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-pig:before{content:"\f706"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza:before{content:"\f817"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-alt:before{content:"\f3de"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-planet-moon:before{content:"\e01f"}.fa-planet-ringed:before{content:"\e020"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-hexagon:before{content:"\f300"}.fa-plus-octagon:before{content:"\f301"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-podium:before{content:"\f680"}.fa-podium-star:before{content:"\f758"}.fa-police-box:before{content:"\e021"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poll-people:before{content:"\f759"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-popcorn:before{content:"\f819"}.fa-portal-enter:before{content:"\e022"}.fa-portal-exit:before{content:"\e023"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-presentation:before{content:"\f685"}.fa-print:before{content:"\f02f"}.fa-print-search:before{content:"\f81a"}.fa-print-slash:before{content:"\f686"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-projector:before{content:"\f8d6"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pumpkin:before{content:"\f707"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-question-square:before{content:"\f2fd"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-rabbit:before{content:"\f708"}.fa-rabbit-fast:before{content:"\f709"}.fa-racquet:before{content:"\f45a"}.fa-radar:before{content:"\e024"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-radio:before{content:"\f8d7"}.fa-radio-alt:before{content:"\f8d8"}.fa-rainbow:before{content:"\f75b"}.fa-raindrops:before{content:"\f75c"}.fa-ram:before{content:"\f70a"}.fa-ramp-loading:before{content:"\f4d4"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-raygun:before{content:"\e025"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-rectangle-landscape:before{content:"\f2fa"}.fa-rectangle-portrait:before{content:"\f2fb"}.fa-rectangle-wide:before{content:"\f2fc"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-refrigerator:before{content:"\e026"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-repeat:before{content:"\f363"}.fa-repeat-1:before{content:"\f365"}.fa-repeat-1-alt:before{content:"\f366"}.fa-repeat-alt:before{content:"\f364"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-retweet-alt:before{content:"\f361"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-rings-wedding:before{content:"\f81b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocket-launch:before{content:"\e027"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-route-highway:before{content:"\f61a"}.fa-route-interstate:before{content:"\f61b"}.fa-router:before{content:"\f8da"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-triangle:before{content:"\f61c"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-rv:before{content:"\f7be"}.fa-sack:before{content:"\f81c"}.fa-sack-dollar:before{content:"\f81d"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salad:before{content:"\f81e"}.fa-salesforce:before{content:"\f83b"}.fa-sandwich:before{content:"\f81f"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-sausage:before{content:"\f820"}.fa-save:before{content:"\f0c7"}.fa-sax-hot:before{content:"\f8db"}.fa-saxophone:before{content:"\f8dc"}.fa-scalpel:before{content:"\f61d"}.fa-scalpel-path:before{content:"\f61e"}.fa-scanner:before{content:"\f488"}.fa-scanner-image:before{content:"\f8f3"}.fa-scanner-keyboard:before{content:"\f489"}.fa-scanner-touchscreen:before{content:"\f48a"}.fa-scarecrow:before{content:"\f70d"}.fa-scarf:before{content:"\f7c1"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-scroll-old:before{content:"\f70f"}.fa-scrubber:before{content:"\f2f8"}.fa-scythe:before{content:"\f710"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-send-back:before{content:"\f87e"}.fa-send-backward:before{content:"\f87f"}.fa-sensor:before{content:"\e028"}.fa-sensor-alert:before{content:"\e029"}.fa-sensor-fire:before{content:"\e02a"}.fa-sensor-on:before{content:"\e02b"}.fa-sensor-smoke:before{content:"\e02c"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-all:before{content:"\f367"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-sheep:before{content:"\f711"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield:before{content:"\f132"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-check:before{content:"\f2f7"}.fa-shield-cross:before{content:"\f712"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shipping-timed:before{content:"\f48c"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shish-kebab:before{content:"\f821"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shovel:before{content:"\f713"}.fa-shovel-snow:before{content:"\f7c3"}.fa-shower:before{content:"\f2cc"}.fa-shredder:before{content:"\f68a"}.fa-shuttle-van:before{content:"\f5b6"}.fa-shuttlecock:before{content:"\f45b"}.fa-sickle:before{content:"\f822"}.fa-sigma:before{content:"\f68b"}.fa-sign:before{content:"\f4d9"}.fa-sign-in:before{content:"\f090"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out:before{content:"\f08b"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signal-1:before{content:"\f68c"}.fa-signal-2:before{content:"\f68d"}.fa-signal-3:before{content:"\f68e"}.fa-signal-4:before{content:"\f68f"}.fa-signal-alt:before{content:"\f690"}.fa-signal-alt-1:before{content:"\f691"}.fa-signal-alt-2:before{content:"\f692"}.fa-signal-alt-3:before{content:"\f693"}.fa-signal-alt-slash:before{content:"\f694"}.fa-signal-slash:before{content:"\f695"}.fa-signal-stream:before{content:"\f8dd"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-siren:before{content:"\e02d"}.fa-siren-on:before{content:"\e02e"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-skeleton:before{content:"\f620"}.fa-sketch:before{content:"\f7c6"}.fa-ski-jump:before{content:"\f7c7"}.fa-ski-lift:before{content:"\f7c8"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-cow:before{content:"\f8de"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sledding:before{content:"\f7cb"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-sliders-h-square:before{content:"\f3f0"}.fa-sliders-v:before{content:"\f3f1"}.fa-sliders-v-square:before{content:"\f3f2"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-plus:before{content:"\f5b9"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoke:before{content:"\f760"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snake:before{content:"\f716"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snooze:before{content:"\f880"}.fa-snow-blowing:before{content:"\f761"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowflakes:before{content:"\f7cf"}.fa-snowman:before{content:"\f7d0"}.fa-snowmobile:before{content:"\f7d1"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-solar-system:before{content:"\e02f"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-alt:before{content:"\f883"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-circle:before{content:"\e030"}.fa-sort-circle-down:before{content:"\e031"}.fa-sort-circle-up:before{content:"\e032"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-shapes-down:before{content:"\f888"}.fa-sort-shapes-down-alt:before{content:"\f889"}.fa-sort-shapes-up:before{content:"\f88a"}.fa-sort-shapes-up-alt:before{content:"\f88b"}.fa-sort-size-down:before{content:"\f88c"}.fa-sort-size-down-alt:before{content:"\f88d"}.fa-sort-size-up:before{content:"\f88e"}.fa-sort-size-up-alt:before{content:"\f88f"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-soup:before{content:"\f823"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-space-station-moon:before{content:"\e033"}.fa-space-station-moon-alt:before{content:"\e034"}.fa-spade:before{content:"\f2f4"}.fa-sparkles:before{content:"\f890"}.fa-speakap:before{content:"\f3f3"}.fa-speaker:before{content:"\f8df"}.fa-speaker-deck:before{content:"\f83c"}.fa-speakers:before{content:"\f8e0"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spider-black-widow:before{content:"\f718"}.fa-spider-web:before{content:"\f719"}.fa-spinner:before{content:"\f110"}.fa-spinner-third:before{content:"\f3f4"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-sprinkler:before{content:"\e035"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root:before{content:"\f697"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-squirrel:before{content:"\f71a"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-staff:before{content:"\f71b"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-christmas:before{content:"\f7d4"}.fa-star-exclamation:before{content:"\f2f3"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-star-shooting:before{content:"\e036"}.fa-starfighter:before{content:"\e037"}.fa-starfighter-alt:before{content:"\e038"}.fa-stars:before{content:"\f762"}.fa-starship:before{content:"\e039"}.fa-starship-freighter:before{content:"\e03a"}.fa-staylinked:before{content:"\f3f5"}.fa-steak:before{content:"\f824"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-steering-wheel:before{content:"\f622"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stocking:before{content:"\f7d5"}.fa-stomach:before{content:"\f623"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-stretcher:before{content:"\f825"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-sun-cloud:before{content:"\f763"}.fa-sun-dust:before{content:"\f764"}.fa-sun-haze:before{content:"\f765"}.fa-sunglasses:before{content:"\f892"}.fa-sunrise:before{content:"\f766"}.fa-sunset:before{content:"\f767"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-sword:before{content:"\f71c"}.fa-sword-laser:before{content:"\e03b"}.fa-sword-laser-alt:before{content:"\e03c"}.fa-swords:before{content:"\f71d"}.fa-swords-laser:before{content:"\e03d"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablet-android:before{content:"\f3fb"}.fa-tablet-android-alt:before{content:"\f3fc"}.fa-tablet-rugged:before{content:"\f48f"}.fa-tablets:before{content:"\f490"}.fa-tachometer:before{content:"\f0e4"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tachometer-alt-average:before{content:"\f624"}.fa-tachometer-alt-fast:before{content:"\f625"}.fa-tachometer-alt-fastest:before{content:"\f626"}.fa-tachometer-alt-slow:before{content:"\f627"}.fa-tachometer-alt-slowest:before{content:"\f628"}.fa-tachometer-average:before{content:"\f629"}.fa-tachometer-fast:before{content:"\f62a"}.fa-tachometer-fastest:before{content:"\f62b"}.fa-tachometer-slow:before{content:"\f62c"}.fa-tachometer-slowest:before{content:"\f62d"}.fa-taco:before{content:"\f826"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tally:before{content:"\f69c"}.fa-tanakh:before{content:"\f827"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-tasks-alt:before{content:"\f828"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-telescope:before{content:"\e03e"}.fa-temperature-down:before{content:"\e03f"}.fa-temperature-frigid:before{content:"\f768"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-hot:before{content:"\f76a"}.fa-temperature-low:before{content:"\f76b"}.fa-temperature-up:before{content:"\e040"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-tennis-ball:before{content:"\f45e"}.fa-terminal:before{content:"\f120"}.fa-text:before{content:"\f893"}.fa-text-height:before{content:"\f034"}.fa-text-size:before{content:"\f894"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-theta:before{content:"\f69e"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-thunderstorm:before{content:"\f76c"}.fa-thunderstorm-moon:before{content:"\f76d"}.fa-thunderstorm-sun:before{content:"\f76e"}.fa-ticket:before{content:"\f145"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-tilde:before{content:"\f69f"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-times-hexagon:before{content:"\f2ee"}.fa-times-octagon:before{content:"\f2f0"}.fa-times-square:before{content:"\f2d3"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tire:before{content:"\f631"}.fa-tire-flat:before{content:"\f632"}.fa-tire-pressure-warning:before{content:"\f633"}.fa-tire-rugged:before{content:"\f634"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-alt:before{content:"\f71f"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-tombstone:before{content:"\f720"}.fa-tombstone-alt:before{content:"\f721"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-toothbrush:before{content:"\f635"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tornado:before{content:"\f76f"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-cone:before{content:"\f636"}.fa-traffic-light:before{content:"\f637"}.fa-traffic-light-go:before{content:"\f638"}.fa-traffic-light-slow:before{content:"\f639"}.fa-traffic-light-stop:before{content:"\f63a"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-transporter:before{content:"\e042"}.fa-transporter-1:before{content:"\e043"}.fa-transporter-2:before{content:"\e044"}.fa-transporter-3:before{content:"\e045"}.fa-transporter-empty:before{content:"\e046"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-trash-undo:before{content:"\f895"}.fa-trash-undo-alt:before{content:"\f896"}.fa-treasure-chest:before{content:"\f723"}.fa-tree:before{content:"\f1bb"}.fa-tree-alt:before{content:"\f400"}.fa-tree-christmas:before{content:"\f7db"}.fa-tree-decorated:before{content:"\f7dc"}.fa-tree-large:before{content:"\f7dd"}.fa-tree-palm:before{content:"\f82b"}.fa-trees:before{content:"\f724"}.fa-trello:before{content:"\f181"}.fa-triangle:before{content:"\f2ec"}.fa-triangle-music:before{content:"\f8e2"}.fa-trophy:before{content:"\f091"}.fa-trophy-alt:before{content:"\f2eb"}.fa-truck:before{content:"\f0d1"}.fa-truck-container:before{content:"\f4dc"}.fa-truck-couch:before{content:"\f4dd"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-truck-plow:before{content:"\f7de"}.fa-truck-ramp:before{content:"\f4e0"}.fa-trumpet:before{content:"\f8e3"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-turkey:before{content:"\f725"}.fa-turntable:before{content:"\f8e4"}.fa-turtle:before{content:"\f726"}.fa-tv:before{content:"\f26c"}.fa-tv-alt:before{content:"\f8e5"}.fa-tv-music:before{content:"\f8e6"}.fa-tv-retro:before{content:"\f401"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typewriter:before{content:"\f8e7"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-ufo:before{content:"\e047"}.fa-ufo-beam:before{content:"\e048"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-unicorn:before{content:"\f727"}.fa-union:before{content:"\f6a2"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-usb-drive:before{content:"\f8e9"}.fa-usd-circle:before{content:"\f2e8"}.fa-usd-square:before{content:"\f2e9"}.fa-user:before{content:"\f007"}.fa-user-alien:before{content:"\e04a"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-chart:before{content:"\f6a3"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-cowboy:before{content:"\f8ea"}.fa-user-crown:before{content:"\f6a4"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-hard-hat:before{content:"\f82c"}.fa-user-headset:before{content:"\f82d"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-md-chat:before{content:"\f82e"}.fa-user-minus:before{content:"\f503"}.fa-user-music:before{content:"\f8eb"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-robot:before{content:"\e04b"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-user-unlock:before{content:"\e058"}.fa-user-visor:before{content:"\e04c"}.fa-users:before{content:"\f0c0"}.fa-users-class:before{content:"\f63d"}.fa-users-cog:before{content:"\f509"}.fa-users-crown:before{content:"\f6a5"}.fa-users-medical:before{content:"\f830"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-fork:before{content:"\f2e3"}.fa-utensil-knife:before{content:"\f2e4"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-utensils-alt:before{content:"\f2e6"}.fa-vaadin:before{content:"\f408"}.fa-vacuum:before{content:"\e04d"}.fa-vacuum-robot:before{content:"\e04e"}.fa-value-absolute:before{content:"\f6a6"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-vhs:before{content:"\f8ec"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-plus:before{content:"\f4e1"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-violin:before{content:"\f8ed"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volcano:before{content:"\f770"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume:before{content:"\f6a8"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-slash:before{content:"\f2e2"}.fa-volume-up:before{content:"\f028"}.fa-vote-nay:before{content:"\f771"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-wagon-covered:before{content:"\f8ee"}.fa-walker:before{content:"\f831"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-wand:before{content:"\f72a"}.fa-wand-magic:before{content:"\f72b"}.fa-warehouse:before{content:"\f494"}.fa-warehouse-alt:before{content:"\f495"}.fa-washer:before{content:"\f898"}.fa-watch:before{content:"\f2e1"}.fa-watch-calculator:before{content:"\f8f0"}.fa-watch-fitness:before{content:"\f63e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-water-lower:before{content:"\f774"}.fa-water-rise:before{content:"\f775"}.fa-wave-sine:before{content:"\f899"}.fa-wave-square:before{content:"\f83e"}.fa-wave-triangle:before{content:"\f89a"}.fa-waveform:before{content:"\f8f1"}.fa-waveform-path:before{content:"\f8f2"}.fa-waze:before{content:"\f83f"}.fa-webcam:before{content:"\f832"}.fa-webcam-slash:before{content:"\f833"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whale:before{content:"\f72c"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheat:before{content:"\f72d"}.fa-wheelchair:before{content:"\f193"}.fa-whistle:before{content:"\f460"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wifi-1:before{content:"\f6aa"}.fa-wifi-2:before{content:"\f6ab"}.fa-wifi-slash:before{content:"\f6ac"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-wind-turbine:before{content:"\f89b"}.fa-wind-warning:before{content:"\f776"}.fa-window:before{content:"\f40e"}.fa-window-alt:before{content:"\f40f"}.fa-window-close:before{content:"\f410"}.fa-window-frame:before{content:"\e04f"}.fa-window-frame-open:before{content:"\e050"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-windsock:before{content:"\f777"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wreath:before{content:"\f7e2"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/null/fonts/fa-brands-400.eot);src:url(/null/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/null/fonts/fa-brands-400.woff2) format("woff2"),url(/null/fonts/fa-brands-400.woff) format("woff"),url(/null/fonts/fa-brands-400.ttf) format("truetype"),url(/null/fonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands";font-weight:400}@font-face{font-family:"Font Awesome 5 Duotone";font-style:normal;font-weight:900;font-display:block;src:url(/null/fonts/fa-duotone-900.eot);src:url(/null/fonts/fa-duotone-900.eot?#iefix) format("embedded-opentype"),url(/null/fonts/fa-duotone-900.woff2) format("woff2"),url(/null/fonts/fa-duotone-900.woff) format("woff"),url(/null/fonts/fa-duotone-900.ttf) format("truetype"),url(/null/fonts/fa-duotone-900.svg#fontawesome) format("svg")}.fad{position:relative;font-family:"Font Awesome 5 Duotone";font-weight:900}.fad:before{position:absolute;color:var(--fa-primary-color,inherit);opacity:1;opacity:var(--fa-primary-opacity,1)}.fad:after{color:var(--fa-secondary-color,inherit)}.fa-swap-opacity .fad:before,.fad.fa-swap-opacity:before,.fad:after{opacity:.4;opacity:var(--fa-secondary-opacity,.4)}.fa-swap-opacity .fad:after,.fad.fa-swap-opacity:after{opacity:1;opacity:var(--fa-primary-opacity,1)}.fad.fa-inverse{color:#fff}.fad.fa-stack-1x,.fad.fa-stack-2x{position:absolute}.fad.fa-fw:before,.fad.fa-stack-1x:before,.fad.fa-stack-2x:before{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.fad.fa-abacus:after{content:"\10f640"}.fad.fa-acorn:after{content:"\10f6ae"}.fad.fa-ad:after{content:"\10f641"}.fad.fa-address-book:after{content:"\10f2b9"}.fad.fa-address-card:after{content:"\10f2bb"}.fad.fa-adjust:after{content:"\10f042"}.fad.fa-air-conditioner:after{content:"\10f8f4"}.fad.fa-air-freshener:after{content:"\10f5d0"}.fad.fa-alarm-clock:after{content:"\10f34e"}.fad.fa-alarm-exclamation:after{content:"\10f843"}.fad.fa-alarm-plus:after{content:"\10f844"}.fad.fa-alarm-snooze:after{content:"\10f845"}.fad.fa-album:after{content:"\10f89f"}.fad.fa-album-collection:after{content:"\10f8a0"}.fad.fa-alicorn:after{content:"\10f6b0"}.fad.fa-alien:after{content:"\10f8f5"}.fad.fa-alien-monster:after{content:"\10f8f6"}.fad.fa-align-center:after{content:"\10f037"}.fad.fa-align-justify:after{content:"\10f039"}.fad.fa-align-left:after{content:"\10f036"}.fad.fa-align-right:after{content:"\10f038"}.fad.fa-align-slash:after{content:"\10f846"}.fad.fa-allergies:after{content:"\10f461"}.fad.fa-ambulance:after{content:"\10f0f9"}.fad.fa-american-sign-language-interpreting:after{content:"\10f2a3"}.fad.fa-amp-guitar:after{content:"\10f8a1"}.fad.fa-analytics:after{content:"\10f643"}.fad.fa-anchor:after{content:"\10f13d"}.fad.fa-angel:after{content:"\10f779"}.fad.fa-angle-double-down:after{content:"\10f103"}.fad.fa-angle-double-left:after{content:"\10f100"}.fad.fa-angle-double-right:after{content:"\10f101"}.fad.fa-angle-double-up:after{content:"\10f102"}.fad.fa-angle-down:after{content:"\10f107"}.fad.fa-angle-left:after{content:"\10f104"}.fad.fa-angle-right:after{content:"\10f105"}.fad.fa-angle-up:after{content:"\10f106"}.fad.fa-angry:after{content:"\10f556"}.fad.fa-ankh:after{content:"\10f644"}.fad.fa-apple-alt:after{content:"\10f5d1"}.fad.fa-apple-crate:after{content:"\10f6b1"}.fad.fa-archive:after{content:"\10f187"}.fad.fa-archway:after{content:"\10f557"}.fad.fa-arrow-alt-circle-down:after{content:"\10f358"}.fad.fa-arrow-alt-circle-left:after{content:"\10f359"}.fad.fa-arrow-alt-circle-right:after{content:"\10f35a"}.fad.fa-arrow-alt-circle-up:after{content:"\10f35b"}.fad.fa-arrow-alt-down:after{content:"\10f354"}.fad.fa-arrow-alt-from-bottom:after{content:"\10f346"}.fad.fa-arrow-alt-from-left:after{content:"\10f347"}.fad.fa-arrow-alt-from-right:after{content:"\10f348"}.fad.fa-arrow-alt-from-top:after{content:"\10f349"}.fad.fa-arrow-alt-left:after{content:"\10f355"}.fad.fa-arrow-alt-right:after{content:"\10f356"}.fad.fa-arrow-alt-square-down:after{content:"\10f350"}.fad.fa-arrow-alt-square-left:after{content:"\10f351"}.fad.fa-arrow-alt-square-right:after{content:"\10f352"}.fad.fa-arrow-alt-square-up:after{content:"\10f353"}.fad.fa-arrow-alt-to-bottom:after{content:"\10f34a"}.fad.fa-arrow-alt-to-left:after{content:"\10f34b"}.fad.fa-arrow-alt-to-right:after{content:"\10f34c"}.fad.fa-arrow-alt-to-top:after{content:"\10f34d"}.fad.fa-arrow-alt-up:after{content:"\10f357"}.fad.fa-arrow-circle-down:after{content:"\10f0ab"}.fad.fa-arrow-circle-left:after{content:"\10f0a8"}.fad.fa-arrow-circle-right:after{content:"\10f0a9"}.fad.fa-arrow-circle-up:after{content:"\10f0aa"}.fad.fa-arrow-down:after{content:"\10f063"}.fad.fa-arrow-from-bottom:after{content:"\10f342"}.fad.fa-arrow-from-left:after{content:"\10f343"}.fad.fa-arrow-from-right:after{content:"\10f344"}.fad.fa-arrow-from-top:after{content:"\10f345"}.fad.fa-arrow-left:after{content:"\10f060"}.fad.fa-arrow-right:after{content:"\10f061"}.fad.fa-arrow-square-down:after{content:"\10f339"}.fad.fa-arrow-square-left:after{content:"\10f33a"}.fad.fa-arrow-square-right:after{content:"\10f33b"}.fad.fa-arrow-square-up:after{content:"\10f33c"}.fad.fa-arrow-to-bottom:after{content:"\10f33d"}.fad.fa-arrow-to-left:after{content:"\10f33e"}.fad.fa-arrow-to-right:after{content:"\10f340"}.fad.fa-arrow-to-top:after{content:"\10f341"}.fad.fa-arrow-up:after{content:"\10f062"}.fad.fa-arrows:after{content:"\10f047"}.fad.fa-arrows-alt:after{content:"\10f0b2"}.fad.fa-arrows-alt-h:after{content:"\10f337"}.fad.fa-arrows-alt-v:after{content:"\10f338"}.fad.fa-arrows-h:after{content:"\10f07e"}.fad.fa-arrows-v:after{content:"\10f07d"}.fad.fa-assistive-listening-systems:after{content:"\10f2a2"}.fad.fa-asterisk:after{content:"\10f069"}.fad.fa-at:after{content:"\10f1fa"}.fad.fa-atlas:after{content:"\10f558"}.fad.fa-atom:after{content:"\10f5d2"}.fad.fa-atom-alt:after{content:"\10f5d3"}.fad.fa-audio-description:after{content:"\10f29e"}.fad.fa-award:after{content:"\10f559"}.fad.fa-axe:after{content:"\10f6b2"}.fad.fa-axe-battle:after{content:"\10f6b3"}.fad.fa-baby:after{content:"\10f77c"}.fad.fa-baby-carriage:after{content:"\10f77d"}.fad.fa-backpack:after{content:"\10f5d4"}.fad.fa-backspace:after{content:"\10f55a"}.fad.fa-backward:after{content:"\10f04a"}.fad.fa-bacon:after{content:"\10f7e5"}.fad.fa-bacteria:after{content:"\10e059"}.fad.fa-bacterium:after{content:"\10e05a"}.fad.fa-badge:after{content:"\10f335"}.fad.fa-badge-check:after{content:"\10f336"}.fad.fa-badge-dollar:after{content:"\10f645"}.fad.fa-badge-percent:after{content:"\10f646"}.fad.fa-badge-sheriff:after{content:"\10f8a2"}.fad.fa-badger-honey:after{content:"\10f6b4"}.fad.fa-bags-shopping:after{content:"\10f847"}.fad.fa-bahai:after{content:"\10f666"}.fad.fa-balance-scale:after{content:"\10f24e"}.fad.fa-balance-scale-left:after{content:"\10f515"}.fad.fa-balance-scale-right:after{content:"\10f516"}.fad.fa-ball-pile:after{content:"\10f77e"}.fad.fa-ballot:after{content:"\10f732"}.fad.fa-ballot-check:after{content:"\10f733"}.fad.fa-ban:after{content:"\10f05e"}.fad.fa-band-aid:after{content:"\10f462"}.fad.fa-banjo:after{content:"\10f8a3"}.fad.fa-barcode:after{content:"\10f02a"}.fad.fa-barcode-alt:after{content:"\10f463"}.fad.fa-barcode-read:after{content:"\10f464"}.fad.fa-barcode-scan:after{content:"\10f465"}.fad.fa-bars:after{content:"\10f0c9"}.fad.fa-baseball:after{content:"\10f432"}.fad.fa-baseball-ball:after{content:"\10f433"}.fad.fa-basketball-ball:after{content:"\10f434"}.fad.fa-basketball-hoop:after{content:"\10f435"}.fad.fa-bat:after{content:"\10f6b5"}.fad.fa-bath:after{content:"\10f2cd"}.fad.fa-battery-bolt:after{content:"\10f376"}.fad.fa-battery-empty:after{content:"\10f244"}.fad.fa-battery-full:after{content:"\10f240"}.fad.fa-battery-half:after{content:"\10f242"}.fad.fa-battery-quarter:after{content:"\10f243"}.fad.fa-battery-slash:after{content:"\10f377"}.fad.fa-battery-three-quarters:after{content:"\10f241"}.fad.fa-bed:after{content:"\10f236"}.fad.fa-bed-alt:after{content:"\10f8f7"}.fad.fa-bed-bunk:after{content:"\10f8f8"}.fad.fa-bed-empty:after{content:"\10f8f9"}.fad.fa-beer:after{content:"\10f0fc"}.fad.fa-bell:after{content:"\10f0f3"}.fad.fa-bell-exclamation:after{content:"\10f848"}.fad.fa-bell-on:after{content:"\10f8fa"}.fad.fa-bell-plus:after{content:"\10f849"}.fad.fa-bell-school:after{content:"\10f5d5"}.fad.fa-bell-school-slash:after{content:"\10f5d6"}.fad.fa-bell-slash:after{content:"\10f1f6"}.fad.fa-bells:after{content:"\10f77f"}.fad.fa-betamax:after{content:"\10f8a4"}.fad.fa-bezier-curve:after{content:"\10f55b"}.fad.fa-bible:after{content:"\10f647"}.fad.fa-bicycle:after{content:"\10f206"}.fad.fa-biking:after{content:"\10f84a"}.fad.fa-biking-mountain:after{content:"\10f84b"}.fad.fa-binoculars:after{content:"\10f1e5"}.fad.fa-biohazard:after{content:"\10f780"}.fad.fa-birthday-cake:after{content:"\10f1fd"}.fad.fa-blanket:after{content:"\10f498"}.fad.fa-blender:after{content:"\10f517"}.fad.fa-blender-phone:after{content:"\10f6b6"}.fad.fa-blind:after{content:"\10f29d"}.fad.fa-blinds:after{content:"\10f8fb"}.fad.fa-blinds-open:after{content:"\10f8fc"}.fad.fa-blinds-raised:after{content:"\10f8fd"}.fad.fa-blog:after{content:"\10f781"}.fad.fa-bold:after{content:"\10f032"}.fad.fa-bolt:after{content:"\10f0e7"}.fad.fa-bomb:after{content:"\10f1e2"}.fad.fa-bone:after{content:"\10f5d7"}.fad.fa-bone-break:after{content:"\10f5d8"}.fad.fa-bong:after{content:"\10f55c"}.fad.fa-book:after{content:"\10f02d"}.fad.fa-book-alt:after{content:"\10f5d9"}.fad.fa-book-dead:after{content:"\10f6b7"}.fad.fa-book-heart:after{content:"\10f499"}.fad.fa-book-medical:after{content:"\10f7e6"}.fad.fa-book-open:after{content:"\10f518"}.fad.fa-book-reader:after{content:"\10f5da"}.fad.fa-book-spells:after{content:"\10f6b8"}.fad.fa-book-user:after{content:"\10f7e7"}.fad.fa-bookmark:after{content:"\10f02e"}.fad.fa-books:after{content:"\10f5db"}.fad.fa-books-medical:after{content:"\10f7e8"}.fad.fa-boombox:after{content:"\10f8a5"}.fad.fa-boot:after{content:"\10f782"}.fad.fa-booth-curtain:after{content:"\10f734"}.fad.fa-border-all:after{content:"\10f84c"}.fad.fa-border-bottom:after{content:"\10f84d"}.fad.fa-border-center-h:after{content:"\10f89c"}.fad.fa-border-center-v:after{content:"\10f89d"}.fad.fa-border-inner:after{content:"\10f84e"}.fad.fa-border-left:after{content:"\10f84f"}.fad.fa-border-none:after{content:"\10f850"}.fad.fa-border-outer:after{content:"\10f851"}.fad.fa-border-right:after{content:"\10f852"}.fad.fa-border-style:after{content:"\10f853"}.fad.fa-border-style-alt:after{content:"\10f854"}.fad.fa-border-top:after{content:"\10f855"}.fad.fa-bow-arrow:after{content:"\10f6b9"}.fad.fa-bowling-ball:after{content:"\10f436"}.fad.fa-bowling-pins:after{content:"\10f437"}.fad.fa-box:after{content:"\10f466"}.fad.fa-box-alt:after{content:"\10f49a"}.fad.fa-box-ballot:after{content:"\10f735"}.fad.fa-box-check:after{content:"\10f467"}.fad.fa-box-fragile:after{content:"\10f49b"}.fad.fa-box-full:after{content:"\10f49c"}.fad.fa-box-heart:after{content:"\10f49d"}.fad.fa-box-open:after{content:"\10f49e"}.fad.fa-box-tissue:after{content:"\10e05b"}.fad.fa-box-up:after{content:"\10f49f"}.fad.fa-box-usd:after{content:"\10f4a0"}.fad.fa-boxes:after{content:"\10f468"}.fad.fa-boxes-alt:after{content:"\10f4a1"}.fad.fa-boxing-glove:after{content:"\10f438"}.fad.fa-brackets:after{content:"\10f7e9"}.fad.fa-brackets-curly:after{content:"\10f7ea"}.fad.fa-braille:after{content:"\10f2a1"}.fad.fa-brain:after{content:"\10f5dc"}.fad.fa-bread-loaf:after{content:"\10f7eb"}.fad.fa-bread-slice:after{content:"\10f7ec"}.fad.fa-briefcase:after{content:"\10f0b1"}.fad.fa-briefcase-medical:after{content:"\10f469"}.fad.fa-bring-forward:after{content:"\10f856"}.fad.fa-bring-front:after{content:"\10f857"}.fad.fa-broadcast-tower:after{content:"\10f519"}.fad.fa-broom:after{content:"\10f51a"}.fad.fa-browser:after{content:"\10f37e"}.fad.fa-brush:after{content:"\10f55d"}.fad.fa-bug:after{content:"\10f188"}.fad.fa-building:after{content:"\10f1ad"}.fad.fa-bullhorn:after{content:"\10f0a1"}.fad.fa-bullseye:after{content:"\10f140"}.fad.fa-bullseye-arrow:after{content:"\10f648"}.fad.fa-bullseye-pointer:after{content:"\10f649"}.fad.fa-burger-soda:after{content:"\10f858"}.fad.fa-burn:after{content:"\10f46a"}.fad.fa-burrito:after{content:"\10f7ed"}.fad.fa-bus:after{content:"\10f207"}.fad.fa-bus-alt:after{content:"\10f55e"}.fad.fa-bus-school:after{content:"\10f5dd"}.fad.fa-business-time:after{content:"\10f64a"}.fad.fa-cabinet-filing:after{content:"\10f64b"}.fad.fa-cactus:after{content:"\10f8a7"}.fad.fa-calculator:after{content:"\10f1ec"}.fad.fa-calculator-alt:after{content:"\10f64c"}.fad.fa-calendar:after{content:"\10f133"}.fad.fa-calendar-alt:after{content:"\10f073"}.fad.fa-calendar-check:after{content:"\10f274"}.fad.fa-calendar-day:after{content:"\10f783"}.fad.fa-calendar-edit:after{content:"\10f333"}.fad.fa-calendar-exclamation:after{content:"\10f334"}.fad.fa-calendar-minus:after{content:"\10f272"}.fad.fa-calendar-plus:after{content:"\10f271"}.fad.fa-calendar-star:after{content:"\10f736"}.fad.fa-calendar-times:after{content:"\10f273"}.fad.fa-calendar-week:after{content:"\10f784"}.fad.fa-camcorder:after{content:"\10f8a8"}.fad.fa-camera:after{content:"\10f030"}.fad.fa-camera-alt:after{content:"\10f332"}.fad.fa-camera-home:after{content:"\10f8fe"}.fad.fa-camera-movie:after{content:"\10f8a9"}.fad.fa-camera-polaroid:after{content:"\10f8aa"}.fad.fa-camera-retro:after{content:"\10f083"}.fad.fa-campfire:after{content:"\10f6ba"}.fad.fa-campground:after{content:"\10f6bb"}.fad.fa-candle-holder:after{content:"\10f6bc"}.fad.fa-candy-cane:after{content:"\10f786"}.fad.fa-candy-corn:after{content:"\10f6bd"}.fad.fa-cannabis:after{content:"\10f55f"}.fad.fa-capsules:after{content:"\10f46b"}.fad.fa-car:after{content:"\10f1b9"}.fad.fa-car-alt:after{content:"\10f5de"}.fad.fa-car-battery:after{content:"\10f5df"}.fad.fa-car-building:after{content:"\10f859"}.fad.fa-car-bump:after{content:"\10f5e0"}.fad.fa-car-bus:after{content:"\10f85a"}.fad.fa-car-crash:after{content:"\10f5e1"}.fad.fa-car-garage:after{content:"\10f5e2"}.fad.fa-car-mechanic:after{content:"\10f5e3"}.fad.fa-car-side:after{content:"\10f5e4"}.fad.fa-car-tilt:after{content:"\10f5e5"}.fad.fa-car-wash:after{content:"\10f5e6"}.fad.fa-caravan:after{content:"\10f8ff"}.fad.fa-caravan-alt:after{content:"\10e000"}.fad.fa-caret-circle-down:after{content:"\10f32d"}.fad.fa-caret-circle-left:after{content:"\10f32e"}.fad.fa-caret-circle-right:after{content:"\10f330"}.fad.fa-caret-circle-up:after{content:"\10f331"}.fad.fa-caret-down:after{content:"\10f0d7"}.fad.fa-caret-left:after{content:"\10f0d9"}.fad.fa-caret-right:after{content:"\10f0da"}.fad.fa-caret-square-down:after{content:"\10f150"}.fad.fa-caret-square-left:after{content:"\10f191"}.fad.fa-caret-square-right:after{content:"\10f152"}.fad.fa-caret-square-up:after{content:"\10f151"}.fad.fa-caret-up:after{content:"\10f0d8"}.fad.fa-carrot:after{content:"\10f787"}.fad.fa-cars:after{content:"\10f85b"}.fad.fa-cart-arrow-down:after{content:"\10f218"}.fad.fa-cart-plus:after{content:"\10f217"}.fad.fa-cash-register:after{content:"\10f788"}.fad.fa-cassette-tape:after{content:"\10f8ab"}.fad.fa-cat:after{content:"\10f6be"}.fad.fa-cat-space:after{content:"\10e001"}.fad.fa-cauldron:after{content:"\10f6bf"}.fad.fa-cctv:after{content:"\10f8ac"}.fad.fa-certificate:after{content:"\10f0a3"}.fad.fa-chair:after{content:"\10f6c0"}.fad.fa-chair-office:after{content:"\10f6c1"}.fad.fa-chalkboard:after{content:"\10f51b"}.fad.fa-chalkboard-teacher:after{content:"\10f51c"}.fad.fa-charging-station:after{content:"\10f5e7"}.fad.fa-chart-area:after{content:"\10f1fe"}.fad.fa-chart-bar:after{content:"\10f080"}.fad.fa-chart-line:after{content:"\10f201"}.fad.fa-chart-line-down:after{content:"\10f64d"}.fad.fa-chart-network:after{content:"\10f78a"}.fad.fa-chart-pie:after{content:"\10f200"}.fad.fa-chart-pie-alt:after{content:"\10f64e"}.fad.fa-chart-scatter:after{content:"\10f7ee"}.fad.fa-check:after{content:"\10f00c"}.fad.fa-check-circle:after{content:"\10f058"}.fad.fa-check-double:after{content:"\10f560"}.fad.fa-check-square:after{content:"\10f14a"}.fad.fa-cheese:after{content:"\10f7ef"}.fad.fa-cheese-swiss:after{content:"\10f7f0"}.fad.fa-cheeseburger:after{content:"\10f7f1"}.fad.fa-chess:after{content:"\10f439"}.fad.fa-chess-bishop:after{content:"\10f43a"}.fad.fa-chess-bishop-alt:after{content:"\10f43b"}.fad.fa-chess-board:after{content:"\10f43c"}.fad.fa-chess-clock:after{content:"\10f43d"}.fad.fa-chess-clock-alt:after{content:"\10f43e"}.fad.fa-chess-king:after{content:"\10f43f"}.fad.fa-chess-king-alt:after{content:"\10f440"}.fad.fa-chess-knight:after{content:"\10f441"}.fad.fa-chess-knight-alt:after{content:"\10f442"}.fad.fa-chess-pawn:after{content:"\10f443"}.fad.fa-chess-pawn-alt:after{content:"\10f444"}.fad.fa-chess-queen:after{content:"\10f445"}.fad.fa-chess-queen-alt:after{content:"\10f446"}.fad.fa-chess-rook:after{content:"\10f447"}.fad.fa-chess-rook-alt:after{content:"\10f448"}.fad.fa-chevron-circle-down:after{content:"\10f13a"}.fad.fa-chevron-circle-left:after{content:"\10f137"}.fad.fa-chevron-circle-right:after{content:"\10f138"}.fad.fa-chevron-circle-up:after{content:"\10f139"}.fad.fa-chevron-double-down:after{content:"\10f322"}.fad.fa-chevron-double-left:after{content:"\10f323"}.fad.fa-chevron-double-right:after{content:"\10f324"}.fad.fa-chevron-double-up:after{content:"\10f325"}.fad.fa-chevron-down:after{content:"\10f078"}.fad.fa-chevron-left:after{content:"\10f053"}.fad.fa-chevron-right:after{content:"\10f054"}.fad.fa-chevron-square-down:after{content:"\10f329"}.fad.fa-chevron-square-left:after{content:"\10f32a"}.fad.fa-chevron-square-right:after{content:"\10f32b"}.fad.fa-chevron-square-up:after{content:"\10f32c"}.fad.fa-chevron-up:after{content:"\10f077"}.fad.fa-child:after{content:"\10f1ae"}.fad.fa-chimney:after{content:"\10f78b"}.fad.fa-church:after{content:"\10f51d"}.fad.fa-circle:after{content:"\10f111"}.fad.fa-circle-notch:after{content:"\10f1ce"}.fad.fa-city:after{content:"\10f64f"}.fad.fa-clarinet:after{content:"\10f8ad"}.fad.fa-claw-marks:after{content:"\10f6c2"}.fad.fa-clinic-medical:after{content:"\10f7f2"}.fad.fa-clipboard:after{content:"\10f328"}.fad.fa-clipboard-check:after{content:"\10f46c"}.fad.fa-clipboard-list:after{content:"\10f46d"}.fad.fa-clipboard-list-check:after{content:"\10f737"}.fad.fa-clipboard-prescription:after{content:"\10f5e8"}.fad.fa-clipboard-user:after{content:"\10f7f3"}.fad.fa-clock:after{content:"\10f017"}.fad.fa-clone:after{content:"\10f24d"}.fad.fa-closed-captioning:after{content:"\10f20a"}.fad.fa-cloud:after{content:"\10f0c2"}.fad.fa-cloud-download:after{content:"\10f0ed"}.fad.fa-cloud-download-alt:after{content:"\10f381"}.fad.fa-cloud-drizzle:after{content:"\10f738"}.fad.fa-cloud-hail:after{content:"\10f739"}.fad.fa-cloud-hail-mixed:after{content:"\10f73a"}.fad.fa-cloud-meatball:after{content:"\10f73b"}.fad.fa-cloud-moon:after{content:"\10f6c3"}.fad.fa-cloud-moon-rain:after{content:"\10f73c"}.fad.fa-cloud-music:after{content:"\10f8ae"}.fad.fa-cloud-rain:after{content:"\10f73d"}.fad.fa-cloud-rainbow:after{content:"\10f73e"}.fad.fa-cloud-showers:after{content:"\10f73f"}.fad.fa-cloud-showers-heavy:after{content:"\10f740"}.fad.fa-cloud-sleet:after{content:"\10f741"}.fad.fa-cloud-snow:after{content:"\10f742"}.fad.fa-cloud-sun:after{content:"\10f6c4"}.fad.fa-cloud-sun-rain:after{content:"\10f743"}.fad.fa-cloud-upload:after{content:"\10f0ee"}.fad.fa-cloud-upload-alt:after{content:"\10f382"}.fad.fa-clouds:after{content:"\10f744"}.fad.fa-clouds-moon:after{content:"\10f745"}.fad.fa-clouds-sun:after{content:"\10f746"}.fad.fa-club:after{content:"\10f327"}.fad.fa-cocktail:after{content:"\10f561"}.fad.fa-code:after{content:"\10f121"}.fad.fa-code-branch:after{content:"\10f126"}.fad.fa-code-commit:after{content:"\10f386"}.fad.fa-code-merge:after{content:"\10f387"}.fad.fa-coffee:after{content:"\10f0f4"}.fad.fa-coffee-pot:after{content:"\10e002"}.fad.fa-coffee-togo:after{content:"\10f6c5"}.fad.fa-coffin:after{content:"\10f6c6"}.fad.fa-coffin-cross:after{content:"\10e051"}.fad.fa-cog:after{content:"\10f013"}.fad.fa-cogs:after{content:"\10f085"}.fad.fa-coin:after{content:"\10f85c"}.fad.fa-coins:after{content:"\10f51e"}.fad.fa-columns:after{content:"\10f0db"}.fad.fa-comet:after{content:"\10e003"}.fad.fa-comment:after{content:"\10f075"}.fad.fa-comment-alt:after{content:"\10f27a"}.fad.fa-comment-alt-check:after{content:"\10f4a2"}.fad.fa-comment-alt-dollar:after{content:"\10f650"}.fad.fa-comment-alt-dots:after{content:"\10f4a3"}.fad.fa-comment-alt-edit:after{content:"\10f4a4"}.fad.fa-comment-alt-exclamation:after{content:"\10f4a5"}.fad.fa-comment-alt-lines:after{content:"\10f4a6"}.fad.fa-comment-alt-medical:after{content:"\10f7f4"}.fad.fa-comment-alt-minus:after{content:"\10f4a7"}.fad.fa-comment-alt-music:after{content:"\10f8af"}.fad.fa-comment-alt-plus:after{content:"\10f4a8"}.fad.fa-comment-alt-slash:after{content:"\10f4a9"}.fad.fa-comment-alt-smile:after{content:"\10f4aa"}.fad.fa-comment-alt-times:after{content:"\10f4ab"}.fad.fa-comment-check:after{content:"\10f4ac"}.fad.fa-comment-dollar:after{content:"\10f651"}.fad.fa-comment-dots:after{content:"\10f4ad"}.fad.fa-comment-edit:after{content:"\10f4ae"}.fad.fa-comment-exclamation:after{content:"\10f4af"}.fad.fa-comment-lines:after{content:"\10f4b0"}.fad.fa-comment-medical:after{content:"\10f7f5"}.fad.fa-comment-minus:after{content:"\10f4b1"}.fad.fa-comment-music:after{content:"\10f8b0"}.fad.fa-comment-plus:after{content:"\10f4b2"}.fad.fa-comment-slash:after{content:"\10f4b3"}.fad.fa-comment-smile:after{content:"\10f4b4"}.fad.fa-comment-times:after{content:"\10f4b5"}.fad.fa-comments:after{content:"\10f086"}.fad.fa-comments-alt:after{content:"\10f4b6"}.fad.fa-comments-alt-dollar:after{content:"\10f652"}.fad.fa-comments-dollar:after{content:"\10f653"}.fad.fa-compact-disc:after{content:"\10f51f"}.fad.fa-compass:after{content:"\10f14e"}.fad.fa-compass-slash:after{content:"\10f5e9"}.fad.fa-compress:after{content:"\10f066"}.fad.fa-compress-alt:after{content:"\10f422"}.fad.fa-compress-arrows-alt:after{content:"\10f78c"}.fad.fa-compress-wide:after{content:"\10f326"}.fad.fa-computer-classic:after{content:"\10f8b1"}.fad.fa-computer-speaker:after{content:"\10f8b2"}.fad.fa-concierge-bell:after{content:"\10f562"}.fad.fa-construction:after{content:"\10f85d"}.fad.fa-container-storage:after{content:"\10f4b7"}.fad.fa-conveyor-belt:after{content:"\10f46e"}.fad.fa-conveyor-belt-alt:after{content:"\10f46f"}.fad.fa-cookie:after{content:"\10f563"}.fad.fa-cookie-bite:after{content:"\10f564"}.fad.fa-copy:after{content:"\10f0c5"}.fad.fa-copyright:after{content:"\10f1f9"}.fad.fa-corn:after{content:"\10f6c7"}.fad.fa-couch:after{content:"\10f4b8"}.fad.fa-cow:after{content:"\10f6c8"}.fad.fa-cowbell:after{content:"\10f8b3"}.fad.fa-cowbell-more:after{content:"\10f8b4"}.fad.fa-credit-card:after{content:"\10f09d"}.fad.fa-credit-card-blank:after{content:"\10f389"}.fad.fa-credit-card-front:after{content:"\10f38a"}.fad.fa-cricket:after{content:"\10f449"}.fad.fa-croissant:after{content:"\10f7f6"}.fad.fa-crop:after{content:"\10f125"}.fad.fa-crop-alt:after{content:"\10f565"}.fad.fa-cross:after{content:"\10f654"}.fad.fa-crosshairs:after{content:"\10f05b"}.fad.fa-crow:after{content:"\10f520"}.fad.fa-crown:after{content:"\10f521"}.fad.fa-crutch:after{content:"\10f7f7"}.fad.fa-crutches:after{content:"\10f7f8"}.fad.fa-cube:after{content:"\10f1b2"}.fad.fa-cubes:after{content:"\10f1b3"}.fad.fa-curling:after{content:"\10f44a"}.fad.fa-cut:after{content:"\10f0c4"}.fad.fa-dagger:after{content:"\10f6cb"}.fad.fa-database:after{content:"\10f1c0"}.fad.fa-deaf:after{content:"\10f2a4"}.fad.fa-debug:after{content:"\10f7f9"}.fad.fa-deer:after{content:"\10f78e"}.fad.fa-deer-rudolph:after{content:"\10f78f"}.fad.fa-democrat:after{content:"\10f747"}.fad.fa-desktop:after{content:"\10f108"}.fad.fa-desktop-alt:after{content:"\10f390"}.fad.fa-dewpoint:after{content:"\10f748"}.fad.fa-dharmachakra:after{content:"\10f655"}.fad.fa-diagnoses:after{content:"\10f470"}.fad.fa-diamond:after{content:"\10f219"}.fad.fa-dice:after{content:"\10f522"}.fad.fa-dice-d10:after{content:"\10f6cd"}.fad.fa-dice-d12:after{content:"\10f6ce"}.fad.fa-dice-d20:after{content:"\10f6cf"}.fad.fa-dice-d4:after{content:"\10f6d0"}.fad.fa-dice-d6:after{content:"\10f6d1"}.fad.fa-dice-d8:after{content:"\10f6d2"}.fad.fa-dice-five:after{content:"\10f523"}.fad.fa-dice-four:after{content:"\10f524"}.fad.fa-dice-one:after{content:"\10f525"}.fad.fa-dice-six:after{content:"\10f526"}.fad.fa-dice-three:after{content:"\10f527"}.fad.fa-dice-two:after{content:"\10f528"}.fad.fa-digging:after{content:"\10f85e"}.fad.fa-digital-tachograph:after{content:"\10f566"}.fad.fa-diploma:after{content:"\10f5ea"}.fad.fa-directions:after{content:"\10f5eb"}.fad.fa-disc-drive:after{content:"\10f8b5"}.fad.fa-disease:after{content:"\10f7fa"}.fad.fa-divide:after{content:"\10f529"}.fad.fa-dizzy:after{content:"\10f567"}.fad.fa-dna:after{content:"\10f471"}.fad.fa-do-not-enter:after{content:"\10f5ec"}.fad.fa-dog:after{content:"\10f6d3"}.fad.fa-dog-leashed:after{content:"\10f6d4"}.fad.fa-dollar-sign:after{content:"\10f155"}.fad.fa-dolly:after{content:"\10f472"}.fad.fa-dolly-empty:after{content:"\10f473"}.fad.fa-dolly-flatbed:after{content:"\10f474"}.fad.fa-dolly-flatbed-alt:after{content:"\10f475"}.fad.fa-dolly-flatbed-empty:after{content:"\10f476"}.fad.fa-donate:after{content:"\10f4b9"}.fad.fa-door-closed:after{content:"\10f52a"}.fad.fa-door-open:after{content:"\10f52b"}.fad.fa-dot-circle:after{content:"\10f192"}.fad.fa-dove:after{content:"\10f4ba"}.fad.fa-download:after{content:"\10f019"}.fad.fa-drafting-compass:after{content:"\10f568"}.fad.fa-dragon:after{content:"\10f6d5"}.fad.fa-draw-circle:after{content:"\10f5ed"}.fad.fa-draw-polygon:after{content:"\10f5ee"}.fad.fa-draw-square:after{content:"\10f5ef"}.fad.fa-dreidel:after{content:"\10f792"}.fad.fa-drone:after{content:"\10f85f"}.fad.fa-drone-alt:after{content:"\10f860"}.fad.fa-drum:after{content:"\10f569"}.fad.fa-drum-steelpan:after{content:"\10f56a"}.fad.fa-drumstick:after{content:"\10f6d6"}.fad.fa-drumstick-bite:after{content:"\10f6d7"}.fad.fa-dryer:after{content:"\10f861"}.fad.fa-dryer-alt:after{content:"\10f862"}.fad.fa-duck:after{content:"\10f6d8"}.fad.fa-dumbbell:after{content:"\10f44b"}.fad.fa-dumpster:after{content:"\10f793"}.fad.fa-dumpster-fire:after{content:"\10f794"}.fad.fa-dungeon:after{content:"\10f6d9"}.fad.fa-ear:after{content:"\10f5f0"}.fad.fa-ear-muffs:after{content:"\10f795"}.fad.fa-eclipse:after{content:"\10f749"}.fad.fa-eclipse-alt:after{content:"\10f74a"}.fad.fa-edit:after{content:"\10f044"}.fad.fa-egg:after{content:"\10f7fb"}.fad.fa-egg-fried:after{content:"\10f7fc"}.fad.fa-eject:after{content:"\10f052"}.fad.fa-elephant:after{content:"\10f6da"}.fad.fa-ellipsis-h:after{content:"\10f141"}.fad.fa-ellipsis-h-alt:after{content:"\10f39b"}.fad.fa-ellipsis-v:after{content:"\10f142"}.fad.fa-ellipsis-v-alt:after{content:"\10f39c"}.fad.fa-empty-set:after{content:"\10f656"}.fad.fa-engine-warning:after{content:"\10f5f2"}.fad.fa-envelope:after{content:"\10f0e0"}.fad.fa-envelope-open:after{content:"\10f2b6"}.fad.fa-envelope-open-dollar:after{content:"\10f657"}.fad.fa-envelope-open-text:after{content:"\10f658"}.fad.fa-envelope-square:after{content:"\10f199"}.fad.fa-equals:after{content:"\10f52c"}.fad.fa-eraser:after{content:"\10f12d"}.fad.fa-ethernet:after{content:"\10f796"}.fad.fa-euro-sign:after{content:"\10f153"}.fad.fa-exchange:after{content:"\10f0ec"}.fad.fa-exchange-alt:after{content:"\10f362"}.fad.fa-exclamation:after{content:"\10f12a"}.fad.fa-exclamation-circle:after{content:"\10f06a"}.fad.fa-exclamation-square:after{content:"\10f321"}.fad.fa-exclamation-triangle:after{content:"\10f071"}.fad.fa-expand:after{content:"\10f065"}.fad.fa-expand-alt:after{content:"\10f424"}.fad.fa-expand-arrows:after{content:"\10f31d"}.fad.fa-expand-arrows-alt:after{content:"\10f31e"}.fad.fa-expand-wide:after{content:"\10f320"}.fad.fa-external-link:after{content:"\10f08e"}.fad.fa-external-link-alt:after{content:"\10f35d"}.fad.fa-external-link-square:after{content:"\10f14c"}.fad.fa-external-link-square-alt:after{content:"\10f360"}.fad.fa-eye:after{content:"\10f06e"}.fad.fa-eye-dropper:after{content:"\10f1fb"}.fad.fa-eye-evil:after{content:"\10f6db"}.fad.fa-eye-slash:after{content:"\10f070"}.fad.fa-fan:after{content:"\10f863"}.fad.fa-fan-table:after{content:"\10e004"}.fad.fa-farm:after{content:"\10f864"}.fad.fa-fast-backward:after{content:"\10f049"}.fad.fa-fast-forward:after{content:"\10f050"}.fad.fa-faucet:after{content:"\10e005"}.fad.fa-faucet-drip:after{content:"\10e006"}.fad.fa-fax:after{content:"\10f1ac"}.fad.fa-feather:after{content:"\10f52d"}.fad.fa-feather-alt:after{content:"\10f56b"}.fad.fa-female:after{content:"\10f182"}.fad.fa-field-hockey:after{content:"\10f44c"}.fad.fa-fighter-jet:after{content:"\10f0fb"}.fad.fa-file:after{content:"\10f15b"}.fad.fa-file-alt:after{content:"\10f15c"}.fad.fa-file-archive:after{content:"\10f1c6"}.fad.fa-file-audio:after{content:"\10f1c7"}.fad.fa-file-certificate:after{content:"\10f5f3"}.fad.fa-file-chart-line:after{content:"\10f659"}.fad.fa-file-chart-pie:after{content:"\10f65a"}.fad.fa-file-check:after{content:"\10f316"}.fad.fa-file-code:after{content:"\10f1c9"}.fad.fa-file-contract:after{content:"\10f56c"}.fad.fa-file-csv:after{content:"\10f6dd"}.fad.fa-file-download:after{content:"\10f56d"}.fad.fa-file-edit:after{content:"\10f31c"}.fad.fa-file-excel:after{content:"\10f1c3"}.fad.fa-file-exclamation:after{content:"\10f31a"}.fad.fa-file-export:after{content:"\10f56e"}.fad.fa-file-image:after{content:"\10f1c5"}.fad.fa-file-import:after{content:"\10f56f"}.fad.fa-file-invoice:after{content:"\10f570"}.fad.fa-file-invoice-dollar:after{content:"\10f571"}.fad.fa-file-medical:after{content:"\10f477"}.fad.fa-file-medical-alt:after{content:"\10f478"}.fad.fa-file-minus:after{content:"\10f318"}.fad.fa-file-music:after{content:"\10f8b6"}.fad.fa-file-pdf:after{content:"\10f1c1"}.fad.fa-file-plus:after{content:"\10f319"}.fad.fa-file-powerpoint:after{content:"\10f1c4"}.fad.fa-file-prescription:after{content:"\10f572"}.fad.fa-file-search:after{content:"\10f865"}.fad.fa-file-signature:after{content:"\10f573"}.fad.fa-file-spreadsheet:after{content:"\10f65b"}.fad.fa-file-times:after{content:"\10f317"}.fad.fa-file-upload:after{content:"\10f574"}.fad.fa-file-user:after{content:"\10f65c"}.fad.fa-file-video:after{content:"\10f1c8"}.fad.fa-file-word:after{content:"\10f1c2"}.fad.fa-files-medical:after{content:"\10f7fd"}.fad.fa-fill:after{content:"\10f575"}.fad.fa-fill-drip:after{content:"\10f576"}.fad.fa-film:after{content:"\10f008"}.fad.fa-film-alt:after{content:"\10f3a0"}.fad.fa-film-canister:after{content:"\10f8b7"}.fad.fa-filter:after{content:"\10f0b0"}.fad.fa-fingerprint:after{content:"\10f577"}.fad.fa-fire:after{content:"\10f06d"}.fad.fa-fire-alt:after{content:"\10f7e4"}.fad.fa-fire-extinguisher:after{content:"\10f134"}.fad.fa-fire-smoke:after{content:"\10f74b"}.fad.fa-fireplace:after{content:"\10f79a"}.fad.fa-first-aid:after{content:"\10f479"}.fad.fa-fish:after{content:"\10f578"}.fad.fa-fish-cooked:after{content:"\10f7fe"}.fad.fa-fist-raised:after{content:"\10f6de"}.fad.fa-flag:after{content:"\10f024"}.fad.fa-flag-alt:after{content:"\10f74c"}.fad.fa-flag-checkered:after{content:"\10f11e"}.fad.fa-flag-usa:after{content:"\10f74d"}.fad.fa-flame:after{content:"\10f6df"}.fad.fa-flashlight:after{content:"\10f8b8"}.fad.fa-flask:after{content:"\10f0c3"}.fad.fa-flask-poison:after{content:"\10f6e0"}.fad.fa-flask-potion:after{content:"\10f6e1"}.fad.fa-flower:after{content:"\10f7ff"}.fad.fa-flower-daffodil:after{content:"\10f800"}.fad.fa-flower-tulip:after{content:"\10f801"}.fad.fa-flushed:after{content:"\10f579"}.fad.fa-flute:after{content:"\10f8b9"}.fad.fa-flux-capacitor:after{content:"\10f8ba"}.fad.fa-fog:after{content:"\10f74e"}.fad.fa-folder:after{content:"\10f07b"}.fad.fa-folder-download:after{content:"\10e053"}.fad.fa-folder-minus:after{content:"\10f65d"}.fad.fa-folder-open:after{content:"\10f07c"}.fad.fa-folder-plus:after{content:"\10f65e"}.fad.fa-folder-times:after{content:"\10f65f"}.fad.fa-folder-tree:after{content:"\10f802"}.fad.fa-folder-upload:after{content:"\10e054"}.fad.fa-folders:after{content:"\10f660"}.fad.fa-font:after{content:"\10f031"}.fad.fa-font-awesome-logo-full:after{content:"\10f4e6"}.fad.fa-font-case:after{content:"\10f866"}.fad.fa-football-ball:after{content:"\10f44e"}.fad.fa-football-helmet:after{content:"\10f44f"}.fad.fa-forklift:after{content:"\10f47a"}.fad.fa-forward:after{content:"\10f04e"}.fad.fa-fragile:after{content:"\10f4bb"}.fad.fa-french-fries:after{content:"\10f803"}.fad.fa-frog:after{content:"\10f52e"}.fad.fa-frosty-head:after{content:"\10f79b"}.fad.fa-frown:after{content:"\10f119"}.fad.fa-frown-open:after{content:"\10f57a"}.fad.fa-function:after{content:"\10f661"}.fad.fa-funnel-dollar:after{content:"\10f662"}.fad.fa-futbol:after{content:"\10f1e3"}.fad.fa-galaxy:after{content:"\10e008"}.fad.fa-game-board:after{content:"\10f867"}.fad.fa-game-board-alt:after{content:"\10f868"}.fad.fa-game-console-handheld:after{content:"\10f8bb"}.fad.fa-gamepad:after{content:"\10f11b"}.fad.fa-gamepad-alt:after{content:"\10f8bc"}.fad.fa-garage:after{content:"\10e009"}.fad.fa-garage-car:after{content:"\10e00a"}.fad.fa-garage-open:after{content:"\10e00b"}.fad.fa-gas-pump:after{content:"\10f52f"}.fad.fa-gas-pump-slash:after{content:"\10f5f4"}.fad.fa-gavel:after{content:"\10f0e3"}.fad.fa-gem:after{content:"\10f3a5"}.fad.fa-genderless:after{content:"\10f22d"}.fad.fa-ghost:after{content:"\10f6e2"}.fad.fa-gift:after{content:"\10f06b"}.fad.fa-gift-card:after{content:"\10f663"}.fad.fa-gifts:after{content:"\10f79c"}.fad.fa-gingerbread-man:after{content:"\10f79d"}.fad.fa-glass:after{content:"\10f804"}.fad.fa-glass-champagne:after{content:"\10f79e"}.fad.fa-glass-cheers:after{content:"\10f79f"}.fad.fa-glass-citrus:after{content:"\10f869"}.fad.fa-glass-martini:after{content:"\10f000"}.fad.fa-glass-martini-alt:after{content:"\10f57b"}.fad.fa-glass-whiskey:after{content:"\10f7a0"}.fad.fa-glass-whiskey-rocks:after{content:"\10f7a1"}.fad.fa-glasses:after{content:"\10f530"}.fad.fa-glasses-alt:after{content:"\10f5f5"}.fad.fa-globe:after{content:"\10f0ac"}.fad.fa-globe-africa:after{content:"\10f57c"}.fad.fa-globe-americas:after{content:"\10f57d"}.fad.fa-globe-asia:after{content:"\10f57e"}.fad.fa-globe-europe:after{content:"\10f7a2"}.fad.fa-globe-snow:after{content:"\10f7a3"}.fad.fa-globe-stand:after{content:"\10f5f6"}.fad.fa-golf-ball:after{content:"\10f450"}.fad.fa-golf-club:after{content:"\10f451"}.fad.fa-gopuram:after{content:"\10f664"}.fad.fa-graduation-cap:after{content:"\10f19d"}.fad.fa-gramophone:after{content:"\10f8bd"}.fad.fa-greater-than:after{content:"\10f531"}.fad.fa-greater-than-equal:after{content:"\10f532"}.fad.fa-grimace:after{content:"\10f57f"}.fad.fa-grin:after{content:"\10f580"}.fad.fa-grin-alt:after{content:"\10f581"}.fad.fa-grin-beam:after{content:"\10f582"}.fad.fa-grin-beam-sweat:after{content:"\10f583"}.fad.fa-grin-hearts:after{content:"\10f584"}.fad.fa-grin-squint:after{content:"\10f585"}.fad.fa-grin-squint-tears:after{content:"\10f586"}.fad.fa-grin-stars:after{content:"\10f587"}.fad.fa-grin-tears:after{content:"\10f588"}.fad.fa-grin-tongue:after{content:"\10f589"}.fad.fa-grin-tongue-squint:after{content:"\10f58a"}.fad.fa-grin-tongue-wink:after{content:"\10f58b"}.fad.fa-grin-wink:after{content:"\10f58c"}.fad.fa-grip-horizontal:after{content:"\10f58d"}.fad.fa-grip-lines:after{content:"\10f7a4"}.fad.fa-grip-lines-vertical:after{content:"\10f7a5"}.fad.fa-grip-vertical:after{content:"\10f58e"}.fad.fa-guitar:after{content:"\10f7a6"}.fad.fa-guitar-electric:after{content:"\10f8be"}.fad.fa-guitars:after{content:"\10f8bf"}.fad.fa-h-square:after{content:"\10f0fd"}.fad.fa-h1:after{content:"\10f313"}.fad.fa-h2:after{content:"\10f314"}.fad.fa-h3:after{content:"\10f315"}.fad.fa-h4:after{content:"\10f86a"}.fad.fa-hamburger:after{content:"\10f805"}.fad.fa-hammer:after{content:"\10f6e3"}.fad.fa-hammer-war:after{content:"\10f6e4"}.fad.fa-hamsa:after{content:"\10f665"}.fad.fa-hand-heart:after{content:"\10f4bc"}.fad.fa-hand-holding:after{content:"\10f4bd"}.fad.fa-hand-holding-box:after{content:"\10f47b"}.fad.fa-hand-holding-heart:after{content:"\10f4be"}.fad.fa-hand-holding-magic:after{content:"\10f6e5"}.fad.fa-hand-holding-medical:after{content:"\10e05c"}.fad.fa-hand-holding-seedling:after{content:"\10f4bf"}.fad.fa-hand-holding-usd:after{content:"\10f4c0"}.fad.fa-hand-holding-water:after{content:"\10f4c1"}.fad.fa-hand-lizard:after{content:"\10f258"}.fad.fa-hand-middle-finger:after{content:"\10f806"}.fad.fa-hand-paper:after{content:"\10f256"}.fad.fa-hand-peace:after{content:"\10f25b"}.fad.fa-hand-point-down:after{content:"\10f0a7"}.fad.fa-hand-point-left:after{content:"\10f0a5"}.fad.fa-hand-point-right:after{content:"\10f0a4"}.fad.fa-hand-point-up:after{content:"\10f0a6"}.fad.fa-hand-pointer:after{content:"\10f25a"}.fad.fa-hand-receiving:after{content:"\10f47c"}.fad.fa-hand-rock:after{content:"\10f255"}.fad.fa-hand-scissors:after{content:"\10f257"}.fad.fa-hand-sparkles:after{content:"\10e05d"}.fad.fa-hand-spock:after{content:"\10f259"}.fad.fa-hands:after{content:"\10f4c2"}.fad.fa-hands-heart:after{content:"\10f4c3"}.fad.fa-hands-helping:after{content:"\10f4c4"}.fad.fa-hands-usd:after{content:"\10f4c5"}.fad.fa-hands-wash:after{content:"\10e05e"}.fad.fa-handshake:after{content:"\10f2b5"}.fad.fa-handshake-alt:after{content:"\10f4c6"}.fad.fa-handshake-alt-slash:after{content:"\10e05f"}.fad.fa-handshake-slash:after{content:"\10e060"}.fad.fa-hanukiah:after{content:"\10f6e6"}.fad.fa-hard-hat:after{content:"\10f807"}.fad.fa-hashtag:after{content:"\10f292"}.fad.fa-hat-chef:after{content:"\10f86b"}.fad.fa-hat-cowboy:after{content:"\10f8c0"}.fad.fa-hat-cowboy-side:after{content:"\10f8c1"}.fad.fa-hat-santa:after{content:"\10f7a7"}.fad.fa-hat-winter:after{content:"\10f7a8"}.fad.fa-hat-witch:after{content:"\10f6e7"}.fad.fa-hat-wizard:after{content:"\10f6e8"}.fad.fa-hdd:after{content:"\10f0a0"}.fad.fa-head-side:after{content:"\10f6e9"}.fad.fa-head-side-brain:after{content:"\10f808"}.fad.fa-head-side-cough:after{content:"\10e061"}.fad.fa-head-side-cough-slash:after{content:"\10e062"}.fad.fa-head-side-headphones:after{content:"\10f8c2"}.fad.fa-head-side-mask:after{content:"\10e063"}.fad.fa-head-side-medical:after{content:"\10f809"}.fad.fa-head-side-virus:after{content:"\10e064"}.fad.fa-head-vr:after{content:"\10f6ea"}.fad.fa-heading:after{content:"\10f1dc"}.fad.fa-headphones:after{content:"\10f025"}.fad.fa-headphones-alt:after{content:"\10f58f"}.fad.fa-headset:after{content:"\10f590"}.fad.fa-heart:after{content:"\10f004"}.fad.fa-heart-broken:after{content:"\10f7a9"}.fad.fa-heart-circle:after{content:"\10f4c7"}.fad.fa-heart-rate:after{content:"\10f5f8"}.fad.fa-heart-square:after{content:"\10f4c8"}.fad.fa-heartbeat:after{content:"\10f21e"}.fad.fa-heat:after{content:"\10e00c"}.fad.fa-helicopter:after{content:"\10f533"}.fad.fa-helmet-battle:after{content:"\10f6eb"}.fad.fa-hexagon:after{content:"\10f312"}.fad.fa-highlighter:after{content:"\10f591"}.fad.fa-hiking:after{content:"\10f6ec"}.fad.fa-hippo:after{content:"\10f6ed"}.fad.fa-history:after{content:"\10f1da"}.fad.fa-hockey-mask:after{content:"\10f6ee"}.fad.fa-hockey-puck:after{content:"\10f453"}.fad.fa-hockey-sticks:after{content:"\10f454"}.fad.fa-holly-berry:after{content:"\10f7aa"}.fad.fa-home:after{content:"\10f015"}.fad.fa-home-alt:after{content:"\10f80a"}.fad.fa-home-heart:after{content:"\10f4c9"}.fad.fa-home-lg:after{content:"\10f80b"}.fad.fa-home-lg-alt:after{content:"\10f80c"}.fad.fa-hood-cloak:after{content:"\10f6ef"}.fad.fa-horizontal-rule:after{content:"\10f86c"}.fad.fa-horse:after{content:"\10f6f0"}.fad.fa-horse-head:after{content:"\10f7ab"}.fad.fa-horse-saddle:after{content:"\10f8c3"}.fad.fa-hospital:after{content:"\10f0f8"}.fad.fa-hospital-alt:after{content:"\10f47d"}.fad.fa-hospital-symbol:after{content:"\10f47e"}.fad.fa-hospital-user:after{content:"\10f80d"}.fad.fa-hospitals:after{content:"\10f80e"}.fad.fa-hot-tub:after{content:"\10f593"}.fad.fa-hotdog:after{content:"\10f80f"}.fad.fa-hotel:after{content:"\10f594"}.fad.fa-hourglass:after{content:"\10f254"}.fad.fa-hourglass-end:after{content:"\10f253"}.fad.fa-hourglass-half:after{content:"\10f252"}.fad.fa-hourglass-start:after{content:"\10f251"}.fad.fa-house:after{content:"\10e00d"}.fad.fa-house-damage:after{content:"\10f6f1"}.fad.fa-house-day:after{content:"\10e00e"}.fad.fa-house-flood:after{content:"\10f74f"}.fad.fa-house-leave:after{content:"\10e00f"}.fad.fa-house-night:after{content:"\10e010"}.fad.fa-house-return:after{content:"\10e011"}.fad.fa-house-signal:after{content:"\10e012"}.fad.fa-house-user:after{content:"\10e065"}.fad.fa-hryvnia:after{content:"\10f6f2"}.fad.fa-humidity:after{content:"\10f750"}.fad.fa-hurricane:after{content:"\10f751"}.fad.fa-i-cursor:after{content:"\10f246"}.fad.fa-ice-cream:after{content:"\10f810"}.fad.fa-ice-skate:after{content:"\10f7ac"}.fad.fa-icicles:after{content:"\10f7ad"}.fad.fa-icons:after{content:"\10f86d"}.fad.fa-icons-alt:after{content:"\10f86e"}.fad.fa-id-badge:after{content:"\10f2c1"}.fad.fa-id-card:after{content:"\10f2c2"}.fad.fa-id-card-alt:after{content:"\10f47f"}.fad.fa-igloo:after{content:"\10f7ae"}.fad.fa-image:after{content:"\10f03e"}.fad.fa-image-polaroid:after{content:"\10f8c4"}.fad.fa-images:after{content:"\10f302"}.fad.fa-inbox:after{content:"\10f01c"}.fad.fa-inbox-in:after{content:"\10f310"}.fad.fa-inbox-out:after{content:"\10f311"}.fad.fa-indent:after{content:"\10f03c"}.fad.fa-industry:after{content:"\10f275"}.fad.fa-industry-alt:after{content:"\10f3b3"}.fad.fa-infinity:after{content:"\10f534"}.fad.fa-info:after{content:"\10f129"}.fad.fa-info-circle:after{content:"\10f05a"}.fad.fa-info-square:after{content:"\10f30f"}.fad.fa-inhaler:after{content:"\10f5f9"}.fad.fa-integral:after{content:"\10f667"}.fad.fa-intersection:after{content:"\10f668"}.fad.fa-inventory:after{content:"\10f480"}.fad.fa-island-tropical:after{content:"\10f811"}.fad.fa-italic:after{content:"\10f033"}.fad.fa-jack-o-lantern:after{content:"\10f30e"}.fad.fa-jedi:after{content:"\10f669"}.fad.fa-joint:after{content:"\10f595"}.fad.fa-journal-whills:after{content:"\10f66a"}.fad.fa-joystick:after{content:"\10f8c5"}.fad.fa-jug:after{content:"\10f8c6"}.fad.fa-kaaba:after{content:"\10f66b"}.fad.fa-kazoo:after{content:"\10f8c7"}.fad.fa-kerning:after{content:"\10f86f"}.fad.fa-key:after{content:"\10f084"}.fad.fa-key-skeleton:after{content:"\10f6f3"}.fad.fa-keyboard:after{content:"\10f11c"}.fad.fa-keynote:after{content:"\10f66c"}.fad.fa-khanda:after{content:"\10f66d"}.fad.fa-kidneys:after{content:"\10f5fb"}.fad.fa-kiss:after{content:"\10f596"}.fad.fa-kiss-beam:after{content:"\10f597"}.fad.fa-kiss-wink-heart:after{content:"\10f598"}.fad.fa-kite:after{content:"\10f6f4"}.fad.fa-kiwi-bird:after{content:"\10f535"}.fad.fa-knife-kitchen:after{content:"\10f6f5"}.fad.fa-lambda:after{content:"\10f66e"}.fad.fa-lamp:after{content:"\10f4ca"}.fad.fa-lamp-desk:after{content:"\10e014"}.fad.fa-lamp-floor:after{content:"\10e015"}.fad.fa-landmark:after{content:"\10f66f"}.fad.fa-landmark-alt:after{content:"\10f752"}.fad.fa-language:after{content:"\10f1ab"}.fad.fa-laptop:after{content:"\10f109"}.fad.fa-laptop-code:after{content:"\10f5fc"}.fad.fa-laptop-house:after{content:"\10e066"}.fad.fa-laptop-medical:after{content:"\10f812"}.fad.fa-lasso:after{content:"\10f8c8"}.fad.fa-laugh:after{content:"\10f599"}.fad.fa-laugh-beam:after{content:"\10f59a"}.fad.fa-laugh-squint:after{content:"\10f59b"}.fad.fa-laugh-wink:after{content:"\10f59c"}.fad.fa-layer-group:after{content:"\10f5fd"}.fad.fa-layer-minus:after{content:"\10f5fe"}.fad.fa-layer-plus:after{content:"\10f5ff"}.fad.fa-leaf:after{content:"\10f06c"}.fad.fa-leaf-heart:after{content:"\10f4cb"}.fad.fa-leaf-maple:after{content:"\10f6f6"}.fad.fa-leaf-oak:after{content:"\10f6f7"}.fad.fa-lemon:after{content:"\10f094"}.fad.fa-less-than:after{content:"\10f536"}.fad.fa-less-than-equal:after{content:"\10f537"}.fad.fa-level-down:after{content:"\10f149"}.fad.fa-level-down-alt:after{content:"\10f3be"}.fad.fa-level-up:after{content:"\10f148"}.fad.fa-level-up-alt:after{content:"\10f3bf"}.fad.fa-life-ring:after{content:"\10f1cd"}.fad.fa-light-ceiling:after{content:"\10e016"}.fad.fa-light-switch:after{content:"\10e017"}.fad.fa-light-switch-off:after{content:"\10e018"}.fad.fa-light-switch-on:after{content:"\10e019"}.fad.fa-lightbulb:after{content:"\10f0eb"}.fad.fa-lightbulb-dollar:after{content:"\10f670"}.fad.fa-lightbulb-exclamation:after{content:"\10f671"}.fad.fa-lightbulb-on:after{content:"\10f672"}.fad.fa-lightbulb-slash:after{content:"\10f673"}.fad.fa-lights-holiday:after{content:"\10f7b2"}.fad.fa-line-columns:after{content:"\10f870"}.fad.fa-line-height:after{content:"\10f871"}.fad.fa-link:after{content:"\10f0c1"}.fad.fa-lips:after{content:"\10f600"}.fad.fa-lira-sign:after{content:"\10f195"}.fad.fa-list:after{content:"\10f03a"}.fad.fa-list-alt:after{content:"\10f022"}.fad.fa-list-music:after{content:"\10f8c9"}.fad.fa-list-ol:after{content:"\10f0cb"}.fad.fa-list-ul:after{content:"\10f0ca"}.fad.fa-location:after{content:"\10f601"}.fad.fa-location-arrow:after{content:"\10f124"}.fad.fa-location-circle:after{content:"\10f602"}.fad.fa-location-slash:after{content:"\10f603"}.fad.fa-lock:after{content:"\10f023"}.fad.fa-lock-alt:after{content:"\10f30d"}.fad.fa-lock-open:after{content:"\10f3c1"}.fad.fa-lock-open-alt:after{content:"\10f3c2"}.fad.fa-long-arrow-alt-down:after{content:"\10f309"}.fad.fa-long-arrow-alt-left:after{content:"\10f30a"}.fad.fa-long-arrow-alt-right:after{content:"\10f30b"}.fad.fa-long-arrow-alt-up:after{content:"\10f30c"}.fad.fa-long-arrow-down:after{content:"\10f175"}.fad.fa-long-arrow-left:after{content:"\10f177"}.fad.fa-long-arrow-right:after{content:"\10f178"}.fad.fa-long-arrow-up:after{content:"\10f176"}.fad.fa-loveseat:after{content:"\10f4cc"}.fad.fa-low-vision:after{content:"\10f2a8"}.fad.fa-luchador:after{content:"\10f455"}.fad.fa-luggage-cart:after{content:"\10f59d"}.fad.fa-lungs:after{content:"\10f604"}.fad.fa-lungs-virus:after{content:"\10e067"}.fad.fa-mace:after{content:"\10f6f8"}.fad.fa-magic:after{content:"\10f0d0"}.fad.fa-magnet:after{content:"\10f076"}.fad.fa-mail-bulk:after{content:"\10f674"}.fad.fa-mailbox:after{content:"\10f813"}.fad.fa-male:after{content:"\10f183"}.fad.fa-mandolin:after{content:"\10f6f9"}.fad.fa-map:after{content:"\10f279"}.fad.fa-map-marked:after{content:"\10f59f"}.fad.fa-map-marked-alt:after{content:"\10f5a0"}.fad.fa-map-marker:after{content:"\10f041"}.fad.fa-map-marker-alt:after{content:"\10f3c5"}.fad.fa-map-marker-alt-slash:after{content:"\10f605"}.fad.fa-map-marker-check:after{content:"\10f606"}.fad.fa-map-marker-edit:after{content:"\10f607"}.fad.fa-map-marker-exclamation:after{content:"\10f608"}.fad.fa-map-marker-minus:after{content:"\10f609"}.fad.fa-map-marker-plus:after{content:"\10f60a"}.fad.fa-map-marker-question:after{content:"\10f60b"}.fad.fa-map-marker-slash:after{content:"\10f60c"}.fad.fa-map-marker-smile:after{content:"\10f60d"}.fad.fa-map-marker-times:after{content:"\10f60e"}.fad.fa-map-pin:after{content:"\10f276"}.fad.fa-map-signs:after{content:"\10f277"}.fad.fa-marker:after{content:"\10f5a1"}.fad.fa-mars:after{content:"\10f222"}.fad.fa-mars-double:after{content:"\10f227"}.fad.fa-mars-stroke:after{content:"\10f229"}.fad.fa-mars-stroke-h:after{content:"\10f22b"}.fad.fa-mars-stroke-v:after{content:"\10f22a"}.fad.fa-mask:after{content:"\10f6fa"}.fad.fa-meat:after{content:"\10f814"}.fad.fa-medal:after{content:"\10f5a2"}.fad.fa-medkit:after{content:"\10f0fa"}.fad.fa-megaphone:after{content:"\10f675"}.fad.fa-meh:after{content:"\10f11a"}.fad.fa-meh-blank:after{content:"\10f5a4"}.fad.fa-meh-rolling-eyes:after{content:"\10f5a5"}.fad.fa-memory:after{content:"\10f538"}.fad.fa-menorah:after{content:"\10f676"}.fad.fa-mercury:after{content:"\10f223"}.fad.fa-meteor:after{content:"\10f753"}.fad.fa-microchip:after{content:"\10f2db"}.fad.fa-microphone:after{content:"\10f130"}.fad.fa-microphone-alt:after{content:"\10f3c9"}.fad.fa-microphone-alt-slash:after{content:"\10f539"}.fad.fa-microphone-slash:after{content:"\10f131"}.fad.fa-microphone-stand:after{content:"\10f8cb"}.fad.fa-microscope:after{content:"\10f610"}.fad.fa-microwave:after{content:"\10e01b"}.fad.fa-mind-share:after{content:"\10f677"}.fad.fa-minus:after{content:"\10f068"}.fad.fa-minus-circle:after{content:"\10f056"}.fad.fa-minus-hexagon:after{content:"\10f307"}.fad.fa-minus-octagon:after{content:"\10f308"}.fad.fa-minus-square:after{content:"\10f146"}.fad.fa-mistletoe:after{content:"\10f7b4"}.fad.fa-mitten:after{content:"\10f7b5"}.fad.fa-mobile:after{content:"\10f10b"}.fad.fa-mobile-alt:after{content:"\10f3cd"}.fad.fa-mobile-android:after{content:"\10f3ce"}.fad.fa-mobile-android-alt:after{content:"\10f3cf"}.fad.fa-money-bill:after{content:"\10f0d6"}.fad.fa-money-bill-alt:after{content:"\10f3d1"}.fad.fa-money-bill-wave:after{content:"\10f53a"}.fad.fa-money-bill-wave-alt:after{content:"\10f53b"}.fad.fa-money-check:after{content:"\10f53c"}.fad.fa-money-check-alt:after{content:"\10f53d"}.fad.fa-money-check-edit:after{content:"\10f872"}.fad.fa-money-check-edit-alt:after{content:"\10f873"}.fad.fa-monitor-heart-rate:after{content:"\10f611"}.fad.fa-monkey:after{content:"\10f6fb"}.fad.fa-monument:after{content:"\10f5a6"}.fad.fa-moon:after{content:"\10f186"}.fad.fa-moon-cloud:after{content:"\10f754"}.fad.fa-moon-stars:after{content:"\10f755"}.fad.fa-mortar-pestle:after{content:"\10f5a7"}.fad.fa-mosque:after{content:"\10f678"}.fad.fa-motorcycle:after{content:"\10f21c"}.fad.fa-mountain:after{content:"\10f6fc"}.fad.fa-mountains:after{content:"\10f6fd"}.fad.fa-mouse:after{content:"\10f8cc"}.fad.fa-mouse-alt:after{content:"\10f8cd"}.fad.fa-mouse-pointer:after{content:"\10f245"}.fad.fa-mp3-player:after{content:"\10f8ce"}.fad.fa-mug:after{content:"\10f874"}.fad.fa-mug-hot:after{content:"\10f7b6"}.fad.fa-mug-marshmallows:after{content:"\10f7b7"}.fad.fa-mug-tea:after{content:"\10f875"}.fad.fa-music:after{content:"\10f001"}.fad.fa-music-alt:after{content:"\10f8cf"}.fad.fa-music-alt-slash:after{content:"\10f8d0"}.fad.fa-music-slash:after{content:"\10f8d1"}.fad.fa-narwhal:after{content:"\10f6fe"}.fad.fa-network-wired:after{content:"\10f6ff"}.fad.fa-neuter:after{content:"\10f22c"}.fad.fa-newspaper:after{content:"\10f1ea"}.fad.fa-not-equal:after{content:"\10f53e"}.fad.fa-notes-medical:after{content:"\10f481"}.fad.fa-object-group:after{content:"\10f247"}.fad.fa-object-ungroup:after{content:"\10f248"}.fad.fa-octagon:after{content:"\10f306"}.fad.fa-oil-can:after{content:"\10f613"}.fad.fa-oil-temp:after{content:"\10f614"}.fad.fa-om:after{content:"\10f679"}.fad.fa-omega:after{content:"\10f67a"}.fad.fa-ornament:after{content:"\10f7b8"}.fad.fa-otter:after{content:"\10f700"}.fad.fa-outdent:after{content:"\10f03b"}.fad.fa-outlet:after{content:"\10e01c"}.fad.fa-oven:after{content:"\10e01d"}.fad.fa-overline:after{content:"\10f876"}.fad.fa-page-break:after{content:"\10f877"}.fad.fa-pager:after{content:"\10f815"}.fad.fa-paint-brush:after{content:"\10f1fc"}.fad.fa-paint-brush-alt:after{content:"\10f5a9"}.fad.fa-paint-roller:after{content:"\10f5aa"}.fad.fa-palette:after{content:"\10f53f"}.fad.fa-pallet:after{content:"\10f482"}.fad.fa-pallet-alt:after{content:"\10f483"}.fad.fa-paper-plane:after{content:"\10f1d8"}.fad.fa-paperclip:after{content:"\10f0c6"}.fad.fa-parachute-box:after{content:"\10f4cd"}.fad.fa-paragraph:after{content:"\10f1dd"}.fad.fa-paragraph-rtl:after{content:"\10f878"}.fad.fa-parking:after{content:"\10f540"}.fad.fa-parking-circle:after{content:"\10f615"}.fad.fa-parking-circle-slash:after{content:"\10f616"}.fad.fa-parking-slash:after{content:"\10f617"}.fad.fa-passport:after{content:"\10f5ab"}.fad.fa-pastafarianism:after{content:"\10f67b"}.fad.fa-paste:after{content:"\10f0ea"}.fad.fa-pause:after{content:"\10f04c"}.fad.fa-pause-circle:after{content:"\10f28b"}.fad.fa-paw:after{content:"\10f1b0"}.fad.fa-paw-alt:after{content:"\10f701"}.fad.fa-paw-claws:after{content:"\10f702"}.fad.fa-peace:after{content:"\10f67c"}.fad.fa-pegasus:after{content:"\10f703"}.fad.fa-pen:after{content:"\10f304"}.fad.fa-pen-alt:after{content:"\10f305"}.fad.fa-pen-fancy:after{content:"\10f5ac"}.fad.fa-pen-nib:after{content:"\10f5ad"}.fad.fa-pen-square:after{content:"\10f14b"}.fad.fa-pencil:after{content:"\10f040"}.fad.fa-pencil-alt:after{content:"\10f303"}.fad.fa-pencil-paintbrush:after{content:"\10f618"}.fad.fa-pencil-ruler:after{content:"\10f5ae"}.fad.fa-pennant:after{content:"\10f456"}.fad.fa-people-arrows:after{content:"\10e068"}.fad.fa-people-carry:after{content:"\10f4ce"}.fad.fa-pepper-hot:after{content:"\10f816"}.fad.fa-percent:after{content:"\10f295"}.fad.fa-percentage:after{content:"\10f541"}.fad.fa-person-booth:after{content:"\10f756"}.fad.fa-person-carry:after{content:"\10f4cf"}.fad.fa-person-dolly:after{content:"\10f4d0"}.fad.fa-person-dolly-empty:after{content:"\10f4d1"}.fad.fa-person-sign:after{content:"\10f757"}.fad.fa-phone:after{content:"\10f095"}.fad.fa-phone-alt:after{content:"\10f879"}.fad.fa-phone-laptop:after{content:"\10f87a"}.fad.fa-phone-office:after{content:"\10f67d"}.fad.fa-phone-plus:after{content:"\10f4d2"}.fad.fa-phone-rotary:after{content:"\10f8d3"}.fad.fa-phone-slash:after{content:"\10f3dd"}.fad.fa-phone-square:after{content:"\10f098"}.fad.fa-phone-square-alt:after{content:"\10f87b"}.fad.fa-phone-volume:after{content:"\10f2a0"}.fad.fa-photo-video:after{content:"\10f87c"}.fad.fa-pi:after{content:"\10f67e"}.fad.fa-piano:after{content:"\10f8d4"}.fad.fa-piano-keyboard:after{content:"\10f8d5"}.fad.fa-pie:after{content:"\10f705"}.fad.fa-pig:after{content:"\10f706"}.fad.fa-piggy-bank:after{content:"\10f4d3"}.fad.fa-pills:after{content:"\10f484"}.fad.fa-pizza:after{content:"\10f817"}.fad.fa-pizza-slice:after{content:"\10f818"}.fad.fa-place-of-worship:after{content:"\10f67f"}.fad.fa-plane:after{content:"\10f072"}.fad.fa-plane-alt:after{content:"\10f3de"}.fad.fa-plane-arrival:after{content:"\10f5af"}.fad.fa-plane-departure:after{content:"\10f5b0"}.fad.fa-plane-slash:after{content:"\10e069"}.fad.fa-planet-moon:after{content:"\10e01f"}.fad.fa-planet-ringed:after{content:"\10e020"}.fad.fa-play:after{content:"\10f04b"}.fad.fa-play-circle:after{content:"\10f144"}.fad.fa-plug:after{content:"\10f1e6"}.fad.fa-plus:after{content:"\10f067"}.fad.fa-plus-circle:after{content:"\10f055"}.fad.fa-plus-hexagon:after{content:"\10f300"}.fad.fa-plus-octagon:after{content:"\10f301"}.fad.fa-plus-square:after{content:"\10f0fe"}.fad.fa-podcast:after{content:"\10f2ce"}.fad.fa-podium:after{content:"\10f680"}.fad.fa-podium-star:after{content:"\10f758"}.fad.fa-police-box:after{content:"\10e021"}.fad.fa-poll:after{content:"\10f681"}.fad.fa-poll-h:after{content:"\10f682"}.fad.fa-poll-people:after{content:"\10f759"}.fad.fa-poo:after{content:"\10f2fe"}.fad.fa-poo-storm:after{content:"\10f75a"}.fad.fa-poop:after{content:"\10f619"}.fad.fa-popcorn:after{content:"\10f819"}.fad.fa-portal-enter:after{content:"\10e022"}.fad.fa-portal-exit:after{content:"\10e023"}.fad.fa-portrait:after{content:"\10f3e0"}.fad.fa-pound-sign:after{content:"\10f154"}.fad.fa-power-off:after{content:"\10f011"}.fad.fa-pray:after{content:"\10f683"}.fad.fa-praying-hands:after{content:"\10f684"}.fad.fa-prescription:after{content:"\10f5b1"}.fad.fa-prescription-bottle:after{content:"\10f485"}.fad.fa-prescription-bottle-alt:after{content:"\10f486"}.fad.fa-presentation:after{content:"\10f685"}.fad.fa-print:after{content:"\10f02f"}.fad.fa-print-search:after{content:"\10f81a"}.fad.fa-print-slash:after{content:"\10f686"}.fad.fa-procedures:after{content:"\10f487"}.fad.fa-project-diagram:after{content:"\10f542"}.fad.fa-projector:after{content:"\10f8d6"}.fad.fa-pump-medical:after{content:"\10e06a"}.fad.fa-pump-soap:after{content:"\10e06b"}.fad.fa-pumpkin:after{content:"\10f707"}.fad.fa-puzzle-piece:after{content:"\10f12e"}.fad.fa-qrcode:after{content:"\10f029"}.fad.fa-question:after{content:"\10f128"}.fad.fa-question-circle:after{content:"\10f059"}.fad.fa-question-square:after{content:"\10f2fd"}.fad.fa-quidditch:after{content:"\10f458"}.fad.fa-quote-left:after{content:"\10f10d"}.fad.fa-quote-right:after{content:"\10f10e"}.fad.fa-quran:after{content:"\10f687"}.fad.fa-rabbit:after{content:"\10f708"}.fad.fa-rabbit-fast:after{content:"\10f709"}.fad.fa-racquet:after{content:"\10f45a"}.fad.fa-radar:after{content:"\10e024"}.fad.fa-radiation:after{content:"\10f7b9"}.fad.fa-radiation-alt:after{content:"\10f7ba"}.fad.fa-radio:after{content:"\10f8d7"}.fad.fa-radio-alt:after{content:"\10f8d8"}.fad.fa-rainbow:after{content:"\10f75b"}.fad.fa-raindrops:after{content:"\10f75c"}.fad.fa-ram:after{content:"\10f70a"}.fad.fa-ramp-loading:after{content:"\10f4d4"}.fad.fa-random:after{content:"\10f074"}.fad.fa-raygun:after{content:"\10e025"}.fad.fa-receipt:after{content:"\10f543"}.fad.fa-record-vinyl:after{content:"\10f8d9"}.fad.fa-rectangle-landscape:after{content:"\10f2fa"}.fad.fa-rectangle-portrait:after{content:"\10f2fb"}.fad.fa-rectangle-wide:after{content:"\10f2fc"}.fad.fa-recycle:after{content:"\10f1b8"}.fad.fa-redo:after{content:"\10f01e"}.fad.fa-redo-alt:after{content:"\10f2f9"}.fad.fa-refrigerator:after{content:"\10e026"}.fad.fa-registered:after{content:"\10f25d"}.fad.fa-remove-format:after{content:"\10f87d"}.fad.fa-repeat:after{content:"\10f363"}.fad.fa-repeat-1:after{content:"\10f365"}.fad.fa-repeat-1-alt:after{content:"\10f366"}.fad.fa-repeat-alt:after{content:"\10f364"}.fad.fa-reply:after{content:"\10f3e5"}.fad.fa-reply-all:after{content:"\10f122"}.fad.fa-republican:after{content:"\10f75e"}.fad.fa-restroom:after{content:"\10f7bd"}.fad.fa-retweet:after{content:"\10f079"}.fad.fa-retweet-alt:after{content:"\10f361"}.fad.fa-ribbon:after{content:"\10f4d6"}.fad.fa-ring:after{content:"\10f70b"}.fad.fa-rings-wedding:after{content:"\10f81b"}.fad.fa-road:after{content:"\10f018"}.fad.fa-robot:after{content:"\10f544"}.fad.fa-rocket:after{content:"\10f135"}.fad.fa-rocket-launch:after{content:"\10e027"}.fad.fa-route:after{content:"\10f4d7"}.fad.fa-route-highway:after{content:"\10f61a"}.fad.fa-route-interstate:after{content:"\10f61b"}.fad.fa-router:after{content:"\10f8da"}.fad.fa-rss:after{content:"\10f09e"}.fad.fa-rss-square:after{content:"\10f143"}.fad.fa-ruble-sign:after{content:"\10f158"}.fad.fa-ruler:after{content:"\10f545"}.fad.fa-ruler-combined:after{content:"\10f546"}.fad.fa-ruler-horizontal:after{content:"\10f547"}.fad.fa-ruler-triangle:after{content:"\10f61c"}.fad.fa-ruler-vertical:after{content:"\10f548"}.fad.fa-running:after{content:"\10f70c"}.fad.fa-rupee-sign:after{content:"\10f156"}.fad.fa-rv:after{content:"\10f7be"}.fad.fa-sack:after{content:"\10f81c"}.fad.fa-sack-dollar:after{content:"\10f81d"}.fad.fa-sad-cry:after{content:"\10f5b3"}.fad.fa-sad-tear:after{content:"\10f5b4"}.fad.fa-salad:after{content:"\10f81e"}.fad.fa-sandwich:after{content:"\10f81f"}.fad.fa-satellite:after{content:"\10f7bf"}.fad.fa-satellite-dish:after{content:"\10f7c0"}.fad.fa-sausage:after{content:"\10f820"}.fad.fa-save:after{content:"\10f0c7"}.fad.fa-sax-hot:after{content:"\10f8db"}.fad.fa-saxophone:after{content:"\10f8dc"}.fad.fa-scalpel:after{content:"\10f61d"}.fad.fa-scalpel-path:after{content:"\10f61e"}.fad.fa-scanner:after{content:"\10f488"}.fad.fa-scanner-image:after{content:"\10f8f3"}.fad.fa-scanner-keyboard:after{content:"\10f489"}.fad.fa-scanner-touchscreen:after{content:"\10f48a"}.fad.fa-scarecrow:after{content:"\10f70d"}.fad.fa-scarf:after{content:"\10f7c1"}.fad.fa-school:after{content:"\10f549"}.fad.fa-screwdriver:after{content:"\10f54a"}.fad.fa-scroll:after{content:"\10f70e"}.fad.fa-scroll-old:after{content:"\10f70f"}.fad.fa-scrubber:after{content:"\10f2f8"}.fad.fa-scythe:after{content:"\10f710"}.fad.fa-sd-card:after{content:"\10f7c2"}.fad.fa-search:after{content:"\10f002"}.fad.fa-search-dollar:after{content:"\10f688"}.fad.fa-search-location:after{content:"\10f689"}.fad.fa-search-minus:after{content:"\10f010"}.fad.fa-search-plus:after{content:"\10f00e"}.fad.fa-seedling:after{content:"\10f4d8"}.fad.fa-send-back:after{content:"\10f87e"}.fad.fa-send-backward:after{content:"\10f87f"}.fad.fa-sensor:after{content:"\10e028"}.fad.fa-sensor-alert:after{content:"\10e029"}.fad.fa-sensor-fire:after{content:"\10e02a"}.fad.fa-sensor-on:after{content:"\10e02b"}.fad.fa-sensor-smoke:after{content:"\10e02c"}.fad.fa-server:after{content:"\10f233"}.fad.fa-shapes:after{content:"\10f61f"}.fad.fa-share:after{content:"\10f064"}.fad.fa-share-all:after{content:"\10f367"}.fad.fa-share-alt:after{content:"\10f1e0"}.fad.fa-share-alt-square:after{content:"\10f1e1"}.fad.fa-share-square:after{content:"\10f14d"}.fad.fa-sheep:after{content:"\10f711"}.fad.fa-shekel-sign:after{content:"\10f20b"}.fad.fa-shield:after{content:"\10f132"}.fad.fa-shield-alt:after{content:"\10f3ed"}.fad.fa-shield-check:after{content:"\10f2f7"}.fad.fa-shield-cross:after{content:"\10f712"}.fad.fa-shield-virus:after{content:"\10e06c"}.fad.fa-ship:after{content:"\10f21a"}.fad.fa-shipping-fast:after{content:"\10f48b"}.fad.fa-shipping-timed:after{content:"\10f48c"}.fad.fa-shish-kebab:after{content:"\10f821"}.fad.fa-shoe-prints:after{content:"\10f54b"}.fad.fa-shopping-bag:after{content:"\10f290"}.fad.fa-shopping-basket:after{content:"\10f291"}.fad.fa-shopping-cart:after{content:"\10f07a"}.fad.fa-shovel:after{content:"\10f713"}.fad.fa-shovel-snow:after{content:"\10f7c3"}.fad.fa-shower:after{content:"\10f2cc"}.fad.fa-shredder:after{content:"\10f68a"}.fad.fa-shuttle-van:after{content:"\10f5b6"}.fad.fa-shuttlecock:after{content:"\10f45b"}.fad.fa-sickle:after{content:"\10f822"}.fad.fa-sigma:after{content:"\10f68b"}.fad.fa-sign:after{content:"\10f4d9"}.fad.fa-sign-in:after{content:"\10f090"}.fad.fa-sign-in-alt:after{content:"\10f2f6"}.fad.fa-sign-language:after{content:"\10f2a7"}.fad.fa-sign-out:after{content:"\10f08b"}.fad.fa-sign-out-alt:after{content:"\10f2f5"}.fad.fa-signal:after{content:"\10f012"}.fad.fa-signal-1:after{content:"\10f68c"}.fad.fa-signal-2:after{content:"\10f68d"}.fad.fa-signal-3:after{content:"\10f68e"}.fad.fa-signal-4:after{content:"\10f68f"}.fad.fa-signal-alt:after{content:"\10f690"}.fad.fa-signal-alt-1:after{content:"\10f691"}.fad.fa-signal-alt-2:after{content:"\10f692"}.fad.fa-signal-alt-3:after{content:"\10f693"}.fad.fa-signal-alt-slash:after{content:"\10f694"}.fad.fa-signal-slash:after{content:"\10f695"}.fad.fa-signal-stream:after{content:"\10f8dd"}.fad.fa-signature:after{content:"\10f5b7"}.fad.fa-sim-card:after{content:"\10f7c4"}.fad.fa-sink:after{content:"\10e06d"}.fad.fa-siren:after{content:"\10e02d"}.fad.fa-siren-on:after{content:"\10e02e"}.fad.fa-sitemap:after{content:"\10f0e8"}.fad.fa-skating:after{content:"\10f7c5"}.fad.fa-skeleton:after{content:"\10f620"}.fad.fa-ski-jump:after{content:"\10f7c7"}.fad.fa-ski-lift:after{content:"\10f7c8"}.fad.fa-skiing:after{content:"\10f7c9"}.fad.fa-skiing-nordic:after{content:"\10f7ca"}.fad.fa-skull:after{content:"\10f54c"}.fad.fa-skull-cow:after{content:"\10f8de"}.fad.fa-skull-crossbones:after{content:"\10f714"}.fad.fa-slash:after{content:"\10f715"}.fad.fa-sledding:after{content:"\10f7cb"}.fad.fa-sleigh:after{content:"\10f7cc"}.fad.fa-sliders-h:after{content:"\10f1de"}.fad.fa-sliders-h-square:after{content:"\10f3f0"}.fad.fa-sliders-v:after{content:"\10f3f1"}.fad.fa-sliders-v-square:after{content:"\10f3f2"}.fad.fa-smile:after{content:"\10f118"}.fad.fa-smile-beam:after{content:"\10f5b8"}.fad.fa-smile-plus:after{content:"\10f5b9"}.fad.fa-smile-wink:after{content:"\10f4da"}.fad.fa-smog:after{content:"\10f75f"}.fad.fa-smoke:after{content:"\10f760"}.fad.fa-smoking:after{content:"\10f48d"}.fad.fa-smoking-ban:after{content:"\10f54d"}.fad.fa-sms:after{content:"\10f7cd"}.fad.fa-snake:after{content:"\10f716"}.fad.fa-snooze:after{content:"\10f880"}.fad.fa-snow-blowing:after{content:"\10f761"}.fad.fa-snowboarding:after{content:"\10f7ce"}.fad.fa-snowflake:after{content:"\10f2dc"}.fad.fa-snowflakes:after{content:"\10f7cf"}.fad.fa-snowman:after{content:"\10f7d0"}.fad.fa-snowmobile:after{content:"\10f7d1"}.fad.fa-snowplow:after{content:"\10f7d2"}.fad.fa-soap:after{content:"\10e06e"}.fad.fa-socks:after{content:"\10f696"}.fad.fa-solar-panel:after{content:"\10f5ba"}.fad.fa-solar-system:after{content:"\10e02f"}.fad.fa-sort:after{content:"\10f0dc"}.fad.fa-sort-alpha-down:after{content:"\10f15d"}.fad.fa-sort-alpha-down-alt:after{content:"\10f881"}.fad.fa-sort-alpha-up:after{content:"\10f15e"}.fad.fa-sort-alpha-up-alt:after{content:"\10f882"}.fad.fa-sort-alt:after{content:"\10f883"}.fad.fa-sort-amount-down:after{content:"\10f160"}.fad.fa-sort-amount-down-alt:after{content:"\10f884"}.fad.fa-sort-amount-up:after{content:"\10f161"}.fad.fa-sort-amount-up-alt:after{content:"\10f885"}.fad.fa-sort-circle:after{content:"\10e030"}.fad.fa-sort-circle-down:after{content:"\10e031"}.fad.fa-sort-circle-up:after{content:"\10e032"}.fad.fa-sort-down:after{content:"\10f0dd"}.fad.fa-sort-numeric-down:after{content:"\10f162"}.fad.fa-sort-numeric-down-alt:after{content:"\10f886"}.fad.fa-sort-numeric-up:after{content:"\10f163"}.fad.fa-sort-numeric-up-alt:after{content:"\10f887"}.fad.fa-sort-shapes-down:after{content:"\10f888"}.fad.fa-sort-shapes-down-alt:after{content:"\10f889"}.fad.fa-sort-shapes-up:after{content:"\10f88a"}.fad.fa-sort-shapes-up-alt:after{content:"\10f88b"}.fad.fa-sort-size-down:after{content:"\10f88c"}.fad.fa-sort-size-down-alt:after{content:"\10f88d"}.fad.fa-sort-size-up:after{content:"\10f88e"}.fad.fa-sort-size-up-alt:after{content:"\10f88f"}.fad.fa-sort-up:after{content:"\10f0de"}.fad.fa-soup:after{content:"\10f823"}.fad.fa-spa:after{content:"\10f5bb"}.fad.fa-space-shuttle:after{content:"\10f197"}.fad.fa-space-station-moon:after{content:"\10e033"}.fad.fa-space-station-moon-alt:after{content:"\10e034"}.fad.fa-spade:after{content:"\10f2f4"}.fad.fa-sparkles:after{content:"\10f890"}.fad.fa-speaker:after{content:"\10f8df"}.fad.fa-speakers:after{content:"\10f8e0"}.fad.fa-spell-check:after{content:"\10f891"}.fad.fa-spider:after{content:"\10f717"}.fad.fa-spider-black-widow:after{content:"\10f718"}.fad.fa-spider-web:after{content:"\10f719"}.fad.fa-spinner:after{content:"\10f110"}.fad.fa-spinner-third:after{content:"\10f3f4"}.fad.fa-splotch:after{content:"\10f5bc"}.fad.fa-spray-can:after{content:"\10f5bd"}.fad.fa-sprinkler:after{content:"\10e035"}.fad.fa-square:after{content:"\10f0c8"}.fad.fa-square-full:after{content:"\10f45c"}.fad.fa-square-root:after{content:"\10f697"}.fad.fa-square-root-alt:after{content:"\10f698"}.fad.fa-squirrel:after{content:"\10f71a"}.fad.fa-staff:after{content:"\10f71b"}.fad.fa-stamp:after{content:"\10f5bf"}.fad.fa-star:after{content:"\10f005"}.fad.fa-star-and-crescent:after{content:"\10f699"}.fad.fa-star-christmas:after{content:"\10f7d4"}.fad.fa-star-exclamation:after{content:"\10f2f3"}.fad.fa-star-half:after{content:"\10f089"}.fad.fa-star-half-alt:after{content:"\10f5c0"}.fad.fa-star-of-david:after{content:"\10f69a"}.fad.fa-star-of-life:after{content:"\10f621"}.fad.fa-star-shooting:after{content:"\10e036"}.fad.fa-starfighter:after{content:"\10e037"}.fad.fa-starfighter-alt:after{content:"\10e038"}.fad.fa-stars:after{content:"\10f762"}.fad.fa-starship:after{content:"\10e039"}.fad.fa-starship-freighter:after{content:"\10e03a"}.fad.fa-steak:after{content:"\10f824"}.fad.fa-steering-wheel:after{content:"\10f622"}.fad.fa-step-backward:after{content:"\10f048"}.fad.fa-step-forward:after{content:"\10f051"}.fad.fa-stethoscope:after{content:"\10f0f1"}.fad.fa-sticky-note:after{content:"\10f249"}.fad.fa-stocking:after{content:"\10f7d5"}.fad.fa-stomach:after{content:"\10f623"}.fad.fa-stop:after{content:"\10f04d"}.fad.fa-stop-circle:after{content:"\10f28d"}.fad.fa-stopwatch:after{content:"\10f2f2"}.fad.fa-stopwatch-20:after{content:"\10e06f"}.fad.fa-store:after{content:"\10f54e"}.fad.fa-store-alt:after{content:"\10f54f"}.fad.fa-store-alt-slash:after{content:"\10e070"}.fad.fa-store-slash:after{content:"\10e071"}.fad.fa-stream:after{content:"\10f550"}.fad.fa-street-view:after{content:"\10f21d"}.fad.fa-stretcher:after{content:"\10f825"}.fad.fa-strikethrough:after{content:"\10f0cc"}.fad.fa-stroopwafel:after{content:"\10f551"}.fad.fa-subscript:after{content:"\10f12c"}.fad.fa-subway:after{content:"\10f239"}.fad.fa-suitcase:after{content:"\10f0f2"}.fad.fa-suitcase-rolling:after{content:"\10f5c1"}.fad.fa-sun:after{content:"\10f185"}.fad.fa-sun-cloud:after{content:"\10f763"}.fad.fa-sun-dust:after{content:"\10f764"}.fad.fa-sun-haze:after{content:"\10f765"}.fad.fa-sunglasses:after{content:"\10f892"}.fad.fa-sunrise:after{content:"\10f766"}.fad.fa-sunset:after{content:"\10f767"}.fad.fa-superscript:after{content:"\10f12b"}.fad.fa-surprise:after{content:"\10f5c2"}.fad.fa-swatchbook:after{content:"\10f5c3"}.fad.fa-swimmer:after{content:"\10f5c4"}.fad.fa-swimming-pool:after{content:"\10f5c5"}.fad.fa-sword:after{content:"\10f71c"}.fad.fa-sword-laser:after{content:"\10e03b"}.fad.fa-sword-laser-alt:after{content:"\10e03c"}.fad.fa-swords:after{content:"\10f71d"}.fad.fa-swords-laser:after{content:"\10e03d"}.fad.fa-synagogue:after{content:"\10f69b"}.fad.fa-sync:after{content:"\10f021"}.fad.fa-sync-alt:after{content:"\10f2f1"}.fad.fa-syringe:after{content:"\10f48e"}.fad.fa-table:after{content:"\10f0ce"}.fad.fa-table-tennis:after{content:"\10f45d"}.fad.fa-tablet:after{content:"\10f10a"}.fad.fa-tablet-alt:after{content:"\10f3fa"}.fad.fa-tablet-android:after{content:"\10f3fb"}.fad.fa-tablet-android-alt:after{content:"\10f3fc"}.fad.fa-tablet-rugged:after{content:"\10f48f"}.fad.fa-tablets:after{content:"\10f490"}.fad.fa-tachometer:after{content:"\10f0e4"}.fad.fa-tachometer-alt:after{content:"\10f3fd"}.fad.fa-tachometer-alt-average:after{content:"\10f624"}.fad.fa-tachometer-alt-fast:after{content:"\10f625"}.fad.fa-tachometer-alt-fastest:after{content:"\10f626"}.fad.fa-tachometer-alt-slow:after{content:"\10f627"}.fad.fa-tachometer-alt-slowest:after{content:"\10f628"}.fad.fa-tachometer-average:after{content:"\10f629"}.fad.fa-tachometer-fast:after{content:"\10f62a"}.fad.fa-tachometer-fastest:after{content:"\10f62b"}.fad.fa-tachometer-slow:after{content:"\10f62c"}.fad.fa-tachometer-slowest:after{content:"\10f62d"}.fad.fa-taco:after{content:"\10f826"}.fad.fa-tag:after{content:"\10f02b"}.fad.fa-tags:after{content:"\10f02c"}.fad.fa-tally:after{content:"\10f69c"}.fad.fa-tanakh:after{content:"\10f827"}.fad.fa-tape:after{content:"\10f4db"}.fad.fa-tasks:after{content:"\10f0ae"}.fad.fa-tasks-alt:after{content:"\10f828"}.fad.fa-taxi:after{content:"\10f1ba"}.fad.fa-teeth:after{content:"\10f62e"}.fad.fa-teeth-open:after{content:"\10f62f"}.fad.fa-telescope:after{content:"\10e03e"}.fad.fa-temperature-down:after{content:"\10e03f"}.fad.fa-temperature-frigid:after{content:"\10f768"}.fad.fa-temperature-high:after{content:"\10f769"}.fad.fa-temperature-hot:after{content:"\10f76a"}.fad.fa-temperature-low:after{content:"\10f76b"}.fad.fa-temperature-up:after{content:"\10e040"}.fad.fa-tenge:after{content:"\10f7d7"}.fad.fa-tennis-ball:after{content:"\10f45e"}.fad.fa-terminal:after{content:"\10f120"}.fad.fa-text:after{content:"\10f893"}.fad.fa-text-height:after{content:"\10f034"}.fad.fa-text-size:after{content:"\10f894"}.fad.fa-text-width:after{content:"\10f035"}.fad.fa-th:after{content:"\10f00a"}.fad.fa-th-large:after{content:"\10f009"}.fad.fa-th-list:after{content:"\10f00b"}.fad.fa-theater-masks:after{content:"\10f630"}.fad.fa-thermometer:after{content:"\10f491"}.fad.fa-thermometer-empty:after{content:"\10f2cb"}.fad.fa-thermometer-full:after{content:"\10f2c7"}.fad.fa-thermometer-half:after{content:"\10f2c9"}.fad.fa-thermometer-quarter:after{content:"\10f2ca"}.fad.fa-thermometer-three-quarters:after{content:"\10f2c8"}.fad.fa-theta:after{content:"\10f69e"}.fad.fa-thumbs-down:after{content:"\10f165"}.fad.fa-thumbs-up:after{content:"\10f164"}.fad.fa-thumbtack:after{content:"\10f08d"}.fad.fa-thunderstorm:after{content:"\10f76c"}.fad.fa-thunderstorm-moon:after{content:"\10f76d"}.fad.fa-thunderstorm-sun:after{content:"\10f76e"}.fad.fa-ticket:after{content:"\10f145"}.fad.fa-ticket-alt:after{content:"\10f3ff"}.fad.fa-tilde:after{content:"\10f69f"}.fad.fa-times:after{content:"\10f00d"}.fad.fa-times-circle:after{content:"\10f057"}.fad.fa-times-hexagon:after{content:"\10f2ee"}.fad.fa-times-octagon:after{content:"\10f2f0"}.fad.fa-times-square:after{content:"\10f2d3"}.fad.fa-tint:after{content:"\10f043"}.fad.fa-tint-slash:after{content:"\10f5c7"}.fad.fa-tire:after{content:"\10f631"}.fad.fa-tire-flat:after{content:"\10f632"}.fad.fa-tire-pressure-warning:after{content:"\10f633"}.fad.fa-tire-rugged:after{content:"\10f634"}.fad.fa-tired:after{content:"\10f5c8"}.fad.fa-toggle-off:after{content:"\10f204"}.fad.fa-toggle-on:after{content:"\10f205"}.fad.fa-toilet:after{content:"\10f7d8"}.fad.fa-toilet-paper:after{content:"\10f71e"}.fad.fa-toilet-paper-alt:after{content:"\10f71f"}.fad.fa-toilet-paper-slash:after{content:"\10e072"}.fad.fa-tombstone:after{content:"\10f720"}.fad.fa-tombstone-alt:after{content:"\10f721"}.fad.fa-toolbox:after{content:"\10f552"}.fad.fa-tools:after{content:"\10f7d9"}.fad.fa-tooth:after{content:"\10f5c9"}.fad.fa-toothbrush:after{content:"\10f635"}.fad.fa-torah:after{content:"\10f6a0"}.fad.fa-torii-gate:after{content:"\10f6a1"}.fad.fa-tornado:after{content:"\10f76f"}.fad.fa-tractor:after{content:"\10f722"}.fad.fa-trademark:after{content:"\10f25c"}.fad.fa-traffic-cone:after{content:"\10f636"}.fad.fa-traffic-light:after{content:"\10f637"}.fad.fa-traffic-light-go:after{content:"\10f638"}.fad.fa-traffic-light-slow:after{content:"\10f639"}.fad.fa-traffic-light-stop:after{content:"\10f63a"}.fad.fa-trailer:after{content:"\10e041"}.fad.fa-train:after{content:"\10f238"}.fad.fa-tram:after{content:"\10f7da"}.fad.fa-transgender:after{content:"\10f224"}.fad.fa-transgender-alt:after{content:"\10f225"}.fad.fa-transporter:after{content:"\10e042"}.fad.fa-transporter-1:after{content:"\10e043"}.fad.fa-transporter-2:after{content:"\10e044"}.fad.fa-transporter-3:after{content:"\10e045"}.fad.fa-transporter-empty:after{content:"\10e046"}.fad.fa-trash:after{content:"\10f1f8"}.fad.fa-trash-alt:after{content:"\10f2ed"}.fad.fa-trash-restore:after{content:"\10f829"}.fad.fa-trash-restore-alt:after{content:"\10f82a"}.fad.fa-trash-undo:after{content:"\10f895"}.fad.fa-trash-undo-alt:after{content:"\10f896"}.fad.fa-treasure-chest:after{content:"\10f723"}.fad.fa-tree:after{content:"\10f1bb"}.fad.fa-tree-alt:after{content:"\10f400"}.fad.fa-tree-christmas:after{content:"\10f7db"}.fad.fa-tree-decorated:after{content:"\10f7dc"}.fad.fa-tree-large:after{content:"\10f7dd"}.fad.fa-tree-palm:after{content:"\10f82b"}.fad.fa-trees:after{content:"\10f724"}.fad.fa-triangle:after{content:"\10f2ec"}.fad.fa-triangle-music:after{content:"\10f8e2"}.fad.fa-trophy:after{content:"\10f091"}.fad.fa-trophy-alt:after{content:"\10f2eb"}.fad.fa-truck:after{content:"\10f0d1"}.fad.fa-truck-container:after{content:"\10f4dc"}.fad.fa-truck-couch:after{content:"\10f4dd"}.fad.fa-truck-loading:after{content:"\10f4de"}.fad.fa-truck-monster:after{content:"\10f63b"}.fad.fa-truck-moving:after{content:"\10f4df"}.fad.fa-truck-pickup:after{content:"\10f63c"}.fad.fa-truck-plow:after{content:"\10f7de"}.fad.fa-truck-ramp:after{content:"\10f4e0"}.fad.fa-trumpet:after{content:"\10f8e3"}.fad.fa-tshirt:after{content:"\10f553"}.fad.fa-tty:after{content:"\10f1e4"}.fad.fa-turkey:after{content:"\10f725"}.fad.fa-turntable:after{content:"\10f8e4"}.fad.fa-turtle:after{content:"\10f726"}.fad.fa-tv:after{content:"\10f26c"}.fad.fa-tv-alt:after{content:"\10f8e5"}.fad.fa-tv-music:after{content:"\10f8e6"}.fad.fa-tv-retro:after{content:"\10f401"}.fad.fa-typewriter:after{content:"\10f8e7"}.fad.fa-ufo:after{content:"\10e047"}.fad.fa-ufo-beam:after{content:"\10e048"}.fad.fa-umbrella:after{content:"\10f0e9"}.fad.fa-umbrella-beach:after{content:"\10f5ca"}.fad.fa-underline:after{content:"\10f0cd"}.fad.fa-undo:after{content:"\10f0e2"}.fad.fa-undo-alt:after{content:"\10f2ea"}.fad.fa-unicorn:after{content:"\10f727"}.fad.fa-union:after{content:"\10f6a2"}.fad.fa-universal-access:after{content:"\10f29a"}.fad.fa-university:after{content:"\10f19c"}.fad.fa-unlink:after{content:"\10f127"}.fad.fa-unlock:after{content:"\10f09c"}.fad.fa-unlock-alt:after{content:"\10f13e"}.fad.fa-upload:after{content:"\10f093"}.fad.fa-usb-drive:after{content:"\10f8e9"}.fad.fa-usd-circle:after{content:"\10f2e8"}.fad.fa-usd-square:after{content:"\10f2e9"}.fad.fa-user:after{content:"\10f007"}.fad.fa-user-alien:after{content:"\10e04a"}.fad.fa-user-alt:after{content:"\10f406"}.fad.fa-user-alt-slash:after{content:"\10f4fa"}.fad.fa-user-astronaut:after{content:"\10f4fb"}.fad.fa-user-chart:after{content:"\10f6a3"}.fad.fa-user-check:after{content:"\10f4fc"}.fad.fa-user-circle:after{content:"\10f2bd"}.fad.fa-user-clock:after{content:"\10f4fd"}.fad.fa-user-cog:after{content:"\10f4fe"}.fad.fa-user-cowboy:after{content:"\10f8ea"}.fad.fa-user-crown:after{content:"\10f6a4"}.fad.fa-user-edit:after{content:"\10f4ff"}.fad.fa-user-friends:after{content:"\10f500"}.fad.fa-user-graduate:after{content:"\10f501"}.fad.fa-user-hard-hat:after{content:"\10f82c"}.fad.fa-user-headset:after{content:"\10f82d"}.fad.fa-user-injured:after{content:"\10f728"}.fad.fa-user-lock:after{content:"\10f502"}.fad.fa-user-md:after{content:"\10f0f0"}.fad.fa-user-md-chat:after{content:"\10f82e"}.fad.fa-user-minus:after{content:"\10f503"}.fad.fa-user-music:after{content:"\10f8eb"}.fad.fa-user-ninja:after{content:"\10f504"}.fad.fa-user-nurse:after{content:"\10f82f"}.fad.fa-user-plus:after{content:"\10f234"}.fad.fa-user-robot:after{content:"\10e04b"}.fad.fa-user-secret:after{content:"\10f21b"}.fad.fa-user-shield:after{content:"\10f505"}.fad.fa-user-slash:after{content:"\10f506"}.fad.fa-user-tag:after{content:"\10f507"}.fad.fa-user-tie:after{content:"\10f508"}.fad.fa-user-times:after{content:"\10f235"}.fad.fa-user-unlock:after{content:"\10e058"}.fad.fa-user-visor:after{content:"\10e04c"}.fad.fa-users:after{content:"\10f0c0"}.fad.fa-users-class:after{content:"\10f63d"}.fad.fa-users-cog:after{content:"\10f509"}.fad.fa-users-crown:after{content:"\10f6a5"}.fad.fa-users-medical:after{content:"\10f830"}.fad.fa-users-slash:after{content:"\10e073"}.fad.fa-utensil-fork:after{content:"\10f2e3"}.fad.fa-utensil-knife:after{content:"\10f2e4"}.fad.fa-utensil-spoon:after{content:"\10f2e5"}.fad.fa-utensils:after{content:"\10f2e7"}.fad.fa-utensils-alt:after{content:"\10f2e6"}.fad.fa-vacuum:after{content:"\10e04d"}.fad.fa-vacuum-robot:after{content:"\10e04e"}.fad.fa-value-absolute:after{content:"\10f6a6"}.fad.fa-vector-square:after{content:"\10f5cb"}.fad.fa-venus:after{content:"\10f221"}.fad.fa-venus-double:after{content:"\10f226"}.fad.fa-venus-mars:after{content:"\10f228"}.fad.fa-vest:after{content:"\10e085"}.fad.fa-vest-patches:after{content:"\10e086"}.fad.fa-vhs:after{content:"\10f8ec"}.fad.fa-vial:after{content:"\10f492"}.fad.fa-vials:after{content:"\10f493"}.fad.fa-video:after{content:"\10f03d"}.fad.fa-video-plus:after{content:"\10f4e1"}.fad.fa-video-slash:after{content:"\10f4e2"}.fad.fa-vihara:after{content:"\10f6a7"}.fad.fa-violin:after{content:"\10f8ed"}.fad.fa-virus:after{content:"\10e074"}.fad.fa-virus-slash:after{content:"\10e075"}.fad.fa-viruses:after{content:"\10e076"}.fad.fa-voicemail:after{content:"\10f897"}.fad.fa-volcano:after{content:"\10f770"}.fad.fa-volleyball-ball:after{content:"\10f45f"}.fad.fa-volume:after{content:"\10f6a8"}.fad.fa-volume-down:after{content:"\10f027"}.fad.fa-volume-mute:after{content:"\10f6a9"}.fad.fa-volume-off:after{content:"\10f026"}.fad.fa-volume-slash:after{content:"\10f2e2"}.fad.fa-volume-up:after{content:"\10f028"}.fad.fa-vote-nay:after{content:"\10f771"}.fad.fa-vote-yea:after{content:"\10f772"}.fad.fa-vr-cardboard:after{content:"\10f729"}.fad.fa-wagon-covered:after{content:"\10f8ee"}.fad.fa-walker:after{content:"\10f831"}.fad.fa-walkie-talkie:after{content:"\10f8ef"}.fad.fa-walking:after{content:"\10f554"}.fad.fa-wallet:after{content:"\10f555"}.fad.fa-wand:after{content:"\10f72a"}.fad.fa-wand-magic:after{content:"\10f72b"}.fad.fa-warehouse:after{content:"\10f494"}.fad.fa-warehouse-alt:after{content:"\10f495"}.fad.fa-washer:after{content:"\10f898"}.fad.fa-watch:after{content:"\10f2e1"}.fad.fa-watch-calculator:after{content:"\10f8f0"}.fad.fa-watch-fitness:after{content:"\10f63e"}.fad.fa-water:after{content:"\10f773"}.fad.fa-water-lower:after{content:"\10f774"}.fad.fa-water-rise:after{content:"\10f775"}.fad.fa-wave-sine:after{content:"\10f899"}.fad.fa-wave-square:after{content:"\10f83e"}.fad.fa-wave-triangle:after{content:"\10f89a"}.fad.fa-waveform:after{content:"\10f8f1"}.fad.fa-waveform-path:after{content:"\10f8f2"}.fad.fa-webcam:after{content:"\10f832"}.fad.fa-webcam-slash:after{content:"\10f833"}.fad.fa-weight:after{content:"\10f496"}.fad.fa-weight-hanging:after{content:"\10f5cd"}.fad.fa-whale:after{content:"\10f72c"}.fad.fa-wheat:after{content:"\10f72d"}.fad.fa-wheelchair:after{content:"\10f193"}.fad.fa-whistle:after{content:"\10f460"}.fad.fa-wifi:after{content:"\10f1eb"}.fad.fa-wifi-1:after{content:"\10f6aa"}.fad.fa-wifi-2:after{content:"\10f6ab"}.fad.fa-wifi-slash:after{content:"\10f6ac"}.fad.fa-wind:after{content:"\10f72e"}.fad.fa-wind-turbine:after{content:"\10f89b"}.fad.fa-wind-warning:after{content:"\10f776"}.fad.fa-window:after{content:"\10f40e"}.fad.fa-window-alt:after{content:"\10f40f"}.fad.fa-window-close:after{content:"\10f410"}.fad.fa-window-frame:after{content:"\10e04f"}.fad.fa-window-frame-open:after{content:"\10e050"}.fad.fa-window-maximize:after{content:"\10f2d0"}.fad.fa-window-minimize:after{content:"\10f2d1"}.fad.fa-window-restore:after{content:"\10f2d2"}.fad.fa-windsock:after{content:"\10f777"}.fad.fa-wine-bottle:after{content:"\10f72f"}.fad.fa-wine-glass:after{content:"\10f4e3"}.fad.fa-wine-glass-alt:after{content:"\10f5ce"}.fad.fa-won-sign:after{content:"\10f159"}.fad.fa-wreath:after{content:"\10f7e2"}.fad.fa-wrench:after{content:"\10f0ad"}.fad.fa-x-ray:after{content:"\10f497"}.fad.fa-yen-sign:after{content:"\10f157"}.fad.fa-yin-yang:after{content:"\10f6ad"}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:300;font-display:block;src:url(/null/fonts/fa-light-300.eot);src:url(/null/fonts/fa-light-300.eot?#iefix) format("embedded-opentype"),url(/null/fonts/fa-light-300.woff2) format("woff2"),url(/null/fonts/fa-light-300.woff) format("woff"),url(/null/fonts/fa-light-300.ttf) format("truetype"),url(/null/fonts/fa-light-300.svg#fontawesome) format("svg")}.fal{font-weight:300}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:400;font-display:block;src:url(/null/fonts/fa-regular-400.eot);src:url(/null/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/null/fonts/fa-regular-400.woff2) format("woff2"),url(/null/fonts/fa-regular-400.woff) format("woff"),url(/null/fonts/fa-regular-400.ttf) format("truetype"),url(/null/fonts/fa-regular-400.svg#fontawesome) format("svg")}.fal,.far{font-family:"Font Awesome 5 Pro"}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:900;font-display:block;src:url(/null/fonts/fa-solid-900.eot);src:url(/null/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/null/fonts/fa-solid-900.woff2) format("woff2"),url(/null/fonts/fa-solid-900.woff) format("woff"),url(/null/fonts/fa-solid-900.ttf) format("truetype"),url(/null/fonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Pro";font-weight:900}/* Cookie Tool CSS */

.cookies {
	width:100%!important;
	height:auto!important;
	position:fixed!important;
	left:0px;
	top:100%;
	z-index:9999999!important;
	font-size:0.9em;
}

.cookies > div {
	padding:10px;
}

.cookies.default > div {
	background:#fb770c!important;
}

.cookies,
.cookies p,
.cookies a {
	text-align:center!important;
}

.cookies.default,
.cookies.default p,
.cookies.default a {
	color:#FFFFFF!important;
}

.cookies p {
	margin:0px 0px 10px 0px!important;
	padding:0px 0px 10px 0px!important;
}

.cookies.default p {
	border-bottom:solid 1px rgba(255,255,255,0.3)!important;
}

.cookies p span a {
	border-bottom:solid 1px rgba(255,255,255,0.7)!important;
}

.ShowCookieBar,
.HideCookieBar,
.DenyCookies {
	display:inline-flex!important;
	align-items:center!important;
	padding:4px!important;
	cursor:pointer!important;
}

.ShowCookieBar,
.ShowCookieBar span,
.HideCookieBar,
.HideCookieBar span,
.DenyCookies,
.DenyCookies span {
	transition:0.15s background-color, 0.15s color;
}

.cookies .HideCookieBar,
.cookies .ShowCookieBar,
.cookies .DenyCookies {
	margin-top:10px!important;
}

.cookies .DenyCookies {
	margin-left:10px!important;
}

.cookies.default .ShowCookieBar,
.cookies.default .HideCookieBar,
.cookies.default .DenyCookies {
	border:solid 1px #FFFFFF!important;
}

.cookies.default .HideCookieBar,
.cookies.default .HideCookieBar span,
.cookies.default .DenyCookies {
	background:#FFFFFF!important;
	color:#fb770c!important;
}

.ShowCookieBar span,
.HideCookieBar span,
.DenyCookies span {
	margin-left:10px;
}

.cookies.default .ShowCookieBar,
.cookies.default .HideCookieBar:hover,
.cookies.default .HideCookieBar:hover span,
.cookies.default .DenyCookies:hover,
.cookies.default .DenyCookies:hover span {
	background:#fb770c!important;
	color:#FFFFFF!important;
}

.cookies .ShowCookieBar {
	font-size:0.8em;
}

.cookies .ShowCookieBar {
	position:absolute;
	left:15px;
	bottom:100%;
}

.cookies-mobile {
	display:none;
}

[href*="w3.org"] {
	display:none!important;
}

@media only screen and (max-width : 999px) {

	.cookies:not(.displayed) .ShowCookieBar {
		display:none!important;
	}

	.cookies-mobile {
		display:block;
		padding:10px;
		background:#EEEEEE;
		color:#2a2a2ac5;
		text-align:center;
	}

}

@media only screen and (max-width : 499px) {

	.cookies {
		font-size:0.8em;
	}

}

@media only screen and (max-width : 399px) {

	.cookies {
		font-size:0.7em;
	}

}/* <style> */

/* Mobile: Top Bar */	

.mobile-top-bar {
	position:fixed;
	width:100%;
	top:0px;
	border-bottom:1px solid rgba(255,255,255,1.0);
	z-index:9999999;
	display:none;
}

.mobile-top-bar .fa-times, .mobile-top-bar .fa-bars {
    background-color: #616062;
    color: #FFFFFF;
}
	
.mobile-menu > .close-menu {
	border-top:1px solid rgba(0,0,0,0.5);
}
	
.mobile-top-bar .far,
.mobile-top-bar .fas,
.mobile-top-bar .fab {
	font-size:25px!important;
	padding:15px;
}

.mobile-top-bar .fa-twitter		{ background:#80b4e9!important; }
.mobile-top-bar .fa-facebook	{ background:#3b5998!important; }
.mobile-top-bar .fa-linkedin	{ background:#0077b5!important; }
.mobile-top-bar .fa-youtube		{ background:#cd2029!important; }
.mobile-top-bar .fa-google-plus	{ background:#df4b37!important; }
.mobile-top-bar .fa-instagram	{ background:#833ab4!important; }
.mobile-top-bar .fa-gavel		{ background:#86b817!important; }
	
/* Mobile Menu */

nav.mobile-menu {
	position:fixed;
	width:100%;
	height:100%;
	overflow:auto;
	background:#262626;
	top:0px;
	left:-100%;
	z-index:9999999;
	padding-top:56px;
}

nav.mobile-menu > div {
	padding-bottom:75px;
}
	
nav.mobile-menu a,
nav.mobile-menu .dropdown,
nav.mobile-menu .dropdown div {
	display:block;
	margin:0px!important;
}

nav.mobile-menu a {
	border-bottom:solid 1px #333333;
    font-size: 17px;
    font-family: 'PT Sans Narrow';
}

nav.mobile-menu a.active, nav.mobile-menu a:hover {
    background-color: rgba(75,74,75,0.15);
}
	
nav.mobile-menu a,
nav.mobile-menu a:link,
nav.mobile-menu a:visited,
nav.mobile-menu .dropdown {

}

nav.mobile-menu > a:last-child,
nav.mobile-menu > .dropdown:last-child {
	margin-bottom:75px;
}

nav.mobile-menu a {
	padding:15px!important;
}

nav.mobile-menu .dropdown > a::after {
	font-family:'Font Awesome 5 Pro';
	content:'\f078';
}

nav.mobile-menu .dropdown > a::after {
	position:absolute;
	right:15px;
}

nav.mobile-menu .dropdown > div {
	height:0px;
	position:static!important;
	background:rgba(255,255,255,0.05);
}

nav.mobile-menu .close-menu {
	position:fixed;
	bottom:0px!important;
	margin-bottom:0px!important;
	width:100%;
	left:0%;
	display:none;
	cursor:pointer;
	z-index:1;
}

nav.mobile-menu a.login,
nav.mobile-menu a.customerlogout {
	background:#444444;
}
	
@media only screen and (max-width : 799px) { 

	body {
		margin-top:56px;	
	}
	
	nav:not(.mobile-menu) {
		display:none;
	}
	
	.mobile-top-bar {
		display:block;
	}
	
	a.mobile-menu:not(.close-menu) {
		display:inline-block!important;
		cursor:pointer;
	}
	
}.mobile-photo-gallery {
	display:none;
}

.mobile-photo-gallery h2 {
	text-align:center;
}

.mobile-photo-gallery > div {
	overflow:hidden;
	position:relative;
	width:100%;
}

.mobile-photo-gallery > div .swipe {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
}

.mobile-photo-gallery > div .scroller .arrow.prev {
	display:none!important;
}

.mobile-photo-gallery > div .scroller .arrow {
    color:#FFFFFF;
    font-size:35px;
    background:#262626;
}

.mobile-photo-gallery > div .scroller .arrow.prev {
	border-radius:0px 50% 50% 0px;
	padding:0px 6px 0px 3px!important;
}

.mobile-photo-gallery > div .scroller .arrow.next {
	border-radius: 50% 0px 0px 50%;
	padding:0px 3px 0px 6px!important;
}

.mobile-photo-gallery > div .scroller .arrow {
	color:#FFFFFF;
	font-size:15px;
	display:flex!important;
	align-items:center;
	justify-content:center;
}

.mobile-photo-gallery > div .scroller div {
	float:left;
	width:100%;
	height:100%;
	text-align:center;
}

.mobile-photo-gallery > div .scroller div span.absolute {
	bottom:0px;
	left:0px;
	padding:5px;
	color:#FFFFFF;
	background-color:#000000;
}

/* PhotoGallery Feed */

.items-feed.photogallery div > article {
	text-align:center;
}

.items-feed.photogallery div > article img {
	max-width:100%!important;
	padding:5px;
}

@media screen and (max-width: 650px) {
	
	.mobile-photo-gallery {
		display:block;
	}
	
	.items-feed.photogallery {
		display:none;
	}
	
	.item-list.photogallery:not(.category) {
		display:none;
	}
	
}/* General */

body {
	font-family:'Blinker';
	font-weight:300;
	font-size:16px;
	line-height:24px;
}
	
h1,h2,h3,h4,h5,h6,p,ol,ul:not(.item-list)	{ margin-bottom:20px; }
	
h1 {
	font-weight:300;
	font-size:40px;
	line-height:46px;
}

.h1-bg {
    background-color: #000000;
    color: #FFFFFF;
    padding: 30px 0px;
    margin-bottom: 30px;
}
	
h2,
body.home section h3 {
	font-weight:300;
	font-size:30px;
	line-height:36px;
}

.cta h2 {
    font-size:30px;
	line-height:40px;
}
	
h3 {
	font-weight:300;
	font-size:25px;
	line-height:29px;
}

h1,h2,h3,h4 {
    font-family: 'PT Sans Narrow';
}

hr {
    border: 0px;
    height: 1px;
}

.hp-bullets {
    background-color: #616062;
    color: #FFFFFF;
    padding: 20px;
    font-family: 'PT Sans Narrow';
    font-size: 19px;
    background-image: url(../../images/hp-bullets.jpg);
    background-position: right;
    background-repeat: no-repeat;
}

.hp-bullets ul {
    width: 75%;
}

.hp-bullets ul li {
    margin-bottom: 5px;
    margin-top: 5px;
}

.fa-ul span.fa-li {
    left: -26px;
}
	
/* Layout */
	
.i {
	width:1300px;
	margin-left:auto;
	margin-right:auto;
}
	
/* Buttons */
	
.more,
button {
	padding:5px 10px;
	background:#000000;
	color:#FFFFFF!important;
	display:block;
	font-family: 'PT Sans Narrow';
	font-weight:300;
	font-size:18px;
	line-height:24px;
}
	
.more .fa,
.more .far,
.more .fas,
.more .fal,
button .fa,
button .far,
button .fas,
button .fal {
	float:right;	
	margin:5px 0px 0px 10px;
}
	
/* Forms */

.more,
button,	
input[type=text],
input[type=number],
select {
	height:32px;	
}

input[type=text], input[type=number], textarea, label {
    font-family:'Blinker';  
	font-size:14px;
	line-height:23px;
    border-radius: 0px;
}

form.ContactForm input[type=text], form.ContactForm textarea {
    padding-left: 10px;
}

form.ContactForm textarea {
    height: 138px;
    width: 100%;
}

form.ContactForm label a {
    font-weight:bold;
    display:block;
}

form.ContactForm label {
    line-height: 18px;
    margin-bottom: 15px!important;
}

form.ContactForm label input[type="checkbox"] {
    float:right;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 2px;
    border: 1px solid #424040!important;
}

form.ContactForm button {
    height: 35px;
}
	
/* Header */
	
header,
body > address:first-of-type {
	font-size:16px;
}

header span.colour2_bg {
    font-size: 26px;
    font-family: 'PT Sans Narrow';
}

header span.colour2_bg a {
    color: #FFFFFF!important;
}

header p {
    margin-top: 30px;
}
	
/* Main Nav */
	
body > nav > .i a {
	transition:0.3s ease;
}
	
body > nav > .i > a,
body > nav > .i > .dropdown > a {
	padding:10px 15px;
	display:inline-block;
	font-size:19px;
    font-family: 'PT Sans Narrow';
}
	
body > nav > .i > a:hover,
body > nav > .i > .dropdown > a:hover,
body > nav > .i > a.active,
body > nav > .i > .dropdown > a.active{
    background-color: #616062;
    color: #FFFFFF;
}
	
body > nav > .i > .dropdown div {
	background:#000000;
	color:#FFFFFF;
}
	
body > nav > .i > .dropdown div a {
	padding:5px 20px;
}
	
body > nav > .i > .dropdown div a:hover {
	background:rgba(255,255,255,0.1);
}

/* Header Slides */
	
.items-feed.headerslide.overlayed {
	width:70%;
	overflow:visible;
}

.items-feed.headerslide.overlayed > div > div {
	visibility:hidden;
}

.items-feed.headerslide.overlayed div.flowhide {
	overflow:visible!important;
}
	
.items-feed.headerslide.overlayed a.arrow {
	background-color:rgba(255,255,255,0.6);
	top: 0%!important;
	width:500px!important;
	color: #8e8e8e;
	font-size: 24px;
	padding-top: 18%!important;
	height:100%;
}

.items-feed.headerslide.overlayed a.arrow.prev {
	left:-500px!important;
	text-align:right; 
	padding-right:15px!important;
	border-right:10px solid #fff;
}

.items-feed.headerslide.overlayed a.arrow.next {
	right:-500px!important;
	text-align:left;
	padding-left:15px!important;
	border-left:10px solid #fff;
}

.items-feed.headerslide:not(.overlayed) a.arrow {
	font-size: 20px;
	background-color: #000000;
    color: #FFFFFF;
    padding: 10px!important;
    top: 47% !important;
}

.items-feed.headerslide:not(.overlayed) a.arrow.prev {
	margin-left: 10px;
}

.items-feed.headerslide:not(.overlayed) a.arrow.next {
	margin-right: 10px;
}
	
.items-feed.headerslide:not(.overlayed) .caption {
	top:50%;
	bottom:auto;
	margin-top:-25px;
	color:#FFFFFF;
	font-size:24px;
	line-height:28px;
}
	
.items-feed.headerslide:not(.overlayed) .caption,
.items-feed.headerslide.overlayed .caption h3 {
	color:#FFFFFF;
	background:rgba(75,74,75,0.80);
	padding:10px 20px;
	font-size:24px;
	line-height:28px;
	width:auto;
	display:inline-block;
}

.items-feed.headerslide div.caption {
    right: 15%!important;
    left:auto;
}
	
.items-feed.headerslide.overlayed .caption p {
	color:#FFFFFF;
	background:rgba(0,0,0,0.6);
	padding:5px 20px;
	font-size:18px;
	line-height:23px;
}
	
/* Background */
	
.bg {
	background-image:url(../images/theme/bg.jpg);
}

.boxes-bg {
    background-image:url(../../images/boxes-bg.png);
}
	
/* Circles */

.circles .i > div {
	margin-right:-50px;
}
	
.circles article {
	border-radius:50%;
	margin-left:20px;
    margin-right: 20px;
	display:inline-block;
	overflow:hidden;
	transition: transform 400ms linear;
	max-width:300px;
}
	
.circles article:hover {
    z-index:999;
    transform: scale(1.1);
}

.circles article .absolute {
	left:0px;
	bottom:35%;
	color:#FFFFFF;
	background:rgba(0,0,0,0.80);
}
	
/* Dates & List H4s */
	
time,
.item-list.layout-list li h4 {
	display:inline-block;
	color:#FFFFFF;
	background:#4b4a4b;
	margin-bottom:10px;
	font-size:16px;
	line-height:20px;
	padding:5px;
	font-weight:400;
}

.item-list.layout-list li time,
.item-list.layout-list li h4 {
	margin-right:10px;
}
	
.item-list.layout-list li h4:last-of-type {
	margin-bottom:20px;
}

/* Lists: List Layout */
	
.item-list.layout-list li:not(.title) {
	padding:20px;
}
	
.item-list.layout-list li.alternate {
	background:rgba(0,0,0,0.2);
}
	
.item-list.layout-list li img {
	float:right;
	border:none;
	margin:0px 0px 20px 20px;
	width:auto;
}
	
.item-list.layout-list li .more {
	clear:both;
}

/* Lists: Products */
		
.item-list.layout-grid.product li > a {
	background:#FFFFFF;
	margin-top:10px;
	padding:20px 10px;
}
	
/* Lists: Pagination */

.pagination {
    background-color: #EEEEEE;
    padding: 10px;
    border: 0px;
}
	
.pagination a {
	background:#4b4a4b;
	color:#FFFFFF!important;
}
	
.pagination a.active,
.pagination a:hover {
	background:#616062;
	color:#FFFFFF!important;
}

/* Item Pages */
	
.item h3 {
	color:#4b4a4b;
	font-weight:400;
}
	
/* Testimonials */
	
p.rating {
	color:#fddf16;	
}
	
form.testimonials {
	background:rgba(0,0,0,0.2);
	padding:20px;
}
	
/* Testimonials: Feed */

.items-feed.testimonial.Single article {
	margin:0px 20px!important;
	width:auto;
}
	
.items-feed.testimonial article {
	border:solid 3px #4b4a4b;
	padding:20px!important;
	position:relative;
}
	
.items-feed.testimonial:not(.Single) article:not(:last-child) {
	margin-right:40px;
}
	
.items-feed.testimonial article:before {
	position:absolute;
	top:50%;
	margin-top:-35px;
	right:-40px;
	content:'\f10e';
	font-family:'Font Awesome 5 Pro';
	font-weight:700;
	font-size:40px;
	color:#4b4a4b;
	padding:20px;
}
	
.items-feed.testimonial article .more {
	margin-top:10px;
}
	
.items-feed.testimonial article h4 {
	font-weight:400;
	font-size:16px;
	line-height:19px;
}
	
.testimonial .star {
	font-size:20px;
	line-height:23px;
	color:#ffa800;
}

/* News: Feed */

.items-feed.article article {
	background:rgba(0,0,0,0.4);
	padding-left:10px;
}
	
.items-feed.article article:not(:last-child) {
	margin-right:40px;
}

.items-feed.article article > *:not(:last-child) {
	margin-bottom:5px;
}
	
.items-feed.article article h4 {
	margin:10px 0px 5px 0px;
	font-weight:700;
	font-size:17px;
	line-height:20px;
}
	
.items-feed.article article time {
	margin-top:5px;
	display:block;
	font-size:15px;
	line-height:15px;
	background:transparent;
	padding:0px;
}
	
.items-feed.article article .more {
	width:50%;
	font-size:13px;
	margin-bottom:10px;
}
	
.items-feed.article article img {
	float:right;
	width:47%;
	border-left-style:solid;
	border-left-width:4px;
	margin-left:10px;
}
	
/* Contact Details */

.contactdetails h2,
.contactdetails h6 {
	font-size:30px;
    line-height: 34px;
    font-family: 'PT Sans Narrow';
}

.contactdetails div.lineupgroup {
	padding-top:42px;
}
	
.contactdetails form.absolute {
	top:0px;
}
	
.contactdetails > div.mapparent {
	padding-left:1.5%;
	padding-right:1.5%;
}

.contactdetails b {
    font-weight: normal;
}
	
/* Social Icons */
	
.social a {
	font-size:25px;
	margin-right:10px;
}
	
/* Footer */

footer > :last-child {
	font-size:14px;
}

footer > :last-child a {
    color: #FFFFFF!important;
}

footer .reg-address {
    font-size: 14px;
}

footer .reg-address b {
    font-weight:normal;
}

body.contact-us footer .reg-address {
    margin-top: 0px;
}

/* Footer: Nav */
	
footer nav > div {
	height:0px;
	overflow:hidden;
}
	
footer nav > div > div * {
	vertical-align:top;
}
	
footer nav > div > div > * {
	margin-right:40px;
}
	
footer nav > div > div > .dropdown div {
	height:auto!important;
	position:static;
	display:block;
}
	
footer nav > div > div > .dropdown div a {
	padding-left:0px;
	padding-right:0px;
}

/* Back To Top */

.btt {
	display:inline-block;
	width:60px;
	height:60px;
	background:url(../images/theme/btt.png);
	position:fixed;
	right:15px;
	bottom:15px;
	display:none;
	-ms-user-select:none;
}

/* IE Form Fix */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    form.ContactForm {
        min-height: 450px;
    }
}
	
/* Responsive */
	
@media only screen and (max-width : 1339px) {

	.i {
		width:100%;
		padding-left:20px;
		padding-right:20px;
	}
	
	.items-feed.testimonial article:before {
		float:right;
		position:static;
		margin:0px;
		padding:0px 0px 20px 20px;
	}

}

@media only screen and (max-width : 1499px) {

    .items-feed.headerslide div.caption {
        right: 10%!important;
    }
    
    .circles article {
        max-width: none!important;
        width: 20%!important;
    }

}
	
@media only screen and (max-width : 1249px) {
	
	.items-feed.article article p {
		display:none;
	}
    
    form.ContactForm label a {
        display:inline-block;
    }
    
    .circles article {
        margin-left:15px;
        margin-right: 15px;
    }
	
}
	
@media only screen and (max-width : 1099px) {
	
	.items-feed.article article .more {
		display:none;
	}
	
}
	
@media only screen and (max-width : 999px) {
	
	.items-feed.headerslide div.caption {
		display:none!important;
	}
    
    .circles article {
   		width:45%!important;
	}
	
}

@media only screen and (max-width : 799px) {

    .h1-bg {
        text-align:center;
    }
    
    .hp-bullets {
        background-image: none;
    }
    
}
	
@media only screen and (max-width : 699px) {
    
    form.ContactForm textarea {
        height: 138px;
        width: 95%;
    }
    
    form.ContactForm label input[type="checkbox"] {
        float: left;
        margin-left: 0px;
        margin-right: 10px;
    }
    
    .circles article {
   		width:42%!important;
	}
	
}

@media only screen and (max-width : 599px) {

    .hp-bullets ul li {
        margin-bottom: 2px;
        margin-top: 2px;
    }
    
    .hp-bullets {
        font-size: 18px;
    }
    
}
	
@media only screen and (max-width : 499px) {
	
	.circles article {
   		width:90%!important;
	}
    
    header img {
        width: 100%;
    }
	
}
	
@media only screen and (max-width : 399px) {
	
    .items-feed.headerslide:not(.overlayed) a.arrow {
        top: 36%!important;
    }
	
}.colour1_bg.bgo99 { background-color:rgba(0,0,0,0.99)!important; }.colour1_bg.bgo98 { background-color:rgba(0,0,0,0.98)!important; }.colour1_bg.bgo97 { background-color:rgba(0,0,0,0.97)!important; }.colour1_bg.bgo96 { background-color:rgba(0,0,0,0.96)!important; }.colour1_bg.bgo95 { background-color:rgba(0,0,0,0.95)!important; }.colour1_bg.bgo94 { background-color:rgba(0,0,0,0.94)!important; }.colour1_bg.bgo93 { background-color:rgba(0,0,0,0.93)!important; }.colour1_bg.bgo92 { background-color:rgba(0,0,0,0.92)!important; }.colour1_bg.bgo91 { background-color:rgba(0,0,0,0.91)!important; }.colour1_bg.bgo90 { background-color:rgba(0,0,0,0.90)!important; }.colour1_bg.bgo89 { background-color:rgba(0,0,0,0.89)!important; }.colour1_bg.bgo88 { background-color:rgba(0,0,0,0.88)!important; }.colour1_bg.bgo87 { background-color:rgba(0,0,0,0.87)!important; }.colour1_bg.bgo86 { background-color:rgba(0,0,0,0.86)!important; }.colour1_bg.bgo85 { background-color:rgba(0,0,0,0.85)!important; }.colour1_bg.bgo84 { background-color:rgba(0,0,0,0.84)!important; }.colour1_bg.bgo83 { background-color:rgba(0,0,0,0.83)!important; }.colour1_bg.bgo82 { background-color:rgba(0,0,0,0.82)!important; }.colour1_bg.bgo81 { background-color:rgba(0,0,0,0.81)!important; }.colour1_bg.bgo80 { background-color:rgba(0,0,0,0.80)!important; }.colour1_bg.bgo79 { background-color:rgba(0,0,0,0.79)!important; }.colour1_bg.bgo78 { background-color:rgba(0,0,0,0.78)!important; }.colour1_bg.bgo77 { background-color:rgba(0,0,0,0.77)!important; }.colour1_bg.bgo76 { background-color:rgba(0,0,0,0.76)!important; }.colour1_bg.bgo75 { background-color:rgba(0,0,0,0.75)!important; }.colour1_bg.bgo74 { background-color:rgba(0,0,0,0.74)!important; }.colour1_bg.bgo73 { background-color:rgba(0,0,0,0.73)!important; }.colour1_bg.bgo72 { background-color:rgba(0,0,0,0.72)!important; }.colour1_bg.bgo71 { background-color:rgba(0,0,0,0.71)!important; }.colour1_bg.bgo70 { background-color:rgba(0,0,0,0.70)!important; }.colour1_bg.bgo69 { background-color:rgba(0,0,0,0.69)!important; }.colour1_bg.bgo68 { background-color:rgba(0,0,0,0.68)!important; }.colour1_bg.bgo67 { background-color:rgba(0,0,0,0.67)!important; }.colour1_bg.bgo66 { background-color:rgba(0,0,0,0.66)!important; }.colour1_bg.bgo65 { background-color:rgba(0,0,0,0.65)!important; }.colour1_bg.bgo64 { background-color:rgba(0,0,0,0.64)!important; }.colour1_bg.bgo63 { background-color:rgba(0,0,0,0.63)!important; }.colour1_bg.bgo62 { background-color:rgba(0,0,0,0.62)!important; }.colour1_bg.bgo61 { background-color:rgba(0,0,0,0.61)!important; }.colour1_bg.bgo60 { background-color:rgba(0,0,0,0.60)!important; }.colour1_bg.bgo59 { background-color:rgba(0,0,0,0.59)!important; }.colour1_bg.bgo58 { background-color:rgba(0,0,0,0.58)!important; }.colour1_bg.bgo57 { background-color:rgba(0,0,0,0.57)!important; }.colour1_bg.bgo56 { background-color:rgba(0,0,0,0.56)!important; }.colour1_bg.bgo55 { background-color:rgba(0,0,0,0.55)!important; }.colour1_bg.bgo54 { background-color:rgba(0,0,0,0.54)!important; }.colour1_bg.bgo53 { background-color:rgba(0,0,0,0.53)!important; }.colour1_bg.bgo52 { background-color:rgba(0,0,0,0.52)!important; }.colour1_bg.bgo51 { background-color:rgba(0,0,0,0.51)!important; }.colour1_bg.bgo50 { background-color:rgba(0,0,0,0.50)!important; }.colour1_bg.bgo49 { background-color:rgba(0,0,0,0.49)!important; }.colour1_bg.bgo48 { background-color:rgba(0,0,0,0.48)!important; }.colour1_bg.bgo47 { background-color:rgba(0,0,0,0.47)!important; }.colour1_bg.bgo46 { background-color:rgba(0,0,0,0.46)!important; }.colour1_bg.bgo45 { background-color:rgba(0,0,0,0.45)!important; }.colour1_bg.bgo44 { background-color:rgba(0,0,0,0.44)!important; }.colour1_bg.bgo43 { background-color:rgba(0,0,0,0.43)!important; }.colour1_bg.bgo42 { background-color:rgba(0,0,0,0.42)!important; }.colour1_bg.bgo41 { background-color:rgba(0,0,0,0.41)!important; }.colour1_bg.bgo40 { background-color:rgba(0,0,0,0.40)!important; }.colour1_bg.bgo39 { background-color:rgba(0,0,0,0.39)!important; }.colour1_bg.bgo38 { background-color:rgba(0,0,0,0.38)!important; }.colour1_bg.bgo37 { background-color:rgba(0,0,0,0.37)!important; }.colour1_bg.bgo36 { background-color:rgba(0,0,0,0.36)!important; }.colour1_bg.bgo35 { background-color:rgba(0,0,0,0.35)!important; }.colour1_bg.bgo34 { background-color:rgba(0,0,0,0.34)!important; }.colour1_bg.bgo33 { background-color:rgba(0,0,0,0.33)!important; }.colour1_bg.bgo32 { background-color:rgba(0,0,0,0.32)!important; }.colour1_bg.bgo31 { background-color:rgba(0,0,0,0.31)!important; }.colour1_bg.bgo30 { background-color:rgba(0,0,0,0.30)!important; }.colour1_bg.bgo29 { background-color:rgba(0,0,0,0.29)!important; }.colour1_bg.bgo28 { background-color:rgba(0,0,0,0.28)!important; }.colour1_bg.bgo27 { background-color:rgba(0,0,0,0.27)!important; }.colour1_bg.bgo26 { background-color:rgba(0,0,0,0.26)!important; }.colour1_bg.bgo25 { background-color:rgba(0,0,0,0.25)!important; }.colour1_bg.bgo24 { background-color:rgba(0,0,0,0.24)!important; }.colour1_bg.bgo23 { background-color:rgba(0,0,0,0.23)!important; }.colour1_bg.bgo22 { background-color:rgba(0,0,0,0.22)!important; }.colour1_bg.bgo21 { background-color:rgba(0,0,0,0.21)!important; }.colour1_bg.bgo20 { background-color:rgba(0,0,0,0.20)!important; }.colour1_bg.bgo19 { background-color:rgba(0,0,0,0.19)!important; }.colour1_bg.bgo18 { background-color:rgba(0,0,0,0.18)!important; }.colour1_bg.bgo17 { background-color:rgba(0,0,0,0.17)!important; }.colour1_bg.bgo16 { background-color:rgba(0,0,0,0.16)!important; }.colour1_bg.bgo15 { background-color:rgba(0,0,0,0.15)!important; }.colour1_bg.bgo14 { background-color:rgba(0,0,0,0.14)!important; }.colour1_bg.bgo13 { background-color:rgba(0,0,0,0.13)!important; }.colour1_bg.bgo12 { background-color:rgba(0,0,0,0.12)!important; }.colour1_bg.bgo11 { background-color:rgba(0,0,0,0.11)!important; }.colour1_bg.bgo10 { background-color:rgba(0,0,0,0.10)!important; }.colour1_bg.bgo09 { background-color:rgba(0,0,0,0.09)!important; }.colour1_bg.bgo08 { background-color:rgba(0,0,0,0.08)!important; }.colour1_bg.bgo07 { background-color:rgba(0,0,0,0.07)!important; }.colour1_bg.bgo06 { background-color:rgba(0,0,0,0.06)!important; }.colour1_bg.bgo05 { background-color:rgba(0,0,0,0.05)!important; }.colour1_bg.bgo04 { background-color:rgba(0,0,0,0.04)!important; }.colour1_bg.bgo03 { background-color:rgba(0,0,0,0.03)!important; }.colour1_bg.bgo02 { background-color:rgba(0,0,0,0.02)!important; }.colour1_bg.bgo01 { background-color:rgba(0,0,0,0.01)!important; }.colour2_bg.bgo99 { background-color:rgba(75,74,75,0.99)!important; }.colour2_bg.bgo98 { background-color:rgba(75,74,75,0.98)!important; }.colour2_bg.bgo97 { background-color:rgba(75,74,75,0.97)!important; }.colour2_bg.bgo96 { background-color:rgba(75,74,75,0.96)!important; }.colour2_bg.bgo95 { background-color:rgba(75,74,75,0.95)!important; }.colour2_bg.bgo94 { background-color:rgba(75,74,75,0.94)!important; }.colour2_bg.bgo93 { background-color:rgba(75,74,75,0.93)!important; }.colour2_bg.bgo92 { background-color:rgba(75,74,75,0.92)!important; }.colour2_bg.bgo91 { background-color:rgba(75,74,75,0.91)!important; }.colour2_bg.bgo90 { background-color:rgba(75,74,75,0.90)!important; }.colour2_bg.bgo89 { background-color:rgba(75,74,75,0.89)!important; }.colour2_bg.bgo88 { background-color:rgba(75,74,75,0.88)!important; }.colour2_bg.bgo87 { background-color:rgba(75,74,75,0.87)!important; }.colour2_bg.bgo86 { background-color:rgba(75,74,75,0.86)!important; }.colour2_bg.bgo85 { background-color:rgba(75,74,75,0.85)!important; }.colour2_bg.bgo84 { background-color:rgba(75,74,75,0.84)!important; }.colour2_bg.bgo83 { background-color:rgba(75,74,75,0.83)!important; }.colour2_bg.bgo82 { background-color:rgba(75,74,75,0.82)!important; }.colour2_bg.bgo81 { background-color:rgba(75,74,75,0.81)!important; }.colour2_bg.bgo80 { background-color:rgba(75,74,75,0.80)!important; }.colour2_bg.bgo79 { background-color:rgba(75,74,75,0.79)!important; }.colour2_bg.bgo78 { background-color:rgba(75,74,75,0.78)!important; }.colour2_bg.bgo77 { background-color:rgba(75,74,75,0.77)!important; }.colour2_bg.bgo76 { background-color:rgba(75,74,75,0.76)!important; }.colour2_bg.bgo75 { background-color:rgba(75,74,75,0.75)!important; }.colour2_bg.bgo74 { background-color:rgba(75,74,75,0.74)!important; }.colour2_bg.bgo73 { background-color:rgba(75,74,75,0.73)!important; }.colour2_bg.bgo72 { background-color:rgba(75,74,75,0.72)!important; }.colour2_bg.bgo71 { background-color:rgba(75,74,75,0.71)!important; }.colour2_bg.bgo70 { background-color:rgba(75,74,75,0.70)!important; }.colour2_bg.bgo69 { background-color:rgba(75,74,75,0.69)!important; }.colour2_bg.bgo68 { background-color:rgba(75,74,75,0.68)!important; }.colour2_bg.bgo67 { background-color:rgba(75,74,75,0.67)!important; }.colour2_bg.bgo66 { background-color:rgba(75,74,75,0.66)!important; }.colour2_bg.bgo65 { background-color:rgba(75,74,75,0.65)!important; }.colour2_bg.bgo64 { background-color:rgba(75,74,75,0.64)!important; }.colour2_bg.bgo63 { background-color:rgba(75,74,75,0.63)!important; }.colour2_bg.bgo62 { background-color:rgba(75,74,75,0.62)!important; }.colour2_bg.bgo61 { background-color:rgba(75,74,75,0.61)!important; }.colour2_bg.bgo60 { background-color:rgba(75,74,75,0.60)!important; }.colour2_bg.bgo59 { background-color:rgba(75,74,75,0.59)!important; }.colour2_bg.bgo58 { background-color:rgba(75,74,75,0.58)!important; }.colour2_bg.bgo57 { background-color:rgba(75,74,75,0.57)!important; }.colour2_bg.bgo56 { background-color:rgba(75,74,75,0.56)!important; }.colour2_bg.bgo55 { background-color:rgba(75,74,75,0.55)!important; }.colour2_bg.bgo54 { background-color:rgba(75,74,75,0.54)!important; }.colour2_bg.bgo53 { background-color:rgba(75,74,75,0.53)!important; }.colour2_bg.bgo52 { background-color:rgba(75,74,75,0.52)!important; }.colour2_bg.bgo51 { background-color:rgba(75,74,75,0.51)!important; }.colour2_bg.bgo50 { background-color:rgba(75,74,75,0.50)!important; }.colour2_bg.bgo49 { background-color:rgba(75,74,75,0.49)!important; }.colour2_bg.bgo48 { background-color:rgba(75,74,75,0.48)!important; }.colour2_bg.bgo47 { background-color:rgba(75,74,75,0.47)!important; }.colour2_bg.bgo46 { background-color:rgba(75,74,75,0.46)!important; }.colour2_bg.bgo45 { background-color:rgba(75,74,75,0.45)!important; }.colour2_bg.bgo44 { background-color:rgba(75,74,75,0.44)!important; }.colour2_bg.bgo43 { background-color:rgba(75,74,75,0.43)!important; }.colour2_bg.bgo42 { background-color:rgba(75,74,75,0.42)!important; }.colour2_bg.bgo41 { background-color:rgba(75,74,75,0.41)!important; }.colour2_bg.bgo40 { background-color:rgba(75,74,75,0.40)!important; }.colour2_bg.bgo39 { background-color:rgba(75,74,75,0.39)!important; }.colour2_bg.bgo38 { background-color:rgba(75,74,75,0.38)!important; }.colour2_bg.bgo37 { background-color:rgba(75,74,75,0.37)!important; }.colour2_bg.bgo36 { background-color:rgba(75,74,75,0.36)!important; }.colour2_bg.bgo35 { background-color:rgba(75,74,75,0.35)!important; }.colour2_bg.bgo34 { background-color:rgba(75,74,75,0.34)!important; }.colour2_bg.bgo33 { background-color:rgba(75,74,75,0.33)!important; }.colour2_bg.bgo32 { background-color:rgba(75,74,75,0.32)!important; }.colour2_bg.bgo31 { background-color:rgba(75,74,75,0.31)!important; }.colour2_bg.bgo30 { background-color:rgba(75,74,75,0.30)!important; }.colour2_bg.bgo29 { background-color:rgba(75,74,75,0.29)!important; }.colour2_bg.bgo28 { background-color:rgba(75,74,75,0.28)!important; }.colour2_bg.bgo27 { background-color:rgba(75,74,75,0.27)!important; }.colour2_bg.bgo26 { background-color:rgba(75,74,75,0.26)!important; }.colour2_bg.bgo25 { background-color:rgba(75,74,75,0.25)!important; }.colour2_bg.bgo24 { background-color:rgba(75,74,75,0.24)!important; }.colour2_bg.bgo23 { background-color:rgba(75,74,75,0.23)!important; }.colour2_bg.bgo22 { background-color:rgba(75,74,75,0.22)!important; }.colour2_bg.bgo21 { background-color:rgba(75,74,75,0.21)!important; }.colour2_bg.bgo20 { background-color:rgba(75,74,75,0.20)!important; }.colour2_bg.bgo19 { background-color:rgba(75,74,75,0.19)!important; }.colour2_bg.bgo18 { background-color:rgba(75,74,75,0.18)!important; }.colour2_bg.bgo17 { background-color:rgba(75,74,75,0.17)!important; }.colour2_bg.bgo16 { background-color:rgba(75,74,75,0.16)!important; }.colour2_bg.bgo15 { background-color:rgba(75,74,75,0.15)!important; }.colour2_bg.bgo14 { background-color:rgba(75,74,75,0.14)!important; }.colour2_bg.bgo13 { background-color:rgba(75,74,75,0.13)!important; }.colour2_bg.bgo12 { background-color:rgba(75,74,75,0.12)!important; }.colour2_bg.bgo11 { background-color:rgba(75,74,75,0.11)!important; }.colour2_bg.bgo10 { background-color:rgba(75,74,75,0.10)!important; }.colour2_bg.bgo09 { background-color:rgba(75,74,75,0.09)!important; }.colour2_bg.bgo08 { background-color:rgba(75,74,75,0.08)!important; }.colour2_bg.bgo07 { background-color:rgba(75,74,75,0.07)!important; }.colour2_bg.bgo06 { background-color:rgba(75,74,75,0.06)!important; }.colour2_bg.bgo05 { background-color:rgba(75,74,75,0.05)!important; }.colour2_bg.bgo04 { background-color:rgba(75,74,75,0.04)!important; }.colour2_bg.bgo03 { background-color:rgba(75,74,75,0.03)!important; }.colour2_bg.bgo02 { background-color:rgba(75,74,75,0.02)!important; }.colour2_bg.bgo01 { background-color:rgba(75,74,75,0.01)!important; }.colour3_bg.bgo99 { background-color:rgba(97,96,98,0.99)!important; }.colour3_bg.bgo98 { background-color:rgba(97,96,98,0.98)!important; }.colour3_bg.bgo97 { background-color:rgba(97,96,98,0.97)!important; }.colour3_bg.bgo96 { background-color:rgba(97,96,98,0.96)!important; }.colour3_bg.bgo95 { background-color:rgba(97,96,98,0.95)!important; }.colour3_bg.bgo94 { background-color:rgba(97,96,98,0.94)!important; }.colour3_bg.bgo93 { background-color:rgba(97,96,98,0.93)!important; }.colour3_bg.bgo92 { background-color:rgba(97,96,98,0.92)!important; }.colour3_bg.bgo91 { background-color:rgba(97,96,98,0.91)!important; }.colour3_bg.bgo90 { background-color:rgba(97,96,98,0.90)!important; }.colour3_bg.bgo89 { background-color:rgba(97,96,98,0.89)!important; }.colour3_bg.bgo88 { background-color:rgba(97,96,98,0.88)!important; }.colour3_bg.bgo87 { background-color:rgba(97,96,98,0.87)!important; }.colour3_bg.bgo86 { background-color:rgba(97,96,98,0.86)!important; }.colour3_bg.bgo85 { background-color:rgba(97,96,98,0.85)!important; }.colour3_bg.bgo84 { background-color:rgba(97,96,98,0.84)!important; }.colour3_bg.bgo83 { background-color:rgba(97,96,98,0.83)!important; }.colour3_bg.bgo82 { background-color:rgba(97,96,98,0.82)!important; }.colour3_bg.bgo81 { background-color:rgba(97,96,98,0.81)!important; }.colour3_bg.bgo80 { background-color:rgba(97,96,98,0.80)!important; }.colour3_bg.bgo79 { background-color:rgba(97,96,98,0.79)!important; }.colour3_bg.bgo78 { background-color:rgba(97,96,98,0.78)!important; }.colour3_bg.bgo77 { background-color:rgba(97,96,98,0.77)!important; }.colour3_bg.bgo76 { background-color:rgba(97,96,98,0.76)!important; }.colour3_bg.bgo75 { background-color:rgba(97,96,98,0.75)!important; }.colour3_bg.bgo74 { background-color:rgba(97,96,98,0.74)!important; }.colour3_bg.bgo73 { background-color:rgba(97,96,98,0.73)!important; }.colour3_bg.bgo72 { background-color:rgba(97,96,98,0.72)!important; }.colour3_bg.bgo71 { background-color:rgba(97,96,98,0.71)!important; }.colour3_bg.bgo70 { background-color:rgba(97,96,98,0.70)!important; }.colour3_bg.bgo69 { background-color:rgba(97,96,98,0.69)!important; }.colour3_bg.bgo68 { background-color:rgba(97,96,98,0.68)!important; }.colour3_bg.bgo67 { background-color:rgba(97,96,98,0.67)!important; }.colour3_bg.bgo66 { background-color:rgba(97,96,98,0.66)!important; }.colour3_bg.bgo65 { background-color:rgba(97,96,98,0.65)!important; }.colour3_bg.bgo64 { background-color:rgba(97,96,98,0.64)!important; }.colour3_bg.bgo63 { background-color:rgba(97,96,98,0.63)!important; }.colour3_bg.bgo62 { background-color:rgba(97,96,98,0.62)!important; }.colour3_bg.bgo61 { background-color:rgba(97,96,98,0.61)!important; }.colour3_bg.bgo60 { background-color:rgba(97,96,98,0.60)!important; }.colour3_bg.bgo59 { background-color:rgba(97,96,98,0.59)!important; }.colour3_bg.bgo58 { background-color:rgba(97,96,98,0.58)!important; }.colour3_bg.bgo57 { background-color:rgba(97,96,98,0.57)!important; }.colour3_bg.bgo56 { background-color:rgba(97,96,98,0.56)!important; }.colour3_bg.bgo55 { background-color:rgba(97,96,98,0.55)!important; }.colour3_bg.bgo54 { background-color:rgba(97,96,98,0.54)!important; }.colour3_bg.bgo53 { background-color:rgba(97,96,98,0.53)!important; }.colour3_bg.bgo52 { background-color:rgba(97,96,98,0.52)!important; }.colour3_bg.bgo51 { background-color:rgba(97,96,98,0.51)!important; }.colour3_bg.bgo50 { background-color:rgba(97,96,98,0.50)!important; }.colour3_bg.bgo49 { background-color:rgba(97,96,98,0.49)!important; }.colour3_bg.bgo48 { background-color:rgba(97,96,98,0.48)!important; }.colour3_bg.bgo47 { background-color:rgba(97,96,98,0.47)!important; }.colour3_bg.bgo46 { background-color:rgba(97,96,98,0.46)!important; }.colour3_bg.bgo45 { background-color:rgba(97,96,98,0.45)!important; }.colour3_bg.bgo44 { background-color:rgba(97,96,98,0.44)!important; }.colour3_bg.bgo43 { background-color:rgba(97,96,98,0.43)!important; }.colour3_bg.bgo42 { background-color:rgba(97,96,98,0.42)!important; }.colour3_bg.bgo41 { background-color:rgba(97,96,98,0.41)!important; }.colour3_bg.bgo40 { background-color:rgba(97,96,98,0.40)!important; }.colour3_bg.bgo39 { background-color:rgba(97,96,98,0.39)!important; }.colour3_bg.bgo38 { background-color:rgba(97,96,98,0.38)!important; }.colour3_bg.bgo37 { background-color:rgba(97,96,98,0.37)!important; }.colour3_bg.bgo36 { background-color:rgba(97,96,98,0.36)!important; }.colour3_bg.bgo35 { background-color:rgba(97,96,98,0.35)!important; }.colour3_bg.bgo34 { background-color:rgba(97,96,98,0.34)!important; }.colour3_bg.bgo33 { background-color:rgba(97,96,98,0.33)!important; }.colour3_bg.bgo32 { background-color:rgba(97,96,98,0.32)!important; }.colour3_bg.bgo31 { background-color:rgba(97,96,98,0.31)!important; }.colour3_bg.bgo30 { background-color:rgba(97,96,98,0.30)!important; }.colour3_bg.bgo29 { background-color:rgba(97,96,98,0.29)!important; }.colour3_bg.bgo28 { background-color:rgba(97,96,98,0.28)!important; }.colour3_bg.bgo27 { background-color:rgba(97,96,98,0.27)!important; }.colour3_bg.bgo26 { background-color:rgba(97,96,98,0.26)!important; }.colour3_bg.bgo25 { background-color:rgba(97,96,98,0.25)!important; }.colour3_bg.bgo24 { background-color:rgba(97,96,98,0.24)!important; }.colour3_bg.bgo23 { background-color:rgba(97,96,98,0.23)!important; }.colour3_bg.bgo22 { background-color:rgba(97,96,98,0.22)!important; }.colour3_bg.bgo21 { background-color:rgba(97,96,98,0.21)!important; }.colour3_bg.bgo20 { background-color:rgba(97,96,98,0.20)!important; }.colour3_bg.bgo19 { background-color:rgba(97,96,98,0.19)!important; }.colour3_bg.bgo18 { background-color:rgba(97,96,98,0.18)!important; }.colour3_bg.bgo17 { background-color:rgba(97,96,98,0.17)!important; }.colour3_bg.bgo16 { background-color:rgba(97,96,98,0.16)!important; }.colour3_bg.bgo15 { background-color:rgba(97,96,98,0.15)!important; }.colour3_bg.bgo14 { background-color:rgba(97,96,98,0.14)!important; }.colour3_bg.bgo13 { background-color:rgba(97,96,98,0.13)!important; }.colour3_bg.bgo12 { background-color:rgba(97,96,98,0.12)!important; }.colour3_bg.bgo11 { background-color:rgba(97,96,98,0.11)!important; }.colour3_bg.bgo10 { background-color:rgba(97,96,98,0.10)!important; }.colour3_bg.bgo09 { background-color:rgba(97,96,98,0.09)!important; }.colour3_bg.bgo08 { background-color:rgba(97,96,98,0.08)!important; }.colour3_bg.bgo07 { background-color:rgba(97,96,98,0.07)!important; }.colour3_bg.bgo06 { background-color:rgba(97,96,98,0.06)!important; }.colour3_bg.bgo05 { background-color:rgba(97,96,98,0.05)!important; }.colour3_bg.bgo04 { background-color:rgba(97,96,98,0.04)!important; }.colour3_bg.bgo03 { background-color:rgba(97,96,98,0.03)!important; }.colour3_bg.bgo02 { background-color:rgba(97,96,98,0.02)!important; }.colour3_bg.bgo01 { background-color:rgba(97,96,98,0.01)!important; }.colour4_bg.bgo99 { background-color:rgba(255,255,255,0.99)!important; }.colour4_bg.bgo98 { background-color:rgba(255,255,255,0.98)!important; }.colour4_bg.bgo97 { background-color:rgba(255,255,255,0.97)!important; }.colour4_bg.bgo96 { background-color:rgba(255,255,255,0.96)!important; }.colour4_bg.bgo95 { background-color:rgba(255,255,255,0.95)!important; }.colour4_bg.bgo94 { background-color:rgba(255,255,255,0.94)!important; }.colour4_bg.bgo93 { background-color:rgba(255,255,255,0.93)!important; }.colour4_bg.bgo92 { background-color:rgba(255,255,255,0.92)!important; }.colour4_bg.bgo91 { background-color:rgba(255,255,255,0.91)!important; }.colour4_bg.bgo90 { background-color:rgba(255,255,255,0.90)!important; }.colour4_bg.bgo89 { background-color:rgba(255,255,255,0.89)!important; }.colour4_bg.bgo88 { background-color:rgba(255,255,255,0.88)!important; }.colour4_bg.bgo87 { background-color:rgba(255,255,255,0.87)!important; }.colour4_bg.bgo86 { background-color:rgba(255,255,255,0.86)!important; }.colour4_bg.bgo85 { background-color:rgba(255,255,255,0.85)!important; }.colour4_bg.bgo84 { background-color:rgba(255,255,255,0.84)!important; }.colour4_bg.bgo83 { background-color:rgba(255,255,255,0.83)!important; }.colour4_bg.bgo82 { background-color:rgba(255,255,255,0.82)!important; }.colour4_bg.bgo81 { background-color:rgba(255,255,255,0.81)!important; }.colour4_bg.bgo80 { background-color:rgba(255,255,255,0.80)!important; }.colour4_bg.bgo79 { background-color:rgba(255,255,255,0.79)!important; }.colour4_bg.bgo78 { background-color:rgba(255,255,255,0.78)!important; }.colour4_bg.bgo77 { background-color:rgba(255,255,255,0.77)!important; }.colour4_bg.bgo76 { background-color:rgba(255,255,255,0.76)!important; }.colour4_bg.bgo75 { background-color:rgba(255,255,255,0.75)!important; }.colour4_bg.bgo74 { background-color:rgba(255,255,255,0.74)!important; }.colour4_bg.bgo73 { background-color:rgba(255,255,255,0.73)!important; }.colour4_bg.bgo72 { background-color:rgba(255,255,255,0.72)!important; }.colour4_bg.bgo71 { background-color:rgba(255,255,255,0.71)!important; }.colour4_bg.bgo70 { background-color:rgba(255,255,255,0.70)!important; }.colour4_bg.bgo69 { background-color:rgba(255,255,255,0.69)!important; }.colour4_bg.bgo68 { background-color:rgba(255,255,255,0.68)!important; }.colour4_bg.bgo67 { background-color:rgba(255,255,255,0.67)!important; }.colour4_bg.bgo66 { background-color:rgba(255,255,255,0.66)!important; }.colour4_bg.bgo65 { background-color:rgba(255,255,255,0.65)!important; }.colour4_bg.bgo64 { background-color:rgba(255,255,255,0.64)!important; }.colour4_bg.bgo63 { background-color:rgba(255,255,255,0.63)!important; }.colour4_bg.bgo62 { background-color:rgba(255,255,255,0.62)!important; }.colour4_bg.bgo61 { background-color:rgba(255,255,255,0.61)!important; }.colour4_bg.bgo60 { background-color:rgba(255,255,255,0.60)!important; }.colour4_bg.bgo59 { background-color:rgba(255,255,255,0.59)!important; }.colour4_bg.bgo58 { background-color:rgba(255,255,255,0.58)!important; }.colour4_bg.bgo57 { background-color:rgba(255,255,255,0.57)!important; }.colour4_bg.bgo56 { background-color:rgba(255,255,255,0.56)!important; }.colour4_bg.bgo55 { background-color:rgba(255,255,255,0.55)!important; }.colour4_bg.bgo54 { background-color:rgba(255,255,255,0.54)!important; }.colour4_bg.bgo53 { background-color:rgba(255,255,255,0.53)!important; }.colour4_bg.bgo52 { background-color:rgba(255,255,255,0.52)!important; }.colour4_bg.bgo51 { background-color:rgba(255,255,255,0.51)!important; }.colour4_bg.bgo50 { background-color:rgba(255,255,255,0.50)!important; }.colour4_bg.bgo49 { background-color:rgba(255,255,255,0.49)!important; }.colour4_bg.bgo48 { background-color:rgba(255,255,255,0.48)!important; }.colour4_bg.bgo47 { background-color:rgba(255,255,255,0.47)!important; }.colour4_bg.bgo46 { background-color:rgba(255,255,255,0.46)!important; }.colour4_bg.bgo45 { background-color:rgba(255,255,255,0.45)!important; }.colour4_bg.bgo44 { background-color:rgba(255,255,255,0.44)!important; }.colour4_bg.bgo43 { background-color:rgba(255,255,255,0.43)!important; }.colour4_bg.bgo42 { background-color:rgba(255,255,255,0.42)!important; }.colour4_bg.bgo41 { background-color:rgba(255,255,255,0.41)!important; }.colour4_bg.bgo40 { background-color:rgba(255,255,255,0.40)!important; }.colour4_bg.bgo39 { background-color:rgba(255,255,255,0.39)!important; }.colour4_bg.bgo38 { background-color:rgba(255,255,255,0.38)!important; }.colour4_bg.bgo37 { background-color:rgba(255,255,255,0.37)!important; }.colour4_bg.bgo36 { background-color:rgba(255,255,255,0.36)!important; }.colour4_bg.bgo35 { background-color:rgba(255,255,255,0.35)!important; }.colour4_bg.bgo34 { background-color:rgba(255,255,255,0.34)!important; }.colour4_bg.bgo33 { background-color:rgba(255,255,255,0.33)!important; }.colour4_bg.bgo32 { background-color:rgba(255,255,255,0.32)!important; }.colour4_bg.bgo31 { background-color:rgba(255,255,255,0.31)!important; }.colour4_bg.bgo30 { background-color:rgba(255,255,255,0.30)!important; }.colour4_bg.bgo29 { background-color:rgba(255,255,255,0.29)!important; }.colour4_bg.bgo28 { background-color:rgba(255,255,255,0.28)!important; }.colour4_bg.bgo27 { background-color:rgba(255,255,255,0.27)!important; }.colour4_bg.bgo26 { background-color:rgba(255,255,255,0.26)!important; }.colour4_bg.bgo25 { background-color:rgba(255,255,255,0.25)!important; }.colour4_bg.bgo24 { background-color:rgba(255,255,255,0.24)!important; }.colour4_bg.bgo23 { background-color:rgba(255,255,255,0.23)!important; }.colour4_bg.bgo22 { background-color:rgba(255,255,255,0.22)!important; }.colour4_bg.bgo21 { background-color:rgba(255,255,255,0.21)!important; }.colour4_bg.bgo20 { background-color:rgba(255,255,255,0.20)!important; }.colour4_bg.bgo19 { background-color:rgba(255,255,255,0.19)!important; }.colour4_bg.bgo18 { background-color:rgba(255,255,255,0.18)!important; }.colour4_bg.bgo17 { background-color:rgba(255,255,255,0.17)!important; }.colour4_bg.bgo16 { background-color:rgba(255,255,255,0.16)!important; }.colour4_bg.bgo15 { background-color:rgba(255,255,255,0.15)!important; }.colour4_bg.bgo14 { background-color:rgba(255,255,255,0.14)!important; }.colour4_bg.bgo13 { background-color:rgba(255,255,255,0.13)!important; }.colour4_bg.bgo12 { background-color:rgba(255,255,255,0.12)!important; }.colour4_bg.bgo11 { background-color:rgba(255,255,255,0.11)!important; }.colour4_bg.bgo10 { background-color:rgba(255,255,255,0.10)!important; }.colour4_bg.bgo09 { background-color:rgba(255,255,255,0.09)!important; }.colour4_bg.bgo08 { background-color:rgba(255,255,255,0.08)!important; }.colour4_bg.bgo07 { background-color:rgba(255,255,255,0.07)!important; }.colour4_bg.bgo06 { background-color:rgba(255,255,255,0.06)!important; }.colour4_bg.bgo05 { background-color:rgba(255,255,255,0.05)!important; }.colour4_bg.bgo04 { background-color:rgba(255,255,255,0.04)!important; }.colour4_bg.bgo03 { background-color:rgba(255,255,255,0.03)!important; }.colour4_bg.bgo02 { background-color:rgba(255,255,255,0.02)!important; }.colour4_bg.bgo01 { background-color:rgba(255,255,255,0.01)!important; }.colour5_bg.bgo99 { background-color:rgba(255,255,255,0.99)!important; }.colour5_bg.bgo98 { background-color:rgba(255,255,255,0.98)!important; }.colour5_bg.bgo97 { background-color:rgba(255,255,255,0.97)!important; }.colour5_bg.bgo96 { background-color:rgba(255,255,255,0.96)!important; }.colour5_bg.bgo95 { background-color:rgba(255,255,255,0.95)!important; }.colour5_bg.bgo94 { background-color:rgba(255,255,255,0.94)!important; }.colour5_bg.bgo93 { background-color:rgba(255,255,255,0.93)!important; }.colour5_bg.bgo92 { background-color:rgba(255,255,255,0.92)!important; }.colour5_bg.bgo91 { background-color:rgba(255,255,255,0.91)!important; }.colour5_bg.bgo90 { background-color:rgba(255,255,255,0.90)!important; }.colour5_bg.bgo89 { background-color:rgba(255,255,255,0.89)!important; }.colour5_bg.bgo88 { background-color:rgba(255,255,255,0.88)!important; }.colour5_bg.bgo87 { background-color:rgba(255,255,255,0.87)!important; }.colour5_bg.bgo86 { background-color:rgba(255,255,255,0.86)!important; }.colour5_bg.bgo85 { background-color:rgba(255,255,255,0.85)!important; }.colour5_bg.bgo84 { background-color:rgba(255,255,255,0.84)!important; }.colour5_bg.bgo83 { background-color:rgba(255,255,255,0.83)!important; }.colour5_bg.bgo82 { background-color:rgba(255,255,255,0.82)!important; }.colour5_bg.bgo81 { background-color:rgba(255,255,255,0.81)!important; }.colour5_bg.bgo80 { background-color:rgba(255,255,255,0.80)!important; }.colour5_bg.bgo79 { background-color:rgba(255,255,255,0.79)!important; }.colour5_bg.bgo78 { background-color:rgba(255,255,255,0.78)!important; }.colour5_bg.bgo77 { background-color:rgba(255,255,255,0.77)!important; }.colour5_bg.bgo76 { background-color:rgba(255,255,255,0.76)!important; }.colour5_bg.bgo75 { background-color:rgba(255,255,255,0.75)!important; }.colour5_bg.bgo74 { background-color:rgba(255,255,255,0.74)!important; }.colour5_bg.bgo73 { background-color:rgba(255,255,255,0.73)!important; }.colour5_bg.bgo72 { background-color:rgba(255,255,255,0.72)!important; }.colour5_bg.bgo71 { background-color:rgba(255,255,255,0.71)!important; }.colour5_bg.bgo70 { background-color:rgba(255,255,255,0.70)!important; }.colour5_bg.bgo69 { background-color:rgba(255,255,255,0.69)!important; }.colour5_bg.bgo68 { background-color:rgba(255,255,255,0.68)!important; }.colour5_bg.bgo67 { background-color:rgba(255,255,255,0.67)!important; }.colour5_bg.bgo66 { background-color:rgba(255,255,255,0.66)!important; }.colour5_bg.bgo65 { background-color:rgba(255,255,255,0.65)!important; }.colour5_bg.bgo64 { background-color:rgba(255,255,255,0.64)!important; }.colour5_bg.bgo63 { background-color:rgba(255,255,255,0.63)!important; }.colour5_bg.bgo62 { background-color:rgba(255,255,255,0.62)!important; }.colour5_bg.bgo61 { background-color:rgba(255,255,255,0.61)!important; }.colour5_bg.bgo60 { background-color:rgba(255,255,255,0.60)!important; }.colour5_bg.bgo59 { background-color:rgba(255,255,255,0.59)!important; }.colour5_bg.bgo58 { background-color:rgba(255,255,255,0.58)!important; }.colour5_bg.bgo57 { background-color:rgba(255,255,255,0.57)!important; }.colour5_bg.bgo56 { background-color:rgba(255,255,255,0.56)!important; }.colour5_bg.bgo55 { background-color:rgba(255,255,255,0.55)!important; }.colour5_bg.bgo54 { background-color:rgba(255,255,255,0.54)!important; }.colour5_bg.bgo53 { background-color:rgba(255,255,255,0.53)!important; }.colour5_bg.bgo52 { background-color:rgba(255,255,255,0.52)!important; }.colour5_bg.bgo51 { background-color:rgba(255,255,255,0.51)!important; }.colour5_bg.bgo50 { background-color:rgba(255,255,255,0.50)!important; }.colour5_bg.bgo49 { background-color:rgba(255,255,255,0.49)!important; }.colour5_bg.bgo48 { background-color:rgba(255,255,255,0.48)!important; }.colour5_bg.bgo47 { background-color:rgba(255,255,255,0.47)!important; }.colour5_bg.bgo46 { background-color:rgba(255,255,255,0.46)!important; }.colour5_bg.bgo45 { background-color:rgba(255,255,255,0.45)!important; }.colour5_bg.bgo44 { background-color:rgba(255,255,255,0.44)!important; }.colour5_bg.bgo43 { background-color:rgba(255,255,255,0.43)!important; }.colour5_bg.bgo42 { background-color:rgba(255,255,255,0.42)!important; }.colour5_bg.bgo41 { background-color:rgba(255,255,255,0.41)!important; }.colour5_bg.bgo40 { background-color:rgba(255,255,255,0.40)!important; }.colour5_bg.bgo39 { background-color:rgba(255,255,255,0.39)!important; }.colour5_bg.bgo38 { background-color:rgba(255,255,255,0.38)!important; }.colour5_bg.bgo37 { background-color:rgba(255,255,255,0.37)!important; }.colour5_bg.bgo36 { background-color:rgba(255,255,255,0.36)!important; }.colour5_bg.bgo35 { background-color:rgba(255,255,255,0.35)!important; }.colour5_bg.bgo34 { background-color:rgba(255,255,255,0.34)!important; }.colour5_bg.bgo33 { background-color:rgba(255,255,255,0.33)!important; }.colour5_bg.bgo32 { background-color:rgba(255,255,255,0.32)!important; }.colour5_bg.bgo31 { background-color:rgba(255,255,255,0.31)!important; }.colour5_bg.bgo30 { background-color:rgba(255,255,255,0.30)!important; }.colour5_bg.bgo29 { background-color:rgba(255,255,255,0.29)!important; }.colour5_bg.bgo28 { background-color:rgba(255,255,255,0.28)!important; }.colour5_bg.bgo27 { background-color:rgba(255,255,255,0.27)!important; }.colour5_bg.bgo26 { background-color:rgba(255,255,255,0.26)!important; }.colour5_bg.bgo25 { background-color:rgba(255,255,255,0.25)!important; }.colour5_bg.bgo24 { background-color:rgba(255,255,255,0.24)!important; }.colour5_bg.bgo23 { background-color:rgba(255,255,255,0.23)!important; }.colour5_bg.bgo22 { background-color:rgba(255,255,255,0.22)!important; }.colour5_bg.bgo21 { background-color:rgba(255,255,255,0.21)!important; }.colour5_bg.bgo20 { background-color:rgba(255,255,255,0.20)!important; }.colour5_bg.bgo19 { background-color:rgba(255,255,255,0.19)!important; }.colour5_bg.bgo18 { background-color:rgba(255,255,255,0.18)!important; }.colour5_bg.bgo17 { background-color:rgba(255,255,255,0.17)!important; }.colour5_bg.bgo16 { background-color:rgba(255,255,255,0.16)!important; }.colour5_bg.bgo15 { background-color:rgba(255,255,255,0.15)!important; }.colour5_bg.bgo14 { background-color:rgba(255,255,255,0.14)!important; }.colour5_bg.bgo13 { background-color:rgba(255,255,255,0.13)!important; }.colour5_bg.bgo12 { background-color:rgba(255,255,255,0.12)!important; }.colour5_bg.bgo11 { background-color:rgba(255,255,255,0.11)!important; }.colour5_bg.bgo10 { background-color:rgba(255,255,255,0.10)!important; }.colour5_bg.bgo09 { background-color:rgba(255,255,255,0.09)!important; }.colour5_bg.bgo08 { background-color:rgba(255,255,255,0.08)!important; }.colour5_bg.bgo07 { background-color:rgba(255,255,255,0.07)!important; }.colour5_bg.bgo06 { background-color:rgba(255,255,255,0.06)!important; }.colour5_bg.bgo05 { background-color:rgba(255,255,255,0.05)!important; }.colour5_bg.bgo04 { background-color:rgba(255,255,255,0.04)!important; }.colour5_bg.bgo03 { background-color:rgba(255,255,255,0.03)!important; }.colour5_bg.bgo02 { background-color:rgba(255,255,255,0.02)!important; }.colour5_bg.bgo01 { background-color:rgba(255,255,255,0.01)!important; }.colour6_bg.bgo99 { background-color:rgba(238,238,238,0.99)!important; }.colour6_bg.bgo98 { background-color:rgba(238,238,238,0.98)!important; }.colour6_bg.bgo97 { background-color:rgba(238,238,238,0.97)!important; }.colour6_bg.bgo96 { background-color:rgba(238,238,238,0.96)!important; }.colour6_bg.bgo95 { background-color:rgba(238,238,238,0.95)!important; }.colour6_bg.bgo94 { background-color:rgba(238,238,238,0.94)!important; }.colour6_bg.bgo93 { background-color:rgba(238,238,238,0.93)!important; }.colour6_bg.bgo92 { background-color:rgba(238,238,238,0.92)!important; }.colour6_bg.bgo91 { background-color:rgba(238,238,238,0.91)!important; }.colour6_bg.bgo90 { background-color:rgba(238,238,238,0.90)!important; }.colour6_bg.bgo89 { background-color:rgba(238,238,238,0.89)!important; }.colour6_bg.bgo88 { background-color:rgba(238,238,238,0.88)!important; }.colour6_bg.bgo87 { background-color:rgba(238,238,238,0.87)!important; }.colour6_bg.bgo86 { background-color:rgba(238,238,238,0.86)!important; }.colour6_bg.bgo85 { background-color:rgba(238,238,238,0.85)!important; }.colour6_bg.bgo84 { background-color:rgba(238,238,238,0.84)!important; }.colour6_bg.bgo83 { background-color:rgba(238,238,238,0.83)!important; }.colour6_bg.bgo82 { background-color:rgba(238,238,238,0.82)!important; }.colour6_bg.bgo81 { background-color:rgba(238,238,238,0.81)!important; }.colour6_bg.bgo80 { background-color:rgba(238,238,238,0.80)!important; }.colour6_bg.bgo79 { background-color:rgba(238,238,238,0.79)!important; }.colour6_bg.bgo78 { background-color:rgba(238,238,238,0.78)!important; }.colour6_bg.bgo77 { background-color:rgba(238,238,238,0.77)!important; }.colour6_bg.bgo76 { background-color:rgba(238,238,238,0.76)!important; }.colour6_bg.bgo75 { background-color:rgba(238,238,238,0.75)!important; }.colour6_bg.bgo74 { background-color:rgba(238,238,238,0.74)!important; }.colour6_bg.bgo73 { background-color:rgba(238,238,238,0.73)!important; }.colour6_bg.bgo72 { background-color:rgba(238,238,238,0.72)!important; }.colour6_bg.bgo71 { background-color:rgba(238,238,238,0.71)!important; }.colour6_bg.bgo70 { background-color:rgba(238,238,238,0.70)!important; }.colour6_bg.bgo69 { background-color:rgba(238,238,238,0.69)!important; }.colour6_bg.bgo68 { background-color:rgba(238,238,238,0.68)!important; }.colour6_bg.bgo67 { background-color:rgba(238,238,238,0.67)!important; }.colour6_bg.bgo66 { background-color:rgba(238,238,238,0.66)!important; }.colour6_bg.bgo65 { background-color:rgba(238,238,238,0.65)!important; }.colour6_bg.bgo64 { background-color:rgba(238,238,238,0.64)!important; }.colour6_bg.bgo63 { background-color:rgba(238,238,238,0.63)!important; }.colour6_bg.bgo62 { background-color:rgba(238,238,238,0.62)!important; }.colour6_bg.bgo61 { background-color:rgba(238,238,238,0.61)!important; }.colour6_bg.bgo60 { background-color:rgba(238,238,238,0.60)!important; }.colour6_bg.bgo59 { background-color:rgba(238,238,238,0.59)!important; }.colour6_bg.bgo58 { background-color:rgba(238,238,238,0.58)!important; }.colour6_bg.bgo57 { background-color:rgba(238,238,238,0.57)!important; }.colour6_bg.bgo56 { background-color:rgba(238,238,238,0.56)!important; }.colour6_bg.bgo55 { background-color:rgba(238,238,238,0.55)!important; }.colour6_bg.bgo54 { background-color:rgba(238,238,238,0.54)!important; }.colour6_bg.bgo53 { background-color:rgba(238,238,238,0.53)!important; }.colour6_bg.bgo52 { background-color:rgba(238,238,238,0.52)!important; }.colour6_bg.bgo51 { background-color:rgba(238,238,238,0.51)!important; }.colour6_bg.bgo50 { background-color:rgba(238,238,238,0.50)!important; }.colour6_bg.bgo49 { background-color:rgba(238,238,238,0.49)!important; }.colour6_bg.bgo48 { background-color:rgba(238,238,238,0.48)!important; }.colour6_bg.bgo47 { background-color:rgba(238,238,238,0.47)!important; }.colour6_bg.bgo46 { background-color:rgba(238,238,238,0.46)!important; }.colour6_bg.bgo45 { background-color:rgba(238,238,238,0.45)!important; }.colour6_bg.bgo44 { background-color:rgba(238,238,238,0.44)!important; }.colour6_bg.bgo43 { background-color:rgba(238,238,238,0.43)!important; }.colour6_bg.bgo42 { background-color:rgba(238,238,238,0.42)!important; }.colour6_bg.bgo41 { background-color:rgba(238,238,238,0.41)!important; }.colour6_bg.bgo40 { background-color:rgba(238,238,238,0.40)!important; }.colour6_bg.bgo39 { background-color:rgba(238,238,238,0.39)!important; }.colour6_bg.bgo38 { background-color:rgba(238,238,238,0.38)!important; }.colour6_bg.bgo37 { background-color:rgba(238,238,238,0.37)!important; }.colour6_bg.bgo36 { background-color:rgba(238,238,238,0.36)!important; }.colour6_bg.bgo35 { background-color:rgba(238,238,238,0.35)!important; }.colour6_bg.bgo34 { background-color:rgba(238,238,238,0.34)!important; }.colour6_bg.bgo33 { background-color:rgba(238,238,238,0.33)!important; }.colour6_bg.bgo32 { background-color:rgba(238,238,238,0.32)!important; }.colour6_bg.bgo31 { background-color:rgba(238,238,238,0.31)!important; }.colour6_bg.bgo30 { background-color:rgba(238,238,238,0.30)!important; }.colour6_bg.bgo29 { background-color:rgba(238,238,238,0.29)!important; }.colour6_bg.bgo28 { background-color:rgba(238,238,238,0.28)!important; }.colour6_bg.bgo27 { background-color:rgba(238,238,238,0.27)!important; }.colour6_bg.bgo26 { background-color:rgba(238,238,238,0.26)!important; }.colour6_bg.bgo25 { background-color:rgba(238,238,238,0.25)!important; }.colour6_bg.bgo24 { background-color:rgba(238,238,238,0.24)!important; }.colour6_bg.bgo23 { background-color:rgba(238,238,238,0.23)!important; }.colour6_bg.bgo22 { background-color:rgba(238,238,238,0.22)!important; }.colour6_bg.bgo21 { background-color:rgba(238,238,238,0.21)!important; }.colour6_bg.bgo20 { background-color:rgba(238,238,238,0.20)!important; }.colour6_bg.bgo19 { background-color:rgba(238,238,238,0.19)!important; }.colour6_bg.bgo18 { background-color:rgba(238,238,238,0.18)!important; }.colour6_bg.bgo17 { background-color:rgba(238,238,238,0.17)!important; }.colour6_bg.bgo16 { background-color:rgba(238,238,238,0.16)!important; }.colour6_bg.bgo15 { background-color:rgba(238,238,238,0.15)!important; }.colour6_bg.bgo14 { background-color:rgba(238,238,238,0.14)!important; }.colour6_bg.bgo13 { background-color:rgba(238,238,238,0.13)!important; }.colour6_bg.bgo12 { background-color:rgba(238,238,238,0.12)!important; }.colour6_bg.bgo11 { background-color:rgba(238,238,238,0.11)!important; }.colour6_bg.bgo10 { background-color:rgba(238,238,238,0.10)!important; }.colour6_bg.bgo09 { background-color:rgba(238,238,238,0.09)!important; }.colour6_bg.bgo08 { background-color:rgba(238,238,238,0.08)!important; }.colour6_bg.bgo07 { background-color:rgba(238,238,238,0.07)!important; }.colour6_bg.bgo06 { background-color:rgba(238,238,238,0.06)!important; }.colour6_bg.bgo05 { background-color:rgba(238,238,238,0.05)!important; }.colour6_bg.bgo04 { background-color:rgba(238,238,238,0.04)!important; }.colour6_bg.bgo03 { background-color:rgba(238,238,238,0.03)!important; }.colour6_bg.bgo02 { background-color:rgba(238,238,238,0.02)!important; }.colour6_bg.bgo01 { background-color:rgba(238,238,238,0.01)!important; }