@charset "utf-8";

@font-face {
	font-display: swap;
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/work-sans-v24-latin-regular.eot');
	src: url('../fonts/work-sans-v24-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/work-sans-v24-latin-regular.woff2') format('woff2'), url('../fonts/work-sans-v24-latin-regular.woff') format('woff'), url('../fonts/work-sans-v24-latin-regular.ttf') format('truetype'), url('../fonts/work-sans-v24-latin-regular.svg#WorkSans') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-v49-latin-regular.eot');
	src: url('../fonts/roboto-v49-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v49-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v49-latin-regular.woff') format('woff'), url('../fonts/roboto-v49-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v49-latin-regular.svg#Roboto') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/roboto-v49-latin-500.eot');
	src: url('../fonts/roboto-v49-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v49-latin-500.woff2') format('woff2'), url('../fonts/roboto-v49-latin-500.woff') format('woff'), url('../fonts/roboto-v49-latin-500.ttf') format('truetype'), url('../fonts/roboto-v49-latin-500.svg#Roboto') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-v49-latin-700.eot');
	src: url('../fonts/roboto-v49-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v49-latin-700.woff2') format('woff2'), url('../fonts/roboto-v49-latin-700.woff') format('woff'), url('../fonts/roboto-v49-latin-700.ttf') format('truetype'), url('../fonts/roboto-v49-latin-700.svg#Roboto') 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.5;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

#wrapper {
	position: relative;
	max-width: 1160px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

a.color {
	color: rgb(0, 154, 168);
}

a.color:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 22px;
	font-family: "Work Sans", "Arial", sans-serif;
}

h1 {
	color: #00607b;
	font-weight: 500;
	font-size: 29px;
	margin: 37px 0;
	line-height: 1.3
}

h2 {
	color: #00607b;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 37px;
}

ul {
	list-style: none;
	margin: 0 0 27px 20px;
	padding: 0;
}

ul li {
	padding: 0 0 10px 17px;
}

ul li:before {
	content: "\2022";
	float: left;
	margin-left: -17px;
	font-size: 20px;
	line-height: 1.1;
}

header {
	background-color: rgba(4, 80, 103, 1.0);
	padding: 20px 80px 15px 35px;
	display: flex;
	justify-content: space-between;
	margin: 0 0 15px;
}

.header_box {
	color: #fff;
	text-align: right;
}

.header_box a {
	font-size: 13px;
	margin: 0 0 15px;
	display: block;
}

.header_box p {
	margin: 0;
	font-size: 17px;
	font-family: "Roboto", "Arial", sans-serif;
}

.top {
	padding: 0 95px;
}

.figure {
	margin: 45px 0 25px;
}

.section {
	padding: 0 110px
}

.box {
	padding: 40px 0
}

.applylinks,
.btns {
	display: block;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	margin: 0 0 35px;
}

a.apply {
	background-color: rgba(0, 154, 168, 1.0);
	padding: 10px 15px;
	line-height: 1.3333333;
	border-radius: 6px;
	color: #fff;
	font-family: "Work Sans", "Arial", sans-serif;
	margin: 0 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	column-gap: 5px;
	border: 1px solid transparent;
	width: fit-content;
}

a.apply i {
	font-size: 23px
}

a.apply:hover {
	background-color: rgba(0, 154, 168, 0.49);
	border-color: rgba(0, 154, 168, 0.49);
}

a.apply:hover span {
	text-decoration: underline;
	color: rgb(0, 154, 168);
}

a.apply:hover i {
	color: #fff;
	text-decoration: none;
}

footer {
	padding: 0px 110px 40px;
	color: #fff;
}

@media only screen and (max-width: 1159px) {
	#wrapper {
		border: none;
		margin: 0 auto;
	}

	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
}

@media only screen and (max-width: 900px) {
	header {
		padding: 20px;
		margin: 0 0 20px
	}

	.top {
		padding: 0 20px
	}

	.section {
		padding: 0 30px
	}

	footer {
		padding: 20px 30px
	}

	.applylinks,
	.btns,
	.figure {
		margin: 0 0 20px;
	}
}

@media only screen and (max-width: 48rem) {

	.applylinks,
	.btns,
	.figure {
		justify-content: center;
	}

	p,
	ul,
	h1,
	h2 {
		margin: 0 0 20px;
	}

	h1 {
		text-align: center;
	}

	.box {
		text-align: center;
		padding: 0 0 1.25rem
	}

	.box img {
		margin: 0 auto;
	}

	.links,
	.social-links {
		justify-content: center;
		text-align: center;
		align-items: center;
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 630px) {
	header {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 20px;
		border-width: 0px;
	}

	.header_box {
		text-align: center;
	}
}

@media only screen and (max-width: 590px) {

	.applylinks,
	.btns {
		flex-wrap: wrap;
		gap: 20px;
	}
}