<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 110:0 Unexpected "}"

**/
section.big-banner-and-content {
	position: relative;
	margin-top: 90px;
	height: 100vh;
}

section.big-banner-and-content .banner {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section.big-banner-and-content .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: rgba(0, 0, 0, 0.2);
}

section.big-banner-and-content .content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 20;
	width: 100%;
	max-width: 800px;
	text-align: center;
	padding: 0 16px;
	margin: 0 auto;
}

section.big-banner-and-content .content .title-mobile-only {
	display: none;	
}
@media (max-width: 639px) {
	section.big-banner-and-content .content .title-mobile-only {		
		display: block;		
	}
}
section.big-banner-and-content .content .title-desktop-only {
	display: block;	
}
@media (max-width: 639px) {
	section.big-banner-and-content .content .title-desktop-only {
		display: none;		
	}
}

section.big-banner-and-content .logo {
	display: block;
	max-width: 245px;
	width: 100%;
	margin: 0 auto 35px;
}
@media screen and (max-width: 1023px) {
	section.big-banner-and-content .logo {
		margin-bottom: 20px;
	}
}

section.big-banner-and-content .heading {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 85px;
	/* line-height: 30px; */
	color: #ffffff;
	padding: 0;
	margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
	section.big-banner-and-content .heading {
		font-size: 60px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 767px) {
	section.big-banner-and-content .heading {
		font-size: 40px;
		margin-bottom: 20px;
	}
}

section.big-banner-and-content .textarea {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.115em;
	color: #ffffff;
	padding: 0;
}

@media screen and (max-width: 767px) {
	section.big-banner-and-content .textarea {
		font-size: 18px;
	}
}
}</pre></body></html>