<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-controls {
  bottom: 10px;
    left: 0;
    margin-top: 0;
    position: static;
    right: 0;
    text-align: center;
}
.owl-theme .owl-controls .owl-dots{
	bottom: 10px;
    left: 0;
    margin-top: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
.owl-theme .owl-controls .owl-nav [class*='owl-'] {
   border-radius: 3px;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 30px;
    height: 40px;
    line-height: 1;
    margin: 0;
    opacity: 0;
    padding: 0;
    transition: all 0.3s ease 0s;
    width: 40px;
}
.owl-theme .owl-controls .owl-nav .owl-next {
    background-position: -40px 0;
    right: 0;
}
.owl-theme .owl-controls .owl-nav .owl-prev {
    left: 0;
}

.owl-theme:hover .owl-controls .owl-nav .owl-prev {
    left: 20px;
    opacity: 0.6;
}
.owl-theme:hover .owl-controls .owl-nav .owl-next {
    right: 20px;
    opacity: 0.6;
}
.owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
  color: #ff7e00;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  background: none;
  border: 1px solid #ffffff;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}
</pre></body></html>