@font-face {
        font-family: "KufiRegular";
        src: url("../font/KufiRegular.ttf");
        src: url('../font/KufiRegular.eot');
        src: url('../font/KufiRegular.eot?#iefix') format('embedded-opentype'),
         url('../font/KufiRegular.ttf') format('truetype');
    }
@font-face {
        font-family: "Dkf";
        src: url("../font/dkf.ttf");
        src: url('../font/dkf.eot');
        src: url('../font/dkf.eot?#iefix') format('embedded-opentype'),
         url('../font/dkf.ttf') format('truetype');
    }
@font-face {
        font-family: "Billy";
        src: url("../font/Billy.ttf");
        src: url('../font/Billy.eot');
        src: url('../font/Billy.eot?#iefix') format('embedded-opentype'),
         url('../font/Billy.ttf') format('truetype');
    }
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
   }

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #201e1e;
  background: #fff; }

@media only screen and (max-width: 599px){
}
@media only screen and (min-width: 600px) and (max-width: 767px){
}
@media only screen and (min-width: 768) and (max-width: 1023px){
}

/**
DEFAULT CLASS
**/
button{ -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; cursor: pointer; }
button, input, select, textarea{ outline: none; }
a{ -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; cursor: pointer; text-decoration: none; }
a:hover{ -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; cursor: pointer; text-decoration: none; }
.maxw{ max-width: 1320px; }
.maxm{ max-width: 980px; padding-left: 21px; padding-right: 21px; }
.maxs{ max-width: 580px; }
.defaultWrap{ padding-top: 37px; padding-bottom: 37px; text-align: center; min-height: 627px; }
.response-green{ background:#B7EE95; border:1px solid #25aa2b; color: #25aa2b;  width:100%; padding:7px; padding-bottom: 11px; margin-bottom:11px; text-align:center; }
.response-red{ background:#FFC1C1; border:1px solid #df1b19; color: #df1b19; width:100%;  padding:7px; padding-bottom: 11px; margin-bottom:11px; text-align:center; }
.arianecontainer{ padding-top: 17px; text-align: center; text-transform: uppercase; }
ol.breadcrumb{ display: inline-block; background: none; padding: 0px; margin: 0px; color: #fff; font-size: 9px; text-shadow: none; }
ol.breadcrumb li{ padding: 0px; margin: 0px; float: left; }
ol.breadcrumb li.separator{ padding-top: 4px; padding-left: 7px; padding-right: 7px; }
ol.breadcrumb li a{ text-decoration: none; color: #fff; font-size: 12px; }
ol.breadcrumb li a:hover{ text-decoration: none; color: #faa21b; }
ol.breadcrumb li span{ text-decoration: none; font-size: 12px; }
p{ text-align: justify; }
@media only screen and (max-width: 767px){
  ol.breadcrumb{ display: none; }
}
/**
FOOTER
**/
.footerWrap{ width: 100%; background: #191717; font-size: 14px; color: #fefff0; padding-top: 23px; padding-bottom: 23px; }
  .footerWrap span{ text-transform: uppercase; font-size: 17px; font-weight: 400; display: inline-block; padding-bottom: 17px; }
  .footerWrap a{ color: #fefff0; font-weight: 300; }
  .footerWrap a:hover{ color: #dedfe0; }
  .footerWrap a.menufooterClass{ color: #faa21b; font-weight: 300; text-transform: uppercase; }
  .footerWrap a.menufooterClass:hover{ color: #dedfe0; }
.ownerWrap{ width: 100%; text-align: center; background: #101112; font-size: 13px; color: #808f8f; padding-top: 14px; padding-bottom: 14px; text-transform: uppercase; }
  .ownerWrap a{ color: #808f8f; }
  .ownerWrap a:hover{ color: #f7f8f9; }
/**
HEADER TOP BAR 
**/
.headerBar{ overflow: hidden; width: 100%; height: 40px; background: #faa21b; color: #fff; }
  .headerBar a{ display: inline-block; color: #fff; padding: 7px; text-decoration: underline; }
/**
HEADER MAIN BAR 
**/
.headerWrap{ position: absolute; top: 37px; padding: 0px; width: 100%; z-index: 110; }
.headerMenuLogo{ position: absolute; left:57px; z-index: 13; width: auto; }
  .headerMenuLogo img{ max-height: 107px; }
.headerMenuIcon{ position: absolute; top: 0px; right:27px; z-index: 13; width: auto; text-align: center; }
  .headerMenuIcon a{ display: inline-block; background: #faa21b; padding: 37px; font-size: 14px; font-weight: 700; color: #fff !important; }
  .headerMenuIcon a span{ color: #fff; font-size: 18px; font-weight: 400; -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }
  .headerMenuIcon a:hover{ background: #fff; color: #030202 !important; }
  .headerMenuIcon a:hover span{ color: #030202; font-weight: 400; -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }
    
/**
HEADER MOBILE MAIN BAR 
**/
.headermobileWrap{ overflow: hidden; width: 100%; position: -webkit-sticky; position: sticky; top: 0; z-index: 2;
    padding-top: 19px; padding-bottom: 19px; background: #faa21b; border-bottom: 1px solid #e2860c; }
    .headermobileWrap a{ display: inline-block; }
    .headermobileWrap a span{ color: #fff; font-size: 18px; font-weight: 400; -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }
    .headermobileWrap a span:hover{ color: #030202; font-weight: 400; -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }

/**
HEADER MOBILE MENU 
**/
.mobilemenuWrap { height: 100%; width: 0; position: fixed; z-index: 999; top: 0; left: 0; background-color: #201e1e; 
  overflow-x: hidden; transition: 0.5s; padding-top: 60px; padding-bottom: 37px; overflow: hidden; }
  .mobilemenuWrap a { padding: 8px 8px 8px 32px; text-decoration: none; color: #fff; display: block; transition: 0.3s; }
  .closebtn { position: absolute; top: 17px; right: 17px; }
    .closebtn { color: #fff; font-size: 27px; font-weight: 300; -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }
a.mobilelogoname{ font-family: "Dkf", sans-serif; font-weight: normal; font-size: 37px; color: #fff; }
a.mobileMenuLink{ font-size: 21px; text-transform: uppercase; font-weight: 700; color: #fff; text-decoration: none; display: inline-block; padding: 7px; padding-left: 32px; padding-right: 0px; width: 100%; }
a.mobileMenuLink:hover{ color: #faa21b; }
a.mobilesocial{ font-size:14px; font-weight: 500; color: #e9e9e9; text-decoration: none; display: inline-block; padding: 1px; padding-left: 32px; padding-right: 0px; width: 100%; }
a.mobilesocial:hover{ color: #66c7da; }
a.arabtxt{ font-family: "KufiRegular"; font-size: 15px; font-weight: bold; }

/**
H1 WRAPPER
**/
.h1Wrap{ background: #f7f8f9; width: 100%; min-height: 227px; text-align: left; padding-top: 177px; padding-bottom: 47px; }
  .h1Wrap h1{ font-family: "Dkf", sans-serif; font-weight: normal; font-size: 47px; color: #fff; padding: 0px; margin: 0px; }

/**
HOME
**/
.homeWrap{ background: #f7f8f9; height: 100vh; min-height: 527px; overflow: hidden; }
  .homeWrap h1{ font-family: "Billy", sans-serif; font-weight: normal; font-size: 47px; color: #fff; margin-top: 17%; margin-left: 14%; } /**max-width: calc(100% - 40%);**/
  .homeWrap h1 b{ font-family: "Dkf", sans-serif; font-weight: normal; font-size: 67px; }
  .homeWrapMasq{ background: #faa21b; height: 100vh; min-height: 527px; overflow: hidden; width: 24%; position: absolute; top: 0px; right: 0px; }
  .homeWrapSocial{ background: #272827; position: absolute; bottom: 0px; padding: 0px; z-index: 2; }
    .homeWrapSocial a{ padding: 7px; padding-left: 17px; padding-right: 17px; background: #272827; display: inline-block; }
    .homeWrapSocial a:hover{ background: #65c3d8; }
    .homeWrapSocial select{ font-family: 'Oswald', 'KufiRegular', sans-serif; padding: 17px; padding-bottom: 15px; padding-top: 12px;  font-size: 17px; font-weight: 400; background: #65c3d8; color: #fff; border:0px; border-bottom: 2px solid #0b8197; display: inline-block; width: 117px !important; }
@media only screen and (max-width: 599px){
.homeWrap{ height: 100px; overflow: all; height: auto; text-align: center; padding-top: 137px; padding-bottom: 87px; position: relative; }
  .homeWrap h1{ font-family: "Billy", sans-serif; font-weight: normal; font-size: 38px; color: #fff; margin: auto; max-width: 100%; }
  .homeWrap h1 b{ font-family: "Dkf", sans-serif; font-weight: normal; font-size: 37px; }
}

.homeactivityWrap{ padding-top: 47px; padding-bottom: 0px; background: #051b38; font-size: 17px; }
  .homeactivityWrap h2{ font-family: "Dkf", sans-serif; font-weight: normal; font-size: 38px; line-height: 33px; color: #faa21b; padding-bottom: 17px; }
  .homeactivityWrap h4{ font-family: "Dkf", sans-serif; font-weight: normal; font-size: 23px; color: #faa21b; }
  .homeactivityWrap span{ font-family: "Billy", sans-serif; font-weight: normal; font-size: 32px; color: #fff; }
  .homeactivityWrap p{ color: #fff; padding-bottom: 27px; }
  .homeactivityWrapContent{ background: url('/upload/pages/in/home_activity_bg.png') no-repeat left center/cover; padding: 97px; padding-top: 67px; }
  .homeactivityWrapContent h3{ font-family: "Dkf", sans-serif; font-weight: normal; font-size: 67px; line-height: 47px; font-weight: bold; color: #272827; z-index: 3; position: absolute; }
  .homeactivityWrapContent p{ color: #272827; padding: 47px; background: #fff; transform: rotate(-25deg); margin-top: 77px; }
@media only screen and (max-width: 599px){
  .homeactivityWrapContent{ padding: 27px; padding-top: 27px; }
  .homeactivityWrapContent h3{ font-family: "Dkf", sans-serif; font-weight: normal; font-size: 47px; line-height: 37px; 
  font-weight: bold; color: #272827; position: relative; }
  .homeactivityWrapContent p{ transform: rotate(0deg); padding: 13px; margin-top: 17px; } 
}

.homeprogramWrap{ padding-top: 47px; padding-bottom: 47px; background: #051b38; text-align: center; }
  .homeprogramWrap h2{ font-family: "Dkf", sans-serif; font-weight: normal; font-size: 51px; color: #fff; margin: 0px; padding: 0px; }
  .homeprogramWrap span{ font-family: "Billy", sans-serif; font-weight: normal; font-size: 32px; color: #fff; }
  .homeprogramWrap u{ transform: skew(0deg, -7deg); display: inline-block; padding: 7px; padding-left: 27px; padding-right: 27px; text-decoration: none; font-family: "Dkf", sans-serif; font-weight: normal; font-size: 17px; color: #fff; background: #66c7da; }
  .homeprogramWrap h3{ transform: skew(0deg, -7deg); width: 80%; margin-left: 10%; padding: 11px; font-family: "Dkf", sans-serif; font-weight: normal; font-size: 27px; color: #fff; background: #faa21b; }
@media only screen and (max-width: 599px){
  .homeprogramWrap h2{ font-family: "Dkf", sans-serif; font-weight: normal; font-size: 38px; color: #fff; margin: 0px; padding: 0px; }
  .homeprogramWrap h3{ transform: skew(0deg, -7deg); padding: 11px; font-family: "Dkf", sans-serif; font-weight: normal; font-size: 27px; color: #fff; background: #faa21b; }
}

.homehonorsWrap{ padding-top: 47px; padding-bottom: 47px; background: #051b38; text-align: center; }
.honorsBloc{ background: #fff; border: 1px solid #e1e2e3; height: 100%; padding: 7px; }
  .homehonorsWrap h2{ font-family: "Dkf", sans-serif; font-weight: normal; font-size: 51px; color: #fff; margin: 0px; padding: 0px; }
  .homehonorsWrap span{ font-family: "Billy", sans-serif; font-weight: normal; font-size: 32px; color: #fff; }
  .homehonorsWrap h3{text-transform: uppercase;  font-size: 21px; margin: 0px; 
    padding: 21px; padding-bottom: 7px; }
  .homehonorsWrap p{  margin: 0px; padding: 21px; padding-top: 0px;font-size: 17px; }
  .homehonorsWrap p u{ text-transform: uppercase; text-decoration: none; color: #051b38; font-size: 14px; font-weight: 600; display: inline-block;
  padding-bottom: 17px; width: 100%; text-align: center; }

.homegalleryWrap{ background: #faa21b; }
  .homegalleryWrap h2{ font-family: "Dkf", sans-serif; font-weight: normal; font-size: 21px; color: #fff; margin: 0px; padding: 27px; }

.homegalleryvideoWrap{ background: #8b4ca8; }
  .homegalleryvideoWrap h2{ font-family: "Dkf", sans-serif; font-weight: normal; font-size: 21px; color: #fff; margin: 0px; padding: 27px; }

.homegalleryyoutubeWrap{ background: #f40101; }
  .homegalleryyoutubeWrap h2{ font-family: "Dkf", sans-serif; font-weight: normal; font-size: 21px; color: #fff; margin: 0px; padding: 27px; }

/**
CATALOG
**/
.listingfilterWrap{ padding-top: 17px; padding-bottom: 17px; background: #272827; text-align: center; }
  .listingfilterWrap input{ font-family: "Oswald", sans-serif; color: #fff; width: 100%; font-size: 15px; padding: 10px; 
      background: #272827; border:1px solid #565e69; border-radius: 0px; resize: none; }
  .listingfilterWrap select{ font-family: "Oswald", sans-serif; color: #fff; width: 100%; font-size: 15px; padding: 10px; 
      background: #272827; border:1px solid #565e69; border-radius: 0px; resize: none; }
  .listingfilterWrap textarea{ font-family: "Oswald", sans-serif; color: #fff; width: 100%; font-size: 15px; padding: 10px; 
      background: #272827; border:1px solid #565e69; border-radius: 0px; resize: none; }
  .listingfilterWrap input { padding: 11px }
  .listingfilterWrap input.filters{ font-family: "Oswald", sans-serif; color: #fff; width: 100%; font-size: 15px; padding: 10px; 
    background: #65c3d8; border:0px; border-bottom: 2px solid #0b8197; display: inline-block; text-transform: uppercase; 
    -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; cursor: pointer; text-decoration: none; }
  .listingfilterWrap input.filters:hover{ background: #faa21b; border:0px; border-bottom: 2px solid #faa21b; 
      -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; cursor: pointer; text-decoration: none; }
.listingWrap{ padding-top: 47px; padding-bottom: 47px; background: #051b38; text-align: center; }
  .listingWrap h2{ font-family: "Dkf", sans-serif; font-weight: normal; font-size: 51px; color: #fff; margin: 0px; padding: 0px; }
  .listingWrap span{ font-family: "Billy", sans-serif; font-weight: normal; font-size: 32px; color: #fff; }
  .listingWrap u{ transform: skew(0deg, -7deg); display: inline-block; padding: 7px; padding-left: 27px; padding-right: 27px; text-decoration: none; font-family: "Dkf", sans-serif; font-weight: normal; font-size: 17px; color: #fff; background: #66c7da; }
  .listingWrap h3{ transform: skew(0deg, -7deg); width: 80%; margin-left: 10%; padding: 11px; font-family: "Dkf", sans-serif; font-weight: normal; font-size: 27px; color: #fff; background: #faa21b; }
@media only screen and (max-width: 599px){
  .listingWrap h2{ font-family: "Dkf", sans-serif; font-weight: normal; font-size: 38px; color: #fff; margin: 0px; padding: 0px; }
  .listingWrap h3{ transform: skew(0deg, -7deg); padding: 11px; font-family: "Dkf", sans-serif; font-weight: normal; font-size: 27px; color: #fff; background: #faa21b; }
}
.listingEmptyWrap{ padding-top: 147px; padding-bottom: 147px; color: #fff; }
.listingEmptyWrap a{ text-decoration: underline; color: #fff; }
.listingEmptyWrap a:hover{ text-decoration: underline; color: #faa21b; }

.listingoneWrap{ padding-top: 47px; padding-bottom: 47px; background: #051b38; text-align: left; }
  .listingoneWrap h2{ font-family: "Dkf", sans-serif; font-weight: normal; font-size: 57px; line-height: 37px; color: #fff; margin: 0px; padding: 0px; }
  .listingoneWrap span{ font-family: "Billy", sans-serif; font-weight: normal; font-size: 32px; color: #fff; display: inline-block;padding-bottom: 47px; }
  .listingoneWrap p{ color: #fff; padding-bottom: 47px; }
  .listingoneWrap p i{ text-decoration: underline; }
  .listingoneWrap u{ color: #fff; padding-bottom: 27px; display: inline-block; font-size: 17px; text-decoration: none; }
  .listingoneWrap u b{ color: #faa21b; font-size: 37px; font-family: "Dkf", sans-serif; font-weight: normal; }
  .listingoneWrap a{ font-family: "Oswald", sans-serif; color: #fff; float: right;
    font-size: 15px; padding: 10px;  padding-left: 37px; padding-right: 37px; cursor: pointer; text-decoration: none;
    background: #faa21b; border:0px; border-bottom: 2px solid #faa21b; display: inline-block; text-transform: uppercase; }
  .listingoneWrap a:hover{ background: #65c3d8; border:0px; border-bottom: 2px solid #0b8197; }
/**
ABOUT
**/
.aboutusWrap{ padding-top: 147px; padding-bottom: 147px; background: #051b38; text-align: center; color: #fff; text-align: center; }
  .aboutusWrap h2{ font-family: "Dkf", sans-serif; font-weight: normal; font-size: 38px; padding-bottom: 77px; }
  .aboutusWrap p{  } 
/**
HONORS
**/
.honorsWrap{ padding-top: 57px; padding-bottom: 67px; background: #f7f8f9; text-align: center; color: #201e1e; text-align: center; }
.honorsBloc{ background: #fff; border: 1px solid #e1e2e3; height: 100%; padding: 7px; }
  .honorsBloc h2{text-transform: uppercase;  font-size: 21px; margin: 0px; 
    padding: 21px; padding-bottom: 7px; }
  .honorsBloc p{  margin: 0px; padding: 21px; padding-top: 0px; }
  .honorsBloc p span{ text-transform: uppercase; color: #051b38; font-size: 14px; font-weight: 600; display: inline-block;
  padding-bottom: 17px; width: 100%; text-align: center; }
/**
RESERVATION
**/
.ticketsformWrap{ padding-top: 97px; padding-bottom: 147px; background: #051b38; text-align: center; color: #fff; text-align: center; }
  .ticketsformWrap h2{ font-family: "Dkf", sans-serif; font-weight: normal; font-size: 51px; color: #fff; margin: 0px; padding: 0px; }
  .ticketsformWrap span{ font-family: "Billy", sans-serif; font-weight: normal; font-size: 32px; color: #fff; display: inline-block; padding-bottom: 37px; }
  .ticketsformWrap p{  } 
  .ticketsformWrap input{ font-family: "Oswald", sans-serif; color: #fff; width: 100%; font-size: 15px; padding: 10px; 
      background: none; border:1px solid #e1e2e3; border-radius: 0px; resize: none; }
  .ticketsformWrap select{ font-family: "Oswald", sans-serif; color: #fff; width: 100%; font-size: 15px; padding: 10px; 
      background: none; border:1px solid #e1e2e3; border-radius: 0px; resize: none; }
  .ticketsformWrap select option{ background: #051b38; }
  .ticketsformWrap textarea{ font-family: "Oswald", sans-serif; color: #fff; width: 100%; font-size: 15px; padding: 10px; 
      background: none; border:1px solid #e1e2e3; border-radius: 0px; resize: none; }
  .ticketsformWrap input { padding: 11px }
  .ticketsformWrap input.validate{ font-family: "Oswald", sans-serif; color: #fff; width: 100% !important; font-size: 15px; padding: 10px; 
    background: #faa21b; border:0px; border-bottom: 2px solid #faa21b; display: inline-block; text-transform: uppercase; 
    -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; cursor: pointer; text-decoration: none; }
  .ticketsformWrap input.validate:hover{ background: #65c3d8; border:0px; border-bottom: 2px solid #65c3d8; 
      -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; cursor: pointer; text-decoration: none; }
  .ticketsformWrap i{ font-size: 13px; } 

/**
CONTACT
**/
.contactformWrap{ padding-top: 97px; padding-bottom: 147px; background: #051b38; text-align: center; color: #fff; text-align: center; }
  .contactformWrap h2{ font-family: "Dkf", sans-serif; font-weight: normal; font-size: 51px; color: #fff; margin: 0px; padding: 0px; padding-bottom: 37px; }
  .contactformWrap p{  } 
  .contactformWrap input{ font-family: "Oswald", sans-serif; color: #fff; width: 100%; font-size: 15px; padding: 10px; 
      background: none; border:1px solid #e1e2e3; border-radius: 0px; resize: none; }
  .contactformWrap select{ font-family: "Oswald", sans-serif; color: #fff; width: 100%; font-size: 15px; padding: 10px; 
      background: none; border:1px solid #e1e2e3; border-radius: 0px; resize: none; }
  .contactformWrap select option{ background: #051b38; }
  .contactformWrap textarea{ font-family: "Oswald", sans-serif; color: #fff; width: 100%; font-size: 15px; padding: 10px; 
      background: none; border:1px solid #e1e2e3; border-radius: 0px; resize: none; }
  .contactformWrap input { padding: 11px }
  .contactformWrap input.validate{ font-family: "Oswald", sans-serif; color: #fff; width: 100% !important; font-size: 15px; padding: 10px; 
    background: #faa21b; border:0px; border-bottom: 2px solid #faa21b; display: inline-block; text-transform: uppercase; 
    -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; cursor: pointer; text-decoration: none; }
  .contactformWrap input.validate:hover{ background: #65c3d8; border:0px; border-bottom: 2px solid #65c3d8; 
      -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; cursor: pointer; text-decoration: none; }
  .contactformWrap i{ font-size: 13px; } 


/**
ANIMATE
**/

.homegalleryWrap img {
-webkit-filter: brightness(47%);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
.homegalleryWrap img:hover {
-webkit-filter: brightness(100%);
}

#loader {
    background: #8b4ca8;
    height: 100vh;
    overflow:hidden;
    width: 100%;
    z-index: 99999999999;
    position: fixed;
    top: 0px;
    left: 0px;
}

.spinner {
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #faa21b;
    width: 70px;
    height: 70px;
    animation: spin 1s linear infinite;
    position: absolute;
    top: calc(50vh - 37px);
    left: calc(50% - 37px);
} 
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
.snowcontainer{ position: absolute; z-index: 1; top: 0px; width: 100%; height: 100vh; overflow: hidden; }
.snow {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.flake {
  position: absolute;
  border-radius: 50%;
  transform: translateY(0) rotateX(0) rotateY(0);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIzMyUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MyUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjU3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNjUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIzMyUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MyUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjU3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNjUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, #ffffff 50%, #ffffff 60%, rgba(255, 255, 255, 0) 60%), linear-gradient(90deg, rgba(255, 255, 255, 0) 30%, #ffffff 50%, #ffffff 60%, rgba(255, 255, 255, 0) 60%), linear-gradient(45deg, rgba(255, 255, 255, 0) 33%, #ffffff 53%, #ffffff 57%, rgba(255, 255, 255, 0) 65%), linear-gradient(135deg, rgba(255, 255, 255, 0) 33%, #ffffff 53%, #ffffff 57%, rgba(255, 255, 255, 0) 65%);
}

.flake:nth-child(1) {
  width: 19px;
  height: 19px;
  top: -450px;
  left: 89%;
  opacity: 0.93;
  filter: blur(4px);
  -webkit-animation: 29s flakes linear infinite;
  animation: 29s flakes linear infinite;
}

.flake:nth-child(2) {
  width: 19px;
  height: 19px;
  top: -259px;
  left: 7%;
  opacity: 0.88;
  filter: blur(4px);
  -webkit-animation: 70s flakes linear infinite;
  animation: 70s flakes linear infinite;
}

.flake:nth-child(3) {
  width: 11px;
  height: 11px;
  top: -594px;
  left: 28%;
  opacity: 0.87;
  filter: blur(4px);
  -webkit-animation: 20s flakes linear infinite;
  animation: 20s flakes linear infinite;
}

.flake:nth-child(4) {
  width: 16px;
  height: 16px;
  top: -399px;
  left: 52%;
  opacity: 0.99;
  filter: blur(4px);
  -webkit-animation: 41s flakes linear infinite;
  animation: 41s flakes linear infinite;
}

.flake:nth-child(5) {
  width: 16px;
  height: 16px;
  top: -366px;
  left: 90%;
  opacity: 0.93;
  filter: blur(4px);
  -webkit-animation: 70s flakes linear infinite;
  animation: 70s flakes linear infinite;
}

.flake:nth-child(6) {
  width: 19px;
  height: 19px;
  top: -622px;
  left: 61%;
  opacity: 0.75;
  filter: blur(3px);
  -webkit-animation: 29s flakes linear infinite;
  animation: 29s flakes linear infinite;
}

.flake:nth-child(7) {
  width: 13px;
  height: 13px;
  top: -226px;
  left: 65%;
  opacity: 0.6;
  filter: blur(4px);
  -webkit-animation: 24s flakes linear infinite;
  animation: 24s flakes linear infinite;
}

.flake:nth-child(8) {
  width: 18px;
  height: 18px;
  top: -451px;
  left: 63%;
  opacity: 0.7;
  filter: blur(3px);
  -webkit-animation: 44s flakes linear infinite;
  animation: 44s flakes linear infinite;
}

.flake:nth-child(9) {
  width: 9px;
  height: 9px;
  top: -694px;
  left: 20%;
  opacity: 0.51;
  filter: blur(3px);
  -webkit-animation: 32s flakes linear infinite;
  animation: 32s flakes linear infinite;
}

.flake:nth-child(10) {
  width: 19px;
  height: 19px;
  top: -464px;
  left: 8%;
  opacity: 0.76;
  filter: blur(3px);
  -webkit-animation: 27s flakes linear infinite;
  animation: 27s flakes linear infinite;
}

.flake:nth-child(11) {
  width: 7px;
  height: 7px;
  top: -281px;
  left: 77%;
  opacity: 0.98;
  filter: blur(3px);
  -webkit-animation: 61s flakes linear infinite;
  animation: 61s flakes linear infinite;
}

.flake:nth-child(12) {
  width: 9px;
  height: 9px;
  top: -404px;
  left: 11%;
  opacity: 0.59;
  filter: blur(3px);
  -webkit-animation: 22s flakes linear infinite;
  animation: 22s flakes linear infinite;
}

.flake:nth-child(13) {
  width: 11px;
  height: 11px;
  top: -257px;
  left: 52%;
  opacity: 0.87;
  filter: blur(3px);
  -webkit-animation: 51s flakes linear infinite;
  animation: 51s flakes linear infinite;
}

.flake:nth-child(14) {
  width: 13px;
  height: 13px;
  top: -255px;
  left: 70%;
  opacity: 0.87;
  filter: blur(4px);
  -webkit-animation: 27s flakes linear infinite;
  animation: 27s flakes linear infinite;
}

.flake:nth-child(15) {
  width: 20px;
  height: 20px;
  top: -51px;
  left: 100%;
  opacity: 0.54;
  filter: blur(4px);
  -webkit-animation: 27s flakes linear infinite;
  animation: 27s flakes linear infinite;
}

.flake:nth-child(16) {
  width: 10px;
  height: 10px;
  top: -308px;
  left: 87%;
  opacity: 0.75;
  filter: blur(3px);
  -webkit-animation: 66s flakes linear infinite;
  animation: 66s flakes linear infinite;
}

.flake:nth-child(17) {
  width: 19px;
  height: 19px;
  top: -36px;
  left: 44%;
  opacity: 0.65;
  filter: blur(3px);
  -webkit-animation: 52s flakes linear infinite;
  animation: 52s flakes linear infinite;
}

.flake:nth-child(18) {
  width: 14px;
  height: 14px;
  top: -142px;
  left: 67%;
  opacity: 0.68;
  filter: blur(4px);
  -webkit-animation: 63s flakes linear infinite;
  animation: 63s flakes linear infinite;
}

.flake:nth-child(19) {
  width: 14px;
  height: 14px;
  top: -154px;
  left: 92%;
  opacity: 0.95;
  filter: blur(4px);
  -webkit-animation: 43s flakes linear infinite;
  animation: 43s flakes linear infinite;
}

.flake:nth-child(20) {
  width: 7px;
  height: 7px;
  top: -331px;
  left: 21%;
  opacity: 0.79;
  filter: blur(3px);
  -webkit-animation: 43s flakes linear infinite;
  animation: 43s flakes linear infinite;
}

.flake:nth-child(21) {
  width: 6px;
  height: 6px;
  top: -357px;
  left: 26%;
  opacity: 0.8;
  filter: blur(3px);
  -webkit-animation: 46s flakes linear infinite;
  animation: 46s flakes linear infinite;
}

.flake:nth-child(22) {
  width: 14px;
  height: 14px;
  top: -644px;
  left: 12%;
  opacity: 0.7;
  filter: blur(4px);
  -webkit-animation: 44s flakes linear infinite;
  animation: 44s flakes linear infinite;
}

.flake:nth-child(23) {
  width: 7px;
  height: 7px;
  top: -200px;
  left: 69%;
  opacity: 0.6;
  filter: blur(3px);
  -webkit-animation: 68s flakes linear infinite;
  animation: 68s flakes linear infinite;
}

.flake:nth-child(24) {
  width: 6px;
  height: 6px;
  top: -458px;
  left: 43%;
  opacity: 0.73;
  filter: blur(4px);
  -webkit-animation: 54s flakes linear infinite;
  animation: 54s flakes linear infinite;
}

.flake:nth-child(25) {
  width: 19px;
  height: 19px;
  top: -527px;
  left: 98%;
  opacity: 0.86;
  filter: blur(3px);
  -webkit-animation: 45s flakes linear infinite;
  animation: 45s flakes linear infinite;
}

.flake:nth-child(26) {
  width: 17px;
  height: 17px;
  top: -343px;
  left: 19%;
  opacity: 0.57;
  filter: blur(4px);
  -webkit-animation: 53s flakes linear infinite;
  animation: 53s flakes linear infinite;
}

.flake:nth-child(27) {
  width: 19px;
  height: 19px;
  top: -681px;
  left: 63%;
  opacity: 0.86;
  filter: blur(3px);
  -webkit-animation: 61s flakes linear infinite;
  animation: 61s flakes linear infinite;
}

.flake:nth-child(28) {
  width: 8px;
  height: 8px;
  top: -405px;
  left: 88%;
  opacity: 0.77;
  filter: blur(4px);
  -webkit-animation: 37s flakes linear infinite;
  animation: 37s flakes linear infinite;
}

.flake:nth-child(29) {
  width: 18px;
  height: 18px;
  top: -193px;
  left: 62%;
  opacity: 0.69;
  filter: blur(3px);
  -webkit-animation: 40s flakes linear infinite;
  animation: 40s flakes linear infinite;
}

.flake:nth-child(30) {
  width: 12px;
  height: 12px;
  top: -126px;
  left: 54%;
  opacity: 0.57;
  filter: blur(3px);
  -webkit-animation: 29s flakes linear infinite;
  animation: 29s flakes linear infinite;
}

.flake:nth-child(31) {
  width: 15px;
  height: 15px;
  top: -666px;
  left: 10%;
  opacity: 0.67;
  filter: blur(4px);
  -webkit-animation: 20s flakes linear infinite;
  animation: 20s flakes linear infinite;
}

.flake:nth-child(32) {
  width: 10px;
  height: 10px;
  top: -50px;
  left: 19%;
  opacity: 0.56;
  filter: blur(4px);
  -webkit-animation: 19s flakes linear infinite;
  animation: 19s flakes linear infinite;
}

.flake:nth-child(33) {
  width: 6px;
  height: 6px;
  top: -273px;
  left: 13%;
  opacity: 0.7;
  filter: blur(3px);
  -webkit-animation: 19s flakes linear infinite;
  animation: 19s flakes linear infinite;
}

.flake:nth-child(34) {
  width: 19px;
  height: 19px;
  top: -572px;
  left: 28%;
  opacity: 0.76;
  filter: blur(4px);
  -webkit-animation: 39s flakes linear infinite;
  animation: 39s flakes linear infinite;
}

.flake:nth-child(35) {
  width: 19px;
  height: 19px;
  top: -523px;
  left: 1%;
  opacity: 0.66;
  filter: blur(4px);
  -webkit-animation: 54s flakes linear infinite;
  animation: 54s flakes linear infinite;
}

.flake:nth-child(36) {
  width: 9px;
  height: 9px;
  top: -435px;
  left: 23%;
  opacity: 0.93;
  filter: blur(4px);
  -webkit-animation: 53s flakes linear infinite;
  animation: 53s flakes linear infinite;
}

.flake:nth-child(37) {
  width: 6px;
  height: 6px;
  top: -552px;
  left: 73%;
  opacity: 0.76;
  filter: blur(3px);
  -webkit-animation: 24s flakes linear infinite;
  animation: 24s flakes linear infinite;
}

.flake:nth-child(38) {
  width: 20px;
  height: 20px;
  top: -202px;
  left: 40%;
  opacity: 0.91;
  filter: blur(3px);
  -webkit-animation: 49s flakes linear infinite;
  animation: 49s flakes linear infinite;
}

.flake:nth-child(39) {
  width: 20px;
  height: 20px;
  top: -659px;
  left: 95%;
  opacity: 0.78;
  filter: blur(4px);
  -webkit-animation: 33s flakes linear infinite;
  animation: 33s flakes linear infinite;
}

.flake:nth-child(40) {
  width: 14px;
  height: 14px;
  top: -254px;
  left: 22%;
  opacity: 0.52;
  filter: blur(3px);
  -webkit-animation: 56s flakes linear infinite;
  animation: 56s flakes linear infinite;
}

.flake:nth-child(41) {
  width: 17px;
  height: 17px;
  top: -525px;
  left: 5%;
  opacity: 0.66;
  filter: blur(3px);
  -webkit-animation: 42s flakes linear infinite;
  animation: 42s flakes linear infinite;
}

.flake:nth-child(42) {
  width: 9px;
  height: 9px;
  top: -69px;
  left: 29%;
  opacity: 0.97;
  filter: blur(4px);
  -webkit-animation: 57s flakes linear infinite;
  animation: 57s flakes linear infinite;
}

.flake:nth-child(43) {
  width: 6px;
  height: 6px;
  top: -298px;
  left: 15%;
  opacity: 0.63;
  filter: blur(3px);
  -webkit-animation: 16s flakes linear infinite;
  animation: 16s flakes linear infinite;
}

.flake:nth-child(44) {
  width: 16px;
  height: 16px;
  top: -515px;
  left: 79%;
  opacity: 0.53;
  filter: blur(4px);
  -webkit-animation: 37s flakes linear infinite;
  animation: 37s flakes linear infinite;
}

.flake:nth-child(45) {
  width: 17px;
  height: 17px;
  top: -604px;
  left: 14%;
  opacity: 0.56;
  filter: blur(4px);
  -webkit-animation: 59s flakes linear infinite;
  animation: 59s flakes linear infinite;
}

.flake:nth-child(46) {
  width: 17px;
  height: 17px;
  top: -193px;
  left: 10%;
  opacity: 0.76;
  filter: blur(3px);
  -webkit-animation: 61s flakes linear infinite;
  animation: 61s flakes linear infinite;
}

.flake:nth-child(47) {
  width: 19px;
  height: 19px;
  top: -387px;
  left: 70%;
  opacity: 0.88;
  filter: blur(4px);
  -webkit-animation: 44s flakes linear infinite;
  animation: 44s flakes linear infinite;
}

.flake:nth-child(48) {
  width: 12px;
  height: 12px;
  top: -251px;
  left: 90%;
  opacity: 0.83;
  filter: blur(3px);
  -webkit-animation: 30s flakes linear infinite;
  animation: 30s flakes linear infinite;
}

.flake:nth-child(49) {
  width: 11px;
  height: 11px;
  top: -313px;
  left: 62%;
  opacity: 0.66;
  filter: blur(3px);
  -webkit-animation: 54s flakes linear infinite;
  animation: 54s flakes linear infinite;
}

.flake:nth-child(50) {
  width: 16px;
  height: 16px;
  top: -30px;
  left: 2%;
  opacity: 0.84;
  filter: blur(3px);
  -webkit-animation: 31s flakes linear infinite;
  animation: 31s flakes linear infinite;
}

.flake:nth-child(51) {
  width: 13px;
  height: 13px;
  top: -583px;
  left: 1%;
  opacity: 0.91;
  filter: blur(3px);
  -webkit-animation: 35s flakes linear infinite;
  animation: 35s flakes linear infinite;
}

.flake:nth-child(52) {
  width: 6px;
  height: 6px;
  top: -125px;
  left: 85%;
  opacity: 0.85;
  filter: blur(4px);
  -webkit-animation: 39s flakes linear infinite;
  animation: 39s flakes linear infinite;
}

.flake:nth-child(53) {
  width: 10px;
  height: 10px;
  top: -269px;
  left: 29%;
  opacity: 0.82;
  filter: blur(4px);
  -webkit-animation: 65s flakes linear infinite;
  animation: 65s flakes linear infinite;
}

.flake:nth-child(54) {
  width: 16px;
  height: 16px;
  top: -410px;
  left: 10%;
  opacity: 0.86;
  filter: blur(4px);
  -webkit-animation: 46s flakes linear infinite;
  animation: 46s flakes linear infinite;
}

.flake:nth-child(55) {
  width: 13px;
  height: 13px;
  top: -255px;
  left: 94%;
  opacity: 0.68;
  filter: blur(3px);
  -webkit-animation: 20s flakes linear infinite;
  animation: 20s flakes linear infinite;
}

.flake:nth-child(56) {
  width: 13px;
  height: 13px;
  top: -615px;
  left: 92%;
  opacity: 0.77;
  filter: blur(3px);
  -webkit-animation: 60s flakes linear infinite;
  animation: 60s flakes linear infinite;
}

.flake:nth-child(57) {
  width: 14px;
  height: 14px;
  top: -443px;
  left: 49%;
  opacity: 0.88;
  filter: blur(4px);
  -webkit-animation: 45s flakes linear infinite;
  animation: 45s flakes linear infinite;
}

.flake:nth-child(58) {
  width: 6px;
  height: 6px;
  top: -125px;
  left: 100%;
  opacity: 0.67;
  filter: blur(4px);
  -webkit-animation: 43s flakes linear infinite;
  animation: 43s flakes linear infinite;
}

.flake:nth-child(59) {
  width: 13px;
  height: 13px;
  top: -447px;
  left: 65%;
  opacity: 0.65;
  filter: blur(3px);
  -webkit-animation: 27s flakes linear infinite;
  animation: 27s flakes linear infinite;
}

.flake:nth-child(60) {
  width: 10px;
  height: 10px;
  top: -57px;
  left: 2%;
  opacity: 0.65;
  filter: blur(3px);
  -webkit-animation: 48s flakes linear infinite;
  animation: 48s flakes linear infinite;
}

.flake:nth-child(61) {
  width: 19px;
  height: 19px;
  top: -388px;
  left: 64%;
  opacity: 0.66;
  filter: blur(4px);
  -webkit-animation: 54s flakes linear infinite;
  animation: 54s flakes linear infinite;
}

.flake:nth-child(62) {
  width: 19px;
  height: 19px;
  top: -621px;
  left: 53%;
  opacity: 0.61;
  filter: blur(4px);
  -webkit-animation: 68s flakes linear infinite;
  animation: 68s flakes linear infinite;
}

.flake:nth-child(63) {
  width: 9px;
  height: 9px;
  top: -581px;
  left: 28%;
  opacity: 0.67;
  filter: blur(3px);
  -webkit-animation: 69s flakes linear infinite;
  animation: 69s flakes linear infinite;
}

.flake:nth-child(64) {
  width: 20px;
  height: 20px;
  top: -247px;
  left: 64%;
  opacity: 0.85;
  filter: blur(4px);
  -webkit-animation: 22s flakes linear infinite;
  animation: 22s flakes linear infinite;
}

.flake:nth-child(65) {
  width: 8px;
  height: 8px;
  top: -575px;
  left: 62%;
  opacity: 0.58;
  filter: blur(3px);
  -webkit-animation: 33s flakes linear infinite;
  animation: 33s flakes linear infinite;
}

.flake:nth-child(66) {
  width: 17px;
  height: 17px;
  top: -576px;
  left: 97%;
  opacity: 0.73;
  filter: blur(3px);
  -webkit-animation: 18s flakes linear infinite;
  animation: 18s flakes linear infinite;
}

.flake:nth-child(67) {
  width: 7px;
  height: 7px;
  top: -9px;
  left: 65%;
  opacity: 0.77;
  filter: blur(4px);
  -webkit-animation: 65s flakes linear infinite;
  animation: 65s flakes linear infinite;
}

.flake:nth-child(68) {
  width: 6px;
  height: 6px;
  top: -310px;
  left: 65%;
  opacity: 0.79;
  filter: blur(4px);
  -webkit-animation: 16s flakes linear infinite;
  animation: 16s flakes linear infinite;
}

.flake:nth-child(69) {
  width: 20px;
  height: 20px;
  top: -502px;
  left: 3%;
  opacity: 0.88;
  filter: blur(3px);
  -webkit-animation: 70s flakes linear infinite;
  animation: 70s flakes linear infinite;
}

.flake:nth-child(70) {
  width: 19px;
  height: 19px;
  top: -284px;
  left: 49%;
  opacity: 0.68;
  filter: blur(3px);
  -webkit-animation: 23s flakes linear infinite;
  animation: 23s flakes linear infinite;
}

.flake:nth-child(71) {
  width: 19px;
  height: 19px;
  top: -597px;
  left: 43%;
  opacity: 0.91;
  filter: blur(3px);
  -webkit-animation: 57s flakes linear infinite;
  animation: 57s flakes linear infinite;
}

.flake:nth-child(72) {
  width: 14px;
  height: 14px;
  top: -527px;
  left: 94%;
  opacity: 0.92;
  filter: blur(3px);
  -webkit-animation: 59s flakes linear infinite;
  animation: 59s flakes linear infinite;
}

.flake:nth-child(73) {
  width: 14px;
  height: 14px;
  top: -614px;
  left: 27%;
  opacity: 0.7;
  filter: blur(4px);
  -webkit-animation: 49s flakes linear infinite;
  animation: 49s flakes linear infinite;
}

.flake:nth-child(74) {
  width: 8px;
  height: 8px;
  top: -48px;
  left: 100%;
  opacity: 0.98;
  filter: blur(3px);
  -webkit-animation: 25s flakes linear infinite;
  animation: 25s flakes linear infinite;
}

.flake:nth-child(75) {
  width: 18px;
  height: 18px;
  top: -183px;
  left: 56%;
  opacity: 0.61;
  filter: blur(4px);
  -webkit-animation: 18s flakes linear infinite;
  animation: 18s flakes linear infinite;
}

.flake:nth-child(76) {
  width: 15px;
  height: 15px;
  top: -214px;
  left: 44%;
  opacity: 0.8;
  filter: blur(3px);
  -webkit-animation: 62s flakes linear infinite;
  animation: 62s flakes linear infinite;
}

.flake:nth-child(77) {
  width: 7px;
  height: 7px;
  top: -632px;
  left: 60%;
  opacity: 0.55;
  filter: blur(4px);
  -webkit-animation: 69s flakes linear infinite;
  animation: 69s flakes linear infinite;
}

.flake:nth-child(78) {
  width: 11px;
  height: 11px;
  top: -428px;
  left: 25%;
  opacity: 0.86;
  filter: blur(4px);
  -webkit-animation: 26s flakes linear infinite;
  animation: 26s flakes linear infinite;
}

.flake:nth-child(79) {
  width: 6px;
  height: 6px;
  top: -232px;
  left: 4%;
  opacity: 0.86;
  filter: blur(3px);
  -webkit-animation: 25s flakes linear infinite;
  animation: 25s flakes linear infinite;
}

.flake:nth-child(80) {
  width: 11px;
  height: 11px;
  top: -420px;
  left: 67%;
  opacity: 1;
  filter: blur(4px);
  -webkit-animation: 52s flakes linear infinite;
  animation: 52s flakes linear infinite;
}

.flake:nth-child(81) {
  width: 9px;
  height: 9px;
  top: -10px;
  left: 5%;
  opacity: 0.67;
  filter: blur(3px);
  -webkit-animation: 42s flakes linear infinite;
  animation: 42s flakes linear infinite;
}

.flake:nth-child(82) {
  width: 7px;
  height: 7px;
  top: -186px;
  left: 83%;
  opacity: 0.89;
  filter: blur(3px);
  -webkit-animation: 18s flakes linear infinite;
  animation: 18s flakes linear infinite;
}

.flake:nth-child(83) {
  width: 12px;
  height: 12px;
  top: -661px;
  left: 8%;
  opacity: 0.57;
  filter: blur(4px);
  -webkit-animation: 37s flakes linear infinite;
  animation: 37s flakes linear infinite;
}

.flake:nth-child(84) {
  width: 20px;
  height: 20px;
  top: -229px;
  left: 47%;
  opacity: 0.7;
  filter: blur(4px);
  -webkit-animation: 37s flakes linear infinite;
  animation: 37s flakes linear infinite;
}

.flake:nth-child(85) {
  width: 18px;
  height: 18px;
  top: -690px;
  left: 58%;
  opacity: 0.7;
  filter: blur(4px);
  -webkit-animation: 23s flakes linear infinite;
  animation: 23s flakes linear infinite;
}

.flake:nth-child(86) {
  width: 15px;
  height: 15px;
  top: -115px;
  left: 73%;
  opacity: 0.92;
  filter: blur(3px);
  -webkit-animation: 58s flakes linear infinite;
  animation: 58s flakes linear infinite;
}

.flake:nth-child(87) {
  width: 13px;
  height: 13px;
  top: -529px;
  left: 53%;
  opacity: 0.79;
  filter: blur(3px);
  -webkit-animation: 29s flakes linear infinite;
  animation: 29s flakes linear infinite;
}

.flake:nth-child(88) {
  width: 10px;
  height: 10px;
  top: -348px;
  left: 44%;
  opacity: 0.77;
  filter: blur(3px);
  -webkit-animation: 56s flakes linear infinite;
  animation: 56s flakes linear infinite;
}

.flake:nth-child(89) {
  width: 10px;
  height: 10px;
  top: -170px;
  left: 58%;
  opacity: 0.77;
  filter: blur(3px);
  -webkit-animation: 27s flakes linear infinite;
  animation: 27s flakes linear infinite;
}

.flake:nth-child(90) {
  width: 19px;
  height: 19px;
  top: -36px;
  left: 65%;
  opacity: 0.75;
  filter: blur(3px);
  -webkit-animation: 31s flakes linear infinite;
  animation: 31s flakes linear infinite;
}

.flake:nth-child(91) {
  width: 9px;
  height: 9px;
  top: -141px;
  left: 78%;
  opacity: 0.56;
  filter: blur(4px);
  -webkit-animation: 19s flakes linear infinite;
  animation: 19s flakes linear infinite;
}

.flake:nth-child(92) {
  width: 6px;
  height: 6px;
  top: -463px;
  left: 93%;
  opacity: 0.57;
  filter: blur(4px);
  -webkit-animation: 57s flakes linear infinite;
  animation: 57s flakes linear infinite;
}

.flake:nth-child(93) {
  width: 14px;
  height: 14px;
  top: -132px;
  left: 65%;
  opacity: 0.95;
  filter: blur(3px);
  -webkit-animation: 47s flakes linear infinite;
  animation: 47s flakes linear infinite;
}

.flake:nth-child(94) {
  width: 17px;
  height: 17px;
  top: -224px;
  left: 82%;
  opacity: 0.69;
  filter: blur(3px);
  -webkit-animation: 23s flakes linear infinite;
  animation: 23s flakes linear infinite;
}

.flake:nth-child(95) {
  width: 13px;
  height: 13px;
  top: -257px;
  left: 79%;
  opacity: 0.56;
  filter: blur(3px);
  -webkit-animation: 51s flakes linear infinite;
  animation: 51s flakes linear infinite;
}

.flake:nth-child(96) {
  width: 18px;
  height: 18px;
  top: -531px;
  left: 42%;
  opacity: 0.92;
  filter: blur(4px);
  -webkit-animation: 48s flakes linear infinite;
  animation: 48s flakes linear infinite;
}

.flake:nth-child(97) {
  width: 8px;
  height: 8px;
  top: -571px;
  left: 2%;
  opacity: 0.94;
  filter: blur(3px);
  -webkit-animation: 23s flakes linear infinite;
  animation: 23s flakes linear infinite;
}

.flake:nth-child(98) {
  width: 15px;
  height: 15px;
  top: -225px;
  left: 50%;
  opacity: 0.53;
  filter: blur(4px);
  -webkit-animation: 49s flakes linear infinite;
  animation: 49s flakes linear infinite;
}

.flake:nth-child(99) {
  width: 7px;
  height: 7px;
  top: -652px;
  left: 50%;
  opacity: 0.54;
  filter: blur(4px);
  -webkit-animation: 29s flakes linear infinite;
  animation: 29s flakes linear infinite;
}

.flake:nth-child(100) {
  width: 16px;
  height: 16px;
  top: -622px;
  left: 97%;
  opacity: 0.98;
  filter: blur(3px);
  -webkit-animation: 60s flakes linear infinite;
  animation: 60s flakes linear infinite;
}

.flake:nth-child(101) {
  width: 15px;
  height: 15px;
  top: -667px;
  left: 93%;
  opacity: 0.82;
  filter: blur(3px);
  -webkit-animation: 49s flakes linear infinite;
  animation: 49s flakes linear infinite;
}

.flake:nth-child(102) {
  width: 7px;
  height: 7px;
  top: -128px;
  left: 63%;
  opacity: 0.69;
  filter: blur(3px);
  -webkit-animation: 28s flakes linear infinite;
  animation: 28s flakes linear infinite;
}

.flake:nth-child(103) {
  width: 9px;
  height: 9px;
  top: -241px;
  left: 24%;
  opacity: 0.76;
  filter: blur(4px);
  -webkit-animation: 32s flakes linear infinite;
  animation: 32s flakes linear infinite;
}

.flake:nth-child(104) {
  width: 9px;
  height: 9px;
  top: -75px;
  left: 39%;
  opacity: 0.91;
  filter: blur(4px);
  -webkit-animation: 32s flakes linear infinite;
  animation: 32s flakes linear infinite;
}

.flake:nth-child(105) {
  width: 15px;
  height: 15px;
  top: -103px;
  left: 33%;
  opacity: 0.59;
  filter: blur(4px);
  -webkit-animation: 51s flakes linear infinite;
  animation: 51s flakes linear infinite;
}

.flake:nth-child(106) {
  width: 17px;
  height: 17px;
  top: -124px;
  left: 83%;
  opacity: 0.51;
  filter: blur(3px);
  -webkit-animation: 61s flakes linear infinite;
  animation: 61s flakes linear infinite;
}

.flake:nth-child(107) {
  width: 10px;
  height: 10px;
  top: -595px;
  left: 44%;
  opacity: 0.87;
  filter: blur(3px);
  -webkit-animation: 40s flakes linear infinite;
  animation: 40s flakes linear infinite;
}

.flake:nth-child(108) {
  width: 7px;
  height: 7px;
  top: -117px;
  left: 56%;
  opacity: 0.7;
  filter: blur(3px);
  -webkit-animation: 48s flakes linear infinite;
  animation: 48s flakes linear infinite;
}

.flake:nth-child(109) {
  width: 20px;
  height: 20px;
  top: -600px;
  left: 83%;
  opacity: 0.7;
  filter: blur(3px);
  -webkit-animation: 16s flakes linear infinite;
  animation: 16s flakes linear infinite;
}

.flake:nth-child(110) {
  width: 18px;
  height: 18px;
  top: -38px;
  left: 53%;
  opacity: 0.86;
  filter: blur(3px);
  -webkit-animation: 45s flakes linear infinite;
  animation: 45s flakes linear infinite;
}

.flake:nth-child(111) {
  width: 14px;
  height: 14px;
  top: -302px;
  left: 51%;
  opacity: 0.8;
  filter: blur(4px);
  -webkit-animation: 27s flakes linear infinite;
  animation: 27s flakes linear infinite;
}

.flake:nth-child(112) {
  width: 19px;
  height: 19px;
  top: -606px;
  left: 77%;
  opacity: 0.63;
  filter: blur(3px);
  -webkit-animation: 35s flakes linear infinite;
  animation: 35s flakes linear infinite;
}

.flake:nth-child(113) {
  width: 20px;
  height: 20px;
  top: -316px;
  left: 22%;
  opacity: 0.52;
  filter: blur(4px);
  -webkit-animation: 56s flakes linear infinite;
  animation: 56s flakes linear infinite;
}

.flake:nth-child(114) {
  width: 13px;
  height: 13px;
  top: -509px;
  left: 36%;
  opacity: 0.68;
  filter: blur(4px);
  -webkit-animation: 40s flakes linear infinite;
  animation: 40s flakes linear infinite;
}

.flake:nth-child(115) {
  width: 20px;
  height: 20px;
  top: -328px;
  left: 47%;
  opacity: 0.78;
  filter: blur(3px);
  -webkit-animation: 21s flakes linear infinite;
  animation: 21s flakes linear infinite;
}

.flake:nth-child(116) {
  width: 7px;
  height: 7px;
  top: -121px;
  left: 87%;
  opacity: 0.67;
  filter: blur(3px);
  -webkit-animation: 45s flakes linear infinite;
  animation: 45s flakes linear infinite;
}

.flake:nth-child(117) {
  width: 8px;
  height: 8px;
  top: -97px;
  left: 29%;
  opacity: 0.76;
  filter: blur(3px);
  -webkit-animation: 22s flakes linear infinite;
  animation: 22s flakes linear infinite;
}

.flake:nth-child(118) {
  width: 19px;
  height: 19px;
  top: -105px;
  left: 35%;
  opacity: 0.83;
  filter: blur(3px);
  -webkit-animation: 26s flakes linear infinite;
  animation: 26s flakes linear infinite;
}

.flake:nth-child(119) {
  width: 19px;
  height: 19px;
  top: -85px;
  left: 65%;
  opacity: 0.82;
  filter: blur(3px);
  -webkit-animation: 40s flakes linear infinite;
  animation: 40s flakes linear infinite;
}

.flake:nth-child(120) {
  width: 18px;
  height: 18px;
  top: -157px;
  left: 58%;
  opacity: 0.86;
  filter: blur(3px);
  -webkit-animation: 40s flakes linear infinite;
  animation: 40s flakes linear infinite;
}

.flake:nth-child(121) {
  width: 12px;
  height: 12px;
  top: -341px;
  left: 35%;
  opacity: 0.96;
  filter: blur(3px);
  -webkit-animation: 66s flakes linear infinite;
  animation: 66s flakes linear infinite;
}

.flake:nth-child(122) {
  width: 20px;
  height: 20px;
  top: -540px;
  left: 31%;
  opacity: 0.85;
  filter: blur(3px);
  -webkit-animation: 47s flakes linear infinite;
  animation: 47s flakes linear infinite;
}

.flake:nth-child(123) {
  width: 7px;
  height: 7px;
  top: -410px;
  left: 26%;
  opacity: 0.62;
  filter: blur(3px);
  -webkit-animation: 52s flakes linear infinite;
  animation: 52s flakes linear infinite;
}

.flake:nth-child(124) {
  width: 9px;
  height: 9px;
  top: -656px;
  left: 49%;
  opacity: 0.99;
  filter: blur(3px);
  -webkit-animation: 27s flakes linear infinite;
  animation: 27s flakes linear infinite;
}

.flake:nth-child(125) {
  width: 15px;
  height: 15px;
  top: -490px;
  left: 25%;
  opacity: 0.66;
  filter: blur(3px);
  -webkit-animation: 66s flakes linear infinite;
  animation: 66s flakes linear infinite;
}

.flake:nth-child(126) {
  width: 9px;
  height: 9px;
  top: -432px;
  left: 76%;
  opacity: 0.76;
  filter: blur(3px);
  -webkit-animation: 19s flakes linear infinite;
  animation: 19s flakes linear infinite;
}

.flake:nth-child(127) {
  width: 8px;
  height: 8px;
  top: -205px;
  left: 29%;
  opacity: 0.6;
  filter: blur(3px);
  -webkit-animation: 45s flakes linear infinite;
  animation: 45s flakes linear infinite;
}

.flake:nth-child(128) {
  width: 8px;
  height: 8px;
  top: -233px;
  left: 58%;
  opacity: 0.92;
  filter: blur(4px);
  -webkit-animation: 20s flakes linear infinite;
  animation: 20s flakes linear infinite;
}

.flake:nth-child(129) {
  width: 18px;
  height: 18px;
  top: -367px;
  left: 5%;
  opacity: 0.65;
  filter: blur(4px);
  -webkit-animation: 26s flakes linear infinite;
  animation: 26s flakes linear infinite;
}

.flake:nth-child(130) {
  width: 19px;
  height: 19px;
  top: -573px;
  left: 15%;
  opacity: 0.54;
  filter: blur(3px);
  -webkit-animation: 38s flakes linear infinite;
  animation: 38s flakes linear infinite;
}

.flake:nth-child(131) {
  width: 15px;
  height: 15px;
  top: -434px;
  left: 57%;
  opacity: 0.76;
  filter: blur(3px);
  -webkit-animation: 28s flakes linear infinite;
  animation: 28s flakes linear infinite;
}

.flake:nth-child(132) {
  width: 9px;
  height: 9px;
  top: -363px;
  left: 40%;
  opacity: 0.8;
  filter: blur(4px);
  -webkit-animation: 23s flakes linear infinite;
  animation: 23s flakes linear infinite;
}

.flake:nth-child(133) {
  width: 11px;
  height: 11px;
  top: -95px;
  left: 58%;
  opacity: 0.83;
  filter: blur(4px);
  -webkit-animation: 38s flakes linear infinite;
  animation: 38s flakes linear infinite;
}

.flake:nth-child(134) {
  width: 13px;
  height: 13px;
  top: -352px;
  left: 40%;
  opacity: 0.98;
  filter: blur(3px);
  -webkit-animation: 43s flakes linear infinite;
  animation: 43s flakes linear infinite;
}

.flake:nth-child(135) {
  width: 6px;
  height: 6px;
  top: -698px;
  left: 6%;
  opacity: 0.74;
  filter: blur(3px);
  -webkit-animation: 20s flakes linear infinite;
  animation: 20s flakes linear infinite;
}

.flake:nth-child(136) {
  width: 19px;
  height: 19px;
  top: -578px;
  left: 59%;
  opacity: 0.52;
  filter: blur(4px);
  -webkit-animation: 64s flakes linear infinite;
  animation: 64s flakes linear infinite;
}

.flake:nth-child(137) {
  width: 12px;
  height: 12px;
  top: -313px;
  left: 41%;
  opacity: 0.89;
  filter: blur(4px);
  -webkit-animation: 44s flakes linear infinite;
  animation: 44s flakes linear infinite;
}

.flake:nth-child(138) {
  width: 12px;
  height: 12px;
  top: -454px;
  left: 31%;
  opacity: 0.77;
  filter: blur(3px);
  -webkit-animation: 24s flakes linear infinite;
  animation: 24s flakes linear infinite;
}

.flake:nth-child(139) {
  width: 20px;
  height: 20px;
  top: -565px;
  left: 50%;
  opacity: 0.97;
  filter: blur(3px);
  -webkit-animation: 47s flakes linear infinite;
  animation: 47s flakes linear infinite;
}

.flake:nth-child(140) {
  width: 15px;
  height: 15px;
  top: -532px;
  left: 95%;
  opacity: 0.97;
  filter: blur(4px);
  -webkit-animation: 19s flakes linear infinite;
  animation: 19s flakes linear infinite;
}

.flake:nth-child(141) {
  width: 9px;
  height: 9px;
  top: -199px;
  left: 30%;
  opacity: 0.81;
  filter: blur(4px);
  -webkit-animation: 24s flakes linear infinite;
  animation: 24s flakes linear infinite;
}

.flake:nth-child(142) {
  width: 19px;
  height: 19px;
  top: -687px;
  left: 6%;
  opacity: 0.63;
  filter: blur(4px);
  -webkit-animation: 30s flakes linear infinite;
  animation: 30s flakes linear infinite;
}

.flake:nth-child(143) {
  width: 16px;
  height: 16px;
  top: -224px;
  left: 67%;
  opacity: 0.54;
  filter: blur(4px);
  -webkit-animation: 24s flakes linear infinite;
  animation: 24s flakes linear infinite;
}

.flake:nth-child(144) {
  width: 11px;
  height: 11px;
  top: -521px;
  left: 33%;
  opacity: 0.56;
  filter: blur(4px);
  -webkit-animation: 26s flakes linear infinite;
  animation: 26s flakes linear infinite;
}

.flake:nth-child(145) {
  width: 12px;
  height: 12px;
  top: -161px;
  left: 99%;
  opacity: 0.66;
  filter: blur(4px);
  -webkit-animation: 61s flakes linear infinite;
  animation: 61s flakes linear infinite;
}

.flake:nth-child(146) {
  width: 8px;
  height: 8px;
  top: -228px;
  left: 20%;
  opacity: 0.51;
  filter: blur(3px);
  -webkit-animation: 56s flakes linear infinite;
  animation: 56s flakes linear infinite;
}

.flake:nth-child(147) {
  width: 18px;
  height: 18px;
  top: -572px;
  left: 48%;
  opacity: 0.67;
  filter: blur(4px);
  -webkit-animation: 27s flakes linear infinite;
  animation: 27s flakes linear infinite;
}

.flake:nth-child(148) {
  width: 6px;
  height: 6px;
  top: -528px;
  left: 75%;
  opacity: 0.8;
  filter: blur(4px);
  -webkit-animation: 61s flakes linear infinite;
  animation: 61s flakes linear infinite;
}

.flake:nth-child(149) {
  width: 20px;
  height: 20px;
  top: -161px;
  left: 49%;
  opacity: 0.96;
  filter: blur(3px);
  -webkit-animation: 26s flakes linear infinite;
  animation: 26s flakes linear infinite;
}

.flake:nth-child(150) {
  width: 10px;
  height: 10px;
  top: -637px;
  left: 46%;
  opacity: 0.84;
  filter: blur(4px);
  -webkit-animation: 25s flakes linear infinite;
  animation: 25s flakes linear infinite;
}

@-webkit-keyframes flakes {
  100% {
    transform: translateY(1000px) rotateX(34deg) rotateY(28deg);
    opacity: 0;
  }
}

@keyframes flakes {
  100% {
    transform: translateY(1000px) rotateX(34deg) rotateY(28deg);
    opacity: 0;
  }
}