<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.glide {
  position: relative;
  width: 100%;
  height: 100%;
}
.glide__wrapper {
  overflow: hidden;
}
.glide__track {
  position: relative;
  width: 100%;
  height: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
      touch-action: pan-Y;
}
.glide__track.dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__slide {
  opacity: 0.65;
  width: 100%;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.glide__slide a:focus{
  outline: 0;
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__arrow {
  z-index: 4;
  cursor: pointer;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide--slider .glide__slide {
  float: left;
  clear: none;
}
.glide--carousel .glide__slide {
  float: left;
  clear: none;
}
.glide--slideshow .glide__wrapper {
  height: 100%;
}
.glide--slideshow .glide__slide {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.glide--slideshow .glide__slide.active {
  z-index: 1;
}

.glide__slide.active img{
  cursor: pointer;
}

@media all and (max-width: 767px) {
 .glide__slide .imgContent img{
   width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
 .glide__slide .imgContent img{
   width: 100%;
  }
}
@media (min-width: 993px) {
 .glide__slide .imgContent img{
   width: 678px;
 }
}

.glide__slide .imgContent__live {
  background-image: url(../../../images/v4/sprites.png);
  background-repeat: no-repeat;
  background-size: 320px 240px;
  background-position: 0 -77px;
  content: " ";
  display: inline-block;
  width: 50px;
  height: 21px;
  position: absolute;
  z-index: 9999;
  right: 16px;
  bottom: 8px;
}

.glide__arrows__left{
  position: absolute;
  z-index: 3;
  top: -192px;
  left: -40px;
  width: 153px;
  height: 385px;
  background: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0.5) 50%, rgba(0,0,0,0));
  cursor: pointer;
}

.glide__arrows__right {
  position: absolute;
  z-index: 3;
  top: -192px;
  right: -40px;
  width: 154px;
  height: 385px;
  background: linear-gradient(to left, rgba(0,0,0,1), rgba(0,0,0,0.5) 50%, rgba(0,0,0,0));
  cursor: pointer;
}

.glide__slide .jwplayer{
  max-height: 383px !important;
}
</pre></body></html>