<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* FLUX FTC */
.no-js .orbit-content{
	display: none;
}
.no-js .ce_orbit_start.fullwidth .orbit-content{
	opacity: 0.1;
	-webkit-transition: opacity 0.6s ease; /* Firefox */
	-moz-transition: opacity 0.6s ease; /* WebKit */
	-o-transition: opacity 0.6s ease; /* Opera */
	transition: opacity 0.6s ease; /* Standard */
}
.ce_orbit_start .orbit-content,
.orbit-content &gt;li{
	list-style: none !important;
	width: 100%;
	margin: 0 ;
	padding: 0;
}

.ce_orbit_start.fullwidth {
	/* min-height:400px; */
	display: block;
	
}
.js .ce_orbit_start.fullwidth .orbit-content{
	opacity: 1;
}



/*.js .orbit-content &gt;li{
display: block;}*/
.js .orbit-content{
display: block;}</pre></body></html>