@charset "utf-8";

:root {
	font-size: 16px;
}

@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');
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #053564;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 15px;
	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 1px #000;
}

h1 {
	text-align: center;
	font-size: 18px;
	line-height: 1.1;
	margin: 0;
}

h2 {
	color: #fff;
	font-size: 22px;
	text-align: left;
	width: 70%;
	font-family: "Arial", sans-serif
}

h3 {
	font-size: 15px;
	margin: 0 0 1rem
}

.border {
	display: block;
	background: #00A4F7;
	position: absolute;
	width: 44.5%;
	height: 6px;
	left: 0;
	bottom: 24px
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

p {
	margin: 0 0 20px;
}

span {
	white-space: nowrap
}

.square {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
}

.square li {
	padding-left: 22px
}

.square li:before {
	content: "\25A0";
	float: left;
	margin-left: -22px;
	font-size: 16px;
	line-height: 1.2;
	color: #00A4F7
}

header {
	background: #055F9A;
	background: linear-gradient(90deg, rgba(5, 95, 154, 1) 0%, rgba(8, 51, 94, 1) 35%, rgba(8, 51, 94, 1) 100%);
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-end;
	padding: 3rem 2rem 2rem 6px;
	position: relative
}

.top {
	display: flex;
	align-items: center;
	column-gap: 1rem;
	margin: 0 0 3rem 1rem
}

article {
	padding: 3rem 3rem 16px
}

.margin {
	margin: 0 0 6px
}

.squares {
	margin: 0 auto;
	display: flex
}

footer {
	background: #055F9A;
	background: linear-gradient(90deg, rgba(5, 95, 154, 1) 0%, rgba(8, 51, 94, 1) 35%, rgba(8, 51, 94, 1) 100%);
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 1.5rem 3rem 2rem 4rem;
	position: relative
}

footer p {
	color: #fff;
	font-size: 14px;
	margin: 0
}

@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;
	}

	.square {
		margin: 0 0 16px;
	}

	header {
		padding: 1rem 1rem 1rem 6px;
	}

	.top {
		margin: 0 0 1rem 1rem
	}

	.border {
		bottom: 10px
	}

	article {
		padding: 1rem
	}

	footer {
		padding: 1rem;
	}
}

@media only screen and (max-width: 768px) {
	header {
		flex-direction: column;
		align-items: center
	}

	.border {
		display: none
	}

	.squares {
		display: none
	}
}

@media only screen and (max-width: 600px) {
	h2 {
		text-align: center
	}

	footer {
		flex-direction: column;
		align-items: center
	}

	footer p {
		margin: 0 0 1rem;
		text-align: center
	}

	.top {
		flex-direction: column;
		margin: 0 0 1rem 0
	}
}

@media only screen and (max-width: 23.438rem) {}
