.owl-nav .owl-prev, .owl-nav .owl-next {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}
.owl-nav .owl-prev span, .owl-nav .owl-next span {
  display: none;
}
.owl-nav .owl-prev:after, .owl-nav .owl-next:after {
  content: "\e903";
  font-family: "gm-icon";
  background: #fff;
  padding: 5px 13px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 475px) {
  .owl-nav .owl-prev:after, .owl-nav .owl-next:after {
    font-size: 12px;
  }
}
.owl-nav .owl-prev {
  left: -21px;
}
.owl-nav .owl-prev:after {
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  .owl-nav .owl-prev {
    left: -10px;
  }
}
.owl-nav .owl-next {
  right: -21px;
}
@media (max-width: 768px) {
  .owl-nav .owl-next {
    right: -10px;
  }
}
.owl-nav .owl-next:after {
  transform: rotate(-90deg);
}

.nav-image-center .owl-prev {
  left: -18px;
  top: 5em;
  bottom: unset;
}
@media (min-width: 475px) {
  .nav-image-center .owl-prev {
    top: 9em;
  }
}
@media (min-width: 768px) {
  .nav-image-center .owl-prev {
    top: 4.5em;
  }
}
@media (min-width: 1200px) {
  .nav-image-center .owl-prev {
    top: 5em;
  }
}
@media (min-width: 1500px) {
  .nav-image-center .owl-prev {
    top: 6em;
  }
}
@media (max-width: 768px) {
  .nav-image-center .owl-prev {
    left: -10px;
  }
}
.nav-image-center .owl-next {
  right: -18px;
  top: 5em;
  bottom: unset;
}
@media (min-width: 475px) {
  .nav-image-center .owl-next {
    top: 9em;
  }
}
@media (min-width: 768px) {
  .nav-image-center .owl-next {
    top: 4.5em;
  }
}
@media (min-width: 1200px) {
  .nav-image-center .owl-next {
    top: 5em;
  }
}
@media (min-width: 1500px) {
  .nav-image-center .owl-next {
    top: 6em;
  }
}
@media (max-width: 768px) {
  .nav-image-center .owl-next {
    right: -10px;
  }
}

.nav-four-image-center .owl-prev {
  left: -18px;
  top: 5em;
  bottom: unset;
}
@media (min-width: 475px) {
  .nav-four-image-center .owl-prev {
    top: 9em;
  }
}
@media (min-width: 768px) {
  .nav-four-image-center .owl-prev {
    top: 4.5em;
  }
}
@media (min-width: 1200px) {
  .nav-four-image-center .owl-prev {
    top: 60px;
  }
}
@media (min-width: 1500px) {
  .nav-four-image-center .owl-prev {
    top: 77px;
  }
}
@media (max-width: 768px) {
  .nav-four-image-center .owl-prev {
    left: -10px;
  }
}
.nav-four-image-center .owl-next {
  right: -18px;
  top: 5em;
  bottom: unset;
}
@media (min-width: 475px) {
  .nav-four-image-center .owl-next {
    top: 9em;
  }
}
@media (min-width: 768px) {
  .nav-four-image-center .owl-next {
    top: 4.5em;
  }
}
@media (min-width: 1200px) {
  .nav-four-image-center .owl-next {
    top: 60px;
  }
}
@media (min-width: 1500px) {
  .nav-four-image-center .owl-next {
    top: 77px;
  }
}
@media (max-width: 768px) {
  .nav-four-image-center .owl-next {
    right: -10px;
  }
}

.nav-five-image-center .owl-prev {
  left: -18px;
  top: 5em;
  bottom: unset;
}
@media (min-width: 475px) {
  .nav-five-image-center .owl-prev {
    top: 9em;
  }
}
@media (min-width: 768px) {
  .nav-five-image-center .owl-prev {
    top: 4.5em;
  }
}
@media (min-width: 1200px) {
  .nav-five-image-center .owl-prev {
    top: 60px;
  }
}
@media (min-width: 1500px) {
  .nav-five-image-center .owl-prev {
    top: 65px;
  }
}
@media (max-width: 768px) {
  .nav-five-image-center .owl-prev {
    left: -10px;
  }
}
.nav-five-image-center .owl-next {
  right: -18px;
  top: 5em;
  bottom: unset;
}
@media (min-width: 475px) {
  .nav-five-image-center .owl-next {
    top: 9em;
  }
}
@media (min-width: 768px) {
  .nav-five-image-center .owl-next {
    top: 4.5em;
  }
}
@media (min-width: 1200px) {
  .nav-five-image-center .owl-next {
    top: 60px;
  }
}
@media (min-width: 1500px) {
  .nav-five-image-center .owl-next {
    top: 65px;
  }
}
@media (max-width: 768px) {
  .nav-five-image-center .owl-next {
    right: -10px;
  }
}

.owl-carousel .content-item {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .owl-carousel .content-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.owl-carousel .content-item img {
  transition: -webkit-transform 0.9s;
  transition: transform 0.9s;
  transition: transform 0.9s, -webkit-transform 0.9s;
}
.owl-carousel .content-item .title {
  position: absolute;
  bottom: 10px;
  left: 25px;
  z-index: 1;
}
.owl-carousel .content-item .title a {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}
.owl-carousel .content-item .content-card {
  margin-bottom: 0;
}
.owl-carousel .content-item .cover-image .b-lazy:not(.b-loaded) {
  margin: 0 auto;
  display: block;
  width: 80px;
}
@media (min-width: 1500px) {
  .owl-carousel .content-item .cover-image .b-lazy:not(.b-loaded) {
    height: 219px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .owl-carousel .content-item .cover-image .b-lazy:not(.b-loaded) {
    height: 176px;
  }
}
@media (min-width: 992px) and (max-width: 1119px) {
  .owl-carousel .content-item .cover-image .b-lazy:not(.b-loaded) {
    height: 147px;
  }
}
@media (min-width: 601px) and (max-width: 991px) {
  .owl-carousel .content-item .cover-image .b-lazy:not(.b-loaded) {
    height: 224px;
  }
}
@media (max-width: 600px) {
  .owl-carousel .content-item .cover-image .b-lazy:not(.b-loaded) {
    height: 336px;
  }
}
.owl-carousel .content-item > a:after, .owl-carousel .content-item .cover-image:after {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 7%, black 98%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 7%, black 98%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 7%, black 98%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#a6000000",GradientType=0);
  background-position-y: 0px;
  background-repeat: no-repeat;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  width: 100%;
  height: 90px;
  position: absolute;
  bottom: 0;
  content: "";
  z-index: 0;
}
.owl-carousel .content-item .no-overlay .cover-image:after {
  content: unset;
}

.all-link {
  font-size: 12px;
  font-weight: 700;
  color: #000;
  background: #fcc40e;
  top: 12px;
  margin-left: 4em;
  border-radius: 5px;
  padding: 8px 12px;
  position: absolute;
  line-height: initial;
}
@media (max-width: 768px) {
  .all-link {
    top: 3px;
    margin-left: 30px;
  }
}
.all-link:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: -1;
  border-top: 8px solid transparent;
  border-right: 12px solid #fcc40e;
  border-bottom: 8px solid transparent;
  left: -10px;
  top: 8px;
}

.inline {
  position: relative;
}

.mobile-owl {
  display: flex;
  flex-direction: row;
  scroll-behavior: smooth;
  overflow-y: hidden;
  overflow-x: scroll;
  scrollbar-base-color: #f5f5f5;
  scrollbar-face-color: #f5f5f5;
  scrollbar-arrow-color: #f5f5f5;
  scrollbar-3dlight-color: #f5f5f5;
  scrollbar-highlight-color: #f5f5f5;
  scrollbar-shadow-color: #f5f5f5;
  scrollbar-darkshadow-color: #f5f5f5;
  scrollbar-track-color: #f5f5f5;
}
.mobile-owl::-webkit-scrollbar {
  width: 1px;
  background: 0 0;
  display: none;
}
.mobile-owl::-webkit-scrollbar-track-piece {
  background: 0 0;
}
.mobile-owl::-webkit-scrollbar-button {
  display: none;
}
.mobile-owl::-webkit-scrollbar-thumb {
  border-radius: 5px;
  display: none;
  background: #f5f5f5;
}
.mobile-owl .content-item, .mobile-owl .social-item {
  margin-right: 20px;
  overflow: unset;
}
.mobile-owl .content-item .content-card, .mobile-owl .content-item .content-full, .mobile-owl .social-item .content-card, .mobile-owl .social-item .content-full {
  width: 275px;
  display: flex;
  flex-direction: column;
}
.mobile-owl .content-item .content-card p:not(.subtitle):not(.title), .mobile-owl .content-item .content-card .tags, .mobile-owl .content-item .content-full p:not(.subtitle):not(.title), .mobile-owl .content-item .content-full .tags, .mobile-owl .social-item .content-card p:not(.subtitle):not(.title), .mobile-owl .social-item .content-card .tags, .mobile-owl .social-item .content-full p:not(.subtitle):not(.title), .mobile-owl .social-item .content-full .tags {
  display: none;
}
.mobile-owl .content-item .content-card img, .mobile-owl .content-item .content-full img, .mobile-owl .social-item .content-card img, .mobile-owl .social-item .content-full img {
  width: 100%;
}
.mobile-owl .content-item .item img, .mobile-owl .social-item .item img {
  width: 100%;
}
.mobile-owl .content-item .owl-carousel .content-item .title, .mobile-owl .social-item .owl-carousel .content-item .title {
  position: unset;
}
.mobile-owl .content-item .owl-carousel .content-item .title a, .mobile-owl .social-item .owl-carousel .content-item .title a {
  color: #000;
  padding-left: 20px;
}

@media (min-width: 1500px) {
  .teaser-taxonomy-wrapper .content-card .cover-image, .teaser-taxonomy-wrapper .content-card .content-image:not(.no-overlay) {
    min-height: 200px;
  }
}

/*# sourceMappingURL=owl-custom.css.map */
