/* Swup */
.swup-progress-bar {
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
	background-color: var(--unk-color-01);

	z-index: 999999;
}

html.is-changing #unk_page {
}

@media only screen and (min-width: 1024px) {
	html.is-changing:not(.is-leaving) .sticky-top {
		position: relative !important;
		top: unset;
	}
}
