<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header &gt; img.logo {
	min-width: 45vw;
	max-width: 53vw;
}

header img.hero_image {
	margin-bottom: 1.5rem;
}

header &gt; a#start_conversation {
	font-size: 1.125rem;
	bottom: 0;
	right: 2rem;
	left: 2rem;
	text-transform: uppercase;
	border: 1px solid rgba(255,255,255, 1);
}

header .hero_text {
	display: none;
}

.focuser {
	font-size:4vh;
	line-height:6vw;
}

.columns_wrapper &gt; div.column {
	display: block;
	margin-bottom: 2rem;
}

.columns_wrapper &gt; div.column &gt; img {
	display: block;
	max-height: 50vw;
	width: auto;
	margin: 0 auto;
}

.columns_wrapper &gt; div.column &gt; h3 {
	font-size: 7vw;
}

#solutions &gt; .columns_wrapper &gt; div.column &gt; img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

section.page .page_title {
	font-size: 8vw;
}
</pre></body></html>