/*
===========================================================
-- DO NOT EDIT!!!----------------------------------------
-- THIS IS A GENERATED FILE. CHANGES WILL BE OVERWRITTEN --
===========================================================
*/
.hero{display:block;position:relative;width:100%;overflow:hidden}.hero .swiper-button-disabled{display:none}.hero__container{position:relative}.hero__slide{position:relative;width:100%;height:calc(100vh - 88px);background-color:#000;background-position:center center;background-size:cover}@media screen and (min-width: 750px){.hero__slide{height:500px}}@media screen and (min-width: 1025px){.hero__slide{height:600px}}@media screen and (min-width: 1390px){.hero__slide{height:auto;aspect-ratio:1/.5}}@media screen and (min-width: 750px){.hero__container .hero__slide{padding:0 28px}}.hero__slide .container.text-md-right{display:flex;justify-content:flex-end}.hero__content{display:flex;position:absolute;align-items:flex-end;width:100%;height:100%;margin:0 auto;padding:88px 0}@media screen and (min-width: 750px){.hero__content{padding:48px 0}}.hero__content.hero__content--mobile-top{align-items:flex-start}.hero__content.hero__content--mobile-center{align-items:center}.hero__content.hero__content--mobile-bottom{align-items:flex-end}@media screen and (min-width: 750px){.hero__content.hero__content--desktop-top{align-items:flex-start}.hero__content.hero__content--desktop-center{align-items:center}.hero__content.hero__content--desktop-bottom{align-items:flex-end}}.hero__heading{margin-bottom:0;color:var(--mobile-heading-color)}@media screen and (min-width: 750px){.hero__heading{max-width:600px;color:var(--desktop-heading-color)}}.text-md-center .hero__heading{margin:0 auto}.hero__text{margin-top:27px;color:var(--mobile-text-color)}@media screen and (max-width: 749px){.hero__text{font-size:1.6rem;line-height:2.4rem}}@media screen and (min-width: 750px){.hero__text{max-width:500px;margin-top:18px;color:var(--desktop-text-color)}}.text-md-center .hero__text{margin:18px auto 0}.text-md-right .hero__text{float:right}.hero__button{width:100%;margin-top:37px;background-color:var(--mobile-button-background-color);color:var(--mobile-button-text-color)}@media screen and (min-width: 750px){.hero__button{max-width:270px;margin-top:35px;background-color:var(--desktop-button-background-color);color:var(--desktop-button-text-color)}}.hero__button:hover,.hero__button:focus{background-color:var(--mobile-button-background-hover-color);color:var(--mobile-button-text-color)}@media screen and (min-width: 750px){.hero__button:hover,.hero__button:focus{background-color:var(--desktop-button-background-hover-color);color:var(--desktop-button-text-color)}}.hero__controls{display:flex;position:absolute;z-index:3;right:20px;bottom:14px}@media screen and (min-width: 750px){.hero__controls{right:48px;bottom:41px}}.hero__control{display:block;transition:opacity .2s cubic-bezier(0.46, 0.01, 0.32, 1);cursor:pointer;background-color:var(--nav-button-background-color);color:var(--nav-button-arrow-color)}.hero__control svg{display:block}.hero__control:hover{background-color:var(--nav-button-background-color-hover);color:var(--nav-button-arrow-color-hover)}