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



.hs-container,
.hs-btm {
	margin: 0px auto;
}

.hs-inner {
	position: relative;
}

.hs-inner,
.hs-image,
.hs-image-container {
	width: 100%;
	height: 100%;
}

/* BUGFIX v1.5 prevent to show images while loading the page */

.hs-image {
	display: none;
}

.hs-inner {
	overflow: hidden;
}

.hs-html {
	position: absolute;
	z-index: 10;
	display: none;
}

.hs-html * {
	position: relative;
	z-index: 15;
}

.hs-bg {
	position: absolute !important;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 11 !important;
}

.hs-image-container {
	position: absolute;
	display: none;
}

.hs-image {
	position: absolute;
	background-position: center center; max-width:none;
}

.hs-btm {
	position: relative;
	display: none;
}

.hs-shadow {
	position: relative;
	z-index: 1;
}

.hs-slideline {
	position: absolute;
	z-index: 2;
	width: 100%;
	font-size: 0px !important;
	line-height: 0px !important;
}

.hs-slider {
	left: 0px;
	position: absolute;
}

.hs-controls {
	display: inline-block;
	position: relative;
	margin: 0 auto;
	z-index: 3;
}

.hs-controls span {
	display: inline-block;
	height: 100%;
	line-height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	cursor: default;
}</pre></body></html>