/* Left in for compability reasons */
/* Background transitions */
/* Bild Filter */
:root {
  --header-height: 112px;
  --header-padding-bottom: 16px;
  --sticky-promobar-height: 48px;
  --sticky-top: calc(
    var(--header-height) + var(--sticky-promobar-height)
  );
  --container-padding: 16px;
  --header-breakpoint: 1532px;
  --media-center-sidebar-width: 380px;
  --spacer-sx: 20px;
  --spacer-s: 30px;
  --spacer-m: 50px;
  --spacer-l: 75px;
}
@media (min-width: 768px) {
  :root {
    --container-padding: 32px;
  }
}
@media (min-width: 1200px) {
  :root {
    --container-padding: 32px;
  }
}
@media (min-width: 1532px) {
  :root {
    --header-padding-bottom: 32px;
    --header-height: 112px;
  }
}
@media (min-width: 1500px) {
  :root {
    --media-center-sidebar-width: 450px;
  }
}
@media (min-width: 768px) {
  :root {
    --spacer-sx: 32px;
    --spacer-s: 65px;
    --spacer-m: 80px;
    --spacer-l: 180px;
  }
}

/* MIXINS */
.success_stories .success_head {
  text-align: center;
  padding-bottom: 35px;
}
.success_stories .success_slider .story_wrapper {
  width: 510px !important;
  position: relative;
  width: fit-content;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 50px;
  transition: all 0.5s ease;
}
.success_stories .success_slider .story_wrapper .story_headline {
  position: absolute;
  top: 275px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  z-index: 2;
  transition: all 0.5s ease;
  font-size: 44px;
  opacity: 0;
}
.success_stories .success_slider .story_wrapper .story_content {
  width: fit-content;
}
.success_stories .success_slider .story_wrapper .story_content .story_img {
  width: fit-content;
}
.success_stories .success_slider .story_wrapper .story_content .story_img img {
  height: 450px;
  object-fit: cover;
  width: 100%;
  transition: all 0.5s ease;
  object-position: top left;
}
.success_stories .success_slider .story_wrapper .story_content .story_img .story_img_filter {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 101%;
  background-image: linear-gradient(to bottom, transparent, #162E46);
  top: 0;
  transition: all 0.5s ease;
  opacity: 0;
}
.success_stories .success_slider .story_wrapper .story_content .story_textblog {
  width: 390px;
  opacity: 0;
  padding-top: 80px;
  display: flex;
  column-gap: 25px;
  transition: all 0.5s ease;
}
.success_stories .success_slider .story_wrapper .story_content .story_textblog .story_text {
  width: calc(100% - 99px);
}
.success_stories .success_slider .story_wrapper .story_content .story_textblog .story_link a {
  display: flex;
  column-gap: 10px;
  text-transform: uppercase;
}
.success_stories .success_slider .story_wrapper .story_content .story_textblog .story_link a img {
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(129deg) brightness(104%) contrast(101%);
  transform: rotate(180deg);
}
.success_stories .success_slider .story_wrapper.story_active {
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
}
.success_stories .success_slider .story_wrapper.story_active .story_headline {
  opacity: 1;
}
.success_stories .success_slider .story_wrapper.story_active .story_content .story_img img {
  width: 450px;
  height: 550px;
}
.success_stories .success_slider .story_wrapper.story_active .story_content .story_img .story_img_filter {
  opacity: 1;
  height: 550px;
}
.success_stories .success_slider .story_wrapper.story_active .story_content .story_textblog {
  opacity: 1;
  width: 450px;
  padding-top: 30px;
}
.success_stories .story_wrapper:after {
  content: "";
}

.success_stories .success_slider .story_wrapper.story_active .story_content .story_img .story_img_filter {
  width: 450px;
}

.success_stories .success_slider .story_wrapper .story_content .story_img .story_img_filter {
  width: 390px;
  height: 500px;
}
/*# sourceMappingURL=success_stories.css.map */
