.loader{width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9999;background-color:transparent}.loader,.truckWrapper{display:flex;align-items:center}.truckWrapper{width:200px;height:100px;flex-direction:column;position:relative;justify-content:flex-end;overflow-x:hidden}.truckBody{width:130px;height:-moz-fit-content;height:fit-content;margin-bottom:6px;animation:motion 1s linear infinite}@keyframes motion{0%{transform:translateY(0)}50%{transform:translateY(3px)}to{transform:translateY(0)}}.truckTires{width:130px;height:-moz-fit-content;height:fit-content;display:flex;align-items:center;justify-content:space-between;padding:0 10px 0 15px;position:absolute;bottom:0}.truckTires svg{width:24px}.road{width:100%;height:1.5px;background-color:#282828;position:relative;bottom:0;align-self:flex-end;border-radius:3px}.road:before{width:20px;right:-50%;border-left:10px solid white}.road:after,.road:before{content:"";position:absolute;height:100%;background-color:#282828;border-radius:3px;animation:roadAnimation 1.4s linear infinite}.road:after{width:10px;right:-65%;border-left:4px solid white}.lampPost{position:absolute;bottom:0;right:-90%;height:90px;animation:roadAnimation 1.4s linear infinite}@keyframes roadAnimation{0%{transform:translateX(0)}to{transform:translateX(-350px)}}.growing-background{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:white;animation:shrink 3s ease-out forwards;z-index:9998;transform-origin:center;opacity:1}@keyframes shrink{0%{transform:scale(1);opacity:1}to{transform:scale(0);opacity:0}}