:root {
  --glide-bullet-bg-color: rgba(255, 255, 255, 0.5);
  --glide-bullet-bg-color-hover: rgba(255, 255, 255, 0.5);
  --glide-bullet-active-color: var(--color-primary);
  --hero-max-width: 100%;
  --hero-xl-wide-height: 700px;
  --gallery-btn-size-mob: 40px;
  --gallery-btn-size-tablet: 60px;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.glide__track {
  overflow: hidden;
}

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

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

.glide__slide {
  width: 100%;
  height: 100%;
  margin: 0;
  flex-shrink: 0;
  white-space: initial;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  user-select: none;
}

.glide__arrows {
  user-select: none;
}

.glide__bullets {
  user-select: none;
}

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}

.glide__bullet {
  background-color: var(--glide-bullet-bg-color);
  width: 9px;
  height: 9px;
  padding: 0;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.25em;
}

.glide__bullet:focus {
  outline: none;
}

.glide__bullet:hover,
.glide__bullet:focus {
  border: 2px solid #fff;
  background-color: var(--glide-bullet-bg-color);
}

.glide__bullet--active {
  background-color: #fff;
}

.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.glide {
  background-color: transparent;
  max-width: var(--content-large);
  margin: 0 auto;
}

.glide__track {
  position: relative;
  width: var(--content-medium);
  max-width: 100%;
  padding: 0;
}

.panel .glide__track {
  width: 100%;
}

.glide__bullet {
  background-color: var(--glide-bullet-bg-color);
  width: 6px;
  height: 6px;
  padding: 0;
  cursor: pointer;
  line-height: 0;
  margin-inline: 6px;
  position: relative;
}

.glide__bullet:focus {
  outline: none;
}

.glide__bullet:hover::before,
.glide__bullet:focus::before {
  opacity: 0;
}

.glide__bullet:hover::after,
.glide__bullet:focus::after {
  opacity: 1;
}

.glide__bullet--active::before {
  opacity: 1;
}

.glide__bullets {
  display: block;
  z-index: var(--z-index-glide-bullets);
  bottom: 10px;
}

.glide__slides {
  margin: 0;
}

.glide__track .glide__slides {
  padding: 0;
  margin: 0;
}

.glide__slide {
  margin-bottom: 0;
  list-style: none;
  position: relative;
  white-space: normal;
}

.glide__slide::before {
  display: none;
}

.glide__slide picture * {
  display: block;
  width: 100%;
  margin-bottom: 0;
}

.glide__slide a {
  text-decoration: none;
}

.glide--swipeable {
  cursor: default;
}

.glide img {
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .glide__bullets {
    display: none;
  }
}

/*# sourceMappingURL=/assets/application/base/glide-1e610881.css.map */
