.inn-loader{align-items:center;background-color:#fff;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;transition:all 1s ease-in-out;width:100%;z-index:1000;&.inn-loader-hidden{opacity:0;pointer-events:none}.inn-loader_body{align-items:center;display:flex;flex-direction:column;gap:10px;height:300px;justify-content:center;position:relative;width:300px;img,svg{height:100px;object-fit:contain;width:200px}}.inn-loader_colors{height:40px;margin:0 auto;position:relative;width:120px}.inn-loader_blue,.inn-loader_green,.inn-loader_orange{animation:animation-colors 5s linear infinite;border-radius:50%;height:10px;position:absolute;width:10px}.inn-loader_orange{background-color:#f18419}.inn-loader_green,.inn-loader_orange{bottom:0;left:0;transform:translate(-50%,-50%)}.inn-loader_green{animation-delay:.6s;background-color:#84bc2a}.inn-loader_blue{animation-delay:1.2s;background-color:#0b4d8f;bottom:0;left:0;transform:translate(-50%,-50%)}}@keyframes animation-colors{0%{left:0}50%{left:100%}to{left:0}}