<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contactFs img {
	margin-right: 1rem;
	object-fit: contain;
}

.contact .heading {
	font-size: 2.6rem;
	font-weight: 800;
}

.contactFs &gt; *:not(:first-child) {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 2.25rem;
}

.contactFs &gt; *:not(:last-child) {
	color: var(--font-dark-light);
}

.contactFs .mail img {
	width: 22px;
	height: 15px;
}

.contactFs .ph img {
	width: 19px;
	height: 17px;
}

.contactFs .fax img {
	width: 20px;
	height: 19px;
}

.contactFs .loc img {
	width: 15px;
	height: 19px;
}

.contact_container {
	/*margin-top: 12.2rem;*/
	background-image: url('../../images/hero-croped.png');
	background-size: cover;
}

.contact {
	display: grid;
	grid-template-columns: repeat(3, minmax(40rem, 1fr));
}

@media (max-width: 1280px) {
	.contact {
		max-width: 80rem;
		grid-template-columns: 1fr;
		margin: 0 auto;
	}

	.contact_container {
		background-image: linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)), url('../..//images/hero.png');
		background-size: 100% 76.3rem;
	}
}

.contact &gt; * {
	min-height: 76.3rem;
}

.contact &gt; * &gt; * {
	width: 100%;
}

.contact .form input,
.contact .form select {
	font-weight: 600;
	font-size: 2rem !important;
	padding-left: 0.65rem;
}

.contact .left {
	background-color: var(--color-light-grey-2);
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact .left .form.form-light select {
	color: var(--font-dark);
	font-size: 1.8rem;
	padding-bottom: 1.35rem;
}

.contact .content {
	max-width: 41rem;
}

.contact .left h2 {
	color: var(--font-dark);
	font-weight: 800;
	margin-bottom: .5rem;
}

.contact .left p {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 3rem;
}

.contact .left .form-row &gt; *:not(:last-child) {
	margin-bottom: 3rem;
}


.contact .cnter {
	position: relative;
	background-color: rgba(255, 255, 255, .85);
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact .cnter .heading {
	margin-bottom: 1.85rem;
}

.contact .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 52px;
	height: 47px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--color-primary);
	cursor: pointer;
}

.contact .close img {
	width: 20px;
	height: 19px;
	pointer-events: none;
}


.contact .right {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(255, 255, 255, .93);
	position: relative;
}

.contact .right .heading {
	margin-bottom: 6rem;
	color: var(--font-dark);
}

.contact .form.form-dark input,
.contact .form.form-dark select {
	border-color: var(--color-dark);
}</pre></body></html>