html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family: arial, helvetica, sans-serif;
	color: #444;
}
h1 {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 0.8em;
	line-height: 1.2em;
	padding: 0 0.5em;
}
.wrapper {
	padding: 2em 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.wrapper input {
	margin-bottom: 16px;
}
.wrapper-values {
	display: none;
}
p {
	font-size: 0.9em;
	margin-bottom: 1.2em;
	line-height: 1.3em;
}
.btn {
	display: inline-block;
	background-color: #008aff;
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.9em;
	padding: 0.3em 0.6em;
	border: 0;
	line-height: 1.2em;
	-moz-border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	border-radius: 0.2em;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
.btn:hover {
	background-color: #009cff;
}
.g-recaptcha > div {
	margin: auto
}
.h-captcha > div {
	margin: auto
}
.btnHidden {
	visibility: hidden;
}
@media screen and (min-width: 31.25em) /* 500px */ {
	h1 {
		font-size: 2em;
	}
	p {
		font-size: 1.1em;
	}
	.btn {
		font-size: 1em;
	}
}
@media screen and (min-width: 37.5em) /* 600px */ {
	h1 {
		font-size: 2.4em;
	}
}