<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#hero {
	background-image:url("../images/hero_desktop.png");
	background-position: left top;
	background-size:74%;
	background-repeat: no-repeat;
	width:100%;
	padding-bottom:44%; /*** this will maintain the aspect ratio ***/
	position:relative;
}

#hero_copy {
	width:40%;
	margin-left:61%;
	padding-top:1%;
	color:#3b3b3b;
	position:absolute;
}

#hero_copy_bottom {
	display:none;
}

#hero p {
    font-family: "ProximaNovaLight";
    font-size: 24px;
    line-height: 30px;
    max-width: 450px;
}

#hero h2{
    font-family: "ProximaNovaSemibold";
    max-width: 600px;
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 25px;
}

#cta_duck {
	position:relative;
	margin-top:70px;
}

#hero_copy a {
	font-family:"ProximaNovaBold";
	background-color:#F89728;
	color:#ffffff;
	font-size:24px;
	padding: 15px 40px;
	text-decoration: none;
	position: absolute;
    top: 0px;
}


#hero_duck {
    position: absolute;
    left: 300px;
    top: -55px;
    width:30%;
}


@media screen and (max-width: 1250px) {

	#hero h2 {
		max-width:400px;
		font-size:36px;
		line-height:36px;
		margin-bottom:15px;
	}

	#hero p {
		font-size:22px;
		line-height:26px;
		max-width:365px;
	}

	#cta_duck {
		margin-top:35px;
	}

	#hero a {
		font-size:22px;
		padding: 15px 35px;
	}

	#hero_duck {
		left:260px;
	}

}

@media screen and (max-width: 1000px) {
	
	#hero h2 {
		max-width:300px;
		font-size:32px;
		line-height:32px;
		margin-bottom:10px;
	}

	#hero p {
		max-width:300px;
		font-size:16px;
		line-height:20px;
	}

	#hero a {
		font-size:20px;
		padding: 12px 24px;
	}

	#hero_duck {
		top:-35px;
		left:225px;
	}

	
}

@media screen and (max-width: 780px) {
	
	#hero h2 {
		max-width:230px;
		font-size:24px;
		line-height:24px;
		margin-bottom:10px;
	}

	#hero p {
		max-width:215px;
		font-size:12px;
		line-height:15px;
		padding-bottom:0px;
	}

	#hero a {
		font-size:14px;
		padding: 10px 15px;
	}

	#hero_duck {
		left:155px;
	}

}


@media screen and (max-width: 570px) {
	
	#hero {
    	background-size: 105%;
    	padding-bottom: 60%;
	}

	#hero_copy {
		display:none;
	}

	#hero_copy_bottom {
		padding-left:5%;
		padding-right:5%;
		margin-top:15px;
		display:block;
		margin-bottom:40px;
	}

	#hero_copy_bottom p {
	    font-family: "ProximaNovaLight";
	    font-size: 18px;
	    line-height: 22px;
	    padding-bottom: 15px;
	}

	#hero_copy_bottom h2{
	    font-family: "ProximaNovaSemibold";
	    font-size: 36px;
	    line-height: 40px;
	    margin-bottom: 15px;
	}

	#hero_copy_bottom a {
		font-family:"ProximaNovaBold";
		width:100%;
		background-color:#F89728;
		color:#ffffff;
		font-size:20px;
		padding: 14px 40px;
		text-decoration: none;
	}


	#cta_duck {
		margin-top:45px;
		margin-bottom:85px;

	}

	#hero_duck {
		top:-60px;
		width:120px;
		left:265px;
	}

}

@media screen and (max-width: 399px) {
	
	#hero_copy_bottom a {
		font-size:14px;
		padding: 12px 24px;
	}
	
	#hero_duck {
		top:-60px;
		width:120px;
		left:175px;
	}
}











</pre></body></html>