.hero__container{height:100vh;display:flex;background-color:var(--theme-black);flex-direction:column;justify-content:center;background-size:cover}.hero__cover-image{position:absolute;top:0;object-fit:cover;object-position:50% 50%;width:100%;height:100vh}.hero__cover-image__shadow{position:absolute;top:0;bottom:0;left:0;right:0;background:linear-gradient(180deg,rgba(0,0,0,.8),transparent,transparent)}.hero__cover-image__wrapper{position:relative;overflow:hidden}.hero__card{position:static;background:transparent}.hero__card__title{font-size:2rem}@media(min-width:576px){.hero__card__title{font-size:3rem}}@media(max-width:767.98px){.hero__card__title{font-size:1.5rem}}.hero__card__body{position:absolute;top:0;left:2.5rem;right:2.5rem;z-index:-1;transition:all .6s ease-out;opacity:0}.active>.hero__card__body{z-index:unset;opacity:1}.active .hero__card__slide-indicator{opacity:1}.hero__card__description{white-space:pre-line}.hero__card__container{min-height:100vh}.hero__card__wrapper{max-width:100%;min-height:300px;top:20%;bottom:auto!important}@media(min-width:576px){.hero__card__wrapper{left:-2rem;top:unset;bottom:20%!important}}@media(min-width:992px){.hero__card__wrapper{max-width:60%}}.hero__card__wrapper.carousel-indicators{margin-left:0;margin-right:0}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.hero__card__wrapper{top:44%}}.hero__carousel,.hero__carousel .carousel-inner{position:absolute;top:0;left:0;bottom:0;right:0}.hero__carousel .carousel-item{height:100%;width:100%;opacity:1;background-size:cover;transition:opacity .6s ease-out,transform .6s ease-out}.hero__carousel .carousel-item-next.carousel-item-left,.hero__carousel .carousel-item-prev.carousel-item-right{transform:translateY(0);opacity:1}.hero__carousel .active.carousel-item-right,.hero__carousel .carousel-item-next:not(.carousel-item-left){transform:translateY(100%);opacity:0}.hero__carousel .active.carousel-item-left,.hero__carousel .carousel-item-prev:not(.carousel-item-right){transform:translateY(-100%);opacity:0}@media(max-width:767.98px){.text-md-teaser-hero{font-size:1rem}}