.glide {
  position: relative;
  width: 100%;
  height: 100%; }
  .glide__wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%; }
  .glide__track {
    position: relative;
    width: 100%;
    height: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0; }
    .glide__track.dragging {
      cursor: grabbing;
      user-select: none; }
  .glide__slide {
    width: 100%;
    height: 100% !important;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat; }
    .block_slider_config .glide__slide a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 4;
      display: block;
      line-height: 0;
      cursor: pointer; }
    .glide__slide a {
      user-select: none;
      -webkit-user-drag: none;
      -moz-user-select: none;
      -ms-user-select: none; }
    .glide__slide img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .glide__arrows {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide__arrow {
    cursor: pointer; }
  .glide__bullets {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide--slider .glide__slide {
    float: left;
    clear: none; }
  .glide--carousel.glide--vertical .glide__track {
    overflow: visible; }
  .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; }

/*# sourceMappingURL=glide.core.css.map */
