/* A panel must fit between the fixed header and viewport bottom before it sticks. */
.overlap-row { position: relative !important; top: auto !important; }
.overlap-row.readable-sticky { position: sticky !important; top: var(--roadmap-top, 100px) !important; }
/* Remove archived block spacing so earlier sticky artwork cannot show between cards.
   The overlap stays within the cards' bottom inset, clear of their text. */
.overlap-row { margin-bottom: 0 !important; }
.overlap-row + .overlap-row { margin-top: 0 !important; }
/* Leave the introductory paragraph clear; overlap only the four stage cards. */
.overlap-row + .overlap-row + .overlap-row { margin-top: -50px !important; }
.overlap-row + .overlap-row > .kt-row-column-wrap { padding-top: 0 !important; }
@media (max-width:1024px) {
 .overlap-row .kt-has-2-columns > .wp-block-kadence-column { margin-left:0 !important; margin-right:0 !important; }
}
@media (min-width:768px) and (max-width:1024px) {
 .overlap-row .kt-has-2-columns > .wp-block-kadence-column > .kt-inside-inner-col:empty { min-height:360px !important; border-radius:30px 30px 0 0 !important; }
 .overlap-row .kt-has-2-columns > .wp-block-kadence-column > .kt-inside-inner-col:not(:empty) { padding:40px !important; }
}
@media (prefers-reduced-motion:reduce) {
 html { scroll-behavior:auto !important; }
 .scrolling-text-2, .scrolling-text-2 > div { animation:none !important; }
}
