:root{--page-title-display:none;}/* Start custom CSS *//* MAIN WRAPPER */
.scroll-stack {
  position: relative;
}

/* EACH CARD */
.scroll-card {
  position: sticky;
  top: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: #ffffff;
  z-index: 1;
}

/* PUSH NEXT CARD OVER PREVIOUS */
.scroll-card:not(:first-child) {
  margin-top: -100vh;
}/* End custom CSS */