@charset "utf-8";

:root {
	font-size: 16px;
}

@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/roboto-v48-latin-300.eot');
	src: url('../fonts/roboto-v48-latin-300.eot?#iefix') format('embedded-opentype'),
		url('../fonts/roboto-v48-latin-300.woff2') format('woff2'),
		url('../fonts/roboto-v48-latin-300.woff') format('woff'),
		url('../fonts/roboto-v48-latin-300.ttf') format('truetype'),
		url('../fonts/roboto-v48-latin-300.svg#Roboto') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-v48-latin-regular.eot');
	src: url('../fonts/roboto-v48-latin-regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/roboto-v48-latin-regular.woff2') format('woff2'),
		url('../fonts/roboto-v48-latin-regular.woff') format('woff'),
		url('../fonts/roboto-v48-latin-regular.ttf') format('truetype'),
		url('../fonts/roboto-v48-latin-regular.svg#Roboto') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-v48-latin-700.eot');
	src: url('../fonts/roboto-v48-latin-700.eot?#iefix') format('embedded-opentype'),
		url('../fonts/roboto-v48-latin-700.woff2') format('woff2'),
		url('../fonts/roboto-v48-latin-700.woff') format('woff'),
		url('../fonts/roboto-v48-latin-700.ttf') format('truetype'),
		url('../fonts/roboto-v48-latin-700.svg#Roboto') format('svg');
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #10426F;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 17px;
	line-height: 1.5;
	font-weight: 300;
	background: #FFFFFF
}

img {
	max-width: 100%;
	height: auto;
}

#wrapper {
	position: relative;
	max-width: 1160px;
	margin: 1rem auto;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 17px rgba(0, 0, 0, .26);
}

h1 {
	font-size: 30px;
	line-height: 1.5;
	color: #fff;
	font-weight: 400
}

h1 + p {
	margin: 0
}

h2 {
	font-size: 20px;
	margin: 0 0 10px;
	font-weight: 400
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

a.web {
	font-weight: 400;
}

a.web:hover {
	text-decoration: underline 1px #0D1C2D
}

p {
	margin: 0 0 16px;
}

ul {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
}

ul li {
	padding-left: 18px
}

ul li:before {
	content: "\2022";
	float: left;
	margin-left: -18px;
	font-size: 10px;
	line-height: 2.2;
	font-family: "Arial", sans-serif;
	color: #1B2F5C
}

span {
	white-space: nowrap
}

header {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	background: #1B2F5C;
}

.logo {
	width: 79px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	margin: 0 39px 3rem auto;
}

.logo:hover {
	opacity: 0.5
}

.blue {
	background: #1B2F5C;
	padding: 0 1.5rem;
	width: 40%
}

.blue {
	color: #fff
}

.image {
	width: 60%
}

.qr {
	position: absolute;
	left: 6%;
	top: 3%;
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.left {
	width: 60%;
	padding: 14px 24px 0
}

.right {
	width: 40%;
	background: #ECECED;
}

.right img {
	display: block
}

.right p {
	line-height: 1.4;
	margin: 0 0 30px
}

.section {
	padding: 14px 24px 0
}

.section > p:nth-child(7) {
	margin: 0 0 10px
}

footer {
	padding: 24px;
	background: #1B2F5C
}

footer p {
	color: #fff;
	text-align: center;
	margin: 0
}

@media only screen and (max-width: 1159px) {
	#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: 28px;
	}

	h2 {
		font-size: 18px;
	}

	.logo {
		margin: 0 0 1rem auto
	}

	.blue {
		padding: 1rem;
	}

	.left {
		padding: 16px
	}

	.section {
		padding: 16px;
	}

	a.apply {
		margin: 1rem auto;
	}

	footer {
		padding: 16px;
	}
}

@media only screen and (max-width: 1019px) {
	.logo {
		margin: 0 auto 1rem
	}

	h1 {
		line-height: 1.3;
		text-align: center;
	}

	header p, .center {
		text-align: center
	}

	header {
		display: block
	}

	.image {
		width: auto;
		margin: 0 auto;
		display: flex
	}

	.qr {
		display: none
	}

	.flex {
		display: block
	}

	.blue,
	.left,
	.right {
		width: 100%
	}

	.right img {
		margin: 0 auto
	}
}

@media only screen and (max-width: 480px) {
	.left {
		padding: 1rem 0
	}
}

@media only screen and (max-width: 376px) {
	a.apply {
		width: 100%
	}
}