.section-loader{opacity:0;visibility:hidden;content-visibility:hidden;z-index:-1;pointer-events:none;background-color:#0000}body.is-loading .section-loader{animation:.1s linear forwards fade}.section-loader .loader{width:100px}.section-loader .loader .path-loader{stroke-dasharray:200;stroke-dashoffset:200px;animation:1.5s linear infinite alternate fade}@keyframes fade{0%{opacity:0;visibility:hidden;content-visibility:hidden;z-index:-1;background-color:#0000}to{z-index:100;opacity:1;visibility:visible;content-visibility:visible;background-color:#fbfbfb4d}}@keyframes draw{to{stroke-dashoffset:0}}