.elementor-column-gap-default>.elementor-column>.elementor-element-populated:has(.elementor-widget-HeroSliderByMavericks) {
	padding: 0 !important;
}

.elementor-section.elementor-section-boxed .elementor-widget-HeroSliderByMavericks {
	position: relative;
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	width: 100vw;
	max-width: 100vw;
}

.mav-hero-widget-slider {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #e8e8e8;
}

.mav-hero-widget-slider .slide {
	position: relative;
	width: 100%;
}

.mav-hero-widget-slider .image-container {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: calc(667 / 1920 * 100%);
}

@media (max-width: 1440px) {
	.mav-hero-widget-slider .image-container {
		padding-top: calc(667 / 1540 * 100%);
	}
}

.mav-hero-widget-slider .image-container img.desktop {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.mav-hero-widget-slider img.mobile {
	display: none;
	width: 100%;
	object-fit: contain;
}

@media (max-width: 767px) {

	.mav-hero-widget-slider .image-container {
		display: none;
	}

	.mav-hero-widget-slider img.mobile {
		display: block;
		width: 100%;
		height: auto;
	}
}

.mav-hero-widget-slider .slick-list,
.mav-hero-widget-slider .slick-track {
	height: 100%;
}

.mav-hero-widget-slider .slick-slide>div {
	line-height: 0;
}

.mav-hero-widget-slider .arrow {
	position: absolute;
	z-index: 10;
	top: 50%;
	transform: translateY(-50%);
	width: 37px;
	height: 37px;
	cursor: pointer;
	background: transparent no-repeat center center;
	background-size: 100%;
}

.mav-hero-widget-slider .arrow.prev {
	left: 15px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23002f34' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'/%3E%3C/svg%3E");
}

.mav-hero-widget-slider .arrow.next {
	right: 15px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23002f34' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E");
}

.mav-hero-widget-slider .arrow:hover {
	background-color: rgba(255, 255, 255, 1);
}

.mav-hero-widget-slider .slick-dots {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 10;
}

.mav-hero-widget-slider .slick-dots li {
	width: 15px;
	height: 15px;
	margin: 0;
	padding: 0;
	border-radius: 50%;
	background-color: #002f34;
	cursor: pointer;
	transition: background-color 0.2s, opacity 0.2s;
}

.mav-hero-widget-slider .slick-dots li button {
	display: none;
}

.mav-hero-widget-slider .slick-dots li.slick-active {
	background-color: #fff;
	opacity: 1;
}