.scrolling-text-section{width:100%;overflow-x:hidden;padding:1.75rem 0;position:relative}.scrolling-text-wrapper{display:flex;white-space:nowrap;will-change:transform;overflow:hidden;width:100%;position:relative;z-index:2}.fog-image{width:100%;display:block}.scrolling-text-content{display:flex;align-items:center;gap:1.25rem;animation:scroll 40s linear infinite;padding-right:2rem;flex-shrink:0}.scrolling-text-static{display:flex;align-items:center;justify-content:center;gap:1.25rem}.scrolling-text-phrase{color:#101017;font-size:24px;font-weight:500;line-height:120%;text-transform:uppercase}.scrolling-text-separator{display:flex;align-items:center;justify-content:center;height:100%}.separator-square{display:block;width:10px;height:10px;background-color:#101017}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width: 768px){.scrolling-text-section{padding:1.5rem 0}.scrolling-text-content{gap:1.5rem;animation:scroll 30s linear infinite}}
