@esfaenza/core 15.2.276 → 15.2.278

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.
Files changed (41) hide show
  1. package/components/error/404/pagenotfound.component.d.ts +1 -2
  2. package/components/error/500/servererror.component.d.ts +1 -2
  3. package/components/error/Angular/angularerror.component.d.ts +1 -2
  4. package/components/navbar/navbar.component.d.ts +1 -2
  5. package/domain/tokens.d.ts +0 -2
  6. package/esm2020/components/error/404/pagenotfound.component.mjs +7 -13
  7. package/esm2020/components/error/500/servererror.component.mjs +7 -13
  8. package/esm2020/components/error/Angular/angularerror.component.mjs +7 -13
  9. package/esm2020/components/external-page/external_pages.component.mjs +2 -2
  10. package/esm2020/components/navbar/navbar.component.mjs +6 -10
  11. package/esm2020/components/user_infos/user_infos.component.mjs +4 -6
  12. package/esm2020/domain/tokens.mjs +1 -3
  13. package/esm2020/lib/app.component.mjs +8 -12
  14. package/esm2020/lib/core.module.mjs +4 -21
  15. package/esm2020/services/classes/app.accesstoken.mjs +4 -14
  16. package/esm2020/services/classes/app.routeguard.mjs +2 -3
  17. package/esm2020/services/classes/app.session.mjs +5 -13
  18. package/esm2020/services/classes/app.state.mjs +12 -19
  19. package/esm2020/services/classes/preferences/user/app.userpreferences.base.mjs +3 -6
  20. package/fesm2015/esfaenza-core-components.mjs +25 -51
  21. package/fesm2015/esfaenza-core-components.mjs.map +1 -1
  22. package/fesm2015/esfaenza-core-domain.mjs +1 -3
  23. package/fesm2015/esfaenza-core-domain.mjs.map +1 -1
  24. package/fesm2015/esfaenza-core-services.mjs +19 -48
  25. package/fesm2015/esfaenza-core-services.mjs.map +1 -1
  26. package/fesm2015/esfaenza-core.mjs +12 -34
  27. package/fesm2015/esfaenza-core.mjs.map +1 -1
  28. package/fesm2020/esfaenza-core-components.mjs +25 -45
  29. package/fesm2020/esfaenza-core-components.mjs.map +1 -1
  30. package/fesm2020/esfaenza-core-domain.mjs +1 -3
  31. package/fesm2020/esfaenza-core-domain.mjs.map +1 -1
  32. package/fesm2020/esfaenza-core-services.mjs +19 -44
  33. package/fesm2020/esfaenza-core-services.mjs.map +1 -1
  34. package/fesm2020/esfaenza-core.mjs +12 -32
  35. package/fesm2020/esfaenza-core.mjs.map +1 -1
  36. package/lib/app.component.d.ts +1 -1
  37. package/lib/core.module.d.ts +0 -1
  38. package/package.json +5 -5
  39. package/services/classes/app.accesstoken.d.ts +2 -3
  40. package/services/classes/app.session.d.ts +1 -2
  41. package/services/classes/app.state.d.ts +1 -2
@@ -1,6 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Component, ViewEncapsulation, Inject, isDevMode, ErrorHandler, LOCALE_ID, APP_INITIALIZER, NgModule } from '@angular/core';
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';
2
+ import { Component, ViewEncapsulation, isDevMode, ErrorHandler, LOCALE_ID, APP_INITIALIZER, NgModule } from '@angular/core';
4
3
  import * as i1 from '@esfaenza/core/services';
5
4
  import { SessionRetriever, ApplicationPreferencesPersistor, ApplicationCachePersistor, APPErrorHandler, OutZoneEventPlugin, HTTPServiceExtensions, TokenService, GlobalSearchService, CompletedJobRedirectionService, MenuFilteringService, UserPreferencesService } from '@esfaenza/core/services';
6
5
  import * as i2 from '@angular/router';
@@ -42,9 +41,10 @@ import * as i3$1 from '@esfaenza/es-table';
42
41
  import { EsTableModule } from '@esfaenza/es-table';
43
42
  import { TAB_DEBUG_MODE } from '@esfaenza/tabber';
44
43
  import { ExternalPagesComponent, PagesComponent, RedirecterComponent, JaceLoginComponent, ServerErrorComponent, AngularErrorComponent, PageNotFoundComponent, ComponentsModule, UserInfosComponent } from '@esfaenza/core/components';
44
+ import { EMBEDDED_ROUTE, ROUTE, REDIRECT_MAP, LOGIN_URL_LEGACY, NAVBAR_EXTENSIONS, MENU_LOCALIZATION, MENU, USE_FAKE_ACCESS_TOKEN } from '@esfaenza/core/domain';
45
45
  import { TemplateCommon } from '@esfaenza/core/modules';
46
- import { catchError, tap, switchMap, take } from 'rxjs/operators';
47
- import { of, forkJoin } from 'rxjs';
46
+ import { catchError, take, tap, switchMap } from 'rxjs/operators';
47
+ import { forkJoin, of } from 'rxjs';
48
48
  import * as i14 from 'ngx-bootstrap/progressbar';
49
49
  import { ProgressbarModule } from 'ngx-bootstrap/progressbar';
50
50
  import * as i17 from 'ngx-bootstrap/timepicker';
@@ -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, anonymousMode) {
62
+ constructor(bts, _state, router) {
63
63
  this.bts = bts;
64
64
  this._state = _state;
65
65
  this.router = router;
@@ -68,23 +68,18 @@ 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 && !anonymousMode) {
71
+ if (!this.bts.accountScope) {
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.10", 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.10", type: AppComponent, selector: "app-root", ngImport: i0, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows; trackBy: snowTrackBy\" class=\"snow\"></div>\r\n</ng-container>\r\n<router-outlet></router-outlet>", styles: [".table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width: 0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width: 0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width: 0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width: 0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width: 0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:rgba(2,74,136,.5)}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:rgba(45,146,45,.5)}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:rgba(36,141,173,.5)}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:rgba(247,154,23,.5)}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:rgba(191,23,37,.5)}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:rgba(0,0,0,.4)}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:rgba(0,0,0,.2)}.card.overlay .card-img{border-radius:0;-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media (min-width: 1400px){.d-xxl-block{display:block!important}}@media (min-width: 576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:rgba(2,74,136,.8)!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:rgba(2,74,136,.5);border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:rgba(2,74,136,.95)!important;border-color:#024a88f2!important}.btn-success{background:rgba(45,146,45,.8);border-color:#2d922dcc}.btn-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:rgba(45,146,45,.95)!important;border-color:#2d922df2!important}.btn-info{background:rgba(36,141,173,.8);border-color:#248dadcc}.btn-info.medium-opacity{background:rgba(36,141,173,.5);border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:rgba(36,141,173,.95)!important;border-color:#248dadf2!important}.btn-warning{background:rgba(247,154,23,.8);border-color:#f79a17cc}.btn-warning.medium-opacity{background:rgba(247,154,23,.5);border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:rgba(247,154,23,.95)!important;border-color:#f79a17f2!important}.btn-danger{background:rgba(191,23,37,.8);border-color:#bf1725cc}.btn-danger.medium-opacity{background:rgba(191,23,37,.5);border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:rgba(191,23,37,.95)!important;border-color:#bf1725f2!important}.btn-dark{background:rgba(0,0,0,.8);border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:rgba(0,0,0,.5);border-color:#0000001a}.btn-dark:hover{background:black;border-color:#000}.btn-dark:active{background:rgba(0,0,0,.95)!important;border-color:#000000f2!important}.btn-main{background:rgba(36,45,58,.8);border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:rgba(36,45,58,.5);border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:rgba(36,45,58,.95)!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242D3A;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242D3A}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242D3A}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:rgba(255,255,255,.1) url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:rgba(2,74,136,.5)!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:rgba(45,146,45,.5)!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:rgba(247,154,23,.5)!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:rgba(191,23,37,.5)!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:rgba(36,45,58,.5)!important}.bg-dark{background:black!important}.bg-dark.medium-opacity{background:rgba(0,0,0,.5)!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800px){.modal-feminist{max-width:1366px}}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{transform:scaleY(-1)}.app-flip-x{transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box-600{max-height:600px;overflow-x:hidden;overflow-y:auto}.list-area{position:relative!important}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:rgba(255,50,50,.2);position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:white;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.wizard-step-container{background-color:#fff;box-shadow:#63636333 0 2px 8px;padding:10px}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:rgba(0,0,0,.5) none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:rgb(237,237,237);border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{padding-left:0;margin-top:20px}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.app-search-background{z-index:9999;margin-top:60px;padding:0;background-color:#0000004d;width:100vw;height:calc(100vh - 60px)}.app-search-result-box{height:calc(100% - 35px);overflow:hidden;margin:20px}.app-search-card{margin-top:2px;margin-bottom:10px;padding:15px;background-color:#fff;box-shadow:#06182c66 0 0 0 2px,#06182ca6 0 4px 6px -1px,#ffffff14 0 1px inset}.pull-left{float:left}.pull-right{float:right}.pace .pace-progress{background:#637CA0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#cccccc}::-webkit-scrollbar-thumb:active{background:#888888}::-webkit-scrollbar-track{background:#666666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666666}::-webkit-scrollbar-track:active{background:#333333}::-webkit-scrollbar-corner{background:transparent}.transition{transition:.3s}.widget-controls{position:absolute;z-index:1;top:0;right:0;padding:10px 20px;font-size:14px}.widget-controls a{color:#fff;margin-left:7px;line-height:1;vertical-align:top;display:inline-block}.widget-controls a i.glyphicon-resize-full{font-size:13px}.widget-controls a:hover{color:#ffffffb3}.widget-controls a.dropdown-toggle:after{display:none}.widget-controls ul.dropdown-menu{min-width:9rem;padding:0;border-radius:0}.widget-controls ul.dropdown-menu li{padding:4px;overflow:hidden}.widget-controls ul.dropdown-menu li a{color:#242d3a;font-size:13px;width:100%}.widget-controls ul.dropdown-menu li:hover{background-color:#242d3a}.widget-controls ul.dropdown-menu li:hover a{color:#fff}.card.fullscreened .card-header{line-height:35px}.card.fullscreened .card-header .widget-controls{padding:20px}.card.fullscreened .card-header .widget-controls a{margin-left:12px}.card.fullscreened .card-header .widget-controls a.setting{display:none}.card.fullscreened.card-primary{background:#024a88}.card.fullscreened.card-success{background:#2d922d}.card.fullscreened.card-info{background:#248dad}.card.fullscreened.card-warning{background:#f79a17}.card.fullscreened.card-danger{background:#bf1725}.scrolling{height:100%;overflow-y:scroll;padding-bottom:60px}.no-margin{margin:0}.bottom-15{margin-bottom:15px}.m-t-5{margin-top:5px}.m-t-15{margin-top:15px}.res-img{width:100%}.chart-outher{width:55%;margin:0 auto}.p-t-10{padding-top:10%}.o-visible{overflow:visible}.w-150{width:150px}.w-200{width:200px}@media (max-width: 543px){.chart-outher{width:100%}}@media (min-width: 544px) and (max-width: 767px){.chart-outher{width:85%}}@media (min-width: 992px) and (max-width: 1199px){.chart-outher{width:65%}}.mat-form-field-disabled .mat-form-field-wrapper{background-color:#ddd}.mat-no-border-top .mat-form-field-infix{border-top:none!important}.mat-dflt-margin,.mat-form-field-appearance-outline .mat-form-field-wrapper{margin-top:.125em!important;margin-bottom:.125em!important}.mat-form-field-wrapper{padding-bottom:0;height:35px;min-height:35px!important;margin-bottom:-7px!important}.mat-full-width{width:100%}.mat-full-height .mat-form-field-wrapper{height:100%!important}.mat-form-field-appearance-outline .mat-form-field-infix{padding-top:5px;padding-bottom:0;height:36px}.mat-form-field-appearance-outline .mat-form-field-infix select.mat-input-element{background-color:transparent;margin-bottom:-11px!important;margin-top:-2px!important;padding-top:0!important;top:0!important}.mat-form-field-appearance-outline .mat-form-field-infix input{display:inline-flex;margin-top:-8px;margin-bottom:-5px;padding-top:8px}.mat-form-field-appearance-outline .mat-form-field-suffix{height:25px!important;top:-2px!important}.mat-form-field-appearance-outline .mat-form-field-suffix .form-input-suffix{margin-right:5px!important;position:absolute!important;top:7px!important;right:4px!important}.mat-form-field-appearance-outline .mat-form-field-infix .form-input-suffix{position:relative!important;top:-4px!important}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:32px!important}.mat-form-field-label-wrapper{top:-8px}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{top:60%!important}.mat-form-field-suffix{margin-right:-10px!important}.cdk-overlay-container{z-index:99999999!important}.mat-height-fixed .mat-form-field-flex{height:38px!important}.mat-height-auto .mat-form-field-flex{height:auto!important;padding-bottom:5px!important;padding-top:5px!important;padding-right:2px!important}.mat-height-auto .mat-form-field-infix{height:auto!important}.mat-icon-button-override{width:25px!important;top:0!important;color:#000000a3!important;position:absolute!important}.mat-icon-button-override-suffix{right:-5px!important}.mat-icon-button-override-prefix{left:-5px!important}.mat-option{height:25px!important;font-size:14px!important}.ngx-mat-timepicker .mat-form-field-infix{border-top:none!important}.mat-form-field-wrapper .form-control{width:100%;border:none;padding:0;line-height:1}.mat-form-field-wrapper .form-control:focus{box-shadow:none!important}.mat-form-field-wrapper .form-control.checking-field.ng-touched{padding-right:0;background-position-y:14px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.mat-chip-list-wrapper input.mat-input-element,.mat-chip-list-wrapper .mat-standard-chip{margin:1px 4px 4px!important;padding-top:10px!important}.mat-chip-list-wrapper{margin:0!important;padding:5px!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:.2296;transform:translate(68.2849vw,-10px) scale(.045);animation:fall-1 29s -19s linear infinite}@keyframes fall-1{74.467%{transform:translate(73.9168vw,74.467vh) scale(.045)}to{transform:translate(71.10085vw,99vh) scale(.045)}}.snow:nth-child(2){opacity:.0858;transform:translate(31.9335vw,-10px) scale(.9475);animation:fall-2 14s -16s linear infinite}@keyframes fall-2{67.563%{transform:translate(36.4389vw,67.563vh) scale(.9475)}to{transform:translate(34.1862vw,99vh) scale(.9475)}}.snow:nth-child(3){opacity:1.8128;transform:translate(58.29vw,-10px) scale(.2657);animation:fall-3 12s -3s linear infinite}@keyframes fall-3{71.477%{transform:translate(52.1548vw,71.477vh) scale(.2657)}to{transform:translate(55.2224vw,99vh) scale(.2657)}}.snow:nth-child(4){opacity:.7616;transform:translate(30.4813vw,-10px) scale(.9703);animation:fall-4 12s -1s linear infinite}@keyframes fall-4{53.073%{transform:translate(27.0236vw,53.073vh) scale(.9703)}to{transform:translate(28.75245vw,99vh) scale(.9703)}}.snow:nth-child(5){opacity:.5578;transform:translate(99.3726vw,-10px) scale(.9471);animation:fall-5 29s -21s linear infinite}@keyframes fall-5{62.735%{transform:translate(105.686vw,62.735vh) scale(.9471)}to{transform:translate(102.5293vw,99vh) scale(.9471)}}.snow:nth-child(6){opacity:1.3634;transform:translate(81.6451vw,-10px) scale(.5211);animation:fall-6 19s -1s linear infinite}@keyframes fall-6{53.33%{transform:translate(74.1996vw,53.33vh) scale(.5211)}to{transform:translate(77.92235vw,99vh) scale(.5211)}}.snow:nth-child(7){opacity:1.1878;transform:translate(17.7155vw,-10px) scale(.2606);animation:fall-7 10s -29s linear infinite}@keyframes fall-7{31.351%{transform:translate(15.9736vw,31.351vh) scale(.2606)}to{transform:translate(16.84455vw,99vh) scale(.2606)}}.snow:nth-child(8){opacity:.8604;transform:translate(48.7216vw,-10px) scale(.9728);animation:fall-8 27s -20s linear infinite}@keyframes fall-8{62.436%{transform:translate(42.0301vw,62.436vh) scale(.9728)}to{transform:translate(45.37585vw,99vh) scale(.9728)}}.snow:nth-child(9){opacity:1.0118;transform:translate(42.8288vw,-10px) scale(.0651);animation:fall-9 15s -20s linear infinite}@keyframes fall-9{37.206%{transform:translate(39.7102vw,37.206vh) scale(.0651)}to{transform:translate(41.2695vw,99vh) scale(.0651)}}.snow:nth-child(10){opacity:.9088;transform:translate(74.1246vw,-10px) scale(.4196);animation:fall-10 17s -2s linear infinite}@keyframes fall-10{54.045%{transform:translate(81.0834vw,54.045vh) scale(.4196)}to{transform:translate(77.604vw,99vh) scale(.4196)}}.snow:nth-child(11){opacity:.352;transform:translate(81.9625vw,-10px) scale(.9433);animation:fall-11 13s -2s linear infinite}@keyframes fall-11{52.551%{transform:translate(78.7885vw,52.551vh) scale(.9433)}to{transform:translate(80.3755vw,99vh) scale(.9433)}}.snow:nth-child(12){opacity:.69;transform:translate(84.2571vw,-10px) scale(.9001);animation:fall-12 28s -14s linear infinite}@keyframes fall-12{69.618%{transform:translate(94.033vw,69.618vh) scale(.9001)}to{transform:translate(89.14505vw,99vh) scale(.9001)}}.snow:nth-child(13){opacity:.6782;transform:translate(54.2039vw,-10px) scale(.4853);animation:fall-13 30s -10s linear infinite}@keyframes fall-13{68.104%{transform:translate(52.3531vw,68.104vh) scale(.4853)}to{transform:translate(53.2785vw,99vh) scale(.4853)}}.snow:nth-child(14){opacity:.6434;transform:translate(80.7175vw,-10px) scale(.4088);animation:fall-14 14s -12s linear infinite}@keyframes fall-14{64.279%{transform:translate(70.8217vw,64.279vh) scale(.4088)}to{transform:translate(75.7696vw,99vh) scale(.4088)}}.snow:nth-child(15){opacity:1.5066;transform:translate(46.9714vw,-10px) scale(.8607);animation:fall-15 16s -13s linear infinite}@keyframes fall-15{59.506%{transform:translate(45.8534vw,59.506vh) scale(.8607)}to{transform:translate(46.4124vw,99vh) scale(.8607)}}.snow:nth-child(16){opacity:.3952;transform:translate(10.9191vw,-10px) scale(.0551);animation:fall-16 18s -24s linear infinite}@keyframes fall-16{70.527%{transform:translate(13.5956vw,70.527vh) scale(.0551)}to{transform:translate(12.25735vw,99vh) scale(.0551)}}.snow:nth-child(17){opacity:1.2702;transform:translate(70.799vw,-10px) scale(.8647);animation:fall-17 17s -21s linear infinite}@keyframes fall-17{68.602%{transform:translate(62.0863vw,68.602vh) scale(.8647)}to{transform:translate(66.44265vw,99vh) scale(.8647)}}.snow:nth-child(18){opacity:1.9426;transform:translate(66.6977vw,-10px) scale(.9957);animation:fall-18 13s -7s linear infinite}@keyframes fall-18{62.391%{transform:translate(74.0959vw,62.391vh) scale(.9957)}to{transform:translate(70.3968vw,99vh) scale(.9957)}}.snow:nth-child(19){opacity:1.8882;transform:translate(97.4661vw,-10px) scale(.6526);animation:fall-19 11s -25s linear infinite}@keyframes fall-19{42.069%{transform:translate(88.5601vw,42.069vh) scale(.6526)}to{transform:translate(93.0131vw,99vh) scale(.6526)}}.snow:nth-child(20){opacity:.7;transform:translate(42.1729vw,-10px) scale(.9983);animation:fall-20 26s -30s linear infinite}@keyframes fall-20{41.384%{transform:translate(51.4015vw,41.384vh) scale(.9983)}to{transform:translate(46.7872vw,99vh) scale(.9983)}}.snow:nth-child(21){opacity:1.463;transform:translate(35.7221vw,-10px) scale(.6814);animation:fall-21 30s -11s linear infinite}@keyframes fall-21{47.391%{transform:translate(30.9218vw,47.391vh) scale(.6814)}to{transform:translate(33.32195vw,99vh) scale(.6814)}}.snow:nth-child(22){opacity:.0758;transform:translate(63.6763vw,-10px) scale(.2991);animation:fall-22 23s -21s linear infinite}@keyframes fall-22{39.719%{transform:translate(57.3953vw,39.719vh) scale(.2991)}to{transform:translate(60.5358vw,99vh) scale(.2991)}}.snow:nth-child(23){opacity:.0354;transform:translate(30.4999vw,-10px) scale(.6604);animation:fall-23 16s -17s linear infinite}@keyframes fall-23{68.24%{transform:translate(35.7869vw,68.24vh) scale(.6604)}to{transform:translate(33.1434vw,99vh) scale(.6604)}}.snow:nth-child(24){opacity:1.7496;transform:translate(36.4971vw,-10px) scale(.6834);animation:fall-24 21s -5s linear infinite}@keyframes fall-24{37.761%{transform:translate(44.1848vw,37.761vh) scale(.6834)}to{transform:translate(40.34095vw,99vh) scale(.6834)}}.snow:nth-child(25){opacity:.769;transform:translate(26.8319vw,-10px) scale(.169);animation:fall-25 18s -2s linear infinite}@keyframes fall-25{45.547%{transform:translate(27.3588vw,45.547vh) scale(.169)}to{transform:translate(27.09535vw,99vh) scale(.169)}}.snow:nth-child(26){opacity:.6336;transform:translate(69.2544vw,-10px) scale(.0574);animation:fall-26 12s -3s linear infinite}@keyframes fall-26{69.305%{transform:translate(68.042vw,69.305vh) scale(.0574)}to{transform:translate(68.6482vw,99vh) scale(.0574)}}.snow:nth-child(27){opacity:.7372;transform:translate(54.9818vw,-10px) scale(.4762);animation:fall-27 27s -1s linear infinite}@keyframes fall-27{39.308%{transform:translate(49.916vw,39.308vh) scale(.4762)}to{transform:translate(52.4489vw,99vh) scale(.4762)}}.snow:nth-child(28){opacity:.5792;transform:translate(97.61vw,-10px) scale(.062);animation:fall-28 29s -18s linear infinite}@keyframes fall-28{61.003%{transform:translate(92.1243vw,61.003vh) scale(.062)}to{transform:translate(94.86715vw,99vh) scale(.062)}}.snow:nth-child(29){opacity:1.831;transform:translate(47.4641vw,-10px) scale(.5406);animation:fall-29 17s -11s linear infinite}@keyframes fall-29{58.552%{transform:translate(53.8691vw,58.552vh) scale(.5406)}to{transform:translate(50.6666vw,99vh) scale(.5406)}}.snow:nth-child(30){opacity:.1482;transform:translate(98.663vw,-10px) scale(.4943);animation:fall-30 15s -30s linear infinite}@keyframes fall-30{42.442%{transform:translate(88.7136vw,42.442vh) scale(.4943)}to{transform:translate(93.6883vw,99vh) scale(.4943)}}.snow:nth-child(31){opacity:1.2346;transform:translate(86.6245vw,-10px) scale(.4668);animation:fall-31 11s -1s linear infinite}@keyframes fall-31{51.254%{transform:translate(81.5486vw,51.254vh) scale(.4668)}to{transform:translate(84.08655vw,99vh) scale(.4668)}}.snow:nth-child(32){opacity:1.3792;transform:translate(62.038vw,-10px) scale(.934);animation:fall-32 12s -25s linear infinite}@keyframes fall-32{71.222%{transform:translate(62.368vw,71.222vh) scale(.934)}to{transform:translate(62.203vw,99vh) scale(.934)}}.snow:nth-child(33){opacity:.0208;transform:translate(62.937vw,-10px) scale(.6016);animation:fall-33 24s -8s linear infinite}@keyframes fall-33{51.119%{transform:translate(58.2634vw,51.119vh) scale(.6016)}to{transform:translate(60.6002vw,99vh) scale(.6016)}}.snow:nth-child(34){opacity:1.5924;transform:translate(70.1699vw,-10px) scale(.3439);animation:fall-34 10s -3s linear infinite}@keyframes fall-34{49.701%{transform:translate(79.6934vw,49.701vh) scale(.3439)}to{transform:translate(74.93165vw,99vh) scale(.3439)}}.snow:nth-child(35){opacity:1.143;transform:translate(53.6152vw,-10px) scale(.8263);animation:fall-35 26s -14s linear infinite}@keyframes fall-35{75.59%{transform:translate(46.3425vw,75.59vh) scale(.8263)}to{transform:translate(49.97885vw,99vh) scale(.8263)}}.snow:nth-child(36){opacity:1.6858;transform:translate(52.6465vw,-10px) scale(.3206);animation:fall-36 11s -14s linear infinite}@keyframes fall-36{52.568%{transform:translate(52.1276vw,52.568vh) scale(.3206)}to{transform:translate(52.38705vw,99vh) scale(.3206)}}.snow:nth-child(37){opacity:1.6614;transform:translate(32.6016vw,-10px) scale(.3513);animation:fall-37 11s -22s linear infinite}@keyframes fall-37{66.929%{transform:translate(23.7126vw,66.929vh) scale(.3513)}to{transform:translate(28.1571vw,99vh) scale(.3513)}}.snow:nth-child(38){opacity:1.5566;transform:translate(14.997vw,-10px) scale(.4081);animation:fall-38 18s -18s linear infinite}@keyframes fall-38{40.318%{transform:translate(9.8072vw,40.318vh) scale(.4081)}to{transform:translate(12.4021vw,99vh) scale(.4081)}}.snow:nth-child(39){opacity:1.836;transform:translate(54.0963vw,-10px) scale(.028);animation:fall-39 30s -5s linear infinite}@keyframes fall-39{57.391%{transform:translate(57.785vw,57.391vh) scale(.028)}to{transform:translate(55.94065vw,99vh) scale(.028)}}.snow:nth-child(40){opacity:.654;transform:translate(71.3778vw,-10px) scale(.7395);animation:fall-40 30s -5s linear infinite}@keyframes fall-40{55.315%{transform:translate(77.9109vw,55.315vh) scale(.7395)}to{transform:translate(74.64435vw,99vh) scale(.7395)}}.snow:nth-child(41){opacity:1.1094;transform:translate(80.4227vw,-10px) scale(.6594);animation:fall-41 16s -23s linear infinite}@keyframes fall-41{54.771%{transform:translate(74.1695vw,54.771vh) scale(.6594)}to{transform:translate(77.2961vw,99vh) scale(.6594)}}.snow:nth-child(42){opacity:.2302;transform:translate(85.1415vw,-10px) scale(.4578);animation:fall-42 24s -28s linear infinite}@keyframes fall-42{43.238%{transform:translate(79.6163vw,43.238vh) scale(.4578)}to{transform:translate(82.3789vw,99vh) scale(.4578)}}.snow:nth-child(43){opacity:.5346;transform:translate(72.5092vw,-10px) scale(.4078);animation:fall-43 27s -11s linear infinite}@keyframes fall-43{54.158%{transform:translate(62.9917vw,54.158vh) scale(.4078)}to{transform:translate(67.75045vw,99vh) scale(.4078)}}.snow:nth-child(44){opacity:.7108;transform:translate(93.1049vw,-10px) scale(.5416);animation:fall-44 25s -23s linear infinite}@keyframes fall-44{62.051%{transform:translate(95.167vw,62.051vh) scale(.5416)}to{transform:translate(94.13595vw,99vh) scale(.5416)}}.snow:nth-child(45){opacity:.326;transform:translate(49.071vw,-10px) scale(.958);animation:fall-45 23s -1s linear infinite}@keyframes fall-45{57.483%{transform:translate(46.5389vw,57.483vh) scale(.958)}to{transform:translate(47.80495vw,99vh) scale(.958)}}.snow:nth-child(46){opacity:1.2816;transform:translate(31.2922vw,-10px) scale(.1836);animation:fall-46 11s -20s linear infinite}@keyframes fall-46{67.998%{transform:translate(39.9842vw,67.998vh) scale(.1836)}to{transform:translate(35.6382vw,99vh) scale(.1836)}}.snow:nth-child(47){opacity:1.1798;transform:translate(36.3154vw,-10px) scale(.4268);animation:fall-47 18s -23s linear infinite}@keyframes fall-47{32.157%{transform:translate(26.48vw,32.157vh) scale(.4268)}to{transform:translate(31.3977vw,99vh) scale(.4268)}}.snow:nth-child(48){opacity:1.5298;transform:translate(86.2644vw,-10px) scale(.509);animation:fall-48 27s -26s linear infinite}@keyframes fall-48{66.858%{transform:translate(84.2653vw,66.858vh) scale(.509)}to{transform:translate(85.26485vw,99vh) scale(.509)}}.snow:nth-child(49){opacity:1.296;transform:translate(16.535vw,-10px) scale(.1021);animation:fall-49 28s -13s linear infinite}@keyframes fall-49{59.59%{transform:translate(24.0518vw,59.59vh) scale(.1021)}to{transform:translate(20.2934vw,99vh) scale(.1021)}}.snow:nth-child(50){opacity:.3156;transform:translate(95.1301vw,-10px) scale(.2572);animation:fall-50 25s -4s linear infinite}@keyframes fall-50{42.083%{transform:translate(97.6258vw,42.083vh) scale(.2572)}to{transform:translate(96.37795vw,99vh) scale(.2572)}}.snow:nth-child(51){opacity:1.5232;transform:translate(72.9862vw,-10px) scale(.7855);animation:fall-51 20s -14s linear infinite}@keyframes fall-51{72.494%{transform:translate(75.1993vw,72.494vh) scale(.7855)}to{transform:translate(74.09275vw,99vh) scale(.7855)}}.snow:nth-child(52){opacity:1.5028;transform:translate(46.8071vw,-10px) scale(.7412);animation:fall-52 11s -18s linear infinite}@keyframes fall-52{64.443%{transform:translate(43.5104vw,64.443vh) scale(.7412)}to{transform:translate(45.15875vw,99vh) scale(.7412)}}.snow:nth-child(53){opacity:1.0572;transform:translate(43.1569vw,-10px) scale(.4962);animation:fall-53 19s -14s linear infinite}@keyframes fall-53{34.564%{transform:translate(40.3138vw,34.564vh) scale(.4962)}to{transform:translate(41.73535vw,99vh) scale(.4962)}}.snow:nth-child(54){opacity:.5018;transform:translate(39.4134vw,-10px) scale(.7637);animation:fall-54 10s -16s linear infinite}@keyframes fall-54{31.605%{transform:translate(35.376vw,31.605vh) scale(.7637)}to{transform:translate(37.3947vw,99vh) scale(.7637)}}.snow:nth-child(55){opacity:.263;transform:translate(34.4124vw,-10px) scale(.2667);animation:fall-55 11s -9s linear infinite}@keyframes fall-55{70.641%{transform:translate(27.4597vw,70.641vh) scale(.2667)}to{transform:translate(30.93605vw,99vh) scale(.2667)}}.snow:nth-child(56){opacity:.5878;transform:translate(16.9992vw,-10px) scale(.2298);animation:fall-56 28s -27s linear infinite}@keyframes fall-56{47.003%{transform:translate(19.6298vw,47.003vh) scale(.2298)}to{transform:translate(18.3145vw,99vh) scale(.2298)}}.snow:nth-child(57){opacity:.6004;transform:translate(80.8173vw,-10px) scale(.9617);animation:fall-57 26s -13s linear infinite}@keyframes fall-57{36.519%{transform:translate(80.0111vw,36.519vh) scale(.9617)}to{transform:translate(80.4142vw,99vh) scale(.9617)}}.snow:nth-child(58){opacity:.1584;transform:translate(62.4575vw,-10px) scale(.0046);animation:fall-58 13s -14s linear infinite}@keyframes fall-58{42.545%{transform:translate(55.2218vw,42.545vh) scale(.0046)}to{transform:translate(58.83965vw,99vh) scale(.0046)}}.snow:nth-child(59){opacity:.2788;transform:translate(92.2041vw,-10px) scale(.1189);animation:fall-59 19s -11s linear infinite}@keyframes fall-59{61.23%{transform:translate(90.8067vw,61.23vh) scale(.1189)}to{transform:translate(91.5054vw,99vh) scale(.1189)}}.snow:nth-child(60){opacity:1.974;transform:translate(58.0107vw,-10px) scale(.1428);animation:fall-60 26s -10s linear infinite}@keyframes fall-60{66.493%{transform:translate(62.8949vw,66.493vh) scale(.1428)}to{transform:translate(60.4528vw,99vh) scale(.1428)}}.snow:nth-child(61){opacity:.0268;transform:translate(29.4305vw,-10px) scale(.5593);animation:fall-61 27s -7s linear infinite}@keyframes fall-61{79.795%{transform:translate(23.8843vw,79.795vh) scale(.5593)}to{transform:translate(26.6574vw,99vh) scale(.5593)}}.snow:nth-child(62){opacity:.3956;transform:translate(51.9972vw,-10px) scale(.1332);animation:fall-62 10s -16s linear infinite}@keyframes fall-62{41.539%{transform:translate(55.448vw,41.539vh) scale(.1332)}to{transform:translate(53.7226vw,99vh) scale(.1332)}}.snow:nth-child(63){opacity:.1038;transform:translate(60.568vw,-10px) scale(.1812);animation:fall-63 29s -13s linear infinite}@keyframes fall-63{67.77%{transform:translate(58.0134vw,67.77vh) scale(.1812)}to{transform:translate(59.2907vw,99vh) scale(.1812)}}.snow:nth-child(64){opacity:1.2826;transform:translate(4.5247vw,-10px) scale(.4734);animation:fall-64 11s -5s linear infinite}@keyframes fall-64{71.292%{transform:translate(1.2459vw,71.292vh) scale(.4734)}to{transform:translate(2.8853vw,99vh) scale(.4734)}}.snow:nth-child(65){opacity:1.9212;transform:translate(21.6493vw,-10px) scale(.664);animation:fall-65 20s -20s linear infinite}@keyframes fall-65{69.274%{transform:translate(27.7275vw,69.274vh) scale(.664)}to{transform:translate(24.6884vw,99vh) scale(.664)}}.snow:nth-child(66){opacity:.7578;transform:translate(62.493vw,-10px) scale(.1623);animation:fall-66 18s -7s linear infinite}@keyframes fall-66{44.868%{transform:translate(66.5378vw,44.868vh) scale(.1623)}to{transform:translate(64.5154vw,99vh) scale(.1623)}}.snow:nth-child(67){opacity:.4154;transform:translate(45.8843vw,-10px) scale(.0451);animation:fall-67 11s -18s linear infinite}@keyframes fall-67{62.747%{transform:translate(55.8705vw,62.747vh) scale(.0451)}to{transform:translate(50.8774vw,99vh) scale(.0451)}}.snow:nth-child(68){opacity:1.4604;transform:translate(92.8365vw,-10px) scale(.7631);animation:fall-68 17s -22s linear infinite}@keyframes fall-68{35.077%{transform:translate(94.4369vw,35.077vh) scale(.7631)}to{transform:translate(93.6367vw,99vh) scale(.7631)}}.snow:nth-child(69){opacity:.6226;transform:translate(92.8766vw,-10px) scale(.4183);animation:fall-69 24s -12s linear infinite}@keyframes fall-69{45.137%{transform:translate(101.3845vw,45.137vh) scale(.4183)}to{transform:translate(97.13055vw,99vh) scale(.4183)}}.snow:nth-child(70){opacity:.0692;transform:translate(98.988vw,-10px) scale(.0545);animation:fall-70 18s -5s linear infinite}@keyframes fall-70{67.254%{transform:translate(105.2795vw,67.254vh) scale(.0545)}to{transform:translate(102.13375vw,99vh) scale(.0545)}}.snow:nth-child(71){opacity:1.953;transform:translate(63.0477vw,-10px) scale(.5613);animation:fall-71 17s -23s linear infinite}@keyframes fall-71{31.164%{transform:translate(64.4755vw,31.164vh) scale(.5613)}to{transform:translate(63.7616vw,99vh) scale(.5613)}}.snow:nth-child(72){opacity:.8422;transform:translate(99.9428vw,-10px) scale(.4414);animation:fall-72 22s -7s linear infinite}@keyframes fall-72{50.491%{transform:translate(105.3251vw,50.491vh) scale(.4414)}to{transform:translate(102.63395vw,99vh) scale(.4414)}}.snow:nth-child(73){opacity:1.3916;transform:translate(61.9756vw,-10px) scale(.2936);animation:fall-73 25s -9s linear infinite}@keyframes fall-73{32.976%{transform:translate(62.416vw,32.976vh) scale(.2936)}to{transform:translate(62.1958vw,99vh) scale(.2936)}}.snow:nth-child(74){opacity:1.3126;transform:translate(14.5939vw,-10px) scale(.6409);animation:fall-74 12s -4s linear infinite}@keyframes fall-74{79.8%{transform:translate(11.3948vw,79.8vh) scale(.6409)}to{transform:translate(12.99435vw,99vh) scale(.6409)}}.snow:nth-child(75){opacity:.3986;transform:translate(92.8386vw,-10px) scale(.8955);animation:fall-75 11s -18s linear infinite}@keyframes fall-75{56.295%{transform:translate(89.2645vw,56.295vh) scale(.8955)}to{transform:translate(91.05155vw,99vh) scale(.8955)}}.snow:nth-child(76){opacity:.6548;transform:translate(91.276vw,-10px) scale(.188);animation:fall-76 30s -11s linear infinite}@keyframes fall-76{59.538%{transform:translate(89.8114vw,59.538vh) scale(.188)}to{transform:translate(90.5437vw,99vh) scale(.188)}}.snow:nth-child(77){opacity:.2136;transform:translate(5.6907vw,-10px) scale(.8549);animation:fall-77 14s -7s linear infinite}@keyframes fall-77{32.792%{transform:translate(10.5731vw,32.792vh) scale(.8549)}to{transform:translate(8.1319vw,99vh) scale(.8549)}}.snow:nth-child(78){opacity:1.8692;transform:translate(17.9742vw,-10px) scale(.5329);animation:fall-78 20s -23s linear infinite}@keyframes fall-78{36.018%{transform:translate(25.3663vw,36.018vh) scale(.5329)}to{transform:translate(21.67025vw,99vh) scale(.5329)}}.snow:nth-child(79){opacity:1.7984;transform:translate(76.518vw,-10px) scale(.3743);animation:fall-79 18s -20s linear infinite}@keyframes fall-79{42.503%{transform:translate(72.2121vw,42.503vh) scale(.3743)}to{transform:translate(74.36505vw,99vh) scale(.3743)}}.snow:nth-child(80){opacity:1.8688;transform:translate(4.4653vw,-10px) scale(.3047);animation:fall-80 29s -23s linear infinite}@keyframes fall-80{40.604%{transform:translate(13.672vw,40.604vh) scale(.3047)}to{transform:translate(9.06865vw,99vh) scale(.3047)}}.snow:nth-child(81){opacity:.1768;transform:translate(55.6172vw,-10px) scale(.6051);animation:fall-81 12s -29s linear infinite}@keyframes fall-81{55.35%{transform:translate(60.7677vw,55.35vh) scale(.6051)}to{transform:translate(58.19245vw,99vh) scale(.6051)}}.snow:nth-child(82){opacity:1.01;transform:translate(35.4888vw,-10px) scale(.4401);animation:fall-82 26s -21s linear infinite}@keyframes fall-82{79.615%{transform:translate(31.8443vw,79.615vh) scale(.4401)}to{transform:translate(33.66655vw,99vh) scale(.4401)}}.snow:nth-child(83){opacity:1.7364;transform:translate(10.7748vw,-10px) scale(.7523);animation:fall-83 14s -23s linear infinite}@keyframes fall-83{74.486%{transform:translate(20.6621vw,74.486vh) scale(.7523)}to{transform:translate(15.71845vw,99vh) scale(.7523)}}.snow:nth-child(84){opacity:1.2164;transform:translate(91.2159vw,-10px) scale(.4597);animation:fall-84 16s -4s linear infinite}@keyframes fall-84{53.065%{transform:translate(98.6782vw,53.065vh) scale(.4597)}to{transform:translate(94.94705vw,99vh) scale(.4597)}}.snow:nth-child(85){opacity:.3586;transform:translate(72.4657vw,-10px) scale(.2999);animation:fall-85 26s -16s linear infinite}@keyframes fall-85{69.046%{transform:translate(65.7632vw,69.046vh) scale(.2999)}to{transform:translate(69.11445vw,99vh) scale(.2999)}}.snow:nth-child(86){opacity:1.3974;transform:translate(48.5972vw,-10px) scale(.1499);animation:fall-86 12s -28s linear infinite}@keyframes fall-86{34.59%{transform:translate(58.0655vw,34.59vh) scale(.1499)}to{transform:translate(53.33135vw,99vh) scale(.1499)}}.snow:nth-child(87){opacity:1.5614;transform:translate(96.285vw,-10px) scale(.7168);animation:fall-87 13s -22s linear infinite}@keyframes fall-87{57.488%{transform:translate(96.5546vw,57.488vh) scale(.7168)}to{transform:translate(96.4198vw,99vh) scale(.7168)}}.snow:nth-child(88){opacity:1.2716;transform:translate(26.7117vw,-10px) scale(.0028);animation:fall-88 23s -12s linear infinite}@keyframes fall-88{60.858%{transform:translate(26.0844vw,60.858vh) scale(.0028)}to{transform:translate(26.39805vw,99vh) scale(.0028)}}.snow:nth-child(89){opacity:.2152;transform:translate(23.9873vw,-10px) scale(.2597);animation:fall-89 18s -9s linear infinite}@keyframes fall-89{44.034%{transform:translate(16.168vw,44.034vh) scale(.2597)}to{transform:translate(20.07765vw,99vh) scale(.2597)}}.snow:nth-child(90){opacity:.4392;transform:translate(48.6132vw,-10px) scale(.4497);animation:fall-90 17s -18s linear infinite}@keyframes fall-90{57.405%{transform:translate(58.1947vw,57.405vh) scale(.4497)}to{transform:translate(53.40395vw,99vh) scale(.4497)}}.snow:nth-child(91){opacity:1.1124;transform:translate(98.4741vw,-10px) scale(.5868);animation:fall-91 29s -18s linear infinite}@keyframes fall-91{49.935%{transform:translate(105.5879vw,49.935vh) scale(.5868)}to{transform:translate(102.031vw,99vh) scale(.5868)}}.snow:nth-child(92){opacity:1.5628;transform:translate(67.6372vw,-10px) scale(.4331);animation:fall-92 24s -28s linear infinite}@keyframes fall-92{73.029%{transform:translate(59.3685vw,73.029vh) scale(.4331)}to{transform:translate(63.50285vw,99vh) scale(.4331)}}.snow:nth-child(93){opacity:1.4894;transform:translate(16.288vw,-10px) scale(.198);animation:fall-93 11s -1s linear infinite}@keyframes fall-93{33.345%{transform:translate(17.2526vw,33.345vh) scale(.198)}to{transform:translate(16.7703vw,99vh) scale(.198)}}.snow:nth-child(94){opacity:1.0578;transform:translate(72.6931vw,-10px) scale(.1265);animation:fall-94 27s -2s linear infinite}@keyframes fall-94{49.62%{transform:translate(77.1524vw,49.62vh) scale(.1265)}to{transform:translate(74.92275vw,99vh) scale(.1265)}}.snow:nth-child(95){opacity:1.5326;transform:translate(59.8673vw,-10px) scale(.1166);animation:fall-95 16s -29s linear infinite}@keyframes fall-95{79.939%{transform:translate(63.22vw,79.939vh) scale(.1166)}to{transform:translate(61.54365vw,99vh) scale(.1166)}}.snow:nth-child(96){opacity:.7028;transform:translate(34.2498vw,-10px) scale(.4563);animation:fall-96 21s -13s linear infinite}@keyframes fall-96{35.059%{transform:translate(36.8527vw,35.059vh) scale(.4563)}to{transform:translate(35.55125vw,99vh) scale(.4563)}}.snow:nth-child(97){opacity:1.8196;transform:translate(87.0762vw,-10px) scale(.0306);animation:fall-97 28s -12s linear infinite}@keyframes fall-97{41.403%{transform:translate(78.5986vw,41.403vh) scale(.0306)}to{transform:translate(82.8374vw,99vh) scale(.0306)}}.snow:nth-child(98){opacity:.2966;transform:translate(34.7427vw,-10px) scale(.4127);animation:fall-98 30s -24s linear infinite}@keyframes fall-98{51.433%{transform:translate(30.7835vw,51.433vh) scale(.4127)}to{transform:translate(32.7631vw,99vh) scale(.4127)}}.snow:nth-child(99){opacity:1.1178;transform:translate(95.7236vw,-10px) scale(.3243);animation:fall-99 22s -2s linear infinite}@keyframes fall-99{51.058%{transform:translate(91.0151vw,51.058vh) scale(.3243)}to{transform:translate(93.36935vw,99vh) scale(.3243)}}.snow:nth-child(100){opacity:.4198;transform:translate(49.5435vw,-10px) scale(.4551);animation:fall-100 15s -8s linear infinite}@keyframes fall-100{34.325%{transform:translate(58.1422vw,34.325vh) scale(.4551)}to{transform:translate(53.84285vw,99vh) scale(.4551)}}.snow:nth-child(101){opacity:.2946;transform:translate(91.5559vw,-10px) scale(.2514);animation:fall-101 29s -16s linear infinite}@keyframes fall-101{40.608%{transform:translate(86.3698vw,40.608vh) scale(.2514)}to{transform:translate(88.96285vw,99vh) scale(.2514)}}.snow:nth-child(102){opacity:.8186;transform:translate(89.7318vw,-10px) scale(.4706);animation:fall-102 27s -8s linear infinite}@keyframes fall-102{50.697%{transform:translate(91.0919vw,50.697vh) scale(.4706)}to{transform:translate(90.41185vw,99vh) scale(.4706)}}.snow:nth-child(103){opacity:.3058;transform:translate(78.7821vw,-10px) scale(.6753);animation:fall-103 18s -17s linear infinite}@keyframes fall-103{78.41%{transform:translate(81.978vw,78.41vh) scale(.6753)}to{transform:translate(80.38005vw,99vh) scale(.6753)}}.snow:nth-child(104){opacity:.271;transform:translate(42.3894vw,-10px) scale(.8885);animation:fall-104 22s -28s linear infinite}@keyframes fall-104{79.882%{transform:translate(44.6634vw,79.882vh) scale(.8885)}to{transform:translate(43.5264vw,99vh) scale(.8885)}}.snow:nth-child(105){opacity:.6282;transform:translate(24.3366vw,-10px) scale(.6257);animation:fall-105 23s -5s linear infinite}@keyframes fall-105{36.445%{transform:translate(28.75vw,36.445vh) scale(.6257)}to{transform:translate(26.5433vw,99vh) scale(.6257)}}.snow:nth-child(106){opacity:1.1506;transform:translate(53.5721vw,-10px) scale(.837);animation:fall-106 21s -26s linear infinite}@keyframes fall-106{34.592%{transform:translate(56.5018vw,34.592vh) scale(.837)}to{transform:translate(55.03695vw,99vh) scale(.837)}}.snow:nth-child(107){opacity:.507;transform:translate(36.9602vw,-10px) scale(.117);animation:fall-107 25s -30s linear infinite}@keyframes fall-107{69.183%{transform:translate(29.6822vw,69.183vh) scale(.117)}to{transform:translate(33.3212vw,99vh) scale(.117)}}.snow:nth-child(108){opacity:.0118;transform:translate(65.6069vw,-10px) scale(.1869);animation:fall-108 14s -25s linear infinite}@keyframes fall-108{76.515%{transform:translate(66.8391vw,76.515vh) scale(.1869)}to{transform:translate(66.223vw,99vh) scale(.1869)}}.snow:nth-child(109){opacity:1.746;transform:translate(83.4364vw,-10px) scale(.8441);animation:fall-109 26s -11s linear infinite}@keyframes fall-109{39.529%{transform:translate(85.4935vw,39.529vh) scale(.8441)}to{transform:translate(84.46495vw,99vh) scale(.8441)}}.snow:nth-child(110){opacity:.9424;transform:translate(65.1491vw,-10px) scale(.739);animation:fall-110 27s -1s linear infinite}@keyframes fall-110{66.066%{transform:translate(63.1179vw,66.066vh) scale(.739)}to{transform:translate(64.1335vw,99vh) scale(.739)}}.snow:nth-child(111){opacity:1.31;transform:translate(50.9128vw,-10px) scale(.1574);animation:fall-111 13s -18s linear infinite}@keyframes fall-111{65.231%{transform:translate(59.6175vw,65.231vh) scale(.1574)}to{transform:translate(55.26515vw,99vh) scale(.1574)}}.snow:nth-child(112){opacity:.2922;transform:translate(98.7876vw,-10px) scale(.9338);animation:fall-112 11s -13s linear infinite}@keyframes fall-112{45.492%{transform:translate(97.4065vw,45.492vh) scale(.9338)}to{transform:translate(98.09705vw,99vh) scale(.9338)}}.snow:nth-child(113){opacity:.6242;transform:translate(27.324vw,-10px) scale(.6981);animation:fall-113 15s -28s linear infinite}@keyframes fall-113{73.555%{transform:translate(29.3578vw,73.555vh) scale(.6981)}to{transform:translate(28.3409vw,99vh) scale(.6981)}}.snow:nth-child(114){opacity:.8322;transform:translate(64.5606vw,-10px) scale(.7873);animation:fall-114 22s -28s linear infinite}@keyframes fall-114{73.294%{transform:translate(70.1437vw,73.294vh) scale(.7873)}to{transform:translate(67.35215vw,99vh) scale(.7873)}}.snow:nth-child(115){opacity:.1438;transform:translate(74.7499vw,-10px) scale(.7037);animation:fall-115 12s -3s linear infinite}@keyframes fall-115{31.653%{transform:translate(83.4994vw,31.653vh) scale(.7037)}to{transform:translate(79.12465vw,99vh) scale(.7037)}}.snow:nth-child(116){opacity:1.2486;transform:translate(37.8507vw,-10px) scale(.752);animation:fall-116 30s -18s linear infinite}@keyframes fall-116{35.967%{transform:translate(37.076vw,35.967vh) scale(.752)}to{transform:translate(37.46335vw,99vh) scale(.752)}}.snow:nth-child(117){opacity:.5606;transform:translate(75.2181vw,-10px) scale(.0559);animation:fall-117 29s -17s linear infinite}@keyframes fall-117{79.988%{transform:translate(72.8941vw,79.988vh) scale(.0559)}to{transform:translate(74.0561vw,99vh) scale(.0559)}}.snow:nth-child(118){opacity:.1274;transform:translate(50.9747vw,-10px) scale(.9986);animation:fall-118 22s -7s linear infinite}@keyframes fall-118{57.688%{transform:translate(50.7851vw,57.688vh) scale(.9986)}to{transform:translate(50.8799vw,99vh) scale(.9986)}}.snow:nth-child(119){opacity:1.5272;transform:translate(48.4019vw,-10px) scale(.0441);animation:fall-119 27s -15s linear infinite}@keyframes fall-119{52.667%{transform:translate(55.4975vw,52.667vh) scale(.0441)}to{transform:translate(51.9497vw,99vh) scale(.0441)}}.snow:nth-child(120){opacity:.7376;transform:translate(20.7865vw,-10px) scale(.8831);animation:fall-120 18s -15s linear infinite}@keyframes fall-120{51.919%{transform:translate(15.2861vw,51.919vh) scale(.8831)}to{transform:translate(18.0363vw,99vh) scale(.8831)}}.snow:nth-child(121){opacity:1.3124;transform:translate(3.58vw,-10px) scale(.728);animation:fall-121 30s -19s linear infinite}@keyframes fall-121{60.355%{transform:translate(3.4367vw,60.355vh) scale(.728)}to{transform:translate(3.50835vw,99vh) scale(.728)}}.snow:nth-child(122){opacity:1.9386;transform:translate(8.1404vw,-10px) scale(.5526);animation:fall-122 28s -11s linear infinite}@keyframes fall-122{32.444%{transform:translate(14.3063vw,32.444vh) scale(.5526)}to{transform:translate(11.22335vw,99vh) scale(.5526)}}.snow:nth-child(123){opacity:1.7808;transform:translate(79.8353vw,-10px) scale(.7034);animation:fall-123 24s -14s linear infinite}@keyframes fall-123{33.877%{transform:translate(82.2785vw,33.877vh) scale(.7034)}to{transform:translate(81.0569vw,99vh) scale(.7034)}}.snow:nth-child(124){opacity:.216;transform:translate(.1861vw,-10px) scale(.3675);animation:fall-124 26s -6s linear infinite}@keyframes fall-124{68.321%{transform:translate(2.8684vw,68.321vh) scale(.3675)}to{transform:translate(1.52725vw,99vh) scale(.3675)}}.snow:nth-child(125){opacity:.3638;transform:translate(82.5284vw,-10px) scale(.131);animation:fall-125 25s -3s linear infinite}@keyframes fall-125{63.446%{transform:translate(76.7761vw,63.446vh) scale(.131)}to{transform:translate(79.65225vw,99vh) scale(.131)}}.snow:nth-child(126){opacity:1.664;transform:translate(90.5896vw,-10px) scale(.4658);animation:fall-126 15s -23s linear infinite}@keyframes fall-126{73.863%{transform:translate(100.1375vw,73.863vh) scale(.4658)}to{transform:translate(95.36355vw,99vh) scale(.4658)}}.snow:nth-child(127){opacity:.7918;transform:translate(66.0543vw,-10px) scale(.1143);animation:fall-127 29s -13s linear infinite}@keyframes fall-127{64.603%{transform:translate(58.6222vw,64.603vh) scale(.1143)}to{transform:translate(62.33825vw,99vh) scale(.1143)}}.snow:nth-child(128){opacity:.9706;transform:translate(81.4032vw,-10px) scale(.9759);animation:fall-128 11s -12s linear infinite}@keyframes fall-128{62.596%{transform:translate(80.9814vw,62.596vh) scale(.9759)}to{transform:translate(81.1923vw,99vh) scale(.9759)}}.snow:nth-child(129){opacity:.2928;transform:translate(32.5819vw,-10px) scale(.4087);animation:fall-129 29s -29s linear infinite}@keyframes fall-129{33.369%{transform:translate(24.8124vw,33.369vh) scale(.4087)}to{transform:translate(28.69715vw,99vh) scale(.4087)}}.snow:nth-child(130){opacity:.6516;transform:translate(37.2319vw,-10px) scale(.8284);animation:fall-130 29s -27s linear infinite}@keyframes fall-130{69.866%{transform:translate(27.7093vw,69.866vh) scale(.8284)}to{transform:translate(32.4706vw,99vh) scale(.8284)}}.snow:nth-child(131){opacity:.7758;transform:translate(25.2248vw,-10px) scale(.0391);animation:fall-131 21s -1s linear infinite}@keyframes fall-131{47.991%{transform:translate(22.8206vw,47.991vh) scale(.0391)}to{transform:translate(24.0227vw,99vh) scale(.0391)}}.snow:nth-child(132){opacity:1.1002;transform:translate(32.2727vw,-10px) scale(.9854);animation:fall-132 24s -9s linear infinite}@keyframes fall-132{47.601%{transform:translate(42.2562vw,47.601vh) scale(.9854)}to{transform:translate(37.26445vw,99vh) scale(.9854)}}.snow:nth-child(133){opacity:1.923;transform:translate(97.6699vw,-10px) scale(.2014);animation:fall-133 19s -21s linear infinite}@keyframes fall-133{36.877%{transform:translate(97.5201vw,36.877vh) scale(.2014)}to{transform:translate(97.595vw,99vh) scale(.2014)}}.snow:nth-child(134){opacity:.8414;transform:translate(45.1913vw,-10px) scale(.2515);animation:fall-134 22s -10s linear infinite}@keyframes fall-134{59.388%{transform:translate(42.2027vw,59.388vh) scale(.2515)}to{transform:translate(43.697vw,99vh) scale(.2515)}}.snow:nth-child(135){opacity:1.4276;transform:translate(95.2716vw,-10px) scale(.1956);animation:fall-135 11s -4s linear infinite}@keyframes fall-135{33.46%{transform:translate(100.3294vw,33.46vh) scale(.1956)}to{transform:translate(97.8005vw,99vh) scale(.1956)}}.snow:nth-child(136){opacity:1.0274;transform:translate(51.047vw,-10px) scale(.7165);animation:fall-136 20s -30s linear infinite}@keyframes fall-136{30.828%{transform:translate(60.7362vw,30.828vh) scale(.7165)}to{transform:translate(55.8916vw,99vh) scale(.7165)}}.snow:nth-child(137){opacity:.223;transform:translate(74.0015vw,-10px) scale(.2841);animation:fall-137 21s -1s linear infinite}@keyframes fall-137{52.062%{transform:translate(81.92vw,52.062vh) scale(.2841)}to{transform:translate(77.96075vw,99vh) scale(.2841)}}.snow:nth-child(138){opacity:.5402;transform:translate(46.158vw,-10px) scale(.9255);animation:fall-138 27s -5s linear infinite}@keyframes fall-138{63.783%{transform:translate(46.1402vw,63.783vh) scale(.9255)}to{transform:translate(46.1491vw,99vh) scale(.9255)}}.snow:nth-child(139){opacity:1.2558;transform:translate(85.7334vw,-10px) scale(.2843);animation:fall-139 16s -23s linear infinite}@keyframes fall-139{64.772%{transform:translate(90.6791vw,64.772vh) scale(.2843)}to{transform:translate(88.20625vw,99vh) scale(.2843)}}.snow:nth-child(140){opacity:1.9044;transform:translate(5.1806vw,-10px) scale(.1717);animation:fall-140 13s -22s linear infinite}@keyframes fall-140{58.639%{transform:translate(-3.1653vw,58.639vh) scale(.1717)}to{transform:translate(1.00765vw,99vh) scale(.1717)}}.snow:nth-child(141){opacity:1.5052;transform:translate(11.0781vw,-10px) scale(.5573);animation:fall-141 13s -2s linear infinite}@keyframes fall-141{49.977%{transform:translate(17.9186vw,49.977vh) scale(.5573)}to{transform:translate(14.49835vw,99vh) scale(.5573)}}.snow:nth-child(142){opacity:.3788;transform:translate(97.8985vw,-10px) scale(.9757);animation:fall-142 15s -29s linear infinite}@keyframes fall-142{49.878%{transform:translate(96.6938vw,49.878vh) scale(.9757)}to{transform:translate(97.29615vw,99vh) scale(.9757)}}.snow:nth-child(143){opacity:1.3874;transform:translate(99.4481vw,-10px) scale(.2601);animation:fall-143 27s -27s linear infinite}@keyframes fall-143{77.998%{transform:translate(90.0788vw,77.998vh) scale(.2601)}to{transform:translate(94.76345vw,99vh) scale(.2601)}}.snow:nth-child(144){opacity:1.253;transform:translate(72.6656vw,-10px) scale(.8668);animation:fall-144 16s -21s linear infinite}@keyframes fall-144{45.314%{transform:translate(73.7621vw,45.314vh) scale(.8668)}to{transform:translate(73.21385vw,99vh) scale(.8668)}}.snow:nth-child(145){opacity:1.5004;transform:translate(79.3374vw,-10px) scale(.5804);animation:fall-145 23s -5s linear infinite}@keyframes fall-145{33.179%{transform:translate(80.1033vw,33.179vh) scale(.5804)}to{transform:translate(79.72035vw,99vh) scale(.5804)}}.snow:nth-child(146){opacity:1.8676;transform:translate(29.5491vw,-10px) scale(.4197);animation:fall-146 19s -2s linear infinite}@keyframes fall-146{71.599%{transform:translate(20.3625vw,71.599vh) scale(.4197)}to{transform:translate(24.9558vw,99vh) scale(.4197)}}.snow:nth-child(147){opacity:1.047;transform:translate(86.7755vw,-10px) scale(.1632);animation:fall-147 17s -2s linear infinite}@keyframes fall-147{44.858%{transform:translate(95.4459vw,44.858vh) scale(.1632)}to{transform:translate(91.1107vw,99vh) scale(.1632)}}.snow:nth-child(148){opacity:1.8914;transform:translate(94.8941vw,-10px) scale(.7567);animation:fall-148 27s -12s linear infinite}@keyframes fall-148{64.785%{transform:translate(103.7215vw,64.785vh) scale(.7567)}to{transform:translate(99.3078vw,99vh) scale(.7567)}}.snow:nth-child(149){opacity:.7014;transform:translate(85.9051vw,-10px) scale(.203);animation:fall-149 11s -3s linear infinite}@keyframes fall-149{77.149%{transform:translate(77.9073vw,77.149vh) scale(.203)}to{transform:translate(81.9062vw,99vh) scale(.203)}}.snow:nth-child(150){opacity:1.5342;transform:translate(91.7988vw,-10px) scale(.0103);animation:fall-150 19s -7s linear infinite}@keyframes fall-150{36.857%{transform:translate(88.12vw,36.857vh) scale(.0103)}to{transform:translate(89.9594vw,99vh) scale(.0103)}}.snow:nth-child(151){opacity:.77;transform:translate(82.0047vw,-10px) scale(.7497);animation:fall-151 30s -19s linear infinite}@keyframes fall-151{33.655%{transform:translate(86.7973vw,33.655vh) scale(.7497)}to{transform:translate(84.401vw,99vh) scale(.7497)}}.snow:nth-child(152){opacity:.2578;transform:translate(84.6857vw,-10px) scale(.3727);animation:fall-152 24s -15s linear infinite}@keyframes fall-152{57.253%{transform:translate(91.19vw,57.253vh) scale(.3727)}to{transform:translate(87.93785vw,99vh) scale(.3727)}}.snow:nth-child(153){opacity:1.6416;transform:translate(15.3208vw,-10px) scale(.6137);animation:fall-153 12s -21s linear infinite}@keyframes fall-153{70.905%{transform:translate(17.8503vw,70.905vh) scale(.6137)}to{transform:translate(16.58555vw,99vh) scale(.6137)}}.snow:nth-child(154){opacity:.7988;transform:translate(82.7125vw,-10px) scale(.2566);animation:fall-154 17s -27s linear infinite}@keyframes fall-154{59.044%{transform:translate(91.9489vw,59.044vh) scale(.2566)}to{transform:translate(87.3307vw,99vh) scale(.2566)}}.snow:nth-child(155){opacity:1.3456;transform:translate(22.6628vw,-10px) scale(.0433);animation:fall-155 30s -20s linear infinite}@keyframes fall-155{35.089%{transform:translate(21.6175vw,35.089vh) scale(.0433)}to{transform:translate(22.14015vw,99vh) scale(.0433)}}.snow:nth-child(156){opacity:1.5804;transform:translate(95.1717vw,-10px) scale(.029);animation:fall-156 30s -11s linear infinite}@keyframes fall-156{65.851%{transform:translate(101.7562vw,65.851vh) scale(.029)}to{transform:translate(98.46395vw,99vh) scale(.029)}}.snow:nth-child(157){opacity:1.4612;transform:translate(97.9723vw,-10px) scale(.2509);animation:fall-157 18s -1s linear infinite}@keyframes fall-157{74.037%{transform:translate(93.3428vw,74.037vh) scale(.2509)}to{transform:translate(95.65755vw,99vh) scale(.2509)}}.snow:nth-child(158){opacity:1.5736;transform:translate(86.7458vw,-10px) scale(.3783);animation:fall-158 21s -18s linear infinite}@keyframes fall-158{60.651%{transform:translate(90.9697vw,60.651vh) scale(.3783)}to{transform:translate(88.85775vw,99vh) scale(.3783)}}.snow:nth-child(159){opacity:.496;transform:translate(75.9303vw,-10px) scale(.4594);animation:fall-159 13s -19s linear infinite}@keyframes fall-159{55.398%{transform:translate(75.3679vw,55.398vh) scale(.4594)}to{transform:translate(75.6491vw,99vh) scale(.4594)}}.snow:nth-child(160){opacity:.8412;transform:translate(38.8177vw,-10px) scale(.3714);animation:fall-160 21s -4s linear infinite}@keyframes fall-160{70.947%{transform:translate(41.2352vw,70.947vh) scale(.3714)}to{transform:translate(40.02645vw,99vh) scale(.3714)}}.snow:nth-child(161){opacity:1.4498;transform:translate(82.2184vw,-10px) scale(.4993);animation:fall-161 20s -4s linear infinite}@keyframes fall-161{45.503%{transform:translate(72.4208vw,45.503vh) scale(.4993)}to{transform:translate(77.3196vw,99vh) scale(.4993)}}.snow:nth-child(162){opacity:1.404;transform:translate(22.2168vw,-10px) scale(.611);animation:fall-162 30s -21s linear infinite}@keyframes fall-162{40.514%{transform:translate(14.5559vw,40.514vh) scale(.611)}to{transform:translate(18.38635vw,99vh) scale(.611)}}.snow:nth-child(163){opacity:1.8056;transform:translate(84.0064vw,-10px) scale(.4509);animation:fall-163 26s -15s linear infinite}@keyframes fall-163{76.972%{transform:translate(80.0464vw,76.972vh) scale(.4509)}to{transform:translate(82.0264vw,99vh) scale(.4509)}}.snow:nth-child(164){opacity:.1808;transform:translate(2.319vw,-10px) scale(.8737);animation:fall-164 16s -27s linear infinite}@keyframes fall-164{79.197%{transform:translate(1.0954vw,79.197vh) scale(.8737)}to{transform:translate(1.7072vw,99vh) scale(.8737)}}.snow:nth-child(165){opacity:.9166;transform:translate(26.2586vw,-10px) scale(.1191);animation:fall-165 11s -25s linear infinite}@keyframes fall-165{65.752%{transform:translate(30.6408vw,65.752vh) scale(.1191)}to{transform:translate(28.4497vw,99vh) scale(.1191)}}.snow:nth-child(166){opacity:1.1352;transform:translate(52.3173vw,-10px) scale(.1359);animation:fall-166 14s -14s linear infinite}@keyframes fall-166{41.906%{transform:translate(60.5959vw,41.906vh) scale(.1359)}to{transform:translate(56.4566vw,99vh) scale(.1359)}}.snow:nth-child(167){opacity:.2328;transform:translate(86.6962vw,-10px) scale(.2223);animation:fall-167 25s -27s linear infinite}@keyframes fall-167{59.043%{transform:translate(93.8858vw,59.043vh) scale(.2223)}to{transform:translate(90.291vw,99vh) scale(.2223)}}.snow:nth-child(168){opacity:1.3154;transform:translate(43.6138vw,-10px) scale(.0191);animation:fall-168 16s -9s linear infinite}@keyframes fall-168{71.276%{transform:translate(49.5991vw,71.276vh) scale(.0191)}to{transform:translate(46.60645vw,99vh) scale(.0191)}}.snow:nth-child(169){opacity:.645;transform:translate(49.1241vw,-10px) scale(.8973);animation:fall-169 18s -4s linear infinite}@keyframes fall-169{42.835%{transform:translate(50.2269vw,42.835vh) scale(.8973)}to{transform:translate(49.6755vw,99vh) scale(.8973)}}.snow:nth-child(170){opacity:.304;transform:translate(21.8184vw,-10px) scale(.7309);animation:fall-170 25s -12s linear infinite}@keyframes fall-170{51.396%{transform:translate(12.527vw,51.396vh) scale(.7309)}to{transform:translate(17.1727vw,99vh) scale(.7309)}}.snow:nth-child(171){opacity:.456;transform:translate(23.484vw,-10px) scale(.2304);animation:fall-171 16s -4s linear infinite}@keyframes fall-171{48.92%{transform:translate(23.4675vw,48.92vh) scale(.2304)}to{transform:translate(23.47575vw,99vh) scale(.2304)}}.snow:nth-child(172){opacity:.2624;transform:translate(95.9918vw,-10px) scale(.5337);animation:fall-172 10s -4s linear infinite}@keyframes fall-172{74.12%{transform:translate(104.425vw,74.12vh) scale(.5337)}to{transform:translate(100.2084vw,99vh) scale(.5337)}}.snow:nth-child(173){opacity:.5148;transform:translate(46.3096vw,-10px) scale(.1147);animation:fall-173 10s -11s linear infinite}@keyframes fall-173{53.157%{transform:translate(43.2048vw,53.157vh) scale(.1147)}to{transform:translate(44.7572vw,99vh) scale(.1147)}}.snow:nth-child(174){opacity:1.1092;transform:translate(51.4766vw,-10px) scale(.4643);animation:fall-174 12s -17s linear infinite}@keyframes fall-174{73.327%{transform:translate(44.5112vw,73.327vh) scale(.4643)}to{transform:translate(47.9939vw,99vh) scale(.4643)}}.snow:nth-child(175){opacity:1.9406;transform:translate(31.469vw,-10px) scale(.1114);animation:fall-175 15s -19s linear infinite}@keyframes fall-175{44.971%{transform:translate(22.5951vw,44.971vh) scale(.1114)}to{transform:translate(27.03205vw,99vh) scale(.1114)}}.snow:nth-child(176){opacity:.0202;transform:translate(95.9744vw,-10px) scale(.8846);animation:fall-176 29s -18s linear infinite}@keyframes fall-176{51.094%{transform:translate(105.9089vw,51.094vh) scale(.8846)}to{transform:translate(100.94165vw,99vh) scale(.8846)}}.snow:nth-child(177){opacity:.0374;transform:translate(93.94vw,-10px) scale(.8266);animation:fall-177 10s -11s linear infinite}@keyframes fall-177{57.916%{transform:translate(84.9629vw,57.916vh) scale(.8266)}to{transform:translate(89.45145vw,99vh) scale(.8266)}}.snow:nth-child(178){opacity:1.2732;transform:translate(1.0465vw,-10px) scale(.4405);animation:fall-178 28s -4s linear infinite}@keyframes fall-178{44.868%{transform:translate(-5.5612vw,44.868vh) scale(.4405)}to{transform:translate(-2.25735vw,99vh) scale(.4405)}}.snow:nth-child(179){opacity:1.1874;transform:translate(74.4741vw,-10px) scale(.9893);animation:fall-179 13s -12s linear infinite}@keyframes fall-179{51.662%{transform:translate(64.8633vw,51.662vh) scale(.9893)}to{transform:translate(69.6687vw,99vh) scale(.9893)}}.snow:nth-child(180){opacity:1.1296;transform:translate(8.8302vw,-10px) scale(.2003);animation:fall-180 24s -6s linear infinite}@keyframes fall-180{50.88%{transform:translate(10.3503vw,50.88vh) scale(.2003)}to{transform:translate(9.59025vw,99vh) scale(.2003)}}.snow:nth-child(181){opacity:.4642;transform:translate(39.169vw,-10px) scale(.8202);animation:fall-181 26s -29s linear infinite}@keyframes fall-181{71.725%{transform:translate(34.8288vw,71.725vh) scale(.8202)}to{transform:translate(36.9989vw,99vh) scale(.8202)}}.snow:nth-child(182){opacity:.7376;transform:translate(94.7091vw,-10px) scale(.785);animation:fall-182 21s -28s linear infinite}@keyframes fall-182{48.301%{transform:translate(102.6976vw,48.301vh) scale(.785)}to{transform:translate(98.70335vw,99vh) scale(.785)}}.snow:nth-child(183){opacity:.4782;transform:translate(22.2373vw,-10px) scale(.4607);animation:fall-183 30s -10s linear infinite}@keyframes fall-183{31.842%{transform:translate(24.7716vw,31.842vh) scale(.4607)}to{transform:translate(23.50445vw,99vh) scale(.4607)}}.snow:nth-child(184){opacity:1.6284;transform:translate(83.3069vw,-10px) scale(.2445);animation:fall-184 21s -20s linear infinite}@keyframes fall-184{34.418%{transform:translate(77.4895vw,34.418vh) scale(.2445)}to{transform:translate(80.3982vw,99vh) scale(.2445)}}.snow:nth-child(185){opacity:.7314;transform:translate(17.7996vw,-10px) scale(.9521);animation:fall-185 27s -28s linear infinite}@keyframes fall-185{67.442%{transform:translate(20.8521vw,67.442vh) scale(.9521)}to{transform:translate(19.32585vw,99vh) scale(.9521)}}.snow:nth-child(186){opacity:.9968;transform:translate(43.8173vw,-10px) scale(.2543);animation:fall-186 14s -19s linear infinite}@keyframes fall-186{36.633%{transform:translate(37.6381vw,36.633vh) scale(.2543)}to{transform:translate(40.7277vw,99vh) scale(.2543)}}.snow:nth-child(187){opacity:1.3042;transform:translate(25.604vw,-10px) scale(.0364);animation:fall-187 25s -3s linear infinite}@keyframes fall-187{47.362%{transform:translate(32.304vw,47.362vh) scale(.0364)}to{transform:translate(28.954vw,99vh) scale(.0364)}}.snow:nth-child(188){opacity:.1218;transform:translate(96.8433vw,-10px) scale(.566);animation:fall-188 24s -30s linear infinite}@keyframes fall-188{43.341%{transform:translate(106.4286vw,43.341vh) scale(.566)}to{transform:translate(101.63595vw,99vh) scale(.566)}}.snow:nth-child(189){opacity:1.149;transform:translate(73.0352vw,-10px) scale(.6713);animation:fall-189 19s -22s linear infinite}@keyframes fall-189{47.302%{transform:translate(76.1155vw,47.302vh) scale(.6713)}to{transform:translate(74.57535vw,99vh) scale(.6713)}}.snow:nth-child(190){opacity:1.2962;transform:translate(9.765vw,-10px) scale(.7408);animation:fall-190 12s -9s linear infinite}@keyframes fall-190{40.087%{transform:translate(15.2134vw,40.087vh) scale(.7408)}to{transform:translate(12.4892vw,99vh) scale(.7408)}}.snow:nth-child(191){opacity:.0174;transform:translate(81.5428vw,-10px) scale(.1413);animation:fall-191 20s -19s linear infinite}@keyframes fall-191{46.798%{transform:translate(83.0801vw,46.798vh) scale(.1413)}to{transform:translate(82.31145vw,99vh) scale(.1413)}}.snow:nth-child(192){opacity:1.3206;transform:translate(77.3448vw,-10px) scale(.901);animation:fall-192 24s -16s linear infinite}@keyframes fall-192{44.64%{transform:translate(85.67vw,44.64vh) scale(.901)}to{transform:translate(81.5074vw,99vh) scale(.901)}}.snow:nth-child(193){opacity:1.6452;transform:translate(12.4979vw,-10px) scale(.0181);animation:fall-193 26s -16s linear infinite}@keyframes fall-193{51.559%{transform:translate(9.0553vw,51.559vh) scale(.0181)}to{transform:translate(10.7766vw,99vh) scale(.0181)}}.snow:nth-child(194){opacity:1.2756;transform:translate(34.4677vw,-10px) scale(.1569);animation:fall-194 14s -4s linear infinite}@keyframes fall-194{39.92%{transform:translate(29.4329vw,39.92vh) scale(.1569)}to{transform:translate(31.9503vw,99vh) scale(.1569)}}.snow:nth-child(195){opacity:1.2944;transform:translate(97.7861vw,-10px) scale(.7474);animation:fall-195 12s -2s linear infinite}@keyframes fall-195{50.067%{transform:translate(99.9827vw,50.067vh) scale(.7474)}to{transform:translate(98.8844vw,99vh) scale(.7474)}}.snow:nth-child(196){opacity:.392;transform:translate(14.8445vw,-10px) scale(.5147);animation:fall-196 26s -21s linear infinite}@keyframes fall-196{77.531%{transform:translate(9.6523vw,77.531vh) scale(.5147)}to{transform:translate(12.2484vw,99vh) scale(.5147)}}.snow:nth-child(197){opacity:.0502;transform:translate(56.8951vw,-10px) scale(.1244);animation:fall-197 16s -22s linear infinite}@keyframes fall-197{46.715%{transform:translate(55.2247vw,46.715vh) scale(.1244)}to{transform:translate(56.0599vw,99vh) scale(.1244)}}.snow:nth-child(198){opacity:1.0408;transform:translate(65.6049vw,-10px) scale(.1699);animation:fall-198 21s -19s linear infinite}@keyframes fall-198{69.033%{transform:translate(70.144vw,69.033vh) scale(.1699)}to{transform:translate(67.87445vw,99vh) scale(.1699)}}.snow:nth-child(199){opacity:.11;transform:translate(.6269vw,-10px) scale(.0825);animation:fall-199 12s -20s linear infinite}@keyframes fall-199{61.771%{transform:translate(9.5571vw,61.771vh) scale(.0825)}to{transform:translate(5.092vw,99vh) scale(.0825)}}.snow:nth-child(200){opacity:.8738;transform:translate(33.8095vw,-10px) scale(.6314);animation:fall-200 16s -24s linear infinite}@keyframes fall-200{71.837%{transform:translate(32.9049vw,71.837vh) scale(.6314)}to{transform:translate(33.3572vw,99vh) scale(.6314)}}.snow:nth-child(201){opacity:.8058;transform:translate(75.313vw,-10px) scale(.6336);animation:fall-201 16s -26s linear infinite}@keyframes fall-201{51.65%{transform:translate(70.3392vw,51.65vh) scale(.6336)}to{transform:translate(72.8261vw,99vh) scale(.6336)}}.snow:nth-child(202){opacity:.48;transform:translate(20.4493vw,-10px) scale(.9646);animation:fall-202 27s -12s linear infinite}@keyframes fall-202{44.61%{transform:translate(21.479vw,44.61vh) scale(.9646)}to{transform:translate(20.96415vw,99vh) scale(.9646)}}.snow:nth-child(203){opacity:1.616;transform:translate(33.083vw,-10px) scale(.378);animation:fall-203 29s -22s linear infinite}@keyframes fall-203{58.321%{transform:translate(41.6237vw,58.321vh) scale(.378)}to{transform:translate(37.35335vw,99vh) scale(.378)}}.snow:nth-child(204){opacity:.599;transform:translate(66.9778vw,-10px) scale(.8989);animation:fall-204 12s -14s linear infinite}@keyframes fall-204{64.675%{transform:translate(66.7987vw,64.675vh) scale(.8989)}to{transform:translate(66.88825vw,99vh) scale(.8989)}}.snow:nth-child(205){opacity:.169;transform:translate(18.1843vw,-10px) scale(.1393);animation:fall-205 22s -17s linear infinite}@keyframes fall-205{72.608%{transform:translate(13.2586vw,72.608vh) scale(.1393)}to{transform:translate(15.72145vw,99vh) scale(.1393)}}.snow:nth-child(206){opacity:.94;transform:translate(30.3044vw,-10px) scale(.813);animation:fall-206 13s -22s linear infinite}@keyframes fall-206{73.094%{transform:translate(38.8381vw,73.094vh) scale(.813)}to{transform:translate(34.57125vw,99vh) scale(.813)}}.snow:nth-child(207){opacity:1.3158;transform:translate(99.2313vw,-10px) scale(.7828);animation:fall-207 10s -28s linear infinite}@keyframes fall-207{46.402%{transform:translate(96.6159vw,46.402vh) scale(.7828)}to{transform:translate(97.9236vw,99vh) scale(.7828)}}.snow:nth-child(208){opacity:1.3278;transform:translate(87.7812vw,-10px) scale(.7146);animation:fall-208 24s -4s linear infinite}@keyframes fall-208{35.633%{transform:translate(92.1937vw,35.633vh) scale(.7146)}to{transform:translate(89.98745vw,99vh) scale(.7146)}}.snow:nth-child(209){opacity:1.8228;transform:translate(51.4865vw,-10px) scale(.3295);animation:fall-209 13s -22s linear infinite}@keyframes fall-209{43.395%{transform:translate(53.2848vw,43.395vh) scale(.3295)}to{transform:translate(52.38565vw,99vh) scale(.3295)}}.snow:nth-child(210){opacity:1.4754;transform:translate(39.4079vw,-10px) scale(.1797);animation:fall-210 21s -4s linear infinite}@keyframes fall-210{71.98%{transform:translate(48.425vw,71.98vh) scale(.1797)}to{transform:translate(43.91645vw,99vh) scale(.1797)}}.snow:nth-child(211){opacity:.0686;transform:translate(67.8513vw,-10px) scale(.3028);animation:fall-211 24s -22s linear infinite}@keyframes fall-211{47.525%{transform:translate(70.4175vw,47.525vh) scale(.3028)}to{transform:translate(69.1344vw,99vh) scale(.3028)}}.snow:nth-child(212){opacity:.8966;transform:translate(53.0641vw,-10px) scale(.6503);animation:fall-212 27s -9s linear infinite}@keyframes fall-212{40.785%{transform:translate(47.9108vw,40.785vh) scale(.6503)}to{transform:translate(50.48745vw,99vh) scale(.6503)}}.snow:nth-child(213){opacity:1.923;transform:translate(82.8035vw,-10px) scale(.8483);animation:fall-213 28s -7s linear infinite}@keyframes fall-213{40.242%{transform:translate(75.3057vw,40.242vh) scale(.8483)}to{transform:translate(79.0546vw,99vh) scale(.8483)}}.snow:nth-child(214){opacity:.8896;transform:translate(92.1581vw,-10px) scale(.3372);animation:fall-214 20s -2s linear infinite}@keyframes fall-214{68.117%{transform:translate(97.8234vw,68.117vh) scale(.3372)}to{transform:translate(94.99075vw,99vh) scale(.3372)}}.snow:nth-child(215){opacity:1.2906;transform:translate(88.253vw,-10px) scale(.0087);animation:fall-215 16s -5s linear infinite}@keyframes fall-215{71.082%{transform:translate(90.3073vw,71.082vh) scale(.0087)}to{transform:translate(89.28015vw,99vh) scale(.0087)}}.snow:nth-child(216){opacity:.249;transform:translate(89.9088vw,-10px) scale(.3869);animation:fall-216 15s -6s linear infinite}@keyframes fall-216{66.835%{transform:translate(96.7219vw,66.835vh) scale(.3869)}to{transform:translate(93.31535vw,99vh) scale(.3869)}}.snow:nth-child(217){opacity:1.2776;transform:translate(49.119vw,-10px) scale(.199);animation:fall-217 20s -6s linear infinite}@keyframes fall-217{45.813%{transform:translate(45.1467vw,45.813vh) scale(.199)}to{transform:translate(47.13285vw,99vh) scale(.199)}}.snow:nth-child(218){opacity:1.2712;transform:translate(65.7506vw,-10px) scale(.2045);animation:fall-218 15s -16s linear infinite}@keyframes fall-218{53.794%{transform:translate(65.1705vw,53.794vh) scale(.2045)}to{transform:translate(65.46055vw,99vh) scale(.2045)}}.snow:nth-child(219){opacity:.828;transform:translate(67.6618vw,-10px) scale(.6284);animation:fall-219 14s -30s linear infinite}@keyframes fall-219{79.884%{transform:translate(68.2408vw,79.884vh) scale(.6284)}to{transform:translate(67.9513vw,99vh) scale(.6284)}}.snow:nth-child(220){opacity:.2648;transform:translate(94.446vw,-10px) scale(.8693);animation:fall-220 27s -7s linear infinite}@keyframes fall-220{60.343%{transform:translate(91.9527vw,60.343vh) scale(.8693)}to{transform:translate(93.19935vw,99vh) scale(.8693)}}.snow:nth-child(221){opacity:1.7328;transform:translate(87.8425vw,-10px) scale(.1844);animation:fall-221 23s -1s linear infinite}@keyframes fall-221{37.121%{transform:translate(86.7256vw,37.121vh) scale(.1844)}to{transform:translate(87.28405vw,99vh) scale(.1844)}}.snow:nth-child(222){opacity:1.5642;transform:translate(60.1903vw,-10px) scale(.0045);animation:fall-222 29s -19s linear infinite}@keyframes fall-222{39.765%{transform:translate(66.2421vw,39.765vh) scale(.0045)}to{transform:translate(63.2162vw,99vh) scale(.0045)}}.snow:nth-child(223){opacity:.7326;transform:translate(11.2222vw,-10px) scale(.1376);animation:fall-223 19s -27s linear infinite}@keyframes fall-223{44.891%{transform:translate(3.4803vw,44.891vh) scale(.1376)}to{transform:translate(7.35125vw,99vh) scale(.1376)}}.snow:nth-child(224){opacity:.9434;transform:translate(36.1051vw,-10px) scale(.0209);animation:fall-224 27s -28s linear infinite}@keyframes fall-224{60.997%{transform:translate(39.4839vw,60.997vh) scale(.0209)}to{transform:translate(37.7945vw,99vh) scale(.0209)}}.snow:nth-child(225){opacity:.255;transform:translate(38.0134vw,-10px) scale(.9825);animation:fall-225 17s -21s linear infinite}@keyframes fall-225{73.811%{transform:translate(31.9477vw,73.811vh) scale(.9825)}to{transform:translate(34.98055vw,99vh) scale(.9825)}}.snow:nth-child(226){opacity:1.6464;transform:translate(69.8763vw,-10px) scale(.014);animation:fall-226 20s -24s linear infinite}@keyframes fall-226{77.306%{transform:translate(71.5081vw,77.306vh) scale(.014)}to{transform:translate(70.6922vw,99vh) scale(.014)}}.snow:nth-child(227){opacity:.0972;transform:translate(34.3873vw,-10px) scale(.5578);animation:fall-227 18s -19s linear infinite}@keyframes fall-227{64.443%{transform:translate(32.281vw,64.443vh) scale(.5578)}to{transform:translate(33.33415vw,99vh) scale(.5578)}}.snow:nth-child(228){opacity:1.6908;transform:translate(77.2848vw,-10px) scale(.1958);animation:fall-228 15s -13s linear infinite}@keyframes fall-228{69.938%{transform:translate(81.079vw,69.938vh) scale(.1958)}to{transform:translate(79.1819vw,99vh) scale(.1958)}}.snow:nth-child(229){opacity:.9598;transform:translate(43.7976vw,-10px) scale(.6442);animation:fall-229 22s -21s linear infinite}@keyframes fall-229{31.833%{transform:translate(42.0774vw,31.833vh) scale(.6442)}to{transform:translate(42.9375vw,99vh) scale(.6442)}}.snow:nth-child(230){opacity:1.7516;transform:translate(23.8937vw,-10px) scale(.502);animation:fall-230 25s -2s linear infinite}@keyframes fall-230{64.47%{transform:translate(26.2518vw,64.47vh) scale(.502)}to{transform:translate(25.07275vw,99vh) scale(.502)}}.snow:nth-child(231){opacity:.2242;transform:translate(29.0591vw,-10px) scale(.2023);animation:fall-231 16s -16s linear infinite}@keyframes fall-231{32.806%{transform:translate(22.9833vw,32.806vh) scale(.2023)}to{transform:translate(26.0212vw,99vh) scale(.2023)}}.snow:nth-child(232){opacity:.3602;transform:translate(60.1418vw,-10px) scale(.8386);animation:fall-232 19s -27s linear infinite}@keyframes fall-232{34.227%{transform:translate(53.7103vw,34.227vh) scale(.8386)}to{transform:translate(56.92605vw,99vh) scale(.8386)}}.snow:nth-child(233){opacity:.0946;transform:translate(68.5451vw,-10px) scale(.2137);animation:fall-233 22s -23s linear infinite}@keyframes fall-233{69.42%{transform:translate(63.386vw,69.42vh) scale(.2137)}to{transform:translate(65.96555vw,99vh) scale(.2137)}}.snow:nth-child(234){opacity:1.1774;transform:translate(24.8455vw,-10px) scale(.2779);animation:fall-234 16s -7s linear infinite}@keyframes fall-234{69.39%{transform:translate(16.9035vw,69.39vh) scale(.2779)}to{transform:translate(20.8745vw,99vh) scale(.2779)}}.snow:nth-child(235){opacity:1.86;transform:translate(98.3203vw,-10px) scale(.9334);animation:fall-235 17s -25s linear infinite}@keyframes fall-235{65.315%{transform:translate(90.6939vw,65.315vh) scale(.9334)}to{transform:translate(94.5071vw,99vh) scale(.9334)}}.snow:nth-child(236){opacity:1.6386;transform:translate(28.0849vw,-10px) scale(.4137);animation:fall-236 18s -25s linear infinite}@keyframes fall-236{44.305%{transform:translate(33.9144vw,44.305vh) scale(.4137)}to{transform:translate(30.99965vw,99vh) scale(.4137)}}.snow:nth-child(237){opacity:.2072;transform:translate(95.6816vw,-10px) scale(.1169);animation:fall-237 16s -22s linear infinite}@keyframes fall-237{77.15%{transform:translate(102.8368vw,77.15vh) scale(.1169)}to{transform:translate(99.2592vw,99vh) scale(.1169)}}.snow:nth-child(238){opacity:.924;transform:translate(89.6212vw,-10px) scale(.3033);animation:fall-238 21s -30s linear infinite}@keyframes fall-238{73.236%{transform:translate(89.5517vw,73.236vh) scale(.3033)}to{transform:translate(89.58645vw,99vh) scale(.3033)}}.snow:nth-child(239){opacity:1.3224;transform:translate(94.6977vw,-10px) scale(.2084);animation:fall-239 20s -10s linear infinite}@keyframes fall-239{53.225%{transform:translate(97.7167vw,53.225vh) scale(.2084)}to{transform:translate(96.2072vw,99vh) scale(.2084)}}.snow:nth-child(240){opacity:.4576;transform:translate(70.7724vw,-10px) scale(.1637);animation:fall-240 28s -22s linear infinite}@keyframes fall-240{48.508%{transform:translate(79.2592vw,48.508vh) scale(.1637)}to{transform:translate(75.0158vw,99vh) scale(.1637)}}.snow:nth-child(241){opacity:1.2658;transform:translate(53.6698vw,-10px) scale(.0869);animation:fall-241 24s -6s linear infinite}@keyframes fall-241{54.241%{transform:translate(49.6181vw,54.241vh) scale(.0869)}to{transform:translate(51.64395vw,99vh) scale(.0869)}}.snow:nth-child(242){opacity:1.3628;transform:translate(96.9025vw,-10px) scale(.2641);animation:fall-242 28s -4s linear infinite}@keyframes fall-242{40.068%{transform:translate(89.1977vw,40.068vh) scale(.2641)}to{transform:translate(93.0501vw,99vh) scale(.2641)}}.snow:nth-child(243){opacity:.1658;transform:translate(39.1075vw,-10px) scale(.9834);animation:fall-243 27s -19s linear infinite}@keyframes fall-243{68.42%{transform:translate(46.3186vw,68.42vh) scale(.9834)}to{transform:translate(42.71305vw,99vh) scale(.9834)}}.snow:nth-child(244){opacity:.3272;transform:translate(73.8847vw,-10px) scale(.1531);animation:fall-244 24s -18s linear infinite}@keyframes fall-244{41.935%{transform:translate(80.6254vw,41.935vh) scale(.1531)}to{transform:translate(77.25505vw,99vh) scale(.1531)}}.snow:nth-child(245){opacity:.2512;transform:translate(74.3474vw,-10px) scale(.3789);animation:fall-245 28s -18s linear infinite}@keyframes fall-245{34.711%{transform:translate(73.7769vw,34.711vh) scale(.3789)}to{transform:translate(74.06215vw,99vh) scale(.3789)}}.snow:nth-child(246){opacity:.0792;transform:translate(84.3754vw,-10px) scale(.6809);animation:fall-246 13s -7s linear infinite}@keyframes fall-246{41.903%{transform:translate(91.4242vw,41.903vh) scale(.6809)}to{transform:translate(87.8998vw,99vh) scale(.6809)}}.snow:nth-child(247){opacity:.7936;transform:translate(34.3812vw,-10px) scale(.8477);animation:fall-247 20s -10s linear infinite}@keyframes fall-247{71.422%{transform:translate(28.3861vw,71.422vh) scale(.8477)}to{transform:translate(31.38365vw,99vh) scale(.8477)}}.snow:nth-child(248){opacity:1.9002;transform:translate(47.5797vw,-10px) scale(.1734);animation:fall-248 23s -23s linear infinite}@keyframes fall-248{57.223%{transform:translate(50.9132vw,57.223vh) scale(.1734)}to{transform:translate(49.24645vw,99vh) scale(.1734)}}.snow:nth-child(249){opacity:.6584;transform:translate(70.8422vw,-10px) scale(.5016);animation:fall-249 23s -7s linear infinite}@keyframes fall-249{79.566%{transform:translate(78.1091vw,79.566vh) scale(.5016)}to{transform:translate(74.47565vw,99vh) scale(.5016)}}.snow:nth-child(250){opacity:1.1704;transform:translate(17.6782vw,-10px) scale(.0862);animation:fall-250 25s -19s linear infinite}@keyframes fall-250{46.661%{transform:translate(18.8668vw,46.661vh) scale(.0862)}to{transform:translate(18.2725vw,99vh) scale(.0862)}}.snow:nth-child(251){opacity:1.1234;transform:translate(60.6037vw,-10px) scale(.2832);animation:fall-251 14s -22s linear infinite}@keyframes fall-251{70.173%{transform:translate(58.1703vw,70.173vh) scale(.2832)}to{transform:translate(59.387vw,99vh) scale(.2832)}}.snow:nth-child(252){opacity:.9984;transform:translate(96.076vw,-10px) scale(.2785);animation:fall-252 27s -30s linear infinite}@keyframes fall-252{36.494%{transform:translate(96.7366vw,36.494vh) scale(.2785)}to{transform:translate(96.4063vw,99vh) scale(.2785)}}.snow:nth-child(253){opacity:1.8352;transform:translate(85.3656vw,-10px) scale(.4379);animation:fall-253 29s -2s linear infinite}@keyframes fall-253{50.352%{transform:translate(76.0239vw,50.352vh) scale(.4379)}to{transform:translate(80.69475vw,99vh) scale(.4379)}}.snow:nth-child(254){opacity:1.611;transform:translate(83.0577vw,-10px) scale(.5936);animation:fall-254 13s -18s linear infinite}@keyframes fall-254{62.768%{transform:translate(74.2512vw,62.768vh) scale(.5936)}to{transform:translate(78.65445vw,99vh) scale(.5936)}}.snow:nth-child(255){opacity:1.1026;transform:translate(95.6689vw,-10px) scale(.4751);animation:fall-255 26s -12s linear infinite}@keyframes fall-255{74.567%{transform:translate(102.6037vw,74.567vh) scale(.4751)}to{transform:translate(99.1363vw,99vh) scale(.4751)}}.snow:nth-child(256){opacity:.9514;transform:translate(15.3745vw,-10px) scale(.3844);animation:fall-256 28s -24s linear infinite}@keyframes fall-256{46.732%{transform:translate(22.3475vw,46.732vh) scale(.3844)}to{transform:translate(18.861vw,99vh) scale(.3844)}}.snow:nth-child(257){opacity:.1328;transform:translate(65.555vw,-10px) scale(.2621);animation:fall-257 13s -20s linear infinite}@keyframes fall-257{53.758%{transform:translate(71.5364vw,53.758vh) scale(.2621)}to{transform:translate(68.5457vw,99vh) scale(.2621)}}.snow:nth-child(258){opacity:.3656;transform:translate(67.6229vw,-10px) scale(.2589);animation:fall-258 20s -28s linear infinite}@keyframes fall-258{69.708%{transform:translate(72.6547vw,69.708vh) scale(.2589)}to{transform:translate(70.1388vw,99vh) scale(.2589)}}.snow:nth-child(259){opacity:.6084;transform:translate(93.2042vw,-10px) scale(.721);animation:fall-259 30s -22s linear infinite}@keyframes fall-259{36.916%{transform:translate(100.2172vw,36.916vh) scale(.721)}to{transform:translate(96.7107vw,99vh) scale(.721)}}.snow:nth-child(260){opacity:.2596;transform:translate(93.9798vw,-10px) scale(.5972);animation:fall-260 30s -12s linear infinite}@keyframes fall-260{76.841%{transform:translate(96.8866vw,76.841vh) scale(.5972)}to{transform:translate(95.4332vw,99vh) scale(.5972)}}.snow:nth-child(261){opacity:1.6196;transform:translate(40.0333vw,-10px) scale(.6111);animation:fall-261 26s -15s linear infinite}@keyframes fall-261{41.828%{transform:translate(40.0256vw,41.828vh) scale(.6111)}to{transform:translate(40.02945vw,99vh) scale(.6111)}}.snow:nth-child(262){opacity:1.5076;transform:translate(37.2327vw,-10px) scale(.9483);animation:fall-262 13s -13s linear infinite}@keyframes fall-262{72.014%{transform:translate(31.1545vw,72.014vh) scale(.9483)}to{transform:translate(34.1936vw,99vh) scale(.9483)}}.snow:nth-child(263){opacity:1.9652;transform:translate(66.3142vw,-10px) scale(.6729);animation:fall-263 30s -8s linear infinite}@keyframes fall-263{37.762%{transform:translate(62.3058vw,37.762vh) scale(.6729)}to{transform:translate(64.31vw,99vh) scale(.6729)}}.snow:nth-child(264){opacity:.5206;transform:translate(53.5236vw,-10px) scale(.0166);animation:fall-264 28s -25s linear infinite}@keyframes fall-264{57.775%{transform:translate(45.5038vw,57.775vh) scale(.0166)}to{transform:translate(49.5137vw,99vh) scale(.0166)}}.snow:nth-child(265){opacity:1.4064;transform:translate(91.7467vw,-10px) scale(.8602);animation:fall-265 27s -26s linear infinite}@keyframes fall-265{55.853%{transform:translate(88.5242vw,55.853vh) scale(.8602)}to{transform:translate(90.13545vw,99vh) scale(.8602)}}.snow:nth-child(266){opacity:1.181;transform:translate(99.3644vw,-10px) scale(.5732);animation:fall-266 30s -21s linear infinite}@keyframes fall-266{37.382%{transform:translate(108.2061vw,37.382vh) scale(.5732)}to{transform:translate(103.78525vw,99vh) scale(.5732)}}.snow:nth-child(267){opacity:1.7452;transform:translate(59.848vw,-10px) scale(.3974);animation:fall-267 29s -8s linear infinite}@keyframes fall-267{74.085%{transform:translate(51.9635vw,74.085vh) scale(.3974)}to{transform:translate(55.90575vw,99vh) scale(.3974)}}.snow:nth-child(268){opacity:.7236;transform:translate(28.3357vw,-10px) scale(.023);animation:fall-268 30s -2s linear infinite}@keyframes fall-268{39.277%{transform:translate(35.9204vw,39.277vh) scale(.023)}to{transform:translate(32.12805vw,99vh) scale(.023)}}.snow:nth-child(269){opacity:1.7076;transform:translate(79.1989vw,-10px) scale(.6616);animation:fall-269 11s -8s linear infinite}@keyframes fall-269{53.73%{transform:translate(85.8749vw,53.73vh) scale(.6616)}to{transform:translate(82.5369vw,99vh) scale(.6616)}}.snow:nth-child(270){opacity:1.1652;transform:translate(12.8696vw,-10px) scale(.3195);animation:fall-270 19s -7s linear infinite}@keyframes fall-270{33.093%{transform:translate(21.6451vw,33.093vh) scale(.3195)}to{transform:translate(17.25735vw,99vh) scale(.3195)}}.snow:nth-child(271){opacity:.9338;transform:translate(56.8108vw,-10px) scale(.1562);animation:fall-271 11s -5s linear infinite}@keyframes fall-271{63.595%{transform:translate(55.4507vw,63.595vh) scale(.1562)}to{transform:translate(56.13075vw,99vh) scale(.1562)}}.snow:nth-child(272){opacity:1.5812;transform:translate(48.6367vw,-10px) scale(.8463);animation:fall-272 19s -17s linear infinite}@keyframes fall-272{64.5%{transform:translate(50.0014vw,64.5vh) scale(.8463)}to{transform:translate(49.31905vw,99vh) scale(.8463)}}.snow:nth-child(273){opacity:1.1032;transform:translate(24.8491vw,-10px) scale(.8335);animation:fall-273 27s -26s linear infinite}@keyframes fall-273{35.306%{transform:translate(22.1302vw,35.306vh) scale(.8335)}to{transform:translate(23.48965vw,99vh) scale(.8335)}}.snow:nth-child(274){opacity:.2464;transform:translate(24.8742vw,-10px) scale(.8516);animation:fall-274 22s -11s linear infinite}@keyframes fall-274{73.739%{transform:translate(23.8356vw,73.739vh) scale(.8516)}to{transform:translate(24.3549vw,99vh) scale(.8516)}}.snow:nth-child(275){opacity:1.3556;transform:translate(63.3332vw,-10px) scale(.8892);animation:fall-275 19s -8s linear infinite}@keyframes fall-275{47.508%{transform:translate(68.5403vw,47.508vh) scale(.8892)}to{transform:translate(65.93675vw,99vh) scale(.8892)}}.snow:nth-child(276){opacity:.9698;transform:translate(67.1805vw,-10px) scale(.4062);animation:fall-276 26s -23s linear infinite}@keyframes fall-276{61.122%{transform:translate(73.9224vw,61.122vh) scale(.4062)}to{transform:translate(70.55145vw,99vh) scale(.4062)}}.snow:nth-child(277){opacity:.6538;transform:translate(90.7701vw,-10px) scale(.7846);animation:fall-277 16s -3s linear infinite}@keyframes fall-277{71.799%{transform:translate(99.6986vw,71.799vh) scale(.7846)}to{transform:translate(95.23435vw,99vh) scale(.7846)}}.snow:nth-child(278){opacity:1.1572;transform:translate(5.4911vw,-10px) scale(.786);animation:fall-278 24s -3s linear infinite}@keyframes fall-278{78.082%{transform:translate(5.2417vw,78.082vh) scale(.786)}to{transform:translate(5.3664vw,99vh) scale(.786)}}.snow:nth-child(279){opacity:.4108;transform:translate(31.045vw,-10px) scale(.5291);animation:fall-279 15s -2s linear infinite}@keyframes fall-279{33.632%{transform:translate(27.204vw,33.632vh) scale(.5291)}to{transform:translate(29.1245vw,99vh) scale(.5291)}}.snow:nth-child(280){opacity:.2876;transform:translate(90.4235vw,-10px) scale(.772);animation:fall-280 12s -10s linear infinite}@keyframes fall-280{63.642%{transform:translate(97.1096vw,63.642vh) scale(.772)}to{transform:translate(93.76655vw,99vh) scale(.772)}}.snow:nth-child(281){opacity:1.3322;transform:translate(60.7564vw,-10px) scale(.536);animation:fall-281 19s -22s linear infinite}@keyframes fall-281{41.968%{transform:translate(65.8244vw,41.968vh) scale(.536)}to{transform:translate(63.2904vw,99vh) scale(.536)}}.snow:nth-child(282){opacity:1.5594;transform:translate(4.2379vw,-10px) scale(.8003);animation:fall-282 27s -15s linear infinite}@keyframes fall-282{74.606%{transform:translate(7.9476vw,74.606vh) scale(.8003)}to{transform:translate(6.09275vw,99vh) scale(.8003)}}.snow:nth-child(283){opacity:.2586;transform:translate(54.8906vw,-10px) scale(.4946);animation:fall-283 15s -3s linear infinite}@keyframes fall-283{46.691%{transform:translate(55.7578vw,46.691vh) scale(.4946)}to{transform:translate(55.3242vw,99vh) scale(.4946)}}.snow:nth-child(284){opacity:.162;transform:translate(81.6304vw,-10px) scale(.5808);animation:fall-284 25s -16s linear infinite}@keyframes fall-284{35.092%{transform:translate(83.8803vw,35.092vh) scale(.5808)}to{transform:translate(82.75535vw,99vh) scale(.5808)}}.snow:nth-child(285){opacity:1.1872;transform:translate(44.5942vw,-10px) scale(.4257);animation:fall-285 13s -13s linear infinite}@keyframes fall-285{32.006%{transform:translate(45.0691vw,32.006vh) scale(.4257)}to{transform:translate(44.83165vw,99vh) scale(.4257)}}.snow:nth-child(286){opacity:.4946;transform:translate(89.9068vw,-10px) scale(.7597);animation:fall-286 16s -27s linear infinite}@keyframes fall-286{51.806%{transform:translate(84.1089vw,51.806vh) scale(.7597)}to{transform:translate(87.00785vw,99vh) scale(.7597)}}.snow:nth-child(287){opacity:.1168;transform:translate(72.0433vw,-10px) scale(.1115);animation:fall-287 11s -5s linear infinite}@keyframes fall-287{75.907%{transform:translate(67.383vw,75.907vh) scale(.1115)}to{transform:translate(69.71315vw,99vh) scale(.1115)}}.snow:nth-child(288){opacity:1.4544;transform:translate(62.9395vw,-10px) scale(.5243);animation:fall-288 12s -28s linear infinite}@keyframes fall-288{42.344%{transform:translate(70.6102vw,42.344vh) scale(.5243)}to{transform:translate(66.77485vw,99vh) scale(.5243)}}.snow:nth-child(289){opacity:1.6098;transform:translate(39.9498vw,-10px) scale(.2477);animation:fall-289 30s -23s linear infinite}@keyframes fall-289{33.071%{transform:translate(45.0795vw,33.071vh) scale(.2477)}to{transform:translate(42.51465vw,99vh) scale(.2477)}}.snow:nth-child(290){opacity:1.7664;transform:translate(91.4342vw,-10px) scale(.7873);animation:fall-290 11s -2s linear infinite}@keyframes fall-290{76.187%{transform:translate(90.5596vw,76.187vh) scale(.7873)}to{transform:translate(90.9969vw,99vh) scale(.7873)}}.snow:nth-child(291){opacity:1.5254;transform:translate(31.119vw,-10px) scale(.6911);animation:fall-291 26s -25s linear infinite}@keyframes fall-291{56.501%{transform:translate(21.7572vw,56.501vh) scale(.6911)}to{transform:translate(26.4381vw,99vh) scale(.6911)}}.snow:nth-child(292){opacity:1.0324;transform:translate(64.7627vw,-10px) scale(.8213);animation:fall-292 19s -16s linear infinite}@keyframes fall-292{49.354%{transform:translate(64.0867vw,49.354vh) scale(.8213)}to{transform:translate(64.4247vw,99vh) scale(.8213)}}.snow:nth-child(293){opacity:.6686;transform:translate(72.8814vw,-10px) scale(.1007);animation:fall-293 16s -3s linear infinite}@keyframes fall-293{64.577%{transform:translate(75.9941vw,64.577vh) scale(.1007)}to{transform:translate(74.43775vw,99vh) scale(.1007)}}.snow:nth-child(294){opacity:1.6908;transform:translate(69.3732vw,-10px) scale(.525);animation:fall-294 16s -16s linear infinite}@keyframes fall-294{77.125%{transform:translate(71.9584vw,77.125vh) scale(.525)}to{transform:translate(70.6658vw,99vh) scale(.525)}}.snow:nth-child(295){opacity:.6502;transform:translate(59.9304vw,-10px) scale(.9106);animation:fall-295 10s -17s linear infinite}@keyframes fall-295{31.375%{transform:translate(67.1801vw,31.375vh) scale(.9106)}to{transform:translate(63.55525vw,99vh) scale(.9106)}}.snow:nth-child(296){opacity:.965;transform:translate(47.7921vw,-10px) scale(.8779);animation:fall-296 30s -6s linear infinite}@keyframes fall-296{78.964%{transform:translate(44.8038vw,78.964vh) scale(.8779)}to{transform:translate(46.29795vw,99vh) scale(.8779)}}.snow:nth-child(297){opacity:.721;transform:translate(94.4018vw,-10px) scale(.5054);animation:fall-297 15s -4s linear infinite}@keyframes fall-297{48.832%{transform:translate(91.5725vw,48.832vh) scale(.5054)}to{transform:translate(92.98715vw,99vh) scale(.5054)}}.snow:nth-child(298){opacity:1.6776;transform:translate(83.7528vw,-10px) scale(.8541);animation:fall-298 20s -19s linear infinite}@keyframes fall-298{59.145%{transform:translate(82.3302vw,59.145vh) scale(.8541)}to{transform:translate(83.0415vw,99vh) scale(.8541)}}.snow:nth-child(299){opacity:.8284;transform:translate(3.1847vw,-10px) scale(.5261);animation:fall-299 13s -26s linear infinite}@keyframes fall-299{47.834%{transform:translate(-.6135vw,47.834vh) scale(.5261)}to{transform:translate(1.2856vw,99vh) scale(.5261)}}.snow:nth-child(300){opacity:.264;transform:translate(36.4784vw,-10px) scale(.9995);animation:fall-300 12s -20s linear infinite}@keyframes fall-300{78.195%{transform:translate(38.6625vw,78.195vh) scale(.9995)}to{transform:translate(37.57045vw,99vh) scale(.9995)}}.snow:nth-child(301){opacity:1.5004;transform:translate(25.6781vw,-10px) scale(.4462);animation:fall-301 18s -26s linear infinite}@keyframes fall-301{55.144%{transform:translate(20.9257vw,55.144vh) scale(.4462)}to{transform:translate(23.3019vw,99vh) scale(.4462)}}.snow:nth-child(302){opacity:.5224;transform:translate(16.954vw,-10px) scale(.3692);animation:fall-302 21s -13s linear infinite}@keyframes fall-302{53.388%{transform:translate(11.4431vw,53.388vh) scale(.3692)}to{transform:translate(14.19855vw,99vh) scale(.3692)}}.snow:nth-child(303){opacity:.2586;transform:translate(90.1097vw,-10px) scale(.9757);animation:fall-303 14s -27s linear infinite}@keyframes fall-303{32.298%{transform:translate(80.4029vw,32.298vh) scale(.9757)}to{transform:translate(85.2563vw,99vh) scale(.9757)}}.snow:nth-child(304){opacity:.9094;transform:translate(70.8559vw,-10px) scale(.9544);animation:fall-304 11s -25s linear infinite}@keyframes fall-304{40.749%{transform:translate(68.537vw,40.749vh) scale(.9544)}to{transform:translate(69.69645vw,99vh) scale(.9544)}}.snow:nth-child(305){opacity:1.5132;transform:translate(53.3301vw,-10px) scale(.6054);animation:fall-305 14s -13s linear infinite}@keyframes fall-305{66.07%{transform:translate(51.3685vw,66.07vh) scale(.6054)}to{transform:translate(52.3493vw,99vh) scale(.6054)}}.snow:nth-child(306){opacity:.2604;transform:translate(75.6962vw,-10px) scale(.8823);animation:fall-306 14s -7s linear infinite}@keyframes fall-306{77.119%{transform:translate(79.1318vw,77.119vh) scale(.8823)}to{transform:translate(77.414vw,99vh) scale(.8823)}}.snow:nth-child(307){opacity:1.0038;transform:translate(2.8984vw,-10px) scale(.6123);animation:fall-307 23s -15s linear infinite}@keyframes fall-307{74.599%{transform:translate(11.5518vw,74.599vh) scale(.6123)}to{transform:translate(7.2251vw,99vh) scale(.6123)}}.snow:nth-child(308){opacity:.0352;transform:translate(87.3702vw,-10px) scale(.8986);animation:fall-308 15s -5s linear infinite}@keyframes fall-308{68.784%{transform:translate(91.1119vw,68.784vh) scale(.8986)}to{transform:translate(89.24105vw,99vh) scale(.8986)}}.snow:nth-child(309){opacity:.8014;transform:translate(93.3466vw,-10px) scale(.9404);animation:fall-309 18s -30s linear infinite}@keyframes fall-309{49.161%{transform:translate(92.2431vw,49.161vh) scale(.9404)}to{transform:translate(92.79485vw,99vh) scale(.9404)}}.snow:nth-child(310){opacity:.948;transform:translate(58.2754vw,-10px) scale(.9765);animation:fall-310 12s -1s linear infinite}@keyframes fall-310{46.642%{transform:translate(55.6025vw,46.642vh) scale(.9765)}to{transform:translate(56.93895vw,99vh) scale(.9765)}}.snow:nth-child(311){opacity:.7326;transform:translate(9.1733vw,-10px) scale(.3601);animation:fall-311 26s -1s linear infinite}@keyframes fall-311{64.465%{transform:translate(1.0839vw,64.465vh) scale(.3601)}to{transform:translate(5.1286vw,99vh) scale(.3601)}}.snow:nth-child(312){opacity:1.3612;transform:translate(6.4649vw,-10px) scale(.1126);animation:fall-312 26s -9s linear infinite}@keyframes fall-312{68.694%{transform:translate(1.9116vw,68.694vh) scale(.1126)}to{transform:translate(4.18825vw,99vh) scale(.1126)}}.snow:nth-child(313){opacity:.0018;transform:translate(83.3709vw,-10px) scale(.091);animation:fall-313 21s -18s linear infinite}@keyframes fall-313{48.63%{transform:translate(76.4095vw,48.63vh) scale(.091)}to{transform:translate(79.8902vw,99vh) scale(.091)}}.snow:nth-child(314){opacity:1.1238;transform:translate(80.6051vw,-10px) scale(.7639);animation:fall-314 20s -22s linear infinite}@keyframes fall-314{43.112%{transform:translate(73.3715vw,43.112vh) scale(.7639)}to{transform:translate(76.9883vw,99vh) scale(.7639)}}.snow:nth-child(315){opacity:.5378;transform:translate(27.2291vw,-10px) scale(.2741);animation:fall-315 13s -30s linear infinite}@keyframes fall-315{60.327%{transform:translate(26.1106vw,60.327vh) scale(.2741)}to{transform:translate(26.66985vw,99vh) scale(.2741)}}.snow:nth-child(316){opacity:.5274;transform:translate(44.4311vw,-10px) scale(.6562);animation:fall-316 30s -25s linear infinite}@keyframes fall-316{68.915%{transform:translate(53.5966vw,68.915vh) scale(.6562)}to{transform:translate(49.01385vw,99vh) scale(.6562)}}.snow:nth-child(317){opacity:1.7538;transform:translate(97.6126vw,-10px) scale(.0663);animation:fall-317 10s -30s linear infinite}@keyframes fall-317{75.165%{transform:translate(97.891vw,75.165vh) scale(.0663)}to{transform:translate(97.7518vw,99vh) scale(.0663)}}.snow:nth-child(318){opacity:.0416;transform:translate(66.4869vw,-10px) scale(.0632);animation:fall-318 18s -4s linear infinite}@keyframes fall-318{51.176%{transform:translate(71.2144vw,51.176vh) scale(.0632)}to{transform:translate(68.85065vw,99vh) scale(.0632)}}.snow:nth-child(319){opacity:.619;transform:translate(25.6485vw,-10px) scale(.6165);animation:fall-319 18s -1s linear infinite}@keyframes fall-319{60.102%{transform:translate(24.1926vw,60.102vh) scale(.6165)}to{transform:translate(24.92055vw,99vh) scale(.6165)}}.snow:nth-child(320){opacity:.8778;transform:translate(62.4501vw,-10px) scale(.8328);animation:fall-320 17s -3s linear infinite}@keyframes fall-320{52.508%{transform:translate(53.6205vw,52.508vh) scale(.8328)}to{transform:translate(58.0353vw,99vh) scale(.8328)}}.snow:nth-child(321){opacity:.2156;transform:translate(86.6113vw,-10px) scale(.9168);animation:fall-321 11s -25s linear infinite}@keyframes fall-321{33.955%{transform:translate(95.7712vw,33.955vh) scale(.9168)}to{transform:translate(91.19125vw,99vh) scale(.9168)}}.snow:nth-child(322){opacity:.4884;transform:translate(90.5915vw,-10px) scale(.1387);animation:fall-322 28s -30s linear infinite}@keyframes fall-322{40.9%{transform:translate(93.5566vw,40.9vh) scale(.1387)}to{transform:translate(92.07405vw,99vh) scale(.1387)}}.snow:nth-child(323){opacity:1.6252;transform:translate(32.9345vw,-10px) scale(.3172);animation:fall-323 18s -23s linear infinite}@keyframes fall-323{63.419%{transform:translate(33.5263vw,63.419vh) scale(.3172)}to{transform:translate(33.2304vw,99vh) scale(.3172)}}.snow:nth-child(324){opacity:.071;transform:translate(97.854vw,-10px) scale(.1853);animation:fall-324 14s -4s linear infinite}@keyframes fall-324{70.083%{transform:translate(88.053vw,70.083vh) scale(.1853)}to{transform:translate(92.9535vw,99vh) scale(.1853)}}.snow:nth-child(325){opacity:1.4654;transform:translate(75.569vw,-10px) scale(.4188);animation:fall-325 20s -28s linear infinite}@keyframes fall-325{75.292%{transform:translate(73.4335vw,75.292vh) scale(.4188)}to{transform:translate(74.50125vw,99vh) scale(.4188)}}.snow:nth-child(326){opacity:.9434;transform:translate(51.6614vw,-10px) scale(.4139);animation:fall-326 17s -16s linear infinite}@keyframes fall-326{71.248%{transform:translate(43.7851vw,71.248vh) scale(.4139)}to{transform:translate(47.72325vw,99vh) scale(.4139)}}.snow:nth-child(327){opacity:1.6526;transform:translate(56.2811vw,-10px) scale(.8144);animation:fall-327 19s -28s linear infinite}@keyframes fall-327{34.672%{transform:translate(57.7398vw,34.672vh) scale(.8144)}to{transform:translate(57.01045vw,99vh) scale(.8144)}}.snow:nth-child(328){opacity:.7844;transform:translate(96.5195vw,-10px) scale(.3414);animation:fall-328 30s -29s linear infinite}@keyframes fall-328{35.393%{transform:translate(97.2972vw,35.393vh) scale(.3414)}to{transform:translate(96.90835vw,99vh) scale(.3414)}}.snow:nth-child(329){opacity:1.8032;transform:translate(71.3137vw,-10px) scale(.974);animation:fall-329 15s -9s linear infinite}@keyframes fall-329{71.133%{transform:translate(61.4716vw,71.133vh) scale(.974)}to{transform:translate(66.39265vw,99vh) scale(.974)}}.snow:nth-child(330){opacity:1.8102;transform:translate(73.4274vw,-10px) scale(.3564);animation:fall-330 12s -2s linear infinite}@keyframes fall-330{36.089%{transform:translate(77.5054vw,36.089vh) scale(.3564)}to{transform:translate(75.4664vw,99vh) scale(.3564)}}.snow:nth-child(331){opacity:.7854;transform:translate(64.4871vw,-10px) scale(.8963);animation:fall-331 11s -5s linear infinite}@keyframes fall-331{52.292%{transform:translate(57.6576vw,52.292vh) scale(.8963)}to{transform:translate(61.07235vw,99vh) scale(.8963)}}.snow:nth-child(332){opacity:.1146;transform:translate(6.3291vw,-10px) scale(.9544);animation:fall-332 20s -22s linear infinite}@keyframes fall-332{39.991%{transform:translate(5.4461vw,39.991vh) scale(.9544)}to{transform:translate(5.8876vw,99vh) scale(.9544)}}.snow:nth-child(333){opacity:1.8094;transform:translate(8.5437vw,-10px) scale(.1857);animation:fall-333 23s -9s linear infinite}@keyframes fall-333{75.937%{transform:translate(5.3139vw,75.937vh) scale(.1857)}to{transform:translate(6.9288vw,99vh) scale(.1857)}}.snow:nth-child(334){opacity:1.475;transform:translate(31.0059vw,-10px) scale(.9342);animation:fall-334 30s -19s linear infinite}@keyframes fall-334{73.306%{transform:translate(23.5115vw,73.306vh) scale(.9342)}to{transform:translate(27.2587vw,99vh) scale(.9342)}}.snow:nth-child(335){opacity:.5012;transform:translate(74.7384vw,-10px) scale(.5581);animation:fall-335 18s -26s linear infinite}@keyframes fall-335{52.226%{transform:translate(79.0131vw,52.226vh) scale(.5581)}to{transform:translate(76.87575vw,99vh) scale(.5581)}}.snow:nth-child(336){opacity:1.8256;transform:translate(19.8683vw,-10px) scale(.7038);animation:fall-336 24s -10s linear infinite}@keyframes fall-336{76.857%{transform:translate(17.0165vw,76.857vh) scale(.7038)}to{transform:translate(18.4424vw,99vh) scale(.7038)}}.snow:nth-child(337){opacity:1.7172;transform:translate(4.3896vw,-10px) scale(.0135);animation:fall-337 15s -1s linear infinite}@keyframes fall-337{44.146%{transform:translate(6.2282vw,44.146vh) scale(.0135)}to{transform:translate(5.3089vw,99vh) scale(.0135)}}.snow:nth-child(338){opacity:.2938;transform:translate(18.9813vw,-10px) scale(.1269);animation:fall-338 19s -23s linear infinite}@keyframes fall-338{53.984%{transform:translate(26.9852vw,53.984vh) scale(.1269)}to{transform:translate(22.98325vw,99vh) scale(.1269)}}.snow:nth-child(339){opacity:.7564;transform:translate(42.8071vw,-10px) scale(.4393);animation:fall-339 21s -2s linear infinite}@keyframes fall-339{45.85%{transform:translate(33.6459vw,45.85vh) scale(.4393)}to{transform:translate(38.2265vw,99vh) scale(.4393)}}.snow:nth-child(340){opacity:.501;transform:translate(31.2681vw,-10px) scale(.6416);animation:fall-340 26s -10s linear infinite}@keyframes fall-340{49.19%{transform:translate(27.6288vw,49.19vh) scale(.6416)}to{transform:translate(29.44845vw,99vh) scale(.6416)}}.snow:nth-child(341){opacity:.3848;transform:translate(8.043vw,-10px) scale(.9844);animation:fall-341 19s -4s linear infinite}@keyframes fall-341{30.385%{transform:translate(4.0158vw,30.385vh) scale(.9844)}to{transform:translate(6.0294vw,99vh) scale(.9844)}}.snow:nth-child(342){opacity:1.1908;transform:translate(69.8884vw,-10px) scale(.8336);animation:fall-342 16s -2s linear infinite}@keyframes fall-342{59.923%{transform:translate(79.6749vw,59.923vh) scale(.8336)}to{transform:translate(74.78165vw,99vh) scale(.8336)}}.snow:nth-child(343){opacity:.5006;transform:translate(51.8137vw,-10px) scale(.9461);animation:fall-343 11s -23s linear infinite}@keyframes fall-343{33.08%{transform:translate(44.7825vw,33.08vh) scale(.9461)}to{transform:translate(48.2981vw,99vh) scale(.9461)}}.snow:nth-child(344){opacity:1.3428;transform:translate(85.5319vw,-10px) scale(.7999);animation:fall-344 27s -4s linear infinite}@keyframes fall-344{36.944%{transform:translate(82.6798vw,36.944vh) scale(.7999)}to{transform:translate(84.10585vw,99vh) scale(.7999)}}.snow:nth-child(345){opacity:1.7626;transform:translate(53.7016vw,-10px) scale(.436);animation:fall-345 14s -5s linear infinite}@keyframes fall-345{50.696%{transform:translate(54.4938vw,50.696vh) scale(.436)}to{transform:translate(54.0977vw,99vh) scale(.436)}}.snow:nth-child(346){opacity:.7526;transform:translate(77.231vw,-10px) scale(.3945);animation:fall-346 15s -26s linear infinite}@keyframes fall-346{67.514%{transform:translate(81.6176vw,67.514vh) scale(.3945)}to{transform:translate(79.4243vw,99vh) scale(.3945)}}.snow:nth-child(347){opacity:.4454;transform:translate(61.35vw,-10px) scale(.2476);animation:fall-347 28s -15s linear infinite}@keyframes fall-347{39.887%{transform:translate(60.3359vw,39.887vh) scale(.2476)}to{transform:translate(60.84295vw,99vh) scale(.2476)}}.snow:nth-child(348){opacity:1.3984;transform:translate(54.1325vw,-10px) scale(.331);animation:fall-348 11s -27s linear infinite}@keyframes fall-348{74.875%{transform:translate(55.7244vw,74.875vh) scale(.331)}to{transform:translate(54.92845vw,99vh) scale(.331)}}.snow:nth-child(349){opacity:1.5964;transform:translate(39.7558vw,-10px) scale(.1612);animation:fall-349 11s -17s linear infinite}@keyframes fall-349{73.102%{transform:translate(37.5467vw,73.102vh) scale(.1612)}to{transform:translate(38.65125vw,99vh) scale(.1612)}}.snow:nth-child(350){opacity:1.493;transform:translate(46.7417vw,-10px) scale(.628);animation:fall-350 27s -13s linear infinite}@keyframes fall-350{37.192%{transform:translate(53.9588vw,37.192vh) scale(.628)}to{transform:translate(50.35025vw,99vh) scale(.628)}}.snow:nth-child(351){opacity:.6736;transform:translate(89.958vw,-10px) scale(.0644);animation:fall-351 11s -29s linear infinite}@keyframes fall-351{37.606%{transform:translate(95.1278vw,37.606vh) scale(.0644)}to{transform:translate(92.5429vw,99vh) scale(.0644)}}.snow:nth-child(352){opacity:.7454;transform:translate(6.6101vw,-10px) scale(.4612);animation:fall-352 24s -4s linear infinite}@keyframes fall-352{74.872%{transform:translate(-.2492vw,74.872vh) scale(.4612)}to{transform:translate(3.18045vw,99vh) scale(.4612)}}.snow:nth-child(353){opacity:1.2672;transform:translate(8.2899vw,-10px) scale(.2695);animation:fall-353 15s -18s linear infinite}@keyframes fall-353{44.293%{transform:translate(10.9033vw,44.293vh) scale(.2695)}to{transform:translate(9.5966vw,99vh) scale(.2695)}}.snow:nth-child(354){opacity:1.1908;transform:translate(88.9621vw,-10px) scale(.1837);animation:fall-354 20s -27s linear infinite}@keyframes fall-354{58.46%{transform:translate(85.5061vw,58.46vh) scale(.1837)}to{transform:translate(87.2341vw,99vh) scale(.1837)}}.snow:nth-child(355){opacity:.6344;transform:translate(.4969vw,-10px) scale(.4407);animation:fall-355 11s -27s linear infinite}@keyframes fall-355{49.512%{transform:translate(-7.3009vw,49.512vh) scale(.4407)}to{transform:translate(-3.402vw,99vh) scale(.4407)}}.snow:nth-child(356){opacity:1.0382;transform:translate(27.5366vw,-10px) scale(.1083);animation:fall-356 20s -21s linear infinite}@keyframes fall-356{47.885%{transform:translate(29.4795vw,47.885vh) scale(.1083)}to{transform:translate(28.50805vw,99vh) scale(.1083)}}.snow:nth-child(357){opacity:1.0066;transform:translate(71.2303vw,-10px) scale(.0801);animation:fall-357 15s -13s linear infinite}@keyframes fall-357{63.147%{transform:translate(78.2594vw,63.147vh) scale(.0801)}to{transform:translate(74.74485vw,99vh) scale(.0801)}}.snow:nth-child(358){opacity:1.1886;transform:translate(95.1705vw,-10px) scale(.2475);animation:fall-358 26s -2s linear infinite}@keyframes fall-358{32.714%{transform:translate(99.6883vw,32.714vh) scale(.2475)}to{transform:translate(97.4294vw,99vh) scale(.2475)}}.snow:nth-child(359){opacity:.1084;transform:translate(68.8913vw,-10px) scale(.8262);animation:fall-359 23s -19s linear infinite}@keyframes fall-359{55.613%{transform:translate(72.3703vw,55.613vh) scale(.8262)}to{transform:translate(70.6308vw,99vh) scale(.8262)}}.snow:nth-child(360){opacity:.8032;transform:translate(60.6584vw,-10px) scale(.9623);animation:fall-360 10s -27s linear infinite}@keyframes fall-360{43.914%{transform:translate(56.1864vw,43.914vh) scale(.9623)}to{transform:translate(58.4224vw,99vh) scale(.9623)}}.snow:nth-child(361){opacity:1.8886;transform:translate(93.4962vw,-10px) scale(.968);animation:fall-361 17s -24s linear infinite}@keyframes fall-361{43.555%{transform:translate(88.2079vw,43.555vh) scale(.968)}to{transform:translate(90.85205vw,99vh) scale(.968)}}.snow:nth-child(362){opacity:1.2292;transform:translate(5.6444vw,-10px) scale(.6662);animation:fall-362 21s -23s linear infinite}@keyframes fall-362{78.565%{transform:translate(-.6673vw,78.565vh) scale(.6662)}to{transform:translate(2.48855vw,99vh) scale(.6662)}}.snow:nth-child(363){opacity:1.7208;transform:translate(73.7233vw,-10px) scale(.0958);animation:fall-363 15s -17s linear infinite}@keyframes fall-363{46.856%{transform:translate(69.3815vw,46.856vh) scale(.0958)}to{transform:translate(71.5524vw,99vh) scale(.0958)}}.snow:nth-child(364){opacity:1.5392;transform:translate(54.1435vw,-10px) scale(.8494);animation:fall-364 10s -24s linear infinite}@keyframes fall-364{77.164%{transform:translate(63.4964vw,77.164vh) scale(.8494)}to{transform:translate(58.81995vw,99vh) scale(.8494)}}.snow:nth-child(365){opacity:1.8798;transform:translate(77.2938vw,-10px) scale(.801);animation:fall-365 13s -2s linear infinite}@keyframes fall-365{35.109%{transform:translate(70.7078vw,35.109vh) scale(.801)}to{transform:translate(74.0008vw,99vh) scale(.801)}}.snow:nth-child(366){opacity:1.876;transform:translate(59.3164vw,-10px) scale(.9464);animation:fall-366 29s -8s linear infinite}@keyframes fall-366{40.988%{transform:translate(65.044vw,40.988vh) scale(.9464)}to{transform:translate(62.1802vw,99vh) scale(.9464)}}.snow:nth-child(367){opacity:.1736;transform:translate(87.8149vw,-10px) scale(.9397);animation:fall-367 24s -28s linear infinite}@keyframes fall-367{69.016%{transform:translate(84.3303vw,69.016vh) scale(.9397)}to{transform:translate(86.0726vw,99vh) scale(.9397)}}.snow:nth-child(368){opacity:.472;transform:translate(4.7745vw,-10px) scale(.0043);animation:fall-368 22s -29s linear infinite}@keyframes fall-368{63.344%{transform:translate(10.4692vw,63.344vh) scale(.0043)}to{transform:translate(7.62185vw,99vh) scale(.0043)}}.snow:nth-child(369){opacity:1.6302;transform:translate(34.5171vw,-10px) scale(.2098);animation:fall-369 16s -15s linear infinite}@keyframes fall-369{59.717%{transform:translate(37.4669vw,59.717vh) scale(.2098)}to{transform:translate(35.992vw,99vh) scale(.2098)}}.snow:nth-child(370){opacity:1.971;transform:translate(45.8967vw,-10px) scale(.7461);animation:fall-370 24s -19s linear infinite}@keyframes fall-370{65.124%{transform:translate(46.7803vw,65.124vh) scale(.7461)}to{transform:translate(46.3385vw,99vh) scale(.7461)}}.snow:nth-child(371){opacity:.114;transform:translate(83.7775vw,-10px) scale(.7936);animation:fall-371 17s -1s linear infinite}@keyframes fall-371{51.658%{transform:translate(83.584vw,51.658vh) scale(.7936)}to{transform:translate(83.68075vw,99vh) scale(.7936)}}.snow:nth-child(372){opacity:1.0252;transform:translate(48.9583vw,-10px) scale(.937);animation:fall-372 11s -14s linear infinite}@keyframes fall-372{47.708%{transform:translate(48.8334vw,47.708vh) scale(.937)}to{transform:translate(48.89585vw,99vh) scale(.937)}}.snow:nth-child(373){opacity:1.2374;transform:translate(56.6172vw,-10px) scale(.8236);animation:fall-373 28s -10s linear infinite}@keyframes fall-373{46.622%{transform:translate(55.6934vw,46.622vh) scale(.8236)}to{transform:translate(56.1553vw,99vh) scale(.8236)}}.snow:nth-child(374){opacity:.029;transform:translate(47.7481vw,-10px) scale(.299);animation:fall-374 16s -30s linear infinite}@keyframes fall-374{65.465%{transform:translate(45.272vw,65.465vh) scale(.299)}to{transform:translate(46.51005vw,99vh) scale(.299)}}.snow:nth-child(375){opacity:1.6008;transform:translate(20.398vw,-10px) scale(.4019);animation:fall-375 29s -25s linear infinite}@keyframes fall-375{66.334%{transform:translate(24.6041vw,66.334vh) scale(.4019)}to{transform:translate(22.50105vw,99vh) scale(.4019)}}.snow:nth-child(376){opacity:1.3388;transform:translate(96.3882vw,-10px) scale(.3345);animation:fall-376 22s -17s linear infinite}@keyframes fall-376{48.357%{transform:translate(91.0484vw,48.357vh) scale(.3345)}to{transform:translate(93.7183vw,99vh) scale(.3345)}}.snow:nth-child(377){opacity:.961;transform:translate(94.4171vw,-10px) scale(.3991);animation:fall-377 27s -29s linear infinite}@keyframes fall-377{70.386%{transform:translate(92.3124vw,70.386vh) scale(.3991)}to{transform:translate(93.36475vw,99vh) scale(.3991)}}.snow:nth-child(378){opacity:.3484;transform:translate(30.8102vw,-10px) scale(.9967);animation:fall-378 18s -13s linear infinite}@keyframes fall-378{77.214%{transform:translate(36.1476vw,77.214vh) scale(.9967)}to{transform:translate(33.4789vw,99vh) scale(.9967)}}.snow:nth-child(379){opacity:1.4792;transform:translate(50.287vw,-10px) scale(.9423);animation:fall-379 25s -27s linear infinite}@keyframes fall-379{40.194%{transform:translate(42.4514vw,40.194vh) scale(.9423)}to{transform:translate(46.3692vw,99vh) scale(.9423)}}.snow:nth-child(380){opacity:.502;transform:translate(93.6547vw,-10px) scale(.8929);animation:fall-380 22s -7s linear infinite}@keyframes fall-380{34.865%{transform:translate(101.2788vw,34.865vh) scale(.8929)}to{transform:translate(97.46675vw,99vh) scale(.8929)}}.snow:nth-child(381){opacity:1.7374;transform:translate(61.5829vw,-10px) scale(.6499);animation:fall-381 23s -8s linear infinite}@keyframes fall-381{78.132%{transform:translate(67.1103vw,78.132vh) scale(.6499)}to{transform:translate(64.3466vw,99vh) scale(.6499)}}.snow:nth-child(382){opacity:1.0204;transform:translate(5.3957vw,-10px) scale(.1112);animation:fall-382 19s -17s linear infinite}@keyframes fall-382{42.576%{transform:translate(1.9154vw,42.576vh) scale(.1112)}to{transform:translate(3.65555vw,99vh) scale(.1112)}}.snow:nth-child(383){opacity:1.5432;transform:translate(50.8188vw,-10px) scale(.7429);animation:fall-383 28s -15s linear infinite}@keyframes fall-383{34.03%{transform:translate(52.4538vw,34.03vh) scale(.7429)}to{transform:translate(51.6363vw,99vh) scale(.7429)}}.snow:nth-child(384){opacity:1.7916;transform:translate(74.5404vw,-10px) scale(.1928);animation:fall-384 16s -24s linear infinite}@keyframes fall-384{71.268%{transform:translate(81.9745vw,71.268vh) scale(.1928)}to{transform:translate(78.25745vw,99vh) scale(.1928)}}.snow:nth-child(385){opacity:1.537;transform:translate(28.998vw,-10px) scale(.3967);animation:fall-385 26s -30s linear infinite}@keyframes fall-385{64.515%{transform:translate(27.4498vw,64.515vh) scale(.3967)}to{transform:translate(28.2239vw,99vh) scale(.3967)}}.snow:nth-child(386){opacity:1.5918;transform:translate(69.5288vw,-10px) scale(.2756);animation:fall-386 19s -25s linear infinite}@keyframes fall-386{36.434%{transform:translate(76.7969vw,36.434vh) scale(.2756)}to{transform:translate(73.16285vw,99vh) scale(.2756)}}.snow:nth-child(387){opacity:.2408;transform:translate(15.7682vw,-10px) scale(.8823);animation:fall-387 11s -14s linear infinite}@keyframes fall-387{46.57%{transform:translate(18.3866vw,46.57vh) scale(.8823)}to{transform:translate(17.0774vw,99vh) scale(.8823)}}.snow:nth-child(388){opacity:.6836;transform:translate(61.2466vw,-10px) scale(.7509);animation:fall-388 21s -20s linear infinite}@keyframes fall-388{65.586%{transform:translate(62.7259vw,65.586vh) scale(.7509)}to{transform:translate(61.98625vw,99vh) scale(.7509)}}.snow:nth-child(389){opacity:.1644;transform:translate(15.8088vw,-10px) scale(.9891);animation:fall-389 10s -8s linear infinite}@keyframes fall-389{42.578%{transform:translate(12.5707vw,42.578vh) scale(.9891)}to{transform:translate(14.18975vw,99vh) scale(.9891)}}.snow:nth-child(390){opacity:.329;transform:translate(47.2489vw,-10px) scale(.1985);animation:fall-390 24s -9s linear infinite}@keyframes fall-390{49.745%{transform:translate(38.027vw,49.745vh) scale(.1985)}to{transform:translate(42.63795vw,99vh) scale(.1985)}}.snow:nth-child(391){opacity:1.3858;transform:translate(54.9532vw,-10px) scale(.2209);animation:fall-391 19s -28s linear infinite}@keyframes fall-391{73.905%{transform:translate(60.6698vw,73.905vh) scale(.2209)}to{transform:translate(57.8115vw,99vh) scale(.2209)}}.snow:nth-child(392){opacity:.8262;transform:translate(70.9374vw,-10px) scale(.7892);animation:fall-392 15s -22s linear infinite}@keyframes fall-392{59.473%{transform:translate(69.2195vw,59.473vh) scale(.7892)}to{transform:translate(70.07845vw,99vh) scale(.7892)}}.snow:nth-child(393){opacity:1.5226;transform:translate(24.7406vw,-10px) scale(.8914);animation:fall-393 18s -17s linear infinite}@keyframes fall-393{45.781%{transform:translate(26.2291vw,45.781vh) scale(.8914)}to{transform:translate(25.48485vw,99vh) scale(.8914)}}.snow:nth-child(394){opacity:1.3696;transform:translate(30.0549vw,-10px) scale(.9164);animation:fall-394 29s -3s linear infinite}@keyframes fall-394{44.77%{transform:translate(21.7943vw,44.77vh) scale(.9164)}to{transform:translate(25.9246vw,99vh) scale(.9164)}}.snow:nth-child(395){opacity:.5182;transform:translate(1.3864vw,-10px) scale(.5448);animation:fall-395 28s -10s linear infinite}@keyframes fall-395{58.44%{transform:translate(-1.3419vw,58.44vh) scale(.5448)}to{transform:translate(.02225vw,99vh) scale(.5448)}}.snow:nth-child(396){opacity:1.0218;transform:translate(90.9553vw,-10px) scale(.5813);animation:fall-396 15s -14s linear infinite}@keyframes fall-396{69.785%{transform:translate(91.4956vw,69.785vh) scale(.5813)}to{transform:translate(91.22545vw,99vh) scale(.5813)}}.snow:nth-child(397){opacity:1.8354;transform:translate(1.1551vw,-10px) scale(.3156);animation:fall-397 29s -25s linear infinite}@keyframes fall-397{40.314%{transform:translate(-5.4471vw,40.314vh) scale(.3156)}to{transform:translate(-2.146vw,99vh) scale(.3156)}}.snow:nth-child(398){opacity:1.694;transform:translate(2.8431vw,-10px) scale(.9354);animation:fall-398 14s -20s linear infinite}@keyframes fall-398{68.385%{transform:translate(.2972vw,68.385vh) scale(.9354)}to{transform:translate(1.57015vw,99vh) scale(.9354)}}.snow:nth-child(399){opacity:.0746;transform:translate(18.7047vw,-10px) scale(.1942);animation:fall-399 14s -2s linear infinite}@keyframes fall-399{47.206%{transform:translate(12.0546vw,47.206vh) scale(.1942)}to{transform:translate(15.37965vw,99vh) scale(.1942)}}.snow:nth-child(400){opacity:1.1516;transform:translate(50.8263vw,-10px) scale(.3701);animation:fall-400 29s -29s linear infinite}@keyframes fall-400{30.785%{transform:translate(48.5261vw,30.785vh) scale(.3701)}to{transform:translate(49.6762vw,99vh) scale(.3701)}}\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.10", ngImport: i0, type: AppComponent, deps: [{ token: i1.TokenService }, { token: i1.AppState }, { token: i2.Router }], target: i0.ɵɵFactoryTarget.Component });
78
+ AppComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AppComponent, selector: "app-root", ngImport: i0, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows; trackBy: snowTrackBy\" class=\"snow\"></div>\r\n</ng-container>\r\n<router-outlet></router-outlet>", styles: [".table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width: 0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width: 0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width: 0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width: 0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width: 0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:rgba(2,74,136,.5)}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:rgba(45,146,45,.5)}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:rgba(36,141,173,.5)}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:rgba(247,154,23,.5)}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:rgba(191,23,37,.5)}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:rgba(0,0,0,.4)}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:rgba(0,0,0,.2)}.card.overlay .card-img{border-radius:0;-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media (min-width: 1400px){.d-xxl-block{display:block!important}}@media (min-width: 576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:rgba(2,74,136,.8)!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:rgba(2,74,136,.5);border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:rgba(2,74,136,.95)!important;border-color:#024a88f2!important}.btn-success{background:rgba(45,146,45,.8);border-color:#2d922dcc}.btn-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:rgba(45,146,45,.95)!important;border-color:#2d922df2!important}.btn-info{background:rgba(36,141,173,.8);border-color:#248dadcc}.btn-info.medium-opacity{background:rgba(36,141,173,.5);border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:rgba(36,141,173,.95)!important;border-color:#248dadf2!important}.btn-warning{background:rgba(247,154,23,.8);border-color:#f79a17cc}.btn-warning.medium-opacity{background:rgba(247,154,23,.5);border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:rgba(247,154,23,.95)!important;border-color:#f79a17f2!important}.btn-danger{background:rgba(191,23,37,.8);border-color:#bf1725cc}.btn-danger.medium-opacity{background:rgba(191,23,37,.5);border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:rgba(191,23,37,.95)!important;border-color:#bf1725f2!important}.btn-dark{background:rgba(0,0,0,.8);border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:rgba(0,0,0,.5);border-color:#0000001a}.btn-dark:hover{background:black;border-color:#000}.btn-dark:active{background:rgba(0,0,0,.95)!important;border-color:#000000f2!important}.btn-main{background:rgba(36,45,58,.8);border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:rgba(36,45,58,.5);border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:rgba(36,45,58,.95)!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242D3A;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242D3A}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242D3A}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:rgba(255,255,255,.1) url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:rgba(2,74,136,.5)!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:rgba(45,146,45,.5)!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:rgba(247,154,23,.5)!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:rgba(191,23,37,.5)!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:rgba(36,45,58,.5)!important}.bg-dark{background:black!important}.bg-dark.medium-opacity{background:rgba(0,0,0,.5)!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800px){.modal-feminist{max-width:1366px}}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{transform:scaleY(-1)}.app-flip-x{transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box-600{max-height:600px;overflow-x:hidden;overflow-y:auto}.list-area{position:relative!important}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:rgba(255,50,50,.2);position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:white;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.wizard-step-container{background-color:#fff;box-shadow:#63636333 0 2px 8px;padding:10px}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:rgba(0,0,0,.5) none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:rgb(237,237,237);border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{padding-left:0;margin-top:20px}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.app-search-background{z-index:9999;margin-top:60px;padding:0;background-color:#0000004d;width:100vw;height:calc(100vh - 60px)}.app-search-result-box{height:calc(100% - 35px);overflow:hidden;margin:20px}.app-search-card{margin-top:2px;margin-bottom:10px;padding:15px;background-color:#fff;box-shadow:#06182c66 0 0 0 2px,#06182ca6 0 4px 6px -1px,#ffffff14 0 1px inset}.pull-left{float:left}.pull-right{float:right}.pace .pace-progress{background:#637CA0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#cccccc}::-webkit-scrollbar-thumb:active{background:#888888}::-webkit-scrollbar-track{background:#666666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666666}::-webkit-scrollbar-track:active{background:#333333}::-webkit-scrollbar-corner{background:transparent}.transition{transition:.3s}.widget-controls{position:absolute;z-index:1;top:0;right:0;padding:10px 20px;font-size:14px}.widget-controls a{color:#fff;margin-left:7px;line-height:1;vertical-align:top;display:inline-block}.widget-controls a i.glyphicon-resize-full{font-size:13px}.widget-controls a:hover{color:#ffffffb3}.widget-controls a.dropdown-toggle:after{display:none}.widget-controls ul.dropdown-menu{min-width:9rem;padding:0;border-radius:0}.widget-controls ul.dropdown-menu li{padding:4px;overflow:hidden}.widget-controls ul.dropdown-menu li a{color:#242d3a;font-size:13px;width:100%}.widget-controls ul.dropdown-menu li:hover{background-color:#242d3a}.widget-controls ul.dropdown-menu li:hover a{color:#fff}.card.fullscreened .card-header{line-height:35px}.card.fullscreened .card-header .widget-controls{padding:20px}.card.fullscreened .card-header .widget-controls a{margin-left:12px}.card.fullscreened .card-header .widget-controls a.setting{display:none}.card.fullscreened.card-primary{background:#024a88}.card.fullscreened.card-success{background:#2d922d}.card.fullscreened.card-info{background:#248dad}.card.fullscreened.card-warning{background:#f79a17}.card.fullscreened.card-danger{background:#bf1725}.scrolling{height:100%;overflow-y:scroll;padding-bottom:60px}.no-margin{margin:0}.bottom-15{margin-bottom:15px}.m-t-5{margin-top:5px}.m-t-15{margin-top:15px}.res-img{width:100%}.chart-outher{width:55%;margin:0 auto}.p-t-10{padding-top:10%}.o-visible{overflow:visible}.w-150{width:150px}.w-200{width:200px}@media (max-width: 543px){.chart-outher{width:100%}}@media (min-width: 544px) and (max-width: 767px){.chart-outher{width:85%}}@media (min-width: 992px) and (max-width: 1199px){.chart-outher{width:65%}}.mat-form-field-disabled .mat-form-field-wrapper{background-color:#ddd}.mat-no-border-top .mat-form-field-infix{border-top:none!important}.mat-dflt-margin,.mat-form-field-appearance-outline .mat-form-field-wrapper{margin-top:.125em!important;margin-bottom:.125em!important}.mat-form-field-wrapper{padding-bottom:0;height:35px;min-height:35px!important;margin-bottom:-7px!important}.mat-full-width{width:100%}.mat-full-height .mat-form-field-wrapper{height:100%!important}.mat-form-field-appearance-outline .mat-form-field-infix{padding-top:5px;padding-bottom:0;height:36px}.mat-form-field-appearance-outline .mat-form-field-infix select.mat-input-element{background-color:transparent;margin-bottom:-11px!important;margin-top:-2px!important;padding-top:0!important;top:0!important}.mat-form-field-appearance-outline .mat-form-field-infix input{display:inline-flex;margin-top:-8px;margin-bottom:-5px;padding-top:8px}.mat-form-field-appearance-outline .mat-form-field-suffix{height:25px!important;top:-2px!important}.mat-form-field-appearance-outline .mat-form-field-suffix .form-input-suffix{margin-right:5px!important;position:absolute!important;top:7px!important;right:4px!important}.mat-form-field-appearance-outline .mat-form-field-infix .form-input-suffix{position:relative!important;top:-4px!important}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:32px!important}.mat-form-field-label-wrapper{top:-8px}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{top:60%!important}.mat-form-field-suffix{margin-right:-10px!important}.cdk-overlay-container{z-index:99999999!important}.mat-height-fixed .mat-form-field-flex{height:38px!important}.mat-height-auto .mat-form-field-flex{height:auto!important;padding-bottom:5px!important;padding-top:5px!important;padding-right:2px!important}.mat-height-auto .mat-form-field-infix{height:auto!important}.mat-icon-button-override{width:25px!important;top:0!important;color:#000000a3!important;position:absolute!important}.mat-icon-button-override-suffix{right:-5px!important}.mat-icon-button-override-prefix{left:-5px!important}.mat-option{height:25px!important;font-size:14px!important}.ngx-mat-timepicker .mat-form-field-infix{border-top:none!important}.mat-form-field-wrapper .form-control{width:100%;border:none;padding:0;line-height:1}.mat-form-field-wrapper .form-control:focus{box-shadow:none!important}.mat-form-field-wrapper .form-control.checking-field.ng-touched{padding-right:0;background-position-y:14px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.mat-chip-list-wrapper input.mat-input-element,.mat-chip-list-wrapper .mat-standard-chip{margin:1px 4px 4px!important;padding-top:10px!important}.mat-chip-list-wrapper{margin:0!important;padding:5px!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:.3332;transform:translate(8.1841vw,-10px) scale(.4253);animation:fall-1 22s -22s linear infinite}@keyframes fall-1{33.213%{transform:translate(16.6272vw,33.213vh) scale(.4253)}to{transform:translate(12.40565vw,99vh) scale(.4253)}}.snow:nth-child(2){opacity:.689;transform:translate(80.9567vw,-10px) scale(.445);animation:fall-2 29s -24s linear infinite}@keyframes fall-2{79.513%{transform:translate(74.5686vw,79.513vh) scale(.445)}to{transform:translate(77.76265vw,99vh) scale(.445)}}.snow:nth-child(3){opacity:1.7624;transform:translate(69.7921vw,-10px) scale(.0833);animation:fall-3 18s -18s linear infinite}@keyframes fall-3{54.887%{transform:translate(78.4864vw,54.887vh) scale(.0833)}to{transform:translate(74.13925vw,99vh) scale(.0833)}}.snow:nth-child(4){opacity:.3628;transform:translate(45.9949vw,-10px) scale(.7284);animation:fall-4 13s -25s linear infinite}@keyframes fall-4{67.446%{transform:translate(37.2035vw,67.446vh) scale(.7284)}to{transform:translate(41.5992vw,99vh) scale(.7284)}}.snow:nth-child(5){opacity:1.5934;transform:translate(27.1138vw,-10px) scale(.4961);animation:fall-5 10s -3s linear infinite}@keyframes fall-5{51.145%{transform:translate(32.0396vw,51.145vh) scale(.4961)}to{transform:translate(29.5767vw,99vh) scale(.4961)}}.snow:nth-child(6){opacity:.3126;transform:translate(85.3178vw,-10px) scale(.0784);animation:fall-6 19s -6s linear infinite}@keyframes fall-6{79.817%{transform:translate(78.4255vw,79.817vh) scale(.0784)}to{transform:translate(81.87165vw,99vh) scale(.0784)}}.snow:nth-child(7){opacity:1.308;transform:translate(92.5149vw,-10px) scale(.9633);animation:fall-7 24s -21s linear infinite}@keyframes fall-7{51.36%{transform:translate(89.7095vw,51.36vh) scale(.9633)}to{transform:translate(91.1122vw,99vh) scale(.9633)}}.snow:nth-child(8){opacity:1.5254;transform:translate(93.1792vw,-10px) scale(.0779);animation:fall-8 25s -15s linear infinite}@keyframes fall-8{52.506%{transform:translate(90.0476vw,52.506vh) scale(.0779)}to{transform:translate(91.6134vw,99vh) scale(.0779)}}.snow:nth-child(9){opacity:.8598;transform:translate(48.5997vw,-10px) scale(.9862);animation:fall-9 11s -24s linear infinite}@keyframes fall-9{34.198%{transform:translate(46.575vw,34.198vh) scale(.9862)}to{transform:translate(47.58735vw,99vh) scale(.9862)}}.snow:nth-child(10){opacity:1.4134;transform:translate(63.8174vw,-10px) scale(.997);animation:fall-10 22s -26s linear infinite}@keyframes fall-10{45.428%{transform:translate(66.1179vw,45.428vh) scale(.997)}to{transform:translate(64.96765vw,99vh) scale(.997)}}.snow:nth-child(11){opacity:1.7802;transform:translate(61.3113vw,-10px) scale(.4371);animation:fall-11 16s -23s linear infinite}@keyframes fall-11{46.217%{transform:translate(59.1424vw,46.217vh) scale(.4371)}to{transform:translate(60.22685vw,99vh) scale(.4371)}}.snow:nth-child(12){opacity:1.2454;transform:translate(36.0111vw,-10px) scale(.2568);animation:fall-12 13s -30s linear infinite}@keyframes fall-12{34.217%{transform:translate(33.311vw,34.217vh) scale(.2568)}to{transform:translate(34.66105vw,99vh) scale(.2568)}}.snow:nth-child(13){opacity:1.9984;transform:translate(15.3569vw,-10px) scale(.0412);animation:fall-13 11s -14s linear infinite}@keyframes fall-13{76.873%{transform:translate(23.4003vw,76.873vh) scale(.0412)}to{transform:translate(19.3786vw,99vh) scale(.0412)}}.snow:nth-child(14){opacity:1.058;transform:translate(2.8152vw,-10px) scale(.48);animation:fall-14 18s -28s linear infinite}@keyframes fall-14{36.763%{transform:translate(7.7781vw,36.763vh) scale(.48)}to{transform:translate(5.29665vw,99vh) scale(.48)}}.snow:nth-child(15){opacity:1.304;transform:translate(33.7183vw,-10px) scale(.914);animation:fall-15 15s -1s linear infinite}@keyframes fall-15{51.13%{transform:translate(39.8718vw,51.13vh) scale(.914)}to{transform:translate(36.79505vw,99vh) scale(.914)}}.snow:nth-child(16){opacity:1.7042;transform:translate(75.7977vw,-10px) scale(.6515);animation:fall-16 21s -25s linear infinite}@keyframes fall-16{56.342%{transform:translate(85.2774vw,56.342vh) scale(.6515)}to{transform:translate(80.53755vw,99vh) scale(.6515)}}.snow:nth-child(17){opacity:1.8252;transform:translate(42.9195vw,-10px) scale(.4573);animation:fall-17 25s -13s linear infinite}@keyframes fall-17{39.369%{transform:translate(52.8288vw,39.369vh) scale(.4573)}to{transform:translate(47.87415vw,99vh) scale(.4573)}}.snow:nth-child(18){opacity:1.2374;transform:translate(28.568vw,-10px) scale(.4614);animation:fall-18 20s -17s linear infinite}@keyframes fall-18{53.349%{transform:translate(26.5812vw,53.349vh) scale(.4614)}to{transform:translate(27.5746vw,99vh) scale(.4614)}}.snow:nth-child(19){opacity:1.6256;transform:translate(27.5173vw,-10px) scale(.5868);animation:fall-19 13s -19s linear infinite}@keyframes fall-19{79.883%{transform:translate(35.5923vw,79.883vh) scale(.5868)}to{transform:translate(31.5548vw,99vh) scale(.5868)}}.snow:nth-child(20){opacity:.185;transform:translate(44.6029vw,-10px) scale(.562);animation:fall-20 11s -30s linear infinite}@keyframes fall-20{62.911%{transform:translate(39.5663vw,62.911vh) scale(.562)}to{transform:translate(42.0846vw,99vh) scale(.562)}}.snow:nth-child(21){opacity:.3618;transform:translate(5.3373vw,-10px) scale(.7537);animation:fall-21 10s -20s linear infinite}@keyframes fall-21{35.901%{transform:translate(11.618vw,35.901vh) scale(.7537)}to{transform:translate(8.47765vw,99vh) scale(.7537)}}.snow:nth-child(22){opacity:.7188;transform:translate(59.5278vw,-10px) scale(.8503);animation:fall-22 18s -2s linear infinite}@keyframes fall-22{36.948%{transform:translate(67.4773vw,36.948vh) scale(.8503)}to{transform:translate(63.50255vw,99vh) scale(.8503)}}.snow:nth-child(23){opacity:1.7562;transform:translate(98.1557vw,-10px) scale(.4842);animation:fall-23 25s -12s linear infinite}@keyframes fall-23{73.129%{transform:translate(94.8119vw,73.129vh) scale(.4842)}to{transform:translate(96.4838vw,99vh) scale(.4842)}}.snow:nth-child(24){opacity:1.9902;transform:translate(11.3729vw,-10px) scale(.3765);animation:fall-24 25s -23s linear infinite}@keyframes fall-24{50.772%{transform:translate(6.764vw,50.772vh) scale(.3765)}to{transform:translate(9.06845vw,99vh) scale(.3765)}}.snow:nth-child(25){opacity:.851;transform:translate(50.8505vw,-10px) scale(.3946);animation:fall-25 28s -21s linear infinite}@keyframes fall-25{61.542%{transform:translate(48.2487vw,61.542vh) scale(.3946)}to{transform:translate(49.5496vw,99vh) scale(.3946)}}.snow:nth-child(26){opacity:1.9058;transform:translate(83.18vw,-10px) scale(.4607);animation:fall-26 26s -25s linear infinite}@keyframes fall-26{52.122%{transform:translate(91.1049vw,52.122vh) scale(.4607)}to{transform:translate(87.14245vw,99vh) scale(.4607)}}.snow:nth-child(27){opacity:.2088;transform:translate(8.5298vw,-10px) scale(.5472);animation:fall-27 27s -12s linear infinite}@keyframes fall-27{68.042%{transform:translate(4.4008vw,68.042vh) scale(.5472)}to{transform:translate(6.4653vw,99vh) scale(.5472)}}.snow:nth-child(28){opacity:.2096;transform:translate(24.8447vw,-10px) scale(.6897);animation:fall-28 27s -14s linear infinite}@keyframes fall-28{60.531%{transform:translate(25.8966vw,60.531vh) scale(.6897)}to{transform:translate(25.37065vw,99vh) scale(.6897)}}.snow:nth-child(29){opacity:.6504;transform:translate(47.0231vw,-10px) scale(.2848);animation:fall-29 22s -11s linear infinite}@keyframes fall-29{69.816%{transform:translate(44.3996vw,69.816vh) scale(.2848)}to{transform:translate(45.71135vw,99vh) scale(.2848)}}.snow:nth-child(30){opacity:1.3736;transform:translate(71.5912vw,-10px) scale(.4493);animation:fall-30 25s -29s linear infinite}@keyframes fall-30{74.99%{transform:translate(65.9414vw,74.99vh) scale(.4493)}to{transform:translate(68.7663vw,99vh) scale(.4493)}}.snow:nth-child(31){opacity:.1912;transform:translate(59.541vw,-10px) scale(.8034);animation:fall-31 12s -19s linear infinite}@keyframes fall-31{58.418%{transform:translate(53.8406vw,58.418vh) scale(.8034)}to{transform:translate(56.6908vw,99vh) scale(.8034)}}.snow:nth-child(32){opacity:.1756;transform:translate(1.6489vw,-10px) scale(.3464);animation:fall-32 11s -26s linear infinite}@keyframes fall-32{46.668%{transform:translate(4.5815vw,46.668vh) scale(.3464)}to{transform:translate(3.1152vw,99vh) scale(.3464)}}.snow:nth-child(33){opacity:1.183;transform:translate(41.9243vw,-10px) scale(.6832);animation:fall-33 21s -16s linear infinite}@keyframes fall-33{67.625%{transform:translate(32.1324vw,67.625vh) scale(.6832)}to{transform:translate(37.02835vw,99vh) scale(.6832)}}.snow:nth-child(34){opacity:1.342;transform:translate(81.8722vw,-10px) scale(.1589);animation:fall-34 14s -21s linear infinite}@keyframes fall-34{65.304%{transform:translate(87.692vw,65.304vh) scale(.1589)}to{transform:translate(84.7821vw,99vh) scale(.1589)}}.snow:nth-child(35){opacity:.4914;transform:translate(85.5491vw,-10px) scale(.375);animation:fall-35 25s -19s linear infinite}@keyframes fall-35{61.912%{transform:translate(93.6866vw,61.912vh) scale(.375)}to{transform:translate(89.61785vw,99vh) scale(.375)}}.snow:nth-child(36){opacity:.3834;transform:translate(94.0271vw,-10px) scale(.6581);animation:fall-36 26s -5s linear infinite}@keyframes fall-36{45.704%{transform:translate(101.1442vw,45.704vh) scale(.6581)}to{transform:translate(97.58565vw,99vh) scale(.6581)}}.snow:nth-child(37){opacity:.626;transform:translate(29.5063vw,-10px) scale(.0293);animation:fall-37 28s -3s linear infinite}@keyframes fall-37{46.592%{transform:translate(31.025vw,46.592vh) scale(.0293)}to{transform:translate(30.26565vw,99vh) scale(.0293)}}.snow:nth-child(38){opacity:1.9826;transform:translate(47.2458vw,-10px) scale(.0282);animation:fall-38 10s -3s linear infinite}@keyframes fall-38{34.358%{transform:translate(50.4123vw,34.358vh) scale(.0282)}to{transform:translate(48.82905vw,99vh) scale(.0282)}}.snow:nth-child(39){opacity:1.0976;transform:translate(33.4989vw,-10px) scale(.9157);animation:fall-39 29s -5s linear infinite}@keyframes fall-39{45.395%{transform:translate(35.1623vw,45.395vh) scale(.9157)}to{transform:translate(34.3306vw,99vh) scale(.9157)}}.snow:nth-child(40){opacity:1.6744;transform:translate(90.8208vw,-10px) scale(.6947);animation:fall-40 27s -15s linear infinite}@keyframes fall-40{47.606%{transform:translate(85.3843vw,47.606vh) scale(.6947)}to{transform:translate(88.10255vw,99vh) scale(.6947)}}.snow:nth-child(41){opacity:1.0488;transform:translate(26.1132vw,-10px) scale(.3615);animation:fall-41 13s -1s linear infinite}@keyframes fall-41{57.328%{transform:translate(31.8618vw,57.328vh) scale(.3615)}to{transform:translate(28.9875vw,99vh) scale(.3615)}}.snow:nth-child(42){opacity:1.3158;transform:translate(86.4841vw,-10px) scale(.0523);animation:fall-42 10s -28s linear infinite}@keyframes fall-42{74.784%{transform:translate(86.2947vw,74.784vh) scale(.0523)}to{transform:translate(86.3894vw,99vh) scale(.0523)}}.snow:nth-child(43){opacity:1.3094;transform:translate(.1177vw,-10px) scale(.9713);animation:fall-43 16s -7s linear infinite}@keyframes fall-43{47.361%{transform:translate(-1.9753vw,47.361vh) scale(.9713)}to{transform:translate(-.9288vw,99vh) scale(.9713)}}.snow:nth-child(44){opacity:1.5144;transform:translate(94.0151vw,-10px) scale(.2124);animation:fall-44 13s -29s linear infinite}@keyframes fall-44{62.517%{transform:translate(94.3383vw,62.517vh) scale(.2124)}to{transform:translate(94.1767vw,99vh) scale(.2124)}}.snow:nth-child(45){opacity:1.6634;transform:translate(99.5127vw,-10px) scale(.1395);animation:fall-45 17s -11s linear infinite}@keyframes fall-45{53.129%{transform:translate(103.3135vw,53.129vh) scale(.1395)}to{transform:translate(101.4131vw,99vh) scale(.1395)}}.snow:nth-child(46){opacity:.873;transform:translate(17.7089vw,-10px) scale(.2581);animation:fall-46 14s -24s linear infinite}@keyframes fall-46{37.312%{transform:translate(23.7406vw,37.312vh) scale(.2581)}to{transform:translate(20.72475vw,99vh) scale(.2581)}}.snow:nth-child(47){opacity:1.1094;transform:translate(9.0451vw,-10px) scale(.8823);animation:fall-47 26s -23s linear infinite}@keyframes fall-47{69.278%{transform:translate(18.4448vw,69.278vh) scale(.8823)}to{transform:translate(13.74495vw,99vh) scale(.8823)}}.snow:nth-child(48){opacity:1.1016;transform:translate(15.6071vw,-10px) scale(.3504);animation:fall-48 13s -25s linear infinite}@keyframes fall-48{59.483%{transform:translate(22.707vw,59.483vh) scale(.3504)}to{transform:translate(19.15705vw,99vh) scale(.3504)}}.snow:nth-child(49){opacity:1.659;transform:translate(48.1971vw,-10px) scale(.9748);animation:fall-49 26s -29s linear infinite}@keyframes fall-49{30.937%{transform:translate(39.3541vw,30.937vh) scale(.9748)}to{transform:translate(43.7756vw,99vh) scale(.9748)}}.snow:nth-child(50){opacity:.4054;transform:translate(38.0004vw,-10px) scale(.0423);animation:fall-50 26s -5s linear infinite}@keyframes fall-50{47.285%{transform:translate(33.5459vw,47.285vh) scale(.0423)}to{transform:translate(35.77315vw,99vh) scale(.0423)}}.snow:nth-child(51){opacity:1.7656;transform:translate(88.3949vw,-10px) scale(.8878);animation:fall-51 28s -14s linear infinite}@keyframes fall-51{77.356%{transform:translate(87.4941vw,77.356vh) scale(.8878)}to{transform:translate(87.9445vw,99vh) scale(.8878)}}.snow:nth-child(52){opacity:1.842;transform:translate(50.8128vw,-10px) scale(.788);animation:fall-52 18s -28s linear infinite}@keyframes fall-52{41.349%{transform:translate(49.4901vw,41.349vh) scale(.788)}to{transform:translate(50.15145vw,99vh) scale(.788)}}.snow:nth-child(53){opacity:1.891;transform:translate(29.4299vw,-10px) scale(.8773);animation:fall-53 13s -13s linear infinite}@keyframes fall-53{48.108%{transform:translate(26.6149vw,48.108vh) scale(.8773)}to{transform:translate(28.0224vw,99vh) scale(.8773)}}.snow:nth-child(54){opacity:1.6778;transform:translate(8.6907vw,-10px) scale(.6857);animation:fall-54 28s -17s linear infinite}@keyframes fall-54{61.566%{transform:translate(10.1808vw,61.566vh) scale(.6857)}to{transform:translate(9.43575vw,99vh) scale(.6857)}}.snow:nth-child(55){opacity:.4488;transform:translate(67.2375vw,-10px) scale(.2649);animation:fall-55 19s -22s linear infinite}@keyframes fall-55{54.526%{transform:translate(71.6416vw,54.526vh) scale(.2649)}to{transform:translate(69.43955vw,99vh) scale(.2649)}}.snow:nth-child(56){opacity:.9668;transform:translate(14.666vw,-10px) scale(.4056);animation:fall-56 23s -7s linear infinite}@keyframes fall-56{54.175%{transform:translate(13.8638vw,54.175vh) scale(.4056)}to{transform:translate(14.2649vw,99vh) scale(.4056)}}.snow:nth-child(57){opacity:1.9758;transform:translate(80.5118vw,-10px) scale(.3177);animation:fall-57 25s -29s linear infinite}@keyframes fall-57{37.441%{transform:translate(85.3155vw,37.441vh) scale(.3177)}to{transform:translate(82.91365vw,99vh) scale(.3177)}}.snow:nth-child(58){opacity:.0498;transform:translate(31.7642vw,-10px) scale(.578);animation:fall-58 27s -14s linear infinite}@keyframes fall-58{36.253%{transform:translate(39.4023vw,36.253vh) scale(.578)}to{transform:translate(35.58325vw,99vh) scale(.578)}}.snow:nth-child(59){opacity:.5724;transform:translate(39.3668vw,-10px) scale(.1357);animation:fall-59 14s -4s linear infinite}@keyframes fall-59{64.53%{transform:translate(36.2501vw,64.53vh) scale(.1357)}to{transform:translate(37.80845vw,99vh) scale(.1357)}}.snow:nth-child(60){opacity:1.607;transform:translate(10.5192vw,-10px) scale(.937);animation:fall-60 29s -28s linear infinite}@keyframes fall-60{60.216%{transform:translate(15.9114vw,60.216vh) scale(.937)}to{transform:translate(13.2153vw,99vh) scale(.937)}}.snow:nth-child(61){opacity:1.1388;transform:translate(20.9696vw,-10px) scale(.1787);animation:fall-61 23s -28s linear infinite}@keyframes fall-61{69.813%{transform:translate(22.3051vw,69.813vh) scale(.1787)}to{transform:translate(21.63735vw,99vh) scale(.1787)}}.snow:nth-child(62){opacity:.274;transform:translate(85.1064vw,-10px) scale(.4978);animation:fall-62 25s -4s linear infinite}@keyframes fall-62{52.737%{transform:translate(75.252vw,52.737vh) scale(.4978)}to{transform:translate(80.1792vw,99vh) scale(.4978)}}.snow:nth-child(63){opacity:.5396;transform:translate(17.6294vw,-10px) scale(.5697);animation:fall-63 23s -27s linear infinite}@keyframes fall-63{41.773%{transform:translate(11.0864vw,41.773vh) scale(.5697)}to{transform:translate(14.3579vw,99vh) scale(.5697)}}.snow:nth-child(64){opacity:.107;transform:translate(34.1361vw,-10px) scale(.2478);animation:fall-64 21s -3s linear infinite}@keyframes fall-64{55.819%{transform:translate(30.2746vw,55.819vh) scale(.2478)}to{transform:translate(32.20535vw,99vh) scale(.2478)}}.snow:nth-child(65){opacity:1.801;transform:translate(43.6099vw,-10px) scale(.0041);animation:fall-65 11s -15s linear infinite}@keyframes fall-65{58.411%{transform:translate(47.5465vw,58.411vh) scale(.0041)}to{transform:translate(45.5782vw,99vh) scale(.0041)}}.snow:nth-child(66){opacity:1.856;transform:translate(24.9218vw,-10px) scale(.6035);animation:fall-66 27s -10s linear infinite}@keyframes fall-66{55.363%{transform:translate(28.809vw,55.363vh) scale(.6035)}to{transform:translate(26.8654vw,99vh) scale(.6035)}}.snow:nth-child(67){opacity:1.5;transform:translate(84.6499vw,-10px) scale(.0602);animation:fall-67 21s -3s linear infinite}@keyframes fall-67{53.531%{transform:translate(93.8053vw,53.531vh) scale(.0602)}to{transform:translate(89.2276vw,99vh) scale(.0602)}}.snow:nth-child(68){opacity:.1378;transform:translate(83.4925vw,-10px) scale(.9294);animation:fall-68 20s -14s linear infinite}@keyframes fall-68{68.947%{transform:translate(93.4891vw,68.947vh) scale(.9294)}to{transform:translate(88.4908vw,99vh) scale(.9294)}}.snow:nth-child(69){opacity:.104;transform:translate(82.45vw,-10px) scale(.9834);animation:fall-69 29s -22s linear infinite}@keyframes fall-69{41.093%{transform:translate(73.167vw,41.093vh) scale(.9834)}to{transform:translate(77.8085vw,99vh) scale(.9834)}}.snow:nth-child(70){opacity:.3672;transform:translate(28.0928vw,-10px) scale(.3855);animation:fall-70 26s -1s linear infinite}@keyframes fall-70{30.724%{transform:translate(23.8774vw,30.724vh) scale(.3855)}to{transform:translate(25.9851vw,99vh) scale(.3855)}}.snow:nth-child(71){opacity:.7586;transform:translate(67.3332vw,-10px) scale(.2912);animation:fall-71 21s -21s linear infinite}@keyframes fall-71{38.286%{transform:translate(62.1067vw,38.286vh) scale(.2912)}to{transform:translate(64.71995vw,99vh) scale(.2912)}}.snow:nth-child(72){opacity:.8676;transform:translate(38.6385vw,-10px) scale(.6477);animation:fall-72 21s -2s linear infinite}@keyframes fall-72{77.271%{transform:translate(34.6694vw,77.271vh) scale(.6477)}to{transform:translate(36.65395vw,99vh) scale(.6477)}}.snow:nth-child(73){opacity:1.999;transform:translate(51.1946vw,-10px) scale(.9776);animation:fall-73 22s -24s linear infinite}@keyframes fall-73{51.769%{transform:translate(49.3828vw,51.769vh) scale(.9776)}to{transform:translate(50.2887vw,99vh) scale(.9776)}}.snow:nth-child(74){opacity:.7246;transform:translate(39.4863vw,-10px) scale(.2413);animation:fall-74 12s -30s linear infinite}@keyframes fall-74{57.226%{transform:translate(42.8109vw,57.226vh) scale(.2413)}to{transform:translate(41.1486vw,99vh) scale(.2413)}}.snow:nth-child(75){opacity:.4084;transform:translate(72.3866vw,-10px) scale(.8126);animation:fall-75 15s -20s linear infinite}@keyframes fall-75{58.115%{transform:translate(73.3701vw,58.115vh) scale(.8126)}to{transform:translate(72.87835vw,99vh) scale(.8126)}}.snow:nth-child(76){opacity:.825;transform:translate(70.771vw,-10px) scale(.1891);animation:fall-76 25s -1s linear infinite}@keyframes fall-76{72.704%{transform:translate(63.6821vw,72.704vh) scale(.1891)}to{transform:translate(67.22655vw,99vh) scale(.1891)}}.snow:nth-child(77){opacity:1.5456;transform:translate(41.9161vw,-10px) scale(.9074);animation:fall-77 16s -19s linear infinite}@keyframes fall-77{51.637%{transform:translate(37.6176vw,51.637vh) scale(.9074)}to{transform:translate(39.76685vw,99vh) scale(.9074)}}.snow:nth-child(78){opacity:.8936;transform:translate(81.312vw,-10px) scale(.7968);animation:fall-78 23s -26s linear infinite}@keyframes fall-78{63.759%{transform:translate(73.5348vw,63.759vh) scale(.7968)}to{transform:translate(77.4234vw,99vh) scale(.7968)}}.snow:nth-child(79){opacity:1.988;transform:translate(22.203vw,-10px) scale(.117);animation:fall-79 14s -7s linear infinite}@keyframes fall-79{45.109%{transform:translate(26.4622vw,45.109vh) scale(.117)}to{transform:translate(24.3326vw,99vh) scale(.117)}}.snow:nth-child(80){opacity:1.4974;transform:translate(68.3026vw,-10px) scale(.0284);animation:fall-80 30s -14s linear infinite}@keyframes fall-80{63.205%{transform:translate(60.7031vw,63.205vh) scale(.0284)}to{transform:translate(64.50285vw,99vh) scale(.0284)}}.snow:nth-child(81){opacity:1.2128;transform:translate(16.1262vw,-10px) scale(.8282);animation:fall-81 26s -8s linear infinite}@keyframes fall-81{63.622%{transform:translate(13.9728vw,63.622vh) scale(.8282)}to{transform:translate(15.0495vw,99vh) scale(.8282)}}.snow:nth-child(82){opacity:1.4414;transform:translate(45.8793vw,-10px) scale(.5762);animation:fall-82 11s -16s linear infinite}@keyframes fall-82{79.637%{transform:translate(39.4661vw,79.637vh) scale(.5762)}to{transform:translate(42.6727vw,99vh) scale(.5762)}}.snow:nth-child(83){opacity:1.5038;transform:translate(55.5399vw,-10px) scale(.648);animation:fall-83 16s -1s linear infinite}@keyframes fall-83{46.876%{transform:translate(57.1684vw,46.876vh) scale(.648)}to{transform:translate(56.35415vw,99vh) scale(.648)}}.snow:nth-child(84){opacity:.9576;transform:translate(86.8214vw,-10px) scale(.9447);animation:fall-84 14s -11s linear infinite}@keyframes fall-84{53.499%{transform:translate(88.1296vw,53.499vh) scale(.9447)}to{transform:translate(87.4755vw,99vh) scale(.9447)}}.snow:nth-child(85){opacity:.4146;transform:translate(46.816vw,-10px) scale(.181);animation:fall-85 13s -25s linear infinite}@keyframes fall-85{33.902%{transform:translate(41.352vw,33.902vh) scale(.181)}to{transform:translate(44.084vw,99vh) scale(.181)}}.snow:nth-child(86){opacity:1.953;transform:translate(41.8385vw,-10px) scale(.2715);animation:fall-86 14s -17s linear infinite}@keyframes fall-86{36.061%{transform:translate(42.9653vw,36.061vh) scale(.2715)}to{transform:translate(42.4019vw,99vh) scale(.2715)}}.snow:nth-child(87){opacity:.1776;transform:translate(91.66vw,-10px) scale(.8349);animation:fall-87 24s -8s linear infinite}@keyframes fall-87{57.294%{transform:translate(96.4841vw,57.294vh) scale(.8349)}to{transform:translate(94.07205vw,99vh) scale(.8349)}}.snow:nth-child(88){opacity:.1368;transform:translate(11.0868vw,-10px) scale(.1269);animation:fall-88 11s -15s linear infinite}@keyframes fall-88{34.676%{transform:translate(10.7853vw,34.676vh) scale(.1269)}to{transform:translate(10.93605vw,99vh) scale(.1269)}}.snow:nth-child(89){opacity:1.546;transform:translate(11.9145vw,-10px) scale(.8332);animation:fall-89 21s -7s linear infinite}@keyframes fall-89{54.369%{transform:translate(10.9182vw,54.369vh) scale(.8332)}to{transform:translate(11.41635vw,99vh) scale(.8332)}}.snow:nth-child(90){opacity:1.7518;transform:translate(7.2187vw,-10px) scale(.0321);animation:fall-90 14s -16s linear infinite}@keyframes fall-90{33.693%{transform:translate(6.4635vw,33.693vh) scale(.0321)}to{transform:translate(6.8411vw,99vh) scale(.0321)}}.snow:nth-child(91){opacity:.8254;transform:translate(48.4395vw,-10px) scale(.1344);animation:fall-91 10s -29s linear infinite}@keyframes fall-91{68.622%{transform:translate(52.435vw,68.622vh) scale(.1344)}to{transform:translate(50.43725vw,99vh) scale(.1344)}}.snow:nth-child(92){opacity:.813;transform:translate(14.7157vw,-10px) scale(.6304);animation:fall-92 10s -21s linear infinite}@keyframes fall-92{35.409%{transform:translate(8.193vw,35.409vh) scale(.6304)}to{transform:translate(11.45435vw,99vh) scale(.6304)}}.snow:nth-child(93){opacity:1.8318;transform:translate(86.0972vw,-10px) scale(.8093);animation:fall-93 13s -19s linear infinite}@keyframes fall-93{37.867%{transform:translate(92.4904vw,37.867vh) scale(.8093)}to{transform:translate(89.2938vw,99vh) scale(.8093)}}.snow:nth-child(94){opacity:1.2448;transform:translate(77.7348vw,-10px) scale(.8956);animation:fall-94 15s -24s linear infinite}@keyframes fall-94{66.661%{transform:translate(79.4246vw,66.661vh) scale(.8956)}to{transform:translate(78.5797vw,99vh) scale(.8956)}}.snow:nth-child(95){opacity:1.4966;transform:translate(96.1231vw,-10px) scale(.0165);animation:fall-95 20s -5s linear infinite}@keyframes fall-95{47.154%{transform:translate(96.3227vw,47.154vh) scale(.0165)}to{transform:translate(96.2229vw,99vh) scale(.0165)}}.snow:nth-child(96){opacity:.12;transform:translate(67.0637vw,-10px) scale(.0624);animation:fall-96 17s -20s linear infinite}@keyframes fall-96{41.749%{transform:translate(75.2774vw,41.749vh) scale(.0624)}to{transform:translate(71.17055vw,99vh) scale(.0624)}}.snow:nth-child(97){opacity:.9194;transform:translate(92.2346vw,-10px) scale(.2971);animation:fall-97 27s -23s linear infinite}@keyframes fall-97{57.565%{transform:translate(92.1358vw,57.565vh) scale(.2971)}to{transform:translate(92.1852vw,99vh) scale(.2971)}}.snow:nth-child(98){opacity:.4624;transform:translate(91.3868vw,-10px) scale(.737);animation:fall-98 19s -28s linear infinite}@keyframes fall-98{52.683%{transform:translate(98.1039vw,52.683vh) scale(.737)}to{transform:translate(94.74535vw,99vh) scale(.737)}}.snow:nth-child(99){opacity:1.0388;transform:translate(76.6084vw,-10px) scale(.8538);animation:fall-99 22s -10s linear infinite}@keyframes fall-99{70.873%{transform:translate(66.6486vw,70.873vh) scale(.8538)}to{transform:translate(71.6285vw,99vh) scale(.8538)}}.snow:nth-child(100){opacity:1.8386;transform:translate(33.5409vw,-10px) scale(.8633);animation:fall-100 14s -16s linear infinite}@keyframes fall-100{74.911%{transform:translate(24.8243vw,74.911vh) scale(.8633)}to{transform:translate(29.1826vw,99vh) scale(.8633)}}.snow:nth-child(101){opacity:1.813;transform:translate(78.226vw,-10px) scale(.5329);animation:fall-101 20s -27s linear infinite}@keyframes fall-101{69.844%{transform:translate(80.0535vw,69.844vh) scale(.5329)}to{transform:translate(79.13975vw,99vh) scale(.5329)}}.snow:nth-child(102){opacity:1.5072;transform:translate(99.409vw,-10px) scale(.8056);animation:fall-102 16s -23s linear infinite}@keyframes fall-102{74.954%{transform:translate(90.1565vw,74.954vh) scale(.8056)}to{transform:translate(94.78275vw,99vh) scale(.8056)}}.snow:nth-child(103){opacity:1.735;transform:translate(55.5vw,-10px) scale(.6424);animation:fall-103 27s -24s linear infinite}@keyframes fall-103{53.159%{transform:translate(46.8682vw,53.159vh) scale(.6424)}to{transform:translate(51.1841vw,99vh) scale(.6424)}}.snow:nth-child(104){opacity:.8274;transform:translate(27.2077vw,-10px) scale(.8507);animation:fall-104 10s -21s linear infinite}@keyframes fall-104{73.756%{transform:translate(28.2758vw,73.756vh) scale(.8507)}to{transform:translate(27.74175vw,99vh) scale(.8507)}}.snow:nth-child(105){opacity:.239;transform:translate(79.7923vw,-10px) scale(.6032);animation:fall-105 15s -10s linear infinite}@keyframes fall-105{66.036%{transform:translate(79.9046vw,66.036vh) scale(.6032)}to{transform:translate(79.84845vw,99vh) scale(.6032)}}.snow:nth-child(106){opacity:1.1152;transform:translate(37.1875vw,-10px) scale(.1402);animation:fall-106 25s -25s linear infinite}@keyframes fall-106{79.892%{transform:translate(41.9993vw,79.892vh) scale(.1402)}to{transform:translate(39.5934vw,99vh) scale(.1402)}}.snow:nth-child(107){opacity:1.9458;transform:translate(7.3838vw,-10px) scale(.2738);animation:fall-107 22s -15s linear infinite}@keyframes fall-107{63.467%{transform:translate(15.5899vw,63.467vh) scale(.2738)}to{transform:translate(11.48685vw,99vh) scale(.2738)}}.snow:nth-child(108){opacity:1.4264;transform:translate(18.0886vw,-10px) scale(.3877);animation:fall-108 28s -28s linear infinite}@keyframes fall-108{71.594%{transform:translate(22.9049vw,71.594vh) scale(.3877)}to{transform:translate(20.49675vw,99vh) scale(.3877)}}.snow:nth-child(109){opacity:.1878;transform:translate(98.9574vw,-10px) scale(.7373);animation:fall-109 20s -30s linear infinite}@keyframes fall-109{46.058%{transform:translate(95.1141vw,46.058vh) scale(.7373)}to{transform:translate(97.03575vw,99vh) scale(.7373)}}.snow:nth-child(110){opacity:1.9684;transform:translate(38.9087vw,-10px) scale(.1572);animation:fall-110 26s -3s linear infinite}@keyframes fall-110{38.842%{transform:translate(41.5394vw,38.842vh) scale(.1572)}to{transform:translate(40.22405vw,99vh) scale(.1572)}}.snow:nth-child(111){opacity:1.3598;transform:translate(7.6677vw,-10px) scale(.5545);animation:fall-111 20s -3s linear infinite}@keyframes fall-111{38.474%{transform:translate(-1.3589vw,38.474vh) scale(.5545)}to{transform:translate(3.1544vw,99vh) scale(.5545)}}.snow:nth-child(112){opacity:1.2292;transform:translate(57.364vw,-10px) scale(.0217);animation:fall-112 30s -14s linear infinite}@keyframes fall-112{37.179%{transform:translate(67.3097vw,37.179vh) scale(.0217)}to{transform:translate(62.33685vw,99vh) scale(.0217)}}.snow:nth-child(113){opacity:1.7798;transform:translate(52.4985vw,-10px) scale(.3031);animation:fall-113 28s -2s linear infinite}@keyframes fall-113{51.377%{transform:translate(60.7519vw,51.377vh) scale(.3031)}to{transform:translate(56.6252vw,99vh) scale(.3031)}}.snow:nth-child(114){opacity:.4384;transform:translate(6.1491vw,-10px) scale(.3891);animation:fall-114 15s -4s linear infinite}@keyframes fall-114{51.229%{transform:translate(12.8795vw,51.229vh) scale(.3891)}to{transform:translate(9.5143vw,99vh) scale(.3891)}}.snow:nth-child(115){opacity:.3304;transform:translate(59.6054vw,-10px) scale(.1018);animation:fall-115 26s -23s linear infinite}@keyframes fall-115{60.586%{transform:translate(65.7633vw,60.586vh) scale(.1018)}to{transform:translate(62.68435vw,99vh) scale(.1018)}}.snow:nth-child(116){opacity:1.078;transform:translate(23.3404vw,-10px) scale(.6864);animation:fall-116 20s -6s linear infinite}@keyframes fall-116{34.032%{transform:translate(29.2876vw,34.032vh) scale(.6864)}to{transform:translate(26.314vw,99vh) scale(.6864)}}.snow:nth-child(117){opacity:1.8558;transform:translate(62.205vw,-10px) scale(.1363);animation:fall-117 19s -26s linear infinite}@keyframes fall-117{32.58%{transform:translate(53.5303vw,32.58vh) scale(.1363)}to{transform:translate(57.86765vw,99vh) scale(.1363)}}.snow:nth-child(118){opacity:.2112;transform:translate(79.6252vw,-10px) scale(.762);animation:fall-118 20s -8s linear infinite}@keyframes fall-118{65.221%{transform:translate(89.4037vw,65.221vh) scale(.762)}to{transform:translate(84.51445vw,99vh) scale(.762)}}.snow:nth-child(119){opacity:.8372;transform:translate(78.4255vw,-10px) scale(.0936);animation:fall-119 20s -21s linear infinite}@keyframes fall-119{38.548%{transform:translate(69.3355vw,38.548vh) scale(.0936)}to{transform:translate(73.8805vw,99vh) scale(.0936)}}.snow:nth-child(120){opacity:.5346;transform:translate(66.2615vw,-10px) scale(.2487);animation:fall-120 27s -21s linear infinite}@keyframes fall-120{33.547%{transform:translate(66.9453vw,33.547vh) scale(.2487)}to{transform:translate(66.6034vw,99vh) scale(.2487)}}.snow:nth-child(121){opacity:1.274;transform:translate(79.2559vw,-10px) scale(.867);animation:fall-121 27s -6s linear infinite}@keyframes fall-121{60.057%{transform:translate(72.0136vw,60.057vh) scale(.867)}to{transform:translate(75.63475vw,99vh) scale(.867)}}.snow:nth-child(122){opacity:1.342;transform:translate(14.9723vw,-10px) scale(.0181);animation:fall-122 28s -16s linear infinite}@keyframes fall-122{59.395%{transform:translate(17.6447vw,59.395vh) scale(.0181)}to{transform:translate(16.3085vw,99vh) scale(.0181)}}.snow:nth-child(123){opacity:.8366;transform:translate(78.3746vw,-10px) scale(.5585);animation:fall-123 19s -30s linear infinite}@keyframes fall-123{77.786%{transform:translate(84.7963vw,77.786vh) scale(.5585)}to{transform:translate(81.58545vw,99vh) scale(.5585)}}.snow:nth-child(124){opacity:1.4164;transform:translate(6.7304vw,-10px) scale(.5724);animation:fall-124 12s -14s linear infinite}@keyframes fall-124{51.968%{transform:translate(5.1147vw,51.968vh) scale(.5724)}to{transform:translate(5.92255vw,99vh) scale(.5724)}}.snow:nth-child(125){opacity:.7282;transform:translate(65.1458vw,-10px) scale(.0714);animation:fall-125 24s -4s linear infinite}@keyframes fall-125{44.747%{transform:translate(73.6907vw,44.747vh) scale(.0714)}to{transform:translate(69.41825vw,99vh) scale(.0714)}}.snow:nth-child(126){opacity:.8016;transform:translate(48.8404vw,-10px) scale(.379);animation:fall-126 29s -6s linear infinite}@keyframes fall-126{77.239%{transform:translate(38.9045vw,77.239vh) scale(.379)}to{transform:translate(43.87245vw,99vh) scale(.379)}}.snow:nth-child(127){opacity:1.4642;transform:translate(37.9149vw,-10px) scale(.3013);animation:fall-127 27s -3s linear infinite}@keyframes fall-127{31.823%{transform:translate(40.5032vw,31.823vh) scale(.3013)}to{transform:translate(39.20905vw,99vh) scale(.3013)}}.snow:nth-child(128){opacity:.386;transform:translate(29.4724vw,-10px) scale(.6554);animation:fall-128 17s -6s linear infinite}@keyframes fall-128{36.598%{transform:translate(31.7528vw,36.598vh) scale(.6554)}to{transform:translate(30.6126vw,99vh) scale(.6554)}}.snow:nth-child(129){opacity:.8866;transform:translate(94.2428vw,-10px) scale(.0672);animation:fall-129 29s -24s linear infinite}@keyframes fall-129{64.583%{transform:translate(97.3645vw,64.583vh) scale(.0672)}to{transform:translate(95.80365vw,99vh) scale(.0672)}}.snow:nth-child(130){opacity:.9798;transform:translate(55.8272vw,-10px) scale(.2215);animation:fall-130 12s -22s linear infinite}@keyframes fall-130{40.927%{transform:translate(63.3953vw,40.927vh) scale(.2215)}to{transform:translate(59.61125vw,99vh) scale(.2215)}}.snow:nth-child(131){opacity:1.2604;transform:translate(27.8568vw,-10px) scale(.7354);animation:fall-131 17s -11s linear infinite}@keyframes fall-131{53.136%{transform:translate(31.8573vw,53.136vh) scale(.7354)}to{transform:translate(29.85705vw,99vh) scale(.7354)}}.snow:nth-child(132){opacity:1.5318;transform:translate(82.6325vw,-10px) scale(.0474);animation:fall-132 14s -24s linear infinite}@keyframes fall-132{62.593%{transform:translate(85.3851vw,62.593vh) scale(.0474)}to{transform:translate(84.0088vw,99vh) scale(.0474)}}.snow:nth-child(133){opacity:.5342;transform:translate(53.1659vw,-10px) scale(.6603);animation:fall-133 13s -6s linear infinite}@keyframes fall-133{76.159%{transform:translate(53.2738vw,76.159vh) scale(.6603)}to{transform:translate(53.21985vw,99vh) scale(.6603)}}.snow:nth-child(134){opacity:.789;transform:translate(50.8302vw,-10px) scale(.5209);animation:fall-134 29s -24s linear infinite}@keyframes fall-134{55.187%{transform:translate(57.2077vw,55.187vh) scale(.5209)}to{transform:translate(54.01895vw,99vh) scale(.5209)}}.snow:nth-child(135){opacity:.7022;transform:translate(74.1637vw,-10px) scale(.5051);animation:fall-135 19s -12s linear infinite}@keyframes fall-135{40.728%{transform:translate(73.0666vw,40.728vh) scale(.5051)}to{transform:translate(73.61515vw,99vh) scale(.5051)}}.snow:nth-child(136){opacity:.43;transform:translate(20.1141vw,-10px) scale(.7636);animation:fall-136 23s -6s linear infinite}@keyframes fall-136{49.806%{transform:translate(26.2734vw,49.806vh) scale(.7636)}to{transform:translate(23.19375vw,99vh) scale(.7636)}}.snow:nth-child(137){opacity:1.9126;transform:translate(68.6773vw,-10px) scale(.0121);animation:fall-137 23s -12s linear infinite}@keyframes fall-137{51.944%{transform:translate(62.7573vw,51.944vh) scale(.0121)}to{transform:translate(65.7173vw,99vh) scale(.0121)}}.snow:nth-child(138){opacity:.805;transform:translate(61.3692vw,-10px) scale(.3008);animation:fall-138 10s -28s linear infinite}@keyframes fall-138{79.295%{transform:translate(56.1261vw,79.295vh) scale(.3008)}to{transform:translate(58.74765vw,99vh) scale(.3008)}}.snow:nth-child(139){opacity:.337;transform:translate(78.9711vw,-10px) scale(.3799);animation:fall-139 12s -17s linear infinite}@keyframes fall-139{45.575%{transform:translate(75.1vw,45.575vh) scale(.3799)}to{transform:translate(77.03555vw,99vh) scale(.3799)}}.snow:nth-child(140){opacity:1.0216;transform:translate(64.5282vw,-10px) scale(.63);animation:fall-140 13s -28s linear infinite}@keyframes fall-140{65.139%{transform:translate(72.4574vw,65.139vh) scale(.63)}to{transform:translate(68.4928vw,99vh) scale(.63)}}.snow:nth-child(141){opacity:1.3392;transform:translate(15.5115vw,-10px) scale(.2998);animation:fall-141 27s -24s linear infinite}@keyframes fall-141{57.386%{transform:translate(19.8642vw,57.386vh) scale(.2998)}to{transform:translate(17.68785vw,99vh) scale(.2998)}}.snow:nth-child(142){opacity:.3516;transform:translate(37.887vw,-10px) scale(.5173);animation:fall-142 20s -18s linear infinite}@keyframes fall-142{55.148%{transform:translate(34.3103vw,55.148vh) scale(.5173)}to{transform:translate(36.09865vw,99vh) scale(.5173)}}.snow:nth-child(143){opacity:.9132;transform:translate(87.4403vw,-10px) scale(.3812);animation:fall-143 27s -21s linear infinite}@keyframes fall-143{44.961%{transform:translate(82.0962vw,44.961vh) scale(.3812)}to{transform:translate(84.76825vw,99vh) scale(.3812)}}.snow:nth-child(144){opacity:1.4914;transform:translate(9.3161vw,-10px) scale(.5373);animation:fall-144 16s -18s linear infinite}@keyframes fall-144{55.38%{transform:translate(18.393vw,55.38vh) scale(.5373)}to{transform:translate(13.85455vw,99vh) scale(.5373)}}.snow:nth-child(145){opacity:1.8686;transform:translate(54.4516vw,-10px) scale(.6752);animation:fall-145 13s -6s linear infinite}@keyframes fall-145{72.198%{transform:translate(48.1914vw,72.198vh) scale(.6752)}to{transform:translate(51.3215vw,99vh) scale(.6752)}}.snow:nth-child(146){opacity:1.9098;transform:translate(35.7716vw,-10px) scale(.2344);animation:fall-146 18s -11s linear infinite}@keyframes fall-146{44.097%{transform:translate(43.7033vw,44.097vh) scale(.2344)}to{transform:translate(39.73745vw,99vh) scale(.2344)}}.snow:nth-child(147){opacity:1.449;transform:translate(81.074vw,-10px) scale(.9627);animation:fall-147 11s -22s linear infinite}@keyframes fall-147{61.722%{transform:translate(79.2106vw,61.722vh) scale(.9627)}to{transform:translate(80.1423vw,99vh) scale(.9627)}}.snow:nth-child(148){opacity:1.7716;transform:translate(76.2672vw,-10px) scale(.7006);animation:fall-148 22s -25s linear infinite}@keyframes fall-148{72.564%{transform:translate(69.3358vw,72.564vh) scale(.7006)}to{transform:translate(72.8015vw,99vh) scale(.7006)}}.snow:nth-child(149){opacity:.4034;transform:translate(35.1724vw,-10px) scale(.0419);animation:fall-149 15s -5s linear infinite}@keyframes fall-149{48.818%{transform:translate(37.7367vw,48.818vh) scale(.0419)}to{transform:translate(36.45455vw,99vh) scale(.0419)}}.snow:nth-child(150){opacity:.1954;transform:translate(53.7566vw,-10px) scale(.9213);animation:fall-150 19s -5s linear infinite}@keyframes fall-150{47.985%{transform:translate(44.9623vw,47.985vh) scale(.9213)}to{transform:translate(49.35945vw,99vh) scale(.9213)}}.snow:nth-child(151){opacity:.9444;transform:translate(63.4231vw,-10px) scale(.6697);animation:fall-151 25s -26s linear infinite}@keyframes fall-151{47.405%{transform:translate(62.1228vw,47.405vh) scale(.6697)}to{transform:translate(62.77295vw,99vh) scale(.6697)}}.snow:nth-child(152){opacity:1.256;transform:translate(49.7228vw,-10px) scale(.1186);animation:fall-152 19s -26s linear infinite}@keyframes fall-152{68.582%{transform:translate(52.4006vw,68.582vh) scale(.1186)}to{transform:translate(51.0617vw,99vh) scale(.1186)}}.snow:nth-child(153){opacity:1.497;transform:translate(91.6295vw,-10px) scale(.2021);animation:fall-153 25s -16s linear infinite}@keyframes fall-153{44.304%{transform:translate(91.2174vw,44.304vh) scale(.2021)}to{transform:translate(91.42345vw,99vh) scale(.2021)}}.snow:nth-child(154){opacity:.0116;transform:translate(51.1369vw,-10px) scale(.3284);animation:fall-154 24s -15s linear infinite}@keyframes fall-154{56.8%{transform:translate(56.6094vw,56.8vh) scale(.3284)}to{transform:translate(53.87315vw,99vh) scale(.3284)}}.snow:nth-child(155){opacity:.5592;transform:translate(20.6563vw,-10px) scale(.1501);animation:fall-155 28s -12s linear infinite}@keyframes fall-155{61.924%{transform:translate(24.9042vw,61.924vh) scale(.1501)}to{transform:translate(22.78025vw,99vh) scale(.1501)}}.snow:nth-child(156){opacity:1.3396;transform:translate(11.8287vw,-10px) scale(.8268);animation:fall-156 18s -25s linear infinite}@keyframes fall-156{72.838%{transform:translate(20.6355vw,72.838vh) scale(.8268)}to{transform:translate(16.2321vw,99vh) scale(.8268)}}.snow:nth-child(157){opacity:1.1832;transform:translate(59.6506vw,-10px) scale(.5694);animation:fall-157 28s -18s linear infinite}@keyframes fall-157{68.499%{transform:translate(69.0873vw,68.499vh) scale(.5694)}to{transform:translate(64.36895vw,99vh) scale(.5694)}}.snow:nth-child(158){opacity:.788;transform:translate(45.6712vw,-10px) scale(.48);animation:fall-158 18s -16s linear infinite}@keyframes fall-158{37.312%{transform:translate(43.6101vw,37.312vh) scale(.48)}to{transform:translate(44.64065vw,99vh) scale(.48)}}.snow:nth-child(159){opacity:1.0654;transform:translate(53.2777vw,-10px) scale(.6909);animation:fall-159 19s -1s linear infinite}@keyframes fall-159{52.483%{transform:translate(47.8354vw,52.483vh) scale(.6909)}to{transform:translate(50.55655vw,99vh) scale(.6909)}}.snow:nth-child(160){opacity:1.2012;transform:translate(.5071vw,-10px) scale(.1711);animation:fall-160 10s -15s linear infinite}@keyframes fall-160{46.245%{transform:translate(-1.614vw,46.245vh) scale(.1711)}to{transform:translate(-.55345vw,99vh) scale(.1711)}}.snow:nth-child(161){opacity:1.024;transform:translate(38.1648vw,-10px) scale(.4877);animation:fall-161 13s -28s linear infinite}@keyframes fall-161{65.493%{transform:translate(40.9913vw,65.493vh) scale(.4877)}to{transform:translate(39.57805vw,99vh) scale(.4877)}}.snow:nth-child(162){opacity:1.9144;transform:translate(1.2877vw,-10px) scale(.7533);animation:fall-162 19s -9s linear infinite}@keyframes fall-162{37.066%{transform:translate(2.4311vw,37.066vh) scale(.7533)}to{transform:translate(1.8594vw,99vh) scale(.7533)}}.snow:nth-child(163){opacity:.1812;transform:translate(59.1605vw,-10px) scale(.5043);animation:fall-163 19s -19s linear infinite}@keyframes fall-163{39.043%{transform:translate(54.0382vw,39.043vh) scale(.5043)}to{transform:translate(56.59935vw,99vh) scale(.5043)}}.snow:nth-child(164){opacity:.8834;transform:translate(18.7498vw,-10px) scale(.0846);animation:fall-164 21s -19s linear infinite}@keyframes fall-164{67.411%{transform:translate(11.1534vw,67.411vh) scale(.0846)}to{transform:translate(14.9516vw,99vh) scale(.0846)}}.snow:nth-child(165){opacity:1.357;transform:translate(80.4129vw,-10px) scale(.4372);animation:fall-165 11s -18s linear infinite}@keyframes fall-165{39.709%{transform:translate(89.9521vw,39.709vh) scale(.4372)}to{transform:translate(85.1825vw,99vh) scale(.4372)}}.snow:nth-child(166){opacity:1.8732;transform:translate(53.1408vw,-10px) scale(.8126);animation:fall-166 19s -21s linear infinite}@keyframes fall-166{35.413%{transform:translate(46.4794vw,35.413vh) scale(.8126)}to{transform:translate(49.8101vw,99vh) scale(.8126)}}.snow:nth-child(167){opacity:.0452;transform:translate(47.1666vw,-10px) scale(.5281);animation:fall-167 15s -15s linear infinite}@keyframes fall-167{70.922%{transform:translate(52.8685vw,70.922vh) scale(.5281)}to{transform:translate(50.01755vw,99vh) scale(.5281)}}.snow:nth-child(168){opacity:.3176;transform:translate(11.1612vw,-10px) scale(.2158);animation:fall-168 10s -7s linear infinite}@keyframes fall-168{31.034%{transform:translate(18.007vw,31.034vh) scale(.2158)}to{transform:translate(14.5841vw,99vh) scale(.2158)}}.snow:nth-child(169){opacity:.2198;transform:translate(39.6726vw,-10px) scale(.0017);animation:fall-169 11s -19s linear infinite}@keyframes fall-169{42.231%{transform:translate(34.9277vw,42.231vh) scale(.0017)}to{transform:translate(37.30015vw,99vh) scale(.0017)}}.snow:nth-child(170){opacity:1.8454;transform:translate(90.4114vw,-10px) scale(.2723);animation:fall-170 29s -22s linear infinite}@keyframes fall-170{77.401%{transform:translate(84.859vw,77.401vh) scale(.2723)}to{transform:translate(87.6352vw,99vh) scale(.2723)}}.snow:nth-child(171){opacity:.8538;transform:translate(52.5126vw,-10px) scale(.8934);animation:fall-171 19s -19s linear infinite}@keyframes fall-171{50.235%{transform:translate(60.4914vw,50.235vh) scale(.8934)}to{transform:translate(56.502vw,99vh) scale(.8934)}}.snow:nth-child(172){opacity:.9402;transform:translate(38.379vw,-10px) scale(.949);animation:fall-172 17s -14s linear infinite}@keyframes fall-172{45.329%{transform:translate(39.9717vw,45.329vh) scale(.949)}to{transform:translate(39.17535vw,99vh) scale(.949)}}.snow:nth-child(173){opacity:.944;transform:translate(97.1055vw,-10px) scale(.4225);animation:fall-173 23s -1s linear infinite}@keyframes fall-173{76.655%{transform:translate(100.5617vw,76.655vh) scale(.4225)}to{transform:translate(98.8336vw,99vh) scale(.4225)}}.snow:nth-child(174){opacity:1.3288;transform:translate(86.6564vw,-10px) scale(.9437);animation:fall-174 24s -25s linear infinite}@keyframes fall-174{50.152%{transform:translate(85.4041vw,50.152vh) scale(.9437)}to{transform:translate(86.03025vw,99vh) scale(.9437)}}.snow:nth-child(175){opacity:.6446;transform:translate(87.4086vw,-10px) scale(.9647);animation:fall-175 19s -2s linear infinite}@keyframes fall-175{78.38%{transform:translate(87.2923vw,78.38vh) scale(.9647)}to{transform:translate(87.35045vw,99vh) scale(.9647)}}.snow:nth-child(176){opacity:1.3432;transform:translate(90.8364vw,-10px) scale(.9623);animation:fall-176 12s -3s linear infinite}@keyframes fall-176{69.092%{transform:translate(83.9049vw,69.092vh) scale(.9623)}to{transform:translate(87.37065vw,99vh) scale(.9623)}}.snow:nth-child(177){opacity:.5914;transform:translate(56.7928vw,-10px) scale(.8658);animation:fall-177 24s -13s linear infinite}@keyframes fall-177{37.881%{transform:translate(46.9827vw,37.881vh) scale(.8658)}to{transform:translate(51.88775vw,99vh) scale(.8658)}}.snow:nth-child(178){opacity:.5804;transform:translate(51.9353vw,-10px) scale(.356);animation:fall-178 26s -7s linear infinite}@keyframes fall-178{36.181%{transform:translate(43.2476vw,36.181vh) scale(.356)}to{transform:translate(47.59145vw,99vh) scale(.356)}}.snow:nth-child(179){opacity:1.4302;transform:translate(57.0469vw,-10px) scale(.0339);animation:fall-179 13s -27s linear infinite}@keyframes fall-179{38.616%{transform:translate(65.5452vw,38.616vh) scale(.0339)}to{transform:translate(61.29605vw,99vh) scale(.0339)}}.snow:nth-child(180){opacity:.0524;transform:translate(92.6542vw,-10px) scale(.2474);animation:fall-180 30s -5s linear infinite}@keyframes fall-180{58.325%{transform:translate(85.9265vw,58.325vh) scale(.2474)}to{transform:translate(89.29035vw,99vh) scale(.2474)}}.snow:nth-child(181){opacity:1.2956;transform:translate(70.5426vw,-10px) scale(.5453);animation:fall-181 30s -3s linear infinite}@keyframes fall-181{57.326%{transform:translate(76.6521vw,57.326vh) scale(.5453)}to{transform:translate(73.59735vw,99vh) scale(.5453)}}.snow:nth-child(182){opacity:.876;transform:translate(33.1704vw,-10px) scale(.0896);animation:fall-182 20s -6s linear infinite}@keyframes fall-182{34.318%{transform:translate(41.6146vw,34.318vh) scale(.0896)}to{transform:translate(37.3925vw,99vh) scale(.0896)}}.snow:nth-child(183){opacity:.4942;transform:translate(15.2137vw,-10px) scale(.7158);animation:fall-183 11s -14s linear infinite}@keyframes fall-183{48.684%{transform:translate(16.1539vw,48.684vh) scale(.7158)}to{transform:translate(15.6838vw,99vh) scale(.7158)}}.snow:nth-child(184){opacity:.51;transform:translate(92.9517vw,-10px) scale(.7151);animation:fall-184 25s -5s linear infinite}@keyframes fall-184{68.773%{transform:translate(84.6208vw,68.773vh) scale(.7151)}to{transform:translate(88.78625vw,99vh) scale(.7151)}}.snow:nth-child(185){opacity:1.619;transform:translate(14.0309vw,-10px) scale(.3581);animation:fall-185 11s -30s linear infinite}@keyframes fall-185{64.955%{transform:translate(12.0501vw,64.955vh) scale(.3581)}to{transform:translate(13.0405vw,99vh) scale(.3581)}}.snow:nth-child(186){opacity:1.8164;transform:translate(89.6111vw,-10px) scale(.8365);animation:fall-186 14s -15s linear infinite}@keyframes fall-186{58.354%{transform:translate(89.6024vw,58.354vh) scale(.8365)}to{transform:translate(89.60675vw,99vh) scale(.8365)}}.snow:nth-child(187){opacity:.2064;transform:translate(3.5369vw,-10px) scale(.2853);animation:fall-187 18s -14s linear infinite}@keyframes fall-187{35.173%{transform:translate(3.5582vw,35.173vh) scale(.2853)}to{transform:translate(3.54755vw,99vh) scale(.2853)}}.snow:nth-child(188){opacity:.3804;transform:translate(51.6098vw,-10px) scale(.3784);animation:fall-188 14s -22s linear infinite}@keyframes fall-188{51.231%{transform:translate(47.4246vw,51.231vh) scale(.3784)}to{transform:translate(49.5172vw,99vh) scale(.3784)}}.snow:nth-child(189){opacity:1.5246;transform:translate(21.6103vw,-10px) scale(.9528);animation:fall-189 14s -18s linear infinite}@keyframes fall-189{55.74%{transform:translate(20.2953vw,55.74vh) scale(.9528)}to{transform:translate(20.9528vw,99vh) scale(.9528)}}.snow:nth-child(190){opacity:1.8644;transform:translate(84.91vw,-10px) scale(.2122);animation:fall-190 23s -25s linear infinite}@keyframes fall-190{47.027%{transform:translate(93.4899vw,47.027vh) scale(.2122)}to{transform:translate(89.19995vw,99vh) scale(.2122)}}.snow:nth-child(191){opacity:1.6254;transform:translate(21.6216vw,-10px) scale(.3809);animation:fall-191 28s -14s linear infinite}@keyframes fall-191{43.99%{transform:translate(20.6339vw,43.99vh) scale(.3809)}to{transform:translate(21.12775vw,99vh) scale(.3809)}}.snow:nth-child(192){opacity:1.6886;transform:translate(77.4544vw,-10px) scale(.8626);animation:fall-192 14s -11s linear infinite}@keyframes fall-192{57.489%{transform:translate(73.855vw,57.489vh) scale(.8626)}to{transform:translate(75.6547vw,99vh) scale(.8626)}}.snow:nth-child(193){opacity:1.1174;transform:translate(10.2027vw,-10px) scale(.3245);animation:fall-193 21s -13s linear infinite}@keyframes fall-193{42.461%{transform:translate(5.03vw,42.461vh) scale(.3245)}to{transform:translate(7.61635vw,99vh) scale(.3245)}}.snow:nth-child(194){opacity:1.9462;transform:translate(89.0089vw,-10px) scale(.073);animation:fall-194 21s -28s linear infinite}@keyframes fall-194{63.82%{transform:translate(92.5454vw,63.82vh) scale(.073)}to{transform:translate(90.77715vw,99vh) scale(.073)}}.snow:nth-child(195){opacity:1.5114;transform:translate(20.4412vw,-10px) scale(.5649);animation:fall-195 26s -8s linear infinite}@keyframes fall-195{44.641%{transform:translate(12.1205vw,44.641vh) scale(.5649)}to{transform:translate(16.28085vw,99vh) scale(.5649)}}.snow:nth-child(196){opacity:1.6286;transform:translate(94.1421vw,-10px) scale(.5682);animation:fall-196 26s -30s linear infinite}@keyframes fall-196{78.32%{transform:translate(101.3654vw,78.32vh) scale(.5682)}to{transform:translate(97.75375vw,99vh) scale(.5682)}}.snow:nth-child(197){opacity:.4342;transform:translate(48.1703vw,-10px) scale(.6132);animation:fall-197 29s -8s linear infinite}@keyframes fall-197{63.365%{transform:translate(53.0609vw,63.365vh) scale(.6132)}to{transform:translate(50.6156vw,99vh) scale(.6132)}}.snow:nth-child(198){opacity:1.7734;transform:translate(46.9993vw,-10px) scale(.9719);animation:fall-198 26s -12s linear infinite}@keyframes fall-198{75.839%{transform:translate(46.9078vw,75.839vh) scale(.9719)}to{transform:translate(46.95355vw,99vh) scale(.9719)}}.snow:nth-child(199){opacity:1.7424;transform:translate(70.9291vw,-10px) scale(.8876);animation:fall-199 11s -11s linear infinite}@keyframes fall-199{50.018%{transform:translate(69.8825vw,50.018vh) scale(.8876)}to{transform:translate(70.4058vw,99vh) scale(.8876)}}.snow:nth-child(200){opacity:1.4172;transform:translate(18.2456vw,-10px) scale(.911);animation:fall-200 15s -17s linear infinite}@keyframes fall-200{30.912%{transform:translate(24.1553vw,30.912vh) scale(.911)}to{transform:translate(21.20045vw,99vh) scale(.911)}}.snow:nth-child(201){opacity:1.5406;transform:translate(13.4203vw,-10px) scale(.0494);animation:fall-201 22s -5s linear infinite}@keyframes fall-201{44.553%{transform:translate(8.0015vw,44.553vh) scale(.0494)}to{transform:translate(10.7109vw,99vh) scale(.0494)}}.snow:nth-child(202){opacity:1.6316;transform:translate(39.1464vw,-10px) scale(.7684);animation:fall-202 25s -19s linear infinite}@keyframes fall-202{49.186%{transform:translate(34.0168vw,49.186vh) scale(.7684)}to{transform:translate(36.5816vw,99vh) scale(.7684)}}.snow:nth-child(203){opacity:.9888;transform:translate(65.9058vw,-10px) scale(.3724);animation:fall-203 21s -14s linear infinite}@keyframes fall-203{62.912%{transform:translate(62.3928vw,62.912vh) scale(.3724)}to{transform:translate(64.1493vw,99vh) scale(.3724)}}.snow:nth-child(204){opacity:1.3308;transform:translate(79.5247vw,-10px) scale(.9592);animation:fall-204 24s -28s linear infinite}@keyframes fall-204{31.023%{transform:translate(87.2445vw,31.023vh) scale(.9592)}to{transform:translate(83.3846vw,99vh) scale(.9592)}}.snow:nth-child(205){opacity:.8252;transform:translate(79.2284vw,-10px) scale(.368);animation:fall-205 11s -18s linear infinite}@keyframes fall-205{41.419%{transform:translate(71.8675vw,41.419vh) scale(.368)}to{transform:translate(75.54795vw,99vh) scale(.368)}}.snow:nth-child(206){opacity:.8118;transform:translate(75.2973vw,-10px) scale(.8426);animation:fall-206 28s -25s linear infinite}@keyframes fall-206{63.661%{transform:translate(81.4274vw,63.661vh) scale(.8426)}to{transform:translate(78.36235vw,99vh) scale(.8426)}}.snow:nth-child(207){opacity:.1772;transform:translate(42.5049vw,-10px) scale(.7107);animation:fall-207 10s -29s linear infinite}@keyframes fall-207{31.852%{transform:translate(35.9525vw,31.852vh) scale(.7107)}to{transform:translate(39.2287vw,99vh) scale(.7107)}}.snow:nth-child(208){opacity:.6742;transform:translate(45.4016vw,-10px) scale(.0436);animation:fall-208 26s -27s linear infinite}@keyframes fall-208{77.25%{transform:translate(48.4309vw,77.25vh) scale(.0436)}to{transform:translate(46.91625vw,99vh) scale(.0436)}}.snow:nth-child(209){opacity:1.7784;transform:translate(39.6953vw,-10px) scale(.8947);animation:fall-209 26s -18s linear infinite}@keyframes fall-209{49.544%{transform:translate(39.8122vw,49.544vh) scale(.8947)}to{transform:translate(39.75375vw,99vh) scale(.8947)}}.snow:nth-child(210){opacity:.6246;transform:translate(51.0794vw,-10px) scale(.5976);animation:fall-210 17s -24s linear infinite}@keyframes fall-210{50.362%{transform:translate(60.4024vw,50.362vh) scale(.5976)}to{transform:translate(55.7409vw,99vh) scale(.5976)}}.snow:nth-child(211){opacity:.4992;transform:translate(17.4479vw,-10px) scale(.5204);animation:fall-211 24s -1s linear infinite}@keyframes fall-211{50.683%{transform:translate(8.3515vw,50.683vh) scale(.5204)}to{transform:translate(12.8997vw,99vh) scale(.5204)}}.snow:nth-child(212){opacity:.084;transform:translate(98.2508vw,-10px) scale(.0324);animation:fall-212 19s -25s linear infinite}@keyframes fall-212{55.877%{transform:translate(102.6849vw,55.877vh) scale(.0324)}to{transform:translate(100.46785vw,99vh) scale(.0324)}}.snow:nth-child(213){opacity:.5894;transform:translate(71.1519vw,-10px) scale(.5769);animation:fall-213 19s -24s linear infinite}@keyframes fall-213{73.829%{transform:translate(73.715vw,73.829vh) scale(.5769)}to{transform:translate(72.43345vw,99vh) scale(.5769)}}.snow:nth-child(214){opacity:.8294;transform:translate(5.3056vw,-10px) scale(.2198);animation:fall-214 24s -25s linear infinite}@keyframes fall-214{68.416%{transform:translate(3.0777vw,68.416vh) scale(.2198)}to{transform:translate(4.19165vw,99vh) scale(.2198)}}.snow:nth-child(215){opacity:1.407;transform:translate(89.4473vw,-10px) scale(.0338);animation:fall-215 17s -21s linear infinite}@keyframes fall-215{75.777%{transform:translate(85.3787vw,75.777vh) scale(.0338)}to{transform:translate(87.413vw,99vh) scale(.0338)}}.snow:nth-child(216){opacity:1.9504;transform:translate(11.6562vw,-10px) scale(.8639);animation:fall-216 16s -17s linear infinite}@keyframes fall-216{39.09%{transform:translate(7.8775vw,39.09vh) scale(.8639)}to{transform:translate(9.76685vw,99vh) scale(.8639)}}.snow:nth-child(217){opacity:.9024;transform:translate(47.8989vw,-10px) scale(.8686);animation:fall-217 19s -2s linear infinite}@keyframes fall-217{33.982%{transform:translate(40.341vw,33.982vh) scale(.8686)}to{transform:translate(44.11995vw,99vh) scale(.8686)}}.snow:nth-child(218){opacity:1.557;transform:translate(36.458vw,-10px) scale(.6824);animation:fall-218 12s -21s linear infinite}@keyframes fall-218{61.835%{transform:translate(42.4817vw,61.835vh) scale(.6824)}to{transform:translate(39.46985vw,99vh) scale(.6824)}}.snow:nth-child(219){opacity:.9278;transform:translate(34.4605vw,-10px) scale(.5643);animation:fall-219 15s -6s linear infinite}@keyframes fall-219{78.462%{transform:translate(27.2605vw,78.462vh) scale(.5643)}to{transform:translate(30.8605vw,99vh) scale(.5643)}}.snow:nth-child(220){opacity:1.1352;transform:translate(69.1604vw,-10px) scale(.2272);animation:fall-220 24s -5s linear infinite}@keyframes fall-220{51.664%{transform:translate(67.5836vw,51.664vh) scale(.2272)}to{transform:translate(68.372vw,99vh) scale(.2272)}}.snow:nth-child(221){opacity:1.9952;transform:translate(32.8784vw,-10px) scale(.0591);animation:fall-221 10s -10s linear infinite}@keyframes fall-221{56.673%{transform:translate(32.5224vw,56.673vh) scale(.0591)}to{transform:translate(32.7004vw,99vh) scale(.0591)}}.snow:nth-child(222){opacity:.1578;transform:translate(78.68vw,-10px) scale(.5459);animation:fall-222 12s -26s linear infinite}@keyframes fall-222{59.37%{transform:translate(84.5176vw,59.37vh) scale(.5459)}to{transform:translate(81.5988vw,99vh) scale(.5459)}}.snow:nth-child(223){opacity:.171;transform:translate(75.7201vw,-10px) scale(.7818);animation:fall-223 18s -19s linear infinite}@keyframes fall-223{40.549%{transform:translate(68.4002vw,40.549vh) scale(.7818)}to{transform:translate(72.06015vw,99vh) scale(.7818)}}.snow:nth-child(224){opacity:1.581;transform:translate(93.3077vw,-10px) scale(.757);animation:fall-224 23s -12s linear infinite}@keyframes fall-224{53.05%{transform:translate(92.7586vw,53.05vh) scale(.757)}to{transform:translate(93.03315vw,99vh) scale(.757)}}.snow:nth-child(225){opacity:.0658;transform:translate(82.1381vw,-10px) scale(.0102);animation:fall-225 28s -3s linear infinite}@keyframes fall-225{71.616%{transform:translate(80.4209vw,71.616vh) scale(.0102)}to{transform:translate(81.2795vw,99vh) scale(.0102)}}.snow:nth-child(226){opacity:1.2278;transform:translate(14.4003vw,-10px) scale(.7868);animation:fall-226 11s -8s linear infinite}@keyframes fall-226{57.507%{transform:translate(5.3736vw,57.507vh) scale(.7868)}to{transform:translate(9.88695vw,99vh) scale(.7868)}}.snow:nth-child(227){opacity:.2618;transform:translate(71.8189vw,-10px) scale(.5588);animation:fall-227 16s -22s linear infinite}@keyframes fall-227{78.832%{transform:translate(76.5321vw,78.832vh) scale(.5588)}to{transform:translate(74.1755vw,99vh) scale(.5588)}}.snow:nth-child(228){opacity:.2338;transform:translate(50.9551vw,-10px) scale(.0056);animation:fall-228 14s -2s linear infinite}@keyframes fall-228{56.008%{transform:translate(52.1303vw,56.008vh) scale(.0056)}to{transform:translate(51.5427vw,99vh) scale(.0056)}}.snow:nth-child(229){opacity:.4466;transform:translate(57.9139vw,-10px) scale(.682);animation:fall-229 22s -19s linear infinite}@keyframes fall-229{65.012%{transform:translate(64.5448vw,65.012vh) scale(.682)}to{transform:translate(61.22935vw,99vh) scale(.682)}}.snow:nth-child(230){opacity:.416;transform:translate(53.3648vw,-10px) scale(.4847);animation:fall-230 30s -29s linear infinite}@keyframes fall-230{31.684%{transform:translate(49.8736vw,31.684vh) scale(.4847)}to{transform:translate(51.6192vw,99vh) scale(.4847)}}.snow:nth-child(231){opacity:1.2516;transform:translate(79.4186vw,-10px) scale(.6752);animation:fall-231 12s -8s linear infinite}@keyframes fall-231{47.469%{transform:translate(78.5333vw,47.469vh) scale(.6752)}to{transform:translate(78.97595vw,99vh) scale(.6752)}}.snow:nth-child(232){opacity:.8164;transform:translate(28.3562vw,-10px) scale(.0565);animation:fall-232 19s -14s linear infinite}@keyframes fall-232{45.828%{transform:translate(26.9979vw,45.828vh) scale(.0565)}to{transform:translate(27.67705vw,99vh) scale(.0565)}}.snow:nth-child(233){opacity:.9912;transform:translate(9.1035vw,-10px) scale(.7203);animation:fall-233 23s -16s linear infinite}@keyframes fall-233{41.862%{transform:translate(18.8215vw,41.862vh) scale(.7203)}to{transform:translate(13.9625vw,99vh) scale(.7203)}}.snow:nth-child(234){opacity:1.3712;transform:translate(50.7712vw,-10px) scale(.0484);animation:fall-234 10s -5s linear infinite}@keyframes fall-234{61.627%{transform:translate(48.4816vw,61.627vh) scale(.0484)}to{transform:translate(49.6264vw,99vh) scale(.0484)}}.snow:nth-child(235){opacity:.716;transform:translate(44.2907vw,-10px) scale(.0781);animation:fall-235 19s -30s linear infinite}@keyframes fall-235{71.268%{transform:translate(47.1545vw,71.268vh) scale(.0781)}to{transform:translate(45.7226vw,99vh) scale(.0781)}}.snow:nth-child(236){opacity:1.7622;transform:translate(73.4683vw,-10px) scale(.7855);animation:fall-236 21s -25s linear infinite}@keyframes fall-236{47.26%{transform:translate(82.2921vw,47.26vh) scale(.7855)}to{transform:translate(77.8802vw,99vh) scale(.7855)}}.snow:nth-child(237){opacity:1.3984;transform:translate(97.7587vw,-10px) scale(.0452);animation:fall-237 13s -28s linear infinite}@keyframes fall-237{44.577%{transform:translate(105.1045vw,44.577vh) scale(.0452)}to{transform:translate(101.4316vw,99vh) scale(.0452)}}.snow:nth-child(238){opacity:.4388;transform:translate(.8202vw,-10px) scale(.1926);animation:fall-238 17s -29s linear infinite}@keyframes fall-238{60.228%{transform:translate(2.4567vw,60.228vh) scale(.1926)}to{transform:translate(1.63845vw,99vh) scale(.1926)}}.snow:nth-child(239){opacity:1.9514;transform:translate(1.9113vw,-10px) scale(.4626);animation:fall-239 18s -24s linear infinite}@keyframes fall-239{47.884%{transform:translate(6.3354vw,47.884vh) scale(.4626)}to{transform:translate(4.12335vw,99vh) scale(.4626)}}.snow:nth-child(240){opacity:1.421;transform:translate(45.0409vw,-10px) scale(.9148);animation:fall-240 22s -19s linear infinite}@keyframes fall-240{52.028%{transform:translate(38.4935vw,52.028vh) scale(.9148)}to{transform:translate(41.7672vw,99vh) scale(.9148)}}.snow:nth-child(241){opacity:1.2074;transform:translate(70.0619vw,-10px) scale(.8478);animation:fall-241 30s -20s linear infinite}@keyframes fall-241{38.951%{transform:translate(68.4877vw,38.951vh) scale(.8478)}to{transform:translate(69.2748vw,99vh) scale(.8478)}}.snow:nth-child(242){opacity:.799;transform:translate(91.3624vw,-10px) scale(.8279);animation:fall-242 23s -8s linear infinite}@keyframes fall-242{51.358%{transform:translate(90.3205vw,51.358vh) scale(.8279)}to{transform:translate(90.84145vw,99vh) scale(.8279)}}.snow:nth-child(243){opacity:.1906;transform:translate(70.7127vw,-10px) scale(.5159);animation:fall-243 10s -20s linear infinite}@keyframes fall-243{74.153%{transform:translate(61.8481vw,74.153vh) scale(.5159)}to{transform:translate(66.2804vw,99vh) scale(.5159)}}.snow:nth-child(244){opacity:.2304;transform:translate(56.2579vw,-10px) scale(.4089);animation:fall-244 12s -7s linear infinite}@keyframes fall-244{63.047%{transform:translate(51.1799vw,63.047vh) scale(.4089)}to{transform:translate(53.7189vw,99vh) scale(.4089)}}.snow:nth-child(245){opacity:.0938;transform:translate(9.3284vw,-10px) scale(.8751);animation:fall-245 24s -1s linear infinite}@keyframes fall-245{45.899%{transform:translate(14.7484vw,45.899vh) scale(.8751)}to{transform:translate(12.0384vw,99vh) scale(.8751)}}.snow:nth-child(246){opacity:1.4624;transform:translate(37.6346vw,-10px) scale(.7287);animation:fall-246 18s -25s linear infinite}@keyframes fall-246{47.795%{transform:translate(46.8362vw,47.795vh) scale(.7287)}to{transform:translate(42.2354vw,99vh) scale(.7287)}}.snow:nth-child(247){opacity:.8342;transform:translate(21.1651vw,-10px) scale(.9269);animation:fall-247 27s -26s linear infinite}@keyframes fall-247{60.708%{transform:translate(28.7276vw,60.708vh) scale(.9269)}to{transform:translate(24.94635vw,99vh) scale(.9269)}}.snow:nth-child(248){opacity:1.3594;transform:translate(82.2458vw,-10px) scale(.5753);animation:fall-248 21s -25s linear infinite}@keyframes fall-248{71.796%{transform:translate(82.2003vw,71.796vh) scale(.5753)}to{transform:translate(82.22305vw,99vh) scale(.5753)}}.snow:nth-child(249){opacity:.9148;transform:translate(47.566vw,-10px) scale(.4111);animation:fall-249 29s -3s linear infinite}@keyframes fall-249{70.588%{transform:translate(47.0621vw,70.588vh) scale(.4111)}to{transform:translate(47.31405vw,99vh) scale(.4111)}}.snow:nth-child(250){opacity:.2408;transform:translate(69.5962vw,-10px) scale(.5152);animation:fall-250 18s -7s linear infinite}@keyframes fall-250{36.004%{transform:translate(61.6798vw,36.004vh) scale(.5152)}to{transform:translate(65.638vw,99vh) scale(.5152)}}.snow:nth-child(251){opacity:1.5044;transform:translate(83.3761vw,-10px) scale(.5806);animation:fall-251 25s -26s linear infinite}@keyframes fall-251{66.868%{transform:translate(88.3653vw,66.868vh) scale(.5806)}to{transform:translate(85.8707vw,99vh) scale(.5806)}}.snow:nth-child(252){opacity:.1316;transform:translate(63.0257vw,-10px) scale(.8868);animation:fall-252 30s -18s linear infinite}@keyframes fall-252{49.381%{transform:translate(68.375vw,49.381vh) scale(.8868)}to{transform:translate(65.70035vw,99vh) scale(.8868)}}.snow:nth-child(253){opacity:1.8258;transform:translate(52.2409vw,-10px) scale(.6433);animation:fall-253 10s -24s linear infinite}@keyframes fall-253{43.288%{transform:translate(48.1484vw,43.288vh) scale(.6433)}to{transform:translate(50.19465vw,99vh) scale(.6433)}}.snow:nth-child(254){opacity:.4446;transform:translate(29.8717vw,-10px) scale(.2356);animation:fall-254 25s -18s linear infinite}@keyframes fall-254{53.43%{transform:translate(28.4534vw,53.43vh) scale(.2356)}to{transform:translate(29.16255vw,99vh) scale(.2356)}}.snow:nth-child(255){opacity:1.9202;transform:translate(41.0258vw,-10px) scale(.3914);animation:fall-255 27s -12s linear infinite}@keyframes fall-255{62.108%{transform:translate(31.3833vw,62.108vh) scale(.3914)}to{transform:translate(36.20455vw,99vh) scale(.3914)}}.snow:nth-child(256){opacity:1.192;transform:translate(57.4323vw,-10px) scale(.8665);animation:fall-256 13s -26s linear infinite}@keyframes fall-256{46.988%{transform:translate(64.1836vw,46.988vh) scale(.8665)}to{transform:translate(60.80795vw,99vh) scale(.8665)}}.snow:nth-child(257){opacity:.8014;transform:translate(4.8295vw,-10px) scale(.6792);animation:fall-257 30s -11s linear infinite}@keyframes fall-257{60.863%{transform:translate(-2.1598vw,60.863vh) scale(.6792)}to{transform:translate(1.33485vw,99vh) scale(.6792)}}.snow:nth-child(258){opacity:.3934;transform:translate(3.6991vw,-10px) scale(.959);animation:fall-258 11s -3s linear infinite}@keyframes fall-258{44.122%{transform:translate(.3457vw,44.122vh) scale(.959)}to{transform:translate(2.0224vw,99vh) scale(.959)}}.snow:nth-child(259){opacity:1.091;transform:translate(98.1773vw,-10px) scale(.3312);animation:fall-259 23s -5s linear infinite}@keyframes fall-259{55.223%{transform:translate(93.8686vw,55.223vh) scale(.3312)}to{transform:translate(96.02295vw,99vh) scale(.3312)}}.snow:nth-child(260){opacity:1.1526;transform:translate(7.8632vw,-10px) scale(.3108);animation:fall-260 25s -24s linear infinite}@keyframes fall-260{71.404%{transform:translate(8.8257vw,71.404vh) scale(.3108)}to{transform:translate(8.34445vw,99vh) scale(.3108)}}.snow:nth-child(261){opacity:.6376;transform:translate(88.2766vw,-10px) scale(.2929);animation:fall-261 15s -16s linear infinite}@keyframes fall-261{46.341%{transform:translate(94.0594vw,46.341vh) scale(.2929)}to{transform:translate(91.168vw,99vh) scale(.2929)}}.snow:nth-child(262){opacity:1.9848;transform:translate(69.8726vw,-10px) scale(.6281);animation:fall-262 21s -1s linear infinite}@keyframes fall-262{54.539%{transform:translate(79.5428vw,54.539vh) scale(.6281)}to{transform:translate(74.7077vw,99vh) scale(.6281)}}.snow:nth-child(263){opacity:.9238;transform:translate(69.8791vw,-10px) scale(.156);animation:fall-263 12s -4s linear infinite}@keyframes fall-263{33.406%{transform:translate(61.5272vw,33.406vh) scale(.156)}to{transform:translate(65.70315vw,99vh) scale(.156)}}.snow:nth-child(264){opacity:1.968;transform:translate(96.8411vw,-10px) scale(.3457);animation:fall-264 27s -5s linear infinite}@keyframes fall-264{65.83%{transform:translate(99.5399vw,65.83vh) scale(.3457)}to{transform:translate(98.1905vw,99vh) scale(.3457)}}.snow:nth-child(265){opacity:.2182;transform:translate(39.1118vw,-10px) scale(.9092);animation:fall-265 17s -11s linear infinite}@keyframes fall-265{41.022%{transform:translate(38.0364vw,41.022vh) scale(.9092)}to{transform:translate(38.5741vw,99vh) scale(.9092)}}.snow:nth-child(266){opacity:.656;transform:translate(27.4612vw,-10px) scale(.7899);animation:fall-266 29s -28s linear infinite}@keyframes fall-266{77.37%{transform:translate(28.6136vw,77.37vh) scale(.7899)}to{transform:translate(28.0374vw,99vh) scale(.7899)}}.snow:nth-child(267){opacity:.0098;transform:translate(28.4308vw,-10px) scale(.9605);animation:fall-267 26s -22s linear infinite}@keyframes fall-267{76.502%{transform:translate(19.7856vw,76.502vh) scale(.9605)}to{transform:translate(24.1082vw,99vh) scale(.9605)}}.snow:nth-child(268){opacity:1.8292;transform:translate(45.9593vw,-10px) scale(.3311);animation:fall-268 12s -17s linear infinite}@keyframes fall-268{43.566%{transform:translate(51.4918vw,43.566vh) scale(.3311)}to{transform:translate(48.72555vw,99vh) scale(.3311)}}.snow:nth-child(269){opacity:1.3612;transform:translate(38.6036vw,-10px) scale(.8382);animation:fall-269 14s -14s linear infinite}@keyframes fall-269{62.71%{transform:translate(30.7567vw,62.71vh) scale(.8382)}to{transform:translate(34.68015vw,99vh) scale(.8382)}}.snow:nth-child(270){opacity:1.1192;transform:translate(31.4429vw,-10px) scale(.0003);animation:fall-270 22s -25s linear infinite}@keyframes fall-270{50.478%{transform:translate(28.038vw,50.478vh) scale(.0003)}to{transform:translate(29.74045vw,99vh) scale(.0003)}}.snow:nth-child(271){opacity:1.985;transform:translate(62.9893vw,-10px) scale(.2218);animation:fall-271 11s -7s linear infinite}@keyframes fall-271{46.471%{transform:translate(63.4851vw,46.471vh) scale(.2218)}to{transform:translate(63.2372vw,99vh) scale(.2218)}}.snow:nth-child(272){opacity:1.8268;transform:translate(89.0552vw,-10px) scale(.619);animation:fall-272 25s -24s linear infinite}@keyframes fall-272{51.658%{transform:translate(94.5787vw,51.658vh) scale(.619)}to{transform:translate(91.81695vw,99vh) scale(.619)}}.snow:nth-child(273){opacity:1.95;transform:translate(66.8051vw,-10px) scale(.5143);animation:fall-273 23s -10s linear infinite}@keyframes fall-273{56.252%{transform:translate(73.5123vw,56.252vh) scale(.5143)}to{transform:translate(70.1587vw,99vh) scale(.5143)}}.snow:nth-child(274){opacity:.75;transform:translate(20.9608vw,-10px) scale(.1332);animation:fall-274 16s -20s linear infinite}@keyframes fall-274{57.586%{transform:translate(19.0377vw,57.586vh) scale(.1332)}to{transform:translate(19.99925vw,99vh) scale(.1332)}}.snow:nth-child(275){opacity:.832;transform:translate(1.9415vw,-10px) scale(.1621);animation:fall-275 14s -4s linear infinite}@keyframes fall-275{37.528%{transform:translate(6.8917vw,37.528vh) scale(.1621)}to{transform:translate(4.4166vw,99vh) scale(.1621)}}.snow:nth-child(276){opacity:.8104;transform:translate(.9979vw,-10px) scale(.1954);animation:fall-276 26s -6s linear infinite}@keyframes fall-276{50.664%{transform:translate(7.3665vw,50.664vh) scale(.1954)}to{transform:translate(4.1822vw,99vh) scale(.1954)}}.snow:nth-child(277){opacity:.0392;transform:translate(6.2004vw,-10px) scale(.7178);animation:fall-277 14s -4s linear infinite}@keyframes fall-277{34.295%{transform:translate(9.2781vw,34.295vh) scale(.7178)}to{transform:translate(7.73925vw,99vh) scale(.7178)}}.snow:nth-child(278){opacity:1.8878;transform:translate(8.203vw,-10px) scale(.3588);animation:fall-278 14s -17s linear infinite}@keyframes fall-278{36.94%{transform:translate(15.3371vw,36.94vh) scale(.3588)}to{transform:translate(11.77005vw,99vh) scale(.3588)}}.snow:nth-child(279){opacity:1.7848;transform:translate(83.7571vw,-10px) scale(.5496);animation:fall-279 22s -25s linear infinite}@keyframes fall-279{56.441%{transform:translate(77.0337vw,56.441vh) scale(.5496)}to{transform:translate(80.3954vw,99vh) scale(.5496)}}.snow:nth-child(280){opacity:.0996;transform:translate(87.6597vw,-10px) scale(.3247);animation:fall-280 28s -10s linear infinite}@keyframes fall-280{58.36%{transform:translate(78.1733vw,58.36vh) scale(.3247)}to{transform:translate(82.9165vw,99vh) scale(.3247)}}.snow:nth-child(281){opacity:.316;transform:translate(69.6042vw,-10px) scale(.2325);animation:fall-281 29s -26s linear infinite}@keyframes fall-281{48.246%{transform:translate(74.823vw,48.246vh) scale(.2325)}to{transform:translate(72.2136vw,99vh) scale(.2325)}}.snow:nth-child(282){opacity:1.0964;transform:translate(74.4325vw,-10px) scale(.3708);animation:fall-282 24s -26s linear infinite}@keyframes fall-282{54.767%{transform:translate(80.4049vw,54.767vh) scale(.3708)}to{transform:translate(77.4187vw,99vh) scale(.3708)}}.snow:nth-child(283){opacity:1.505;transform:translate(32.189vw,-10px) scale(.4501);animation:fall-283 15s -10s linear infinite}@keyframes fall-283{67.756%{transform:translate(38.8867vw,67.756vh) scale(.4501)}to{transform:translate(35.53785vw,99vh) scale(.4501)}}.snow:nth-child(284){opacity:.989;transform:translate(49.2455vw,-10px) scale(.1774);animation:fall-284 25s -10s linear infinite}@keyframes fall-284{37.936%{transform:translate(45.8033vw,37.936vh) scale(.1774)}to{transform:translate(47.5244vw,99vh) scale(.1774)}}.snow:nth-child(285){opacity:1.3836;transform:translate(3.1708vw,-10px) scale(.4989);animation:fall-285 23s -19s linear infinite}@keyframes fall-285{59.551%{transform:translate(-1.9501vw,59.551vh) scale(.4989)}to{transform:translate(.61035vw,99vh) scale(.4989)}}.snow:nth-child(286){opacity:.3634;transform:translate(7.2843vw,-10px) scale(.4644);animation:fall-286 25s -27s linear infinite}@keyframes fall-286{68.137%{transform:translate(1.0582vw,68.137vh) scale(.4644)}to{transform:translate(4.17125vw,99vh) scale(.4644)}}.snow:nth-child(287){opacity:1.8076;transform:translate(45.2753vw,-10px) scale(.735);animation:fall-287 24s -8s linear infinite}@keyframes fall-287{50.19%{transform:translate(47.643vw,50.19vh) scale(.735)}to{transform:translate(46.45915vw,99vh) scale(.735)}}.snow:nth-child(288){opacity:.0262;transform:translate(78.9763vw,-10px) scale(.7161);animation:fall-288 22s -27s linear infinite}@keyframes fall-288{57.6%{transform:translate(72.3148vw,57.6vh) scale(.7161)}to{transform:translate(75.64555vw,99vh) scale(.7161)}}.snow:nth-child(289){opacity:.738;transform:translate(18.3997vw,-10px) scale(.6847);animation:fall-289 20s -19s linear infinite}@keyframes fall-289{55.351%{transform:translate(19.6525vw,55.351vh) scale(.6847)}to{transform:translate(19.0261vw,99vh) scale(.6847)}}.snow:nth-child(290){opacity:.9106;transform:translate(63.8384vw,-10px) scale(.4558);animation:fall-290 13s -6s linear infinite}@keyframes fall-290{37.513%{transform:translate(73.4094vw,37.513vh) scale(.4558)}to{transform:translate(68.6239vw,99vh) scale(.4558)}}.snow:nth-child(291){opacity:.657;transform:translate(22.424vw,-10px) scale(.913);animation:fall-291 21s -13s linear infinite}@keyframes fall-291{44.654%{transform:translate(26.6496vw,44.654vh) scale(.913)}to{transform:translate(24.5368vw,99vh) scale(.913)}}.snow:nth-child(292){opacity:.5378;transform:translate(29.741vw,-10px) scale(.7279);animation:fall-292 18s -17s linear infinite}@keyframes fall-292{55.104%{transform:translate(30.1143vw,55.104vh) scale(.7279)}to{transform:translate(29.92765vw,99vh) scale(.7279)}}.snow:nth-child(293){opacity:.8442;transform:translate(97.3889vw,-10px) scale(.4597);animation:fall-293 11s -10s linear infinite}@keyframes fall-293{68.668%{transform:translate(96.916vw,68.668vh) scale(.4597)}to{transform:translate(97.15245vw,99vh) scale(.4597)}}.snow:nth-child(294){opacity:1.1762;transform:translate(19.4528vw,-10px) scale(.1056);animation:fall-294 29s -6s linear infinite}@keyframes fall-294{50.438%{transform:translate(19.7455vw,50.438vh) scale(.1056)}to{transform:translate(19.59915vw,99vh) scale(.1056)}}.snow:nth-child(295){opacity:.3156;transform:translate(55.3827vw,-10px) scale(.029);animation:fall-295 30s -10s linear infinite}@keyframes fall-295{77.785%{transform:translate(60.1807vw,77.785vh) scale(.029)}to{transform:translate(57.7817vw,99vh) scale(.029)}}.snow:nth-child(296){opacity:1.4652;transform:translate(94.3108vw,-10px) scale(.8242);animation:fall-296 14s -23s linear infinite}@keyframes fall-296{74.624%{transform:translate(104.2073vw,74.624vh) scale(.8242)}to{transform:translate(99.25905vw,99vh) scale(.8242)}}.snow:nth-child(297){opacity:1.8166;transform:translate(80.8286vw,-10px) scale(.9207);animation:fall-297 12s -11s linear infinite}@keyframes fall-297{68.292%{transform:translate(71.4232vw,68.292vh) scale(.9207)}to{transform:translate(76.1259vw,99vh) scale(.9207)}}.snow:nth-child(298){opacity:.5514;transform:translate(70.3837vw,-10px) scale(.9945);animation:fall-298 10s -25s linear infinite}@keyframes fall-298{37.239%{transform:translate(74.2508vw,37.239vh) scale(.9945)}to{transform:translate(72.31725vw,99vh) scale(.9945)}}.snow:nth-child(299){opacity:.4142;transform:translate(52.0855vw,-10px) scale(.0236);animation:fall-299 16s -24s linear infinite}@keyframes fall-299{40.587%{transform:translate(55.9019vw,40.587vh) scale(.0236)}to{transform:translate(53.9937vw,99vh) scale(.0236)}}.snow:nth-child(300){opacity:.4632;transform:translate(68.1818vw,-10px) scale(.9432);animation:fall-300 13s -27s linear infinite}@keyframes fall-300{62.504%{transform:translate(76.3904vw,62.504vh) scale(.9432)}to{transform:translate(72.2861vw,99vh) scale(.9432)}}.snow:nth-child(301){opacity:1.0482;transform:translate(16.3046vw,-10px) scale(.8617);animation:fall-301 21s -13s linear infinite}@keyframes fall-301{74.921%{transform:translate(10.0336vw,74.921vh) scale(.8617)}to{transform:translate(13.1691vw,99vh) scale(.8617)}}.snow:nth-child(302){opacity:.97;transform:translate(30.7374vw,-10px) scale(.4898);animation:fall-302 19s -2s linear infinite}@keyframes fall-302{53.54%{transform:translate(33.7901vw,53.54vh) scale(.4898)}to{transform:translate(32.26375vw,99vh) scale(.4898)}}.snow:nth-child(303){opacity:1.4754;transform:translate(4.6571vw,-10px) scale(.4695);animation:fall-303 26s -11s linear infinite}@keyframes fall-303{31.234%{transform:translate(6.8751vw,31.234vh) scale(.4695)}to{transform:translate(5.7661vw,99vh) scale(.4695)}}.snow:nth-child(304){opacity:.2308;transform:translate(27.3398vw,-10px) scale(.0459);animation:fall-304 24s -7s linear infinite}@keyframes fall-304{37.101%{transform:translate(24.557vw,37.101vh) scale(.0459)}to{transform:translate(25.9484vw,99vh) scale(.0459)}}.snow:nth-child(305){opacity:1.2818;transform:translate(17.5705vw,-10px) scale(.5885);animation:fall-305 14s -22s linear infinite}@keyframes fall-305{45.74%{transform:translate(20.7251vw,45.74vh) scale(.5885)}to{transform:translate(19.1478vw,99vh) scale(.5885)}}.snow:nth-child(306){opacity:.2964;transform:translate(65.3223vw,-10px) scale(.0222);animation:fall-306 10s -8s linear infinite}@keyframes fall-306{47.133%{transform:translate(68.3229vw,47.133vh) scale(.0222)}to{transform:translate(66.8226vw,99vh) scale(.0222)}}.snow:nth-child(307){opacity:1.8178;transform:translate(56.71vw,-10px) scale(.0947);animation:fall-307 15s -9s linear infinite}@keyframes fall-307{63.162%{transform:translate(53.2604vw,63.162vh) scale(.0947)}to{transform:translate(54.9852vw,99vh) scale(.0947)}}.snow:nth-child(308){opacity:.9104;transform:translate(75.7816vw,-10px) scale(.1088);animation:fall-308 14s -12s linear infinite}@keyframes fall-308{52.95%{transform:translate(84.5748vw,52.95vh) scale(.1088)}to{transform:translate(80.1782vw,99vh) scale(.1088)}}.snow:nth-child(309){opacity:.4606;transform:translate(93.357vw,-10px) scale(.6471);animation:fall-309 20s -28s linear infinite}@keyframes fall-309{44.102%{transform:translate(98.6356vw,44.102vh) scale(.6471)}to{transform:translate(95.9963vw,99vh) scale(.6471)}}.snow:nth-child(310){opacity:.3722;transform:translate(83.2333vw,-10px) scale(.8256);animation:fall-310 24s -6s linear infinite}@keyframes fall-310{49.968%{transform:translate(91.6181vw,49.968vh) scale(.8256)}to{transform:translate(87.4257vw,99vh) scale(.8256)}}.snow:nth-child(311){opacity:1.9836;transform:translate(95.9987vw,-10px) scale(.8669);animation:fall-311 16s -22s linear infinite}@keyframes fall-311{34.885%{transform:translate(95.5053vw,34.885vh) scale(.8669)}to{transform:translate(95.752vw,99vh) scale(.8669)}}.snow:nth-child(312){opacity:.8904;transform:translate(93.1512vw,-10px) scale(.0283);animation:fall-312 25s -20s linear infinite}@keyframes fall-312{74.149%{transform:translate(91.5895vw,74.149vh) scale(.0283)}to{transform:translate(92.37035vw,99vh) scale(.0283)}}.snow:nth-child(313){opacity:1.0358;transform:translate(23.1179vw,-10px) scale(.8095);animation:fall-313 10s -3s linear infinite}@keyframes fall-313{60.569%{transform:translate(19.2942vw,60.569vh) scale(.8095)}to{transform:translate(21.20605vw,99vh) scale(.8095)}}.snow:nth-child(314){opacity:1.6598;transform:translate(48.366vw,-10px) scale(.3993);animation:fall-314 18s -27s linear infinite}@keyframes fall-314{68.578%{transform:translate(46.4036vw,68.578vh) scale(.3993)}to{transform:translate(47.3848vw,99vh) scale(.3993)}}.snow:nth-child(315){opacity:1.1172;transform:translate(19.1838vw,-10px) scale(.2483);animation:fall-315 26s -1s linear infinite}@keyframes fall-315{56.764%{transform:translate(27.1318vw,56.764vh) scale(.2483)}to{transform:translate(23.1578vw,99vh) scale(.2483)}}.snow:nth-child(316){opacity:1.762;transform:translate(52.7273vw,-10px) scale(.9315);animation:fall-316 10s -11s linear infinite}@keyframes fall-316{51.608%{transform:translate(55.8075vw,51.608vh) scale(.9315)}to{transform:translate(54.2674vw,99vh) scale(.9315)}}.snow:nth-child(317){opacity:.7032;transform:translate(75.3158vw,-10px) scale(.5632);animation:fall-317 21s -2s linear infinite}@keyframes fall-317{57.117%{transform:translate(75.7236vw,57.117vh) scale(.5632)}to{transform:translate(75.5197vw,99vh) scale(.5632)}}.snow:nth-child(318){opacity:1.172;transform:translate(53.3721vw,-10px) scale(.1595);animation:fall-318 29s -16s linear infinite}@keyframes fall-318{38.788%{transform:translate(52.9651vw,38.788vh) scale(.1595)}to{transform:translate(53.1686vw,99vh) scale(.1595)}}.snow:nth-child(319){opacity:1.5884;transform:translate(48.3596vw,-10px) scale(.2903);animation:fall-319 13s -19s linear infinite}@keyframes fall-319{31.578%{transform:translate(50.4598vw,31.578vh) scale(.2903)}to{transform:translate(49.4097vw,99vh) scale(.2903)}}.snow:nth-child(320){opacity:1.7924;transform:translate(74.9952vw,-10px) scale(.9512);animation:fall-320 15s -14s linear infinite}@keyframes fall-320{32.559%{transform:translate(73.2574vw,32.559vh) scale(.9512)}to{transform:translate(74.1263vw,99vh) scale(.9512)}}.snow:nth-child(321){opacity:.3206;transform:translate(95.9008vw,-10px) scale(.6288);animation:fall-321 16s -20s linear infinite}@keyframes fall-321{63.957%{transform:translate(104.8606vw,63.957vh) scale(.6288)}to{transform:translate(100.3807vw,99vh) scale(.6288)}}.snow:nth-child(322){opacity:1.1176;transform:translate(39.2445vw,-10px) scale(.2418);animation:fall-322 14s -28s linear infinite}@keyframes fall-322{56.942%{transform:translate(36.3636vw,56.942vh) scale(.2418)}to{transform:translate(37.80405vw,99vh) scale(.2418)}}.snow:nth-child(323){opacity:.918;transform:translate(11.5313vw,-10px) scale(.3395);animation:fall-323 29s -28s linear infinite}@keyframes fall-323{32.304%{transform:translate(14.703vw,32.304vh) scale(.3395)}to{transform:translate(13.11715vw,99vh) scale(.3395)}}.snow:nth-child(324){opacity:.5472;transform:translate(27.327vw,-10px) scale(.7625);animation:fall-324 10s -25s linear infinite}@keyframes fall-324{39.834%{transform:translate(17.4621vw,39.834vh) scale(.7625)}to{transform:translate(22.39455vw,99vh) scale(.7625)}}.snow:nth-child(325){opacity:.7264;transform:translate(92.1207vw,-10px) scale(.8815);animation:fall-325 30s -10s linear infinite}@keyframes fall-325{56.729%{transform:translate(86.7943vw,56.729vh) scale(.8815)}to{transform:translate(89.4575vw,99vh) scale(.8815)}}.snow:nth-child(326){opacity:1.2348;transform:translate(87.1086vw,-10px) scale(.297);animation:fall-326 29s -6s linear infinite}@keyframes fall-326{55.609%{transform:translate(96.9107vw,55.609vh) scale(.297)}to{transform:translate(92.00965vw,99vh) scale(.297)}}.snow:nth-child(327){opacity:.1604;transform:translate(33.4099vw,-10px) scale(.712);animation:fall-327 29s -23s linear infinite}@keyframes fall-327{32.566%{transform:translate(34.3655vw,32.566vh) scale(.712)}to{transform:translate(33.8877vw,99vh) scale(.712)}}.snow:nth-child(328){opacity:1.525;transform:translate(18.8647vw,-10px) scale(.203);animation:fall-328 28s -27s linear infinite}@keyframes fall-328{72.459%{transform:translate(24.698vw,72.459vh) scale(.203)}to{transform:translate(21.78135vw,99vh) scale(.203)}}.snow:nth-child(329){opacity:.269;transform:translate(95.0259vw,-10px) scale(.2387);animation:fall-329 24s -5s linear infinite}@keyframes fall-329{66.13%{transform:translate(97.1876vw,66.13vh) scale(.2387)}to{transform:translate(96.10675vw,99vh) scale(.2387)}}.snow:nth-child(330){opacity:1.3342;transform:translate(43.8533vw,-10px) scale(.4844);animation:fall-330 24s -5s linear infinite}@keyframes fall-330{65.77%{transform:translate(47.7738vw,65.77vh) scale(.4844)}to{transform:translate(45.81355vw,99vh) scale(.4844)}}.snow:nth-child(331){opacity:.4742;transform:translate(92.1083vw,-10px) scale(.2099);animation:fall-331 27s -2s linear infinite}@keyframes fall-331{37.788%{transform:translate(83.0057vw,37.788vh) scale(.2099)}to{transform:translate(87.557vw,99vh) scale(.2099)}}.snow:nth-child(332){opacity:1.0664;transform:translate(77.6405vw,-10px) scale(.4943);animation:fall-332 12s -7s linear infinite}@keyframes fall-332{64.781%{transform:translate(73.6066vw,64.781vh) scale(.4943)}to{transform:translate(75.62355vw,99vh) scale(.4943)}}.snow:nth-child(333){opacity:.102;transform:translate(35.1115vw,-10px) scale(.8836);animation:fall-333 23s -19s linear infinite}@keyframes fall-333{41.954%{transform:translate(41.1173vw,41.954vh) scale(.8836)}to{transform:translate(38.1144vw,99vh) scale(.8836)}}.snow:nth-child(334){opacity:.9028;transform:translate(59.4875vw,-10px) scale(.821);animation:fall-334 16s -27s linear infinite}@keyframes fall-334{55.936%{transform:translate(66.5086vw,55.936vh) scale(.821)}to{transform:translate(62.99805vw,99vh) scale(.821)}}.snow:nth-child(335){opacity:.0248;transform:translate(9.3249vw,-10px) scale(.0427);animation:fall-335 22s -18s linear infinite}@keyframes fall-335{34.596%{transform:translate(10.7993vw,34.596vh) scale(.0427)}to{transform:translate(10.0621vw,99vh) scale(.0427)}}.snow:nth-child(336){opacity:1.191;transform:translate(3.6885vw,-10px) scale(.4241);animation:fall-336 11s -4s linear infinite}@keyframes fall-336{41.737%{transform:translate(5.565vw,41.737vh) scale(.4241)}to{transform:translate(4.62675vw,99vh) scale(.4241)}}.snow:nth-child(337){opacity:.1996;transform:translate(51.0399vw,-10px) scale(.3844);animation:fall-337 18s -4s linear infinite}@keyframes fall-337{62.308%{transform:translate(44.0426vw,62.308vh) scale(.3844)}to{transform:translate(47.54125vw,99vh) scale(.3844)}}.snow:nth-child(338){opacity:1.7084;transform:translate(85.4916vw,-10px) scale(.7725);animation:fall-338 23s -26s linear infinite}@keyframes fall-338{30.427%{transform:translate(85.0478vw,30.427vh) scale(.7725)}to{transform:translate(85.2697vw,99vh) scale(.7725)}}.snow:nth-child(339){opacity:1.5254;transform:translate(67.0047vw,-10px) scale(.2472);animation:fall-339 29s -24s linear infinite}@keyframes fall-339{73.357%{transform:translate(62.738vw,73.357vh) scale(.2472)}to{transform:translate(64.87135vw,99vh) scale(.2472)}}.snow:nth-child(340){opacity:1.1364;transform:translate(51.993vw,-10px) scale(.4038);animation:fall-340 27s -27s linear infinite}@keyframes fall-340{56.755%{transform:translate(52.1367vw,56.755vh) scale(.4038)}to{transform:translate(52.06485vw,99vh) scale(.4038)}}.snow:nth-child(341){opacity:1.0696;transform:translate(16.3933vw,-10px) scale(.5963);animation:fall-341 23s -5s linear infinite}@keyframes fall-341{51.014%{transform:translate(14.6934vw,51.014vh) scale(.5963)}to{transform:translate(15.54335vw,99vh) scale(.5963)}}.snow:nth-child(342){opacity:1.1276;transform:translate(35.1255vw,-10px) scale(.395);animation:fall-342 21s -17s linear infinite}@keyframes fall-342{47.614%{transform:translate(28.4647vw,47.614vh) scale(.395)}to{transform:translate(31.7951vw,99vh) scale(.395)}}.snow:nth-child(343){opacity:.042;transform:translate(38.2402vw,-10px) scale(.3624);animation:fall-343 15s -17s linear infinite}@keyframes fall-343{47.447%{transform:translate(37.307vw,47.447vh) scale(.3624)}to{transform:translate(37.7736vw,99vh) scale(.3624)}}.snow:nth-child(344){opacity:1.7864;transform:translate(4.8704vw,-10px) scale(.1376);animation:fall-344 13s -4s linear infinite}@keyframes fall-344{60.025%{transform:translate(4.5408vw,60.025vh) scale(.1376)}to{transform:translate(4.7056vw,99vh) scale(.1376)}}.snow:nth-child(345){opacity:1.21;transform:translate(99.8546vw,-10px) scale(.8946);animation:fall-345 29s -27s linear infinite}@keyframes fall-345{44.3%{transform:translate(104.5707vw,44.3vh) scale(.8946)}to{transform:translate(102.21265vw,99vh) scale(.8946)}}.snow:nth-child(346){opacity:1.9922;transform:translate(60.3546vw,-10px) scale(.5122);animation:fall-346 20s -11s linear infinite}@keyframes fall-346{69.522%{transform:translate(58.9722vw,69.522vh) scale(.5122)}to{transform:translate(59.6634vw,99vh) scale(.5122)}}.snow:nth-child(347){opacity:1.3284;transform:translate(61.2051vw,-10px) scale(.626);animation:fall-347 26s -15s linear infinite}@keyframes fall-347{45.103%{transform:translate(67.1997vw,45.103vh) scale(.626)}to{transform:translate(64.2024vw,99vh) scale(.626)}}.snow:nth-child(348){opacity:.1238;transform:translate(86.5827vw,-10px) scale(.5653);animation:fall-348 27s -8s linear infinite}@keyframes fall-348{75.126%{transform:translate(92.829vw,75.126vh) scale(.5653)}to{transform:translate(89.70585vw,99vh) scale(.5653)}}.snow:nth-child(349){opacity:1.1426;transform:translate(61.388vw,-10px) scale(.2735);animation:fall-349 26s -8s linear infinite}@keyframes fall-349{75.191%{transform:translate(67.4627vw,75.191vh) scale(.2735)}to{transform:translate(64.42535vw,99vh) scale(.2735)}}.snow:nth-child(350){opacity:1.2908;transform:translate(93.9768vw,-10px) scale(.0737);animation:fall-350 22s -25s linear infinite}@keyframes fall-350{58.434%{transform:translate(85.1122vw,58.434vh) scale(.0737)}to{transform:translate(89.5445vw,99vh) scale(.0737)}}.snow:nth-child(351){opacity:.5974;transform:translate(53.6718vw,-10px) scale(.6745);animation:fall-351 11s -21s linear infinite}@keyframes fall-351{71.572%{transform:translate(47.3519vw,71.572vh) scale(.6745)}to{transform:translate(50.51185vw,99vh) scale(.6745)}}.snow:nth-child(352){opacity:.8492;transform:translate(82.0056vw,-10px) scale(.5877);animation:fall-352 27s -8s linear infinite}@keyframes fall-352{47.305%{transform:translate(85.3425vw,47.305vh) scale(.5877)}to{transform:translate(83.67405vw,99vh) scale(.5877)}}.snow:nth-child(353){opacity:.131;transform:translate(45.1867vw,-10px) scale(.4325);animation:fall-353 18s -6s linear infinite}@keyframes fall-353{76.796%{transform:translate(39.6849vw,76.796vh) scale(.4325)}to{transform:translate(42.4358vw,99vh) scale(.4325)}}.snow:nth-child(354){opacity:.6314;transform:translate(67.2373vw,-10px) scale(.67);animation:fall-354 10s -27s linear infinite}@keyframes fall-354{79.375%{transform:translate(72.5593vw,79.375vh) scale(.67)}to{transform:translate(69.8983vw,99vh) scale(.67)}}.snow:nth-child(355){opacity:1.063;transform:translate(26.0418vw,-10px) scale(.5134);animation:fall-355 27s -29s linear infinite}@keyframes fall-355{52.915%{transform:translate(29.6774vw,52.915vh) scale(.5134)}to{transform:translate(27.8596vw,99vh) scale(.5134)}}.snow:nth-child(356){opacity:.2072;transform:translate(20.9778vw,-10px) scale(.9929);animation:fall-356 20s -20s linear infinite}@keyframes fall-356{74.124%{transform:translate(29.222vw,74.124vh) scale(.9929)}to{transform:translate(25.0999vw,99vh) scale(.9929)}}.snow:nth-child(357){opacity:1.0266;transform:translate(40.2768vw,-10px) scale(.4658);animation:fall-357 18s -6s linear infinite}@keyframes fall-357{42.091%{transform:translate(47.2671vw,42.091vh) scale(.4658)}to{transform:translate(43.77195vw,99vh) scale(.4658)}}.snow:nth-child(358){opacity:1.283;transform:translate(20.6753vw,-10px) scale(.4894);animation:fall-358 14s -18s linear infinite}@keyframes fall-358{66.414%{transform:translate(15.3278vw,66.414vh) scale(.4894)}to{transform:translate(18.00155vw,99vh) scale(.4894)}}.snow:nth-child(359){opacity:.1638;transform:translate(62.4896vw,-10px) scale(.9315);animation:fall-359 12s -10s linear infinite}@keyframes fall-359{30.479%{transform:translate(69.7581vw,30.479vh) scale(.9315)}to{transform:translate(66.12385vw,99vh) scale(.9315)}}.snow:nth-child(360){opacity:.7182;transform:translate(78.3553vw,-10px) scale(.8951);animation:fall-360 17s -18s linear infinite}@keyframes fall-360{39.817%{transform:translate(87.0512vw,39.817vh) scale(.8951)}to{transform:translate(82.70325vw,99vh) scale(.8951)}}.snow:nth-child(361){opacity:.0482;transform:translate(74.45vw,-10px) scale(.5084);animation:fall-361 19s -2s linear infinite}@keyframes fall-361{34.661%{transform:translate(64.7078vw,34.661vh) scale(.5084)}to{transform:translate(69.5789vw,99vh) scale(.5084)}}.snow:nth-child(362){opacity:1.9854;transform:translate(75.0664vw,-10px) scale(.1315);animation:fall-362 18s -10s linear infinite}@keyframes fall-362{49.703%{transform:translate(71.1347vw,49.703vh) scale(.1315)}to{transform:translate(73.10055vw,99vh) scale(.1315)}}.snow:nth-child(363){opacity:1.4994;transform:translate(54.9505vw,-10px) scale(.6681);animation:fall-363 28s -5s linear infinite}@keyframes fall-363{69.161%{transform:translate(48.6185vw,69.161vh) scale(.6681)}to{transform:translate(51.7845vw,99vh) scale(.6681)}}.snow:nth-child(364){opacity:1.9004;transform:translate(81.3682vw,-10px) scale(.6408);animation:fall-364 23s -15s linear infinite}@keyframes fall-364{54.069%{transform:translate(88.2435vw,54.069vh) scale(.6408)}to{transform:translate(84.80585vw,99vh) scale(.6408)}}.snow:nth-child(365){opacity:1.1878;transform:translate(59.2627vw,-10px) scale(.097);animation:fall-365 29s -17s linear infinite}@keyframes fall-365{73.903%{transform:translate(57.0977vw,73.903vh) scale(.097)}to{transform:translate(58.1802vw,99vh) scale(.097)}}.snow:nth-child(366){opacity:.9554;transform:translate(21.0792vw,-10px) scale(.964);animation:fall-366 30s -19s linear infinite}@keyframes fall-366{51.608%{transform:translate(16.4899vw,51.608vh) scale(.964)}to{transform:translate(18.78455vw,99vh) scale(.964)}}.snow:nth-child(367){opacity:.8794;transform:translate(99.8586vw,-10px) scale(.6294);animation:fall-367 25s -20s linear infinite}@keyframes fall-367{61.978%{transform:translate(104.2714vw,61.978vh) scale(.6294)}to{transform:translate(102.065vw,99vh) scale(.6294)}}.snow:nth-child(368){opacity:1.061;transform:translate(50.1588vw,-10px) scale(.8016);animation:fall-368 26s -22s linear infinite}@keyframes fall-368{48.514%{transform:translate(45.8096vw,48.514vh) scale(.8016)}to{transform:translate(47.9842vw,99vh) scale(.8016)}}.snow:nth-child(369){opacity:1.0278;transform:translate(61.3475vw,-10px) scale(.1152);animation:fall-369 11s -5s linear infinite}@keyframes fall-369{65.85%{transform:translate(60.407vw,65.85vh) scale(.1152)}to{transform:translate(60.87725vw,99vh) scale(.1152)}}.snow:nth-child(370){opacity:.4486;transform:translate(57.5121vw,-10px) scale(.5658);animation:fall-370 23s -18s linear infinite}@keyframes fall-370{68.045%{transform:translate(52.7634vw,68.045vh) scale(.5658)}to{transform:translate(55.13775vw,99vh) scale(.5658)}}.snow:nth-child(371){opacity:1.771;transform:translate(18.5643vw,-10px) scale(.6566);animation:fall-371 25s -10s linear infinite}@keyframes fall-371{33.318%{transform:translate(9.4566vw,33.318vh) scale(.6566)}to{transform:translate(14.01045vw,99vh) scale(.6566)}}.snow:nth-child(372){opacity:1.742;transform:translate(.0225vw,-10px) scale(.4277);animation:fall-372 11s -15s linear infinite}@keyframes fall-372{35.005%{transform:translate(-2.869vw,35.005vh) scale(.4277)}to{transform:translate(-1.42325vw,99vh) scale(.4277)}}.snow:nth-child(373){opacity:.4;transform:translate(33.2614vw,-10px) scale(.7065);animation:fall-373 20s -9s linear infinite}@keyframes fall-373{50.882%{transform:translate(39.1467vw,50.882vh) scale(.7065)}to{transform:translate(36.20405vw,99vh) scale(.7065)}}.snow:nth-child(374){opacity:.479;transform:translate(55.4787vw,-10px) scale(.8689);animation:fall-374 17s -28s linear infinite}@keyframes fall-374{76.806%{transform:translate(54.6815vw,76.806vh) scale(.8689)}to{transform:translate(55.0801vw,99vh) scale(.8689)}}.snow:nth-child(375){opacity:.8596;transform:translate(52.4738vw,-10px) scale(.8806);animation:fall-375 11s -2s linear infinite}@keyframes fall-375{37.291%{transform:translate(54.5637vw,37.291vh) scale(.8806)}to{transform:translate(53.51875vw,99vh) scale(.8806)}}.snow:nth-child(376){opacity:1.3874;transform:translate(82.9994vw,-10px) scale(.3381);animation:fall-376 27s -4s linear infinite}@keyframes fall-376{71.148%{transform:translate(92.6881vw,71.148vh) scale(.3381)}to{transform:translate(87.84375vw,99vh) scale(.3381)}}.snow:nth-child(377){opacity:.5622;transform:translate(98.0687vw,-10px) scale(.7126);animation:fall-377 28s -13s linear infinite}@keyframes fall-377{78.384%{transform:translate(106.4209vw,78.384vh) scale(.7126)}to{transform:translate(102.2448vw,99vh) scale(.7126)}}.snow:nth-child(378){opacity:.14;transform:translate(26.502vw,-10px) scale(.5438);animation:fall-378 21s -19s linear infinite}@keyframes fall-378{74.105%{transform:translate(35.8173vw,74.105vh) scale(.5438)}to{transform:translate(31.15965vw,99vh) scale(.5438)}}.snow:nth-child(379){opacity:1.0836;transform:translate(40.8122vw,-10px) scale(.5392);animation:fall-379 20s -2s linear infinite}@keyframes fall-379{65.048%{transform:translate(35.9153vw,65.048vh) scale(.5392)}to{transform:translate(38.36375vw,99vh) scale(.5392)}}.snow:nth-child(380){opacity:1.4038;transform:translate(73.9242vw,-10px) scale(.7907);animation:fall-380 19s -1s linear infinite}@keyframes fall-380{64.88%{transform:translate(69.4748vw,64.88vh) scale(.7907)}to{transform:translate(71.6995vw,99vh) scale(.7907)}}.snow:nth-child(381){opacity:1.9782;transform:translate(86.4009vw,-10px) scale(.9359);animation:fall-381 16s -14s linear infinite}@keyframes fall-381{30.039%{transform:translate(95.8409vw,30.039vh) scale(.9359)}to{transform:translate(91.1209vw,99vh) scale(.9359)}}.snow:nth-child(382){opacity:.8712;transform:translate(51.1505vw,-10px) scale(.6099);animation:fall-382 28s -22s linear infinite}@keyframes fall-382{65.06%{transform:translate(48.3129vw,65.06vh) scale(.6099)}to{transform:translate(49.7317vw,99vh) scale(.6099)}}.snow:nth-child(383){opacity:1.1438;transform:translate(14.4466vw,-10px) scale(.6011);animation:fall-383 26s -20s linear infinite}@keyframes fall-383{79.934%{transform:translate(21.2274vw,79.934vh) scale(.6011)}to{transform:translate(17.837vw,99vh) scale(.6011)}}.snow:nth-child(384){opacity:1.882;transform:translate(21.3416vw,-10px) scale(.9994);animation:fall-384 19s -1s linear infinite}@keyframes fall-384{42.929%{transform:translate(20.088vw,42.929vh) scale(.9994)}to{transform:translate(20.7148vw,99vh) scale(.9994)}}.snow:nth-child(385){opacity:.759;transform:translate(22.3513vw,-10px) scale(.1879);animation:fall-385 25s -21s linear infinite}@keyframes fall-385{57.345%{transform:translate(31.3504vw,57.345vh) scale(.1879)}to{transform:translate(26.85085vw,99vh) scale(.1879)}}.snow:nth-child(386){opacity:.7978;transform:translate(76.5662vw,-10px) scale(.8309);animation:fall-386 12s -22s linear infinite}@keyframes fall-386{33.61%{transform:translate(83.3913vw,33.61vh) scale(.8309)}to{transform:translate(79.97875vw,99vh) scale(.8309)}}.snow:nth-child(387){opacity:1.2394;transform:translate(45.7357vw,-10px) scale(.7953);animation:fall-387 15s -9s linear infinite}@keyframes fall-387{38.877%{transform:translate(41.4958vw,38.877vh) scale(.7953)}to{transform:translate(43.61575vw,99vh) scale(.7953)}}.snow:nth-child(388){opacity:.3564;transform:translate(25.226vw,-10px) scale(.3139);animation:fall-388 18s -10s linear infinite}@keyframes fall-388{65.492%{transform:translate(23.5212vw,65.492vh) scale(.3139)}to{transform:translate(24.3736vw,99vh) scale(.3139)}}.snow:nth-child(389){opacity:.8476;transform:translate(63.3507vw,-10px) scale(.1462);animation:fall-389 11s -6s linear infinite}@keyframes fall-389{62.985%{transform:translate(55.628vw,62.985vh) scale(.1462)}to{transform:translate(59.48935vw,99vh) scale(.1462)}}.snow:nth-child(390){opacity:1.8224;transform:translate(50.2766vw,-10px) scale(.2648);animation:fall-390 15s -29s linear infinite}@keyframes fall-390{60.577%{transform:translate(49.0712vw,60.577vh) scale(.2648)}to{transform:translate(49.6739vw,99vh) scale(.2648)}}.snow:nth-child(391){opacity:1.4202;transform:translate(57.5056vw,-10px) scale(.0188);animation:fall-391 25s -9s linear infinite}@keyframes fall-391{72.094%{transform:translate(48.7022vw,72.094vh) scale(.0188)}to{transform:translate(53.1039vw,99vh) scale(.0188)}}.snow:nth-child(392){opacity:.8238;transform:translate(90.6206vw,-10px) scale(.8353);animation:fall-392 16s -9s linear infinite}@keyframes fall-392{30.686%{transform:translate(89.0193vw,30.686vh) scale(.8353)}to{transform:translate(89.81995vw,99vh) scale(.8353)}}.snow:nth-child(393){opacity:1.124;transform:translate(15.9652vw,-10px) scale(.7255);animation:fall-393 10s -17s linear infinite}@keyframes fall-393{44.288%{transform:translate(11.2124vw,44.288vh) scale(.7255)}to{transform:translate(13.5888vw,99vh) scale(.7255)}}.snow:nth-child(394){opacity:.4088;transform:translate(45.8868vw,-10px) scale(.9527);animation:fall-394 13s -20s linear infinite}@keyframes fall-394{49.075%{transform:translate(54.1911vw,49.075vh) scale(.9527)}to{transform:translate(50.03895vw,99vh) scale(.9527)}}.snow:nth-child(395){opacity:1.4934;transform:translate(84.6871vw,-10px) scale(.3385);animation:fall-395 20s -14s linear infinite}@keyframes fall-395{68.117%{transform:translate(75.7632vw,68.117vh) scale(.3385)}to{transform:translate(80.22515vw,99vh) scale(.3385)}}.snow:nth-child(396){opacity:1.4902;transform:translate(6.252vw,-10px) scale(.371);animation:fall-396 22s -6s linear infinite}@keyframes fall-396{49.363%{transform:translate(15.0332vw,49.363vh) scale(.371)}to{transform:translate(10.6426vw,99vh) scale(.371)}}.snow:nth-child(397){opacity:1.2718;transform:translate(17.5539vw,-10px) scale(.5496);animation:fall-397 11s -29s linear infinite}@keyframes fall-397{79.424%{transform:translate(18.3819vw,79.424vh) scale(.5496)}to{transform:translate(17.9679vw,99vh) scale(.5496)}}.snow:nth-child(398){opacity:.8388;transform:translate(79.6445vw,-10px) scale(.7769);animation:fall-398 10s -27s linear infinite}@keyframes fall-398{36.875%{transform:translate(82.5793vw,36.875vh) scale(.7769)}to{transform:translate(81.1119vw,99vh) scale(.7769)}}.snow:nth-child(399){opacity:.1246;transform:translate(97.305vw,-10px) scale(.3775);animation:fall-399 22s -23s linear infinite}@keyframes fall-399{57.357%{transform:translate(104.9832vw,57.357vh) scale(.3775)}to{transform:translate(101.1441vw,99vh) scale(.3775)}}.snow:nth-child(400){opacity:1.2326;transform:translate(39.7632vw,-10px) scale(.2762);animation:fall-400 10s -10s linear infinite}@keyframes fall-400{72.103%{transform:translate(49.1141vw,72.103vh) scale(.2762)}to{transform:translate(44.43865vw,99vh) scale(.2762)}}\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.10", 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:.2296;transform:translate(68.2849vw,-10px) scale(.045);animation:fall-1 29s -19s linear infinite}@keyframes fall-1{74.467%{transform:translate(73.9168vw,74.467vh) scale(.045)}to{transform:translate(71.10085vw,99vh) scale(.045)}}.snow:nth-child(2){opacity:.0858;transform:translate(31.9335vw,-10px) scale(.9475);animation:fall-2 14s -16s linear infinite}@keyframes fall-2{67.563%{transform:translate(36.4389vw,67.563vh) scale(.9475)}to{transform:translate(34.1862vw,99vh) scale(.9475)}}.snow:nth-child(3){opacity:1.8128;transform:translate(58.29vw,-10px) scale(.2657);animation:fall-3 12s -3s linear infinite}@keyframes fall-3{71.477%{transform:translate(52.1548vw,71.477vh) scale(.2657)}to{transform:translate(55.2224vw,99vh) scale(.2657)}}.snow:nth-child(4){opacity:.7616;transform:translate(30.4813vw,-10px) scale(.9703);animation:fall-4 12s -1s linear infinite}@keyframes fall-4{53.073%{transform:translate(27.0236vw,53.073vh) scale(.9703)}to{transform:translate(28.75245vw,99vh) scale(.9703)}}.snow:nth-child(5){opacity:.5578;transform:translate(99.3726vw,-10px) scale(.9471);animation:fall-5 29s -21s linear infinite}@keyframes fall-5{62.735%{transform:translate(105.686vw,62.735vh) scale(.9471)}to{transform:translate(102.5293vw,99vh) scale(.9471)}}.snow:nth-child(6){opacity:1.3634;transform:translate(81.6451vw,-10px) scale(.5211);animation:fall-6 19s -1s linear infinite}@keyframes fall-6{53.33%{transform:translate(74.1996vw,53.33vh) scale(.5211)}to{transform:translate(77.92235vw,99vh) scale(.5211)}}.snow:nth-child(7){opacity:1.1878;transform:translate(17.7155vw,-10px) scale(.2606);animation:fall-7 10s -29s linear infinite}@keyframes fall-7{31.351%{transform:translate(15.9736vw,31.351vh) scale(.2606)}to{transform:translate(16.84455vw,99vh) scale(.2606)}}.snow:nth-child(8){opacity:.8604;transform:translate(48.7216vw,-10px) scale(.9728);animation:fall-8 27s -20s linear infinite}@keyframes fall-8{62.436%{transform:translate(42.0301vw,62.436vh) scale(.9728)}to{transform:translate(45.37585vw,99vh) scale(.9728)}}.snow:nth-child(9){opacity:1.0118;transform:translate(42.8288vw,-10px) scale(.0651);animation:fall-9 15s -20s linear infinite}@keyframes fall-9{37.206%{transform:translate(39.7102vw,37.206vh) scale(.0651)}to{transform:translate(41.2695vw,99vh) scale(.0651)}}.snow:nth-child(10){opacity:.9088;transform:translate(74.1246vw,-10px) scale(.4196);animation:fall-10 17s -2s linear infinite}@keyframes fall-10{54.045%{transform:translate(81.0834vw,54.045vh) scale(.4196)}to{transform:translate(77.604vw,99vh) scale(.4196)}}.snow:nth-child(11){opacity:.352;transform:translate(81.9625vw,-10px) scale(.9433);animation:fall-11 13s -2s linear infinite}@keyframes fall-11{52.551%{transform:translate(78.7885vw,52.551vh) scale(.9433)}to{transform:translate(80.3755vw,99vh) scale(.9433)}}.snow:nth-child(12){opacity:.69;transform:translate(84.2571vw,-10px) scale(.9001);animation:fall-12 28s -14s linear infinite}@keyframes fall-12{69.618%{transform:translate(94.033vw,69.618vh) scale(.9001)}to{transform:translate(89.14505vw,99vh) scale(.9001)}}.snow:nth-child(13){opacity:.6782;transform:translate(54.2039vw,-10px) scale(.4853);animation:fall-13 30s -10s linear infinite}@keyframes fall-13{68.104%{transform:translate(52.3531vw,68.104vh) scale(.4853)}to{transform:translate(53.2785vw,99vh) scale(.4853)}}.snow:nth-child(14){opacity:.6434;transform:translate(80.7175vw,-10px) scale(.4088);animation:fall-14 14s -12s linear infinite}@keyframes fall-14{64.279%{transform:translate(70.8217vw,64.279vh) scale(.4088)}to{transform:translate(75.7696vw,99vh) scale(.4088)}}.snow:nth-child(15){opacity:1.5066;transform:translate(46.9714vw,-10px) scale(.8607);animation:fall-15 16s -13s linear infinite}@keyframes fall-15{59.506%{transform:translate(45.8534vw,59.506vh) scale(.8607)}to{transform:translate(46.4124vw,99vh) scale(.8607)}}.snow:nth-child(16){opacity:.3952;transform:translate(10.9191vw,-10px) scale(.0551);animation:fall-16 18s -24s linear infinite}@keyframes fall-16{70.527%{transform:translate(13.5956vw,70.527vh) scale(.0551)}to{transform:translate(12.25735vw,99vh) scale(.0551)}}.snow:nth-child(17){opacity:1.2702;transform:translate(70.799vw,-10px) scale(.8647);animation:fall-17 17s -21s linear infinite}@keyframes fall-17{68.602%{transform:translate(62.0863vw,68.602vh) scale(.8647)}to{transform:translate(66.44265vw,99vh) scale(.8647)}}.snow:nth-child(18){opacity:1.9426;transform:translate(66.6977vw,-10px) scale(.9957);animation:fall-18 13s -7s linear infinite}@keyframes fall-18{62.391%{transform:translate(74.0959vw,62.391vh) scale(.9957)}to{transform:translate(70.3968vw,99vh) scale(.9957)}}.snow:nth-child(19){opacity:1.8882;transform:translate(97.4661vw,-10px) scale(.6526);animation:fall-19 11s -25s linear infinite}@keyframes fall-19{42.069%{transform:translate(88.5601vw,42.069vh) scale(.6526)}to{transform:translate(93.0131vw,99vh) scale(.6526)}}.snow:nth-child(20){opacity:.7;transform:translate(42.1729vw,-10px) scale(.9983);animation:fall-20 26s -30s linear infinite}@keyframes fall-20{41.384%{transform:translate(51.4015vw,41.384vh) scale(.9983)}to{transform:translate(46.7872vw,99vh) scale(.9983)}}.snow:nth-child(21){opacity:1.463;transform:translate(35.7221vw,-10px) scale(.6814);animation:fall-21 30s -11s linear infinite}@keyframes fall-21{47.391%{transform:translate(30.9218vw,47.391vh) scale(.6814)}to{transform:translate(33.32195vw,99vh) scale(.6814)}}.snow:nth-child(22){opacity:.0758;transform:translate(63.6763vw,-10px) scale(.2991);animation:fall-22 23s -21s linear infinite}@keyframes fall-22{39.719%{transform:translate(57.3953vw,39.719vh) scale(.2991)}to{transform:translate(60.5358vw,99vh) scale(.2991)}}.snow:nth-child(23){opacity:.0354;transform:translate(30.4999vw,-10px) scale(.6604);animation:fall-23 16s -17s linear infinite}@keyframes fall-23{68.24%{transform:translate(35.7869vw,68.24vh) scale(.6604)}to{transform:translate(33.1434vw,99vh) scale(.6604)}}.snow:nth-child(24){opacity:1.7496;transform:translate(36.4971vw,-10px) scale(.6834);animation:fall-24 21s -5s linear infinite}@keyframes fall-24{37.761%{transform:translate(44.1848vw,37.761vh) scale(.6834)}to{transform:translate(40.34095vw,99vh) scale(.6834)}}.snow:nth-child(25){opacity:.769;transform:translate(26.8319vw,-10px) scale(.169);animation:fall-25 18s -2s linear infinite}@keyframes fall-25{45.547%{transform:translate(27.3588vw,45.547vh) scale(.169)}to{transform:translate(27.09535vw,99vh) scale(.169)}}.snow:nth-child(26){opacity:.6336;transform:translate(69.2544vw,-10px) scale(.0574);animation:fall-26 12s -3s linear infinite}@keyframes fall-26{69.305%{transform:translate(68.042vw,69.305vh) scale(.0574)}to{transform:translate(68.6482vw,99vh) scale(.0574)}}.snow:nth-child(27){opacity:.7372;transform:translate(54.9818vw,-10px) scale(.4762);animation:fall-27 27s -1s linear infinite}@keyframes fall-27{39.308%{transform:translate(49.916vw,39.308vh) scale(.4762)}to{transform:translate(52.4489vw,99vh) scale(.4762)}}.snow:nth-child(28){opacity:.5792;transform:translate(97.61vw,-10px) scale(.062);animation:fall-28 29s -18s linear infinite}@keyframes fall-28{61.003%{transform:translate(92.1243vw,61.003vh) scale(.062)}to{transform:translate(94.86715vw,99vh) scale(.062)}}.snow:nth-child(29){opacity:1.831;transform:translate(47.4641vw,-10px) scale(.5406);animation:fall-29 17s -11s linear infinite}@keyframes fall-29{58.552%{transform:translate(53.8691vw,58.552vh) scale(.5406)}to{transform:translate(50.6666vw,99vh) scale(.5406)}}.snow:nth-child(30){opacity:.1482;transform:translate(98.663vw,-10px) scale(.4943);animation:fall-30 15s -30s linear infinite}@keyframes fall-30{42.442%{transform:translate(88.7136vw,42.442vh) scale(.4943)}to{transform:translate(93.6883vw,99vh) scale(.4943)}}.snow:nth-child(31){opacity:1.2346;transform:translate(86.6245vw,-10px) scale(.4668);animation:fall-31 11s -1s linear infinite}@keyframes fall-31{51.254%{transform:translate(81.5486vw,51.254vh) scale(.4668)}to{transform:translate(84.08655vw,99vh) scale(.4668)}}.snow:nth-child(32){opacity:1.3792;transform:translate(62.038vw,-10px) scale(.934);animation:fall-32 12s -25s linear infinite}@keyframes fall-32{71.222%{transform:translate(62.368vw,71.222vh) scale(.934)}to{transform:translate(62.203vw,99vh) scale(.934)}}.snow:nth-child(33){opacity:.0208;transform:translate(62.937vw,-10px) scale(.6016);animation:fall-33 24s -8s linear infinite}@keyframes fall-33{51.119%{transform:translate(58.2634vw,51.119vh) scale(.6016)}to{transform:translate(60.6002vw,99vh) scale(.6016)}}.snow:nth-child(34){opacity:1.5924;transform:translate(70.1699vw,-10px) scale(.3439);animation:fall-34 10s -3s linear infinite}@keyframes fall-34{49.701%{transform:translate(79.6934vw,49.701vh) scale(.3439)}to{transform:translate(74.93165vw,99vh) scale(.3439)}}.snow:nth-child(35){opacity:1.143;transform:translate(53.6152vw,-10px) scale(.8263);animation:fall-35 26s -14s linear infinite}@keyframes fall-35{75.59%{transform:translate(46.3425vw,75.59vh) scale(.8263)}to{transform:translate(49.97885vw,99vh) scale(.8263)}}.snow:nth-child(36){opacity:1.6858;transform:translate(52.6465vw,-10px) scale(.3206);animation:fall-36 11s -14s linear infinite}@keyframes fall-36{52.568%{transform:translate(52.1276vw,52.568vh) scale(.3206)}to{transform:translate(52.38705vw,99vh) scale(.3206)}}.snow:nth-child(37){opacity:1.6614;transform:translate(32.6016vw,-10px) scale(.3513);animation:fall-37 11s -22s linear infinite}@keyframes fall-37{66.929%{transform:translate(23.7126vw,66.929vh) scale(.3513)}to{transform:translate(28.1571vw,99vh) scale(.3513)}}.snow:nth-child(38){opacity:1.5566;transform:translate(14.997vw,-10px) scale(.4081);animation:fall-38 18s -18s linear infinite}@keyframes fall-38{40.318%{transform:translate(9.8072vw,40.318vh) scale(.4081)}to{transform:translate(12.4021vw,99vh) scale(.4081)}}.snow:nth-child(39){opacity:1.836;transform:translate(54.0963vw,-10px) scale(.028);animation:fall-39 30s -5s linear infinite}@keyframes fall-39{57.391%{transform:translate(57.785vw,57.391vh) scale(.028)}to{transform:translate(55.94065vw,99vh) scale(.028)}}.snow:nth-child(40){opacity:.654;transform:translate(71.3778vw,-10px) scale(.7395);animation:fall-40 30s -5s linear infinite}@keyframes fall-40{55.315%{transform:translate(77.9109vw,55.315vh) scale(.7395)}to{transform:translate(74.64435vw,99vh) scale(.7395)}}.snow:nth-child(41){opacity:1.1094;transform:translate(80.4227vw,-10px) scale(.6594);animation:fall-41 16s -23s linear infinite}@keyframes fall-41{54.771%{transform:translate(74.1695vw,54.771vh) scale(.6594)}to{transform:translate(77.2961vw,99vh) scale(.6594)}}.snow:nth-child(42){opacity:.2302;transform:translate(85.1415vw,-10px) scale(.4578);animation:fall-42 24s -28s linear infinite}@keyframes fall-42{43.238%{transform:translate(79.6163vw,43.238vh) scale(.4578)}to{transform:translate(82.3789vw,99vh) scale(.4578)}}.snow:nth-child(43){opacity:.5346;transform:translate(72.5092vw,-10px) scale(.4078);animation:fall-43 27s -11s linear infinite}@keyframes fall-43{54.158%{transform:translate(62.9917vw,54.158vh) scale(.4078)}to{transform:translate(67.75045vw,99vh) scale(.4078)}}.snow:nth-child(44){opacity:.7108;transform:translate(93.1049vw,-10px) scale(.5416);animation:fall-44 25s -23s linear infinite}@keyframes fall-44{62.051%{transform:translate(95.167vw,62.051vh) scale(.5416)}to{transform:translate(94.13595vw,99vh) scale(.5416)}}.snow:nth-child(45){opacity:.326;transform:translate(49.071vw,-10px) scale(.958);animation:fall-45 23s -1s linear infinite}@keyframes fall-45{57.483%{transform:translate(46.5389vw,57.483vh) scale(.958)}to{transform:translate(47.80495vw,99vh) scale(.958)}}.snow:nth-child(46){opacity:1.2816;transform:translate(31.2922vw,-10px) scale(.1836);animation:fall-46 11s -20s linear infinite}@keyframes fall-46{67.998%{transform:translate(39.9842vw,67.998vh) scale(.1836)}to{transform:translate(35.6382vw,99vh) scale(.1836)}}.snow:nth-child(47){opacity:1.1798;transform:translate(36.3154vw,-10px) scale(.4268);animation:fall-47 18s -23s linear infinite}@keyframes fall-47{32.157%{transform:translate(26.48vw,32.157vh) scale(.4268)}to{transform:translate(31.3977vw,99vh) scale(.4268)}}.snow:nth-child(48){opacity:1.5298;transform:translate(86.2644vw,-10px) scale(.509);animation:fall-48 27s -26s linear infinite}@keyframes fall-48{66.858%{transform:translate(84.2653vw,66.858vh) scale(.509)}to{transform:translate(85.26485vw,99vh) scale(.509)}}.snow:nth-child(49){opacity:1.296;transform:translate(16.535vw,-10px) scale(.1021);animation:fall-49 28s -13s linear infinite}@keyframes fall-49{59.59%{transform:translate(24.0518vw,59.59vh) scale(.1021)}to{transform:translate(20.2934vw,99vh) scale(.1021)}}.snow:nth-child(50){opacity:.3156;transform:translate(95.1301vw,-10px) scale(.2572);animation:fall-50 25s -4s linear infinite}@keyframes fall-50{42.083%{transform:translate(97.6258vw,42.083vh) scale(.2572)}to{transform:translate(96.37795vw,99vh) scale(.2572)}}.snow:nth-child(51){opacity:1.5232;transform:translate(72.9862vw,-10px) scale(.7855);animation:fall-51 20s -14s linear infinite}@keyframes fall-51{72.494%{transform:translate(75.1993vw,72.494vh) scale(.7855)}to{transform:translate(74.09275vw,99vh) scale(.7855)}}.snow:nth-child(52){opacity:1.5028;transform:translate(46.8071vw,-10px) scale(.7412);animation:fall-52 11s -18s linear infinite}@keyframes fall-52{64.443%{transform:translate(43.5104vw,64.443vh) scale(.7412)}to{transform:translate(45.15875vw,99vh) scale(.7412)}}.snow:nth-child(53){opacity:1.0572;transform:translate(43.1569vw,-10px) scale(.4962);animation:fall-53 19s -14s linear infinite}@keyframes fall-53{34.564%{transform:translate(40.3138vw,34.564vh) scale(.4962)}to{transform:translate(41.73535vw,99vh) scale(.4962)}}.snow:nth-child(54){opacity:.5018;transform:translate(39.4134vw,-10px) scale(.7637);animation:fall-54 10s -16s linear infinite}@keyframes fall-54{31.605%{transform:translate(35.376vw,31.605vh) scale(.7637)}to{transform:translate(37.3947vw,99vh) scale(.7637)}}.snow:nth-child(55){opacity:.263;transform:translate(34.4124vw,-10px) scale(.2667);animation:fall-55 11s -9s linear infinite}@keyframes fall-55{70.641%{transform:translate(27.4597vw,70.641vh) scale(.2667)}to{transform:translate(30.93605vw,99vh) scale(.2667)}}.snow:nth-child(56){opacity:.5878;transform:translate(16.9992vw,-10px) scale(.2298);animation:fall-56 28s -27s linear infinite}@keyframes fall-56{47.003%{transform:translate(19.6298vw,47.003vh) scale(.2298)}to{transform:translate(18.3145vw,99vh) scale(.2298)}}.snow:nth-child(57){opacity:.6004;transform:translate(80.8173vw,-10px) scale(.9617);animation:fall-57 26s -13s linear infinite}@keyframes fall-57{36.519%{transform:translate(80.0111vw,36.519vh) scale(.9617)}to{transform:translate(80.4142vw,99vh) scale(.9617)}}.snow:nth-child(58){opacity:.1584;transform:translate(62.4575vw,-10px) scale(.0046);animation:fall-58 13s -14s linear infinite}@keyframes fall-58{42.545%{transform:translate(55.2218vw,42.545vh) scale(.0046)}to{transform:translate(58.83965vw,99vh) scale(.0046)}}.snow:nth-child(59){opacity:.2788;transform:translate(92.2041vw,-10px) scale(.1189);animation:fall-59 19s -11s linear infinite}@keyframes fall-59{61.23%{transform:translate(90.8067vw,61.23vh) scale(.1189)}to{transform:translate(91.5054vw,99vh) scale(.1189)}}.snow:nth-child(60){opacity:1.974;transform:translate(58.0107vw,-10px) scale(.1428);animation:fall-60 26s -10s linear infinite}@keyframes fall-60{66.493%{transform:translate(62.8949vw,66.493vh) scale(.1428)}to{transform:translate(60.4528vw,99vh) scale(.1428)}}.snow:nth-child(61){opacity:.0268;transform:translate(29.4305vw,-10px) scale(.5593);animation:fall-61 27s -7s linear infinite}@keyframes fall-61{79.795%{transform:translate(23.8843vw,79.795vh) scale(.5593)}to{transform:translate(26.6574vw,99vh) scale(.5593)}}.snow:nth-child(62){opacity:.3956;transform:translate(51.9972vw,-10px) scale(.1332);animation:fall-62 10s -16s linear infinite}@keyframes fall-62{41.539%{transform:translate(55.448vw,41.539vh) scale(.1332)}to{transform:translate(53.7226vw,99vh) scale(.1332)}}.snow:nth-child(63){opacity:.1038;transform:translate(60.568vw,-10px) scale(.1812);animation:fall-63 29s -13s linear infinite}@keyframes fall-63{67.77%{transform:translate(58.0134vw,67.77vh) scale(.1812)}to{transform:translate(59.2907vw,99vh) scale(.1812)}}.snow:nth-child(64){opacity:1.2826;transform:translate(4.5247vw,-10px) scale(.4734);animation:fall-64 11s -5s linear infinite}@keyframes fall-64{71.292%{transform:translate(1.2459vw,71.292vh) scale(.4734)}to{transform:translate(2.8853vw,99vh) scale(.4734)}}.snow:nth-child(65){opacity:1.9212;transform:translate(21.6493vw,-10px) scale(.664);animation:fall-65 20s -20s linear infinite}@keyframes fall-65{69.274%{transform:translate(27.7275vw,69.274vh) scale(.664)}to{transform:translate(24.6884vw,99vh) scale(.664)}}.snow:nth-child(66){opacity:.7578;transform:translate(62.493vw,-10px) scale(.1623);animation:fall-66 18s -7s linear infinite}@keyframes fall-66{44.868%{transform:translate(66.5378vw,44.868vh) scale(.1623)}to{transform:translate(64.5154vw,99vh) scale(.1623)}}.snow:nth-child(67){opacity:.4154;transform:translate(45.8843vw,-10px) scale(.0451);animation:fall-67 11s -18s linear infinite}@keyframes fall-67{62.747%{transform:translate(55.8705vw,62.747vh) scale(.0451)}to{transform:translate(50.8774vw,99vh) scale(.0451)}}.snow:nth-child(68){opacity:1.4604;transform:translate(92.8365vw,-10px) scale(.7631);animation:fall-68 17s -22s linear infinite}@keyframes fall-68{35.077%{transform:translate(94.4369vw,35.077vh) scale(.7631)}to{transform:translate(93.6367vw,99vh) scale(.7631)}}.snow:nth-child(69){opacity:.6226;transform:translate(92.8766vw,-10px) scale(.4183);animation:fall-69 24s -12s linear infinite}@keyframes fall-69{45.137%{transform:translate(101.3845vw,45.137vh) scale(.4183)}to{transform:translate(97.13055vw,99vh) scale(.4183)}}.snow:nth-child(70){opacity:.0692;transform:translate(98.988vw,-10px) scale(.0545);animation:fall-70 18s -5s linear infinite}@keyframes fall-70{67.254%{transform:translate(105.2795vw,67.254vh) scale(.0545)}to{transform:translate(102.13375vw,99vh) scale(.0545)}}.snow:nth-child(71){opacity:1.953;transform:translate(63.0477vw,-10px) scale(.5613);animation:fall-71 17s -23s linear infinite}@keyframes fall-71{31.164%{transform:translate(64.4755vw,31.164vh) scale(.5613)}to{transform:translate(63.7616vw,99vh) scale(.5613)}}.snow:nth-child(72){opacity:.8422;transform:translate(99.9428vw,-10px) scale(.4414);animation:fall-72 22s -7s linear infinite}@keyframes fall-72{50.491%{transform:translate(105.3251vw,50.491vh) scale(.4414)}to{transform:translate(102.63395vw,99vh) scale(.4414)}}.snow:nth-child(73){opacity:1.3916;transform:translate(61.9756vw,-10px) scale(.2936);animation:fall-73 25s -9s linear infinite}@keyframes fall-73{32.976%{transform:translate(62.416vw,32.976vh) scale(.2936)}to{transform:translate(62.1958vw,99vh) scale(.2936)}}.snow:nth-child(74){opacity:1.3126;transform:translate(14.5939vw,-10px) scale(.6409);animation:fall-74 12s -4s linear infinite}@keyframes fall-74{79.8%{transform:translate(11.3948vw,79.8vh) scale(.6409)}to{transform:translate(12.99435vw,99vh) scale(.6409)}}.snow:nth-child(75){opacity:.3986;transform:translate(92.8386vw,-10px) scale(.8955);animation:fall-75 11s -18s linear infinite}@keyframes fall-75{56.295%{transform:translate(89.2645vw,56.295vh) scale(.8955)}to{transform:translate(91.05155vw,99vh) scale(.8955)}}.snow:nth-child(76){opacity:.6548;transform:translate(91.276vw,-10px) scale(.188);animation:fall-76 30s -11s linear infinite}@keyframes fall-76{59.538%{transform:translate(89.8114vw,59.538vh) scale(.188)}to{transform:translate(90.5437vw,99vh) scale(.188)}}.snow:nth-child(77){opacity:.2136;transform:translate(5.6907vw,-10px) scale(.8549);animation:fall-77 14s -7s linear infinite}@keyframes fall-77{32.792%{transform:translate(10.5731vw,32.792vh) scale(.8549)}to{transform:translate(8.1319vw,99vh) scale(.8549)}}.snow:nth-child(78){opacity:1.8692;transform:translate(17.9742vw,-10px) scale(.5329);animation:fall-78 20s -23s linear infinite}@keyframes fall-78{36.018%{transform:translate(25.3663vw,36.018vh) scale(.5329)}to{transform:translate(21.67025vw,99vh) scale(.5329)}}.snow:nth-child(79){opacity:1.7984;transform:translate(76.518vw,-10px) scale(.3743);animation:fall-79 18s -20s linear infinite}@keyframes fall-79{42.503%{transform:translate(72.2121vw,42.503vh) scale(.3743)}to{transform:translate(74.36505vw,99vh) scale(.3743)}}.snow:nth-child(80){opacity:1.8688;transform:translate(4.4653vw,-10px) scale(.3047);animation:fall-80 29s -23s linear infinite}@keyframes fall-80{40.604%{transform:translate(13.672vw,40.604vh) scale(.3047)}to{transform:translate(9.06865vw,99vh) scale(.3047)}}.snow:nth-child(81){opacity:.1768;transform:translate(55.6172vw,-10px) scale(.6051);animation:fall-81 12s -29s linear infinite}@keyframes fall-81{55.35%{transform:translate(60.7677vw,55.35vh) scale(.6051)}to{transform:translate(58.19245vw,99vh) scale(.6051)}}.snow:nth-child(82){opacity:1.01;transform:translate(35.4888vw,-10px) scale(.4401);animation:fall-82 26s -21s linear infinite}@keyframes fall-82{79.615%{transform:translate(31.8443vw,79.615vh) scale(.4401)}to{transform:translate(33.66655vw,99vh) scale(.4401)}}.snow:nth-child(83){opacity:1.7364;transform:translate(10.7748vw,-10px) scale(.7523);animation:fall-83 14s -23s linear infinite}@keyframes fall-83{74.486%{transform:translate(20.6621vw,74.486vh) scale(.7523)}to{transform:translate(15.71845vw,99vh) scale(.7523)}}.snow:nth-child(84){opacity:1.2164;transform:translate(91.2159vw,-10px) scale(.4597);animation:fall-84 16s -4s linear infinite}@keyframes fall-84{53.065%{transform:translate(98.6782vw,53.065vh) scale(.4597)}to{transform:translate(94.94705vw,99vh) scale(.4597)}}.snow:nth-child(85){opacity:.3586;transform:translate(72.4657vw,-10px) scale(.2999);animation:fall-85 26s -16s linear infinite}@keyframes fall-85{69.046%{transform:translate(65.7632vw,69.046vh) scale(.2999)}to{transform:translate(69.11445vw,99vh) scale(.2999)}}.snow:nth-child(86){opacity:1.3974;transform:translate(48.5972vw,-10px) scale(.1499);animation:fall-86 12s -28s linear infinite}@keyframes fall-86{34.59%{transform:translate(58.0655vw,34.59vh) scale(.1499)}to{transform:translate(53.33135vw,99vh) scale(.1499)}}.snow:nth-child(87){opacity:1.5614;transform:translate(96.285vw,-10px) scale(.7168);animation:fall-87 13s -22s linear infinite}@keyframes fall-87{57.488%{transform:translate(96.5546vw,57.488vh) scale(.7168)}to{transform:translate(96.4198vw,99vh) scale(.7168)}}.snow:nth-child(88){opacity:1.2716;transform:translate(26.7117vw,-10px) scale(.0028);animation:fall-88 23s -12s linear infinite}@keyframes fall-88{60.858%{transform:translate(26.0844vw,60.858vh) scale(.0028)}to{transform:translate(26.39805vw,99vh) scale(.0028)}}.snow:nth-child(89){opacity:.2152;transform:translate(23.9873vw,-10px) scale(.2597);animation:fall-89 18s -9s linear infinite}@keyframes fall-89{44.034%{transform:translate(16.168vw,44.034vh) scale(.2597)}to{transform:translate(20.07765vw,99vh) scale(.2597)}}.snow:nth-child(90){opacity:.4392;transform:translate(48.6132vw,-10px) scale(.4497);animation:fall-90 17s -18s linear infinite}@keyframes fall-90{57.405%{transform:translate(58.1947vw,57.405vh) scale(.4497)}to{transform:translate(53.40395vw,99vh) scale(.4497)}}.snow:nth-child(91){opacity:1.1124;transform:translate(98.4741vw,-10px) scale(.5868);animation:fall-91 29s -18s linear infinite}@keyframes fall-91{49.935%{transform:translate(105.5879vw,49.935vh) scale(.5868)}to{transform:translate(102.031vw,99vh) scale(.5868)}}.snow:nth-child(92){opacity:1.5628;transform:translate(67.6372vw,-10px) scale(.4331);animation:fall-92 24s -28s linear infinite}@keyframes fall-92{73.029%{transform:translate(59.3685vw,73.029vh) scale(.4331)}to{transform:translate(63.50285vw,99vh) scale(.4331)}}.snow:nth-child(93){opacity:1.4894;transform:translate(16.288vw,-10px) scale(.198);animation:fall-93 11s -1s linear infinite}@keyframes fall-93{33.345%{transform:translate(17.2526vw,33.345vh) scale(.198)}to{transform:translate(16.7703vw,99vh) scale(.198)}}.snow:nth-child(94){opacity:1.0578;transform:translate(72.6931vw,-10px) scale(.1265);animation:fall-94 27s -2s linear infinite}@keyframes fall-94{49.62%{transform:translate(77.1524vw,49.62vh) scale(.1265)}to{transform:translate(74.92275vw,99vh) scale(.1265)}}.snow:nth-child(95){opacity:1.5326;transform:translate(59.8673vw,-10px) scale(.1166);animation:fall-95 16s -29s linear infinite}@keyframes fall-95{79.939%{transform:translate(63.22vw,79.939vh) scale(.1166)}to{transform:translate(61.54365vw,99vh) scale(.1166)}}.snow:nth-child(96){opacity:.7028;transform:translate(34.2498vw,-10px) scale(.4563);animation:fall-96 21s -13s linear infinite}@keyframes fall-96{35.059%{transform:translate(36.8527vw,35.059vh) scale(.4563)}to{transform:translate(35.55125vw,99vh) scale(.4563)}}.snow:nth-child(97){opacity:1.8196;transform:translate(87.0762vw,-10px) scale(.0306);animation:fall-97 28s -12s linear infinite}@keyframes fall-97{41.403%{transform:translate(78.5986vw,41.403vh) scale(.0306)}to{transform:translate(82.8374vw,99vh) scale(.0306)}}.snow:nth-child(98){opacity:.2966;transform:translate(34.7427vw,-10px) scale(.4127);animation:fall-98 30s -24s linear infinite}@keyframes fall-98{51.433%{transform:translate(30.7835vw,51.433vh) scale(.4127)}to{transform:translate(32.7631vw,99vh) scale(.4127)}}.snow:nth-child(99){opacity:1.1178;transform:translate(95.7236vw,-10px) scale(.3243);animation:fall-99 22s -2s linear infinite}@keyframes fall-99{51.058%{transform:translate(91.0151vw,51.058vh) scale(.3243)}to{transform:translate(93.36935vw,99vh) scale(.3243)}}.snow:nth-child(100){opacity:.4198;transform:translate(49.5435vw,-10px) scale(.4551);animation:fall-100 15s -8s linear infinite}@keyframes fall-100{34.325%{transform:translate(58.1422vw,34.325vh) scale(.4551)}to{transform:translate(53.84285vw,99vh) scale(.4551)}}.snow:nth-child(101){opacity:.2946;transform:translate(91.5559vw,-10px) scale(.2514);animation:fall-101 29s -16s linear infinite}@keyframes fall-101{40.608%{transform:translate(86.3698vw,40.608vh) scale(.2514)}to{transform:translate(88.96285vw,99vh) scale(.2514)}}.snow:nth-child(102){opacity:.8186;transform:translate(89.7318vw,-10px) scale(.4706);animation:fall-102 27s -8s linear infinite}@keyframes fall-102{50.697%{transform:translate(91.0919vw,50.697vh) scale(.4706)}to{transform:translate(90.41185vw,99vh) scale(.4706)}}.snow:nth-child(103){opacity:.3058;transform:translate(78.7821vw,-10px) scale(.6753);animation:fall-103 18s -17s linear infinite}@keyframes fall-103{78.41%{transform:translate(81.978vw,78.41vh) scale(.6753)}to{transform:translate(80.38005vw,99vh) scale(.6753)}}.snow:nth-child(104){opacity:.271;transform:translate(42.3894vw,-10px) scale(.8885);animation:fall-104 22s -28s linear infinite}@keyframes fall-104{79.882%{transform:translate(44.6634vw,79.882vh) scale(.8885)}to{transform:translate(43.5264vw,99vh) scale(.8885)}}.snow:nth-child(105){opacity:.6282;transform:translate(24.3366vw,-10px) scale(.6257);animation:fall-105 23s -5s linear infinite}@keyframes fall-105{36.445%{transform:translate(28.75vw,36.445vh) scale(.6257)}to{transform:translate(26.5433vw,99vh) scale(.6257)}}.snow:nth-child(106){opacity:1.1506;transform:translate(53.5721vw,-10px) scale(.837);animation:fall-106 21s -26s linear infinite}@keyframes fall-106{34.592%{transform:translate(56.5018vw,34.592vh) scale(.837)}to{transform:translate(55.03695vw,99vh) scale(.837)}}.snow:nth-child(107){opacity:.507;transform:translate(36.9602vw,-10px) scale(.117);animation:fall-107 25s -30s linear infinite}@keyframes fall-107{69.183%{transform:translate(29.6822vw,69.183vh) scale(.117)}to{transform:translate(33.3212vw,99vh) scale(.117)}}.snow:nth-child(108){opacity:.0118;transform:translate(65.6069vw,-10px) scale(.1869);animation:fall-108 14s -25s linear infinite}@keyframes fall-108{76.515%{transform:translate(66.8391vw,76.515vh) scale(.1869)}to{transform:translate(66.223vw,99vh) scale(.1869)}}.snow:nth-child(109){opacity:1.746;transform:translate(83.4364vw,-10px) scale(.8441);animation:fall-109 26s -11s linear infinite}@keyframes fall-109{39.529%{transform:translate(85.4935vw,39.529vh) scale(.8441)}to{transform:translate(84.46495vw,99vh) scale(.8441)}}.snow:nth-child(110){opacity:.9424;transform:translate(65.1491vw,-10px) scale(.739);animation:fall-110 27s -1s linear infinite}@keyframes fall-110{66.066%{transform:translate(63.1179vw,66.066vh) scale(.739)}to{transform:translate(64.1335vw,99vh) scale(.739)}}.snow:nth-child(111){opacity:1.31;transform:translate(50.9128vw,-10px) scale(.1574);animation:fall-111 13s -18s linear infinite}@keyframes fall-111{65.231%{transform:translate(59.6175vw,65.231vh) scale(.1574)}to{transform:translate(55.26515vw,99vh) scale(.1574)}}.snow:nth-child(112){opacity:.2922;transform:translate(98.7876vw,-10px) scale(.9338);animation:fall-112 11s -13s linear infinite}@keyframes fall-112{45.492%{transform:translate(97.4065vw,45.492vh) scale(.9338)}to{transform:translate(98.09705vw,99vh) scale(.9338)}}.snow:nth-child(113){opacity:.6242;transform:translate(27.324vw,-10px) scale(.6981);animation:fall-113 15s -28s linear infinite}@keyframes fall-113{73.555%{transform:translate(29.3578vw,73.555vh) scale(.6981)}to{transform:translate(28.3409vw,99vh) scale(.6981)}}.snow:nth-child(114){opacity:.8322;transform:translate(64.5606vw,-10px) scale(.7873);animation:fall-114 22s -28s linear infinite}@keyframes fall-114{73.294%{transform:translate(70.1437vw,73.294vh) scale(.7873)}to{transform:translate(67.35215vw,99vh) scale(.7873)}}.snow:nth-child(115){opacity:.1438;transform:translate(74.7499vw,-10px) scale(.7037);animation:fall-115 12s -3s linear infinite}@keyframes fall-115{31.653%{transform:translate(83.4994vw,31.653vh) scale(.7037)}to{transform:translate(79.12465vw,99vh) scale(.7037)}}.snow:nth-child(116){opacity:1.2486;transform:translate(37.8507vw,-10px) scale(.752);animation:fall-116 30s -18s linear infinite}@keyframes fall-116{35.967%{transform:translate(37.076vw,35.967vh) scale(.752)}to{transform:translate(37.46335vw,99vh) scale(.752)}}.snow:nth-child(117){opacity:.5606;transform:translate(75.2181vw,-10px) scale(.0559);animation:fall-117 29s -17s linear infinite}@keyframes fall-117{79.988%{transform:translate(72.8941vw,79.988vh) scale(.0559)}to{transform:translate(74.0561vw,99vh) scale(.0559)}}.snow:nth-child(118){opacity:.1274;transform:translate(50.9747vw,-10px) scale(.9986);animation:fall-118 22s -7s linear infinite}@keyframes fall-118{57.688%{transform:translate(50.7851vw,57.688vh) scale(.9986)}to{transform:translate(50.8799vw,99vh) scale(.9986)}}.snow:nth-child(119){opacity:1.5272;transform:translate(48.4019vw,-10px) scale(.0441);animation:fall-119 27s -15s linear infinite}@keyframes fall-119{52.667%{transform:translate(55.4975vw,52.667vh) scale(.0441)}to{transform:translate(51.9497vw,99vh) scale(.0441)}}.snow:nth-child(120){opacity:.7376;transform:translate(20.7865vw,-10px) scale(.8831);animation:fall-120 18s -15s linear infinite}@keyframes fall-120{51.919%{transform:translate(15.2861vw,51.919vh) scale(.8831)}to{transform:translate(18.0363vw,99vh) scale(.8831)}}.snow:nth-child(121){opacity:1.3124;transform:translate(3.58vw,-10px) scale(.728);animation:fall-121 30s -19s linear infinite}@keyframes fall-121{60.355%{transform:translate(3.4367vw,60.355vh) scale(.728)}to{transform:translate(3.50835vw,99vh) scale(.728)}}.snow:nth-child(122){opacity:1.9386;transform:translate(8.1404vw,-10px) scale(.5526);animation:fall-122 28s -11s linear infinite}@keyframes fall-122{32.444%{transform:translate(14.3063vw,32.444vh) scale(.5526)}to{transform:translate(11.22335vw,99vh) scale(.5526)}}.snow:nth-child(123){opacity:1.7808;transform:translate(79.8353vw,-10px) scale(.7034);animation:fall-123 24s -14s linear infinite}@keyframes fall-123{33.877%{transform:translate(82.2785vw,33.877vh) scale(.7034)}to{transform:translate(81.0569vw,99vh) scale(.7034)}}.snow:nth-child(124){opacity:.216;transform:translate(.1861vw,-10px) scale(.3675);animation:fall-124 26s -6s linear infinite}@keyframes fall-124{68.321%{transform:translate(2.8684vw,68.321vh) scale(.3675)}to{transform:translate(1.52725vw,99vh) scale(.3675)}}.snow:nth-child(125){opacity:.3638;transform:translate(82.5284vw,-10px) scale(.131);animation:fall-125 25s -3s linear infinite}@keyframes fall-125{63.446%{transform:translate(76.7761vw,63.446vh) scale(.131)}to{transform:translate(79.65225vw,99vh) scale(.131)}}.snow:nth-child(126){opacity:1.664;transform:translate(90.5896vw,-10px) scale(.4658);animation:fall-126 15s -23s linear infinite}@keyframes fall-126{73.863%{transform:translate(100.1375vw,73.863vh) scale(.4658)}to{transform:translate(95.36355vw,99vh) scale(.4658)}}.snow:nth-child(127){opacity:.7918;transform:translate(66.0543vw,-10px) scale(.1143);animation:fall-127 29s -13s linear infinite}@keyframes fall-127{64.603%{transform:translate(58.6222vw,64.603vh) scale(.1143)}to{transform:translate(62.33825vw,99vh) scale(.1143)}}.snow:nth-child(128){opacity:.9706;transform:translate(81.4032vw,-10px) scale(.9759);animation:fall-128 11s -12s linear infinite}@keyframes fall-128{62.596%{transform:translate(80.9814vw,62.596vh) scale(.9759)}to{transform:translate(81.1923vw,99vh) scale(.9759)}}.snow:nth-child(129){opacity:.2928;transform:translate(32.5819vw,-10px) scale(.4087);animation:fall-129 29s -29s linear infinite}@keyframes fall-129{33.369%{transform:translate(24.8124vw,33.369vh) scale(.4087)}to{transform:translate(28.69715vw,99vh) scale(.4087)}}.snow:nth-child(130){opacity:.6516;transform:translate(37.2319vw,-10px) scale(.8284);animation:fall-130 29s -27s linear infinite}@keyframes fall-130{69.866%{transform:translate(27.7093vw,69.866vh) scale(.8284)}to{transform:translate(32.4706vw,99vh) scale(.8284)}}.snow:nth-child(131){opacity:.7758;transform:translate(25.2248vw,-10px) scale(.0391);animation:fall-131 21s -1s linear infinite}@keyframes fall-131{47.991%{transform:translate(22.8206vw,47.991vh) scale(.0391)}to{transform:translate(24.0227vw,99vh) scale(.0391)}}.snow:nth-child(132){opacity:1.1002;transform:translate(32.2727vw,-10px) scale(.9854);animation:fall-132 24s -9s linear infinite}@keyframes fall-132{47.601%{transform:translate(42.2562vw,47.601vh) scale(.9854)}to{transform:translate(37.26445vw,99vh) scale(.9854)}}.snow:nth-child(133){opacity:1.923;transform:translate(97.6699vw,-10px) scale(.2014);animation:fall-133 19s -21s linear infinite}@keyframes fall-133{36.877%{transform:translate(97.5201vw,36.877vh) scale(.2014)}to{transform:translate(97.595vw,99vh) scale(.2014)}}.snow:nth-child(134){opacity:.8414;transform:translate(45.1913vw,-10px) scale(.2515);animation:fall-134 22s -10s linear infinite}@keyframes fall-134{59.388%{transform:translate(42.2027vw,59.388vh) scale(.2515)}to{transform:translate(43.697vw,99vh) scale(.2515)}}.snow:nth-child(135){opacity:1.4276;transform:translate(95.2716vw,-10px) scale(.1956);animation:fall-135 11s -4s linear infinite}@keyframes fall-135{33.46%{transform:translate(100.3294vw,33.46vh) scale(.1956)}to{transform:translate(97.8005vw,99vh) scale(.1956)}}.snow:nth-child(136){opacity:1.0274;transform:translate(51.047vw,-10px) scale(.7165);animation:fall-136 20s -30s linear infinite}@keyframes fall-136{30.828%{transform:translate(60.7362vw,30.828vh) scale(.7165)}to{transform:translate(55.8916vw,99vh) scale(.7165)}}.snow:nth-child(137){opacity:.223;transform:translate(74.0015vw,-10px) scale(.2841);animation:fall-137 21s -1s linear infinite}@keyframes fall-137{52.062%{transform:translate(81.92vw,52.062vh) scale(.2841)}to{transform:translate(77.96075vw,99vh) scale(.2841)}}.snow:nth-child(138){opacity:.5402;transform:translate(46.158vw,-10px) scale(.9255);animation:fall-138 27s -5s linear infinite}@keyframes fall-138{63.783%{transform:translate(46.1402vw,63.783vh) scale(.9255)}to{transform:translate(46.1491vw,99vh) scale(.9255)}}.snow:nth-child(139){opacity:1.2558;transform:translate(85.7334vw,-10px) scale(.2843);animation:fall-139 16s -23s linear infinite}@keyframes fall-139{64.772%{transform:translate(90.6791vw,64.772vh) scale(.2843)}to{transform:translate(88.20625vw,99vh) scale(.2843)}}.snow:nth-child(140){opacity:1.9044;transform:translate(5.1806vw,-10px) scale(.1717);animation:fall-140 13s -22s linear infinite}@keyframes fall-140{58.639%{transform:translate(-3.1653vw,58.639vh) scale(.1717)}to{transform:translate(1.00765vw,99vh) scale(.1717)}}.snow:nth-child(141){opacity:1.5052;transform:translate(11.0781vw,-10px) scale(.5573);animation:fall-141 13s -2s linear infinite}@keyframes fall-141{49.977%{transform:translate(17.9186vw,49.977vh) scale(.5573)}to{transform:translate(14.49835vw,99vh) scale(.5573)}}.snow:nth-child(142){opacity:.3788;transform:translate(97.8985vw,-10px) scale(.9757);animation:fall-142 15s -29s linear infinite}@keyframes fall-142{49.878%{transform:translate(96.6938vw,49.878vh) scale(.9757)}to{transform:translate(97.29615vw,99vh) scale(.9757)}}.snow:nth-child(143){opacity:1.3874;transform:translate(99.4481vw,-10px) scale(.2601);animation:fall-143 27s -27s linear infinite}@keyframes fall-143{77.998%{transform:translate(90.0788vw,77.998vh) scale(.2601)}to{transform:translate(94.76345vw,99vh) scale(.2601)}}.snow:nth-child(144){opacity:1.253;transform:translate(72.6656vw,-10px) scale(.8668);animation:fall-144 16s -21s linear infinite}@keyframes fall-144{45.314%{transform:translate(73.7621vw,45.314vh) scale(.8668)}to{transform:translate(73.21385vw,99vh) scale(.8668)}}.snow:nth-child(145){opacity:1.5004;transform:translate(79.3374vw,-10px) scale(.5804);animation:fall-145 23s -5s linear infinite}@keyframes fall-145{33.179%{transform:translate(80.1033vw,33.179vh) scale(.5804)}to{transform:translate(79.72035vw,99vh) scale(.5804)}}.snow:nth-child(146){opacity:1.8676;transform:translate(29.5491vw,-10px) scale(.4197);animation:fall-146 19s -2s linear infinite}@keyframes fall-146{71.599%{transform:translate(20.3625vw,71.599vh) scale(.4197)}to{transform:translate(24.9558vw,99vh) scale(.4197)}}.snow:nth-child(147){opacity:1.047;transform:translate(86.7755vw,-10px) scale(.1632);animation:fall-147 17s -2s linear infinite}@keyframes fall-147{44.858%{transform:translate(95.4459vw,44.858vh) scale(.1632)}to{transform:translate(91.1107vw,99vh) scale(.1632)}}.snow:nth-child(148){opacity:1.8914;transform:translate(94.8941vw,-10px) scale(.7567);animation:fall-148 27s -12s linear infinite}@keyframes fall-148{64.785%{transform:translate(103.7215vw,64.785vh) scale(.7567)}to{transform:translate(99.3078vw,99vh) scale(.7567)}}.snow:nth-child(149){opacity:.7014;transform:translate(85.9051vw,-10px) scale(.203);animation:fall-149 11s -3s linear infinite}@keyframes fall-149{77.149%{transform:translate(77.9073vw,77.149vh) scale(.203)}to{transform:translate(81.9062vw,99vh) scale(.203)}}.snow:nth-child(150){opacity:1.5342;transform:translate(91.7988vw,-10px) scale(.0103);animation:fall-150 19s -7s linear infinite}@keyframes fall-150{36.857%{transform:translate(88.12vw,36.857vh) scale(.0103)}to{transform:translate(89.9594vw,99vh) scale(.0103)}}.snow:nth-child(151){opacity:.77;transform:translate(82.0047vw,-10px) scale(.7497);animation:fall-151 30s -19s linear infinite}@keyframes fall-151{33.655%{transform:translate(86.7973vw,33.655vh) scale(.7497)}to{transform:translate(84.401vw,99vh) scale(.7497)}}.snow:nth-child(152){opacity:.2578;transform:translate(84.6857vw,-10px) scale(.3727);animation:fall-152 24s -15s linear infinite}@keyframes fall-152{57.253%{transform:translate(91.19vw,57.253vh) scale(.3727)}to{transform:translate(87.93785vw,99vh) scale(.3727)}}.snow:nth-child(153){opacity:1.6416;transform:translate(15.3208vw,-10px) scale(.6137);animation:fall-153 12s -21s linear infinite}@keyframes fall-153{70.905%{transform:translate(17.8503vw,70.905vh) scale(.6137)}to{transform:translate(16.58555vw,99vh) scale(.6137)}}.snow:nth-child(154){opacity:.7988;transform:translate(82.7125vw,-10px) scale(.2566);animation:fall-154 17s -27s linear infinite}@keyframes fall-154{59.044%{transform:translate(91.9489vw,59.044vh) scale(.2566)}to{transform:translate(87.3307vw,99vh) scale(.2566)}}.snow:nth-child(155){opacity:1.3456;transform:translate(22.6628vw,-10px) scale(.0433);animation:fall-155 30s -20s linear infinite}@keyframes fall-155{35.089%{transform:translate(21.6175vw,35.089vh) scale(.0433)}to{transform:translate(22.14015vw,99vh) scale(.0433)}}.snow:nth-child(156){opacity:1.5804;transform:translate(95.1717vw,-10px) scale(.029);animation:fall-156 30s -11s linear infinite}@keyframes fall-156{65.851%{transform:translate(101.7562vw,65.851vh) scale(.029)}to{transform:translate(98.46395vw,99vh) scale(.029)}}.snow:nth-child(157){opacity:1.4612;transform:translate(97.9723vw,-10px) scale(.2509);animation:fall-157 18s -1s linear infinite}@keyframes fall-157{74.037%{transform:translate(93.3428vw,74.037vh) scale(.2509)}to{transform:translate(95.65755vw,99vh) scale(.2509)}}.snow:nth-child(158){opacity:1.5736;transform:translate(86.7458vw,-10px) scale(.3783);animation:fall-158 21s -18s linear infinite}@keyframes fall-158{60.651%{transform:translate(90.9697vw,60.651vh) scale(.3783)}to{transform:translate(88.85775vw,99vh) scale(.3783)}}.snow:nth-child(159){opacity:.496;transform:translate(75.9303vw,-10px) scale(.4594);animation:fall-159 13s -19s linear infinite}@keyframes fall-159{55.398%{transform:translate(75.3679vw,55.398vh) scale(.4594)}to{transform:translate(75.6491vw,99vh) scale(.4594)}}.snow:nth-child(160){opacity:.8412;transform:translate(38.8177vw,-10px) scale(.3714);animation:fall-160 21s -4s linear infinite}@keyframes fall-160{70.947%{transform:translate(41.2352vw,70.947vh) scale(.3714)}to{transform:translate(40.02645vw,99vh) scale(.3714)}}.snow:nth-child(161){opacity:1.4498;transform:translate(82.2184vw,-10px) scale(.4993);animation:fall-161 20s -4s linear infinite}@keyframes fall-161{45.503%{transform:translate(72.4208vw,45.503vh) scale(.4993)}to{transform:translate(77.3196vw,99vh) scale(.4993)}}.snow:nth-child(162){opacity:1.404;transform:translate(22.2168vw,-10px) scale(.611);animation:fall-162 30s -21s linear infinite}@keyframes fall-162{40.514%{transform:translate(14.5559vw,40.514vh) scale(.611)}to{transform:translate(18.38635vw,99vh) scale(.611)}}.snow:nth-child(163){opacity:1.8056;transform:translate(84.0064vw,-10px) scale(.4509);animation:fall-163 26s -15s linear infinite}@keyframes fall-163{76.972%{transform:translate(80.0464vw,76.972vh) scale(.4509)}to{transform:translate(82.0264vw,99vh) scale(.4509)}}.snow:nth-child(164){opacity:.1808;transform:translate(2.319vw,-10px) scale(.8737);animation:fall-164 16s -27s linear infinite}@keyframes fall-164{79.197%{transform:translate(1.0954vw,79.197vh) scale(.8737)}to{transform:translate(1.7072vw,99vh) scale(.8737)}}.snow:nth-child(165){opacity:.9166;transform:translate(26.2586vw,-10px) scale(.1191);animation:fall-165 11s -25s linear infinite}@keyframes fall-165{65.752%{transform:translate(30.6408vw,65.752vh) scale(.1191)}to{transform:translate(28.4497vw,99vh) scale(.1191)}}.snow:nth-child(166){opacity:1.1352;transform:translate(52.3173vw,-10px) scale(.1359);animation:fall-166 14s -14s linear infinite}@keyframes fall-166{41.906%{transform:translate(60.5959vw,41.906vh) scale(.1359)}to{transform:translate(56.4566vw,99vh) scale(.1359)}}.snow:nth-child(167){opacity:.2328;transform:translate(86.6962vw,-10px) scale(.2223);animation:fall-167 25s -27s linear infinite}@keyframes fall-167{59.043%{transform:translate(93.8858vw,59.043vh) scale(.2223)}to{transform:translate(90.291vw,99vh) scale(.2223)}}.snow:nth-child(168){opacity:1.3154;transform:translate(43.6138vw,-10px) scale(.0191);animation:fall-168 16s -9s linear infinite}@keyframes fall-168{71.276%{transform:translate(49.5991vw,71.276vh) scale(.0191)}to{transform:translate(46.60645vw,99vh) scale(.0191)}}.snow:nth-child(169){opacity:.645;transform:translate(49.1241vw,-10px) scale(.8973);animation:fall-169 18s -4s linear infinite}@keyframes fall-169{42.835%{transform:translate(50.2269vw,42.835vh) scale(.8973)}to{transform:translate(49.6755vw,99vh) scale(.8973)}}.snow:nth-child(170){opacity:.304;transform:translate(21.8184vw,-10px) scale(.7309);animation:fall-170 25s -12s linear infinite}@keyframes fall-170{51.396%{transform:translate(12.527vw,51.396vh) scale(.7309)}to{transform:translate(17.1727vw,99vh) scale(.7309)}}.snow:nth-child(171){opacity:.456;transform:translate(23.484vw,-10px) scale(.2304);animation:fall-171 16s -4s linear infinite}@keyframes fall-171{48.92%{transform:translate(23.4675vw,48.92vh) scale(.2304)}to{transform:translate(23.47575vw,99vh) scale(.2304)}}.snow:nth-child(172){opacity:.2624;transform:translate(95.9918vw,-10px) scale(.5337);animation:fall-172 10s -4s linear infinite}@keyframes fall-172{74.12%{transform:translate(104.425vw,74.12vh) scale(.5337)}to{transform:translate(100.2084vw,99vh) scale(.5337)}}.snow:nth-child(173){opacity:.5148;transform:translate(46.3096vw,-10px) scale(.1147);animation:fall-173 10s -11s linear infinite}@keyframes fall-173{53.157%{transform:translate(43.2048vw,53.157vh) scale(.1147)}to{transform:translate(44.7572vw,99vh) scale(.1147)}}.snow:nth-child(174){opacity:1.1092;transform:translate(51.4766vw,-10px) scale(.4643);animation:fall-174 12s -17s linear infinite}@keyframes fall-174{73.327%{transform:translate(44.5112vw,73.327vh) scale(.4643)}to{transform:translate(47.9939vw,99vh) scale(.4643)}}.snow:nth-child(175){opacity:1.9406;transform:translate(31.469vw,-10px) scale(.1114);animation:fall-175 15s -19s linear infinite}@keyframes fall-175{44.971%{transform:translate(22.5951vw,44.971vh) scale(.1114)}to{transform:translate(27.03205vw,99vh) scale(.1114)}}.snow:nth-child(176){opacity:.0202;transform:translate(95.9744vw,-10px) scale(.8846);animation:fall-176 29s -18s linear infinite}@keyframes fall-176{51.094%{transform:translate(105.9089vw,51.094vh) scale(.8846)}to{transform:translate(100.94165vw,99vh) scale(.8846)}}.snow:nth-child(177){opacity:.0374;transform:translate(93.94vw,-10px) scale(.8266);animation:fall-177 10s -11s linear infinite}@keyframes fall-177{57.916%{transform:translate(84.9629vw,57.916vh) scale(.8266)}to{transform:translate(89.45145vw,99vh) scale(.8266)}}.snow:nth-child(178){opacity:1.2732;transform:translate(1.0465vw,-10px) scale(.4405);animation:fall-178 28s -4s linear infinite}@keyframes fall-178{44.868%{transform:translate(-5.5612vw,44.868vh) scale(.4405)}to{transform:translate(-2.25735vw,99vh) scale(.4405)}}.snow:nth-child(179){opacity:1.1874;transform:translate(74.4741vw,-10px) scale(.9893);animation:fall-179 13s -12s linear infinite}@keyframes fall-179{51.662%{transform:translate(64.8633vw,51.662vh) scale(.9893)}to{transform:translate(69.6687vw,99vh) scale(.9893)}}.snow:nth-child(180){opacity:1.1296;transform:translate(8.8302vw,-10px) scale(.2003);animation:fall-180 24s -6s linear infinite}@keyframes fall-180{50.88%{transform:translate(10.3503vw,50.88vh) scale(.2003)}to{transform:translate(9.59025vw,99vh) scale(.2003)}}.snow:nth-child(181){opacity:.4642;transform:translate(39.169vw,-10px) scale(.8202);animation:fall-181 26s -29s linear infinite}@keyframes fall-181{71.725%{transform:translate(34.8288vw,71.725vh) scale(.8202)}to{transform:translate(36.9989vw,99vh) scale(.8202)}}.snow:nth-child(182){opacity:.7376;transform:translate(94.7091vw,-10px) scale(.785);animation:fall-182 21s -28s linear infinite}@keyframes fall-182{48.301%{transform:translate(102.6976vw,48.301vh) scale(.785)}to{transform:translate(98.70335vw,99vh) scale(.785)}}.snow:nth-child(183){opacity:.4782;transform:translate(22.2373vw,-10px) scale(.4607);animation:fall-183 30s -10s linear infinite}@keyframes fall-183{31.842%{transform:translate(24.7716vw,31.842vh) scale(.4607)}to{transform:translate(23.50445vw,99vh) scale(.4607)}}.snow:nth-child(184){opacity:1.6284;transform:translate(83.3069vw,-10px) scale(.2445);animation:fall-184 21s -20s linear infinite}@keyframes fall-184{34.418%{transform:translate(77.4895vw,34.418vh) scale(.2445)}to{transform:translate(80.3982vw,99vh) scale(.2445)}}.snow:nth-child(185){opacity:.7314;transform:translate(17.7996vw,-10px) scale(.9521);animation:fall-185 27s -28s linear infinite}@keyframes fall-185{67.442%{transform:translate(20.8521vw,67.442vh) scale(.9521)}to{transform:translate(19.32585vw,99vh) scale(.9521)}}.snow:nth-child(186){opacity:.9968;transform:translate(43.8173vw,-10px) scale(.2543);animation:fall-186 14s -19s linear infinite}@keyframes fall-186{36.633%{transform:translate(37.6381vw,36.633vh) scale(.2543)}to{transform:translate(40.7277vw,99vh) scale(.2543)}}.snow:nth-child(187){opacity:1.3042;transform:translate(25.604vw,-10px) scale(.0364);animation:fall-187 25s -3s linear infinite}@keyframes fall-187{47.362%{transform:translate(32.304vw,47.362vh) scale(.0364)}to{transform:translate(28.954vw,99vh) scale(.0364)}}.snow:nth-child(188){opacity:.1218;transform:translate(96.8433vw,-10px) scale(.566);animation:fall-188 24s -30s linear infinite}@keyframes fall-188{43.341%{transform:translate(106.4286vw,43.341vh) scale(.566)}to{transform:translate(101.63595vw,99vh) scale(.566)}}.snow:nth-child(189){opacity:1.149;transform:translate(73.0352vw,-10px) scale(.6713);animation:fall-189 19s -22s linear infinite}@keyframes fall-189{47.302%{transform:translate(76.1155vw,47.302vh) scale(.6713)}to{transform:translate(74.57535vw,99vh) scale(.6713)}}.snow:nth-child(190){opacity:1.2962;transform:translate(9.765vw,-10px) scale(.7408);animation:fall-190 12s -9s linear infinite}@keyframes fall-190{40.087%{transform:translate(15.2134vw,40.087vh) scale(.7408)}to{transform:translate(12.4892vw,99vh) scale(.7408)}}.snow:nth-child(191){opacity:.0174;transform:translate(81.5428vw,-10px) scale(.1413);animation:fall-191 20s -19s linear infinite}@keyframes fall-191{46.798%{transform:translate(83.0801vw,46.798vh) scale(.1413)}to{transform:translate(82.31145vw,99vh) scale(.1413)}}.snow:nth-child(192){opacity:1.3206;transform:translate(77.3448vw,-10px) scale(.901);animation:fall-192 24s -16s linear infinite}@keyframes fall-192{44.64%{transform:translate(85.67vw,44.64vh) scale(.901)}to{transform:translate(81.5074vw,99vh) scale(.901)}}.snow:nth-child(193){opacity:1.6452;transform:translate(12.4979vw,-10px) scale(.0181);animation:fall-193 26s -16s linear infinite}@keyframes fall-193{51.559%{transform:translate(9.0553vw,51.559vh) scale(.0181)}to{transform:translate(10.7766vw,99vh) scale(.0181)}}.snow:nth-child(194){opacity:1.2756;transform:translate(34.4677vw,-10px) scale(.1569);animation:fall-194 14s -4s linear infinite}@keyframes fall-194{39.92%{transform:translate(29.4329vw,39.92vh) scale(.1569)}to{transform:translate(31.9503vw,99vh) scale(.1569)}}.snow:nth-child(195){opacity:1.2944;transform:translate(97.7861vw,-10px) scale(.7474);animation:fall-195 12s -2s linear infinite}@keyframes fall-195{50.067%{transform:translate(99.9827vw,50.067vh) scale(.7474)}to{transform:translate(98.8844vw,99vh) scale(.7474)}}.snow:nth-child(196){opacity:.392;transform:translate(14.8445vw,-10px) scale(.5147);animation:fall-196 26s -21s linear infinite}@keyframes fall-196{77.531%{transform:translate(9.6523vw,77.531vh) scale(.5147)}to{transform:translate(12.2484vw,99vh) scale(.5147)}}.snow:nth-child(197){opacity:.0502;transform:translate(56.8951vw,-10px) scale(.1244);animation:fall-197 16s -22s linear infinite}@keyframes fall-197{46.715%{transform:translate(55.2247vw,46.715vh) scale(.1244)}to{transform:translate(56.0599vw,99vh) scale(.1244)}}.snow:nth-child(198){opacity:1.0408;transform:translate(65.6049vw,-10px) scale(.1699);animation:fall-198 21s -19s linear infinite}@keyframes fall-198{69.033%{transform:translate(70.144vw,69.033vh) scale(.1699)}to{transform:translate(67.87445vw,99vh) scale(.1699)}}.snow:nth-child(199){opacity:.11;transform:translate(.6269vw,-10px) scale(.0825);animation:fall-199 12s -20s linear infinite}@keyframes fall-199{61.771%{transform:translate(9.5571vw,61.771vh) scale(.0825)}to{transform:translate(5.092vw,99vh) scale(.0825)}}.snow:nth-child(200){opacity:.8738;transform:translate(33.8095vw,-10px) scale(.6314);animation:fall-200 16s -24s linear infinite}@keyframes fall-200{71.837%{transform:translate(32.9049vw,71.837vh) scale(.6314)}to{transform:translate(33.3572vw,99vh) scale(.6314)}}.snow:nth-child(201){opacity:.8058;transform:translate(75.313vw,-10px) scale(.6336);animation:fall-201 16s -26s linear infinite}@keyframes fall-201{51.65%{transform:translate(70.3392vw,51.65vh) scale(.6336)}to{transform:translate(72.8261vw,99vh) scale(.6336)}}.snow:nth-child(202){opacity:.48;transform:translate(20.4493vw,-10px) scale(.9646);animation:fall-202 27s -12s linear infinite}@keyframes fall-202{44.61%{transform:translate(21.479vw,44.61vh) scale(.9646)}to{transform:translate(20.96415vw,99vh) scale(.9646)}}.snow:nth-child(203){opacity:1.616;transform:translate(33.083vw,-10px) scale(.378);animation:fall-203 29s -22s linear infinite}@keyframes fall-203{58.321%{transform:translate(41.6237vw,58.321vh) scale(.378)}to{transform:translate(37.35335vw,99vh) scale(.378)}}.snow:nth-child(204){opacity:.599;transform:translate(66.9778vw,-10px) scale(.8989);animation:fall-204 12s -14s linear infinite}@keyframes fall-204{64.675%{transform:translate(66.7987vw,64.675vh) scale(.8989)}to{transform:translate(66.88825vw,99vh) scale(.8989)}}.snow:nth-child(205){opacity:.169;transform:translate(18.1843vw,-10px) scale(.1393);animation:fall-205 22s -17s linear infinite}@keyframes fall-205{72.608%{transform:translate(13.2586vw,72.608vh) scale(.1393)}to{transform:translate(15.72145vw,99vh) scale(.1393)}}.snow:nth-child(206){opacity:.94;transform:translate(30.3044vw,-10px) scale(.813);animation:fall-206 13s -22s linear infinite}@keyframes fall-206{73.094%{transform:translate(38.8381vw,73.094vh) scale(.813)}to{transform:translate(34.57125vw,99vh) scale(.813)}}.snow:nth-child(207){opacity:1.3158;transform:translate(99.2313vw,-10px) scale(.7828);animation:fall-207 10s -28s linear infinite}@keyframes fall-207{46.402%{transform:translate(96.6159vw,46.402vh) scale(.7828)}to{transform:translate(97.9236vw,99vh) scale(.7828)}}.snow:nth-child(208){opacity:1.3278;transform:translate(87.7812vw,-10px) scale(.7146);animation:fall-208 24s -4s linear infinite}@keyframes fall-208{35.633%{transform:translate(92.1937vw,35.633vh) scale(.7146)}to{transform:translate(89.98745vw,99vh) scale(.7146)}}.snow:nth-child(209){opacity:1.8228;transform:translate(51.4865vw,-10px) scale(.3295);animation:fall-209 13s -22s linear infinite}@keyframes fall-209{43.395%{transform:translate(53.2848vw,43.395vh) scale(.3295)}to{transform:translate(52.38565vw,99vh) scale(.3295)}}.snow:nth-child(210){opacity:1.4754;transform:translate(39.4079vw,-10px) scale(.1797);animation:fall-210 21s -4s linear infinite}@keyframes fall-210{71.98%{transform:translate(48.425vw,71.98vh) scale(.1797)}to{transform:translate(43.91645vw,99vh) scale(.1797)}}.snow:nth-child(211){opacity:.0686;transform:translate(67.8513vw,-10px) scale(.3028);animation:fall-211 24s -22s linear infinite}@keyframes fall-211{47.525%{transform:translate(70.4175vw,47.525vh) scale(.3028)}to{transform:translate(69.1344vw,99vh) scale(.3028)}}.snow:nth-child(212){opacity:.8966;transform:translate(53.0641vw,-10px) scale(.6503);animation:fall-212 27s -9s linear infinite}@keyframes fall-212{40.785%{transform:translate(47.9108vw,40.785vh) scale(.6503)}to{transform:translate(50.48745vw,99vh) scale(.6503)}}.snow:nth-child(213){opacity:1.923;transform:translate(82.8035vw,-10px) scale(.8483);animation:fall-213 28s -7s linear infinite}@keyframes fall-213{40.242%{transform:translate(75.3057vw,40.242vh) scale(.8483)}to{transform:translate(79.0546vw,99vh) scale(.8483)}}.snow:nth-child(214){opacity:.8896;transform:translate(92.1581vw,-10px) scale(.3372);animation:fall-214 20s -2s linear infinite}@keyframes fall-214{68.117%{transform:translate(97.8234vw,68.117vh) scale(.3372)}to{transform:translate(94.99075vw,99vh) scale(.3372)}}.snow:nth-child(215){opacity:1.2906;transform:translate(88.253vw,-10px) scale(.0087);animation:fall-215 16s -5s linear infinite}@keyframes fall-215{71.082%{transform:translate(90.3073vw,71.082vh) scale(.0087)}to{transform:translate(89.28015vw,99vh) scale(.0087)}}.snow:nth-child(216){opacity:.249;transform:translate(89.9088vw,-10px) scale(.3869);animation:fall-216 15s -6s linear infinite}@keyframes fall-216{66.835%{transform:translate(96.7219vw,66.835vh) scale(.3869)}to{transform:translate(93.31535vw,99vh) scale(.3869)}}.snow:nth-child(217){opacity:1.2776;transform:translate(49.119vw,-10px) scale(.199);animation:fall-217 20s -6s linear infinite}@keyframes fall-217{45.813%{transform:translate(45.1467vw,45.813vh) scale(.199)}to{transform:translate(47.13285vw,99vh) scale(.199)}}.snow:nth-child(218){opacity:1.2712;transform:translate(65.7506vw,-10px) scale(.2045);animation:fall-218 15s -16s linear infinite}@keyframes fall-218{53.794%{transform:translate(65.1705vw,53.794vh) scale(.2045)}to{transform:translate(65.46055vw,99vh) scale(.2045)}}.snow:nth-child(219){opacity:.828;transform:translate(67.6618vw,-10px) scale(.6284);animation:fall-219 14s -30s linear infinite}@keyframes fall-219{79.884%{transform:translate(68.2408vw,79.884vh) scale(.6284)}to{transform:translate(67.9513vw,99vh) scale(.6284)}}.snow:nth-child(220){opacity:.2648;transform:translate(94.446vw,-10px) scale(.8693);animation:fall-220 27s -7s linear infinite}@keyframes fall-220{60.343%{transform:translate(91.9527vw,60.343vh) scale(.8693)}to{transform:translate(93.19935vw,99vh) scale(.8693)}}.snow:nth-child(221){opacity:1.7328;transform:translate(87.8425vw,-10px) scale(.1844);animation:fall-221 23s -1s linear infinite}@keyframes fall-221{37.121%{transform:translate(86.7256vw,37.121vh) scale(.1844)}to{transform:translate(87.28405vw,99vh) scale(.1844)}}.snow:nth-child(222){opacity:1.5642;transform:translate(60.1903vw,-10px) scale(.0045);animation:fall-222 29s -19s linear infinite}@keyframes fall-222{39.765%{transform:translate(66.2421vw,39.765vh) scale(.0045)}to{transform:translate(63.2162vw,99vh) scale(.0045)}}.snow:nth-child(223){opacity:.7326;transform:translate(11.2222vw,-10px) scale(.1376);animation:fall-223 19s -27s linear infinite}@keyframes fall-223{44.891%{transform:translate(3.4803vw,44.891vh) scale(.1376)}to{transform:translate(7.35125vw,99vh) scale(.1376)}}.snow:nth-child(224){opacity:.9434;transform:translate(36.1051vw,-10px) scale(.0209);animation:fall-224 27s -28s linear infinite}@keyframes fall-224{60.997%{transform:translate(39.4839vw,60.997vh) scale(.0209)}to{transform:translate(37.7945vw,99vh) scale(.0209)}}.snow:nth-child(225){opacity:.255;transform:translate(38.0134vw,-10px) scale(.9825);animation:fall-225 17s -21s linear infinite}@keyframes fall-225{73.811%{transform:translate(31.9477vw,73.811vh) scale(.9825)}to{transform:translate(34.98055vw,99vh) scale(.9825)}}.snow:nth-child(226){opacity:1.6464;transform:translate(69.8763vw,-10px) scale(.014);animation:fall-226 20s -24s linear infinite}@keyframes fall-226{77.306%{transform:translate(71.5081vw,77.306vh) scale(.014)}to{transform:translate(70.6922vw,99vh) scale(.014)}}.snow:nth-child(227){opacity:.0972;transform:translate(34.3873vw,-10px) scale(.5578);animation:fall-227 18s -19s linear infinite}@keyframes fall-227{64.443%{transform:translate(32.281vw,64.443vh) scale(.5578)}to{transform:translate(33.33415vw,99vh) scale(.5578)}}.snow:nth-child(228){opacity:1.6908;transform:translate(77.2848vw,-10px) scale(.1958);animation:fall-228 15s -13s linear infinite}@keyframes fall-228{69.938%{transform:translate(81.079vw,69.938vh) scale(.1958)}to{transform:translate(79.1819vw,99vh) scale(.1958)}}.snow:nth-child(229){opacity:.9598;transform:translate(43.7976vw,-10px) scale(.6442);animation:fall-229 22s -21s linear infinite}@keyframes fall-229{31.833%{transform:translate(42.0774vw,31.833vh) scale(.6442)}to{transform:translate(42.9375vw,99vh) scale(.6442)}}.snow:nth-child(230){opacity:1.7516;transform:translate(23.8937vw,-10px) scale(.502);animation:fall-230 25s -2s linear infinite}@keyframes fall-230{64.47%{transform:translate(26.2518vw,64.47vh) scale(.502)}to{transform:translate(25.07275vw,99vh) scale(.502)}}.snow:nth-child(231){opacity:.2242;transform:translate(29.0591vw,-10px) scale(.2023);animation:fall-231 16s -16s linear infinite}@keyframes fall-231{32.806%{transform:translate(22.9833vw,32.806vh) scale(.2023)}to{transform:translate(26.0212vw,99vh) scale(.2023)}}.snow:nth-child(232){opacity:.3602;transform:translate(60.1418vw,-10px) scale(.8386);animation:fall-232 19s -27s linear infinite}@keyframes fall-232{34.227%{transform:translate(53.7103vw,34.227vh) scale(.8386)}to{transform:translate(56.92605vw,99vh) scale(.8386)}}.snow:nth-child(233){opacity:.0946;transform:translate(68.5451vw,-10px) scale(.2137);animation:fall-233 22s -23s linear infinite}@keyframes fall-233{69.42%{transform:translate(63.386vw,69.42vh) scale(.2137)}to{transform:translate(65.96555vw,99vh) scale(.2137)}}.snow:nth-child(234){opacity:1.1774;transform:translate(24.8455vw,-10px) scale(.2779);animation:fall-234 16s -7s linear infinite}@keyframes fall-234{69.39%{transform:translate(16.9035vw,69.39vh) scale(.2779)}to{transform:translate(20.8745vw,99vh) scale(.2779)}}.snow:nth-child(235){opacity:1.86;transform:translate(98.3203vw,-10px) scale(.9334);animation:fall-235 17s -25s linear infinite}@keyframes fall-235{65.315%{transform:translate(90.6939vw,65.315vh) scale(.9334)}to{transform:translate(94.5071vw,99vh) scale(.9334)}}.snow:nth-child(236){opacity:1.6386;transform:translate(28.0849vw,-10px) scale(.4137);animation:fall-236 18s -25s linear infinite}@keyframes fall-236{44.305%{transform:translate(33.9144vw,44.305vh) scale(.4137)}to{transform:translate(30.99965vw,99vh) scale(.4137)}}.snow:nth-child(237){opacity:.2072;transform:translate(95.6816vw,-10px) scale(.1169);animation:fall-237 16s -22s linear infinite}@keyframes fall-237{77.15%{transform:translate(102.8368vw,77.15vh) scale(.1169)}to{transform:translate(99.2592vw,99vh) scale(.1169)}}.snow:nth-child(238){opacity:.924;transform:translate(89.6212vw,-10px) scale(.3033);animation:fall-238 21s -30s linear infinite}@keyframes fall-238{73.236%{transform:translate(89.5517vw,73.236vh) scale(.3033)}to{transform:translate(89.58645vw,99vh) scale(.3033)}}.snow:nth-child(239){opacity:1.3224;transform:translate(94.6977vw,-10px) scale(.2084);animation:fall-239 20s -10s linear infinite}@keyframes fall-239{53.225%{transform:translate(97.7167vw,53.225vh) scale(.2084)}to{transform:translate(96.2072vw,99vh) scale(.2084)}}.snow:nth-child(240){opacity:.4576;transform:translate(70.7724vw,-10px) scale(.1637);animation:fall-240 28s -22s linear infinite}@keyframes fall-240{48.508%{transform:translate(79.2592vw,48.508vh) scale(.1637)}to{transform:translate(75.0158vw,99vh) scale(.1637)}}.snow:nth-child(241){opacity:1.2658;transform:translate(53.6698vw,-10px) scale(.0869);animation:fall-241 24s -6s linear infinite}@keyframes fall-241{54.241%{transform:translate(49.6181vw,54.241vh) scale(.0869)}to{transform:translate(51.64395vw,99vh) scale(.0869)}}.snow:nth-child(242){opacity:1.3628;transform:translate(96.9025vw,-10px) scale(.2641);animation:fall-242 28s -4s linear infinite}@keyframes fall-242{40.068%{transform:translate(89.1977vw,40.068vh) scale(.2641)}to{transform:translate(93.0501vw,99vh) scale(.2641)}}.snow:nth-child(243){opacity:.1658;transform:translate(39.1075vw,-10px) scale(.9834);animation:fall-243 27s -19s linear infinite}@keyframes fall-243{68.42%{transform:translate(46.3186vw,68.42vh) scale(.9834)}to{transform:translate(42.71305vw,99vh) scale(.9834)}}.snow:nth-child(244){opacity:.3272;transform:translate(73.8847vw,-10px) scale(.1531);animation:fall-244 24s -18s linear infinite}@keyframes fall-244{41.935%{transform:translate(80.6254vw,41.935vh) scale(.1531)}to{transform:translate(77.25505vw,99vh) scale(.1531)}}.snow:nth-child(245){opacity:.2512;transform:translate(74.3474vw,-10px) scale(.3789);animation:fall-245 28s -18s linear infinite}@keyframes fall-245{34.711%{transform:translate(73.7769vw,34.711vh) scale(.3789)}to{transform:translate(74.06215vw,99vh) scale(.3789)}}.snow:nth-child(246){opacity:.0792;transform:translate(84.3754vw,-10px) scale(.6809);animation:fall-246 13s -7s linear infinite}@keyframes fall-246{41.903%{transform:translate(91.4242vw,41.903vh) scale(.6809)}to{transform:translate(87.8998vw,99vh) scale(.6809)}}.snow:nth-child(247){opacity:.7936;transform:translate(34.3812vw,-10px) scale(.8477);animation:fall-247 20s -10s linear infinite}@keyframes fall-247{71.422%{transform:translate(28.3861vw,71.422vh) scale(.8477)}to{transform:translate(31.38365vw,99vh) scale(.8477)}}.snow:nth-child(248){opacity:1.9002;transform:translate(47.5797vw,-10px) scale(.1734);animation:fall-248 23s -23s linear infinite}@keyframes fall-248{57.223%{transform:translate(50.9132vw,57.223vh) scale(.1734)}to{transform:translate(49.24645vw,99vh) scale(.1734)}}.snow:nth-child(249){opacity:.6584;transform:translate(70.8422vw,-10px) scale(.5016);animation:fall-249 23s -7s linear infinite}@keyframes fall-249{79.566%{transform:translate(78.1091vw,79.566vh) scale(.5016)}to{transform:translate(74.47565vw,99vh) scale(.5016)}}.snow:nth-child(250){opacity:1.1704;transform:translate(17.6782vw,-10px) scale(.0862);animation:fall-250 25s -19s linear infinite}@keyframes fall-250{46.661%{transform:translate(18.8668vw,46.661vh) scale(.0862)}to{transform:translate(18.2725vw,99vh) scale(.0862)}}.snow:nth-child(251){opacity:1.1234;transform:translate(60.6037vw,-10px) scale(.2832);animation:fall-251 14s -22s linear infinite}@keyframes fall-251{70.173%{transform:translate(58.1703vw,70.173vh) scale(.2832)}to{transform:translate(59.387vw,99vh) scale(.2832)}}.snow:nth-child(252){opacity:.9984;transform:translate(96.076vw,-10px) scale(.2785);animation:fall-252 27s -30s linear infinite}@keyframes fall-252{36.494%{transform:translate(96.7366vw,36.494vh) scale(.2785)}to{transform:translate(96.4063vw,99vh) scale(.2785)}}.snow:nth-child(253){opacity:1.8352;transform:translate(85.3656vw,-10px) scale(.4379);animation:fall-253 29s -2s linear infinite}@keyframes fall-253{50.352%{transform:translate(76.0239vw,50.352vh) scale(.4379)}to{transform:translate(80.69475vw,99vh) scale(.4379)}}.snow:nth-child(254){opacity:1.611;transform:translate(83.0577vw,-10px) scale(.5936);animation:fall-254 13s -18s linear infinite}@keyframes fall-254{62.768%{transform:translate(74.2512vw,62.768vh) scale(.5936)}to{transform:translate(78.65445vw,99vh) scale(.5936)}}.snow:nth-child(255){opacity:1.1026;transform:translate(95.6689vw,-10px) scale(.4751);animation:fall-255 26s -12s linear infinite}@keyframes fall-255{74.567%{transform:translate(102.6037vw,74.567vh) scale(.4751)}to{transform:translate(99.1363vw,99vh) scale(.4751)}}.snow:nth-child(256){opacity:.9514;transform:translate(15.3745vw,-10px) scale(.3844);animation:fall-256 28s -24s linear infinite}@keyframes fall-256{46.732%{transform:translate(22.3475vw,46.732vh) scale(.3844)}to{transform:translate(18.861vw,99vh) scale(.3844)}}.snow:nth-child(257){opacity:.1328;transform:translate(65.555vw,-10px) scale(.2621);animation:fall-257 13s -20s linear infinite}@keyframes fall-257{53.758%{transform:translate(71.5364vw,53.758vh) scale(.2621)}to{transform:translate(68.5457vw,99vh) scale(.2621)}}.snow:nth-child(258){opacity:.3656;transform:translate(67.6229vw,-10px) scale(.2589);animation:fall-258 20s -28s linear infinite}@keyframes fall-258{69.708%{transform:translate(72.6547vw,69.708vh) scale(.2589)}to{transform:translate(70.1388vw,99vh) scale(.2589)}}.snow:nth-child(259){opacity:.6084;transform:translate(93.2042vw,-10px) scale(.721);animation:fall-259 30s -22s linear infinite}@keyframes fall-259{36.916%{transform:translate(100.2172vw,36.916vh) scale(.721)}to{transform:translate(96.7107vw,99vh) scale(.721)}}.snow:nth-child(260){opacity:.2596;transform:translate(93.9798vw,-10px) scale(.5972);animation:fall-260 30s -12s linear infinite}@keyframes fall-260{76.841%{transform:translate(96.8866vw,76.841vh) scale(.5972)}to{transform:translate(95.4332vw,99vh) scale(.5972)}}.snow:nth-child(261){opacity:1.6196;transform:translate(40.0333vw,-10px) scale(.6111);animation:fall-261 26s -15s linear infinite}@keyframes fall-261{41.828%{transform:translate(40.0256vw,41.828vh) scale(.6111)}to{transform:translate(40.02945vw,99vh) scale(.6111)}}.snow:nth-child(262){opacity:1.5076;transform:translate(37.2327vw,-10px) scale(.9483);animation:fall-262 13s -13s linear infinite}@keyframes fall-262{72.014%{transform:translate(31.1545vw,72.014vh) scale(.9483)}to{transform:translate(34.1936vw,99vh) scale(.9483)}}.snow:nth-child(263){opacity:1.9652;transform:translate(66.3142vw,-10px) scale(.6729);animation:fall-263 30s -8s linear infinite}@keyframes fall-263{37.762%{transform:translate(62.3058vw,37.762vh) scale(.6729)}to{transform:translate(64.31vw,99vh) scale(.6729)}}.snow:nth-child(264){opacity:.5206;transform:translate(53.5236vw,-10px) scale(.0166);animation:fall-264 28s -25s linear infinite}@keyframes fall-264{57.775%{transform:translate(45.5038vw,57.775vh) scale(.0166)}to{transform:translate(49.5137vw,99vh) scale(.0166)}}.snow:nth-child(265){opacity:1.4064;transform:translate(91.7467vw,-10px) scale(.8602);animation:fall-265 27s -26s linear infinite}@keyframes fall-265{55.853%{transform:translate(88.5242vw,55.853vh) scale(.8602)}to{transform:translate(90.13545vw,99vh) scale(.8602)}}.snow:nth-child(266){opacity:1.181;transform:translate(99.3644vw,-10px) scale(.5732);animation:fall-266 30s -21s linear infinite}@keyframes fall-266{37.382%{transform:translate(108.2061vw,37.382vh) scale(.5732)}to{transform:translate(103.78525vw,99vh) scale(.5732)}}.snow:nth-child(267){opacity:1.7452;transform:translate(59.848vw,-10px) scale(.3974);animation:fall-267 29s -8s linear infinite}@keyframes fall-267{74.085%{transform:translate(51.9635vw,74.085vh) scale(.3974)}to{transform:translate(55.90575vw,99vh) scale(.3974)}}.snow:nth-child(268){opacity:.7236;transform:translate(28.3357vw,-10px) scale(.023);animation:fall-268 30s -2s linear infinite}@keyframes fall-268{39.277%{transform:translate(35.9204vw,39.277vh) scale(.023)}to{transform:translate(32.12805vw,99vh) scale(.023)}}.snow:nth-child(269){opacity:1.7076;transform:translate(79.1989vw,-10px) scale(.6616);animation:fall-269 11s -8s linear infinite}@keyframes fall-269{53.73%{transform:translate(85.8749vw,53.73vh) scale(.6616)}to{transform:translate(82.5369vw,99vh) scale(.6616)}}.snow:nth-child(270){opacity:1.1652;transform:translate(12.8696vw,-10px) scale(.3195);animation:fall-270 19s -7s linear infinite}@keyframes fall-270{33.093%{transform:translate(21.6451vw,33.093vh) scale(.3195)}to{transform:translate(17.25735vw,99vh) scale(.3195)}}.snow:nth-child(271){opacity:.9338;transform:translate(56.8108vw,-10px) scale(.1562);animation:fall-271 11s -5s linear infinite}@keyframes fall-271{63.595%{transform:translate(55.4507vw,63.595vh) scale(.1562)}to{transform:translate(56.13075vw,99vh) scale(.1562)}}.snow:nth-child(272){opacity:1.5812;transform:translate(48.6367vw,-10px) scale(.8463);animation:fall-272 19s -17s linear infinite}@keyframes fall-272{64.5%{transform:translate(50.0014vw,64.5vh) scale(.8463)}to{transform:translate(49.31905vw,99vh) scale(.8463)}}.snow:nth-child(273){opacity:1.1032;transform:translate(24.8491vw,-10px) scale(.8335);animation:fall-273 27s -26s linear infinite}@keyframes fall-273{35.306%{transform:translate(22.1302vw,35.306vh) scale(.8335)}to{transform:translate(23.48965vw,99vh) scale(.8335)}}.snow:nth-child(274){opacity:.2464;transform:translate(24.8742vw,-10px) scale(.8516);animation:fall-274 22s -11s linear infinite}@keyframes fall-274{73.739%{transform:translate(23.8356vw,73.739vh) scale(.8516)}to{transform:translate(24.3549vw,99vh) scale(.8516)}}.snow:nth-child(275){opacity:1.3556;transform:translate(63.3332vw,-10px) scale(.8892);animation:fall-275 19s -8s linear infinite}@keyframes fall-275{47.508%{transform:translate(68.5403vw,47.508vh) scale(.8892)}to{transform:translate(65.93675vw,99vh) scale(.8892)}}.snow:nth-child(276){opacity:.9698;transform:translate(67.1805vw,-10px) scale(.4062);animation:fall-276 26s -23s linear infinite}@keyframes fall-276{61.122%{transform:translate(73.9224vw,61.122vh) scale(.4062)}to{transform:translate(70.55145vw,99vh) scale(.4062)}}.snow:nth-child(277){opacity:.6538;transform:translate(90.7701vw,-10px) scale(.7846);animation:fall-277 16s -3s linear infinite}@keyframes fall-277{71.799%{transform:translate(99.6986vw,71.799vh) scale(.7846)}to{transform:translate(95.23435vw,99vh) scale(.7846)}}.snow:nth-child(278){opacity:1.1572;transform:translate(5.4911vw,-10px) scale(.786);animation:fall-278 24s -3s linear infinite}@keyframes fall-278{78.082%{transform:translate(5.2417vw,78.082vh) scale(.786)}to{transform:translate(5.3664vw,99vh) scale(.786)}}.snow:nth-child(279){opacity:.4108;transform:translate(31.045vw,-10px) scale(.5291);animation:fall-279 15s -2s linear infinite}@keyframes fall-279{33.632%{transform:translate(27.204vw,33.632vh) scale(.5291)}to{transform:translate(29.1245vw,99vh) scale(.5291)}}.snow:nth-child(280){opacity:.2876;transform:translate(90.4235vw,-10px) scale(.772);animation:fall-280 12s -10s linear infinite}@keyframes fall-280{63.642%{transform:translate(97.1096vw,63.642vh) scale(.772)}to{transform:translate(93.76655vw,99vh) scale(.772)}}.snow:nth-child(281){opacity:1.3322;transform:translate(60.7564vw,-10px) scale(.536);animation:fall-281 19s -22s linear infinite}@keyframes fall-281{41.968%{transform:translate(65.8244vw,41.968vh) scale(.536)}to{transform:translate(63.2904vw,99vh) scale(.536)}}.snow:nth-child(282){opacity:1.5594;transform:translate(4.2379vw,-10px) scale(.8003);animation:fall-282 27s -15s linear infinite}@keyframes fall-282{74.606%{transform:translate(7.9476vw,74.606vh) scale(.8003)}to{transform:translate(6.09275vw,99vh) scale(.8003)}}.snow:nth-child(283){opacity:.2586;transform:translate(54.8906vw,-10px) scale(.4946);animation:fall-283 15s -3s linear infinite}@keyframes fall-283{46.691%{transform:translate(55.7578vw,46.691vh) scale(.4946)}to{transform:translate(55.3242vw,99vh) scale(.4946)}}.snow:nth-child(284){opacity:.162;transform:translate(81.6304vw,-10px) scale(.5808);animation:fall-284 25s -16s linear infinite}@keyframes fall-284{35.092%{transform:translate(83.8803vw,35.092vh) scale(.5808)}to{transform:translate(82.75535vw,99vh) scale(.5808)}}.snow:nth-child(285){opacity:1.1872;transform:translate(44.5942vw,-10px) scale(.4257);animation:fall-285 13s -13s linear infinite}@keyframes fall-285{32.006%{transform:translate(45.0691vw,32.006vh) scale(.4257)}to{transform:translate(44.83165vw,99vh) scale(.4257)}}.snow:nth-child(286){opacity:.4946;transform:translate(89.9068vw,-10px) scale(.7597);animation:fall-286 16s -27s linear infinite}@keyframes fall-286{51.806%{transform:translate(84.1089vw,51.806vh) scale(.7597)}to{transform:translate(87.00785vw,99vh) scale(.7597)}}.snow:nth-child(287){opacity:.1168;transform:translate(72.0433vw,-10px) scale(.1115);animation:fall-287 11s -5s linear infinite}@keyframes fall-287{75.907%{transform:translate(67.383vw,75.907vh) scale(.1115)}to{transform:translate(69.71315vw,99vh) scale(.1115)}}.snow:nth-child(288){opacity:1.4544;transform:translate(62.9395vw,-10px) scale(.5243);animation:fall-288 12s -28s linear infinite}@keyframes fall-288{42.344%{transform:translate(70.6102vw,42.344vh) scale(.5243)}to{transform:translate(66.77485vw,99vh) scale(.5243)}}.snow:nth-child(289){opacity:1.6098;transform:translate(39.9498vw,-10px) scale(.2477);animation:fall-289 30s -23s linear infinite}@keyframes fall-289{33.071%{transform:translate(45.0795vw,33.071vh) scale(.2477)}to{transform:translate(42.51465vw,99vh) scale(.2477)}}.snow:nth-child(290){opacity:1.7664;transform:translate(91.4342vw,-10px) scale(.7873);animation:fall-290 11s -2s linear infinite}@keyframes fall-290{76.187%{transform:translate(90.5596vw,76.187vh) scale(.7873)}to{transform:translate(90.9969vw,99vh) scale(.7873)}}.snow:nth-child(291){opacity:1.5254;transform:translate(31.119vw,-10px) scale(.6911);animation:fall-291 26s -25s linear infinite}@keyframes fall-291{56.501%{transform:translate(21.7572vw,56.501vh) scale(.6911)}to{transform:translate(26.4381vw,99vh) scale(.6911)}}.snow:nth-child(292){opacity:1.0324;transform:translate(64.7627vw,-10px) scale(.8213);animation:fall-292 19s -16s linear infinite}@keyframes fall-292{49.354%{transform:translate(64.0867vw,49.354vh) scale(.8213)}to{transform:translate(64.4247vw,99vh) scale(.8213)}}.snow:nth-child(293){opacity:.6686;transform:translate(72.8814vw,-10px) scale(.1007);animation:fall-293 16s -3s linear infinite}@keyframes fall-293{64.577%{transform:translate(75.9941vw,64.577vh) scale(.1007)}to{transform:translate(74.43775vw,99vh) scale(.1007)}}.snow:nth-child(294){opacity:1.6908;transform:translate(69.3732vw,-10px) scale(.525);animation:fall-294 16s -16s linear infinite}@keyframes fall-294{77.125%{transform:translate(71.9584vw,77.125vh) scale(.525)}to{transform:translate(70.6658vw,99vh) scale(.525)}}.snow:nth-child(295){opacity:.6502;transform:translate(59.9304vw,-10px) scale(.9106);animation:fall-295 10s -17s linear infinite}@keyframes fall-295{31.375%{transform:translate(67.1801vw,31.375vh) scale(.9106)}to{transform:translate(63.55525vw,99vh) scale(.9106)}}.snow:nth-child(296){opacity:.965;transform:translate(47.7921vw,-10px) scale(.8779);animation:fall-296 30s -6s linear infinite}@keyframes fall-296{78.964%{transform:translate(44.8038vw,78.964vh) scale(.8779)}to{transform:translate(46.29795vw,99vh) scale(.8779)}}.snow:nth-child(297){opacity:.721;transform:translate(94.4018vw,-10px) scale(.5054);animation:fall-297 15s -4s linear infinite}@keyframes fall-297{48.832%{transform:translate(91.5725vw,48.832vh) scale(.5054)}to{transform:translate(92.98715vw,99vh) scale(.5054)}}.snow:nth-child(298){opacity:1.6776;transform:translate(83.7528vw,-10px) scale(.8541);animation:fall-298 20s -19s linear infinite}@keyframes fall-298{59.145%{transform:translate(82.3302vw,59.145vh) scale(.8541)}to{transform:translate(83.0415vw,99vh) scale(.8541)}}.snow:nth-child(299){opacity:.8284;transform:translate(3.1847vw,-10px) scale(.5261);animation:fall-299 13s -26s linear infinite}@keyframes fall-299{47.834%{transform:translate(-.6135vw,47.834vh) scale(.5261)}to{transform:translate(1.2856vw,99vh) scale(.5261)}}.snow:nth-child(300){opacity:.264;transform:translate(36.4784vw,-10px) scale(.9995);animation:fall-300 12s -20s linear infinite}@keyframes fall-300{78.195%{transform:translate(38.6625vw,78.195vh) scale(.9995)}to{transform:translate(37.57045vw,99vh) scale(.9995)}}.snow:nth-child(301){opacity:1.5004;transform:translate(25.6781vw,-10px) scale(.4462);animation:fall-301 18s -26s linear infinite}@keyframes fall-301{55.144%{transform:translate(20.9257vw,55.144vh) scale(.4462)}to{transform:translate(23.3019vw,99vh) scale(.4462)}}.snow:nth-child(302){opacity:.5224;transform:translate(16.954vw,-10px) scale(.3692);animation:fall-302 21s -13s linear infinite}@keyframes fall-302{53.388%{transform:translate(11.4431vw,53.388vh) scale(.3692)}to{transform:translate(14.19855vw,99vh) scale(.3692)}}.snow:nth-child(303){opacity:.2586;transform:translate(90.1097vw,-10px) scale(.9757);animation:fall-303 14s -27s linear infinite}@keyframes fall-303{32.298%{transform:translate(80.4029vw,32.298vh) scale(.9757)}to{transform:translate(85.2563vw,99vh) scale(.9757)}}.snow:nth-child(304){opacity:.9094;transform:translate(70.8559vw,-10px) scale(.9544);animation:fall-304 11s -25s linear infinite}@keyframes fall-304{40.749%{transform:translate(68.537vw,40.749vh) scale(.9544)}to{transform:translate(69.69645vw,99vh) scale(.9544)}}.snow:nth-child(305){opacity:1.5132;transform:translate(53.3301vw,-10px) scale(.6054);animation:fall-305 14s -13s linear infinite}@keyframes fall-305{66.07%{transform:translate(51.3685vw,66.07vh) scale(.6054)}to{transform:translate(52.3493vw,99vh) scale(.6054)}}.snow:nth-child(306){opacity:.2604;transform:translate(75.6962vw,-10px) scale(.8823);animation:fall-306 14s -7s linear infinite}@keyframes fall-306{77.119%{transform:translate(79.1318vw,77.119vh) scale(.8823)}to{transform:translate(77.414vw,99vh) scale(.8823)}}.snow:nth-child(307){opacity:1.0038;transform:translate(2.8984vw,-10px) scale(.6123);animation:fall-307 23s -15s linear infinite}@keyframes fall-307{74.599%{transform:translate(11.5518vw,74.599vh) scale(.6123)}to{transform:translate(7.2251vw,99vh) scale(.6123)}}.snow:nth-child(308){opacity:.0352;transform:translate(87.3702vw,-10px) scale(.8986);animation:fall-308 15s -5s linear infinite}@keyframes fall-308{68.784%{transform:translate(91.1119vw,68.784vh) scale(.8986)}to{transform:translate(89.24105vw,99vh) scale(.8986)}}.snow:nth-child(309){opacity:.8014;transform:translate(93.3466vw,-10px) scale(.9404);animation:fall-309 18s -30s linear infinite}@keyframes fall-309{49.161%{transform:translate(92.2431vw,49.161vh) scale(.9404)}to{transform:translate(92.79485vw,99vh) scale(.9404)}}.snow:nth-child(310){opacity:.948;transform:translate(58.2754vw,-10px) scale(.9765);animation:fall-310 12s -1s linear infinite}@keyframes fall-310{46.642%{transform:translate(55.6025vw,46.642vh) scale(.9765)}to{transform:translate(56.93895vw,99vh) scale(.9765)}}.snow:nth-child(311){opacity:.7326;transform:translate(9.1733vw,-10px) scale(.3601);animation:fall-311 26s -1s linear infinite}@keyframes fall-311{64.465%{transform:translate(1.0839vw,64.465vh) scale(.3601)}to{transform:translate(5.1286vw,99vh) scale(.3601)}}.snow:nth-child(312){opacity:1.3612;transform:translate(6.4649vw,-10px) scale(.1126);animation:fall-312 26s -9s linear infinite}@keyframes fall-312{68.694%{transform:translate(1.9116vw,68.694vh) scale(.1126)}to{transform:translate(4.18825vw,99vh) scale(.1126)}}.snow:nth-child(313){opacity:.0018;transform:translate(83.3709vw,-10px) scale(.091);animation:fall-313 21s -18s linear infinite}@keyframes fall-313{48.63%{transform:translate(76.4095vw,48.63vh) scale(.091)}to{transform:translate(79.8902vw,99vh) scale(.091)}}.snow:nth-child(314){opacity:1.1238;transform:translate(80.6051vw,-10px) scale(.7639);animation:fall-314 20s -22s linear infinite}@keyframes fall-314{43.112%{transform:translate(73.3715vw,43.112vh) scale(.7639)}to{transform:translate(76.9883vw,99vh) scale(.7639)}}.snow:nth-child(315){opacity:.5378;transform:translate(27.2291vw,-10px) scale(.2741);animation:fall-315 13s -30s linear infinite}@keyframes fall-315{60.327%{transform:translate(26.1106vw,60.327vh) scale(.2741)}to{transform:translate(26.66985vw,99vh) scale(.2741)}}.snow:nth-child(316){opacity:.5274;transform:translate(44.4311vw,-10px) scale(.6562);animation:fall-316 30s -25s linear infinite}@keyframes fall-316{68.915%{transform:translate(53.5966vw,68.915vh) scale(.6562)}to{transform:translate(49.01385vw,99vh) scale(.6562)}}.snow:nth-child(317){opacity:1.7538;transform:translate(97.6126vw,-10px) scale(.0663);animation:fall-317 10s -30s linear infinite}@keyframes fall-317{75.165%{transform:translate(97.891vw,75.165vh) scale(.0663)}to{transform:translate(97.7518vw,99vh) scale(.0663)}}.snow:nth-child(318){opacity:.0416;transform:translate(66.4869vw,-10px) scale(.0632);animation:fall-318 18s -4s linear infinite}@keyframes fall-318{51.176%{transform:translate(71.2144vw,51.176vh) scale(.0632)}to{transform:translate(68.85065vw,99vh) scale(.0632)}}.snow:nth-child(319){opacity:.619;transform:translate(25.6485vw,-10px) scale(.6165);animation:fall-319 18s -1s linear infinite}@keyframes fall-319{60.102%{transform:translate(24.1926vw,60.102vh) scale(.6165)}to{transform:translate(24.92055vw,99vh) scale(.6165)}}.snow:nth-child(320){opacity:.8778;transform:translate(62.4501vw,-10px) scale(.8328);animation:fall-320 17s -3s linear infinite}@keyframes fall-320{52.508%{transform:translate(53.6205vw,52.508vh) scale(.8328)}to{transform:translate(58.0353vw,99vh) scale(.8328)}}.snow:nth-child(321){opacity:.2156;transform:translate(86.6113vw,-10px) scale(.9168);animation:fall-321 11s -25s linear infinite}@keyframes fall-321{33.955%{transform:translate(95.7712vw,33.955vh) scale(.9168)}to{transform:translate(91.19125vw,99vh) scale(.9168)}}.snow:nth-child(322){opacity:.4884;transform:translate(90.5915vw,-10px) scale(.1387);animation:fall-322 28s -30s linear infinite}@keyframes fall-322{40.9%{transform:translate(93.5566vw,40.9vh) scale(.1387)}to{transform:translate(92.07405vw,99vh) scale(.1387)}}.snow:nth-child(323){opacity:1.6252;transform:translate(32.9345vw,-10px) scale(.3172);animation:fall-323 18s -23s linear infinite}@keyframes fall-323{63.419%{transform:translate(33.5263vw,63.419vh) scale(.3172)}to{transform:translate(33.2304vw,99vh) scale(.3172)}}.snow:nth-child(324){opacity:.071;transform:translate(97.854vw,-10px) scale(.1853);animation:fall-324 14s -4s linear infinite}@keyframes fall-324{70.083%{transform:translate(88.053vw,70.083vh) scale(.1853)}to{transform:translate(92.9535vw,99vh) scale(.1853)}}.snow:nth-child(325){opacity:1.4654;transform:translate(75.569vw,-10px) scale(.4188);animation:fall-325 20s -28s linear infinite}@keyframes fall-325{75.292%{transform:translate(73.4335vw,75.292vh) scale(.4188)}to{transform:translate(74.50125vw,99vh) scale(.4188)}}.snow:nth-child(326){opacity:.9434;transform:translate(51.6614vw,-10px) scale(.4139);animation:fall-326 17s -16s linear infinite}@keyframes fall-326{71.248%{transform:translate(43.7851vw,71.248vh) scale(.4139)}to{transform:translate(47.72325vw,99vh) scale(.4139)}}.snow:nth-child(327){opacity:1.6526;transform:translate(56.2811vw,-10px) scale(.8144);animation:fall-327 19s -28s linear infinite}@keyframes fall-327{34.672%{transform:translate(57.7398vw,34.672vh) scale(.8144)}to{transform:translate(57.01045vw,99vh) scale(.8144)}}.snow:nth-child(328){opacity:.7844;transform:translate(96.5195vw,-10px) scale(.3414);animation:fall-328 30s -29s linear infinite}@keyframes fall-328{35.393%{transform:translate(97.2972vw,35.393vh) scale(.3414)}to{transform:translate(96.90835vw,99vh) scale(.3414)}}.snow:nth-child(329){opacity:1.8032;transform:translate(71.3137vw,-10px) scale(.974);animation:fall-329 15s -9s linear infinite}@keyframes fall-329{71.133%{transform:translate(61.4716vw,71.133vh) scale(.974)}to{transform:translate(66.39265vw,99vh) scale(.974)}}.snow:nth-child(330){opacity:1.8102;transform:translate(73.4274vw,-10px) scale(.3564);animation:fall-330 12s -2s linear infinite}@keyframes fall-330{36.089%{transform:translate(77.5054vw,36.089vh) scale(.3564)}to{transform:translate(75.4664vw,99vh) scale(.3564)}}.snow:nth-child(331){opacity:.7854;transform:translate(64.4871vw,-10px) scale(.8963);animation:fall-331 11s -5s linear infinite}@keyframes fall-331{52.292%{transform:translate(57.6576vw,52.292vh) scale(.8963)}to{transform:translate(61.07235vw,99vh) scale(.8963)}}.snow:nth-child(332){opacity:.1146;transform:translate(6.3291vw,-10px) scale(.9544);animation:fall-332 20s -22s linear infinite}@keyframes fall-332{39.991%{transform:translate(5.4461vw,39.991vh) scale(.9544)}to{transform:translate(5.8876vw,99vh) scale(.9544)}}.snow:nth-child(333){opacity:1.8094;transform:translate(8.5437vw,-10px) scale(.1857);animation:fall-333 23s -9s linear infinite}@keyframes fall-333{75.937%{transform:translate(5.3139vw,75.937vh) scale(.1857)}to{transform:translate(6.9288vw,99vh) scale(.1857)}}.snow:nth-child(334){opacity:1.475;transform:translate(31.0059vw,-10px) scale(.9342);animation:fall-334 30s -19s linear infinite}@keyframes fall-334{73.306%{transform:translate(23.5115vw,73.306vh) scale(.9342)}to{transform:translate(27.2587vw,99vh) scale(.9342)}}.snow:nth-child(335){opacity:.5012;transform:translate(74.7384vw,-10px) scale(.5581);animation:fall-335 18s -26s linear infinite}@keyframes fall-335{52.226%{transform:translate(79.0131vw,52.226vh) scale(.5581)}to{transform:translate(76.87575vw,99vh) scale(.5581)}}.snow:nth-child(336){opacity:1.8256;transform:translate(19.8683vw,-10px) scale(.7038);animation:fall-336 24s -10s linear infinite}@keyframes fall-336{76.857%{transform:translate(17.0165vw,76.857vh) scale(.7038)}to{transform:translate(18.4424vw,99vh) scale(.7038)}}.snow:nth-child(337){opacity:1.7172;transform:translate(4.3896vw,-10px) scale(.0135);animation:fall-337 15s -1s linear infinite}@keyframes fall-337{44.146%{transform:translate(6.2282vw,44.146vh) scale(.0135)}to{transform:translate(5.3089vw,99vh) scale(.0135)}}.snow:nth-child(338){opacity:.2938;transform:translate(18.9813vw,-10px) scale(.1269);animation:fall-338 19s -23s linear infinite}@keyframes fall-338{53.984%{transform:translate(26.9852vw,53.984vh) scale(.1269)}to{transform:translate(22.98325vw,99vh) scale(.1269)}}.snow:nth-child(339){opacity:.7564;transform:translate(42.8071vw,-10px) scale(.4393);animation:fall-339 21s -2s linear infinite}@keyframes fall-339{45.85%{transform:translate(33.6459vw,45.85vh) scale(.4393)}to{transform:translate(38.2265vw,99vh) scale(.4393)}}.snow:nth-child(340){opacity:.501;transform:translate(31.2681vw,-10px) scale(.6416);animation:fall-340 26s -10s linear infinite}@keyframes fall-340{49.19%{transform:translate(27.6288vw,49.19vh) scale(.6416)}to{transform:translate(29.44845vw,99vh) scale(.6416)}}.snow:nth-child(341){opacity:.3848;transform:translate(8.043vw,-10px) scale(.9844);animation:fall-341 19s -4s linear infinite}@keyframes fall-341{30.385%{transform:translate(4.0158vw,30.385vh) scale(.9844)}to{transform:translate(6.0294vw,99vh) scale(.9844)}}.snow:nth-child(342){opacity:1.1908;transform:translate(69.8884vw,-10px) scale(.8336);animation:fall-342 16s -2s linear infinite}@keyframes fall-342{59.923%{transform:translate(79.6749vw,59.923vh) scale(.8336)}to{transform:translate(74.78165vw,99vh) scale(.8336)}}.snow:nth-child(343){opacity:.5006;transform:translate(51.8137vw,-10px) scale(.9461);animation:fall-343 11s -23s linear infinite}@keyframes fall-343{33.08%{transform:translate(44.7825vw,33.08vh) scale(.9461)}to{transform:translate(48.2981vw,99vh) scale(.9461)}}.snow:nth-child(344){opacity:1.3428;transform:translate(85.5319vw,-10px) scale(.7999);animation:fall-344 27s -4s linear infinite}@keyframes fall-344{36.944%{transform:translate(82.6798vw,36.944vh) scale(.7999)}to{transform:translate(84.10585vw,99vh) scale(.7999)}}.snow:nth-child(345){opacity:1.7626;transform:translate(53.7016vw,-10px) scale(.436);animation:fall-345 14s -5s linear infinite}@keyframes fall-345{50.696%{transform:translate(54.4938vw,50.696vh) scale(.436)}to{transform:translate(54.0977vw,99vh) scale(.436)}}.snow:nth-child(346){opacity:.7526;transform:translate(77.231vw,-10px) scale(.3945);animation:fall-346 15s -26s linear infinite}@keyframes fall-346{67.514%{transform:translate(81.6176vw,67.514vh) scale(.3945)}to{transform:translate(79.4243vw,99vh) scale(.3945)}}.snow:nth-child(347){opacity:.4454;transform:translate(61.35vw,-10px) scale(.2476);animation:fall-347 28s -15s linear infinite}@keyframes fall-347{39.887%{transform:translate(60.3359vw,39.887vh) scale(.2476)}to{transform:translate(60.84295vw,99vh) scale(.2476)}}.snow:nth-child(348){opacity:1.3984;transform:translate(54.1325vw,-10px) scale(.331);animation:fall-348 11s -27s linear infinite}@keyframes fall-348{74.875%{transform:translate(55.7244vw,74.875vh) scale(.331)}to{transform:translate(54.92845vw,99vh) scale(.331)}}.snow:nth-child(349){opacity:1.5964;transform:translate(39.7558vw,-10px) scale(.1612);animation:fall-349 11s -17s linear infinite}@keyframes fall-349{73.102%{transform:translate(37.5467vw,73.102vh) scale(.1612)}to{transform:translate(38.65125vw,99vh) scale(.1612)}}.snow:nth-child(350){opacity:1.493;transform:translate(46.7417vw,-10px) scale(.628);animation:fall-350 27s -13s linear infinite}@keyframes fall-350{37.192%{transform:translate(53.9588vw,37.192vh) scale(.628)}to{transform:translate(50.35025vw,99vh) scale(.628)}}.snow:nth-child(351){opacity:.6736;transform:translate(89.958vw,-10px) scale(.0644);animation:fall-351 11s -29s linear infinite}@keyframes fall-351{37.606%{transform:translate(95.1278vw,37.606vh) scale(.0644)}to{transform:translate(92.5429vw,99vh) scale(.0644)}}.snow:nth-child(352){opacity:.7454;transform:translate(6.6101vw,-10px) scale(.4612);animation:fall-352 24s -4s linear infinite}@keyframes fall-352{74.872%{transform:translate(-.2492vw,74.872vh) scale(.4612)}to{transform:translate(3.18045vw,99vh) scale(.4612)}}.snow:nth-child(353){opacity:1.2672;transform:translate(8.2899vw,-10px) scale(.2695);animation:fall-353 15s -18s linear infinite}@keyframes fall-353{44.293%{transform:translate(10.9033vw,44.293vh) scale(.2695)}to{transform:translate(9.5966vw,99vh) scale(.2695)}}.snow:nth-child(354){opacity:1.1908;transform:translate(88.9621vw,-10px) scale(.1837);animation:fall-354 20s -27s linear infinite}@keyframes fall-354{58.46%{transform:translate(85.5061vw,58.46vh) scale(.1837)}to{transform:translate(87.2341vw,99vh) scale(.1837)}}.snow:nth-child(355){opacity:.6344;transform:translate(.4969vw,-10px) scale(.4407);animation:fall-355 11s -27s linear infinite}@keyframes fall-355{49.512%{transform:translate(-7.3009vw,49.512vh) scale(.4407)}to{transform:translate(-3.402vw,99vh) scale(.4407)}}.snow:nth-child(356){opacity:1.0382;transform:translate(27.5366vw,-10px) scale(.1083);animation:fall-356 20s -21s linear infinite}@keyframes fall-356{47.885%{transform:translate(29.4795vw,47.885vh) scale(.1083)}to{transform:translate(28.50805vw,99vh) scale(.1083)}}.snow:nth-child(357){opacity:1.0066;transform:translate(71.2303vw,-10px) scale(.0801);animation:fall-357 15s -13s linear infinite}@keyframes fall-357{63.147%{transform:translate(78.2594vw,63.147vh) scale(.0801)}to{transform:translate(74.74485vw,99vh) scale(.0801)}}.snow:nth-child(358){opacity:1.1886;transform:translate(95.1705vw,-10px) scale(.2475);animation:fall-358 26s -2s linear infinite}@keyframes fall-358{32.714%{transform:translate(99.6883vw,32.714vh) scale(.2475)}to{transform:translate(97.4294vw,99vh) scale(.2475)}}.snow:nth-child(359){opacity:.1084;transform:translate(68.8913vw,-10px) scale(.8262);animation:fall-359 23s -19s linear infinite}@keyframes fall-359{55.613%{transform:translate(72.3703vw,55.613vh) scale(.8262)}to{transform:translate(70.6308vw,99vh) scale(.8262)}}.snow:nth-child(360){opacity:.8032;transform:translate(60.6584vw,-10px) scale(.9623);animation:fall-360 10s -27s linear infinite}@keyframes fall-360{43.914%{transform:translate(56.1864vw,43.914vh) scale(.9623)}to{transform:translate(58.4224vw,99vh) scale(.9623)}}.snow:nth-child(361){opacity:1.8886;transform:translate(93.4962vw,-10px) scale(.968);animation:fall-361 17s -24s linear infinite}@keyframes fall-361{43.555%{transform:translate(88.2079vw,43.555vh) scale(.968)}to{transform:translate(90.85205vw,99vh) scale(.968)}}.snow:nth-child(362){opacity:1.2292;transform:translate(5.6444vw,-10px) scale(.6662);animation:fall-362 21s -23s linear infinite}@keyframes fall-362{78.565%{transform:translate(-.6673vw,78.565vh) scale(.6662)}to{transform:translate(2.48855vw,99vh) scale(.6662)}}.snow:nth-child(363){opacity:1.7208;transform:translate(73.7233vw,-10px) scale(.0958);animation:fall-363 15s -17s linear infinite}@keyframes fall-363{46.856%{transform:translate(69.3815vw,46.856vh) scale(.0958)}to{transform:translate(71.5524vw,99vh) scale(.0958)}}.snow:nth-child(364){opacity:1.5392;transform:translate(54.1435vw,-10px) scale(.8494);animation:fall-364 10s -24s linear infinite}@keyframes fall-364{77.164%{transform:translate(63.4964vw,77.164vh) scale(.8494)}to{transform:translate(58.81995vw,99vh) scale(.8494)}}.snow:nth-child(365){opacity:1.8798;transform:translate(77.2938vw,-10px) scale(.801);animation:fall-365 13s -2s linear infinite}@keyframes fall-365{35.109%{transform:translate(70.7078vw,35.109vh) scale(.801)}to{transform:translate(74.0008vw,99vh) scale(.801)}}.snow:nth-child(366){opacity:1.876;transform:translate(59.3164vw,-10px) scale(.9464);animation:fall-366 29s -8s linear infinite}@keyframes fall-366{40.988%{transform:translate(65.044vw,40.988vh) scale(.9464)}to{transform:translate(62.1802vw,99vh) scale(.9464)}}.snow:nth-child(367){opacity:.1736;transform:translate(87.8149vw,-10px) scale(.9397);animation:fall-367 24s -28s linear infinite}@keyframes fall-367{69.016%{transform:translate(84.3303vw,69.016vh) scale(.9397)}to{transform:translate(86.0726vw,99vh) scale(.9397)}}.snow:nth-child(368){opacity:.472;transform:translate(4.7745vw,-10px) scale(.0043);animation:fall-368 22s -29s linear infinite}@keyframes fall-368{63.344%{transform:translate(10.4692vw,63.344vh) scale(.0043)}to{transform:translate(7.62185vw,99vh) scale(.0043)}}.snow:nth-child(369){opacity:1.6302;transform:translate(34.5171vw,-10px) scale(.2098);animation:fall-369 16s -15s linear infinite}@keyframes fall-369{59.717%{transform:translate(37.4669vw,59.717vh) scale(.2098)}to{transform:translate(35.992vw,99vh) scale(.2098)}}.snow:nth-child(370){opacity:1.971;transform:translate(45.8967vw,-10px) scale(.7461);animation:fall-370 24s -19s linear infinite}@keyframes fall-370{65.124%{transform:translate(46.7803vw,65.124vh) scale(.7461)}to{transform:translate(46.3385vw,99vh) scale(.7461)}}.snow:nth-child(371){opacity:.114;transform:translate(83.7775vw,-10px) scale(.7936);animation:fall-371 17s -1s linear infinite}@keyframes fall-371{51.658%{transform:translate(83.584vw,51.658vh) scale(.7936)}to{transform:translate(83.68075vw,99vh) scale(.7936)}}.snow:nth-child(372){opacity:1.0252;transform:translate(48.9583vw,-10px) scale(.937);animation:fall-372 11s -14s linear infinite}@keyframes fall-372{47.708%{transform:translate(48.8334vw,47.708vh) scale(.937)}to{transform:translate(48.89585vw,99vh) scale(.937)}}.snow:nth-child(373){opacity:1.2374;transform:translate(56.6172vw,-10px) scale(.8236);animation:fall-373 28s -10s linear infinite}@keyframes fall-373{46.622%{transform:translate(55.6934vw,46.622vh) scale(.8236)}to{transform:translate(56.1553vw,99vh) scale(.8236)}}.snow:nth-child(374){opacity:.029;transform:translate(47.7481vw,-10px) scale(.299);animation:fall-374 16s -30s linear infinite}@keyframes fall-374{65.465%{transform:translate(45.272vw,65.465vh) scale(.299)}to{transform:translate(46.51005vw,99vh) scale(.299)}}.snow:nth-child(375){opacity:1.6008;transform:translate(20.398vw,-10px) scale(.4019);animation:fall-375 29s -25s linear infinite}@keyframes fall-375{66.334%{transform:translate(24.6041vw,66.334vh) scale(.4019)}to{transform:translate(22.50105vw,99vh) scale(.4019)}}.snow:nth-child(376){opacity:1.3388;transform:translate(96.3882vw,-10px) scale(.3345);animation:fall-376 22s -17s linear infinite}@keyframes fall-376{48.357%{transform:translate(91.0484vw,48.357vh) scale(.3345)}to{transform:translate(93.7183vw,99vh) scale(.3345)}}.snow:nth-child(377){opacity:.961;transform:translate(94.4171vw,-10px) scale(.3991);animation:fall-377 27s -29s linear infinite}@keyframes fall-377{70.386%{transform:translate(92.3124vw,70.386vh) scale(.3991)}to{transform:translate(93.36475vw,99vh) scale(.3991)}}.snow:nth-child(378){opacity:.3484;transform:translate(30.8102vw,-10px) scale(.9967);animation:fall-378 18s -13s linear infinite}@keyframes fall-378{77.214%{transform:translate(36.1476vw,77.214vh) scale(.9967)}to{transform:translate(33.4789vw,99vh) scale(.9967)}}.snow:nth-child(379){opacity:1.4792;transform:translate(50.287vw,-10px) scale(.9423);animation:fall-379 25s -27s linear infinite}@keyframes fall-379{40.194%{transform:translate(42.4514vw,40.194vh) scale(.9423)}to{transform:translate(46.3692vw,99vh) scale(.9423)}}.snow:nth-child(380){opacity:.502;transform:translate(93.6547vw,-10px) scale(.8929);animation:fall-380 22s -7s linear infinite}@keyframes fall-380{34.865%{transform:translate(101.2788vw,34.865vh) scale(.8929)}to{transform:translate(97.46675vw,99vh) scale(.8929)}}.snow:nth-child(381){opacity:1.7374;transform:translate(61.5829vw,-10px) scale(.6499);animation:fall-381 23s -8s linear infinite}@keyframes fall-381{78.132%{transform:translate(67.1103vw,78.132vh) scale(.6499)}to{transform:translate(64.3466vw,99vh) scale(.6499)}}.snow:nth-child(382){opacity:1.0204;transform:translate(5.3957vw,-10px) scale(.1112);animation:fall-382 19s -17s linear infinite}@keyframes fall-382{42.576%{transform:translate(1.9154vw,42.576vh) scale(.1112)}to{transform:translate(3.65555vw,99vh) scale(.1112)}}.snow:nth-child(383){opacity:1.5432;transform:translate(50.8188vw,-10px) scale(.7429);animation:fall-383 28s -15s linear infinite}@keyframes fall-383{34.03%{transform:translate(52.4538vw,34.03vh) scale(.7429)}to{transform:translate(51.6363vw,99vh) scale(.7429)}}.snow:nth-child(384){opacity:1.7916;transform:translate(74.5404vw,-10px) scale(.1928);animation:fall-384 16s -24s linear infinite}@keyframes fall-384{71.268%{transform:translate(81.9745vw,71.268vh) scale(.1928)}to{transform:translate(78.25745vw,99vh) scale(.1928)}}.snow:nth-child(385){opacity:1.537;transform:translate(28.998vw,-10px) scale(.3967);animation:fall-385 26s -30s linear infinite}@keyframes fall-385{64.515%{transform:translate(27.4498vw,64.515vh) scale(.3967)}to{transform:translate(28.2239vw,99vh) scale(.3967)}}.snow:nth-child(386){opacity:1.5918;transform:translate(69.5288vw,-10px) scale(.2756);animation:fall-386 19s -25s linear infinite}@keyframes fall-386{36.434%{transform:translate(76.7969vw,36.434vh) scale(.2756)}to{transform:translate(73.16285vw,99vh) scale(.2756)}}.snow:nth-child(387){opacity:.2408;transform:translate(15.7682vw,-10px) scale(.8823);animation:fall-387 11s -14s linear infinite}@keyframes fall-387{46.57%{transform:translate(18.3866vw,46.57vh) scale(.8823)}to{transform:translate(17.0774vw,99vh) scale(.8823)}}.snow:nth-child(388){opacity:.6836;transform:translate(61.2466vw,-10px) scale(.7509);animation:fall-388 21s -20s linear infinite}@keyframes fall-388{65.586%{transform:translate(62.7259vw,65.586vh) scale(.7509)}to{transform:translate(61.98625vw,99vh) scale(.7509)}}.snow:nth-child(389){opacity:.1644;transform:translate(15.8088vw,-10px) scale(.9891);animation:fall-389 10s -8s linear infinite}@keyframes fall-389{42.578%{transform:translate(12.5707vw,42.578vh) scale(.9891)}to{transform:translate(14.18975vw,99vh) scale(.9891)}}.snow:nth-child(390){opacity:.329;transform:translate(47.2489vw,-10px) scale(.1985);animation:fall-390 24s -9s linear infinite}@keyframes fall-390{49.745%{transform:translate(38.027vw,49.745vh) scale(.1985)}to{transform:translate(42.63795vw,99vh) scale(.1985)}}.snow:nth-child(391){opacity:1.3858;transform:translate(54.9532vw,-10px) scale(.2209);animation:fall-391 19s -28s linear infinite}@keyframes fall-391{73.905%{transform:translate(60.6698vw,73.905vh) scale(.2209)}to{transform:translate(57.8115vw,99vh) scale(.2209)}}.snow:nth-child(392){opacity:.8262;transform:translate(70.9374vw,-10px) scale(.7892);animation:fall-392 15s -22s linear infinite}@keyframes fall-392{59.473%{transform:translate(69.2195vw,59.473vh) scale(.7892)}to{transform:translate(70.07845vw,99vh) scale(.7892)}}.snow:nth-child(393){opacity:1.5226;transform:translate(24.7406vw,-10px) scale(.8914);animation:fall-393 18s -17s linear infinite}@keyframes fall-393{45.781%{transform:translate(26.2291vw,45.781vh) scale(.8914)}to{transform:translate(25.48485vw,99vh) scale(.8914)}}.snow:nth-child(394){opacity:1.3696;transform:translate(30.0549vw,-10px) scale(.9164);animation:fall-394 29s -3s linear infinite}@keyframes fall-394{44.77%{transform:translate(21.7943vw,44.77vh) scale(.9164)}to{transform:translate(25.9246vw,99vh) scale(.9164)}}.snow:nth-child(395){opacity:.5182;transform:translate(1.3864vw,-10px) scale(.5448);animation:fall-395 28s -10s linear infinite}@keyframes fall-395{58.44%{transform:translate(-1.3419vw,58.44vh) scale(.5448)}to{transform:translate(.02225vw,99vh) scale(.5448)}}.snow:nth-child(396){opacity:1.0218;transform:translate(90.9553vw,-10px) scale(.5813);animation:fall-396 15s -14s linear infinite}@keyframes fall-396{69.785%{transform:translate(91.4956vw,69.785vh) scale(.5813)}to{transform:translate(91.22545vw,99vh) scale(.5813)}}.snow:nth-child(397){opacity:1.8354;transform:translate(1.1551vw,-10px) scale(.3156);animation:fall-397 29s -25s linear infinite}@keyframes fall-397{40.314%{transform:translate(-5.4471vw,40.314vh) scale(.3156)}to{transform:translate(-2.146vw,99vh) scale(.3156)}}.snow:nth-child(398){opacity:1.694;transform:translate(2.8431vw,-10px) scale(.9354);animation:fall-398 14s -20s linear infinite}@keyframes fall-398{68.385%{transform:translate(.2972vw,68.385vh) scale(.9354)}to{transform:translate(1.57015vw,99vh) scale(.9354)}}.snow:nth-child(399){opacity:.0746;transform:translate(18.7047vw,-10px) scale(.1942);animation:fall-399 14s -2s linear infinite}@keyframes fall-399{47.206%{transform:translate(12.0546vw,47.206vh) scale(.1942)}to{transform:translate(15.37965vw,99vh) scale(.1942)}}.snow:nth-child(400){opacity:1.1516;transform:translate(50.8263vw,-10px) scale(.3701);animation:fall-400 29s -29s linear infinite}@keyframes fall-400{30.785%{transform:translate(48.5261vw,30.785vh) scale(.3701)}to{transform:translate(49.6762vw,99vh) scale(.3701)}}\n"] }]
82
- }], ctorParameters: function () {
83
- return [{ type: i1.TokenService }, { type: i1.AppState }, { type: i2.Router }, { type: undefined, decorators: [{
84
- type: Inject,
85
- args: [ANONYMOUS_MODE]
86
- }] }];
87
- } });
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:.3332;transform:translate(8.1841vw,-10px) scale(.4253);animation:fall-1 22s -22s linear infinite}@keyframes fall-1{33.213%{transform:translate(16.6272vw,33.213vh) scale(.4253)}to{transform:translate(12.40565vw,99vh) scale(.4253)}}.snow:nth-child(2){opacity:.689;transform:translate(80.9567vw,-10px) scale(.445);animation:fall-2 29s -24s linear infinite}@keyframes fall-2{79.513%{transform:translate(74.5686vw,79.513vh) scale(.445)}to{transform:translate(77.76265vw,99vh) scale(.445)}}.snow:nth-child(3){opacity:1.7624;transform:translate(69.7921vw,-10px) scale(.0833);animation:fall-3 18s -18s linear infinite}@keyframes fall-3{54.887%{transform:translate(78.4864vw,54.887vh) scale(.0833)}to{transform:translate(74.13925vw,99vh) scale(.0833)}}.snow:nth-child(4){opacity:.3628;transform:translate(45.9949vw,-10px) scale(.7284);animation:fall-4 13s -25s linear infinite}@keyframes fall-4{67.446%{transform:translate(37.2035vw,67.446vh) scale(.7284)}to{transform:translate(41.5992vw,99vh) scale(.7284)}}.snow:nth-child(5){opacity:1.5934;transform:translate(27.1138vw,-10px) scale(.4961);animation:fall-5 10s -3s linear infinite}@keyframes fall-5{51.145%{transform:translate(32.0396vw,51.145vh) scale(.4961)}to{transform:translate(29.5767vw,99vh) scale(.4961)}}.snow:nth-child(6){opacity:.3126;transform:translate(85.3178vw,-10px) scale(.0784);animation:fall-6 19s -6s linear infinite}@keyframes fall-6{79.817%{transform:translate(78.4255vw,79.817vh) scale(.0784)}to{transform:translate(81.87165vw,99vh) scale(.0784)}}.snow:nth-child(7){opacity:1.308;transform:translate(92.5149vw,-10px) scale(.9633);animation:fall-7 24s -21s linear infinite}@keyframes fall-7{51.36%{transform:translate(89.7095vw,51.36vh) scale(.9633)}to{transform:translate(91.1122vw,99vh) scale(.9633)}}.snow:nth-child(8){opacity:1.5254;transform:translate(93.1792vw,-10px) scale(.0779);animation:fall-8 25s -15s linear infinite}@keyframes fall-8{52.506%{transform:translate(90.0476vw,52.506vh) scale(.0779)}to{transform:translate(91.6134vw,99vh) scale(.0779)}}.snow:nth-child(9){opacity:.8598;transform:translate(48.5997vw,-10px) scale(.9862);animation:fall-9 11s -24s linear infinite}@keyframes fall-9{34.198%{transform:translate(46.575vw,34.198vh) scale(.9862)}to{transform:translate(47.58735vw,99vh) scale(.9862)}}.snow:nth-child(10){opacity:1.4134;transform:translate(63.8174vw,-10px) scale(.997);animation:fall-10 22s -26s linear infinite}@keyframes fall-10{45.428%{transform:translate(66.1179vw,45.428vh) scale(.997)}to{transform:translate(64.96765vw,99vh) scale(.997)}}.snow:nth-child(11){opacity:1.7802;transform:translate(61.3113vw,-10px) scale(.4371);animation:fall-11 16s -23s linear infinite}@keyframes fall-11{46.217%{transform:translate(59.1424vw,46.217vh) scale(.4371)}to{transform:translate(60.22685vw,99vh) scale(.4371)}}.snow:nth-child(12){opacity:1.2454;transform:translate(36.0111vw,-10px) scale(.2568);animation:fall-12 13s -30s linear infinite}@keyframes fall-12{34.217%{transform:translate(33.311vw,34.217vh) scale(.2568)}to{transform:translate(34.66105vw,99vh) scale(.2568)}}.snow:nth-child(13){opacity:1.9984;transform:translate(15.3569vw,-10px) scale(.0412);animation:fall-13 11s -14s linear infinite}@keyframes fall-13{76.873%{transform:translate(23.4003vw,76.873vh) scale(.0412)}to{transform:translate(19.3786vw,99vh) scale(.0412)}}.snow:nth-child(14){opacity:1.058;transform:translate(2.8152vw,-10px) scale(.48);animation:fall-14 18s -28s linear infinite}@keyframes fall-14{36.763%{transform:translate(7.7781vw,36.763vh) scale(.48)}to{transform:translate(5.29665vw,99vh) scale(.48)}}.snow:nth-child(15){opacity:1.304;transform:translate(33.7183vw,-10px) scale(.914);animation:fall-15 15s -1s linear infinite}@keyframes fall-15{51.13%{transform:translate(39.8718vw,51.13vh) scale(.914)}to{transform:translate(36.79505vw,99vh) scale(.914)}}.snow:nth-child(16){opacity:1.7042;transform:translate(75.7977vw,-10px) scale(.6515);animation:fall-16 21s -25s linear infinite}@keyframes fall-16{56.342%{transform:translate(85.2774vw,56.342vh) scale(.6515)}to{transform:translate(80.53755vw,99vh) scale(.6515)}}.snow:nth-child(17){opacity:1.8252;transform:translate(42.9195vw,-10px) scale(.4573);animation:fall-17 25s -13s linear infinite}@keyframes fall-17{39.369%{transform:translate(52.8288vw,39.369vh) scale(.4573)}to{transform:translate(47.87415vw,99vh) scale(.4573)}}.snow:nth-child(18){opacity:1.2374;transform:translate(28.568vw,-10px) scale(.4614);animation:fall-18 20s -17s linear infinite}@keyframes fall-18{53.349%{transform:translate(26.5812vw,53.349vh) scale(.4614)}to{transform:translate(27.5746vw,99vh) scale(.4614)}}.snow:nth-child(19){opacity:1.6256;transform:translate(27.5173vw,-10px) scale(.5868);animation:fall-19 13s -19s linear infinite}@keyframes fall-19{79.883%{transform:translate(35.5923vw,79.883vh) scale(.5868)}to{transform:translate(31.5548vw,99vh) scale(.5868)}}.snow:nth-child(20){opacity:.185;transform:translate(44.6029vw,-10px) scale(.562);animation:fall-20 11s -30s linear infinite}@keyframes fall-20{62.911%{transform:translate(39.5663vw,62.911vh) scale(.562)}to{transform:translate(42.0846vw,99vh) scale(.562)}}.snow:nth-child(21){opacity:.3618;transform:translate(5.3373vw,-10px) scale(.7537);animation:fall-21 10s -20s linear infinite}@keyframes fall-21{35.901%{transform:translate(11.618vw,35.901vh) scale(.7537)}to{transform:translate(8.47765vw,99vh) scale(.7537)}}.snow:nth-child(22){opacity:.7188;transform:translate(59.5278vw,-10px) scale(.8503);animation:fall-22 18s -2s linear infinite}@keyframes fall-22{36.948%{transform:translate(67.4773vw,36.948vh) scale(.8503)}to{transform:translate(63.50255vw,99vh) scale(.8503)}}.snow:nth-child(23){opacity:1.7562;transform:translate(98.1557vw,-10px) scale(.4842);animation:fall-23 25s -12s linear infinite}@keyframes fall-23{73.129%{transform:translate(94.8119vw,73.129vh) scale(.4842)}to{transform:translate(96.4838vw,99vh) scale(.4842)}}.snow:nth-child(24){opacity:1.9902;transform:translate(11.3729vw,-10px) scale(.3765);animation:fall-24 25s -23s linear infinite}@keyframes fall-24{50.772%{transform:translate(6.764vw,50.772vh) scale(.3765)}to{transform:translate(9.06845vw,99vh) scale(.3765)}}.snow:nth-child(25){opacity:.851;transform:translate(50.8505vw,-10px) scale(.3946);animation:fall-25 28s -21s linear infinite}@keyframes fall-25{61.542%{transform:translate(48.2487vw,61.542vh) scale(.3946)}to{transform:translate(49.5496vw,99vh) scale(.3946)}}.snow:nth-child(26){opacity:1.9058;transform:translate(83.18vw,-10px) scale(.4607);animation:fall-26 26s -25s linear infinite}@keyframes fall-26{52.122%{transform:translate(91.1049vw,52.122vh) scale(.4607)}to{transform:translate(87.14245vw,99vh) scale(.4607)}}.snow:nth-child(27){opacity:.2088;transform:translate(8.5298vw,-10px) scale(.5472);animation:fall-27 27s -12s linear infinite}@keyframes fall-27{68.042%{transform:translate(4.4008vw,68.042vh) scale(.5472)}to{transform:translate(6.4653vw,99vh) scale(.5472)}}.snow:nth-child(28){opacity:.2096;transform:translate(24.8447vw,-10px) scale(.6897);animation:fall-28 27s -14s linear infinite}@keyframes fall-28{60.531%{transform:translate(25.8966vw,60.531vh) scale(.6897)}to{transform:translate(25.37065vw,99vh) scale(.6897)}}.snow:nth-child(29){opacity:.6504;transform:translate(47.0231vw,-10px) scale(.2848);animation:fall-29 22s -11s linear infinite}@keyframes fall-29{69.816%{transform:translate(44.3996vw,69.816vh) scale(.2848)}to{transform:translate(45.71135vw,99vh) scale(.2848)}}.snow:nth-child(30){opacity:1.3736;transform:translate(71.5912vw,-10px) scale(.4493);animation:fall-30 25s -29s linear infinite}@keyframes fall-30{74.99%{transform:translate(65.9414vw,74.99vh) scale(.4493)}to{transform:translate(68.7663vw,99vh) scale(.4493)}}.snow:nth-child(31){opacity:.1912;transform:translate(59.541vw,-10px) scale(.8034);animation:fall-31 12s -19s linear infinite}@keyframes fall-31{58.418%{transform:translate(53.8406vw,58.418vh) scale(.8034)}to{transform:translate(56.6908vw,99vh) scale(.8034)}}.snow:nth-child(32){opacity:.1756;transform:translate(1.6489vw,-10px) scale(.3464);animation:fall-32 11s -26s linear infinite}@keyframes fall-32{46.668%{transform:translate(4.5815vw,46.668vh) scale(.3464)}to{transform:translate(3.1152vw,99vh) scale(.3464)}}.snow:nth-child(33){opacity:1.183;transform:translate(41.9243vw,-10px) scale(.6832);animation:fall-33 21s -16s linear infinite}@keyframes fall-33{67.625%{transform:translate(32.1324vw,67.625vh) scale(.6832)}to{transform:translate(37.02835vw,99vh) scale(.6832)}}.snow:nth-child(34){opacity:1.342;transform:translate(81.8722vw,-10px) scale(.1589);animation:fall-34 14s -21s linear infinite}@keyframes fall-34{65.304%{transform:translate(87.692vw,65.304vh) scale(.1589)}to{transform:translate(84.7821vw,99vh) scale(.1589)}}.snow:nth-child(35){opacity:.4914;transform:translate(85.5491vw,-10px) scale(.375);animation:fall-35 25s -19s linear infinite}@keyframes fall-35{61.912%{transform:translate(93.6866vw,61.912vh) scale(.375)}to{transform:translate(89.61785vw,99vh) scale(.375)}}.snow:nth-child(36){opacity:.3834;transform:translate(94.0271vw,-10px) scale(.6581);animation:fall-36 26s -5s linear infinite}@keyframes fall-36{45.704%{transform:translate(101.1442vw,45.704vh) scale(.6581)}to{transform:translate(97.58565vw,99vh) scale(.6581)}}.snow:nth-child(37){opacity:.626;transform:translate(29.5063vw,-10px) scale(.0293);animation:fall-37 28s -3s linear infinite}@keyframes fall-37{46.592%{transform:translate(31.025vw,46.592vh) scale(.0293)}to{transform:translate(30.26565vw,99vh) scale(.0293)}}.snow:nth-child(38){opacity:1.9826;transform:translate(47.2458vw,-10px) scale(.0282);animation:fall-38 10s -3s linear infinite}@keyframes fall-38{34.358%{transform:translate(50.4123vw,34.358vh) scale(.0282)}to{transform:translate(48.82905vw,99vh) scale(.0282)}}.snow:nth-child(39){opacity:1.0976;transform:translate(33.4989vw,-10px) scale(.9157);animation:fall-39 29s -5s linear infinite}@keyframes fall-39{45.395%{transform:translate(35.1623vw,45.395vh) scale(.9157)}to{transform:translate(34.3306vw,99vh) scale(.9157)}}.snow:nth-child(40){opacity:1.6744;transform:translate(90.8208vw,-10px) scale(.6947);animation:fall-40 27s -15s linear infinite}@keyframes fall-40{47.606%{transform:translate(85.3843vw,47.606vh) scale(.6947)}to{transform:translate(88.10255vw,99vh) scale(.6947)}}.snow:nth-child(41){opacity:1.0488;transform:translate(26.1132vw,-10px) scale(.3615);animation:fall-41 13s -1s linear infinite}@keyframes fall-41{57.328%{transform:translate(31.8618vw,57.328vh) scale(.3615)}to{transform:translate(28.9875vw,99vh) scale(.3615)}}.snow:nth-child(42){opacity:1.3158;transform:translate(86.4841vw,-10px) scale(.0523);animation:fall-42 10s -28s linear infinite}@keyframes fall-42{74.784%{transform:translate(86.2947vw,74.784vh) scale(.0523)}to{transform:translate(86.3894vw,99vh) scale(.0523)}}.snow:nth-child(43){opacity:1.3094;transform:translate(.1177vw,-10px) scale(.9713);animation:fall-43 16s -7s linear infinite}@keyframes fall-43{47.361%{transform:translate(-1.9753vw,47.361vh) scale(.9713)}to{transform:translate(-.9288vw,99vh) scale(.9713)}}.snow:nth-child(44){opacity:1.5144;transform:translate(94.0151vw,-10px) scale(.2124);animation:fall-44 13s -29s linear infinite}@keyframes fall-44{62.517%{transform:translate(94.3383vw,62.517vh) scale(.2124)}to{transform:translate(94.1767vw,99vh) scale(.2124)}}.snow:nth-child(45){opacity:1.6634;transform:translate(99.5127vw,-10px) scale(.1395);animation:fall-45 17s -11s linear infinite}@keyframes fall-45{53.129%{transform:translate(103.3135vw,53.129vh) scale(.1395)}to{transform:translate(101.4131vw,99vh) scale(.1395)}}.snow:nth-child(46){opacity:.873;transform:translate(17.7089vw,-10px) scale(.2581);animation:fall-46 14s -24s linear infinite}@keyframes fall-46{37.312%{transform:translate(23.7406vw,37.312vh) scale(.2581)}to{transform:translate(20.72475vw,99vh) scale(.2581)}}.snow:nth-child(47){opacity:1.1094;transform:translate(9.0451vw,-10px) scale(.8823);animation:fall-47 26s -23s linear infinite}@keyframes fall-47{69.278%{transform:translate(18.4448vw,69.278vh) scale(.8823)}to{transform:translate(13.74495vw,99vh) scale(.8823)}}.snow:nth-child(48){opacity:1.1016;transform:translate(15.6071vw,-10px) scale(.3504);animation:fall-48 13s -25s linear infinite}@keyframes fall-48{59.483%{transform:translate(22.707vw,59.483vh) scale(.3504)}to{transform:translate(19.15705vw,99vh) scale(.3504)}}.snow:nth-child(49){opacity:1.659;transform:translate(48.1971vw,-10px) scale(.9748);animation:fall-49 26s -29s linear infinite}@keyframes fall-49{30.937%{transform:translate(39.3541vw,30.937vh) scale(.9748)}to{transform:translate(43.7756vw,99vh) scale(.9748)}}.snow:nth-child(50){opacity:.4054;transform:translate(38.0004vw,-10px) scale(.0423);animation:fall-50 26s -5s linear infinite}@keyframes fall-50{47.285%{transform:translate(33.5459vw,47.285vh) scale(.0423)}to{transform:translate(35.77315vw,99vh) scale(.0423)}}.snow:nth-child(51){opacity:1.7656;transform:translate(88.3949vw,-10px) scale(.8878);animation:fall-51 28s -14s linear infinite}@keyframes fall-51{77.356%{transform:translate(87.4941vw,77.356vh) scale(.8878)}to{transform:translate(87.9445vw,99vh) scale(.8878)}}.snow:nth-child(52){opacity:1.842;transform:translate(50.8128vw,-10px) scale(.788);animation:fall-52 18s -28s linear infinite}@keyframes fall-52{41.349%{transform:translate(49.4901vw,41.349vh) scale(.788)}to{transform:translate(50.15145vw,99vh) scale(.788)}}.snow:nth-child(53){opacity:1.891;transform:translate(29.4299vw,-10px) scale(.8773);animation:fall-53 13s -13s linear infinite}@keyframes fall-53{48.108%{transform:translate(26.6149vw,48.108vh) scale(.8773)}to{transform:translate(28.0224vw,99vh) scale(.8773)}}.snow:nth-child(54){opacity:1.6778;transform:translate(8.6907vw,-10px) scale(.6857);animation:fall-54 28s -17s linear infinite}@keyframes fall-54{61.566%{transform:translate(10.1808vw,61.566vh) scale(.6857)}to{transform:translate(9.43575vw,99vh) scale(.6857)}}.snow:nth-child(55){opacity:.4488;transform:translate(67.2375vw,-10px) scale(.2649);animation:fall-55 19s -22s linear infinite}@keyframes fall-55{54.526%{transform:translate(71.6416vw,54.526vh) scale(.2649)}to{transform:translate(69.43955vw,99vh) scale(.2649)}}.snow:nth-child(56){opacity:.9668;transform:translate(14.666vw,-10px) scale(.4056);animation:fall-56 23s -7s linear infinite}@keyframes fall-56{54.175%{transform:translate(13.8638vw,54.175vh) scale(.4056)}to{transform:translate(14.2649vw,99vh) scale(.4056)}}.snow:nth-child(57){opacity:1.9758;transform:translate(80.5118vw,-10px) scale(.3177);animation:fall-57 25s -29s linear infinite}@keyframes fall-57{37.441%{transform:translate(85.3155vw,37.441vh) scale(.3177)}to{transform:translate(82.91365vw,99vh) scale(.3177)}}.snow:nth-child(58){opacity:.0498;transform:translate(31.7642vw,-10px) scale(.578);animation:fall-58 27s -14s linear infinite}@keyframes fall-58{36.253%{transform:translate(39.4023vw,36.253vh) scale(.578)}to{transform:translate(35.58325vw,99vh) scale(.578)}}.snow:nth-child(59){opacity:.5724;transform:translate(39.3668vw,-10px) scale(.1357);animation:fall-59 14s -4s linear infinite}@keyframes fall-59{64.53%{transform:translate(36.2501vw,64.53vh) scale(.1357)}to{transform:translate(37.80845vw,99vh) scale(.1357)}}.snow:nth-child(60){opacity:1.607;transform:translate(10.5192vw,-10px) scale(.937);animation:fall-60 29s -28s linear infinite}@keyframes fall-60{60.216%{transform:translate(15.9114vw,60.216vh) scale(.937)}to{transform:translate(13.2153vw,99vh) scale(.937)}}.snow:nth-child(61){opacity:1.1388;transform:translate(20.9696vw,-10px) scale(.1787);animation:fall-61 23s -28s linear infinite}@keyframes fall-61{69.813%{transform:translate(22.3051vw,69.813vh) scale(.1787)}to{transform:translate(21.63735vw,99vh) scale(.1787)}}.snow:nth-child(62){opacity:.274;transform:translate(85.1064vw,-10px) scale(.4978);animation:fall-62 25s -4s linear infinite}@keyframes fall-62{52.737%{transform:translate(75.252vw,52.737vh) scale(.4978)}to{transform:translate(80.1792vw,99vh) scale(.4978)}}.snow:nth-child(63){opacity:.5396;transform:translate(17.6294vw,-10px) scale(.5697);animation:fall-63 23s -27s linear infinite}@keyframes fall-63{41.773%{transform:translate(11.0864vw,41.773vh) scale(.5697)}to{transform:translate(14.3579vw,99vh) scale(.5697)}}.snow:nth-child(64){opacity:.107;transform:translate(34.1361vw,-10px) scale(.2478);animation:fall-64 21s -3s linear infinite}@keyframes fall-64{55.819%{transform:translate(30.2746vw,55.819vh) scale(.2478)}to{transform:translate(32.20535vw,99vh) scale(.2478)}}.snow:nth-child(65){opacity:1.801;transform:translate(43.6099vw,-10px) scale(.0041);animation:fall-65 11s -15s linear infinite}@keyframes fall-65{58.411%{transform:translate(47.5465vw,58.411vh) scale(.0041)}to{transform:translate(45.5782vw,99vh) scale(.0041)}}.snow:nth-child(66){opacity:1.856;transform:translate(24.9218vw,-10px) scale(.6035);animation:fall-66 27s -10s linear infinite}@keyframes fall-66{55.363%{transform:translate(28.809vw,55.363vh) scale(.6035)}to{transform:translate(26.8654vw,99vh) scale(.6035)}}.snow:nth-child(67){opacity:1.5;transform:translate(84.6499vw,-10px) scale(.0602);animation:fall-67 21s -3s linear infinite}@keyframes fall-67{53.531%{transform:translate(93.8053vw,53.531vh) scale(.0602)}to{transform:translate(89.2276vw,99vh) scale(.0602)}}.snow:nth-child(68){opacity:.1378;transform:translate(83.4925vw,-10px) scale(.9294);animation:fall-68 20s -14s linear infinite}@keyframes fall-68{68.947%{transform:translate(93.4891vw,68.947vh) scale(.9294)}to{transform:translate(88.4908vw,99vh) scale(.9294)}}.snow:nth-child(69){opacity:.104;transform:translate(82.45vw,-10px) scale(.9834);animation:fall-69 29s -22s linear infinite}@keyframes fall-69{41.093%{transform:translate(73.167vw,41.093vh) scale(.9834)}to{transform:translate(77.8085vw,99vh) scale(.9834)}}.snow:nth-child(70){opacity:.3672;transform:translate(28.0928vw,-10px) scale(.3855);animation:fall-70 26s -1s linear infinite}@keyframes fall-70{30.724%{transform:translate(23.8774vw,30.724vh) scale(.3855)}to{transform:translate(25.9851vw,99vh) scale(.3855)}}.snow:nth-child(71){opacity:.7586;transform:translate(67.3332vw,-10px) scale(.2912);animation:fall-71 21s -21s linear infinite}@keyframes fall-71{38.286%{transform:translate(62.1067vw,38.286vh) scale(.2912)}to{transform:translate(64.71995vw,99vh) scale(.2912)}}.snow:nth-child(72){opacity:.8676;transform:translate(38.6385vw,-10px) scale(.6477);animation:fall-72 21s -2s linear infinite}@keyframes fall-72{77.271%{transform:translate(34.6694vw,77.271vh) scale(.6477)}to{transform:translate(36.65395vw,99vh) scale(.6477)}}.snow:nth-child(73){opacity:1.999;transform:translate(51.1946vw,-10px) scale(.9776);animation:fall-73 22s -24s linear infinite}@keyframes fall-73{51.769%{transform:translate(49.3828vw,51.769vh) scale(.9776)}to{transform:translate(50.2887vw,99vh) scale(.9776)}}.snow:nth-child(74){opacity:.7246;transform:translate(39.4863vw,-10px) scale(.2413);animation:fall-74 12s -30s linear infinite}@keyframes fall-74{57.226%{transform:translate(42.8109vw,57.226vh) scale(.2413)}to{transform:translate(41.1486vw,99vh) scale(.2413)}}.snow:nth-child(75){opacity:.4084;transform:translate(72.3866vw,-10px) scale(.8126);animation:fall-75 15s -20s linear infinite}@keyframes fall-75{58.115%{transform:translate(73.3701vw,58.115vh) scale(.8126)}to{transform:translate(72.87835vw,99vh) scale(.8126)}}.snow:nth-child(76){opacity:.825;transform:translate(70.771vw,-10px) scale(.1891);animation:fall-76 25s -1s linear infinite}@keyframes fall-76{72.704%{transform:translate(63.6821vw,72.704vh) scale(.1891)}to{transform:translate(67.22655vw,99vh) scale(.1891)}}.snow:nth-child(77){opacity:1.5456;transform:translate(41.9161vw,-10px) scale(.9074);animation:fall-77 16s -19s linear infinite}@keyframes fall-77{51.637%{transform:translate(37.6176vw,51.637vh) scale(.9074)}to{transform:translate(39.76685vw,99vh) scale(.9074)}}.snow:nth-child(78){opacity:.8936;transform:translate(81.312vw,-10px) scale(.7968);animation:fall-78 23s -26s linear infinite}@keyframes fall-78{63.759%{transform:translate(73.5348vw,63.759vh) scale(.7968)}to{transform:translate(77.4234vw,99vh) scale(.7968)}}.snow:nth-child(79){opacity:1.988;transform:translate(22.203vw,-10px) scale(.117);animation:fall-79 14s -7s linear infinite}@keyframes fall-79{45.109%{transform:translate(26.4622vw,45.109vh) scale(.117)}to{transform:translate(24.3326vw,99vh) scale(.117)}}.snow:nth-child(80){opacity:1.4974;transform:translate(68.3026vw,-10px) scale(.0284);animation:fall-80 30s -14s linear infinite}@keyframes fall-80{63.205%{transform:translate(60.7031vw,63.205vh) scale(.0284)}to{transform:translate(64.50285vw,99vh) scale(.0284)}}.snow:nth-child(81){opacity:1.2128;transform:translate(16.1262vw,-10px) scale(.8282);animation:fall-81 26s -8s linear infinite}@keyframes fall-81{63.622%{transform:translate(13.9728vw,63.622vh) scale(.8282)}to{transform:translate(15.0495vw,99vh) scale(.8282)}}.snow:nth-child(82){opacity:1.4414;transform:translate(45.8793vw,-10px) scale(.5762);animation:fall-82 11s -16s linear infinite}@keyframes fall-82{79.637%{transform:translate(39.4661vw,79.637vh) scale(.5762)}to{transform:translate(42.6727vw,99vh) scale(.5762)}}.snow:nth-child(83){opacity:1.5038;transform:translate(55.5399vw,-10px) scale(.648);animation:fall-83 16s -1s linear infinite}@keyframes fall-83{46.876%{transform:translate(57.1684vw,46.876vh) scale(.648)}to{transform:translate(56.35415vw,99vh) scale(.648)}}.snow:nth-child(84){opacity:.9576;transform:translate(86.8214vw,-10px) scale(.9447);animation:fall-84 14s -11s linear infinite}@keyframes fall-84{53.499%{transform:translate(88.1296vw,53.499vh) scale(.9447)}to{transform:translate(87.4755vw,99vh) scale(.9447)}}.snow:nth-child(85){opacity:.4146;transform:translate(46.816vw,-10px) scale(.181);animation:fall-85 13s -25s linear infinite}@keyframes fall-85{33.902%{transform:translate(41.352vw,33.902vh) scale(.181)}to{transform:translate(44.084vw,99vh) scale(.181)}}.snow:nth-child(86){opacity:1.953;transform:translate(41.8385vw,-10px) scale(.2715);animation:fall-86 14s -17s linear infinite}@keyframes fall-86{36.061%{transform:translate(42.9653vw,36.061vh) scale(.2715)}to{transform:translate(42.4019vw,99vh) scale(.2715)}}.snow:nth-child(87){opacity:.1776;transform:translate(91.66vw,-10px) scale(.8349);animation:fall-87 24s -8s linear infinite}@keyframes fall-87{57.294%{transform:translate(96.4841vw,57.294vh) scale(.8349)}to{transform:translate(94.07205vw,99vh) scale(.8349)}}.snow:nth-child(88){opacity:.1368;transform:translate(11.0868vw,-10px) scale(.1269);animation:fall-88 11s -15s linear infinite}@keyframes fall-88{34.676%{transform:translate(10.7853vw,34.676vh) scale(.1269)}to{transform:translate(10.93605vw,99vh) scale(.1269)}}.snow:nth-child(89){opacity:1.546;transform:translate(11.9145vw,-10px) scale(.8332);animation:fall-89 21s -7s linear infinite}@keyframes fall-89{54.369%{transform:translate(10.9182vw,54.369vh) scale(.8332)}to{transform:translate(11.41635vw,99vh) scale(.8332)}}.snow:nth-child(90){opacity:1.7518;transform:translate(7.2187vw,-10px) scale(.0321);animation:fall-90 14s -16s linear infinite}@keyframes fall-90{33.693%{transform:translate(6.4635vw,33.693vh) scale(.0321)}to{transform:translate(6.8411vw,99vh) scale(.0321)}}.snow:nth-child(91){opacity:.8254;transform:translate(48.4395vw,-10px) scale(.1344);animation:fall-91 10s -29s linear infinite}@keyframes fall-91{68.622%{transform:translate(52.435vw,68.622vh) scale(.1344)}to{transform:translate(50.43725vw,99vh) scale(.1344)}}.snow:nth-child(92){opacity:.813;transform:translate(14.7157vw,-10px) scale(.6304);animation:fall-92 10s -21s linear infinite}@keyframes fall-92{35.409%{transform:translate(8.193vw,35.409vh) scale(.6304)}to{transform:translate(11.45435vw,99vh) scale(.6304)}}.snow:nth-child(93){opacity:1.8318;transform:translate(86.0972vw,-10px) scale(.8093);animation:fall-93 13s -19s linear infinite}@keyframes fall-93{37.867%{transform:translate(92.4904vw,37.867vh) scale(.8093)}to{transform:translate(89.2938vw,99vh) scale(.8093)}}.snow:nth-child(94){opacity:1.2448;transform:translate(77.7348vw,-10px) scale(.8956);animation:fall-94 15s -24s linear infinite}@keyframes fall-94{66.661%{transform:translate(79.4246vw,66.661vh) scale(.8956)}to{transform:translate(78.5797vw,99vh) scale(.8956)}}.snow:nth-child(95){opacity:1.4966;transform:translate(96.1231vw,-10px) scale(.0165);animation:fall-95 20s -5s linear infinite}@keyframes fall-95{47.154%{transform:translate(96.3227vw,47.154vh) scale(.0165)}to{transform:translate(96.2229vw,99vh) scale(.0165)}}.snow:nth-child(96){opacity:.12;transform:translate(67.0637vw,-10px) scale(.0624);animation:fall-96 17s -20s linear infinite}@keyframes fall-96{41.749%{transform:translate(75.2774vw,41.749vh) scale(.0624)}to{transform:translate(71.17055vw,99vh) scale(.0624)}}.snow:nth-child(97){opacity:.9194;transform:translate(92.2346vw,-10px) scale(.2971);animation:fall-97 27s -23s linear infinite}@keyframes fall-97{57.565%{transform:translate(92.1358vw,57.565vh) scale(.2971)}to{transform:translate(92.1852vw,99vh) scale(.2971)}}.snow:nth-child(98){opacity:.4624;transform:translate(91.3868vw,-10px) scale(.737);animation:fall-98 19s -28s linear infinite}@keyframes fall-98{52.683%{transform:translate(98.1039vw,52.683vh) scale(.737)}to{transform:translate(94.74535vw,99vh) scale(.737)}}.snow:nth-child(99){opacity:1.0388;transform:translate(76.6084vw,-10px) scale(.8538);animation:fall-99 22s -10s linear infinite}@keyframes fall-99{70.873%{transform:translate(66.6486vw,70.873vh) scale(.8538)}to{transform:translate(71.6285vw,99vh) scale(.8538)}}.snow:nth-child(100){opacity:1.8386;transform:translate(33.5409vw,-10px) scale(.8633);animation:fall-100 14s -16s linear infinite}@keyframes fall-100{74.911%{transform:translate(24.8243vw,74.911vh) scale(.8633)}to{transform:translate(29.1826vw,99vh) scale(.8633)}}.snow:nth-child(101){opacity:1.813;transform:translate(78.226vw,-10px) scale(.5329);animation:fall-101 20s -27s linear infinite}@keyframes fall-101{69.844%{transform:translate(80.0535vw,69.844vh) scale(.5329)}to{transform:translate(79.13975vw,99vh) scale(.5329)}}.snow:nth-child(102){opacity:1.5072;transform:translate(99.409vw,-10px) scale(.8056);animation:fall-102 16s -23s linear infinite}@keyframes fall-102{74.954%{transform:translate(90.1565vw,74.954vh) scale(.8056)}to{transform:translate(94.78275vw,99vh) scale(.8056)}}.snow:nth-child(103){opacity:1.735;transform:translate(55.5vw,-10px) scale(.6424);animation:fall-103 27s -24s linear infinite}@keyframes fall-103{53.159%{transform:translate(46.8682vw,53.159vh) scale(.6424)}to{transform:translate(51.1841vw,99vh) scale(.6424)}}.snow:nth-child(104){opacity:.8274;transform:translate(27.2077vw,-10px) scale(.8507);animation:fall-104 10s -21s linear infinite}@keyframes fall-104{73.756%{transform:translate(28.2758vw,73.756vh) scale(.8507)}to{transform:translate(27.74175vw,99vh) scale(.8507)}}.snow:nth-child(105){opacity:.239;transform:translate(79.7923vw,-10px) scale(.6032);animation:fall-105 15s -10s linear infinite}@keyframes fall-105{66.036%{transform:translate(79.9046vw,66.036vh) scale(.6032)}to{transform:translate(79.84845vw,99vh) scale(.6032)}}.snow:nth-child(106){opacity:1.1152;transform:translate(37.1875vw,-10px) scale(.1402);animation:fall-106 25s -25s linear infinite}@keyframes fall-106{79.892%{transform:translate(41.9993vw,79.892vh) scale(.1402)}to{transform:translate(39.5934vw,99vh) scale(.1402)}}.snow:nth-child(107){opacity:1.9458;transform:translate(7.3838vw,-10px) scale(.2738);animation:fall-107 22s -15s linear infinite}@keyframes fall-107{63.467%{transform:translate(15.5899vw,63.467vh) scale(.2738)}to{transform:translate(11.48685vw,99vh) scale(.2738)}}.snow:nth-child(108){opacity:1.4264;transform:translate(18.0886vw,-10px) scale(.3877);animation:fall-108 28s -28s linear infinite}@keyframes fall-108{71.594%{transform:translate(22.9049vw,71.594vh) scale(.3877)}to{transform:translate(20.49675vw,99vh) scale(.3877)}}.snow:nth-child(109){opacity:.1878;transform:translate(98.9574vw,-10px) scale(.7373);animation:fall-109 20s -30s linear infinite}@keyframes fall-109{46.058%{transform:translate(95.1141vw,46.058vh) scale(.7373)}to{transform:translate(97.03575vw,99vh) scale(.7373)}}.snow:nth-child(110){opacity:1.9684;transform:translate(38.9087vw,-10px) scale(.1572);animation:fall-110 26s -3s linear infinite}@keyframes fall-110{38.842%{transform:translate(41.5394vw,38.842vh) scale(.1572)}to{transform:translate(40.22405vw,99vh) scale(.1572)}}.snow:nth-child(111){opacity:1.3598;transform:translate(7.6677vw,-10px) scale(.5545);animation:fall-111 20s -3s linear infinite}@keyframes fall-111{38.474%{transform:translate(-1.3589vw,38.474vh) scale(.5545)}to{transform:translate(3.1544vw,99vh) scale(.5545)}}.snow:nth-child(112){opacity:1.2292;transform:translate(57.364vw,-10px) scale(.0217);animation:fall-112 30s -14s linear infinite}@keyframes fall-112{37.179%{transform:translate(67.3097vw,37.179vh) scale(.0217)}to{transform:translate(62.33685vw,99vh) scale(.0217)}}.snow:nth-child(113){opacity:1.7798;transform:translate(52.4985vw,-10px) scale(.3031);animation:fall-113 28s -2s linear infinite}@keyframes fall-113{51.377%{transform:translate(60.7519vw,51.377vh) scale(.3031)}to{transform:translate(56.6252vw,99vh) scale(.3031)}}.snow:nth-child(114){opacity:.4384;transform:translate(6.1491vw,-10px) scale(.3891);animation:fall-114 15s -4s linear infinite}@keyframes fall-114{51.229%{transform:translate(12.8795vw,51.229vh) scale(.3891)}to{transform:translate(9.5143vw,99vh) scale(.3891)}}.snow:nth-child(115){opacity:.3304;transform:translate(59.6054vw,-10px) scale(.1018);animation:fall-115 26s -23s linear infinite}@keyframes fall-115{60.586%{transform:translate(65.7633vw,60.586vh) scale(.1018)}to{transform:translate(62.68435vw,99vh) scale(.1018)}}.snow:nth-child(116){opacity:1.078;transform:translate(23.3404vw,-10px) scale(.6864);animation:fall-116 20s -6s linear infinite}@keyframes fall-116{34.032%{transform:translate(29.2876vw,34.032vh) scale(.6864)}to{transform:translate(26.314vw,99vh) scale(.6864)}}.snow:nth-child(117){opacity:1.8558;transform:translate(62.205vw,-10px) scale(.1363);animation:fall-117 19s -26s linear infinite}@keyframes fall-117{32.58%{transform:translate(53.5303vw,32.58vh) scale(.1363)}to{transform:translate(57.86765vw,99vh) scale(.1363)}}.snow:nth-child(118){opacity:.2112;transform:translate(79.6252vw,-10px) scale(.762);animation:fall-118 20s -8s linear infinite}@keyframes fall-118{65.221%{transform:translate(89.4037vw,65.221vh) scale(.762)}to{transform:translate(84.51445vw,99vh) scale(.762)}}.snow:nth-child(119){opacity:.8372;transform:translate(78.4255vw,-10px) scale(.0936);animation:fall-119 20s -21s linear infinite}@keyframes fall-119{38.548%{transform:translate(69.3355vw,38.548vh) scale(.0936)}to{transform:translate(73.8805vw,99vh) scale(.0936)}}.snow:nth-child(120){opacity:.5346;transform:translate(66.2615vw,-10px) scale(.2487);animation:fall-120 27s -21s linear infinite}@keyframes fall-120{33.547%{transform:translate(66.9453vw,33.547vh) scale(.2487)}to{transform:translate(66.6034vw,99vh) scale(.2487)}}.snow:nth-child(121){opacity:1.274;transform:translate(79.2559vw,-10px) scale(.867);animation:fall-121 27s -6s linear infinite}@keyframes fall-121{60.057%{transform:translate(72.0136vw,60.057vh) scale(.867)}to{transform:translate(75.63475vw,99vh) scale(.867)}}.snow:nth-child(122){opacity:1.342;transform:translate(14.9723vw,-10px) scale(.0181);animation:fall-122 28s -16s linear infinite}@keyframes fall-122{59.395%{transform:translate(17.6447vw,59.395vh) scale(.0181)}to{transform:translate(16.3085vw,99vh) scale(.0181)}}.snow:nth-child(123){opacity:.8366;transform:translate(78.3746vw,-10px) scale(.5585);animation:fall-123 19s -30s linear infinite}@keyframes fall-123{77.786%{transform:translate(84.7963vw,77.786vh) scale(.5585)}to{transform:translate(81.58545vw,99vh) scale(.5585)}}.snow:nth-child(124){opacity:1.4164;transform:translate(6.7304vw,-10px) scale(.5724);animation:fall-124 12s -14s linear infinite}@keyframes fall-124{51.968%{transform:translate(5.1147vw,51.968vh) scale(.5724)}to{transform:translate(5.92255vw,99vh) scale(.5724)}}.snow:nth-child(125){opacity:.7282;transform:translate(65.1458vw,-10px) scale(.0714);animation:fall-125 24s -4s linear infinite}@keyframes fall-125{44.747%{transform:translate(73.6907vw,44.747vh) scale(.0714)}to{transform:translate(69.41825vw,99vh) scale(.0714)}}.snow:nth-child(126){opacity:.8016;transform:translate(48.8404vw,-10px) scale(.379);animation:fall-126 29s -6s linear infinite}@keyframes fall-126{77.239%{transform:translate(38.9045vw,77.239vh) scale(.379)}to{transform:translate(43.87245vw,99vh) scale(.379)}}.snow:nth-child(127){opacity:1.4642;transform:translate(37.9149vw,-10px) scale(.3013);animation:fall-127 27s -3s linear infinite}@keyframes fall-127{31.823%{transform:translate(40.5032vw,31.823vh) scale(.3013)}to{transform:translate(39.20905vw,99vh) scale(.3013)}}.snow:nth-child(128){opacity:.386;transform:translate(29.4724vw,-10px) scale(.6554);animation:fall-128 17s -6s linear infinite}@keyframes fall-128{36.598%{transform:translate(31.7528vw,36.598vh) scale(.6554)}to{transform:translate(30.6126vw,99vh) scale(.6554)}}.snow:nth-child(129){opacity:.8866;transform:translate(94.2428vw,-10px) scale(.0672);animation:fall-129 29s -24s linear infinite}@keyframes fall-129{64.583%{transform:translate(97.3645vw,64.583vh) scale(.0672)}to{transform:translate(95.80365vw,99vh) scale(.0672)}}.snow:nth-child(130){opacity:.9798;transform:translate(55.8272vw,-10px) scale(.2215);animation:fall-130 12s -22s linear infinite}@keyframes fall-130{40.927%{transform:translate(63.3953vw,40.927vh) scale(.2215)}to{transform:translate(59.61125vw,99vh) scale(.2215)}}.snow:nth-child(131){opacity:1.2604;transform:translate(27.8568vw,-10px) scale(.7354);animation:fall-131 17s -11s linear infinite}@keyframes fall-131{53.136%{transform:translate(31.8573vw,53.136vh) scale(.7354)}to{transform:translate(29.85705vw,99vh) scale(.7354)}}.snow:nth-child(132){opacity:1.5318;transform:translate(82.6325vw,-10px) scale(.0474);animation:fall-132 14s -24s linear infinite}@keyframes fall-132{62.593%{transform:translate(85.3851vw,62.593vh) scale(.0474)}to{transform:translate(84.0088vw,99vh) scale(.0474)}}.snow:nth-child(133){opacity:.5342;transform:translate(53.1659vw,-10px) scale(.6603);animation:fall-133 13s -6s linear infinite}@keyframes fall-133{76.159%{transform:translate(53.2738vw,76.159vh) scale(.6603)}to{transform:translate(53.21985vw,99vh) scale(.6603)}}.snow:nth-child(134){opacity:.789;transform:translate(50.8302vw,-10px) scale(.5209);animation:fall-134 29s -24s linear infinite}@keyframes fall-134{55.187%{transform:translate(57.2077vw,55.187vh) scale(.5209)}to{transform:translate(54.01895vw,99vh) scale(.5209)}}.snow:nth-child(135){opacity:.7022;transform:translate(74.1637vw,-10px) scale(.5051);animation:fall-135 19s -12s linear infinite}@keyframes fall-135{40.728%{transform:translate(73.0666vw,40.728vh) scale(.5051)}to{transform:translate(73.61515vw,99vh) scale(.5051)}}.snow:nth-child(136){opacity:.43;transform:translate(20.1141vw,-10px) scale(.7636);animation:fall-136 23s -6s linear infinite}@keyframes fall-136{49.806%{transform:translate(26.2734vw,49.806vh) scale(.7636)}to{transform:translate(23.19375vw,99vh) scale(.7636)}}.snow:nth-child(137){opacity:1.9126;transform:translate(68.6773vw,-10px) scale(.0121);animation:fall-137 23s -12s linear infinite}@keyframes fall-137{51.944%{transform:translate(62.7573vw,51.944vh) scale(.0121)}to{transform:translate(65.7173vw,99vh) scale(.0121)}}.snow:nth-child(138){opacity:.805;transform:translate(61.3692vw,-10px) scale(.3008);animation:fall-138 10s -28s linear infinite}@keyframes fall-138{79.295%{transform:translate(56.1261vw,79.295vh) scale(.3008)}to{transform:translate(58.74765vw,99vh) scale(.3008)}}.snow:nth-child(139){opacity:.337;transform:translate(78.9711vw,-10px) scale(.3799);animation:fall-139 12s -17s linear infinite}@keyframes fall-139{45.575%{transform:translate(75.1vw,45.575vh) scale(.3799)}to{transform:translate(77.03555vw,99vh) scale(.3799)}}.snow:nth-child(140){opacity:1.0216;transform:translate(64.5282vw,-10px) scale(.63);animation:fall-140 13s -28s linear infinite}@keyframes fall-140{65.139%{transform:translate(72.4574vw,65.139vh) scale(.63)}to{transform:translate(68.4928vw,99vh) scale(.63)}}.snow:nth-child(141){opacity:1.3392;transform:translate(15.5115vw,-10px) scale(.2998);animation:fall-141 27s -24s linear infinite}@keyframes fall-141{57.386%{transform:translate(19.8642vw,57.386vh) scale(.2998)}to{transform:translate(17.68785vw,99vh) scale(.2998)}}.snow:nth-child(142){opacity:.3516;transform:translate(37.887vw,-10px) scale(.5173);animation:fall-142 20s -18s linear infinite}@keyframes fall-142{55.148%{transform:translate(34.3103vw,55.148vh) scale(.5173)}to{transform:translate(36.09865vw,99vh) scale(.5173)}}.snow:nth-child(143){opacity:.9132;transform:translate(87.4403vw,-10px) scale(.3812);animation:fall-143 27s -21s linear infinite}@keyframes fall-143{44.961%{transform:translate(82.0962vw,44.961vh) scale(.3812)}to{transform:translate(84.76825vw,99vh) scale(.3812)}}.snow:nth-child(144){opacity:1.4914;transform:translate(9.3161vw,-10px) scale(.5373);animation:fall-144 16s -18s linear infinite}@keyframes fall-144{55.38%{transform:translate(18.393vw,55.38vh) scale(.5373)}to{transform:translate(13.85455vw,99vh) scale(.5373)}}.snow:nth-child(145){opacity:1.8686;transform:translate(54.4516vw,-10px) scale(.6752);animation:fall-145 13s -6s linear infinite}@keyframes fall-145{72.198%{transform:translate(48.1914vw,72.198vh) scale(.6752)}to{transform:translate(51.3215vw,99vh) scale(.6752)}}.snow:nth-child(146){opacity:1.9098;transform:translate(35.7716vw,-10px) scale(.2344);animation:fall-146 18s -11s linear infinite}@keyframes fall-146{44.097%{transform:translate(43.7033vw,44.097vh) scale(.2344)}to{transform:translate(39.73745vw,99vh) scale(.2344)}}.snow:nth-child(147){opacity:1.449;transform:translate(81.074vw,-10px) scale(.9627);animation:fall-147 11s -22s linear infinite}@keyframes fall-147{61.722%{transform:translate(79.2106vw,61.722vh) scale(.9627)}to{transform:translate(80.1423vw,99vh) scale(.9627)}}.snow:nth-child(148){opacity:1.7716;transform:translate(76.2672vw,-10px) scale(.7006);animation:fall-148 22s -25s linear infinite}@keyframes fall-148{72.564%{transform:translate(69.3358vw,72.564vh) scale(.7006)}to{transform:translate(72.8015vw,99vh) scale(.7006)}}.snow:nth-child(149){opacity:.4034;transform:translate(35.1724vw,-10px) scale(.0419);animation:fall-149 15s -5s linear infinite}@keyframes fall-149{48.818%{transform:translate(37.7367vw,48.818vh) scale(.0419)}to{transform:translate(36.45455vw,99vh) scale(.0419)}}.snow:nth-child(150){opacity:.1954;transform:translate(53.7566vw,-10px) scale(.9213);animation:fall-150 19s -5s linear infinite}@keyframes fall-150{47.985%{transform:translate(44.9623vw,47.985vh) scale(.9213)}to{transform:translate(49.35945vw,99vh) scale(.9213)}}.snow:nth-child(151){opacity:.9444;transform:translate(63.4231vw,-10px) scale(.6697);animation:fall-151 25s -26s linear infinite}@keyframes fall-151{47.405%{transform:translate(62.1228vw,47.405vh) scale(.6697)}to{transform:translate(62.77295vw,99vh) scale(.6697)}}.snow:nth-child(152){opacity:1.256;transform:translate(49.7228vw,-10px) scale(.1186);animation:fall-152 19s -26s linear infinite}@keyframes fall-152{68.582%{transform:translate(52.4006vw,68.582vh) scale(.1186)}to{transform:translate(51.0617vw,99vh) scale(.1186)}}.snow:nth-child(153){opacity:1.497;transform:translate(91.6295vw,-10px) scale(.2021);animation:fall-153 25s -16s linear infinite}@keyframes fall-153{44.304%{transform:translate(91.2174vw,44.304vh) scale(.2021)}to{transform:translate(91.42345vw,99vh) scale(.2021)}}.snow:nth-child(154){opacity:.0116;transform:translate(51.1369vw,-10px) scale(.3284);animation:fall-154 24s -15s linear infinite}@keyframes fall-154{56.8%{transform:translate(56.6094vw,56.8vh) scale(.3284)}to{transform:translate(53.87315vw,99vh) scale(.3284)}}.snow:nth-child(155){opacity:.5592;transform:translate(20.6563vw,-10px) scale(.1501);animation:fall-155 28s -12s linear infinite}@keyframes fall-155{61.924%{transform:translate(24.9042vw,61.924vh) scale(.1501)}to{transform:translate(22.78025vw,99vh) scale(.1501)}}.snow:nth-child(156){opacity:1.3396;transform:translate(11.8287vw,-10px) scale(.8268);animation:fall-156 18s -25s linear infinite}@keyframes fall-156{72.838%{transform:translate(20.6355vw,72.838vh) scale(.8268)}to{transform:translate(16.2321vw,99vh) scale(.8268)}}.snow:nth-child(157){opacity:1.1832;transform:translate(59.6506vw,-10px) scale(.5694);animation:fall-157 28s -18s linear infinite}@keyframes fall-157{68.499%{transform:translate(69.0873vw,68.499vh) scale(.5694)}to{transform:translate(64.36895vw,99vh) scale(.5694)}}.snow:nth-child(158){opacity:.788;transform:translate(45.6712vw,-10px) scale(.48);animation:fall-158 18s -16s linear infinite}@keyframes fall-158{37.312%{transform:translate(43.6101vw,37.312vh) scale(.48)}to{transform:translate(44.64065vw,99vh) scale(.48)}}.snow:nth-child(159){opacity:1.0654;transform:translate(53.2777vw,-10px) scale(.6909);animation:fall-159 19s -1s linear infinite}@keyframes fall-159{52.483%{transform:translate(47.8354vw,52.483vh) scale(.6909)}to{transform:translate(50.55655vw,99vh) scale(.6909)}}.snow:nth-child(160){opacity:1.2012;transform:translate(.5071vw,-10px) scale(.1711);animation:fall-160 10s -15s linear infinite}@keyframes fall-160{46.245%{transform:translate(-1.614vw,46.245vh) scale(.1711)}to{transform:translate(-.55345vw,99vh) scale(.1711)}}.snow:nth-child(161){opacity:1.024;transform:translate(38.1648vw,-10px) scale(.4877);animation:fall-161 13s -28s linear infinite}@keyframes fall-161{65.493%{transform:translate(40.9913vw,65.493vh) scale(.4877)}to{transform:translate(39.57805vw,99vh) scale(.4877)}}.snow:nth-child(162){opacity:1.9144;transform:translate(1.2877vw,-10px) scale(.7533);animation:fall-162 19s -9s linear infinite}@keyframes fall-162{37.066%{transform:translate(2.4311vw,37.066vh) scale(.7533)}to{transform:translate(1.8594vw,99vh) scale(.7533)}}.snow:nth-child(163){opacity:.1812;transform:translate(59.1605vw,-10px) scale(.5043);animation:fall-163 19s -19s linear infinite}@keyframes fall-163{39.043%{transform:translate(54.0382vw,39.043vh) scale(.5043)}to{transform:translate(56.59935vw,99vh) scale(.5043)}}.snow:nth-child(164){opacity:.8834;transform:translate(18.7498vw,-10px) scale(.0846);animation:fall-164 21s -19s linear infinite}@keyframes fall-164{67.411%{transform:translate(11.1534vw,67.411vh) scale(.0846)}to{transform:translate(14.9516vw,99vh) scale(.0846)}}.snow:nth-child(165){opacity:1.357;transform:translate(80.4129vw,-10px) scale(.4372);animation:fall-165 11s -18s linear infinite}@keyframes fall-165{39.709%{transform:translate(89.9521vw,39.709vh) scale(.4372)}to{transform:translate(85.1825vw,99vh) scale(.4372)}}.snow:nth-child(166){opacity:1.8732;transform:translate(53.1408vw,-10px) scale(.8126);animation:fall-166 19s -21s linear infinite}@keyframes fall-166{35.413%{transform:translate(46.4794vw,35.413vh) scale(.8126)}to{transform:translate(49.8101vw,99vh) scale(.8126)}}.snow:nth-child(167){opacity:.0452;transform:translate(47.1666vw,-10px) scale(.5281);animation:fall-167 15s -15s linear infinite}@keyframes fall-167{70.922%{transform:translate(52.8685vw,70.922vh) scale(.5281)}to{transform:translate(50.01755vw,99vh) scale(.5281)}}.snow:nth-child(168){opacity:.3176;transform:translate(11.1612vw,-10px) scale(.2158);animation:fall-168 10s -7s linear infinite}@keyframes fall-168{31.034%{transform:translate(18.007vw,31.034vh) scale(.2158)}to{transform:translate(14.5841vw,99vh) scale(.2158)}}.snow:nth-child(169){opacity:.2198;transform:translate(39.6726vw,-10px) scale(.0017);animation:fall-169 11s -19s linear infinite}@keyframes fall-169{42.231%{transform:translate(34.9277vw,42.231vh) scale(.0017)}to{transform:translate(37.30015vw,99vh) scale(.0017)}}.snow:nth-child(170){opacity:1.8454;transform:translate(90.4114vw,-10px) scale(.2723);animation:fall-170 29s -22s linear infinite}@keyframes fall-170{77.401%{transform:translate(84.859vw,77.401vh) scale(.2723)}to{transform:translate(87.6352vw,99vh) scale(.2723)}}.snow:nth-child(171){opacity:.8538;transform:translate(52.5126vw,-10px) scale(.8934);animation:fall-171 19s -19s linear infinite}@keyframes fall-171{50.235%{transform:translate(60.4914vw,50.235vh) scale(.8934)}to{transform:translate(56.502vw,99vh) scale(.8934)}}.snow:nth-child(172){opacity:.9402;transform:translate(38.379vw,-10px) scale(.949);animation:fall-172 17s -14s linear infinite}@keyframes fall-172{45.329%{transform:translate(39.9717vw,45.329vh) scale(.949)}to{transform:translate(39.17535vw,99vh) scale(.949)}}.snow:nth-child(173){opacity:.944;transform:translate(97.1055vw,-10px) scale(.4225);animation:fall-173 23s -1s linear infinite}@keyframes fall-173{76.655%{transform:translate(100.5617vw,76.655vh) scale(.4225)}to{transform:translate(98.8336vw,99vh) scale(.4225)}}.snow:nth-child(174){opacity:1.3288;transform:translate(86.6564vw,-10px) scale(.9437);animation:fall-174 24s -25s linear infinite}@keyframes fall-174{50.152%{transform:translate(85.4041vw,50.152vh) scale(.9437)}to{transform:translate(86.03025vw,99vh) scale(.9437)}}.snow:nth-child(175){opacity:.6446;transform:translate(87.4086vw,-10px) scale(.9647);animation:fall-175 19s -2s linear infinite}@keyframes fall-175{78.38%{transform:translate(87.2923vw,78.38vh) scale(.9647)}to{transform:translate(87.35045vw,99vh) scale(.9647)}}.snow:nth-child(176){opacity:1.3432;transform:translate(90.8364vw,-10px) scale(.9623);animation:fall-176 12s -3s linear infinite}@keyframes fall-176{69.092%{transform:translate(83.9049vw,69.092vh) scale(.9623)}to{transform:translate(87.37065vw,99vh) scale(.9623)}}.snow:nth-child(177){opacity:.5914;transform:translate(56.7928vw,-10px) scale(.8658);animation:fall-177 24s -13s linear infinite}@keyframes fall-177{37.881%{transform:translate(46.9827vw,37.881vh) scale(.8658)}to{transform:translate(51.88775vw,99vh) scale(.8658)}}.snow:nth-child(178){opacity:.5804;transform:translate(51.9353vw,-10px) scale(.356);animation:fall-178 26s -7s linear infinite}@keyframes fall-178{36.181%{transform:translate(43.2476vw,36.181vh) scale(.356)}to{transform:translate(47.59145vw,99vh) scale(.356)}}.snow:nth-child(179){opacity:1.4302;transform:translate(57.0469vw,-10px) scale(.0339);animation:fall-179 13s -27s linear infinite}@keyframes fall-179{38.616%{transform:translate(65.5452vw,38.616vh) scale(.0339)}to{transform:translate(61.29605vw,99vh) scale(.0339)}}.snow:nth-child(180){opacity:.0524;transform:translate(92.6542vw,-10px) scale(.2474);animation:fall-180 30s -5s linear infinite}@keyframes fall-180{58.325%{transform:translate(85.9265vw,58.325vh) scale(.2474)}to{transform:translate(89.29035vw,99vh) scale(.2474)}}.snow:nth-child(181){opacity:1.2956;transform:translate(70.5426vw,-10px) scale(.5453);animation:fall-181 30s -3s linear infinite}@keyframes fall-181{57.326%{transform:translate(76.6521vw,57.326vh) scale(.5453)}to{transform:translate(73.59735vw,99vh) scale(.5453)}}.snow:nth-child(182){opacity:.876;transform:translate(33.1704vw,-10px) scale(.0896);animation:fall-182 20s -6s linear infinite}@keyframes fall-182{34.318%{transform:translate(41.6146vw,34.318vh) scale(.0896)}to{transform:translate(37.3925vw,99vh) scale(.0896)}}.snow:nth-child(183){opacity:.4942;transform:translate(15.2137vw,-10px) scale(.7158);animation:fall-183 11s -14s linear infinite}@keyframes fall-183{48.684%{transform:translate(16.1539vw,48.684vh) scale(.7158)}to{transform:translate(15.6838vw,99vh) scale(.7158)}}.snow:nth-child(184){opacity:.51;transform:translate(92.9517vw,-10px) scale(.7151);animation:fall-184 25s -5s linear infinite}@keyframes fall-184{68.773%{transform:translate(84.6208vw,68.773vh) scale(.7151)}to{transform:translate(88.78625vw,99vh) scale(.7151)}}.snow:nth-child(185){opacity:1.619;transform:translate(14.0309vw,-10px) scale(.3581);animation:fall-185 11s -30s linear infinite}@keyframes fall-185{64.955%{transform:translate(12.0501vw,64.955vh) scale(.3581)}to{transform:translate(13.0405vw,99vh) scale(.3581)}}.snow:nth-child(186){opacity:1.8164;transform:translate(89.6111vw,-10px) scale(.8365);animation:fall-186 14s -15s linear infinite}@keyframes fall-186{58.354%{transform:translate(89.6024vw,58.354vh) scale(.8365)}to{transform:translate(89.60675vw,99vh) scale(.8365)}}.snow:nth-child(187){opacity:.2064;transform:translate(3.5369vw,-10px) scale(.2853);animation:fall-187 18s -14s linear infinite}@keyframes fall-187{35.173%{transform:translate(3.5582vw,35.173vh) scale(.2853)}to{transform:translate(3.54755vw,99vh) scale(.2853)}}.snow:nth-child(188){opacity:.3804;transform:translate(51.6098vw,-10px) scale(.3784);animation:fall-188 14s -22s linear infinite}@keyframes fall-188{51.231%{transform:translate(47.4246vw,51.231vh) scale(.3784)}to{transform:translate(49.5172vw,99vh) scale(.3784)}}.snow:nth-child(189){opacity:1.5246;transform:translate(21.6103vw,-10px) scale(.9528);animation:fall-189 14s -18s linear infinite}@keyframes fall-189{55.74%{transform:translate(20.2953vw,55.74vh) scale(.9528)}to{transform:translate(20.9528vw,99vh) scale(.9528)}}.snow:nth-child(190){opacity:1.8644;transform:translate(84.91vw,-10px) scale(.2122);animation:fall-190 23s -25s linear infinite}@keyframes fall-190{47.027%{transform:translate(93.4899vw,47.027vh) scale(.2122)}to{transform:translate(89.19995vw,99vh) scale(.2122)}}.snow:nth-child(191){opacity:1.6254;transform:translate(21.6216vw,-10px) scale(.3809);animation:fall-191 28s -14s linear infinite}@keyframes fall-191{43.99%{transform:translate(20.6339vw,43.99vh) scale(.3809)}to{transform:translate(21.12775vw,99vh) scale(.3809)}}.snow:nth-child(192){opacity:1.6886;transform:translate(77.4544vw,-10px) scale(.8626);animation:fall-192 14s -11s linear infinite}@keyframes fall-192{57.489%{transform:translate(73.855vw,57.489vh) scale(.8626)}to{transform:translate(75.6547vw,99vh) scale(.8626)}}.snow:nth-child(193){opacity:1.1174;transform:translate(10.2027vw,-10px) scale(.3245);animation:fall-193 21s -13s linear infinite}@keyframes fall-193{42.461%{transform:translate(5.03vw,42.461vh) scale(.3245)}to{transform:translate(7.61635vw,99vh) scale(.3245)}}.snow:nth-child(194){opacity:1.9462;transform:translate(89.0089vw,-10px) scale(.073);animation:fall-194 21s -28s linear infinite}@keyframes fall-194{63.82%{transform:translate(92.5454vw,63.82vh) scale(.073)}to{transform:translate(90.77715vw,99vh) scale(.073)}}.snow:nth-child(195){opacity:1.5114;transform:translate(20.4412vw,-10px) scale(.5649);animation:fall-195 26s -8s linear infinite}@keyframes fall-195{44.641%{transform:translate(12.1205vw,44.641vh) scale(.5649)}to{transform:translate(16.28085vw,99vh) scale(.5649)}}.snow:nth-child(196){opacity:1.6286;transform:translate(94.1421vw,-10px) scale(.5682);animation:fall-196 26s -30s linear infinite}@keyframes fall-196{78.32%{transform:translate(101.3654vw,78.32vh) scale(.5682)}to{transform:translate(97.75375vw,99vh) scale(.5682)}}.snow:nth-child(197){opacity:.4342;transform:translate(48.1703vw,-10px) scale(.6132);animation:fall-197 29s -8s linear infinite}@keyframes fall-197{63.365%{transform:translate(53.0609vw,63.365vh) scale(.6132)}to{transform:translate(50.6156vw,99vh) scale(.6132)}}.snow:nth-child(198){opacity:1.7734;transform:translate(46.9993vw,-10px) scale(.9719);animation:fall-198 26s -12s linear infinite}@keyframes fall-198{75.839%{transform:translate(46.9078vw,75.839vh) scale(.9719)}to{transform:translate(46.95355vw,99vh) scale(.9719)}}.snow:nth-child(199){opacity:1.7424;transform:translate(70.9291vw,-10px) scale(.8876);animation:fall-199 11s -11s linear infinite}@keyframes fall-199{50.018%{transform:translate(69.8825vw,50.018vh) scale(.8876)}to{transform:translate(70.4058vw,99vh) scale(.8876)}}.snow:nth-child(200){opacity:1.4172;transform:translate(18.2456vw,-10px) scale(.911);animation:fall-200 15s -17s linear infinite}@keyframes fall-200{30.912%{transform:translate(24.1553vw,30.912vh) scale(.911)}to{transform:translate(21.20045vw,99vh) scale(.911)}}.snow:nth-child(201){opacity:1.5406;transform:translate(13.4203vw,-10px) scale(.0494);animation:fall-201 22s -5s linear infinite}@keyframes fall-201{44.553%{transform:translate(8.0015vw,44.553vh) scale(.0494)}to{transform:translate(10.7109vw,99vh) scale(.0494)}}.snow:nth-child(202){opacity:1.6316;transform:translate(39.1464vw,-10px) scale(.7684);animation:fall-202 25s -19s linear infinite}@keyframes fall-202{49.186%{transform:translate(34.0168vw,49.186vh) scale(.7684)}to{transform:translate(36.5816vw,99vh) scale(.7684)}}.snow:nth-child(203){opacity:.9888;transform:translate(65.9058vw,-10px) scale(.3724);animation:fall-203 21s -14s linear infinite}@keyframes fall-203{62.912%{transform:translate(62.3928vw,62.912vh) scale(.3724)}to{transform:translate(64.1493vw,99vh) scale(.3724)}}.snow:nth-child(204){opacity:1.3308;transform:translate(79.5247vw,-10px) scale(.9592);animation:fall-204 24s -28s linear infinite}@keyframes fall-204{31.023%{transform:translate(87.2445vw,31.023vh) scale(.9592)}to{transform:translate(83.3846vw,99vh) scale(.9592)}}.snow:nth-child(205){opacity:.8252;transform:translate(79.2284vw,-10px) scale(.368);animation:fall-205 11s -18s linear infinite}@keyframes fall-205{41.419%{transform:translate(71.8675vw,41.419vh) scale(.368)}to{transform:translate(75.54795vw,99vh) scale(.368)}}.snow:nth-child(206){opacity:.8118;transform:translate(75.2973vw,-10px) scale(.8426);animation:fall-206 28s -25s linear infinite}@keyframes fall-206{63.661%{transform:translate(81.4274vw,63.661vh) scale(.8426)}to{transform:translate(78.36235vw,99vh) scale(.8426)}}.snow:nth-child(207){opacity:.1772;transform:translate(42.5049vw,-10px) scale(.7107);animation:fall-207 10s -29s linear infinite}@keyframes fall-207{31.852%{transform:translate(35.9525vw,31.852vh) scale(.7107)}to{transform:translate(39.2287vw,99vh) scale(.7107)}}.snow:nth-child(208){opacity:.6742;transform:translate(45.4016vw,-10px) scale(.0436);animation:fall-208 26s -27s linear infinite}@keyframes fall-208{77.25%{transform:translate(48.4309vw,77.25vh) scale(.0436)}to{transform:translate(46.91625vw,99vh) scale(.0436)}}.snow:nth-child(209){opacity:1.7784;transform:translate(39.6953vw,-10px) scale(.8947);animation:fall-209 26s -18s linear infinite}@keyframes fall-209{49.544%{transform:translate(39.8122vw,49.544vh) scale(.8947)}to{transform:translate(39.75375vw,99vh) scale(.8947)}}.snow:nth-child(210){opacity:.6246;transform:translate(51.0794vw,-10px) scale(.5976);animation:fall-210 17s -24s linear infinite}@keyframes fall-210{50.362%{transform:translate(60.4024vw,50.362vh) scale(.5976)}to{transform:translate(55.7409vw,99vh) scale(.5976)}}.snow:nth-child(211){opacity:.4992;transform:translate(17.4479vw,-10px) scale(.5204);animation:fall-211 24s -1s linear infinite}@keyframes fall-211{50.683%{transform:translate(8.3515vw,50.683vh) scale(.5204)}to{transform:translate(12.8997vw,99vh) scale(.5204)}}.snow:nth-child(212){opacity:.084;transform:translate(98.2508vw,-10px) scale(.0324);animation:fall-212 19s -25s linear infinite}@keyframes fall-212{55.877%{transform:translate(102.6849vw,55.877vh) scale(.0324)}to{transform:translate(100.46785vw,99vh) scale(.0324)}}.snow:nth-child(213){opacity:.5894;transform:translate(71.1519vw,-10px) scale(.5769);animation:fall-213 19s -24s linear infinite}@keyframes fall-213{73.829%{transform:translate(73.715vw,73.829vh) scale(.5769)}to{transform:translate(72.43345vw,99vh) scale(.5769)}}.snow:nth-child(214){opacity:.8294;transform:translate(5.3056vw,-10px) scale(.2198);animation:fall-214 24s -25s linear infinite}@keyframes fall-214{68.416%{transform:translate(3.0777vw,68.416vh) scale(.2198)}to{transform:translate(4.19165vw,99vh) scale(.2198)}}.snow:nth-child(215){opacity:1.407;transform:translate(89.4473vw,-10px) scale(.0338);animation:fall-215 17s -21s linear infinite}@keyframes fall-215{75.777%{transform:translate(85.3787vw,75.777vh) scale(.0338)}to{transform:translate(87.413vw,99vh) scale(.0338)}}.snow:nth-child(216){opacity:1.9504;transform:translate(11.6562vw,-10px) scale(.8639);animation:fall-216 16s -17s linear infinite}@keyframes fall-216{39.09%{transform:translate(7.8775vw,39.09vh) scale(.8639)}to{transform:translate(9.76685vw,99vh) scale(.8639)}}.snow:nth-child(217){opacity:.9024;transform:translate(47.8989vw,-10px) scale(.8686);animation:fall-217 19s -2s linear infinite}@keyframes fall-217{33.982%{transform:translate(40.341vw,33.982vh) scale(.8686)}to{transform:translate(44.11995vw,99vh) scale(.8686)}}.snow:nth-child(218){opacity:1.557;transform:translate(36.458vw,-10px) scale(.6824);animation:fall-218 12s -21s linear infinite}@keyframes fall-218{61.835%{transform:translate(42.4817vw,61.835vh) scale(.6824)}to{transform:translate(39.46985vw,99vh) scale(.6824)}}.snow:nth-child(219){opacity:.9278;transform:translate(34.4605vw,-10px) scale(.5643);animation:fall-219 15s -6s linear infinite}@keyframes fall-219{78.462%{transform:translate(27.2605vw,78.462vh) scale(.5643)}to{transform:translate(30.8605vw,99vh) scale(.5643)}}.snow:nth-child(220){opacity:1.1352;transform:translate(69.1604vw,-10px) scale(.2272);animation:fall-220 24s -5s linear infinite}@keyframes fall-220{51.664%{transform:translate(67.5836vw,51.664vh) scale(.2272)}to{transform:translate(68.372vw,99vh) scale(.2272)}}.snow:nth-child(221){opacity:1.9952;transform:translate(32.8784vw,-10px) scale(.0591);animation:fall-221 10s -10s linear infinite}@keyframes fall-221{56.673%{transform:translate(32.5224vw,56.673vh) scale(.0591)}to{transform:translate(32.7004vw,99vh) scale(.0591)}}.snow:nth-child(222){opacity:.1578;transform:translate(78.68vw,-10px) scale(.5459);animation:fall-222 12s -26s linear infinite}@keyframes fall-222{59.37%{transform:translate(84.5176vw,59.37vh) scale(.5459)}to{transform:translate(81.5988vw,99vh) scale(.5459)}}.snow:nth-child(223){opacity:.171;transform:translate(75.7201vw,-10px) scale(.7818);animation:fall-223 18s -19s linear infinite}@keyframes fall-223{40.549%{transform:translate(68.4002vw,40.549vh) scale(.7818)}to{transform:translate(72.06015vw,99vh) scale(.7818)}}.snow:nth-child(224){opacity:1.581;transform:translate(93.3077vw,-10px) scale(.757);animation:fall-224 23s -12s linear infinite}@keyframes fall-224{53.05%{transform:translate(92.7586vw,53.05vh) scale(.757)}to{transform:translate(93.03315vw,99vh) scale(.757)}}.snow:nth-child(225){opacity:.0658;transform:translate(82.1381vw,-10px) scale(.0102);animation:fall-225 28s -3s linear infinite}@keyframes fall-225{71.616%{transform:translate(80.4209vw,71.616vh) scale(.0102)}to{transform:translate(81.2795vw,99vh) scale(.0102)}}.snow:nth-child(226){opacity:1.2278;transform:translate(14.4003vw,-10px) scale(.7868);animation:fall-226 11s -8s linear infinite}@keyframes fall-226{57.507%{transform:translate(5.3736vw,57.507vh) scale(.7868)}to{transform:translate(9.88695vw,99vh) scale(.7868)}}.snow:nth-child(227){opacity:.2618;transform:translate(71.8189vw,-10px) scale(.5588);animation:fall-227 16s -22s linear infinite}@keyframes fall-227{78.832%{transform:translate(76.5321vw,78.832vh) scale(.5588)}to{transform:translate(74.1755vw,99vh) scale(.5588)}}.snow:nth-child(228){opacity:.2338;transform:translate(50.9551vw,-10px) scale(.0056);animation:fall-228 14s -2s linear infinite}@keyframes fall-228{56.008%{transform:translate(52.1303vw,56.008vh) scale(.0056)}to{transform:translate(51.5427vw,99vh) scale(.0056)}}.snow:nth-child(229){opacity:.4466;transform:translate(57.9139vw,-10px) scale(.682);animation:fall-229 22s -19s linear infinite}@keyframes fall-229{65.012%{transform:translate(64.5448vw,65.012vh) scale(.682)}to{transform:translate(61.22935vw,99vh) scale(.682)}}.snow:nth-child(230){opacity:.416;transform:translate(53.3648vw,-10px) scale(.4847);animation:fall-230 30s -29s linear infinite}@keyframes fall-230{31.684%{transform:translate(49.8736vw,31.684vh) scale(.4847)}to{transform:translate(51.6192vw,99vh) scale(.4847)}}.snow:nth-child(231){opacity:1.2516;transform:translate(79.4186vw,-10px) scale(.6752);animation:fall-231 12s -8s linear infinite}@keyframes fall-231{47.469%{transform:translate(78.5333vw,47.469vh) scale(.6752)}to{transform:translate(78.97595vw,99vh) scale(.6752)}}.snow:nth-child(232){opacity:.8164;transform:translate(28.3562vw,-10px) scale(.0565);animation:fall-232 19s -14s linear infinite}@keyframes fall-232{45.828%{transform:translate(26.9979vw,45.828vh) scale(.0565)}to{transform:translate(27.67705vw,99vh) scale(.0565)}}.snow:nth-child(233){opacity:.9912;transform:translate(9.1035vw,-10px) scale(.7203);animation:fall-233 23s -16s linear infinite}@keyframes fall-233{41.862%{transform:translate(18.8215vw,41.862vh) scale(.7203)}to{transform:translate(13.9625vw,99vh) scale(.7203)}}.snow:nth-child(234){opacity:1.3712;transform:translate(50.7712vw,-10px) scale(.0484);animation:fall-234 10s -5s linear infinite}@keyframes fall-234{61.627%{transform:translate(48.4816vw,61.627vh) scale(.0484)}to{transform:translate(49.6264vw,99vh) scale(.0484)}}.snow:nth-child(235){opacity:.716;transform:translate(44.2907vw,-10px) scale(.0781);animation:fall-235 19s -30s linear infinite}@keyframes fall-235{71.268%{transform:translate(47.1545vw,71.268vh) scale(.0781)}to{transform:translate(45.7226vw,99vh) scale(.0781)}}.snow:nth-child(236){opacity:1.7622;transform:translate(73.4683vw,-10px) scale(.7855);animation:fall-236 21s -25s linear infinite}@keyframes fall-236{47.26%{transform:translate(82.2921vw,47.26vh) scale(.7855)}to{transform:translate(77.8802vw,99vh) scale(.7855)}}.snow:nth-child(237){opacity:1.3984;transform:translate(97.7587vw,-10px) scale(.0452);animation:fall-237 13s -28s linear infinite}@keyframes fall-237{44.577%{transform:translate(105.1045vw,44.577vh) scale(.0452)}to{transform:translate(101.4316vw,99vh) scale(.0452)}}.snow:nth-child(238){opacity:.4388;transform:translate(.8202vw,-10px) scale(.1926);animation:fall-238 17s -29s linear infinite}@keyframes fall-238{60.228%{transform:translate(2.4567vw,60.228vh) scale(.1926)}to{transform:translate(1.63845vw,99vh) scale(.1926)}}.snow:nth-child(239){opacity:1.9514;transform:translate(1.9113vw,-10px) scale(.4626);animation:fall-239 18s -24s linear infinite}@keyframes fall-239{47.884%{transform:translate(6.3354vw,47.884vh) scale(.4626)}to{transform:translate(4.12335vw,99vh) scale(.4626)}}.snow:nth-child(240){opacity:1.421;transform:translate(45.0409vw,-10px) scale(.9148);animation:fall-240 22s -19s linear infinite}@keyframes fall-240{52.028%{transform:translate(38.4935vw,52.028vh) scale(.9148)}to{transform:translate(41.7672vw,99vh) scale(.9148)}}.snow:nth-child(241){opacity:1.2074;transform:translate(70.0619vw,-10px) scale(.8478);animation:fall-241 30s -20s linear infinite}@keyframes fall-241{38.951%{transform:translate(68.4877vw,38.951vh) scale(.8478)}to{transform:translate(69.2748vw,99vh) scale(.8478)}}.snow:nth-child(242){opacity:.799;transform:translate(91.3624vw,-10px) scale(.8279);animation:fall-242 23s -8s linear infinite}@keyframes fall-242{51.358%{transform:translate(90.3205vw,51.358vh) scale(.8279)}to{transform:translate(90.84145vw,99vh) scale(.8279)}}.snow:nth-child(243){opacity:.1906;transform:translate(70.7127vw,-10px) scale(.5159);animation:fall-243 10s -20s linear infinite}@keyframes fall-243{74.153%{transform:translate(61.8481vw,74.153vh) scale(.5159)}to{transform:translate(66.2804vw,99vh) scale(.5159)}}.snow:nth-child(244){opacity:.2304;transform:translate(56.2579vw,-10px) scale(.4089);animation:fall-244 12s -7s linear infinite}@keyframes fall-244{63.047%{transform:translate(51.1799vw,63.047vh) scale(.4089)}to{transform:translate(53.7189vw,99vh) scale(.4089)}}.snow:nth-child(245){opacity:.0938;transform:translate(9.3284vw,-10px) scale(.8751);animation:fall-245 24s -1s linear infinite}@keyframes fall-245{45.899%{transform:translate(14.7484vw,45.899vh) scale(.8751)}to{transform:translate(12.0384vw,99vh) scale(.8751)}}.snow:nth-child(246){opacity:1.4624;transform:translate(37.6346vw,-10px) scale(.7287);animation:fall-246 18s -25s linear infinite}@keyframes fall-246{47.795%{transform:translate(46.8362vw,47.795vh) scale(.7287)}to{transform:translate(42.2354vw,99vh) scale(.7287)}}.snow:nth-child(247){opacity:.8342;transform:translate(21.1651vw,-10px) scale(.9269);animation:fall-247 27s -26s linear infinite}@keyframes fall-247{60.708%{transform:translate(28.7276vw,60.708vh) scale(.9269)}to{transform:translate(24.94635vw,99vh) scale(.9269)}}.snow:nth-child(248){opacity:1.3594;transform:translate(82.2458vw,-10px) scale(.5753);animation:fall-248 21s -25s linear infinite}@keyframes fall-248{71.796%{transform:translate(82.2003vw,71.796vh) scale(.5753)}to{transform:translate(82.22305vw,99vh) scale(.5753)}}.snow:nth-child(249){opacity:.9148;transform:translate(47.566vw,-10px) scale(.4111);animation:fall-249 29s -3s linear infinite}@keyframes fall-249{70.588%{transform:translate(47.0621vw,70.588vh) scale(.4111)}to{transform:translate(47.31405vw,99vh) scale(.4111)}}.snow:nth-child(250){opacity:.2408;transform:translate(69.5962vw,-10px) scale(.5152);animation:fall-250 18s -7s linear infinite}@keyframes fall-250{36.004%{transform:translate(61.6798vw,36.004vh) scale(.5152)}to{transform:translate(65.638vw,99vh) scale(.5152)}}.snow:nth-child(251){opacity:1.5044;transform:translate(83.3761vw,-10px) scale(.5806);animation:fall-251 25s -26s linear infinite}@keyframes fall-251{66.868%{transform:translate(88.3653vw,66.868vh) scale(.5806)}to{transform:translate(85.8707vw,99vh) scale(.5806)}}.snow:nth-child(252){opacity:.1316;transform:translate(63.0257vw,-10px) scale(.8868);animation:fall-252 30s -18s linear infinite}@keyframes fall-252{49.381%{transform:translate(68.375vw,49.381vh) scale(.8868)}to{transform:translate(65.70035vw,99vh) scale(.8868)}}.snow:nth-child(253){opacity:1.8258;transform:translate(52.2409vw,-10px) scale(.6433);animation:fall-253 10s -24s linear infinite}@keyframes fall-253{43.288%{transform:translate(48.1484vw,43.288vh) scale(.6433)}to{transform:translate(50.19465vw,99vh) scale(.6433)}}.snow:nth-child(254){opacity:.4446;transform:translate(29.8717vw,-10px) scale(.2356);animation:fall-254 25s -18s linear infinite}@keyframes fall-254{53.43%{transform:translate(28.4534vw,53.43vh) scale(.2356)}to{transform:translate(29.16255vw,99vh) scale(.2356)}}.snow:nth-child(255){opacity:1.9202;transform:translate(41.0258vw,-10px) scale(.3914);animation:fall-255 27s -12s linear infinite}@keyframes fall-255{62.108%{transform:translate(31.3833vw,62.108vh) scale(.3914)}to{transform:translate(36.20455vw,99vh) scale(.3914)}}.snow:nth-child(256){opacity:1.192;transform:translate(57.4323vw,-10px) scale(.8665);animation:fall-256 13s -26s linear infinite}@keyframes fall-256{46.988%{transform:translate(64.1836vw,46.988vh) scale(.8665)}to{transform:translate(60.80795vw,99vh) scale(.8665)}}.snow:nth-child(257){opacity:.8014;transform:translate(4.8295vw,-10px) scale(.6792);animation:fall-257 30s -11s linear infinite}@keyframes fall-257{60.863%{transform:translate(-2.1598vw,60.863vh) scale(.6792)}to{transform:translate(1.33485vw,99vh) scale(.6792)}}.snow:nth-child(258){opacity:.3934;transform:translate(3.6991vw,-10px) scale(.959);animation:fall-258 11s -3s linear infinite}@keyframes fall-258{44.122%{transform:translate(.3457vw,44.122vh) scale(.959)}to{transform:translate(2.0224vw,99vh) scale(.959)}}.snow:nth-child(259){opacity:1.091;transform:translate(98.1773vw,-10px) scale(.3312);animation:fall-259 23s -5s linear infinite}@keyframes fall-259{55.223%{transform:translate(93.8686vw,55.223vh) scale(.3312)}to{transform:translate(96.02295vw,99vh) scale(.3312)}}.snow:nth-child(260){opacity:1.1526;transform:translate(7.8632vw,-10px) scale(.3108);animation:fall-260 25s -24s linear infinite}@keyframes fall-260{71.404%{transform:translate(8.8257vw,71.404vh) scale(.3108)}to{transform:translate(8.34445vw,99vh) scale(.3108)}}.snow:nth-child(261){opacity:.6376;transform:translate(88.2766vw,-10px) scale(.2929);animation:fall-261 15s -16s linear infinite}@keyframes fall-261{46.341%{transform:translate(94.0594vw,46.341vh) scale(.2929)}to{transform:translate(91.168vw,99vh) scale(.2929)}}.snow:nth-child(262){opacity:1.9848;transform:translate(69.8726vw,-10px) scale(.6281);animation:fall-262 21s -1s linear infinite}@keyframes fall-262{54.539%{transform:translate(79.5428vw,54.539vh) scale(.6281)}to{transform:translate(74.7077vw,99vh) scale(.6281)}}.snow:nth-child(263){opacity:.9238;transform:translate(69.8791vw,-10px) scale(.156);animation:fall-263 12s -4s linear infinite}@keyframes fall-263{33.406%{transform:translate(61.5272vw,33.406vh) scale(.156)}to{transform:translate(65.70315vw,99vh) scale(.156)}}.snow:nth-child(264){opacity:1.968;transform:translate(96.8411vw,-10px) scale(.3457);animation:fall-264 27s -5s linear infinite}@keyframes fall-264{65.83%{transform:translate(99.5399vw,65.83vh) scale(.3457)}to{transform:translate(98.1905vw,99vh) scale(.3457)}}.snow:nth-child(265){opacity:.2182;transform:translate(39.1118vw,-10px) scale(.9092);animation:fall-265 17s -11s linear infinite}@keyframes fall-265{41.022%{transform:translate(38.0364vw,41.022vh) scale(.9092)}to{transform:translate(38.5741vw,99vh) scale(.9092)}}.snow:nth-child(266){opacity:.656;transform:translate(27.4612vw,-10px) scale(.7899);animation:fall-266 29s -28s linear infinite}@keyframes fall-266{77.37%{transform:translate(28.6136vw,77.37vh) scale(.7899)}to{transform:translate(28.0374vw,99vh) scale(.7899)}}.snow:nth-child(267){opacity:.0098;transform:translate(28.4308vw,-10px) scale(.9605);animation:fall-267 26s -22s linear infinite}@keyframes fall-267{76.502%{transform:translate(19.7856vw,76.502vh) scale(.9605)}to{transform:translate(24.1082vw,99vh) scale(.9605)}}.snow:nth-child(268){opacity:1.8292;transform:translate(45.9593vw,-10px) scale(.3311);animation:fall-268 12s -17s linear infinite}@keyframes fall-268{43.566%{transform:translate(51.4918vw,43.566vh) scale(.3311)}to{transform:translate(48.72555vw,99vh) scale(.3311)}}.snow:nth-child(269){opacity:1.3612;transform:translate(38.6036vw,-10px) scale(.8382);animation:fall-269 14s -14s linear infinite}@keyframes fall-269{62.71%{transform:translate(30.7567vw,62.71vh) scale(.8382)}to{transform:translate(34.68015vw,99vh) scale(.8382)}}.snow:nth-child(270){opacity:1.1192;transform:translate(31.4429vw,-10px) scale(.0003);animation:fall-270 22s -25s linear infinite}@keyframes fall-270{50.478%{transform:translate(28.038vw,50.478vh) scale(.0003)}to{transform:translate(29.74045vw,99vh) scale(.0003)}}.snow:nth-child(271){opacity:1.985;transform:translate(62.9893vw,-10px) scale(.2218);animation:fall-271 11s -7s linear infinite}@keyframes fall-271{46.471%{transform:translate(63.4851vw,46.471vh) scale(.2218)}to{transform:translate(63.2372vw,99vh) scale(.2218)}}.snow:nth-child(272){opacity:1.8268;transform:translate(89.0552vw,-10px) scale(.619);animation:fall-272 25s -24s linear infinite}@keyframes fall-272{51.658%{transform:translate(94.5787vw,51.658vh) scale(.619)}to{transform:translate(91.81695vw,99vh) scale(.619)}}.snow:nth-child(273){opacity:1.95;transform:translate(66.8051vw,-10px) scale(.5143);animation:fall-273 23s -10s linear infinite}@keyframes fall-273{56.252%{transform:translate(73.5123vw,56.252vh) scale(.5143)}to{transform:translate(70.1587vw,99vh) scale(.5143)}}.snow:nth-child(274){opacity:.75;transform:translate(20.9608vw,-10px) scale(.1332);animation:fall-274 16s -20s linear infinite}@keyframes fall-274{57.586%{transform:translate(19.0377vw,57.586vh) scale(.1332)}to{transform:translate(19.99925vw,99vh) scale(.1332)}}.snow:nth-child(275){opacity:.832;transform:translate(1.9415vw,-10px) scale(.1621);animation:fall-275 14s -4s linear infinite}@keyframes fall-275{37.528%{transform:translate(6.8917vw,37.528vh) scale(.1621)}to{transform:translate(4.4166vw,99vh) scale(.1621)}}.snow:nth-child(276){opacity:.8104;transform:translate(.9979vw,-10px) scale(.1954);animation:fall-276 26s -6s linear infinite}@keyframes fall-276{50.664%{transform:translate(7.3665vw,50.664vh) scale(.1954)}to{transform:translate(4.1822vw,99vh) scale(.1954)}}.snow:nth-child(277){opacity:.0392;transform:translate(6.2004vw,-10px) scale(.7178);animation:fall-277 14s -4s linear infinite}@keyframes fall-277{34.295%{transform:translate(9.2781vw,34.295vh) scale(.7178)}to{transform:translate(7.73925vw,99vh) scale(.7178)}}.snow:nth-child(278){opacity:1.8878;transform:translate(8.203vw,-10px) scale(.3588);animation:fall-278 14s -17s linear infinite}@keyframes fall-278{36.94%{transform:translate(15.3371vw,36.94vh) scale(.3588)}to{transform:translate(11.77005vw,99vh) scale(.3588)}}.snow:nth-child(279){opacity:1.7848;transform:translate(83.7571vw,-10px) scale(.5496);animation:fall-279 22s -25s linear infinite}@keyframes fall-279{56.441%{transform:translate(77.0337vw,56.441vh) scale(.5496)}to{transform:translate(80.3954vw,99vh) scale(.5496)}}.snow:nth-child(280){opacity:.0996;transform:translate(87.6597vw,-10px) scale(.3247);animation:fall-280 28s -10s linear infinite}@keyframes fall-280{58.36%{transform:translate(78.1733vw,58.36vh) scale(.3247)}to{transform:translate(82.9165vw,99vh) scale(.3247)}}.snow:nth-child(281){opacity:.316;transform:translate(69.6042vw,-10px) scale(.2325);animation:fall-281 29s -26s linear infinite}@keyframes fall-281{48.246%{transform:translate(74.823vw,48.246vh) scale(.2325)}to{transform:translate(72.2136vw,99vh) scale(.2325)}}.snow:nth-child(282){opacity:1.0964;transform:translate(74.4325vw,-10px) scale(.3708);animation:fall-282 24s -26s linear infinite}@keyframes fall-282{54.767%{transform:translate(80.4049vw,54.767vh) scale(.3708)}to{transform:translate(77.4187vw,99vh) scale(.3708)}}.snow:nth-child(283){opacity:1.505;transform:translate(32.189vw,-10px) scale(.4501);animation:fall-283 15s -10s linear infinite}@keyframes fall-283{67.756%{transform:translate(38.8867vw,67.756vh) scale(.4501)}to{transform:translate(35.53785vw,99vh) scale(.4501)}}.snow:nth-child(284){opacity:.989;transform:translate(49.2455vw,-10px) scale(.1774);animation:fall-284 25s -10s linear infinite}@keyframes fall-284{37.936%{transform:translate(45.8033vw,37.936vh) scale(.1774)}to{transform:translate(47.5244vw,99vh) scale(.1774)}}.snow:nth-child(285){opacity:1.3836;transform:translate(3.1708vw,-10px) scale(.4989);animation:fall-285 23s -19s linear infinite}@keyframes fall-285{59.551%{transform:translate(-1.9501vw,59.551vh) scale(.4989)}to{transform:translate(.61035vw,99vh) scale(.4989)}}.snow:nth-child(286){opacity:.3634;transform:translate(7.2843vw,-10px) scale(.4644);animation:fall-286 25s -27s linear infinite}@keyframes fall-286{68.137%{transform:translate(1.0582vw,68.137vh) scale(.4644)}to{transform:translate(4.17125vw,99vh) scale(.4644)}}.snow:nth-child(287){opacity:1.8076;transform:translate(45.2753vw,-10px) scale(.735);animation:fall-287 24s -8s linear infinite}@keyframes fall-287{50.19%{transform:translate(47.643vw,50.19vh) scale(.735)}to{transform:translate(46.45915vw,99vh) scale(.735)}}.snow:nth-child(288){opacity:.0262;transform:translate(78.9763vw,-10px) scale(.7161);animation:fall-288 22s -27s linear infinite}@keyframes fall-288{57.6%{transform:translate(72.3148vw,57.6vh) scale(.7161)}to{transform:translate(75.64555vw,99vh) scale(.7161)}}.snow:nth-child(289){opacity:.738;transform:translate(18.3997vw,-10px) scale(.6847);animation:fall-289 20s -19s linear infinite}@keyframes fall-289{55.351%{transform:translate(19.6525vw,55.351vh) scale(.6847)}to{transform:translate(19.0261vw,99vh) scale(.6847)}}.snow:nth-child(290){opacity:.9106;transform:translate(63.8384vw,-10px) scale(.4558);animation:fall-290 13s -6s linear infinite}@keyframes fall-290{37.513%{transform:translate(73.4094vw,37.513vh) scale(.4558)}to{transform:translate(68.6239vw,99vh) scale(.4558)}}.snow:nth-child(291){opacity:.657;transform:translate(22.424vw,-10px) scale(.913);animation:fall-291 21s -13s linear infinite}@keyframes fall-291{44.654%{transform:translate(26.6496vw,44.654vh) scale(.913)}to{transform:translate(24.5368vw,99vh) scale(.913)}}.snow:nth-child(292){opacity:.5378;transform:translate(29.741vw,-10px) scale(.7279);animation:fall-292 18s -17s linear infinite}@keyframes fall-292{55.104%{transform:translate(30.1143vw,55.104vh) scale(.7279)}to{transform:translate(29.92765vw,99vh) scale(.7279)}}.snow:nth-child(293){opacity:.8442;transform:translate(97.3889vw,-10px) scale(.4597);animation:fall-293 11s -10s linear infinite}@keyframes fall-293{68.668%{transform:translate(96.916vw,68.668vh) scale(.4597)}to{transform:translate(97.15245vw,99vh) scale(.4597)}}.snow:nth-child(294){opacity:1.1762;transform:translate(19.4528vw,-10px) scale(.1056);animation:fall-294 29s -6s linear infinite}@keyframes fall-294{50.438%{transform:translate(19.7455vw,50.438vh) scale(.1056)}to{transform:translate(19.59915vw,99vh) scale(.1056)}}.snow:nth-child(295){opacity:.3156;transform:translate(55.3827vw,-10px) scale(.029);animation:fall-295 30s -10s linear infinite}@keyframes fall-295{77.785%{transform:translate(60.1807vw,77.785vh) scale(.029)}to{transform:translate(57.7817vw,99vh) scale(.029)}}.snow:nth-child(296){opacity:1.4652;transform:translate(94.3108vw,-10px) scale(.8242);animation:fall-296 14s -23s linear infinite}@keyframes fall-296{74.624%{transform:translate(104.2073vw,74.624vh) scale(.8242)}to{transform:translate(99.25905vw,99vh) scale(.8242)}}.snow:nth-child(297){opacity:1.8166;transform:translate(80.8286vw,-10px) scale(.9207);animation:fall-297 12s -11s linear infinite}@keyframes fall-297{68.292%{transform:translate(71.4232vw,68.292vh) scale(.9207)}to{transform:translate(76.1259vw,99vh) scale(.9207)}}.snow:nth-child(298){opacity:.5514;transform:translate(70.3837vw,-10px) scale(.9945);animation:fall-298 10s -25s linear infinite}@keyframes fall-298{37.239%{transform:translate(74.2508vw,37.239vh) scale(.9945)}to{transform:translate(72.31725vw,99vh) scale(.9945)}}.snow:nth-child(299){opacity:.4142;transform:translate(52.0855vw,-10px) scale(.0236);animation:fall-299 16s -24s linear infinite}@keyframes fall-299{40.587%{transform:translate(55.9019vw,40.587vh) scale(.0236)}to{transform:translate(53.9937vw,99vh) scale(.0236)}}.snow:nth-child(300){opacity:.4632;transform:translate(68.1818vw,-10px) scale(.9432);animation:fall-300 13s -27s linear infinite}@keyframes fall-300{62.504%{transform:translate(76.3904vw,62.504vh) scale(.9432)}to{transform:translate(72.2861vw,99vh) scale(.9432)}}.snow:nth-child(301){opacity:1.0482;transform:translate(16.3046vw,-10px) scale(.8617);animation:fall-301 21s -13s linear infinite}@keyframes fall-301{74.921%{transform:translate(10.0336vw,74.921vh) scale(.8617)}to{transform:translate(13.1691vw,99vh) scale(.8617)}}.snow:nth-child(302){opacity:.97;transform:translate(30.7374vw,-10px) scale(.4898);animation:fall-302 19s -2s linear infinite}@keyframes fall-302{53.54%{transform:translate(33.7901vw,53.54vh) scale(.4898)}to{transform:translate(32.26375vw,99vh) scale(.4898)}}.snow:nth-child(303){opacity:1.4754;transform:translate(4.6571vw,-10px) scale(.4695);animation:fall-303 26s -11s linear infinite}@keyframes fall-303{31.234%{transform:translate(6.8751vw,31.234vh) scale(.4695)}to{transform:translate(5.7661vw,99vh) scale(.4695)}}.snow:nth-child(304){opacity:.2308;transform:translate(27.3398vw,-10px) scale(.0459);animation:fall-304 24s -7s linear infinite}@keyframes fall-304{37.101%{transform:translate(24.557vw,37.101vh) scale(.0459)}to{transform:translate(25.9484vw,99vh) scale(.0459)}}.snow:nth-child(305){opacity:1.2818;transform:translate(17.5705vw,-10px) scale(.5885);animation:fall-305 14s -22s linear infinite}@keyframes fall-305{45.74%{transform:translate(20.7251vw,45.74vh) scale(.5885)}to{transform:translate(19.1478vw,99vh) scale(.5885)}}.snow:nth-child(306){opacity:.2964;transform:translate(65.3223vw,-10px) scale(.0222);animation:fall-306 10s -8s linear infinite}@keyframes fall-306{47.133%{transform:translate(68.3229vw,47.133vh) scale(.0222)}to{transform:translate(66.8226vw,99vh) scale(.0222)}}.snow:nth-child(307){opacity:1.8178;transform:translate(56.71vw,-10px) scale(.0947);animation:fall-307 15s -9s linear infinite}@keyframes fall-307{63.162%{transform:translate(53.2604vw,63.162vh) scale(.0947)}to{transform:translate(54.9852vw,99vh) scale(.0947)}}.snow:nth-child(308){opacity:.9104;transform:translate(75.7816vw,-10px) scale(.1088);animation:fall-308 14s -12s linear infinite}@keyframes fall-308{52.95%{transform:translate(84.5748vw,52.95vh) scale(.1088)}to{transform:translate(80.1782vw,99vh) scale(.1088)}}.snow:nth-child(309){opacity:.4606;transform:translate(93.357vw,-10px) scale(.6471);animation:fall-309 20s -28s linear infinite}@keyframes fall-309{44.102%{transform:translate(98.6356vw,44.102vh) scale(.6471)}to{transform:translate(95.9963vw,99vh) scale(.6471)}}.snow:nth-child(310){opacity:.3722;transform:translate(83.2333vw,-10px) scale(.8256);animation:fall-310 24s -6s linear infinite}@keyframes fall-310{49.968%{transform:translate(91.6181vw,49.968vh) scale(.8256)}to{transform:translate(87.4257vw,99vh) scale(.8256)}}.snow:nth-child(311){opacity:1.9836;transform:translate(95.9987vw,-10px) scale(.8669);animation:fall-311 16s -22s linear infinite}@keyframes fall-311{34.885%{transform:translate(95.5053vw,34.885vh) scale(.8669)}to{transform:translate(95.752vw,99vh) scale(.8669)}}.snow:nth-child(312){opacity:.8904;transform:translate(93.1512vw,-10px) scale(.0283);animation:fall-312 25s -20s linear infinite}@keyframes fall-312{74.149%{transform:translate(91.5895vw,74.149vh) scale(.0283)}to{transform:translate(92.37035vw,99vh) scale(.0283)}}.snow:nth-child(313){opacity:1.0358;transform:translate(23.1179vw,-10px) scale(.8095);animation:fall-313 10s -3s linear infinite}@keyframes fall-313{60.569%{transform:translate(19.2942vw,60.569vh) scale(.8095)}to{transform:translate(21.20605vw,99vh) scale(.8095)}}.snow:nth-child(314){opacity:1.6598;transform:translate(48.366vw,-10px) scale(.3993);animation:fall-314 18s -27s linear infinite}@keyframes fall-314{68.578%{transform:translate(46.4036vw,68.578vh) scale(.3993)}to{transform:translate(47.3848vw,99vh) scale(.3993)}}.snow:nth-child(315){opacity:1.1172;transform:translate(19.1838vw,-10px) scale(.2483);animation:fall-315 26s -1s linear infinite}@keyframes fall-315{56.764%{transform:translate(27.1318vw,56.764vh) scale(.2483)}to{transform:translate(23.1578vw,99vh) scale(.2483)}}.snow:nth-child(316){opacity:1.762;transform:translate(52.7273vw,-10px) scale(.9315);animation:fall-316 10s -11s linear infinite}@keyframes fall-316{51.608%{transform:translate(55.8075vw,51.608vh) scale(.9315)}to{transform:translate(54.2674vw,99vh) scale(.9315)}}.snow:nth-child(317){opacity:.7032;transform:translate(75.3158vw,-10px) scale(.5632);animation:fall-317 21s -2s linear infinite}@keyframes fall-317{57.117%{transform:translate(75.7236vw,57.117vh) scale(.5632)}to{transform:translate(75.5197vw,99vh) scale(.5632)}}.snow:nth-child(318){opacity:1.172;transform:translate(53.3721vw,-10px) scale(.1595);animation:fall-318 29s -16s linear infinite}@keyframes fall-318{38.788%{transform:translate(52.9651vw,38.788vh) scale(.1595)}to{transform:translate(53.1686vw,99vh) scale(.1595)}}.snow:nth-child(319){opacity:1.5884;transform:translate(48.3596vw,-10px) scale(.2903);animation:fall-319 13s -19s linear infinite}@keyframes fall-319{31.578%{transform:translate(50.4598vw,31.578vh) scale(.2903)}to{transform:translate(49.4097vw,99vh) scale(.2903)}}.snow:nth-child(320){opacity:1.7924;transform:translate(74.9952vw,-10px) scale(.9512);animation:fall-320 15s -14s linear infinite}@keyframes fall-320{32.559%{transform:translate(73.2574vw,32.559vh) scale(.9512)}to{transform:translate(74.1263vw,99vh) scale(.9512)}}.snow:nth-child(321){opacity:.3206;transform:translate(95.9008vw,-10px) scale(.6288);animation:fall-321 16s -20s linear infinite}@keyframes fall-321{63.957%{transform:translate(104.8606vw,63.957vh) scale(.6288)}to{transform:translate(100.3807vw,99vh) scale(.6288)}}.snow:nth-child(322){opacity:1.1176;transform:translate(39.2445vw,-10px) scale(.2418);animation:fall-322 14s -28s linear infinite}@keyframes fall-322{56.942%{transform:translate(36.3636vw,56.942vh) scale(.2418)}to{transform:translate(37.80405vw,99vh) scale(.2418)}}.snow:nth-child(323){opacity:.918;transform:translate(11.5313vw,-10px) scale(.3395);animation:fall-323 29s -28s linear infinite}@keyframes fall-323{32.304%{transform:translate(14.703vw,32.304vh) scale(.3395)}to{transform:translate(13.11715vw,99vh) scale(.3395)}}.snow:nth-child(324){opacity:.5472;transform:translate(27.327vw,-10px) scale(.7625);animation:fall-324 10s -25s linear infinite}@keyframes fall-324{39.834%{transform:translate(17.4621vw,39.834vh) scale(.7625)}to{transform:translate(22.39455vw,99vh) scale(.7625)}}.snow:nth-child(325){opacity:.7264;transform:translate(92.1207vw,-10px) scale(.8815);animation:fall-325 30s -10s linear infinite}@keyframes fall-325{56.729%{transform:translate(86.7943vw,56.729vh) scale(.8815)}to{transform:translate(89.4575vw,99vh) scale(.8815)}}.snow:nth-child(326){opacity:1.2348;transform:translate(87.1086vw,-10px) scale(.297);animation:fall-326 29s -6s linear infinite}@keyframes fall-326{55.609%{transform:translate(96.9107vw,55.609vh) scale(.297)}to{transform:translate(92.00965vw,99vh) scale(.297)}}.snow:nth-child(327){opacity:.1604;transform:translate(33.4099vw,-10px) scale(.712);animation:fall-327 29s -23s linear infinite}@keyframes fall-327{32.566%{transform:translate(34.3655vw,32.566vh) scale(.712)}to{transform:translate(33.8877vw,99vh) scale(.712)}}.snow:nth-child(328){opacity:1.525;transform:translate(18.8647vw,-10px) scale(.203);animation:fall-328 28s -27s linear infinite}@keyframes fall-328{72.459%{transform:translate(24.698vw,72.459vh) scale(.203)}to{transform:translate(21.78135vw,99vh) scale(.203)}}.snow:nth-child(329){opacity:.269;transform:translate(95.0259vw,-10px) scale(.2387);animation:fall-329 24s -5s linear infinite}@keyframes fall-329{66.13%{transform:translate(97.1876vw,66.13vh) scale(.2387)}to{transform:translate(96.10675vw,99vh) scale(.2387)}}.snow:nth-child(330){opacity:1.3342;transform:translate(43.8533vw,-10px) scale(.4844);animation:fall-330 24s -5s linear infinite}@keyframes fall-330{65.77%{transform:translate(47.7738vw,65.77vh) scale(.4844)}to{transform:translate(45.81355vw,99vh) scale(.4844)}}.snow:nth-child(331){opacity:.4742;transform:translate(92.1083vw,-10px) scale(.2099);animation:fall-331 27s -2s linear infinite}@keyframes fall-331{37.788%{transform:translate(83.0057vw,37.788vh) scale(.2099)}to{transform:translate(87.557vw,99vh) scale(.2099)}}.snow:nth-child(332){opacity:1.0664;transform:translate(77.6405vw,-10px) scale(.4943);animation:fall-332 12s -7s linear infinite}@keyframes fall-332{64.781%{transform:translate(73.6066vw,64.781vh) scale(.4943)}to{transform:translate(75.62355vw,99vh) scale(.4943)}}.snow:nth-child(333){opacity:.102;transform:translate(35.1115vw,-10px) scale(.8836);animation:fall-333 23s -19s linear infinite}@keyframes fall-333{41.954%{transform:translate(41.1173vw,41.954vh) scale(.8836)}to{transform:translate(38.1144vw,99vh) scale(.8836)}}.snow:nth-child(334){opacity:.9028;transform:translate(59.4875vw,-10px) scale(.821);animation:fall-334 16s -27s linear infinite}@keyframes fall-334{55.936%{transform:translate(66.5086vw,55.936vh) scale(.821)}to{transform:translate(62.99805vw,99vh) scale(.821)}}.snow:nth-child(335){opacity:.0248;transform:translate(9.3249vw,-10px) scale(.0427);animation:fall-335 22s -18s linear infinite}@keyframes fall-335{34.596%{transform:translate(10.7993vw,34.596vh) scale(.0427)}to{transform:translate(10.0621vw,99vh) scale(.0427)}}.snow:nth-child(336){opacity:1.191;transform:translate(3.6885vw,-10px) scale(.4241);animation:fall-336 11s -4s linear infinite}@keyframes fall-336{41.737%{transform:translate(5.565vw,41.737vh) scale(.4241)}to{transform:translate(4.62675vw,99vh) scale(.4241)}}.snow:nth-child(337){opacity:.1996;transform:translate(51.0399vw,-10px) scale(.3844);animation:fall-337 18s -4s linear infinite}@keyframes fall-337{62.308%{transform:translate(44.0426vw,62.308vh) scale(.3844)}to{transform:translate(47.54125vw,99vh) scale(.3844)}}.snow:nth-child(338){opacity:1.7084;transform:translate(85.4916vw,-10px) scale(.7725);animation:fall-338 23s -26s linear infinite}@keyframes fall-338{30.427%{transform:translate(85.0478vw,30.427vh) scale(.7725)}to{transform:translate(85.2697vw,99vh) scale(.7725)}}.snow:nth-child(339){opacity:1.5254;transform:translate(67.0047vw,-10px) scale(.2472);animation:fall-339 29s -24s linear infinite}@keyframes fall-339{73.357%{transform:translate(62.738vw,73.357vh) scale(.2472)}to{transform:translate(64.87135vw,99vh) scale(.2472)}}.snow:nth-child(340){opacity:1.1364;transform:translate(51.993vw,-10px) scale(.4038);animation:fall-340 27s -27s linear infinite}@keyframes fall-340{56.755%{transform:translate(52.1367vw,56.755vh) scale(.4038)}to{transform:translate(52.06485vw,99vh) scale(.4038)}}.snow:nth-child(341){opacity:1.0696;transform:translate(16.3933vw,-10px) scale(.5963);animation:fall-341 23s -5s linear infinite}@keyframes fall-341{51.014%{transform:translate(14.6934vw,51.014vh) scale(.5963)}to{transform:translate(15.54335vw,99vh) scale(.5963)}}.snow:nth-child(342){opacity:1.1276;transform:translate(35.1255vw,-10px) scale(.395);animation:fall-342 21s -17s linear infinite}@keyframes fall-342{47.614%{transform:translate(28.4647vw,47.614vh) scale(.395)}to{transform:translate(31.7951vw,99vh) scale(.395)}}.snow:nth-child(343){opacity:.042;transform:translate(38.2402vw,-10px) scale(.3624);animation:fall-343 15s -17s linear infinite}@keyframes fall-343{47.447%{transform:translate(37.307vw,47.447vh) scale(.3624)}to{transform:translate(37.7736vw,99vh) scale(.3624)}}.snow:nth-child(344){opacity:1.7864;transform:translate(4.8704vw,-10px) scale(.1376);animation:fall-344 13s -4s linear infinite}@keyframes fall-344{60.025%{transform:translate(4.5408vw,60.025vh) scale(.1376)}to{transform:translate(4.7056vw,99vh) scale(.1376)}}.snow:nth-child(345){opacity:1.21;transform:translate(99.8546vw,-10px) scale(.8946);animation:fall-345 29s -27s linear infinite}@keyframes fall-345{44.3%{transform:translate(104.5707vw,44.3vh) scale(.8946)}to{transform:translate(102.21265vw,99vh) scale(.8946)}}.snow:nth-child(346){opacity:1.9922;transform:translate(60.3546vw,-10px) scale(.5122);animation:fall-346 20s -11s linear infinite}@keyframes fall-346{69.522%{transform:translate(58.9722vw,69.522vh) scale(.5122)}to{transform:translate(59.6634vw,99vh) scale(.5122)}}.snow:nth-child(347){opacity:1.3284;transform:translate(61.2051vw,-10px) scale(.626);animation:fall-347 26s -15s linear infinite}@keyframes fall-347{45.103%{transform:translate(67.1997vw,45.103vh) scale(.626)}to{transform:translate(64.2024vw,99vh) scale(.626)}}.snow:nth-child(348){opacity:.1238;transform:translate(86.5827vw,-10px) scale(.5653);animation:fall-348 27s -8s linear infinite}@keyframes fall-348{75.126%{transform:translate(92.829vw,75.126vh) scale(.5653)}to{transform:translate(89.70585vw,99vh) scale(.5653)}}.snow:nth-child(349){opacity:1.1426;transform:translate(61.388vw,-10px) scale(.2735);animation:fall-349 26s -8s linear infinite}@keyframes fall-349{75.191%{transform:translate(67.4627vw,75.191vh) scale(.2735)}to{transform:translate(64.42535vw,99vh) scale(.2735)}}.snow:nth-child(350){opacity:1.2908;transform:translate(93.9768vw,-10px) scale(.0737);animation:fall-350 22s -25s linear infinite}@keyframes fall-350{58.434%{transform:translate(85.1122vw,58.434vh) scale(.0737)}to{transform:translate(89.5445vw,99vh) scale(.0737)}}.snow:nth-child(351){opacity:.5974;transform:translate(53.6718vw,-10px) scale(.6745);animation:fall-351 11s -21s linear infinite}@keyframes fall-351{71.572%{transform:translate(47.3519vw,71.572vh) scale(.6745)}to{transform:translate(50.51185vw,99vh) scale(.6745)}}.snow:nth-child(352){opacity:.8492;transform:translate(82.0056vw,-10px) scale(.5877);animation:fall-352 27s -8s linear infinite}@keyframes fall-352{47.305%{transform:translate(85.3425vw,47.305vh) scale(.5877)}to{transform:translate(83.67405vw,99vh) scale(.5877)}}.snow:nth-child(353){opacity:.131;transform:translate(45.1867vw,-10px) scale(.4325);animation:fall-353 18s -6s linear infinite}@keyframes fall-353{76.796%{transform:translate(39.6849vw,76.796vh) scale(.4325)}to{transform:translate(42.4358vw,99vh) scale(.4325)}}.snow:nth-child(354){opacity:.6314;transform:translate(67.2373vw,-10px) scale(.67);animation:fall-354 10s -27s linear infinite}@keyframes fall-354{79.375%{transform:translate(72.5593vw,79.375vh) scale(.67)}to{transform:translate(69.8983vw,99vh) scale(.67)}}.snow:nth-child(355){opacity:1.063;transform:translate(26.0418vw,-10px) scale(.5134);animation:fall-355 27s -29s linear infinite}@keyframes fall-355{52.915%{transform:translate(29.6774vw,52.915vh) scale(.5134)}to{transform:translate(27.8596vw,99vh) scale(.5134)}}.snow:nth-child(356){opacity:.2072;transform:translate(20.9778vw,-10px) scale(.9929);animation:fall-356 20s -20s linear infinite}@keyframes fall-356{74.124%{transform:translate(29.222vw,74.124vh) scale(.9929)}to{transform:translate(25.0999vw,99vh) scale(.9929)}}.snow:nth-child(357){opacity:1.0266;transform:translate(40.2768vw,-10px) scale(.4658);animation:fall-357 18s -6s linear infinite}@keyframes fall-357{42.091%{transform:translate(47.2671vw,42.091vh) scale(.4658)}to{transform:translate(43.77195vw,99vh) scale(.4658)}}.snow:nth-child(358){opacity:1.283;transform:translate(20.6753vw,-10px) scale(.4894);animation:fall-358 14s -18s linear infinite}@keyframes fall-358{66.414%{transform:translate(15.3278vw,66.414vh) scale(.4894)}to{transform:translate(18.00155vw,99vh) scale(.4894)}}.snow:nth-child(359){opacity:.1638;transform:translate(62.4896vw,-10px) scale(.9315);animation:fall-359 12s -10s linear infinite}@keyframes fall-359{30.479%{transform:translate(69.7581vw,30.479vh) scale(.9315)}to{transform:translate(66.12385vw,99vh) scale(.9315)}}.snow:nth-child(360){opacity:.7182;transform:translate(78.3553vw,-10px) scale(.8951);animation:fall-360 17s -18s linear infinite}@keyframes fall-360{39.817%{transform:translate(87.0512vw,39.817vh) scale(.8951)}to{transform:translate(82.70325vw,99vh) scale(.8951)}}.snow:nth-child(361){opacity:.0482;transform:translate(74.45vw,-10px) scale(.5084);animation:fall-361 19s -2s linear infinite}@keyframes fall-361{34.661%{transform:translate(64.7078vw,34.661vh) scale(.5084)}to{transform:translate(69.5789vw,99vh) scale(.5084)}}.snow:nth-child(362){opacity:1.9854;transform:translate(75.0664vw,-10px) scale(.1315);animation:fall-362 18s -10s linear infinite}@keyframes fall-362{49.703%{transform:translate(71.1347vw,49.703vh) scale(.1315)}to{transform:translate(73.10055vw,99vh) scale(.1315)}}.snow:nth-child(363){opacity:1.4994;transform:translate(54.9505vw,-10px) scale(.6681);animation:fall-363 28s -5s linear infinite}@keyframes fall-363{69.161%{transform:translate(48.6185vw,69.161vh) scale(.6681)}to{transform:translate(51.7845vw,99vh) scale(.6681)}}.snow:nth-child(364){opacity:1.9004;transform:translate(81.3682vw,-10px) scale(.6408);animation:fall-364 23s -15s linear infinite}@keyframes fall-364{54.069%{transform:translate(88.2435vw,54.069vh) scale(.6408)}to{transform:translate(84.80585vw,99vh) scale(.6408)}}.snow:nth-child(365){opacity:1.1878;transform:translate(59.2627vw,-10px) scale(.097);animation:fall-365 29s -17s linear infinite}@keyframes fall-365{73.903%{transform:translate(57.0977vw,73.903vh) scale(.097)}to{transform:translate(58.1802vw,99vh) scale(.097)}}.snow:nth-child(366){opacity:.9554;transform:translate(21.0792vw,-10px) scale(.964);animation:fall-366 30s -19s linear infinite}@keyframes fall-366{51.608%{transform:translate(16.4899vw,51.608vh) scale(.964)}to{transform:translate(18.78455vw,99vh) scale(.964)}}.snow:nth-child(367){opacity:.8794;transform:translate(99.8586vw,-10px) scale(.6294);animation:fall-367 25s -20s linear infinite}@keyframes fall-367{61.978%{transform:translate(104.2714vw,61.978vh) scale(.6294)}to{transform:translate(102.065vw,99vh) scale(.6294)}}.snow:nth-child(368){opacity:1.061;transform:translate(50.1588vw,-10px) scale(.8016);animation:fall-368 26s -22s linear infinite}@keyframes fall-368{48.514%{transform:translate(45.8096vw,48.514vh) scale(.8016)}to{transform:translate(47.9842vw,99vh) scale(.8016)}}.snow:nth-child(369){opacity:1.0278;transform:translate(61.3475vw,-10px) scale(.1152);animation:fall-369 11s -5s linear infinite}@keyframes fall-369{65.85%{transform:translate(60.407vw,65.85vh) scale(.1152)}to{transform:translate(60.87725vw,99vh) scale(.1152)}}.snow:nth-child(370){opacity:.4486;transform:translate(57.5121vw,-10px) scale(.5658);animation:fall-370 23s -18s linear infinite}@keyframes fall-370{68.045%{transform:translate(52.7634vw,68.045vh) scale(.5658)}to{transform:translate(55.13775vw,99vh) scale(.5658)}}.snow:nth-child(371){opacity:1.771;transform:translate(18.5643vw,-10px) scale(.6566);animation:fall-371 25s -10s linear infinite}@keyframes fall-371{33.318%{transform:translate(9.4566vw,33.318vh) scale(.6566)}to{transform:translate(14.01045vw,99vh) scale(.6566)}}.snow:nth-child(372){opacity:1.742;transform:translate(.0225vw,-10px) scale(.4277);animation:fall-372 11s -15s linear infinite}@keyframes fall-372{35.005%{transform:translate(-2.869vw,35.005vh) scale(.4277)}to{transform:translate(-1.42325vw,99vh) scale(.4277)}}.snow:nth-child(373){opacity:.4;transform:translate(33.2614vw,-10px) scale(.7065);animation:fall-373 20s -9s linear infinite}@keyframes fall-373{50.882%{transform:translate(39.1467vw,50.882vh) scale(.7065)}to{transform:translate(36.20405vw,99vh) scale(.7065)}}.snow:nth-child(374){opacity:.479;transform:translate(55.4787vw,-10px) scale(.8689);animation:fall-374 17s -28s linear infinite}@keyframes fall-374{76.806%{transform:translate(54.6815vw,76.806vh) scale(.8689)}to{transform:translate(55.0801vw,99vh) scale(.8689)}}.snow:nth-child(375){opacity:.8596;transform:translate(52.4738vw,-10px) scale(.8806);animation:fall-375 11s -2s linear infinite}@keyframes fall-375{37.291%{transform:translate(54.5637vw,37.291vh) scale(.8806)}to{transform:translate(53.51875vw,99vh) scale(.8806)}}.snow:nth-child(376){opacity:1.3874;transform:translate(82.9994vw,-10px) scale(.3381);animation:fall-376 27s -4s linear infinite}@keyframes fall-376{71.148%{transform:translate(92.6881vw,71.148vh) scale(.3381)}to{transform:translate(87.84375vw,99vh) scale(.3381)}}.snow:nth-child(377){opacity:.5622;transform:translate(98.0687vw,-10px) scale(.7126);animation:fall-377 28s -13s linear infinite}@keyframes fall-377{78.384%{transform:translate(106.4209vw,78.384vh) scale(.7126)}to{transform:translate(102.2448vw,99vh) scale(.7126)}}.snow:nth-child(378){opacity:.14;transform:translate(26.502vw,-10px) scale(.5438);animation:fall-378 21s -19s linear infinite}@keyframes fall-378{74.105%{transform:translate(35.8173vw,74.105vh) scale(.5438)}to{transform:translate(31.15965vw,99vh) scale(.5438)}}.snow:nth-child(379){opacity:1.0836;transform:translate(40.8122vw,-10px) scale(.5392);animation:fall-379 20s -2s linear infinite}@keyframes fall-379{65.048%{transform:translate(35.9153vw,65.048vh) scale(.5392)}to{transform:translate(38.36375vw,99vh) scale(.5392)}}.snow:nth-child(380){opacity:1.4038;transform:translate(73.9242vw,-10px) scale(.7907);animation:fall-380 19s -1s linear infinite}@keyframes fall-380{64.88%{transform:translate(69.4748vw,64.88vh) scale(.7907)}to{transform:translate(71.6995vw,99vh) scale(.7907)}}.snow:nth-child(381){opacity:1.9782;transform:translate(86.4009vw,-10px) scale(.9359);animation:fall-381 16s -14s linear infinite}@keyframes fall-381{30.039%{transform:translate(95.8409vw,30.039vh) scale(.9359)}to{transform:translate(91.1209vw,99vh) scale(.9359)}}.snow:nth-child(382){opacity:.8712;transform:translate(51.1505vw,-10px) scale(.6099);animation:fall-382 28s -22s linear infinite}@keyframes fall-382{65.06%{transform:translate(48.3129vw,65.06vh) scale(.6099)}to{transform:translate(49.7317vw,99vh) scale(.6099)}}.snow:nth-child(383){opacity:1.1438;transform:translate(14.4466vw,-10px) scale(.6011);animation:fall-383 26s -20s linear infinite}@keyframes fall-383{79.934%{transform:translate(21.2274vw,79.934vh) scale(.6011)}to{transform:translate(17.837vw,99vh) scale(.6011)}}.snow:nth-child(384){opacity:1.882;transform:translate(21.3416vw,-10px) scale(.9994);animation:fall-384 19s -1s linear infinite}@keyframes fall-384{42.929%{transform:translate(20.088vw,42.929vh) scale(.9994)}to{transform:translate(20.7148vw,99vh) scale(.9994)}}.snow:nth-child(385){opacity:.759;transform:translate(22.3513vw,-10px) scale(.1879);animation:fall-385 25s -21s linear infinite}@keyframes fall-385{57.345%{transform:translate(31.3504vw,57.345vh) scale(.1879)}to{transform:translate(26.85085vw,99vh) scale(.1879)}}.snow:nth-child(386){opacity:.7978;transform:translate(76.5662vw,-10px) scale(.8309);animation:fall-386 12s -22s linear infinite}@keyframes fall-386{33.61%{transform:translate(83.3913vw,33.61vh) scale(.8309)}to{transform:translate(79.97875vw,99vh) scale(.8309)}}.snow:nth-child(387){opacity:1.2394;transform:translate(45.7357vw,-10px) scale(.7953);animation:fall-387 15s -9s linear infinite}@keyframes fall-387{38.877%{transform:translate(41.4958vw,38.877vh) scale(.7953)}to{transform:translate(43.61575vw,99vh) scale(.7953)}}.snow:nth-child(388){opacity:.3564;transform:translate(25.226vw,-10px) scale(.3139);animation:fall-388 18s -10s linear infinite}@keyframes fall-388{65.492%{transform:translate(23.5212vw,65.492vh) scale(.3139)}to{transform:translate(24.3736vw,99vh) scale(.3139)}}.snow:nth-child(389){opacity:.8476;transform:translate(63.3507vw,-10px) scale(.1462);animation:fall-389 11s -6s linear infinite}@keyframes fall-389{62.985%{transform:translate(55.628vw,62.985vh) scale(.1462)}to{transform:translate(59.48935vw,99vh) scale(.1462)}}.snow:nth-child(390){opacity:1.8224;transform:translate(50.2766vw,-10px) scale(.2648);animation:fall-390 15s -29s linear infinite}@keyframes fall-390{60.577%{transform:translate(49.0712vw,60.577vh) scale(.2648)}to{transform:translate(49.6739vw,99vh) scale(.2648)}}.snow:nth-child(391){opacity:1.4202;transform:translate(57.5056vw,-10px) scale(.0188);animation:fall-391 25s -9s linear infinite}@keyframes fall-391{72.094%{transform:translate(48.7022vw,72.094vh) scale(.0188)}to{transform:translate(53.1039vw,99vh) scale(.0188)}}.snow:nth-child(392){opacity:.8238;transform:translate(90.6206vw,-10px) scale(.8353);animation:fall-392 16s -9s linear infinite}@keyframes fall-392{30.686%{transform:translate(89.0193vw,30.686vh) scale(.8353)}to{transform:translate(89.81995vw,99vh) scale(.8353)}}.snow:nth-child(393){opacity:1.124;transform:translate(15.9652vw,-10px) scale(.7255);animation:fall-393 10s -17s linear infinite}@keyframes fall-393{44.288%{transform:translate(11.2124vw,44.288vh) scale(.7255)}to{transform:translate(13.5888vw,99vh) scale(.7255)}}.snow:nth-child(394){opacity:.4088;transform:translate(45.8868vw,-10px) scale(.9527);animation:fall-394 13s -20s linear infinite}@keyframes fall-394{49.075%{transform:translate(54.1911vw,49.075vh) scale(.9527)}to{transform:translate(50.03895vw,99vh) scale(.9527)}}.snow:nth-child(395){opacity:1.4934;transform:translate(84.6871vw,-10px) scale(.3385);animation:fall-395 20s -14s linear infinite}@keyframes fall-395{68.117%{transform:translate(75.7632vw,68.117vh) scale(.3385)}to{transform:translate(80.22515vw,99vh) scale(.3385)}}.snow:nth-child(396){opacity:1.4902;transform:translate(6.252vw,-10px) scale(.371);animation:fall-396 22s -6s linear infinite}@keyframes fall-396{49.363%{transform:translate(15.0332vw,49.363vh) scale(.371)}to{transform:translate(10.6426vw,99vh) scale(.371)}}.snow:nth-child(397){opacity:1.2718;transform:translate(17.5539vw,-10px) scale(.5496);animation:fall-397 11s -29s linear infinite}@keyframes fall-397{79.424%{transform:translate(18.3819vw,79.424vh) scale(.5496)}to{transform:translate(17.9679vw,99vh) scale(.5496)}}.snow:nth-child(398){opacity:.8388;transform:translate(79.6445vw,-10px) scale(.7769);animation:fall-398 10s -27s linear infinite}@keyframes fall-398{36.875%{transform:translate(82.5793vw,36.875vh) scale(.7769)}to{transform:translate(81.1119vw,99vh) scale(.7769)}}.snow:nth-child(399){opacity:.1246;transform:translate(97.305vw,-10px) scale(.3775);animation:fall-399 22s -23s linear infinite}@keyframes fall-399{57.357%{transform:translate(104.9832vw,57.357vh) scale(.3775)}to{transform:translate(101.1441vw,99vh) scale(.3775)}}.snow:nth-child(400){opacity:1.2326;transform:translate(39.7632vw,-10px) scale(.2762);animation:fall-400 10s -10s linear infinite}@keyframes fall-400{72.103%{transform:translate(49.1141vw,72.103vh) scale(.2762)}to{transform:translate(44.43865vw,99vh) scale(.2762)}}\n"] }]
82
+ }], ctorParameters: function () { return [{ type: i1.TokenService }, { type: i1.AppState }, { type: i2.Router }]; } });
88
83
 
89
84
  // Angular
90
85
  // Repositories
@@ -163,7 +158,7 @@ class EsFaenzaCoreModule {
163
158
  // Aggiunta della route di embedding se non dichiarata, lato aggiunta faccio in modo che l'embedding sia disponibile solo da route interne (pages OK, pages_ext NON OK)
164
159
  if (!config.routes.find(t => t.path.startsWith("embed")))
165
160
  config.routes = [...config.routes, { path: "embed/:module", loadChildren: () => import('@esfaenza/core/modules').then(m => m.EmbeddingModule) }];
166
- baseAppRoutes[0].redirectTo = ["pages", "pages_ext"].map(t => (config.emptyRouteRedirect || '').startsWith(t)).some(t => !!t) ? "/" + config.emptyRouteRedirect : `pages/${config.emptyRouteRedirect || 'dashboard'}`;
161
+ baseAppRoutes[0].redirectTo = `pages/${config.emptyRouteRedirect || 'dashboard'}`;
167
162
  baseAppRoutes.filter(t => ["pages", "pages_ext"].includes(t.path)).forEach(path => {
168
163
  path.children = [
169
164
  { path: "profile", component: UserInfosComponent, data: { InternalNavigation: true, title: "profilo" } },
@@ -174,21 +169,6 @@ class EsFaenzaCoreModule {
174
169
  config.debugMode = (!isDevMode() && !config.forceDebugModeForProdBuilds) ? DebugFlags.None : (config.debugMode || DebugFlags.All);
175
170
  let mergedAppInitializer = (http, bts, aac, loc) => {
176
171
  return () => {
177
- if (config.anonymousMode) {
178
- console.log("%c[APP_INITIALIZER] Loading AppConfig...", "background-color: yellow");
179
- return http.get(GET_AppConfig_GetAppConfig, null, null, false).pipe(catchError(_ => of({}))).pipe(tap((appConfig) => {
180
- myconfig = appConfig;
181
- console.log("%c[APP_INITIALIZER] appConfig registered", "background-color: yellow");
182
- aac.initializeIdentity(null);
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
- }));
190
- }));
191
- }
192
172
  console.log("%c[APP_INITIALIZER] Loading AppConfig and Account Scope...", "background-color: yellow");
193
173
  let realObservable = forkJoin({
194
174
  appConfig: http.get(GET_AppConfig_GetAppConfig, null, null, false).pipe(catchError(_ => of({}))),
@@ -203,9 +183,8 @@ class EsFaenzaCoreModule {
203
183
  if (!bts.USE_FAKE_ACCESS_TOKEN)
204
184
  bts.accountScope = res.scope;
205
185
  console.log("%c[APP_INITIALIZER] appConfig and scope registered", "background-color: yellow");
206
- var identtity = bts.getJaceIdentity();
207
186
  if (bts.accountScope)
208
- aac.initializeIdentity(identtity);
187
+ aac.initializeIdentity(bts.getJaceIdentity());
209
188
  }), switchMap(_ => {
210
189
  if (!config.initializerFunction)
211
190
  return of();
@@ -236,7 +215,6 @@ class EsFaenzaCoreModule {
236
215
  { provide: ESC_DEBUG_MODE, useValue: config.debugMode ? (config.debugMode & DebugFlags.Charts) == DebugFlags.Charts : false },
237
216
  { provide: LOGIN_URL_LEGACY, useValue: config.legacyLogin !== null && config.legacyLogin !== undefined ? config.legacyLogin : false },
238
217
  { provide: NAVBAR_EXTENSIONS, useValue: config.navbarExtensions ? config.navbarExtensions : [] },
239
- { provide: ANONYMOUS_MODE, useValue: config.anonymousMode ? config.anonymousMode : false },
240
218
  { provide: BaseAdapter, useClass: (config === null || config === void 0 ? void 0 : config.chartsAdapter) || BaseAdapter },
241
219
  { provide: BaseMessageService, useClass: (config === null || config === void 0 ? void 0 : config.messageService) || BaseMessageService },
242
220
  { provide: GlobalSearchService, useClass: (config === null || config === void 0 ? void 0 : config.globalSearchService) || GlobalSearchService },