.bs-promo-banner{align-items:center;backdrop-filter:blur(10px);background-color:hsla(0,0%,100%,.5);bottom:0;color:#000;display:flex;height:24px;left:0;overflow:hidden;position:fixed;width:100vw;z-index:10}.bs-promo-banner__container{animation:moveRight 40s linear infinite;display:flex;gap:16px;justify-content:space-between;overflow:hidden;padding-left:16px;padding-right:16px;position:absolute}@media screen and (max-width:768px){.bs-promo-banner__container{animation:moveRightMobile 30s linear infinite}}.bs-promo-banner__item{font-size:14px;overflow:hidden;white-space:nowrap}@keyframes moveRight{0%{left:100dvw}to{left:-100dvw}}@keyframes moveRightMobile{0%{left:100dvw}to{left:-600dvw}}