.skeleton{background-color:var(--grey-text);overflow:hidden;position:relative}.skeleton:before{content:"";background-image:linear-gradient(90deg,hsla(0,0%,99%,0),hsla(0,0%,99%,.4) 20%,hsla(0,0%,99%,.4) 60%,hsla(0,0%,99%,0));transform:translate3d(-100%,0,0);animation:skeletonAnim 2s infinite;position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.skeleton--w-20{width:20%}.skeleton--w-33{width:33%}.skeleton--w-40{width:40%}.skeleton--w-50{width:50%}.skeleton--w-100{width:100%}.skeleton--h-16{height:16px}.skeleton--h-40{height:40px}.skeleton--h-44{height:44px}.skeleton--h-120{height:120px}.skeleton--h-200{height:200px}.skeleton--mb-24{margin-bottom:24px}.skeleton--mb-4{margin-bottom:4px}@keyframes skeletonAnim{to{transform:translate3d(100%,0,0)}}