@esfaenza/core 15.2.73 → 15.2.75
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.
- package/esm2020/components/sidebar/sidebar.component.mjs +17 -28
- package/esm2020/lib/app.component.mjs +5 -4
- package/fesm2015/esfaenza-core-components.mjs +17 -28
- package/fesm2015/esfaenza-core-components.mjs.map +1 -1
- package/fesm2015/esfaenza-core.mjs +4 -3
- package/fesm2015/esfaenza-core.mjs.map +1 -1
- package/fesm2020/esfaenza-core-components.mjs +17 -28
- package/fesm2020/esfaenza-core-components.mjs.map +1 -1
- package/fesm2020/esfaenza-core.mjs +4 -3
- package/fesm2020/esfaenza-core.mjs.map +1 -1
- package/lib/app.component.d.ts +1 -0
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// Angular
|
|
2
|
-
import {
|
|
2
|
+
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";
|
|
@@ -11,6 +11,7 @@ export class AppComponent {
|
|
|
11
11
|
this._state = _state;
|
|
12
12
|
this.router = router;
|
|
13
13
|
this.snows = [];
|
|
14
|
+
this.snowTrackBy = (_, item) => item;
|
|
14
15
|
if (this._state.christmasTime)
|
|
15
16
|
for (let i = 0; i < 400; i++)
|
|
16
17
|
this.snows.push(i);
|
|
@@ -21,9 +22,9 @@ export class AppComponent {
|
|
|
21
22
|
}
|
|
22
23
|
}
|
|
23
24
|
AppComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AppComponent, deps: [{ token: i1.TokenService }, { token: i1.AppState }, { token: i2.Router }], target: i0.ɵɵFactoryTarget.Component });
|
|
24
|
-
AppComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: AppComponent, selector: "app-root", ngImport: i0, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows\" 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{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}.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}.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}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:.3162;transform:translate(87.9786vw,-10px) scale(.9866);animation:fall-1 18s -4s linear infinite}@keyframes fall-1{49.256%{transform:translate(82.0454vw,49.256vh) scale(.9866)}to{transform:translate(85.012vw,99vh) scale(.9866)}}.snow:nth-child(2){opacity:1.0412;transform:translate(63.9317vw,-10px) scale(.4211);animation:fall-2 17s -12s linear infinite}@keyframes fall-2{77.746%{transform:translate(62.276vw,77.746vh) scale(.4211)}to{transform:translate(63.10385vw,99vh) scale(.4211)}}.snow:nth-child(3){opacity:.2442;transform:translate(11.3309vw,-10px) scale(.4087);animation:fall-3 19s -2s linear infinite}@keyframes fall-3{31.905%{transform:translate(14.1148vw,31.905vh) scale(.4087)}to{transform:translate(12.72285vw,99vh) scale(.4087)}}.snow:nth-child(4){opacity:.0536;transform:translate(42.5497vw,-10px) scale(.2848);animation:fall-4 26s -25s linear infinite}@keyframes fall-4{34.304%{transform:translate(37.611vw,34.304vh) scale(.2848)}to{transform:translate(40.08035vw,99vh) scale(.2848)}}.snow:nth-child(5){opacity:1.7584;transform:translate(1.1762vw,-10px) scale(.2676);animation:fall-5 10s -28s linear infinite}@keyframes fall-5{45.357%{transform:translate(.0084vw,45.357vh) scale(.2676)}to{transform:translate(.5923vw,99vh) scale(.2676)}}.snow:nth-child(6){opacity:1.2672;transform:translate(32.5556vw,-10px) scale(.7081);animation:fall-6 14s -26s linear infinite}@keyframes fall-6{75.52%{transform:translate(32.0585vw,75.52vh) scale(.7081)}to{transform:translate(32.30705vw,99vh) scale(.7081)}}.snow:nth-child(7){opacity:.542;transform:translate(94.8072vw,-10px) scale(.0945);animation:fall-7 26s -27s linear infinite}@keyframes fall-7{76.049%{transform:translate(88.5619vw,76.049vh) scale(.0945)}to{transform:translate(91.68455vw,99vh) scale(.0945)}}.snow:nth-child(8){opacity:.1224;transform:translate(43.8275vw,-10px) scale(.9628);animation:fall-8 19s -9s linear infinite}@keyframes fall-8{50.836%{transform:translate(36.8764vw,50.836vh) scale(.9628)}to{transform:translate(40.35195vw,99vh) scale(.9628)}}.snow:nth-child(9){opacity:.984;transform:translate(63.0715vw,-10px) scale(.3474);animation:fall-9 19s -10s linear infinite}@keyframes fall-9{41.878%{transform:translate(68.9275vw,41.878vh) scale(.3474)}to{transform:translate(65.9995vw,99vh) scale(.3474)}}.snow:nth-child(10){opacity:.6034;transform:translate(74.16vw,-10px) scale(.1687);animation:fall-10 22s -9s linear infinite}@keyframes fall-10{44.168%{transform:translate(81.9363vw,44.168vh) scale(.1687)}to{transform:translate(78.04815vw,99vh) scale(.1687)}}.snow:nth-child(11){opacity:.4304;transform:translate(79.6036vw,-10px) scale(.0265);animation:fall-11 14s -1s linear infinite}@keyframes fall-11{54.912%{transform:translate(87.3865vw,54.912vh) scale(.0265)}to{transform:translate(83.49505vw,99vh) scale(.0265)}}.snow:nth-child(12){opacity:.8284;transform:translate(90.2482vw,-10px) scale(.0262);animation:fall-12 17s -11s linear infinite}@keyframes fall-12{36.738%{transform:translate(91.9455vw,36.738vh) scale(.0262)}to{transform:translate(91.09685vw,99vh) scale(.0262)}}.snow:nth-child(13){opacity:1.411;transform:translate(1.198vw,-10px) scale(.7905);animation:fall-13 25s -21s linear infinite}@keyframes fall-13{46.832%{transform:translate(-3.6325vw,46.832vh) scale(.7905)}to{transform:translate(-1.21725vw,99vh) scale(.7905)}}.snow:nth-child(14){opacity:.2368;transform:translate(94.8629vw,-10px) scale(.3771);animation:fall-14 17s -20s linear infinite}@keyframes fall-14{66.384%{transform:translate(95.6569vw,66.384vh) scale(.3771)}to{transform:translate(95.2599vw,99vh) scale(.3771)}}.snow:nth-child(15){opacity:.6812;transform:translate(3.4412vw,-10px) scale(.6165);animation:fall-15 25s -5s linear infinite}@keyframes fall-15{78.958%{transform:translate(5.3675vw,78.958vh) scale(.6165)}to{transform:translate(4.40435vw,99vh) scale(.6165)}}.snow:nth-child(16){opacity:.0662;transform:translate(52.9433vw,-10px) scale(.113);animation:fall-16 24s -20s linear infinite}@keyframes fall-16{64.688%{transform:translate(48.4145vw,64.688vh) scale(.113)}to{transform:translate(50.6789vw,99vh) scale(.113)}}.snow:nth-child(17){opacity:.214;transform:translate(92.005vw,-10px) scale(.1285);animation:fall-17 16s -25s linear infinite}@keyframes fall-17{31.664%{transform:translate(92.3902vw,31.664vh) scale(.1285)}to{transform:translate(92.1976vw,99vh) scale(.1285)}}.snow:nth-child(18){opacity:1.4938;transform:translate(12.2828vw,-10px) scale(.4986);animation:fall-18 20s -18s linear infinite}@keyframes fall-18{49.794%{transform:translate(19.1814vw,49.794vh) scale(.4986)}to{transform:translate(15.7321vw,99vh) scale(.4986)}}.snow:nth-child(19){opacity:1.3638;transform:translate(43.5979vw,-10px) scale(.3092);animation:fall-19 24s -15s linear infinite}@keyframes fall-19{34.117%{transform:translate(50.2865vw,34.117vh) scale(.3092)}to{transform:translate(46.9422vw,99vh) scale(.3092)}}.snow:nth-child(20){opacity:.8448;transform:translate(14.727vw,-10px) scale(.2178);animation:fall-20 30s -27s linear infinite}@keyframes fall-20{40.461%{transform:translate(4.9557vw,40.461vh) scale(.2178)}to{transform:translate(9.84135vw,99vh) scale(.2178)}}.snow:nth-child(21){opacity:.1688;transform:translate(49.3069vw,-10px) scale(.6806);animation:fall-21 15s -24s linear infinite}@keyframes fall-21{43.891%{transform:translate(42.9027vw,43.891vh) scale(.6806)}to{transform:translate(46.1048vw,99vh) scale(.6806)}}.snow:nth-child(22){opacity:.6182;transform:translate(97.3728vw,-10px) scale(.9013);animation:fall-22 18s -1s linear infinite}@keyframes fall-22{79.892%{transform:translate(99.5133vw,79.892vh) scale(.9013)}to{transform:translate(98.44305vw,99vh) scale(.9013)}}.snow:nth-child(23){opacity:1.8498;transform:translate(51.8584vw,-10px) scale(.1177);animation:fall-23 26s -22s linear infinite}@keyframes fall-23{51.861%{transform:translate(52.1556vw,51.861vh) scale(.1177)}to{transform:translate(52.007vw,99vh) scale(.1177)}}.snow:nth-child(24){opacity:.1058;transform:translate(10.9374vw,-10px) scale(.8197);animation:fall-24 29s -19s linear infinite}@keyframes fall-24{55.682%{transform:translate(15.9632vw,55.682vh) scale(.8197)}to{transform:translate(13.4503vw,99vh) scale(.8197)}}.snow:nth-child(25){opacity:.9914;transform:translate(63.8289vw,-10px) scale(.9665);animation:fall-25 23s -3s linear infinite}@keyframes fall-25{43.276%{transform:translate(60.1889vw,43.276vh) scale(.9665)}to{transform:translate(62.0089vw,99vh) scale(.9665)}}.snow:nth-child(26){opacity:.952;transform:translate(.8236vw,-10px) scale(.9277);animation:fall-26 12s -4s linear infinite}@keyframes fall-26{58.265%{transform:translate(2.5598vw,58.265vh) scale(.9277)}to{transform:translate(1.6917vw,99vh) scale(.9277)}}.snow:nth-child(27){opacity:1.3404;transform:translate(26.2961vw,-10px) scale(.0319);animation:fall-27 14s -7s linear infinite}@keyframes fall-27{72.793%{transform:translate(24.2837vw,72.793vh) scale(.0319)}to{transform:translate(25.2899vw,99vh) scale(.0319)}}.snow:nth-child(28){opacity:1.654;transform:translate(87.404vw,-10px) scale(.8029);animation:fall-28 29s -15s linear infinite}@keyframes fall-28{44.779%{transform:translate(85.1481vw,44.779vh) scale(.8029)}to{transform:translate(86.27605vw,99vh) scale(.8029)}}.snow:nth-child(29){opacity:.1048;transform:translate(56.7222vw,-10px) scale(.2773);animation:fall-29 24s -9s linear infinite}@keyframes fall-29{64.605%{transform:translate(46.7997vw,64.605vh) scale(.2773)}to{transform:translate(51.76095vw,99vh) scale(.2773)}}.snow:nth-child(30){opacity:1.8526;transform:translate(27.5793vw,-10px) scale(.4929);animation:fall-30 14s -2s linear infinite}@keyframes fall-30{75.15%{transform:translate(34.6383vw,75.15vh) scale(.4929)}to{transform:translate(31.1088vw,99vh) scale(.4929)}}.snow:nth-child(31){opacity:.3102;transform:translate(89.0074vw,-10px) scale(.2439);animation:fall-31 28s -27s linear infinite}@keyframes fall-31{53.26%{transform:translate(85.086vw,53.26vh) scale(.2439)}to{transform:translate(87.0467vw,99vh) scale(.2439)}}.snow:nth-child(32){opacity:1.9254;transform:translate(50.5486vw,-10px) scale(.5976);animation:fall-32 29s -30s linear infinite}@keyframes fall-32{78.033%{transform:translate(50.0741vw,78.033vh) scale(.5976)}to{transform:translate(50.31135vw,99vh) scale(.5976)}}.snow:nth-child(33){opacity:.3168;transform:translate(26.5726vw,-10px) scale(.903);animation:fall-33 24s -23s linear infinite}@keyframes fall-33{56.451%{transform:translate(26.5707vw,56.451vh) scale(.903)}to{transform:translate(26.57165vw,99vh) scale(.903)}}.snow:nth-child(34){opacity:1.5422;transform:translate(76.5748vw,-10px) scale(.4482);animation:fall-34 29s -11s linear infinite}@keyframes fall-34{54.596%{transform:translate(75.8653vw,54.596vh) scale(.4482)}to{transform:translate(76.22005vw,99vh) scale(.4482)}}.snow:nth-child(35){opacity:1.7188;transform:translate(3.9846vw,-10px) scale(.9399);animation:fall-35 29s -13s linear infinite}@keyframes fall-35{69.865%{transform:translate(4.4016vw,69.865vh) scale(.9399)}to{transform:translate(4.1931vw,99vh) scale(.9399)}}.snow:nth-child(36){opacity:1.661;transform:translate(41.9312vw,-10px) scale(.6419);animation:fall-36 27s -27s linear infinite}@keyframes fall-36{47.372%{transform:translate(45.8591vw,47.372vh) scale(.6419)}to{transform:translate(43.89515vw,99vh) scale(.6419)}}.snow:nth-child(37){opacity:.712;transform:translate(71.1856vw,-10px) scale(.9906);animation:fall-37 11s -9s linear infinite}@keyframes fall-37{37.027%{transform:translate(74.3835vw,37.027vh) scale(.9906)}to{transform:translate(72.78455vw,99vh) scale(.9906)}}.snow:nth-child(38){opacity:1.906;transform:translate(92.5055vw,-10px) scale(.975);animation:fall-38 12s -27s linear infinite}@keyframes fall-38{79.277%{transform:translate(90.9013vw,79.277vh) scale(.975)}to{transform:translate(91.7034vw,99vh) scale(.975)}}.snow:nth-child(39){opacity:1.8434;transform:translate(53.0628vw,-10px) scale(.6812);animation:fall-39 21s -30s linear infinite}@keyframes fall-39{60.174%{transform:translate(55.1471vw,60.174vh) scale(.6812)}to{transform:translate(54.10495vw,99vh) scale(.6812)}}.snow:nth-child(40){opacity:1.0016;transform:translate(94.5891vw,-10px) scale(.2463);animation:fall-40 18s -2s linear infinite}@keyframes fall-40{37.172%{transform:translate(86.7876vw,37.172vh) scale(.2463)}to{transform:translate(90.68835vw,99vh) scale(.2463)}}.snow:nth-child(41){opacity:1.6168;transform:translate(53.6983vw,-10px) scale(.7573);animation:fall-41 16s -14s linear infinite}@keyframes fall-41{42.956%{transform:translate(54.0801vw,42.956vh) scale(.7573)}to{transform:translate(53.8892vw,99vh) scale(.7573)}}.snow:nth-child(42){opacity:.9006;transform:translate(4.894vw,-10px) scale(.757);animation:fall-42 12s -14s linear infinite}@keyframes fall-42{57.495%{transform:translate(6.8149vw,57.495vh) scale(.757)}to{transform:translate(5.85445vw,99vh) scale(.757)}}.snow:nth-child(43){opacity:1.8268;transform:translate(97.4429vw,-10px) scale(.9314);animation:fall-43 11s -5s linear infinite}@keyframes fall-43{39.461%{transform:translate(101.0078vw,39.461vh) scale(.9314)}to{transform:translate(99.22535vw,99vh) scale(.9314)}}.snow:nth-child(44){opacity:.245;transform:translate(14.7591vw,-10px) scale(.9765);animation:fall-44 21s -27s linear infinite}@keyframes fall-44{40.344%{transform:translate(21.7851vw,40.344vh) scale(.9765)}to{transform:translate(18.2721vw,99vh) scale(.9765)}}.snow:nth-child(45){opacity:.0912;transform:translate(36.3376vw,-10px) scale(.4034);animation:fall-45 12s -19s linear infinite}@keyframes fall-45{71.097%{transform:translate(39.8003vw,71.097vh) scale(.4034)}to{transform:translate(38.06895vw,99vh) scale(.4034)}}.snow:nth-child(46){opacity:1.806;transform:translate(1.2972vw,-10px) scale(.7587);animation:fall-46 10s -26s linear infinite}@keyframes fall-46{49.876%{transform:translate(7.4686vw,49.876vh) scale(.7587)}to{transform:translate(4.3829vw,99vh) scale(.7587)}}.snow:nth-child(47){opacity:1.1408;transform:translate(65.7574vw,-10px) scale(.4406);animation:fall-47 22s -14s linear infinite}@keyframes fall-47{54.89%{transform:translate(73.5921vw,54.89vh) scale(.4406)}to{transform:translate(69.67475vw,99vh) scale(.4406)}}.snow:nth-child(48){opacity:.1228;transform:translate(72.85vw,-10px) scale(.14);animation:fall-48 10s -12s linear infinite}@keyframes fall-48{79.201%{transform:translate(73.7005vw,79.201vh) scale(.14)}to{transform:translate(73.27525vw,99vh) scale(.14)}}.snow:nth-child(49){opacity:.9736;transform:translate(80.8563vw,-10px) scale(.8208);animation:fall-49 11s -10s linear infinite}@keyframes fall-49{36.61%{transform:translate(70.8942vw,36.61vh) scale(.8208)}to{transform:translate(75.87525vw,99vh) scale(.8208)}}.snow:nth-child(50){opacity:1.4848;transform:translate(66.5055vw,-10px) scale(.769);animation:fall-50 15s -28s linear infinite}@keyframes fall-50{63.904%{transform:translate(61.1898vw,63.904vh) scale(.769)}to{transform:translate(63.84765vw,99vh) scale(.769)}}.snow:nth-child(51){opacity:.6038;transform:translate(18.4191vw,-10px) scale(.0214);animation:fall-51 17s -6s linear infinite}@keyframes fall-51{46.64%{transform:translate(18.5845vw,46.64vh) scale(.0214)}to{transform:translate(18.5018vw,99vh) scale(.0214)}}.snow:nth-child(52){opacity:1.7284;transform:translate(96.2014vw,-10px) scale(.2107);animation:fall-52 21s -30s linear infinite}@keyframes fall-52{74.603%{transform:translate(102.9902vw,74.603vh) scale(.2107)}to{transform:translate(99.5958vw,99vh) scale(.2107)}}.snow:nth-child(53){opacity:1.8792;transform:translate(69.7987vw,-10px) scale(.6717);animation:fall-53 23s -14s linear infinite}@keyframes fall-53{79.025%{transform:translate(59.9826vw,79.025vh) scale(.6717)}to{transform:translate(64.89065vw,99vh) scale(.6717)}}.snow:nth-child(54){opacity:1.1978;transform:translate(76.3993vw,-10px) scale(.8824);animation:fall-54 20s -19s linear infinite}@keyframes fall-54{76.718%{transform:translate(84.7397vw,76.718vh) scale(.8824)}to{transform:translate(80.5695vw,99vh) scale(.8824)}}.snow:nth-child(55){opacity:1.8942;transform:translate(7.8902vw,-10px) scale(.4979);animation:fall-55 27s -23s linear infinite}@keyframes fall-55{60.948%{transform:translate(4.4706vw,60.948vh) scale(.4979)}to{transform:translate(6.1804vw,99vh) scale(.4979)}}.snow:nth-child(56){opacity:1.1436;transform:translate(39.841vw,-10px) scale(.3555);animation:fall-56 16s -28s linear infinite}@keyframes fall-56{41.673%{transform:translate(40.7797vw,41.673vh) scale(.3555)}to{transform:translate(40.31035vw,99vh) scale(.3555)}}.snow:nth-child(57){opacity:.299;transform:translate(67.9581vw,-10px) scale(.4615);animation:fall-57 15s -24s linear infinite}@keyframes fall-57{35.617%{transform:translate(60.5184vw,35.617vh) scale(.4615)}to{transform:translate(64.23825vw,99vh) scale(.4615)}}.snow:nth-child(58){opacity:.8256;transform:translate(51.7504vw,-10px) scale(.9086);animation:fall-58 15s -12s linear infinite}@keyframes fall-58{43.454%{transform:translate(53.8582vw,43.454vh) scale(.9086)}to{transform:translate(52.8043vw,99vh) scale(.9086)}}.snow:nth-child(59){opacity:.2544;transform:translate(95.9767vw,-10px) scale(.2949);animation:fall-59 11s -13s linear infinite}@keyframes fall-59{64.991%{transform:translate(100.3093vw,64.991vh) scale(.2949)}to{transform:translate(98.143vw,99vh) scale(.2949)}}.snow:nth-child(60){opacity:1.2148;transform:translate(45.3757vw,-10px) scale(.9494);animation:fall-60 25s -11s linear infinite}@keyframes fall-60{58.711%{transform:translate(49.7613vw,58.711vh) scale(.9494)}to{transform:translate(47.5685vw,99vh) scale(.9494)}}.snow:nth-child(61){opacity:1.1232;transform:translate(27.9815vw,-10px) scale(.9718);animation:fall-61 18s -27s linear infinite}@keyframes fall-61{38.654%{transform:translate(33.8401vw,38.654vh) scale(.9718)}to{transform:translate(30.9108vw,99vh) scale(.9718)}}.snow:nth-child(62){opacity:1.3108;transform:translate(98.9393vw,-10px) scale(.8248);animation:fall-62 13s -7s linear infinite}@keyframes fall-62{49.256%{transform:translate(90.6701vw,49.256vh) scale(.8248)}to{transform:translate(94.8047vw,99vh) scale(.8248)}}.snow:nth-child(63){opacity:.4358;transform:translate(29.2975vw,-10px) scale(.2034);animation:fall-63 13s -17s linear infinite}@keyframes fall-63{39.74%{transform:translate(19.6531vw,39.74vh) scale(.2034)}to{transform:translate(24.4753vw,99vh) scale(.2034)}}.snow:nth-child(64){opacity:1.6052;transform:translate(10.4489vw,-10px) scale(.5635);animation:fall-64 24s -2s linear infinite}@keyframes fall-64{73.786%{transform:translate(14.3931vw,73.786vh) scale(.5635)}to{transform:translate(12.421vw,99vh) scale(.5635)}}.snow:nth-child(65){opacity:1.7528;transform:translate(97.3057vw,-10px) scale(.7459);animation:fall-65 14s -9s linear infinite}@keyframes fall-65{30.61%{transform:translate(100.2145vw,30.61vh) scale(.7459)}to{transform:translate(98.7601vw,99vh) scale(.7459)}}.snow:nth-child(66){opacity:1.984;transform:translate(29.9978vw,-10px) scale(.7798);animation:fall-66 10s -12s linear infinite}@keyframes fall-66{72.282%{transform:translate(38.5569vw,72.282vh) scale(.7798)}to{transform:translate(34.27735vw,99vh) scale(.7798)}}.snow:nth-child(67){opacity:1.034;transform:translate(56.777vw,-10px) scale(.0784);animation:fall-67 25s -25s linear infinite}@keyframes fall-67{57.35%{transform:translate(58.9695vw,57.35vh) scale(.0784)}to{transform:translate(57.87325vw,99vh) scale(.0784)}}.snow:nth-child(68){opacity:.9166;transform:translate(56.0837vw,-10px) scale(.566);animation:fall-68 13s -24s linear infinite}@keyframes fall-68{62.22%{transform:translate(48.2163vw,62.22vh) scale(.566)}to{transform:translate(52.15vw,99vh) scale(.566)}}.snow:nth-child(69){opacity:.5772;transform:translate(32.005vw,-10px) scale(.9316);animation:fall-69 20s -17s linear infinite}@keyframes fall-69{37.844%{transform:translate(35.7333vw,37.844vh) scale(.9316)}to{transform:translate(33.86915vw,99vh) scale(.9316)}}.snow:nth-child(70){opacity:1.0906;transform:translate(6.5245vw,-10px) scale(.1413);animation:fall-70 10s -26s linear infinite}@keyframes fall-70{78.796%{transform:translate(6.322vw,78.796vh) scale(.1413)}to{transform:translate(6.42325vw,99vh) scale(.1413)}}.snow:nth-child(71){opacity:1.548;transform:translate(67.9558vw,-10px) scale(.4993);animation:fall-71 13s -9s linear infinite}@keyframes fall-71{31.903%{transform:translate(75.5962vw,31.903vh) scale(.4993)}to{transform:translate(71.776vw,99vh) scale(.4993)}}.snow:nth-child(72){opacity:1.435;transform:translate(29.6269vw,-10px) scale(.07);animation:fall-72 12s -7s linear infinite}@keyframes fall-72{34.116%{transform:translate(36.0299vw,34.116vh) scale(.07)}to{transform:translate(32.8284vw,99vh) scale(.07)}}.snow:nth-child(73){opacity:.5364;transform:translate(15.3648vw,-10px) scale(.8488);animation:fall-73 14s -21s linear infinite}@keyframes fall-73{73.045%{transform:translate(5.6422vw,73.045vh) scale(.8488)}to{transform:translate(10.5035vw,99vh) scale(.8488)}}.snow:nth-child(74){opacity:.8972;transform:translate(9.8149vw,-10px) scale(.138);animation:fall-74 15s -29s linear infinite}@keyframes fall-74{62.489%{transform:translate(3.5512vw,62.489vh) scale(.138)}to{transform:translate(6.68305vw,99vh) scale(.138)}}.snow:nth-child(75){opacity:1.4518;transform:translate(69.0915vw,-10px) scale(.5691);animation:fall-75 21s -7s linear infinite}@keyframes fall-75{37.338%{transform:translate(70.4191vw,37.338vh) scale(.5691)}to{transform:translate(69.7553vw,99vh) scale(.5691)}}.snow:nth-child(76){opacity:1.7082;transform:translate(8.7083vw,-10px) scale(.4664);animation:fall-76 20s -22s linear infinite}@keyframes fall-76{47.092%{transform:translate(11.4988vw,47.092vh) scale(.4664)}to{transform:translate(10.10355vw,99vh) scale(.4664)}}.snow:nth-child(77){opacity:1.0828;transform:translate(39.0956vw,-10px) scale(.9793);animation:fall-77 17s -9s linear infinite}@keyframes fall-77{68.304%{transform:translate(38.8623vw,68.304vh) scale(.9793)}to{transform:translate(38.97895vw,99vh) scale(.9793)}}.snow:nth-child(78){opacity:1.6062;transform:translate(91.713vw,-10px) scale(.8362);animation:fall-78 27s -12s linear infinite}@keyframes fall-78{79.849%{transform:translate(82.4753vw,79.849vh) scale(.8362)}to{transform:translate(87.09415vw,99vh) scale(.8362)}}.snow:nth-child(79){opacity:.687;transform:translate(48.6444vw,-10px) scale(.4763);animation:fall-79 15s -23s linear infinite}@keyframes fall-79{60.776%{transform:translate(46.5698vw,60.776vh) scale(.4763)}to{transform:translate(47.6071vw,99vh) scale(.4763)}}.snow:nth-child(80){opacity:1.7314;transform:translate(56.1437vw,-10px) scale(.3121);animation:fall-80 11s -6s linear infinite}@keyframes fall-80{35.981%{transform:translate(52.5328vw,35.981vh) scale(.3121)}to{transform:translate(54.33825vw,99vh) scale(.3121)}}.snow:nth-child(81){opacity:.0154;transform:translate(20.2118vw,-10px) scale(.7653);animation:fall-81 16s -26s linear infinite}@keyframes fall-81{63.956%{transform:translate(18.4191vw,63.956vh) scale(.7653)}to{transform:translate(19.31545vw,99vh) scale(.7653)}}.snow:nth-child(82){opacity:1.2594;transform:translate(89.8415vw,-10px) scale(.0987);animation:fall-82 18s -15s linear infinite}@keyframes fall-82{51.08%{transform:translate(98.2729vw,51.08vh) scale(.0987)}to{transform:translate(94.0572vw,99vh) scale(.0987)}}.snow:nth-child(83){opacity:1.6386;transform:translate(90.4839vw,-10px) scale(.4817);animation:fall-83 11s -6s linear infinite}@keyframes fall-83{66.212%{transform:translate(94.495vw,66.212vh) scale(.4817)}to{transform:translate(92.48945vw,99vh) scale(.4817)}}.snow:nth-child(84){opacity:1.691;transform:translate(50.9976vw,-10px) scale(.8502);animation:fall-84 28s -19s linear infinite}@keyframes fall-84{56.327%{transform:translate(44.3205vw,56.327vh) scale(.8502)}to{transform:translate(47.65905vw,99vh) scale(.8502)}}.snow:nth-child(85){opacity:.8702;transform:translate(66.6068vw,-10px) scale(.4291);animation:fall-85 10s -1s linear infinite}@keyframes fall-85{54.28%{transform:translate(74.7295vw,54.28vh) scale(.4291)}to{transform:translate(70.66815vw,99vh) scale(.4291)}}.snow:nth-child(86){opacity:1.1172;transform:translate(12.9536vw,-10px) scale(.3071);animation:fall-86 16s -21s linear infinite}@keyframes fall-86{70.395%{transform:translate(20.5874vw,70.395vh) scale(.3071)}to{transform:translate(16.7705vw,99vh) scale(.3071)}}.snow:nth-child(87){opacity:.7082;transform:translate(39.4164vw,-10px) scale(.4246);animation:fall-87 25s -9s linear infinite}@keyframes fall-87{69.773%{transform:translate(30.593vw,69.773vh) scale(.4246)}to{transform:translate(35.0047vw,99vh) scale(.4246)}}.snow:nth-child(88){opacity:.6578;transform:translate(82.7701vw,-10px) scale(.5038);animation:fall-88 21s -14s linear infinite}@keyframes fall-88{31.036%{transform:translate(79.8907vw,31.036vh) scale(.5038)}to{transform:translate(81.3304vw,99vh) scale(.5038)}}.snow:nth-child(89){opacity:1.4178;transform:translate(9.0963vw,-10px) scale(.2898);animation:fall-89 22s -2s linear infinite}@keyframes fall-89{34.811%{transform:translate(9.3032vw,34.811vh) scale(.2898)}to{transform:translate(9.19975vw,99vh) scale(.2898)}}.snow:nth-child(90){opacity:.8374;transform:translate(87.9784vw,-10px) scale(.1629);animation:fall-90 20s -25s linear infinite}@keyframes fall-90{69.096%{transform:translate(92.1935vw,69.096vh) scale(.1629)}to{transform:translate(90.08595vw,99vh) scale(.1629)}}.snow:nth-child(91){opacity:.1122;transform:translate(5.3582vw,-10px) scale(.8311);animation:fall-91 11s -18s linear infinite}@keyframes fall-91{61.871%{transform:translate(7.9386vw,61.871vh) scale(.8311)}to{transform:translate(6.6484vw,99vh) scale(.8311)}}.snow:nth-child(92){opacity:1.0768;transform:translate(11.4147vw,-10px) scale(.5399);animation:fall-92 29s -20s linear infinite}@keyframes fall-92{46.06%{transform:translate(15.0089vw,46.06vh) scale(.5399)}to{transform:translate(13.2118vw,99vh) scale(.5399)}}.snow:nth-child(93){opacity:1.2342;transform:translate(14.2457vw,-10px) scale(.921);animation:fall-93 26s -1s linear infinite}@keyframes fall-93{64.214%{transform:translate(22.3876vw,64.214vh) scale(.921)}to{transform:translate(18.31665vw,99vh) scale(.921)}}.snow:nth-child(94){opacity:1.0794;transform:translate(50.6237vw,-10px) scale(.9544);animation:fall-94 18s -24s linear infinite}@keyframes fall-94{70.021%{transform:translate(58.1128vw,70.021vh) scale(.9544)}to{transform:translate(54.36825vw,99vh) scale(.9544)}}.snow:nth-child(95){opacity:.281;transform:translate(77.0245vw,-10px) scale(.1894);animation:fall-95 23s -14s linear infinite}@keyframes fall-95{32.866%{transform:translate(75.6827vw,32.866vh) scale(.1894)}to{transform:translate(76.3536vw,99vh) scale(.1894)}}.snow:nth-child(96){opacity:1.6428;transform:translate(55.0024vw,-10px) scale(.3623);animation:fall-96 10s -28s linear infinite}@keyframes fall-96{63.205%{transform:translate(53.7254vw,63.205vh) scale(.3623)}to{transform:translate(54.3639vw,99vh) scale(.3623)}}.snow:nth-child(97){opacity:1.0456;transform:translate(14.4475vw,-10px) scale(.8827);animation:fall-97 20s -24s linear infinite}@keyframes fall-97{66.904%{transform:translate(5.9322vw,66.904vh) scale(.8827)}to{transform:translate(10.18985vw,99vh) scale(.8827)}}.snow:nth-child(98){opacity:1.8586;transform:translate(55.8617vw,-10px) scale(.366);animation:fall-98 10s -13s linear infinite}@keyframes fall-98{52.123%{transform:translate(46.3845vw,52.123vh) scale(.366)}to{transform:translate(51.1231vw,99vh) scale(.366)}}.snow:nth-child(99){opacity:1.3256;transform:translate(54.5196vw,-10px) scale(.0321);animation:fall-99 27s -12s linear infinite}@keyframes fall-99{51.445%{transform:translate(57.2666vw,51.445vh) scale(.0321)}to{transform:translate(55.8931vw,99vh) scale(.0321)}}.snow:nth-child(100){opacity:.3108;transform:translate(97.8164vw,-10px) scale(.7683);animation:fall-100 28s -30s linear infinite}@keyframes fall-100{65.374%{transform:translate(94.8697vw,65.374vh) scale(.7683)}to{transform:translate(96.34305vw,99vh) scale(.7683)}}.snow:nth-child(101){opacity:1.2394;transform:translate(34.0937vw,-10px) scale(.4002);animation:fall-101 28s -16s linear infinite}@keyframes fall-101{40.798%{transform:translate(34.1872vw,40.798vh) scale(.4002)}to{transform:translate(34.14045vw,99vh) scale(.4002)}}.snow:nth-child(102){opacity:1.3664;transform:translate(76.7449vw,-10px) scale(.1266);animation:fall-102 21s -5s linear infinite}@keyframes fall-102{44.008%{transform:translate(77.2158vw,44.008vh) scale(.1266)}to{transform:translate(76.98035vw,99vh) scale(.1266)}}.snow:nth-child(103){opacity:1.9572;transform:translate(20.3143vw,-10px) scale(.0504);animation:fall-103 26s -3s linear infinite}@keyframes fall-103{31.594%{transform:translate(13.7303vw,31.594vh) scale(.0504)}to{transform:translate(17.0223vw,99vh) scale(.0504)}}.snow:nth-child(104){opacity:1.18;transform:translate(51.351vw,-10px) scale(.4006);animation:fall-104 19s -16s linear infinite}@keyframes fall-104{72.295%{transform:translate(43.487vw,72.295vh) scale(.4006)}to{transform:translate(47.419vw,99vh) scale(.4006)}}.snow:nth-child(105){opacity:1.2778;transform:translate(35.5892vw,-10px) scale(.9708);animation:fall-105 30s -27s linear infinite}@keyframes fall-105{36.453%{transform:translate(34.0621vw,36.453vh) scale(.9708)}to{transform:translate(34.82565vw,99vh) scale(.9708)}}.snow:nth-child(106){opacity:1.1836;transform:translate(98.3117vw,-10px) scale(.7948);animation:fall-106 17s -28s linear infinite}@keyframes fall-106{46.384%{transform:translate(95.5912vw,46.384vh) scale(.7948)}to{transform:translate(96.95145vw,99vh) scale(.7948)}}.snow:nth-child(107){opacity:.0134;transform:translate(42.3852vw,-10px) scale(.409);animation:fall-107 11s -24s linear infinite}@keyframes fall-107{47.959%{transform:translate(48.9702vw,47.959vh) scale(.409)}to{transform:translate(45.6777vw,99vh) scale(.409)}}.snow:nth-child(108){opacity:.0534;transform:translate(43.9796vw,-10px) scale(.3446);animation:fall-108 23s -19s linear infinite}@keyframes fall-108{39.844%{transform:translate(40.6346vw,39.844vh) scale(.3446)}to{transform:translate(42.3071vw,99vh) scale(.3446)}}.snow:nth-child(109){opacity:1.4138;transform:translate(95.7606vw,-10px) scale(.8443);animation:fall-109 16s -27s linear infinite}@keyframes fall-109{72.826%{transform:translate(104.2792vw,72.826vh) scale(.8443)}to{transform:translate(100.0199vw,99vh) scale(.8443)}}.snow:nth-child(110){opacity:1.5142;transform:translate(5.9869vw,-10px) scale(.9793);animation:fall-110 29s -23s linear infinite}@keyframes fall-110{34.906%{transform:translate(.3604vw,34.906vh) scale(.9793)}to{transform:translate(3.17365vw,99vh) scale(.9793)}}.snow:nth-child(111){opacity:.2996;transform:translate(38.7921vw,-10px) scale(.0419);animation:fall-111 15s -24s linear infinite}@keyframes fall-111{36.01%{transform:translate(34.6444vw,36.01vh) scale(.0419)}to{transform:translate(36.71825vw,99vh) scale(.0419)}}.snow:nth-child(112){opacity:1.2794;transform:translate(44.2269vw,-10px) scale(.8132);animation:fall-112 14s -4s linear infinite}@keyframes fall-112{37.905%{transform:translate(52.0625vw,37.905vh) scale(.8132)}to{transform:translate(48.1447vw,99vh) scale(.8132)}}.snow:nth-child(113){opacity:.8124;transform:translate(34.7839vw,-10px) scale(.5845);animation:fall-113 17s -30s linear infinite}@keyframes fall-113{60.118%{transform:translate(26.7943vw,60.118vh) scale(.5845)}to{transform:translate(30.7891vw,99vh) scale(.5845)}}.snow:nth-child(114){opacity:1.7524;transform:translate(70.3688vw,-10px) scale(.6131);animation:fall-114 16s -30s linear infinite}@keyframes fall-114{65.821%{transform:translate(72.6634vw,65.821vh) scale(.6131)}to{transform:translate(71.5161vw,99vh) scale(.6131)}}.snow:nth-child(115){opacity:1.4618;transform:translate(81.7301vw,-10px) scale(.8123);animation:fall-115 24s -2s linear infinite}@keyframes fall-115{34.052%{transform:translate(81.3583vw,34.052vh) scale(.8123)}to{transform:translate(81.5442vw,99vh) scale(.8123)}}.snow:nth-child(116){opacity:.4678;transform:translate(86.378vw,-10px) scale(.4601);animation:fall-116 14s -21s linear infinite}@keyframes fall-116{74.236%{transform:translate(83.2599vw,74.236vh) scale(.4601)}to{transform:translate(84.81895vw,99vh) scale(.4601)}}.snow:nth-child(117){opacity:.4828;transform:translate(31.1638vw,-10px) scale(.3541);animation:fall-117 13s -1s linear infinite}@keyframes fall-117{46.973%{transform:translate(39.3544vw,46.973vh) scale(.3541)}to{transform:translate(35.2591vw,99vh) scale(.3541)}}.snow:nth-child(118){opacity:.8904;transform:translate(44.6877vw,-10px) scale(.7864);animation:fall-118 24s -11s linear infinite}@keyframes fall-118{78.269%{transform:translate(53.1656vw,78.269vh) scale(.7864)}to{transform:translate(48.92665vw,99vh) scale(.7864)}}.snow:nth-child(119){opacity:1.1244;transform:translate(81.9657vw,-10px) scale(.287);animation:fall-119 26s -12s linear infinite}@keyframes fall-119{69.989%{transform:translate(77.6796vw,69.989vh) scale(.287)}to{transform:translate(79.82265vw,99vh) scale(.287)}}.snow:nth-child(120){opacity:.7152;transform:translate(2.6535vw,-10px) scale(.9967);animation:fall-120 22s -19s linear infinite}@keyframes fall-120{43.832%{transform:translate(-3.5104vw,43.832vh) scale(.9967)}to{transform:translate(-.42845vw,99vh) scale(.9967)}}.snow:nth-child(121){opacity:.6518;transform:translate(11.344vw,-10px) scale(.8367);animation:fall-121 23s -19s linear infinite}@keyframes fall-121{69.37%{transform:translate(2.4342vw,69.37vh) scale(.8367)}to{transform:translate(6.8891vw,99vh) scale(.8367)}}.snow:nth-child(122){opacity:1.4086;transform:translate(8.6905vw,-10px) scale(.1678);animation:fall-122 11s -29s linear infinite}@keyframes fall-122{51.089%{transform:translate(6.5137vw,51.089vh) scale(.1678)}to{transform:translate(7.6021vw,99vh) scale(.1678)}}.snow:nth-child(123){opacity:.2526;transform:translate(36.0337vw,-10px) scale(.3048);animation:fall-123 17s -7s linear infinite}@keyframes fall-123{57.09%{transform:translate(38.1414vw,57.09vh) scale(.3048)}to{transform:translate(37.08755vw,99vh) scale(.3048)}}.snow:nth-child(124){opacity:.6344;transform:translate(56.7455vw,-10px) scale(.5082);animation:fall-124 24s -24s linear infinite}@keyframes fall-124{45.538%{transform:translate(60.2219vw,45.538vh) scale(.5082)}to{transform:translate(58.4837vw,99vh) scale(.5082)}}.snow:nth-child(125){opacity:.796;transform:translate(74.5675vw,-10px) scale(.8772);animation:fall-125 30s -3s linear infinite}@keyframes fall-125{50.962%{transform:translate(69.7495vw,50.962vh) scale(.8772)}to{transform:translate(72.1585vw,99vh) scale(.8772)}}.snow:nth-child(126){opacity:.231;transform:translate(24.6993vw,-10px) scale(.94);animation:fall-126 23s -4s linear infinite}@keyframes fall-126{56.762%{transform:translate(28.7401vw,56.762vh) scale(.94)}to{transform:translate(26.7197vw,99vh) scale(.94)}}.snow:nth-child(127){opacity:1.212;transform:translate(72.8586vw,-10px) scale(.0582);animation:fall-127 13s -8s linear infinite}@keyframes fall-127{33.425%{transform:translate(63.1332vw,33.425vh) scale(.0582)}to{transform:translate(67.9959vw,99vh) scale(.0582)}}.snow:nth-child(128){opacity:1.238;transform:translate(91.1345vw,-10px) scale(.0045);animation:fall-128 25s -10s linear infinite}@keyframes fall-128{58.619%{transform:translate(98.2166vw,58.619vh) scale(.0045)}to{transform:translate(94.67555vw,99vh) scale(.0045)}}.snow:nth-child(129){opacity:.9732;transform:translate(.0714vw,-10px) scale(.4614);animation:fall-129 10s -7s linear infinite}@keyframes fall-129{58.463%{transform:translate(4.8508vw,58.463vh) scale(.4614)}to{transform:translate(2.4611vw,99vh) scale(.4614)}}.snow:nth-child(130){opacity:1.3126;transform:translate(72.8996vw,-10px) scale(.4533);animation:fall-130 25s -21s linear infinite}@keyframes fall-130{38.043%{transform:translate(71.6096vw,38.043vh) scale(.4533)}to{transform:translate(72.2546vw,99vh) scale(.4533)}}.snow:nth-child(131){opacity:1.76;transform:translate(99.6427vw,-10px) scale(.984);animation:fall-131 29s -19s linear infinite}@keyframes fall-131{31.155%{transform:translate(102.3701vw,31.155vh) scale(.984)}to{transform:translate(101.0064vw,99vh) scale(.984)}}.snow:nth-child(132){opacity:.5022;transform:translate(19.811vw,-10px) scale(.8148);animation:fall-132 14s -24s linear infinite}@keyframes fall-132{42.328%{transform:translate(28.8244vw,42.328vh) scale(.8148)}to{transform:translate(24.3177vw,99vh) scale(.8148)}}.snow:nth-child(133){opacity:.2202;transform:translate(66.9678vw,-10px) scale(.7777);animation:fall-133 28s -25s linear infinite}@keyframes fall-133{48.746%{transform:translate(62.434vw,48.746vh) scale(.7777)}to{transform:translate(64.7009vw,99vh) scale(.7777)}}.snow:nth-child(134){opacity:.8824;transform:translate(.7885vw,-10px) scale(.1164);animation:fall-134 28s -23s linear infinite}@keyframes fall-134{72.809%{transform:translate(-5.5402vw,72.809vh) scale(.1164)}to{transform:translate(-2.37585vw,99vh) scale(.1164)}}.snow:nth-child(135){opacity:.109;transform:translate(4.0542vw,-10px) scale(.6966);animation:fall-135 10s -15s linear infinite}@keyframes fall-135{56.523%{transform:translate(12.4515vw,56.523vh) scale(.6966)}to{transform:translate(8.25285vw,99vh) scale(.6966)}}.snow:nth-child(136){opacity:1.9866;transform:translate(91.287vw,-10px) scale(.3729);animation:fall-136 10s -7s linear infinite}@keyframes fall-136{79.308%{transform:translate(83.0429vw,79.308vh) scale(.3729)}to{transform:translate(87.16495vw,99vh) scale(.3729)}}.snow:nth-child(137){opacity:1.8538;transform:translate(61.3801vw,-10px) scale(.5357);animation:fall-137 29s -26s linear infinite}@keyframes fall-137{44.718%{transform:translate(63.4306vw,44.718vh) scale(.5357)}to{transform:translate(62.40535vw,99vh) scale(.5357)}}.snow:nth-child(138){opacity:1.0596;transform:translate(26.2859vw,-10px) scale(.8845);animation:fall-138 16s -4s linear infinite}@keyframes fall-138{34.367%{transform:translate(28.373vw,34.367vh) scale(.8845)}to{transform:translate(27.32945vw,99vh) scale(.8845)}}.snow:nth-child(139){opacity:.531;transform:translate(43.4927vw,-10px) scale(.1829);animation:fall-139 19s -2s linear infinite}@keyframes fall-139{55.12%{transform:translate(52.4518vw,55.12vh) scale(.1829)}to{transform:translate(47.97225vw,99vh) scale(.1829)}}.snow:nth-child(140){opacity:1.3822;transform:translate(80.2238vw,-10px) scale(.9281);animation:fall-140 23s -23s linear infinite}@keyframes fall-140{31.714%{transform:translate(78.679vw,31.714vh) scale(.9281)}to{transform:translate(79.4514vw,99vh) scale(.9281)}}.snow:nth-child(141){opacity:1.9106;transform:translate(81.8301vw,-10px) scale(.7291);animation:fall-141 23s -1s linear infinite}@keyframes fall-141{44.299%{transform:translate(89.6646vw,44.299vh) scale(.7291)}to{transform:translate(85.74735vw,99vh) scale(.7291)}}.snow:nth-child(142){opacity:1.704;transform:translate(96.2526vw,-10px) scale(.9574);animation:fall-142 19s -23s linear infinite}@keyframes fall-142{61.337%{transform:translate(95.2487vw,61.337vh) scale(.9574)}to{transform:translate(95.75065vw,99vh) scale(.9574)}}.snow:nth-child(143){opacity:.2004;transform:translate(56.6655vw,-10px) scale(.7259);animation:fall-143 28s -8s linear infinite}@keyframes fall-143{46.741%{transform:translate(52.1035vw,46.741vh) scale(.7259)}to{transform:translate(54.3845vw,99vh) scale(.7259)}}.snow:nth-child(144){opacity:1.9282;transform:translate(24.9881vw,-10px) scale(.8562);animation:fall-144 10s -6s linear infinite}@keyframes fall-144{37.996%{transform:translate(18.1232vw,37.996vh) scale(.8562)}to{transform:translate(21.55565vw,99vh) scale(.8562)}}.snow:nth-child(145){opacity:1.2126;transform:translate(59.8293vw,-10px) scale(.3994);animation:fall-145 22s -2s linear infinite}@keyframes fall-145{35.658%{transform:translate(56.49vw,35.658vh) scale(.3994)}to{transform:translate(58.15965vw,99vh) scale(.3994)}}.snow:nth-child(146){opacity:1.1818;transform:translate(9.846vw,-10px) scale(.0549);animation:fall-146 12s -25s linear infinite}@keyframes fall-146{72.738%{transform:translate(16.5474vw,72.738vh) scale(.0549)}to{transform:translate(13.1967vw,99vh) scale(.0549)}}.snow:nth-child(147){opacity:1.8386;transform:translate(30.1404vw,-10px) scale(.2021);animation:fall-147 21s -15s linear infinite}@keyframes fall-147{51.599%{transform:translate(36.4098vw,51.599vh) scale(.2021)}to{transform:translate(33.2751vw,99vh) scale(.2021)}}.snow:nth-child(148){opacity:.7366;transform:translate(22.4vw,-10px) scale(.9801);animation:fall-148 11s -7s linear infinite}@keyframes fall-148{74.134%{transform:translate(31.713vw,74.134vh) scale(.9801)}to{transform:translate(27.0565vw,99vh) scale(.9801)}}.snow:nth-child(149){opacity:.91;transform:translate(41.517vw,-10px) scale(.781);animation:fall-149 15s -25s linear infinite}@keyframes fall-149{64.654%{transform:translate(38.0984vw,64.654vh) scale(.781)}to{transform:translate(39.8077vw,99vh) scale(.781)}}.snow:nth-child(150){opacity:.6134;transform:translate(58.2779vw,-10px) scale(.3125);animation:fall-150 27s -17s linear infinite}@keyframes fall-150{74.149%{transform:translate(63.9904vw,74.149vh) scale(.3125)}to{transform:translate(61.13415vw,99vh) scale(.3125)}}.snow:nth-child(151){opacity:.5144;transform:translate(98.8582vw,-10px) scale(.3303);animation:fall-151 11s -24s linear infinite}@keyframes fall-151{67.943%{transform:translate(96.4406vw,67.943vh) scale(.3303)}to{transform:translate(97.6494vw,99vh) scale(.3303)}}.snow:nth-child(152){opacity:1.4774;transform:translate(42.8677vw,-10px) scale(.6024);animation:fall-152 25s -7s linear infinite}@keyframes fall-152{54.158%{transform:translate(34.2845vw,54.158vh) scale(.6024)}to{transform:translate(38.5761vw,99vh) scale(.6024)}}.snow:nth-child(153){opacity:1.229;transform:translate(82.6437vw,-10px) scale(.4495);animation:fall-153 29s -12s linear infinite}@keyframes fall-153{61.846%{transform:translate(82.3779vw,61.846vh) scale(.4495)}to{transform:translate(82.5108vw,99vh) scale(.4495)}}.snow:nth-child(154){opacity:1.5976;transform:translate(.1483vw,-10px) scale(.3624);animation:fall-154 18s -6s linear infinite}@keyframes fall-154{31.186%{transform:translate(1.5951vw,31.186vh) scale(.3624)}to{transform:translate(.8717vw,99vh) scale(.3624)}}.snow:nth-child(155){opacity:1.3836;transform:translate(69.0941vw,-10px) scale(.2756);animation:fall-155 14s -18s linear infinite}@keyframes fall-155{68.152%{transform:translate(67.3336vw,68.152vh) scale(.2756)}to{transform:translate(68.21385vw,99vh) scale(.2756)}}.snow:nth-child(156){opacity:.7344;transform:translate(41.1537vw,-10px) scale(.7178);animation:fall-156 26s -14s linear infinite}@keyframes fall-156{55.643%{transform:translate(35.7825vw,55.643vh) scale(.7178)}to{transform:translate(38.4681vw,99vh) scale(.7178)}}.snow:nth-child(157){opacity:.6604;transform:translate(46.7811vw,-10px) scale(.1359);animation:fall-157 30s -7s linear infinite}@keyframes fall-157{39.063%{transform:translate(49.4491vw,39.063vh) scale(.1359)}to{transform:translate(48.1151vw,99vh) scale(.1359)}}.snow:nth-child(158){opacity:1.0932;transform:translate(.0803vw,-10px) scale(.6104);animation:fall-158 26s -13s linear infinite}@keyframes fall-158{41.386%{transform:translate(-4.5329vw,41.386vh) scale(.6104)}to{transform:translate(-2.2263vw,99vh) scale(.6104)}}.snow:nth-child(159){opacity:.2394;transform:translate(93.2471vw,-10px) scale(.6295);animation:fall-159 14s -17s linear infinite}@keyframes fall-159{52.609%{transform:translate(85.6561vw,52.609vh) scale(.6295)}to{transform:translate(89.4516vw,99vh) scale(.6295)}}.snow:nth-child(160){opacity:1.056;transform:translate(1.554vw,-10px) scale(.722);animation:fall-160 27s -19s linear infinite}@keyframes fall-160{43.464%{transform:translate(-2.1868vw,43.464vh) scale(.722)}to{transform:translate(-.3164vw,99vh) scale(.722)}}.snow:nth-child(161){opacity:1.5724;transform:translate(57.1242vw,-10px) scale(.1236);animation:fall-161 14s -19s linear infinite}@keyframes fall-161{49.634%{transform:translate(54.7199vw,49.634vh) scale(.1236)}to{transform:translate(55.92205vw,99vh) scale(.1236)}}.snow:nth-child(162){opacity:.4606;transform:translate(78.6912vw,-10px) scale(.3622);animation:fall-162 26s -25s linear infinite}@keyframes fall-162{72.821%{transform:translate(69.5028vw,72.821vh) scale(.3622)}to{transform:translate(74.097vw,99vh) scale(.3622)}}.snow:nth-child(163){opacity:.4784;transform:translate(18.828vw,-10px) scale(.406);animation:fall-163 20s -23s linear infinite}@keyframes fall-163{67.101%{transform:translate(22.7882vw,67.101vh) scale(.406)}to{transform:translate(20.8081vw,99vh) scale(.406)}}.snow:nth-child(164){opacity:1.914;transform:translate(39.956vw,-10px) scale(.6699);animation:fall-164 26s -23s linear infinite}@keyframes fall-164{43.876%{transform:translate(37.9633vw,43.876vh) scale(.6699)}to{transform:translate(38.95965vw,99vh) scale(.6699)}}.snow:nth-child(165){opacity:1.0336;transform:translate(81.71vw,-10px) scale(.5325);animation:fall-165 14s -20s linear infinite}@keyframes fall-165{57.776%{transform:translate(82.4193vw,57.776vh) scale(.5325)}to{transform:translate(82.06465vw,99vh) scale(.5325)}}.snow:nth-child(166){opacity:.901;transform:translate(82.1469vw,-10px) scale(.4888);animation:fall-166 25s -9s linear infinite}@keyframes fall-166{61.814%{transform:translate(86.0004vw,61.814vh) scale(.4888)}to{transform:translate(84.07365vw,99vh) scale(.4888)}}.snow:nth-child(167){opacity:.6258;transform:translate(65.9395vw,-10px) scale(.5551);animation:fall-167 20s -16s linear infinite}@keyframes fall-167{54.027%{transform:translate(66.4146vw,54.027vh) scale(.5551)}to{transform:translate(66.17705vw,99vh) scale(.5551)}}.snow:nth-child(168){opacity:1.4112;transform:translate(65.2737vw,-10px) scale(.6275);animation:fall-168 11s -7s linear infinite}@keyframes fall-168{47.279%{transform:translate(63.2668vw,47.279vh) scale(.6275)}to{transform:translate(64.27025vw,99vh) scale(.6275)}}.snow:nth-child(169){opacity:.4724;transform:translate(94.4002vw,-10px) scale(.7054);animation:fall-169 27s -30s linear infinite}@keyframes fall-169{79.746%{transform:translate(92.68vw,79.746vh) scale(.7054)}to{transform:translate(93.5401vw,99vh) scale(.7054)}}.snow:nth-child(170){opacity:1.4058;transform:translate(19.4508vw,-10px) scale(.8817);animation:fall-170 19s -17s linear infinite}@keyframes fall-170{66.342%{transform:translate(29.4272vw,66.342vh) scale(.8817)}to{transform:translate(24.439vw,99vh) scale(.8817)}}.snow:nth-child(171){opacity:.2388;transform:translate(62.111vw,-10px) scale(.874);animation:fall-171 26s -26s linear infinite}@keyframes fall-171{46.446%{transform:translate(69.3393vw,46.446vh) scale(.874)}to{transform:translate(65.72515vw,99vh) scale(.874)}}.snow:nth-child(172){opacity:.8824;transform:translate(46.275vw,-10px) scale(.6855);animation:fall-172 11s -3s linear infinite}@keyframes fall-172{60.388%{transform:translate(53.5097vw,60.388vh) scale(.6855)}to{transform:translate(49.89235vw,99vh) scale(.6855)}}.snow:nth-child(173){opacity:.9558;transform:translate(79.5235vw,-10px) scale(.4333);animation:fall-173 27s -14s linear infinite}@keyframes fall-173{59.001%{transform:translate(86.0403vw,59.001vh) scale(.4333)}to{transform:translate(82.7819vw,99vh) scale(.4333)}}.snow:nth-child(174){opacity:1.71;transform:translate(23.7888vw,-10px) scale(.2604);animation:fall-174 19s -3s linear infinite}@keyframes fall-174{53.077%{transform:translate(16.1277vw,53.077vh) scale(.2604)}to{transform:translate(19.95825vw,99vh) scale(.2604)}}.snow:nth-child(175){opacity:.3108;transform:translate(7.3762vw,-10px) scale(.677);animation:fall-175 26s -21s linear infinite}@keyframes fall-175{43.231%{transform:translate(1.0637vw,43.231vh) scale(.677)}to{transform:translate(4.21995vw,99vh) scale(.677)}}.snow:nth-child(176){opacity:1.533;transform:translate(.9798vw,-10px) scale(.7495);animation:fall-176 23s -12s linear infinite}@keyframes fall-176{51.9%{transform:translate(3.4253vw,51.9vh) scale(.7495)}to{transform:translate(2.20255vw,99vh) scale(.7495)}}.snow:nth-child(177){opacity:.258;transform:translate(.4427vw,-10px) scale(.1355);animation:fall-177 12s -18s linear infinite}@keyframes fall-177{32.769%{transform:translate(6.1585vw,32.769vh) scale(.1355)}to{transform:translate(3.3006vw,99vh) scale(.1355)}}.snow:nth-child(178){opacity:1.8666;transform:translate(35.9789vw,-10px) scale(.1497);animation:fall-178 18s -22s linear infinite}@keyframes fall-178{38.885%{transform:translate(29.5406vw,38.885vh) scale(.1497)}to{transform:translate(32.75975vw,99vh) scale(.1497)}}.snow:nth-child(179){opacity:1.7986;transform:translate(21.8165vw,-10px) scale(.3188);animation:fall-179 11s -27s linear infinite}@keyframes fall-179{48.637%{transform:translate(26.4451vw,48.637vh) scale(.3188)}to{transform:translate(24.1308vw,99vh) scale(.3188)}}.snow:nth-child(180){opacity:.0276;transform:translate(36.2351vw,-10px) scale(.7519);animation:fall-180 25s -17s linear infinite}@keyframes fall-180{52.952%{transform:translate(31.172vw,52.952vh) scale(.7519)}to{transform:translate(33.70355vw,99vh) scale(.7519)}}.snow:nth-child(181){opacity:.3624;transform:translate(74.8109vw,-10px) scale(.4247);animation:fall-181 30s -19s linear infinite}@keyframes fall-181{69.55%{transform:translate(65.3031vw,69.55vh) scale(.4247)}to{transform:translate(70.057vw,99vh) scale(.4247)}}.snow:nth-child(182){opacity:.2486;transform:translate(77.7878vw,-10px) scale(.505);animation:fall-182 20s -8s linear infinite}@keyframes fall-182{46.419%{transform:translate(83.5274vw,46.419vh) scale(.505)}to{transform:translate(80.6576vw,99vh) scale(.505)}}.snow:nth-child(183){opacity:.6562;transform:translate(90.0017vw,-10px) scale(.1182);animation:fall-183 21s -20s linear infinite}@keyframes fall-183{57.328%{transform:translate(93.4878vw,57.328vh) scale(.1182)}to{transform:translate(91.74475vw,99vh) scale(.1182)}}.snow:nth-child(184){opacity:1.9314;transform:translate(9.7572vw,-10px) scale(.4323);animation:fall-184 20s -20s linear infinite}@keyframes fall-184{63.651%{transform:translate(5.8508vw,63.651vh) scale(.4323)}to{transform:translate(7.804vw,99vh) scale(.4323)}}.snow:nth-child(185){opacity:.6164;transform:translate(31.5475vw,-10px) scale(.7166);animation:fall-185 15s -26s linear infinite}@keyframes fall-185{37.435%{transform:translate(29.2842vw,37.435vh) scale(.7166)}to{transform:translate(30.41585vw,99vh) scale(.7166)}}.snow:nth-child(186){opacity:.8198;transform:translate(10.1474vw,-10px) scale(.3814);animation:fall-186 16s -11s linear infinite}@keyframes fall-186{44.972%{transform:translate(1.7142vw,44.972vh) scale(.3814)}to{transform:translate(5.9308vw,99vh) scale(.3814)}}.snow:nth-child(187){opacity:1.6668;transform:translate(32.91vw,-10px) scale(.1033);animation:fall-187 13s -22s linear infinite}@keyframes fall-187{44.678%{transform:translate(30.7495vw,44.678vh) scale(.1033)}to{transform:translate(31.82975vw,99vh) scale(.1033)}}.snow:nth-child(188){opacity:.8242;transform:translate(27.6678vw,-10px) scale(.622);animation:fall-188 16s -11s linear infinite}@keyframes fall-188{69.426%{transform:translate(33.6654vw,69.426vh) scale(.622)}to{transform:translate(30.6666vw,99vh) scale(.622)}}.snow:nth-child(189){opacity:1.2962;transform:translate(72.2367vw,-10px) scale(.0842);animation:fall-189 17s -30s linear infinite}@keyframes fall-189{66.285%{transform:translate(77.1648vw,66.285vh) scale(.0842)}to{transform:translate(74.70075vw,99vh) scale(.0842)}}.snow:nth-child(190){opacity:1.8516;transform:translate(.2282vw,-10px) scale(.8892);animation:fall-190 18s -11s linear infinite}@keyframes fall-190{70.489%{transform:translate(-5.8619vw,70.489vh) scale(.8892)}to{transform:translate(-2.81685vw,99vh) scale(.8892)}}.snow:nth-child(191){opacity:.989;transform:translate(19.288vw,-10px) scale(.4205);animation:fall-191 28s -25s linear infinite}@keyframes fall-191{53.493%{transform:translate(28.5799vw,53.493vh) scale(.4205)}to{transform:translate(23.93395vw,99vh) scale(.4205)}}.snow:nth-child(192){opacity:.931;transform:translate(15.7007vw,-10px) scale(.5251);animation:fall-192 19s -8s linear infinite}@keyframes fall-192{60.453%{transform:translate(20.4518vw,60.453vh) scale(.5251)}to{transform:translate(18.07625vw,99vh) scale(.5251)}}.snow:nth-child(193){opacity:1.9668;transform:translate(92.1156vw,-10px) scale(.9334);animation:fall-193 25s -30s linear infinite}@keyframes fall-193{78.859%{transform:translate(83.4672vw,78.859vh) scale(.9334)}to{transform:translate(87.7914vw,99vh) scale(.9334)}}.snow:nth-child(194){opacity:1.691;transform:translate(72.5248vw,-10px) scale(.2966);animation:fall-194 10s -29s linear infinite}@keyframes fall-194{64.963%{transform:translate(73.2036vw,64.963vh) scale(.2966)}to{transform:translate(72.8642vw,99vh) scale(.2966)}}.snow:nth-child(195){opacity:1.0338;transform:translate(84.5953vw,-10px) scale(.4252);animation:fall-195 21s -8s linear infinite}@keyframes fall-195{55.727%{transform:translate(75.9786vw,55.727vh) scale(.4252)}to{transform:translate(80.28695vw,99vh) scale(.4252)}}.snow:nth-child(196){opacity:.8264;transform:translate(53.647vw,-10px) scale(.6599);animation:fall-196 12s -7s linear infinite}@keyframes fall-196{56.825%{transform:translate(48.1331vw,56.825vh) scale(.6599)}to{transform:translate(50.89005vw,99vh) scale(.6599)}}.snow:nth-child(197){opacity:1.1892;transform:translate(78.4274vw,-10px) scale(.7665);animation:fall-197 28s -16s linear infinite}@keyframes fall-197{76.979%{transform:translate(86.1305vw,76.979vh) scale(.7665)}to{transform:translate(82.27895vw,99vh) scale(.7665)}}.snow:nth-child(198){opacity:1.028;transform:translate(43.5065vw,-10px) scale(.473);animation:fall-198 30s -15s linear infinite}@keyframes fall-198{38.405%{transform:translate(43.3541vw,38.405vh) scale(.473)}to{transform:translate(43.4303vw,99vh) scale(.473)}}.snow:nth-child(199){opacity:.5604;transform:translate(87.9807vw,-10px) scale(.2522);animation:fall-199 27s -22s linear infinite}@keyframes fall-199{68.642%{transform:translate(91.2422vw,68.642vh) scale(.2522)}to{transform:translate(89.61145vw,99vh) scale(.2522)}}.snow:nth-child(200){opacity:1.5482;transform:translate(13.4164vw,-10px) scale(.8271);animation:fall-200 26s -21s linear infinite}@keyframes fall-200{70.256%{transform:translate(20.1225vw,70.256vh) scale(.8271)}to{transform:translate(16.76945vw,99vh) scale(.8271)}}.snow:nth-child(201){opacity:1.455;transform:translate(54.6967vw,-10px) scale(.5638);animation:fall-201 28s -27s linear infinite}@keyframes fall-201{51.112%{transform:translate(55.8032vw,51.112vh) scale(.5638)}to{transform:translate(55.24995vw,99vh) scale(.5638)}}.snow:nth-child(202){opacity:1.9264;transform:translate(54.2936vw,-10px) scale(.9498);animation:fall-202 19s -19s linear infinite}@keyframes fall-202{75.716%{transform:translate(52.492vw,75.716vh) scale(.9498)}to{transform:translate(53.3928vw,99vh) scale(.9498)}}.snow:nth-child(203){opacity:.449;transform:translate(68.3618vw,-10px) scale(.9276);animation:fall-203 18s -22s linear infinite}@keyframes fall-203{70.684%{transform:translate(62.2836vw,70.684vh) scale(.9276)}to{transform:translate(65.3227vw,99vh) scale(.9276)}}.snow:nth-child(204){opacity:1.5178;transform:translate(15.0152vw,-10px) scale(.345);animation:fall-204 13s -19s linear infinite}@keyframes fall-204{65.696%{transform:translate(21.3809vw,65.696vh) scale(.345)}to{transform:translate(18.19805vw,99vh) scale(.345)}}.snow:nth-child(205){opacity:1.2402;transform:translate(59.6628vw,-10px) scale(.5349);animation:fall-205 20s -14s linear infinite}@keyframes fall-205{45.588%{transform:translate(68.969vw,45.588vh) scale(.5349)}to{transform:translate(64.3159vw,99vh) scale(.5349)}}.snow:nth-child(206){opacity:1.3798;transform:translate(19.5579vw,-10px) scale(.3651);animation:fall-206 17s -2s linear infinite}@keyframes fall-206{53.567%{transform:translate(19.6429vw,53.567vh) scale(.3651)}to{transform:translate(19.6004vw,99vh) scale(.3651)}}.snow:nth-child(207){opacity:1.635;transform:translate(87.8083vw,-10px) scale(.5293);animation:fall-207 25s -23s linear infinite}@keyframes fall-207{45.748%{transform:translate(86.1702vw,45.748vh) scale(.5293)}to{transform:translate(86.98925vw,99vh) scale(.5293)}}.snow:nth-child(208){opacity:.2716;transform:translate(97.4012vw,-10px) scale(.7548);animation:fall-208 16s -6s linear infinite}@keyframes fall-208{79.14%{transform:translate(97.6959vw,79.14vh) scale(.7548)}to{transform:translate(97.54855vw,99vh) scale(.7548)}}.snow:nth-child(209){opacity:.5506;transform:translate(82.5064vw,-10px) scale(.1335);animation:fall-209 11s -22s linear infinite}@keyframes fall-209{42.765%{transform:translate(74.0447vw,42.765vh) scale(.1335)}to{transform:translate(78.27555vw,99vh) scale(.1335)}}.snow:nth-child(210){opacity:1.5906;transform:translate(62.1121vw,-10px) scale(.2457);animation:fall-210 10s -5s linear infinite}@keyframes fall-210{51.435%{transform:translate(63.9399vw,51.435vh) scale(.2457)}to{transform:translate(63.026vw,99vh) scale(.2457)}}.snow:nth-child(211){opacity:.2514;transform:translate(80.7602vw,-10px) scale(.8803);animation:fall-211 25s -10s linear infinite}@keyframes fall-211{49.49%{transform:translate(73.5411vw,49.49vh) scale(.8803)}to{transform:translate(77.15065vw,99vh) scale(.8803)}}.snow:nth-child(212){opacity:1.1308;transform:translate(63.0343vw,-10px) scale(.067);animation:fall-212 15s -29s linear infinite}@keyframes fall-212{71.182%{transform:translate(63.5341vw,71.182vh) scale(.067)}to{transform:translate(63.2842vw,99vh) scale(.067)}}.snow:nth-child(213){opacity:.9804;transform:translate(60.2523vw,-10px) scale(.4617);animation:fall-213 25s -8s linear infinite}@keyframes fall-213{34.004%{transform:translate(50.7001vw,34.004vh) scale(.4617)}to{transform:translate(55.4762vw,99vh) scale(.4617)}}.snow:nth-child(214){opacity:.2078;transform:translate(14.7738vw,-10px) scale(.6792);animation:fall-214 26s -4s linear infinite}@keyframes fall-214{57.97%{transform:translate(14.2228vw,57.97vh) scale(.6792)}to{transform:translate(14.4983vw,99vh) scale(.6792)}}.snow:nth-child(215){opacity:.425;transform:translate(71.0128vw,-10px) scale(.4063);animation:fall-215 27s -25s linear infinite}@keyframes fall-215{30.9%{transform:translate(78.2007vw,30.9vh) scale(.4063)}to{transform:translate(74.60675vw,99vh) scale(.4063)}}.snow:nth-child(216){opacity:1.6042;transform:translate(87.229vw,-10px) scale(.4117);animation:fall-216 15s -11s linear infinite}@keyframes fall-216{61.23%{transform:translate(78.1334vw,61.23vh) scale(.4117)}to{transform:translate(82.6812vw,99vh) scale(.4117)}}.snow:nth-child(217){opacity:1.2176;transform:translate(67.4768vw,-10px) scale(.2538);animation:fall-217 25s -16s linear infinite}@keyframes fall-217{69.902%{transform:translate(66.2956vw,69.902vh) scale(.2538)}to{transform:translate(66.8862vw,99vh) scale(.2538)}}.snow:nth-child(218){opacity:1.9268;transform:translate(2.6374vw,-10px) scale(.835);animation:fall-218 25s -9s linear infinite}@keyframes fall-218{43.606%{transform:translate(.8455vw,43.606vh) scale(.835)}to{transform:translate(1.74145vw,99vh) scale(.835)}}.snow:nth-child(219){opacity:1.8566;transform:translate(54.5997vw,-10px) scale(.2747);animation:fall-219 27s -7s linear infinite}@keyframes fall-219{35.909%{transform:translate(51.7488vw,35.909vh) scale(.2747)}to{transform:translate(53.17425vw,99vh) scale(.2747)}}.snow:nth-child(220){opacity:1.138;transform:translate(45.431vw,-10px) scale(.8862);animation:fall-220 24s -18s linear infinite}@keyframes fall-220{63.774%{transform:translate(36.7654vw,63.774vh) scale(.8862)}to{transform:translate(41.0982vw,99vh) scale(.8862)}}.snow:nth-child(221){opacity:1.831;transform:translate(30.5801vw,-10px) scale(.3979);animation:fall-221 30s -13s linear infinite}@keyframes fall-221{46.442%{transform:translate(35.9327vw,46.442vh) scale(.3979)}to{transform:translate(33.2564vw,99vh) scale(.3979)}}.snow:nth-child(222){opacity:.5934;transform:translate(54.701vw,-10px) scale(.6642);animation:fall-222 22s -9s linear infinite}@keyframes fall-222{54.109%{transform:translate(54.0476vw,54.109vh) scale(.6642)}to{transform:translate(54.3743vw,99vh) scale(.6642)}}.snow:nth-child(223){opacity:1.2038;transform:translate(84.6892vw,-10px) scale(.5064);animation:fall-223 22s -5s linear infinite}@keyframes fall-223{70.336%{transform:translate(94.6092vw,70.336vh) scale(.5064)}to{transform:translate(89.6492vw,99vh) scale(.5064)}}.snow:nth-child(224){opacity:1.009;transform:translate(39.316vw,-10px) scale(.8309);animation:fall-224 17s -2s linear infinite}@keyframes fall-224{48.29%{transform:translate(48.5902vw,48.29vh) scale(.8309)}to{transform:translate(43.9531vw,99vh) scale(.8309)}}.snow:nth-child(225){opacity:1.8326;transform:translate(13.2006vw,-10px) scale(.1337);animation:fall-225 14s -10s linear infinite}@keyframes fall-225{58.187%{transform:translate(17.2482vw,58.187vh) scale(.1337)}to{transform:translate(15.2244vw,99vh) scale(.1337)}}.snow:nth-child(226){opacity:.8636;transform:translate(95.4401vw,-10px) scale(.1007);animation:fall-226 18s -22s linear infinite}@keyframes fall-226{59.044%{transform:translate(98.9471vw,59.044vh) scale(.1007)}to{transform:translate(97.1936vw,99vh) scale(.1007)}}.snow:nth-child(227){opacity:1.3208;transform:translate(.2261vw,-10px) scale(.2955);animation:fall-227 28s -7s linear infinite}@keyframes fall-227{55.086%{transform:translate(3.5788vw,55.086vh) scale(.2955)}to{transform:translate(1.90245vw,99vh) scale(.2955)}}.snow:nth-child(228){opacity:.6066;transform:translate(27.096vw,-10px) scale(.4126);animation:fall-228 24s -19s linear infinite}@keyframes fall-228{61.73%{transform:translate(26.7099vw,61.73vh) scale(.4126)}to{transform:translate(26.90295vw,99vh) scale(.4126)}}.snow:nth-child(229){opacity:1.7594;transform:translate(25.0889vw,-10px) scale(.1258);animation:fall-229 20s -9s linear infinite}@keyframes fall-229{66.643%{transform:translate(24.8164vw,66.643vh) scale(.1258)}to{transform:translate(24.95265vw,99vh) scale(.1258)}}.snow:nth-child(230){opacity:1.0262;transform:translate(46.6372vw,-10px) scale(.0062);animation:fall-230 22s -4s linear infinite}@keyframes fall-230{45.791%{transform:translate(49.2529vw,45.791vh) scale(.0062)}to{transform:translate(47.94505vw,99vh) scale(.0062)}}.snow:nth-child(231){opacity:.0714;transform:translate(58.0313vw,-10px) scale(.7579);animation:fall-231 17s -22s linear infinite}@keyframes fall-231{51.031%{transform:translate(51.5013vw,51.031vh) scale(.7579)}to{transform:translate(54.7663vw,99vh) scale(.7579)}}.snow:nth-child(232){opacity:1.7622;transform:translate(82.393vw,-10px) scale(.9401);animation:fall-232 16s -20s linear infinite}@keyframes fall-232{32.661%{transform:translate(78.1627vw,32.661vh) scale(.9401)}to{transform:translate(80.27785vw,99vh) scale(.9401)}}.snow:nth-child(233){opacity:.2296;transform:translate(.7664vw,-10px) scale(.5978);animation:fall-233 20s -20s linear infinite}@keyframes fall-233{34.937%{transform:translate(-3.0854vw,34.937vh) scale(.5978)}to{transform:translate(-1.1595vw,99vh) scale(.5978)}}.snow:nth-child(234){opacity:1.4638;transform:translate(74.5374vw,-10px) scale(.9774);animation:fall-234 19s -12s linear infinite}@keyframes fall-234{79.694%{transform:translate(77.4044vw,79.694vh) scale(.9774)}to{transform:translate(75.9709vw,99vh) scale(.9774)}}.snow:nth-child(235){opacity:1.4566;transform:translate(30.3533vw,-10px) scale(.0621);animation:fall-235 29s -6s linear infinite}@keyframes fall-235{69.307%{transform:translate(40.2781vw,69.307vh) scale(.0621)}to{transform:translate(35.3157vw,99vh) scale(.0621)}}.snow:nth-child(236){opacity:.0346;transform:translate(12.571vw,-10px) scale(.285);animation:fall-236 29s -13s linear infinite}@keyframes fall-236{51.067%{transform:translate(12.8068vw,51.067vh) scale(.285)}to{transform:translate(12.6889vw,99vh) scale(.285)}}.snow:nth-child(237){opacity:.8066;transform:translate(19.0636vw,-10px) scale(.3036);animation:fall-237 20s -5s linear infinite}@keyframes fall-237{40.058%{transform:translate(18.3193vw,40.058vh) scale(.3036)}to{transform:translate(18.69145vw,99vh) scale(.3036)}}.snow:nth-child(238){opacity:1.3074;transform:translate(42.4104vw,-10px) scale(.9902);animation:fall-238 24s -2s linear infinite}@keyframes fall-238{56.942%{transform:translate(45.0108vw,56.942vh) scale(.9902)}to{transform:translate(43.7106vw,99vh) scale(.9902)}}.snow:nth-child(239){opacity:.745;transform:translate(41.1443vw,-10px) scale(.9124);animation:fall-239 18s -21s linear infinite}@keyframes fall-239{74.528%{transform:translate(35.5462vw,74.528vh) scale(.9124)}to{transform:translate(38.34525vw,99vh) scale(.9124)}}.snow:nth-child(240){opacity:.1644;transform:translate(8.3829vw,-10px) scale(.7461);animation:fall-240 23s -13s linear infinite}@keyframes fall-240{41.078%{transform:translate(1.3793vw,41.078vh) scale(.7461)}to{transform:translate(4.8811vw,99vh) scale(.7461)}}.snow:nth-child(241){opacity:1.5702;transform:translate(19.3441vw,-10px) scale(.3865);animation:fall-241 17s -29s linear infinite}@keyframes fall-241{44.899%{transform:translate(21.7245vw,44.899vh) scale(.3865)}to{transform:translate(20.5343vw,99vh) scale(.3865)}}.snow:nth-child(242){opacity:.8622;transform:translate(48.5062vw,-10px) scale(.9032);animation:fall-242 24s -6s linear infinite}@keyframes fall-242{55.99%{transform:translate(56.3381vw,55.99vh) scale(.9032)}to{transform:translate(52.42215vw,99vh) scale(.9032)}}.snow:nth-child(243){opacity:1.5538;transform:translate(30.6527vw,-10px) scale(.7961);animation:fall-243 19s -18s linear infinite}@keyframes fall-243{49.173%{transform:translate(38.8335vw,49.173vh) scale(.7961)}to{transform:translate(34.7431vw,99vh) scale(.7961)}}.snow:nth-child(244){opacity:.3868;transform:translate(70.21vw,-10px) scale(.1541);animation:fall-244 15s -25s linear infinite}@keyframes fall-244{52.927%{transform:translate(66.7983vw,52.927vh) scale(.1541)}to{transform:translate(68.50415vw,99vh) scale(.1541)}}.snow:nth-child(245){opacity:1.4588;transform:translate(34.8419vw,-10px) scale(.3961);animation:fall-245 24s -14s linear infinite}@keyframes fall-245{77.909%{transform:translate(41.3105vw,77.909vh) scale(.3961)}to{transform:translate(38.0762vw,99vh) scale(.3961)}}.snow:nth-child(246){opacity:1.5786;transform:translate(20.058vw,-10px) scale(.1355);animation:fall-246 21s -16s linear infinite}@keyframes fall-246{30.75%{transform:translate(11.1628vw,30.75vh) scale(.1355)}to{transform:translate(15.6104vw,99vh) scale(.1355)}}.snow:nth-child(247){opacity:1.0492;transform:translate(50.6281vw,-10px) scale(.4481);animation:fall-247 23s -16s linear infinite}@keyframes fall-247{79.159%{transform:translate(50.6347vw,79.159vh) scale(.4481)}to{transform:translate(50.6314vw,99vh) scale(.4481)}}.snow:nth-child(248){opacity:1.0936;transform:translate(74.1677vw,-10px) scale(.1881);animation:fall-248 19s -26s linear infinite}@keyframes fall-248{41.899%{transform:translate(73.3556vw,41.899vh) scale(.1881)}to{transform:translate(73.76165vw,99vh) scale(.1881)}}.snow:nth-child(249){opacity:1.0148;transform:translate(17.1317vw,-10px) scale(.124);animation:fall-249 29s -4s linear infinite}@keyframes fall-249{68.641%{transform:translate(12.3654vw,68.641vh) scale(.124)}to{transform:translate(14.74855vw,99vh) scale(.124)}}.snow:nth-child(250){opacity:1.6992;transform:translate(32.6054vw,-10px) scale(.1854);animation:fall-250 21s -17s linear infinite}@keyframes fall-250{66.577%{transform:translate(35.6581vw,66.577vh) scale(.1854)}to{transform:translate(34.13175vw,99vh) scale(.1854)}}.snow:nth-child(251){opacity:.3648;transform:translate(94.9783vw,-10px) scale(.3114);animation:fall-251 19s -6s linear infinite}@keyframes fall-251{64.363%{transform:translate(98.7759vw,64.363vh) scale(.3114)}to{transform:translate(96.8771vw,99vh) scale(.3114)}}.snow:nth-child(252){opacity:1.5906;transform:translate(87.8981vw,-10px) scale(.2685);animation:fall-252 10s -24s linear infinite}@keyframes fall-252{32.827%{transform:translate(96.959vw,32.827vh) scale(.2685)}to{transform:translate(92.42855vw,99vh) scale(.2685)}}.snow:nth-child(253){opacity:1.1422;transform:translate(36.7809vw,-10px) scale(.6568);animation:fall-253 30s -13s linear infinite}@keyframes fall-253{70.077%{transform:translate(37.4276vw,70.077vh) scale(.6568)}to{transform:translate(37.10425vw,99vh) scale(.6568)}}.snow:nth-child(254){opacity:1.3188;transform:translate(32.4938vw,-10px) scale(.0813);animation:fall-254 13s -24s linear infinite}@keyframes fall-254{55.973%{transform:translate(30.7303vw,55.973vh) scale(.0813)}to{transform:translate(31.61205vw,99vh) scale(.0813)}}.snow:nth-child(255){opacity:1.69;transform:translate(73.4051vw,-10px) scale(.4876);animation:fall-255 16s -8s linear infinite}@keyframes fall-255{55.103%{transform:translate(72.8685vw,55.103vh) scale(.4876)}to{transform:translate(73.1368vw,99vh) scale(.4876)}}.snow:nth-child(256){opacity:1.6654;transform:translate(25.4674vw,-10px) scale(.6462);animation:fall-256 20s -18s linear infinite}@keyframes fall-256{63.901%{transform:translate(33.5002vw,63.901vh) scale(.6462)}to{transform:translate(29.4838vw,99vh) scale(.6462)}}.snow:nth-child(257){opacity:.8372;transform:translate(83.312vw,-10px) scale(.227);animation:fall-257 26s -26s linear infinite}@keyframes fall-257{77.729%{transform:translate(88.85vw,77.729vh) scale(.227)}to{transform:translate(86.081vw,99vh) scale(.227)}}.snow:nth-child(258){opacity:1.0728;transform:translate(67.6206vw,-10px) scale(.2175);animation:fall-258 22s -17s linear infinite}@keyframes fall-258{66.799%{transform:translate(60.5457vw,66.799vh) scale(.2175)}to{transform:translate(64.08315vw,99vh) scale(.2175)}}.snow:nth-child(259){opacity:1.72;transform:translate(11.2272vw,-10px) scale(.6719);animation:fall-259 15s -11s linear infinite}@keyframes fall-259{62.54%{transform:translate(14.7207vw,62.54vh) scale(.6719)}to{transform:translate(12.97395vw,99vh) scale(.6719)}}.snow:nth-child(260){opacity:.0688;transform:translate(93.3991vw,-10px) scale(.0043);animation:fall-260 11s -30s linear infinite}@keyframes fall-260{67.07%{transform:translate(100.007vw,67.07vh) scale(.0043)}to{transform:translate(96.70305vw,99vh) scale(.0043)}}.snow:nth-child(261){opacity:1.3788;transform:translate(10.478vw,-10px) scale(.8628);animation:fall-261 19s -16s linear infinite}@keyframes fall-261{40.227%{transform:translate(10.762vw,40.227vh) scale(.8628)}to{transform:translate(10.62vw,99vh) scale(.8628)}}.snow:nth-child(262){opacity:1.6344;transform:translate(96.6995vw,-10px) scale(.6619);animation:fall-262 13s -30s linear infinite}@keyframes fall-262{76.508%{transform:translate(96.4377vw,76.508vh) scale(.6619)}to{transform:translate(96.5686vw,99vh) scale(.6619)}}.snow:nth-child(263){opacity:1.8704;transform:translate(25.7396vw,-10px) scale(.2742);animation:fall-263 30s -13s linear infinite}@keyframes fall-263{36.598%{transform:translate(28.2853vw,36.598vh) scale(.2742)}to{transform:translate(27.01245vw,99vh) scale(.2742)}}.snow:nth-child(264){opacity:1.0376;transform:translate(52.6494vw,-10px) scale(.1043);animation:fall-264 14s -22s linear infinite}@keyframes fall-264{71.695%{transform:translate(53.1889vw,71.695vh) scale(.1043)}to{transform:translate(52.91915vw,99vh) scale(.1043)}}.snow:nth-child(265){opacity:.6552;transform:translate(27.2526vw,-10px) scale(.4405);animation:fall-265 29s -9s linear infinite}@keyframes fall-265{36.238%{transform:translate(28.4847vw,36.238vh) scale(.4405)}to{transform:translate(27.86865vw,99vh) scale(.4405)}}.snow:nth-child(266){opacity:1.8372;transform:translate(77.654vw,-10px) scale(.1039);animation:fall-266 16s -26s linear infinite}@keyframes fall-266{55.147%{transform:translate(84.7671vw,55.147vh) scale(.1039)}to{transform:translate(81.21055vw,99vh) scale(.1039)}}.snow:nth-child(267){opacity:.2876;transform:translate(59.8875vw,-10px) scale(.3901);animation:fall-267 24s -13s linear infinite}@keyframes fall-267{50.418%{transform:translate(55.4579vw,50.418vh) scale(.3901)}to{transform:translate(57.6727vw,99vh) scale(.3901)}}.snow:nth-child(268){opacity:1.569;transform:translate(65.2959vw,-10px) scale(.1527);animation:fall-268 30s -16s linear infinite}@keyframes fall-268{64.683%{transform:translate(69.7703vw,64.683vh) scale(.1527)}to{transform:translate(67.5331vw,99vh) scale(.1527)}}.snow:nth-child(269){opacity:.4392;transform:translate(90.9789vw,-10px) scale(.8053);animation:fall-269 26s -25s linear infinite}@keyframes fall-269{65.067%{transform:translate(90.7545vw,65.067vh) scale(.8053)}to{transform:translate(90.8667vw,99vh) scale(.8053)}}.snow:nth-child(270){opacity:1.0826;transform:translate(10.0557vw,-10px) scale(.3159);animation:fall-270 20s -22s linear infinite}@keyframes fall-270{30.555%{transform:translate(11.8654vw,30.555vh) scale(.3159)}to{transform:translate(10.96055vw,99vh) scale(.3159)}}.snow:nth-child(271){opacity:.9962;transform:translate(95.0627vw,-10px) scale(.0373);animation:fall-271 13s -4s linear infinite}@keyframes fall-271{70.675%{transform:translate(103.8992vw,70.675vh) scale(.0373)}to{transform:translate(99.48095vw,99vh) scale(.0373)}}.snow:nth-child(272){opacity:1.9902;transform:translate(66.4731vw,-10px) scale(.6654);animation:fall-272 27s -22s linear infinite}@keyframes fall-272{71.179%{transform:translate(61.7729vw,71.179vh) scale(.6654)}to{transform:translate(64.123vw,99vh) scale(.6654)}}.snow:nth-child(273){opacity:.7052;transform:translate(64.0252vw,-10px) scale(.4767);animation:fall-273 27s -27s linear infinite}@keyframes fall-273{30.822%{transform:translate(55.4997vw,30.822vh) scale(.4767)}to{transform:translate(59.76245vw,99vh) scale(.4767)}}.snow:nth-child(274){opacity:.1464;transform:translate(76.0451vw,-10px) scale(.1043);animation:fall-274 26s -11s linear infinite}@keyframes fall-274{39.461%{transform:translate(77.1729vw,39.461vh) scale(.1043)}to{transform:translate(76.609vw,99vh) scale(.1043)}}.snow:nth-child(275){opacity:1.6508;transform:translate(74.9377vw,-10px) scale(.0139);animation:fall-275 18s -14s linear infinite}@keyframes fall-275{67.82%{transform:translate(74.6004vw,67.82vh) scale(.0139)}to{transform:translate(74.76905vw,99vh) scale(.0139)}}.snow:nth-child(276){opacity:1.6512;transform:translate(66.8229vw,-10px) scale(.4908);animation:fall-276 17s -11s linear infinite}@keyframes fall-276{71.195%{transform:translate(66.1552vw,71.195vh) scale(.4908)}to{transform:translate(66.48905vw,99vh) scale(.4908)}}.snow:nth-child(277){opacity:.2492;transform:translate(92.5537vw,-10px) scale(.9675);animation:fall-277 22s -15s linear infinite}@keyframes fall-277{45.057%{transform:translate(96.7399vw,45.057vh) scale(.9675)}to{transform:translate(94.6468vw,99vh) scale(.9675)}}.snow:nth-child(278){opacity:.3152;transform:translate(76.4773vw,-10px) scale(.665);animation:fall-278 16s -30s linear infinite}@keyframes fall-278{30.884%{transform:translate(85.3403vw,30.884vh) scale(.665)}to{transform:translate(80.9088vw,99vh) scale(.665)}}.snow:nth-child(279){opacity:.7102;transform:translate(26.6809vw,-10px) scale(.4001);animation:fall-279 29s -7s linear infinite}@keyframes fall-279{60.916%{transform:translate(29.6819vw,60.916vh) scale(.4001)}to{transform:translate(28.1814vw,99vh) scale(.4001)}}.snow:nth-child(280){opacity:.7078;transform:translate(.1399vw,-10px) scale(.0793);animation:fall-280 27s -11s linear infinite}@keyframes fall-280{76.987%{transform:translate(-6.5264vw,76.987vh) scale(.0793)}to{transform:translate(-3.19325vw,99vh) scale(.0793)}}.snow:nth-child(281){opacity:1.9244;transform:translate(58.5999vw,-10px) scale(.3746);animation:fall-281 21s -28s linear infinite}@keyframes fall-281{35.405%{transform:translate(50.3258vw,35.405vh) scale(.3746)}to{transform:translate(54.46285vw,99vh) scale(.3746)}}.snow:nth-child(282){opacity:1.1842;transform:translate(76.7353vw,-10px) scale(.8102);animation:fall-282 29s -7s linear infinite}@keyframes fall-282{60.346%{transform:translate(69.0523vw,60.346vh) scale(.8102)}to{transform:translate(72.8938vw,99vh) scale(.8102)}}.snow:nth-child(283){opacity:.6426;transform:translate(30.2585vw,-10px) scale(.3042);animation:fall-283 20s -22s linear infinite}@keyframes fall-283{35.12%{transform:translate(27.3905vw,35.12vh) scale(.3042)}to{transform:translate(28.8245vw,99vh) scale(.3042)}}.snow:nth-child(284){opacity:.0394;transform:translate(24.3548vw,-10px) scale(.2095);animation:fall-284 17s -11s linear infinite}@keyframes fall-284{42.404%{transform:translate(19.2672vw,42.404vh) scale(.2095)}to{transform:translate(21.811vw,99vh) scale(.2095)}}.snow:nth-child(285){opacity:.535;transform:translate(89.8194vw,-10px) scale(.4104);animation:fall-285 24s -5s linear infinite}@keyframes fall-285{65.459%{transform:translate(90.4318vw,65.459vh) scale(.4104)}to{transform:translate(90.1256vw,99vh) scale(.4104)}}.snow:nth-child(286){opacity:.78;transform:translate(86.414vw,-10px) scale(.9068);animation:fall-286 10s -22s linear infinite}@keyframes fall-286{67.897%{transform:translate(78.3818vw,67.897vh) scale(.9068)}to{transform:translate(82.3979vw,99vh) scale(.9068)}}.snow:nth-child(287){opacity:.5856;transform:translate(11.89vw,-10px) scale(.7438);animation:fall-287 23s -16s linear infinite}@keyframes fall-287{67.135%{transform:translate(19.3404vw,67.135vh) scale(.7438)}to{transform:translate(15.6152vw,99vh) scale(.7438)}}.snow:nth-child(288){opacity:1.0346;transform:translate(5.6378vw,-10px) scale(.7626);animation:fall-288 25s -1s linear infinite}@keyframes fall-288{74.651%{transform:translate(6.8437vw,74.651vh) scale(.7626)}to{transform:translate(6.24075vw,99vh) scale(.7626)}}.snow:nth-child(289){opacity:.038;transform:translate(98.4499vw,-10px) scale(.699);animation:fall-289 11s -22s linear infinite}@keyframes fall-289{40.215%{transform:translate(98.441vw,40.215vh) scale(.699)}to{transform:translate(98.44545vw,99vh) scale(.699)}}.snow:nth-child(290){opacity:.1554;transform:translate(64.1997vw,-10px) scale(.7182);animation:fall-290 21s -24s linear infinite}@keyframes fall-290{47.163%{transform:translate(55.0765vw,47.163vh) scale(.7182)}to{transform:translate(59.6381vw,99vh) scale(.7182)}}.snow:nth-child(291){opacity:.3206;transform:translate(71.4755vw,-10px) scale(.5822);animation:fall-291 30s -6s linear infinite}@keyframes fall-291{73.847%{transform:translate(72.1697vw,73.847vh) scale(.5822)}to{transform:translate(71.8226vw,99vh) scale(.5822)}}.snow:nth-child(292){opacity:.3472;transform:translate(94.6vw,-10px) scale(.2798);animation:fall-292 27s -24s linear infinite}@keyframes fall-292{49.184%{transform:translate(97.6308vw,49.184vh) scale(.2798)}to{transform:translate(96.1154vw,99vh) scale(.2798)}}.snow:nth-child(293){opacity:1.0058;transform:translate(18.274vw,-10px) scale(.6784);animation:fall-293 22s -28s linear infinite}@keyframes fall-293{37.078%{transform:translate(27.4195vw,37.078vh) scale(.6784)}to{transform:translate(22.84675vw,99vh) scale(.6784)}}.snow:nth-child(294){opacity:.319;transform:translate(96.7863vw,-10px) scale(.9757);animation:fall-294 16s -2s linear infinite}@keyframes fall-294{77.957%{transform:translate(101.3902vw,77.957vh) scale(.9757)}to{transform:translate(99.08825vw,99vh) scale(.9757)}}.snow:nth-child(295){opacity:1.565;transform:translate(43.5567vw,-10px) scale(.8927);animation:fall-295 13s -21s linear infinite}@keyframes fall-295{51.174%{transform:translate(42.322vw,51.174vh) scale(.8927)}to{transform:translate(42.93935vw,99vh) scale(.8927)}}.snow:nth-child(296){opacity:.8182;transform:translate(17.1857vw,-10px) scale(.1594);animation:fall-296 16s -24s linear infinite}@keyframes fall-296{73.072%{transform:translate(12.4237vw,73.072vh) scale(.1594)}to{transform:translate(14.8047vw,99vh) scale(.1594)}}.snow:nth-child(297){opacity:.7044;transform:translate(63.1315vw,-10px) scale(.1678);animation:fall-297 27s -28s linear infinite}@keyframes fall-297{76.76%{transform:translate(62.406vw,76.76vh) scale(.1678)}to{transform:translate(62.76875vw,99vh) scale(.1678)}}.snow:nth-child(298){opacity:1.0708;transform:translate(31.2628vw,-10px) scale(.2065);animation:fall-298 20s -13s linear infinite}@keyframes fall-298{67.628%{transform:translate(39.4487vw,67.628vh) scale(.2065)}to{transform:translate(35.35575vw,99vh) scale(.2065)}}.snow:nth-child(299){opacity:1.2232;transform:translate(90.4227vw,-10px) scale(.2632);animation:fall-299 25s -8s linear infinite}@keyframes fall-299{61.058%{transform:translate(93.9109vw,61.058vh) scale(.2632)}to{transform:translate(92.1668vw,99vh) scale(.2632)}}.snow:nth-child(300){opacity:.5796;transform:translate(69.4274vw,-10px) scale(.1187);animation:fall-300 14s -3s linear infinite}@keyframes fall-300{43.858%{transform:translate(73.1938vw,43.858vh) scale(.1187)}to{transform:translate(71.3106vw,99vh) scale(.1187)}}.snow:nth-child(301){opacity:.4648;transform:translate(39.1204vw,-10px) scale(.3922);animation:fall-301 22s -6s linear infinite}@keyframes fall-301{48.91%{transform:translate(46.9434vw,48.91vh) scale(.3922)}to{transform:translate(43.0319vw,99vh) scale(.3922)}}.snow:nth-child(302){opacity:1.2702;transform:translate(50.5186vw,-10px) scale(.6099);animation:fall-302 24s -27s linear infinite}@keyframes fall-302{50.919%{transform:translate(40.6075vw,50.919vh) scale(.6099)}to{transform:translate(45.56305vw,99vh) scale(.6099)}}.snow:nth-child(303){opacity:.2992;transform:translate(83.0654vw,-10px) scale(.0672);animation:fall-303 26s -23s linear infinite}@keyframes fall-303{74.956%{transform:translate(77.3066vw,74.956vh) scale(.0672)}to{transform:translate(80.186vw,99vh) scale(.0672)}}.snow:nth-child(304){opacity:1.1246;transform:translate(21.0362vw,-10px) scale(.5256);animation:fall-304 19s -20s linear infinite}@keyframes fall-304{48.609%{transform:translate(25.13vw,48.609vh) scale(.5256)}to{transform:translate(23.0831vw,99vh) scale(.5256)}}.snow:nth-child(305){opacity:.8252;transform:translate(95.2005vw,-10px) scale(.2627);animation:fall-305 27s -27s linear infinite}@keyframes fall-305{35.218%{transform:translate(95.3338vw,35.218vh) scale(.2627)}to{transform:translate(95.26715vw,99vh) scale(.2627)}}.snow:nth-child(306){opacity:.1516;transform:translate(79.9866vw,-10px) scale(.8392);animation:fall-306 14s -1s linear infinite}@keyframes fall-306{67.689%{transform:translate(88.5539vw,67.689vh) scale(.8392)}to{transform:translate(84.27025vw,99vh) scale(.8392)}}.snow:nth-child(307){opacity:.7182;transform:translate(5.8104vw,-10px) scale(.9338);animation:fall-307 12s -19s linear infinite}@keyframes fall-307{50.059%{transform:translate(7.518vw,50.059vh) scale(.9338)}to{transform:translate(6.6642vw,99vh) scale(.9338)}}.snow:nth-child(308){opacity:1.0502;transform:translate(30.7762vw,-10px) scale(.1113);animation:fall-308 21s -15s linear infinite}@keyframes fall-308{63.941%{transform:translate(24.6176vw,63.941vh) scale(.1113)}to{transform:translate(27.6969vw,99vh) scale(.1113)}}.snow:nth-child(309){opacity:1.3624;transform:translate(91.3778vw,-10px) scale(.3367);animation:fall-309 21s -6s linear infinite}@keyframes fall-309{34.635%{transform:translate(83.1245vw,34.635vh) scale(.3367)}to{transform:translate(87.25115vw,99vh) scale(.3367)}}.snow:nth-child(310){opacity:.8112;transform:translate(21.2644vw,-10px) scale(.7689);animation:fall-310 10s -11s linear infinite}@keyframes fall-310{79.941%{transform:translate(20.4826vw,79.941vh) scale(.7689)}to{transform:translate(20.8735vw,99vh) scale(.7689)}}.snow:nth-child(311){opacity:1.3576;transform:translate(11.8091vw,-10px) scale(.8761);animation:fall-311 10s -17s linear infinite}@keyframes fall-311{37.528%{transform:translate(17.5923vw,37.528vh) scale(.8761)}to{transform:translate(14.7007vw,99vh) scale(.8761)}}.snow:nth-child(312){opacity:.5864;transform:translate(52.7549vw,-10px) scale(.7874);animation:fall-312 12s -15s linear infinite}@keyframes fall-312{39.288%{transform:translate(52.6232vw,39.288vh) scale(.7874)}to{transform:translate(52.68905vw,99vh) scale(.7874)}}.snow:nth-child(313){opacity:.654;transform:translate(98.8632vw,-10px) scale(.2341);animation:fall-313 20s -14s linear infinite}@keyframes fall-313{57.036%{transform:translate(93.8241vw,57.036vh) scale(.2341)}to{transform:translate(96.34365vw,99vh) scale(.2341)}}.snow:nth-child(314){opacity:1.2272;transform:translate(1.3607vw,-10px) scale(.1955);animation:fall-314 28s -25s linear infinite}@keyframes fall-314{65.713%{transform:translate(-.8098vw,65.713vh) scale(.1955)}to{transform:translate(.27545vw,99vh) scale(.1955)}}.snow:nth-child(315){opacity:.5844;transform:translate(15.846vw,-10px) scale(.6136);animation:fall-315 11s -13s linear infinite}@keyframes fall-315{38.822%{transform:translate(21.5879vw,38.822vh) scale(.6136)}to{transform:translate(18.71695vw,99vh) scale(.6136)}}.snow:nth-child(316){opacity:.7688;transform:translate(94.8724vw,-10px) scale(.2254);animation:fall-316 12s -14s linear infinite}@keyframes fall-316{75.819%{transform:translate(103.7337vw,75.819vh) scale(.2254)}to{transform:translate(99.30305vw,99vh) scale(.2254)}}.snow:nth-child(317){opacity:1.558;transform:translate(70.5778vw,-10px) scale(.3425);animation:fall-317 13s -25s linear infinite}@keyframes fall-317{71.779%{transform:translate(77.0105vw,71.779vh) scale(.3425)}to{transform:translate(73.79415vw,99vh) scale(.3425)}}.snow:nth-child(318){opacity:1.3896;transform:translate(70.1193vw,-10px) scale(.6954);animation:fall-318 23s -6s linear infinite}@keyframes fall-318{72.049%{transform:translate(76.8489vw,72.049vh) scale(.6954)}to{transform:translate(73.4841vw,99vh) scale(.6954)}}.snow:nth-child(319){opacity:.7072;transform:translate(52.75vw,-10px) scale(.241);animation:fall-319 15s -7s linear infinite}@keyframes fall-319{36.798%{transform:translate(60.9991vw,36.798vh) scale(.241)}to{transform:translate(56.87455vw,99vh) scale(.241)}}.snow:nth-child(320){opacity:1.8772;transform:translate(92.2082vw,-10px) scale(.0303);animation:fall-320 10s -20s linear infinite}@keyframes fall-320{42.229%{transform:translate(91.6677vw,42.229vh) scale(.0303)}to{transform:translate(91.93795vw,99vh) scale(.0303)}}.snow:nth-child(321){opacity:.179;transform:translate(19.045vw,-10px) scale(.1142);animation:fall-321 19s -9s linear infinite}@keyframes fall-321{57.387%{transform:translate(25.9153vw,57.387vh) scale(.1142)}to{transform:translate(22.48015vw,99vh) scale(.1142)}}.snow:nth-child(322){opacity:.239;transform:translate(43.6936vw,-10px) scale(.8313);animation:fall-322 30s -4s linear infinite}@keyframes fall-322{36.323%{transform:translate(34.0741vw,36.323vh) scale(.8313)}to{transform:translate(38.88385vw,99vh) scale(.8313)}}.snow:nth-child(323){opacity:1.3172;transform:translate(18.4244vw,-10px) scale(.634);animation:fall-323 14s -12s linear infinite}@keyframes fall-323{53.906%{transform:translate(16.6286vw,53.906vh) scale(.634)}to{transform:translate(17.5265vw,99vh) scale(.634)}}.snow:nth-child(324){opacity:.3792;transform:translate(14.0818vw,-10px) scale(.4244);animation:fall-324 23s -16s linear infinite}@keyframes fall-324{44.565%{transform:translate(20.2896vw,44.565vh) scale(.4244)}to{transform:translate(17.1857vw,99vh) scale(.4244)}}.snow:nth-child(325){opacity:1.6768;transform:translate(66.5185vw,-10px) scale(.437);animation:fall-325 24s -15s linear infinite}@keyframes fall-325{64.302%{transform:translate(64.6193vw,64.302vh) scale(.437)}to{transform:translate(65.5689vw,99vh) scale(.437)}}.snow:nth-child(326){opacity:1.9388;transform:translate(11.8947vw,-10px) scale(.5501);animation:fall-326 27s -23s linear infinite}@keyframes fall-326{37.324%{transform:translate(9.1643vw,37.324vh) scale(.5501)}to{transform:translate(10.5295vw,99vh) scale(.5501)}}.snow:nth-child(327){opacity:1.2964;transform:translate(69.1175vw,-10px) scale(.3031);animation:fall-327 22s -26s linear infinite}@keyframes fall-327{66.763%{transform:translate(61.4041vw,66.763vh) scale(.3031)}to{transform:translate(65.2608vw,99vh) scale(.3031)}}.snow:nth-child(328){opacity:1.2152;transform:translate(76.6121vw,-10px) scale(.7204);animation:fall-328 12s -25s linear infinite}@keyframes fall-328{46.025%{transform:translate(86.0011vw,46.025vh) scale(.7204)}to{transform:translate(81.3066vw,99vh) scale(.7204)}}.snow:nth-child(329){opacity:1.731;transform:translate(5.4906vw,-10px) scale(.2935);animation:fall-329 16s -15s linear infinite}@keyframes fall-329{51.218%{transform:translate(-3.4712vw,51.218vh) scale(.2935)}to{transform:translate(1.0097vw,99vh) scale(.2935)}}.snow:nth-child(330){opacity:1.8696;transform:translate(97.9111vw,-10px) scale(.1103);animation:fall-330 21s -21s linear infinite}@keyframes fall-330{37.269%{transform:translate(94.2507vw,37.269vh) scale(.1103)}to{transform:translate(96.0809vw,99vh) scale(.1103)}}.snow:nth-child(331){opacity:.3874;transform:translate(75.8854vw,-10px) scale(.2262);animation:fall-331 21s -6s linear infinite}@keyframes fall-331{60.891%{transform:translate(70.3213vw,60.891vh) scale(.2262)}to{transform:translate(73.10335vw,99vh) scale(.2262)}}.snow:nth-child(332){opacity:1.0084;transform:translate(14.3988vw,-10px) scale(.6958);animation:fall-332 30s -22s linear infinite}@keyframes fall-332{78.337%{transform:translate(9.1131vw,78.337vh) scale(.6958)}to{transform:translate(11.75595vw,99vh) scale(.6958)}}.snow:nth-child(333){opacity:1.3742;transform:translate(6.869vw,-10px) scale(.4576);animation:fall-333 20s -22s linear infinite}@keyframes fall-333{39.471%{transform:translate(2.4957vw,39.471vh) scale(.4576)}to{transform:translate(4.68235vw,99vh) scale(.4576)}}.snow:nth-child(334){opacity:1.0828;transform:translate(55.3472vw,-10px) scale(.2904);animation:fall-334 28s -12s linear infinite}@keyframes fall-334{57.308%{transform:translate(45.7129vw,57.308vh) scale(.2904)}to{transform:translate(50.53005vw,99vh) scale(.2904)}}.snow:nth-child(335){opacity:.5102;transform:translate(31.0165vw,-10px) scale(.7516);animation:fall-335 21s -1s linear infinite}@keyframes fall-335{46.253%{transform:translate(34.2912vw,46.253vh) scale(.7516)}to{transform:translate(32.65385vw,99vh) scale(.7516)}}.snow:nth-child(336){opacity:.3458;transform:translate(83.0238vw,-10px) scale(.5038);animation:fall-336 19s -12s linear infinite}@keyframes fall-336{48.864%{transform:translate(79.2035vw,48.864vh) scale(.5038)}to{transform:translate(81.11365vw,99vh) scale(.5038)}}.snow:nth-child(337){opacity:1.5406;transform:translate(15.048vw,-10px) scale(.5604);animation:fall-337 15s -22s linear infinite}@keyframes fall-337{63.765%{transform:translate(10.1239vw,63.765vh) scale(.5604)}to{transform:translate(12.58595vw,99vh) scale(.5604)}}.snow:nth-child(338){opacity:1.0734;transform:translate(14.2981vw,-10px) scale(.5434);animation:fall-338 24s -11s linear infinite}@keyframes fall-338{70.396%{transform:translate(23.7071vw,70.396vh) scale(.5434)}to{transform:translate(19.0026vw,99vh) scale(.5434)}}.snow:nth-child(339){opacity:.1856;transform:translate(2.3069vw,-10px) scale(.1511);animation:fall-339 12s -7s linear infinite}@keyframes fall-339{60.663%{transform:translate(-7.1342vw,60.663vh) scale(.1511)}to{transform:translate(-2.41365vw,99vh) scale(.1511)}}.snow:nth-child(340){opacity:1.8398;transform:translate(39.5741vw,-10px) scale(.2591);animation:fall-340 23s -22s linear infinite}@keyframes fall-340{66.599%{transform:translate(36.0401vw,66.599vh) scale(.2591)}to{transform:translate(37.8071vw,99vh) scale(.2591)}}.snow:nth-child(341){opacity:1.0482;transform:translate(80.6298vw,-10px) scale(.1147);animation:fall-341 23s -7s linear infinite}@keyframes fall-341{38.431%{transform:translate(87.9784vw,38.431vh) scale(.1147)}to{transform:translate(84.3041vw,99vh) scale(.1147)}}.snow:nth-child(342){opacity:1.7036;transform:translate(76.2388vw,-10px) scale(.842);animation:fall-342 25s -7s linear infinite}@keyframes fall-342{66.899%{transform:translate(80.5708vw,66.899vh) scale(.842)}to{transform:translate(78.4048vw,99vh) scale(.842)}}.snow:nth-child(343){opacity:1.3938;transform:translate(43.9026vw,-10px) scale(.7307);animation:fall-343 30s -13s linear infinite}@keyframes fall-343{32.201%{transform:translate(46.7089vw,32.201vh) scale(.7307)}to{transform:translate(45.30575vw,99vh) scale(.7307)}}.snow:nth-child(344){opacity:1.2664;transform:translate(89.7037vw,-10px) scale(.1228);animation:fall-344 10s -6s linear infinite}@keyframes fall-344{62.498%{transform:translate(85.0118vw,62.498vh) scale(.1228)}to{transform:translate(87.35775vw,99vh) scale(.1228)}}.snow:nth-child(345){opacity:.149;transform:translate(35.378vw,-10px) scale(.1692);animation:fall-345 24s -29s linear infinite}@keyframes fall-345{61.321%{transform:translate(37.4986vw,61.321vh) scale(.1692)}to{transform:translate(36.4383vw,99vh) scale(.1692)}}.snow:nth-child(346){opacity:1.5;transform:translate(54.7059vw,-10px) scale(.3489);animation:fall-346 12s -2s linear infinite}@keyframes fall-346{39.847%{transform:translate(48.0907vw,39.847vh) scale(.3489)}to{transform:translate(51.3983vw,99vh) scale(.3489)}}.snow:nth-child(347){opacity:.2988;transform:translate(72.5735vw,-10px) scale(.0881);animation:fall-347 24s -11s linear infinite}@keyframes fall-347{43.03%{transform:translate(72.352vw,43.03vh) scale(.0881)}to{transform:translate(72.46275vw,99vh) scale(.0881)}}.snow:nth-child(348){opacity:1.9672;transform:translate(26.6325vw,-10px) scale(.8214);animation:fall-348 16s -24s linear infinite}@keyframes fall-348{68.995%{transform:translate(27.2764vw,68.995vh) scale(.8214)}to{transform:translate(26.95445vw,99vh) scale(.8214)}}.snow:nth-child(349){opacity:1.8512;transform:translate(66.7788vw,-10px) scale(.2049);animation:fall-349 12s -24s linear infinite}@keyframes fall-349{56.017%{transform:translate(63.2523vw,56.017vh) scale(.2049)}to{transform:translate(65.01555vw,99vh) scale(.2049)}}.snow:nth-child(350){opacity:.6848;transform:translate(70.1767vw,-10px) scale(.8839);animation:fall-350 30s -27s linear infinite}@keyframes fall-350{35.889%{transform:translate(64.2641vw,35.889vh) scale(.8839)}to{transform:translate(67.2204vw,99vh) scale(.8839)}}.snow:nth-child(351){opacity:.8922;transform:translate(64.4908vw,-10px) scale(.5424);animation:fall-351 18s -22s linear infinite}@keyframes fall-351{58.047%{transform:translate(67.0899vw,58.047vh) scale(.5424)}to{transform:translate(65.79035vw,99vh) scale(.5424)}}.snow:nth-child(352){opacity:1.7118;transform:translate(90.0862vw,-10px) scale(.1756);animation:fall-352 13s -19s linear infinite}@keyframes fall-352{61.29%{transform:translate(85.8287vw,61.29vh) scale(.1756)}to{transform:translate(87.95745vw,99vh) scale(.1756)}}.snow:nth-child(353){opacity:.3722;transform:translate(97.2367vw,-10px) scale(.9111);animation:fall-353 20s -1s linear infinite}@keyframes fall-353{72.435%{transform:translate(99.4453vw,72.435vh) scale(.9111)}to{transform:translate(98.341vw,99vh) scale(.9111)}}.snow:nth-child(354){opacity:.1604;transform:translate(92.1145vw,-10px) scale(.543);animation:fall-354 24s -18s linear infinite}@keyframes fall-354{56.994%{transform:translate(91.0872vw,56.994vh) scale(.543)}to{transform:translate(91.60085vw,99vh) scale(.543)}}.snow:nth-child(355){opacity:.0368;transform:translate(94.0063vw,-10px) scale(.4457);animation:fall-355 20s -29s linear infinite}@keyframes fall-355{44.573%{transform:translate(90.4279vw,44.573vh) scale(.4457)}to{transform:translate(92.2171vw,99vh) scale(.4457)}}.snow:nth-child(356){opacity:.1812;transform:translate(23.94vw,-10px) scale(.2392);animation:fall-356 12s -8s linear infinite}@keyframes fall-356{32.766%{transform:translate(19.5653vw,32.766vh) scale(.2392)}to{transform:translate(21.75265vw,99vh) scale(.2392)}}.snow:nth-child(357){opacity:1.202;transform:translate(36.6217vw,-10px) scale(.6917);animation:fall-357 27s -22s linear infinite}@keyframes fall-357{54.549%{transform:translate(30.2734vw,54.549vh) scale(.6917)}to{transform:translate(33.44755vw,99vh) scale(.6917)}}.snow:nth-child(358){opacity:.9976;transform:translate(28.5551vw,-10px) scale(.7914);animation:fall-358 28s -22s linear infinite}@keyframes fall-358{57.885%{transform:translate(25.7501vw,57.885vh) scale(.7914)}to{transform:translate(27.1526vw,99vh) scale(.7914)}}.snow:nth-child(359){opacity:.0722;transform:translate(3.1894vw,-10px) scale(.2718);animation:fall-359 24s -1s linear infinite}@keyframes fall-359{50.119%{transform:translate(2.375vw,50.119vh) scale(.2718)}to{transform:translate(2.7822vw,99vh) scale(.2718)}}.snow:nth-child(360){opacity:1.3628;transform:translate(77.6879vw,-10px) scale(.9502);animation:fall-360 10s -19s linear infinite}@keyframes fall-360{50.645%{transform:translate(71.086vw,50.645vh) scale(.9502)}to{transform:translate(74.38695vw,99vh) scale(.9502)}}.snow:nth-child(361){opacity:.0656;transform:translate(23.9997vw,-10px) scale(.0997);animation:fall-361 26s -14s linear infinite}@keyframes fall-361{77.676%{transform:translate(27.5531vw,77.676vh) scale(.0997)}to{transform:translate(25.7764vw,99vh) scale(.0997)}}.snow:nth-child(362){opacity:1.5686;transform:translate(20.852vw,-10px) scale(.2245);animation:fall-362 21s -20s linear infinite}@keyframes fall-362{35.798%{transform:translate(14.7227vw,35.798vh) scale(.2245)}to{transform:translate(17.78735vw,99vh) scale(.2245)}}.snow:nth-child(363){opacity:.9996;transform:translate(74.7231vw,-10px) scale(.6323);animation:fall-363 13s -5s linear infinite}@keyframes fall-363{58.36%{transform:translate(72.7638vw,58.36vh) scale(.6323)}to{transform:translate(73.74345vw,99vh) scale(.6323)}}.snow:nth-child(364){opacity:1.0106;transform:translate(21.9071vw,-10px) scale(.9349);animation:fall-364 17s -8s linear infinite}@keyframes fall-364{31.209%{transform:translate(30.0345vw,31.209vh) scale(.9349)}to{transform:translate(25.9708vw,99vh) scale(.9349)}}.snow:nth-child(365){opacity:.2548;transform:translate(76.2866vw,-10px) scale(.3211);animation:fall-365 30s -10s linear infinite}@keyframes fall-365{63.936%{transform:translate(85.7176vw,63.936vh) scale(.3211)}to{transform:translate(81.0021vw,99vh) scale(.3211)}}.snow:nth-child(366){opacity:1.037;transform:translate(95.0898vw,-10px) scale(.0486);animation:fall-366 21s -28s linear infinite}@keyframes fall-366{58.99%{transform:translate(90.516vw,58.99vh) scale(.0486)}to{transform:translate(92.8029vw,99vh) scale(.0486)}}.snow:nth-child(367){opacity:.0894;transform:translate(93.9675vw,-10px) scale(.9507);animation:fall-367 30s -20s linear infinite}@keyframes fall-367{31.11%{transform:translate(97.2585vw,31.11vh) scale(.9507)}to{transform:translate(95.613vw,99vh) scale(.9507)}}.snow:nth-child(368){opacity:1.7008;transform:translate(84.7627vw,-10px) scale(.2795);animation:fall-368 11s -26s linear infinite}@keyframes fall-368{41.589%{transform:translate(87.2461vw,41.589vh) scale(.2795)}to{transform:translate(86.0044vw,99vh) scale(.2795)}}.snow:nth-child(369){opacity:.4642;transform:translate(83.9977vw,-10px) scale(.1986);animation:fall-369 10s -4s linear infinite}@keyframes fall-369{72.427%{transform:translate(92.8317vw,72.427vh) scale(.1986)}to{transform:translate(88.4147vw,99vh) scale(.1986)}}.snow:nth-child(370){opacity:.3658;transform:translate(90.5758vw,-10px) scale(.9478);animation:fall-370 10s -21s linear infinite}@keyframes fall-370{53.41%{transform:translate(82.6284vw,53.41vh) scale(.9478)}to{transform:translate(86.6021vw,99vh) scale(.9478)}}.snow:nth-child(371){opacity:.4066;transform:translate(57.8499vw,-10px) scale(.6513);animation:fall-371 13s -4s linear infinite}@keyframes fall-371{30.424%{transform:translate(57.3056vw,30.424vh) scale(.6513)}to{transform:translate(57.57775vw,99vh) scale(.6513)}}.snow:nth-child(372){opacity:1.5538;transform:translate(8.5407vw,-10px) scale(.0113);animation:fall-372 20s -9s linear infinite}@keyframes fall-372{69.179%{transform:translate(10.4047vw,69.179vh) scale(.0113)}to{transform:translate(9.4727vw,99vh) scale(.0113)}}.snow:nth-child(373){opacity:1.245;transform:translate(51.6087vw,-10px) scale(.9988);animation:fall-373 30s -10s linear infinite}@keyframes fall-373{48.938%{transform:translate(51.2237vw,48.938vh) scale(.9988)}to{transform:translate(51.4162vw,99vh) scale(.9988)}}.snow:nth-child(374){opacity:1.5206;transform:translate(6.0868vw,-10px) scale(.2687);animation:fall-374 17s -8s linear infinite}@keyframes fall-374{40.11%{transform:translate(7.0572vw,40.11vh) scale(.2687)}to{transform:translate(6.572vw,99vh) scale(.2687)}}.snow:nth-child(375){opacity:1.0468;transform:translate(60.9414vw,-10px) scale(.0273);animation:fall-375 19s -15s linear infinite}@keyframes fall-375{49.834%{transform:translate(59.5517vw,49.834vh) scale(.0273)}to{transform:translate(60.24655vw,99vh) scale(.0273)}}.snow:nth-child(376){opacity:1.3548;transform:translate(56.0539vw,-10px) scale(.6282);animation:fall-376 24s -20s linear infinite}@keyframes fall-376{72.565%{transform:translate(58.037vw,72.565vh) scale(.6282)}to{transform:translate(57.04545vw,99vh) scale(.6282)}}.snow:nth-child(377){opacity:.5402;transform:translate(69.2902vw,-10px) scale(.9265);animation:fall-377 20s -24s linear infinite}@keyframes fall-377{51.364%{transform:translate(71.8103vw,51.364vh) scale(.9265)}to{transform:translate(70.55025vw,99vh) scale(.9265)}}.snow:nth-child(378){opacity:1.2946;transform:translate(55.4494vw,-10px) scale(.4226);animation:fall-378 22s -18s linear infinite}@keyframes fall-378{32.152%{transform:translate(56.4155vw,32.152vh) scale(.4226)}to{transform:translate(55.93245vw,99vh) scale(.4226)}}.snow:nth-child(379){opacity:.1632;transform:translate(63.2608vw,-10px) scale(.5095);animation:fall-379 24s -26s linear infinite}@keyframes fall-379{59.015%{transform:translate(60.0031vw,59.015vh) scale(.5095)}to{transform:translate(61.63195vw,99vh) scale(.5095)}}.snow:nth-child(380){opacity:1.5952;transform:translate(14.1172vw,-10px) scale(.9182);animation:fall-380 13s -1s linear infinite}@keyframes fall-380{43.448%{transform:translate(13.1661vw,43.448vh) scale(.9182)}to{transform:translate(13.64165vw,99vh) scale(.9182)}}.snow:nth-child(381){opacity:1.0608;transform:translate(41.7114vw,-10px) scale(.1322);animation:fall-381 14s -22s linear infinite}@keyframes fall-381{68.745%{transform:translate(42.3098vw,68.745vh) scale(.1322)}to{transform:translate(42.0106vw,99vh) scale(.1322)}}.snow:nth-child(382){opacity:1.5518;transform:translate(88.8235vw,-10px) scale(.0866);animation:fall-382 16s -13s linear infinite}@keyframes fall-382{40.166%{transform:translate(95.366vw,40.166vh) scale(.0866)}to{transform:translate(92.09475vw,99vh) scale(.0866)}}.snow:nth-child(383){opacity:1.645;transform:translate(59.8563vw,-10px) scale(.1702);animation:fall-383 24s -4s linear infinite}@keyframes fall-383{62.71%{transform:translate(53.6706vw,62.71vh) scale(.1702)}to{transform:translate(56.76345vw,99vh) scale(.1702)}}.snow:nth-child(384){opacity:1.1074;transform:translate(97.9928vw,-10px) scale(.0855);animation:fall-384 18s -23s linear infinite}@keyframes fall-384{48.404%{transform:translate(93.3609vw,48.404vh) scale(.0855)}to{transform:translate(95.67685vw,99vh) scale(.0855)}}.snow:nth-child(385){opacity:.0904;transform:translate(13.8759vw,-10px) scale(.8);animation:fall-385 23s -10s linear infinite}@keyframes fall-385{53.733%{transform:translate(5.5084vw,53.733vh) scale(.8)}to{transform:translate(9.69215vw,99vh) scale(.8)}}.snow:nth-child(386){opacity:.4368;transform:translate(85.4536vw,-10px) scale(.5965);animation:fall-386 23s -19s linear infinite}@keyframes fall-386{58.097%{transform:translate(77.1502vw,58.097vh) scale(.5965)}to{transform:translate(81.3019vw,99vh) scale(.5965)}}.snow:nth-child(387){opacity:1.1484;transform:translate(38.2066vw,-10px) scale(.6394);animation:fall-387 25s -15s linear infinite}@keyframes fall-387{35.649%{transform:translate(31.5249vw,35.649vh) scale(.6394)}to{transform:translate(34.86575vw,99vh) scale(.6394)}}.snow:nth-child(388){opacity:1.7132;transform:translate(91.1843vw,-10px) scale(.1416);animation:fall-388 12s -18s linear infinite}@keyframes fall-388{79.912%{transform:translate(100.8861vw,79.912vh) scale(.1416)}to{transform:translate(96.0352vw,99vh) scale(.1416)}}.snow:nth-child(389){opacity:.7752;transform:translate(32.9415vw,-10px) scale(.6279);animation:fall-389 18s -2s linear infinite}@keyframes fall-389{70.887%{transform:translate(39.9201vw,70.887vh) scale(.6279)}to{transform:translate(36.4308vw,99vh) scale(.6279)}}.snow:nth-child(390){opacity:1.9426;transform:translate(41.185vw,-10px) scale(.1493);animation:fall-390 14s -23s linear infinite}@keyframes fall-390{61.827%{transform:translate(51.1696vw,61.827vh) scale(.1493)}to{transform:translate(46.1773vw,99vh) scale(.1493)}}.snow:nth-child(391){opacity:.0784;transform:translate(5.5401vw,-10px) scale(.1448);animation:fall-391 17s -26s linear infinite}@keyframes fall-391{32.283%{transform:translate(-3.5229vw,32.283vh) scale(.1448)}to{transform:translate(1.0086vw,99vh) scale(.1448)}}.snow:nth-child(392){opacity:1.8368;transform:translate(21.8304vw,-10px) scale(.9973);animation:fall-392 29s -6s linear infinite}@keyframes fall-392{42.686%{transform:translate(13.6626vw,42.686vh) scale(.9973)}to{transform:translate(17.7465vw,99vh) scale(.9973)}}.snow:nth-child(393){opacity:1.5964;transform:translate(45.8866vw,-10px) scale(.3322);animation:fall-393 13s -19s linear infinite}@keyframes fall-393{36.916%{transform:translate(41.6656vw,36.916vh) scale(.3322)}to{transform:translate(43.7761vw,99vh) scale(.3322)}}.snow:nth-child(394){opacity:1.158;transform:translate(81.7815vw,-10px) scale(.8067);animation:fall-394 21s -24s linear infinite}@keyframes fall-394{70.083%{transform:translate(74.7391vw,70.083vh) scale(.8067)}to{transform:translate(78.2603vw,99vh) scale(.8067)}}.snow:nth-child(395){opacity:.7668;transform:translate(46.7314vw,-10px) scale(.1791);animation:fall-395 15s -5s linear infinite}@keyframes fall-395{44.616%{transform:translate(54.011vw,44.616vh) scale(.1791)}to{transform:translate(50.3712vw,99vh) scale(.1791)}}.snow:nth-child(396){opacity:1.4652;transform:translate(12.6266vw,-10px) scale(.7846);animation:fall-396 20s -5s linear infinite}@keyframes fall-396{36.144%{transform:translate(15.7199vw,36.144vh) scale(.7846)}to{transform:translate(14.17325vw,99vh) scale(.7846)}}.snow:nth-child(397){opacity:.9782;transform:translate(19.0902vw,-10px) scale(.1217);animation:fall-397 28s -2s linear infinite}@keyframes fall-397{31.632%{transform:translate(28.6565vw,31.632vh) scale(.1217)}to{transform:translate(23.87335vw,99vh) scale(.1217)}}.snow:nth-child(398){opacity:.3778;transform:translate(1.6425vw,-10px) scale(.2789);animation:fall-398 20s -14s linear infinite}@keyframes fall-398{46.091%{transform:translate(11.5096vw,46.091vh) scale(.2789)}to{transform:translate(6.57605vw,99vh) scale(.2789)}}.snow:nth-child(399){opacity:.6172;transform:translate(76.9808vw,-10px) scale(.3892);animation:fall-399 13s -22s linear infinite}@keyframes fall-399{39.871%{transform:translate(83.2026vw,39.871vh) scale(.3892)}to{transform:translate(80.0917vw,99vh) scale(.3892)}}.snow:nth-child(400){opacity:1.1324;transform:translate(28.1526vw,-10px) scale(.2998);animation:fall-400 14s -25s linear infinite}@keyframes fall-400{62.632%{transform:translate(35.2268vw,62.632vh) scale(.2998)}to{transform:translate(31.6897vw,99vh) scale(.2998)}}\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"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
25
|
+
AppComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", 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{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}.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}.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}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:1.8342;transform:translate(33.1015vw,-10px) scale(.3404);animation:fall-1 23s -4s linear infinite}@keyframes fall-1{74.035%{transform:translate(42.1434vw,74.035vh) scale(.3404)}to{transform:translate(37.62245vw,99vh) scale(.3404)}}.snow:nth-child(2){opacity:1.2408;transform:translate(5.9993vw,-10px) scale(.7814);animation:fall-2 20s -16s linear infinite}@keyframes fall-2{55.121%{transform:translate(10.9936vw,55.121vh) scale(.7814)}to{transform:translate(8.49645vw,99vh) scale(.7814)}}.snow:nth-child(3){opacity:.9798;transform:translate(6.6711vw,-10px) scale(.8583);animation:fall-3 27s -22s linear infinite}@keyframes fall-3{46.618%{transform:translate(-1.1033vw,46.618vh) scale(.8583)}to{transform:translate(2.7839vw,99vh) scale(.8583)}}.snow:nth-child(4){opacity:1.849;transform:translate(83.0425vw,-10px) scale(.4398);animation:fall-4 16s -9s linear infinite}@keyframes fall-4{78.898%{transform:translate(76.8363vw,78.898vh) scale(.4398)}to{transform:translate(79.9394vw,99vh) scale(.4398)}}.snow:nth-child(5){opacity:.8578;transform:translate(28.2856vw,-10px) scale(.5553);animation:fall-5 17s -13s linear infinite}@keyframes fall-5{47.476%{transform:translate(20.9015vw,47.476vh) scale(.5553)}to{transform:translate(24.59355vw,99vh) scale(.5553)}}.snow:nth-child(6){opacity:.5202;transform:translate(11.7448vw,-10px) scale(.9447);animation:fall-6 11s -21s linear infinite}@keyframes fall-6{61.615%{transform:translate(11.0954vw,61.615vh) scale(.9447)}to{transform:translate(11.4201vw,99vh) scale(.9447)}}.snow:nth-child(7){opacity:1.9514;transform:translate(69.4835vw,-10px) scale(.6787);animation:fall-7 23s -14s linear infinite}@keyframes fall-7{44.895%{transform:translate(63.1539vw,44.895vh) scale(.6787)}to{transform:translate(66.3187vw,99vh) scale(.6787)}}.snow:nth-child(8){opacity:.7198;transform:translate(24.6159vw,-10px) scale(.1114);animation:fall-8 22s -18s linear infinite}@keyframes fall-8{31.606%{transform:translate(30.0662vw,31.606vh) scale(.1114)}to{transform:translate(27.34105vw,99vh) scale(.1114)}}.snow:nth-child(9){opacity:1.9112;transform:translate(13.1197vw,-10px) scale(.1051);animation:fall-9 16s -3s linear infinite}@keyframes fall-9{35.559%{transform:translate(12.9241vw,35.559vh) scale(.1051)}to{transform:translate(13.0219vw,99vh) scale(.1051)}}.snow:nth-child(10){opacity:1.042;transform:translate(.9295vw,-10px) scale(.53);animation:fall-10 20s -30s linear infinite}@keyframes fall-10{47.679%{transform:translate(7.931vw,47.679vh) scale(.53)}to{transform:translate(4.43025vw,99vh) scale(.53)}}.snow:nth-child(11){opacity:1.4172;transform:translate(35.8234vw,-10px) scale(.3906);animation:fall-11 13s -23s linear infinite}@keyframes fall-11{43.236%{transform:translate(36.1175vw,43.236vh) scale(.3906)}to{transform:translate(35.97045vw,99vh) scale(.3906)}}.snow:nth-child(12){opacity:1.9134;transform:translate(41.9532vw,-10px) scale(.843);animation:fall-12 30s -3s linear infinite}@keyframes fall-12{43.915%{transform:translate(44.1683vw,43.915vh) scale(.843)}to{transform:translate(43.06075vw,99vh) scale(.843)}}.snow:nth-child(13){opacity:.669;transform:translate(83.2986vw,-10px) scale(.7386);animation:fall-13 15s -15s linear infinite}@keyframes fall-13{53.581%{transform:translate(82.0839vw,53.581vh) scale(.7386)}to{transform:translate(82.69125vw,99vh) scale(.7386)}}.snow:nth-child(14){opacity:.24;transform:translate(48.7347vw,-10px) scale(.1612);animation:fall-14 21s -7s linear infinite}@keyframes fall-14{44.444%{transform:translate(56.4341vw,44.444vh) scale(.1612)}to{transform:translate(52.5844vw,99vh) scale(.1612)}}.snow:nth-child(15){opacity:.6272;transform:translate(23.2274vw,-10px) scale(.7859);animation:fall-15 29s -8s linear infinite}@keyframes fall-15{63.21%{transform:translate(25.1453vw,63.21vh) scale(.7859)}to{transform:translate(24.18635vw,99vh) scale(.7859)}}.snow:nth-child(16){opacity:.7798;transform:translate(28.799vw,-10px) scale(.2672);animation:fall-16 24s -14s linear infinite}@keyframes fall-16{65.306%{transform:translate(31.9454vw,65.306vh) scale(.2672)}to{transform:translate(30.3722vw,99vh) scale(.2672)}}.snow:nth-child(17){opacity:1.4092;transform:translate(56.0894vw,-10px) scale(.3288);animation:fall-17 16s -7s linear infinite}@keyframes fall-17{48.791%{transform:translate(50.1564vw,48.791vh) scale(.3288)}to{transform:translate(53.1229vw,99vh) scale(.3288)}}.snow:nth-child(18){opacity:1.5072;transform:translate(51.4681vw,-10px) scale(.5913);animation:fall-18 11s -9s linear infinite}@keyframes fall-18{54.77%{transform:translate(41.6157vw,54.77vh) scale(.5913)}to{transform:translate(46.5419vw,99vh) scale(.5913)}}.snow:nth-child(19){opacity:1.4506;transform:translate(51.815vw,-10px) scale(.6347);animation:fall-19 23s -20s linear infinite}@keyframes fall-19{50.724%{transform:translate(52.9617vw,50.724vh) scale(.6347)}to{transform:translate(52.38835vw,99vh) scale(.6347)}}.snow:nth-child(20){opacity:1.1668;transform:translate(10.766vw,-10px) scale(.2064);animation:fall-20 21s -8s linear infinite}@keyframes fall-20{37.254%{transform:translate(18.1408vw,37.254vh) scale(.2064)}to{transform:translate(14.4534vw,99vh) scale(.2064)}}.snow:nth-child(21){opacity:.4168;transform:translate(20.2425vw,-10px) scale(.6114);animation:fall-21 10s -20s linear infinite}@keyframes fall-21{58.109%{transform:translate(18.5331vw,58.109vh) scale(.6114)}to{transform:translate(19.3878vw,99vh) scale(.6114)}}.snow:nth-child(22){opacity:.7764;transform:translate(23.7168vw,-10px) scale(.685);animation:fall-22 20s -12s linear infinite}@keyframes fall-22{59.058%{transform:translate(30.3447vw,59.058vh) scale(.685)}to{transform:translate(27.03075vw,99vh) scale(.685)}}.snow:nth-child(23){opacity:.6144;transform:translate(5.801vw,-10px) scale(.1219);animation:fall-23 14s -21s linear infinite}@keyframes fall-23{44.561%{transform:translate(-3.0812vw,44.561vh) scale(.1219)}to{transform:translate(1.3599vw,99vh) scale(.1219)}}.snow:nth-child(24){opacity:1.0082;transform:translate(47.2588vw,-10px) scale(.6816);animation:fall-24 21s -22s linear infinite}@keyframes fall-24{60.242%{transform:translate(50.7563vw,60.242vh) scale(.6816)}to{transform:translate(49.00755vw,99vh) scale(.6816)}}.snow:nth-child(25){opacity:1.7546;transform:translate(86.3988vw,-10px) scale(.4826);animation:fall-25 23s -23s linear infinite}@keyframes fall-25{53.449%{transform:translate(78.7182vw,53.449vh) scale(.4826)}to{transform:translate(82.5585vw,99vh) scale(.4826)}}.snow:nth-child(26){opacity:1.3464;transform:translate(14.342vw,-10px) scale(.8773);animation:fall-26 19s -20s linear infinite}@keyframes fall-26{68.78%{transform:translate(23.8691vw,68.78vh) scale(.8773)}to{transform:translate(19.10555vw,99vh) scale(.8773)}}.snow:nth-child(27){opacity:1.5064;transform:translate(74.5772vw,-10px) scale(.9969);animation:fall-27 16s -27s linear infinite}@keyframes fall-27{59.241%{transform:translate(70.5302vw,59.241vh) scale(.9969)}to{transform:translate(72.5537vw,99vh) scale(.9969)}}.snow:nth-child(28){opacity:1.129;transform:translate(25.7095vw,-10px) scale(.8487);animation:fall-28 26s -9s linear infinite}@keyframes fall-28{42.852%{transform:translate(29.5172vw,42.852vh) scale(.8487)}to{transform:translate(27.61335vw,99vh) scale(.8487)}}.snow:nth-child(29){opacity:1.684;transform:translate(53.4557vw,-10px) scale(.6342);animation:fall-29 16s -10s linear infinite}@keyframes fall-29{44.382%{transform:translate(58.699vw,44.382vh) scale(.6342)}to{transform:translate(56.07735vw,99vh) scale(.6342)}}.snow:nth-child(30){opacity:.6648;transform:translate(7.1791vw,-10px) scale(.12);animation:fall-30 11s -15s linear infinite}@keyframes fall-30{41.333%{transform:translate(15.9849vw,41.333vh) scale(.12)}to{transform:translate(11.582vw,99vh) scale(.12)}}.snow:nth-child(31){opacity:.7576;transform:translate(84.0453vw,-10px) scale(.697);animation:fall-31 24s -14s linear infinite}@keyframes fall-31{55.115%{transform:translate(87.5476vw,55.115vh) scale(.697)}to{transform:translate(85.79645vw,99vh) scale(.697)}}.snow:nth-child(32){opacity:.2316;transform:translate(29.7374vw,-10px) scale(.4503);animation:fall-32 28s -17s linear infinite}@keyframes fall-32{76.679%{transform:translate(35.3698vw,76.679vh) scale(.4503)}to{transform:translate(32.5536vw,99vh) scale(.4503)}}.snow:nth-child(33){opacity:.8138;transform:translate(44.2432vw,-10px) scale(.873);animation:fall-33 13s -25s linear infinite}@keyframes fall-33{33.349%{transform:translate(52.5499vw,33.349vh) scale(.873)}to{transform:translate(48.39655vw,99vh) scale(.873)}}.snow:nth-child(34){opacity:1.613;transform:translate(25.109vw,-10px) scale(.9501);animation:fall-34 21s -17s linear infinite}@keyframes fall-34{75.554%{transform:translate(31.508vw,75.554vh) scale(.9501)}to{transform:translate(28.3085vw,99vh) scale(.9501)}}.snow:nth-child(35){opacity:.4486;transform:translate(75.9138vw,-10px) scale(.2888);animation:fall-35 22s -23s linear infinite}@keyframes fall-35{66.6%{transform:translate(67.4896vw,66.6vh) scale(.2888)}to{transform:translate(71.7017vw,99vh) scale(.2888)}}.snow:nth-child(36){opacity:.9442;transform:translate(70.9545vw,-10px) scale(.8163);animation:fall-36 28s -3s linear infinite}@keyframes fall-36{63.965%{transform:translate(71.0044vw,63.965vh) scale(.8163)}to{transform:translate(70.97945vw,99vh) scale(.8163)}}.snow:nth-child(37){opacity:1.2254;transform:translate(4.0173vw,-10px) scale(.36);animation:fall-37 22s -3s linear infinite}@keyframes fall-37{51.537%{transform:translate(5.7466vw,51.537vh) scale(.36)}to{transform:translate(4.88195vw,99vh) scale(.36)}}.snow:nth-child(38){opacity:1.3348;transform:translate(26.7226vw,-10px) scale(.6026);animation:fall-38 25s -6s linear infinite}@keyframes fall-38{57.792%{transform:translate(31.6774vw,57.792vh) scale(.6026)}to{transform:translate(29.2vw,99vh) scale(.6026)}}.snow:nth-child(39){opacity:1.6606;transform:translate(96.8922vw,-10px) scale(.41);animation:fall-39 11s -2s linear infinite}@keyframes fall-39{30.271%{transform:translate(93.2706vw,30.271vh) scale(.41)}to{transform:translate(95.0814vw,99vh) scale(.41)}}.snow:nth-child(40){opacity:1.237;transform:translate(57.352vw,-10px) scale(.9155);animation:fall-40 29s -24s linear infinite}@keyframes fall-40{41.558%{transform:translate(62.7672vw,41.558vh) scale(.9155)}to{transform:translate(60.0596vw,99vh) scale(.9155)}}.snow:nth-child(41){opacity:.4182;transform:translate(83.3518vw,-10px) scale(.4125);animation:fall-41 29s -1s linear infinite}@keyframes fall-41{71.031%{transform:translate(87.7389vw,71.031vh) scale(.4125)}to{transform:translate(85.54535vw,99vh) scale(.4125)}}.snow:nth-child(42){opacity:.0038;transform:translate(73.6369vw,-10px) scale(.1093);animation:fall-42 23s -11s linear infinite}@keyframes fall-42{30.192%{transform:translate(69.3485vw,30.192vh) scale(.1093)}to{transform:translate(71.4927vw,99vh) scale(.1093)}}.snow:nth-child(43){opacity:1.4254;transform:translate(43.2789vw,-10px) scale(.1061);animation:fall-43 17s -5s linear infinite}@keyframes fall-43{40.448%{transform:translate(52.9725vw,40.448vh) scale(.1061)}to{transform:translate(48.1257vw,99vh) scale(.1061)}}.snow:nth-child(44){opacity:1.1698;transform:translate(11.6157vw,-10px) scale(.8793);animation:fall-44 20s -20s linear infinite}@keyframes fall-44{55.775%{transform:translate(4.7698vw,55.775vh) scale(.8793)}to{transform:translate(8.19275vw,99vh) scale(.8793)}}.snow:nth-child(45){opacity:.5032;transform:translate(12.3723vw,-10px) scale(.7175);animation:fall-45 29s -6s linear infinite}@keyframes fall-45{55.517%{transform:translate(13.3326vw,55.517vh) scale(.7175)}to{transform:translate(12.85245vw,99vh) scale(.7175)}}.snow:nth-child(46){opacity:.1662;transform:translate(55.9767vw,-10px) scale(.4763);animation:fall-46 18s -26s linear infinite}@keyframes fall-46{40.21%{transform:translate(61.3577vw,40.21vh) scale(.4763)}to{transform:translate(58.6672vw,99vh) scale(.4763)}}.snow:nth-child(47){opacity:.6558;transform:translate(32.8781vw,-10px) scale(.1887);animation:fall-47 26s -11s linear infinite}@keyframes fall-47{43.281%{transform:translate(39.0365vw,43.281vh) scale(.1887)}to{transform:translate(35.9573vw,99vh) scale(.1887)}}.snow:nth-child(48){opacity:.6214;transform:translate(25.186vw,-10px) scale(.0055);animation:fall-48 23s -22s linear infinite}@keyframes fall-48{76.45%{transform:translate(16.9208vw,76.45vh) scale(.0055)}to{transform:translate(21.0534vw,99vh) scale(.0055)}}.snow:nth-child(49){opacity:.0328;transform:translate(39.5838vw,-10px) scale(.2673);animation:fall-49 25s -28s linear infinite}@keyframes fall-49{78.073%{transform:translate(40.1189vw,78.073vh) scale(.2673)}to{transform:translate(39.85135vw,99vh) scale(.2673)}}.snow:nth-child(50){opacity:1.2748;transform:translate(1.2347vw,-10px) scale(.021);animation:fall-50 30s -9s linear infinite}@keyframes fall-50{38.023%{transform:translate(9.0301vw,38.023vh) scale(.021)}to{transform:translate(5.1324vw,99vh) scale(.021)}}.snow:nth-child(51){opacity:.1522;transform:translate(85.0898vw,-10px) scale(.3989);animation:fall-51 25s -5s linear infinite}@keyframes fall-51{58.184%{transform:translate(90.3692vw,58.184vh) scale(.3989)}to{transform:translate(87.7295vw,99vh) scale(.3989)}}.snow:nth-child(52){opacity:1.342;transform:translate(85.6638vw,-10px) scale(.3715);animation:fall-52 21s -27s linear infinite}@keyframes fall-52{47.037%{transform:translate(77.8111vw,47.037vh) scale(.3715)}to{transform:translate(81.73745vw,99vh) scale(.3715)}}.snow:nth-child(53){opacity:1.0006;transform:translate(85.9363vw,-10px) scale(.0748);animation:fall-53 23s -12s linear infinite}@keyframes fall-53{51.404%{transform:translate(85.7618vw,51.404vh) scale(.0748)}to{transform:translate(85.84905vw,99vh) scale(.0748)}}.snow:nth-child(54){opacity:1.477;transform:translate(57.0405vw,-10px) scale(.4866);animation:fall-54 13s -26s linear infinite}@keyframes fall-54{44.185%{transform:translate(47.8301vw,44.185vh) scale(.4866)}to{transform:translate(52.4353vw,99vh) scale(.4866)}}.snow:nth-child(55){opacity:.4502;transform:translate(10.26vw,-10px) scale(.5765);animation:fall-55 16s -7s linear infinite}@keyframes fall-55{38.76%{transform:translate(11.5969vw,38.76vh) scale(.5765)}to{transform:translate(10.92845vw,99vh) scale(.5765)}}.snow:nth-child(56){opacity:.1032;transform:translate(75.0833vw,-10px) scale(.9885);animation:fall-56 18s -20s linear infinite}@keyframes fall-56{36.843%{transform:translate(77.7092vw,36.843vh) scale(.9885)}to{transform:translate(76.39625vw,99vh) scale(.9885)}}.snow:nth-child(57){opacity:.8952;transform:translate(37.8934vw,-10px) scale(.1499);animation:fall-57 18s -11s linear infinite}@keyframes fall-57{30.089%{transform:translate(43.8116vw,30.089vh) scale(.1499)}to{transform:translate(40.8525vw,99vh) scale(.1499)}}.snow:nth-child(58){opacity:.0552;transform:translate(69.376vw,-10px) scale(.9665);animation:fall-58 21s -1s linear infinite}@keyframes fall-58{73.367%{transform:translate(76.3937vw,73.367vh) scale(.9665)}to{transform:translate(72.88485vw,99vh) scale(.9665)}}.snow:nth-child(59){opacity:.039;transform:translate(98.6506vw,-10px) scale(.2114);animation:fall-59 16s -7s linear infinite}@keyframes fall-59{36.612%{transform:translate(91.7667vw,36.612vh) scale(.2114)}to{transform:translate(95.20865vw,99vh) scale(.2114)}}.snow:nth-child(60){opacity:1.1866;transform:translate(49.0445vw,-10px) scale(.9466);animation:fall-60 13s -11s linear infinite}@keyframes fall-60{37.664%{transform:translate(42.354vw,37.664vh) scale(.9466)}to{transform:translate(45.69925vw,99vh) scale(.9466)}}.snow:nth-child(61){opacity:.2362;transform:translate(30.1197vw,-10px) scale(.182);animation:fall-61 26s -2s linear infinite}@keyframes fall-61{58.506%{transform:translate(22.8782vw,58.506vh) scale(.182)}to{transform:translate(26.49895vw,99vh) scale(.182)}}.snow:nth-child(62){opacity:.3582;transform:translate(89.0339vw,-10px) scale(.6495);animation:fall-62 23s -19s linear infinite}@keyframes fall-62{50.721%{transform:translate(96.1943vw,50.721vh) scale(.6495)}to{transform:translate(92.6141vw,99vh) scale(.6495)}}.snow:nth-child(63){opacity:1.5964;transform:translate(95.4526vw,-10px) scale(.8882);animation:fall-63 19s -15s linear infinite}@keyframes fall-63{32.741%{transform:translate(95.7701vw,32.741vh) scale(.8882)}to{transform:translate(95.61135vw,99vh) scale(.8882)}}.snow:nth-child(64){opacity:.123;transform:translate(25.7217vw,-10px) scale(.0067);animation:fall-64 12s -28s linear infinite}@keyframes fall-64{78.579%{transform:translate(28.2217vw,78.579vh) scale(.0067)}to{transform:translate(26.9717vw,99vh) scale(.0067)}}.snow:nth-child(65){opacity:.4662;transform:translate(25.7088vw,-10px) scale(.7565);animation:fall-65 16s -27s linear infinite}@keyframes fall-65{45.516%{transform:translate(23.8508vw,45.516vh) scale(.7565)}to{transform:translate(24.7798vw,99vh) scale(.7565)}}.snow:nth-child(66){opacity:1.631;transform:translate(96.9954vw,-10px) scale(.5784);animation:fall-66 13s -18s linear infinite}@keyframes fall-66{76.976%{transform:translate(106.6461vw,76.976vh) scale(.5784)}to{transform:translate(101.82075vw,99vh) scale(.5784)}}.snow:nth-child(67){opacity:1.673;transform:translate(79.1076vw,-10px) scale(.2088);animation:fall-67 19s -20s linear infinite}@keyframes fall-67{35.753%{transform:translate(81.1541vw,35.753vh) scale(.2088)}to{transform:translate(80.13085vw,99vh) scale(.2088)}}.snow:nth-child(68){opacity:1.3506;transform:translate(53.1877vw,-10px) scale(.8886);animation:fall-68 21s -27s linear infinite}@keyframes fall-68{45.312%{transform:translate(55.0916vw,45.312vh) scale(.8886)}to{transform:translate(54.13965vw,99vh) scale(.8886)}}.snow:nth-child(69){opacity:.66;transform:translate(14.1023vw,-10px) scale(.5926);animation:fall-69 21s -24s linear infinite}@keyframes fall-69{55.499%{transform:translate(5.9457vw,55.499vh) scale(.5926)}to{transform:translate(10.024vw,99vh) scale(.5926)}}.snow:nth-child(70){opacity:.9186;transform:translate(40.6163vw,-10px) scale(.5041);animation:fall-70 15s -6s linear infinite}@keyframes fall-70{48.094%{transform:translate(30.6247vw,48.094vh) scale(.5041)}to{transform:translate(35.6205vw,99vh) scale(.5041)}}.snow:nth-child(71){opacity:1.3884;transform:translate(97.3285vw,-10px) scale(.3661);animation:fall-71 26s -28s linear infinite}@keyframes fall-71{53.192%{transform:translate(100.112vw,53.192vh) scale(.3661)}to{transform:translate(98.72025vw,99vh) scale(.3661)}}.snow:nth-child(72){opacity:1.988;transform:translate(85.8058vw,-10px) scale(.2049);animation:fall-72 25s -17s linear infinite}@keyframes fall-72{55.862%{transform:translate(88.585vw,55.862vh) scale(.2049)}to{transform:translate(87.1954vw,99vh) scale(.2049)}}.snow:nth-child(73){opacity:.8726;transform:translate(44.5818vw,-10px) scale(.5013);animation:fall-73 22s -11s linear infinite}@keyframes fall-73{58.341%{transform:translate(36.7508vw,58.341vh) scale(.5013)}to{transform:translate(40.6663vw,99vh) scale(.5013)}}.snow:nth-child(74){opacity:.1164;transform:translate(79.4484vw,-10px) scale(.9488);animation:fall-74 10s -24s linear infinite}@keyframes fall-74{66.079%{transform:translate(79.0235vw,66.079vh) scale(.9488)}to{transform:translate(79.23595vw,99vh) scale(.9488)}}.snow:nth-child(75){opacity:1.1204;transform:translate(82.9873vw,-10px) scale(.816);animation:fall-75 17s -27s linear infinite}@keyframes fall-75{36.632%{transform:translate(75.7435vw,36.632vh) scale(.816)}to{transform:translate(79.3654vw,99vh) scale(.816)}}.snow:nth-child(76){opacity:.14;transform:translate(90.0902vw,-10px) scale(.6886);animation:fall-76 11s -17s linear infinite}@keyframes fall-76{56.92%{transform:translate(94.1722vw,56.92vh) scale(.6886)}to{transform:translate(92.1312vw,99vh) scale(.6886)}}.snow:nth-child(77){opacity:1.4158;transform:translate(58.0189vw,-10px) scale(.31);animation:fall-77 14s -5s linear infinite}@keyframes fall-77{40.5%{transform:translate(64.4208vw,40.5vh) scale(.31)}to{transform:translate(61.21985vw,99vh) scale(.31)}}.snow:nth-child(78){opacity:.8252;transform:translate(66.2671vw,-10px) scale(.4251);animation:fall-78 21s -30s linear infinite}@keyframes fall-78{47.744%{transform:translate(56.3591vw,47.744vh) scale(.4251)}to{transform:translate(61.3131vw,99vh) scale(.4251)}}.snow:nth-child(79){opacity:1.326;transform:translate(90.2969vw,-10px) scale(.6107);animation:fall-79 10s -8s linear infinite}@keyframes fall-79{43.713%{transform:translate(99.4191vw,43.713vh) scale(.6107)}to{transform:translate(94.858vw,99vh) scale(.6107)}}.snow:nth-child(80){opacity:.0828;transform:translate(48.6303vw,-10px) scale(.7519);animation:fall-80 25s -13s linear infinite}@keyframes fall-80{51.576%{transform:translate(51.5175vw,51.576vh) scale(.7519)}to{transform:translate(50.0739vw,99vh) scale(.7519)}}.snow:nth-child(81){opacity:.9586;transform:translate(71.0436vw,-10px) scale(.4754);animation:fall-81 23s -21s linear infinite}@keyframes fall-81{75.561%{transform:translate(69.7878vw,75.561vh) scale(.4754)}to{transform:translate(70.4157vw,99vh) scale(.4754)}}.snow:nth-child(82){opacity:.5658;transform:translate(34.7098vw,-10px) scale(.5996);animation:fall-82 21s -30s linear infinite}@keyframes fall-82{55.23%{transform:translate(43.8759vw,55.23vh) scale(.5996)}to{transform:translate(39.29285vw,99vh) scale(.5996)}}.snow:nth-child(83){opacity:.1722;transform:translate(62.1463vw,-10px) scale(.0318);animation:fall-83 25s -1s linear infinite}@keyframes fall-83{58.48%{transform:translate(59.8894vw,58.48vh) scale(.0318)}to{transform:translate(61.01785vw,99vh) scale(.0318)}}.snow:nth-child(84){opacity:1.5632;transform:translate(34.2603vw,-10px) scale(.9075);animation:fall-84 21s -12s linear infinite}@keyframes fall-84{35.169%{transform:translate(41.9532vw,35.169vh) scale(.9075)}to{transform:translate(38.10675vw,99vh) scale(.9075)}}.snow:nth-child(85){opacity:.2134;transform:translate(2.939vw,-10px) scale(.9692);animation:fall-85 11s -15s linear infinite}@keyframes fall-85{58.727%{transform:translate(7.8932vw,58.727vh) scale(.9692)}to{transform:translate(5.4161vw,99vh) scale(.9692)}}.snow:nth-child(86){opacity:1.7604;transform:translate(96.4098vw,-10px) scale(.039);animation:fall-86 30s -21s linear infinite}@keyframes fall-86{45.99%{transform:translate(104.3516vw,45.99vh) scale(.039)}to{transform:translate(100.3807vw,99vh) scale(.039)}}.snow:nth-child(87){opacity:.6046;transform:translate(15.914vw,-10px) scale(.4096);animation:fall-87 29s -13s linear infinite}@keyframes fall-87{38.911%{transform:translate(25.7974vw,38.911vh) scale(.4096)}to{transform:translate(20.8557vw,99vh) scale(.4096)}}.snow:nth-child(88){opacity:.2666;transform:translate(18.804vw,-10px) scale(.9344);animation:fall-88 27s -15s linear infinite}@keyframes fall-88{76.359%{transform:translate(17.0448vw,76.359vh) scale(.9344)}to{transform:translate(17.9244vw,99vh) scale(.9344)}}.snow:nth-child(89){opacity:.5494;transform:translate(25.329vw,-10px) scale(.0264);animation:fall-89 10s -9s linear infinite}@keyframes fall-89{30.245%{transform:translate(23.107vw,30.245vh) scale(.0264)}to{transform:translate(24.218vw,99vh) scale(.0264)}}.snow:nth-child(90){opacity:.4634;transform:translate(38.9693vw,-10px) scale(.6998);animation:fall-90 15s -28s linear infinite}@keyframes fall-90{68.226%{transform:translate(30.2637vw,68.226vh) scale(.6998)}to{transform:translate(34.6165vw,99vh) scale(.6998)}}.snow:nth-child(91){opacity:1.6308;transform:translate(49.4841vw,-10px) scale(.5668);animation:fall-91 11s -10s linear infinite}@keyframes fall-91{64.604%{transform:translate(39.6351vw,64.604vh) scale(.5668)}to{transform:translate(44.5596vw,99vh) scale(.5668)}}.snow:nth-child(92){opacity:.3904;transform:translate(17.6924vw,-10px) scale(.1794);animation:fall-92 30s -10s linear infinite}@keyframes fall-92{44.017%{transform:translate(10.3172vw,44.017vh) scale(.1794)}to{transform:translate(14.0048vw,99vh) scale(.1794)}}.snow:nth-child(93){opacity:.6498;transform:translate(91.8947vw,-10px) scale(.8724);animation:fall-93 20s -16s linear infinite}@keyframes fall-93{77.77%{transform:translate(100.5885vw,77.77vh) scale(.8724)}to{transform:translate(96.2416vw,99vh) scale(.8724)}}.snow:nth-child(94){opacity:.1858;transform:translate(76.9739vw,-10px) scale(.0514);animation:fall-94 11s -3s linear infinite}@keyframes fall-94{34.107%{transform:translate(76.0818vw,34.107vh) scale(.0514)}to{transform:translate(76.52785vw,99vh) scale(.0514)}}.snow:nth-child(95){opacity:1.9994;transform:translate(42.8785vw,-10px) scale(.9622);animation:fall-95 14s -2s linear infinite}@keyframes fall-95{39.166%{transform:translate(41.9451vw,39.166vh) scale(.9622)}to{transform:translate(42.4118vw,99vh) scale(.9622)}}.snow:nth-child(96){opacity:1.2114;transform:translate(12.0406vw,-10px) scale(.4371);animation:fall-96 29s -2s linear infinite}@keyframes fall-96{59.803%{transform:translate(14.9068vw,59.803vh) scale(.4371)}to{transform:translate(13.4737vw,99vh) scale(.4371)}}.snow:nth-child(97){opacity:.1778;transform:translate(19.4763vw,-10px) scale(.2112);animation:fall-97 19s -30s linear infinite}@keyframes fall-97{33.786%{transform:translate(14.8671vw,33.786vh) scale(.2112)}to{transform:translate(17.1717vw,99vh) scale(.2112)}}.snow:nth-child(98){opacity:.9174;transform:translate(24.347vw,-10px) scale(.4125);animation:fall-98 23s -7s linear infinite}@keyframes fall-98{55.653%{transform:translate(16.5167vw,55.653vh) scale(.4125)}to{transform:translate(20.43185vw,99vh) scale(.4125)}}.snow:nth-child(99){opacity:1.1928;transform:translate(43.6186vw,-10px) scale(.1608);animation:fall-99 17s -11s linear infinite}@keyframes fall-99{76.741%{transform:translate(43.6691vw,76.741vh) scale(.1608)}to{transform:translate(43.64385vw,99vh) scale(.1608)}}.snow:nth-child(100){opacity:1.4608;transform:translate(92.0141vw,-10px) scale(.8908);animation:fall-100 26s -22s linear infinite}@keyframes fall-100{70.687%{transform:translate(96.7505vw,70.687vh) scale(.8908)}to{transform:translate(94.3823vw,99vh) scale(.8908)}}.snow:nth-child(101){opacity:.19;transform:translate(74.1509vw,-10px) scale(.9878);animation:fall-101 29s -26s linear infinite}@keyframes fall-101{57.797%{transform:translate(82.4295vw,57.797vh) scale(.9878)}to{transform:translate(78.2902vw,99vh) scale(.9878)}}.snow:nth-child(102){opacity:1.3612;transform:translate(85.0482vw,-10px) scale(.4806);animation:fall-102 15s -27s linear infinite}@keyframes fall-102{43.83%{transform:translate(83.9049vw,43.83vh) scale(.4806)}to{transform:translate(84.47655vw,99vh) scale(.4806)}}.snow:nth-child(103){opacity:.077;transform:translate(12.9684vw,-10px) scale(.9321);animation:fall-103 11s -12s linear infinite}@keyframes fall-103{70.73%{transform:translate(14.3103vw,70.73vh) scale(.9321)}to{transform:translate(13.63935vw,99vh) scale(.9321)}}.snow:nth-child(104){opacity:1.9146;transform:translate(29.6342vw,-10px) scale(.3712);animation:fall-104 12s -3s linear infinite}@keyframes fall-104{62.739%{transform:translate(36.886vw,62.739vh) scale(.3712)}to{transform:translate(33.2601vw,99vh) scale(.3712)}}.snow:nth-child(105){opacity:1.5022;transform:translate(34.0162vw,-10px) scale(.0182);animation:fall-105 13s -24s linear infinite}@keyframes fall-105{60.697%{transform:translate(25.7295vw,60.697vh) scale(.0182)}to{transform:translate(29.87285vw,99vh) scale(.0182)}}.snow:nth-child(106){opacity:.841;transform:translate(58.6619vw,-10px) scale(.0466);animation:fall-106 14s -13s linear infinite}@keyframes fall-106{43.213%{transform:translate(52.5284vw,43.213vh) scale(.0466)}to{transform:translate(55.59515vw,99vh) scale(.0466)}}.snow:nth-child(107){opacity:.696;transform:translate(48.6726vw,-10px) scale(.9265);animation:fall-107 27s -9s linear infinite}@keyframes fall-107{47.203%{transform:translate(50.6119vw,47.203vh) scale(.9265)}to{transform:translate(49.64225vw,99vh) scale(.9265)}}.snow:nth-child(108){opacity:.6028;transform:translate(30.1264vw,-10px) scale(.27);animation:fall-108 18s -13s linear infinite}@keyframes fall-108{43.79%{transform:translate(25.8374vw,43.79vh) scale(.27)}to{transform:translate(27.9819vw,99vh) scale(.27)}}.snow:nth-child(109){opacity:.208;transform:translate(50.2081vw,-10px) scale(.0751);animation:fall-109 16s -8s linear infinite}@keyframes fall-109{34.072%{transform:translate(59.3198vw,34.072vh) scale(.0751)}to{transform:translate(54.76395vw,99vh) scale(.0751)}}.snow:nth-child(110){opacity:.7312;transform:translate(67.547vw,-10px) scale(.8209);animation:fall-110 25s -8s linear infinite}@keyframes fall-110{75.971%{transform:translate(73.7928vw,75.971vh) scale(.8209)}to{transform:translate(70.6699vw,99vh) scale(.8209)}}.snow:nth-child(111){opacity:1.629;transform:translate(57.2027vw,-10px) scale(.3152);animation:fall-111 11s -24s linear infinite}@keyframes fall-111{48.114%{transform:translate(55.1283vw,48.114vh) scale(.3152)}to{transform:translate(56.1655vw,99vh) scale(.3152)}}.snow:nth-child(112){opacity:.8768;transform:translate(64.4641vw,-10px) scale(.838);animation:fall-112 19s -29s linear infinite}@keyframes fall-112{68.797%{transform:translate(64.7374vw,68.797vh) scale(.838)}to{transform:translate(64.60075vw,99vh) scale(.838)}}.snow:nth-child(113){opacity:1.0228;transform:translate(30.5678vw,-10px) scale(.5378);animation:fall-113 12s -21s linear infinite}@keyframes fall-113{43.771%{transform:translate(24.7493vw,43.771vh) scale(.5378)}to{transform:translate(27.65855vw,99vh) scale(.5378)}}.snow:nth-child(114){opacity:.067;transform:translate(87.1743vw,-10px) scale(.0183);animation:fall-114 20s -2s linear infinite}@keyframes fall-114{40.552%{transform:translate(78.6212vw,40.552vh) scale(.0183)}to{transform:translate(82.89775vw,99vh) scale(.0183)}}.snow:nth-child(115){opacity:.5498;transform:translate(29.6128vw,-10px) scale(.5278);animation:fall-115 19s -29s linear infinite}@keyframes fall-115{41.802%{transform:translate(30.1301vw,41.802vh) scale(.5278)}to{transform:translate(29.87145vw,99vh) scale(.5278)}}.snow:nth-child(116){opacity:.0552;transform:translate(13.5664vw,-10px) scale(.6135);animation:fall-116 27s -14s linear infinite}@keyframes fall-116{49.332%{transform:translate(21.2495vw,49.332vh) scale(.6135)}to{transform:translate(17.40795vw,99vh) scale(.6135)}}.snow:nth-child(117){opacity:.2528;transform:translate(14.4561vw,-10px) scale(.8978);animation:fall-117 21s -14s linear infinite}@keyframes fall-117{69.595%{transform:translate(17.0874vw,69.595vh) scale(.8978)}to{transform:translate(15.77175vw,99vh) scale(.8978)}}.snow:nth-child(118){opacity:1.189;transform:translate(19.9069vw,-10px) scale(.3575);animation:fall-118 25s -3s linear infinite}@keyframes fall-118{30.156%{transform:translate(15.8821vw,30.156vh) scale(.3575)}to{transform:translate(17.8945vw,99vh) scale(.3575)}}.snow:nth-child(119){opacity:1.0678;transform:translate(92.3906vw,-10px) scale(.0902);animation:fall-119 26s -2s linear infinite}@keyframes fall-119{71.119%{transform:translate(91.7518vw,71.119vh) scale(.0902)}to{transform:translate(92.0712vw,99vh) scale(.0902)}}.snow:nth-child(120){opacity:1.4528;transform:translate(4.2637vw,-10px) scale(.2075);animation:fall-120 24s -24s linear infinite}@keyframes fall-120{72.217%{transform:translate(-5.3734vw,72.217vh) scale(.2075)}to{transform:translate(-.55485vw,99vh) scale(.2075)}}.snow:nth-child(121){opacity:1.7914;transform:translate(69.7814vw,-10px) scale(.8504);animation:fall-121 26s -2s linear infinite}@keyframes fall-121{35.937%{transform:translate(78.6657vw,35.937vh) scale(.8504)}to{transform:translate(74.22355vw,99vh) scale(.8504)}}.snow:nth-child(122){opacity:1.3744;transform:translate(83.6411vw,-10px) scale(.1059);animation:fall-122 16s -4s linear infinite}@keyframes fall-122{52.635%{transform:translate(75.5611vw,52.635vh) scale(.1059)}to{transform:translate(79.6011vw,99vh) scale(.1059)}}.snow:nth-child(123){opacity:.8416;transform:translate(67.9921vw,-10px) scale(.9312);animation:fall-123 25s -20s linear infinite}@keyframes fall-123{50.045%{transform:translate(71.189vw,50.045vh) scale(.9312)}to{transform:translate(69.59055vw,99vh) scale(.9312)}}.snow:nth-child(124){opacity:.6856;transform:translate(33.4335vw,-10px) scale(.7594);animation:fall-124 11s -5s linear infinite}@keyframes fall-124{41.41%{transform:translate(42.9928vw,41.41vh) scale(.7594)}to{transform:translate(38.21315vw,99vh) scale(.7594)}}.snow:nth-child(125){opacity:.7116;transform:translate(92.7072vw,-10px) scale(.8536);animation:fall-125 14s -25s linear infinite}@keyframes fall-125{69.089%{transform:translate(86.9444vw,69.089vh) scale(.8536)}to{transform:translate(89.8258vw,99vh) scale(.8536)}}.snow:nth-child(126){opacity:1.3964;transform:translate(1.411vw,-10px) scale(.3337);animation:fall-126 22s -6s linear infinite}@keyframes fall-126{63.756%{transform:translate(6.9798vw,63.756vh) scale(.3337)}to{transform:translate(4.1954vw,99vh) scale(.3337)}}.snow:nth-child(127){opacity:.0784;transform:translate(13.9688vw,-10px) scale(.1586);animation:fall-127 20s -29s linear infinite}@keyframes fall-127{49.382%{transform:translate(15.3068vw,49.382vh) scale(.1586)}to{transform:translate(14.6378vw,99vh) scale(.1586)}}.snow:nth-child(128){opacity:1.527;transform:translate(14.4801vw,-10px) scale(.0283);animation:fall-128 11s -17s linear infinite}@keyframes fall-128{48.261%{transform:translate(4.6668vw,48.261vh) scale(.0283)}to{transform:translate(9.57345vw,99vh) scale(.0283)}}.snow:nth-child(129){opacity:.0292;transform:translate(45.4985vw,-10px) scale(.9585);animation:fall-129 16s -8s linear infinite}@keyframes fall-129{77.05%{transform:translate(47.9919vw,77.05vh) scale(.9585)}to{transform:translate(46.7452vw,99vh) scale(.9585)}}.snow:nth-child(130){opacity:1.56;transform:translate(73.1615vw,-10px) scale(.1133);animation:fall-130 30s -15s linear infinite}@keyframes fall-130{32.235%{transform:translate(65.9301vw,32.235vh) scale(.1133)}to{transform:translate(69.5458vw,99vh) scale(.1133)}}.snow:nth-child(131){opacity:1.797;transform:translate(97.1408vw,-10px) scale(.9829);animation:fall-131 24s -10s linear infinite}@keyframes fall-131{49.542%{transform:translate(102.5444vw,49.542vh) scale(.9829)}to{transform:translate(99.8426vw,99vh) scale(.9829)}}.snow:nth-child(132){opacity:1.7458;transform:translate(92.7971vw,-10px) scale(.9198);animation:fall-132 23s -2s linear infinite}@keyframes fall-132{70.521%{transform:translate(95.0978vw,70.521vh) scale(.9198)}to{transform:translate(93.94745vw,99vh) scale(.9198)}}.snow:nth-child(133){opacity:.2066;transform:translate(93.3169vw,-10px) scale(.1181);animation:fall-133 28s -5s linear infinite}@keyframes fall-133{68.533%{transform:translate(101.7181vw,68.533vh) scale(.1181)}to{transform:translate(97.5175vw,99vh) scale(.1181)}}.snow:nth-child(134){opacity:1.8966;transform:translate(63.3927vw,-10px) scale(.2673);animation:fall-134 10s -13s linear infinite}@keyframes fall-134{68.509%{transform:translate(61.6889vw,68.509vh) scale(.2673)}to{transform:translate(62.5408vw,99vh) scale(.2673)}}.snow:nth-child(135){opacity:.409;transform:translate(95.9356vw,-10px) scale(.4081);animation:fall-135 30s -13s linear infinite}@keyframes fall-135{37.679%{transform:translate(101.9158vw,37.679vh) scale(.4081)}to{transform:translate(98.9257vw,99vh) scale(.4081)}}.snow:nth-child(136){opacity:.3552;transform:translate(46.6514vw,-10px) scale(.3741);animation:fall-136 16s -21s linear infinite}@keyframes fall-136{47.582%{transform:translate(38.8634vw,47.582vh) scale(.3741)}to{transform:translate(42.7574vw,99vh) scale(.3741)}}.snow:nth-child(137){opacity:1.4392;transform:translate(91.7096vw,-10px) scale(.2708);animation:fall-137 19s -3s linear infinite}@keyframes fall-137{63.252%{transform:translate(83.2705vw,63.252vh) scale(.2708)}to{transform:translate(87.49005vw,99vh) scale(.2708)}}.snow:nth-child(138){opacity:1.0384;transform:translate(53.2235vw,-10px) scale(.7053);animation:fall-138 15s -29s linear infinite}@keyframes fall-138{69.524%{transform:translate(59.6929vw,69.524vh) scale(.7053)}to{transform:translate(56.4582vw,99vh) scale(.7053)}}.snow:nth-child(139){opacity:1.98;transform:translate(91.0168vw,-10px) scale(.369);animation:fall-139 30s -10s linear infinite}@keyframes fall-139{42.268%{transform:translate(86.8405vw,42.268vh) scale(.369)}to{transform:translate(88.92865vw,99vh) scale(.369)}}.snow:nth-child(140){opacity:1.2552;transform:translate(7.2118vw,-10px) scale(.1515);animation:fall-140 17s -1s linear infinite}@keyframes fall-140{70.415%{transform:translate(.8192vw,70.415vh) scale(.1515)}to{transform:translate(4.0155vw,99vh) scale(.1515)}}.snow:nth-child(141){opacity:.6012;transform:translate(42.7137vw,-10px) scale(.5199);animation:fall-141 21s -1s linear infinite}@keyframes fall-141{34.928%{transform:translate(41.6495vw,34.928vh) scale(.5199)}to{transform:translate(42.1816vw,99vh) scale(.5199)}}.snow:nth-child(142){opacity:1.3822;transform:translate(51.121vw,-10px) scale(.4803);animation:fall-142 11s -3s linear infinite}@keyframes fall-142{49.428%{transform:translate(55.6896vw,49.428vh) scale(.4803)}to{transform:translate(53.4053vw,99vh) scale(.4803)}}.snow:nth-child(143){opacity:1.543;transform:translate(76.4075vw,-10px) scale(.1347);animation:fall-143 23s -27s linear infinite}@keyframes fall-143{56.204%{transform:translate(78.7415vw,56.204vh) scale(.1347)}to{transform:translate(77.5745vw,99vh) scale(.1347)}}.snow:nth-child(144){opacity:.377;transform:translate(69.0282vw,-10px) scale(.4035);animation:fall-144 15s -21s linear infinite}@keyframes fall-144{63.221%{transform:translate(77.8405vw,63.221vh) scale(.4035)}to{transform:translate(73.43435vw,99vh) scale(.4035)}}.snow:nth-child(145){opacity:1.6052;transform:translate(28.3996vw,-10px) scale(.7172);animation:fall-145 20s -14s linear infinite}@keyframes fall-145{71.228%{transform:translate(26.8918vw,71.228vh) scale(.7172)}to{transform:translate(27.6457vw,99vh) scale(.7172)}}.snow:nth-child(146){opacity:.4254;transform:translate(24.5923vw,-10px) scale(.8255);animation:fall-146 23s -29s linear infinite}@keyframes fall-146{57.985%{transform:translate(18.8024vw,57.985vh) scale(.8255)}to{transform:translate(21.69735vw,99vh) scale(.8255)}}.snow:nth-child(147){opacity:.653;transform:translate(40.2425vw,-10px) scale(.3834);animation:fall-147 26s -7s linear infinite}@keyframes fall-147{48.194%{transform:translate(38.2591vw,48.194vh) scale(.3834)}to{transform:translate(39.2508vw,99vh) scale(.3834)}}.snow:nth-child(148){opacity:.4192;transform:translate(41.4224vw,-10px) scale(.1853);animation:fall-148 12s -15s linear infinite}@keyframes fall-148{65.067%{transform:translate(34.9712vw,65.067vh) scale(.1853)}to{transform:translate(38.1968vw,99vh) scale(.1853)}}.snow:nth-child(149){opacity:1.5202;transform:translate(58.2471vw,-10px) scale(.2499);animation:fall-149 20s -27s linear infinite}@keyframes fall-149{68.047%{transform:translate(66.54vw,68.047vh) scale(.2499)}to{transform:translate(62.39355vw,99vh) scale(.2499)}}.snow:nth-child(150){opacity:1.5292;transform:translate(50.6986vw,-10px) scale(.71);animation:fall-150 19s -25s linear infinite}@keyframes fall-150{33.322%{transform:translate(56.6434vw,33.322vh) scale(.71)}to{transform:translate(53.671vw,99vh) scale(.71)}}.snow:nth-child(151){opacity:1.5048;transform:translate(72.2266vw,-10px) scale(.1863);animation:fall-151 11s -3s linear infinite}@keyframes fall-151{53.564%{transform:translate(82.1079vw,53.564vh) scale(.1863)}to{transform:translate(77.16725vw,99vh) scale(.1863)}}.snow:nth-child(152){opacity:1.5444;transform:translate(64.4445vw,-10px) scale(.0034);animation:fall-152 17s -16s linear infinite}@keyframes fall-152{30.543%{transform:translate(60.9067vw,30.543vh) scale(.0034)}to{transform:translate(62.6756vw,99vh) scale(.0034)}}.snow:nth-child(153){opacity:.3088;transform:translate(39.7694vw,-10px) scale(.1647);animation:fall-153 29s -23s linear infinite}@keyframes fall-153{58.948%{transform:translate(36.7548vw,58.948vh) scale(.1647)}to{transform:translate(38.2621vw,99vh) scale(.1647)}}.snow:nth-child(154){opacity:.2266;transform:translate(12.5022vw,-10px) scale(.5314);animation:fall-154 29s -17s linear infinite}@keyframes fall-154{47.61%{transform:translate(11.9999vw,47.61vh) scale(.5314)}to{transform:translate(12.25105vw,99vh) scale(.5314)}}.snow:nth-child(155){opacity:1.5588;transform:translate(37.6022vw,-10px) scale(.5289);animation:fall-155 14s -13s linear infinite}@keyframes fall-155{40.34%{transform:translate(42.0248vw,40.34vh) scale(.5289)}to{transform:translate(39.8135vw,99vh) scale(.5289)}}.snow:nth-child(156){opacity:.039;transform:translate(41.4405vw,-10px) scale(.2349);animation:fall-156 14s -23s linear infinite}@keyframes fall-156{37.52%{transform:translate(39.8989vw,37.52vh) scale(.2349)}to{transform:translate(40.6697vw,99vh) scale(.2349)}}.snow:nth-child(157){opacity:.092;transform:translate(49.9073vw,-10px) scale(.3803);animation:fall-157 16s -3s linear infinite}@keyframes fall-157{38.846%{transform:translate(40.1159vw,38.846vh) scale(.3803)}to{transform:translate(45.0116vw,99vh) scale(.3803)}}.snow:nth-child(158){opacity:1.6934;transform:translate(79.0888vw,-10px) scale(.7809);animation:fall-158 25s -6s linear infinite}@keyframes fall-158{31.621%{transform:translate(80.9687vw,31.621vh) scale(.7809)}to{transform:translate(80.02875vw,99vh) scale(.7809)}}.snow:nth-child(159){opacity:1.9578;transform:translate(90.2523vw,-10px) scale(.3047);animation:fall-159 18s -18s linear infinite}@keyframes fall-159{32.552%{transform:translate(81.1353vw,32.552vh) scale(.3047)}to{transform:translate(85.6938vw,99vh) scale(.3047)}}.snow:nth-child(160){opacity:.858;transform:translate(24.7788vw,-10px) scale(.1037);animation:fall-160 24s -13s linear infinite}@keyframes fall-160{30.883%{transform:translate(16.3467vw,30.883vh) scale(.1037)}to{transform:translate(20.56275vw,99vh) scale(.1037)}}.snow:nth-child(161){opacity:1.7552;transform:translate(21.5338vw,-10px) scale(.0345);animation:fall-161 11s -21s linear infinite}@keyframes fall-161{30.884%{transform:translate(15.5402vw,30.884vh) scale(.0345)}to{transform:translate(18.537vw,99vh) scale(.0345)}}.snow:nth-child(162){opacity:.101;transform:translate(72.749vw,-10px) scale(.5764);animation:fall-162 23s -27s linear infinite}@keyframes fall-162{51.543%{transform:translate(78.6501vw,51.543vh) scale(.5764)}to{transform:translate(75.69955vw,99vh) scale(.5764)}}.snow:nth-child(163){opacity:.1454;transform:translate(15.6871vw,-10px) scale(.8422);animation:fall-163 16s -21s linear infinite}@keyframes fall-163{41.967%{transform:translate(10.9236vw,41.967vh) scale(.8422)}to{transform:translate(13.30535vw,99vh) scale(.8422)}}.snow:nth-child(164){opacity:.1388;transform:translate(88.6733vw,-10px) scale(.4483);animation:fall-164 28s -8s linear infinite}@keyframes fall-164{74.651%{transform:translate(97.4674vw,74.651vh) scale(.4483)}to{transform:translate(93.07035vw,99vh) scale(.4483)}}.snow:nth-child(165){opacity:.6038;transform:translate(41.576vw,-10px) scale(.0486);animation:fall-165 12s -1s linear infinite}@keyframes fall-165{43.565%{transform:translate(36.8421vw,43.565vh) scale(.0486)}to{transform:translate(39.20905vw,99vh) scale(.0486)}}.snow:nth-child(166){opacity:.3272;transform:translate(50.1881vw,-10px) scale(.8263);animation:fall-166 29s -20s linear infinite}@keyframes fall-166{46.815%{transform:translate(44.3582vw,46.815vh) scale(.8263)}to{transform:translate(47.27315vw,99vh) scale(.8263)}}.snow:nth-child(167){opacity:.3824;transform:translate(13.5261vw,-10px) scale(.0614);animation:fall-167 29s -23s linear infinite}@keyframes fall-167{43.635%{transform:translate(5.993vw,43.635vh) scale(.0614)}to{transform:translate(9.75955vw,99vh) scale(.0614)}}.snow:nth-child(168){opacity:.7198;transform:translate(25.5596vw,-10px) scale(.6057);animation:fall-168 11s -5s linear infinite}@keyframes fall-168{35.843%{transform:translate(32.1744vw,35.843vh) scale(.6057)}to{transform:translate(28.867vw,99vh) scale(.6057)}}.snow:nth-child(169){opacity:1.9258;transform:translate(22.0735vw,-10px) scale(.5996);animation:fall-169 14s -12s linear infinite}@keyframes fall-169{40.066%{transform:translate(23.7989vw,40.066vh) scale(.5996)}to{transform:translate(22.9362vw,99vh) scale(.5996)}}.snow:nth-child(170){opacity:1.158;transform:translate(95.4195vw,-10px) scale(.9662);animation:fall-170 10s -3s linear infinite}@keyframes fall-170{67.567%{transform:translate(90.2753vw,67.567vh) scale(.9662)}to{transform:translate(92.8474vw,99vh) scale(.9662)}}.snow:nth-child(171){opacity:.5264;transform:translate(44.4611vw,-10px) scale(.6091);animation:fall-171 19s -2s linear infinite}@keyframes fall-171{69.814%{transform:translate(50.2688vw,69.814vh) scale(.6091)}to{transform:translate(47.36495vw,99vh) scale(.6091)}}.snow:nth-child(172){opacity:1.4144;transform:translate(27.8046vw,-10px) scale(.318);animation:fall-172 21s -1s linear infinite}@keyframes fall-172{76.279%{transform:translate(31.4855vw,76.279vh) scale(.318)}to{transform:translate(29.64505vw,99vh) scale(.318)}}.snow:nth-child(173){opacity:.2366;transform:translate(49.6697vw,-10px) scale(.6079);animation:fall-173 11s -28s linear infinite}@keyframes fall-173{58.262%{transform:translate(46.3294vw,58.262vh) scale(.6079)}to{transform:translate(47.99955vw,99vh) scale(.6079)}}.snow:nth-child(174){opacity:.6886;transform:translate(74.8488vw,-10px) scale(.3088);animation:fall-174 30s -18s linear infinite}@keyframes fall-174{78.71%{transform:translate(82.7147vw,78.71vh) scale(.3088)}to{transform:translate(78.78175vw,99vh) scale(.3088)}}.snow:nth-child(175){opacity:.6478;transform:translate(44.3009vw,-10px) scale(.0391);animation:fall-175 10s -27s linear infinite}@keyframes fall-175{63.403%{transform:translate(36.9888vw,63.403vh) scale(.0391)}to{transform:translate(40.64485vw,99vh) scale(.0391)}}.snow:nth-child(176){opacity:1.6822;transform:translate(31.5698vw,-10px) scale(.8483);animation:fall-176 16s -8s linear infinite}@keyframes fall-176{42.561%{transform:translate(24.7291vw,42.561vh) scale(.8483)}to{transform:translate(28.14945vw,99vh) scale(.8483)}}.snow:nth-child(177){opacity:1.3708;transform:translate(69.9935vw,-10px) scale(.3186);animation:fall-177 25s -16s linear infinite}@keyframes fall-177{60.204%{transform:translate(73.2767vw,60.204vh) scale(.3186)}to{transform:translate(71.6351vw,99vh) scale(.3186)}}.snow:nth-child(178){opacity:.7078;transform:translate(30.4339vw,-10px) scale(.421);animation:fall-178 14s -23s linear infinite}@keyframes fall-178{53.609%{transform:translate(23.3543vw,53.609vh) scale(.421)}to{transform:translate(26.8941vw,99vh) scale(.421)}}.snow:nth-child(179){opacity:.9788;transform:translate(97.1134vw,-10px) scale(.5586);animation:fall-179 28s -2s linear infinite}@keyframes fall-179{35.185%{transform:translate(99.6308vw,35.185vh) scale(.5586)}to{transform:translate(98.3721vw,99vh) scale(.5586)}}.snow:nth-child(180){opacity:1.693;transform:translate(43.3089vw,-10px) scale(.0596);animation:fall-180 16s -12s linear infinite}@keyframes fall-180{74.216%{transform:translate(52.4049vw,74.216vh) scale(.0596)}to{transform:translate(47.8569vw,99vh) scale(.0596)}}.snow:nth-child(181){opacity:.556;transform:translate(59.6174vw,-10px) scale(.4043);animation:fall-181 14s -16s linear infinite}@keyframes fall-181{57.094%{transform:translate(65.3189vw,57.094vh) scale(.4043)}to{transform:translate(62.46815vw,99vh) scale(.4043)}}.snow:nth-child(182){opacity:.2038;transform:translate(42.5064vw,-10px) scale(.3733);animation:fall-182 13s -13s linear infinite}@keyframes fall-182{64.488%{transform:translate(46.8332vw,64.488vh) scale(.3733)}to{transform:translate(44.6698vw,99vh) scale(.3733)}}.snow:nth-child(183){opacity:1.6596;transform:translate(5.7967vw,-10px) scale(.0551);animation:fall-183 27s -11s linear infinite}@keyframes fall-183{39.521%{transform:translate(9.6575vw,39.521vh) scale(.0551)}to{transform:translate(7.7271vw,99vh) scale(.0551)}}.snow:nth-child(184){opacity:1.1706;transform:translate(5.8858vw,-10px) scale(.1724);animation:fall-184 27s -12s linear infinite}@keyframes fall-184{38.878%{transform:translate(2.494vw,38.878vh) scale(.1724)}to{transform:translate(4.1899vw,99vh) scale(.1724)}}.snow:nth-child(185){opacity:1.2144;transform:translate(11.8749vw,-10px) scale(.5372);animation:fall-185 11s -26s linear infinite}@keyframes fall-185{47.761%{transform:translate(1.9105vw,47.761vh) scale(.5372)}to{transform:translate(6.8927vw,99vh) scale(.5372)}}.snow:nth-child(186){opacity:.7366;transform:translate(61.213vw,-10px) scale(.7305);animation:fall-186 25s -13s linear infinite}@keyframes fall-186{68.297%{transform:translate(51.7431vw,68.297vh) scale(.7305)}to{transform:translate(56.47805vw,99vh) scale(.7305)}}.snow:nth-child(187){opacity:.8688;transform:translate(36.4186vw,-10px) scale(.3223);animation:fall-187 20s -30s linear infinite}@keyframes fall-187{31.361%{transform:translate(33.2872vw,31.361vh) scale(.3223)}to{transform:translate(34.8529vw,99vh) scale(.3223)}}.snow:nth-child(188){opacity:1.8584;transform:translate(21.7365vw,-10px) scale(.5446);animation:fall-188 13s -29s linear infinite}@keyframes fall-188{70.945%{transform:translate(16.7503vw,70.945vh) scale(.5446)}to{transform:translate(19.2434vw,99vh) scale(.5446)}}.snow:nth-child(189){opacity:.044;transform:translate(93.4911vw,-10px) scale(.5625);animation:fall-189 16s -18s linear infinite}@keyframes fall-189{31.285%{transform:translate(101.5031vw,31.285vh) scale(.5625)}to{transform:translate(97.4971vw,99vh) scale(.5625)}}.snow:nth-child(190){opacity:1.1506;transform:translate(92.138vw,-10px) scale(.0505);animation:fall-190 11s -13s linear infinite}@keyframes fall-190{47.814%{transform:translate(91.2071vw,47.814vh) scale(.0505)}to{transform:translate(91.67255vw,99vh) scale(.0505)}}.snow:nth-child(191){opacity:1.459;transform:translate(47.4615vw,-10px) scale(.4989);animation:fall-191 23s -18s linear infinite}@keyframes fall-191{65.265%{transform:translate(56.8289vw,65.265vh) scale(.4989)}to{transform:translate(52.1452vw,99vh) scale(.4989)}}.snow:nth-child(192){opacity:1.4616;transform:translate(87.9612vw,-10px) scale(.6235);animation:fall-192 26s -1s linear infinite}@keyframes fall-192{48.7%{transform:translate(86.9317vw,48.7vh) scale(.6235)}to{transform:translate(87.44645vw,99vh) scale(.6235)}}.snow:nth-child(193){opacity:1.818;transform:translate(31.0371vw,-10px) scale(.3419);animation:fall-193 28s -28s linear infinite}@keyframes fall-193{77.484%{transform:translate(31.074vw,77.484vh) scale(.3419)}to{transform:translate(31.05555vw,99vh) scale(.3419)}}.snow:nth-child(194){opacity:.5588;transform:translate(32.4376vw,-10px) scale(.5955);animation:fall-194 15s -14s linear infinite}@keyframes fall-194{75.641%{transform:translate(36.1577vw,75.641vh) scale(.5955)}to{transform:translate(34.29765vw,99vh) scale(.5955)}}.snow:nth-child(195){opacity:1.6288;transform:translate(36.6502vw,-10px) scale(.491);animation:fall-195 18s -9s linear infinite}@keyframes fall-195{78.841%{transform:translate(41.71vw,78.841vh) scale(.491)}to{transform:translate(39.1801vw,99vh) scale(.491)}}.snow:nth-child(196){opacity:.7366;transform:translate(42.7261vw,-10px) scale(.4154);animation:fall-196 22s -11s linear infinite}@keyframes fall-196{47.938%{transform:translate(36.7675vw,47.938vh) scale(.4154)}to{transform:translate(39.7468vw,99vh) scale(.4154)}}.snow:nth-child(197){opacity:.7666;transform:translate(26.4351vw,-10px) scale(.6607);animation:fall-197 17s -8s linear infinite}@keyframes fall-197{53.528%{transform:translate(27.657vw,53.528vh) scale(.6607)}to{transform:translate(27.04605vw,99vh) scale(.6607)}}.snow:nth-child(198){opacity:.5864;transform:translate(32.0346vw,-10px) scale(.5695);animation:fall-198 21s -14s linear infinite}@keyframes fall-198{45.01%{transform:translate(28.9057vw,45.01vh) scale(.5695)}to{transform:translate(30.47015vw,99vh) scale(.5695)}}.snow:nth-child(199){opacity:1.1536;transform:translate(13.1708vw,-10px) scale(.1092);animation:fall-199 22s -17s linear infinite}@keyframes fall-199{71.173%{transform:translate(17.6537vw,71.173vh) scale(.1092)}to{transform:translate(15.41225vw,99vh) scale(.1092)}}.snow:nth-child(200){opacity:1.1278;transform:translate(96.2947vw,-10px) scale(.016);animation:fall-200 27s -27s linear infinite}@keyframes fall-200{39.543%{transform:translate(97.0826vw,39.543vh) scale(.016)}to{transform:translate(96.68865vw,99vh) scale(.016)}}.snow:nth-child(201){opacity:1.505;transform:translate(58.2223vw,-10px) scale(.0967);animation:fall-201 10s -24s linear infinite}@keyframes fall-201{69.436%{transform:translate(58.3489vw,69.436vh) scale(.0967)}to{transform:translate(58.2856vw,99vh) scale(.0967)}}.snow:nth-child(202){opacity:.6188;transform:translate(7.5545vw,-10px) scale(.472);animation:fall-202 29s -19s linear infinite}@keyframes fall-202{56.097%{transform:translate(11.1466vw,56.097vh) scale(.472)}to{transform:translate(9.35055vw,99vh) scale(.472)}}.snow:nth-child(203){opacity:.8222;transform:translate(12.7254vw,-10px) scale(.0769);animation:fall-203 21s -30s linear infinite}@keyframes fall-203{51.847%{transform:translate(12.8225vw,51.847vh) scale(.0769)}to{transform:translate(12.77395vw,99vh) scale(.0769)}}.snow:nth-child(204){opacity:1.159;transform:translate(29.4898vw,-10px) scale(.5479);animation:fall-204 13s -12s linear infinite}@keyframes fall-204{41.332%{transform:translate(29.372vw,41.332vh) scale(.5479)}to{transform:translate(29.4309vw,99vh) scale(.5479)}}.snow:nth-child(205){opacity:1.1842;transform:translate(45.5343vw,-10px) scale(.9201);animation:fall-205 14s -30s linear infinite}@keyframes fall-205{77.024%{transform:translate(51.203vw,77.024vh) scale(.9201)}to{transform:translate(48.36865vw,99vh) scale(.9201)}}.snow:nth-child(206){opacity:1.7996;transform:translate(53.1483vw,-10px) scale(.8075);animation:fall-206 14s -30s linear infinite}@keyframes fall-206{45.001%{transform:translate(50.8567vw,45.001vh) scale(.8075)}to{transform:translate(52.0025vw,99vh) scale(.8075)}}.snow:nth-child(207){opacity:1.7186;transform:translate(22.5374vw,-10px) scale(.1674);animation:fall-207 16s -23s linear infinite}@keyframes fall-207{53.256%{transform:translate(25.3556vw,53.256vh) scale(.1674)}to{transform:translate(23.9465vw,99vh) scale(.1674)}}.snow:nth-child(208){opacity:1.2558;transform:translate(64.8343vw,-10px) scale(.519);animation:fall-208 10s -12s linear infinite}@keyframes fall-208{42.625%{transform:translate(55.011vw,42.625vh) scale(.519)}to{transform:translate(59.92265vw,99vh) scale(.519)}}.snow:nth-child(209){opacity:.9056;transform:translate(85.5687vw,-10px) scale(.8161);animation:fall-209 24s -24s linear infinite}@keyframes fall-209{41.809%{transform:translate(88.7382vw,41.809vh) scale(.8161)}to{transform:translate(87.15345vw,99vh) scale(.8161)}}.snow:nth-child(210){opacity:1.5418;transform:translate(77.8105vw,-10px) scale(.1085);animation:fall-210 14s -16s linear infinite}@keyframes fall-210{43.386%{transform:translate(69.8726vw,43.386vh) scale(.1085)}to{transform:translate(73.84155vw,99vh) scale(.1085)}}.snow:nth-child(211){opacity:1.029;transform:translate(38.5263vw,-10px) scale(.7);animation:fall-211 11s -16s linear infinite}@keyframes fall-211{70.13%{transform:translate(28.9612vw,70.13vh) scale(.7)}to{transform:translate(33.74375vw,99vh) scale(.7)}}.snow:nth-child(212){opacity:1.1486;transform:translate(44.4752vw,-10px) scale(.9825);animation:fall-212 23s -25s linear infinite}@keyframes fall-212{64.185%{transform:translate(37.3846vw,64.185vh) scale(.9825)}to{transform:translate(40.9299vw,99vh) scale(.9825)}}.snow:nth-child(213){opacity:.58;transform:translate(12.3488vw,-10px) scale(.8458);animation:fall-213 10s -29s linear infinite}@keyframes fall-213{44.762%{transform:translate(15.0836vw,44.762vh) scale(.8458)}to{transform:translate(13.7162vw,99vh) scale(.8458)}}.snow:nth-child(214){opacity:.6668;transform:translate(71.6891vw,-10px) scale(.0985);animation:fall-214 14s -28s linear infinite}@keyframes fall-214{57.834%{transform:translate(63.9129vw,57.834vh) scale(.0985)}to{transform:translate(67.801vw,99vh) scale(.0985)}}.snow:nth-child(215){opacity:.5058;transform:translate(11.6531vw,-10px) scale(.0171);animation:fall-215 26s -19s linear infinite}@keyframes fall-215{37.11%{transform:translate(10.5927vw,37.11vh) scale(.0171)}to{transform:translate(11.1229vw,99vh) scale(.0171)}}.snow:nth-child(216){opacity:.434;transform:translate(51.9922vw,-10px) scale(.8246);animation:fall-216 11s -19s linear infinite}@keyframes fall-216{59.508%{transform:translate(60.601vw,59.508vh) scale(.8246)}to{transform:translate(56.2966vw,99vh) scale(.8246)}}.snow:nth-child(217){opacity:1.2248;transform:translate(41.5157vw,-10px) scale(.8038);animation:fall-217 29s -6s linear infinite}@keyframes fall-217{42.549%{transform:translate(44.3629vw,42.549vh) scale(.8038)}to{transform:translate(42.9393vw,99vh) scale(.8038)}}.snow:nth-child(218){opacity:.2888;transform:translate(67.1481vw,-10px) scale(.1822);animation:fall-218 23s -15s linear infinite}@keyframes fall-218{49.27%{transform:translate(60.8664vw,49.27vh) scale(.1822)}to{transform:translate(64.00725vw,99vh) scale(.1822)}}.snow:nth-child(219){opacity:1.6694;transform:translate(75.2034vw,-10px) scale(.6891);animation:fall-219 21s -15s linear infinite}@keyframes fall-219{71.05%{transform:translate(77.8682vw,71.05vh) scale(.6891)}to{transform:translate(76.5358vw,99vh) scale(.6891)}}.snow:nth-child(220){opacity:1.5032;transform:translate(98.3566vw,-10px) scale(.2703);animation:fall-220 17s -10s linear infinite}@keyframes fall-220{43.958%{transform:translate(98.4199vw,43.958vh) scale(.2703)}to{transform:translate(98.38825vw,99vh) scale(.2703)}}.snow:nth-child(221){opacity:1.9616;transform:translate(65.1116vw,-10px) scale(.4002);animation:fall-221 10s -19s linear infinite}@keyframes fall-221{30.607%{transform:translate(59.8912vw,30.607vh) scale(.4002)}to{transform:translate(62.5014vw,99vh) scale(.4002)}}.snow:nth-child(222){opacity:1.2816;transform:translate(4.4046vw,-10px) scale(.6572);animation:fall-222 27s -29s linear infinite}@keyframes fall-222{79.66%{transform:translate(9.033vw,79.66vh) scale(.6572)}to{transform:translate(6.7188vw,99vh) scale(.6572)}}.snow:nth-child(223){opacity:1.8442;transform:translate(58.1446vw,-10px) scale(.8774);animation:fall-223 22s -3s linear infinite}@keyframes fall-223{53.268%{transform:translate(54.6014vw,53.268vh) scale(.8774)}to{transform:translate(56.373vw,99vh) scale(.8774)}}.snow:nth-child(224){opacity:.3514;transform:translate(64.0977vw,-10px) scale(.7573);animation:fall-224 19s -19s linear infinite}@keyframes fall-224{49.955%{transform:translate(70.8436vw,49.955vh) scale(.7573)}to{transform:translate(67.47065vw,99vh) scale(.7573)}}.snow:nth-child(225){opacity:.0248;transform:translate(14.3017vw,-10px) scale(.2011);animation:fall-225 22s -23s linear infinite}@keyframes fall-225{40.235%{transform:translate(15.1258vw,40.235vh) scale(.2011)}to{transform:translate(14.71375vw,99vh) scale(.2011)}}.snow:nth-child(226){opacity:1.4242;transform:translate(46.5348vw,-10px) scale(.6973);animation:fall-226 23s -24s linear infinite}@keyframes fall-226{49.635%{transform:translate(40.436vw,49.635vh) scale(.6973)}to{transform:translate(43.4854vw,99vh) scale(.6973)}}.snow:nth-child(227){opacity:.5492;transform:translate(69.092vw,-10px) scale(.4595);animation:fall-227 30s -29s linear infinite}@keyframes fall-227{39.996%{transform:translate(63.8385vw,39.996vh) scale(.4595)}to{transform:translate(66.46525vw,99vh) scale(.4595)}}.snow:nth-child(228){opacity:1.9986;transform:translate(52.0094vw,-10px) scale(.341);animation:fall-228 16s -9s linear infinite}@keyframes fall-228{70.499%{transform:translate(42.1565vw,70.499vh) scale(.341)}to{transform:translate(47.08295vw,99vh) scale(.341)}}.snow:nth-child(229){opacity:1.5786;transform:translate(25.9271vw,-10px) scale(.1537);animation:fall-229 12s -27s linear infinite}@keyframes fall-229{48.635%{transform:translate(23.4904vw,48.635vh) scale(.1537)}to{transform:translate(24.70875vw,99vh) scale(.1537)}}.snow:nth-child(230){opacity:1.2136;transform:translate(24.3573vw,-10px) scale(.047);animation:fall-230 21s -18s linear infinite}@keyframes fall-230{35.655%{transform:translate(18.8359vw,35.655vh) scale(.047)}to{transform:translate(21.5966vw,99vh) scale(.047)}}.snow:nth-child(231){opacity:1.239;transform:translate(97.9215vw,-10px) scale(.1366);animation:fall-231 13s -6s linear infinite}@keyframes fall-231{56.869%{transform:translate(101.6088vw,56.869vh) scale(.1366)}to{transform:translate(99.76515vw,99vh) scale(.1366)}}.snow:nth-child(232){opacity:1.7966;transform:translate(75.7474vw,-10px) scale(.0782);animation:fall-232 26s -5s linear infinite}@keyframes fall-232{33.554%{transform:translate(78.6102vw,33.554vh) scale(.0782)}to{transform:translate(77.1788vw,99vh) scale(.0782)}}.snow:nth-child(233){opacity:.8722;transform:translate(24.1674vw,-10px) scale(.2051);animation:fall-233 30s -23s linear infinite}@keyframes fall-233{68.719%{transform:translate(24.8669vw,68.719vh) scale(.2051)}to{transform:translate(24.51715vw,99vh) scale(.2051)}}.snow:nth-child(234){opacity:.3742;transform:translate(41.3524vw,-10px) scale(.6974);animation:fall-234 13s -4s linear infinite}@keyframes fall-234{44.482%{transform:translate(42.2032vw,44.482vh) scale(.6974)}to{transform:translate(41.7778vw,99vh) scale(.6974)}}.snow:nth-child(235){opacity:.9222;transform:translate(41.0072vw,-10px) scale(.2005);animation:fall-235 19s -8s linear infinite}@keyframes fall-235{57.74%{transform:translate(37.3199vw,57.74vh) scale(.2005)}to{transform:translate(39.16355vw,99vh) scale(.2005)}}.snow:nth-child(236){opacity:1.5316;transform:translate(28.7718vw,-10px) scale(.6291);animation:fall-236 12s -9s linear infinite}@keyframes fall-236{46.984%{transform:translate(30.7573vw,46.984vh) scale(.6291)}to{transform:translate(29.76455vw,99vh) scale(.6291)}}.snow:nth-child(237){opacity:1.3802;transform:translate(88.509vw,-10px) scale(.3133);animation:fall-237 18s -6s linear infinite}@keyframes fall-237{41.03%{transform:translate(79.8613vw,41.03vh) scale(.3133)}to{transform:translate(84.18515vw,99vh) scale(.3133)}}.snow:nth-child(238){opacity:1.999;transform:translate(62.0586vw,-10px) scale(.5475);animation:fall-238 12s -25s linear infinite}@keyframes fall-238{66.54%{transform:translate(67.0936vw,66.54vh) scale(.5475)}to{transform:translate(64.5761vw,99vh) scale(.5475)}}.snow:nth-child(239){opacity:.3172;transform:translate(55.1444vw,-10px) scale(.5543);animation:fall-239 23s -10s linear infinite}@keyframes fall-239{40.067%{transform:translate(58.0727vw,40.067vh) scale(.5543)}to{transform:translate(56.60855vw,99vh) scale(.5543)}}.snow:nth-child(240){opacity:.0178;transform:translate(39.8656vw,-10px) scale(.9184);animation:fall-240 16s -13s linear infinite}@keyframes fall-240{61.957%{transform:translate(34.4159vw,61.957vh) scale(.9184)}to{transform:translate(37.14075vw,99vh) scale(.9184)}}.snow:nth-child(241){opacity:1.264;transform:translate(83.0239vw,-10px) scale(.1472);animation:fall-241 13s -7s linear infinite}@keyframes fall-241{75.964%{transform:translate(80.7305vw,75.964vh) scale(.1472)}to{transform:translate(81.8772vw,99vh) scale(.1472)}}.snow:nth-child(242){opacity:.3298;transform:translate(34.7439vw,-10px) scale(.6547);animation:fall-242 30s -29s linear infinite}@keyframes fall-242{61.451%{transform:translate(39.0844vw,61.451vh) scale(.6547)}to{transform:translate(36.91415vw,99vh) scale(.6547)}}.snow:nth-child(243){opacity:.799;transform:translate(82.3218vw,-10px) scale(.0858);animation:fall-243 22s -22s linear infinite}@keyframes fall-243{44.971%{transform:translate(82.9514vw,44.971vh) scale(.0858)}to{transform:translate(82.6366vw,99vh) scale(.0858)}}.snow:nth-child(244){opacity:.2136;transform:translate(38.7419vw,-10px) scale(.1338);animation:fall-244 17s -1s linear infinite}@keyframes fall-244{55.332%{transform:translate(33.6216vw,55.332vh) scale(.1338)}to{transform:translate(36.18175vw,99vh) scale(.1338)}}.snow:nth-child(245){opacity:.3156;transform:translate(72.5866vw,-10px) scale(.594);animation:fall-245 14s -21s linear infinite}@keyframes fall-245{78.696%{transform:translate(65.9066vw,78.696vh) scale(.594)}to{transform:translate(69.2466vw,99vh) scale(.594)}}.snow:nth-child(246){opacity:.3984;transform:translate(96.6813vw,-10px) scale(.497);animation:fall-246 11s -16s linear infinite}@keyframes fall-246{78.618%{transform:translate(97.831vw,78.618vh) scale(.497)}to{transform:translate(97.25615vw,99vh) scale(.497)}}.snow:nth-child(247){opacity:.0458;transform:translate(50.6147vw,-10px) scale(.5149);animation:fall-247 10s -1s linear infinite}@keyframes fall-247{43.38%{transform:translate(45.3259vw,43.38vh) scale(.5149)}to{transform:translate(47.9703vw,99vh) scale(.5149)}}.snow:nth-child(248){opacity:.8528;transform:translate(63.6076vw,-10px) scale(.2765);animation:fall-248 28s -7s linear infinite}@keyframes fall-248{42.337%{transform:translate(57.6799vw,42.337vh) scale(.2765)}to{transform:translate(60.64375vw,99vh) scale(.2765)}}.snow:nth-child(249){opacity:1.6054;transform:translate(73.0262vw,-10px) scale(.2228);animation:fall-249 29s -22s linear infinite}@keyframes fall-249{72.996%{transform:translate(74.8571vw,72.996vh) scale(.2228)}to{transform:translate(73.94165vw,99vh) scale(.2228)}}.snow:nth-child(250){opacity:1.7014;transform:translate(81.5675vw,-10px) scale(.6725);animation:fall-250 16s -28s linear infinite}@keyframes fall-250{65.697%{transform:translate(80.3669vw,65.697vh) scale(.6725)}to{transform:translate(80.9672vw,99vh) scale(.6725)}}.snow:nth-child(251){opacity:.296;transform:translate(43.3981vw,-10px) scale(.015);animation:fall-251 10s -3s linear infinite}@keyframes fall-251{78.241%{transform:translate(52.5738vw,78.241vh) scale(.015)}to{transform:translate(47.98595vw,99vh) scale(.015)}}.snow:nth-child(252){opacity:.4404;transform:translate(44.4246vw,-10px) scale(.0412);animation:fall-252 26s -2s linear infinite}@keyframes fall-252{57.563%{transform:translate(38.4375vw,57.563vh) scale(.0412)}to{transform:translate(41.43105vw,99vh) scale(.0412)}}.snow:nth-child(253){opacity:.5204;transform:translate(28.4031vw,-10px) scale(.3451);animation:fall-253 13s -17s linear infinite}@keyframes fall-253{57.864%{transform:translate(24.3899vw,57.864vh) scale(.3451)}to{transform:translate(26.3965vw,99vh) scale(.3451)}}.snow:nth-child(254){opacity:1.6686;transform:translate(68.2378vw,-10px) scale(.4696);animation:fall-254 14s -22s linear infinite}@keyframes fall-254{74.785%{transform:translate(78.0728vw,74.785vh) scale(.4696)}to{transform:translate(73.1553vw,99vh) scale(.4696)}}.snow:nth-child(255){opacity:.1306;transform:translate(95.0643vw,-10px) scale(.1624);animation:fall-255 20s -9s linear infinite}@keyframes fall-255{47.654%{transform:translate(88.6227vw,47.654vh) scale(.1624)}to{transform:translate(91.8435vw,99vh) scale(.1624)}}.snow:nth-child(256){opacity:.1546;transform:translate(80.9722vw,-10px) scale(.5719);animation:fall-256 18s -12s linear infinite}@keyframes fall-256{39.425%{transform:translate(89.7868vw,39.425vh) scale(.5719)}to{transform:translate(85.3795vw,99vh) scale(.5719)}}.snow:nth-child(257){opacity:.8238;transform:translate(30.059vw,-10px) scale(.8331);animation:fall-257 29s -28s linear infinite}@keyframes fall-257{65.521%{transform:translate(39.9687vw,65.521vh) scale(.8331)}to{transform:translate(35.01385vw,99vh) scale(.8331)}}.snow:nth-child(258){opacity:1.38;transform:translate(9.1152vw,-10px) scale(.9706);animation:fall-258 16s -4s linear infinite}@keyframes fall-258{63.163%{transform:translate(3.9244vw,63.163vh) scale(.9706)}to{transform:translate(6.5198vw,99vh) scale(.9706)}}.snow:nth-child(259){opacity:1.8924;transform:translate(74.1031vw,-10px) scale(.0373);animation:fall-259 29s -13s linear infinite}@keyframes fall-259{38.544%{transform:translate(68.4037vw,38.544vh) scale(.0373)}to{transform:translate(71.2534vw,99vh) scale(.0373)}}.snow:nth-child(260){opacity:1.4928;transform:translate(79.5533vw,-10px) scale(.1078);animation:fall-260 28s -2s linear infinite}@keyframes fall-260{57.696%{transform:translate(80.1441vw,57.696vh) scale(.1078)}to{transform:translate(79.8487vw,99vh) scale(.1078)}}.snow:nth-child(261){opacity:.5328;transform:translate(99.1625vw,-10px) scale(.7493);animation:fall-261 19s -2s linear infinite}@keyframes fall-261{65.083%{transform:translate(103.5526vw,65.083vh) scale(.7493)}to{transform:translate(101.35755vw,99vh) scale(.7493)}}.snow:nth-child(262){opacity:1.713;transform:translate(8.198vw,-10px) scale(.8346);animation:fall-262 10s -6s linear infinite}@keyframes fall-262{42.094%{transform:translate(10.106vw,42.094vh) scale(.8346)}to{transform:translate(9.152vw,99vh) scale(.8346)}}.snow:nth-child(263){opacity:.3908;transform:translate(32.9271vw,-10px) scale(.2166);animation:fall-263 17s -23s linear infinite}@keyframes fall-263{42.705%{transform:translate(26.2676vw,42.705vh) scale(.2166)}to{transform:translate(29.59735vw,99vh) scale(.2166)}}.snow:nth-child(264){opacity:1.3306;transform:translate(33.5904vw,-10px) scale(.0239);animation:fall-264 13s -5s linear infinite}@keyframes fall-264{39.531%{transform:translate(36.0475vw,39.531vh) scale(.0239)}to{transform:translate(34.81895vw,99vh) scale(.0239)}}.snow:nth-child(265){opacity:.0616;transform:translate(71.7632vw,-10px) scale(.7428);animation:fall-265 27s -20s linear infinite}@keyframes fall-265{61.211%{transform:translate(70.8025vw,61.211vh) scale(.7428)}to{transform:translate(71.28285vw,99vh) scale(.7428)}}.snow:nth-child(266){opacity:.151;transform:translate(51.4647vw,-10px) scale(.0692);animation:fall-266 21s -28s linear infinite}@keyframes fall-266{68.426%{transform:translate(47.5971vw,68.426vh) scale(.0692)}to{transform:translate(49.5309vw,99vh) scale(.0692)}}.snow:nth-child(267){opacity:1.4934;transform:translate(27.5178vw,-10px) scale(.5394);animation:fall-267 21s -24s linear infinite}@keyframes fall-267{58.172%{transform:translate(28.2455vw,58.172vh) scale(.5394)}to{transform:translate(27.88165vw,99vh) scale(.5394)}}.snow:nth-child(268){opacity:1.6982;transform:translate(97.5311vw,-10px) scale(.4893);animation:fall-268 26s -10s linear infinite}@keyframes fall-268{72.932%{transform:translate(107.391vw,72.932vh) scale(.4893)}to{transform:translate(102.46105vw,99vh) scale(.4893)}}.snow:nth-child(269){opacity:.101;transform:translate(12.5539vw,-10px) scale(.0332);animation:fall-269 18s -10s linear infinite}@keyframes fall-269{78.986%{transform:translate(9.3702vw,78.986vh) scale(.0332)}to{transform:translate(10.96205vw,99vh) scale(.0332)}}.snow:nth-child(270){opacity:.2432;transform:translate(28.2718vw,-10px) scale(.1011);animation:fall-270 27s -6s linear infinite}@keyframes fall-270{61.413%{transform:translate(19.7088vw,61.413vh) scale(.1011)}to{transform:translate(23.9903vw,99vh) scale(.1011)}}.snow:nth-child(271){opacity:1.1212;transform:translate(92.2702vw,-10px) scale(.73);animation:fall-271 27s -24s linear infinite}@keyframes fall-271{33.912%{transform:translate(83.1856vw,33.912vh) scale(.73)}to{transform:translate(87.7279vw,99vh) scale(.73)}}.snow:nth-child(272){opacity:.6788;transform:translate(1.9736vw,-10px) scale(.3306);animation:fall-272 21s -29s linear infinite}@keyframes fall-272{54.245%{transform:translate(4.3273vw,54.245vh) scale(.3306)}to{transform:translate(3.15045vw,99vh) scale(.3306)}}.snow:nth-child(273){opacity:1.1766;transform:translate(79.1165vw,-10px) scale(.1395);animation:fall-273 28s -24s linear infinite}@keyframes fall-273{63.974%{transform:translate(86.7717vw,63.974vh) scale(.1395)}to{transform:translate(82.9441vw,99vh) scale(.1395)}}.snow:nth-child(274){opacity:.0552;transform:translate(56.9567vw,-10px) scale(.0095);animation:fall-274 28s -29s linear infinite}@keyframes fall-274{32.351%{transform:translate(49.9741vw,32.351vh) scale(.0095)}to{transform:translate(53.4654vw,99vh) scale(.0095)}}.snow:nth-child(275){opacity:.1418;transform:translate(96.9819vw,-10px) scale(.7713);animation:fall-275 30s -3s linear infinite}@keyframes fall-275{72.03%{transform:translate(100.7264vw,72.03vh) scale(.7713)}to{transform:translate(98.85415vw,99vh) scale(.7713)}}.snow:nth-child(276){opacity:.0138;transform:translate(18.2874vw,-10px) scale(.7539);animation:fall-276 26s -14s linear infinite}@keyframes fall-276{58.704%{transform:translate(14.6464vw,58.704vh) scale(.7539)}to{transform:translate(16.4669vw,99vh) scale(.7539)}}.snow:nth-child(277){opacity:.8088;transform:translate(24.6687vw,-10px) scale(.9647);animation:fall-277 15s -9s linear infinite}@keyframes fall-277{48.093%{transform:translate(31.6904vw,48.093vh) scale(.9647)}to{transform:translate(28.17955vw,99vh) scale(.9647)}}.snow:nth-child(278){opacity:1.22;transform:translate(76.384vw,-10px) scale(.2303);animation:fall-278 30s -28s linear infinite}@keyframes fall-278{47.913%{transform:translate(70.808vw,47.913vh) scale(.2303)}to{transform:translate(73.596vw,99vh) scale(.2303)}}.snow:nth-child(279){opacity:1.7632;transform:translate(92.0313vw,-10px) scale(.3184);animation:fall-279 19s -30s linear infinite}@keyframes fall-279{75.029%{transform:translate(94.5885vw,75.029vh) scale(.3184)}to{transform:translate(93.3099vw,99vh) scale(.3184)}}.snow:nth-child(280){opacity:1.27;transform:translate(32.2548vw,-10px) scale(.6741);animation:fall-280 17s -10s linear infinite}@keyframes fall-280{62.534%{transform:translate(31.9493vw,62.534vh) scale(.6741)}to{transform:translate(32.10205vw,99vh) scale(.6741)}}.snow:nth-child(281){opacity:1.4768;transform:translate(72.2177vw,-10px) scale(.5901);animation:fall-281 19s -28s linear infinite}@keyframes fall-281{32.867%{transform:translate(69.3706vw,32.867vh) scale(.5901)}to{transform:translate(70.79415vw,99vh) scale(.5901)}}.snow:nth-child(282){opacity:.538;transform:translate(64.1684vw,-10px) scale(.3006);animation:fall-282 22s -23s linear infinite}@keyframes fall-282{71.673%{transform:translate(59.5516vw,71.673vh) scale(.3006)}to{transform:translate(61.86vw,99vh) scale(.3006)}}.snow:nth-child(283){opacity:.0186;transform:translate(7.1839vw,-10px) scale(.7368);animation:fall-283 19s -11s linear infinite}@keyframes fall-283{35.465%{transform:translate(-1.9113vw,35.465vh) scale(.7368)}to{transform:translate(2.6363vw,99vh) scale(.7368)}}.snow:nth-child(284){opacity:1.5996;transform:translate(75.6921vw,-10px) scale(.8204);animation:fall-284 12s -26s linear infinite}@keyframes fall-284{55.395%{transform:translate(66.1119vw,55.395vh) scale(.8204)}to{transform:translate(70.902vw,99vh) scale(.8204)}}.snow:nth-child(285){opacity:1.3856;transform:translate(51.0596vw,-10px) scale(.8073);animation:fall-285 14s -22s linear infinite}@keyframes fall-285{51.221%{transform:translate(50.6045vw,51.221vh) scale(.8073)}to{transform:translate(50.83205vw,99vh) scale(.8073)}}.snow:nth-child(286){opacity:1.7458;transform:translate(32.1702vw,-10px) scale(.2935);animation:fall-286 29s -21s linear infinite}@keyframes fall-286{38.436%{transform:translate(36.1263vw,38.436vh) scale(.2935)}to{transform:translate(34.14825vw,99vh) scale(.2935)}}.snow:nth-child(287){opacity:1.8088;transform:translate(38.6544vw,-10px) scale(.8782);animation:fall-287 11s -8s linear infinite}@keyframes fall-287{39.333%{transform:translate(43.4428vw,39.333vh) scale(.8782)}to{transform:translate(41.0486vw,99vh) scale(.8782)}}.snow:nth-child(288){opacity:.375;transform:translate(95.7688vw,-10px) scale(.5396);animation:fall-288 19s -2s linear infinite}@keyframes fall-288{78.597%{transform:translate(103.5567vw,78.597vh) scale(.5396)}to{transform:translate(99.66275vw,99vh) scale(.5396)}}.snow:nth-child(289){opacity:.547;transform:translate(70.6209vw,-10px) scale(.7932);animation:fall-289 18s -15s linear infinite}@keyframes fall-289{63.108%{transform:translate(75.6053vw,63.108vh) scale(.7932)}to{transform:translate(73.1131vw,99vh) scale(.7932)}}.snow:nth-child(290){opacity:1.8992;transform:translate(69.1482vw,-10px) scale(.2983);animation:fall-290 22s -3s linear infinite}@keyframes fall-290{49.129%{transform:translate(74.5654vw,49.129vh) scale(.2983)}to{transform:translate(71.8568vw,99vh) scale(.2983)}}.snow:nth-child(291){opacity:1.9918;transform:translate(66.0141vw,-10px) scale(.1384);animation:fall-291 24s -6s linear infinite}@keyframes fall-291{44.859%{transform:translate(73.7775vw,44.859vh) scale(.1384)}to{transform:translate(69.8958vw,99vh) scale(.1384)}}.snow:nth-child(292){opacity:.4358;transform:translate(77.1878vw,-10px) scale(.9987);animation:fall-292 14s -29s linear infinite}@keyframes fall-292{74.717%{transform:translate(79.6237vw,74.717vh) scale(.9987)}to{transform:translate(78.40575vw,99vh) scale(.9987)}}.snow:nth-child(293){opacity:1.3608;transform:translate(6.5389vw,-10px) scale(.3731);animation:fall-293 28s -23s linear infinite}@keyframes fall-293{75.722%{transform:translate(6.3251vw,75.722vh) scale(.3731)}to{transform:translate(6.432vw,99vh) scale(.3731)}}.snow:nth-child(294){opacity:1.687;transform:translate(79.3276vw,-10px) scale(.7506);animation:fall-294 13s -22s linear infinite}@keyframes fall-294{61.71%{transform:translate(88.1637vw,61.71vh) scale(.7506)}to{transform:translate(83.74565vw,99vh) scale(.7506)}}.snow:nth-child(295){opacity:1.7282;transform:translate(25.5685vw,-10px) scale(.3138);animation:fall-295 11s -12s linear infinite}@keyframes fall-295{30.828%{transform:translate(29.8438vw,30.828vh) scale(.3138)}to{transform:translate(27.70615vw,99vh) scale(.3138)}}.snow:nth-child(296){opacity:.9896;transform:translate(24.0953vw,-10px) scale(.7262);animation:fall-296 18s -9s linear infinite}@keyframes fall-296{54.869%{transform:translate(16.6391vw,54.869vh) scale(.7262)}to{transform:translate(20.3672vw,99vh) scale(.7262)}}.snow:nth-child(297){opacity:.4366;transform:translate(56.3774vw,-10px) scale(.2298);animation:fall-297 13s -1s linear infinite}@keyframes fall-297{75.194%{transform:translate(48.788vw,75.194vh) scale(.2298)}to{transform:translate(52.5827vw,99vh) scale(.2298)}}.snow:nth-child(298){opacity:.3524;transform:translate(80.0811vw,-10px) scale(.673);animation:fall-298 25s -24s linear infinite}@keyframes fall-298{48.765%{transform:translate(70.2898vw,48.765vh) scale(.673)}to{transform:translate(75.18545vw,99vh) scale(.673)}}.snow:nth-child(299){opacity:1.2138;transform:translate(82.4699vw,-10px) scale(.1375);animation:fall-299 23s -12s linear infinite}@keyframes fall-299{32.9%{transform:translate(75.4852vw,32.9vh) scale(.1375)}to{transform:translate(78.97755vw,99vh) scale(.1375)}}.snow:nth-child(300){opacity:1.8024;transform:translate(49.3056vw,-10px) scale(.1682);animation:fall-300 14s -28s linear infinite}@keyframes fall-300{41.642%{transform:translate(58.2016vw,41.642vh) scale(.1682)}to{transform:translate(53.7536vw,99vh) scale(.1682)}}.snow:nth-child(301){opacity:1.5032;transform:translate(16.8335vw,-10px) scale(.0376);animation:fall-301 23s -18s linear infinite}@keyframes fall-301{62.812%{transform:translate(16.4179vw,62.812vh) scale(.0376)}to{transform:translate(16.6257vw,99vh) scale(.0376)}}.snow:nth-child(302){opacity:.244;transform:translate(4.3511vw,-10px) scale(.9936);animation:fall-302 12s -26s linear infinite}@keyframes fall-302{37.831%{transform:translate(2.6485vw,37.831vh) scale(.9936)}to{transform:translate(3.4998vw,99vh) scale(.9936)}}.snow:nth-child(303){opacity:.6502;transform:translate(4.7239vw,-10px) scale(.3839);animation:fall-303 21s -6s linear infinite}@keyframes fall-303{40.702%{transform:translate(13.7643vw,40.702vh) scale(.3839)}to{transform:translate(9.2441vw,99vh) scale(.3839)}}.snow:nth-child(304){opacity:1.5112;transform:translate(94.409vw,-10px) scale(.7801);animation:fall-304 24s -30s linear infinite}@keyframes fall-304{34.204%{transform:translate(89.1705vw,34.204vh) scale(.7801)}to{transform:translate(91.78975vw,99vh) scale(.7801)}}.snow:nth-child(305){opacity:.1988;transform:translate(54.893vw,-10px) scale(.3936);animation:fall-305 19s -20s linear infinite}@keyframes fall-305{48.5%{transform:translate(56.0089vw,48.5vh) scale(.3936)}to{transform:translate(55.45095vw,99vh) scale(.3936)}}.snow:nth-child(306){opacity:.4746;transform:translate(70.4849vw,-10px) scale(.5678);animation:fall-306 17s -17s linear infinite}@keyframes fall-306{72.275%{transform:translate(75.6378vw,72.275vh) scale(.5678)}to{transform:translate(73.06135vw,99vh) scale(.5678)}}.snow:nth-child(307){opacity:.6382;transform:translate(25.912vw,-10px) scale(.1855);animation:fall-307 10s -26s linear infinite}@keyframes fall-307{48.132%{transform:translate(27.1069vw,48.132vh) scale(.1855)}to{transform:translate(26.50945vw,99vh) scale(.1855)}}.snow:nth-child(308){opacity:.9734;transform:translate(64.6467vw,-10px) scale(.5621);animation:fall-308 29s -14s linear infinite}@keyframes fall-308{30.922%{transform:translate(58.1845vw,30.922vh) scale(.5621)}to{transform:translate(61.4156vw,99vh) scale(.5621)}}.snow:nth-child(309){opacity:1.509;transform:translate(4.421vw,-10px) scale(.6655);animation:fall-309 29s -14s linear infinite}@keyframes fall-309{70.235%{transform:translate(5.1231vw,70.235vh) scale(.6655)}to{transform:translate(4.77205vw,99vh) scale(.6655)}}.snow:nth-child(310){opacity:.5748;transform:translate(48.5596vw,-10px) scale(.6006);animation:fall-310 26s -8s linear infinite}@keyframes fall-310{33.24%{transform:translate(49.3575vw,33.24vh) scale(.6006)}to{transform:translate(48.95855vw,99vh) scale(.6006)}}.snow:nth-child(311){opacity:1.3214;transform:translate(6.0569vw,-10px) scale(.8734);animation:fall-311 24s -14s linear infinite}@keyframes fall-311{51.169%{transform:translate(9.5138vw,51.169vh) scale(.8734)}to{transform:translate(7.78535vw,99vh) scale(.8734)}}.snow:nth-child(312){opacity:.1986;transform:translate(98.7131vw,-10px) scale(.7745);animation:fall-312 18s -2s linear infinite}@keyframes fall-312{63.873%{transform:translate(98.2688vw,63.873vh) scale(.7745)}to{transform:translate(98.49095vw,99vh) scale(.7745)}}.snow:nth-child(313){opacity:.2104;transform:translate(41.873vw,-10px) scale(.9275);animation:fall-313 13s -10s linear infinite}@keyframes fall-313{39.31%{transform:translate(43.0455vw,39.31vh) scale(.9275)}to{transform:translate(42.45925vw,99vh) scale(.9275)}}.snow:nth-child(314){opacity:.1062;transform:translate(23.1264vw,-10px) scale(.0977);animation:fall-314 21s -12s linear infinite}@keyframes fall-314{65.471%{transform:translate(30.3465vw,65.471vh) scale(.0977)}to{transform:translate(26.73645vw,99vh) scale(.0977)}}.snow:nth-child(315){opacity:.1482;transform:translate(40.9767vw,-10px) scale(.8772);animation:fall-315 29s -26s linear infinite}@keyframes fall-315{44.109%{transform:translate(33.3396vw,44.109vh) scale(.8772)}to{transform:translate(37.15815vw,99vh) scale(.8772)}}.snow:nth-child(316){opacity:1.5934;transform:translate(11.9201vw,-10px) scale(.1489);animation:fall-316 13s -28s linear infinite}@keyframes fall-316{37.124%{transform:translate(18.5099vw,37.124vh) scale(.1489)}to{transform:translate(15.215vw,99vh) scale(.1489)}}.snow:nth-child(317){opacity:.2252;transform:translate(33.7365vw,-10px) scale(.6205);animation:fall-317 13s -15s linear infinite}@keyframes fall-317{47.928%{transform:translate(32.7036vw,47.928vh) scale(.6205)}to{transform:translate(33.22005vw,99vh) scale(.6205)}}.snow:nth-child(318){opacity:.145;transform:translate(40.5254vw,-10px) scale(.3709);animation:fall-318 20s -14s linear infinite}@keyframes fall-318{35.278%{transform:translate(47.232vw,35.278vh) scale(.3709)}to{transform:translate(43.8787vw,99vh) scale(.3709)}}.snow:nth-child(319){opacity:.2798;transform:translate(91.4407vw,-10px) scale(.2078);animation:fall-319 25s -17s linear infinite}@keyframes fall-319{79.144%{transform:translate(86.6758vw,79.144vh) scale(.2078)}to{transform:translate(89.05825vw,99vh) scale(.2078)}}.snow:nth-child(320){opacity:1.579;transform:translate(37.3112vw,-10px) scale(.0225);animation:fall-320 17s -25s linear infinite}@keyframes fall-320{50.8%{transform:translate(35.7091vw,50.8vh) scale(.0225)}to{transform:translate(36.51015vw,99vh) scale(.0225)}}.snow:nth-child(321){opacity:1.242;transform:translate(33.7226vw,-10px) scale(.8731);animation:fall-321 24s -13s linear infinite}@keyframes fall-321{71.523%{transform:translate(24.7774vw,71.523vh) scale(.8731)}to{transform:translate(29.25vw,99vh) scale(.8731)}}.snow:nth-child(322){opacity:1.4458;transform:translate(21.853vw,-10px) scale(.6432);animation:fall-322 18s -9s linear infinite}@keyframes fall-322{45.867%{transform:translate(29.6755vw,45.867vh) scale(.6432)}to{transform:translate(25.76425vw,99vh) scale(.6432)}}.snow:nth-child(323){opacity:.3002;transform:translate(6.7671vw,-10px) scale(.459);animation:fall-323 20s -5s linear infinite}@keyframes fall-323{70.551%{transform:translate(4.1698vw,70.551vh) scale(.459)}to{transform:translate(5.46845vw,99vh) scale(.459)}}.snow:nth-child(324){opacity:1.6738;transform:translate(48.7097vw,-10px) scale(.0548);animation:fall-324 23s -6s linear infinite}@keyframes fall-324{72.441%{transform:translate(54.1733vw,72.441vh) scale(.0548)}to{transform:translate(51.4415vw,99vh) scale(.0548)}}.snow:nth-child(325){opacity:.895;transform:translate(20.111vw,-10px) scale(.0685);animation:fall-325 21s -6s linear infinite}@keyframes fall-325{42.512%{transform:translate(16.2667vw,42.512vh) scale(.0685)}to{transform:translate(18.18885vw,99vh) scale(.0685)}}.snow:nth-child(326){opacity:1.2978;transform:translate(43.3325vw,-10px) scale(.365);animation:fall-326 15s -21s linear infinite}@keyframes fall-326{32.482%{transform:translate(34.1581vw,32.482vh) scale(.365)}to{transform:translate(38.7453vw,99vh) scale(.365)}}.snow:nth-child(327){opacity:.8082;transform:translate(25.8756vw,-10px) scale(.1789);animation:fall-327 12s -7s linear infinite}@keyframes fall-327{62.521%{transform:translate(23.8687vw,62.521vh) scale(.1789)}to{transform:translate(24.87215vw,99vh) scale(.1789)}}.snow:nth-child(328){opacity:1.5578;transform:translate(60.3666vw,-10px) scale(.9704);animation:fall-328 18s -1s linear infinite}@keyframes fall-328{46.295%{transform:translate(70.1035vw,46.295vh) scale(.9704)}to{transform:translate(65.23505vw,99vh) scale(.9704)}}.snow:nth-child(329){opacity:1.4908;transform:translate(84.2569vw,-10px) scale(.9307);animation:fall-329 21s -1s linear infinite}@keyframes fall-329{62.232%{transform:translate(91.3455vw,62.232vh) scale(.9307)}to{transform:translate(87.8012vw,99vh) scale(.9307)}}.snow:nth-child(330){opacity:.9794;transform:translate(72.0966vw,-10px) scale(.1685);animation:fall-330 14s -15s linear infinite}@keyframes fall-330{52.159%{transform:translate(72.0044vw,52.159vh) scale(.1685)}to{transform:translate(72.0505vw,99vh) scale(.1685)}}.snow:nth-child(331){opacity:1.5004;transform:translate(64.3144vw,-10px) scale(.9259);animation:fall-331 27s -24s linear infinite}@keyframes fall-331{39.464%{transform:translate(55.207vw,39.464vh) scale(.9259)}to{transform:translate(59.7607vw,99vh) scale(.9259)}}.snow:nth-child(332){opacity:.7374;transform:translate(32.9328vw,-10px) scale(.6433);animation:fall-332 18s -12s linear infinite}@keyframes fall-332{42.197%{transform:translate(37.0398vw,42.197vh) scale(.6433)}to{transform:translate(34.9863vw,99vh) scale(.6433)}}.snow:nth-child(333){opacity:1.7156;transform:translate(91.7689vw,-10px) scale(.5735);animation:fall-333 23s -1s linear infinite}@keyframes fall-333{69.937%{transform:translate(88.4289vw,69.937vh) scale(.5735)}to{transform:translate(90.0989vw,99vh) scale(.5735)}}.snow:nth-child(334){opacity:1.126;transform:translate(82.818vw,-10px) scale(.5241);animation:fall-334 14s -14s linear infinite}@keyframes fall-334{45.031%{transform:translate(82.573vw,45.031vh) scale(.5241)}to{transform:translate(82.6955vw,99vh) scale(.5241)}}.snow:nth-child(335){opacity:1.3556;transform:translate(95.6257vw,-10px) scale(.1039);animation:fall-335 24s -27s linear infinite}@keyframes fall-335{66.548%{transform:translate(92.8463vw,66.548vh) scale(.1039)}to{transform:translate(94.236vw,99vh) scale(.1039)}}.snow:nth-child(336){opacity:.9854;transform:translate(54.3242vw,-10px) scale(.712);animation:fall-336 13s -25s linear infinite}@keyframes fall-336{78.599%{transform:translate(46.0438vw,78.599vh) scale(.712)}to{transform:translate(50.184vw,99vh) scale(.712)}}.snow:nth-child(337){opacity:.0198;transform:translate(86.7532vw,-10px) scale(.4916);animation:fall-337 13s -24s linear infinite}@keyframes fall-337{56.25%{transform:translate(77.1829vw,56.25vh) scale(.4916)}to{transform:translate(81.96805vw,99vh) scale(.4916)}}.snow:nth-child(338){opacity:.5488;transform:translate(39.1124vw,-10px) scale(.9025);animation:fall-338 15s -20s linear infinite}@keyframes fall-338{78.636%{transform:translate(41.4666vw,78.636vh) scale(.9025)}to{transform:translate(40.2895vw,99vh) scale(.9025)}}.snow:nth-child(339){opacity:.2996;transform:translate(59.4791vw,-10px) scale(.7709);animation:fall-339 28s -21s linear infinite}@keyframes fall-339{31.681%{transform:translate(60.7473vw,31.681vh) scale(.7709)}to{transform:translate(60.1132vw,99vh) scale(.7709)}}.snow:nth-child(340){opacity:1.2376;transform:translate(67.6814vw,-10px) scale(.9483);animation:fall-340 30s -14s linear infinite}@keyframes fall-340{71.49%{transform:translate(63.3171vw,71.49vh) scale(.9483)}to{transform:translate(65.49925vw,99vh) scale(.9483)}}.snow:nth-child(341){opacity:.9946;transform:translate(31.0603vw,-10px) scale(.7412);animation:fall-341 15s -19s linear infinite}@keyframes fall-341{51.036%{transform:translate(32.3454vw,51.036vh) scale(.7412)}to{transform:translate(31.70285vw,99vh) scale(.7412)}}.snow:nth-child(342){opacity:1.5066;transform:translate(58.1919vw,-10px) scale(.112);animation:fall-342 30s -27s linear infinite}@keyframes fall-342{37.332%{transform:translate(57.149vw,37.332vh) scale(.112)}to{transform:translate(57.67045vw,99vh) scale(.112)}}.snow:nth-child(343){opacity:.4654;transform:translate(15.7637vw,-10px) scale(.7124);animation:fall-343 28s -20s linear infinite}@keyframes fall-343{32.499%{transform:translate(18.4152vw,32.499vh) scale(.7124)}to{transform:translate(17.08945vw,99vh) scale(.7124)}}.snow:nth-child(344){opacity:1.075;transform:translate(93.6414vw,-10px) scale(.5256);animation:fall-344 15s -22s linear infinite}@keyframes fall-344{69.521%{transform:translate(100.1168vw,69.521vh) scale(.5256)}to{transform:translate(96.8791vw,99vh) scale(.5256)}}.snow:nth-child(345){opacity:1.0974;transform:translate(38.4854vw,-10px) scale(.6356);animation:fall-345 14s -11s linear infinite}@keyframes fall-345{60.087%{transform:translate(41.8115vw,60.087vh) scale(.6356)}to{transform:translate(40.14845vw,99vh) scale(.6356)}}.snow:nth-child(346){opacity:1.7156;transform:translate(3.9923vw,-10px) scale(.8832);animation:fall-346 20s -25s linear infinite}@keyframes fall-346{39.548%{transform:translate(5.2212vw,39.548vh) scale(.8832)}to{transform:translate(4.60675vw,99vh) scale(.8832)}}.snow:nth-child(347){opacity:.2574;transform:translate(93.7397vw,-10px) scale(.821);animation:fall-347 28s -7s linear infinite}@keyframes fall-347{53.342%{transform:translate(93.3944vw,53.342vh) scale(.821)}to{transform:translate(93.56705vw,99vh) scale(.821)}}.snow:nth-child(348){opacity:1.908;transform:translate(52.6294vw,-10px) scale(.7725);animation:fall-348 19s -18s linear infinite}@keyframes fall-348{77.961%{transform:translate(44.721vw,77.961vh) scale(.7725)}to{transform:translate(48.6752vw,99vh) scale(.7725)}}.snow:nth-child(349){opacity:1.741;transform:translate(79.5427vw,-10px) scale(.6647);animation:fall-349 12s -5s linear infinite}@keyframes fall-349{42.435%{transform:translate(72.2332vw,42.435vh) scale(.6647)}to{transform:translate(75.88795vw,99vh) scale(.6647)}}.snow:nth-child(350){opacity:1.2904;transform:translate(61.6238vw,-10px) scale(.3146);animation:fall-350 18s -29s linear infinite}@keyframes fall-350{68.372%{transform:translate(57.8463vw,68.372vh) scale(.3146)}to{transform:translate(59.73505vw,99vh) scale(.3146)}}.snow:nth-child(351){opacity:1.3724;transform:translate(87.7747vw,-10px) scale(.3858);animation:fall-351 22s -21s linear infinite}@keyframes fall-351{46.307%{transform:translate(83.7158vw,46.307vh) scale(.3858)}to{transform:translate(85.74525vw,99vh) scale(.3858)}}.snow:nth-child(352){opacity:.8012;transform:translate(23.3655vw,-10px) scale(.7099);animation:fall-352 21s -23s linear infinite}@keyframes fall-352{70.224%{transform:translate(18.6296vw,70.224vh) scale(.7099)}to{transform:translate(20.99755vw,99vh) scale(.7099)}}.snow:nth-child(353){opacity:.6808;transform:translate(41.5116vw,-10px) scale(.2002);animation:fall-353 14s -28s linear infinite}@keyframes fall-353{50.661%{transform:translate(36.1678vw,50.661vh) scale(.2002)}to{transform:translate(38.8397vw,99vh) scale(.2002)}}.snow:nth-child(354){opacity:1.9394;transform:translate(1.1482vw,-10px) scale(.9172);animation:fall-354 18s -3s linear infinite}@keyframes fall-354{70.164%{transform:translate(3.7996vw,70.164vh) scale(.9172)}to{transform:translate(2.4739vw,99vh) scale(.9172)}}.snow:nth-child(355){opacity:1.435;transform:translate(83.4315vw,-10px) scale(.0536);animation:fall-355 10s -19s linear infinite}@keyframes fall-355{36.54%{transform:translate(76.9402vw,36.54vh) scale(.0536)}to{transform:translate(80.18585vw,99vh) scale(.0536)}}.snow:nth-child(356){opacity:1.2786;transform:translate(41.6387vw,-10px) scale(.3963);animation:fall-356 18s -10s linear infinite}@keyframes fall-356{42.277%{transform:translate(41.9008vw,42.277vh) scale(.3963)}to{transform:translate(41.76975vw,99vh) scale(.3963)}}.snow:nth-child(357){opacity:.2974;transform:translate(71.1799vw,-10px) scale(.0302);animation:fall-357 22s -3s linear infinite}@keyframes fall-357{34.077%{transform:translate(72.9934vw,34.077vh) scale(.0302)}to{transform:translate(72.08665vw,99vh) scale(.0302)}}.snow:nth-child(358){opacity:1.798;transform:translate(1.2535vw,-10px) scale(.538);animation:fall-358 21s -27s linear infinite}@keyframes fall-358{52.782%{transform:translate(8.468vw,52.782vh) scale(.538)}to{transform:translate(4.86075vw,99vh) scale(.538)}}.snow:nth-child(359){opacity:.5522;transform:translate(74.7446vw,-10px) scale(.5038);animation:fall-359 13s -25s linear infinite}@keyframes fall-359{67.664%{transform:translate(81.9652vw,67.664vh) scale(.5038)}to{transform:translate(78.3549vw,99vh) scale(.5038)}}.snow:nth-child(360){opacity:.4116;transform:translate(26.3971vw,-10px) scale(.3714);animation:fall-360 13s -16s linear infinite}@keyframes fall-360{54.064%{transform:translate(30.8633vw,54.064vh) scale(.3714)}to{transform:translate(28.6302vw,99vh) scale(.3714)}}.snow:nth-child(361){opacity:.3822;transform:translate(96.4169vw,-10px) scale(.6062);animation:fall-361 14s -28s linear infinite}@keyframes fall-361{60.399%{transform:translate(98.6277vw,60.399vh) scale(.6062)}to{transform:translate(97.5223vw,99vh) scale(.6062)}}.snow:nth-child(362){opacity:.1958;transform:translate(90.8177vw,-10px) scale(.792);animation:fall-362 20s -7s linear infinite}@keyframes fall-362{55.162%{transform:translate(95.7707vw,55.162vh) scale(.792)}to{transform:translate(93.2942vw,99vh) scale(.792)}}.snow:nth-child(363){opacity:1.2414;transform:translate(69.3519vw,-10px) scale(.0251);animation:fall-363 21s -6s linear infinite}@keyframes fall-363{64.04%{transform:translate(69.5386vw,64.04vh) scale(.0251)}to{transform:translate(69.44525vw,99vh) scale(.0251)}}.snow:nth-child(364){opacity:1.0972;transform:translate(82.3243vw,-10px) scale(.1786);animation:fall-364 28s -18s linear infinite}@keyframes fall-364{38.946%{transform:translate(89.7974vw,38.946vh) scale(.1786)}to{transform:translate(86.06085vw,99vh) scale(.1786)}}.snow:nth-child(365){opacity:.6238;transform:translate(56.6908vw,-10px) scale(.0996);animation:fall-365 14s -11s linear infinite}@keyframes fall-365{56.309%{transform:translate(58.675vw,56.309vh) scale(.0996)}to{transform:translate(57.6829vw,99vh) scale(.0996)}}.snow:nth-child(366){opacity:.2704;transform:translate(32.2057vw,-10px) scale(.4793);animation:fall-366 28s -12s linear infinite}@keyframes fall-366{59.076%{transform:translate(38.3755vw,59.076vh) scale(.4793)}to{transform:translate(35.2906vw,99vh) scale(.4793)}}.snow:nth-child(367){opacity:1.7642;transform:translate(91.0185vw,-10px) scale(.582);animation:fall-367 11s -7s linear infinite}@keyframes fall-367{45.073%{transform:translate(99.9013vw,45.073vh) scale(.582)}to{transform:translate(95.4599vw,99vh) scale(.582)}}.snow:nth-child(368){opacity:1.6854;transform:translate(64.1391vw,-10px) scale(.7023);animation:fall-368 17s -19s linear infinite}@keyframes fall-368{74.437%{transform:translate(61.9666vw,74.437vh) scale(.7023)}to{transform:translate(63.05285vw,99vh) scale(.7023)}}.snow:nth-child(369){opacity:.926;transform:translate(99.3709vw,-10px) scale(.8836);animation:fall-369 27s -11s linear infinite}@keyframes fall-369{75.915%{transform:translate(94.4946vw,75.915vh) scale(.8836)}to{transform:translate(96.93275vw,99vh) scale(.8836)}}.snow:nth-child(370){opacity:1.4446;transform:translate(83.293vw,-10px) scale(.5586);animation:fall-370 27s -3s linear infinite}@keyframes fall-370{30.848%{transform:translate(81.3061vw,30.848vh) scale(.5586)}to{transform:translate(82.29955vw,99vh) scale(.5586)}}.snow:nth-child(371){opacity:1.1132;transform:translate(74.3515vw,-10px) scale(.032);animation:fall-371 25s -8s linear infinite}@keyframes fall-371{58.333%{transform:translate(84.3045vw,58.333vh) scale(.032)}to{transform:translate(79.328vw,99vh) scale(.032)}}.snow:nth-child(372){opacity:.0452;transform:translate(28.7141vw,-10px) scale(.3716);animation:fall-372 17s -9s linear infinite}@keyframes fall-372{64.624%{transform:translate(25.6642vw,64.624vh) scale(.3716)}to{transform:translate(27.18915vw,99vh) scale(.3716)}}.snow:nth-child(373){opacity:.7186;transform:translate(9.8306vw,-10px) scale(.6803);animation:fall-373 13s -9s linear infinite}@keyframes fall-373{72.908%{transform:translate(16.5411vw,72.908vh) scale(.6803)}to{transform:translate(13.18585vw,99vh) scale(.6803)}}.snow:nth-child(374){opacity:1.1474;transform:translate(19.4346vw,-10px) scale(.067);animation:fall-374 29s -19s linear infinite}@keyframes fall-374{63.099%{transform:translate(17.0328vw,63.099vh) scale(.067)}to{transform:translate(18.2337vw,99vh) scale(.067)}}.snow:nth-child(375){opacity:.3694;transform:translate(1.4546vw,-10px) scale(.4795);animation:fall-375 16s -8s linear infinite}@keyframes fall-375{73.978%{transform:translate(6.9357vw,73.978vh) scale(.4795)}to{transform:translate(4.19515vw,99vh) scale(.4795)}}.snow:nth-child(376){opacity:1.6618;transform:translate(84.8837vw,-10px) scale(.4259);animation:fall-376 12s -18s linear infinite}@keyframes fall-376{79.955%{transform:translate(76.2302vw,79.955vh) scale(.4259)}to{transform:translate(80.55695vw,99vh) scale(.4259)}}.snow:nth-child(377){opacity:1.4804;transform:translate(77.3742vw,-10px) scale(.5884);animation:fall-377 10s -30s linear infinite}@keyframes fall-377{79.038%{transform:translate(83.2091vw,79.038vh) scale(.5884)}to{transform:translate(80.29165vw,99vh) scale(.5884)}}.snow:nth-child(378){opacity:.9652;transform:translate(63.0479vw,-10px) scale(.0168);animation:fall-378 22s -3s linear infinite}@keyframes fall-378{66.006%{transform:translate(58.6623vw,66.006vh) scale(.0168)}to{transform:translate(60.8551vw,99vh) scale(.0168)}}.snow:nth-child(379){opacity:.9678;transform:translate(91.9551vw,-10px) scale(.391);animation:fall-379 29s -16s linear infinite}@keyframes fall-379{53.426%{transform:translate(96.2305vw,53.426vh) scale(.391)}to{transform:translate(94.0928vw,99vh) scale(.391)}}.snow:nth-child(380){opacity:.2556;transform:translate(75.1803vw,-10px) scale(.696);animation:fall-380 17s -20s linear infinite}@keyframes fall-380{50.407%{transform:translate(66.3266vw,50.407vh) scale(.696)}to{transform:translate(70.75345vw,99vh) scale(.696)}}.snow:nth-child(381){opacity:1.2912;transform:translate(53.6649vw,-10px) scale(.6664);animation:fall-381 24s -24s linear infinite}@keyframes fall-381{70.201%{transform:translate(46.0931vw,70.201vh) scale(.6664)}to{transform:translate(49.879vw,99vh) scale(.6664)}}.snow:nth-child(382){opacity:1.0838;transform:translate(96.2681vw,-10px) scale(.5035);animation:fall-382 22s -6s linear infinite}@keyframes fall-382{50.788%{transform:translate(95.5483vw,50.788vh) scale(.5035)}to{transform:translate(95.9082vw,99vh) scale(.5035)}}.snow:nth-child(383){opacity:1.172;transform:translate(13.0435vw,-10px) scale(.4121);animation:fall-383 23s -26s linear infinite}@keyframes fall-383{32.984%{transform:translate(4.9085vw,32.984vh) scale(.4121)}to{transform:translate(8.976vw,99vh) scale(.4121)}}.snow:nth-child(384){opacity:1.758;transform:translate(83.507vw,-10px) scale(.293);animation:fall-384 23s -5s linear infinite}@keyframes fall-384{40.647%{transform:translate(76.9094vw,40.647vh) scale(.293)}to{transform:translate(80.2082vw,99vh) scale(.293)}}.snow:nth-child(385){opacity:1.6038;transform:translate(16.642vw,-10px) scale(.8879);animation:fall-385 18s -23s linear infinite}@keyframes fall-385{43.288%{transform:translate(8.6046vw,43.288vh) scale(.8879)}to{transform:translate(12.6233vw,99vh) scale(.8879)}}.snow:nth-child(386){opacity:1.5038;transform:translate(.4632vw,-10px) scale(.0309);animation:fall-386 30s -23s linear infinite}@keyframes fall-386{62.153%{transform:translate(-1.8595vw,62.153vh) scale(.0309)}to{transform:translate(-.69815vw,99vh) scale(.0309)}}.snow:nth-child(387){opacity:.0488;transform:translate(55.4898vw,-10px) scale(.408);animation:fall-387 30s -9s linear infinite}@keyframes fall-387{70.88%{transform:translate(62.7131vw,70.88vh) scale(.408)}to{transform:translate(59.10145vw,99vh) scale(.408)}}.snow:nth-child(388){opacity:1.8728;transform:translate(54.6563vw,-10px) scale(.8666);animation:fall-388 22s -14s linear infinite}@keyframes fall-388{37.727%{transform:translate(51.5609vw,37.727vh) scale(.8666)}to{transform:translate(53.1086vw,99vh) scale(.8666)}}.snow:nth-child(389){opacity:1.1188;transform:translate(26.727vw,-10px) scale(.1519);animation:fall-389 28s -19s linear infinite}@keyframes fall-389{71.387%{transform:translate(23.2028vw,71.387vh) scale(.1519)}to{transform:translate(24.9649vw,99vh) scale(.1519)}}.snow:nth-child(390){opacity:.7888;transform:translate(33.6451vw,-10px) scale(.7726);animation:fall-390 10s -2s linear infinite}@keyframes fall-390{55.837%{transform:translate(38.8404vw,55.837vh) scale(.7726)}to{transform:translate(36.24275vw,99vh) scale(.7726)}}.snow:nth-child(391){opacity:1.2986;transform:translate(15.5467vw,-10px) scale(.3834);animation:fall-391 10s -23s linear infinite}@keyframes fall-391{42.159%{transform:translate(12.2912vw,42.159vh) scale(.3834)}to{transform:translate(13.91895vw,99vh) scale(.3834)}}.snow:nth-child(392){opacity:1.8146;transform:translate(22.9622vw,-10px) scale(.2872);animation:fall-392 20s -4s linear infinite}@keyframes fall-392{45.412%{transform:translate(15.8507vw,45.412vh) scale(.2872)}to{transform:translate(19.40645vw,99vh) scale(.2872)}}.snow:nth-child(393){opacity:1.5742;transform:translate(17.387vw,-10px) scale(.7385);animation:fall-393 26s -17s linear infinite}@keyframes fall-393{77.684%{transform:translate(16.2027vw,77.684vh) scale(.7385)}to{transform:translate(16.79485vw,99vh) scale(.7385)}}.snow:nth-child(394){opacity:.5828;transform:translate(22.0635vw,-10px) scale(.8777);animation:fall-394 21s -9s linear infinite}@keyframes fall-394{47.935%{transform:translate(32.0428vw,47.935vh) scale(.8777)}to{transform:translate(27.05315vw,99vh) scale(.8777)}}.snow:nth-child(395){opacity:.4524;transform:translate(93.6964vw,-10px) scale(.9518);animation:fall-395 30s -6s linear infinite}@keyframes fall-395{30.146%{transform:translate(95.8955vw,30.146vh) scale(.9518)}to{transform:translate(94.79595vw,99vh) scale(.9518)}}.snow:nth-child(396){opacity:1.0206;transform:translate(84.3801vw,-10px) scale(.8164);animation:fall-396 19s -6s linear infinite}@keyframes fall-396{66.786%{transform:translate(93.9185vw,66.786vh) scale(.8164)}to{transform:translate(89.1493vw,99vh) scale(.8164)}}.snow:nth-child(397){opacity:1.5428;transform:translate(14.4563vw,-10px) scale(.6927);animation:fall-397 18s -19s linear infinite}@keyframes fall-397{34.522%{transform:translate(10.3837vw,34.522vh) scale(.6927)}to{transform:translate(12.42vw,99vh) scale(.6927)}}.snow:nth-child(398){opacity:.8998;transform:translate(24.9113vw,-10px) scale(.8728);animation:fall-398 13s -3s linear infinite}@keyframes fall-398{42.231%{transform:translate(25.1188vw,42.231vh) scale(.8728)}to{transform:translate(25.01505vw,99vh) scale(.8728)}}.snow:nth-child(399){opacity:.9146;transform:translate(88.9295vw,-10px) scale(.6352);animation:fall-399 12s -6s linear infinite}@keyframes fall-399{53.982%{transform:translate(80.3855vw,53.982vh) scale(.6352)}to{transform:translate(84.6575vw,99vh) scale(.6352)}}.snow:nth-child(400){opacity:1.8728;transform:translate(38.0424vw,-10px) scale(.76);animation:fall-400 24s -26s linear infinite}@keyframes fall-400{36.23%{transform:translate(34.3568vw,36.23vh) scale(.76)}to{transform:translate(36.1996vw,99vh) scale(.76)}}\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 });
|
|
25
26
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AppComponent, decorators: [{
|
|
26
27
|
type: Component,
|
|
27
|
-
args: [{ selector: 'app-root', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows\" 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{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}.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}.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}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:.3162;transform:translate(87.9786vw,-10px) scale(.9866);animation:fall-1 18s -4s linear infinite}@keyframes fall-1{49.256%{transform:translate(82.0454vw,49.256vh) scale(.9866)}to{transform:translate(85.012vw,99vh) scale(.9866)}}.snow:nth-child(2){opacity:1.0412;transform:translate(63.9317vw,-10px) scale(.4211);animation:fall-2 17s -12s linear infinite}@keyframes fall-2{77.746%{transform:translate(62.276vw,77.746vh) scale(.4211)}to{transform:translate(63.10385vw,99vh) scale(.4211)}}.snow:nth-child(3){opacity:.2442;transform:translate(11.3309vw,-10px) scale(.4087);animation:fall-3 19s -2s linear infinite}@keyframes fall-3{31.905%{transform:translate(14.1148vw,31.905vh) scale(.4087)}to{transform:translate(12.72285vw,99vh) scale(.4087)}}.snow:nth-child(4){opacity:.0536;transform:translate(42.5497vw,-10px) scale(.2848);animation:fall-4 26s -25s linear infinite}@keyframes fall-4{34.304%{transform:translate(37.611vw,34.304vh) scale(.2848)}to{transform:translate(40.08035vw,99vh) scale(.2848)}}.snow:nth-child(5){opacity:1.7584;transform:translate(1.1762vw,-10px) scale(.2676);animation:fall-5 10s -28s linear infinite}@keyframes fall-5{45.357%{transform:translate(.0084vw,45.357vh) scale(.2676)}to{transform:translate(.5923vw,99vh) scale(.2676)}}.snow:nth-child(6){opacity:1.2672;transform:translate(32.5556vw,-10px) scale(.7081);animation:fall-6 14s -26s linear infinite}@keyframes fall-6{75.52%{transform:translate(32.0585vw,75.52vh) scale(.7081)}to{transform:translate(32.30705vw,99vh) scale(.7081)}}.snow:nth-child(7){opacity:.542;transform:translate(94.8072vw,-10px) scale(.0945);animation:fall-7 26s -27s linear infinite}@keyframes fall-7{76.049%{transform:translate(88.5619vw,76.049vh) scale(.0945)}to{transform:translate(91.68455vw,99vh) scale(.0945)}}.snow:nth-child(8){opacity:.1224;transform:translate(43.8275vw,-10px) scale(.9628);animation:fall-8 19s -9s linear infinite}@keyframes fall-8{50.836%{transform:translate(36.8764vw,50.836vh) scale(.9628)}to{transform:translate(40.35195vw,99vh) scale(.9628)}}.snow:nth-child(9){opacity:.984;transform:translate(63.0715vw,-10px) scale(.3474);animation:fall-9 19s -10s linear infinite}@keyframes fall-9{41.878%{transform:translate(68.9275vw,41.878vh) scale(.3474)}to{transform:translate(65.9995vw,99vh) scale(.3474)}}.snow:nth-child(10){opacity:.6034;transform:translate(74.16vw,-10px) scale(.1687);animation:fall-10 22s -9s linear infinite}@keyframes fall-10{44.168%{transform:translate(81.9363vw,44.168vh) scale(.1687)}to{transform:translate(78.04815vw,99vh) scale(.1687)}}.snow:nth-child(11){opacity:.4304;transform:translate(79.6036vw,-10px) scale(.0265);animation:fall-11 14s -1s linear infinite}@keyframes fall-11{54.912%{transform:translate(87.3865vw,54.912vh) scale(.0265)}to{transform:translate(83.49505vw,99vh) scale(.0265)}}.snow:nth-child(12){opacity:.8284;transform:translate(90.2482vw,-10px) scale(.0262);animation:fall-12 17s -11s linear infinite}@keyframes fall-12{36.738%{transform:translate(91.9455vw,36.738vh) scale(.0262)}to{transform:translate(91.09685vw,99vh) scale(.0262)}}.snow:nth-child(13){opacity:1.411;transform:translate(1.198vw,-10px) scale(.7905);animation:fall-13 25s -21s linear infinite}@keyframes fall-13{46.832%{transform:translate(-3.6325vw,46.832vh) scale(.7905)}to{transform:translate(-1.21725vw,99vh) scale(.7905)}}.snow:nth-child(14){opacity:.2368;transform:translate(94.8629vw,-10px) scale(.3771);animation:fall-14 17s -20s linear infinite}@keyframes fall-14{66.384%{transform:translate(95.6569vw,66.384vh) scale(.3771)}to{transform:translate(95.2599vw,99vh) scale(.3771)}}.snow:nth-child(15){opacity:.6812;transform:translate(3.4412vw,-10px) scale(.6165);animation:fall-15 25s -5s linear infinite}@keyframes fall-15{78.958%{transform:translate(5.3675vw,78.958vh) scale(.6165)}to{transform:translate(4.40435vw,99vh) scale(.6165)}}.snow:nth-child(16){opacity:.0662;transform:translate(52.9433vw,-10px) scale(.113);animation:fall-16 24s -20s linear infinite}@keyframes fall-16{64.688%{transform:translate(48.4145vw,64.688vh) scale(.113)}to{transform:translate(50.6789vw,99vh) scale(.113)}}.snow:nth-child(17){opacity:.214;transform:translate(92.005vw,-10px) scale(.1285);animation:fall-17 16s -25s linear infinite}@keyframes fall-17{31.664%{transform:translate(92.3902vw,31.664vh) scale(.1285)}to{transform:translate(92.1976vw,99vh) scale(.1285)}}.snow:nth-child(18){opacity:1.4938;transform:translate(12.2828vw,-10px) scale(.4986);animation:fall-18 20s -18s linear infinite}@keyframes fall-18{49.794%{transform:translate(19.1814vw,49.794vh) scale(.4986)}to{transform:translate(15.7321vw,99vh) scale(.4986)}}.snow:nth-child(19){opacity:1.3638;transform:translate(43.5979vw,-10px) scale(.3092);animation:fall-19 24s -15s linear infinite}@keyframes fall-19{34.117%{transform:translate(50.2865vw,34.117vh) scale(.3092)}to{transform:translate(46.9422vw,99vh) scale(.3092)}}.snow:nth-child(20){opacity:.8448;transform:translate(14.727vw,-10px) scale(.2178);animation:fall-20 30s -27s linear infinite}@keyframes fall-20{40.461%{transform:translate(4.9557vw,40.461vh) scale(.2178)}to{transform:translate(9.84135vw,99vh) scale(.2178)}}.snow:nth-child(21){opacity:.1688;transform:translate(49.3069vw,-10px) scale(.6806);animation:fall-21 15s -24s linear infinite}@keyframes fall-21{43.891%{transform:translate(42.9027vw,43.891vh) scale(.6806)}to{transform:translate(46.1048vw,99vh) scale(.6806)}}.snow:nth-child(22){opacity:.6182;transform:translate(97.3728vw,-10px) scale(.9013);animation:fall-22 18s -1s linear infinite}@keyframes fall-22{79.892%{transform:translate(99.5133vw,79.892vh) scale(.9013)}to{transform:translate(98.44305vw,99vh) scale(.9013)}}.snow:nth-child(23){opacity:1.8498;transform:translate(51.8584vw,-10px) scale(.1177);animation:fall-23 26s -22s linear infinite}@keyframes fall-23{51.861%{transform:translate(52.1556vw,51.861vh) scale(.1177)}to{transform:translate(52.007vw,99vh) scale(.1177)}}.snow:nth-child(24){opacity:.1058;transform:translate(10.9374vw,-10px) scale(.8197);animation:fall-24 29s -19s linear infinite}@keyframes fall-24{55.682%{transform:translate(15.9632vw,55.682vh) scale(.8197)}to{transform:translate(13.4503vw,99vh) scale(.8197)}}.snow:nth-child(25){opacity:.9914;transform:translate(63.8289vw,-10px) scale(.9665);animation:fall-25 23s -3s linear infinite}@keyframes fall-25{43.276%{transform:translate(60.1889vw,43.276vh) scale(.9665)}to{transform:translate(62.0089vw,99vh) scale(.9665)}}.snow:nth-child(26){opacity:.952;transform:translate(.8236vw,-10px) scale(.9277);animation:fall-26 12s -4s linear infinite}@keyframes fall-26{58.265%{transform:translate(2.5598vw,58.265vh) scale(.9277)}to{transform:translate(1.6917vw,99vh) scale(.9277)}}.snow:nth-child(27){opacity:1.3404;transform:translate(26.2961vw,-10px) scale(.0319);animation:fall-27 14s -7s linear infinite}@keyframes fall-27{72.793%{transform:translate(24.2837vw,72.793vh) scale(.0319)}to{transform:translate(25.2899vw,99vh) scale(.0319)}}.snow:nth-child(28){opacity:1.654;transform:translate(87.404vw,-10px) scale(.8029);animation:fall-28 29s -15s linear infinite}@keyframes fall-28{44.779%{transform:translate(85.1481vw,44.779vh) scale(.8029)}to{transform:translate(86.27605vw,99vh) scale(.8029)}}.snow:nth-child(29){opacity:.1048;transform:translate(56.7222vw,-10px) scale(.2773);animation:fall-29 24s -9s linear infinite}@keyframes fall-29{64.605%{transform:translate(46.7997vw,64.605vh) scale(.2773)}to{transform:translate(51.76095vw,99vh) scale(.2773)}}.snow:nth-child(30){opacity:1.8526;transform:translate(27.5793vw,-10px) scale(.4929);animation:fall-30 14s -2s linear infinite}@keyframes fall-30{75.15%{transform:translate(34.6383vw,75.15vh) scale(.4929)}to{transform:translate(31.1088vw,99vh) scale(.4929)}}.snow:nth-child(31){opacity:.3102;transform:translate(89.0074vw,-10px) scale(.2439);animation:fall-31 28s -27s linear infinite}@keyframes fall-31{53.26%{transform:translate(85.086vw,53.26vh) scale(.2439)}to{transform:translate(87.0467vw,99vh) scale(.2439)}}.snow:nth-child(32){opacity:1.9254;transform:translate(50.5486vw,-10px) scale(.5976);animation:fall-32 29s -30s linear infinite}@keyframes fall-32{78.033%{transform:translate(50.0741vw,78.033vh) scale(.5976)}to{transform:translate(50.31135vw,99vh) scale(.5976)}}.snow:nth-child(33){opacity:.3168;transform:translate(26.5726vw,-10px) scale(.903);animation:fall-33 24s -23s linear infinite}@keyframes fall-33{56.451%{transform:translate(26.5707vw,56.451vh) scale(.903)}to{transform:translate(26.57165vw,99vh) scale(.903)}}.snow:nth-child(34){opacity:1.5422;transform:translate(76.5748vw,-10px) scale(.4482);animation:fall-34 29s -11s linear infinite}@keyframes fall-34{54.596%{transform:translate(75.8653vw,54.596vh) scale(.4482)}to{transform:translate(76.22005vw,99vh) scale(.4482)}}.snow:nth-child(35){opacity:1.7188;transform:translate(3.9846vw,-10px) scale(.9399);animation:fall-35 29s -13s linear infinite}@keyframes fall-35{69.865%{transform:translate(4.4016vw,69.865vh) scale(.9399)}to{transform:translate(4.1931vw,99vh) scale(.9399)}}.snow:nth-child(36){opacity:1.661;transform:translate(41.9312vw,-10px) scale(.6419);animation:fall-36 27s -27s linear infinite}@keyframes fall-36{47.372%{transform:translate(45.8591vw,47.372vh) scale(.6419)}to{transform:translate(43.89515vw,99vh) scale(.6419)}}.snow:nth-child(37){opacity:.712;transform:translate(71.1856vw,-10px) scale(.9906);animation:fall-37 11s -9s linear infinite}@keyframes fall-37{37.027%{transform:translate(74.3835vw,37.027vh) scale(.9906)}to{transform:translate(72.78455vw,99vh) scale(.9906)}}.snow:nth-child(38){opacity:1.906;transform:translate(92.5055vw,-10px) scale(.975);animation:fall-38 12s -27s linear infinite}@keyframes fall-38{79.277%{transform:translate(90.9013vw,79.277vh) scale(.975)}to{transform:translate(91.7034vw,99vh) scale(.975)}}.snow:nth-child(39){opacity:1.8434;transform:translate(53.0628vw,-10px) scale(.6812);animation:fall-39 21s -30s linear infinite}@keyframes fall-39{60.174%{transform:translate(55.1471vw,60.174vh) scale(.6812)}to{transform:translate(54.10495vw,99vh) scale(.6812)}}.snow:nth-child(40){opacity:1.0016;transform:translate(94.5891vw,-10px) scale(.2463);animation:fall-40 18s -2s linear infinite}@keyframes fall-40{37.172%{transform:translate(86.7876vw,37.172vh) scale(.2463)}to{transform:translate(90.68835vw,99vh) scale(.2463)}}.snow:nth-child(41){opacity:1.6168;transform:translate(53.6983vw,-10px) scale(.7573);animation:fall-41 16s -14s linear infinite}@keyframes fall-41{42.956%{transform:translate(54.0801vw,42.956vh) scale(.7573)}to{transform:translate(53.8892vw,99vh) scale(.7573)}}.snow:nth-child(42){opacity:.9006;transform:translate(4.894vw,-10px) scale(.757);animation:fall-42 12s -14s linear infinite}@keyframes fall-42{57.495%{transform:translate(6.8149vw,57.495vh) scale(.757)}to{transform:translate(5.85445vw,99vh) scale(.757)}}.snow:nth-child(43){opacity:1.8268;transform:translate(97.4429vw,-10px) scale(.9314);animation:fall-43 11s -5s linear infinite}@keyframes fall-43{39.461%{transform:translate(101.0078vw,39.461vh) scale(.9314)}to{transform:translate(99.22535vw,99vh) scale(.9314)}}.snow:nth-child(44){opacity:.245;transform:translate(14.7591vw,-10px) scale(.9765);animation:fall-44 21s -27s linear infinite}@keyframes fall-44{40.344%{transform:translate(21.7851vw,40.344vh) scale(.9765)}to{transform:translate(18.2721vw,99vh) scale(.9765)}}.snow:nth-child(45){opacity:.0912;transform:translate(36.3376vw,-10px) scale(.4034);animation:fall-45 12s -19s linear infinite}@keyframes fall-45{71.097%{transform:translate(39.8003vw,71.097vh) scale(.4034)}to{transform:translate(38.06895vw,99vh) scale(.4034)}}.snow:nth-child(46){opacity:1.806;transform:translate(1.2972vw,-10px) scale(.7587);animation:fall-46 10s -26s linear infinite}@keyframes fall-46{49.876%{transform:translate(7.4686vw,49.876vh) scale(.7587)}to{transform:translate(4.3829vw,99vh) scale(.7587)}}.snow:nth-child(47){opacity:1.1408;transform:translate(65.7574vw,-10px) scale(.4406);animation:fall-47 22s -14s linear infinite}@keyframes fall-47{54.89%{transform:translate(73.5921vw,54.89vh) scale(.4406)}to{transform:translate(69.67475vw,99vh) scale(.4406)}}.snow:nth-child(48){opacity:.1228;transform:translate(72.85vw,-10px) scale(.14);animation:fall-48 10s -12s linear infinite}@keyframes fall-48{79.201%{transform:translate(73.7005vw,79.201vh) scale(.14)}to{transform:translate(73.27525vw,99vh) scale(.14)}}.snow:nth-child(49){opacity:.9736;transform:translate(80.8563vw,-10px) scale(.8208);animation:fall-49 11s -10s linear infinite}@keyframes fall-49{36.61%{transform:translate(70.8942vw,36.61vh) scale(.8208)}to{transform:translate(75.87525vw,99vh) scale(.8208)}}.snow:nth-child(50){opacity:1.4848;transform:translate(66.5055vw,-10px) scale(.769);animation:fall-50 15s -28s linear infinite}@keyframes fall-50{63.904%{transform:translate(61.1898vw,63.904vh) scale(.769)}to{transform:translate(63.84765vw,99vh) scale(.769)}}.snow:nth-child(51){opacity:.6038;transform:translate(18.4191vw,-10px) scale(.0214);animation:fall-51 17s -6s linear infinite}@keyframes fall-51{46.64%{transform:translate(18.5845vw,46.64vh) scale(.0214)}to{transform:translate(18.5018vw,99vh) scale(.0214)}}.snow:nth-child(52){opacity:1.7284;transform:translate(96.2014vw,-10px) scale(.2107);animation:fall-52 21s -30s linear infinite}@keyframes fall-52{74.603%{transform:translate(102.9902vw,74.603vh) scale(.2107)}to{transform:translate(99.5958vw,99vh) scale(.2107)}}.snow:nth-child(53){opacity:1.8792;transform:translate(69.7987vw,-10px) scale(.6717);animation:fall-53 23s -14s linear infinite}@keyframes fall-53{79.025%{transform:translate(59.9826vw,79.025vh) scale(.6717)}to{transform:translate(64.89065vw,99vh) scale(.6717)}}.snow:nth-child(54){opacity:1.1978;transform:translate(76.3993vw,-10px) scale(.8824);animation:fall-54 20s -19s linear infinite}@keyframes fall-54{76.718%{transform:translate(84.7397vw,76.718vh) scale(.8824)}to{transform:translate(80.5695vw,99vh) scale(.8824)}}.snow:nth-child(55){opacity:1.8942;transform:translate(7.8902vw,-10px) scale(.4979);animation:fall-55 27s -23s linear infinite}@keyframes fall-55{60.948%{transform:translate(4.4706vw,60.948vh) scale(.4979)}to{transform:translate(6.1804vw,99vh) scale(.4979)}}.snow:nth-child(56){opacity:1.1436;transform:translate(39.841vw,-10px) scale(.3555);animation:fall-56 16s -28s linear infinite}@keyframes fall-56{41.673%{transform:translate(40.7797vw,41.673vh) scale(.3555)}to{transform:translate(40.31035vw,99vh) scale(.3555)}}.snow:nth-child(57){opacity:.299;transform:translate(67.9581vw,-10px) scale(.4615);animation:fall-57 15s -24s linear infinite}@keyframes fall-57{35.617%{transform:translate(60.5184vw,35.617vh) scale(.4615)}to{transform:translate(64.23825vw,99vh) scale(.4615)}}.snow:nth-child(58){opacity:.8256;transform:translate(51.7504vw,-10px) scale(.9086);animation:fall-58 15s -12s linear infinite}@keyframes fall-58{43.454%{transform:translate(53.8582vw,43.454vh) scale(.9086)}to{transform:translate(52.8043vw,99vh) scale(.9086)}}.snow:nth-child(59){opacity:.2544;transform:translate(95.9767vw,-10px) scale(.2949);animation:fall-59 11s -13s linear infinite}@keyframes fall-59{64.991%{transform:translate(100.3093vw,64.991vh) scale(.2949)}to{transform:translate(98.143vw,99vh) scale(.2949)}}.snow:nth-child(60){opacity:1.2148;transform:translate(45.3757vw,-10px) scale(.9494);animation:fall-60 25s -11s linear infinite}@keyframes fall-60{58.711%{transform:translate(49.7613vw,58.711vh) scale(.9494)}to{transform:translate(47.5685vw,99vh) scale(.9494)}}.snow:nth-child(61){opacity:1.1232;transform:translate(27.9815vw,-10px) scale(.9718);animation:fall-61 18s -27s linear infinite}@keyframes fall-61{38.654%{transform:translate(33.8401vw,38.654vh) scale(.9718)}to{transform:translate(30.9108vw,99vh) scale(.9718)}}.snow:nth-child(62){opacity:1.3108;transform:translate(98.9393vw,-10px) scale(.8248);animation:fall-62 13s -7s linear infinite}@keyframes fall-62{49.256%{transform:translate(90.6701vw,49.256vh) scale(.8248)}to{transform:translate(94.8047vw,99vh) scale(.8248)}}.snow:nth-child(63){opacity:.4358;transform:translate(29.2975vw,-10px) scale(.2034);animation:fall-63 13s -17s linear infinite}@keyframes fall-63{39.74%{transform:translate(19.6531vw,39.74vh) scale(.2034)}to{transform:translate(24.4753vw,99vh) scale(.2034)}}.snow:nth-child(64){opacity:1.6052;transform:translate(10.4489vw,-10px) scale(.5635);animation:fall-64 24s -2s linear infinite}@keyframes fall-64{73.786%{transform:translate(14.3931vw,73.786vh) scale(.5635)}to{transform:translate(12.421vw,99vh) scale(.5635)}}.snow:nth-child(65){opacity:1.7528;transform:translate(97.3057vw,-10px) scale(.7459);animation:fall-65 14s -9s linear infinite}@keyframes fall-65{30.61%{transform:translate(100.2145vw,30.61vh) scale(.7459)}to{transform:translate(98.7601vw,99vh) scale(.7459)}}.snow:nth-child(66){opacity:1.984;transform:translate(29.9978vw,-10px) scale(.7798);animation:fall-66 10s -12s linear infinite}@keyframes fall-66{72.282%{transform:translate(38.5569vw,72.282vh) scale(.7798)}to{transform:translate(34.27735vw,99vh) scale(.7798)}}.snow:nth-child(67){opacity:1.034;transform:translate(56.777vw,-10px) scale(.0784);animation:fall-67 25s -25s linear infinite}@keyframes fall-67{57.35%{transform:translate(58.9695vw,57.35vh) scale(.0784)}to{transform:translate(57.87325vw,99vh) scale(.0784)}}.snow:nth-child(68){opacity:.9166;transform:translate(56.0837vw,-10px) scale(.566);animation:fall-68 13s -24s linear infinite}@keyframes fall-68{62.22%{transform:translate(48.2163vw,62.22vh) scale(.566)}to{transform:translate(52.15vw,99vh) scale(.566)}}.snow:nth-child(69){opacity:.5772;transform:translate(32.005vw,-10px) scale(.9316);animation:fall-69 20s -17s linear infinite}@keyframes fall-69{37.844%{transform:translate(35.7333vw,37.844vh) scale(.9316)}to{transform:translate(33.86915vw,99vh) scale(.9316)}}.snow:nth-child(70){opacity:1.0906;transform:translate(6.5245vw,-10px) scale(.1413);animation:fall-70 10s -26s linear infinite}@keyframes fall-70{78.796%{transform:translate(6.322vw,78.796vh) scale(.1413)}to{transform:translate(6.42325vw,99vh) scale(.1413)}}.snow:nth-child(71){opacity:1.548;transform:translate(67.9558vw,-10px) scale(.4993);animation:fall-71 13s -9s linear infinite}@keyframes fall-71{31.903%{transform:translate(75.5962vw,31.903vh) scale(.4993)}to{transform:translate(71.776vw,99vh) scale(.4993)}}.snow:nth-child(72){opacity:1.435;transform:translate(29.6269vw,-10px) scale(.07);animation:fall-72 12s -7s linear infinite}@keyframes fall-72{34.116%{transform:translate(36.0299vw,34.116vh) scale(.07)}to{transform:translate(32.8284vw,99vh) scale(.07)}}.snow:nth-child(73){opacity:.5364;transform:translate(15.3648vw,-10px) scale(.8488);animation:fall-73 14s -21s linear infinite}@keyframes fall-73{73.045%{transform:translate(5.6422vw,73.045vh) scale(.8488)}to{transform:translate(10.5035vw,99vh) scale(.8488)}}.snow:nth-child(74){opacity:.8972;transform:translate(9.8149vw,-10px) scale(.138);animation:fall-74 15s -29s linear infinite}@keyframes fall-74{62.489%{transform:translate(3.5512vw,62.489vh) scale(.138)}to{transform:translate(6.68305vw,99vh) scale(.138)}}.snow:nth-child(75){opacity:1.4518;transform:translate(69.0915vw,-10px) scale(.5691);animation:fall-75 21s -7s linear infinite}@keyframes fall-75{37.338%{transform:translate(70.4191vw,37.338vh) scale(.5691)}to{transform:translate(69.7553vw,99vh) scale(.5691)}}.snow:nth-child(76){opacity:1.7082;transform:translate(8.7083vw,-10px) scale(.4664);animation:fall-76 20s -22s linear infinite}@keyframes fall-76{47.092%{transform:translate(11.4988vw,47.092vh) scale(.4664)}to{transform:translate(10.10355vw,99vh) scale(.4664)}}.snow:nth-child(77){opacity:1.0828;transform:translate(39.0956vw,-10px) scale(.9793);animation:fall-77 17s -9s linear infinite}@keyframes fall-77{68.304%{transform:translate(38.8623vw,68.304vh) scale(.9793)}to{transform:translate(38.97895vw,99vh) scale(.9793)}}.snow:nth-child(78){opacity:1.6062;transform:translate(91.713vw,-10px) scale(.8362);animation:fall-78 27s -12s linear infinite}@keyframes fall-78{79.849%{transform:translate(82.4753vw,79.849vh) scale(.8362)}to{transform:translate(87.09415vw,99vh) scale(.8362)}}.snow:nth-child(79){opacity:.687;transform:translate(48.6444vw,-10px) scale(.4763);animation:fall-79 15s -23s linear infinite}@keyframes fall-79{60.776%{transform:translate(46.5698vw,60.776vh) scale(.4763)}to{transform:translate(47.6071vw,99vh) scale(.4763)}}.snow:nth-child(80){opacity:1.7314;transform:translate(56.1437vw,-10px) scale(.3121);animation:fall-80 11s -6s linear infinite}@keyframes fall-80{35.981%{transform:translate(52.5328vw,35.981vh) scale(.3121)}to{transform:translate(54.33825vw,99vh) scale(.3121)}}.snow:nth-child(81){opacity:.0154;transform:translate(20.2118vw,-10px) scale(.7653);animation:fall-81 16s -26s linear infinite}@keyframes fall-81{63.956%{transform:translate(18.4191vw,63.956vh) scale(.7653)}to{transform:translate(19.31545vw,99vh) scale(.7653)}}.snow:nth-child(82){opacity:1.2594;transform:translate(89.8415vw,-10px) scale(.0987);animation:fall-82 18s -15s linear infinite}@keyframes fall-82{51.08%{transform:translate(98.2729vw,51.08vh) scale(.0987)}to{transform:translate(94.0572vw,99vh) scale(.0987)}}.snow:nth-child(83){opacity:1.6386;transform:translate(90.4839vw,-10px) scale(.4817);animation:fall-83 11s -6s linear infinite}@keyframes fall-83{66.212%{transform:translate(94.495vw,66.212vh) scale(.4817)}to{transform:translate(92.48945vw,99vh) scale(.4817)}}.snow:nth-child(84){opacity:1.691;transform:translate(50.9976vw,-10px) scale(.8502);animation:fall-84 28s -19s linear infinite}@keyframes fall-84{56.327%{transform:translate(44.3205vw,56.327vh) scale(.8502)}to{transform:translate(47.65905vw,99vh) scale(.8502)}}.snow:nth-child(85){opacity:.8702;transform:translate(66.6068vw,-10px) scale(.4291);animation:fall-85 10s -1s linear infinite}@keyframes fall-85{54.28%{transform:translate(74.7295vw,54.28vh) scale(.4291)}to{transform:translate(70.66815vw,99vh) scale(.4291)}}.snow:nth-child(86){opacity:1.1172;transform:translate(12.9536vw,-10px) scale(.3071);animation:fall-86 16s -21s linear infinite}@keyframes fall-86{70.395%{transform:translate(20.5874vw,70.395vh) scale(.3071)}to{transform:translate(16.7705vw,99vh) scale(.3071)}}.snow:nth-child(87){opacity:.7082;transform:translate(39.4164vw,-10px) scale(.4246);animation:fall-87 25s -9s linear infinite}@keyframes fall-87{69.773%{transform:translate(30.593vw,69.773vh) scale(.4246)}to{transform:translate(35.0047vw,99vh) scale(.4246)}}.snow:nth-child(88){opacity:.6578;transform:translate(82.7701vw,-10px) scale(.5038);animation:fall-88 21s -14s linear infinite}@keyframes fall-88{31.036%{transform:translate(79.8907vw,31.036vh) scale(.5038)}to{transform:translate(81.3304vw,99vh) scale(.5038)}}.snow:nth-child(89){opacity:1.4178;transform:translate(9.0963vw,-10px) scale(.2898);animation:fall-89 22s -2s linear infinite}@keyframes fall-89{34.811%{transform:translate(9.3032vw,34.811vh) scale(.2898)}to{transform:translate(9.19975vw,99vh) scale(.2898)}}.snow:nth-child(90){opacity:.8374;transform:translate(87.9784vw,-10px) scale(.1629);animation:fall-90 20s -25s linear infinite}@keyframes fall-90{69.096%{transform:translate(92.1935vw,69.096vh) scale(.1629)}to{transform:translate(90.08595vw,99vh) scale(.1629)}}.snow:nth-child(91){opacity:.1122;transform:translate(5.3582vw,-10px) scale(.8311);animation:fall-91 11s -18s linear infinite}@keyframes fall-91{61.871%{transform:translate(7.9386vw,61.871vh) scale(.8311)}to{transform:translate(6.6484vw,99vh) scale(.8311)}}.snow:nth-child(92){opacity:1.0768;transform:translate(11.4147vw,-10px) scale(.5399);animation:fall-92 29s -20s linear infinite}@keyframes fall-92{46.06%{transform:translate(15.0089vw,46.06vh) scale(.5399)}to{transform:translate(13.2118vw,99vh) scale(.5399)}}.snow:nth-child(93){opacity:1.2342;transform:translate(14.2457vw,-10px) scale(.921);animation:fall-93 26s -1s linear infinite}@keyframes fall-93{64.214%{transform:translate(22.3876vw,64.214vh) scale(.921)}to{transform:translate(18.31665vw,99vh) scale(.921)}}.snow:nth-child(94){opacity:1.0794;transform:translate(50.6237vw,-10px) scale(.9544);animation:fall-94 18s -24s linear infinite}@keyframes fall-94{70.021%{transform:translate(58.1128vw,70.021vh) scale(.9544)}to{transform:translate(54.36825vw,99vh) scale(.9544)}}.snow:nth-child(95){opacity:.281;transform:translate(77.0245vw,-10px) scale(.1894);animation:fall-95 23s -14s linear infinite}@keyframes fall-95{32.866%{transform:translate(75.6827vw,32.866vh) scale(.1894)}to{transform:translate(76.3536vw,99vh) scale(.1894)}}.snow:nth-child(96){opacity:1.6428;transform:translate(55.0024vw,-10px) scale(.3623);animation:fall-96 10s -28s linear infinite}@keyframes fall-96{63.205%{transform:translate(53.7254vw,63.205vh) scale(.3623)}to{transform:translate(54.3639vw,99vh) scale(.3623)}}.snow:nth-child(97){opacity:1.0456;transform:translate(14.4475vw,-10px) scale(.8827);animation:fall-97 20s -24s linear infinite}@keyframes fall-97{66.904%{transform:translate(5.9322vw,66.904vh) scale(.8827)}to{transform:translate(10.18985vw,99vh) scale(.8827)}}.snow:nth-child(98){opacity:1.8586;transform:translate(55.8617vw,-10px) scale(.366);animation:fall-98 10s -13s linear infinite}@keyframes fall-98{52.123%{transform:translate(46.3845vw,52.123vh) scale(.366)}to{transform:translate(51.1231vw,99vh) scale(.366)}}.snow:nth-child(99){opacity:1.3256;transform:translate(54.5196vw,-10px) scale(.0321);animation:fall-99 27s -12s linear infinite}@keyframes fall-99{51.445%{transform:translate(57.2666vw,51.445vh) scale(.0321)}to{transform:translate(55.8931vw,99vh) scale(.0321)}}.snow:nth-child(100){opacity:.3108;transform:translate(97.8164vw,-10px) scale(.7683);animation:fall-100 28s -30s linear infinite}@keyframes fall-100{65.374%{transform:translate(94.8697vw,65.374vh) scale(.7683)}to{transform:translate(96.34305vw,99vh) scale(.7683)}}.snow:nth-child(101){opacity:1.2394;transform:translate(34.0937vw,-10px) scale(.4002);animation:fall-101 28s -16s linear infinite}@keyframes fall-101{40.798%{transform:translate(34.1872vw,40.798vh) scale(.4002)}to{transform:translate(34.14045vw,99vh) scale(.4002)}}.snow:nth-child(102){opacity:1.3664;transform:translate(76.7449vw,-10px) scale(.1266);animation:fall-102 21s -5s linear infinite}@keyframes fall-102{44.008%{transform:translate(77.2158vw,44.008vh) scale(.1266)}to{transform:translate(76.98035vw,99vh) scale(.1266)}}.snow:nth-child(103){opacity:1.9572;transform:translate(20.3143vw,-10px) scale(.0504);animation:fall-103 26s -3s linear infinite}@keyframes fall-103{31.594%{transform:translate(13.7303vw,31.594vh) scale(.0504)}to{transform:translate(17.0223vw,99vh) scale(.0504)}}.snow:nth-child(104){opacity:1.18;transform:translate(51.351vw,-10px) scale(.4006);animation:fall-104 19s -16s linear infinite}@keyframes fall-104{72.295%{transform:translate(43.487vw,72.295vh) scale(.4006)}to{transform:translate(47.419vw,99vh) scale(.4006)}}.snow:nth-child(105){opacity:1.2778;transform:translate(35.5892vw,-10px) scale(.9708);animation:fall-105 30s -27s linear infinite}@keyframes fall-105{36.453%{transform:translate(34.0621vw,36.453vh) scale(.9708)}to{transform:translate(34.82565vw,99vh) scale(.9708)}}.snow:nth-child(106){opacity:1.1836;transform:translate(98.3117vw,-10px) scale(.7948);animation:fall-106 17s -28s linear infinite}@keyframes fall-106{46.384%{transform:translate(95.5912vw,46.384vh) scale(.7948)}to{transform:translate(96.95145vw,99vh) scale(.7948)}}.snow:nth-child(107){opacity:.0134;transform:translate(42.3852vw,-10px) scale(.409);animation:fall-107 11s -24s linear infinite}@keyframes fall-107{47.959%{transform:translate(48.9702vw,47.959vh) scale(.409)}to{transform:translate(45.6777vw,99vh) scale(.409)}}.snow:nth-child(108){opacity:.0534;transform:translate(43.9796vw,-10px) scale(.3446);animation:fall-108 23s -19s linear infinite}@keyframes fall-108{39.844%{transform:translate(40.6346vw,39.844vh) scale(.3446)}to{transform:translate(42.3071vw,99vh) scale(.3446)}}.snow:nth-child(109){opacity:1.4138;transform:translate(95.7606vw,-10px) scale(.8443);animation:fall-109 16s -27s linear infinite}@keyframes fall-109{72.826%{transform:translate(104.2792vw,72.826vh) scale(.8443)}to{transform:translate(100.0199vw,99vh) scale(.8443)}}.snow:nth-child(110){opacity:1.5142;transform:translate(5.9869vw,-10px) scale(.9793);animation:fall-110 29s -23s linear infinite}@keyframes fall-110{34.906%{transform:translate(.3604vw,34.906vh) scale(.9793)}to{transform:translate(3.17365vw,99vh) scale(.9793)}}.snow:nth-child(111){opacity:.2996;transform:translate(38.7921vw,-10px) scale(.0419);animation:fall-111 15s -24s linear infinite}@keyframes fall-111{36.01%{transform:translate(34.6444vw,36.01vh) scale(.0419)}to{transform:translate(36.71825vw,99vh) scale(.0419)}}.snow:nth-child(112){opacity:1.2794;transform:translate(44.2269vw,-10px) scale(.8132);animation:fall-112 14s -4s linear infinite}@keyframes fall-112{37.905%{transform:translate(52.0625vw,37.905vh) scale(.8132)}to{transform:translate(48.1447vw,99vh) scale(.8132)}}.snow:nth-child(113){opacity:.8124;transform:translate(34.7839vw,-10px) scale(.5845);animation:fall-113 17s -30s linear infinite}@keyframes fall-113{60.118%{transform:translate(26.7943vw,60.118vh) scale(.5845)}to{transform:translate(30.7891vw,99vh) scale(.5845)}}.snow:nth-child(114){opacity:1.7524;transform:translate(70.3688vw,-10px) scale(.6131);animation:fall-114 16s -30s linear infinite}@keyframes fall-114{65.821%{transform:translate(72.6634vw,65.821vh) scale(.6131)}to{transform:translate(71.5161vw,99vh) scale(.6131)}}.snow:nth-child(115){opacity:1.4618;transform:translate(81.7301vw,-10px) scale(.8123);animation:fall-115 24s -2s linear infinite}@keyframes fall-115{34.052%{transform:translate(81.3583vw,34.052vh) scale(.8123)}to{transform:translate(81.5442vw,99vh) scale(.8123)}}.snow:nth-child(116){opacity:.4678;transform:translate(86.378vw,-10px) scale(.4601);animation:fall-116 14s -21s linear infinite}@keyframes fall-116{74.236%{transform:translate(83.2599vw,74.236vh) scale(.4601)}to{transform:translate(84.81895vw,99vh) scale(.4601)}}.snow:nth-child(117){opacity:.4828;transform:translate(31.1638vw,-10px) scale(.3541);animation:fall-117 13s -1s linear infinite}@keyframes fall-117{46.973%{transform:translate(39.3544vw,46.973vh) scale(.3541)}to{transform:translate(35.2591vw,99vh) scale(.3541)}}.snow:nth-child(118){opacity:.8904;transform:translate(44.6877vw,-10px) scale(.7864);animation:fall-118 24s -11s linear infinite}@keyframes fall-118{78.269%{transform:translate(53.1656vw,78.269vh) scale(.7864)}to{transform:translate(48.92665vw,99vh) scale(.7864)}}.snow:nth-child(119){opacity:1.1244;transform:translate(81.9657vw,-10px) scale(.287);animation:fall-119 26s -12s linear infinite}@keyframes fall-119{69.989%{transform:translate(77.6796vw,69.989vh) scale(.287)}to{transform:translate(79.82265vw,99vh) scale(.287)}}.snow:nth-child(120){opacity:.7152;transform:translate(2.6535vw,-10px) scale(.9967);animation:fall-120 22s -19s linear infinite}@keyframes fall-120{43.832%{transform:translate(-3.5104vw,43.832vh) scale(.9967)}to{transform:translate(-.42845vw,99vh) scale(.9967)}}.snow:nth-child(121){opacity:.6518;transform:translate(11.344vw,-10px) scale(.8367);animation:fall-121 23s -19s linear infinite}@keyframes fall-121{69.37%{transform:translate(2.4342vw,69.37vh) scale(.8367)}to{transform:translate(6.8891vw,99vh) scale(.8367)}}.snow:nth-child(122){opacity:1.4086;transform:translate(8.6905vw,-10px) scale(.1678);animation:fall-122 11s -29s linear infinite}@keyframes fall-122{51.089%{transform:translate(6.5137vw,51.089vh) scale(.1678)}to{transform:translate(7.6021vw,99vh) scale(.1678)}}.snow:nth-child(123){opacity:.2526;transform:translate(36.0337vw,-10px) scale(.3048);animation:fall-123 17s -7s linear infinite}@keyframes fall-123{57.09%{transform:translate(38.1414vw,57.09vh) scale(.3048)}to{transform:translate(37.08755vw,99vh) scale(.3048)}}.snow:nth-child(124){opacity:.6344;transform:translate(56.7455vw,-10px) scale(.5082);animation:fall-124 24s -24s linear infinite}@keyframes fall-124{45.538%{transform:translate(60.2219vw,45.538vh) scale(.5082)}to{transform:translate(58.4837vw,99vh) scale(.5082)}}.snow:nth-child(125){opacity:.796;transform:translate(74.5675vw,-10px) scale(.8772);animation:fall-125 30s -3s linear infinite}@keyframes fall-125{50.962%{transform:translate(69.7495vw,50.962vh) scale(.8772)}to{transform:translate(72.1585vw,99vh) scale(.8772)}}.snow:nth-child(126){opacity:.231;transform:translate(24.6993vw,-10px) scale(.94);animation:fall-126 23s -4s linear infinite}@keyframes fall-126{56.762%{transform:translate(28.7401vw,56.762vh) scale(.94)}to{transform:translate(26.7197vw,99vh) scale(.94)}}.snow:nth-child(127){opacity:1.212;transform:translate(72.8586vw,-10px) scale(.0582);animation:fall-127 13s -8s linear infinite}@keyframes fall-127{33.425%{transform:translate(63.1332vw,33.425vh) scale(.0582)}to{transform:translate(67.9959vw,99vh) scale(.0582)}}.snow:nth-child(128){opacity:1.238;transform:translate(91.1345vw,-10px) scale(.0045);animation:fall-128 25s -10s linear infinite}@keyframes fall-128{58.619%{transform:translate(98.2166vw,58.619vh) scale(.0045)}to{transform:translate(94.67555vw,99vh) scale(.0045)}}.snow:nth-child(129){opacity:.9732;transform:translate(.0714vw,-10px) scale(.4614);animation:fall-129 10s -7s linear infinite}@keyframes fall-129{58.463%{transform:translate(4.8508vw,58.463vh) scale(.4614)}to{transform:translate(2.4611vw,99vh) scale(.4614)}}.snow:nth-child(130){opacity:1.3126;transform:translate(72.8996vw,-10px) scale(.4533);animation:fall-130 25s -21s linear infinite}@keyframes fall-130{38.043%{transform:translate(71.6096vw,38.043vh) scale(.4533)}to{transform:translate(72.2546vw,99vh) scale(.4533)}}.snow:nth-child(131){opacity:1.76;transform:translate(99.6427vw,-10px) scale(.984);animation:fall-131 29s -19s linear infinite}@keyframes fall-131{31.155%{transform:translate(102.3701vw,31.155vh) scale(.984)}to{transform:translate(101.0064vw,99vh) scale(.984)}}.snow:nth-child(132){opacity:.5022;transform:translate(19.811vw,-10px) scale(.8148);animation:fall-132 14s -24s linear infinite}@keyframes fall-132{42.328%{transform:translate(28.8244vw,42.328vh) scale(.8148)}to{transform:translate(24.3177vw,99vh) scale(.8148)}}.snow:nth-child(133){opacity:.2202;transform:translate(66.9678vw,-10px) scale(.7777);animation:fall-133 28s -25s linear infinite}@keyframes fall-133{48.746%{transform:translate(62.434vw,48.746vh) scale(.7777)}to{transform:translate(64.7009vw,99vh) scale(.7777)}}.snow:nth-child(134){opacity:.8824;transform:translate(.7885vw,-10px) scale(.1164);animation:fall-134 28s -23s linear infinite}@keyframes fall-134{72.809%{transform:translate(-5.5402vw,72.809vh) scale(.1164)}to{transform:translate(-2.37585vw,99vh) scale(.1164)}}.snow:nth-child(135){opacity:.109;transform:translate(4.0542vw,-10px) scale(.6966);animation:fall-135 10s -15s linear infinite}@keyframes fall-135{56.523%{transform:translate(12.4515vw,56.523vh) scale(.6966)}to{transform:translate(8.25285vw,99vh) scale(.6966)}}.snow:nth-child(136){opacity:1.9866;transform:translate(91.287vw,-10px) scale(.3729);animation:fall-136 10s -7s linear infinite}@keyframes fall-136{79.308%{transform:translate(83.0429vw,79.308vh) scale(.3729)}to{transform:translate(87.16495vw,99vh) scale(.3729)}}.snow:nth-child(137){opacity:1.8538;transform:translate(61.3801vw,-10px) scale(.5357);animation:fall-137 29s -26s linear infinite}@keyframes fall-137{44.718%{transform:translate(63.4306vw,44.718vh) scale(.5357)}to{transform:translate(62.40535vw,99vh) scale(.5357)}}.snow:nth-child(138){opacity:1.0596;transform:translate(26.2859vw,-10px) scale(.8845);animation:fall-138 16s -4s linear infinite}@keyframes fall-138{34.367%{transform:translate(28.373vw,34.367vh) scale(.8845)}to{transform:translate(27.32945vw,99vh) scale(.8845)}}.snow:nth-child(139){opacity:.531;transform:translate(43.4927vw,-10px) scale(.1829);animation:fall-139 19s -2s linear infinite}@keyframes fall-139{55.12%{transform:translate(52.4518vw,55.12vh) scale(.1829)}to{transform:translate(47.97225vw,99vh) scale(.1829)}}.snow:nth-child(140){opacity:1.3822;transform:translate(80.2238vw,-10px) scale(.9281);animation:fall-140 23s -23s linear infinite}@keyframes fall-140{31.714%{transform:translate(78.679vw,31.714vh) scale(.9281)}to{transform:translate(79.4514vw,99vh) scale(.9281)}}.snow:nth-child(141){opacity:1.9106;transform:translate(81.8301vw,-10px) scale(.7291);animation:fall-141 23s -1s linear infinite}@keyframes fall-141{44.299%{transform:translate(89.6646vw,44.299vh) scale(.7291)}to{transform:translate(85.74735vw,99vh) scale(.7291)}}.snow:nth-child(142){opacity:1.704;transform:translate(96.2526vw,-10px) scale(.9574);animation:fall-142 19s -23s linear infinite}@keyframes fall-142{61.337%{transform:translate(95.2487vw,61.337vh) scale(.9574)}to{transform:translate(95.75065vw,99vh) scale(.9574)}}.snow:nth-child(143){opacity:.2004;transform:translate(56.6655vw,-10px) scale(.7259);animation:fall-143 28s -8s linear infinite}@keyframes fall-143{46.741%{transform:translate(52.1035vw,46.741vh) scale(.7259)}to{transform:translate(54.3845vw,99vh) scale(.7259)}}.snow:nth-child(144){opacity:1.9282;transform:translate(24.9881vw,-10px) scale(.8562);animation:fall-144 10s -6s linear infinite}@keyframes fall-144{37.996%{transform:translate(18.1232vw,37.996vh) scale(.8562)}to{transform:translate(21.55565vw,99vh) scale(.8562)}}.snow:nth-child(145){opacity:1.2126;transform:translate(59.8293vw,-10px) scale(.3994);animation:fall-145 22s -2s linear infinite}@keyframes fall-145{35.658%{transform:translate(56.49vw,35.658vh) scale(.3994)}to{transform:translate(58.15965vw,99vh) scale(.3994)}}.snow:nth-child(146){opacity:1.1818;transform:translate(9.846vw,-10px) scale(.0549);animation:fall-146 12s -25s linear infinite}@keyframes fall-146{72.738%{transform:translate(16.5474vw,72.738vh) scale(.0549)}to{transform:translate(13.1967vw,99vh) scale(.0549)}}.snow:nth-child(147){opacity:1.8386;transform:translate(30.1404vw,-10px) scale(.2021);animation:fall-147 21s -15s linear infinite}@keyframes fall-147{51.599%{transform:translate(36.4098vw,51.599vh) scale(.2021)}to{transform:translate(33.2751vw,99vh) scale(.2021)}}.snow:nth-child(148){opacity:.7366;transform:translate(22.4vw,-10px) scale(.9801);animation:fall-148 11s -7s linear infinite}@keyframes fall-148{74.134%{transform:translate(31.713vw,74.134vh) scale(.9801)}to{transform:translate(27.0565vw,99vh) scale(.9801)}}.snow:nth-child(149){opacity:.91;transform:translate(41.517vw,-10px) scale(.781);animation:fall-149 15s -25s linear infinite}@keyframes fall-149{64.654%{transform:translate(38.0984vw,64.654vh) scale(.781)}to{transform:translate(39.8077vw,99vh) scale(.781)}}.snow:nth-child(150){opacity:.6134;transform:translate(58.2779vw,-10px) scale(.3125);animation:fall-150 27s -17s linear infinite}@keyframes fall-150{74.149%{transform:translate(63.9904vw,74.149vh) scale(.3125)}to{transform:translate(61.13415vw,99vh) scale(.3125)}}.snow:nth-child(151){opacity:.5144;transform:translate(98.8582vw,-10px) scale(.3303);animation:fall-151 11s -24s linear infinite}@keyframes fall-151{67.943%{transform:translate(96.4406vw,67.943vh) scale(.3303)}to{transform:translate(97.6494vw,99vh) scale(.3303)}}.snow:nth-child(152){opacity:1.4774;transform:translate(42.8677vw,-10px) scale(.6024);animation:fall-152 25s -7s linear infinite}@keyframes fall-152{54.158%{transform:translate(34.2845vw,54.158vh) scale(.6024)}to{transform:translate(38.5761vw,99vh) scale(.6024)}}.snow:nth-child(153){opacity:1.229;transform:translate(82.6437vw,-10px) scale(.4495);animation:fall-153 29s -12s linear infinite}@keyframes fall-153{61.846%{transform:translate(82.3779vw,61.846vh) scale(.4495)}to{transform:translate(82.5108vw,99vh) scale(.4495)}}.snow:nth-child(154){opacity:1.5976;transform:translate(.1483vw,-10px) scale(.3624);animation:fall-154 18s -6s linear infinite}@keyframes fall-154{31.186%{transform:translate(1.5951vw,31.186vh) scale(.3624)}to{transform:translate(.8717vw,99vh) scale(.3624)}}.snow:nth-child(155){opacity:1.3836;transform:translate(69.0941vw,-10px) scale(.2756);animation:fall-155 14s -18s linear infinite}@keyframes fall-155{68.152%{transform:translate(67.3336vw,68.152vh) scale(.2756)}to{transform:translate(68.21385vw,99vh) scale(.2756)}}.snow:nth-child(156){opacity:.7344;transform:translate(41.1537vw,-10px) scale(.7178);animation:fall-156 26s -14s linear infinite}@keyframes fall-156{55.643%{transform:translate(35.7825vw,55.643vh) scale(.7178)}to{transform:translate(38.4681vw,99vh) scale(.7178)}}.snow:nth-child(157){opacity:.6604;transform:translate(46.7811vw,-10px) scale(.1359);animation:fall-157 30s -7s linear infinite}@keyframes fall-157{39.063%{transform:translate(49.4491vw,39.063vh) scale(.1359)}to{transform:translate(48.1151vw,99vh) scale(.1359)}}.snow:nth-child(158){opacity:1.0932;transform:translate(.0803vw,-10px) scale(.6104);animation:fall-158 26s -13s linear infinite}@keyframes fall-158{41.386%{transform:translate(-4.5329vw,41.386vh) scale(.6104)}to{transform:translate(-2.2263vw,99vh) scale(.6104)}}.snow:nth-child(159){opacity:.2394;transform:translate(93.2471vw,-10px) scale(.6295);animation:fall-159 14s -17s linear infinite}@keyframes fall-159{52.609%{transform:translate(85.6561vw,52.609vh) scale(.6295)}to{transform:translate(89.4516vw,99vh) scale(.6295)}}.snow:nth-child(160){opacity:1.056;transform:translate(1.554vw,-10px) scale(.722);animation:fall-160 27s -19s linear infinite}@keyframes fall-160{43.464%{transform:translate(-2.1868vw,43.464vh) scale(.722)}to{transform:translate(-.3164vw,99vh) scale(.722)}}.snow:nth-child(161){opacity:1.5724;transform:translate(57.1242vw,-10px) scale(.1236);animation:fall-161 14s -19s linear infinite}@keyframes fall-161{49.634%{transform:translate(54.7199vw,49.634vh) scale(.1236)}to{transform:translate(55.92205vw,99vh) scale(.1236)}}.snow:nth-child(162){opacity:.4606;transform:translate(78.6912vw,-10px) scale(.3622);animation:fall-162 26s -25s linear infinite}@keyframes fall-162{72.821%{transform:translate(69.5028vw,72.821vh) scale(.3622)}to{transform:translate(74.097vw,99vh) scale(.3622)}}.snow:nth-child(163){opacity:.4784;transform:translate(18.828vw,-10px) scale(.406);animation:fall-163 20s -23s linear infinite}@keyframes fall-163{67.101%{transform:translate(22.7882vw,67.101vh) scale(.406)}to{transform:translate(20.8081vw,99vh) scale(.406)}}.snow:nth-child(164){opacity:1.914;transform:translate(39.956vw,-10px) scale(.6699);animation:fall-164 26s -23s linear infinite}@keyframes fall-164{43.876%{transform:translate(37.9633vw,43.876vh) scale(.6699)}to{transform:translate(38.95965vw,99vh) scale(.6699)}}.snow:nth-child(165){opacity:1.0336;transform:translate(81.71vw,-10px) scale(.5325);animation:fall-165 14s -20s linear infinite}@keyframes fall-165{57.776%{transform:translate(82.4193vw,57.776vh) scale(.5325)}to{transform:translate(82.06465vw,99vh) scale(.5325)}}.snow:nth-child(166){opacity:.901;transform:translate(82.1469vw,-10px) scale(.4888);animation:fall-166 25s -9s linear infinite}@keyframes fall-166{61.814%{transform:translate(86.0004vw,61.814vh) scale(.4888)}to{transform:translate(84.07365vw,99vh) scale(.4888)}}.snow:nth-child(167){opacity:.6258;transform:translate(65.9395vw,-10px) scale(.5551);animation:fall-167 20s -16s linear infinite}@keyframes fall-167{54.027%{transform:translate(66.4146vw,54.027vh) scale(.5551)}to{transform:translate(66.17705vw,99vh) scale(.5551)}}.snow:nth-child(168){opacity:1.4112;transform:translate(65.2737vw,-10px) scale(.6275);animation:fall-168 11s -7s linear infinite}@keyframes fall-168{47.279%{transform:translate(63.2668vw,47.279vh) scale(.6275)}to{transform:translate(64.27025vw,99vh) scale(.6275)}}.snow:nth-child(169){opacity:.4724;transform:translate(94.4002vw,-10px) scale(.7054);animation:fall-169 27s -30s linear infinite}@keyframes fall-169{79.746%{transform:translate(92.68vw,79.746vh) scale(.7054)}to{transform:translate(93.5401vw,99vh) scale(.7054)}}.snow:nth-child(170){opacity:1.4058;transform:translate(19.4508vw,-10px) scale(.8817);animation:fall-170 19s -17s linear infinite}@keyframes fall-170{66.342%{transform:translate(29.4272vw,66.342vh) scale(.8817)}to{transform:translate(24.439vw,99vh) scale(.8817)}}.snow:nth-child(171){opacity:.2388;transform:translate(62.111vw,-10px) scale(.874);animation:fall-171 26s -26s linear infinite}@keyframes fall-171{46.446%{transform:translate(69.3393vw,46.446vh) scale(.874)}to{transform:translate(65.72515vw,99vh) scale(.874)}}.snow:nth-child(172){opacity:.8824;transform:translate(46.275vw,-10px) scale(.6855);animation:fall-172 11s -3s linear infinite}@keyframes fall-172{60.388%{transform:translate(53.5097vw,60.388vh) scale(.6855)}to{transform:translate(49.89235vw,99vh) scale(.6855)}}.snow:nth-child(173){opacity:.9558;transform:translate(79.5235vw,-10px) scale(.4333);animation:fall-173 27s -14s linear infinite}@keyframes fall-173{59.001%{transform:translate(86.0403vw,59.001vh) scale(.4333)}to{transform:translate(82.7819vw,99vh) scale(.4333)}}.snow:nth-child(174){opacity:1.71;transform:translate(23.7888vw,-10px) scale(.2604);animation:fall-174 19s -3s linear infinite}@keyframes fall-174{53.077%{transform:translate(16.1277vw,53.077vh) scale(.2604)}to{transform:translate(19.95825vw,99vh) scale(.2604)}}.snow:nth-child(175){opacity:.3108;transform:translate(7.3762vw,-10px) scale(.677);animation:fall-175 26s -21s linear infinite}@keyframes fall-175{43.231%{transform:translate(1.0637vw,43.231vh) scale(.677)}to{transform:translate(4.21995vw,99vh) scale(.677)}}.snow:nth-child(176){opacity:1.533;transform:translate(.9798vw,-10px) scale(.7495);animation:fall-176 23s -12s linear infinite}@keyframes fall-176{51.9%{transform:translate(3.4253vw,51.9vh) scale(.7495)}to{transform:translate(2.20255vw,99vh) scale(.7495)}}.snow:nth-child(177){opacity:.258;transform:translate(.4427vw,-10px) scale(.1355);animation:fall-177 12s -18s linear infinite}@keyframes fall-177{32.769%{transform:translate(6.1585vw,32.769vh) scale(.1355)}to{transform:translate(3.3006vw,99vh) scale(.1355)}}.snow:nth-child(178){opacity:1.8666;transform:translate(35.9789vw,-10px) scale(.1497);animation:fall-178 18s -22s linear infinite}@keyframes fall-178{38.885%{transform:translate(29.5406vw,38.885vh) scale(.1497)}to{transform:translate(32.75975vw,99vh) scale(.1497)}}.snow:nth-child(179){opacity:1.7986;transform:translate(21.8165vw,-10px) scale(.3188);animation:fall-179 11s -27s linear infinite}@keyframes fall-179{48.637%{transform:translate(26.4451vw,48.637vh) scale(.3188)}to{transform:translate(24.1308vw,99vh) scale(.3188)}}.snow:nth-child(180){opacity:.0276;transform:translate(36.2351vw,-10px) scale(.7519);animation:fall-180 25s -17s linear infinite}@keyframes fall-180{52.952%{transform:translate(31.172vw,52.952vh) scale(.7519)}to{transform:translate(33.70355vw,99vh) scale(.7519)}}.snow:nth-child(181){opacity:.3624;transform:translate(74.8109vw,-10px) scale(.4247);animation:fall-181 30s -19s linear infinite}@keyframes fall-181{69.55%{transform:translate(65.3031vw,69.55vh) scale(.4247)}to{transform:translate(70.057vw,99vh) scale(.4247)}}.snow:nth-child(182){opacity:.2486;transform:translate(77.7878vw,-10px) scale(.505);animation:fall-182 20s -8s linear infinite}@keyframes fall-182{46.419%{transform:translate(83.5274vw,46.419vh) scale(.505)}to{transform:translate(80.6576vw,99vh) scale(.505)}}.snow:nth-child(183){opacity:.6562;transform:translate(90.0017vw,-10px) scale(.1182);animation:fall-183 21s -20s linear infinite}@keyframes fall-183{57.328%{transform:translate(93.4878vw,57.328vh) scale(.1182)}to{transform:translate(91.74475vw,99vh) scale(.1182)}}.snow:nth-child(184){opacity:1.9314;transform:translate(9.7572vw,-10px) scale(.4323);animation:fall-184 20s -20s linear infinite}@keyframes fall-184{63.651%{transform:translate(5.8508vw,63.651vh) scale(.4323)}to{transform:translate(7.804vw,99vh) scale(.4323)}}.snow:nth-child(185){opacity:.6164;transform:translate(31.5475vw,-10px) scale(.7166);animation:fall-185 15s -26s linear infinite}@keyframes fall-185{37.435%{transform:translate(29.2842vw,37.435vh) scale(.7166)}to{transform:translate(30.41585vw,99vh) scale(.7166)}}.snow:nth-child(186){opacity:.8198;transform:translate(10.1474vw,-10px) scale(.3814);animation:fall-186 16s -11s linear infinite}@keyframes fall-186{44.972%{transform:translate(1.7142vw,44.972vh) scale(.3814)}to{transform:translate(5.9308vw,99vh) scale(.3814)}}.snow:nth-child(187){opacity:1.6668;transform:translate(32.91vw,-10px) scale(.1033);animation:fall-187 13s -22s linear infinite}@keyframes fall-187{44.678%{transform:translate(30.7495vw,44.678vh) scale(.1033)}to{transform:translate(31.82975vw,99vh) scale(.1033)}}.snow:nth-child(188){opacity:.8242;transform:translate(27.6678vw,-10px) scale(.622);animation:fall-188 16s -11s linear infinite}@keyframes fall-188{69.426%{transform:translate(33.6654vw,69.426vh) scale(.622)}to{transform:translate(30.6666vw,99vh) scale(.622)}}.snow:nth-child(189){opacity:1.2962;transform:translate(72.2367vw,-10px) scale(.0842);animation:fall-189 17s -30s linear infinite}@keyframes fall-189{66.285%{transform:translate(77.1648vw,66.285vh) scale(.0842)}to{transform:translate(74.70075vw,99vh) scale(.0842)}}.snow:nth-child(190){opacity:1.8516;transform:translate(.2282vw,-10px) scale(.8892);animation:fall-190 18s -11s linear infinite}@keyframes fall-190{70.489%{transform:translate(-5.8619vw,70.489vh) scale(.8892)}to{transform:translate(-2.81685vw,99vh) scale(.8892)}}.snow:nth-child(191){opacity:.989;transform:translate(19.288vw,-10px) scale(.4205);animation:fall-191 28s -25s linear infinite}@keyframes fall-191{53.493%{transform:translate(28.5799vw,53.493vh) scale(.4205)}to{transform:translate(23.93395vw,99vh) scale(.4205)}}.snow:nth-child(192){opacity:.931;transform:translate(15.7007vw,-10px) scale(.5251);animation:fall-192 19s -8s linear infinite}@keyframes fall-192{60.453%{transform:translate(20.4518vw,60.453vh) scale(.5251)}to{transform:translate(18.07625vw,99vh) scale(.5251)}}.snow:nth-child(193){opacity:1.9668;transform:translate(92.1156vw,-10px) scale(.9334);animation:fall-193 25s -30s linear infinite}@keyframes fall-193{78.859%{transform:translate(83.4672vw,78.859vh) scale(.9334)}to{transform:translate(87.7914vw,99vh) scale(.9334)}}.snow:nth-child(194){opacity:1.691;transform:translate(72.5248vw,-10px) scale(.2966);animation:fall-194 10s -29s linear infinite}@keyframes fall-194{64.963%{transform:translate(73.2036vw,64.963vh) scale(.2966)}to{transform:translate(72.8642vw,99vh) scale(.2966)}}.snow:nth-child(195){opacity:1.0338;transform:translate(84.5953vw,-10px) scale(.4252);animation:fall-195 21s -8s linear infinite}@keyframes fall-195{55.727%{transform:translate(75.9786vw,55.727vh) scale(.4252)}to{transform:translate(80.28695vw,99vh) scale(.4252)}}.snow:nth-child(196){opacity:.8264;transform:translate(53.647vw,-10px) scale(.6599);animation:fall-196 12s -7s linear infinite}@keyframes fall-196{56.825%{transform:translate(48.1331vw,56.825vh) scale(.6599)}to{transform:translate(50.89005vw,99vh) scale(.6599)}}.snow:nth-child(197){opacity:1.1892;transform:translate(78.4274vw,-10px) scale(.7665);animation:fall-197 28s -16s linear infinite}@keyframes fall-197{76.979%{transform:translate(86.1305vw,76.979vh) scale(.7665)}to{transform:translate(82.27895vw,99vh) scale(.7665)}}.snow:nth-child(198){opacity:1.028;transform:translate(43.5065vw,-10px) scale(.473);animation:fall-198 30s -15s linear infinite}@keyframes fall-198{38.405%{transform:translate(43.3541vw,38.405vh) scale(.473)}to{transform:translate(43.4303vw,99vh) scale(.473)}}.snow:nth-child(199){opacity:.5604;transform:translate(87.9807vw,-10px) scale(.2522);animation:fall-199 27s -22s linear infinite}@keyframes fall-199{68.642%{transform:translate(91.2422vw,68.642vh) scale(.2522)}to{transform:translate(89.61145vw,99vh) scale(.2522)}}.snow:nth-child(200){opacity:1.5482;transform:translate(13.4164vw,-10px) scale(.8271);animation:fall-200 26s -21s linear infinite}@keyframes fall-200{70.256%{transform:translate(20.1225vw,70.256vh) scale(.8271)}to{transform:translate(16.76945vw,99vh) scale(.8271)}}.snow:nth-child(201){opacity:1.455;transform:translate(54.6967vw,-10px) scale(.5638);animation:fall-201 28s -27s linear infinite}@keyframes fall-201{51.112%{transform:translate(55.8032vw,51.112vh) scale(.5638)}to{transform:translate(55.24995vw,99vh) scale(.5638)}}.snow:nth-child(202){opacity:1.9264;transform:translate(54.2936vw,-10px) scale(.9498);animation:fall-202 19s -19s linear infinite}@keyframes fall-202{75.716%{transform:translate(52.492vw,75.716vh) scale(.9498)}to{transform:translate(53.3928vw,99vh) scale(.9498)}}.snow:nth-child(203){opacity:.449;transform:translate(68.3618vw,-10px) scale(.9276);animation:fall-203 18s -22s linear infinite}@keyframes fall-203{70.684%{transform:translate(62.2836vw,70.684vh) scale(.9276)}to{transform:translate(65.3227vw,99vh) scale(.9276)}}.snow:nth-child(204){opacity:1.5178;transform:translate(15.0152vw,-10px) scale(.345);animation:fall-204 13s -19s linear infinite}@keyframes fall-204{65.696%{transform:translate(21.3809vw,65.696vh) scale(.345)}to{transform:translate(18.19805vw,99vh) scale(.345)}}.snow:nth-child(205){opacity:1.2402;transform:translate(59.6628vw,-10px) scale(.5349);animation:fall-205 20s -14s linear infinite}@keyframes fall-205{45.588%{transform:translate(68.969vw,45.588vh) scale(.5349)}to{transform:translate(64.3159vw,99vh) scale(.5349)}}.snow:nth-child(206){opacity:1.3798;transform:translate(19.5579vw,-10px) scale(.3651);animation:fall-206 17s -2s linear infinite}@keyframes fall-206{53.567%{transform:translate(19.6429vw,53.567vh) scale(.3651)}to{transform:translate(19.6004vw,99vh) scale(.3651)}}.snow:nth-child(207){opacity:1.635;transform:translate(87.8083vw,-10px) scale(.5293);animation:fall-207 25s -23s linear infinite}@keyframes fall-207{45.748%{transform:translate(86.1702vw,45.748vh) scale(.5293)}to{transform:translate(86.98925vw,99vh) scale(.5293)}}.snow:nth-child(208){opacity:.2716;transform:translate(97.4012vw,-10px) scale(.7548);animation:fall-208 16s -6s linear infinite}@keyframes fall-208{79.14%{transform:translate(97.6959vw,79.14vh) scale(.7548)}to{transform:translate(97.54855vw,99vh) scale(.7548)}}.snow:nth-child(209){opacity:.5506;transform:translate(82.5064vw,-10px) scale(.1335);animation:fall-209 11s -22s linear infinite}@keyframes fall-209{42.765%{transform:translate(74.0447vw,42.765vh) scale(.1335)}to{transform:translate(78.27555vw,99vh) scale(.1335)}}.snow:nth-child(210){opacity:1.5906;transform:translate(62.1121vw,-10px) scale(.2457);animation:fall-210 10s -5s linear infinite}@keyframes fall-210{51.435%{transform:translate(63.9399vw,51.435vh) scale(.2457)}to{transform:translate(63.026vw,99vh) scale(.2457)}}.snow:nth-child(211){opacity:.2514;transform:translate(80.7602vw,-10px) scale(.8803);animation:fall-211 25s -10s linear infinite}@keyframes fall-211{49.49%{transform:translate(73.5411vw,49.49vh) scale(.8803)}to{transform:translate(77.15065vw,99vh) scale(.8803)}}.snow:nth-child(212){opacity:1.1308;transform:translate(63.0343vw,-10px) scale(.067);animation:fall-212 15s -29s linear infinite}@keyframes fall-212{71.182%{transform:translate(63.5341vw,71.182vh) scale(.067)}to{transform:translate(63.2842vw,99vh) scale(.067)}}.snow:nth-child(213){opacity:.9804;transform:translate(60.2523vw,-10px) scale(.4617);animation:fall-213 25s -8s linear infinite}@keyframes fall-213{34.004%{transform:translate(50.7001vw,34.004vh) scale(.4617)}to{transform:translate(55.4762vw,99vh) scale(.4617)}}.snow:nth-child(214){opacity:.2078;transform:translate(14.7738vw,-10px) scale(.6792);animation:fall-214 26s -4s linear infinite}@keyframes fall-214{57.97%{transform:translate(14.2228vw,57.97vh) scale(.6792)}to{transform:translate(14.4983vw,99vh) scale(.6792)}}.snow:nth-child(215){opacity:.425;transform:translate(71.0128vw,-10px) scale(.4063);animation:fall-215 27s -25s linear infinite}@keyframes fall-215{30.9%{transform:translate(78.2007vw,30.9vh) scale(.4063)}to{transform:translate(74.60675vw,99vh) scale(.4063)}}.snow:nth-child(216){opacity:1.6042;transform:translate(87.229vw,-10px) scale(.4117);animation:fall-216 15s -11s linear infinite}@keyframes fall-216{61.23%{transform:translate(78.1334vw,61.23vh) scale(.4117)}to{transform:translate(82.6812vw,99vh) scale(.4117)}}.snow:nth-child(217){opacity:1.2176;transform:translate(67.4768vw,-10px) scale(.2538);animation:fall-217 25s -16s linear infinite}@keyframes fall-217{69.902%{transform:translate(66.2956vw,69.902vh) scale(.2538)}to{transform:translate(66.8862vw,99vh) scale(.2538)}}.snow:nth-child(218){opacity:1.9268;transform:translate(2.6374vw,-10px) scale(.835);animation:fall-218 25s -9s linear infinite}@keyframes fall-218{43.606%{transform:translate(.8455vw,43.606vh) scale(.835)}to{transform:translate(1.74145vw,99vh) scale(.835)}}.snow:nth-child(219){opacity:1.8566;transform:translate(54.5997vw,-10px) scale(.2747);animation:fall-219 27s -7s linear infinite}@keyframes fall-219{35.909%{transform:translate(51.7488vw,35.909vh) scale(.2747)}to{transform:translate(53.17425vw,99vh) scale(.2747)}}.snow:nth-child(220){opacity:1.138;transform:translate(45.431vw,-10px) scale(.8862);animation:fall-220 24s -18s linear infinite}@keyframes fall-220{63.774%{transform:translate(36.7654vw,63.774vh) scale(.8862)}to{transform:translate(41.0982vw,99vh) scale(.8862)}}.snow:nth-child(221){opacity:1.831;transform:translate(30.5801vw,-10px) scale(.3979);animation:fall-221 30s -13s linear infinite}@keyframes fall-221{46.442%{transform:translate(35.9327vw,46.442vh) scale(.3979)}to{transform:translate(33.2564vw,99vh) scale(.3979)}}.snow:nth-child(222){opacity:.5934;transform:translate(54.701vw,-10px) scale(.6642);animation:fall-222 22s -9s linear infinite}@keyframes fall-222{54.109%{transform:translate(54.0476vw,54.109vh) scale(.6642)}to{transform:translate(54.3743vw,99vh) scale(.6642)}}.snow:nth-child(223){opacity:1.2038;transform:translate(84.6892vw,-10px) scale(.5064);animation:fall-223 22s -5s linear infinite}@keyframes fall-223{70.336%{transform:translate(94.6092vw,70.336vh) scale(.5064)}to{transform:translate(89.6492vw,99vh) scale(.5064)}}.snow:nth-child(224){opacity:1.009;transform:translate(39.316vw,-10px) scale(.8309);animation:fall-224 17s -2s linear infinite}@keyframes fall-224{48.29%{transform:translate(48.5902vw,48.29vh) scale(.8309)}to{transform:translate(43.9531vw,99vh) scale(.8309)}}.snow:nth-child(225){opacity:1.8326;transform:translate(13.2006vw,-10px) scale(.1337);animation:fall-225 14s -10s linear infinite}@keyframes fall-225{58.187%{transform:translate(17.2482vw,58.187vh) scale(.1337)}to{transform:translate(15.2244vw,99vh) scale(.1337)}}.snow:nth-child(226){opacity:.8636;transform:translate(95.4401vw,-10px) scale(.1007);animation:fall-226 18s -22s linear infinite}@keyframes fall-226{59.044%{transform:translate(98.9471vw,59.044vh) scale(.1007)}to{transform:translate(97.1936vw,99vh) scale(.1007)}}.snow:nth-child(227){opacity:1.3208;transform:translate(.2261vw,-10px) scale(.2955);animation:fall-227 28s -7s linear infinite}@keyframes fall-227{55.086%{transform:translate(3.5788vw,55.086vh) scale(.2955)}to{transform:translate(1.90245vw,99vh) scale(.2955)}}.snow:nth-child(228){opacity:.6066;transform:translate(27.096vw,-10px) scale(.4126);animation:fall-228 24s -19s linear infinite}@keyframes fall-228{61.73%{transform:translate(26.7099vw,61.73vh) scale(.4126)}to{transform:translate(26.90295vw,99vh) scale(.4126)}}.snow:nth-child(229){opacity:1.7594;transform:translate(25.0889vw,-10px) scale(.1258);animation:fall-229 20s -9s linear infinite}@keyframes fall-229{66.643%{transform:translate(24.8164vw,66.643vh) scale(.1258)}to{transform:translate(24.95265vw,99vh) scale(.1258)}}.snow:nth-child(230){opacity:1.0262;transform:translate(46.6372vw,-10px) scale(.0062);animation:fall-230 22s -4s linear infinite}@keyframes fall-230{45.791%{transform:translate(49.2529vw,45.791vh) scale(.0062)}to{transform:translate(47.94505vw,99vh) scale(.0062)}}.snow:nth-child(231){opacity:.0714;transform:translate(58.0313vw,-10px) scale(.7579);animation:fall-231 17s -22s linear infinite}@keyframes fall-231{51.031%{transform:translate(51.5013vw,51.031vh) scale(.7579)}to{transform:translate(54.7663vw,99vh) scale(.7579)}}.snow:nth-child(232){opacity:1.7622;transform:translate(82.393vw,-10px) scale(.9401);animation:fall-232 16s -20s linear infinite}@keyframes fall-232{32.661%{transform:translate(78.1627vw,32.661vh) scale(.9401)}to{transform:translate(80.27785vw,99vh) scale(.9401)}}.snow:nth-child(233){opacity:.2296;transform:translate(.7664vw,-10px) scale(.5978);animation:fall-233 20s -20s linear infinite}@keyframes fall-233{34.937%{transform:translate(-3.0854vw,34.937vh) scale(.5978)}to{transform:translate(-1.1595vw,99vh) scale(.5978)}}.snow:nth-child(234){opacity:1.4638;transform:translate(74.5374vw,-10px) scale(.9774);animation:fall-234 19s -12s linear infinite}@keyframes fall-234{79.694%{transform:translate(77.4044vw,79.694vh) scale(.9774)}to{transform:translate(75.9709vw,99vh) scale(.9774)}}.snow:nth-child(235){opacity:1.4566;transform:translate(30.3533vw,-10px) scale(.0621);animation:fall-235 29s -6s linear infinite}@keyframes fall-235{69.307%{transform:translate(40.2781vw,69.307vh) scale(.0621)}to{transform:translate(35.3157vw,99vh) scale(.0621)}}.snow:nth-child(236){opacity:.0346;transform:translate(12.571vw,-10px) scale(.285);animation:fall-236 29s -13s linear infinite}@keyframes fall-236{51.067%{transform:translate(12.8068vw,51.067vh) scale(.285)}to{transform:translate(12.6889vw,99vh) scale(.285)}}.snow:nth-child(237){opacity:.8066;transform:translate(19.0636vw,-10px) scale(.3036);animation:fall-237 20s -5s linear infinite}@keyframes fall-237{40.058%{transform:translate(18.3193vw,40.058vh) scale(.3036)}to{transform:translate(18.69145vw,99vh) scale(.3036)}}.snow:nth-child(238){opacity:1.3074;transform:translate(42.4104vw,-10px) scale(.9902);animation:fall-238 24s -2s linear infinite}@keyframes fall-238{56.942%{transform:translate(45.0108vw,56.942vh) scale(.9902)}to{transform:translate(43.7106vw,99vh) scale(.9902)}}.snow:nth-child(239){opacity:.745;transform:translate(41.1443vw,-10px) scale(.9124);animation:fall-239 18s -21s linear infinite}@keyframes fall-239{74.528%{transform:translate(35.5462vw,74.528vh) scale(.9124)}to{transform:translate(38.34525vw,99vh) scale(.9124)}}.snow:nth-child(240){opacity:.1644;transform:translate(8.3829vw,-10px) scale(.7461);animation:fall-240 23s -13s linear infinite}@keyframes fall-240{41.078%{transform:translate(1.3793vw,41.078vh) scale(.7461)}to{transform:translate(4.8811vw,99vh) scale(.7461)}}.snow:nth-child(241){opacity:1.5702;transform:translate(19.3441vw,-10px) scale(.3865);animation:fall-241 17s -29s linear infinite}@keyframes fall-241{44.899%{transform:translate(21.7245vw,44.899vh) scale(.3865)}to{transform:translate(20.5343vw,99vh) scale(.3865)}}.snow:nth-child(242){opacity:.8622;transform:translate(48.5062vw,-10px) scale(.9032);animation:fall-242 24s -6s linear infinite}@keyframes fall-242{55.99%{transform:translate(56.3381vw,55.99vh) scale(.9032)}to{transform:translate(52.42215vw,99vh) scale(.9032)}}.snow:nth-child(243){opacity:1.5538;transform:translate(30.6527vw,-10px) scale(.7961);animation:fall-243 19s -18s linear infinite}@keyframes fall-243{49.173%{transform:translate(38.8335vw,49.173vh) scale(.7961)}to{transform:translate(34.7431vw,99vh) scale(.7961)}}.snow:nth-child(244){opacity:.3868;transform:translate(70.21vw,-10px) scale(.1541);animation:fall-244 15s -25s linear infinite}@keyframes fall-244{52.927%{transform:translate(66.7983vw,52.927vh) scale(.1541)}to{transform:translate(68.50415vw,99vh) scale(.1541)}}.snow:nth-child(245){opacity:1.4588;transform:translate(34.8419vw,-10px) scale(.3961);animation:fall-245 24s -14s linear infinite}@keyframes fall-245{77.909%{transform:translate(41.3105vw,77.909vh) scale(.3961)}to{transform:translate(38.0762vw,99vh) scale(.3961)}}.snow:nth-child(246){opacity:1.5786;transform:translate(20.058vw,-10px) scale(.1355);animation:fall-246 21s -16s linear infinite}@keyframes fall-246{30.75%{transform:translate(11.1628vw,30.75vh) scale(.1355)}to{transform:translate(15.6104vw,99vh) scale(.1355)}}.snow:nth-child(247){opacity:1.0492;transform:translate(50.6281vw,-10px) scale(.4481);animation:fall-247 23s -16s linear infinite}@keyframes fall-247{79.159%{transform:translate(50.6347vw,79.159vh) scale(.4481)}to{transform:translate(50.6314vw,99vh) scale(.4481)}}.snow:nth-child(248){opacity:1.0936;transform:translate(74.1677vw,-10px) scale(.1881);animation:fall-248 19s -26s linear infinite}@keyframes fall-248{41.899%{transform:translate(73.3556vw,41.899vh) scale(.1881)}to{transform:translate(73.76165vw,99vh) scale(.1881)}}.snow:nth-child(249){opacity:1.0148;transform:translate(17.1317vw,-10px) scale(.124);animation:fall-249 29s -4s linear infinite}@keyframes fall-249{68.641%{transform:translate(12.3654vw,68.641vh) scale(.124)}to{transform:translate(14.74855vw,99vh) scale(.124)}}.snow:nth-child(250){opacity:1.6992;transform:translate(32.6054vw,-10px) scale(.1854);animation:fall-250 21s -17s linear infinite}@keyframes fall-250{66.577%{transform:translate(35.6581vw,66.577vh) scale(.1854)}to{transform:translate(34.13175vw,99vh) scale(.1854)}}.snow:nth-child(251){opacity:.3648;transform:translate(94.9783vw,-10px) scale(.3114);animation:fall-251 19s -6s linear infinite}@keyframes fall-251{64.363%{transform:translate(98.7759vw,64.363vh) scale(.3114)}to{transform:translate(96.8771vw,99vh) scale(.3114)}}.snow:nth-child(252){opacity:1.5906;transform:translate(87.8981vw,-10px) scale(.2685);animation:fall-252 10s -24s linear infinite}@keyframes fall-252{32.827%{transform:translate(96.959vw,32.827vh) scale(.2685)}to{transform:translate(92.42855vw,99vh) scale(.2685)}}.snow:nth-child(253){opacity:1.1422;transform:translate(36.7809vw,-10px) scale(.6568);animation:fall-253 30s -13s linear infinite}@keyframes fall-253{70.077%{transform:translate(37.4276vw,70.077vh) scale(.6568)}to{transform:translate(37.10425vw,99vh) scale(.6568)}}.snow:nth-child(254){opacity:1.3188;transform:translate(32.4938vw,-10px) scale(.0813);animation:fall-254 13s -24s linear infinite}@keyframes fall-254{55.973%{transform:translate(30.7303vw,55.973vh) scale(.0813)}to{transform:translate(31.61205vw,99vh) scale(.0813)}}.snow:nth-child(255){opacity:1.69;transform:translate(73.4051vw,-10px) scale(.4876);animation:fall-255 16s -8s linear infinite}@keyframes fall-255{55.103%{transform:translate(72.8685vw,55.103vh) scale(.4876)}to{transform:translate(73.1368vw,99vh) scale(.4876)}}.snow:nth-child(256){opacity:1.6654;transform:translate(25.4674vw,-10px) scale(.6462);animation:fall-256 20s -18s linear infinite}@keyframes fall-256{63.901%{transform:translate(33.5002vw,63.901vh) scale(.6462)}to{transform:translate(29.4838vw,99vh) scale(.6462)}}.snow:nth-child(257){opacity:.8372;transform:translate(83.312vw,-10px) scale(.227);animation:fall-257 26s -26s linear infinite}@keyframes fall-257{77.729%{transform:translate(88.85vw,77.729vh) scale(.227)}to{transform:translate(86.081vw,99vh) scale(.227)}}.snow:nth-child(258){opacity:1.0728;transform:translate(67.6206vw,-10px) scale(.2175);animation:fall-258 22s -17s linear infinite}@keyframes fall-258{66.799%{transform:translate(60.5457vw,66.799vh) scale(.2175)}to{transform:translate(64.08315vw,99vh) scale(.2175)}}.snow:nth-child(259){opacity:1.72;transform:translate(11.2272vw,-10px) scale(.6719);animation:fall-259 15s -11s linear infinite}@keyframes fall-259{62.54%{transform:translate(14.7207vw,62.54vh) scale(.6719)}to{transform:translate(12.97395vw,99vh) scale(.6719)}}.snow:nth-child(260){opacity:.0688;transform:translate(93.3991vw,-10px) scale(.0043);animation:fall-260 11s -30s linear infinite}@keyframes fall-260{67.07%{transform:translate(100.007vw,67.07vh) scale(.0043)}to{transform:translate(96.70305vw,99vh) scale(.0043)}}.snow:nth-child(261){opacity:1.3788;transform:translate(10.478vw,-10px) scale(.8628);animation:fall-261 19s -16s linear infinite}@keyframes fall-261{40.227%{transform:translate(10.762vw,40.227vh) scale(.8628)}to{transform:translate(10.62vw,99vh) scale(.8628)}}.snow:nth-child(262){opacity:1.6344;transform:translate(96.6995vw,-10px) scale(.6619);animation:fall-262 13s -30s linear infinite}@keyframes fall-262{76.508%{transform:translate(96.4377vw,76.508vh) scale(.6619)}to{transform:translate(96.5686vw,99vh) scale(.6619)}}.snow:nth-child(263){opacity:1.8704;transform:translate(25.7396vw,-10px) scale(.2742);animation:fall-263 30s -13s linear infinite}@keyframes fall-263{36.598%{transform:translate(28.2853vw,36.598vh) scale(.2742)}to{transform:translate(27.01245vw,99vh) scale(.2742)}}.snow:nth-child(264){opacity:1.0376;transform:translate(52.6494vw,-10px) scale(.1043);animation:fall-264 14s -22s linear infinite}@keyframes fall-264{71.695%{transform:translate(53.1889vw,71.695vh) scale(.1043)}to{transform:translate(52.91915vw,99vh) scale(.1043)}}.snow:nth-child(265){opacity:.6552;transform:translate(27.2526vw,-10px) scale(.4405);animation:fall-265 29s -9s linear infinite}@keyframes fall-265{36.238%{transform:translate(28.4847vw,36.238vh) scale(.4405)}to{transform:translate(27.86865vw,99vh) scale(.4405)}}.snow:nth-child(266){opacity:1.8372;transform:translate(77.654vw,-10px) scale(.1039);animation:fall-266 16s -26s linear infinite}@keyframes fall-266{55.147%{transform:translate(84.7671vw,55.147vh) scale(.1039)}to{transform:translate(81.21055vw,99vh) scale(.1039)}}.snow:nth-child(267){opacity:.2876;transform:translate(59.8875vw,-10px) scale(.3901);animation:fall-267 24s -13s linear infinite}@keyframes fall-267{50.418%{transform:translate(55.4579vw,50.418vh) scale(.3901)}to{transform:translate(57.6727vw,99vh) scale(.3901)}}.snow:nth-child(268){opacity:1.569;transform:translate(65.2959vw,-10px) scale(.1527);animation:fall-268 30s -16s linear infinite}@keyframes fall-268{64.683%{transform:translate(69.7703vw,64.683vh) scale(.1527)}to{transform:translate(67.5331vw,99vh) scale(.1527)}}.snow:nth-child(269){opacity:.4392;transform:translate(90.9789vw,-10px) scale(.8053);animation:fall-269 26s -25s linear infinite}@keyframes fall-269{65.067%{transform:translate(90.7545vw,65.067vh) scale(.8053)}to{transform:translate(90.8667vw,99vh) scale(.8053)}}.snow:nth-child(270){opacity:1.0826;transform:translate(10.0557vw,-10px) scale(.3159);animation:fall-270 20s -22s linear infinite}@keyframes fall-270{30.555%{transform:translate(11.8654vw,30.555vh) scale(.3159)}to{transform:translate(10.96055vw,99vh) scale(.3159)}}.snow:nth-child(271){opacity:.9962;transform:translate(95.0627vw,-10px) scale(.0373);animation:fall-271 13s -4s linear infinite}@keyframes fall-271{70.675%{transform:translate(103.8992vw,70.675vh) scale(.0373)}to{transform:translate(99.48095vw,99vh) scale(.0373)}}.snow:nth-child(272){opacity:1.9902;transform:translate(66.4731vw,-10px) scale(.6654);animation:fall-272 27s -22s linear infinite}@keyframes fall-272{71.179%{transform:translate(61.7729vw,71.179vh) scale(.6654)}to{transform:translate(64.123vw,99vh) scale(.6654)}}.snow:nth-child(273){opacity:.7052;transform:translate(64.0252vw,-10px) scale(.4767);animation:fall-273 27s -27s linear infinite}@keyframes fall-273{30.822%{transform:translate(55.4997vw,30.822vh) scale(.4767)}to{transform:translate(59.76245vw,99vh) scale(.4767)}}.snow:nth-child(274){opacity:.1464;transform:translate(76.0451vw,-10px) scale(.1043);animation:fall-274 26s -11s linear infinite}@keyframes fall-274{39.461%{transform:translate(77.1729vw,39.461vh) scale(.1043)}to{transform:translate(76.609vw,99vh) scale(.1043)}}.snow:nth-child(275){opacity:1.6508;transform:translate(74.9377vw,-10px) scale(.0139);animation:fall-275 18s -14s linear infinite}@keyframes fall-275{67.82%{transform:translate(74.6004vw,67.82vh) scale(.0139)}to{transform:translate(74.76905vw,99vh) scale(.0139)}}.snow:nth-child(276){opacity:1.6512;transform:translate(66.8229vw,-10px) scale(.4908);animation:fall-276 17s -11s linear infinite}@keyframes fall-276{71.195%{transform:translate(66.1552vw,71.195vh) scale(.4908)}to{transform:translate(66.48905vw,99vh) scale(.4908)}}.snow:nth-child(277){opacity:.2492;transform:translate(92.5537vw,-10px) scale(.9675);animation:fall-277 22s -15s linear infinite}@keyframes fall-277{45.057%{transform:translate(96.7399vw,45.057vh) scale(.9675)}to{transform:translate(94.6468vw,99vh) scale(.9675)}}.snow:nth-child(278){opacity:.3152;transform:translate(76.4773vw,-10px) scale(.665);animation:fall-278 16s -30s linear infinite}@keyframes fall-278{30.884%{transform:translate(85.3403vw,30.884vh) scale(.665)}to{transform:translate(80.9088vw,99vh) scale(.665)}}.snow:nth-child(279){opacity:.7102;transform:translate(26.6809vw,-10px) scale(.4001);animation:fall-279 29s -7s linear infinite}@keyframes fall-279{60.916%{transform:translate(29.6819vw,60.916vh) scale(.4001)}to{transform:translate(28.1814vw,99vh) scale(.4001)}}.snow:nth-child(280){opacity:.7078;transform:translate(.1399vw,-10px) scale(.0793);animation:fall-280 27s -11s linear infinite}@keyframes fall-280{76.987%{transform:translate(-6.5264vw,76.987vh) scale(.0793)}to{transform:translate(-3.19325vw,99vh) scale(.0793)}}.snow:nth-child(281){opacity:1.9244;transform:translate(58.5999vw,-10px) scale(.3746);animation:fall-281 21s -28s linear infinite}@keyframes fall-281{35.405%{transform:translate(50.3258vw,35.405vh) scale(.3746)}to{transform:translate(54.46285vw,99vh) scale(.3746)}}.snow:nth-child(282){opacity:1.1842;transform:translate(76.7353vw,-10px) scale(.8102);animation:fall-282 29s -7s linear infinite}@keyframes fall-282{60.346%{transform:translate(69.0523vw,60.346vh) scale(.8102)}to{transform:translate(72.8938vw,99vh) scale(.8102)}}.snow:nth-child(283){opacity:.6426;transform:translate(30.2585vw,-10px) scale(.3042);animation:fall-283 20s -22s linear infinite}@keyframes fall-283{35.12%{transform:translate(27.3905vw,35.12vh) scale(.3042)}to{transform:translate(28.8245vw,99vh) scale(.3042)}}.snow:nth-child(284){opacity:.0394;transform:translate(24.3548vw,-10px) scale(.2095);animation:fall-284 17s -11s linear infinite}@keyframes fall-284{42.404%{transform:translate(19.2672vw,42.404vh) scale(.2095)}to{transform:translate(21.811vw,99vh) scale(.2095)}}.snow:nth-child(285){opacity:.535;transform:translate(89.8194vw,-10px) scale(.4104);animation:fall-285 24s -5s linear infinite}@keyframes fall-285{65.459%{transform:translate(90.4318vw,65.459vh) scale(.4104)}to{transform:translate(90.1256vw,99vh) scale(.4104)}}.snow:nth-child(286){opacity:.78;transform:translate(86.414vw,-10px) scale(.9068);animation:fall-286 10s -22s linear infinite}@keyframes fall-286{67.897%{transform:translate(78.3818vw,67.897vh) scale(.9068)}to{transform:translate(82.3979vw,99vh) scale(.9068)}}.snow:nth-child(287){opacity:.5856;transform:translate(11.89vw,-10px) scale(.7438);animation:fall-287 23s -16s linear infinite}@keyframes fall-287{67.135%{transform:translate(19.3404vw,67.135vh) scale(.7438)}to{transform:translate(15.6152vw,99vh) scale(.7438)}}.snow:nth-child(288){opacity:1.0346;transform:translate(5.6378vw,-10px) scale(.7626);animation:fall-288 25s -1s linear infinite}@keyframes fall-288{74.651%{transform:translate(6.8437vw,74.651vh) scale(.7626)}to{transform:translate(6.24075vw,99vh) scale(.7626)}}.snow:nth-child(289){opacity:.038;transform:translate(98.4499vw,-10px) scale(.699);animation:fall-289 11s -22s linear infinite}@keyframes fall-289{40.215%{transform:translate(98.441vw,40.215vh) scale(.699)}to{transform:translate(98.44545vw,99vh) scale(.699)}}.snow:nth-child(290){opacity:.1554;transform:translate(64.1997vw,-10px) scale(.7182);animation:fall-290 21s -24s linear infinite}@keyframes fall-290{47.163%{transform:translate(55.0765vw,47.163vh) scale(.7182)}to{transform:translate(59.6381vw,99vh) scale(.7182)}}.snow:nth-child(291){opacity:.3206;transform:translate(71.4755vw,-10px) scale(.5822);animation:fall-291 30s -6s linear infinite}@keyframes fall-291{73.847%{transform:translate(72.1697vw,73.847vh) scale(.5822)}to{transform:translate(71.8226vw,99vh) scale(.5822)}}.snow:nth-child(292){opacity:.3472;transform:translate(94.6vw,-10px) scale(.2798);animation:fall-292 27s -24s linear infinite}@keyframes fall-292{49.184%{transform:translate(97.6308vw,49.184vh) scale(.2798)}to{transform:translate(96.1154vw,99vh) scale(.2798)}}.snow:nth-child(293){opacity:1.0058;transform:translate(18.274vw,-10px) scale(.6784);animation:fall-293 22s -28s linear infinite}@keyframes fall-293{37.078%{transform:translate(27.4195vw,37.078vh) scale(.6784)}to{transform:translate(22.84675vw,99vh) scale(.6784)}}.snow:nth-child(294){opacity:.319;transform:translate(96.7863vw,-10px) scale(.9757);animation:fall-294 16s -2s linear infinite}@keyframes fall-294{77.957%{transform:translate(101.3902vw,77.957vh) scale(.9757)}to{transform:translate(99.08825vw,99vh) scale(.9757)}}.snow:nth-child(295){opacity:1.565;transform:translate(43.5567vw,-10px) scale(.8927);animation:fall-295 13s -21s linear infinite}@keyframes fall-295{51.174%{transform:translate(42.322vw,51.174vh) scale(.8927)}to{transform:translate(42.93935vw,99vh) scale(.8927)}}.snow:nth-child(296){opacity:.8182;transform:translate(17.1857vw,-10px) scale(.1594);animation:fall-296 16s -24s linear infinite}@keyframes fall-296{73.072%{transform:translate(12.4237vw,73.072vh) scale(.1594)}to{transform:translate(14.8047vw,99vh) scale(.1594)}}.snow:nth-child(297){opacity:.7044;transform:translate(63.1315vw,-10px) scale(.1678);animation:fall-297 27s -28s linear infinite}@keyframes fall-297{76.76%{transform:translate(62.406vw,76.76vh) scale(.1678)}to{transform:translate(62.76875vw,99vh) scale(.1678)}}.snow:nth-child(298){opacity:1.0708;transform:translate(31.2628vw,-10px) scale(.2065);animation:fall-298 20s -13s linear infinite}@keyframes fall-298{67.628%{transform:translate(39.4487vw,67.628vh) scale(.2065)}to{transform:translate(35.35575vw,99vh) scale(.2065)}}.snow:nth-child(299){opacity:1.2232;transform:translate(90.4227vw,-10px) scale(.2632);animation:fall-299 25s -8s linear infinite}@keyframes fall-299{61.058%{transform:translate(93.9109vw,61.058vh) scale(.2632)}to{transform:translate(92.1668vw,99vh) scale(.2632)}}.snow:nth-child(300){opacity:.5796;transform:translate(69.4274vw,-10px) scale(.1187);animation:fall-300 14s -3s linear infinite}@keyframes fall-300{43.858%{transform:translate(73.1938vw,43.858vh) scale(.1187)}to{transform:translate(71.3106vw,99vh) scale(.1187)}}.snow:nth-child(301){opacity:.4648;transform:translate(39.1204vw,-10px) scale(.3922);animation:fall-301 22s -6s linear infinite}@keyframes fall-301{48.91%{transform:translate(46.9434vw,48.91vh) scale(.3922)}to{transform:translate(43.0319vw,99vh) scale(.3922)}}.snow:nth-child(302){opacity:1.2702;transform:translate(50.5186vw,-10px) scale(.6099);animation:fall-302 24s -27s linear infinite}@keyframes fall-302{50.919%{transform:translate(40.6075vw,50.919vh) scale(.6099)}to{transform:translate(45.56305vw,99vh) scale(.6099)}}.snow:nth-child(303){opacity:.2992;transform:translate(83.0654vw,-10px) scale(.0672);animation:fall-303 26s -23s linear infinite}@keyframes fall-303{74.956%{transform:translate(77.3066vw,74.956vh) scale(.0672)}to{transform:translate(80.186vw,99vh) scale(.0672)}}.snow:nth-child(304){opacity:1.1246;transform:translate(21.0362vw,-10px) scale(.5256);animation:fall-304 19s -20s linear infinite}@keyframes fall-304{48.609%{transform:translate(25.13vw,48.609vh) scale(.5256)}to{transform:translate(23.0831vw,99vh) scale(.5256)}}.snow:nth-child(305){opacity:.8252;transform:translate(95.2005vw,-10px) scale(.2627);animation:fall-305 27s -27s linear infinite}@keyframes fall-305{35.218%{transform:translate(95.3338vw,35.218vh) scale(.2627)}to{transform:translate(95.26715vw,99vh) scale(.2627)}}.snow:nth-child(306){opacity:.1516;transform:translate(79.9866vw,-10px) scale(.8392);animation:fall-306 14s -1s linear infinite}@keyframes fall-306{67.689%{transform:translate(88.5539vw,67.689vh) scale(.8392)}to{transform:translate(84.27025vw,99vh) scale(.8392)}}.snow:nth-child(307){opacity:.7182;transform:translate(5.8104vw,-10px) scale(.9338);animation:fall-307 12s -19s linear infinite}@keyframes fall-307{50.059%{transform:translate(7.518vw,50.059vh) scale(.9338)}to{transform:translate(6.6642vw,99vh) scale(.9338)}}.snow:nth-child(308){opacity:1.0502;transform:translate(30.7762vw,-10px) scale(.1113);animation:fall-308 21s -15s linear infinite}@keyframes fall-308{63.941%{transform:translate(24.6176vw,63.941vh) scale(.1113)}to{transform:translate(27.6969vw,99vh) scale(.1113)}}.snow:nth-child(309){opacity:1.3624;transform:translate(91.3778vw,-10px) scale(.3367);animation:fall-309 21s -6s linear infinite}@keyframes fall-309{34.635%{transform:translate(83.1245vw,34.635vh) scale(.3367)}to{transform:translate(87.25115vw,99vh) scale(.3367)}}.snow:nth-child(310){opacity:.8112;transform:translate(21.2644vw,-10px) scale(.7689);animation:fall-310 10s -11s linear infinite}@keyframes fall-310{79.941%{transform:translate(20.4826vw,79.941vh) scale(.7689)}to{transform:translate(20.8735vw,99vh) scale(.7689)}}.snow:nth-child(311){opacity:1.3576;transform:translate(11.8091vw,-10px) scale(.8761);animation:fall-311 10s -17s linear infinite}@keyframes fall-311{37.528%{transform:translate(17.5923vw,37.528vh) scale(.8761)}to{transform:translate(14.7007vw,99vh) scale(.8761)}}.snow:nth-child(312){opacity:.5864;transform:translate(52.7549vw,-10px) scale(.7874);animation:fall-312 12s -15s linear infinite}@keyframes fall-312{39.288%{transform:translate(52.6232vw,39.288vh) scale(.7874)}to{transform:translate(52.68905vw,99vh) scale(.7874)}}.snow:nth-child(313){opacity:.654;transform:translate(98.8632vw,-10px) scale(.2341);animation:fall-313 20s -14s linear infinite}@keyframes fall-313{57.036%{transform:translate(93.8241vw,57.036vh) scale(.2341)}to{transform:translate(96.34365vw,99vh) scale(.2341)}}.snow:nth-child(314){opacity:1.2272;transform:translate(1.3607vw,-10px) scale(.1955);animation:fall-314 28s -25s linear infinite}@keyframes fall-314{65.713%{transform:translate(-.8098vw,65.713vh) scale(.1955)}to{transform:translate(.27545vw,99vh) scale(.1955)}}.snow:nth-child(315){opacity:.5844;transform:translate(15.846vw,-10px) scale(.6136);animation:fall-315 11s -13s linear infinite}@keyframes fall-315{38.822%{transform:translate(21.5879vw,38.822vh) scale(.6136)}to{transform:translate(18.71695vw,99vh) scale(.6136)}}.snow:nth-child(316){opacity:.7688;transform:translate(94.8724vw,-10px) scale(.2254);animation:fall-316 12s -14s linear infinite}@keyframes fall-316{75.819%{transform:translate(103.7337vw,75.819vh) scale(.2254)}to{transform:translate(99.30305vw,99vh) scale(.2254)}}.snow:nth-child(317){opacity:1.558;transform:translate(70.5778vw,-10px) scale(.3425);animation:fall-317 13s -25s linear infinite}@keyframes fall-317{71.779%{transform:translate(77.0105vw,71.779vh) scale(.3425)}to{transform:translate(73.79415vw,99vh) scale(.3425)}}.snow:nth-child(318){opacity:1.3896;transform:translate(70.1193vw,-10px) scale(.6954);animation:fall-318 23s -6s linear infinite}@keyframes fall-318{72.049%{transform:translate(76.8489vw,72.049vh) scale(.6954)}to{transform:translate(73.4841vw,99vh) scale(.6954)}}.snow:nth-child(319){opacity:.7072;transform:translate(52.75vw,-10px) scale(.241);animation:fall-319 15s -7s linear infinite}@keyframes fall-319{36.798%{transform:translate(60.9991vw,36.798vh) scale(.241)}to{transform:translate(56.87455vw,99vh) scale(.241)}}.snow:nth-child(320){opacity:1.8772;transform:translate(92.2082vw,-10px) scale(.0303);animation:fall-320 10s -20s linear infinite}@keyframes fall-320{42.229%{transform:translate(91.6677vw,42.229vh) scale(.0303)}to{transform:translate(91.93795vw,99vh) scale(.0303)}}.snow:nth-child(321){opacity:.179;transform:translate(19.045vw,-10px) scale(.1142);animation:fall-321 19s -9s linear infinite}@keyframes fall-321{57.387%{transform:translate(25.9153vw,57.387vh) scale(.1142)}to{transform:translate(22.48015vw,99vh) scale(.1142)}}.snow:nth-child(322){opacity:.239;transform:translate(43.6936vw,-10px) scale(.8313);animation:fall-322 30s -4s linear infinite}@keyframes fall-322{36.323%{transform:translate(34.0741vw,36.323vh) scale(.8313)}to{transform:translate(38.88385vw,99vh) scale(.8313)}}.snow:nth-child(323){opacity:1.3172;transform:translate(18.4244vw,-10px) scale(.634);animation:fall-323 14s -12s linear infinite}@keyframes fall-323{53.906%{transform:translate(16.6286vw,53.906vh) scale(.634)}to{transform:translate(17.5265vw,99vh) scale(.634)}}.snow:nth-child(324){opacity:.3792;transform:translate(14.0818vw,-10px) scale(.4244);animation:fall-324 23s -16s linear infinite}@keyframes fall-324{44.565%{transform:translate(20.2896vw,44.565vh) scale(.4244)}to{transform:translate(17.1857vw,99vh) scale(.4244)}}.snow:nth-child(325){opacity:1.6768;transform:translate(66.5185vw,-10px) scale(.437);animation:fall-325 24s -15s linear infinite}@keyframes fall-325{64.302%{transform:translate(64.6193vw,64.302vh) scale(.437)}to{transform:translate(65.5689vw,99vh) scale(.437)}}.snow:nth-child(326){opacity:1.9388;transform:translate(11.8947vw,-10px) scale(.5501);animation:fall-326 27s -23s linear infinite}@keyframes fall-326{37.324%{transform:translate(9.1643vw,37.324vh) scale(.5501)}to{transform:translate(10.5295vw,99vh) scale(.5501)}}.snow:nth-child(327){opacity:1.2964;transform:translate(69.1175vw,-10px) scale(.3031);animation:fall-327 22s -26s linear infinite}@keyframes fall-327{66.763%{transform:translate(61.4041vw,66.763vh) scale(.3031)}to{transform:translate(65.2608vw,99vh) scale(.3031)}}.snow:nth-child(328){opacity:1.2152;transform:translate(76.6121vw,-10px) scale(.7204);animation:fall-328 12s -25s linear infinite}@keyframes fall-328{46.025%{transform:translate(86.0011vw,46.025vh) scale(.7204)}to{transform:translate(81.3066vw,99vh) scale(.7204)}}.snow:nth-child(329){opacity:1.731;transform:translate(5.4906vw,-10px) scale(.2935);animation:fall-329 16s -15s linear infinite}@keyframes fall-329{51.218%{transform:translate(-3.4712vw,51.218vh) scale(.2935)}to{transform:translate(1.0097vw,99vh) scale(.2935)}}.snow:nth-child(330){opacity:1.8696;transform:translate(97.9111vw,-10px) scale(.1103);animation:fall-330 21s -21s linear infinite}@keyframes fall-330{37.269%{transform:translate(94.2507vw,37.269vh) scale(.1103)}to{transform:translate(96.0809vw,99vh) scale(.1103)}}.snow:nth-child(331){opacity:.3874;transform:translate(75.8854vw,-10px) scale(.2262);animation:fall-331 21s -6s linear infinite}@keyframes fall-331{60.891%{transform:translate(70.3213vw,60.891vh) scale(.2262)}to{transform:translate(73.10335vw,99vh) scale(.2262)}}.snow:nth-child(332){opacity:1.0084;transform:translate(14.3988vw,-10px) scale(.6958);animation:fall-332 30s -22s linear infinite}@keyframes fall-332{78.337%{transform:translate(9.1131vw,78.337vh) scale(.6958)}to{transform:translate(11.75595vw,99vh) scale(.6958)}}.snow:nth-child(333){opacity:1.3742;transform:translate(6.869vw,-10px) scale(.4576);animation:fall-333 20s -22s linear infinite}@keyframes fall-333{39.471%{transform:translate(2.4957vw,39.471vh) scale(.4576)}to{transform:translate(4.68235vw,99vh) scale(.4576)}}.snow:nth-child(334){opacity:1.0828;transform:translate(55.3472vw,-10px) scale(.2904);animation:fall-334 28s -12s linear infinite}@keyframes fall-334{57.308%{transform:translate(45.7129vw,57.308vh) scale(.2904)}to{transform:translate(50.53005vw,99vh) scale(.2904)}}.snow:nth-child(335){opacity:.5102;transform:translate(31.0165vw,-10px) scale(.7516);animation:fall-335 21s -1s linear infinite}@keyframes fall-335{46.253%{transform:translate(34.2912vw,46.253vh) scale(.7516)}to{transform:translate(32.65385vw,99vh) scale(.7516)}}.snow:nth-child(336){opacity:.3458;transform:translate(83.0238vw,-10px) scale(.5038);animation:fall-336 19s -12s linear infinite}@keyframes fall-336{48.864%{transform:translate(79.2035vw,48.864vh) scale(.5038)}to{transform:translate(81.11365vw,99vh) scale(.5038)}}.snow:nth-child(337){opacity:1.5406;transform:translate(15.048vw,-10px) scale(.5604);animation:fall-337 15s -22s linear infinite}@keyframes fall-337{63.765%{transform:translate(10.1239vw,63.765vh) scale(.5604)}to{transform:translate(12.58595vw,99vh) scale(.5604)}}.snow:nth-child(338){opacity:1.0734;transform:translate(14.2981vw,-10px) scale(.5434);animation:fall-338 24s -11s linear infinite}@keyframes fall-338{70.396%{transform:translate(23.7071vw,70.396vh) scale(.5434)}to{transform:translate(19.0026vw,99vh) scale(.5434)}}.snow:nth-child(339){opacity:.1856;transform:translate(2.3069vw,-10px) scale(.1511);animation:fall-339 12s -7s linear infinite}@keyframes fall-339{60.663%{transform:translate(-7.1342vw,60.663vh) scale(.1511)}to{transform:translate(-2.41365vw,99vh) scale(.1511)}}.snow:nth-child(340){opacity:1.8398;transform:translate(39.5741vw,-10px) scale(.2591);animation:fall-340 23s -22s linear infinite}@keyframes fall-340{66.599%{transform:translate(36.0401vw,66.599vh) scale(.2591)}to{transform:translate(37.8071vw,99vh) scale(.2591)}}.snow:nth-child(341){opacity:1.0482;transform:translate(80.6298vw,-10px) scale(.1147);animation:fall-341 23s -7s linear infinite}@keyframes fall-341{38.431%{transform:translate(87.9784vw,38.431vh) scale(.1147)}to{transform:translate(84.3041vw,99vh) scale(.1147)}}.snow:nth-child(342){opacity:1.7036;transform:translate(76.2388vw,-10px) scale(.842);animation:fall-342 25s -7s linear infinite}@keyframes fall-342{66.899%{transform:translate(80.5708vw,66.899vh) scale(.842)}to{transform:translate(78.4048vw,99vh) scale(.842)}}.snow:nth-child(343){opacity:1.3938;transform:translate(43.9026vw,-10px) scale(.7307);animation:fall-343 30s -13s linear infinite}@keyframes fall-343{32.201%{transform:translate(46.7089vw,32.201vh) scale(.7307)}to{transform:translate(45.30575vw,99vh) scale(.7307)}}.snow:nth-child(344){opacity:1.2664;transform:translate(89.7037vw,-10px) scale(.1228);animation:fall-344 10s -6s linear infinite}@keyframes fall-344{62.498%{transform:translate(85.0118vw,62.498vh) scale(.1228)}to{transform:translate(87.35775vw,99vh) scale(.1228)}}.snow:nth-child(345){opacity:.149;transform:translate(35.378vw,-10px) scale(.1692);animation:fall-345 24s -29s linear infinite}@keyframes fall-345{61.321%{transform:translate(37.4986vw,61.321vh) scale(.1692)}to{transform:translate(36.4383vw,99vh) scale(.1692)}}.snow:nth-child(346){opacity:1.5;transform:translate(54.7059vw,-10px) scale(.3489);animation:fall-346 12s -2s linear infinite}@keyframes fall-346{39.847%{transform:translate(48.0907vw,39.847vh) scale(.3489)}to{transform:translate(51.3983vw,99vh) scale(.3489)}}.snow:nth-child(347){opacity:.2988;transform:translate(72.5735vw,-10px) scale(.0881);animation:fall-347 24s -11s linear infinite}@keyframes fall-347{43.03%{transform:translate(72.352vw,43.03vh) scale(.0881)}to{transform:translate(72.46275vw,99vh) scale(.0881)}}.snow:nth-child(348){opacity:1.9672;transform:translate(26.6325vw,-10px) scale(.8214);animation:fall-348 16s -24s linear infinite}@keyframes fall-348{68.995%{transform:translate(27.2764vw,68.995vh) scale(.8214)}to{transform:translate(26.95445vw,99vh) scale(.8214)}}.snow:nth-child(349){opacity:1.8512;transform:translate(66.7788vw,-10px) scale(.2049);animation:fall-349 12s -24s linear infinite}@keyframes fall-349{56.017%{transform:translate(63.2523vw,56.017vh) scale(.2049)}to{transform:translate(65.01555vw,99vh) scale(.2049)}}.snow:nth-child(350){opacity:.6848;transform:translate(70.1767vw,-10px) scale(.8839);animation:fall-350 30s -27s linear infinite}@keyframes fall-350{35.889%{transform:translate(64.2641vw,35.889vh) scale(.8839)}to{transform:translate(67.2204vw,99vh) scale(.8839)}}.snow:nth-child(351){opacity:.8922;transform:translate(64.4908vw,-10px) scale(.5424);animation:fall-351 18s -22s linear infinite}@keyframes fall-351{58.047%{transform:translate(67.0899vw,58.047vh) scale(.5424)}to{transform:translate(65.79035vw,99vh) scale(.5424)}}.snow:nth-child(352){opacity:1.7118;transform:translate(90.0862vw,-10px) scale(.1756);animation:fall-352 13s -19s linear infinite}@keyframes fall-352{61.29%{transform:translate(85.8287vw,61.29vh) scale(.1756)}to{transform:translate(87.95745vw,99vh) scale(.1756)}}.snow:nth-child(353){opacity:.3722;transform:translate(97.2367vw,-10px) scale(.9111);animation:fall-353 20s -1s linear infinite}@keyframes fall-353{72.435%{transform:translate(99.4453vw,72.435vh) scale(.9111)}to{transform:translate(98.341vw,99vh) scale(.9111)}}.snow:nth-child(354){opacity:.1604;transform:translate(92.1145vw,-10px) scale(.543);animation:fall-354 24s -18s linear infinite}@keyframes fall-354{56.994%{transform:translate(91.0872vw,56.994vh) scale(.543)}to{transform:translate(91.60085vw,99vh) scale(.543)}}.snow:nth-child(355){opacity:.0368;transform:translate(94.0063vw,-10px) scale(.4457);animation:fall-355 20s -29s linear infinite}@keyframes fall-355{44.573%{transform:translate(90.4279vw,44.573vh) scale(.4457)}to{transform:translate(92.2171vw,99vh) scale(.4457)}}.snow:nth-child(356){opacity:.1812;transform:translate(23.94vw,-10px) scale(.2392);animation:fall-356 12s -8s linear infinite}@keyframes fall-356{32.766%{transform:translate(19.5653vw,32.766vh) scale(.2392)}to{transform:translate(21.75265vw,99vh) scale(.2392)}}.snow:nth-child(357){opacity:1.202;transform:translate(36.6217vw,-10px) scale(.6917);animation:fall-357 27s -22s linear infinite}@keyframes fall-357{54.549%{transform:translate(30.2734vw,54.549vh) scale(.6917)}to{transform:translate(33.44755vw,99vh) scale(.6917)}}.snow:nth-child(358){opacity:.9976;transform:translate(28.5551vw,-10px) scale(.7914);animation:fall-358 28s -22s linear infinite}@keyframes fall-358{57.885%{transform:translate(25.7501vw,57.885vh) scale(.7914)}to{transform:translate(27.1526vw,99vh) scale(.7914)}}.snow:nth-child(359){opacity:.0722;transform:translate(3.1894vw,-10px) scale(.2718);animation:fall-359 24s -1s linear infinite}@keyframes fall-359{50.119%{transform:translate(2.375vw,50.119vh) scale(.2718)}to{transform:translate(2.7822vw,99vh) scale(.2718)}}.snow:nth-child(360){opacity:1.3628;transform:translate(77.6879vw,-10px) scale(.9502);animation:fall-360 10s -19s linear infinite}@keyframes fall-360{50.645%{transform:translate(71.086vw,50.645vh) scale(.9502)}to{transform:translate(74.38695vw,99vh) scale(.9502)}}.snow:nth-child(361){opacity:.0656;transform:translate(23.9997vw,-10px) scale(.0997);animation:fall-361 26s -14s linear infinite}@keyframes fall-361{77.676%{transform:translate(27.5531vw,77.676vh) scale(.0997)}to{transform:translate(25.7764vw,99vh) scale(.0997)}}.snow:nth-child(362){opacity:1.5686;transform:translate(20.852vw,-10px) scale(.2245);animation:fall-362 21s -20s linear infinite}@keyframes fall-362{35.798%{transform:translate(14.7227vw,35.798vh) scale(.2245)}to{transform:translate(17.78735vw,99vh) scale(.2245)}}.snow:nth-child(363){opacity:.9996;transform:translate(74.7231vw,-10px) scale(.6323);animation:fall-363 13s -5s linear infinite}@keyframes fall-363{58.36%{transform:translate(72.7638vw,58.36vh) scale(.6323)}to{transform:translate(73.74345vw,99vh) scale(.6323)}}.snow:nth-child(364){opacity:1.0106;transform:translate(21.9071vw,-10px) scale(.9349);animation:fall-364 17s -8s linear infinite}@keyframes fall-364{31.209%{transform:translate(30.0345vw,31.209vh) scale(.9349)}to{transform:translate(25.9708vw,99vh) scale(.9349)}}.snow:nth-child(365){opacity:.2548;transform:translate(76.2866vw,-10px) scale(.3211);animation:fall-365 30s -10s linear infinite}@keyframes fall-365{63.936%{transform:translate(85.7176vw,63.936vh) scale(.3211)}to{transform:translate(81.0021vw,99vh) scale(.3211)}}.snow:nth-child(366){opacity:1.037;transform:translate(95.0898vw,-10px) scale(.0486);animation:fall-366 21s -28s linear infinite}@keyframes fall-366{58.99%{transform:translate(90.516vw,58.99vh) scale(.0486)}to{transform:translate(92.8029vw,99vh) scale(.0486)}}.snow:nth-child(367){opacity:.0894;transform:translate(93.9675vw,-10px) scale(.9507);animation:fall-367 30s -20s linear infinite}@keyframes fall-367{31.11%{transform:translate(97.2585vw,31.11vh) scale(.9507)}to{transform:translate(95.613vw,99vh) scale(.9507)}}.snow:nth-child(368){opacity:1.7008;transform:translate(84.7627vw,-10px) scale(.2795);animation:fall-368 11s -26s linear infinite}@keyframes fall-368{41.589%{transform:translate(87.2461vw,41.589vh) scale(.2795)}to{transform:translate(86.0044vw,99vh) scale(.2795)}}.snow:nth-child(369){opacity:.4642;transform:translate(83.9977vw,-10px) scale(.1986);animation:fall-369 10s -4s linear infinite}@keyframes fall-369{72.427%{transform:translate(92.8317vw,72.427vh) scale(.1986)}to{transform:translate(88.4147vw,99vh) scale(.1986)}}.snow:nth-child(370){opacity:.3658;transform:translate(90.5758vw,-10px) scale(.9478);animation:fall-370 10s -21s linear infinite}@keyframes fall-370{53.41%{transform:translate(82.6284vw,53.41vh) scale(.9478)}to{transform:translate(86.6021vw,99vh) scale(.9478)}}.snow:nth-child(371){opacity:.4066;transform:translate(57.8499vw,-10px) scale(.6513);animation:fall-371 13s -4s linear infinite}@keyframes fall-371{30.424%{transform:translate(57.3056vw,30.424vh) scale(.6513)}to{transform:translate(57.57775vw,99vh) scale(.6513)}}.snow:nth-child(372){opacity:1.5538;transform:translate(8.5407vw,-10px) scale(.0113);animation:fall-372 20s -9s linear infinite}@keyframes fall-372{69.179%{transform:translate(10.4047vw,69.179vh) scale(.0113)}to{transform:translate(9.4727vw,99vh) scale(.0113)}}.snow:nth-child(373){opacity:1.245;transform:translate(51.6087vw,-10px) scale(.9988);animation:fall-373 30s -10s linear infinite}@keyframes fall-373{48.938%{transform:translate(51.2237vw,48.938vh) scale(.9988)}to{transform:translate(51.4162vw,99vh) scale(.9988)}}.snow:nth-child(374){opacity:1.5206;transform:translate(6.0868vw,-10px) scale(.2687);animation:fall-374 17s -8s linear infinite}@keyframes fall-374{40.11%{transform:translate(7.0572vw,40.11vh) scale(.2687)}to{transform:translate(6.572vw,99vh) scale(.2687)}}.snow:nth-child(375){opacity:1.0468;transform:translate(60.9414vw,-10px) scale(.0273);animation:fall-375 19s -15s linear infinite}@keyframes fall-375{49.834%{transform:translate(59.5517vw,49.834vh) scale(.0273)}to{transform:translate(60.24655vw,99vh) scale(.0273)}}.snow:nth-child(376){opacity:1.3548;transform:translate(56.0539vw,-10px) scale(.6282);animation:fall-376 24s -20s linear infinite}@keyframes fall-376{72.565%{transform:translate(58.037vw,72.565vh) scale(.6282)}to{transform:translate(57.04545vw,99vh) scale(.6282)}}.snow:nth-child(377){opacity:.5402;transform:translate(69.2902vw,-10px) scale(.9265);animation:fall-377 20s -24s linear infinite}@keyframes fall-377{51.364%{transform:translate(71.8103vw,51.364vh) scale(.9265)}to{transform:translate(70.55025vw,99vh) scale(.9265)}}.snow:nth-child(378){opacity:1.2946;transform:translate(55.4494vw,-10px) scale(.4226);animation:fall-378 22s -18s linear infinite}@keyframes fall-378{32.152%{transform:translate(56.4155vw,32.152vh) scale(.4226)}to{transform:translate(55.93245vw,99vh) scale(.4226)}}.snow:nth-child(379){opacity:.1632;transform:translate(63.2608vw,-10px) scale(.5095);animation:fall-379 24s -26s linear infinite}@keyframes fall-379{59.015%{transform:translate(60.0031vw,59.015vh) scale(.5095)}to{transform:translate(61.63195vw,99vh) scale(.5095)}}.snow:nth-child(380){opacity:1.5952;transform:translate(14.1172vw,-10px) scale(.9182);animation:fall-380 13s -1s linear infinite}@keyframes fall-380{43.448%{transform:translate(13.1661vw,43.448vh) scale(.9182)}to{transform:translate(13.64165vw,99vh) scale(.9182)}}.snow:nth-child(381){opacity:1.0608;transform:translate(41.7114vw,-10px) scale(.1322);animation:fall-381 14s -22s linear infinite}@keyframes fall-381{68.745%{transform:translate(42.3098vw,68.745vh) scale(.1322)}to{transform:translate(42.0106vw,99vh) scale(.1322)}}.snow:nth-child(382){opacity:1.5518;transform:translate(88.8235vw,-10px) scale(.0866);animation:fall-382 16s -13s linear infinite}@keyframes fall-382{40.166%{transform:translate(95.366vw,40.166vh) scale(.0866)}to{transform:translate(92.09475vw,99vh) scale(.0866)}}.snow:nth-child(383){opacity:1.645;transform:translate(59.8563vw,-10px) scale(.1702);animation:fall-383 24s -4s linear infinite}@keyframes fall-383{62.71%{transform:translate(53.6706vw,62.71vh) scale(.1702)}to{transform:translate(56.76345vw,99vh) scale(.1702)}}.snow:nth-child(384){opacity:1.1074;transform:translate(97.9928vw,-10px) scale(.0855);animation:fall-384 18s -23s linear infinite}@keyframes fall-384{48.404%{transform:translate(93.3609vw,48.404vh) scale(.0855)}to{transform:translate(95.67685vw,99vh) scale(.0855)}}.snow:nth-child(385){opacity:.0904;transform:translate(13.8759vw,-10px) scale(.8);animation:fall-385 23s -10s linear infinite}@keyframes fall-385{53.733%{transform:translate(5.5084vw,53.733vh) scale(.8)}to{transform:translate(9.69215vw,99vh) scale(.8)}}.snow:nth-child(386){opacity:.4368;transform:translate(85.4536vw,-10px) scale(.5965);animation:fall-386 23s -19s linear infinite}@keyframes fall-386{58.097%{transform:translate(77.1502vw,58.097vh) scale(.5965)}to{transform:translate(81.3019vw,99vh) scale(.5965)}}.snow:nth-child(387){opacity:1.1484;transform:translate(38.2066vw,-10px) scale(.6394);animation:fall-387 25s -15s linear infinite}@keyframes fall-387{35.649%{transform:translate(31.5249vw,35.649vh) scale(.6394)}to{transform:translate(34.86575vw,99vh) scale(.6394)}}.snow:nth-child(388){opacity:1.7132;transform:translate(91.1843vw,-10px) scale(.1416);animation:fall-388 12s -18s linear infinite}@keyframes fall-388{79.912%{transform:translate(100.8861vw,79.912vh) scale(.1416)}to{transform:translate(96.0352vw,99vh) scale(.1416)}}.snow:nth-child(389){opacity:.7752;transform:translate(32.9415vw,-10px) scale(.6279);animation:fall-389 18s -2s linear infinite}@keyframes fall-389{70.887%{transform:translate(39.9201vw,70.887vh) scale(.6279)}to{transform:translate(36.4308vw,99vh) scale(.6279)}}.snow:nth-child(390){opacity:1.9426;transform:translate(41.185vw,-10px) scale(.1493);animation:fall-390 14s -23s linear infinite}@keyframes fall-390{61.827%{transform:translate(51.1696vw,61.827vh) scale(.1493)}to{transform:translate(46.1773vw,99vh) scale(.1493)}}.snow:nth-child(391){opacity:.0784;transform:translate(5.5401vw,-10px) scale(.1448);animation:fall-391 17s -26s linear infinite}@keyframes fall-391{32.283%{transform:translate(-3.5229vw,32.283vh) scale(.1448)}to{transform:translate(1.0086vw,99vh) scale(.1448)}}.snow:nth-child(392){opacity:1.8368;transform:translate(21.8304vw,-10px) scale(.9973);animation:fall-392 29s -6s linear infinite}@keyframes fall-392{42.686%{transform:translate(13.6626vw,42.686vh) scale(.9973)}to{transform:translate(17.7465vw,99vh) scale(.9973)}}.snow:nth-child(393){opacity:1.5964;transform:translate(45.8866vw,-10px) scale(.3322);animation:fall-393 13s -19s linear infinite}@keyframes fall-393{36.916%{transform:translate(41.6656vw,36.916vh) scale(.3322)}to{transform:translate(43.7761vw,99vh) scale(.3322)}}.snow:nth-child(394){opacity:1.158;transform:translate(81.7815vw,-10px) scale(.8067);animation:fall-394 21s -24s linear infinite}@keyframes fall-394{70.083%{transform:translate(74.7391vw,70.083vh) scale(.8067)}to{transform:translate(78.2603vw,99vh) scale(.8067)}}.snow:nth-child(395){opacity:.7668;transform:translate(46.7314vw,-10px) scale(.1791);animation:fall-395 15s -5s linear infinite}@keyframes fall-395{44.616%{transform:translate(54.011vw,44.616vh) scale(.1791)}to{transform:translate(50.3712vw,99vh) scale(.1791)}}.snow:nth-child(396){opacity:1.4652;transform:translate(12.6266vw,-10px) scale(.7846);animation:fall-396 20s -5s linear infinite}@keyframes fall-396{36.144%{transform:translate(15.7199vw,36.144vh) scale(.7846)}to{transform:translate(14.17325vw,99vh) scale(.7846)}}.snow:nth-child(397){opacity:.9782;transform:translate(19.0902vw,-10px) scale(.1217);animation:fall-397 28s -2s linear infinite}@keyframes fall-397{31.632%{transform:translate(28.6565vw,31.632vh) scale(.1217)}to{transform:translate(23.87335vw,99vh) scale(.1217)}}.snow:nth-child(398){opacity:.3778;transform:translate(1.6425vw,-10px) scale(.2789);animation:fall-398 20s -14s linear infinite}@keyframes fall-398{46.091%{transform:translate(11.5096vw,46.091vh) scale(.2789)}to{transform:translate(6.57605vw,99vh) scale(.2789)}}.snow:nth-child(399){opacity:.6172;transform:translate(76.9808vw,-10px) scale(.3892);animation:fall-399 13s -22s linear infinite}@keyframes fall-399{39.871%{transform:translate(83.2026vw,39.871vh) scale(.3892)}to{transform:translate(80.0917vw,99vh) scale(.3892)}}.snow:nth-child(400){opacity:1.1324;transform:translate(28.1526vw,-10px) scale(.2998);animation:fall-400 14s -25s linear infinite}@keyframes fall-400{62.632%{transform:translate(35.2268vw,62.632vh) scale(.2998)}to{transform:translate(31.6897vw,99vh) scale(.2998)}}\n"] }]
|
|
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{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}.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}.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}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:1.8342;transform:translate(33.1015vw,-10px) scale(.3404);animation:fall-1 23s -4s linear infinite}@keyframes fall-1{74.035%{transform:translate(42.1434vw,74.035vh) scale(.3404)}to{transform:translate(37.62245vw,99vh) scale(.3404)}}.snow:nth-child(2){opacity:1.2408;transform:translate(5.9993vw,-10px) scale(.7814);animation:fall-2 20s -16s linear infinite}@keyframes fall-2{55.121%{transform:translate(10.9936vw,55.121vh) scale(.7814)}to{transform:translate(8.49645vw,99vh) scale(.7814)}}.snow:nth-child(3){opacity:.9798;transform:translate(6.6711vw,-10px) scale(.8583);animation:fall-3 27s -22s linear infinite}@keyframes fall-3{46.618%{transform:translate(-1.1033vw,46.618vh) scale(.8583)}to{transform:translate(2.7839vw,99vh) scale(.8583)}}.snow:nth-child(4){opacity:1.849;transform:translate(83.0425vw,-10px) scale(.4398);animation:fall-4 16s -9s linear infinite}@keyframes fall-4{78.898%{transform:translate(76.8363vw,78.898vh) scale(.4398)}to{transform:translate(79.9394vw,99vh) scale(.4398)}}.snow:nth-child(5){opacity:.8578;transform:translate(28.2856vw,-10px) scale(.5553);animation:fall-5 17s -13s linear infinite}@keyframes fall-5{47.476%{transform:translate(20.9015vw,47.476vh) scale(.5553)}to{transform:translate(24.59355vw,99vh) scale(.5553)}}.snow:nth-child(6){opacity:.5202;transform:translate(11.7448vw,-10px) scale(.9447);animation:fall-6 11s -21s linear infinite}@keyframes fall-6{61.615%{transform:translate(11.0954vw,61.615vh) scale(.9447)}to{transform:translate(11.4201vw,99vh) scale(.9447)}}.snow:nth-child(7){opacity:1.9514;transform:translate(69.4835vw,-10px) scale(.6787);animation:fall-7 23s -14s linear infinite}@keyframes fall-7{44.895%{transform:translate(63.1539vw,44.895vh) scale(.6787)}to{transform:translate(66.3187vw,99vh) scale(.6787)}}.snow:nth-child(8){opacity:.7198;transform:translate(24.6159vw,-10px) scale(.1114);animation:fall-8 22s -18s linear infinite}@keyframes fall-8{31.606%{transform:translate(30.0662vw,31.606vh) scale(.1114)}to{transform:translate(27.34105vw,99vh) scale(.1114)}}.snow:nth-child(9){opacity:1.9112;transform:translate(13.1197vw,-10px) scale(.1051);animation:fall-9 16s -3s linear infinite}@keyframes fall-9{35.559%{transform:translate(12.9241vw,35.559vh) scale(.1051)}to{transform:translate(13.0219vw,99vh) scale(.1051)}}.snow:nth-child(10){opacity:1.042;transform:translate(.9295vw,-10px) scale(.53);animation:fall-10 20s -30s linear infinite}@keyframes fall-10{47.679%{transform:translate(7.931vw,47.679vh) scale(.53)}to{transform:translate(4.43025vw,99vh) scale(.53)}}.snow:nth-child(11){opacity:1.4172;transform:translate(35.8234vw,-10px) scale(.3906);animation:fall-11 13s -23s linear infinite}@keyframes fall-11{43.236%{transform:translate(36.1175vw,43.236vh) scale(.3906)}to{transform:translate(35.97045vw,99vh) scale(.3906)}}.snow:nth-child(12){opacity:1.9134;transform:translate(41.9532vw,-10px) scale(.843);animation:fall-12 30s -3s linear infinite}@keyframes fall-12{43.915%{transform:translate(44.1683vw,43.915vh) scale(.843)}to{transform:translate(43.06075vw,99vh) scale(.843)}}.snow:nth-child(13){opacity:.669;transform:translate(83.2986vw,-10px) scale(.7386);animation:fall-13 15s -15s linear infinite}@keyframes fall-13{53.581%{transform:translate(82.0839vw,53.581vh) scale(.7386)}to{transform:translate(82.69125vw,99vh) scale(.7386)}}.snow:nth-child(14){opacity:.24;transform:translate(48.7347vw,-10px) scale(.1612);animation:fall-14 21s -7s linear infinite}@keyframes fall-14{44.444%{transform:translate(56.4341vw,44.444vh) scale(.1612)}to{transform:translate(52.5844vw,99vh) scale(.1612)}}.snow:nth-child(15){opacity:.6272;transform:translate(23.2274vw,-10px) scale(.7859);animation:fall-15 29s -8s linear infinite}@keyframes fall-15{63.21%{transform:translate(25.1453vw,63.21vh) scale(.7859)}to{transform:translate(24.18635vw,99vh) scale(.7859)}}.snow:nth-child(16){opacity:.7798;transform:translate(28.799vw,-10px) scale(.2672);animation:fall-16 24s -14s linear infinite}@keyframes fall-16{65.306%{transform:translate(31.9454vw,65.306vh) scale(.2672)}to{transform:translate(30.3722vw,99vh) scale(.2672)}}.snow:nth-child(17){opacity:1.4092;transform:translate(56.0894vw,-10px) scale(.3288);animation:fall-17 16s -7s linear infinite}@keyframes fall-17{48.791%{transform:translate(50.1564vw,48.791vh) scale(.3288)}to{transform:translate(53.1229vw,99vh) scale(.3288)}}.snow:nth-child(18){opacity:1.5072;transform:translate(51.4681vw,-10px) scale(.5913);animation:fall-18 11s -9s linear infinite}@keyframes fall-18{54.77%{transform:translate(41.6157vw,54.77vh) scale(.5913)}to{transform:translate(46.5419vw,99vh) scale(.5913)}}.snow:nth-child(19){opacity:1.4506;transform:translate(51.815vw,-10px) scale(.6347);animation:fall-19 23s -20s linear infinite}@keyframes fall-19{50.724%{transform:translate(52.9617vw,50.724vh) scale(.6347)}to{transform:translate(52.38835vw,99vh) scale(.6347)}}.snow:nth-child(20){opacity:1.1668;transform:translate(10.766vw,-10px) scale(.2064);animation:fall-20 21s -8s linear infinite}@keyframes fall-20{37.254%{transform:translate(18.1408vw,37.254vh) scale(.2064)}to{transform:translate(14.4534vw,99vh) scale(.2064)}}.snow:nth-child(21){opacity:.4168;transform:translate(20.2425vw,-10px) scale(.6114);animation:fall-21 10s -20s linear infinite}@keyframes fall-21{58.109%{transform:translate(18.5331vw,58.109vh) scale(.6114)}to{transform:translate(19.3878vw,99vh) scale(.6114)}}.snow:nth-child(22){opacity:.7764;transform:translate(23.7168vw,-10px) scale(.685);animation:fall-22 20s -12s linear infinite}@keyframes fall-22{59.058%{transform:translate(30.3447vw,59.058vh) scale(.685)}to{transform:translate(27.03075vw,99vh) scale(.685)}}.snow:nth-child(23){opacity:.6144;transform:translate(5.801vw,-10px) scale(.1219);animation:fall-23 14s -21s linear infinite}@keyframes fall-23{44.561%{transform:translate(-3.0812vw,44.561vh) scale(.1219)}to{transform:translate(1.3599vw,99vh) scale(.1219)}}.snow:nth-child(24){opacity:1.0082;transform:translate(47.2588vw,-10px) scale(.6816);animation:fall-24 21s -22s linear infinite}@keyframes fall-24{60.242%{transform:translate(50.7563vw,60.242vh) scale(.6816)}to{transform:translate(49.00755vw,99vh) scale(.6816)}}.snow:nth-child(25){opacity:1.7546;transform:translate(86.3988vw,-10px) scale(.4826);animation:fall-25 23s -23s linear infinite}@keyframes fall-25{53.449%{transform:translate(78.7182vw,53.449vh) scale(.4826)}to{transform:translate(82.5585vw,99vh) scale(.4826)}}.snow:nth-child(26){opacity:1.3464;transform:translate(14.342vw,-10px) scale(.8773);animation:fall-26 19s -20s linear infinite}@keyframes fall-26{68.78%{transform:translate(23.8691vw,68.78vh) scale(.8773)}to{transform:translate(19.10555vw,99vh) scale(.8773)}}.snow:nth-child(27){opacity:1.5064;transform:translate(74.5772vw,-10px) scale(.9969);animation:fall-27 16s -27s linear infinite}@keyframes fall-27{59.241%{transform:translate(70.5302vw,59.241vh) scale(.9969)}to{transform:translate(72.5537vw,99vh) scale(.9969)}}.snow:nth-child(28){opacity:1.129;transform:translate(25.7095vw,-10px) scale(.8487);animation:fall-28 26s -9s linear infinite}@keyframes fall-28{42.852%{transform:translate(29.5172vw,42.852vh) scale(.8487)}to{transform:translate(27.61335vw,99vh) scale(.8487)}}.snow:nth-child(29){opacity:1.684;transform:translate(53.4557vw,-10px) scale(.6342);animation:fall-29 16s -10s linear infinite}@keyframes fall-29{44.382%{transform:translate(58.699vw,44.382vh) scale(.6342)}to{transform:translate(56.07735vw,99vh) scale(.6342)}}.snow:nth-child(30){opacity:.6648;transform:translate(7.1791vw,-10px) scale(.12);animation:fall-30 11s -15s linear infinite}@keyframes fall-30{41.333%{transform:translate(15.9849vw,41.333vh) scale(.12)}to{transform:translate(11.582vw,99vh) scale(.12)}}.snow:nth-child(31){opacity:.7576;transform:translate(84.0453vw,-10px) scale(.697);animation:fall-31 24s -14s linear infinite}@keyframes fall-31{55.115%{transform:translate(87.5476vw,55.115vh) scale(.697)}to{transform:translate(85.79645vw,99vh) scale(.697)}}.snow:nth-child(32){opacity:.2316;transform:translate(29.7374vw,-10px) scale(.4503);animation:fall-32 28s -17s linear infinite}@keyframes fall-32{76.679%{transform:translate(35.3698vw,76.679vh) scale(.4503)}to{transform:translate(32.5536vw,99vh) scale(.4503)}}.snow:nth-child(33){opacity:.8138;transform:translate(44.2432vw,-10px) scale(.873);animation:fall-33 13s -25s linear infinite}@keyframes fall-33{33.349%{transform:translate(52.5499vw,33.349vh) scale(.873)}to{transform:translate(48.39655vw,99vh) scale(.873)}}.snow:nth-child(34){opacity:1.613;transform:translate(25.109vw,-10px) scale(.9501);animation:fall-34 21s -17s linear infinite}@keyframes fall-34{75.554%{transform:translate(31.508vw,75.554vh) scale(.9501)}to{transform:translate(28.3085vw,99vh) scale(.9501)}}.snow:nth-child(35){opacity:.4486;transform:translate(75.9138vw,-10px) scale(.2888);animation:fall-35 22s -23s linear infinite}@keyframes fall-35{66.6%{transform:translate(67.4896vw,66.6vh) scale(.2888)}to{transform:translate(71.7017vw,99vh) scale(.2888)}}.snow:nth-child(36){opacity:.9442;transform:translate(70.9545vw,-10px) scale(.8163);animation:fall-36 28s -3s linear infinite}@keyframes fall-36{63.965%{transform:translate(71.0044vw,63.965vh) scale(.8163)}to{transform:translate(70.97945vw,99vh) scale(.8163)}}.snow:nth-child(37){opacity:1.2254;transform:translate(4.0173vw,-10px) scale(.36);animation:fall-37 22s -3s linear infinite}@keyframes fall-37{51.537%{transform:translate(5.7466vw,51.537vh) scale(.36)}to{transform:translate(4.88195vw,99vh) scale(.36)}}.snow:nth-child(38){opacity:1.3348;transform:translate(26.7226vw,-10px) scale(.6026);animation:fall-38 25s -6s linear infinite}@keyframes fall-38{57.792%{transform:translate(31.6774vw,57.792vh) scale(.6026)}to{transform:translate(29.2vw,99vh) scale(.6026)}}.snow:nth-child(39){opacity:1.6606;transform:translate(96.8922vw,-10px) scale(.41);animation:fall-39 11s -2s linear infinite}@keyframes fall-39{30.271%{transform:translate(93.2706vw,30.271vh) scale(.41)}to{transform:translate(95.0814vw,99vh) scale(.41)}}.snow:nth-child(40){opacity:1.237;transform:translate(57.352vw,-10px) scale(.9155);animation:fall-40 29s -24s linear infinite}@keyframes fall-40{41.558%{transform:translate(62.7672vw,41.558vh) scale(.9155)}to{transform:translate(60.0596vw,99vh) scale(.9155)}}.snow:nth-child(41){opacity:.4182;transform:translate(83.3518vw,-10px) scale(.4125);animation:fall-41 29s -1s linear infinite}@keyframes fall-41{71.031%{transform:translate(87.7389vw,71.031vh) scale(.4125)}to{transform:translate(85.54535vw,99vh) scale(.4125)}}.snow:nth-child(42){opacity:.0038;transform:translate(73.6369vw,-10px) scale(.1093);animation:fall-42 23s -11s linear infinite}@keyframes fall-42{30.192%{transform:translate(69.3485vw,30.192vh) scale(.1093)}to{transform:translate(71.4927vw,99vh) scale(.1093)}}.snow:nth-child(43){opacity:1.4254;transform:translate(43.2789vw,-10px) scale(.1061);animation:fall-43 17s -5s linear infinite}@keyframes fall-43{40.448%{transform:translate(52.9725vw,40.448vh) scale(.1061)}to{transform:translate(48.1257vw,99vh) scale(.1061)}}.snow:nth-child(44){opacity:1.1698;transform:translate(11.6157vw,-10px) scale(.8793);animation:fall-44 20s -20s linear infinite}@keyframes fall-44{55.775%{transform:translate(4.7698vw,55.775vh) scale(.8793)}to{transform:translate(8.19275vw,99vh) scale(.8793)}}.snow:nth-child(45){opacity:.5032;transform:translate(12.3723vw,-10px) scale(.7175);animation:fall-45 29s -6s linear infinite}@keyframes fall-45{55.517%{transform:translate(13.3326vw,55.517vh) scale(.7175)}to{transform:translate(12.85245vw,99vh) scale(.7175)}}.snow:nth-child(46){opacity:.1662;transform:translate(55.9767vw,-10px) scale(.4763);animation:fall-46 18s -26s linear infinite}@keyframes fall-46{40.21%{transform:translate(61.3577vw,40.21vh) scale(.4763)}to{transform:translate(58.6672vw,99vh) scale(.4763)}}.snow:nth-child(47){opacity:.6558;transform:translate(32.8781vw,-10px) scale(.1887);animation:fall-47 26s -11s linear infinite}@keyframes fall-47{43.281%{transform:translate(39.0365vw,43.281vh) scale(.1887)}to{transform:translate(35.9573vw,99vh) scale(.1887)}}.snow:nth-child(48){opacity:.6214;transform:translate(25.186vw,-10px) scale(.0055);animation:fall-48 23s -22s linear infinite}@keyframes fall-48{76.45%{transform:translate(16.9208vw,76.45vh) scale(.0055)}to{transform:translate(21.0534vw,99vh) scale(.0055)}}.snow:nth-child(49){opacity:.0328;transform:translate(39.5838vw,-10px) scale(.2673);animation:fall-49 25s -28s linear infinite}@keyframes fall-49{78.073%{transform:translate(40.1189vw,78.073vh) scale(.2673)}to{transform:translate(39.85135vw,99vh) scale(.2673)}}.snow:nth-child(50){opacity:1.2748;transform:translate(1.2347vw,-10px) scale(.021);animation:fall-50 30s -9s linear infinite}@keyframes fall-50{38.023%{transform:translate(9.0301vw,38.023vh) scale(.021)}to{transform:translate(5.1324vw,99vh) scale(.021)}}.snow:nth-child(51){opacity:.1522;transform:translate(85.0898vw,-10px) scale(.3989);animation:fall-51 25s -5s linear infinite}@keyframes fall-51{58.184%{transform:translate(90.3692vw,58.184vh) scale(.3989)}to{transform:translate(87.7295vw,99vh) scale(.3989)}}.snow:nth-child(52){opacity:1.342;transform:translate(85.6638vw,-10px) scale(.3715);animation:fall-52 21s -27s linear infinite}@keyframes fall-52{47.037%{transform:translate(77.8111vw,47.037vh) scale(.3715)}to{transform:translate(81.73745vw,99vh) scale(.3715)}}.snow:nth-child(53){opacity:1.0006;transform:translate(85.9363vw,-10px) scale(.0748);animation:fall-53 23s -12s linear infinite}@keyframes fall-53{51.404%{transform:translate(85.7618vw,51.404vh) scale(.0748)}to{transform:translate(85.84905vw,99vh) scale(.0748)}}.snow:nth-child(54){opacity:1.477;transform:translate(57.0405vw,-10px) scale(.4866);animation:fall-54 13s -26s linear infinite}@keyframes fall-54{44.185%{transform:translate(47.8301vw,44.185vh) scale(.4866)}to{transform:translate(52.4353vw,99vh) scale(.4866)}}.snow:nth-child(55){opacity:.4502;transform:translate(10.26vw,-10px) scale(.5765);animation:fall-55 16s -7s linear infinite}@keyframes fall-55{38.76%{transform:translate(11.5969vw,38.76vh) scale(.5765)}to{transform:translate(10.92845vw,99vh) scale(.5765)}}.snow:nth-child(56){opacity:.1032;transform:translate(75.0833vw,-10px) scale(.9885);animation:fall-56 18s -20s linear infinite}@keyframes fall-56{36.843%{transform:translate(77.7092vw,36.843vh) scale(.9885)}to{transform:translate(76.39625vw,99vh) scale(.9885)}}.snow:nth-child(57){opacity:.8952;transform:translate(37.8934vw,-10px) scale(.1499);animation:fall-57 18s -11s linear infinite}@keyframes fall-57{30.089%{transform:translate(43.8116vw,30.089vh) scale(.1499)}to{transform:translate(40.8525vw,99vh) scale(.1499)}}.snow:nth-child(58){opacity:.0552;transform:translate(69.376vw,-10px) scale(.9665);animation:fall-58 21s -1s linear infinite}@keyframes fall-58{73.367%{transform:translate(76.3937vw,73.367vh) scale(.9665)}to{transform:translate(72.88485vw,99vh) scale(.9665)}}.snow:nth-child(59){opacity:.039;transform:translate(98.6506vw,-10px) scale(.2114);animation:fall-59 16s -7s linear infinite}@keyframes fall-59{36.612%{transform:translate(91.7667vw,36.612vh) scale(.2114)}to{transform:translate(95.20865vw,99vh) scale(.2114)}}.snow:nth-child(60){opacity:1.1866;transform:translate(49.0445vw,-10px) scale(.9466);animation:fall-60 13s -11s linear infinite}@keyframes fall-60{37.664%{transform:translate(42.354vw,37.664vh) scale(.9466)}to{transform:translate(45.69925vw,99vh) scale(.9466)}}.snow:nth-child(61){opacity:.2362;transform:translate(30.1197vw,-10px) scale(.182);animation:fall-61 26s -2s linear infinite}@keyframes fall-61{58.506%{transform:translate(22.8782vw,58.506vh) scale(.182)}to{transform:translate(26.49895vw,99vh) scale(.182)}}.snow:nth-child(62){opacity:.3582;transform:translate(89.0339vw,-10px) scale(.6495);animation:fall-62 23s -19s linear infinite}@keyframes fall-62{50.721%{transform:translate(96.1943vw,50.721vh) scale(.6495)}to{transform:translate(92.6141vw,99vh) scale(.6495)}}.snow:nth-child(63){opacity:1.5964;transform:translate(95.4526vw,-10px) scale(.8882);animation:fall-63 19s -15s linear infinite}@keyframes fall-63{32.741%{transform:translate(95.7701vw,32.741vh) scale(.8882)}to{transform:translate(95.61135vw,99vh) scale(.8882)}}.snow:nth-child(64){opacity:.123;transform:translate(25.7217vw,-10px) scale(.0067);animation:fall-64 12s -28s linear infinite}@keyframes fall-64{78.579%{transform:translate(28.2217vw,78.579vh) scale(.0067)}to{transform:translate(26.9717vw,99vh) scale(.0067)}}.snow:nth-child(65){opacity:.4662;transform:translate(25.7088vw,-10px) scale(.7565);animation:fall-65 16s -27s linear infinite}@keyframes fall-65{45.516%{transform:translate(23.8508vw,45.516vh) scale(.7565)}to{transform:translate(24.7798vw,99vh) scale(.7565)}}.snow:nth-child(66){opacity:1.631;transform:translate(96.9954vw,-10px) scale(.5784);animation:fall-66 13s -18s linear infinite}@keyframes fall-66{76.976%{transform:translate(106.6461vw,76.976vh) scale(.5784)}to{transform:translate(101.82075vw,99vh) scale(.5784)}}.snow:nth-child(67){opacity:1.673;transform:translate(79.1076vw,-10px) scale(.2088);animation:fall-67 19s -20s linear infinite}@keyframes fall-67{35.753%{transform:translate(81.1541vw,35.753vh) scale(.2088)}to{transform:translate(80.13085vw,99vh) scale(.2088)}}.snow:nth-child(68){opacity:1.3506;transform:translate(53.1877vw,-10px) scale(.8886);animation:fall-68 21s -27s linear infinite}@keyframes fall-68{45.312%{transform:translate(55.0916vw,45.312vh) scale(.8886)}to{transform:translate(54.13965vw,99vh) scale(.8886)}}.snow:nth-child(69){opacity:.66;transform:translate(14.1023vw,-10px) scale(.5926);animation:fall-69 21s -24s linear infinite}@keyframes fall-69{55.499%{transform:translate(5.9457vw,55.499vh) scale(.5926)}to{transform:translate(10.024vw,99vh) scale(.5926)}}.snow:nth-child(70){opacity:.9186;transform:translate(40.6163vw,-10px) scale(.5041);animation:fall-70 15s -6s linear infinite}@keyframes fall-70{48.094%{transform:translate(30.6247vw,48.094vh) scale(.5041)}to{transform:translate(35.6205vw,99vh) scale(.5041)}}.snow:nth-child(71){opacity:1.3884;transform:translate(97.3285vw,-10px) scale(.3661);animation:fall-71 26s -28s linear infinite}@keyframes fall-71{53.192%{transform:translate(100.112vw,53.192vh) scale(.3661)}to{transform:translate(98.72025vw,99vh) scale(.3661)}}.snow:nth-child(72){opacity:1.988;transform:translate(85.8058vw,-10px) scale(.2049);animation:fall-72 25s -17s linear infinite}@keyframes fall-72{55.862%{transform:translate(88.585vw,55.862vh) scale(.2049)}to{transform:translate(87.1954vw,99vh) scale(.2049)}}.snow:nth-child(73){opacity:.8726;transform:translate(44.5818vw,-10px) scale(.5013);animation:fall-73 22s -11s linear infinite}@keyframes fall-73{58.341%{transform:translate(36.7508vw,58.341vh) scale(.5013)}to{transform:translate(40.6663vw,99vh) scale(.5013)}}.snow:nth-child(74){opacity:.1164;transform:translate(79.4484vw,-10px) scale(.9488);animation:fall-74 10s -24s linear infinite}@keyframes fall-74{66.079%{transform:translate(79.0235vw,66.079vh) scale(.9488)}to{transform:translate(79.23595vw,99vh) scale(.9488)}}.snow:nth-child(75){opacity:1.1204;transform:translate(82.9873vw,-10px) scale(.816);animation:fall-75 17s -27s linear infinite}@keyframes fall-75{36.632%{transform:translate(75.7435vw,36.632vh) scale(.816)}to{transform:translate(79.3654vw,99vh) scale(.816)}}.snow:nth-child(76){opacity:.14;transform:translate(90.0902vw,-10px) scale(.6886);animation:fall-76 11s -17s linear infinite}@keyframes fall-76{56.92%{transform:translate(94.1722vw,56.92vh) scale(.6886)}to{transform:translate(92.1312vw,99vh) scale(.6886)}}.snow:nth-child(77){opacity:1.4158;transform:translate(58.0189vw,-10px) scale(.31);animation:fall-77 14s -5s linear infinite}@keyframes fall-77{40.5%{transform:translate(64.4208vw,40.5vh) scale(.31)}to{transform:translate(61.21985vw,99vh) scale(.31)}}.snow:nth-child(78){opacity:.8252;transform:translate(66.2671vw,-10px) scale(.4251);animation:fall-78 21s -30s linear infinite}@keyframes fall-78{47.744%{transform:translate(56.3591vw,47.744vh) scale(.4251)}to{transform:translate(61.3131vw,99vh) scale(.4251)}}.snow:nth-child(79){opacity:1.326;transform:translate(90.2969vw,-10px) scale(.6107);animation:fall-79 10s -8s linear infinite}@keyframes fall-79{43.713%{transform:translate(99.4191vw,43.713vh) scale(.6107)}to{transform:translate(94.858vw,99vh) scale(.6107)}}.snow:nth-child(80){opacity:.0828;transform:translate(48.6303vw,-10px) scale(.7519);animation:fall-80 25s -13s linear infinite}@keyframes fall-80{51.576%{transform:translate(51.5175vw,51.576vh) scale(.7519)}to{transform:translate(50.0739vw,99vh) scale(.7519)}}.snow:nth-child(81){opacity:.9586;transform:translate(71.0436vw,-10px) scale(.4754);animation:fall-81 23s -21s linear infinite}@keyframes fall-81{75.561%{transform:translate(69.7878vw,75.561vh) scale(.4754)}to{transform:translate(70.4157vw,99vh) scale(.4754)}}.snow:nth-child(82){opacity:.5658;transform:translate(34.7098vw,-10px) scale(.5996);animation:fall-82 21s -30s linear infinite}@keyframes fall-82{55.23%{transform:translate(43.8759vw,55.23vh) scale(.5996)}to{transform:translate(39.29285vw,99vh) scale(.5996)}}.snow:nth-child(83){opacity:.1722;transform:translate(62.1463vw,-10px) scale(.0318);animation:fall-83 25s -1s linear infinite}@keyframes fall-83{58.48%{transform:translate(59.8894vw,58.48vh) scale(.0318)}to{transform:translate(61.01785vw,99vh) scale(.0318)}}.snow:nth-child(84){opacity:1.5632;transform:translate(34.2603vw,-10px) scale(.9075);animation:fall-84 21s -12s linear infinite}@keyframes fall-84{35.169%{transform:translate(41.9532vw,35.169vh) scale(.9075)}to{transform:translate(38.10675vw,99vh) scale(.9075)}}.snow:nth-child(85){opacity:.2134;transform:translate(2.939vw,-10px) scale(.9692);animation:fall-85 11s -15s linear infinite}@keyframes fall-85{58.727%{transform:translate(7.8932vw,58.727vh) scale(.9692)}to{transform:translate(5.4161vw,99vh) scale(.9692)}}.snow:nth-child(86){opacity:1.7604;transform:translate(96.4098vw,-10px) scale(.039);animation:fall-86 30s -21s linear infinite}@keyframes fall-86{45.99%{transform:translate(104.3516vw,45.99vh) scale(.039)}to{transform:translate(100.3807vw,99vh) scale(.039)}}.snow:nth-child(87){opacity:.6046;transform:translate(15.914vw,-10px) scale(.4096);animation:fall-87 29s -13s linear infinite}@keyframes fall-87{38.911%{transform:translate(25.7974vw,38.911vh) scale(.4096)}to{transform:translate(20.8557vw,99vh) scale(.4096)}}.snow:nth-child(88){opacity:.2666;transform:translate(18.804vw,-10px) scale(.9344);animation:fall-88 27s -15s linear infinite}@keyframes fall-88{76.359%{transform:translate(17.0448vw,76.359vh) scale(.9344)}to{transform:translate(17.9244vw,99vh) scale(.9344)}}.snow:nth-child(89){opacity:.5494;transform:translate(25.329vw,-10px) scale(.0264);animation:fall-89 10s -9s linear infinite}@keyframes fall-89{30.245%{transform:translate(23.107vw,30.245vh) scale(.0264)}to{transform:translate(24.218vw,99vh) scale(.0264)}}.snow:nth-child(90){opacity:.4634;transform:translate(38.9693vw,-10px) scale(.6998);animation:fall-90 15s -28s linear infinite}@keyframes fall-90{68.226%{transform:translate(30.2637vw,68.226vh) scale(.6998)}to{transform:translate(34.6165vw,99vh) scale(.6998)}}.snow:nth-child(91){opacity:1.6308;transform:translate(49.4841vw,-10px) scale(.5668);animation:fall-91 11s -10s linear infinite}@keyframes fall-91{64.604%{transform:translate(39.6351vw,64.604vh) scale(.5668)}to{transform:translate(44.5596vw,99vh) scale(.5668)}}.snow:nth-child(92){opacity:.3904;transform:translate(17.6924vw,-10px) scale(.1794);animation:fall-92 30s -10s linear infinite}@keyframes fall-92{44.017%{transform:translate(10.3172vw,44.017vh) scale(.1794)}to{transform:translate(14.0048vw,99vh) scale(.1794)}}.snow:nth-child(93){opacity:.6498;transform:translate(91.8947vw,-10px) scale(.8724);animation:fall-93 20s -16s linear infinite}@keyframes fall-93{77.77%{transform:translate(100.5885vw,77.77vh) scale(.8724)}to{transform:translate(96.2416vw,99vh) scale(.8724)}}.snow:nth-child(94){opacity:.1858;transform:translate(76.9739vw,-10px) scale(.0514);animation:fall-94 11s -3s linear infinite}@keyframes fall-94{34.107%{transform:translate(76.0818vw,34.107vh) scale(.0514)}to{transform:translate(76.52785vw,99vh) scale(.0514)}}.snow:nth-child(95){opacity:1.9994;transform:translate(42.8785vw,-10px) scale(.9622);animation:fall-95 14s -2s linear infinite}@keyframes fall-95{39.166%{transform:translate(41.9451vw,39.166vh) scale(.9622)}to{transform:translate(42.4118vw,99vh) scale(.9622)}}.snow:nth-child(96){opacity:1.2114;transform:translate(12.0406vw,-10px) scale(.4371);animation:fall-96 29s -2s linear infinite}@keyframes fall-96{59.803%{transform:translate(14.9068vw,59.803vh) scale(.4371)}to{transform:translate(13.4737vw,99vh) scale(.4371)}}.snow:nth-child(97){opacity:.1778;transform:translate(19.4763vw,-10px) scale(.2112);animation:fall-97 19s -30s linear infinite}@keyframes fall-97{33.786%{transform:translate(14.8671vw,33.786vh) scale(.2112)}to{transform:translate(17.1717vw,99vh) scale(.2112)}}.snow:nth-child(98){opacity:.9174;transform:translate(24.347vw,-10px) scale(.4125);animation:fall-98 23s -7s linear infinite}@keyframes fall-98{55.653%{transform:translate(16.5167vw,55.653vh) scale(.4125)}to{transform:translate(20.43185vw,99vh) scale(.4125)}}.snow:nth-child(99){opacity:1.1928;transform:translate(43.6186vw,-10px) scale(.1608);animation:fall-99 17s -11s linear infinite}@keyframes fall-99{76.741%{transform:translate(43.6691vw,76.741vh) scale(.1608)}to{transform:translate(43.64385vw,99vh) scale(.1608)}}.snow:nth-child(100){opacity:1.4608;transform:translate(92.0141vw,-10px) scale(.8908);animation:fall-100 26s -22s linear infinite}@keyframes fall-100{70.687%{transform:translate(96.7505vw,70.687vh) scale(.8908)}to{transform:translate(94.3823vw,99vh) scale(.8908)}}.snow:nth-child(101){opacity:.19;transform:translate(74.1509vw,-10px) scale(.9878);animation:fall-101 29s -26s linear infinite}@keyframes fall-101{57.797%{transform:translate(82.4295vw,57.797vh) scale(.9878)}to{transform:translate(78.2902vw,99vh) scale(.9878)}}.snow:nth-child(102){opacity:1.3612;transform:translate(85.0482vw,-10px) scale(.4806);animation:fall-102 15s -27s linear infinite}@keyframes fall-102{43.83%{transform:translate(83.9049vw,43.83vh) scale(.4806)}to{transform:translate(84.47655vw,99vh) scale(.4806)}}.snow:nth-child(103){opacity:.077;transform:translate(12.9684vw,-10px) scale(.9321);animation:fall-103 11s -12s linear infinite}@keyframes fall-103{70.73%{transform:translate(14.3103vw,70.73vh) scale(.9321)}to{transform:translate(13.63935vw,99vh) scale(.9321)}}.snow:nth-child(104){opacity:1.9146;transform:translate(29.6342vw,-10px) scale(.3712);animation:fall-104 12s -3s linear infinite}@keyframes fall-104{62.739%{transform:translate(36.886vw,62.739vh) scale(.3712)}to{transform:translate(33.2601vw,99vh) scale(.3712)}}.snow:nth-child(105){opacity:1.5022;transform:translate(34.0162vw,-10px) scale(.0182);animation:fall-105 13s -24s linear infinite}@keyframes fall-105{60.697%{transform:translate(25.7295vw,60.697vh) scale(.0182)}to{transform:translate(29.87285vw,99vh) scale(.0182)}}.snow:nth-child(106){opacity:.841;transform:translate(58.6619vw,-10px) scale(.0466);animation:fall-106 14s -13s linear infinite}@keyframes fall-106{43.213%{transform:translate(52.5284vw,43.213vh) scale(.0466)}to{transform:translate(55.59515vw,99vh) scale(.0466)}}.snow:nth-child(107){opacity:.696;transform:translate(48.6726vw,-10px) scale(.9265);animation:fall-107 27s -9s linear infinite}@keyframes fall-107{47.203%{transform:translate(50.6119vw,47.203vh) scale(.9265)}to{transform:translate(49.64225vw,99vh) scale(.9265)}}.snow:nth-child(108){opacity:.6028;transform:translate(30.1264vw,-10px) scale(.27);animation:fall-108 18s -13s linear infinite}@keyframes fall-108{43.79%{transform:translate(25.8374vw,43.79vh) scale(.27)}to{transform:translate(27.9819vw,99vh) scale(.27)}}.snow:nth-child(109){opacity:.208;transform:translate(50.2081vw,-10px) scale(.0751);animation:fall-109 16s -8s linear infinite}@keyframes fall-109{34.072%{transform:translate(59.3198vw,34.072vh) scale(.0751)}to{transform:translate(54.76395vw,99vh) scale(.0751)}}.snow:nth-child(110){opacity:.7312;transform:translate(67.547vw,-10px) scale(.8209);animation:fall-110 25s -8s linear infinite}@keyframes fall-110{75.971%{transform:translate(73.7928vw,75.971vh) scale(.8209)}to{transform:translate(70.6699vw,99vh) scale(.8209)}}.snow:nth-child(111){opacity:1.629;transform:translate(57.2027vw,-10px) scale(.3152);animation:fall-111 11s -24s linear infinite}@keyframes fall-111{48.114%{transform:translate(55.1283vw,48.114vh) scale(.3152)}to{transform:translate(56.1655vw,99vh) scale(.3152)}}.snow:nth-child(112){opacity:.8768;transform:translate(64.4641vw,-10px) scale(.838);animation:fall-112 19s -29s linear infinite}@keyframes fall-112{68.797%{transform:translate(64.7374vw,68.797vh) scale(.838)}to{transform:translate(64.60075vw,99vh) scale(.838)}}.snow:nth-child(113){opacity:1.0228;transform:translate(30.5678vw,-10px) scale(.5378);animation:fall-113 12s -21s linear infinite}@keyframes fall-113{43.771%{transform:translate(24.7493vw,43.771vh) scale(.5378)}to{transform:translate(27.65855vw,99vh) scale(.5378)}}.snow:nth-child(114){opacity:.067;transform:translate(87.1743vw,-10px) scale(.0183);animation:fall-114 20s -2s linear infinite}@keyframes fall-114{40.552%{transform:translate(78.6212vw,40.552vh) scale(.0183)}to{transform:translate(82.89775vw,99vh) scale(.0183)}}.snow:nth-child(115){opacity:.5498;transform:translate(29.6128vw,-10px) scale(.5278);animation:fall-115 19s -29s linear infinite}@keyframes fall-115{41.802%{transform:translate(30.1301vw,41.802vh) scale(.5278)}to{transform:translate(29.87145vw,99vh) scale(.5278)}}.snow:nth-child(116){opacity:.0552;transform:translate(13.5664vw,-10px) scale(.6135);animation:fall-116 27s -14s linear infinite}@keyframes fall-116{49.332%{transform:translate(21.2495vw,49.332vh) scale(.6135)}to{transform:translate(17.40795vw,99vh) scale(.6135)}}.snow:nth-child(117){opacity:.2528;transform:translate(14.4561vw,-10px) scale(.8978);animation:fall-117 21s -14s linear infinite}@keyframes fall-117{69.595%{transform:translate(17.0874vw,69.595vh) scale(.8978)}to{transform:translate(15.77175vw,99vh) scale(.8978)}}.snow:nth-child(118){opacity:1.189;transform:translate(19.9069vw,-10px) scale(.3575);animation:fall-118 25s -3s linear infinite}@keyframes fall-118{30.156%{transform:translate(15.8821vw,30.156vh) scale(.3575)}to{transform:translate(17.8945vw,99vh) scale(.3575)}}.snow:nth-child(119){opacity:1.0678;transform:translate(92.3906vw,-10px) scale(.0902);animation:fall-119 26s -2s linear infinite}@keyframes fall-119{71.119%{transform:translate(91.7518vw,71.119vh) scale(.0902)}to{transform:translate(92.0712vw,99vh) scale(.0902)}}.snow:nth-child(120){opacity:1.4528;transform:translate(4.2637vw,-10px) scale(.2075);animation:fall-120 24s -24s linear infinite}@keyframes fall-120{72.217%{transform:translate(-5.3734vw,72.217vh) scale(.2075)}to{transform:translate(-.55485vw,99vh) scale(.2075)}}.snow:nth-child(121){opacity:1.7914;transform:translate(69.7814vw,-10px) scale(.8504);animation:fall-121 26s -2s linear infinite}@keyframes fall-121{35.937%{transform:translate(78.6657vw,35.937vh) scale(.8504)}to{transform:translate(74.22355vw,99vh) scale(.8504)}}.snow:nth-child(122){opacity:1.3744;transform:translate(83.6411vw,-10px) scale(.1059);animation:fall-122 16s -4s linear infinite}@keyframes fall-122{52.635%{transform:translate(75.5611vw,52.635vh) scale(.1059)}to{transform:translate(79.6011vw,99vh) scale(.1059)}}.snow:nth-child(123){opacity:.8416;transform:translate(67.9921vw,-10px) scale(.9312);animation:fall-123 25s -20s linear infinite}@keyframes fall-123{50.045%{transform:translate(71.189vw,50.045vh) scale(.9312)}to{transform:translate(69.59055vw,99vh) scale(.9312)}}.snow:nth-child(124){opacity:.6856;transform:translate(33.4335vw,-10px) scale(.7594);animation:fall-124 11s -5s linear infinite}@keyframes fall-124{41.41%{transform:translate(42.9928vw,41.41vh) scale(.7594)}to{transform:translate(38.21315vw,99vh) scale(.7594)}}.snow:nth-child(125){opacity:.7116;transform:translate(92.7072vw,-10px) scale(.8536);animation:fall-125 14s -25s linear infinite}@keyframes fall-125{69.089%{transform:translate(86.9444vw,69.089vh) scale(.8536)}to{transform:translate(89.8258vw,99vh) scale(.8536)}}.snow:nth-child(126){opacity:1.3964;transform:translate(1.411vw,-10px) scale(.3337);animation:fall-126 22s -6s linear infinite}@keyframes fall-126{63.756%{transform:translate(6.9798vw,63.756vh) scale(.3337)}to{transform:translate(4.1954vw,99vh) scale(.3337)}}.snow:nth-child(127){opacity:.0784;transform:translate(13.9688vw,-10px) scale(.1586);animation:fall-127 20s -29s linear infinite}@keyframes fall-127{49.382%{transform:translate(15.3068vw,49.382vh) scale(.1586)}to{transform:translate(14.6378vw,99vh) scale(.1586)}}.snow:nth-child(128){opacity:1.527;transform:translate(14.4801vw,-10px) scale(.0283);animation:fall-128 11s -17s linear infinite}@keyframes fall-128{48.261%{transform:translate(4.6668vw,48.261vh) scale(.0283)}to{transform:translate(9.57345vw,99vh) scale(.0283)}}.snow:nth-child(129){opacity:.0292;transform:translate(45.4985vw,-10px) scale(.9585);animation:fall-129 16s -8s linear infinite}@keyframes fall-129{77.05%{transform:translate(47.9919vw,77.05vh) scale(.9585)}to{transform:translate(46.7452vw,99vh) scale(.9585)}}.snow:nth-child(130){opacity:1.56;transform:translate(73.1615vw,-10px) scale(.1133);animation:fall-130 30s -15s linear infinite}@keyframes fall-130{32.235%{transform:translate(65.9301vw,32.235vh) scale(.1133)}to{transform:translate(69.5458vw,99vh) scale(.1133)}}.snow:nth-child(131){opacity:1.797;transform:translate(97.1408vw,-10px) scale(.9829);animation:fall-131 24s -10s linear infinite}@keyframes fall-131{49.542%{transform:translate(102.5444vw,49.542vh) scale(.9829)}to{transform:translate(99.8426vw,99vh) scale(.9829)}}.snow:nth-child(132){opacity:1.7458;transform:translate(92.7971vw,-10px) scale(.9198);animation:fall-132 23s -2s linear infinite}@keyframes fall-132{70.521%{transform:translate(95.0978vw,70.521vh) scale(.9198)}to{transform:translate(93.94745vw,99vh) scale(.9198)}}.snow:nth-child(133){opacity:.2066;transform:translate(93.3169vw,-10px) scale(.1181);animation:fall-133 28s -5s linear infinite}@keyframes fall-133{68.533%{transform:translate(101.7181vw,68.533vh) scale(.1181)}to{transform:translate(97.5175vw,99vh) scale(.1181)}}.snow:nth-child(134){opacity:1.8966;transform:translate(63.3927vw,-10px) scale(.2673);animation:fall-134 10s -13s linear infinite}@keyframes fall-134{68.509%{transform:translate(61.6889vw,68.509vh) scale(.2673)}to{transform:translate(62.5408vw,99vh) scale(.2673)}}.snow:nth-child(135){opacity:.409;transform:translate(95.9356vw,-10px) scale(.4081);animation:fall-135 30s -13s linear infinite}@keyframes fall-135{37.679%{transform:translate(101.9158vw,37.679vh) scale(.4081)}to{transform:translate(98.9257vw,99vh) scale(.4081)}}.snow:nth-child(136){opacity:.3552;transform:translate(46.6514vw,-10px) scale(.3741);animation:fall-136 16s -21s linear infinite}@keyframes fall-136{47.582%{transform:translate(38.8634vw,47.582vh) scale(.3741)}to{transform:translate(42.7574vw,99vh) scale(.3741)}}.snow:nth-child(137){opacity:1.4392;transform:translate(91.7096vw,-10px) scale(.2708);animation:fall-137 19s -3s linear infinite}@keyframes fall-137{63.252%{transform:translate(83.2705vw,63.252vh) scale(.2708)}to{transform:translate(87.49005vw,99vh) scale(.2708)}}.snow:nth-child(138){opacity:1.0384;transform:translate(53.2235vw,-10px) scale(.7053);animation:fall-138 15s -29s linear infinite}@keyframes fall-138{69.524%{transform:translate(59.6929vw,69.524vh) scale(.7053)}to{transform:translate(56.4582vw,99vh) scale(.7053)}}.snow:nth-child(139){opacity:1.98;transform:translate(91.0168vw,-10px) scale(.369);animation:fall-139 30s -10s linear infinite}@keyframes fall-139{42.268%{transform:translate(86.8405vw,42.268vh) scale(.369)}to{transform:translate(88.92865vw,99vh) scale(.369)}}.snow:nth-child(140){opacity:1.2552;transform:translate(7.2118vw,-10px) scale(.1515);animation:fall-140 17s -1s linear infinite}@keyframes fall-140{70.415%{transform:translate(.8192vw,70.415vh) scale(.1515)}to{transform:translate(4.0155vw,99vh) scale(.1515)}}.snow:nth-child(141){opacity:.6012;transform:translate(42.7137vw,-10px) scale(.5199);animation:fall-141 21s -1s linear infinite}@keyframes fall-141{34.928%{transform:translate(41.6495vw,34.928vh) scale(.5199)}to{transform:translate(42.1816vw,99vh) scale(.5199)}}.snow:nth-child(142){opacity:1.3822;transform:translate(51.121vw,-10px) scale(.4803);animation:fall-142 11s -3s linear infinite}@keyframes fall-142{49.428%{transform:translate(55.6896vw,49.428vh) scale(.4803)}to{transform:translate(53.4053vw,99vh) scale(.4803)}}.snow:nth-child(143){opacity:1.543;transform:translate(76.4075vw,-10px) scale(.1347);animation:fall-143 23s -27s linear infinite}@keyframes fall-143{56.204%{transform:translate(78.7415vw,56.204vh) scale(.1347)}to{transform:translate(77.5745vw,99vh) scale(.1347)}}.snow:nth-child(144){opacity:.377;transform:translate(69.0282vw,-10px) scale(.4035);animation:fall-144 15s -21s linear infinite}@keyframes fall-144{63.221%{transform:translate(77.8405vw,63.221vh) scale(.4035)}to{transform:translate(73.43435vw,99vh) scale(.4035)}}.snow:nth-child(145){opacity:1.6052;transform:translate(28.3996vw,-10px) scale(.7172);animation:fall-145 20s -14s linear infinite}@keyframes fall-145{71.228%{transform:translate(26.8918vw,71.228vh) scale(.7172)}to{transform:translate(27.6457vw,99vh) scale(.7172)}}.snow:nth-child(146){opacity:.4254;transform:translate(24.5923vw,-10px) scale(.8255);animation:fall-146 23s -29s linear infinite}@keyframes fall-146{57.985%{transform:translate(18.8024vw,57.985vh) scale(.8255)}to{transform:translate(21.69735vw,99vh) scale(.8255)}}.snow:nth-child(147){opacity:.653;transform:translate(40.2425vw,-10px) scale(.3834);animation:fall-147 26s -7s linear infinite}@keyframes fall-147{48.194%{transform:translate(38.2591vw,48.194vh) scale(.3834)}to{transform:translate(39.2508vw,99vh) scale(.3834)}}.snow:nth-child(148){opacity:.4192;transform:translate(41.4224vw,-10px) scale(.1853);animation:fall-148 12s -15s linear infinite}@keyframes fall-148{65.067%{transform:translate(34.9712vw,65.067vh) scale(.1853)}to{transform:translate(38.1968vw,99vh) scale(.1853)}}.snow:nth-child(149){opacity:1.5202;transform:translate(58.2471vw,-10px) scale(.2499);animation:fall-149 20s -27s linear infinite}@keyframes fall-149{68.047%{transform:translate(66.54vw,68.047vh) scale(.2499)}to{transform:translate(62.39355vw,99vh) scale(.2499)}}.snow:nth-child(150){opacity:1.5292;transform:translate(50.6986vw,-10px) scale(.71);animation:fall-150 19s -25s linear infinite}@keyframes fall-150{33.322%{transform:translate(56.6434vw,33.322vh) scale(.71)}to{transform:translate(53.671vw,99vh) scale(.71)}}.snow:nth-child(151){opacity:1.5048;transform:translate(72.2266vw,-10px) scale(.1863);animation:fall-151 11s -3s linear infinite}@keyframes fall-151{53.564%{transform:translate(82.1079vw,53.564vh) scale(.1863)}to{transform:translate(77.16725vw,99vh) scale(.1863)}}.snow:nth-child(152){opacity:1.5444;transform:translate(64.4445vw,-10px) scale(.0034);animation:fall-152 17s -16s linear infinite}@keyframes fall-152{30.543%{transform:translate(60.9067vw,30.543vh) scale(.0034)}to{transform:translate(62.6756vw,99vh) scale(.0034)}}.snow:nth-child(153){opacity:.3088;transform:translate(39.7694vw,-10px) scale(.1647);animation:fall-153 29s -23s linear infinite}@keyframes fall-153{58.948%{transform:translate(36.7548vw,58.948vh) scale(.1647)}to{transform:translate(38.2621vw,99vh) scale(.1647)}}.snow:nth-child(154){opacity:.2266;transform:translate(12.5022vw,-10px) scale(.5314);animation:fall-154 29s -17s linear infinite}@keyframes fall-154{47.61%{transform:translate(11.9999vw,47.61vh) scale(.5314)}to{transform:translate(12.25105vw,99vh) scale(.5314)}}.snow:nth-child(155){opacity:1.5588;transform:translate(37.6022vw,-10px) scale(.5289);animation:fall-155 14s -13s linear infinite}@keyframes fall-155{40.34%{transform:translate(42.0248vw,40.34vh) scale(.5289)}to{transform:translate(39.8135vw,99vh) scale(.5289)}}.snow:nth-child(156){opacity:.039;transform:translate(41.4405vw,-10px) scale(.2349);animation:fall-156 14s -23s linear infinite}@keyframes fall-156{37.52%{transform:translate(39.8989vw,37.52vh) scale(.2349)}to{transform:translate(40.6697vw,99vh) scale(.2349)}}.snow:nth-child(157){opacity:.092;transform:translate(49.9073vw,-10px) scale(.3803);animation:fall-157 16s -3s linear infinite}@keyframes fall-157{38.846%{transform:translate(40.1159vw,38.846vh) scale(.3803)}to{transform:translate(45.0116vw,99vh) scale(.3803)}}.snow:nth-child(158){opacity:1.6934;transform:translate(79.0888vw,-10px) scale(.7809);animation:fall-158 25s -6s linear infinite}@keyframes fall-158{31.621%{transform:translate(80.9687vw,31.621vh) scale(.7809)}to{transform:translate(80.02875vw,99vh) scale(.7809)}}.snow:nth-child(159){opacity:1.9578;transform:translate(90.2523vw,-10px) scale(.3047);animation:fall-159 18s -18s linear infinite}@keyframes fall-159{32.552%{transform:translate(81.1353vw,32.552vh) scale(.3047)}to{transform:translate(85.6938vw,99vh) scale(.3047)}}.snow:nth-child(160){opacity:.858;transform:translate(24.7788vw,-10px) scale(.1037);animation:fall-160 24s -13s linear infinite}@keyframes fall-160{30.883%{transform:translate(16.3467vw,30.883vh) scale(.1037)}to{transform:translate(20.56275vw,99vh) scale(.1037)}}.snow:nth-child(161){opacity:1.7552;transform:translate(21.5338vw,-10px) scale(.0345);animation:fall-161 11s -21s linear infinite}@keyframes fall-161{30.884%{transform:translate(15.5402vw,30.884vh) scale(.0345)}to{transform:translate(18.537vw,99vh) scale(.0345)}}.snow:nth-child(162){opacity:.101;transform:translate(72.749vw,-10px) scale(.5764);animation:fall-162 23s -27s linear infinite}@keyframes fall-162{51.543%{transform:translate(78.6501vw,51.543vh) scale(.5764)}to{transform:translate(75.69955vw,99vh) scale(.5764)}}.snow:nth-child(163){opacity:.1454;transform:translate(15.6871vw,-10px) scale(.8422);animation:fall-163 16s -21s linear infinite}@keyframes fall-163{41.967%{transform:translate(10.9236vw,41.967vh) scale(.8422)}to{transform:translate(13.30535vw,99vh) scale(.8422)}}.snow:nth-child(164){opacity:.1388;transform:translate(88.6733vw,-10px) scale(.4483);animation:fall-164 28s -8s linear infinite}@keyframes fall-164{74.651%{transform:translate(97.4674vw,74.651vh) scale(.4483)}to{transform:translate(93.07035vw,99vh) scale(.4483)}}.snow:nth-child(165){opacity:.6038;transform:translate(41.576vw,-10px) scale(.0486);animation:fall-165 12s -1s linear infinite}@keyframes fall-165{43.565%{transform:translate(36.8421vw,43.565vh) scale(.0486)}to{transform:translate(39.20905vw,99vh) scale(.0486)}}.snow:nth-child(166){opacity:.3272;transform:translate(50.1881vw,-10px) scale(.8263);animation:fall-166 29s -20s linear infinite}@keyframes fall-166{46.815%{transform:translate(44.3582vw,46.815vh) scale(.8263)}to{transform:translate(47.27315vw,99vh) scale(.8263)}}.snow:nth-child(167){opacity:.3824;transform:translate(13.5261vw,-10px) scale(.0614);animation:fall-167 29s -23s linear infinite}@keyframes fall-167{43.635%{transform:translate(5.993vw,43.635vh) scale(.0614)}to{transform:translate(9.75955vw,99vh) scale(.0614)}}.snow:nth-child(168){opacity:.7198;transform:translate(25.5596vw,-10px) scale(.6057);animation:fall-168 11s -5s linear infinite}@keyframes fall-168{35.843%{transform:translate(32.1744vw,35.843vh) scale(.6057)}to{transform:translate(28.867vw,99vh) scale(.6057)}}.snow:nth-child(169){opacity:1.9258;transform:translate(22.0735vw,-10px) scale(.5996);animation:fall-169 14s -12s linear infinite}@keyframes fall-169{40.066%{transform:translate(23.7989vw,40.066vh) scale(.5996)}to{transform:translate(22.9362vw,99vh) scale(.5996)}}.snow:nth-child(170){opacity:1.158;transform:translate(95.4195vw,-10px) scale(.9662);animation:fall-170 10s -3s linear infinite}@keyframes fall-170{67.567%{transform:translate(90.2753vw,67.567vh) scale(.9662)}to{transform:translate(92.8474vw,99vh) scale(.9662)}}.snow:nth-child(171){opacity:.5264;transform:translate(44.4611vw,-10px) scale(.6091);animation:fall-171 19s -2s linear infinite}@keyframes fall-171{69.814%{transform:translate(50.2688vw,69.814vh) scale(.6091)}to{transform:translate(47.36495vw,99vh) scale(.6091)}}.snow:nth-child(172){opacity:1.4144;transform:translate(27.8046vw,-10px) scale(.318);animation:fall-172 21s -1s linear infinite}@keyframes fall-172{76.279%{transform:translate(31.4855vw,76.279vh) scale(.318)}to{transform:translate(29.64505vw,99vh) scale(.318)}}.snow:nth-child(173){opacity:.2366;transform:translate(49.6697vw,-10px) scale(.6079);animation:fall-173 11s -28s linear infinite}@keyframes fall-173{58.262%{transform:translate(46.3294vw,58.262vh) scale(.6079)}to{transform:translate(47.99955vw,99vh) scale(.6079)}}.snow:nth-child(174){opacity:.6886;transform:translate(74.8488vw,-10px) scale(.3088);animation:fall-174 30s -18s linear infinite}@keyframes fall-174{78.71%{transform:translate(82.7147vw,78.71vh) scale(.3088)}to{transform:translate(78.78175vw,99vh) scale(.3088)}}.snow:nth-child(175){opacity:.6478;transform:translate(44.3009vw,-10px) scale(.0391);animation:fall-175 10s -27s linear infinite}@keyframes fall-175{63.403%{transform:translate(36.9888vw,63.403vh) scale(.0391)}to{transform:translate(40.64485vw,99vh) scale(.0391)}}.snow:nth-child(176){opacity:1.6822;transform:translate(31.5698vw,-10px) scale(.8483);animation:fall-176 16s -8s linear infinite}@keyframes fall-176{42.561%{transform:translate(24.7291vw,42.561vh) scale(.8483)}to{transform:translate(28.14945vw,99vh) scale(.8483)}}.snow:nth-child(177){opacity:1.3708;transform:translate(69.9935vw,-10px) scale(.3186);animation:fall-177 25s -16s linear infinite}@keyframes fall-177{60.204%{transform:translate(73.2767vw,60.204vh) scale(.3186)}to{transform:translate(71.6351vw,99vh) scale(.3186)}}.snow:nth-child(178){opacity:.7078;transform:translate(30.4339vw,-10px) scale(.421);animation:fall-178 14s -23s linear infinite}@keyframes fall-178{53.609%{transform:translate(23.3543vw,53.609vh) scale(.421)}to{transform:translate(26.8941vw,99vh) scale(.421)}}.snow:nth-child(179){opacity:.9788;transform:translate(97.1134vw,-10px) scale(.5586);animation:fall-179 28s -2s linear infinite}@keyframes fall-179{35.185%{transform:translate(99.6308vw,35.185vh) scale(.5586)}to{transform:translate(98.3721vw,99vh) scale(.5586)}}.snow:nth-child(180){opacity:1.693;transform:translate(43.3089vw,-10px) scale(.0596);animation:fall-180 16s -12s linear infinite}@keyframes fall-180{74.216%{transform:translate(52.4049vw,74.216vh) scale(.0596)}to{transform:translate(47.8569vw,99vh) scale(.0596)}}.snow:nth-child(181){opacity:.556;transform:translate(59.6174vw,-10px) scale(.4043);animation:fall-181 14s -16s linear infinite}@keyframes fall-181{57.094%{transform:translate(65.3189vw,57.094vh) scale(.4043)}to{transform:translate(62.46815vw,99vh) scale(.4043)}}.snow:nth-child(182){opacity:.2038;transform:translate(42.5064vw,-10px) scale(.3733);animation:fall-182 13s -13s linear infinite}@keyframes fall-182{64.488%{transform:translate(46.8332vw,64.488vh) scale(.3733)}to{transform:translate(44.6698vw,99vh) scale(.3733)}}.snow:nth-child(183){opacity:1.6596;transform:translate(5.7967vw,-10px) scale(.0551);animation:fall-183 27s -11s linear infinite}@keyframes fall-183{39.521%{transform:translate(9.6575vw,39.521vh) scale(.0551)}to{transform:translate(7.7271vw,99vh) scale(.0551)}}.snow:nth-child(184){opacity:1.1706;transform:translate(5.8858vw,-10px) scale(.1724);animation:fall-184 27s -12s linear infinite}@keyframes fall-184{38.878%{transform:translate(2.494vw,38.878vh) scale(.1724)}to{transform:translate(4.1899vw,99vh) scale(.1724)}}.snow:nth-child(185){opacity:1.2144;transform:translate(11.8749vw,-10px) scale(.5372);animation:fall-185 11s -26s linear infinite}@keyframes fall-185{47.761%{transform:translate(1.9105vw,47.761vh) scale(.5372)}to{transform:translate(6.8927vw,99vh) scale(.5372)}}.snow:nth-child(186){opacity:.7366;transform:translate(61.213vw,-10px) scale(.7305);animation:fall-186 25s -13s linear infinite}@keyframes fall-186{68.297%{transform:translate(51.7431vw,68.297vh) scale(.7305)}to{transform:translate(56.47805vw,99vh) scale(.7305)}}.snow:nth-child(187){opacity:.8688;transform:translate(36.4186vw,-10px) scale(.3223);animation:fall-187 20s -30s linear infinite}@keyframes fall-187{31.361%{transform:translate(33.2872vw,31.361vh) scale(.3223)}to{transform:translate(34.8529vw,99vh) scale(.3223)}}.snow:nth-child(188){opacity:1.8584;transform:translate(21.7365vw,-10px) scale(.5446);animation:fall-188 13s -29s linear infinite}@keyframes fall-188{70.945%{transform:translate(16.7503vw,70.945vh) scale(.5446)}to{transform:translate(19.2434vw,99vh) scale(.5446)}}.snow:nth-child(189){opacity:.044;transform:translate(93.4911vw,-10px) scale(.5625);animation:fall-189 16s -18s linear infinite}@keyframes fall-189{31.285%{transform:translate(101.5031vw,31.285vh) scale(.5625)}to{transform:translate(97.4971vw,99vh) scale(.5625)}}.snow:nth-child(190){opacity:1.1506;transform:translate(92.138vw,-10px) scale(.0505);animation:fall-190 11s -13s linear infinite}@keyframes fall-190{47.814%{transform:translate(91.2071vw,47.814vh) scale(.0505)}to{transform:translate(91.67255vw,99vh) scale(.0505)}}.snow:nth-child(191){opacity:1.459;transform:translate(47.4615vw,-10px) scale(.4989);animation:fall-191 23s -18s linear infinite}@keyframes fall-191{65.265%{transform:translate(56.8289vw,65.265vh) scale(.4989)}to{transform:translate(52.1452vw,99vh) scale(.4989)}}.snow:nth-child(192){opacity:1.4616;transform:translate(87.9612vw,-10px) scale(.6235);animation:fall-192 26s -1s linear infinite}@keyframes fall-192{48.7%{transform:translate(86.9317vw,48.7vh) scale(.6235)}to{transform:translate(87.44645vw,99vh) scale(.6235)}}.snow:nth-child(193){opacity:1.818;transform:translate(31.0371vw,-10px) scale(.3419);animation:fall-193 28s -28s linear infinite}@keyframes fall-193{77.484%{transform:translate(31.074vw,77.484vh) scale(.3419)}to{transform:translate(31.05555vw,99vh) scale(.3419)}}.snow:nth-child(194){opacity:.5588;transform:translate(32.4376vw,-10px) scale(.5955);animation:fall-194 15s -14s linear infinite}@keyframes fall-194{75.641%{transform:translate(36.1577vw,75.641vh) scale(.5955)}to{transform:translate(34.29765vw,99vh) scale(.5955)}}.snow:nth-child(195){opacity:1.6288;transform:translate(36.6502vw,-10px) scale(.491);animation:fall-195 18s -9s linear infinite}@keyframes fall-195{78.841%{transform:translate(41.71vw,78.841vh) scale(.491)}to{transform:translate(39.1801vw,99vh) scale(.491)}}.snow:nth-child(196){opacity:.7366;transform:translate(42.7261vw,-10px) scale(.4154);animation:fall-196 22s -11s linear infinite}@keyframes fall-196{47.938%{transform:translate(36.7675vw,47.938vh) scale(.4154)}to{transform:translate(39.7468vw,99vh) scale(.4154)}}.snow:nth-child(197){opacity:.7666;transform:translate(26.4351vw,-10px) scale(.6607);animation:fall-197 17s -8s linear infinite}@keyframes fall-197{53.528%{transform:translate(27.657vw,53.528vh) scale(.6607)}to{transform:translate(27.04605vw,99vh) scale(.6607)}}.snow:nth-child(198){opacity:.5864;transform:translate(32.0346vw,-10px) scale(.5695);animation:fall-198 21s -14s linear infinite}@keyframes fall-198{45.01%{transform:translate(28.9057vw,45.01vh) scale(.5695)}to{transform:translate(30.47015vw,99vh) scale(.5695)}}.snow:nth-child(199){opacity:1.1536;transform:translate(13.1708vw,-10px) scale(.1092);animation:fall-199 22s -17s linear infinite}@keyframes fall-199{71.173%{transform:translate(17.6537vw,71.173vh) scale(.1092)}to{transform:translate(15.41225vw,99vh) scale(.1092)}}.snow:nth-child(200){opacity:1.1278;transform:translate(96.2947vw,-10px) scale(.016);animation:fall-200 27s -27s linear infinite}@keyframes fall-200{39.543%{transform:translate(97.0826vw,39.543vh) scale(.016)}to{transform:translate(96.68865vw,99vh) scale(.016)}}.snow:nth-child(201){opacity:1.505;transform:translate(58.2223vw,-10px) scale(.0967);animation:fall-201 10s -24s linear infinite}@keyframes fall-201{69.436%{transform:translate(58.3489vw,69.436vh) scale(.0967)}to{transform:translate(58.2856vw,99vh) scale(.0967)}}.snow:nth-child(202){opacity:.6188;transform:translate(7.5545vw,-10px) scale(.472);animation:fall-202 29s -19s linear infinite}@keyframes fall-202{56.097%{transform:translate(11.1466vw,56.097vh) scale(.472)}to{transform:translate(9.35055vw,99vh) scale(.472)}}.snow:nth-child(203){opacity:.8222;transform:translate(12.7254vw,-10px) scale(.0769);animation:fall-203 21s -30s linear infinite}@keyframes fall-203{51.847%{transform:translate(12.8225vw,51.847vh) scale(.0769)}to{transform:translate(12.77395vw,99vh) scale(.0769)}}.snow:nth-child(204){opacity:1.159;transform:translate(29.4898vw,-10px) scale(.5479);animation:fall-204 13s -12s linear infinite}@keyframes fall-204{41.332%{transform:translate(29.372vw,41.332vh) scale(.5479)}to{transform:translate(29.4309vw,99vh) scale(.5479)}}.snow:nth-child(205){opacity:1.1842;transform:translate(45.5343vw,-10px) scale(.9201);animation:fall-205 14s -30s linear infinite}@keyframes fall-205{77.024%{transform:translate(51.203vw,77.024vh) scale(.9201)}to{transform:translate(48.36865vw,99vh) scale(.9201)}}.snow:nth-child(206){opacity:1.7996;transform:translate(53.1483vw,-10px) scale(.8075);animation:fall-206 14s -30s linear infinite}@keyframes fall-206{45.001%{transform:translate(50.8567vw,45.001vh) scale(.8075)}to{transform:translate(52.0025vw,99vh) scale(.8075)}}.snow:nth-child(207){opacity:1.7186;transform:translate(22.5374vw,-10px) scale(.1674);animation:fall-207 16s -23s linear infinite}@keyframes fall-207{53.256%{transform:translate(25.3556vw,53.256vh) scale(.1674)}to{transform:translate(23.9465vw,99vh) scale(.1674)}}.snow:nth-child(208){opacity:1.2558;transform:translate(64.8343vw,-10px) scale(.519);animation:fall-208 10s -12s linear infinite}@keyframes fall-208{42.625%{transform:translate(55.011vw,42.625vh) scale(.519)}to{transform:translate(59.92265vw,99vh) scale(.519)}}.snow:nth-child(209){opacity:.9056;transform:translate(85.5687vw,-10px) scale(.8161);animation:fall-209 24s -24s linear infinite}@keyframes fall-209{41.809%{transform:translate(88.7382vw,41.809vh) scale(.8161)}to{transform:translate(87.15345vw,99vh) scale(.8161)}}.snow:nth-child(210){opacity:1.5418;transform:translate(77.8105vw,-10px) scale(.1085);animation:fall-210 14s -16s linear infinite}@keyframes fall-210{43.386%{transform:translate(69.8726vw,43.386vh) scale(.1085)}to{transform:translate(73.84155vw,99vh) scale(.1085)}}.snow:nth-child(211){opacity:1.029;transform:translate(38.5263vw,-10px) scale(.7);animation:fall-211 11s -16s linear infinite}@keyframes fall-211{70.13%{transform:translate(28.9612vw,70.13vh) scale(.7)}to{transform:translate(33.74375vw,99vh) scale(.7)}}.snow:nth-child(212){opacity:1.1486;transform:translate(44.4752vw,-10px) scale(.9825);animation:fall-212 23s -25s linear infinite}@keyframes fall-212{64.185%{transform:translate(37.3846vw,64.185vh) scale(.9825)}to{transform:translate(40.9299vw,99vh) scale(.9825)}}.snow:nth-child(213){opacity:.58;transform:translate(12.3488vw,-10px) scale(.8458);animation:fall-213 10s -29s linear infinite}@keyframes fall-213{44.762%{transform:translate(15.0836vw,44.762vh) scale(.8458)}to{transform:translate(13.7162vw,99vh) scale(.8458)}}.snow:nth-child(214){opacity:.6668;transform:translate(71.6891vw,-10px) scale(.0985);animation:fall-214 14s -28s linear infinite}@keyframes fall-214{57.834%{transform:translate(63.9129vw,57.834vh) scale(.0985)}to{transform:translate(67.801vw,99vh) scale(.0985)}}.snow:nth-child(215){opacity:.5058;transform:translate(11.6531vw,-10px) scale(.0171);animation:fall-215 26s -19s linear infinite}@keyframes fall-215{37.11%{transform:translate(10.5927vw,37.11vh) scale(.0171)}to{transform:translate(11.1229vw,99vh) scale(.0171)}}.snow:nth-child(216){opacity:.434;transform:translate(51.9922vw,-10px) scale(.8246);animation:fall-216 11s -19s linear infinite}@keyframes fall-216{59.508%{transform:translate(60.601vw,59.508vh) scale(.8246)}to{transform:translate(56.2966vw,99vh) scale(.8246)}}.snow:nth-child(217){opacity:1.2248;transform:translate(41.5157vw,-10px) scale(.8038);animation:fall-217 29s -6s linear infinite}@keyframes fall-217{42.549%{transform:translate(44.3629vw,42.549vh) scale(.8038)}to{transform:translate(42.9393vw,99vh) scale(.8038)}}.snow:nth-child(218){opacity:.2888;transform:translate(67.1481vw,-10px) scale(.1822);animation:fall-218 23s -15s linear infinite}@keyframes fall-218{49.27%{transform:translate(60.8664vw,49.27vh) scale(.1822)}to{transform:translate(64.00725vw,99vh) scale(.1822)}}.snow:nth-child(219){opacity:1.6694;transform:translate(75.2034vw,-10px) scale(.6891);animation:fall-219 21s -15s linear infinite}@keyframes fall-219{71.05%{transform:translate(77.8682vw,71.05vh) scale(.6891)}to{transform:translate(76.5358vw,99vh) scale(.6891)}}.snow:nth-child(220){opacity:1.5032;transform:translate(98.3566vw,-10px) scale(.2703);animation:fall-220 17s -10s linear infinite}@keyframes fall-220{43.958%{transform:translate(98.4199vw,43.958vh) scale(.2703)}to{transform:translate(98.38825vw,99vh) scale(.2703)}}.snow:nth-child(221){opacity:1.9616;transform:translate(65.1116vw,-10px) scale(.4002);animation:fall-221 10s -19s linear infinite}@keyframes fall-221{30.607%{transform:translate(59.8912vw,30.607vh) scale(.4002)}to{transform:translate(62.5014vw,99vh) scale(.4002)}}.snow:nth-child(222){opacity:1.2816;transform:translate(4.4046vw,-10px) scale(.6572);animation:fall-222 27s -29s linear infinite}@keyframes fall-222{79.66%{transform:translate(9.033vw,79.66vh) scale(.6572)}to{transform:translate(6.7188vw,99vh) scale(.6572)}}.snow:nth-child(223){opacity:1.8442;transform:translate(58.1446vw,-10px) scale(.8774);animation:fall-223 22s -3s linear infinite}@keyframes fall-223{53.268%{transform:translate(54.6014vw,53.268vh) scale(.8774)}to{transform:translate(56.373vw,99vh) scale(.8774)}}.snow:nth-child(224){opacity:.3514;transform:translate(64.0977vw,-10px) scale(.7573);animation:fall-224 19s -19s linear infinite}@keyframes fall-224{49.955%{transform:translate(70.8436vw,49.955vh) scale(.7573)}to{transform:translate(67.47065vw,99vh) scale(.7573)}}.snow:nth-child(225){opacity:.0248;transform:translate(14.3017vw,-10px) scale(.2011);animation:fall-225 22s -23s linear infinite}@keyframes fall-225{40.235%{transform:translate(15.1258vw,40.235vh) scale(.2011)}to{transform:translate(14.71375vw,99vh) scale(.2011)}}.snow:nth-child(226){opacity:1.4242;transform:translate(46.5348vw,-10px) scale(.6973);animation:fall-226 23s -24s linear infinite}@keyframes fall-226{49.635%{transform:translate(40.436vw,49.635vh) scale(.6973)}to{transform:translate(43.4854vw,99vh) scale(.6973)}}.snow:nth-child(227){opacity:.5492;transform:translate(69.092vw,-10px) scale(.4595);animation:fall-227 30s -29s linear infinite}@keyframes fall-227{39.996%{transform:translate(63.8385vw,39.996vh) scale(.4595)}to{transform:translate(66.46525vw,99vh) scale(.4595)}}.snow:nth-child(228){opacity:1.9986;transform:translate(52.0094vw,-10px) scale(.341);animation:fall-228 16s -9s linear infinite}@keyframes fall-228{70.499%{transform:translate(42.1565vw,70.499vh) scale(.341)}to{transform:translate(47.08295vw,99vh) scale(.341)}}.snow:nth-child(229){opacity:1.5786;transform:translate(25.9271vw,-10px) scale(.1537);animation:fall-229 12s -27s linear infinite}@keyframes fall-229{48.635%{transform:translate(23.4904vw,48.635vh) scale(.1537)}to{transform:translate(24.70875vw,99vh) scale(.1537)}}.snow:nth-child(230){opacity:1.2136;transform:translate(24.3573vw,-10px) scale(.047);animation:fall-230 21s -18s linear infinite}@keyframes fall-230{35.655%{transform:translate(18.8359vw,35.655vh) scale(.047)}to{transform:translate(21.5966vw,99vh) scale(.047)}}.snow:nth-child(231){opacity:1.239;transform:translate(97.9215vw,-10px) scale(.1366);animation:fall-231 13s -6s linear infinite}@keyframes fall-231{56.869%{transform:translate(101.6088vw,56.869vh) scale(.1366)}to{transform:translate(99.76515vw,99vh) scale(.1366)}}.snow:nth-child(232){opacity:1.7966;transform:translate(75.7474vw,-10px) scale(.0782);animation:fall-232 26s -5s linear infinite}@keyframes fall-232{33.554%{transform:translate(78.6102vw,33.554vh) scale(.0782)}to{transform:translate(77.1788vw,99vh) scale(.0782)}}.snow:nth-child(233){opacity:.8722;transform:translate(24.1674vw,-10px) scale(.2051);animation:fall-233 30s -23s linear infinite}@keyframes fall-233{68.719%{transform:translate(24.8669vw,68.719vh) scale(.2051)}to{transform:translate(24.51715vw,99vh) scale(.2051)}}.snow:nth-child(234){opacity:.3742;transform:translate(41.3524vw,-10px) scale(.6974);animation:fall-234 13s -4s linear infinite}@keyframes fall-234{44.482%{transform:translate(42.2032vw,44.482vh) scale(.6974)}to{transform:translate(41.7778vw,99vh) scale(.6974)}}.snow:nth-child(235){opacity:.9222;transform:translate(41.0072vw,-10px) scale(.2005);animation:fall-235 19s -8s linear infinite}@keyframes fall-235{57.74%{transform:translate(37.3199vw,57.74vh) scale(.2005)}to{transform:translate(39.16355vw,99vh) scale(.2005)}}.snow:nth-child(236){opacity:1.5316;transform:translate(28.7718vw,-10px) scale(.6291);animation:fall-236 12s -9s linear infinite}@keyframes fall-236{46.984%{transform:translate(30.7573vw,46.984vh) scale(.6291)}to{transform:translate(29.76455vw,99vh) scale(.6291)}}.snow:nth-child(237){opacity:1.3802;transform:translate(88.509vw,-10px) scale(.3133);animation:fall-237 18s -6s linear infinite}@keyframes fall-237{41.03%{transform:translate(79.8613vw,41.03vh) scale(.3133)}to{transform:translate(84.18515vw,99vh) scale(.3133)}}.snow:nth-child(238){opacity:1.999;transform:translate(62.0586vw,-10px) scale(.5475);animation:fall-238 12s -25s linear infinite}@keyframes fall-238{66.54%{transform:translate(67.0936vw,66.54vh) scale(.5475)}to{transform:translate(64.5761vw,99vh) scale(.5475)}}.snow:nth-child(239){opacity:.3172;transform:translate(55.1444vw,-10px) scale(.5543);animation:fall-239 23s -10s linear infinite}@keyframes fall-239{40.067%{transform:translate(58.0727vw,40.067vh) scale(.5543)}to{transform:translate(56.60855vw,99vh) scale(.5543)}}.snow:nth-child(240){opacity:.0178;transform:translate(39.8656vw,-10px) scale(.9184);animation:fall-240 16s -13s linear infinite}@keyframes fall-240{61.957%{transform:translate(34.4159vw,61.957vh) scale(.9184)}to{transform:translate(37.14075vw,99vh) scale(.9184)}}.snow:nth-child(241){opacity:1.264;transform:translate(83.0239vw,-10px) scale(.1472);animation:fall-241 13s -7s linear infinite}@keyframes fall-241{75.964%{transform:translate(80.7305vw,75.964vh) scale(.1472)}to{transform:translate(81.8772vw,99vh) scale(.1472)}}.snow:nth-child(242){opacity:.3298;transform:translate(34.7439vw,-10px) scale(.6547);animation:fall-242 30s -29s linear infinite}@keyframes fall-242{61.451%{transform:translate(39.0844vw,61.451vh) scale(.6547)}to{transform:translate(36.91415vw,99vh) scale(.6547)}}.snow:nth-child(243){opacity:.799;transform:translate(82.3218vw,-10px) scale(.0858);animation:fall-243 22s -22s linear infinite}@keyframes fall-243{44.971%{transform:translate(82.9514vw,44.971vh) scale(.0858)}to{transform:translate(82.6366vw,99vh) scale(.0858)}}.snow:nth-child(244){opacity:.2136;transform:translate(38.7419vw,-10px) scale(.1338);animation:fall-244 17s -1s linear infinite}@keyframes fall-244{55.332%{transform:translate(33.6216vw,55.332vh) scale(.1338)}to{transform:translate(36.18175vw,99vh) scale(.1338)}}.snow:nth-child(245){opacity:.3156;transform:translate(72.5866vw,-10px) scale(.594);animation:fall-245 14s -21s linear infinite}@keyframes fall-245{78.696%{transform:translate(65.9066vw,78.696vh) scale(.594)}to{transform:translate(69.2466vw,99vh) scale(.594)}}.snow:nth-child(246){opacity:.3984;transform:translate(96.6813vw,-10px) scale(.497);animation:fall-246 11s -16s linear infinite}@keyframes fall-246{78.618%{transform:translate(97.831vw,78.618vh) scale(.497)}to{transform:translate(97.25615vw,99vh) scale(.497)}}.snow:nth-child(247){opacity:.0458;transform:translate(50.6147vw,-10px) scale(.5149);animation:fall-247 10s -1s linear infinite}@keyframes fall-247{43.38%{transform:translate(45.3259vw,43.38vh) scale(.5149)}to{transform:translate(47.9703vw,99vh) scale(.5149)}}.snow:nth-child(248){opacity:.8528;transform:translate(63.6076vw,-10px) scale(.2765);animation:fall-248 28s -7s linear infinite}@keyframes fall-248{42.337%{transform:translate(57.6799vw,42.337vh) scale(.2765)}to{transform:translate(60.64375vw,99vh) scale(.2765)}}.snow:nth-child(249){opacity:1.6054;transform:translate(73.0262vw,-10px) scale(.2228);animation:fall-249 29s -22s linear infinite}@keyframes fall-249{72.996%{transform:translate(74.8571vw,72.996vh) scale(.2228)}to{transform:translate(73.94165vw,99vh) scale(.2228)}}.snow:nth-child(250){opacity:1.7014;transform:translate(81.5675vw,-10px) scale(.6725);animation:fall-250 16s -28s linear infinite}@keyframes fall-250{65.697%{transform:translate(80.3669vw,65.697vh) scale(.6725)}to{transform:translate(80.9672vw,99vh) scale(.6725)}}.snow:nth-child(251){opacity:.296;transform:translate(43.3981vw,-10px) scale(.015);animation:fall-251 10s -3s linear infinite}@keyframes fall-251{78.241%{transform:translate(52.5738vw,78.241vh) scale(.015)}to{transform:translate(47.98595vw,99vh) scale(.015)}}.snow:nth-child(252){opacity:.4404;transform:translate(44.4246vw,-10px) scale(.0412);animation:fall-252 26s -2s linear infinite}@keyframes fall-252{57.563%{transform:translate(38.4375vw,57.563vh) scale(.0412)}to{transform:translate(41.43105vw,99vh) scale(.0412)}}.snow:nth-child(253){opacity:.5204;transform:translate(28.4031vw,-10px) scale(.3451);animation:fall-253 13s -17s linear infinite}@keyframes fall-253{57.864%{transform:translate(24.3899vw,57.864vh) scale(.3451)}to{transform:translate(26.3965vw,99vh) scale(.3451)}}.snow:nth-child(254){opacity:1.6686;transform:translate(68.2378vw,-10px) scale(.4696);animation:fall-254 14s -22s linear infinite}@keyframes fall-254{74.785%{transform:translate(78.0728vw,74.785vh) scale(.4696)}to{transform:translate(73.1553vw,99vh) scale(.4696)}}.snow:nth-child(255){opacity:.1306;transform:translate(95.0643vw,-10px) scale(.1624);animation:fall-255 20s -9s linear infinite}@keyframes fall-255{47.654%{transform:translate(88.6227vw,47.654vh) scale(.1624)}to{transform:translate(91.8435vw,99vh) scale(.1624)}}.snow:nth-child(256){opacity:.1546;transform:translate(80.9722vw,-10px) scale(.5719);animation:fall-256 18s -12s linear infinite}@keyframes fall-256{39.425%{transform:translate(89.7868vw,39.425vh) scale(.5719)}to{transform:translate(85.3795vw,99vh) scale(.5719)}}.snow:nth-child(257){opacity:.8238;transform:translate(30.059vw,-10px) scale(.8331);animation:fall-257 29s -28s linear infinite}@keyframes fall-257{65.521%{transform:translate(39.9687vw,65.521vh) scale(.8331)}to{transform:translate(35.01385vw,99vh) scale(.8331)}}.snow:nth-child(258){opacity:1.38;transform:translate(9.1152vw,-10px) scale(.9706);animation:fall-258 16s -4s linear infinite}@keyframes fall-258{63.163%{transform:translate(3.9244vw,63.163vh) scale(.9706)}to{transform:translate(6.5198vw,99vh) scale(.9706)}}.snow:nth-child(259){opacity:1.8924;transform:translate(74.1031vw,-10px) scale(.0373);animation:fall-259 29s -13s linear infinite}@keyframes fall-259{38.544%{transform:translate(68.4037vw,38.544vh) scale(.0373)}to{transform:translate(71.2534vw,99vh) scale(.0373)}}.snow:nth-child(260){opacity:1.4928;transform:translate(79.5533vw,-10px) scale(.1078);animation:fall-260 28s -2s linear infinite}@keyframes fall-260{57.696%{transform:translate(80.1441vw,57.696vh) scale(.1078)}to{transform:translate(79.8487vw,99vh) scale(.1078)}}.snow:nth-child(261){opacity:.5328;transform:translate(99.1625vw,-10px) scale(.7493);animation:fall-261 19s -2s linear infinite}@keyframes fall-261{65.083%{transform:translate(103.5526vw,65.083vh) scale(.7493)}to{transform:translate(101.35755vw,99vh) scale(.7493)}}.snow:nth-child(262){opacity:1.713;transform:translate(8.198vw,-10px) scale(.8346);animation:fall-262 10s -6s linear infinite}@keyframes fall-262{42.094%{transform:translate(10.106vw,42.094vh) scale(.8346)}to{transform:translate(9.152vw,99vh) scale(.8346)}}.snow:nth-child(263){opacity:.3908;transform:translate(32.9271vw,-10px) scale(.2166);animation:fall-263 17s -23s linear infinite}@keyframes fall-263{42.705%{transform:translate(26.2676vw,42.705vh) scale(.2166)}to{transform:translate(29.59735vw,99vh) scale(.2166)}}.snow:nth-child(264){opacity:1.3306;transform:translate(33.5904vw,-10px) scale(.0239);animation:fall-264 13s -5s linear infinite}@keyframes fall-264{39.531%{transform:translate(36.0475vw,39.531vh) scale(.0239)}to{transform:translate(34.81895vw,99vh) scale(.0239)}}.snow:nth-child(265){opacity:.0616;transform:translate(71.7632vw,-10px) scale(.7428);animation:fall-265 27s -20s linear infinite}@keyframes fall-265{61.211%{transform:translate(70.8025vw,61.211vh) scale(.7428)}to{transform:translate(71.28285vw,99vh) scale(.7428)}}.snow:nth-child(266){opacity:.151;transform:translate(51.4647vw,-10px) scale(.0692);animation:fall-266 21s -28s linear infinite}@keyframes fall-266{68.426%{transform:translate(47.5971vw,68.426vh) scale(.0692)}to{transform:translate(49.5309vw,99vh) scale(.0692)}}.snow:nth-child(267){opacity:1.4934;transform:translate(27.5178vw,-10px) scale(.5394);animation:fall-267 21s -24s linear infinite}@keyframes fall-267{58.172%{transform:translate(28.2455vw,58.172vh) scale(.5394)}to{transform:translate(27.88165vw,99vh) scale(.5394)}}.snow:nth-child(268){opacity:1.6982;transform:translate(97.5311vw,-10px) scale(.4893);animation:fall-268 26s -10s linear infinite}@keyframes fall-268{72.932%{transform:translate(107.391vw,72.932vh) scale(.4893)}to{transform:translate(102.46105vw,99vh) scale(.4893)}}.snow:nth-child(269){opacity:.101;transform:translate(12.5539vw,-10px) scale(.0332);animation:fall-269 18s -10s linear infinite}@keyframes fall-269{78.986%{transform:translate(9.3702vw,78.986vh) scale(.0332)}to{transform:translate(10.96205vw,99vh) scale(.0332)}}.snow:nth-child(270){opacity:.2432;transform:translate(28.2718vw,-10px) scale(.1011);animation:fall-270 27s -6s linear infinite}@keyframes fall-270{61.413%{transform:translate(19.7088vw,61.413vh) scale(.1011)}to{transform:translate(23.9903vw,99vh) scale(.1011)}}.snow:nth-child(271){opacity:1.1212;transform:translate(92.2702vw,-10px) scale(.73);animation:fall-271 27s -24s linear infinite}@keyframes fall-271{33.912%{transform:translate(83.1856vw,33.912vh) scale(.73)}to{transform:translate(87.7279vw,99vh) scale(.73)}}.snow:nth-child(272){opacity:.6788;transform:translate(1.9736vw,-10px) scale(.3306);animation:fall-272 21s -29s linear infinite}@keyframes fall-272{54.245%{transform:translate(4.3273vw,54.245vh) scale(.3306)}to{transform:translate(3.15045vw,99vh) scale(.3306)}}.snow:nth-child(273){opacity:1.1766;transform:translate(79.1165vw,-10px) scale(.1395);animation:fall-273 28s -24s linear infinite}@keyframes fall-273{63.974%{transform:translate(86.7717vw,63.974vh) scale(.1395)}to{transform:translate(82.9441vw,99vh) scale(.1395)}}.snow:nth-child(274){opacity:.0552;transform:translate(56.9567vw,-10px) scale(.0095);animation:fall-274 28s -29s linear infinite}@keyframes fall-274{32.351%{transform:translate(49.9741vw,32.351vh) scale(.0095)}to{transform:translate(53.4654vw,99vh) scale(.0095)}}.snow:nth-child(275){opacity:.1418;transform:translate(96.9819vw,-10px) scale(.7713);animation:fall-275 30s -3s linear infinite}@keyframes fall-275{72.03%{transform:translate(100.7264vw,72.03vh) scale(.7713)}to{transform:translate(98.85415vw,99vh) scale(.7713)}}.snow:nth-child(276){opacity:.0138;transform:translate(18.2874vw,-10px) scale(.7539);animation:fall-276 26s -14s linear infinite}@keyframes fall-276{58.704%{transform:translate(14.6464vw,58.704vh) scale(.7539)}to{transform:translate(16.4669vw,99vh) scale(.7539)}}.snow:nth-child(277){opacity:.8088;transform:translate(24.6687vw,-10px) scale(.9647);animation:fall-277 15s -9s linear infinite}@keyframes fall-277{48.093%{transform:translate(31.6904vw,48.093vh) scale(.9647)}to{transform:translate(28.17955vw,99vh) scale(.9647)}}.snow:nth-child(278){opacity:1.22;transform:translate(76.384vw,-10px) scale(.2303);animation:fall-278 30s -28s linear infinite}@keyframes fall-278{47.913%{transform:translate(70.808vw,47.913vh) scale(.2303)}to{transform:translate(73.596vw,99vh) scale(.2303)}}.snow:nth-child(279){opacity:1.7632;transform:translate(92.0313vw,-10px) scale(.3184);animation:fall-279 19s -30s linear infinite}@keyframes fall-279{75.029%{transform:translate(94.5885vw,75.029vh) scale(.3184)}to{transform:translate(93.3099vw,99vh) scale(.3184)}}.snow:nth-child(280){opacity:1.27;transform:translate(32.2548vw,-10px) scale(.6741);animation:fall-280 17s -10s linear infinite}@keyframes fall-280{62.534%{transform:translate(31.9493vw,62.534vh) scale(.6741)}to{transform:translate(32.10205vw,99vh) scale(.6741)}}.snow:nth-child(281){opacity:1.4768;transform:translate(72.2177vw,-10px) scale(.5901);animation:fall-281 19s -28s linear infinite}@keyframes fall-281{32.867%{transform:translate(69.3706vw,32.867vh) scale(.5901)}to{transform:translate(70.79415vw,99vh) scale(.5901)}}.snow:nth-child(282){opacity:.538;transform:translate(64.1684vw,-10px) scale(.3006);animation:fall-282 22s -23s linear infinite}@keyframes fall-282{71.673%{transform:translate(59.5516vw,71.673vh) scale(.3006)}to{transform:translate(61.86vw,99vh) scale(.3006)}}.snow:nth-child(283){opacity:.0186;transform:translate(7.1839vw,-10px) scale(.7368);animation:fall-283 19s -11s linear infinite}@keyframes fall-283{35.465%{transform:translate(-1.9113vw,35.465vh) scale(.7368)}to{transform:translate(2.6363vw,99vh) scale(.7368)}}.snow:nth-child(284){opacity:1.5996;transform:translate(75.6921vw,-10px) scale(.8204);animation:fall-284 12s -26s linear infinite}@keyframes fall-284{55.395%{transform:translate(66.1119vw,55.395vh) scale(.8204)}to{transform:translate(70.902vw,99vh) scale(.8204)}}.snow:nth-child(285){opacity:1.3856;transform:translate(51.0596vw,-10px) scale(.8073);animation:fall-285 14s -22s linear infinite}@keyframes fall-285{51.221%{transform:translate(50.6045vw,51.221vh) scale(.8073)}to{transform:translate(50.83205vw,99vh) scale(.8073)}}.snow:nth-child(286){opacity:1.7458;transform:translate(32.1702vw,-10px) scale(.2935);animation:fall-286 29s -21s linear infinite}@keyframes fall-286{38.436%{transform:translate(36.1263vw,38.436vh) scale(.2935)}to{transform:translate(34.14825vw,99vh) scale(.2935)}}.snow:nth-child(287){opacity:1.8088;transform:translate(38.6544vw,-10px) scale(.8782);animation:fall-287 11s -8s linear infinite}@keyframes fall-287{39.333%{transform:translate(43.4428vw,39.333vh) scale(.8782)}to{transform:translate(41.0486vw,99vh) scale(.8782)}}.snow:nth-child(288){opacity:.375;transform:translate(95.7688vw,-10px) scale(.5396);animation:fall-288 19s -2s linear infinite}@keyframes fall-288{78.597%{transform:translate(103.5567vw,78.597vh) scale(.5396)}to{transform:translate(99.66275vw,99vh) scale(.5396)}}.snow:nth-child(289){opacity:.547;transform:translate(70.6209vw,-10px) scale(.7932);animation:fall-289 18s -15s linear infinite}@keyframes fall-289{63.108%{transform:translate(75.6053vw,63.108vh) scale(.7932)}to{transform:translate(73.1131vw,99vh) scale(.7932)}}.snow:nth-child(290){opacity:1.8992;transform:translate(69.1482vw,-10px) scale(.2983);animation:fall-290 22s -3s linear infinite}@keyframes fall-290{49.129%{transform:translate(74.5654vw,49.129vh) scale(.2983)}to{transform:translate(71.8568vw,99vh) scale(.2983)}}.snow:nth-child(291){opacity:1.9918;transform:translate(66.0141vw,-10px) scale(.1384);animation:fall-291 24s -6s linear infinite}@keyframes fall-291{44.859%{transform:translate(73.7775vw,44.859vh) scale(.1384)}to{transform:translate(69.8958vw,99vh) scale(.1384)}}.snow:nth-child(292){opacity:.4358;transform:translate(77.1878vw,-10px) scale(.9987);animation:fall-292 14s -29s linear infinite}@keyframes fall-292{74.717%{transform:translate(79.6237vw,74.717vh) scale(.9987)}to{transform:translate(78.40575vw,99vh) scale(.9987)}}.snow:nth-child(293){opacity:1.3608;transform:translate(6.5389vw,-10px) scale(.3731);animation:fall-293 28s -23s linear infinite}@keyframes fall-293{75.722%{transform:translate(6.3251vw,75.722vh) scale(.3731)}to{transform:translate(6.432vw,99vh) scale(.3731)}}.snow:nth-child(294){opacity:1.687;transform:translate(79.3276vw,-10px) scale(.7506);animation:fall-294 13s -22s linear infinite}@keyframes fall-294{61.71%{transform:translate(88.1637vw,61.71vh) scale(.7506)}to{transform:translate(83.74565vw,99vh) scale(.7506)}}.snow:nth-child(295){opacity:1.7282;transform:translate(25.5685vw,-10px) scale(.3138);animation:fall-295 11s -12s linear infinite}@keyframes fall-295{30.828%{transform:translate(29.8438vw,30.828vh) scale(.3138)}to{transform:translate(27.70615vw,99vh) scale(.3138)}}.snow:nth-child(296){opacity:.9896;transform:translate(24.0953vw,-10px) scale(.7262);animation:fall-296 18s -9s linear infinite}@keyframes fall-296{54.869%{transform:translate(16.6391vw,54.869vh) scale(.7262)}to{transform:translate(20.3672vw,99vh) scale(.7262)}}.snow:nth-child(297){opacity:.4366;transform:translate(56.3774vw,-10px) scale(.2298);animation:fall-297 13s -1s linear infinite}@keyframes fall-297{75.194%{transform:translate(48.788vw,75.194vh) scale(.2298)}to{transform:translate(52.5827vw,99vh) scale(.2298)}}.snow:nth-child(298){opacity:.3524;transform:translate(80.0811vw,-10px) scale(.673);animation:fall-298 25s -24s linear infinite}@keyframes fall-298{48.765%{transform:translate(70.2898vw,48.765vh) scale(.673)}to{transform:translate(75.18545vw,99vh) scale(.673)}}.snow:nth-child(299){opacity:1.2138;transform:translate(82.4699vw,-10px) scale(.1375);animation:fall-299 23s -12s linear infinite}@keyframes fall-299{32.9%{transform:translate(75.4852vw,32.9vh) scale(.1375)}to{transform:translate(78.97755vw,99vh) scale(.1375)}}.snow:nth-child(300){opacity:1.8024;transform:translate(49.3056vw,-10px) scale(.1682);animation:fall-300 14s -28s linear infinite}@keyframes fall-300{41.642%{transform:translate(58.2016vw,41.642vh) scale(.1682)}to{transform:translate(53.7536vw,99vh) scale(.1682)}}.snow:nth-child(301){opacity:1.5032;transform:translate(16.8335vw,-10px) scale(.0376);animation:fall-301 23s -18s linear infinite}@keyframes fall-301{62.812%{transform:translate(16.4179vw,62.812vh) scale(.0376)}to{transform:translate(16.6257vw,99vh) scale(.0376)}}.snow:nth-child(302){opacity:.244;transform:translate(4.3511vw,-10px) scale(.9936);animation:fall-302 12s -26s linear infinite}@keyframes fall-302{37.831%{transform:translate(2.6485vw,37.831vh) scale(.9936)}to{transform:translate(3.4998vw,99vh) scale(.9936)}}.snow:nth-child(303){opacity:.6502;transform:translate(4.7239vw,-10px) scale(.3839);animation:fall-303 21s -6s linear infinite}@keyframes fall-303{40.702%{transform:translate(13.7643vw,40.702vh) scale(.3839)}to{transform:translate(9.2441vw,99vh) scale(.3839)}}.snow:nth-child(304){opacity:1.5112;transform:translate(94.409vw,-10px) scale(.7801);animation:fall-304 24s -30s linear infinite}@keyframes fall-304{34.204%{transform:translate(89.1705vw,34.204vh) scale(.7801)}to{transform:translate(91.78975vw,99vh) scale(.7801)}}.snow:nth-child(305){opacity:.1988;transform:translate(54.893vw,-10px) scale(.3936);animation:fall-305 19s -20s linear infinite}@keyframes fall-305{48.5%{transform:translate(56.0089vw,48.5vh) scale(.3936)}to{transform:translate(55.45095vw,99vh) scale(.3936)}}.snow:nth-child(306){opacity:.4746;transform:translate(70.4849vw,-10px) scale(.5678);animation:fall-306 17s -17s linear infinite}@keyframes fall-306{72.275%{transform:translate(75.6378vw,72.275vh) scale(.5678)}to{transform:translate(73.06135vw,99vh) scale(.5678)}}.snow:nth-child(307){opacity:.6382;transform:translate(25.912vw,-10px) scale(.1855);animation:fall-307 10s -26s linear infinite}@keyframes fall-307{48.132%{transform:translate(27.1069vw,48.132vh) scale(.1855)}to{transform:translate(26.50945vw,99vh) scale(.1855)}}.snow:nth-child(308){opacity:.9734;transform:translate(64.6467vw,-10px) scale(.5621);animation:fall-308 29s -14s linear infinite}@keyframes fall-308{30.922%{transform:translate(58.1845vw,30.922vh) scale(.5621)}to{transform:translate(61.4156vw,99vh) scale(.5621)}}.snow:nth-child(309){opacity:1.509;transform:translate(4.421vw,-10px) scale(.6655);animation:fall-309 29s -14s linear infinite}@keyframes fall-309{70.235%{transform:translate(5.1231vw,70.235vh) scale(.6655)}to{transform:translate(4.77205vw,99vh) scale(.6655)}}.snow:nth-child(310){opacity:.5748;transform:translate(48.5596vw,-10px) scale(.6006);animation:fall-310 26s -8s linear infinite}@keyframes fall-310{33.24%{transform:translate(49.3575vw,33.24vh) scale(.6006)}to{transform:translate(48.95855vw,99vh) scale(.6006)}}.snow:nth-child(311){opacity:1.3214;transform:translate(6.0569vw,-10px) scale(.8734);animation:fall-311 24s -14s linear infinite}@keyframes fall-311{51.169%{transform:translate(9.5138vw,51.169vh) scale(.8734)}to{transform:translate(7.78535vw,99vh) scale(.8734)}}.snow:nth-child(312){opacity:.1986;transform:translate(98.7131vw,-10px) scale(.7745);animation:fall-312 18s -2s linear infinite}@keyframes fall-312{63.873%{transform:translate(98.2688vw,63.873vh) scale(.7745)}to{transform:translate(98.49095vw,99vh) scale(.7745)}}.snow:nth-child(313){opacity:.2104;transform:translate(41.873vw,-10px) scale(.9275);animation:fall-313 13s -10s linear infinite}@keyframes fall-313{39.31%{transform:translate(43.0455vw,39.31vh) scale(.9275)}to{transform:translate(42.45925vw,99vh) scale(.9275)}}.snow:nth-child(314){opacity:.1062;transform:translate(23.1264vw,-10px) scale(.0977);animation:fall-314 21s -12s linear infinite}@keyframes fall-314{65.471%{transform:translate(30.3465vw,65.471vh) scale(.0977)}to{transform:translate(26.73645vw,99vh) scale(.0977)}}.snow:nth-child(315){opacity:.1482;transform:translate(40.9767vw,-10px) scale(.8772);animation:fall-315 29s -26s linear infinite}@keyframes fall-315{44.109%{transform:translate(33.3396vw,44.109vh) scale(.8772)}to{transform:translate(37.15815vw,99vh) scale(.8772)}}.snow:nth-child(316){opacity:1.5934;transform:translate(11.9201vw,-10px) scale(.1489);animation:fall-316 13s -28s linear infinite}@keyframes fall-316{37.124%{transform:translate(18.5099vw,37.124vh) scale(.1489)}to{transform:translate(15.215vw,99vh) scale(.1489)}}.snow:nth-child(317){opacity:.2252;transform:translate(33.7365vw,-10px) scale(.6205);animation:fall-317 13s -15s linear infinite}@keyframes fall-317{47.928%{transform:translate(32.7036vw,47.928vh) scale(.6205)}to{transform:translate(33.22005vw,99vh) scale(.6205)}}.snow:nth-child(318){opacity:.145;transform:translate(40.5254vw,-10px) scale(.3709);animation:fall-318 20s -14s linear infinite}@keyframes fall-318{35.278%{transform:translate(47.232vw,35.278vh) scale(.3709)}to{transform:translate(43.8787vw,99vh) scale(.3709)}}.snow:nth-child(319){opacity:.2798;transform:translate(91.4407vw,-10px) scale(.2078);animation:fall-319 25s -17s linear infinite}@keyframes fall-319{79.144%{transform:translate(86.6758vw,79.144vh) scale(.2078)}to{transform:translate(89.05825vw,99vh) scale(.2078)}}.snow:nth-child(320){opacity:1.579;transform:translate(37.3112vw,-10px) scale(.0225);animation:fall-320 17s -25s linear infinite}@keyframes fall-320{50.8%{transform:translate(35.7091vw,50.8vh) scale(.0225)}to{transform:translate(36.51015vw,99vh) scale(.0225)}}.snow:nth-child(321){opacity:1.242;transform:translate(33.7226vw,-10px) scale(.8731);animation:fall-321 24s -13s linear infinite}@keyframes fall-321{71.523%{transform:translate(24.7774vw,71.523vh) scale(.8731)}to{transform:translate(29.25vw,99vh) scale(.8731)}}.snow:nth-child(322){opacity:1.4458;transform:translate(21.853vw,-10px) scale(.6432);animation:fall-322 18s -9s linear infinite}@keyframes fall-322{45.867%{transform:translate(29.6755vw,45.867vh) scale(.6432)}to{transform:translate(25.76425vw,99vh) scale(.6432)}}.snow:nth-child(323){opacity:.3002;transform:translate(6.7671vw,-10px) scale(.459);animation:fall-323 20s -5s linear infinite}@keyframes fall-323{70.551%{transform:translate(4.1698vw,70.551vh) scale(.459)}to{transform:translate(5.46845vw,99vh) scale(.459)}}.snow:nth-child(324){opacity:1.6738;transform:translate(48.7097vw,-10px) scale(.0548);animation:fall-324 23s -6s linear infinite}@keyframes fall-324{72.441%{transform:translate(54.1733vw,72.441vh) scale(.0548)}to{transform:translate(51.4415vw,99vh) scale(.0548)}}.snow:nth-child(325){opacity:.895;transform:translate(20.111vw,-10px) scale(.0685);animation:fall-325 21s -6s linear infinite}@keyframes fall-325{42.512%{transform:translate(16.2667vw,42.512vh) scale(.0685)}to{transform:translate(18.18885vw,99vh) scale(.0685)}}.snow:nth-child(326){opacity:1.2978;transform:translate(43.3325vw,-10px) scale(.365);animation:fall-326 15s -21s linear infinite}@keyframes fall-326{32.482%{transform:translate(34.1581vw,32.482vh) scale(.365)}to{transform:translate(38.7453vw,99vh) scale(.365)}}.snow:nth-child(327){opacity:.8082;transform:translate(25.8756vw,-10px) scale(.1789);animation:fall-327 12s -7s linear infinite}@keyframes fall-327{62.521%{transform:translate(23.8687vw,62.521vh) scale(.1789)}to{transform:translate(24.87215vw,99vh) scale(.1789)}}.snow:nth-child(328){opacity:1.5578;transform:translate(60.3666vw,-10px) scale(.9704);animation:fall-328 18s -1s linear infinite}@keyframes fall-328{46.295%{transform:translate(70.1035vw,46.295vh) scale(.9704)}to{transform:translate(65.23505vw,99vh) scale(.9704)}}.snow:nth-child(329){opacity:1.4908;transform:translate(84.2569vw,-10px) scale(.9307);animation:fall-329 21s -1s linear infinite}@keyframes fall-329{62.232%{transform:translate(91.3455vw,62.232vh) scale(.9307)}to{transform:translate(87.8012vw,99vh) scale(.9307)}}.snow:nth-child(330){opacity:.9794;transform:translate(72.0966vw,-10px) scale(.1685);animation:fall-330 14s -15s linear infinite}@keyframes fall-330{52.159%{transform:translate(72.0044vw,52.159vh) scale(.1685)}to{transform:translate(72.0505vw,99vh) scale(.1685)}}.snow:nth-child(331){opacity:1.5004;transform:translate(64.3144vw,-10px) scale(.9259);animation:fall-331 27s -24s linear infinite}@keyframes fall-331{39.464%{transform:translate(55.207vw,39.464vh) scale(.9259)}to{transform:translate(59.7607vw,99vh) scale(.9259)}}.snow:nth-child(332){opacity:.7374;transform:translate(32.9328vw,-10px) scale(.6433);animation:fall-332 18s -12s linear infinite}@keyframes fall-332{42.197%{transform:translate(37.0398vw,42.197vh) scale(.6433)}to{transform:translate(34.9863vw,99vh) scale(.6433)}}.snow:nth-child(333){opacity:1.7156;transform:translate(91.7689vw,-10px) scale(.5735);animation:fall-333 23s -1s linear infinite}@keyframes fall-333{69.937%{transform:translate(88.4289vw,69.937vh) scale(.5735)}to{transform:translate(90.0989vw,99vh) scale(.5735)}}.snow:nth-child(334){opacity:1.126;transform:translate(82.818vw,-10px) scale(.5241);animation:fall-334 14s -14s linear infinite}@keyframes fall-334{45.031%{transform:translate(82.573vw,45.031vh) scale(.5241)}to{transform:translate(82.6955vw,99vh) scale(.5241)}}.snow:nth-child(335){opacity:1.3556;transform:translate(95.6257vw,-10px) scale(.1039);animation:fall-335 24s -27s linear infinite}@keyframes fall-335{66.548%{transform:translate(92.8463vw,66.548vh) scale(.1039)}to{transform:translate(94.236vw,99vh) scale(.1039)}}.snow:nth-child(336){opacity:.9854;transform:translate(54.3242vw,-10px) scale(.712);animation:fall-336 13s -25s linear infinite}@keyframes fall-336{78.599%{transform:translate(46.0438vw,78.599vh) scale(.712)}to{transform:translate(50.184vw,99vh) scale(.712)}}.snow:nth-child(337){opacity:.0198;transform:translate(86.7532vw,-10px) scale(.4916);animation:fall-337 13s -24s linear infinite}@keyframes fall-337{56.25%{transform:translate(77.1829vw,56.25vh) scale(.4916)}to{transform:translate(81.96805vw,99vh) scale(.4916)}}.snow:nth-child(338){opacity:.5488;transform:translate(39.1124vw,-10px) scale(.9025);animation:fall-338 15s -20s linear infinite}@keyframes fall-338{78.636%{transform:translate(41.4666vw,78.636vh) scale(.9025)}to{transform:translate(40.2895vw,99vh) scale(.9025)}}.snow:nth-child(339){opacity:.2996;transform:translate(59.4791vw,-10px) scale(.7709);animation:fall-339 28s -21s linear infinite}@keyframes fall-339{31.681%{transform:translate(60.7473vw,31.681vh) scale(.7709)}to{transform:translate(60.1132vw,99vh) scale(.7709)}}.snow:nth-child(340){opacity:1.2376;transform:translate(67.6814vw,-10px) scale(.9483);animation:fall-340 30s -14s linear infinite}@keyframes fall-340{71.49%{transform:translate(63.3171vw,71.49vh) scale(.9483)}to{transform:translate(65.49925vw,99vh) scale(.9483)}}.snow:nth-child(341){opacity:.9946;transform:translate(31.0603vw,-10px) scale(.7412);animation:fall-341 15s -19s linear infinite}@keyframes fall-341{51.036%{transform:translate(32.3454vw,51.036vh) scale(.7412)}to{transform:translate(31.70285vw,99vh) scale(.7412)}}.snow:nth-child(342){opacity:1.5066;transform:translate(58.1919vw,-10px) scale(.112);animation:fall-342 30s -27s linear infinite}@keyframes fall-342{37.332%{transform:translate(57.149vw,37.332vh) scale(.112)}to{transform:translate(57.67045vw,99vh) scale(.112)}}.snow:nth-child(343){opacity:.4654;transform:translate(15.7637vw,-10px) scale(.7124);animation:fall-343 28s -20s linear infinite}@keyframes fall-343{32.499%{transform:translate(18.4152vw,32.499vh) scale(.7124)}to{transform:translate(17.08945vw,99vh) scale(.7124)}}.snow:nth-child(344){opacity:1.075;transform:translate(93.6414vw,-10px) scale(.5256);animation:fall-344 15s -22s linear infinite}@keyframes fall-344{69.521%{transform:translate(100.1168vw,69.521vh) scale(.5256)}to{transform:translate(96.8791vw,99vh) scale(.5256)}}.snow:nth-child(345){opacity:1.0974;transform:translate(38.4854vw,-10px) scale(.6356);animation:fall-345 14s -11s linear infinite}@keyframes fall-345{60.087%{transform:translate(41.8115vw,60.087vh) scale(.6356)}to{transform:translate(40.14845vw,99vh) scale(.6356)}}.snow:nth-child(346){opacity:1.7156;transform:translate(3.9923vw,-10px) scale(.8832);animation:fall-346 20s -25s linear infinite}@keyframes fall-346{39.548%{transform:translate(5.2212vw,39.548vh) scale(.8832)}to{transform:translate(4.60675vw,99vh) scale(.8832)}}.snow:nth-child(347){opacity:.2574;transform:translate(93.7397vw,-10px) scale(.821);animation:fall-347 28s -7s linear infinite}@keyframes fall-347{53.342%{transform:translate(93.3944vw,53.342vh) scale(.821)}to{transform:translate(93.56705vw,99vh) scale(.821)}}.snow:nth-child(348){opacity:1.908;transform:translate(52.6294vw,-10px) scale(.7725);animation:fall-348 19s -18s linear infinite}@keyframes fall-348{77.961%{transform:translate(44.721vw,77.961vh) scale(.7725)}to{transform:translate(48.6752vw,99vh) scale(.7725)}}.snow:nth-child(349){opacity:1.741;transform:translate(79.5427vw,-10px) scale(.6647);animation:fall-349 12s -5s linear infinite}@keyframes fall-349{42.435%{transform:translate(72.2332vw,42.435vh) scale(.6647)}to{transform:translate(75.88795vw,99vh) scale(.6647)}}.snow:nth-child(350){opacity:1.2904;transform:translate(61.6238vw,-10px) scale(.3146);animation:fall-350 18s -29s linear infinite}@keyframes fall-350{68.372%{transform:translate(57.8463vw,68.372vh) scale(.3146)}to{transform:translate(59.73505vw,99vh) scale(.3146)}}.snow:nth-child(351){opacity:1.3724;transform:translate(87.7747vw,-10px) scale(.3858);animation:fall-351 22s -21s linear infinite}@keyframes fall-351{46.307%{transform:translate(83.7158vw,46.307vh) scale(.3858)}to{transform:translate(85.74525vw,99vh) scale(.3858)}}.snow:nth-child(352){opacity:.8012;transform:translate(23.3655vw,-10px) scale(.7099);animation:fall-352 21s -23s linear infinite}@keyframes fall-352{70.224%{transform:translate(18.6296vw,70.224vh) scale(.7099)}to{transform:translate(20.99755vw,99vh) scale(.7099)}}.snow:nth-child(353){opacity:.6808;transform:translate(41.5116vw,-10px) scale(.2002);animation:fall-353 14s -28s linear infinite}@keyframes fall-353{50.661%{transform:translate(36.1678vw,50.661vh) scale(.2002)}to{transform:translate(38.8397vw,99vh) scale(.2002)}}.snow:nth-child(354){opacity:1.9394;transform:translate(1.1482vw,-10px) scale(.9172);animation:fall-354 18s -3s linear infinite}@keyframes fall-354{70.164%{transform:translate(3.7996vw,70.164vh) scale(.9172)}to{transform:translate(2.4739vw,99vh) scale(.9172)}}.snow:nth-child(355){opacity:1.435;transform:translate(83.4315vw,-10px) scale(.0536);animation:fall-355 10s -19s linear infinite}@keyframes fall-355{36.54%{transform:translate(76.9402vw,36.54vh) scale(.0536)}to{transform:translate(80.18585vw,99vh) scale(.0536)}}.snow:nth-child(356){opacity:1.2786;transform:translate(41.6387vw,-10px) scale(.3963);animation:fall-356 18s -10s linear infinite}@keyframes fall-356{42.277%{transform:translate(41.9008vw,42.277vh) scale(.3963)}to{transform:translate(41.76975vw,99vh) scale(.3963)}}.snow:nth-child(357){opacity:.2974;transform:translate(71.1799vw,-10px) scale(.0302);animation:fall-357 22s -3s linear infinite}@keyframes fall-357{34.077%{transform:translate(72.9934vw,34.077vh) scale(.0302)}to{transform:translate(72.08665vw,99vh) scale(.0302)}}.snow:nth-child(358){opacity:1.798;transform:translate(1.2535vw,-10px) scale(.538);animation:fall-358 21s -27s linear infinite}@keyframes fall-358{52.782%{transform:translate(8.468vw,52.782vh) scale(.538)}to{transform:translate(4.86075vw,99vh) scale(.538)}}.snow:nth-child(359){opacity:.5522;transform:translate(74.7446vw,-10px) scale(.5038);animation:fall-359 13s -25s linear infinite}@keyframes fall-359{67.664%{transform:translate(81.9652vw,67.664vh) scale(.5038)}to{transform:translate(78.3549vw,99vh) scale(.5038)}}.snow:nth-child(360){opacity:.4116;transform:translate(26.3971vw,-10px) scale(.3714);animation:fall-360 13s -16s linear infinite}@keyframes fall-360{54.064%{transform:translate(30.8633vw,54.064vh) scale(.3714)}to{transform:translate(28.6302vw,99vh) scale(.3714)}}.snow:nth-child(361){opacity:.3822;transform:translate(96.4169vw,-10px) scale(.6062);animation:fall-361 14s -28s linear infinite}@keyframes fall-361{60.399%{transform:translate(98.6277vw,60.399vh) scale(.6062)}to{transform:translate(97.5223vw,99vh) scale(.6062)}}.snow:nth-child(362){opacity:.1958;transform:translate(90.8177vw,-10px) scale(.792);animation:fall-362 20s -7s linear infinite}@keyframes fall-362{55.162%{transform:translate(95.7707vw,55.162vh) scale(.792)}to{transform:translate(93.2942vw,99vh) scale(.792)}}.snow:nth-child(363){opacity:1.2414;transform:translate(69.3519vw,-10px) scale(.0251);animation:fall-363 21s -6s linear infinite}@keyframes fall-363{64.04%{transform:translate(69.5386vw,64.04vh) scale(.0251)}to{transform:translate(69.44525vw,99vh) scale(.0251)}}.snow:nth-child(364){opacity:1.0972;transform:translate(82.3243vw,-10px) scale(.1786);animation:fall-364 28s -18s linear infinite}@keyframes fall-364{38.946%{transform:translate(89.7974vw,38.946vh) scale(.1786)}to{transform:translate(86.06085vw,99vh) scale(.1786)}}.snow:nth-child(365){opacity:.6238;transform:translate(56.6908vw,-10px) scale(.0996);animation:fall-365 14s -11s linear infinite}@keyframes fall-365{56.309%{transform:translate(58.675vw,56.309vh) scale(.0996)}to{transform:translate(57.6829vw,99vh) scale(.0996)}}.snow:nth-child(366){opacity:.2704;transform:translate(32.2057vw,-10px) scale(.4793);animation:fall-366 28s -12s linear infinite}@keyframes fall-366{59.076%{transform:translate(38.3755vw,59.076vh) scale(.4793)}to{transform:translate(35.2906vw,99vh) scale(.4793)}}.snow:nth-child(367){opacity:1.7642;transform:translate(91.0185vw,-10px) scale(.582);animation:fall-367 11s -7s linear infinite}@keyframes fall-367{45.073%{transform:translate(99.9013vw,45.073vh) scale(.582)}to{transform:translate(95.4599vw,99vh) scale(.582)}}.snow:nth-child(368){opacity:1.6854;transform:translate(64.1391vw,-10px) scale(.7023);animation:fall-368 17s -19s linear infinite}@keyframes fall-368{74.437%{transform:translate(61.9666vw,74.437vh) scale(.7023)}to{transform:translate(63.05285vw,99vh) scale(.7023)}}.snow:nth-child(369){opacity:.926;transform:translate(99.3709vw,-10px) scale(.8836);animation:fall-369 27s -11s linear infinite}@keyframes fall-369{75.915%{transform:translate(94.4946vw,75.915vh) scale(.8836)}to{transform:translate(96.93275vw,99vh) scale(.8836)}}.snow:nth-child(370){opacity:1.4446;transform:translate(83.293vw,-10px) scale(.5586);animation:fall-370 27s -3s linear infinite}@keyframes fall-370{30.848%{transform:translate(81.3061vw,30.848vh) scale(.5586)}to{transform:translate(82.29955vw,99vh) scale(.5586)}}.snow:nth-child(371){opacity:1.1132;transform:translate(74.3515vw,-10px) scale(.032);animation:fall-371 25s -8s linear infinite}@keyframes fall-371{58.333%{transform:translate(84.3045vw,58.333vh) scale(.032)}to{transform:translate(79.328vw,99vh) scale(.032)}}.snow:nth-child(372){opacity:.0452;transform:translate(28.7141vw,-10px) scale(.3716);animation:fall-372 17s -9s linear infinite}@keyframes fall-372{64.624%{transform:translate(25.6642vw,64.624vh) scale(.3716)}to{transform:translate(27.18915vw,99vh) scale(.3716)}}.snow:nth-child(373){opacity:.7186;transform:translate(9.8306vw,-10px) scale(.6803);animation:fall-373 13s -9s linear infinite}@keyframes fall-373{72.908%{transform:translate(16.5411vw,72.908vh) scale(.6803)}to{transform:translate(13.18585vw,99vh) scale(.6803)}}.snow:nth-child(374){opacity:1.1474;transform:translate(19.4346vw,-10px) scale(.067);animation:fall-374 29s -19s linear infinite}@keyframes fall-374{63.099%{transform:translate(17.0328vw,63.099vh) scale(.067)}to{transform:translate(18.2337vw,99vh) scale(.067)}}.snow:nth-child(375){opacity:.3694;transform:translate(1.4546vw,-10px) scale(.4795);animation:fall-375 16s -8s linear infinite}@keyframes fall-375{73.978%{transform:translate(6.9357vw,73.978vh) scale(.4795)}to{transform:translate(4.19515vw,99vh) scale(.4795)}}.snow:nth-child(376){opacity:1.6618;transform:translate(84.8837vw,-10px) scale(.4259);animation:fall-376 12s -18s linear infinite}@keyframes fall-376{79.955%{transform:translate(76.2302vw,79.955vh) scale(.4259)}to{transform:translate(80.55695vw,99vh) scale(.4259)}}.snow:nth-child(377){opacity:1.4804;transform:translate(77.3742vw,-10px) scale(.5884);animation:fall-377 10s -30s linear infinite}@keyframes fall-377{79.038%{transform:translate(83.2091vw,79.038vh) scale(.5884)}to{transform:translate(80.29165vw,99vh) scale(.5884)}}.snow:nth-child(378){opacity:.9652;transform:translate(63.0479vw,-10px) scale(.0168);animation:fall-378 22s -3s linear infinite}@keyframes fall-378{66.006%{transform:translate(58.6623vw,66.006vh) scale(.0168)}to{transform:translate(60.8551vw,99vh) scale(.0168)}}.snow:nth-child(379){opacity:.9678;transform:translate(91.9551vw,-10px) scale(.391);animation:fall-379 29s -16s linear infinite}@keyframes fall-379{53.426%{transform:translate(96.2305vw,53.426vh) scale(.391)}to{transform:translate(94.0928vw,99vh) scale(.391)}}.snow:nth-child(380){opacity:.2556;transform:translate(75.1803vw,-10px) scale(.696);animation:fall-380 17s -20s linear infinite}@keyframes fall-380{50.407%{transform:translate(66.3266vw,50.407vh) scale(.696)}to{transform:translate(70.75345vw,99vh) scale(.696)}}.snow:nth-child(381){opacity:1.2912;transform:translate(53.6649vw,-10px) scale(.6664);animation:fall-381 24s -24s linear infinite}@keyframes fall-381{70.201%{transform:translate(46.0931vw,70.201vh) scale(.6664)}to{transform:translate(49.879vw,99vh) scale(.6664)}}.snow:nth-child(382){opacity:1.0838;transform:translate(96.2681vw,-10px) scale(.5035);animation:fall-382 22s -6s linear infinite}@keyframes fall-382{50.788%{transform:translate(95.5483vw,50.788vh) scale(.5035)}to{transform:translate(95.9082vw,99vh) scale(.5035)}}.snow:nth-child(383){opacity:1.172;transform:translate(13.0435vw,-10px) scale(.4121);animation:fall-383 23s -26s linear infinite}@keyframes fall-383{32.984%{transform:translate(4.9085vw,32.984vh) scale(.4121)}to{transform:translate(8.976vw,99vh) scale(.4121)}}.snow:nth-child(384){opacity:1.758;transform:translate(83.507vw,-10px) scale(.293);animation:fall-384 23s -5s linear infinite}@keyframes fall-384{40.647%{transform:translate(76.9094vw,40.647vh) scale(.293)}to{transform:translate(80.2082vw,99vh) scale(.293)}}.snow:nth-child(385){opacity:1.6038;transform:translate(16.642vw,-10px) scale(.8879);animation:fall-385 18s -23s linear infinite}@keyframes fall-385{43.288%{transform:translate(8.6046vw,43.288vh) scale(.8879)}to{transform:translate(12.6233vw,99vh) scale(.8879)}}.snow:nth-child(386){opacity:1.5038;transform:translate(.4632vw,-10px) scale(.0309);animation:fall-386 30s -23s linear infinite}@keyframes fall-386{62.153%{transform:translate(-1.8595vw,62.153vh) scale(.0309)}to{transform:translate(-.69815vw,99vh) scale(.0309)}}.snow:nth-child(387){opacity:.0488;transform:translate(55.4898vw,-10px) scale(.408);animation:fall-387 30s -9s linear infinite}@keyframes fall-387{70.88%{transform:translate(62.7131vw,70.88vh) scale(.408)}to{transform:translate(59.10145vw,99vh) scale(.408)}}.snow:nth-child(388){opacity:1.8728;transform:translate(54.6563vw,-10px) scale(.8666);animation:fall-388 22s -14s linear infinite}@keyframes fall-388{37.727%{transform:translate(51.5609vw,37.727vh) scale(.8666)}to{transform:translate(53.1086vw,99vh) scale(.8666)}}.snow:nth-child(389){opacity:1.1188;transform:translate(26.727vw,-10px) scale(.1519);animation:fall-389 28s -19s linear infinite}@keyframes fall-389{71.387%{transform:translate(23.2028vw,71.387vh) scale(.1519)}to{transform:translate(24.9649vw,99vh) scale(.1519)}}.snow:nth-child(390){opacity:.7888;transform:translate(33.6451vw,-10px) scale(.7726);animation:fall-390 10s -2s linear infinite}@keyframes fall-390{55.837%{transform:translate(38.8404vw,55.837vh) scale(.7726)}to{transform:translate(36.24275vw,99vh) scale(.7726)}}.snow:nth-child(391){opacity:1.2986;transform:translate(15.5467vw,-10px) scale(.3834);animation:fall-391 10s -23s linear infinite}@keyframes fall-391{42.159%{transform:translate(12.2912vw,42.159vh) scale(.3834)}to{transform:translate(13.91895vw,99vh) scale(.3834)}}.snow:nth-child(392){opacity:1.8146;transform:translate(22.9622vw,-10px) scale(.2872);animation:fall-392 20s -4s linear infinite}@keyframes fall-392{45.412%{transform:translate(15.8507vw,45.412vh) scale(.2872)}to{transform:translate(19.40645vw,99vh) scale(.2872)}}.snow:nth-child(393){opacity:1.5742;transform:translate(17.387vw,-10px) scale(.7385);animation:fall-393 26s -17s linear infinite}@keyframes fall-393{77.684%{transform:translate(16.2027vw,77.684vh) scale(.7385)}to{transform:translate(16.79485vw,99vh) scale(.7385)}}.snow:nth-child(394){opacity:.5828;transform:translate(22.0635vw,-10px) scale(.8777);animation:fall-394 21s -9s linear infinite}@keyframes fall-394{47.935%{transform:translate(32.0428vw,47.935vh) scale(.8777)}to{transform:translate(27.05315vw,99vh) scale(.8777)}}.snow:nth-child(395){opacity:.4524;transform:translate(93.6964vw,-10px) scale(.9518);animation:fall-395 30s -6s linear infinite}@keyframes fall-395{30.146%{transform:translate(95.8955vw,30.146vh) scale(.9518)}to{transform:translate(94.79595vw,99vh) scale(.9518)}}.snow:nth-child(396){opacity:1.0206;transform:translate(84.3801vw,-10px) scale(.8164);animation:fall-396 19s -6s linear infinite}@keyframes fall-396{66.786%{transform:translate(93.9185vw,66.786vh) scale(.8164)}to{transform:translate(89.1493vw,99vh) scale(.8164)}}.snow:nth-child(397){opacity:1.5428;transform:translate(14.4563vw,-10px) scale(.6927);animation:fall-397 18s -19s linear infinite}@keyframes fall-397{34.522%{transform:translate(10.3837vw,34.522vh) scale(.6927)}to{transform:translate(12.42vw,99vh) scale(.6927)}}.snow:nth-child(398){opacity:.8998;transform:translate(24.9113vw,-10px) scale(.8728);animation:fall-398 13s -3s linear infinite}@keyframes fall-398{42.231%{transform:translate(25.1188vw,42.231vh) scale(.8728)}to{transform:translate(25.01505vw,99vh) scale(.8728)}}.snow:nth-child(399){opacity:.9146;transform:translate(88.9295vw,-10px) scale(.6352);animation:fall-399 12s -6s linear infinite}@keyframes fall-399{53.982%{transform:translate(80.3855vw,53.982vh) scale(.6352)}to{transform:translate(84.6575vw,99vh) scale(.6352)}}.snow:nth-child(400){opacity:1.8728;transform:translate(38.0424vw,-10px) scale(.76);animation:fall-400 24s -26s linear infinite}@keyframes fall-400{36.23%{transform:translate(34.3568vw,36.23vh) scale(.76)}to{transform:translate(36.1996vw,99vh) scale(.76)}}\n"] }]
|
|
28
29
|
}], ctorParameters: function () { return [{ type: i1.TokenService }, { type: i1.AppState }, { type: i2.Router }]; } });
|
|
29
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
30
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBwLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2NvcmUvc3JjL2xpYi9hcHAuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vcHJvamVjdHMvY29yZS9zcmMvbGliL2FwcC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxVQUFVO0FBQ1YsT0FBTyxFQUFFLFNBQVMsRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7Ozs7QUFNN0Qsa01BQWtNO0FBT2xNLE1BQU0sT0FBTyxZQUFZO0lBTXJCLFlBQW9CLEdBQWlCLEVBQVMsTUFBZ0IsRUFBVSxNQUFjO1FBQWxFLFFBQUcsR0FBSCxHQUFHLENBQWM7UUFBUyxXQUFNLEdBQU4sTUFBTSxDQUFVO1FBQVUsV0FBTSxHQUFOLE1BQU0sQ0FBUTtRQUovRSxVQUFLLEdBQWEsRUFBRSxDQUFDO1FBRXJCLGdCQUFXLEdBQUcsQ0FBQyxDQUFTLEVBQUUsSUFBUyxFQUFFLEVBQUUsQ0FBQyxJQUFJLENBQUM7UUFJaEQsSUFBSSxJQUFJLENBQUMsTUFBTSxDQUFDLGFBQWE7WUFDekIsS0FBSyxJQUFJLENBQUMsR0FBRyxDQUFDLEVBQUUsQ0FBQyxHQUFHLEdBQUcsRUFBRSxDQUFDLEVBQUU7Z0JBQ3hCLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUFDO1FBRTNCLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLFlBQVksRUFBRTtZQUN4QixPQUFPLENBQUMsR0FBRyxDQUFDLHVEQUF1RCxDQUFDLENBQUE7WUFDcEUsSUFBSSxDQUFDLE1BQU0sQ0FBQyxRQUFRLENBQUMsQ0FBQyxPQUFPLEVBQUUsRUFBRSxPQUFPLEVBQUUsSUFBSSxDQUFDLE1BQU0sQ0FBQyxHQUFHLEVBQUUsQ0FBQyxDQUFDLENBQUM7U0FDakU7SUFDTCxDQUFDOzt5R0FoQlEsWUFBWTs2RkFBWixZQUFZLGdEQ2R6Qix1TEFHK0I7MkZEV2xCLFlBQVk7a0JBTnhCLFNBQVM7K0JBQ0ksVUFBVSxpQkFDTCxpQkFBaUIsQ0FBQyxJQUFJIiwic291cmNlc0NvbnRlbnQiOlsiLy8gQW5ndWxhclxyXG5pbXBvcnQgeyBDb21wb25lbnQsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHsgUm91dGVyIH0gZnJvbSBcIkBhbmd1bGFyL3JvdXRlclwiO1xyXG5cclxuLy8gQ29uZmlndXJhemlvbmlcclxuaW1wb3J0IHsgQXBwU3RhdGUsIFRva2VuU2VydmljZSB9IGZyb20gXCJAZXNmYWVuemEvY29yZS9zZXJ2aWNlc1wiO1xyXG5cclxuLyogTi5COiBRdWVzdG8gY29tcG9uZW50ZSBub24gcHXDsiBkaXZlbnRhcmUgc3RhbmRhbG9uZS4gw4ggaWwgcHVudG8gZGkgaW5ncmVzc28gcGVyIGlsIGJvb3RzdHJhcCBkZWkgbW9kdWxpIGRpIEZyb250ZW5kLCBjaGUgTk9OIHNpIGJhc2FubyBzdWkgY29tcG9uZW50aSBzdGFuZGFsb25lIGEgbWVubyBkaSByYXJlIGZ1bnppb25hbGl0w6AgKi9cclxuQENvbXBvbmVudCh7XHJcbiAgICBzZWxlY3RvcjogJ2FwcC1yb290JyxcclxuICAgIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXHJcbiAgICBzdHlsZVVybHM6IFtcIi4vYXBwLmNvbXBvbmVudC5zY3NzXCJdLFxyXG4gICAgdGVtcGxhdGVVcmw6ICcuL2FwcC5jb21wb25lbnQuaHRtbCdcclxufSlcclxuZXhwb3J0IGNsYXNzIEFwcENvbXBvbmVudCB7XHJcblxyXG4gICAgcHVibGljIHNub3dzOiBudW1iZXJbXSA9IFtdO1xyXG5cclxuICAgIHB1YmxpYyBzbm93VHJhY2tCeSA9IChfOiBudW1iZXIsIGl0ZW06IGFueSkgPT4gaXRlbTtcclxuXHJcbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIGJ0czogVG9rZW5TZXJ2aWNlLCBwdWJsaWMgX3N0YXRlOiBBcHBTdGF0ZSwgcHJpdmF0ZSByb3V0ZXI6IFJvdXRlcikge1xyXG5cclxuICAgICAgICBpZiAodGhpcy5fc3RhdGUuY2hyaXN0bWFzVGltZSlcclxuICAgICAgICAgICAgZm9yIChsZXQgaSA9IDA7IGkgPCA0MDA7IGkrKylcclxuICAgICAgICAgICAgICAgIHRoaXMuc25vd3MucHVzaChpKTtcclxuXHJcbiAgICAgICAgaWYgKCF0aGlzLmJ0cy5hY2NvdW50U2NvcGUpIHtcclxuICAgICAgICAgICAgY29uc29sZS5sb2coXCJBcHBDb21wb25lbnQgLSBubyBhY2NvdW50IHNjb3BlLCByZWRpcmVjdGluZyB0byBsb2dpblwiKVxyXG4gICAgICAgICAgICB0aGlzLnJvdXRlci5uYXZpZ2F0ZShbXCJsb2dpblwiLCB7IGZyb21Vcmw6IHRoaXMucm91dGVyLnVybCB9XSk7XHJcbiAgICAgICAgfVxyXG4gICAgfVxyXG59IiwiPG5nLWNvbnRhaW5lciAqbmdJZj1cIl9zdGF0ZS5jaHJpc3RtYXNUaW1lXCI+XHJcbiAgICA8ZGl2ICpuZ0Zvcj1cImxldCBpIG9mIHNub3dzOyB0cmFja0J5OiBzbm93VHJhY2tCeVwiIGNsYXNzPVwic25vd1wiPjwvZGl2PlxyXG48L25nLWNvbnRhaW5lcj5cclxuPHJvdXRlci1vdXRsZXQ+PC9yb3V0ZXItb3V0bGV0PiJdfQ==
|