@charset "utf-8";
@font-face {
  font-display: swap; 
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/pt-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/pt-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-sans-v17-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/pt-sans-v17-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/pt-sans-v17-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/pt-sans-v17-latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */
}

@font-face {
  font-display: swap; 
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/pt-sans-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/pt-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-sans-v17-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/pt-sans-v17-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/pt-sans-v17-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/pt-sans-v17-latin-700.svg#PTSans') format('svg'); /* Legacy iOS */
}
:root {
	font-size: 16px;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #000;
	font: 0.9375rem/1.5 'PT Sans',"Arial", sans-serif;
}

img {
	max-width: 100%;
	height: auto;
}

#wrapper {
	position: relative;
	max-width: 840px;
	margin: 1rem auto;
	overflow: hidden;
	background: #fff;
	border: solid .187rem #FF9A55;
	background: url("../images/bg_top.png") no-repeat top 3.437rem left;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

p {
	margin: 0 0 1rem;
}

.center {
	text-align: center;
}

h1 {
	text-align: center;
	color: #FF9A55;
	font-size: 1.5rem;
	line-height: 1.3;
	margin: 1rem 0;
}

h2 {
	font-size: 1rem;
	text-align: center;
	margin: 1.25rem 0;
}

h3 {
	font-size:  0.937rem;
	margin: 0 0 1rem;
}

ul {
	list-style: none;
	margin: 0 0 1rem 1.562rem;
	padding: 0;
}

ul li {
	padding-left: 1.75rem;
}

ul li:before {
	content: "\2022";
	float: left;
	margin-left: -1.75rem;
	font-size: 1.375em;
	line-height: 1;
}

header {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1.25rem 1.25rem 0;
}


article {
	padding: 0.625rem 1.875rem 0;
	position: relative;
	background: url("../images/bg.jpg")no-repeat right 3rem bottom 6.375rem;
}

footer {
	padding: 0 1.875rem 0.625rem;
}

footer p {
	text-align: justify;
}
@media only screen and (max-width: 839px) {
	#wrapper {
		border: none;
		margin: 0 auto;
	}
	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
	footer p {
		text-align: left;
	}
}
@media only screen and (max-width: 48rem) {
	article {
		padding: 0.625rem 1.25rem 0;
	}

	footer {
		padding: 0 1.25rem;
	}
}
@media only screen and (max-width: 43.75rem) {

	#wrapper,
	article {
		background: none;
	}

	.top br {
		display: none;
	}

	h1,
	h2 {
		margin: 1rem 0;
	}

	h3,
	p,
	ul {
		margin: 0 0 1rem;
	}

	ul li {
		padding-left:  0.937rem;
	}

	ul li:before {
		margin-left: -0.937rem;
	}
}