<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***********************************************************************************************************************************************
  /$$$$$$  /$$$$$$$  /$$    /$$  /$$$$$$  /$$   /$$  /$$$$$$  /$$$$$$$$ /$$$$$$$        /$$$$$$$$ /$$$$$$$  /$$$$$$ /$$$$$$$$ /$$$$$$  /$$$$$$$
 /$$__  $$| $$__  $$| $$   | $$ /$$__  $$| $$$ | $$ /$$__  $$| $$_____/| $$__  $$      | $$_____/| $$__  $$|_  $$_/|__  $$__//$$__  $$| $$__  $$
| $$  \ $$| $$  \ $$| $$   | $$| $$  \ $$| $$$$| $$| $$  \__/| $$      | $$  \ $$      | $$      | $$  \ $$  | $$     | $$  | $$  \ $$| $$  \ $$
| $$$$$$$$| $$  | $$|  $$ / $$/| $$$$$$$$| $$ $$ $$| $$      | $$$$$   | $$  | $$      | $$$$$   | $$  | $$  | $$     | $$  | $$  | $$| $$$$$$$/
| $$__  $$| $$  | $$ \  $$ $$/ | $$__  $$| $$  $$$$| $$      | $$__/   | $$  | $$      | $$__/   | $$  | $$  | $$     | $$  | $$  | $$| $$__  $$
| $$  | $$| $$  | $$  \  $$$/  | $$  | $$| $$\  $$$| $$    $$| $$      | $$  | $$      | $$      | $$  | $$  | $$     | $$  | $$  | $$| $$  \ $$
| $$  | $$| $$$$$$$/   \  $/   | $$  | $$| $$ \  $$|  $$$$$$/| $$$$$$$$| $$$$$$$/      | $$$$$$$$| $$$$$$$/ /$$$$$$   | $$  |  $$$$$$/| $$  | $$
|__/  |__/|_______/     \_/    |__/  |__/|__/  \__/ \______/ |________/|_______/       |________/|_______/ |______/   |__/   \______/ |__/  |__/
***********************************************************************************************************************************************/
.banner-advanced-editor-html-container
{
	position: absolute;
	z-index: 15;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 100%;
}

@media screen and (max-width:991px)
{
	/* Optional Dark Overlay */
	.banner-container .banner-image::after
	{
		content: '';
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		right: 0;
		display: block;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.4);
	}
}


.media-inner-wrapper
{
	position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column nowrap;
    width: calc(100% - 30px);
    max-width: 1450px;
    height: 100%;
    margin: 0 auto;
}

.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: 'Roboto-Bold';
	font-size: calc(26px + (53 - 26) * ((100vw - 400px) / (2000 - 400)));
	color: #F7F7F7 !important;
	text-shadow: 0 0 5px black;
}

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

@media screen and (max-width:576px)
{
	.media-inner-wrapper .banner-caption
	{
		font-size: 20px;

	}
}

.media-inner-wrapper .banner-description
{
	font-family: 'NunitoSans10pt-SemiBold';
	font-size: calc(26px + (19 - 19) * ((100vw - 400px) / (2000 - 400)));
	color: #F7F7F7 !important;
	text-shadow: 0 0 5px black;
	margin-left: 30px;
	margin-bottom: 85px;
    line-height: 1.3;
}

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

@media screen and (max-width:576px)
{
	.media-inner-wrapper .banner-description
	{
		font-size: 14px;
		margin-bottom: 25px;
	}
}

.media-inner-wrapper img.line
{
	display: block;
	position: absolute;
}

.banner-button-link
{
	font-family: 'Roboto-Black';
	font-size: 13pt;
	color: #F6F5FB !important;
	text-decoration: none !important;
}

.banner-button-link img
{
	transition: all 1s;

}

.banner-button-link:hover
{
	color: #F6F5FB;
}

.banner-button-link:hover img
{
	transform: translateX(10px);
    transition: all 1s;
}</pre></body></html>