@media (max-width:768px){.bg-mark-mobile-fix{margin-bottom:80px !important;}}.marquee-container{overflow:hidden !important;white-space:nowrap !important;display:flex;align-items:center;}.marquee-content{display:flex;align-items:center;white-space:nowrap;width:max-content;animation:marquee-scroll 60s linear infinite;}.marquee-item{padding-right:50px;}.marquee-item h5,.marquee-content p,.marquee-content span,.marquee-content div{display:inline-flex;align-items:center;white-space:nowrap;margin:0 !important;}.marquee-container:hover .marquee-content{animation-play-state:paused;}@keyframes marquee-scroll{0%{transform:translate3d(0,0,0);}100%{transform:translate3d(-50%,0,0);}}