/* END OWL carusel */
.mw-youtube-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 16px 20px;
  position: relative;
  z-index: 2;
  background: rgb(250, 250, 250);
}

.mw-youtube-head-logo {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: auto 0 0px;
  flex: auto 0 0;
  margin-right: 16px;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
}

.mw-youtube-head-logo img {
  display: block !important;
  width: 80px !important;
  height: 80px !important;
  margin: 0 !important;
  max-width: none !important;
  position: static !important;
  padding: 0 !important;
  border-radius: 50%;
}

.mw-youtube-head-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.mw-youtube-head-title {
  display: block !important;
  display: -webkit-box !important;
  overflow: hidden;
  line-height: 28px;
  max-height: 28px;
  font-size: 20px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: rgb(17, 17, 17);
}

.mw-youtube-head-title a {
  color: rgb(17, 17, 17);
}

.mw-youtube-head-title a:hover,
.mw-youtube-head-title a:focus {
  text-decoration: underline;
}

.mw-youtube-head-properties {
  overflow: hidden;
  max-height: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: rgba(17, 17, 17, .7);
  margin-top: 6px;
}

.mw-youtube-head-properties-item-divider {
  display: inline-block;
  margin: 0 4px;
  color: rgba(17, 17, 17, .7);
}

.mw-youtube-slider {
  padding-top: 20px;
  /* padding-left: 20px; */
  /* padding-right: 20px; */
  gap: 10px;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mw-youtube-slider-teaser {
  background: #fff;
  max-width: 352px;
  margin-bottom: 2em;
}

.mw-youtube-slider-teaser-link {
  display: flex;
  position: relative;
  /* width: 352px;
  height: 193.4px; */
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

@media (max-width: 480px) {
  .mw-youtube-slider-teaser-link {
    width: auto;
    height: auto;
  }
}

.mw-youtube-slider-teaser-link img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.mw-youtube-slider-teaser-play {
  display: block;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 68px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.mw-youtube-slider-teaser-link-time {
  display: block;
  position: absolute;
  padding: 5px 7px 6px;
  border-radius: 2px;
  line-height: 1;
  font-size: 12px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  right: 4px;
  bottom: 4px;
  background: rgba(34, 34, 34, 0.81);
  color: rgb(255, 255, 255);
  z-index: 2;
}

.mw-youtube-slider-teaser-link .maincolor {
  fill: rgba(255, 0, 0, 0.8);
}

.mw-youtube-slider-teaser-link:hover .maincolor,
.mw-youtube-slider-teaser-link:focus .maincolor {
  fill: rgba(255, 0, 0, 1);
}

.mw-youtube-slider-teaser-description {
  padding: 16px 20px 14px;
  color: rgb(17, 17, 17);
}

.mw-youtube-slider-teaser-title {
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  /*white-space: nowrap;*/
  line-height: 18px;
  font-weight: 700;
  font-size: 14px;
  color: rgb(17, 17, 17);
  /*width: 352px;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
}

.mw-youtube-slider-teaser-title:hover,
.mw-youtube-slider-teaser-title:focus {
  text-decoration: underline;
}

.mw-youtube-slider-teaser-t.mw-is-date {
  margin-top: 4px;
  line-height: 16px;
  font-size: 12px;
  color: rgba(17, 17, 17, 0.7);
}

.mw-youtube-slider-teaser-t.mw-is-description {
  display: -webkit-box !important;
  overflow: hidden;
  margin-top: 8px;
  word-wrap: break-word;
  line-height: 1.4;
  font-size: 13px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 36.4px;
}

.mw-youtube-slider-teaser-t.mw-is-information {
  height: 14px;
  overflow: hidden;
  margin-top: 8px;
  font-size: 12px;
  color: rgba(17, 17, 17, 0.7);
}

/* Popup */

#mw-youtube-mobile {
  position: fixed;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 50px 0;
  z-index: 1000;
  display: none;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  align-items: baseline;
}

#mw-youtube-mobile.mw-is-active {
  display: flex;
}

#mw-youtube-mobile-content {
  max-width: 854px;
  background: #fff;
  -webkit-transform-origin: center 0;
  -ms-transform-origin: center 0;
  transform-origin: center 0;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  position: relative;
}

#mw-youtube-mobile-content-body {
  padding: 20px;
}

#mw-youtube-mobile-content-player {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

#mw-youtube-mobile-content-player iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mw-youtube-popup-loader {
  position: absolute;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background: #000;
}

.mw-youtube-popup-snippet {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  visibility: hidden;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.mw-youtube-popup-snippet::before {
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid rgba(255, 255, 255, .6);
  border-radius: 50%;
  -webkit-animation: yottie-spinner 1.2s infinite;
  animation: yottie-spinner 1.2s infinite;
  content: '';
}

@keyframes yottie-spinner {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  75% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

#mw-youtube-popup-description {
  overflow: hidden;
  max-height: 40px;
  line-height: 20px;
  font-size: 14px;
  color: #111;
}

.mw-youtube-popup-description-more {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  padding: 8px 0;
  margin: 6px 0 -14px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 700;
  font-size: 12px;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  color: rgba(17, 17, 17, 0.5);
}

#mw-youtube-popup-description.mw-is-open {
  overflow: auto;
  max-height: none;
}

.mw-youtube-popup-description-more:hover,
.mw-youtube-popup-description-more:focus {
  color: rgba(17, 17, 17, 0.7);
}

.mw-youtube-popup-title {
  color: rgb(17, 17, 17);
  margin: 10px 0 16px;
  line-height: 28px;
  font-size: 20px;
}

.mw-youtube-popup-info {
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
}

.mw-youtube-popup-info-views {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 22px;
  color: rgba(17, 17, 17, .7);
}

.mw-youtube-popup-info-likes {
  position: relative;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  width: 120px;
  line-height: 20px;
  font-size: 12px;
}

.mw-youtube-popup-info-likes-icon {
  margin-right: 8px;
  width: 12px;
  height: 11px;
  fill: rgba(17, 17, 17, 0.5);
}

.mw-youtube-popup-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: -1px;
  padding: 20px 0;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  align-items: center;
}

.mw-youtube-popup-head-subscribe {
  margin-left: auto;
  max-width: 120px;
  position: relative;
}

.mw-youtube-mobile-close {
  position: absolute;
  z-index: 12;
  width: 36px;
  height: 36px;
  top: -12px;
  right: -36px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.mw-youtube-mobile-close:after,
.mw-youtube-mobile-close:before {
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  border-radius: 10px;
  background: #a0a0a0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  content: '';
}

.mw-youtube-mobile-close:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.mw-youtube-mobile-close:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.mw-youtube-mobile-close:hover:after,
.mw-youtube-mobile-close:hover:before,
.mw-youtube-mobile-close:focus:after,
.mw-youtube-mobile-close:focus:before {
  background: rgb(220, 220, 220);
}

#mw-youtube-mobile.mw-is-loading {
  display: flex;
}

#mw-youtube-mobile.mw-is-loading #mw-youtube-mobile-content-body {
  display: none;
}

#mw-youtube-mobile.mw-is-loading .mw-youtube-popup-snippet {
  visibility: visible;
}

#mw-youtube-mobile-overlay {
  position: ABSOLUTE;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

#mw-youtube-mobile-content {
  z-index: 2;
  width: 100%;
}

#mw-youtube-mobile-content-iframe {}

.mw-youtube .owl-prev,
.mw-youtube .owl-next {
  position: absolute;
  z-index: 3;
  top: 97px;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 6px rgb(0 0 0 / 20%);
  box-shadow: 0 0 6px rgb(0 0 0 / 20%);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  cursor: pointer;
  font-size: 33px;
  line-height: 40px;
  text-align: center;
}

.mw-youtube .owl-prev span,
.mw-youtube .owl-next span {
  /*margin-top: -2px;*/
  display: block;
}

.mw-youtube .owl-next {
  right: 2px;
  background: rgba(255, 255, 255, 0.8);
}

.mw-youtube .owl-prev {
  left: 2px;
  background: rgba(255, 255, 255, 0.8);
}

.mw-youtube .owl-dot {
  text-align: center;
  min-width: 18px;
  font-size: 11px;
  padding: 5px 7px;
  margin: 0 3px;
  width: auto;
  border-radius: 2px;
  color: #aaa;
  line-height: 1;
  background: rgba(175, 175, 175, .1);
  opacity: 1;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  cursor: pointer;
  display: inline-block;
  height: 21px;
}

.mw-youtube .owl-dot:hover,
.mw-youtube .owl-dot:focus,
.mw-youtube .owl-dot.active {
  color: #111;
  background: #eee;
}

.mw-youtube .owl-dots {
  counter-reset: dots;
}

.mw-youtube .owl-dot:before {
  counter-increment: dots;
  content: counter(dots);
}

.mw-youtube .owl-dots {
  padding: 20px;
  text-align: center;
}

a.mw-youtube-popup-head-logo {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: auto 0 0px;
  flex: auto 0 0;
  margin-right: 16px;
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
}

div#mw-youtube {
  margin: 2rem 0;
}


.mw-youtube-button-icon {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAAY0lEQVR4AWP4//+/JxA/+08igOrxZCBPM8IQhv8UApwGPJUU///z4B7yDXjCwfH/qYTg/+8bV5BnwDOQAcwM/59xMvz/kJ9MqQFJFHhhw3JaByKFgNKE9BxkgBeIQYbmJyC9ANRb3IxvnuRaAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-size: auto;
  width: 16px;
  height: 12px;
}

a.mw-youtube-button {
  display: flex;
  align-items: center;
  color: #fefefe;
  background-color: #e62117;
  padding-left: 8px;
  gap: 10px;
  /* padding: 4px 5px 4px 8px; */
  position: relative;
  border-radius: 2px;
  /* display: inline-block; */
  height: 28px;
  border: solid 1px transparent;
  /* padding: 0 10px; */
  outline: 0;
  font-weight: 500;
  font-size: 11px;
  text-decoration: none;
  white-space: nowrap;
  word-wrap: normal;
  line-height: normal;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 2px;
}

.mw-youtube-button-counter {
  padding: 0 6px;
  color: #737373;
  font-size: 11px;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #fafafa;
  vertical-align: middle;
  border-radius: 0 2px 2px 0;
  height: 28px;
  line-height: 28px;
  margin-right: -2px;
}

.mw-youtube-button-text {
  padding: 2px 0;
}


a.mw-youtube-button:hover {
  background-color: #cc181e;
}