@import url("/templates/global.css");
@font-face {
	font-family: "Univers Next";
	src: url("7c5665cc-627d-480c-a01d-5cef72cf43a4.eot?#iefix") format("eot"), url("74e1830b-1468-4905-a73d-e2b6d1e690d6.woff2") format("woff2"), url("e43bae6d-8805-4214-8f2d-0489865368aa.woff") format("woff"), url("2bceebc9-7164-4633-b492-a89cb32368b1.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Univers Next";
	src: url("88a16ccb-f4b2-4efb-b456-c157c8690155.eot?#iefix") format("eot"), url("bac1b39b-eefb-416d-bbe5-a78d378cb66d.woff2") format("woff2"), url("67a1ce67-66ad-450a-a3d6-98e15f534199.woff") format("woff"), url("0f00b780-4ce0-41e4-8c17-684ffcb96e9d.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "Univers Next";
	src: url("07e1641d-6281-4461-827c-f3940fa0d811.eot?#iefix") format("eot"), url("e8921ecc-af32-4c3d-9636-dd82b4225e40.woff2") format("woff2"), url("20f7bd07-85c9-4687-ab29-0b87584842ff.woff") format("woff"), url("2df6d56e-7f31-4175-88df-47d374d8bb60.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

body {
	background-color: white;
}

.t-primary-bgcolor {
	background-color: #333;
}

a {
	color: #003366;
}

.header-wrapper {
	border-top: 6px solid #003366;
	border-bottom: 47px solid #f5f5f5;
}

.header {
	width: 100%;
	margin-top: -6px;
	position: relative;
	box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
}

.header__top {
	position: absolute;
	height: 56px;
	right: 0;
	top: 0;
	display: flex;
}

.header__nav {
	width: 529.16px;
	background-color: #003366;
	padding-right: 82px;
	display: flex;
}

.header__nav a {
	font-family: 'Univers Next', Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: white;
	margin-left: 32px;
	line-height: 56px;
	font-size: 16px;
	letter-spacing: 0.5px;
	text-decoration: none;
}

.header__main {
	padding: 29.5px 0;
	display: flex;
}

.header__logo {
	height: 72px;
	margin-left: 24px;
	margin-right: 16px;
}

.header__title {
	display: block;
	font-family: 'Univers Next', Arial, Helvetica, sans-serif;
	font-weight: 900;
	color: #003366;
	letter-spacing: 1px;
	font-size: 1.667vw;
	line-height: 40px;
	margin-top: 5px;
}

.header__slogan {
	display: block;
	font-family: 'Univers Next', Arial, Helvetica, sans-serif;
	font-weight: 500;
	color: #000000;
	line-height: 24px;
	font-size: 20px;
}

@media (max-width: 1279.9px) {
	.header-wrapper {
		border-top-width: 56px;
	}

	.header__top {
		top: -56px;
	}

	.header {
		margin: 0;
	}

	.header__logo {
		height: 64px;
		width: 64px;
	}

	.header__main {
		padding: 18.5px 0;
	}

	.header__title {
		font-size: 20px;
		line-height: 32px;
	}

	.header__slogan {
		line-height: 24px;
		font-size: 18px;
	}
}

@media (min-width: 1600px) {
	.header__logo {
		margin-left: 40px;
	}
}