<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.owl-theme .owl-controls{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent;}
.owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;/*padding:4px 7px;background:#f1f0f0;*/display:inline-block;cursor:pointer;/*-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px*/}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{/*background:#869791;*/color:#fff;text-decoration:none}
.owl-theme .owl-controls .owl-nav .disabled{opacity:.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 7px;background:#d6d6d6;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:#869791}

.teamSlider.owl-theme .owl-controls{
  z-index: 100;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);

}
.teamSlider.owl-carousel .owl-stage-outer{
  z-index: 500;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    padding: 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c6033e+18,8f0222+53,540016+100 */
    background: rgb(198,3,62); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(198,3,62,1) 18%, rgba(143,2,34,1) 53%, rgba(84,0,22,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(198,3,62,1) 18%,rgba(143,2,34,1) 53%,rgba(84,0,22,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(198,3,62,1) 18%,rgba(143,2,34,1) 53%,rgba(84,0,22,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6033e', endColorstr='#540016',GradientType=1 ); /* IE6-9 */
    color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel .owl-controls .owl-dot:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#540016+0,8f0222+47,c6033e+82 */
background: rgb(84,0,22); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(84,0,22,1) 0%, rgba(143,2,34,1) 47%, rgba(198,3,62,1) 82%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(84,0,22,1) 0%,rgba(143,2,34,1) 47%,rgba(198,3,62,1) 82%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(84,0,22,1) 0%,rgba(143,2,34,1) 47%,rgba(198,3,62,1) 82%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#540016', endColorstr='#c6033e',GradientType=0 ); /* IE6-9 */
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* prev / nex button */
.owl-nav{
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.owl-prev{
  float: left;
  left: -15px;
}
.owl-next{
  float: right;
  right: -15px;
}
.owl-prev span{
  background: url(images/left-arrow.png) no-repeat top; /* change here */
  width: 14px;
  height: 14px;
  display: block;
}
.owl-prev:hover span{
  background: url(images/left-arrow.png) no-repeat bottom; /* change here */
  width: 14px;
  height: 14px;
  display: block;
}
.owl-next span{
  background: url(images/right-arrow.png) no-repeat top; /* change here */
  width: 14px;
  height: 14px;
  display: block;
}
.owl-next:hover span{
  background: url(images/right-arrow.png) no-repeat bottom; /* change here */
  width: 14px;
  height: 14px;
  display: block;
}


.owl-carousel:hover .owl-nav{
  opacity: 1;
}</pre></body></html>