<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.iconlist {
    list-style-type: none !important;
}

/**
 * VISION PARALLAX SHORTCODE
 *****************************************************/
#vision-parallax-short {
	position: relative;
	width: 100%;
}
#vision-parallax-short .section {
	margin: 0 !important;
	padding: 0 !important;
}
#vision-parallax-short .parallax {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: transparent;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
	overflow: hidden;
	z-index: 1;
}
#vision-parallax-short .parallax .heading-block h2 {
	margin: 0 !important;
	line-height: 1;
}

/**
 * MEDIA QUERY
 *****************************************************/
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}
</pre></body></html>