@charset "utf-8";

/* exo-2-regular - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/exo-2-v25-latin-regular.eot');
	/* IE9 Compat Modes */
	src: url('../fonts/exo-2-v25-latin-regular.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/exo-2-v25-latin-regular.woff2') format('woff2'),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		url('../fonts/exo-2-v25-latin-regular.woff') format('woff'),
		/* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
		url('../fonts/exo-2-v25-latin-regular.ttf') format('truetype'),
		/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
		url('../fonts/exo-2-v25-latin-regular.svg#Exo2') format('svg');
	/* Legacy iOS */
}

/* exo-2-700 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/exo-2-v25-latin-700.eot');
	/* IE9 Compat Modes */
	src: url('../fonts/exo-2-v25-latin-700.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/exo-2-v25-latin-700.woff2') format('woff2'),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		url('../fonts/exo-2-v25-latin-700.woff') format('woff'),
		/* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
		url('../fonts/exo-2-v25-latin-700.ttf') format('truetype'),
		/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
		url('../fonts/exo-2-v25-latin-700.svg#Exo2') format('svg');
	/* Legacy iOS */
}


:root {
	font-size: 16px;
}


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #000;
	font-family: "Exo 2", "Arial", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

img {
	max-width: 100%;
	height: auto;
	display: block
}

#wrapper {
	position: relative;
	max-width: 50rem;
	margin: 1rem auto;
	overflow: hidden;
	background: #fff;
	border: solid 1px #000;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

p {
	margin: 0 0 .625rem;
}

h1 {
	font-size: 1.625rem;
	font-weight: 700;
	text-align: center;
	margin: 1.562rem 0 1.562rem;
	line-height: 1.1;
}

h1 span {
	font-size: 16px;
	font-weight: normal;
}

h2 {
	font-size: 1.0625rem;
	margin: 0 0 0.3125rem;
}

ul {
	margin: 0 0 2.5rem;
	padding: 0;
	list-style: none;
}

ul li {
	padding: 0 0 0 3.125rem;
}

ul li:before {
	content: "";
	background-color: #000000;
	width: 0.375rem;
	height: 0.375rem;
	border-radius: 50%;
	position: relative;
	display: block;
	float: left;
	top: 0.5625rem;
	margin: 0 0 0 -1.5625rem;
}

header {
	padding: 5rem 5rem 15px
}

article {
	padding: 0 80px
}

footer {
	padding: 0 80px 80px
}

a.link {
	color: #0000FF;
	text-decoration: underline;
}

@media only screen and (max-width: 49.938rem) {
	#wrapper {
		border: none;
		margin: 0 auto;
	}

	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		margin: 0 0 16px;
	}
}

@media only screen and (max-width: 48rem) {
	header {
		padding: 1.25rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	article {
		padding: 0 1.25rem;
	}

	footer {
		padding: 0 1.25rem 1.25rem;
	}

	ul li {
		padding-left: .937rem;
	}

	ul li:before {
		margin-left: -.937rem;
	}
}

@media only screen and (max-width: 480px) {}

@media only screen and (max-width: 23.437rem) {}