.elementor-widget-mth_hero_slider {
	width: 100%;
}

.mth-hero-slider {
	--mth-overlay: rgba(10, 0, 0, 0.35);
	--mth-card: rgba(0, 51, 94, 0.9);
	--mth-accent: #cbb492;
	--mth-text: #fff;
	background: #183a5a;
	border-top: 5px solid #004274;
	box-sizing: border-box;
	color: var(--mth-text);
	font-family: Lato, "Open Sans", Arial, sans-serif;
	height: 640px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.mth-hero-slider:focus-visible {
	outline: 3px solid var(--mth-accent);
	outline-offset: -3px;
}

.mth-hero-slider__slides,
.mth-hero-slider__slide {
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.mth-hero-slider__slide {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	pointer-events: none;
	transition: opacity 300ms ease;
}

.mth-hero-slider__slide::before {
	background: var(--mth-overlay);
	content: "";
	inset: 0;
	position: absolute;
}

.mth-hero-slider__slide.is-current {
	opacity: 1;
	pointer-events: auto;
	z-index: 1;
}

.mth-hero-slider__grid {
	height: 100%;
	margin: 0 auto;
	max-width: 1240px;
	position: relative;
	width: 100%;
}

.mth-hero-slider__card {
	background: var(--mth-card);
	bottom: 4px;
	box-sizing: border-box;
	height: 377px;
	left: 40px;
	overflow: hidden;
	padding: 41px 36px 30px;
	position: absolute;
	width: 305px;
}

.mth-hero-slider__title {
	font-family: Lato, "Open Sans", Arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.2px;
	line-height: 1.35;
	margin: 0;
	text-transform: none;
}

.mth-hero-slider__title a,
.mth-hero-slider__title a:hover,
.mth-hero-slider__title a:focus {
	color: var(--mth-text);
	text-decoration: none;
}

.mth-hero-slider__title a:focus-visible,
.mth-hero-slider__link:focus-visible,
.mth-hero-slider__dot:focus-visible {
	outline: 2px solid var(--mth-accent);
	outline-offset: 3px;
}

.mth-hero-slider__meta {
	color: var(--mth-accent);
	display: flex;
	flex-wrap: wrap;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
	margin-top: 50px;
}

.mth-hero-slider__meta span + span::before {
	content: " - ";
	white-space: pre;
}

.mth-hero-slider__excerpt {
	color: rgba(255, 255, 255, 0.82);
	font-family: "Open Sans", Lato, Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.55;
	margin: 18px 0 0;
}

.mth-hero-slider__price {
	bottom: 29px;
	left: 36px;
	position: absolute;
}

.mth-hero-slider__price span,
.mth-hero-slider__price strong {
	display: block;
}

.mth-hero-slider__price span {
	color: var(--mth-accent);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 4px;
}

.mth-hero-slider__price strong {
	color: var(--mth-text);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

.mth-hero-slider__link {
	align-items: center;
	bottom: 32px;
	color: var(--mth-text);
	display: flex;
	height: 24px;
	justify-content: center;
	position: absolute;
	right: 32px;
	width: 24px;
}

.mth-hero-slider__link:hover,
.mth-hero-slider__link:focus {
	color: var(--mth-accent);
}

.mth-hero-slider__link svg {
	fill: currentColor;
	height: 21px;
	width: 21px;
}

.mth-hero-slider__dots {
	align-items: center;
	bottom: 20px;
	display: flex;
	gap: 0;
	justify-content: center;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 3;
}

.mth-hero-slider__dot {
	appearance: none;
	background: transparent;
	border: 0;
	box-shadow: none;
	box-sizing: border-box;
	cursor: pointer;
	height: 24px;
	margin: 0;
	min-height: 0;
	min-width: 0;
	padding: 0;
	position: relative;
	width: 24px;
}

.mth-hero-slider__dot + .mth-hero-slider__dot {
	margin-left: -6px;
}

.mth-hero-slider__dot::before {
	background: transparent;
	border: 2px solid #fff;
	border-radius: 50%;
	box-sizing: border-box;
	content: "";
	height: 12px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: background-color 160ms ease, transform 160ms ease;
	width: 12px;
}

.mth-hero-slider__dot:hover::before {
	transform: translate(-50%, -50%) scale(1.14);
}

.mth-hero-slider__dot.is-current::before {
	background: #fff;
}

.mth-hero-slider__sr-only,
.mth-hero-slider__autoplay-toggle {
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.mth-hero-slider__autoplay-toggle:focus-visible {
	background: rgba(0, 51, 94, 0.96);
	border: 2px solid var(--mth-accent);
	clip: auto;
	clip-path: none;
	color: #fff;
	height: auto;
	margin: 0;
	overflow: visible;
	padding: 9px 13px;
	right: 16px;
	top: 16px;
	width: auto;
	z-index: 5;
}

.mth-hero-slider__progress {
	background: rgba(255, 255, 255, 0.32);
	bottom: 0;
	height: 4px;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 4;
}

.mth-hero-slider__progress-bar {
	background: var(--mth-accent);
	display: block;
	height: 100%;
	transform: scaleX(0);
	transform-origin: left center;
	width: 100%;
}

.mth-hero-slider__progress-bar.is-running {
	animation: mth-hero-progress linear forwards;
}

.mth-hero-slider__empty {
	background: #f1f3f5;
	border: 1px dashed #9ca3af;
	color: #374151;
	padding: 24px;
	text-align: center;
}

@keyframes mth-hero-progress {
	from { transform: scaleX(0); }
	to { transform: scaleX(1); }
}

@media (max-width: 1279px) {
	.mth-hero-slider__card {
		left: 30px;
	}
}

@media (max-width: 1024px) {
	.mth-hero-slider {
		height: 960px;
	}

	.mth-hero-slider__card {
		left: 30px;
	}
}

@media (max-width: 767px) {
	.mth-hero-slider {
		height: 720px;
	}

	.mth-hero-slider__card {
		bottom: 48px;
		height: 377px;
		left: 20px;
		max-width: calc(100% - 40px);
		padding-left: 28px;
		padding-right: 28px;
	}

	.mth-hero-slider__meta {
		margin-top: 32px;
	}

	.mth-hero-slider__price {
		left: 28px;
	}

	.mth-hero-slider__link {
		right: 28px;
	}

	.mth-hero-slider__dots {
		bottom: 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mth-hero-slider__slide,
	.mth-hero-slider__dot::before {
		transition: none;
	}

	.mth-hero-slider__progress-bar {
		animation: none !important;
	}
}
