.harus-homepage {
	--hm-green: var(--harus-brand-green, #23ac39);
	--hm-green-deep: var(--harus-dark-green, #145c24);
	--hm-green-soft: var(--harus-soft-green, #eaf7ec);
	--hm-bg: var(--harus-light-bg, #f7faf8);
	--hm-surface: var(--harus-surface, #ffffff);
	--hm-ink: var(--harus-text, #111827);
	--hm-muted: var(--harus-muted-text, #536056);
	--hm-line: var(--harus-border, #e5e7eb);
	--hm-dark: var(--hm-mode-dark, #101813);
	--hm-radius: 8px;
	background: var(--hm-bg);
	color: var(--hm-ink);
	font-size: 16px;
	line-height: 1.55;
}

.harus-homepage *,
.harus-homepage *:before,
.harus-homepage *:after {
	box-sizing: border-box;
}

.harus-homepage a {
	color: inherit;
	text-decoration: none;
}

.harus-homepage img {
	display: block;
	max-width: 100%;
	height: auto;
}

.harus-homepage svg {
	width: 1em;
	height: 1em;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.hm-home-section {
	padding: 12px 0;
}

.hm-home-section:first-child {
	padding-top: 24px;
}

.hm-home-section:last-child {
	padding-bottom: 32px;
}

.hm-home-container {
	width: min(1290px, calc(100% - 32px));
	margin-inline: auto;
}

.hm-home-hero__panel,
.hm-home-feature-row,
.hm-home-liger-featured__panel,
.hm-home-final-cta__panel {
	border: 1px solid rgba(17, 24, 39, 0.06);
	border-radius: var(--hm-radius);
	background: var(--hm-surface);
}

.hm-home-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 46px;
	padding: 12px 22px;
	border: 1px solid rgba(20, 92, 36, 0.45);
	border-radius: var(--hm-radius);
	color: var(--hm-green-deep);
	background: var(--hm-surface);
	font-size: 15px;
	font-weight: 760;
	line-height: 1.15;
	text-align: center;
	transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.hm-home-button:hover,
.hm-home-button:focus-visible {
	border-color: var(--hm-green);
	color: var(--hm-green-deep);
	background: #f7fbf7;
}

.hm-home-button--primary {
	border-color: var(--hm-green);
	background: var(--hm-green);
	color: #fff;
}

.hm-home-button--primary:hover,
.hm-home-button--primary:focus-visible {
	border-color: var(--hm-green-deep);
	background: var(--hm-green-deep);
	color: #fff;
}

.hm-home-button--outline {
	min-width: 168px;
}

.hm-home-button--dark {
	border-color: rgba(255, 255, 255, 0.28);
	background: transparent;
	color: #fff;
}

.hm-home-button--dark:hover,
.hm-home-button--dark:focus-visible {
	border-color: rgba(255, 255, 255, 0.42);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.hm-home-liger-featured .hm-home-button--dark {
	border-color: color-mix(in srgb, var(--hm-green) 46%, #ffffff);
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
}

.hm-home-liger-featured .hm-home-button--dark:hover,
.hm-home-liger-featured .hm-home-button--dark:focus-visible {
	border-color: var(--hm-green);
	background: var(--hm-green);
	color: #07120a;
	outline: 2px solid color-mix(in srgb, var(--hm-green) 45%, transparent);
	outline-offset: 3px;
}

.hm-home-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
}

.hm-home-pill,
.hm-product-card__badge {
	display: inline-flex;
	align-items: center;
	width: max-content;
	border-radius: 999px;
	background: var(--hm-green-soft);
	color: var(--hm-green-deep);
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
}

.hm-home-pill {
	margin: 0 0 20px;
	padding: 8px 13px;
	text-transform: uppercase;
	letter-spacing: 0;
}

.hm-home-section.hm-home-hero {
	position: relative;
	padding: clamp(24px, 4.2vw, 48px) 0 clamp(28px, 4.6vw, 54px);
	background: var(--hm-hero-bg, radial-gradient(circle at 84% 30%, rgba(35, 172, 57, 0.1), transparent 35%), linear-gradient(135deg, #fff 0%, #f2f8f1 100%));
	overflow: hidden;
}

.hm-home-hero__panel {
	position: relative;
	display: grid;
	gap: 18px;
	min-height: clamp(520px, 48vw, 610px);
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	overflow: visible;
}

.hm-home-hero__slides {
	position: relative;
	width: 100%;
	min-height: var(--hm-home-slider-height, clamp(520px, 48vw, 600px));
	overflow: hidden;
	border-radius: var(--hm-radius);
}

.hm-home-hero__slide {
	position: absolute;
	inset: 0;
	display: grid;
	grid-template-columns: minmax(0, 0.74fr) minmax(480px, 1fr);
	gap: clamp(30px, 4.8vw, 74px);
	align-items: center;
	min-height: var(--hm-home-slider-height, clamp(520px, 48vw, 600px));
	padding: clamp(26px, 3.8vw, 46px) 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--hm-ink);
	opacity: 0;
	pointer-events: none;
	transform: translateX(18px);
	transition: opacity 0.32s ease, transform 0.32s ease, visibility 0.32s ease;
	visibility: hidden;
}

.hm-home-hero__slide.is-active {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(0);
	visibility: visible;
}

.hm-home-hero__copy {
	display: grid;
	align-content: center;
	max-width: 610px;
}

.hm-home-hero__slide-title {
	display: block;
	max-width: 650px;
	margin: 0;
	color: var(--hm-ink);
	font-size: clamp(44px, 5.4vw, 76px);
	font-weight: 860;
	line-height: 1.02;
	letter-spacing: 0;
	text-wrap: balance;
}

.hm-home-hero__slide-title span {
	display: block;
	color: var(--hm-green-deep);
}

.hm-home-hero__lead {
	max-width: 590px;
	margin: 22px 0 0;
	color: var(--hm-muted);
	font-size: clamp(16px, 1.35vw, 19px);
	line-height: 1.72;
	text-wrap: pretty;
}

.hm-home-hero__meta {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	width: fit-content;
	margin: 22px 0 0;
	color: var(--hm-green-deep);
	font-size: 15px;
	font-weight: 820;
	line-height: 1.35;
}

.hm-home-hero__meta svg {
	flex: 0 0 auto;
	width: 24px;
	height: 24px;
	color: var(--hm-green);
}

.hm-home-hero .hm-home-actions {
	margin-top: 28px;
}

.hm-home-hero__actions {
	gap: 12px;
}

.hm-home-hero__trust {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, max-content));
	gap: 12px 22px;
	margin: 34px 0 0;
	padding: 0;
	list-style: none;
}

.hm-home-hero__trust li {
	display: inline-flex;
	gap: 9px;
	align-items: center;
	color: var(--hm-muted);
	font-size: 14px;
	font-weight: 760;
	line-height: 1.3;
}

.hm-home-hero__trust svg {
	flex: 0 0 auto;
	width: 22px;
	height: 22px;
	color: var(--hm-green);
}

.hm-home-hero__slide-media {
	display: block;
	width: 100%;
	margin: 0;
	aspect-ratio: 1.13;
	min-height: clamp(390px, 36vw, 520px);
	border: 1px solid color-mix(in srgb, var(--hm-green-deep) 12%, transparent);
	border-radius: var(--hm-radius);
	background: color-mix(in srgb, var(--hm-surface) 86%, var(--hm-green-soft));
	box-shadow: 0 18px 50px rgba(15, 23, 17, 0.11);
	overflow: hidden;
}

.hm-home-hero__slide-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 70% 50%;
}

.hm-home-hero__slide--2 .hm-home-hero__slide-media img {
	object-position: 68% 50%;
}

.hm-home-hero__slide--3 .hm-home-hero__slide-media img {
	object-position: 64% 50%;
}

.hm-home-hero__slide-icon {
	display: grid;
	place-items: center;
	height: 100%;
	color: var(--hm-green-deep);
	font-size: 54px;
}

.hm-home-hero__slider-nav {
	display: flex;
	width: 100%;
	gap: 8px;
	align-items: center;
	justify-content: center;
}

.hm-home-hero__dot {
	display: inline-flex;
	width: 9px;
	height: 9px;
	padding: 0;
	border: 1px solid color-mix(in srgb, var(--hm-green-deep) 34%, transparent);
	border-radius: 999px;
	background: transparent;
	box-shadow: none;
	cursor: pointer;
	transition: width 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.hm-home-hero__dot:hover,
.hm-home-hero__dot:focus-visible,
.hm-home-hero__dot.is-active {
	width: 22px;
	border-color: var(--hm-green);
	background: var(--hm-green);
	outline: none;
}

.hm-home-hero__dot:focus-visible {
	outline: 2px solid color-mix(in srgb, var(--hm-green) 35%, transparent);
	outline-offset: 4px;
}

.hm-home-hero__product-stack {
	position: absolute;
	inset: 18px 32px 56px 26px;
}

.hm-home-hero__product {
	position: absolute;
	display: grid;
	place-items: center;
	width: 174px;
	aspect-ratio: 1;
	border-radius: var(--hm-radius);
	background: #fff;
	border: 1px solid rgba(20, 92, 36, 0.08);
	overflow: hidden;
}

.hm-home-hero__product img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 10px;
}

.hm-home-hero__fallback,
.hm-product-card__fallback {
	display: grid;
	gap: 8px;
	place-items: center;
	color: var(--hm-green-deep);
	font-size: 36px;
}

.hm-home-hero__fallback small,
.hm-product-card__fallback small {
	color: var(--hm-muted);
	font-size: 12px;
	font-weight: 760;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.hm-home-hero__product--1 {
	right: 26%;
	top: 0;
	width: 190px;
}

.hm-home-hero__product--2 {
	left: 0;
	bottom: 30px;
	width: 168px;
}

.hm-home-hero__product--3 {
	right: 0;
	bottom: 8px;
	width: 160px;
}

.hm-home-hero__cue {
	position: absolute;
	display: grid;
	gap: 2px;
	padding: 12px 14px;
	border: 1px solid rgba(20, 92, 36, 0.12);
	border-radius: var(--hm-radius);
	background: rgba(255, 255, 255, 0.9);
	color: var(--hm-green-deep);
}

.hm-home-hero__cue strong {
	font-size: 18px;
	line-height: 1;
}

.hm-home-hero__cue span {
	color: var(--hm-muted);
	font-size: 12px;
}

.hm-home-hero__cue--lotto {
	left: 14%;
	top: 34%;
}

.hm-home-hero__cue--liger {
	right: 7%;
	top: 23%;
}

.hm-home-hero__cue--snack {
	right: 24%;
	bottom: 22%;
}

.hm-home-feature-row {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: clamp(22px, 3vw, 36px);
	align-items: center;
	padding: clamp(28px, 4.4vw, 44px);
	background: linear-gradient(180deg, #fff 0%, #fbfdfb 100%);
}

.hm-home-feature-row__intro {
	display: grid;
	gap: 22px;
	align-content: center;
}

.hm-home-feature-row__intro h2 {
	margin: 0;
	color: var(--hm-ink);
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 820;
	line-height: 1.1;
	text-wrap: balance;
}

.hm-home-feature-row__intro p {
	margin: 0;
	color: var(--hm-muted);
	font-size: 16px;
	line-height: 1.68;
}

.hm-home-products {
	display: grid;
	gap: 14px;
}

.hm-home-products--specials {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hm-home-products--new {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.hm-product-card {
	position: relative;
	display: grid;
	gap: 14px;
	align-content: start;
	min-height: 278px;
	padding: 14px;
	border: 1px solid rgba(17, 24, 39, 0.08);
	border-radius: var(--hm-radius);
	background: #fff;
	color: var(--hm-ink);
}

.hm-product-card:hover,
.hm-product-card:focus-visible {
	border-color: rgba(35, 172, 57, 0.42);
}

.hm-product-card__badge {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 2;
	padding: 7px 10px;
}

.hm-product-card__media {
	display: grid;
	place-items: center;
	width: 100%;
	aspect-ratio: 1;
	border-radius: var(--hm-radius);
	background: #f5faf5;
	overflow: hidden;
}

.hm-product-card__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 8px;
}

.hm-product-card__title {
	display: block;
	color: var(--hm-ink);
	font-size: 15px;
	font-weight: 780;
	line-height: 1.28;
}

.hm-product-card__price {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: baseline;
	color: var(--hm-green-deep);
	font-size: 19px;
	font-weight: 820;
	line-height: 1.2;
}

.hm-product-card__price del {
	color: #7b827d;
	font-size: 15px;
	font-weight: 500;
}

.hm-product-card__price ins {
	background: transparent;
	text-decoration: none;
}

.hm-home-new-arrivals .hm-product-card {
	min-height: 232px;
	padding: 0;
	border: 0;
	background: transparent;
	text-align: center;
}

.hm-home-new-arrivals .hm-product-card__media {
	background: #f4f8f4;
	border: 1px solid rgba(20, 92, 36, 0.05);
}

.hm-home-new-arrivals .hm-product-card__title {
	padding-inline: 6px;
	font-size: 15px;
}

.hm-home-empty {
	display: grid;
	place-items: center;
	min-height: 180px;
	padding: 24px;
	border: 1px dashed rgba(20, 92, 36, 0.28);
	border-radius: var(--hm-radius);
	background: #fff;
	color: var(--hm-muted);
	text-align: center;
}

.hm-home-liger-featured__panel {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(240px, 0.72fr) minmax(288px, 0.66fr);
	gap: clamp(24px, 3vw, 44px);
	align-items: center;
	min-height: 400px;
	padding: clamp(34px, 4.6vw, 54px);
	background:
		radial-gradient(circle at 58% 48%, rgba(35, 172, 57, 0.16), transparent 30%),
		linear-gradient(135deg, #0f1712 0%, #17211a 100%);
	color: #fff;
	overflow: hidden;
}

.hm-home-liger-logo {
	margin: 0 0 24px;
	color: #fff;
	font-size: 34px;
	font-weight: 760;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.hm-home-liger-logo span {
	display: block;
	margin-top: -4px;
	font-size: 12px;
	letter-spacing: 0.3em;
}

.hm-home-liger-featured h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(30px, 3.4vw, 44px);
	font-weight: 820;
	line-height: 1.12;
}

.hm-home-liger-featured h2 span {
	color: #6fca64;
}

.hm-home-liger-featured p {
	margin: 20px 0 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 16px;
	line-height: 1.75;
}

.hm-home-liger-featured .hm-home-actions {
	margin-top: 30px;
}

.hm-home-liger-featured__products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	align-items: end;
}

.hm-home-liger-featured__products--count-1 {
	grid-template-columns: minmax(180px, 230px);
	justify-content: center;
}

.hm-home-liger-featured__products--count-2 {
	grid-template-columns: repeat(2, minmax(140px, 1fr));
}

.hm-home-liger-featured .hm-product-card {
	min-height: auto;
	padding: 12px;
	border-color: rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
}

.hm-home-liger-featured .hm-product-card__media {
	background: rgba(255, 255, 255, 0.08);
}

.hm-home-liger-featured .hm-product-card__fallback {
	color: #6fca64;
}

.hm-home-liger-featured .hm-product-card__fallback small {
	color: rgba(255, 255, 255, 0.68);
}

.hm-home-liger-featured .hm-product-card__title {
	color: #fff;
	font-size: 13px;
	text-align: center;
}

.hm-home-liger-placeholder {
	grid-column: 1 / -1;
	display: grid;
	gap: 10px;
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: var(--hm-radius);
	background: rgba(255, 255, 255, 0.06);
	text-align: center;
}

.hm-home-liger-placeholder strong {
	color: #fff;
	font-size: 20px;
}

.hm-home-liger-placeholder span {
	color: rgba(255, 255, 255, 0.72);
}

.hm-home-liger-featured__business {
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: var(--hm-radius);
	background: rgba(255, 255, 255, 0.05);
}

.hm-home-liger-featured__business h3 {
	margin: 0;
	color: #fff;
	font-size: clamp(23px, 2.25vw, 31px);
	line-height: 1.16;
}

.hm-home-liger-featured__business ul {
	display: grid;
	gap: 12px;
	margin: 22px 0;
	padding: 0;
	list-style: none;
}

.hm-home-liger-featured__business li {
	display: flex;
	gap: 10px;
	align-items: center;
	color: rgba(255, 255, 255, 0.88);
}

.hm-home-liger-featured__business li svg {
	color: #6fca64;
}

.hm-home-final-cta__panel {
	position: relative;
	display: grid;
	justify-items: center;
	gap: 16px;
	padding: clamp(34px, 4.6vw, 54px);
	background:
		radial-gradient(circle at 50% 0%, rgba(35, 172, 57, 0.12), transparent 28%),
		linear-gradient(180deg, #fff 0%, #f3faf3 100%);
	text-align: center;
}

.hm-home-final-cta__pin {
	display: grid;
	place-items: center;
	width: 66px;
	height: 66px;
	margin-top: -68px;
	border: 1px solid rgba(20, 92, 36, 0.12);
	border-radius: 50%;
	background: #fff;
	color: var(--hm-green);
	font-size: 30px;
}

.hm-home-final-cta h2 {
	margin: 0;
	color: var(--hm-ink);
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 820;
	line-height: 1.15;
}

.hm-home-final-cta p {
	margin: 0;
	color: var(--hm-muted);
	font-size: 17px;
}

.hm-home-final-cta__parking {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	color: var(--hm-green-deep) !important;
	font-weight: 740;
}

.hm-home-final-cta .hm-home-actions {
	justify-content: center;
	margin-top: 8px;
}

@media (max-width: 1080px) {
	.hm-home-liger-featured__panel {
		grid-template-columns: 1fr;
	}

	.hm-home-hero__panel {
		min-height: auto;
	}

	.hm-home-hero__slides {
		min-height: 0;
		overflow: visible;
	}

	.hm-home-hero__slide {
		position: relative;
		display: none;
		grid-template-columns: 1fr;
		align-content: start;
		align-items: start;
		gap: 34px;
		min-height: 0;
		opacity: 1;
		transform: none;
		visibility: visible;
	}

	.hm-home-hero__slide.is-active {
		display: grid;
	}

	.hm-home-hero__copy {
		max-width: 760px;
	}

	.hm-home-hero__slide-media {
		margin-top: 6px;
		aspect-ratio: 16 / 9;
		min-height: 0;
	}

	.hm-home-products--specials {
		grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	}

	.hm-home-products--new {
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	}

	.hm-home-liger-featured__products {
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	}
}

@media (min-width: 641px) and (max-width: 1080px) {
	.hm-home-feature-row {
		grid-template-columns: 190px minmax(0, 1fr);
	}
}

@media (max-width: 640px) {
	.hm-home-container {
		width: min(100% - 24px, 1290px);
	}

	.hm-home-section {
		padding: 10px 0;
	}

	.hm-home-section:first-child {
		padding-top: 18px;
	}

	.hm-home-feature-row,
	.hm-home-liger-featured__panel,
	.hm-home-final-cta__panel {
		padding: 22px;
	}

	.hm-home-section.hm-home-hero {
		padding: 22px 0 32px;
	}

	.hm-home-hero__panel {
		width: min(100% - 24px, 1290px);
	}

	.hm-home-feature-row {
		grid-template-columns: 1fr;
	}

	.hm-home-hero__slide {
		gap: 22px;
		padding: 12px 0 18px;
	}

	.hm-home-hero__slide-title {
		font-size: clamp(34px, 10.4vw, 42px);
		line-height: 1.04;
	}

	.hm-home-hero__lead {
		margin-top: 18px;
		font-size: 15px;
		line-height: 1.58;
	}

	.hm-home-hero__meta {
		margin-top: 18px;
		font-size: 13px;
	}

	.hm-home-hero__trust {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		margin-top: 22px;
	}

	.hm-home-hero__trust li {
		align-items: flex-start;
		font-size: 12px;
	}

	.hm-home-hero__trust svg {
		width: 19px;
		height: 19px;
	}

	.hm-home-hero .hm-home-actions {
		margin-top: 22px;
	}

	.hm-home-hero__slide-media {
		min-height: 220px;
		aspect-ratio: 1.18;
	}

	.hm-home-hero__slide-media img {
		object-fit: contain;
		object-position: center;
		background: color-mix(in srgb, var(--hm-surface) 88%, var(--hm-green-soft));
	}

	.hm-home-hero__slide--2 .hm-home-hero__slide-media img,
	.hm-home-hero__slide--3 .hm-home-hero__slide-media img {
		object-position: center;
	}

	.hm-home-actions,
	.hm-home-button {
		width: 100%;
	}

	.hm-home-hero__slider-nav {
		margin-top: 2px;
	}

	.hm-home-feature-row__intro {
		gap: 16px;
	}

	.hm-home-products--specials {
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	}

	.hm-home-products--new {
		grid-template-columns: repeat(auto-fit, minmax(126px, 1fr));
	}

	.hm-home-liger-featured__products {
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	}

	.hm-product-card {
		min-height: auto;
	}

	.hm-home-new-arrivals .hm-product-card {
		text-align: left;
	}

	.hm-home-new-arrivals .hm-product-card__title {
		font-size: 14px;
	}

	.hm-home-liger-logo {
		font-size: 30px;
	}

	.hm-home-liger-featured__business {
		padding: 20px;
	}

	.hm-home-final-cta__pin {
		width: 56px;
		height: 56px;
		margin-top: -52px;
		font-size: 26px;
	}
}

@media (max-width: 374px) {
	.hm-home-container {
		width: min(100% - 18px, 1290px);
	}

	.hm-home-feature-row,
	.hm-home-liger-featured__panel,
	.hm-home-final-cta__panel {
		padding: 18px;
	}

	.hm-home-hero__panel {
		width: min(100% - 18px, 1290px);
	}

	.hm-home-hero__slide-title {
		font-size: 34px;
	}

	.hm-home-hero__slide-media {
		min-height: 205px;
	}

	.hm-home-products--new {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hm-home-hero__slide,
	.hm-home-hero__dot {
		transition: none;
	}
}
