#load-ind{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: var(--z-abs);
	background-color: #fff;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

#load-ind.visible{
	display: flex;
}

#load-ind.transparent{
	background-color: rgba(255, 255, 255, 0.8);
}

#load-ind > img{
	width: 120px;
	height: auto;
}

#load-ind > div{
	font-weight: 300;
	font-size: 1.4rem;
}