@esfaenza/core 15.2.256 → 15.2.258

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.
@@ -1,6 +1,6 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { Component, ViewEncapsulation, Inject, isDevMode, ErrorHandler, LOCALE_ID, APP_INITIALIZER, NgModule } from '@angular/core';
3
- import { ALLOW_ANONYMOUS, EMBEDDED_ROUTE, ROUTE, REDIRECT_MAP, LOGIN_URL_LEGACY, NAVBAR_EXTENSIONS, MENU_LOCALIZATION, MENU, USE_FAKE_ACCESS_TOKEN } from '@esfaenza/core/domain';
3
+ import { ANONYMOUS_MODE, EMBEDDED_ROUTE, ROUTE, REDIRECT_MAP, LOGIN_URL_LEGACY, NAVBAR_EXTENSIONS, MENU_LOCALIZATION, MENU, USE_FAKE_ACCESS_TOKEN } from '@esfaenza/core/domain';
4
4
  import * as i1 from '@esfaenza/core/services';
5
5
  import { SessionRetriever, ApplicationPreferencesPersistor, ApplicationCachePersistor, APPErrorHandler, OutZoneEventPlugin, HTTPServiceExtensions, TokenService, GlobalSearchService, CompletedJobRedirectionService, MenuFilteringService, UserPreferencesService } from '@esfaenza/core/services';
6
6
  import * as i2 from '@angular/router';
@@ -43,7 +43,7 @@ import { EsTableModule } from '@esfaenza/es-table';
43
43
  import { TAB_DEBUG_MODE } from '@esfaenza/tabber';
44
44
  import { ExternalPagesComponent, PagesComponent, RedirecterComponent, JaceLoginComponent, ServerErrorComponent, AngularErrorComponent, PageNotFoundComponent, ComponentsModule, UserInfosComponent } from '@esfaenza/core/components';
45
45
  import { TemplateCommon } from '@esfaenza/core/modules';
46
- import { tap, catchError, take, switchMap } from 'rxjs/operators';
46
+ import { catchError, tap, switchMap, take } from 'rxjs/operators';
47
47
  import { of, forkJoin } from 'rxjs';
48
48
  import * as i14 from 'ngx-bootstrap/progressbar';
49
49
  import { ProgressbarModule } from 'ngx-bootstrap/progressbar';
@@ -59,7 +59,7 @@ import { ModalModule } from 'ngx-bootstrap/modal';
59
59
  // Angular
60
60
  /* N.B: Questo componente non può diventare standalone. È il punto di ingresso per il bootstrap dei moduli di Frontend, che NON si basano sui componenti standalone a meno di rare funzionalità */
61
61
  class AppComponent {
62
- constructor(bts, _state, router, allowAnonymous) {
62
+ constructor(bts, _state, router, anonymousMode) {
63
63
  this.bts = bts;
64
64
  this._state = _state;
65
65
  this.router = router;
@@ -68,20 +68,20 @@ class AppComponent {
68
68
  if (this._state.christmasTime)
69
69
  for (let i = 0; i < 400; i++)
70
70
  this.snows.push(i);
71
- if (!this.bts.accountScope && !allowAnonymous) {
71
+ if (!this.bts.accountScope && !anonymousMode) {
72
72
  console.log("AppComponent - no account scope, redirecting to login");
73
73
  this.router.navigate(["login", { fromUrl: this.router.url }]);
74
74
  }
75
75
  }
76
76
  }
77
- 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 }, { token: ALLOW_ANONYMOUS }], target: i0.ɵɵFactoryTarget.Component });
78
- 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-600{max-height:600px;overflow-x:hidden;overflow-y:auto}.list-area{position:relative!important}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:rgba(255,50,50,.2);position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:white;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.wizard-step-container{background-color:#fff;box-shadow:#63636333 0 2px 8px;padding:10px}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:rgba(0,0,0,.5) none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:rgb(237,237,237);border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{padding-left:0;margin-top:20px}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.app-search-background{z-index:9999;margin-top:60px;padding:0;background-color:#0000004d;width:100vw;height:calc(100vh - 60px)}.app-search-result-box{height:calc(100% - 35px);overflow:hidden;margin:20px}.app-search-card{margin-top:2px;margin-bottom:10px;padding:15px;background-color:#fff;box-shadow:#06182c66 0 0 0 2px,#06182ca6 0 4px 6px -1px,#ffffff14 0 1px inset}.pull-left{float:left}.pull-right{float:right}.pace .pace-progress{background:#637CA0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#cccccc}::-webkit-scrollbar-thumb:active{background:#888888}::-webkit-scrollbar-track{background:#666666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666666}::-webkit-scrollbar-track:active{background:#333333}::-webkit-scrollbar-corner{background:transparent}.transition{transition:.3s}.widget-controls{position:absolute;z-index:1;top:0;right:0;padding:10px 20px;font-size:14px}.widget-controls a{color:#fff;margin-left:7px;line-height:1;vertical-align:top;display:inline-block}.widget-controls a i.glyphicon-resize-full{font-size:13px}.widget-controls a:hover{color:#ffffffb3}.widget-controls a.dropdown-toggle:after{display:none}.widget-controls ul.dropdown-menu{min-width:9rem;padding:0;border-radius:0}.widget-controls ul.dropdown-menu li{padding:4px;overflow:hidden}.widget-controls ul.dropdown-menu li a{color:#242d3a;font-size:13px;width:100%}.widget-controls ul.dropdown-menu li:hover{background-color:#242d3a}.widget-controls ul.dropdown-menu li:hover a{color:#fff}.card.fullscreened .card-header{line-height:35px}.card.fullscreened .card-header .widget-controls{padding:20px}.card.fullscreened .card-header .widget-controls a{margin-left:12px}.card.fullscreened .card-header .widget-controls a.setting{display:none}.card.fullscreened.card-primary{background:#024a88}.card.fullscreened.card-success{background:#2d922d}.card.fullscreened.card-info{background:#248dad}.card.fullscreened.card-warning{background:#f79a17}.card.fullscreened.card-danger{background:#bf1725}.scrolling{height:100%;overflow-y:scroll;padding-bottom:60px}.no-margin{margin:0}.bottom-15{margin-bottom:15px}.m-t-5{margin-top:5px}.m-t-15{margin-top:15px}.res-img{width:100%}.chart-outher{width:55%;margin:0 auto}.p-t-10{padding-top:10%}.o-visible{overflow:visible}.w-150{width:150px}.w-200{width:200px}@media (max-width: 543px){.chart-outher{width:100%}}@media (min-width: 544px) and (max-width: 767px){.chart-outher{width:85%}}@media (min-width: 992px) and (max-width: 1199px){.chart-outher{width:65%}}.mat-form-field-disabled .mat-form-field-wrapper{background-color:#ddd}.mat-no-border-top .mat-form-field-infix{border-top:none!important}.mat-dflt-margin,.mat-form-field-appearance-outline .mat-form-field-wrapper{margin-top:.125em!important;margin-bottom:.125em!important}.mat-form-field-wrapper{padding-bottom:0;height:35px;min-height:35px!important;margin-bottom:-7px!important}.mat-full-width{width:100%}.mat-full-height .mat-form-field-wrapper{height:100%!important}.mat-form-field-appearance-outline .mat-form-field-infix{padding-top:5px;padding-bottom:0;height:36px}.mat-form-field-appearance-outline .mat-form-field-infix select.mat-input-element{background-color:transparent;margin-bottom:-11px!important;margin-top:-2px!important;padding-top:0!important;top:0!important}.mat-form-field-appearance-outline .mat-form-field-infix input{display:inline-flex;margin-top:-8px;margin-bottom:-5px;padding-top:8px}.mat-form-field-appearance-outline .mat-form-field-suffix{height:25px!important;top:-2px!important}.mat-form-field-appearance-outline .mat-form-field-suffix .form-input-suffix{margin-right:5px!important;position:absolute!important;top:7px!important;right:4px!important}.mat-form-field-appearance-outline .mat-form-field-infix .form-input-suffix{position:relative!important;top:-4px!important}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:32px!important}.mat-form-field-label-wrapper{top:-8px}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{top:60%!important}.mat-form-field-suffix{margin-right:-10px!important}.cdk-overlay-container{z-index:99999999!important}.mat-height-fixed .mat-form-field-flex{height:38px!important}.mat-height-auto .mat-form-field-flex{height:auto!important;padding-bottom:5px!important;padding-top:5px!important;padding-right:2px!important}.mat-height-auto .mat-form-field-infix{height:auto!important}.mat-icon-button-override{width:25px!important;top:0!important;color:#000000a3!important;position:absolute!important}.mat-icon-button-override-suffix{right:-5px!important}.mat-icon-button-override-prefix{left:-5px!important}.mat-option{height:25px!important;font-size:14px!important}.ngx-mat-timepicker .mat-form-field-infix{border-top:none!important}.mat-form-field-wrapper .form-control{width:100%;border:none;padding:0;line-height:1}.mat-form-field-wrapper .form-control:focus{box-shadow:none!important}.mat-form-field-wrapper .form-control.checking-field.ng-touched{padding-right:0;background-position-y:14px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.mat-chip-list-wrapper input.mat-input-element,.mat-chip-list-wrapper .mat-standard-chip{margin:1px 4px 4px!important;padding-top:10px!important}.mat-chip-list-wrapper{margin:0!important;padding:5px!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:1.6864;transform:translate(84.182vw,-10px) scale(.5043);animation:fall-1 19s -10s linear infinite}@keyframes fall-1{68.49%{transform:translate(87.0104vw,68.49vh) scale(.5043)}to{transform:translate(85.5962vw,99vh) scale(.5043)}}.snow:nth-child(2){opacity:.321;transform:translate(66.0603vw,-10px) scale(.8069);animation:fall-2 27s -8s linear infinite}@keyframes fall-2{49.119%{transform:translate(74.7852vw,49.119vh) scale(.8069)}to{transform:translate(70.42275vw,99vh) scale(.8069)}}.snow:nth-child(3){opacity:1.4222;transform:translate(56.6889vw,-10px) scale(.4963);animation:fall-3 24s -25s linear infinite}@keyframes fall-3{38.295%{transform:translate(63.5106vw,38.295vh) scale(.4963)}to{transform:translate(60.09975vw,99vh) scale(.4963)}}.snow:nth-child(4){opacity:1.2464;transform:translate(33.8284vw,-10px) scale(.7044);animation:fall-4 19s -5s linear infinite}@keyframes fall-4{60.539%{transform:translate(30.9918vw,60.539vh) scale(.7044)}to{transform:translate(32.4101vw,99vh) scale(.7044)}}.snow:nth-child(5){opacity:.7972;transform:translate(59.2293vw,-10px) scale(.6273);animation:fall-5 18s -6s linear infinite}@keyframes fall-5{76.892%{transform:translate(58.2684vw,76.892vh) scale(.6273)}to{transform:translate(58.74885vw,99vh) scale(.6273)}}.snow:nth-child(6){opacity:.3828;transform:translate(68.9165vw,-10px) scale(.0818);animation:fall-6 15s -5s linear infinite}@keyframes fall-6{39.899%{transform:translate(63.9754vw,39.899vh) scale(.0818)}to{transform:translate(66.44595vw,99vh) scale(.0818)}}.snow:nth-child(7){opacity:1.9564;transform:translate(46.1409vw,-10px) scale(.6426);animation:fall-7 11s -24s linear infinite}@keyframes fall-7{35.117%{transform:translate(42.4989vw,35.117vh) scale(.6426)}to{transform:translate(44.3199vw,99vh) scale(.6426)}}.snow:nth-child(8){opacity:1.3798;transform:translate(30.983vw,-10px) scale(.8317);animation:fall-8 25s -3s linear infinite}@keyframes fall-8{71.842%{transform:translate(26.2624vw,71.842vh) scale(.8317)}to{transform:translate(28.6227vw,99vh) scale(.8317)}}.snow:nth-child(9){opacity:1.2292;transform:translate(95.114vw,-10px) scale(.8647);animation:fall-9 11s -20s linear infinite}@keyframes fall-9{64.21%{transform:translate(88.885vw,64.21vh) scale(.8647)}to{transform:translate(91.9995vw,99vh) scale(.8647)}}.snow:nth-child(10){opacity:1.16;transform:translate(53.75vw,-10px) scale(.7699);animation:fall-10 14s -7s linear infinite}@keyframes fall-10{57.81%{transform:translate(56.4541vw,57.81vh) scale(.7699)}to{transform:translate(55.10205vw,99vh) scale(.7699)}}.snow:nth-child(11){opacity:.4214;transform:translate(33.7173vw,-10px) scale(.6765);animation:fall-11 12s -16s linear infinite}@keyframes fall-11{36.055%{transform:translate(38.2456vw,36.055vh) scale(.6765)}to{transform:translate(35.98145vw,99vh) scale(.6765)}}.snow:nth-child(12){opacity:.6106;transform:translate(24.3506vw,-10px) scale(.7114);animation:fall-12 17s -10s linear infinite}@keyframes fall-12{53.024%{transform:translate(29.1347vw,53.024vh) scale(.7114)}to{transform:translate(26.74265vw,99vh) scale(.7114)}}.snow:nth-child(13){opacity:.846;transform:translate(89.3192vw,-10px) scale(.3863);animation:fall-13 16s -6s linear infinite}@keyframes fall-13{31.627%{transform:translate(90.3598vw,31.627vh) scale(.3863)}to{transform:translate(89.8395vw,99vh) scale(.3863)}}.snow:nth-child(14){opacity:1.4284;transform:translate(66.6839vw,-10px) scale(.6791);animation:fall-14 22s -27s linear infinite}@keyframes fall-14{39.02%{transform:translate(72.0977vw,39.02vh) scale(.6791)}to{transform:translate(69.3908vw,99vh) scale(.6791)}}.snow:nth-child(15){opacity:1.5818;transform:translate(54.8038vw,-10px) scale(.0439);animation:fall-15 19s -11s linear infinite}@keyframes fall-15{45.215%{transform:translate(47.247vw,45.215vh) scale(.0439)}to{transform:translate(51.0254vw,99vh) scale(.0439)}}.snow:nth-child(16){opacity:1.324;transform:translate(11.0817vw,-10px) scale(.1495);animation:fall-16 17s -7s linear infinite}@keyframes fall-16{32.185%{transform:translate(3.4154vw,32.185vh) scale(.1495)}to{transform:translate(7.24855vw,99vh) scale(.1495)}}.snow:nth-child(17){opacity:1.4686;transform:translate(76.9308vw,-10px) scale(.254);animation:fall-17 13s -30s linear infinite}@keyframes fall-17{41.983%{transform:translate(78.4363vw,41.983vh) scale(.254)}to{transform:translate(77.68355vw,99vh) scale(.254)}}.snow:nth-child(18){opacity:1.978;transform:translate(8.1739vw,-10px) scale(.0224);animation:fall-18 23s -19s linear infinite}@keyframes fall-18{45.497%{transform:translate(-1.8227vw,45.497vh) scale(.0224)}to{transform:translate(3.1756vw,99vh) scale(.0224)}}.snow:nth-child(19){opacity:1.2832;transform:translate(24.7269vw,-10px) scale(.089);animation:fall-19 26s -26s linear infinite}@keyframes fall-19{38.336%{transform:translate(26.4386vw,38.336vh) scale(.089)}to{transform:translate(25.58275vw,99vh) scale(.089)}}.snow:nth-child(20){opacity:.3178;transform:translate(55.1808vw,-10px) scale(.1267);animation:fall-20 19s -3s linear infinite}@keyframes fall-20{64.494%{transform:translate(61.2134vw,64.494vh) scale(.1267)}to{transform:translate(58.1971vw,99vh) scale(.1267)}}.snow:nth-child(21){opacity:1.5036;transform:translate(34.0987vw,-10px) scale(.6632);animation:fall-21 13s -14s linear infinite}@keyframes fall-21{46.318%{transform:translate(43.9074vw,46.318vh) scale(.6632)}to{transform:translate(39.00305vw,99vh) scale(.6632)}}.snow:nth-child(22){opacity:1.7072;transform:translate(79.1339vw,-10px) scale(.9641);animation:fall-22 16s -18s linear infinite}@keyframes fall-22{61.822%{transform:translate(87.9598vw,61.822vh) scale(.9641)}to{transform:translate(83.54685vw,99vh) scale(.9641)}}.snow:nth-child(23){opacity:.7742;transform:translate(66.4396vw,-10px) scale(.0304);animation:fall-23 30s -26s linear infinite}@keyframes fall-23{57.321%{transform:translate(60.287vw,57.321vh) scale(.0304)}to{transform:translate(63.3633vw,99vh) scale(.0304)}}.snow:nth-child(24){opacity:1.6976;transform:translate(13.8581vw,-10px) scale(.7246);animation:fall-24 13s -17s linear infinite}@keyframes fall-24{73.931%{transform:translate(19.6306vw,73.931vh) scale(.7246)}to{transform:translate(16.74435vw,99vh) scale(.7246)}}.snow:nth-child(25){opacity:.9024;transform:translate(45.9417vw,-10px) scale(.9754);animation:fall-25 30s -28s linear infinite}@keyframes fall-25{77.485%{transform:translate(47.8354vw,77.485vh) scale(.9754)}to{transform:translate(46.88855vw,99vh) scale(.9754)}}.snow:nth-child(26){opacity:.9914;transform:translate(85.2174vw,-10px) scale(.4473);animation:fall-26 18s -16s linear infinite}@keyframes fall-26{71.581%{transform:translate(76.101vw,71.581vh) scale(.4473)}to{transform:translate(80.6592vw,99vh) scale(.4473)}}.snow:nth-child(27){opacity:1.303;transform:translate(2.335vw,-10px) scale(.4956);animation:fall-27 25s -7s linear infinite}@keyframes fall-27{36.95%{transform:translate(7.4607vw,36.95vh) scale(.4956)}to{transform:translate(4.89785vw,99vh) scale(.4956)}}.snow:nth-child(28){opacity:.1482;transform:translate(43.3601vw,-10px) scale(.0277);animation:fall-28 22s -24s linear infinite}@keyframes fall-28{36.535%{transform:translate(33.6428vw,36.535vh) scale(.0277)}to{transform:translate(38.50145vw,99vh) scale(.0277)}}.snow:nth-child(29){opacity:1.5284;transform:translate(72.0034vw,-10px) scale(.819);animation:fall-29 10s -17s linear infinite}@keyframes fall-29{77.047%{transform:translate(66.1588vw,77.047vh) scale(.819)}to{transform:translate(69.0811vw,99vh) scale(.819)}}.snow:nth-child(30){opacity:1.3428;transform:translate(59.8867vw,-10px) scale(.6309);animation:fall-30 16s -13s linear infinite}@keyframes fall-30{46.116%{transform:translate(50.0088vw,46.116vh) scale(.6309)}to{transform:translate(54.94775vw,99vh) scale(.6309)}}.snow:nth-child(31){opacity:1.786;transform:translate(95.732vw,-10px) scale(.5956);animation:fall-31 24s -13s linear infinite}@keyframes fall-31{69.206%{transform:translate(86.8702vw,69.206vh) scale(.5956)}to{transform:translate(91.3011vw,99vh) scale(.5956)}}.snow:nth-child(32){opacity:.487;transform:translate(76.4693vw,-10px) scale(.5026);animation:fall-32 19s -2s linear infinite}@keyframes fall-32{75.745%{transform:translate(67.2943vw,75.745vh) scale(.5026)}to{transform:translate(71.8818vw,99vh) scale(.5026)}}.snow:nth-child(33){opacity:1.7912;transform:translate(70.9361vw,-10px) scale(.4032);animation:fall-33 21s -6s linear infinite}@keyframes fall-33{41.16%{transform:translate(70.0121vw,41.16vh) scale(.4032)}to{transform:translate(70.4741vw,99vh) scale(.4032)}}.snow:nth-child(34){opacity:.5404;transform:translate(58.7654vw,-10px) scale(.3332);animation:fall-34 27s -21s linear infinite}@keyframes fall-34{30.078%{transform:translate(53.1117vw,30.078vh) scale(.3332)}to{transform:translate(55.93855vw,99vh) scale(.3332)}}.snow:nth-child(35){opacity:.2188;transform:translate(28.7104vw,-10px) scale(.2145);animation:fall-35 24s -22s linear infinite}@keyframes fall-35{35.652%{transform:translate(21.3989vw,35.652vh) scale(.2145)}to{transform:translate(25.05465vw,99vh) scale(.2145)}}.snow:nth-child(36){opacity:1.6278;transform:translate(59.8792vw,-10px) scale(.6181);animation:fall-36 14s -5s linear infinite}@keyframes fall-36{65.76%{transform:translate(63.6075vw,65.76vh) scale(.6181)}to{transform:translate(61.74335vw,99vh) scale(.6181)}}.snow:nth-child(37){opacity:1.0412;transform:translate(18.891vw,-10px) scale(.1705);animation:fall-37 20s -25s linear infinite}@keyframes fall-37{58.485%{transform:translate(21.9376vw,58.485vh) scale(.1705)}to{transform:translate(20.4143vw,99vh) scale(.1705)}}.snow:nth-child(38){opacity:.1156;transform:translate(81.2694vw,-10px) scale(.7139);animation:fall-38 26s -26s linear infinite}@keyframes fall-38{36.358%{transform:translate(79.6494vw,36.358vh) scale(.7139)}to{transform:translate(80.4594vw,99vh) scale(.7139)}}.snow:nth-child(39){opacity:.7334;transform:translate(61.5946vw,-10px) scale(.4761);animation:fall-39 19s -22s linear infinite}@keyframes fall-39{45.49%{transform:translate(69.7447vw,45.49vh) scale(.4761)}to{transform:translate(65.66965vw,99vh) scale(.4761)}}.snow:nth-child(40){opacity:.8596;transform:translate(49.5032vw,-10px) scale(.4238);animation:fall-40 27s -1s linear infinite}@keyframes fall-40{55.627%{transform:translate(44.9137vw,55.627vh) scale(.4238)}to{transform:translate(47.20845vw,99vh) scale(.4238)}}.snow:nth-child(41){opacity:.1124;transform:translate(98.9816vw,-10px) scale(.0937);animation:fall-41 21s -28s linear infinite}@keyframes fall-41{54.18%{transform:translate(90.1194vw,54.18vh) scale(.0937)}to{transform:translate(94.5505vw,99vh) scale(.0937)}}.snow:nth-child(42){opacity:.059;transform:translate(70.2953vw,-10px) scale(.0579);animation:fall-42 25s -13s linear infinite}@keyframes fall-42{67.705%{transform:translate(65.2588vw,67.705vh) scale(.0579)}to{transform:translate(67.77705vw,99vh) scale(.0579)}}.snow:nth-child(43){opacity:.6346;transform:translate(12.8159vw,-10px) scale(.0708);animation:fall-43 17s -11s linear infinite}@keyframes fall-43{49.544%{transform:translate(3.1243vw,49.544vh) scale(.0708)}to{transform:translate(7.9701vw,99vh) scale(.0708)}}.snow:nth-child(44){opacity:1.217;transform:translate(32.4414vw,-10px) scale(.8807);animation:fall-44 18s -4s linear infinite}@keyframes fall-44{79.132%{transform:translate(37.7586vw,79.132vh) scale(.8807)}to{transform:translate(35.1vw,99vh) scale(.8807)}}.snow:nth-child(45){opacity:1.6428;transform:translate(26.1679vw,-10px) scale(.1655);animation:fall-45 29s -22s linear infinite}@keyframes fall-45{52.147%{transform:translate(34.8799vw,52.147vh) scale(.1655)}to{transform:translate(30.5239vw,99vh) scale(.1655)}}.snow:nth-child(46){opacity:.76;transform:translate(40.8884vw,-10px) scale(.0997);animation:fall-46 27s -26s linear infinite}@keyframes fall-46{38.142%{transform:translate(35.6318vw,38.142vh) scale(.0997)}to{transform:translate(38.2601vw,99vh) scale(.0997)}}.snow:nth-child(47){opacity:1.0414;transform:translate(27.4788vw,-10px) scale(.8421);animation:fall-47 28s -6s linear infinite}@keyframes fall-47{74.919%{transform:translate(20.1737vw,74.919vh) scale(.8421)}to{transform:translate(23.82625vw,99vh) scale(.8421)}}.snow:nth-child(48){opacity:1.2586;transform:translate(60.711vw,-10px) scale(.6807);animation:fall-48 17s -15s linear infinite}@keyframes fall-48{51.232%{transform:translate(66.4288vw,51.232vh) scale(.6807)}to{transform:translate(63.5699vw,99vh) scale(.6807)}}.snow:nth-child(49){opacity:.7686;transform:translate(72.4431vw,-10px) scale(.857);animation:fall-49 14s -21s linear infinite}@keyframes fall-49{46.354%{transform:translate(71.4848vw,46.354vh) scale(.857)}to{transform:translate(71.96395vw,99vh) scale(.857)}}.snow:nth-child(50){opacity:.2304;transform:translate(55.6575vw,-10px) scale(.9203);animation:fall-50 20s -4s linear infinite}@keyframes fall-50{69.19%{transform:translate(52.119vw,69.19vh) scale(.9203)}to{transform:translate(53.88825vw,99vh) scale(.9203)}}.snow:nth-child(51){opacity:1.2938;transform:translate(94.0498vw,-10px) scale(.4958);animation:fall-51 26s -25s linear infinite}@keyframes fall-51{49.925%{transform:translate(98.8835vw,49.925vh) scale(.4958)}to{transform:translate(96.46665vw,99vh) scale(.4958)}}.snow:nth-child(52){opacity:.5202;transform:translate(41.4236vw,-10px) scale(.8156);animation:fall-52 25s -7s linear infinite}@keyframes fall-52{50.628%{transform:translate(44.695vw,50.628vh) scale(.8156)}to{transform:translate(43.0593vw,99vh) scale(.8156)}}.snow:nth-child(53){opacity:.7322;transform:translate(83.2884vw,-10px) scale(.2066);animation:fall-53 19s -6s linear infinite}@keyframes fall-53{73.781%{transform:translate(78.8167vw,73.781vh) scale(.2066)}to{transform:translate(81.05255vw,99vh) scale(.2066)}}.snow:nth-child(54){opacity:1.1106;transform:translate(22.362vw,-10px) scale(.3345);animation:fall-54 12s -23s linear infinite}@keyframes fall-54{63.136%{transform:translate(31.5683vw,63.136vh) scale(.3345)}to{transform:translate(26.96515vw,99vh) scale(.3345)}}.snow:nth-child(55){opacity:1.822;transform:translate(38.1648vw,-10px) scale(.1275);animation:fall-55 25s -17s linear infinite}@keyframes fall-55{60.529%{transform:translate(38.3883vw,60.529vh) scale(.1275)}to{transform:translate(38.27655vw,99vh) scale(.1275)}}.snow:nth-child(56){opacity:1.832;transform:translate(26.8431vw,-10px) scale(.7293);animation:fall-56 20s -29s linear infinite}@keyframes fall-56{74.877%{transform:translate(21.6829vw,74.877vh) scale(.7293)}to{transform:translate(24.263vw,99vh) scale(.7293)}}.snow:nth-child(57){opacity:.7622;transform:translate(5.1049vw,-10px) scale(.8773);animation:fall-57 19s -19s linear infinite}@keyframes fall-57{32.239%{transform:translate(1.0997vw,32.239vh) scale(.8773)}to{transform:translate(3.1023vw,99vh) scale(.8773)}}.snow:nth-child(58){opacity:.528;transform:translate(92.0129vw,-10px) scale(.2455);animation:fall-58 23s -18s linear infinite}@keyframes fall-58{52.697%{transform:translate(84.5661vw,52.697vh) scale(.2455)}to{transform:translate(88.2895vw,99vh) scale(.2455)}}.snow:nth-child(59){opacity:1.7058;transform:translate(89.8127vw,-10px) scale(.7996);animation:fall-59 19s -5s linear infinite}@keyframes fall-59{58.684%{transform:translate(87.3681vw,58.684vh) scale(.7996)}to{transform:translate(88.5904vw,99vh) scale(.7996)}}.snow:nth-child(60){opacity:1.2004;transform:translate(90.469vw,-10px) scale(.6697);animation:fall-60 30s -22s linear infinite}@keyframes fall-60{51.988%{transform:translate(87.1856vw,51.988vh) scale(.6697)}to{transform:translate(88.8273vw,99vh) scale(.6697)}}.snow:nth-child(61){opacity:1.0066;transform:translate(2.8742vw,-10px) scale(.5762);animation:fall-61 23s -3s linear infinite}@keyframes fall-61{66.696%{transform:translate(-4.8207vw,66.696vh) scale(.5762)}to{transform:translate(-.97325vw,99vh) scale(.5762)}}.snow:nth-child(62){opacity:1.9072;transform:translate(70.4928vw,-10px) scale(.4928);animation:fall-62 16s -13s linear infinite}@keyframes fall-62{43.287%{transform:translate(70.6988vw,43.287vh) scale(.4928)}to{transform:translate(70.5958vw,99vh) scale(.4928)}}.snow:nth-child(63){opacity:.001;transform:translate(71.246vw,-10px) scale(.7185);animation:fall-63 21s -2s linear infinite}@keyframes fall-63{47.68%{transform:translate(74.4353vw,47.68vh) scale(.7185)}to{transform:translate(72.84065vw,99vh) scale(.7185)}}.snow:nth-child(64){opacity:.6954;transform:translate(1.955vw,-10px) scale(.2117);animation:fall-64 11s -5s linear infinite}@keyframes fall-64{40.001%{transform:translate(10.3571vw,40.001vh) scale(.2117)}to{transform:translate(6.15605vw,99vh) scale(.2117)}}.snow:nth-child(65){opacity:1.9036;transform:translate(3.1529vw,-10px) scale(.7376);animation:fall-65 24s -9s linear infinite}@keyframes fall-65{58.152%{transform:translate(8.6156vw,58.152vh) scale(.7376)}to{transform:translate(5.88425vw,99vh) scale(.7376)}}.snow:nth-child(66){opacity:.5106;transform:translate(43.097vw,-10px) scale(.6361);animation:fall-66 15s -30s linear infinite}@keyframes fall-66{68.532%{transform:translate(41.8699vw,68.532vh) scale(.6361)}to{transform:translate(42.48345vw,99vh) scale(.6361)}}.snow:nth-child(67){opacity:1.9686;transform:translate(61.278vw,-10px) scale(.6585);animation:fall-67 26s -12s linear infinite}@keyframes fall-67{36.271%{transform:translate(68.5869vw,36.271vh) scale(.6585)}to{transform:translate(64.93245vw,99vh) scale(.6585)}}.snow:nth-child(68){opacity:1.3298;transform:translate(57.0097vw,-10px) scale(.2654);animation:fall-68 14s -11s linear infinite}@keyframes fall-68{78.775%{transform:translate(51.4337vw,78.775vh) scale(.2654)}to{transform:translate(54.2217vw,99vh) scale(.2654)}}.snow:nth-child(69){opacity:.373;transform:translate(39.7696vw,-10px) scale(.9006);animation:fall-69 17s -17s linear infinite}@keyframes fall-69{62.133%{transform:translate(40.0762vw,62.133vh) scale(.9006)}to{transform:translate(39.9229vw,99vh) scale(.9006)}}.snow:nth-child(70){opacity:1.6862;transform:translate(19.3396vw,-10px) scale(.7882);animation:fall-70 22s -8s linear infinite}@keyframes fall-70{77.428%{transform:translate(27.7165vw,77.428vh) scale(.7882)}to{transform:translate(23.52805vw,99vh) scale(.7882)}}.snow:nth-child(71){opacity:.514;transform:translate(89.0857vw,-10px) scale(.849);animation:fall-71 26s -6s linear infinite}@keyframes fall-71{43.261%{transform:translate(97.0087vw,43.261vh) scale(.849)}to{transform:translate(93.0472vw,99vh) scale(.849)}}.snow:nth-child(72){opacity:1.3992;transform:translate(81.6847vw,-10px) scale(.724);animation:fall-72 24s -24s linear infinite}@keyframes fall-72{49.151%{transform:translate(89.6684vw,49.151vh) scale(.724)}to{transform:translate(85.67655vw,99vh) scale(.724)}}.snow:nth-child(73){opacity:1.7994;transform:translate(52.8937vw,-10px) scale(.684);animation:fall-73 17s -5s linear infinite}@keyframes fall-73{73.534%{transform:translate(48.9156vw,73.534vh) scale(.684)}to{transform:translate(50.90465vw,99vh) scale(.684)}}.snow:nth-child(74){opacity:.7198;transform:translate(79.5061vw,-10px) scale(.9563);animation:fall-74 27s -16s linear infinite}@keyframes fall-74{44.429%{transform:translate(89.1735vw,44.429vh) scale(.9563)}to{transform:translate(84.3398vw,99vh) scale(.9563)}}.snow:nth-child(75){opacity:1.1466;transform:translate(22.2007vw,-10px) scale(.9273);animation:fall-75 10s -28s linear infinite}@keyframes fall-75{63.882%{transform:translate(17.7004vw,63.882vh) scale(.9273)}to{transform:translate(19.95055vw,99vh) scale(.9273)}}.snow:nth-child(76){opacity:.5682;transform:translate(38.8832vw,-10px) scale(.494);animation:fall-76 11s -30s linear infinite}@keyframes fall-76{70.15%{transform:translate(44.8594vw,70.15vh) scale(.494)}to{transform:translate(41.8713vw,99vh) scale(.494)}}.snow:nth-child(77){opacity:1.212;transform:translate(90.0002vw,-10px) scale(.9227);animation:fall-77 22s -8s linear infinite}@keyframes fall-77{73.129%{transform:translate(93.5448vw,73.129vh) scale(.9227)}to{transform:translate(91.7725vw,99vh) scale(.9227)}}.snow:nth-child(78){opacity:1.7714;transform:translate(97.6885vw,-10px) scale(.0496);animation:fall-78 16s -25s linear infinite}@keyframes fall-78{57.561%{transform:translate(107.4305vw,57.561vh) scale(.0496)}to{transform:translate(102.5595vw,99vh) scale(.0496)}}.snow:nth-child(79){opacity:1.2204;transform:translate(39.6614vw,-10px) scale(.4407);animation:fall-79 14s -30s linear infinite}@keyframes fall-79{32.413%{transform:translate(41.764vw,32.413vh) scale(.4407)}to{transform:translate(40.7127vw,99vh) scale(.4407)}}.snow:nth-child(80){opacity:1.2332;transform:translate(80.5272vw,-10px) scale(.0223);animation:fall-80 10s -6s linear infinite}@keyframes fall-80{30.919%{transform:translate(79.7851vw,30.919vh) scale(.0223)}to{transform:translate(80.15615vw,99vh) scale(.0223)}}.snow:nth-child(81){opacity:1.5592;transform:translate(67.82vw,-10px) scale(.5617);animation:fall-81 18s -20s linear infinite}@keyframes fall-81{36.634%{transform:translate(60.4004vw,36.634vh) scale(.5617)}to{transform:translate(64.1102vw,99vh) scale(.5617)}}.snow:nth-child(82){opacity:.985;transform:translate(53.8481vw,-10px) scale(.9614);animation:fall-82 26s -23s linear infinite}@keyframes fall-82{43.129%{transform:translate(48.4496vw,43.129vh) scale(.9614)}to{transform:translate(51.14885vw,99vh) scale(.9614)}}.snow:nth-child(83){opacity:1.3196;transform:translate(19.0067vw,-10px) scale(.5212);animation:fall-83 15s -2s linear infinite}@keyframes fall-83{42.729%{transform:translate(15.3944vw,42.729vh) scale(.5212)}to{transform:translate(17.20055vw,99vh) scale(.5212)}}.snow:nth-child(84){opacity:.017;transform:translate(53.9555vw,-10px) scale(.7287);animation:fall-84 23s -23s linear infinite}@keyframes fall-84{67.202%{transform:translate(46.8058vw,67.202vh) scale(.7287)}to{transform:translate(50.38065vw,99vh) scale(.7287)}}.snow:nth-child(85){opacity:.9832;transform:translate(15.7368vw,-10px) scale(.2715);animation:fall-85 28s -7s linear infinite}@keyframes fall-85{78.701%{transform:translate(24.3027vw,78.701vh) scale(.2715)}to{transform:translate(20.01975vw,99vh) scale(.2715)}}.snow:nth-child(86){opacity:1.2414;transform:translate(7.1374vw,-10px) scale(.247);animation:fall-86 19s -1s linear infinite}@keyframes fall-86{44.163%{transform:translate(3.044vw,44.163vh) scale(.247)}to{transform:translate(5.0907vw,99vh) scale(.247)}}.snow:nth-child(87){opacity:.0746;transform:translate(46.5446vw,-10px) scale(.7715);animation:fall-87 25s -22s linear infinite}@keyframes fall-87{77.02%{transform:translate(39.9411vw,77.02vh) scale(.7715)}to{transform:translate(43.24285vw,99vh) scale(.7715)}}.snow:nth-child(88){opacity:.4898;transform:translate(40.33vw,-10px) scale(.8477);animation:fall-88 19s -25s linear infinite}@keyframes fall-88{60.699%{transform:translate(36.6447vw,60.699vh) scale(.8477)}to{transform:translate(38.48735vw,99vh) scale(.8477)}}.snow:nth-child(89){opacity:1.1602;transform:translate(71.1763vw,-10px) scale(.3962);animation:fall-89 18s -11s linear infinite}@keyframes fall-89{70.418%{transform:translate(75.2817vw,70.418vh) scale(.3962)}to{transform:translate(73.229vw,99vh) scale(.3962)}}.snow:nth-child(90){opacity:.6612;transform:translate(94.9412vw,-10px) scale(.901);animation:fall-90 30s -10s linear infinite}@keyframes fall-90{59.542%{transform:translate(93.7734vw,59.542vh) scale(.901)}to{transform:translate(94.3573vw,99vh) scale(.901)}}.snow:nth-child(91){opacity:.0854;transform:translate(35.6286vw,-10px) scale(.6407);animation:fall-91 26s -12s linear infinite}@keyframes fall-91{40.677%{transform:translate(30.3517vw,40.677vh) scale(.6407)}to{transform:translate(32.99015vw,99vh) scale(.6407)}}.snow:nth-child(92){opacity:1.0768;transform:translate(28.5751vw,-10px) scale(.6555);animation:fall-92 13s -29s linear infinite}@keyframes fall-92{73.869%{transform:translate(23.0571vw,73.869vh) scale(.6555)}to{transform:translate(25.8161vw,99vh) scale(.6555)}}.snow:nth-child(93){opacity:.6456;transform:translate(21.9747vw,-10px) scale(.3729);animation:fall-93 22s -16s linear infinite}@keyframes fall-93{62.071%{transform:translate(30.6057vw,62.071vh) scale(.3729)}to{transform:translate(26.2902vw,99vh) scale(.3729)}}.snow:nth-child(94){opacity:.0378;transform:translate(11.3656vw,-10px) scale(.9998);animation:fall-94 16s -5s linear infinite}@keyframes fall-94{78.549%{transform:translate(13.1949vw,78.549vh) scale(.9998)}to{transform:translate(12.28025vw,99vh) scale(.9998)}}.snow:nth-child(95){opacity:1.773;transform:translate(72.9527vw,-10px) scale(.477);animation:fall-95 29s -2s linear infinite}@keyframes fall-95{37.545%{transform:translate(64.2958vw,37.545vh) scale(.477)}to{transform:translate(68.62425vw,99vh) scale(.477)}}.snow:nth-child(96){opacity:1.7226;transform:translate(86.0789vw,-10px) scale(.2029);animation:fall-96 28s -4s linear infinite}@keyframes fall-96{70.615%{transform:translate(91.6297vw,70.615vh) scale(.2029)}to{transform:translate(88.8543vw,99vh) scale(.2029)}}.snow:nth-child(97){opacity:.9612;transform:translate(80.7736vw,-10px) scale(.4227);animation:fall-97 19s -20s linear infinite}@keyframes fall-97{43.801%{transform:translate(85.1799vw,43.801vh) scale(.4227)}to{transform:translate(82.97675vw,99vh) scale(.4227)}}.snow:nth-child(98){opacity:1.9542;transform:translate(7.1201vw,-10px) scale(.5366);animation:fall-98 28s -30s linear infinite}@keyframes fall-98{63.405%{transform:translate(5.4727vw,63.405vh) scale(.5366)}to{transform:translate(6.2964vw,99vh) scale(.5366)}}.snow:nth-child(99){opacity:1.508;transform:translate(91.4948vw,-10px) scale(.1639);animation:fall-99 21s -4s linear infinite}@keyframes fall-99{45.02%{transform:translate(95.566vw,45.02vh) scale(.1639)}to{transform:translate(93.5304vw,99vh) scale(.1639)}}.snow:nth-child(100){opacity:1.1154;transform:translate(45.8364vw,-10px) scale(.1618);animation:fall-100 13s -21s linear infinite}@keyframes fall-100{77.96%{transform:translate(38.6352vw,77.96vh) scale(.1618)}to{transform:translate(42.2358vw,99vh) scale(.1618)}}.snow:nth-child(101){opacity:.6658;transform:translate(89.5255vw,-10px) scale(.0741);animation:fall-101 16s -12s linear infinite}@keyframes fall-101{43.862%{transform:translate(94.8057vw,43.862vh) scale(.0741)}to{transform:translate(92.1656vw,99vh) scale(.0741)}}.snow:nth-child(102){opacity:1.3736;transform:translate(98.7028vw,-10px) scale(.0556);animation:fall-102 12s -4s linear infinite}@keyframes fall-102{55.692%{transform:translate(89.5826vw,55.692vh) scale(.0556)}to{transform:translate(94.1427vw,99vh) scale(.0556)}}.snow:nth-child(103){opacity:1.7188;transform:translate(41.1077vw,-10px) scale(.3202);animation:fall-103 19s -25s linear infinite}@keyframes fall-103{32.25%{transform:translate(39.7126vw,32.25vh) scale(.3202)}to{transform:translate(40.41015vw,99vh) scale(.3202)}}.snow:nth-child(104){opacity:.56;transform:translate(24.2208vw,-10px) scale(.0796);animation:fall-104 13s -12s linear infinite}@keyframes fall-104{45.3%{transform:translate(31.5815vw,45.3vh) scale(.0796)}to{transform:translate(27.90115vw,99vh) scale(.0796)}}.snow:nth-child(105){opacity:1.3208;transform:translate(2.0364vw,-10px) scale(.1134);animation:fall-105 26s -2s linear infinite}@keyframes fall-105{48.754%{transform:translate(-7.1682vw,48.754vh) scale(.1134)}to{transform:translate(-2.5659vw,99vh) scale(.1134)}}.snow:nth-child(106){opacity:.0354;transform:translate(93.3953vw,-10px) scale(.1841);animation:fall-106 18s -23s linear infinite}@keyframes fall-106{54.455%{transform:translate(93.5626vw,54.455vh) scale(.1841)}to{transform:translate(93.47895vw,99vh) scale(.1841)}}.snow:nth-child(107){opacity:.632;transform:translate(55.8463vw,-10px) scale(.2747);animation:fall-107 19s -24s linear infinite}@keyframes fall-107{70.476%{transform:translate(61.9952vw,70.476vh) scale(.2747)}to{transform:translate(58.92075vw,99vh) scale(.2747)}}.snow:nth-child(108){opacity:1.4372;transform:translate(30.7492vw,-10px) scale(.1904);animation:fall-108 20s -28s linear infinite}@keyframes fall-108{74.266%{transform:translate(38.5302vw,74.266vh) scale(.1904)}to{transform:translate(34.6397vw,99vh) scale(.1904)}}.snow:nth-child(109){opacity:1.1744;transform:translate(2.3254vw,-10px) scale(.2875);animation:fall-109 16s -11s linear infinite}@keyframes fall-109{73.253%{transform:translate(2.5755vw,73.253vh) scale(.2875)}to{transform:translate(2.45045vw,99vh) scale(.2875)}}.snow:nth-child(110){opacity:1.5904;transform:translate(64.5332vw,-10px) scale(.9531);animation:fall-110 20s -2s linear infinite}@keyframes fall-110{74.026%{transform:translate(73.8402vw,74.026vh) scale(.9531)}to{transform:translate(69.1867vw,99vh) scale(.9531)}}.snow:nth-child(111){opacity:.896;transform:translate(63.3385vw,-10px) scale(.9263);animation:fall-111 14s -11s linear infinite}@keyframes fall-111{51.74%{transform:translate(73.0801vw,51.74vh) scale(.9263)}to{transform:translate(68.2093vw,99vh) scale(.9263)}}.snow:nth-child(112){opacity:.0708;transform:translate(96.2184vw,-10px) scale(.9732);animation:fall-112 28s -25s linear infinite}@keyframes fall-112{36.784%{transform:translate(90.7438vw,36.784vh) scale(.9732)}to{transform:translate(93.4811vw,99vh) scale(.9732)}}.snow:nth-child(113){opacity:.238;transform:translate(26.3566vw,-10px) scale(.8642);animation:fall-113 19s -15s linear infinite}@keyframes fall-113{33.178%{transform:translate(28.6538vw,33.178vh) scale(.8642)}to{transform:translate(27.5052vw,99vh) scale(.8642)}}.snow:nth-child(114){opacity:.2602;transform:translate(64.1044vw,-10px) scale(.7476);animation:fall-114 25s -20s linear infinite}@keyframes fall-114{61.641%{transform:translate(63.0258vw,61.641vh) scale(.7476)}to{transform:translate(63.5651vw,99vh) scale(.7476)}}.snow:nth-child(115){opacity:.2002;transform:translate(6.7844vw,-10px) scale(.623);animation:fall-115 15s -24s linear infinite}@keyframes fall-115{45.193%{transform:translate(2.9913vw,45.193vh) scale(.623)}to{transform:translate(4.88785vw,99vh) scale(.623)}}.snow:nth-child(116){opacity:1.2946;transform:translate(30.9195vw,-10px) scale(.6017);animation:fall-116 25s -4s linear infinite}@keyframes fall-116{32.711%{transform:translate(30.9373vw,32.711vh) scale(.6017)}to{transform:translate(30.9284vw,99vh) scale(.6017)}}.snow:nth-child(117){opacity:.7338;transform:translate(.1705vw,-10px) scale(.8661);animation:fall-117 11s -9s linear infinite}@keyframes fall-117{69.68%{transform:translate(-9.3436vw,69.68vh) scale(.8661)}to{transform:translate(-4.58655vw,99vh) scale(.8661)}}.snow:nth-child(118){opacity:.6878;transform:translate(7.2832vw,-10px) scale(.3597);animation:fall-118 30s -29s linear infinite}@keyframes fall-118{74.589%{transform:translate(1.3394vw,74.589vh) scale(.3597)}to{transform:translate(4.3113vw,99vh) scale(.3597)}}.snow:nth-child(119){opacity:1.4314;transform:translate(8.6485vw,-10px) scale(.026);animation:fall-119 30s -16s linear infinite}@keyframes fall-119{54.417%{transform:translate(13.8815vw,54.417vh) scale(.026)}to{transform:translate(11.265vw,99vh) scale(.026)}}.snow:nth-child(120){opacity:1.5958;transform:translate(38.595vw,-10px) scale(.0433);animation:fall-120 12s -29s linear infinite}@keyframes fall-120{32.22%{transform:translate(38.6091vw,32.22vh) scale(.0433)}to{transform:translate(38.60205vw,99vh) scale(.0433)}}.snow:nth-child(121){opacity:1.4432;transform:translate(51.7878vw,-10px) scale(.4041);animation:fall-121 25s -2s linear infinite}@keyframes fall-121{32.84%{transform:translate(54.8619vw,32.84vh) scale(.4041)}to{transform:translate(53.32485vw,99vh) scale(.4041)}}.snow:nth-child(122){opacity:1.3792;transform:translate(54.3807vw,-10px) scale(.4933);animation:fall-122 20s -27s linear infinite}@keyframes fall-122{42.433%{transform:translate(44.4509vw,42.433vh) scale(.4933)}to{transform:translate(49.4158vw,99vh) scale(.4933)}}.snow:nth-child(123){opacity:1.666;transform:translate(5.3759vw,-10px) scale(.8106);animation:fall-123 29s -5s linear infinite}@keyframes fall-123{40.845%{transform:translate(13.1229vw,40.845vh) scale(.8106)}to{transform:translate(9.2494vw,99vh) scale(.8106)}}.snow:nth-child(124){opacity:.185;transform:translate(24.9201vw,-10px) scale(.1284);animation:fall-124 18s -10s linear infinite}@keyframes fall-124{71.548%{transform:translate(22.8844vw,71.548vh) scale(.1284)}to{transform:translate(23.90225vw,99vh) scale(.1284)}}.snow:nth-child(125){opacity:1.242;transform:translate(61.6783vw,-10px) scale(.6857);animation:fall-125 29s -1s linear infinite}@keyframes fall-125{47.516%{transform:translate(61.7974vw,47.516vh) scale(.6857)}to{transform:translate(61.73785vw,99vh) scale(.6857)}}.snow:nth-child(126){opacity:1.5818;transform:translate(72.1055vw,-10px) scale(.0129);animation:fall-126 21s -21s linear infinite}@keyframes fall-126{49.683%{transform:translate(66.0022vw,49.683vh) scale(.0129)}to{transform:translate(69.05385vw,99vh) scale(.0129)}}.snow:nth-child(127){opacity:.4858;transform:translate(10.0128vw,-10px) scale(.7614);animation:fall-127 26s -27s linear infinite}@keyframes fall-127{57.187%{transform:translate(15.5454vw,57.187vh) scale(.7614)}to{transform:translate(12.7791vw,99vh) scale(.7614)}}.snow:nth-child(128){opacity:1.8522;transform:translate(19.3919vw,-10px) scale(.3547);animation:fall-128 11s -5s linear infinite}@keyframes fall-128{58.702%{transform:translate(21.5318vw,58.702vh) scale(.3547)}to{transform:translate(20.46185vw,99vh) scale(.3547)}}.snow:nth-child(129){opacity:1.6166;transform:translate(68.916vw,-10px) scale(.3638);animation:fall-129 25s -30s linear infinite}@keyframes fall-129{46.628%{transform:translate(66.6151vw,46.628vh) scale(.3638)}to{transform:translate(67.76555vw,99vh) scale(.3638)}}.snow:nth-child(130){opacity:.2212;transform:translate(37.9605vw,-10px) scale(.9311);animation:fall-130 16s -19s linear infinite}@keyframes fall-130{40%{transform:translate(40.1575vw,40vh) scale(.9311)}to{transform:translate(39.059vw,99vh) scale(.9311)}}.snow:nth-child(131){opacity:1.565;transform:translate(23.5262vw,-10px) scale(.5553);animation:fall-131 14s -19s linear infinite}@keyframes fall-131{47.565%{transform:translate(15.4303vw,47.565vh) scale(.5553)}to{transform:translate(19.47825vw,99vh) scale(.5553)}}.snow:nth-child(132){opacity:1.765;transform:translate(82.2254vw,-10px) scale(.7621);animation:fall-132 17s -13s linear infinite}@keyframes fall-132{50.332%{transform:translate(79.3307vw,50.332vh) scale(.7621)}to{transform:translate(80.77805vw,99vh) scale(.7621)}}.snow:nth-child(133){opacity:1.7972;transform:translate(50.6496vw,-10px) scale(.1311);animation:fall-133 15s -27s linear infinite}@keyframes fall-133{66.76%{transform:translate(47.3494vw,66.76vh) scale(.1311)}to{transform:translate(48.9995vw,99vh) scale(.1311)}}.snow:nth-child(134){opacity:.8926;transform:translate(52.9757vw,-10px) scale(.2403);animation:fall-134 20s -8s linear infinite}@keyframes fall-134{57.151%{transform:translate(56.5958vw,57.151vh) scale(.2403)}to{transform:translate(54.78575vw,99vh) scale(.2403)}}.snow:nth-child(135){opacity:.6508;transform:translate(64.0642vw,-10px) scale(.8187);animation:fall-135 23s -7s linear infinite}@keyframes fall-135{61.364%{transform:translate(60.8039vw,61.364vh) scale(.8187)}to{transform:translate(62.43405vw,99vh) scale(.8187)}}.snow:nth-child(136){opacity:1.5408;transform:translate(3.2137vw,-10px) scale(.8584);animation:fall-136 22s -10s linear infinite}@keyframes fall-136{43.161%{transform:translate(9.3465vw,43.161vh) scale(.8584)}to{transform:translate(6.2801vw,99vh) scale(.8584)}}.snow:nth-child(137){opacity:.5686;transform:translate(30.9729vw,-10px) scale(.7327);animation:fall-137 11s -8s linear infinite}@keyframes fall-137{41.269%{transform:translate(33.3198vw,41.269vh) scale(.7327)}to{transform:translate(32.14635vw,99vh) scale(.7327)}}.snow:nth-child(138){opacity:1.4842;transform:translate(48.5872vw,-10px) scale(.9291);animation:fall-138 10s -4s linear infinite}@keyframes fall-138{46.175%{transform:translate(40.3702vw,46.175vh) scale(.9291)}to{transform:translate(44.4787vw,99vh) scale(.9291)}}.snow:nth-child(139){opacity:.7468;transform:translate(38.5736vw,-10px) scale(.8508);animation:fall-139 22s -6s linear infinite}@keyframes fall-139{44.867%{transform:translate(33.1vw,44.867vh) scale(.8508)}to{transform:translate(35.8368vw,99vh) scale(.8508)}}.snow:nth-child(140){opacity:1.1626;transform:translate(68.2855vw,-10px) scale(.1878);animation:fall-140 15s -9s linear infinite}@keyframes fall-140{62.957%{transform:translate(68.2033vw,62.957vh) scale(.1878)}to{transform:translate(68.2444vw,99vh) scale(.1878)}}.snow:nth-child(141){opacity:1.0038;transform:translate(39.0949vw,-10px) scale(.099);animation:fall-141 20s -13s linear infinite}@keyframes fall-141{47.498%{transform:translate(33.3766vw,47.498vh) scale(.099)}to{transform:translate(36.23575vw,99vh) scale(.099)}}.snow:nth-child(142){opacity:1.026;transform:translate(47.542vw,-10px) scale(.6425);animation:fall-142 15s -25s linear infinite}@keyframes fall-142{34.332%{transform:translate(38.067vw,34.332vh) scale(.6425)}to{transform:translate(42.8045vw,99vh) scale(.6425)}}.snow:nth-child(143){opacity:.2676;transform:translate(7.0609vw,-10px) scale(.1192);animation:fall-143 18s -20s linear infinite}@keyframes fall-143{37.67%{transform:translate(9.3363vw,37.67vh) scale(.1192)}to{transform:translate(8.1986vw,99vh) scale(.1192)}}.snow:nth-child(144){opacity:1.586;transform:translate(27.4326vw,-10px) scale(.2791);animation:fall-144 11s -29s linear infinite}@keyframes fall-144{66.968%{transform:translate(19.6803vw,66.968vh) scale(.2791)}to{transform:translate(23.55645vw,99vh) scale(.2791)}}.snow:nth-child(145){opacity:.4392;transform:translate(83.4228vw,-10px) scale(.1651);animation:fall-145 10s -8s linear infinite}@keyframes fall-145{42.25%{transform:translate(83.4052vw,42.25vh) scale(.1651)}to{transform:translate(83.414vw,99vh) scale(.1651)}}.snow:nth-child(146){opacity:.7596;transform:translate(11.7444vw,-10px) scale(.024);animation:fall-146 23s -11s linear infinite}@keyframes fall-146{57.632%{transform:translate(19.9319vw,57.632vh) scale(.024)}to{transform:translate(15.83815vw,99vh) scale(.024)}}.snow:nth-child(147){opacity:.4878;transform:translate(44.7581vw,-10px) scale(.2028);animation:fall-147 29s -24s linear infinite}@keyframes fall-147{68.05%{transform:translate(45.1833vw,68.05vh) scale(.2028)}to{transform:translate(44.9707vw,99vh) scale(.2028)}}.snow:nth-child(148){opacity:1.0504;transform:translate(50.304vw,-10px) scale(.3518);animation:fall-148 14s -9s linear infinite}@keyframes fall-148{61.053%{transform:translate(40.4177vw,61.053vh) scale(.3518)}to{transform:translate(45.36085vw,99vh) scale(.3518)}}.snow:nth-child(149){opacity:.444;transform:translate(95.3477vw,-10px) scale(.1161);animation:fall-149 22s -5s linear infinite}@keyframes fall-149{76.634%{transform:translate(99.6566vw,76.634vh) scale(.1161)}to{transform:translate(97.50215vw,99vh) scale(.1161)}}.snow:nth-child(150){opacity:1.5394;transform:translate(1.0058vw,-10px) scale(.8706);animation:fall-150 13s -29s linear infinite}@keyframes fall-150{71.81%{transform:translate(-5.7799vw,71.81vh) scale(.8706)}to{transform:translate(-2.38705vw,99vh) scale(.8706)}}.snow:nth-child(151){opacity:.8424;transform:translate(24.6135vw,-10px) scale(.8204);animation:fall-151 11s -14s linear infinite}@keyframes fall-151{54.749%{transform:translate(23.9908vw,54.749vh) scale(.8204)}to{transform:translate(24.30215vw,99vh) scale(.8204)}}.snow:nth-child(152){opacity:.9486;transform:translate(87.7066vw,-10px) scale(.641);animation:fall-152 19s -2s linear infinite}@keyframes fall-152{67.718%{transform:translate(95.8153vw,67.718vh) scale(.641)}to{transform:translate(91.76095vw,99vh) scale(.641)}}.snow:nth-child(153){opacity:1.1468;transform:translate(83.7549vw,-10px) scale(.7605);animation:fall-153 15s -24s linear infinite}@keyframes fall-153{30.185%{transform:translate(88.9485vw,30.185vh) scale(.7605)}to{transform:translate(86.3517vw,99vh) scale(.7605)}}.snow:nth-child(154){opacity:1.87;transform:translate(57.331vw,-10px) scale(.2158);animation:fall-154 28s -18s linear infinite}@keyframes fall-154{71.165%{transform:translate(55.6587vw,71.165vh) scale(.2158)}to{transform:translate(56.49485vw,99vh) scale(.2158)}}.snow:nth-child(155){opacity:.7568;transform:translate(35.5985vw,-10px) scale(.8648);animation:fall-155 19s -18s linear infinite}@keyframes fall-155{58.714%{transform:translate(35.4604vw,58.714vh) scale(.8648)}to{transform:translate(35.52945vw,99vh) scale(.8648)}}.snow:nth-child(156){opacity:.6638;transform:translate(27.0381vw,-10px) scale(.8232);animation:fall-156 29s -10s linear infinite}@keyframes fall-156{57.247%{transform:translate(36.534vw,57.247vh) scale(.8232)}to{transform:translate(31.78605vw,99vh) scale(.8232)}}.snow:nth-child(157){opacity:1.2432;transform:translate(93.4532vw,-10px) scale(.8578);animation:fall-157 15s -14s linear infinite}@keyframes fall-157{38.691%{transform:translate(92.5108vw,38.691vh) scale(.8578)}to{transform:translate(92.982vw,99vh) scale(.8578)}}.snow:nth-child(158){opacity:1.5012;transform:translate(41.994vw,-10px) scale(.9606);animation:fall-158 24s -12s linear infinite}@keyframes fall-158{57.462%{transform:translate(38.7458vw,57.462vh) scale(.9606)}to{transform:translate(40.3699vw,99vh) scale(.9606)}}.snow:nth-child(159){opacity:1.635;transform:translate(46.2109vw,-10px) scale(.0268);animation:fall-159 10s -24s linear infinite}@keyframes fall-159{69.935%{transform:translate(49.0758vw,69.935vh) scale(.0268)}to{transform:translate(47.64335vw,99vh) scale(.0268)}}.snow:nth-child(160){opacity:.9092;transform:translate(3.8566vw,-10px) scale(.0428);animation:fall-160 18s -4s linear infinite}@keyframes fall-160{76.961%{transform:translate(6.4894vw,76.961vh) scale(.0428)}to{transform:translate(5.173vw,99vh) scale(.0428)}}.snow:nth-child(161){opacity:1.5648;transform:translate(54.7883vw,-10px) scale(.9228);animation:fall-161 23s -12s linear infinite}@keyframes fall-161{60.287%{transform:translate(60.6354vw,60.287vh) scale(.9228)}to{transform:translate(57.71185vw,99vh) scale(.9228)}}.snow:nth-child(162){opacity:.006;transform:translate(37.6943vw,-10px) scale(.2303);animation:fall-162 26s -11s linear infinite}@keyframes fall-162{46.139%{transform:translate(32.0833vw,46.139vh) scale(.2303)}to{transform:translate(34.8888vw,99vh) scale(.2303)}}.snow:nth-child(163){opacity:.2864;transform:translate(80.3998vw,-10px) scale(.1498);animation:fall-163 29s -5s linear infinite}@keyframes fall-163{39.357%{transform:translate(88.1011vw,39.357vh) scale(.1498)}to{transform:translate(84.25045vw,99vh) scale(.1498)}}.snow:nth-child(164){opacity:.3124;transform:translate(1.4859vw,-10px) scale(.0983);animation:fall-164 24s -10s linear infinite}@keyframes fall-164{79.411%{transform:translate(7.5961vw,79.411vh) scale(.0983)}to{transform:translate(4.541vw,99vh) scale(.0983)}}.snow:nth-child(165){opacity:1.95;transform:translate(97.9177vw,-10px) scale(.581);animation:fall-165 15s -11s linear infinite}@keyframes fall-165{40.737%{transform:translate(104.3475vw,40.737vh) scale(.581)}to{transform:translate(101.1326vw,99vh) scale(.581)}}.snow:nth-child(166){opacity:.4856;transform:translate(13.2513vw,-10px) scale(.3731);animation:fall-166 13s -19s linear infinite}@keyframes fall-166{52.707%{transform:translate(17.9482vw,52.707vh) scale(.3731)}to{transform:translate(15.59975vw,99vh) scale(.3731)}}.snow:nth-child(167){opacity:1.7678;transform:translate(38.661vw,-10px) scale(.3305);animation:fall-167 15s -1s linear infinite}@keyframes fall-167{69.867%{transform:translate(35.9235vw,69.867vh) scale(.3305)}to{transform:translate(37.29225vw,99vh) scale(.3305)}}.snow:nth-child(168){opacity:.9238;transform:translate(92.5525vw,-10px) scale(.5974);animation:fall-168 18s -10s linear infinite}@keyframes fall-168{59.148%{transform:translate(86.2887vw,59.148vh) scale(.5974)}to{transform:translate(89.4206vw,99vh) scale(.5974)}}.snow:nth-child(169){opacity:.6464;transform:translate(39.7879vw,-10px) scale(.1415);animation:fall-169 22s -27s linear infinite}@keyframes fall-169{71.533%{transform:translate(49.5154vw,71.533vh) scale(.1415)}to{transform:translate(44.65165vw,99vh) scale(.1415)}}.snow:nth-child(170){opacity:1.3046;transform:translate(35.098vw,-10px) scale(.8877);animation:fall-170 29s -4s linear infinite}@keyframes fall-170{39.24%{transform:translate(29.4787vw,39.24vh) scale(.8877)}to{transform:translate(32.28835vw,99vh) scale(.8877)}}.snow:nth-child(171){opacity:.877;transform:translate(60.7428vw,-10px) scale(.2494);animation:fall-171 29s -16s linear infinite}@keyframes fall-171{32.06%{transform:translate(52.8745vw,32.06vh) scale(.2494)}to{transform:translate(56.80865vw,99vh) scale(.2494)}}.snow:nth-child(172){opacity:1.6094;transform:translate(27.931vw,-10px) scale(.6667);animation:fall-172 18s -28s linear infinite}@keyframes fall-172{65.955%{transform:translate(22.0409vw,65.955vh) scale(.6667)}to{transform:translate(24.98595vw,99vh) scale(.6667)}}.snow:nth-child(173){opacity:.6256;transform:translate(88.1903vw,-10px) scale(.8191);animation:fall-173 20s -13s linear infinite}@keyframes fall-173{36.925%{transform:translate(85.7353vw,36.925vh) scale(.8191)}to{transform:translate(86.9628vw,99vh) scale(.8191)}}.snow:nth-child(174){opacity:.014;transform:translate(24.308vw,-10px) scale(.669);animation:fall-174 26s -20s linear infinite}@keyframes fall-174{74.06%{transform:translate(19.7182vw,74.06vh) scale(.669)}to{transform:translate(22.0131vw,99vh) scale(.669)}}.snow:nth-child(175){opacity:.953;transform:translate(81.7429vw,-10px) scale(.8006);animation:fall-175 14s -26s linear infinite}@keyframes fall-175{38.368%{transform:translate(89.7144vw,38.368vh) scale(.8006)}to{transform:translate(85.72865vw,99vh) scale(.8006)}}.snow:nth-child(176){opacity:1.4166;transform:translate(30.769vw,-10px) scale(.5637);animation:fall-176 18s -17s linear infinite}@keyframes fall-176{38.911%{transform:translate(29.2068vw,38.911vh) scale(.5637)}to{transform:translate(29.9879vw,99vh) scale(.5637)}}.snow:nth-child(177){opacity:.5316;transform:translate(18.9702vw,-10px) scale(.5463);animation:fall-177 11s -5s linear infinite}@keyframes fall-177{65.086%{transform:translate(12.5392vw,65.086vh) scale(.5463)}to{transform:translate(15.7547vw,99vh) scale(.5463)}}.snow:nth-child(178){opacity:.9584;transform:translate(51.7067vw,-10px) scale(.1359);animation:fall-178 11s -26s linear infinite}@keyframes fall-178{45.968%{transform:translate(48.5447vw,45.968vh) scale(.1359)}to{transform:translate(50.1257vw,99vh) scale(.1359)}}.snow:nth-child(179){opacity:.8214;transform:translate(60.2708vw,-10px) scale(.1269);animation:fall-179 29s -29s linear infinite}@keyframes fall-179{56.105%{transform:translate(53.8674vw,56.105vh) scale(.1269)}to{transform:translate(57.0691vw,99vh) scale(.1269)}}.snow:nth-child(180){opacity:.2036;transform:translate(14.5578vw,-10px) scale(.9679);animation:fall-180 24s -20s linear infinite}@keyframes fall-180{50.81%{transform:translate(18.2539vw,50.81vh) scale(.9679)}to{transform:translate(16.40585vw,99vh) scale(.9679)}}.snow:nth-child(181){opacity:1.512;transform:translate(99.4645vw,-10px) scale(.0236);animation:fall-181 15s -28s linear infinite}@keyframes fall-181{67.212%{transform:translate(91.7526vw,67.212vh) scale(.0236)}to{transform:translate(95.60855vw,99vh) scale(.0236)}}.snow:nth-child(182){opacity:.0874;transform:translate(10.2413vw,-10px) scale(.6465);animation:fall-182 29s -27s linear infinite}@keyframes fall-182{45.96%{transform:translate(13.4417vw,45.96vh) scale(.6465)}to{transform:translate(11.8415vw,99vh) scale(.6465)}}.snow:nth-child(183){opacity:1.8962;transform:translate(74.6253vw,-10px) scale(.0047);animation:fall-183 15s -6s linear infinite}@keyframes fall-183{48.662%{transform:translate(73.9803vw,48.662vh) scale(.0047)}to{transform:translate(74.3028vw,99vh) scale(.0047)}}.snow:nth-child(184){opacity:1.3448;transform:translate(71.8535vw,-10px) scale(.1162);animation:fall-184 14s -18s linear infinite}@keyframes fall-184{31.286%{transform:translate(64.8785vw,31.286vh) scale(.1162)}to{transform:translate(68.366vw,99vh) scale(.1162)}}.snow:nth-child(185){opacity:1.149;transform:translate(33.3558vw,-10px) scale(.2855);animation:fall-185 23s -23s linear infinite}@keyframes fall-185{44.989%{transform:translate(30.9618vw,44.989vh) scale(.2855)}to{transform:translate(32.1588vw,99vh) scale(.2855)}}.snow:nth-child(186){opacity:1.9882;transform:translate(87.2911vw,-10px) scale(.3827);animation:fall-186 15s -21s linear infinite}@keyframes fall-186{50.008%{transform:translate(84.4893vw,50.008vh) scale(.3827)}to{transform:translate(85.8902vw,99vh) scale(.3827)}}.snow:nth-child(187){opacity:1.8886;transform:translate(42.7844vw,-10px) scale(.0006);animation:fall-187 29s -2s linear infinite}@keyframes fall-187{63.037%{transform:translate(43.8177vw,63.037vh) scale(.0006)}to{transform:translate(43.30105vw,99vh) scale(.0006)}}.snow:nth-child(188){opacity:1.2062;transform:translate(85.6241vw,-10px) scale(.4353);animation:fall-188 18s -26s linear infinite}@keyframes fall-188{64.01%{transform:translate(77.0862vw,64.01vh) scale(.4353)}to{transform:translate(81.35515vw,99vh) scale(.4353)}}.snow:nth-child(189){opacity:.6874;transform:translate(75.2518vw,-10px) scale(.7981);animation:fall-189 24s -4s linear infinite}@keyframes fall-189{68.615%{transform:translate(74.7416vw,68.615vh) scale(.7981)}to{transform:translate(74.9967vw,99vh) scale(.7981)}}.snow:nth-child(190){opacity:1.741;transform:translate(20.371vw,-10px) scale(.2799);animation:fall-190 24s -12s linear infinite}@keyframes fall-190{61.58%{transform:translate(10.6028vw,61.58vh) scale(.2799)}to{transform:translate(15.4869vw,99vh) scale(.2799)}}.snow:nth-child(191){opacity:.6246;transform:translate(49.3982vw,-10px) scale(.1586);animation:fall-191 27s -10s linear infinite}@keyframes fall-191{37.506%{transform:translate(59.1358vw,37.506vh) scale(.1586)}to{transform:translate(54.267vw,99vh) scale(.1586)}}.snow:nth-child(192){opacity:1.9076;transform:translate(86.6703vw,-10px) scale(.3177);animation:fall-192 11s -19s linear infinite}@keyframes fall-192{48.906%{transform:translate(83.1361vw,48.906vh) scale(.3177)}to{transform:translate(84.9032vw,99vh) scale(.3177)}}.snow:nth-child(193){opacity:1.14;transform:translate(96.2441vw,-10px) scale(.3615);animation:fall-193 25s -30s linear infinite}@keyframes fall-193{31.047%{transform:translate(90.9564vw,31.047vh) scale(.3615)}to{transform:translate(93.60025vw,99vh) scale(.3615)}}.snow:nth-child(194){opacity:1.028;transform:translate(99.9099vw,-10px) scale(.9232);animation:fall-194 26s -23s linear infinite}@keyframes fall-194{75.141%{transform:translate(106.4963vw,75.141vh) scale(.9232)}to{transform:translate(103.2031vw,99vh) scale(.9232)}}.snow:nth-child(195){opacity:.8596;transform:translate(9.7117vw,-10px) scale(.8939);animation:fall-195 16s -13s linear infinite}@keyframes fall-195{49.554%{transform:translate(.1859vw,49.554vh) scale(.8939)}to{transform:translate(4.9488vw,99vh) scale(.8939)}}.snow:nth-child(196){opacity:1.5208;transform:translate(92.486vw,-10px) scale(.8566);animation:fall-196 27s -2s linear infinite}@keyframes fall-196{40.981%{transform:translate(96.6227vw,40.981vh) scale(.8566)}to{transform:translate(94.55435vw,99vh) scale(.8566)}}.snow:nth-child(197){opacity:.7224;transform:translate(16.8403vw,-10px) scale(.4508);animation:fall-197 26s -19s linear infinite}@keyframes fall-197{49.454%{transform:translate(8.3886vw,49.454vh) scale(.4508)}to{transform:translate(12.61445vw,99vh) scale(.4508)}}.snow:nth-child(198){opacity:1.9572;transform:translate(4.1453vw,-10px) scale(.9881);animation:fall-198 17s -4s linear infinite}@keyframes fall-198{31.417%{transform:translate(3.4959vw,31.417vh) scale(.9881)}to{transform:translate(3.8206vw,99vh) scale(.9881)}}.snow:nth-child(199){opacity:1.3804;transform:translate(61.2161vw,-10px) scale(.4052);animation:fall-199 22s -14s linear infinite}@keyframes fall-199{44.852%{transform:translate(65.7937vw,44.852vh) scale(.4052)}to{transform:translate(63.5049vw,99vh) scale(.4052)}}.snow:nth-child(200){opacity:1.9042;transform:translate(38.7089vw,-10px) scale(.6622);animation:fall-200 22s -8s linear infinite}@keyframes fall-200{55.489%{transform:translate(38.0872vw,55.489vh) scale(.6622)}to{transform:translate(38.39805vw,99vh) scale(.6622)}}.snow:nth-child(201){opacity:1.754;transform:translate(97.4433vw,-10px) scale(.8741);animation:fall-201 20s -23s linear infinite}@keyframes fall-201{35.583%{transform:translate(88.2182vw,35.583vh) scale(.8741)}to{transform:translate(92.83075vw,99vh) scale(.8741)}}.snow:nth-child(202){opacity:.3958;transform:translate(58.0461vw,-10px) scale(.4828);animation:fall-202 15s -18s linear infinite}@keyframes fall-202{53.521%{transform:translate(67.2133vw,53.521vh) scale(.4828)}to{transform:translate(62.6297vw,99vh) scale(.4828)}}.snow:nth-child(203){opacity:.4546;transform:translate(23.7123vw,-10px) scale(.0944);animation:fall-203 26s -9s linear infinite}@keyframes fall-203{53.268%{transform:translate(23.5263vw,53.268vh) scale(.0944)}to{transform:translate(23.6193vw,99vh) scale(.0944)}}.snow:nth-child(204){opacity:.1822;transform:translate(87.2289vw,-10px) scale(.4384);animation:fall-204 13s -30s linear infinite}@keyframes fall-204{68.64%{transform:translate(82.5725vw,68.64vh) scale(.4384)}to{transform:translate(84.9007vw,99vh) scale(.4384)}}.snow:nth-child(205){opacity:1.9692;transform:translate(12.0504vw,-10px) scale(.9733);animation:fall-205 30s -24s linear infinite}@keyframes fall-205{60.767%{transform:translate(7.6983vw,60.767vh) scale(.9733)}to{transform:translate(9.87435vw,99vh) scale(.9733)}}.snow:nth-child(206){opacity:.7186;transform:translate(5.5911vw,-10px) scale(.6414);animation:fall-206 21s -25s linear infinite}@keyframes fall-206{61.185%{transform:translate(-3.9914vw,61.185vh) scale(.6414)}to{transform:translate(.79985vw,99vh) scale(.6414)}}.snow:nth-child(207){opacity:1.797;transform:translate(83.5898vw,-10px) scale(.5252);animation:fall-207 20s -22s linear infinite}@keyframes fall-207{76.186%{transform:translate(76.7545vw,76.186vh) scale(.5252)}to{transform:translate(80.17215vw,99vh) scale(.5252)}}.snow:nth-child(208){opacity:1.9098;transform:translate(82.4553vw,-10px) scale(.6249);animation:fall-208 15s -17s linear infinite}@keyframes fall-208{35.11%{transform:translate(91.4908vw,35.11vh) scale(.6249)}to{transform:translate(86.97305vw,99vh) scale(.6249)}}.snow:nth-child(209){opacity:1.0916;transform:translate(9.9107vw,-10px) scale(.5198);animation:fall-209 10s -13s linear infinite}@keyframes fall-209{42.404%{transform:translate(12.3597vw,42.404vh) scale(.5198)}to{transform:translate(11.1352vw,99vh) scale(.5198)}}.snow:nth-child(210){opacity:.329;transform:translate(35.7866vw,-10px) scale(.3731);animation:fall-210 11s -23s linear infinite}@keyframes fall-210{73.293%{transform:translate(33.0377vw,73.293vh) scale(.3731)}to{transform:translate(34.41215vw,99vh) scale(.3731)}}.snow:nth-child(211){opacity:.7604;transform:translate(95.0438vw,-10px) scale(.0909);animation:fall-211 24s -26s linear infinite}@keyframes fall-211{77.433%{transform:translate(89.6113vw,77.433vh) scale(.0909)}to{transform:translate(92.32755vw,99vh) scale(.0909)}}.snow:nth-child(212){opacity:1.6474;transform:translate(90.388vw,-10px) scale(.3459);animation:fall-212 30s -7s linear infinite}@keyframes fall-212{58.362%{transform:translate(80.5225vw,58.362vh) scale(.3459)}to{transform:translate(85.45525vw,99vh) scale(.3459)}}.snow:nth-child(213){opacity:.3102;transform:translate(5.1779vw,-10px) scale(.2007);animation:fall-213 20s -30s linear infinite}@keyframes fall-213{51.865%{transform:translate(14.14vw,51.865vh) scale(.2007)}to{transform:translate(9.65895vw,99vh) scale(.2007)}}.snow:nth-child(214){opacity:1.077;transform:translate(28.5915vw,-10px) scale(.4252);animation:fall-214 18s -16s linear infinite}@keyframes fall-214{63.582%{transform:translate(25.6153vw,63.582vh) scale(.4252)}to{transform:translate(27.1034vw,99vh) scale(.4252)}}.snow:nth-child(215){opacity:1.3964;transform:translate(74.6107vw,-10px) scale(.583);animation:fall-215 28s -15s linear infinite}@keyframes fall-215{36.467%{transform:translate(80.3916vw,36.467vh) scale(.583)}to{transform:translate(77.50115vw,99vh) scale(.583)}}.snow:nth-child(216){opacity:1.0052;transform:translate(8.168vw,-10px) scale(.2706);animation:fall-216 26s -16s linear infinite}@keyframes fall-216{44.065%{transform:translate(2.4984vw,44.065vh) scale(.2706)}to{transform:translate(5.3332vw,99vh) scale(.2706)}}.snow:nth-child(217){opacity:.8728;transform:translate(57.8035vw,-10px) scale(.9804);animation:fall-217 12s -8s linear infinite}@keyframes fall-217{30.69%{transform:translate(51.5104vw,30.69vh) scale(.9804)}to{transform:translate(54.65695vw,99vh) scale(.9804)}}.snow:nth-child(218){opacity:1.3992;transform:translate(93.9873vw,-10px) scale(.8991);animation:fall-218 13s -26s linear infinite}@keyframes fall-218{68.166%{transform:translate(89.3676vw,68.166vh) scale(.8991)}to{transform:translate(91.67745vw,99vh) scale(.8991)}}.snow:nth-child(219){opacity:.6438;transform:translate(17.7765vw,-10px) scale(.6295);animation:fall-219 16s -22s linear infinite}@keyframes fall-219{79.446%{transform:translate(8.9963vw,79.446vh) scale(.6295)}to{transform:translate(13.3864vw,99vh) scale(.6295)}}.snow:nth-child(220){opacity:1.1402;transform:translate(7.6193vw,-10px) scale(.539);animation:fall-220 20s -1s linear infinite}@keyframes fall-220{76.713%{transform:translate(10.0107vw,76.713vh) scale(.539)}to{transform:translate(8.815vw,99vh) scale(.539)}}.snow:nth-child(221){opacity:.3902;transform:translate(46.3492vw,-10px) scale(.354);animation:fall-221 10s -19s linear infinite}@keyframes fall-221{47.132%{transform:translate(45.9435vw,47.132vh) scale(.354)}to{transform:translate(46.14635vw,99vh) scale(.354)}}.snow:nth-child(222){opacity:1.4648;transform:translate(48.3759vw,-10px) scale(.6114);animation:fall-222 30s -27s linear infinite}@keyframes fall-222{33.101%{transform:translate(46.8989vw,33.101vh) scale(.6114)}to{transform:translate(47.6374vw,99vh) scale(.6114)}}.snow:nth-child(223){opacity:.6182;transform:translate(78.2132vw,-10px) scale(.3607);animation:fall-223 30s -19s linear infinite}@keyframes fall-223{38.034%{transform:translate(79.2994vw,38.034vh) scale(.3607)}to{transform:translate(78.7563vw,99vh) scale(.3607)}}.snow:nth-child(224){opacity:.7488;transform:translate(26.2507vw,-10px) scale(.819);animation:fall-224 27s -18s linear infinite}@keyframes fall-224{56.298%{transform:translate(21.3597vw,56.298vh) scale(.819)}to{transform:translate(23.8052vw,99vh) scale(.819)}}.snow:nth-child(225){opacity:1.7758;transform:translate(63.967vw,-10px) scale(.4701);animation:fall-225 12s -29s linear infinite}@keyframes fall-225{67.339%{transform:translate(73.3514vw,67.339vh) scale(.4701)}to{transform:translate(68.6592vw,99vh) scale(.4701)}}.snow:nth-child(226){opacity:1.6946;transform:translate(82.3202vw,-10px) scale(.9619);animation:fall-226 29s -21s linear infinite}@keyframes fall-226{48.794%{transform:translate(87.0582vw,48.794vh) scale(.9619)}to{transform:translate(84.6892vw,99vh) scale(.9619)}}.snow:nth-child(227){opacity:1.8382;transform:translate(67.6483vw,-10px) scale(.9556);animation:fall-227 18s -16s linear infinite}@keyframes fall-227{42.821%{transform:translate(59.1424vw,42.821vh) scale(.9556)}to{transform:translate(63.39535vw,99vh) scale(.9556)}}.snow:nth-child(228){opacity:.1886;transform:translate(31.2935vw,-10px) scale(.929);animation:fall-228 22s -14s linear infinite}@keyframes fall-228{66.697%{transform:translate(28.9372vw,66.697vh) scale(.929)}to{transform:translate(30.11535vw,99vh) scale(.929)}}.snow:nth-child(229){opacity:.4226;transform:translate(57.615vw,-10px) scale(.4492);animation:fall-229 12s -3s linear infinite}@keyframes fall-229{78.682%{transform:translate(56.7613vw,78.682vh) scale(.4492)}to{transform:translate(57.18815vw,99vh) scale(.4492)}}.snow:nth-child(230){opacity:1.0544;transform:translate(28.5538vw,-10px) scale(.9449);animation:fall-230 26s -28s linear infinite}@keyframes fall-230{36.33%{transform:translate(30.6509vw,36.33vh) scale(.9449)}to{transform:translate(29.60235vw,99vh) scale(.9449)}}.snow:nth-child(231){opacity:.2842;transform:translate(76.2583vw,-10px) scale(.0969);animation:fall-231 18s -9s linear infinite}@keyframes fall-231{38.713%{transform:translate(82.9486vw,38.713vh) scale(.0969)}to{transform:translate(79.60345vw,99vh) scale(.0969)}}.snow:nth-child(232){opacity:1.0674;transform:translate(12.1359vw,-10px) scale(.8377);animation:fall-232 23s -21s linear infinite}@keyframes fall-232{37.618%{transform:translate(17.2912vw,37.618vh) scale(.8377)}to{transform:translate(14.71355vw,99vh) scale(.8377)}}.snow:nth-child(233){opacity:.7198;transform:translate(54.9514vw,-10px) scale(.7749);animation:fall-233 19s -3s linear infinite}@keyframes fall-233{79.262%{transform:translate(63.299vw,79.262vh) scale(.7749)}to{transform:translate(59.1252vw,99vh) scale(.7749)}}.snow:nth-child(234){opacity:.9532;transform:translate(54.1877vw,-10px) scale(.8169);animation:fall-234 17s -21s linear infinite}@keyframes fall-234{66.745%{transform:translate(57.8314vw,66.745vh) scale(.8169)}to{transform:translate(56.00955vw,99vh) scale(.8169)}}.snow:nth-child(235){opacity:1.6108;transform:translate(24.042vw,-10px) scale(.6385);animation:fall-235 17s -6s linear infinite}@keyframes fall-235{69.856%{transform:translate(19.0225vw,69.856vh) scale(.6385)}to{transform:translate(21.53225vw,99vh) scale(.6385)}}.snow:nth-child(236){opacity:.8648;transform:translate(69.4902vw,-10px) scale(.2428);animation:fall-236 11s -24s linear infinite}@keyframes fall-236{41.661%{transform:translate(76.2437vw,41.661vh) scale(.2428)}to{transform:translate(72.86695vw,99vh) scale(.2428)}}.snow:nth-child(237){opacity:.967;transform:translate(75.239vw,-10px) scale(.7097);animation:fall-237 22s -12s linear infinite}@keyframes fall-237{51.945%{transform:translate(74.442vw,51.945vh) scale(.7097)}to{transform:translate(74.8405vw,99vh) scale(.7097)}}.snow:nth-child(238){opacity:.3496;transform:translate(49.0133vw,-10px) scale(.133);animation:fall-238 15s -15s linear infinite}@keyframes fall-238{78.545%{transform:translate(55.2767vw,78.545vh) scale(.133)}to{transform:translate(52.145vw,99vh) scale(.133)}}.snow:nth-child(239){opacity:1.0174;transform:translate(10.4601vw,-10px) scale(.6646);animation:fall-239 21s -22s linear infinite}@keyframes fall-239{68.544%{transform:translate(16.0566vw,68.544vh) scale(.6646)}to{transform:translate(13.25835vw,99vh) scale(.6646)}}.snow:nth-child(240){opacity:.87;transform:translate(94.5522vw,-10px) scale(.4615);animation:fall-240 19s -30s linear infinite}@keyframes fall-240{64.549%{transform:translate(96.8486vw,64.549vh) scale(.4615)}to{transform:translate(95.7004vw,99vh) scale(.4615)}}.snow:nth-child(241){opacity:1.0354;transform:translate(11.3282vw,-10px) scale(.0421);animation:fall-241 13s -13s linear infinite}@keyframes fall-241{39.051%{transform:translate(6.6065vw,39.051vh) scale(.0421)}to{transform:translate(8.96735vw,99vh) scale(.0421)}}.snow:nth-child(242){opacity:1.5432;transform:translate(34.0847vw,-10px) scale(.3233);animation:fall-242 23s -20s linear infinite}@keyframes fall-242{76.153%{transform:translate(28.3975vw,76.153vh) scale(.3233)}to{transform:translate(31.2411vw,99vh) scale(.3233)}}.snow:nth-child(243){opacity:1.8448;transform:translate(72.5156vw,-10px) scale(.1537);animation:fall-243 14s -7s linear infinite}@keyframes fall-243{79.328%{transform:translate(78.7881vw,79.328vh) scale(.1537)}to{transform:translate(75.65185vw,99vh) scale(.1537)}}.snow:nth-child(244){opacity:.4568;transform:translate(51.8276vw,-10px) scale(.4627);animation:fall-244 22s -9s linear infinite}@keyframes fall-244{44.789%{transform:translate(51.6735vw,44.789vh) scale(.4627)}to{transform:translate(51.75055vw,99vh) scale(.4627)}}.snow:nth-child(245){opacity:1.9996;transform:translate(52.4402vw,-10px) scale(.5007);animation:fall-245 17s -6s linear infinite}@keyframes fall-245{55.134%{transform:translate(58.4015vw,55.134vh) scale(.5007)}to{transform:translate(55.42085vw,99vh) scale(.5007)}}.snow:nth-child(246){opacity:1.4166;transform:translate(20.6964vw,-10px) scale(.4758);animation:fall-246 24s -15s linear infinite}@keyframes fall-246{55.09%{transform:translate(25.0653vw,55.09vh) scale(.4758)}to{transform:translate(22.88085vw,99vh) scale(.4758)}}.snow:nth-child(247){opacity:.8722;transform:translate(25.2552vw,-10px) scale(.9902);animation:fall-247 12s -27s linear infinite}@keyframes fall-247{67.377%{transform:translate(33.5517vw,67.377vh) scale(.9902)}to{transform:translate(29.40345vw,99vh) scale(.9902)}}.snow:nth-child(248){opacity:1.9184;transform:translate(15.7118vw,-10px) scale(.4369);animation:fall-248 17s -6s linear infinite}@keyframes fall-248{37.991%{transform:translate(14.4742vw,37.991vh) scale(.4369)}to{transform:translate(15.093vw,99vh) scale(.4369)}}.snow:nth-child(249){opacity:.211;transform:translate(16.3546vw,-10px) scale(.5178);animation:fall-249 14s -19s linear infinite}@keyframes fall-249{78.528%{transform:translate(8.1419vw,78.528vh) scale(.5178)}to{transform:translate(12.24825vw,99vh) scale(.5178)}}.snow:nth-child(250){opacity:.066;transform:translate(99.5746vw,-10px) scale(.0602);animation:fall-250 28s -20s linear infinite}@keyframes fall-250{66.644%{transform:translate(95.8341vw,66.644vh) scale(.0602)}to{transform:translate(97.70435vw,99vh) scale(.0602)}}.snow:nth-child(251){opacity:1.1506;transform:translate(81.187vw,-10px) scale(.9917);animation:fall-251 14s -6s linear infinite}@keyframes fall-251{49.084%{transform:translate(80.0068vw,49.084vh) scale(.9917)}to{transform:translate(80.5969vw,99vh) scale(.9917)}}.snow:nth-child(252){opacity:.4398;transform:translate(81.8044vw,-10px) scale(.1045);animation:fall-252 23s -1s linear infinite}@keyframes fall-252{79.386%{transform:translate(79.8836vw,79.386vh) scale(.1045)}to{transform:translate(80.844vw,99vh) scale(.1045)}}.snow:nth-child(253){opacity:.6052;transform:translate(55.5719vw,-10px) scale(.6768);animation:fall-253 12s -5s linear infinite}@keyframes fall-253{69.647%{transform:translate(55.771vw,69.647vh) scale(.6768)}to{transform:translate(55.67145vw,99vh) scale(.6768)}}.snow:nth-child(254){opacity:.2698;transform:translate(75.1476vw,-10px) scale(.4798);animation:fall-254 10s -9s linear infinite}@keyframes fall-254{67.539%{transform:translate(68.4848vw,67.539vh) scale(.4798)}to{transform:translate(71.8162vw,99vh) scale(.4798)}}.snow:nth-child(255){opacity:1.1812;transform:translate(10.9724vw,-10px) scale(.8153);animation:fall-255 13s -28s linear infinite}@keyframes fall-255{73.383%{transform:translate(6.8467vw,73.383vh) scale(.8153)}to{transform:translate(8.90955vw,99vh) scale(.8153)}}.snow:nth-child(256){opacity:.8126;transform:translate(66.5019vw,-10px) scale(.3548);animation:fall-256 23s -6s linear infinite}@keyframes fall-256{47.727%{transform:translate(68.742vw,47.727vh) scale(.3548)}to{transform:translate(67.62195vw,99vh) scale(.3548)}}.snow:nth-child(257){opacity:.1784;transform:translate(46.6154vw,-10px) scale(.7972);animation:fall-257 30s -20s linear infinite}@keyframes fall-257{39.755%{transform:translate(46.7402vw,39.755vh) scale(.7972)}to{transform:translate(46.6778vw,99vh) scale(.7972)}}.snow:nth-child(258){opacity:1.9168;transform:translate(62.8259vw,-10px) scale(.2171);animation:fall-258 16s -3s linear infinite}@keyframes fall-258{60.502%{transform:translate(70.5066vw,60.502vh) scale(.2171)}to{transform:translate(66.66625vw,99vh) scale(.2171)}}.snow:nth-child(259){opacity:1.5268;transform:translate(96.5676vw,-10px) scale(.2514);animation:fall-259 18s -21s linear infinite}@keyframes fall-259{49.431%{transform:translate(102.4876vw,49.431vh) scale(.2514)}to{transform:translate(99.5276vw,99vh) scale(.2514)}}.snow:nth-child(260){opacity:.1076;transform:translate(59.0863vw,-10px) scale(.3477);animation:fall-260 12s -22s linear infinite}@keyframes fall-260{75.234%{transform:translate(63.9027vw,75.234vh) scale(.3477)}to{transform:translate(61.4945vw,99vh) scale(.3477)}}.snow:nth-child(261){opacity:.5152;transform:translate(12.917vw,-10px) scale(.892);animation:fall-261 30s -28s linear infinite}@keyframes fall-261{48.532%{transform:translate(12.0599vw,48.532vh) scale(.892)}to{transform:translate(12.48845vw,99vh) scale(.892)}}.snow:nth-child(262){opacity:.7284;transform:translate(81.2549vw,-10px) scale(.2015);animation:fall-262 27s -8s linear infinite}@keyframes fall-262{62.174%{transform:translate(85.7009vw,62.174vh) scale(.2015)}to{transform:translate(83.4779vw,99vh) scale(.2015)}}.snow:nth-child(263){opacity:.002;transform:translate(55.8654vw,-10px) scale(.6855);animation:fall-263 15s -22s linear infinite}@keyframes fall-263{44.021%{transform:translate(51.6552vw,44.021vh) scale(.6855)}to{transform:translate(53.7603vw,99vh) scale(.6855)}}.snow:nth-child(264){opacity:1.4396;transform:translate(34.5599vw,-10px) scale(.0019);animation:fall-264 28s -12s linear infinite}@keyframes fall-264{33.499%{transform:translate(36.1948vw,33.499vh) scale(.0019)}to{transform:translate(35.37735vw,99vh) scale(.0019)}}.snow:nth-child(265){opacity:1.5962;transform:translate(71.5776vw,-10px) scale(.6531);animation:fall-265 22s -13s linear infinite}@keyframes fall-265{54.401%{transform:translate(70.3098vw,54.401vh) scale(.6531)}to{transform:translate(70.9437vw,99vh) scale(.6531)}}.snow:nth-child(266){opacity:.3046;transform:translate(12.8005vw,-10px) scale(.4535);animation:fall-266 23s -9s linear infinite}@keyframes fall-266{70.904%{transform:translate(13.5925vw,70.904vh) scale(.4535)}to{transform:translate(13.1965vw,99vh) scale(.4535)}}.snow:nth-child(267){opacity:1.4784;transform:translate(49.1011vw,-10px) scale(.7209);animation:fall-267 26s -24s linear infinite}@keyframes fall-267{70.923%{transform:translate(39.787vw,70.923vh) scale(.7209)}to{transform:translate(44.44405vw,99vh) scale(.7209)}}.snow:nth-child(268){opacity:.7108;transform:translate(10.1763vw,-10px) scale(.7238);animation:fall-268 11s -20s linear infinite}@keyframes fall-268{67.757%{transform:translate(.2807vw,67.757vh) scale(.7238)}to{transform:translate(5.2285vw,99vh) scale(.7238)}}.snow:nth-child(269){opacity:.8488;transform:translate(18.6973vw,-10px) scale(.935);animation:fall-269 30s -19s linear infinite}@keyframes fall-269{62.692%{transform:translate(20.0301vw,62.692vh) scale(.935)}to{transform:translate(19.3637vw,99vh) scale(.935)}}.snow:nth-child(270){opacity:1.0004;transform:translate(30.8458vw,-10px) scale(.5066);animation:fall-270 17s -26s linear infinite}@keyframes fall-270{39.593%{transform:translate(22.438vw,39.593vh) scale(.5066)}to{transform:translate(26.6419vw,99vh) scale(.5066)}}.snow:nth-child(271){opacity:.7434;transform:translate(81.537vw,-10px) scale(.9916);animation:fall-271 21s -29s linear infinite}@keyframes fall-271{41.088%{transform:translate(87.4787vw,41.088vh) scale(.9916)}to{transform:translate(84.50785vw,99vh) scale(.9916)}}.snow:nth-child(272){opacity:.1174;transform:translate(54.4812vw,-10px) scale(.2022);animation:fall-272 22s -11s linear infinite}@keyframes fall-272{33.886%{transform:translate(61.4991vw,33.886vh) scale(.2022)}to{transform:translate(57.99015vw,99vh) scale(.2022)}}.snow:nth-child(273){opacity:1.4878;transform:translate(34.0803vw,-10px) scale(.0724);animation:fall-273 28s -13s linear infinite}@keyframes fall-273{42.112%{transform:translate(28.4776vw,42.112vh) scale(.0724)}to{transform:translate(31.27895vw,99vh) scale(.0724)}}.snow:nth-child(274){opacity:1.2412;transform:translate(83.6643vw,-10px) scale(.129);animation:fall-274 27s -9s linear infinite}@keyframes fall-274{62.841%{transform:translate(91.8833vw,62.841vh) scale(.129)}to{transform:translate(87.7738vw,99vh) scale(.129)}}.snow:nth-child(275){opacity:.1632;transform:translate(20.1235vw,-10px) scale(.2404);animation:fall-275 19s -26s linear infinite}@keyframes fall-275{59.304%{transform:translate(19.3547vw,59.304vh) scale(.2404)}to{transform:translate(19.7391vw,99vh) scale(.2404)}}.snow:nth-child(276){opacity:.9354;transform:translate(67.1077vw,-10px) scale(.8819);animation:fall-276 12s -30s linear infinite}@keyframes fall-276{64.428%{transform:translate(62.4416vw,64.428vh) scale(.8819)}to{transform:translate(64.77465vw,99vh) scale(.8819)}}.snow:nth-child(277){opacity:1.487;transform:translate(29.2379vw,-10px) scale(.1472);animation:fall-277 22s -5s linear infinite}@keyframes fall-277{76.654%{transform:translate(23.0711vw,76.654vh) scale(.1472)}to{transform:translate(26.1545vw,99vh) scale(.1472)}}.snow:nth-child(278){opacity:1.8304;transform:translate(48.0233vw,-10px) scale(.6184);animation:fall-278 20s -16s linear infinite}@keyframes fall-278{53.67%{transform:translate(48.5304vw,53.67vh) scale(.6184)}to{transform:translate(48.27685vw,99vh) scale(.6184)}}.snow:nth-child(279){opacity:1.9202;transform:translate(23.2526vw,-10px) scale(.6685);animation:fall-279 25s -29s linear infinite}@keyframes fall-279{74.01%{transform:translate(30.7532vw,74.01vh) scale(.6685)}to{transform:translate(27.0029vw,99vh) scale(.6685)}}.snow:nth-child(280){opacity:.6064;transform:translate(70.6874vw,-10px) scale(.7224);animation:fall-280 26s -5s linear infinite}@keyframes fall-280{61.65%{transform:translate(77.1476vw,61.65vh) scale(.7224)}to{transform:translate(73.9175vw,99vh) scale(.7224)}}.snow:nth-child(281){opacity:1.6838;transform:translate(70.8417vw,-10px) scale(.5766);animation:fall-281 24s -2s linear infinite}@keyframes fall-281{63.02%{transform:translate(77.5784vw,63.02vh) scale(.5766)}to{transform:translate(74.21005vw,99vh) scale(.5766)}}.snow:nth-child(282){opacity:.0532;transform:translate(44.1174vw,-10px) scale(.4366);animation:fall-282 16s -16s linear infinite}@keyframes fall-282{55.11%{transform:translate(45.5813vw,55.11vh) scale(.4366)}to{transform:translate(44.84935vw,99vh) scale(.4366)}}.snow:nth-child(283){opacity:1.6876;transform:translate(34.9876vw,-10px) scale(.1135);animation:fall-283 19s -16s linear infinite}@keyframes fall-283{53.702%{transform:translate(34.8144vw,53.702vh) scale(.1135)}to{transform:translate(34.901vw,99vh) scale(.1135)}}.snow:nth-child(284){opacity:1.4728;transform:translate(35.9104vw,-10px) scale(.7403);animation:fall-284 14s -16s linear infinite}@keyframes fall-284{52.22%{transform:translate(26.7629vw,52.22vh) scale(.7403)}to{transform:translate(31.33665vw,99vh) scale(.7403)}}.snow:nth-child(285){opacity:.8218;transform:translate(70.9721vw,-10px) scale(.6615);animation:fall-285 29s -9s linear infinite}@keyframes fall-285{33.966%{transform:translate(63.1385vw,33.966vh) scale(.6615)}to{transform:translate(67.0553vw,99vh) scale(.6615)}}.snow:nth-child(286){opacity:.8968;transform:translate(96.2237vw,-10px) scale(.0462);animation:fall-286 12s -15s linear infinite}@keyframes fall-286{39.398%{transform:translate(98.0067vw,39.398vh) scale(.0462)}to{transform:translate(97.1152vw,99vh) scale(.0462)}}.snow:nth-child(287){opacity:.3686;transform:translate(62.4291vw,-10px) scale(.6879);animation:fall-287 16s -14s linear infinite}@keyframes fall-287{33.864%{transform:translate(56.7241vw,33.864vh) scale(.6879)}to{transform:translate(59.5766vw,99vh) scale(.6879)}}.snow:nth-child(288){opacity:.1494;transform:translate(59.3156vw,-10px) scale(.4124);animation:fall-288 23s -25s linear infinite}@keyframes fall-288{62.41%{transform:translate(62.0802vw,62.41vh) scale(.4124)}to{transform:translate(60.6979vw,99vh) scale(.4124)}}.snow:nth-child(289){opacity:.091;transform:translate(92.979vw,-10px) scale(.5442);animation:fall-289 24s -21s linear infinite}@keyframes fall-289{59.835%{transform:translate(100.5825vw,59.835vh) scale(.5442)}to{transform:translate(96.78075vw,99vh) scale(.5442)}}.snow:nth-child(290){opacity:.7566;transform:translate(89.027vw,-10px) scale(.4261);animation:fall-290 28s -4s linear infinite}@keyframes fall-290{31.107%{transform:translate(98.643vw,31.107vh) scale(.4261)}to{transform:translate(93.835vw,99vh) scale(.4261)}}.snow:nth-child(291){opacity:.0716;transform:translate(99.8105vw,-10px) scale(.1739);animation:fall-291 18s -10s linear infinite}@keyframes fall-291{77.622%{transform:translate(94.9648vw,77.622vh) scale(.1739)}to{transform:translate(97.38765vw,99vh) scale(.1739)}}.snow:nth-child(292){opacity:.1716;transform:translate(53.096vw,-10px) scale(.4964);animation:fall-292 15s -6s linear infinite}@keyframes fall-292{68.72%{transform:translate(45.9307vw,68.72vh) scale(.4964)}to{transform:translate(49.51335vw,99vh) scale(.4964)}}.snow:nth-child(293){opacity:.2048;transform:translate(93.9662vw,-10px) scale(.1204);animation:fall-293 18s -28s linear infinite}@keyframes fall-293{42.401%{transform:translate(92.6363vw,42.401vh) scale(.1204)}to{transform:translate(93.30125vw,99vh) scale(.1204)}}.snow:nth-child(294){opacity:.4766;transform:translate(60.3834vw,-10px) scale(.9853);animation:fall-294 14s -26s linear infinite}@keyframes fall-294{35.514%{transform:translate(65.8617vw,35.514vh) scale(.9853)}to{transform:translate(63.12255vw,99vh) scale(.9853)}}.snow:nth-child(295){opacity:.1802;transform:translate(21.0075vw,-10px) scale(.2404);animation:fall-295 11s -26s linear infinite}@keyframes fall-295{79.142%{transform:translate(24.2771vw,79.142vh) scale(.2404)}to{transform:translate(22.6423vw,99vh) scale(.2404)}}.snow:nth-child(296){opacity:1.3724;transform:translate(41.7065vw,-10px) scale(.59);animation:fall-296 23s -24s linear infinite}@keyframes fall-296{66.451%{transform:translate(43.2626vw,66.451vh) scale(.59)}to{transform:translate(42.48455vw,99vh) scale(.59)}}.snow:nth-child(297){opacity:1.7122;transform:translate(4.0893vw,-10px) scale(.6013);animation:fall-297 18s -19s linear infinite}@keyframes fall-297{55.708%{transform:translate(-.1228vw,55.708vh) scale(.6013)}to{transform:translate(1.98325vw,99vh) scale(.6013)}}.snow:nth-child(298){opacity:1.9562;transform:translate(75.4864vw,-10px) scale(.4984);animation:fall-298 17s -18s linear infinite}@keyframes fall-298{43.934%{transform:translate(70.8451vw,43.934vh) scale(.4984)}to{transform:translate(73.16575vw,99vh) scale(.4984)}}.snow:nth-child(299){opacity:1.727;transform:translate(41.3625vw,-10px) scale(.8784);animation:fall-299 17s -23s linear infinite}@keyframes fall-299{49.679%{transform:translate(49.2807vw,49.679vh) scale(.8784)}to{transform:translate(45.3216vw,99vh) scale(.8784)}}.snow:nth-child(300){opacity:.1944;transform:translate(30.3516vw,-10px) scale(.6817);animation:fall-300 11s -14s linear infinite}@keyframes fall-300{79.94%{transform:translate(37.5025vw,79.94vh) scale(.6817)}to{transform:translate(33.92705vw,99vh) scale(.6817)}}.snow:nth-child(301){opacity:1.9112;transform:translate(29.3987vw,-10px) scale(.9897);animation:fall-301 10s -11s linear infinite}@keyframes fall-301{68.906%{transform:translate(35.8527vw,68.906vh) scale(.9897)}to{transform:translate(32.6257vw,99vh) scale(.9897)}}.snow:nth-child(302){opacity:1.5386;transform:translate(92.8842vw,-10px) scale(.7677);animation:fall-302 29s -24s linear infinite}@keyframes fall-302{45.186%{transform:translate(93.4691vw,45.186vh) scale(.7677)}to{transform:translate(93.17665vw,99vh) scale(.7677)}}.snow:nth-child(303){opacity:.862;transform:translate(18.8886vw,-10px) scale(.5975);animation:fall-303 29s -25s linear infinite}@keyframes fall-303{32.794%{transform:translate(23.6924vw,32.794vh) scale(.5975)}to{transform:translate(21.2905vw,99vh) scale(.5975)}}.snow:nth-child(304){opacity:.0366;transform:translate(64.7038vw,-10px) scale(.2498);animation:fall-304 30s -1s linear infinite}@keyframes fall-304{79.762%{transform:translate(73.1074vw,79.762vh) scale(.2498)}to{transform:translate(68.9056vw,99vh) scale(.2498)}}.snow:nth-child(305){opacity:.8332;transform:translate(36.6054vw,-10px) scale(.7885);animation:fall-305 27s -4s linear infinite}@keyframes fall-305{37.63%{transform:translate(39.3141vw,37.63vh) scale(.7885)}to{transform:translate(37.95975vw,99vh) scale(.7885)}}.snow:nth-child(306){opacity:.9476;transform:translate(45.0448vw,-10px) scale(.5463);animation:fall-306 18s -12s linear infinite}@keyframes fall-306{44.039%{transform:translate(50.2913vw,44.039vh) scale(.5463)}to{transform:translate(47.66805vw,99vh) scale(.5463)}}.snow:nth-child(307){opacity:.701;transform:translate(93.3473vw,-10px) scale(.245);animation:fall-307 12s -30s linear infinite}@keyframes fall-307{45.259%{transform:translate(84.1893vw,45.259vh) scale(.245)}to{transform:translate(88.7683vw,99vh) scale(.245)}}.snow:nth-child(308){opacity:1.85;transform:translate(69.8472vw,-10px) scale(.561);animation:fall-308 30s -19s linear infinite}@keyframes fall-308{69.04%{transform:translate(60.1274vw,69.04vh) scale(.561)}to{transform:translate(64.9873vw,99vh) scale(.561)}}.snow:nth-child(309){opacity:.052;transform:translate(24.4531vw,-10px) scale(.9885);animation:fall-309 29s -24s linear infinite}@keyframes fall-309{31.936%{transform:translate(26.3215vw,31.936vh) scale(.9885)}to{transform:translate(25.3873vw,99vh) scale(.9885)}}.snow:nth-child(310){opacity:.0202;transform:translate(33.8289vw,-10px) scale(.1561);animation:fall-310 14s -27s linear infinite}@keyframes fall-310{53.537%{transform:translate(26.9541vw,53.537vh) scale(.1561)}to{transform:translate(30.3915vw,99vh) scale(.1561)}}.snow:nth-child(311){opacity:1.9074;transform:translate(77.0163vw,-10px) scale(.096);animation:fall-311 25s -18s linear infinite}@keyframes fall-311{54.518%{transform:translate(75.2003vw,54.518vh) scale(.096)}to{transform:translate(76.1083vw,99vh) scale(.096)}}.snow:nth-child(312){opacity:.5878;transform:translate(55.4176vw,-10px) scale(.1673);animation:fall-312 17s -2s linear infinite}@keyframes fall-312{30.778%{transform:translate(49.0434vw,30.778vh) scale(.1673)}to{transform:translate(52.2305vw,99vh) scale(.1673)}}.snow:nth-child(313){opacity:1.083;transform:translate(4.8535vw,-10px) scale(.8787);animation:fall-313 13s -15s linear infinite}@keyframes fall-313{68.292%{transform:translate(4.3376vw,68.292vh) scale(.8787)}to{transform:translate(4.59555vw,99vh) scale(.8787)}}.snow:nth-child(314){opacity:.5958;transform:translate(41.4424vw,-10px) scale(.9278);animation:fall-314 12s -18s linear infinite}@keyframes fall-314{35.084%{transform:translate(36.3149vw,35.084vh) scale(.9278)}to{transform:translate(38.87865vw,99vh) scale(.9278)}}.snow:nth-child(315){opacity:.355;transform:translate(68.2757vw,-10px) scale(.0608);animation:fall-315 19s -19s linear infinite}@keyframes fall-315{47.06%{transform:translate(77.8443vw,47.06vh) scale(.0608)}to{transform:translate(73.06vw,99vh) scale(.0608)}}.snow:nth-child(316){opacity:1.337;transform:translate(71.6646vw,-10px) scale(.7776);animation:fall-316 20s -13s linear infinite}@keyframes fall-316{53.216%{transform:translate(72.3907vw,53.216vh) scale(.7776)}to{transform:translate(72.02765vw,99vh) scale(.7776)}}.snow:nth-child(317){opacity:1.7048;transform:translate(9.2757vw,-10px) scale(.7929);animation:fall-317 21s -12s linear infinite}@keyframes fall-317{56.051%{transform:translate(9.2515vw,56.051vh) scale(.7929)}to{transform:translate(9.2636vw,99vh) scale(.7929)}}.snow:nth-child(318){opacity:1.532;transform:translate(91.8155vw,-10px) scale(.9637);animation:fall-318 21s -7s linear infinite}@keyframes fall-318{35.297%{transform:translate(99.5271vw,35.297vh) scale(.9637)}to{transform:translate(95.6713vw,99vh) scale(.9637)}}.snow:nth-child(319){opacity:.5488;transform:translate(93.5722vw,-10px) scale(.9122);animation:fall-319 10s -15s linear infinite}@keyframes fall-319{52.775%{transform:translate(100.3234vw,52.775vh) scale(.9122)}to{transform:translate(96.9478vw,99vh) scale(.9122)}}.snow:nth-child(320){opacity:1.0402;transform:translate(92.4801vw,-10px) scale(.4002);animation:fall-320 28s -13s linear infinite}@keyframes fall-320{55.267%{transform:translate(84.6037vw,55.267vh) scale(.4002)}to{transform:translate(88.5419vw,99vh) scale(.4002)}}.snow:nth-child(321){opacity:.688;transform:translate(99.5675vw,-10px) scale(.5381);animation:fall-321 29s -20s linear infinite}@keyframes fall-321{39.306%{transform:translate(90.4873vw,39.306vh) scale(.5381)}to{transform:translate(95.0274vw,99vh) scale(.5381)}}.snow:nth-child(322){opacity:1.751;transform:translate(99.0284vw,-10px) scale(.3302);animation:fall-322 21s -8s linear infinite}@keyframes fall-322{32.267%{transform:translate(104.3764vw,32.267vh) scale(.3302)}to{transform:translate(101.7024vw,99vh) scale(.3302)}}.snow:nth-child(323){opacity:1.2284;transform:translate(56.0276vw,-10px) scale(.6186);animation:fall-323 12s -12s linear infinite}@keyframes fall-323{40.195%{transform:translate(62.4863vw,40.195vh) scale(.6186)}to{transform:translate(59.25695vw,99vh) scale(.6186)}}.snow:nth-child(324){opacity:1.6152;transform:translate(18.0003vw,-10px) scale(.7614);animation:fall-324 29s -25s linear infinite}@keyframes fall-324{62.709%{transform:translate(20.6146vw,62.709vh) scale(.7614)}to{transform:translate(19.30745vw,99vh) scale(.7614)}}.snow:nth-child(325){opacity:.6492;transform:translate(84.0686vw,-10px) scale(.8894);animation:fall-325 30s -19s linear infinite}@keyframes fall-325{34.737%{transform:translate(86.452vw,34.737vh) scale(.8894)}to{transform:translate(85.2603vw,99vh) scale(.8894)}}.snow:nth-child(326){opacity:1.1896;transform:translate(70.2403vw,-10px) scale(.0548);animation:fall-326 12s -14s linear infinite}@keyframes fall-326{42.863%{transform:translate(72.3309vw,42.863vh) scale(.0548)}to{transform:translate(71.2856vw,99vh) scale(.0548)}}.snow:nth-child(327){opacity:.7518;transform:translate(89.7669vw,-10px) scale(.1916);animation:fall-327 20s -17s linear infinite}@keyframes fall-327{45.911%{transform:translate(90.5385vw,45.911vh) scale(.1916)}to{transform:translate(90.1527vw,99vh) scale(.1916)}}.snow:nth-child(328){opacity:.2248;transform:translate(38.1682vw,-10px) scale(.4442);animation:fall-328 13s -5s linear infinite}@keyframes fall-328{38.755%{transform:translate(28.2755vw,38.755vh) scale(.4442)}to{transform:translate(33.22185vw,99vh) scale(.4442)}}.snow:nth-child(329){opacity:.6658;transform:translate(95.3016vw,-10px) scale(.8515);animation:fall-329 26s -19s linear infinite}@keyframes fall-329{65.84%{transform:translate(100.8752vw,65.84vh) scale(.8515)}to{transform:translate(98.0884vw,99vh) scale(.8515)}}.snow:nth-child(330){opacity:1.5214;transform:translate(53.7128vw,-10px) scale(.4971);animation:fall-330 26s -25s linear infinite}@keyframes fall-330{48.772%{transform:translate(51.8701vw,48.772vh) scale(.4971)}to{transform:translate(52.79145vw,99vh) scale(.4971)}}.snow:nth-child(331){opacity:.8126;transform:translate(39.0576vw,-10px) scale(.1518);animation:fall-331 28s -14s linear infinite}@keyframes fall-331{35.275%{transform:translate(36.0902vw,35.275vh) scale(.1518)}to{transform:translate(37.5739vw,99vh) scale(.1518)}}.snow:nth-child(332){opacity:.2504;transform:translate(73.3814vw,-10px) scale(.0667);animation:fall-332 30s -5s linear infinite}@keyframes fall-332{74.196%{transform:translate(75.6359vw,74.196vh) scale(.0667)}to{transform:translate(74.50865vw,99vh) scale(.0667)}}.snow:nth-child(333){opacity:.973;transform:translate(92.0872vw,-10px) scale(.0244);animation:fall-333 19s -2s linear infinite}@keyframes fall-333{48.388%{transform:translate(100.0189vw,48.388vh) scale(.0244)}to{transform:translate(96.05305vw,99vh) scale(.0244)}}.snow:nth-child(334){opacity:1.7732;transform:translate(90.6372vw,-10px) scale(.3467);animation:fall-334 12s -9s linear infinite}@keyframes fall-334{77.807%{transform:translate(83.083vw,77.807vh) scale(.3467)}to{transform:translate(86.8601vw,99vh) scale(.3467)}}.snow:nth-child(335){opacity:1.8152;transform:translate(13.3187vw,-10px) scale(.6572);animation:fall-335 17s -8s linear infinite}@keyframes fall-335{71.325%{transform:translate(16.7772vw,71.325vh) scale(.6572)}to{transform:translate(15.04795vw,99vh) scale(.6572)}}.snow:nth-child(336){opacity:.7128;transform:translate(13.8736vw,-10px) scale(.2039);animation:fall-336 20s -19s linear infinite}@keyframes fall-336{68.447%{transform:translate(10.8786vw,68.447vh) scale(.2039)}to{transform:translate(12.3761vw,99vh) scale(.2039)}}.snow:nth-child(337){opacity:.676;transform:translate(54.8648vw,-10px) scale(.6093);animation:fall-337 26s -24s linear infinite}@keyframes fall-337{30.082%{transform:translate(56.8449vw,30.082vh) scale(.6093)}to{transform:translate(55.85485vw,99vh) scale(.6093)}}.snow:nth-child(338){opacity:.1168;transform:translate(34.8846vw,-10px) scale(.0901);animation:fall-338 15s -3s linear infinite}@keyframes fall-338{34.029%{transform:translate(42.8778vw,34.029vh) scale(.0901)}to{transform:translate(38.8812vw,99vh) scale(.0901)}}.snow:nth-child(339){opacity:.3676;transform:translate(13.0892vw,-10px) scale(.3051);animation:fall-339 22s -30s linear infinite}@keyframes fall-339{69.301%{transform:translate(3.0942vw,69.301vh) scale(.3051)}to{transform:translate(8.0917vw,99vh) scale(.3051)}}.snow:nth-child(340){opacity:1.9262;transform:translate(95.0976vw,-10px) scale(.7098);animation:fall-340 26s -27s linear infinite}@keyframes fall-340{62.076%{transform:translate(103.6431vw,62.076vh) scale(.7098)}to{transform:translate(99.37035vw,99vh) scale(.7098)}}.snow:nth-child(341){opacity:1.9838;transform:translate(37.5851vw,-10px) scale(.5022);animation:fall-341 20s -6s linear infinite}@keyframes fall-341{48.193%{transform:translate(28.502vw,48.193vh) scale(.5022)}to{transform:translate(33.04355vw,99vh) scale(.5022)}}.snow:nth-child(342){opacity:.0568;transform:translate(30.9109vw,-10px) scale(.4354);animation:fall-342 24s -8s linear infinite}@keyframes fall-342{44.919%{transform:translate(22.0459vw,44.919vh) scale(.4354)}to{transform:translate(26.4784vw,99vh) scale(.4354)}}.snow:nth-child(343){opacity:.6146;transform:translate(31.6236vw,-10px) scale(.7008);animation:fall-343 17s -5s linear infinite}@keyframes fall-343{54.097%{transform:translate(23.4949vw,54.097vh) scale(.7008)}to{transform:translate(27.55925vw,99vh) scale(.7008)}}.snow:nth-child(344){opacity:1.8478;transform:translate(26.8227vw,-10px) scale(.1533);animation:fall-344 19s -6s linear infinite}@keyframes fall-344{77.629%{transform:translate(26.0676vw,77.629vh) scale(.1533)}to{transform:translate(26.44515vw,99vh) scale(.1533)}}.snow:nth-child(345){opacity:.6206;transform:translate(38.4697vw,-10px) scale(.3431);animation:fall-345 14s -24s linear infinite}@keyframes fall-345{52.407%{transform:translate(39.2823vw,52.407vh) scale(.3431)}to{transform:translate(38.876vw,99vh) scale(.3431)}}.snow:nth-child(346){opacity:1.7146;transform:translate(41.7142vw,-10px) scale(.6462);animation:fall-346 23s -24s linear infinite}@keyframes fall-346{39.653%{transform:translate(42.6107vw,39.653vh) scale(.6462)}to{transform:translate(42.16245vw,99vh) scale(.6462)}}.snow:nth-child(347){opacity:1.1478;transform:translate(25.8531vw,-10px) scale(.5663);animation:fall-347 24s -10s linear infinite}@keyframes fall-347{68.278%{transform:translate(21.0411vw,68.278vh) scale(.5663)}to{transform:translate(23.4471vw,99vh) scale(.5663)}}.snow:nth-child(348){opacity:1.2558;transform:translate(30.4219vw,-10px) scale(.4138);animation:fall-348 24s -20s linear infinite}@keyframes fall-348{68.172%{transform:translate(32.2908vw,68.172vh) scale(.4138)}to{transform:translate(31.35635vw,99vh) scale(.4138)}}.snow:nth-child(349){opacity:.385;transform:translate(25.9602vw,-10px) scale(.2311);animation:fall-349 14s -13s linear infinite}@keyframes fall-349{34.187%{transform:translate(24.9933vw,34.187vh) scale(.2311)}to{transform:translate(25.47675vw,99vh) scale(.2311)}}.snow:nth-child(350){opacity:.5548;transform:translate(67.2797vw,-10px) scale(.0458);animation:fall-350 11s -4s linear infinite}@keyframes fall-350{45.539%{transform:translate(60.1957vw,45.539vh) scale(.0458)}to{transform:translate(63.7377vw,99vh) scale(.0458)}}.snow:nth-child(351){opacity:1.1914;transform:translate(3.7683vw,-10px) scale(.7728);animation:fall-351 24s -9s linear infinite}@keyframes fall-351{46.541%{transform:translate(7.6296vw,46.541vh) scale(.7728)}to{transform:translate(5.69895vw,99vh) scale(.7728)}}.snow:nth-child(352){opacity:1.4004;transform:translate(52.8927vw,-10px) scale(.3997);animation:fall-352 10s -1s linear infinite}@keyframes fall-352{62.124%{transform:translate(47.6149vw,62.124vh) scale(.3997)}to{transform:translate(50.2538vw,99vh) scale(.3997)}}.snow:nth-child(353){opacity:.571;transform:translate(7.8896vw,-10px) scale(.1509);animation:fall-353 12s -4s linear infinite}@keyframes fall-353{57.572%{transform:translate(17.6614vw,57.572vh) scale(.1509)}to{transform:translate(12.7755vw,99vh) scale(.1509)}}.snow:nth-child(354){opacity:.4518;transform:translate(32.5032vw,-10px) scale(.1406);animation:fall-354 21s -9s linear infinite}@keyframes fall-354{30.865%{transform:translate(27.5488vw,30.865vh) scale(.1406)}to{transform:translate(30.026vw,99vh) scale(.1406)}}.snow:nth-child(355){opacity:.7808;transform:translate(66.2779vw,-10px) scale(.5569);animation:fall-355 15s -1s linear infinite}@keyframes fall-355{66.928%{transform:translate(65.9837vw,66.928vh) scale(.5569)}to{transform:translate(66.1308vw,99vh) scale(.5569)}}.snow:nth-child(356){opacity:.5908;transform:translate(37.9655vw,-10px) scale(.9354);animation:fall-356 15s -11s linear infinite}@keyframes fall-356{44.61%{transform:translate(38.9494vw,44.61vh) scale(.9354)}to{transform:translate(38.45745vw,99vh) scale(.9354)}}.snow:nth-child(357){opacity:.196;transform:translate(64.2473vw,-10px) scale(.8937);animation:fall-357 18s -9s linear infinite}@keyframes fall-357{38.578%{transform:translate(73.1544vw,38.578vh) scale(.8937)}to{transform:translate(68.70085vw,99vh) scale(.8937)}}.snow:nth-child(358){opacity:.4826;transform:translate(79.4167vw,-10px) scale(.6634);animation:fall-358 17s -11s linear infinite}@keyframes fall-358{46.364%{transform:translate(81.5151vw,46.364vh) scale(.6634)}to{transform:translate(80.4659vw,99vh) scale(.6634)}}.snow:nth-child(359){opacity:.2988;transform:translate(38.134vw,-10px) scale(.9461);animation:fall-359 23s -9s linear infinite}@keyframes fall-359{75.796%{transform:translate(40.8988vw,75.796vh) scale(.9461)}to{transform:translate(39.5164vw,99vh) scale(.9461)}}.snow:nth-child(360){opacity:.411;transform:translate(19.7024vw,-10px) scale(.4552);animation:fall-360 29s -5s linear infinite}@keyframes fall-360{49.848%{transform:translate(13.3624vw,49.848vh) scale(.4552)}to{transform:translate(16.5324vw,99vh) scale(.4552)}}.snow:nth-child(361){opacity:.9334;transform:translate(66.5857vw,-10px) scale(.0376);animation:fall-361 17s -4s linear infinite}@keyframes fall-361{43.547%{transform:translate(70.2238vw,43.547vh) scale(.0376)}to{transform:translate(68.40475vw,99vh) scale(.0376)}}.snow:nth-child(362){opacity:1.096;transform:translate(73.6159vw,-10px) scale(.4422);animation:fall-362 10s -22s linear infinite}@keyframes fall-362{66.497%{transform:translate(69.0358vw,66.497vh) scale(.4422)}to{transform:translate(71.32585vw,99vh) scale(.4422)}}.snow:nth-child(363){opacity:.0456;transform:translate(15.3326vw,-10px) scale(.7899);animation:fall-363 16s -24s linear infinite}@keyframes fall-363{31.737%{transform:translate(23.4203vw,31.737vh) scale(.7899)}to{transform:translate(19.37645vw,99vh) scale(.7899)}}.snow:nth-child(364){opacity:.3388;transform:translate(16.0319vw,-10px) scale(.9318);animation:fall-364 29s -14s linear infinite}@keyframes fall-364{75.907%{transform:translate(22.4303vw,75.907vh) scale(.9318)}to{transform:translate(19.2311vw,99vh) scale(.9318)}}.snow:nth-child(365){opacity:.0686;transform:translate(1.372vw,-10px) scale(.0922);animation:fall-365 25s -19s linear infinite}@keyframes fall-365{56.509%{transform:translate(-5.0594vw,56.509vh) scale(.0922)}to{transform:translate(-1.8437vw,99vh) scale(.0922)}}.snow:nth-child(366){opacity:.6748;transform:translate(3.4104vw,-10px) scale(.7776);animation:fall-366 14s -11s linear infinite}@keyframes fall-366{63.929%{transform:translate(11.4531vw,63.929vh) scale(.7776)}to{transform:translate(7.43175vw,99vh) scale(.7776)}}.snow:nth-child(367){opacity:.8824;transform:translate(88.1869vw,-10px) scale(.4844);animation:fall-367 18s -8s linear infinite}@keyframes fall-367{46.968%{transform:translate(90.1858vw,46.968vh) scale(.4844)}to{transform:translate(89.18635vw,99vh) scale(.4844)}}.snow:nth-child(368){opacity:.3962;transform:translate(72.9974vw,-10px) scale(.6467);animation:fall-368 10s -8s linear infinite}@keyframes fall-368{79.738%{transform:translate(63.8279vw,79.738vh) scale(.6467)}to{transform:translate(68.41265vw,99vh) scale(.6467)}}.snow:nth-child(369){opacity:1.3126;transform:translate(72.8274vw,-10px) scale(.193);animation:fall-369 24s -26s linear infinite}@keyframes fall-369{30.473%{transform:translate(67.9971vw,30.473vh) scale(.193)}to{transform:translate(70.41225vw,99vh) scale(.193)}}.snow:nth-child(370){opacity:1.7014;transform:translate(74.2645vw,-10px) scale(.5102);animation:fall-370 12s -3s linear infinite}@keyframes fall-370{41.183%{transform:translate(67.3967vw,41.183vh) scale(.5102)}to{transform:translate(70.8306vw,99vh) scale(.5102)}}.snow:nth-child(371){opacity:.3116;transform:translate(88.7918vw,-10px) scale(.1953);animation:fall-371 19s -20s linear infinite}@keyframes fall-371{57.496%{transform:translate(84.5376vw,57.496vh) scale(.1953)}to{transform:translate(86.6647vw,99vh) scale(.1953)}}.snow:nth-child(372){opacity:1.8136;transform:translate(46.8045vw,-10px) scale(.1703);animation:fall-372 13s -2s linear infinite}@keyframes fall-372{44.872%{transform:translate(56.3673vw,44.872vh) scale(.1703)}to{transform:translate(51.5859vw,99vh) scale(.1703)}}.snow:nth-child(373){opacity:1.171;transform:translate(97.0468vw,-10px) scale(.9931);animation:fall-373 13s -10s linear infinite}@keyframes fall-373{60.823%{transform:translate(98.2316vw,60.823vh) scale(.9931)}to{transform:translate(97.6392vw,99vh) scale(.9931)}}.snow:nth-child(374){opacity:.8774;transform:translate(82.2255vw,-10px) scale(.3989);animation:fall-374 18s -12s linear infinite}@keyframes fall-374{42.668%{transform:translate(81.7114vw,42.668vh) scale(.3989)}to{transform:translate(81.96845vw,99vh) scale(.3989)}}.snow:nth-child(375){opacity:1.447;transform:translate(47.7937vw,-10px) scale(.6077);animation:fall-375 30s -28s linear infinite}@keyframes fall-375{30.561%{transform:translate(55.6039vw,30.561vh) scale(.6077)}to{transform:translate(51.6988vw,99vh) scale(.6077)}}.snow:nth-child(376){opacity:.319;transform:translate(72.322vw,-10px) scale(.8889);animation:fall-376 17s -7s linear infinite}@keyframes fall-376{65.16%{transform:translate(80.5675vw,65.16vh) scale(.8889)}to{transform:translate(76.44475vw,99vh) scale(.8889)}}.snow:nth-child(377){opacity:.3506;transform:translate(42.1733vw,-10px) scale(.8197);animation:fall-377 17s -11s linear infinite}@keyframes fall-377{67.278%{transform:translate(34.0799vw,67.278vh) scale(.8197)}to{transform:translate(38.1266vw,99vh) scale(.8197)}}.snow:nth-child(378){opacity:.9838;transform:translate(72.6864vw,-10px) scale(.8123);animation:fall-378 10s -11s linear infinite}@keyframes fall-378{54.828%{transform:translate(66.5205vw,54.828vh) scale(.8123)}to{transform:translate(69.60345vw,99vh) scale(.8123)}}.snow:nth-child(379){opacity:1.7074;transform:translate(30.6829vw,-10px) scale(.8272);animation:fall-379 30s -26s linear infinite}@keyframes fall-379{72.545%{transform:translate(31.0804vw,72.545vh) scale(.8272)}to{transform:translate(30.88165vw,99vh) scale(.8272)}}.snow:nth-child(380){opacity:.4566;transform:translate(49.0524vw,-10px) scale(.7661);animation:fall-380 14s -29s linear infinite}@keyframes fall-380{48.494%{transform:translate(40.7502vw,48.494vh) scale(.7661)}to{transform:translate(44.9013vw,99vh) scale(.7661)}}.snow:nth-child(381){opacity:1.2558;transform:translate(44.0986vw,-10px) scale(.0812);animation:fall-381 15s -28s linear infinite}@keyframes fall-381{50.38%{transform:translate(52.5815vw,50.38vh) scale(.0812)}to{transform:translate(48.34005vw,99vh) scale(.0812)}}.snow:nth-child(382){opacity:.7496;transform:translate(97.1632vw,-10px) scale(.0291);animation:fall-382 10s -2s linear infinite}@keyframes fall-382{71.684%{transform:translate(106.876vw,71.684vh) scale(.0291)}to{transform:translate(102.0196vw,99vh) scale(.0291)}}.snow:nth-child(383){opacity:.9354;transform:translate(71.4219vw,-10px) scale(.1617);animation:fall-383 10s -7s linear infinite}@keyframes fall-383{44.273%{transform:translate(72.5481vw,44.273vh) scale(.1617)}to{transform:translate(71.985vw,99vh) scale(.1617)}}.snow:nth-child(384){opacity:.302;transform:translate(90.5866vw,-10px) scale(.0177);animation:fall-384 22s -6s linear infinite}@keyframes fall-384{45.012%{transform:translate(94.5739vw,45.012vh) scale(.0177)}to{transform:translate(92.58025vw,99vh) scale(.0177)}}.snow:nth-child(385){opacity:1.1286;transform:translate(34.7043vw,-10px) scale(.5889);animation:fall-385 29s -21s linear infinite}@keyframes fall-385{58.017%{transform:translate(27.8347vw,58.017vh) scale(.5889)}to{transform:translate(31.2695vw,99vh) scale(.5889)}}.snow:nth-child(386){opacity:1.6614;transform:translate(64.558vw,-10px) scale(.1835);animation:fall-386 20s -18s linear infinite}@keyframes fall-386{32.803%{transform:translate(63.2879vw,32.803vh) scale(.1835)}to{transform:translate(63.92295vw,99vh) scale(.1835)}}.snow:nth-child(387){opacity:1.6532;transform:translate(88.0158vw,-10px) scale(.8387);animation:fall-387 14s -22s linear infinite}@keyframes fall-387{70.822%{transform:translate(86.4762vw,70.822vh) scale(.8387)}to{transform:translate(87.246vw,99vh) scale(.8387)}}.snow:nth-child(388){opacity:1.3586;transform:translate(18.0392vw,-10px) scale(.0261);animation:fall-388 19s -2s linear infinite}@keyframes fall-388{68.496%{transform:translate(16.3792vw,68.496vh) scale(.0261)}to{transform:translate(17.2092vw,99vh) scale(.0261)}}.snow:nth-child(389){opacity:1.8946;transform:translate(79.3889vw,-10px) scale(.2964);animation:fall-389 20s -23s linear infinite}@keyframes fall-389{32.296%{transform:translate(80.6485vw,32.296vh) scale(.2964)}to{transform:translate(80.0187vw,99vh) scale(.2964)}}.snow:nth-child(390){opacity:.223;transform:translate(65.9586vw,-10px) scale(.1739);animation:fall-390 27s -3s linear infinite}@keyframes fall-390{35.078%{transform:translate(61.2504vw,35.078vh) scale(.1739)}to{transform:translate(63.6045vw,99vh) scale(.1739)}}.snow:nth-child(391){opacity:.1774;transform:translate(87.9028vw,-10px) scale(.5307);animation:fall-391 26s -11s linear infinite}@keyframes fall-391{49.125%{transform:translate(94.4527vw,49.125vh) scale(.5307)}to{transform:translate(91.17775vw,99vh) scale(.5307)}}.snow:nth-child(392){opacity:.2182;transform:translate(98.4217vw,-10px) scale(.3041);animation:fall-392 18s -28s linear infinite}@keyframes fall-392{65.21%{transform:translate(106.8899vw,65.21vh) scale(.3041)}to{transform:translate(102.6558vw,99vh) scale(.3041)}}.snow:nth-child(393){opacity:.0652;transform:translate(75.7144vw,-10px) scale(.213);animation:fall-393 19s -6s linear infinite}@keyframes fall-393{77.97%{transform:translate(68.4766vw,77.97vh) scale(.213)}to{transform:translate(72.0955vw,99vh) scale(.213)}}.snow:nth-child(394){opacity:1.0612;transform:translate(49.5078vw,-10px) scale(.5244);animation:fall-394 19s -12s linear infinite}@keyframes fall-394{63.274%{transform:translate(47.43vw,63.274vh) scale(.5244)}to{transform:translate(48.4689vw,99vh) scale(.5244)}}.snow:nth-child(395){opacity:1.132;transform:translate(20.3501vw,-10px) scale(.0727);animation:fall-395 24s -18s linear infinite}@keyframes fall-395{74.284%{transform:translate(17.0486vw,74.284vh) scale(.0727)}to{transform:translate(18.69935vw,99vh) scale(.0727)}}.snow:nth-child(396){opacity:.8476;transform:translate(86.7115vw,-10px) scale(.7655);animation:fall-396 14s -11s linear infinite}@keyframes fall-396{50.741%{transform:translate(96.1093vw,50.741vh) scale(.7655)}to{transform:translate(91.4104vw,99vh) scale(.7655)}}.snow:nth-child(397){opacity:1.5108;transform:translate(30.7319vw,-10px) scale(.9193);animation:fall-397 28s -4s linear infinite}@keyframes fall-397{64.509%{transform:translate(24.3096vw,64.509vh) scale(.9193)}to{transform:translate(27.52075vw,99vh) scale(.9193)}}.snow:nth-child(398){opacity:.9208;transform:translate(37.285vw,-10px) scale(.7712);animation:fall-398 23s -20s linear infinite}@keyframes fall-398{56.218%{transform:translate(31.4454vw,56.218vh) scale(.7712)}to{transform:translate(34.3652vw,99vh) scale(.7712)}}.snow:nth-child(399){opacity:.5008;transform:translate(40.3714vw,-10px) scale(.7962);animation:fall-399 29s -9s linear infinite}@keyframes fall-399{61.951%{transform:translate(40.8998vw,61.951vh) scale(.7962)}to{transform:translate(40.6356vw,99vh) scale(.7962)}}.snow:nth-child(400){opacity:.9236;transform:translate(97.4337vw,-10px) scale(.5941);animation:fall-400 26s -20s linear infinite}@keyframes fall-400{60.635%{transform:translate(106.9556vw,60.635vh) scale(.5941)}to{transform:translate(102.19465vw,99vh) scale(.5941)}}\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 });
77
+ 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 }, { token: ANONYMOUS_MODE }], target: i0.ɵɵFactoryTarget.Component });
78
+ 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-600{max-height:600px;overflow-x:hidden;overflow-y:auto}.list-area{position:relative!important}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:rgba(255,50,50,.2);position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:white;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.wizard-step-container{background-color:#fff;box-shadow:#63636333 0 2px 8px;padding:10px}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:rgba(0,0,0,.5) none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:rgb(237,237,237);border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{padding-left:0;margin-top:20px}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.app-search-background{z-index:9999;margin-top:60px;padding:0;background-color:#0000004d;width:100vw;height:calc(100vh - 60px)}.app-search-result-box{height:calc(100% - 35px);overflow:hidden;margin:20px}.app-search-card{margin-top:2px;margin-bottom:10px;padding:15px;background-color:#fff;box-shadow:#06182c66 0 0 0 2px,#06182ca6 0 4px 6px -1px,#ffffff14 0 1px inset}.pull-left{float:left}.pull-right{float:right}.pace .pace-progress{background:#637CA0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#cccccc}::-webkit-scrollbar-thumb:active{background:#888888}::-webkit-scrollbar-track{background:#666666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666666}::-webkit-scrollbar-track:active{background:#333333}::-webkit-scrollbar-corner{background:transparent}.transition{transition:.3s}.widget-controls{position:absolute;z-index:1;top:0;right:0;padding:10px 20px;font-size:14px}.widget-controls a{color:#fff;margin-left:7px;line-height:1;vertical-align:top;display:inline-block}.widget-controls a i.glyphicon-resize-full{font-size:13px}.widget-controls a:hover{color:#ffffffb3}.widget-controls a.dropdown-toggle:after{display:none}.widget-controls ul.dropdown-menu{min-width:9rem;padding:0;border-radius:0}.widget-controls ul.dropdown-menu li{padding:4px;overflow:hidden}.widget-controls ul.dropdown-menu li a{color:#242d3a;font-size:13px;width:100%}.widget-controls ul.dropdown-menu li:hover{background-color:#242d3a}.widget-controls ul.dropdown-menu li:hover a{color:#fff}.card.fullscreened .card-header{line-height:35px}.card.fullscreened .card-header .widget-controls{padding:20px}.card.fullscreened .card-header .widget-controls a{margin-left:12px}.card.fullscreened .card-header .widget-controls a.setting{display:none}.card.fullscreened.card-primary{background:#024a88}.card.fullscreened.card-success{background:#2d922d}.card.fullscreened.card-info{background:#248dad}.card.fullscreened.card-warning{background:#f79a17}.card.fullscreened.card-danger{background:#bf1725}.scrolling{height:100%;overflow-y:scroll;padding-bottom:60px}.no-margin{margin:0}.bottom-15{margin-bottom:15px}.m-t-5{margin-top:5px}.m-t-15{margin-top:15px}.res-img{width:100%}.chart-outher{width:55%;margin:0 auto}.p-t-10{padding-top:10%}.o-visible{overflow:visible}.w-150{width:150px}.w-200{width:200px}@media (max-width: 543px){.chart-outher{width:100%}}@media (min-width: 544px) and (max-width: 767px){.chart-outher{width:85%}}@media (min-width: 992px) and (max-width: 1199px){.chart-outher{width:65%}}.mat-form-field-disabled .mat-form-field-wrapper{background-color:#ddd}.mat-no-border-top .mat-form-field-infix{border-top:none!important}.mat-dflt-margin,.mat-form-field-appearance-outline .mat-form-field-wrapper{margin-top:.125em!important;margin-bottom:.125em!important}.mat-form-field-wrapper{padding-bottom:0;height:35px;min-height:35px!important;margin-bottom:-7px!important}.mat-full-width{width:100%}.mat-full-height .mat-form-field-wrapper{height:100%!important}.mat-form-field-appearance-outline .mat-form-field-infix{padding-top:5px;padding-bottom:0;height:36px}.mat-form-field-appearance-outline .mat-form-field-infix select.mat-input-element{background-color:transparent;margin-bottom:-11px!important;margin-top:-2px!important;padding-top:0!important;top:0!important}.mat-form-field-appearance-outline .mat-form-field-infix input{display:inline-flex;margin-top:-8px;margin-bottom:-5px;padding-top:8px}.mat-form-field-appearance-outline .mat-form-field-suffix{height:25px!important;top:-2px!important}.mat-form-field-appearance-outline .mat-form-field-suffix .form-input-suffix{margin-right:5px!important;position:absolute!important;top:7px!important;right:4px!important}.mat-form-field-appearance-outline .mat-form-field-infix .form-input-suffix{position:relative!important;top:-4px!important}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:32px!important}.mat-form-field-label-wrapper{top:-8px}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{top:60%!important}.mat-form-field-suffix{margin-right:-10px!important}.cdk-overlay-container{z-index:99999999!important}.mat-height-fixed .mat-form-field-flex{height:38px!important}.mat-height-auto .mat-form-field-flex{height:auto!important;padding-bottom:5px!important;padding-top:5px!important;padding-right:2px!important}.mat-height-auto .mat-form-field-infix{height:auto!important}.mat-icon-button-override{width:25px!important;top:0!important;color:#000000a3!important;position:absolute!important}.mat-icon-button-override-suffix{right:-5px!important}.mat-icon-button-override-prefix{left:-5px!important}.mat-option{height:25px!important;font-size:14px!important}.ngx-mat-timepicker .mat-form-field-infix{border-top:none!important}.mat-form-field-wrapper .form-control{width:100%;border:none;padding:0;line-height:1}.mat-form-field-wrapper .form-control:focus{box-shadow:none!important}.mat-form-field-wrapper .form-control.checking-field.ng-touched{padding-right:0;background-position-y:14px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.mat-chip-list-wrapper input.mat-input-element,.mat-chip-list-wrapper .mat-standard-chip{margin:1px 4px 4px!important;padding-top:10px!important}.mat-chip-list-wrapper{margin:0!important;padding:5px!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:1.0036;transform:translate(44.5249vw,-10px) scale(.257);animation:fall-1 18s -29s linear infinite}@keyframes fall-1{61.349%{transform:translate(42.9638vw,61.349vh) scale(.257)}to{transform:translate(43.74435vw,99vh) scale(.257)}}.snow:nth-child(2){opacity:.9482;transform:translate(34.0259vw,-10px) scale(.9954);animation:fall-2 19s -6s linear infinite}@keyframes fall-2{37.91%{transform:translate(24.1819vw,37.91vh) scale(.9954)}to{transform:translate(29.1039vw,99vh) scale(.9954)}}.snow:nth-child(3){opacity:.1162;transform:translate(28.7973vw,-10px) scale(.5243);animation:fall-3 27s -9s linear infinite}@keyframes fall-3{62.62%{transform:translate(34.0076vw,62.62vh) scale(.5243)}to{transform:translate(31.40245vw,99vh) scale(.5243)}}.snow:nth-child(4){opacity:1.3392;transform:translate(2.7925vw,-10px) scale(.9296);animation:fall-4 23s -5s linear infinite}@keyframes fall-4{37.825%{transform:translate(-.4924vw,37.825vh) scale(.9296)}to{transform:translate(1.15005vw,99vh) scale(.9296)}}.snow:nth-child(5){opacity:1.8584;transform:translate(31.2318vw,-10px) scale(.3737);animation:fall-5 18s -25s linear infinite}@keyframes fall-5{33.377%{transform:translate(35.576vw,33.377vh) scale(.3737)}to{transform:translate(33.4039vw,99vh) scale(.3737)}}.snow:nth-child(6){opacity:1.4752;transform:translate(57.2198vw,-10px) scale(.0593);animation:fall-6 24s -2s linear infinite}@keyframes fall-6{53.213%{transform:translate(50.5056vw,53.213vh) scale(.0593)}to{transform:translate(53.8627vw,99vh) scale(.0593)}}.snow:nth-child(7){opacity:1.9024;transform:translate(17.0875vw,-10px) scale(.0053);animation:fall-7 22s -25s linear infinite}@keyframes fall-7{34.559%{transform:translate(25.7674vw,34.559vh) scale(.0053)}to{transform:translate(21.42745vw,99vh) scale(.0053)}}.snow:nth-child(8){opacity:.6136;transform:translate(.5346vw,-10px) scale(.8768);animation:fall-8 18s -21s linear infinite}@keyframes fall-8{62.969%{transform:translate(6.9593vw,62.969vh) scale(.8768)}to{transform:translate(3.74695vw,99vh) scale(.8768)}}.snow:nth-child(9){opacity:1.3338;transform:translate(19.1199vw,-10px) scale(.2176);animation:fall-9 30s -16s linear infinite}@keyframes fall-9{76.671%{transform:translate(22.968vw,76.671vh) scale(.2176)}to{transform:translate(21.04395vw,99vh) scale(.2176)}}.snow:nth-child(10){opacity:.3066;transform:translate(86.8732vw,-10px) scale(.6402);animation:fall-10 14s -19s linear infinite}@keyframes fall-10{61.15%{transform:translate(86.7468vw,61.15vh) scale(.6402)}to{transform:translate(86.81vw,99vh) scale(.6402)}}.snow:nth-child(11){opacity:1.6928;transform:translate(42.5997vw,-10px) scale(.302);animation:fall-11 30s -14s linear infinite}@keyframes fall-11{33.997%{transform:translate(41.1809vw,33.997vh) scale(.302)}to{transform:translate(41.8903vw,99vh) scale(.302)}}.snow:nth-child(12){opacity:.9938;transform:translate(35.6775vw,-10px) scale(.1363);animation:fall-12 28s -30s linear infinite}@keyframes fall-12{52.352%{transform:translate(35.536vw,52.352vh) scale(.1363)}to{transform:translate(35.60675vw,99vh) scale(.1363)}}.snow:nth-child(13){opacity:1.3432;transform:translate(75.7317vw,-10px) scale(.8123);animation:fall-13 21s -8s linear infinite}@keyframes fall-13{37.477%{transform:translate(72.6638vw,37.477vh) scale(.8123)}to{transform:translate(74.19775vw,99vh) scale(.8123)}}.snow:nth-child(14){opacity:1.328;transform:translate(36.3709vw,-10px) scale(.6692);animation:fall-14 29s -30s linear infinite}@keyframes fall-14{39.055%{transform:translate(26.6593vw,39.055vh) scale(.6692)}to{transform:translate(31.5151vw,99vh) scale(.6692)}}.snow:nth-child(15){opacity:1.4468;transform:translate(59.5852vw,-10px) scale(.373);animation:fall-15 29s -3s linear infinite}@keyframes fall-15{56.895%{transform:translate(53.9588vw,56.895vh) scale(.373)}to{transform:translate(56.772vw,99vh) scale(.373)}}.snow:nth-child(16){opacity:.6424;transform:translate(43.48vw,-10px) scale(.0891);animation:fall-16 21s -1s linear infinite}@keyframes fall-16{49.176%{transform:translate(52.2553vw,49.176vh) scale(.0891)}to{transform:translate(47.86765vw,99vh) scale(.0891)}}.snow:nth-child(17){opacity:1.6448;transform:translate(6.3234vw,-10px) scale(.253);animation:fall-17 16s -6s linear infinite}@keyframes fall-17{57.812%{transform:translate(9.4858vw,57.812vh) scale(.253)}to{transform:translate(7.9046vw,99vh) scale(.253)}}.snow:nth-child(18){opacity:.9516;transform:translate(89.3791vw,-10px) scale(.995);animation:fall-18 15s -14s linear infinite}@keyframes fall-18{66.102%{transform:translate(98.8909vw,66.102vh) scale(.995)}to{transform:translate(94.135vw,99vh) scale(.995)}}.snow:nth-child(19){opacity:.1684;transform:translate(3.6264vw,-10px) scale(.3767);animation:fall-19 20s -25s linear infinite}@keyframes fall-19{39.48%{transform:translate(-4.0906vw,39.48vh) scale(.3767)}to{transform:translate(-.2321vw,99vh) scale(.3767)}}.snow:nth-child(20){opacity:1.3152;transform:translate(57.4463vw,-10px) scale(.8093);animation:fall-20 27s -22s linear infinite}@keyframes fall-20{35.619%{transform:translate(56.0471vw,35.619vh) scale(.8093)}to{transform:translate(56.7467vw,99vh) scale(.8093)}}.snow:nth-child(21){opacity:.2704;transform:translate(15.2227vw,-10px) scale(.8182);animation:fall-21 23s -3s linear infinite}@keyframes fall-21{51.712%{transform:translate(10.0765vw,51.712vh) scale(.8182)}to{transform:translate(12.6496vw,99vh) scale(.8182)}}.snow:nth-child(22){opacity:.5868;transform:translate(68.7462vw,-10px) scale(.2725);animation:fall-22 28s -9s linear infinite}@keyframes fall-22{64.915%{transform:translate(71.2492vw,64.915vh) scale(.2725)}to{transform:translate(69.9977vw,99vh) scale(.2725)}}.snow:nth-child(23){opacity:.9102;transform:translate(87.9053vw,-10px) scale(.7741);animation:fall-23 19s -18s linear infinite}@keyframes fall-23{62.648%{transform:translate(91.8527vw,62.648vh) scale(.7741)}to{transform:translate(89.879vw,99vh) scale(.7741)}}.snow:nth-child(24){opacity:1.7202;transform:translate(91.0463vw,-10px) scale(.075);animation:fall-24 29s -20s linear infinite}@keyframes fall-24{50.925%{transform:translate(94.6136vw,50.925vh) scale(.075)}to{transform:translate(92.82995vw,99vh) scale(.075)}}.snow:nth-child(25){opacity:.6366;transform:translate(67.4183vw,-10px) scale(.9492);animation:fall-25 24s -27s linear infinite}@keyframes fall-25{79.369%{transform:translate(60.2855vw,79.369vh) scale(.9492)}to{transform:translate(63.8519vw,99vh) scale(.9492)}}.snow:nth-child(26){opacity:.6318;transform:translate(58.3237vw,-10px) scale(.3067);animation:fall-26 17s -23s linear infinite}@keyframes fall-26{72.216%{transform:translate(52.4419vw,72.216vh) scale(.3067)}to{transform:translate(55.3828vw,99vh) scale(.3067)}}.snow:nth-child(27){opacity:.8242;transform:translate(85.6441vw,-10px) scale(.643);animation:fall-27 25s -24s linear infinite}@keyframes fall-27{55.533%{transform:translate(88.1891vw,55.533vh) scale(.643)}to{transform:translate(86.9166vw,99vh) scale(.643)}}.snow:nth-child(28){opacity:.8076;transform:translate(10.5945vw,-10px) scale(.8691);animation:fall-28 10s -7s linear infinite}@keyframes fall-28{30.233%{transform:translate(13.4848vw,30.233vh) scale(.8691)}to{transform:translate(12.03965vw,99vh) scale(.8691)}}.snow:nth-child(29){opacity:.4944;transform:translate(69.7294vw,-10px) scale(.7375);animation:fall-29 22s -14s linear infinite}@keyframes fall-29{63.029%{transform:translate(66.3769vw,63.029vh) scale(.7375)}to{transform:translate(68.05315vw,99vh) scale(.7375)}}.snow:nth-child(30){opacity:1.059;transform:translate(90.6994vw,-10px) scale(.6567);animation:fall-30 12s -28s linear infinite}@keyframes fall-30{64.389%{transform:translate(96.7855vw,64.389vh) scale(.6567)}to{transform:translate(93.74245vw,99vh) scale(.6567)}}.snow:nth-child(31){opacity:1.233;transform:translate(87.5061vw,-10px) scale(.757);animation:fall-31 23s -11s linear infinite}@keyframes fall-31{79.114%{transform:translate(97.3935vw,79.114vh) scale(.757)}to{transform:translate(92.4498vw,99vh) scale(.757)}}.snow:nth-child(32){opacity:.4536;transform:translate(26.8679vw,-10px) scale(.3714);animation:fall-32 11s -10s linear infinite}@keyframes fall-32{51.806%{transform:translate(22.8377vw,51.806vh) scale(.3714)}to{transform:translate(24.8528vw,99vh) scale(.3714)}}.snow:nth-child(33){opacity:1.242;transform:translate(19.998vw,-10px) scale(.7135);animation:fall-33 16s -24s linear infinite}@keyframes fall-33{61.992%{transform:translate(16.2942vw,61.992vh) scale(.7135)}to{transform:translate(18.1461vw,99vh) scale(.7135)}}.snow:nth-child(34){opacity:1.6596;transform:translate(63.9387vw,-10px) scale(.4082);animation:fall-34 21s -2s linear infinite}@keyframes fall-34{69.103%{transform:translate(65.0512vw,69.103vh) scale(.4082)}to{transform:translate(64.49495vw,99vh) scale(.4082)}}.snow:nth-child(35){opacity:1.9878;transform:translate(77.4781vw,-10px) scale(.9318);animation:fall-35 16s -30s linear infinite}@keyframes fall-35{33.653%{transform:translate(86.841vw,33.653vh) scale(.9318)}to{transform:translate(82.15955vw,99vh) scale(.9318)}}.snow:nth-child(36){opacity:.773;transform:translate(47.6674vw,-10px) scale(.3128);animation:fall-36 15s -17s linear infinite}@keyframes fall-36{75.226%{transform:translate(45.697vw,75.226vh) scale(.3128)}to{transform:translate(46.6822vw,99vh) scale(.3128)}}.snow:nth-child(37){opacity:1.5524;transform:translate(35.6385vw,-10px) scale(.8647);animation:fall-37 15s -18s linear infinite}@keyframes fall-37{45.05%{transform:translate(29.7187vw,45.05vh) scale(.8647)}to{transform:translate(32.6786vw,99vh) scale(.8647)}}.snow:nth-child(38){opacity:1.0198;transform:translate(50.6009vw,-10px) scale(.4611);animation:fall-38 14s -13s linear infinite}@keyframes fall-38{40.951%{transform:translate(43.1095vw,40.951vh) scale(.4611)}to{transform:translate(46.8552vw,99vh) scale(.4611)}}.snow:nth-child(39){opacity:1.6844;transform:translate(8.756vw,-10px) scale(.8971);animation:fall-39 30s -16s linear infinite}@keyframes fall-39{62.407%{transform:translate(7.1222vw,62.407vh) scale(.8971)}to{transform:translate(7.9391vw,99vh) scale(.8971)}}.snow:nth-child(40){opacity:1.2972;transform:translate(70.1872vw,-10px) scale(.6425);animation:fall-40 18s -29s linear infinite}@keyframes fall-40{53.556%{transform:translate(72.7832vw,53.556vh) scale(.6425)}to{transform:translate(71.4852vw,99vh) scale(.6425)}}.snow:nth-child(41){opacity:.6088;transform:translate(35.7226vw,-10px) scale(.608);animation:fall-41 13s -2s linear infinite}@keyframes fall-41{78.332%{transform:translate(42.7486vw,78.332vh) scale(.608)}to{transform:translate(39.2356vw,99vh) scale(.608)}}.snow:nth-child(42){opacity:.919;transform:translate(71.3328vw,-10px) scale(.1);animation:fall-42 26s -26s linear infinite}@keyframes fall-42{60.701%{transform:translate(75.7108vw,60.701vh) scale(.1)}to{transform:translate(73.5218vw,99vh) scale(.1)}}.snow:nth-child(43){opacity:.981;transform:translate(28.0821vw,-10px) scale(.6023);animation:fall-43 20s -23s linear infinite}@keyframes fall-43{35.931%{transform:translate(19.8031vw,35.931vh) scale(.6023)}to{transform:translate(23.9426vw,99vh) scale(.6023)}}.snow:nth-child(44){opacity:.566;transform:translate(74.6105vw,-10px) scale(.2415);animation:fall-44 10s -12s linear infinite}@keyframes fall-44{69.444%{transform:translate(74.7577vw,69.444vh) scale(.2415)}to{transform:translate(74.6841vw,99vh) scale(.2415)}}.snow:nth-child(45){opacity:1.5926;transform:translate(85.6806vw,-10px) scale(.8487);animation:fall-45 21s -22s linear infinite}@keyframes fall-45{58.147%{transform:translate(89.1467vw,58.147vh) scale(.8487)}to{transform:translate(87.41365vw,99vh) scale(.8487)}}.snow:nth-child(46){opacity:1.9522;transform:translate(39.7211vw,-10px) scale(.9728);animation:fall-46 26s -30s linear infinite}@keyframes fall-46{43.659%{transform:translate(34.8822vw,43.659vh) scale(.9728)}to{transform:translate(37.30165vw,99vh) scale(.9728)}}.snow:nth-child(47){opacity:1.574;transform:translate(50.5291vw,-10px) scale(.8334);animation:fall-47 24s -5s linear infinite}@keyframes fall-47{47.252%{transform:translate(59.6842vw,47.252vh) scale(.8334)}to{transform:translate(55.10665vw,99vh) scale(.8334)}}.snow:nth-child(48){opacity:1.4128;transform:translate(28.7553vw,-10px) scale(.2677);animation:fall-48 22s -11s linear infinite}@keyframes fall-48{67.398%{transform:translate(35.0946vw,67.398vh) scale(.2677)}to{transform:translate(31.92495vw,99vh) scale(.2677)}}.snow:nth-child(49){opacity:.8408;transform:translate(31.7925vw,-10px) scale(.6515);animation:fall-49 22s -16s linear infinite}@keyframes fall-49{50.97%{transform:translate(31.4466vw,50.97vh) scale(.6515)}to{transform:translate(31.61955vw,99vh) scale(.6515)}}.snow:nth-child(50){opacity:1.3526;transform:translate(81.4443vw,-10px) scale(.0865);animation:fall-50 29s -7s linear infinite}@keyframes fall-50{33.164%{transform:translate(78.2241vw,33.164vh) scale(.0865)}to{transform:translate(79.8342vw,99vh) scale(.0865)}}.snow:nth-child(51){opacity:1.8512;transform:translate(28.2096vw,-10px) scale(.8232);animation:fall-51 26s -26s linear infinite}@keyframes fall-51{71.703%{transform:translate(31.9235vw,71.703vh) scale(.8232)}to{transform:translate(30.06655vw,99vh) scale(.8232)}}.snow:nth-child(52){opacity:.998;transform:translate(92.8232vw,-10px) scale(.0424);animation:fall-52 19s -21s linear infinite}@keyframes fall-52{72.392%{transform:translate(94.6313vw,72.392vh) scale(.0424)}to{transform:translate(93.72725vw,99vh) scale(.0424)}}.snow:nth-child(53){opacity:1.313;transform:translate(71.1868vw,-10px) scale(.8632);animation:fall-53 15s -1s linear infinite}@keyframes fall-53{51.223%{transform:translate(80.5761vw,51.223vh) scale(.8632)}to{transform:translate(75.88145vw,99vh) scale(.8632)}}.snow:nth-child(54){opacity:.6954;transform:translate(80.6295vw,-10px) scale(.1276);animation:fall-54 27s -16s linear infinite}@keyframes fall-54{63.238%{transform:translate(88.074vw,63.238vh) scale(.1276)}to{transform:translate(84.35175vw,99vh) scale(.1276)}}.snow:nth-child(55){opacity:1.4076;transform:translate(16.5234vw,-10px) scale(.0867);animation:fall-55 28s -9s linear infinite}@keyframes fall-55{45.32%{transform:translate(7.8616vw,45.32vh) scale(.0867)}to{transform:translate(12.1925vw,99vh) scale(.0867)}}.snow:nth-child(56){opacity:1.089;transform:translate(87.9064vw,-10px) scale(.6692);animation:fall-56 14s -28s linear infinite}@keyframes fall-56{74.398%{transform:translate(85.4461vw,74.398vh) scale(.6692)}to{transform:translate(86.67625vw,99vh) scale(.6692)}}.snow:nth-child(57){opacity:.5734;transform:translate(95.8335vw,-10px) scale(.5338);animation:fall-57 19s -9s linear infinite}@keyframes fall-57{72.426%{transform:translate(86.2519vw,72.426vh) scale(.5338)}to{transform:translate(91.0427vw,99vh) scale(.5338)}}.snow:nth-child(58){opacity:.5744;transform:translate(65.428vw,-10px) scale(.1216);animation:fall-58 11s -20s linear infinite}@keyframes fall-58{37.011%{transform:translate(72.1094vw,37.011vh) scale(.1216)}to{transform:translate(68.7687vw,99vh) scale(.1216)}}.snow:nth-child(59){opacity:.7082;transform:translate(30.9186vw,-10px) scale(.017);animation:fall-59 17s -19s linear infinite}@keyframes fall-59{69.877%{transform:translate(40.6383vw,69.877vh) scale(.017)}to{transform:translate(35.77845vw,99vh) scale(.017)}}.snow:nth-child(60){opacity:1.5448;transform:translate(73.9798vw,-10px) scale(.1915);animation:fall-60 14s -26s linear infinite}@keyframes fall-60{72.871%{transform:translate(71.6665vw,72.871vh) scale(.1915)}to{transform:translate(72.82315vw,99vh) scale(.1915)}}.snow:nth-child(61){opacity:1.4226;transform:translate(6.8549vw,-10px) scale(.2648);animation:fall-61 30s -4s linear infinite}@keyframes fall-61{73.298%{transform:translate(14.603vw,73.298vh) scale(.2648)}to{transform:translate(10.72895vw,99vh) scale(.2648)}}.snow:nth-child(62){opacity:1.0886;transform:translate(1.1125vw,-10px) scale(.7242);animation:fall-62 29s -28s linear infinite}@keyframes fall-62{73.347%{transform:translate(-.6617vw,73.347vh) scale(.7242)}to{transform:translate(.2254vw,99vh) scale(.7242)}}.snow:nth-child(63){opacity:1.3664;transform:translate(40.0026vw,-10px) scale(.7622);animation:fall-63 12s -22s linear infinite}@keyframes fall-63{56.121%{transform:translate(46.6214vw,56.121vh) scale(.7622)}to{transform:translate(43.312vw,99vh) scale(.7622)}}.snow:nth-child(64){opacity:.8918;transform:translate(34.632vw,-10px) scale(.4136);animation:fall-64 27s -10s linear infinite}@keyframes fall-64{76.178%{transform:translate(44.1521vw,76.178vh) scale(.4136)}to{transform:translate(39.39205vw,99vh) scale(.4136)}}.snow:nth-child(65){opacity:.9848;transform:translate(80.8007vw,-10px) scale(.5908);animation:fall-65 18s -5s linear infinite}@keyframes fall-65{58.504%{transform:translate(71.7842vw,58.504vh) scale(.5908)}to{transform:translate(76.29245vw,99vh) scale(.5908)}}.snow:nth-child(66){opacity:.1522;transform:translate(56.8604vw,-10px) scale(.6571);animation:fall-66 11s -16s linear infinite}@keyframes fall-66{37.007%{transform:translate(65.6313vw,37.007vh) scale(.6571)}to{transform:translate(61.24585vw,99vh) scale(.6571)}}.snow:nth-child(67){opacity:.3552;transform:translate(38.9292vw,-10px) scale(.3701);animation:fall-67 10s -17s linear infinite}@keyframes fall-67{55.071%{transform:translate(36.7101vw,55.071vh) scale(.3701)}to{transform:translate(37.81965vw,99vh) scale(.3701)}}.snow:nth-child(68){opacity:1.648;transform:translate(99.8113vw,-10px) scale(.7859);animation:fall-68 20s -29s linear infinite}@keyframes fall-68{51.651%{transform:translate(109.0988vw,51.651vh) scale(.7859)}to{transform:translate(104.45505vw,99vh) scale(.7859)}}.snow:nth-child(69){opacity:.438;transform:translate(77.7925vw,-10px) scale(.4329);animation:fall-69 20s -21s linear infinite}@keyframes fall-69{76.77%{transform:translate(81.9955vw,76.77vh) scale(.4329)}to{transform:translate(79.894vw,99vh) scale(.4329)}}.snow:nth-child(70){opacity:.7818;transform:translate(86.3311vw,-10px) scale(.7312);animation:fall-70 14s -5s linear infinite}@keyframes fall-70{39.668%{transform:translate(85.6961vw,39.668vh) scale(.7312)}to{transform:translate(86.0136vw,99vh) scale(.7312)}}.snow:nth-child(71){opacity:1.3862;transform:translate(45.4821vw,-10px) scale(.7093);animation:fall-71 22s -10s linear infinite}@keyframes fall-71{31.994%{transform:translate(37.2527vw,31.994vh) scale(.7093)}to{transform:translate(41.3674vw,99vh) scale(.7093)}}.snow:nth-child(72){opacity:1.6518;transform:translate(22.6597vw,-10px) scale(.7611);animation:fall-72 23s -13s linear infinite}@keyframes fall-72{76.949%{transform:translate(25.6191vw,76.949vh) scale(.7611)}to{transform:translate(24.1394vw,99vh) scale(.7611)}}.snow:nth-child(73){opacity:1.3744;transform:translate(65.5405vw,-10px) scale(.6774);animation:fall-73 15s -16s linear infinite}@keyframes fall-73{72.527%{transform:translate(59.3056vw,72.527vh) scale(.6774)}to{transform:translate(62.42305vw,99vh) scale(.6774)}}.snow:nth-child(74){opacity:1.1238;transform:translate(91.4939vw,-10px) scale(.3828);animation:fall-74 24s -28s linear infinite}@keyframes fall-74{40.99%{transform:translate(97.7413vw,40.99vh) scale(.3828)}to{transform:translate(94.6176vw,99vh) scale(.3828)}}.snow:nth-child(75){opacity:1.5948;transform:translate(35.7594vw,-10px) scale(.3947);animation:fall-75 27s -8s linear infinite}@keyframes fall-75{34.782%{transform:translate(35.383vw,34.782vh) scale(.3947)}to{transform:translate(35.5712vw,99vh) scale(.3947)}}.snow:nth-child(76){opacity:.7856;transform:translate(29.5532vw,-10px) scale(.6644);animation:fall-76 20s -5s linear infinite}@keyframes fall-76{41.373%{transform:translate(22.4428vw,41.373vh) scale(.6644)}to{transform:translate(25.998vw,99vh) scale(.6644)}}.snow:nth-child(77){opacity:.6384;transform:translate(11.1394vw,-10px) scale(.683);animation:fall-77 21s -20s linear infinite}@keyframes fall-77{37.06%{transform:translate(4.4774vw,37.06vh) scale(.683)}to{transform:translate(7.8084vw,99vh) scale(.683)}}.snow:nth-child(78){opacity:1.2486;transform:translate(34.6313vw,-10px) scale(.7136);animation:fall-78 12s -18s linear infinite}@keyframes fall-78{52.126%{transform:translate(30.9956vw,52.126vh) scale(.7136)}to{transform:translate(32.81345vw,99vh) scale(.7136)}}.snow:nth-child(79){opacity:.5022;transform:translate(9.9786vw,-10px) scale(.6708);animation:fall-79 24s -14s linear infinite}@keyframes fall-79{77.968%{transform:translate(16.3459vw,77.968vh) scale(.6708)}to{transform:translate(13.16225vw,99vh) scale(.6708)}}.snow:nth-child(80){opacity:1.3692;transform:translate(83.9771vw,-10px) scale(.2757);animation:fall-80 23s -29s linear infinite}@keyframes fall-80{53.218%{transform:translate(75.9967vw,53.218vh) scale(.2757)}to{transform:translate(79.9869vw,99vh) scale(.2757)}}.snow:nth-child(81){opacity:1.2624;transform:translate(81.4768vw,-10px) scale(.962);animation:fall-81 17s -27s linear infinite}@keyframes fall-81{77.926%{transform:translate(78.6404vw,77.926vh) scale(.962)}to{transform:translate(80.0586vw,99vh) scale(.962)}}.snow:nth-child(82){opacity:.125;transform:translate(22.8728vw,-10px) scale(.84);animation:fall-82 30s -13s linear infinite}@keyframes fall-82{70.521%{transform:translate(17.5518vw,70.521vh) scale(.84)}to{transform:translate(20.2123vw,99vh) scale(.84)}}.snow:nth-child(83){opacity:1.3912;transform:translate(36.3004vw,-10px) scale(.2399);animation:fall-83 14s -19s linear infinite}@keyframes fall-83{45.588%{transform:translate(39.9101vw,45.588vh) scale(.2399)}to{transform:translate(38.10525vw,99vh) scale(.2399)}}.snow:nth-child(84){opacity:1.4428;transform:translate(38.5676vw,-10px) scale(.4495);animation:fall-84 12s -3s linear infinite}@keyframes fall-84{50.63%{transform:translate(44.8531vw,50.63vh) scale(.4495)}to{transform:translate(41.71035vw,99vh) scale(.4495)}}.snow:nth-child(85){opacity:.6142;transform:translate(22.1044vw,-10px) scale(.593);animation:fall-85 25s -1s linear infinite}@keyframes fall-85{43.277%{transform:translate(19.34vw,43.277vh) scale(.593)}to{transform:translate(20.7222vw,99vh) scale(.593)}}.snow:nth-child(86){opacity:1.2866;transform:translate(31.9532vw,-10px) scale(.4521);animation:fall-86 27s -29s linear infinite}@keyframes fall-86{40.14%{transform:translate(38.7781vw,40.14vh) scale(.4521)}to{transform:translate(35.36565vw,99vh) scale(.4521)}}.snow:nth-child(87){opacity:.2968;transform:translate(77.9853vw,-10px) scale(.1499);animation:fall-87 19s -17s linear infinite}@keyframes fall-87{75.807%{transform:translate(72.9156vw,75.807vh) scale(.1499)}to{transform:translate(75.45045vw,99vh) scale(.1499)}}.snow:nth-child(88){opacity:.8182;transform:translate(88.3245vw,-10px) scale(.9594);animation:fall-88 23s -28s linear infinite}@keyframes fall-88{71.83%{transform:translate(85.5259vw,71.83vh) scale(.9594)}to{transform:translate(86.9252vw,99vh) scale(.9594)}}.snow:nth-child(89){opacity:1.8424;transform:translate(6.3142vw,-10px) scale(.0934);animation:fall-89 27s -6s linear infinite}@keyframes fall-89{40.942%{transform:translate(10.8058vw,40.942vh) scale(.0934)}to{transform:translate(8.56vw,99vh) scale(.0934)}}.snow:nth-child(90){opacity:1.7846;transform:translate(43.6048vw,-10px) scale(.8592);animation:fall-90 12s -14s linear infinite}@keyframes fall-90{79.869%{transform:translate(34.4299vw,79.869vh) scale(.8592)}to{transform:translate(39.01735vw,99vh) scale(.8592)}}.snow:nth-child(91){opacity:1.8974;transform:translate(79.9554vw,-10px) scale(.2229);animation:fall-91 18s -27s linear infinite}@keyframes fall-91{58.789%{transform:translate(83.9291vw,58.789vh) scale(.2229)}to{transform:translate(81.94225vw,99vh) scale(.2229)}}.snow:nth-child(92){opacity:.4978;transform:translate(68.9688vw,-10px) scale(.3016);animation:fall-92 17s -6s linear infinite}@keyframes fall-92{70.17%{transform:translate(62.6849vw,70.17vh) scale(.3016)}to{transform:translate(65.82685vw,99vh) scale(.3016)}}.snow:nth-child(93){opacity:.63;transform:translate(69.1961vw,-10px) scale(.7203);animation:fall-93 21s -21s linear infinite}@keyframes fall-93{53.313%{transform:translate(76.4417vw,53.313vh) scale(.7203)}to{transform:translate(72.8189vw,99vh) scale(.7203)}}.snow:nth-child(94){opacity:.4674;transform:translate(31.1834vw,-10px) scale(.0807);animation:fall-94 14s -9s linear infinite}@keyframes fall-94{49.876%{transform:translate(30.2574vw,49.876vh) scale(.0807)}to{transform:translate(30.7204vw,99vh) scale(.0807)}}.snow:nth-child(95){opacity:.7538;transform:translate(31.9755vw,-10px) scale(.2802);animation:fall-95 25s -25s linear infinite}@keyframes fall-95{77.02%{transform:translate(29.232vw,77.02vh) scale(.2802)}to{transform:translate(30.60375vw,99vh) scale(.2802)}}.snow:nth-child(96){opacity:1.155;transform:translate(8.0185vw,-10px) scale(.2818);animation:fall-96 15s -21s linear infinite}@keyframes fall-96{32.107%{transform:translate(13.2051vw,32.107vh) scale(.2818)}to{transform:translate(10.6118vw,99vh) scale(.2818)}}.snow:nth-child(97){opacity:.7158;transform:translate(66.9653vw,-10px) scale(.5435);animation:fall-97 20s -10s linear infinite}@keyframes fall-97{60.588%{transform:translate(75.5911vw,60.588vh) scale(.5435)}to{transform:translate(71.2782vw,99vh) scale(.5435)}}.snow:nth-child(98){opacity:.7154;transform:translate(14.5311vw,-10px) scale(.8037);animation:fall-98 18s -22s linear infinite}@keyframes fall-98{76.227%{transform:translate(19.5694vw,76.227vh) scale(.8037)}to{transform:translate(17.05025vw,99vh) scale(.8037)}}.snow:nth-child(99){opacity:1.6752;transform:translate(62.3604vw,-10px) scale(.3654);animation:fall-99 26s -25s linear infinite}@keyframes fall-99{34.26%{transform:translate(72.1656vw,34.26vh) scale(.3654)}to{transform:translate(67.263vw,99vh) scale(.3654)}}.snow:nth-child(100){opacity:1.5618;transform:translate(71.7993vw,-10px) scale(.6843);animation:fall-100 18s -19s linear infinite}@keyframes fall-100{51.32%{transform:translate(77.3171vw,51.32vh) scale(.6843)}to{transform:translate(74.5582vw,99vh) scale(.6843)}}.snow:nth-child(101){opacity:1.5396;transform:translate(76.6645vw,-10px) scale(.6482);animation:fall-101 21s -17s linear infinite}@keyframes fall-101{72.527%{transform:translate(82.569vw,72.527vh) scale(.6482)}to{transform:translate(79.61675vw,99vh) scale(.6482)}}.snow:nth-child(102){opacity:1.0038;transform:translate(93.7864vw,-10px) scale(.3967);animation:fall-102 29s -15s linear infinite}@keyframes fall-102{58.368%{transform:translate(97.2417vw,58.368vh) scale(.3967)}to{transform:translate(95.51405vw,99vh) scale(.3967)}}.snow:nth-child(103){opacity:1.9982;transform:translate(53.8925vw,-10px) scale(.1571);animation:fall-103 21s -22s linear infinite}@keyframes fall-103{45.94%{transform:translate(62.36vw,45.94vh) scale(.1571)}to{transform:translate(58.12625vw,99vh) scale(.1571)}}.snow:nth-child(104){opacity:1.1402;transform:translate(36.8077vw,-10px) scale(.8964);animation:fall-104 29s -21s linear infinite}@keyframes fall-104{70.835%{transform:translate(28.0301vw,70.835vh) scale(.8964)}to{transform:translate(32.4189vw,99vh) scale(.8964)}}.snow:nth-child(105){opacity:1.7462;transform:translate(22.1489vw,-10px) scale(.3567);animation:fall-105 27s -15s linear infinite}@keyframes fall-105{35.401%{transform:translate(13.1269vw,35.401vh) scale(.3567)}to{transform:translate(17.6379vw,99vh) scale(.3567)}}.snow:nth-child(106){opacity:.1676;transform:translate(94.1999vw,-10px) scale(.7693);animation:fall-106 17s -29s linear infinite}@keyframes fall-106{77.008%{transform:translate(98.9275vw,77.008vh) scale(.7693)}to{transform:translate(96.5637vw,99vh) scale(.7693)}}.snow:nth-child(107){opacity:.3978;transform:translate(32.3712vw,-10px) scale(.9379);animation:fall-107 28s -17s linear infinite}@keyframes fall-107{33.784%{transform:translate(42.046vw,33.784vh) scale(.9379)}to{transform:translate(37.2086vw,99vh) scale(.9379)}}.snow:nth-child(108){opacity:1.2274;transform:translate(90.5852vw,-10px) scale(.9487);animation:fall-108 13s -28s linear infinite}@keyframes fall-108{40.184%{transform:translate(89.8906vw,40.184vh) scale(.9487)}to{transform:translate(90.2379vw,99vh) scale(.9487)}}.snow:nth-child(109){opacity:.7402;transform:translate(49.5335vw,-10px) scale(.1274);animation:fall-109 17s -6s linear infinite}@keyframes fall-109{68.38%{transform:translate(58.5911vw,68.38vh) scale(.1274)}to{transform:translate(54.0623vw,99vh) scale(.1274)}}.snow:nth-child(110){opacity:1.106;transform:translate(24.2502vw,-10px) scale(.0638);animation:fall-110 14s -27s linear infinite}@keyframes fall-110{47.322%{transform:translate(28.3089vw,47.322vh) scale(.0638)}to{transform:translate(26.27955vw,99vh) scale(.0638)}}.snow:nth-child(111){opacity:.9334;transform:translate(52.5099vw,-10px) scale(.6244);animation:fall-111 26s -15s linear infinite}@keyframes fall-111{61.008%{transform:translate(56.371vw,61.008vh) scale(.6244)}to{transform:translate(54.44045vw,99vh) scale(.6244)}}.snow:nth-child(112){opacity:.3766;transform:translate(22.2595vw,-10px) scale(.6582);animation:fall-112 23s -20s linear infinite}@keyframes fall-112{59.982%{transform:translate(19.52vw,59.982vh) scale(.6582)}to{transform:translate(20.88975vw,99vh) scale(.6582)}}.snow:nth-child(113){opacity:1.6354;transform:translate(83.5542vw,-10px) scale(.4848);animation:fall-113 15s -28s linear infinite}@keyframes fall-113{40.482%{transform:translate(83.411vw,40.482vh) scale(.4848)}to{transform:translate(83.4826vw,99vh) scale(.4848)}}.snow:nth-child(114){opacity:.0388;transform:translate(26.449vw,-10px) scale(.7682);animation:fall-114 24s -30s linear infinite}@keyframes fall-114{31.85%{transform:translate(25.4843vw,31.85vh) scale(.7682)}to{transform:translate(25.96665vw,99vh) scale(.7682)}}.snow:nth-child(115){opacity:.819;transform:translate(74.5868vw,-10px) scale(.4204);animation:fall-115 11s -9s linear infinite}@keyframes fall-115{63.017%{transform:translate(69.4082vw,63.017vh) scale(.4204)}to{transform:translate(71.9975vw,99vh) scale(.4204)}}.snow:nth-child(116){opacity:.3578;transform:translate(77.3207vw,-10px) scale(.6795);animation:fall-116 11s -14s linear infinite}@keyframes fall-116{67.429%{transform:translate(80.1756vw,67.429vh) scale(.6795)}to{transform:translate(78.74815vw,99vh) scale(.6795)}}.snow:nth-child(117){opacity:.681;transform:translate(39.8337vw,-10px) scale(.6511);animation:fall-117 28s -30s linear infinite}@keyframes fall-117{66.883%{transform:translate(49.4033vw,66.883vh) scale(.6511)}to{transform:translate(44.6185vw,99vh) scale(.6511)}}.snow:nth-child(118){opacity:.408;transform:translate(47.0899vw,-10px) scale(.0741);animation:fall-118 26s -24s linear infinite}@keyframes fall-118{47.937%{transform:translate(48.2122vw,47.937vh) scale(.0741)}to{transform:translate(47.65105vw,99vh) scale(.0741)}}.snow:nth-child(119){opacity:1.4778;transform:translate(52.1826vw,-10px) scale(.0938);animation:fall-119 27s -26s linear infinite}@keyframes fall-119{79.501%{transform:translate(53.3582vw,79.501vh) scale(.0938)}to{transform:translate(52.7704vw,99vh) scale(.0938)}}.snow:nth-child(120){opacity:.0932;transform:translate(12.681vw,-10px) scale(.3665);animation:fall-120 28s -18s linear infinite}@keyframes fall-120{35.507%{transform:translate(9.9455vw,35.507vh) scale(.3665)}to{transform:translate(11.31325vw,99vh) scale(.3665)}}.snow:nth-child(121){opacity:.4696;transform:translate(86.2208vw,-10px) scale(.287);animation:fall-121 11s -27s linear infinite}@keyframes fall-121{76.919%{transform:translate(93.7091vw,76.919vh) scale(.287)}to{transform:translate(89.96495vw,99vh) scale(.287)}}.snow:nth-child(122){opacity:1.2412;transform:translate(25.5877vw,-10px) scale(.673);animation:fall-122 16s -7s linear infinite}@keyframes fall-122{65.11%{transform:translate(27.7207vw,65.11vh) scale(.673)}to{transform:translate(26.6542vw,99vh) scale(.673)}}.snow:nth-child(123){opacity:.1606;transform:translate(9.6471vw,-10px) scale(.1144);animation:fall-123 14s -15s linear infinite}@keyframes fall-123{52.373%{transform:translate(10.1602vw,52.373vh) scale(.1144)}to{transform:translate(9.90365vw,99vh) scale(.1144)}}.snow:nth-child(124){opacity:1.4048;transform:translate(35.4233vw,-10px) scale(.8768);animation:fall-124 28s -17s linear infinite}@keyframes fall-124{49.893%{transform:translate(45.2979vw,49.893vh) scale(.8768)}to{transform:translate(40.3606vw,99vh) scale(.8768)}}.snow:nth-child(125){opacity:.3842;transform:translate(1.433vw,-10px) scale(.7079);animation:fall-125 12s -10s linear infinite}@keyframes fall-125{75.806%{transform:translate(5.3119vw,75.806vh) scale(.7079)}to{transform:translate(3.37245vw,99vh) scale(.7079)}}.snow:nth-child(126){opacity:1.7598;transform:translate(33.4911vw,-10px) scale(.6593);animation:fall-126 25s -22s linear infinite}@keyframes fall-126{56.302%{transform:translate(41.9208vw,56.302vh) scale(.6593)}to{transform:translate(37.70595vw,99vh) scale(.6593)}}.snow:nth-child(127){opacity:1.57;transform:translate(36.2241vw,-10px) scale(.8461);animation:fall-127 13s -2s linear infinite}@keyframes fall-127{35.675%{transform:translate(45.5269vw,35.675vh) scale(.8461)}to{transform:translate(40.8755vw,99vh) scale(.8461)}}.snow:nth-child(128){opacity:1.748;transform:translate(93.7809vw,-10px) scale(.9294);animation:fall-128 30s -20s linear infinite}@keyframes fall-128{53.22%{transform:translate(103.4006vw,53.22vh) scale(.9294)}to{transform:translate(98.59075vw,99vh) scale(.9294)}}.snow:nth-child(129){opacity:1.755;transform:translate(71.5346vw,-10px) scale(.2316);animation:fall-129 20s -26s linear infinite}@keyframes fall-129{75.618%{transform:translate(74.6415vw,75.618vh) scale(.2316)}to{transform:translate(73.08805vw,99vh) scale(.2316)}}.snow:nth-child(130){opacity:1.086;transform:translate(52.5919vw,-10px) scale(.6807);animation:fall-130 11s -20s linear infinite}@keyframes fall-130{39.996%{transform:translate(62.2323vw,39.996vh) scale(.6807)}to{transform:translate(57.4121vw,99vh) scale(.6807)}}.snow:nth-child(131){opacity:.8266;transform:translate(23.6182vw,-10px) scale(.8055);animation:fall-131 13s -14s linear infinite}@keyframes fall-131{40.786%{transform:translate(25.0454vw,40.786vh) scale(.8055)}to{transform:translate(24.3318vw,99vh) scale(.8055)}}.snow:nth-child(132){opacity:.7352;transform:translate(31.1414vw,-10px) scale(.5001);animation:fall-132 22s -17s linear infinite}@keyframes fall-132{68.889%{transform:translate(28.0558vw,68.889vh) scale(.5001)}to{transform:translate(29.5986vw,99vh) scale(.5001)}}.snow:nth-child(133){opacity:1.112;transform:translate(92.8053vw,-10px) scale(.4526);animation:fall-133 17s -16s linear infinite}@keyframes fall-133{66.719%{transform:translate(85.0568vw,66.719vh) scale(.4526)}to{transform:translate(88.93105vw,99vh) scale(.4526)}}.snow:nth-child(134){opacity:.9232;transform:translate(97.933vw,-10px) scale(.8576);animation:fall-134 30s -20s linear infinite}@keyframes fall-134{47.978%{transform:translate(106.5842vw,47.978vh) scale(.8576)}to{transform:translate(102.2586vw,99vh) scale(.8576)}}.snow:nth-child(135){opacity:1.8234;transform:translate(21.7017vw,-10px) scale(.6567);animation:fall-135 14s -25s linear infinite}@keyframes fall-135{53.751%{transform:translate(13.2201vw,53.751vh) scale(.6567)}to{transform:translate(17.4609vw,99vh) scale(.6567)}}.snow:nth-child(136){opacity:.694;transform:translate(8.9617vw,-10px) scale(.8399);animation:fall-136 12s -21s linear infinite}@keyframes fall-136{45.708%{transform:translate(1.4966vw,45.708vh) scale(.8399)}to{transform:translate(5.22915vw,99vh) scale(.8399)}}.snow:nth-child(137){opacity:1.3148;transform:translate(93.2773vw,-10px) scale(.4239);animation:fall-137 25s -17s linear infinite}@keyframes fall-137{62.891%{transform:translate(94.1142vw,62.891vh) scale(.4239)}to{transform:translate(93.69575vw,99vh) scale(.4239)}}.snow:nth-child(138){opacity:1.9588;transform:translate(50.1045vw,-10px) scale(.5144);animation:fall-138 13s -13s linear infinite}@keyframes fall-138{44.423%{transform:translate(58.4334vw,44.423vh) scale(.5144)}to{transform:translate(54.26895vw,99vh) scale(.5144)}}.snow:nth-child(139){opacity:1.1744;transform:translate(94.6112vw,-10px) scale(.2594);animation:fall-139 24s -17s linear infinite}@keyframes fall-139{73.344%{transform:translate(103.7336vw,73.344vh) scale(.2594)}to{transform:translate(99.1724vw,99vh) scale(.2594)}}.snow:nth-child(140){opacity:1.9126;transform:translate(75.5181vw,-10px) scale(.7479);animation:fall-140 28s -27s linear infinite}@keyframes fall-140{73.3%{transform:translate(82.1046vw,73.3vh) scale(.7479)}to{transform:translate(78.81135vw,99vh) scale(.7479)}}.snow:nth-child(141){opacity:.2858;transform:translate(45.4893vw,-10px) scale(.5233);animation:fall-141 21s -5s linear infinite}@keyframes fall-141{38.961%{transform:translate(52.1338vw,38.961vh) scale(.5233)}to{transform:translate(48.81155vw,99vh) scale(.5233)}}.snow:nth-child(142){opacity:.6618;transform:translate(93.1658vw,-10px) scale(.5706);animation:fall-142 13s -5s linear infinite}@keyframes fall-142{31.865%{transform:translate(99.8058vw,31.865vh) scale(.5706)}to{transform:translate(96.4858vw,99vh) scale(.5706)}}.snow:nth-child(143){opacity:1.2104;transform:translate(4.2172vw,-10px) scale(.0477);animation:fall-143 19s -15s linear infinite}@keyframes fall-143{39.903%{transform:translate(6.0606vw,39.903vh) scale(.0477)}to{transform:translate(5.1389vw,99vh) scale(.0477)}}.snow:nth-child(144){opacity:1.3548;transform:translate(91.1673vw,-10px) scale(.6021);animation:fall-144 20s -15s linear infinite}@keyframes fall-144{34.217%{transform:translate(94.5894vw,34.217vh) scale(.6021)}to{transform:translate(92.87835vw,99vh) scale(.6021)}}.snow:nth-child(145){opacity:1.0228;transform:translate(55.3942vw,-10px) scale(.0011);animation:fall-145 23s -21s linear infinite}@keyframes fall-145{32.066%{transform:translate(65.1518vw,32.066vh) scale(.0011)}to{transform:translate(60.273vw,99vh) scale(.0011)}}.snow:nth-child(146){opacity:.7876;transform:translate(60.1457vw,-10px) scale(.4142);animation:fall-146 18s -11s linear infinite}@keyframes fall-146{76.463%{transform:translate(52.1575vw,76.463vh) scale(.4142)}to{transform:translate(56.1516vw,99vh) scale(.4142)}}.snow:nth-child(147){opacity:1.9354;transform:translate(87.562vw,-10px) scale(.2111);animation:fall-147 24s -27s linear infinite}@keyframes fall-147{55.047%{transform:translate(92.9826vw,55.047vh) scale(.2111)}to{transform:translate(90.2723vw,99vh) scale(.2111)}}.snow:nth-child(148){opacity:.7562;transform:translate(65.4147vw,-10px) scale(.737);animation:fall-148 28s -20s linear infinite}@keyframes fall-148{69.959%{transform:translate(59.4vw,69.959vh) scale(.737)}to{transform:translate(62.40735vw,99vh) scale(.737)}}.snow:nth-child(149){opacity:1.0696;transform:translate(6.7452vw,-10px) scale(.3042);animation:fall-149 21s -8s linear infinite}@keyframes fall-149{35.373%{transform:translate(6.2727vw,35.373vh) scale(.3042)}to{transform:translate(6.50895vw,99vh) scale(.3042)}}.snow:nth-child(150){opacity:.0362;transform:translate(45.1627vw,-10px) scale(.5392);animation:fall-150 29s -23s linear infinite}@keyframes fall-150{59.269%{transform:translate(47.2077vw,59.269vh) scale(.5392)}to{transform:translate(46.1852vw,99vh) scale(.5392)}}.snow:nth-child(151){opacity:1.4858;transform:translate(62.2767vw,-10px) scale(.5867);animation:fall-151 19s -8s linear infinite}@keyframes fall-151{72.304%{transform:translate(68.1534vw,72.304vh) scale(.5867)}to{transform:translate(65.21505vw,99vh) scale(.5867)}}.snow:nth-child(152){opacity:1.176;transform:translate(10.2879vw,-10px) scale(.2519);animation:fall-152 20s -12s linear infinite}@keyframes fall-152{75.752%{transform:translate(9.8737vw,75.752vh) scale(.2519)}to{transform:translate(10.0808vw,99vh) scale(.2519)}}.snow:nth-child(153){opacity:.112;transform:translate(27.9017vw,-10px) scale(.0024);animation:fall-153 15s -23s linear infinite}@keyframes fall-153{77.697%{transform:translate(23.0584vw,77.697vh) scale(.0024)}to{transform:translate(25.48005vw,99vh) scale(.0024)}}.snow:nth-child(154){opacity:1.4026;transform:translate(61.7299vw,-10px) scale(.7912);animation:fall-154 29s -9s linear infinite}@keyframes fall-154{40.356%{transform:translate(61.321vw,40.356vh) scale(.7912)}to{transform:translate(61.52545vw,99vh) scale(.7912)}}.snow:nth-child(155){opacity:.871;transform:translate(2.2428vw,-10px) scale(.1341);animation:fall-155 24s -28s linear infinite}@keyframes fall-155{67.203%{transform:translate(11.9827vw,67.203vh) scale(.1341)}to{transform:translate(7.11275vw,99vh) scale(.1341)}}.snow:nth-child(156){opacity:1.3764;transform:translate(50.2643vw,-10px) scale(.9495);animation:fall-156 28s -8s linear infinite}@keyframes fall-156{46.138%{transform:translate(40.4372vw,46.138vh) scale(.9495)}to{transform:translate(45.35075vw,99vh) scale(.9495)}}.snow:nth-child(157){opacity:1.066;transform:translate(74.1144vw,-10px) scale(.3259);animation:fall-157 18s -24s linear infinite}@keyframes fall-157{37.089%{transform:translate(64.7287vw,37.089vh) scale(.3259)}to{transform:translate(69.42155vw,99vh) scale(.3259)}}.snow:nth-child(158){opacity:.9922;transform:translate(35.2754vw,-10px) scale(.7678);animation:fall-158 13s -16s linear infinite}@keyframes fall-158{48.163%{transform:translate(28.75vw,48.163vh) scale(.7678)}to{transform:translate(32.0127vw,99vh) scale(.7678)}}.snow:nth-child(159){opacity:.4358;transform:translate(50.0523vw,-10px) scale(.5979);animation:fall-159 29s -5s linear infinite}@keyframes fall-159{72.379%{transform:translate(48.9295vw,72.379vh) scale(.5979)}to{transform:translate(49.4909vw,99vh) scale(.5979)}}.snow:nth-child(160){opacity:1.1248;transform:translate(31.5018vw,-10px) scale(.964);animation:fall-160 26s -13s linear infinite}@keyframes fall-160{33.374%{transform:translate(24.2055vw,33.374vh) scale(.964)}to{transform:translate(27.85365vw,99vh) scale(.964)}}.snow:nth-child(161){opacity:1.7228;transform:translate(25.7802vw,-10px) scale(.8455);animation:fall-161 18s -23s linear infinite}@keyframes fall-161{74.82%{transform:translate(20.8669vw,74.82vh) scale(.8455)}to{transform:translate(23.32355vw,99vh) scale(.8455)}}.snow:nth-child(162){opacity:1.5;transform:translate(84.5439vw,-10px) scale(.1895);animation:fall-162 12s -18s linear infinite}@keyframes fall-162{30.076%{transform:translate(89.6215vw,30.076vh) scale(.1895)}to{transform:translate(87.0827vw,99vh) scale(.1895)}}.snow:nth-child(163){opacity:1.6798;transform:translate(24.6471vw,-10px) scale(.5251);animation:fall-163 13s -9s linear infinite}@keyframes fall-163{78.783%{transform:translate(21.3677vw,78.783vh) scale(.5251)}to{transform:translate(23.0074vw,99vh) scale(.5251)}}.snow:nth-child(164){opacity:1.3368;transform:translate(55.502vw,-10px) scale(.8033);animation:fall-164 21s -8s linear infinite}@keyframes fall-164{30.252%{transform:translate(49.5584vw,30.252vh) scale(.8033)}to{transform:translate(52.5302vw,99vh) scale(.8033)}}.snow:nth-child(165){opacity:.295;transform:translate(46.8701vw,-10px) scale(.3738);animation:fall-165 27s -25s linear infinite}@keyframes fall-165{31.62%{transform:translate(40.8572vw,31.62vh) scale(.3738)}to{transform:translate(43.86365vw,99vh) scale(.3738)}}.snow:nth-child(166){opacity:.5184;transform:translate(53.109vw,-10px) scale(.3826);animation:fall-166 24s -23s linear infinite}@keyframes fall-166{76.648%{transform:translate(59.9006vw,76.648vh) scale(.3826)}to{transform:translate(56.5048vw,99vh) scale(.3826)}}.snow:nth-child(167){opacity:.6026;transform:translate(36.4957vw,-10px) scale(.3227);animation:fall-167 11s -23s linear infinite}@keyframes fall-167{50.779%{transform:translate(27.777vw,50.779vh) scale(.3227)}to{transform:translate(32.13635vw,99vh) scale(.3227)}}.snow:nth-child(168){opacity:1.9716;transform:translate(49.7642vw,-10px) scale(.8468);animation:fall-168 17s -12s linear infinite}@keyframes fall-168{54.538%{transform:translate(52.2086vw,54.538vh) scale(.8468)}to{transform:translate(50.9864vw,99vh) scale(.8468)}}.snow:nth-child(169){opacity:1.2124;transform:translate(51.524vw,-10px) scale(.7418);animation:fall-169 19s -26s linear infinite}@keyframes fall-169{59.585%{transform:translate(56.8008vw,59.585vh) scale(.7418)}to{transform:translate(54.1624vw,99vh) scale(.7418)}}.snow:nth-child(170){opacity:.9018;transform:translate(20.8688vw,-10px) scale(.7375);animation:fall-170 23s -10s linear infinite}@keyframes fall-170{59.203%{transform:translate(29.4324vw,59.203vh) scale(.7375)}to{transform:translate(25.1506vw,99vh) scale(.7375)}}.snow:nth-child(171){opacity:.876;transform:translate(85.6639vw,-10px) scale(.91);animation:fall-171 30s -21s linear infinite}@keyframes fall-171{65.596%{transform:translate(83.8373vw,65.596vh) scale(.91)}to{transform:translate(84.7506vw,99vh) scale(.91)}}.snow:nth-child(172){opacity:1.3718;transform:translate(64.2764vw,-10px) scale(.1513);animation:fall-172 20s -20s linear infinite}@keyframes fall-172{46.67%{transform:translate(65.5562vw,46.67vh) scale(.1513)}to{transform:translate(64.9163vw,99vh) scale(.1513)}}.snow:nth-child(173){opacity:.9614;transform:translate(67.4956vw,-10px) scale(.8695);animation:fall-173 21s -3s linear infinite}@keyframes fall-173{79.427%{transform:translate(61.1051vw,79.427vh) scale(.8695)}to{transform:translate(64.30035vw,99vh) scale(.8695)}}.snow:nth-child(174){opacity:1.0478;transform:translate(28.1204vw,-10px) scale(.6498);animation:fall-174 24s -27s linear infinite}@keyframes fall-174{41.021%{transform:translate(37.6449vw,41.021vh) scale(.6498)}to{transform:translate(32.88265vw,99vh) scale(.6498)}}.snow:nth-child(175){opacity:.5842;transform:translate(36.6037vw,-10px) scale(.2809);animation:fall-175 17s -24s linear infinite}@keyframes fall-175{71.008%{transform:translate(27.6257vw,71.008vh) scale(.2809)}to{transform:translate(32.1147vw,99vh) scale(.2809)}}.snow:nth-child(176){opacity:.8178;transform:translate(22.9101vw,-10px) scale(.6131);animation:fall-176 12s -2s linear infinite}@keyframes fall-176{38.981%{transform:translate(15.9707vw,38.981vh) scale(.6131)}to{transform:translate(19.4404vw,99vh) scale(.6131)}}.snow:nth-child(177){opacity:1.228;transform:translate(26.0277vw,-10px) scale(.5947);animation:fall-177 26s -19s linear infinite}@keyframes fall-177{43.358%{transform:translate(20.3631vw,43.358vh) scale(.5947)}to{transform:translate(23.1954vw,99vh) scale(.5947)}}.snow:nth-child(178){opacity:.4318;transform:translate(38.5103vw,-10px) scale(.611);animation:fall-178 20s -4s linear infinite}@keyframes fall-178{48.735%{transform:translate(38.1507vw,48.735vh) scale(.611)}to{transform:translate(38.3305vw,99vh) scale(.611)}}.snow:nth-child(179){opacity:.542;transform:translate(73.2358vw,-10px) scale(.2764);animation:fall-179 23s -27s linear infinite}@keyframes fall-179{47.533%{transform:translate(70.7017vw,47.533vh) scale(.2764)}to{transform:translate(71.96875vw,99vh) scale(.2764)}}.snow:nth-child(180){opacity:1.7386;transform:translate(23.8435vw,-10px) scale(.4038);animation:fall-180 26s -24s linear infinite}@keyframes fall-180{71.949%{transform:translate(25.5948vw,71.949vh) scale(.4038)}to{transform:translate(24.71915vw,99vh) scale(.4038)}}.snow:nth-child(181){opacity:.8252;transform:translate(25.3771vw,-10px) scale(.9562);animation:fall-181 27s -20s linear infinite}@keyframes fall-181{50.852%{transform:translate(33.5988vw,50.852vh) scale(.9562)}to{transform:translate(29.48795vw,99vh) scale(.9562)}}.snow:nth-child(182){opacity:1.0288;transform:translate(37.0236vw,-10px) scale(.9653);animation:fall-182 24s -3s linear infinite}@keyframes fall-182{50.48%{transform:translate(44.1984vw,50.48vh) scale(.9653)}to{transform:translate(40.611vw,99vh) scale(.9653)}}.snow:nth-child(183){opacity:.3652;transform:translate(18.0505vw,-10px) scale(.7257);animation:fall-183 30s -13s linear infinite}@keyframes fall-183{66.131%{transform:translate(18.5221vw,66.131vh) scale(.7257)}to{transform:translate(18.2863vw,99vh) scale(.7257)}}.snow:nth-child(184){opacity:1.2236;transform:translate(35.2144vw,-10px) scale(.0966);animation:fall-184 18s -24s linear infinite}@keyframes fall-184{38.206%{transform:translate(34.6939vw,38.206vh) scale(.0966)}to{transform:translate(34.95415vw,99vh) scale(.0966)}}.snow:nth-child(185){opacity:.3242;transform:translate(84.4943vw,-10px) scale(.6407);animation:fall-185 16s -29s linear infinite}@keyframes fall-185{76.31%{transform:translate(76.902vw,76.31vh) scale(.6407)}to{transform:translate(80.69815vw,99vh) scale(.6407)}}.snow:nth-child(186){opacity:.318;transform:translate(84.1519vw,-10px) scale(.5351);animation:fall-186 20s -22s linear infinite}@keyframes fall-186{68.07%{transform:translate(86.5437vw,68.07vh) scale(.5351)}to{transform:translate(85.3478vw,99vh) scale(.5351)}}.snow:nth-child(187){opacity:1.0644;transform:translate(30.8118vw,-10px) scale(.932);animation:fall-187 28s -24s linear infinite}@keyframes fall-187{62.036%{transform:translate(32.5931vw,62.036vh) scale(.932)}to{transform:translate(31.70245vw,99vh) scale(.932)}}.snow:nth-child(188){opacity:.571;transform:translate(30.1582vw,-10px) scale(.6889);animation:fall-188 25s -26s linear infinite}@keyframes fall-188{63.671%{transform:translate(36.5829vw,63.671vh) scale(.6889)}to{transform:translate(33.37055vw,99vh) scale(.6889)}}.snow:nth-child(189){opacity:.4244;transform:translate(59.434vw,-10px) scale(.7247);animation:fall-189 29s -8s linear infinite}@keyframes fall-189{58.079%{transform:translate(57.3383vw,58.079vh) scale(.7247)}to{transform:translate(58.38615vw,99vh) scale(.7247)}}.snow:nth-child(190){opacity:.904;transform:translate(63.12vw,-10px) scale(.4592);animation:fall-190 12s -16s linear infinite}@keyframes fall-190{31.604%{transform:translate(63.5832vw,31.604vh) scale(.4592)}to{transform:translate(63.3516vw,99vh) scale(.4592)}}.snow:nth-child(191){opacity:1.5364;transform:translate(68.239vw,-10px) scale(.6456);animation:fall-191 24s -30s linear infinite}@keyframes fall-191{41.359%{transform:translate(69.6674vw,41.359vh) scale(.6456)}to{transform:translate(68.9532vw,99vh) scale(.6456)}}.snow:nth-child(192){opacity:1.0776;transform:translate(74.8764vw,-10px) scale(.9523);animation:fall-192 29s -29s linear infinite}@keyframes fall-192{41.908%{transform:translate(81.0369vw,41.908vh) scale(.9523)}to{transform:translate(77.95665vw,99vh) scale(.9523)}}.snow:nth-child(193){opacity:1.8126;transform:translate(68.2431vw,-10px) scale(.4645);animation:fall-193 28s -6s linear infinite}@keyframes fall-193{63.512%{transform:translate(67.1739vw,63.512vh) scale(.4645)}to{transform:translate(67.7085vw,99vh) scale(.4645)}}.snow:nth-child(194){opacity:.5896;transform:translate(89.8906vw,-10px) scale(.575);animation:fall-194 13s -26s linear infinite}@keyframes fall-194{73.083%{transform:translate(86.4557vw,73.083vh) scale(.575)}to{transform:translate(88.17315vw,99vh) scale(.575)}}.snow:nth-child(195){opacity:1.1662;transform:translate(80.4777vw,-10px) scale(.4044);animation:fall-195 19s -26s linear infinite}@keyframes fall-195{71.368%{transform:translate(76.7358vw,71.368vh) scale(.4044)}to{transform:translate(78.60675vw,99vh) scale(.4044)}}.snow:nth-child(196){opacity:1.4376;transform:translate(27.8176vw,-10px) scale(.9086);animation:fall-196 27s -13s linear infinite}@keyframes fall-196{30.089%{transform:translate(32.3607vw,30.089vh) scale(.9086)}to{transform:translate(30.08915vw,99vh) scale(.9086)}}.snow:nth-child(197){opacity:.5584;transform:translate(42.4172vw,-10px) scale(.3178);animation:fall-197 11s -14s linear infinite}@keyframes fall-197{46.24%{transform:translate(40.0147vw,46.24vh) scale(.3178)}to{transform:translate(41.21595vw,99vh) scale(.3178)}}.snow:nth-child(198){opacity:.3682;transform:translate(85.59vw,-10px) scale(.4431);animation:fall-198 10s -19s linear infinite}@keyframes fall-198{31.108%{transform:translate(86.7317vw,31.108vh) scale(.4431)}to{transform:translate(86.16085vw,99vh) scale(.4431)}}.snow:nth-child(199){opacity:.5948;transform:translate(7.0496vw,-10px) scale(.6229);animation:fall-199 29s -8s linear infinite}@keyframes fall-199{46.967%{transform:translate(3.6802vw,46.967vh) scale(.6229)}to{transform:translate(5.3649vw,99vh) scale(.6229)}}.snow:nth-child(200){opacity:.0664;transform:translate(85.0978vw,-10px) scale(.7491);animation:fall-200 23s -10s linear infinite}@keyframes fall-200{74.564%{transform:translate(93.7809vw,74.564vh) scale(.7491)}to{transform:translate(89.43935vw,99vh) scale(.7491)}}.snow:nth-child(201){opacity:1.924;transform:translate(82.028vw,-10px) scale(.0901);animation:fall-201 22s -8s linear infinite}@keyframes fall-201{41.029%{transform:translate(82.7018vw,41.029vh) scale(.0901)}to{transform:translate(82.3649vw,99vh) scale(.0901)}}.snow:nth-child(202){opacity:1.815;transform:translate(80.9359vw,-10px) scale(.7276);animation:fall-202 23s -5s linear infinite}@keyframes fall-202{35.393%{transform:translate(80.1701vw,35.393vh) scale(.7276)}to{transform:translate(80.553vw,99vh) scale(.7276)}}.snow:nth-child(203){opacity:1.5798;transform:translate(71.7455vw,-10px) scale(.4107);animation:fall-203 17s -14s linear infinite}@keyframes fall-203{52.411%{transform:translate(80.6862vw,52.411vh) scale(.4107)}to{transform:translate(76.21585vw,99vh) scale(.4107)}}.snow:nth-child(204){opacity:1.597;transform:translate(38.1329vw,-10px) scale(.2938);animation:fall-204 28s -1s linear infinite}@keyframes fall-204{42.727%{transform:translate(39.791vw,42.727vh) scale(.2938)}to{transform:translate(38.96195vw,99vh) scale(.2938)}}.snow:nth-child(205){opacity:.3966;transform:translate(2.7383vw,-10px) scale(.3596);animation:fall-205 10s -5s linear infinite}@keyframes fall-205{55.159%{transform:translate(12.5362vw,55.159vh) scale(.3596)}to{transform:translate(7.63725vw,99vh) scale(.3596)}}.snow:nth-child(206){opacity:.0054;transform:translate(65.6702vw,-10px) scale(.5952);animation:fall-206 27s -15s linear infinite}@keyframes fall-206{55.118%{transform:translate(62.0328vw,55.118vh) scale(.5952)}to{transform:translate(63.8515vw,99vh) scale(.5952)}}.snow:nth-child(207){opacity:.5586;transform:translate(42.1323vw,-10px) scale(.3788);animation:fall-207 13s -30s linear infinite}@keyframes fall-207{64.105%{transform:translate(43.7754vw,64.105vh) scale(.3788)}to{transform:translate(42.95385vw,99vh) scale(.3788)}}.snow:nth-child(208){opacity:.912;transform:translate(69.6497vw,-10px) scale(.5733);animation:fall-208 27s -24s linear infinite}@keyframes fall-208{73.875%{transform:translate(60.6681vw,73.875vh) scale(.5733)}to{transform:translate(65.1589vw,99vh) scale(.5733)}}.snow:nth-child(209){opacity:.1902;transform:translate(46.0081vw,-10px) scale(.569);animation:fall-209 13s -20s linear infinite}@keyframes fall-209{54.263%{transform:translate(45.0051vw,54.263vh) scale(.569)}to{transform:translate(45.5066vw,99vh) scale(.569)}}.snow:nth-child(210){opacity:1.0756;transform:translate(68.5296vw,-10px) scale(.6584);animation:fall-210 21s -15s linear infinite}@keyframes fall-210{71.503%{transform:translate(66.928vw,71.503vh) scale(.6584)}to{transform:translate(67.7288vw,99vh) scale(.6584)}}.snow:nth-child(211){opacity:.3628;transform:translate(62.3673vw,-10px) scale(.5355);animation:fall-211 23s -6s linear infinite}@keyframes fall-211{78.053%{transform:translate(62.1562vw,78.053vh) scale(.5355)}to{transform:translate(62.26175vw,99vh) scale(.5355)}}.snow:nth-child(212){opacity:1.8398;transform:translate(28.6128vw,-10px) scale(.4262);animation:fall-212 23s -17s linear infinite}@keyframes fall-212{52.207%{transform:translate(33.1001vw,52.207vh) scale(.4262)}to{transform:translate(30.85645vw,99vh) scale(.4262)}}.snow:nth-child(213){opacity:.4908;transform:translate(97.0698vw,-10px) scale(.907);animation:fall-213 22s -24s linear infinite}@keyframes fall-213{65.942%{transform:translate(90.0155vw,65.942vh) scale(.907)}to{transform:translate(93.54265vw,99vh) scale(.907)}}.snow:nth-child(214){opacity:.397;transform:translate(61.9266vw,-10px) scale(.8067);animation:fall-214 22s -1s linear infinite}@keyframes fall-214{58.275%{transform:translate(59.589vw,58.275vh) scale(.8067)}to{transform:translate(60.7578vw,99vh) scale(.8067)}}.snow:nth-child(215){opacity:1.3628;transform:translate(18.398vw,-10px) scale(.7262);animation:fall-215 25s -26s linear infinite}@keyframes fall-215{33.577%{transform:translate(14.522vw,33.577vh) scale(.7262)}to{transform:translate(16.46vw,99vh) scale(.7262)}}.snow:nth-child(216){opacity:1.0588;transform:translate(79.7071vw,-10px) scale(.7894);animation:fall-216 12s -6s linear infinite}@keyframes fall-216{69.951%{transform:translate(72.8095vw,69.951vh) scale(.7894)}to{transform:translate(76.2583vw,99vh) scale(.7894)}}.snow:nth-child(217){opacity:1.0134;transform:translate(34.7837vw,-10px) scale(.7221);animation:fall-217 28s -16s linear infinite}@keyframes fall-217{33.789%{transform:translate(39.3158vw,33.789vh) scale(.7221)}to{transform:translate(37.04975vw,99vh) scale(.7221)}}.snow:nth-child(218){opacity:1.6224;transform:translate(29.1504vw,-10px) scale(.315);animation:fall-218 22s -25s linear infinite}@keyframes fall-218{38.89%{transform:translate(32.6121vw,38.89vh) scale(.315)}to{transform:translate(30.88125vw,99vh) scale(.315)}}.snow:nth-child(219){opacity:1.6336;transform:translate(81.9226vw,-10px) scale(.1365);animation:fall-219 16s -12s linear infinite}@keyframes fall-219{45.47%{transform:translate(78.5289vw,45.47vh) scale(.1365)}to{transform:translate(80.22575vw,99vh) scale(.1365)}}.snow:nth-child(220){opacity:.6582;transform:translate(11.4965vw,-10px) scale(.886);animation:fall-220 24s -8s linear infinite}@keyframes fall-220{33.852%{transform:translate(19.9935vw,33.852vh) scale(.886)}to{transform:translate(15.745vw,99vh) scale(.886)}}.snow:nth-child(221){opacity:1.8576;transform:translate(91.4045vw,-10px) scale(.6938);animation:fall-221 25s -12s linear infinite}@keyframes fall-221{71.406%{transform:translate(90.758vw,71.406vh) scale(.6938)}to{transform:translate(91.08125vw,99vh) scale(.6938)}}.snow:nth-child(222){opacity:1.2514;transform:translate(84.8225vw,-10px) scale(.7098);animation:fall-222 11s -27s linear infinite}@keyframes fall-222{53.373%{transform:translate(80.9693vw,53.373vh) scale(.7098)}to{transform:translate(82.8959vw,99vh) scale(.7098)}}.snow:nth-child(223){opacity:1.0464;transform:translate(79.3987vw,-10px) scale(.8825);animation:fall-223 26s -18s linear infinite}@keyframes fall-223{40.71%{transform:translate(81.8579vw,40.71vh) scale(.8825)}to{transform:translate(80.6283vw,99vh) scale(.8825)}}.snow:nth-child(224){opacity:.4884;transform:translate(34.0213vw,-10px) scale(.2088);animation:fall-224 18s -5s linear infinite}@keyframes fall-224{57.878%{transform:translate(38.8279vw,57.878vh) scale(.2088)}to{transform:translate(36.4246vw,99vh) scale(.2088)}}.snow:nth-child(225){opacity:1.4164;transform:translate(78.2379vw,-10px) scale(.6062);animation:fall-225 23s -1s linear infinite}@keyframes fall-225{56.747%{transform:translate(70.9573vw,56.747vh) scale(.6062)}to{transform:translate(74.5976vw,99vh) scale(.6062)}}.snow:nth-child(226){opacity:.6748;transform:translate(53.4023vw,-10px) scale(.1172);animation:fall-226 19s -6s linear infinite}@keyframes fall-226{67.765%{transform:translate(48.9273vw,67.765vh) scale(.1172)}to{transform:translate(51.1648vw,99vh) scale(.1172)}}.snow:nth-child(227){opacity:.0066;transform:translate(76.8037vw,-10px) scale(.5506);animation:fall-227 24s -29s linear infinite}@keyframes fall-227{42.808%{transform:translate(70.5657vw,42.808vh) scale(.5506)}to{transform:translate(73.6847vw,99vh) scale(.5506)}}.snow:nth-child(228){opacity:1.2484;transform:translate(59.1619vw,-10px) scale(.3571);animation:fall-228 30s -11s linear infinite}@keyframes fall-228{53.591%{transform:translate(66.1568vw,53.591vh) scale(.3571)}to{transform:translate(62.65935vw,99vh) scale(.3571)}}.snow:nth-child(229){opacity:.0966;transform:translate(98.3379vw,-10px) scale(.3454);animation:fall-229 28s -4s linear infinite}@keyframes fall-229{74.941%{transform:translate(99.3915vw,74.941vh) scale(.3454)}to{transform:translate(98.8647vw,99vh) scale(.3454)}}.snow:nth-child(230){opacity:.4854;transform:translate(.6825vw,-10px) scale(.7114);animation:fall-230 18s -8s linear infinite}@keyframes fall-230{79.159%{transform:translate(-2.2418vw,79.159vh) scale(.7114)}to{transform:translate(-.77965vw,99vh) scale(.7114)}}.snow:nth-child(231){opacity:1.8338;transform:translate(75.6651vw,-10px) scale(.8298);animation:fall-231 25s -25s linear infinite}@keyframes fall-231{30.956%{transform:translate(76.9677vw,30.956vh) scale(.8298)}to{transform:translate(76.3164vw,99vh) scale(.8298)}}.snow:nth-child(232){opacity:.33;transform:translate(87.0857vw,-10px) scale(.1299);animation:fall-232 27s -24s linear infinite}@keyframes fall-232{64.725%{transform:translate(81.7004vw,64.725vh) scale(.1299)}to{transform:translate(84.39305vw,99vh) scale(.1299)}}.snow:nth-child(233){opacity:1.2392;transform:translate(90.3809vw,-10px) scale(.2158);animation:fall-233 26s -2s linear infinite}@keyframes fall-233{66.854%{transform:translate(97.7825vw,66.854vh) scale(.2158)}to{transform:translate(94.0817vw,99vh) scale(.2158)}}.snow:nth-child(234){opacity:.1698;transform:translate(49.2591vw,-10px) scale(.9162);animation:fall-234 18s -25s linear infinite}@keyframes fall-234{67.533%{transform:translate(45.9903vw,67.533vh) scale(.9162)}to{transform:translate(47.6247vw,99vh) scale(.9162)}}.snow:nth-child(235){opacity:1.1334;transform:translate(79.4603vw,-10px) scale(.8658);animation:fall-235 16s -17s linear infinite}@keyframes fall-235{75.095%{transform:translate(81.8186vw,75.095vh) scale(.8658)}to{transform:translate(80.63945vw,99vh) scale(.8658)}}.snow:nth-child(236){opacity:.3444;transform:translate(44.1251vw,-10px) scale(.9599);animation:fall-236 10s -6s linear infinite}@keyframes fall-236{53.825%{transform:translate(46.7771vw,53.825vh) scale(.9599)}to{transform:translate(45.4511vw,99vh) scale(.9599)}}.snow:nth-child(237){opacity:1.3986;transform:translate(49.8594vw,-10px) scale(.9498);animation:fall-237 19s -18s linear infinite}@keyframes fall-237{35.938%{transform:translate(53.9723vw,35.938vh) scale(.9498)}to{transform:translate(51.91585vw,99vh) scale(.9498)}}.snow:nth-child(238){opacity:.4512;transform:translate(18.3522vw,-10px) scale(.779);animation:fall-238 19s -27s linear infinite}@keyframes fall-238{68.533%{transform:translate(23.4879vw,68.533vh) scale(.779)}to{transform:translate(20.92005vw,99vh) scale(.779)}}.snow:nth-child(239){opacity:1.5212;transform:translate(63.8458vw,-10px) scale(.7987);animation:fall-239 10s -21s linear infinite}@keyframes fall-239{57.524%{transform:translate(73.5691vw,57.524vh) scale(.7987)}to{transform:translate(68.70745vw,99vh) scale(.7987)}}.snow:nth-child(240){opacity:1.7536;transform:translate(1.9789vw,-10px) scale(.4781);animation:fall-240 24s -8s linear infinite}@keyframes fall-240{52.105%{transform:translate(1.2164vw,52.105vh) scale(.4781)}to{transform:translate(1.59765vw,99vh) scale(.4781)}}.snow:nth-child(241){opacity:.9132;transform:translate(50.5298vw,-10px) scale(.7376);animation:fall-241 11s -24s linear infinite}@keyframes fall-241{54.958%{transform:translate(41.691vw,54.958vh) scale(.7376)}to{transform:translate(46.1104vw,99vh) scale(.7376)}}.snow:nth-child(242){opacity:.1026;transform:translate(7.411vw,-10px) scale(.8256);animation:fall-242 21s -28s linear infinite}@keyframes fall-242{78.528%{transform:translate(5.0214vw,78.528vh) scale(.8256)}to{transform:translate(6.2162vw,99vh) scale(.8256)}}.snow:nth-child(243){opacity:.3038;transform:translate(51.377vw,-10px) scale(.584);animation:fall-243 29s -18s linear infinite}@keyframes fall-243{55.363%{transform:translate(42.3005vw,55.363vh) scale(.584)}to{transform:translate(46.83875vw,99vh) scale(.584)}}.snow:nth-child(244){opacity:1.2322;transform:translate(60.4517vw,-10px) scale(.4968);animation:fall-244 17s -20s linear infinite}@keyframes fall-244{45.656%{transform:translate(65.7733vw,45.656vh) scale(.4968)}to{transform:translate(63.1125vw,99vh) scale(.4968)}}.snow:nth-child(245){opacity:1.9394;transform:translate(33.6176vw,-10px) scale(.311);animation:fall-245 22s -19s linear infinite}@keyframes fall-245{50.799%{transform:translate(24.6788vw,50.799vh) scale(.311)}to{transform:translate(29.1482vw,99vh) scale(.311)}}.snow:nth-child(246){opacity:1.551;transform:translate(41.1812vw,-10px) scale(.9889);animation:fall-246 26s -16s linear infinite}@keyframes fall-246{36.757%{transform:translate(45.1524vw,36.757vh) scale(.9889)}to{transform:translate(43.1668vw,99vh) scale(.9889)}}.snow:nth-child(247){opacity:1.8506;transform:translate(89.4545vw,-10px) scale(.3152);animation:fall-247 25s -30s linear infinite}@keyframes fall-247{60.975%{transform:translate(98.7128vw,60.975vh) scale(.3152)}to{transform:translate(94.08365vw,99vh) scale(.3152)}}.snow:nth-child(248){opacity:.0708;transform:translate(31.936vw,-10px) scale(.1057);animation:fall-248 19s -20s linear infinite}@keyframes fall-248{37.19%{transform:translate(37.2912vw,37.19vh) scale(.1057)}to{transform:translate(34.6136vw,99vh) scale(.1057)}}.snow:nth-child(249){opacity:.8174;transform:translate(81.7335vw,-10px) scale(.3825);animation:fall-249 26s -27s linear infinite}@keyframes fall-249{71.602%{transform:translate(82.9621vw,71.602vh) scale(.3825)}to{transform:translate(82.3478vw,99vh) scale(.3825)}}.snow:nth-child(250){opacity:.4904;transform:translate(33.2266vw,-10px) scale(.7123);animation:fall-250 30s -22s linear infinite}@keyframes fall-250{77.397%{transform:translate(23.3929vw,77.397vh) scale(.7123)}to{transform:translate(28.30975vw,99vh) scale(.7123)}}.snow:nth-child(251){opacity:.1502;transform:translate(84.9777vw,-10px) scale(.4482);animation:fall-251 28s -25s linear infinite}@keyframes fall-251{37.027%{transform:translate(85.3512vw,37.027vh) scale(.4482)}to{transform:translate(85.16445vw,99vh) scale(.4482)}}.snow:nth-child(252){opacity:.8288;transform:translate(75.2817vw,-10px) scale(.1075);animation:fall-252 11s -16s linear infinite}@keyframes fall-252{77.979%{transform:translate(68.8929vw,77.979vh) scale(.1075)}to{transform:translate(72.0873vw,99vh) scale(.1075)}}.snow:nth-child(253){opacity:.5606;transform:translate(94.7188vw,-10px) scale(.0568);animation:fall-253 30s -7s linear infinite}@keyframes fall-253{63.203%{transform:translate(95.3806vw,63.203vh) scale(.0568)}to{transform:translate(95.0497vw,99vh) scale(.0568)}}.snow:nth-child(254){opacity:.922;transform:translate(30.7642vw,-10px) scale(.958);animation:fall-254 14s -3s linear infinite}@keyframes fall-254{41.659%{transform:translate(31.262vw,41.659vh) scale(.958)}to{transform:translate(31.0131vw,99vh) scale(.958)}}.snow:nth-child(255){opacity:.7346;transform:translate(3.6097vw,-10px) scale(.567);animation:fall-255 22s -2s linear infinite}@keyframes fall-255{36.837%{transform:translate(8.1983vw,36.837vh) scale(.567)}to{transform:translate(5.904vw,99vh) scale(.567)}}.snow:nth-child(256){opacity:.92;transform:translate(77.6895vw,-10px) scale(.7832);animation:fall-256 26s -18s linear infinite}@keyframes fall-256{30.427%{transform:translate(83.941vw,30.427vh) scale(.7832)}to{transform:translate(80.81525vw,99vh) scale(.7832)}}.snow:nth-child(257){opacity:1.775;transform:translate(45.7716vw,-10px) scale(.1772);animation:fall-257 15s -14s linear infinite}@keyframes fall-257{38.709%{transform:translate(50.0702vw,38.709vh) scale(.1772)}to{transform:translate(47.9209vw,99vh) scale(.1772)}}.snow:nth-child(258){opacity:.331;transform:translate(74.1287vw,-10px) scale(.4359);animation:fall-258 11s -7s linear infinite}@keyframes fall-258{64.591%{transform:translate(80.672vw,64.591vh) scale(.4359)}to{transform:translate(77.40035vw,99vh) scale(.4359)}}.snow:nth-child(259){opacity:1.0946;transform:translate(25.5408vw,-10px) scale(.8151);animation:fall-259 13s -14s linear infinite}@keyframes fall-259{59.744%{transform:translate(20.2337vw,59.744vh) scale(.8151)}to{transform:translate(22.88725vw,99vh) scale(.8151)}}.snow:nth-child(260){opacity:1.4546;transform:translate(53.6887vw,-10px) scale(.1681);animation:fall-260 27s -29s linear infinite}@keyframes fall-260{46.571%{transform:translate(45.6188vw,46.571vh) scale(.1681)}to{transform:translate(49.65375vw,99vh) scale(.1681)}}.snow:nth-child(261){opacity:.6876;transform:translate(28.6417vw,-10px) scale(.7281);animation:fall-261 18s -27s linear infinite}@keyframes fall-261{58.72%{transform:translate(26.3344vw,58.72vh) scale(.7281)}to{transform:translate(27.48805vw,99vh) scale(.7281)}}.snow:nth-child(262){opacity:.3388;transform:translate(66.4735vw,-10px) scale(.1194);animation:fall-262 15s -30s linear infinite}@keyframes fall-262{47.213%{transform:translate(71.2093vw,47.213vh) scale(.1194)}to{transform:translate(68.8414vw,99vh) scale(.1194)}}.snow:nth-child(263){opacity:1.9882;transform:translate(46.8751vw,-10px) scale(.6668);animation:fall-263 13s -11s linear infinite}@keyframes fall-263{38.274%{transform:translate(44.3756vw,38.274vh) scale(.6668)}to{transform:translate(45.62535vw,99vh) scale(.6668)}}.snow:nth-child(264){opacity:1.5674;transform:translate(36.3847vw,-10px) scale(.5919);animation:fall-264 12s -6s linear infinite}@keyframes fall-264{43.171%{transform:translate(40.1732vw,43.171vh) scale(.5919)}to{transform:translate(38.27895vw,99vh) scale(.5919)}}.snow:nth-child(265){opacity:1.2786;transform:translate(50.2201vw,-10px) scale(.6024);animation:fall-265 17s -21s linear infinite}@keyframes fall-265{38.189%{transform:translate(48.6827vw,38.189vh) scale(.6024)}to{transform:translate(49.4514vw,99vh) scale(.6024)}}.snow:nth-child(266){opacity:1.057;transform:translate(47.9738vw,-10px) scale(.406);animation:fall-266 11s -18s linear infinite}@keyframes fall-266{47.963%{transform:translate(41.54vw,47.963vh) scale(.406)}to{transform:translate(44.7569vw,99vh) scale(.406)}}.snow:nth-child(267){opacity:1.0356;transform:translate(22.3371vw,-10px) scale(.3165);animation:fall-267 16s -22s linear infinite}@keyframes fall-267{44.316%{transform:translate(22.0886vw,44.316vh) scale(.3165)}to{transform:translate(22.21285vw,99vh) scale(.3165)}}.snow:nth-child(268){opacity:1.959;transform:translate(24.4633vw,-10px) scale(.3373);animation:fall-268 24s -12s linear infinite}@keyframes fall-268{75.025%{transform:translate(29.7789vw,75.025vh) scale(.3373)}to{transform:translate(27.1211vw,99vh) scale(.3373)}}.snow:nth-child(269){opacity:1.6056;transform:translate(75.6243vw,-10px) scale(.2585);animation:fall-269 12s -19s linear infinite}@keyframes fall-269{42.628%{transform:translate(78.4361vw,42.628vh) scale(.2585)}to{transform:translate(77.0302vw,99vh) scale(.2585)}}.snow:nth-child(270){opacity:1.2826;transform:translate(65.5749vw,-10px) scale(.2185);animation:fall-270 10s -26s linear infinite}@keyframes fall-270{76.354%{transform:translate(74.8006vw,76.354vh) scale(.2185)}to{transform:translate(70.18775vw,99vh) scale(.2185)}}.snow:nth-child(271){opacity:.5056;transform:translate(90.5917vw,-10px) scale(.9545);animation:fall-271 26s -17s linear infinite}@keyframes fall-271{37.899%{transform:translate(85.8287vw,37.899vh) scale(.9545)}to{transform:translate(88.2102vw,99vh) scale(.9545)}}.snow:nth-child(272){opacity:.1266;transform:translate(8.0034vw,-10px) scale(.5369);animation:fall-272 20s -5s linear infinite}@keyframes fall-272{31.21%{transform:translate(1.664vw,31.21vh) scale(.5369)}to{transform:translate(4.8337vw,99vh) scale(.5369)}}.snow:nth-child(273){opacity:1.6576;transform:translate(71.7463vw,-10px) scale(.7033);animation:fall-273 13s -15s linear infinite}@keyframes fall-273{30.718%{transform:translate(78.0479vw,30.718vh) scale(.7033)}to{transform:translate(74.8971vw,99vh) scale(.7033)}}.snow:nth-child(274){opacity:.4434;transform:translate(96.5207vw,-10px) scale(.4579);animation:fall-274 17s -24s linear infinite}@keyframes fall-274{30.982%{transform:translate(87.0969vw,30.982vh) scale(.4579)}to{transform:translate(91.8088vw,99vh) scale(.4579)}}.snow:nth-child(275){opacity:.0622;transform:translate(31.2677vw,-10px) scale(.8791);animation:fall-275 26s -11s linear infinite}@keyframes fall-275{58.511%{transform:translate(22.3991vw,58.511vh) scale(.8791)}to{transform:translate(26.8334vw,99vh) scale(.8791)}}.snow:nth-child(276){opacity:1.4096;transform:translate(98.7927vw,-10px) scale(.3589);animation:fall-276 21s -8s linear infinite}@keyframes fall-276{66.656%{transform:translate(94.3083vw,66.656vh) scale(.3589)}to{transform:translate(96.5505vw,99vh) scale(.3589)}}.snow:nth-child(277){opacity:1.677;transform:translate(93.9134vw,-10px) scale(.3939);animation:fall-277 23s -23s linear infinite}@keyframes fall-277{58.766%{transform:translate(90.9591vw,58.766vh) scale(.3939)}to{transform:translate(92.43625vw,99vh) scale(.3939)}}.snow:nth-child(278){opacity:1.287;transform:translate(59.5388vw,-10px) scale(.3108);animation:fall-278 11s -9s linear infinite}@keyframes fall-278{37.799%{transform:translate(68.3974vw,37.799vh) scale(.3108)}to{transform:translate(63.9681vw,99vh) scale(.3108)}}.snow:nth-child(279){opacity:1.7118;transform:translate(77.451vw,-10px) scale(.4351);animation:fall-279 22s -20s linear infinite}@keyframes fall-279{73.935%{transform:translate(79.0508vw,73.935vh) scale(.4351)}to{transform:translate(78.2509vw,99vh) scale(.4351)}}.snow:nth-child(280){opacity:1.3286;transform:translate(92.7375vw,-10px) scale(.4175);animation:fall-280 26s -7s linear infinite}@keyframes fall-280{36.193%{transform:translate(85.3858vw,36.193vh) scale(.4175)}to{transform:translate(89.06165vw,99vh) scale(.4175)}}.snow:nth-child(281){opacity:.4488;transform:translate(54.5916vw,-10px) scale(.2917);animation:fall-281 13s -19s linear infinite}@keyframes fall-281{76.722%{transform:translate(47.9331vw,76.722vh) scale(.2917)}to{transform:translate(51.26235vw,99vh) scale(.2917)}}.snow:nth-child(282){opacity:1.8072;transform:translate(96.3439vw,-10px) scale(.3723);animation:fall-282 15s -7s linear infinite}@keyframes fall-282{40.085%{transform:translate(88.9023vw,40.085vh) scale(.3723)}to{transform:translate(92.6231vw,99vh) scale(.3723)}}.snow:nth-child(283){opacity:.8604;transform:translate(84.0796vw,-10px) scale(.4287);animation:fall-283 15s -27s linear infinite}@keyframes fall-283{37.096%{transform:translate(81.004vw,37.096vh) scale(.4287)}to{transform:translate(82.5418vw,99vh) scale(.4287)}}.snow:nth-child(284){opacity:1.7936;transform:translate(57.3433vw,-10px) scale(.7716);animation:fall-284 13s -17s linear infinite}@keyframes fall-284{79.235%{transform:translate(51.234vw,79.235vh) scale(.7716)}to{transform:translate(54.28865vw,99vh) scale(.7716)}}.snow:nth-child(285){opacity:.3848;transform:translate(19.2079vw,-10px) scale(.9451);animation:fall-285 21s -8s linear infinite}@keyframes fall-285{66.846%{transform:translate(22.6202vw,66.846vh) scale(.9451)}to{transform:translate(20.91405vw,99vh) scale(.9451)}}.snow:nth-child(286){opacity:1.908;transform:translate(24.7732vw,-10px) scale(.8924);animation:fall-286 28s -23s linear infinite}@keyframes fall-286{64.698%{transform:translate(34.5813vw,64.698vh) scale(.8924)}to{transform:translate(29.67725vw,99vh) scale(.8924)}}.snow:nth-child(287){opacity:1.3702;transform:translate(28.1772vw,-10px) scale(.8787);animation:fall-287 11s -8s linear infinite}@keyframes fall-287{30.373%{transform:translate(37.663vw,30.373vh) scale(.8787)}to{transform:translate(32.9201vw,99vh) scale(.8787)}}.snow:nth-child(288){opacity:1.9532;transform:translate(87.4469vw,-10px) scale(.0436);animation:fall-288 17s -19s linear infinite}@keyframes fall-288{73.983%{transform:translate(80.4907vw,73.983vh) scale(.0436)}to{transform:translate(83.9688vw,99vh) scale(.0436)}}.snow:nth-child(289){opacity:.7204;transform:translate(8.8949vw,-10px) scale(.1629);animation:fall-289 12s -19s linear infinite}@keyframes fall-289{37.028%{transform:translate(12.9268vw,37.028vh) scale(.1629)}to{transform:translate(10.91085vw,99vh) scale(.1629)}}.snow:nth-child(290){opacity:1.0028;transform:translate(98.6788vw,-10px) scale(.6451);animation:fall-290 22s -7s linear infinite}@keyframes fall-290{56.717%{transform:translate(104.9374vw,56.717vh) scale(.6451)}to{transform:translate(101.8081vw,99vh) scale(.6451)}}.snow:nth-child(291){opacity:1.8792;transform:translate(34.5295vw,-10px) scale(.4243);animation:fall-291 15s -27s linear infinite}@keyframes fall-291{51.221%{transform:translate(38.4342vw,51.221vh) scale(.4243)}to{transform:translate(36.48185vw,99vh) scale(.4243)}}.snow:nth-child(292){opacity:1.1242;transform:translate(43.3376vw,-10px) scale(.6506);animation:fall-292 18s -10s linear infinite}@keyframes fall-292{71.678%{transform:translate(49.6027vw,71.678vh) scale(.6506)}to{transform:translate(46.47015vw,99vh) scale(.6506)}}.snow:nth-child(293){opacity:1.262;transform:translate(93.069vw,-10px) scale(.5458);animation:fall-293 11s -28s linear infinite}@keyframes fall-293{66.36%{transform:translate(84.5244vw,66.36vh) scale(.5458)}to{transform:translate(88.7967vw,99vh) scale(.5458)}}.snow:nth-child(294){opacity:.6052;transform:translate(17.326vw,-10px) scale(.1715);animation:fall-294 10s -23s linear infinite}@keyframes fall-294{58.835%{transform:translate(15.3312vw,58.835vh) scale(.1715)}to{transform:translate(16.3286vw,99vh) scale(.1715)}}.snow:nth-child(295){opacity:1.2632;transform:translate(27.5038vw,-10px) scale(.6746);animation:fall-295 14s -23s linear infinite}@keyframes fall-295{36.354%{transform:translate(31.3314vw,36.354vh) scale(.6746)}to{transform:translate(29.4176vw,99vh) scale(.6746)}}.snow:nth-child(296){opacity:1.0684;transform:translate(20.557vw,-10px) scale(.5235);animation:fall-296 11s -6s linear infinite}@keyframes fall-296{61.204%{transform:translate(28.5761vw,61.204vh) scale(.5235)}to{transform:translate(24.56655vw,99vh) scale(.5235)}}.snow:nth-child(297){opacity:1.195;transform:translate(66.0717vw,-10px) scale(.4761);animation:fall-297 16s -10s linear infinite}@keyframes fall-297{75.655%{transform:translate(74.5298vw,75.655vh) scale(.4761)}to{transform:translate(70.30075vw,99vh) scale(.4761)}}.snow:nth-child(298){opacity:.9118;transform:translate(82.2818vw,-10px) scale(.1772);animation:fall-298 15s -19s linear infinite}@keyframes fall-298{76.839%{transform:translate(90.8371vw,76.839vh) scale(.1772)}to{transform:translate(86.55945vw,99vh) scale(.1772)}}.snow:nth-child(299){opacity:.0844;transform:translate(29.6799vw,-10px) scale(.0025);animation:fall-299 21s -1s linear infinite}@keyframes fall-299{38.391%{transform:translate(20.2126vw,38.391vh) scale(.0025)}to{transform:translate(24.94625vw,99vh) scale(.0025)}}.snow:nth-child(300){opacity:.4864;transform:translate(8.5062vw,-10px) scale(.3077);animation:fall-300 22s -2s linear infinite}@keyframes fall-300{31.31%{transform:translate(9.293vw,31.31vh) scale(.3077)}to{transform:translate(8.8996vw,99vh) scale(.3077)}}.snow:nth-child(301){opacity:1.5808;transform:translate(58.3256vw,-10px) scale(.6828);animation:fall-301 30s -14s linear infinite}@keyframes fall-301{67.17%{transform:translate(58.6195vw,67.17vh) scale(.6828)}to{transform:translate(58.47255vw,99vh) scale(.6828)}}.snow:nth-child(302){opacity:.803;transform:translate(34.0435vw,-10px) scale(.5274);animation:fall-302 18s -10s linear infinite}@keyframes fall-302{62.454%{transform:translate(38.8809vw,62.454vh) scale(.5274)}to{transform:translate(36.4622vw,99vh) scale(.5274)}}.snow:nth-child(303){opacity:.5038;transform:translate(9.6952vw,-10px) scale(.2364);animation:fall-303 18s -29s linear infinite}@keyframes fall-303{71.492%{transform:translate(3.6139vw,71.492vh) scale(.2364)}to{transform:translate(6.65455vw,99vh) scale(.2364)}}.snow:nth-child(304){opacity:1.8976;transform:translate(85.0198vw,-10px) scale(.5062);animation:fall-304 10s -4s linear infinite}@keyframes fall-304{61.876%{transform:translate(93.6341vw,61.876vh) scale(.5062)}to{transform:translate(89.32695vw,99vh) scale(.5062)}}.snow:nth-child(305){opacity:.8768;transform:translate(4.759vw,-10px) scale(.1102);animation:fall-305 28s -22s linear infinite}@keyframes fall-305{75.711%{transform:translate(-4.824vw,75.711vh) scale(.1102)}to{transform:translate(-.0325vw,99vh) scale(.1102)}}.snow:nth-child(306){opacity:1.1222;transform:translate(62.6162vw,-10px) scale(.0834);animation:fall-306 12s -29s linear infinite}@keyframes fall-306{69.995%{transform:translate(71.879vw,69.995vh) scale(.0834)}to{transform:translate(67.2476vw,99vh) scale(.0834)}}.snow:nth-child(307){opacity:1.5456;transform:translate(73.6639vw,-10px) scale(.4115);animation:fall-307 10s -11s linear infinite}@keyframes fall-307{61.56%{transform:translate(69.9332vw,61.56vh) scale(.4115)}to{transform:translate(71.79855vw,99vh) scale(.4115)}}.snow:nth-child(308){opacity:.8466;transform:translate(48.9677vw,-10px) scale(.6788);animation:fall-308 24s -24s linear infinite}@keyframes fall-308{58.122%{transform:translate(58.6059vw,58.122vh) scale(.6788)}to{transform:translate(53.7868vw,99vh) scale(.6788)}}.snow:nth-child(309){opacity:.6454;transform:translate(81.2598vw,-10px) scale(.4927);animation:fall-309 10s -22s linear infinite}@keyframes fall-309{43.261%{transform:translate(81.5189vw,43.261vh) scale(.4927)}to{transform:translate(81.38935vw,99vh) scale(.4927)}}.snow:nth-child(310){opacity:.7228;transform:translate(26.0715vw,-10px) scale(.1487);animation:fall-310 18s -6s linear infinite}@keyframes fall-310{37.171%{transform:translate(16.9105vw,37.171vh) scale(.1487)}to{transform:translate(21.491vw,99vh) scale(.1487)}}.snow:nth-child(311){opacity:.2854;transform:translate(72.6078vw,-10px) scale(.2197);animation:fall-311 16s -11s linear infinite}@keyframes fall-311{59.891%{transform:translate(81.9411vw,59.891vh) scale(.2197)}to{transform:translate(77.27445vw,99vh) scale(.2197)}}.snow:nth-child(312){opacity:.4206;transform:translate(51.5392vw,-10px) scale(.2318);animation:fall-312 18s -22s linear infinite}@keyframes fall-312{54.953%{transform:translate(54.2856vw,54.953vh) scale(.2318)}to{transform:translate(52.9124vw,99vh) scale(.2318)}}.snow:nth-child(313){opacity:.0434;transform:translate(83.8995vw,-10px) scale(.8356);animation:fall-313 21s -25s linear infinite}@keyframes fall-313{72.767%{transform:translate(90.6803vw,72.767vh) scale(.8356)}to{transform:translate(87.2899vw,99vh) scale(.8356)}}.snow:nth-child(314){opacity:.9362;transform:translate(94.2367vw,-10px) scale(.9457);animation:fall-314 23s -6s linear infinite}@keyframes fall-314{39.332%{transform:translate(100.2006vw,39.332vh) scale(.9457)}to{transform:translate(97.21865vw,99vh) scale(.9457)}}.snow:nth-child(315){opacity:.26;transform:translate(76.0851vw,-10px) scale(.5822);animation:fall-315 18s -10s linear infinite}@keyframes fall-315{78.983%{transform:translate(70.6408vw,78.983vh) scale(.5822)}to{transform:translate(73.36295vw,99vh) scale(.5822)}}.snow:nth-child(316){opacity:1.0294;transform:translate(99.8776vw,-10px) scale(.5821);animation:fall-316 14s -18s linear infinite}@keyframes fall-316{78.642%{transform:translate(91.9122vw,78.642vh) scale(.5821)}to{transform:translate(95.8949vw,99vh) scale(.5821)}}.snow:nth-child(317){opacity:.4746;transform:translate(30.7888vw,-10px) scale(.0573);animation:fall-317 14s -22s linear infinite}@keyframes fall-317{77.75%{transform:translate(35.1199vw,77.75vh) scale(.0573)}to{transform:translate(32.95435vw,99vh) scale(.0573)}}.snow:nth-child(318){opacity:1.4302;transform:translate(96.932vw,-10px) scale(.6473);animation:fall-318 13s -6s linear infinite}@keyframes fall-318{37.757%{transform:translate(99.2621vw,37.757vh) scale(.6473)}to{transform:translate(98.09705vw,99vh) scale(.6473)}}.snow:nth-child(319){opacity:.7766;transform:translate(21.0886vw,-10px) scale(.2381);animation:fall-319 25s -19s linear infinite}@keyframes fall-319{69.513%{transform:translate(28.7903vw,69.513vh) scale(.2381)}to{transform:translate(24.93945vw,99vh) scale(.2381)}}.snow:nth-child(320){opacity:1.7836;transform:translate(18.4555vw,-10px) scale(.5644);animation:fall-320 14s -13s linear infinite}@keyframes fall-320{63.118%{transform:translate(17.9404vw,63.118vh) scale(.5644)}to{transform:translate(18.19795vw,99vh) scale(.5644)}}.snow:nth-child(321){opacity:1.2246;transform:translate(65.9435vw,-10px) scale(.6931);animation:fall-321 30s -30s linear infinite}@keyframes fall-321{39.421%{transform:translate(63.5281vw,39.421vh) scale(.6931)}to{transform:translate(64.7358vw,99vh) scale(.6931)}}.snow:nth-child(322){opacity:.067;transform:translate(53.6543vw,-10px) scale(.2396);animation:fall-322 28s -3s linear infinite}@keyframes fall-322{49.264%{transform:translate(46.4161vw,49.264vh) scale(.2396)}to{transform:translate(50.0352vw,99vh) scale(.2396)}}.snow:nth-child(323){opacity:1.7542;transform:translate(72.2019vw,-10px) scale(.4852);animation:fall-323 13s -13s linear infinite}@keyframes fall-323{49.854%{transform:translate(65.9358vw,49.854vh) scale(.4852)}to{transform:translate(69.06885vw,99vh) scale(.4852)}}.snow:nth-child(324){opacity:.7206;transform:translate(99.482vw,-10px) scale(.2756);animation:fall-324 11s -22s linear infinite}@keyframes fall-324{38.017%{transform:translate(99.9272vw,38.017vh) scale(.2756)}to{transform:translate(99.7046vw,99vh) scale(.2756)}}.snow:nth-child(325){opacity:1.6984;transform:translate(97.8726vw,-10px) scale(.1939);animation:fall-325 19s -28s linear infinite}@keyframes fall-325{48.585%{transform:translate(93.121vw,48.585vh) scale(.1939)}to{transform:translate(95.4968vw,99vh) scale(.1939)}}.snow:nth-child(326){opacity:1.9704;transform:translate(78.3622vw,-10px) scale(.9744);animation:fall-326 16s -15s linear infinite}@keyframes fall-326{59.631%{transform:translate(84.1266vw,59.631vh) scale(.9744)}to{transform:translate(81.2444vw,99vh) scale(.9744)}}.snow:nth-child(327){opacity:.2502;transform:translate(15.9416vw,-10px) scale(.1345);animation:fall-327 14s -18s linear infinite}@keyframes fall-327{65.154%{transform:translate(13.4078vw,65.154vh) scale(.1345)}to{transform:translate(14.6747vw,99vh) scale(.1345)}}.snow:nth-child(328){opacity:.2988;transform:translate(60.095vw,-10px) scale(.9056);animation:fall-328 11s -1s linear infinite}@keyframes fall-328{47.599%{transform:translate(69.0198vw,47.599vh) scale(.9056)}to{transform:translate(64.5574vw,99vh) scale(.9056)}}.snow:nth-child(329){opacity:.3148;transform:translate(37.8197vw,-10px) scale(.4415);animation:fall-329 12s -9s linear infinite}@keyframes fall-329{37.354%{transform:translate(39.1085vw,37.354vh) scale(.4415)}to{transform:translate(38.4641vw,99vh) scale(.4415)}}.snow:nth-child(330){opacity:1.8268;transform:translate(72.0809vw,-10px) scale(.8892);animation:fall-330 12s -18s linear infinite}@keyframes fall-330{45.929%{transform:translate(76.0141vw,45.929vh) scale(.8892)}to{transform:translate(74.0475vw,99vh) scale(.8892)}}.snow:nth-child(331){opacity:1.2948;transform:translate(23.3734vw,-10px) scale(.1321);animation:fall-331 18s -5s linear infinite}@keyframes fall-331{60.405%{transform:translate(28.1286vw,60.405vh) scale(.1321)}to{transform:translate(25.751vw,99vh) scale(.1321)}}.snow:nth-child(332){opacity:1.3672;transform:translate(29.2417vw,-10px) scale(.3258);animation:fall-332 23s -19s linear infinite}@keyframes fall-332{63.014%{transform:translate(27.3414vw,63.014vh) scale(.3258)}to{transform:translate(28.29155vw,99vh) scale(.3258)}}.snow:nth-child(333){opacity:1.8026;transform:translate(61.813vw,-10px) scale(.0918);animation:fall-333 10s -13s linear infinite}@keyframes fall-333{70.375%{transform:translate(64.8851vw,70.375vh) scale(.0918)}to{transform:translate(63.34905vw,99vh) scale(.0918)}}.snow:nth-child(334){opacity:1.6484;transform:translate(59.8605vw,-10px) scale(.8618);animation:fall-334 12s -13s linear infinite}@keyframes fall-334{75.159%{transform:translate(69.0289vw,75.159vh) scale(.8618)}to{transform:translate(64.4447vw,99vh) scale(.8618)}}.snow:nth-child(335){opacity:.7538;transform:translate(61.0058vw,-10px) scale(.381);animation:fall-335 30s -14s linear infinite}@keyframes fall-335{60.989%{transform:translate(57.7047vw,60.989vh) scale(.381)}to{transform:translate(59.35525vw,99vh) scale(.381)}}.snow:nth-child(336){opacity:1.945;transform:translate(.1392vw,-10px) scale(.6928);animation:fall-336 15s -14s linear infinite}@keyframes fall-336{47.27%{transform:translate(8.0524vw,47.27vh) scale(.6928)}to{transform:translate(4.0958vw,99vh) scale(.6928)}}.snow:nth-child(337){opacity:.7962;transform:translate(8.5376vw,-10px) scale(.5959);animation:fall-337 18s -27s linear infinite}@keyframes fall-337{66.953%{transform:translate(13.4785vw,66.953vh) scale(.5959)}to{transform:translate(11.00805vw,99vh) scale(.5959)}}.snow:nth-child(338){opacity:1.9054;transform:translate(32.4534vw,-10px) scale(.6415);animation:fall-338 25s -14s linear infinite}@keyframes fall-338{70.682%{transform:translate(32.9531vw,70.682vh) scale(.6415)}to{transform:translate(32.70325vw,99vh) scale(.6415)}}.snow:nth-child(339){opacity:1.3146;transform:translate(21.6888vw,-10px) scale(.7613);animation:fall-339 24s -8s linear infinite}@keyframes fall-339{49.348%{transform:translate(13.0934vw,49.348vh) scale(.7613)}to{transform:translate(17.3911vw,99vh) scale(.7613)}}.snow:nth-child(340){opacity:1.334;transform:translate(46.4979vw,-10px) scale(.1718);animation:fall-340 13s -16s linear infinite}@keyframes fall-340{30.699%{transform:translate(41.4312vw,30.699vh) scale(.1718)}to{transform:translate(43.96455vw,99vh) scale(.1718)}}.snow:nth-child(341){opacity:.3588;transform:translate(89.8686vw,-10px) scale(.7435);animation:fall-341 26s -12s linear infinite}@keyframes fall-341{76.038%{transform:translate(99.1412vw,76.038vh) scale(.7435)}to{transform:translate(94.5049vw,99vh) scale(.7435)}}.snow:nth-child(342){opacity:1.0338;transform:translate(63.2366vw,-10px) scale(.4292);animation:fall-342 27s -14s linear infinite}@keyframes fall-342{59.054%{transform:translate(66.8299vw,59.054vh) scale(.4292)}to{transform:translate(65.03325vw,99vh) scale(.4292)}}.snow:nth-child(343){opacity:.288;transform:translate(34.5842vw,-10px) scale(.5637);animation:fall-343 14s -16s linear infinite}@keyframes fall-343{77.256%{transform:translate(24.7978vw,77.256vh) scale(.5637)}to{transform:translate(29.691vw,99vh) scale(.5637)}}.snow:nth-child(344){opacity:.8316;transform:translate(26.5085vw,-10px) scale(.1294);animation:fall-344 25s -25s linear infinite}@keyframes fall-344{47.263%{transform:translate(20.5798vw,47.263vh) scale(.1294)}to{transform:translate(23.54415vw,99vh) scale(.1294)}}.snow:nth-child(345){opacity:1.4712;transform:translate(21.8508vw,-10px) scale(.1713);animation:fall-345 26s -30s linear infinite}@keyframes fall-345{67.197%{transform:translate(18.8124vw,67.197vh) scale(.1713)}to{transform:translate(20.3316vw,99vh) scale(.1713)}}.snow:nth-child(346){opacity:.7102;transform:translate(55.3726vw,-10px) scale(.0556);animation:fall-346 28s -7s linear infinite}@keyframes fall-346{37.234%{transform:translate(57.7689vw,37.234vh) scale(.0556)}to{transform:translate(56.57075vw,99vh) scale(.0556)}}.snow:nth-child(347){opacity:.8278;transform:translate(58.0115vw,-10px) scale(.9698);animation:fall-347 16s -22s linear infinite}@keyframes fall-347{39.173%{transform:translate(60.1791vw,39.173vh) scale(.9698)}to{transform:translate(59.0953vw,99vh) scale(.9698)}}.snow:nth-child(348){opacity:1.6148;transform:translate(91.4135vw,-10px) scale(.2274);animation:fall-348 12s -15s linear infinite}@keyframes fall-348{75.374%{transform:translate(101.0261vw,75.374vh) scale(.2274)}to{transform:translate(96.2198vw,99vh) scale(.2274)}}.snow:nth-child(349){opacity:1.1428;transform:translate(11.4459vw,-10px) scale(.7503);animation:fall-349 24s -19s linear infinite}@keyframes fall-349{52.921%{transform:translate(12.4618vw,52.921vh) scale(.7503)}to{transform:translate(11.95385vw,99vh) scale(.7503)}}.snow:nth-child(350){opacity:1.1644;transform:translate(21.5176vw,-10px) scale(.1391);animation:fall-350 27s -4s linear infinite}@keyframes fall-350{30.766%{transform:translate(19.9997vw,30.766vh) scale(.1391)}to{transform:translate(20.75865vw,99vh) scale(.1391)}}.snow:nth-child(351){opacity:1.35;transform:translate(27.6871vw,-10px) scale(.4103);animation:fall-351 12s -20s linear infinite}@keyframes fall-351{55.788%{transform:translate(35.0247vw,55.788vh) scale(.4103)}to{transform:translate(31.3559vw,99vh) scale(.4103)}}.snow:nth-child(352){opacity:1.3358;transform:translate(77.1669vw,-10px) scale(.2341);animation:fall-352 24s -19s linear infinite}@keyframes fall-352{62.052%{transform:translate(86.9109vw,62.052vh) scale(.2341)}to{transform:translate(82.0389vw,99vh) scale(.2341)}}.snow:nth-child(353){opacity:1.3582;transform:translate(15.4043vw,-10px) scale(.456);animation:fall-353 13s -20s linear infinite}@keyframes fall-353{40.218%{transform:translate(7.8168vw,40.218vh) scale(.456)}to{transform:translate(11.61055vw,99vh) scale(.456)}}.snow:nth-child(354){opacity:1.926;transform:translate(33.9774vw,-10px) scale(.1206);animation:fall-354 25s -13s linear infinite}@keyframes fall-354{45.912%{transform:translate(30.7389vw,45.912vh) scale(.1206)}to{transform:translate(32.35815vw,99vh) scale(.1206)}}.snow:nth-child(355){opacity:.5502;transform:translate(38.9073vw,-10px) scale(.3935);animation:fall-355 23s -27s linear infinite}@keyframes fall-355{34.218%{transform:translate(45.4416vw,34.218vh) scale(.3935)}to{transform:translate(42.17445vw,99vh) scale(.3935)}}.snow:nth-child(356){opacity:.3098;transform:translate(73.1vw,-10px) scale(.4536);animation:fall-356 22s -7s linear infinite}@keyframes fall-356{63.694%{transform:translate(71.5266vw,63.694vh) scale(.4536)}to{transform:translate(72.3133vw,99vh) scale(.4536)}}.snow:nth-child(357){opacity:.2566;transform:translate(4.6596vw,-10px) scale(.8106);animation:fall-357 22s -7s linear infinite}@keyframes fall-357{53.035%{transform:translate(-.0581vw,53.035vh) scale(.8106)}to{transform:translate(2.30075vw,99vh) scale(.8106)}}.snow:nth-child(358){opacity:1.3564;transform:translate(70.9297vw,-10px) scale(.533);animation:fall-358 10s -24s linear infinite}@keyframes fall-358{53.915%{transform:translate(69.5107vw,53.915vh) scale(.533)}to{transform:translate(70.2202vw,99vh) scale(.533)}}.snow:nth-child(359){opacity:.0708;transform:translate(36.3313vw,-10px) scale(.4386);animation:fall-359 26s -4s linear infinite}@keyframes fall-359{33.688%{transform:translate(34.3827vw,33.688vh) scale(.4386)}to{transform:translate(35.357vw,99vh) scale(.4386)}}.snow:nth-child(360){opacity:1.9568;transform:translate(30.4242vw,-10px) scale(.3685);animation:fall-360 30s -10s linear infinite}@keyframes fall-360{45.14%{transform:translate(36.0001vw,45.14vh) scale(.3685)}to{transform:translate(33.21215vw,99vh) scale(.3685)}}.snow:nth-child(361){opacity:.4282;transform:translate(82.2239vw,-10px) scale(.0512);animation:fall-361 11s -28s linear infinite}@keyframes fall-361{40.154%{transform:translate(85.8583vw,40.154vh) scale(.0512)}to{transform:translate(84.0411vw,99vh) scale(.0512)}}.snow:nth-child(362){opacity:1.187;transform:translate(83.2886vw,-10px) scale(.7599);animation:fall-362 19s -18s linear infinite}@keyframes fall-362{43.737%{transform:translate(92.2978vw,43.737vh) scale(.7599)}to{transform:translate(87.7932vw,99vh) scale(.7599)}}.snow:nth-child(363){opacity:.3514;transform:translate(92.0079vw,-10px) scale(.4383);animation:fall-363 20s -21s linear infinite}@keyframes fall-363{53.26%{transform:translate(100.7575vw,53.26vh) scale(.4383)}to{transform:translate(96.3827vw,99vh) scale(.4383)}}.snow:nth-child(364){opacity:1.0164;transform:translate(5.1874vw,-10px) scale(.2856);animation:fall-364 21s -18s linear infinite}@keyframes fall-364{68.671%{transform:translate(.3936vw,68.671vh) scale(.2856)}to{transform:translate(2.7905vw,99vh) scale(.2856)}}.snow:nth-child(365){opacity:1.981;transform:translate(47.9343vw,-10px) scale(.1548);animation:fall-365 10s -20s linear infinite}@keyframes fall-365{35.307%{transform:translate(52.3877vw,35.307vh) scale(.1548)}to{transform:translate(50.161vw,99vh) scale(.1548)}}.snow:nth-child(366){opacity:1.153;transform:translate(33.9608vw,-10px) scale(.1862);animation:fall-366 17s -17s linear infinite}@keyframes fall-366{49.837%{transform:translate(43.5431vw,49.837vh) scale(.1862)}to{transform:translate(38.75195vw,99vh) scale(.1862)}}.snow:nth-child(367){opacity:.2292;transform:translate(11.3493vw,-10px) scale(.6417);animation:fall-367 23s -26s linear infinite}@keyframes fall-367{64.54%{transform:translate(4.7668vw,64.54vh) scale(.6417)}to{transform:translate(8.05805vw,99vh) scale(.6417)}}.snow:nth-child(368){opacity:.4292;transform:translate(91.174vw,-10px) scale(.9359);animation:fall-368 21s -9s linear infinite}@keyframes fall-368{76.397%{transform:translate(82.6365vw,76.397vh) scale(.9359)}to{transform:translate(86.90525vw,99vh) scale(.9359)}}.snow:nth-child(369){opacity:1.2616;transform:translate(65.1961vw,-10px) scale(.3264);animation:fall-369 27s -29s linear infinite}@keyframes fall-369{64.836%{transform:translate(71.2366vw,64.836vh) scale(.3264)}to{transform:translate(68.21635vw,99vh) scale(.3264)}}.snow:nth-child(370){opacity:1.0944;transform:translate(35.5718vw,-10px) scale(.724);animation:fall-370 25s -6s linear infinite}@keyframes fall-370{30.446%{transform:translate(34.518vw,30.446vh) scale(.724)}to{transform:translate(35.0449vw,99vh) scale(.724)}}.snow:nth-child(371){opacity:1.5964;transform:translate(27.1732vw,-10px) scale(.0279);animation:fall-371 28s -6s linear infinite}@keyframes fall-371{52.521%{transform:translate(31.4395vw,52.521vh) scale(.0279)}to{transform:translate(29.30635vw,99vh) scale(.0279)}}.snow:nth-child(372){opacity:.9884;transform:translate(60.1429vw,-10px) scale(.0141);animation:fall-372 25s -1s linear infinite}@keyframes fall-372{44.911%{transform:translate(50.6448vw,44.911vh) scale(.0141)}to{transform:translate(55.39385vw,99vh) scale(.0141)}}.snow:nth-child(373){opacity:.6702;transform:translate(4.6922vw,-10px) scale(.5937);animation:fall-373 10s -7s linear infinite}@keyframes fall-373{46.106%{transform:translate(-3.8778vw,46.106vh) scale(.5937)}to{transform:translate(.4072vw,99vh) scale(.5937)}}.snow:nth-child(374){opacity:.6524;transform:translate(20.3487vw,-10px) scale(.983);animation:fall-374 29s -17s linear infinite}@keyframes fall-374{58.469%{transform:translate(14.2017vw,58.469vh) scale(.983)}to{transform:translate(17.2752vw,99vh) scale(.983)}}.snow:nth-child(375){opacity:1.0492;transform:translate(17.322vw,-10px) scale(.9383);animation:fall-375 13s -1s linear infinite}@keyframes fall-375{32.323%{transform:translate(19.6446vw,32.323vh) scale(.9383)}to{transform:translate(18.4833vw,99vh) scale(.9383)}}.snow:nth-child(376){opacity:1.014;transform:translate(88.6109vw,-10px) scale(.805);animation:fall-376 21s -13s linear infinite}@keyframes fall-376{77.849%{transform:translate(88.8529vw,77.849vh) scale(.805)}to{transform:translate(88.7319vw,99vh) scale(.805)}}.snow:nth-child(377){opacity:.9776;transform:translate(7.211vw,-10px) scale(.2543);animation:fall-377 25s -12s linear infinite}@keyframes fall-377{44.825%{transform:translate(3.6743vw,44.825vh) scale(.2543)}to{transform:translate(5.44265vw,99vh) scale(.2543)}}.snow:nth-child(378){opacity:.8886;transform:translate(87.4198vw,-10px) scale(.8005);animation:fall-378 12s -12s linear infinite}@keyframes fall-378{78.346%{transform:translate(80.7347vw,78.346vh) scale(.8005)}to{transform:translate(84.07725vw,99vh) scale(.8005)}}.snow:nth-child(379){opacity:1.748;transform:translate(19.2439vw,-10px) scale(.6505);animation:fall-379 23s -30s linear infinite}@keyframes fall-379{48.998%{transform:translate(26.4357vw,48.998vh) scale(.6505)}to{transform:translate(22.8398vw,99vh) scale(.6505)}}.snow:nth-child(380){opacity:1.7594;transform:translate(40.5925vw,-10px) scale(.8087);animation:fall-380 15s -17s linear infinite}@keyframes fall-380{34.631%{transform:translate(44.4652vw,34.631vh) scale(.8087)}to{transform:translate(42.52885vw,99vh) scale(.8087)}}.snow:nth-child(381){opacity:1.0912;transform:translate(19.5807vw,-10px) scale(.5671);animation:fall-381 22s -12s linear infinite}@keyframes fall-381{55.063%{transform:translate(11.5076vw,55.063vh) scale(.5671)}to{transform:translate(15.54415vw,99vh) scale(.5671)}}.snow:nth-child(382){opacity:1.1684;transform:translate(59.8328vw,-10px) scale(.1558);animation:fall-382 23s -9s linear infinite}@keyframes fall-382{67.996%{transform:translate(68.1063vw,67.996vh) scale(.1558)}to{transform:translate(63.96955vw,99vh) scale(.1558)}}.snow:nth-child(383){opacity:.5348;transform:translate(94.9432vw,-10px) scale(.5905);animation:fall-383 23s -21s linear infinite}@keyframes fall-383{49.354%{transform:translate(94.0453vw,49.354vh) scale(.5905)}to{transform:translate(94.49425vw,99vh) scale(.5905)}}.snow:nth-child(384){opacity:.7634;transform:translate(78.2999vw,-10px) scale(.296);animation:fall-384 25s -13s linear infinite}@keyframes fall-384{63.19%{transform:translate(69.3164vw,63.19vh) scale(.296)}to{transform:translate(73.80815vw,99vh) scale(.296)}}.snow:nth-child(385){opacity:.2402;transform:translate(22.736vw,-10px) scale(.9334);animation:fall-385 14s -27s linear infinite}@keyframes fall-385{55.064%{transform:translate(24.7408vw,55.064vh) scale(.9334)}to{transform:translate(23.7384vw,99vh) scale(.9334)}}.snow:nth-child(386){opacity:1.065;transform:translate(92.2306vw,-10px) scale(.0046);animation:fall-386 19s -8s linear infinite}@keyframes fall-386{43.068%{transform:translate(99.1626vw,43.068vh) scale(.0046)}to{transform:translate(95.6966vw,99vh) scale(.0046)}}.snow:nth-child(387){opacity:.8478;transform:translate(10.7342vw,-10px) scale(.2259);animation:fall-387 16s -18s linear infinite}@keyframes fall-387{41.942%{transform:translate(13.7745vw,41.942vh) scale(.2259)}to{transform:translate(12.25435vw,99vh) scale(.2259)}}.snow:nth-child(388){opacity:.4854;transform:translate(11.3203vw,-10px) scale(.7703);animation:fall-388 25s -30s linear infinite}@keyframes fall-388{68.32%{transform:translate(13.9445vw,68.32vh) scale(.7703)}to{transform:translate(12.6324vw,99vh) scale(.7703)}}.snow:nth-child(389){opacity:.0278;transform:translate(25.0119vw,-10px) scale(.6261);animation:fall-389 17s -12s linear infinite}@keyframes fall-389{46.698%{transform:translate(18.9257vw,46.698vh) scale(.6261)}to{transform:translate(21.9688vw,99vh) scale(.6261)}}.snow:nth-child(390){opacity:.6632;transform:translate(38.8837vw,-10px) scale(.8079);animation:fall-390 29s -26s linear infinite}@keyframes fall-390{68.521%{transform:translate(42.9519vw,68.521vh) scale(.8079)}to{transform:translate(40.9178vw,99vh) scale(.8079)}}.snow:nth-child(391){opacity:.859;transform:translate(67.5377vw,-10px) scale(.5457);animation:fall-391 11s -10s linear infinite}@keyframes fall-391{52.628%{transform:translate(71.2834vw,52.628vh) scale(.5457)}to{transform:translate(69.41055vw,99vh) scale(.5457)}}.snow:nth-child(392){opacity:1.0946;transform:translate(42.4108vw,-10px) scale(.1177);animation:fall-392 25s -18s linear infinite}@keyframes fall-392{43.53%{transform:translate(43.0606vw,43.53vh) scale(.1177)}to{transform:translate(42.7357vw,99vh) scale(.1177)}}.snow:nth-child(393){opacity:1.2208;transform:translate(57.6572vw,-10px) scale(.8003);animation:fall-393 26s -18s linear infinite}@keyframes fall-393{52.558%{transform:translate(51.6536vw,52.558vh) scale(.8003)}to{transform:translate(54.6554vw,99vh) scale(.8003)}}.snow:nth-child(394){opacity:.58;transform:translate(20.7713vw,-10px) scale(.3438);animation:fall-394 11s -27s linear infinite}@keyframes fall-394{71.091%{transform:translate(18.6271vw,71.091vh) scale(.3438)}to{transform:translate(19.6992vw,99vh) scale(.3438)}}.snow:nth-child(395){opacity:1.0616;transform:translate(48.4249vw,-10px) scale(.8697);animation:fall-395 26s -27s linear infinite}@keyframes fall-395{33.167%{transform:translate(42.5299vw,33.167vh) scale(.8697)}to{transform:translate(45.4774vw,99vh) scale(.8697)}}.snow:nth-child(396){opacity:1.335;transform:translate(19.9356vw,-10px) scale(.9131);animation:fall-396 18s -25s linear infinite}@keyframes fall-396{46.179%{transform:translate(20.7211vw,46.179vh) scale(.9131)}to{transform:translate(20.32835vw,99vh) scale(.9131)}}.snow:nth-child(397){opacity:1.8654;transform:translate(16.4632vw,-10px) scale(.8191);animation:fall-397 24s -8s linear infinite}@keyframes fall-397{36.107%{transform:translate(10.8042vw,36.107vh) scale(.8191)}to{transform:translate(13.6337vw,99vh) scale(.8191)}}.snow:nth-child(398){opacity:1.63;transform:translate(13.7994vw,-10px) scale(.4712);animation:fall-398 11s -14s linear infinite}@keyframes fall-398{69.247%{transform:translate(21.8235vw,69.247vh) scale(.4712)}to{transform:translate(17.81145vw,99vh) scale(.4712)}}.snow:nth-child(399){opacity:.9968;transform:translate(47.8801vw,-10px) scale(.9247);animation:fall-399 22s -2s linear infinite}@keyframes fall-399{61.877%{transform:translate(55.3908vw,61.877vh) scale(.9247)}to{transform:translate(51.63545vw,99vh) scale(.9247)}}.snow:nth-child(400){opacity:1.405;transform:translate(75.3708vw,-10px) scale(.7986);animation:fall-400 13s -15s linear infinite}@keyframes fall-400{71.068%{transform:translate(84.3772vw,71.068vh) scale(.7986)}to{transform:translate(79.874vw,99vh) scale(.7986)}}\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 });
79
79
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AppComponent, decorators: [{
80
80
  type: Component,
81
- args: [{ selector: 'app-root', encapsulation: ViewEncapsulation.None, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows; trackBy: snowTrackBy\" class=\"snow\"></div>\r\n</ng-container>\r\n<router-outlet></router-outlet>", styles: [".table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width: 0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width: 0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width: 0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width: 0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width: 0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:rgba(2,74,136,.5)}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:rgba(45,146,45,.5)}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:rgba(36,141,173,.5)}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:rgba(247,154,23,.5)}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:rgba(191,23,37,.5)}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:rgba(0,0,0,.4)}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:rgba(0,0,0,.2)}.card.overlay .card-img{border-radius:0;-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media (min-width: 1400px){.d-xxl-block{display:block!important}}@media (min-width: 576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:rgba(2,74,136,.8)!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:rgba(2,74,136,.5);border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:rgba(2,74,136,.95)!important;border-color:#024a88f2!important}.btn-success{background:rgba(45,146,45,.8);border-color:#2d922dcc}.btn-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:rgba(45,146,45,.95)!important;border-color:#2d922df2!important}.btn-info{background:rgba(36,141,173,.8);border-color:#248dadcc}.btn-info.medium-opacity{background:rgba(36,141,173,.5);border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:rgba(36,141,173,.95)!important;border-color:#248dadf2!important}.btn-warning{background:rgba(247,154,23,.8);border-color:#f79a17cc}.btn-warning.medium-opacity{background:rgba(247,154,23,.5);border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:rgba(247,154,23,.95)!important;border-color:#f79a17f2!important}.btn-danger{background:rgba(191,23,37,.8);border-color:#bf1725cc}.btn-danger.medium-opacity{background:rgba(191,23,37,.5);border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:rgba(191,23,37,.95)!important;border-color:#bf1725f2!important}.btn-dark{background:rgba(0,0,0,.8);border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:rgba(0,0,0,.5);border-color:#0000001a}.btn-dark:hover{background:black;border-color:#000}.btn-dark:active{background:rgba(0,0,0,.95)!important;border-color:#000000f2!important}.btn-main{background:rgba(36,45,58,.8);border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:rgba(36,45,58,.5);border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:rgba(36,45,58,.95)!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242D3A;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242D3A}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242D3A}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:rgba(255,255,255,.1) url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:rgba(2,74,136,.5)!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:rgba(45,146,45,.5)!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:rgba(247,154,23,.5)!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:rgba(191,23,37,.5)!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:rgba(36,45,58,.5)!important}.bg-dark{background:black!important}.bg-dark.medium-opacity{background:rgba(0,0,0,.5)!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800px){.modal-feminist{max-width:1366px}}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{transform:scaleY(-1)}.app-flip-x{transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box-600{max-height:600px;overflow-x:hidden;overflow-y:auto}.list-area{position:relative!important}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:rgba(255,50,50,.2);position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:white;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.wizard-step-container{background-color:#fff;box-shadow:#63636333 0 2px 8px;padding:10px}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:rgba(0,0,0,.5) none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:rgb(237,237,237);border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{padding-left:0;margin-top:20px}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.app-search-background{z-index:9999;margin-top:60px;padding:0;background-color:#0000004d;width:100vw;height:calc(100vh - 60px)}.app-search-result-box{height:calc(100% - 35px);overflow:hidden;margin:20px}.app-search-card{margin-top:2px;margin-bottom:10px;padding:15px;background-color:#fff;box-shadow:#06182c66 0 0 0 2px,#06182ca6 0 4px 6px -1px,#ffffff14 0 1px inset}.pull-left{float:left}.pull-right{float:right}.pace .pace-progress{background:#637CA0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#cccccc}::-webkit-scrollbar-thumb:active{background:#888888}::-webkit-scrollbar-track{background:#666666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666666}::-webkit-scrollbar-track:active{background:#333333}::-webkit-scrollbar-corner{background:transparent}.transition{transition:.3s}.widget-controls{position:absolute;z-index:1;top:0;right:0;padding:10px 20px;font-size:14px}.widget-controls a{color:#fff;margin-left:7px;line-height:1;vertical-align:top;display:inline-block}.widget-controls a i.glyphicon-resize-full{font-size:13px}.widget-controls a:hover{color:#ffffffb3}.widget-controls a.dropdown-toggle:after{display:none}.widget-controls ul.dropdown-menu{min-width:9rem;padding:0;border-radius:0}.widget-controls ul.dropdown-menu li{padding:4px;overflow:hidden}.widget-controls ul.dropdown-menu li a{color:#242d3a;font-size:13px;width:100%}.widget-controls ul.dropdown-menu li:hover{background-color:#242d3a}.widget-controls ul.dropdown-menu li:hover a{color:#fff}.card.fullscreened .card-header{line-height:35px}.card.fullscreened .card-header .widget-controls{padding:20px}.card.fullscreened .card-header .widget-controls a{margin-left:12px}.card.fullscreened .card-header .widget-controls a.setting{display:none}.card.fullscreened.card-primary{background:#024a88}.card.fullscreened.card-success{background:#2d922d}.card.fullscreened.card-info{background:#248dad}.card.fullscreened.card-warning{background:#f79a17}.card.fullscreened.card-danger{background:#bf1725}.scrolling{height:100%;overflow-y:scroll;padding-bottom:60px}.no-margin{margin:0}.bottom-15{margin-bottom:15px}.m-t-5{margin-top:5px}.m-t-15{margin-top:15px}.res-img{width:100%}.chart-outher{width:55%;margin:0 auto}.p-t-10{padding-top:10%}.o-visible{overflow:visible}.w-150{width:150px}.w-200{width:200px}@media (max-width: 543px){.chart-outher{width:100%}}@media (min-width: 544px) and (max-width: 767px){.chart-outher{width:85%}}@media (min-width: 992px) and (max-width: 1199px){.chart-outher{width:65%}}.mat-form-field-disabled .mat-form-field-wrapper{background-color:#ddd}.mat-no-border-top .mat-form-field-infix{border-top:none!important}.mat-dflt-margin,.mat-form-field-appearance-outline .mat-form-field-wrapper{margin-top:.125em!important;margin-bottom:.125em!important}.mat-form-field-wrapper{padding-bottom:0;height:35px;min-height:35px!important;margin-bottom:-7px!important}.mat-full-width{width:100%}.mat-full-height .mat-form-field-wrapper{height:100%!important}.mat-form-field-appearance-outline .mat-form-field-infix{padding-top:5px;padding-bottom:0;height:36px}.mat-form-field-appearance-outline .mat-form-field-infix select.mat-input-element{background-color:transparent;margin-bottom:-11px!important;margin-top:-2px!important;padding-top:0!important;top:0!important}.mat-form-field-appearance-outline .mat-form-field-infix input{display:inline-flex;margin-top:-8px;margin-bottom:-5px;padding-top:8px}.mat-form-field-appearance-outline .mat-form-field-suffix{height:25px!important;top:-2px!important}.mat-form-field-appearance-outline .mat-form-field-suffix .form-input-suffix{margin-right:5px!important;position:absolute!important;top:7px!important;right:4px!important}.mat-form-field-appearance-outline .mat-form-field-infix .form-input-suffix{position:relative!important;top:-4px!important}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:32px!important}.mat-form-field-label-wrapper{top:-8px}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{top:60%!important}.mat-form-field-suffix{margin-right:-10px!important}.cdk-overlay-container{z-index:99999999!important}.mat-height-fixed .mat-form-field-flex{height:38px!important}.mat-height-auto .mat-form-field-flex{height:auto!important;padding-bottom:5px!important;padding-top:5px!important;padding-right:2px!important}.mat-height-auto .mat-form-field-infix{height:auto!important}.mat-icon-button-override{width:25px!important;top:0!important;color:#000000a3!important;position:absolute!important}.mat-icon-button-override-suffix{right:-5px!important}.mat-icon-button-override-prefix{left:-5px!important}.mat-option{height:25px!important;font-size:14px!important}.ngx-mat-timepicker .mat-form-field-infix{border-top:none!important}.mat-form-field-wrapper .form-control{width:100%;border:none;padding:0;line-height:1}.mat-form-field-wrapper .form-control:focus{box-shadow:none!important}.mat-form-field-wrapper .form-control.checking-field.ng-touched{padding-right:0;background-position-y:14px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.mat-chip-list-wrapper input.mat-input-element,.mat-chip-list-wrapper .mat-standard-chip{margin:1px 4px 4px!important;padding-top:10px!important}.mat-chip-list-wrapper{margin:0!important;padding:5px!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:1.6864;transform:translate(84.182vw,-10px) scale(.5043);animation:fall-1 19s -10s linear infinite}@keyframes fall-1{68.49%{transform:translate(87.0104vw,68.49vh) scale(.5043)}to{transform:translate(85.5962vw,99vh) scale(.5043)}}.snow:nth-child(2){opacity:.321;transform:translate(66.0603vw,-10px) scale(.8069);animation:fall-2 27s -8s linear infinite}@keyframes fall-2{49.119%{transform:translate(74.7852vw,49.119vh) scale(.8069)}to{transform:translate(70.42275vw,99vh) scale(.8069)}}.snow:nth-child(3){opacity:1.4222;transform:translate(56.6889vw,-10px) scale(.4963);animation:fall-3 24s -25s linear infinite}@keyframes fall-3{38.295%{transform:translate(63.5106vw,38.295vh) scale(.4963)}to{transform:translate(60.09975vw,99vh) scale(.4963)}}.snow:nth-child(4){opacity:1.2464;transform:translate(33.8284vw,-10px) scale(.7044);animation:fall-4 19s -5s linear infinite}@keyframes fall-4{60.539%{transform:translate(30.9918vw,60.539vh) scale(.7044)}to{transform:translate(32.4101vw,99vh) scale(.7044)}}.snow:nth-child(5){opacity:.7972;transform:translate(59.2293vw,-10px) scale(.6273);animation:fall-5 18s -6s linear infinite}@keyframes fall-5{76.892%{transform:translate(58.2684vw,76.892vh) scale(.6273)}to{transform:translate(58.74885vw,99vh) scale(.6273)}}.snow:nth-child(6){opacity:.3828;transform:translate(68.9165vw,-10px) scale(.0818);animation:fall-6 15s -5s linear infinite}@keyframes fall-6{39.899%{transform:translate(63.9754vw,39.899vh) scale(.0818)}to{transform:translate(66.44595vw,99vh) scale(.0818)}}.snow:nth-child(7){opacity:1.9564;transform:translate(46.1409vw,-10px) scale(.6426);animation:fall-7 11s -24s linear infinite}@keyframes fall-7{35.117%{transform:translate(42.4989vw,35.117vh) scale(.6426)}to{transform:translate(44.3199vw,99vh) scale(.6426)}}.snow:nth-child(8){opacity:1.3798;transform:translate(30.983vw,-10px) scale(.8317);animation:fall-8 25s -3s linear infinite}@keyframes fall-8{71.842%{transform:translate(26.2624vw,71.842vh) scale(.8317)}to{transform:translate(28.6227vw,99vh) scale(.8317)}}.snow:nth-child(9){opacity:1.2292;transform:translate(95.114vw,-10px) scale(.8647);animation:fall-9 11s -20s linear infinite}@keyframes fall-9{64.21%{transform:translate(88.885vw,64.21vh) scale(.8647)}to{transform:translate(91.9995vw,99vh) scale(.8647)}}.snow:nth-child(10){opacity:1.16;transform:translate(53.75vw,-10px) scale(.7699);animation:fall-10 14s -7s linear infinite}@keyframes fall-10{57.81%{transform:translate(56.4541vw,57.81vh) scale(.7699)}to{transform:translate(55.10205vw,99vh) scale(.7699)}}.snow:nth-child(11){opacity:.4214;transform:translate(33.7173vw,-10px) scale(.6765);animation:fall-11 12s -16s linear infinite}@keyframes fall-11{36.055%{transform:translate(38.2456vw,36.055vh) scale(.6765)}to{transform:translate(35.98145vw,99vh) scale(.6765)}}.snow:nth-child(12){opacity:.6106;transform:translate(24.3506vw,-10px) scale(.7114);animation:fall-12 17s -10s linear infinite}@keyframes fall-12{53.024%{transform:translate(29.1347vw,53.024vh) scale(.7114)}to{transform:translate(26.74265vw,99vh) scale(.7114)}}.snow:nth-child(13){opacity:.846;transform:translate(89.3192vw,-10px) scale(.3863);animation:fall-13 16s -6s linear infinite}@keyframes fall-13{31.627%{transform:translate(90.3598vw,31.627vh) scale(.3863)}to{transform:translate(89.8395vw,99vh) scale(.3863)}}.snow:nth-child(14){opacity:1.4284;transform:translate(66.6839vw,-10px) scale(.6791);animation:fall-14 22s -27s linear infinite}@keyframes fall-14{39.02%{transform:translate(72.0977vw,39.02vh) scale(.6791)}to{transform:translate(69.3908vw,99vh) scale(.6791)}}.snow:nth-child(15){opacity:1.5818;transform:translate(54.8038vw,-10px) scale(.0439);animation:fall-15 19s -11s linear infinite}@keyframes fall-15{45.215%{transform:translate(47.247vw,45.215vh) scale(.0439)}to{transform:translate(51.0254vw,99vh) scale(.0439)}}.snow:nth-child(16){opacity:1.324;transform:translate(11.0817vw,-10px) scale(.1495);animation:fall-16 17s -7s linear infinite}@keyframes fall-16{32.185%{transform:translate(3.4154vw,32.185vh) scale(.1495)}to{transform:translate(7.24855vw,99vh) scale(.1495)}}.snow:nth-child(17){opacity:1.4686;transform:translate(76.9308vw,-10px) scale(.254);animation:fall-17 13s -30s linear infinite}@keyframes fall-17{41.983%{transform:translate(78.4363vw,41.983vh) scale(.254)}to{transform:translate(77.68355vw,99vh) scale(.254)}}.snow:nth-child(18){opacity:1.978;transform:translate(8.1739vw,-10px) scale(.0224);animation:fall-18 23s -19s linear infinite}@keyframes fall-18{45.497%{transform:translate(-1.8227vw,45.497vh) scale(.0224)}to{transform:translate(3.1756vw,99vh) scale(.0224)}}.snow:nth-child(19){opacity:1.2832;transform:translate(24.7269vw,-10px) scale(.089);animation:fall-19 26s -26s linear infinite}@keyframes fall-19{38.336%{transform:translate(26.4386vw,38.336vh) scale(.089)}to{transform:translate(25.58275vw,99vh) scale(.089)}}.snow:nth-child(20){opacity:.3178;transform:translate(55.1808vw,-10px) scale(.1267);animation:fall-20 19s -3s linear infinite}@keyframes fall-20{64.494%{transform:translate(61.2134vw,64.494vh) scale(.1267)}to{transform:translate(58.1971vw,99vh) scale(.1267)}}.snow:nth-child(21){opacity:1.5036;transform:translate(34.0987vw,-10px) scale(.6632);animation:fall-21 13s -14s linear infinite}@keyframes fall-21{46.318%{transform:translate(43.9074vw,46.318vh) scale(.6632)}to{transform:translate(39.00305vw,99vh) scale(.6632)}}.snow:nth-child(22){opacity:1.7072;transform:translate(79.1339vw,-10px) scale(.9641);animation:fall-22 16s -18s linear infinite}@keyframes fall-22{61.822%{transform:translate(87.9598vw,61.822vh) scale(.9641)}to{transform:translate(83.54685vw,99vh) scale(.9641)}}.snow:nth-child(23){opacity:.7742;transform:translate(66.4396vw,-10px) scale(.0304);animation:fall-23 30s -26s linear infinite}@keyframes fall-23{57.321%{transform:translate(60.287vw,57.321vh) scale(.0304)}to{transform:translate(63.3633vw,99vh) scale(.0304)}}.snow:nth-child(24){opacity:1.6976;transform:translate(13.8581vw,-10px) scale(.7246);animation:fall-24 13s -17s linear infinite}@keyframes fall-24{73.931%{transform:translate(19.6306vw,73.931vh) scale(.7246)}to{transform:translate(16.74435vw,99vh) scale(.7246)}}.snow:nth-child(25){opacity:.9024;transform:translate(45.9417vw,-10px) scale(.9754);animation:fall-25 30s -28s linear infinite}@keyframes fall-25{77.485%{transform:translate(47.8354vw,77.485vh) scale(.9754)}to{transform:translate(46.88855vw,99vh) scale(.9754)}}.snow:nth-child(26){opacity:.9914;transform:translate(85.2174vw,-10px) scale(.4473);animation:fall-26 18s -16s linear infinite}@keyframes fall-26{71.581%{transform:translate(76.101vw,71.581vh) scale(.4473)}to{transform:translate(80.6592vw,99vh) scale(.4473)}}.snow:nth-child(27){opacity:1.303;transform:translate(2.335vw,-10px) scale(.4956);animation:fall-27 25s -7s linear infinite}@keyframes fall-27{36.95%{transform:translate(7.4607vw,36.95vh) scale(.4956)}to{transform:translate(4.89785vw,99vh) scale(.4956)}}.snow:nth-child(28){opacity:.1482;transform:translate(43.3601vw,-10px) scale(.0277);animation:fall-28 22s -24s linear infinite}@keyframes fall-28{36.535%{transform:translate(33.6428vw,36.535vh) scale(.0277)}to{transform:translate(38.50145vw,99vh) scale(.0277)}}.snow:nth-child(29){opacity:1.5284;transform:translate(72.0034vw,-10px) scale(.819);animation:fall-29 10s -17s linear infinite}@keyframes fall-29{77.047%{transform:translate(66.1588vw,77.047vh) scale(.819)}to{transform:translate(69.0811vw,99vh) scale(.819)}}.snow:nth-child(30){opacity:1.3428;transform:translate(59.8867vw,-10px) scale(.6309);animation:fall-30 16s -13s linear infinite}@keyframes fall-30{46.116%{transform:translate(50.0088vw,46.116vh) scale(.6309)}to{transform:translate(54.94775vw,99vh) scale(.6309)}}.snow:nth-child(31){opacity:1.786;transform:translate(95.732vw,-10px) scale(.5956);animation:fall-31 24s -13s linear infinite}@keyframes fall-31{69.206%{transform:translate(86.8702vw,69.206vh) scale(.5956)}to{transform:translate(91.3011vw,99vh) scale(.5956)}}.snow:nth-child(32){opacity:.487;transform:translate(76.4693vw,-10px) scale(.5026);animation:fall-32 19s -2s linear infinite}@keyframes fall-32{75.745%{transform:translate(67.2943vw,75.745vh) scale(.5026)}to{transform:translate(71.8818vw,99vh) scale(.5026)}}.snow:nth-child(33){opacity:1.7912;transform:translate(70.9361vw,-10px) scale(.4032);animation:fall-33 21s -6s linear infinite}@keyframes fall-33{41.16%{transform:translate(70.0121vw,41.16vh) scale(.4032)}to{transform:translate(70.4741vw,99vh) scale(.4032)}}.snow:nth-child(34){opacity:.5404;transform:translate(58.7654vw,-10px) scale(.3332);animation:fall-34 27s -21s linear infinite}@keyframes fall-34{30.078%{transform:translate(53.1117vw,30.078vh) scale(.3332)}to{transform:translate(55.93855vw,99vh) scale(.3332)}}.snow:nth-child(35){opacity:.2188;transform:translate(28.7104vw,-10px) scale(.2145);animation:fall-35 24s -22s linear infinite}@keyframes fall-35{35.652%{transform:translate(21.3989vw,35.652vh) scale(.2145)}to{transform:translate(25.05465vw,99vh) scale(.2145)}}.snow:nth-child(36){opacity:1.6278;transform:translate(59.8792vw,-10px) scale(.6181);animation:fall-36 14s -5s linear infinite}@keyframes fall-36{65.76%{transform:translate(63.6075vw,65.76vh) scale(.6181)}to{transform:translate(61.74335vw,99vh) scale(.6181)}}.snow:nth-child(37){opacity:1.0412;transform:translate(18.891vw,-10px) scale(.1705);animation:fall-37 20s -25s linear infinite}@keyframes fall-37{58.485%{transform:translate(21.9376vw,58.485vh) scale(.1705)}to{transform:translate(20.4143vw,99vh) scale(.1705)}}.snow:nth-child(38){opacity:.1156;transform:translate(81.2694vw,-10px) scale(.7139);animation:fall-38 26s -26s linear infinite}@keyframes fall-38{36.358%{transform:translate(79.6494vw,36.358vh) scale(.7139)}to{transform:translate(80.4594vw,99vh) scale(.7139)}}.snow:nth-child(39){opacity:.7334;transform:translate(61.5946vw,-10px) scale(.4761);animation:fall-39 19s -22s linear infinite}@keyframes fall-39{45.49%{transform:translate(69.7447vw,45.49vh) scale(.4761)}to{transform:translate(65.66965vw,99vh) scale(.4761)}}.snow:nth-child(40){opacity:.8596;transform:translate(49.5032vw,-10px) scale(.4238);animation:fall-40 27s -1s linear infinite}@keyframes fall-40{55.627%{transform:translate(44.9137vw,55.627vh) scale(.4238)}to{transform:translate(47.20845vw,99vh) scale(.4238)}}.snow:nth-child(41){opacity:.1124;transform:translate(98.9816vw,-10px) scale(.0937);animation:fall-41 21s -28s linear infinite}@keyframes fall-41{54.18%{transform:translate(90.1194vw,54.18vh) scale(.0937)}to{transform:translate(94.5505vw,99vh) scale(.0937)}}.snow:nth-child(42){opacity:.059;transform:translate(70.2953vw,-10px) scale(.0579);animation:fall-42 25s -13s linear infinite}@keyframes fall-42{67.705%{transform:translate(65.2588vw,67.705vh) scale(.0579)}to{transform:translate(67.77705vw,99vh) scale(.0579)}}.snow:nth-child(43){opacity:.6346;transform:translate(12.8159vw,-10px) scale(.0708);animation:fall-43 17s -11s linear infinite}@keyframes fall-43{49.544%{transform:translate(3.1243vw,49.544vh) scale(.0708)}to{transform:translate(7.9701vw,99vh) scale(.0708)}}.snow:nth-child(44){opacity:1.217;transform:translate(32.4414vw,-10px) scale(.8807);animation:fall-44 18s -4s linear infinite}@keyframes fall-44{79.132%{transform:translate(37.7586vw,79.132vh) scale(.8807)}to{transform:translate(35.1vw,99vh) scale(.8807)}}.snow:nth-child(45){opacity:1.6428;transform:translate(26.1679vw,-10px) scale(.1655);animation:fall-45 29s -22s linear infinite}@keyframes fall-45{52.147%{transform:translate(34.8799vw,52.147vh) scale(.1655)}to{transform:translate(30.5239vw,99vh) scale(.1655)}}.snow:nth-child(46){opacity:.76;transform:translate(40.8884vw,-10px) scale(.0997);animation:fall-46 27s -26s linear infinite}@keyframes fall-46{38.142%{transform:translate(35.6318vw,38.142vh) scale(.0997)}to{transform:translate(38.2601vw,99vh) scale(.0997)}}.snow:nth-child(47){opacity:1.0414;transform:translate(27.4788vw,-10px) scale(.8421);animation:fall-47 28s -6s linear infinite}@keyframes fall-47{74.919%{transform:translate(20.1737vw,74.919vh) scale(.8421)}to{transform:translate(23.82625vw,99vh) scale(.8421)}}.snow:nth-child(48){opacity:1.2586;transform:translate(60.711vw,-10px) scale(.6807);animation:fall-48 17s -15s linear infinite}@keyframes fall-48{51.232%{transform:translate(66.4288vw,51.232vh) scale(.6807)}to{transform:translate(63.5699vw,99vh) scale(.6807)}}.snow:nth-child(49){opacity:.7686;transform:translate(72.4431vw,-10px) scale(.857);animation:fall-49 14s -21s linear infinite}@keyframes fall-49{46.354%{transform:translate(71.4848vw,46.354vh) scale(.857)}to{transform:translate(71.96395vw,99vh) scale(.857)}}.snow:nth-child(50){opacity:.2304;transform:translate(55.6575vw,-10px) scale(.9203);animation:fall-50 20s -4s linear infinite}@keyframes fall-50{69.19%{transform:translate(52.119vw,69.19vh) scale(.9203)}to{transform:translate(53.88825vw,99vh) scale(.9203)}}.snow:nth-child(51){opacity:1.2938;transform:translate(94.0498vw,-10px) scale(.4958);animation:fall-51 26s -25s linear infinite}@keyframes fall-51{49.925%{transform:translate(98.8835vw,49.925vh) scale(.4958)}to{transform:translate(96.46665vw,99vh) scale(.4958)}}.snow:nth-child(52){opacity:.5202;transform:translate(41.4236vw,-10px) scale(.8156);animation:fall-52 25s -7s linear infinite}@keyframes fall-52{50.628%{transform:translate(44.695vw,50.628vh) scale(.8156)}to{transform:translate(43.0593vw,99vh) scale(.8156)}}.snow:nth-child(53){opacity:.7322;transform:translate(83.2884vw,-10px) scale(.2066);animation:fall-53 19s -6s linear infinite}@keyframes fall-53{73.781%{transform:translate(78.8167vw,73.781vh) scale(.2066)}to{transform:translate(81.05255vw,99vh) scale(.2066)}}.snow:nth-child(54){opacity:1.1106;transform:translate(22.362vw,-10px) scale(.3345);animation:fall-54 12s -23s linear infinite}@keyframes fall-54{63.136%{transform:translate(31.5683vw,63.136vh) scale(.3345)}to{transform:translate(26.96515vw,99vh) scale(.3345)}}.snow:nth-child(55){opacity:1.822;transform:translate(38.1648vw,-10px) scale(.1275);animation:fall-55 25s -17s linear infinite}@keyframes fall-55{60.529%{transform:translate(38.3883vw,60.529vh) scale(.1275)}to{transform:translate(38.27655vw,99vh) scale(.1275)}}.snow:nth-child(56){opacity:1.832;transform:translate(26.8431vw,-10px) scale(.7293);animation:fall-56 20s -29s linear infinite}@keyframes fall-56{74.877%{transform:translate(21.6829vw,74.877vh) scale(.7293)}to{transform:translate(24.263vw,99vh) scale(.7293)}}.snow:nth-child(57){opacity:.7622;transform:translate(5.1049vw,-10px) scale(.8773);animation:fall-57 19s -19s linear infinite}@keyframes fall-57{32.239%{transform:translate(1.0997vw,32.239vh) scale(.8773)}to{transform:translate(3.1023vw,99vh) scale(.8773)}}.snow:nth-child(58){opacity:.528;transform:translate(92.0129vw,-10px) scale(.2455);animation:fall-58 23s -18s linear infinite}@keyframes fall-58{52.697%{transform:translate(84.5661vw,52.697vh) scale(.2455)}to{transform:translate(88.2895vw,99vh) scale(.2455)}}.snow:nth-child(59){opacity:1.7058;transform:translate(89.8127vw,-10px) scale(.7996);animation:fall-59 19s -5s linear infinite}@keyframes fall-59{58.684%{transform:translate(87.3681vw,58.684vh) scale(.7996)}to{transform:translate(88.5904vw,99vh) scale(.7996)}}.snow:nth-child(60){opacity:1.2004;transform:translate(90.469vw,-10px) scale(.6697);animation:fall-60 30s -22s linear infinite}@keyframes fall-60{51.988%{transform:translate(87.1856vw,51.988vh) scale(.6697)}to{transform:translate(88.8273vw,99vh) scale(.6697)}}.snow:nth-child(61){opacity:1.0066;transform:translate(2.8742vw,-10px) scale(.5762);animation:fall-61 23s -3s linear infinite}@keyframes fall-61{66.696%{transform:translate(-4.8207vw,66.696vh) scale(.5762)}to{transform:translate(-.97325vw,99vh) scale(.5762)}}.snow:nth-child(62){opacity:1.9072;transform:translate(70.4928vw,-10px) scale(.4928);animation:fall-62 16s -13s linear infinite}@keyframes fall-62{43.287%{transform:translate(70.6988vw,43.287vh) scale(.4928)}to{transform:translate(70.5958vw,99vh) scale(.4928)}}.snow:nth-child(63){opacity:.001;transform:translate(71.246vw,-10px) scale(.7185);animation:fall-63 21s -2s linear infinite}@keyframes fall-63{47.68%{transform:translate(74.4353vw,47.68vh) scale(.7185)}to{transform:translate(72.84065vw,99vh) scale(.7185)}}.snow:nth-child(64){opacity:.6954;transform:translate(1.955vw,-10px) scale(.2117);animation:fall-64 11s -5s linear infinite}@keyframes fall-64{40.001%{transform:translate(10.3571vw,40.001vh) scale(.2117)}to{transform:translate(6.15605vw,99vh) scale(.2117)}}.snow:nth-child(65){opacity:1.9036;transform:translate(3.1529vw,-10px) scale(.7376);animation:fall-65 24s -9s linear infinite}@keyframes fall-65{58.152%{transform:translate(8.6156vw,58.152vh) scale(.7376)}to{transform:translate(5.88425vw,99vh) scale(.7376)}}.snow:nth-child(66){opacity:.5106;transform:translate(43.097vw,-10px) scale(.6361);animation:fall-66 15s -30s linear infinite}@keyframes fall-66{68.532%{transform:translate(41.8699vw,68.532vh) scale(.6361)}to{transform:translate(42.48345vw,99vh) scale(.6361)}}.snow:nth-child(67){opacity:1.9686;transform:translate(61.278vw,-10px) scale(.6585);animation:fall-67 26s -12s linear infinite}@keyframes fall-67{36.271%{transform:translate(68.5869vw,36.271vh) scale(.6585)}to{transform:translate(64.93245vw,99vh) scale(.6585)}}.snow:nth-child(68){opacity:1.3298;transform:translate(57.0097vw,-10px) scale(.2654);animation:fall-68 14s -11s linear infinite}@keyframes fall-68{78.775%{transform:translate(51.4337vw,78.775vh) scale(.2654)}to{transform:translate(54.2217vw,99vh) scale(.2654)}}.snow:nth-child(69){opacity:.373;transform:translate(39.7696vw,-10px) scale(.9006);animation:fall-69 17s -17s linear infinite}@keyframes fall-69{62.133%{transform:translate(40.0762vw,62.133vh) scale(.9006)}to{transform:translate(39.9229vw,99vh) scale(.9006)}}.snow:nth-child(70){opacity:1.6862;transform:translate(19.3396vw,-10px) scale(.7882);animation:fall-70 22s -8s linear infinite}@keyframes fall-70{77.428%{transform:translate(27.7165vw,77.428vh) scale(.7882)}to{transform:translate(23.52805vw,99vh) scale(.7882)}}.snow:nth-child(71){opacity:.514;transform:translate(89.0857vw,-10px) scale(.849);animation:fall-71 26s -6s linear infinite}@keyframes fall-71{43.261%{transform:translate(97.0087vw,43.261vh) scale(.849)}to{transform:translate(93.0472vw,99vh) scale(.849)}}.snow:nth-child(72){opacity:1.3992;transform:translate(81.6847vw,-10px) scale(.724);animation:fall-72 24s -24s linear infinite}@keyframes fall-72{49.151%{transform:translate(89.6684vw,49.151vh) scale(.724)}to{transform:translate(85.67655vw,99vh) scale(.724)}}.snow:nth-child(73){opacity:1.7994;transform:translate(52.8937vw,-10px) scale(.684);animation:fall-73 17s -5s linear infinite}@keyframes fall-73{73.534%{transform:translate(48.9156vw,73.534vh) scale(.684)}to{transform:translate(50.90465vw,99vh) scale(.684)}}.snow:nth-child(74){opacity:.7198;transform:translate(79.5061vw,-10px) scale(.9563);animation:fall-74 27s -16s linear infinite}@keyframes fall-74{44.429%{transform:translate(89.1735vw,44.429vh) scale(.9563)}to{transform:translate(84.3398vw,99vh) scale(.9563)}}.snow:nth-child(75){opacity:1.1466;transform:translate(22.2007vw,-10px) scale(.9273);animation:fall-75 10s -28s linear infinite}@keyframes fall-75{63.882%{transform:translate(17.7004vw,63.882vh) scale(.9273)}to{transform:translate(19.95055vw,99vh) scale(.9273)}}.snow:nth-child(76){opacity:.5682;transform:translate(38.8832vw,-10px) scale(.494);animation:fall-76 11s -30s linear infinite}@keyframes fall-76{70.15%{transform:translate(44.8594vw,70.15vh) scale(.494)}to{transform:translate(41.8713vw,99vh) scale(.494)}}.snow:nth-child(77){opacity:1.212;transform:translate(90.0002vw,-10px) scale(.9227);animation:fall-77 22s -8s linear infinite}@keyframes fall-77{73.129%{transform:translate(93.5448vw,73.129vh) scale(.9227)}to{transform:translate(91.7725vw,99vh) scale(.9227)}}.snow:nth-child(78){opacity:1.7714;transform:translate(97.6885vw,-10px) scale(.0496);animation:fall-78 16s -25s linear infinite}@keyframes fall-78{57.561%{transform:translate(107.4305vw,57.561vh) scale(.0496)}to{transform:translate(102.5595vw,99vh) scale(.0496)}}.snow:nth-child(79){opacity:1.2204;transform:translate(39.6614vw,-10px) scale(.4407);animation:fall-79 14s -30s linear infinite}@keyframes fall-79{32.413%{transform:translate(41.764vw,32.413vh) scale(.4407)}to{transform:translate(40.7127vw,99vh) scale(.4407)}}.snow:nth-child(80){opacity:1.2332;transform:translate(80.5272vw,-10px) scale(.0223);animation:fall-80 10s -6s linear infinite}@keyframes fall-80{30.919%{transform:translate(79.7851vw,30.919vh) scale(.0223)}to{transform:translate(80.15615vw,99vh) scale(.0223)}}.snow:nth-child(81){opacity:1.5592;transform:translate(67.82vw,-10px) scale(.5617);animation:fall-81 18s -20s linear infinite}@keyframes fall-81{36.634%{transform:translate(60.4004vw,36.634vh) scale(.5617)}to{transform:translate(64.1102vw,99vh) scale(.5617)}}.snow:nth-child(82){opacity:.985;transform:translate(53.8481vw,-10px) scale(.9614);animation:fall-82 26s -23s linear infinite}@keyframes fall-82{43.129%{transform:translate(48.4496vw,43.129vh) scale(.9614)}to{transform:translate(51.14885vw,99vh) scale(.9614)}}.snow:nth-child(83){opacity:1.3196;transform:translate(19.0067vw,-10px) scale(.5212);animation:fall-83 15s -2s linear infinite}@keyframes fall-83{42.729%{transform:translate(15.3944vw,42.729vh) scale(.5212)}to{transform:translate(17.20055vw,99vh) scale(.5212)}}.snow:nth-child(84){opacity:.017;transform:translate(53.9555vw,-10px) scale(.7287);animation:fall-84 23s -23s linear infinite}@keyframes fall-84{67.202%{transform:translate(46.8058vw,67.202vh) scale(.7287)}to{transform:translate(50.38065vw,99vh) scale(.7287)}}.snow:nth-child(85){opacity:.9832;transform:translate(15.7368vw,-10px) scale(.2715);animation:fall-85 28s -7s linear infinite}@keyframes fall-85{78.701%{transform:translate(24.3027vw,78.701vh) scale(.2715)}to{transform:translate(20.01975vw,99vh) scale(.2715)}}.snow:nth-child(86){opacity:1.2414;transform:translate(7.1374vw,-10px) scale(.247);animation:fall-86 19s -1s linear infinite}@keyframes fall-86{44.163%{transform:translate(3.044vw,44.163vh) scale(.247)}to{transform:translate(5.0907vw,99vh) scale(.247)}}.snow:nth-child(87){opacity:.0746;transform:translate(46.5446vw,-10px) scale(.7715);animation:fall-87 25s -22s linear infinite}@keyframes fall-87{77.02%{transform:translate(39.9411vw,77.02vh) scale(.7715)}to{transform:translate(43.24285vw,99vh) scale(.7715)}}.snow:nth-child(88){opacity:.4898;transform:translate(40.33vw,-10px) scale(.8477);animation:fall-88 19s -25s linear infinite}@keyframes fall-88{60.699%{transform:translate(36.6447vw,60.699vh) scale(.8477)}to{transform:translate(38.48735vw,99vh) scale(.8477)}}.snow:nth-child(89){opacity:1.1602;transform:translate(71.1763vw,-10px) scale(.3962);animation:fall-89 18s -11s linear infinite}@keyframes fall-89{70.418%{transform:translate(75.2817vw,70.418vh) scale(.3962)}to{transform:translate(73.229vw,99vh) scale(.3962)}}.snow:nth-child(90){opacity:.6612;transform:translate(94.9412vw,-10px) scale(.901);animation:fall-90 30s -10s linear infinite}@keyframes fall-90{59.542%{transform:translate(93.7734vw,59.542vh) scale(.901)}to{transform:translate(94.3573vw,99vh) scale(.901)}}.snow:nth-child(91){opacity:.0854;transform:translate(35.6286vw,-10px) scale(.6407);animation:fall-91 26s -12s linear infinite}@keyframes fall-91{40.677%{transform:translate(30.3517vw,40.677vh) scale(.6407)}to{transform:translate(32.99015vw,99vh) scale(.6407)}}.snow:nth-child(92){opacity:1.0768;transform:translate(28.5751vw,-10px) scale(.6555);animation:fall-92 13s -29s linear infinite}@keyframes fall-92{73.869%{transform:translate(23.0571vw,73.869vh) scale(.6555)}to{transform:translate(25.8161vw,99vh) scale(.6555)}}.snow:nth-child(93){opacity:.6456;transform:translate(21.9747vw,-10px) scale(.3729);animation:fall-93 22s -16s linear infinite}@keyframes fall-93{62.071%{transform:translate(30.6057vw,62.071vh) scale(.3729)}to{transform:translate(26.2902vw,99vh) scale(.3729)}}.snow:nth-child(94){opacity:.0378;transform:translate(11.3656vw,-10px) scale(.9998);animation:fall-94 16s -5s linear infinite}@keyframes fall-94{78.549%{transform:translate(13.1949vw,78.549vh) scale(.9998)}to{transform:translate(12.28025vw,99vh) scale(.9998)}}.snow:nth-child(95){opacity:1.773;transform:translate(72.9527vw,-10px) scale(.477);animation:fall-95 29s -2s linear infinite}@keyframes fall-95{37.545%{transform:translate(64.2958vw,37.545vh) scale(.477)}to{transform:translate(68.62425vw,99vh) scale(.477)}}.snow:nth-child(96){opacity:1.7226;transform:translate(86.0789vw,-10px) scale(.2029);animation:fall-96 28s -4s linear infinite}@keyframes fall-96{70.615%{transform:translate(91.6297vw,70.615vh) scale(.2029)}to{transform:translate(88.8543vw,99vh) scale(.2029)}}.snow:nth-child(97){opacity:.9612;transform:translate(80.7736vw,-10px) scale(.4227);animation:fall-97 19s -20s linear infinite}@keyframes fall-97{43.801%{transform:translate(85.1799vw,43.801vh) scale(.4227)}to{transform:translate(82.97675vw,99vh) scale(.4227)}}.snow:nth-child(98){opacity:1.9542;transform:translate(7.1201vw,-10px) scale(.5366);animation:fall-98 28s -30s linear infinite}@keyframes fall-98{63.405%{transform:translate(5.4727vw,63.405vh) scale(.5366)}to{transform:translate(6.2964vw,99vh) scale(.5366)}}.snow:nth-child(99){opacity:1.508;transform:translate(91.4948vw,-10px) scale(.1639);animation:fall-99 21s -4s linear infinite}@keyframes fall-99{45.02%{transform:translate(95.566vw,45.02vh) scale(.1639)}to{transform:translate(93.5304vw,99vh) scale(.1639)}}.snow:nth-child(100){opacity:1.1154;transform:translate(45.8364vw,-10px) scale(.1618);animation:fall-100 13s -21s linear infinite}@keyframes fall-100{77.96%{transform:translate(38.6352vw,77.96vh) scale(.1618)}to{transform:translate(42.2358vw,99vh) scale(.1618)}}.snow:nth-child(101){opacity:.6658;transform:translate(89.5255vw,-10px) scale(.0741);animation:fall-101 16s -12s linear infinite}@keyframes fall-101{43.862%{transform:translate(94.8057vw,43.862vh) scale(.0741)}to{transform:translate(92.1656vw,99vh) scale(.0741)}}.snow:nth-child(102){opacity:1.3736;transform:translate(98.7028vw,-10px) scale(.0556);animation:fall-102 12s -4s linear infinite}@keyframes fall-102{55.692%{transform:translate(89.5826vw,55.692vh) scale(.0556)}to{transform:translate(94.1427vw,99vh) scale(.0556)}}.snow:nth-child(103){opacity:1.7188;transform:translate(41.1077vw,-10px) scale(.3202);animation:fall-103 19s -25s linear infinite}@keyframes fall-103{32.25%{transform:translate(39.7126vw,32.25vh) scale(.3202)}to{transform:translate(40.41015vw,99vh) scale(.3202)}}.snow:nth-child(104){opacity:.56;transform:translate(24.2208vw,-10px) scale(.0796);animation:fall-104 13s -12s linear infinite}@keyframes fall-104{45.3%{transform:translate(31.5815vw,45.3vh) scale(.0796)}to{transform:translate(27.90115vw,99vh) scale(.0796)}}.snow:nth-child(105){opacity:1.3208;transform:translate(2.0364vw,-10px) scale(.1134);animation:fall-105 26s -2s linear infinite}@keyframes fall-105{48.754%{transform:translate(-7.1682vw,48.754vh) scale(.1134)}to{transform:translate(-2.5659vw,99vh) scale(.1134)}}.snow:nth-child(106){opacity:.0354;transform:translate(93.3953vw,-10px) scale(.1841);animation:fall-106 18s -23s linear infinite}@keyframes fall-106{54.455%{transform:translate(93.5626vw,54.455vh) scale(.1841)}to{transform:translate(93.47895vw,99vh) scale(.1841)}}.snow:nth-child(107){opacity:.632;transform:translate(55.8463vw,-10px) scale(.2747);animation:fall-107 19s -24s linear infinite}@keyframes fall-107{70.476%{transform:translate(61.9952vw,70.476vh) scale(.2747)}to{transform:translate(58.92075vw,99vh) scale(.2747)}}.snow:nth-child(108){opacity:1.4372;transform:translate(30.7492vw,-10px) scale(.1904);animation:fall-108 20s -28s linear infinite}@keyframes fall-108{74.266%{transform:translate(38.5302vw,74.266vh) scale(.1904)}to{transform:translate(34.6397vw,99vh) scale(.1904)}}.snow:nth-child(109){opacity:1.1744;transform:translate(2.3254vw,-10px) scale(.2875);animation:fall-109 16s -11s linear infinite}@keyframes fall-109{73.253%{transform:translate(2.5755vw,73.253vh) scale(.2875)}to{transform:translate(2.45045vw,99vh) scale(.2875)}}.snow:nth-child(110){opacity:1.5904;transform:translate(64.5332vw,-10px) scale(.9531);animation:fall-110 20s -2s linear infinite}@keyframes fall-110{74.026%{transform:translate(73.8402vw,74.026vh) scale(.9531)}to{transform:translate(69.1867vw,99vh) scale(.9531)}}.snow:nth-child(111){opacity:.896;transform:translate(63.3385vw,-10px) scale(.9263);animation:fall-111 14s -11s linear infinite}@keyframes fall-111{51.74%{transform:translate(73.0801vw,51.74vh) scale(.9263)}to{transform:translate(68.2093vw,99vh) scale(.9263)}}.snow:nth-child(112){opacity:.0708;transform:translate(96.2184vw,-10px) scale(.9732);animation:fall-112 28s -25s linear infinite}@keyframes fall-112{36.784%{transform:translate(90.7438vw,36.784vh) scale(.9732)}to{transform:translate(93.4811vw,99vh) scale(.9732)}}.snow:nth-child(113){opacity:.238;transform:translate(26.3566vw,-10px) scale(.8642);animation:fall-113 19s -15s linear infinite}@keyframes fall-113{33.178%{transform:translate(28.6538vw,33.178vh) scale(.8642)}to{transform:translate(27.5052vw,99vh) scale(.8642)}}.snow:nth-child(114){opacity:.2602;transform:translate(64.1044vw,-10px) scale(.7476);animation:fall-114 25s -20s linear infinite}@keyframes fall-114{61.641%{transform:translate(63.0258vw,61.641vh) scale(.7476)}to{transform:translate(63.5651vw,99vh) scale(.7476)}}.snow:nth-child(115){opacity:.2002;transform:translate(6.7844vw,-10px) scale(.623);animation:fall-115 15s -24s linear infinite}@keyframes fall-115{45.193%{transform:translate(2.9913vw,45.193vh) scale(.623)}to{transform:translate(4.88785vw,99vh) scale(.623)}}.snow:nth-child(116){opacity:1.2946;transform:translate(30.9195vw,-10px) scale(.6017);animation:fall-116 25s -4s linear infinite}@keyframes fall-116{32.711%{transform:translate(30.9373vw,32.711vh) scale(.6017)}to{transform:translate(30.9284vw,99vh) scale(.6017)}}.snow:nth-child(117){opacity:.7338;transform:translate(.1705vw,-10px) scale(.8661);animation:fall-117 11s -9s linear infinite}@keyframes fall-117{69.68%{transform:translate(-9.3436vw,69.68vh) scale(.8661)}to{transform:translate(-4.58655vw,99vh) scale(.8661)}}.snow:nth-child(118){opacity:.6878;transform:translate(7.2832vw,-10px) scale(.3597);animation:fall-118 30s -29s linear infinite}@keyframes fall-118{74.589%{transform:translate(1.3394vw,74.589vh) scale(.3597)}to{transform:translate(4.3113vw,99vh) scale(.3597)}}.snow:nth-child(119){opacity:1.4314;transform:translate(8.6485vw,-10px) scale(.026);animation:fall-119 30s -16s linear infinite}@keyframes fall-119{54.417%{transform:translate(13.8815vw,54.417vh) scale(.026)}to{transform:translate(11.265vw,99vh) scale(.026)}}.snow:nth-child(120){opacity:1.5958;transform:translate(38.595vw,-10px) scale(.0433);animation:fall-120 12s -29s linear infinite}@keyframes fall-120{32.22%{transform:translate(38.6091vw,32.22vh) scale(.0433)}to{transform:translate(38.60205vw,99vh) scale(.0433)}}.snow:nth-child(121){opacity:1.4432;transform:translate(51.7878vw,-10px) scale(.4041);animation:fall-121 25s -2s linear infinite}@keyframes fall-121{32.84%{transform:translate(54.8619vw,32.84vh) scale(.4041)}to{transform:translate(53.32485vw,99vh) scale(.4041)}}.snow:nth-child(122){opacity:1.3792;transform:translate(54.3807vw,-10px) scale(.4933);animation:fall-122 20s -27s linear infinite}@keyframes fall-122{42.433%{transform:translate(44.4509vw,42.433vh) scale(.4933)}to{transform:translate(49.4158vw,99vh) scale(.4933)}}.snow:nth-child(123){opacity:1.666;transform:translate(5.3759vw,-10px) scale(.8106);animation:fall-123 29s -5s linear infinite}@keyframes fall-123{40.845%{transform:translate(13.1229vw,40.845vh) scale(.8106)}to{transform:translate(9.2494vw,99vh) scale(.8106)}}.snow:nth-child(124){opacity:.185;transform:translate(24.9201vw,-10px) scale(.1284);animation:fall-124 18s -10s linear infinite}@keyframes fall-124{71.548%{transform:translate(22.8844vw,71.548vh) scale(.1284)}to{transform:translate(23.90225vw,99vh) scale(.1284)}}.snow:nth-child(125){opacity:1.242;transform:translate(61.6783vw,-10px) scale(.6857);animation:fall-125 29s -1s linear infinite}@keyframes fall-125{47.516%{transform:translate(61.7974vw,47.516vh) scale(.6857)}to{transform:translate(61.73785vw,99vh) scale(.6857)}}.snow:nth-child(126){opacity:1.5818;transform:translate(72.1055vw,-10px) scale(.0129);animation:fall-126 21s -21s linear infinite}@keyframes fall-126{49.683%{transform:translate(66.0022vw,49.683vh) scale(.0129)}to{transform:translate(69.05385vw,99vh) scale(.0129)}}.snow:nth-child(127){opacity:.4858;transform:translate(10.0128vw,-10px) scale(.7614);animation:fall-127 26s -27s linear infinite}@keyframes fall-127{57.187%{transform:translate(15.5454vw,57.187vh) scale(.7614)}to{transform:translate(12.7791vw,99vh) scale(.7614)}}.snow:nth-child(128){opacity:1.8522;transform:translate(19.3919vw,-10px) scale(.3547);animation:fall-128 11s -5s linear infinite}@keyframes fall-128{58.702%{transform:translate(21.5318vw,58.702vh) scale(.3547)}to{transform:translate(20.46185vw,99vh) scale(.3547)}}.snow:nth-child(129){opacity:1.6166;transform:translate(68.916vw,-10px) scale(.3638);animation:fall-129 25s -30s linear infinite}@keyframes fall-129{46.628%{transform:translate(66.6151vw,46.628vh) scale(.3638)}to{transform:translate(67.76555vw,99vh) scale(.3638)}}.snow:nth-child(130){opacity:.2212;transform:translate(37.9605vw,-10px) scale(.9311);animation:fall-130 16s -19s linear infinite}@keyframes fall-130{40%{transform:translate(40.1575vw,40vh) scale(.9311)}to{transform:translate(39.059vw,99vh) scale(.9311)}}.snow:nth-child(131){opacity:1.565;transform:translate(23.5262vw,-10px) scale(.5553);animation:fall-131 14s -19s linear infinite}@keyframes fall-131{47.565%{transform:translate(15.4303vw,47.565vh) scale(.5553)}to{transform:translate(19.47825vw,99vh) scale(.5553)}}.snow:nth-child(132){opacity:1.765;transform:translate(82.2254vw,-10px) scale(.7621);animation:fall-132 17s -13s linear infinite}@keyframes fall-132{50.332%{transform:translate(79.3307vw,50.332vh) scale(.7621)}to{transform:translate(80.77805vw,99vh) scale(.7621)}}.snow:nth-child(133){opacity:1.7972;transform:translate(50.6496vw,-10px) scale(.1311);animation:fall-133 15s -27s linear infinite}@keyframes fall-133{66.76%{transform:translate(47.3494vw,66.76vh) scale(.1311)}to{transform:translate(48.9995vw,99vh) scale(.1311)}}.snow:nth-child(134){opacity:.8926;transform:translate(52.9757vw,-10px) scale(.2403);animation:fall-134 20s -8s linear infinite}@keyframes fall-134{57.151%{transform:translate(56.5958vw,57.151vh) scale(.2403)}to{transform:translate(54.78575vw,99vh) scale(.2403)}}.snow:nth-child(135){opacity:.6508;transform:translate(64.0642vw,-10px) scale(.8187);animation:fall-135 23s -7s linear infinite}@keyframes fall-135{61.364%{transform:translate(60.8039vw,61.364vh) scale(.8187)}to{transform:translate(62.43405vw,99vh) scale(.8187)}}.snow:nth-child(136){opacity:1.5408;transform:translate(3.2137vw,-10px) scale(.8584);animation:fall-136 22s -10s linear infinite}@keyframes fall-136{43.161%{transform:translate(9.3465vw,43.161vh) scale(.8584)}to{transform:translate(6.2801vw,99vh) scale(.8584)}}.snow:nth-child(137){opacity:.5686;transform:translate(30.9729vw,-10px) scale(.7327);animation:fall-137 11s -8s linear infinite}@keyframes fall-137{41.269%{transform:translate(33.3198vw,41.269vh) scale(.7327)}to{transform:translate(32.14635vw,99vh) scale(.7327)}}.snow:nth-child(138){opacity:1.4842;transform:translate(48.5872vw,-10px) scale(.9291);animation:fall-138 10s -4s linear infinite}@keyframes fall-138{46.175%{transform:translate(40.3702vw,46.175vh) scale(.9291)}to{transform:translate(44.4787vw,99vh) scale(.9291)}}.snow:nth-child(139){opacity:.7468;transform:translate(38.5736vw,-10px) scale(.8508);animation:fall-139 22s -6s linear infinite}@keyframes fall-139{44.867%{transform:translate(33.1vw,44.867vh) scale(.8508)}to{transform:translate(35.8368vw,99vh) scale(.8508)}}.snow:nth-child(140){opacity:1.1626;transform:translate(68.2855vw,-10px) scale(.1878);animation:fall-140 15s -9s linear infinite}@keyframes fall-140{62.957%{transform:translate(68.2033vw,62.957vh) scale(.1878)}to{transform:translate(68.2444vw,99vh) scale(.1878)}}.snow:nth-child(141){opacity:1.0038;transform:translate(39.0949vw,-10px) scale(.099);animation:fall-141 20s -13s linear infinite}@keyframes fall-141{47.498%{transform:translate(33.3766vw,47.498vh) scale(.099)}to{transform:translate(36.23575vw,99vh) scale(.099)}}.snow:nth-child(142){opacity:1.026;transform:translate(47.542vw,-10px) scale(.6425);animation:fall-142 15s -25s linear infinite}@keyframes fall-142{34.332%{transform:translate(38.067vw,34.332vh) scale(.6425)}to{transform:translate(42.8045vw,99vh) scale(.6425)}}.snow:nth-child(143){opacity:.2676;transform:translate(7.0609vw,-10px) scale(.1192);animation:fall-143 18s -20s linear infinite}@keyframes fall-143{37.67%{transform:translate(9.3363vw,37.67vh) scale(.1192)}to{transform:translate(8.1986vw,99vh) scale(.1192)}}.snow:nth-child(144){opacity:1.586;transform:translate(27.4326vw,-10px) scale(.2791);animation:fall-144 11s -29s linear infinite}@keyframes fall-144{66.968%{transform:translate(19.6803vw,66.968vh) scale(.2791)}to{transform:translate(23.55645vw,99vh) scale(.2791)}}.snow:nth-child(145){opacity:.4392;transform:translate(83.4228vw,-10px) scale(.1651);animation:fall-145 10s -8s linear infinite}@keyframes fall-145{42.25%{transform:translate(83.4052vw,42.25vh) scale(.1651)}to{transform:translate(83.414vw,99vh) scale(.1651)}}.snow:nth-child(146){opacity:.7596;transform:translate(11.7444vw,-10px) scale(.024);animation:fall-146 23s -11s linear infinite}@keyframes fall-146{57.632%{transform:translate(19.9319vw,57.632vh) scale(.024)}to{transform:translate(15.83815vw,99vh) scale(.024)}}.snow:nth-child(147){opacity:.4878;transform:translate(44.7581vw,-10px) scale(.2028);animation:fall-147 29s -24s linear infinite}@keyframes fall-147{68.05%{transform:translate(45.1833vw,68.05vh) scale(.2028)}to{transform:translate(44.9707vw,99vh) scale(.2028)}}.snow:nth-child(148){opacity:1.0504;transform:translate(50.304vw,-10px) scale(.3518);animation:fall-148 14s -9s linear infinite}@keyframes fall-148{61.053%{transform:translate(40.4177vw,61.053vh) scale(.3518)}to{transform:translate(45.36085vw,99vh) scale(.3518)}}.snow:nth-child(149){opacity:.444;transform:translate(95.3477vw,-10px) scale(.1161);animation:fall-149 22s -5s linear infinite}@keyframes fall-149{76.634%{transform:translate(99.6566vw,76.634vh) scale(.1161)}to{transform:translate(97.50215vw,99vh) scale(.1161)}}.snow:nth-child(150){opacity:1.5394;transform:translate(1.0058vw,-10px) scale(.8706);animation:fall-150 13s -29s linear infinite}@keyframes fall-150{71.81%{transform:translate(-5.7799vw,71.81vh) scale(.8706)}to{transform:translate(-2.38705vw,99vh) scale(.8706)}}.snow:nth-child(151){opacity:.8424;transform:translate(24.6135vw,-10px) scale(.8204);animation:fall-151 11s -14s linear infinite}@keyframes fall-151{54.749%{transform:translate(23.9908vw,54.749vh) scale(.8204)}to{transform:translate(24.30215vw,99vh) scale(.8204)}}.snow:nth-child(152){opacity:.9486;transform:translate(87.7066vw,-10px) scale(.641);animation:fall-152 19s -2s linear infinite}@keyframes fall-152{67.718%{transform:translate(95.8153vw,67.718vh) scale(.641)}to{transform:translate(91.76095vw,99vh) scale(.641)}}.snow:nth-child(153){opacity:1.1468;transform:translate(83.7549vw,-10px) scale(.7605);animation:fall-153 15s -24s linear infinite}@keyframes fall-153{30.185%{transform:translate(88.9485vw,30.185vh) scale(.7605)}to{transform:translate(86.3517vw,99vh) scale(.7605)}}.snow:nth-child(154){opacity:1.87;transform:translate(57.331vw,-10px) scale(.2158);animation:fall-154 28s -18s linear infinite}@keyframes fall-154{71.165%{transform:translate(55.6587vw,71.165vh) scale(.2158)}to{transform:translate(56.49485vw,99vh) scale(.2158)}}.snow:nth-child(155){opacity:.7568;transform:translate(35.5985vw,-10px) scale(.8648);animation:fall-155 19s -18s linear infinite}@keyframes fall-155{58.714%{transform:translate(35.4604vw,58.714vh) scale(.8648)}to{transform:translate(35.52945vw,99vh) scale(.8648)}}.snow:nth-child(156){opacity:.6638;transform:translate(27.0381vw,-10px) scale(.8232);animation:fall-156 29s -10s linear infinite}@keyframes fall-156{57.247%{transform:translate(36.534vw,57.247vh) scale(.8232)}to{transform:translate(31.78605vw,99vh) scale(.8232)}}.snow:nth-child(157){opacity:1.2432;transform:translate(93.4532vw,-10px) scale(.8578);animation:fall-157 15s -14s linear infinite}@keyframes fall-157{38.691%{transform:translate(92.5108vw,38.691vh) scale(.8578)}to{transform:translate(92.982vw,99vh) scale(.8578)}}.snow:nth-child(158){opacity:1.5012;transform:translate(41.994vw,-10px) scale(.9606);animation:fall-158 24s -12s linear infinite}@keyframes fall-158{57.462%{transform:translate(38.7458vw,57.462vh) scale(.9606)}to{transform:translate(40.3699vw,99vh) scale(.9606)}}.snow:nth-child(159){opacity:1.635;transform:translate(46.2109vw,-10px) scale(.0268);animation:fall-159 10s -24s linear infinite}@keyframes fall-159{69.935%{transform:translate(49.0758vw,69.935vh) scale(.0268)}to{transform:translate(47.64335vw,99vh) scale(.0268)}}.snow:nth-child(160){opacity:.9092;transform:translate(3.8566vw,-10px) scale(.0428);animation:fall-160 18s -4s linear infinite}@keyframes fall-160{76.961%{transform:translate(6.4894vw,76.961vh) scale(.0428)}to{transform:translate(5.173vw,99vh) scale(.0428)}}.snow:nth-child(161){opacity:1.5648;transform:translate(54.7883vw,-10px) scale(.9228);animation:fall-161 23s -12s linear infinite}@keyframes fall-161{60.287%{transform:translate(60.6354vw,60.287vh) scale(.9228)}to{transform:translate(57.71185vw,99vh) scale(.9228)}}.snow:nth-child(162){opacity:.006;transform:translate(37.6943vw,-10px) scale(.2303);animation:fall-162 26s -11s linear infinite}@keyframes fall-162{46.139%{transform:translate(32.0833vw,46.139vh) scale(.2303)}to{transform:translate(34.8888vw,99vh) scale(.2303)}}.snow:nth-child(163){opacity:.2864;transform:translate(80.3998vw,-10px) scale(.1498);animation:fall-163 29s -5s linear infinite}@keyframes fall-163{39.357%{transform:translate(88.1011vw,39.357vh) scale(.1498)}to{transform:translate(84.25045vw,99vh) scale(.1498)}}.snow:nth-child(164){opacity:.3124;transform:translate(1.4859vw,-10px) scale(.0983);animation:fall-164 24s -10s linear infinite}@keyframes fall-164{79.411%{transform:translate(7.5961vw,79.411vh) scale(.0983)}to{transform:translate(4.541vw,99vh) scale(.0983)}}.snow:nth-child(165){opacity:1.95;transform:translate(97.9177vw,-10px) scale(.581);animation:fall-165 15s -11s linear infinite}@keyframes fall-165{40.737%{transform:translate(104.3475vw,40.737vh) scale(.581)}to{transform:translate(101.1326vw,99vh) scale(.581)}}.snow:nth-child(166){opacity:.4856;transform:translate(13.2513vw,-10px) scale(.3731);animation:fall-166 13s -19s linear infinite}@keyframes fall-166{52.707%{transform:translate(17.9482vw,52.707vh) scale(.3731)}to{transform:translate(15.59975vw,99vh) scale(.3731)}}.snow:nth-child(167){opacity:1.7678;transform:translate(38.661vw,-10px) scale(.3305);animation:fall-167 15s -1s linear infinite}@keyframes fall-167{69.867%{transform:translate(35.9235vw,69.867vh) scale(.3305)}to{transform:translate(37.29225vw,99vh) scale(.3305)}}.snow:nth-child(168){opacity:.9238;transform:translate(92.5525vw,-10px) scale(.5974);animation:fall-168 18s -10s linear infinite}@keyframes fall-168{59.148%{transform:translate(86.2887vw,59.148vh) scale(.5974)}to{transform:translate(89.4206vw,99vh) scale(.5974)}}.snow:nth-child(169){opacity:.6464;transform:translate(39.7879vw,-10px) scale(.1415);animation:fall-169 22s -27s linear infinite}@keyframes fall-169{71.533%{transform:translate(49.5154vw,71.533vh) scale(.1415)}to{transform:translate(44.65165vw,99vh) scale(.1415)}}.snow:nth-child(170){opacity:1.3046;transform:translate(35.098vw,-10px) scale(.8877);animation:fall-170 29s -4s linear infinite}@keyframes fall-170{39.24%{transform:translate(29.4787vw,39.24vh) scale(.8877)}to{transform:translate(32.28835vw,99vh) scale(.8877)}}.snow:nth-child(171){opacity:.877;transform:translate(60.7428vw,-10px) scale(.2494);animation:fall-171 29s -16s linear infinite}@keyframes fall-171{32.06%{transform:translate(52.8745vw,32.06vh) scale(.2494)}to{transform:translate(56.80865vw,99vh) scale(.2494)}}.snow:nth-child(172){opacity:1.6094;transform:translate(27.931vw,-10px) scale(.6667);animation:fall-172 18s -28s linear infinite}@keyframes fall-172{65.955%{transform:translate(22.0409vw,65.955vh) scale(.6667)}to{transform:translate(24.98595vw,99vh) scale(.6667)}}.snow:nth-child(173){opacity:.6256;transform:translate(88.1903vw,-10px) scale(.8191);animation:fall-173 20s -13s linear infinite}@keyframes fall-173{36.925%{transform:translate(85.7353vw,36.925vh) scale(.8191)}to{transform:translate(86.9628vw,99vh) scale(.8191)}}.snow:nth-child(174){opacity:.014;transform:translate(24.308vw,-10px) scale(.669);animation:fall-174 26s -20s linear infinite}@keyframes fall-174{74.06%{transform:translate(19.7182vw,74.06vh) scale(.669)}to{transform:translate(22.0131vw,99vh) scale(.669)}}.snow:nth-child(175){opacity:.953;transform:translate(81.7429vw,-10px) scale(.8006);animation:fall-175 14s -26s linear infinite}@keyframes fall-175{38.368%{transform:translate(89.7144vw,38.368vh) scale(.8006)}to{transform:translate(85.72865vw,99vh) scale(.8006)}}.snow:nth-child(176){opacity:1.4166;transform:translate(30.769vw,-10px) scale(.5637);animation:fall-176 18s -17s linear infinite}@keyframes fall-176{38.911%{transform:translate(29.2068vw,38.911vh) scale(.5637)}to{transform:translate(29.9879vw,99vh) scale(.5637)}}.snow:nth-child(177){opacity:.5316;transform:translate(18.9702vw,-10px) scale(.5463);animation:fall-177 11s -5s linear infinite}@keyframes fall-177{65.086%{transform:translate(12.5392vw,65.086vh) scale(.5463)}to{transform:translate(15.7547vw,99vh) scale(.5463)}}.snow:nth-child(178){opacity:.9584;transform:translate(51.7067vw,-10px) scale(.1359);animation:fall-178 11s -26s linear infinite}@keyframes fall-178{45.968%{transform:translate(48.5447vw,45.968vh) scale(.1359)}to{transform:translate(50.1257vw,99vh) scale(.1359)}}.snow:nth-child(179){opacity:.8214;transform:translate(60.2708vw,-10px) scale(.1269);animation:fall-179 29s -29s linear infinite}@keyframes fall-179{56.105%{transform:translate(53.8674vw,56.105vh) scale(.1269)}to{transform:translate(57.0691vw,99vh) scale(.1269)}}.snow:nth-child(180){opacity:.2036;transform:translate(14.5578vw,-10px) scale(.9679);animation:fall-180 24s -20s linear infinite}@keyframes fall-180{50.81%{transform:translate(18.2539vw,50.81vh) scale(.9679)}to{transform:translate(16.40585vw,99vh) scale(.9679)}}.snow:nth-child(181){opacity:1.512;transform:translate(99.4645vw,-10px) scale(.0236);animation:fall-181 15s -28s linear infinite}@keyframes fall-181{67.212%{transform:translate(91.7526vw,67.212vh) scale(.0236)}to{transform:translate(95.60855vw,99vh) scale(.0236)}}.snow:nth-child(182){opacity:.0874;transform:translate(10.2413vw,-10px) scale(.6465);animation:fall-182 29s -27s linear infinite}@keyframes fall-182{45.96%{transform:translate(13.4417vw,45.96vh) scale(.6465)}to{transform:translate(11.8415vw,99vh) scale(.6465)}}.snow:nth-child(183){opacity:1.8962;transform:translate(74.6253vw,-10px) scale(.0047);animation:fall-183 15s -6s linear infinite}@keyframes fall-183{48.662%{transform:translate(73.9803vw,48.662vh) scale(.0047)}to{transform:translate(74.3028vw,99vh) scale(.0047)}}.snow:nth-child(184){opacity:1.3448;transform:translate(71.8535vw,-10px) scale(.1162);animation:fall-184 14s -18s linear infinite}@keyframes fall-184{31.286%{transform:translate(64.8785vw,31.286vh) scale(.1162)}to{transform:translate(68.366vw,99vh) scale(.1162)}}.snow:nth-child(185){opacity:1.149;transform:translate(33.3558vw,-10px) scale(.2855);animation:fall-185 23s -23s linear infinite}@keyframes fall-185{44.989%{transform:translate(30.9618vw,44.989vh) scale(.2855)}to{transform:translate(32.1588vw,99vh) scale(.2855)}}.snow:nth-child(186){opacity:1.9882;transform:translate(87.2911vw,-10px) scale(.3827);animation:fall-186 15s -21s linear infinite}@keyframes fall-186{50.008%{transform:translate(84.4893vw,50.008vh) scale(.3827)}to{transform:translate(85.8902vw,99vh) scale(.3827)}}.snow:nth-child(187){opacity:1.8886;transform:translate(42.7844vw,-10px) scale(.0006);animation:fall-187 29s -2s linear infinite}@keyframes fall-187{63.037%{transform:translate(43.8177vw,63.037vh) scale(.0006)}to{transform:translate(43.30105vw,99vh) scale(.0006)}}.snow:nth-child(188){opacity:1.2062;transform:translate(85.6241vw,-10px) scale(.4353);animation:fall-188 18s -26s linear infinite}@keyframes fall-188{64.01%{transform:translate(77.0862vw,64.01vh) scale(.4353)}to{transform:translate(81.35515vw,99vh) scale(.4353)}}.snow:nth-child(189){opacity:.6874;transform:translate(75.2518vw,-10px) scale(.7981);animation:fall-189 24s -4s linear infinite}@keyframes fall-189{68.615%{transform:translate(74.7416vw,68.615vh) scale(.7981)}to{transform:translate(74.9967vw,99vh) scale(.7981)}}.snow:nth-child(190){opacity:1.741;transform:translate(20.371vw,-10px) scale(.2799);animation:fall-190 24s -12s linear infinite}@keyframes fall-190{61.58%{transform:translate(10.6028vw,61.58vh) scale(.2799)}to{transform:translate(15.4869vw,99vh) scale(.2799)}}.snow:nth-child(191){opacity:.6246;transform:translate(49.3982vw,-10px) scale(.1586);animation:fall-191 27s -10s linear infinite}@keyframes fall-191{37.506%{transform:translate(59.1358vw,37.506vh) scale(.1586)}to{transform:translate(54.267vw,99vh) scale(.1586)}}.snow:nth-child(192){opacity:1.9076;transform:translate(86.6703vw,-10px) scale(.3177);animation:fall-192 11s -19s linear infinite}@keyframes fall-192{48.906%{transform:translate(83.1361vw,48.906vh) scale(.3177)}to{transform:translate(84.9032vw,99vh) scale(.3177)}}.snow:nth-child(193){opacity:1.14;transform:translate(96.2441vw,-10px) scale(.3615);animation:fall-193 25s -30s linear infinite}@keyframes fall-193{31.047%{transform:translate(90.9564vw,31.047vh) scale(.3615)}to{transform:translate(93.60025vw,99vh) scale(.3615)}}.snow:nth-child(194){opacity:1.028;transform:translate(99.9099vw,-10px) scale(.9232);animation:fall-194 26s -23s linear infinite}@keyframes fall-194{75.141%{transform:translate(106.4963vw,75.141vh) scale(.9232)}to{transform:translate(103.2031vw,99vh) scale(.9232)}}.snow:nth-child(195){opacity:.8596;transform:translate(9.7117vw,-10px) scale(.8939);animation:fall-195 16s -13s linear infinite}@keyframes fall-195{49.554%{transform:translate(.1859vw,49.554vh) scale(.8939)}to{transform:translate(4.9488vw,99vh) scale(.8939)}}.snow:nth-child(196){opacity:1.5208;transform:translate(92.486vw,-10px) scale(.8566);animation:fall-196 27s -2s linear infinite}@keyframes fall-196{40.981%{transform:translate(96.6227vw,40.981vh) scale(.8566)}to{transform:translate(94.55435vw,99vh) scale(.8566)}}.snow:nth-child(197){opacity:.7224;transform:translate(16.8403vw,-10px) scale(.4508);animation:fall-197 26s -19s linear infinite}@keyframes fall-197{49.454%{transform:translate(8.3886vw,49.454vh) scale(.4508)}to{transform:translate(12.61445vw,99vh) scale(.4508)}}.snow:nth-child(198){opacity:1.9572;transform:translate(4.1453vw,-10px) scale(.9881);animation:fall-198 17s -4s linear infinite}@keyframes fall-198{31.417%{transform:translate(3.4959vw,31.417vh) scale(.9881)}to{transform:translate(3.8206vw,99vh) scale(.9881)}}.snow:nth-child(199){opacity:1.3804;transform:translate(61.2161vw,-10px) scale(.4052);animation:fall-199 22s -14s linear infinite}@keyframes fall-199{44.852%{transform:translate(65.7937vw,44.852vh) scale(.4052)}to{transform:translate(63.5049vw,99vh) scale(.4052)}}.snow:nth-child(200){opacity:1.9042;transform:translate(38.7089vw,-10px) scale(.6622);animation:fall-200 22s -8s linear infinite}@keyframes fall-200{55.489%{transform:translate(38.0872vw,55.489vh) scale(.6622)}to{transform:translate(38.39805vw,99vh) scale(.6622)}}.snow:nth-child(201){opacity:1.754;transform:translate(97.4433vw,-10px) scale(.8741);animation:fall-201 20s -23s linear infinite}@keyframes fall-201{35.583%{transform:translate(88.2182vw,35.583vh) scale(.8741)}to{transform:translate(92.83075vw,99vh) scale(.8741)}}.snow:nth-child(202){opacity:.3958;transform:translate(58.0461vw,-10px) scale(.4828);animation:fall-202 15s -18s linear infinite}@keyframes fall-202{53.521%{transform:translate(67.2133vw,53.521vh) scale(.4828)}to{transform:translate(62.6297vw,99vh) scale(.4828)}}.snow:nth-child(203){opacity:.4546;transform:translate(23.7123vw,-10px) scale(.0944);animation:fall-203 26s -9s linear infinite}@keyframes fall-203{53.268%{transform:translate(23.5263vw,53.268vh) scale(.0944)}to{transform:translate(23.6193vw,99vh) scale(.0944)}}.snow:nth-child(204){opacity:.1822;transform:translate(87.2289vw,-10px) scale(.4384);animation:fall-204 13s -30s linear infinite}@keyframes fall-204{68.64%{transform:translate(82.5725vw,68.64vh) scale(.4384)}to{transform:translate(84.9007vw,99vh) scale(.4384)}}.snow:nth-child(205){opacity:1.9692;transform:translate(12.0504vw,-10px) scale(.9733);animation:fall-205 30s -24s linear infinite}@keyframes fall-205{60.767%{transform:translate(7.6983vw,60.767vh) scale(.9733)}to{transform:translate(9.87435vw,99vh) scale(.9733)}}.snow:nth-child(206){opacity:.7186;transform:translate(5.5911vw,-10px) scale(.6414);animation:fall-206 21s -25s linear infinite}@keyframes fall-206{61.185%{transform:translate(-3.9914vw,61.185vh) scale(.6414)}to{transform:translate(.79985vw,99vh) scale(.6414)}}.snow:nth-child(207){opacity:1.797;transform:translate(83.5898vw,-10px) scale(.5252);animation:fall-207 20s -22s linear infinite}@keyframes fall-207{76.186%{transform:translate(76.7545vw,76.186vh) scale(.5252)}to{transform:translate(80.17215vw,99vh) scale(.5252)}}.snow:nth-child(208){opacity:1.9098;transform:translate(82.4553vw,-10px) scale(.6249);animation:fall-208 15s -17s linear infinite}@keyframes fall-208{35.11%{transform:translate(91.4908vw,35.11vh) scale(.6249)}to{transform:translate(86.97305vw,99vh) scale(.6249)}}.snow:nth-child(209){opacity:1.0916;transform:translate(9.9107vw,-10px) scale(.5198);animation:fall-209 10s -13s linear infinite}@keyframes fall-209{42.404%{transform:translate(12.3597vw,42.404vh) scale(.5198)}to{transform:translate(11.1352vw,99vh) scale(.5198)}}.snow:nth-child(210){opacity:.329;transform:translate(35.7866vw,-10px) scale(.3731);animation:fall-210 11s -23s linear infinite}@keyframes fall-210{73.293%{transform:translate(33.0377vw,73.293vh) scale(.3731)}to{transform:translate(34.41215vw,99vh) scale(.3731)}}.snow:nth-child(211){opacity:.7604;transform:translate(95.0438vw,-10px) scale(.0909);animation:fall-211 24s -26s linear infinite}@keyframes fall-211{77.433%{transform:translate(89.6113vw,77.433vh) scale(.0909)}to{transform:translate(92.32755vw,99vh) scale(.0909)}}.snow:nth-child(212){opacity:1.6474;transform:translate(90.388vw,-10px) scale(.3459);animation:fall-212 30s -7s linear infinite}@keyframes fall-212{58.362%{transform:translate(80.5225vw,58.362vh) scale(.3459)}to{transform:translate(85.45525vw,99vh) scale(.3459)}}.snow:nth-child(213){opacity:.3102;transform:translate(5.1779vw,-10px) scale(.2007);animation:fall-213 20s -30s linear infinite}@keyframes fall-213{51.865%{transform:translate(14.14vw,51.865vh) scale(.2007)}to{transform:translate(9.65895vw,99vh) scale(.2007)}}.snow:nth-child(214){opacity:1.077;transform:translate(28.5915vw,-10px) scale(.4252);animation:fall-214 18s -16s linear infinite}@keyframes fall-214{63.582%{transform:translate(25.6153vw,63.582vh) scale(.4252)}to{transform:translate(27.1034vw,99vh) scale(.4252)}}.snow:nth-child(215){opacity:1.3964;transform:translate(74.6107vw,-10px) scale(.583);animation:fall-215 28s -15s linear infinite}@keyframes fall-215{36.467%{transform:translate(80.3916vw,36.467vh) scale(.583)}to{transform:translate(77.50115vw,99vh) scale(.583)}}.snow:nth-child(216){opacity:1.0052;transform:translate(8.168vw,-10px) scale(.2706);animation:fall-216 26s -16s linear infinite}@keyframes fall-216{44.065%{transform:translate(2.4984vw,44.065vh) scale(.2706)}to{transform:translate(5.3332vw,99vh) scale(.2706)}}.snow:nth-child(217){opacity:.8728;transform:translate(57.8035vw,-10px) scale(.9804);animation:fall-217 12s -8s linear infinite}@keyframes fall-217{30.69%{transform:translate(51.5104vw,30.69vh) scale(.9804)}to{transform:translate(54.65695vw,99vh) scale(.9804)}}.snow:nth-child(218){opacity:1.3992;transform:translate(93.9873vw,-10px) scale(.8991);animation:fall-218 13s -26s linear infinite}@keyframes fall-218{68.166%{transform:translate(89.3676vw,68.166vh) scale(.8991)}to{transform:translate(91.67745vw,99vh) scale(.8991)}}.snow:nth-child(219){opacity:.6438;transform:translate(17.7765vw,-10px) scale(.6295);animation:fall-219 16s -22s linear infinite}@keyframes fall-219{79.446%{transform:translate(8.9963vw,79.446vh) scale(.6295)}to{transform:translate(13.3864vw,99vh) scale(.6295)}}.snow:nth-child(220){opacity:1.1402;transform:translate(7.6193vw,-10px) scale(.539);animation:fall-220 20s -1s linear infinite}@keyframes fall-220{76.713%{transform:translate(10.0107vw,76.713vh) scale(.539)}to{transform:translate(8.815vw,99vh) scale(.539)}}.snow:nth-child(221){opacity:.3902;transform:translate(46.3492vw,-10px) scale(.354);animation:fall-221 10s -19s linear infinite}@keyframes fall-221{47.132%{transform:translate(45.9435vw,47.132vh) scale(.354)}to{transform:translate(46.14635vw,99vh) scale(.354)}}.snow:nth-child(222){opacity:1.4648;transform:translate(48.3759vw,-10px) scale(.6114);animation:fall-222 30s -27s linear infinite}@keyframes fall-222{33.101%{transform:translate(46.8989vw,33.101vh) scale(.6114)}to{transform:translate(47.6374vw,99vh) scale(.6114)}}.snow:nth-child(223){opacity:.6182;transform:translate(78.2132vw,-10px) scale(.3607);animation:fall-223 30s -19s linear infinite}@keyframes fall-223{38.034%{transform:translate(79.2994vw,38.034vh) scale(.3607)}to{transform:translate(78.7563vw,99vh) scale(.3607)}}.snow:nth-child(224){opacity:.7488;transform:translate(26.2507vw,-10px) scale(.819);animation:fall-224 27s -18s linear infinite}@keyframes fall-224{56.298%{transform:translate(21.3597vw,56.298vh) scale(.819)}to{transform:translate(23.8052vw,99vh) scale(.819)}}.snow:nth-child(225){opacity:1.7758;transform:translate(63.967vw,-10px) scale(.4701);animation:fall-225 12s -29s linear infinite}@keyframes fall-225{67.339%{transform:translate(73.3514vw,67.339vh) scale(.4701)}to{transform:translate(68.6592vw,99vh) scale(.4701)}}.snow:nth-child(226){opacity:1.6946;transform:translate(82.3202vw,-10px) scale(.9619);animation:fall-226 29s -21s linear infinite}@keyframes fall-226{48.794%{transform:translate(87.0582vw,48.794vh) scale(.9619)}to{transform:translate(84.6892vw,99vh) scale(.9619)}}.snow:nth-child(227){opacity:1.8382;transform:translate(67.6483vw,-10px) scale(.9556);animation:fall-227 18s -16s linear infinite}@keyframes fall-227{42.821%{transform:translate(59.1424vw,42.821vh) scale(.9556)}to{transform:translate(63.39535vw,99vh) scale(.9556)}}.snow:nth-child(228){opacity:.1886;transform:translate(31.2935vw,-10px) scale(.929);animation:fall-228 22s -14s linear infinite}@keyframes fall-228{66.697%{transform:translate(28.9372vw,66.697vh) scale(.929)}to{transform:translate(30.11535vw,99vh) scale(.929)}}.snow:nth-child(229){opacity:.4226;transform:translate(57.615vw,-10px) scale(.4492);animation:fall-229 12s -3s linear infinite}@keyframes fall-229{78.682%{transform:translate(56.7613vw,78.682vh) scale(.4492)}to{transform:translate(57.18815vw,99vh) scale(.4492)}}.snow:nth-child(230){opacity:1.0544;transform:translate(28.5538vw,-10px) scale(.9449);animation:fall-230 26s -28s linear infinite}@keyframes fall-230{36.33%{transform:translate(30.6509vw,36.33vh) scale(.9449)}to{transform:translate(29.60235vw,99vh) scale(.9449)}}.snow:nth-child(231){opacity:.2842;transform:translate(76.2583vw,-10px) scale(.0969);animation:fall-231 18s -9s linear infinite}@keyframes fall-231{38.713%{transform:translate(82.9486vw,38.713vh) scale(.0969)}to{transform:translate(79.60345vw,99vh) scale(.0969)}}.snow:nth-child(232){opacity:1.0674;transform:translate(12.1359vw,-10px) scale(.8377);animation:fall-232 23s -21s linear infinite}@keyframes fall-232{37.618%{transform:translate(17.2912vw,37.618vh) scale(.8377)}to{transform:translate(14.71355vw,99vh) scale(.8377)}}.snow:nth-child(233){opacity:.7198;transform:translate(54.9514vw,-10px) scale(.7749);animation:fall-233 19s -3s linear infinite}@keyframes fall-233{79.262%{transform:translate(63.299vw,79.262vh) scale(.7749)}to{transform:translate(59.1252vw,99vh) scale(.7749)}}.snow:nth-child(234){opacity:.9532;transform:translate(54.1877vw,-10px) scale(.8169);animation:fall-234 17s -21s linear infinite}@keyframes fall-234{66.745%{transform:translate(57.8314vw,66.745vh) scale(.8169)}to{transform:translate(56.00955vw,99vh) scale(.8169)}}.snow:nth-child(235){opacity:1.6108;transform:translate(24.042vw,-10px) scale(.6385);animation:fall-235 17s -6s linear infinite}@keyframes fall-235{69.856%{transform:translate(19.0225vw,69.856vh) scale(.6385)}to{transform:translate(21.53225vw,99vh) scale(.6385)}}.snow:nth-child(236){opacity:.8648;transform:translate(69.4902vw,-10px) scale(.2428);animation:fall-236 11s -24s linear infinite}@keyframes fall-236{41.661%{transform:translate(76.2437vw,41.661vh) scale(.2428)}to{transform:translate(72.86695vw,99vh) scale(.2428)}}.snow:nth-child(237){opacity:.967;transform:translate(75.239vw,-10px) scale(.7097);animation:fall-237 22s -12s linear infinite}@keyframes fall-237{51.945%{transform:translate(74.442vw,51.945vh) scale(.7097)}to{transform:translate(74.8405vw,99vh) scale(.7097)}}.snow:nth-child(238){opacity:.3496;transform:translate(49.0133vw,-10px) scale(.133);animation:fall-238 15s -15s linear infinite}@keyframes fall-238{78.545%{transform:translate(55.2767vw,78.545vh) scale(.133)}to{transform:translate(52.145vw,99vh) scale(.133)}}.snow:nth-child(239){opacity:1.0174;transform:translate(10.4601vw,-10px) scale(.6646);animation:fall-239 21s -22s linear infinite}@keyframes fall-239{68.544%{transform:translate(16.0566vw,68.544vh) scale(.6646)}to{transform:translate(13.25835vw,99vh) scale(.6646)}}.snow:nth-child(240){opacity:.87;transform:translate(94.5522vw,-10px) scale(.4615);animation:fall-240 19s -30s linear infinite}@keyframes fall-240{64.549%{transform:translate(96.8486vw,64.549vh) scale(.4615)}to{transform:translate(95.7004vw,99vh) scale(.4615)}}.snow:nth-child(241){opacity:1.0354;transform:translate(11.3282vw,-10px) scale(.0421);animation:fall-241 13s -13s linear infinite}@keyframes fall-241{39.051%{transform:translate(6.6065vw,39.051vh) scale(.0421)}to{transform:translate(8.96735vw,99vh) scale(.0421)}}.snow:nth-child(242){opacity:1.5432;transform:translate(34.0847vw,-10px) scale(.3233);animation:fall-242 23s -20s linear infinite}@keyframes fall-242{76.153%{transform:translate(28.3975vw,76.153vh) scale(.3233)}to{transform:translate(31.2411vw,99vh) scale(.3233)}}.snow:nth-child(243){opacity:1.8448;transform:translate(72.5156vw,-10px) scale(.1537);animation:fall-243 14s -7s linear infinite}@keyframes fall-243{79.328%{transform:translate(78.7881vw,79.328vh) scale(.1537)}to{transform:translate(75.65185vw,99vh) scale(.1537)}}.snow:nth-child(244){opacity:.4568;transform:translate(51.8276vw,-10px) scale(.4627);animation:fall-244 22s -9s linear infinite}@keyframes fall-244{44.789%{transform:translate(51.6735vw,44.789vh) scale(.4627)}to{transform:translate(51.75055vw,99vh) scale(.4627)}}.snow:nth-child(245){opacity:1.9996;transform:translate(52.4402vw,-10px) scale(.5007);animation:fall-245 17s -6s linear infinite}@keyframes fall-245{55.134%{transform:translate(58.4015vw,55.134vh) scale(.5007)}to{transform:translate(55.42085vw,99vh) scale(.5007)}}.snow:nth-child(246){opacity:1.4166;transform:translate(20.6964vw,-10px) scale(.4758);animation:fall-246 24s -15s linear infinite}@keyframes fall-246{55.09%{transform:translate(25.0653vw,55.09vh) scale(.4758)}to{transform:translate(22.88085vw,99vh) scale(.4758)}}.snow:nth-child(247){opacity:.8722;transform:translate(25.2552vw,-10px) scale(.9902);animation:fall-247 12s -27s linear infinite}@keyframes fall-247{67.377%{transform:translate(33.5517vw,67.377vh) scale(.9902)}to{transform:translate(29.40345vw,99vh) scale(.9902)}}.snow:nth-child(248){opacity:1.9184;transform:translate(15.7118vw,-10px) scale(.4369);animation:fall-248 17s -6s linear infinite}@keyframes fall-248{37.991%{transform:translate(14.4742vw,37.991vh) scale(.4369)}to{transform:translate(15.093vw,99vh) scale(.4369)}}.snow:nth-child(249){opacity:.211;transform:translate(16.3546vw,-10px) scale(.5178);animation:fall-249 14s -19s linear infinite}@keyframes fall-249{78.528%{transform:translate(8.1419vw,78.528vh) scale(.5178)}to{transform:translate(12.24825vw,99vh) scale(.5178)}}.snow:nth-child(250){opacity:.066;transform:translate(99.5746vw,-10px) scale(.0602);animation:fall-250 28s -20s linear infinite}@keyframes fall-250{66.644%{transform:translate(95.8341vw,66.644vh) scale(.0602)}to{transform:translate(97.70435vw,99vh) scale(.0602)}}.snow:nth-child(251){opacity:1.1506;transform:translate(81.187vw,-10px) scale(.9917);animation:fall-251 14s -6s linear infinite}@keyframes fall-251{49.084%{transform:translate(80.0068vw,49.084vh) scale(.9917)}to{transform:translate(80.5969vw,99vh) scale(.9917)}}.snow:nth-child(252){opacity:.4398;transform:translate(81.8044vw,-10px) scale(.1045);animation:fall-252 23s -1s linear infinite}@keyframes fall-252{79.386%{transform:translate(79.8836vw,79.386vh) scale(.1045)}to{transform:translate(80.844vw,99vh) scale(.1045)}}.snow:nth-child(253){opacity:.6052;transform:translate(55.5719vw,-10px) scale(.6768);animation:fall-253 12s -5s linear infinite}@keyframes fall-253{69.647%{transform:translate(55.771vw,69.647vh) scale(.6768)}to{transform:translate(55.67145vw,99vh) scale(.6768)}}.snow:nth-child(254){opacity:.2698;transform:translate(75.1476vw,-10px) scale(.4798);animation:fall-254 10s -9s linear infinite}@keyframes fall-254{67.539%{transform:translate(68.4848vw,67.539vh) scale(.4798)}to{transform:translate(71.8162vw,99vh) scale(.4798)}}.snow:nth-child(255){opacity:1.1812;transform:translate(10.9724vw,-10px) scale(.8153);animation:fall-255 13s -28s linear infinite}@keyframes fall-255{73.383%{transform:translate(6.8467vw,73.383vh) scale(.8153)}to{transform:translate(8.90955vw,99vh) scale(.8153)}}.snow:nth-child(256){opacity:.8126;transform:translate(66.5019vw,-10px) scale(.3548);animation:fall-256 23s -6s linear infinite}@keyframes fall-256{47.727%{transform:translate(68.742vw,47.727vh) scale(.3548)}to{transform:translate(67.62195vw,99vh) scale(.3548)}}.snow:nth-child(257){opacity:.1784;transform:translate(46.6154vw,-10px) scale(.7972);animation:fall-257 30s -20s linear infinite}@keyframes fall-257{39.755%{transform:translate(46.7402vw,39.755vh) scale(.7972)}to{transform:translate(46.6778vw,99vh) scale(.7972)}}.snow:nth-child(258){opacity:1.9168;transform:translate(62.8259vw,-10px) scale(.2171);animation:fall-258 16s -3s linear infinite}@keyframes fall-258{60.502%{transform:translate(70.5066vw,60.502vh) scale(.2171)}to{transform:translate(66.66625vw,99vh) scale(.2171)}}.snow:nth-child(259){opacity:1.5268;transform:translate(96.5676vw,-10px) scale(.2514);animation:fall-259 18s -21s linear infinite}@keyframes fall-259{49.431%{transform:translate(102.4876vw,49.431vh) scale(.2514)}to{transform:translate(99.5276vw,99vh) scale(.2514)}}.snow:nth-child(260){opacity:.1076;transform:translate(59.0863vw,-10px) scale(.3477);animation:fall-260 12s -22s linear infinite}@keyframes fall-260{75.234%{transform:translate(63.9027vw,75.234vh) scale(.3477)}to{transform:translate(61.4945vw,99vh) scale(.3477)}}.snow:nth-child(261){opacity:.5152;transform:translate(12.917vw,-10px) scale(.892);animation:fall-261 30s -28s linear infinite}@keyframes fall-261{48.532%{transform:translate(12.0599vw,48.532vh) scale(.892)}to{transform:translate(12.48845vw,99vh) scale(.892)}}.snow:nth-child(262){opacity:.7284;transform:translate(81.2549vw,-10px) scale(.2015);animation:fall-262 27s -8s linear infinite}@keyframes fall-262{62.174%{transform:translate(85.7009vw,62.174vh) scale(.2015)}to{transform:translate(83.4779vw,99vh) scale(.2015)}}.snow:nth-child(263){opacity:.002;transform:translate(55.8654vw,-10px) scale(.6855);animation:fall-263 15s -22s linear infinite}@keyframes fall-263{44.021%{transform:translate(51.6552vw,44.021vh) scale(.6855)}to{transform:translate(53.7603vw,99vh) scale(.6855)}}.snow:nth-child(264){opacity:1.4396;transform:translate(34.5599vw,-10px) scale(.0019);animation:fall-264 28s -12s linear infinite}@keyframes fall-264{33.499%{transform:translate(36.1948vw,33.499vh) scale(.0019)}to{transform:translate(35.37735vw,99vh) scale(.0019)}}.snow:nth-child(265){opacity:1.5962;transform:translate(71.5776vw,-10px) scale(.6531);animation:fall-265 22s -13s linear infinite}@keyframes fall-265{54.401%{transform:translate(70.3098vw,54.401vh) scale(.6531)}to{transform:translate(70.9437vw,99vh) scale(.6531)}}.snow:nth-child(266){opacity:.3046;transform:translate(12.8005vw,-10px) scale(.4535);animation:fall-266 23s -9s linear infinite}@keyframes fall-266{70.904%{transform:translate(13.5925vw,70.904vh) scale(.4535)}to{transform:translate(13.1965vw,99vh) scale(.4535)}}.snow:nth-child(267){opacity:1.4784;transform:translate(49.1011vw,-10px) scale(.7209);animation:fall-267 26s -24s linear infinite}@keyframes fall-267{70.923%{transform:translate(39.787vw,70.923vh) scale(.7209)}to{transform:translate(44.44405vw,99vh) scale(.7209)}}.snow:nth-child(268){opacity:.7108;transform:translate(10.1763vw,-10px) scale(.7238);animation:fall-268 11s -20s linear infinite}@keyframes fall-268{67.757%{transform:translate(.2807vw,67.757vh) scale(.7238)}to{transform:translate(5.2285vw,99vh) scale(.7238)}}.snow:nth-child(269){opacity:.8488;transform:translate(18.6973vw,-10px) scale(.935);animation:fall-269 30s -19s linear infinite}@keyframes fall-269{62.692%{transform:translate(20.0301vw,62.692vh) scale(.935)}to{transform:translate(19.3637vw,99vh) scale(.935)}}.snow:nth-child(270){opacity:1.0004;transform:translate(30.8458vw,-10px) scale(.5066);animation:fall-270 17s -26s linear infinite}@keyframes fall-270{39.593%{transform:translate(22.438vw,39.593vh) scale(.5066)}to{transform:translate(26.6419vw,99vh) scale(.5066)}}.snow:nth-child(271){opacity:.7434;transform:translate(81.537vw,-10px) scale(.9916);animation:fall-271 21s -29s linear infinite}@keyframes fall-271{41.088%{transform:translate(87.4787vw,41.088vh) scale(.9916)}to{transform:translate(84.50785vw,99vh) scale(.9916)}}.snow:nth-child(272){opacity:.1174;transform:translate(54.4812vw,-10px) scale(.2022);animation:fall-272 22s -11s linear infinite}@keyframes fall-272{33.886%{transform:translate(61.4991vw,33.886vh) scale(.2022)}to{transform:translate(57.99015vw,99vh) scale(.2022)}}.snow:nth-child(273){opacity:1.4878;transform:translate(34.0803vw,-10px) scale(.0724);animation:fall-273 28s -13s linear infinite}@keyframes fall-273{42.112%{transform:translate(28.4776vw,42.112vh) scale(.0724)}to{transform:translate(31.27895vw,99vh) scale(.0724)}}.snow:nth-child(274){opacity:1.2412;transform:translate(83.6643vw,-10px) scale(.129);animation:fall-274 27s -9s linear infinite}@keyframes fall-274{62.841%{transform:translate(91.8833vw,62.841vh) scale(.129)}to{transform:translate(87.7738vw,99vh) scale(.129)}}.snow:nth-child(275){opacity:.1632;transform:translate(20.1235vw,-10px) scale(.2404);animation:fall-275 19s -26s linear infinite}@keyframes fall-275{59.304%{transform:translate(19.3547vw,59.304vh) scale(.2404)}to{transform:translate(19.7391vw,99vh) scale(.2404)}}.snow:nth-child(276){opacity:.9354;transform:translate(67.1077vw,-10px) scale(.8819);animation:fall-276 12s -30s linear infinite}@keyframes fall-276{64.428%{transform:translate(62.4416vw,64.428vh) scale(.8819)}to{transform:translate(64.77465vw,99vh) scale(.8819)}}.snow:nth-child(277){opacity:1.487;transform:translate(29.2379vw,-10px) scale(.1472);animation:fall-277 22s -5s linear infinite}@keyframes fall-277{76.654%{transform:translate(23.0711vw,76.654vh) scale(.1472)}to{transform:translate(26.1545vw,99vh) scale(.1472)}}.snow:nth-child(278){opacity:1.8304;transform:translate(48.0233vw,-10px) scale(.6184);animation:fall-278 20s -16s linear infinite}@keyframes fall-278{53.67%{transform:translate(48.5304vw,53.67vh) scale(.6184)}to{transform:translate(48.27685vw,99vh) scale(.6184)}}.snow:nth-child(279){opacity:1.9202;transform:translate(23.2526vw,-10px) scale(.6685);animation:fall-279 25s -29s linear infinite}@keyframes fall-279{74.01%{transform:translate(30.7532vw,74.01vh) scale(.6685)}to{transform:translate(27.0029vw,99vh) scale(.6685)}}.snow:nth-child(280){opacity:.6064;transform:translate(70.6874vw,-10px) scale(.7224);animation:fall-280 26s -5s linear infinite}@keyframes fall-280{61.65%{transform:translate(77.1476vw,61.65vh) scale(.7224)}to{transform:translate(73.9175vw,99vh) scale(.7224)}}.snow:nth-child(281){opacity:1.6838;transform:translate(70.8417vw,-10px) scale(.5766);animation:fall-281 24s -2s linear infinite}@keyframes fall-281{63.02%{transform:translate(77.5784vw,63.02vh) scale(.5766)}to{transform:translate(74.21005vw,99vh) scale(.5766)}}.snow:nth-child(282){opacity:.0532;transform:translate(44.1174vw,-10px) scale(.4366);animation:fall-282 16s -16s linear infinite}@keyframes fall-282{55.11%{transform:translate(45.5813vw,55.11vh) scale(.4366)}to{transform:translate(44.84935vw,99vh) scale(.4366)}}.snow:nth-child(283){opacity:1.6876;transform:translate(34.9876vw,-10px) scale(.1135);animation:fall-283 19s -16s linear infinite}@keyframes fall-283{53.702%{transform:translate(34.8144vw,53.702vh) scale(.1135)}to{transform:translate(34.901vw,99vh) scale(.1135)}}.snow:nth-child(284){opacity:1.4728;transform:translate(35.9104vw,-10px) scale(.7403);animation:fall-284 14s -16s linear infinite}@keyframes fall-284{52.22%{transform:translate(26.7629vw,52.22vh) scale(.7403)}to{transform:translate(31.33665vw,99vh) scale(.7403)}}.snow:nth-child(285){opacity:.8218;transform:translate(70.9721vw,-10px) scale(.6615);animation:fall-285 29s -9s linear infinite}@keyframes fall-285{33.966%{transform:translate(63.1385vw,33.966vh) scale(.6615)}to{transform:translate(67.0553vw,99vh) scale(.6615)}}.snow:nth-child(286){opacity:.8968;transform:translate(96.2237vw,-10px) scale(.0462);animation:fall-286 12s -15s linear infinite}@keyframes fall-286{39.398%{transform:translate(98.0067vw,39.398vh) scale(.0462)}to{transform:translate(97.1152vw,99vh) scale(.0462)}}.snow:nth-child(287){opacity:.3686;transform:translate(62.4291vw,-10px) scale(.6879);animation:fall-287 16s -14s linear infinite}@keyframes fall-287{33.864%{transform:translate(56.7241vw,33.864vh) scale(.6879)}to{transform:translate(59.5766vw,99vh) scale(.6879)}}.snow:nth-child(288){opacity:.1494;transform:translate(59.3156vw,-10px) scale(.4124);animation:fall-288 23s -25s linear infinite}@keyframes fall-288{62.41%{transform:translate(62.0802vw,62.41vh) scale(.4124)}to{transform:translate(60.6979vw,99vh) scale(.4124)}}.snow:nth-child(289){opacity:.091;transform:translate(92.979vw,-10px) scale(.5442);animation:fall-289 24s -21s linear infinite}@keyframes fall-289{59.835%{transform:translate(100.5825vw,59.835vh) scale(.5442)}to{transform:translate(96.78075vw,99vh) scale(.5442)}}.snow:nth-child(290){opacity:.7566;transform:translate(89.027vw,-10px) scale(.4261);animation:fall-290 28s -4s linear infinite}@keyframes fall-290{31.107%{transform:translate(98.643vw,31.107vh) scale(.4261)}to{transform:translate(93.835vw,99vh) scale(.4261)}}.snow:nth-child(291){opacity:.0716;transform:translate(99.8105vw,-10px) scale(.1739);animation:fall-291 18s -10s linear infinite}@keyframes fall-291{77.622%{transform:translate(94.9648vw,77.622vh) scale(.1739)}to{transform:translate(97.38765vw,99vh) scale(.1739)}}.snow:nth-child(292){opacity:.1716;transform:translate(53.096vw,-10px) scale(.4964);animation:fall-292 15s -6s linear infinite}@keyframes fall-292{68.72%{transform:translate(45.9307vw,68.72vh) scale(.4964)}to{transform:translate(49.51335vw,99vh) scale(.4964)}}.snow:nth-child(293){opacity:.2048;transform:translate(93.9662vw,-10px) scale(.1204);animation:fall-293 18s -28s linear infinite}@keyframes fall-293{42.401%{transform:translate(92.6363vw,42.401vh) scale(.1204)}to{transform:translate(93.30125vw,99vh) scale(.1204)}}.snow:nth-child(294){opacity:.4766;transform:translate(60.3834vw,-10px) scale(.9853);animation:fall-294 14s -26s linear infinite}@keyframes fall-294{35.514%{transform:translate(65.8617vw,35.514vh) scale(.9853)}to{transform:translate(63.12255vw,99vh) scale(.9853)}}.snow:nth-child(295){opacity:.1802;transform:translate(21.0075vw,-10px) scale(.2404);animation:fall-295 11s -26s linear infinite}@keyframes fall-295{79.142%{transform:translate(24.2771vw,79.142vh) scale(.2404)}to{transform:translate(22.6423vw,99vh) scale(.2404)}}.snow:nth-child(296){opacity:1.3724;transform:translate(41.7065vw,-10px) scale(.59);animation:fall-296 23s -24s linear infinite}@keyframes fall-296{66.451%{transform:translate(43.2626vw,66.451vh) scale(.59)}to{transform:translate(42.48455vw,99vh) scale(.59)}}.snow:nth-child(297){opacity:1.7122;transform:translate(4.0893vw,-10px) scale(.6013);animation:fall-297 18s -19s linear infinite}@keyframes fall-297{55.708%{transform:translate(-.1228vw,55.708vh) scale(.6013)}to{transform:translate(1.98325vw,99vh) scale(.6013)}}.snow:nth-child(298){opacity:1.9562;transform:translate(75.4864vw,-10px) scale(.4984);animation:fall-298 17s -18s linear infinite}@keyframes fall-298{43.934%{transform:translate(70.8451vw,43.934vh) scale(.4984)}to{transform:translate(73.16575vw,99vh) scale(.4984)}}.snow:nth-child(299){opacity:1.727;transform:translate(41.3625vw,-10px) scale(.8784);animation:fall-299 17s -23s linear infinite}@keyframes fall-299{49.679%{transform:translate(49.2807vw,49.679vh) scale(.8784)}to{transform:translate(45.3216vw,99vh) scale(.8784)}}.snow:nth-child(300){opacity:.1944;transform:translate(30.3516vw,-10px) scale(.6817);animation:fall-300 11s -14s linear infinite}@keyframes fall-300{79.94%{transform:translate(37.5025vw,79.94vh) scale(.6817)}to{transform:translate(33.92705vw,99vh) scale(.6817)}}.snow:nth-child(301){opacity:1.9112;transform:translate(29.3987vw,-10px) scale(.9897);animation:fall-301 10s -11s linear infinite}@keyframes fall-301{68.906%{transform:translate(35.8527vw,68.906vh) scale(.9897)}to{transform:translate(32.6257vw,99vh) scale(.9897)}}.snow:nth-child(302){opacity:1.5386;transform:translate(92.8842vw,-10px) scale(.7677);animation:fall-302 29s -24s linear infinite}@keyframes fall-302{45.186%{transform:translate(93.4691vw,45.186vh) scale(.7677)}to{transform:translate(93.17665vw,99vh) scale(.7677)}}.snow:nth-child(303){opacity:.862;transform:translate(18.8886vw,-10px) scale(.5975);animation:fall-303 29s -25s linear infinite}@keyframes fall-303{32.794%{transform:translate(23.6924vw,32.794vh) scale(.5975)}to{transform:translate(21.2905vw,99vh) scale(.5975)}}.snow:nth-child(304){opacity:.0366;transform:translate(64.7038vw,-10px) scale(.2498);animation:fall-304 30s -1s linear infinite}@keyframes fall-304{79.762%{transform:translate(73.1074vw,79.762vh) scale(.2498)}to{transform:translate(68.9056vw,99vh) scale(.2498)}}.snow:nth-child(305){opacity:.8332;transform:translate(36.6054vw,-10px) scale(.7885);animation:fall-305 27s -4s linear infinite}@keyframes fall-305{37.63%{transform:translate(39.3141vw,37.63vh) scale(.7885)}to{transform:translate(37.95975vw,99vh) scale(.7885)}}.snow:nth-child(306){opacity:.9476;transform:translate(45.0448vw,-10px) scale(.5463);animation:fall-306 18s -12s linear infinite}@keyframes fall-306{44.039%{transform:translate(50.2913vw,44.039vh) scale(.5463)}to{transform:translate(47.66805vw,99vh) scale(.5463)}}.snow:nth-child(307){opacity:.701;transform:translate(93.3473vw,-10px) scale(.245);animation:fall-307 12s -30s linear infinite}@keyframes fall-307{45.259%{transform:translate(84.1893vw,45.259vh) scale(.245)}to{transform:translate(88.7683vw,99vh) scale(.245)}}.snow:nth-child(308){opacity:1.85;transform:translate(69.8472vw,-10px) scale(.561);animation:fall-308 30s -19s linear infinite}@keyframes fall-308{69.04%{transform:translate(60.1274vw,69.04vh) scale(.561)}to{transform:translate(64.9873vw,99vh) scale(.561)}}.snow:nth-child(309){opacity:.052;transform:translate(24.4531vw,-10px) scale(.9885);animation:fall-309 29s -24s linear infinite}@keyframes fall-309{31.936%{transform:translate(26.3215vw,31.936vh) scale(.9885)}to{transform:translate(25.3873vw,99vh) scale(.9885)}}.snow:nth-child(310){opacity:.0202;transform:translate(33.8289vw,-10px) scale(.1561);animation:fall-310 14s -27s linear infinite}@keyframes fall-310{53.537%{transform:translate(26.9541vw,53.537vh) scale(.1561)}to{transform:translate(30.3915vw,99vh) scale(.1561)}}.snow:nth-child(311){opacity:1.9074;transform:translate(77.0163vw,-10px) scale(.096);animation:fall-311 25s -18s linear infinite}@keyframes fall-311{54.518%{transform:translate(75.2003vw,54.518vh) scale(.096)}to{transform:translate(76.1083vw,99vh) scale(.096)}}.snow:nth-child(312){opacity:.5878;transform:translate(55.4176vw,-10px) scale(.1673);animation:fall-312 17s -2s linear infinite}@keyframes fall-312{30.778%{transform:translate(49.0434vw,30.778vh) scale(.1673)}to{transform:translate(52.2305vw,99vh) scale(.1673)}}.snow:nth-child(313){opacity:1.083;transform:translate(4.8535vw,-10px) scale(.8787);animation:fall-313 13s -15s linear infinite}@keyframes fall-313{68.292%{transform:translate(4.3376vw,68.292vh) scale(.8787)}to{transform:translate(4.59555vw,99vh) scale(.8787)}}.snow:nth-child(314){opacity:.5958;transform:translate(41.4424vw,-10px) scale(.9278);animation:fall-314 12s -18s linear infinite}@keyframes fall-314{35.084%{transform:translate(36.3149vw,35.084vh) scale(.9278)}to{transform:translate(38.87865vw,99vh) scale(.9278)}}.snow:nth-child(315){opacity:.355;transform:translate(68.2757vw,-10px) scale(.0608);animation:fall-315 19s -19s linear infinite}@keyframes fall-315{47.06%{transform:translate(77.8443vw,47.06vh) scale(.0608)}to{transform:translate(73.06vw,99vh) scale(.0608)}}.snow:nth-child(316){opacity:1.337;transform:translate(71.6646vw,-10px) scale(.7776);animation:fall-316 20s -13s linear infinite}@keyframes fall-316{53.216%{transform:translate(72.3907vw,53.216vh) scale(.7776)}to{transform:translate(72.02765vw,99vh) scale(.7776)}}.snow:nth-child(317){opacity:1.7048;transform:translate(9.2757vw,-10px) scale(.7929);animation:fall-317 21s -12s linear infinite}@keyframes fall-317{56.051%{transform:translate(9.2515vw,56.051vh) scale(.7929)}to{transform:translate(9.2636vw,99vh) scale(.7929)}}.snow:nth-child(318){opacity:1.532;transform:translate(91.8155vw,-10px) scale(.9637);animation:fall-318 21s -7s linear infinite}@keyframes fall-318{35.297%{transform:translate(99.5271vw,35.297vh) scale(.9637)}to{transform:translate(95.6713vw,99vh) scale(.9637)}}.snow:nth-child(319){opacity:.5488;transform:translate(93.5722vw,-10px) scale(.9122);animation:fall-319 10s -15s linear infinite}@keyframes fall-319{52.775%{transform:translate(100.3234vw,52.775vh) scale(.9122)}to{transform:translate(96.9478vw,99vh) scale(.9122)}}.snow:nth-child(320){opacity:1.0402;transform:translate(92.4801vw,-10px) scale(.4002);animation:fall-320 28s -13s linear infinite}@keyframes fall-320{55.267%{transform:translate(84.6037vw,55.267vh) scale(.4002)}to{transform:translate(88.5419vw,99vh) scale(.4002)}}.snow:nth-child(321){opacity:.688;transform:translate(99.5675vw,-10px) scale(.5381);animation:fall-321 29s -20s linear infinite}@keyframes fall-321{39.306%{transform:translate(90.4873vw,39.306vh) scale(.5381)}to{transform:translate(95.0274vw,99vh) scale(.5381)}}.snow:nth-child(322){opacity:1.751;transform:translate(99.0284vw,-10px) scale(.3302);animation:fall-322 21s -8s linear infinite}@keyframes fall-322{32.267%{transform:translate(104.3764vw,32.267vh) scale(.3302)}to{transform:translate(101.7024vw,99vh) scale(.3302)}}.snow:nth-child(323){opacity:1.2284;transform:translate(56.0276vw,-10px) scale(.6186);animation:fall-323 12s -12s linear infinite}@keyframes fall-323{40.195%{transform:translate(62.4863vw,40.195vh) scale(.6186)}to{transform:translate(59.25695vw,99vh) scale(.6186)}}.snow:nth-child(324){opacity:1.6152;transform:translate(18.0003vw,-10px) scale(.7614);animation:fall-324 29s -25s linear infinite}@keyframes fall-324{62.709%{transform:translate(20.6146vw,62.709vh) scale(.7614)}to{transform:translate(19.30745vw,99vh) scale(.7614)}}.snow:nth-child(325){opacity:.6492;transform:translate(84.0686vw,-10px) scale(.8894);animation:fall-325 30s -19s linear infinite}@keyframes fall-325{34.737%{transform:translate(86.452vw,34.737vh) scale(.8894)}to{transform:translate(85.2603vw,99vh) scale(.8894)}}.snow:nth-child(326){opacity:1.1896;transform:translate(70.2403vw,-10px) scale(.0548);animation:fall-326 12s -14s linear infinite}@keyframes fall-326{42.863%{transform:translate(72.3309vw,42.863vh) scale(.0548)}to{transform:translate(71.2856vw,99vh) scale(.0548)}}.snow:nth-child(327){opacity:.7518;transform:translate(89.7669vw,-10px) scale(.1916);animation:fall-327 20s -17s linear infinite}@keyframes fall-327{45.911%{transform:translate(90.5385vw,45.911vh) scale(.1916)}to{transform:translate(90.1527vw,99vh) scale(.1916)}}.snow:nth-child(328){opacity:.2248;transform:translate(38.1682vw,-10px) scale(.4442);animation:fall-328 13s -5s linear infinite}@keyframes fall-328{38.755%{transform:translate(28.2755vw,38.755vh) scale(.4442)}to{transform:translate(33.22185vw,99vh) scale(.4442)}}.snow:nth-child(329){opacity:.6658;transform:translate(95.3016vw,-10px) scale(.8515);animation:fall-329 26s -19s linear infinite}@keyframes fall-329{65.84%{transform:translate(100.8752vw,65.84vh) scale(.8515)}to{transform:translate(98.0884vw,99vh) scale(.8515)}}.snow:nth-child(330){opacity:1.5214;transform:translate(53.7128vw,-10px) scale(.4971);animation:fall-330 26s -25s linear infinite}@keyframes fall-330{48.772%{transform:translate(51.8701vw,48.772vh) scale(.4971)}to{transform:translate(52.79145vw,99vh) scale(.4971)}}.snow:nth-child(331){opacity:.8126;transform:translate(39.0576vw,-10px) scale(.1518);animation:fall-331 28s -14s linear infinite}@keyframes fall-331{35.275%{transform:translate(36.0902vw,35.275vh) scale(.1518)}to{transform:translate(37.5739vw,99vh) scale(.1518)}}.snow:nth-child(332){opacity:.2504;transform:translate(73.3814vw,-10px) scale(.0667);animation:fall-332 30s -5s linear infinite}@keyframes fall-332{74.196%{transform:translate(75.6359vw,74.196vh) scale(.0667)}to{transform:translate(74.50865vw,99vh) scale(.0667)}}.snow:nth-child(333){opacity:.973;transform:translate(92.0872vw,-10px) scale(.0244);animation:fall-333 19s -2s linear infinite}@keyframes fall-333{48.388%{transform:translate(100.0189vw,48.388vh) scale(.0244)}to{transform:translate(96.05305vw,99vh) scale(.0244)}}.snow:nth-child(334){opacity:1.7732;transform:translate(90.6372vw,-10px) scale(.3467);animation:fall-334 12s -9s linear infinite}@keyframes fall-334{77.807%{transform:translate(83.083vw,77.807vh) scale(.3467)}to{transform:translate(86.8601vw,99vh) scale(.3467)}}.snow:nth-child(335){opacity:1.8152;transform:translate(13.3187vw,-10px) scale(.6572);animation:fall-335 17s -8s linear infinite}@keyframes fall-335{71.325%{transform:translate(16.7772vw,71.325vh) scale(.6572)}to{transform:translate(15.04795vw,99vh) scale(.6572)}}.snow:nth-child(336){opacity:.7128;transform:translate(13.8736vw,-10px) scale(.2039);animation:fall-336 20s -19s linear infinite}@keyframes fall-336{68.447%{transform:translate(10.8786vw,68.447vh) scale(.2039)}to{transform:translate(12.3761vw,99vh) scale(.2039)}}.snow:nth-child(337){opacity:.676;transform:translate(54.8648vw,-10px) scale(.6093);animation:fall-337 26s -24s linear infinite}@keyframes fall-337{30.082%{transform:translate(56.8449vw,30.082vh) scale(.6093)}to{transform:translate(55.85485vw,99vh) scale(.6093)}}.snow:nth-child(338){opacity:.1168;transform:translate(34.8846vw,-10px) scale(.0901);animation:fall-338 15s -3s linear infinite}@keyframes fall-338{34.029%{transform:translate(42.8778vw,34.029vh) scale(.0901)}to{transform:translate(38.8812vw,99vh) scale(.0901)}}.snow:nth-child(339){opacity:.3676;transform:translate(13.0892vw,-10px) scale(.3051);animation:fall-339 22s -30s linear infinite}@keyframes fall-339{69.301%{transform:translate(3.0942vw,69.301vh) scale(.3051)}to{transform:translate(8.0917vw,99vh) scale(.3051)}}.snow:nth-child(340){opacity:1.9262;transform:translate(95.0976vw,-10px) scale(.7098);animation:fall-340 26s -27s linear infinite}@keyframes fall-340{62.076%{transform:translate(103.6431vw,62.076vh) scale(.7098)}to{transform:translate(99.37035vw,99vh) scale(.7098)}}.snow:nth-child(341){opacity:1.9838;transform:translate(37.5851vw,-10px) scale(.5022);animation:fall-341 20s -6s linear infinite}@keyframes fall-341{48.193%{transform:translate(28.502vw,48.193vh) scale(.5022)}to{transform:translate(33.04355vw,99vh) scale(.5022)}}.snow:nth-child(342){opacity:.0568;transform:translate(30.9109vw,-10px) scale(.4354);animation:fall-342 24s -8s linear infinite}@keyframes fall-342{44.919%{transform:translate(22.0459vw,44.919vh) scale(.4354)}to{transform:translate(26.4784vw,99vh) scale(.4354)}}.snow:nth-child(343){opacity:.6146;transform:translate(31.6236vw,-10px) scale(.7008);animation:fall-343 17s -5s linear infinite}@keyframes fall-343{54.097%{transform:translate(23.4949vw,54.097vh) scale(.7008)}to{transform:translate(27.55925vw,99vh) scale(.7008)}}.snow:nth-child(344){opacity:1.8478;transform:translate(26.8227vw,-10px) scale(.1533);animation:fall-344 19s -6s linear infinite}@keyframes fall-344{77.629%{transform:translate(26.0676vw,77.629vh) scale(.1533)}to{transform:translate(26.44515vw,99vh) scale(.1533)}}.snow:nth-child(345){opacity:.6206;transform:translate(38.4697vw,-10px) scale(.3431);animation:fall-345 14s -24s linear infinite}@keyframes fall-345{52.407%{transform:translate(39.2823vw,52.407vh) scale(.3431)}to{transform:translate(38.876vw,99vh) scale(.3431)}}.snow:nth-child(346){opacity:1.7146;transform:translate(41.7142vw,-10px) scale(.6462);animation:fall-346 23s -24s linear infinite}@keyframes fall-346{39.653%{transform:translate(42.6107vw,39.653vh) scale(.6462)}to{transform:translate(42.16245vw,99vh) scale(.6462)}}.snow:nth-child(347){opacity:1.1478;transform:translate(25.8531vw,-10px) scale(.5663);animation:fall-347 24s -10s linear infinite}@keyframes fall-347{68.278%{transform:translate(21.0411vw,68.278vh) scale(.5663)}to{transform:translate(23.4471vw,99vh) scale(.5663)}}.snow:nth-child(348){opacity:1.2558;transform:translate(30.4219vw,-10px) scale(.4138);animation:fall-348 24s -20s linear infinite}@keyframes fall-348{68.172%{transform:translate(32.2908vw,68.172vh) scale(.4138)}to{transform:translate(31.35635vw,99vh) scale(.4138)}}.snow:nth-child(349){opacity:.385;transform:translate(25.9602vw,-10px) scale(.2311);animation:fall-349 14s -13s linear infinite}@keyframes fall-349{34.187%{transform:translate(24.9933vw,34.187vh) scale(.2311)}to{transform:translate(25.47675vw,99vh) scale(.2311)}}.snow:nth-child(350){opacity:.5548;transform:translate(67.2797vw,-10px) scale(.0458);animation:fall-350 11s -4s linear infinite}@keyframes fall-350{45.539%{transform:translate(60.1957vw,45.539vh) scale(.0458)}to{transform:translate(63.7377vw,99vh) scale(.0458)}}.snow:nth-child(351){opacity:1.1914;transform:translate(3.7683vw,-10px) scale(.7728);animation:fall-351 24s -9s linear infinite}@keyframes fall-351{46.541%{transform:translate(7.6296vw,46.541vh) scale(.7728)}to{transform:translate(5.69895vw,99vh) scale(.7728)}}.snow:nth-child(352){opacity:1.4004;transform:translate(52.8927vw,-10px) scale(.3997);animation:fall-352 10s -1s linear infinite}@keyframes fall-352{62.124%{transform:translate(47.6149vw,62.124vh) scale(.3997)}to{transform:translate(50.2538vw,99vh) scale(.3997)}}.snow:nth-child(353){opacity:.571;transform:translate(7.8896vw,-10px) scale(.1509);animation:fall-353 12s -4s linear infinite}@keyframes fall-353{57.572%{transform:translate(17.6614vw,57.572vh) scale(.1509)}to{transform:translate(12.7755vw,99vh) scale(.1509)}}.snow:nth-child(354){opacity:.4518;transform:translate(32.5032vw,-10px) scale(.1406);animation:fall-354 21s -9s linear infinite}@keyframes fall-354{30.865%{transform:translate(27.5488vw,30.865vh) scale(.1406)}to{transform:translate(30.026vw,99vh) scale(.1406)}}.snow:nth-child(355){opacity:.7808;transform:translate(66.2779vw,-10px) scale(.5569);animation:fall-355 15s -1s linear infinite}@keyframes fall-355{66.928%{transform:translate(65.9837vw,66.928vh) scale(.5569)}to{transform:translate(66.1308vw,99vh) scale(.5569)}}.snow:nth-child(356){opacity:.5908;transform:translate(37.9655vw,-10px) scale(.9354);animation:fall-356 15s -11s linear infinite}@keyframes fall-356{44.61%{transform:translate(38.9494vw,44.61vh) scale(.9354)}to{transform:translate(38.45745vw,99vh) scale(.9354)}}.snow:nth-child(357){opacity:.196;transform:translate(64.2473vw,-10px) scale(.8937);animation:fall-357 18s -9s linear infinite}@keyframes fall-357{38.578%{transform:translate(73.1544vw,38.578vh) scale(.8937)}to{transform:translate(68.70085vw,99vh) scale(.8937)}}.snow:nth-child(358){opacity:.4826;transform:translate(79.4167vw,-10px) scale(.6634);animation:fall-358 17s -11s linear infinite}@keyframes fall-358{46.364%{transform:translate(81.5151vw,46.364vh) scale(.6634)}to{transform:translate(80.4659vw,99vh) scale(.6634)}}.snow:nth-child(359){opacity:.2988;transform:translate(38.134vw,-10px) scale(.9461);animation:fall-359 23s -9s linear infinite}@keyframes fall-359{75.796%{transform:translate(40.8988vw,75.796vh) scale(.9461)}to{transform:translate(39.5164vw,99vh) scale(.9461)}}.snow:nth-child(360){opacity:.411;transform:translate(19.7024vw,-10px) scale(.4552);animation:fall-360 29s -5s linear infinite}@keyframes fall-360{49.848%{transform:translate(13.3624vw,49.848vh) scale(.4552)}to{transform:translate(16.5324vw,99vh) scale(.4552)}}.snow:nth-child(361){opacity:.9334;transform:translate(66.5857vw,-10px) scale(.0376);animation:fall-361 17s -4s linear infinite}@keyframes fall-361{43.547%{transform:translate(70.2238vw,43.547vh) scale(.0376)}to{transform:translate(68.40475vw,99vh) scale(.0376)}}.snow:nth-child(362){opacity:1.096;transform:translate(73.6159vw,-10px) scale(.4422);animation:fall-362 10s -22s linear infinite}@keyframes fall-362{66.497%{transform:translate(69.0358vw,66.497vh) scale(.4422)}to{transform:translate(71.32585vw,99vh) scale(.4422)}}.snow:nth-child(363){opacity:.0456;transform:translate(15.3326vw,-10px) scale(.7899);animation:fall-363 16s -24s linear infinite}@keyframes fall-363{31.737%{transform:translate(23.4203vw,31.737vh) scale(.7899)}to{transform:translate(19.37645vw,99vh) scale(.7899)}}.snow:nth-child(364){opacity:.3388;transform:translate(16.0319vw,-10px) scale(.9318);animation:fall-364 29s -14s linear infinite}@keyframes fall-364{75.907%{transform:translate(22.4303vw,75.907vh) scale(.9318)}to{transform:translate(19.2311vw,99vh) scale(.9318)}}.snow:nth-child(365){opacity:.0686;transform:translate(1.372vw,-10px) scale(.0922);animation:fall-365 25s -19s linear infinite}@keyframes fall-365{56.509%{transform:translate(-5.0594vw,56.509vh) scale(.0922)}to{transform:translate(-1.8437vw,99vh) scale(.0922)}}.snow:nth-child(366){opacity:.6748;transform:translate(3.4104vw,-10px) scale(.7776);animation:fall-366 14s -11s linear infinite}@keyframes fall-366{63.929%{transform:translate(11.4531vw,63.929vh) scale(.7776)}to{transform:translate(7.43175vw,99vh) scale(.7776)}}.snow:nth-child(367){opacity:.8824;transform:translate(88.1869vw,-10px) scale(.4844);animation:fall-367 18s -8s linear infinite}@keyframes fall-367{46.968%{transform:translate(90.1858vw,46.968vh) scale(.4844)}to{transform:translate(89.18635vw,99vh) scale(.4844)}}.snow:nth-child(368){opacity:.3962;transform:translate(72.9974vw,-10px) scale(.6467);animation:fall-368 10s -8s linear infinite}@keyframes fall-368{79.738%{transform:translate(63.8279vw,79.738vh) scale(.6467)}to{transform:translate(68.41265vw,99vh) scale(.6467)}}.snow:nth-child(369){opacity:1.3126;transform:translate(72.8274vw,-10px) scale(.193);animation:fall-369 24s -26s linear infinite}@keyframes fall-369{30.473%{transform:translate(67.9971vw,30.473vh) scale(.193)}to{transform:translate(70.41225vw,99vh) scale(.193)}}.snow:nth-child(370){opacity:1.7014;transform:translate(74.2645vw,-10px) scale(.5102);animation:fall-370 12s -3s linear infinite}@keyframes fall-370{41.183%{transform:translate(67.3967vw,41.183vh) scale(.5102)}to{transform:translate(70.8306vw,99vh) scale(.5102)}}.snow:nth-child(371){opacity:.3116;transform:translate(88.7918vw,-10px) scale(.1953);animation:fall-371 19s -20s linear infinite}@keyframes fall-371{57.496%{transform:translate(84.5376vw,57.496vh) scale(.1953)}to{transform:translate(86.6647vw,99vh) scale(.1953)}}.snow:nth-child(372){opacity:1.8136;transform:translate(46.8045vw,-10px) scale(.1703);animation:fall-372 13s -2s linear infinite}@keyframes fall-372{44.872%{transform:translate(56.3673vw,44.872vh) scale(.1703)}to{transform:translate(51.5859vw,99vh) scale(.1703)}}.snow:nth-child(373){opacity:1.171;transform:translate(97.0468vw,-10px) scale(.9931);animation:fall-373 13s -10s linear infinite}@keyframes fall-373{60.823%{transform:translate(98.2316vw,60.823vh) scale(.9931)}to{transform:translate(97.6392vw,99vh) scale(.9931)}}.snow:nth-child(374){opacity:.8774;transform:translate(82.2255vw,-10px) scale(.3989);animation:fall-374 18s -12s linear infinite}@keyframes fall-374{42.668%{transform:translate(81.7114vw,42.668vh) scale(.3989)}to{transform:translate(81.96845vw,99vh) scale(.3989)}}.snow:nth-child(375){opacity:1.447;transform:translate(47.7937vw,-10px) scale(.6077);animation:fall-375 30s -28s linear infinite}@keyframes fall-375{30.561%{transform:translate(55.6039vw,30.561vh) scale(.6077)}to{transform:translate(51.6988vw,99vh) scale(.6077)}}.snow:nth-child(376){opacity:.319;transform:translate(72.322vw,-10px) scale(.8889);animation:fall-376 17s -7s linear infinite}@keyframes fall-376{65.16%{transform:translate(80.5675vw,65.16vh) scale(.8889)}to{transform:translate(76.44475vw,99vh) scale(.8889)}}.snow:nth-child(377){opacity:.3506;transform:translate(42.1733vw,-10px) scale(.8197);animation:fall-377 17s -11s linear infinite}@keyframes fall-377{67.278%{transform:translate(34.0799vw,67.278vh) scale(.8197)}to{transform:translate(38.1266vw,99vh) scale(.8197)}}.snow:nth-child(378){opacity:.9838;transform:translate(72.6864vw,-10px) scale(.8123);animation:fall-378 10s -11s linear infinite}@keyframes fall-378{54.828%{transform:translate(66.5205vw,54.828vh) scale(.8123)}to{transform:translate(69.60345vw,99vh) scale(.8123)}}.snow:nth-child(379){opacity:1.7074;transform:translate(30.6829vw,-10px) scale(.8272);animation:fall-379 30s -26s linear infinite}@keyframes fall-379{72.545%{transform:translate(31.0804vw,72.545vh) scale(.8272)}to{transform:translate(30.88165vw,99vh) scale(.8272)}}.snow:nth-child(380){opacity:.4566;transform:translate(49.0524vw,-10px) scale(.7661);animation:fall-380 14s -29s linear infinite}@keyframes fall-380{48.494%{transform:translate(40.7502vw,48.494vh) scale(.7661)}to{transform:translate(44.9013vw,99vh) scale(.7661)}}.snow:nth-child(381){opacity:1.2558;transform:translate(44.0986vw,-10px) scale(.0812);animation:fall-381 15s -28s linear infinite}@keyframes fall-381{50.38%{transform:translate(52.5815vw,50.38vh) scale(.0812)}to{transform:translate(48.34005vw,99vh) scale(.0812)}}.snow:nth-child(382){opacity:.7496;transform:translate(97.1632vw,-10px) scale(.0291);animation:fall-382 10s -2s linear infinite}@keyframes fall-382{71.684%{transform:translate(106.876vw,71.684vh) scale(.0291)}to{transform:translate(102.0196vw,99vh) scale(.0291)}}.snow:nth-child(383){opacity:.9354;transform:translate(71.4219vw,-10px) scale(.1617);animation:fall-383 10s -7s linear infinite}@keyframes fall-383{44.273%{transform:translate(72.5481vw,44.273vh) scale(.1617)}to{transform:translate(71.985vw,99vh) scale(.1617)}}.snow:nth-child(384){opacity:.302;transform:translate(90.5866vw,-10px) scale(.0177);animation:fall-384 22s -6s linear infinite}@keyframes fall-384{45.012%{transform:translate(94.5739vw,45.012vh) scale(.0177)}to{transform:translate(92.58025vw,99vh) scale(.0177)}}.snow:nth-child(385){opacity:1.1286;transform:translate(34.7043vw,-10px) scale(.5889);animation:fall-385 29s -21s linear infinite}@keyframes fall-385{58.017%{transform:translate(27.8347vw,58.017vh) scale(.5889)}to{transform:translate(31.2695vw,99vh) scale(.5889)}}.snow:nth-child(386){opacity:1.6614;transform:translate(64.558vw,-10px) scale(.1835);animation:fall-386 20s -18s linear infinite}@keyframes fall-386{32.803%{transform:translate(63.2879vw,32.803vh) scale(.1835)}to{transform:translate(63.92295vw,99vh) scale(.1835)}}.snow:nth-child(387){opacity:1.6532;transform:translate(88.0158vw,-10px) scale(.8387);animation:fall-387 14s -22s linear infinite}@keyframes fall-387{70.822%{transform:translate(86.4762vw,70.822vh) scale(.8387)}to{transform:translate(87.246vw,99vh) scale(.8387)}}.snow:nth-child(388){opacity:1.3586;transform:translate(18.0392vw,-10px) scale(.0261);animation:fall-388 19s -2s linear infinite}@keyframes fall-388{68.496%{transform:translate(16.3792vw,68.496vh) scale(.0261)}to{transform:translate(17.2092vw,99vh) scale(.0261)}}.snow:nth-child(389){opacity:1.8946;transform:translate(79.3889vw,-10px) scale(.2964);animation:fall-389 20s -23s linear infinite}@keyframes fall-389{32.296%{transform:translate(80.6485vw,32.296vh) scale(.2964)}to{transform:translate(80.0187vw,99vh) scale(.2964)}}.snow:nth-child(390){opacity:.223;transform:translate(65.9586vw,-10px) scale(.1739);animation:fall-390 27s -3s linear infinite}@keyframes fall-390{35.078%{transform:translate(61.2504vw,35.078vh) scale(.1739)}to{transform:translate(63.6045vw,99vh) scale(.1739)}}.snow:nth-child(391){opacity:.1774;transform:translate(87.9028vw,-10px) scale(.5307);animation:fall-391 26s -11s linear infinite}@keyframes fall-391{49.125%{transform:translate(94.4527vw,49.125vh) scale(.5307)}to{transform:translate(91.17775vw,99vh) scale(.5307)}}.snow:nth-child(392){opacity:.2182;transform:translate(98.4217vw,-10px) scale(.3041);animation:fall-392 18s -28s linear infinite}@keyframes fall-392{65.21%{transform:translate(106.8899vw,65.21vh) scale(.3041)}to{transform:translate(102.6558vw,99vh) scale(.3041)}}.snow:nth-child(393){opacity:.0652;transform:translate(75.7144vw,-10px) scale(.213);animation:fall-393 19s -6s linear infinite}@keyframes fall-393{77.97%{transform:translate(68.4766vw,77.97vh) scale(.213)}to{transform:translate(72.0955vw,99vh) scale(.213)}}.snow:nth-child(394){opacity:1.0612;transform:translate(49.5078vw,-10px) scale(.5244);animation:fall-394 19s -12s linear infinite}@keyframes fall-394{63.274%{transform:translate(47.43vw,63.274vh) scale(.5244)}to{transform:translate(48.4689vw,99vh) scale(.5244)}}.snow:nth-child(395){opacity:1.132;transform:translate(20.3501vw,-10px) scale(.0727);animation:fall-395 24s -18s linear infinite}@keyframes fall-395{74.284%{transform:translate(17.0486vw,74.284vh) scale(.0727)}to{transform:translate(18.69935vw,99vh) scale(.0727)}}.snow:nth-child(396){opacity:.8476;transform:translate(86.7115vw,-10px) scale(.7655);animation:fall-396 14s -11s linear infinite}@keyframes fall-396{50.741%{transform:translate(96.1093vw,50.741vh) scale(.7655)}to{transform:translate(91.4104vw,99vh) scale(.7655)}}.snow:nth-child(397){opacity:1.5108;transform:translate(30.7319vw,-10px) scale(.9193);animation:fall-397 28s -4s linear infinite}@keyframes fall-397{64.509%{transform:translate(24.3096vw,64.509vh) scale(.9193)}to{transform:translate(27.52075vw,99vh) scale(.9193)}}.snow:nth-child(398){opacity:.9208;transform:translate(37.285vw,-10px) scale(.7712);animation:fall-398 23s -20s linear infinite}@keyframes fall-398{56.218%{transform:translate(31.4454vw,56.218vh) scale(.7712)}to{transform:translate(34.3652vw,99vh) scale(.7712)}}.snow:nth-child(399){opacity:.5008;transform:translate(40.3714vw,-10px) scale(.7962);animation:fall-399 29s -9s linear infinite}@keyframes fall-399{61.951%{transform:translate(40.8998vw,61.951vh) scale(.7962)}to{transform:translate(40.6356vw,99vh) scale(.7962)}}.snow:nth-child(400){opacity:.9236;transform:translate(97.4337vw,-10px) scale(.5941);animation:fall-400 26s -20s linear infinite}@keyframes fall-400{60.635%{transform:translate(106.9556vw,60.635vh) scale(.5941)}to{transform:translate(102.19465vw,99vh) scale(.5941)}}\n"] }]
81
+ args: [{ selector: 'app-root', encapsulation: ViewEncapsulation.None, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows; trackBy: snowTrackBy\" class=\"snow\"></div>\r\n</ng-container>\r\n<router-outlet></router-outlet>", styles: [".table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width: 0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width: 0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width: 0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width: 0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width: 0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:rgba(2,74,136,.5)}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:rgba(45,146,45,.5)}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:rgba(36,141,173,.5)}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:rgba(247,154,23,.5)}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:rgba(191,23,37,.5)}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:rgba(0,0,0,.4)}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:rgba(0,0,0,.2)}.card.overlay .card-img{border-radius:0;-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media (min-width: 1400px){.d-xxl-block{display:block!important}}@media (min-width: 576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:rgba(2,74,136,.8)!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:rgba(2,74,136,.5);border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:rgba(2,74,136,.95)!important;border-color:#024a88f2!important}.btn-success{background:rgba(45,146,45,.8);border-color:#2d922dcc}.btn-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:rgba(45,146,45,.95)!important;border-color:#2d922df2!important}.btn-info{background:rgba(36,141,173,.8);border-color:#248dadcc}.btn-info.medium-opacity{background:rgba(36,141,173,.5);border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:rgba(36,141,173,.95)!important;border-color:#248dadf2!important}.btn-warning{background:rgba(247,154,23,.8);border-color:#f79a17cc}.btn-warning.medium-opacity{background:rgba(247,154,23,.5);border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:rgba(247,154,23,.95)!important;border-color:#f79a17f2!important}.btn-danger{background:rgba(191,23,37,.8);border-color:#bf1725cc}.btn-danger.medium-opacity{background:rgba(191,23,37,.5);border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:rgba(191,23,37,.95)!important;border-color:#bf1725f2!important}.btn-dark{background:rgba(0,0,0,.8);border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:rgba(0,0,0,.5);border-color:#0000001a}.btn-dark:hover{background:black;border-color:#000}.btn-dark:active{background:rgba(0,0,0,.95)!important;border-color:#000000f2!important}.btn-main{background:rgba(36,45,58,.8);border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:rgba(36,45,58,.5);border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:rgba(36,45,58,.95)!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242D3A;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242D3A}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242D3A}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:rgba(255,255,255,.1) url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:rgba(2,74,136,.5)!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:rgba(45,146,45,.5)!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:rgba(247,154,23,.5)!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:rgba(191,23,37,.5)!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:rgba(36,45,58,.5)!important}.bg-dark{background:black!important}.bg-dark.medium-opacity{background:rgba(0,0,0,.5)!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800px){.modal-feminist{max-width:1366px}}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{transform:scaleY(-1)}.app-flip-x{transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box-600{max-height:600px;overflow-x:hidden;overflow-y:auto}.list-area{position:relative!important}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:rgba(255,50,50,.2);position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:white;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.wizard-step-container{background-color:#fff;box-shadow:#63636333 0 2px 8px;padding:10px}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:rgba(0,0,0,.5) none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:rgb(237,237,237);border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{padding-left:0;margin-top:20px}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.app-search-background{z-index:9999;margin-top:60px;padding:0;background-color:#0000004d;width:100vw;height:calc(100vh - 60px)}.app-search-result-box{height:calc(100% - 35px);overflow:hidden;margin:20px}.app-search-card{margin-top:2px;margin-bottom:10px;padding:15px;background-color:#fff;box-shadow:#06182c66 0 0 0 2px,#06182ca6 0 4px 6px -1px,#ffffff14 0 1px inset}.pull-left{float:left}.pull-right{float:right}.pace .pace-progress{background:#637CA0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#cccccc}::-webkit-scrollbar-thumb:active{background:#888888}::-webkit-scrollbar-track{background:#666666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666666}::-webkit-scrollbar-track:active{background:#333333}::-webkit-scrollbar-corner{background:transparent}.transition{transition:.3s}.widget-controls{position:absolute;z-index:1;top:0;right:0;padding:10px 20px;font-size:14px}.widget-controls a{color:#fff;margin-left:7px;line-height:1;vertical-align:top;display:inline-block}.widget-controls a i.glyphicon-resize-full{font-size:13px}.widget-controls a:hover{color:#ffffffb3}.widget-controls a.dropdown-toggle:after{display:none}.widget-controls ul.dropdown-menu{min-width:9rem;padding:0;border-radius:0}.widget-controls ul.dropdown-menu li{padding:4px;overflow:hidden}.widget-controls ul.dropdown-menu li a{color:#242d3a;font-size:13px;width:100%}.widget-controls ul.dropdown-menu li:hover{background-color:#242d3a}.widget-controls ul.dropdown-menu li:hover a{color:#fff}.card.fullscreened .card-header{line-height:35px}.card.fullscreened .card-header .widget-controls{padding:20px}.card.fullscreened .card-header .widget-controls a{margin-left:12px}.card.fullscreened .card-header .widget-controls a.setting{display:none}.card.fullscreened.card-primary{background:#024a88}.card.fullscreened.card-success{background:#2d922d}.card.fullscreened.card-info{background:#248dad}.card.fullscreened.card-warning{background:#f79a17}.card.fullscreened.card-danger{background:#bf1725}.scrolling{height:100%;overflow-y:scroll;padding-bottom:60px}.no-margin{margin:0}.bottom-15{margin-bottom:15px}.m-t-5{margin-top:5px}.m-t-15{margin-top:15px}.res-img{width:100%}.chart-outher{width:55%;margin:0 auto}.p-t-10{padding-top:10%}.o-visible{overflow:visible}.w-150{width:150px}.w-200{width:200px}@media (max-width: 543px){.chart-outher{width:100%}}@media (min-width: 544px) and (max-width: 767px){.chart-outher{width:85%}}@media (min-width: 992px) and (max-width: 1199px){.chart-outher{width:65%}}.mat-form-field-disabled .mat-form-field-wrapper{background-color:#ddd}.mat-no-border-top .mat-form-field-infix{border-top:none!important}.mat-dflt-margin,.mat-form-field-appearance-outline .mat-form-field-wrapper{margin-top:.125em!important;margin-bottom:.125em!important}.mat-form-field-wrapper{padding-bottom:0;height:35px;min-height:35px!important;margin-bottom:-7px!important}.mat-full-width{width:100%}.mat-full-height .mat-form-field-wrapper{height:100%!important}.mat-form-field-appearance-outline .mat-form-field-infix{padding-top:5px;padding-bottom:0;height:36px}.mat-form-field-appearance-outline .mat-form-field-infix select.mat-input-element{background-color:transparent;margin-bottom:-11px!important;margin-top:-2px!important;padding-top:0!important;top:0!important}.mat-form-field-appearance-outline .mat-form-field-infix input{display:inline-flex;margin-top:-8px;margin-bottom:-5px;padding-top:8px}.mat-form-field-appearance-outline .mat-form-field-suffix{height:25px!important;top:-2px!important}.mat-form-field-appearance-outline .mat-form-field-suffix .form-input-suffix{margin-right:5px!important;position:absolute!important;top:7px!important;right:4px!important}.mat-form-field-appearance-outline .mat-form-field-infix .form-input-suffix{position:relative!important;top:-4px!important}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:32px!important}.mat-form-field-label-wrapper{top:-8px}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{top:60%!important}.mat-form-field-suffix{margin-right:-10px!important}.cdk-overlay-container{z-index:99999999!important}.mat-height-fixed .mat-form-field-flex{height:38px!important}.mat-height-auto .mat-form-field-flex{height:auto!important;padding-bottom:5px!important;padding-top:5px!important;padding-right:2px!important}.mat-height-auto .mat-form-field-infix{height:auto!important}.mat-icon-button-override{width:25px!important;top:0!important;color:#000000a3!important;position:absolute!important}.mat-icon-button-override-suffix{right:-5px!important}.mat-icon-button-override-prefix{left:-5px!important}.mat-option{height:25px!important;font-size:14px!important}.ngx-mat-timepicker .mat-form-field-infix{border-top:none!important}.mat-form-field-wrapper .form-control{width:100%;border:none;padding:0;line-height:1}.mat-form-field-wrapper .form-control:focus{box-shadow:none!important}.mat-form-field-wrapper .form-control.checking-field.ng-touched{padding-right:0;background-position-y:14px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.mat-chip-list-wrapper input.mat-input-element,.mat-chip-list-wrapper .mat-standard-chip{margin:1px 4px 4px!important;padding-top:10px!important}.mat-chip-list-wrapper{margin:0!important;padding:5px!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:1.0036;transform:translate(44.5249vw,-10px) scale(.257);animation:fall-1 18s -29s linear infinite}@keyframes fall-1{61.349%{transform:translate(42.9638vw,61.349vh) scale(.257)}to{transform:translate(43.74435vw,99vh) scale(.257)}}.snow:nth-child(2){opacity:.9482;transform:translate(34.0259vw,-10px) scale(.9954);animation:fall-2 19s -6s linear infinite}@keyframes fall-2{37.91%{transform:translate(24.1819vw,37.91vh) scale(.9954)}to{transform:translate(29.1039vw,99vh) scale(.9954)}}.snow:nth-child(3){opacity:.1162;transform:translate(28.7973vw,-10px) scale(.5243);animation:fall-3 27s -9s linear infinite}@keyframes fall-3{62.62%{transform:translate(34.0076vw,62.62vh) scale(.5243)}to{transform:translate(31.40245vw,99vh) scale(.5243)}}.snow:nth-child(4){opacity:1.3392;transform:translate(2.7925vw,-10px) scale(.9296);animation:fall-4 23s -5s linear infinite}@keyframes fall-4{37.825%{transform:translate(-.4924vw,37.825vh) scale(.9296)}to{transform:translate(1.15005vw,99vh) scale(.9296)}}.snow:nth-child(5){opacity:1.8584;transform:translate(31.2318vw,-10px) scale(.3737);animation:fall-5 18s -25s linear infinite}@keyframes fall-5{33.377%{transform:translate(35.576vw,33.377vh) scale(.3737)}to{transform:translate(33.4039vw,99vh) scale(.3737)}}.snow:nth-child(6){opacity:1.4752;transform:translate(57.2198vw,-10px) scale(.0593);animation:fall-6 24s -2s linear infinite}@keyframes fall-6{53.213%{transform:translate(50.5056vw,53.213vh) scale(.0593)}to{transform:translate(53.8627vw,99vh) scale(.0593)}}.snow:nth-child(7){opacity:1.9024;transform:translate(17.0875vw,-10px) scale(.0053);animation:fall-7 22s -25s linear infinite}@keyframes fall-7{34.559%{transform:translate(25.7674vw,34.559vh) scale(.0053)}to{transform:translate(21.42745vw,99vh) scale(.0053)}}.snow:nth-child(8){opacity:.6136;transform:translate(.5346vw,-10px) scale(.8768);animation:fall-8 18s -21s linear infinite}@keyframes fall-8{62.969%{transform:translate(6.9593vw,62.969vh) scale(.8768)}to{transform:translate(3.74695vw,99vh) scale(.8768)}}.snow:nth-child(9){opacity:1.3338;transform:translate(19.1199vw,-10px) scale(.2176);animation:fall-9 30s -16s linear infinite}@keyframes fall-9{76.671%{transform:translate(22.968vw,76.671vh) scale(.2176)}to{transform:translate(21.04395vw,99vh) scale(.2176)}}.snow:nth-child(10){opacity:.3066;transform:translate(86.8732vw,-10px) scale(.6402);animation:fall-10 14s -19s linear infinite}@keyframes fall-10{61.15%{transform:translate(86.7468vw,61.15vh) scale(.6402)}to{transform:translate(86.81vw,99vh) scale(.6402)}}.snow:nth-child(11){opacity:1.6928;transform:translate(42.5997vw,-10px) scale(.302);animation:fall-11 30s -14s linear infinite}@keyframes fall-11{33.997%{transform:translate(41.1809vw,33.997vh) scale(.302)}to{transform:translate(41.8903vw,99vh) scale(.302)}}.snow:nth-child(12){opacity:.9938;transform:translate(35.6775vw,-10px) scale(.1363);animation:fall-12 28s -30s linear infinite}@keyframes fall-12{52.352%{transform:translate(35.536vw,52.352vh) scale(.1363)}to{transform:translate(35.60675vw,99vh) scale(.1363)}}.snow:nth-child(13){opacity:1.3432;transform:translate(75.7317vw,-10px) scale(.8123);animation:fall-13 21s -8s linear infinite}@keyframes fall-13{37.477%{transform:translate(72.6638vw,37.477vh) scale(.8123)}to{transform:translate(74.19775vw,99vh) scale(.8123)}}.snow:nth-child(14){opacity:1.328;transform:translate(36.3709vw,-10px) scale(.6692);animation:fall-14 29s -30s linear infinite}@keyframes fall-14{39.055%{transform:translate(26.6593vw,39.055vh) scale(.6692)}to{transform:translate(31.5151vw,99vh) scale(.6692)}}.snow:nth-child(15){opacity:1.4468;transform:translate(59.5852vw,-10px) scale(.373);animation:fall-15 29s -3s linear infinite}@keyframes fall-15{56.895%{transform:translate(53.9588vw,56.895vh) scale(.373)}to{transform:translate(56.772vw,99vh) scale(.373)}}.snow:nth-child(16){opacity:.6424;transform:translate(43.48vw,-10px) scale(.0891);animation:fall-16 21s -1s linear infinite}@keyframes fall-16{49.176%{transform:translate(52.2553vw,49.176vh) scale(.0891)}to{transform:translate(47.86765vw,99vh) scale(.0891)}}.snow:nth-child(17){opacity:1.6448;transform:translate(6.3234vw,-10px) scale(.253);animation:fall-17 16s -6s linear infinite}@keyframes fall-17{57.812%{transform:translate(9.4858vw,57.812vh) scale(.253)}to{transform:translate(7.9046vw,99vh) scale(.253)}}.snow:nth-child(18){opacity:.9516;transform:translate(89.3791vw,-10px) scale(.995);animation:fall-18 15s -14s linear infinite}@keyframes fall-18{66.102%{transform:translate(98.8909vw,66.102vh) scale(.995)}to{transform:translate(94.135vw,99vh) scale(.995)}}.snow:nth-child(19){opacity:.1684;transform:translate(3.6264vw,-10px) scale(.3767);animation:fall-19 20s -25s linear infinite}@keyframes fall-19{39.48%{transform:translate(-4.0906vw,39.48vh) scale(.3767)}to{transform:translate(-.2321vw,99vh) scale(.3767)}}.snow:nth-child(20){opacity:1.3152;transform:translate(57.4463vw,-10px) scale(.8093);animation:fall-20 27s -22s linear infinite}@keyframes fall-20{35.619%{transform:translate(56.0471vw,35.619vh) scale(.8093)}to{transform:translate(56.7467vw,99vh) scale(.8093)}}.snow:nth-child(21){opacity:.2704;transform:translate(15.2227vw,-10px) scale(.8182);animation:fall-21 23s -3s linear infinite}@keyframes fall-21{51.712%{transform:translate(10.0765vw,51.712vh) scale(.8182)}to{transform:translate(12.6496vw,99vh) scale(.8182)}}.snow:nth-child(22){opacity:.5868;transform:translate(68.7462vw,-10px) scale(.2725);animation:fall-22 28s -9s linear infinite}@keyframes fall-22{64.915%{transform:translate(71.2492vw,64.915vh) scale(.2725)}to{transform:translate(69.9977vw,99vh) scale(.2725)}}.snow:nth-child(23){opacity:.9102;transform:translate(87.9053vw,-10px) scale(.7741);animation:fall-23 19s -18s linear infinite}@keyframes fall-23{62.648%{transform:translate(91.8527vw,62.648vh) scale(.7741)}to{transform:translate(89.879vw,99vh) scale(.7741)}}.snow:nth-child(24){opacity:1.7202;transform:translate(91.0463vw,-10px) scale(.075);animation:fall-24 29s -20s linear infinite}@keyframes fall-24{50.925%{transform:translate(94.6136vw,50.925vh) scale(.075)}to{transform:translate(92.82995vw,99vh) scale(.075)}}.snow:nth-child(25){opacity:.6366;transform:translate(67.4183vw,-10px) scale(.9492);animation:fall-25 24s -27s linear infinite}@keyframes fall-25{79.369%{transform:translate(60.2855vw,79.369vh) scale(.9492)}to{transform:translate(63.8519vw,99vh) scale(.9492)}}.snow:nth-child(26){opacity:.6318;transform:translate(58.3237vw,-10px) scale(.3067);animation:fall-26 17s -23s linear infinite}@keyframes fall-26{72.216%{transform:translate(52.4419vw,72.216vh) scale(.3067)}to{transform:translate(55.3828vw,99vh) scale(.3067)}}.snow:nth-child(27){opacity:.8242;transform:translate(85.6441vw,-10px) scale(.643);animation:fall-27 25s -24s linear infinite}@keyframes fall-27{55.533%{transform:translate(88.1891vw,55.533vh) scale(.643)}to{transform:translate(86.9166vw,99vh) scale(.643)}}.snow:nth-child(28){opacity:.8076;transform:translate(10.5945vw,-10px) scale(.8691);animation:fall-28 10s -7s linear infinite}@keyframes fall-28{30.233%{transform:translate(13.4848vw,30.233vh) scale(.8691)}to{transform:translate(12.03965vw,99vh) scale(.8691)}}.snow:nth-child(29){opacity:.4944;transform:translate(69.7294vw,-10px) scale(.7375);animation:fall-29 22s -14s linear infinite}@keyframes fall-29{63.029%{transform:translate(66.3769vw,63.029vh) scale(.7375)}to{transform:translate(68.05315vw,99vh) scale(.7375)}}.snow:nth-child(30){opacity:1.059;transform:translate(90.6994vw,-10px) scale(.6567);animation:fall-30 12s -28s linear infinite}@keyframes fall-30{64.389%{transform:translate(96.7855vw,64.389vh) scale(.6567)}to{transform:translate(93.74245vw,99vh) scale(.6567)}}.snow:nth-child(31){opacity:1.233;transform:translate(87.5061vw,-10px) scale(.757);animation:fall-31 23s -11s linear infinite}@keyframes fall-31{79.114%{transform:translate(97.3935vw,79.114vh) scale(.757)}to{transform:translate(92.4498vw,99vh) scale(.757)}}.snow:nth-child(32){opacity:.4536;transform:translate(26.8679vw,-10px) scale(.3714);animation:fall-32 11s -10s linear infinite}@keyframes fall-32{51.806%{transform:translate(22.8377vw,51.806vh) scale(.3714)}to{transform:translate(24.8528vw,99vh) scale(.3714)}}.snow:nth-child(33){opacity:1.242;transform:translate(19.998vw,-10px) scale(.7135);animation:fall-33 16s -24s linear infinite}@keyframes fall-33{61.992%{transform:translate(16.2942vw,61.992vh) scale(.7135)}to{transform:translate(18.1461vw,99vh) scale(.7135)}}.snow:nth-child(34){opacity:1.6596;transform:translate(63.9387vw,-10px) scale(.4082);animation:fall-34 21s -2s linear infinite}@keyframes fall-34{69.103%{transform:translate(65.0512vw,69.103vh) scale(.4082)}to{transform:translate(64.49495vw,99vh) scale(.4082)}}.snow:nth-child(35){opacity:1.9878;transform:translate(77.4781vw,-10px) scale(.9318);animation:fall-35 16s -30s linear infinite}@keyframes fall-35{33.653%{transform:translate(86.841vw,33.653vh) scale(.9318)}to{transform:translate(82.15955vw,99vh) scale(.9318)}}.snow:nth-child(36){opacity:.773;transform:translate(47.6674vw,-10px) scale(.3128);animation:fall-36 15s -17s linear infinite}@keyframes fall-36{75.226%{transform:translate(45.697vw,75.226vh) scale(.3128)}to{transform:translate(46.6822vw,99vh) scale(.3128)}}.snow:nth-child(37){opacity:1.5524;transform:translate(35.6385vw,-10px) scale(.8647);animation:fall-37 15s -18s linear infinite}@keyframes fall-37{45.05%{transform:translate(29.7187vw,45.05vh) scale(.8647)}to{transform:translate(32.6786vw,99vh) scale(.8647)}}.snow:nth-child(38){opacity:1.0198;transform:translate(50.6009vw,-10px) scale(.4611);animation:fall-38 14s -13s linear infinite}@keyframes fall-38{40.951%{transform:translate(43.1095vw,40.951vh) scale(.4611)}to{transform:translate(46.8552vw,99vh) scale(.4611)}}.snow:nth-child(39){opacity:1.6844;transform:translate(8.756vw,-10px) scale(.8971);animation:fall-39 30s -16s linear infinite}@keyframes fall-39{62.407%{transform:translate(7.1222vw,62.407vh) scale(.8971)}to{transform:translate(7.9391vw,99vh) scale(.8971)}}.snow:nth-child(40){opacity:1.2972;transform:translate(70.1872vw,-10px) scale(.6425);animation:fall-40 18s -29s linear infinite}@keyframes fall-40{53.556%{transform:translate(72.7832vw,53.556vh) scale(.6425)}to{transform:translate(71.4852vw,99vh) scale(.6425)}}.snow:nth-child(41){opacity:.6088;transform:translate(35.7226vw,-10px) scale(.608);animation:fall-41 13s -2s linear infinite}@keyframes fall-41{78.332%{transform:translate(42.7486vw,78.332vh) scale(.608)}to{transform:translate(39.2356vw,99vh) scale(.608)}}.snow:nth-child(42){opacity:.919;transform:translate(71.3328vw,-10px) scale(.1);animation:fall-42 26s -26s linear infinite}@keyframes fall-42{60.701%{transform:translate(75.7108vw,60.701vh) scale(.1)}to{transform:translate(73.5218vw,99vh) scale(.1)}}.snow:nth-child(43){opacity:.981;transform:translate(28.0821vw,-10px) scale(.6023);animation:fall-43 20s -23s linear infinite}@keyframes fall-43{35.931%{transform:translate(19.8031vw,35.931vh) scale(.6023)}to{transform:translate(23.9426vw,99vh) scale(.6023)}}.snow:nth-child(44){opacity:.566;transform:translate(74.6105vw,-10px) scale(.2415);animation:fall-44 10s -12s linear infinite}@keyframes fall-44{69.444%{transform:translate(74.7577vw,69.444vh) scale(.2415)}to{transform:translate(74.6841vw,99vh) scale(.2415)}}.snow:nth-child(45){opacity:1.5926;transform:translate(85.6806vw,-10px) scale(.8487);animation:fall-45 21s -22s linear infinite}@keyframes fall-45{58.147%{transform:translate(89.1467vw,58.147vh) scale(.8487)}to{transform:translate(87.41365vw,99vh) scale(.8487)}}.snow:nth-child(46){opacity:1.9522;transform:translate(39.7211vw,-10px) scale(.9728);animation:fall-46 26s -30s linear infinite}@keyframes fall-46{43.659%{transform:translate(34.8822vw,43.659vh) scale(.9728)}to{transform:translate(37.30165vw,99vh) scale(.9728)}}.snow:nth-child(47){opacity:1.574;transform:translate(50.5291vw,-10px) scale(.8334);animation:fall-47 24s -5s linear infinite}@keyframes fall-47{47.252%{transform:translate(59.6842vw,47.252vh) scale(.8334)}to{transform:translate(55.10665vw,99vh) scale(.8334)}}.snow:nth-child(48){opacity:1.4128;transform:translate(28.7553vw,-10px) scale(.2677);animation:fall-48 22s -11s linear infinite}@keyframes fall-48{67.398%{transform:translate(35.0946vw,67.398vh) scale(.2677)}to{transform:translate(31.92495vw,99vh) scale(.2677)}}.snow:nth-child(49){opacity:.8408;transform:translate(31.7925vw,-10px) scale(.6515);animation:fall-49 22s -16s linear infinite}@keyframes fall-49{50.97%{transform:translate(31.4466vw,50.97vh) scale(.6515)}to{transform:translate(31.61955vw,99vh) scale(.6515)}}.snow:nth-child(50){opacity:1.3526;transform:translate(81.4443vw,-10px) scale(.0865);animation:fall-50 29s -7s linear infinite}@keyframes fall-50{33.164%{transform:translate(78.2241vw,33.164vh) scale(.0865)}to{transform:translate(79.8342vw,99vh) scale(.0865)}}.snow:nth-child(51){opacity:1.8512;transform:translate(28.2096vw,-10px) scale(.8232);animation:fall-51 26s -26s linear infinite}@keyframes fall-51{71.703%{transform:translate(31.9235vw,71.703vh) scale(.8232)}to{transform:translate(30.06655vw,99vh) scale(.8232)}}.snow:nth-child(52){opacity:.998;transform:translate(92.8232vw,-10px) scale(.0424);animation:fall-52 19s -21s linear infinite}@keyframes fall-52{72.392%{transform:translate(94.6313vw,72.392vh) scale(.0424)}to{transform:translate(93.72725vw,99vh) scale(.0424)}}.snow:nth-child(53){opacity:1.313;transform:translate(71.1868vw,-10px) scale(.8632);animation:fall-53 15s -1s linear infinite}@keyframes fall-53{51.223%{transform:translate(80.5761vw,51.223vh) scale(.8632)}to{transform:translate(75.88145vw,99vh) scale(.8632)}}.snow:nth-child(54){opacity:.6954;transform:translate(80.6295vw,-10px) scale(.1276);animation:fall-54 27s -16s linear infinite}@keyframes fall-54{63.238%{transform:translate(88.074vw,63.238vh) scale(.1276)}to{transform:translate(84.35175vw,99vh) scale(.1276)}}.snow:nth-child(55){opacity:1.4076;transform:translate(16.5234vw,-10px) scale(.0867);animation:fall-55 28s -9s linear infinite}@keyframes fall-55{45.32%{transform:translate(7.8616vw,45.32vh) scale(.0867)}to{transform:translate(12.1925vw,99vh) scale(.0867)}}.snow:nth-child(56){opacity:1.089;transform:translate(87.9064vw,-10px) scale(.6692);animation:fall-56 14s -28s linear infinite}@keyframes fall-56{74.398%{transform:translate(85.4461vw,74.398vh) scale(.6692)}to{transform:translate(86.67625vw,99vh) scale(.6692)}}.snow:nth-child(57){opacity:.5734;transform:translate(95.8335vw,-10px) scale(.5338);animation:fall-57 19s -9s linear infinite}@keyframes fall-57{72.426%{transform:translate(86.2519vw,72.426vh) scale(.5338)}to{transform:translate(91.0427vw,99vh) scale(.5338)}}.snow:nth-child(58){opacity:.5744;transform:translate(65.428vw,-10px) scale(.1216);animation:fall-58 11s -20s linear infinite}@keyframes fall-58{37.011%{transform:translate(72.1094vw,37.011vh) scale(.1216)}to{transform:translate(68.7687vw,99vh) scale(.1216)}}.snow:nth-child(59){opacity:.7082;transform:translate(30.9186vw,-10px) scale(.017);animation:fall-59 17s -19s linear infinite}@keyframes fall-59{69.877%{transform:translate(40.6383vw,69.877vh) scale(.017)}to{transform:translate(35.77845vw,99vh) scale(.017)}}.snow:nth-child(60){opacity:1.5448;transform:translate(73.9798vw,-10px) scale(.1915);animation:fall-60 14s -26s linear infinite}@keyframes fall-60{72.871%{transform:translate(71.6665vw,72.871vh) scale(.1915)}to{transform:translate(72.82315vw,99vh) scale(.1915)}}.snow:nth-child(61){opacity:1.4226;transform:translate(6.8549vw,-10px) scale(.2648);animation:fall-61 30s -4s linear infinite}@keyframes fall-61{73.298%{transform:translate(14.603vw,73.298vh) scale(.2648)}to{transform:translate(10.72895vw,99vh) scale(.2648)}}.snow:nth-child(62){opacity:1.0886;transform:translate(1.1125vw,-10px) scale(.7242);animation:fall-62 29s -28s linear infinite}@keyframes fall-62{73.347%{transform:translate(-.6617vw,73.347vh) scale(.7242)}to{transform:translate(.2254vw,99vh) scale(.7242)}}.snow:nth-child(63){opacity:1.3664;transform:translate(40.0026vw,-10px) scale(.7622);animation:fall-63 12s -22s linear infinite}@keyframes fall-63{56.121%{transform:translate(46.6214vw,56.121vh) scale(.7622)}to{transform:translate(43.312vw,99vh) scale(.7622)}}.snow:nth-child(64){opacity:.8918;transform:translate(34.632vw,-10px) scale(.4136);animation:fall-64 27s -10s linear infinite}@keyframes fall-64{76.178%{transform:translate(44.1521vw,76.178vh) scale(.4136)}to{transform:translate(39.39205vw,99vh) scale(.4136)}}.snow:nth-child(65){opacity:.9848;transform:translate(80.8007vw,-10px) scale(.5908);animation:fall-65 18s -5s linear infinite}@keyframes fall-65{58.504%{transform:translate(71.7842vw,58.504vh) scale(.5908)}to{transform:translate(76.29245vw,99vh) scale(.5908)}}.snow:nth-child(66){opacity:.1522;transform:translate(56.8604vw,-10px) scale(.6571);animation:fall-66 11s -16s linear infinite}@keyframes fall-66{37.007%{transform:translate(65.6313vw,37.007vh) scale(.6571)}to{transform:translate(61.24585vw,99vh) scale(.6571)}}.snow:nth-child(67){opacity:.3552;transform:translate(38.9292vw,-10px) scale(.3701);animation:fall-67 10s -17s linear infinite}@keyframes fall-67{55.071%{transform:translate(36.7101vw,55.071vh) scale(.3701)}to{transform:translate(37.81965vw,99vh) scale(.3701)}}.snow:nth-child(68){opacity:1.648;transform:translate(99.8113vw,-10px) scale(.7859);animation:fall-68 20s -29s linear infinite}@keyframes fall-68{51.651%{transform:translate(109.0988vw,51.651vh) scale(.7859)}to{transform:translate(104.45505vw,99vh) scale(.7859)}}.snow:nth-child(69){opacity:.438;transform:translate(77.7925vw,-10px) scale(.4329);animation:fall-69 20s -21s linear infinite}@keyframes fall-69{76.77%{transform:translate(81.9955vw,76.77vh) scale(.4329)}to{transform:translate(79.894vw,99vh) scale(.4329)}}.snow:nth-child(70){opacity:.7818;transform:translate(86.3311vw,-10px) scale(.7312);animation:fall-70 14s -5s linear infinite}@keyframes fall-70{39.668%{transform:translate(85.6961vw,39.668vh) scale(.7312)}to{transform:translate(86.0136vw,99vh) scale(.7312)}}.snow:nth-child(71){opacity:1.3862;transform:translate(45.4821vw,-10px) scale(.7093);animation:fall-71 22s -10s linear infinite}@keyframes fall-71{31.994%{transform:translate(37.2527vw,31.994vh) scale(.7093)}to{transform:translate(41.3674vw,99vh) scale(.7093)}}.snow:nth-child(72){opacity:1.6518;transform:translate(22.6597vw,-10px) scale(.7611);animation:fall-72 23s -13s linear infinite}@keyframes fall-72{76.949%{transform:translate(25.6191vw,76.949vh) scale(.7611)}to{transform:translate(24.1394vw,99vh) scale(.7611)}}.snow:nth-child(73){opacity:1.3744;transform:translate(65.5405vw,-10px) scale(.6774);animation:fall-73 15s -16s linear infinite}@keyframes fall-73{72.527%{transform:translate(59.3056vw,72.527vh) scale(.6774)}to{transform:translate(62.42305vw,99vh) scale(.6774)}}.snow:nth-child(74){opacity:1.1238;transform:translate(91.4939vw,-10px) scale(.3828);animation:fall-74 24s -28s linear infinite}@keyframes fall-74{40.99%{transform:translate(97.7413vw,40.99vh) scale(.3828)}to{transform:translate(94.6176vw,99vh) scale(.3828)}}.snow:nth-child(75){opacity:1.5948;transform:translate(35.7594vw,-10px) scale(.3947);animation:fall-75 27s -8s linear infinite}@keyframes fall-75{34.782%{transform:translate(35.383vw,34.782vh) scale(.3947)}to{transform:translate(35.5712vw,99vh) scale(.3947)}}.snow:nth-child(76){opacity:.7856;transform:translate(29.5532vw,-10px) scale(.6644);animation:fall-76 20s -5s linear infinite}@keyframes fall-76{41.373%{transform:translate(22.4428vw,41.373vh) scale(.6644)}to{transform:translate(25.998vw,99vh) scale(.6644)}}.snow:nth-child(77){opacity:.6384;transform:translate(11.1394vw,-10px) scale(.683);animation:fall-77 21s -20s linear infinite}@keyframes fall-77{37.06%{transform:translate(4.4774vw,37.06vh) scale(.683)}to{transform:translate(7.8084vw,99vh) scale(.683)}}.snow:nth-child(78){opacity:1.2486;transform:translate(34.6313vw,-10px) scale(.7136);animation:fall-78 12s -18s linear infinite}@keyframes fall-78{52.126%{transform:translate(30.9956vw,52.126vh) scale(.7136)}to{transform:translate(32.81345vw,99vh) scale(.7136)}}.snow:nth-child(79){opacity:.5022;transform:translate(9.9786vw,-10px) scale(.6708);animation:fall-79 24s -14s linear infinite}@keyframes fall-79{77.968%{transform:translate(16.3459vw,77.968vh) scale(.6708)}to{transform:translate(13.16225vw,99vh) scale(.6708)}}.snow:nth-child(80){opacity:1.3692;transform:translate(83.9771vw,-10px) scale(.2757);animation:fall-80 23s -29s linear infinite}@keyframes fall-80{53.218%{transform:translate(75.9967vw,53.218vh) scale(.2757)}to{transform:translate(79.9869vw,99vh) scale(.2757)}}.snow:nth-child(81){opacity:1.2624;transform:translate(81.4768vw,-10px) scale(.962);animation:fall-81 17s -27s linear infinite}@keyframes fall-81{77.926%{transform:translate(78.6404vw,77.926vh) scale(.962)}to{transform:translate(80.0586vw,99vh) scale(.962)}}.snow:nth-child(82){opacity:.125;transform:translate(22.8728vw,-10px) scale(.84);animation:fall-82 30s -13s linear infinite}@keyframes fall-82{70.521%{transform:translate(17.5518vw,70.521vh) scale(.84)}to{transform:translate(20.2123vw,99vh) scale(.84)}}.snow:nth-child(83){opacity:1.3912;transform:translate(36.3004vw,-10px) scale(.2399);animation:fall-83 14s -19s linear infinite}@keyframes fall-83{45.588%{transform:translate(39.9101vw,45.588vh) scale(.2399)}to{transform:translate(38.10525vw,99vh) scale(.2399)}}.snow:nth-child(84){opacity:1.4428;transform:translate(38.5676vw,-10px) scale(.4495);animation:fall-84 12s -3s linear infinite}@keyframes fall-84{50.63%{transform:translate(44.8531vw,50.63vh) scale(.4495)}to{transform:translate(41.71035vw,99vh) scale(.4495)}}.snow:nth-child(85){opacity:.6142;transform:translate(22.1044vw,-10px) scale(.593);animation:fall-85 25s -1s linear infinite}@keyframes fall-85{43.277%{transform:translate(19.34vw,43.277vh) scale(.593)}to{transform:translate(20.7222vw,99vh) scale(.593)}}.snow:nth-child(86){opacity:1.2866;transform:translate(31.9532vw,-10px) scale(.4521);animation:fall-86 27s -29s linear infinite}@keyframes fall-86{40.14%{transform:translate(38.7781vw,40.14vh) scale(.4521)}to{transform:translate(35.36565vw,99vh) scale(.4521)}}.snow:nth-child(87){opacity:.2968;transform:translate(77.9853vw,-10px) scale(.1499);animation:fall-87 19s -17s linear infinite}@keyframes fall-87{75.807%{transform:translate(72.9156vw,75.807vh) scale(.1499)}to{transform:translate(75.45045vw,99vh) scale(.1499)}}.snow:nth-child(88){opacity:.8182;transform:translate(88.3245vw,-10px) scale(.9594);animation:fall-88 23s -28s linear infinite}@keyframes fall-88{71.83%{transform:translate(85.5259vw,71.83vh) scale(.9594)}to{transform:translate(86.9252vw,99vh) scale(.9594)}}.snow:nth-child(89){opacity:1.8424;transform:translate(6.3142vw,-10px) scale(.0934);animation:fall-89 27s -6s linear infinite}@keyframes fall-89{40.942%{transform:translate(10.8058vw,40.942vh) scale(.0934)}to{transform:translate(8.56vw,99vh) scale(.0934)}}.snow:nth-child(90){opacity:1.7846;transform:translate(43.6048vw,-10px) scale(.8592);animation:fall-90 12s -14s linear infinite}@keyframes fall-90{79.869%{transform:translate(34.4299vw,79.869vh) scale(.8592)}to{transform:translate(39.01735vw,99vh) scale(.8592)}}.snow:nth-child(91){opacity:1.8974;transform:translate(79.9554vw,-10px) scale(.2229);animation:fall-91 18s -27s linear infinite}@keyframes fall-91{58.789%{transform:translate(83.9291vw,58.789vh) scale(.2229)}to{transform:translate(81.94225vw,99vh) scale(.2229)}}.snow:nth-child(92){opacity:.4978;transform:translate(68.9688vw,-10px) scale(.3016);animation:fall-92 17s -6s linear infinite}@keyframes fall-92{70.17%{transform:translate(62.6849vw,70.17vh) scale(.3016)}to{transform:translate(65.82685vw,99vh) scale(.3016)}}.snow:nth-child(93){opacity:.63;transform:translate(69.1961vw,-10px) scale(.7203);animation:fall-93 21s -21s linear infinite}@keyframes fall-93{53.313%{transform:translate(76.4417vw,53.313vh) scale(.7203)}to{transform:translate(72.8189vw,99vh) scale(.7203)}}.snow:nth-child(94){opacity:.4674;transform:translate(31.1834vw,-10px) scale(.0807);animation:fall-94 14s -9s linear infinite}@keyframes fall-94{49.876%{transform:translate(30.2574vw,49.876vh) scale(.0807)}to{transform:translate(30.7204vw,99vh) scale(.0807)}}.snow:nth-child(95){opacity:.7538;transform:translate(31.9755vw,-10px) scale(.2802);animation:fall-95 25s -25s linear infinite}@keyframes fall-95{77.02%{transform:translate(29.232vw,77.02vh) scale(.2802)}to{transform:translate(30.60375vw,99vh) scale(.2802)}}.snow:nth-child(96){opacity:1.155;transform:translate(8.0185vw,-10px) scale(.2818);animation:fall-96 15s -21s linear infinite}@keyframes fall-96{32.107%{transform:translate(13.2051vw,32.107vh) scale(.2818)}to{transform:translate(10.6118vw,99vh) scale(.2818)}}.snow:nth-child(97){opacity:.7158;transform:translate(66.9653vw,-10px) scale(.5435);animation:fall-97 20s -10s linear infinite}@keyframes fall-97{60.588%{transform:translate(75.5911vw,60.588vh) scale(.5435)}to{transform:translate(71.2782vw,99vh) scale(.5435)}}.snow:nth-child(98){opacity:.7154;transform:translate(14.5311vw,-10px) scale(.8037);animation:fall-98 18s -22s linear infinite}@keyframes fall-98{76.227%{transform:translate(19.5694vw,76.227vh) scale(.8037)}to{transform:translate(17.05025vw,99vh) scale(.8037)}}.snow:nth-child(99){opacity:1.6752;transform:translate(62.3604vw,-10px) scale(.3654);animation:fall-99 26s -25s linear infinite}@keyframes fall-99{34.26%{transform:translate(72.1656vw,34.26vh) scale(.3654)}to{transform:translate(67.263vw,99vh) scale(.3654)}}.snow:nth-child(100){opacity:1.5618;transform:translate(71.7993vw,-10px) scale(.6843);animation:fall-100 18s -19s linear infinite}@keyframes fall-100{51.32%{transform:translate(77.3171vw,51.32vh) scale(.6843)}to{transform:translate(74.5582vw,99vh) scale(.6843)}}.snow:nth-child(101){opacity:1.5396;transform:translate(76.6645vw,-10px) scale(.6482);animation:fall-101 21s -17s linear infinite}@keyframes fall-101{72.527%{transform:translate(82.569vw,72.527vh) scale(.6482)}to{transform:translate(79.61675vw,99vh) scale(.6482)}}.snow:nth-child(102){opacity:1.0038;transform:translate(93.7864vw,-10px) scale(.3967);animation:fall-102 29s -15s linear infinite}@keyframes fall-102{58.368%{transform:translate(97.2417vw,58.368vh) scale(.3967)}to{transform:translate(95.51405vw,99vh) scale(.3967)}}.snow:nth-child(103){opacity:1.9982;transform:translate(53.8925vw,-10px) scale(.1571);animation:fall-103 21s -22s linear infinite}@keyframes fall-103{45.94%{transform:translate(62.36vw,45.94vh) scale(.1571)}to{transform:translate(58.12625vw,99vh) scale(.1571)}}.snow:nth-child(104){opacity:1.1402;transform:translate(36.8077vw,-10px) scale(.8964);animation:fall-104 29s -21s linear infinite}@keyframes fall-104{70.835%{transform:translate(28.0301vw,70.835vh) scale(.8964)}to{transform:translate(32.4189vw,99vh) scale(.8964)}}.snow:nth-child(105){opacity:1.7462;transform:translate(22.1489vw,-10px) scale(.3567);animation:fall-105 27s -15s linear infinite}@keyframes fall-105{35.401%{transform:translate(13.1269vw,35.401vh) scale(.3567)}to{transform:translate(17.6379vw,99vh) scale(.3567)}}.snow:nth-child(106){opacity:.1676;transform:translate(94.1999vw,-10px) scale(.7693);animation:fall-106 17s -29s linear infinite}@keyframes fall-106{77.008%{transform:translate(98.9275vw,77.008vh) scale(.7693)}to{transform:translate(96.5637vw,99vh) scale(.7693)}}.snow:nth-child(107){opacity:.3978;transform:translate(32.3712vw,-10px) scale(.9379);animation:fall-107 28s -17s linear infinite}@keyframes fall-107{33.784%{transform:translate(42.046vw,33.784vh) scale(.9379)}to{transform:translate(37.2086vw,99vh) scale(.9379)}}.snow:nth-child(108){opacity:1.2274;transform:translate(90.5852vw,-10px) scale(.9487);animation:fall-108 13s -28s linear infinite}@keyframes fall-108{40.184%{transform:translate(89.8906vw,40.184vh) scale(.9487)}to{transform:translate(90.2379vw,99vh) scale(.9487)}}.snow:nth-child(109){opacity:.7402;transform:translate(49.5335vw,-10px) scale(.1274);animation:fall-109 17s -6s linear infinite}@keyframes fall-109{68.38%{transform:translate(58.5911vw,68.38vh) scale(.1274)}to{transform:translate(54.0623vw,99vh) scale(.1274)}}.snow:nth-child(110){opacity:1.106;transform:translate(24.2502vw,-10px) scale(.0638);animation:fall-110 14s -27s linear infinite}@keyframes fall-110{47.322%{transform:translate(28.3089vw,47.322vh) scale(.0638)}to{transform:translate(26.27955vw,99vh) scale(.0638)}}.snow:nth-child(111){opacity:.9334;transform:translate(52.5099vw,-10px) scale(.6244);animation:fall-111 26s -15s linear infinite}@keyframes fall-111{61.008%{transform:translate(56.371vw,61.008vh) scale(.6244)}to{transform:translate(54.44045vw,99vh) scale(.6244)}}.snow:nth-child(112){opacity:.3766;transform:translate(22.2595vw,-10px) scale(.6582);animation:fall-112 23s -20s linear infinite}@keyframes fall-112{59.982%{transform:translate(19.52vw,59.982vh) scale(.6582)}to{transform:translate(20.88975vw,99vh) scale(.6582)}}.snow:nth-child(113){opacity:1.6354;transform:translate(83.5542vw,-10px) scale(.4848);animation:fall-113 15s -28s linear infinite}@keyframes fall-113{40.482%{transform:translate(83.411vw,40.482vh) scale(.4848)}to{transform:translate(83.4826vw,99vh) scale(.4848)}}.snow:nth-child(114){opacity:.0388;transform:translate(26.449vw,-10px) scale(.7682);animation:fall-114 24s -30s linear infinite}@keyframes fall-114{31.85%{transform:translate(25.4843vw,31.85vh) scale(.7682)}to{transform:translate(25.96665vw,99vh) scale(.7682)}}.snow:nth-child(115){opacity:.819;transform:translate(74.5868vw,-10px) scale(.4204);animation:fall-115 11s -9s linear infinite}@keyframes fall-115{63.017%{transform:translate(69.4082vw,63.017vh) scale(.4204)}to{transform:translate(71.9975vw,99vh) scale(.4204)}}.snow:nth-child(116){opacity:.3578;transform:translate(77.3207vw,-10px) scale(.6795);animation:fall-116 11s -14s linear infinite}@keyframes fall-116{67.429%{transform:translate(80.1756vw,67.429vh) scale(.6795)}to{transform:translate(78.74815vw,99vh) scale(.6795)}}.snow:nth-child(117){opacity:.681;transform:translate(39.8337vw,-10px) scale(.6511);animation:fall-117 28s -30s linear infinite}@keyframes fall-117{66.883%{transform:translate(49.4033vw,66.883vh) scale(.6511)}to{transform:translate(44.6185vw,99vh) scale(.6511)}}.snow:nth-child(118){opacity:.408;transform:translate(47.0899vw,-10px) scale(.0741);animation:fall-118 26s -24s linear infinite}@keyframes fall-118{47.937%{transform:translate(48.2122vw,47.937vh) scale(.0741)}to{transform:translate(47.65105vw,99vh) scale(.0741)}}.snow:nth-child(119){opacity:1.4778;transform:translate(52.1826vw,-10px) scale(.0938);animation:fall-119 27s -26s linear infinite}@keyframes fall-119{79.501%{transform:translate(53.3582vw,79.501vh) scale(.0938)}to{transform:translate(52.7704vw,99vh) scale(.0938)}}.snow:nth-child(120){opacity:.0932;transform:translate(12.681vw,-10px) scale(.3665);animation:fall-120 28s -18s linear infinite}@keyframes fall-120{35.507%{transform:translate(9.9455vw,35.507vh) scale(.3665)}to{transform:translate(11.31325vw,99vh) scale(.3665)}}.snow:nth-child(121){opacity:.4696;transform:translate(86.2208vw,-10px) scale(.287);animation:fall-121 11s -27s linear infinite}@keyframes fall-121{76.919%{transform:translate(93.7091vw,76.919vh) scale(.287)}to{transform:translate(89.96495vw,99vh) scale(.287)}}.snow:nth-child(122){opacity:1.2412;transform:translate(25.5877vw,-10px) scale(.673);animation:fall-122 16s -7s linear infinite}@keyframes fall-122{65.11%{transform:translate(27.7207vw,65.11vh) scale(.673)}to{transform:translate(26.6542vw,99vh) scale(.673)}}.snow:nth-child(123){opacity:.1606;transform:translate(9.6471vw,-10px) scale(.1144);animation:fall-123 14s -15s linear infinite}@keyframes fall-123{52.373%{transform:translate(10.1602vw,52.373vh) scale(.1144)}to{transform:translate(9.90365vw,99vh) scale(.1144)}}.snow:nth-child(124){opacity:1.4048;transform:translate(35.4233vw,-10px) scale(.8768);animation:fall-124 28s -17s linear infinite}@keyframes fall-124{49.893%{transform:translate(45.2979vw,49.893vh) scale(.8768)}to{transform:translate(40.3606vw,99vh) scale(.8768)}}.snow:nth-child(125){opacity:.3842;transform:translate(1.433vw,-10px) scale(.7079);animation:fall-125 12s -10s linear infinite}@keyframes fall-125{75.806%{transform:translate(5.3119vw,75.806vh) scale(.7079)}to{transform:translate(3.37245vw,99vh) scale(.7079)}}.snow:nth-child(126){opacity:1.7598;transform:translate(33.4911vw,-10px) scale(.6593);animation:fall-126 25s -22s linear infinite}@keyframes fall-126{56.302%{transform:translate(41.9208vw,56.302vh) scale(.6593)}to{transform:translate(37.70595vw,99vh) scale(.6593)}}.snow:nth-child(127){opacity:1.57;transform:translate(36.2241vw,-10px) scale(.8461);animation:fall-127 13s -2s linear infinite}@keyframes fall-127{35.675%{transform:translate(45.5269vw,35.675vh) scale(.8461)}to{transform:translate(40.8755vw,99vh) scale(.8461)}}.snow:nth-child(128){opacity:1.748;transform:translate(93.7809vw,-10px) scale(.9294);animation:fall-128 30s -20s linear infinite}@keyframes fall-128{53.22%{transform:translate(103.4006vw,53.22vh) scale(.9294)}to{transform:translate(98.59075vw,99vh) scale(.9294)}}.snow:nth-child(129){opacity:1.755;transform:translate(71.5346vw,-10px) scale(.2316);animation:fall-129 20s -26s linear infinite}@keyframes fall-129{75.618%{transform:translate(74.6415vw,75.618vh) scale(.2316)}to{transform:translate(73.08805vw,99vh) scale(.2316)}}.snow:nth-child(130){opacity:1.086;transform:translate(52.5919vw,-10px) scale(.6807);animation:fall-130 11s -20s linear infinite}@keyframes fall-130{39.996%{transform:translate(62.2323vw,39.996vh) scale(.6807)}to{transform:translate(57.4121vw,99vh) scale(.6807)}}.snow:nth-child(131){opacity:.8266;transform:translate(23.6182vw,-10px) scale(.8055);animation:fall-131 13s -14s linear infinite}@keyframes fall-131{40.786%{transform:translate(25.0454vw,40.786vh) scale(.8055)}to{transform:translate(24.3318vw,99vh) scale(.8055)}}.snow:nth-child(132){opacity:.7352;transform:translate(31.1414vw,-10px) scale(.5001);animation:fall-132 22s -17s linear infinite}@keyframes fall-132{68.889%{transform:translate(28.0558vw,68.889vh) scale(.5001)}to{transform:translate(29.5986vw,99vh) scale(.5001)}}.snow:nth-child(133){opacity:1.112;transform:translate(92.8053vw,-10px) scale(.4526);animation:fall-133 17s -16s linear infinite}@keyframes fall-133{66.719%{transform:translate(85.0568vw,66.719vh) scale(.4526)}to{transform:translate(88.93105vw,99vh) scale(.4526)}}.snow:nth-child(134){opacity:.9232;transform:translate(97.933vw,-10px) scale(.8576);animation:fall-134 30s -20s linear infinite}@keyframes fall-134{47.978%{transform:translate(106.5842vw,47.978vh) scale(.8576)}to{transform:translate(102.2586vw,99vh) scale(.8576)}}.snow:nth-child(135){opacity:1.8234;transform:translate(21.7017vw,-10px) scale(.6567);animation:fall-135 14s -25s linear infinite}@keyframes fall-135{53.751%{transform:translate(13.2201vw,53.751vh) scale(.6567)}to{transform:translate(17.4609vw,99vh) scale(.6567)}}.snow:nth-child(136){opacity:.694;transform:translate(8.9617vw,-10px) scale(.8399);animation:fall-136 12s -21s linear infinite}@keyframes fall-136{45.708%{transform:translate(1.4966vw,45.708vh) scale(.8399)}to{transform:translate(5.22915vw,99vh) scale(.8399)}}.snow:nth-child(137){opacity:1.3148;transform:translate(93.2773vw,-10px) scale(.4239);animation:fall-137 25s -17s linear infinite}@keyframes fall-137{62.891%{transform:translate(94.1142vw,62.891vh) scale(.4239)}to{transform:translate(93.69575vw,99vh) scale(.4239)}}.snow:nth-child(138){opacity:1.9588;transform:translate(50.1045vw,-10px) scale(.5144);animation:fall-138 13s -13s linear infinite}@keyframes fall-138{44.423%{transform:translate(58.4334vw,44.423vh) scale(.5144)}to{transform:translate(54.26895vw,99vh) scale(.5144)}}.snow:nth-child(139){opacity:1.1744;transform:translate(94.6112vw,-10px) scale(.2594);animation:fall-139 24s -17s linear infinite}@keyframes fall-139{73.344%{transform:translate(103.7336vw,73.344vh) scale(.2594)}to{transform:translate(99.1724vw,99vh) scale(.2594)}}.snow:nth-child(140){opacity:1.9126;transform:translate(75.5181vw,-10px) scale(.7479);animation:fall-140 28s -27s linear infinite}@keyframes fall-140{73.3%{transform:translate(82.1046vw,73.3vh) scale(.7479)}to{transform:translate(78.81135vw,99vh) scale(.7479)}}.snow:nth-child(141){opacity:.2858;transform:translate(45.4893vw,-10px) scale(.5233);animation:fall-141 21s -5s linear infinite}@keyframes fall-141{38.961%{transform:translate(52.1338vw,38.961vh) scale(.5233)}to{transform:translate(48.81155vw,99vh) scale(.5233)}}.snow:nth-child(142){opacity:.6618;transform:translate(93.1658vw,-10px) scale(.5706);animation:fall-142 13s -5s linear infinite}@keyframes fall-142{31.865%{transform:translate(99.8058vw,31.865vh) scale(.5706)}to{transform:translate(96.4858vw,99vh) scale(.5706)}}.snow:nth-child(143){opacity:1.2104;transform:translate(4.2172vw,-10px) scale(.0477);animation:fall-143 19s -15s linear infinite}@keyframes fall-143{39.903%{transform:translate(6.0606vw,39.903vh) scale(.0477)}to{transform:translate(5.1389vw,99vh) scale(.0477)}}.snow:nth-child(144){opacity:1.3548;transform:translate(91.1673vw,-10px) scale(.6021);animation:fall-144 20s -15s linear infinite}@keyframes fall-144{34.217%{transform:translate(94.5894vw,34.217vh) scale(.6021)}to{transform:translate(92.87835vw,99vh) scale(.6021)}}.snow:nth-child(145){opacity:1.0228;transform:translate(55.3942vw,-10px) scale(.0011);animation:fall-145 23s -21s linear infinite}@keyframes fall-145{32.066%{transform:translate(65.1518vw,32.066vh) scale(.0011)}to{transform:translate(60.273vw,99vh) scale(.0011)}}.snow:nth-child(146){opacity:.7876;transform:translate(60.1457vw,-10px) scale(.4142);animation:fall-146 18s -11s linear infinite}@keyframes fall-146{76.463%{transform:translate(52.1575vw,76.463vh) scale(.4142)}to{transform:translate(56.1516vw,99vh) scale(.4142)}}.snow:nth-child(147){opacity:1.9354;transform:translate(87.562vw,-10px) scale(.2111);animation:fall-147 24s -27s linear infinite}@keyframes fall-147{55.047%{transform:translate(92.9826vw,55.047vh) scale(.2111)}to{transform:translate(90.2723vw,99vh) scale(.2111)}}.snow:nth-child(148){opacity:.7562;transform:translate(65.4147vw,-10px) scale(.737);animation:fall-148 28s -20s linear infinite}@keyframes fall-148{69.959%{transform:translate(59.4vw,69.959vh) scale(.737)}to{transform:translate(62.40735vw,99vh) scale(.737)}}.snow:nth-child(149){opacity:1.0696;transform:translate(6.7452vw,-10px) scale(.3042);animation:fall-149 21s -8s linear infinite}@keyframes fall-149{35.373%{transform:translate(6.2727vw,35.373vh) scale(.3042)}to{transform:translate(6.50895vw,99vh) scale(.3042)}}.snow:nth-child(150){opacity:.0362;transform:translate(45.1627vw,-10px) scale(.5392);animation:fall-150 29s -23s linear infinite}@keyframes fall-150{59.269%{transform:translate(47.2077vw,59.269vh) scale(.5392)}to{transform:translate(46.1852vw,99vh) scale(.5392)}}.snow:nth-child(151){opacity:1.4858;transform:translate(62.2767vw,-10px) scale(.5867);animation:fall-151 19s -8s linear infinite}@keyframes fall-151{72.304%{transform:translate(68.1534vw,72.304vh) scale(.5867)}to{transform:translate(65.21505vw,99vh) scale(.5867)}}.snow:nth-child(152){opacity:1.176;transform:translate(10.2879vw,-10px) scale(.2519);animation:fall-152 20s -12s linear infinite}@keyframes fall-152{75.752%{transform:translate(9.8737vw,75.752vh) scale(.2519)}to{transform:translate(10.0808vw,99vh) scale(.2519)}}.snow:nth-child(153){opacity:.112;transform:translate(27.9017vw,-10px) scale(.0024);animation:fall-153 15s -23s linear infinite}@keyframes fall-153{77.697%{transform:translate(23.0584vw,77.697vh) scale(.0024)}to{transform:translate(25.48005vw,99vh) scale(.0024)}}.snow:nth-child(154){opacity:1.4026;transform:translate(61.7299vw,-10px) scale(.7912);animation:fall-154 29s -9s linear infinite}@keyframes fall-154{40.356%{transform:translate(61.321vw,40.356vh) scale(.7912)}to{transform:translate(61.52545vw,99vh) scale(.7912)}}.snow:nth-child(155){opacity:.871;transform:translate(2.2428vw,-10px) scale(.1341);animation:fall-155 24s -28s linear infinite}@keyframes fall-155{67.203%{transform:translate(11.9827vw,67.203vh) scale(.1341)}to{transform:translate(7.11275vw,99vh) scale(.1341)}}.snow:nth-child(156){opacity:1.3764;transform:translate(50.2643vw,-10px) scale(.9495);animation:fall-156 28s -8s linear infinite}@keyframes fall-156{46.138%{transform:translate(40.4372vw,46.138vh) scale(.9495)}to{transform:translate(45.35075vw,99vh) scale(.9495)}}.snow:nth-child(157){opacity:1.066;transform:translate(74.1144vw,-10px) scale(.3259);animation:fall-157 18s -24s linear infinite}@keyframes fall-157{37.089%{transform:translate(64.7287vw,37.089vh) scale(.3259)}to{transform:translate(69.42155vw,99vh) scale(.3259)}}.snow:nth-child(158){opacity:.9922;transform:translate(35.2754vw,-10px) scale(.7678);animation:fall-158 13s -16s linear infinite}@keyframes fall-158{48.163%{transform:translate(28.75vw,48.163vh) scale(.7678)}to{transform:translate(32.0127vw,99vh) scale(.7678)}}.snow:nth-child(159){opacity:.4358;transform:translate(50.0523vw,-10px) scale(.5979);animation:fall-159 29s -5s linear infinite}@keyframes fall-159{72.379%{transform:translate(48.9295vw,72.379vh) scale(.5979)}to{transform:translate(49.4909vw,99vh) scale(.5979)}}.snow:nth-child(160){opacity:1.1248;transform:translate(31.5018vw,-10px) scale(.964);animation:fall-160 26s -13s linear infinite}@keyframes fall-160{33.374%{transform:translate(24.2055vw,33.374vh) scale(.964)}to{transform:translate(27.85365vw,99vh) scale(.964)}}.snow:nth-child(161){opacity:1.7228;transform:translate(25.7802vw,-10px) scale(.8455);animation:fall-161 18s -23s linear infinite}@keyframes fall-161{74.82%{transform:translate(20.8669vw,74.82vh) scale(.8455)}to{transform:translate(23.32355vw,99vh) scale(.8455)}}.snow:nth-child(162){opacity:1.5;transform:translate(84.5439vw,-10px) scale(.1895);animation:fall-162 12s -18s linear infinite}@keyframes fall-162{30.076%{transform:translate(89.6215vw,30.076vh) scale(.1895)}to{transform:translate(87.0827vw,99vh) scale(.1895)}}.snow:nth-child(163){opacity:1.6798;transform:translate(24.6471vw,-10px) scale(.5251);animation:fall-163 13s -9s linear infinite}@keyframes fall-163{78.783%{transform:translate(21.3677vw,78.783vh) scale(.5251)}to{transform:translate(23.0074vw,99vh) scale(.5251)}}.snow:nth-child(164){opacity:1.3368;transform:translate(55.502vw,-10px) scale(.8033);animation:fall-164 21s -8s linear infinite}@keyframes fall-164{30.252%{transform:translate(49.5584vw,30.252vh) scale(.8033)}to{transform:translate(52.5302vw,99vh) scale(.8033)}}.snow:nth-child(165){opacity:.295;transform:translate(46.8701vw,-10px) scale(.3738);animation:fall-165 27s -25s linear infinite}@keyframes fall-165{31.62%{transform:translate(40.8572vw,31.62vh) scale(.3738)}to{transform:translate(43.86365vw,99vh) scale(.3738)}}.snow:nth-child(166){opacity:.5184;transform:translate(53.109vw,-10px) scale(.3826);animation:fall-166 24s -23s linear infinite}@keyframes fall-166{76.648%{transform:translate(59.9006vw,76.648vh) scale(.3826)}to{transform:translate(56.5048vw,99vh) scale(.3826)}}.snow:nth-child(167){opacity:.6026;transform:translate(36.4957vw,-10px) scale(.3227);animation:fall-167 11s -23s linear infinite}@keyframes fall-167{50.779%{transform:translate(27.777vw,50.779vh) scale(.3227)}to{transform:translate(32.13635vw,99vh) scale(.3227)}}.snow:nth-child(168){opacity:1.9716;transform:translate(49.7642vw,-10px) scale(.8468);animation:fall-168 17s -12s linear infinite}@keyframes fall-168{54.538%{transform:translate(52.2086vw,54.538vh) scale(.8468)}to{transform:translate(50.9864vw,99vh) scale(.8468)}}.snow:nth-child(169){opacity:1.2124;transform:translate(51.524vw,-10px) scale(.7418);animation:fall-169 19s -26s linear infinite}@keyframes fall-169{59.585%{transform:translate(56.8008vw,59.585vh) scale(.7418)}to{transform:translate(54.1624vw,99vh) scale(.7418)}}.snow:nth-child(170){opacity:.9018;transform:translate(20.8688vw,-10px) scale(.7375);animation:fall-170 23s -10s linear infinite}@keyframes fall-170{59.203%{transform:translate(29.4324vw,59.203vh) scale(.7375)}to{transform:translate(25.1506vw,99vh) scale(.7375)}}.snow:nth-child(171){opacity:.876;transform:translate(85.6639vw,-10px) scale(.91);animation:fall-171 30s -21s linear infinite}@keyframes fall-171{65.596%{transform:translate(83.8373vw,65.596vh) scale(.91)}to{transform:translate(84.7506vw,99vh) scale(.91)}}.snow:nth-child(172){opacity:1.3718;transform:translate(64.2764vw,-10px) scale(.1513);animation:fall-172 20s -20s linear infinite}@keyframes fall-172{46.67%{transform:translate(65.5562vw,46.67vh) scale(.1513)}to{transform:translate(64.9163vw,99vh) scale(.1513)}}.snow:nth-child(173){opacity:.9614;transform:translate(67.4956vw,-10px) scale(.8695);animation:fall-173 21s -3s linear infinite}@keyframes fall-173{79.427%{transform:translate(61.1051vw,79.427vh) scale(.8695)}to{transform:translate(64.30035vw,99vh) scale(.8695)}}.snow:nth-child(174){opacity:1.0478;transform:translate(28.1204vw,-10px) scale(.6498);animation:fall-174 24s -27s linear infinite}@keyframes fall-174{41.021%{transform:translate(37.6449vw,41.021vh) scale(.6498)}to{transform:translate(32.88265vw,99vh) scale(.6498)}}.snow:nth-child(175){opacity:.5842;transform:translate(36.6037vw,-10px) scale(.2809);animation:fall-175 17s -24s linear infinite}@keyframes fall-175{71.008%{transform:translate(27.6257vw,71.008vh) scale(.2809)}to{transform:translate(32.1147vw,99vh) scale(.2809)}}.snow:nth-child(176){opacity:.8178;transform:translate(22.9101vw,-10px) scale(.6131);animation:fall-176 12s -2s linear infinite}@keyframes fall-176{38.981%{transform:translate(15.9707vw,38.981vh) scale(.6131)}to{transform:translate(19.4404vw,99vh) scale(.6131)}}.snow:nth-child(177){opacity:1.228;transform:translate(26.0277vw,-10px) scale(.5947);animation:fall-177 26s -19s linear infinite}@keyframes fall-177{43.358%{transform:translate(20.3631vw,43.358vh) scale(.5947)}to{transform:translate(23.1954vw,99vh) scale(.5947)}}.snow:nth-child(178){opacity:.4318;transform:translate(38.5103vw,-10px) scale(.611);animation:fall-178 20s -4s linear infinite}@keyframes fall-178{48.735%{transform:translate(38.1507vw,48.735vh) scale(.611)}to{transform:translate(38.3305vw,99vh) scale(.611)}}.snow:nth-child(179){opacity:.542;transform:translate(73.2358vw,-10px) scale(.2764);animation:fall-179 23s -27s linear infinite}@keyframes fall-179{47.533%{transform:translate(70.7017vw,47.533vh) scale(.2764)}to{transform:translate(71.96875vw,99vh) scale(.2764)}}.snow:nth-child(180){opacity:1.7386;transform:translate(23.8435vw,-10px) scale(.4038);animation:fall-180 26s -24s linear infinite}@keyframes fall-180{71.949%{transform:translate(25.5948vw,71.949vh) scale(.4038)}to{transform:translate(24.71915vw,99vh) scale(.4038)}}.snow:nth-child(181){opacity:.8252;transform:translate(25.3771vw,-10px) scale(.9562);animation:fall-181 27s -20s linear infinite}@keyframes fall-181{50.852%{transform:translate(33.5988vw,50.852vh) scale(.9562)}to{transform:translate(29.48795vw,99vh) scale(.9562)}}.snow:nth-child(182){opacity:1.0288;transform:translate(37.0236vw,-10px) scale(.9653);animation:fall-182 24s -3s linear infinite}@keyframes fall-182{50.48%{transform:translate(44.1984vw,50.48vh) scale(.9653)}to{transform:translate(40.611vw,99vh) scale(.9653)}}.snow:nth-child(183){opacity:.3652;transform:translate(18.0505vw,-10px) scale(.7257);animation:fall-183 30s -13s linear infinite}@keyframes fall-183{66.131%{transform:translate(18.5221vw,66.131vh) scale(.7257)}to{transform:translate(18.2863vw,99vh) scale(.7257)}}.snow:nth-child(184){opacity:1.2236;transform:translate(35.2144vw,-10px) scale(.0966);animation:fall-184 18s -24s linear infinite}@keyframes fall-184{38.206%{transform:translate(34.6939vw,38.206vh) scale(.0966)}to{transform:translate(34.95415vw,99vh) scale(.0966)}}.snow:nth-child(185){opacity:.3242;transform:translate(84.4943vw,-10px) scale(.6407);animation:fall-185 16s -29s linear infinite}@keyframes fall-185{76.31%{transform:translate(76.902vw,76.31vh) scale(.6407)}to{transform:translate(80.69815vw,99vh) scale(.6407)}}.snow:nth-child(186){opacity:.318;transform:translate(84.1519vw,-10px) scale(.5351);animation:fall-186 20s -22s linear infinite}@keyframes fall-186{68.07%{transform:translate(86.5437vw,68.07vh) scale(.5351)}to{transform:translate(85.3478vw,99vh) scale(.5351)}}.snow:nth-child(187){opacity:1.0644;transform:translate(30.8118vw,-10px) scale(.932);animation:fall-187 28s -24s linear infinite}@keyframes fall-187{62.036%{transform:translate(32.5931vw,62.036vh) scale(.932)}to{transform:translate(31.70245vw,99vh) scale(.932)}}.snow:nth-child(188){opacity:.571;transform:translate(30.1582vw,-10px) scale(.6889);animation:fall-188 25s -26s linear infinite}@keyframes fall-188{63.671%{transform:translate(36.5829vw,63.671vh) scale(.6889)}to{transform:translate(33.37055vw,99vh) scale(.6889)}}.snow:nth-child(189){opacity:.4244;transform:translate(59.434vw,-10px) scale(.7247);animation:fall-189 29s -8s linear infinite}@keyframes fall-189{58.079%{transform:translate(57.3383vw,58.079vh) scale(.7247)}to{transform:translate(58.38615vw,99vh) scale(.7247)}}.snow:nth-child(190){opacity:.904;transform:translate(63.12vw,-10px) scale(.4592);animation:fall-190 12s -16s linear infinite}@keyframes fall-190{31.604%{transform:translate(63.5832vw,31.604vh) scale(.4592)}to{transform:translate(63.3516vw,99vh) scale(.4592)}}.snow:nth-child(191){opacity:1.5364;transform:translate(68.239vw,-10px) scale(.6456);animation:fall-191 24s -30s linear infinite}@keyframes fall-191{41.359%{transform:translate(69.6674vw,41.359vh) scale(.6456)}to{transform:translate(68.9532vw,99vh) scale(.6456)}}.snow:nth-child(192){opacity:1.0776;transform:translate(74.8764vw,-10px) scale(.9523);animation:fall-192 29s -29s linear infinite}@keyframes fall-192{41.908%{transform:translate(81.0369vw,41.908vh) scale(.9523)}to{transform:translate(77.95665vw,99vh) scale(.9523)}}.snow:nth-child(193){opacity:1.8126;transform:translate(68.2431vw,-10px) scale(.4645);animation:fall-193 28s -6s linear infinite}@keyframes fall-193{63.512%{transform:translate(67.1739vw,63.512vh) scale(.4645)}to{transform:translate(67.7085vw,99vh) scale(.4645)}}.snow:nth-child(194){opacity:.5896;transform:translate(89.8906vw,-10px) scale(.575);animation:fall-194 13s -26s linear infinite}@keyframes fall-194{73.083%{transform:translate(86.4557vw,73.083vh) scale(.575)}to{transform:translate(88.17315vw,99vh) scale(.575)}}.snow:nth-child(195){opacity:1.1662;transform:translate(80.4777vw,-10px) scale(.4044);animation:fall-195 19s -26s linear infinite}@keyframes fall-195{71.368%{transform:translate(76.7358vw,71.368vh) scale(.4044)}to{transform:translate(78.60675vw,99vh) scale(.4044)}}.snow:nth-child(196){opacity:1.4376;transform:translate(27.8176vw,-10px) scale(.9086);animation:fall-196 27s -13s linear infinite}@keyframes fall-196{30.089%{transform:translate(32.3607vw,30.089vh) scale(.9086)}to{transform:translate(30.08915vw,99vh) scale(.9086)}}.snow:nth-child(197){opacity:.5584;transform:translate(42.4172vw,-10px) scale(.3178);animation:fall-197 11s -14s linear infinite}@keyframes fall-197{46.24%{transform:translate(40.0147vw,46.24vh) scale(.3178)}to{transform:translate(41.21595vw,99vh) scale(.3178)}}.snow:nth-child(198){opacity:.3682;transform:translate(85.59vw,-10px) scale(.4431);animation:fall-198 10s -19s linear infinite}@keyframes fall-198{31.108%{transform:translate(86.7317vw,31.108vh) scale(.4431)}to{transform:translate(86.16085vw,99vh) scale(.4431)}}.snow:nth-child(199){opacity:.5948;transform:translate(7.0496vw,-10px) scale(.6229);animation:fall-199 29s -8s linear infinite}@keyframes fall-199{46.967%{transform:translate(3.6802vw,46.967vh) scale(.6229)}to{transform:translate(5.3649vw,99vh) scale(.6229)}}.snow:nth-child(200){opacity:.0664;transform:translate(85.0978vw,-10px) scale(.7491);animation:fall-200 23s -10s linear infinite}@keyframes fall-200{74.564%{transform:translate(93.7809vw,74.564vh) scale(.7491)}to{transform:translate(89.43935vw,99vh) scale(.7491)}}.snow:nth-child(201){opacity:1.924;transform:translate(82.028vw,-10px) scale(.0901);animation:fall-201 22s -8s linear infinite}@keyframes fall-201{41.029%{transform:translate(82.7018vw,41.029vh) scale(.0901)}to{transform:translate(82.3649vw,99vh) scale(.0901)}}.snow:nth-child(202){opacity:1.815;transform:translate(80.9359vw,-10px) scale(.7276);animation:fall-202 23s -5s linear infinite}@keyframes fall-202{35.393%{transform:translate(80.1701vw,35.393vh) scale(.7276)}to{transform:translate(80.553vw,99vh) scale(.7276)}}.snow:nth-child(203){opacity:1.5798;transform:translate(71.7455vw,-10px) scale(.4107);animation:fall-203 17s -14s linear infinite}@keyframes fall-203{52.411%{transform:translate(80.6862vw,52.411vh) scale(.4107)}to{transform:translate(76.21585vw,99vh) scale(.4107)}}.snow:nth-child(204){opacity:1.597;transform:translate(38.1329vw,-10px) scale(.2938);animation:fall-204 28s -1s linear infinite}@keyframes fall-204{42.727%{transform:translate(39.791vw,42.727vh) scale(.2938)}to{transform:translate(38.96195vw,99vh) scale(.2938)}}.snow:nth-child(205){opacity:.3966;transform:translate(2.7383vw,-10px) scale(.3596);animation:fall-205 10s -5s linear infinite}@keyframes fall-205{55.159%{transform:translate(12.5362vw,55.159vh) scale(.3596)}to{transform:translate(7.63725vw,99vh) scale(.3596)}}.snow:nth-child(206){opacity:.0054;transform:translate(65.6702vw,-10px) scale(.5952);animation:fall-206 27s -15s linear infinite}@keyframes fall-206{55.118%{transform:translate(62.0328vw,55.118vh) scale(.5952)}to{transform:translate(63.8515vw,99vh) scale(.5952)}}.snow:nth-child(207){opacity:.5586;transform:translate(42.1323vw,-10px) scale(.3788);animation:fall-207 13s -30s linear infinite}@keyframes fall-207{64.105%{transform:translate(43.7754vw,64.105vh) scale(.3788)}to{transform:translate(42.95385vw,99vh) scale(.3788)}}.snow:nth-child(208){opacity:.912;transform:translate(69.6497vw,-10px) scale(.5733);animation:fall-208 27s -24s linear infinite}@keyframes fall-208{73.875%{transform:translate(60.6681vw,73.875vh) scale(.5733)}to{transform:translate(65.1589vw,99vh) scale(.5733)}}.snow:nth-child(209){opacity:.1902;transform:translate(46.0081vw,-10px) scale(.569);animation:fall-209 13s -20s linear infinite}@keyframes fall-209{54.263%{transform:translate(45.0051vw,54.263vh) scale(.569)}to{transform:translate(45.5066vw,99vh) scale(.569)}}.snow:nth-child(210){opacity:1.0756;transform:translate(68.5296vw,-10px) scale(.6584);animation:fall-210 21s -15s linear infinite}@keyframes fall-210{71.503%{transform:translate(66.928vw,71.503vh) scale(.6584)}to{transform:translate(67.7288vw,99vh) scale(.6584)}}.snow:nth-child(211){opacity:.3628;transform:translate(62.3673vw,-10px) scale(.5355);animation:fall-211 23s -6s linear infinite}@keyframes fall-211{78.053%{transform:translate(62.1562vw,78.053vh) scale(.5355)}to{transform:translate(62.26175vw,99vh) scale(.5355)}}.snow:nth-child(212){opacity:1.8398;transform:translate(28.6128vw,-10px) scale(.4262);animation:fall-212 23s -17s linear infinite}@keyframes fall-212{52.207%{transform:translate(33.1001vw,52.207vh) scale(.4262)}to{transform:translate(30.85645vw,99vh) scale(.4262)}}.snow:nth-child(213){opacity:.4908;transform:translate(97.0698vw,-10px) scale(.907);animation:fall-213 22s -24s linear infinite}@keyframes fall-213{65.942%{transform:translate(90.0155vw,65.942vh) scale(.907)}to{transform:translate(93.54265vw,99vh) scale(.907)}}.snow:nth-child(214){opacity:.397;transform:translate(61.9266vw,-10px) scale(.8067);animation:fall-214 22s -1s linear infinite}@keyframes fall-214{58.275%{transform:translate(59.589vw,58.275vh) scale(.8067)}to{transform:translate(60.7578vw,99vh) scale(.8067)}}.snow:nth-child(215){opacity:1.3628;transform:translate(18.398vw,-10px) scale(.7262);animation:fall-215 25s -26s linear infinite}@keyframes fall-215{33.577%{transform:translate(14.522vw,33.577vh) scale(.7262)}to{transform:translate(16.46vw,99vh) scale(.7262)}}.snow:nth-child(216){opacity:1.0588;transform:translate(79.7071vw,-10px) scale(.7894);animation:fall-216 12s -6s linear infinite}@keyframes fall-216{69.951%{transform:translate(72.8095vw,69.951vh) scale(.7894)}to{transform:translate(76.2583vw,99vh) scale(.7894)}}.snow:nth-child(217){opacity:1.0134;transform:translate(34.7837vw,-10px) scale(.7221);animation:fall-217 28s -16s linear infinite}@keyframes fall-217{33.789%{transform:translate(39.3158vw,33.789vh) scale(.7221)}to{transform:translate(37.04975vw,99vh) scale(.7221)}}.snow:nth-child(218){opacity:1.6224;transform:translate(29.1504vw,-10px) scale(.315);animation:fall-218 22s -25s linear infinite}@keyframes fall-218{38.89%{transform:translate(32.6121vw,38.89vh) scale(.315)}to{transform:translate(30.88125vw,99vh) scale(.315)}}.snow:nth-child(219){opacity:1.6336;transform:translate(81.9226vw,-10px) scale(.1365);animation:fall-219 16s -12s linear infinite}@keyframes fall-219{45.47%{transform:translate(78.5289vw,45.47vh) scale(.1365)}to{transform:translate(80.22575vw,99vh) scale(.1365)}}.snow:nth-child(220){opacity:.6582;transform:translate(11.4965vw,-10px) scale(.886);animation:fall-220 24s -8s linear infinite}@keyframes fall-220{33.852%{transform:translate(19.9935vw,33.852vh) scale(.886)}to{transform:translate(15.745vw,99vh) scale(.886)}}.snow:nth-child(221){opacity:1.8576;transform:translate(91.4045vw,-10px) scale(.6938);animation:fall-221 25s -12s linear infinite}@keyframes fall-221{71.406%{transform:translate(90.758vw,71.406vh) scale(.6938)}to{transform:translate(91.08125vw,99vh) scale(.6938)}}.snow:nth-child(222){opacity:1.2514;transform:translate(84.8225vw,-10px) scale(.7098);animation:fall-222 11s -27s linear infinite}@keyframes fall-222{53.373%{transform:translate(80.9693vw,53.373vh) scale(.7098)}to{transform:translate(82.8959vw,99vh) scale(.7098)}}.snow:nth-child(223){opacity:1.0464;transform:translate(79.3987vw,-10px) scale(.8825);animation:fall-223 26s -18s linear infinite}@keyframes fall-223{40.71%{transform:translate(81.8579vw,40.71vh) scale(.8825)}to{transform:translate(80.6283vw,99vh) scale(.8825)}}.snow:nth-child(224){opacity:.4884;transform:translate(34.0213vw,-10px) scale(.2088);animation:fall-224 18s -5s linear infinite}@keyframes fall-224{57.878%{transform:translate(38.8279vw,57.878vh) scale(.2088)}to{transform:translate(36.4246vw,99vh) scale(.2088)}}.snow:nth-child(225){opacity:1.4164;transform:translate(78.2379vw,-10px) scale(.6062);animation:fall-225 23s -1s linear infinite}@keyframes fall-225{56.747%{transform:translate(70.9573vw,56.747vh) scale(.6062)}to{transform:translate(74.5976vw,99vh) scale(.6062)}}.snow:nth-child(226){opacity:.6748;transform:translate(53.4023vw,-10px) scale(.1172);animation:fall-226 19s -6s linear infinite}@keyframes fall-226{67.765%{transform:translate(48.9273vw,67.765vh) scale(.1172)}to{transform:translate(51.1648vw,99vh) scale(.1172)}}.snow:nth-child(227){opacity:.0066;transform:translate(76.8037vw,-10px) scale(.5506);animation:fall-227 24s -29s linear infinite}@keyframes fall-227{42.808%{transform:translate(70.5657vw,42.808vh) scale(.5506)}to{transform:translate(73.6847vw,99vh) scale(.5506)}}.snow:nth-child(228){opacity:1.2484;transform:translate(59.1619vw,-10px) scale(.3571);animation:fall-228 30s -11s linear infinite}@keyframes fall-228{53.591%{transform:translate(66.1568vw,53.591vh) scale(.3571)}to{transform:translate(62.65935vw,99vh) scale(.3571)}}.snow:nth-child(229){opacity:.0966;transform:translate(98.3379vw,-10px) scale(.3454);animation:fall-229 28s -4s linear infinite}@keyframes fall-229{74.941%{transform:translate(99.3915vw,74.941vh) scale(.3454)}to{transform:translate(98.8647vw,99vh) scale(.3454)}}.snow:nth-child(230){opacity:.4854;transform:translate(.6825vw,-10px) scale(.7114);animation:fall-230 18s -8s linear infinite}@keyframes fall-230{79.159%{transform:translate(-2.2418vw,79.159vh) scale(.7114)}to{transform:translate(-.77965vw,99vh) scale(.7114)}}.snow:nth-child(231){opacity:1.8338;transform:translate(75.6651vw,-10px) scale(.8298);animation:fall-231 25s -25s linear infinite}@keyframes fall-231{30.956%{transform:translate(76.9677vw,30.956vh) scale(.8298)}to{transform:translate(76.3164vw,99vh) scale(.8298)}}.snow:nth-child(232){opacity:.33;transform:translate(87.0857vw,-10px) scale(.1299);animation:fall-232 27s -24s linear infinite}@keyframes fall-232{64.725%{transform:translate(81.7004vw,64.725vh) scale(.1299)}to{transform:translate(84.39305vw,99vh) scale(.1299)}}.snow:nth-child(233){opacity:1.2392;transform:translate(90.3809vw,-10px) scale(.2158);animation:fall-233 26s -2s linear infinite}@keyframes fall-233{66.854%{transform:translate(97.7825vw,66.854vh) scale(.2158)}to{transform:translate(94.0817vw,99vh) scale(.2158)}}.snow:nth-child(234){opacity:.1698;transform:translate(49.2591vw,-10px) scale(.9162);animation:fall-234 18s -25s linear infinite}@keyframes fall-234{67.533%{transform:translate(45.9903vw,67.533vh) scale(.9162)}to{transform:translate(47.6247vw,99vh) scale(.9162)}}.snow:nth-child(235){opacity:1.1334;transform:translate(79.4603vw,-10px) scale(.8658);animation:fall-235 16s -17s linear infinite}@keyframes fall-235{75.095%{transform:translate(81.8186vw,75.095vh) scale(.8658)}to{transform:translate(80.63945vw,99vh) scale(.8658)}}.snow:nth-child(236){opacity:.3444;transform:translate(44.1251vw,-10px) scale(.9599);animation:fall-236 10s -6s linear infinite}@keyframes fall-236{53.825%{transform:translate(46.7771vw,53.825vh) scale(.9599)}to{transform:translate(45.4511vw,99vh) scale(.9599)}}.snow:nth-child(237){opacity:1.3986;transform:translate(49.8594vw,-10px) scale(.9498);animation:fall-237 19s -18s linear infinite}@keyframes fall-237{35.938%{transform:translate(53.9723vw,35.938vh) scale(.9498)}to{transform:translate(51.91585vw,99vh) scale(.9498)}}.snow:nth-child(238){opacity:.4512;transform:translate(18.3522vw,-10px) scale(.779);animation:fall-238 19s -27s linear infinite}@keyframes fall-238{68.533%{transform:translate(23.4879vw,68.533vh) scale(.779)}to{transform:translate(20.92005vw,99vh) scale(.779)}}.snow:nth-child(239){opacity:1.5212;transform:translate(63.8458vw,-10px) scale(.7987);animation:fall-239 10s -21s linear infinite}@keyframes fall-239{57.524%{transform:translate(73.5691vw,57.524vh) scale(.7987)}to{transform:translate(68.70745vw,99vh) scale(.7987)}}.snow:nth-child(240){opacity:1.7536;transform:translate(1.9789vw,-10px) scale(.4781);animation:fall-240 24s -8s linear infinite}@keyframes fall-240{52.105%{transform:translate(1.2164vw,52.105vh) scale(.4781)}to{transform:translate(1.59765vw,99vh) scale(.4781)}}.snow:nth-child(241){opacity:.9132;transform:translate(50.5298vw,-10px) scale(.7376);animation:fall-241 11s -24s linear infinite}@keyframes fall-241{54.958%{transform:translate(41.691vw,54.958vh) scale(.7376)}to{transform:translate(46.1104vw,99vh) scale(.7376)}}.snow:nth-child(242){opacity:.1026;transform:translate(7.411vw,-10px) scale(.8256);animation:fall-242 21s -28s linear infinite}@keyframes fall-242{78.528%{transform:translate(5.0214vw,78.528vh) scale(.8256)}to{transform:translate(6.2162vw,99vh) scale(.8256)}}.snow:nth-child(243){opacity:.3038;transform:translate(51.377vw,-10px) scale(.584);animation:fall-243 29s -18s linear infinite}@keyframes fall-243{55.363%{transform:translate(42.3005vw,55.363vh) scale(.584)}to{transform:translate(46.83875vw,99vh) scale(.584)}}.snow:nth-child(244){opacity:1.2322;transform:translate(60.4517vw,-10px) scale(.4968);animation:fall-244 17s -20s linear infinite}@keyframes fall-244{45.656%{transform:translate(65.7733vw,45.656vh) scale(.4968)}to{transform:translate(63.1125vw,99vh) scale(.4968)}}.snow:nth-child(245){opacity:1.9394;transform:translate(33.6176vw,-10px) scale(.311);animation:fall-245 22s -19s linear infinite}@keyframes fall-245{50.799%{transform:translate(24.6788vw,50.799vh) scale(.311)}to{transform:translate(29.1482vw,99vh) scale(.311)}}.snow:nth-child(246){opacity:1.551;transform:translate(41.1812vw,-10px) scale(.9889);animation:fall-246 26s -16s linear infinite}@keyframes fall-246{36.757%{transform:translate(45.1524vw,36.757vh) scale(.9889)}to{transform:translate(43.1668vw,99vh) scale(.9889)}}.snow:nth-child(247){opacity:1.8506;transform:translate(89.4545vw,-10px) scale(.3152);animation:fall-247 25s -30s linear infinite}@keyframes fall-247{60.975%{transform:translate(98.7128vw,60.975vh) scale(.3152)}to{transform:translate(94.08365vw,99vh) scale(.3152)}}.snow:nth-child(248){opacity:.0708;transform:translate(31.936vw,-10px) scale(.1057);animation:fall-248 19s -20s linear infinite}@keyframes fall-248{37.19%{transform:translate(37.2912vw,37.19vh) scale(.1057)}to{transform:translate(34.6136vw,99vh) scale(.1057)}}.snow:nth-child(249){opacity:.8174;transform:translate(81.7335vw,-10px) scale(.3825);animation:fall-249 26s -27s linear infinite}@keyframes fall-249{71.602%{transform:translate(82.9621vw,71.602vh) scale(.3825)}to{transform:translate(82.3478vw,99vh) scale(.3825)}}.snow:nth-child(250){opacity:.4904;transform:translate(33.2266vw,-10px) scale(.7123);animation:fall-250 30s -22s linear infinite}@keyframes fall-250{77.397%{transform:translate(23.3929vw,77.397vh) scale(.7123)}to{transform:translate(28.30975vw,99vh) scale(.7123)}}.snow:nth-child(251){opacity:.1502;transform:translate(84.9777vw,-10px) scale(.4482);animation:fall-251 28s -25s linear infinite}@keyframes fall-251{37.027%{transform:translate(85.3512vw,37.027vh) scale(.4482)}to{transform:translate(85.16445vw,99vh) scale(.4482)}}.snow:nth-child(252){opacity:.8288;transform:translate(75.2817vw,-10px) scale(.1075);animation:fall-252 11s -16s linear infinite}@keyframes fall-252{77.979%{transform:translate(68.8929vw,77.979vh) scale(.1075)}to{transform:translate(72.0873vw,99vh) scale(.1075)}}.snow:nth-child(253){opacity:.5606;transform:translate(94.7188vw,-10px) scale(.0568);animation:fall-253 30s -7s linear infinite}@keyframes fall-253{63.203%{transform:translate(95.3806vw,63.203vh) scale(.0568)}to{transform:translate(95.0497vw,99vh) scale(.0568)}}.snow:nth-child(254){opacity:.922;transform:translate(30.7642vw,-10px) scale(.958);animation:fall-254 14s -3s linear infinite}@keyframes fall-254{41.659%{transform:translate(31.262vw,41.659vh) scale(.958)}to{transform:translate(31.0131vw,99vh) scale(.958)}}.snow:nth-child(255){opacity:.7346;transform:translate(3.6097vw,-10px) scale(.567);animation:fall-255 22s -2s linear infinite}@keyframes fall-255{36.837%{transform:translate(8.1983vw,36.837vh) scale(.567)}to{transform:translate(5.904vw,99vh) scale(.567)}}.snow:nth-child(256){opacity:.92;transform:translate(77.6895vw,-10px) scale(.7832);animation:fall-256 26s -18s linear infinite}@keyframes fall-256{30.427%{transform:translate(83.941vw,30.427vh) scale(.7832)}to{transform:translate(80.81525vw,99vh) scale(.7832)}}.snow:nth-child(257){opacity:1.775;transform:translate(45.7716vw,-10px) scale(.1772);animation:fall-257 15s -14s linear infinite}@keyframes fall-257{38.709%{transform:translate(50.0702vw,38.709vh) scale(.1772)}to{transform:translate(47.9209vw,99vh) scale(.1772)}}.snow:nth-child(258){opacity:.331;transform:translate(74.1287vw,-10px) scale(.4359);animation:fall-258 11s -7s linear infinite}@keyframes fall-258{64.591%{transform:translate(80.672vw,64.591vh) scale(.4359)}to{transform:translate(77.40035vw,99vh) scale(.4359)}}.snow:nth-child(259){opacity:1.0946;transform:translate(25.5408vw,-10px) scale(.8151);animation:fall-259 13s -14s linear infinite}@keyframes fall-259{59.744%{transform:translate(20.2337vw,59.744vh) scale(.8151)}to{transform:translate(22.88725vw,99vh) scale(.8151)}}.snow:nth-child(260){opacity:1.4546;transform:translate(53.6887vw,-10px) scale(.1681);animation:fall-260 27s -29s linear infinite}@keyframes fall-260{46.571%{transform:translate(45.6188vw,46.571vh) scale(.1681)}to{transform:translate(49.65375vw,99vh) scale(.1681)}}.snow:nth-child(261){opacity:.6876;transform:translate(28.6417vw,-10px) scale(.7281);animation:fall-261 18s -27s linear infinite}@keyframes fall-261{58.72%{transform:translate(26.3344vw,58.72vh) scale(.7281)}to{transform:translate(27.48805vw,99vh) scale(.7281)}}.snow:nth-child(262){opacity:.3388;transform:translate(66.4735vw,-10px) scale(.1194);animation:fall-262 15s -30s linear infinite}@keyframes fall-262{47.213%{transform:translate(71.2093vw,47.213vh) scale(.1194)}to{transform:translate(68.8414vw,99vh) scale(.1194)}}.snow:nth-child(263){opacity:1.9882;transform:translate(46.8751vw,-10px) scale(.6668);animation:fall-263 13s -11s linear infinite}@keyframes fall-263{38.274%{transform:translate(44.3756vw,38.274vh) scale(.6668)}to{transform:translate(45.62535vw,99vh) scale(.6668)}}.snow:nth-child(264){opacity:1.5674;transform:translate(36.3847vw,-10px) scale(.5919);animation:fall-264 12s -6s linear infinite}@keyframes fall-264{43.171%{transform:translate(40.1732vw,43.171vh) scale(.5919)}to{transform:translate(38.27895vw,99vh) scale(.5919)}}.snow:nth-child(265){opacity:1.2786;transform:translate(50.2201vw,-10px) scale(.6024);animation:fall-265 17s -21s linear infinite}@keyframes fall-265{38.189%{transform:translate(48.6827vw,38.189vh) scale(.6024)}to{transform:translate(49.4514vw,99vh) scale(.6024)}}.snow:nth-child(266){opacity:1.057;transform:translate(47.9738vw,-10px) scale(.406);animation:fall-266 11s -18s linear infinite}@keyframes fall-266{47.963%{transform:translate(41.54vw,47.963vh) scale(.406)}to{transform:translate(44.7569vw,99vh) scale(.406)}}.snow:nth-child(267){opacity:1.0356;transform:translate(22.3371vw,-10px) scale(.3165);animation:fall-267 16s -22s linear infinite}@keyframes fall-267{44.316%{transform:translate(22.0886vw,44.316vh) scale(.3165)}to{transform:translate(22.21285vw,99vh) scale(.3165)}}.snow:nth-child(268){opacity:1.959;transform:translate(24.4633vw,-10px) scale(.3373);animation:fall-268 24s -12s linear infinite}@keyframes fall-268{75.025%{transform:translate(29.7789vw,75.025vh) scale(.3373)}to{transform:translate(27.1211vw,99vh) scale(.3373)}}.snow:nth-child(269){opacity:1.6056;transform:translate(75.6243vw,-10px) scale(.2585);animation:fall-269 12s -19s linear infinite}@keyframes fall-269{42.628%{transform:translate(78.4361vw,42.628vh) scale(.2585)}to{transform:translate(77.0302vw,99vh) scale(.2585)}}.snow:nth-child(270){opacity:1.2826;transform:translate(65.5749vw,-10px) scale(.2185);animation:fall-270 10s -26s linear infinite}@keyframes fall-270{76.354%{transform:translate(74.8006vw,76.354vh) scale(.2185)}to{transform:translate(70.18775vw,99vh) scale(.2185)}}.snow:nth-child(271){opacity:.5056;transform:translate(90.5917vw,-10px) scale(.9545);animation:fall-271 26s -17s linear infinite}@keyframes fall-271{37.899%{transform:translate(85.8287vw,37.899vh) scale(.9545)}to{transform:translate(88.2102vw,99vh) scale(.9545)}}.snow:nth-child(272){opacity:.1266;transform:translate(8.0034vw,-10px) scale(.5369);animation:fall-272 20s -5s linear infinite}@keyframes fall-272{31.21%{transform:translate(1.664vw,31.21vh) scale(.5369)}to{transform:translate(4.8337vw,99vh) scale(.5369)}}.snow:nth-child(273){opacity:1.6576;transform:translate(71.7463vw,-10px) scale(.7033);animation:fall-273 13s -15s linear infinite}@keyframes fall-273{30.718%{transform:translate(78.0479vw,30.718vh) scale(.7033)}to{transform:translate(74.8971vw,99vh) scale(.7033)}}.snow:nth-child(274){opacity:.4434;transform:translate(96.5207vw,-10px) scale(.4579);animation:fall-274 17s -24s linear infinite}@keyframes fall-274{30.982%{transform:translate(87.0969vw,30.982vh) scale(.4579)}to{transform:translate(91.8088vw,99vh) scale(.4579)}}.snow:nth-child(275){opacity:.0622;transform:translate(31.2677vw,-10px) scale(.8791);animation:fall-275 26s -11s linear infinite}@keyframes fall-275{58.511%{transform:translate(22.3991vw,58.511vh) scale(.8791)}to{transform:translate(26.8334vw,99vh) scale(.8791)}}.snow:nth-child(276){opacity:1.4096;transform:translate(98.7927vw,-10px) scale(.3589);animation:fall-276 21s -8s linear infinite}@keyframes fall-276{66.656%{transform:translate(94.3083vw,66.656vh) scale(.3589)}to{transform:translate(96.5505vw,99vh) scale(.3589)}}.snow:nth-child(277){opacity:1.677;transform:translate(93.9134vw,-10px) scale(.3939);animation:fall-277 23s -23s linear infinite}@keyframes fall-277{58.766%{transform:translate(90.9591vw,58.766vh) scale(.3939)}to{transform:translate(92.43625vw,99vh) scale(.3939)}}.snow:nth-child(278){opacity:1.287;transform:translate(59.5388vw,-10px) scale(.3108);animation:fall-278 11s -9s linear infinite}@keyframes fall-278{37.799%{transform:translate(68.3974vw,37.799vh) scale(.3108)}to{transform:translate(63.9681vw,99vh) scale(.3108)}}.snow:nth-child(279){opacity:1.7118;transform:translate(77.451vw,-10px) scale(.4351);animation:fall-279 22s -20s linear infinite}@keyframes fall-279{73.935%{transform:translate(79.0508vw,73.935vh) scale(.4351)}to{transform:translate(78.2509vw,99vh) scale(.4351)}}.snow:nth-child(280){opacity:1.3286;transform:translate(92.7375vw,-10px) scale(.4175);animation:fall-280 26s -7s linear infinite}@keyframes fall-280{36.193%{transform:translate(85.3858vw,36.193vh) scale(.4175)}to{transform:translate(89.06165vw,99vh) scale(.4175)}}.snow:nth-child(281){opacity:.4488;transform:translate(54.5916vw,-10px) scale(.2917);animation:fall-281 13s -19s linear infinite}@keyframes fall-281{76.722%{transform:translate(47.9331vw,76.722vh) scale(.2917)}to{transform:translate(51.26235vw,99vh) scale(.2917)}}.snow:nth-child(282){opacity:1.8072;transform:translate(96.3439vw,-10px) scale(.3723);animation:fall-282 15s -7s linear infinite}@keyframes fall-282{40.085%{transform:translate(88.9023vw,40.085vh) scale(.3723)}to{transform:translate(92.6231vw,99vh) scale(.3723)}}.snow:nth-child(283){opacity:.8604;transform:translate(84.0796vw,-10px) scale(.4287);animation:fall-283 15s -27s linear infinite}@keyframes fall-283{37.096%{transform:translate(81.004vw,37.096vh) scale(.4287)}to{transform:translate(82.5418vw,99vh) scale(.4287)}}.snow:nth-child(284){opacity:1.7936;transform:translate(57.3433vw,-10px) scale(.7716);animation:fall-284 13s -17s linear infinite}@keyframes fall-284{79.235%{transform:translate(51.234vw,79.235vh) scale(.7716)}to{transform:translate(54.28865vw,99vh) scale(.7716)}}.snow:nth-child(285){opacity:.3848;transform:translate(19.2079vw,-10px) scale(.9451);animation:fall-285 21s -8s linear infinite}@keyframes fall-285{66.846%{transform:translate(22.6202vw,66.846vh) scale(.9451)}to{transform:translate(20.91405vw,99vh) scale(.9451)}}.snow:nth-child(286){opacity:1.908;transform:translate(24.7732vw,-10px) scale(.8924);animation:fall-286 28s -23s linear infinite}@keyframes fall-286{64.698%{transform:translate(34.5813vw,64.698vh) scale(.8924)}to{transform:translate(29.67725vw,99vh) scale(.8924)}}.snow:nth-child(287){opacity:1.3702;transform:translate(28.1772vw,-10px) scale(.8787);animation:fall-287 11s -8s linear infinite}@keyframes fall-287{30.373%{transform:translate(37.663vw,30.373vh) scale(.8787)}to{transform:translate(32.9201vw,99vh) scale(.8787)}}.snow:nth-child(288){opacity:1.9532;transform:translate(87.4469vw,-10px) scale(.0436);animation:fall-288 17s -19s linear infinite}@keyframes fall-288{73.983%{transform:translate(80.4907vw,73.983vh) scale(.0436)}to{transform:translate(83.9688vw,99vh) scale(.0436)}}.snow:nth-child(289){opacity:.7204;transform:translate(8.8949vw,-10px) scale(.1629);animation:fall-289 12s -19s linear infinite}@keyframes fall-289{37.028%{transform:translate(12.9268vw,37.028vh) scale(.1629)}to{transform:translate(10.91085vw,99vh) scale(.1629)}}.snow:nth-child(290){opacity:1.0028;transform:translate(98.6788vw,-10px) scale(.6451);animation:fall-290 22s -7s linear infinite}@keyframes fall-290{56.717%{transform:translate(104.9374vw,56.717vh) scale(.6451)}to{transform:translate(101.8081vw,99vh) scale(.6451)}}.snow:nth-child(291){opacity:1.8792;transform:translate(34.5295vw,-10px) scale(.4243);animation:fall-291 15s -27s linear infinite}@keyframes fall-291{51.221%{transform:translate(38.4342vw,51.221vh) scale(.4243)}to{transform:translate(36.48185vw,99vh) scale(.4243)}}.snow:nth-child(292){opacity:1.1242;transform:translate(43.3376vw,-10px) scale(.6506);animation:fall-292 18s -10s linear infinite}@keyframes fall-292{71.678%{transform:translate(49.6027vw,71.678vh) scale(.6506)}to{transform:translate(46.47015vw,99vh) scale(.6506)}}.snow:nth-child(293){opacity:1.262;transform:translate(93.069vw,-10px) scale(.5458);animation:fall-293 11s -28s linear infinite}@keyframes fall-293{66.36%{transform:translate(84.5244vw,66.36vh) scale(.5458)}to{transform:translate(88.7967vw,99vh) scale(.5458)}}.snow:nth-child(294){opacity:.6052;transform:translate(17.326vw,-10px) scale(.1715);animation:fall-294 10s -23s linear infinite}@keyframes fall-294{58.835%{transform:translate(15.3312vw,58.835vh) scale(.1715)}to{transform:translate(16.3286vw,99vh) scale(.1715)}}.snow:nth-child(295){opacity:1.2632;transform:translate(27.5038vw,-10px) scale(.6746);animation:fall-295 14s -23s linear infinite}@keyframes fall-295{36.354%{transform:translate(31.3314vw,36.354vh) scale(.6746)}to{transform:translate(29.4176vw,99vh) scale(.6746)}}.snow:nth-child(296){opacity:1.0684;transform:translate(20.557vw,-10px) scale(.5235);animation:fall-296 11s -6s linear infinite}@keyframes fall-296{61.204%{transform:translate(28.5761vw,61.204vh) scale(.5235)}to{transform:translate(24.56655vw,99vh) scale(.5235)}}.snow:nth-child(297){opacity:1.195;transform:translate(66.0717vw,-10px) scale(.4761);animation:fall-297 16s -10s linear infinite}@keyframes fall-297{75.655%{transform:translate(74.5298vw,75.655vh) scale(.4761)}to{transform:translate(70.30075vw,99vh) scale(.4761)}}.snow:nth-child(298){opacity:.9118;transform:translate(82.2818vw,-10px) scale(.1772);animation:fall-298 15s -19s linear infinite}@keyframes fall-298{76.839%{transform:translate(90.8371vw,76.839vh) scale(.1772)}to{transform:translate(86.55945vw,99vh) scale(.1772)}}.snow:nth-child(299){opacity:.0844;transform:translate(29.6799vw,-10px) scale(.0025);animation:fall-299 21s -1s linear infinite}@keyframes fall-299{38.391%{transform:translate(20.2126vw,38.391vh) scale(.0025)}to{transform:translate(24.94625vw,99vh) scale(.0025)}}.snow:nth-child(300){opacity:.4864;transform:translate(8.5062vw,-10px) scale(.3077);animation:fall-300 22s -2s linear infinite}@keyframes fall-300{31.31%{transform:translate(9.293vw,31.31vh) scale(.3077)}to{transform:translate(8.8996vw,99vh) scale(.3077)}}.snow:nth-child(301){opacity:1.5808;transform:translate(58.3256vw,-10px) scale(.6828);animation:fall-301 30s -14s linear infinite}@keyframes fall-301{67.17%{transform:translate(58.6195vw,67.17vh) scale(.6828)}to{transform:translate(58.47255vw,99vh) scale(.6828)}}.snow:nth-child(302){opacity:.803;transform:translate(34.0435vw,-10px) scale(.5274);animation:fall-302 18s -10s linear infinite}@keyframes fall-302{62.454%{transform:translate(38.8809vw,62.454vh) scale(.5274)}to{transform:translate(36.4622vw,99vh) scale(.5274)}}.snow:nth-child(303){opacity:.5038;transform:translate(9.6952vw,-10px) scale(.2364);animation:fall-303 18s -29s linear infinite}@keyframes fall-303{71.492%{transform:translate(3.6139vw,71.492vh) scale(.2364)}to{transform:translate(6.65455vw,99vh) scale(.2364)}}.snow:nth-child(304){opacity:1.8976;transform:translate(85.0198vw,-10px) scale(.5062);animation:fall-304 10s -4s linear infinite}@keyframes fall-304{61.876%{transform:translate(93.6341vw,61.876vh) scale(.5062)}to{transform:translate(89.32695vw,99vh) scale(.5062)}}.snow:nth-child(305){opacity:.8768;transform:translate(4.759vw,-10px) scale(.1102);animation:fall-305 28s -22s linear infinite}@keyframes fall-305{75.711%{transform:translate(-4.824vw,75.711vh) scale(.1102)}to{transform:translate(-.0325vw,99vh) scale(.1102)}}.snow:nth-child(306){opacity:1.1222;transform:translate(62.6162vw,-10px) scale(.0834);animation:fall-306 12s -29s linear infinite}@keyframes fall-306{69.995%{transform:translate(71.879vw,69.995vh) scale(.0834)}to{transform:translate(67.2476vw,99vh) scale(.0834)}}.snow:nth-child(307){opacity:1.5456;transform:translate(73.6639vw,-10px) scale(.4115);animation:fall-307 10s -11s linear infinite}@keyframes fall-307{61.56%{transform:translate(69.9332vw,61.56vh) scale(.4115)}to{transform:translate(71.79855vw,99vh) scale(.4115)}}.snow:nth-child(308){opacity:.8466;transform:translate(48.9677vw,-10px) scale(.6788);animation:fall-308 24s -24s linear infinite}@keyframes fall-308{58.122%{transform:translate(58.6059vw,58.122vh) scale(.6788)}to{transform:translate(53.7868vw,99vh) scale(.6788)}}.snow:nth-child(309){opacity:.6454;transform:translate(81.2598vw,-10px) scale(.4927);animation:fall-309 10s -22s linear infinite}@keyframes fall-309{43.261%{transform:translate(81.5189vw,43.261vh) scale(.4927)}to{transform:translate(81.38935vw,99vh) scale(.4927)}}.snow:nth-child(310){opacity:.7228;transform:translate(26.0715vw,-10px) scale(.1487);animation:fall-310 18s -6s linear infinite}@keyframes fall-310{37.171%{transform:translate(16.9105vw,37.171vh) scale(.1487)}to{transform:translate(21.491vw,99vh) scale(.1487)}}.snow:nth-child(311){opacity:.2854;transform:translate(72.6078vw,-10px) scale(.2197);animation:fall-311 16s -11s linear infinite}@keyframes fall-311{59.891%{transform:translate(81.9411vw,59.891vh) scale(.2197)}to{transform:translate(77.27445vw,99vh) scale(.2197)}}.snow:nth-child(312){opacity:.4206;transform:translate(51.5392vw,-10px) scale(.2318);animation:fall-312 18s -22s linear infinite}@keyframes fall-312{54.953%{transform:translate(54.2856vw,54.953vh) scale(.2318)}to{transform:translate(52.9124vw,99vh) scale(.2318)}}.snow:nth-child(313){opacity:.0434;transform:translate(83.8995vw,-10px) scale(.8356);animation:fall-313 21s -25s linear infinite}@keyframes fall-313{72.767%{transform:translate(90.6803vw,72.767vh) scale(.8356)}to{transform:translate(87.2899vw,99vh) scale(.8356)}}.snow:nth-child(314){opacity:.9362;transform:translate(94.2367vw,-10px) scale(.9457);animation:fall-314 23s -6s linear infinite}@keyframes fall-314{39.332%{transform:translate(100.2006vw,39.332vh) scale(.9457)}to{transform:translate(97.21865vw,99vh) scale(.9457)}}.snow:nth-child(315){opacity:.26;transform:translate(76.0851vw,-10px) scale(.5822);animation:fall-315 18s -10s linear infinite}@keyframes fall-315{78.983%{transform:translate(70.6408vw,78.983vh) scale(.5822)}to{transform:translate(73.36295vw,99vh) scale(.5822)}}.snow:nth-child(316){opacity:1.0294;transform:translate(99.8776vw,-10px) scale(.5821);animation:fall-316 14s -18s linear infinite}@keyframes fall-316{78.642%{transform:translate(91.9122vw,78.642vh) scale(.5821)}to{transform:translate(95.8949vw,99vh) scale(.5821)}}.snow:nth-child(317){opacity:.4746;transform:translate(30.7888vw,-10px) scale(.0573);animation:fall-317 14s -22s linear infinite}@keyframes fall-317{77.75%{transform:translate(35.1199vw,77.75vh) scale(.0573)}to{transform:translate(32.95435vw,99vh) scale(.0573)}}.snow:nth-child(318){opacity:1.4302;transform:translate(96.932vw,-10px) scale(.6473);animation:fall-318 13s -6s linear infinite}@keyframes fall-318{37.757%{transform:translate(99.2621vw,37.757vh) scale(.6473)}to{transform:translate(98.09705vw,99vh) scale(.6473)}}.snow:nth-child(319){opacity:.7766;transform:translate(21.0886vw,-10px) scale(.2381);animation:fall-319 25s -19s linear infinite}@keyframes fall-319{69.513%{transform:translate(28.7903vw,69.513vh) scale(.2381)}to{transform:translate(24.93945vw,99vh) scale(.2381)}}.snow:nth-child(320){opacity:1.7836;transform:translate(18.4555vw,-10px) scale(.5644);animation:fall-320 14s -13s linear infinite}@keyframes fall-320{63.118%{transform:translate(17.9404vw,63.118vh) scale(.5644)}to{transform:translate(18.19795vw,99vh) scale(.5644)}}.snow:nth-child(321){opacity:1.2246;transform:translate(65.9435vw,-10px) scale(.6931);animation:fall-321 30s -30s linear infinite}@keyframes fall-321{39.421%{transform:translate(63.5281vw,39.421vh) scale(.6931)}to{transform:translate(64.7358vw,99vh) scale(.6931)}}.snow:nth-child(322){opacity:.067;transform:translate(53.6543vw,-10px) scale(.2396);animation:fall-322 28s -3s linear infinite}@keyframes fall-322{49.264%{transform:translate(46.4161vw,49.264vh) scale(.2396)}to{transform:translate(50.0352vw,99vh) scale(.2396)}}.snow:nth-child(323){opacity:1.7542;transform:translate(72.2019vw,-10px) scale(.4852);animation:fall-323 13s -13s linear infinite}@keyframes fall-323{49.854%{transform:translate(65.9358vw,49.854vh) scale(.4852)}to{transform:translate(69.06885vw,99vh) scale(.4852)}}.snow:nth-child(324){opacity:.7206;transform:translate(99.482vw,-10px) scale(.2756);animation:fall-324 11s -22s linear infinite}@keyframes fall-324{38.017%{transform:translate(99.9272vw,38.017vh) scale(.2756)}to{transform:translate(99.7046vw,99vh) scale(.2756)}}.snow:nth-child(325){opacity:1.6984;transform:translate(97.8726vw,-10px) scale(.1939);animation:fall-325 19s -28s linear infinite}@keyframes fall-325{48.585%{transform:translate(93.121vw,48.585vh) scale(.1939)}to{transform:translate(95.4968vw,99vh) scale(.1939)}}.snow:nth-child(326){opacity:1.9704;transform:translate(78.3622vw,-10px) scale(.9744);animation:fall-326 16s -15s linear infinite}@keyframes fall-326{59.631%{transform:translate(84.1266vw,59.631vh) scale(.9744)}to{transform:translate(81.2444vw,99vh) scale(.9744)}}.snow:nth-child(327){opacity:.2502;transform:translate(15.9416vw,-10px) scale(.1345);animation:fall-327 14s -18s linear infinite}@keyframes fall-327{65.154%{transform:translate(13.4078vw,65.154vh) scale(.1345)}to{transform:translate(14.6747vw,99vh) scale(.1345)}}.snow:nth-child(328){opacity:.2988;transform:translate(60.095vw,-10px) scale(.9056);animation:fall-328 11s -1s linear infinite}@keyframes fall-328{47.599%{transform:translate(69.0198vw,47.599vh) scale(.9056)}to{transform:translate(64.5574vw,99vh) scale(.9056)}}.snow:nth-child(329){opacity:.3148;transform:translate(37.8197vw,-10px) scale(.4415);animation:fall-329 12s -9s linear infinite}@keyframes fall-329{37.354%{transform:translate(39.1085vw,37.354vh) scale(.4415)}to{transform:translate(38.4641vw,99vh) scale(.4415)}}.snow:nth-child(330){opacity:1.8268;transform:translate(72.0809vw,-10px) scale(.8892);animation:fall-330 12s -18s linear infinite}@keyframes fall-330{45.929%{transform:translate(76.0141vw,45.929vh) scale(.8892)}to{transform:translate(74.0475vw,99vh) scale(.8892)}}.snow:nth-child(331){opacity:1.2948;transform:translate(23.3734vw,-10px) scale(.1321);animation:fall-331 18s -5s linear infinite}@keyframes fall-331{60.405%{transform:translate(28.1286vw,60.405vh) scale(.1321)}to{transform:translate(25.751vw,99vh) scale(.1321)}}.snow:nth-child(332){opacity:1.3672;transform:translate(29.2417vw,-10px) scale(.3258);animation:fall-332 23s -19s linear infinite}@keyframes fall-332{63.014%{transform:translate(27.3414vw,63.014vh) scale(.3258)}to{transform:translate(28.29155vw,99vh) scale(.3258)}}.snow:nth-child(333){opacity:1.8026;transform:translate(61.813vw,-10px) scale(.0918);animation:fall-333 10s -13s linear infinite}@keyframes fall-333{70.375%{transform:translate(64.8851vw,70.375vh) scale(.0918)}to{transform:translate(63.34905vw,99vh) scale(.0918)}}.snow:nth-child(334){opacity:1.6484;transform:translate(59.8605vw,-10px) scale(.8618);animation:fall-334 12s -13s linear infinite}@keyframes fall-334{75.159%{transform:translate(69.0289vw,75.159vh) scale(.8618)}to{transform:translate(64.4447vw,99vh) scale(.8618)}}.snow:nth-child(335){opacity:.7538;transform:translate(61.0058vw,-10px) scale(.381);animation:fall-335 30s -14s linear infinite}@keyframes fall-335{60.989%{transform:translate(57.7047vw,60.989vh) scale(.381)}to{transform:translate(59.35525vw,99vh) scale(.381)}}.snow:nth-child(336){opacity:1.945;transform:translate(.1392vw,-10px) scale(.6928);animation:fall-336 15s -14s linear infinite}@keyframes fall-336{47.27%{transform:translate(8.0524vw,47.27vh) scale(.6928)}to{transform:translate(4.0958vw,99vh) scale(.6928)}}.snow:nth-child(337){opacity:.7962;transform:translate(8.5376vw,-10px) scale(.5959);animation:fall-337 18s -27s linear infinite}@keyframes fall-337{66.953%{transform:translate(13.4785vw,66.953vh) scale(.5959)}to{transform:translate(11.00805vw,99vh) scale(.5959)}}.snow:nth-child(338){opacity:1.9054;transform:translate(32.4534vw,-10px) scale(.6415);animation:fall-338 25s -14s linear infinite}@keyframes fall-338{70.682%{transform:translate(32.9531vw,70.682vh) scale(.6415)}to{transform:translate(32.70325vw,99vh) scale(.6415)}}.snow:nth-child(339){opacity:1.3146;transform:translate(21.6888vw,-10px) scale(.7613);animation:fall-339 24s -8s linear infinite}@keyframes fall-339{49.348%{transform:translate(13.0934vw,49.348vh) scale(.7613)}to{transform:translate(17.3911vw,99vh) scale(.7613)}}.snow:nth-child(340){opacity:1.334;transform:translate(46.4979vw,-10px) scale(.1718);animation:fall-340 13s -16s linear infinite}@keyframes fall-340{30.699%{transform:translate(41.4312vw,30.699vh) scale(.1718)}to{transform:translate(43.96455vw,99vh) scale(.1718)}}.snow:nth-child(341){opacity:.3588;transform:translate(89.8686vw,-10px) scale(.7435);animation:fall-341 26s -12s linear infinite}@keyframes fall-341{76.038%{transform:translate(99.1412vw,76.038vh) scale(.7435)}to{transform:translate(94.5049vw,99vh) scale(.7435)}}.snow:nth-child(342){opacity:1.0338;transform:translate(63.2366vw,-10px) scale(.4292);animation:fall-342 27s -14s linear infinite}@keyframes fall-342{59.054%{transform:translate(66.8299vw,59.054vh) scale(.4292)}to{transform:translate(65.03325vw,99vh) scale(.4292)}}.snow:nth-child(343){opacity:.288;transform:translate(34.5842vw,-10px) scale(.5637);animation:fall-343 14s -16s linear infinite}@keyframes fall-343{77.256%{transform:translate(24.7978vw,77.256vh) scale(.5637)}to{transform:translate(29.691vw,99vh) scale(.5637)}}.snow:nth-child(344){opacity:.8316;transform:translate(26.5085vw,-10px) scale(.1294);animation:fall-344 25s -25s linear infinite}@keyframes fall-344{47.263%{transform:translate(20.5798vw,47.263vh) scale(.1294)}to{transform:translate(23.54415vw,99vh) scale(.1294)}}.snow:nth-child(345){opacity:1.4712;transform:translate(21.8508vw,-10px) scale(.1713);animation:fall-345 26s -30s linear infinite}@keyframes fall-345{67.197%{transform:translate(18.8124vw,67.197vh) scale(.1713)}to{transform:translate(20.3316vw,99vh) scale(.1713)}}.snow:nth-child(346){opacity:.7102;transform:translate(55.3726vw,-10px) scale(.0556);animation:fall-346 28s -7s linear infinite}@keyframes fall-346{37.234%{transform:translate(57.7689vw,37.234vh) scale(.0556)}to{transform:translate(56.57075vw,99vh) scale(.0556)}}.snow:nth-child(347){opacity:.8278;transform:translate(58.0115vw,-10px) scale(.9698);animation:fall-347 16s -22s linear infinite}@keyframes fall-347{39.173%{transform:translate(60.1791vw,39.173vh) scale(.9698)}to{transform:translate(59.0953vw,99vh) scale(.9698)}}.snow:nth-child(348){opacity:1.6148;transform:translate(91.4135vw,-10px) scale(.2274);animation:fall-348 12s -15s linear infinite}@keyframes fall-348{75.374%{transform:translate(101.0261vw,75.374vh) scale(.2274)}to{transform:translate(96.2198vw,99vh) scale(.2274)}}.snow:nth-child(349){opacity:1.1428;transform:translate(11.4459vw,-10px) scale(.7503);animation:fall-349 24s -19s linear infinite}@keyframes fall-349{52.921%{transform:translate(12.4618vw,52.921vh) scale(.7503)}to{transform:translate(11.95385vw,99vh) scale(.7503)}}.snow:nth-child(350){opacity:1.1644;transform:translate(21.5176vw,-10px) scale(.1391);animation:fall-350 27s -4s linear infinite}@keyframes fall-350{30.766%{transform:translate(19.9997vw,30.766vh) scale(.1391)}to{transform:translate(20.75865vw,99vh) scale(.1391)}}.snow:nth-child(351){opacity:1.35;transform:translate(27.6871vw,-10px) scale(.4103);animation:fall-351 12s -20s linear infinite}@keyframes fall-351{55.788%{transform:translate(35.0247vw,55.788vh) scale(.4103)}to{transform:translate(31.3559vw,99vh) scale(.4103)}}.snow:nth-child(352){opacity:1.3358;transform:translate(77.1669vw,-10px) scale(.2341);animation:fall-352 24s -19s linear infinite}@keyframes fall-352{62.052%{transform:translate(86.9109vw,62.052vh) scale(.2341)}to{transform:translate(82.0389vw,99vh) scale(.2341)}}.snow:nth-child(353){opacity:1.3582;transform:translate(15.4043vw,-10px) scale(.456);animation:fall-353 13s -20s linear infinite}@keyframes fall-353{40.218%{transform:translate(7.8168vw,40.218vh) scale(.456)}to{transform:translate(11.61055vw,99vh) scale(.456)}}.snow:nth-child(354){opacity:1.926;transform:translate(33.9774vw,-10px) scale(.1206);animation:fall-354 25s -13s linear infinite}@keyframes fall-354{45.912%{transform:translate(30.7389vw,45.912vh) scale(.1206)}to{transform:translate(32.35815vw,99vh) scale(.1206)}}.snow:nth-child(355){opacity:.5502;transform:translate(38.9073vw,-10px) scale(.3935);animation:fall-355 23s -27s linear infinite}@keyframes fall-355{34.218%{transform:translate(45.4416vw,34.218vh) scale(.3935)}to{transform:translate(42.17445vw,99vh) scale(.3935)}}.snow:nth-child(356){opacity:.3098;transform:translate(73.1vw,-10px) scale(.4536);animation:fall-356 22s -7s linear infinite}@keyframes fall-356{63.694%{transform:translate(71.5266vw,63.694vh) scale(.4536)}to{transform:translate(72.3133vw,99vh) scale(.4536)}}.snow:nth-child(357){opacity:.2566;transform:translate(4.6596vw,-10px) scale(.8106);animation:fall-357 22s -7s linear infinite}@keyframes fall-357{53.035%{transform:translate(-.0581vw,53.035vh) scale(.8106)}to{transform:translate(2.30075vw,99vh) scale(.8106)}}.snow:nth-child(358){opacity:1.3564;transform:translate(70.9297vw,-10px) scale(.533);animation:fall-358 10s -24s linear infinite}@keyframes fall-358{53.915%{transform:translate(69.5107vw,53.915vh) scale(.533)}to{transform:translate(70.2202vw,99vh) scale(.533)}}.snow:nth-child(359){opacity:.0708;transform:translate(36.3313vw,-10px) scale(.4386);animation:fall-359 26s -4s linear infinite}@keyframes fall-359{33.688%{transform:translate(34.3827vw,33.688vh) scale(.4386)}to{transform:translate(35.357vw,99vh) scale(.4386)}}.snow:nth-child(360){opacity:1.9568;transform:translate(30.4242vw,-10px) scale(.3685);animation:fall-360 30s -10s linear infinite}@keyframes fall-360{45.14%{transform:translate(36.0001vw,45.14vh) scale(.3685)}to{transform:translate(33.21215vw,99vh) scale(.3685)}}.snow:nth-child(361){opacity:.4282;transform:translate(82.2239vw,-10px) scale(.0512);animation:fall-361 11s -28s linear infinite}@keyframes fall-361{40.154%{transform:translate(85.8583vw,40.154vh) scale(.0512)}to{transform:translate(84.0411vw,99vh) scale(.0512)}}.snow:nth-child(362){opacity:1.187;transform:translate(83.2886vw,-10px) scale(.7599);animation:fall-362 19s -18s linear infinite}@keyframes fall-362{43.737%{transform:translate(92.2978vw,43.737vh) scale(.7599)}to{transform:translate(87.7932vw,99vh) scale(.7599)}}.snow:nth-child(363){opacity:.3514;transform:translate(92.0079vw,-10px) scale(.4383);animation:fall-363 20s -21s linear infinite}@keyframes fall-363{53.26%{transform:translate(100.7575vw,53.26vh) scale(.4383)}to{transform:translate(96.3827vw,99vh) scale(.4383)}}.snow:nth-child(364){opacity:1.0164;transform:translate(5.1874vw,-10px) scale(.2856);animation:fall-364 21s -18s linear infinite}@keyframes fall-364{68.671%{transform:translate(.3936vw,68.671vh) scale(.2856)}to{transform:translate(2.7905vw,99vh) scale(.2856)}}.snow:nth-child(365){opacity:1.981;transform:translate(47.9343vw,-10px) scale(.1548);animation:fall-365 10s -20s linear infinite}@keyframes fall-365{35.307%{transform:translate(52.3877vw,35.307vh) scale(.1548)}to{transform:translate(50.161vw,99vh) scale(.1548)}}.snow:nth-child(366){opacity:1.153;transform:translate(33.9608vw,-10px) scale(.1862);animation:fall-366 17s -17s linear infinite}@keyframes fall-366{49.837%{transform:translate(43.5431vw,49.837vh) scale(.1862)}to{transform:translate(38.75195vw,99vh) scale(.1862)}}.snow:nth-child(367){opacity:.2292;transform:translate(11.3493vw,-10px) scale(.6417);animation:fall-367 23s -26s linear infinite}@keyframes fall-367{64.54%{transform:translate(4.7668vw,64.54vh) scale(.6417)}to{transform:translate(8.05805vw,99vh) scale(.6417)}}.snow:nth-child(368){opacity:.4292;transform:translate(91.174vw,-10px) scale(.9359);animation:fall-368 21s -9s linear infinite}@keyframes fall-368{76.397%{transform:translate(82.6365vw,76.397vh) scale(.9359)}to{transform:translate(86.90525vw,99vh) scale(.9359)}}.snow:nth-child(369){opacity:1.2616;transform:translate(65.1961vw,-10px) scale(.3264);animation:fall-369 27s -29s linear infinite}@keyframes fall-369{64.836%{transform:translate(71.2366vw,64.836vh) scale(.3264)}to{transform:translate(68.21635vw,99vh) scale(.3264)}}.snow:nth-child(370){opacity:1.0944;transform:translate(35.5718vw,-10px) scale(.724);animation:fall-370 25s -6s linear infinite}@keyframes fall-370{30.446%{transform:translate(34.518vw,30.446vh) scale(.724)}to{transform:translate(35.0449vw,99vh) scale(.724)}}.snow:nth-child(371){opacity:1.5964;transform:translate(27.1732vw,-10px) scale(.0279);animation:fall-371 28s -6s linear infinite}@keyframes fall-371{52.521%{transform:translate(31.4395vw,52.521vh) scale(.0279)}to{transform:translate(29.30635vw,99vh) scale(.0279)}}.snow:nth-child(372){opacity:.9884;transform:translate(60.1429vw,-10px) scale(.0141);animation:fall-372 25s -1s linear infinite}@keyframes fall-372{44.911%{transform:translate(50.6448vw,44.911vh) scale(.0141)}to{transform:translate(55.39385vw,99vh) scale(.0141)}}.snow:nth-child(373){opacity:.6702;transform:translate(4.6922vw,-10px) scale(.5937);animation:fall-373 10s -7s linear infinite}@keyframes fall-373{46.106%{transform:translate(-3.8778vw,46.106vh) scale(.5937)}to{transform:translate(.4072vw,99vh) scale(.5937)}}.snow:nth-child(374){opacity:.6524;transform:translate(20.3487vw,-10px) scale(.983);animation:fall-374 29s -17s linear infinite}@keyframes fall-374{58.469%{transform:translate(14.2017vw,58.469vh) scale(.983)}to{transform:translate(17.2752vw,99vh) scale(.983)}}.snow:nth-child(375){opacity:1.0492;transform:translate(17.322vw,-10px) scale(.9383);animation:fall-375 13s -1s linear infinite}@keyframes fall-375{32.323%{transform:translate(19.6446vw,32.323vh) scale(.9383)}to{transform:translate(18.4833vw,99vh) scale(.9383)}}.snow:nth-child(376){opacity:1.014;transform:translate(88.6109vw,-10px) scale(.805);animation:fall-376 21s -13s linear infinite}@keyframes fall-376{77.849%{transform:translate(88.8529vw,77.849vh) scale(.805)}to{transform:translate(88.7319vw,99vh) scale(.805)}}.snow:nth-child(377){opacity:.9776;transform:translate(7.211vw,-10px) scale(.2543);animation:fall-377 25s -12s linear infinite}@keyframes fall-377{44.825%{transform:translate(3.6743vw,44.825vh) scale(.2543)}to{transform:translate(5.44265vw,99vh) scale(.2543)}}.snow:nth-child(378){opacity:.8886;transform:translate(87.4198vw,-10px) scale(.8005);animation:fall-378 12s -12s linear infinite}@keyframes fall-378{78.346%{transform:translate(80.7347vw,78.346vh) scale(.8005)}to{transform:translate(84.07725vw,99vh) scale(.8005)}}.snow:nth-child(379){opacity:1.748;transform:translate(19.2439vw,-10px) scale(.6505);animation:fall-379 23s -30s linear infinite}@keyframes fall-379{48.998%{transform:translate(26.4357vw,48.998vh) scale(.6505)}to{transform:translate(22.8398vw,99vh) scale(.6505)}}.snow:nth-child(380){opacity:1.7594;transform:translate(40.5925vw,-10px) scale(.8087);animation:fall-380 15s -17s linear infinite}@keyframes fall-380{34.631%{transform:translate(44.4652vw,34.631vh) scale(.8087)}to{transform:translate(42.52885vw,99vh) scale(.8087)}}.snow:nth-child(381){opacity:1.0912;transform:translate(19.5807vw,-10px) scale(.5671);animation:fall-381 22s -12s linear infinite}@keyframes fall-381{55.063%{transform:translate(11.5076vw,55.063vh) scale(.5671)}to{transform:translate(15.54415vw,99vh) scale(.5671)}}.snow:nth-child(382){opacity:1.1684;transform:translate(59.8328vw,-10px) scale(.1558);animation:fall-382 23s -9s linear infinite}@keyframes fall-382{67.996%{transform:translate(68.1063vw,67.996vh) scale(.1558)}to{transform:translate(63.96955vw,99vh) scale(.1558)}}.snow:nth-child(383){opacity:.5348;transform:translate(94.9432vw,-10px) scale(.5905);animation:fall-383 23s -21s linear infinite}@keyframes fall-383{49.354%{transform:translate(94.0453vw,49.354vh) scale(.5905)}to{transform:translate(94.49425vw,99vh) scale(.5905)}}.snow:nth-child(384){opacity:.7634;transform:translate(78.2999vw,-10px) scale(.296);animation:fall-384 25s -13s linear infinite}@keyframes fall-384{63.19%{transform:translate(69.3164vw,63.19vh) scale(.296)}to{transform:translate(73.80815vw,99vh) scale(.296)}}.snow:nth-child(385){opacity:.2402;transform:translate(22.736vw,-10px) scale(.9334);animation:fall-385 14s -27s linear infinite}@keyframes fall-385{55.064%{transform:translate(24.7408vw,55.064vh) scale(.9334)}to{transform:translate(23.7384vw,99vh) scale(.9334)}}.snow:nth-child(386){opacity:1.065;transform:translate(92.2306vw,-10px) scale(.0046);animation:fall-386 19s -8s linear infinite}@keyframes fall-386{43.068%{transform:translate(99.1626vw,43.068vh) scale(.0046)}to{transform:translate(95.6966vw,99vh) scale(.0046)}}.snow:nth-child(387){opacity:.8478;transform:translate(10.7342vw,-10px) scale(.2259);animation:fall-387 16s -18s linear infinite}@keyframes fall-387{41.942%{transform:translate(13.7745vw,41.942vh) scale(.2259)}to{transform:translate(12.25435vw,99vh) scale(.2259)}}.snow:nth-child(388){opacity:.4854;transform:translate(11.3203vw,-10px) scale(.7703);animation:fall-388 25s -30s linear infinite}@keyframes fall-388{68.32%{transform:translate(13.9445vw,68.32vh) scale(.7703)}to{transform:translate(12.6324vw,99vh) scale(.7703)}}.snow:nth-child(389){opacity:.0278;transform:translate(25.0119vw,-10px) scale(.6261);animation:fall-389 17s -12s linear infinite}@keyframes fall-389{46.698%{transform:translate(18.9257vw,46.698vh) scale(.6261)}to{transform:translate(21.9688vw,99vh) scale(.6261)}}.snow:nth-child(390){opacity:.6632;transform:translate(38.8837vw,-10px) scale(.8079);animation:fall-390 29s -26s linear infinite}@keyframes fall-390{68.521%{transform:translate(42.9519vw,68.521vh) scale(.8079)}to{transform:translate(40.9178vw,99vh) scale(.8079)}}.snow:nth-child(391){opacity:.859;transform:translate(67.5377vw,-10px) scale(.5457);animation:fall-391 11s -10s linear infinite}@keyframes fall-391{52.628%{transform:translate(71.2834vw,52.628vh) scale(.5457)}to{transform:translate(69.41055vw,99vh) scale(.5457)}}.snow:nth-child(392){opacity:1.0946;transform:translate(42.4108vw,-10px) scale(.1177);animation:fall-392 25s -18s linear infinite}@keyframes fall-392{43.53%{transform:translate(43.0606vw,43.53vh) scale(.1177)}to{transform:translate(42.7357vw,99vh) scale(.1177)}}.snow:nth-child(393){opacity:1.2208;transform:translate(57.6572vw,-10px) scale(.8003);animation:fall-393 26s -18s linear infinite}@keyframes fall-393{52.558%{transform:translate(51.6536vw,52.558vh) scale(.8003)}to{transform:translate(54.6554vw,99vh) scale(.8003)}}.snow:nth-child(394){opacity:.58;transform:translate(20.7713vw,-10px) scale(.3438);animation:fall-394 11s -27s linear infinite}@keyframes fall-394{71.091%{transform:translate(18.6271vw,71.091vh) scale(.3438)}to{transform:translate(19.6992vw,99vh) scale(.3438)}}.snow:nth-child(395){opacity:1.0616;transform:translate(48.4249vw,-10px) scale(.8697);animation:fall-395 26s -27s linear infinite}@keyframes fall-395{33.167%{transform:translate(42.5299vw,33.167vh) scale(.8697)}to{transform:translate(45.4774vw,99vh) scale(.8697)}}.snow:nth-child(396){opacity:1.335;transform:translate(19.9356vw,-10px) scale(.9131);animation:fall-396 18s -25s linear infinite}@keyframes fall-396{46.179%{transform:translate(20.7211vw,46.179vh) scale(.9131)}to{transform:translate(20.32835vw,99vh) scale(.9131)}}.snow:nth-child(397){opacity:1.8654;transform:translate(16.4632vw,-10px) scale(.8191);animation:fall-397 24s -8s linear infinite}@keyframes fall-397{36.107%{transform:translate(10.8042vw,36.107vh) scale(.8191)}to{transform:translate(13.6337vw,99vh) scale(.8191)}}.snow:nth-child(398){opacity:1.63;transform:translate(13.7994vw,-10px) scale(.4712);animation:fall-398 11s -14s linear infinite}@keyframes fall-398{69.247%{transform:translate(21.8235vw,69.247vh) scale(.4712)}to{transform:translate(17.81145vw,99vh) scale(.4712)}}.snow:nth-child(399){opacity:.9968;transform:translate(47.8801vw,-10px) scale(.9247);animation:fall-399 22s -2s linear infinite}@keyframes fall-399{61.877%{transform:translate(55.3908vw,61.877vh) scale(.9247)}to{transform:translate(51.63545vw,99vh) scale(.9247)}}.snow:nth-child(400){opacity:1.405;transform:translate(75.3708vw,-10px) scale(.7986);animation:fall-400 13s -15s linear infinite}@keyframes fall-400{71.068%{transform:translate(84.3772vw,71.068vh) scale(.7986)}to{transform:translate(79.874vw,99vh) scale(.7986)}}\n"] }]
82
82
  }], ctorParameters: function () { return [{ type: i1.TokenService }, { type: i1.AppState }, { type: i2.Router }, { type: undefined, decorators: [{
83
83
  type: Inject,
84
- args: [ALLOW_ANONYMOUS]
84
+ args: [ANONYMOUS_MODE]
85
85
  }] }]; } });
86
86
 
87
87
  // Angular
@@ -172,12 +172,21 @@ class EsFaenzaCoreModule {
172
172
  config.debugMode = (!isDevMode() && !config.forceDebugModeForProdBuilds) ? DebugFlags.None : (config.debugMode || DebugFlags.All);
173
173
  let mergedAppInitializer = (http, bts, aac, loc) => {
174
174
  return () => {
175
- if (config.allowAnonymous) {
176
- if (!config.initializerFunction)
177
- return of();
178
- console.log("%c[APP_INITIALIZER] Loading custom application initialization", "background-color: yellow");
179
- return config.initializerFunction(http, bts, aac)().pipe(tap(_ => {
180
- console.log("%c[APP_INITIALIZER] Initialization is over", "background-color: yellow");
175
+ if (config.anonymousMode) {
176
+ console.log("%c[APP_INITIALIZER] Loading AppConfig...", "background-color: yellow");
177
+ return http.get(GET_AppConfig_GetAppConfig, null, null, false).pipe(catchError(_ => of({}))).pipe(tap((appConfig) => {
178
+ myconfig = appConfig;
179
+ console.log("%c[APP_INITIALIZER] appConfig registered", "background-color: yellow");
180
+ var identtity = bts.getJaceIdentity();
181
+ if (bts.accountScope && identtity)
182
+ aac.initializeIdentity(identtity);
183
+ }), switchMap(_ => {
184
+ if (!config.initializerFunction)
185
+ return of();
186
+ console.log("%c[APP_INITIALIZER] Loading custom application initialization", "background-color: yellow");
187
+ return config.initializerFunction(http, bts, aac)().pipe(tap(_ => {
188
+ console.log("%c[APP_INITIALIZER] Initialization is over", "background-color: yellow");
189
+ }));
181
190
  }));
182
191
  }
183
192
  console.log("%c[APP_INITIALIZER] Loading AppConfig and Account Scope...", "background-color: yellow");
@@ -226,7 +235,7 @@ class EsFaenzaCoreModule {
226
235
  { provide: ESC_DEBUG_MODE, useValue: config.debugMode ? (config.debugMode & DebugFlags.Charts) == DebugFlags.Charts : false },
227
236
  { provide: LOGIN_URL_LEGACY, useValue: config.legacyLogin !== null && config.legacyLogin !== undefined ? config.legacyLogin : false },
228
237
  { provide: NAVBAR_EXTENSIONS, useValue: config.navbarExtensions ? config.navbarExtensions : [] },
229
- { provide: ALLOW_ANONYMOUS, useValue: config.allowAnonymous ? config.allowAnonymous : false },
238
+ { provide: ANONYMOUS_MODE, useValue: config.anonymousMode ? config.anonymousMode : false },
230
239
  { provide: BaseAdapter, useClass: config?.chartsAdapter || BaseAdapter },
231
240
  { provide: BaseMessageService, useClass: config?.messageService || BaseMessageService },
232
241
  { provide: GlobalSearchService, useClass: config?.globalSearchService || GlobalSearchService },