<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** /!!! core css Should not edit !!!/**/

.csSlideOuter {overflow: hidden;}

.lightSlider:before,

.lightSlider:after {content: " ";display: table;}

.csSlideWrapper &gt; ul:after {clear: both;}

.csSlideWrapper .csSlide {-webkit-transform: translate(0px, 0px);-ms-transform: translate(0px, 0px);transform: translate(0px, 0px);-webkit-transition: all 1s;transition: all 1s;-webkit-transition-duration: inherit;transition-duration: inherit;-webkit-transition-timing-function: inherit;transition-timing-function: inherit;}

.csSlideWrapper .csFade { position: relative;-webkit-transition-duration: 1s;transition-duration: 1s;-webkit-transition-timing-function: ease;transition-timing-function: ease;}

.csSlideWrapper .csFade &gt; li {position: absolute !important;top: 0;left: 0;opacity: 0;z-index: 9;margin-right: 0;-webkit-transition-delay: 0s; transition-delay: 0s;-webkit-transition-duration: inherit;transition-duration: inherit;-webkit-transition-property: opacity;transition-property: opacity; -webkit-transition-timing-function: inherit;transition-timing-function: inherit; border: 1px solid #ccc;}

.csSlideWrapper .csFade &gt; li.active {opacity: 1;z-index: 10;}

/** /!!! End of core css Should not edit !!!/**/



/* Pager */

.csSlideOuter .csPager.cSpg {margin: 10px 0 0;padding: 0;text-align: center;}

.csSlideOuter .csPager.cSpg &gt; li {cursor: pointer;display: inline-block;padding: 0 5px;}

.csSlideOuter .csPager.cSpg &gt; li a { background-color: #222222;border-radius: 30px;display: inline-block;height: 8px;overflow: hidden;text-indent: -999em;width: 8px;-webkit-transition: all 0.5s linear 0s;transition: all 0.5s linear 0s;}

.csSlideOuter .csPager.cSpg &gt; li:hover a,

.csSlideOuter .csPager.cSpg &gt; li.active a {background-color: #428bca;}

.csSlideOuter .media {opacity: 0.8;}

.csSlideOuter .media.active {opacity: 1;}

/* End of pager */



/** Gallery */

.csSlideOuter .csPager.cSGallery {list-style: none outside none;padding-left: 0;margin: 0;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none; user-select: none;}

.csSlideOuter .csPager.cSGallery li {-webkit-transition: opacity 0.35s linear 0s; transition: opacity 0.35s linear 0s;}

.csSlideOuter .csPager.cSGallery li.active, .csSlideOuter .csPager.cSGallery li:hover {opacity: 1;}

.csSlideOuter .csPager.cSGallery img {display: block;height: auto;max-width: 100%;}

.csSlideOuter .csPager.cSGallery:before,

.csSlideOuter .csPager.cSGallery:after {content: " ";display: table;}

.csSlideOuter .csPager.cSGallery:after {clear: both;}

/* End of Gallery*/





</pre></body></html>