/***********************************************************************************************************************************************
  /$$$$$$  /$$$$$$$  /$$    /$$  /$$$$$$  /$$   /$$  /$$$$$$  /$$$$$$$$ /$$$$$$$        /$$$$$$$$ /$$$$$$$  /$$$$$$ /$$$$$$$$ /$$$$$$  /$$$$$$$
 /$$__  $$| $$__  $$| $$   | $$ /$$__  $$| $$$ | $$ /$$__  $$| $$_____/| $$__  $$      | $$_____/| $$__  $$|_  $$_/|__  $$__//$$__  $$| $$__  $$
| $$  \ $$| $$  \ $$| $$   | $$| $$  \ $$| $$$$| $$| $$  \__/| $$      | $$  \ $$      | $$      | $$  \ $$  | $$     | $$  | $$  \ $$| $$  \ $$
| $$$$$$$$| $$  | $$|  $$ / $$/| $$$$$$$$| $$ $$ $$| $$      | $$$$$   | $$  | $$      | $$$$$   | $$  | $$  | $$     | $$  | $$  | $$| $$$$$$$/
| $$__  $$| $$  | $$ \  $$ $$/ | $$__  $$| $$  $$$$| $$      | $$__/   | $$  | $$      | $$__/   | $$  | $$  | $$     | $$  | $$  | $$| $$__  $$
| $$  | $$| $$  | $$  \  $$$/  | $$  | $$| $$\  $$$| $$    $$| $$      | $$  | $$      | $$      | $$  | $$  | $$     | $$  | $$  | $$| $$  \ $$
| $$  | $$| $$$$$$$/   \  $/   | $$  | $$| $$ \  $$|  $$$$$$/| $$$$$$$$| $$$$$$$/      | $$$$$$$$| $$$$$$$/ /$$$$$$   | $$  |  $$$$$$/| $$  | $$
|__/  |__/|_______/     \_/    |__/  |__/|__/  \__/ \______/ |________/|_______/       |________/|_______/ |______/   |__/   \______/ |__/  |__/
***********************************************************************************************************************************************/
.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;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: flex-start;
	width: calc(100% - 30px);
	height: 100%;
	max-width: 1440px;
	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 .ww_p_call_out
{
	font-family: "work_sans_semibold", Arial, Helvetica, sans-serif;
	font-size: calc(16px + (20 - 16) * ((100vw - 400px) / (2000 - 400)));
	color: #ffffff;
	text-shadow: 0 0 5px black;
}

@media screen and (min-width:2000px)
{
	.media-inner-wrapper .ww_p_call_out
	{
		font-size: 20px;
	}
}

.media-inner-wrapper .banner-caption
{
	position: relative;
	font-family: "inter_medium", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: calc(26px + (61 - 26) * ((100vw - 400px) / (2000 - 400)));
	color: #FFFFFF !important;
	line-height: 1.3;
	text-shadow: 0 0 5px black;
}

.media-inner-wrapper .banner-caption strong
{
	font-family: "inter", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.media-inner-wrapper .banner-caption .floating-ac-symbol
{
	position: absolute;
	bottom: 0;
	right: -170px;
}

@media screen and (max-width:480px)
{
	.media-inner-wrapper .banner-caption .floating-ac-symbol
	{
		width: 20vw;
		height: auto;
		max-width: 141px;
		right: -35vw;
	}
}

@media screen and (min-width:2000px)
{
	.media-inner-wrapper .banner-caption
	{
		font-size: 61px;
	}
}

.media-inner-wrapper .ww_p
{
	font-family: "work_sans_semibold", Arial, Helvetica, sans-serif;
	font-size: calc(18px + (24 - 18) * ((100vw - 400px) / (2000 - 400)));
	color: #ffffff;
	line-height: 1.4;
	text-shadow: 0 0 5px black;
	margin-top: 15px;
}

@media screen and (min-width:2000px)
{
	.media-inner-wrapper .ww_p
	{
		font-size: 24px;
	}
}

.media-inner-wrapper img.floating-employee
{
	position: absolute;
	top: 63%;
    right: 100px;
	width: 23vw;
	max-width: 323px;
	height: auto;
	transform: translateY(-50%);
}

@media screen and (max-width:992px)
{
	.media-inner-wrapper img.floating-employee
	{
		display: none;
	}
}

#scroll_to_content_link
{
	position: absolute;
	z-index: 10;
	bottom: 180px;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width:992px)
{
	#scroll_to_content_link
	{
		display: none;
	}
}