<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.figure-caption {
	display: block;
	font-size: 0.79875rem;
}

@media (min-width: 1200px) {
	.figure-xl-fullwidth img {
		max-width: none;
	}
}

* + .figure-special-1 {
	margin-top: -30%;
}

@media (min-width: 1200px) {
	* + .figure-special-1 {
		margin-top: -265px;
	}
}

.figure-special-2 {
	margin-bottom: -30%;
}

@media (min-width: 1200px) {
	.figure-special-2 {
		margin-bottom: -275px;
	}
}

.figure-hover {
	display: inline-block;
	background: #111;
}

.figure-hover:hover img {
	opacity: .75;
}
</pre></body></html>