/*!***********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./slicing/src/scss/wt-components/qsm-hero.scss ***!
  \***********************************************************************************************************************************************************************************************/
.qsm-hero {
  display: flex;
  flex-wrap: wrap;
  background-color: rgb(var(--background-color-grey));
}
.qsm-hero__content {
  width: 100%;
  display: flex;
}
@media only screen and (min-width: 992px) {
  .qsm-hero__content {
    width: 33.33333%;
  }
}
@media only screen and (min-width: 1200px) {
  .qsm-hero__content {
    width: 25%;
  }
}
@media only screen and (min-width: 1630px) {
  .qsm-hero__content {
    width: 20%;
  }
}
.qsm-hero__content-wrapper {
  position: relative;
  width: 100%;
  padding: 3.2rem;
  border-bottom: 5px solid rgb(var(--white));
  color: rgb(var(--white));
  background-color: rgb(var(--primary-color));
}
.qsm-hero__content-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -2px;
  left: 0;
  background-image: url(../../images/icon-bruggetje.svg);
  background-repeat: no-repeat;
  background-size: 3rem;
}
@media only screen and (min-width: 576px) {
  .qsm-hero__content-wrapper {
    padding: 4.8rem 3.2rem 3.2rem 8rem;
  }
  .qsm-hero__content-wrapper::before {
    background-size: 6rem;
  }
}
@media only screen and (min-width: 992px) {
  .qsm-hero__content-wrapper {
    padding: 9.6rem 6.4rem 6.4rem 6.4rem;
    border-bottom: 0;
    border-right: 5px solid rgb(var(--white));
  }
}
.qsm-hero__title {
  margin: 0;
  font-size: 2.1rem;
  line-height: 2.9rem;
  text-align: left;
  color: rgb(var(--white));
}
@media only screen and (min-width: 992px) {
  .qsm-hero__title {
    font-size: 3.1rem;
  }
}
.qsm-hero__media {
  position: relative;
  width: 100%;
  min-height: 95vh;
}
@media only screen and (min-width: 576px) {
  .qsm-hero__media {
    min-height: 78vh;
  }
}
@media only screen and (min-width: 992px) {
  .qsm-hero__media {
    width: 66.66667%;
    min-height: 65vh;
  }
}
@media only screen and (min-width: 1200px) {
  .qsm-hero__media {
    width: 75%;
  }
}
@media only screen and (min-width: 1630px) {
  .qsm-hero__media {
    width: 80%;
  }
}
.qsm-hero__slides {
  height: 100%;
}
.qsm-hero__slides .slick-list {
  height: 100%;
}
.qsm-hero__slides .slick-list .slick-track {
  height: 100%;
}
.qsm-hero__slides:hover .qsm-hero__button-next, .qsm-hero__slides:hover .qsm-hero__button-prev {
  opacity: 0.5;
}
.qsm-hero__slides:hover .qsm-hero__button-next:hover, .qsm-hero__slides:hover .qsm-hero__button-prev:hover {
  opacity: 1 !important;
}
.qsm-hero__slides {
  height: 100%;
}
.qsm-hero__slide-wrapper {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.qsm-hero__slide-wrapper a {
  color: rgb(var(--white));
}
.qsm-hero__slide-wrapper a:hover {
  text-decoration: none;
}
.qsm-hero__slide-wrapper p {
  color: rgb(var(--white));
}
.qsm-hero__slide-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(var(--grey-dark), 0.2) 0%, rgba(var(--grey-dark), 0.4) 40%, rgba(var(--grey-dark), 0.5) 80%, rgba(var(--grey-dark), 0.5) 100%);
  z-index: 20;
}
.qsm-hero__slide-link {
  position: absolute;
  bottom: 1.6rem;
  right: 2rem;
  text-align: right;
  opacity: 0.8;
  z-index: 30;
}
.qsm-hero__button-next, .qsm-hero__button-prev {
  position: absolute;
  width: 4rem;
  height: 100%;
  top: 0;
  padding: 0;
  font: 0/0 a;
  text-shadow: none;
  border: 0;
  color: transparent;
  background-color: transparent;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.qsm-hero__button-next::after, .qsm-hero__button-prev::after {
  content: "";
  width: 40px;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center 50%;
  background-image: url(../../images/icon-chevron-down-white.svg);
}
.qsm-hero__button-next {
  right: 0;
  overflow: hidden;
}
.qsm-hero__button-next::after {
  transform: rotate(-90deg);
}
.qsm-hero__button-prev {
  left: 0;
}
.qsm-hero__button-prev::after {
  transform: rotate(90deg);
}
