<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.top-contact {
	font-family: 'Lato', sans-serif;
}
.slidech h1 {
	font-family: 'Lato', sans-serif;
	font-size: 72px;
	font-weight: lighter;
	text-align: center;
	color: #000;
	letter-spacing: .5em;
}
.slidech h1 span {
	font-weight: 400;
}
.textch h2 {
	font-family: 'Lato', sans-serif;
	font-size: 42px;
	font-weight: lighter;
	color: #e0dcdd;
}
.textch h2 span {
	font-size: 24px;
	font-weight: normal;
	vertical-align: 20px;
}
.textch h3 {
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #e0dcdd;
	margin-top: -10px;
	margin-bottom: 40px;
}
.textch h4 {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: lighter;
	color: #e0dcdd;
	margin-bottom: 30px;
}
.textch p {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #e0dcdd;
}
.textch img {
	margin-top: 40px;
}
.teamtext p {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: lighter;
	text-align: center;
	color: #e0dcdd;
	margin-top: 20px;
}
.margintop60 {
	margin-top: 60px;
}
.margintop80 {
	margin-top: 80px;
}
.marginbottom60 {
	margin-bottom: 60px;
}
.contentch {
	position:absolute;
	left:50%;
	top:-240px;
	background-color:rgba(77,77,77,0.5);
	box-shadow:0px 2px 3px 0px rgba(112,112,112,0.3);
	min-height:180px;
	padding:30px;
	margin-right:30px;
}
.contentch h2 {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: lighter;
	font-style: italic;
	text-transform: uppercase;
	color: #e0dcdd;
	line-height: 40px;
}
.contentch h2 span {
	color: #fff;
	font-weight: 400;
}
@media only screen and (max-width: 580px) {
	.slidech h1 {
		font-size: 22px;
		color: #000;
		letter-spacing: .5em;
	}
	.textch {
		
	}
	.contentch {
		position:absolute;
		left:20%;
		top:-300px;
		background-color:rgba(77,77,77,0.5);
		box-shadow:0px 2px 3px 0px rgba(112,112,112,0.3);
		min-height:90px;
		padding:30px;
		margin-right:30px;
	}
	.contentch h2 {
		font-family: 'Lato', sans-serif;
		font-size: 14px;
		font-weight: lighter;
		font-style: italic;
		text-transform: uppercase;
		color: #fff;
		line-height: 40px;
	}
	.textch h4 {
		font-size: 18px;
	}
	.reducetop {
		margin-top:-260px;
	}
}</pre></body></html>