<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400&amp;display=swap');

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

a {
	color: #6D9E96;
}

body {
	background-color: #F6F7FB;
}

.header {
	width: 100%!important;
}

.header__top {
	background-color: #113164;
	padding: 0 20px;
}

.header__top__inner {
	height: 43px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}

.header__top__inner a {
	color: #fff;
	font-size: 17px;
	letter-spacing: .5px;
	font-family: "Hind", sans-serif;
	font-weight: 400;
}

.header__top__contact a {
	margin-right: 10px;
}

.header__top__contact .fa {
	margin-right: 8px;
}

.header__top__socials a {
	margin-left: 15px;
}

.header-wrapper {
	background-color: #fff;
	border-top: solid 16px #333333;
}

.header__main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
}

.header__logo img {
	max-height: 59px;
}

.header__nav a {
	color: #020B12;
	font-size: 17px;
	letter-spacing: .5px;
	font-family: "Hind", sans-serif;
	font-weight: 300;
	margin-left: 15px;
}

.header-wrapper::after {
	display: block;
	height: 100px;
	content: "";
	background-image: url(banner.png);
	background-size: cover;
}

.fa {
	font-size: 14px;
}

.main {
	box-shadow: 0 0 15px rgb(0 0 0 / 10%);
	margin-top: 20px;
}

.container {
	width: 1120px;
}

@media screen and (max-width: 994px) {
	.header__nav a {
		font-size: 15px;
	}
}</pre></body></html>