@font-face {font-family: 'rb'; src: url('font/pfdindisplaypro-bold-webfont.eot'); src: url('font/pfdindisplaypro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('font/pfdindisplaypro-bold-webfont.woff2') format('woff2'), url('font/pfdindisplaypro-bold-webfont.woff') format('woff'), url('font/pfdindisplaypro-bold-webfont.ttf') format('truetype'), url('font/pfdindisplaypro-bold-webfont.svg#pf_dindisplay_probold') format('svg'); font-weight: normal; font-style: normal;}
@font-face {font-family: 'rr'; src: url('font/pfdindisplaypro-reg-webfont.eot'); src: url('font/pfdindisplaypro-reg-webfont.eot?#iefix') format('embedded-opentype'), url('font/pfdindisplaypro-reg-webfont.woff2') format('woff2'), url('font/pfdindisplaypro-reg-webfont.woff') format('woff'), url('font/pfdindisplaypro-reg-webfont.ttf') format('truetype'), url('font/pfdindisplaypro-reg-webfont.svg#pf_dindisplay_proregular') format('svg'); font-weight: normal; font-style: normal;}
@font-face {font-family: 'rl'; src: url('font/pfdindisplaypro-thin-webfont.eot'); src: url('font/pfdindisplaypro-thin-webfont.eot?#iefix') format('embedded-opentype'), url('font/pfdindisplaypro-thin-webfont.woff2') format('woff2'), url('font/pfdindisplaypro-thin-webfont.woff') format('woff'), url('font/pfdindisplaypro-thin-webfont.ttf') format('truetype'), url('font/pfdindisplaypro-thin-webfont.svg#pf_dindisplay_prothin') format('svg'); font-weight: normal; font-style: normal;}


textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}

body, html {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: 'rr', Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #3f3f3f;
	-webkit-text-size-adjust: none;
	text-rendering: optimizeLegibility;
	z-index: 50;
	position: relative;
	background-color: #FFFFFF;
	text-align: center;
}

.clr {clear: both;}
.hide {display: none;}

input:focus, textarea:focus {outline:none;}

fieldset {padding: 0px; margin: 0px; border: 0px;}


.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb25 {margin-bottom: 25px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}

h1 {
	width: 590px;
	height: 100px;
	background: url(logo.svg) no-repeat left center;
	background-size: contain;
	text-indent: -9009px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.walign {
	line-height: normal;
	vertical-align: middle;
	display: inline-block;
}

.main {
	width: 100%;
	height: 100vh;
	line-height: 100vh;
}

a {
	color: #288235;
	text-decoration: none;
	font-size: 20px;
}

p {
	font-size: 25px;
}