<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    scroll-behavior: smooth;
}

body {
	font-variant-ligatures: none;
}

.c-badge-photo {
	width: 100px;
	right: 15px;
	top: 5px;
	background-image: url('/data/0/images/badge-photo-bg.png');
	z-index: 1060;
	background-size: cover;
	height: 100px;
	color: #fff;
	padding: 34px 18px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.c-badge-photo:hover {
	color: #fff;
}

.c-ajax-button-as-link {
	border: 0;
	background: none;
	color: var(--dark);
	cursor: pointer;
}
.c-ajax-button-as-link:hover,
.c-ajax-button-as-link:focus {
	outline-style: none;
	color: var(--primary);
}
.navbar-nav .nav-link {
	border: 0;
	background: none;
	cursor: pointer;
	color: inherit;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:hover:focus {
	outline-style: none;
	color: inherit;
}

.c-themesiteportalnav button.navbar-item {
	padding: 1rem 1rem 0.5rem 1rem;
	text-align: center;
	border-left: 1px solid #E4E4E4;
	cursor: pointer;
}
.c-themesiteportalnav button.navbar-item i::before {
	margin-right: 0;
}
.c-themesiteportalnav button.navbar-item div {
	font-size: 0.8rem;
}
.c-themesiteportalnav button.navbar-item div svg {
	font-size: 1.2rem;
}
</pre></body></html>