body {
	margin: 0;
	padding: 0
}

@font-face {
	//font-family: 'Digital Dismay';
	//src: url("../fonts/DigitalDismay.woff2") format("woff2"), url("../fonts/DigitalDismay.woff") format("woff");
	font-family: 'Poppins Regular';
	src: url("../fonts/Poppins-Regular.ttf") format("ttf"), url("../fonts/Poppins-Regular.ttf") format("ttf");
	font-weight: normal;
	font-style: normal
}

#countdown {
	font-family: 'Poppins';
	position: relative;
	width: 100%;
	height: 105vh;
	color: #000000;
	overflow: hidden
}

#countdown .b-hp-banner_logo {
	visibility: hidden
}

#countdown .wrapper {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1
}

#countdown .wrapper .cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background-color: white;
	//background-image: linear-gradient(90deg, #F2E022, #743579);
	background-size: 100%;
	background-repeat: repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
}

#countdown .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../images/bg.jpg") center/cover #111;
	background-color: white
}

#countdown .bg iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0) scale(1.33);
	transform-origin: 50%
}

#countdown span:not(.timer) {
	font-family: 'Poppins';
        font-weight: 400;
	font-size: 40px;
	line-height: 1;
	margin-bottom: 10px
}

#countdown h3 {
	font-size: 32px;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 1
}

#countdown h4 {
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1
}

#countdown .logo {
	margin: 0 auto 30px auto;
	width: 50%;
	max-width: 500px
}

@media (max-width: 1024px) {
	#countdown span:not(.timer) {
		font-size: 40px;
		//margin-left: -20px
	}
	#countdown h3 {
		font-size: 26px
	}
	#countdown h4 {
		font-size: 20px
	}
}

@media (max-width: 768px) {
	#countdown .bg {
		background-image: url("../images/bg_m.jpg");
		background-color: white
	}
	#countdown span:not(.timer) {
		font-size: 30px;
		//margin-left: -15px;
		margin-bottom: 0
	}
	#countdown h3 {
		font-size: 20px;
		margin-bottom: 10px
	}
	#countdown h4 {
		font-size: 18px
	}
	#countdown .logo {
		width: 100%;
		max-width: 240px;
		margin-bottom: 10px
	}
}


/*# sourceMappingURL=countdown.css.map */