Counter {
	position: absolute;
	left: 50%;
	bottom: 27px;
	width: 183px;
	height: 81px;
	font-weight: 800;
	transform: translateX(-50%);
	background-color: rgba( #3472e6, 1 );
	border-radius: 7px;

	.CounterText {
		font-family: Poppins;
		font-size: 20px;
		font-weight: 700;
		margin: 5px 0 5px 10px;
	}

	.Left {
		width: 75%;
		float: left;
	}

	.Right {
		width: 25%;
		float: right;
	}

	.Column {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

.Hidden {
	display: none;
}