<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.flexslider {
  /* margin-top: -157px; */
  margin: 0;
  padding: 0 10px;
  /*background: rgba(26, 26, 26, 0.8);*/
  background: #1A1A1A;
  border: 0;
  border-radius: 0;
  position: relative;  
  z-index: 2;  
}

.flex-viewport {
  margin: 0 auto;
  width: calc(100% - 100px);  
}

.flex-control-nav {
  width: calc(100% - 80px);
  bottom: -24px;
}

.flex-control-paging li a {
  background: #C4C4C4; 
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50%;
}

.flex-control-paging li a.flex-active {
  background: #E8422E; 
  width: 11px;
  height: 11px;
  /* border: 2px solid #E8422E; */
  /* background: #ffffff; */
  box-sizing: border-box;
}

.flex-control-paging li a:hover {
  background: #E8422E; 
}

.flex-direction-nav .flex-next {
  right: 10px!important;
}

.flex-direction-nav a {
  opacity: 1!important;
  outline: none;
  text-align: center;
}

.flex-direction-nav .flex-prev {
  left: 10px!important;
}

.flex-direction-nav .flex-disabled {
  opacity: 1!important;
}

.flex-direction-nav a:before {
  content:""!important;  
  width: 18px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.flex-direction-nav a.flex-next:before {
  content:''!important;
  background-image: url('../img/rArrow.svg'); 
}

.flex-direction-nav a.flex-prev:before {
  content:''!important;
  background-image: url('../img/lArrow.svg');  
}

.flex-direction-nav a.flex-disabled:before {
  opacity: 0.3;
}</pre></body></html>