.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: var(--t);
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.owl-stage {
  position: var(--r);
  -ms-touch-action: pan-Y;
  display: flex;
  height: 100%;
}
.owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-pic .owl-stage-outer {
  display: block;
  padding: 0;
}
.owl-stage-outer {
  display: flex;
  position: var(--r);
  overflow: hidden;
  transform: translate3d(0px, 0, 0);
  padding: 15px 0;
}
.owl-dot,
.owl-next,
.owl-prev {
  cursor: pointer;
  cursor: hand;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-refresh .owl-item {
  display: none;
}
.owl-item {
  position: var(--r);
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
}
.owl-item .item {
  height: 100%;
  padding-left: 4px;
}
.owl-item img {
  display: var(--i);
  max-width: 100%;
  width: 100%;
  transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  user-select: auto;
}
.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-item .owl-lazy {
  opacity: 0;
  transition: var(--t);
}
.owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-nav [class*="owl-"] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "icomoon";
  font-size: 16px;
  font-weight: normal;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  padding: 10px;
  margin-top: -30px;
  background: #f1f1f1;
  color: #82ab28;
  transition: var(--t);
  cursor: pointer;
}
.owl-nav .owl-prev {
  left: 2%;
  right: auto;
}
.owl-nav .owl-next {
  right: 2% !important;
  left: auto;
}
.owl-nav [class*="owl-"]:hover {
  color: var(--w);
  background: #82ab28;
}
.owl-nav [class*="owl-"]:hover {
  color: var(--w);
}
.owl-nav [class*="owl-"]:before {
  display: table-cell;
  vertical-align: middle;
  font-family: "icomoon";
  font-size: 18px;
}

.owl-prev:before {
  content: "\f053";
}
.owl-next:before {
  content: "\f054";
}
.owl-dot {
  display: var(--i);
  zoom: 1;
  *display: inline;
}
.owl-dot.active span,
.owl-dot:hover span {
  background: var(--m);
}
.owl-dot span {
  width: 13px;
  height: 13px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: var(--t);
  border-radius: 30px;
}
