/**------------------------ SLIDESHOW -------------------------*/
#slideshow {
  width: 100%;
  height: auto;
  display: flex;
  z-index: 9;
  position: relative;
  margin-bottom: var(--cont-gap);
}
.imp-header-slick-slider.slick-initialized.slick-slider.slick-dotted {
  max-width: 100%;
  position: absolute;
  height: auto;
  width: 100%;
}

.slider-desktop .slider-wrapper {
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-bottom: 68.12%;
}

.slider-mobile .slider-wrapper {
  padding-bottom: 94.14%;
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.slider-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  top: 0;
  opacity: 0.3;
  pointer-events: none;
  z-index: 99;
}

.slider-wrapper::after {
  content: "";
  display: block;
  --my-size: clamp(24px, 7vw, 44px);
  height: var(--my-size);
  width: calc(var(--my-size) / 0.37288136);
  background-image: var(--wpr-bg-4485f313-331c-4849-aff8-8554209fb5f2);
  position: absolute;
  z-index: 999;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 2em;
  bottom: var(--gap-s);
}

/**Desktop*/
@media (min-width: 1300px) {
}

/**Mobile*/
@media (max-width: 1299px) {
  .slider-wrapper::before {
    bottom: 0;
    right: 0;
  }
  /* #slideshow {
    margin-top: calc(-1 * (var(--gap-m) + var(--gap-m) + 7vh));
  } */
}
@media (max-width: 767px) {
  #slideshow {
    margin-bottom: calc(var(--cont-gap) - var(--gap-xl));
  }
}
