<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* ------------- General ------------- */
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&amp;subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic);
@font-face {
	font-family: "cs-ctrl-basic";
	src: url("cs-ctrl-basic.eot");
	src: url("cs-ctrl-basic.eot#iefix") format("embedded-opentype"),
			url("cs-ctrl-basic.woff") format("woff"),
			url("cs-ctrl-basic.ttf") format("truetype"),
			url("cs-ctrl-basic.svg#basic") format("svg");
	font-weight: normal;
	font-style: normal;
}

.csslider1 {
  display: inline-block;
  position: relative;
  max-width: 1000px;
  
  

  width: 100%;
  height: auto;
}
.csslider1,
.csslider1 *,
.csslider1 *:after,
.csslider1 *:before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.csslider1 &gt; .cs_anchor {
  display: none;
}
.csslider1 &gt; ul {
  position: relative;
  z-index: 1;
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
  padding: 0;
  height: auto;
  
  overflow: hidden;
  white-space: nowrap;
}
.csslider1 &gt; ul &gt; .cs_skeleton {
  width: 100%;
  visibility: hidden;
  font-size: 0px;
  line-height: 0;
    height: auto;
}

.csslider1 &gt; ul &gt; .slide.img img {
  width: 100%;
    height: auto;
}



.csslider1 &gt; ul &gt; .slide.img a {
  font-size: 0pt;
  color: transparent;
    height: auto;
}
.csslider1 &gt; ul &gt; .slide {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 15px;
  font-size: initial;
  line-height: normal;
  white-space: normal;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
    height: auto;
}
.csslider1 .cs_engine{
  position: absolute;
  top: -9999px;
  left: -9999px;
  font-size: 0pt;
  opacity: 0;
  filter: alpha(opacity=0);
    height: auto;
}

.csslider1 &gt; ul &gt; li.img,
.csslider1 &gt; .cs_arrowprev,
.csslider1 &gt; .cs_arrownext,
.csslider1 &gt; .cs_bullets,
.csslider1 &gt; .cs_play_pause {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
  height: auto;}
/* ------------- /General Styles ------------- */

/* ------------- General Bullets ------------- */
.csslider1 &gt; .cs_bullets {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 6;
  font-size: 0;
  line-height: 8pt;
  text-align: center;
    height: auto;
}
.csslider1 &gt; .cs_bullets &gt; div {
  margin-left: -50%;
  width: 100%;
    height: auto;
}
.csslider1 &gt; .cs_bullets &gt; label {
  position: relative;
  display: inline-block;
  cursor: pointer;
    height: auto;
}
.csslider1 &gt; .cs_bullets &gt; label &gt; .cs_thumb {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  z-index: 1;
  line-height: 0;
  left: -80px;
  top: -48px;
    height: auto;
}
.csslider1 &gt; .cs_bullets &gt; label &gt; .cs_thumb &gt; img {
  max-width: none;
}
/* ------------- /General Bullets ------------- */

/* ------------- Effect ------------- */

.csslider1 &gt; #cs_slide1_0:checked ~ ul &gt; .slide.num0,
.csslider1 &gt; #cs_pause1_0:checked ~ ul &gt; .slide.num0,
.csslider1 &gt; #cs_slide1_1:checked ~ ul &gt; .slide.num1,
.csslider1 &gt; #cs_pause1_1:checked ~ ul &gt; .slide.num1,
.csslider1 &gt; #cs_slide1_2:checked ~ ul &gt; .slide.num2,
.csslider1 &gt; #cs_pause1_2:checked ~ ul &gt; .slide.num2,
.csslider1 &gt; #cs_slide1_3:checked ~ ul &gt; .slide.num3,
.csslider1 &gt; #cs_pause1_3:checked ~ ul &gt; .slide.num3 {
  opacity: 1;
  z-index: 2;
}

.csslider1 &gt; ul &gt; .slide {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
  
  -webkit-transition: opacity 2000ms ease;
  transition: opacity 2000ms ease;

  
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}


@-webkit-keyframes fade1 {
  0%, 35.869565217391305%, 100%  { opacity: 0; }
  10.869565217391305%, 25%  { opacity: 1; }
  0%, 24.999%  { z-index: 2; }
  25.001%, 100%  { z-index: 1; }
}
@keyframes fade1 {
  0%, 35.869565217391305%, 100%  { opacity: 0; }
  10.869565217391305%, 25%  { opacity: 1; }
  0%, 24.999%  { z-index: 2; }
  25.001%, 100%  { z-index: 1; }
}

.csslider1 &gt; #cs_play1:checked ~ ul &gt; .slide.num0 {
  -webkit-animation: fade1 18400ms infinite -2000ms;
  animation: fade1 18400ms infinite -2000ms;
}
.csslider1 &gt; #cs_play1:checked ~ ul &gt; .slide.num1 {
  -webkit-animation: fade1 18400ms infinite 2600ms;
  animation: fade1 18400ms infinite 2600ms;
}
.csslider1 &gt; #cs_play1:checked ~ ul &gt; .slide.num2 {
  -webkit-animation: fade1 18400ms infinite 7200ms;
  animation: fade1 18400ms infinite 7200ms;
}
.csslider1 &gt; #cs_play1:checked ~ ul &gt; .slide.num3 {
  -webkit-animation: fade1 18400ms infinite 11800ms;
  animation: fade1 18400ms infinite 11800ms;
}



.csslider1 &gt; #cs_play1:checked ~ ul &gt; .slide,
.csslider1 &gt; .pause:checked ~ ul &gt; .slide {
  -webkit-transition: none;
  transition: none;
}


/* ------------- /Effect ------------- */

/* ------------- Template Show on hover ------------- */
.csslider1 &gt; .cs_play_pause {
  -webkit-transition: .4s all 0s ease;
  transition: .4s all 0s ease;
}
.csslider1 &gt; .cs_arrowprev {
  -webkit-transition: .4s all .15s ease;
  transition: .4s all .15s ease;
}
.csslider1 &gt; .cs_arrownext {
  -webkit-transition: .4s all .3s ease;
  transition: .4s all .3s ease;
}
.csslider1 &gt; .cs_arrowprev,
.csslider1 &gt; .cs_arrownext,
.csslider1 &gt; .cs_play_pause {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.csslider1:hover &gt; .cs_arrowprev,
.csslider1:hover &gt; .cs_arrownext,
.csslider1:hover &gt; .cs_play_pause {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* ------------- /Template Show on hover ------------- */

/* ------------- Template Bullets ------------- */
.csslider1 &gt; .cs_bullets {
  bottom: 5px;
  margin-bottom: 5px;
}
.csslider1 &gt; .cs_bullets &gt; label {
  border-radius: 50%;
  margin: 0 5px;
  padding: 9px;
  background: #f5f7f6;
}


.csslider1 &gt; .cs_bullets &gt; label &gt; .cs_thumb {
  border: 3px solid #f5f7f6;
  margin-top: -150%;
  margin-left: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.csslider1 &gt; .cs_bullets &gt; label &gt; .cs_thumb:before {
  content: '';
  position: absolute;
  width: 0; 
  height: 0; 
  left: 50%;
  margin-left: -4px;
  bottom: -9px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  
  border-top: 7px solid #f5f7f6;
}
.csslider1 &gt; .cs_bullets &gt; label:hover &gt; .cs_thumb {
  margin-top: -12px;
  opacity: 1;
  visibility: visible;
}



.csslider1 &gt; .cs_bullets &gt; label &gt; .cs_point {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -2px;
  margin-top: -2px;
  background: transparent;
  border-radius: 50%;
  padding: 2px;
}

.csslider1 &gt; .cs_bullets &gt; label:hover &gt; .cs_point,

.csslider1 &gt; #cs_slide1_0:checked ~ .cs_bullets &gt; label.num0 &gt; .cs_point,
.csslider1 &gt; #cs_pause1_0:checked ~ .cs_bullets &gt; label.num0 &gt; .cs_point,
.csslider1 &gt; #cs_slide1_1:checked ~ .cs_bullets &gt; label.num1 &gt; .cs_point,
.csslider1 &gt; #cs_pause1_1:checked ~ .cs_bullets &gt; label.num1 &gt; .cs_point,
.csslider1 &gt; #cs_slide1_2:checked ~ .cs_bullets &gt; label.num2 &gt; .cs_point,
.csslider1 &gt; #cs_pause1_2:checked ~ .cs_bullets &gt; label.num2 &gt; .cs_point,
.csslider1 &gt; #cs_slide1_3:checked ~ .cs_bullets &gt; label.num3 &gt; .cs_point,
.csslider1 &gt; #cs_pause1_3:checked ~ .cs_bullets &gt; label.num3 &gt; .cs_point {
  background: #3A4A5A;
}




@keyframes bullet1 {
  0%, 24.99%  { background: #3A4A5A; }
  25%, 100% { background: transparent; }
}
@-webkit-keyframes bullet1 {
  0%, 24.99%  { background: #3A4A5A; }
  25%, 100% { background: transparent; }
}

.csslider1 &gt; #cs_play1:checked ~ .cs_bullets &gt; label.num0 &gt; .cs_point,
.csslider1 &gt; #cs_pause1:checked ~ .cs_bullets &gt; label.num0 &gt; .cs_point {
  -webkit-animation: bullet1 18400ms infinite -2000ms;
  animation: bullet1 18400ms infinite -2000ms;
}
.csslider1 &gt; #cs_play1:checked ~ .cs_bullets &gt; label.num1 &gt; .cs_point,
.csslider1 &gt; #cs_pause1:checked ~ .cs_bullets &gt; label.num1 &gt; .cs_point {
  -webkit-animation: bullet1 18400ms infinite 2600ms;
  animation: bullet1 18400ms infinite 2600ms;
}
.csslider1 &gt; #cs_play1:checked ~ .cs_bullets &gt; label.num2 &gt; .cs_point,
.csslider1 &gt; #cs_pause1:checked ~ .cs_bullets &gt; label.num2 &gt; .cs_point {
  -webkit-animation: bullet1 18400ms infinite 7200ms;
  animation: bullet1 18400ms infinite 7200ms;
}
.csslider1 &gt; #cs_play1:checked ~ .cs_bullets &gt; label.num3 &gt; .cs_point,
.csslider1 &gt; #cs_pause1:checked ~ .cs_bullets &gt; label.num3 &gt; .cs_point {
  -webkit-animation: bullet1 18400ms infinite 11800ms;
  animation: bullet1 18400ms infinite 11800ms;
}



.csslider1 &gt; #cs_play1:checked ~ .cs_bullets &gt; label &gt; .cs_point,
.csslider1 &gt; .pause:checked ~ .cs_bullets &gt; label &gt; .cs_point {
  -webkit-transition: none;
  transition: none;
}


.csslider1 &gt; .slide:checked ~ .cs_bullets &gt; label &gt; .cs_point,
.csslider1 &gt; .pause:checked ~ .cs_bullets &gt; label &gt; .cs_point {
  -webkit-animation: none;
  animation: none;
}


/* ------------- Template /Bullets ------------- */
/* hide description &amp; bullets on mobile devices */
@media
only screen and (max-width: 480px),
only screen and (-webkit-max-device-pixel-ratio: 2)      and (max-width: 480px),
only screen and (   max--moz-device-pixel-ratio: 2)      and (max-width: 480px),
only screen and (     -o-max-device-pixel-ratio: 2/1)    and (max-width: 480px),
only screen and (        max-device-pixel-ratio: 2)      and (max-width: 480px),
only screen and (                max-resolution: 192dpi) and (max-width: 480px),
only screen and (                max-resolution: 2dppx)  and (max-width: 480px) { 
  .csslider1 &gt; .cs_description,
  .csslider1 &gt; .cs_bullets {
    display: none;
  }
}</pre></body></html>