@media (prefers-reduced-motion: no-preference) {
	.atop-js:not(.atop-motion-ready) #masthead .site-logo-img,
	.atop-js:not(.atop-motion-ready) #primary-site-navigation-desktop .menu-item,
	.atop-js:not(.atop-motion-ready) #masthead .ast-header-button-1,
	.atop-js:not(.atop-motion-ready) .atop-hero .atop-hero-heading,
	.atop-js:not(.atop-motion-ready) .atop-hero .atop-hero-text,
	.atop-js:not(.atop-motion-ready) .atop-hero .atop-hero-actions,
	.atop-js:not(.atop-motion-ready) .atop-hero .atop-hero-features,
	.atop-js:not(.atop-motion-ready) .atop-scroll-heading,
	.atop-js:not(.atop-motion-ready) .atop-scroll-text,
	.atop-js:not(.atop-motion-ready) .atop-scroll-card,
	.atop-js:not(.atop-motion-ready) .atop-scroll-image {
		opacity: 0;
		visibility: hidden;
	}
}

@media (prefers-reduced-motion: no-preference) {
	.atop-motion-ready #masthead .site-logo-img,
	.atop-motion-ready #primary-site-navigation-desktop .menu-item,
	.atop-motion-ready #masthead .ast-header-button-1,
	.atop-motion-ready .atop-hero .atop-hero-heading,
	.atop-motion-ready .atop-hero .atop-hero-text,
	.atop-motion-ready .atop-hero .atop-hero-actions,
	.atop-motion-ready .atop-hero .atop-hero-features,
	.atop-motion-ready .atop-scroll-heading,
	.atop-motion-ready .atop-scroll-text,
	.atop-motion-ready .atop-scroll-card,
	.atop-motion-ready .atop-scroll-image {
		will-change: transform, opacity;
	}
}

#masthead {
	position: sticky;
	top: 0;
	z-index: 99;
	transition: background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

#masthead .site-logo-img img {
	transform-origin: left center;
	transition: transform 220ms ease;
}

.atop-header-scrolled #masthead {
	background-color: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid rgba(31, 45, 61, 0.08);
	box-shadow: 0 10px 28px rgba(31, 45, 61, 0.08);
}

.atop-header-scrolled #masthead .site-logo-img img {
	transform: scale(0.92);
}
