:root {
	font-size: 16px;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

@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: 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');
}

html {
	min-height: 100%;
}

body {
	color: #11364f;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}

#wrapper {
	max-width: 860px;
	margin: 16px auto;
	border: 1px solid #11364f;
	background: #fff;
	overflow: hidden;
	position: relative;
	padding: 30px 20px 15px 330px;
}

header {
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
}

header img:nth-of-type(2) {
	display: none;
}

footer {
	position: absolute;
	z-index: 3;
	left: 45px;
	bottom: 51px;
}

p {
	margin: 0px 0px 0px;
}

strong {
	font-weight: 700;
}

h1 {
	margin: 0 0 30px;
	font-weight: 700;
	font-size: 28px;
	line-height: 32px;
}

h1 small {
	display: block;
	font-weight: 400;
	font-size: 19px;
	line-height: 24px;
}

p small {
	text-align: center;
	display: block;
	font-size: 14px;
	line-height: 18px;
}

h2 {
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	width: 260px;
	background: #11364f;
	color: #fff;
	padding: 16px;
	text-align: center;
	position: absolute;
	z-index: 3;
	left: 35px;
	top: 748px;
}

h3 {
	margin: 0 0 16px;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}

h4 {
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
}

h5 {
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	background: #11364f;
	padding: 8px 16px;
	color: #fff;
}

h5 a {
	color: #fff !important;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: #11364f;
	text-decoration: none;
	white-space: nowrap;
}

.section {
	padding-left: 30px;
}

ul {
	padding: 0 0 16px;
	list-style: none;
}

ul li {
	padding-left: 25px;
	position: relative;
	margin-bottom: 4px;
}

li:before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #11364f;
	position: absolute;
	z-index: 3;
	left: 0;
	top: 8px;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

.box {
	background: #d7dce1;
	padding: 10px 16px;
	line-height: 24px;
	margin-bottom: 25px;
}

.color {
	color: #e10505;
}

hr {
	border: none;
	height: 1px;
	background: #163e64;
	margin: 6px 0;
}

.flex {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin: 70px 0 16px;
}

.flex h5:nth-of-type(1) {
	background: #e10505;
	display: flex;
	align-items: center;
	padding: 8px 20px;
}

@media all and (max-width:859px) {
	#wrapper {
		margin: 0;
		border: none;
	}

	:is(ul, p) {
		hyphens: auto;
	}

	p span {
		white-space: nowrap;
	}
}

@media all and (max-width:767px) {
	#wrapper {
		padding: 16px;
	}

	header {
		position: static;
		display: flex;
		justify-content: center;
		padding-bottom: 16px;
	}

	header img:nth-of-type(1) {
		display: none;
	}

	header img:nth-of-type(2) {
		display: block;
	}

	h2 {
		width: auto;
		position: static;
		margin-bottom: 16px;
	}

	.section {
		padding-left: 20px;
	}

	.flex {
		margin-top: 16px;
	}

	h5 br {
		display: none;
	}

	footer {
		position: static;
		display: flex;
		justify-content: center;
		margin-top: 16px;
	}
}

@media all and (max-width:425px) {
	.flex {
		flex-direction: column;
		align-items: center;
	}
}