:root{--brand-color:rgb(17,85,161);--slide-inactive-indicator-color:rgb(255,255,255);--slide-active-indicator-color:rgb(17,85,161);}.carousel-inner{height:auto;max-height:500px;position:relative;overflow:hidden;}.carousel-item{height:100%;}.carousel-item>.row{justify-content:center;}.carousel-item img{width:100%;height:auto;max-height:500px;object-fit:cover;}@media only screen and (max-width:991px){.carousel-item img{width:100vw;height:100vw;max-height:100vw;object-fit:cover}.carousel-inner{max-height:100vw}}.carousel-indicators{position:absolute;bottom:10px;margin:0;left:50%;transform:translateX(-50%);z-index:15;display:flex;justify-content:center;background-color:rgb(0,0,0,.5);width:fit-content;padding:5px 20px;border-radius:20px;backdrop-filter:blur(10px);}.carousel-control-next-icon,.carousel-control-prev-icon{background-color:rgb(0,0,0,.5);border-radius:1rem;backdrop-filter:blur(10px);padding:1rem!important;background-size:50%;}.carousel-indicators li{background-color:var(--slide-inactive-indicator-color);border-radius:50%;width:10px!important;height:10px!important;margin:0 5px;transition:all .3s ease;}.carousel-indicators li.active{background-color:var(--slide-active-indicator-color);}.carousel-primary,.carousel-secondary{top:26%;left:100%;width:max-content;overflow:hidden;position:absolute;white-space:nowrap;}.carousel-primary img{width:100%;margin-left:20px;border-radius:14px;}.carousel-primary{display:flex;justify-content:space-around;animation:scroll-horizontal 20s linear infinite;}@keyframes scroll-horizontal{0%{left:100%}100%{left:-100%}}.carousel-primary:hover,.carousel-primary:hover ~ .carousel-secondary{-webkit-animation-play-state:paused;-moz-animation-play-state:paused;-o-animation-play-state:paused;animation-play-state:paused;}.carousel-secondary:hover{-webkit-animation-play-state:paused;-moz-animation-play-state:paused;-o-animation-play-state:paused;animation-play-state:paused;}.scroll-container:hover>.carousel-primary:not(:hover){-webkit-animation-play-state:paused;-moz-animation-play-state:paused;-o-animation-play-state:paused;animation-play-state:paused;}