@charset "utf-8";

@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/open-sans-v40-latin-regular.eot');
	src: url('../fonts/open-sans-v40-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-regular.woff') format('woff'), url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/open-sans-v40-latin-700.eot');
	src: url('../fonts/open-sans-v40-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-700.woff') format('woff'), url('../fonts/open-sans-v40-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-700.svg#OpenSans') format('svg');
}

:root {
	font-size: 1rem;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #000;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5;
}

img {
	max-width: 100%;
	height: auto;
}

#wrapper {
	position: relative;
	max-width: 50rem;
	margin: 1rem auto;
	overflow: hidden;
	background: #fff;
	border: solid .062rem #000;
}

h1 {
	text-align: center;
	font-size: 1.125rem;
	line-height: 1.3;
	margin: 1rem 0 1.875rem;
}

h2 {
	color: #009FE3;
	text-align: center;
	font-size: 1.125rem;
	margin: 2rem 0 .625rem;
}

:is(h1, h2, .center) {
	text-align: center;
}

h3 {
	font-size: 1rem;
	color: #000;
	margin: 2.5rem 0 .312rem;
	line-height: 1;
}

:is(a:link, a:visited, a:active) {
	color: #009FE3;
	text-decoration: underline;
	white-space: nowrap;
}

p {
	margin: 0 0 1rem;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-align: justify;
}

p span {
	color: #009FE3;
	font-weight: 700;
}

ul {
	list-style: none;
	margin: 0 0 1rem 1.875rem;
	padding: 0;
}

ul li {
	padding-left: 1.687rem;
}

ul li:before {
	content: "";
	float: left;
	position: relative;
	width: .437rem;
	height: .437rem;
	border-radius: 100%;
	background: #009FE3;
	margin-left: -1.687rem;
	top: .562rem;
}

header {
	border-bottom: solid 3px #633E74;
}

header,
article {
	padding: 1.875rem 3.75rem;
}

footer {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: right;
	padding: 0 0 .625rem 0;
}

hr {
	border: none;
	background: #00A2EB;
	position: absolute;
	z-index: 0;
	height: .062rem;
	width: 100%;
	bottom: 1.437rem;
	left: 0;
}

a.logo {
	text-decoration: none;
	background: #fff;
	z-index: 1;
	padding: .312rem;
	margin: 0 60px 0 0;
}

a.logo span {
	color: #37BBE6;
	font-weight: 400;
	font-size: 20px;
	position: relative;
	top: 2px;
	font-family: "Arial", sans-serif;
}

@media only screen and (max-width: 799px) {
	#wrapper {
		border: none;
		margin: 0 auto;
		padding: 1rem;
	}

	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		margin: 0 0 1rem;
		text-align: left;
	}

	header,
	article {
		padding: 0;
	}

	header {
		padding: 1rem 0;
		display: flex;
		justify-content: center
	}

	h1 {
		margin: 0 0 1.25rem;
	}

	h2 {
		margin: 1rem 0;
	}

	h3 {
		margin: 1.25rem 0 .312rem
	}

	.wrap {
		white-space: pre-wrap;
	}

	footer {
		justify-content: center;
	}

	a.logo {
		margin: 0;
	}

	:is(a:link, a:visited, a:active) {
		white-space: pre-wrap;
	}
}

@media only screen and (max-width: 48rem) {
	ul li {
		padding-left: 1.375rem
	}

	ul li:before {
		margin-left: -1.375rem;
	}
}