@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@100;200;300;400;500;600;900&family=Saira+Extra+Condensed:wght@400;500;600;700;800;900&display=swap');

* {
	margin: 0;
	padding: 0;
}

/* Start Animation */

	#hideMe{
	height:calc(100vh - 79px);
	width:100%;
	top:80px;
	left:0;
	display:none;
	position:fixed;
	align-items:center;
	justify-content:center;
	background-color: #000;
	-webkit-animation: cssAnimation 6s forwards; 
    animation: cssAnimation 6s forwards;
	}	
	#hideMe img{
		width:250px;
	}	
	@keyframes cssAnimation {
    0%   {opacity: 1;}
    90%  {opacity: 1;}
    100% {opacity: 0;}
	}
	@-webkit-keyframes cssAnimation {
    0%   {opacity: 1;}
    90%  {opacity: 1;}
    100% {opacity: 0;}
	}
	
	.hidden{
		display:none;
	}

/* End Animation */


body{
	width:100%;
	min-height: 100vh;
	overflow-x:hidden;
	display:flex;
	flex-direction: column;
	    align-items: center;
}

section{
	padding: 16px;
	overflow-x: hidden;
}

/* Landing Page Start */

#landing-page{
	width:100%;
	height: calc(100vh - 405px);
	margin-top: 80px;
    padding: 16px;
	padding-top:0px;
    overflow-x: hidden;
	display:flex;
	align-items: center;
	justify-content: center;
}

.welcome-text{
	width: 50%;
	max-width:720px;
	padding:30px;
}

.welcome-text h1{
	font-family: Saira Extra Condensed, sans-serif;
	font-weight: 700;
	font-size: 100px;
	text-transform:uppercase;
	width:100%;
	line-height:80px;
	text-align: center;
}
.welcome-text div{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    float: right;
}

.welcome-text div h5, .welcome-text div h2{
	font-family: Saira Extra Condensed, sans-serif;
}

.welcome-text div h2{
    margin-top: 0;
    font-weight: 700;
    font-size: 80px;
    text-transform: uppercase;
    line-height: 80px;
    text-align: right;
    width: auto;
}

.welcome-text div h5{
    margin-top: 0;
    font-weight: 100;
    font-size: 80px;
    line-height: 80px;
	margin-right:16px;
}
.welcome-text p{
	font-family: Saira Extra Condensed, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: normal;
	text-align: right;
}

.aktuelle-angebote{
	width:50%;
	display:flex;
	align-items: center;
	justify-content: center;
}

.aktuelle-angebote .wrapper{
	 		height: 100%;
    	width: 100%;
	max-height: 400px;
    max-width: 400px;
    background-color: black;
    border-radius: 50%;	
}

.aktuelle-angebote .wrapper h3{
    color: #fff;
    text-align: center;
    width: 100%;
    margin-top: 60px;
    font-family: Saira Extra Condensed;
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}


.aktuelle-angebote .wrapper div{
	display:flex;
	margin-top:-30px;
}

.aktuelle-angebote .wrapper div a{
  	border-radius: 50%;
    display: flex;
	align-items: center;
	justify-content: center;
color: #fff;
font-family: Saira Extra Condensed;
font-size: 36px;
font-style: normal;
font-weight: 900;
line-height: normal;
text-transform: uppercase;
	text-decoration: none;
	cursor: pointer !important;
}

.aktuelle-angebote .wrapper div a:nth-child(1){
	width: 200px;
    height: 200px;
    margin-left: -30px;
    margin-top: 60px;
	background-image: url("../img/ls65_bg.jpg");
	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: cover; /* Resize the background image to cover the entire container */
}

.aktuelle-angebote .wrapper div a:nth-child(2){
	width: 230px;
    height: 230px;
    margin-top: 90px;
    margin-right: -60px;
    margin-left: 40px;
	background-image: url("../img/merch_bg.jpg");
	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: cover; /* Resize the background image to cover the entire container */
}

.aktuelle-angebote .wrapper div p{
color: white;
    font-family: Saira Extra Condensed;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 90%;
    text-align: center;
    margin-left: 5%;
    margin-top: 80px;
}



.before-footer-image{
	display:flex;
	width:100%;
	padding:0 16px;
	height: 160px;
	margin-bottom:-5px;
}

.before-footer-image div{
	display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
    padding: 0 30px;
}

.before-footer-image div img{
	width:25%;
	max-width:214px;
}

.before-footer-image div img:nth-child(2){
	width: 35% !important;
    max-width: 350px !important;
}

section.footer{
	height:165px;
	width:100%;
	background-color:#000;
}



/* Landing Page End */





/*  ueber-uns.html */

section.ueber-uns{
	margin-top: 80px;
	padding: 30px;
	width: calc(100% - 60px);
    max-width: 1050px;
	
}

.ueber-uns h3{
	font-family: Saira Extra Condensed, sans-serif;
	font-size: 80px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.ueber-uns-text-und-bild{
	display:flex;
}

.ueber-uns-text{
	width:60%;
}

.ueber-uns-text p{
	font-family: Saira Extra Condensed, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:30px;
}

.ueber-uns-text p strong{
	font-weight: 700;
}

.ueber-uns-bild{
	width:600px;
	height:600px;
	border-radius: 50%;
	background-image: url("../img/thf-flughafen-img.jpg");
	background-position: right; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: cover;
	margin-left: 46%;
    margin-top: -100px;
	position:absolute;
}

.ueber-uns-bild div{
	width: 200px;
    height: 200px;
    background-color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*  ueber-uns.html */


/*  mietobjekte.html */
.mietobjekte{
    width: calc(100% - 60px);
    margin-top: 80px;
	padding:30px;
	    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mietobjekte h3{
	font-family: Saira Extra Condensed, sans-serif;
	font-size: 80px;
	font-style: normal;
	font-weight: 700;
	line-height: 90px;
	text-align: center;
	margin-bottom:120px;
}
.mietobjekte p{
	width:100%;
	max-width:710px;
	text-align: center;
	font-family: Saira Extra Condensed, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 27px */
	margin-bottom: 30px;
}
.mietobjekt{
	display:flex;
	width:100%;
	max-width:1200px;
	flex-direction: column;
	margin-bottom:120px;
}
.mietobjekte-titel-wrapper{
	width:60%;
	display:flex;
	align-items: flex-end;
	justify-content: space-between;
	border-bottom: #000 solid 6px;
	padding-bottom:6px;

}

.mietobjekte-titel-wrapper .kuerzel{
	font-family: Saira Extra Condensed, sans-serif;
	font-size: 80px;
	font-style: normal;
	font-weight: 900;
	align-self:flex-start;
	line-height: 0.7;
}

.mietobjekte-titel-wrapper .titel{
	font-family: Saira Extra Condensed, sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 100;
	text-transform: uppercase;
		line-height: 0.7;
}

.mietobjekte-wrapper{
	display:flex;
	align-items: center;
	justify-content: space-between;
}

.mietobjekte-text{
	margin-top:30px;
	min-width:60%;
}

.mietobjekte-text p{
	text-align: left;
	min-width:100%;
}

.mietobjekte-image{
	width:40%;
	margin-left:60px;
	margin-top:-60px;
}

.mietobjekte-image img{
	width:100%;
}

.mietobjekt:nth-child(odd) .mietobjekte-wrapper{
	flex-direction: row-reverse;
}

.mietobjekt:nth-child(odd) .mietobjekte-titel-wrapper{
	align-self:flex-end;
}

.mietobjekt:nth-child(odd) .mietobjekte-image{
	margin-left:0px;
}

.mietobjekt:nth-child(odd) .mietobjekte-text{
	margin-left:60px;
}

.mietobjekte-button-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mietobjekte-button-wrapper a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 57px;
    flex-shrink: 0;
    border-radius: 50px;
    background: #2f4e00;
    color: #fff;
    text-align: center;
    font-family: Saira Extra Condensed, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    cursor: pointer !important;
    transition: ease 0.2s;
    margin-top: 30px;
	text-decoration: none;
}

.mietobjekte-button-wrapper a:hover{
	background: #B3B2B2;
}



/*  mietobjekte.html */








/*  merch.html */

.merch{
    width: calc(100% - 60px);
    margin-top: 80px;
	padding:30px;
	    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.merch h3{
	font-family: Saira Extra Condensed, sans-serif;
	font-size: 80px;
	font-style: normal;
	font-weight: 700;
	line-height: 90px;
	text-align: center;
	margin-bottom:60px;
}

.merch p{
	width:100%;
	max-width:710px;
	text-align: center;
	font-family: Saira Extra Condensed, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 27px */
	margin-bottom: 30px;
}


.merch-artikel-white{
	padding-top:60px;
	padding-bottom:60px;
}


.merch-artikel-white h4{
	text-align: center;
	font-family: Saira Extra Condensed, sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 800;
	line-height: 150%; 
	margin-bottom:60px;
}

.merch-artikel-white-wrapper{
	display:flex;
	
}

.merch-artikel-white-image-main{
	width:100%;
}

.merch-artikel-white-image-main img{
	width:100%;
	
}

.merch-artikel-white-image{
	display:flex;
	flex-direction: column;
	width:50%;
}

.merch-artikel-white-image-options{
	width:100%;
	display:flex;
	align-items: center;
	justify-content: center;
	margin-top:30px;
}

.merch-artikel-white-image-options .color-box{
	width:30px;
	height:30px;
	padding:10px;
	border: solid black 2px;
	margin:15px;
}

.merch-artikel-white-image-options .color-box img{
width:100%;
}

.merch-artikel-white-text{
	display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: flex-start;
	margin-left:60px;
}

.merch-artikel-white-text h5{
	font-family: Saira Extra Condensed, sans-serif;
font-size: 32px;
font-style: normal;
font-weight: 800;
line-height: 150%;
	margin-bottom:30px;
	margin-top:60px;
}

.merch-artikel-white-text p{
	text-align: left;
	display:flex;
	align-items:center;
	
}

.merch-artikel-white-text p.list{
margin-bottom:8px;	
}

.merch-artikel-white-text p.list::before{
	content: '';
    display: block;
	width:5px;
	height:5px;
	background-color:#000;
	border-radius: 50%;
	margin-right:15px;
	
	
}

.merch-artikel-white-button-wrapper{
	width:100%;
	display:flex;
	align-items: center;
	justify-content: center;
}

.merch-artikel-white-button-wrapper div{
	display:flex;
	align-items: center;
	justify-content: center;
	width: 250px;
	height: 57px;
	flex-shrink: 0;
	border-radius: 50px;
	background: #2f4e00;
	color:#fff;
	text-align: center;
	font-family: Saira Extra Condensed, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: 150%;
	cursor:pointer !important;
	transition:ease 0.2s;
	margin-top:30px;
}

.merch-artikel-white-button-wrapper div:hover{
	background: #B3B2B2;
}


.merch-artikel-black{
padding-top: 60px;
    padding-bottom: 60px;
    background: #000;
    width: calc(100% + 60px);
    display: flex;
    flex-direction: column;
    align-items: center;
}


.merch-artikel-black h4{
	text-align: center;
	font-family: Saira Extra Condensed, sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 800;
	line-height: 150%; 
	margin-bottom:60px;
	color:#fff;
}

.merch-artikel-black-wrapper{
	display:flex;
	
}

.merch-artikel-black-image-main{
	width:100%;
}

.merch-artikel-black-image-main img{
	width:100%;
	
}

.merch-artikel-black-image{
	display:flex;
	flex-direction: column;
	width:50%;
}

.merch-artikel-black-image-options{
	width:100%;
	display:flex;
	align-items: center;
	justify-content: center;
	margin-top:30px;
}

.merch-artikel-black-image-options .color-box{
	width:30px;
	height:30px;
	padding:10px;
	border: solid #fff 2px;
	margin:15px;
}

.merch-artikel-black-image-options .color-box img{
width:100%;
}

.merch-artikel-black-text{
	display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: flex-start;
	margin-left:60px;
}

.merch-artikel-black-text h5{
	font-family: Saira Extra Condensed, sans-serif;
font-size: 32px;
font-style: normal;
font-weight: 800;
line-height: 150%;
	margin-bottom:30px;
	margin-top:60px;
	color:#fff;
}

.merch-artikel-black-text p{
	text-align: left;
	display:flex;
	align-items:center;
	color:#fff;
	
}

.merch-artikel-black-text p.list{
margin-bottom:8px;	
		color:#fff;
}

.merch-artikel-black-text p.list::before{
	content: '';
    display: block;
	width:5px;
	height:5px;
	background-color:#fff;
	border-radius: 50%;
	margin-right:15px;
	
	
}

.merch-artikel-black-button-wrapper{
	width:100%;
	display:flex;
	align-items: center;
	justify-content: center;
}

.merch-artikel-black-button-wrapper div{
	display:flex;
	align-items: center;
	justify-content: center;
	width: 250px;
	height: 57px;
	flex-shrink: 0;
	border-radius: 50px;
	background: #fff;
	color:#000;
	text-align: center;
	font-family: Saira Extra Condensed, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: 150%;
	cursor:pointer !important;
	transition:ease 0.2s;
		margin-top:30px;
}

.merch-artikel-black-button-wrapper div:hover{
	background: #B3B2B2;
}

/*  merch.html */


/*  kontakt.html */

.kontakt{
	width: calc(100% - 60px);
    margin-top: 80px;
	padding:30px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.kontakt h3{
	font-family: Saira Extra Condensed, sans-serif;
	font-size: 80px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
	margin-bottom:60px;
}

.kontakt-text-wrapper{
	display:flex;
	align-items: center;
	justify-content: center;
	width:100%;
    max-width: 1050px;
	    min-height: 45.8vh;
}

.kontakt-text-links{
	width:50%;
	margin-right: 120px;
}

.kontakt-text-links p{
font-family: Saira Extra Condensed, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%;
	margin-bottom: 30px;
}

.kontakt-text-rechts-row{
	display:flex;
	align-items: center;
	margin-bottom:30px;

}
.kontakt-text-rechts-row div{
	display:flex;
	flex-direction: column;
	margin-left:30px;
}

.kontakt-text-rechts-row div a{
	font-family: Saira Condensed, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 150%;
	text-decoration: none;
	cursor:pointer;
	padding:6px 0px ;
	color:#000;
}

.before-footer-image div a{
	color:#000;
	font-family: Saira Extra Condensed, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	text-decoration: none;
	cursor:pointer;
	margin:15px 60px;
}

/*  kontakt.html */


/* mietobjekte.html */

section.coming-soon{
	min-height: calc(100vh - 482px);
    width: calc(100% - 60px);
    margin-top: 80px;
    padding: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
section.coming-soon h3{
	font-family: Saira Extra Condensed, sans-serif;
	font-size: 80px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
	margin-bottom:60px;
}
section.coming-soon p{
	color:#000;
	font-family: Saira Extra Condensed, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}


/* mietobjekte.html */



/* DATENSCHUTZ */

.datenschutz{
	margin-top:80px;
	padding:30px;
	width:calc(100% - 60px);
}

.datenschutz h1, .datenschutz h2, .datenschutz h3, .datenschutz h4, .datenschutz li, .datenschutz p, .datenschutz a{
	font-family: Saira Condensed;
}

.datenschutz h1{
	font-family: Saira Extra Condensed, sans-serif;
	font-size: 80px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
	margin-bottom:60px;
}

.datenschutz h2{
	text-transform: uppercase;
	text-align: left;
	margin-bottom:30px;
	margin-top:60px;
}

.datenschutz p{
	font-family: Saira Extra Condensed, sans-serif;	
	    line-height: 150%;
	margin-bottom:15px;
}

.datenschutz-inhalt{
	max-width:720px;
}



.datenschutz a{
	text-decoration: none;
    font-family: Saira Extra Condensed, sans-serif;
    font-size: 14px;
    color: #04212B;
	transition: color .25s ease-in-out;
}



.datenschutz a:hover{
			color:#B3B2B2;
		transition: color .25s ease-in-out;
	cursor:pointer;
}

.datenschutz .title-text .title-text-p{
	font-size: 40px;
}

.datenschutz h3{
	margin-bottom:15px;
}

.datenschutz h4{
	margin-bottom:5px;
}

.datenschutz li{
	margin-left:30px;
	margin-bottom:5px;
	padding-left:10px;
}

.datenschutz ul{
	margin-bottom:30px;
}

.datenschutz li::marker{
margin-right:15px !important;
}

.datenschutz .impressum{
	margin-top:60px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.datenschutz .impressum a{
	font-family: Saira Extra Condensed, sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
	text-decoration:none;
	color:#000;
	cursor:pointer;
	transition: color .25s ease-in-out;
}
.datenschutz .impressum a:hover{
			color:#B3B2B2;
		transition: color .25s ease-in-out;
	cursor:pointer;
}

/* DATENSCHUTZ */
.g-snows {
  width: 100%;
  height: auto;
}

.g-snows > li {
  opacity: 0;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-animation-name: snow-drop;
          animation-name: snow-drop;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.g-snows > li:nth-child(1) {
  left: 0%;
  width: 20px;
  height: 20px;
  -webkit-animation-duration: 5752ms;
          animation-duration: 5752ms;
  -webkit-animation-delay: 3170ms;
          animation-delay: 3170ms;
  filter: blur(1px);
}
.g-snows > li:nth-child(2) {
  left: 58%;
  width: 16px;
  height: 16px;
  -webkit-animation-duration: 5314ms;
          animation-duration: 5314ms;
  -webkit-animation-delay: 1016ms;
          animation-delay: 1016ms;
  filter: blur(2px);
}
.g-snows > li:nth-child(3) {
  left: 48%;
  width: 9px;
  height: 9px;
  -webkit-animation-duration: 6523ms;
          animation-duration: 6523ms;
  -webkit-animation-delay: 4088ms;
          animation-delay: 4088ms;
  filter: blur(1px);
}
.g-snows > li:nth-child(4) {
  left: 50%;
  width: 3px;
  height: 3px;
  -webkit-animation-duration: 10482ms;
          animation-duration: 10482ms;
  -webkit-animation-delay: 1888ms;
          animation-delay: 1888ms;
  filter: blur(0px);
}
.g-snows > li:nth-child(5) {
  left: 11%;
  width: 2px;
  height: 2px;
  -webkit-animation-duration: 7748ms;
          animation-duration: 7748ms;
  -webkit-animation-delay: 680ms;
          animation-delay: 680ms;
  filter: blur(2px);
}
.g-snows > li:nth-child(6) {
  left: 67%;
  width: 16px;
  height: 16px;
  -webkit-animation-duration: 8264ms;
          animation-duration: 8264ms;
  -webkit-animation-delay: 1112ms;
          animation-delay: 1112ms;
  filter: blur(1px);
}
.g-snows > li:nth-child(7) {
  left: 66%;
  width: 3px;
  height: 3px;
  -webkit-animation-duration: 10069ms;
          animation-duration: 10069ms;
  -webkit-animation-delay: 1533ms;
          animation-delay: 1533ms;
  filter: blur(0px);
}
.g-snows > li:nth-child(8) {
  left: 82%;
  width: 14px;
  height: 14px;
  -webkit-animation-duration: 6336ms;
          animation-duration: 6336ms;
  -webkit-animation-delay: 1688ms;
          animation-delay: 1688ms;
  filter: blur(1px);
}
.g-snows > li:nth-child(9) {
  left: 72%;
  width: 4px;
  height: 4px;
  -webkit-animation-duration: 10391ms;
          animation-duration: 10391ms;
  -webkit-animation-delay: 2261ms;
          animation-delay: 2261ms;
  filter: blur(1px);
}
.g-snows > li:nth-child(10) {
  left: 61%;
  width: 6px;
  height: 6px;
  -webkit-animation-duration: 9106ms;
          animation-duration: 9106ms;
  -webkit-animation-delay: 1972ms;
          animation-delay: 1972ms;
  filter: blur(1px);
}
.g-snows > li:nth-child(11) {
  left: 55%;
  width: 10px;
  height: 10px;
  -webkit-animation-duration: 12203ms;
          animation-duration: 12203ms;
  -webkit-animation-delay: 1651ms;
          animation-delay: 1651ms;
  filter: blur(1px);
}
.g-snows > li:nth-child(12) {
  left: 61%;
  width: 4px;
  height: 4px;
  -webkit-animation-duration: 5789ms;
          animation-duration: 5789ms;
  -webkit-animation-delay: 1698ms;
          animation-delay: 1698ms;
  filter: blur(0px);
}
.g-snows > li:nth-child(13) {
  left: 122%;
  width: 2px;
  height: 2px;
  -webkit-animation-duration: 9622ms;
          animation-duration: 9622ms;
  -webkit-animation-delay: 3771ms;
          animation-delay: 3771ms;
  filter: blur(1px);
}
.g-snows > li:nth-child(14) {
  left: 116%;
  width: 5px;
  height: 5px;
  -webkit-animation-duration: 10749ms;
          animation-duration: 10749ms;
  -webkit-animation-delay: 1740ms;
          animation-delay: 1740ms;
  filter: blur(2px);
}
.g-snows > li:nth-child(15) {
  left: 30%;
  width: 9px;
  height: 9px;
  -webkit-animation-duration: 8619ms;
          animation-duration: 8619ms;
  -webkit-animation-delay: 2331ms;
          animation-delay: 2331ms;
  filter: blur(3px);
}
.g-snows > li:nth-child(16) {
  left: 9%;
  width: 1px;
  height: 1px;
  -webkit-animation-duration: 6106ms;
          animation-duration: 6106ms;
  -webkit-animation-delay: 3950ms;
          animation-delay: 3950ms;
  filter: blur(3px);
}
.g-snows > li:nth-child(17) {
  left: 54%;
  width: 11px;
  height: 11px;
  -webkit-animation-duration: 10851ms;
          animation-duration: 10851ms;
  -webkit-animation-delay: 2425ms;
          animation-delay: 2425ms;
  filter: blur(3px);
}
.g-snows > li:nth-child(18) {
  left: 66%;
  width: 11px;
  height: 11px;
  -webkit-animation-duration: 9814ms;
          animation-duration: 9814ms;
  -webkit-animation-delay: 3676ms;
          animation-delay: 3676ms;
  filter: blur(0px);
}
.g-snows > li:nth-child(19) {
  left: 43%;
  width: 18px;
  height: 18px;
  -webkit-animation-duration: 9663ms;
          animation-duration: 9663ms;
  -webkit-animation-delay: 636ms;
          animation-delay: 636ms;
  filter: blur(4px);
}
.g-snows > li:nth-child(20) {
  left: 89%;
  width: 5px;
  height: 5px;
  -webkit-animation-duration: 7928ms;
          animation-duration: 7928ms;
  -webkit-animation-delay: 4488ms;
          animation-delay: 4488ms;
  filter: blur(0px);
}
.g-snows > li:nth-child(21) {
  left: 57%;
  width: 20px;
  height: 20px;
  -webkit-animation-duration: 11049ms;
          animation-duration: 11049ms;
  -webkit-animation-delay: 4498ms;
          animation-delay: 4498ms;
  filter: blur(3px);
}
.g-snows > li:nth-child(22) {
  left: 42%;
  width: 20px;
  height: 20px;
  -webkit-animation-duration: 10265ms;
          animation-duration: 10265ms;
  -webkit-animation-delay: 43ms;
          animation-delay: 43ms;
  filter: blur(1px);
}
.g-snows > li:nth-child(23) {
  left: 25%;
  width: 5px;
  height: 5px;
  -webkit-animation-duration: 10075ms;
          animation-duration: 10075ms;
  -webkit-animation-delay: 3064ms;
          animation-delay: 3064ms;
  filter: blur(1px);
}
.g-snows > li:nth-child(24) {
  left: 120%;
  width: 12px;
  height: 12px;
  -webkit-animation-duration: 10512ms;
          animation-duration: 10512ms;
  -webkit-animation-delay: 138ms;
          animation-delay: 138ms;
  filter: blur(3px);
}
.g-snows > li:nth-child(25) {
  left: 121%;
  width: 12px;
  height: 12px;
  -webkit-animation-duration: 8346ms;
          animation-duration: 8346ms;
  -webkit-animation-delay: 1868ms;
          animation-delay: 1868ms;
  filter: blur(2px);
}
.g-snows > li:nth-child(26) {
  left: 43%;
  width: 27px;
  height: 27px;
  -webkit-animation-duration: 5263ms;
          animation-duration: 5263ms;
  -webkit-animation-delay: 1664ms;
          animation-delay: 1664ms;
  filter: blur(0px);
}
.g-snows > li:nth-child(27) {
  left: 64%;
  width: 15px;
  height: 15px;
  -webkit-animation-duration: 6259ms;
          animation-duration: 6259ms;
  -webkit-animation-delay: 3284ms;
          animation-delay: 3284ms;
  filter: blur(2px);
}
.g-snows > li:nth-child(28) {
  left: 31%;
  width: 4px;
  height: 4px;
  -webkit-animation-duration: 11738ms;
          animation-duration: 11738ms;
  -webkit-animation-delay: 1640ms;
          animation-delay: 1640ms;
  filter: blur(2px);
}
.g-snows > li:nth-child(29) {
  left: 69%;
  width: 8px;
  height: 8px;
  -webkit-animation-duration: 7114ms;
          animation-duration: 7114ms;
  -webkit-animation-delay: 2937ms;
          animation-delay: 2937ms;
  filter: blur(0px);
}
.g-snows > li:nth-child(30) {
  left: 40%;
  width: 4px;
  height: 4px;
  -webkit-animation-duration: 10976ms;
          animation-duration: 10976ms;
  -webkit-animation-delay: 2984ms;
          animation-delay: 2984ms;
  filter: blur(1px);
}
.g-snows > li:nth-child(31) {
  left: 33%;
  width: 4px;
  height: 4px;
  -webkit-animation-duration: 10423ms;
          animation-duration: 10423ms;
  -webkit-animation-delay: 1271ms;
          animation-delay: 1271ms;
  filter: blur(2px);
}
.g-snows > li:nth-child(32) {
  left: 49%;
  width: 3px;
  height: 3px;
  -webkit-animation-duration: 6995ms;
          animation-duration: 6995ms;
  -webkit-animation-delay: 4836ms;
          animation-delay: 4836ms;
  filter: blur(0px);
}
.g-snows > li:nth-child(33) {
  left: 30%;
  width: 15px;
  height: 15px;
  -webkit-animation-duration: 8187ms;
          animation-duration: 8187ms;
  -webkit-animation-delay: 3899ms;
          animation-delay: 3899ms;
  filter: blur(3px);
}
.g-snows > li:nth-child(34) {
  left: 44%;
  width: 6px;
  height: 6px;
  -webkit-animation-duration: 9137ms;
          animation-duration: 9137ms;
  -webkit-animation-delay: 2828ms;
          animation-delay: 2828ms;
  filter: blur(2px);
}
.g-snows > li:nth-child(35) {
  left: 32%;
  width: 8px;
  height: 8px;
  -webkit-animation-duration: 11967ms;
          animation-duration: 11967ms;
  -webkit-animation-delay: 448ms;
          animation-delay: 448ms;
  filter: blur(2px);
}
.g-snows > li:nth-child(36) {
  left: 41%;
  width: 27px;
  height: 27px;
  -webkit-animation-duration: 5469ms;
          animation-duration: 5469ms;
  -webkit-animation-delay: 4629ms;
          animation-delay: 4629ms;
  filter: blur(3px);
}
.g-snows > li:nth-child(37) {
  left: 55%;
  width: 11px;
  height: 11px;
  -webkit-animation-duration: 5855ms;
          animation-duration: 5855ms;
  -webkit-animation-delay: 4328ms;
          animation-delay: 4328ms;
  filter: blur(2px);
}
.g-snows > li:nth-child(38) {
  left: 27%;
  width: 3px;
  height: 3px;
  -webkit-animation-duration: 9098ms;
          animation-duration: 9098ms;
  -webkit-animation-delay: 2894ms;
          animation-delay: 2894ms;
  filter: blur(3px);
}
.g-snows > li:nth-child(39) {
  left: 21%;
  width: 4px;
  height: 4px;
  -webkit-animation-duration: 11482ms;
          animation-duration: 11482ms;
  -webkit-animation-delay: 33ms;
          animation-delay: 33ms;
  filter: blur(2px);
}
.g-snows > li:nth-child(40) {
  left: 4%;
  width: 1px;
  height: 1px;
  -webkit-animation-duration: 6877ms;
          animation-duration: 6877ms;
  -webkit-animation-delay: 1082ms;
          animation-delay: 1082ms;
  filter: blur(2px);
}
.g-snows > li:nth-child(41) {
  left: 114%;
  width: 4px;
  height: 4px;
  -webkit-animation-duration: 6370ms;
          animation-duration: 6370ms;
  -webkit-animation-delay: 1205ms;
          animation-delay: 1205ms;
  filter: blur(3px);
}
.g-snows > li:nth-child(42) {
  left: 23%;
  width: 6px;
  height: 6px;
  -webkit-animation-duration: 8471ms;
          animation-duration: 8471ms;
  -webkit-animation-delay: 4533ms;
          animation-delay: 4533ms;
  filter: blur(1px);
}
.g-snows > li:nth-child(43) {
  left: 14%;
  width: 2px;
  height: 2px;
  -webkit-animation-duration: 12512ms;
          animation-duration: 12512ms;
  -webkit-animation-delay: 380ms;
          animation-delay: 380ms;
  filter: blur(1px);
}
.g-snows > li:nth-child(44) {
  left: 3%;
  width: 12px;
  height: 12px;
  -webkit-animation-duration: 9278ms;
          animation-duration: 9278ms;
  -webkit-animation-delay: 234ms;
          animation-delay: 234ms;
  filter: blur(2px);
}
.g-snows > li:nth-child(45) {
  left: 43%;
  width: 14px;
  height: 14px;
  -webkit-animation-duration: 11968ms;
          animation-duration: 11968ms;
  -webkit-animation-delay: 1665ms;
          animation-delay: 1665ms;
  filter: blur(1px);
}
.g-snows > li:nth-child(46) {
  left: 26%;
  width: 18px;
  height: 18px;
  -webkit-animation-duration: 5542ms;
          animation-duration: 5542ms;
  -webkit-animation-delay: 1478ms;
          animation-delay: 1478ms;
  filter: blur(2px);
}
.g-snows > li:nth-child(47) {
  left: 43%;
  width: 10px;
  height: 10px;
  -webkit-animation-duration: 10804ms;
          animation-duration: 10804ms;
  -webkit-animation-delay: 2549ms;
          animation-delay: 2549ms;
  filter: blur(1px);
}
.g-snows > li:nth-child(48) {
  left: 15%;
  width: 6px;
  height: 6px;
  -webkit-animation-duration: 9618ms;
          animation-duration: 9618ms;
  -webkit-animation-delay: 3123ms;
          animation-delay: 3123ms;
  filter: blur(0px);
}
.g-snows > li:nth-child(49) {
  left: 75%;
  width: 7px;
  height: 7px;
  -webkit-animation-duration: 6307ms;
          animation-duration: 6307ms;
  -webkit-animation-delay: 1646ms;
          animation-delay: 1646ms;
  filter: blur(3px);
}
.g-snows > li:nth-child(50) {
  left: 32%;
  width: 27px;
  height: 27px;
  -webkit-animation-duration: 5148ms;
          animation-duration: 5148ms;
  -webkit-animation-delay: 3470ms;
          animation-delay: 3470ms;
  filter: blur(2px);
}
.g-snows > li:nth-child(51) {
  left: 47%;
  width: 7px;
  height: 7px;
  -webkit-animation-duration: 11068ms;
          animation-duration: 11068ms;
  -webkit-animation-delay: 1657ms;
          animation-delay: 1657ms;
  filter: blur(2px);
}
.g-snows > li:nth-child(52) {
  left: 11%;
  width: 17px;
  height: 17px;
  -webkit-animation-duration: 9821ms;
          animation-duration: 9821ms;
  -webkit-animation-delay: 2800ms;
          animation-delay: 2800ms;
  filter: blur(2px);
}
.g-snows > li:nth-child(53) {
  left: 16%;
  width: 19px;
  height: 19px;
  -webkit-animation-duration: 12217ms;
          animation-duration: 12217ms;
  -webkit-animation-delay: 4679ms;
          animation-delay: 4679ms;
  filter: blur(2px);
}
.g-snows > li:nth-child(54) {
  left: 38%;
  width: 7px;
  height: 7px;
  -webkit-animation-duration: 9766ms;
          animation-duration: 9766ms;
  -webkit-animation-delay: 499ms;
          animation-delay: 499ms;
  filter: blur(1px);
}
.g-snows > li:nth-child(55) {
  left: 40%;
  width: 9px;
  height: 9px;
  -webkit-animation-duration: 10367ms;
          animation-duration: 10367ms;
  -webkit-animation-delay: 700ms;
          animation-delay: 700ms;
  filter: blur(1px);
}
.g-snows > li:nth-child(56) {
  left: 49%;
  width: 2px;
  height: 2px;
  -webkit-animation-duration: 9393ms;
          animation-duration: 9393ms;
  -webkit-animation-delay: 4822ms;
          animation-delay: 4822ms;
  filter: blur(1px);
}
.g-snows > li:nth-child(57) {
  left: 22%;
  width: 6px;
  height: 6px;
  -webkit-animation-duration: 8736ms;
          animation-duration: 8736ms;
  -webkit-animation-delay: 643ms;
          animation-delay: 643ms;
  filter: blur(0px);
}
.g-snows > li:nth-child(58) {
  left: 48%;
  width: 11px;
  height: 11px;
  -webkit-animation-duration: 5248ms;
          animation-duration: 5248ms;
  -webkit-animation-delay: 4580ms;
          animation-delay: 4580ms;
  filter: blur(0px);
}
.g-snows > li:nth-child(59) {
  left: 70%;
  width: 13px;
  height: 13px;
  -webkit-animation-duration: 7797ms;
          animation-duration: 7797ms;
  -webkit-animation-delay: 661ms;
          animation-delay: 661ms;
  filter: blur(2px);
}
.g-snows > li:nth-child(60) {
  left: 30%;
  width: 3px;
  height: 3px;
  -webkit-animation-duration: 9927ms;
          animation-duration: 9927ms;
  -webkit-animation-delay: 3999ms;
          animation-delay: 3999ms;
  filter: blur(2px);
}
.g-snows > li:nth-child(61) {
  left: 45%;
  width: 20px;
  height: 20px;
  -webkit-animation-duration: 7930ms;
          animation-duration: 7930ms;
  -webkit-animation-delay: 1209ms;
          animation-delay: 1209ms;
  filter: blur(2px);
}
.g-snows > li:nth-child(62) {
  left: 119%;
  width: 0px;
  height: 0px;
  -webkit-animation-duration: 11246ms;
          animation-duration: 11246ms;
  -webkit-animation-delay: 4586ms;
          animation-delay: 4586ms;
  filter: blur(3px);
}
.g-snows > li:nth-child(63) {
  left: 52%;
  width: 17px;
  height: 17px;
  -webkit-animation-duration: 6283ms;
          animation-duration: 6283ms;
  -webkit-animation-delay: 3452ms;
          animation-delay: 3452ms;
  filter: blur(0px);
}
.g-snows > li:nth-child(64) {
  left: 59%;
  width: 3px;
  height: 3px;
  -webkit-animation-duration: 7879ms;
          animation-duration: 7879ms;
  -webkit-animation-delay: 4512ms;
          animation-delay: 4512ms;
  filter: blur(2px);
}
.g-snows > li:nth-child(65) {
  left: 21%;
  width: 2px;
  height: 2px;
  -webkit-animation-duration: 6039ms;
          animation-duration: 6039ms;
  -webkit-animation-delay: 46ms;
          animation-delay: 46ms;
  filter: blur(4px);
}
.g-snows > li:nth-child(66) {
  left: 9%;
  width: 2px;
  height: 2px;
  -webkit-animation-duration: 8415ms;
          animation-duration: 8415ms;
  -webkit-animation-delay: 2234ms;
          animation-delay: 2234ms;
  filter: blur(2px);
}
.g-snows > li:nth-child(67) {
  left: 87%;
  width: 9px;
  height: 9px;
  -webkit-animation-duration: 10822ms;
          animation-duration: 10822ms;
  -webkit-animation-delay: 2948ms;
          animation-delay: 2948ms;
  filter: blur(1px);
}
.g-snows > li:nth-child(68) {
  left: 108%;
  width: 13px;
  height: 13px;
  -webkit-animation-duration: 6016ms;
          animation-duration: 6016ms;
  -webkit-animation-delay: 1963ms;
          animation-delay: 1963ms;
  filter: blur(0px);
}
.g-snows > li:nth-child(69) {
  left: 53%;
  width: 9px;
  height: 9px;
  -webkit-animation-duration: 9333ms;
          animation-duration: 9333ms;
  -webkit-animation-delay: 2132ms;
          animation-delay: 2132ms;
  filter: blur(1px);
}
.g-snows > li:nth-child(70) {
  left: 118%;
  width: 2px;
  height: 2px;
  -webkit-animation-duration: 7517ms;
          animation-duration: 7517ms;
  -webkit-animation-delay: 81ms;
          animation-delay: 81ms;
  filter: blur(0px);
}
.g-snows > li:nth-child(71) {
  left: 39%;
  width: 8px;
  height: 8px;
  -webkit-animation-duration: 6695ms;
          animation-duration: 6695ms;
  -webkit-animation-delay: 723ms;
          animation-delay: 723ms;
  filter: blur(0px);
}
.g-snows > li:nth-child(72) {
  left: 49%;
  width: 17px;
  height: 17px;
  -webkit-animation-duration: 11160ms;
          animation-duration: 11160ms;
  -webkit-animation-delay: 1290ms;
          animation-delay: 1290ms;
  filter: blur(0px);
}
.g-snows > li:nth-child(73) {
  left: 125%;
  width: 16px;
  height: 16px;
  -webkit-animation-duration: 5886ms;
          animation-duration: 5886ms;
  -webkit-animation-delay: 3723ms;
          animation-delay: 3723ms;
  filter: blur(0px);
}
.g-snows > li:nth-child(74) {
  left: 55%;
  width: 1px;
  height: 1px;
  -webkit-animation-duration: 11163ms;
          animation-duration: 11163ms;
  -webkit-animation-delay: 1679ms;
          animation-delay: 1679ms;
  filter: blur(3px);
}
.g-snows > li:nth-child(75) {
  left: 53%;
  width: 15px;
  height: 15px;
  -webkit-animation-duration: 10442ms;
          animation-duration: 10442ms;
  -webkit-animation-delay: 691ms;
          animation-delay: 691ms;
  filter: blur(1px);
}
.g-snows > li:nth-child(76) {
  left: 36%;
  width: 13px;
  height: 13px;
  -webkit-animation-duration: 6687ms;
          animation-duration: 6687ms;
  -webkit-animation-delay: 1339ms;
          animation-delay: 1339ms;
  filter: blur(1px);
}
.g-snows > li:nth-child(77) {
  left: 125%;
  width: 27px;
  height: 27px;
  -webkit-animation-duration: 7154ms;
          animation-duration: 7154ms;
  -webkit-animation-delay: 1173ms;
          animation-delay: 1173ms;
  filter: blur(2px);
}
.g-snows > li:nth-child(78) {
  left: 11%;
  width: 16px;
  height: 16px;
  -webkit-animation-duration: 7125ms;
          animation-duration: 7125ms;
  -webkit-animation-delay: 3464ms;
          animation-delay: 3464ms;
  filter: blur(4px);
}
.g-snows > li:nth-child(79) {
  left: 56%;
  width: 25px;
  height: 25px;
  -webkit-animation-duration: 8643ms;
          animation-duration: 8643ms;
  -webkit-animation-delay: 4949ms;
          animation-delay: 4949ms;
  filter: blur(3px);
}
.g-snows > li:nth-child(80) {
  left: 39%;
  width: 3px;
  height: 3px;
  -webkit-animation-duration: 5124ms;
          animation-duration: 5124ms;
  -webkit-animation-delay: 421ms;
          animation-delay: 421ms;
  filter: blur(0px);
}
.g-snows > li:nth-child(81) {
  left: 5%;
  width: 19px;
  height: 19px;
  -webkit-animation-duration: 6515ms;
          animation-duration: 6515ms;
  -webkit-animation-delay: 835ms;
          animation-delay: 835ms;
  filter: blur(3px);
}
.g-snows > li:nth-child(82) {
  left: 119%;
  width: 6px;
  height: 6px;
  -webkit-animation-duration: 6278ms;
          animation-duration: 6278ms;
  -webkit-animation-delay: 1961ms;
          animation-delay: 1961ms;
  filter: blur(3px);
}
.g-snows > li:nth-child(83) {
  left: 55%;
  width: 17px;
  height: 17px;
  -webkit-animation-duration: 7712ms;
          animation-duration: 7712ms;
  -webkit-animation-delay: 1179ms;
          animation-delay: 1179ms;
  filter: blur(1px);
}
.g-snows > li:nth-child(84) {
  left: 73%;
  width: 21px;
  height: 21px;
  -webkit-animation-duration: 8061ms;
          animation-duration: 8061ms;
  -webkit-animation-delay: 4235ms;
          animation-delay: 4235ms;
  filter: blur(0px);
}
.g-snows > li:nth-child(85) {
  left: 129%;
  width: 8px;
  height: 8px;
  -webkit-animation-duration: 11347ms;
          animation-duration: 11347ms;
  -webkit-animation-delay: 4430ms;
          animation-delay: 4430ms;
  filter: blur(3px);
}
.g-snows > li:nth-child(86) {
  left: 36%;
  width: 7px;
  height: 7px;
  -webkit-animation-duration: 10639ms;
          animation-duration: 10639ms;
  -webkit-animation-delay: 136ms;
          animation-delay: 136ms;
  filter: blur(0px);
}
.g-snows > li:nth-child(87) {
  left: 43%;
  width: 13px;
  height: 13px;
  -webkit-animation-duration: 6372ms;
          animation-duration: 6372ms;
  -webkit-animation-delay: 3566ms;
          animation-delay: 3566ms;
  filter: blur(0px);
}
.g-snows > li:nth-child(88) {
  left: 27%;
  width: 25px;
  height: 25px;
  -webkit-animation-duration: 5103ms;
          animation-duration: 5103ms;
  -webkit-animation-delay: 2563ms;
          animation-delay: 2563ms;
  filter: blur(3px);
}
.g-snows > li:nth-child(89) {
  left: 13%;
  width: 26px;
  height: 26px;
  -webkit-animation-duration: 7073ms;
          animation-duration: 7073ms;
  -webkit-animation-delay: 2190ms;
          animation-delay: 2190ms;
  filter: blur(0px);
}
.g-snows > li:nth-child(90) {
  left: 100%;
  width: 17px;
  height: 17px;
  -webkit-animation-duration: 7278ms;
          animation-duration: 7278ms;
  -webkit-animation-delay: 4312ms;
          animation-delay: 4312ms;
  filter: blur(3px);
}
.g-snows > li:nth-child(91) {
  left: 114%;
  width: 3px;
  height: 3px;
  -webkit-animation-duration: 9848ms;
          animation-duration: 9848ms;
  -webkit-animation-delay: 2122ms;
          animation-delay: 2122ms;
  filter: blur(1px);
}
.g-snows > li:nth-child(92) {
  left: 18%;
  width: 10px;
  height: 10px;
  -webkit-animation-duration: 7542ms;
          animation-duration: 7542ms;
  -webkit-animation-delay: 2758ms;
          animation-delay: 2758ms;
  filter: blur(2px);
}
.g-snows > li:nth-child(93) {
  left: 99%;
  width: 7px;
  height: 7px;
  -webkit-animation-duration: 5214ms;
          animation-duration: 5214ms;
  -webkit-animation-delay: 4014ms;
          animation-delay: 4014ms;
  filter: blur(3px);
}
.g-snows > li:nth-child(94) {
  left: 78%;
  width: 6px;
  height: 6px;
  -webkit-animation-duration: 12322ms;
          animation-duration: 12322ms;
  -webkit-animation-delay: 1661ms;
          animation-delay: 1661ms;
  filter: blur(4px);
}
.g-snows > li:nth-child(95) {
  left: 11%;
  width: 7px;
  height: 7px;
  -webkit-animation-duration: 11877ms;
          animation-duration: 11877ms;
  -webkit-animation-delay: 4755ms;
          animation-delay: 4755ms;
  filter: blur(1px);
}
.g-snows > li:nth-child(96) {
  left: 63%;
  width: 20px;
  height: 20px;
  -webkit-animation-duration: 8309ms;
          animation-duration: 8309ms;
  -webkit-animation-delay: 3870ms;
          animation-delay: 3870ms;
  filter: blur(0px);
}
.g-snows > li:nth-child(97) {
  left: 120%;
  width: 9px;
  height: 9px;
  -webkit-animation-duration: 6509ms;
          animation-duration: 6509ms;
  -webkit-animation-delay: 2115ms;
          animation-delay: 2115ms;
  filter: blur(3px);
}
.g-snows > li:nth-child(98) {
  left: 49%;
  width: 2px;
  height: 2px;
  -webkit-animation-duration: 8932ms;
          animation-duration: 8932ms;
  -webkit-animation-delay: 62ms;
          animation-delay: 62ms;
  filter: blur(0px);
}
.g-snows > li:nth-child(99) {
  left: 9%;
  width: 13px;
  height: 13px;
  -webkit-animation-duration: 5903ms;
          animation-duration: 5903ms;
  -webkit-animation-delay: 3517ms;
          animation-delay: 3517ms;
  filter: blur(3px);
}
.g-snows > li:nth-child(100) {
  left: 6%;
  width: 18px;
  height: 18px;
  -webkit-animation-duration: 6826ms;
          animation-duration: 6826ms;
  -webkit-animation-delay: 2545ms;
          animation-delay: 2545ms;
  filter: blur(1px);
}

@-webkit-keyframes snow-drop {
  0% {
    transform: translate(0, 0);
    opacity: 0.5;
    margin-left: 0;
  }
  10% {
    margin-left: 15px;
  }
  20% {
    margin-left: 20px;
  }
  25% {
    transform: translate(0, 166.6666666667px);
    opacity: 0.75;
  }
  30% {
    margin-left: 15px;
  }
  40% {
    margin-left: 0;
  }
  50% {
    transform: translate(0, 333.3333333333px);
    opacity: 1;
    margin-left: -15px;
  }
  60% {
    margin-left: -20px;
  }
  70% {
    margin-left: -15px;
  }
  75% {
    transform: translate(0, 500px);
    opacity: 0.5;
  }
  80% {
    margin-left: 0;
  }
  100% {
    transform: translate(0, 666.6666666667px);
    opacity: 0;
  }
}

@keyframes snow-drop {
  0% {
    transform: translate(0, 0);
    opacity: 0.5;
    margin-left: 0;
  }
  10% {
    margin-left: 15px;
  }
  20% {
    margin-left: 20px;
  }
  25% {
    transform: translate(0, 166.6666666667px);
    opacity: 0.75;
  }
  30% {
    margin-left: 15px;
  }
  40% {
    margin-left: 0;
  }
  50% {
    transform: translate(0, 333.3333333333px);
    opacity: 1;
    margin-left: -15px;
  }
  60% {
    margin-left: -20px;
  }
  70% {
    margin-left: -15px;
  }
  75% {
    transform: translate(0, 500px);
    opacity: 0.5;
  }
  80% {
    margin-left: 0;
  }
  100% {
    transform: translate(0, 666.6666666667px);
    opacity: 0;
  }
}
