.hero{min-height:var(--desktop-section-height);height:100%}@media only screen and (max-width:767px){.hero{min-height:var(--mobile-section-height)}}.hero .swiper-slide{height:auto;min-height:inherit}.hero .swiper-slide:not(.swiper-slide-active) div.video-lazy{display:none}.hero .hero-pagination{position:absolute;z-index:1;display:flex;justify-content:center;bottom:30px;left:50%;transform:translateX(-50%);width:48px}.hero .hero-pagination .swiper-pagination-bullet{background:var(--color-body-bg);opacity:1}@media only screen and (min-width:768px){.hero .hero-pagination .swiper-pagination-bullet:hover{background:var(--color-link-text-hover)}}.hero .hero-pagination .swiper-pagination-bullet-active{background:var(--color-accent-primary)}@media only screen and (max-width:767px){.hero .hero-pagination{left:auto;bottom:20px;right:20px;transform:translateX(0)}}.hero-item__container{position:absolute;height:100%;padding-top:40px;padding-bottom:40px;top:50%;left:50%;z-index:10;transform:translate(-50%,-50%);width:100%;display:flex;justify-content:var(--content-horizontal-position);align-items:var(--content-vertical-position)}@media only screen and (max-width:767px){.hero-item__container{padding-top:15px;padding-bottom:15px;justify-content:var(--mobile-horizontal-content-position);align-items:var(--mobile-vertical-content-position)}}.hero-item__wrapper{min-height:var(--desktop-section-height);height:100%}@media only screen and (max-width:767px){.hero-item__wrapper{min-height:var(--mobile-section-height)}}.hero-item__content{max-width:600px;display:flex;flex-direction:column;align-items:var(--desktop-text-align)}@media only screen and (max-width:767px){.hero-item__content{align-items:var(--mobile-text-align)}}.hero-item__heading,.hero-item__subcopy{text-align:var(--desktop-text-align);color:var(--desktop-color)}@media only screen and (max-width:767px){.hero-item__heading,.hero-item__subcopy{text-align:var(--mobile-text-align);color:var(--mobile-color)}}.hero-item__btn{margin-top:30px;background:var(--btn-bg);border-color:var(--btn-border);color:var(--btn-text)}@media only screen and (min-width:1024px){.hero-item__btn:hover{background:var(--btn-hover-bg);border-color:var(--btn-hover-border);color:var(--btn-hover-text)}}@media only screen and (max-width:1023px){.hero-item__btn{background:var(--btn-mobile-bg);border-color:var(--btn-mobile-border);color:var(--btn-mobile-text)}}.hero-item__video{width:100%;height:100%;position:relative;z-index:-1;max-height:615px;min-height:inherit;-o-object-fit:cover;object-fit:cover}.hero-item__image{height:100%}.hero-item__caption{position:absolute;bottom:30px;left:30px;z-index:10}.hero-item__caption p{color:var(--desktop-caption-color)}@media only screen and (max-width:767px){.hero-item__caption p{color:var(--mobile-caption-color)}}.hero-item__caption p a{color:var(--text-color);text-decoration:underline}.hero-item__caption p a strong{font-weight:800}@media only screen and (max-width:767px){.hero-item__caption{bottom:20px;left:20px}}.hero-without-slider{min-height:var(--desktop-section-height);height:100%;display:flex;position:relative;z-index:0}.hero-without-slider .hero-item__container{padding:40px}@media only screen and (max-width:767px){.hero-without-slider{min-height:var(--mobile-section-height)}}.hero-without-slider__heading{color:var(--section-heading-color);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;text-align:center}.hero--without-slider-item__wrapper{width:100%}