.hr-hero-banner {
	height: 560px
}

.hr-hero-banner .swiper-container {
	height: 100%
}

.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
}
.swiper-slide {
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(9, 22, 29, .6); /* Adjust color and transparency */
  pointer-events: none; /* Allows interaction with underlying slide content */
}
.hr-content {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-sub-titel {
	font-size: 1.125rem;
	font-weight: 400;
	margin-bottom: 1rem;
	text-transform: uppercase;
	color: var(--color-6);
	letter-spacing: .5px;
	line-height: 1.625rem
}

.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-titel {
	font-size: calc(3rem + .9vw);
	font-weight: 700;
	margin-bottom: 1rem;
	color: var(--white);
	line-height: 1.3;
	letter-spacing: -.5px;
	font-family: var(--font-02);
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content span {
	font-size: 1.125rem;
    font-weight: 400;
    color: var(--color-4);
    line-height: 1.625rem;
    display: inline-block;
    margin-bottom: 15px;
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content span .left-vec {
	margin-right: 10px;
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content span .right-vec {
    margin-left: 10px;
}
.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: 1rem;
	font-size: 1.125rem;
	font-weight: 400;
	color: var(--white)
}

.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-btns-wrap {
	margin-top: 1.5rem
}

.hr-hero-banner .swiper-button-prev {
	left: 20px
}

.hr-hero-banner .swiper-button-next {
	right: 20px
}

.hr-hero-banner .swiper-button-next,
.hr-hero-banner .swiper-button-prev {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--white);
	color: var(--color-2)
}

.hr-hero-banner .swiper-button-next:hover,
.hr-hero-banner .swiper-button-prev:hover {
	background: var(--color-3);
	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: calc(1.425rem + 2.1vw)
	}
}