html.is-preload,
html.is-preload *,
html.is-preload *:before,
html.is-preload *:after {
	background: transparent !important;
	box-shadow: none !important;
	color: transparent !important;
	text-shadow: none !important;
}

html.is-preload body {
	background: white;
}

html.is-preload form {
	pointer-events: none;
	opacity: 0.1;
}

html.is-preload input, html.is-preload select, html.is-preload textarea {
	background-color: transparent;
}

noscript {
	display: block;
	text-align: center;
	padding: 4em;
	color: #555;
}
