/******************************************************************
 * HOME HERO CAROUSEL
 ******************************************************************/

.avf-selection--id--6a5953f2404a8 {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.avf-selection--id--6a5953f2404a8 .avf-selection__items {
	position: relative;
	width: min(1600px, calc(100% - 160px));
	aspect-ratio: 16 / 5;
	max-height: 500px;
	margin: 24px auto 0;
	overflow: visible;
	border-radius: 18px;
	background: transparent;
	touch-action: pan-y;
}

.avf-selection--id--6a5953f2404a8 .avf-selection__items > avf-layout-6a5a5a57a0aaf,
.avf-selection--id--6a5953f2404a8 .avf-selection__items > .avf-layout,
.avf-selection--id--6a5953f2404a8 .avf-selection__items > .mr-hero-slide {
	position: absolute !important;
	inset: 0 !important;
	z-index: 1;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateX(0) scale(0.94);
	transform-origin: center center;
	transition:
		transform 560ms cubic-bezier(0.22, 1, 0.36, 1),
		opacity 420ms ease,
		visibility 420ms ease;
	will-change: transform, opacity;
}

.avf-selection--id--6a5953f2404a8 .avf-selection__items > .mr-hero-slide--active {
	z-index: 4;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateX(0) scale(1);
}

.avf-selection--id--6a5953f2404a8 .avf-selection__items > .mr-hero-slide--previous {
	z-index: 2;
	opacity: 0.72;
	visibility: visible;
	transform: translateX(-94%) scale(0.92);
}

.avf-selection--id--6a5953f2404a8 .avf-selection__items > .mr-hero-slide--next {
	z-index: 2;
	opacity: 0.72;
	visibility: visible;
	transform: translateX(94%) scale(0.92);
}

.avf-selection--id--6a5953f2404a8 .avf-selection__items > .mr-hero-slide--hidden {
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transform: translateX(0) scale(0.9);
}

.avf-selection--id--6a5953f2404a8 .media-hero {
	width: 100% !important;
	height: 100% !important;
	aspect-ratio: auto !important;
	max-height: none !important;
	margin: 0 !important;
	border: 1px solid #19191d !important;
	border-radius: 18px !important;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.58) !important;
	overflow: hidden !important;
}

.avf-selection--id--6a5953f2404a8 .mr-hero-slide--previous .media-hero,
.avf-selection--id--6a5953f2404a8 .mr-hero-slide--next .media-hero {
	filter: brightness(0.72);
}

.mr-hero-arrow {
	position: absolute;
	top: 50%;
	z-index: 30;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 72px;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 10px;
	background: rgba(5, 5, 8, 0.68);
	color: #ffffff;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-50%);
	backdrop-filter: blur(8px);
	transition: opacity 220ms ease, visibility 220ms ease, background 220ms ease;
}

.mr-hero-arrow--previous { left: 16px; }
.mr-hero-arrow--next { right: 16px; }

.mr-hero-arrow[hidden],
.mr-hero-arrow:disabled {
	display: none !important;
}

.avf-selection__items:hover .mr-hero-arrow,
.avf-selection__items:focus-within .mr-hero-arrow {
	opacity: 1;
	visibility: visible;
}

.mr-hero-arrow:hover {
	background: rgba(12, 12, 16, 0.90);
}

.mr-hero-arrow svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.mr-hero-dots {
	position: relative;
	z-index: 30;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	margin: 12px auto 0;
	padding: 0;
}

.mr-hero-dot {
	width: 8px;
	height: 8px;
	flex: 0 0 8px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(190, 194, 202, 0.48);
	cursor: pointer;
	transition: background 220ms ease, transform 220ms ease;
}

.mr-hero-dot:hover {
	background: rgba(225, 227, 232, 0.82);
	transform: scale(1.12);
}

.mr-hero-dot--active {
	background: #f2f3f5;
}

@media (max-width: 1100px) {
	.avf-selection--id--6a5953f2404a8 .avf-selection__items {
		width: calc(100% - 88px);
	}

	.avf-selection--id--6a5953f2404a8 .avf-selection__items > .mr-hero-slide--previous {
		transform: translateX(-96%) scale(0.92);
	}

	.avf-selection--id--6a5953f2404a8 .avf-selection__items > .mr-hero-slide--next {
		transform: translateX(96%) scale(0.92);
	}
}

@media (max-width: 900px) {
	.avf-selection--id--6a5953f2404a8 .avf-selection__items {
		width: calc(100% - 36px);
		aspect-ratio: auto;
		height: 430px;
		overflow: hidden;
	}

	.avf-selection--id--6a5953f2404a8 .avf-selection__items > .mr-hero-slide--previous,
	.avf-selection--id--6a5953f2404a8 .avf-selection__items > .mr-hero-slide--next {
		opacity: 0;
		visibility: hidden;
		transform: translateX(100%) scale(0.96);
	}

	.mr-hero-arrow {
		opacity: 1;
		visibility: visible;
	}
}

@media (prefers-reduced-motion: reduce) {
	.avf-selection--id--6a5953f2404a8 .avf-selection__items > avf-layout-6a5a5a57a0aaf,
	.avf-selection--id--6a5953f2404a8 .avf-selection__items > .avf-layout,
	.avf-selection--id--6a5953f2404a8 .avf-selection__items > .mr-hero-slide,
	.mr-hero-arrow,
	.mr-hero-dot {
		transition: none;
	}
}
