html *::-webkit-scrollbar{width:14px;height:14px;-webkit-appearance:none}html *::-webkit-scrollbar-track{background:#000!important}html *::-webkit-scrollbar-thumb{border-radius:0!important;min-height:30px;-webkit-appearance:none!important;background:linear-gradient(180deg,#8300e9 0%,#322be1 100%)!important;background-size:100% 200%!important;background-position:50% 0%!important;background-repeat:no-repeat!important;transform:translateZ(0)!important;will-change:background-position!important;-webkit-animation:chromeScrollThumb 3s linear infinite!important;animation:chromeScrollThumb 3s linear infinite!important;box-shadow:none!important}@-webkit-keyframes chromeScrollThumb{0%{background-position:50% 0%}50%{background-position:50% 100%}100%{background-position:50% 0%}}@keyframes chromeScrollThumb{0%{background-position:50% 0%}50%{background-position:50% 100%}100%{background-position:50% 0%}}.tilt-section{transition:transform 0.2s ease;transform-style:preserve-3d;will-change:transform}