@esfaenza/core 15.2.321 → 15.2.323
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3,7 +3,6 @@ import { Component, ViewEncapsulation } from "@angular/core";
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
import * as i1 from "@esfaenza/core/services";
|
|
5
5
|
import * as i2 from "@angular/router";
|
|
6
|
-
import * as i3 from "@angular/common";
|
|
7
6
|
/* N.B: Questo componente non può diventare standalone. È il punto di ingresso per il bootstrap dei moduli di Frontend, che NON si basano sui componenti standalone a meno di rare funzionalità */
|
|
8
7
|
export class AppComponent {
|
|
9
8
|
constructor(bts, _state, router) {
|
|
@@ -22,9 +21,9 @@ export class AppComponent {
|
|
|
22
21
|
}
|
|
23
22
|
}
|
|
24
23
|
AppComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AppComponent, deps: [{ token: i1.TokenService }, { token: i1.AppState }, { token: i2.Router }], target: i0.ɵɵFactoryTarget.Component });
|
|
25
|
-
AppComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AppComponent, selector: "app-root", ngImport: i0, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows; trackBy: snowTrackBy\" class=\"snow\"></div>\r\n</ng-container>\r\n<router-outlet></router-outlet>", styles: [".table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width: 0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width: 0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width: 0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width: 0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width: 0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:rgba(2,74,136,.5)}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:rgba(45,146,45,.5)}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:rgba(36,141,173,.5)}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:rgba(247,154,23,.5)}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:rgba(191,23,37,.5)}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:rgba(0,0,0,.4)}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:rgba(0,0,0,.2)}.card.overlay .card-img{border-radius:0;-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media (min-width: 1400px){.d-xxl-block{display:block!important}}@media (min-width: 576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:rgba(2,74,136,.8)!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:rgba(2,74,136,.5);border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:rgba(2,74,136,.95)!important;border-color:#024a88f2!important}.btn-success{background:rgba(45,146,45,.8);border-color:#2d922dcc}.btn-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:rgba(45,146,45,.95)!important;border-color:#2d922df2!important}.btn-info{background:rgba(36,141,173,.8);border-color:#248dadcc}.btn-info.medium-opacity{background:rgba(36,141,173,.5);border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:rgba(36,141,173,.95)!important;border-color:#248dadf2!important}.btn-warning{background:rgba(247,154,23,.8);border-color:#f79a17cc}.btn-warning.medium-opacity{background:rgba(247,154,23,.5);border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:rgba(247,154,23,.95)!important;border-color:#f79a17f2!important}.btn-danger{background:rgba(191,23,37,.8);border-color:#bf1725cc}.btn-danger.medium-opacity{background:rgba(191,23,37,.5);border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:rgba(191,23,37,.95)!important;border-color:#bf1725f2!important}.btn-dark{background:rgba(0,0,0,.8);border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:rgba(0,0,0,.5);border-color:#0000001a}.btn-dark:hover{background:black;border-color:#000}.btn-dark:active{background:rgba(0,0,0,.95)!important;border-color:#000000f2!important}.btn-main{background:rgba(36,45,58,.8);border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:rgba(36,45,58,.5);border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:rgba(36,45,58,.95)!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242D3A;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242D3A}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242D3A}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:rgba(255,255,255,.1) url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:rgba(2,74,136,.5)!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:rgba(45,146,45,.5)!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:rgba(247,154,23,.5)!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:rgba(191,23,37,.5)!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:rgba(36,45,58,.5)!important}.bg-dark{background:black!important}.bg-dark.medium-opacity{background:rgba(0,0,0,.5)!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800px){.modal-feminist{max-width:1366px}}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{transform:scaleY(-1)}.app-flip-x{transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box-600{max-height:600px;overflow-x:hidden;overflow-y:auto}.list-area{position:relative!important}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:rgba(255,50,50,.2);position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:white;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.wizard-step-container{background-color:#fff;box-shadow:#63636333 0 2px 8px;padding:10px}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:rgba(0,0,0,.5) none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:rgb(237,237,237);border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{padding-left:0;margin-top:20px}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.app-search-background{z-index:9999;margin-top:60px;padding:0;background-color:#0000004d;width:100vw;height:calc(100vh - 60px)}.app-search-result-box{height:calc(100% - 35px);overflow:hidden;margin:20px}.app-search-card{margin-top:2px;margin-bottom:10px;padding:15px;background-color:#fff;box-shadow:#06182c66 0 0 0 2px,#06182ca6 0 4px 6px -1px,#ffffff14 0 1px inset}.pull-left{float:left}.pull-right{float:right}.pace .pace-progress{background:#637CA0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#cccccc}::-webkit-scrollbar-thumb:active{background:#888888}::-webkit-scrollbar-track{background:#666666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666666}::-webkit-scrollbar-track:active{background:#333333}::-webkit-scrollbar-corner{background:transparent}.transition{transition:.3s}.widget-controls{position:absolute;z-index:1;top:0;right:0;padding:10px 20px;font-size:14px}.widget-controls a{color:#fff;margin-left:7px;line-height:1;vertical-align:top;display:inline-block}.widget-controls a i.glyphicon-resize-full{font-size:13px}.widget-controls a:hover{color:#ffffffb3}.widget-controls a.dropdown-toggle:after{display:none}.widget-controls ul.dropdown-menu{min-width:9rem;padding:0;border-radius:0}.widget-controls ul.dropdown-menu li{padding:4px;overflow:hidden}.widget-controls ul.dropdown-menu li a{color:#242d3a;font-size:13px;width:100%}.widget-controls ul.dropdown-menu li:hover{background-color:#242d3a}.widget-controls ul.dropdown-menu li:hover a{color:#fff}.card.fullscreened .card-header{line-height:35px}.card.fullscreened .card-header .widget-controls{padding:20px}.card.fullscreened .card-header .widget-controls a{margin-left:12px}.card.fullscreened .card-header .widget-controls a.setting{display:none}.card.fullscreened.card-primary{background:#024a88}.card.fullscreened.card-success{background:#2d922d}.card.fullscreened.card-info{background:#248dad}.card.fullscreened.card-warning{background:#f79a17}.card.fullscreened.card-danger{background:#bf1725}.scrolling{height:100%;overflow-y:scroll;padding-bottom:60px}.no-margin{margin:0}.bottom-15{margin-bottom:15px}.m-t-5{margin-top:5px}.m-t-15{margin-top:15px}.res-img{width:100%}.chart-outher{width:55%;margin:0 auto}.p-t-10{padding-top:10%}.o-visible{overflow:visible}.w-150{width:150px}.w-200{width:200px}@media (max-width: 543px){.chart-outher{width:100%}}@media (min-width: 544px) and (max-width: 767px){.chart-outher{width:85%}}@media (min-width: 992px) and (max-width: 1199px){.chart-outher{width:65%}}.mat-form-field-disabled .mat-form-field-wrapper{background-color:#ddd}.mat-no-border-top .mat-form-field-infix{border-top:none!important}.mat-dflt-margin,.mat-form-field-appearance-outline .mat-form-field-wrapper{margin-top:.125em!important;margin-bottom:.125em!important}.mat-form-field-wrapper{padding-bottom:0;height:35px;min-height:35px!important;margin-bottom:-7px!important}.mat-full-width{width:100%}.mat-full-height .mat-form-field-wrapper{height:100%!important}.mat-form-field-appearance-outline .mat-form-field-infix{padding-top:5px;padding-bottom:0;height:36px}.mat-form-field-appearance-outline .mat-form-field-infix select.mat-input-element{background-color:transparent;margin-bottom:-11px!important;margin-top:-2px!important;padding-top:0!important;top:0!important}.mat-form-field-appearance-outline .mat-form-field-infix input{display:inline-flex;margin-top:-8px;margin-bottom:-5px;padding-top:8px}.mat-form-field-appearance-outline .mat-form-field-suffix{height:25px!important;top:-2px!important}.mat-form-field-appearance-outline .mat-form-field-suffix .form-input-suffix{margin-right:5px!important;position:absolute!important;top:7px!important;right:4px!important}.mat-form-field-appearance-outline .mat-form-field-infix .form-input-suffix{position:relative!important;top:-4px!important}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:32px!important}.mat-form-field-label-wrapper{top:-8px}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{top:60%!important}.mat-form-field-suffix{margin-right:-10px!important}.cdk-overlay-container{z-index:99999999!important}.mat-height-fixed .mat-form-field-flex{height:38px!important}.mat-height-auto .mat-form-field-flex{height:auto!important;padding-bottom:5px!important;padding-top:5px!important;padding-right:2px!important}.mat-height-auto .mat-form-field-infix{height:auto!important}.mat-icon-button-override{width:25px!important;top:0!important;color:#000000a3!important;position:absolute!important}.mat-icon-button-override-suffix{right:-5px!important}.mat-icon-button-override-prefix{left:-5px!important}.mat-option{height:25px!important;font-size:14px!important}.ngx-mat-timepicker .mat-form-field-infix{border-top:none!important}.mat-form-field-wrapper .form-control{width:100%;border:none;padding:0;line-height:1}.mat-form-field-wrapper .form-control:focus{box-shadow:none!important}.mat-form-field-wrapper .form-control.checking-field.ng-touched{padding-right:0;background-position-y:14px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.mat-chip-list-wrapper input.mat-input-element,.mat-chip-list-wrapper .mat-standard-chip{margin:1px 4px 4px!important;padding-top:10px!important}.mat-chip-list-wrapper{margin:0!important;padding:5px!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:1.7798;transform:translate(75.9194vw,-10px) scale(.5039);animation:fall-1 15s -10s linear infinite}@keyframes fall-1{65.022%{transform:translate(66.1032vw,65.022vh) scale(.5039)}to{transform:translate(71.0113vw,99vh) scale(.5039)}}.snow:nth-child(2){opacity:.8982;transform:translate(72.7297vw,-10px) scale(.7227);animation:fall-2 16s -29s linear infinite}@keyframes fall-2{37.255%{transform:translate(79.1963vw,37.255vh) scale(.7227)}to{transform:translate(75.963vw,99vh) scale(.7227)}}.snow:nth-child(3){opacity:.4562;transform:translate(93.8402vw,-10px) scale(.231);animation:fall-3 12s -2s linear infinite}@keyframes fall-3{46.278%{transform:translate(95.3792vw,46.278vh) scale(.231)}to{transform:translate(94.6097vw,99vh) scale(.231)}}.snow:nth-child(4){opacity:.8834;transform:translate(66.7814vw,-10px) scale(.8418);animation:fall-4 25s -18s linear infinite}@keyframes fall-4{50.012%{transform:translate(67.9897vw,50.012vh) scale(.8418)}to{transform:translate(67.38555vw,99vh) scale(.8418)}}.snow:nth-child(5){opacity:.4348;transform:translate(33.1595vw,-10px) scale(.7759);animation:fall-5 18s -29s linear infinite}@keyframes fall-5{73.006%{transform:translate(41.7202vw,73.006vh) scale(.7759)}to{transform:translate(37.43985vw,99vh) scale(.7759)}}.snow:nth-child(6){opacity:.1756;transform:translate(27.5665vw,-10px) scale(.8468);animation:fall-6 29s -12s linear infinite}@keyframes fall-6{51.773%{transform:translate(24.5598vw,51.773vh) scale(.8468)}to{transform:translate(26.06315vw,99vh) scale(.8468)}}.snow:nth-child(7){opacity:.6804;transform:translate(62.0798vw,-10px) scale(.5295);animation:fall-7 13s -6s linear infinite}@keyframes fall-7{72.902%{transform:translate(71.6611vw,72.902vh) scale(.5295)}to{transform:translate(66.87045vw,99vh) scale(.5295)}}.snow:nth-child(8){opacity:.2814;transform:translate(68.6895vw,-10px) scale(.1629);animation:fall-8 11s -17s linear infinite}@keyframes fall-8{47.544%{transform:translate(67.7814vw,47.544vh) scale(.1629)}to{transform:translate(68.23545vw,99vh) scale(.1629)}}.snow:nth-child(9){opacity:1.0326;transform:translate(61.2629vw,-10px) scale(.404);animation:fall-9 11s -3s linear infinite}@keyframes fall-9{61.367%{transform:translate(66.8161vw,61.367vh) scale(.404)}to{transform:translate(64.0395vw,99vh) scale(.404)}}.snow:nth-child(10){opacity:1.1594;transform:translate(58.3709vw,-10px) scale(.4743);animation:fall-10 16s -22s linear infinite}@keyframes fall-10{31.975%{transform:translate(58.8607vw,31.975vh) scale(.4743)}to{transform:translate(58.6158vw,99vh) scale(.4743)}}.snow:nth-child(11){opacity:1.1714;transform:translate(66.0556vw,-10px) scale(.2152);animation:fall-11 22s -10s linear infinite}@keyframes fall-11{78.248%{transform:translate(71.9689vw,78.248vh) scale(.2152)}to{transform:translate(69.01225vw,99vh) scale(.2152)}}.snow:nth-child(12){opacity:1.8428;transform:translate(23.075vw,-10px) scale(.4127);animation:fall-12 29s -2s linear infinite}@keyframes fall-12{53.711%{transform:translate(19.251vw,53.711vh) scale(.4127)}to{transform:translate(21.163vw,99vh) scale(.4127)}}.snow:nth-child(13){opacity:1.804;transform:translate(71.4458vw,-10px) scale(.9551);animation:fall-13 14s -19s linear infinite}@keyframes fall-13{56.931%{transform:translate(70.3898vw,56.931vh) scale(.9551)}to{transform:translate(70.9178vw,99vh) scale(.9551)}}.snow:nth-child(14){opacity:1.8194;transform:translate(46.5074vw,-10px) scale(.8062);animation:fall-14 28s -3s linear infinite}@keyframes fall-14{79.576%{transform:translate(55.639vw,79.576vh) scale(.8062)}to{transform:translate(51.0732vw,99vh) scale(.8062)}}.snow:nth-child(15){opacity:.7244;transform:translate(38.5974vw,-10px) scale(.5154);animation:fall-15 19s -11s linear infinite}@keyframes fall-15{78.45%{transform:translate(46.5642vw,78.45vh) scale(.5154)}to{transform:translate(42.5808vw,99vh) scale(.5154)}}.snow:nth-child(16){opacity:1.9394;transform:translate(18.7131vw,-10px) scale(.4509);animation:fall-16 15s -20s linear infinite}@keyframes fall-16{32.634%{transform:translate(10.5666vw,32.634vh) scale(.4509)}to{transform:translate(14.63985vw,99vh) scale(.4509)}}.snow:nth-child(17){opacity:1.2436;transform:translate(86.5973vw,-10px) scale(.0131);animation:fall-17 16s -16s linear infinite}@keyframes fall-17{66.304%{transform:translate(86.7934vw,66.304vh) scale(.0131)}to{transform:translate(86.69535vw,99vh) scale(.0131)}}.snow:nth-child(18){opacity:.124;transform:translate(13.4464vw,-10px) scale(.4805);animation:fall-18 13s -17s linear infinite}@keyframes fall-18{62.698%{transform:translate(18.6128vw,62.698vh) scale(.4805)}to{transform:translate(16.0296vw,99vh) scale(.4805)}}.snow:nth-child(19){opacity:.0216;transform:translate(90.9873vw,-10px) scale(.3019);animation:fall-19 23s -29s linear infinite}@keyframes fall-19{61.827%{transform:translate(89.8196vw,61.827vh) scale(.3019)}to{transform:translate(90.40345vw,99vh) scale(.3019)}}.snow:nth-child(20){opacity:1.75;transform:translate(21.1518vw,-10px) scale(.3885);animation:fall-20 11s -7s linear infinite}@keyframes fall-20{67.709%{transform:translate(21.9004vw,67.709vh) scale(.3885)}to{transform:translate(21.5261vw,99vh) scale(.3885)}}.snow:nth-child(21){opacity:1.0416;transform:translate(72.8552vw,-10px) scale(.1536);animation:fall-21 22s -2s linear infinite}@keyframes fall-21{49.111%{transform:translate(80.5863vw,49.111vh) scale(.1536)}to{transform:translate(76.72075vw,99vh) scale(.1536)}}.snow:nth-child(22){opacity:.1482;transform:translate(80.1143vw,-10px) scale(.0713);animation:fall-22 30s -3s linear infinite}@keyframes fall-22{32.843%{transform:translate(77.0503vw,32.843vh) scale(.0713)}to{transform:translate(78.5823vw,99vh) scale(.0713)}}.snow:nth-child(23){opacity:.2766;transform:translate(53.6005vw,-10px) scale(.037);animation:fall-23 15s -4s linear infinite}@keyframes fall-23{33.139%{transform:translate(62.8243vw,33.139vh) scale(.037)}to{transform:translate(58.2124vw,99vh) scale(.037)}}.snow:nth-child(24){opacity:1.0066;transform:translate(21.4026vw,-10px) scale(.1211);animation:fall-24 15s -23s linear infinite}@keyframes fall-24{42.755%{transform:translate(15.8564vw,42.755vh) scale(.1211)}to{transform:translate(18.6295vw,99vh) scale(.1211)}}.snow:nth-child(25){opacity:.4072;transform:translate(97.037vw,-10px) scale(.5699);animation:fall-25 16s -28s linear infinite}@keyframes fall-25{64.91%{transform:translate(95.6501vw,64.91vh) scale(.5699)}to{transform:translate(96.34355vw,99vh) scale(.5699)}}.snow:nth-child(26){opacity:.684;transform:translate(29.4938vw,-10px) scale(.219);animation:fall-26 28s -16s linear infinite}@keyframes fall-26{72.083%{transform:translate(27.9468vw,72.083vh) scale(.219)}to{transform:translate(28.7203vw,99vh) scale(.219)}}.snow:nth-child(27){opacity:.7464;transform:translate(93.1736vw,-10px) scale(.8495);animation:fall-27 23s -29s linear infinite}@keyframes fall-27{76.572%{transform:translate(95.6386vw,76.572vh) scale(.8495)}to{transform:translate(94.4061vw,99vh) scale(.8495)}}.snow:nth-child(28){opacity:1.9838;transform:translate(57.6234vw,-10px) scale(.1526);animation:fall-28 17s -17s linear infinite}@keyframes fall-28{48.498%{transform:translate(51.8403vw,48.498vh) scale(.1526)}to{transform:translate(54.73185vw,99vh) scale(.1526)}}.snow:nth-child(29){opacity:.52;transform:translate(96.0126vw,-10px) scale(.2818);animation:fall-29 19s -18s linear infinite}@keyframes fall-29{47.057%{transform:translate(98.7609vw,47.057vh) scale(.2818)}to{transform:translate(97.38675vw,99vh) scale(.2818)}}.snow:nth-child(30){opacity:1.3936;transform:translate(37.0454vw,-10px) scale(.4578);animation:fall-30 17s -9s linear infinite}@keyframes fall-30{56.422%{transform:translate(42.3058vw,56.422vh) scale(.4578)}to{transform:translate(39.6756vw,99vh) scale(.4578)}}.snow:nth-child(31){opacity:.5014;transform:translate(81.7744vw,-10px) scale(.9454);animation:fall-31 22s -24s linear infinite}@keyframes fall-31{64.91%{transform:translate(79.5253vw,64.91vh) scale(.9454)}to{transform:translate(80.64985vw,99vh) scale(.9454)}}.snow:nth-child(32){opacity:.2336;transform:translate(44.8895vw,-10px) scale(.4949);animation:fall-32 18s -1s linear infinite}@keyframes fall-32{61.826%{transform:translate(51.2403vw,61.826vh) scale(.4949)}to{transform:translate(48.0649vw,99vh) scale(.4949)}}.snow:nth-child(33){opacity:.8512;transform:translate(17.3032vw,-10px) scale(.4516);animation:fall-33 23s -2s linear infinite}@keyframes fall-33{63.009%{transform:translate(8.7987vw,63.009vh) scale(.4516)}to{transform:translate(13.05095vw,99vh) scale(.4516)}}.snow:nth-child(34){opacity:1.6266;transform:translate(75.9888vw,-10px) scale(.5809);animation:fall-34 12s -20s linear infinite}@keyframes fall-34{43.159%{transform:translate(70.0827vw,43.159vh) scale(.5809)}to{transform:translate(73.03575vw,99vh) scale(.5809)}}.snow:nth-child(35){opacity:.6334;transform:translate(45.1543vw,-10px) scale(.4796);animation:fall-35 17s -19s linear infinite}@keyframes fall-35{79.974%{transform:translate(53.8505vw,79.974vh) scale(.4796)}to{transform:translate(49.5024vw,99vh) scale(.4796)}}.snow:nth-child(36){opacity:1.2764;transform:translate(74.8839vw,-10px) scale(.6935);animation:fall-36 15s -5s linear infinite}@keyframes fall-36{69.115%{transform:translate(82.4513vw,69.115vh) scale(.6935)}to{transform:translate(78.6676vw,99vh) scale(.6935)}}.snow:nth-child(37){opacity:.124;transform:translate(2.6946vw,-10px) scale(.5358);animation:fall-37 17s -25s linear infinite}@keyframes fall-37{59.367%{transform:translate(-4.2701vw,59.367vh) scale(.5358)}to{transform:translate(-.78775vw,99vh) scale(.5358)}}.snow:nth-child(38){opacity:1.4402;transform:translate(79.6611vw,-10px) scale(.415);animation:fall-38 27s -3s linear infinite}@keyframes fall-38{66.934%{transform:translate(80.1208vw,66.934vh) scale(.415)}to{transform:translate(79.89095vw,99vh) scale(.415)}}.snow:nth-child(39){opacity:1.5744;transform:translate(18.0275vw,-10px) scale(.0453);animation:fall-39 11s -16s linear infinite}@keyframes fall-39{71.618%{transform:translate(19.1693vw,71.618vh) scale(.0453)}to{transform:translate(18.5984vw,99vh) scale(.0453)}}.snow:nth-child(40){opacity:1.828;transform:translate(93.4356vw,-10px) scale(.2522);animation:fall-40 23s -17s linear infinite}@keyframes fall-40{73.241%{transform:translate(92.7482vw,73.241vh) scale(.2522)}to{transform:translate(93.0919vw,99vh) scale(.2522)}}.snow:nth-child(41){opacity:1.927;transform:translate(69.2859vw,-10px) scale(.0173);animation:fall-41 15s -21s linear infinite}@keyframes fall-41{34.975%{transform:translate(73.2056vw,34.975vh) scale(.0173)}to{transform:translate(71.24575vw,99vh) scale(.0173)}}.snow:nth-child(42){opacity:1.502;transform:translate(34.9588vw,-10px) scale(.7304);animation:fall-42 13s -14s linear infinite}@keyframes fall-42{76.849%{transform:translate(35.6942vw,76.849vh) scale(.7304)}to{transform:translate(35.3265vw,99vh) scale(.7304)}}.snow:nth-child(43){opacity:1.0486;transform:translate(87.0604vw,-10px) scale(.8697);animation:fall-43 12s -5s linear infinite}@keyframes fall-43{37.177%{transform:translate(88.1849vw,37.177vh) scale(.8697)}to{transform:translate(87.62265vw,99vh) scale(.8697)}}.snow:nth-child(44){opacity:.3302;transform:translate(35.2158vw,-10px) scale(.9961);animation:fall-44 16s -30s linear infinite}@keyframes fall-44{73.232%{transform:translate(28.3738vw,73.232vh) scale(.9961)}to{transform:translate(31.7948vw,99vh) scale(.9961)}}.snow:nth-child(45){opacity:1.0598;transform:translate(5.725vw,-10px) scale(.0183);animation:fall-45 19s -3s linear infinite}@keyframes fall-45{32.637%{transform:translate(11.6177vw,32.637vh) scale(.0183)}to{transform:translate(8.67135vw,99vh) scale(.0183)}}.snow:nth-child(46){opacity:1.7828;transform:translate(71.9351vw,-10px) scale(.3063);animation:fall-46 30s -13s linear infinite}@keyframes fall-46{39.52%{transform:translate(77.6594vw,39.52vh) scale(.3063)}to{transform:translate(74.79725vw,99vh) scale(.3063)}}.snow:nth-child(47){opacity:1.4684;transform:translate(70.6906vw,-10px) scale(.853);animation:fall-47 12s -30s linear infinite}@keyframes fall-47{43.324%{transform:translate(80.3829vw,43.324vh) scale(.853)}to{transform:translate(75.53675vw,99vh) scale(.853)}}.snow:nth-child(48){opacity:1.6766;transform:translate(76.3626vw,-10px) scale(.9984);animation:fall-48 24s -4s linear infinite}@keyframes fall-48{40.05%{transform:translate(74.6141vw,40.05vh) scale(.9984)}to{transform:translate(75.48835vw,99vh) scale(.9984)}}.snow:nth-child(49){opacity:.8822;transform:translate(68.7762vw,-10px) scale(.343);animation:fall-49 10s -16s linear infinite}@keyframes fall-49{39.736%{transform:translate(59.0128vw,39.736vh) scale(.343)}to{transform:translate(63.8945vw,99vh) scale(.343)}}.snow:nth-child(50){opacity:.1756;transform:translate(82.4429vw,-10px) scale(.0094);animation:fall-50 10s -18s linear infinite}@keyframes fall-50{47.206%{transform:translate(89.4268vw,47.206vh) scale(.0094)}to{transform:translate(85.93485vw,99vh) scale(.0094)}}.snow:nth-child(51){opacity:1.1984;transform:translate(97.9748vw,-10px) scale(.0271);animation:fall-51 30s -8s linear infinite}@keyframes fall-51{40.461%{transform:translate(107.6123vw,40.461vh) scale(.0271)}to{transform:translate(102.79355vw,99vh) scale(.0271)}}.snow:nth-child(52){opacity:1.626;transform:translate(83.9418vw,-10px) scale(.3738);animation:fall-52 14s -5s linear infinite}@keyframes fall-52{69.57%{transform:translate(93.3229vw,69.57vh) scale(.3738)}to{transform:translate(88.63235vw,99vh) scale(.3738)}}.snow:nth-child(53){opacity:.0106;transform:translate(52.1522vw,-10px) scale(.096);animation:fall-53 22s -2s linear infinite}@keyframes fall-53{69.164%{transform:translate(42.9912vw,69.164vh) scale(.096)}to{transform:translate(47.5717vw,99vh) scale(.096)}}.snow:nth-child(54){opacity:.036;transform:translate(20.1328vw,-10px) scale(.9129);animation:fall-54 15s -23s linear infinite}@keyframes fall-54{35.843%{transform:translate(13.0984vw,35.843vh) scale(.9129)}to{transform:translate(16.6156vw,99vh) scale(.9129)}}.snow:nth-child(55){opacity:1.8798;transform:translate(57.3711vw,-10px) scale(.6699);animation:fall-55 18s -19s linear infinite}@keyframes fall-55{54.292%{transform:translate(65.1086vw,54.292vh) scale(.6699)}to{transform:translate(61.23985vw,99vh) scale(.6699)}}.snow:nth-child(56){opacity:1.433;transform:translate(57.3854vw,-10px) scale(.1873);animation:fall-56 13s -27s linear infinite}@keyframes fall-56{32.166%{transform:translate(61.1492vw,32.166vh) scale(.1873)}to{transform:translate(59.2673vw,99vh) scale(.1873)}}.snow:nth-child(57){opacity:1.6272;transform:translate(65.2008vw,-10px) scale(.2652);animation:fall-57 16s -8s linear infinite}@keyframes fall-57{31.282%{transform:translate(75.0169vw,31.282vh) scale(.2652)}to{transform:translate(70.10885vw,99vh) scale(.2652)}}.snow:nth-child(58){opacity:1.4124;transform:translate(97.8155vw,-10px) scale(.5881);animation:fall-58 18s -23s linear infinite}@keyframes fall-58{46.194%{transform:translate(97.7875vw,46.194vh) scale(.5881)}to{transform:translate(97.8015vw,99vh) scale(.5881)}}.snow:nth-child(59){opacity:.0794;transform:translate(46.8966vw,-10px) scale(.7418);animation:fall-59 12s -14s linear infinite}@keyframes fall-59{40.318%{transform:translate(48.4837vw,40.318vh) scale(.7418)}to{transform:translate(47.69015vw,99vh) scale(.7418)}}.snow:nth-child(60){opacity:1.2328;transform:translate(36.7538vw,-10px) scale(.3631);animation:fall-60 19s -24s linear infinite}@keyframes fall-60{34.582%{transform:translate(39.3699vw,34.582vh) scale(.3631)}to{transform:translate(38.06185vw,99vh) scale(.3631)}}.snow:nth-child(61){opacity:1.2576;transform:translate(80.7547vw,-10px) scale(.8922);animation:fall-61 10s -6s linear infinite}@keyframes fall-61{53.665%{transform:translate(74.0964vw,53.665vh) scale(.8922)}to{transform:translate(77.42555vw,99vh) scale(.8922)}}.snow:nth-child(62){opacity:.0274;transform:translate(44.5569vw,-10px) scale(.3046);animation:fall-62 16s -17s linear infinite}@keyframes fall-62{36.649%{transform:translate(46.5162vw,36.649vh) scale(.3046)}to{transform:translate(45.53655vw,99vh) scale(.3046)}}.snow:nth-child(63){opacity:1.5334;transform:translate(46.5596vw,-10px) scale(.2588);animation:fall-63 15s -7s linear infinite}@keyframes fall-63{76.686%{transform:translate(37.7802vw,76.686vh) scale(.2588)}to{transform:translate(42.1699vw,99vh) scale(.2588)}}.snow:nth-child(64){opacity:.3998;transform:translate(35.5191vw,-10px) scale(.5273);animation:fall-64 12s -20s linear infinite}@keyframes fall-64{61.733%{transform:translate(39.5996vw,61.733vh) scale(.5273)}to{transform:translate(37.55935vw,99vh) scale(.5273)}}.snow:nth-child(65){opacity:.972;transform:translate(52.5526vw,-10px) scale(.3243);animation:fall-65 27s -23s linear infinite}@keyframes fall-65{54.924%{transform:translate(60.788vw,54.924vh) scale(.3243)}to{transform:translate(56.6703vw,99vh) scale(.3243)}}.snow:nth-child(66){opacity:1.1934;transform:translate(50.1201vw,-10px) scale(.7694);animation:fall-66 21s -8s linear infinite}@keyframes fall-66{35.163%{transform:translate(52.0496vw,35.163vh) scale(.7694)}to{transform:translate(51.08485vw,99vh) scale(.7694)}}.snow:nth-child(67){opacity:.9422;transform:translate(81.7475vw,-10px) scale(.1293);animation:fall-67 13s -18s linear infinite}@keyframes fall-67{44.527%{transform:translate(72.569vw,44.527vh) scale(.1293)}to{transform:translate(77.15825vw,99vh) scale(.1293)}}.snow:nth-child(68){opacity:.9272;transform:translate(80.7575vw,-10px) scale(.156);animation:fall-68 22s -1s linear infinite}@keyframes fall-68{57.672%{transform:translate(84.7031vw,57.672vh) scale(.156)}to{transform:translate(82.7303vw,99vh) scale(.156)}}.snow:nth-child(69){opacity:.4076;transform:translate(13.5114vw,-10px) scale(.6564);animation:fall-69 14s -1s linear infinite}@keyframes fall-69{30.984%{transform:translate(14.3238vw,30.984vh) scale(.6564)}to{transform:translate(13.9176vw,99vh) scale(.6564)}}.snow:nth-child(70){opacity:1.429;transform:translate(40.8308vw,-10px) scale(.4015);animation:fall-70 12s -15s linear infinite}@keyframes fall-70{58.6%{transform:translate(46.5618vw,58.6vh) scale(.4015)}to{transform:translate(43.6963vw,99vh) scale(.4015)}}.snow:nth-child(71){opacity:1.0056;transform:translate(41.5655vw,-10px) scale(.0942);animation:fall-71 17s -9s linear infinite}@keyframes fall-71{41.254%{transform:translate(51.4718vw,41.254vh) scale(.0942)}to{transform:translate(46.51865vw,99vh) scale(.0942)}}.snow:nth-child(72){opacity:.629;transform:translate(21.3156vw,-10px) scale(.7959);animation:fall-72 22s -28s linear infinite}@keyframes fall-72{72.509%{transform:translate(13.1364vw,72.509vh) scale(.7959)}to{transform:translate(17.226vw,99vh) scale(.7959)}}.snow:nth-child(73){opacity:.4096;transform:translate(12.1169vw,-10px) scale(.5184);animation:fall-73 10s -13s linear infinite}@keyframes fall-73{56.966%{transform:translate(9.1816vw,56.966vh) scale(.5184)}to{transform:translate(10.64925vw,99vh) scale(.5184)}}.snow:nth-child(74){opacity:1.4458;transform:translate(3.5187vw,-10px) scale(.2104);animation:fall-74 25s -1s linear infinite}@keyframes fall-74{79.338%{transform:translate(-1.6517vw,79.338vh) scale(.2104)}to{transform:translate(.9335vw,99vh) scale(.2104)}}.snow:nth-child(75){opacity:.063;transform:translate(81.9107vw,-10px) scale(.6856);animation:fall-75 27s -28s linear infinite}@keyframes fall-75{32.315%{transform:translate(83.6249vw,32.315vh) scale(.6856)}to{transform:translate(82.7678vw,99vh) scale(.6856)}}.snow:nth-child(76){opacity:.3412;transform:translate(73.8926vw,-10px) scale(.8116);animation:fall-76 14s -24s linear infinite}@keyframes fall-76{42.782%{transform:translate(82.8003vw,42.782vh) scale(.8116)}to{transform:translate(78.34645vw,99vh) scale(.8116)}}.snow:nth-child(77){opacity:1.2066;transform:translate(86.5126vw,-10px) scale(.0176);animation:fall-77 27s -2s linear infinite}@keyframes fall-77{31.136%{transform:translate(77.5724vw,31.136vh) scale(.0176)}to{transform:translate(82.0425vw,99vh) scale(.0176)}}.snow:nth-child(78){opacity:.1928;transform:translate(51.6523vw,-10px) scale(.7189);animation:fall-78 19s -16s linear infinite}@keyframes fall-78{71.294%{transform:translate(42.3921vw,71.294vh) scale(.7189)}to{transform:translate(47.0222vw,99vh) scale(.7189)}}.snow:nth-child(79){opacity:.8538;transform:translate(28.1989vw,-10px) scale(.3791);animation:fall-79 14s -7s linear infinite}@keyframes fall-79{53.05%{transform:translate(24.029vw,53.05vh) scale(.3791)}to{transform:translate(26.11395vw,99vh) scale(.3791)}}.snow:nth-child(80){opacity:1.45;transform:translate(11.7585vw,-10px) scale(.7265);animation:fall-80 29s -28s linear infinite}@keyframes fall-80{35.028%{transform:translate(13.6038vw,35.028vh) scale(.7265)}to{transform:translate(12.68115vw,99vh) scale(.7265)}}.snow:nth-child(81){opacity:1.1156;transform:translate(47.9169vw,-10px) scale(.504);animation:fall-81 10s -9s linear infinite}@keyframes fall-81{38.469%{transform:translate(51.3754vw,38.469vh) scale(.504)}to{transform:translate(49.64615vw,99vh) scale(.504)}}.snow:nth-child(82){opacity:.4512;transform:translate(51.2318vw,-10px) scale(.9543);animation:fall-82 18s -21s linear infinite}@keyframes fall-82{30.305%{transform:translate(58.7818vw,30.305vh) scale(.9543)}to{transform:translate(55.0068vw,99vh) scale(.9543)}}.snow:nth-child(83){opacity:1.7132;transform:translate(8.6532vw,-10px) scale(.7923);animation:fall-83 13s -9s linear infinite}@keyframes fall-83{72.901%{transform:translate(10.0091vw,72.901vh) scale(.7923)}to{transform:translate(9.33115vw,99vh) scale(.7923)}}.snow:nth-child(84){opacity:.1902;transform:translate(20.9192vw,-10px) scale(.4036);animation:fall-84 22s -3s linear infinite}@keyframes fall-84{42.897%{transform:translate(14.639vw,42.897vh) scale(.4036)}to{transform:translate(17.7791vw,99vh) scale(.4036)}}.snow:nth-child(85){opacity:.5116;transform:translate(11.6767vw,-10px) scale(.0909);animation:fall-85 16s -9s linear infinite}@keyframes fall-85{75.588%{transform:translate(20.9265vw,75.588vh) scale(.0909)}to{transform:translate(16.3016vw,99vh) scale(.0909)}}.snow:nth-child(86){opacity:1.488;transform:translate(95.8302vw,-10px) scale(.3119);animation:fall-86 26s -17s linear infinite}@keyframes fall-86{64.887%{transform:translate(103.4587vw,64.887vh) scale(.3119)}to{transform:translate(99.64445vw,99vh) scale(.3119)}}.snow:nth-child(87){opacity:.5364;transform:translate(83.5973vw,-10px) scale(.5505);animation:fall-87 29s -27s linear infinite}@keyframes fall-87{63.875%{transform:translate(83.7232vw,63.875vh) scale(.5505)}to{transform:translate(83.66025vw,99vh) scale(.5505)}}.snow:nth-child(88){opacity:1.2552;transform:translate(63.9913vw,-10px) scale(.895);animation:fall-88 10s -4s linear infinite}@keyframes fall-88{30.77%{transform:translate(73.1256vw,30.77vh) scale(.895)}to{transform:translate(68.55845vw,99vh) scale(.895)}}.snow:nth-child(89){opacity:1.744;transform:translate(6.4912vw,-10px) scale(.7072);animation:fall-89 18s -6s linear infinite}@keyframes fall-89{64.49%{transform:translate(3.9026vw,64.49vh) scale(.7072)}to{transform:translate(5.1969vw,99vh) scale(.7072)}}.snow:nth-child(90){opacity:.453;transform:translate(58.4797vw,-10px) scale(.8197);animation:fall-90 22s -24s linear infinite}@keyframes fall-90{61.249%{transform:translate(65.5885vw,61.249vh) scale(.8197)}to{transform:translate(62.0341vw,99vh) scale(.8197)}}.snow:nth-child(91){opacity:1.4074;transform:translate(35.0772vw,-10px) scale(.3683);animation:fall-91 12s -9s linear infinite}@keyframes fall-91{36.629%{transform:translate(43.9207vw,36.629vh) scale(.3683)}to{transform:translate(39.49895vw,99vh) scale(.3683)}}.snow:nth-child(92){opacity:.218;transform:translate(1.775vw,-10px) scale(.986);animation:fall-92 24s -10s linear infinite}@keyframes fall-92{43.271%{transform:translate(4.8447vw,43.271vh) scale(.986)}to{transform:translate(3.30985vw,99vh) scale(.986)}}.snow:nth-child(93){opacity:1.2902;transform:translate(1.4712vw,-10px) scale(.8015);animation:fall-93 30s -26s linear infinite}@keyframes fall-93{69.957%{transform:translate(-.9211vw,69.957vh) scale(.8015)}to{transform:translate(.27505vw,99vh) scale(.8015)}}.snow:nth-child(94){opacity:.5832;transform:translate(83.7199vw,-10px) scale(.1205);animation:fall-94 13s -21s linear infinite}@keyframes fall-94{78.917%{transform:translate(79.4591vw,78.917vh) scale(.1205)}to{transform:translate(81.5895vw,99vh) scale(.1205)}}.snow:nth-child(95){opacity:1.4118;transform:translate(50.6386vw,-10px) scale(.3436);animation:fall-95 15s -19s linear infinite}@keyframes fall-95{33.335%{transform:translate(52.1483vw,33.335vh) scale(.3436)}to{transform:translate(51.39345vw,99vh) scale(.3436)}}.snow:nth-child(96){opacity:1.6468;transform:translate(20.6165vw,-10px) scale(.1259);animation:fall-96 21s -19s linear infinite}@keyframes fall-96{53.586%{transform:translate(13.4048vw,53.586vh) scale(.1259)}to{transform:translate(17.01065vw,99vh) scale(.1259)}}.snow:nth-child(97){opacity:.4538;transform:translate(29.0699vw,-10px) scale(.0455);animation:fall-97 10s -8s linear infinite}@keyframes fall-97{71.197%{transform:translate(20.4201vw,71.197vh) scale(.0455)}to{transform:translate(24.745vw,99vh) scale(.0455)}}.snow:nth-child(98){opacity:.4434;transform:translate(51.4801vw,-10px) scale(.6109);animation:fall-98 17s -14s linear infinite}@keyframes fall-98{60.477%{transform:translate(42.1846vw,60.477vh) scale(.6109)}to{transform:translate(46.83235vw,99vh) scale(.6109)}}.snow:nth-child(99){opacity:.69;transform:translate(36.1336vw,-10px) scale(.2493);animation:fall-99 17s -27s linear infinite}@keyframes fall-99{44.718%{transform:translate(41.7972vw,44.718vh) scale(.2493)}to{transform:translate(38.9654vw,99vh) scale(.2493)}}.snow:nth-child(100){opacity:.7694;transform:translate(4.6795vw,-10px) scale(.928);animation:fall-100 24s -14s linear infinite}@keyframes fall-100{68.113%{transform:translate(14.0519vw,68.113vh) scale(.928)}to{transform:translate(9.3657vw,99vh) scale(.928)}}.snow:nth-child(101){opacity:1.5418;transform:translate(71.1908vw,-10px) scale(.1406);animation:fall-101 18s -25s linear infinite}@keyframes fall-101{62.287%{transform:translate(62.3308vw,62.287vh) scale(.1406)}to{transform:translate(66.7608vw,99vh) scale(.1406)}}.snow:nth-child(102){opacity:.3088;transform:translate(97.1871vw,-10px) scale(.0313);animation:fall-102 15s -6s linear infinite}@keyframes fall-102{65.849%{transform:translate(103.1163vw,65.849vh) scale(.0313)}to{transform:translate(100.1517vw,99vh) scale(.0313)}}.snow:nth-child(103){opacity:.3608;transform:translate(16.9486vw,-10px) scale(.4858);animation:fall-103 26s -15s linear infinite}@keyframes fall-103{73.387%{transform:translate(8.158vw,73.387vh) scale(.4858)}to{transform:translate(12.5533vw,99vh) scale(.4858)}}.snow:nth-child(104){opacity:1.892;transform:translate(51.6615vw,-10px) scale(.3042);animation:fall-104 17s -11s linear infinite}@keyframes fall-104{61.772%{transform:translate(55.1875vw,61.772vh) scale(.3042)}to{transform:translate(53.4245vw,99vh) scale(.3042)}}.snow:nth-child(105){opacity:.1586;transform:translate(9.8662vw,-10px) scale(.1633);animation:fall-105 28s -5s linear infinite}@keyframes fall-105{72.779%{transform:translate(14.8163vw,72.779vh) scale(.1633)}to{transform:translate(12.34125vw,99vh) scale(.1633)}}.snow:nth-child(106){opacity:1.9982;transform:translate(13.8544vw,-10px) scale(.821);animation:fall-106 20s -27s linear infinite}@keyframes fall-106{53.279%{transform:translate(5.7193vw,53.279vh) scale(.821)}to{transform:translate(9.78685vw,99vh) scale(.821)}}.snow:nth-child(107){opacity:.4804;transform:translate(90.1631vw,-10px) scale(.4288);animation:fall-107 18s -10s linear infinite}@keyframes fall-107{37.995%{transform:translate(91.7578vw,37.995vh) scale(.4288)}to{transform:translate(90.96045vw,99vh) scale(.4288)}}.snow:nth-child(108){opacity:.3328;transform:translate(32.7417vw,-10px) scale(.0343);animation:fall-108 30s -15s linear infinite}@keyframes fall-108{56.77%{transform:translate(27.1836vw,56.77vh) scale(.0343)}to{transform:translate(29.96265vw,99vh) scale(.0343)}}.snow:nth-child(109){opacity:.3672;transform:translate(94.1145vw,-10px) scale(.0327);animation:fall-109 16s -10s linear infinite}@keyframes fall-109{74.601%{transform:translate(103.8573vw,74.601vh) scale(.0327)}to{transform:translate(98.9859vw,99vh) scale(.0327)}}.snow:nth-child(110){opacity:.9824;transform:translate(52.409vw,-10px) scale(.6217);animation:fall-110 10s -22s linear infinite}@keyframes fall-110{74.746%{transform:translate(52.4296vw,74.746vh) scale(.6217)}to{transform:translate(52.4193vw,99vh) scale(.6217)}}.snow:nth-child(111){opacity:.5406;transform:translate(54.3031vw,-10px) scale(.823);animation:fall-111 30s -8s linear infinite}@keyframes fall-111{64.265%{transform:translate(53.8845vw,64.265vh) scale(.823)}to{transform:translate(54.0938vw,99vh) scale(.823)}}.snow:nth-child(112){opacity:.6432;transform:translate(75.5278vw,-10px) scale(.2912);animation:fall-112 28s -16s linear infinite}@keyframes fall-112{55.553%{transform:translate(65.9158vw,55.553vh) scale(.2912)}to{transform:translate(70.7218vw,99vh) scale(.2912)}}.snow:nth-child(113){opacity:.4306;transform:translate(35.5002vw,-10px) scale(.0068);animation:fall-113 20s -3s linear infinite}@keyframes fall-113{49.945%{transform:translate(41.5281vw,49.945vh) scale(.0068)}to{transform:translate(38.51415vw,99vh) scale(.0068)}}.snow:nth-child(114){opacity:.2504;transform:translate(14.691vw,-10px) scale(.1026);animation:fall-114 20s -12s linear infinite}@keyframes fall-114{67.312%{transform:translate(8.0004vw,67.312vh) scale(.1026)}to{transform:translate(11.3457vw,99vh) scale(.1026)}}.snow:nth-child(115){opacity:.462;transform:translate(89.6721vw,-10px) scale(.6564);animation:fall-115 18s -5s linear infinite}@keyframes fall-115{42.966%{transform:translate(94.5965vw,42.966vh) scale(.6564)}to{transform:translate(92.1343vw,99vh) scale(.6564)}}.snow:nth-child(116){opacity:.4938;transform:translate(77.8714vw,-10px) scale(.737);animation:fall-116 24s -21s linear infinite}@keyframes fall-116{53.444%{transform:translate(68.0755vw,53.444vh) scale(.737)}to{transform:translate(72.97345vw,99vh) scale(.737)}}.snow:nth-child(117){opacity:1.9738;transform:translate(80.2144vw,-10px) scale(.7773);animation:fall-117 15s -11s linear infinite}@keyframes fall-117{52.178%{transform:translate(75.5409vw,52.178vh) scale(.7773)}to{transform:translate(77.87765vw,99vh) scale(.7773)}}.snow:nth-child(118){opacity:1.9922;transform:translate(5.9093vw,-10px) scale(.0377);animation:fall-118 25s -27s linear infinite}@keyframes fall-118{41.841%{transform:translate(5.6316vw,41.841vh) scale(.0377)}to{transform:translate(5.77045vw,99vh) scale(.0377)}}.snow:nth-child(119){opacity:1.7418;transform:translate(74.5154vw,-10px) scale(.3833);animation:fall-119 22s -6s linear infinite}@keyframes fall-119{70.236%{transform:translate(66.8443vw,70.236vh) scale(.3833)}to{transform:translate(70.67985vw,99vh) scale(.3833)}}.snow:nth-child(120){opacity:1.4188;transform:translate(55.9436vw,-10px) scale(.9545);animation:fall-120 23s -6s linear infinite}@keyframes fall-120{51.718%{transform:translate(61.06vw,51.718vh) scale(.9545)}to{transform:translate(58.5018vw,99vh) scale(.9545)}}.snow:nth-child(121){opacity:1.5462;transform:translate(24.6097vw,-10px) scale(.2396);animation:fall-121 13s -26s linear infinite}@keyframes fall-121{69.166%{transform:translate(31.5957vw,69.166vh) scale(.2396)}to{transform:translate(28.1027vw,99vh) scale(.2396)}}.snow:nth-child(122){opacity:.7276;transform:translate(5.9537vw,-10px) scale(.6943);animation:fall-122 12s -27s linear infinite}@keyframes fall-122{57.043%{transform:translate(9.8574vw,57.043vh) scale(.6943)}to{transform:translate(7.90555vw,99vh) scale(.6943)}}.snow:nth-child(123){opacity:.4716;transform:translate(59.0089vw,-10px) scale(.3956);animation:fall-123 26s -17s linear infinite}@keyframes fall-123{48.89%{transform:translate(63.3363vw,48.89vh) scale(.3956)}to{transform:translate(61.1726vw,99vh) scale(.3956)}}.snow:nth-child(124){opacity:1.8744;transform:translate(83.8004vw,-10px) scale(.4739);animation:fall-124 27s -2s linear infinite}@keyframes fall-124{69.295%{transform:translate(81.1718vw,69.295vh) scale(.4739)}to{transform:translate(82.4861vw,99vh) scale(.4739)}}.snow:nth-child(125){opacity:1.7706;transform:translate(8.8837vw,-10px) scale(.3716);animation:fall-125 15s -2s linear infinite}@keyframes fall-125{58.829%{transform:translate(16.453vw,58.829vh) scale(.3716)}to{transform:translate(12.66835vw,99vh) scale(.3716)}}.snow:nth-child(126){opacity:.6778;transform:translate(10.8736vw,-10px) scale(.9245);animation:fall-126 20s -6s linear infinite}@keyframes fall-126{77.847%{transform:translate(6.9317vw,77.847vh) scale(.9245)}to{transform:translate(8.90265vw,99vh) scale(.9245)}}.snow:nth-child(127){opacity:.943;transform:translate(25.4499vw,-10px) scale(.1888);animation:fall-127 20s -26s linear infinite}@keyframes fall-127{45.383%{transform:translate(19.2538vw,45.383vh) scale(.1888)}to{transform:translate(22.35185vw,99vh) scale(.1888)}}.snow:nth-child(128){opacity:1.6714;transform:translate(77.1126vw,-10px) scale(.7376);animation:fall-128 25s -30s linear infinite}@keyframes fall-128{73.31%{transform:translate(80.0228vw,73.31vh) scale(.7376)}to{transform:translate(78.5677vw,99vh) scale(.7376)}}.snow:nth-child(129){opacity:1.657;transform:translate(44.9277vw,-10px) scale(.7416);animation:fall-129 30s -18s linear infinite}@keyframes fall-129{37.951%{transform:translate(41.9984vw,37.951vh) scale(.7416)}to{transform:translate(43.46305vw,99vh) scale(.7416)}}.snow:nth-child(130){opacity:.9706;transform:translate(1.6547vw,-10px) scale(.1367);animation:fall-130 30s -3s linear infinite}@keyframes fall-130{49.898%{transform:translate(7.8478vw,49.898vh) scale(.1367)}to{transform:translate(4.75125vw,99vh) scale(.1367)}}.snow:nth-child(131){opacity:1.7288;transform:translate(77.5045vw,-10px) scale(.5104);animation:fall-131 25s -22s linear infinite}@keyframes fall-131{52.789%{transform:translate(81.5186vw,52.789vh) scale(.5104)}to{transform:translate(79.51155vw,99vh) scale(.5104)}}.snow:nth-child(132){opacity:1.0218;transform:translate(78.0482vw,-10px) scale(.7493);animation:fall-132 15s -4s linear infinite}@keyframes fall-132{37.445%{transform:translate(85.8843vw,37.445vh) scale(.7493)}to{transform:translate(81.96625vw,99vh) scale(.7493)}}.snow:nth-child(133){opacity:.7758;transform:translate(68.2929vw,-10px) scale(.1199);animation:fall-133 15s -9s linear infinite}@keyframes fall-133{76.03%{transform:translate(67.4461vw,76.03vh) scale(.1199)}to{transform:translate(67.8695vw,99vh) scale(.1199)}}.snow:nth-child(134){opacity:.9644;transform:translate(51.1941vw,-10px) scale(.2285);animation:fall-134 14s -9s linear infinite}@keyframes fall-134{53.837%{transform:translate(60.1294vw,53.837vh) scale(.2285)}to{transform:translate(55.66175vw,99vh) scale(.2285)}}.snow:nth-child(135){opacity:1.1012;transform:translate(55.4532vw,-10px) scale(.5688);animation:fall-135 25s -9s linear infinite}@keyframes fall-135{54.214%{transform:translate(57.2817vw,54.214vh) scale(.5688)}to{transform:translate(56.36745vw,99vh) scale(.5688)}}.snow:nth-child(136){opacity:1.9616;transform:translate(19.9282vw,-10px) scale(.8218);animation:fall-136 17s -24s linear infinite}@keyframes fall-136{53.113%{transform:translate(17.6919vw,53.113vh) scale(.8218)}to{transform:translate(18.81005vw,99vh) scale(.8218)}}.snow:nth-child(137){opacity:.8306;transform:translate(17.4639vw,-10px) scale(.921);animation:fall-137 24s -22s linear infinite}@keyframes fall-137{40.715%{transform:translate(8.7661vw,40.715vh) scale(.921)}to{transform:translate(13.115vw,99vh) scale(.921)}}.snow:nth-child(138){opacity:.5122;transform:translate(76.8506vw,-10px) scale(.4151);animation:fall-138 12s -5s linear infinite}@keyframes fall-138{57.458%{transform:translate(75.8225vw,57.458vh) scale(.4151)}to{transform:translate(76.33655vw,99vh) scale(.4151)}}.snow:nth-child(139){opacity:.1206;transform:translate(6.5008vw,-10px) scale(.9859);animation:fall-139 16s -28s linear infinite}@keyframes fall-139{66.41%{transform:translate(-1.6613vw,66.41vh) scale(.9859)}to{transform:translate(2.41975vw,99vh) scale(.9859)}}.snow:nth-child(140){opacity:.8946;transform:translate(35.9029vw,-10px) scale(.9522);animation:fall-140 25s -23s linear infinite}@keyframes fall-140{52.554%{transform:translate(26.6802vw,52.554vh) scale(.9522)}to{transform:translate(31.29155vw,99vh) scale(.9522)}}.snow:nth-child(141){opacity:1.6472;transform:translate(2.4875vw,-10px) scale(.7109);animation:fall-141 18s -25s linear infinite}@keyframes fall-141{55.01%{transform:translate(2.3585vw,55.01vh) scale(.7109)}to{transform:translate(2.423vw,99vh) scale(.7109)}}.snow:nth-child(142){opacity:1.1338;transform:translate(54.5464vw,-10px) scale(.3734);animation:fall-142 18s -8s linear infinite}@keyframes fall-142{32.117%{transform:translate(64.3996vw,32.117vh) scale(.3734)}to{transform:translate(59.473vw,99vh) scale(.3734)}}.snow:nth-child(143){opacity:1.2298;transform:translate(97.5486vw,-10px) scale(.527);animation:fall-143 29s -20s linear infinite}@keyframes fall-143{56.615%{transform:translate(90.2984vw,56.615vh) scale(.527)}to{transform:translate(93.9235vw,99vh) scale(.527)}}.snow:nth-child(144){opacity:1.6698;transform:translate(9.874vw,-10px) scale(.6015);animation:fall-144 29s -7s linear infinite}@keyframes fall-144{61.252%{transform:translate(13.1258vw,61.252vh) scale(.6015)}to{transform:translate(11.4999vw,99vh) scale(.6015)}}.snow:nth-child(145){opacity:1.612;transform:translate(56.3242vw,-10px) scale(.6117);animation:fall-145 11s -13s linear infinite}@keyframes fall-145{65.944%{transform:translate(62.7065vw,65.944vh) scale(.6117)}to{transform:translate(59.51535vw,99vh) scale(.6117)}}.snow:nth-child(146){opacity:1.072;transform:translate(34.5673vw,-10px) scale(.7365);animation:fall-146 21s -1s linear infinite}@keyframes fall-146{38.367%{transform:translate(25.0619vw,38.367vh) scale(.7365)}to{transform:translate(29.8146vw,99vh) scale(.7365)}}.snow:nth-child(147){opacity:1.4146;transform:translate(49.6229vw,-10px) scale(.2996);animation:fall-147 12s -27s linear infinite}@keyframes fall-147{58.104%{transform:translate(43.989vw,58.104vh) scale(.2996)}to{transform:translate(46.80595vw,99vh) scale(.2996)}}.snow:nth-child(148){opacity:1.488;transform:translate(22.9376vw,-10px) scale(.4074);animation:fall-148 17s -10s linear infinite}@keyframes fall-148{35.809%{transform:translate(21.2803vw,35.809vh) scale(.4074)}to{transform:translate(22.10895vw,99vh) scale(.4074)}}.snow:nth-child(149){opacity:.6544;transform:translate(99.9689vw,-10px) scale(.2806);animation:fall-149 21s -16s linear infinite}@keyframes fall-149{46.72%{transform:translate(100.8838vw,46.72vh) scale(.2806)}to{transform:translate(100.42635vw,99vh) scale(.2806)}}.snow:nth-child(150){opacity:.875;transform:translate(6.3663vw,-10px) scale(.0935);animation:fall-150 27s -24s linear infinite}@keyframes fall-150{49.52%{transform:translate(6.0272vw,49.52vh) scale(.0935)}to{transform:translate(6.19675vw,99vh) scale(.0935)}}.snow:nth-child(151){opacity:.5778;transform:translate(40.2217vw,-10px) scale(.1168);animation:fall-151 14s -6s linear infinite}@keyframes fall-151{41.775%{transform:translate(48.7905vw,41.775vh) scale(.1168)}to{transform:translate(44.5061vw,99vh) scale(.1168)}}.snow:nth-child(152){opacity:1.0666;transform:translate(50.6546vw,-10px) scale(.7015);animation:fall-152 15s -12s linear infinite}@keyframes fall-152{57.152%{transform:translate(46.0791vw,57.152vh) scale(.7015)}to{transform:translate(48.36685vw,99vh) scale(.7015)}}.snow:nth-child(153){opacity:1.0112;transform:translate(48.3365vw,-10px) scale(.7385);animation:fall-153 14s -20s linear infinite}@keyframes fall-153{46.241%{transform:translate(40.2555vw,46.241vh) scale(.7385)}to{transform:translate(44.296vw,99vh) scale(.7385)}}.snow:nth-child(154){opacity:1.9276;transform:translate(8.2916vw,-10px) scale(.9368);animation:fall-154 24s -3s linear infinite}@keyframes fall-154{30.142%{transform:translate(-1.3749vw,30.142vh) scale(.9368)}to{transform:translate(3.45835vw,99vh) scale(.9368)}}.snow:nth-child(155){opacity:1.3562;transform:translate(78.2893vw,-10px) scale(.7394);animation:fall-155 17s -27s linear infinite}@keyframes fall-155{31.507%{transform:translate(77.9999vw,31.507vh) scale(.7394)}to{transform:translate(78.1446vw,99vh) scale(.7394)}}.snow:nth-child(156){opacity:1.7406;transform:translate(88.9388vw,-10px) scale(.8134);animation:fall-156 10s -12s linear infinite}@keyframes fall-156{41.143%{transform:translate(88.0002vw,41.143vh) scale(.8134)}to{transform:translate(88.4695vw,99vh) scale(.8134)}}.snow:nth-child(157){opacity:1.9798;transform:translate(96.8312vw,-10px) scale(.2734);animation:fall-157 27s -26s linear infinite}@keyframes fall-157{76.02%{transform:translate(95.2984vw,76.02vh) scale(.2734)}to{transform:translate(96.0648vw,99vh) scale(.2734)}}.snow:nth-child(158){opacity:1.4414;transform:translate(32.3205vw,-10px) scale(.8656);animation:fall-158 13s -1s linear infinite}@keyframes fall-158{52.191%{transform:translate(30.0442vw,52.191vh) scale(.8656)}to{transform:translate(31.18235vw,99vh) scale(.8656)}}.snow:nth-child(159){opacity:1.481;transform:translate(40.218vw,-10px) scale(.5226);animation:fall-159 21s -9s linear infinite}@keyframes fall-159{72.601%{transform:translate(45.3118vw,72.601vh) scale(.5226)}to{transform:translate(42.7649vw,99vh) scale(.5226)}}.snow:nth-child(160){opacity:1.6146;transform:translate(34.1602vw,-10px) scale(.4562);animation:fall-160 17s -29s linear infinite}@keyframes fall-160{43.446%{transform:translate(27.2911vw,43.446vh) scale(.4562)}to{transform:translate(30.72565vw,99vh) scale(.4562)}}.snow:nth-child(161){opacity:.6186;transform:translate(15.0968vw,-10px) scale(.3401);animation:fall-161 22s -15s linear infinite}@keyframes fall-161{72.517%{transform:translate(10.3478vw,72.517vh) scale(.3401)}to{transform:translate(12.7223vw,99vh) scale(.3401)}}.snow:nth-child(162){opacity:1.5986;transform:translate(64.8569vw,-10px) scale(.114);animation:fall-162 14s -21s linear infinite}@keyframes fall-162{46.212%{transform:translate(68.5577vw,46.212vh) scale(.114)}to{transform:translate(66.7073vw,99vh) scale(.114)}}.snow:nth-child(163){opacity:1.4592;transform:translate(84.9927vw,-10px) scale(.8037);animation:fall-163 21s -25s linear infinite}@keyframes fall-163{43.315%{transform:translate(87.7044vw,43.315vh) scale(.8037)}to{transform:translate(86.34855vw,99vh) scale(.8037)}}.snow:nth-child(164){opacity:.7968;transform:translate(88.7499vw,-10px) scale(.1102);animation:fall-164 22s -7s linear infinite}@keyframes fall-164{66.466%{transform:translate(87.2593vw,66.466vh) scale(.1102)}to{transform:translate(88.0046vw,99vh) scale(.1102)}}.snow:nth-child(165){opacity:.9266;transform:translate(2.4332vw,-10px) scale(.6595);animation:fall-165 14s -23s linear infinite}@keyframes fall-165{54.251%{transform:translate(1.3457vw,54.251vh) scale(.6595)}to{transform:translate(1.88945vw,99vh) scale(.6595)}}.snow:nth-child(166){opacity:1.6926;transform:translate(10.0073vw,-10px) scale(.009);animation:fall-166 23s -2s linear infinite}@keyframes fall-166{68.5%{transform:translate(4.1643vw,68.5vh) scale(.009)}to{transform:translate(7.0858vw,99vh) scale(.009)}}.snow:nth-child(167){opacity:.9352;transform:translate(37.0207vw,-10px) scale(.7489);animation:fall-167 17s -18s linear infinite}@keyframes fall-167{67.275%{transform:translate(33.0023vw,67.275vh) scale(.7489)}to{transform:translate(35.0115vw,99vh) scale(.7489)}}.snow:nth-child(168){opacity:.6002;transform:translate(8.7044vw,-10px) scale(.6414);animation:fall-168 17s -23s linear infinite}@keyframes fall-168{47.127%{transform:translate(15.1271vw,47.127vh) scale(.6414)}to{transform:translate(11.91575vw,99vh) scale(.6414)}}.snow:nth-child(169){opacity:1.0904;transform:translate(43.5939vw,-10px) scale(.4544);animation:fall-169 22s -24s linear infinite}@keyframes fall-169{77.269%{transform:translate(41.454vw,77.269vh) scale(.4544)}to{transform:translate(42.52395vw,99vh) scale(.4544)}}.snow:nth-child(170){opacity:.6088;transform:translate(83.7012vw,-10px) scale(.6567);animation:fall-170 24s -12s linear infinite}@keyframes fall-170{64.832%{transform:translate(74.9236vw,64.832vh) scale(.6567)}to{transform:translate(79.3124vw,99vh) scale(.6567)}}.snow:nth-child(171){opacity:.3986;transform:translate(1.9347vw,-10px) scale(.598);animation:fall-171 20s -7s linear infinite}@keyframes fall-171{68.212%{transform:translate(-2.1867vw,68.212vh) scale(.598)}to{transform:translate(-.126vw,99vh) scale(.598)}}.snow:nth-child(172){opacity:1.0104;transform:translate(10.8053vw,-10px) scale(.0837);animation:fall-172 25s -4s linear infinite}@keyframes fall-172{39.471%{transform:translate(14.3772vw,39.471vh) scale(.0837)}to{transform:translate(12.59125vw,99vh) scale(.0837)}}.snow:nth-child(173){opacity:.685;transform:translate(28.9389vw,-10px) scale(.3479);animation:fall-173 21s -20s linear infinite}@keyframes fall-173{73.035%{transform:translate(31.6331vw,73.035vh) scale(.3479)}to{transform:translate(30.286vw,99vh) scale(.3479)}}.snow:nth-child(174){opacity:.276;transform:translate(64.5248vw,-10px) scale(.215);animation:fall-174 22s -5s linear infinite}@keyframes fall-174{56.509%{transform:translate(59.9866vw,56.509vh) scale(.215)}to{transform:translate(62.2557vw,99vh) scale(.215)}}.snow:nth-child(175){opacity:1.4124;transform:translate(68.6305vw,-10px) scale(.6957);animation:fall-175 29s -29s linear infinite}@keyframes fall-175{53.633%{transform:translate(78.1864vw,53.633vh) scale(.6957)}to{transform:translate(73.40845vw,99vh) scale(.6957)}}.snow:nth-child(176){opacity:1.3886;transform:translate(98.844vw,-10px) scale(.9812);animation:fall-176 23s -26s linear infinite}@keyframes fall-176{46.318%{transform:translate(103.8703vw,46.318vh) scale(.9812)}to{transform:translate(101.35715vw,99vh) scale(.9812)}}.snow:nth-child(177){opacity:1.0688;transform:translate(71.2435vw,-10px) scale(.893);animation:fall-177 29s -16s linear infinite}@keyframes fall-177{30.886%{transform:translate(75.4261vw,30.886vh) scale(.893)}to{transform:translate(73.3348vw,99vh) scale(.893)}}.snow:nth-child(178){opacity:1.5188;transform:translate(21.9534vw,-10px) scale(.9588);animation:fall-178 16s -24s linear infinite}@keyframes fall-178{56.566%{transform:translate(12.8577vw,56.566vh) scale(.9588)}to{transform:translate(17.40555vw,99vh) scale(.9588)}}.snow:nth-child(179){opacity:.4226;transform:translate(63.5426vw,-10px) scale(.8937);animation:fall-179 19s -27s linear infinite}@keyframes fall-179{65.993%{transform:translate(55.1436vw,65.993vh) scale(.8937)}to{transform:translate(59.3431vw,99vh) scale(.8937)}}.snow:nth-child(180){opacity:.3452;transform:translate(20.4353vw,-10px) scale(.3882);animation:fall-180 16s -3s linear infinite}@keyframes fall-180{65.924%{transform:translate(11.9827vw,65.924vh) scale(.3882)}to{transform:translate(16.209vw,99vh) scale(.3882)}}.snow:nth-child(181){opacity:.4594;transform:translate(9.5211vw,-10px) scale(.8956);animation:fall-181 19s -29s linear infinite}@keyframes fall-181{53.08%{transform:translate(5.1423vw,53.08vh) scale(.8956)}to{transform:translate(7.3317vw,99vh) scale(.8956)}}.snow:nth-child(182){opacity:.283;transform:translate(80.7529vw,-10px) scale(.1859);animation:fall-182 11s -14s linear infinite}@keyframes fall-182{33.397%{transform:translate(80.6114vw,33.397vh) scale(.1859)}to{transform:translate(80.68215vw,99vh) scale(.1859)}}.snow:nth-child(183){opacity:.1168;transform:translate(86.1558vw,-10px) scale(.3332);animation:fall-183 13s -24s linear infinite}@keyframes fall-183{30.565%{transform:translate(89.9547vw,30.565vh) scale(.3332)}to{transform:translate(88.05525vw,99vh) scale(.3332)}}.snow:nth-child(184){opacity:.303;transform:translate(74.1842vw,-10px) scale(.4608);animation:fall-184 14s -29s linear infinite}@keyframes fall-184{71.371%{transform:translate(82.3451vw,71.371vh) scale(.4608)}to{transform:translate(78.26465vw,99vh) scale(.4608)}}.snow:nth-child(185){opacity:1.5536;transform:translate(50.4153vw,-10px) scale(.0378);animation:fall-185 20s -15s linear infinite}@keyframes fall-185{40.395%{transform:translate(51.6396vw,40.395vh) scale(.0378)}to{transform:translate(51.02745vw,99vh) scale(.0378)}}.snow:nth-child(186){opacity:.2536;transform:translate(38.9817vw,-10px) scale(.1111);animation:fall-186 28s -7s linear infinite}@keyframes fall-186{32.386%{transform:translate(45.0326vw,32.386vh) scale(.1111)}to{transform:translate(42.00715vw,99vh) scale(.1111)}}.snow:nth-child(187){opacity:1.4736;transform:translate(64.0678vw,-10px) scale(.251);animation:fall-187 23s -29s linear infinite}@keyframes fall-187{67.724%{transform:translate(60.4904vw,67.724vh) scale(.251)}to{transform:translate(62.2791vw,99vh) scale(.251)}}.snow:nth-child(188){opacity:1.2636;transform:translate(8.1679vw,-10px) scale(.9383);animation:fall-188 20s -26s linear infinite}@keyframes fall-188{41.564%{transform:translate(-.6823vw,41.564vh) scale(.9383)}to{transform:translate(3.7428vw,99vh) scale(.9383)}}.snow:nth-child(189){opacity:.2482;transform:translate(28.4301vw,-10px) scale(.3968);animation:fall-189 12s -20s linear infinite}@keyframes fall-189{51.731%{transform:translate(27.6771vw,51.731vh) scale(.3968)}to{transform:translate(28.0536vw,99vh) scale(.3968)}}.snow:nth-child(190){opacity:.4252;transform:translate(37.3032vw,-10px) scale(.9253);animation:fall-190 21s -13s linear infinite}@keyframes fall-190{59.029%{transform:translate(31.7365vw,59.029vh) scale(.9253)}to{transform:translate(34.51985vw,99vh) scale(.9253)}}.snow:nth-child(191){opacity:1.6932;transform:translate(98.5934vw,-10px) scale(.1544);animation:fall-191 20s -27s linear infinite}@keyframes fall-191{69.675%{transform:translate(102.7935vw,69.675vh) scale(.1544)}to{transform:translate(100.69345vw,99vh) scale(.1544)}}.snow:nth-child(192){opacity:.5014;transform:translate(87.7754vw,-10px) scale(.6641);animation:fall-192 10s -2s linear infinite}@keyframes fall-192{31.96%{transform:translate(86.4197vw,31.96vh) scale(.6641)}to{transform:translate(87.09755vw,99vh) scale(.6641)}}.snow:nth-child(193){opacity:1.9426;transform:translate(8.9143vw,-10px) scale(.6925);animation:fall-193 13s -5s linear infinite}@keyframes fall-193{32.804%{transform:translate(9.8798vw,32.804vh) scale(.6925)}to{transform:translate(9.39705vw,99vh) scale(.6925)}}.snow:nth-child(194){opacity:.9316;transform:translate(62.1228vw,-10px) scale(.5863);animation:fall-194 17s -2s linear infinite}@keyframes fall-194{62.563%{transform:translate(60.6899vw,62.563vh) scale(.5863)}to{transform:translate(61.40635vw,99vh) scale(.5863)}}.snow:nth-child(195){opacity:1.0726;transform:translate(78.8905vw,-10px) scale(.6794);animation:fall-195 29s -25s linear infinite}@keyframes fall-195{58.646%{transform:translate(86.6476vw,58.646vh) scale(.6794)}to{transform:translate(82.76905vw,99vh) scale(.6794)}}.snow:nth-child(196){opacity:.2084;transform:translate(85.8227vw,-10px) scale(.2674);animation:fall-196 25s -22s linear infinite}@keyframes fall-196{62.512%{transform:translate(82.4179vw,62.512vh) scale(.2674)}to{transform:translate(84.1203vw,99vh) scale(.2674)}}.snow:nth-child(197){opacity:.0566;transform:translate(53.961vw,-10px) scale(.9249);animation:fall-197 21s -17s linear infinite}@keyframes fall-197{44.303%{transform:translate(58.582vw,44.303vh) scale(.9249)}to{transform:translate(56.2715vw,99vh) scale(.9249)}}.snow:nth-child(198){opacity:.7294;transform:translate(81.2852vw,-10px) scale(.3206);animation:fall-198 25s -11s linear infinite}@keyframes fall-198{32.3%{transform:translate(86.5646vw,32.3vh) scale(.3206)}to{transform:translate(83.9249vw,99vh) scale(.3206)}}.snow:nth-child(199){opacity:.92;transform:translate(37.407vw,-10px) scale(.2981);animation:fall-199 21s -11s linear infinite}@keyframes fall-199{56.171%{transform:translate(43.1809vw,56.171vh) scale(.2981)}to{transform:translate(40.29395vw,99vh) scale(.2981)}}.snow:nth-child(200){opacity:.3516;transform:translate(11.4127vw,-10px) scale(.1159);animation:fall-200 16s -30s linear infinite}@keyframes fall-200{42.419%{transform:translate(4.4314vw,42.419vh) scale(.1159)}to{transform:translate(7.92205vw,99vh) scale(.1159)}}.snow:nth-child(201){opacity:.2078;transform:translate(26.2999vw,-10px) scale(.6698);animation:fall-201 16s -26s linear infinite}@keyframes fall-201{70.647%{transform:translate(30.9052vw,70.647vh) scale(.6698)}to{transform:translate(28.60255vw,99vh) scale(.6698)}}.snow:nth-child(202){opacity:.4166;transform:translate(35.8817vw,-10px) scale(.4758);animation:fall-202 27s -29s linear infinite}@keyframes fall-202{54.439%{transform:translate(37.7077vw,54.439vh) scale(.4758)}to{transform:translate(36.7947vw,99vh) scale(.4758)}}.snow:nth-child(203){opacity:1.183;transform:translate(63.2155vw,-10px) scale(.9497);animation:fall-203 30s -18s linear infinite}@keyframes fall-203{34.284%{transform:translate(67.524vw,34.284vh) scale(.9497)}to{transform:translate(65.36975vw,99vh) scale(.9497)}}.snow:nth-child(204){opacity:.693;transform:translate(5.6907vw,-10px) scale(.7476);animation:fall-204 24s -10s linear infinite}@keyframes fall-204{79.362%{transform:translate(10.754vw,79.362vh) scale(.7476)}to{transform:translate(8.22235vw,99vh) scale(.7476)}}.snow:nth-child(205){opacity:.706;transform:translate(.5816vw,-10px) scale(.8823);animation:fall-205 15s -17s linear infinite}@keyframes fall-205{68.372%{transform:translate(2.2366vw,68.372vh) scale(.8823)}to{transform:translate(1.4091vw,99vh) scale(.8823)}}.snow:nth-child(206){opacity:.8462;transform:translate(48.6014vw,-10px) scale(.0091);animation:fall-206 24s -22s linear infinite}@keyframes fall-206{78.07%{transform:translate(56.8581vw,78.07vh) scale(.0091)}to{transform:translate(52.72975vw,99vh) scale(.0091)}}.snow:nth-child(207){opacity:1.8286;transform:translate(45.9632vw,-10px) scale(.5526);animation:fall-207 15s -19s linear infinite}@keyframes fall-207{76.583%{transform:translate(52.9073vw,76.583vh) scale(.5526)}to{transform:translate(49.43525vw,99vh) scale(.5526)}}.snow:nth-child(208){opacity:.7368;transform:translate(61.8468vw,-10px) scale(.1265);animation:fall-208 14s -2s linear infinite}@keyframes fall-208{32.016%{transform:translate(70.2409vw,32.016vh) scale(.1265)}to{transform:translate(66.04385vw,99vh) scale(.1265)}}.snow:nth-child(209){opacity:1.0822;transform:translate(41.5517vw,-10px) scale(.5819);animation:fall-209 25s -20s linear infinite}@keyframes fall-209{59.677%{transform:translate(50.4519vw,59.677vh) scale(.5819)}to{transform:translate(46.0018vw,99vh) scale(.5819)}}.snow:nth-child(210){opacity:.0514;transform:translate(80.7841vw,-10px) scale(.045);animation:fall-210 10s -14s linear infinite}@keyframes fall-210{49.909%{transform:translate(86.4035vw,49.909vh) scale(.045)}to{transform:translate(83.5938vw,99vh) scale(.045)}}.snow:nth-child(211){opacity:.7298;transform:translate(23.3054vw,-10px) scale(.3827);animation:fall-211 29s -26s linear infinite}@keyframes fall-211{51.795%{transform:translate(19.5223vw,51.795vh) scale(.3827)}to{transform:translate(21.41385vw,99vh) scale(.3827)}}.snow:nth-child(212){opacity:.1916;transform:translate(6.9739vw,-10px) scale(.0427);animation:fall-212 25s -29s linear infinite}@keyframes fall-212{46.061%{transform:translate(13.7478vw,46.061vh) scale(.0427)}to{transform:translate(10.36085vw,99vh) scale(.0427)}}.snow:nth-child(213){opacity:1.9818;transform:translate(28.3514vw,-10px) scale(.4881);animation:fall-213 10s -15s linear infinite}@keyframes fall-213{74.663%{transform:translate(22.4937vw,74.663vh) scale(.4881)}to{transform:translate(25.42255vw,99vh) scale(.4881)}}.snow:nth-child(214){opacity:1.5558;transform:translate(76.7175vw,-10px) scale(.9035);animation:fall-214 23s -24s linear infinite}@keyframes fall-214{77.913%{transform:translate(71.9957vw,77.913vh) scale(.9035)}to{transform:translate(74.3566vw,99vh) scale(.9035)}}.snow:nth-child(215){opacity:1.0422;transform:translate(6.0615vw,-10px) scale(.7871);animation:fall-215 25s -24s linear infinite}@keyframes fall-215{78.695%{transform:translate(15.9948vw,78.695vh) scale(.7871)}to{transform:translate(11.02815vw,99vh) scale(.7871)}}.snow:nth-child(216){opacity:1.5426;transform:translate(51.2961vw,-10px) scale(.6122);animation:fall-216 21s -4s linear infinite}@keyframes fall-216{68.878%{transform:translate(57.8517vw,68.878vh) scale(.6122)}to{transform:translate(54.5739vw,99vh) scale(.6122)}}.snow:nth-child(217){opacity:1.946;transform:translate(60.2047vw,-10px) scale(.3536);animation:fall-217 18s -6s linear infinite}@keyframes fall-217{46.263%{transform:translate(63.6328vw,46.263vh) scale(.3536)}to{transform:translate(61.91875vw,99vh) scale(.3536)}}.snow:nth-child(218){opacity:1.0656;transform:translate(20.7779vw,-10px) scale(.5342);animation:fall-218 27s -13s linear infinite}@keyframes fall-218{62.086%{transform:translate(14.6524vw,62.086vh) scale(.5342)}to{transform:translate(17.71515vw,99vh) scale(.5342)}}.snow:nth-child(219){opacity:.245;transform:translate(30.4271vw,-10px) scale(.174);animation:fall-219 15s -25s linear infinite}@keyframes fall-219{40.771%{transform:translate(31.4159vw,40.771vh) scale(.174)}to{transform:translate(30.9215vw,99vh) scale(.174)}}.snow:nth-child(220){opacity:.6788;transform:translate(71.5353vw,-10px) scale(.7188);animation:fall-220 23s -26s linear infinite}@keyframes fall-220{44.321%{transform:translate(78.5791vw,44.321vh) scale(.7188)}to{transform:translate(75.0572vw,99vh) scale(.7188)}}.snow:nth-child(221){opacity:1.79;transform:translate(9.4754vw,-10px) scale(.6085);animation:fall-221 17s -27s linear infinite}@keyframes fall-221{67.291%{transform:translate(2.6997vw,67.291vh) scale(.6085)}to{transform:translate(6.08755vw,99vh) scale(.6085)}}.snow:nth-child(222){opacity:.0156;transform:translate(46.2128vw,-10px) scale(.3679);animation:fall-222 17s -10s linear infinite}@keyframes fall-222{53.638%{transform:translate(52.7666vw,53.638vh) scale(.3679)}to{transform:translate(49.4897vw,99vh) scale(.3679)}}.snow:nth-child(223){opacity:.3294;transform:translate(45.3025vw,-10px) scale(.5607);animation:fall-223 14s -5s linear infinite}@keyframes fall-223{48.245%{transform:translate(39.5377vw,48.245vh) scale(.5607)}to{transform:translate(42.4201vw,99vh) scale(.5607)}}.snow:nth-child(224){opacity:.3294;transform:translate(56.139vw,-10px) scale(.8482);animation:fall-224 22s -19s linear infinite}@keyframes fall-224{55.094%{transform:translate(50.9088vw,55.094vh) scale(.8482)}to{transform:translate(53.5239vw,99vh) scale(.8482)}}.snow:nth-child(225){opacity:1.9102;transform:translate(81.0051vw,-10px) scale(.9335);animation:fall-225 16s -30s linear infinite}@keyframes fall-225{31.615%{transform:translate(88.8157vw,31.615vh) scale(.9335)}to{transform:translate(84.9104vw,99vh) scale(.9335)}}.snow:nth-child(226){opacity:.6786;transform:translate(27.7716vw,-10px) scale(.9883);animation:fall-226 16s -29s linear infinite}@keyframes fall-226{44.503%{transform:translate(29.6882vw,44.503vh) scale(.9883)}to{transform:translate(28.7299vw,99vh) scale(.9883)}}.snow:nth-child(227){opacity:1.2746;transform:translate(73.3032vw,-10px) scale(.8186);animation:fall-227 30s -13s linear infinite}@keyframes fall-227{57.24%{transform:translate(71.1836vw,57.24vh) scale(.8186)}to{transform:translate(72.2434vw,99vh) scale(.8186)}}.snow:nth-child(228){opacity:.9798;transform:translate(68.1875vw,-10px) scale(.6425);animation:fall-228 21s -8s linear infinite}@keyframes fall-228{51.864%{transform:translate(59.9506vw,51.864vh) scale(.6425)}to{transform:translate(64.06905vw,99vh) scale(.6425)}}.snow:nth-child(229){opacity:1.1696;transform:translate(89.5381vw,-10px) scale(.862);animation:fall-229 10s -10s linear infinite}@keyframes fall-229{45.044%{transform:translate(82.1794vw,45.044vh) scale(.862)}to{transform:translate(85.85875vw,99vh) scale(.862)}}.snow:nth-child(230){opacity:.9066;transform:translate(44.7309vw,-10px) scale(.053);animation:fall-230 10s -18s linear infinite}@keyframes fall-230{54.793%{transform:translate(36.5655vw,54.793vh) scale(.053)}to{transform:translate(40.6482vw,99vh) scale(.053)}}.snow:nth-child(231){opacity:.7228;transform:translate(87.1327vw,-10px) scale(.0502);animation:fall-231 18s -13s linear infinite}@keyframes fall-231{36.053%{transform:translate(89.9394vw,36.053vh) scale(.0502)}to{transform:translate(88.53605vw,99vh) scale(.0502)}}.snow:nth-child(232){opacity:1.2288;transform:translate(3.8286vw,-10px) scale(.3306);animation:fall-232 25s -25s linear infinite}@keyframes fall-232{60.261%{transform:translate(6.87vw,60.261vh) scale(.3306)}to{transform:translate(5.3493vw,99vh) scale(.3306)}}.snow:nth-child(233){opacity:.6624;transform:translate(50.8903vw,-10px) scale(.0311);animation:fall-233 12s -20s linear infinite}@keyframes fall-233{47.312%{transform:translate(58.9364vw,47.312vh) scale(.0311)}to{transform:translate(54.91335vw,99vh) scale(.0311)}}.snow:nth-child(234){opacity:1.9872;transform:translate(18.483vw,-10px) scale(.358);animation:fall-234 27s -11s linear infinite}@keyframes fall-234{65.625%{transform:translate(26.195vw,65.625vh) scale(.358)}to{transform:translate(22.339vw,99vh) scale(.358)}}.snow:nth-child(235){opacity:.1418;transform:translate(29.0975vw,-10px) scale(.9122);animation:fall-235 18s -11s linear infinite}@keyframes fall-235{41.275%{transform:translate(21.9861vw,41.275vh) scale(.9122)}to{transform:translate(25.5418vw,99vh) scale(.9122)}}.snow:nth-child(236){opacity:1.4698;transform:translate(55.9798vw,-10px) scale(.5163);animation:fall-236 18s -27s linear infinite}@keyframes fall-236{61.347%{transform:translate(55.5511vw,61.347vh) scale(.5163)}to{transform:translate(55.76545vw,99vh) scale(.5163)}}.snow:nth-child(237){opacity:1.7554;transform:translate(84.5016vw,-10px) scale(.2923);animation:fall-237 15s -12s linear infinite}@keyframes fall-237{31.717%{transform:translate(90.7662vw,31.717vh) scale(.2923)}to{transform:translate(87.6339vw,99vh) scale(.2923)}}.snow:nth-child(238){opacity:.0138;transform:translate(62.9575vw,-10px) scale(.2323);animation:fall-238 24s -29s linear infinite}@keyframes fall-238{72.532%{transform:translate(63.659vw,72.532vh) scale(.2323)}to{transform:translate(63.30825vw,99vh) scale(.2323)}}.snow:nth-child(239){opacity:.3526;transform:translate(57.8299vw,-10px) scale(.0592);animation:fall-239 20s -8s linear infinite}@keyframes fall-239{53.492%{transform:translate(65.2731vw,53.492vh) scale(.0592)}to{transform:translate(61.5515vw,99vh) scale(.0592)}}.snow:nth-child(240){opacity:1.5966;transform:translate(26.584vw,-10px) scale(.7631);animation:fall-240 27s -16s linear infinite}@keyframes fall-240{54.725%{transform:translate(16.8136vw,54.725vh) scale(.7631)}to{transform:translate(21.6988vw,99vh) scale(.7631)}}.snow:nth-child(241){opacity:.9656;transform:translate(89.7273vw,-10px) scale(.1452);animation:fall-241 16s -15s linear infinite}@keyframes fall-241{59.856%{transform:translate(97.5009vw,59.856vh) scale(.1452)}to{transform:translate(93.6141vw,99vh) scale(.1452)}}.snow:nth-child(242){opacity:.9562;transform:translate(77.1507vw,-10px) scale(.5293);animation:fall-242 23s -4s linear infinite}@keyframes fall-242{52.785%{transform:translate(74.0754vw,52.785vh) scale(.5293)}to{transform:translate(75.61305vw,99vh) scale(.5293)}}.snow:nth-child(243){opacity:.74;transform:translate(83.2742vw,-10px) scale(.1085);animation:fall-243 23s -25s linear infinite}@keyframes fall-243{74.301%{transform:translate(81.6506vw,74.301vh) scale(.1085)}to{transform:translate(82.4624vw,99vh) scale(.1085)}}.snow:nth-child(244){opacity:1.487;transform:translate(72.9935vw,-10px) scale(.5518);animation:fall-244 13s -7s linear infinite}@keyframes fall-244{65.327%{transform:translate(67.5265vw,65.327vh) scale(.5518)}to{transform:translate(70.26vw,99vh) scale(.5518)}}.snow:nth-child(245){opacity:1.1424;transform:translate(69.0955vw,-10px) scale(.8028);animation:fall-245 16s -26s linear infinite}@keyframes fall-245{56.676%{transform:translate(72.1991vw,56.676vh) scale(.8028)}to{transform:translate(70.6473vw,99vh) scale(.8028)}}.snow:nth-child(246){opacity:.8684;transform:translate(68.9253vw,-10px) scale(.519);animation:fall-246 27s -10s linear infinite}@keyframes fall-246{61.161%{transform:translate(76.2488vw,61.161vh) scale(.519)}to{transform:translate(72.58705vw,99vh) scale(.519)}}.snow:nth-child(247){opacity:.7274;transform:translate(8.0247vw,-10px) scale(.9873);animation:fall-247 11s -7s linear infinite}@keyframes fall-247{76.371%{transform:translate(15.5083vw,76.371vh) scale(.9873)}to{transform:translate(11.7665vw,99vh) scale(.9873)}}.snow:nth-child(248){opacity:.6986;transform:translate(2.781vw,-10px) scale(.0674);animation:fall-248 25s -14s linear infinite}@keyframes fall-248{69.766%{transform:translate(-5.6387vw,69.766vh) scale(.0674)}to{transform:translate(-1.42885vw,99vh) scale(.0674)}}.snow:nth-child(249){opacity:1.1876;transform:translate(31.8364vw,-10px) scale(.3721);animation:fall-249 12s -15s linear infinite}@keyframes fall-249{54.375%{transform:translate(24.0889vw,54.375vh) scale(.3721)}to{transform:translate(27.96265vw,99vh) scale(.3721)}}.snow:nth-child(250){opacity:1.2238;transform:translate(26.2654vw,-10px) scale(.9117);animation:fall-250 21s -7s linear infinite}@keyframes fall-250{40.99%{transform:translate(24.5784vw,40.99vh) scale(.9117)}to{transform:translate(25.4219vw,99vh) scale(.9117)}}.snow:nth-child(251){opacity:1.7376;transform:translate(89.5223vw,-10px) scale(.6971);animation:fall-251 17s -26s linear infinite}@keyframes fall-251{33.737%{transform:translate(80.4645vw,33.737vh) scale(.6971)}to{transform:translate(84.9934vw,99vh) scale(.6971)}}.snow:nth-child(252){opacity:.6644;transform:translate(37.1095vw,-10px) scale(.226);animation:fall-252 19s -8s linear infinite}@keyframes fall-252{77.643%{transform:translate(42.0404vw,77.643vh) scale(.226)}to{transform:translate(39.57495vw,99vh) scale(.226)}}.snow:nth-child(253){opacity:.1812;transform:translate(35.641vw,-10px) scale(.7548);animation:fall-253 28s -30s linear infinite}@keyframes fall-253{74.029%{transform:translate(30.0209vw,74.029vh) scale(.7548)}to{transform:translate(32.83095vw,99vh) scale(.7548)}}.snow:nth-child(254){opacity:.8556;transform:translate(11.768vw,-10px) scale(.6864);animation:fall-254 21s -22s linear infinite}@keyframes fall-254{36.863%{transform:translate(4.0865vw,36.863vh) scale(.6864)}to{transform:translate(7.92725vw,99vh) scale(.6864)}}.snow:nth-child(255){opacity:.6864;transform:translate(58.2381vw,-10px) scale(.4473);animation:fall-255 12s -19s linear infinite}@keyframes fall-255{62.98%{transform:translate(57.9958vw,62.98vh) scale(.4473)}to{transform:translate(58.11695vw,99vh) scale(.4473)}}.snow:nth-child(256){opacity:.889;transform:translate(18.0095vw,-10px) scale(.9654);animation:fall-256 30s -30s linear infinite}@keyframes fall-256{55.437%{transform:translate(12.1188vw,55.437vh) scale(.9654)}to{transform:translate(15.06415vw,99vh) scale(.9654)}}.snow:nth-child(257){opacity:.491;transform:translate(64.2952vw,-10px) scale(.8117);animation:fall-257 22s -9s linear infinite}@keyframes fall-257{45.186%{transform:translate(58.9959vw,45.186vh) scale(.8117)}to{transform:translate(61.64555vw,99vh) scale(.8117)}}.snow:nth-child(258){opacity:.604;transform:translate(55.1867vw,-10px) scale(.669);animation:fall-258 18s -30s linear infinite}@keyframes fall-258{42.737%{transform:translate(62.1957vw,42.737vh) scale(.669)}to{transform:translate(58.6912vw,99vh) scale(.669)}}.snow:nth-child(259){opacity:1.2788;transform:translate(24.1548vw,-10px) scale(.5017);animation:fall-259 22s -28s linear infinite}@keyframes fall-259{58.269%{transform:translate(27.5111vw,58.269vh) scale(.5017)}to{transform:translate(25.83295vw,99vh) scale(.5017)}}.snow:nth-child(260){opacity:.4964;transform:translate(76.8961vw,-10px) scale(.9122);animation:fall-260 20s -29s linear infinite}@keyframes fall-260{58.791%{transform:translate(84.4908vw,58.791vh) scale(.9122)}to{transform:translate(80.69345vw,99vh) scale(.9122)}}.snow:nth-child(261){opacity:.2732;transform:translate(9.5023vw,-10px) scale(.0772);animation:fall-261 23s -22s linear infinite}@keyframes fall-261{70.179%{transform:translate(9.3085vw,70.179vh) scale(.0772)}to{transform:translate(9.4054vw,99vh) scale(.0772)}}.snow:nth-child(262){opacity:1.7024;transform:translate(71.2969vw,-10px) scale(.4495);animation:fall-262 25s -28s linear infinite}@keyframes fall-262{41.748%{transform:translate(74.3512vw,41.748vh) scale(.4495)}to{transform:translate(72.82405vw,99vh) scale(.4495)}}.snow:nth-child(263){opacity:.1726;transform:translate(89.3867vw,-10px) scale(.6054);animation:fall-263 17s -6s linear infinite}@keyframes fall-263{30.361%{transform:translate(88.5836vw,30.361vh) scale(.6054)}to{transform:translate(88.98515vw,99vh) scale(.6054)}}.snow:nth-child(264){opacity:.2436;transform:translate(21.2574vw,-10px) scale(.0616);animation:fall-264 24s -12s linear infinite}@keyframes fall-264{74.726%{transform:translate(20.2421vw,74.726vh) scale(.0616)}to{transform:translate(20.74975vw,99vh) scale(.0616)}}.snow:nth-child(265){opacity:1.7268;transform:translate(14.5159vw,-10px) scale(.0021);animation:fall-265 21s -8s linear infinite}@keyframes fall-265{69.015%{transform:translate(8.9289vw,69.015vh) scale(.0021)}to{transform:translate(11.7224vw,99vh) scale(.0021)}}.snow:nth-child(266){opacity:.6012;transform:translate(17.0881vw,-10px) scale(.5287);animation:fall-266 17s -14s linear infinite}@keyframes fall-266{74.463%{transform:translate(23.0544vw,74.463vh) scale(.5287)}to{transform:translate(20.07125vw,99vh) scale(.5287)}}.snow:nth-child(267){opacity:1.6048;transform:translate(40.1424vw,-10px) scale(.6164);animation:fall-267 20s -1s linear infinite}@keyframes fall-267{68.959%{transform:translate(34.3307vw,68.959vh) scale(.6164)}to{transform:translate(37.23655vw,99vh) scale(.6164)}}.snow:nth-child(268){opacity:1.7448;transform:translate(58.7426vw,-10px) scale(.9108);animation:fall-268 21s -5s linear infinite}@keyframes fall-268{44.358%{transform:translate(64.3822vw,44.358vh) scale(.9108)}to{transform:translate(61.5624vw,99vh) scale(.9108)}}.snow:nth-child(269){opacity:1.1406;transform:translate(70.132vw,-10px) scale(.522);animation:fall-269 10s -12s linear infinite}@keyframes fall-269{33.478%{transform:translate(76.9703vw,33.478vh) scale(.522)}to{transform:translate(73.55115vw,99vh) scale(.522)}}.snow:nth-child(270){opacity:1.4334;transform:translate(3.4792vw,-10px) scale(.942);animation:fall-270 26s -24s linear infinite}@keyframes fall-270{73.986%{transform:translate(5.909vw,73.986vh) scale(.942)}to{transform:translate(4.6941vw,99vh) scale(.942)}}.snow:nth-child(271){opacity:.8244;transform:translate(91.6737vw,-10px) scale(.2552);animation:fall-271 23s -17s linear infinite}@keyframes fall-271{69.138%{transform:translate(101.5006vw,69.138vh) scale(.2552)}to{transform:translate(96.58715vw,99vh) scale(.2552)}}.snow:nth-child(272){opacity:.7112;transform:translate(50.0155vw,-10px) scale(.2096);animation:fall-272 22s -19s linear infinite}@keyframes fall-272{40.235%{transform:translate(45.0328vw,40.235vh) scale(.2096)}to{transform:translate(47.52415vw,99vh) scale(.2096)}}.snow:nth-child(273){opacity:1.7012;transform:translate(37.2173vw,-10px) scale(.2879);animation:fall-273 19s -1s linear infinite}@keyframes fall-273{66.094%{transform:translate(36.5669vw,66.094vh) scale(.2879)}to{transform:translate(36.8921vw,99vh) scale(.2879)}}.snow:nth-child(274){opacity:1.367;transform:translate(39.4281vw,-10px) scale(.0063);animation:fall-274 10s -26s linear infinite}@keyframes fall-274{34.617%{transform:translate(46.2995vw,34.617vh) scale(.0063)}to{transform:translate(42.8638vw,99vh) scale(.0063)}}.snow:nth-child(275){opacity:1.6244;transform:translate(10.5508vw,-10px) scale(.2636);animation:fall-275 16s -24s linear infinite}@keyframes fall-275{77.934%{transform:translate(17.5284vw,77.934vh) scale(.2636)}to{transform:translate(14.0396vw,99vh) scale(.2636)}}.snow:nth-child(276){opacity:1.6502;transform:translate(66.4873vw,-10px) scale(.3323);animation:fall-276 15s -16s linear infinite}@keyframes fall-276{73.998%{transform:translate(56.5997vw,73.998vh) scale(.3323)}to{transform:translate(61.5435vw,99vh) scale(.3323)}}.snow:nth-child(277){opacity:.7282;transform:translate(23.0927vw,-10px) scale(.9391);animation:fall-277 12s -25s linear infinite}@keyframes fall-277{68.497%{transform:translate(21.8386vw,68.497vh) scale(.9391)}to{transform:translate(22.46565vw,99vh) scale(.9391)}}.snow:nth-child(278){opacity:.171;transform:translate(6.6066vw,-10px) scale(.135);animation:fall-278 10s -4s linear infinite}@keyframes fall-278{36.774%{transform:translate(2.0393vw,36.774vh) scale(.135)}to{transform:translate(4.32295vw,99vh) scale(.135)}}.snow:nth-child(279){opacity:.5946;transform:translate(57.1419vw,-10px) scale(.9425);animation:fall-279 29s -22s linear infinite}@keyframes fall-279{59.186%{transform:translate(65.6444vw,59.186vh) scale(.9425)}to{transform:translate(61.39315vw,99vh) scale(.9425)}}.snow:nth-child(280){opacity:1.2262;transform:translate(55.1984vw,-10px) scale(.319);animation:fall-280 29s -24s linear infinite}@keyframes fall-280{46.387%{transform:translate(59.5064vw,46.387vh) scale(.319)}to{transform:translate(57.3524vw,99vh) scale(.319)}}.snow:nth-child(281){opacity:1.6132;transform:translate(37.3292vw,-10px) scale(.6207);animation:fall-281 28s -16s linear infinite}@keyframes fall-281{33.343%{transform:translate(43.3272vw,33.343vh) scale(.6207)}to{transform:translate(40.3282vw,99vh) scale(.6207)}}.snow:nth-child(282){opacity:1.7672;transform:translate(72.4758vw,-10px) scale(.9825);animation:fall-282 16s -2s linear infinite}@keyframes fall-282{55.44%{transform:translate(66.3594vw,55.44vh) scale(.9825)}to{transform:translate(69.4176vw,99vh) scale(.9825)}}.snow:nth-child(283){opacity:1.8128;transform:translate(72.4106vw,-10px) scale(.91);animation:fall-283 28s -30s linear infinite}@keyframes fall-283{65.499%{transform:translate(75.1475vw,65.499vh) scale(.91)}to{transform:translate(73.77905vw,99vh) scale(.91)}}.snow:nth-child(284){opacity:.8896;transform:translate(29.6829vw,-10px) scale(.6456);animation:fall-284 10s -6s linear infinite}@keyframes fall-284{47.766%{transform:translate(26.3859vw,47.766vh) scale(.6456)}to{transform:translate(28.0344vw,99vh) scale(.6456)}}.snow:nth-child(285){opacity:1.2864;transform:translate(28.199vw,-10px) scale(.257);animation:fall-285 17s -30s linear infinite}@keyframes fall-285{57.159%{transform:translate(31.781vw,57.159vh) scale(.257)}to{transform:translate(29.99vw,99vh) scale(.257)}}.snow:nth-child(286){opacity:1.7398;transform:translate(68.6194vw,-10px) scale(.3738);animation:fall-286 13s -8s linear infinite}@keyframes fall-286{38.831%{transform:translate(67.296vw,38.831vh) scale(.3738)}to{transform:translate(67.9577vw,99vh) scale(.3738)}}.snow:nth-child(287){opacity:.3168;transform:translate(7.7216vw,-10px) scale(.6632);animation:fall-287 14s -5s linear infinite}@keyframes fall-287{36.652%{transform:translate(9.3554vw,36.652vh) scale(.6632)}to{transform:translate(8.5385vw,99vh) scale(.6632)}}.snow:nth-child(288){opacity:1.6986;transform:translate(57.3282vw,-10px) scale(.2649);animation:fall-288 30s -18s linear infinite}@keyframes fall-288{47.043%{transform:translate(53.6983vw,47.043vh) scale(.2649)}to{transform:translate(55.51325vw,99vh) scale(.2649)}}.snow:nth-child(289){opacity:.8748;transform:translate(38.5209vw,-10px) scale(.0907);animation:fall-289 12s -25s linear infinite}@keyframes fall-289{63.061%{transform:translate(40.7321vw,63.061vh) scale(.0907)}to{transform:translate(39.6265vw,99vh) scale(.0907)}}.snow:nth-child(290){opacity:1.7026;transform:translate(37.7216vw,-10px) scale(.8022);animation:fall-290 19s -24s linear infinite}@keyframes fall-290{71.03%{transform:translate(39.028vw,71.03vh) scale(.8022)}to{transform:translate(38.3748vw,99vh) scale(.8022)}}.snow:nth-child(291){opacity:1.3132;transform:translate(50.4909vw,-10px) scale(.9371);animation:fall-291 11s -7s linear infinite}@keyframes fall-291{40.22%{transform:translate(56.0162vw,40.22vh) scale(.9371)}to{transform:translate(53.25355vw,99vh) scale(.9371)}}.snow:nth-child(292){opacity:1.2082;transform:translate(4.1647vw,-10px) scale(.8563);animation:fall-292 16s -14s linear infinite}@keyframes fall-292{72.692%{transform:translate(8.1521vw,72.692vh) scale(.8563)}to{transform:translate(6.1584vw,99vh) scale(.8563)}}.snow:nth-child(293){opacity:.3488;transform:translate(29.9565vw,-10px) scale(.273);animation:fall-293 15s -2s linear infinite}@keyframes fall-293{67.827%{transform:translate(32.72vw,67.827vh) scale(.273)}to{transform:translate(31.33825vw,99vh) scale(.273)}}.snow:nth-child(294){opacity:.4792;transform:translate(59.7745vw,-10px) scale(.0977);animation:fall-294 11s -28s linear infinite}@keyframes fall-294{78.114%{transform:translate(55.4075vw,78.114vh) scale(.0977)}to{transform:translate(57.591vw,99vh) scale(.0977)}}.snow:nth-child(295){opacity:.9536;transform:translate(42.0035vw,-10px) scale(.703);animation:fall-295 16s -16s linear infinite}@keyframes fall-295{47.138%{transform:translate(33.1264vw,47.138vh) scale(.703)}to{transform:translate(37.56495vw,99vh) scale(.703)}}.snow:nth-child(296){opacity:.6388;transform:translate(40.0412vw,-10px) scale(.4534);animation:fall-296 12s -20s linear infinite}@keyframes fall-296{32.247%{transform:translate(39.2833vw,32.247vh) scale(.4534)}to{transform:translate(39.66225vw,99vh) scale(.4534)}}.snow:nth-child(297){opacity:.713;transform:translate(10.4125vw,-10px) scale(.7586);animation:fall-297 17s -14s linear infinite}@keyframes fall-297{46.449%{transform:translate(2.6191vw,46.449vh) scale(.7586)}to{transform:translate(6.5158vw,99vh) scale(.7586)}}.snow:nth-child(298){opacity:.9542;transform:translate(77.7697vw,-10px) scale(.9903);animation:fall-298 23s -14s linear infinite}@keyframes fall-298{41.158%{transform:translate(70.539vw,41.158vh) scale(.9903)}to{transform:translate(74.15435vw,99vh) scale(.9903)}}.snow:nth-child(299){opacity:1.5038;transform:translate(34.2739vw,-10px) scale(.8049);animation:fall-299 10s -13s linear infinite}@keyframes fall-299{39.886%{transform:translate(28.6767vw,39.886vh) scale(.8049)}to{transform:translate(31.4753vw,99vh) scale(.8049)}}.snow:nth-child(300){opacity:1.4462;transform:translate(54.8428vw,-10px) scale(.5697);animation:fall-300 11s -5s linear infinite}@keyframes fall-300{73.706%{transform:translate(55.9373vw,73.706vh) scale(.5697)}to{transform:translate(55.39005vw,99vh) scale(.5697)}}.snow:nth-child(301){opacity:.3868;transform:translate(16.3293vw,-10px) scale(.3372);animation:fall-301 10s -20s linear infinite}@keyframes fall-301{62.816%{transform:translate(14.5321vw,62.816vh) scale(.3372)}to{transform:translate(15.4307vw,99vh) scale(.3372)}}.snow:nth-child(302){opacity:1.2242;transform:translate(51.7808vw,-10px) scale(.7156);animation:fall-302 24s -27s linear infinite}@keyframes fall-302{31.203%{transform:translate(49.0529vw,31.203vh) scale(.7156)}to{transform:translate(50.41685vw,99vh) scale(.7156)}}.snow:nth-child(303){opacity:.2446;transform:translate(49.2986vw,-10px) scale(.166);animation:fall-303 25s -15s linear infinite}@keyframes fall-303{35.686%{transform:translate(50.5708vw,35.686vh) scale(.166)}to{transform:translate(49.9347vw,99vh) scale(.166)}}.snow:nth-child(304){opacity:1.4804;transform:translate(57.8143vw,-10px) scale(.4256);animation:fall-304 12s -21s linear infinite}@keyframes fall-304{59.969%{transform:translate(57.3157vw,59.969vh) scale(.4256)}to{transform:translate(57.565vw,99vh) scale(.4256)}}.snow:nth-child(305){opacity:.9848;transform:translate(55.1199vw,-10px) scale(.7789);animation:fall-305 20s -2s linear infinite}@keyframes fall-305{51.505%{transform:translate(59.3122vw,51.505vh) scale(.7789)}to{transform:translate(57.21605vw,99vh) scale(.7789)}}.snow:nth-child(306){opacity:.028;transform:translate(77.5729vw,-10px) scale(.9842);animation:fall-306 22s -26s linear infinite}@keyframes fall-306{31.142%{transform:translate(79.3919vw,31.142vh) scale(.9842)}to{transform:translate(78.4824vw,99vh) scale(.9842)}}.snow:nth-child(307){opacity:.962;transform:translate(91.6679vw,-10px) scale(.6037);animation:fall-307 10s -25s linear infinite}@keyframes fall-307{32.535%{transform:translate(82.6008vw,32.535vh) scale(.6037)}to{transform:translate(87.13435vw,99vh) scale(.6037)}}.snow:nth-child(308){opacity:1.9162;transform:translate(86.2933vw,-10px) scale(.3018);animation:fall-308 27s -10s linear infinite}@keyframes fall-308{42.377%{transform:translate(95.6561vw,42.377vh) scale(.3018)}to{transform:translate(90.9747vw,99vh) scale(.3018)}}.snow:nth-child(309){opacity:.5874;transform:translate(51.3201vw,-10px) scale(.0667);animation:fall-309 26s -15s linear infinite}@keyframes fall-309{71.724%{transform:translate(56.3013vw,71.724vh) scale(.0667)}to{transform:translate(53.8107vw,99vh) scale(.0667)}}.snow:nth-child(310){opacity:.8276;transform:translate(38.531vw,-10px) scale(.2039);animation:fall-310 30s -28s linear infinite}@keyframes fall-310{43.947%{transform:translate(46.6911vw,43.947vh) scale(.2039)}to{transform:translate(42.61105vw,99vh) scale(.2039)}}.snow:nth-child(311){opacity:.0286;transform:translate(32.5482vw,-10px) scale(.1186);animation:fall-311 17s -18s linear infinite}@keyframes fall-311{47.361%{transform:translate(30.0424vw,47.361vh) scale(.1186)}to{transform:translate(31.2953vw,99vh) scale(.1186)}}.snow:nth-child(312){opacity:1.176;transform:translate(48.5778vw,-10px) scale(.4224);animation:fall-312 29s -21s linear infinite}@keyframes fall-312{45.771%{transform:translate(39.8001vw,45.771vh) scale(.4224)}to{transform:translate(44.18895vw,99vh) scale(.4224)}}.snow:nth-child(313){opacity:1.8222;transform:translate(57.8549vw,-10px) scale(.4203);animation:fall-313 21s -14s linear infinite}@keyframes fall-313{58.032%{transform:translate(51.5502vw,58.032vh) scale(.4203)}to{transform:translate(54.70255vw,99vh) scale(.4203)}}.snow:nth-child(314){opacity:1.3208;transform:translate(40.2639vw,-10px) scale(.0072);animation:fall-314 29s -6s linear infinite}@keyframes fall-314{75.491%{transform:translate(45.0693vw,75.491vh) scale(.0072)}to{transform:translate(42.6666vw,99vh) scale(.0072)}}.snow:nth-child(315){opacity:.21;transform:translate(5.6243vw,-10px) scale(.0322);animation:fall-315 10s -15s linear infinite}@keyframes fall-315{69.124%{transform:translate(3.4377vw,69.124vh) scale(.0322)}to{transform:translate(4.531vw,99vh) scale(.0322)}}.snow:nth-child(316){opacity:.973;transform:translate(90.4317vw,-10px) scale(.8002);animation:fall-316 27s -29s linear infinite}@keyframes fall-316{44.751%{transform:translate(88.3992vw,44.751vh) scale(.8002)}to{transform:translate(89.41545vw,99vh) scale(.8002)}}.snow:nth-child(317){opacity:.084;transform:translate(51.1898vw,-10px) scale(.442);animation:fall-317 28s -20s linear infinite}@keyframes fall-317{59.42%{transform:translate(44.1526vw,59.42vh) scale(.442)}to{transform:translate(47.6712vw,99vh) scale(.442)}}.snow:nth-child(318){opacity:.6034;transform:translate(35.2771vw,-10px) scale(.556);animation:fall-318 11s -24s linear infinite}@keyframes fall-318{66.375%{transform:translate(31.4394vw,66.375vh) scale(.556)}to{transform:translate(33.35825vw,99vh) scale(.556)}}.snow:nth-child(319){opacity:.9276;transform:translate(36.2388vw,-10px) scale(.9768);animation:fall-319 22s -15s linear infinite}@keyframes fall-319{71.557%{transform:translate(32.9003vw,71.557vh) scale(.9768)}to{transform:translate(34.56955vw,99vh) scale(.9768)}}.snow:nth-child(320){opacity:.812;transform:translate(92.8785vw,-10px) scale(.0621);animation:fall-320 30s -9s linear infinite}@keyframes fall-320{71.286%{transform:translate(89.5821vw,71.286vh) scale(.0621)}to{transform:translate(91.2303vw,99vh) scale(.0621)}}.snow:nth-child(321){opacity:1.2086;transform:translate(31.6883vw,-10px) scale(.8551);animation:fall-321 13s -2s linear infinite}@keyframes fall-321{56.376%{transform:translate(23.1466vw,56.376vh) scale(.8551)}to{transform:translate(27.41745vw,99vh) scale(.8551)}}.snow:nth-child(322){opacity:1.4804;transform:translate(.9358vw,-10px) scale(.1217);animation:fall-322 11s -26s linear infinite}@keyframes fall-322{40.592%{transform:translate(4.4672vw,40.592vh) scale(.1217)}to{transform:translate(2.7015vw,99vh) scale(.1217)}}.snow:nth-child(323){opacity:.458;transform:translate(3.139vw,-10px) scale(.6647);animation:fall-323 24s -23s linear infinite}@keyframes fall-323{79.087%{transform:translate(2.8102vw,79.087vh) scale(.6647)}to{transform:translate(2.9746vw,99vh) scale(.6647)}}.snow:nth-child(324){opacity:1.3928;transform:translate(63.6136vw,-10px) scale(.97);animation:fall-324 15s -21s linear infinite}@keyframes fall-324{36.248%{transform:translate(54.6318vw,36.248vh) scale(.97)}to{transform:translate(59.1227vw,99vh) scale(.97)}}.snow:nth-child(325){opacity:.9122;transform:translate(64.1134vw,-10px) scale(.4547);animation:fall-325 19s -17s linear infinite}@keyframes fall-325{75.918%{transform:translate(73.6167vw,75.918vh) scale(.4547)}to{transform:translate(68.86505vw,99vh) scale(.4547)}}.snow:nth-child(326){opacity:.1894;transform:translate(.2512vw,-10px) scale(.9224);animation:fall-326 10s -20s linear infinite}@keyframes fall-326{52.844%{transform:translate(-8.046vw,52.844vh) scale(.9224)}to{transform:translate(-3.8974vw,99vh) scale(.9224)}}.snow:nth-child(327){opacity:.9228;transform:translate(37.9578vw,-10px) scale(.7928);animation:fall-327 27s -25s linear infinite}@keyframes fall-327{53.404%{transform:translate(38.4486vw,53.404vh) scale(.7928)}to{transform:translate(38.2032vw,99vh) scale(.7928)}}.snow:nth-child(328){opacity:.2948;transform:translate(16.3739vw,-10px) scale(.2308);animation:fall-328 18s -2s linear infinite}@keyframes fall-328{59.859%{transform:translate(11.7787vw,59.859vh) scale(.2308)}to{transform:translate(14.0763vw,99vh) scale(.2308)}}.snow:nth-child(329){opacity:1.5614;transform:translate(8.1917vw,-10px) scale(.2846);animation:fall-329 24s -23s linear infinite}@keyframes fall-329{65.465%{transform:translate(6.8625vw,65.465vh) scale(.2846)}to{transform:translate(7.5271vw,99vh) scale(.2846)}}.snow:nth-child(330){opacity:.0008;transform:translate(50.1123vw,-10px) scale(.107);animation:fall-330 10s -30s linear infinite}@keyframes fall-330{55.752%{transform:translate(49.9301vw,55.752vh) scale(.107)}to{transform:translate(50.0212vw,99vh) scale(.107)}}.snow:nth-child(331){opacity:.5138;transform:translate(95.7651vw,-10px) scale(.1952);animation:fall-331 24s -25s linear infinite}@keyframes fall-331{32.061%{transform:translate(87.0896vw,32.061vh) scale(.1952)}to{transform:translate(91.42735vw,99vh) scale(.1952)}}.snow:nth-child(332){opacity:.481;transform:translate(.2748vw,-10px) scale(.3461);animation:fall-332 22s -21s linear infinite}@keyframes fall-332{53.301%{transform:translate(8.2409vw,53.301vh) scale(.3461)}to{transform:translate(4.25785vw,99vh) scale(.3461)}}.snow:nth-child(333){opacity:.771;transform:translate(49.0433vw,-10px) scale(.8952);animation:fall-333 10s -25s linear infinite}@keyframes fall-333{73.617%{transform:translate(53.9694vw,73.617vh) scale(.8952)}to{transform:translate(51.50635vw,99vh) scale(.8952)}}.snow:nth-child(334){opacity:1.8508;transform:translate(3.5866vw,-10px) scale(.6766);animation:fall-334 27s -11s linear infinite}@keyframes fall-334{56.901%{transform:translate(10.2004vw,56.901vh) scale(.6766)}to{transform:translate(6.8935vw,99vh) scale(.6766)}}.snow:nth-child(335){opacity:.2258;transform:translate(58.9183vw,-10px) scale(.3909);animation:fall-335 18s -3s linear infinite}@keyframes fall-335{39.734%{transform:translate(53.5169vw,39.734vh) scale(.3909)}to{transform:translate(56.2176vw,99vh) scale(.3909)}}.snow:nth-child(336){opacity:.5252;transform:translate(71.501vw,-10px) scale(.2324);animation:fall-336 26s -27s linear infinite}@keyframes fall-336{64.802%{transform:translate(67.8215vw,64.802vh) scale(.2324)}to{transform:translate(69.66125vw,99vh) scale(.2324)}}.snow:nth-child(337){opacity:1.1738;transform:translate(77.5011vw,-10px) scale(.3896);animation:fall-337 30s -1s linear infinite}@keyframes fall-337{67.017%{transform:translate(72.5186vw,67.017vh) scale(.3896)}to{transform:translate(75.00985vw,99vh) scale(.3896)}}.snow:nth-child(338){opacity:1.881;transform:translate(52.1601vw,-10px) scale(.9117);animation:fall-338 20s -23s linear infinite}@keyframes fall-338{55.473%{transform:translate(59.5296vw,55.473vh) scale(.9117)}to{transform:translate(55.84485vw,99vh) scale(.9117)}}.snow:nth-child(339){opacity:.5454;transform:translate(48.9172vw,-10px) scale(.2745);animation:fall-339 10s -10s linear infinite}@keyframes fall-339{67.284%{transform:translate(48.522vw,67.284vh) scale(.2745)}to{transform:translate(48.7196vw,99vh) scale(.2745)}}.snow:nth-child(340){opacity:1.4906;transform:translate(26.8593vw,-10px) scale(.8191);animation:fall-340 24s -21s linear infinite}@keyframes fall-340{36.763%{transform:translate(23.5703vw,36.763vh) scale(.8191)}to{transform:translate(25.2148vw,99vh) scale(.8191)}}.snow:nth-child(341){opacity:1.0532;transform:translate(93.9772vw,-10px) scale(.8311);animation:fall-341 15s -25s linear infinite}@keyframes fall-341{77.228%{transform:translate(93.4038vw,77.228vh) scale(.8311)}to{transform:translate(93.6905vw,99vh) scale(.8311)}}.snow:nth-child(342){opacity:1.8744;transform:translate(60.891vw,-10px) scale(.9062);animation:fall-342 24s -20s linear infinite}@keyframes fall-342{53.621%{transform:translate(69.8147vw,53.621vh) scale(.9062)}to{transform:translate(65.35285vw,99vh) scale(.9062)}}.snow:nth-child(343){opacity:.2158;transform:translate(23.5917vw,-10px) scale(.0794);animation:fall-343 22s -27s linear infinite}@keyframes fall-343{62.764%{transform:translate(18.4864vw,62.764vh) scale(.0794)}to{transform:translate(21.03905vw,99vh) scale(.0794)}}.snow:nth-child(344){opacity:.68;transform:translate(82.9393vw,-10px) scale(.279);animation:fall-344 21s -16s linear infinite}@keyframes fall-344{68.472%{transform:translate(75.7709vw,68.472vh) scale(.279)}to{transform:translate(79.3551vw,99vh) scale(.279)}}.snow:nth-child(345){opacity:1.3512;transform:translate(79.8769vw,-10px) scale(.4926);animation:fall-345 15s -6s linear infinite}@keyframes fall-345{70.153%{transform:translate(76.7087vw,70.153vh) scale(.4926)}to{transform:translate(78.2928vw,99vh) scale(.4926)}}.snow:nth-child(346){opacity:1.391;transform:translate(92.271vw,-10px) scale(.4826);animation:fall-346 18s -23s linear infinite}@keyframes fall-346{41.327%{transform:translate(92.9178vw,41.327vh) scale(.4826)}to{transform:translate(92.5944vw,99vh) scale(.4826)}}.snow:nth-child(347){opacity:.3008;transform:translate(72.5656vw,-10px) scale(.86);animation:fall-347 22s -11s linear infinite}@keyframes fall-347{76.75%{transform:translate(78.7243vw,76.75vh) scale(.86)}to{transform:translate(75.64495vw,99vh) scale(.86)}}.snow:nth-child(348){opacity:.9934;transform:translate(47.2822vw,-10px) scale(.0054);animation:fall-348 17s -13s linear infinite}@keyframes fall-348{74.222%{transform:translate(42.6194vw,74.222vh) scale(.0054)}to{transform:translate(44.9508vw,99vh) scale(.0054)}}.snow:nth-child(349){opacity:1.1932;transform:translate(22.4564vw,-10px) scale(.352);animation:fall-349 25s -29s linear infinite}@keyframes fall-349{60.653%{transform:translate(16.0462vw,60.653vh) scale(.352)}to{transform:translate(19.2513vw,99vh) scale(.352)}}.snow:nth-child(350){opacity:1.3552;transform:translate(68.6406vw,-10px) scale(.8756);animation:fall-350 29s -14s linear infinite}@keyframes fall-350{78.057%{transform:translate(66.1535vw,78.057vh) scale(.8756)}to{transform:translate(67.39705vw,99vh) scale(.8756)}}.snow:nth-child(351){opacity:1.8986;transform:translate(80.0139vw,-10px) scale(.7935);animation:fall-351 15s -18s linear infinite}@keyframes fall-351{31.827%{transform:translate(79.4253vw,31.827vh) scale(.7935)}to{transform:translate(79.7196vw,99vh) scale(.7935)}}.snow:nth-child(352){opacity:1.269;transform:translate(94.5466vw,-10px) scale(.2202);animation:fall-352 24s -17s linear infinite}@keyframes fall-352{66.194%{transform:translate(91.2553vw,66.194vh) scale(.2202)}to{transform:translate(92.90095vw,99vh) scale(.2202)}}.snow:nth-child(353){opacity:.5;transform:translate(67.0256vw,-10px) scale(.022);animation:fall-353 19s -4s linear infinite}@keyframes fall-353{41.26%{transform:translate(59.6991vw,41.26vh) scale(.022)}to{transform:translate(63.36235vw,99vh) scale(.022)}}.snow:nth-child(354){opacity:1.1402;transform:translate(1.1332vw,-10px) scale(.0432);animation:fall-354 28s -30s linear infinite}@keyframes fall-354{54.37%{transform:translate(-7.6788vw,54.37vh) scale(.0432)}to{transform:translate(-3.2728vw,99vh) scale(.0432)}}.snow:nth-child(355){opacity:1.7482;transform:translate(59.3495vw,-10px) scale(.79);animation:fall-355 18s -26s linear infinite}@keyframes fall-355{60.597%{transform:translate(50.7884vw,60.597vh) scale(.79)}to{transform:translate(55.06895vw,99vh) scale(.79)}}.snow:nth-child(356){opacity:.4576;transform:translate(60.3096vw,-10px) scale(.6801);animation:fall-356 22s -1s linear infinite}@keyframes fall-356{48.792%{transform:translate(65.1913vw,48.792vh) scale(.6801)}to{transform:translate(62.75045vw,99vh) scale(.6801)}}.snow:nth-child(357){opacity:1.0248;transform:translate(96.4478vw,-10px) scale(.0599);animation:fall-357 27s -19s linear infinite}@keyframes fall-357{72.384%{transform:translate(103.423vw,72.384vh) scale(.0599)}to{transform:translate(99.9354vw,99vh) scale(.0599)}}.snow:nth-child(358){opacity:.7992;transform:translate(46.6224vw,-10px) scale(.7966);animation:fall-358 18s -25s linear infinite}@keyframes fall-358{31.894%{transform:translate(51.034vw,31.894vh) scale(.7966)}to{transform:translate(48.8282vw,99vh) scale(.7966)}}.snow:nth-child(359){opacity:1.8182;transform:translate(52.2254vw,-10px) scale(.723);animation:fall-359 28s -3s linear infinite}@keyframes fall-359{39.849%{transform:translate(55.9342vw,39.849vh) scale(.723)}to{transform:translate(54.0798vw,99vh) scale(.723)}}.snow:nth-child(360){opacity:.8462;transform:translate(50.2498vw,-10px) scale(.8247);animation:fall-360 16s -24s linear infinite}@keyframes fall-360{34.596%{transform:translate(41.4518vw,34.596vh) scale(.8247)}to{transform:translate(45.8508vw,99vh) scale(.8247)}}.snow:nth-child(361){opacity:.7582;transform:translate(25.8237vw,-10px) scale(.9708);animation:fall-361 28s -14s linear infinite}@keyframes fall-361{55.073%{transform:translate(33.3078vw,55.073vh) scale(.9708)}to{transform:translate(29.56575vw,99vh) scale(.9708)}}.snow:nth-child(362){opacity:1.66;transform:translate(98.3506vw,-10px) scale(.3913);animation:fall-362 19s -29s linear infinite}@keyframes fall-362{41.109%{transform:translate(97.3272vw,41.109vh) scale(.3913)}to{transform:translate(97.8389vw,99vh) scale(.3913)}}.snow:nth-child(363){opacity:1.161;transform:translate(87.1094vw,-10px) scale(.9536);animation:fall-363 25s -6s linear infinite}@keyframes fall-363{32.777%{transform:translate(86.6855vw,32.777vh) scale(.9536)}to{transform:translate(86.89745vw,99vh) scale(.9536)}}.snow:nth-child(364){opacity:.2356;transform:translate(44.2148vw,-10px) scale(.2472);animation:fall-364 14s -5s linear infinite}@keyframes fall-364{65.882%{transform:translate(41.7867vw,65.882vh) scale(.2472)}to{transform:translate(43.00075vw,99vh) scale(.2472)}}.snow:nth-child(365){opacity:.7286;transform:translate(43.0216vw,-10px) scale(.6783);animation:fall-365 17s -1s linear infinite}@keyframes fall-365{50.361%{transform:translate(38.0939vw,50.361vh) scale(.6783)}to{transform:translate(40.55775vw,99vh) scale(.6783)}}.snow:nth-child(366){opacity:1.3866;transform:translate(7.4127vw,-10px) scale(.7208);animation:fall-366 12s -21s linear infinite}@keyframes fall-366{32.033%{transform:translate(-.6689vw,32.033vh) scale(.7208)}to{transform:translate(3.3719vw,99vh) scale(.7208)}}.snow:nth-child(367){opacity:.9074;transform:translate(50.3591vw,-10px) scale(.7466);animation:fall-367 12s -30s linear infinite}@keyframes fall-367{73.181%{transform:translate(51.7978vw,73.181vh) scale(.7466)}to{transform:translate(51.07845vw,99vh) scale(.7466)}}.snow:nth-child(368){opacity:.17;transform:translate(9.0107vw,-10px) scale(.337);animation:fall-368 26s -23s linear infinite}@keyframes fall-368{38.334%{transform:translate(3.1574vw,38.334vh) scale(.337)}to{transform:translate(6.08405vw,99vh) scale(.337)}}.snow:nth-child(369){opacity:1.9388;transform:translate(53.5973vw,-10px) scale(.0045);animation:fall-369 27s -28s linear infinite}@keyframes fall-369{46.732%{transform:translate(53.9453vw,46.732vh) scale(.0045)}to{transform:translate(53.7713vw,99vh) scale(.0045)}}.snow:nth-child(370){opacity:.3852;transform:translate(77.7095vw,-10px) scale(.4619);animation:fall-370 22s -18s linear infinite}@keyframes fall-370{39.165%{transform:translate(79.0965vw,39.165vh) scale(.4619)}to{transform:translate(78.403vw,99vh) scale(.4619)}}.snow:nth-child(371){opacity:.8274;transform:translate(21.5701vw,-10px) scale(.4779);animation:fall-371 20s -18s linear infinite}@keyframes fall-371{61.656%{transform:translate(29.5315vw,61.656vh) scale(.4779)}to{transform:translate(25.5508vw,99vh) scale(.4779)}}.snow:nth-child(372){opacity:.5946;transform:translate(46.5638vw,-10px) scale(.6268);animation:fall-372 28s -13s linear infinite}@keyframes fall-372{54.338%{transform:translate(41.0111vw,54.338vh) scale(.6268)}to{transform:translate(43.78745vw,99vh) scale(.6268)}}.snow:nth-child(373){opacity:.9948;transform:translate(53.3457vw,-10px) scale(.7519);animation:fall-373 26s -14s linear infinite}@keyframes fall-373{78.921%{transform:translate(61.1649vw,78.921vh) scale(.7519)}to{transform:translate(57.2553vw,99vh) scale(.7519)}}.snow:nth-child(374){opacity:.8564;transform:translate(83.9792vw,-10px) scale(.7077);animation:fall-374 25s -1s linear infinite}@keyframes fall-374{57.379%{transform:translate(76.5034vw,57.379vh) scale(.7077)}to{transform:translate(80.2413vw,99vh) scale(.7077)}}.snow:nth-child(375){opacity:1.5434;transform:translate(87.566vw,-10px) scale(.2206);animation:fall-375 22s -26s linear infinite}@keyframes fall-375{69.808%{transform:translate(83.7982vw,69.808vh) scale(.2206)}to{transform:translate(85.6821vw,99vh) scale(.2206)}}.snow:nth-child(376){opacity:1.592;transform:translate(47.8319vw,-10px) scale(.1004);animation:fall-376 25s -6s linear infinite}@keyframes fall-376{76.64%{transform:translate(53.1467vw,76.64vh) scale(.1004)}to{transform:translate(50.4893vw,99vh) scale(.1004)}}.snow:nth-child(377){opacity:1.0192;transform:translate(59.6578vw,-10px) scale(.5399);animation:fall-377 15s -14s linear infinite}@keyframes fall-377{34.115%{transform:translate(60.3106vw,34.115vh) scale(.5399)}to{transform:translate(59.9842vw,99vh) scale(.5399)}}.snow:nth-child(378){opacity:.2684;transform:translate(50.9997vw,-10px) scale(.3775);animation:fall-378 15s -12s linear infinite}@keyframes fall-378{49.331%{transform:translate(43.5494vw,49.331vh) scale(.3775)}to{transform:translate(47.27455vw,99vh) scale(.3775)}}.snow:nth-child(379){opacity:1.9906;transform:translate(1.6097vw,-10px) scale(.7667);animation:fall-379 13s -5s linear infinite}@keyframes fall-379{39.27%{transform:translate(8.6668vw,39.27vh) scale(.7667)}to{transform:translate(5.13825vw,99vh) scale(.7667)}}.snow:nth-child(380){opacity:1.8756;transform:translate(38.6687vw,-10px) scale(.1832);animation:fall-380 19s -28s linear infinite}@keyframes fall-380{56.396%{transform:translate(40.8728vw,56.396vh) scale(.1832)}to{transform:translate(39.77075vw,99vh) scale(.1832)}}.snow:nth-child(381){opacity:1.973;transform:translate(57.3947vw,-10px) scale(.1199);animation:fall-381 15s -4s linear infinite}@keyframes fall-381{60.353%{transform:translate(47.7096vw,60.353vh) scale(.1199)}to{transform:translate(52.55215vw,99vh) scale(.1199)}}.snow:nth-child(382){opacity:1.3016;transform:translate(46.1097vw,-10px) scale(.1893);animation:fall-382 17s -5s linear infinite}@keyframes fall-382{31.564%{transform:translate(46.7947vw,31.564vh) scale(.1893)}to{transform:translate(46.4522vw,99vh) scale(.1893)}}.snow:nth-child(383){opacity:.4914;transform:translate(55.7042vw,-10px) scale(.9712);animation:fall-383 11s -18s linear infinite}@keyframes fall-383{42.054%{transform:translate(48.7613vw,42.054vh) scale(.9712)}to{transform:translate(52.23275vw,99vh) scale(.9712)}}.snow:nth-child(384){opacity:1.231;transform:translate(97.0349vw,-10px) scale(.7054);animation:fall-384 25s -16s linear infinite}@keyframes fall-384{66.771%{transform:translate(100.5117vw,66.771vh) scale(.7054)}to{transform:translate(98.7733vw,99vh) scale(.7054)}}.snow:nth-child(385){opacity:.7304;transform:translate(74.9843vw,-10px) scale(.4315);animation:fall-385 26s -17s linear infinite}@keyframes fall-385{58.197%{transform:translate(76.3265vw,58.197vh) scale(.4315)}to{transform:translate(75.6554vw,99vh) scale(.4315)}}.snow:nth-child(386){opacity:.001;transform:translate(33.6265vw,-10px) scale(.5613);animation:fall-386 26s -4s linear infinite}@keyframes fall-386{64.945%{transform:translate(29.6029vw,64.945vh) scale(.5613)}to{transform:translate(31.6147vw,99vh) scale(.5613)}}.snow:nth-child(387){opacity:1.042;transform:translate(45.9045vw,-10px) scale(.9928);animation:fall-387 23s -27s linear infinite}@keyframes fall-387{30.831%{transform:translate(48.4402vw,30.831vh) scale(.9928)}to{transform:translate(47.17235vw,99vh) scale(.9928)}}.snow:nth-child(388){opacity:.7738;transform:translate(36.194vw,-10px) scale(.7913);animation:fall-388 21s -16s linear infinite}@keyframes fall-388{76.755%{transform:translate(39.7255vw,76.755vh) scale(.7913)}to{transform:translate(37.95975vw,99vh) scale(.7913)}}.snow:nth-child(389){opacity:1.1526;transform:translate(89.2012vw,-10px) scale(.0167);animation:fall-389 29s -21s linear infinite}@keyframes fall-389{40.858%{transform:translate(83.7977vw,40.858vh) scale(.0167)}to{transform:translate(86.49945vw,99vh) scale(.0167)}}.snow:nth-child(390){opacity:.9646;transform:translate(78.607vw,-10px) scale(.1889);animation:fall-390 19s -1s linear infinite}@keyframes fall-390{44.201%{transform:translate(77.8667vw,44.201vh) scale(.1889)}to{transform:translate(78.23685vw,99vh) scale(.1889)}}.snow:nth-child(391){opacity:.381;transform:translate(87.0943vw,-10px) scale(.5243);animation:fall-391 18s -12s linear infinite}@keyframes fall-391{48.917%{transform:translate(92.42vw,48.917vh) scale(.5243)}to{transform:translate(89.75715vw,99vh) scale(.5243)}}.snow:nth-child(392){opacity:1.1602;transform:translate(58.7826vw,-10px) scale(.099);animation:fall-392 22s -19s linear infinite}@keyframes fall-392{75.582%{transform:translate(61.4213vw,75.582vh) scale(.099)}to{transform:translate(60.10195vw,99vh) scale(.099)}}.snow:nth-child(393){opacity:1.0806;transform:translate(95.8376vw,-10px) scale(.4804);animation:fall-393 30s -26s linear infinite}@keyframes fall-393{48.469%{transform:translate(91.8962vw,48.469vh) scale(.4804)}to{transform:translate(93.8669vw,99vh) scale(.4804)}}.snow:nth-child(394){opacity:.5314;transform:translate(45.1374vw,-10px) scale(.3862);animation:fall-394 16s -26s linear infinite}@keyframes fall-394{60.629%{transform:translate(54.0676vw,60.629vh) scale(.3862)}to{transform:translate(49.6025vw,99vh) scale(.3862)}}.snow:nth-child(395){opacity:.8512;transform:translate(4.0908vw,-10px) scale(.7415);animation:fall-395 14s -4s linear infinite}@keyframes fall-395{59.128%{transform:translate(-5.4315vw,59.128vh) scale(.7415)}to{transform:translate(-.67035vw,99vh) scale(.7415)}}.snow:nth-child(396){opacity:1.766;transform:translate(18.1119vw,-10px) scale(.3745);animation:fall-396 30s -14s linear infinite}@keyframes fall-396{53.667%{transform:translate(20.023vw,53.667vh) scale(.3745)}to{transform:translate(19.06745vw,99vh) scale(.3745)}}.snow:nth-child(397){opacity:1.8768;transform:translate(83.8111vw,-10px) scale(.0342);animation:fall-397 21s -14s linear infinite}@keyframes fall-397{40.147%{transform:translate(85.0203vw,40.147vh) scale(.0342)}to{transform:translate(84.4157vw,99vh) scale(.0342)}}.snow:nth-child(398){opacity:.4132;transform:translate(82.6006vw,-10px) scale(.9493);animation:fall-398 30s -3s linear infinite}@keyframes fall-398{37.187%{transform:translate(83.7904vw,37.187vh) scale(.9493)}to{transform:translate(83.1955vw,99vh) scale(.9493)}}.snow:nth-child(399){opacity:.1054;transform:translate(67.078vw,-10px) scale(.7072);animation:fall-399 11s -8s linear infinite}@keyframes fall-399{78.66%{transform:translate(76.919vw,78.66vh) scale(.7072)}to{transform:translate(71.9985vw,99vh) scale(.7072)}}.snow:nth-child(400){opacity:.735;transform:translate(76.6178vw,-10px) scale(.6163);animation:fall-400 26s -29s linear infinite}@keyframes fall-400{58.479%{transform:translate(74.8505vw,58.479vh) scale(.6163)}to{transform:translate(75.73415vw,99vh) scale(.6163)}}\n"], dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.RouterOutlet, selector: "router-outlet", inputs: ["name"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
24
|
+
AppComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AppComponent, selector: "app-root", ngImport: i0, template: "<!-- <ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows; trackBy: snowTrackBy\" class=\"snow\"></div>\r\n</ng-container> -->\r\n<router-outlet></router-outlet>", styles: [".table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width: 0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width: 0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width: 0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width: 0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width: 0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:rgba(2,74,136,.5)}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:rgba(45,146,45,.5)}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:rgba(36,141,173,.5)}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:rgba(247,154,23,.5)}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:rgba(191,23,37,.5)}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:rgba(0,0,0,.4)}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:rgba(0,0,0,.2)}.card.overlay .card-img{border-radius:0;-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media (min-width: 1400px){.d-xxl-block{display:block!important}}@media (min-width: 576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:rgba(2,74,136,.8)!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:rgba(2,74,136,.5);border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:rgba(2,74,136,.95)!important;border-color:#024a88f2!important}.btn-success{background:rgba(45,146,45,.8);border-color:#2d922dcc}.btn-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:rgba(45,146,45,.95)!important;border-color:#2d922df2!important}.btn-info{background:rgba(36,141,173,.8);border-color:#248dadcc}.btn-info.medium-opacity{background:rgba(36,141,173,.5);border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:rgba(36,141,173,.95)!important;border-color:#248dadf2!important}.btn-warning{background:rgba(247,154,23,.8);border-color:#f79a17cc}.btn-warning.medium-opacity{background:rgba(247,154,23,.5);border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:rgba(247,154,23,.95)!important;border-color:#f79a17f2!important}.btn-danger{background:rgba(191,23,37,.8);border-color:#bf1725cc}.btn-danger.medium-opacity{background:rgba(191,23,37,.5);border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:rgba(191,23,37,.95)!important;border-color:#bf1725f2!important}.btn-dark{background:rgba(0,0,0,.8);border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:rgba(0,0,0,.5);border-color:#0000001a}.btn-dark:hover{background:black;border-color:#000}.btn-dark:active{background:rgba(0,0,0,.95)!important;border-color:#000000f2!important}.btn-main{background:rgba(36,45,58,.8);border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:rgba(36,45,58,.5);border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:rgba(36,45,58,.95)!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242D3A;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242D3A}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242D3A}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:rgba(255,255,255,.1) url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:rgba(2,74,136,.5)!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:rgba(45,146,45,.5)!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:rgba(247,154,23,.5)!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:rgba(191,23,37,.5)!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:rgba(36,45,58,.5)!important}.bg-dark{background:black!important}.bg-dark.medium-opacity{background:rgba(0,0,0,.5)!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800px){.modal-feminist{max-width:1366px}}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{transform:scaleY(-1)}.app-flip-x{transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box-600{max-height:600px;overflow-x:hidden;overflow-y:auto}.list-area{position:relative!important}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:rgba(255,50,50,.2);position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:white;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.wizard-step-container{background-color:#fff;box-shadow:#63636333 0 2px 8px;padding:10px}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:rgba(0,0,0,.5) none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:rgb(237,237,237);border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{padding-left:0;margin-top:20px}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.app-search-background{z-index:9999;margin-top:60px;padding:0;background-color:#0000004d;width:100vw;height:calc(100vh - 60px)}.app-search-result-box{height:calc(100% - 35px);overflow:hidden;margin:20px}.app-search-card{margin-top:2px;margin-bottom:10px;padding:15px;background-color:#fff;box-shadow:#06182c66 0 0 0 2px,#06182ca6 0 4px 6px -1px,#ffffff14 0 1px inset}.pull-left{float:left}.pull-right{float:right}.pace .pace-progress{background:#637CA0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#cccccc}::-webkit-scrollbar-thumb:active{background:#888888}::-webkit-scrollbar-track{background:#666666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666666}::-webkit-scrollbar-track:active{background:#333333}::-webkit-scrollbar-corner{background:transparent}.transition{transition:.3s}.widget-controls{position:absolute;z-index:1;top:0;right:0;padding:10px 20px;font-size:14px}.widget-controls a{color:#fff;margin-left:7px;line-height:1;vertical-align:top;display:inline-block}.widget-controls a i.glyphicon-resize-full{font-size:13px}.widget-controls a:hover{color:#ffffffb3}.widget-controls a.dropdown-toggle:after{display:none}.widget-controls ul.dropdown-menu{min-width:9rem;padding:0;border-radius:0}.widget-controls ul.dropdown-menu li{padding:4px;overflow:hidden}.widget-controls ul.dropdown-menu li a{color:#242d3a;font-size:13px;width:100%}.widget-controls ul.dropdown-menu li:hover{background-color:#242d3a}.widget-controls ul.dropdown-menu li:hover a{color:#fff}.card.fullscreened .card-header{line-height:35px}.card.fullscreened .card-header .widget-controls{padding:20px}.card.fullscreened .card-header .widget-controls a{margin-left:12px}.card.fullscreened .card-header .widget-controls a.setting{display:none}.card.fullscreened.card-primary{background:#024a88}.card.fullscreened.card-success{background:#2d922d}.card.fullscreened.card-info{background:#248dad}.card.fullscreened.card-warning{background:#f79a17}.card.fullscreened.card-danger{background:#bf1725}.scrolling{height:100%;overflow-y:scroll;padding-bottom:60px}.no-margin{margin:0}.bottom-15{margin-bottom:15px}.m-t-5{margin-top:5px}.m-t-15{margin-top:15px}.res-img{width:100%}.chart-outher{width:55%;margin:0 auto}.p-t-10{padding-top:10%}.o-visible{overflow:visible}.w-150{width:150px}.w-200{width:200px}@media (max-width: 543px){.chart-outher{width:100%}}@media (min-width: 544px) and (max-width: 767px){.chart-outher{width:85%}}@media (min-width: 992px) and (max-width: 1199px){.chart-outher{width:65%}}.mat-form-field-disabled .mat-form-field-wrapper{background-color:#ddd}.mat-no-border-top .mat-form-field-infix{border-top:none!important}.mat-dflt-margin,.mat-form-field-appearance-outline .mat-form-field-wrapper{margin-top:.125em!important;margin-bottom:.125em!important}.mat-form-field-wrapper{padding-bottom:0;height:35px;min-height:35px!important;margin-bottom:-7px!important}.mat-full-width{width:100%}.mat-full-height .mat-form-field-wrapper{height:100%!important}.mat-form-field-appearance-outline .mat-form-field-infix{padding-top:5px;padding-bottom:0;height:36px}.mat-form-field-appearance-outline .mat-form-field-infix select.mat-input-element{background-color:transparent;margin-bottom:-11px!important;margin-top:-2px!important;padding-top:0!important;top:0!important}.mat-form-field-appearance-outline .mat-form-field-infix input{display:inline-flex;margin-top:-8px;margin-bottom:-5px;padding-top:8px}.mat-form-field-appearance-outline .mat-form-field-suffix{height:25px!important;top:-2px!important}.mat-form-field-appearance-outline .mat-form-field-suffix .form-input-suffix{margin-right:5px!important;position:absolute!important;top:7px!important;right:4px!important}.mat-form-field-appearance-outline .mat-form-field-infix .form-input-suffix{position:relative!important;top:-4px!important}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:32px!important}.mat-form-field-label-wrapper{top:-8px}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{top:60%!important}.mat-form-field-suffix{margin-right:-10px!important}.cdk-overlay-container{z-index:99999999!important}.mat-height-fixed .mat-form-field-flex{height:38px!important}.mat-height-auto .mat-form-field-flex{height:auto!important;padding-bottom:5px!important;padding-top:5px!important;padding-right:2px!important}.mat-height-auto .mat-form-field-infix{height:auto!important}.mat-icon-button-override{width:25px!important;top:0!important;color:#000000a3!important;position:absolute!important}.mat-icon-button-override-suffix{right:-5px!important}.mat-icon-button-override-prefix{left:-5px!important}.mat-option{height:25px!important;font-size:14px!important}.ngx-mat-timepicker .mat-form-field-infix{border-top:none!important}.mat-form-field-wrapper .form-control{width:100%;border:none;padding:0;line-height:1}.mat-form-field-wrapper .form-control:focus{box-shadow:none!important}.mat-form-field-wrapper .form-control.checking-field.ng-touched{padding-right:0;background-position-y:14px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.mat-chip-list-wrapper input.mat-input-element,.mat-chip-list-wrapper .mat-standard-chip{margin:1px 4px 4px!important;padding-top:10px!important}.mat-chip-list-wrapper{margin:0!important;padding:5px!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:.6176;transform:translate(62.6375vw,-10px) scale(.2763);animation:fall-1 26s -29s linear infinite}@keyframes fall-1{50.599%{transform:translate(68.5584vw,50.599vh) scale(.2763)}to{transform:translate(65.59795vw,99vh) scale(.2763)}}.snow:nth-child(2){opacity:1.3712;transform:translate(13.9105vw,-10px) scale(.5108);animation:fall-2 21s -11s linear infinite}@keyframes fall-2{43.484%{transform:translate(8.1623vw,43.484vh) scale(.5108)}to{transform:translate(11.0364vw,99vh) scale(.5108)}}.snow:nth-child(3){opacity:1.859;transform:translate(86.8972vw,-10px) scale(.5905);animation:fall-3 29s -29s linear infinite}@keyframes fall-3{44.959%{transform:translate(91.2616vw,44.959vh) scale(.5905)}to{transform:translate(89.0794vw,99vh) scale(.5905)}}.snow:nth-child(4){opacity:1.958;transform:translate(12.7993vw,-10px) scale(.2232);animation:fall-4 18s -29s linear infinite}@keyframes fall-4{52.096%{transform:translate(16.6802vw,52.096vh) scale(.2232)}to{transform:translate(14.73975vw,99vh) scale(.2232)}}.snow:nth-child(5){opacity:1.9098;transform:translate(85.2017vw,-10px) scale(.6601);animation:fall-5 23s -28s linear infinite}@keyframes fall-5{58.228%{transform:translate(81.4225vw,58.228vh) scale(.6601)}to{transform:translate(83.3121vw,99vh) scale(.6601)}}.snow:nth-child(6){opacity:1.1496;transform:translate(60.366vw,-10px) scale(.2494);animation:fall-6 10s -18s linear infinite}@keyframes fall-6{35.004%{transform:translate(58.9599vw,35.004vh) scale(.2494)}to{transform:translate(59.66295vw,99vh) scale(.2494)}}.snow:nth-child(7){opacity:1.927;transform:translate(16.7523vw,-10px) scale(.7403);animation:fall-7 13s -13s linear infinite}@keyframes fall-7{56.162%{transform:translate(14.4507vw,56.162vh) scale(.7403)}to{transform:translate(15.6015vw,99vh) scale(.7403)}}.snow:nth-child(8){opacity:.2806;transform:translate(82.8899vw,-10px) scale(.8158);animation:fall-8 16s -20s linear infinite}@keyframes fall-8{68.68%{transform:translate(75.2673vw,68.68vh) scale(.8158)}to{transform:translate(79.0786vw,99vh) scale(.8158)}}.snow:nth-child(9){opacity:.3576;transform:translate(65.8477vw,-10px) scale(.7831);animation:fall-9 29s -19s linear infinite}@keyframes fall-9{38.42%{transform:translate(60.056vw,38.42vh) scale(.7831)}to{transform:translate(62.95185vw,99vh) scale(.7831)}}.snow:nth-child(10){opacity:1.1718;transform:translate(19.2343vw,-10px) scale(.2752);animation:fall-10 23s -25s linear infinite}@keyframes fall-10{77.982%{transform:translate(20.9727vw,77.982vh) scale(.2752)}to{transform:translate(20.1035vw,99vh) scale(.2752)}}.snow:nth-child(11){opacity:1.312;transform:translate(74.7806vw,-10px) scale(.6058);animation:fall-11 12s -15s linear infinite}@keyframes fall-11{69.202%{transform:translate(84.7138vw,69.202vh) scale(.6058)}to{transform:translate(79.7472vw,99vh) scale(.6058)}}.snow:nth-child(12){opacity:.9202;transform:translate(10.1768vw,-10px) scale(.0062);animation:fall-12 30s -3s linear infinite}@keyframes fall-12{75.529%{transform:translate(7.04vw,75.529vh) scale(.0062)}to{transform:translate(8.6084vw,99vh) scale(.0062)}}.snow:nth-child(13){opacity:1.511;transform:translate(71.2879vw,-10px) scale(.0629);animation:fall-13 13s -13s linear infinite}@keyframes fall-13{41.572%{transform:translate(79.3197vw,41.572vh) scale(.0629)}to{transform:translate(75.3038vw,99vh) scale(.0629)}}.snow:nth-child(14){opacity:1.9054;transform:translate(97.2158vw,-10px) scale(.1802);animation:fall-14 11s -28s linear infinite}@keyframes fall-14{54.478%{transform:translate(89.7673vw,54.478vh) scale(.1802)}to{transform:translate(93.49155vw,99vh) scale(.1802)}}.snow:nth-child(15){opacity:.4874;transform:translate(72.2334vw,-10px) scale(.4392);animation:fall-15 14s -9s linear infinite}@keyframes fall-15{63.531%{transform:translate(65.8079vw,63.531vh) scale(.4392)}to{transform:translate(69.02065vw,99vh) scale(.4392)}}.snow:nth-child(16){opacity:.596;transform:translate(14.1625vw,-10px) scale(.1715);animation:fall-16 27s -20s linear infinite}@keyframes fall-16{77.078%{transform:translate(9.1866vw,77.078vh) scale(.1715)}to{transform:translate(11.67455vw,99vh) scale(.1715)}}.snow:nth-child(17){opacity:1.6648;transform:translate(21.1454vw,-10px) scale(.0839);animation:fall-17 21s -17s linear infinite}@keyframes fall-17{38.045%{transform:translate(15.8138vw,38.045vh) scale(.0839)}to{transform:translate(18.4796vw,99vh) scale(.0839)}}.snow:nth-child(18){opacity:1.6786;transform:translate(.0731vw,-10px) scale(.8971);animation:fall-18 23s -10s linear infinite}@keyframes fall-18{77.163%{transform:translate(9.8212vw,77.163vh) scale(.8971)}to{transform:translate(4.94715vw,99vh) scale(.8971)}}.snow:nth-child(19){opacity:1.8346;transform:translate(41.4162vw,-10px) scale(.2145);animation:fall-19 13s -24s linear infinite}@keyframes fall-19{77.026%{transform:translate(44.0437vw,77.026vh) scale(.2145)}to{transform:translate(42.72995vw,99vh) scale(.2145)}}.snow:nth-child(20){opacity:1.1804;transform:translate(16.9682vw,-10px) scale(.2283);animation:fall-20 15s -24s linear infinite}@keyframes fall-20{45.886%{transform:translate(17.9362vw,45.886vh) scale(.2283)}to{transform:translate(17.4522vw,99vh) scale(.2283)}}.snow:nth-child(21){opacity:1.1356;transform:translate(57.2221vw,-10px) scale(.8567);animation:fall-21 20s -3s linear infinite}@keyframes fall-21{48.27%{transform:translate(53.6119vw,48.27vh) scale(.8567)}to{transform:translate(55.417vw,99vh) scale(.8567)}}.snow:nth-child(22){opacity:.5462;transform:translate(20.9342vw,-10px) scale(.2517);animation:fall-22 10s -13s linear infinite}@keyframes fall-22{47.085%{transform:translate(12.0794vw,47.085vh) scale(.2517)}to{transform:translate(16.5068vw,99vh) scale(.2517)}}.snow:nth-child(23){opacity:1.5794;transform:translate(60.6668vw,-10px) scale(.8109);animation:fall-23 19s -14s linear infinite}@keyframes fall-23{48.778%{transform:translate(60.7926vw,48.778vh) scale(.8109)}to{transform:translate(60.7297vw,99vh) scale(.8109)}}.snow:nth-child(24){opacity:1.174;transform:translate(63.0324vw,-10px) scale(.755);animation:fall-24 25s -23s linear infinite}@keyframes fall-24{39.741%{transform:translate(54.2048vw,39.741vh) scale(.755)}to{transform:translate(58.6186vw,99vh) scale(.755)}}.snow:nth-child(25){opacity:1.668;transform:translate(81.5213vw,-10px) scale(.3075);animation:fall-25 14s -30s linear infinite}@keyframes fall-25{36.965%{transform:translate(90.2206vw,36.965vh) scale(.3075)}to{transform:translate(85.87095vw,99vh) scale(.3075)}}.snow:nth-child(26){opacity:1.9462;transform:translate(43.3153vw,-10px) scale(.7452);animation:fall-26 25s -7s linear infinite}@keyframes fall-26{33.117%{transform:translate(33.4271vw,33.117vh) scale(.7452)}to{transform:translate(38.3712vw,99vh) scale(.7452)}}.snow:nth-child(27){opacity:1.8424;transform:translate(16.0884vw,-10px) scale(.8115);animation:fall-27 17s -9s linear infinite}@keyframes fall-27{62.492%{transform:translate(22.9534vw,62.492vh) scale(.8115)}to{transform:translate(19.5209vw,99vh) scale(.8115)}}.snow:nth-child(28){opacity:1.6836;transform:translate(12.8435vw,-10px) scale(.2368);animation:fall-28 14s -23s linear infinite}@keyframes fall-28{68.235%{transform:translate(17.563vw,68.235vh) scale(.2368)}to{transform:translate(15.20325vw,99vh) scale(.2368)}}.snow:nth-child(29){opacity:1.7922;transform:translate(68.0465vw,-10px) scale(.1057);animation:fall-29 25s -5s linear infinite}@keyframes fall-29{30.797%{transform:translate(64.9615vw,30.797vh) scale(.1057)}to{transform:translate(66.504vw,99vh) scale(.1057)}}.snow:nth-child(30){opacity:1.1758;transform:translate(39.5984vw,-10px) scale(.2227);animation:fall-30 10s -28s linear infinite}@keyframes fall-30{48.513%{transform:translate(44.7047vw,48.513vh) scale(.2227)}to{transform:translate(42.15155vw,99vh) scale(.2227)}}.snow:nth-child(31){opacity:1.6394;transform:translate(68.1683vw,-10px) scale(.0834);animation:fall-31 29s -16s linear infinite}@keyframes fall-31{40.503%{transform:translate(60.0516vw,40.503vh) scale(.0834)}to{transform:translate(64.10995vw,99vh) scale(.0834)}}.snow:nth-child(32){opacity:.5106;transform:translate(57.4402vw,-10px) scale(.6403);animation:fall-32 27s -23s linear infinite}@keyframes fall-32{35.516%{transform:translate(48.7293vw,35.516vh) scale(.6403)}to{transform:translate(53.08475vw,99vh) scale(.6403)}}.snow:nth-child(33){opacity:.1404;transform:translate(14.0856vw,-10px) scale(.0564);animation:fall-33 23s -8s linear infinite}@keyframes fall-33{52.164%{transform:translate(19.8299vw,52.164vh) scale(.0564)}to{transform:translate(16.95775vw,99vh) scale(.0564)}}.snow:nth-child(34){opacity:1.6448;transform:translate(22.2063vw,-10px) scale(.1223);animation:fall-34 23s -6s linear infinite}@keyframes fall-34{74.463%{transform:translate(25.6043vw,74.463vh) scale(.1223)}to{transform:translate(23.9053vw,99vh) scale(.1223)}}.snow:nth-child(35){opacity:.455;transform:translate(17.8266vw,-10px) scale(.4822);animation:fall-35 15s -3s linear infinite}@keyframes fall-35{53.84%{transform:translate(15.0532vw,53.84vh) scale(.4822)}to{transform:translate(16.4399vw,99vh) scale(.4822)}}.snow:nth-child(36){opacity:.4976;transform:translate(12.1115vw,-10px) scale(.0408);animation:fall-36 21s -3s linear infinite}@keyframes fall-36{77.543%{transform:translate(7.0028vw,77.543vh) scale(.0408)}to{transform:translate(9.55715vw,99vh) scale(.0408)}}.snow:nth-child(37){opacity:.8734;transform:translate(90.5879vw,-10px) scale(.9021);animation:fall-37 23s -11s linear infinite}@keyframes fall-37{76.869%{transform:translate(98.7382vw,76.869vh) scale(.9021)}to{transform:translate(94.66305vw,99vh) scale(.9021)}}.snow:nth-child(38){opacity:.147;transform:translate(32.6537vw,-10px) scale(.228);animation:fall-38 16s -13s linear infinite}@keyframes fall-38{47.697%{transform:translate(42.5542vw,47.697vh) scale(.228)}to{transform:translate(37.60395vw,99vh) scale(.228)}}.snow:nth-child(39){opacity:1.454;transform:translate(46.2859vw,-10px) scale(.5459);animation:fall-39 12s -30s linear infinite}@keyframes fall-39{64.076%{transform:translate(54.8357vw,64.076vh) scale(.5459)}to{transform:translate(50.5608vw,99vh) scale(.5459)}}.snow:nth-child(40){opacity:.2796;transform:translate(61.2527vw,-10px) scale(.4576);animation:fall-40 28s -4s linear infinite}@keyframes fall-40{45.224%{transform:translate(69.595vw,45.224vh) scale(.4576)}to{transform:translate(65.42385vw,99vh) scale(.4576)}}.snow:nth-child(41){opacity:1.3488;transform:translate(8.2623vw,-10px) scale(.8052);animation:fall-41 29s -19s linear infinite}@keyframes fall-41{39.129%{transform:translate(.8793vw,39.129vh) scale(.8052)}to{transform:translate(4.5708vw,99vh) scale(.8052)}}.snow:nth-child(42){opacity:1.9312;transform:translate(51.276vw,-10px) scale(.2202);animation:fall-42 27s -12s linear infinite}@keyframes fall-42{59.78%{transform:translate(51.4943vw,59.78vh) scale(.2202)}to{transform:translate(51.38515vw,99vh) scale(.2202)}}.snow:nth-child(43){opacity:.8324;transform:translate(23.9293vw,-10px) scale(.0383);animation:fall-43 12s -5s linear infinite}@keyframes fall-43{39.279%{transform:translate(22.2831vw,39.279vh) scale(.0383)}to{transform:translate(23.1062vw,99vh) scale(.0383)}}.snow:nth-child(44){opacity:.6444;transform:translate(50.1108vw,-10px) scale(.8903);animation:fall-44 19s -15s linear infinite}@keyframes fall-44{39.008%{transform:translate(47.1694vw,39.008vh) scale(.8903)}to{transform:translate(48.6401vw,99vh) scale(.8903)}}.snow:nth-child(45){opacity:.5632;transform:translate(98.8806vw,-10px) scale(.8858);animation:fall-45 19s -22s linear infinite}@keyframes fall-45{41.235%{transform:translate(105.3915vw,41.235vh) scale(.8858)}to{transform:translate(102.13605vw,99vh) scale(.8858)}}.snow:nth-child(46){opacity:1.763;transform:translate(99.3549vw,-10px) scale(.8813);animation:fall-46 20s -13s linear infinite}@keyframes fall-46{44.185%{transform:translate(102.4128vw,44.185vh) scale(.8813)}to{transform:translate(100.88385vw,99vh) scale(.8813)}}.snow:nth-child(47){opacity:.5602;transform:translate(12.7365vw,-10px) scale(.055);animation:fall-47 20s -16s linear infinite}@keyframes fall-47{74.717%{transform:translate(13.853vw,74.717vh) scale(.055)}to{transform:translate(13.29475vw,99vh) scale(.055)}}.snow:nth-child(48){opacity:1.6746;transform:translate(26.4237vw,-10px) scale(.6201);animation:fall-48 12s -29s linear infinite}@keyframes fall-48{65.514%{transform:translate(21.285vw,65.514vh) scale(.6201)}to{transform:translate(23.85435vw,99vh) scale(.6201)}}.snow:nth-child(49){opacity:1.4044;transform:translate(39.8649vw,-10px) scale(.1407);animation:fall-49 24s -30s linear infinite}@keyframes fall-49{42.865%{transform:translate(39.8228vw,42.865vh) scale(.1407)}to{transform:translate(39.84385vw,99vh) scale(.1407)}}.snow:nth-child(50){opacity:1.9854;transform:translate(41.9633vw,-10px) scale(.857);animation:fall-50 18s -17s linear infinite}@keyframes fall-50{45.864%{transform:translate(51.2437vw,45.864vh) scale(.857)}to{transform:translate(46.6035vw,99vh) scale(.857)}}.snow:nth-child(51){opacity:1.5854;transform:translate(18.8756vw,-10px) scale(.2629);animation:fall-51 15s -16s linear infinite}@keyframes fall-51{78.201%{transform:translate(13.5217vw,78.201vh) scale(.2629)}to{transform:translate(16.19865vw,99vh) scale(.2629)}}.snow:nth-child(52){opacity:.7568;transform:translate(90.5025vw,-10px) scale(.0932);animation:fall-52 27s -1s linear infinite}@keyframes fall-52{59.342%{transform:translate(92.5999vw,59.342vh) scale(.0932)}to{transform:translate(91.5512vw,99vh) scale(.0932)}}.snow:nth-child(53){opacity:.1988;transform:translate(90.69vw,-10px) scale(.1258);animation:fall-53 23s -28s linear infinite}@keyframes fall-53{49.999%{transform:translate(88.3508vw,49.999vh) scale(.1258)}to{transform:translate(89.5204vw,99vh) scale(.1258)}}.snow:nth-child(54){opacity:1.7108;transform:translate(6.6345vw,-10px) scale(.6913);animation:fall-54 27s -11s linear infinite}@keyframes fall-54{43.246%{transform:translate(8.1815vw,43.246vh) scale(.6913)}to{transform:translate(7.408vw,99vh) scale(.6913)}}.snow:nth-child(55){opacity:1.0172;transform:translate(96.6911vw,-10px) scale(.782);animation:fall-55 20s -22s linear infinite}@keyframes fall-55{79.59%{transform:translate(89.4324vw,79.59vh) scale(.782)}to{transform:translate(93.06175vw,99vh) scale(.782)}}.snow:nth-child(56){opacity:1.1506;transform:translate(20.46vw,-10px) scale(.7616);animation:fall-56 16s -29s linear infinite}@keyframes fall-56{66.073%{transform:translate(30.2379vw,66.073vh) scale(.7616)}to{transform:translate(25.34895vw,99vh) scale(.7616)}}.snow:nth-child(57){opacity:.3044;transform:translate(88.7678vw,-10px) scale(.1224);animation:fall-57 14s -20s linear infinite}@keyframes fall-57{59.735%{transform:translate(82.5076vw,59.735vh) scale(.1224)}to{transform:translate(85.6377vw,99vh) scale(.1224)}}.snow:nth-child(58){opacity:1.8056;transform:translate(92.9097vw,-10px) scale(.1893);animation:fall-58 27s -7s linear infinite}@keyframes fall-58{71.991%{transform:translate(93.7579vw,71.991vh) scale(.1893)}to{transform:translate(93.3338vw,99vh) scale(.1893)}}.snow:nth-child(59){opacity:.434;transform:translate(23.6121vw,-10px) scale(.0367);animation:fall-59 16s -23s linear infinite}@keyframes fall-59{72.049%{transform:translate(25.2385vw,72.049vh) scale(.0367)}to{transform:translate(24.4253vw,99vh) scale(.0367)}}.snow:nth-child(60){opacity:.7624;transform:translate(30.8562vw,-10px) scale(.6811);animation:fall-60 23s -12s linear infinite}@keyframes fall-60{79.066%{transform:translate(31.392vw,79.066vh) scale(.6811)}to{transform:translate(31.1241vw,99vh) scale(.6811)}}.snow:nth-child(61){opacity:1.1406;transform:translate(35.6025vw,-10px) scale(.0224);animation:fall-61 29s -12s linear infinite}@keyframes fall-61{54.638%{transform:translate(35.1754vw,54.638vh) scale(.0224)}to{transform:translate(35.38895vw,99vh) scale(.0224)}}.snow:nth-child(62){opacity:1.4592;transform:translate(15.0381vw,-10px) scale(.0869);animation:fall-62 18s -1s linear infinite}@keyframes fall-62{76.039%{transform:translate(23.7116vw,76.039vh) scale(.0869)}to{transform:translate(19.37485vw,99vh) scale(.0869)}}.snow:nth-child(63){opacity:.2344;transform:translate(71.6837vw,-10px) scale(.034);animation:fall-63 17s -5s linear infinite}@keyframes fall-63{44.419%{transform:translate(78.5975vw,44.419vh) scale(.034)}to{transform:translate(75.1406vw,99vh) scale(.034)}}.snow:nth-child(64){opacity:.9754;transform:translate(45.7332vw,-10px) scale(.5765);animation:fall-64 12s -8s linear infinite}@keyframes fall-64{49.359%{transform:translate(42.9782vw,49.359vh) scale(.5765)}to{transform:translate(44.3557vw,99vh) scale(.5765)}}.snow:nth-child(65){opacity:1.906;transform:translate(48.4255vw,-10px) scale(.8691);animation:fall-65 23s -2s linear infinite}@keyframes fall-65{60.006%{transform:translate(48.46vw,60.006vh) scale(.8691)}to{transform:translate(48.44275vw,99vh) scale(.8691)}}.snow:nth-child(66){opacity:.6832;transform:translate(53.9vw,-10px) scale(.11);animation:fall-66 23s -21s linear infinite}@keyframes fall-66{65.901%{transform:translate(49.5249vw,65.901vh) scale(.11)}to{transform:translate(51.71245vw,99vh) scale(.11)}}.snow:nth-child(67){opacity:1.5398;transform:translate(72.4589vw,-10px) scale(.1444);animation:fall-67 30s -3s linear infinite}@keyframes fall-67{77.414%{transform:translate(67.9497vw,77.414vh) scale(.1444)}to{transform:translate(70.2043vw,99vh) scale(.1444)}}.snow:nth-child(68){opacity:.7634;transform:translate(9.9346vw,-10px) scale(.6439);animation:fall-68 24s -28s linear infinite}@keyframes fall-68{31.812%{transform:translate(.9793vw,31.812vh) scale(.6439)}to{transform:translate(5.45695vw,99vh) scale(.6439)}}.snow:nth-child(69){opacity:.93;transform:translate(21.1531vw,-10px) scale(.3686);animation:fall-69 25s -25s linear infinite}@keyframes fall-69{40.268%{transform:translate(25.5843vw,40.268vh) scale(.3686)}to{transform:translate(23.3687vw,99vh) scale(.3686)}}.snow:nth-child(70){opacity:.9858;transform:translate(89.0736vw,-10px) scale(.4595);animation:fall-70 26s -30s linear infinite}@keyframes fall-70{48.404%{transform:translate(94.5046vw,48.404vh) scale(.4595)}to{transform:translate(91.7891vw,99vh) scale(.4595)}}.snow:nth-child(71){opacity:1.1914;transform:translate(5.9752vw,-10px) scale(.6314);animation:fall-71 27s -5s linear infinite}@keyframes fall-71{69.695%{transform:translate(11.5261vw,69.695vh) scale(.6314)}to{transform:translate(8.75065vw,99vh) scale(.6314)}}.snow:nth-child(72){opacity:1.3306;transform:translate(27.8706vw,-10px) scale(.0961);animation:fall-72 22s -24s linear infinite}@keyframes fall-72{51.829%{transform:translate(26.7267vw,51.829vh) scale(.0961)}to{transform:translate(27.29865vw,99vh) scale(.0961)}}.snow:nth-child(73){opacity:.6518;transform:translate(70.3554vw,-10px) scale(.0802);animation:fall-73 15s -4s linear infinite}@keyframes fall-73{55.834%{transform:translate(66.7434vw,55.834vh) scale(.0802)}to{transform:translate(68.5494vw,99vh) scale(.0802)}}.snow:nth-child(74){opacity:.4226;transform:translate(66.2148vw,-10px) scale(.2705);animation:fall-74 13s -20s linear infinite}@keyframes fall-74{76.594%{transform:translate(58.852vw,76.594vh) scale(.2705)}to{transform:translate(62.5334vw,99vh) scale(.2705)}}.snow:nth-child(75){opacity:1.9468;transform:translate(24.0819vw,-10px) scale(.397);animation:fall-75 17s -5s linear infinite}@keyframes fall-75{53.818%{transform:translate(32.2327vw,53.818vh) scale(.397)}to{transform:translate(28.1573vw,99vh) scale(.397)}}.snow:nth-child(76){opacity:1.6758;transform:translate(66.0484vw,-10px) scale(.6832);animation:fall-76 29s -17s linear infinite}@keyframes fall-76{33.448%{transform:translate(71.8571vw,33.448vh) scale(.6832)}to{transform:translate(68.95275vw,99vh) scale(.6832)}}.snow:nth-child(77){opacity:1.598;transform:translate(27.8575vw,-10px) scale(.7698);animation:fall-77 29s -30s linear infinite}@keyframes fall-77{79.205%{transform:translate(22.0323vw,79.205vh) scale(.7698)}to{transform:translate(24.9449vw,99vh) scale(.7698)}}.snow:nth-child(78){opacity:1.0504;transform:translate(17.7894vw,-10px) scale(.0049);animation:fall-78 11s -29s linear infinite}@keyframes fall-78{40.074%{transform:translate(16.9546vw,40.074vh) scale(.0049)}to{transform:translate(17.372vw,99vh) scale(.0049)}}.snow:nth-child(79){opacity:1.3442;transform:translate(50.8033vw,-10px) scale(.5817);animation:fall-79 18s -29s linear infinite}@keyframes fall-79{53.386%{transform:translate(55.1115vw,53.386vh) scale(.5817)}to{transform:translate(52.9574vw,99vh) scale(.5817)}}.snow:nth-child(80){opacity:1.946;transform:translate(15.1106vw,-10px) scale(.7539);animation:fall-80 14s -25s linear infinite}@keyframes fall-80{72.051%{transform:translate(20.5588vw,72.051vh) scale(.7539)}to{transform:translate(17.8347vw,99vh) scale(.7539)}}.snow:nth-child(81){opacity:1.724;transform:translate(50.3468vw,-10px) scale(.8483);animation:fall-81 19s -9s linear infinite}@keyframes fall-81{66.161%{transform:translate(47.9757vw,66.161vh) scale(.8483)}to{transform:translate(49.16125vw,99vh) scale(.8483)}}.snow:nth-child(82){opacity:1.4484;transform:translate(89.3177vw,-10px) scale(.0804);animation:fall-82 15s -10s linear infinite}@keyframes fall-82{60.364%{transform:translate(96.9378vw,60.364vh) scale(.0804)}to{transform:translate(93.12775vw,99vh) scale(.0804)}}.snow:nth-child(83){opacity:.6514;transform:translate(23.4039vw,-10px) scale(.1811);animation:fall-83 25s -4s linear infinite}@keyframes fall-83{41.273%{transform:translate(24.3565vw,41.273vh) scale(.1811)}to{transform:translate(23.8802vw,99vh) scale(.1811)}}.snow:nth-child(84){opacity:.7306;transform:translate(99.9209vw,-10px) scale(.4624);animation:fall-84 11s -1s linear infinite}@keyframes fall-84{76.697%{transform:translate(93.0749vw,76.697vh) scale(.4624)}to{transform:translate(96.4979vw,99vh) scale(.4624)}}.snow:nth-child(85){opacity:.366;transform:translate(21.8933vw,-10px) scale(.9378);animation:fall-85 26s -3s linear infinite}@keyframes fall-85{67.627%{transform:translate(22.5079vw,67.627vh) scale(.9378)}to{transform:translate(22.2006vw,99vh) scale(.9378)}}.snow:nth-child(86){opacity:.5894;transform:translate(30.696vw,-10px) scale(.0697);animation:fall-86 16s -3s linear infinite}@keyframes fall-86{37.51%{transform:translate(27.4923vw,37.51vh) scale(.0697)}to{transform:translate(29.09415vw,99vh) scale(.0697)}}.snow:nth-child(87){opacity:.1912;transform:translate(57.0602vw,-10px) scale(.667);animation:fall-87 26s -6s linear infinite}@keyframes fall-87{42.55%{transform:translate(64.2572vw,42.55vh) scale(.667)}to{transform:translate(60.6587vw,99vh) scale(.667)}}.snow:nth-child(88){opacity:1.6344;transform:translate(56.3529vw,-10px) scale(.9355);animation:fall-88 27s -1s linear infinite}@keyframes fall-88{44.052%{transform:translate(63.0378vw,44.052vh) scale(.9355)}to{transform:translate(59.69535vw,99vh) scale(.9355)}}.snow:nth-child(89){opacity:.2428;transform:translate(58.9392vw,-10px) scale(.8673);animation:fall-89 24s -30s linear infinite}@keyframes fall-89{77.507%{transform:translate(62.5058vw,77.507vh) scale(.8673)}to{transform:translate(60.7225vw,99vh) scale(.8673)}}.snow:nth-child(90){opacity:1.148;transform:translate(5.5652vw,-10px) scale(.8364);animation:fall-90 21s -6s linear infinite}@keyframes fall-90{47.434%{transform:translate(10.7435vw,47.434vh) scale(.8364)}to{transform:translate(8.15435vw,99vh) scale(.8364)}}.snow:nth-child(91){opacity:1.2826;transform:translate(27.7877vw,-10px) scale(.5423);animation:fall-91 11s -2s linear infinite}@keyframes fall-91{63.246%{transform:translate(28.3233vw,63.246vh) scale(.5423)}to{transform:translate(28.0555vw,99vh) scale(.5423)}}.snow:nth-child(92){opacity:.4588;transform:translate(93.2926vw,-10px) scale(.5899);animation:fall-92 29s -1s linear infinite}@keyframes fall-92{63.499%{transform:translate(88.3464vw,63.499vh) scale(.5899)}to{transform:translate(90.8195vw,99vh) scale(.5899)}}.snow:nth-child(93){opacity:1.9822;transform:translate(21.3151vw,-10px) scale(.1928);animation:fall-93 25s -1s linear infinite}@keyframes fall-93{73.781%{transform:translate(29.4847vw,73.781vh) scale(.1928)}to{transform:translate(25.3999vw,99vh) scale(.1928)}}.snow:nth-child(94){opacity:.5102;transform:translate(65.5203vw,-10px) scale(.1032);animation:fall-94 18s -25s linear infinite}@keyframes fall-94{36.029%{transform:translate(62.4336vw,36.029vh) scale(.1032)}to{transform:translate(63.97695vw,99vh) scale(.1032)}}.snow:nth-child(95){opacity:.7306;transform:translate(66.3155vw,-10px) scale(.4693);animation:fall-95 14s -19s linear infinite}@keyframes fall-95{73.845%{transform:translate(60.1001vw,73.845vh) scale(.4693)}to{transform:translate(63.2078vw,99vh) scale(.4693)}}.snow:nth-child(96){opacity:1.7246;transform:translate(5.8492vw,-10px) scale(.3953);animation:fall-96 12s -2s linear infinite}@keyframes fall-96{58.277%{transform:translate(11.3117vw,58.277vh) scale(.3953)}to{transform:translate(8.58045vw,99vh) scale(.3953)}}.snow:nth-child(97){opacity:1.7854;transform:translate(.4379vw,-10px) scale(.8672);animation:fall-97 26s -23s linear infinite}@keyframes fall-97{40.099%{transform:translate(6.7552vw,40.099vh) scale(.8672)}to{transform:translate(3.59655vw,99vh) scale(.8672)}}.snow:nth-child(98){opacity:.1786;transform:translate(21.3931vw,-10px) scale(.8492);animation:fall-98 25s -10s linear infinite}@keyframes fall-98{39.655%{transform:translate(21.4869vw,39.655vh) scale(.8492)}to{transform:translate(21.44vw,99vh) scale(.8492)}}.snow:nth-child(99){opacity:.2778;transform:translate(35.1353vw,-10px) scale(.0715);animation:fall-99 22s -12s linear infinite}@keyframes fall-99{55.084%{transform:translate(40.5793vw,55.084vh) scale(.0715)}to{transform:translate(37.8573vw,99vh) scale(.0715)}}.snow:nth-child(100){opacity:.8836;transform:translate(65.4129vw,-10px) scale(.163);animation:fall-100 26s -8s linear infinite}@keyframes fall-100{53.033%{transform:translate(64.1299vw,53.033vh) scale(.163)}to{transform:translate(64.7714vw,99vh) scale(.163)}}.snow:nth-child(101){opacity:.8578;transform:translate(56.542vw,-10px) scale(.1844);animation:fall-101 16s -9s linear infinite}@keyframes fall-101{41.998%{transform:translate(66.1251vw,41.998vh) scale(.1844)}to{transform:translate(61.33355vw,99vh) scale(.1844)}}.snow:nth-child(102){opacity:1.0722;transform:translate(11.3335vw,-10px) scale(.8645);animation:fall-102 12s -18s linear infinite}@keyframes fall-102{39.704%{transform:translate(14.4684vw,39.704vh) scale(.8645)}to{transform:translate(12.90095vw,99vh) scale(.8645)}}.snow:nth-child(103){opacity:1.873;transform:translate(16.9123vw,-10px) scale(.3974);animation:fall-103 14s -27s linear infinite}@keyframes fall-103{53.344%{transform:translate(18.6995vw,53.344vh) scale(.3974)}to{transform:translate(17.8059vw,99vh) scale(.3974)}}.snow:nth-child(104){opacity:.0676;transform:translate(36.841vw,-10px) scale(.4524);animation:fall-104 29s -13s linear infinite}@keyframes fall-104{37.101%{transform:translate(36.7024vw,37.101vh) scale(.4524)}to{transform:translate(36.7717vw,99vh) scale(.4524)}}.snow:nth-child(105){opacity:1.8986;transform:translate(42.3826vw,-10px) scale(.4867);animation:fall-105 13s -3s linear infinite}@keyframes fall-105{37.086%{transform:translate(48.9982vw,37.086vh) scale(.4867)}to{transform:translate(45.6904vw,99vh) scale(.4867)}}.snow:nth-child(106){opacity:.4132;transform:translate(76.0079vw,-10px) scale(.4359);animation:fall-106 12s -27s linear infinite}@keyframes fall-106{77.399%{transform:translate(74.6057vw,77.399vh) scale(.4359)}to{transform:translate(75.3068vw,99vh) scale(.4359)}}.snow:nth-child(107){opacity:.6144;transform:translate(27.692vw,-10px) scale(.9349);animation:fall-107 25s -24s linear infinite}@keyframes fall-107{56.014%{transform:translate(23.8024vw,56.014vh) scale(.9349)}to{transform:translate(25.7472vw,99vh) scale(.9349)}}.snow:nth-child(108){opacity:.7858;transform:translate(60.6594vw,-10px) scale(.7919);animation:fall-108 27s -13s linear infinite}@keyframes fall-108{53.53%{transform:translate(61.5199vw,53.53vh) scale(.7919)}to{transform:translate(61.08965vw,99vh) scale(.7919)}}.snow:nth-child(109){opacity:.6834;transform:translate(73.5532vw,-10px) scale(.9882);animation:fall-109 19s -15s linear infinite}@keyframes fall-109{70.433%{transform:translate(77.3429vw,70.433vh) scale(.9882)}to{transform:translate(75.44805vw,99vh) scale(.9882)}}.snow:nth-child(110){opacity:.7504;transform:translate(14.6073vw,-10px) scale(.7218);animation:fall-110 24s -28s linear infinite}@keyframes fall-110{37.771%{transform:translate(16.77vw,37.771vh) scale(.7218)}to{transform:translate(15.68865vw,99vh) scale(.7218)}}.snow:nth-child(111){opacity:1.7532;transform:translate(10.2611vw,-10px) scale(.886);animation:fall-111 20s -20s linear infinite}@keyframes fall-111{40.491%{transform:translate(10.9886vw,40.491vh) scale(.886)}to{transform:translate(10.62485vw,99vh) scale(.886)}}.snow:nth-child(112){opacity:.58;transform:translate(56.0791vw,-10px) scale(.2859);animation:fall-112 28s -9s linear infinite}@keyframes fall-112{44.155%{transform:translate(63.1215vw,44.155vh) scale(.2859)}to{transform:translate(59.6003vw,99vh) scale(.2859)}}.snow:nth-child(113){opacity:.8224;transform:translate(80.624vw,-10px) scale(.4543);animation:fall-113 16s -19s linear infinite}@keyframes fall-113{52.984%{transform:translate(70.6864vw,52.984vh) scale(.4543)}to{transform:translate(75.6552vw,99vh) scale(.4543)}}.snow:nth-child(114){opacity:.011;transform:translate(28.9094vw,-10px) scale(.4247);animation:fall-114 20s -20s linear infinite}@keyframes fall-114{33.282%{transform:translate(33.7795vw,33.282vh) scale(.4247)}to{transform:translate(31.34445vw,99vh) scale(.4247)}}.snow:nth-child(115){opacity:.8266;transform:translate(97.5794vw,-10px) scale(.0197);animation:fall-115 26s -3s linear infinite}@keyframes fall-115{69.18%{transform:translate(106.7758vw,69.18vh) scale(.0197)}to{transform:translate(102.1776vw,99vh) scale(.0197)}}.snow:nth-child(116){opacity:.6176;transform:translate(4.3713vw,-10px) scale(.2704);animation:fall-116 23s -19s linear infinite}@keyframes fall-116{52.48%{transform:translate(9.3902vw,52.48vh) scale(.2704)}to{transform:translate(6.88075vw,99vh) scale(.2704)}}.snow:nth-child(117){opacity:.6478;transform:translate(7.7127vw,-10px) scale(.7793);animation:fall-117 29s -2s linear infinite}@keyframes fall-117{37.629%{transform:translate(17.4768vw,37.629vh) scale(.7793)}to{transform:translate(12.59475vw,99vh) scale(.7793)}}.snow:nth-child(118){opacity:.988;transform:translate(25.8019vw,-10px) scale(.908);animation:fall-118 10s -2s linear infinite}@keyframes fall-118{62.664%{transform:translate(24.0652vw,62.664vh) scale(.908)}to{transform:translate(24.93355vw,99vh) scale(.908)}}.snow:nth-child(119){opacity:1.4918;transform:translate(5.6105vw,-10px) scale(.5966);animation:fall-119 14s -8s linear infinite}@keyframes fall-119{49.969%{transform:translate(13.9731vw,49.969vh) scale(.5966)}to{transform:translate(9.7918vw,99vh) scale(.5966)}}.snow:nth-child(120){opacity:1.6868;transform:translate(56.6461vw,-10px) scale(.7613);animation:fall-120 10s -11s linear infinite}@keyframes fall-120{42.401%{transform:translate(58.2669vw,42.401vh) scale(.7613)}to{transform:translate(57.4565vw,99vh) scale(.7613)}}.snow:nth-child(121){opacity:1.5858;transform:translate(73.963vw,-10px) scale(.5806);animation:fall-121 14s -7s linear infinite}@keyframes fall-121{71.687%{transform:translate(72.8375vw,71.687vh) scale(.5806)}to{transform:translate(73.40025vw,99vh) scale(.5806)}}.snow:nth-child(122){opacity:.4722;transform:translate(29.3853vw,-10px) scale(.9392);animation:fall-122 13s -29s linear infinite}@keyframes fall-122{41.307%{transform:translate(30.2045vw,41.307vh) scale(.9392)}to{transform:translate(29.7949vw,99vh) scale(.9392)}}.snow:nth-child(123){opacity:.4366;transform:translate(79.7322vw,-10px) scale(.3138);animation:fall-123 12s -19s linear infinite}@keyframes fall-123{47.961%{transform:translate(77.1795vw,47.961vh) scale(.3138)}to{transform:translate(78.45585vw,99vh) scale(.3138)}}.snow:nth-child(124){opacity:1.6538;transform:translate(62.2601vw,-10px) scale(.5397);animation:fall-124 18s -19s linear infinite}@keyframes fall-124{37.126%{transform:translate(66.2648vw,37.126vh) scale(.5397)}to{transform:translate(64.26245vw,99vh) scale(.5397)}}.snow:nth-child(125){opacity:.789;transform:translate(57.5291vw,-10px) scale(.329);animation:fall-125 29s -9s linear infinite}@keyframes fall-125{36.332%{transform:translate(53.5285vw,36.332vh) scale(.329)}to{transform:translate(55.5288vw,99vh) scale(.329)}}.snow:nth-child(126){opacity:.7734;transform:translate(89.9918vw,-10px) scale(.4881);animation:fall-126 14s -9s linear infinite}@keyframes fall-126{40.04%{transform:translate(94.6097vw,40.04vh) scale(.4881)}to{transform:translate(92.30075vw,99vh) scale(.4881)}}.snow:nth-child(127){opacity:.9754;transform:translate(45.6699vw,-10px) scale(.6552);animation:fall-127 24s -18s linear infinite}@keyframes fall-127{56.633%{transform:translate(51.7847vw,56.633vh) scale(.6552)}to{transform:translate(48.7273vw,99vh) scale(.6552)}}.snow:nth-child(128){opacity:1.4534;transform:translate(61.4565vw,-10px) scale(.9353);animation:fall-128 10s -12s linear infinite}@keyframes fall-128{62.56%{transform:translate(64.6975vw,62.56vh) scale(.9353)}to{transform:translate(63.077vw,99vh) scale(.9353)}}.snow:nth-child(129){opacity:1.388;transform:translate(71.0631vw,-10px) scale(.5148);animation:fall-129 24s -27s linear infinite}@keyframes fall-129{53.672%{transform:translate(79.149vw,53.672vh) scale(.5148)}to{transform:translate(75.10605vw,99vh) scale(.5148)}}.snow:nth-child(130){opacity:.3082;transform:translate(98.2727vw,-10px) scale(.5239);animation:fall-130 10s -29s linear infinite}@keyframes fall-130{49.249%{transform:translate(96.5497vw,49.249vh) scale(.5239)}to{transform:translate(97.4112vw,99vh) scale(.5239)}}.snow:nth-child(131){opacity:.4104;transform:translate(59.3642vw,-10px) scale(.6646);animation:fall-131 25s -1s linear infinite}@keyframes fall-131{45.998%{transform:translate(64.7513vw,45.998vh) scale(.6646)}to{transform:translate(62.05775vw,99vh) scale(.6646)}}.snow:nth-child(132){opacity:1.6634;transform:translate(70.9601vw,-10px) scale(.2419);animation:fall-132 12s -24s linear infinite}@keyframes fall-132{39.286%{transform:translate(61.8868vw,39.286vh) scale(.2419)}to{transform:translate(66.42345vw,99vh) scale(.2419)}}.snow:nth-child(133){opacity:1.2596;transform:translate(17.3851vw,-10px) scale(.81);animation:fall-133 14s -25s linear infinite}@keyframes fall-133{61.465%{transform:translate(19.0056vw,61.465vh) scale(.81)}to{transform:translate(18.19535vw,99vh) scale(.81)}}.snow:nth-child(134){opacity:.2842;transform:translate(47.7173vw,-10px) scale(.937);animation:fall-134 29s -10s linear infinite}@keyframes fall-134{66.105%{transform:translate(50.9287vw,66.105vh) scale(.937)}to{transform:translate(49.323vw,99vh) scale(.937)}}.snow:nth-child(135){opacity:.2282;transform:translate(5.7838vw,-10px) scale(.4127);animation:fall-135 13s -29s linear infinite}@keyframes fall-135{73.621%{transform:translate(7.8265vw,73.621vh) scale(.4127)}to{transform:translate(6.80515vw,99vh) scale(.4127)}}.snow:nth-child(136){opacity:1.2324;transform:translate(61.8662vw,-10px) scale(.3909);animation:fall-136 21s -7s linear infinite}@keyframes fall-136{61.315%{transform:translate(60.2158vw,61.315vh) scale(.3909)}to{transform:translate(61.041vw,99vh) scale(.3909)}}.snow:nth-child(137){opacity:1.0182;transform:translate(92.9966vw,-10px) scale(.7083);animation:fall-137 19s -8s linear infinite}@keyframes fall-137{72.633%{transform:translate(84.4643vw,72.633vh) scale(.7083)}to{transform:translate(88.73045vw,99vh) scale(.7083)}}.snow:nth-child(138){opacity:1.547;transform:translate(83.052vw,-10px) scale(.8496);animation:fall-138 18s -9s linear infinite}@keyframes fall-138{79.612%{transform:translate(73.8852vw,79.612vh) scale(.8496)}to{transform:translate(78.4686vw,99vh) scale(.8496)}}.snow:nth-child(139){opacity:1.4522;transform:translate(16.1242vw,-10px) scale(.6351);animation:fall-139 11s -11s linear infinite}@keyframes fall-139{77.554%{transform:translate(7.5672vw,77.554vh) scale(.6351)}to{transform:translate(11.8457vw,99vh) scale(.6351)}}.snow:nth-child(140){opacity:1.5292;transform:translate(96.4358vw,-10px) scale(.763);animation:fall-140 13s -15s linear infinite}@keyframes fall-140{57.382%{transform:translate(104.6081vw,57.382vh) scale(.763)}to{transform:translate(100.52195vw,99vh) scale(.763)}}.snow:nth-child(141){opacity:1.88;transform:translate(39.2012vw,-10px) scale(.9345);animation:fall-141 14s -3s linear infinite}@keyframes fall-141{32.939%{transform:translate(44.4659vw,32.939vh) scale(.9345)}to{transform:translate(41.83355vw,99vh) scale(.9345)}}.snow:nth-child(142){opacity:.311;transform:translate(41.6477vw,-10px) scale(.9232);animation:fall-142 13s -1s linear infinite}@keyframes fall-142{43.926%{transform:translate(37.4454vw,43.926vh) scale(.9232)}to{transform:translate(39.54655vw,99vh) scale(.9232)}}.snow:nth-child(143){opacity:.8988;transform:translate(93.3448vw,-10px) scale(.8632);animation:fall-143 10s -12s linear infinite}@keyframes fall-143{49.595%{transform:translate(102.9017vw,49.595vh) scale(.8632)}to{transform:translate(98.12325vw,99vh) scale(.8632)}}.snow:nth-child(144){opacity:.8244;transform:translate(46.2789vw,-10px) scale(.248);animation:fall-144 15s -23s linear infinite}@keyframes fall-144{30.958%{transform:translate(40.2324vw,30.958vh) scale(.248)}to{transform:translate(43.25565vw,99vh) scale(.248)}}.snow:nth-child(145){opacity:.9946;transform:translate(72.4576vw,-10px) scale(.3486);animation:fall-145 11s -28s linear infinite}@keyframes fall-145{35.644%{transform:translate(81.0101vw,35.644vh) scale(.3486)}to{transform:translate(76.73385vw,99vh) scale(.3486)}}.snow:nth-child(146){opacity:.8028;transform:translate(47.3479vw,-10px) scale(.6849);animation:fall-146 25s -6s linear infinite}@keyframes fall-146{77.533%{transform:translate(47.1291vw,77.533vh) scale(.6849)}to{transform:translate(47.2385vw,99vh) scale(.6849)}}.snow:nth-child(147){opacity:.3652;transform:translate(77.6484vw,-10px) scale(.6166);animation:fall-147 26s -13s linear infinite}@keyframes fall-147{77.868%{transform:translate(77.2009vw,77.868vh) scale(.6166)}to{transform:translate(77.42465vw,99vh) scale(.6166)}}.snow:nth-child(148){opacity:1.7334;transform:translate(9.0901vw,-10px) scale(.8783);animation:fall-148 14s -29s linear infinite}@keyframes fall-148{56.069%{transform:translate(3.372vw,56.069vh) scale(.8783)}to{transform:translate(6.23105vw,99vh) scale(.8783)}}.snow:nth-child(149){opacity:1.1408;transform:translate(68.599vw,-10px) scale(.6494);animation:fall-149 12s -15s linear infinite}@keyframes fall-149{40.207%{transform:translate(74.2808vw,40.207vh) scale(.6494)}to{transform:translate(71.4399vw,99vh) scale(.6494)}}.snow:nth-child(150){opacity:.15;transform:translate(93.321vw,-10px) scale(.3422);animation:fall-150 26s -1s linear infinite}@keyframes fall-150{46.35%{transform:translate(98.5212vw,46.35vh) scale(.3422)}to{transform:translate(95.9211vw,99vh) scale(.3422)}}.snow:nth-child(151){opacity:.8188;transform:translate(54.0205vw,-10px) scale(.8855);animation:fall-151 10s -26s linear infinite}@keyframes fall-151{47.804%{transform:translate(62.9524vw,47.804vh) scale(.8855)}to{transform:translate(58.48645vw,99vh) scale(.8855)}}.snow:nth-child(152){opacity:.5348;transform:translate(72.8044vw,-10px) scale(.0461);animation:fall-152 15s -29s linear infinite}@keyframes fall-152{33.927%{transform:translate(67.8381vw,33.927vh) scale(.0461)}to{transform:translate(70.32125vw,99vh) scale(.0461)}}.snow:nth-child(153){opacity:1.4984;transform:translate(84.9364vw,-10px) scale(.6546);animation:fall-153 19s -23s linear infinite}@keyframes fall-153{32.24%{transform:translate(93.2724vw,32.24vh) scale(.6546)}to{transform:translate(89.1044vw,99vh) scale(.6546)}}.snow:nth-child(154){opacity:1.6864;transform:translate(85.8735vw,-10px) scale(.8858);animation:fall-154 19s -4s linear infinite}@keyframes fall-154{77.77%{transform:translate(83.4446vw,77.77vh) scale(.8858)}to{transform:translate(84.65905vw,99vh) scale(.8858)}}.snow:nth-child(155){opacity:1.1574;transform:translate(66.9919vw,-10px) scale(.0975);animation:fall-155 29s -24s linear infinite}@keyframes fall-155{32.374%{transform:translate(67.823vw,32.374vh) scale(.0975)}to{transform:translate(67.40745vw,99vh) scale(.0975)}}.snow:nth-child(156){opacity:1.7242;transform:translate(21.3942vw,-10px) scale(.0455);animation:fall-156 29s -13s linear infinite}@keyframes fall-156{78.531%{transform:translate(29.0071vw,78.531vh) scale(.0455)}to{transform:translate(25.20065vw,99vh) scale(.0455)}}.snow:nth-child(157){opacity:.3884;transform:translate(61.5587vw,-10px) scale(.1683);animation:fall-157 12s -18s linear infinite}@keyframes fall-157{58.307%{transform:translate(56.7265vw,58.307vh) scale(.1683)}to{transform:translate(59.1426vw,99vh) scale(.1683)}}.snow:nth-child(158){opacity:1.7452;transform:translate(50.3412vw,-10px) scale(.8667);animation:fall-158 11s -5s linear infinite}@keyframes fall-158{37.849%{transform:translate(46.9931vw,37.849vh) scale(.8667)}to{transform:translate(48.66715vw,99vh) scale(.8667)}}.snow:nth-child(159){opacity:1.459;transform:translate(82.0795vw,-10px) scale(.5141);animation:fall-159 17s -21s linear infinite}@keyframes fall-159{73.737%{transform:translate(86.8884vw,73.737vh) scale(.5141)}to{transform:translate(84.48395vw,99vh) scale(.5141)}}.snow:nth-child(160){opacity:1.142;transform:translate(16.1265vw,-10px) scale(.616);animation:fall-160 26s -10s linear infinite}@keyframes fall-160{34.595%{transform:translate(12.5154vw,34.595vh) scale(.616)}to{transform:translate(14.32095vw,99vh) scale(.616)}}.snow:nth-child(161){opacity:1.7974;transform:translate(57.0959vw,-10px) scale(.5193);animation:fall-161 15s -17s linear infinite}@keyframes fall-161{72.392%{transform:translate(51.1963vw,72.392vh) scale(.5193)}to{transform:translate(54.1461vw,99vh) scale(.5193)}}.snow:nth-child(162){opacity:.3118;transform:translate(69.8349vw,-10px) scale(.7546);animation:fall-162 24s -30s linear infinite}@keyframes fall-162{40.321%{transform:translate(62.547vw,40.321vh) scale(.7546)}to{transform:translate(66.19095vw,99vh) scale(.7546)}}.snow:nth-child(163){opacity:.5204;transform:translate(30.7728vw,-10px) scale(.2553);animation:fall-163 22s -5s linear infinite}@keyframes fall-163{75.995%{transform:translate(27.1593vw,75.995vh) scale(.2553)}to{transform:translate(28.96605vw,99vh) scale(.2553)}}.snow:nth-child(164){opacity:.4036;transform:translate(69.8189vw,-10px) scale(.1794);animation:fall-164 30s -6s linear infinite}@keyframes fall-164{65.313%{transform:translate(77.5548vw,65.313vh) scale(.1794)}to{transform:translate(73.68685vw,99vh) scale(.1794)}}.snow:nth-child(165){opacity:1.8672;transform:translate(30.9047vw,-10px) scale(.3799);animation:fall-165 14s -10s linear infinite}@keyframes fall-165{53.374%{transform:translate(27.6662vw,53.374vh) scale(.3799)}to{transform:translate(29.28545vw,99vh) scale(.3799)}}.snow:nth-child(166){opacity:1.6094;transform:translate(90.3829vw,-10px) scale(.5733);animation:fall-166 24s -25s linear infinite}@keyframes fall-166{46.727%{transform:translate(91.8094vw,46.727vh) scale(.5733)}to{transform:translate(91.09615vw,99vh) scale(.5733)}}.snow:nth-child(167){opacity:1.7626;transform:translate(94.7918vw,-10px) scale(.4372);animation:fall-167 12s -19s linear infinite}@keyframes fall-167{57.156%{transform:translate(99.869vw,57.156vh) scale(.4372)}to{transform:translate(97.3304vw,99vh) scale(.4372)}}.snow:nth-child(168){opacity:1.638;transform:translate(81.1839vw,-10px) scale(.5375);animation:fall-168 10s -15s linear infinite}@keyframes fall-168{36.755%{transform:translate(77.042vw,36.755vh) scale(.5375)}to{transform:translate(79.11295vw,99vh) scale(.5375)}}.snow:nth-child(169){opacity:.1434;transform:translate(74.3353vw,-10px) scale(.0371);animation:fall-169 12s -27s linear infinite}@keyframes fall-169{37.073%{transform:translate(76.8614vw,37.073vh) scale(.0371)}to{transform:translate(75.59835vw,99vh) scale(.0371)}}.snow:nth-child(170){opacity:.8516;transform:translate(68.2104vw,-10px) scale(.4833);animation:fall-170 17s -27s linear infinite}@keyframes fall-170{72.501%{transform:translate(65.1402vw,72.501vh) scale(.4833)}to{transform:translate(66.6753vw,99vh) scale(.4833)}}.snow:nth-child(171){opacity:.0354;transform:translate(86.1901vw,-10px) scale(.8);animation:fall-171 13s -12s linear infinite}@keyframes fall-171{78.486%{transform:translate(82.2079vw,78.486vh) scale(.8)}to{transform:translate(84.199vw,99vh) scale(.8)}}.snow:nth-child(172){opacity:.6574;transform:translate(85.3005vw,-10px) scale(.3064);animation:fall-172 11s -21s linear infinite}@keyframes fall-172{52.604%{transform:translate(90.4382vw,52.604vh) scale(.3064)}to{transform:translate(87.86935vw,99vh) scale(.3064)}}.snow:nth-child(173){opacity:1.4632;transform:translate(43.6787vw,-10px) scale(.8587);animation:fall-173 19s -21s linear infinite}@keyframes fall-173{66.596%{transform:translate(39.4279vw,66.596vh) scale(.8587)}to{transform:translate(41.5533vw,99vh) scale(.8587)}}.snow:nth-child(174){opacity:.817;transform:translate(97.2717vw,-10px) scale(.2249);animation:fall-174 22s -18s linear infinite}@keyframes fall-174{70.662%{transform:translate(89.1684vw,70.662vh) scale(.2249)}to{transform:translate(93.22005vw,99vh) scale(.2249)}}.snow:nth-child(175){opacity:.848;transform:translate(73.0237vw,-10px) scale(.1322);animation:fall-175 10s -28s linear infinite}@keyframes fall-175{64.237%{transform:translate(72.5124vw,64.237vh) scale(.1322)}to{transform:translate(72.76805vw,99vh) scale(.1322)}}.snow:nth-child(176){opacity:1.5396;transform:translate(65.8634vw,-10px) scale(.4307);animation:fall-176 23s -8s linear infinite}@keyframes fall-176{73.414%{transform:translate(58.3965vw,73.414vh) scale(.4307)}to{transform:translate(62.12995vw,99vh) scale(.4307)}}.snow:nth-child(177){opacity:.6658;transform:translate(92.0773vw,-10px) scale(.8993);animation:fall-177 13s -19s linear infinite}@keyframes fall-177{61.988%{transform:translate(92.3354vw,61.988vh) scale(.8993)}to{transform:translate(92.20635vw,99vh) scale(.8993)}}.snow:nth-child(178){opacity:.0552;transform:translate(32.7516vw,-10px) scale(.6502);animation:fall-178 20s -14s linear infinite}@keyframes fall-178{56.322%{transform:translate(29.1456vw,56.322vh) scale(.6502)}to{transform:translate(30.9486vw,99vh) scale(.6502)}}.snow:nth-child(179){opacity:.154;transform:translate(10.6362vw,-10px) scale(.6682);animation:fall-179 27s -14s linear infinite}@keyframes fall-179{48.067%{transform:translate(13.0269vw,48.067vh) scale(.6682)}to{transform:translate(11.83155vw,99vh) scale(.6682)}}.snow:nth-child(180){opacity:.5428;transform:translate(78.2484vw,-10px) scale(.1187);animation:fall-180 12s -13s linear infinite}@keyframes fall-180{31.625%{transform:translate(72.7435vw,31.625vh) scale(.1187)}to{transform:translate(75.49595vw,99vh) scale(.1187)}}.snow:nth-child(181){opacity:.9032;transform:translate(8.8396vw,-10px) scale(.064);animation:fall-181 16s -11s linear infinite}@keyframes fall-181{50.192%{transform:translate(5.6784vw,50.192vh) scale(.064)}to{transform:translate(7.259vw,99vh) scale(.064)}}.snow:nth-child(182){opacity:.9548;transform:translate(46.36vw,-10px) scale(.8192);animation:fall-182 25s -17s linear infinite}@keyframes fall-182{33.78%{transform:translate(40.8608vw,33.78vh) scale(.8192)}to{transform:translate(43.6104vw,99vh) scale(.8192)}}.snow:nth-child(183){opacity:1.934;transform:translate(85.0378vw,-10px) scale(.7291);animation:fall-183 30s -25s linear infinite}@keyframes fall-183{52.335%{transform:translate(88.8084vw,52.335vh) scale(.7291)}to{transform:translate(86.9231vw,99vh) scale(.7291)}}.snow:nth-child(184){opacity:.4596;transform:translate(70.7335vw,-10px) scale(.7994);animation:fall-184 22s -27s linear infinite}@keyframes fall-184{42.13%{transform:translate(68.3785vw,42.13vh) scale(.7994)}to{transform:translate(69.556vw,99vh) scale(.7994)}}.snow:nth-child(185){opacity:.4466;transform:translate(98.4805vw,-10px) scale(.4272);animation:fall-185 27s -18s linear infinite}@keyframes fall-185{42.392%{transform:translate(107.5647vw,42.392vh) scale(.4272)}to{transform:translate(103.0226vw,99vh) scale(.4272)}}.snow:nth-child(186){opacity:.6388;transform:translate(46.6866vw,-10px) scale(.0557);animation:fall-186 28s -19s linear infinite}@keyframes fall-186{75.217%{transform:translate(43.835vw,75.217vh) scale(.0557)}to{transform:translate(45.2608vw,99vh) scale(.0557)}}.snow:nth-child(187){opacity:1.2508;transform:translate(2.8008vw,-10px) scale(.7773);animation:fall-187 29s -28s linear infinite}@keyframes fall-187{31.482%{transform:translate(6.988vw,31.482vh) scale(.7773)}to{transform:translate(4.8944vw,99vh) scale(.7773)}}.snow:nth-child(188){opacity:.4094;transform:translate(36.6741vw,-10px) scale(.0048);animation:fall-188 24s -17s linear infinite}@keyframes fall-188{55.124%{transform:translate(46.37vw,55.124vh) scale(.0048)}to{transform:translate(41.52205vw,99vh) scale(.0048)}}.snow:nth-child(189){opacity:1.7644;transform:translate(32.7413vw,-10px) scale(.6483);animation:fall-189 15s -30s linear infinite}@keyframes fall-189{32.708%{transform:translate(40.1682vw,32.708vh) scale(.6483)}to{transform:translate(36.45475vw,99vh) scale(.6483)}}.snow:nth-child(190){opacity:.0936;transform:translate(43.0864vw,-10px) scale(.2378);animation:fall-190 26s -21s linear infinite}@keyframes fall-190{31.2%{transform:translate(40.1384vw,31.2vh) scale(.2378)}to{transform:translate(41.6124vw,99vh) scale(.2378)}}.snow:nth-child(191){opacity:1.359;transform:translate(24.6689vw,-10px) scale(.0218);animation:fall-191 13s -6s linear infinite}@keyframes fall-191{78.942%{transform:translate(26.9682vw,78.942vh) scale(.0218)}to{transform:translate(25.81855vw,99vh) scale(.0218)}}.snow:nth-child(192){opacity:.3902;transform:translate(19.2051vw,-10px) scale(.8983);animation:fall-192 18s -9s linear infinite}@keyframes fall-192{58%{transform:translate(9.649vw,58vh) scale(.8983)}to{transform:translate(14.42705vw,99vh) scale(.8983)}}.snow:nth-child(193){opacity:.3028;transform:translate(28.7038vw,-10px) scale(.7358);animation:fall-193 28s -2s linear infinite}@keyframes fall-193{51.741%{transform:translate(31.2792vw,51.741vh) scale(.7358)}to{transform:translate(29.9915vw,99vh) scale(.7358)}}.snow:nth-child(194){opacity:1.3892;transform:translate(84.2189vw,-10px) scale(.5197);animation:fall-194 20s -21s linear infinite}@keyframes fall-194{60.79%{transform:translate(94.0667vw,60.79vh) scale(.5197)}to{transform:translate(89.1428vw,99vh) scale(.5197)}}.snow:nth-child(195){opacity:.3316;transform:translate(82.6744vw,-10px) scale(.1475);animation:fall-195 13s -13s linear infinite}@keyframes fall-195{51.071%{transform:translate(90.3044vw,51.071vh) scale(.1475)}to{transform:translate(86.4894vw,99vh) scale(.1475)}}.snow:nth-child(196){opacity:.6858;transform:translate(55.7543vw,-10px) scale(.6238);animation:fall-196 19s -6s linear infinite}@keyframes fall-196{77.337%{transform:translate(46.3246vw,77.337vh) scale(.6238)}to{transform:translate(51.03945vw,99vh) scale(.6238)}}.snow:nth-child(197){opacity:1.5792;transform:translate(20.1947vw,-10px) scale(.759);animation:fall-197 24s -22s linear infinite}@keyframes fall-197{60.569%{transform:translate(26.9177vw,60.569vh) scale(.759)}to{transform:translate(23.5562vw,99vh) scale(.759)}}.snow:nth-child(198){opacity:.1228;transform:translate(91.4196vw,-10px) scale(.0004);animation:fall-198 22s -22s linear infinite}@keyframes fall-198{36.402%{transform:translate(89.0329vw,36.402vh) scale(.0004)}to{transform:translate(90.22625vw,99vh) scale(.0004)}}.snow:nth-child(199){opacity:1.3228;transform:translate(15.5245vw,-10px) scale(.7785);animation:fall-199 19s -11s linear infinite}@keyframes fall-199{73.615%{transform:translate(18.832vw,73.615vh) scale(.7785)}to{transform:translate(17.17825vw,99vh) scale(.7785)}}.snow:nth-child(200){opacity:.4492;transform:translate(20.6315vw,-10px) scale(.4185);animation:fall-200 19s -23s linear infinite}@keyframes fall-200{35.304%{transform:translate(28.1348vw,35.304vh) scale(.4185)}to{transform:translate(24.38315vw,99vh) scale(.4185)}}.snow:nth-child(201){opacity:.2738;transform:translate(31.8062vw,-10px) scale(.8309);animation:fall-201 23s -5s linear infinite}@keyframes fall-201{77.861%{transform:translate(34.4908vw,77.861vh) scale(.8309)}to{transform:translate(33.1485vw,99vh) scale(.8309)}}.snow:nth-child(202){opacity:1.7872;transform:translate(32.6867vw,-10px) scale(.5173);animation:fall-202 25s -28s linear infinite}@keyframes fall-202{65.038%{transform:translate(26.8856vw,65.038vh) scale(.5173)}to{transform:translate(29.78615vw,99vh) scale(.5173)}}.snow:nth-child(203){opacity:.1368;transform:translate(9.7514vw,-10px) scale(.4068);animation:fall-203 19s -30s linear infinite}@keyframes fall-203{72.974%{transform:translate(12.9855vw,72.974vh) scale(.4068)}to{transform:translate(11.36845vw,99vh) scale(.4068)}}.snow:nth-child(204){opacity:1.9792;transform:translate(72.5034vw,-10px) scale(.9419);animation:fall-204 16s -15s linear infinite}@keyframes fall-204{60.589%{transform:translate(76.4211vw,60.589vh) scale(.9419)}to{transform:translate(74.46225vw,99vh) scale(.9419)}}.snow:nth-child(205){opacity:1.5604;transform:translate(31.1269vw,-10px) scale(.7788);animation:fall-205 25s -28s linear infinite}@keyframes fall-205{30.092%{transform:translate(33.3906vw,30.092vh) scale(.7788)}to{transform:translate(32.25875vw,99vh) scale(.7788)}}.snow:nth-child(206){opacity:.7404;transform:translate(43.4767vw,-10px) scale(.3247);animation:fall-206 15s -11s linear infinite}@keyframes fall-206{77.13%{transform:translate(39.6216vw,77.13vh) scale(.3247)}to{transform:translate(41.54915vw,99vh) scale(.3247)}}.snow:nth-child(207){opacity:.919;transform:translate(85.6501vw,-10px) scale(.7437);animation:fall-207 26s -3s linear infinite}@keyframes fall-207{48.424%{transform:translate(80.8303vw,48.424vh) scale(.7437)}to{transform:translate(83.2402vw,99vh) scale(.7437)}}.snow:nth-child(208){opacity:.9356;transform:translate(29.2297vw,-10px) scale(.0929);animation:fall-208 11s -10s linear infinite}@keyframes fall-208{48.2%{transform:translate(31.672vw,48.2vh) scale(.0929)}to{transform:translate(30.45085vw,99vh) scale(.0929)}}.snow:nth-child(209){opacity:1.833;transform:translate(7.4767vw,-10px) scale(.1571);animation:fall-209 30s -15s linear infinite}@keyframes fall-209{48.717%{transform:translate(8.5983vw,48.717vh) scale(.1571)}to{transform:translate(8.0375vw,99vh) scale(.1571)}}.snow:nth-child(210){opacity:.948;transform:translate(53.3548vw,-10px) scale(.7181);animation:fall-210 17s -5s linear infinite}@keyframes fall-210{42.869%{transform:translate(61.5183vw,42.869vh) scale(.7181)}to{transform:translate(57.43655vw,99vh) scale(.7181)}}.snow:nth-child(211){opacity:.6016;transform:translate(37.9001vw,-10px) scale(.4271);animation:fall-211 22s -22s linear infinite}@keyframes fall-211{78.462%{transform:translate(44.8118vw,78.462vh) scale(.4271)}to{transform:translate(41.35595vw,99vh) scale(.4271)}}.snow:nth-child(212){opacity:1.895;transform:translate(65.2254vw,-10px) scale(.3964);animation:fall-212 20s -1s linear infinite}@keyframes fall-212{65.374%{transform:translate(74.4409vw,65.374vh) scale(.3964)}to{transform:translate(69.83315vw,99vh) scale(.3964)}}.snow:nth-child(213){opacity:.5542;transform:translate(95.2409vw,-10px) scale(.4399);animation:fall-213 13s -24s linear infinite}@keyframes fall-213{38.227%{transform:translate(99.2283vw,38.227vh) scale(.4399)}to{transform:translate(97.2346vw,99vh) scale(.4399)}}.snow:nth-child(214){opacity:1.3744;transform:translate(67.115vw,-10px) scale(.1549);animation:fall-214 22s -14s linear infinite}@keyframes fall-214{71.983%{transform:translate(73.681vw,71.983vh) scale(.1549)}to{transform:translate(70.398vw,99vh) scale(.1549)}}.snow:nth-child(215){opacity:1.9702;transform:translate(27.4491vw,-10px) scale(.8809);animation:fall-215 26s -22s linear infinite}@keyframes fall-215{43.068%{transform:translate(21.4254vw,43.068vh) scale(.8809)}to{transform:translate(24.43725vw,99vh) scale(.8809)}}.snow:nth-child(216){opacity:1.8438;transform:translate(64.397vw,-10px) scale(.0825);animation:fall-216 11s -9s linear infinite}@keyframes fall-216{41.307%{transform:translate(73.6638vw,41.307vh) scale(.0825)}to{transform:translate(69.0304vw,99vh) scale(.0825)}}.snow:nth-child(217){opacity:.6954;transform:translate(43.6472vw,-10px) scale(.3978);animation:fall-217 20s -21s linear infinite}@keyframes fall-217{64.592%{transform:translate(39.6992vw,64.592vh) scale(.3978)}to{transform:translate(41.6732vw,99vh) scale(.3978)}}.snow:nth-child(218){opacity:1.7704;transform:translate(12.4091vw,-10px) scale(.0115);animation:fall-218 27s -26s linear infinite}@keyframes fall-218{70.271%{transform:translate(18.5669vw,70.271vh) scale(.0115)}to{transform:translate(15.488vw,99vh) scale(.0115)}}.snow:nth-child(219){opacity:.6926;transform:translate(38.5059vw,-10px) scale(.7298);animation:fall-219 25s -15s linear infinite}@keyframes fall-219{56.026%{transform:translate(33.6697vw,56.026vh) scale(.7298)}to{transform:translate(36.0878vw,99vh) scale(.7298)}}.snow:nth-child(220){opacity:1.8114;transform:translate(94.665vw,-10px) scale(.3788);animation:fall-220 13s -11s linear infinite}@keyframes fall-220{37.482%{transform:translate(98.7122vw,37.482vh) scale(.3788)}to{transform:translate(96.6886vw,99vh) scale(.3788)}}.snow:nth-child(221){opacity:1.366;transform:translate(.1824vw,-10px) scale(.9409);animation:fall-221 24s -23s linear infinite}@keyframes fall-221{56.081%{transform:translate(8.4708vw,56.081vh) scale(.9409)}to{transform:translate(4.3266vw,99vh) scale(.9409)}}.snow:nth-child(222){opacity:1.632;transform:translate(75.7893vw,-10px) scale(.4328);animation:fall-222 22s -5s linear infinite}@keyframes fall-222{69.292%{transform:translate(67.195vw,69.292vh) scale(.4328)}to{transform:translate(71.49215vw,99vh) scale(.4328)}}.snow:nth-child(223){opacity:.9954;transform:translate(88.091vw,-10px) scale(.3647);animation:fall-223 27s -30s linear infinite}@keyframes fall-223{79.77%{transform:translate(88.8274vw,79.77vh) scale(.3647)}to{transform:translate(88.4592vw,99vh) scale(.3647)}}.snow:nth-child(224){opacity:1.814;transform:translate(32.0423vw,-10px) scale(.0227);animation:fall-224 16s -15s linear infinite}@keyframes fall-224{36.48%{transform:translate(22.7191vw,36.48vh) scale(.0227)}to{transform:translate(27.3807vw,99vh) scale(.0227)}}.snow:nth-child(225){opacity:1.1272;transform:translate(65.8822vw,-10px) scale(.8548);animation:fall-225 21s -7s linear infinite}@keyframes fall-225{45.216%{transform:translate(62.7922vw,45.216vh) scale(.8548)}to{transform:translate(64.3372vw,99vh) scale(.8548)}}.snow:nth-child(226){opacity:.2808;transform:translate(37.1541vw,-10px) scale(.2891);animation:fall-226 25s -7s linear infinite}@keyframes fall-226{79.507%{transform:translate(42.4906vw,79.507vh) scale(.2891)}to{transform:translate(39.82235vw,99vh) scale(.2891)}}.snow:nth-child(227){opacity:.7324;transform:translate(74.2822vw,-10px) scale(.5353);animation:fall-227 11s -16s linear infinite}@keyframes fall-227{37.284%{transform:translate(69.5534vw,37.284vh) scale(.5353)}to{transform:translate(71.9178vw,99vh) scale(.5353)}}.snow:nth-child(228){opacity:1.3642;transform:translate(89.3447vw,-10px) scale(.2214);animation:fall-228 15s -25s linear infinite}@keyframes fall-228{56.658%{transform:translate(93.7713vw,56.658vh) scale(.2214)}to{transform:translate(91.558vw,99vh) scale(.2214)}}.snow:nth-child(229){opacity:1.8284;transform:translate(62.6297vw,-10px) scale(.9998);animation:fall-229 17s -23s linear infinite}@keyframes fall-229{64.933%{transform:translate(54.2271vw,64.933vh) scale(.9998)}to{transform:translate(58.4284vw,99vh) scale(.9998)}}.snow:nth-child(230){opacity:1.5032;transform:translate(9.0997vw,-10px) scale(.7395);animation:fall-230 13s -2s linear infinite}@keyframes fall-230{75.955%{transform:translate(6.3225vw,75.955vh) scale(.7395)}to{transform:translate(7.7111vw,99vh) scale(.7395)}}.snow:nth-child(231){opacity:1.7944;transform:translate(85.873vw,-10px) scale(.8537);animation:fall-231 30s -2s linear infinite}@keyframes fall-231{68.892%{transform:translate(90.2526vw,68.892vh) scale(.8537)}to{transform:translate(88.0628vw,99vh) scale(.8537)}}.snow:nth-child(232){opacity:1.8726;transform:translate(86.0165vw,-10px) scale(.1207);animation:fall-232 15s -8s linear infinite}@keyframes fall-232{62.021%{transform:translate(79.6261vw,62.021vh) scale(.1207)}to{transform:translate(82.8213vw,99vh) scale(.1207)}}.snow:nth-child(233){opacity:.5932;transform:translate(55.2237vw,-10px) scale(.0205);animation:fall-233 26s -27s linear infinite}@keyframes fall-233{46.799%{transform:translate(51.3598vw,46.799vh) scale(.0205)}to{transform:translate(53.29175vw,99vh) scale(.0205)}}.snow:nth-child(234){opacity:1.064;transform:translate(43.823vw,-10px) scale(.5179);animation:fall-234 13s -15s linear infinite}@keyframes fall-234{62.056%{transform:translate(52.8851vw,62.056vh) scale(.5179)}to{transform:translate(48.35405vw,99vh) scale(.5179)}}.snow:nth-child(235){opacity:.6472;transform:translate(46.6359vw,-10px) scale(.8089);animation:fall-235 19s -5s linear infinite}@keyframes fall-235{70.285%{transform:translate(39.956vw,70.285vh) scale(.8089)}to{transform:translate(43.29595vw,99vh) scale(.8089)}}.snow:nth-child(236){opacity:1.9684;transform:translate(38.876vw,-10px) scale(.8375);animation:fall-236 21s -6s linear infinite}@keyframes fall-236{64.385%{transform:translate(32.2348vw,64.385vh) scale(.8375)}to{transform:translate(35.5554vw,99vh) scale(.8375)}}.snow:nth-child(237){opacity:1.737;transform:translate(83.2949vw,-10px) scale(.2819);animation:fall-237 29s -17s linear infinite}@keyframes fall-237{45.731%{transform:translate(90.4363vw,45.731vh) scale(.2819)}to{transform:translate(86.8656vw,99vh) scale(.2819)}}.snow:nth-child(238){opacity:.1172;transform:translate(85.2717vw,-10px) scale(.1506);animation:fall-238 23s -12s linear infinite}@keyframes fall-238{37.735%{transform:translate(89.6972vw,37.735vh) scale(.1506)}to{transform:translate(87.48445vw,99vh) scale(.1506)}}.snow:nth-child(239){opacity:1.6614;transform:translate(13.8125vw,-10px) scale(.1276);animation:fall-239 20s -30s linear infinite}@keyframes fall-239{31.641%{transform:translate(11.4781vw,31.641vh) scale(.1276)}to{transform:translate(12.6453vw,99vh) scale(.1276)}}.snow:nth-child(240){opacity:.7656;transform:translate(71.0963vw,-10px) scale(.5017);animation:fall-240 20s -26s linear infinite}@keyframes fall-240{66.631%{transform:translate(69.8439vw,66.631vh) scale(.5017)}to{transform:translate(70.4701vw,99vh) scale(.5017)}}.snow:nth-child(241){opacity:1.3004;transform:translate(2.7388vw,-10px) scale(.2885);animation:fall-241 28s -15s linear infinite}@keyframes fall-241{48.179%{transform:translate(2.8188vw,48.179vh) scale(.2885)}to{transform:translate(2.7788vw,99vh) scale(.2885)}}.snow:nth-child(242){opacity:.8322;transform:translate(69.2392vw,-10px) scale(.9186);animation:fall-242 12s -15s linear infinite}@keyframes fall-242{30.882%{transform:translate(63.1595vw,30.882vh) scale(.9186)}to{transform:translate(66.19935vw,99vh) scale(.9186)}}.snow:nth-child(243){opacity:1.8908;transform:translate(24.4876vw,-10px) scale(.0611);animation:fall-243 20s -10s linear infinite}@keyframes fall-243{53.655%{transform:translate(15.3853vw,53.655vh) scale(.0611)}to{transform:translate(19.93645vw,99vh) scale(.0611)}}.snow:nth-child(244){opacity:1.8108;transform:translate(24.6682vw,-10px) scale(.0102);animation:fall-244 12s -27s linear infinite}@keyframes fall-244{65.792%{transform:translate(30.6783vw,65.792vh) scale(.0102)}to{transform:translate(27.67325vw,99vh) scale(.0102)}}.snow:nth-child(245){opacity:1.9342;transform:translate(75.4295vw,-10px) scale(.0073);animation:fall-245 23s -30s linear infinite}@keyframes fall-245{44.168%{transform:translate(78.5152vw,44.168vh) scale(.0073)}to{transform:translate(76.97235vw,99vh) scale(.0073)}}.snow:nth-child(246){opacity:1.3768;transform:translate(29.5152vw,-10px) scale(.0843);animation:fall-246 24s -2s linear infinite}@keyframes fall-246{58.738%{transform:translate(31.0758vw,58.738vh) scale(.0843)}to{transform:translate(30.2955vw,99vh) scale(.0843)}}.snow:nth-child(247){opacity:.3664;transform:translate(48.6455vw,-10px) scale(.1298);animation:fall-247 14s -5s linear infinite}@keyframes fall-247{59.856%{transform:translate(43.2025vw,59.856vh) scale(.1298)}to{transform:translate(45.924vw,99vh) scale(.1298)}}.snow:nth-child(248){opacity:1.9436;transform:translate(40.6104vw,-10px) scale(.3825);animation:fall-248 29s -5s linear infinite}@keyframes fall-248{47.63%{transform:translate(43.9653vw,47.63vh) scale(.3825)}to{transform:translate(42.28785vw,99vh) scale(.3825)}}.snow:nth-child(249){opacity:.6744;transform:translate(44.8719vw,-10px) scale(.8331);animation:fall-249 21s -5s linear infinite}@keyframes fall-249{41.548%{transform:translate(39.1044vw,41.548vh) scale(.8331)}to{transform:translate(41.98815vw,99vh) scale(.8331)}}.snow:nth-child(250){opacity:1.1878;transform:translate(17.8219vw,-10px) scale(.5301);animation:fall-250 24s -8s linear infinite}@keyframes fall-250{44.529%{transform:translate(18.295vw,44.529vh) scale(.5301)}to{transform:translate(18.05845vw,99vh) scale(.5301)}}.snow:nth-child(251){opacity:.3044;transform:translate(31.1555vw,-10px) scale(.9373);animation:fall-251 17s -1s linear infinite}@keyframes fall-251{38.215%{transform:translate(32.4188vw,38.215vh) scale(.9373)}to{transform:translate(31.78715vw,99vh) scale(.9373)}}.snow:nth-child(252){opacity:.688;transform:translate(63.212vw,-10px) scale(.882);animation:fall-252 30s -4s linear infinite}@keyframes fall-252{45.224%{transform:translate(56.5668vw,45.224vh) scale(.882)}to{transform:translate(59.8894vw,99vh) scale(.882)}}.snow:nth-child(253){opacity:1.4606;transform:translate(4.1884vw,-10px) scale(.1858);animation:fall-253 12s -16s linear infinite}@keyframes fall-253{35.382%{transform:translate(6.8559vw,35.382vh) scale(.1858)}to{transform:translate(5.52215vw,99vh) scale(.1858)}}.snow:nth-child(254){opacity:.0876;transform:translate(48.6471vw,-10px) scale(.0758);animation:fall-254 17s -8s linear infinite}@keyframes fall-254{69.809%{transform:translate(56.2677vw,69.809vh) scale(.0758)}to{transform:translate(52.4574vw,99vh) scale(.0758)}}.snow:nth-child(255){opacity:1.8894;transform:translate(4.4714vw,-10px) scale(.0567);animation:fall-255 27s -29s linear infinite}@keyframes fall-255{45.02%{transform:translate(5.1047vw,45.02vh) scale(.0567)}to{transform:translate(4.78805vw,99vh) scale(.0567)}}.snow:nth-child(256){opacity:1.4316;transform:translate(.3742vw,-10px) scale(.0329);animation:fall-256 13s -17s linear infinite}@keyframes fall-256{73.562%{transform:translate(-5.2321vw,73.562vh) scale(.0329)}to{transform:translate(-2.42895vw,99vh) scale(.0329)}}.snow:nth-child(257){opacity:1.859;transform:translate(14.1888vw,-10px) scale(.5541);animation:fall-257 14s -19s linear infinite}@keyframes fall-257{77.202%{transform:translate(16.2218vw,77.202vh) scale(.5541)}to{transform:translate(15.2053vw,99vh) scale(.5541)}}.snow:nth-child(258){opacity:1.3002;transform:translate(19.5644vw,-10px) scale(.6528);animation:fall-258 19s -13s linear infinite}@keyframes fall-258{79.568%{transform:translate(15.0178vw,79.568vh) scale(.6528)}to{transform:translate(17.2911vw,99vh) scale(.6528)}}.snow:nth-child(259){opacity:.6326;transform:translate(81.3668vw,-10px) scale(.4636);animation:fall-259 20s -17s linear infinite}@keyframes fall-259{69.747%{transform:translate(86.9713vw,69.747vh) scale(.4636)}to{transform:translate(84.16905vw,99vh) scale(.4636)}}.snow:nth-child(260){opacity:.6772;transform:translate(46.6987vw,-10px) scale(.6238);animation:fall-260 19s -16s linear infinite}@keyframes fall-260{30.334%{transform:translate(36.8673vw,30.334vh) scale(.6238)}to{transform:translate(41.783vw,99vh) scale(.6238)}}.snow:nth-child(261){opacity:1.7718;transform:translate(45.6173vw,-10px) scale(.3648);animation:fall-261 29s -2s linear infinite}@keyframes fall-261{41.266%{transform:translate(49.9153vw,41.266vh) scale(.3648)}to{transform:translate(47.7663vw,99vh) scale(.3648)}}.snow:nth-child(262){opacity:1.6152;transform:translate(16.6336vw,-10px) scale(.4276);animation:fall-262 12s -1s linear infinite}@keyframes fall-262{51.021%{transform:translate(18.6365vw,51.021vh) scale(.4276)}to{transform:translate(17.63505vw,99vh) scale(.4276)}}.snow:nth-child(263){opacity:1.569;transform:translate(54.0145vw,-10px) scale(.021);animation:fall-263 24s -3s linear infinite}@keyframes fall-263{74.324%{transform:translate(49.3025vw,74.324vh) scale(.021)}to{transform:translate(51.6585vw,99vh) scale(.021)}}.snow:nth-child(264){opacity:.5466;transform:translate(23.8385vw,-10px) scale(.9943);animation:fall-264 20s -27s linear infinite}@keyframes fall-264{42.69%{transform:translate(26.0242vw,42.69vh) scale(.9943)}to{transform:translate(24.93135vw,99vh) scale(.9943)}}.snow:nth-child(265){opacity:.6482;transform:translate(72.0807vw,-10px) scale(.5591);animation:fall-265 16s -28s linear infinite}@keyframes fall-265{74.167%{transform:translate(67.7101vw,74.167vh) scale(.5591)}to{transform:translate(69.8954vw,99vh) scale(.5591)}}.snow:nth-child(266){opacity:.8466;transform:translate(88.5057vw,-10px) scale(.1543);animation:fall-266 13s -16s linear infinite}@keyframes fall-266{60.119%{transform:translate(94.7425vw,60.119vh) scale(.1543)}to{transform:translate(91.6241vw,99vh) scale(.1543)}}.snow:nth-child(267){opacity:1.0226;transform:translate(63.9577vw,-10px) scale(.9499);animation:fall-267 22s -20s linear infinite}@keyframes fall-267{66.46%{transform:translate(68.4376vw,66.46vh) scale(.9499)}to{transform:translate(66.19765vw,99vh) scale(.9499)}}.snow:nth-child(268){opacity:1.4476;transform:translate(58.6634vw,-10px) scale(.0242);animation:fall-268 11s -4s linear infinite}@keyframes fall-268{37.118%{transform:translate(49.8425vw,37.118vh) scale(.0242)}to{transform:translate(54.25295vw,99vh) scale(.0242)}}.snow:nth-child(269){opacity:.3668;transform:translate(90.49vw,-10px) scale(.5306);animation:fall-269 19s -5s linear infinite}@keyframes fall-269{46.824%{transform:translate(91.337vw,46.824vh) scale(.5306)}to{transform:translate(90.9135vw,99vh) scale(.5306)}}.snow:nth-child(270){opacity:.5336;transform:translate(69.8855vw,-10px) scale(.8934);animation:fall-270 17s -9s linear infinite}@keyframes fall-270{52.359%{transform:translate(61.0704vw,52.359vh) scale(.8934)}to{transform:translate(65.47795vw,99vh) scale(.8934)}}.snow:nth-child(271){opacity:.7924;transform:translate(12.2487vw,-10px) scale(.7795);animation:fall-271 10s -20s linear infinite}@keyframes fall-271{43.637%{transform:translate(4.9075vw,43.637vh) scale(.7795)}to{transform:translate(8.5781vw,99vh) scale(.7795)}}.snow:nth-child(272){opacity:1.7222;transform:translate(58.7844vw,-10px) scale(.9858);animation:fall-272 11s -30s linear infinite}@keyframes fall-272{58.826%{transform:translate(50.0747vw,58.826vh) scale(.9858)}to{transform:translate(54.42955vw,99vh) scale(.9858)}}.snow:nth-child(273){opacity:1.8552;transform:translate(17.5633vw,-10px) scale(.4763);animation:fall-273 30s -4s linear infinite}@keyframes fall-273{34.349%{transform:translate(14.5445vw,34.349vh) scale(.4763)}to{transform:translate(16.0539vw,99vh) scale(.4763)}}.snow:nth-child(274){opacity:.5496;transform:translate(4.4378vw,-10px) scale(.6647);animation:fall-274 22s -26s linear infinite}@keyframes fall-274{51.02%{transform:translate(14.0489vw,51.02vh) scale(.6647)}to{transform:translate(9.24335vw,99vh) scale(.6647)}}.snow:nth-child(275){opacity:.3208;transform:translate(46.3102vw,-10px) scale(.6363);animation:fall-275 20s -18s linear infinite}@keyframes fall-275{49.035%{transform:translate(50.3299vw,49.035vh) scale(.6363)}to{transform:translate(48.32005vw,99vh) scale(.6363)}}.snow:nth-child(276){opacity:1.9;transform:translate(91.2941vw,-10px) scale(.0044);animation:fall-276 29s -13s linear infinite}@keyframes fall-276{71.333%{transform:translate(94.9474vw,71.333vh) scale(.0044)}to{transform:translate(93.12075vw,99vh) scale(.0044)}}.snow:nth-child(277){opacity:1.1738;transform:translate(30.3896vw,-10px) scale(.7926);animation:fall-277 27s -20s linear infinite}@keyframes fall-277{58.121%{transform:translate(21.0515vw,58.121vh) scale(.7926)}to{transform:translate(25.72055vw,99vh) scale(.7926)}}.snow:nth-child(278){opacity:1.1872;transform:translate(57.7737vw,-10px) scale(.1014);animation:fall-278 22s -11s linear infinite}@keyframes fall-278{64.602%{transform:translate(48.9572vw,64.602vh) scale(.1014)}to{transform:translate(53.36545vw,99vh) scale(.1014)}}.snow:nth-child(279){opacity:.3802;transform:translate(34.3792vw,-10px) scale(.4679);animation:fall-279 29s -25s linear infinite}@keyframes fall-279{30.732%{transform:translate(34.3511vw,30.732vh) scale(.4679)}to{transform:translate(34.36515vw,99vh) scale(.4679)}}.snow:nth-child(280){opacity:.2712;transform:translate(69.1979vw,-10px) scale(.3372);animation:fall-280 17s -14s linear infinite}@keyframes fall-280{55.832%{transform:translate(78.3388vw,55.832vh) scale(.3372)}to{transform:translate(73.76835vw,99vh) scale(.3372)}}.snow:nth-child(281){opacity:1.7444;transform:translate(75.6234vw,-10px) scale(.2875);animation:fall-281 19s -14s linear infinite}@keyframes fall-281{41.657%{transform:translate(72.6604vw,41.657vh) scale(.2875)}to{transform:translate(74.1419vw,99vh) scale(.2875)}}.snow:nth-child(282){opacity:1.5316;transform:translate(22.7266vw,-10px) scale(.9455);animation:fall-282 21s -17s linear infinite}@keyframes fall-282{60.761%{transform:translate(18.8814vw,60.761vh) scale(.9455)}to{transform:translate(20.804vw,99vh) scale(.9455)}}.snow:nth-child(283){opacity:.5168;transform:translate(18.6004vw,-10px) scale(.4793);animation:fall-283 24s -25s linear infinite}@keyframes fall-283{36.675%{transform:translate(9.9227vw,36.675vh) scale(.4793)}to{transform:translate(14.26155vw,99vh) scale(.4793)}}.snow:nth-child(284){opacity:.1932;transform:translate(59.2601vw,-10px) scale(.8147);animation:fall-284 16s -3s linear infinite}@keyframes fall-284{32.94%{transform:translate(55.7753vw,32.94vh) scale(.8147)}to{transform:translate(57.5177vw,99vh) scale(.8147)}}.snow:nth-child(285){opacity:1.4328;transform:translate(61.4668vw,-10px) scale(.4075);animation:fall-285 19s -13s linear infinite}@keyframes fall-285{78.24%{transform:translate(54.644vw,78.24vh) scale(.4075)}to{transform:translate(58.0554vw,99vh) scale(.4075)}}.snow:nth-child(286){opacity:.9176;transform:translate(85.9458vw,-10px) scale(.3221);animation:fall-286 18s -16s linear infinite}@keyframes fall-286{69.981%{transform:translate(76.3114vw,69.981vh) scale(.3221)}to{transform:translate(81.1286vw,99vh) scale(.3221)}}.snow:nth-child(287){opacity:.552;transform:translate(35.56vw,-10px) scale(.5979);animation:fall-287 10s -6s linear infinite}@keyframes fall-287{70.99%{transform:translate(33.1159vw,70.99vh) scale(.5979)}to{transform:translate(34.33795vw,99vh) scale(.5979)}}.snow:nth-child(288){opacity:.9096;transform:translate(34.7564vw,-10px) scale(.6958);animation:fall-288 26s -10s linear infinite}@keyframes fall-288{72.742%{transform:translate(27.0487vw,72.742vh) scale(.6958)}to{transform:translate(30.90255vw,99vh) scale(.6958)}}.snow:nth-child(289){opacity:1.874;transform:translate(64.9388vw,-10px) scale(.0443);animation:fall-289 28s -30s linear infinite}@keyframes fall-289{38.372%{transform:translate(68.2867vw,38.372vh) scale(.0443)}to{transform:translate(66.61275vw,99vh) scale(.0443)}}.snow:nth-child(290){opacity:.2902;transform:translate(73.6433vw,-10px) scale(.2916);animation:fall-290 17s -8s linear infinite}@keyframes fall-290{58.427%{transform:translate(64.9765vw,58.427vh) scale(.2916)}to{transform:translate(69.3099vw,99vh) scale(.2916)}}.snow:nth-child(291){opacity:.9046;transform:translate(51.4726vw,-10px) scale(.7284);animation:fall-291 29s -30s linear infinite}@keyframes fall-291{49.795%{transform:translate(51.3473vw,49.795vh) scale(.7284)}to{transform:translate(51.40995vw,99vh) scale(.7284)}}.snow:nth-child(292){opacity:.4268;transform:translate(98.5701vw,-10px) scale(.7685);animation:fall-292 18s -17s linear infinite}@keyframes fall-292{76.287%{transform:translate(93.0924vw,76.287vh) scale(.7685)}to{transform:translate(95.83125vw,99vh) scale(.7685)}}.snow:nth-child(293){opacity:.7874;transform:translate(92.4121vw,-10px) scale(.4257);animation:fall-293 14s -18s linear infinite}@keyframes fall-293{36.355%{transform:translate(97.5249vw,36.355vh) scale(.4257)}to{transform:translate(94.9685vw,99vh) scale(.4257)}}.snow:nth-child(294){opacity:.9774;transform:translate(93.7933vw,-10px) scale(.8473);animation:fall-294 16s -30s linear infinite}@keyframes fall-294{33.283%{transform:translate(102.373vw,33.283vh) scale(.8473)}to{transform:translate(98.08315vw,99vh) scale(.8473)}}.snow:nth-child(295){opacity:.1974;transform:translate(98.2406vw,-10px) scale(.266);animation:fall-295 13s -27s linear infinite}@keyframes fall-295{35.259%{transform:translate(102.5202vw,35.259vh) scale(.266)}to{transform:translate(100.3804vw,99vh) scale(.266)}}.snow:nth-child(296){opacity:1.3258;transform:translate(1.1696vw,-10px) scale(.3968);animation:fall-296 18s -23s linear infinite}@keyframes fall-296{69.899%{transform:translate(7.5494vw,69.899vh) scale(.3968)}to{transform:translate(4.3595vw,99vh) scale(.3968)}}.snow:nth-child(297){opacity:.6486;transform:translate(33.9413vw,-10px) scale(.9342);animation:fall-297 27s -9s linear infinite}@keyframes fall-297{68.249%{transform:translate(38.3466vw,68.249vh) scale(.9342)}to{transform:translate(36.14395vw,99vh) scale(.9342)}}.snow:nth-child(298){opacity:.225;transform:translate(35.5658vw,-10px) scale(.6677);animation:fall-298 22s -4s linear infinite}@keyframes fall-298{73.372%{transform:translate(33.2002vw,73.372vh) scale(.6677)}to{transform:translate(34.383vw,99vh) scale(.6677)}}.snow:nth-child(299){opacity:.0104;transform:translate(21.5632vw,-10px) scale(.3729);animation:fall-299 10s -29s linear infinite}@keyframes fall-299{52.814%{transform:translate(28.6512vw,52.814vh) scale(.3729)}to{transform:translate(25.1072vw,99vh) scale(.3729)}}.snow:nth-child(300){opacity:1.1206;transform:translate(75.3166vw,-10px) scale(.0728);animation:fall-300 27s -4s linear infinite}@keyframes fall-300{75.507%{transform:translate(82.2842vw,75.507vh) scale(.0728)}to{transform:translate(78.8004vw,99vh) scale(.0728)}}.snow:nth-child(301){opacity:1.8762;transform:translate(34.6557vw,-10px) scale(.2227);animation:fall-301 13s -7s linear infinite}@keyframes fall-301{67.117%{transform:translate(29.1815vw,67.117vh) scale(.2227)}to{transform:translate(31.9186vw,99vh) scale(.2227)}}.snow:nth-child(302){opacity:1.7346;transform:translate(56.1976vw,-10px) scale(.4312);animation:fall-302 14s -14s linear infinite}@keyframes fall-302{75.471%{transform:translate(48.6731vw,75.471vh) scale(.4312)}to{transform:translate(52.43535vw,99vh) scale(.4312)}}.snow:nth-child(303){opacity:1.4572;transform:translate(12.0333vw,-10px) scale(.6835);animation:fall-303 16s -6s linear infinite}@keyframes fall-303{72.408%{transform:translate(17.4028vw,72.408vh) scale(.6835)}to{transform:translate(14.71805vw,99vh) scale(.6835)}}.snow:nth-child(304){opacity:.533;transform:translate(45.8368vw,-10px) scale(.4451);animation:fall-304 12s -8s linear infinite}@keyframes fall-304{51.278%{transform:translate(43.0066vw,51.278vh) scale(.4451)}to{transform:translate(44.4217vw,99vh) scale(.4451)}}.snow:nth-child(305){opacity:.034;transform:translate(44.799vw,-10px) scale(.7676);animation:fall-305 10s -26s linear infinite}@keyframes fall-305{51.325%{transform:translate(39.3978vw,51.325vh) scale(.7676)}to{transform:translate(42.0984vw,99vh) scale(.7676)}}.snow:nth-child(306){opacity:.086;transform:translate(22.8296vw,-10px) scale(.8202);animation:fall-306 21s -19s linear infinite}@keyframes fall-306{41.827%{transform:translate(19.3516vw,41.827vh) scale(.8202)}to{transform:translate(21.0906vw,99vh) scale(.8202)}}.snow:nth-child(307){opacity:.3884;transform:translate(97.2516vw,-10px) scale(.332);animation:fall-307 21s -2s linear infinite}@keyframes fall-307{69.56%{transform:translate(94.5588vw,69.56vh) scale(.332)}to{transform:translate(95.9052vw,99vh) scale(.332)}}.snow:nth-child(308){opacity:1.9492;transform:translate(69.9808vw,-10px) scale(.2174);animation:fall-308 17s -16s linear infinite}@keyframes fall-308{47.357%{transform:translate(75.9559vw,47.357vh) scale(.2174)}to{transform:translate(72.96835vw,99vh) scale(.2174)}}.snow:nth-child(309){opacity:1.4384;transform:translate(79.3628vw,-10px) scale(.663);animation:fall-309 21s -13s linear infinite}@keyframes fall-309{45.38%{transform:translate(81.3977vw,45.38vh) scale(.663)}to{transform:translate(80.38025vw,99vh) scale(.663)}}.snow:nth-child(310){opacity:.9694;transform:translate(81.2778vw,-10px) scale(.8252);animation:fall-310 24s -3s linear infinite}@keyframes fall-310{30.933%{transform:translate(74.1052vw,30.933vh) scale(.8252)}to{transform:translate(77.6915vw,99vh) scale(.8252)}}.snow:nth-child(311){opacity:.7862;transform:translate(53.6855vw,-10px) scale(.2536);animation:fall-311 28s -2s linear infinite}@keyframes fall-311{68.365%{transform:translate(62.1373vw,68.365vh) scale(.2536)}to{transform:translate(57.9114vw,99vh) scale(.2536)}}.snow:nth-child(312){opacity:1.0594;transform:translate(60.9247vw,-10px) scale(.1943);animation:fall-312 25s -18s linear infinite}@keyframes fall-312{39.604%{transform:translate(63.0702vw,39.604vh) scale(.1943)}to{transform:translate(61.99745vw,99vh) scale(.1943)}}.snow:nth-child(313){opacity:1.9676;transform:translate(80.4416vw,-10px) scale(.6489);animation:fall-313 29s -8s linear infinite}@keyframes fall-313{67.857%{transform:translate(86.8664vw,67.857vh) scale(.6489)}to{transform:translate(83.654vw,99vh) scale(.6489)}}.snow:nth-child(314){opacity:.492;transform:translate(82.0739vw,-10px) scale(.8089);animation:fall-314 11s -2s linear infinite}@keyframes fall-314{74.729%{transform:translate(84.8329vw,74.729vh) scale(.8089)}to{transform:translate(83.4534vw,99vh) scale(.8089)}}.snow:nth-child(315){opacity:.591;transform:translate(84.7128vw,-10px) scale(.7738);animation:fall-315 12s -19s linear infinite}@keyframes fall-315{33.749%{transform:translate(75.6111vw,33.749vh) scale(.7738)}to{transform:translate(80.16195vw,99vh) scale(.7738)}}.snow:nth-child(316){opacity:.2286;transform:translate(1.7206vw,-10px) scale(.7249);animation:fall-316 23s -4s linear infinite}@keyframes fall-316{42.116%{transform:translate(-1.6084vw,42.116vh) scale(.7249)}to{transform:translate(.0561vw,99vh) scale(.7249)}}.snow:nth-child(317){opacity:.08;transform:translate(42.65vw,-10px) scale(.7928);animation:fall-317 25s -22s linear infinite}@keyframes fall-317{63.515%{transform:translate(48.2848vw,63.515vh) scale(.7928)}to{transform:translate(45.4674vw,99vh) scale(.7928)}}.snow:nth-child(318){opacity:1.7972;transform:translate(51.1482vw,-10px) scale(.56);animation:fall-318 30s -9s linear infinite}@keyframes fall-318{65.116%{transform:translate(52.6255vw,65.116vh) scale(.56)}to{transform:translate(51.88685vw,99vh) scale(.56)}}.snow:nth-child(319){opacity:.7024;transform:translate(2.5448vw,-10px) scale(.9185);animation:fall-319 22s -16s linear infinite}@keyframes fall-319{31.147%{transform:translate(10.0675vw,31.147vh) scale(.9185)}to{transform:translate(6.30615vw,99vh) scale(.9185)}}.snow:nth-child(320){opacity:.9058;transform:translate(86.6468vw,-10px) scale(.842);animation:fall-320 29s -6s linear infinite}@keyframes fall-320{67.984%{transform:translate(86.4103vw,67.984vh) scale(.842)}to{transform:translate(86.52855vw,99vh) scale(.842)}}.snow:nth-child(321){opacity:1.7044;transform:translate(85.1977vw,-10px) scale(.9052);animation:fall-321 21s -24s linear infinite}@keyframes fall-321{62.235%{transform:translate(83.1702vw,62.235vh) scale(.9052)}to{transform:translate(84.18395vw,99vh) scale(.9052)}}.snow:nth-child(322){opacity:.598;transform:translate(14.0644vw,-10px) scale(.4085);animation:fall-322 13s -27s linear infinite}@keyframes fall-322{41.211%{transform:translate(15.5529vw,41.211vh) scale(.4085)}to{transform:translate(14.80865vw,99vh) scale(.4085)}}.snow:nth-child(323){opacity:1.0164;transform:translate(93.9406vw,-10px) scale(.739);animation:fall-323 26s -17s linear infinite}@keyframes fall-323{70.414%{transform:translate(99.8936vw,70.414vh) scale(.739)}to{transform:translate(96.9171vw,99vh) scale(.739)}}.snow:nth-child(324){opacity:1.8524;transform:translate(95.8203vw,-10px) scale(.9792);animation:fall-324 24s -26s linear infinite}@keyframes fall-324{56.345%{transform:translate(94.1264vw,56.345vh) scale(.9792)}to{transform:translate(94.97335vw,99vh) scale(.9792)}}.snow:nth-child(325){opacity:1.4302;transform:translate(43.0874vw,-10px) scale(.9754);animation:fall-325 11s -20s linear infinite}@keyframes fall-325{40.415%{transform:translate(43.7448vw,40.415vh) scale(.9754)}to{transform:translate(43.4161vw,99vh) scale(.9754)}}.snow:nth-child(326){opacity:.6976;transform:translate(61.0561vw,-10px) scale(.8847);animation:fall-326 25s -23s linear infinite}@keyframes fall-326{36.162%{transform:translate(66.3969vw,36.162vh) scale(.8847)}to{transform:translate(63.7265vw,99vh) scale(.8847)}}.snow:nth-child(327){opacity:.3188;transform:translate(81.6769vw,-10px) scale(.9987);animation:fall-327 25s -3s linear infinite}@keyframes fall-327{35.799%{transform:translate(89.1162vw,35.799vh) scale(.9987)}to{transform:translate(85.39655vw,99vh) scale(.9987)}}.snow:nth-child(328){opacity:1.9994;transform:translate(45.2805vw,-10px) scale(.5826);animation:fall-328 13s -16s linear infinite}@keyframes fall-328{62.813%{transform:translate(39.2134vw,62.813vh) scale(.5826)}to{transform:translate(42.24695vw,99vh) scale(.5826)}}.snow:nth-child(329){opacity:1.6494;transform:translate(34.2806vw,-10px) scale(.6686);animation:fall-329 23s -28s linear infinite}@keyframes fall-329{74.956%{transform:translate(35.2664vw,74.956vh) scale(.6686)}to{transform:translate(34.7735vw,99vh) scale(.6686)}}.snow:nth-child(330){opacity:.3892;transform:translate(51.9648vw,-10px) scale(.97);animation:fall-330 17s -11s linear infinite}@keyframes fall-330{66.92%{transform:translate(58.1271vw,66.92vh) scale(.97)}to{transform:translate(55.04595vw,99vh) scale(.97)}}.snow:nth-child(331){opacity:.231;transform:translate(45.6167vw,-10px) scale(.3496);animation:fall-331 10s -25s linear infinite}@keyframes fall-331{31.929%{transform:translate(46.7619vw,31.929vh) scale(.3496)}to{transform:translate(46.1893vw,99vh) scale(.3496)}}.snow:nth-child(332){opacity:.1034;transform:translate(10.5418vw,-10px) scale(.0608);animation:fall-332 11s -23s linear infinite}@keyframes fall-332{52.943%{transform:translate(6.3548vw,52.943vh) scale(.0608)}to{transform:translate(8.4483vw,99vh) scale(.0608)}}.snow:nth-child(333){opacity:.8284;transform:translate(95.0544vw,-10px) scale(.8316);animation:fall-333 25s -14s linear infinite}@keyframes fall-333{57.043%{transform:translate(97.1307vw,57.043vh) scale(.8316)}to{transform:translate(96.09255vw,99vh) scale(.8316)}}.snow:nth-child(334){opacity:.9634;transform:translate(70.396vw,-10px) scale(.9063);animation:fall-334 25s -7s linear infinite}@keyframes fall-334{38.517%{transform:translate(64.7152vw,38.517vh) scale(.9063)}to{transform:translate(67.5556vw,99vh) scale(.9063)}}.snow:nth-child(335){opacity:1.152;transform:translate(54.3869vw,-10px) scale(.6588);animation:fall-335 13s -22s linear infinite}@keyframes fall-335{64.262%{transform:translate(55.5789vw,64.262vh) scale(.6588)}to{transform:translate(54.9829vw,99vh) scale(.6588)}}.snow:nth-child(336){opacity:1.2704;transform:translate(23.454vw,-10px) scale(.4198);animation:fall-336 11s -26s linear infinite}@keyframes fall-336{75.988%{transform:translate(13.8312vw,75.988vh) scale(.4198)}to{transform:translate(18.6426vw,99vh) scale(.4198)}}.snow:nth-child(337){opacity:1.434;transform:translate(1.9235vw,-10px) scale(.73);animation:fall-337 22s -17s linear infinite}@keyframes fall-337{34.76%{transform:translate(3.081vw,34.76vh) scale(.73)}to{transform:translate(2.50225vw,99vh) scale(.73)}}.snow:nth-child(338){opacity:1.18;transform:translate(45.7583vw,-10px) scale(.3155);animation:fall-338 14s -15s linear infinite}@keyframes fall-338{43.707%{transform:translate(44.783vw,43.707vh) scale(.3155)}to{transform:translate(45.27065vw,99vh) scale(.3155)}}.snow:nth-child(339){opacity:1.695;transform:translate(50.4889vw,-10px) scale(.3091);animation:fall-339 14s -15s linear infinite}@keyframes fall-339{52.241%{transform:translate(52.3867vw,52.241vh) scale(.3091)}to{transform:translate(51.4378vw,99vh) scale(.3091)}}.snow:nth-child(340){opacity:1.2044;transform:translate(57.6714vw,-10px) scale(.464);animation:fall-340 14s -29s linear infinite}@keyframes fall-340{44.799%{transform:translate(59.4956vw,44.799vh) scale(.464)}to{transform:translate(58.5835vw,99vh) scale(.464)}}.snow:nth-child(341){opacity:.4532;transform:translate(11.3097vw,-10px) scale(.7256);animation:fall-341 22s -14s linear infinite}@keyframes fall-341{34.058%{transform:translate(17.4645vw,34.058vh) scale(.7256)}to{transform:translate(14.3871vw,99vh) scale(.7256)}}.snow:nth-child(342){opacity:1.836;transform:translate(14.9227vw,-10px) scale(.8558);animation:fall-342 21s -19s linear infinite}@keyframes fall-342{47.882%{transform:translate(23.0442vw,47.882vh) scale(.8558)}to{transform:translate(18.98345vw,99vh) scale(.8558)}}.snow:nth-child(343){opacity:.4988;transform:translate(86.1124vw,-10px) scale(.919);animation:fall-343 15s -24s linear infinite}@keyframes fall-343{34.838%{transform:translate(95.2337vw,34.838vh) scale(.919)}to{transform:translate(90.67305vw,99vh) scale(.919)}}.snow:nth-child(344){opacity:.6336;transform:translate(77.7269vw,-10px) scale(.4933);animation:fall-344 16s -16s linear infinite}@keyframes fall-344{65.526%{transform:translate(86.1914vw,65.526vh) scale(.4933)}to{transform:translate(81.95915vw,99vh) scale(.4933)}}.snow:nth-child(345){opacity:1.7206;transform:translate(68.6213vw,-10px) scale(.9463);animation:fall-345 30s -5s linear infinite}@keyframes fall-345{63.006%{transform:translate(61.8993vw,63.006vh) scale(.9463)}to{transform:translate(65.2603vw,99vh) scale(.9463)}}.snow:nth-child(346){opacity:1.6676;transform:translate(56.2547vw,-10px) scale(.9089);animation:fall-346 24s -13s linear infinite}@keyframes fall-346{79.972%{transform:translate(63.4053vw,79.972vh) scale(.9089)}to{transform:translate(59.83vw,99vh) scale(.9089)}}.snow:nth-child(347){opacity:1.3004;transform:translate(52.1603vw,-10px) scale(.2763);animation:fall-347 10s -5s linear infinite}@keyframes fall-347{60.204%{transform:translate(60.7563vw,60.204vh) scale(.2763)}to{transform:translate(56.4583vw,99vh) scale(.2763)}}.snow:nth-child(348){opacity:.4702;transform:translate(46.9485vw,-10px) scale(.4458);animation:fall-348 15s -10s linear infinite}@keyframes fall-348{56.789%{transform:translate(45.4203vw,56.789vh) scale(.4458)}to{transform:translate(46.1844vw,99vh) scale(.4458)}}.snow:nth-child(349){opacity:1.4594;transform:translate(88.7893vw,-10px) scale(.3344);animation:fall-349 21s -7s linear infinite}@keyframes fall-349{30.906%{transform:translate(79.3523vw,30.906vh) scale(.3344)}to{transform:translate(84.0708vw,99vh) scale(.3344)}}.snow:nth-child(350){opacity:1.3616;transform:translate(12.8543vw,-10px) scale(.6968);animation:fall-350 24s -23s linear infinite}@keyframes fall-350{55.916%{transform:translate(17.9366vw,55.916vh) scale(.6968)}to{transform:translate(15.39545vw,99vh) scale(.6968)}}.snow:nth-child(351){opacity:1.2436;transform:translate(86.0315vw,-10px) scale(.4415);animation:fall-351 13s -7s linear infinite}@keyframes fall-351{55.463%{transform:translate(86.2895vw,55.463vh) scale(.4415)}to{transform:translate(86.1605vw,99vh) scale(.4415)}}.snow:nth-child(352){opacity:.8554;transform:translate(61.3114vw,-10px) scale(.3657);animation:fall-352 12s -5s linear infinite}@keyframes fall-352{33.76%{transform:translate(55.797vw,33.76vh) scale(.3657)}to{transform:translate(58.5542vw,99vh) scale(.3657)}}.snow:nth-child(353){opacity:1.0216;transform:translate(55.2448vw,-10px) scale(.6883);animation:fall-353 22s -29s linear infinite}@keyframes fall-353{74.544%{transform:translate(63.8664vw,74.544vh) scale(.6883)}to{transform:translate(59.5556vw,99vh) scale(.6883)}}.snow:nth-child(354){opacity:1.2356;transform:translate(85.1865vw,-10px) scale(.6793);animation:fall-354 28s -22s linear infinite}@keyframes fall-354{53.64%{transform:translate(77.9644vw,53.64vh) scale(.6793)}to{transform:translate(81.57545vw,99vh) scale(.6793)}}.snow:nth-child(355){opacity:.5344;transform:translate(39.3133vw,-10px) scale(.0189);animation:fall-355 25s -25s linear infinite}@keyframes fall-355{60.227%{transform:translate(31.0351vw,60.227vh) scale(.0189)}to{transform:translate(35.1742vw,99vh) scale(.0189)}}.snow:nth-child(356){opacity:1.413;transform:translate(94.1154vw,-10px) scale(.0666);animation:fall-356 18s -2s linear infinite}@keyframes fall-356{33.33%{transform:translate(104.1013vw,33.33vh) scale(.0666)}to{transform:translate(99.10835vw,99vh) scale(.0666)}}.snow:nth-child(357){opacity:1.2556;transform:translate(59.9364vw,-10px) scale(.3427);animation:fall-357 14s -30s linear infinite}@keyframes fall-357{74.524%{transform:translate(67.3877vw,74.524vh) scale(.3427)}to{transform:translate(63.66205vw,99vh) scale(.3427)}}.snow:nth-child(358){opacity:1.4892;transform:translate(96.9426vw,-10px) scale(.5161);animation:fall-358 10s -8s linear infinite}@keyframes fall-358{77.864%{transform:translate(105.4106vw,77.864vh) scale(.5161)}to{transform:translate(101.1766vw,99vh) scale(.5161)}}.snow:nth-child(359){opacity:.7226;transform:translate(99.6044vw,-10px) scale(.2922);animation:fall-359 16s -28s linear infinite}@keyframes fall-359{76.785%{transform:translate(101.0572vw,76.785vh) scale(.2922)}to{transform:translate(100.3308vw,99vh) scale(.2922)}}.snow:nth-child(360){opacity:1.6126;transform:translate(84.9071vw,-10px) scale(.2575);animation:fall-360 27s -19s linear infinite}@keyframes fall-360{72.275%{transform:translate(88.1444vw,72.275vh) scale(.2575)}to{transform:translate(86.52575vw,99vh) scale(.2575)}}.snow:nth-child(361){opacity:.3226;transform:translate(42.3202vw,-10px) scale(.4021);animation:fall-361 21s -3s linear infinite}@keyframes fall-361{65.579%{transform:translate(36.3364vw,65.579vh) scale(.4021)}to{transform:translate(39.3283vw,99vh) scale(.4021)}}.snow:nth-child(362){opacity:1.1602;transform:translate(66.2958vw,-10px) scale(.8102);animation:fall-362 21s -19s linear infinite}@keyframes fall-362{60.22%{transform:translate(75.2176vw,60.22vh) scale(.8102)}to{transform:translate(70.7567vw,99vh) scale(.8102)}}.snow:nth-child(363){opacity:1.221;transform:translate(80.9751vw,-10px) scale(.2815);animation:fall-363 18s -25s linear infinite}@keyframes fall-363{32.085%{transform:translate(72.719vw,32.085vh) scale(.2815)}to{transform:translate(76.84705vw,99vh) scale(.2815)}}.snow:nth-child(364){opacity:1.634;transform:translate(94.172vw,-10px) scale(.2082);animation:fall-364 15s -28s linear infinite}@keyframes fall-364{74.646%{transform:translate(93.3657vw,74.646vh) scale(.2082)}to{transform:translate(93.76885vw,99vh) scale(.2082)}}.snow:nth-child(365){opacity:1.0648;transform:translate(95.4996vw,-10px) scale(.8292);animation:fall-365 27s -8s linear infinite}@keyframes fall-365{77.946%{transform:translate(102.0107vw,77.946vh) scale(.8292)}to{transform:translate(98.75515vw,99vh) scale(.8292)}}.snow:nth-child(366){opacity:.7228;transform:translate(64.3043vw,-10px) scale(.2745);animation:fall-366 26s -27s linear infinite}@keyframes fall-366{35.894%{transform:translate(55.1516vw,35.894vh) scale(.2745)}to{transform:translate(59.72795vw,99vh) scale(.2745)}}.snow:nth-child(367){opacity:.9052;transform:translate(16.4513vw,-10px) scale(.4018);animation:fall-367 15s -12s linear infinite}@keyframes fall-367{68.922%{transform:translate(13.7805vw,68.922vh) scale(.4018)}to{transform:translate(15.1159vw,99vh) scale(.4018)}}.snow:nth-child(368){opacity:.3676;transform:translate(92.1851vw,-10px) scale(.3326);animation:fall-368 16s -10s linear infinite}@keyframes fall-368{36.12%{transform:translate(90.592vw,36.12vh) scale(.3326)}to{transform:translate(91.38855vw,99vh) scale(.3326)}}.snow:nth-child(369){opacity:.197;transform:translate(33.1227vw,-10px) scale(.7682);animation:fall-369 26s -24s linear infinite}@keyframes fall-369{48.603%{transform:translate(27.4855vw,48.603vh) scale(.7682)}to{transform:translate(30.3041vw,99vh) scale(.7682)}}.snow:nth-child(370){opacity:.008;transform:translate(49.0843vw,-10px) scale(.3314);animation:fall-370 30s -17s linear infinite}@keyframes fall-370{36.08%{transform:translate(44.4909vw,36.08vh) scale(.3314)}to{transform:translate(46.7876vw,99vh) scale(.3314)}}.snow:nth-child(371){opacity:.1714;transform:translate(62.4676vw,-10px) scale(.4042);animation:fall-371 19s -9s linear infinite}@keyframes fall-371{77.93%{transform:translate(67.6909vw,77.93vh) scale(.4042)}to{transform:translate(65.07925vw,99vh) scale(.4042)}}.snow:nth-child(372){opacity:1.8008;transform:translate(34.6843vw,-10px) scale(.4411);animation:fall-372 17s -20s linear infinite}@keyframes fall-372{35.707%{transform:translate(44.5184vw,35.707vh) scale(.4411)}to{transform:translate(39.60135vw,99vh) scale(.4411)}}.snow:nth-child(373){opacity:1.1806;transform:translate(14.7226vw,-10px) scale(.4146);animation:fall-373 24s -5s linear infinite}@keyframes fall-373{62.14%{transform:translate(13.3293vw,62.14vh) scale(.4146)}to{transform:translate(14.02595vw,99vh) scale(.4146)}}.snow:nth-child(374){opacity:1.1504;transform:translate(22.0536vw,-10px) scale(.8379);animation:fall-374 17s -23s linear infinite}@keyframes fall-374{66.254%{transform:translate(18.205vw,66.254vh) scale(.8379)}to{transform:translate(20.1293vw,99vh) scale(.8379)}}.snow:nth-child(375){opacity:.7332;transform:translate(89.6875vw,-10px) scale(.9471);animation:fall-375 17s -21s linear infinite}@keyframes fall-375{35.695%{transform:translate(85.3485vw,35.695vh) scale(.9471)}to{transform:translate(87.518vw,99vh) scale(.9471)}}.snow:nth-child(376){opacity:1.998;transform:translate(82.3364vw,-10px) scale(.6552);animation:fall-376 11s -26s linear infinite}@keyframes fall-376{49.251%{transform:translate(72.8911vw,49.251vh) scale(.6552)}to{transform:translate(77.61375vw,99vh) scale(.6552)}}.snow:nth-child(377){opacity:.2968;transform:translate(83.2925vw,-10px) scale(.2741);animation:fall-377 25s -26s linear infinite}@keyframes fall-377{36.805%{transform:translate(86.8128vw,36.805vh) scale(.2741)}to{transform:translate(85.05265vw,99vh) scale(.2741)}}.snow:nth-child(378){opacity:.885;transform:translate(29.1456vw,-10px) scale(.9704);animation:fall-378 27s -19s linear infinite}@keyframes fall-378{34.443%{transform:translate(30.8026vw,34.443vh) scale(.9704)}to{transform:translate(29.9741vw,99vh) scale(.9704)}}.snow:nth-child(379){opacity:1.109;transform:translate(59.3101vw,-10px) scale(.965);animation:fall-379 29s -17s linear infinite}@keyframes fall-379{66.319%{transform:translate(56.8969vw,66.319vh) scale(.965)}to{transform:translate(58.1035vw,99vh) scale(.965)}}.snow:nth-child(380){opacity:1.235;transform:translate(2.1204vw,-10px) scale(.6151);animation:fall-380 27s -11s linear infinite}@keyframes fall-380{55.405%{transform:translate(-2.0197vw,55.405vh) scale(.6151)}to{transform:translate(.05035vw,99vh) scale(.6151)}}.snow:nth-child(381){opacity:1.901;transform:translate(25.0082vw,-10px) scale(.1033);animation:fall-381 24s -20s linear infinite}@keyframes fall-381{74.891%{transform:translate(29.1887vw,74.891vh) scale(.1033)}to{transform:translate(27.09845vw,99vh) scale(.1033)}}.snow:nth-child(382){opacity:.5852;transform:translate(82.6702vw,-10px) scale(.0967);animation:fall-382 28s -8s linear infinite}@keyframes fall-382{76.834%{transform:translate(82.6391vw,76.834vh) scale(.0967)}to{transform:translate(82.65465vw,99vh) scale(.0967)}}.snow:nth-child(383){opacity:.4194;transform:translate(70.5423vw,-10px) scale(.8371);animation:fall-383 26s -24s linear infinite}@keyframes fall-383{45.855%{transform:translate(68.0884vw,45.855vh) scale(.8371)}to{transform:translate(69.31535vw,99vh) scale(.8371)}}.snow:nth-child(384){opacity:1.9426;transform:translate(43.1309vw,-10px) scale(.7858);animation:fall-384 21s -8s linear infinite}@keyframes fall-384{61.122%{transform:translate(48.2641vw,61.122vh) scale(.7858)}to{transform:translate(45.6975vw,99vh) scale(.7858)}}.snow:nth-child(385){opacity:.7156;transform:translate(26.1907vw,-10px) scale(.1964);animation:fall-385 13s -1s linear infinite}@keyframes fall-385{31.771%{transform:translate(25.7993vw,31.771vh) scale(.1964)}to{transform:translate(25.995vw,99vh) scale(.1964)}}.snow:nth-child(386){opacity:1.0742;transform:translate(73.9111vw,-10px) scale(.8618);animation:fall-386 25s -14s linear infinite}@keyframes fall-386{40.424%{transform:translate(66.1821vw,40.424vh) scale(.8618)}to{transform:translate(70.0466vw,99vh) scale(.8618)}}.snow:nth-child(387){opacity:.9806;transform:translate(30.2588vw,-10px) scale(.6397);animation:fall-387 12s -17s linear infinite}@keyframes fall-387{63.104%{transform:translate(39.0893vw,63.104vh) scale(.6397)}to{transform:translate(34.67405vw,99vh) scale(.6397)}}.snow:nth-child(388){opacity:1.9926;transform:translate(49.9505vw,-10px) scale(.9488);animation:fall-388 15s -13s linear infinite}@keyframes fall-388{71.96%{transform:translate(56.7649vw,71.96vh) scale(.9488)}to{transform:translate(53.3577vw,99vh) scale(.9488)}}.snow:nth-child(389){opacity:.5892;transform:translate(77.9461vw,-10px) scale(.639);animation:fall-389 12s -6s linear infinite}@keyframes fall-389{78.236%{transform:translate(69.9806vw,78.236vh) scale(.639)}to{transform:translate(73.96335vw,99vh) scale(.639)}}.snow:nth-child(390){opacity:1.5906;transform:translate(63.8895vw,-10px) scale(.1629);animation:fall-390 15s -14s linear infinite}@keyframes fall-390{74.775%{transform:translate(67.1907vw,74.775vh) scale(.1629)}to{transform:translate(65.5401vw,99vh) scale(.1629)}}.snow:nth-child(391){opacity:.046;transform:translate(55.6513vw,-10px) scale(.9643);animation:fall-391 11s -24s linear infinite}@keyframes fall-391{68.361%{transform:translate(54.4483vw,68.361vh) scale(.9643)}to{transform:translate(55.0498vw,99vh) scale(.9643)}}.snow:nth-child(392){opacity:1.5004;transform:translate(20.588vw,-10px) scale(.4238);animation:fall-392 27s -8s linear infinite}@keyframes fall-392{65.02%{transform:translate(19.0634vw,65.02vh) scale(.4238)}to{transform:translate(19.8257vw,99vh) scale(.4238)}}.snow:nth-child(393){opacity:1.0924;transform:translate(83.7991vw,-10px) scale(.9882);animation:fall-393 17s -17s linear infinite}@keyframes fall-393{46.654%{transform:translate(83.5311vw,46.654vh) scale(.9882)}to{transform:translate(83.6651vw,99vh) scale(.9882)}}.snow:nth-child(394){opacity:1.3186;transform:translate(22.4225vw,-10px) scale(.62);animation:fall-394 27s -13s linear infinite}@keyframes fall-394{75.787%{transform:translate(31.4233vw,75.787vh) scale(.62)}to{transform:translate(26.9229vw,99vh) scale(.62)}}.snow:nth-child(395){opacity:.1154;transform:translate(67.2917vw,-10px) scale(.1919);animation:fall-395 24s -22s linear infinite}@keyframes fall-395{47.746%{transform:translate(71.4785vw,47.746vh) scale(.1919)}to{transform:translate(69.3851vw,99vh) scale(.1919)}}.snow:nth-child(396){opacity:.059;transform:translate(57.0756vw,-10px) scale(.7873);animation:fall-396 26s -18s linear infinite}@keyframes fall-396{65.235%{transform:translate(52.9567vw,65.235vh) scale(.7873)}to{transform:translate(55.01615vw,99vh) scale(.7873)}}.snow:nth-child(397){opacity:.3624;transform:translate(53.394vw,-10px) scale(.5503);animation:fall-397 11s -8s linear infinite}@keyframes fall-397{32.224%{transform:translate(46.128vw,32.224vh) scale(.5503)}to{transform:translate(49.761vw,99vh) scale(.5503)}}.snow:nth-child(398){opacity:.7104;transform:translate(56.1351vw,-10px) scale(.8506);animation:fall-398 16s -29s linear infinite}@keyframes fall-398{39.068%{transform:translate(61.5256vw,39.068vh) scale(.8506)}to{transform:translate(58.83035vw,99vh) scale(.8506)}}.snow:nth-child(399){opacity:.3278;transform:translate(43.8815vw,-10px) scale(.2075);animation:fall-399 29s -8s linear infinite}@keyframes fall-399{41.434%{transform:translate(52.5813vw,41.434vh) scale(.2075)}to{transform:translate(48.2314vw,99vh) scale(.2075)}}.snow:nth-child(400){opacity:.6326;transform:translate(95.0689vw,-10px) scale(.9461);animation:fall-400 20s -7s linear infinite}@keyframes fall-400{33.51%{transform:translate(89.0366vw,33.51vh) scale(.9461)}to{transform:translate(92.05275vw,99vh) scale(.9461)}}\n"], dependencies: [{ kind: "directive", type: i2.RouterOutlet, selector: "router-outlet", inputs: ["name"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
26
25
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AppComponent, decorators: [{
|
|
27
26
|
type: Component,
|
|
28
|
-
args: [{ selector: 'app-root', encapsulation: ViewEncapsulation.None, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows; trackBy: snowTrackBy\" class=\"snow\"></div>\r\n</ng-container>\r\n<router-outlet></router-outlet>", styles: [".table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width: 0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width: 0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width: 0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width: 0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width: 0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:rgba(2,74,136,.5)}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:rgba(45,146,45,.5)}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:rgba(36,141,173,.5)}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:rgba(247,154,23,.5)}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:rgba(191,23,37,.5)}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:rgba(0,0,0,.4)}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:rgba(0,0,0,.2)}.card.overlay .card-img{border-radius:0;-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media (min-width: 1400px){.d-xxl-block{display:block!important}}@media (min-width: 576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:rgba(2,74,136,.8)!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:rgba(2,74,136,.5);border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:rgba(2,74,136,.95)!important;border-color:#024a88f2!important}.btn-success{background:rgba(45,146,45,.8);border-color:#2d922dcc}.btn-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:rgba(45,146,45,.95)!important;border-color:#2d922df2!important}.btn-info{background:rgba(36,141,173,.8);border-color:#248dadcc}.btn-info.medium-opacity{background:rgba(36,141,173,.5);border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:rgba(36,141,173,.95)!important;border-color:#248dadf2!important}.btn-warning{background:rgba(247,154,23,.8);border-color:#f79a17cc}.btn-warning.medium-opacity{background:rgba(247,154,23,.5);border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:rgba(247,154,23,.95)!important;border-color:#f79a17f2!important}.btn-danger{background:rgba(191,23,37,.8);border-color:#bf1725cc}.btn-danger.medium-opacity{background:rgba(191,23,37,.5);border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:rgba(191,23,37,.95)!important;border-color:#bf1725f2!important}.btn-dark{background:rgba(0,0,0,.8);border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:rgba(0,0,0,.5);border-color:#0000001a}.btn-dark:hover{background:black;border-color:#000}.btn-dark:active{background:rgba(0,0,0,.95)!important;border-color:#000000f2!important}.btn-main{background:rgba(36,45,58,.8);border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:rgba(36,45,58,.5);border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:rgba(36,45,58,.95)!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242D3A;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242D3A}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242D3A}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:rgba(255,255,255,.1) url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:rgba(2,74,136,.5)!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:rgba(45,146,45,.5)!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:rgba(247,154,23,.5)!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:rgba(191,23,37,.5)!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:rgba(36,45,58,.5)!important}.bg-dark{background:black!important}.bg-dark.medium-opacity{background:rgba(0,0,0,.5)!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800px){.modal-feminist{max-width:1366px}}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{transform:scaleY(-1)}.app-flip-x{transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box-600{max-height:600px;overflow-x:hidden;overflow-y:auto}.list-area{position:relative!important}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:rgba(255,50,50,.2);position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:white;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.wizard-step-container{background-color:#fff;box-shadow:#63636333 0 2px 8px;padding:10px}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:rgba(0,0,0,.5) none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:rgb(237,237,237);border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{padding-left:0;margin-top:20px}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.app-search-background{z-index:9999;margin-top:60px;padding:0;background-color:#0000004d;width:100vw;height:calc(100vh - 60px)}.app-search-result-box{height:calc(100% - 35px);overflow:hidden;margin:20px}.app-search-card{margin-top:2px;margin-bottom:10px;padding:15px;background-color:#fff;box-shadow:#06182c66 0 0 0 2px,#06182ca6 0 4px 6px -1px,#ffffff14 0 1px inset}.pull-left{float:left}.pull-right{float:right}.pace .pace-progress{background:#637CA0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#cccccc}::-webkit-scrollbar-thumb:active{background:#888888}::-webkit-scrollbar-track{background:#666666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666666}::-webkit-scrollbar-track:active{background:#333333}::-webkit-scrollbar-corner{background:transparent}.transition{transition:.3s}.widget-controls{position:absolute;z-index:1;top:0;right:0;padding:10px 20px;font-size:14px}.widget-controls a{color:#fff;margin-left:7px;line-height:1;vertical-align:top;display:inline-block}.widget-controls a i.glyphicon-resize-full{font-size:13px}.widget-controls a:hover{color:#ffffffb3}.widget-controls a.dropdown-toggle:after{display:none}.widget-controls ul.dropdown-menu{min-width:9rem;padding:0;border-radius:0}.widget-controls ul.dropdown-menu li{padding:4px;overflow:hidden}.widget-controls ul.dropdown-menu li a{color:#242d3a;font-size:13px;width:100%}.widget-controls ul.dropdown-menu li:hover{background-color:#242d3a}.widget-controls ul.dropdown-menu li:hover a{color:#fff}.card.fullscreened .card-header{line-height:35px}.card.fullscreened .card-header .widget-controls{padding:20px}.card.fullscreened .card-header .widget-controls a{margin-left:12px}.card.fullscreened .card-header .widget-controls a.setting{display:none}.card.fullscreened.card-primary{background:#024a88}.card.fullscreened.card-success{background:#2d922d}.card.fullscreened.card-info{background:#248dad}.card.fullscreened.card-warning{background:#f79a17}.card.fullscreened.card-danger{background:#bf1725}.scrolling{height:100%;overflow-y:scroll;padding-bottom:60px}.no-margin{margin:0}.bottom-15{margin-bottom:15px}.m-t-5{margin-top:5px}.m-t-15{margin-top:15px}.res-img{width:100%}.chart-outher{width:55%;margin:0 auto}.p-t-10{padding-top:10%}.o-visible{overflow:visible}.w-150{width:150px}.w-200{width:200px}@media (max-width: 543px){.chart-outher{width:100%}}@media (min-width: 544px) and (max-width: 767px){.chart-outher{width:85%}}@media (min-width: 992px) and (max-width: 1199px){.chart-outher{width:65%}}.mat-form-field-disabled .mat-form-field-wrapper{background-color:#ddd}.mat-no-border-top .mat-form-field-infix{border-top:none!important}.mat-dflt-margin,.mat-form-field-appearance-outline .mat-form-field-wrapper{margin-top:.125em!important;margin-bottom:.125em!important}.mat-form-field-wrapper{padding-bottom:0;height:35px;min-height:35px!important;margin-bottom:-7px!important}.mat-full-width{width:100%}.mat-full-height .mat-form-field-wrapper{height:100%!important}.mat-form-field-appearance-outline .mat-form-field-infix{padding-top:5px;padding-bottom:0;height:36px}.mat-form-field-appearance-outline .mat-form-field-infix select.mat-input-element{background-color:transparent;margin-bottom:-11px!important;margin-top:-2px!important;padding-top:0!important;top:0!important}.mat-form-field-appearance-outline .mat-form-field-infix input{display:inline-flex;margin-top:-8px;margin-bottom:-5px;padding-top:8px}.mat-form-field-appearance-outline .mat-form-field-suffix{height:25px!important;top:-2px!important}.mat-form-field-appearance-outline .mat-form-field-suffix .form-input-suffix{margin-right:5px!important;position:absolute!important;top:7px!important;right:4px!important}.mat-form-field-appearance-outline .mat-form-field-infix .form-input-suffix{position:relative!important;top:-4px!important}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:32px!important}.mat-form-field-label-wrapper{top:-8px}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{top:60%!important}.mat-form-field-suffix{margin-right:-10px!important}.cdk-overlay-container{z-index:99999999!important}.mat-height-fixed .mat-form-field-flex{height:38px!important}.mat-height-auto .mat-form-field-flex{height:auto!important;padding-bottom:5px!important;padding-top:5px!important;padding-right:2px!important}.mat-height-auto .mat-form-field-infix{height:auto!important}.mat-icon-button-override{width:25px!important;top:0!important;color:#000000a3!important;position:absolute!important}.mat-icon-button-override-suffix{right:-5px!important}.mat-icon-button-override-prefix{left:-5px!important}.mat-option{height:25px!important;font-size:14px!important}.ngx-mat-timepicker .mat-form-field-infix{border-top:none!important}.mat-form-field-wrapper .form-control{width:100%;border:none;padding:0;line-height:1}.mat-form-field-wrapper .form-control:focus{box-shadow:none!important}.mat-form-field-wrapper .form-control.checking-field.ng-touched{padding-right:0;background-position-y:14px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.mat-chip-list-wrapper input.mat-input-element,.mat-chip-list-wrapper .mat-standard-chip{margin:1px 4px 4px!important;padding-top:10px!important}.mat-chip-list-wrapper{margin:0!important;padding:5px!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:1.7798;transform:translate(75.9194vw,-10px) scale(.5039);animation:fall-1 15s -10s linear infinite}@keyframes fall-1{65.022%{transform:translate(66.1032vw,65.022vh) scale(.5039)}to{transform:translate(71.0113vw,99vh) scale(.5039)}}.snow:nth-child(2){opacity:.8982;transform:translate(72.7297vw,-10px) scale(.7227);animation:fall-2 16s -29s linear infinite}@keyframes fall-2{37.255%{transform:translate(79.1963vw,37.255vh) scale(.7227)}to{transform:translate(75.963vw,99vh) scale(.7227)}}.snow:nth-child(3){opacity:.4562;transform:translate(93.8402vw,-10px) scale(.231);animation:fall-3 12s -2s linear infinite}@keyframes fall-3{46.278%{transform:translate(95.3792vw,46.278vh) scale(.231)}to{transform:translate(94.6097vw,99vh) scale(.231)}}.snow:nth-child(4){opacity:.8834;transform:translate(66.7814vw,-10px) scale(.8418);animation:fall-4 25s -18s linear infinite}@keyframes fall-4{50.012%{transform:translate(67.9897vw,50.012vh) scale(.8418)}to{transform:translate(67.38555vw,99vh) scale(.8418)}}.snow:nth-child(5){opacity:.4348;transform:translate(33.1595vw,-10px) scale(.7759);animation:fall-5 18s -29s linear infinite}@keyframes fall-5{73.006%{transform:translate(41.7202vw,73.006vh) scale(.7759)}to{transform:translate(37.43985vw,99vh) scale(.7759)}}.snow:nth-child(6){opacity:.1756;transform:translate(27.5665vw,-10px) scale(.8468);animation:fall-6 29s -12s linear infinite}@keyframes fall-6{51.773%{transform:translate(24.5598vw,51.773vh) scale(.8468)}to{transform:translate(26.06315vw,99vh) scale(.8468)}}.snow:nth-child(7){opacity:.6804;transform:translate(62.0798vw,-10px) scale(.5295);animation:fall-7 13s -6s linear infinite}@keyframes fall-7{72.902%{transform:translate(71.6611vw,72.902vh) scale(.5295)}to{transform:translate(66.87045vw,99vh) scale(.5295)}}.snow:nth-child(8){opacity:.2814;transform:translate(68.6895vw,-10px) scale(.1629);animation:fall-8 11s -17s linear infinite}@keyframes fall-8{47.544%{transform:translate(67.7814vw,47.544vh) scale(.1629)}to{transform:translate(68.23545vw,99vh) scale(.1629)}}.snow:nth-child(9){opacity:1.0326;transform:translate(61.2629vw,-10px) scale(.404);animation:fall-9 11s -3s linear infinite}@keyframes fall-9{61.367%{transform:translate(66.8161vw,61.367vh) scale(.404)}to{transform:translate(64.0395vw,99vh) scale(.404)}}.snow:nth-child(10){opacity:1.1594;transform:translate(58.3709vw,-10px) scale(.4743);animation:fall-10 16s -22s linear infinite}@keyframes fall-10{31.975%{transform:translate(58.8607vw,31.975vh) scale(.4743)}to{transform:translate(58.6158vw,99vh) scale(.4743)}}.snow:nth-child(11){opacity:1.1714;transform:translate(66.0556vw,-10px) scale(.2152);animation:fall-11 22s -10s linear infinite}@keyframes fall-11{78.248%{transform:translate(71.9689vw,78.248vh) scale(.2152)}to{transform:translate(69.01225vw,99vh) scale(.2152)}}.snow:nth-child(12){opacity:1.8428;transform:translate(23.075vw,-10px) scale(.4127);animation:fall-12 29s -2s linear infinite}@keyframes fall-12{53.711%{transform:translate(19.251vw,53.711vh) scale(.4127)}to{transform:translate(21.163vw,99vh) scale(.4127)}}.snow:nth-child(13){opacity:1.804;transform:translate(71.4458vw,-10px) scale(.9551);animation:fall-13 14s -19s linear infinite}@keyframes fall-13{56.931%{transform:translate(70.3898vw,56.931vh) scale(.9551)}to{transform:translate(70.9178vw,99vh) scale(.9551)}}.snow:nth-child(14){opacity:1.8194;transform:translate(46.5074vw,-10px) scale(.8062);animation:fall-14 28s -3s linear infinite}@keyframes fall-14{79.576%{transform:translate(55.639vw,79.576vh) scale(.8062)}to{transform:translate(51.0732vw,99vh) scale(.8062)}}.snow:nth-child(15){opacity:.7244;transform:translate(38.5974vw,-10px) scale(.5154);animation:fall-15 19s -11s linear infinite}@keyframes fall-15{78.45%{transform:translate(46.5642vw,78.45vh) scale(.5154)}to{transform:translate(42.5808vw,99vh) scale(.5154)}}.snow:nth-child(16){opacity:1.9394;transform:translate(18.7131vw,-10px) scale(.4509);animation:fall-16 15s -20s linear infinite}@keyframes fall-16{32.634%{transform:translate(10.5666vw,32.634vh) scale(.4509)}to{transform:translate(14.63985vw,99vh) scale(.4509)}}.snow:nth-child(17){opacity:1.2436;transform:translate(86.5973vw,-10px) scale(.0131);animation:fall-17 16s -16s linear infinite}@keyframes fall-17{66.304%{transform:translate(86.7934vw,66.304vh) scale(.0131)}to{transform:translate(86.69535vw,99vh) scale(.0131)}}.snow:nth-child(18){opacity:.124;transform:translate(13.4464vw,-10px) scale(.4805);animation:fall-18 13s -17s linear infinite}@keyframes fall-18{62.698%{transform:translate(18.6128vw,62.698vh) scale(.4805)}to{transform:translate(16.0296vw,99vh) scale(.4805)}}.snow:nth-child(19){opacity:.0216;transform:translate(90.9873vw,-10px) scale(.3019);animation:fall-19 23s -29s linear infinite}@keyframes fall-19{61.827%{transform:translate(89.8196vw,61.827vh) scale(.3019)}to{transform:translate(90.40345vw,99vh) scale(.3019)}}.snow:nth-child(20){opacity:1.75;transform:translate(21.1518vw,-10px) scale(.3885);animation:fall-20 11s -7s linear infinite}@keyframes fall-20{67.709%{transform:translate(21.9004vw,67.709vh) scale(.3885)}to{transform:translate(21.5261vw,99vh) scale(.3885)}}.snow:nth-child(21){opacity:1.0416;transform:translate(72.8552vw,-10px) scale(.1536);animation:fall-21 22s -2s linear infinite}@keyframes fall-21{49.111%{transform:translate(80.5863vw,49.111vh) scale(.1536)}to{transform:translate(76.72075vw,99vh) scale(.1536)}}.snow:nth-child(22){opacity:.1482;transform:translate(80.1143vw,-10px) scale(.0713);animation:fall-22 30s -3s linear infinite}@keyframes fall-22{32.843%{transform:translate(77.0503vw,32.843vh) scale(.0713)}to{transform:translate(78.5823vw,99vh) scale(.0713)}}.snow:nth-child(23){opacity:.2766;transform:translate(53.6005vw,-10px) scale(.037);animation:fall-23 15s -4s linear infinite}@keyframes fall-23{33.139%{transform:translate(62.8243vw,33.139vh) scale(.037)}to{transform:translate(58.2124vw,99vh) scale(.037)}}.snow:nth-child(24){opacity:1.0066;transform:translate(21.4026vw,-10px) scale(.1211);animation:fall-24 15s -23s linear infinite}@keyframes fall-24{42.755%{transform:translate(15.8564vw,42.755vh) scale(.1211)}to{transform:translate(18.6295vw,99vh) scale(.1211)}}.snow:nth-child(25){opacity:.4072;transform:translate(97.037vw,-10px) scale(.5699);animation:fall-25 16s -28s linear infinite}@keyframes fall-25{64.91%{transform:translate(95.6501vw,64.91vh) scale(.5699)}to{transform:translate(96.34355vw,99vh) scale(.5699)}}.snow:nth-child(26){opacity:.684;transform:translate(29.4938vw,-10px) scale(.219);animation:fall-26 28s -16s linear infinite}@keyframes fall-26{72.083%{transform:translate(27.9468vw,72.083vh) scale(.219)}to{transform:translate(28.7203vw,99vh) scale(.219)}}.snow:nth-child(27){opacity:.7464;transform:translate(93.1736vw,-10px) scale(.8495);animation:fall-27 23s -29s linear infinite}@keyframes fall-27{76.572%{transform:translate(95.6386vw,76.572vh) scale(.8495)}to{transform:translate(94.4061vw,99vh) scale(.8495)}}.snow:nth-child(28){opacity:1.9838;transform:translate(57.6234vw,-10px) scale(.1526);animation:fall-28 17s -17s linear infinite}@keyframes fall-28{48.498%{transform:translate(51.8403vw,48.498vh) scale(.1526)}to{transform:translate(54.73185vw,99vh) scale(.1526)}}.snow:nth-child(29){opacity:.52;transform:translate(96.0126vw,-10px) scale(.2818);animation:fall-29 19s -18s linear infinite}@keyframes fall-29{47.057%{transform:translate(98.7609vw,47.057vh) scale(.2818)}to{transform:translate(97.38675vw,99vh) scale(.2818)}}.snow:nth-child(30){opacity:1.3936;transform:translate(37.0454vw,-10px) scale(.4578);animation:fall-30 17s -9s linear infinite}@keyframes fall-30{56.422%{transform:translate(42.3058vw,56.422vh) scale(.4578)}to{transform:translate(39.6756vw,99vh) scale(.4578)}}.snow:nth-child(31){opacity:.5014;transform:translate(81.7744vw,-10px) scale(.9454);animation:fall-31 22s -24s linear infinite}@keyframes fall-31{64.91%{transform:translate(79.5253vw,64.91vh) scale(.9454)}to{transform:translate(80.64985vw,99vh) scale(.9454)}}.snow:nth-child(32){opacity:.2336;transform:translate(44.8895vw,-10px) scale(.4949);animation:fall-32 18s -1s linear infinite}@keyframes fall-32{61.826%{transform:translate(51.2403vw,61.826vh) scale(.4949)}to{transform:translate(48.0649vw,99vh) scale(.4949)}}.snow:nth-child(33){opacity:.8512;transform:translate(17.3032vw,-10px) scale(.4516);animation:fall-33 23s -2s linear infinite}@keyframes fall-33{63.009%{transform:translate(8.7987vw,63.009vh) scale(.4516)}to{transform:translate(13.05095vw,99vh) scale(.4516)}}.snow:nth-child(34){opacity:1.6266;transform:translate(75.9888vw,-10px) scale(.5809);animation:fall-34 12s -20s linear infinite}@keyframes fall-34{43.159%{transform:translate(70.0827vw,43.159vh) scale(.5809)}to{transform:translate(73.03575vw,99vh) scale(.5809)}}.snow:nth-child(35){opacity:.6334;transform:translate(45.1543vw,-10px) scale(.4796);animation:fall-35 17s -19s linear infinite}@keyframes fall-35{79.974%{transform:translate(53.8505vw,79.974vh) scale(.4796)}to{transform:translate(49.5024vw,99vh) scale(.4796)}}.snow:nth-child(36){opacity:1.2764;transform:translate(74.8839vw,-10px) scale(.6935);animation:fall-36 15s -5s linear infinite}@keyframes fall-36{69.115%{transform:translate(82.4513vw,69.115vh) scale(.6935)}to{transform:translate(78.6676vw,99vh) scale(.6935)}}.snow:nth-child(37){opacity:.124;transform:translate(2.6946vw,-10px) scale(.5358);animation:fall-37 17s -25s linear infinite}@keyframes fall-37{59.367%{transform:translate(-4.2701vw,59.367vh) scale(.5358)}to{transform:translate(-.78775vw,99vh) scale(.5358)}}.snow:nth-child(38){opacity:1.4402;transform:translate(79.6611vw,-10px) scale(.415);animation:fall-38 27s -3s linear infinite}@keyframes fall-38{66.934%{transform:translate(80.1208vw,66.934vh) scale(.415)}to{transform:translate(79.89095vw,99vh) scale(.415)}}.snow:nth-child(39){opacity:1.5744;transform:translate(18.0275vw,-10px) scale(.0453);animation:fall-39 11s -16s linear infinite}@keyframes fall-39{71.618%{transform:translate(19.1693vw,71.618vh) scale(.0453)}to{transform:translate(18.5984vw,99vh) scale(.0453)}}.snow:nth-child(40){opacity:1.828;transform:translate(93.4356vw,-10px) scale(.2522);animation:fall-40 23s -17s linear infinite}@keyframes fall-40{73.241%{transform:translate(92.7482vw,73.241vh) scale(.2522)}to{transform:translate(93.0919vw,99vh) scale(.2522)}}.snow:nth-child(41){opacity:1.927;transform:translate(69.2859vw,-10px) scale(.0173);animation:fall-41 15s -21s linear infinite}@keyframes fall-41{34.975%{transform:translate(73.2056vw,34.975vh) scale(.0173)}to{transform:translate(71.24575vw,99vh) scale(.0173)}}.snow:nth-child(42){opacity:1.502;transform:translate(34.9588vw,-10px) scale(.7304);animation:fall-42 13s -14s linear infinite}@keyframes fall-42{76.849%{transform:translate(35.6942vw,76.849vh) scale(.7304)}to{transform:translate(35.3265vw,99vh) scale(.7304)}}.snow:nth-child(43){opacity:1.0486;transform:translate(87.0604vw,-10px) scale(.8697);animation:fall-43 12s -5s linear infinite}@keyframes fall-43{37.177%{transform:translate(88.1849vw,37.177vh) scale(.8697)}to{transform:translate(87.62265vw,99vh) scale(.8697)}}.snow:nth-child(44){opacity:.3302;transform:translate(35.2158vw,-10px) scale(.9961);animation:fall-44 16s -30s linear infinite}@keyframes fall-44{73.232%{transform:translate(28.3738vw,73.232vh) scale(.9961)}to{transform:translate(31.7948vw,99vh) scale(.9961)}}.snow:nth-child(45){opacity:1.0598;transform:translate(5.725vw,-10px) scale(.0183);animation:fall-45 19s -3s linear infinite}@keyframes fall-45{32.637%{transform:translate(11.6177vw,32.637vh) scale(.0183)}to{transform:translate(8.67135vw,99vh) scale(.0183)}}.snow:nth-child(46){opacity:1.7828;transform:translate(71.9351vw,-10px) scale(.3063);animation:fall-46 30s -13s linear infinite}@keyframes fall-46{39.52%{transform:translate(77.6594vw,39.52vh) scale(.3063)}to{transform:translate(74.79725vw,99vh) scale(.3063)}}.snow:nth-child(47){opacity:1.4684;transform:translate(70.6906vw,-10px) scale(.853);animation:fall-47 12s -30s linear infinite}@keyframes fall-47{43.324%{transform:translate(80.3829vw,43.324vh) scale(.853)}to{transform:translate(75.53675vw,99vh) scale(.853)}}.snow:nth-child(48){opacity:1.6766;transform:translate(76.3626vw,-10px) scale(.9984);animation:fall-48 24s -4s linear infinite}@keyframes fall-48{40.05%{transform:translate(74.6141vw,40.05vh) scale(.9984)}to{transform:translate(75.48835vw,99vh) scale(.9984)}}.snow:nth-child(49){opacity:.8822;transform:translate(68.7762vw,-10px) scale(.343);animation:fall-49 10s -16s linear infinite}@keyframes fall-49{39.736%{transform:translate(59.0128vw,39.736vh) scale(.343)}to{transform:translate(63.8945vw,99vh) scale(.343)}}.snow:nth-child(50){opacity:.1756;transform:translate(82.4429vw,-10px) scale(.0094);animation:fall-50 10s -18s linear infinite}@keyframes fall-50{47.206%{transform:translate(89.4268vw,47.206vh) scale(.0094)}to{transform:translate(85.93485vw,99vh) scale(.0094)}}.snow:nth-child(51){opacity:1.1984;transform:translate(97.9748vw,-10px) scale(.0271);animation:fall-51 30s -8s linear infinite}@keyframes fall-51{40.461%{transform:translate(107.6123vw,40.461vh) scale(.0271)}to{transform:translate(102.79355vw,99vh) scale(.0271)}}.snow:nth-child(52){opacity:1.626;transform:translate(83.9418vw,-10px) scale(.3738);animation:fall-52 14s -5s linear infinite}@keyframes fall-52{69.57%{transform:translate(93.3229vw,69.57vh) scale(.3738)}to{transform:translate(88.63235vw,99vh) scale(.3738)}}.snow:nth-child(53){opacity:.0106;transform:translate(52.1522vw,-10px) scale(.096);animation:fall-53 22s -2s linear infinite}@keyframes fall-53{69.164%{transform:translate(42.9912vw,69.164vh) scale(.096)}to{transform:translate(47.5717vw,99vh) scale(.096)}}.snow:nth-child(54){opacity:.036;transform:translate(20.1328vw,-10px) scale(.9129);animation:fall-54 15s -23s linear infinite}@keyframes fall-54{35.843%{transform:translate(13.0984vw,35.843vh) scale(.9129)}to{transform:translate(16.6156vw,99vh) scale(.9129)}}.snow:nth-child(55){opacity:1.8798;transform:translate(57.3711vw,-10px) scale(.6699);animation:fall-55 18s -19s linear infinite}@keyframes fall-55{54.292%{transform:translate(65.1086vw,54.292vh) scale(.6699)}to{transform:translate(61.23985vw,99vh) scale(.6699)}}.snow:nth-child(56){opacity:1.433;transform:translate(57.3854vw,-10px) scale(.1873);animation:fall-56 13s -27s linear infinite}@keyframes fall-56{32.166%{transform:translate(61.1492vw,32.166vh) scale(.1873)}to{transform:translate(59.2673vw,99vh) scale(.1873)}}.snow:nth-child(57){opacity:1.6272;transform:translate(65.2008vw,-10px) scale(.2652);animation:fall-57 16s -8s linear infinite}@keyframes fall-57{31.282%{transform:translate(75.0169vw,31.282vh) scale(.2652)}to{transform:translate(70.10885vw,99vh) scale(.2652)}}.snow:nth-child(58){opacity:1.4124;transform:translate(97.8155vw,-10px) scale(.5881);animation:fall-58 18s -23s linear infinite}@keyframes fall-58{46.194%{transform:translate(97.7875vw,46.194vh) scale(.5881)}to{transform:translate(97.8015vw,99vh) scale(.5881)}}.snow:nth-child(59){opacity:.0794;transform:translate(46.8966vw,-10px) scale(.7418);animation:fall-59 12s -14s linear infinite}@keyframes fall-59{40.318%{transform:translate(48.4837vw,40.318vh) scale(.7418)}to{transform:translate(47.69015vw,99vh) scale(.7418)}}.snow:nth-child(60){opacity:1.2328;transform:translate(36.7538vw,-10px) scale(.3631);animation:fall-60 19s -24s linear infinite}@keyframes fall-60{34.582%{transform:translate(39.3699vw,34.582vh) scale(.3631)}to{transform:translate(38.06185vw,99vh) scale(.3631)}}.snow:nth-child(61){opacity:1.2576;transform:translate(80.7547vw,-10px) scale(.8922);animation:fall-61 10s -6s linear infinite}@keyframes fall-61{53.665%{transform:translate(74.0964vw,53.665vh) scale(.8922)}to{transform:translate(77.42555vw,99vh) scale(.8922)}}.snow:nth-child(62){opacity:.0274;transform:translate(44.5569vw,-10px) scale(.3046);animation:fall-62 16s -17s linear infinite}@keyframes fall-62{36.649%{transform:translate(46.5162vw,36.649vh) scale(.3046)}to{transform:translate(45.53655vw,99vh) scale(.3046)}}.snow:nth-child(63){opacity:1.5334;transform:translate(46.5596vw,-10px) scale(.2588);animation:fall-63 15s -7s linear infinite}@keyframes fall-63{76.686%{transform:translate(37.7802vw,76.686vh) scale(.2588)}to{transform:translate(42.1699vw,99vh) scale(.2588)}}.snow:nth-child(64){opacity:.3998;transform:translate(35.5191vw,-10px) scale(.5273);animation:fall-64 12s -20s linear infinite}@keyframes fall-64{61.733%{transform:translate(39.5996vw,61.733vh) scale(.5273)}to{transform:translate(37.55935vw,99vh) scale(.5273)}}.snow:nth-child(65){opacity:.972;transform:translate(52.5526vw,-10px) scale(.3243);animation:fall-65 27s -23s linear infinite}@keyframes fall-65{54.924%{transform:translate(60.788vw,54.924vh) scale(.3243)}to{transform:translate(56.6703vw,99vh) scale(.3243)}}.snow:nth-child(66){opacity:1.1934;transform:translate(50.1201vw,-10px) scale(.7694);animation:fall-66 21s -8s linear infinite}@keyframes fall-66{35.163%{transform:translate(52.0496vw,35.163vh) scale(.7694)}to{transform:translate(51.08485vw,99vh) scale(.7694)}}.snow:nth-child(67){opacity:.9422;transform:translate(81.7475vw,-10px) scale(.1293);animation:fall-67 13s -18s linear infinite}@keyframes fall-67{44.527%{transform:translate(72.569vw,44.527vh) scale(.1293)}to{transform:translate(77.15825vw,99vh) scale(.1293)}}.snow:nth-child(68){opacity:.9272;transform:translate(80.7575vw,-10px) scale(.156);animation:fall-68 22s -1s linear infinite}@keyframes fall-68{57.672%{transform:translate(84.7031vw,57.672vh) scale(.156)}to{transform:translate(82.7303vw,99vh) scale(.156)}}.snow:nth-child(69){opacity:.4076;transform:translate(13.5114vw,-10px) scale(.6564);animation:fall-69 14s -1s linear infinite}@keyframes fall-69{30.984%{transform:translate(14.3238vw,30.984vh) scale(.6564)}to{transform:translate(13.9176vw,99vh) scale(.6564)}}.snow:nth-child(70){opacity:1.429;transform:translate(40.8308vw,-10px) scale(.4015);animation:fall-70 12s -15s linear infinite}@keyframes fall-70{58.6%{transform:translate(46.5618vw,58.6vh) scale(.4015)}to{transform:translate(43.6963vw,99vh) scale(.4015)}}.snow:nth-child(71){opacity:1.0056;transform:translate(41.5655vw,-10px) scale(.0942);animation:fall-71 17s -9s linear infinite}@keyframes fall-71{41.254%{transform:translate(51.4718vw,41.254vh) scale(.0942)}to{transform:translate(46.51865vw,99vh) scale(.0942)}}.snow:nth-child(72){opacity:.629;transform:translate(21.3156vw,-10px) scale(.7959);animation:fall-72 22s -28s linear infinite}@keyframes fall-72{72.509%{transform:translate(13.1364vw,72.509vh) scale(.7959)}to{transform:translate(17.226vw,99vh) scale(.7959)}}.snow:nth-child(73){opacity:.4096;transform:translate(12.1169vw,-10px) scale(.5184);animation:fall-73 10s -13s linear infinite}@keyframes fall-73{56.966%{transform:translate(9.1816vw,56.966vh) scale(.5184)}to{transform:translate(10.64925vw,99vh) scale(.5184)}}.snow:nth-child(74){opacity:1.4458;transform:translate(3.5187vw,-10px) scale(.2104);animation:fall-74 25s -1s linear infinite}@keyframes fall-74{79.338%{transform:translate(-1.6517vw,79.338vh) scale(.2104)}to{transform:translate(.9335vw,99vh) scale(.2104)}}.snow:nth-child(75){opacity:.063;transform:translate(81.9107vw,-10px) scale(.6856);animation:fall-75 27s -28s linear infinite}@keyframes fall-75{32.315%{transform:translate(83.6249vw,32.315vh) scale(.6856)}to{transform:translate(82.7678vw,99vh) scale(.6856)}}.snow:nth-child(76){opacity:.3412;transform:translate(73.8926vw,-10px) scale(.8116);animation:fall-76 14s -24s linear infinite}@keyframes fall-76{42.782%{transform:translate(82.8003vw,42.782vh) scale(.8116)}to{transform:translate(78.34645vw,99vh) scale(.8116)}}.snow:nth-child(77){opacity:1.2066;transform:translate(86.5126vw,-10px) scale(.0176);animation:fall-77 27s -2s linear infinite}@keyframes fall-77{31.136%{transform:translate(77.5724vw,31.136vh) scale(.0176)}to{transform:translate(82.0425vw,99vh) scale(.0176)}}.snow:nth-child(78){opacity:.1928;transform:translate(51.6523vw,-10px) scale(.7189);animation:fall-78 19s -16s linear infinite}@keyframes fall-78{71.294%{transform:translate(42.3921vw,71.294vh) scale(.7189)}to{transform:translate(47.0222vw,99vh) scale(.7189)}}.snow:nth-child(79){opacity:.8538;transform:translate(28.1989vw,-10px) scale(.3791);animation:fall-79 14s -7s linear infinite}@keyframes fall-79{53.05%{transform:translate(24.029vw,53.05vh) scale(.3791)}to{transform:translate(26.11395vw,99vh) scale(.3791)}}.snow:nth-child(80){opacity:1.45;transform:translate(11.7585vw,-10px) scale(.7265);animation:fall-80 29s -28s linear infinite}@keyframes fall-80{35.028%{transform:translate(13.6038vw,35.028vh) scale(.7265)}to{transform:translate(12.68115vw,99vh) scale(.7265)}}.snow:nth-child(81){opacity:1.1156;transform:translate(47.9169vw,-10px) scale(.504);animation:fall-81 10s -9s linear infinite}@keyframes fall-81{38.469%{transform:translate(51.3754vw,38.469vh) scale(.504)}to{transform:translate(49.64615vw,99vh) scale(.504)}}.snow:nth-child(82){opacity:.4512;transform:translate(51.2318vw,-10px) scale(.9543);animation:fall-82 18s -21s linear infinite}@keyframes fall-82{30.305%{transform:translate(58.7818vw,30.305vh) scale(.9543)}to{transform:translate(55.0068vw,99vh) scale(.9543)}}.snow:nth-child(83){opacity:1.7132;transform:translate(8.6532vw,-10px) scale(.7923);animation:fall-83 13s -9s linear infinite}@keyframes fall-83{72.901%{transform:translate(10.0091vw,72.901vh) scale(.7923)}to{transform:translate(9.33115vw,99vh) scale(.7923)}}.snow:nth-child(84){opacity:.1902;transform:translate(20.9192vw,-10px) scale(.4036);animation:fall-84 22s -3s linear infinite}@keyframes fall-84{42.897%{transform:translate(14.639vw,42.897vh) scale(.4036)}to{transform:translate(17.7791vw,99vh) scale(.4036)}}.snow:nth-child(85){opacity:.5116;transform:translate(11.6767vw,-10px) scale(.0909);animation:fall-85 16s -9s linear infinite}@keyframes fall-85{75.588%{transform:translate(20.9265vw,75.588vh) scale(.0909)}to{transform:translate(16.3016vw,99vh) scale(.0909)}}.snow:nth-child(86){opacity:1.488;transform:translate(95.8302vw,-10px) scale(.3119);animation:fall-86 26s -17s linear infinite}@keyframes fall-86{64.887%{transform:translate(103.4587vw,64.887vh) scale(.3119)}to{transform:translate(99.64445vw,99vh) scale(.3119)}}.snow:nth-child(87){opacity:.5364;transform:translate(83.5973vw,-10px) scale(.5505);animation:fall-87 29s -27s linear infinite}@keyframes fall-87{63.875%{transform:translate(83.7232vw,63.875vh) scale(.5505)}to{transform:translate(83.66025vw,99vh) scale(.5505)}}.snow:nth-child(88){opacity:1.2552;transform:translate(63.9913vw,-10px) scale(.895);animation:fall-88 10s -4s linear infinite}@keyframes fall-88{30.77%{transform:translate(73.1256vw,30.77vh) scale(.895)}to{transform:translate(68.55845vw,99vh) scale(.895)}}.snow:nth-child(89){opacity:1.744;transform:translate(6.4912vw,-10px) scale(.7072);animation:fall-89 18s -6s linear infinite}@keyframes fall-89{64.49%{transform:translate(3.9026vw,64.49vh) scale(.7072)}to{transform:translate(5.1969vw,99vh) scale(.7072)}}.snow:nth-child(90){opacity:.453;transform:translate(58.4797vw,-10px) scale(.8197);animation:fall-90 22s -24s linear infinite}@keyframes fall-90{61.249%{transform:translate(65.5885vw,61.249vh) scale(.8197)}to{transform:translate(62.0341vw,99vh) scale(.8197)}}.snow:nth-child(91){opacity:1.4074;transform:translate(35.0772vw,-10px) scale(.3683);animation:fall-91 12s -9s linear infinite}@keyframes fall-91{36.629%{transform:translate(43.9207vw,36.629vh) scale(.3683)}to{transform:translate(39.49895vw,99vh) scale(.3683)}}.snow:nth-child(92){opacity:.218;transform:translate(1.775vw,-10px) scale(.986);animation:fall-92 24s -10s linear infinite}@keyframes fall-92{43.271%{transform:translate(4.8447vw,43.271vh) scale(.986)}to{transform:translate(3.30985vw,99vh) scale(.986)}}.snow:nth-child(93){opacity:1.2902;transform:translate(1.4712vw,-10px) scale(.8015);animation:fall-93 30s -26s linear infinite}@keyframes fall-93{69.957%{transform:translate(-.9211vw,69.957vh) scale(.8015)}to{transform:translate(.27505vw,99vh) scale(.8015)}}.snow:nth-child(94){opacity:.5832;transform:translate(83.7199vw,-10px) scale(.1205);animation:fall-94 13s -21s linear infinite}@keyframes fall-94{78.917%{transform:translate(79.4591vw,78.917vh) scale(.1205)}to{transform:translate(81.5895vw,99vh) scale(.1205)}}.snow:nth-child(95){opacity:1.4118;transform:translate(50.6386vw,-10px) scale(.3436);animation:fall-95 15s -19s linear infinite}@keyframes fall-95{33.335%{transform:translate(52.1483vw,33.335vh) scale(.3436)}to{transform:translate(51.39345vw,99vh) scale(.3436)}}.snow:nth-child(96){opacity:1.6468;transform:translate(20.6165vw,-10px) scale(.1259);animation:fall-96 21s -19s linear infinite}@keyframes fall-96{53.586%{transform:translate(13.4048vw,53.586vh) scale(.1259)}to{transform:translate(17.01065vw,99vh) scale(.1259)}}.snow:nth-child(97){opacity:.4538;transform:translate(29.0699vw,-10px) scale(.0455);animation:fall-97 10s -8s linear infinite}@keyframes fall-97{71.197%{transform:translate(20.4201vw,71.197vh) scale(.0455)}to{transform:translate(24.745vw,99vh) scale(.0455)}}.snow:nth-child(98){opacity:.4434;transform:translate(51.4801vw,-10px) scale(.6109);animation:fall-98 17s -14s linear infinite}@keyframes fall-98{60.477%{transform:translate(42.1846vw,60.477vh) scale(.6109)}to{transform:translate(46.83235vw,99vh) scale(.6109)}}.snow:nth-child(99){opacity:.69;transform:translate(36.1336vw,-10px) scale(.2493);animation:fall-99 17s -27s linear infinite}@keyframes fall-99{44.718%{transform:translate(41.7972vw,44.718vh) scale(.2493)}to{transform:translate(38.9654vw,99vh) scale(.2493)}}.snow:nth-child(100){opacity:.7694;transform:translate(4.6795vw,-10px) scale(.928);animation:fall-100 24s -14s linear infinite}@keyframes fall-100{68.113%{transform:translate(14.0519vw,68.113vh) scale(.928)}to{transform:translate(9.3657vw,99vh) scale(.928)}}.snow:nth-child(101){opacity:1.5418;transform:translate(71.1908vw,-10px) scale(.1406);animation:fall-101 18s -25s linear infinite}@keyframes fall-101{62.287%{transform:translate(62.3308vw,62.287vh) scale(.1406)}to{transform:translate(66.7608vw,99vh) scale(.1406)}}.snow:nth-child(102){opacity:.3088;transform:translate(97.1871vw,-10px) scale(.0313);animation:fall-102 15s -6s linear infinite}@keyframes fall-102{65.849%{transform:translate(103.1163vw,65.849vh) scale(.0313)}to{transform:translate(100.1517vw,99vh) scale(.0313)}}.snow:nth-child(103){opacity:.3608;transform:translate(16.9486vw,-10px) scale(.4858);animation:fall-103 26s -15s linear infinite}@keyframes fall-103{73.387%{transform:translate(8.158vw,73.387vh) scale(.4858)}to{transform:translate(12.5533vw,99vh) scale(.4858)}}.snow:nth-child(104){opacity:1.892;transform:translate(51.6615vw,-10px) scale(.3042);animation:fall-104 17s -11s linear infinite}@keyframes fall-104{61.772%{transform:translate(55.1875vw,61.772vh) scale(.3042)}to{transform:translate(53.4245vw,99vh) scale(.3042)}}.snow:nth-child(105){opacity:.1586;transform:translate(9.8662vw,-10px) scale(.1633);animation:fall-105 28s -5s linear infinite}@keyframes fall-105{72.779%{transform:translate(14.8163vw,72.779vh) scale(.1633)}to{transform:translate(12.34125vw,99vh) scale(.1633)}}.snow:nth-child(106){opacity:1.9982;transform:translate(13.8544vw,-10px) scale(.821);animation:fall-106 20s -27s linear infinite}@keyframes fall-106{53.279%{transform:translate(5.7193vw,53.279vh) scale(.821)}to{transform:translate(9.78685vw,99vh) scale(.821)}}.snow:nth-child(107){opacity:.4804;transform:translate(90.1631vw,-10px) scale(.4288);animation:fall-107 18s -10s linear infinite}@keyframes fall-107{37.995%{transform:translate(91.7578vw,37.995vh) scale(.4288)}to{transform:translate(90.96045vw,99vh) scale(.4288)}}.snow:nth-child(108){opacity:.3328;transform:translate(32.7417vw,-10px) scale(.0343);animation:fall-108 30s -15s linear infinite}@keyframes fall-108{56.77%{transform:translate(27.1836vw,56.77vh) scale(.0343)}to{transform:translate(29.96265vw,99vh) scale(.0343)}}.snow:nth-child(109){opacity:.3672;transform:translate(94.1145vw,-10px) scale(.0327);animation:fall-109 16s -10s linear infinite}@keyframes fall-109{74.601%{transform:translate(103.8573vw,74.601vh) scale(.0327)}to{transform:translate(98.9859vw,99vh) scale(.0327)}}.snow:nth-child(110){opacity:.9824;transform:translate(52.409vw,-10px) scale(.6217);animation:fall-110 10s -22s linear infinite}@keyframes fall-110{74.746%{transform:translate(52.4296vw,74.746vh) scale(.6217)}to{transform:translate(52.4193vw,99vh) scale(.6217)}}.snow:nth-child(111){opacity:.5406;transform:translate(54.3031vw,-10px) scale(.823);animation:fall-111 30s -8s linear infinite}@keyframes fall-111{64.265%{transform:translate(53.8845vw,64.265vh) scale(.823)}to{transform:translate(54.0938vw,99vh) scale(.823)}}.snow:nth-child(112){opacity:.6432;transform:translate(75.5278vw,-10px) scale(.2912);animation:fall-112 28s -16s linear infinite}@keyframes fall-112{55.553%{transform:translate(65.9158vw,55.553vh) scale(.2912)}to{transform:translate(70.7218vw,99vh) scale(.2912)}}.snow:nth-child(113){opacity:.4306;transform:translate(35.5002vw,-10px) scale(.0068);animation:fall-113 20s -3s linear infinite}@keyframes fall-113{49.945%{transform:translate(41.5281vw,49.945vh) scale(.0068)}to{transform:translate(38.51415vw,99vh) scale(.0068)}}.snow:nth-child(114){opacity:.2504;transform:translate(14.691vw,-10px) scale(.1026);animation:fall-114 20s -12s linear infinite}@keyframes fall-114{67.312%{transform:translate(8.0004vw,67.312vh) scale(.1026)}to{transform:translate(11.3457vw,99vh) scale(.1026)}}.snow:nth-child(115){opacity:.462;transform:translate(89.6721vw,-10px) scale(.6564);animation:fall-115 18s -5s linear infinite}@keyframes fall-115{42.966%{transform:translate(94.5965vw,42.966vh) scale(.6564)}to{transform:translate(92.1343vw,99vh) scale(.6564)}}.snow:nth-child(116){opacity:.4938;transform:translate(77.8714vw,-10px) scale(.737);animation:fall-116 24s -21s linear infinite}@keyframes fall-116{53.444%{transform:translate(68.0755vw,53.444vh) scale(.737)}to{transform:translate(72.97345vw,99vh) scale(.737)}}.snow:nth-child(117){opacity:1.9738;transform:translate(80.2144vw,-10px) scale(.7773);animation:fall-117 15s -11s linear infinite}@keyframes fall-117{52.178%{transform:translate(75.5409vw,52.178vh) scale(.7773)}to{transform:translate(77.87765vw,99vh) scale(.7773)}}.snow:nth-child(118){opacity:1.9922;transform:translate(5.9093vw,-10px) scale(.0377);animation:fall-118 25s -27s linear infinite}@keyframes fall-118{41.841%{transform:translate(5.6316vw,41.841vh) scale(.0377)}to{transform:translate(5.77045vw,99vh) scale(.0377)}}.snow:nth-child(119){opacity:1.7418;transform:translate(74.5154vw,-10px) scale(.3833);animation:fall-119 22s -6s linear infinite}@keyframes fall-119{70.236%{transform:translate(66.8443vw,70.236vh) scale(.3833)}to{transform:translate(70.67985vw,99vh) scale(.3833)}}.snow:nth-child(120){opacity:1.4188;transform:translate(55.9436vw,-10px) scale(.9545);animation:fall-120 23s -6s linear infinite}@keyframes fall-120{51.718%{transform:translate(61.06vw,51.718vh) scale(.9545)}to{transform:translate(58.5018vw,99vh) scale(.9545)}}.snow:nth-child(121){opacity:1.5462;transform:translate(24.6097vw,-10px) scale(.2396);animation:fall-121 13s -26s linear infinite}@keyframes fall-121{69.166%{transform:translate(31.5957vw,69.166vh) scale(.2396)}to{transform:translate(28.1027vw,99vh) scale(.2396)}}.snow:nth-child(122){opacity:.7276;transform:translate(5.9537vw,-10px) scale(.6943);animation:fall-122 12s -27s linear infinite}@keyframes fall-122{57.043%{transform:translate(9.8574vw,57.043vh) scale(.6943)}to{transform:translate(7.90555vw,99vh) scale(.6943)}}.snow:nth-child(123){opacity:.4716;transform:translate(59.0089vw,-10px) scale(.3956);animation:fall-123 26s -17s linear infinite}@keyframes fall-123{48.89%{transform:translate(63.3363vw,48.89vh) scale(.3956)}to{transform:translate(61.1726vw,99vh) scale(.3956)}}.snow:nth-child(124){opacity:1.8744;transform:translate(83.8004vw,-10px) scale(.4739);animation:fall-124 27s -2s linear infinite}@keyframes fall-124{69.295%{transform:translate(81.1718vw,69.295vh) scale(.4739)}to{transform:translate(82.4861vw,99vh) scale(.4739)}}.snow:nth-child(125){opacity:1.7706;transform:translate(8.8837vw,-10px) scale(.3716);animation:fall-125 15s -2s linear infinite}@keyframes fall-125{58.829%{transform:translate(16.453vw,58.829vh) scale(.3716)}to{transform:translate(12.66835vw,99vh) scale(.3716)}}.snow:nth-child(126){opacity:.6778;transform:translate(10.8736vw,-10px) scale(.9245);animation:fall-126 20s -6s linear infinite}@keyframes fall-126{77.847%{transform:translate(6.9317vw,77.847vh) scale(.9245)}to{transform:translate(8.90265vw,99vh) scale(.9245)}}.snow:nth-child(127){opacity:.943;transform:translate(25.4499vw,-10px) scale(.1888);animation:fall-127 20s -26s linear infinite}@keyframes fall-127{45.383%{transform:translate(19.2538vw,45.383vh) scale(.1888)}to{transform:translate(22.35185vw,99vh) scale(.1888)}}.snow:nth-child(128){opacity:1.6714;transform:translate(77.1126vw,-10px) scale(.7376);animation:fall-128 25s -30s linear infinite}@keyframes fall-128{73.31%{transform:translate(80.0228vw,73.31vh) scale(.7376)}to{transform:translate(78.5677vw,99vh) scale(.7376)}}.snow:nth-child(129){opacity:1.657;transform:translate(44.9277vw,-10px) scale(.7416);animation:fall-129 30s -18s linear infinite}@keyframes fall-129{37.951%{transform:translate(41.9984vw,37.951vh) scale(.7416)}to{transform:translate(43.46305vw,99vh) scale(.7416)}}.snow:nth-child(130){opacity:.9706;transform:translate(1.6547vw,-10px) scale(.1367);animation:fall-130 30s -3s linear infinite}@keyframes fall-130{49.898%{transform:translate(7.8478vw,49.898vh) scale(.1367)}to{transform:translate(4.75125vw,99vh) scale(.1367)}}.snow:nth-child(131){opacity:1.7288;transform:translate(77.5045vw,-10px) scale(.5104);animation:fall-131 25s -22s linear infinite}@keyframes fall-131{52.789%{transform:translate(81.5186vw,52.789vh) scale(.5104)}to{transform:translate(79.51155vw,99vh) scale(.5104)}}.snow:nth-child(132){opacity:1.0218;transform:translate(78.0482vw,-10px) scale(.7493);animation:fall-132 15s -4s linear infinite}@keyframes fall-132{37.445%{transform:translate(85.8843vw,37.445vh) scale(.7493)}to{transform:translate(81.96625vw,99vh) scale(.7493)}}.snow:nth-child(133){opacity:.7758;transform:translate(68.2929vw,-10px) scale(.1199);animation:fall-133 15s -9s linear infinite}@keyframes fall-133{76.03%{transform:translate(67.4461vw,76.03vh) scale(.1199)}to{transform:translate(67.8695vw,99vh) scale(.1199)}}.snow:nth-child(134){opacity:.9644;transform:translate(51.1941vw,-10px) scale(.2285);animation:fall-134 14s -9s linear infinite}@keyframes fall-134{53.837%{transform:translate(60.1294vw,53.837vh) scale(.2285)}to{transform:translate(55.66175vw,99vh) scale(.2285)}}.snow:nth-child(135){opacity:1.1012;transform:translate(55.4532vw,-10px) scale(.5688);animation:fall-135 25s -9s linear infinite}@keyframes fall-135{54.214%{transform:translate(57.2817vw,54.214vh) scale(.5688)}to{transform:translate(56.36745vw,99vh) scale(.5688)}}.snow:nth-child(136){opacity:1.9616;transform:translate(19.9282vw,-10px) scale(.8218);animation:fall-136 17s -24s linear infinite}@keyframes fall-136{53.113%{transform:translate(17.6919vw,53.113vh) scale(.8218)}to{transform:translate(18.81005vw,99vh) scale(.8218)}}.snow:nth-child(137){opacity:.8306;transform:translate(17.4639vw,-10px) scale(.921);animation:fall-137 24s -22s linear infinite}@keyframes fall-137{40.715%{transform:translate(8.7661vw,40.715vh) scale(.921)}to{transform:translate(13.115vw,99vh) scale(.921)}}.snow:nth-child(138){opacity:.5122;transform:translate(76.8506vw,-10px) scale(.4151);animation:fall-138 12s -5s linear infinite}@keyframes fall-138{57.458%{transform:translate(75.8225vw,57.458vh) scale(.4151)}to{transform:translate(76.33655vw,99vh) scale(.4151)}}.snow:nth-child(139){opacity:.1206;transform:translate(6.5008vw,-10px) scale(.9859);animation:fall-139 16s -28s linear infinite}@keyframes fall-139{66.41%{transform:translate(-1.6613vw,66.41vh) scale(.9859)}to{transform:translate(2.41975vw,99vh) scale(.9859)}}.snow:nth-child(140){opacity:.8946;transform:translate(35.9029vw,-10px) scale(.9522);animation:fall-140 25s -23s linear infinite}@keyframes fall-140{52.554%{transform:translate(26.6802vw,52.554vh) scale(.9522)}to{transform:translate(31.29155vw,99vh) scale(.9522)}}.snow:nth-child(141){opacity:1.6472;transform:translate(2.4875vw,-10px) scale(.7109);animation:fall-141 18s -25s linear infinite}@keyframes fall-141{55.01%{transform:translate(2.3585vw,55.01vh) scale(.7109)}to{transform:translate(2.423vw,99vh) scale(.7109)}}.snow:nth-child(142){opacity:1.1338;transform:translate(54.5464vw,-10px) scale(.3734);animation:fall-142 18s -8s linear infinite}@keyframes fall-142{32.117%{transform:translate(64.3996vw,32.117vh) scale(.3734)}to{transform:translate(59.473vw,99vh) scale(.3734)}}.snow:nth-child(143){opacity:1.2298;transform:translate(97.5486vw,-10px) scale(.527);animation:fall-143 29s -20s linear infinite}@keyframes fall-143{56.615%{transform:translate(90.2984vw,56.615vh) scale(.527)}to{transform:translate(93.9235vw,99vh) scale(.527)}}.snow:nth-child(144){opacity:1.6698;transform:translate(9.874vw,-10px) scale(.6015);animation:fall-144 29s -7s linear infinite}@keyframes fall-144{61.252%{transform:translate(13.1258vw,61.252vh) scale(.6015)}to{transform:translate(11.4999vw,99vh) scale(.6015)}}.snow:nth-child(145){opacity:1.612;transform:translate(56.3242vw,-10px) scale(.6117);animation:fall-145 11s -13s linear infinite}@keyframes fall-145{65.944%{transform:translate(62.7065vw,65.944vh) scale(.6117)}to{transform:translate(59.51535vw,99vh) scale(.6117)}}.snow:nth-child(146){opacity:1.072;transform:translate(34.5673vw,-10px) scale(.7365);animation:fall-146 21s -1s linear infinite}@keyframes fall-146{38.367%{transform:translate(25.0619vw,38.367vh) scale(.7365)}to{transform:translate(29.8146vw,99vh) scale(.7365)}}.snow:nth-child(147){opacity:1.4146;transform:translate(49.6229vw,-10px) scale(.2996);animation:fall-147 12s -27s linear infinite}@keyframes fall-147{58.104%{transform:translate(43.989vw,58.104vh) scale(.2996)}to{transform:translate(46.80595vw,99vh) scale(.2996)}}.snow:nth-child(148){opacity:1.488;transform:translate(22.9376vw,-10px) scale(.4074);animation:fall-148 17s -10s linear infinite}@keyframes fall-148{35.809%{transform:translate(21.2803vw,35.809vh) scale(.4074)}to{transform:translate(22.10895vw,99vh) scale(.4074)}}.snow:nth-child(149){opacity:.6544;transform:translate(99.9689vw,-10px) scale(.2806);animation:fall-149 21s -16s linear infinite}@keyframes fall-149{46.72%{transform:translate(100.8838vw,46.72vh) scale(.2806)}to{transform:translate(100.42635vw,99vh) scale(.2806)}}.snow:nth-child(150){opacity:.875;transform:translate(6.3663vw,-10px) scale(.0935);animation:fall-150 27s -24s linear infinite}@keyframes fall-150{49.52%{transform:translate(6.0272vw,49.52vh) scale(.0935)}to{transform:translate(6.19675vw,99vh) scale(.0935)}}.snow:nth-child(151){opacity:.5778;transform:translate(40.2217vw,-10px) scale(.1168);animation:fall-151 14s -6s linear infinite}@keyframes fall-151{41.775%{transform:translate(48.7905vw,41.775vh) scale(.1168)}to{transform:translate(44.5061vw,99vh) scale(.1168)}}.snow:nth-child(152){opacity:1.0666;transform:translate(50.6546vw,-10px) scale(.7015);animation:fall-152 15s -12s linear infinite}@keyframes fall-152{57.152%{transform:translate(46.0791vw,57.152vh) scale(.7015)}to{transform:translate(48.36685vw,99vh) scale(.7015)}}.snow:nth-child(153){opacity:1.0112;transform:translate(48.3365vw,-10px) scale(.7385);animation:fall-153 14s -20s linear infinite}@keyframes fall-153{46.241%{transform:translate(40.2555vw,46.241vh) scale(.7385)}to{transform:translate(44.296vw,99vh) scale(.7385)}}.snow:nth-child(154){opacity:1.9276;transform:translate(8.2916vw,-10px) scale(.9368);animation:fall-154 24s -3s linear infinite}@keyframes fall-154{30.142%{transform:translate(-1.3749vw,30.142vh) scale(.9368)}to{transform:translate(3.45835vw,99vh) scale(.9368)}}.snow:nth-child(155){opacity:1.3562;transform:translate(78.2893vw,-10px) scale(.7394);animation:fall-155 17s -27s linear infinite}@keyframes fall-155{31.507%{transform:translate(77.9999vw,31.507vh) scale(.7394)}to{transform:translate(78.1446vw,99vh) scale(.7394)}}.snow:nth-child(156){opacity:1.7406;transform:translate(88.9388vw,-10px) scale(.8134);animation:fall-156 10s -12s linear infinite}@keyframes fall-156{41.143%{transform:translate(88.0002vw,41.143vh) scale(.8134)}to{transform:translate(88.4695vw,99vh) scale(.8134)}}.snow:nth-child(157){opacity:1.9798;transform:translate(96.8312vw,-10px) scale(.2734);animation:fall-157 27s -26s linear infinite}@keyframes fall-157{76.02%{transform:translate(95.2984vw,76.02vh) scale(.2734)}to{transform:translate(96.0648vw,99vh) scale(.2734)}}.snow:nth-child(158){opacity:1.4414;transform:translate(32.3205vw,-10px) scale(.8656);animation:fall-158 13s -1s linear infinite}@keyframes fall-158{52.191%{transform:translate(30.0442vw,52.191vh) scale(.8656)}to{transform:translate(31.18235vw,99vh) scale(.8656)}}.snow:nth-child(159){opacity:1.481;transform:translate(40.218vw,-10px) scale(.5226);animation:fall-159 21s -9s linear infinite}@keyframes fall-159{72.601%{transform:translate(45.3118vw,72.601vh) scale(.5226)}to{transform:translate(42.7649vw,99vh) scale(.5226)}}.snow:nth-child(160){opacity:1.6146;transform:translate(34.1602vw,-10px) scale(.4562);animation:fall-160 17s -29s linear infinite}@keyframes fall-160{43.446%{transform:translate(27.2911vw,43.446vh) scale(.4562)}to{transform:translate(30.72565vw,99vh) scale(.4562)}}.snow:nth-child(161){opacity:.6186;transform:translate(15.0968vw,-10px) scale(.3401);animation:fall-161 22s -15s linear infinite}@keyframes fall-161{72.517%{transform:translate(10.3478vw,72.517vh) scale(.3401)}to{transform:translate(12.7223vw,99vh) scale(.3401)}}.snow:nth-child(162){opacity:1.5986;transform:translate(64.8569vw,-10px) scale(.114);animation:fall-162 14s -21s linear infinite}@keyframes fall-162{46.212%{transform:translate(68.5577vw,46.212vh) scale(.114)}to{transform:translate(66.7073vw,99vh) scale(.114)}}.snow:nth-child(163){opacity:1.4592;transform:translate(84.9927vw,-10px) scale(.8037);animation:fall-163 21s -25s linear infinite}@keyframes fall-163{43.315%{transform:translate(87.7044vw,43.315vh) scale(.8037)}to{transform:translate(86.34855vw,99vh) scale(.8037)}}.snow:nth-child(164){opacity:.7968;transform:translate(88.7499vw,-10px) scale(.1102);animation:fall-164 22s -7s linear infinite}@keyframes fall-164{66.466%{transform:translate(87.2593vw,66.466vh) scale(.1102)}to{transform:translate(88.0046vw,99vh) scale(.1102)}}.snow:nth-child(165){opacity:.9266;transform:translate(2.4332vw,-10px) scale(.6595);animation:fall-165 14s -23s linear infinite}@keyframes fall-165{54.251%{transform:translate(1.3457vw,54.251vh) scale(.6595)}to{transform:translate(1.88945vw,99vh) scale(.6595)}}.snow:nth-child(166){opacity:1.6926;transform:translate(10.0073vw,-10px) scale(.009);animation:fall-166 23s -2s linear infinite}@keyframes fall-166{68.5%{transform:translate(4.1643vw,68.5vh) scale(.009)}to{transform:translate(7.0858vw,99vh) scale(.009)}}.snow:nth-child(167){opacity:.9352;transform:translate(37.0207vw,-10px) scale(.7489);animation:fall-167 17s -18s linear infinite}@keyframes fall-167{67.275%{transform:translate(33.0023vw,67.275vh) scale(.7489)}to{transform:translate(35.0115vw,99vh) scale(.7489)}}.snow:nth-child(168){opacity:.6002;transform:translate(8.7044vw,-10px) scale(.6414);animation:fall-168 17s -23s linear infinite}@keyframes fall-168{47.127%{transform:translate(15.1271vw,47.127vh) scale(.6414)}to{transform:translate(11.91575vw,99vh) scale(.6414)}}.snow:nth-child(169){opacity:1.0904;transform:translate(43.5939vw,-10px) scale(.4544);animation:fall-169 22s -24s linear infinite}@keyframes fall-169{77.269%{transform:translate(41.454vw,77.269vh) scale(.4544)}to{transform:translate(42.52395vw,99vh) scale(.4544)}}.snow:nth-child(170){opacity:.6088;transform:translate(83.7012vw,-10px) scale(.6567);animation:fall-170 24s -12s linear infinite}@keyframes fall-170{64.832%{transform:translate(74.9236vw,64.832vh) scale(.6567)}to{transform:translate(79.3124vw,99vh) scale(.6567)}}.snow:nth-child(171){opacity:.3986;transform:translate(1.9347vw,-10px) scale(.598);animation:fall-171 20s -7s linear infinite}@keyframes fall-171{68.212%{transform:translate(-2.1867vw,68.212vh) scale(.598)}to{transform:translate(-.126vw,99vh) scale(.598)}}.snow:nth-child(172){opacity:1.0104;transform:translate(10.8053vw,-10px) scale(.0837);animation:fall-172 25s -4s linear infinite}@keyframes fall-172{39.471%{transform:translate(14.3772vw,39.471vh) scale(.0837)}to{transform:translate(12.59125vw,99vh) scale(.0837)}}.snow:nth-child(173){opacity:.685;transform:translate(28.9389vw,-10px) scale(.3479);animation:fall-173 21s -20s linear infinite}@keyframes fall-173{73.035%{transform:translate(31.6331vw,73.035vh) scale(.3479)}to{transform:translate(30.286vw,99vh) scale(.3479)}}.snow:nth-child(174){opacity:.276;transform:translate(64.5248vw,-10px) scale(.215);animation:fall-174 22s -5s linear infinite}@keyframes fall-174{56.509%{transform:translate(59.9866vw,56.509vh) scale(.215)}to{transform:translate(62.2557vw,99vh) scale(.215)}}.snow:nth-child(175){opacity:1.4124;transform:translate(68.6305vw,-10px) scale(.6957);animation:fall-175 29s -29s linear infinite}@keyframes fall-175{53.633%{transform:translate(78.1864vw,53.633vh) scale(.6957)}to{transform:translate(73.40845vw,99vh) scale(.6957)}}.snow:nth-child(176){opacity:1.3886;transform:translate(98.844vw,-10px) scale(.9812);animation:fall-176 23s -26s linear infinite}@keyframes fall-176{46.318%{transform:translate(103.8703vw,46.318vh) scale(.9812)}to{transform:translate(101.35715vw,99vh) scale(.9812)}}.snow:nth-child(177){opacity:1.0688;transform:translate(71.2435vw,-10px) scale(.893);animation:fall-177 29s -16s linear infinite}@keyframes fall-177{30.886%{transform:translate(75.4261vw,30.886vh) scale(.893)}to{transform:translate(73.3348vw,99vh) scale(.893)}}.snow:nth-child(178){opacity:1.5188;transform:translate(21.9534vw,-10px) scale(.9588);animation:fall-178 16s -24s linear infinite}@keyframes fall-178{56.566%{transform:translate(12.8577vw,56.566vh) scale(.9588)}to{transform:translate(17.40555vw,99vh) scale(.9588)}}.snow:nth-child(179){opacity:.4226;transform:translate(63.5426vw,-10px) scale(.8937);animation:fall-179 19s -27s linear infinite}@keyframes fall-179{65.993%{transform:translate(55.1436vw,65.993vh) scale(.8937)}to{transform:translate(59.3431vw,99vh) scale(.8937)}}.snow:nth-child(180){opacity:.3452;transform:translate(20.4353vw,-10px) scale(.3882);animation:fall-180 16s -3s linear infinite}@keyframes fall-180{65.924%{transform:translate(11.9827vw,65.924vh) scale(.3882)}to{transform:translate(16.209vw,99vh) scale(.3882)}}.snow:nth-child(181){opacity:.4594;transform:translate(9.5211vw,-10px) scale(.8956);animation:fall-181 19s -29s linear infinite}@keyframes fall-181{53.08%{transform:translate(5.1423vw,53.08vh) scale(.8956)}to{transform:translate(7.3317vw,99vh) scale(.8956)}}.snow:nth-child(182){opacity:.283;transform:translate(80.7529vw,-10px) scale(.1859);animation:fall-182 11s -14s linear infinite}@keyframes fall-182{33.397%{transform:translate(80.6114vw,33.397vh) scale(.1859)}to{transform:translate(80.68215vw,99vh) scale(.1859)}}.snow:nth-child(183){opacity:.1168;transform:translate(86.1558vw,-10px) scale(.3332);animation:fall-183 13s -24s linear infinite}@keyframes fall-183{30.565%{transform:translate(89.9547vw,30.565vh) scale(.3332)}to{transform:translate(88.05525vw,99vh) scale(.3332)}}.snow:nth-child(184){opacity:.303;transform:translate(74.1842vw,-10px) scale(.4608);animation:fall-184 14s -29s linear infinite}@keyframes fall-184{71.371%{transform:translate(82.3451vw,71.371vh) scale(.4608)}to{transform:translate(78.26465vw,99vh) scale(.4608)}}.snow:nth-child(185){opacity:1.5536;transform:translate(50.4153vw,-10px) scale(.0378);animation:fall-185 20s -15s linear infinite}@keyframes fall-185{40.395%{transform:translate(51.6396vw,40.395vh) scale(.0378)}to{transform:translate(51.02745vw,99vh) scale(.0378)}}.snow:nth-child(186){opacity:.2536;transform:translate(38.9817vw,-10px) scale(.1111);animation:fall-186 28s -7s linear infinite}@keyframes fall-186{32.386%{transform:translate(45.0326vw,32.386vh) scale(.1111)}to{transform:translate(42.00715vw,99vh) scale(.1111)}}.snow:nth-child(187){opacity:1.4736;transform:translate(64.0678vw,-10px) scale(.251);animation:fall-187 23s -29s linear infinite}@keyframes fall-187{67.724%{transform:translate(60.4904vw,67.724vh) scale(.251)}to{transform:translate(62.2791vw,99vh) scale(.251)}}.snow:nth-child(188){opacity:1.2636;transform:translate(8.1679vw,-10px) scale(.9383);animation:fall-188 20s -26s linear infinite}@keyframes fall-188{41.564%{transform:translate(-.6823vw,41.564vh) scale(.9383)}to{transform:translate(3.7428vw,99vh) scale(.9383)}}.snow:nth-child(189){opacity:.2482;transform:translate(28.4301vw,-10px) scale(.3968);animation:fall-189 12s -20s linear infinite}@keyframes fall-189{51.731%{transform:translate(27.6771vw,51.731vh) scale(.3968)}to{transform:translate(28.0536vw,99vh) scale(.3968)}}.snow:nth-child(190){opacity:.4252;transform:translate(37.3032vw,-10px) scale(.9253);animation:fall-190 21s -13s linear infinite}@keyframes fall-190{59.029%{transform:translate(31.7365vw,59.029vh) scale(.9253)}to{transform:translate(34.51985vw,99vh) scale(.9253)}}.snow:nth-child(191){opacity:1.6932;transform:translate(98.5934vw,-10px) scale(.1544);animation:fall-191 20s -27s linear infinite}@keyframes fall-191{69.675%{transform:translate(102.7935vw,69.675vh) scale(.1544)}to{transform:translate(100.69345vw,99vh) scale(.1544)}}.snow:nth-child(192){opacity:.5014;transform:translate(87.7754vw,-10px) scale(.6641);animation:fall-192 10s -2s linear infinite}@keyframes fall-192{31.96%{transform:translate(86.4197vw,31.96vh) scale(.6641)}to{transform:translate(87.09755vw,99vh) scale(.6641)}}.snow:nth-child(193){opacity:1.9426;transform:translate(8.9143vw,-10px) scale(.6925);animation:fall-193 13s -5s linear infinite}@keyframes fall-193{32.804%{transform:translate(9.8798vw,32.804vh) scale(.6925)}to{transform:translate(9.39705vw,99vh) scale(.6925)}}.snow:nth-child(194){opacity:.9316;transform:translate(62.1228vw,-10px) scale(.5863);animation:fall-194 17s -2s linear infinite}@keyframes fall-194{62.563%{transform:translate(60.6899vw,62.563vh) scale(.5863)}to{transform:translate(61.40635vw,99vh) scale(.5863)}}.snow:nth-child(195){opacity:1.0726;transform:translate(78.8905vw,-10px) scale(.6794);animation:fall-195 29s -25s linear infinite}@keyframes fall-195{58.646%{transform:translate(86.6476vw,58.646vh) scale(.6794)}to{transform:translate(82.76905vw,99vh) scale(.6794)}}.snow:nth-child(196){opacity:.2084;transform:translate(85.8227vw,-10px) scale(.2674);animation:fall-196 25s -22s linear infinite}@keyframes fall-196{62.512%{transform:translate(82.4179vw,62.512vh) scale(.2674)}to{transform:translate(84.1203vw,99vh) scale(.2674)}}.snow:nth-child(197){opacity:.0566;transform:translate(53.961vw,-10px) scale(.9249);animation:fall-197 21s -17s linear infinite}@keyframes fall-197{44.303%{transform:translate(58.582vw,44.303vh) scale(.9249)}to{transform:translate(56.2715vw,99vh) scale(.9249)}}.snow:nth-child(198){opacity:.7294;transform:translate(81.2852vw,-10px) scale(.3206);animation:fall-198 25s -11s linear infinite}@keyframes fall-198{32.3%{transform:translate(86.5646vw,32.3vh) scale(.3206)}to{transform:translate(83.9249vw,99vh) scale(.3206)}}.snow:nth-child(199){opacity:.92;transform:translate(37.407vw,-10px) scale(.2981);animation:fall-199 21s -11s linear infinite}@keyframes fall-199{56.171%{transform:translate(43.1809vw,56.171vh) scale(.2981)}to{transform:translate(40.29395vw,99vh) scale(.2981)}}.snow:nth-child(200){opacity:.3516;transform:translate(11.4127vw,-10px) scale(.1159);animation:fall-200 16s -30s linear infinite}@keyframes fall-200{42.419%{transform:translate(4.4314vw,42.419vh) scale(.1159)}to{transform:translate(7.92205vw,99vh) scale(.1159)}}.snow:nth-child(201){opacity:.2078;transform:translate(26.2999vw,-10px) scale(.6698);animation:fall-201 16s -26s linear infinite}@keyframes fall-201{70.647%{transform:translate(30.9052vw,70.647vh) scale(.6698)}to{transform:translate(28.60255vw,99vh) scale(.6698)}}.snow:nth-child(202){opacity:.4166;transform:translate(35.8817vw,-10px) scale(.4758);animation:fall-202 27s -29s linear infinite}@keyframes fall-202{54.439%{transform:translate(37.7077vw,54.439vh) scale(.4758)}to{transform:translate(36.7947vw,99vh) scale(.4758)}}.snow:nth-child(203){opacity:1.183;transform:translate(63.2155vw,-10px) scale(.9497);animation:fall-203 30s -18s linear infinite}@keyframes fall-203{34.284%{transform:translate(67.524vw,34.284vh) scale(.9497)}to{transform:translate(65.36975vw,99vh) scale(.9497)}}.snow:nth-child(204){opacity:.693;transform:translate(5.6907vw,-10px) scale(.7476);animation:fall-204 24s -10s linear infinite}@keyframes fall-204{79.362%{transform:translate(10.754vw,79.362vh) scale(.7476)}to{transform:translate(8.22235vw,99vh) scale(.7476)}}.snow:nth-child(205){opacity:.706;transform:translate(.5816vw,-10px) scale(.8823);animation:fall-205 15s -17s linear infinite}@keyframes fall-205{68.372%{transform:translate(2.2366vw,68.372vh) scale(.8823)}to{transform:translate(1.4091vw,99vh) scale(.8823)}}.snow:nth-child(206){opacity:.8462;transform:translate(48.6014vw,-10px) scale(.0091);animation:fall-206 24s -22s linear infinite}@keyframes fall-206{78.07%{transform:translate(56.8581vw,78.07vh) scale(.0091)}to{transform:translate(52.72975vw,99vh) scale(.0091)}}.snow:nth-child(207){opacity:1.8286;transform:translate(45.9632vw,-10px) scale(.5526);animation:fall-207 15s -19s linear infinite}@keyframes fall-207{76.583%{transform:translate(52.9073vw,76.583vh) scale(.5526)}to{transform:translate(49.43525vw,99vh) scale(.5526)}}.snow:nth-child(208){opacity:.7368;transform:translate(61.8468vw,-10px) scale(.1265);animation:fall-208 14s -2s linear infinite}@keyframes fall-208{32.016%{transform:translate(70.2409vw,32.016vh) scale(.1265)}to{transform:translate(66.04385vw,99vh) scale(.1265)}}.snow:nth-child(209){opacity:1.0822;transform:translate(41.5517vw,-10px) scale(.5819);animation:fall-209 25s -20s linear infinite}@keyframes fall-209{59.677%{transform:translate(50.4519vw,59.677vh) scale(.5819)}to{transform:translate(46.0018vw,99vh) scale(.5819)}}.snow:nth-child(210){opacity:.0514;transform:translate(80.7841vw,-10px) scale(.045);animation:fall-210 10s -14s linear infinite}@keyframes fall-210{49.909%{transform:translate(86.4035vw,49.909vh) scale(.045)}to{transform:translate(83.5938vw,99vh) scale(.045)}}.snow:nth-child(211){opacity:.7298;transform:translate(23.3054vw,-10px) scale(.3827);animation:fall-211 29s -26s linear infinite}@keyframes fall-211{51.795%{transform:translate(19.5223vw,51.795vh) scale(.3827)}to{transform:translate(21.41385vw,99vh) scale(.3827)}}.snow:nth-child(212){opacity:.1916;transform:translate(6.9739vw,-10px) scale(.0427);animation:fall-212 25s -29s linear infinite}@keyframes fall-212{46.061%{transform:translate(13.7478vw,46.061vh) scale(.0427)}to{transform:translate(10.36085vw,99vh) scale(.0427)}}.snow:nth-child(213){opacity:1.9818;transform:translate(28.3514vw,-10px) scale(.4881);animation:fall-213 10s -15s linear infinite}@keyframes fall-213{74.663%{transform:translate(22.4937vw,74.663vh) scale(.4881)}to{transform:translate(25.42255vw,99vh) scale(.4881)}}.snow:nth-child(214){opacity:1.5558;transform:translate(76.7175vw,-10px) scale(.9035);animation:fall-214 23s -24s linear infinite}@keyframes fall-214{77.913%{transform:translate(71.9957vw,77.913vh) scale(.9035)}to{transform:translate(74.3566vw,99vh) scale(.9035)}}.snow:nth-child(215){opacity:1.0422;transform:translate(6.0615vw,-10px) scale(.7871);animation:fall-215 25s -24s linear infinite}@keyframes fall-215{78.695%{transform:translate(15.9948vw,78.695vh) scale(.7871)}to{transform:translate(11.02815vw,99vh) scale(.7871)}}.snow:nth-child(216){opacity:1.5426;transform:translate(51.2961vw,-10px) scale(.6122);animation:fall-216 21s -4s linear infinite}@keyframes fall-216{68.878%{transform:translate(57.8517vw,68.878vh) scale(.6122)}to{transform:translate(54.5739vw,99vh) scale(.6122)}}.snow:nth-child(217){opacity:1.946;transform:translate(60.2047vw,-10px) scale(.3536);animation:fall-217 18s -6s linear infinite}@keyframes fall-217{46.263%{transform:translate(63.6328vw,46.263vh) scale(.3536)}to{transform:translate(61.91875vw,99vh) scale(.3536)}}.snow:nth-child(218){opacity:1.0656;transform:translate(20.7779vw,-10px) scale(.5342);animation:fall-218 27s -13s linear infinite}@keyframes fall-218{62.086%{transform:translate(14.6524vw,62.086vh) scale(.5342)}to{transform:translate(17.71515vw,99vh) scale(.5342)}}.snow:nth-child(219){opacity:.245;transform:translate(30.4271vw,-10px) scale(.174);animation:fall-219 15s -25s linear infinite}@keyframes fall-219{40.771%{transform:translate(31.4159vw,40.771vh) scale(.174)}to{transform:translate(30.9215vw,99vh) scale(.174)}}.snow:nth-child(220){opacity:.6788;transform:translate(71.5353vw,-10px) scale(.7188);animation:fall-220 23s -26s linear infinite}@keyframes fall-220{44.321%{transform:translate(78.5791vw,44.321vh) scale(.7188)}to{transform:translate(75.0572vw,99vh) scale(.7188)}}.snow:nth-child(221){opacity:1.79;transform:translate(9.4754vw,-10px) scale(.6085);animation:fall-221 17s -27s linear infinite}@keyframes fall-221{67.291%{transform:translate(2.6997vw,67.291vh) scale(.6085)}to{transform:translate(6.08755vw,99vh) scale(.6085)}}.snow:nth-child(222){opacity:.0156;transform:translate(46.2128vw,-10px) scale(.3679);animation:fall-222 17s -10s linear infinite}@keyframes fall-222{53.638%{transform:translate(52.7666vw,53.638vh) scale(.3679)}to{transform:translate(49.4897vw,99vh) scale(.3679)}}.snow:nth-child(223){opacity:.3294;transform:translate(45.3025vw,-10px) scale(.5607);animation:fall-223 14s -5s linear infinite}@keyframes fall-223{48.245%{transform:translate(39.5377vw,48.245vh) scale(.5607)}to{transform:translate(42.4201vw,99vh) scale(.5607)}}.snow:nth-child(224){opacity:.3294;transform:translate(56.139vw,-10px) scale(.8482);animation:fall-224 22s -19s linear infinite}@keyframes fall-224{55.094%{transform:translate(50.9088vw,55.094vh) scale(.8482)}to{transform:translate(53.5239vw,99vh) scale(.8482)}}.snow:nth-child(225){opacity:1.9102;transform:translate(81.0051vw,-10px) scale(.9335);animation:fall-225 16s -30s linear infinite}@keyframes fall-225{31.615%{transform:translate(88.8157vw,31.615vh) scale(.9335)}to{transform:translate(84.9104vw,99vh) scale(.9335)}}.snow:nth-child(226){opacity:.6786;transform:translate(27.7716vw,-10px) scale(.9883);animation:fall-226 16s -29s linear infinite}@keyframes fall-226{44.503%{transform:translate(29.6882vw,44.503vh) scale(.9883)}to{transform:translate(28.7299vw,99vh) scale(.9883)}}.snow:nth-child(227){opacity:1.2746;transform:translate(73.3032vw,-10px) scale(.8186);animation:fall-227 30s -13s linear infinite}@keyframes fall-227{57.24%{transform:translate(71.1836vw,57.24vh) scale(.8186)}to{transform:translate(72.2434vw,99vh) scale(.8186)}}.snow:nth-child(228){opacity:.9798;transform:translate(68.1875vw,-10px) scale(.6425);animation:fall-228 21s -8s linear infinite}@keyframes fall-228{51.864%{transform:translate(59.9506vw,51.864vh) scale(.6425)}to{transform:translate(64.06905vw,99vh) scale(.6425)}}.snow:nth-child(229){opacity:1.1696;transform:translate(89.5381vw,-10px) scale(.862);animation:fall-229 10s -10s linear infinite}@keyframes fall-229{45.044%{transform:translate(82.1794vw,45.044vh) scale(.862)}to{transform:translate(85.85875vw,99vh) scale(.862)}}.snow:nth-child(230){opacity:.9066;transform:translate(44.7309vw,-10px) scale(.053);animation:fall-230 10s -18s linear infinite}@keyframes fall-230{54.793%{transform:translate(36.5655vw,54.793vh) scale(.053)}to{transform:translate(40.6482vw,99vh) scale(.053)}}.snow:nth-child(231){opacity:.7228;transform:translate(87.1327vw,-10px) scale(.0502);animation:fall-231 18s -13s linear infinite}@keyframes fall-231{36.053%{transform:translate(89.9394vw,36.053vh) scale(.0502)}to{transform:translate(88.53605vw,99vh) scale(.0502)}}.snow:nth-child(232){opacity:1.2288;transform:translate(3.8286vw,-10px) scale(.3306);animation:fall-232 25s -25s linear infinite}@keyframes fall-232{60.261%{transform:translate(6.87vw,60.261vh) scale(.3306)}to{transform:translate(5.3493vw,99vh) scale(.3306)}}.snow:nth-child(233){opacity:.6624;transform:translate(50.8903vw,-10px) scale(.0311);animation:fall-233 12s -20s linear infinite}@keyframes fall-233{47.312%{transform:translate(58.9364vw,47.312vh) scale(.0311)}to{transform:translate(54.91335vw,99vh) scale(.0311)}}.snow:nth-child(234){opacity:1.9872;transform:translate(18.483vw,-10px) scale(.358);animation:fall-234 27s -11s linear infinite}@keyframes fall-234{65.625%{transform:translate(26.195vw,65.625vh) scale(.358)}to{transform:translate(22.339vw,99vh) scale(.358)}}.snow:nth-child(235){opacity:.1418;transform:translate(29.0975vw,-10px) scale(.9122);animation:fall-235 18s -11s linear infinite}@keyframes fall-235{41.275%{transform:translate(21.9861vw,41.275vh) scale(.9122)}to{transform:translate(25.5418vw,99vh) scale(.9122)}}.snow:nth-child(236){opacity:1.4698;transform:translate(55.9798vw,-10px) scale(.5163);animation:fall-236 18s -27s linear infinite}@keyframes fall-236{61.347%{transform:translate(55.5511vw,61.347vh) scale(.5163)}to{transform:translate(55.76545vw,99vh) scale(.5163)}}.snow:nth-child(237){opacity:1.7554;transform:translate(84.5016vw,-10px) scale(.2923);animation:fall-237 15s -12s linear infinite}@keyframes fall-237{31.717%{transform:translate(90.7662vw,31.717vh) scale(.2923)}to{transform:translate(87.6339vw,99vh) scale(.2923)}}.snow:nth-child(238){opacity:.0138;transform:translate(62.9575vw,-10px) scale(.2323);animation:fall-238 24s -29s linear infinite}@keyframes fall-238{72.532%{transform:translate(63.659vw,72.532vh) scale(.2323)}to{transform:translate(63.30825vw,99vh) scale(.2323)}}.snow:nth-child(239){opacity:.3526;transform:translate(57.8299vw,-10px) scale(.0592);animation:fall-239 20s -8s linear infinite}@keyframes fall-239{53.492%{transform:translate(65.2731vw,53.492vh) scale(.0592)}to{transform:translate(61.5515vw,99vh) scale(.0592)}}.snow:nth-child(240){opacity:1.5966;transform:translate(26.584vw,-10px) scale(.7631);animation:fall-240 27s -16s linear infinite}@keyframes fall-240{54.725%{transform:translate(16.8136vw,54.725vh) scale(.7631)}to{transform:translate(21.6988vw,99vh) scale(.7631)}}.snow:nth-child(241){opacity:.9656;transform:translate(89.7273vw,-10px) scale(.1452);animation:fall-241 16s -15s linear infinite}@keyframes fall-241{59.856%{transform:translate(97.5009vw,59.856vh) scale(.1452)}to{transform:translate(93.6141vw,99vh) scale(.1452)}}.snow:nth-child(242){opacity:.9562;transform:translate(77.1507vw,-10px) scale(.5293);animation:fall-242 23s -4s linear infinite}@keyframes fall-242{52.785%{transform:translate(74.0754vw,52.785vh) scale(.5293)}to{transform:translate(75.61305vw,99vh) scale(.5293)}}.snow:nth-child(243){opacity:.74;transform:translate(83.2742vw,-10px) scale(.1085);animation:fall-243 23s -25s linear infinite}@keyframes fall-243{74.301%{transform:translate(81.6506vw,74.301vh) scale(.1085)}to{transform:translate(82.4624vw,99vh) scale(.1085)}}.snow:nth-child(244){opacity:1.487;transform:translate(72.9935vw,-10px) scale(.5518);animation:fall-244 13s -7s linear infinite}@keyframes fall-244{65.327%{transform:translate(67.5265vw,65.327vh) scale(.5518)}to{transform:translate(70.26vw,99vh) scale(.5518)}}.snow:nth-child(245){opacity:1.1424;transform:translate(69.0955vw,-10px) scale(.8028);animation:fall-245 16s -26s linear infinite}@keyframes fall-245{56.676%{transform:translate(72.1991vw,56.676vh) scale(.8028)}to{transform:translate(70.6473vw,99vh) scale(.8028)}}.snow:nth-child(246){opacity:.8684;transform:translate(68.9253vw,-10px) scale(.519);animation:fall-246 27s -10s linear infinite}@keyframes fall-246{61.161%{transform:translate(76.2488vw,61.161vh) scale(.519)}to{transform:translate(72.58705vw,99vh) scale(.519)}}.snow:nth-child(247){opacity:.7274;transform:translate(8.0247vw,-10px) scale(.9873);animation:fall-247 11s -7s linear infinite}@keyframes fall-247{76.371%{transform:translate(15.5083vw,76.371vh) scale(.9873)}to{transform:translate(11.7665vw,99vh) scale(.9873)}}.snow:nth-child(248){opacity:.6986;transform:translate(2.781vw,-10px) scale(.0674);animation:fall-248 25s -14s linear infinite}@keyframes fall-248{69.766%{transform:translate(-5.6387vw,69.766vh) scale(.0674)}to{transform:translate(-1.42885vw,99vh) scale(.0674)}}.snow:nth-child(249){opacity:1.1876;transform:translate(31.8364vw,-10px) scale(.3721);animation:fall-249 12s -15s linear infinite}@keyframes fall-249{54.375%{transform:translate(24.0889vw,54.375vh) scale(.3721)}to{transform:translate(27.96265vw,99vh) scale(.3721)}}.snow:nth-child(250){opacity:1.2238;transform:translate(26.2654vw,-10px) scale(.9117);animation:fall-250 21s -7s linear infinite}@keyframes fall-250{40.99%{transform:translate(24.5784vw,40.99vh) scale(.9117)}to{transform:translate(25.4219vw,99vh) scale(.9117)}}.snow:nth-child(251){opacity:1.7376;transform:translate(89.5223vw,-10px) scale(.6971);animation:fall-251 17s -26s linear infinite}@keyframes fall-251{33.737%{transform:translate(80.4645vw,33.737vh) scale(.6971)}to{transform:translate(84.9934vw,99vh) scale(.6971)}}.snow:nth-child(252){opacity:.6644;transform:translate(37.1095vw,-10px) scale(.226);animation:fall-252 19s -8s linear infinite}@keyframes fall-252{77.643%{transform:translate(42.0404vw,77.643vh) scale(.226)}to{transform:translate(39.57495vw,99vh) scale(.226)}}.snow:nth-child(253){opacity:.1812;transform:translate(35.641vw,-10px) scale(.7548);animation:fall-253 28s -30s linear infinite}@keyframes fall-253{74.029%{transform:translate(30.0209vw,74.029vh) scale(.7548)}to{transform:translate(32.83095vw,99vh) scale(.7548)}}.snow:nth-child(254){opacity:.8556;transform:translate(11.768vw,-10px) scale(.6864);animation:fall-254 21s -22s linear infinite}@keyframes fall-254{36.863%{transform:translate(4.0865vw,36.863vh) scale(.6864)}to{transform:translate(7.92725vw,99vh) scale(.6864)}}.snow:nth-child(255){opacity:.6864;transform:translate(58.2381vw,-10px) scale(.4473);animation:fall-255 12s -19s linear infinite}@keyframes fall-255{62.98%{transform:translate(57.9958vw,62.98vh) scale(.4473)}to{transform:translate(58.11695vw,99vh) scale(.4473)}}.snow:nth-child(256){opacity:.889;transform:translate(18.0095vw,-10px) scale(.9654);animation:fall-256 30s -30s linear infinite}@keyframes fall-256{55.437%{transform:translate(12.1188vw,55.437vh) scale(.9654)}to{transform:translate(15.06415vw,99vh) scale(.9654)}}.snow:nth-child(257){opacity:.491;transform:translate(64.2952vw,-10px) scale(.8117);animation:fall-257 22s -9s linear infinite}@keyframes fall-257{45.186%{transform:translate(58.9959vw,45.186vh) scale(.8117)}to{transform:translate(61.64555vw,99vh) scale(.8117)}}.snow:nth-child(258){opacity:.604;transform:translate(55.1867vw,-10px) scale(.669);animation:fall-258 18s -30s linear infinite}@keyframes fall-258{42.737%{transform:translate(62.1957vw,42.737vh) scale(.669)}to{transform:translate(58.6912vw,99vh) scale(.669)}}.snow:nth-child(259){opacity:1.2788;transform:translate(24.1548vw,-10px) scale(.5017);animation:fall-259 22s -28s linear infinite}@keyframes fall-259{58.269%{transform:translate(27.5111vw,58.269vh) scale(.5017)}to{transform:translate(25.83295vw,99vh) scale(.5017)}}.snow:nth-child(260){opacity:.4964;transform:translate(76.8961vw,-10px) scale(.9122);animation:fall-260 20s -29s linear infinite}@keyframes fall-260{58.791%{transform:translate(84.4908vw,58.791vh) scale(.9122)}to{transform:translate(80.69345vw,99vh) scale(.9122)}}.snow:nth-child(261){opacity:.2732;transform:translate(9.5023vw,-10px) scale(.0772);animation:fall-261 23s -22s linear infinite}@keyframes fall-261{70.179%{transform:translate(9.3085vw,70.179vh) scale(.0772)}to{transform:translate(9.4054vw,99vh) scale(.0772)}}.snow:nth-child(262){opacity:1.7024;transform:translate(71.2969vw,-10px) scale(.4495);animation:fall-262 25s -28s linear infinite}@keyframes fall-262{41.748%{transform:translate(74.3512vw,41.748vh) scale(.4495)}to{transform:translate(72.82405vw,99vh) scale(.4495)}}.snow:nth-child(263){opacity:.1726;transform:translate(89.3867vw,-10px) scale(.6054);animation:fall-263 17s -6s linear infinite}@keyframes fall-263{30.361%{transform:translate(88.5836vw,30.361vh) scale(.6054)}to{transform:translate(88.98515vw,99vh) scale(.6054)}}.snow:nth-child(264){opacity:.2436;transform:translate(21.2574vw,-10px) scale(.0616);animation:fall-264 24s -12s linear infinite}@keyframes fall-264{74.726%{transform:translate(20.2421vw,74.726vh) scale(.0616)}to{transform:translate(20.74975vw,99vh) scale(.0616)}}.snow:nth-child(265){opacity:1.7268;transform:translate(14.5159vw,-10px) scale(.0021);animation:fall-265 21s -8s linear infinite}@keyframes fall-265{69.015%{transform:translate(8.9289vw,69.015vh) scale(.0021)}to{transform:translate(11.7224vw,99vh) scale(.0021)}}.snow:nth-child(266){opacity:.6012;transform:translate(17.0881vw,-10px) scale(.5287);animation:fall-266 17s -14s linear infinite}@keyframes fall-266{74.463%{transform:translate(23.0544vw,74.463vh) scale(.5287)}to{transform:translate(20.07125vw,99vh) scale(.5287)}}.snow:nth-child(267){opacity:1.6048;transform:translate(40.1424vw,-10px) scale(.6164);animation:fall-267 20s -1s linear infinite}@keyframes fall-267{68.959%{transform:translate(34.3307vw,68.959vh) scale(.6164)}to{transform:translate(37.23655vw,99vh) scale(.6164)}}.snow:nth-child(268){opacity:1.7448;transform:translate(58.7426vw,-10px) scale(.9108);animation:fall-268 21s -5s linear infinite}@keyframes fall-268{44.358%{transform:translate(64.3822vw,44.358vh) scale(.9108)}to{transform:translate(61.5624vw,99vh) scale(.9108)}}.snow:nth-child(269){opacity:1.1406;transform:translate(70.132vw,-10px) scale(.522);animation:fall-269 10s -12s linear infinite}@keyframes fall-269{33.478%{transform:translate(76.9703vw,33.478vh) scale(.522)}to{transform:translate(73.55115vw,99vh) scale(.522)}}.snow:nth-child(270){opacity:1.4334;transform:translate(3.4792vw,-10px) scale(.942);animation:fall-270 26s -24s linear infinite}@keyframes fall-270{73.986%{transform:translate(5.909vw,73.986vh) scale(.942)}to{transform:translate(4.6941vw,99vh) scale(.942)}}.snow:nth-child(271){opacity:.8244;transform:translate(91.6737vw,-10px) scale(.2552);animation:fall-271 23s -17s linear infinite}@keyframes fall-271{69.138%{transform:translate(101.5006vw,69.138vh) scale(.2552)}to{transform:translate(96.58715vw,99vh) scale(.2552)}}.snow:nth-child(272){opacity:.7112;transform:translate(50.0155vw,-10px) scale(.2096);animation:fall-272 22s -19s linear infinite}@keyframes fall-272{40.235%{transform:translate(45.0328vw,40.235vh) scale(.2096)}to{transform:translate(47.52415vw,99vh) scale(.2096)}}.snow:nth-child(273){opacity:1.7012;transform:translate(37.2173vw,-10px) scale(.2879);animation:fall-273 19s -1s linear infinite}@keyframes fall-273{66.094%{transform:translate(36.5669vw,66.094vh) scale(.2879)}to{transform:translate(36.8921vw,99vh) scale(.2879)}}.snow:nth-child(274){opacity:1.367;transform:translate(39.4281vw,-10px) scale(.0063);animation:fall-274 10s -26s linear infinite}@keyframes fall-274{34.617%{transform:translate(46.2995vw,34.617vh) scale(.0063)}to{transform:translate(42.8638vw,99vh) scale(.0063)}}.snow:nth-child(275){opacity:1.6244;transform:translate(10.5508vw,-10px) scale(.2636);animation:fall-275 16s -24s linear infinite}@keyframes fall-275{77.934%{transform:translate(17.5284vw,77.934vh) scale(.2636)}to{transform:translate(14.0396vw,99vh) scale(.2636)}}.snow:nth-child(276){opacity:1.6502;transform:translate(66.4873vw,-10px) scale(.3323);animation:fall-276 15s -16s linear infinite}@keyframes fall-276{73.998%{transform:translate(56.5997vw,73.998vh) scale(.3323)}to{transform:translate(61.5435vw,99vh) scale(.3323)}}.snow:nth-child(277){opacity:.7282;transform:translate(23.0927vw,-10px) scale(.9391);animation:fall-277 12s -25s linear infinite}@keyframes fall-277{68.497%{transform:translate(21.8386vw,68.497vh) scale(.9391)}to{transform:translate(22.46565vw,99vh) scale(.9391)}}.snow:nth-child(278){opacity:.171;transform:translate(6.6066vw,-10px) scale(.135);animation:fall-278 10s -4s linear infinite}@keyframes fall-278{36.774%{transform:translate(2.0393vw,36.774vh) scale(.135)}to{transform:translate(4.32295vw,99vh) scale(.135)}}.snow:nth-child(279){opacity:.5946;transform:translate(57.1419vw,-10px) scale(.9425);animation:fall-279 29s -22s linear infinite}@keyframes fall-279{59.186%{transform:translate(65.6444vw,59.186vh) scale(.9425)}to{transform:translate(61.39315vw,99vh) scale(.9425)}}.snow:nth-child(280){opacity:1.2262;transform:translate(55.1984vw,-10px) scale(.319);animation:fall-280 29s -24s linear infinite}@keyframes fall-280{46.387%{transform:translate(59.5064vw,46.387vh) scale(.319)}to{transform:translate(57.3524vw,99vh) scale(.319)}}.snow:nth-child(281){opacity:1.6132;transform:translate(37.3292vw,-10px) scale(.6207);animation:fall-281 28s -16s linear infinite}@keyframes fall-281{33.343%{transform:translate(43.3272vw,33.343vh) scale(.6207)}to{transform:translate(40.3282vw,99vh) scale(.6207)}}.snow:nth-child(282){opacity:1.7672;transform:translate(72.4758vw,-10px) scale(.9825);animation:fall-282 16s -2s linear infinite}@keyframes fall-282{55.44%{transform:translate(66.3594vw,55.44vh) scale(.9825)}to{transform:translate(69.4176vw,99vh) scale(.9825)}}.snow:nth-child(283){opacity:1.8128;transform:translate(72.4106vw,-10px) scale(.91);animation:fall-283 28s -30s linear infinite}@keyframes fall-283{65.499%{transform:translate(75.1475vw,65.499vh) scale(.91)}to{transform:translate(73.77905vw,99vh) scale(.91)}}.snow:nth-child(284){opacity:.8896;transform:translate(29.6829vw,-10px) scale(.6456);animation:fall-284 10s -6s linear infinite}@keyframes fall-284{47.766%{transform:translate(26.3859vw,47.766vh) scale(.6456)}to{transform:translate(28.0344vw,99vh) scale(.6456)}}.snow:nth-child(285){opacity:1.2864;transform:translate(28.199vw,-10px) scale(.257);animation:fall-285 17s -30s linear infinite}@keyframes fall-285{57.159%{transform:translate(31.781vw,57.159vh) scale(.257)}to{transform:translate(29.99vw,99vh) scale(.257)}}.snow:nth-child(286){opacity:1.7398;transform:translate(68.6194vw,-10px) scale(.3738);animation:fall-286 13s -8s linear infinite}@keyframes fall-286{38.831%{transform:translate(67.296vw,38.831vh) scale(.3738)}to{transform:translate(67.9577vw,99vh) scale(.3738)}}.snow:nth-child(287){opacity:.3168;transform:translate(7.7216vw,-10px) scale(.6632);animation:fall-287 14s -5s linear infinite}@keyframes fall-287{36.652%{transform:translate(9.3554vw,36.652vh) scale(.6632)}to{transform:translate(8.5385vw,99vh) scale(.6632)}}.snow:nth-child(288){opacity:1.6986;transform:translate(57.3282vw,-10px) scale(.2649);animation:fall-288 30s -18s linear infinite}@keyframes fall-288{47.043%{transform:translate(53.6983vw,47.043vh) scale(.2649)}to{transform:translate(55.51325vw,99vh) scale(.2649)}}.snow:nth-child(289){opacity:.8748;transform:translate(38.5209vw,-10px) scale(.0907);animation:fall-289 12s -25s linear infinite}@keyframes fall-289{63.061%{transform:translate(40.7321vw,63.061vh) scale(.0907)}to{transform:translate(39.6265vw,99vh) scale(.0907)}}.snow:nth-child(290){opacity:1.7026;transform:translate(37.7216vw,-10px) scale(.8022);animation:fall-290 19s -24s linear infinite}@keyframes fall-290{71.03%{transform:translate(39.028vw,71.03vh) scale(.8022)}to{transform:translate(38.3748vw,99vh) scale(.8022)}}.snow:nth-child(291){opacity:1.3132;transform:translate(50.4909vw,-10px) scale(.9371);animation:fall-291 11s -7s linear infinite}@keyframes fall-291{40.22%{transform:translate(56.0162vw,40.22vh) scale(.9371)}to{transform:translate(53.25355vw,99vh) scale(.9371)}}.snow:nth-child(292){opacity:1.2082;transform:translate(4.1647vw,-10px) scale(.8563);animation:fall-292 16s -14s linear infinite}@keyframes fall-292{72.692%{transform:translate(8.1521vw,72.692vh) scale(.8563)}to{transform:translate(6.1584vw,99vh) scale(.8563)}}.snow:nth-child(293){opacity:.3488;transform:translate(29.9565vw,-10px) scale(.273);animation:fall-293 15s -2s linear infinite}@keyframes fall-293{67.827%{transform:translate(32.72vw,67.827vh) scale(.273)}to{transform:translate(31.33825vw,99vh) scale(.273)}}.snow:nth-child(294){opacity:.4792;transform:translate(59.7745vw,-10px) scale(.0977);animation:fall-294 11s -28s linear infinite}@keyframes fall-294{78.114%{transform:translate(55.4075vw,78.114vh) scale(.0977)}to{transform:translate(57.591vw,99vh) scale(.0977)}}.snow:nth-child(295){opacity:.9536;transform:translate(42.0035vw,-10px) scale(.703);animation:fall-295 16s -16s linear infinite}@keyframes fall-295{47.138%{transform:translate(33.1264vw,47.138vh) scale(.703)}to{transform:translate(37.56495vw,99vh) scale(.703)}}.snow:nth-child(296){opacity:.6388;transform:translate(40.0412vw,-10px) scale(.4534);animation:fall-296 12s -20s linear infinite}@keyframes fall-296{32.247%{transform:translate(39.2833vw,32.247vh) scale(.4534)}to{transform:translate(39.66225vw,99vh) scale(.4534)}}.snow:nth-child(297){opacity:.713;transform:translate(10.4125vw,-10px) scale(.7586);animation:fall-297 17s -14s linear infinite}@keyframes fall-297{46.449%{transform:translate(2.6191vw,46.449vh) scale(.7586)}to{transform:translate(6.5158vw,99vh) scale(.7586)}}.snow:nth-child(298){opacity:.9542;transform:translate(77.7697vw,-10px) scale(.9903);animation:fall-298 23s -14s linear infinite}@keyframes fall-298{41.158%{transform:translate(70.539vw,41.158vh) scale(.9903)}to{transform:translate(74.15435vw,99vh) scale(.9903)}}.snow:nth-child(299){opacity:1.5038;transform:translate(34.2739vw,-10px) scale(.8049);animation:fall-299 10s -13s linear infinite}@keyframes fall-299{39.886%{transform:translate(28.6767vw,39.886vh) scale(.8049)}to{transform:translate(31.4753vw,99vh) scale(.8049)}}.snow:nth-child(300){opacity:1.4462;transform:translate(54.8428vw,-10px) scale(.5697);animation:fall-300 11s -5s linear infinite}@keyframes fall-300{73.706%{transform:translate(55.9373vw,73.706vh) scale(.5697)}to{transform:translate(55.39005vw,99vh) scale(.5697)}}.snow:nth-child(301){opacity:.3868;transform:translate(16.3293vw,-10px) scale(.3372);animation:fall-301 10s -20s linear infinite}@keyframes fall-301{62.816%{transform:translate(14.5321vw,62.816vh) scale(.3372)}to{transform:translate(15.4307vw,99vh) scale(.3372)}}.snow:nth-child(302){opacity:1.2242;transform:translate(51.7808vw,-10px) scale(.7156);animation:fall-302 24s -27s linear infinite}@keyframes fall-302{31.203%{transform:translate(49.0529vw,31.203vh) scale(.7156)}to{transform:translate(50.41685vw,99vh) scale(.7156)}}.snow:nth-child(303){opacity:.2446;transform:translate(49.2986vw,-10px) scale(.166);animation:fall-303 25s -15s linear infinite}@keyframes fall-303{35.686%{transform:translate(50.5708vw,35.686vh) scale(.166)}to{transform:translate(49.9347vw,99vh) scale(.166)}}.snow:nth-child(304){opacity:1.4804;transform:translate(57.8143vw,-10px) scale(.4256);animation:fall-304 12s -21s linear infinite}@keyframes fall-304{59.969%{transform:translate(57.3157vw,59.969vh) scale(.4256)}to{transform:translate(57.565vw,99vh) scale(.4256)}}.snow:nth-child(305){opacity:.9848;transform:translate(55.1199vw,-10px) scale(.7789);animation:fall-305 20s -2s linear infinite}@keyframes fall-305{51.505%{transform:translate(59.3122vw,51.505vh) scale(.7789)}to{transform:translate(57.21605vw,99vh) scale(.7789)}}.snow:nth-child(306){opacity:.028;transform:translate(77.5729vw,-10px) scale(.9842);animation:fall-306 22s -26s linear infinite}@keyframes fall-306{31.142%{transform:translate(79.3919vw,31.142vh) scale(.9842)}to{transform:translate(78.4824vw,99vh) scale(.9842)}}.snow:nth-child(307){opacity:.962;transform:translate(91.6679vw,-10px) scale(.6037);animation:fall-307 10s -25s linear infinite}@keyframes fall-307{32.535%{transform:translate(82.6008vw,32.535vh) scale(.6037)}to{transform:translate(87.13435vw,99vh) scale(.6037)}}.snow:nth-child(308){opacity:1.9162;transform:translate(86.2933vw,-10px) scale(.3018);animation:fall-308 27s -10s linear infinite}@keyframes fall-308{42.377%{transform:translate(95.6561vw,42.377vh) scale(.3018)}to{transform:translate(90.9747vw,99vh) scale(.3018)}}.snow:nth-child(309){opacity:.5874;transform:translate(51.3201vw,-10px) scale(.0667);animation:fall-309 26s -15s linear infinite}@keyframes fall-309{71.724%{transform:translate(56.3013vw,71.724vh) scale(.0667)}to{transform:translate(53.8107vw,99vh) scale(.0667)}}.snow:nth-child(310){opacity:.8276;transform:translate(38.531vw,-10px) scale(.2039);animation:fall-310 30s -28s linear infinite}@keyframes fall-310{43.947%{transform:translate(46.6911vw,43.947vh) scale(.2039)}to{transform:translate(42.61105vw,99vh) scale(.2039)}}.snow:nth-child(311){opacity:.0286;transform:translate(32.5482vw,-10px) scale(.1186);animation:fall-311 17s -18s linear infinite}@keyframes fall-311{47.361%{transform:translate(30.0424vw,47.361vh) scale(.1186)}to{transform:translate(31.2953vw,99vh) scale(.1186)}}.snow:nth-child(312){opacity:1.176;transform:translate(48.5778vw,-10px) scale(.4224);animation:fall-312 29s -21s linear infinite}@keyframes fall-312{45.771%{transform:translate(39.8001vw,45.771vh) scale(.4224)}to{transform:translate(44.18895vw,99vh) scale(.4224)}}.snow:nth-child(313){opacity:1.8222;transform:translate(57.8549vw,-10px) scale(.4203);animation:fall-313 21s -14s linear infinite}@keyframes fall-313{58.032%{transform:translate(51.5502vw,58.032vh) scale(.4203)}to{transform:translate(54.70255vw,99vh) scale(.4203)}}.snow:nth-child(314){opacity:1.3208;transform:translate(40.2639vw,-10px) scale(.0072);animation:fall-314 29s -6s linear infinite}@keyframes fall-314{75.491%{transform:translate(45.0693vw,75.491vh) scale(.0072)}to{transform:translate(42.6666vw,99vh) scale(.0072)}}.snow:nth-child(315){opacity:.21;transform:translate(5.6243vw,-10px) scale(.0322);animation:fall-315 10s -15s linear infinite}@keyframes fall-315{69.124%{transform:translate(3.4377vw,69.124vh) scale(.0322)}to{transform:translate(4.531vw,99vh) scale(.0322)}}.snow:nth-child(316){opacity:.973;transform:translate(90.4317vw,-10px) scale(.8002);animation:fall-316 27s -29s linear infinite}@keyframes fall-316{44.751%{transform:translate(88.3992vw,44.751vh) scale(.8002)}to{transform:translate(89.41545vw,99vh) scale(.8002)}}.snow:nth-child(317){opacity:.084;transform:translate(51.1898vw,-10px) scale(.442);animation:fall-317 28s -20s linear infinite}@keyframes fall-317{59.42%{transform:translate(44.1526vw,59.42vh) scale(.442)}to{transform:translate(47.6712vw,99vh) scale(.442)}}.snow:nth-child(318){opacity:.6034;transform:translate(35.2771vw,-10px) scale(.556);animation:fall-318 11s -24s linear infinite}@keyframes fall-318{66.375%{transform:translate(31.4394vw,66.375vh) scale(.556)}to{transform:translate(33.35825vw,99vh) scale(.556)}}.snow:nth-child(319){opacity:.9276;transform:translate(36.2388vw,-10px) scale(.9768);animation:fall-319 22s -15s linear infinite}@keyframes fall-319{71.557%{transform:translate(32.9003vw,71.557vh) scale(.9768)}to{transform:translate(34.56955vw,99vh) scale(.9768)}}.snow:nth-child(320){opacity:.812;transform:translate(92.8785vw,-10px) scale(.0621);animation:fall-320 30s -9s linear infinite}@keyframes fall-320{71.286%{transform:translate(89.5821vw,71.286vh) scale(.0621)}to{transform:translate(91.2303vw,99vh) scale(.0621)}}.snow:nth-child(321){opacity:1.2086;transform:translate(31.6883vw,-10px) scale(.8551);animation:fall-321 13s -2s linear infinite}@keyframes fall-321{56.376%{transform:translate(23.1466vw,56.376vh) scale(.8551)}to{transform:translate(27.41745vw,99vh) scale(.8551)}}.snow:nth-child(322){opacity:1.4804;transform:translate(.9358vw,-10px) scale(.1217);animation:fall-322 11s -26s linear infinite}@keyframes fall-322{40.592%{transform:translate(4.4672vw,40.592vh) scale(.1217)}to{transform:translate(2.7015vw,99vh) scale(.1217)}}.snow:nth-child(323){opacity:.458;transform:translate(3.139vw,-10px) scale(.6647);animation:fall-323 24s -23s linear infinite}@keyframes fall-323{79.087%{transform:translate(2.8102vw,79.087vh) scale(.6647)}to{transform:translate(2.9746vw,99vh) scale(.6647)}}.snow:nth-child(324){opacity:1.3928;transform:translate(63.6136vw,-10px) scale(.97);animation:fall-324 15s -21s linear infinite}@keyframes fall-324{36.248%{transform:translate(54.6318vw,36.248vh) scale(.97)}to{transform:translate(59.1227vw,99vh) scale(.97)}}.snow:nth-child(325){opacity:.9122;transform:translate(64.1134vw,-10px) scale(.4547);animation:fall-325 19s -17s linear infinite}@keyframes fall-325{75.918%{transform:translate(73.6167vw,75.918vh) scale(.4547)}to{transform:translate(68.86505vw,99vh) scale(.4547)}}.snow:nth-child(326){opacity:.1894;transform:translate(.2512vw,-10px) scale(.9224);animation:fall-326 10s -20s linear infinite}@keyframes fall-326{52.844%{transform:translate(-8.046vw,52.844vh) scale(.9224)}to{transform:translate(-3.8974vw,99vh) scale(.9224)}}.snow:nth-child(327){opacity:.9228;transform:translate(37.9578vw,-10px) scale(.7928);animation:fall-327 27s -25s linear infinite}@keyframes fall-327{53.404%{transform:translate(38.4486vw,53.404vh) scale(.7928)}to{transform:translate(38.2032vw,99vh) scale(.7928)}}.snow:nth-child(328){opacity:.2948;transform:translate(16.3739vw,-10px) scale(.2308);animation:fall-328 18s -2s linear infinite}@keyframes fall-328{59.859%{transform:translate(11.7787vw,59.859vh) scale(.2308)}to{transform:translate(14.0763vw,99vh) scale(.2308)}}.snow:nth-child(329){opacity:1.5614;transform:translate(8.1917vw,-10px) scale(.2846);animation:fall-329 24s -23s linear infinite}@keyframes fall-329{65.465%{transform:translate(6.8625vw,65.465vh) scale(.2846)}to{transform:translate(7.5271vw,99vh) scale(.2846)}}.snow:nth-child(330){opacity:.0008;transform:translate(50.1123vw,-10px) scale(.107);animation:fall-330 10s -30s linear infinite}@keyframes fall-330{55.752%{transform:translate(49.9301vw,55.752vh) scale(.107)}to{transform:translate(50.0212vw,99vh) scale(.107)}}.snow:nth-child(331){opacity:.5138;transform:translate(95.7651vw,-10px) scale(.1952);animation:fall-331 24s -25s linear infinite}@keyframes fall-331{32.061%{transform:translate(87.0896vw,32.061vh) scale(.1952)}to{transform:translate(91.42735vw,99vh) scale(.1952)}}.snow:nth-child(332){opacity:.481;transform:translate(.2748vw,-10px) scale(.3461);animation:fall-332 22s -21s linear infinite}@keyframes fall-332{53.301%{transform:translate(8.2409vw,53.301vh) scale(.3461)}to{transform:translate(4.25785vw,99vh) scale(.3461)}}.snow:nth-child(333){opacity:.771;transform:translate(49.0433vw,-10px) scale(.8952);animation:fall-333 10s -25s linear infinite}@keyframes fall-333{73.617%{transform:translate(53.9694vw,73.617vh) scale(.8952)}to{transform:translate(51.50635vw,99vh) scale(.8952)}}.snow:nth-child(334){opacity:1.8508;transform:translate(3.5866vw,-10px) scale(.6766);animation:fall-334 27s -11s linear infinite}@keyframes fall-334{56.901%{transform:translate(10.2004vw,56.901vh) scale(.6766)}to{transform:translate(6.8935vw,99vh) scale(.6766)}}.snow:nth-child(335){opacity:.2258;transform:translate(58.9183vw,-10px) scale(.3909);animation:fall-335 18s -3s linear infinite}@keyframes fall-335{39.734%{transform:translate(53.5169vw,39.734vh) scale(.3909)}to{transform:translate(56.2176vw,99vh) scale(.3909)}}.snow:nth-child(336){opacity:.5252;transform:translate(71.501vw,-10px) scale(.2324);animation:fall-336 26s -27s linear infinite}@keyframes fall-336{64.802%{transform:translate(67.8215vw,64.802vh) scale(.2324)}to{transform:translate(69.66125vw,99vh) scale(.2324)}}.snow:nth-child(337){opacity:1.1738;transform:translate(77.5011vw,-10px) scale(.3896);animation:fall-337 30s -1s linear infinite}@keyframes fall-337{67.017%{transform:translate(72.5186vw,67.017vh) scale(.3896)}to{transform:translate(75.00985vw,99vh) scale(.3896)}}.snow:nth-child(338){opacity:1.881;transform:translate(52.1601vw,-10px) scale(.9117);animation:fall-338 20s -23s linear infinite}@keyframes fall-338{55.473%{transform:translate(59.5296vw,55.473vh) scale(.9117)}to{transform:translate(55.84485vw,99vh) scale(.9117)}}.snow:nth-child(339){opacity:.5454;transform:translate(48.9172vw,-10px) scale(.2745);animation:fall-339 10s -10s linear infinite}@keyframes fall-339{67.284%{transform:translate(48.522vw,67.284vh) scale(.2745)}to{transform:translate(48.7196vw,99vh) scale(.2745)}}.snow:nth-child(340){opacity:1.4906;transform:translate(26.8593vw,-10px) scale(.8191);animation:fall-340 24s -21s linear infinite}@keyframes fall-340{36.763%{transform:translate(23.5703vw,36.763vh) scale(.8191)}to{transform:translate(25.2148vw,99vh) scale(.8191)}}.snow:nth-child(341){opacity:1.0532;transform:translate(93.9772vw,-10px) scale(.8311);animation:fall-341 15s -25s linear infinite}@keyframes fall-341{77.228%{transform:translate(93.4038vw,77.228vh) scale(.8311)}to{transform:translate(93.6905vw,99vh) scale(.8311)}}.snow:nth-child(342){opacity:1.8744;transform:translate(60.891vw,-10px) scale(.9062);animation:fall-342 24s -20s linear infinite}@keyframes fall-342{53.621%{transform:translate(69.8147vw,53.621vh) scale(.9062)}to{transform:translate(65.35285vw,99vh) scale(.9062)}}.snow:nth-child(343){opacity:.2158;transform:translate(23.5917vw,-10px) scale(.0794);animation:fall-343 22s -27s linear infinite}@keyframes fall-343{62.764%{transform:translate(18.4864vw,62.764vh) scale(.0794)}to{transform:translate(21.03905vw,99vh) scale(.0794)}}.snow:nth-child(344){opacity:.68;transform:translate(82.9393vw,-10px) scale(.279);animation:fall-344 21s -16s linear infinite}@keyframes fall-344{68.472%{transform:translate(75.7709vw,68.472vh) scale(.279)}to{transform:translate(79.3551vw,99vh) scale(.279)}}.snow:nth-child(345){opacity:1.3512;transform:translate(79.8769vw,-10px) scale(.4926);animation:fall-345 15s -6s linear infinite}@keyframes fall-345{70.153%{transform:translate(76.7087vw,70.153vh) scale(.4926)}to{transform:translate(78.2928vw,99vh) scale(.4926)}}.snow:nth-child(346){opacity:1.391;transform:translate(92.271vw,-10px) scale(.4826);animation:fall-346 18s -23s linear infinite}@keyframes fall-346{41.327%{transform:translate(92.9178vw,41.327vh) scale(.4826)}to{transform:translate(92.5944vw,99vh) scale(.4826)}}.snow:nth-child(347){opacity:.3008;transform:translate(72.5656vw,-10px) scale(.86);animation:fall-347 22s -11s linear infinite}@keyframes fall-347{76.75%{transform:translate(78.7243vw,76.75vh) scale(.86)}to{transform:translate(75.64495vw,99vh) scale(.86)}}.snow:nth-child(348){opacity:.9934;transform:translate(47.2822vw,-10px) scale(.0054);animation:fall-348 17s -13s linear infinite}@keyframes fall-348{74.222%{transform:translate(42.6194vw,74.222vh) scale(.0054)}to{transform:translate(44.9508vw,99vh) scale(.0054)}}.snow:nth-child(349){opacity:1.1932;transform:translate(22.4564vw,-10px) scale(.352);animation:fall-349 25s -29s linear infinite}@keyframes fall-349{60.653%{transform:translate(16.0462vw,60.653vh) scale(.352)}to{transform:translate(19.2513vw,99vh) scale(.352)}}.snow:nth-child(350){opacity:1.3552;transform:translate(68.6406vw,-10px) scale(.8756);animation:fall-350 29s -14s linear infinite}@keyframes fall-350{78.057%{transform:translate(66.1535vw,78.057vh) scale(.8756)}to{transform:translate(67.39705vw,99vh) scale(.8756)}}.snow:nth-child(351){opacity:1.8986;transform:translate(80.0139vw,-10px) scale(.7935);animation:fall-351 15s -18s linear infinite}@keyframes fall-351{31.827%{transform:translate(79.4253vw,31.827vh) scale(.7935)}to{transform:translate(79.7196vw,99vh) scale(.7935)}}.snow:nth-child(352){opacity:1.269;transform:translate(94.5466vw,-10px) scale(.2202);animation:fall-352 24s -17s linear infinite}@keyframes fall-352{66.194%{transform:translate(91.2553vw,66.194vh) scale(.2202)}to{transform:translate(92.90095vw,99vh) scale(.2202)}}.snow:nth-child(353){opacity:.5;transform:translate(67.0256vw,-10px) scale(.022);animation:fall-353 19s -4s linear infinite}@keyframes fall-353{41.26%{transform:translate(59.6991vw,41.26vh) scale(.022)}to{transform:translate(63.36235vw,99vh) scale(.022)}}.snow:nth-child(354){opacity:1.1402;transform:translate(1.1332vw,-10px) scale(.0432);animation:fall-354 28s -30s linear infinite}@keyframes fall-354{54.37%{transform:translate(-7.6788vw,54.37vh) scale(.0432)}to{transform:translate(-3.2728vw,99vh) scale(.0432)}}.snow:nth-child(355){opacity:1.7482;transform:translate(59.3495vw,-10px) scale(.79);animation:fall-355 18s -26s linear infinite}@keyframes fall-355{60.597%{transform:translate(50.7884vw,60.597vh) scale(.79)}to{transform:translate(55.06895vw,99vh) scale(.79)}}.snow:nth-child(356){opacity:.4576;transform:translate(60.3096vw,-10px) scale(.6801);animation:fall-356 22s -1s linear infinite}@keyframes fall-356{48.792%{transform:translate(65.1913vw,48.792vh) scale(.6801)}to{transform:translate(62.75045vw,99vh) scale(.6801)}}.snow:nth-child(357){opacity:1.0248;transform:translate(96.4478vw,-10px) scale(.0599);animation:fall-357 27s -19s linear infinite}@keyframes fall-357{72.384%{transform:translate(103.423vw,72.384vh) scale(.0599)}to{transform:translate(99.9354vw,99vh) scale(.0599)}}.snow:nth-child(358){opacity:.7992;transform:translate(46.6224vw,-10px) scale(.7966);animation:fall-358 18s -25s linear infinite}@keyframes fall-358{31.894%{transform:translate(51.034vw,31.894vh) scale(.7966)}to{transform:translate(48.8282vw,99vh) scale(.7966)}}.snow:nth-child(359){opacity:1.8182;transform:translate(52.2254vw,-10px) scale(.723);animation:fall-359 28s -3s linear infinite}@keyframes fall-359{39.849%{transform:translate(55.9342vw,39.849vh) scale(.723)}to{transform:translate(54.0798vw,99vh) scale(.723)}}.snow:nth-child(360){opacity:.8462;transform:translate(50.2498vw,-10px) scale(.8247);animation:fall-360 16s -24s linear infinite}@keyframes fall-360{34.596%{transform:translate(41.4518vw,34.596vh) scale(.8247)}to{transform:translate(45.8508vw,99vh) scale(.8247)}}.snow:nth-child(361){opacity:.7582;transform:translate(25.8237vw,-10px) scale(.9708);animation:fall-361 28s -14s linear infinite}@keyframes fall-361{55.073%{transform:translate(33.3078vw,55.073vh) scale(.9708)}to{transform:translate(29.56575vw,99vh) scale(.9708)}}.snow:nth-child(362){opacity:1.66;transform:translate(98.3506vw,-10px) scale(.3913);animation:fall-362 19s -29s linear infinite}@keyframes fall-362{41.109%{transform:translate(97.3272vw,41.109vh) scale(.3913)}to{transform:translate(97.8389vw,99vh) scale(.3913)}}.snow:nth-child(363){opacity:1.161;transform:translate(87.1094vw,-10px) scale(.9536);animation:fall-363 25s -6s linear infinite}@keyframes fall-363{32.777%{transform:translate(86.6855vw,32.777vh) scale(.9536)}to{transform:translate(86.89745vw,99vh) scale(.9536)}}.snow:nth-child(364){opacity:.2356;transform:translate(44.2148vw,-10px) scale(.2472);animation:fall-364 14s -5s linear infinite}@keyframes fall-364{65.882%{transform:translate(41.7867vw,65.882vh) scale(.2472)}to{transform:translate(43.00075vw,99vh) scale(.2472)}}.snow:nth-child(365){opacity:.7286;transform:translate(43.0216vw,-10px) scale(.6783);animation:fall-365 17s -1s linear infinite}@keyframes fall-365{50.361%{transform:translate(38.0939vw,50.361vh) scale(.6783)}to{transform:translate(40.55775vw,99vh) scale(.6783)}}.snow:nth-child(366){opacity:1.3866;transform:translate(7.4127vw,-10px) scale(.7208);animation:fall-366 12s -21s linear infinite}@keyframes fall-366{32.033%{transform:translate(-.6689vw,32.033vh) scale(.7208)}to{transform:translate(3.3719vw,99vh) scale(.7208)}}.snow:nth-child(367){opacity:.9074;transform:translate(50.3591vw,-10px) scale(.7466);animation:fall-367 12s -30s linear infinite}@keyframes fall-367{73.181%{transform:translate(51.7978vw,73.181vh) scale(.7466)}to{transform:translate(51.07845vw,99vh) scale(.7466)}}.snow:nth-child(368){opacity:.17;transform:translate(9.0107vw,-10px) scale(.337);animation:fall-368 26s -23s linear infinite}@keyframes fall-368{38.334%{transform:translate(3.1574vw,38.334vh) scale(.337)}to{transform:translate(6.08405vw,99vh) scale(.337)}}.snow:nth-child(369){opacity:1.9388;transform:translate(53.5973vw,-10px) scale(.0045);animation:fall-369 27s -28s linear infinite}@keyframes fall-369{46.732%{transform:translate(53.9453vw,46.732vh) scale(.0045)}to{transform:translate(53.7713vw,99vh) scale(.0045)}}.snow:nth-child(370){opacity:.3852;transform:translate(77.7095vw,-10px) scale(.4619);animation:fall-370 22s -18s linear infinite}@keyframes fall-370{39.165%{transform:translate(79.0965vw,39.165vh) scale(.4619)}to{transform:translate(78.403vw,99vh) scale(.4619)}}.snow:nth-child(371){opacity:.8274;transform:translate(21.5701vw,-10px) scale(.4779);animation:fall-371 20s -18s linear infinite}@keyframes fall-371{61.656%{transform:translate(29.5315vw,61.656vh) scale(.4779)}to{transform:translate(25.5508vw,99vh) scale(.4779)}}.snow:nth-child(372){opacity:.5946;transform:translate(46.5638vw,-10px) scale(.6268);animation:fall-372 28s -13s linear infinite}@keyframes fall-372{54.338%{transform:translate(41.0111vw,54.338vh) scale(.6268)}to{transform:translate(43.78745vw,99vh) scale(.6268)}}.snow:nth-child(373){opacity:.9948;transform:translate(53.3457vw,-10px) scale(.7519);animation:fall-373 26s -14s linear infinite}@keyframes fall-373{78.921%{transform:translate(61.1649vw,78.921vh) scale(.7519)}to{transform:translate(57.2553vw,99vh) scale(.7519)}}.snow:nth-child(374){opacity:.8564;transform:translate(83.9792vw,-10px) scale(.7077);animation:fall-374 25s -1s linear infinite}@keyframes fall-374{57.379%{transform:translate(76.5034vw,57.379vh) scale(.7077)}to{transform:translate(80.2413vw,99vh) scale(.7077)}}.snow:nth-child(375){opacity:1.5434;transform:translate(87.566vw,-10px) scale(.2206);animation:fall-375 22s -26s linear infinite}@keyframes fall-375{69.808%{transform:translate(83.7982vw,69.808vh) scale(.2206)}to{transform:translate(85.6821vw,99vh) scale(.2206)}}.snow:nth-child(376){opacity:1.592;transform:translate(47.8319vw,-10px) scale(.1004);animation:fall-376 25s -6s linear infinite}@keyframes fall-376{76.64%{transform:translate(53.1467vw,76.64vh) scale(.1004)}to{transform:translate(50.4893vw,99vh) scale(.1004)}}.snow:nth-child(377){opacity:1.0192;transform:translate(59.6578vw,-10px) scale(.5399);animation:fall-377 15s -14s linear infinite}@keyframes fall-377{34.115%{transform:translate(60.3106vw,34.115vh) scale(.5399)}to{transform:translate(59.9842vw,99vh) scale(.5399)}}.snow:nth-child(378){opacity:.2684;transform:translate(50.9997vw,-10px) scale(.3775);animation:fall-378 15s -12s linear infinite}@keyframes fall-378{49.331%{transform:translate(43.5494vw,49.331vh) scale(.3775)}to{transform:translate(47.27455vw,99vh) scale(.3775)}}.snow:nth-child(379){opacity:1.9906;transform:translate(1.6097vw,-10px) scale(.7667);animation:fall-379 13s -5s linear infinite}@keyframes fall-379{39.27%{transform:translate(8.6668vw,39.27vh) scale(.7667)}to{transform:translate(5.13825vw,99vh) scale(.7667)}}.snow:nth-child(380){opacity:1.8756;transform:translate(38.6687vw,-10px) scale(.1832);animation:fall-380 19s -28s linear infinite}@keyframes fall-380{56.396%{transform:translate(40.8728vw,56.396vh) scale(.1832)}to{transform:translate(39.77075vw,99vh) scale(.1832)}}.snow:nth-child(381){opacity:1.973;transform:translate(57.3947vw,-10px) scale(.1199);animation:fall-381 15s -4s linear infinite}@keyframes fall-381{60.353%{transform:translate(47.7096vw,60.353vh) scale(.1199)}to{transform:translate(52.55215vw,99vh) scale(.1199)}}.snow:nth-child(382){opacity:1.3016;transform:translate(46.1097vw,-10px) scale(.1893);animation:fall-382 17s -5s linear infinite}@keyframes fall-382{31.564%{transform:translate(46.7947vw,31.564vh) scale(.1893)}to{transform:translate(46.4522vw,99vh) scale(.1893)}}.snow:nth-child(383){opacity:.4914;transform:translate(55.7042vw,-10px) scale(.9712);animation:fall-383 11s -18s linear infinite}@keyframes fall-383{42.054%{transform:translate(48.7613vw,42.054vh) scale(.9712)}to{transform:translate(52.23275vw,99vh) scale(.9712)}}.snow:nth-child(384){opacity:1.231;transform:translate(97.0349vw,-10px) scale(.7054);animation:fall-384 25s -16s linear infinite}@keyframes fall-384{66.771%{transform:translate(100.5117vw,66.771vh) scale(.7054)}to{transform:translate(98.7733vw,99vh) scale(.7054)}}.snow:nth-child(385){opacity:.7304;transform:translate(74.9843vw,-10px) scale(.4315);animation:fall-385 26s -17s linear infinite}@keyframes fall-385{58.197%{transform:translate(76.3265vw,58.197vh) scale(.4315)}to{transform:translate(75.6554vw,99vh) scale(.4315)}}.snow:nth-child(386){opacity:.001;transform:translate(33.6265vw,-10px) scale(.5613);animation:fall-386 26s -4s linear infinite}@keyframes fall-386{64.945%{transform:translate(29.6029vw,64.945vh) scale(.5613)}to{transform:translate(31.6147vw,99vh) scale(.5613)}}.snow:nth-child(387){opacity:1.042;transform:translate(45.9045vw,-10px) scale(.9928);animation:fall-387 23s -27s linear infinite}@keyframes fall-387{30.831%{transform:translate(48.4402vw,30.831vh) scale(.9928)}to{transform:translate(47.17235vw,99vh) scale(.9928)}}.snow:nth-child(388){opacity:.7738;transform:translate(36.194vw,-10px) scale(.7913);animation:fall-388 21s -16s linear infinite}@keyframes fall-388{76.755%{transform:translate(39.7255vw,76.755vh) scale(.7913)}to{transform:translate(37.95975vw,99vh) scale(.7913)}}.snow:nth-child(389){opacity:1.1526;transform:translate(89.2012vw,-10px) scale(.0167);animation:fall-389 29s -21s linear infinite}@keyframes fall-389{40.858%{transform:translate(83.7977vw,40.858vh) scale(.0167)}to{transform:translate(86.49945vw,99vh) scale(.0167)}}.snow:nth-child(390){opacity:.9646;transform:translate(78.607vw,-10px) scale(.1889);animation:fall-390 19s -1s linear infinite}@keyframes fall-390{44.201%{transform:translate(77.8667vw,44.201vh) scale(.1889)}to{transform:translate(78.23685vw,99vh) scale(.1889)}}.snow:nth-child(391){opacity:.381;transform:translate(87.0943vw,-10px) scale(.5243);animation:fall-391 18s -12s linear infinite}@keyframes fall-391{48.917%{transform:translate(92.42vw,48.917vh) scale(.5243)}to{transform:translate(89.75715vw,99vh) scale(.5243)}}.snow:nth-child(392){opacity:1.1602;transform:translate(58.7826vw,-10px) scale(.099);animation:fall-392 22s -19s linear infinite}@keyframes fall-392{75.582%{transform:translate(61.4213vw,75.582vh) scale(.099)}to{transform:translate(60.10195vw,99vh) scale(.099)}}.snow:nth-child(393){opacity:1.0806;transform:translate(95.8376vw,-10px) scale(.4804);animation:fall-393 30s -26s linear infinite}@keyframes fall-393{48.469%{transform:translate(91.8962vw,48.469vh) scale(.4804)}to{transform:translate(93.8669vw,99vh) scale(.4804)}}.snow:nth-child(394){opacity:.5314;transform:translate(45.1374vw,-10px) scale(.3862);animation:fall-394 16s -26s linear infinite}@keyframes fall-394{60.629%{transform:translate(54.0676vw,60.629vh) scale(.3862)}to{transform:translate(49.6025vw,99vh) scale(.3862)}}.snow:nth-child(395){opacity:.8512;transform:translate(4.0908vw,-10px) scale(.7415);animation:fall-395 14s -4s linear infinite}@keyframes fall-395{59.128%{transform:translate(-5.4315vw,59.128vh) scale(.7415)}to{transform:translate(-.67035vw,99vh) scale(.7415)}}.snow:nth-child(396){opacity:1.766;transform:translate(18.1119vw,-10px) scale(.3745);animation:fall-396 30s -14s linear infinite}@keyframes fall-396{53.667%{transform:translate(20.023vw,53.667vh) scale(.3745)}to{transform:translate(19.06745vw,99vh) scale(.3745)}}.snow:nth-child(397){opacity:1.8768;transform:translate(83.8111vw,-10px) scale(.0342);animation:fall-397 21s -14s linear infinite}@keyframes fall-397{40.147%{transform:translate(85.0203vw,40.147vh) scale(.0342)}to{transform:translate(84.4157vw,99vh) scale(.0342)}}.snow:nth-child(398){opacity:.4132;transform:translate(82.6006vw,-10px) scale(.9493);animation:fall-398 30s -3s linear infinite}@keyframes fall-398{37.187%{transform:translate(83.7904vw,37.187vh) scale(.9493)}to{transform:translate(83.1955vw,99vh) scale(.9493)}}.snow:nth-child(399){opacity:.1054;transform:translate(67.078vw,-10px) scale(.7072);animation:fall-399 11s -8s linear infinite}@keyframes fall-399{78.66%{transform:translate(76.919vw,78.66vh) scale(.7072)}to{transform:translate(71.9985vw,99vh) scale(.7072)}}.snow:nth-child(400){opacity:.735;transform:translate(76.6178vw,-10px) scale(.6163);animation:fall-400 26s -29s linear infinite}@keyframes fall-400{58.479%{transform:translate(74.8505vw,58.479vh) scale(.6163)}to{transform:translate(75.73415vw,99vh) scale(.6163)}}\n"] }]
|
|
27
|
+
args: [{ selector: 'app-root', encapsulation: ViewEncapsulation.None, template: "<!-- <ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows; trackBy: snowTrackBy\" class=\"snow\"></div>\r\n</ng-container> -->\r\n<router-outlet></router-outlet>", styles: [".table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width: 0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width: 0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width: 0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width: 0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width: 0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:rgba(2,74,136,.5)}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:rgba(45,146,45,.5)}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:rgba(36,141,173,.5)}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:rgba(247,154,23,.5)}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:rgba(191,23,37,.5)}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:rgba(0,0,0,.4)}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:rgba(0,0,0,.2)}.card.overlay .card-img{border-radius:0;-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media (min-width: 1400px){.d-xxl-block{display:block!important}}@media (min-width: 576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:rgba(2,74,136,.8)!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:rgba(2,74,136,.5);border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:rgba(2,74,136,.95)!important;border-color:#024a88f2!important}.btn-success{background:rgba(45,146,45,.8);border-color:#2d922dcc}.btn-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:rgba(45,146,45,.95)!important;border-color:#2d922df2!important}.btn-info{background:rgba(36,141,173,.8);border-color:#248dadcc}.btn-info.medium-opacity{background:rgba(36,141,173,.5);border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:rgba(36,141,173,.95)!important;border-color:#248dadf2!important}.btn-warning{background:rgba(247,154,23,.8);border-color:#f79a17cc}.btn-warning.medium-opacity{background:rgba(247,154,23,.5);border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:rgba(247,154,23,.95)!important;border-color:#f79a17f2!important}.btn-danger{background:rgba(191,23,37,.8);border-color:#bf1725cc}.btn-danger.medium-opacity{background:rgba(191,23,37,.5);border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:rgba(191,23,37,.95)!important;border-color:#bf1725f2!important}.btn-dark{background:rgba(0,0,0,.8);border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:rgba(0,0,0,.5);border-color:#0000001a}.btn-dark:hover{background:black;border-color:#000}.btn-dark:active{background:rgba(0,0,0,.95)!important;border-color:#000000f2!important}.btn-main{background:rgba(36,45,58,.8);border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:rgba(36,45,58,.5);border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:rgba(36,45,58,.95)!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242D3A;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242D3A}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242D3A}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:rgba(255,255,255,.1) url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:rgba(2,74,136,.5)!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:rgba(45,146,45,.5)!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:rgba(247,154,23,.5)!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:rgba(191,23,37,.5)!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:rgba(36,45,58,.5)!important}.bg-dark{background:black!important}.bg-dark.medium-opacity{background:rgba(0,0,0,.5)!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800px){.modal-feminist{max-width:1366px}}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{transform:scaleY(-1)}.app-flip-x{transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box-600{max-height:600px;overflow-x:hidden;overflow-y:auto}.list-area{position:relative!important}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:rgba(255,50,50,.2);position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:white;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.wizard-step-container{background-color:#fff;box-shadow:#63636333 0 2px 8px;padding:10px}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:rgba(0,0,0,.5) none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:rgb(237,237,237);border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{padding-left:0;margin-top:20px}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.app-search-background{z-index:9999;margin-top:60px;padding:0;background-color:#0000004d;width:100vw;height:calc(100vh - 60px)}.app-search-result-box{height:calc(100% - 35px);overflow:hidden;margin:20px}.app-search-card{margin-top:2px;margin-bottom:10px;padding:15px;background-color:#fff;box-shadow:#06182c66 0 0 0 2px,#06182ca6 0 4px 6px -1px,#ffffff14 0 1px inset}.pull-left{float:left}.pull-right{float:right}.pace .pace-progress{background:#637CA0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#cccccc}::-webkit-scrollbar-thumb:active{background:#888888}::-webkit-scrollbar-track{background:#666666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666666}::-webkit-scrollbar-track:active{background:#333333}::-webkit-scrollbar-corner{background:transparent}.transition{transition:.3s}.widget-controls{position:absolute;z-index:1;top:0;right:0;padding:10px 20px;font-size:14px}.widget-controls a{color:#fff;margin-left:7px;line-height:1;vertical-align:top;display:inline-block}.widget-controls a i.glyphicon-resize-full{font-size:13px}.widget-controls a:hover{color:#ffffffb3}.widget-controls a.dropdown-toggle:after{display:none}.widget-controls ul.dropdown-menu{min-width:9rem;padding:0;border-radius:0}.widget-controls ul.dropdown-menu li{padding:4px;overflow:hidden}.widget-controls ul.dropdown-menu li a{color:#242d3a;font-size:13px;width:100%}.widget-controls ul.dropdown-menu li:hover{background-color:#242d3a}.widget-controls ul.dropdown-menu li:hover a{color:#fff}.card.fullscreened .card-header{line-height:35px}.card.fullscreened .card-header .widget-controls{padding:20px}.card.fullscreened .card-header .widget-controls a{margin-left:12px}.card.fullscreened .card-header .widget-controls a.setting{display:none}.card.fullscreened.card-primary{background:#024a88}.card.fullscreened.card-success{background:#2d922d}.card.fullscreened.card-info{background:#248dad}.card.fullscreened.card-warning{background:#f79a17}.card.fullscreened.card-danger{background:#bf1725}.scrolling{height:100%;overflow-y:scroll;padding-bottom:60px}.no-margin{margin:0}.bottom-15{margin-bottom:15px}.m-t-5{margin-top:5px}.m-t-15{margin-top:15px}.res-img{width:100%}.chart-outher{width:55%;margin:0 auto}.p-t-10{padding-top:10%}.o-visible{overflow:visible}.w-150{width:150px}.w-200{width:200px}@media (max-width: 543px){.chart-outher{width:100%}}@media (min-width: 544px) and (max-width: 767px){.chart-outher{width:85%}}@media (min-width: 992px) and (max-width: 1199px){.chart-outher{width:65%}}.mat-form-field-disabled .mat-form-field-wrapper{background-color:#ddd}.mat-no-border-top .mat-form-field-infix{border-top:none!important}.mat-dflt-margin,.mat-form-field-appearance-outline .mat-form-field-wrapper{margin-top:.125em!important;margin-bottom:.125em!important}.mat-form-field-wrapper{padding-bottom:0;height:35px;min-height:35px!important;margin-bottom:-7px!important}.mat-full-width{width:100%}.mat-full-height .mat-form-field-wrapper{height:100%!important}.mat-form-field-appearance-outline .mat-form-field-infix{padding-top:5px;padding-bottom:0;height:36px}.mat-form-field-appearance-outline .mat-form-field-infix select.mat-input-element{background-color:transparent;margin-bottom:-11px!important;margin-top:-2px!important;padding-top:0!important;top:0!important}.mat-form-field-appearance-outline .mat-form-field-infix input{display:inline-flex;margin-top:-8px;margin-bottom:-5px;padding-top:8px}.mat-form-field-appearance-outline .mat-form-field-suffix{height:25px!important;top:-2px!important}.mat-form-field-appearance-outline .mat-form-field-suffix .form-input-suffix{margin-right:5px!important;position:absolute!important;top:7px!important;right:4px!important}.mat-form-field-appearance-outline .mat-form-field-infix .form-input-suffix{position:relative!important;top:-4px!important}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:32px!important}.mat-form-field-label-wrapper{top:-8px}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{top:60%!important}.mat-form-field-suffix{margin-right:-10px!important}.cdk-overlay-container{z-index:99999999!important}.mat-height-fixed .mat-form-field-flex{height:38px!important}.mat-height-auto .mat-form-field-flex{height:auto!important;padding-bottom:5px!important;padding-top:5px!important;padding-right:2px!important}.mat-height-auto .mat-form-field-infix{height:auto!important}.mat-icon-button-override{width:25px!important;top:0!important;color:#000000a3!important;position:absolute!important}.mat-icon-button-override-suffix{right:-5px!important}.mat-icon-button-override-prefix{left:-5px!important}.mat-option{height:25px!important;font-size:14px!important}.ngx-mat-timepicker .mat-form-field-infix{border-top:none!important}.mat-form-field-wrapper .form-control{width:100%;border:none;padding:0;line-height:1}.mat-form-field-wrapper .form-control:focus{box-shadow:none!important}.mat-form-field-wrapper .form-control.checking-field.ng-touched{padding-right:0;background-position-y:14px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.mat-chip-list-wrapper input.mat-input-element,.mat-chip-list-wrapper .mat-standard-chip{margin:1px 4px 4px!important;padding-top:10px!important}.mat-chip-list-wrapper{margin:0!important;padding:5px!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:.6176;transform:translate(62.6375vw,-10px) scale(.2763);animation:fall-1 26s -29s linear infinite}@keyframes fall-1{50.599%{transform:translate(68.5584vw,50.599vh) scale(.2763)}to{transform:translate(65.59795vw,99vh) scale(.2763)}}.snow:nth-child(2){opacity:1.3712;transform:translate(13.9105vw,-10px) scale(.5108);animation:fall-2 21s -11s linear infinite}@keyframes fall-2{43.484%{transform:translate(8.1623vw,43.484vh) scale(.5108)}to{transform:translate(11.0364vw,99vh) scale(.5108)}}.snow:nth-child(3){opacity:1.859;transform:translate(86.8972vw,-10px) scale(.5905);animation:fall-3 29s -29s linear infinite}@keyframes fall-3{44.959%{transform:translate(91.2616vw,44.959vh) scale(.5905)}to{transform:translate(89.0794vw,99vh) scale(.5905)}}.snow:nth-child(4){opacity:1.958;transform:translate(12.7993vw,-10px) scale(.2232);animation:fall-4 18s -29s linear infinite}@keyframes fall-4{52.096%{transform:translate(16.6802vw,52.096vh) scale(.2232)}to{transform:translate(14.73975vw,99vh) scale(.2232)}}.snow:nth-child(5){opacity:1.9098;transform:translate(85.2017vw,-10px) scale(.6601);animation:fall-5 23s -28s linear infinite}@keyframes fall-5{58.228%{transform:translate(81.4225vw,58.228vh) scale(.6601)}to{transform:translate(83.3121vw,99vh) scale(.6601)}}.snow:nth-child(6){opacity:1.1496;transform:translate(60.366vw,-10px) scale(.2494);animation:fall-6 10s -18s linear infinite}@keyframes fall-6{35.004%{transform:translate(58.9599vw,35.004vh) scale(.2494)}to{transform:translate(59.66295vw,99vh) scale(.2494)}}.snow:nth-child(7){opacity:1.927;transform:translate(16.7523vw,-10px) scale(.7403);animation:fall-7 13s -13s linear infinite}@keyframes fall-7{56.162%{transform:translate(14.4507vw,56.162vh) scale(.7403)}to{transform:translate(15.6015vw,99vh) scale(.7403)}}.snow:nth-child(8){opacity:.2806;transform:translate(82.8899vw,-10px) scale(.8158);animation:fall-8 16s -20s linear infinite}@keyframes fall-8{68.68%{transform:translate(75.2673vw,68.68vh) scale(.8158)}to{transform:translate(79.0786vw,99vh) scale(.8158)}}.snow:nth-child(9){opacity:.3576;transform:translate(65.8477vw,-10px) scale(.7831);animation:fall-9 29s -19s linear infinite}@keyframes fall-9{38.42%{transform:translate(60.056vw,38.42vh) scale(.7831)}to{transform:translate(62.95185vw,99vh) scale(.7831)}}.snow:nth-child(10){opacity:1.1718;transform:translate(19.2343vw,-10px) scale(.2752);animation:fall-10 23s -25s linear infinite}@keyframes fall-10{77.982%{transform:translate(20.9727vw,77.982vh) scale(.2752)}to{transform:translate(20.1035vw,99vh) scale(.2752)}}.snow:nth-child(11){opacity:1.312;transform:translate(74.7806vw,-10px) scale(.6058);animation:fall-11 12s -15s linear infinite}@keyframes fall-11{69.202%{transform:translate(84.7138vw,69.202vh) scale(.6058)}to{transform:translate(79.7472vw,99vh) scale(.6058)}}.snow:nth-child(12){opacity:.9202;transform:translate(10.1768vw,-10px) scale(.0062);animation:fall-12 30s -3s linear infinite}@keyframes fall-12{75.529%{transform:translate(7.04vw,75.529vh) scale(.0062)}to{transform:translate(8.6084vw,99vh) scale(.0062)}}.snow:nth-child(13){opacity:1.511;transform:translate(71.2879vw,-10px) scale(.0629);animation:fall-13 13s -13s linear infinite}@keyframes fall-13{41.572%{transform:translate(79.3197vw,41.572vh) scale(.0629)}to{transform:translate(75.3038vw,99vh) scale(.0629)}}.snow:nth-child(14){opacity:1.9054;transform:translate(97.2158vw,-10px) scale(.1802);animation:fall-14 11s -28s linear infinite}@keyframes fall-14{54.478%{transform:translate(89.7673vw,54.478vh) scale(.1802)}to{transform:translate(93.49155vw,99vh) scale(.1802)}}.snow:nth-child(15){opacity:.4874;transform:translate(72.2334vw,-10px) scale(.4392);animation:fall-15 14s -9s linear infinite}@keyframes fall-15{63.531%{transform:translate(65.8079vw,63.531vh) scale(.4392)}to{transform:translate(69.02065vw,99vh) scale(.4392)}}.snow:nth-child(16){opacity:.596;transform:translate(14.1625vw,-10px) scale(.1715);animation:fall-16 27s -20s linear infinite}@keyframes fall-16{77.078%{transform:translate(9.1866vw,77.078vh) scale(.1715)}to{transform:translate(11.67455vw,99vh) scale(.1715)}}.snow:nth-child(17){opacity:1.6648;transform:translate(21.1454vw,-10px) scale(.0839);animation:fall-17 21s -17s linear infinite}@keyframes fall-17{38.045%{transform:translate(15.8138vw,38.045vh) scale(.0839)}to{transform:translate(18.4796vw,99vh) scale(.0839)}}.snow:nth-child(18){opacity:1.6786;transform:translate(.0731vw,-10px) scale(.8971);animation:fall-18 23s -10s linear infinite}@keyframes fall-18{77.163%{transform:translate(9.8212vw,77.163vh) scale(.8971)}to{transform:translate(4.94715vw,99vh) scale(.8971)}}.snow:nth-child(19){opacity:1.8346;transform:translate(41.4162vw,-10px) scale(.2145);animation:fall-19 13s -24s linear infinite}@keyframes fall-19{77.026%{transform:translate(44.0437vw,77.026vh) scale(.2145)}to{transform:translate(42.72995vw,99vh) scale(.2145)}}.snow:nth-child(20){opacity:1.1804;transform:translate(16.9682vw,-10px) scale(.2283);animation:fall-20 15s -24s linear infinite}@keyframes fall-20{45.886%{transform:translate(17.9362vw,45.886vh) scale(.2283)}to{transform:translate(17.4522vw,99vh) scale(.2283)}}.snow:nth-child(21){opacity:1.1356;transform:translate(57.2221vw,-10px) scale(.8567);animation:fall-21 20s -3s linear infinite}@keyframes fall-21{48.27%{transform:translate(53.6119vw,48.27vh) scale(.8567)}to{transform:translate(55.417vw,99vh) scale(.8567)}}.snow:nth-child(22){opacity:.5462;transform:translate(20.9342vw,-10px) scale(.2517);animation:fall-22 10s -13s linear infinite}@keyframes fall-22{47.085%{transform:translate(12.0794vw,47.085vh) scale(.2517)}to{transform:translate(16.5068vw,99vh) scale(.2517)}}.snow:nth-child(23){opacity:1.5794;transform:translate(60.6668vw,-10px) scale(.8109);animation:fall-23 19s -14s linear infinite}@keyframes fall-23{48.778%{transform:translate(60.7926vw,48.778vh) scale(.8109)}to{transform:translate(60.7297vw,99vh) scale(.8109)}}.snow:nth-child(24){opacity:1.174;transform:translate(63.0324vw,-10px) scale(.755);animation:fall-24 25s -23s linear infinite}@keyframes fall-24{39.741%{transform:translate(54.2048vw,39.741vh) scale(.755)}to{transform:translate(58.6186vw,99vh) scale(.755)}}.snow:nth-child(25){opacity:1.668;transform:translate(81.5213vw,-10px) scale(.3075);animation:fall-25 14s -30s linear infinite}@keyframes fall-25{36.965%{transform:translate(90.2206vw,36.965vh) scale(.3075)}to{transform:translate(85.87095vw,99vh) scale(.3075)}}.snow:nth-child(26){opacity:1.9462;transform:translate(43.3153vw,-10px) scale(.7452);animation:fall-26 25s -7s linear infinite}@keyframes fall-26{33.117%{transform:translate(33.4271vw,33.117vh) scale(.7452)}to{transform:translate(38.3712vw,99vh) scale(.7452)}}.snow:nth-child(27){opacity:1.8424;transform:translate(16.0884vw,-10px) scale(.8115);animation:fall-27 17s -9s linear infinite}@keyframes fall-27{62.492%{transform:translate(22.9534vw,62.492vh) scale(.8115)}to{transform:translate(19.5209vw,99vh) scale(.8115)}}.snow:nth-child(28){opacity:1.6836;transform:translate(12.8435vw,-10px) scale(.2368);animation:fall-28 14s -23s linear infinite}@keyframes fall-28{68.235%{transform:translate(17.563vw,68.235vh) scale(.2368)}to{transform:translate(15.20325vw,99vh) scale(.2368)}}.snow:nth-child(29){opacity:1.7922;transform:translate(68.0465vw,-10px) scale(.1057);animation:fall-29 25s -5s linear infinite}@keyframes fall-29{30.797%{transform:translate(64.9615vw,30.797vh) scale(.1057)}to{transform:translate(66.504vw,99vh) scale(.1057)}}.snow:nth-child(30){opacity:1.1758;transform:translate(39.5984vw,-10px) scale(.2227);animation:fall-30 10s -28s linear infinite}@keyframes fall-30{48.513%{transform:translate(44.7047vw,48.513vh) scale(.2227)}to{transform:translate(42.15155vw,99vh) scale(.2227)}}.snow:nth-child(31){opacity:1.6394;transform:translate(68.1683vw,-10px) scale(.0834);animation:fall-31 29s -16s linear infinite}@keyframes fall-31{40.503%{transform:translate(60.0516vw,40.503vh) scale(.0834)}to{transform:translate(64.10995vw,99vh) scale(.0834)}}.snow:nth-child(32){opacity:.5106;transform:translate(57.4402vw,-10px) scale(.6403);animation:fall-32 27s -23s linear infinite}@keyframes fall-32{35.516%{transform:translate(48.7293vw,35.516vh) scale(.6403)}to{transform:translate(53.08475vw,99vh) scale(.6403)}}.snow:nth-child(33){opacity:.1404;transform:translate(14.0856vw,-10px) scale(.0564);animation:fall-33 23s -8s linear infinite}@keyframes fall-33{52.164%{transform:translate(19.8299vw,52.164vh) scale(.0564)}to{transform:translate(16.95775vw,99vh) scale(.0564)}}.snow:nth-child(34){opacity:1.6448;transform:translate(22.2063vw,-10px) scale(.1223);animation:fall-34 23s -6s linear infinite}@keyframes fall-34{74.463%{transform:translate(25.6043vw,74.463vh) scale(.1223)}to{transform:translate(23.9053vw,99vh) scale(.1223)}}.snow:nth-child(35){opacity:.455;transform:translate(17.8266vw,-10px) scale(.4822);animation:fall-35 15s -3s linear infinite}@keyframes fall-35{53.84%{transform:translate(15.0532vw,53.84vh) scale(.4822)}to{transform:translate(16.4399vw,99vh) scale(.4822)}}.snow:nth-child(36){opacity:.4976;transform:translate(12.1115vw,-10px) scale(.0408);animation:fall-36 21s -3s linear infinite}@keyframes fall-36{77.543%{transform:translate(7.0028vw,77.543vh) scale(.0408)}to{transform:translate(9.55715vw,99vh) scale(.0408)}}.snow:nth-child(37){opacity:.8734;transform:translate(90.5879vw,-10px) scale(.9021);animation:fall-37 23s -11s linear infinite}@keyframes fall-37{76.869%{transform:translate(98.7382vw,76.869vh) scale(.9021)}to{transform:translate(94.66305vw,99vh) scale(.9021)}}.snow:nth-child(38){opacity:.147;transform:translate(32.6537vw,-10px) scale(.228);animation:fall-38 16s -13s linear infinite}@keyframes fall-38{47.697%{transform:translate(42.5542vw,47.697vh) scale(.228)}to{transform:translate(37.60395vw,99vh) scale(.228)}}.snow:nth-child(39){opacity:1.454;transform:translate(46.2859vw,-10px) scale(.5459);animation:fall-39 12s -30s linear infinite}@keyframes fall-39{64.076%{transform:translate(54.8357vw,64.076vh) scale(.5459)}to{transform:translate(50.5608vw,99vh) scale(.5459)}}.snow:nth-child(40){opacity:.2796;transform:translate(61.2527vw,-10px) scale(.4576);animation:fall-40 28s -4s linear infinite}@keyframes fall-40{45.224%{transform:translate(69.595vw,45.224vh) scale(.4576)}to{transform:translate(65.42385vw,99vh) scale(.4576)}}.snow:nth-child(41){opacity:1.3488;transform:translate(8.2623vw,-10px) scale(.8052);animation:fall-41 29s -19s linear infinite}@keyframes fall-41{39.129%{transform:translate(.8793vw,39.129vh) scale(.8052)}to{transform:translate(4.5708vw,99vh) scale(.8052)}}.snow:nth-child(42){opacity:1.9312;transform:translate(51.276vw,-10px) scale(.2202);animation:fall-42 27s -12s linear infinite}@keyframes fall-42{59.78%{transform:translate(51.4943vw,59.78vh) scale(.2202)}to{transform:translate(51.38515vw,99vh) scale(.2202)}}.snow:nth-child(43){opacity:.8324;transform:translate(23.9293vw,-10px) scale(.0383);animation:fall-43 12s -5s linear infinite}@keyframes fall-43{39.279%{transform:translate(22.2831vw,39.279vh) scale(.0383)}to{transform:translate(23.1062vw,99vh) scale(.0383)}}.snow:nth-child(44){opacity:.6444;transform:translate(50.1108vw,-10px) scale(.8903);animation:fall-44 19s -15s linear infinite}@keyframes fall-44{39.008%{transform:translate(47.1694vw,39.008vh) scale(.8903)}to{transform:translate(48.6401vw,99vh) scale(.8903)}}.snow:nth-child(45){opacity:.5632;transform:translate(98.8806vw,-10px) scale(.8858);animation:fall-45 19s -22s linear infinite}@keyframes fall-45{41.235%{transform:translate(105.3915vw,41.235vh) scale(.8858)}to{transform:translate(102.13605vw,99vh) scale(.8858)}}.snow:nth-child(46){opacity:1.763;transform:translate(99.3549vw,-10px) scale(.8813);animation:fall-46 20s -13s linear infinite}@keyframes fall-46{44.185%{transform:translate(102.4128vw,44.185vh) scale(.8813)}to{transform:translate(100.88385vw,99vh) scale(.8813)}}.snow:nth-child(47){opacity:.5602;transform:translate(12.7365vw,-10px) scale(.055);animation:fall-47 20s -16s linear infinite}@keyframes fall-47{74.717%{transform:translate(13.853vw,74.717vh) scale(.055)}to{transform:translate(13.29475vw,99vh) scale(.055)}}.snow:nth-child(48){opacity:1.6746;transform:translate(26.4237vw,-10px) scale(.6201);animation:fall-48 12s -29s linear infinite}@keyframes fall-48{65.514%{transform:translate(21.285vw,65.514vh) scale(.6201)}to{transform:translate(23.85435vw,99vh) scale(.6201)}}.snow:nth-child(49){opacity:1.4044;transform:translate(39.8649vw,-10px) scale(.1407);animation:fall-49 24s -30s linear infinite}@keyframes fall-49{42.865%{transform:translate(39.8228vw,42.865vh) scale(.1407)}to{transform:translate(39.84385vw,99vh) scale(.1407)}}.snow:nth-child(50){opacity:1.9854;transform:translate(41.9633vw,-10px) scale(.857);animation:fall-50 18s -17s linear infinite}@keyframes fall-50{45.864%{transform:translate(51.2437vw,45.864vh) scale(.857)}to{transform:translate(46.6035vw,99vh) scale(.857)}}.snow:nth-child(51){opacity:1.5854;transform:translate(18.8756vw,-10px) scale(.2629);animation:fall-51 15s -16s linear infinite}@keyframes fall-51{78.201%{transform:translate(13.5217vw,78.201vh) scale(.2629)}to{transform:translate(16.19865vw,99vh) scale(.2629)}}.snow:nth-child(52){opacity:.7568;transform:translate(90.5025vw,-10px) scale(.0932);animation:fall-52 27s -1s linear infinite}@keyframes fall-52{59.342%{transform:translate(92.5999vw,59.342vh) scale(.0932)}to{transform:translate(91.5512vw,99vh) scale(.0932)}}.snow:nth-child(53){opacity:.1988;transform:translate(90.69vw,-10px) scale(.1258);animation:fall-53 23s -28s linear infinite}@keyframes fall-53{49.999%{transform:translate(88.3508vw,49.999vh) scale(.1258)}to{transform:translate(89.5204vw,99vh) scale(.1258)}}.snow:nth-child(54){opacity:1.7108;transform:translate(6.6345vw,-10px) scale(.6913);animation:fall-54 27s -11s linear infinite}@keyframes fall-54{43.246%{transform:translate(8.1815vw,43.246vh) scale(.6913)}to{transform:translate(7.408vw,99vh) scale(.6913)}}.snow:nth-child(55){opacity:1.0172;transform:translate(96.6911vw,-10px) scale(.782);animation:fall-55 20s -22s linear infinite}@keyframes fall-55{79.59%{transform:translate(89.4324vw,79.59vh) scale(.782)}to{transform:translate(93.06175vw,99vh) scale(.782)}}.snow:nth-child(56){opacity:1.1506;transform:translate(20.46vw,-10px) scale(.7616);animation:fall-56 16s -29s linear infinite}@keyframes fall-56{66.073%{transform:translate(30.2379vw,66.073vh) scale(.7616)}to{transform:translate(25.34895vw,99vh) scale(.7616)}}.snow:nth-child(57){opacity:.3044;transform:translate(88.7678vw,-10px) scale(.1224);animation:fall-57 14s -20s linear infinite}@keyframes fall-57{59.735%{transform:translate(82.5076vw,59.735vh) scale(.1224)}to{transform:translate(85.6377vw,99vh) scale(.1224)}}.snow:nth-child(58){opacity:1.8056;transform:translate(92.9097vw,-10px) scale(.1893);animation:fall-58 27s -7s linear infinite}@keyframes fall-58{71.991%{transform:translate(93.7579vw,71.991vh) scale(.1893)}to{transform:translate(93.3338vw,99vh) scale(.1893)}}.snow:nth-child(59){opacity:.434;transform:translate(23.6121vw,-10px) scale(.0367);animation:fall-59 16s -23s linear infinite}@keyframes fall-59{72.049%{transform:translate(25.2385vw,72.049vh) scale(.0367)}to{transform:translate(24.4253vw,99vh) scale(.0367)}}.snow:nth-child(60){opacity:.7624;transform:translate(30.8562vw,-10px) scale(.6811);animation:fall-60 23s -12s linear infinite}@keyframes fall-60{79.066%{transform:translate(31.392vw,79.066vh) scale(.6811)}to{transform:translate(31.1241vw,99vh) scale(.6811)}}.snow:nth-child(61){opacity:1.1406;transform:translate(35.6025vw,-10px) scale(.0224);animation:fall-61 29s -12s linear infinite}@keyframes fall-61{54.638%{transform:translate(35.1754vw,54.638vh) scale(.0224)}to{transform:translate(35.38895vw,99vh) scale(.0224)}}.snow:nth-child(62){opacity:1.4592;transform:translate(15.0381vw,-10px) scale(.0869);animation:fall-62 18s -1s linear infinite}@keyframes fall-62{76.039%{transform:translate(23.7116vw,76.039vh) scale(.0869)}to{transform:translate(19.37485vw,99vh) scale(.0869)}}.snow:nth-child(63){opacity:.2344;transform:translate(71.6837vw,-10px) scale(.034);animation:fall-63 17s -5s linear infinite}@keyframes fall-63{44.419%{transform:translate(78.5975vw,44.419vh) scale(.034)}to{transform:translate(75.1406vw,99vh) scale(.034)}}.snow:nth-child(64){opacity:.9754;transform:translate(45.7332vw,-10px) scale(.5765);animation:fall-64 12s -8s linear infinite}@keyframes fall-64{49.359%{transform:translate(42.9782vw,49.359vh) scale(.5765)}to{transform:translate(44.3557vw,99vh) scale(.5765)}}.snow:nth-child(65){opacity:1.906;transform:translate(48.4255vw,-10px) scale(.8691);animation:fall-65 23s -2s linear infinite}@keyframes fall-65{60.006%{transform:translate(48.46vw,60.006vh) scale(.8691)}to{transform:translate(48.44275vw,99vh) scale(.8691)}}.snow:nth-child(66){opacity:.6832;transform:translate(53.9vw,-10px) scale(.11);animation:fall-66 23s -21s linear infinite}@keyframes fall-66{65.901%{transform:translate(49.5249vw,65.901vh) scale(.11)}to{transform:translate(51.71245vw,99vh) scale(.11)}}.snow:nth-child(67){opacity:1.5398;transform:translate(72.4589vw,-10px) scale(.1444);animation:fall-67 30s -3s linear infinite}@keyframes fall-67{77.414%{transform:translate(67.9497vw,77.414vh) scale(.1444)}to{transform:translate(70.2043vw,99vh) scale(.1444)}}.snow:nth-child(68){opacity:.7634;transform:translate(9.9346vw,-10px) scale(.6439);animation:fall-68 24s -28s linear infinite}@keyframes fall-68{31.812%{transform:translate(.9793vw,31.812vh) scale(.6439)}to{transform:translate(5.45695vw,99vh) scale(.6439)}}.snow:nth-child(69){opacity:.93;transform:translate(21.1531vw,-10px) scale(.3686);animation:fall-69 25s -25s linear infinite}@keyframes fall-69{40.268%{transform:translate(25.5843vw,40.268vh) scale(.3686)}to{transform:translate(23.3687vw,99vh) scale(.3686)}}.snow:nth-child(70){opacity:.9858;transform:translate(89.0736vw,-10px) scale(.4595);animation:fall-70 26s -30s linear infinite}@keyframes fall-70{48.404%{transform:translate(94.5046vw,48.404vh) scale(.4595)}to{transform:translate(91.7891vw,99vh) scale(.4595)}}.snow:nth-child(71){opacity:1.1914;transform:translate(5.9752vw,-10px) scale(.6314);animation:fall-71 27s -5s linear infinite}@keyframes fall-71{69.695%{transform:translate(11.5261vw,69.695vh) scale(.6314)}to{transform:translate(8.75065vw,99vh) scale(.6314)}}.snow:nth-child(72){opacity:1.3306;transform:translate(27.8706vw,-10px) scale(.0961);animation:fall-72 22s -24s linear infinite}@keyframes fall-72{51.829%{transform:translate(26.7267vw,51.829vh) scale(.0961)}to{transform:translate(27.29865vw,99vh) scale(.0961)}}.snow:nth-child(73){opacity:.6518;transform:translate(70.3554vw,-10px) scale(.0802);animation:fall-73 15s -4s linear infinite}@keyframes fall-73{55.834%{transform:translate(66.7434vw,55.834vh) scale(.0802)}to{transform:translate(68.5494vw,99vh) scale(.0802)}}.snow:nth-child(74){opacity:.4226;transform:translate(66.2148vw,-10px) scale(.2705);animation:fall-74 13s -20s linear infinite}@keyframes fall-74{76.594%{transform:translate(58.852vw,76.594vh) scale(.2705)}to{transform:translate(62.5334vw,99vh) scale(.2705)}}.snow:nth-child(75){opacity:1.9468;transform:translate(24.0819vw,-10px) scale(.397);animation:fall-75 17s -5s linear infinite}@keyframes fall-75{53.818%{transform:translate(32.2327vw,53.818vh) scale(.397)}to{transform:translate(28.1573vw,99vh) scale(.397)}}.snow:nth-child(76){opacity:1.6758;transform:translate(66.0484vw,-10px) scale(.6832);animation:fall-76 29s -17s linear infinite}@keyframes fall-76{33.448%{transform:translate(71.8571vw,33.448vh) scale(.6832)}to{transform:translate(68.95275vw,99vh) scale(.6832)}}.snow:nth-child(77){opacity:1.598;transform:translate(27.8575vw,-10px) scale(.7698);animation:fall-77 29s -30s linear infinite}@keyframes fall-77{79.205%{transform:translate(22.0323vw,79.205vh) scale(.7698)}to{transform:translate(24.9449vw,99vh) scale(.7698)}}.snow:nth-child(78){opacity:1.0504;transform:translate(17.7894vw,-10px) scale(.0049);animation:fall-78 11s -29s linear infinite}@keyframes fall-78{40.074%{transform:translate(16.9546vw,40.074vh) scale(.0049)}to{transform:translate(17.372vw,99vh) scale(.0049)}}.snow:nth-child(79){opacity:1.3442;transform:translate(50.8033vw,-10px) scale(.5817);animation:fall-79 18s -29s linear infinite}@keyframes fall-79{53.386%{transform:translate(55.1115vw,53.386vh) scale(.5817)}to{transform:translate(52.9574vw,99vh) scale(.5817)}}.snow:nth-child(80){opacity:1.946;transform:translate(15.1106vw,-10px) scale(.7539);animation:fall-80 14s -25s linear infinite}@keyframes fall-80{72.051%{transform:translate(20.5588vw,72.051vh) scale(.7539)}to{transform:translate(17.8347vw,99vh) scale(.7539)}}.snow:nth-child(81){opacity:1.724;transform:translate(50.3468vw,-10px) scale(.8483);animation:fall-81 19s -9s linear infinite}@keyframes fall-81{66.161%{transform:translate(47.9757vw,66.161vh) scale(.8483)}to{transform:translate(49.16125vw,99vh) scale(.8483)}}.snow:nth-child(82){opacity:1.4484;transform:translate(89.3177vw,-10px) scale(.0804);animation:fall-82 15s -10s linear infinite}@keyframes fall-82{60.364%{transform:translate(96.9378vw,60.364vh) scale(.0804)}to{transform:translate(93.12775vw,99vh) scale(.0804)}}.snow:nth-child(83){opacity:.6514;transform:translate(23.4039vw,-10px) scale(.1811);animation:fall-83 25s -4s linear infinite}@keyframes fall-83{41.273%{transform:translate(24.3565vw,41.273vh) scale(.1811)}to{transform:translate(23.8802vw,99vh) scale(.1811)}}.snow:nth-child(84){opacity:.7306;transform:translate(99.9209vw,-10px) scale(.4624);animation:fall-84 11s -1s linear infinite}@keyframes fall-84{76.697%{transform:translate(93.0749vw,76.697vh) scale(.4624)}to{transform:translate(96.4979vw,99vh) scale(.4624)}}.snow:nth-child(85){opacity:.366;transform:translate(21.8933vw,-10px) scale(.9378);animation:fall-85 26s -3s linear infinite}@keyframes fall-85{67.627%{transform:translate(22.5079vw,67.627vh) scale(.9378)}to{transform:translate(22.2006vw,99vh) scale(.9378)}}.snow:nth-child(86){opacity:.5894;transform:translate(30.696vw,-10px) scale(.0697);animation:fall-86 16s -3s linear infinite}@keyframes fall-86{37.51%{transform:translate(27.4923vw,37.51vh) scale(.0697)}to{transform:translate(29.09415vw,99vh) scale(.0697)}}.snow:nth-child(87){opacity:.1912;transform:translate(57.0602vw,-10px) scale(.667);animation:fall-87 26s -6s linear infinite}@keyframes fall-87{42.55%{transform:translate(64.2572vw,42.55vh) scale(.667)}to{transform:translate(60.6587vw,99vh) scale(.667)}}.snow:nth-child(88){opacity:1.6344;transform:translate(56.3529vw,-10px) scale(.9355);animation:fall-88 27s -1s linear infinite}@keyframes fall-88{44.052%{transform:translate(63.0378vw,44.052vh) scale(.9355)}to{transform:translate(59.69535vw,99vh) scale(.9355)}}.snow:nth-child(89){opacity:.2428;transform:translate(58.9392vw,-10px) scale(.8673);animation:fall-89 24s -30s linear infinite}@keyframes fall-89{77.507%{transform:translate(62.5058vw,77.507vh) scale(.8673)}to{transform:translate(60.7225vw,99vh) scale(.8673)}}.snow:nth-child(90){opacity:1.148;transform:translate(5.5652vw,-10px) scale(.8364);animation:fall-90 21s -6s linear infinite}@keyframes fall-90{47.434%{transform:translate(10.7435vw,47.434vh) scale(.8364)}to{transform:translate(8.15435vw,99vh) scale(.8364)}}.snow:nth-child(91){opacity:1.2826;transform:translate(27.7877vw,-10px) scale(.5423);animation:fall-91 11s -2s linear infinite}@keyframes fall-91{63.246%{transform:translate(28.3233vw,63.246vh) scale(.5423)}to{transform:translate(28.0555vw,99vh) scale(.5423)}}.snow:nth-child(92){opacity:.4588;transform:translate(93.2926vw,-10px) scale(.5899);animation:fall-92 29s -1s linear infinite}@keyframes fall-92{63.499%{transform:translate(88.3464vw,63.499vh) scale(.5899)}to{transform:translate(90.8195vw,99vh) scale(.5899)}}.snow:nth-child(93){opacity:1.9822;transform:translate(21.3151vw,-10px) scale(.1928);animation:fall-93 25s -1s linear infinite}@keyframes fall-93{73.781%{transform:translate(29.4847vw,73.781vh) scale(.1928)}to{transform:translate(25.3999vw,99vh) scale(.1928)}}.snow:nth-child(94){opacity:.5102;transform:translate(65.5203vw,-10px) scale(.1032);animation:fall-94 18s -25s linear infinite}@keyframes fall-94{36.029%{transform:translate(62.4336vw,36.029vh) scale(.1032)}to{transform:translate(63.97695vw,99vh) scale(.1032)}}.snow:nth-child(95){opacity:.7306;transform:translate(66.3155vw,-10px) scale(.4693);animation:fall-95 14s -19s linear infinite}@keyframes fall-95{73.845%{transform:translate(60.1001vw,73.845vh) scale(.4693)}to{transform:translate(63.2078vw,99vh) scale(.4693)}}.snow:nth-child(96){opacity:1.7246;transform:translate(5.8492vw,-10px) scale(.3953);animation:fall-96 12s -2s linear infinite}@keyframes fall-96{58.277%{transform:translate(11.3117vw,58.277vh) scale(.3953)}to{transform:translate(8.58045vw,99vh) scale(.3953)}}.snow:nth-child(97){opacity:1.7854;transform:translate(.4379vw,-10px) scale(.8672);animation:fall-97 26s -23s linear infinite}@keyframes fall-97{40.099%{transform:translate(6.7552vw,40.099vh) scale(.8672)}to{transform:translate(3.59655vw,99vh) scale(.8672)}}.snow:nth-child(98){opacity:.1786;transform:translate(21.3931vw,-10px) scale(.8492);animation:fall-98 25s -10s linear infinite}@keyframes fall-98{39.655%{transform:translate(21.4869vw,39.655vh) scale(.8492)}to{transform:translate(21.44vw,99vh) scale(.8492)}}.snow:nth-child(99){opacity:.2778;transform:translate(35.1353vw,-10px) scale(.0715);animation:fall-99 22s -12s linear infinite}@keyframes fall-99{55.084%{transform:translate(40.5793vw,55.084vh) scale(.0715)}to{transform:translate(37.8573vw,99vh) scale(.0715)}}.snow:nth-child(100){opacity:.8836;transform:translate(65.4129vw,-10px) scale(.163);animation:fall-100 26s -8s linear infinite}@keyframes fall-100{53.033%{transform:translate(64.1299vw,53.033vh) scale(.163)}to{transform:translate(64.7714vw,99vh) scale(.163)}}.snow:nth-child(101){opacity:.8578;transform:translate(56.542vw,-10px) scale(.1844);animation:fall-101 16s -9s linear infinite}@keyframes fall-101{41.998%{transform:translate(66.1251vw,41.998vh) scale(.1844)}to{transform:translate(61.33355vw,99vh) scale(.1844)}}.snow:nth-child(102){opacity:1.0722;transform:translate(11.3335vw,-10px) scale(.8645);animation:fall-102 12s -18s linear infinite}@keyframes fall-102{39.704%{transform:translate(14.4684vw,39.704vh) scale(.8645)}to{transform:translate(12.90095vw,99vh) scale(.8645)}}.snow:nth-child(103){opacity:1.873;transform:translate(16.9123vw,-10px) scale(.3974);animation:fall-103 14s -27s linear infinite}@keyframes fall-103{53.344%{transform:translate(18.6995vw,53.344vh) scale(.3974)}to{transform:translate(17.8059vw,99vh) scale(.3974)}}.snow:nth-child(104){opacity:.0676;transform:translate(36.841vw,-10px) scale(.4524);animation:fall-104 29s -13s linear infinite}@keyframes fall-104{37.101%{transform:translate(36.7024vw,37.101vh) scale(.4524)}to{transform:translate(36.7717vw,99vh) scale(.4524)}}.snow:nth-child(105){opacity:1.8986;transform:translate(42.3826vw,-10px) scale(.4867);animation:fall-105 13s -3s linear infinite}@keyframes fall-105{37.086%{transform:translate(48.9982vw,37.086vh) scale(.4867)}to{transform:translate(45.6904vw,99vh) scale(.4867)}}.snow:nth-child(106){opacity:.4132;transform:translate(76.0079vw,-10px) scale(.4359);animation:fall-106 12s -27s linear infinite}@keyframes fall-106{77.399%{transform:translate(74.6057vw,77.399vh) scale(.4359)}to{transform:translate(75.3068vw,99vh) scale(.4359)}}.snow:nth-child(107){opacity:.6144;transform:translate(27.692vw,-10px) scale(.9349);animation:fall-107 25s -24s linear infinite}@keyframes fall-107{56.014%{transform:translate(23.8024vw,56.014vh) scale(.9349)}to{transform:translate(25.7472vw,99vh) scale(.9349)}}.snow:nth-child(108){opacity:.7858;transform:translate(60.6594vw,-10px) scale(.7919);animation:fall-108 27s -13s linear infinite}@keyframes fall-108{53.53%{transform:translate(61.5199vw,53.53vh) scale(.7919)}to{transform:translate(61.08965vw,99vh) scale(.7919)}}.snow:nth-child(109){opacity:.6834;transform:translate(73.5532vw,-10px) scale(.9882);animation:fall-109 19s -15s linear infinite}@keyframes fall-109{70.433%{transform:translate(77.3429vw,70.433vh) scale(.9882)}to{transform:translate(75.44805vw,99vh) scale(.9882)}}.snow:nth-child(110){opacity:.7504;transform:translate(14.6073vw,-10px) scale(.7218);animation:fall-110 24s -28s linear infinite}@keyframes fall-110{37.771%{transform:translate(16.77vw,37.771vh) scale(.7218)}to{transform:translate(15.68865vw,99vh) scale(.7218)}}.snow:nth-child(111){opacity:1.7532;transform:translate(10.2611vw,-10px) scale(.886);animation:fall-111 20s -20s linear infinite}@keyframes fall-111{40.491%{transform:translate(10.9886vw,40.491vh) scale(.886)}to{transform:translate(10.62485vw,99vh) scale(.886)}}.snow:nth-child(112){opacity:.58;transform:translate(56.0791vw,-10px) scale(.2859);animation:fall-112 28s -9s linear infinite}@keyframes fall-112{44.155%{transform:translate(63.1215vw,44.155vh) scale(.2859)}to{transform:translate(59.6003vw,99vh) scale(.2859)}}.snow:nth-child(113){opacity:.8224;transform:translate(80.624vw,-10px) scale(.4543);animation:fall-113 16s -19s linear infinite}@keyframes fall-113{52.984%{transform:translate(70.6864vw,52.984vh) scale(.4543)}to{transform:translate(75.6552vw,99vh) scale(.4543)}}.snow:nth-child(114){opacity:.011;transform:translate(28.9094vw,-10px) scale(.4247);animation:fall-114 20s -20s linear infinite}@keyframes fall-114{33.282%{transform:translate(33.7795vw,33.282vh) scale(.4247)}to{transform:translate(31.34445vw,99vh) scale(.4247)}}.snow:nth-child(115){opacity:.8266;transform:translate(97.5794vw,-10px) scale(.0197);animation:fall-115 26s -3s linear infinite}@keyframes fall-115{69.18%{transform:translate(106.7758vw,69.18vh) scale(.0197)}to{transform:translate(102.1776vw,99vh) scale(.0197)}}.snow:nth-child(116){opacity:.6176;transform:translate(4.3713vw,-10px) scale(.2704);animation:fall-116 23s -19s linear infinite}@keyframes fall-116{52.48%{transform:translate(9.3902vw,52.48vh) scale(.2704)}to{transform:translate(6.88075vw,99vh) scale(.2704)}}.snow:nth-child(117){opacity:.6478;transform:translate(7.7127vw,-10px) scale(.7793);animation:fall-117 29s -2s linear infinite}@keyframes fall-117{37.629%{transform:translate(17.4768vw,37.629vh) scale(.7793)}to{transform:translate(12.59475vw,99vh) scale(.7793)}}.snow:nth-child(118){opacity:.988;transform:translate(25.8019vw,-10px) scale(.908);animation:fall-118 10s -2s linear infinite}@keyframes fall-118{62.664%{transform:translate(24.0652vw,62.664vh) scale(.908)}to{transform:translate(24.93355vw,99vh) scale(.908)}}.snow:nth-child(119){opacity:1.4918;transform:translate(5.6105vw,-10px) scale(.5966);animation:fall-119 14s -8s linear infinite}@keyframes fall-119{49.969%{transform:translate(13.9731vw,49.969vh) scale(.5966)}to{transform:translate(9.7918vw,99vh) scale(.5966)}}.snow:nth-child(120){opacity:1.6868;transform:translate(56.6461vw,-10px) scale(.7613);animation:fall-120 10s -11s linear infinite}@keyframes fall-120{42.401%{transform:translate(58.2669vw,42.401vh) scale(.7613)}to{transform:translate(57.4565vw,99vh) scale(.7613)}}.snow:nth-child(121){opacity:1.5858;transform:translate(73.963vw,-10px) scale(.5806);animation:fall-121 14s -7s linear infinite}@keyframes fall-121{71.687%{transform:translate(72.8375vw,71.687vh) scale(.5806)}to{transform:translate(73.40025vw,99vh) scale(.5806)}}.snow:nth-child(122){opacity:.4722;transform:translate(29.3853vw,-10px) scale(.9392);animation:fall-122 13s -29s linear infinite}@keyframes fall-122{41.307%{transform:translate(30.2045vw,41.307vh) scale(.9392)}to{transform:translate(29.7949vw,99vh) scale(.9392)}}.snow:nth-child(123){opacity:.4366;transform:translate(79.7322vw,-10px) scale(.3138);animation:fall-123 12s -19s linear infinite}@keyframes fall-123{47.961%{transform:translate(77.1795vw,47.961vh) scale(.3138)}to{transform:translate(78.45585vw,99vh) scale(.3138)}}.snow:nth-child(124){opacity:1.6538;transform:translate(62.2601vw,-10px) scale(.5397);animation:fall-124 18s -19s linear infinite}@keyframes fall-124{37.126%{transform:translate(66.2648vw,37.126vh) scale(.5397)}to{transform:translate(64.26245vw,99vh) scale(.5397)}}.snow:nth-child(125){opacity:.789;transform:translate(57.5291vw,-10px) scale(.329);animation:fall-125 29s -9s linear infinite}@keyframes fall-125{36.332%{transform:translate(53.5285vw,36.332vh) scale(.329)}to{transform:translate(55.5288vw,99vh) scale(.329)}}.snow:nth-child(126){opacity:.7734;transform:translate(89.9918vw,-10px) scale(.4881);animation:fall-126 14s -9s linear infinite}@keyframes fall-126{40.04%{transform:translate(94.6097vw,40.04vh) scale(.4881)}to{transform:translate(92.30075vw,99vh) scale(.4881)}}.snow:nth-child(127){opacity:.9754;transform:translate(45.6699vw,-10px) scale(.6552);animation:fall-127 24s -18s linear infinite}@keyframes fall-127{56.633%{transform:translate(51.7847vw,56.633vh) scale(.6552)}to{transform:translate(48.7273vw,99vh) scale(.6552)}}.snow:nth-child(128){opacity:1.4534;transform:translate(61.4565vw,-10px) scale(.9353);animation:fall-128 10s -12s linear infinite}@keyframes fall-128{62.56%{transform:translate(64.6975vw,62.56vh) scale(.9353)}to{transform:translate(63.077vw,99vh) scale(.9353)}}.snow:nth-child(129){opacity:1.388;transform:translate(71.0631vw,-10px) scale(.5148);animation:fall-129 24s -27s linear infinite}@keyframes fall-129{53.672%{transform:translate(79.149vw,53.672vh) scale(.5148)}to{transform:translate(75.10605vw,99vh) scale(.5148)}}.snow:nth-child(130){opacity:.3082;transform:translate(98.2727vw,-10px) scale(.5239);animation:fall-130 10s -29s linear infinite}@keyframes fall-130{49.249%{transform:translate(96.5497vw,49.249vh) scale(.5239)}to{transform:translate(97.4112vw,99vh) scale(.5239)}}.snow:nth-child(131){opacity:.4104;transform:translate(59.3642vw,-10px) scale(.6646);animation:fall-131 25s -1s linear infinite}@keyframes fall-131{45.998%{transform:translate(64.7513vw,45.998vh) scale(.6646)}to{transform:translate(62.05775vw,99vh) scale(.6646)}}.snow:nth-child(132){opacity:1.6634;transform:translate(70.9601vw,-10px) scale(.2419);animation:fall-132 12s -24s linear infinite}@keyframes fall-132{39.286%{transform:translate(61.8868vw,39.286vh) scale(.2419)}to{transform:translate(66.42345vw,99vh) scale(.2419)}}.snow:nth-child(133){opacity:1.2596;transform:translate(17.3851vw,-10px) scale(.81);animation:fall-133 14s -25s linear infinite}@keyframes fall-133{61.465%{transform:translate(19.0056vw,61.465vh) scale(.81)}to{transform:translate(18.19535vw,99vh) scale(.81)}}.snow:nth-child(134){opacity:.2842;transform:translate(47.7173vw,-10px) scale(.937);animation:fall-134 29s -10s linear infinite}@keyframes fall-134{66.105%{transform:translate(50.9287vw,66.105vh) scale(.937)}to{transform:translate(49.323vw,99vh) scale(.937)}}.snow:nth-child(135){opacity:.2282;transform:translate(5.7838vw,-10px) scale(.4127);animation:fall-135 13s -29s linear infinite}@keyframes fall-135{73.621%{transform:translate(7.8265vw,73.621vh) scale(.4127)}to{transform:translate(6.80515vw,99vh) scale(.4127)}}.snow:nth-child(136){opacity:1.2324;transform:translate(61.8662vw,-10px) scale(.3909);animation:fall-136 21s -7s linear infinite}@keyframes fall-136{61.315%{transform:translate(60.2158vw,61.315vh) scale(.3909)}to{transform:translate(61.041vw,99vh) scale(.3909)}}.snow:nth-child(137){opacity:1.0182;transform:translate(92.9966vw,-10px) scale(.7083);animation:fall-137 19s -8s linear infinite}@keyframes fall-137{72.633%{transform:translate(84.4643vw,72.633vh) scale(.7083)}to{transform:translate(88.73045vw,99vh) scale(.7083)}}.snow:nth-child(138){opacity:1.547;transform:translate(83.052vw,-10px) scale(.8496);animation:fall-138 18s -9s linear infinite}@keyframes fall-138{79.612%{transform:translate(73.8852vw,79.612vh) scale(.8496)}to{transform:translate(78.4686vw,99vh) scale(.8496)}}.snow:nth-child(139){opacity:1.4522;transform:translate(16.1242vw,-10px) scale(.6351);animation:fall-139 11s -11s linear infinite}@keyframes fall-139{77.554%{transform:translate(7.5672vw,77.554vh) scale(.6351)}to{transform:translate(11.8457vw,99vh) scale(.6351)}}.snow:nth-child(140){opacity:1.5292;transform:translate(96.4358vw,-10px) scale(.763);animation:fall-140 13s -15s linear infinite}@keyframes fall-140{57.382%{transform:translate(104.6081vw,57.382vh) scale(.763)}to{transform:translate(100.52195vw,99vh) scale(.763)}}.snow:nth-child(141){opacity:1.88;transform:translate(39.2012vw,-10px) scale(.9345);animation:fall-141 14s -3s linear infinite}@keyframes fall-141{32.939%{transform:translate(44.4659vw,32.939vh) scale(.9345)}to{transform:translate(41.83355vw,99vh) scale(.9345)}}.snow:nth-child(142){opacity:.311;transform:translate(41.6477vw,-10px) scale(.9232);animation:fall-142 13s -1s linear infinite}@keyframes fall-142{43.926%{transform:translate(37.4454vw,43.926vh) scale(.9232)}to{transform:translate(39.54655vw,99vh) scale(.9232)}}.snow:nth-child(143){opacity:.8988;transform:translate(93.3448vw,-10px) scale(.8632);animation:fall-143 10s -12s linear infinite}@keyframes fall-143{49.595%{transform:translate(102.9017vw,49.595vh) scale(.8632)}to{transform:translate(98.12325vw,99vh) scale(.8632)}}.snow:nth-child(144){opacity:.8244;transform:translate(46.2789vw,-10px) scale(.248);animation:fall-144 15s -23s linear infinite}@keyframes fall-144{30.958%{transform:translate(40.2324vw,30.958vh) scale(.248)}to{transform:translate(43.25565vw,99vh) scale(.248)}}.snow:nth-child(145){opacity:.9946;transform:translate(72.4576vw,-10px) scale(.3486);animation:fall-145 11s -28s linear infinite}@keyframes fall-145{35.644%{transform:translate(81.0101vw,35.644vh) scale(.3486)}to{transform:translate(76.73385vw,99vh) scale(.3486)}}.snow:nth-child(146){opacity:.8028;transform:translate(47.3479vw,-10px) scale(.6849);animation:fall-146 25s -6s linear infinite}@keyframes fall-146{77.533%{transform:translate(47.1291vw,77.533vh) scale(.6849)}to{transform:translate(47.2385vw,99vh) scale(.6849)}}.snow:nth-child(147){opacity:.3652;transform:translate(77.6484vw,-10px) scale(.6166);animation:fall-147 26s -13s linear infinite}@keyframes fall-147{77.868%{transform:translate(77.2009vw,77.868vh) scale(.6166)}to{transform:translate(77.42465vw,99vh) scale(.6166)}}.snow:nth-child(148){opacity:1.7334;transform:translate(9.0901vw,-10px) scale(.8783);animation:fall-148 14s -29s linear infinite}@keyframes fall-148{56.069%{transform:translate(3.372vw,56.069vh) scale(.8783)}to{transform:translate(6.23105vw,99vh) scale(.8783)}}.snow:nth-child(149){opacity:1.1408;transform:translate(68.599vw,-10px) scale(.6494);animation:fall-149 12s -15s linear infinite}@keyframes fall-149{40.207%{transform:translate(74.2808vw,40.207vh) scale(.6494)}to{transform:translate(71.4399vw,99vh) scale(.6494)}}.snow:nth-child(150){opacity:.15;transform:translate(93.321vw,-10px) scale(.3422);animation:fall-150 26s -1s linear infinite}@keyframes fall-150{46.35%{transform:translate(98.5212vw,46.35vh) scale(.3422)}to{transform:translate(95.9211vw,99vh) scale(.3422)}}.snow:nth-child(151){opacity:.8188;transform:translate(54.0205vw,-10px) scale(.8855);animation:fall-151 10s -26s linear infinite}@keyframes fall-151{47.804%{transform:translate(62.9524vw,47.804vh) scale(.8855)}to{transform:translate(58.48645vw,99vh) scale(.8855)}}.snow:nth-child(152){opacity:.5348;transform:translate(72.8044vw,-10px) scale(.0461);animation:fall-152 15s -29s linear infinite}@keyframes fall-152{33.927%{transform:translate(67.8381vw,33.927vh) scale(.0461)}to{transform:translate(70.32125vw,99vh) scale(.0461)}}.snow:nth-child(153){opacity:1.4984;transform:translate(84.9364vw,-10px) scale(.6546);animation:fall-153 19s -23s linear infinite}@keyframes fall-153{32.24%{transform:translate(93.2724vw,32.24vh) scale(.6546)}to{transform:translate(89.1044vw,99vh) scale(.6546)}}.snow:nth-child(154){opacity:1.6864;transform:translate(85.8735vw,-10px) scale(.8858);animation:fall-154 19s -4s linear infinite}@keyframes fall-154{77.77%{transform:translate(83.4446vw,77.77vh) scale(.8858)}to{transform:translate(84.65905vw,99vh) scale(.8858)}}.snow:nth-child(155){opacity:1.1574;transform:translate(66.9919vw,-10px) scale(.0975);animation:fall-155 29s -24s linear infinite}@keyframes fall-155{32.374%{transform:translate(67.823vw,32.374vh) scale(.0975)}to{transform:translate(67.40745vw,99vh) scale(.0975)}}.snow:nth-child(156){opacity:1.7242;transform:translate(21.3942vw,-10px) scale(.0455);animation:fall-156 29s -13s linear infinite}@keyframes fall-156{78.531%{transform:translate(29.0071vw,78.531vh) scale(.0455)}to{transform:translate(25.20065vw,99vh) scale(.0455)}}.snow:nth-child(157){opacity:.3884;transform:translate(61.5587vw,-10px) scale(.1683);animation:fall-157 12s -18s linear infinite}@keyframes fall-157{58.307%{transform:translate(56.7265vw,58.307vh) scale(.1683)}to{transform:translate(59.1426vw,99vh) scale(.1683)}}.snow:nth-child(158){opacity:1.7452;transform:translate(50.3412vw,-10px) scale(.8667);animation:fall-158 11s -5s linear infinite}@keyframes fall-158{37.849%{transform:translate(46.9931vw,37.849vh) scale(.8667)}to{transform:translate(48.66715vw,99vh) scale(.8667)}}.snow:nth-child(159){opacity:1.459;transform:translate(82.0795vw,-10px) scale(.5141);animation:fall-159 17s -21s linear infinite}@keyframes fall-159{73.737%{transform:translate(86.8884vw,73.737vh) scale(.5141)}to{transform:translate(84.48395vw,99vh) scale(.5141)}}.snow:nth-child(160){opacity:1.142;transform:translate(16.1265vw,-10px) scale(.616);animation:fall-160 26s -10s linear infinite}@keyframes fall-160{34.595%{transform:translate(12.5154vw,34.595vh) scale(.616)}to{transform:translate(14.32095vw,99vh) scale(.616)}}.snow:nth-child(161){opacity:1.7974;transform:translate(57.0959vw,-10px) scale(.5193);animation:fall-161 15s -17s linear infinite}@keyframes fall-161{72.392%{transform:translate(51.1963vw,72.392vh) scale(.5193)}to{transform:translate(54.1461vw,99vh) scale(.5193)}}.snow:nth-child(162){opacity:.3118;transform:translate(69.8349vw,-10px) scale(.7546);animation:fall-162 24s -30s linear infinite}@keyframes fall-162{40.321%{transform:translate(62.547vw,40.321vh) scale(.7546)}to{transform:translate(66.19095vw,99vh) scale(.7546)}}.snow:nth-child(163){opacity:.5204;transform:translate(30.7728vw,-10px) scale(.2553);animation:fall-163 22s -5s linear infinite}@keyframes fall-163{75.995%{transform:translate(27.1593vw,75.995vh) scale(.2553)}to{transform:translate(28.96605vw,99vh) scale(.2553)}}.snow:nth-child(164){opacity:.4036;transform:translate(69.8189vw,-10px) scale(.1794);animation:fall-164 30s -6s linear infinite}@keyframes fall-164{65.313%{transform:translate(77.5548vw,65.313vh) scale(.1794)}to{transform:translate(73.68685vw,99vh) scale(.1794)}}.snow:nth-child(165){opacity:1.8672;transform:translate(30.9047vw,-10px) scale(.3799);animation:fall-165 14s -10s linear infinite}@keyframes fall-165{53.374%{transform:translate(27.6662vw,53.374vh) scale(.3799)}to{transform:translate(29.28545vw,99vh) scale(.3799)}}.snow:nth-child(166){opacity:1.6094;transform:translate(90.3829vw,-10px) scale(.5733);animation:fall-166 24s -25s linear infinite}@keyframes fall-166{46.727%{transform:translate(91.8094vw,46.727vh) scale(.5733)}to{transform:translate(91.09615vw,99vh) scale(.5733)}}.snow:nth-child(167){opacity:1.7626;transform:translate(94.7918vw,-10px) scale(.4372);animation:fall-167 12s -19s linear infinite}@keyframes fall-167{57.156%{transform:translate(99.869vw,57.156vh) scale(.4372)}to{transform:translate(97.3304vw,99vh) scale(.4372)}}.snow:nth-child(168){opacity:1.638;transform:translate(81.1839vw,-10px) scale(.5375);animation:fall-168 10s -15s linear infinite}@keyframes fall-168{36.755%{transform:translate(77.042vw,36.755vh) scale(.5375)}to{transform:translate(79.11295vw,99vh) scale(.5375)}}.snow:nth-child(169){opacity:.1434;transform:translate(74.3353vw,-10px) scale(.0371);animation:fall-169 12s -27s linear infinite}@keyframes fall-169{37.073%{transform:translate(76.8614vw,37.073vh) scale(.0371)}to{transform:translate(75.59835vw,99vh) scale(.0371)}}.snow:nth-child(170){opacity:.8516;transform:translate(68.2104vw,-10px) scale(.4833);animation:fall-170 17s -27s linear infinite}@keyframes fall-170{72.501%{transform:translate(65.1402vw,72.501vh) scale(.4833)}to{transform:translate(66.6753vw,99vh) scale(.4833)}}.snow:nth-child(171){opacity:.0354;transform:translate(86.1901vw,-10px) scale(.8);animation:fall-171 13s -12s linear infinite}@keyframes fall-171{78.486%{transform:translate(82.2079vw,78.486vh) scale(.8)}to{transform:translate(84.199vw,99vh) scale(.8)}}.snow:nth-child(172){opacity:.6574;transform:translate(85.3005vw,-10px) scale(.3064);animation:fall-172 11s -21s linear infinite}@keyframes fall-172{52.604%{transform:translate(90.4382vw,52.604vh) scale(.3064)}to{transform:translate(87.86935vw,99vh) scale(.3064)}}.snow:nth-child(173){opacity:1.4632;transform:translate(43.6787vw,-10px) scale(.8587);animation:fall-173 19s -21s linear infinite}@keyframes fall-173{66.596%{transform:translate(39.4279vw,66.596vh) scale(.8587)}to{transform:translate(41.5533vw,99vh) scale(.8587)}}.snow:nth-child(174){opacity:.817;transform:translate(97.2717vw,-10px) scale(.2249);animation:fall-174 22s -18s linear infinite}@keyframes fall-174{70.662%{transform:translate(89.1684vw,70.662vh) scale(.2249)}to{transform:translate(93.22005vw,99vh) scale(.2249)}}.snow:nth-child(175){opacity:.848;transform:translate(73.0237vw,-10px) scale(.1322);animation:fall-175 10s -28s linear infinite}@keyframes fall-175{64.237%{transform:translate(72.5124vw,64.237vh) scale(.1322)}to{transform:translate(72.76805vw,99vh) scale(.1322)}}.snow:nth-child(176){opacity:1.5396;transform:translate(65.8634vw,-10px) scale(.4307);animation:fall-176 23s -8s linear infinite}@keyframes fall-176{73.414%{transform:translate(58.3965vw,73.414vh) scale(.4307)}to{transform:translate(62.12995vw,99vh) scale(.4307)}}.snow:nth-child(177){opacity:.6658;transform:translate(92.0773vw,-10px) scale(.8993);animation:fall-177 13s -19s linear infinite}@keyframes fall-177{61.988%{transform:translate(92.3354vw,61.988vh) scale(.8993)}to{transform:translate(92.20635vw,99vh) scale(.8993)}}.snow:nth-child(178){opacity:.0552;transform:translate(32.7516vw,-10px) scale(.6502);animation:fall-178 20s -14s linear infinite}@keyframes fall-178{56.322%{transform:translate(29.1456vw,56.322vh) scale(.6502)}to{transform:translate(30.9486vw,99vh) scale(.6502)}}.snow:nth-child(179){opacity:.154;transform:translate(10.6362vw,-10px) scale(.6682);animation:fall-179 27s -14s linear infinite}@keyframes fall-179{48.067%{transform:translate(13.0269vw,48.067vh) scale(.6682)}to{transform:translate(11.83155vw,99vh) scale(.6682)}}.snow:nth-child(180){opacity:.5428;transform:translate(78.2484vw,-10px) scale(.1187);animation:fall-180 12s -13s linear infinite}@keyframes fall-180{31.625%{transform:translate(72.7435vw,31.625vh) scale(.1187)}to{transform:translate(75.49595vw,99vh) scale(.1187)}}.snow:nth-child(181){opacity:.9032;transform:translate(8.8396vw,-10px) scale(.064);animation:fall-181 16s -11s linear infinite}@keyframes fall-181{50.192%{transform:translate(5.6784vw,50.192vh) scale(.064)}to{transform:translate(7.259vw,99vh) scale(.064)}}.snow:nth-child(182){opacity:.9548;transform:translate(46.36vw,-10px) scale(.8192);animation:fall-182 25s -17s linear infinite}@keyframes fall-182{33.78%{transform:translate(40.8608vw,33.78vh) scale(.8192)}to{transform:translate(43.6104vw,99vh) scale(.8192)}}.snow:nth-child(183){opacity:1.934;transform:translate(85.0378vw,-10px) scale(.7291);animation:fall-183 30s -25s linear infinite}@keyframes fall-183{52.335%{transform:translate(88.8084vw,52.335vh) scale(.7291)}to{transform:translate(86.9231vw,99vh) scale(.7291)}}.snow:nth-child(184){opacity:.4596;transform:translate(70.7335vw,-10px) scale(.7994);animation:fall-184 22s -27s linear infinite}@keyframes fall-184{42.13%{transform:translate(68.3785vw,42.13vh) scale(.7994)}to{transform:translate(69.556vw,99vh) scale(.7994)}}.snow:nth-child(185){opacity:.4466;transform:translate(98.4805vw,-10px) scale(.4272);animation:fall-185 27s -18s linear infinite}@keyframes fall-185{42.392%{transform:translate(107.5647vw,42.392vh) scale(.4272)}to{transform:translate(103.0226vw,99vh) scale(.4272)}}.snow:nth-child(186){opacity:.6388;transform:translate(46.6866vw,-10px) scale(.0557);animation:fall-186 28s -19s linear infinite}@keyframes fall-186{75.217%{transform:translate(43.835vw,75.217vh) scale(.0557)}to{transform:translate(45.2608vw,99vh) scale(.0557)}}.snow:nth-child(187){opacity:1.2508;transform:translate(2.8008vw,-10px) scale(.7773);animation:fall-187 29s -28s linear infinite}@keyframes fall-187{31.482%{transform:translate(6.988vw,31.482vh) scale(.7773)}to{transform:translate(4.8944vw,99vh) scale(.7773)}}.snow:nth-child(188){opacity:.4094;transform:translate(36.6741vw,-10px) scale(.0048);animation:fall-188 24s -17s linear infinite}@keyframes fall-188{55.124%{transform:translate(46.37vw,55.124vh) scale(.0048)}to{transform:translate(41.52205vw,99vh) scale(.0048)}}.snow:nth-child(189){opacity:1.7644;transform:translate(32.7413vw,-10px) scale(.6483);animation:fall-189 15s -30s linear infinite}@keyframes fall-189{32.708%{transform:translate(40.1682vw,32.708vh) scale(.6483)}to{transform:translate(36.45475vw,99vh) scale(.6483)}}.snow:nth-child(190){opacity:.0936;transform:translate(43.0864vw,-10px) scale(.2378);animation:fall-190 26s -21s linear infinite}@keyframes fall-190{31.2%{transform:translate(40.1384vw,31.2vh) scale(.2378)}to{transform:translate(41.6124vw,99vh) scale(.2378)}}.snow:nth-child(191){opacity:1.359;transform:translate(24.6689vw,-10px) scale(.0218);animation:fall-191 13s -6s linear infinite}@keyframes fall-191{78.942%{transform:translate(26.9682vw,78.942vh) scale(.0218)}to{transform:translate(25.81855vw,99vh) scale(.0218)}}.snow:nth-child(192){opacity:.3902;transform:translate(19.2051vw,-10px) scale(.8983);animation:fall-192 18s -9s linear infinite}@keyframes fall-192{58%{transform:translate(9.649vw,58vh) scale(.8983)}to{transform:translate(14.42705vw,99vh) scale(.8983)}}.snow:nth-child(193){opacity:.3028;transform:translate(28.7038vw,-10px) scale(.7358);animation:fall-193 28s -2s linear infinite}@keyframes fall-193{51.741%{transform:translate(31.2792vw,51.741vh) scale(.7358)}to{transform:translate(29.9915vw,99vh) scale(.7358)}}.snow:nth-child(194){opacity:1.3892;transform:translate(84.2189vw,-10px) scale(.5197);animation:fall-194 20s -21s linear infinite}@keyframes fall-194{60.79%{transform:translate(94.0667vw,60.79vh) scale(.5197)}to{transform:translate(89.1428vw,99vh) scale(.5197)}}.snow:nth-child(195){opacity:.3316;transform:translate(82.6744vw,-10px) scale(.1475);animation:fall-195 13s -13s linear infinite}@keyframes fall-195{51.071%{transform:translate(90.3044vw,51.071vh) scale(.1475)}to{transform:translate(86.4894vw,99vh) scale(.1475)}}.snow:nth-child(196){opacity:.6858;transform:translate(55.7543vw,-10px) scale(.6238);animation:fall-196 19s -6s linear infinite}@keyframes fall-196{77.337%{transform:translate(46.3246vw,77.337vh) scale(.6238)}to{transform:translate(51.03945vw,99vh) scale(.6238)}}.snow:nth-child(197){opacity:1.5792;transform:translate(20.1947vw,-10px) scale(.759);animation:fall-197 24s -22s linear infinite}@keyframes fall-197{60.569%{transform:translate(26.9177vw,60.569vh) scale(.759)}to{transform:translate(23.5562vw,99vh) scale(.759)}}.snow:nth-child(198){opacity:.1228;transform:translate(91.4196vw,-10px) scale(.0004);animation:fall-198 22s -22s linear infinite}@keyframes fall-198{36.402%{transform:translate(89.0329vw,36.402vh) scale(.0004)}to{transform:translate(90.22625vw,99vh) scale(.0004)}}.snow:nth-child(199){opacity:1.3228;transform:translate(15.5245vw,-10px) scale(.7785);animation:fall-199 19s -11s linear infinite}@keyframes fall-199{73.615%{transform:translate(18.832vw,73.615vh) scale(.7785)}to{transform:translate(17.17825vw,99vh) scale(.7785)}}.snow:nth-child(200){opacity:.4492;transform:translate(20.6315vw,-10px) scale(.4185);animation:fall-200 19s -23s linear infinite}@keyframes fall-200{35.304%{transform:translate(28.1348vw,35.304vh) scale(.4185)}to{transform:translate(24.38315vw,99vh) scale(.4185)}}.snow:nth-child(201){opacity:.2738;transform:translate(31.8062vw,-10px) scale(.8309);animation:fall-201 23s -5s linear infinite}@keyframes fall-201{77.861%{transform:translate(34.4908vw,77.861vh) scale(.8309)}to{transform:translate(33.1485vw,99vh) scale(.8309)}}.snow:nth-child(202){opacity:1.7872;transform:translate(32.6867vw,-10px) scale(.5173);animation:fall-202 25s -28s linear infinite}@keyframes fall-202{65.038%{transform:translate(26.8856vw,65.038vh) scale(.5173)}to{transform:translate(29.78615vw,99vh) scale(.5173)}}.snow:nth-child(203){opacity:.1368;transform:translate(9.7514vw,-10px) scale(.4068);animation:fall-203 19s -30s linear infinite}@keyframes fall-203{72.974%{transform:translate(12.9855vw,72.974vh) scale(.4068)}to{transform:translate(11.36845vw,99vh) scale(.4068)}}.snow:nth-child(204){opacity:1.9792;transform:translate(72.5034vw,-10px) scale(.9419);animation:fall-204 16s -15s linear infinite}@keyframes fall-204{60.589%{transform:translate(76.4211vw,60.589vh) scale(.9419)}to{transform:translate(74.46225vw,99vh) scale(.9419)}}.snow:nth-child(205){opacity:1.5604;transform:translate(31.1269vw,-10px) scale(.7788);animation:fall-205 25s -28s linear infinite}@keyframes fall-205{30.092%{transform:translate(33.3906vw,30.092vh) scale(.7788)}to{transform:translate(32.25875vw,99vh) scale(.7788)}}.snow:nth-child(206){opacity:.7404;transform:translate(43.4767vw,-10px) scale(.3247);animation:fall-206 15s -11s linear infinite}@keyframes fall-206{77.13%{transform:translate(39.6216vw,77.13vh) scale(.3247)}to{transform:translate(41.54915vw,99vh) scale(.3247)}}.snow:nth-child(207){opacity:.919;transform:translate(85.6501vw,-10px) scale(.7437);animation:fall-207 26s -3s linear infinite}@keyframes fall-207{48.424%{transform:translate(80.8303vw,48.424vh) scale(.7437)}to{transform:translate(83.2402vw,99vh) scale(.7437)}}.snow:nth-child(208){opacity:.9356;transform:translate(29.2297vw,-10px) scale(.0929);animation:fall-208 11s -10s linear infinite}@keyframes fall-208{48.2%{transform:translate(31.672vw,48.2vh) scale(.0929)}to{transform:translate(30.45085vw,99vh) scale(.0929)}}.snow:nth-child(209){opacity:1.833;transform:translate(7.4767vw,-10px) scale(.1571);animation:fall-209 30s -15s linear infinite}@keyframes fall-209{48.717%{transform:translate(8.5983vw,48.717vh) scale(.1571)}to{transform:translate(8.0375vw,99vh) scale(.1571)}}.snow:nth-child(210){opacity:.948;transform:translate(53.3548vw,-10px) scale(.7181);animation:fall-210 17s -5s linear infinite}@keyframes fall-210{42.869%{transform:translate(61.5183vw,42.869vh) scale(.7181)}to{transform:translate(57.43655vw,99vh) scale(.7181)}}.snow:nth-child(211){opacity:.6016;transform:translate(37.9001vw,-10px) scale(.4271);animation:fall-211 22s -22s linear infinite}@keyframes fall-211{78.462%{transform:translate(44.8118vw,78.462vh) scale(.4271)}to{transform:translate(41.35595vw,99vh) scale(.4271)}}.snow:nth-child(212){opacity:1.895;transform:translate(65.2254vw,-10px) scale(.3964);animation:fall-212 20s -1s linear infinite}@keyframes fall-212{65.374%{transform:translate(74.4409vw,65.374vh) scale(.3964)}to{transform:translate(69.83315vw,99vh) scale(.3964)}}.snow:nth-child(213){opacity:.5542;transform:translate(95.2409vw,-10px) scale(.4399);animation:fall-213 13s -24s linear infinite}@keyframes fall-213{38.227%{transform:translate(99.2283vw,38.227vh) scale(.4399)}to{transform:translate(97.2346vw,99vh) scale(.4399)}}.snow:nth-child(214){opacity:1.3744;transform:translate(67.115vw,-10px) scale(.1549);animation:fall-214 22s -14s linear infinite}@keyframes fall-214{71.983%{transform:translate(73.681vw,71.983vh) scale(.1549)}to{transform:translate(70.398vw,99vh) scale(.1549)}}.snow:nth-child(215){opacity:1.9702;transform:translate(27.4491vw,-10px) scale(.8809);animation:fall-215 26s -22s linear infinite}@keyframes fall-215{43.068%{transform:translate(21.4254vw,43.068vh) scale(.8809)}to{transform:translate(24.43725vw,99vh) scale(.8809)}}.snow:nth-child(216){opacity:1.8438;transform:translate(64.397vw,-10px) scale(.0825);animation:fall-216 11s -9s linear infinite}@keyframes fall-216{41.307%{transform:translate(73.6638vw,41.307vh) scale(.0825)}to{transform:translate(69.0304vw,99vh) scale(.0825)}}.snow:nth-child(217){opacity:.6954;transform:translate(43.6472vw,-10px) scale(.3978);animation:fall-217 20s -21s linear infinite}@keyframes fall-217{64.592%{transform:translate(39.6992vw,64.592vh) scale(.3978)}to{transform:translate(41.6732vw,99vh) scale(.3978)}}.snow:nth-child(218){opacity:1.7704;transform:translate(12.4091vw,-10px) scale(.0115);animation:fall-218 27s -26s linear infinite}@keyframes fall-218{70.271%{transform:translate(18.5669vw,70.271vh) scale(.0115)}to{transform:translate(15.488vw,99vh) scale(.0115)}}.snow:nth-child(219){opacity:.6926;transform:translate(38.5059vw,-10px) scale(.7298);animation:fall-219 25s -15s linear infinite}@keyframes fall-219{56.026%{transform:translate(33.6697vw,56.026vh) scale(.7298)}to{transform:translate(36.0878vw,99vh) scale(.7298)}}.snow:nth-child(220){opacity:1.8114;transform:translate(94.665vw,-10px) scale(.3788);animation:fall-220 13s -11s linear infinite}@keyframes fall-220{37.482%{transform:translate(98.7122vw,37.482vh) scale(.3788)}to{transform:translate(96.6886vw,99vh) scale(.3788)}}.snow:nth-child(221){opacity:1.366;transform:translate(.1824vw,-10px) scale(.9409);animation:fall-221 24s -23s linear infinite}@keyframes fall-221{56.081%{transform:translate(8.4708vw,56.081vh) scale(.9409)}to{transform:translate(4.3266vw,99vh) scale(.9409)}}.snow:nth-child(222){opacity:1.632;transform:translate(75.7893vw,-10px) scale(.4328);animation:fall-222 22s -5s linear infinite}@keyframes fall-222{69.292%{transform:translate(67.195vw,69.292vh) scale(.4328)}to{transform:translate(71.49215vw,99vh) scale(.4328)}}.snow:nth-child(223){opacity:.9954;transform:translate(88.091vw,-10px) scale(.3647);animation:fall-223 27s -30s linear infinite}@keyframes fall-223{79.77%{transform:translate(88.8274vw,79.77vh) scale(.3647)}to{transform:translate(88.4592vw,99vh) scale(.3647)}}.snow:nth-child(224){opacity:1.814;transform:translate(32.0423vw,-10px) scale(.0227);animation:fall-224 16s -15s linear infinite}@keyframes fall-224{36.48%{transform:translate(22.7191vw,36.48vh) scale(.0227)}to{transform:translate(27.3807vw,99vh) scale(.0227)}}.snow:nth-child(225){opacity:1.1272;transform:translate(65.8822vw,-10px) scale(.8548);animation:fall-225 21s -7s linear infinite}@keyframes fall-225{45.216%{transform:translate(62.7922vw,45.216vh) scale(.8548)}to{transform:translate(64.3372vw,99vh) scale(.8548)}}.snow:nth-child(226){opacity:.2808;transform:translate(37.1541vw,-10px) scale(.2891);animation:fall-226 25s -7s linear infinite}@keyframes fall-226{79.507%{transform:translate(42.4906vw,79.507vh) scale(.2891)}to{transform:translate(39.82235vw,99vh) scale(.2891)}}.snow:nth-child(227){opacity:.7324;transform:translate(74.2822vw,-10px) scale(.5353);animation:fall-227 11s -16s linear infinite}@keyframes fall-227{37.284%{transform:translate(69.5534vw,37.284vh) scale(.5353)}to{transform:translate(71.9178vw,99vh) scale(.5353)}}.snow:nth-child(228){opacity:1.3642;transform:translate(89.3447vw,-10px) scale(.2214);animation:fall-228 15s -25s linear infinite}@keyframes fall-228{56.658%{transform:translate(93.7713vw,56.658vh) scale(.2214)}to{transform:translate(91.558vw,99vh) scale(.2214)}}.snow:nth-child(229){opacity:1.8284;transform:translate(62.6297vw,-10px) scale(.9998);animation:fall-229 17s -23s linear infinite}@keyframes fall-229{64.933%{transform:translate(54.2271vw,64.933vh) scale(.9998)}to{transform:translate(58.4284vw,99vh) scale(.9998)}}.snow:nth-child(230){opacity:1.5032;transform:translate(9.0997vw,-10px) scale(.7395);animation:fall-230 13s -2s linear infinite}@keyframes fall-230{75.955%{transform:translate(6.3225vw,75.955vh) scale(.7395)}to{transform:translate(7.7111vw,99vh) scale(.7395)}}.snow:nth-child(231){opacity:1.7944;transform:translate(85.873vw,-10px) scale(.8537);animation:fall-231 30s -2s linear infinite}@keyframes fall-231{68.892%{transform:translate(90.2526vw,68.892vh) scale(.8537)}to{transform:translate(88.0628vw,99vh) scale(.8537)}}.snow:nth-child(232){opacity:1.8726;transform:translate(86.0165vw,-10px) scale(.1207);animation:fall-232 15s -8s linear infinite}@keyframes fall-232{62.021%{transform:translate(79.6261vw,62.021vh) scale(.1207)}to{transform:translate(82.8213vw,99vh) scale(.1207)}}.snow:nth-child(233){opacity:.5932;transform:translate(55.2237vw,-10px) scale(.0205);animation:fall-233 26s -27s linear infinite}@keyframes fall-233{46.799%{transform:translate(51.3598vw,46.799vh) scale(.0205)}to{transform:translate(53.29175vw,99vh) scale(.0205)}}.snow:nth-child(234){opacity:1.064;transform:translate(43.823vw,-10px) scale(.5179);animation:fall-234 13s -15s linear infinite}@keyframes fall-234{62.056%{transform:translate(52.8851vw,62.056vh) scale(.5179)}to{transform:translate(48.35405vw,99vh) scale(.5179)}}.snow:nth-child(235){opacity:.6472;transform:translate(46.6359vw,-10px) scale(.8089);animation:fall-235 19s -5s linear infinite}@keyframes fall-235{70.285%{transform:translate(39.956vw,70.285vh) scale(.8089)}to{transform:translate(43.29595vw,99vh) scale(.8089)}}.snow:nth-child(236){opacity:1.9684;transform:translate(38.876vw,-10px) scale(.8375);animation:fall-236 21s -6s linear infinite}@keyframes fall-236{64.385%{transform:translate(32.2348vw,64.385vh) scale(.8375)}to{transform:translate(35.5554vw,99vh) scale(.8375)}}.snow:nth-child(237){opacity:1.737;transform:translate(83.2949vw,-10px) scale(.2819);animation:fall-237 29s -17s linear infinite}@keyframes fall-237{45.731%{transform:translate(90.4363vw,45.731vh) scale(.2819)}to{transform:translate(86.8656vw,99vh) scale(.2819)}}.snow:nth-child(238){opacity:.1172;transform:translate(85.2717vw,-10px) scale(.1506);animation:fall-238 23s -12s linear infinite}@keyframes fall-238{37.735%{transform:translate(89.6972vw,37.735vh) scale(.1506)}to{transform:translate(87.48445vw,99vh) scale(.1506)}}.snow:nth-child(239){opacity:1.6614;transform:translate(13.8125vw,-10px) scale(.1276);animation:fall-239 20s -30s linear infinite}@keyframes fall-239{31.641%{transform:translate(11.4781vw,31.641vh) scale(.1276)}to{transform:translate(12.6453vw,99vh) scale(.1276)}}.snow:nth-child(240){opacity:.7656;transform:translate(71.0963vw,-10px) scale(.5017);animation:fall-240 20s -26s linear infinite}@keyframes fall-240{66.631%{transform:translate(69.8439vw,66.631vh) scale(.5017)}to{transform:translate(70.4701vw,99vh) scale(.5017)}}.snow:nth-child(241){opacity:1.3004;transform:translate(2.7388vw,-10px) scale(.2885);animation:fall-241 28s -15s linear infinite}@keyframes fall-241{48.179%{transform:translate(2.8188vw,48.179vh) scale(.2885)}to{transform:translate(2.7788vw,99vh) scale(.2885)}}.snow:nth-child(242){opacity:.8322;transform:translate(69.2392vw,-10px) scale(.9186);animation:fall-242 12s -15s linear infinite}@keyframes fall-242{30.882%{transform:translate(63.1595vw,30.882vh) scale(.9186)}to{transform:translate(66.19935vw,99vh) scale(.9186)}}.snow:nth-child(243){opacity:1.8908;transform:translate(24.4876vw,-10px) scale(.0611);animation:fall-243 20s -10s linear infinite}@keyframes fall-243{53.655%{transform:translate(15.3853vw,53.655vh) scale(.0611)}to{transform:translate(19.93645vw,99vh) scale(.0611)}}.snow:nth-child(244){opacity:1.8108;transform:translate(24.6682vw,-10px) scale(.0102);animation:fall-244 12s -27s linear infinite}@keyframes fall-244{65.792%{transform:translate(30.6783vw,65.792vh) scale(.0102)}to{transform:translate(27.67325vw,99vh) scale(.0102)}}.snow:nth-child(245){opacity:1.9342;transform:translate(75.4295vw,-10px) scale(.0073);animation:fall-245 23s -30s linear infinite}@keyframes fall-245{44.168%{transform:translate(78.5152vw,44.168vh) scale(.0073)}to{transform:translate(76.97235vw,99vh) scale(.0073)}}.snow:nth-child(246){opacity:1.3768;transform:translate(29.5152vw,-10px) scale(.0843);animation:fall-246 24s -2s linear infinite}@keyframes fall-246{58.738%{transform:translate(31.0758vw,58.738vh) scale(.0843)}to{transform:translate(30.2955vw,99vh) scale(.0843)}}.snow:nth-child(247){opacity:.3664;transform:translate(48.6455vw,-10px) scale(.1298);animation:fall-247 14s -5s linear infinite}@keyframes fall-247{59.856%{transform:translate(43.2025vw,59.856vh) scale(.1298)}to{transform:translate(45.924vw,99vh) scale(.1298)}}.snow:nth-child(248){opacity:1.9436;transform:translate(40.6104vw,-10px) scale(.3825);animation:fall-248 29s -5s linear infinite}@keyframes fall-248{47.63%{transform:translate(43.9653vw,47.63vh) scale(.3825)}to{transform:translate(42.28785vw,99vh) scale(.3825)}}.snow:nth-child(249){opacity:.6744;transform:translate(44.8719vw,-10px) scale(.8331);animation:fall-249 21s -5s linear infinite}@keyframes fall-249{41.548%{transform:translate(39.1044vw,41.548vh) scale(.8331)}to{transform:translate(41.98815vw,99vh) scale(.8331)}}.snow:nth-child(250){opacity:1.1878;transform:translate(17.8219vw,-10px) scale(.5301);animation:fall-250 24s -8s linear infinite}@keyframes fall-250{44.529%{transform:translate(18.295vw,44.529vh) scale(.5301)}to{transform:translate(18.05845vw,99vh) scale(.5301)}}.snow:nth-child(251){opacity:.3044;transform:translate(31.1555vw,-10px) scale(.9373);animation:fall-251 17s -1s linear infinite}@keyframes fall-251{38.215%{transform:translate(32.4188vw,38.215vh) scale(.9373)}to{transform:translate(31.78715vw,99vh) scale(.9373)}}.snow:nth-child(252){opacity:.688;transform:translate(63.212vw,-10px) scale(.882);animation:fall-252 30s -4s linear infinite}@keyframes fall-252{45.224%{transform:translate(56.5668vw,45.224vh) scale(.882)}to{transform:translate(59.8894vw,99vh) scale(.882)}}.snow:nth-child(253){opacity:1.4606;transform:translate(4.1884vw,-10px) scale(.1858);animation:fall-253 12s -16s linear infinite}@keyframes fall-253{35.382%{transform:translate(6.8559vw,35.382vh) scale(.1858)}to{transform:translate(5.52215vw,99vh) scale(.1858)}}.snow:nth-child(254){opacity:.0876;transform:translate(48.6471vw,-10px) scale(.0758);animation:fall-254 17s -8s linear infinite}@keyframes fall-254{69.809%{transform:translate(56.2677vw,69.809vh) scale(.0758)}to{transform:translate(52.4574vw,99vh) scale(.0758)}}.snow:nth-child(255){opacity:1.8894;transform:translate(4.4714vw,-10px) scale(.0567);animation:fall-255 27s -29s linear infinite}@keyframes fall-255{45.02%{transform:translate(5.1047vw,45.02vh) scale(.0567)}to{transform:translate(4.78805vw,99vh) scale(.0567)}}.snow:nth-child(256){opacity:1.4316;transform:translate(.3742vw,-10px) scale(.0329);animation:fall-256 13s -17s linear infinite}@keyframes fall-256{73.562%{transform:translate(-5.2321vw,73.562vh) scale(.0329)}to{transform:translate(-2.42895vw,99vh) scale(.0329)}}.snow:nth-child(257){opacity:1.859;transform:translate(14.1888vw,-10px) scale(.5541);animation:fall-257 14s -19s linear infinite}@keyframes fall-257{77.202%{transform:translate(16.2218vw,77.202vh) scale(.5541)}to{transform:translate(15.2053vw,99vh) scale(.5541)}}.snow:nth-child(258){opacity:1.3002;transform:translate(19.5644vw,-10px) scale(.6528);animation:fall-258 19s -13s linear infinite}@keyframes fall-258{79.568%{transform:translate(15.0178vw,79.568vh) scale(.6528)}to{transform:translate(17.2911vw,99vh) scale(.6528)}}.snow:nth-child(259){opacity:.6326;transform:translate(81.3668vw,-10px) scale(.4636);animation:fall-259 20s -17s linear infinite}@keyframes fall-259{69.747%{transform:translate(86.9713vw,69.747vh) scale(.4636)}to{transform:translate(84.16905vw,99vh) scale(.4636)}}.snow:nth-child(260){opacity:.6772;transform:translate(46.6987vw,-10px) scale(.6238);animation:fall-260 19s -16s linear infinite}@keyframes fall-260{30.334%{transform:translate(36.8673vw,30.334vh) scale(.6238)}to{transform:translate(41.783vw,99vh) scale(.6238)}}.snow:nth-child(261){opacity:1.7718;transform:translate(45.6173vw,-10px) scale(.3648);animation:fall-261 29s -2s linear infinite}@keyframes fall-261{41.266%{transform:translate(49.9153vw,41.266vh) scale(.3648)}to{transform:translate(47.7663vw,99vh) scale(.3648)}}.snow:nth-child(262){opacity:1.6152;transform:translate(16.6336vw,-10px) scale(.4276);animation:fall-262 12s -1s linear infinite}@keyframes fall-262{51.021%{transform:translate(18.6365vw,51.021vh) scale(.4276)}to{transform:translate(17.63505vw,99vh) scale(.4276)}}.snow:nth-child(263){opacity:1.569;transform:translate(54.0145vw,-10px) scale(.021);animation:fall-263 24s -3s linear infinite}@keyframes fall-263{74.324%{transform:translate(49.3025vw,74.324vh) scale(.021)}to{transform:translate(51.6585vw,99vh) scale(.021)}}.snow:nth-child(264){opacity:.5466;transform:translate(23.8385vw,-10px) scale(.9943);animation:fall-264 20s -27s linear infinite}@keyframes fall-264{42.69%{transform:translate(26.0242vw,42.69vh) scale(.9943)}to{transform:translate(24.93135vw,99vh) scale(.9943)}}.snow:nth-child(265){opacity:.6482;transform:translate(72.0807vw,-10px) scale(.5591);animation:fall-265 16s -28s linear infinite}@keyframes fall-265{74.167%{transform:translate(67.7101vw,74.167vh) scale(.5591)}to{transform:translate(69.8954vw,99vh) scale(.5591)}}.snow:nth-child(266){opacity:.8466;transform:translate(88.5057vw,-10px) scale(.1543);animation:fall-266 13s -16s linear infinite}@keyframes fall-266{60.119%{transform:translate(94.7425vw,60.119vh) scale(.1543)}to{transform:translate(91.6241vw,99vh) scale(.1543)}}.snow:nth-child(267){opacity:1.0226;transform:translate(63.9577vw,-10px) scale(.9499);animation:fall-267 22s -20s linear infinite}@keyframes fall-267{66.46%{transform:translate(68.4376vw,66.46vh) scale(.9499)}to{transform:translate(66.19765vw,99vh) scale(.9499)}}.snow:nth-child(268){opacity:1.4476;transform:translate(58.6634vw,-10px) scale(.0242);animation:fall-268 11s -4s linear infinite}@keyframes fall-268{37.118%{transform:translate(49.8425vw,37.118vh) scale(.0242)}to{transform:translate(54.25295vw,99vh) scale(.0242)}}.snow:nth-child(269){opacity:.3668;transform:translate(90.49vw,-10px) scale(.5306);animation:fall-269 19s -5s linear infinite}@keyframes fall-269{46.824%{transform:translate(91.337vw,46.824vh) scale(.5306)}to{transform:translate(90.9135vw,99vh) scale(.5306)}}.snow:nth-child(270){opacity:.5336;transform:translate(69.8855vw,-10px) scale(.8934);animation:fall-270 17s -9s linear infinite}@keyframes fall-270{52.359%{transform:translate(61.0704vw,52.359vh) scale(.8934)}to{transform:translate(65.47795vw,99vh) scale(.8934)}}.snow:nth-child(271){opacity:.7924;transform:translate(12.2487vw,-10px) scale(.7795);animation:fall-271 10s -20s linear infinite}@keyframes fall-271{43.637%{transform:translate(4.9075vw,43.637vh) scale(.7795)}to{transform:translate(8.5781vw,99vh) scale(.7795)}}.snow:nth-child(272){opacity:1.7222;transform:translate(58.7844vw,-10px) scale(.9858);animation:fall-272 11s -30s linear infinite}@keyframes fall-272{58.826%{transform:translate(50.0747vw,58.826vh) scale(.9858)}to{transform:translate(54.42955vw,99vh) scale(.9858)}}.snow:nth-child(273){opacity:1.8552;transform:translate(17.5633vw,-10px) scale(.4763);animation:fall-273 30s -4s linear infinite}@keyframes fall-273{34.349%{transform:translate(14.5445vw,34.349vh) scale(.4763)}to{transform:translate(16.0539vw,99vh) scale(.4763)}}.snow:nth-child(274){opacity:.5496;transform:translate(4.4378vw,-10px) scale(.6647);animation:fall-274 22s -26s linear infinite}@keyframes fall-274{51.02%{transform:translate(14.0489vw,51.02vh) scale(.6647)}to{transform:translate(9.24335vw,99vh) scale(.6647)}}.snow:nth-child(275){opacity:.3208;transform:translate(46.3102vw,-10px) scale(.6363);animation:fall-275 20s -18s linear infinite}@keyframes fall-275{49.035%{transform:translate(50.3299vw,49.035vh) scale(.6363)}to{transform:translate(48.32005vw,99vh) scale(.6363)}}.snow:nth-child(276){opacity:1.9;transform:translate(91.2941vw,-10px) scale(.0044);animation:fall-276 29s -13s linear infinite}@keyframes fall-276{71.333%{transform:translate(94.9474vw,71.333vh) scale(.0044)}to{transform:translate(93.12075vw,99vh) scale(.0044)}}.snow:nth-child(277){opacity:1.1738;transform:translate(30.3896vw,-10px) scale(.7926);animation:fall-277 27s -20s linear infinite}@keyframes fall-277{58.121%{transform:translate(21.0515vw,58.121vh) scale(.7926)}to{transform:translate(25.72055vw,99vh) scale(.7926)}}.snow:nth-child(278){opacity:1.1872;transform:translate(57.7737vw,-10px) scale(.1014);animation:fall-278 22s -11s linear infinite}@keyframes fall-278{64.602%{transform:translate(48.9572vw,64.602vh) scale(.1014)}to{transform:translate(53.36545vw,99vh) scale(.1014)}}.snow:nth-child(279){opacity:.3802;transform:translate(34.3792vw,-10px) scale(.4679);animation:fall-279 29s -25s linear infinite}@keyframes fall-279{30.732%{transform:translate(34.3511vw,30.732vh) scale(.4679)}to{transform:translate(34.36515vw,99vh) scale(.4679)}}.snow:nth-child(280){opacity:.2712;transform:translate(69.1979vw,-10px) scale(.3372);animation:fall-280 17s -14s linear infinite}@keyframes fall-280{55.832%{transform:translate(78.3388vw,55.832vh) scale(.3372)}to{transform:translate(73.76835vw,99vh) scale(.3372)}}.snow:nth-child(281){opacity:1.7444;transform:translate(75.6234vw,-10px) scale(.2875);animation:fall-281 19s -14s linear infinite}@keyframes fall-281{41.657%{transform:translate(72.6604vw,41.657vh) scale(.2875)}to{transform:translate(74.1419vw,99vh) scale(.2875)}}.snow:nth-child(282){opacity:1.5316;transform:translate(22.7266vw,-10px) scale(.9455);animation:fall-282 21s -17s linear infinite}@keyframes fall-282{60.761%{transform:translate(18.8814vw,60.761vh) scale(.9455)}to{transform:translate(20.804vw,99vh) scale(.9455)}}.snow:nth-child(283){opacity:.5168;transform:translate(18.6004vw,-10px) scale(.4793);animation:fall-283 24s -25s linear infinite}@keyframes fall-283{36.675%{transform:translate(9.9227vw,36.675vh) scale(.4793)}to{transform:translate(14.26155vw,99vh) scale(.4793)}}.snow:nth-child(284){opacity:.1932;transform:translate(59.2601vw,-10px) scale(.8147);animation:fall-284 16s -3s linear infinite}@keyframes fall-284{32.94%{transform:translate(55.7753vw,32.94vh) scale(.8147)}to{transform:translate(57.5177vw,99vh) scale(.8147)}}.snow:nth-child(285){opacity:1.4328;transform:translate(61.4668vw,-10px) scale(.4075);animation:fall-285 19s -13s linear infinite}@keyframes fall-285{78.24%{transform:translate(54.644vw,78.24vh) scale(.4075)}to{transform:translate(58.0554vw,99vh) scale(.4075)}}.snow:nth-child(286){opacity:.9176;transform:translate(85.9458vw,-10px) scale(.3221);animation:fall-286 18s -16s linear infinite}@keyframes fall-286{69.981%{transform:translate(76.3114vw,69.981vh) scale(.3221)}to{transform:translate(81.1286vw,99vh) scale(.3221)}}.snow:nth-child(287){opacity:.552;transform:translate(35.56vw,-10px) scale(.5979);animation:fall-287 10s -6s linear infinite}@keyframes fall-287{70.99%{transform:translate(33.1159vw,70.99vh) scale(.5979)}to{transform:translate(34.33795vw,99vh) scale(.5979)}}.snow:nth-child(288){opacity:.9096;transform:translate(34.7564vw,-10px) scale(.6958);animation:fall-288 26s -10s linear infinite}@keyframes fall-288{72.742%{transform:translate(27.0487vw,72.742vh) scale(.6958)}to{transform:translate(30.90255vw,99vh) scale(.6958)}}.snow:nth-child(289){opacity:1.874;transform:translate(64.9388vw,-10px) scale(.0443);animation:fall-289 28s -30s linear infinite}@keyframes fall-289{38.372%{transform:translate(68.2867vw,38.372vh) scale(.0443)}to{transform:translate(66.61275vw,99vh) scale(.0443)}}.snow:nth-child(290){opacity:.2902;transform:translate(73.6433vw,-10px) scale(.2916);animation:fall-290 17s -8s linear infinite}@keyframes fall-290{58.427%{transform:translate(64.9765vw,58.427vh) scale(.2916)}to{transform:translate(69.3099vw,99vh) scale(.2916)}}.snow:nth-child(291){opacity:.9046;transform:translate(51.4726vw,-10px) scale(.7284);animation:fall-291 29s -30s linear infinite}@keyframes fall-291{49.795%{transform:translate(51.3473vw,49.795vh) scale(.7284)}to{transform:translate(51.40995vw,99vh) scale(.7284)}}.snow:nth-child(292){opacity:.4268;transform:translate(98.5701vw,-10px) scale(.7685);animation:fall-292 18s -17s linear infinite}@keyframes fall-292{76.287%{transform:translate(93.0924vw,76.287vh) scale(.7685)}to{transform:translate(95.83125vw,99vh) scale(.7685)}}.snow:nth-child(293){opacity:.7874;transform:translate(92.4121vw,-10px) scale(.4257);animation:fall-293 14s -18s linear infinite}@keyframes fall-293{36.355%{transform:translate(97.5249vw,36.355vh) scale(.4257)}to{transform:translate(94.9685vw,99vh) scale(.4257)}}.snow:nth-child(294){opacity:.9774;transform:translate(93.7933vw,-10px) scale(.8473);animation:fall-294 16s -30s linear infinite}@keyframes fall-294{33.283%{transform:translate(102.373vw,33.283vh) scale(.8473)}to{transform:translate(98.08315vw,99vh) scale(.8473)}}.snow:nth-child(295){opacity:.1974;transform:translate(98.2406vw,-10px) scale(.266);animation:fall-295 13s -27s linear infinite}@keyframes fall-295{35.259%{transform:translate(102.5202vw,35.259vh) scale(.266)}to{transform:translate(100.3804vw,99vh) scale(.266)}}.snow:nth-child(296){opacity:1.3258;transform:translate(1.1696vw,-10px) scale(.3968);animation:fall-296 18s -23s linear infinite}@keyframes fall-296{69.899%{transform:translate(7.5494vw,69.899vh) scale(.3968)}to{transform:translate(4.3595vw,99vh) scale(.3968)}}.snow:nth-child(297){opacity:.6486;transform:translate(33.9413vw,-10px) scale(.9342);animation:fall-297 27s -9s linear infinite}@keyframes fall-297{68.249%{transform:translate(38.3466vw,68.249vh) scale(.9342)}to{transform:translate(36.14395vw,99vh) scale(.9342)}}.snow:nth-child(298){opacity:.225;transform:translate(35.5658vw,-10px) scale(.6677);animation:fall-298 22s -4s linear infinite}@keyframes fall-298{73.372%{transform:translate(33.2002vw,73.372vh) scale(.6677)}to{transform:translate(34.383vw,99vh) scale(.6677)}}.snow:nth-child(299){opacity:.0104;transform:translate(21.5632vw,-10px) scale(.3729);animation:fall-299 10s -29s linear infinite}@keyframes fall-299{52.814%{transform:translate(28.6512vw,52.814vh) scale(.3729)}to{transform:translate(25.1072vw,99vh) scale(.3729)}}.snow:nth-child(300){opacity:1.1206;transform:translate(75.3166vw,-10px) scale(.0728);animation:fall-300 27s -4s linear infinite}@keyframes fall-300{75.507%{transform:translate(82.2842vw,75.507vh) scale(.0728)}to{transform:translate(78.8004vw,99vh) scale(.0728)}}.snow:nth-child(301){opacity:1.8762;transform:translate(34.6557vw,-10px) scale(.2227);animation:fall-301 13s -7s linear infinite}@keyframes fall-301{67.117%{transform:translate(29.1815vw,67.117vh) scale(.2227)}to{transform:translate(31.9186vw,99vh) scale(.2227)}}.snow:nth-child(302){opacity:1.7346;transform:translate(56.1976vw,-10px) scale(.4312);animation:fall-302 14s -14s linear infinite}@keyframes fall-302{75.471%{transform:translate(48.6731vw,75.471vh) scale(.4312)}to{transform:translate(52.43535vw,99vh) scale(.4312)}}.snow:nth-child(303){opacity:1.4572;transform:translate(12.0333vw,-10px) scale(.6835);animation:fall-303 16s -6s linear infinite}@keyframes fall-303{72.408%{transform:translate(17.4028vw,72.408vh) scale(.6835)}to{transform:translate(14.71805vw,99vh) scale(.6835)}}.snow:nth-child(304){opacity:.533;transform:translate(45.8368vw,-10px) scale(.4451);animation:fall-304 12s -8s linear infinite}@keyframes fall-304{51.278%{transform:translate(43.0066vw,51.278vh) scale(.4451)}to{transform:translate(44.4217vw,99vh) scale(.4451)}}.snow:nth-child(305){opacity:.034;transform:translate(44.799vw,-10px) scale(.7676);animation:fall-305 10s -26s linear infinite}@keyframes fall-305{51.325%{transform:translate(39.3978vw,51.325vh) scale(.7676)}to{transform:translate(42.0984vw,99vh) scale(.7676)}}.snow:nth-child(306){opacity:.086;transform:translate(22.8296vw,-10px) scale(.8202);animation:fall-306 21s -19s linear infinite}@keyframes fall-306{41.827%{transform:translate(19.3516vw,41.827vh) scale(.8202)}to{transform:translate(21.0906vw,99vh) scale(.8202)}}.snow:nth-child(307){opacity:.3884;transform:translate(97.2516vw,-10px) scale(.332);animation:fall-307 21s -2s linear infinite}@keyframes fall-307{69.56%{transform:translate(94.5588vw,69.56vh) scale(.332)}to{transform:translate(95.9052vw,99vh) scale(.332)}}.snow:nth-child(308){opacity:1.9492;transform:translate(69.9808vw,-10px) scale(.2174);animation:fall-308 17s -16s linear infinite}@keyframes fall-308{47.357%{transform:translate(75.9559vw,47.357vh) scale(.2174)}to{transform:translate(72.96835vw,99vh) scale(.2174)}}.snow:nth-child(309){opacity:1.4384;transform:translate(79.3628vw,-10px) scale(.663);animation:fall-309 21s -13s linear infinite}@keyframes fall-309{45.38%{transform:translate(81.3977vw,45.38vh) scale(.663)}to{transform:translate(80.38025vw,99vh) scale(.663)}}.snow:nth-child(310){opacity:.9694;transform:translate(81.2778vw,-10px) scale(.8252);animation:fall-310 24s -3s linear infinite}@keyframes fall-310{30.933%{transform:translate(74.1052vw,30.933vh) scale(.8252)}to{transform:translate(77.6915vw,99vh) scale(.8252)}}.snow:nth-child(311){opacity:.7862;transform:translate(53.6855vw,-10px) scale(.2536);animation:fall-311 28s -2s linear infinite}@keyframes fall-311{68.365%{transform:translate(62.1373vw,68.365vh) scale(.2536)}to{transform:translate(57.9114vw,99vh) scale(.2536)}}.snow:nth-child(312){opacity:1.0594;transform:translate(60.9247vw,-10px) scale(.1943);animation:fall-312 25s -18s linear infinite}@keyframes fall-312{39.604%{transform:translate(63.0702vw,39.604vh) scale(.1943)}to{transform:translate(61.99745vw,99vh) scale(.1943)}}.snow:nth-child(313){opacity:1.9676;transform:translate(80.4416vw,-10px) scale(.6489);animation:fall-313 29s -8s linear infinite}@keyframes fall-313{67.857%{transform:translate(86.8664vw,67.857vh) scale(.6489)}to{transform:translate(83.654vw,99vh) scale(.6489)}}.snow:nth-child(314){opacity:.492;transform:translate(82.0739vw,-10px) scale(.8089);animation:fall-314 11s -2s linear infinite}@keyframes fall-314{74.729%{transform:translate(84.8329vw,74.729vh) scale(.8089)}to{transform:translate(83.4534vw,99vh) scale(.8089)}}.snow:nth-child(315){opacity:.591;transform:translate(84.7128vw,-10px) scale(.7738);animation:fall-315 12s -19s linear infinite}@keyframes fall-315{33.749%{transform:translate(75.6111vw,33.749vh) scale(.7738)}to{transform:translate(80.16195vw,99vh) scale(.7738)}}.snow:nth-child(316){opacity:.2286;transform:translate(1.7206vw,-10px) scale(.7249);animation:fall-316 23s -4s linear infinite}@keyframes fall-316{42.116%{transform:translate(-1.6084vw,42.116vh) scale(.7249)}to{transform:translate(.0561vw,99vh) scale(.7249)}}.snow:nth-child(317){opacity:.08;transform:translate(42.65vw,-10px) scale(.7928);animation:fall-317 25s -22s linear infinite}@keyframes fall-317{63.515%{transform:translate(48.2848vw,63.515vh) scale(.7928)}to{transform:translate(45.4674vw,99vh) scale(.7928)}}.snow:nth-child(318){opacity:1.7972;transform:translate(51.1482vw,-10px) scale(.56);animation:fall-318 30s -9s linear infinite}@keyframes fall-318{65.116%{transform:translate(52.6255vw,65.116vh) scale(.56)}to{transform:translate(51.88685vw,99vh) scale(.56)}}.snow:nth-child(319){opacity:.7024;transform:translate(2.5448vw,-10px) scale(.9185);animation:fall-319 22s -16s linear infinite}@keyframes fall-319{31.147%{transform:translate(10.0675vw,31.147vh) scale(.9185)}to{transform:translate(6.30615vw,99vh) scale(.9185)}}.snow:nth-child(320){opacity:.9058;transform:translate(86.6468vw,-10px) scale(.842);animation:fall-320 29s -6s linear infinite}@keyframes fall-320{67.984%{transform:translate(86.4103vw,67.984vh) scale(.842)}to{transform:translate(86.52855vw,99vh) scale(.842)}}.snow:nth-child(321){opacity:1.7044;transform:translate(85.1977vw,-10px) scale(.9052);animation:fall-321 21s -24s linear infinite}@keyframes fall-321{62.235%{transform:translate(83.1702vw,62.235vh) scale(.9052)}to{transform:translate(84.18395vw,99vh) scale(.9052)}}.snow:nth-child(322){opacity:.598;transform:translate(14.0644vw,-10px) scale(.4085);animation:fall-322 13s -27s linear infinite}@keyframes fall-322{41.211%{transform:translate(15.5529vw,41.211vh) scale(.4085)}to{transform:translate(14.80865vw,99vh) scale(.4085)}}.snow:nth-child(323){opacity:1.0164;transform:translate(93.9406vw,-10px) scale(.739);animation:fall-323 26s -17s linear infinite}@keyframes fall-323{70.414%{transform:translate(99.8936vw,70.414vh) scale(.739)}to{transform:translate(96.9171vw,99vh) scale(.739)}}.snow:nth-child(324){opacity:1.8524;transform:translate(95.8203vw,-10px) scale(.9792);animation:fall-324 24s -26s linear infinite}@keyframes fall-324{56.345%{transform:translate(94.1264vw,56.345vh) scale(.9792)}to{transform:translate(94.97335vw,99vh) scale(.9792)}}.snow:nth-child(325){opacity:1.4302;transform:translate(43.0874vw,-10px) scale(.9754);animation:fall-325 11s -20s linear infinite}@keyframes fall-325{40.415%{transform:translate(43.7448vw,40.415vh) scale(.9754)}to{transform:translate(43.4161vw,99vh) scale(.9754)}}.snow:nth-child(326){opacity:.6976;transform:translate(61.0561vw,-10px) scale(.8847);animation:fall-326 25s -23s linear infinite}@keyframes fall-326{36.162%{transform:translate(66.3969vw,36.162vh) scale(.8847)}to{transform:translate(63.7265vw,99vh) scale(.8847)}}.snow:nth-child(327){opacity:.3188;transform:translate(81.6769vw,-10px) scale(.9987);animation:fall-327 25s -3s linear infinite}@keyframes fall-327{35.799%{transform:translate(89.1162vw,35.799vh) scale(.9987)}to{transform:translate(85.39655vw,99vh) scale(.9987)}}.snow:nth-child(328){opacity:1.9994;transform:translate(45.2805vw,-10px) scale(.5826);animation:fall-328 13s -16s linear infinite}@keyframes fall-328{62.813%{transform:translate(39.2134vw,62.813vh) scale(.5826)}to{transform:translate(42.24695vw,99vh) scale(.5826)}}.snow:nth-child(329){opacity:1.6494;transform:translate(34.2806vw,-10px) scale(.6686);animation:fall-329 23s -28s linear infinite}@keyframes fall-329{74.956%{transform:translate(35.2664vw,74.956vh) scale(.6686)}to{transform:translate(34.7735vw,99vh) scale(.6686)}}.snow:nth-child(330){opacity:.3892;transform:translate(51.9648vw,-10px) scale(.97);animation:fall-330 17s -11s linear infinite}@keyframes fall-330{66.92%{transform:translate(58.1271vw,66.92vh) scale(.97)}to{transform:translate(55.04595vw,99vh) scale(.97)}}.snow:nth-child(331){opacity:.231;transform:translate(45.6167vw,-10px) scale(.3496);animation:fall-331 10s -25s linear infinite}@keyframes fall-331{31.929%{transform:translate(46.7619vw,31.929vh) scale(.3496)}to{transform:translate(46.1893vw,99vh) scale(.3496)}}.snow:nth-child(332){opacity:.1034;transform:translate(10.5418vw,-10px) scale(.0608);animation:fall-332 11s -23s linear infinite}@keyframes fall-332{52.943%{transform:translate(6.3548vw,52.943vh) scale(.0608)}to{transform:translate(8.4483vw,99vh) scale(.0608)}}.snow:nth-child(333){opacity:.8284;transform:translate(95.0544vw,-10px) scale(.8316);animation:fall-333 25s -14s linear infinite}@keyframes fall-333{57.043%{transform:translate(97.1307vw,57.043vh) scale(.8316)}to{transform:translate(96.09255vw,99vh) scale(.8316)}}.snow:nth-child(334){opacity:.9634;transform:translate(70.396vw,-10px) scale(.9063);animation:fall-334 25s -7s linear infinite}@keyframes fall-334{38.517%{transform:translate(64.7152vw,38.517vh) scale(.9063)}to{transform:translate(67.5556vw,99vh) scale(.9063)}}.snow:nth-child(335){opacity:1.152;transform:translate(54.3869vw,-10px) scale(.6588);animation:fall-335 13s -22s linear infinite}@keyframes fall-335{64.262%{transform:translate(55.5789vw,64.262vh) scale(.6588)}to{transform:translate(54.9829vw,99vh) scale(.6588)}}.snow:nth-child(336){opacity:1.2704;transform:translate(23.454vw,-10px) scale(.4198);animation:fall-336 11s -26s linear infinite}@keyframes fall-336{75.988%{transform:translate(13.8312vw,75.988vh) scale(.4198)}to{transform:translate(18.6426vw,99vh) scale(.4198)}}.snow:nth-child(337){opacity:1.434;transform:translate(1.9235vw,-10px) scale(.73);animation:fall-337 22s -17s linear infinite}@keyframes fall-337{34.76%{transform:translate(3.081vw,34.76vh) scale(.73)}to{transform:translate(2.50225vw,99vh) scale(.73)}}.snow:nth-child(338){opacity:1.18;transform:translate(45.7583vw,-10px) scale(.3155);animation:fall-338 14s -15s linear infinite}@keyframes fall-338{43.707%{transform:translate(44.783vw,43.707vh) scale(.3155)}to{transform:translate(45.27065vw,99vh) scale(.3155)}}.snow:nth-child(339){opacity:1.695;transform:translate(50.4889vw,-10px) scale(.3091);animation:fall-339 14s -15s linear infinite}@keyframes fall-339{52.241%{transform:translate(52.3867vw,52.241vh) scale(.3091)}to{transform:translate(51.4378vw,99vh) scale(.3091)}}.snow:nth-child(340){opacity:1.2044;transform:translate(57.6714vw,-10px) scale(.464);animation:fall-340 14s -29s linear infinite}@keyframes fall-340{44.799%{transform:translate(59.4956vw,44.799vh) scale(.464)}to{transform:translate(58.5835vw,99vh) scale(.464)}}.snow:nth-child(341){opacity:.4532;transform:translate(11.3097vw,-10px) scale(.7256);animation:fall-341 22s -14s linear infinite}@keyframes fall-341{34.058%{transform:translate(17.4645vw,34.058vh) scale(.7256)}to{transform:translate(14.3871vw,99vh) scale(.7256)}}.snow:nth-child(342){opacity:1.836;transform:translate(14.9227vw,-10px) scale(.8558);animation:fall-342 21s -19s linear infinite}@keyframes fall-342{47.882%{transform:translate(23.0442vw,47.882vh) scale(.8558)}to{transform:translate(18.98345vw,99vh) scale(.8558)}}.snow:nth-child(343){opacity:.4988;transform:translate(86.1124vw,-10px) scale(.919);animation:fall-343 15s -24s linear infinite}@keyframes fall-343{34.838%{transform:translate(95.2337vw,34.838vh) scale(.919)}to{transform:translate(90.67305vw,99vh) scale(.919)}}.snow:nth-child(344){opacity:.6336;transform:translate(77.7269vw,-10px) scale(.4933);animation:fall-344 16s -16s linear infinite}@keyframes fall-344{65.526%{transform:translate(86.1914vw,65.526vh) scale(.4933)}to{transform:translate(81.95915vw,99vh) scale(.4933)}}.snow:nth-child(345){opacity:1.7206;transform:translate(68.6213vw,-10px) scale(.9463);animation:fall-345 30s -5s linear infinite}@keyframes fall-345{63.006%{transform:translate(61.8993vw,63.006vh) scale(.9463)}to{transform:translate(65.2603vw,99vh) scale(.9463)}}.snow:nth-child(346){opacity:1.6676;transform:translate(56.2547vw,-10px) scale(.9089);animation:fall-346 24s -13s linear infinite}@keyframes fall-346{79.972%{transform:translate(63.4053vw,79.972vh) scale(.9089)}to{transform:translate(59.83vw,99vh) scale(.9089)}}.snow:nth-child(347){opacity:1.3004;transform:translate(52.1603vw,-10px) scale(.2763);animation:fall-347 10s -5s linear infinite}@keyframes fall-347{60.204%{transform:translate(60.7563vw,60.204vh) scale(.2763)}to{transform:translate(56.4583vw,99vh) scale(.2763)}}.snow:nth-child(348){opacity:.4702;transform:translate(46.9485vw,-10px) scale(.4458);animation:fall-348 15s -10s linear infinite}@keyframes fall-348{56.789%{transform:translate(45.4203vw,56.789vh) scale(.4458)}to{transform:translate(46.1844vw,99vh) scale(.4458)}}.snow:nth-child(349){opacity:1.4594;transform:translate(88.7893vw,-10px) scale(.3344);animation:fall-349 21s -7s linear infinite}@keyframes fall-349{30.906%{transform:translate(79.3523vw,30.906vh) scale(.3344)}to{transform:translate(84.0708vw,99vh) scale(.3344)}}.snow:nth-child(350){opacity:1.3616;transform:translate(12.8543vw,-10px) scale(.6968);animation:fall-350 24s -23s linear infinite}@keyframes fall-350{55.916%{transform:translate(17.9366vw,55.916vh) scale(.6968)}to{transform:translate(15.39545vw,99vh) scale(.6968)}}.snow:nth-child(351){opacity:1.2436;transform:translate(86.0315vw,-10px) scale(.4415);animation:fall-351 13s -7s linear infinite}@keyframes fall-351{55.463%{transform:translate(86.2895vw,55.463vh) scale(.4415)}to{transform:translate(86.1605vw,99vh) scale(.4415)}}.snow:nth-child(352){opacity:.8554;transform:translate(61.3114vw,-10px) scale(.3657);animation:fall-352 12s -5s linear infinite}@keyframes fall-352{33.76%{transform:translate(55.797vw,33.76vh) scale(.3657)}to{transform:translate(58.5542vw,99vh) scale(.3657)}}.snow:nth-child(353){opacity:1.0216;transform:translate(55.2448vw,-10px) scale(.6883);animation:fall-353 22s -29s linear infinite}@keyframes fall-353{74.544%{transform:translate(63.8664vw,74.544vh) scale(.6883)}to{transform:translate(59.5556vw,99vh) scale(.6883)}}.snow:nth-child(354){opacity:1.2356;transform:translate(85.1865vw,-10px) scale(.6793);animation:fall-354 28s -22s linear infinite}@keyframes fall-354{53.64%{transform:translate(77.9644vw,53.64vh) scale(.6793)}to{transform:translate(81.57545vw,99vh) scale(.6793)}}.snow:nth-child(355){opacity:.5344;transform:translate(39.3133vw,-10px) scale(.0189);animation:fall-355 25s -25s linear infinite}@keyframes fall-355{60.227%{transform:translate(31.0351vw,60.227vh) scale(.0189)}to{transform:translate(35.1742vw,99vh) scale(.0189)}}.snow:nth-child(356){opacity:1.413;transform:translate(94.1154vw,-10px) scale(.0666);animation:fall-356 18s -2s linear infinite}@keyframes fall-356{33.33%{transform:translate(104.1013vw,33.33vh) scale(.0666)}to{transform:translate(99.10835vw,99vh) scale(.0666)}}.snow:nth-child(357){opacity:1.2556;transform:translate(59.9364vw,-10px) scale(.3427);animation:fall-357 14s -30s linear infinite}@keyframes fall-357{74.524%{transform:translate(67.3877vw,74.524vh) scale(.3427)}to{transform:translate(63.66205vw,99vh) scale(.3427)}}.snow:nth-child(358){opacity:1.4892;transform:translate(96.9426vw,-10px) scale(.5161);animation:fall-358 10s -8s linear infinite}@keyframes fall-358{77.864%{transform:translate(105.4106vw,77.864vh) scale(.5161)}to{transform:translate(101.1766vw,99vh) scale(.5161)}}.snow:nth-child(359){opacity:.7226;transform:translate(99.6044vw,-10px) scale(.2922);animation:fall-359 16s -28s linear infinite}@keyframes fall-359{76.785%{transform:translate(101.0572vw,76.785vh) scale(.2922)}to{transform:translate(100.3308vw,99vh) scale(.2922)}}.snow:nth-child(360){opacity:1.6126;transform:translate(84.9071vw,-10px) scale(.2575);animation:fall-360 27s -19s linear infinite}@keyframes fall-360{72.275%{transform:translate(88.1444vw,72.275vh) scale(.2575)}to{transform:translate(86.52575vw,99vh) scale(.2575)}}.snow:nth-child(361){opacity:.3226;transform:translate(42.3202vw,-10px) scale(.4021);animation:fall-361 21s -3s linear infinite}@keyframes fall-361{65.579%{transform:translate(36.3364vw,65.579vh) scale(.4021)}to{transform:translate(39.3283vw,99vh) scale(.4021)}}.snow:nth-child(362){opacity:1.1602;transform:translate(66.2958vw,-10px) scale(.8102);animation:fall-362 21s -19s linear infinite}@keyframes fall-362{60.22%{transform:translate(75.2176vw,60.22vh) scale(.8102)}to{transform:translate(70.7567vw,99vh) scale(.8102)}}.snow:nth-child(363){opacity:1.221;transform:translate(80.9751vw,-10px) scale(.2815);animation:fall-363 18s -25s linear infinite}@keyframes fall-363{32.085%{transform:translate(72.719vw,32.085vh) scale(.2815)}to{transform:translate(76.84705vw,99vh) scale(.2815)}}.snow:nth-child(364){opacity:1.634;transform:translate(94.172vw,-10px) scale(.2082);animation:fall-364 15s -28s linear infinite}@keyframes fall-364{74.646%{transform:translate(93.3657vw,74.646vh) scale(.2082)}to{transform:translate(93.76885vw,99vh) scale(.2082)}}.snow:nth-child(365){opacity:1.0648;transform:translate(95.4996vw,-10px) scale(.8292);animation:fall-365 27s -8s linear infinite}@keyframes fall-365{77.946%{transform:translate(102.0107vw,77.946vh) scale(.8292)}to{transform:translate(98.75515vw,99vh) scale(.8292)}}.snow:nth-child(366){opacity:.7228;transform:translate(64.3043vw,-10px) scale(.2745);animation:fall-366 26s -27s linear infinite}@keyframes fall-366{35.894%{transform:translate(55.1516vw,35.894vh) scale(.2745)}to{transform:translate(59.72795vw,99vh) scale(.2745)}}.snow:nth-child(367){opacity:.9052;transform:translate(16.4513vw,-10px) scale(.4018);animation:fall-367 15s -12s linear infinite}@keyframes fall-367{68.922%{transform:translate(13.7805vw,68.922vh) scale(.4018)}to{transform:translate(15.1159vw,99vh) scale(.4018)}}.snow:nth-child(368){opacity:.3676;transform:translate(92.1851vw,-10px) scale(.3326);animation:fall-368 16s -10s linear infinite}@keyframes fall-368{36.12%{transform:translate(90.592vw,36.12vh) scale(.3326)}to{transform:translate(91.38855vw,99vh) scale(.3326)}}.snow:nth-child(369){opacity:.197;transform:translate(33.1227vw,-10px) scale(.7682);animation:fall-369 26s -24s linear infinite}@keyframes fall-369{48.603%{transform:translate(27.4855vw,48.603vh) scale(.7682)}to{transform:translate(30.3041vw,99vh) scale(.7682)}}.snow:nth-child(370){opacity:.008;transform:translate(49.0843vw,-10px) scale(.3314);animation:fall-370 30s -17s linear infinite}@keyframes fall-370{36.08%{transform:translate(44.4909vw,36.08vh) scale(.3314)}to{transform:translate(46.7876vw,99vh) scale(.3314)}}.snow:nth-child(371){opacity:.1714;transform:translate(62.4676vw,-10px) scale(.4042);animation:fall-371 19s -9s linear infinite}@keyframes fall-371{77.93%{transform:translate(67.6909vw,77.93vh) scale(.4042)}to{transform:translate(65.07925vw,99vh) scale(.4042)}}.snow:nth-child(372){opacity:1.8008;transform:translate(34.6843vw,-10px) scale(.4411);animation:fall-372 17s -20s linear infinite}@keyframes fall-372{35.707%{transform:translate(44.5184vw,35.707vh) scale(.4411)}to{transform:translate(39.60135vw,99vh) scale(.4411)}}.snow:nth-child(373){opacity:1.1806;transform:translate(14.7226vw,-10px) scale(.4146);animation:fall-373 24s -5s linear infinite}@keyframes fall-373{62.14%{transform:translate(13.3293vw,62.14vh) scale(.4146)}to{transform:translate(14.02595vw,99vh) scale(.4146)}}.snow:nth-child(374){opacity:1.1504;transform:translate(22.0536vw,-10px) scale(.8379);animation:fall-374 17s -23s linear infinite}@keyframes fall-374{66.254%{transform:translate(18.205vw,66.254vh) scale(.8379)}to{transform:translate(20.1293vw,99vh) scale(.8379)}}.snow:nth-child(375){opacity:.7332;transform:translate(89.6875vw,-10px) scale(.9471);animation:fall-375 17s -21s linear infinite}@keyframes fall-375{35.695%{transform:translate(85.3485vw,35.695vh) scale(.9471)}to{transform:translate(87.518vw,99vh) scale(.9471)}}.snow:nth-child(376){opacity:1.998;transform:translate(82.3364vw,-10px) scale(.6552);animation:fall-376 11s -26s linear infinite}@keyframes fall-376{49.251%{transform:translate(72.8911vw,49.251vh) scale(.6552)}to{transform:translate(77.61375vw,99vh) scale(.6552)}}.snow:nth-child(377){opacity:.2968;transform:translate(83.2925vw,-10px) scale(.2741);animation:fall-377 25s -26s linear infinite}@keyframes fall-377{36.805%{transform:translate(86.8128vw,36.805vh) scale(.2741)}to{transform:translate(85.05265vw,99vh) scale(.2741)}}.snow:nth-child(378){opacity:.885;transform:translate(29.1456vw,-10px) scale(.9704);animation:fall-378 27s -19s linear infinite}@keyframes fall-378{34.443%{transform:translate(30.8026vw,34.443vh) scale(.9704)}to{transform:translate(29.9741vw,99vh) scale(.9704)}}.snow:nth-child(379){opacity:1.109;transform:translate(59.3101vw,-10px) scale(.965);animation:fall-379 29s -17s linear infinite}@keyframes fall-379{66.319%{transform:translate(56.8969vw,66.319vh) scale(.965)}to{transform:translate(58.1035vw,99vh) scale(.965)}}.snow:nth-child(380){opacity:1.235;transform:translate(2.1204vw,-10px) scale(.6151);animation:fall-380 27s -11s linear infinite}@keyframes fall-380{55.405%{transform:translate(-2.0197vw,55.405vh) scale(.6151)}to{transform:translate(.05035vw,99vh) scale(.6151)}}.snow:nth-child(381){opacity:1.901;transform:translate(25.0082vw,-10px) scale(.1033);animation:fall-381 24s -20s linear infinite}@keyframes fall-381{74.891%{transform:translate(29.1887vw,74.891vh) scale(.1033)}to{transform:translate(27.09845vw,99vh) scale(.1033)}}.snow:nth-child(382){opacity:.5852;transform:translate(82.6702vw,-10px) scale(.0967);animation:fall-382 28s -8s linear infinite}@keyframes fall-382{76.834%{transform:translate(82.6391vw,76.834vh) scale(.0967)}to{transform:translate(82.65465vw,99vh) scale(.0967)}}.snow:nth-child(383){opacity:.4194;transform:translate(70.5423vw,-10px) scale(.8371);animation:fall-383 26s -24s linear infinite}@keyframes fall-383{45.855%{transform:translate(68.0884vw,45.855vh) scale(.8371)}to{transform:translate(69.31535vw,99vh) scale(.8371)}}.snow:nth-child(384){opacity:1.9426;transform:translate(43.1309vw,-10px) scale(.7858);animation:fall-384 21s -8s linear infinite}@keyframes fall-384{61.122%{transform:translate(48.2641vw,61.122vh) scale(.7858)}to{transform:translate(45.6975vw,99vh) scale(.7858)}}.snow:nth-child(385){opacity:.7156;transform:translate(26.1907vw,-10px) scale(.1964);animation:fall-385 13s -1s linear infinite}@keyframes fall-385{31.771%{transform:translate(25.7993vw,31.771vh) scale(.1964)}to{transform:translate(25.995vw,99vh) scale(.1964)}}.snow:nth-child(386){opacity:1.0742;transform:translate(73.9111vw,-10px) scale(.8618);animation:fall-386 25s -14s linear infinite}@keyframes fall-386{40.424%{transform:translate(66.1821vw,40.424vh) scale(.8618)}to{transform:translate(70.0466vw,99vh) scale(.8618)}}.snow:nth-child(387){opacity:.9806;transform:translate(30.2588vw,-10px) scale(.6397);animation:fall-387 12s -17s linear infinite}@keyframes fall-387{63.104%{transform:translate(39.0893vw,63.104vh) scale(.6397)}to{transform:translate(34.67405vw,99vh) scale(.6397)}}.snow:nth-child(388){opacity:1.9926;transform:translate(49.9505vw,-10px) scale(.9488);animation:fall-388 15s -13s linear infinite}@keyframes fall-388{71.96%{transform:translate(56.7649vw,71.96vh) scale(.9488)}to{transform:translate(53.3577vw,99vh) scale(.9488)}}.snow:nth-child(389){opacity:.5892;transform:translate(77.9461vw,-10px) scale(.639);animation:fall-389 12s -6s linear infinite}@keyframes fall-389{78.236%{transform:translate(69.9806vw,78.236vh) scale(.639)}to{transform:translate(73.96335vw,99vh) scale(.639)}}.snow:nth-child(390){opacity:1.5906;transform:translate(63.8895vw,-10px) scale(.1629);animation:fall-390 15s -14s linear infinite}@keyframes fall-390{74.775%{transform:translate(67.1907vw,74.775vh) scale(.1629)}to{transform:translate(65.5401vw,99vh) scale(.1629)}}.snow:nth-child(391){opacity:.046;transform:translate(55.6513vw,-10px) scale(.9643);animation:fall-391 11s -24s linear infinite}@keyframes fall-391{68.361%{transform:translate(54.4483vw,68.361vh) scale(.9643)}to{transform:translate(55.0498vw,99vh) scale(.9643)}}.snow:nth-child(392){opacity:1.5004;transform:translate(20.588vw,-10px) scale(.4238);animation:fall-392 27s -8s linear infinite}@keyframes fall-392{65.02%{transform:translate(19.0634vw,65.02vh) scale(.4238)}to{transform:translate(19.8257vw,99vh) scale(.4238)}}.snow:nth-child(393){opacity:1.0924;transform:translate(83.7991vw,-10px) scale(.9882);animation:fall-393 17s -17s linear infinite}@keyframes fall-393{46.654%{transform:translate(83.5311vw,46.654vh) scale(.9882)}to{transform:translate(83.6651vw,99vh) scale(.9882)}}.snow:nth-child(394){opacity:1.3186;transform:translate(22.4225vw,-10px) scale(.62);animation:fall-394 27s -13s linear infinite}@keyframes fall-394{75.787%{transform:translate(31.4233vw,75.787vh) scale(.62)}to{transform:translate(26.9229vw,99vh) scale(.62)}}.snow:nth-child(395){opacity:.1154;transform:translate(67.2917vw,-10px) scale(.1919);animation:fall-395 24s -22s linear infinite}@keyframes fall-395{47.746%{transform:translate(71.4785vw,47.746vh) scale(.1919)}to{transform:translate(69.3851vw,99vh) scale(.1919)}}.snow:nth-child(396){opacity:.059;transform:translate(57.0756vw,-10px) scale(.7873);animation:fall-396 26s -18s linear infinite}@keyframes fall-396{65.235%{transform:translate(52.9567vw,65.235vh) scale(.7873)}to{transform:translate(55.01615vw,99vh) scale(.7873)}}.snow:nth-child(397){opacity:.3624;transform:translate(53.394vw,-10px) scale(.5503);animation:fall-397 11s -8s linear infinite}@keyframes fall-397{32.224%{transform:translate(46.128vw,32.224vh) scale(.5503)}to{transform:translate(49.761vw,99vh) scale(.5503)}}.snow:nth-child(398){opacity:.7104;transform:translate(56.1351vw,-10px) scale(.8506);animation:fall-398 16s -29s linear infinite}@keyframes fall-398{39.068%{transform:translate(61.5256vw,39.068vh) scale(.8506)}to{transform:translate(58.83035vw,99vh) scale(.8506)}}.snow:nth-child(399){opacity:.3278;transform:translate(43.8815vw,-10px) scale(.2075);animation:fall-399 29s -8s linear infinite}@keyframes fall-399{41.434%{transform:translate(52.5813vw,41.434vh) scale(.2075)}to{transform:translate(48.2314vw,99vh) scale(.2075)}}.snow:nth-child(400){opacity:.6326;transform:translate(95.0689vw,-10px) scale(.9461);animation:fall-400 20s -7s linear infinite}@keyframes fall-400{33.51%{transform:translate(89.0366vw,33.51vh) scale(.9461)}to{transform:translate(92.05275vw,99vh) scale(.9461)}}\n"] }]
|
|
29
28
|
}], ctorParameters: function () { return [{ type: i1.TokenService }, { type: i1.AppState }, { type: i2.Router }]; } });
|
|
30
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
29
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBwLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2NvcmUvc3JjL2xpYi9hcHAuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vcHJvamVjdHMvY29yZS9zcmMvbGliL2FwcC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxVQUFVO0FBQ1YsT0FBTyxFQUFFLFNBQVMsRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7OztBQU03RCxrTUFBa007QUFPbE0sTUFBTSxPQUFPLFlBQVk7SUFNckIsWUFBb0IsR0FBaUIsRUFBUyxNQUFnQixFQUFVLE1BQWM7UUFBbEUsUUFBRyxHQUFILEdBQUcsQ0FBYztRQUFTLFdBQU0sR0FBTixNQUFNLENBQVU7UUFBVSxXQUFNLEdBQU4sTUFBTSxDQUFRO1FBSi9FLFVBQUssR0FBYSxFQUFFLENBQUM7UUFFckIsZ0JBQVcsR0FBRyxDQUFDLENBQVMsRUFBRSxJQUFTLEVBQUUsRUFBRSxDQUFDLElBQUksQ0FBQztRQUloRCxJQUFJLElBQUksQ0FBQyxNQUFNLENBQUMsYUFBYTtZQUN6QixLQUFLLElBQUksQ0FBQyxHQUFHLENBQUMsRUFBRSxDQUFDLEdBQUcsR0FBRyxFQUFFLENBQUMsRUFBRTtnQkFDeEIsSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLENBQUM7UUFFM0IsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsWUFBWSxFQUFFO1lBQ3hCLE9BQU8sQ0FBQyxHQUFHLENBQUMsdURBQXVELENBQUMsQ0FBQTtZQUNwRSxJQUFJLENBQUMsTUFBTSxDQUFDLFFBQVEsQ0FBQyxDQUFDLE9BQU8sRUFBRSxFQUFFLE9BQU8sRUFBRSxJQUFJLENBQUMsTUFBTSxDQUFDLEdBQUcsRUFBRSxDQUFDLENBQUMsQ0FBQztTQUNqRTtJQUNMLENBQUM7OzBHQWhCUSxZQUFZOzhGQUFaLFlBQVksZ0RDZHpCLGdNQUcrQjs0RkRXbEIsWUFBWTtrQkFOeEIsU0FBUzsrQkFDSSxVQUFVLGlCQUNMLGlCQUFpQixDQUFDLElBQUkiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBBbmd1bGFyXHJcbmltcG9ydCB7IENvbXBvbmVudCwgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xyXG5pbXBvcnQgeyBSb3V0ZXIgfSBmcm9tIFwiQGFuZ3VsYXIvcm91dGVyXCI7XHJcblxyXG4vLyBDb25maWd1cmF6aW9uaVxyXG5pbXBvcnQgeyBBcHBTdGF0ZSwgVG9rZW5TZXJ2aWNlIH0gZnJvbSBcIkBlc2ZhZW56YS9jb3JlL3NlcnZpY2VzXCI7XHJcblxyXG4vKiBOLkI6IFF1ZXN0byBjb21wb25lbnRlIG5vbiBwdcOyIGRpdmVudGFyZSBzdGFuZGFsb25lLiDDiCBpbCBwdW50byBkaSBpbmdyZXNzbyBwZXIgaWwgYm9vdHN0cmFwIGRlaSBtb2R1bGkgZGkgRnJvbnRlbmQsIGNoZSBOT04gc2kgYmFzYW5vIHN1aSBjb21wb25lbnRpIHN0YW5kYWxvbmUgYSBtZW5vIGRpIHJhcmUgZnVuemlvbmFsaXTDoCAqL1xyXG5AQ29tcG9uZW50KHtcclxuICAgIHNlbGVjdG9yOiAnYXBwLXJvb3QnLFxyXG4gICAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcclxuICAgIHN0eWxlVXJsczogW1wiLi9hcHAuY29tcG9uZW50LnNjc3NcIl0sXHJcbiAgICB0ZW1wbGF0ZVVybDogJy4vYXBwLmNvbXBvbmVudC5odG1sJ1xyXG59KVxyXG5leHBvcnQgY2xhc3MgQXBwQ29tcG9uZW50IHtcclxuXHJcbiAgICBwdWJsaWMgc25vd3M6IG51bWJlcltdID0gW107XHJcblxyXG4gICAgcHVibGljIHNub3dUcmFja0J5ID0gKF86IG51bWJlciwgaXRlbTogYW55KSA9PiBpdGVtO1xyXG5cclxuICAgIGNvbnN0cnVjdG9yKHByaXZhdGUgYnRzOiBUb2tlblNlcnZpY2UsIHB1YmxpYyBfc3RhdGU6IEFwcFN0YXRlLCBwcml2YXRlIHJvdXRlcjogUm91dGVyKSB7XHJcblxyXG4gICAgICAgIGlmICh0aGlzLl9zdGF0ZS5jaHJpc3RtYXNUaW1lKVxyXG4gICAgICAgICAgICBmb3IgKGxldCBpID0gMDsgaSA8IDQwMDsgaSsrKVxyXG4gICAgICAgICAgICAgICAgdGhpcy5zbm93cy5wdXNoKGkpO1xyXG5cclxuICAgICAgICBpZiAoIXRoaXMuYnRzLmFjY291bnRTY29wZSkge1xyXG4gICAgICAgICAgICBjb25zb2xlLmxvZyhcIkFwcENvbXBvbmVudCAtIG5vIGFjY291bnQgc2NvcGUsIHJlZGlyZWN0aW5nIHRvIGxvZ2luXCIpXHJcbiAgICAgICAgICAgIHRoaXMucm91dGVyLm5hdmlnYXRlKFtcImxvZ2luXCIsIHsgZnJvbVVybDogdGhpcy5yb3V0ZXIudXJsIH1dKTtcclxuICAgICAgICB9XHJcbiAgICB9XHJcbn0iLCI8IS0tIDxuZy1jb250YWluZXIgKm5nSWY9XCJfc3RhdGUuY2hyaXN0bWFzVGltZVwiPlxyXG4gICAgPGRpdiAqbmdGb3I9XCJsZXQgaSBvZiBzbm93czsgdHJhY2tCeTogc25vd1RyYWNrQnlcIiBjbGFzcz1cInNub3dcIj48L2Rpdj5cclxuPC9uZy1jb250YWluZXI+IC0tPlxyXG48cm91dGVyLW91dGxldD48L3JvdXRlci1vdXRsZXQ+Il19
|