.custom-ac-hero {
	position: relative;
}

.slider-hero-ac figure {
	height: 600px;
	background-size: cover;
	background-position: center center;
	min-height: 74vh;
}

.videoherotop {
	background: #000000!important;
}

.videoherotop .elementor-background-video-hosted {
	top: 0!important;
	transform: translate(-50%, 0)!important;
}

.content-hero {
	position: absolute;
	top: 50%;
	left: 24px;
	height: 260px;
	right: 24px;
	transform: translateY(-50%);
}

.content-hero h1 {
	font-weight: 700;
	font-size: 40px;
	line-height: 46px;
	text-align: center;
	letter-spacing: -0.02em;
	color: #FFFFFF;
	max-width: 340px;
	margin: 0 auto 32px;
}

.links-hero {
	display: grid;
	grid-gap: 6px;
}

.links-hero a,
.links-hero a:hover,
.links-hero a:active {
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	letter-spacing: -0.02em;
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 4px;
	padding: 20px 16px;
	display: block;
	transition: all .3s ease;
}

.links-hero a:hover,
.links-hero a:active {
	background: #05141F;
}

.custom-ac-hero .slick-dots {
	position: absolute;
	bottom: 40px;
	display: flex;
	left: 50%;
	transform: translateX(-50%);
}

.custom-ac-hero .slick-dots button {
	font-size: 0;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	border: none;
	padding: 0;
	background: #ffffff;
	margin: 0 4px;
	cursor: pointer;
}

.custom-ac-hero .slick-dots .slick-active button {
	background: #E10A1D;
}

html .elementor-widget:not(:last-child) {
	margin: 0;
}

.elementor-widget-custom-ac-hero-wbuttons {
	background: none!important;
}

.slick-slider.slider-hero-ac .slick-dots {
    display: none;
}


@media screen and (min-width: 768px) {
	.content-hero h1 {
		max-width: none;
	}
	.links-hero {
		grid-template-columns: repeat(3, calc(33.33% - 3px));
	}
	.content-hero {
		height: 144px;
	}
}

@media screen and (min-width: 992px) {
	.content-hero {
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		max-width: 640px;
		width: 100%;
	}
	.custom-ac-hero .slick-arrow {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		border: none;
		font-size: 0;
		padding: 0;
		width: 50px;
		height: 40px;
		cursor: pointer;
		z-index: 1;
		background: none;
	}
	.custom-ac-hero .slick-arrow.slick-prev {
		left: 40px;
		background: url(images/arrow-slide-left.svg) no-repeat center center;
	}
	.custom-ac-hero .slick-arrow.slick-next {
		right: 40px;
		background: url(images/arrow-slide-right.svg) no-repeat center center;
	}
}


@media screen and (min-width: 1200px) {
	.content-hero {
		max-width: 800px;
	}
}