<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;style&gt;

.content-item__image {
 padding-top: 10px;
}
.custom-cap-overview {
	padding-left: 1rem;
	padding-right: 1rem;
	margin-left: -1rem;
	margin-right: -1rem;
	width: calc(100% + 2rem);
	margin-bottom: 25px;
	padding-top: 0;
	margin-top: -2.5rem;
}
.overview-width {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 325px;
	position: relative;
}
.content-width2 {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 325px;
}
.bottom-section {
	position: absolute;
	bottom: 0px;
	left: 25px;
	height: 100px;
}
.overview-text {
	width: 75%;
	font-size: 22px;
	line-height: 1.35;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	color: #ffffff;
	padding-top: 5px;
}
.custom-item-title {
 font-size: 1.5em;
 font-weight: 400;
 padding-top: 10px
}
.custom-item {
	font-size: 18px;
	font-weight: 400;
	margin-top: 0;
	padding: 10px 0 30px;
	line-height: 1.4em;
}

@media only screen and (max-width:600px) {
.custom-item-title {
	padding-top: 0px
}
}
@media only screen and (max-width:900px) {
.overview-text {
	width: 100%;
	font-size: 20px;
	line-height: 1.25;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	color: #ffffff;
	padding-top: 10px;
}
.bottom-section {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 100px;
}
}
@media only screen and (max-width:1023px) {
.custom-cap-overview {
	margin-top: 0rem;
}
} 
&lt;/style&gt;
</pre></body></html>