.home-hero-section {
	width: 100%;
	position: relative;
	margin-bottom: -49px;
}

.home-hero-section__item {
	display: block;
	height: 0;
	padding-top: 21.88%;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.home-hero-section__item::before {
	content: "";
	display: block;
	inset: 0;
	position: absolute;
	z-index: 1;
	background-color: var(--color1-50);
}

.home-hero-section__navigation {
	display: none;
}

.swiper-initialized + .home-hero-section__navigation {
	display: block;
}

.home-hero-section__navigation-prev,
.home-hero-section__navigation-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

.home-hero-section__navigation-prev {
	left: calc((100% - 1560px) / 2);
}

.home-hero-section__navigation-next {
	right: calc((100% - 1560px) / 2);
}

.home-hero-section__item-container {
	position: absolute;
	inset: 0;
	margin: auto;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: var(--color3);
	row-gap: 21px;
	width: unset;
}

.home-hero-section__item-heading {
	line-height: 53px;
	font-size: 55px;
	font-weight: 400;
	font-family: var(--font-family1);
	text-align: center;
}

.home-hero-section__item-heading span {
	font-size: 40px;
	display: block;
}

@media (max-width: 1399px) {

	.home-hero-section {
		margin-bottom: -45px;
	}

	.home-hero-section__item-container {
		row-gap: 12px;
	}

	.home-hero-section__item-heading {
		line-height: 36px;
		font-size: 36px;
	}

	.home-hero-section__item-heading span {
		font-size: 28px;
	}

	.home-hero-section__navigation-prev {
		left: calc((100% - 1210px) / 2);
		width: 13px;
	}

	.home-hero-section__navigation-next {
		right: calc((100% - 1210px) / 2);
		width: 13px;
	}

}

@media (max-width: 1240px) {

	.home-hero-section__navigation-prev {
		left: 15px;
	}

	.home-hero-section__navigation-next {
		right: 15px;
	}

}

@media (max-width: 1023px) {

	.home-hero-section {
		margin-bottom: -31px;
	}

	.home-hero-section__item {
		padding-top: 39.71%;
	}

	.home-hero-section__item-container {
		row-gap: 13px;
	}

	.home-hero-section__item-heading {
		line-height: 25px;
		font-size: 26px;
	}

	.home-hero-section__item-heading span {
		font-size: 18px;
	}

	.home-hero-section__pagination.swiper-pagination-bullets {
		top: auto;
		bottom: 51px;
		display: flex;
		justify-content: center;
		column-gap: 8px;
	}

	.home-hero-section__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		opacity: 1;
		background-color: var(--color0);
		border: 1px solid var(--color3);
		margin: 0;
	}

	.home-hero-section__pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
		background: var(--color2);
		border-color: var(--color2);
	}

	.home-hero-section__navigation-next,
	.home-hero-section__navigation-prev {
		display: none;
	}

}

@media (max-width: 767px) {

	.home-hero-section {
		order: 1;
		margin-bottom: 0;
		margin-top: 28px;
	}

	.home-hero-section__item {
		padding-top: 45.83%;
	}

	.swiper-initialized .home-hero-section__item-container {
		padding-bottom: 28px;
	}

	.home-hero-section__item-heading {
		line-height: 26px;
	}

	.home-hero-section__pagination.swiper-pagination-bullets {
		bottom: 28px;
	}

}
