#askews-page-splash {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 32px;
	background: #f7f7f7;
	opacity: 1;
	pointer-events: all;
}

#askews-page-splash .askews-page-splash__title {
	margin: 0;
	text-align: center;
	color: #353434;
	font-family: 'hk_grotesklight' !important;
	font-size: 48px;
	line-height: 1.2;
	letter-spacing: 0;
}

#askews-page-splash.is-hiding {
	opacity: 0;
	transition: opacity 0.6s ease;
	pointer-events: none;
}

@media (max-width: 767px) {
	#askews-page-splash .askews-page-splash__title {
		font-size: 34px;
	}
}

@media (prefers-reduced-motion: reduce) {
	#askews-page-splash.is-hiding {
		transition: none;
	}
}
