<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("/templates/global.css");
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

body {
	background-color: #1e2948;
}

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

a {
	color: #00568D;
}

.container {
	width: 1024px;
}

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

.header {
	padding: 4px 0;
}

.header__logo {
	display: flex;
	align-items: center;
	gap: 68px;
	font-family: "Fira Sans Condensed", sans-serif;
}

.header__logo:hover {
	text-decoration: none;
}

.logo-text {
	display: flex;
	flex-direction: column;

}

.top-line {
	color: #00568d;
	font-weight: 700;
	font-size: 56px;
	line-height: 56px;
}

.bottom-line {
	color: #00568d;
	font-weight: 400;
	font-size: 56px;
	line-height: 56px;
	letter-spacing: 2px;
}

.header-wrapper:after {
	content: " ";
	width: 100%;
	height: 30px;
	display: block;
	background-color: #00568D;
	box-shadow: inset 0 13px 10px -10px rgba(0, 0, 0, 0.3);
}</pre></body></html>