.header__logo {
	margin-bottom: 2.2rem;
}

.-highlight {
	color: var(--primary-color);
}

.-drop {
	margin-top: 5rem !important;
}

.footer__main {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

@media print, screen and (max-width: 49em) {
	.logo.-signet .logo__signet {
		overflow-x: clip;
		text-overflow: ellipsis;
	}
}