<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.ajax-loader{
	display: none;
}
button, textarea, select {
	width: 100%;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
::-webkit-input-placeholder{
	font-style: italic;
	font-size: 0.8rem;
}
:-ms-input-placeholder{
	font-style: italic;
	font-size: 0.8rem;
}
::-moz-placeholder{
	font-style: italic;
	font-size: 0.8rem;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
	width: 100%;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="submit"]{
	color: #fff;
	background: #00B0FF;
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
	padding: 1rem;
	border-radius: 5px;
	font-weight: bold;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: 0.5s ease;
	display: block;
}</pre></body></html>