@charset "utf-8";

@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-v30-latin-regular.eot');
	src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/roboto-v30-latin-500.eot');
	src: url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), url('../fonts/roboto-v30-latin-500.woff') format('woff'), url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), url('../fonts/roboto-v30-latin-500.svg#Roboto') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-v30-latin-700.eot');
	src: url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Ubuntu Condensed';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/ubuntu-condensed-v16-latin-regular.eot');
	src: url('../fonts/ubuntu-condensed-v16-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ubuntu-condensed-v16-latin-regular.woff2') format('woff2'), url('../fonts/ubuntu-condensed-v16-latin-regular.woff') format('woff'), url('../fonts/ubuntu-condensed-v16-latin-regular.ttf') format('truetype'), url('../fonts/ubuntu-condensed-v16-latin-regular.svg#UbuntuCondensed') format('svg');
}

:root {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #000;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.3;
	font-weight: 500;
}

img {
	max-width: 100%;
	height: auto;
}

#wrapper {
	position: relative;
	max-width: 59.375rem;
	margin: 1rem auto;
	overflow: hidden;
	background: #fff;
	border: solid 0.0625rem #000;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

p {
	margin: 0 0 .625rem;
}

.marg {
	margin: 0 0 3px
}

.margin {
	margin: 0 0 2rem
}

h1 {
	font-family: 'Ubuntu Condensed', Arial, sans-serif;
	color: #00A996;
	font-size: 2rem;
	font-style: italic;
	margin: 0 0 6px;
	line-height: 1.1;
}

h1 span {
	white-space: nowrap
}

h2 {
	font-family: 'Ubuntu Condensed', Arial, sans-serif;
	position: absolute;
	bottom: .625rem;
	right: 0;
	color: #fff;
	font-size: 2.375rem;
	background: #009A8A;
	padding: .937rem 2.375rem .937rem 1.875rem;
	margin: 0;
	line-height: 1;
	letter-spacing: 0.05rem;
}

h3 {
	font-size: 1.062rem;
	font-style: italic;
	margin: 0 0 .625rem;
}

ul {
	list-style: none;
	margin: 0 0 1.25rem;
	padding: 0;
}

ul li {
	padding: 0 0 .312rem .812rem;
}

ul li:before {
	content: "";
	float: left;
	position: relative;
	width: .375rem;
	height: .375rem;
	background: #00A996;
	margin-left: -.812rem;
	top: .5rem;
}

header {
	position: relative;
	padding: 0 0 2.5rem;
	margin: 0 0 .937rem;
}

header img {
	display: block
}

article {
	padding: 0 1.562rem;
}

.justify {
	text-align: justify;
	hyphens: auto;
	margin: 0 0 2rem
}

.box {
	display: flex;
	column-gap: 2rem;
}

.column {
	width: 33.3%;
}

.flex {
	padding: 0 1.562rem;
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	font-size: .75rem;
	align-items: flex-start;
	position: relative;
	letter-spacing: -0.0375rem;
	line-height: 1.1;
	margin: 0 0 1.875rem;
}

.flex p {
	flex: 10%;
	text-align: center;
	display: block;
}

.flex:before {
	content: "";
	float: left;
	position: absolute;
	width: 94.7%;
	height: .062rem;
	border-radius: .5rem;
	background: #00998A;
	top: 1.187rem;
}

.flex p span {
	width: .062rem;
	height: 1.125rem;
	display: block;
	background: #00998A;
	text-align: center;
	margin: 0 auto;
}

.flex p:last-of-type {
	position: relative;
}

.section {
	padding: 0 1.562rem;
}

.section p:nth-of-type(1) {
	margin: 0 0 .625rem;
}

.section p:last-of-type {
	margin-bottom: .937rem
}

.aside {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 1.562rem;
}

.aside p,
.aside a {
	margin-right: .625rem;
}

footer {
	display: flex;
	position: relative;
	padding: 2.5rem 1.562rem 1rem;
	line-height: 1.3;
	column-gap: 1rem
}

footer p:nth-of-type(1) {
	width: 28%;
}

footer p:nth-of-type(2) {
	width: 40%;
}

footer p span {
	display: inline-block;
	width: 4.375rem;
}

.logo {
	position: absolute;
	top: 2.5rem;
	right: 2.5rem;
}

@media only screen and (max-width: 949px) {
	#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
	}

	h1 {
		font-size: 1.8rem;
	}

	h2 {
		font-size: 2rem;
		padding: 1rem;
	}

	h2,
	.flex {
		letter-spacing: normal
	}

	header {
		padding: 0 0 1rem;
	}

	article {
		padding: 0 1rem;
	}

	.justify {
		text-align: left;
		margin: 0 0 1rem
	}

	.box {
		column-gap: 1rem;
	}

	.flex {
		padding: 0 1rem;
		margin: 0 0 1rem;
	}

	.flex p br {
		display: none;
	}

	.section,
	.aside {
		padding: 0 1rem;
	}

	footer {
		padding: 1rem;
	}

	.logo {
		bottom: 1rem;
		right: 1rem;
	}
}

@media only screen and (max-width: 55rem) {
	.box {
		display: block
	}

	.column {
		width: 100%
	}

	.flex {
		flex-wrap: wrap;
		justify-content: start;
		gap: 0;
	}

	.flex p {
		flex: 0 1 7rem;
	}

	.flex p:before {
		content: "";
		float: left;
		position: relative;
		width: 100%;
		height: .062rem;
		border-radius: .5rem;
		background: #00998A;
		top: 1.187rem;
	}

	.flex:before {
		display: none;
	}
}

@media only screen and (max-width: 50rem) {
	h2 {
		position: static;
	}

	footer {
		flex-wrap: wrap
	}

	.logo {
		position: static;
	}

	footer {
		display: flex;
		justify-content: flex-start;
		position: relative;
		line-height: 1.3;
		column-gap: 1rem
	}

	footer p:nth-of-type(1),
	footer p:nth-of-type(2) {
		width: 100%;
	}
}

@media only screen and (max-width: 650px) {
	.flex {
		align-items: flex-start;
	}
}

@media only screen and (max-width: 480px) {
	#wrapper {
		padding: 0
	}

	.section p,
	footer p {
		text-align: center
	}

	.aside {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.aside p {
		margin: 0 1rem 0 0
	}

	.logo {
		display: flex;
		margin: 0 auto
	}

	h1,
	h1+p,
	h2,
	.marg,
	.margin {
		text-align: center
	}
}