body{margin:0}#wpnx-loading-app{align-items:center;background-color:initial;display:flex;height:100vh;justify-content:center;width:100vw}#wpnx-loading-app .wpnx-loading{display:flex;height:96px;justify-content:space-between;width:60px}#wpnx-loading-app .wpnx-loading-rect{animation:wp-loading 1s ease-in-out infinite;background-color:#555;height:100%;width:16px}#wpnx-loading-app .wpnx-loading-rect:first-child{animation-delay:-1.1s}#wpnx-loading-app .wpnx-loading-rect:nth-child(2){animation-delay:-1s}#wpnx-loading-app .wpnx-loading-rect:nth-child(3){animation-delay:-.9s}@keyframes wp-loading{0%,40%,to{transform:scaleY(.4)}20%{transform:scaleY(1)}}