<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.snowfall-flakes{
	border-radius:8px;
}

body{
		overflow-x:hidden !important;
}

.xmas-show-wind{
	width:50px;
	height:50px;
	position:fixed;
	top:50%;
	right:0px;
}

.xmas-show-wind:hover{
	cursor:pointer;
}

.xmas-show-wind img{
	width:100%;
	height:100%;
}

.xmas-pine{
	width:178px;
	height:280px;
	background-image:url("../images/chrismas_tree.png");
	position:fixed;
	top:100%;
	left:50px;
	margin-top:-320px;
	z-index:10;
}

.xmas-pine-active{
	width:178px;
	height:280px;
	background-image:url("../images/chrismas_tree_active.png");
	position:fixed;
	top:100%;
	left:50px;
	margin-top:-320px;
	z-index:10;
	display:none;
}

.xmas-background{
	position:fixed;
	bottom:1px;
	left:0px;
	width:100%;
	height:200px;
}

.xmas-background img{
	width:100%;
	height:100%;
}

.xmas-show-snowMen{
	background-image:url("../images/snow_men_1.png");
	width:154px;
	height:162px;
	bottom:20px;
	right:15%;
	position:fixed;
	z-index:10;
}

.xmas-show-snowMen-1{
	background-image:url("../images/snow_men.png");
	width:82px;
	height:144px;
	bottom:20px;
	left:200px;
	position:fixed;
	z-index:10;
}

@media (min-width: 767px) and (max-width: 979px){
	.xmas-show-snowMen-1{
		display:none;
	}
	
	.xmas-show-snowMen{
		display:none;
	}
	
	.xmas-pine{
		display:none;
	}
}

@media (max-width: 767px){
	.xmas-show-snowMen-1{
		display:none;
	}
	
	.xmas-show-snowMen{
		display:none;
	}
	
	.xmas-pine{
		display:none;
	}
}</pre></body></html>