<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***********************************************************************************************************************************************
  /$$$$$$  /$$$$$$$  /$$    /$$  /$$$$$$  /$$   /$$  /$$$$$$  /$$$$$$$$ /$$$$$$$        /$$$$$$$$ /$$$$$$$  /$$$$$$ /$$$$$$$$ /$$$$$$  /$$$$$$$
 /$$__  $$| $$__  $$| $$   | $$ /$$__  $$| $$$ | $$ /$$__  $$| $$_____/| $$__  $$      | $$_____/| $$__  $$|_  $$_/|__  $$__//$$__  $$| $$__  $$
| $$  \ $$| $$  \ $$| $$   | $$| $$  \ $$| $$$$| $$| $$  \__/| $$      | $$  \ $$      | $$      | $$  \ $$  | $$     | $$  | $$  \ $$| $$  \ $$
| $$$$$$$$| $$  | $$|  $$ / $$/| $$$$$$$$| $$ $$ $$| $$      | $$$$$   | $$  | $$      | $$$$$   | $$  | $$  | $$     | $$  | $$  | $$| $$$$$$$/
| $$__  $$| $$  | $$ \  $$ $$/ | $$__  $$| $$  $$$$| $$      | $$__/   | $$  | $$      | $$__/   | $$  | $$  | $$     | $$  | $$  | $$| $$__  $$
| $$  | $$| $$  | $$  \  $$$/  | $$  | $$| $$\  $$$| $$    $$| $$      | $$  | $$      | $$      | $$  | $$  | $$     | $$  | $$  | $$| $$  \ $$
| $$  | $$| $$$$$$$/   \  $/   | $$  | $$| $$ \  $$|  $$$$$$/| $$$$$$$$| $$$$$$$/      | $$$$$$$$| $$$$$$$/ /$$$$$$   | $$  |  $$$$$$/| $$  | $$
|__/  |__/|_______/     \_/    |__/  |__/|__/  \__/ \______/ |________/|_______/       |________/|_______/ |______/   |__/   \______/ |__/  |__/
***********************************************************************************************************************************************/
/***********************************************************************************************************************************************
  /$$$$$$  /$$$$$$$  /$$    /$$  /$$$$$$  /$$   /$$  /$$$$$$  /$$$$$$$$ /$$$$$$$        /$$$$$$$$ /$$$$$$$  /$$$$$$ /$$$$$$$$ /$$$$$$  /$$$$$$$
 /$$__  $$| $$__  $$| $$   | $$ /$$__  $$| $$$ | $$ /$$__  $$| $$_____/| $$__  $$      | $$_____/| $$__  $$|_  $$_/|__  $$__//$$__  $$| $$__  $$
| $$  \ $$| $$  \ $$| $$   | $$| $$  \ $$| $$$$| $$| $$  \__/| $$      | $$  \ $$      | $$      | $$  \ $$  | $$     | $$  | $$  \ $$| $$  \ $$
| $$$$$$$$| $$  | $$|  $$ / $$/| $$$$$$$$| $$ $$ $$| $$      | $$$$$   | $$  | $$      | $$$$$   | $$  | $$  | $$     | $$  | $$  | $$| $$$$$$$/
| $$__  $$| $$  | $$ \  $$ $$/ | $$__  $$| $$  $$$$| $$      | $$__/   | $$  | $$      | $$__/   | $$  | $$  | $$     | $$  | $$  | $$| $$__  $$
| $$  | $$| $$  | $$  \  $$$/  | $$  | $$| $$\  $$$| $$    $$| $$      | $$  | $$      | $$      | $$  | $$  | $$     | $$  | $$  | $$| $$  \ $$
| $$  | $$| $$$$$$$/   \  $/   | $$  | $$| $$ \  $$|  $$$$$$/| $$$$$$$$| $$$$$$$/      | $$$$$$$$| $$$$$$$/ /$$$$$$   | $$  |  $$$$$$/| $$  | $$
|__/  |__/|_______/     \_/    |__/  |__/|__/  \__/ \______/ |________/|_______/       |________/|_______/ |______/   |__/   \______/ |__/  |__/
***********************************************************************************************************************************************/
.banner-container
{
	/* overflow: hidden; */
	position: relative;
	margin: 0 auto;
	width: 100%;
	transition: padding-top 400ms;
	margin-top: -123px;	
}

@media screen and (max-width: 991px)
{
	.banner-container
	{		
		margin-top: 0;
		margin-bottom: 0;
		
	}	
}

.banner-advanced-editor-html-container
{
	position: absolute;
	z-index: 15;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 100%;
}

.media-inner-wrapper
{
	position: absolute;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* flex-flow: column nowrap; */
    width: 100%;
    height: 100%;
    max-width: 1420px;
    margin: 0 auto -85px auto;
    background-color: white;
	border-radius: 15px;
    max-height: 185px;
    left: 0;
    right: 0;
    bottom: 0;
	padding-left: 90px;
	padding-right: 90px;
}

@media screen and (max-width: 991px)
{
	.media-inner-wrapper
	{		
		flex-flow: column nowrap;	
		padding-top: 15px;
		padding-left: 15px;
		padding-right: 15px;
	}	
}

@media screen and (max-width: 991px)
{
	.media-inner-wrapper
	{		
		margin: 0 auto -115px auto;
		max-height: 150px;

	}	
}
.media-inner-wrapper .media-background-video
{
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: auto;
	height: 100%;
}

.media-inner-wrapper .banner-caption
{
	display: block;
	font-family: league_spartan;	
	font-size: calc(14px + (18 - 14) * ((100vw - 400px) / (2000 - 400)));
	color: #303436 !important;
	line-height: 1;	
	width: calc(100% - 30px);
	max-width: 200px;
}

@media screen and (min-width:2000px)
{
	.media-inner-wrapper .banner-caption
	{
		font-size: 18px;
	}
}

@media screen and (max-width: 991px)
{
	.media-inner-wrapper .banner-caption
	{
		text-align: center;
	}
}



.media-inner-wrapper .banner-caption-alt
{
	display: block;
	font-family: bebas_neue;	
	font-size: calc(26px + (53 - 26) * ((100vw - 400px) / (2000 - 400)));
	color: #24A431 !important;
	line-height: 1;	
	width: calc(100% - 30px);
	font-weight: bold;
}

@media screen and (min-width:2000px)
{
	.media-inner-wrapper .banner-caption-alt
	{
		font-size: 53px;
	}
}

@media screen and (max-width: 991px)
{
	.media-inner-wrapper .banner-caption-alt
	{
		text-align: center;
		margin: 0 auto;
	}
}

.media-inner-wrapper .banner-description
{
	font-family: league_spartan;	
	font-size: calc(14px + (21 - 14) * ((100vw - 400px) / (2000 - 400)));
	color: #303436 !important;	
	width: calc(100% - 30px);
	text-align: center;
}

@media screen and (min-width:2000px)
{
	.media-inner-wrapper .banner-description
	{
		font-size: 18px;
	}
}

@media screen and (max-width: 991px)
{
	.media-inner-wrapper .banner-description
	{
		text-align: center;
	}
}

.media-inner-wrapper .banner-link a
{
	white-space: nowrap;
}


/* .banner-advanced-editor-html-container
{
	position: absolute;
	z-index: 15;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 100%;
}

.media-inner-wrapper
{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column nowrap;
	width: 100%;
	height: 100%;
}

.media-inner-wrapper .media-background-video
{
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: auto;
	height: 100%;
}

.media-inner-wrapper .banner-caption
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: calc(26px + (61 - 26) * ((100vw - 400px) / (2000 - 400)));
	color: #FFFFFF !important;
	text-shadow: 0 0 5px black;
}

@media screen and (min-width:2000px)
{
	.media-inner-wrapper .banner-caption
	{
		font-size: 61px;
	}
} */

.banner-container .banner-image &gt; div:first-of-type
{
	background-size: contain;
	background-position: top;
	height: 100%;
	background-repeat: no-repeat;
}

@media screen and (max-width: 1200px)
{
	.banner-container .banner-image &gt; div:first-of-type
	{
		background-size: cover;
	}
}

@media screen and (max-width: 991px)
{
	.banner-container .banner-image &gt; div:first-of-type
	{
		background-size: contain;
	}
}</pre></body></html>