@import url("/templates/global.css");
body {
	background-color: #9facb4;;
}

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

a {
	color: #003366;
}

.header-wrapper {
	background-color: #01313f;
	border-top: 10px solid #03839d;
}

.header__contact {
	display: none;
}

.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header__logo {
	max-width: 255px;
	margin: 12px 0;
}

.header__nav a {
	color: white;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	font-size: 19px;
	font-weight: 600;
	padding: 9.5px 8px;
}