.hr-hero-banner {
	height: 100vh;
	position: relative;
}
.hr-hero-banner .swiper-container .swiper-slide::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
}
.hr-hero-banner .swiper-container {
	height: 100%;
	position: relative;
	z-index: 2;
}
.hr-hero-banner .swiper-container .swiper-slide {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0;
  	transform: translateY(-100px);
  	transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}
.hr-hero-banner .hr-content {
	text-align: center;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	position: relative;
	z-index: 3;
}
.hr-hero-banner .swiper-container .swiper-slide-active {
	opacity: 1;
  	transform: translateY(0);
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-sub-titel {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 1rem;
	text-transform: uppercase;
	color: var(--color-6);
	letter-spacing: .5px
}

.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-titel {
	font-size: 60px;
	font-weight: 600;
	color: var(--white);
	line-height: 55px;
	letter-spacing: -1px;
	animation: pulse 2s infinite ease-in-out alternate;
}
@keyframes pulse {
  from { transform: scale(0.9); }
  to { transform: scale(1.1); }
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-titel span {
	color: var(--color-6)
}

.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-text {
	margin-bottom: 0;
	font-size: 26px;
	max-width: 700px;
	margin: 0 auto;
	color: var(--white);
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-btns-wrap {
	margin-top: 1.5rem;
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
	justify-content: center;
}
.hr-hero-banner .swiper-container .swiper-slide-active .hr-content .hr-btns-wrap {
  opacity: 1;
  transform: translateY(0);
}
.animate-content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}
.hr-hero-banner .swiper-button-prev {
	left: 50px
}

.hr-hero-banner .swiper-button-next {
	right: 50px
}

.hr-hero-banner .swiper-button-next, .hr-hero-banner .swiper-button-prev {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	background: transparent;
	color: var(--white);
	border: 1px solid var(--white);
	border-radius: 50%;
}

.hr-hero-banner .swiper-button-next:hover, .hr-hero-banner .swiper-button-prev:hover {
	background: var(--color-2);
	color: var(--white);
}

.hr-desktop-slider {
	display: block
}

.hr-tablet-slider {
	display: none
}

.hr-mobile-slider {
	display: none
}

@media screen and (max-width:1024px) {
	.hr-desktop-slider {
		display: none
	}

	.hr-tablet-slider {
		display: block
	}

	.hr-mobile-slider {
		display: none
	}

	.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-sub-titel {
		font-size: .9rem
	}

	.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-titel {
		font-size: calc(1.425rem + 2.1vw)
	}

	.hr-hero-banner .swiper-button-prev {
		left: 15px
	}

	.hr-hero-banner .swiper-button-next {
		right: 15px
	}
}

@media screen and (max-width:480px) {
	.hr-desktop-slider {
		display: none
	}

	.hr-tablet-slider {
		display: none
	}

	.hr-mobile-slider {
		display: block
	}

	.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-sub-titel {
		font-size: .8rem
	}

.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-titel {
	font-size: 29px;
	line-height: 35px;
	margin: 0;
}
.hr-hero-banner .hr-content {
	padding-left: 0;
}
.hr-hero-banner {
	height: 480px;
	position: relative;
}
.hr-hero-banner .hr-content {
	row-gap: 0px;
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-text {
	font-size: 18px;
}
.hr-hero-banner .swiper-button-next {
	right: 3px;
}
.hr-hero-banner .swiper-button-next, .hr-hero-banner .swiper-button-prev {
	width: 25px;
	height: 25px;
	font-size: 14px;
}
.hr-hero-banner .swiper-button-prev {
	left: 3px;
}
}
