.hero-section {
position: relative;
min-height: 79.1rem;
width: 100vw;
overflow: hidden;
}
.hero-slider {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.hero-slider .swiper-slide {
position: relative;
}
.hero-slider .swiper-slide::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: -webkit-gradient(linear, right top, left top, color-stop(25%, rgba(42, 77, 111, 0)), color-stop(50%, rgba(42, 77, 111, 0.5)));
background: linear-gradient(270deg, rgba(42, 77, 111, 0) 25%, rgba(42, 77, 111, 0.5) 50%);
z-index: 1;
}
.hero-slider .swiper-slide .container {
position: relative;
z-index: 2;
height: 100%;
}
.hero-slider__background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.hero-slider__background img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: 50%;
object-position: 50%;
background-repeat: no-repeat;
}
.hero-section__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-item-align: stretch;
align-self: stretch;
padding-top: var(--headerHeight);
position: relative;
height: 100%;
}
.hero-section__content-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 15rem 0rem;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 10rem;
-webkit-box-flex: 1;
-ms-flex: 1 0 0px;
flex: 1 0 0;
}
.hero-section__content-header .title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 4rem;
-ms-flex-item-align: stretch;
align-self: stretch;
max-width: 78rem;
}
.hero-section__content-header .title h1 {
color: #fff;
}
.hero-section__content-header .title .subheader {
color: #fff;
}
.hero-section__content-header .buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 1rem;
-ms-flex-item-align: stretch;
align-self: stretch;
}