.loader{--top:65px}.loader__container{height:100%;position:absolute;width:100%;--top:0}.loader__base{background:#fff;inset:0;opacity:.75;position:fixed;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:11}.loader__simple{background-color:transparent;border:0;color:#333;height:50px;left:50%;margin-top:5px;opacity:0;padding:0;pointer-events:none;position:absolute;top:var(--top,65px);transform:translate(-50%);transition:opacity .5s ease-out;width:50px}.loader__simple.isActive{opacity:1}.loader__simple:before{content:"";display:block;padding-top:100%}.loader__spinner{animation:rotate 3s linear infinite;height:40px;inset:0;margin:auto;position:absolute;transform-origin:center center;width:40px}.loader__spinnerPath{stroke-dasharray:80px,250px;stroke:#1a1a1a;stroke-dashoffset:0;stroke-width:3px;animation:dash 2.25s ease-in-out infinite,color 2.25s ease-in-out infinite}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes dash{0.001%{stroke-dasharray:1px,250px;stroke-dashoffset:0}60%{stroke-dasharray:88px,200px;stroke-dashoffset:-35px}to{stroke-dasharray:88px,200px;stroke-dashoffset:-124px}}@keyframes color{0.001%,to{stroke:#688bb6}30%{stroke:#536f92}}