@keyframes slideAnimation{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.looper{width:100%;overflow:hidden}.looper__innerList{display:flex;justify-content:center;width:-moz-fit-content;width:fit-content}.looper__innerList[data-animate=true] .looper__listInstance{animation:slideAnimation linear infinite}.looper__listInstance{width:-moz-max-content;width:max-content;display:flex;animation:none;font-weight:700;-webkit-user-select:none;-moz-user-select:none;user-select:none}