<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body .primary-menu a:focus,
body .primary-menu a:active {
	text-decoration: none;
}
body .primary-menu li.current-menu-item &gt; a,
body .primary-menu li.current-menu-item &gt; .link-icon-wrapper &gt; a {
	text-decoration: underline;
}

body .header-inner .toggle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}
body .toggle-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
}
body button.close-nav-toggle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
		-ms-flex-pack: end;
			justify-content: flex-end;
	padding: 25px 0;
}
body .toggle-inner .toggle-text {
	display: none;
	top: 100%;
	color: #343434;
}
body button.close-nav-toggle .toggle-text {
	color: #343434;
	text-decoration: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari 5+ ONLY */
	::i-block-chrome, body button.close-nav-toggle {
		display: block;
		text-align: right;
	}
	::i-block-chrome, body button.close-nav-toggle .toggle-text {
		
	}
	::i-block-chrome, body button.close-nav-toggle .svg-icon {
		display: inline-block;
		margin-right: 15px;
		position: relative;
		top: 3px;
	}
}

body .menu-modal {
	transition: none;
}
body .menu-modal.active {
	left: 0;
	opacity: 1;
	right: 0;
	transition: none;
}
body .modal-menu li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	margin: 0;
}
body .modal-menu .ancestor-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	width: 100%;
}

@media (min-width: 1000px) {
	body:not(.overlay-header) .primary-menu &gt; li &gt; a:hover {
		color: #249275;
		letter-spacing: normal;
		text-decoration: underline;
	}
}
@media (max-width: 999px) {
	body .modal-menu a,
	body .modal-menu &gt; li &gt; a,
	body .modal-menu &gt; li &gt; .ancestor-wrapper &gt; a {
		color: #000;
		font-family: Arial, sans-serif;
		font-size: 20px;
		font-weight: 500;
		letter-spacing: normal !important;
		text-decoration: none;
		width: 100%;
	}
}
@media (max-width: 500px) {
	body button.close-nav-toggle {
		padding: 16px 0;
	}
	body .modal-menu a {
		display: block;
		padding: 1.6rem 2.5rem;
		width: 100%;
	}
}
</pre></body></html>