/*!*************************************************************************************************************************************************************************************************!*\
  !*** 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/small-hero.scss ***!
  \*************************************************************************************************************************************************************************************************/
.small-hero {
  display: flex;
  flex-wrap: wrap;
  background-color: rgb(var(--background-color-grey));
}
@media only screen and (min-width: 992px) {
  .small-hero {
    min-height: 39rem;
  }
}
.small-hero__content {
  width: 100%;
  display: flex;
}
@media only screen and (min-width: 992px) {
  .small-hero__content {
    width: 33.33333%;
  }
}
@media only screen and (min-width: 1200px) {
  .small-hero__content {
    width: 25%;
  }
}
@media only screen and (min-width: 1630px) {
  .small-hero__content {
    width: 20%;
  }
}
.small-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));
}
.small-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;
  z-index: 0;
}
@media only screen and (min-width: 576px) {
  .small-hero__content-wrapper {
    padding: 4.8rem 3.2rem 3.2rem 8rem;
  }
  .small-hero__content-wrapper::before {
    background-size: 6rem;
  }
}
@media only screen and (min-width: 992px) {
  .small-hero__content-wrapper {
    padding: 9.6rem 4rem 6.4rem 6.4rem;
    border-bottom: 0;
    border-right: 5px solid rgb(var(--white));
  }
}
.small-hero__title {
  position: relative;
  margin: 0;
  font-size: 2.1rem;
  line-height: 2.9rem;
  text-align: left;
  color: rgb(var(--white));
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .small-hero__title {
    font-size: 3.1rem;
    max-width: 30rem;
  }
}
.small-hero__subtitle {
  margin: 0;
  margin-top: 0.8rem;
  margin-bottom: 2rem;
  font-size: 2.1rem;
  font-weight: normal;
  line-height: 2.9rem;
  text-align: left;
  color: rgb(var(--white));
}
@media only screen and (min-width: 992px) {
  .small-hero__subtitle {
    font-size: 3.1rem;
  }
}
.small-hero ul {
  padding-left: 0;
}
.small-hero__list {
  margin: 1.6rem 0;
  font-size: 1.44rem;
  line-height: 1.6rem;
  list-style: none;
}
.small-hero__list-item {
  margin-top: 0.8rem;
}
.small-hero__list-item:first-child {
  margin-top: 0;
}
.small-hero__media {
  position: relative;
  width: 100%;
  min-height: 35vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  .small-hero__media {
    width: 66.66667%;
    min-height: 40vh;
  }
}
@media only screen and (min-width: 1200px) {
  .small-hero__media {
    width: 75%;
  }
}
@media only screen and (min-width: 1630px) {
  .small-hero__media {
    width: 80%;
  }
}
.small-hero__slides {
  height: 100%;
}
.small-hero .slick-list {
  height: 100%;
}
.small-hero .slick-track {
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .small-hero .slick-track {
    margin-left: -70px;
  }
}
.small-hero__slide.slick-slide {
  position: relative;
  display: flex;
  padding-left: 5px;
}
.small-hero__slide-wrapper {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.small-hero__button-next, .small-hero__button-prev {
  position: absolute;
  top: 50%;
  padding: 0.8rem;
  transform: translate(0, -50%);
  font: 0/0 a;
  text-shadow: none;
  border: 0;
  color: transparent;
  background-color: transparent;
  cursor: pointer;
  z-index: 2;
}
.small-hero__button-next::after, .small-hero__button-prev::after {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../../images/icon-chevron-down-white.svg);
}
.small-hero__button-next.slick-disabled, .small-hero__button-prev.slick-disabled {
  pointer-events: none;
  display: none !important;
}
.small-hero__button-next {
  right: 0;
}
@media only screen and (min-width: 992px) {
  .small-hero__button-next {
    right: 120px;
  }
}
.small-hero__button-next::before {
  content: "";
  position: absolute;
  height: 150%;
  width: 100px;
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
  display: block;
  background: linear-gradient(270deg, rgba(var(--grey-dark), 0.2) 0%, rgba(var(--grey-dark), 0) 100%);
  z-index: -1;
}
.small-hero__button-next::after {
  transform: rotate(-90deg);
}
.small-hero__button-prev {
  left: 0;
}
.small-hero__button-prev::before {
  content: "";
  position: absolute;
  height: 200%;
  width: 100px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  background: linear-gradient(90deg, rgba(var(--grey-dark), 0.2) 0%, rgba(var(--grey-dark), 0) 100%);
  z-index: -1;
}
.small-hero__button-prev::after {
  transform: rotate(90deg);
}
.small-hero--with-textblock {
  min-height: 236px;
  gap: 0.5rem;
  padding: 0.5rem 0;
}
@media only screen and (min-width: 1200px) {
  .small-hero--with-textblock {
    gap: 1rem;
    padding: 0;
    padding-top: 1rem;
  }
}
.small-hero--with-textblock .small-hero__content {
  flex: calc(70% - 0.25rem) 0 0;
}
@media only screen and (min-width: 768px) {
  .small-hero--with-textblock .small-hero__content {
    flex-basis: calc(50% - 0.25rem);
  }
}
@media only screen and (min-width: 1200px) {
  .small-hero--with-textblock .small-hero__content {
    flex-basis: calc(35% - 0.7rem);
  }
}
.small-hero--with-textblock .small-hero__content-wrapper {
  border: none;
}
.small-hero--with-textblock .small-hero__media {
  flex: calc(30% - 0.25rem) 1 0;
  min-height: initial;
}
@media only screen and (min-width: 768px) {
  .small-hero--with-textblock .small-hero__media {
    flex-basis: calc(50% - 0.25rem);
  }
}
@media only screen and (min-width: 1200px) {
  .small-hero--with-textblock .small-hero__media {
    flex-basis: calc(15% - 0.7rem);
  }
}
.small-hero--with-textblock .small-hero__copy {
  flex: 100% 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  background: rgb(var(--white));
  color: #626262;
  font-size: 20px;
}
@media only screen and (min-width: 1200px) {
  .small-hero--with-textblock .small-hero__copy {
    flex-basis: calc(45% - 0.7rem);
    padding: 0 6rem;
  }
}
@media only screen and (min-width: 1630px) {
  .small-hero--with-textblock .small-hero__copy {
    flex-basis: calc(50% - 0.7rem);
    padding: 0 17rem;
  }
}
