.hero-swiper{--swiper-navigation-color:#ffffff;--swiper-pagination-color:#ffffff}.hero-swiper .swiper-slide{display:flex;align-items:center;justify-content:center;background:#111}.hero-swiper .swiper-slide .slide-content{position:relative;width:100%}.hero-swiper .swiper-slide img{display:block;width:100%;height:600px;object-fit:cover;filter:brightness(.7)}.hero-swiper .swiper-slide .text-content>*{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.hero-swiper .swiper-slide-active .text-content>*{opacity:1;transform:translateY(0)}.hero-swiper .swiper-slide-active .text-content>p:first-child{transition-delay:.3s}.hero-swiper .swiper-slide-active .text-content>h1:nth-child(2){transition-delay:.4s}.hero-swiper .swiper-slide-active .text-content>p:nth-child(3){transition-delay:.5s}.hero-swiper .swiper-slide-active .text-content>a:nth-child(4){transition-delay:.6s}.hero-swiper .swiper-button-next,.hero-swiper .swiper-button-prev{background-color:rgba(0,0,0,.3);width:44px;height:44px;border-radius:50%;backdrop-filter:blur(4px);transition:background-color .2s ease-in-out}.hero-swiper .swiper-button-next:hover,.hero-swiper .swiper-button-prev:hover{background-color:rgba(0,0,0,.5)}.hero-swiper .swiper-button-next:after,.hero-swiper .swiper-button-prev:after{font-size:16px;font-weight:700}.hero-swiper .swiper-button-prev{left:24px}.hero-swiper .swiper-button-next{right:24px}.hero-swiper .swiper-pagination-bullet{width:10px;height:10px;background-color:rgba(255,255,255,.7);opacity:1}.hero-swiper .swiper-pagination-bullet-active{background-color:#ffffff}