.Spinner_spinner__unvE6{
	display: inline-block;
	width: 1em;
	height: 1em;
	font-size: 16px;
    position: relative;
}

.Spinner_blade__VFyWy{
	position: absolute;
	left: 0.4629em;
	bottom: 0;
	width: 0.074em;
	height: 0.2777em;
    background-color: transparent;
	border-radius: 0.0555em;
    font-size: inherit;
	transform-origin: center -0.2222em;
	animation: Spinner_spinner-fade__Kctjz 0.5s infinite linear;
}
  
.Spinner_blade__VFyWy:nth-child(1){
	animation-delay: 0s;
	transform: rotate(0deg);
}

.Spinner_blade__VFyWy:nth-child(2){
	animation-delay: 0.0415s;
	transform: rotate(30deg);
}

.Spinner_blade__VFyWy:nth-child(3){
	animation-delay: 0.083s;
	transform: rotate(60deg);
}

.Spinner_blade__VFyWy:nth-child(4){
	animation-delay: 0.1245s;
	transform: rotate(90deg);
}

.Spinner_blade__VFyWy:nth-child(5){
	animation-delay: 0.166s;
	transform: rotate(120deg);
}

.Spinner_blade__VFyWy:nth-child(6){
	animation-delay: 0.2075s;
	transform: rotate(150deg);
}

.Spinner_blade__VFyWy:nth-child(7){
	animation-delay: 0.249s;
	transform: rotate(180deg);
}

.Spinner_blade__VFyWy:nth-child(8){
	animation-delay: 0.2905s;
	transform: rotate(210deg);
}

.Spinner_blade__VFyWy:nth-child(9){
	animation-delay: 0.332s;
	transform: rotate(240deg);
}

.Spinner_blade__VFyWy:nth-child(10){
	animation-delay: 0.3735s;
	transform: rotate(270deg);
}

.Spinner_blade__VFyWy:nth-child(11){
	animation-delay: 0.415s;
	transform: rotate(300deg);
}

.Spinner_blade__VFyWy:nth-child(12){
	animation-delay: 0.4565s;
	transform: rotate(330deg);
}
  
@keyframes Spinner_spinner-fade__Kctjz {
	0% {
	  	background-color: var(--white);
	}
	100% {
	  	background-color: transparent;
	}
}
