/* image slider */
#image-slider {
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
}

.splide {
  margin: 20px 0;
  border-radius: 8px;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.12);
}

.splide__slide {
  text-align: center;
  display: flex;
  align-items: center;
}

.splide__slide img {
  padding: 30px;
  width: 100%;
  max-width: 500px;
  height: auto;
}

/* video slider */
#video-slider {
  background: #111;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
#video-slider video {
  width: 100% !important;
  height: auto !important;
}

.splide__pagination {
  background: transparent;
  padding: 10px 5px;
  bottom: -35px;
}
.splide__pagination li {
  display: flex;
  align-items: center;
}

.splide__pagination__page {
  background: #aaa;
}

.splide__pagination__page.is-active {
  background: #000;
  border: 1px solid #fff;
}

.splide__arrow svg {
  fill: #fff;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow {
  background: rgba(0, 0, 0, 0.75);
  height: 2.5em;
  width: 2.5em;
}

.download {
  display: flex;
}
.download i {
  font-size: 21px;
}
.download > * {
  margin-right: 10px;
}

/* responsive fixes */
@media (max-width: 991px) {
  .account-menu {
    margin-bottom: 50px;
  }
}/*# sourceMappingURL=extra.css.map */