.glide {
    position: relative;
    width: 100%;
    box-sizing: content-box;
}

.glide * {
    box-sizing: inherit;
}

.glide__track {
    overflow: hidden;
    height: 100%;
}

.glide__slides {
    position: relative;
    width: 100%;
    height: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
}

.glide__slides--dragging {
    user-select: none;
}

.glide__slide {
    /*width: 25%;
    max-width: 370px;
    height: auto;
    max-height: 311px;
    aspect-ratio: 1 / 0.85;*/
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    /*transform: scale(0.73);*/
    transform: scale(1);
}

/*.glide__slide.glide__slide--active{
    width: 50%;
    max-width: 740px;
    height: 100%;
    max-height: 475px;
    aspect-ratio: 1 / 0.65;
}*/

.glide-center-accent .glide__slide.glide__slide--active{
    transform: scale(1.5);
}

/*.glide__slide {
    width: 25%;
    max-width: 370px;
    height: auto;
    max-height: 311px;
    aspect-ratio: 1 / 0.84;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

.glide__slide--active{
    width: 50%;
    max-width: 740px;
    height: auto;
    max-height: 475px;
    aspect-ratio: 1 / 0.65;
}*/

.glide__slide a {
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.glide__arrows {
    -webkit-touch-callout: none;
    user-select: none;
}

.glide__bullets {
    -webkit-touch-callout: none;
    user-select: none;
}

.glide--rtl {
    direction: rtl;
}

/*# sourceMappingURL=glide.core.min.css.map */
