section.gt-block.hero-section #breadcrumbs {
width: 100%;
position: absolute;
top: 80px;
left: 0;
z-index: 10;
}
@media screen and (max-width: 890px) {
section.gt-block.hero-section #breadcrumbs {
top: 0;
}
}
section.gt-block.hero-section #breadcrumbs .container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: clamp(2rem, 3vw, 3rem) 0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 2rem;
-ms-flex-item-align: stretch;
align-self: stretch;
}
section.gt-block.hero-section #breadcrumbs li {
color: #fff;
text-align: center;
font-size: clamp(1.4rem, 1.6vw, 1.6rem);
font-style: normal;
line-height: normal;
font-family: "Avenir Next LT Pro", sans-serif;
font-weight: 600;
text-shadow: 0 0 16px rgba(0, 0, 0, 0.77);
list-style: none !important;
}
section.gt-block.hero-section #breadcrumbs li::marker {
content: none !important;
}
section.gt-block.hero-section #breadcrumbs li svg {
-webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.77));
filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.77));
}
section.gt-block.hero-section #breadcrumbs li a {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-shadow: inherit;
-webkit-transition: 0.3s;
transition: 0.3s;
color: #fff;
}
section.gt-block.hero-section #breadcrumbs li a:hover {
color: #1bbbe9;
}
section.gt-block.hero-section #breadcrumbs li a svg {
-webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.77));
filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.77));
width: auto;
height: 1em;
vertical-align: middle;
}
section.gt-block.hero-section #breadcrumbs li a svg path {
-webkit-transition: 0.3s;
transition: 0.3s;
}
section.gt-block.hero-section #breadcrumbs li a:hover svg path {
fill: #1bbbe9;
}
.hero-section {
position: relative;
min-height: -webkit-fit-content;
min-height: -moz-fit-content;
min-height: fit-content;
width: 100vw;
overflow: hidden;
}
.hero-slider {
width: 100%;
height: 100%;
position: relative;
top: 0;
left: 0;
}
.hero-slider__background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.hero-slider__background img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: 50%;
object-position: 50%;
}
.hero-slider__background .img-desktop {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
height: 100%;
}
@media screen and (max-width: 600px) {
.hero-slider__background .img-desktop {
display: none;
}
}
.hero-slider__background .img-desktop img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: 50%;
object-position: 50%;
}
.hero-slider__background .img-mobile {
display: none;
}
@media screen and (max-width: 600px) {
.hero-slider__background .img-mobile {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
height: 100%;
}
}
.hero-slider__background .img-mobile img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: 50%;
object-position: 50%;
}
.hero-slider__background::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
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%);
}
.hero-slider .swiper-slide {
position: relative;
height: 100%;
opacity: 0;
-webkit-transition: opacity 1.5s ease;
transition: opacity 1.5s ease;
}
.hero-slider .swiper-slide.swiper-slide-active {
opacity: 1;
}
.hero-slider .container {
position: relative;
z-index: 2;
height: 100%;
}
.hero-slider .container .swiper-pagination {
position: absolute;
bottom: 4rem;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 2;
}
.hero-slider .container .swiper-pagination-bullet {
width: 1rem;
height: 1rem;
background: rgba(255, 255, 255, 0.5);
opacity: 1;
margin: 0 0.5rem;
}
.hero-slider .container .swiper-pagination-bullet-active {
background: #fff;
}
.hero-slider .hero-section__content {
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-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-item-align: stretch;
align-self: stretch;
padding-top: calc(var(--headerHeight));
position: relative;
z-index: 2;
height: 100%;
}
@media screen and (max-width: 890px) {
.hero-slider .hero-section__content {
padding-top: calc(var(--headerHeight));
}
}
.hero-slider .hero-section__content-header {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: clamp(7rem, 8vw, 15rem) 0rem clamp(6rem, 8vw, 15rem) 0;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 10rem;
}
.hero-slider .hero-section__content-header.row {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
@media screen and (max-width: 840px) {
.hero-slider .hero-section__content-header.row {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.hero-slider .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: clamp(2rem, 3vw, 4rem);
-ms-flex-item-align: stretch;
align-self: stretch;
max-width: 78rem;
}
.hero-slider .hero-section__content-header .title h1,
.hero-slider .hero-section__content-header .title .subheader {
color: #fff;
max-width: 60rem;
}
@media screen and (max-width: 500px) {
.hero-slider .hero-section__content-header .title h1 {
font-size: 5rem;
text-align: left;
color: #fff;
line-height: normal;
}
.hero-slider .hero-section__content-header .title .subheader {
text-align: left;
font-size: 2rem;
line-height: 1.2;
}
}
.hero-slider .hero-section__content-header .buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 1rem;
-ms-flex-item-align: stretch;
align-self: stretch;
max-width: 60rem;
}
@media screen and (max-width: 600px) {
.hero-slider .hero-section__content-header .buttons {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
.hero-slider .hero-section__content-header .buttons.right {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}