
#ankkaPreloader{
position:fixed;
inset:0;
background:#ffffff;
display:flex;
align-items:center;
justify-content:center;
z-index:9999;
transition:opacity .4s ease;
}

#ankkaPreloader.hide{
opacity:0;
pointer-events:none;
}

.ankka-preloadBox{
text-align:center;
font-family:sans-serif;
}

.ankka-preloadTitle{
font-size:28px;
font-weight:700;
margin-bottom:10px;
}

.ankka-preloadText{
font-size:14px;
opacity:.6;
margin-bottom:20px;
}

.ankka-preloadBar{
width:260px;
height:4px;
background:#e6e6e6;
border-radius:4px;
overflow:hidden;
}

#ankkaPreloadProgress{
width:0%;
height:100%;
background:#333333;
transition:width .2s ease;
}

.ankka-preloadLogo{
width:120px;
height:auto;
margin-bottom:14px;
opacity:.9;
}

.ankka-preloadLogo{
width:120px;
margin-bottom:14px;
animation: ankkaLogoPulse 2.6s ease-in-out infinite;
}

@keyframes ankkaLogoPulse{
0%{opacity:.7}
50%{opacity:1}
100%{opacity:.7}
}