<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width:1024px) {
	.home-page .page-header-custom[data-logo-show] .page-header-logo {
		display: block
	}

	.home-page .page-header-custom[data-logo-show] .navigation-quick-links-wrapper {
		display: none
	}
}

@media (min-width:1024px) {
	.home-page .page-header-logo {
		display: none
	}
}

.home-page .navigation-quick-links-wrapper {
	display: none;
	overflow: hidden;
	flex: 1 1 auto;
	margin: 0 15px
}

@media (min-width:1024px) {
	.home-page .navigation-quick-links-wrapper {
		display: flex
	}
}

.home-page .page-subheader {
	background: var(--secondary-header-bg-color);

}

@media (min-width:1024px) {
	.home-page .page-subheader {
		position: relative;
		z-index: 10
	}
}

.home-page .page-subheader-nameplate {
	align-items: center;
	display: none;
	justify-content: center;
	align-content: flex-end;
	padding: 0 20px
}

@media (min-width:1024px) {
	.home-page .page-subheader-nameplate {
		display: flex
	}
}

.home-page .page-subheader-content {
	font-family: var(--service-font), arial, "helvetica neue", helvetica, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: .625rem;
	line-height: .625rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 40px;
	padding: 0 20px;
	text-transform: uppercase;
	color: var(--secondary-header-text-color)
}

.home-page .page-subheader-content[data-recent] {
	color: var(--breaking-bg-color)
}

@media (min-width:1024px) {
	.home-page .page-subheader-content {
		height: 25px
	}
}

.home-page .page-logo {
	padding: 25px 0 15px;
	flex-shrink: 0;
	text-align: center;
	margin-left: 0px;
}

.assine {
	position: relative;
	padding: 0.75em 1em;
	border: none;
	background-color: transparent;
	cursor: pointer;
	outline: none;
	font-size: 14px;
	margin: 1em 0.8em;
	color: #566473;
}


.assine::after,
.assine::before {
	content: '';
	display: block;
	position: absolute;
	width: 20%;
	height: 20%;
	border: 2px solid;
	transition: all 0.6s ease;
	border-radius: 2px;
}

.assine::after {
	bottom: 0;
	right: 0;
	border-top-color: transparent;
	border-left-color: transparent;
	border-bottom-color: #566473;
	border-right-color: #566473;
}

.assine::before {
	top: 0;
	left: 0;
	border-bottom-color: transparent;
	border-right-color: transparent;
	border-top-color: #566473;
	border-left-color: #566473;
}

.assine:hover:after,
.assine:hover:before {
	width: 100%;
	height: 100%;
}

.assine:hover {
	background-color: #c2c2c2;
}

@media (min-width:1024px) {
	.home-page .page-logo {
		display: block;
		padding-bottom: 0
	}
}

.home-page .page-logo img,
.home-page .page-logo svg {
	display: inline-block;
	width: 515px
}

@media (min-width:1024px) {

	.home-page .page-logo img,
	.home-page .page-logo svg {
		max-height: 60px
	}
}

@media (min-width:1440px) {

	.home-page .page-logo img,
	.home-page .page-logo svg {
		width: 622px
	}
}

.since-logo {
	font-size: 1.2rem;
	font-weight: bold;
	color: #1A1A17;
	margin-top: 0;
}

.page-date {
	font-size: 10px;
	font-weight: 300;
}

.home-page .page-main {
	padding-top: 20px
}

.home-page .page-main&gt;.google-dfp-ad,
.home-page .page-main&gt;.google-dfp-ad-wrapper {
	padding-bottom: 20px
}

.home-page .page-main&gt;.rich-text-module {
	padding-bottom: 20px
}

.home-page .page-main&gt;* {
	padding-bottom: 40px
}

@media (min-width:1024px) {
	.home-page .page-main {
		padding-right: 20px;
		padding-left: 20px
	}
}

.home-page .page-heading {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0 0 0 0);
	overflow: hidden
}

.home-page .page-above {
	display: none
}

.home-page .page-above .list-p {
	display: flex
}

@media (min-width:768px) {
	.home-page .page-above {
		display: block
	}
}

.column-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px
}

@media (min-width:1240px) {
	.column-container {
		padding-left: 0;
		padding-right: 0
	}
}</pre></body></html>