.holcim_scroll_teasers {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 47.99875rem) {
  .holcim_scroll_teasers {
    margin-top: 6.25rem;
  }
}
.holcim_scroll_teasers > .row__wrapper {
  background-color: var(--corporate-white);
  width: 100%;
}
.holcim_scroll_teasers > .row__wrapper article {
  border-bottom: 1px solid black;
}
.holcim_scroll_teasers > .row__wrapper:nth-child(1) {
  z-index: 6;
}
@media (max-width: 47.99875rem) {
  .holcim_scroll_teasers > .row__wrapper:nth-child(1) {
    z-index: 1;
  }
}
.holcim_scroll_teasers > .row__wrapper:nth-child(2) {
  z-index: 5;
}
@media (max-width: 47.99875rem) {
  .holcim_scroll_teasers > .row__wrapper:nth-child(2) {
    z-index: 2;
  }
}
.holcim_scroll_teasers > .row__wrapper:nth-child(3) {
  z-index: 4;
}
@media (max-width: 47.99875rem) {
  .holcim_scroll_teasers > .row__wrapper:nth-child(3) {
    z-index: 3;
  }
}
.holcim_scroll_teasers > .row__wrapper:nth-child(4) {
  z-index: 3;
}
@media (max-width: 47.99875rem) {
  .holcim_scroll_teasers > .row__wrapper:nth-child(4) {
    z-index: 4;
  }
}
.holcim_scroll_teasers > .row__wrapper:nth-child(5) {
  z-index: 2;
}
@media (max-width: 47.99875rem) {
  .holcim_scroll_teasers > .row__wrapper:nth-child(5) {
    z-index: 5;
  }
}
.holcim_scroll_teasers > .row__wrapper:nth-child(6) {
  z-index: 1;
}
@media (max-width: 47.99875rem) {
  .holcim_scroll_teasers > .row__wrapper:nth-child(6) {
    z-index: 6;
  }
}
.holcim_scroll_teasers:not(.absolute) > .row__wrapper {
  bottom: inherit !important;
}
@media (min-width: 48rem) {
  .holcim_scroll_teasers:not(.absolute) > .row__wrapper {
    position: sticky !important;
    position: -webkit-sticky !important;
  }
}
.holcim_scroll_teasers.absolute > .row__wrapper {
  position: absolute;
  top: inherit !important;
}

#main.scrolly-overflow-override {
  overflow: visible !important;
}
/*# sourceMappingURL=style.css.map */
