<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.rscarousel {
	margin-bottom: 0;
}
.rscarousel .carousel-indicators li {
	-webkit-transition: none 0s ease 0s;
	-moz-transition: none 0s ease 0s;
	transition: none 0s ease 0s;
}
.carousel {
	margin-bottom: 60px;
}
.carousel-inner .container{
	padding: 0;
	margin: 0;
}
.carousel-shadow {
	overflow: hidden;
	position: relative;
}
.rstpl-slideshow-position .carousel-shadow {
	height: 33px;
}
.rstpl-slideshow-full-width-position .carousel-shadow {
	height: 44px;
}
.carousel-shadow:after {
	background: url("../../images/slider-shadow.png") no-repeat scroll 0 0 / 100% auto;
	background-size: 100%;
	content: "";
	position: absolute;
	right: 0;
	left: auto;
	height: 100%;
	width: 100%;
	top: 0;
}
.carousel-control {
	border: none;
	border-radius: 0;
	left: 0;
	font-size: 20px;
	font-weight: 700;
	height: 50px;
	width: 50px;
	opacity: 1;
	filter: alpha(opacity=100);
	top: 50%;
	margin-top: 0;
	z-index: 2;
}
.carousel-control span {
	font-size: 1em;
	height: 50px;
	width: 30px;
	margin-top: 0;
	padding: 18px 0;
	text-align: center;
	vertical-align: middle;
}
.carousel-control:hover, .carousel-control:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.carousel-control.right {
	right: 0;
}
.carousel-control-container {
	overflow: hidden;
}
.carousel-caption {
	background: none;
	cursor: default;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.carousel-caption-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.carousel-caption .rstpl-title {
	border-bottom: none;
	max-width: 80%;
	padding: 0;
	margin: 0 auto;
}
.carousel-caption .rstpl-title:after {
	background: none;
}
.carousel-caption .rstpl-title h1, .carousel-caption .rstpl-title h2, .carousel-caption .rstpl-title h3, .carousel-caption .rstpl-title h4, .carousel-caption .rstpl-title h5 {
	display: inline-block;
	margin: 0;
	padding: 30px 45px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.carousel-caption .rstpl-description {
	display: inline-block;
	max-width: 80%;
	padding: 30px 45px;
	margin: 2em 0;
}
.carousel-caption .rstpl-description h4 {
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.2em;
	margin: 0;
}
.rscarousel .carousel-indicators.center-inline-bottom {
	display: inline-block;
	height: 60px;
	position: relative;
}
.rscarousel .carousel-indicators.center-inline-bottom li {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	position: relative;
	top: 25%;
}
.rscarousel .carousel-indicators.center-inline-bottom li:first-child {
	margin-left: 0;
}
.rscarousel .controls {
	padding: 15px;
	text-align: center;
}
.rstpl-multiple-items-per-slide .item [class*="span"] {
	position: relative;
}
.rstpl-multiple-items-per-slide .carousel-caption {
	padding: 0px;
}
.rstpl-multiple-items-per-slide .carousel-caption .rstpl-title h1, .rstpl-multiple-items-per-slide .carousel-caption .rstpl-title h2, .rstpl-multiple-items-per-slide .carousel-caption .rstpl-title h3, .rstpl-multiple-items-per-slide .carousel-caption .rstpl-title h4, .rstpl-multiple-items-per-slide .carousel-caption .rstpl-title h5 {
	margin: .2em 0;
	padding: 0px;
}
.rstpl-multiple-items-per-slide .carousel-caption .rstpl-description {
	display: inline-block;
	margin: .2em 0;
	max-width: 100%;
	padding: 0px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.carousel-caption .rstpl-title h1, .carousel-caption .rstpl-title h2, .carousel-caption .rstpl-title h3, .carousel-caption .rstpl-title h4, .carousel-caption .rstpl-title h5 {
		padding: 15px 25px;
	}
	.carousel-caption .rstpl-description {
		margin: 1.5em 0;
		padding: 15px 25px;
	}
	.carousel-shadow {
		padding-bottom: 4em;
	}
}
@media (max-width: 767px) {
	.carousel-shadow {
		padding-bottom: 2em;
	}
	.carousel-caption .rstpl-description {
		margin: 1.2em 0;
		padding: 15px 20px;
	}
}
@media (max-width: 480px) {
	.carousel-caption .rstpl-description {
		margin: 1em 0;
		padding: 10px 15px;
	}
}</pre></body></html>