.hero-element{width:100%;display:block}.hero__carousel{width:100%;position:relative;display:block}.hero__background-img{width:100%;display:block;background-color:var(--color-black)}.hero__carousel-list{width:100%;display:flex;background-color:var(--color-black)}.hero__carousel-item{width:100%}.hero__carousel-item img,.hero__background-img img{width:100%;height:calc(100vh - 123px);max-height:800px;object-fit:cover;opacity:0.5;display:block}.hero__title{position:absolute;top:50%;left:50%;z-index:10;width:100%;max-width:609px;display:flex;flex-direction:column;justify-content:center;align-items:center;transform:translate(-50%,-50%);color:#fff;text-align:center;font-family:var(--font-display)}.hero__title br{display:none}.hero__title-left{margin-right:auto;padding-top:0}.hero__title-right{margin-left:auto;padding-top:0}.hero__title-center{margin-left:auto;margin-right:auto}@media (max-width:1024px){.hero__title{max-width:450px}}@media (max-width:768px){.hero__title.text-5xl{max-width:280px;font-size:var(--text-xl)}.hero__carousel-nav.carousel__nav{top:auto;left:0;bottom:var(--space-xl);transform:none;justify-content:center;gap:var(--space-xl)}}