@font-face {
font-family:'FontAwesome';
font-display:swap;
src:url('../fonts/fontawesome-webfont.eot');
src:url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
font-weight:normal;
font-style:normal;
}

@font-face {
	font-family: 'Gilroy';
	font-display:swap;
	src: url('../fonts/Gilroy-Regular.eot');
	src: url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Regular.woff2') format('woff2'), url('../fonts/Gilroy-Regular.woff') format('woff'), url('../fonts/Gilroy-Regular.ttf') format('truetype'), url('../fonts/Gilroy-Regular.svg#gilroyregular') format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	font-display:swap;
	src: url('../fonts/Gilroy-Medium.eot');
	src: url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Medium.woff2') format('woff2'), url('../fonts/Gilroy-Medium.woff') format('woff'), url('../fonts/Gilroy-Medium.ttf') format('truetype'), url('../fonts/Gilroy-Medium.svg#gilroylight') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	font-display:swap;
	src: url('../fonts/Gilroy-Bold.eot');
	src: url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Bold.woff2') format('woff2'), url('../fonts/Gilroy-Bold.woff') format('woff'), url('../fonts/Gilroy-Bold.ttf') format('truetype'), url('../fonts/Gilroy-Bold.svg#gilroybold') format('svg');
	font-weight: 700;
	font-style: normal;
}

* {
	font-family:'Gilroy',Helvetica,Arial,Verdana,Geneva,sans-serif;
	line-height:normal;
	font-weight:500;
}

h1 {font-size:2.5em; margin: 0 0 0.5em 0;font-weight:normal;}
.is-home-page h1 {margin-top:0.5em;text-align:center;}
h2 {font-size: 2.25em; margin: 0 0 0.5em 0;font-weight:normal;}
h3 {font-size: 2em; margin: 0 0 0.5em 0;font-weight:normal;}

p {margin:0 0 0.5em 0;}
p:last-child {margin-bottom:0;}
p + div.send-form {margin-top:1em;}


@media only screen and (max-width:480px){
	.is-home-page h1 {font-size:1.75em;}
}
