<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=Inter:wght@300;400;500;600;700;800&amp;display=swap');

body {
	background-color: #FFF;
	min-height: 100vh;
}

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

a {
	color: #3D4FAE;
}

.header-wrapper {
	background-color: white;
	position: relative;
}

.header {
	width: 100%;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21);
	margin-bottom: 10px;
}

.header__top {
	background-color: #0E4470;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21);
	color: #fff;
	padding: 9px 0;
	font-size: 13px;
}

.header__top .left span {
	margin-right: 20px;
	display: flex;
	align-items: center;
}

.header__top .left {
	display: flex;
	align-items: center;
}

.header__top .left span svg {
	height: 12px;
	width: auto;
	opacity: 0.9;
	margin-right: 5px;
}

.header__top .right {
	text-align: right;
}

.header__top .socials {
	font-size: 0;
	display: flex;
}

.header__top .socials a svg {
	height: 25px;
	width: auto;
	color: #fff;
	opacity: 1;
	margin-left: 20px;
}

.header__top .socials a:hover {
	opacity: 0.8;
}

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

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

.header__logo {
	padding: 30px 0;
}

.header nav {
	display: flex;
	justify-content: flex-end;
}

.header nav a {
	font-size: 18px;
	margin: 0 15px;
	color: #333;
	line-height: 30px;
	font-weight: 500;
	border-bottom: 3px solid transparent;
}

.header nav a:last-child {
	margin-right: 0;
}

.header nav a:hover {
	text-decoration: none;
	color: #CA087A;
}

.main {
	padding-top: 3rem;
}

body.page-upload .sidebar,
.copyright {
	display: none;
}

.footer-wrapper {
	border-top: 2px dashed black;
}

.footer {
	padding-top: 40px;
	padding-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer .footer-stack {
	display: flex;
	flex-direction: column;
	justify-content: center;
	row-gap: 2rem;
}

.footer .footer-stack .socials {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer svg {
	height: 30px;
	width: auto;
	color: #0E4470;
}

.footer-location span {
	display: flex;
	align-items: center;
}

.footer-location svg {
	height: 12px;
	width: auto;
	opacity: 0.9;
	margin-right: 5px;
}

.footer a {
	color: #fff;
}

.footer .footer-locations {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 3rem;
	color: #7B9BB2;
	line-height: 26px;
}

.footer .footer-locations h1 {
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.mobile-header__nav {
	background-color: #0E4470;
}

.mobile-header__nav a {
	opacity: 1;
}

@media screen and (max-width: 800px) {
	.footer {
		flex-direction: column;
	}

	.footer .footer-stack {
		margin-bottom: 3rem;
	}

	.footer .footer-locations {
		grid-template-columns: 1fr;
		row-gap: 3rem;
	}
}

#header&gt;div.container&gt;nav&gt;li {
	list-style-type: none;
}

.header nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.header nav&gt;ul&gt;li {
	display: inline-block;
	position: relative;
	margin-right: 16px;
}

.header nav li a {
	color: #333;
	text-decoration: none;
	transition: ease-in-out 0.2s;
}

.header nav li a:hover,
.header nav li a:focus {
	opacity: 1;
	color: #CA087A;
	text-decoration: none;
}

.header nav li ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	background: rgba(255, 255, 255, 0.95);
	width: 240px;
	margin: 0 auto;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 3px 12px rgba(0, 0, 0, .12);
	margin-top: 10px;
	border-radius: 8px;
	padding: .6em 0;
	transition: all .3s ease-in-out;
	transform: scale(1, 0);
	transform-origin: top;
	z-index: 1000;
	text-align: left;
	left: 500px;
	border: 1px solid #0E4470;
}

.header nav li:hover ul {
	transform: scale(1, 1);
}

.header nav li:hover ul,
.header nav li ul:hover {
	opacity: 1;
	visibility: visible;
	margin-left: 0;
}

.header nav li ul li {
	display: block;
}

.header nav li ul a {
	color: #333;
	display: block;
	padding: 5.3px 18.6px;
	font-size: 16px;
	line-height: 26.4px;
}

.header nav li ul a:hover {
	color: #CA087A;
}

.mobile-header__nav li {
	list-style-type: none;
}

.mobile-header__nav ul li {
	list-style-type: disc;
}

.mobile-header__nav ul li::marker {
	color: #fff;
}</pre></body></html>