<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.landingpage-header{
	padding-top: 65px;

	.pagewidth{
		max-width: 1170px
	}

	.body-text p{
		font-size: 20px;
	}

	.center-content{
		position: relative;
		top:50%;
		transform: translateY(-50%);
	}
}


.object-fit-cover{
		object-fit: cover;
		height: 100%;
		width: 100%;
		position: absolute;
		top:0;
		left:0;
}

@media screen and (max-width: 767px){
	.landingpage-header{
		padding-top: 11px;
		.body-text p{
			font-size: 18px;
		}
	}
}</pre></body></html>