.kv-sequence-stack-v98 {
  --kv-sequence-stack-count: 4;
  position: relative;
  width: 100%;
  height: calc(var(--kv-sequence-stack-count) * 100svh);
  min-height: calc(var(--kv-sequence-stack-count) * 100svh);
  padding: 0;
  overflow: visible;
  background: #fff;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.kv-sequence-stack-v98__stage {
  position: sticky;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: #fff;
}

.kv-sequence-stack-v98__track {
  position: relative;
  width: 100%;
  height: calc(var(--kv-sequence-stack-count) * 100svh);
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.kv-sequence-stack-v98 .kv-sequence-v68__page {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 100svh;
  flex: none;
  scroll-snap-align: none;
  scroll-snap-stop: normal;
}

html.kv-sequence-stack-v98--active {
  scroll-behavior: auto;
  scroll-snap-type: none;
}

@media (prefers-reduced-motion: reduce) {
  .kv-sequence-stack-v98__track {
    will-change: auto;
  }
}
