@esfaenza/core 19.2.149 → 19.2.150

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,11 +1,10 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Inject, ViewEncapsulation, Component, isDevMode, ErrorHandler, APP_INITIALIZER, NgModule } from '@angular/core';
2
+ import { effect, Inject, ViewEncapsulation, Component, isDevMode, ErrorHandler, APP_INITIALIZER, NgModule } from '@angular/core';
3
3
  import { ANONYMOUS_MODE, EMBEDDED_ROUTE, ROUTE, REDIRECT_MAP, LOGIN_URL_LEGACY, NAVBAR_EXTENSIONS, MENU_LOCALIZATION, MENU, USE_FAKE_ACCESS_TOKEN } from '@esfaenza/core/domain';
4
4
  import * as i1 from '@esfaenza/core/services';
5
5
  import { ApplicationCachePersistor, ApplicationPreferencesPersistor, SessionRetriever, APPErrorHandler, OutZoneEventPlugin, HTTPServiceExtensions, TokenService, GlobalSearchService, CompletedJobRedirectionService, MenuFilteringService, UserPreferencesService } from '@esfaenza/core/services';
6
6
  import * as i2 from '@angular/router';
7
7
  import { RouterModule, NoPreloading, ROUTES } from '@angular/router';
8
- import * as i3 from '@angular/common';
9
8
  import { provideAnimationsAsync } from '@angular/platform-browser/animations/async';
10
9
  import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
11
10
  import { EVENT_MANAGER_PLUGINS } from '@angular/platform-browser';
@@ -31,7 +30,7 @@ import * as i8 from '@esfaenza/access-control';
31
30
  import { AccessControlModule, AccessControlService, ACC_DEBUG_MODE } from '@esfaenza/access-control';
32
31
  import * as i12 from '@esfaenza/es-charts';
33
32
  import { EsChartsModule, ESC_DEBUG_MODE, BaseAdapter } from '@esfaenza/es-charts';
34
- import * as i3$1 from '@esfaenza/extensions';
33
+ import * as i3 from '@esfaenza/extensions';
35
34
  import { ExtensionsModule, EXT_DEBUG_MODE } from '@esfaenza/extensions';
36
35
  import * as i19 from '@esfaenza/ngx-contextmenu';
37
36
  import { ContextMenuModule } from '@esfaenza/ngx-contextmenu';
@@ -80,21 +79,26 @@ class AppComponent {
80
79
  this._state = _state;
81
80
  this.router = router;
82
81
  this.snows = [];
83
- this.snowTrackBy = (_, item) => item;
84
- if (this._state.christmasTime)
85
- for (let i = 0; i < 400; i++)
82
+ effect(() => {
83
+ let christmas = this._state.christmasTime();
84
+ let graphics = this._state.graphicEffects();
85
+ this.snows = [];
86
+ if (!christmas || !graphics)
87
+ return;
88
+ for (let i = 0; i < 300; i++)
86
89
  this.snows.push(i);
90
+ });
87
91
  if (!this.bts.accountScope && !anonymousMode) {
88
92
  console.log("AppComponent - no account scope, redirecting to login");
89
93
  this.router.navigate(["login", { fromUrl: this.router.url }]);
90
94
  }
91
95
  }
92
96
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: AppComponent, deps: [{ token: i1.TokenService }, { token: i1.AppState }, { token: i2.Router }, { token: ANONYMOUS_MODE }], target: i0.ɵɵFactoryTarget.Component }); }
93
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.15", type: AppComponent, isStandalone: false, 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{-webkit-animation:progress-bar-stripes 1s linear infinite;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;-webkit-box-shadow:1px 1px 5px 0px rgba(0,0,0,.25);-moz-box-shadow:1px 1px 5px 0px rgba(0,0,0,.25);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:#024a8880}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:#2d922d80}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:#248dad80}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:#f79a1780}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:#bf172580}.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:#0006}.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:#0003}.card.overlay .card-img{border-radius:0;-webkit-filter:brightness(100%);-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-webkit-filter:brightness(80%);-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{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);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:#024a88cc!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:#024a8880;border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:#024a88f2!important;border-color:#024a88f2!important}.btn-success{background:#2d922dcc;border-color:#2d922dcc}.btn-success.medium-opacity{background:#2d922d80;border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:#2d922df2!important;border-color:#2d922df2!important}.btn-info{background:#248dadcc;border-color:#248dadcc}.btn-info.medium-opacity{background:#248dad80;border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:#248dadf2!important;border-color:#248dadf2!important}.btn-warning{background:#f79a17cc;border-color:#f79a17cc}.btn-warning.medium-opacity{background:#f79a1780;border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:#f79a17f2!important;border-color:#f79a17f2!important}.btn-danger{background:#bf1725cc;border-color:#bf1725cc}.btn-danger.medium-opacity{background:#bf172580;border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:#bf1725f2!important;border-color:#bf1725f2!important}.btn-dark{background:#000c;border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:#00000080;border-color:#0000001a}.btn-dark:hover{background:#000;border-color:#000}.btn-dark:active{background:#000000f2!important;border-color:#000000f2!important}.btn-main{background:#242d3acc;border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:#242d3a80;border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:#242d3af2!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:#2d922d80;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:#555555b3}.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:#555555b3}.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:#ffffff1a 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:#024a8880!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:#2d922d80!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:#f79a1780!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:#bf172580!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:#242d3a80!important}.bg-dark{background:#000!important}.bg-dark.medium-opacity{background:#00000080!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}}.es-table{padding:15px;background-color:#fff;border:1px solid #cbd5e1;border-radius:5px}.app-btn-search{border:1px solid #cbd5e1!important;border-radius:5px!important}.ngx-contextmenu .dropdown-menu{border-radius:5px!important}.simple-tab-content,.simple-tab-selected{background-color:#fff}.p-overlay.p-component{z-index:999999999!important}.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}::-webkit-input-placeholder{color:#aaa!important}:-moz-placeholder{color:#aaa!important;opacity:1!important}::-moz-placeholder{color:#aaa!important;opacity:1!important}:-ms-input-placeholder{color:#aaa!important}::-ms-input-placeholder{color:#aaa!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{-moz-transform:scale(1,-1);-webkit-transform:scale(1,-1);-o-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scaleY(-1)}.app-flip-x{-moz-transform:scale(-1,1);-webkit-transform:scale(-1,1);-o-transform:scale(-1,1);-ms-transform:scale(-1,1);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:#ff323233;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:#fff;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}.m-b-min-1{margin-bottom:-1px}.m-b-min-2{margin-bottom:-2px}.m-b-min-3{margin-bottom:-3px}.m-b-min-5{margin-bottom:-5px}.m-b-min-6{margin-bottom:-6px}.m-b-min-10{margin-bottom:-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:#00000080 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:#ededed;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{margin-top:20px;padding-left:0!important}.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}.es-card{padding:15px;background-color:#fff;border:1px solid #cbd5e1;border-radius:5px}.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;-moz-user-select:none!important;-ms-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:#ccc}::-webkit-scrollbar-thumb:active{background:#888}::-webkit-scrollbar-track{background:#666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666}::-webkit-scrollbar-track:active{background:#333}::-webkit-scrollbar-corner{background:transparent}.transition{-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;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%}}.snow{position:absolute;width:10px;height:10px;background:#fff;border-radius:50%}.snow:nth-child(1){opacity:1.9818;transform:translate(44.6968vw,-10px) scale(.8531);animation:fall-1 15s -4s linear infinite}@keyframes fall-1{38.44%{transform:translate(49.6579vw,38.44vh) scale(.8531)}to{transform:translate(47.17735vw,99vh) scale(.8531)}}.snow:nth-child(2){opacity:.8002;transform:translate(56.2533vw,-10px) scale(.4166);animation:fall-2 25s -3s linear infinite}@keyframes fall-2{76.74%{transform:translate(58.4433vw,76.74vh) scale(.4166)}to{transform:translate(57.3483vw,99vh) scale(.4166)}}.snow:nth-child(3){opacity:1.6166;transform:translate(34.1533vw,-10px) scale(.7652);animation:fall-3 13s -17s linear infinite}@keyframes fall-3{44.245%{transform:translate(41.0865vw,44.245vh) scale(.7652)}to{transform:translate(37.6199vw,99vh) scale(.7652)}}.snow:nth-child(4){opacity:.1022;transform:translate(91.678vw,-10px) scale(.1784);animation:fall-4 13s -7s linear infinite}@keyframes fall-4{72.597%{transform:translate(91.8847vw,72.597vh) scale(.1784)}to{transform:translate(91.78135vw,99vh) scale(.1784)}}.snow:nth-child(5){opacity:1.2934;transform:translate(39.1208vw,-10px) scale(.2952);animation:fall-5 21s -2s linear infinite}@keyframes fall-5{45.895%{transform:translate(31.8146vw,45.895vh) scale(.2952)}to{transform:translate(35.4677vw,99vh) scale(.2952)}}.snow:nth-child(6){opacity:.2524;transform:translate(55.0798vw,-10px) scale(.2576);animation:fall-6 21s -6s linear infinite}@keyframes fall-6{36.258%{transform:translate(45.5913vw,36.258vh) scale(.2576)}to{transform:translate(50.33555vw,99vh) scale(.2576)}}.snow:nth-child(7){opacity:1.2678;transform:translate(60.9952vw,-10px) scale(.1674);animation:fall-7 23s -10s linear infinite}@keyframes fall-7{71.882%{transform:translate(55.0391vw,71.882vh) scale(.1674)}to{transform:translate(58.01715vw,99vh) scale(.1674)}}.snow:nth-child(8){opacity:.332;transform:translate(96.0357vw,-10px) scale(.5367);animation:fall-8 10s -22s linear infinite}@keyframes fall-8{71.401%{transform:translate(90.1254vw,71.401vh) scale(.5367)}to{transform:translate(93.08055vw,99vh) scale(.5367)}}.snow:nth-child(9){opacity:.1194;transform:translate(10.7782vw,-10px) scale(.8416);animation:fall-9 20s -26s linear infinite}@keyframes fall-9{49.977%{transform:translate(16.7792vw,49.977vh) scale(.8416)}to{transform:translate(13.7787vw,99vh) scale(.8416)}}.snow:nth-child(10){opacity:.218;transform:translate(79.8683vw,-10px) scale(.0126);animation:fall-10 28s -28s linear infinite}@keyframes fall-10{71.645%{transform:translate(85.1469vw,71.645vh) scale(.0126)}to{transform:translate(82.5076vw,99vh) scale(.0126)}}.snow:nth-child(11){opacity:1.3838;transform:translate(28.5338vw,-10px) scale(.9445);animation:fall-11 25s -28s linear infinite}@keyframes fall-11{50.348%{transform:translate(32.8295vw,50.348vh) scale(.9445)}to{transform:translate(30.68165vw,99vh) scale(.9445)}}.snow:nth-child(12){opacity:.7894;transform:translate(82.2535vw,-10px) scale(.7623);animation:fall-12 15s -6s linear infinite}@keyframes fall-12{36.345%{transform:translate(83.294vw,36.345vh) scale(.7623)}to{transform:translate(82.77375vw,99vh) scale(.7623)}}.snow:nth-child(13){opacity:1.1716;transform:translate(5.7614vw,-10px) scale(.4512);animation:fall-13 27s -7s linear infinite}@keyframes fall-13{42.928%{transform:translate(9.0231vw,42.928vh) scale(.4512)}to{transform:translate(7.39225vw,99vh) scale(.4512)}}.snow:nth-child(14){opacity:1.4542;transform:translate(20.1058vw,-10px) scale(.2117);animation:fall-14 15s -9s linear infinite}@keyframes fall-14{61.42%{transform:translate(27.1968vw,61.42vh) scale(.2117)}to{transform:translate(23.6513vw,99vh) scale(.2117)}}.snow:nth-child(15){opacity:.6312;transform:translate(39.7497vw,-10px) scale(.5488);animation:fall-15 18s -6s linear infinite}@keyframes fall-15{37.536%{transform:translate(36.2205vw,37.536vh) scale(.5488)}to{transform:translate(37.9851vw,99vh) scale(.5488)}}.snow:nth-child(16){opacity:1.5556;transform:translate(84.3076vw,-10px) scale(.9022);animation:fall-16 29s -3s linear infinite}@keyframes fall-16{50.226%{transform:translate(91.3349vw,50.226vh) scale(.9022)}to{transform:translate(87.82125vw,99vh) scale(.9022)}}.snow:nth-child(17){opacity:1.9134;transform:translate(6.3219vw,-10px) scale(.7428);animation:fall-17 20s -21s linear infinite}@keyframes fall-17{33.469%{transform:translate(3.0362vw,33.469vh) scale(.7428)}to{transform:translate(4.67905vw,99vh) scale(.7428)}}.snow:nth-child(18){opacity:.1462;transform:translate(99.6813vw,-10px) scale(.4444);animation:fall-18 29s -4s linear infinite}@keyframes fall-18{66.558%{transform:translate(108.1554vw,66.558vh) scale(.4444)}to{transform:translate(103.91835vw,99vh) scale(.4444)}}.snow:nth-child(19){opacity:.7734;transform:translate(18.1945vw,-10px) scale(.8825);animation:fall-19 24s -18s linear infinite}@keyframes fall-19{55.489%{transform:translate(26.5634vw,55.489vh) scale(.8825)}to{transform:translate(22.37895vw,99vh) scale(.8825)}}.snow:nth-child(20){opacity:.7626;transform:translate(13.8004vw,-10px) scale(.8656);animation:fall-20 27s -30s linear infinite}@keyframes fall-20{30.309%{transform:translate(20.8227vw,30.309vh) scale(.8656)}to{transform:translate(17.31155vw,99vh) scale(.8656)}}.snow:nth-child(21){opacity:.655;transform:translate(23.6257vw,-10px) scale(.0883);animation:fall-21 19s -15s linear infinite}@keyframes fall-21{54.341%{transform:translate(18.7588vw,54.341vh) scale(.0883)}to{transform:translate(21.19225vw,99vh) scale(.0883)}}.snow:nth-child(22){opacity:.7136;transform:translate(9.3301vw,-10px) scale(.6638);animation:fall-22 11s -5s linear infinite}@keyframes fall-22{30.225%{transform:translate(11.5741vw,30.225vh) scale(.6638)}to{transform:translate(10.4521vw,99vh) scale(.6638)}}.snow:nth-child(23){opacity:.2048;transform:translate(21.8335vw,-10px) scale(.1164);animation:fall-23 14s -23s linear infinite}@keyframes fall-23{74.07%{transform:translate(18.1576vw,74.07vh) scale(.1164)}to{transform:translate(19.99555vw,99vh) scale(.1164)}}.snow:nth-child(24){opacity:1.7094;transform:translate(73.4006vw,-10px) scale(.4479);animation:fall-24 16s -1s linear infinite}@keyframes fall-24{63.077%{transform:translate(73.149vw,63.077vh) scale(.4479)}to{transform:translate(73.2748vw,99vh) scale(.4479)}}.snow:nth-child(25){opacity:1.3238;transform:translate(61.1152vw,-10px) scale(.4274);animation:fall-25 13s -27s linear infinite}@keyframes fall-25{34.828%{transform:translate(54.1308vw,34.828vh) scale(.4274)}to{transform:translate(57.623vw,99vh) scale(.4274)}}.snow:nth-child(26){opacity:1.906;transform:translate(79.1106vw,-10px) scale(.6761);animation:fall-26 25s -18s linear infinite}@keyframes fall-26{58.709%{transform:translate(83.7153vw,58.709vh) scale(.6761)}to{transform:translate(81.41295vw,99vh) scale(.6761)}}.snow:nth-child(27){opacity:.3078;transform:translate(5.9557vw,-10px) scale(.0424);animation:fall-27 22s -23s linear infinite}@keyframes fall-27{57.383%{transform:translate(-3.9945vw,57.383vh) scale(.0424)}to{transform:translate(.9806vw,99vh) scale(.0424)}}.snow:nth-child(28){opacity:.8532;transform:translate(90.1882vw,-10px) scale(.8249);animation:fall-28 20s -24s linear infinite}@keyframes fall-28{38.293%{transform:translate(98.9777vw,38.293vh) scale(.8249)}to{transform:translate(94.58295vw,99vh) scale(.8249)}}.snow:nth-child(29){opacity:.656;transform:translate(24.353vw,-10px) scale(.9506);animation:fall-29 29s -4s linear infinite}@keyframes fall-29{62.26%{transform:translate(32.0149vw,62.26vh) scale(.9506)}to{transform:translate(28.18395vw,99vh) scale(.9506)}}.snow:nth-child(30){opacity:1.5524;transform:translate(74.7167vw,-10px) scale(.3758);animation:fall-30 10s -26s linear infinite}@keyframes fall-30{79.225%{transform:translate(81.5295vw,79.225vh) scale(.3758)}to{transform:translate(78.1231vw,99vh) scale(.3758)}}.snow:nth-child(31){opacity:.8836;transform:translate(64.1777vw,-10px) scale(.8656);animation:fall-31 10s -22s linear infinite}@keyframes fall-31{40.247%{transform:translate(66.6278vw,40.247vh) scale(.8656)}to{transform:translate(65.40275vw,99vh) scale(.8656)}}.snow:nth-child(32){opacity:1.8548;transform:translate(44.0083vw,-10px) scale(.995);animation:fall-32 23s -15s linear infinite}@keyframes fall-32{46.164%{transform:translate(38.6787vw,46.164vh) scale(.995)}to{transform:translate(41.3435vw,99vh) scale(.995)}}.snow:nth-child(33){opacity:.51;transform:translate(56.1289vw,-10px) scale(.9373);animation:fall-33 13s -24s linear infinite}@keyframes fall-33{57.217%{transform:translate(49.9584vw,57.217vh) scale(.9373)}to{transform:translate(53.04365vw,99vh) scale(.9373)}}.snow:nth-child(34){opacity:.6838;transform:translate(93.4223vw,-10px) scale(.3827);animation:fall-34 28s -9s linear infinite}@keyframes fall-34{65.431%{transform:translate(99.1293vw,65.431vh) scale(.3827)}to{transform:translate(96.2758vw,99vh) scale(.3827)}}.snow:nth-child(35){opacity:.9398;transform:translate(92.4572vw,-10px) scale(.1732);animation:fall-35 28s -12s linear infinite}@keyframes fall-35{70.174%{transform:translate(85.6936vw,70.174vh) scale(.1732)}to{transform:translate(89.0754vw,99vh) scale(.1732)}}.snow:nth-child(36){opacity:1.6048;transform:translate(84.8818vw,-10px) scale(.1015);animation:fall-36 30s -16s linear infinite}@keyframes fall-36{53.47%{transform:translate(92.3106vw,53.47vh) scale(.1015)}to{transform:translate(88.5962vw,99vh) scale(.1015)}}.snow:nth-child(37){opacity:.7666;transform:translate(97.4381vw,-10px) scale(.7836);animation:fall-37 24s -8s linear infinite}@keyframes fall-37{36.62%{transform:translate(100.9524vw,36.62vh) scale(.7836)}to{transform:translate(99.19525vw,99vh) scale(.7836)}}.snow:nth-child(38){opacity:.9058;transform:translate(.6126vw,-10px) scale(.7563);animation:fall-38 20s -18s linear infinite}@keyframes fall-38{36.62%{transform:translate(.1471vw,36.62vh) scale(.7563)}to{transform:translate(.37985vw,99vh) scale(.7563)}}.snow:nth-child(39){opacity:1.0694;transform:translate(9.6787vw,-10px) scale(.2025);animation:fall-39 24s -19s linear infinite}@keyframes fall-39{70.752%{transform:translate(15.1238vw,70.752vh) scale(.2025)}to{transform:translate(12.40125vw,99vh) scale(.2025)}}.snow:nth-child(40){opacity:1.765;transform:translate(98.1853vw,-10px) scale(.8418);animation:fall-40 23s -11s linear infinite}@keyframes fall-40{43.449%{transform:translate(104.8499vw,43.449vh) scale(.8418)}to{transform:translate(101.5176vw,99vh) scale(.8418)}}.snow:nth-child(41){opacity:.4808;transform:translate(16.9977vw,-10px) scale(.1253);animation:fall-41 23s -23s linear infinite}@keyframes fall-41{42.267%{transform:translate(8.9242vw,42.267vh) scale(.1253)}to{transform:translate(12.96095vw,99vh) scale(.1253)}}.snow:nth-child(42){opacity:.8802;transform:translate(8.8181vw,-10px) scale(.0469);animation:fall-42 30s -18s linear infinite}@keyframes fall-42{75.488%{transform:translate(17.8009vw,75.488vh) scale(.0469)}to{transform:translate(13.3095vw,99vh) scale(.0469)}}.snow:nth-child(43){opacity:.2038;transform:translate(4.2632vw,-10px) scale(.3943);animation:fall-43 21s -14s linear infinite}@keyframes fall-43{70.62%{transform:translate(4.7629vw,70.62vh) scale(.3943)}to{transform:translate(4.51305vw,99vh) scale(.3943)}}.snow:nth-child(44){opacity:1.841;transform:translate(78.8122vw,-10px) scale(.2061);animation:fall-44 26s -27s linear infinite}@keyframes fall-44{76.622%{transform:translate(74.9448vw,76.622vh) scale(.2061)}to{transform:translate(76.8785vw,99vh) scale(.2061)}}.snow:nth-child(45){opacity:1.5296;transform:translate(90.2733vw,-10px) scale(.5438);animation:fall-45 28s -23s linear infinite}@keyframes fall-45{38.047%{transform:translate(96.9929vw,38.047vh) scale(.5438)}to{transform:translate(93.6331vw,99vh) scale(.5438)}}.snow:nth-child(46){opacity:1.984;transform:translate(32.4733vw,-10px) scale(.4662);animation:fall-46 27s -29s linear infinite}@keyframes fall-46{39.119%{transform:translate(32.2455vw,39.119vh) scale(.4662)}to{transform:translate(32.3594vw,99vh) scale(.4662)}}.snow:nth-child(47){opacity:.9958;transform:translate(75.7712vw,-10px) scale(.8849);animation:fall-47 28s -18s linear infinite}@keyframes fall-47{36.607%{transform:translate(69.283vw,36.607vh) scale(.8849)}to{transform:translate(72.5271vw,99vh) scale(.8849)}}.snow:nth-child(48){opacity:1.5072;transform:translate(10.3631vw,-10px) scale(.3708);animation:fall-48 14s -6s linear infinite}@keyframes fall-48{78.018%{transform:translate(9.0148vw,78.018vh) scale(.3708)}to{transform:translate(9.68895vw,99vh) scale(.3708)}}.snow:nth-child(49){opacity:.6632;transform:translate(88.2801vw,-10px) scale(.8044);animation:fall-49 25s -2s linear infinite}@keyframes fall-49{40.569%{transform:translate(92.427vw,40.569vh) scale(.8044)}to{transform:translate(90.35355vw,99vh) scale(.8044)}}.snow:nth-child(50){opacity:1.887;transform:translate(24.2856vw,-10px) scale(.5663);animation:fall-50 26s -4s linear infinite}@keyframes fall-50{62.115%{transform:translate(24.0002vw,62.115vh) scale(.5663)}to{transform:translate(24.1429vw,99vh) scale(.5663)}}.snow:nth-child(51){opacity:1.8254;transform:translate(23.5744vw,-10px) scale(.3142);animation:fall-51 17s -23s linear infinite}@keyframes fall-51{72.784%{transform:translate(27.4912vw,72.784vh) scale(.3142)}to{transform:translate(25.5328vw,99vh) scale(.3142)}}.snow:nth-child(52){opacity:1.8584;transform:translate(31.5202vw,-10px) scale(.0604);animation:fall-52 26s -10s linear infinite}@keyframes fall-52{32.339%{transform:translate(24.62vw,32.339vh) scale(.0604)}to{transform:translate(28.0701vw,99vh) scale(.0604)}}.snow:nth-child(53){opacity:.1644;transform:translate(35.5887vw,-10px) scale(.5534);animation:fall-53 13s -30s linear infinite}@keyframes fall-53{75.615%{transform:translate(33.6529vw,75.615vh) scale(.5534)}to{transform:translate(34.6208vw,99vh) scale(.5534)}}.snow:nth-child(54){opacity:1.7126;transform:translate(50.3913vw,-10px) scale(.9904);animation:fall-54 22s -20s linear infinite}@keyframes fall-54{37.152%{transform:translate(46.7623vw,37.152vh) scale(.9904)}to{transform:translate(48.5768vw,99vh) scale(.9904)}}.snow:nth-child(55){opacity:.9896;transform:translate(25.2937vw,-10px) scale(.5709);animation:fall-55 28s -6s linear infinite}@keyframes fall-55{75.677%{transform:translate(32.6955vw,75.677vh) scale(.5709)}to{transform:translate(28.9946vw,99vh) scale(.5709)}}.snow:nth-child(56){opacity:1.2564;transform:translate(80.2528vw,-10px) scale(.0887);animation:fall-56 24s -8s linear infinite}@keyframes fall-56{39.901%{transform:translate(77.2685vw,39.901vh) scale(.0887)}to{transform:translate(78.76065vw,99vh) scale(.0887)}}.snow:nth-child(57){opacity:1.3446;transform:translate(30.0456vw,-10px) scale(.593);animation:fall-57 27s -29s linear infinite}@keyframes fall-57{64.727%{transform:translate(24.4068vw,64.727vh) scale(.593)}to{transform:translate(27.2262vw,99vh) scale(.593)}}.snow:nth-child(58){opacity:.917;transform:translate(79.6587vw,-10px) scale(.7152);animation:fall-58 21s -8s linear infinite}@keyframes fall-58{57.846%{transform:translate(73.5598vw,57.846vh) scale(.7152)}to{transform:translate(76.60925vw,99vh) scale(.7152)}}.snow:nth-child(59){opacity:.9516;transform:translate(64.3654vw,-10px) scale(.8056);animation:fall-59 17s -14s linear infinite}@keyframes fall-59{46.352%{transform:translate(56.4806vw,46.352vh) scale(.8056)}to{transform:translate(60.423vw,99vh) scale(.8056)}}.snow:nth-child(60){opacity:.553;transform:translate(35.6392vw,-10px) scale(.9185);animation:fall-60 30s -25s linear infinite}@keyframes fall-60{51.716%{transform:translate(27.4973vw,51.716vh) scale(.9185)}to{transform:translate(31.56825vw,99vh) scale(.9185)}}.snow:nth-child(61){opacity:.1666;transform:translate(40.4442vw,-10px) scale(.6732);animation:fall-61 26s -30s linear infinite}@keyframes fall-61{61.007%{transform:translate(37.1258vw,61.007vh) scale(.6732)}to{transform:translate(38.785vw,99vh) scale(.6732)}}.snow:nth-child(62){opacity:.1124;transform:translate(60.7751vw,-10px) scale(.2557);animation:fall-62 22s -6s linear infinite}@keyframes fall-62{48.25%{transform:translate(64.2985vw,48.25vh) scale(.2557)}to{transform:translate(62.5368vw,99vh) scale(.2557)}}.snow:nth-child(63){opacity:.64;transform:translate(83.5719vw,-10px) scale(.0463);animation:fall-63 11s -29s linear infinite}@keyframes fall-63{57.13%{transform:translate(74.1462vw,57.13vh) scale(.0463)}to{transform:translate(78.85905vw,99vh) scale(.0463)}}.snow:nth-child(64){opacity:1.608;transform:translate(94.4923vw,-10px) scale(.0616);animation:fall-64 30s -24s linear infinite}@keyframes fall-64{30.753%{transform:translate(89.3973vw,30.753vh) scale(.0616)}to{transform:translate(91.9448vw,99vh) scale(.0616)}}.snow:nth-child(65){opacity:1.7376;transform:translate(79.4208vw,-10px) scale(.9844);animation:fall-65 10s -4s linear infinite}@keyframes fall-65{67.78%{transform:translate(76.2077vw,67.78vh) scale(.9844)}to{transform:translate(77.81425vw,99vh) scale(.9844)}}.snow:nth-child(66){opacity:.701;transform:translate(7.9654vw,-10px) scale(.902);animation:fall-66 28s -10s linear infinite}@keyframes fall-66{58.446%{transform:translate(5.1977vw,58.446vh) scale(.902)}to{transform:translate(6.58155vw,99vh) scale(.902)}}.snow:nth-child(67){opacity:1.7732;transform:translate(7.1133vw,-10px) scale(.427);animation:fall-67 11s -16s linear infinite}@keyframes fall-67{76.098%{transform:translate(16.4213vw,76.098vh) scale(.427)}to{transform:translate(11.7673vw,99vh) scale(.427)}}.snow:nth-child(68){opacity:.1804;transform:translate(16.3128vw,-10px) scale(.8222);animation:fall-68 26s -8s linear infinite}@keyframes fall-68{73.142%{transform:translate(14.8669vw,73.142vh) scale(.8222)}to{transform:translate(15.58985vw,99vh) scale(.8222)}}.snow:nth-child(69){opacity:1.7908;transform:translate(69.9261vw,-10px) scale(.4103);animation:fall-69 22s -24s linear infinite}@keyframes fall-69{57.154%{transform:translate(71.0847vw,57.154vh) scale(.4103)}to{transform:translate(70.5054vw,99vh) scale(.4103)}}.snow:nth-child(70){opacity:.2894;transform:translate(45.4874vw,-10px) scale(.8946);animation:fall-70 18s -14s linear infinite}@keyframes fall-70{46.473%{transform:translate(54.3027vw,46.473vh) scale(.8946)}to{transform:translate(49.89505vw,99vh) scale(.8946)}}.snow:nth-child(71){opacity:.1494;transform:translate(57.1622vw,-10px) scale(.1648);animation:fall-71 12s -24s linear infinite}@keyframes fall-71{66.956%{transform:translate(61.2306vw,66.956vh) scale(.1648)}to{transform:translate(59.1964vw,99vh) scale(.1648)}}.snow:nth-child(72){opacity:1.4766;transform:translate(32.8406vw,-10px) scale(.007);animation:fall-72 18s -1s linear infinite}@keyframes fall-72{76.111%{transform:translate(29.004vw,76.111vh) scale(.007)}to{transform:translate(30.9223vw,99vh) scale(.007)}}.snow:nth-child(73){opacity:1.4124;transform:translate(43.5997vw,-10px) scale(.8882);animation:fall-73 30s -22s linear infinite}@keyframes fall-73{43.549%{transform:translate(52.317vw,43.549vh) scale(.8882)}to{transform:translate(47.95835vw,99vh) scale(.8882)}}.snow:nth-child(74){opacity:.8074;transform:translate(61.0216vw,-10px) scale(.2115);animation:fall-74 16s -9s linear infinite}@keyframes fall-74{44.031%{transform:translate(61.2935vw,44.031vh) scale(.2115)}to{transform:translate(61.15755vw,99vh) scale(.2115)}}.snow:nth-child(75){opacity:.5836;transform:translate(40.7582vw,-10px) scale(.6461);animation:fall-75 23s -23s linear infinite}@keyframes fall-75{63.523%{transform:translate(40.2921vw,63.523vh) scale(.6461)}to{transform:translate(40.52515vw,99vh) scale(.6461)}}.snow:nth-child(76){opacity:1.564;transform:translate(83.7967vw,-10px) scale(.705);animation:fall-76 26s -5s linear infinite}@keyframes fall-76{49.231%{transform:translate(92.4716vw,49.231vh) scale(.705)}to{transform:translate(88.13415vw,99vh) scale(.705)}}.snow:nth-child(77){opacity:.6356;transform:translate(28.692vw,-10px) scale(.931);animation:fall-77 20s -24s linear infinite}@keyframes fall-77{31.522%{transform:translate(21.2223vw,31.522vh) scale(.931)}to{transform:translate(24.95715vw,99vh) scale(.931)}}.snow:nth-child(78){opacity:1.688;transform:translate(7.0175vw,-10px) scale(.8061);animation:fall-78 16s -18s linear infinite}@keyframes fall-78{59.447%{transform:translate(10.5747vw,59.447vh) scale(.8061)}to{transform:translate(8.7961vw,99vh) scale(.8061)}}.snow:nth-child(79){opacity:1.3586;transform:translate(62.1261vw,-10px) scale(.6841);animation:fall-79 16s -3s linear infinite}@keyframes fall-79{58.966%{transform:translate(70.2582vw,58.966vh) scale(.6841)}to{transform:translate(66.19215vw,99vh) scale(.6841)}}.snow:nth-child(80){opacity:1.4122;transform:translate(19.4735vw,-10px) scale(.2428);animation:fall-80 18s -25s linear infinite}@keyframes fall-80{44.187%{transform:translate(10.1583vw,44.187vh) scale(.2428)}to{transform:translate(14.8159vw,99vh) scale(.2428)}}.snow:nth-child(81){opacity:1.168;transform:translate(94.043vw,-10px) scale(.8397);animation:fall-81 27s -5s linear infinite}@keyframes fall-81{63.196%{transform:translate(101.6538vw,63.196vh) scale(.8397)}to{transform:translate(97.8484vw,99vh) scale(.8397)}}.snow:nth-child(82){opacity:1.451;transform:translate(32.6524vw,-10px) scale(.9392);animation:fall-82 29s -15s linear infinite}@keyframes fall-82{45.568%{transform:translate(40.3859vw,45.568vh) scale(.9392)}to{transform:translate(36.51915vw,99vh) scale(.9392)}}.snow:nth-child(83){opacity:.2754;transform:translate(83.9818vw,-10px) scale(.1692);animation:fall-83 23s -17s linear infinite}@keyframes fall-83{72.314%{transform:translate(82.5017vw,72.314vh) scale(.1692)}to{transform:translate(83.24175vw,99vh) scale(.1692)}}.snow:nth-child(84){opacity:.788;transform:translate(53.1263vw,-10px) scale(.5554);animation:fall-84 10s -12s linear infinite}@keyframes fall-84{70.038%{transform:translate(62.803vw,70.038vh) scale(.5554)}to{transform:translate(57.96465vw,99vh) scale(.5554)}}.snow:nth-child(85){opacity:.6416;transform:translate(69.7029vw,-10px) scale(.2084);animation:fall-85 12s -29s linear infinite}@keyframes fall-85{79.369%{transform:translate(66.8035vw,79.369vh) scale(.2084)}to{transform:translate(68.2532vw,99vh) scale(.2084)}}.snow:nth-child(86){opacity:1.8122;transform:translate(61.7684vw,-10px) scale(.936);animation:fall-86 10s -27s linear infinite}@keyframes fall-86{72.102%{transform:translate(71.517vw,72.102vh) scale(.936)}to{transform:translate(66.6427vw,99vh) scale(.936)}}.snow:nth-child(87){opacity:1.8568;transform:translate(97.396vw,-10px) scale(.6181);animation:fall-87 23s -11s linear infinite}@keyframes fall-87{34.869%{transform:translate(106.3033vw,34.869vh) scale(.6181)}to{transform:translate(101.84965vw,99vh) scale(.6181)}}.snow:nth-child(88){opacity:.8182;transform:translate(72.5224vw,-10px) scale(.3965);animation:fall-88 11s -13s linear infinite}@keyframes fall-88{63.604%{transform:translate(79.804vw,63.604vh) scale(.3965)}to{transform:translate(76.1632vw,99vh) scale(.3965)}}.snow:nth-child(89){opacity:.0896;transform:translate(16.0638vw,-10px) scale(.1338);animation:fall-89 20s -20s linear infinite}@keyframes fall-89{41.82%{transform:translate(18.2368vw,41.82vh) scale(.1338)}to{transform:translate(17.1503vw,99vh) scale(.1338)}}.snow:nth-child(90){opacity:.6166;transform:translate(12.5485vw,-10px) scale(.8341);animation:fall-90 20s -8s linear infinite}@keyframes fall-90{47.679%{transform:translate(22.5451vw,47.679vh) scale(.8341)}to{transform:translate(17.5468vw,99vh) scale(.8341)}}.snow:nth-child(91){opacity:1.489;transform:translate(73.2023vw,-10px) scale(.9865);animation:fall-91 17s -14s linear infinite}@keyframes fall-91{78.683%{transform:translate(80.5258vw,78.683vh) scale(.9865)}to{transform:translate(76.86405vw,99vh) scale(.9865)}}.snow:nth-child(92){opacity:1.14;transform:translate(6.6167vw,-10px) scale(.1655);animation:fall-92 24s -16s linear infinite}@keyframes fall-92{43.007%{transform:translate(7.5038vw,43.007vh) scale(.1655)}to{transform:translate(7.06025vw,99vh) scale(.1655)}}.snow:nth-child(93){opacity:1.924;transform:translate(81.6135vw,-10px) scale(.2122);animation:fall-93 19s -22s linear infinite}@keyframes fall-93{31.965%{transform:translate(80.8666vw,31.965vh) scale(.2122)}to{transform:translate(81.24005vw,99vh) scale(.2122)}}.snow:nth-child(94){opacity:1.837;transform:translate(55.8495vw,-10px) scale(.0441);animation:fall-94 24s -18s linear infinite}@keyframes fall-94{56.979%{transform:translate(59.9186vw,56.979vh) scale(.0441)}to{transform:translate(57.88405vw,99vh) scale(.0441)}}.snow:nth-child(95){opacity:1.0672;transform:translate(73.3075vw,-10px) scale(.968);animation:fall-95 10s -18s linear infinite}@keyframes fall-95{71.896%{transform:translate(76.1919vw,71.896vh) scale(.968)}to{transform:translate(74.7497vw,99vh) scale(.968)}}.snow:nth-child(96){opacity:1.1948;transform:translate(77.1268vw,-10px) scale(.4931);animation:fall-96 12s -10s linear infinite}@keyframes fall-96{47.648%{transform:translate(71.1897vw,47.648vh) scale(.4931)}to{transform:translate(74.15825vw,99vh) scale(.4931)}}.snow:nth-child(97){opacity:.0242;transform:translate(54.2475vw,-10px) scale(.3763);animation:fall-97 15s -5s linear infinite}@keyframes fall-97{51.439%{transform:translate(51.9618vw,51.439vh) scale(.3763)}to{transform:translate(53.10465vw,99vh) scale(.3763)}}.snow:nth-child(98){opacity:1.8614;transform:translate(12.3106vw,-10px) scale(.2214);animation:fall-98 24s -2s linear infinite}@keyframes fall-98{49.904%{transform:translate(4.9607vw,49.904vh) scale(.2214)}to{transform:translate(8.63565vw,99vh) scale(.2214)}}.snow:nth-child(99){opacity:1.7414;transform:translate(84.5248vw,-10px) scale(.1787);animation:fall-99 10s -17s linear infinite}@keyframes fall-99{73.976%{transform:translate(86.5226vw,73.976vh) scale(.1787)}to{transform:translate(85.5237vw,99vh) scale(.1787)}}.snow:nth-child(100){opacity:.2516;transform:translate(58.6405vw,-10px) scale(.5497);animation:fall-100 27s -3s linear infinite}@keyframes fall-100{43.79%{transform:translate(57.7658vw,43.79vh) scale(.5497)}to{transform:translate(58.20315vw,99vh) scale(.5497)}}.snow:nth-child(101){opacity:.8002;transform:translate(56.0313vw,-10px) scale(.7486);animation:fall-101 18s -17s linear infinite}@keyframes fall-101{68.025%{transform:translate(62.2137vw,68.025vh) scale(.7486)}to{transform:translate(59.1225vw,99vh) scale(.7486)}}.snow:nth-child(102){opacity:.3992;transform:translate(15.6543vw,-10px) scale(.1661);animation:fall-102 13s -26s linear infinite}@keyframes fall-102{65.566%{transform:translate(16.1064vw,65.566vh) scale(.1661)}to{transform:translate(15.88035vw,99vh) scale(.1661)}}.snow:nth-child(103){opacity:.3138;transform:translate(2.8193vw,-10px) scale(.291);animation:fall-103 13s -7s linear infinite}@keyframes fall-103{37.769%{transform:translate(.4883vw,37.769vh) scale(.291)}to{transform:translate(1.6538vw,99vh) scale(.291)}}.snow:nth-child(104){opacity:1.7842;transform:translate(25.5349vw,-10px) scale(.4052);animation:fall-104 25s -4s linear infinite}@keyframes fall-104{66.895%{transform:translate(19.8966vw,66.895vh) scale(.4052)}to{transform:translate(22.71575vw,99vh) scale(.4052)}}.snow:nth-child(105){opacity:.151;transform:translate(31.0455vw,-10px) scale(.1872);animation:fall-105 23s -30s linear infinite}@keyframes fall-105{61.425%{transform:translate(26.9343vw,61.425vh) scale(.1872)}to{transform:translate(28.9899vw,99vh) scale(.1872)}}.snow:nth-child(106){opacity:.65;transform:translate(44.5326vw,-10px) scale(.4736);animation:fall-106 16s -21s linear infinite}@keyframes fall-106{66.024%{transform:translate(53.4421vw,66.024vh) scale(.4736)}to{transform:translate(48.98735vw,99vh) scale(.4736)}}.snow:nth-child(107){opacity:.9348;transform:translate(33.8126vw,-10px) scale(.8311);animation:fall-107 18s -13s linear infinite}@keyframes fall-107{36.265%{transform:translate(33.1177vw,36.265vh) scale(.8311)}to{transform:translate(33.46515vw,99vh) scale(.8311)}}.snow:nth-child(108){opacity:.0694;transform:translate(20.1616vw,-10px) scale(.1559);animation:fall-108 12s -23s linear infinite}@keyframes fall-108{60.71%{transform:translate(23.2984vw,60.71vh) scale(.1559)}to{transform:translate(21.73vw,99vh) scale(.1559)}}.snow:nth-child(109){opacity:1.2322;transform:translate(40.7524vw,-10px) scale(.447);animation:fall-109 12s -18s linear infinite}@keyframes fall-109{49.442%{transform:translate(38.3545vw,49.442vh) scale(.447)}to{transform:translate(39.55345vw,99vh) scale(.447)}}.snow:nth-child(110){opacity:1.224;transform:translate(2.2349vw,-10px) scale(.6199);animation:fall-110 27s -9s linear infinite}@keyframes fall-110{43.78%{transform:translate(-3.7785vw,43.78vh) scale(.6199)}to{transform:translate(-.7718vw,99vh) scale(.6199)}}.snow:nth-child(111){opacity:.4804;transform:translate(3.0467vw,-10px) scale(.3459);animation:fall-111 30s -18s linear infinite}@keyframes fall-111{39.452%{transform:translate(.6582vw,39.452vh) scale(.3459)}to{transform:translate(1.85245vw,99vh) scale(.3459)}}.snow:nth-child(112){opacity:.7882;transform:translate(18.6335vw,-10px) scale(.969);animation:fall-112 23s -22s linear infinite}@keyframes fall-112{44.009%{transform:translate(8.8206vw,44.009vh) scale(.969)}to{transform:translate(13.72705vw,99vh) scale(.969)}}.snow:nth-child(113){opacity:.4656;transform:translate(26.2931vw,-10px) scale(.9847);animation:fall-113 10s -10s linear infinite}@keyframes fall-113{55.242%{transform:translate(34.0517vw,55.242vh) scale(.9847)}to{transform:translate(30.1724vw,99vh) scale(.9847)}}.snow:nth-child(114){opacity:.4374;transform:translate(8.4255vw,-10px) scale(.9763);animation:fall-114 22s -23s linear infinite}@keyframes fall-114{72.393%{transform:translate(7.5031vw,72.393vh) scale(.9763)}to{transform:translate(7.9643vw,99vh) scale(.9763)}}.snow:nth-child(115){opacity:1.966;transform:translate(36.9231vw,-10px) scale(.257);animation:fall-115 29s -28s linear infinite}@keyframes fall-115{31.087%{transform:translate(43.5377vw,31.087vh) scale(.257)}to{transform:translate(40.2304vw,99vh) scale(.257)}}.snow:nth-child(116){opacity:1.048;transform:translate(87.8949vw,-10px) scale(.8847);animation:fall-116 28s -19s linear infinite}@keyframes fall-116{47.421%{transform:translate(92.9798vw,47.421vh) scale(.8847)}to{transform:translate(90.43735vw,99vh) scale(.8847)}}.snow:nth-child(117){opacity:.5292;transform:translate(70.7671vw,-10px) scale(.3683);animation:fall-117 24s -9s linear infinite}@keyframes fall-117{53.691%{transform:translate(72.5065vw,53.691vh) scale(.3683)}to{transform:translate(71.6368vw,99vh) scale(.3683)}}.snow:nth-child(118){opacity:.202;transform:translate(84.1065vw,-10px) scale(.4771);animation:fall-118 24s -5s linear infinite}@keyframes fall-118{57.047%{transform:translate(81.8626vw,57.047vh) scale(.4771)}to{transform:translate(82.98455vw,99vh) scale(.4771)}}.snow:nth-child(119){opacity:1.8716;transform:translate(66.0398vw,-10px) scale(.1437);animation:fall-119 28s -2s linear infinite}@keyframes fall-119{46.672%{transform:translate(75.7241vw,46.672vh) scale(.1437)}to{transform:translate(70.88195vw,99vh) scale(.1437)}}.snow:nth-child(120){opacity:.66;transform:translate(9.4439vw,-10px) scale(.6032);animation:fall-120 30s -4s linear infinite}@keyframes fall-120{74.948%{transform:translate(14.6338vw,74.948vh) scale(.6032)}to{transform:translate(12.03885vw,99vh) scale(.6032)}}.snow:nth-child(121){opacity:1.2472;transform:translate(84.733vw,-10px) scale(.9943);animation:fall-121 11s -2s linear infinite}@keyframes fall-121{58.553%{transform:translate(82.6776vw,58.553vh) scale(.9943)}to{transform:translate(83.7053vw,99vh) scale(.9943)}}.snow:nth-child(122){opacity:1.462;transform:translate(42.9426vw,-10px) scale(.6198);animation:fall-122 17s -8s linear infinite}@keyframes fall-122{66.3%{transform:translate(47.0671vw,66.3vh) scale(.6198)}to{transform:translate(45.00485vw,99vh) scale(.6198)}}.snow:nth-child(123){opacity:.0616;transform:translate(57.8591vw,-10px) scale(.0978);animation:fall-123 19s -26s linear infinite}@keyframes fall-123{79.387%{transform:translate(63.7629vw,79.387vh) scale(.0978)}to{transform:translate(60.811vw,99vh) scale(.0978)}}.snow:nth-child(124){opacity:.3566;transform:translate(96.065vw,-10px) scale(.0994);animation:fall-124 28s -20s linear infinite}@keyframes fall-124{76.22%{transform:translate(91.2377vw,76.22vh) scale(.0994)}to{transform:translate(93.65135vw,99vh) scale(.0994)}}.snow:nth-child(125){opacity:.909;transform:translate(23.0586vw,-10px) scale(.4383);animation:fall-125 17s -14s linear infinite}@keyframes fall-125{75.136%{transform:translate(13.6275vw,75.136vh) scale(.4383)}to{transform:translate(18.34305vw,99vh) scale(.4383)}}.snow:nth-child(126){opacity:1.2346;transform:translate(11.5707vw,-10px) scale(.6643);animation:fall-126 16s -21s linear infinite}@keyframes fall-126{74.923%{transform:translate(13.8671vw,74.923vh) scale(.6643)}to{transform:translate(12.7189vw,99vh) scale(.6643)}}.snow:nth-child(127){opacity:1.1364;transform:translate(6.1685vw,-10px) scale(.7435);animation:fall-127 25s -8s linear infinite}@keyframes fall-127{63.025%{transform:translate(11.6905vw,63.025vh) scale(.7435)}to{transform:translate(8.9295vw,99vh) scale(.7435)}}.snow:nth-child(128){opacity:1.781;transform:translate(38.9632vw,-10px) scale(.6161);animation:fall-128 29s -19s linear infinite}@keyframes fall-128{75.915%{transform:translate(46.6715vw,75.915vh) scale(.6161)}to{transform:translate(42.81735vw,99vh) scale(.6161)}}.snow:nth-child(129){opacity:1.4556;transform:translate(11.0311vw,-10px) scale(.5415);animation:fall-129 27s -11s linear infinite}@keyframes fall-129{64.714%{transform:translate(15.403vw,64.714vh) scale(.5415)}to{transform:translate(13.21705vw,99vh) scale(.5415)}}.snow:nth-child(130){opacity:.8996;transform:translate(3.3772vw,-10px) scale(.7834);animation:fall-130 26s -10s linear infinite}@keyframes fall-130{70.613%{transform:translate(7.7052vw,70.613vh) scale(.7834)}to{transform:translate(5.5412vw,99vh) scale(.7834)}}.snow:nth-child(131){opacity:.0954;transform:translate(42.26vw,-10px) scale(.777);animation:fall-131 14s -12s linear infinite}@keyframes fall-131{54.096%{transform:translate(48.7004vw,54.096vh) scale(.777)}to{transform:translate(45.4802vw,99vh) scale(.777)}}.snow:nth-child(132){opacity:.4606;transform:translate(13.3986vw,-10px) scale(.0795);animation:fall-132 24s -13s linear infinite}@keyframes fall-132{58.97%{transform:translate(7.5116vw,58.97vh) scale(.0795)}to{transform:translate(10.4551vw,99vh) scale(.0795)}}.snow:nth-child(133){opacity:1.213;transform:translate(93.3385vw,-10px) scale(.2275);animation:fall-133 15s -14s linear infinite}@keyframes fall-133{52.984%{transform:translate(92.8227vw,52.984vh) scale(.2275)}to{transform:translate(93.0806vw,99vh) scale(.2275)}}.snow:nth-child(134){opacity:.2272;transform:translate(24.3019vw,-10px) scale(.2655);animation:fall-134 10s -7s linear infinite}@keyframes fall-134{46.928%{transform:translate(33.3031vw,46.928vh) scale(.2655)}to{transform:translate(28.8025vw,99vh) scale(.2655)}}.snow:nth-child(135){opacity:1.039;transform:translate(53.4128vw,-10px) scale(.1499);animation:fall-135 16s -13s linear infinite}@keyframes fall-135{61.719%{transform:translate(50.9579vw,61.719vh) scale(.1499)}to{transform:translate(52.18535vw,99vh) scale(.1499)}}.snow:nth-child(136){opacity:1.1948;transform:translate(27.2625vw,-10px) scale(.4928);animation:fall-136 26s -28s linear infinite}@keyframes fall-136{70.408%{transform:translate(29.0252vw,70.408vh) scale(.4928)}to{transform:translate(28.14385vw,99vh) scale(.4928)}}.snow:nth-child(137){opacity:1.2288;transform:translate(9.7275vw,-10px) scale(.4359);animation:fall-137 21s -5s linear infinite}@keyframes fall-137{40.611%{transform:translate(.8041vw,40.611vh) scale(.4359)}to{transform:translate(5.2658vw,99vh) scale(.4359)}}.snow:nth-child(138){opacity:1.2316;transform:translate(58.4665vw,-10px) scale(.5508);animation:fall-138 12s -24s linear infinite}@keyframes fall-138{75.365%{transform:translate(66.1696vw,75.365vh) scale(.5508)}to{transform:translate(62.31805vw,99vh) scale(.5508)}}.snow:nth-child(139){opacity:1.1016;transform:translate(88.4506vw,-10px) scale(.5132);animation:fall-139 22s -23s linear infinite}@keyframes fall-139{33.978%{transform:translate(80.8683vw,33.978vh) scale(.5132)}to{transform:translate(84.65945vw,99vh) scale(.5132)}}.snow:nth-child(140){opacity:.1522;transform:translate(36.2057vw,-10px) scale(.3314);animation:fall-140 17s -4s linear infinite}@keyframes fall-140{56.931%{transform:translate(38.9211vw,56.931vh) scale(.3314)}to{transform:translate(37.5634vw,99vh) scale(.3314)}}.snow:nth-child(141){opacity:1.5686;transform:translate(37.637vw,-10px) scale(.3887);animation:fall-141 24s -27s linear infinite}@keyframes fall-141{46.559%{transform:translate(41.1289vw,46.559vh) scale(.3887)}to{transform:translate(39.38295vw,99vh) scale(.3887)}}.snow:nth-child(142){opacity:1.1146;transform:translate(74.6066vw,-10px) scale(.2466);animation:fall-142 30s -15s linear infinite}@keyframes fall-142{50.578%{transform:translate(80.4639vw,50.578vh) scale(.2466)}to{transform:translate(77.53525vw,99vh) scale(.2466)}}.snow:nth-child(143){opacity:1.824;transform:translate(51.0588vw,-10px) scale(.9359);animation:fall-143 22s -30s linear infinite}@keyframes fall-143{64.118%{transform:translate(47.3751vw,64.118vh) scale(.9359)}to{transform:translate(49.21695vw,99vh) scale(.9359)}}.snow:nth-child(144){opacity:.5642;transform:translate(94.1817vw,-10px) scale(.6616);animation:fall-144 26s -8s linear infinite}@keyframes fall-144{42.833%{transform:translate(101.3909vw,42.833vh) scale(.6616)}to{transform:translate(97.7863vw,99vh) scale(.6616)}}.snow:nth-child(145){opacity:1.5236;transform:translate(47.58vw,-10px) scale(.8175);animation:fall-145 15s -27s linear infinite}@keyframes fall-145{48.71%{transform:translate(45.286vw,48.71vh) scale(.8175)}to{transform:translate(46.433vw,99vh) scale(.8175)}}.snow:nth-child(146){opacity:.8202;transform:translate(38.6195vw,-10px) scale(.7189);animation:fall-146 16s -5s linear infinite}@keyframes fall-146{71.24%{transform:translate(35.2071vw,71.24vh) scale(.7189)}to{transform:translate(36.9133vw,99vh) scale(.7189)}}.snow:nth-child(147){opacity:.0184;transform:translate(1.8042vw,-10px) scale(.2078);animation:fall-147 23s -10s linear infinite}@keyframes fall-147{51.42%{transform:translate(-2.4318vw,51.42vh) scale(.2078)}to{transform:translate(-.3138vw,99vh) scale(.2078)}}.snow:nth-child(148){opacity:.6158;transform:translate(60.1498vw,-10px) scale(.5402);animation:fall-148 14s -3s linear infinite}@keyframes fall-148{39.964%{transform:translate(64.7237vw,39.964vh) scale(.5402)}to{transform:translate(62.43675vw,99vh) scale(.5402)}}.snow:nth-child(149){opacity:.1536;transform:translate(18.306vw,-10px) scale(.1801);animation:fall-149 13s -25s linear infinite}@keyframes fall-149{48.046%{transform:translate(8.5761vw,48.046vh) scale(.1801)}to{transform:translate(13.44105vw,99vh) scale(.1801)}}.snow:nth-child(150){opacity:1.8908;transform:translate(99.3937vw,-10px) scale(.3109);animation:fall-150 11s -4s linear infinite}@keyframes fall-150{54.054%{transform:translate(101.329vw,54.054vh) scale(.3109)}to{transform:translate(100.36135vw,99vh) scale(.3109)}}.snow:nth-child(151){opacity:1.7412;transform:translate(86.341vw,-10px) scale(.472);animation:fall-151 19s -16s linear infinite}@keyframes fall-151{76.092%{transform:translate(95.6801vw,76.092vh) scale(.472)}to{transform:translate(91.01055vw,99vh) scale(.472)}}.snow:nth-child(152){opacity:1.2078;transform:translate(67.6528vw,-10px) scale(.8508);animation:fall-152 27s -23s linear infinite}@keyframes fall-152{52.6%{transform:translate(75.3425vw,52.6vh) scale(.8508)}to{transform:translate(71.49765vw,99vh) scale(.8508)}}.snow:nth-child(153){opacity:1.0778;transform:translate(36.9521vw,-10px) scale(.0986);animation:fall-153 30s -10s linear infinite}@keyframes fall-153{55.785%{transform:translate(27.2213vw,55.785vh) scale(.0986)}to{transform:translate(32.0867vw,99vh) scale(.0986)}}.snow:nth-child(154){opacity:1.8574;transform:translate(55.7915vw,-10px) scale(.14);animation:fall-154 15s -11s linear infinite}@keyframes fall-154{60.836%{transform:translate(53.0291vw,60.836vh) scale(.14)}to{transform:translate(54.4103vw,99vh) scale(.14)}}.snow:nth-child(155){opacity:1.0098;transform:translate(19.0873vw,-10px) scale(.7138);animation:fall-155 21s -12s linear infinite}@keyframes fall-155{39.068%{transform:translate(15.2495vw,39.068vh) scale(.7138)}to{transform:translate(17.1684vw,99vh) scale(.7138)}}.snow:nth-child(156){opacity:.6118;transform:translate(30.1088vw,-10px) scale(.6097);animation:fall-156 17s -3s linear infinite}@keyframes fall-156{51.525%{transform:translate(39.4651vw,51.525vh) scale(.6097)}to{transform:translate(34.78695vw,99vh) scale(.6097)}}.snow:nth-child(157){opacity:.115;transform:translate(91.1737vw,-10px) scale(.2112);animation:fall-157 10s -16s linear infinite}@keyframes fall-157{61.168%{transform:translate(98.7459vw,61.168vh) scale(.2112)}to{transform:translate(94.9598vw,99vh) scale(.2112)}}.snow:nth-child(158){opacity:1.3782;transform:translate(23.863vw,-10px) scale(.6383);animation:fall-158 17s -9s linear infinite}@keyframes fall-158{68.525%{transform:translate(15.4241vw,68.525vh) scale(.6383)}to{transform:translate(19.64355vw,99vh) scale(.6383)}}.snow:nth-child(159){opacity:1.915;transform:translate(67.2366vw,-10px) scale(.8724);animation:fall-159 22s -30s linear infinite}@keyframes fall-159{71.227%{transform:translate(57.2392vw,71.227vh) scale(.8724)}to{transform:translate(62.2379vw,99vh) scale(.8724)}}.snow:nth-child(160){opacity:1.1534;transform:translate(94.6755vw,-10px) scale(.911);animation:fall-160 27s -7s linear infinite}@keyframes fall-160{71.424%{transform:translate(90.6613vw,71.424vh) scale(.911)}to{transform:translate(92.6684vw,99vh) scale(.911)}}.snow:nth-child(161){opacity:.4124;transform:translate(90.2289vw,-10px) scale(.6192);animation:fall-161 25s -17s linear infinite}@keyframes fall-161{50.447%{transform:translate(87.2145vw,50.447vh) scale(.6192)}to{transform:translate(88.7217vw,99vh) scale(.6192)}}.snow:nth-child(162){opacity:1.3372;transform:translate(76.9408vw,-10px) scale(.5091);animation:fall-162 12s -22s linear infinite}@keyframes fall-162{67.967%{transform:translate(70.6084vw,67.967vh) scale(.5091)}to{transform:translate(73.7746vw,99vh) scale(.5091)}}.snow:nth-child(163){opacity:.2196;transform:translate(59.641vw,-10px) scale(.8704);animation:fall-163 11s -2s linear infinite}@keyframes fall-163{74.522%{transform:translate(55.7672vw,74.522vh) scale(.8704)}to{transform:translate(57.7041vw,99vh) scale(.8704)}}.snow:nth-child(164){opacity:.1994;transform:translate(75.7984vw,-10px) scale(.6508);animation:fall-164 25s -21s linear infinite}@keyframes fall-164{56.356%{transform:translate(67.3889vw,56.356vh) scale(.6508)}to{transform:translate(71.59365vw,99vh) scale(.6508)}}.snow:nth-child(165){opacity:.409;transform:translate(86.2869vw,-10px) scale(.9932);animation:fall-165 16s -24s linear infinite}@keyframes fall-165{59.377%{transform:translate(86.5484vw,59.377vh) scale(.9932)}to{transform:translate(86.41765vw,99vh) scale(.9932)}}.snow:nth-child(166){opacity:1.2882;transform:translate(34.0184vw,-10px) scale(.7691);animation:fall-166 26s -25s linear infinite}@keyframes fall-166{35.239%{transform:translate(39.7735vw,35.239vh) scale(.7691)}to{transform:translate(36.89595vw,99vh) scale(.7691)}}.snow:nth-child(167){opacity:1.084;transform:translate(23.475vw,-10px) scale(.5001);animation:fall-167 26s -3s linear infinite}@keyframes fall-167{61.248%{transform:translate(32.5199vw,61.248vh) scale(.5001)}to{transform:translate(27.99745vw,99vh) scale(.5001)}}.snow:nth-child(168){opacity:1.4984;transform:translate(65.1617vw,-10px) scale(.4568);animation:fall-168 18s -5s linear infinite}@keyframes fall-168{39.237%{transform:translate(70.7295vw,39.237vh) scale(.4568)}to{transform:translate(67.9456vw,99vh) scale(.4568)}}.snow:nth-child(169){opacity:.3984;transform:translate(60.2319vw,-10px) scale(.4648);animation:fall-169 15s -27s linear infinite}@keyframes fall-169{40.884%{transform:translate(66.3247vw,40.884vh) scale(.4648)}to{transform:translate(63.2783vw,99vh) scale(.4648)}}.snow:nth-child(170){opacity:.598;transform:translate(37.7155vw,-10px) scale(.0837);animation:fall-170 19s -25s linear infinite}@keyframes fall-170{55.04%{transform:translate(45.7114vw,55.04vh) scale(.0837)}to{transform:translate(41.71345vw,99vh) scale(.0837)}}.snow:nth-child(171){opacity:.0938;transform:translate(98.0122vw,-10px) scale(.2412);animation:fall-171 19s -23s linear infinite}@keyframes fall-171{76.323%{transform:translate(89.5335vw,76.323vh) scale(.2412)}to{transform:translate(93.77285vw,99vh) scale(.2412)}}.snow:nth-child(172){opacity:.1074;transform:translate(58.6034vw,-10px) scale(.1307);animation:fall-172 22s -6s linear infinite}@keyframes fall-172{74.498%{transform:translate(55.91vw,74.498vh) scale(.1307)}to{transform:translate(57.2567vw,99vh) scale(.1307)}}.snow:nth-child(173){opacity:.2816;transform:translate(53.4175vw,-10px) scale(.8061);animation:fall-173 19s -30s linear infinite}@keyframes fall-173{37.077%{transform:translate(55.5497vw,37.077vh) scale(.8061)}to{transform:translate(54.4836vw,99vh) scale(.8061)}}.snow:nth-child(174){opacity:.7306;transform:translate(83.0573vw,-10px) scale(.04);animation:fall-174 19s -17s linear infinite}@keyframes fall-174{52.468%{transform:translate(82.165vw,52.468vh) scale(.04)}to{transform:translate(82.61115vw,99vh) scale(.04)}}.snow:nth-child(175){opacity:1.7436;transform:translate(60.3224vw,-10px) scale(.936);animation:fall-175 10s -8s linear infinite}@keyframes fall-175{79.765%{transform:translate(54.1972vw,79.765vh) scale(.936)}to{transform:translate(57.2598vw,99vh) scale(.936)}}.snow:nth-child(176){opacity:.0302;transform:translate(20.0048vw,-10px) scale(.5699);animation:fall-176 13s -13s linear infinite}@keyframes fall-176{55.026%{transform:translate(16.0747vw,55.026vh) scale(.5699)}to{transform:translate(18.03975vw,99vh) scale(.5699)}}.snow:nth-child(177){opacity:1.1008;transform:translate(47.9798vw,-10px) scale(.4605);animation:fall-177 25s -13s linear infinite}@keyframes fall-177{73.48%{transform:translate(49.0039vw,73.48vh) scale(.4605)}to{transform:translate(48.49185vw,99vh) scale(.4605)}}.snow:nth-child(178){opacity:.9038;transform:translate(45.7301vw,-10px) scale(.7544);animation:fall-178 11s -22s linear infinite}@keyframes fall-178{44.355%{transform:translate(39.6606vw,44.355vh) scale(.7544)}to{transform:translate(42.69535vw,99vh) scale(.7544)}}.snow:nth-child(179){opacity:1.0016;transform:translate(98.7846vw,-10px) scale(.3865);animation:fall-179 22s -9s linear infinite}@keyframes fall-179{60.252%{transform:translate(108.6144vw,60.252vh) scale(.3865)}to{transform:translate(103.6995vw,99vh) scale(.3865)}}.snow:nth-child(180){opacity:1.8074;transform:translate(37.8301vw,-10px) scale(.75);animation:fall-180 13s -8s linear infinite}@keyframes fall-180{52.592%{transform:translate(35.9906vw,52.592vh) scale(.75)}to{transform:translate(36.91035vw,99vh) scale(.75)}}.snow:nth-child(181){opacity:.7152;transform:translate(5.1484vw,-10px) scale(.8563);animation:fall-181 12s -11s linear infinite}@keyframes fall-181{55.426%{transform:translate(12.6788vw,55.426vh) scale(.8563)}to{transform:translate(8.9136vw,99vh) scale(.8563)}}.snow:nth-child(182){opacity:.0724;transform:translate(67.3633vw,-10px) scale(.9467);animation:fall-182 12s -26s linear infinite}@keyframes fall-182{65.277%{transform:translate(74.7262vw,65.277vh) scale(.9467)}to{transform:translate(71.04475vw,99vh) scale(.9467)}}.snow:nth-child(183){opacity:1.436;transform:translate(38.665vw,-10px) scale(.4677);animation:fall-183 18s -15s linear infinite}@keyframes fall-183{34.584%{transform:translate(31.2046vw,34.584vh) scale(.4677)}to{transform:translate(34.9348vw,99vh) scale(.4677)}}.snow:nth-child(184){opacity:1.5072;transform:translate(13.8265vw,-10px) scale(.7033);animation:fall-184 10s -16s linear infinite}@keyframes fall-184{58.342%{transform:translate(21.4166vw,58.342vh) scale(.7033)}to{transform:translate(17.62155vw,99vh) scale(.7033)}}.snow:nth-child(185){opacity:1.8964;transform:translate(55.1929vw,-10px) scale(.8331);animation:fall-185 25s -23s linear infinite}@keyframes fall-185{48.166%{transform:translate(56.5795vw,48.166vh) scale(.8331)}to{transform:translate(55.8862vw,99vh) scale(.8331)}}.snow:nth-child(186){opacity:.2964;transform:translate(28.8003vw,-10px) scale(.3949);animation:fall-186 29s -17s linear infinite}@keyframes fall-186{42.993%{transform:translate(25.7589vw,42.993vh) scale(.3949)}to{transform:translate(27.2796vw,99vh) scale(.3949)}}.snow:nth-child(187){opacity:.734;transform:translate(94.1861vw,-10px) scale(.8612);animation:fall-187 30s -3s linear infinite}@keyframes fall-187{33.646%{transform:translate(87.8878vw,33.646vh) scale(.8612)}to{transform:translate(91.03695vw,99vh) scale(.8612)}}.snow:nth-child(188){opacity:1.0042;transform:translate(37.1058vw,-10px) scale(.7809);animation:fall-188 21s -20s linear infinite}@keyframes fall-188{38.673%{transform:translate(43.0749vw,38.673vh) scale(.7809)}to{transform:translate(40.09035vw,99vh) scale(.7809)}}.snow:nth-child(189){opacity:1.5782;transform:translate(87.5408vw,-10px) scale(.4218);animation:fall-189 22s -2s linear infinite}@keyframes fall-189{78.211%{transform:translate(89.5259vw,78.211vh) scale(.4218)}to{transform:translate(88.53335vw,99vh) scale(.4218)}}.snow:nth-child(190){opacity:1.078;transform:translate(18.0586vw,-10px) scale(.429);animation:fall-190 27s -12s linear infinite}@keyframes fall-190{52.435%{transform:translate(17.1278vw,52.435vh) scale(.429)}to{transform:translate(17.5932vw,99vh) scale(.429)}}.snow:nth-child(191){opacity:1.6714;transform:translate(9.3714vw,-10px) scale(.9534);animation:fall-191 19s -19s linear infinite}@keyframes fall-191{44.677%{transform:translate(2.1324vw,44.677vh) scale(.9534)}to{transform:translate(5.7519vw,99vh) scale(.9534)}}.snow:nth-child(192){opacity:1.2432;transform:translate(85.6624vw,-10px) scale(.7443);animation:fall-192 10s -8s linear infinite}@keyframes fall-192{30.33%{transform:translate(84.3204vw,30.33vh) scale(.7443)}to{transform:translate(84.9914vw,99vh) scale(.7443)}}.snow:nth-child(193){opacity:.6326;transform:translate(93.5312vw,-10px) scale(.6547);animation:fall-193 13s -18s linear infinite}@keyframes fall-193{75.63%{transform:translate(101.2751vw,75.63vh) scale(.6547)}to{transform:translate(97.40315vw,99vh) scale(.6547)}}.snow:nth-child(194){opacity:1.2088;transform:translate(67.3287vw,-10px) scale(.5603);animation:fall-194 29s -20s linear infinite}@keyframes fall-194{40.278%{transform:translate(66.2809vw,40.278vh) scale(.5603)}to{transform:translate(66.8048vw,99vh) scale(.5603)}}.snow:nth-child(195){opacity:.0016;transform:translate(41.2401vw,-10px) scale(.0442);animation:fall-195 23s -23s linear infinite}@keyframes fall-195{45.962%{transform:translate(48.9586vw,45.962vh) scale(.0442)}to{transform:translate(45.09935vw,99vh) scale(.0442)}}.snow:nth-child(196){opacity:.96;transform:translate(92.4509vw,-10px) scale(.1783);animation:fall-196 12s -4s linear infinite}@keyframes fall-196{39.97%{transform:translate(92.397vw,39.97vh) scale(.1783)}to{transform:translate(92.42395vw,99vh) scale(.1783)}}.snow:nth-child(197){opacity:1.837;transform:translate(70.6488vw,-10px) scale(.4628);animation:fall-197 21s -13s linear infinite}@keyframes fall-197{39.265%{transform:translate(78.6786vw,39.265vh) scale(.4628)}to{transform:translate(74.6637vw,99vh) scale(.4628)}}.snow:nth-child(198){opacity:1.6778;transform:translate(28.9704vw,-10px) scale(.4484);animation:fall-198 18s -13s linear infinite}@keyframes fall-198{59.409%{transform:translate(37.3283vw,59.409vh) scale(.4484)}to{transform:translate(33.14935vw,99vh) scale(.4484)}}.snow:nth-child(199){opacity:1.51;transform:translate(69.1416vw,-10px) scale(.4995);animation:fall-199 13s -23s linear infinite}@keyframes fall-199{64.865%{transform:translate(69.7457vw,64.865vh) scale(.4995)}to{transform:translate(69.44365vw,99vh) scale(.4995)}}.snow:nth-child(200){opacity:1.6642;transform:translate(48.2725vw,-10px) scale(.1927);animation:fall-200 30s -14s linear infinite}@keyframes fall-200{40.665%{transform:translate(53.147vw,40.665vh) scale(.1927)}to{transform:translate(50.70975vw,99vh) scale(.1927)}}.snow:nth-child(201){opacity:1.9898;transform:translate(59.9842vw,-10px) scale(.3373);animation:fall-201 15s -6s linear infinite}@keyframes fall-201{36.281%{transform:translate(65.0817vw,36.281vh) scale(.3373)}to{transform:translate(62.53295vw,99vh) scale(.3373)}}.snow:nth-child(202){opacity:.4876;transform:translate(80.6898vw,-10px) scale(.3175);animation:fall-202 29s -18s linear infinite}@keyframes fall-202{55.271%{transform:translate(89.3559vw,55.271vh) scale(.3175)}to{transform:translate(85.02285vw,99vh) scale(.3175)}}.snow:nth-child(203){opacity:1.2472;transform:translate(34.6366vw,-10px) scale(.5553);animation:fall-203 11s -14s linear infinite}@keyframes fall-203{33.709%{transform:translate(30.7891vw,33.709vh) scale(.5553)}to{transform:translate(32.71285vw,99vh) scale(.5553)}}.snow:nth-child(204){opacity:1.7442;transform:translate(73.5714vw,-10px) scale(.9361);animation:fall-204 22s -29s linear infinite}@keyframes fall-204{45.188%{transform:translate(66.0278vw,45.188vh) scale(.9361)}to{transform:translate(69.7996vw,99vh) scale(.9361)}}.snow:nth-child(205){opacity:.6494;transform:translate(7.1616vw,-10px) scale(.412);animation:fall-205 14s -5s linear infinite}@keyframes fall-205{43.589%{transform:translate(2.1456vw,43.589vh) scale(.412)}to{transform:translate(4.6536vw,99vh) scale(.412)}}.snow:nth-child(206){opacity:1.9492;transform:translate(53.5154vw,-10px) scale(.5115);animation:fall-206 11s -10s linear infinite}@keyframes fall-206{66.323%{transform:translate(57.0005vw,66.323vh) scale(.5115)}to{transform:translate(55.25795vw,99vh) scale(.5115)}}.snow:nth-child(207){opacity:.7294;transform:translate(94.1367vw,-10px) scale(.3231);animation:fall-207 29s -15s linear infinite}@keyframes fall-207{45.416%{transform:translate(90.2225vw,45.416vh) scale(.3231)}to{transform:translate(92.1796vw,99vh) scale(.3231)}}.snow:nth-child(208){opacity:.7414;transform:translate(46.6008vw,-10px) scale(.019);animation:fall-208 11s -28s linear infinite}@keyframes fall-208{51.011%{transform:translate(55.7511vw,51.011vh) scale(.019)}to{transform:translate(51.17595vw,99vh) scale(.019)}}.snow:nth-child(209){opacity:.4896;transform:translate(58.4144vw,-10px) scale(.3987);animation:fall-209 12s -23s linear infinite}@keyframes fall-209{71.202%{transform:translate(58.4767vw,71.202vh) scale(.3987)}to{transform:translate(58.44555vw,99vh) scale(.3987)}}.snow:nth-child(210){opacity:1.1846;transform:translate(31.9121vw,-10px) scale(.7555);animation:fall-210 22s -8s linear infinite}@keyframes fall-210{76.383%{transform:translate(37.9429vw,76.383vh) scale(.7555)}to{transform:translate(34.9275vw,99vh) scale(.7555)}}.snow:nth-child(211){opacity:.5806;transform:translate(46.7036vw,-10px) scale(.8754);animation:fall-211 21s -11s linear infinite}@keyframes fall-211{60.848%{transform:translate(45.1204vw,60.848vh) scale(.8754)}to{transform:translate(45.912vw,99vh) scale(.8754)}}.snow:nth-child(212){opacity:1.967;transform:translate(76.3469vw,-10px) scale(.6001);animation:fall-212 16s -11s linear infinite}@keyframes fall-212{45.444%{transform:translate(74.7984vw,45.444vh) scale(.6001)}to{transform:translate(75.57265vw,99vh) scale(.6001)}}.snow:nth-child(213){opacity:1.5216;transform:translate(17.9485vw,-10px) scale(.1704);animation:fall-213 26s -14s linear infinite}@keyframes fall-213{47.005%{transform:translate(25.3811vw,47.005vh) scale(.1704)}to{transform:translate(21.6648vw,99vh) scale(.1704)}}.snow:nth-child(214){opacity:.576;transform:translate(13.3001vw,-10px) scale(.9579);animation:fall-214 16s -29s linear infinite}@keyframes fall-214{49.668%{transform:translate(4.5511vw,49.668vh) scale(.9579)}to{transform:translate(8.9256vw,99vh) scale(.9579)}}.snow:nth-child(215){opacity:1.962;transform:translate(37.9199vw,-10px) scale(.618);animation:fall-215 22s -25s linear infinite}@keyframes fall-215{45.805%{transform:translate(42.55vw,45.805vh) scale(.618)}to{transform:translate(40.23495vw,99vh) scale(.618)}}.snow:nth-child(216){opacity:.8356;transform:translate(15.83vw,-10px) scale(.3261);animation:fall-216 18s -6s linear infinite}@keyframes fall-216{59.556%{transform:translate(7.5417vw,59.556vh) scale(.3261)}to{transform:translate(11.68585vw,99vh) scale(.3261)}}.snow:nth-child(217){opacity:.0774;transform:translate(8.9041vw,-10px) scale(.0692);animation:fall-217 12s -19s linear infinite}@keyframes fall-217{74.857%{transform:translate(7.6797vw,74.857vh) scale(.0692)}to{transform:translate(8.2919vw,99vh) scale(.0692)}}.snow:nth-child(218){opacity:1.0014;transform:translate(72.9086vw,-10px) scale(.6858);animation:fall-218 13s -14s linear infinite}@keyframes fall-218{74.736%{transform:translate(70.097vw,74.736vh) scale(.6858)}to{transform:translate(71.5028vw,99vh) scale(.6858)}}.snow:nth-child(219){opacity:.3546;transform:translate(79.8041vw,-10px) scale(.064);animation:fall-219 25s -23s linear infinite}@keyframes fall-219{54.018%{transform:translate(87.9641vw,54.018vh) scale(.064)}to{transform:translate(83.8841vw,99vh) scale(.064)}}.snow:nth-child(220){opacity:.1822;transform:translate(71.9586vw,-10px) scale(.7206);animation:fall-220 30s -25s linear infinite}@keyframes fall-220{67.957%{transform:translate(69.8088vw,67.957vh) scale(.7206)}to{transform:translate(70.8837vw,99vh) scale(.7206)}}.snow:nth-child(221){opacity:1.7178;transform:translate(30.7687vw,-10px) scale(.6138);animation:fall-221 27s -29s linear infinite}@keyframes fall-221{62.992%{transform:translate(33.5725vw,62.992vh) scale(.6138)}to{transform:translate(32.1706vw,99vh) scale(.6138)}}.snow:nth-child(222){opacity:1.1634;transform:translate(80.0221vw,-10px) scale(.1705);animation:fall-222 10s -20s linear infinite}@keyframes fall-222{63.545%{transform:translate(77.1011vw,63.545vh) scale(.1705)}to{transform:translate(78.5616vw,99vh) scale(.1705)}}.snow:nth-child(223){opacity:.9144;transform:translate(7.6777vw,-10px) scale(.8236);animation:fall-223 29s -8s linear infinite}@keyframes fall-223{34.628%{transform:translate(9.8752vw,34.628vh) scale(.8236)}to{transform:translate(8.77645vw,99vh) scale(.8236)}}.snow:nth-child(224){opacity:.3398;transform:translate(83.4744vw,-10px) scale(.9418);animation:fall-224 19s -10s linear infinite}@keyframes fall-224{45.475%{transform:translate(88.096vw,45.475vh) scale(.9418)}to{transform:translate(85.7852vw,99vh) scale(.9418)}}.snow:nth-child(225){opacity:.4228;transform:translate(65.594vw,-10px) scale(.1588);animation:fall-225 20s -23s linear infinite}@keyframes fall-225{69.875%{transform:translate(63.1541vw,69.875vh) scale(.1588)}to{transform:translate(64.37405vw,99vh) scale(.1588)}}.snow:nth-child(226){opacity:.4858;transform:translate(90.8246vw,-10px) scale(.5127);animation:fall-226 20s -19s linear infinite}@keyframes fall-226{44.148%{transform:translate(89.7459vw,44.148vh) scale(.5127)}to{transform:translate(90.28525vw,99vh) scale(.5127)}}.snow:nth-child(227){opacity:1.6542;transform:translate(93.3716vw,-10px) scale(.4566);animation:fall-227 23s -29s linear infinite}@keyframes fall-227{61.765%{transform:translate(90.2698vw,61.765vh) scale(.4566)}to{transform:translate(91.8207vw,99vh) scale(.4566)}}.snow:nth-child(228){opacity:.3196;transform:translate(86.6386vw,-10px) scale(.0163);animation:fall-228 15s -26s linear infinite}@keyframes fall-228{59.691%{transform:translate(88.3079vw,59.691vh) scale(.0163)}to{transform:translate(87.47325vw,99vh) scale(.0163)}}.snow:nth-child(229){opacity:.776;transform:translate(7.9399vw,-10px) scale(.5569);animation:fall-229 21s -6s linear infinite}@keyframes fall-229{65.911%{transform:translate(13.6743vw,65.911vh) scale(.5569)}to{transform:translate(10.8071vw,99vh) scale(.5569)}}.snow:nth-child(230){opacity:1.8064;transform:translate(94.6574vw,-10px) scale(.5135);animation:fall-230 23s -18s linear infinite}@keyframes fall-230{68.958%{transform:translate(96.4422vw,68.958vh) scale(.5135)}to{transform:translate(95.5498vw,99vh) scale(.5135)}}.snow:nth-child(231){opacity:.5648;transform:translate(99.0411vw,-10px) scale(.2457);animation:fall-231 26s -16s linear infinite}@keyframes fall-231{70.037%{transform:translate(108.9072vw,70.037vh) scale(.2457)}to{transform:translate(103.97415vw,99vh) scale(.2457)}}.snow:nth-child(232){opacity:1.156;transform:translate(94.564vw,-10px) scale(.9322);animation:fall-232 19s -15s linear infinite}@keyframes fall-232{57.226%{transform:translate(96.8419vw,57.226vh) scale(.9322)}to{transform:translate(95.70295vw,99vh) scale(.9322)}}.snow:nth-child(233){opacity:1.9984;transform:translate(2.8141vw,-10px) scale(.3174);animation:fall-233 14s -6s linear infinite}@keyframes fall-233{54.264%{transform:translate(1.9753vw,54.264vh) scale(.3174)}to{transform:translate(2.3947vw,99vh) scale(.3174)}}.snow:nth-child(234){opacity:1.3214;transform:translate(17.4462vw,-10px) scale(.3235);animation:fall-234 18s -6s linear infinite}@keyframes fall-234{64.484%{transform:translate(19.8961vw,64.484vh) scale(.3235)}to{transform:translate(18.67115vw,99vh) scale(.3235)}}.snow:nth-child(235){opacity:1.7594;transform:translate(60.242vw,-10px) scale(.5672);animation:fall-235 27s -26s linear infinite}@keyframes fall-235{70.674%{transform:translate(61.8819vw,70.674vh) scale(.5672)}to{transform:translate(61.06195vw,99vh) scale(.5672)}}.snow:nth-child(236){opacity:1.113;transform:translate(6.018vw,-10px) scale(.3772);animation:fall-236 14s -13s linear infinite}@keyframes fall-236{74.998%{transform:translate(.5975vw,74.998vh) scale(.3772)}to{transform:translate(3.30775vw,99vh) scale(.3772)}}.snow:nth-child(237){opacity:.8648;transform:translate(38.9944vw,-10px) scale(.8066);animation:fall-237 28s -3s linear infinite}@keyframes fall-237{60.057%{transform:translate(48.849vw,60.057vh) scale(.8066)}to{transform:translate(43.9217vw,99vh) scale(.8066)}}.snow:nth-child(238){opacity:.3532;transform:translate(67.2668vw,-10px) scale(.6014);animation:fall-238 20s -9s linear infinite}@keyframes fall-238{39.752%{transform:translate(67.7017vw,39.752vh) scale(.6014)}to{transform:translate(67.48425vw,99vh) scale(.6014)}}.snow:nth-child(239){opacity:.1698;transform:translate(33.2652vw,-10px) scale(.5425);animation:fall-239 20s -7s linear infinite}@keyframes fall-239{63.737%{transform:translate(27.1352vw,63.737vh) scale(.5425)}to{transform:translate(30.2002vw,99vh) scale(.5425)}}.snow:nth-child(240){opacity:1.9306;transform:translate(74.2023vw,-10px) scale(.4152);animation:fall-240 28s -26s linear infinite}@keyframes fall-240{33.812%{transform:translate(77.9088vw,33.812vh) scale(.4152)}to{transform:translate(76.05555vw,99vh) scale(.4152)}}.snow:nth-child(241){opacity:1.3864;transform:translate(97.8793vw,-10px) scale(.9921);animation:fall-241 26s -11s linear infinite}@keyframes fall-241{64.611%{transform:translate(88.5484vw,64.611vh) scale(.9921)}to{transform:translate(93.21385vw,99vh) scale(.9921)}}.snow:nth-child(242){opacity:.6638;transform:translate(56.6972vw,-10px) scale(.5152);animation:fall-242 16s -15s linear infinite}@keyframes fall-242{34.648%{transform:translate(48.1844vw,34.648vh) scale(.5152)}to{transform:translate(52.4408vw,99vh) scale(.5152)}}.snow:nth-child(243){opacity:1.0758;transform:translate(7.1976vw,-10px) scale(.754);animation:fall-243 15s -28s linear infinite}@keyframes fall-243{77.764%{transform:translate(10.9062vw,77.764vh) scale(.754)}to{transform:translate(9.0519vw,99vh) scale(.754)}}.snow:nth-child(244){opacity:1.3154;transform:translate(37.3686vw,-10px) scale(.0147);animation:fall-244 14s -22s linear infinite}@keyframes fall-244{31.255%{transform:translate(43.3172vw,31.255vh) scale(.0147)}to{transform:translate(40.3429vw,99vh) scale(.0147)}}.snow:nth-child(245){opacity:1.9248;transform:translate(55.9534vw,-10px) scale(.0199);animation:fall-245 25s -1s linear infinite}@keyframes fall-245{70.035%{transform:translate(61.0347vw,70.035vh) scale(.0199)}to{transform:translate(58.49405vw,99vh) scale(.0199)}}.snow:nth-child(246){opacity:1.1098;transform:translate(51.9359vw,-10px) scale(.748);animation:fall-246 28s -9s linear infinite}@keyframes fall-246{58.546%{transform:translate(44.7695vw,58.546vh) scale(.748)}to{transform:translate(48.3527vw,99vh) scale(.748)}}.snow:nth-child(247){opacity:1.4616;transform:translate(95.1929vw,-10px) scale(.1651);animation:fall-247 24s -2s linear infinite}@keyframes fall-247{72.288%{transform:translate(97.2524vw,72.288vh) scale(.1651)}to{transform:translate(96.22265vw,99vh) scale(.1651)}}.snow:nth-child(248){opacity:1.4216;transform:translate(2.5099vw,-10px) scale(.9538);animation:fall-248 28s -29s linear infinite}@keyframes fall-248{30.687%{transform:translate(-6.469vw,30.687vh) scale(.9538)}to{transform:translate(-1.97955vw,99vh) scale(.9538)}}.snow:nth-child(249){opacity:1.7776;transform:translate(8.4013vw,-10px) scale(.8143);animation:fall-249 27s -2s linear infinite}@keyframes fall-249{56.453%{transform:translate(5.0329vw,56.453vh) scale(.8143)}to{transform:translate(6.7171vw,99vh) scale(.8143)}}.snow:nth-child(250){opacity:1.3324;transform:translate(15.3879vw,-10px) scale(.1351);animation:fall-250 28s -14s linear infinite}@keyframes fall-250{51.648%{transform:translate(23.8504vw,51.648vh) scale(.1351)}to{transform:translate(19.61915vw,99vh) scale(.1351)}}.snow:nth-child(251){opacity:.0816;transform:translate(63.1897vw,-10px) scale(.6221);animation:fall-251 27s -20s linear infinite}@keyframes fall-251{78.62%{transform:translate(61.7735vw,78.62vh) scale(.6221)}to{transform:translate(62.4816vw,99vh) scale(.6221)}}.snow:nth-child(252){opacity:1.3368;transform:translate(77.7212vw,-10px) scale(.6677);animation:fall-252 22s -17s linear infinite}@keyframes fall-252{53.297%{transform:translate(72.1157vw,53.297vh) scale(.6677)}to{transform:translate(74.91845vw,99vh) scale(.6677)}}.snow:nth-child(253){opacity:.2708;transform:translate(91.2009vw,-10px) scale(.6297);animation:fall-253 10s -28s linear infinite}@keyframes fall-253{72.061%{transform:translate(87.2165vw,72.061vh) scale(.6297)}to{transform:translate(89.2087vw,99vh) scale(.6297)}}.snow:nth-child(254){opacity:.0396;transform:translate(26.6454vw,-10px) scale(.3512);animation:fall-254 24s -15s linear infinite}@keyframes fall-254{43.785%{transform:translate(19.4547vw,43.785vh) scale(.3512)}to{transform:translate(23.05005vw,99vh) scale(.3512)}}.snow:nth-child(255){opacity:1.6178;transform:translate(9.1946vw,-10px) scale(.639);animation:fall-255 19s -1s linear infinite}@keyframes fall-255{69.186%{transform:translate(3.1689vw,69.186vh) scale(.639)}to{transform:translate(6.18175vw,99vh) scale(.639)}}.snow:nth-child(256){opacity:.4858;transform:translate(60.5924vw,-10px) scale(.5857);animation:fall-256 27s -7s linear infinite}@keyframes fall-256{35.985%{transform:translate(63.5206vw,35.985vh) scale(.5857)}to{transform:translate(62.0565vw,99vh) scale(.5857)}}.snow:nth-child(257){opacity:1.6316;transform:translate(17.2089vw,-10px) scale(.4275);animation:fall-257 25s -28s linear infinite}@keyframes fall-257{76.86%{transform:translate(20.6692vw,76.86vh) scale(.4275)}to{transform:translate(18.93905vw,99vh) scale(.4275)}}.snow:nth-child(258){opacity:.7306;transform:translate(64.3892vw,-10px) scale(.6924);animation:fall-258 16s -12s linear infinite}@keyframes fall-258{50.672%{transform:translate(64.6007vw,50.672vh) scale(.6924)}to{transform:translate(64.49495vw,99vh) scale(.6924)}}.snow:nth-child(259){opacity:1.3378;transform:translate(92.0876vw,-10px) scale(.6235);animation:fall-259 14s -14s linear infinite}@keyframes fall-259{33.658%{transform:translate(97.985vw,33.658vh) scale(.6235)}to{transform:translate(95.0363vw,99vh) scale(.6235)}}.snow:nth-child(260){opacity:1.8878;transform:translate(80.7788vw,-10px) scale(.2143);animation:fall-260 10s -27s linear infinite}@keyframes fall-260{74.696%{transform:translate(72.228vw,74.696vh) scale(.2143)}to{transform:translate(76.5034vw,99vh) scale(.2143)}}.snow:nth-child(261){opacity:.5584;transform:translate(34.0926vw,-10px) scale(.7415);animation:fall-261 25s -4s linear infinite}@keyframes fall-261{74.363%{transform:translate(29.97vw,74.363vh) scale(.7415)}to{transform:translate(32.0313vw,99vh) scale(.7415)}}.snow:nth-child(262){opacity:.2606;transform:translate(51.5696vw,-10px) scale(.7665);animation:fall-262 11s -13s linear infinite}@keyframes fall-262{44.343%{transform:translate(43.3832vw,44.343vh) scale(.7665)}to{transform:translate(47.4764vw,99vh) scale(.7665)}}.snow:nth-child(263){opacity:.916;transform:translate(50.7979vw,-10px) scale(.1443);animation:fall-263 25s -1s linear infinite}@keyframes fall-263{58.109%{transform:translate(50.7644vw,58.109vh) scale(.1443)}to{transform:translate(50.78115vw,99vh) scale(.1443)}}.snow:nth-child(264){opacity:1.9448;transform:translate(83.1868vw,-10px) scale(.6929);animation:fall-264 16s -28s linear infinite}@keyframes fall-264{78.236%{transform:translate(77.8468vw,78.236vh) scale(.6929)}to{transform:translate(80.5168vw,99vh) scale(.6929)}}.snow:nth-child(265){opacity:.724;transform:translate(76.4864vw,-10px) scale(.7035);animation:fall-265 12s -2s linear infinite}@keyframes fall-265{36.533%{transform:translate(71.8721vw,36.533vh) scale(.7035)}to{transform:translate(74.17925vw,99vh) scale(.7035)}}.snow:nth-child(266){opacity:.6364;transform:translate(80.7903vw,-10px) scale(.3676);animation:fall-266 19s -26s linear infinite}@keyframes fall-266{79.524%{transform:translate(88.2387vw,79.524vh) scale(.3676)}to{transform:translate(84.5145vw,99vh) scale(.3676)}}.snow:nth-child(267){opacity:.4422;transform:translate(97.9764vw,-10px) scale(.9507);animation:fall-267 21s -14s linear infinite}@keyframes fall-267{64.819%{transform:translate(95.3486vw,64.819vh) scale(.9507)}to{transform:translate(96.6625vw,99vh) scale(.9507)}}.snow:nth-child(268){opacity:1.3588;transform:translate(.9098vw,-10px) scale(.1677);animation:fall-268 15s -16s linear infinite}@keyframes fall-268{32.863%{transform:translate(-5.1385vw,32.863vh) scale(.1677)}to{transform:translate(-2.11435vw,99vh) scale(.1677)}}.snow:nth-child(269){opacity:1.9144;transform:translate(78.4378vw,-10px) scale(.9039);animation:fall-269 18s -1s linear infinite}@keyframes fall-269{51.518%{transform:translate(69.3489vw,51.518vh) scale(.9039)}to{transform:translate(73.89335vw,99vh) scale(.9039)}}.snow:nth-child(270){opacity:1.6426;transform:translate(70.3919vw,-10px) scale(.508);animation:fall-270 25s -4s linear infinite}@keyframes fall-270{54.939%{transform:translate(62.5677vw,54.939vh) scale(.508)}to{transform:translate(66.4798vw,99vh) scale(.508)}}.snow:nth-child(271){opacity:.478;transform:translate(30.4348vw,-10px) scale(.6849);animation:fall-271 17s -15s linear infinite}@keyframes fall-271{65.689%{transform:translate(31.8787vw,65.689vh) scale(.6849)}to{transform:translate(31.15675vw,99vh) scale(.6849)}}.snow:nth-child(272){opacity:.8282;transform:translate(61.6921vw,-10px) scale(.014);animation:fall-272 18s -3s linear infinite}@keyframes fall-272{49.408%{transform:translate(70.2623vw,49.408vh) scale(.014)}to{transform:translate(65.9772vw,99vh) scale(.014)}}.snow:nth-child(273){opacity:.7958;transform:translate(78.4413vw,-10px) scale(.5888);animation:fall-273 11s -29s linear infinite}@keyframes fall-273{54.56%{transform:translate(85.0832vw,54.56vh) scale(.5888)}to{transform:translate(81.76225vw,99vh) scale(.5888)}}.snow:nth-child(274){opacity:.623;transform:translate(26.2556vw,-10px) scale(.4934);animation:fall-274 14s -16s linear infinite}@keyframes fall-274{44.809%{transform:translate(21.5256vw,44.809vh) scale(.4934)}to{transform:translate(23.8906vw,99vh) scale(.4934)}}.snow:nth-child(275){opacity:1.3896;transform:translate(89.6252vw,-10px) scale(.4295);animation:fall-275 14s -6s linear infinite}@keyframes fall-275{41.828%{transform:translate(88.7637vw,41.828vh) scale(.4295)}to{transform:translate(89.19445vw,99vh) scale(.4295)}}.snow:nth-child(276){opacity:1.4104;transform:translate(13.7065vw,-10px) scale(.2307);animation:fall-276 14s -14s linear infinite}@keyframes fall-276{41.358%{transform:translate(7.6027vw,41.358vh) scale(.2307)}to{transform:translate(10.6546vw,99vh) scale(.2307)}}.snow:nth-child(277){opacity:1.7304;transform:translate(80.4066vw,-10px) scale(.1258);animation:fall-277 23s -14s linear infinite}@keyframes fall-277{69.48%{transform:translate(82.7743vw,69.48vh) scale(.1258)}to{transform:translate(81.59045vw,99vh) scale(.1258)}}.snow:nth-child(278){opacity:1.9062;transform:translate(93.1369vw,-10px) scale(.511);animation:fall-278 22s -27s linear infinite}@keyframes fall-278{68.489%{transform:translate(102.4966vw,68.489vh) scale(.511)}to{transform:translate(97.81675vw,99vh) scale(.511)}}.snow:nth-child(279){opacity:.5632;transform:translate(16.0116vw,-10px) scale(.4396);animation:fall-279 16s -17s linear infinite}@keyframes fall-279{54.754%{transform:translate(6.0476vw,54.754vh) scale(.4396)}to{transform:translate(11.0296vw,99vh) scale(.4396)}}.snow:nth-child(280){opacity:1.4456;transform:translate(85.8148vw,-10px) scale(.1605);animation:fall-280 12s -16s linear infinite}@keyframes fall-280{54.569%{transform:translate(77.6076vw,54.569vh) scale(.1605)}to{transform:translate(81.7112vw,99vh) scale(.1605)}}.snow:nth-child(281){opacity:.4576;transform:translate(32.7486vw,-10px) scale(.0223);animation:fall-281 29s -23s linear infinite}@keyframes fall-281{45.967%{transform:translate(26.7943vw,45.967vh) scale(.0223)}to{transform:translate(29.77145vw,99vh) scale(.0223)}}.snow:nth-child(282){opacity:.4472;transform:translate(6.1882vw,-10px) scale(.0576);animation:fall-282 17s -12s linear infinite}@keyframes fall-282{62.25%{transform:translate(3.0104vw,62.25vh) scale(.0576)}to{transform:translate(4.5993vw,99vh) scale(.0576)}}.snow:nth-child(283){opacity:.0914;transform:translate(11.7465vw,-10px) scale(.8051);animation:fall-283 28s -1s linear infinite}@keyframes fall-283{69.45%{transform:translate(1.7687vw,69.45vh) scale(.8051)}to{transform:translate(6.7576vw,99vh) scale(.8051)}}.snow:nth-child(284){opacity:1.9226;transform:translate(94.4924vw,-10px) scale(.4126);animation:fall-284 18s -24s linear infinite}@keyframes fall-284{79.838%{transform:translate(96.9461vw,79.838vh) scale(.4126)}to{transform:translate(95.71925vw,99vh) scale(.4126)}}.snow:nth-child(285){opacity:1.235;transform:translate(25.8788vw,-10px) scale(.6656);animation:fall-285 25s -20s linear infinite}@keyframes fall-285{69.314%{transform:translate(27.1021vw,69.314vh) scale(.6656)}to{transform:translate(26.49045vw,99vh) scale(.6656)}}.snow:nth-child(286){opacity:1.9896;transform:translate(72.0222vw,-10px) scale(.918);animation:fall-286 11s -29s linear infinite}@keyframes fall-286{76.321%{transform:translate(66.1145vw,76.321vh) scale(.918)}to{transform:translate(69.06835vw,99vh) scale(.918)}}.snow:nth-child(287){opacity:.3466;transform:translate(71.2154vw,-10px) scale(.384);animation:fall-287 14s -22s linear infinite}@keyframes fall-287{61.27%{transform:translate(64.751vw,61.27vh) scale(.384)}to{transform:translate(67.9832vw,99vh) scale(.384)}}.snow:nth-child(288){opacity:1.4804;transform:translate(98.2444vw,-10px) scale(.9256);animation:fall-288 29s -4s linear infinite}@keyframes fall-288{67.853%{transform:translate(88.6788vw,67.853vh) scale(.9256)}to{transform:translate(93.4616vw,99vh) scale(.9256)}}.snow:nth-child(289){opacity:.5174;transform:translate(30.6956vw,-10px) scale(.3126);animation:fall-289 19s -3s linear infinite}@keyframes fall-289{57.591%{transform:translate(30.3172vw,57.591vh) scale(.3126)}to{transform:translate(30.5064vw,99vh) scale(.3126)}}.snow:nth-child(290){opacity:.654;transform:translate(27.4613vw,-10px) scale(.7063);animation:fall-290 30s -20s linear infinite}@keyframes fall-290{37.736%{transform:translate(22.6126vw,37.736vh) scale(.7063)}to{transform:translate(25.03695vw,99vh) scale(.7063)}}.snow:nth-child(291){opacity:1.3264;transform:translate(19.3222vw,-10px) scale(.3558);animation:fall-291 16s -24s linear infinite}@keyframes fall-291{35.225%{transform:translate(22.0802vw,35.225vh) scale(.3558)}to{transform:translate(20.7012vw,99vh) scale(.3558)}}.snow:nth-child(292){opacity:1.4958;transform:translate(51.7579vw,-10px) scale(.7052);animation:fall-292 19s -20s linear infinite}@keyframes fall-292{56.31%{transform:translate(56.7547vw,56.31vh) scale(.7052)}to{transform:translate(54.2563vw,99vh) scale(.7052)}}.snow:nth-child(293){opacity:.8526;transform:translate(11.2682vw,-10px) scale(.2183);animation:fall-293 11s -2s linear infinite}@keyframes fall-293{50.034%{transform:translate(16.8007vw,50.034vh) scale(.2183)}to{transform:translate(14.03445vw,99vh) scale(.2183)}}.snow:nth-child(294){opacity:.6006;transform:translate(15.5871vw,-10px) scale(.7526);animation:fall-294 12s -2s linear infinite}@keyframes fall-294{77.636%{transform:translate(7.1632vw,77.636vh) scale(.7526)}to{transform:translate(11.37515vw,99vh) scale(.7526)}}.snow:nth-child(295){opacity:.612;transform:translate(18.5955vw,-10px) scale(.2556);animation:fall-295 18s -25s linear infinite}@keyframes fall-295{34.871%{transform:translate(19.4527vw,34.871vh) scale(.2556)}to{transform:translate(19.0241vw,99vh) scale(.2556)}}.snow:nth-child(296){opacity:.4702;transform:translate(96.1597vw,-10px) scale(.7559);animation:fall-296 20s -24s linear infinite}@keyframes fall-296{56.822%{transform:translate(101.8719vw,56.822vh) scale(.7559)}to{transform:translate(99.0158vw,99vh) scale(.7559)}}.snow:nth-child(297){opacity:1.3728;transform:translate(62.0747vw,-10px) scale(.6672);animation:fall-297 15s -23s linear infinite}@keyframes fall-297{65.53%{transform:translate(71.2094vw,65.53vh) scale(.6672)}to{transform:translate(66.64205vw,99vh) scale(.6672)}}.snow:nth-child(298){opacity:.5946;transform:translate(21.3331vw,-10px) scale(.4667);animation:fall-298 10s -22s linear infinite}@keyframes fall-298{73.337%{transform:translate(26.4935vw,73.337vh) scale(.4667)}to{transform:translate(23.9133vw,99vh) scale(.4667)}}.snow:nth-child(299){opacity:1.0012;transform:translate(57.737vw,-10px) scale(.3615);animation:fall-299 25s -7s linear infinite}@keyframes fall-299{50.902%{transform:translate(50.3989vw,50.902vh) scale(.3615)}to{transform:translate(54.06795vw,99vh) scale(.3615)}}.snow:nth-child(300){opacity:1.9148;transform:translate(65.6375vw,-10px) scale(.4763);animation:fall-300 19s -11s linear infinite}@keyframes fall-300{61.272%{transform:translate(72.04vw,61.272vh) scale(.4763)}to{transform:translate(68.83875vw,99vh) scale(.4763)}}.snow:nth-child(301){opacity:1.4834;transform:translate(45.7563vw,-10px) scale(.7775);animation:fall-301 19s -27s linear infinite}@keyframes fall-301{45.958%{transform:translate(37.7994vw,45.958vh) scale(.7775)}to{transform:translate(41.77785vw,99vh) scale(.7775)}}.snow:nth-child(302){opacity:1.2736;transform:translate(31.7176vw,-10px) scale(.5898);animation:fall-302 28s -18s linear infinite}@keyframes fall-302{32.833%{transform:translate(30.6738vw,32.833vh) scale(.5898)}to{transform:translate(31.1957vw,99vh) scale(.5898)}}.snow:nth-child(303){opacity:1.3596;transform:translate(20.3456vw,-10px) scale(.7794);animation:fall-303 21s -29s linear infinite}@keyframes fall-303{61.121%{transform:translate(18.3381vw,61.121vh) scale(.7794)}to{transform:translate(19.34185vw,99vh) scale(.7794)}}.snow:nth-child(304){opacity:.6306;transform:translate(19.8389vw,-10px) scale(.1335);animation:fall-304 24s -23s linear infinite}@keyframes fall-304{38.263%{transform:translate(14.4484vw,38.263vh) scale(.1335)}to{transform:translate(17.14365vw,99vh) scale(.1335)}}.snow:nth-child(305){opacity:1.2098;transform:translate(84.871vw,-10px) scale(.7985);animation:fall-305 26s -28s linear infinite}@keyframes fall-305{74.785%{transform:translate(83.6838vw,74.785vh) scale(.7985)}to{transform:translate(84.2774vw,99vh) scale(.7985)}}.snow:nth-child(306){opacity:.3492;transform:translate(61.6351vw,-10px) scale(.3154);animation:fall-306 28s -15s linear infinite}@keyframes fall-306{41.395%{transform:translate(60.0868vw,41.395vh) scale(.3154)}to{transform:translate(60.86095vw,99vh) scale(.3154)}}.snow:nth-child(307){opacity:.4382;transform:translate(.4266vw,-10px) scale(.395);animation:fall-307 22s -7s linear infinite}@keyframes fall-307{68.228%{transform:translate(-6.684vw,68.228vh) scale(.395)}to{transform:translate(-3.1287vw,99vh) scale(.395)}}.snow:nth-child(308){opacity:.8138;transform:translate(64.9514vw,-10px) scale(.5621);animation:fall-308 10s -9s linear infinite}@keyframes fall-308{67.198%{transform:translate(61.9943vw,67.198vh) scale(.5621)}to{transform:translate(63.47285vw,99vh) scale(.5621)}}.snow:nth-child(309){opacity:.6014;transform:translate(43.6475vw,-10px) scale(.3081);animation:fall-309 17s -6s linear infinite}@keyframes fall-309{77.462%{transform:translate(47.1774vw,77.462vh) scale(.3081)}to{transform:translate(45.41245vw,99vh) scale(.3081)}}.snow:nth-child(310){opacity:1.4684;transform:translate(44.7744vw,-10px) scale(.9549);animation:fall-310 28s -6s linear infinite}@keyframes fall-310{35.586%{transform:translate(53.357vw,35.586vh) scale(.9549)}to{transform:translate(49.0657vw,99vh) scale(.9549)}}.snow:nth-child(311){opacity:.491;transform:translate(69.0608vw,-10px) scale(.8809);animation:fall-311 25s -9s linear infinite}@keyframes fall-311{75.27%{transform:translate(62.4839vw,75.27vh) scale(.8809)}to{transform:translate(65.77235vw,99vh) scale(.8809)}}.snow:nth-child(312){opacity:.9092;transform:translate(97.5749vw,-10px) scale(.8075);animation:fall-312 26s -29s linear infinite}@keyframes fall-312{79.179%{transform:translate(87.661vw,79.179vh) scale(.8075)}to{transform:translate(92.61795vw,99vh) scale(.8075)}}.snow:nth-child(313){opacity:1.3506;transform:translate(43.2393vw,-10px) scale(.4703);animation:fall-313 18s -26s linear infinite}@keyframes fall-313{57.172%{transform:translate(39.4923vw,57.172vh) scale(.4703)}to{transform:translate(41.3658vw,99vh) scale(.4703)}}.snow:nth-child(314){opacity:1.8502;transform:translate(88.3615vw,-10px) scale(.0806);animation:fall-314 30s -8s linear infinite}@keyframes fall-314{53.026%{transform:translate(83.0647vw,53.026vh) scale(.0806)}to{transform:translate(85.7131vw,99vh) scale(.0806)}}.snow:nth-child(315){opacity:.1804;transform:translate(25.4844vw,-10px) scale(.3636);animation:fall-315 27s -20s linear infinite}@keyframes fall-315{50.957%{transform:translate(29.0459vw,50.957vh) scale(.3636)}to{transform:translate(27.26515vw,99vh) scale(.3636)}}.snow:nth-child(316){opacity:.8614;transform:translate(96.069vw,-10px) scale(.6495);animation:fall-316 10s -4s linear infinite}@keyframes fall-316{42.199%{transform:translate(98.0492vw,42.199vh) scale(.6495)}to{transform:translate(97.0591vw,99vh) scale(.6495)}}.snow:nth-child(317){opacity:1.4528;transform:translate(49.9327vw,-10px) scale(.9551);animation:fall-317 12s -5s linear infinite}@keyframes fall-317{77.18%{transform:translate(58.347vw,77.18vh) scale(.9551)}to{transform:translate(54.13985vw,99vh) scale(.9551)}}.snow:nth-child(318){opacity:1.7036;transform:translate(11.0056vw,-10px) scale(.5744);animation:fall-318 10s -1s linear infinite}@keyframes fall-318{72.52%{transform:translate(15.1001vw,72.52vh) scale(.5744)}to{transform:translate(13.05285vw,99vh) scale(.5744)}}.snow:nth-child(319){opacity:.4232;transform:translate(20.3784vw,-10px) scale(.0017);animation:fall-319 24s -21s linear infinite}@keyframes fall-319{38.833%{transform:translate(29.0724vw,38.833vh) scale(.0017)}to{transform:translate(24.7254vw,99vh) scale(.0017)}}.snow:nth-child(320){opacity:1.5348;transform:translate(10.6776vw,-10px) scale(.9888);animation:fall-320 24s -4s linear infinite}@keyframes fall-320{32.837%{transform:translate(18.1248vw,32.837vh) scale(.9888)}to{transform:translate(14.4012vw,99vh) scale(.9888)}}.snow:nth-child(321){opacity:1.0386;transform:translate(20.3966vw,-10px) scale(.869);animation:fall-321 29s -15s linear infinite}@keyframes fall-321{48.935%{transform:translate(28.2014vw,48.935vh) scale(.869)}to{transform:translate(24.299vw,99vh) scale(.869)}}.snow:nth-child(322){opacity:.8868;transform:translate(93.6407vw,-10px) scale(.5559);animation:fall-322 28s -10s linear infinite}@keyframes fall-322{71.246%{transform:translate(99.2658vw,71.246vh) scale(.5559)}to{transform:translate(96.45325vw,99vh) scale(.5559)}}.snow:nth-child(323){opacity:.5438;transform:translate(45.6034vw,-10px) scale(.4915);animation:fall-323 15s -27s linear infinite}@keyframes fall-323{60.039%{transform:translate(50.6346vw,60.039vh) scale(.4915)}to{transform:translate(48.119vw,99vh) scale(.4915)}}.snow:nth-child(324){opacity:1.1952;transform:translate(73.7713vw,-10px) scale(.8449);animation:fall-324 17s -28s linear infinite}@keyframes fall-324{52.075%{transform:translate(70.1242vw,52.075vh) scale(.8449)}to{transform:translate(71.94775vw,99vh) scale(.8449)}}.snow:nth-child(325){opacity:.3184;transform:translate(84.3547vw,-10px) scale(.2751);animation:fall-325 24s -17s linear infinite}@keyframes fall-325{45.693%{transform:translate(92.8819vw,45.693vh) scale(.2751)}to{transform:translate(88.6183vw,99vh) scale(.2751)}}.snow:nth-child(326){opacity:1.7428;transform:translate(91.6331vw,-10px) scale(.8796);animation:fall-326 15s -9s linear infinite}@keyframes fall-326{45.184%{transform:translate(93.1777vw,45.184vh) scale(.8796)}to{transform:translate(92.4054vw,99vh) scale(.8796)}}.snow:nth-child(327){opacity:.1284;transform:translate(81.9517vw,-10px) scale(.0988);animation:fall-327 19s -28s linear infinite}@keyframes fall-327{30.185%{transform:translate(85.1835vw,30.185vh) scale(.0988)}to{transform:translate(83.5676vw,99vh) scale(.0988)}}.snow:nth-child(328){opacity:.3774;transform:translate(70.2684vw,-10px) scale(.5005);animation:fall-328 22s -8s linear infinite}@keyframes fall-328{78.74%{transform:translate(73.3435vw,78.74vh) scale(.5005)}to{transform:translate(71.80595vw,99vh) scale(.5005)}}.snow:nth-child(329){opacity:1.8582;transform:translate(60.111vw,-10px) scale(.0773);animation:fall-329 25s -29s linear infinite}@keyframes fall-329{54.49%{transform:translate(62.9904vw,54.49vh) scale(.0773)}to{transform:translate(61.5507vw,99vh) scale(.0773)}}.snow:nth-child(330){opacity:1.7476;transform:translate(43.4964vw,-10px) scale(.3445);animation:fall-330 28s -15s linear infinite}@keyframes fall-330{31.457%{transform:translate(46.148vw,31.457vh) scale(.3445)}to{transform:translate(44.8222vw,99vh) scale(.3445)}}.snow:nth-child(331){opacity:.5268;transform:translate(9.848vw,-10px) scale(.0753);animation:fall-331 18s -28s linear infinite}@keyframes fall-331{37.981%{transform:translate(19.2132vw,37.981vh) scale(.0753)}to{transform:translate(14.5306vw,99vh) scale(.0753)}}.snow:nth-child(332){opacity:.3962;transform:translate(73.4878vw,-10px) scale(.1697);animation:fall-332 10s -14s linear infinite}@keyframes fall-332{58.152%{transform:translate(71.4986vw,58.152vh) scale(.1697)}to{transform:translate(72.4932vw,99vh) scale(.1697)}}.snow:nth-child(333){opacity:.3802;transform:translate(73.0454vw,-10px) scale(.2041);animation:fall-333 13s -27s linear infinite}@keyframes fall-333{70.997%{transform:translate(72.8323vw,70.997vh) scale(.2041)}to{transform:translate(72.93885vw,99vh) scale(.2041)}}.snow:nth-child(334){opacity:1.234;transform:translate(35.1369vw,-10px) scale(.5885);animation:fall-334 23s -26s linear infinite}@keyframes fall-334{63.395%{transform:translate(42.6785vw,63.395vh) scale(.5885)}to{transform:translate(38.9077vw,99vh) scale(.5885)}}.snow:nth-child(335){opacity:.3148;transform:translate(83.4777vw,-10px) scale(.43);animation:fall-335 29s -6s linear infinite}@keyframes fall-335{73.304%{transform:translate(88.2729vw,73.304vh) scale(.43)}to{transform:translate(85.8753vw,99vh) scale(.43)}}.snow:nth-child(336){opacity:1.9694;transform:translate(60.153vw,-10px) scale(.2307);animation:fall-336 22s -14s linear infinite}@keyframes fall-336{33.474%{transform:translate(68.3012vw,33.474vh) scale(.2307)}to{transform:translate(64.2271vw,99vh) scale(.2307)}}.snow:nth-child(337){opacity:1.2682;transform:translate(26.3601vw,-10px) scale(.0021);animation:fall-337 15s -17s linear infinite}@keyframes fall-337{52.199%{transform:translate(30.2721vw,52.199vh) scale(.0021)}to{transform:translate(28.3161vw,99vh) scale(.0021)}}.snow:nth-child(338){opacity:1.7242;transform:translate(90.5384vw,-10px) scale(.8781);animation:fall-338 23s -7s linear infinite}@keyframes fall-338{40.494%{transform:translate(91.3415vw,40.494vh) scale(.8781)}to{transform:translate(90.93995vw,99vh) scale(.8781)}}.snow:nth-child(339){opacity:.339;transform:translate(25.8064vw,-10px) scale(.3261);animation:fall-339 26s -10s linear infinite}@keyframes fall-339{63.758%{transform:translate(16.9454vw,63.758vh) scale(.3261)}to{transform:translate(21.3759vw,99vh) scale(.3261)}}.snow:nth-child(340){opacity:1.4568;transform:translate(70.2487vw,-10px) scale(.8652);animation:fall-340 24s -26s linear infinite}@keyframes fall-340{72.586%{transform:translate(77.5684vw,72.586vh) scale(.8652)}to{transform:translate(73.90855vw,99vh) scale(.8652)}}.snow:nth-child(341){opacity:1.5776;transform:translate(79.8852vw,-10px) scale(.9702);animation:fall-341 24s -6s linear infinite}@keyframes fall-341{30.758%{transform:translate(79.5995vw,30.758vh) scale(.9702)}to{transform:translate(79.74235vw,99vh) scale(.9702)}}.snow:nth-child(342){opacity:.8828;transform:translate(9.9515vw,-10px) scale(.4961);animation:fall-342 17s -21s linear infinite}@keyframes fall-342{67.504%{transform:translate(17.2421vw,67.504vh) scale(.4961)}to{transform:translate(13.5968vw,99vh) scale(.4961)}}.snow:nth-child(343){opacity:.6478;transform:translate(44.1788vw,-10px) scale(.235);animation:fall-343 25s -4s linear infinite}@keyframes fall-343{51.961%{transform:translate(35.6167vw,51.961vh) scale(.235)}to{transform:translate(39.89775vw,99vh) scale(.235)}}.snow:nth-child(344){opacity:.0478;transform:translate(25.4804vw,-10px) scale(.4321);animation:fall-344 27s -26s linear infinite}@keyframes fall-344{74.767%{transform:translate(27.1683vw,74.767vh) scale(.4321)}to{transform:translate(26.32435vw,99vh) scale(.4321)}}.snow:nth-child(345){opacity:1.4302;transform:translate(4.7543vw,-10px) scale(.9192);animation:fall-345 25s -8s linear infinite}@keyframes fall-345{42.624%{transform:translate(7.714vw,42.624vh) scale(.9192)}to{transform:translate(6.23415vw,99vh) scale(.9192)}}.snow:nth-child(346){opacity:1.183;transform:translate(71.0661vw,-10px) scale(.5014);animation:fall-346 26s -21s linear infinite}@keyframes fall-346{75.79%{transform:translate(69.8066vw,75.79vh) scale(.5014)}to{transform:translate(70.43635vw,99vh) scale(.5014)}}.snow:nth-child(347){opacity:.6382;transform:translate(25.6333vw,-10px) scale(.503);animation:fall-347 22s -6s linear infinite}@keyframes fall-347{32.377%{transform:translate(19.9622vw,32.377vh) scale(.503)}to{transform:translate(22.79775vw,99vh) scale(.503)}}.snow:nth-child(348){opacity:.4334;transform:translate(61.2556vw,-10px) scale(.8262);animation:fall-348 26s -26s linear infinite}@keyframes fall-348{74.523%{transform:translate(59.7129vw,74.523vh) scale(.8262)}to{transform:translate(60.48425vw,99vh) scale(.8262)}}.snow:nth-child(349){opacity:1.8854;transform:translate(47.8237vw,-10px) scale(.3295);animation:fall-349 10s -22s linear infinite}@keyframes fall-349{63.605%{transform:translate(41.3431vw,63.605vh) scale(.3295)}to{transform:translate(44.5834vw,99vh) scale(.3295)}}.snow:nth-child(350){opacity:.2794;transform:translate(85.5139vw,-10px) scale(.6086);animation:fall-350 26s -8s linear infinite}@keyframes fall-350{73.754%{transform:translate(85.1796vw,73.754vh) scale(.6086)}to{transform:translate(85.34675vw,99vh) scale(.6086)}}.snow:nth-child(351){opacity:.1812;transform:translate(3.654vw,-10px) scale(.664);animation:fall-351 19s -2s linear infinite}@keyframes fall-351{57.248%{transform:translate(-.9086vw,57.248vh) scale(.664)}to{transform:translate(1.3727vw,99vh) scale(.664)}}.snow:nth-child(352){opacity:.5692;transform:translate(60.4229vw,-10px) scale(.7639);animation:fall-352 23s -13s linear infinite}@keyframes fall-352{77.098%{transform:translate(50.5717vw,77.098vh) scale(.7639)}to{transform:translate(55.4973vw,99vh) scale(.7639)}}.snow:nth-child(353){opacity:1.7488;transform:translate(60.9804vw,-10px) scale(.8758);animation:fall-353 25s -8s linear infinite}@keyframes fall-353{55.633%{transform:translate(57.2678vw,55.633vh) scale(.8758)}to{transform:translate(59.1241vw,99vh) scale(.8758)}}.snow:nth-child(354){opacity:.3544;transform:translate(83.481vw,-10px) scale(.431);animation:fall-354 16s -12s linear infinite}@keyframes fall-354{69.51%{transform:translate(91.3515vw,69.51vh) scale(.431)}to{transform:translate(87.41625vw,99vh) scale(.431)}}.snow:nth-child(355){opacity:1.6562;transform:translate(77.9216vw,-10px) scale(.3198);animation:fall-355 16s -13s linear infinite}@keyframes fall-355{53.67%{transform:translate(79.2535vw,53.67vh) scale(.3198)}to{transform:translate(78.58755vw,99vh) scale(.3198)}}.snow:nth-child(356){opacity:1.9914;transform:translate(56.3908vw,-10px) scale(.6443);animation:fall-356 27s -15s linear infinite}@keyframes fall-356{63.184%{transform:translate(57.3104vw,63.184vh) scale(.6443)}to{transform:translate(56.8506vw,99vh) scale(.6443)}}.snow:nth-child(357){opacity:.2976;transform:translate(93.2198vw,-10px) scale(.0525);animation:fall-357 16s -26s linear infinite}@keyframes fall-357{49.578%{transform:translate(88.5907vw,49.578vh) scale(.0525)}to{transform:translate(90.90525vw,99vh) scale(.0525)}}.snow:nth-child(358){opacity:1.1394;transform:translate(36.8931vw,-10px) scale(.4678);animation:fall-358 25s -14s linear infinite}@keyframes fall-358{65.601%{transform:translate(37.4261vw,65.601vh) scale(.4678)}to{transform:translate(37.1596vw,99vh) scale(.4678)}}.snow:nth-child(359){opacity:1.8294;transform:translate(74.3804vw,-10px) scale(.0295);animation:fall-359 30s -5s linear infinite}@keyframes fall-359{64.797%{transform:translate(66.6586vw,64.797vh) scale(.0295)}to{transform:translate(70.5195vw,99vh) scale(.0295)}}.snow:nth-child(360){opacity:.0206;transform:translate(45.1268vw,-10px) scale(.893);animation:fall-360 20s -5s linear infinite}@keyframes fall-360{39.623%{transform:translate(48.8189vw,39.623vh) scale(.893)}to{transform:translate(46.97285vw,99vh) scale(.893)}}.snow:nth-child(361){opacity:.3088;transform:translate(85.6454vw,-10px) scale(.6767);animation:fall-361 25s -22s linear infinite}@keyframes fall-361{37.97%{transform:translate(77.3916vw,37.97vh) scale(.6767)}to{transform:translate(81.5185vw,99vh) scale(.6767)}}.snow:nth-child(362){opacity:1.6698;transform:translate(77.9603vw,-10px) scale(.1515);animation:fall-362 18s -2s linear infinite}@keyframes fall-362{34.488%{transform:translate(77.0998vw,34.488vh) scale(.1515)}to{transform:translate(77.53005vw,99vh) scale(.1515)}}.snow:nth-child(363){opacity:1.9488;transform:translate(53.9714vw,-10px) scale(.6331);animation:fall-363 20s -2s linear infinite}@keyframes fall-363{70.385%{transform:translate(61.068vw,70.385vh) scale(.6331)}to{transform:translate(57.5197vw,99vh) scale(.6331)}}.snow:nth-child(364){opacity:.7288;transform:translate(76.1646vw,-10px) scale(.7495);animation:fall-364 16s -4s linear infinite}@keyframes fall-364{45.094%{transform:translate(84.7594vw,45.094vh) scale(.7495)}to{transform:translate(80.462vw,99vh) scale(.7495)}}.snow:nth-child(365){opacity:1.6566;transform:translate(52.2491vw,-10px) scale(.1091);animation:fall-365 26s -7s linear infinite}@keyframes fall-365{63.134%{transform:translate(60.5166vw,63.134vh) scale(.1091)}to{transform:translate(56.38285vw,99vh) scale(.1091)}}.snow:nth-child(366){opacity:.4918;transform:translate(70.0418vw,-10px) scale(.3562);animation:fall-366 19s -6s linear infinite}@keyframes fall-366{75.367%{transform:translate(63.3937vw,75.367vh) scale(.3562)}to{transform:translate(66.71775vw,99vh) scale(.3562)}}.snow:nth-child(367){opacity:1.5634;transform:translate(47.9502vw,-10px) scale(.6202);animation:fall-367 17s -18s linear infinite}@keyframes fall-367{49.785%{transform:translate(46.1699vw,49.785vh) scale(.6202)}to{transform:translate(47.06005vw,99vh) scale(.6202)}}.snow:nth-child(368){opacity:1.6402;transform:translate(48.505vw,-10px) scale(.3669);animation:fall-368 20s -11s linear infinite}@keyframes fall-368{30.506%{transform:translate(54.8112vw,30.506vh) scale(.3669)}to{transform:translate(51.6581vw,99vh) scale(.3669)}}.snow:nth-child(369){opacity:.7312;transform:translate(5.0437vw,-10px) scale(.6141);animation:fall-369 27s -27s linear infinite}@keyframes fall-369{44.738%{transform:translate(-2.7429vw,44.738vh) scale(.6141)}to{transform:translate(1.1504vw,99vh) scale(.6141)}}.snow:nth-child(370){opacity:1.6576;transform:translate(68.4591vw,-10px) scale(.8649);animation:fall-370 16s -16s linear infinite}@keyframes fall-370{42.881%{transform:translate(67.2702vw,42.881vh) scale(.8649)}to{transform:translate(67.86465vw,99vh) scale(.8649)}}.snow:nth-child(371){opacity:1.3556;transform:translate(88.4225vw,-10px) scale(.1134);animation:fall-371 21s -9s linear infinite}@keyframes fall-371{75.015%{transform:translate(90.9236vw,75.015vh) scale(.1134)}to{transform:translate(89.67305vw,99vh) scale(.1134)}}.snow:nth-child(372){opacity:1.4114;transform:translate(73.0128vw,-10px) scale(.3651);animation:fall-372 25s -21s linear infinite}@keyframes fall-372{49.888%{transform:translate(80.1434vw,49.888vh) scale(.3651)}to{transform:translate(76.5781vw,99vh) scale(.3651)}}.snow:nth-child(373){opacity:.9302;transform:translate(98.0215vw,-10px) scale(.5588);animation:fall-373 29s -7s linear infinite}@keyframes fall-373{53.059%{transform:translate(102.5922vw,53.059vh) scale(.5588)}to{transform:translate(100.30685vw,99vh) scale(.5588)}}.snow:nth-child(374){opacity:.8648;transform:translate(29.448vw,-10px) scale(.2587);animation:fall-374 10s -26s linear infinite}@keyframes fall-374{31.737%{transform:translate(34.9761vw,31.737vh) scale(.2587)}to{transform:translate(32.21205vw,99vh) scale(.2587)}}.snow:nth-child(375){opacity:.4488;transform:translate(55.8981vw,-10px) scale(.5117);animation:fall-375 17s -2s linear infinite}@keyframes fall-375{40.291%{transform:translate(55.9831vw,40.291vh) scale(.5117)}to{transform:translate(55.9406vw,99vh) scale(.5117)}}.snow:nth-child(376){opacity:.4754;transform:translate(63.057vw,-10px) scale(.3702);animation:fall-376 20s -29s linear infinite}@keyframes fall-376{61.992%{transform:translate(66.7177vw,61.992vh) scale(.3702)}to{transform:translate(64.88735vw,99vh) scale(.3702)}}.snow:nth-child(377){opacity:1.5656;transform:translate(13.0954vw,-10px) scale(.0637);animation:fall-377 14s -3s linear infinite}@keyframes fall-377{70.916%{transform:translate(11.8125vw,70.916vh) scale(.0637)}to{transform:translate(12.45395vw,99vh) scale(.0637)}}.snow:nth-child(378){opacity:.4038;transform:translate(5.051vw,-10px) scale(.1038);animation:fall-378 14s -15s linear infinite}@keyframes fall-378{74.282%{transform:translate(11.7318vw,74.282vh) scale(.1038)}to{transform:translate(8.3914vw,99vh) scale(.1038)}}.snow:nth-child(379){opacity:1.0412;transform:translate(91.7829vw,-10px) scale(.5375);animation:fall-379 23s -24s linear infinite}@keyframes fall-379{48.156%{transform:translate(83.8087vw,48.156vh) scale(.5375)}to{transform:translate(87.7958vw,99vh) scale(.5375)}}.snow:nth-child(380){opacity:.7232;transform:translate(76.682vw,-10px) scale(.5257);animation:fall-380 11s -20s linear infinite}@keyframes fall-380{62.667%{transform:translate(82.0331vw,62.667vh) scale(.5257)}to{transform:translate(79.35755vw,99vh) scale(.5257)}}.snow:nth-child(381){opacity:1.1256;transform:translate(48.3382vw,-10px) scale(.2235);animation:fall-381 16s -14s linear infinite}@keyframes fall-381{72.956%{transform:translate(56.3877vw,72.956vh) scale(.2235)}to{transform:translate(52.36295vw,99vh) scale(.2235)}}.snow:nth-child(382){opacity:1.7108;transform:translate(2.2973vw,-10px) scale(.8169);animation:fall-382 29s -18s linear infinite}@keyframes fall-382{37.597%{transform:translate(10.6982vw,37.597vh) scale(.8169)}to{transform:translate(6.49775vw,99vh) scale(.8169)}}.snow:nth-child(383){opacity:1.096;transform:translate(7.7524vw,-10px) scale(.0667);animation:fall-383 26s -7s linear infinite}@keyframes fall-383{57.873%{transform:translate(-1.6825vw,57.873vh) scale(.0667)}to{transform:translate(3.03495vw,99vh) scale(.0667)}}.snow:nth-child(384){opacity:.3544;transform:translate(11.1709vw,-10px) scale(.3281);animation:fall-384 16s -17s linear infinite}@keyframes fall-384{77.324%{transform:translate(15.4406vw,77.324vh) scale(.3281)}to{transform:translate(13.30575vw,99vh) scale(.3281)}}.snow:nth-child(385){opacity:.2532;transform:translate(73.7168vw,-10px) scale(.1351);animation:fall-385 19s -24s linear infinite}@keyframes fall-385{66.023%{transform:translate(67.3027vw,66.023vh) scale(.1351)}to{transform:translate(70.50975vw,99vh) scale(.1351)}}.snow:nth-child(386){opacity:1.7728;transform:translate(34.9021vw,-10px) scale(.1593);animation:fall-386 30s -18s linear infinite}@keyframes fall-386{32.2%{transform:translate(37.2039vw,32.2vh) scale(.1593)}to{transform:translate(36.053vw,99vh) scale(.1593)}}.snow:nth-child(387){opacity:.706;transform:translate(59.0373vw,-10px) scale(.3228);animation:fall-387 14s -11s linear infinite}@keyframes fall-387{48.759%{transform:translate(49.231vw,48.759vh) scale(.3228)}to{transform:translate(54.13415vw,99vh) scale(.3228)}}.snow:nth-child(388){opacity:.428;transform:translate(4.9508vw,-10px) scale(.5846);animation:fall-388 27s -2s linear infinite}@keyframes fall-388{72.582%{transform:translate(6.6827vw,72.582vh) scale(.5846)}to{transform:translate(5.81675vw,99vh) scale(.5846)}}.snow:nth-child(389){opacity:1.8286;transform:translate(68.8905vw,-10px) scale(.7931);animation:fall-389 14s -2s linear infinite}@keyframes fall-389{30.806%{transform:translate(65.7132vw,30.806vh) scale(.7931)}to{transform:translate(67.30185vw,99vh) scale(.7931)}}.snow:nth-child(390){opacity:1.0456;transform:translate(74.1402vw,-10px) scale(.159);animation:fall-390 10s -7s linear infinite}@keyframes fall-390{34.907%{transform:translate(79.5401vw,34.907vh) scale(.159)}to{transform:translate(76.84015vw,99vh) scale(.159)}}.snow:nth-child(391){opacity:.3448;transform:translate(95.278vw,-10px) scale(.0837);animation:fall-391 20s -7s linear infinite}@keyframes fall-391{67.02%{transform:translate(87.1907vw,67.02vh) scale(.0837)}to{transform:translate(91.23435vw,99vh) scale(.0837)}}.snow:nth-child(392){opacity:1.8212;transform:translate(72.7768vw,-10px) scale(.1688);animation:fall-392 17s -10s linear infinite}@keyframes fall-392{66.604%{transform:translate(78.9308vw,66.604vh) scale(.1688)}to{transform:translate(75.8538vw,99vh) scale(.1688)}}.snow:nth-child(393){opacity:1.9914;transform:translate(.6288vw,-10px) scale(.8336);animation:fall-393 30s -17s linear infinite}@keyframes fall-393{65.398%{transform:translate(10.2169vw,65.398vh) scale(.8336)}to{transform:translate(5.42285vw,99vh) scale(.8336)}}.snow:nth-child(394){opacity:1.6398;transform:translate(40.2331vw,-10px) scale(.1554);animation:fall-394 24s -11s linear infinite}@keyframes fall-394{49.294%{transform:translate(47.8962vw,49.294vh) scale(.1554)}to{transform:translate(44.06465vw,99vh) scale(.1554)}}.snow:nth-child(395){opacity:1.45;transform:translate(36.3493vw,-10px) scale(.3922);animation:fall-395 19s -24s linear infinite}@keyframes fall-395{40.84%{transform:translate(39.1679vw,40.84vh) scale(.3922)}to{transform:translate(37.7586vw,99vh) scale(.3922)}}.snow:nth-child(396){opacity:1.7248;transform:translate(54.2164vw,-10px) scale(.2678);animation:fall-396 18s -5s linear infinite}@keyframes fall-396{79.982%{transform:translate(56.4089vw,79.982vh) scale(.2678)}to{transform:translate(55.31265vw,99vh) scale(.2678)}}.snow:nth-child(397){opacity:.8306;transform:translate(65.1611vw,-10px) scale(.954);animation:fall-397 29s -18s linear infinite}@keyframes fall-397{39.291%{transform:translate(57.1604vw,39.291vh) scale(.954)}to{transform:translate(61.16075vw,99vh) scale(.954)}}.snow:nth-child(398){opacity:.6588;transform:translate(88.1938vw,-10px) scale(.3384);animation:fall-398 17s -8s linear infinite}@keyframes fall-398{76.762%{transform:translate(85.6684vw,76.762vh) scale(.3384)}to{transform:translate(86.9311vw,99vh) scale(.3384)}}.snow:nth-child(399){opacity:.5696;transform:translate(57.7238vw,-10px) scale(.201);animation:fall-399 10s -1s linear infinite}@keyframes fall-399{71.499%{transform:translate(54.9644vw,71.499vh) scale(.201)}to{transform:translate(56.3441vw,99vh) scale(.201)}}.snow:nth-child(400){opacity:.4276;transform:translate(7.143vw,-10px) scale(.7271);animation:fall-400 14s -10s linear infinite}@keyframes fall-400{38.03%{transform:translate(14.8694vw,38.03vh) scale(.7271)}to{transform:translate(11.0062vw,99vh) scale(.7271)}}\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", "routerOutletData"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }], encapsulation: i0.ViewEncapsulation.None }); }
97
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.15", type: AppComponent, isStandalone: false, selector: "app-root", ngImport: i0, template: "@if(_state.christmasTime() && _state.graphicEffects()){\r\n @for(i of snows; track i){\r\n <div class=\"snow\"></div>\r\n }\r\n}\r\n\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{-webkit-animation:progress-bar-stripes 1s linear infinite;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;-webkit-box-shadow:1px 1px 5px 0px rgba(0,0,0,.25);-moz-box-shadow:1px 1px 5px 0px rgba(0,0,0,.25);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:#024a8880}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:#2d922d80}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:#248dad80}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:#f79a1780}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:#bf172580}.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:#0006}.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:#0003}.card.overlay .card-img{border-radius:0;-webkit-filter:brightness(100%);-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-webkit-filter:brightness(80%);-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{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);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:#024a88cc!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:#024a8880;border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:#024a88f2!important;border-color:#024a88f2!important}.btn-success{background:#2d922dcc;border-color:#2d922dcc}.btn-success.medium-opacity{background:#2d922d80;border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:#2d922df2!important;border-color:#2d922df2!important}.btn-info{background:#248dadcc;border-color:#248dadcc}.btn-info.medium-opacity{background:#248dad80;border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:#248dadf2!important;border-color:#248dadf2!important}.btn-warning{background:#f79a17cc;border-color:#f79a17cc}.btn-warning.medium-opacity{background:#f79a1780;border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:#f79a17f2!important;border-color:#f79a17f2!important}.btn-danger{background:#bf1725cc;border-color:#bf1725cc}.btn-danger.medium-opacity{background:#bf172580;border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:#bf1725f2!important;border-color:#bf1725f2!important}.btn-dark{background:#000c;border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:#00000080;border-color:#0000001a}.btn-dark:hover{background:#000;border-color:#000}.btn-dark:active{background:#000000f2!important;border-color:#000000f2!important}.btn-main{background:#242d3acc;border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:#242d3a80;border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:#242d3af2!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:#2d922d80;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:#555555b3}.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:#555555b3}.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:#ffffff1a 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:#024a8880!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:#2d922d80!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:#f79a1780!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:#bf172580!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:#242d3a80!important}.bg-dark{background:#000!important}.bg-dark.medium-opacity{background:#00000080!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}}.es-table{padding:15px;background-color:#fff;border:1px solid #cbd5e1;border-radius:5px}.app-btn-search{border:1px solid #cbd5e1!important;border-radius:5px!important}.ngx-contextmenu .dropdown-menu{border-radius:5px!important}.simple-tab-content,.simple-tab-selected{background-color:#fff}.p-overlay.p-component{z-index:999999999!important}.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}::-webkit-input-placeholder{color:#aaa!important}:-moz-placeholder{color:#aaa!important;opacity:1!important}::-moz-placeholder{color:#aaa!important;opacity:1!important}:-ms-input-placeholder{color:#aaa!important}::-ms-input-placeholder{color:#aaa!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{-moz-transform:scale(1,-1);-webkit-transform:scale(1,-1);-o-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scaleY(-1)}.app-flip-x{-moz-transform:scale(-1,1);-webkit-transform:scale(-1,1);-o-transform:scale(-1,1);-ms-transform:scale(-1,1);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:#ff323233;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:#fff;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}.m-b-min-1{margin-bottom:-1px}.m-b-min-2{margin-bottom:-2px}.m-b-min-3{margin-bottom:-3px}.m-b-min-5{margin-bottom:-5px}.m-b-min-6{margin-bottom:-6px}.m-b-min-10{margin-bottom:-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:#00000080 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:#ededed;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{margin-top:20px;padding-left:0!important}.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}.es-card{padding:15px;background-color:#fff;border:1px solid #cbd5e1;border-radius:5px}.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;-moz-user-select:none!important;-ms-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:#ccc}::-webkit-scrollbar-thumb:active{background:#888}::-webkit-scrollbar-track{background:#666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666}::-webkit-scrollbar-track:active{background:#333}::-webkit-scrollbar-corner{background:transparent}.transition{-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;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%}}.snow{position:absolute;width:10px;height:10px;background:#fff;border-radius:50%}.snow:nth-child(1){opacity:.8002;transform:translate(34.1957vw,-10px) scale(.3524);animation:fall-1 19s -18s linear infinite}@keyframes fall-1{40.819%{transform:translate(38.9797vw,40.819vh) scale(.3524)}to{transform:translate(36.5877vw,99vh) scale(.3524)}}.snow:nth-child(2){opacity:1.474;transform:translate(11.305vw,-10px) scale(.0031);animation:fall-2 13s -24s linear infinite}@keyframes fall-2{70.637%{transform:translate(11.0411vw,70.637vh) scale(.0031)}to{transform:translate(11.17305vw,99vh) scale(.0031)}}.snow:nth-child(3){opacity:1.424;transform:translate(.3605vw,-10px) scale(.6236);animation:fall-3 15s -29s linear infinite}@keyframes fall-3{35.048%{transform:translate(.0135vw,35.048vh) scale(.6236)}to{transform:translate(.187vw,99vh) scale(.6236)}}.snow:nth-child(4){opacity:.9224;transform:translate(41.589vw,-10px) scale(.3977);animation:fall-4 21s -14s linear infinite}@keyframes fall-4{56.64%{transform:translate(32.0088vw,56.64vh) scale(.3977)}to{transform:translate(36.7989vw,99vh) scale(.3977)}}.snow:nth-child(5){opacity:1.8432;transform:translate(67.1674vw,-10px) scale(.9376);animation:fall-5 24s -15s linear infinite}@keyframes fall-5{78.186%{transform:translate(66.4396vw,78.186vh) scale(.9376)}to{transform:translate(66.8035vw,99vh) scale(.9376)}}.snow:nth-child(6){opacity:.5566;transform:translate(35.41vw,-10px) scale(.0937);animation:fall-6 18s -3s linear infinite}@keyframes fall-6{63.212%{transform:translate(34.8895vw,63.212vh) scale(.0937)}to{transform:translate(35.14975vw,99vh) scale(.0937)}}.snow:nth-child(7){opacity:.4518;transform:translate(45.93vw,-10px) scale(.9278);animation:fall-7 26s -30s linear infinite}@keyframes fall-7{35.394%{transform:translate(41.1918vw,35.394vh) scale(.9278)}to{transform:translate(43.5609vw,99vh) scale(.9278)}}.snow:nth-child(8){opacity:1.8322;transform:translate(3.0157vw,-10px) scale(.8959);animation:fall-8 27s -22s linear infinite}@keyframes fall-8{77.239%{transform:translate(2.8806vw,77.239vh) scale(.8959)}to{transform:translate(2.94815vw,99vh) scale(.8959)}}.snow:nth-child(9){opacity:1.23;transform:translate(83.9431vw,-10px) scale(.312);animation:fall-9 11s -27s linear infinite}@keyframes fall-9{64.789%{transform:translate(84.8755vw,64.789vh) scale(.312)}to{transform:translate(84.4093vw,99vh) scale(.312)}}.snow:nth-child(10){opacity:.0552;transform:translate(75.7601vw,-10px) scale(.7716);animation:fall-10 22s -15s linear infinite}@keyframes fall-10{32.772%{transform:translate(74.0946vw,32.772vh) scale(.7716)}to{transform:translate(74.92735vw,99vh) scale(.7716)}}.snow:nth-child(11){opacity:1.482;transform:translate(32.9983vw,-10px) scale(.2969);animation:fall-11 22s -26s linear infinite}@keyframes fall-11{74.055%{transform:translate(26.462vw,74.055vh) scale(.2969)}to{transform:translate(29.73015vw,99vh) scale(.2969)}}.snow:nth-child(12){opacity:.725;transform:translate(7.2127vw,-10px) scale(.7389);animation:fall-12 19s -29s linear infinite}@keyframes fall-12{42.735%{transform:translate(3.5073vw,42.735vh) scale(.7389)}to{transform:translate(5.36vw,99vh) scale(.7389)}}.snow:nth-child(13){opacity:1.856;transform:translate(32.8668vw,-10px) scale(.0474);animation:fall-13 19s -17s linear infinite}@keyframes fall-13{76.487%{transform:translate(26.8462vw,76.487vh) scale(.0474)}to{transform:translate(29.8565vw,99vh) scale(.0474)}}.snow:nth-child(14){opacity:.548;transform:translate(48.6378vw,-10px) scale(.8872);animation:fall-14 13s -20s linear infinite}@keyframes fall-14{77.558%{transform:translate(41.655vw,77.558vh) scale(.8872)}to{transform:translate(45.1464vw,99vh) scale(.8872)}}.snow:nth-child(15){opacity:.5574;transform:translate(37.6062vw,-10px) scale(.9782);animation:fall-15 28s -9s linear infinite}@keyframes fall-15{71.854%{transform:translate(38.4647vw,71.854vh) scale(.9782)}to{transform:translate(38.03545vw,99vh) scale(.9782)}}.snow:nth-child(16){opacity:1.0634;transform:translate(18.2382vw,-10px) scale(.4663);animation:fall-16 26s -26s linear infinite}@keyframes fall-16{71.972%{transform:translate(17.1206vw,71.972vh) scale(.4663)}to{transform:translate(17.6794vw,99vh) scale(.4663)}}.snow:nth-child(17){opacity:.2726;transform:translate(11.3379vw,-10px) scale(.2124);animation:fall-17 17s -18s linear infinite}@keyframes fall-17{68.657%{transform:translate(19.1927vw,68.657vh) scale(.2124)}to{transform:translate(15.2653vw,99vh) scale(.2124)}}.snow:nth-child(18){opacity:1.4404;transform:translate(45.5765vw,-10px) scale(.562);animation:fall-18 12s -18s linear infinite}@keyframes fall-18{73.933%{transform:translate(43.8314vw,73.933vh) scale(.562)}to{transform:translate(44.70395vw,99vh) scale(.562)}}.snow:nth-child(19){opacity:1.075;transform:translate(48.6929vw,-10px) scale(.3191);animation:fall-19 21s -14s linear infinite}@keyframes fall-19{49.49%{transform:translate(47.038vw,49.49vh) scale(.3191)}to{transform:translate(47.86545vw,99vh) scale(.3191)}}.snow:nth-child(20){opacity:1.274;transform:translate(93.5603vw,-10px) scale(.3621);animation:fall-20 27s -9s linear infinite}@keyframes fall-20{66.601%{transform:translate(95.1581vw,66.601vh) scale(.3621)}to{transform:translate(94.3592vw,99vh) scale(.3621)}}.snow:nth-child(21){opacity:1.3702;transform:translate(58.7897vw,-10px) scale(.9626);animation:fall-21 16s -28s linear infinite}@keyframes fall-21{43.361%{transform:translate(50.6002vw,43.361vh) scale(.9626)}to{transform:translate(54.69495vw,99vh) scale(.9626)}}.snow:nth-child(22){opacity:1.8832;transform:translate(77.7351vw,-10px) scale(.6057);animation:fall-22 25s -26s linear infinite}@keyframes fall-22{66.849%{transform:translate(74.8239vw,66.849vh) scale(.6057)}to{transform:translate(76.2795vw,99vh) scale(.6057)}}.snow:nth-child(23){opacity:1.6544;transform:translate(28.5878vw,-10px) scale(.4146);animation:fall-23 10s -10s linear infinite}@keyframes fall-23{76.802%{transform:translate(22.8632vw,76.802vh) scale(.4146)}to{transform:translate(25.7255vw,99vh) scale(.4146)}}.snow:nth-child(24){opacity:1.1268;transform:translate(6.9914vw,-10px) scale(.6711);animation:fall-24 23s -13s linear infinite}@keyframes fall-24{76.829%{transform:translate(2.3362vw,76.829vh) scale(.6711)}to{transform:translate(4.6638vw,99vh) scale(.6711)}}.snow:nth-child(25){opacity:.667;transform:translate(74.7095vw,-10px) scale(.6384);animation:fall-25 21s -17s linear infinite}@keyframes fall-25{34.245%{transform:translate(81.2374vw,34.245vh) scale(.6384)}to{transform:translate(77.97345vw,99vh) scale(.6384)}}.snow:nth-child(26){opacity:1.1766;transform:translate(24.3004vw,-10px) scale(.3182);animation:fall-26 10s -2s linear infinite}@keyframes fall-26{73.819%{transform:translate(24.2402vw,73.819vh) scale(.3182)}to{transform:translate(24.2703vw,99vh) scale(.3182)}}.snow:nth-child(27){opacity:1.898;transform:translate(49.4894vw,-10px) scale(.4468);animation:fall-27 11s -25s linear infinite}@keyframes fall-27{52.463%{transform:translate(52.2626vw,52.463vh) scale(.4468)}to{transform:translate(50.876vw,99vh) scale(.4468)}}.snow:nth-child(28){opacity:.887;transform:translate(30.578vw,-10px) scale(.692);animation:fall-28 25s -13s linear infinite}@keyframes fall-28{70.88%{transform:translate(32.6314vw,70.88vh) scale(.692)}to{transform:translate(31.6047vw,99vh) scale(.692)}}.snow:nth-child(29){opacity:.0168;transform:translate(45.3709vw,-10px) scale(.5641);animation:fall-29 21s -4s linear infinite}@keyframes fall-29{37.123%{transform:translate(49.7921vw,37.123vh) scale(.5641)}to{transform:translate(47.5815vw,99vh) scale(.5641)}}.snow:nth-child(30){opacity:.5082;transform:translate(20.9931vw,-10px) scale(.5045);animation:fall-30 11s -25s linear infinite}@keyframes fall-30{67.09%{transform:translate(14.1999vw,67.09vh) scale(.5045)}to{transform:translate(17.5965vw,99vh) scale(.5045)}}.snow:nth-child(31){opacity:.4966;transform:translate(9.8031vw,-10px) scale(.04);animation:fall-31 30s -5s linear infinite}@keyframes fall-31{71.085%{transform:translate(4.8488vw,71.085vh) scale(.04)}to{transform:translate(7.32595vw,99vh) scale(.04)}}.snow:nth-child(32){opacity:.8062;transform:translate(60.5895vw,-10px) scale(.7243);animation:fall-32 25s -2s linear infinite}@keyframes fall-32{65.845%{transform:translate(69.0823vw,65.845vh) scale(.7243)}to{transform:translate(64.8359vw,99vh) scale(.7243)}}.snow:nth-child(33){opacity:.3336;transform:translate(29.6765vw,-10px) scale(.0217);animation:fall-33 12s -24s linear infinite}@keyframes fall-33{34.697%{transform:translate(26.3385vw,34.697vh) scale(.0217)}to{transform:translate(28.0075vw,99vh) scale(.0217)}}.snow:nth-child(34){opacity:1.9112;transform:translate(79.7581vw,-10px) scale(.9928);animation:fall-34 12s -29s linear infinite}@keyframes fall-34{70.928%{transform:translate(69.9269vw,70.928vh) scale(.9928)}to{transform:translate(74.8425vw,99vh) scale(.9928)}}.snow:nth-child(35){opacity:1.1026;transform:translate(12.6332vw,-10px) scale(.05);animation:fall-35 30s -28s linear infinite}@keyframes fall-35{42.59%{transform:translate(14.419vw,42.59vh) scale(.05)}to{transform:translate(13.5261vw,99vh) scale(.05)}}.snow:nth-child(36){opacity:.6488;transform:translate(63.9959vw,-10px) scale(.8679);animation:fall-36 12s -25s linear infinite}@keyframes fall-36{66.795%{transform:translate(66.7971vw,66.795vh) scale(.8679)}to{transform:translate(65.3965vw,99vh) scale(.8679)}}.snow:nth-child(37){opacity:1.8622;transform:translate(69.8213vw,-10px) scale(.2562);animation:fall-37 27s -23s linear infinite}@keyframes fall-37{62.497%{transform:translate(69.4921vw,62.497vh) scale(.2562)}to{transform:translate(69.6567vw,99vh) scale(.2562)}}.snow:nth-child(38){opacity:1.3338;transform:translate(87.9362vw,-10px) scale(.2273);animation:fall-38 18s -12s linear infinite}@keyframes fall-38{39.02%{transform:translate(78.1789vw,39.02vh) scale(.2273)}to{transform:translate(83.05755vw,99vh) scale(.2273)}}.snow:nth-child(39){opacity:1.5674;transform:translate(59.8257vw,-10px) scale(.8668);animation:fall-39 12s -16s linear infinite}@keyframes fall-39{54.92%{transform:translate(51.0823vw,54.92vh) scale(.8668)}to{transform:translate(55.454vw,99vh) scale(.8668)}}.snow:nth-child(40){opacity:.3918;transform:translate(69.8048vw,-10px) scale(.4664);animation:fall-40 12s -14s linear infinite}@keyframes fall-40{44.645%{transform:translate(73.3519vw,44.645vh) scale(.4664)}to{transform:translate(71.57835vw,99vh) scale(.4664)}}.snow:nth-child(41){opacity:.836;transform:translate(7.017vw,-10px) scale(.1293);animation:fall-41 11s -28s linear infinite}@keyframes fall-41{57.948%{transform:translate(12.4936vw,57.948vh) scale(.1293)}to{transform:translate(9.7553vw,99vh) scale(.1293)}}.snow:nth-child(42){opacity:.9422;transform:translate(86.6985vw,-10px) scale(.5052);animation:fall-42 16s -23s linear infinite}@keyframes fall-42{66.193%{transform:translate(81.5926vw,66.193vh) scale(.5052)}to{transform:translate(84.14555vw,99vh) scale(.5052)}}.snow:nth-child(43){opacity:1.8488;transform:translate(88.2623vw,-10px) scale(.1654);animation:fall-43 21s -10s linear infinite}@keyframes fall-43{49.597%{transform:translate(97.0816vw,49.597vh) scale(.1654)}to{transform:translate(92.67195vw,99vh) scale(.1654)}}.snow:nth-child(44){opacity:1.0372;transform:translate(30.5744vw,-10px) scale(.4725);animation:fall-44 17s -2s linear infinite}@keyframes fall-44{72.923%{transform:translate(35.9853vw,72.923vh) scale(.4725)}to{transform:translate(33.27985vw,99vh) scale(.4725)}}.snow:nth-child(45){opacity:.0072;transform:translate(86.5105vw,-10px) scale(.8697);animation:fall-45 11s -19s linear infinite}@keyframes fall-45{40.031%{transform:translate(94.3396vw,40.031vh) scale(.8697)}to{transform:translate(90.42505vw,99vh) scale(.8697)}}.snow:nth-child(46){opacity:1.2462;transform:translate(55.0838vw,-10px) scale(.4628);animation:fall-46 22s -7s linear infinite}@keyframes fall-46{34.318%{transform:translate(61.9899vw,34.318vh) scale(.4628)}to{transform:translate(58.53685vw,99vh) scale(.4628)}}.snow:nth-child(47){opacity:1.4098;transform:translate(50.3679vw,-10px) scale(.933);animation:fall-47 21s -28s linear infinite}@keyframes fall-47{38.713%{transform:translate(56.1373vw,38.713vh) scale(.933)}to{transform:translate(53.2526vw,99vh) scale(.933)}}.snow:nth-child(48){opacity:.133;transform:translate(30.1506vw,-10px) scale(.4321);animation:fall-48 26s -4s linear infinite}@keyframes fall-48{76.026%{transform:translate(34.196vw,76.026vh) scale(.4321)}to{transform:translate(32.1733vw,99vh) scale(.4321)}}.snow:nth-child(49){opacity:.897;transform:translate(54.8164vw,-10px) scale(.1287);animation:fall-49 15s -23s linear infinite}@keyframes fall-49{59.548%{transform:translate(58.6508vw,59.548vh) scale(.1287)}to{transform:translate(56.7336vw,99vh) scale(.1287)}}.snow:nth-child(50){opacity:1.9744;transform:translate(20.8293vw,-10px) scale(.5286);animation:fall-50 28s -6s linear infinite}@keyframes fall-50{73.116%{transform:translate(28.823vw,73.116vh) scale(.5286)}to{transform:translate(24.82615vw,99vh) scale(.5286)}}.snow:nth-child(51){opacity:1.2296;transform:translate(11.4725vw,-10px) scale(.2402);animation:fall-51 30s -10s linear infinite}@keyframes fall-51{46.467%{transform:translate(15.7043vw,46.467vh) scale(.2402)}to{transform:translate(13.5884vw,99vh) scale(.2402)}}.snow:nth-child(52){opacity:.6744;transform:translate(17.823vw,-10px) scale(.2973);animation:fall-52 15s -7s linear infinite}@keyframes fall-52{32.258%{transform:translate(23.146vw,32.258vh) scale(.2973)}to{transform:translate(20.4845vw,99vh) scale(.2973)}}.snow:nth-child(53){opacity:.6578;transform:translate(25.0497vw,-10px) scale(.093);animation:fall-53 14s -12s linear infinite}@keyframes fall-53{50.154%{transform:translate(16.1853vw,50.154vh) scale(.093)}to{transform:translate(20.6175vw,99vh) scale(.093)}}.snow:nth-child(54){opacity:1.8956;transform:translate(15.1099vw,-10px) scale(.0969);animation:fall-54 23s -22s linear infinite}@keyframes fall-54{41.399%{transform:translate(6.8578vw,41.399vh) scale(.0969)}to{transform:translate(10.98385vw,99vh) scale(.0969)}}.snow:nth-child(55){opacity:.762;transform:translate(29.1878vw,-10px) scale(.0237);animation:fall-55 13s -19s linear infinite}@keyframes fall-55{71.171%{transform:translate(28.4756vw,71.171vh) scale(.0237)}to{transform:translate(28.8317vw,99vh) scale(.0237)}}.snow:nth-child(56){opacity:1.7518;transform:translate(88.5074vw,-10px) scale(.5239);animation:fall-56 11s -14s linear infinite}@keyframes fall-56{69.842%{transform:translate(87.0255vw,69.842vh) scale(.5239)}to{transform:translate(87.76645vw,99vh) scale(.5239)}}.snow:nth-child(57){opacity:.075;transform:translate(76.1431vw,-10px) scale(.733);animation:fall-57 26s -21s linear infinite}@keyframes fall-57{32.149%{transform:translate(69.5286vw,32.149vh) scale(.733)}to{transform:translate(72.83585vw,99vh) scale(.733)}}.snow:nth-child(58){opacity:1.6244;transform:translate(83.4635vw,-10px) scale(.7366);animation:fall-58 16s -22s linear infinite}@keyframes fall-58{56.752%{transform:translate(74.8778vw,56.752vh) scale(.7366)}to{transform:translate(79.17065vw,99vh) scale(.7366)}}.snow:nth-child(59){opacity:1.0514;transform:translate(75.434vw,-10px) scale(.6355);animation:fall-59 30s -15s linear infinite}@keyframes fall-59{56.337%{transform:translate(85.2372vw,56.337vh) scale(.6355)}to{transform:translate(80.3356vw,99vh) scale(.6355)}}.snow:nth-child(60){opacity:.1802;transform:translate(34.5598vw,-10px) scale(.6349);animation:fall-60 28s -19s linear infinite}@keyframes fall-60{72.922%{transform:translate(40.1687vw,72.922vh) scale(.6349)}to{transform:translate(37.36425vw,99vh) scale(.6349)}}.snow:nth-child(61){opacity:.3832;transform:translate(84.0184vw,-10px) scale(.2598);animation:fall-61 15s -20s linear infinite}@keyframes fall-61{32.346%{transform:translate(86.887vw,32.346vh) scale(.2598)}to{transform:translate(85.4527vw,99vh) scale(.2598)}}.snow:nth-child(62){opacity:.5512;transform:translate(91.4033vw,-10px) scale(.822);animation:fall-62 12s -4s linear infinite}@keyframes fall-62{59.642%{transform:translate(89.2268vw,59.642vh) scale(.822)}to{transform:translate(90.31505vw,99vh) scale(.822)}}.snow:nth-child(63){opacity:1.9694;transform:translate(97.0932vw,-10px) scale(.2978);animation:fall-63 10s -10s linear infinite}@keyframes fall-63{36.763%{transform:translate(99.7482vw,36.763vh) scale(.2978)}to{transform:translate(98.4207vw,99vh) scale(.2978)}}.snow:nth-child(64){opacity:.2838;transform:translate(2.5843vw,-10px) scale(.5348);animation:fall-64 19s -16s linear infinite}@keyframes fall-64{47.403%{transform:translate(-5.0883vw,47.403vh) scale(.5348)}to{transform:translate(-1.252vw,99vh) scale(.5348)}}.snow:nth-child(65){opacity:.2694;transform:translate(32.0502vw,-10px) scale(.7677);animation:fall-65 11s -21s linear infinite}@keyframes fall-65{68.123%{transform:translate(35.3505vw,68.123vh) scale(.7677)}to{transform:translate(33.70035vw,99vh) scale(.7677)}}.snow:nth-child(66){opacity:1.2922;transform:translate(96.886vw,-10px) scale(.701);animation:fall-66 13s -15s linear infinite}@keyframes fall-66{31.874%{transform:translate(87.4426vw,31.874vh) scale(.701)}to{transform:translate(92.1643vw,99vh) scale(.701)}}.snow:nth-child(67){opacity:1.6224;transform:translate(30.1816vw,-10px) scale(.9568);animation:fall-67 25s -8s linear infinite}@keyframes fall-67{55.38%{transform:translate(36.7992vw,55.38vh) scale(.9568)}to{transform:translate(33.4904vw,99vh) scale(.9568)}}.snow:nth-child(68){opacity:.9594;transform:translate(79.3179vw,-10px) scale(.1346);animation:fall-68 30s -17s linear infinite}@keyframes fall-68{54.055%{transform:translate(89.0222vw,54.055vh) scale(.1346)}to{transform:translate(84.17005vw,99vh) scale(.1346)}}.snow:nth-child(69){opacity:1.6552;transform:translate(34.8338vw,-10px) scale(.0394);animation:fall-69 21s -18s linear infinite}@keyframes fall-69{36.507%{transform:translate(26.7167vw,36.507vh) scale(.0394)}to{transform:translate(30.77525vw,99vh) scale(.0394)}}.snow:nth-child(70){opacity:1.1892;transform:translate(51.702vw,-10px) scale(.8562);animation:fall-70 15s -1s linear infinite}@keyframes fall-70{47.503%{transform:translate(57.9704vw,47.503vh) scale(.8562)}to{transform:translate(54.8362vw,99vh) scale(.8562)}}.snow:nth-child(71){opacity:1.3704;transform:translate(65.7992vw,-10px) scale(.5537);animation:fall-71 14s -17s linear infinite}@keyframes fall-71{37.606%{transform:translate(68.3942vw,37.606vh) scale(.5537)}to{transform:translate(67.0967vw,99vh) scale(.5537)}}.snow:nth-child(72){opacity:.509;transform:translate(59.6422vw,-10px) scale(.1892);animation:fall-72 30s -25s linear infinite}@keyframes fall-72{71.442%{transform:translate(65.9808vw,71.442vh) scale(.1892)}to{transform:translate(62.8115vw,99vh) scale(.1892)}}.snow:nth-child(73){opacity:1.2608;transform:translate(1.6753vw,-10px) scale(.4831);animation:fall-73 28s -15s linear infinite}@keyframes fall-73{56.376%{transform:translate(4.6591vw,56.376vh) scale(.4831)}to{transform:translate(3.1672vw,99vh) scale(.4831)}}.snow:nth-child(74){opacity:.4736;transform:translate(87.3975vw,-10px) scale(.5567);animation:fall-74 18s -14s linear infinite}@keyframes fall-74{45.3%{transform:translate(96.7478vw,45.3vh) scale(.5567)}to{transform:translate(92.07265vw,99vh) scale(.5567)}}.snow:nth-child(75){opacity:1.6536;transform:translate(59.513vw,-10px) scale(.271);animation:fall-75 11s -22s linear infinite}@keyframes fall-75{70.45%{transform:translate(65.5566vw,70.45vh) scale(.271)}to{transform:translate(62.5348vw,99vh) scale(.271)}}.snow:nth-child(76){opacity:.4252;transform:translate(70.6255vw,-10px) scale(.7521);animation:fall-76 27s -6s linear infinite}@keyframes fall-76{44.599%{transform:translate(69.7695vw,44.599vh) scale(.7521)}to{transform:translate(70.1975vw,99vh) scale(.7521)}}.snow:nth-child(77){opacity:.4456;transform:translate(30.6747vw,-10px) scale(.6316);animation:fall-77 16s -22s linear infinite}@keyframes fall-77{61.605%{transform:translate(35.8698vw,61.605vh) scale(.6316)}to{transform:translate(33.27225vw,99vh) scale(.6316)}}.snow:nth-child(78){opacity:.7836;transform:translate(51.1666vw,-10px) scale(.7279);animation:fall-78 26s -7s linear infinite}@keyframes fall-78{73.627%{transform:translate(49.1418vw,73.627vh) scale(.7279)}to{transform:translate(50.1542vw,99vh) scale(.7279)}}.snow:nth-child(79){opacity:1.2808;transform:translate(52.7292vw,-10px) scale(.0293);animation:fall-79 19s -20s linear infinite}@keyframes fall-79{66.652%{transform:translate(51.0828vw,66.652vh) scale(.0293)}to{transform:translate(51.906vw,99vh) scale(.0293)}}.snow:nth-child(80){opacity:.5472;transform:translate(75.1107vw,-10px) scale(.4892);animation:fall-80 18s -30s linear infinite}@keyframes fall-80{66.476%{transform:translate(73.1753vw,66.476vh) scale(.4892)}to{transform:translate(74.143vw,99vh) scale(.4892)}}.snow:nth-child(81){opacity:.5708;transform:translate(16.9589vw,-10px) scale(.3092);animation:fall-81 15s -14s linear infinite}@keyframes fall-81{42.954%{transform:translate(16.658vw,42.954vh) scale(.3092)}to{transform:translate(16.80845vw,99vh) scale(.3092)}}.snow:nth-child(82){opacity:1.1654;transform:translate(26.5039vw,-10px) scale(.4035);animation:fall-82 11s -3s linear infinite}@keyframes fall-82{65.924%{transform:translate(33.7664vw,65.924vh) scale(.4035)}to{transform:translate(30.13515vw,99vh) scale(.4035)}}.snow:nth-child(83){opacity:1.4224;transform:translate(68.9176vw,-10px) scale(.1426);animation:fall-83 12s -15s linear infinite}@keyframes fall-83{52.625%{transform:translate(71.7352vw,52.625vh) scale(.1426)}to{transform:translate(70.3264vw,99vh) scale(.1426)}}.snow:nth-child(84){opacity:1.3552;transform:translate(42.5973vw,-10px) scale(.9473);animation:fall-84 21s -16s linear infinite}@keyframes fall-84{75.76%{transform:translate(45.092vw,75.76vh) scale(.9473)}to{transform:translate(43.84465vw,99vh) scale(.9473)}}.snow:nth-child(85){opacity:.8636;transform:translate(50.503vw,-10px) scale(.4611);animation:fall-85 10s -12s linear infinite}@keyframes fall-85{61.704%{transform:translate(56.8741vw,61.704vh) scale(.4611)}to{transform:translate(53.68855vw,99vh) scale(.4611)}}.snow:nth-child(86){opacity:1.7754;transform:translate(14.6313vw,-10px) scale(.6377);animation:fall-86 24s -18s linear infinite}@keyframes fall-86{53.424%{transform:translate(13.2692vw,53.424vh) scale(.6377)}to{transform:translate(13.95025vw,99vh) scale(.6377)}}.snow:nth-child(87){opacity:.0802;transform:translate(51.1552vw,-10px) scale(.1555);animation:fall-87 22s -29s linear infinite}@keyframes fall-87{68.356%{transform:translate(54.8586vw,68.356vh) scale(.1555)}to{transform:translate(53.0069vw,99vh) scale(.1555)}}.snow:nth-child(88){opacity:1.0862;transform:translate(49.9146vw,-10px) scale(.3637);animation:fall-88 16s -28s linear infinite}@keyframes fall-88{72.601%{transform:translate(49.2106vw,72.601vh) scale(.3637)}to{transform:translate(49.5626vw,99vh) scale(.3637)}}.snow:nth-child(89){opacity:1.1234;transform:translate(72.7237vw,-10px) scale(.3774);animation:fall-89 10s -16s linear infinite}@keyframes fall-89{69.736%{transform:translate(68.3033vw,69.736vh) scale(.3774)}to{transform:translate(70.5135vw,99vh) scale(.3774)}}.snow:nth-child(90){opacity:.8138;transform:translate(18.9485vw,-10px) scale(.9945);animation:fall-90 12s -29s linear infinite}@keyframes fall-90{59.434%{transform:translate(23.0533vw,59.434vh) scale(.9945)}to{transform:translate(21.0009vw,99vh) scale(.9945)}}.snow:nth-child(91){opacity:.6096;transform:translate(77.2172vw,-10px) scale(.0522);animation:fall-91 29s -9s linear infinite}@keyframes fall-91{31.899%{transform:translate(82.1673vw,31.899vh) scale(.0522)}to{transform:translate(79.69225vw,99vh) scale(.0522)}}.snow:nth-child(92){opacity:.8112;transform:translate(16.5758vw,-10px) scale(.0013);animation:fall-92 17s -6s linear infinite}@keyframes fall-92{57.771%{transform:translate(6.7597vw,57.771vh) scale(.0013)}to{transform:translate(11.66775vw,99vh) scale(.0013)}}.snow:nth-child(93){opacity:1.126;transform:translate(26.4485vw,-10px) scale(.2136);animation:fall-93 12s -15s linear infinite}@keyframes fall-93{54.051%{transform:translate(31.8367vw,54.051vh) scale(.2136)}to{transform:translate(29.1426vw,99vh) scale(.2136)}}.snow:nth-child(94){opacity:1.469;transform:translate(12.2863vw,-10px) scale(.1737);animation:fall-94 10s -4s linear infinite}@keyframes fall-94{62.131%{transform:translate(16.5849vw,62.131vh) scale(.1737)}to{transform:translate(14.4356vw,99vh) scale(.1737)}}.snow:nth-child(95){opacity:1.7472;transform:translate(6.1622vw,-10px) scale(.8112);animation:fall-95 11s -26s linear infinite}@keyframes fall-95{48.707%{transform:translate(5.2332vw,48.707vh) scale(.8112)}to{transform:translate(5.6977vw,99vh) scale(.8112)}}.snow:nth-child(96){opacity:1.7144;transform:translate(59.9642vw,-10px) scale(.5041);animation:fall-96 29s -8s linear infinite}@keyframes fall-96{60.358%{transform:translate(58.2877vw,60.358vh) scale(.5041)}to{transform:translate(59.12595vw,99vh) scale(.5041)}}.snow:nth-child(97){opacity:.1036;transform:translate(49.5865vw,-10px) scale(.2161);animation:fall-97 23s -2s linear infinite}@keyframes fall-97{59.327%{transform:translate(44.3759vw,59.327vh) scale(.2161)}to{transform:translate(46.9812vw,99vh) scale(.2161)}}.snow:nth-child(98){opacity:.3924;transform:translate(89.7484vw,-10px) scale(.1157);animation:fall-98 25s -18s linear infinite}@keyframes fall-98{60.737%{transform:translate(95.9082vw,60.737vh) scale(.1157)}to{transform:translate(92.8283vw,99vh) scale(.1157)}}.snow:nth-child(99){opacity:1.9648;transform:translate(22.5912vw,-10px) scale(.8711);animation:fall-99 27s -19s linear infinite}@keyframes fall-99{51.071%{transform:translate(31.912vw,51.071vh) scale(.8711)}to{transform:translate(27.2516vw,99vh) scale(.8711)}}.snow:nth-child(100){opacity:1.485;transform:translate(71.4184vw,-10px) scale(.2149);animation:fall-100 25s -13s linear infinite}@keyframes fall-100{46.202%{transform:translate(72.3714vw,46.202vh) scale(.2149)}to{transform:translate(71.8949vw,99vh) scale(.2149)}}.snow:nth-child(101){opacity:.3524;transform:translate(49.6866vw,-10px) scale(.2667);animation:fall-101 30s -6s linear infinite}@keyframes fall-101{78.755%{transform:translate(52.1441vw,78.755vh) scale(.2667)}to{transform:translate(50.91535vw,99vh) scale(.2667)}}.snow:nth-child(102){opacity:1.797;transform:translate(34.7259vw,-10px) scale(.4196);animation:fall-102 16s -16s linear infinite}@keyframes fall-102{59.992%{transform:translate(34.6567vw,59.992vh) scale(.4196)}to{transform:translate(34.6913vw,99vh) scale(.4196)}}.snow:nth-child(103){opacity:.961;transform:translate(6.8276vw,-10px) scale(.5806);animation:fall-103 10s -26s linear infinite}@keyframes fall-103{30.516%{transform:translate(10.6999vw,30.516vh) scale(.5806)}to{transform:translate(8.76375vw,99vh) scale(.5806)}}.snow:nth-child(104){opacity:.2178;transform:translate(62.0874vw,-10px) scale(.159);animation:fall-104 30s -22s linear infinite}@keyframes fall-104{76.66%{transform:translate(59.7618vw,76.66vh) scale(.159)}to{transform:translate(60.9246vw,99vh) scale(.159)}}.snow:nth-child(105){opacity:1.3554;transform:translate(58.3457vw,-10px) scale(.8275);animation:fall-105 19s -18s linear infinite}@keyframes fall-105{53.097%{transform:translate(60.4682vw,53.097vh) scale(.8275)}to{transform:translate(59.40695vw,99vh) scale(.8275)}}.snow:nth-child(106){opacity:.6784;transform:translate(30.5948vw,-10px) scale(.4555);animation:fall-106 23s -14s linear infinite}@keyframes fall-106{47.658%{transform:translate(28.1241vw,47.658vh) scale(.4555)}to{transform:translate(29.35945vw,99vh) scale(.4555)}}.snow:nth-child(107){opacity:1.487;transform:translate(11.9404vw,-10px) scale(.1591);animation:fall-107 29s -11s linear infinite}@keyframes fall-107{69.821%{transform:translate(20.3729vw,69.821vh) scale(.1591)}to{transform:translate(16.15665vw,99vh) scale(.1591)}}.snow:nth-child(108){opacity:1.5394;transform:translate(98.1273vw,-10px) scale(.9396);animation:fall-108 30s -4s linear infinite}@keyframes fall-108{76.36%{transform:translate(90.4667vw,76.36vh) scale(.9396)}to{transform:translate(94.297vw,99vh) scale(.9396)}}.snow:nth-child(109){opacity:1.2036;transform:translate(25.4934vw,-10px) scale(.5067);animation:fall-109 11s -20s linear infinite}@keyframes fall-109{34.11%{transform:translate(20.408vw,34.11vh) scale(.5067)}to{transform:translate(22.9507vw,99vh) scale(.5067)}}.snow:nth-child(110){opacity:1.2484;transform:translate(10.3772vw,-10px) scale(.5539);animation:fall-110 25s -25s linear infinite}@keyframes fall-110{40.104%{transform:translate(14.8858vw,40.104vh) scale(.5539)}to{transform:translate(12.6315vw,99vh) scale(.5539)}}.snow:nth-child(111){opacity:.92;transform:translate(98.5246vw,-10px) scale(.2626);animation:fall-111 30s -28s linear infinite}@keyframes fall-111{33.895%{transform:translate(102.6278vw,33.895vh) scale(.2626)}to{transform:translate(100.5762vw,99vh) scale(.2626)}}.snow:nth-child(112){opacity:.7218;transform:translate(47.108vw,-10px) scale(.7693);animation:fall-112 14s -9s linear infinite}@keyframes fall-112{67.31%{transform:translate(46.2094vw,67.31vh) scale(.7693)}to{transform:translate(46.6587vw,99vh) scale(.7693)}}.snow:nth-child(113){opacity:.665;transform:translate(66.1346vw,-10px) scale(.0594);animation:fall-113 30s -13s linear infinite}@keyframes fall-113{67.961%{transform:translate(66.3578vw,67.961vh) scale(.0594)}to{transform:translate(66.2462vw,99vh) scale(.0594)}}.snow:nth-child(114){opacity:.5354;transform:translate(5.1413vw,-10px) scale(.0776);animation:fall-114 10s -30s linear infinite}@keyframes fall-114{76.582%{transform:translate(1.6192vw,76.582vh) scale(.0776)}to{transform:translate(3.38025vw,99vh) scale(.0776)}}.snow:nth-child(115){opacity:1.1008;transform:translate(29.8348vw,-10px) scale(.5936);animation:fall-115 13s -10s linear infinite}@keyframes fall-115{45.422%{transform:translate(35.1128vw,45.422vh) scale(.5936)}to{transform:translate(32.4738vw,99vh) scale(.5936)}}.snow:nth-child(116){opacity:.5308;transform:translate(58.3239vw,-10px) scale(.0705);animation:fall-116 24s -17s linear infinite}@keyframes fall-116{79.759%{transform:translate(48.5117vw,79.759vh) scale(.0705)}to{transform:translate(53.4178vw,99vh) scale(.0705)}}.snow:nth-child(117){opacity:1.2076;transform:translate(64.5684vw,-10px) scale(.0689);animation:fall-117 16s -4s linear infinite}@keyframes fall-117{45.528%{transform:translate(56.9078vw,45.528vh) scale(.0689)}to{transform:translate(60.7381vw,99vh) scale(.0689)}}.snow:nth-child(118){opacity:.2336;transform:translate(87.3032vw,-10px) scale(.8704);animation:fall-118 27s -19s linear infinite}@keyframes fall-118{73.204%{transform:translate(79.4844vw,73.204vh) scale(.8704)}to{transform:translate(83.3938vw,99vh) scale(.8704)}}.snow:nth-child(119){opacity:.1322;transform:translate(6.5904vw,-10px) scale(.704);animation:fall-119 26s -11s linear infinite}@keyframes fall-119{72.852%{transform:translate(6.9702vw,72.852vh) scale(.704)}to{transform:translate(6.7803vw,99vh) scale(.704)}}.snow:nth-child(120){opacity:.2518;transform:translate(43.112vw,-10px) scale(.6198);animation:fall-120 12s -10s linear infinite}@keyframes fall-120{52.683%{transform:translate(45.6201vw,52.683vh) scale(.6198)}to{transform:translate(44.36605vw,99vh) scale(.6198)}}.snow:nth-child(121){opacity:1.2726;transform:translate(85.9994vw,-10px) scale(.6543);animation:fall-121 27s -3s linear infinite}@keyframes fall-121{77.207%{transform:translate(89.7911vw,77.207vh) scale(.6543)}to{transform:translate(87.89525vw,99vh) scale(.6543)}}.snow:nth-child(122){opacity:1.5276;transform:translate(8.3141vw,-10px) scale(.9471);animation:fall-122 13s -18s linear infinite}@keyframes fall-122{37.786%{transform:translate(.957vw,37.786vh) scale(.9471)}to{transform:translate(4.63555vw,99vh) scale(.9471)}}.snow:nth-child(123){opacity:.2472;transform:translate(58.4658vw,-10px) scale(.1638);animation:fall-123 25s -27s linear infinite}@keyframes fall-123{45.082%{transform:translate(64.139vw,45.082vh) scale(.1638)}to{transform:translate(61.3024vw,99vh) scale(.1638)}}.snow:nth-child(124){opacity:.8586;transform:translate(65.9587vw,-10px) scale(.8656);animation:fall-124 19s -30s linear infinite}@keyframes fall-124{56.84%{transform:translate(67.9782vw,56.84vh) scale(.8656)}to{transform:translate(66.96845vw,99vh) scale(.8656)}}.snow:nth-child(125){opacity:1.8018;transform:translate(4.3047vw,-10px) scale(.4254);animation:fall-125 20s -1s linear infinite}@keyframes fall-125{34.114%{transform:translate(-2.5423vw,34.114vh) scale(.4254)}to{transform:translate(.8812vw,99vh) scale(.4254)}}.snow:nth-child(126){opacity:.1146;transform:translate(30.2285vw,-10px) scale(.5328);animation:fall-126 13s -28s linear infinite}@keyframes fall-126{76.939%{transform:translate(32.6606vw,76.939vh) scale(.5328)}to{transform:translate(31.44455vw,99vh) scale(.5328)}}.snow:nth-child(127){opacity:.1644;transform:translate(17.6251vw,-10px) scale(.5035);animation:fall-127 14s -25s linear infinite}@keyframes fall-127{53.936%{transform:translate(20.0698vw,53.936vh) scale(.5035)}to{transform:translate(18.84745vw,99vh) scale(.5035)}}.snow:nth-child(128){opacity:.3804;transform:translate(5.562vw,-10px) scale(.974);animation:fall-128 19s -11s linear infinite}@keyframes fall-128{71.187%{transform:translate(2.3558vw,71.187vh) scale(.974)}to{transform:translate(3.9589vw,99vh) scale(.974)}}.snow:nth-child(129){opacity:1.216;transform:translate(91.6388vw,-10px) scale(.4439);animation:fall-129 25s -4s linear infinite}@keyframes fall-129{48.967%{transform:translate(100.9701vw,48.967vh) scale(.4439)}to{transform:translate(96.30445vw,99vh) scale(.4439)}}.snow:nth-child(130){opacity:1.149;transform:translate(60.2657vw,-10px) scale(.8462);animation:fall-130 23s -22s linear infinite}@keyframes fall-130{53.05%{transform:translate(60.2973vw,53.05vh) scale(.8462)}to{transform:translate(60.2815vw,99vh) scale(.8462)}}.snow:nth-child(131){opacity:.1942;transform:translate(78.8638vw,-10px) scale(.2082);animation:fall-131 15s -1s linear infinite}@keyframes fall-131{37.489%{transform:translate(77.921vw,37.489vh) scale(.2082)}to{transform:translate(78.3924vw,99vh) scale(.2082)}}.snow:nth-child(132){opacity:1.5038;transform:translate(19.0239vw,-10px) scale(.0293);animation:fall-132 19s -9s linear infinite}@keyframes fall-132{49.905%{transform:translate(9.9574vw,49.905vh) scale(.0293)}to{transform:translate(14.49065vw,99vh) scale(.0293)}}.snow:nth-child(133){opacity:.8082;transform:translate(14.1786vw,-10px) scale(.7301);animation:fall-133 18s -8s linear infinite}@keyframes fall-133{54.202%{transform:translate(18.0933vw,54.202vh) scale(.7301)}to{transform:translate(16.13595vw,99vh) scale(.7301)}}.snow:nth-child(134){opacity:.1876;transform:translate(84.9188vw,-10px) scale(.6622);animation:fall-134 15s -9s linear infinite}@keyframes fall-134{69.79%{transform:translate(76.4597vw,69.79vh) scale(.6622)}to{transform:translate(80.68925vw,99vh) scale(.6622)}}.snow:nth-child(135){opacity:.0714;transform:translate(28.3198vw,-10px) scale(.5605);animation:fall-135 26s -9s linear infinite}@keyframes fall-135{76.777%{transform:translate(34.0803vw,76.777vh) scale(.5605)}to{transform:translate(31.20005vw,99vh) scale(.5605)}}.snow:nth-child(136){opacity:1.7056;transform:translate(65.0209vw,-10px) scale(.699);animation:fall-136 25s -7s linear infinite}@keyframes fall-136{31.841%{transform:translate(60.7814vw,31.841vh) scale(.699)}to{transform:translate(62.90115vw,99vh) scale(.699)}}.snow:nth-child(137){opacity:.3436;transform:translate(16.3785vw,-10px) scale(.0888);animation:fall-137 30s -3s linear infinite}@keyframes fall-137{66.497%{transform:translate(8.0452vw,66.497vh) scale(.0888)}to{transform:translate(12.21185vw,99vh) scale(.0888)}}.snow:nth-child(138){opacity:.115;transform:translate(54.5421vw,-10px) scale(.8894);animation:fall-138 26s -8s linear infinite}@keyframes fall-138{38.17%{transform:translate(56.5936vw,38.17vh) scale(.8894)}to{transform:translate(55.56785vw,99vh) scale(.8894)}}.snow:nth-child(139){opacity:1.617;transform:translate(33.8012vw,-10px) scale(.7244);animation:fall-139 14s -24s linear infinite}@keyframes fall-139{32.92%{transform:translate(24.4202vw,32.92vh) scale(.7244)}to{transform:translate(29.1107vw,99vh) scale(.7244)}}.snow:nth-child(140){opacity:.9428;transform:translate(62.725vw,-10px) scale(.3392);animation:fall-140 23s -23s linear infinite}@keyframes fall-140{65.43%{transform:translate(63.1372vw,65.43vh) scale(.3392)}to{transform:translate(62.9311vw,99vh) scale(.3392)}}.snow:nth-child(141){opacity:.0054;transform:translate(22.1027vw,-10px) scale(.9213);animation:fall-141 21s -14s linear infinite}@keyframes fall-141{79.945%{transform:translate(30.0459vw,79.945vh) scale(.9213)}to{transform:translate(26.0743vw,99vh) scale(.9213)}}.snow:nth-child(142){opacity:.0938;transform:translate(86.0239vw,-10px) scale(.3782);animation:fall-142 22s -7s linear infinite}@keyframes fall-142{44.638%{transform:translate(82.9344vw,44.638vh) scale(.3782)}to{transform:translate(84.47915vw,99vh) scale(.3782)}}.snow:nth-child(143){opacity:1.5058;transform:translate(99.3827vw,-10px) scale(.5453);animation:fall-143 12s -11s linear infinite}@keyframes fall-143{50.937%{transform:translate(95.0669vw,50.937vh) scale(.5453)}to{transform:translate(97.2248vw,99vh) scale(.5453)}}.snow:nth-child(144){opacity:1.1284;transform:translate(66.1517vw,-10px) scale(.591);animation:fall-144 18s -30s linear infinite}@keyframes fall-144{33.334%{transform:translate(68.0758vw,33.334vh) scale(.591)}to{transform:translate(67.11375vw,99vh) scale(.591)}}.snow:nth-child(145){opacity:1.0038;transform:translate(53.7839vw,-10px) scale(.5531);animation:fall-145 28s -26s linear infinite}@keyframes fall-145{47.862%{transform:translate(44.9979vw,47.862vh) scale(.5531)}to{transform:translate(49.3909vw,99vh) scale(.5531)}}.snow:nth-child(146){opacity:1.7404;transform:translate(93.4675vw,-10px) scale(.7518);animation:fall-146 15s -29s linear infinite}@keyframes fall-146{72.427%{transform:translate(96.2331vw,72.427vh) scale(.7518)}to{transform:translate(94.8503vw,99vh) scale(.7518)}}.snow:nth-child(147){opacity:1.7594;transform:translate(38.3247vw,-10px) scale(.824);animation:fall-147 14s -20s linear infinite}@keyframes fall-147{39.78%{transform:translate(34.5264vw,39.78vh) scale(.824)}to{transform:translate(36.42555vw,99vh) scale(.824)}}.snow:nth-child(148){opacity:1.7012;transform:translate(66.8166vw,-10px) scale(.0914);animation:fall-148 22s -2s linear infinite}@keyframes fall-148{47.212%{transform:translate(57.0629vw,47.212vh) scale(.0914)}to{transform:translate(61.93975vw,99vh) scale(.0914)}}.snow:nth-child(149){opacity:1.7108;transform:translate(15.3878vw,-10px) scale(.5083);animation:fall-149 24s -17s linear infinite}@keyframes fall-149{47.647%{transform:translate(15.216vw,47.647vh) scale(.5083)}to{transform:translate(15.3019vw,99vh) scale(.5083)}}.snow:nth-child(150){opacity:.4574;transform:translate(18.4667vw,-10px) scale(.2734);animation:fall-150 30s -23s linear infinite}@keyframes fall-150{63.32%{transform:translate(11.1373vw,63.32vh) scale(.2734)}to{transform:translate(14.802vw,99vh) scale(.2734)}}.snow:nth-child(151){opacity:.5482;transform:translate(88.2414vw,-10px) scale(.4837);animation:fall-151 23s -29s linear infinite}@keyframes fall-151{38.038%{transform:translate(78.6066vw,38.038vh) scale(.4837)}to{transform:translate(83.424vw,99vh) scale(.4837)}}.snow:nth-child(152){opacity:1.2854;transform:translate(49.0969vw,-10px) scale(.0668);animation:fall-152 23s -7s linear infinite}@keyframes fall-152{61.276%{transform:translate(39.9644vw,61.276vh) scale(.0668)}to{transform:translate(44.53065vw,99vh) scale(.0668)}}.snow:nth-child(153){opacity:.6564;transform:translate(84.7367vw,-10px) scale(.6934);animation:fall-153 29s -13s linear infinite}@keyframes fall-153{70.054%{transform:translate(90.1836vw,70.054vh) scale(.6934)}to{transform:translate(87.46015vw,99vh) scale(.6934)}}.snow:nth-child(154){opacity:1.878;transform:translate(91.8359vw,-10px) scale(.966);animation:fall-154 13s -23s linear infinite}@keyframes fall-154{31.129%{transform:translate(84.9908vw,31.129vh) scale(.966)}to{transform:translate(88.41335vw,99vh) scale(.966)}}.snow:nth-child(155){opacity:1.7848;transform:translate(85.7377vw,-10px) scale(.6458);animation:fall-155 25s -4s linear infinite}@keyframes fall-155{77.774%{transform:translate(90.9534vw,77.774vh) scale(.6458)}to{transform:translate(88.34555vw,99vh) scale(.6458)}}.snow:nth-child(156){opacity:.9974;transform:translate(20.5046vw,-10px) scale(.3915);animation:fall-156 28s -4s linear infinite}@keyframes fall-156{78.235%{transform:translate(14.8399vw,78.235vh) scale(.3915)}to{transform:translate(17.67225vw,99vh) scale(.3915)}}.snow:nth-child(157){opacity:1.751;transform:translate(58.9064vw,-10px) scale(.5025);animation:fall-157 18s -22s linear infinite}@keyframes fall-157{55.221%{transform:translate(63.3883vw,55.221vh) scale(.5025)}to{transform:translate(61.14735vw,99vh) scale(.5025)}}.snow:nth-child(158){opacity:1.7344;transform:translate(27.6212vw,-10px) scale(.1692);animation:fall-158 13s -18s linear infinite}@keyframes fall-158{78.255%{transform:translate(24.925vw,78.255vh) scale(.1692)}to{transform:translate(26.2731vw,99vh) scale(.1692)}}.snow:nth-child(159){opacity:1.9966;transform:translate(16.8076vw,-10px) scale(.3126);animation:fall-159 16s -30s linear infinite}@keyframes fall-159{71.266%{transform:translate(15.3363vw,71.266vh) scale(.3126)}to{transform:translate(16.07195vw,99vh) scale(.3126)}}.snow:nth-child(160){opacity:1.8534;transform:translate(21.213vw,-10px) scale(.3713);animation:fall-160 25s -11s linear infinite}@keyframes fall-160{35.136%{transform:translate(14.2846vw,35.136vh) scale(.3713)}to{transform:translate(17.7488vw,99vh) scale(.3713)}}.snow:nth-child(161){opacity:.228;transform:translate(14.6474vw,-10px) scale(.5111);animation:fall-161 19s -5s linear infinite}@keyframes fall-161{31.415%{transform:translate(8.2132vw,31.415vh) scale(.5111)}to{transform:translate(11.4303vw,99vh) scale(.5111)}}.snow:nth-child(162){opacity:1.6928;transform:translate(75.7517vw,-10px) scale(.4618);animation:fall-162 25s -13s linear infinite}@keyframes fall-162{52.518%{transform:translate(71.5251vw,52.518vh) scale(.4618)}to{transform:translate(73.6384vw,99vh) scale(.4618)}}.snow:nth-child(163){opacity:1.4118;transform:translate(.1978vw,-10px) scale(.3056);animation:fall-163 25s -11s linear infinite}@keyframes fall-163{66.831%{transform:translate(-.4471vw,66.831vh) scale(.3056)}to{transform:translate(-.12465vw,99vh) scale(.3056)}}.snow:nth-child(164){opacity:.3166;transform:translate(38.766vw,-10px) scale(.4728);animation:fall-164 26s -2s linear infinite}@keyframes fall-164{69.395%{transform:translate(40.9972vw,69.395vh) scale(.4728)}to{transform:translate(39.8816vw,99vh) scale(.4728)}}.snow:nth-child(165){opacity:.2788;transform:translate(91.0732vw,-10px) scale(.872);animation:fall-165 13s -8s linear infinite}@keyframes fall-165{53.244%{transform:translate(95.3056vw,53.244vh) scale(.872)}to{transform:translate(93.1894vw,99vh) scale(.872)}}.snow:nth-child(166){opacity:.8334;transform:translate(81.0764vw,-10px) scale(.4996);animation:fall-166 30s -19s linear infinite}@keyframes fall-166{52.212%{transform:translate(84.9919vw,52.212vh) scale(.4996)}to{transform:translate(83.03415vw,99vh) scale(.4996)}}.snow:nth-child(167){opacity:.496;transform:translate(30.0255vw,-10px) scale(.7805);animation:fall-167 26s -28s linear infinite}@keyframes fall-167{34.518%{transform:translate(38.5695vw,34.518vh) scale(.7805)}to{transform:translate(34.2975vw,99vh) scale(.7805)}}.snow:nth-child(168){opacity:1.8962;transform:translate(58.8722vw,-10px) scale(.7556);animation:fall-168 15s -25s linear infinite}@keyframes fall-168{79.85%{transform:translate(50.1164vw,79.85vh) scale(.7556)}to{transform:translate(54.4943vw,99vh) scale(.7556)}}.snow:nth-child(169){opacity:.4708;transform:translate(27.9518vw,-10px) scale(.1069);animation:fall-169 11s -19s linear infinite}@keyframes fall-169{79.291%{transform:translate(30.3766vw,79.291vh) scale(.1069)}to{transform:translate(29.1642vw,99vh) scale(.1069)}}.snow:nth-child(170){opacity:1.0222;transform:translate(75.1408vw,-10px) scale(.2854);animation:fall-170 22s -19s linear infinite}@keyframes fall-170{65.283%{transform:translate(75.3109vw,65.283vh) scale(.2854)}to{transform:translate(75.22585vw,99vh) scale(.2854)}}.snow:nth-child(171){opacity:1.4266;transform:translate(30.435vw,-10px) scale(.8798);animation:fall-171 21s -17s linear infinite}@keyframes fall-171{74.851%{transform:translate(35.7248vw,74.851vh) scale(.8798)}to{transform:translate(33.0799vw,99vh) scale(.8798)}}.snow:nth-child(172){opacity:1.5222;transform:translate(57.6105vw,-10px) scale(.7704);animation:fall-172 17s -5s linear infinite}@keyframes fall-172{37.766%{transform:translate(67.064vw,37.766vh) scale(.7704)}to{transform:translate(62.33725vw,99vh) scale(.7704)}}.snow:nth-child(173){opacity:.115;transform:translate(83.4675vw,-10px) scale(.5296);animation:fall-173 22s -10s linear infinite}@keyframes fall-173{30.939%{transform:translate(91.3124vw,30.939vh) scale(.5296)}to{transform:translate(87.38995vw,99vh) scale(.5296)}}.snow:nth-child(174){opacity:.327;transform:translate(92.3192vw,-10px) scale(.7362);animation:fall-174 30s -27s linear infinite}@keyframes fall-174{48.26%{transform:translate(83.1039vw,48.26vh) scale(.7362)}to{transform:translate(87.71155vw,99vh) scale(.7362)}}.snow:nth-child(175){opacity:.703;transform:translate(53.9196vw,-10px) scale(.0798);animation:fall-175 23s -20s linear infinite}@keyframes fall-175{38.026%{transform:translate(59.1589vw,38.026vh) scale(.0798)}to{transform:translate(56.53925vw,99vh) scale(.0798)}}.snow:nth-child(176){opacity:.1366;transform:translate(98.0232vw,-10px) scale(.2992);animation:fall-176 11s -11s linear infinite}@keyframes fall-176{40.217%{transform:translate(92.7015vw,40.217vh) scale(.2992)}to{transform:translate(95.36235vw,99vh) scale(.2992)}}.snow:nth-child(177){opacity:1.0978;transform:translate(40.2381vw,-10px) scale(.6575);animation:fall-177 20s -2s linear infinite}@keyframes fall-177{72.047%{transform:translate(41.9428vw,72.047vh) scale(.6575)}to{transform:translate(41.09045vw,99vh) scale(.6575)}}.snow:nth-child(178){opacity:.2006;transform:translate(31.5311vw,-10px) scale(.2664);animation:fall-178 22s -19s linear infinite}@keyframes fall-178{49.441%{transform:translate(27.0114vw,49.441vh) scale(.2664)}to{transform:translate(29.27125vw,99vh) scale(.2664)}}.snow:nth-child(179){opacity:.3128;transform:translate(75.7809vw,-10px) scale(.4773);animation:fall-179 29s -17s linear infinite}@keyframes fall-179{69.256%{transform:translate(82.8478vw,69.256vh) scale(.4773)}to{transform:translate(79.31435vw,99vh) scale(.4773)}}.snow:nth-child(180){opacity:1.7308;transform:translate(35.8053vw,-10px) scale(.4603);animation:fall-180 29s -2s linear infinite}@keyframes fall-180{67.412%{transform:translate(42.3875vw,67.412vh) scale(.4603)}to{transform:translate(39.0964vw,99vh) scale(.4603)}}.snow:nth-child(181){opacity:1.2966;transform:translate(37.2303vw,-10px) scale(.9022);animation:fall-181 10s -16s linear infinite}@keyframes fall-181{73.193%{transform:translate(43.4893vw,73.193vh) scale(.9022)}to{transform:translate(40.3598vw,99vh) scale(.9022)}}.snow:nth-child(182){opacity:.7494;transform:translate(28.7191vw,-10px) scale(.8661);animation:fall-182 18s -19s linear infinite}@keyframes fall-182{47.41%{transform:translate(29.9661vw,47.41vh) scale(.8661)}to{transform:translate(29.3426vw,99vh) scale(.8661)}}.snow:nth-child(183){opacity:1.6196;transform:translate(35.2134vw,-10px) scale(.1458);animation:fall-183 19s -25s linear infinite}@keyframes fall-183{50.773%{transform:translate(36.8643vw,50.773vh) scale(.1458)}to{transform:translate(36.03885vw,99vh) scale(.1458)}}.snow:nth-child(184){opacity:.717;transform:translate(47.775vw,-10px) scale(.7782);animation:fall-184 15s -26s linear infinite}@keyframes fall-184{74.516%{transform:translate(40.0782vw,74.516vh) scale(.7782)}to{transform:translate(43.9266vw,99vh) scale(.7782)}}.snow:nth-child(185){opacity:1.4652;transform:translate(79.9214vw,-10px) scale(.4719);animation:fall-185 21s -12s linear infinite}@keyframes fall-185{75.216%{transform:translate(83.4676vw,75.216vh) scale(.4719)}to{transform:translate(81.6945vw,99vh) scale(.4719)}}.snow:nth-child(186){opacity:1.3152;transform:translate(44.5726vw,-10px) scale(.3472);animation:fall-186 19s -10s linear infinite}@keyframes fall-186{67.099%{transform:translate(47.9293vw,67.099vh) scale(.3472)}to{transform:translate(46.25095vw,99vh) scale(.3472)}}.snow:nth-child(187){opacity:.5438;transform:translate(63.7473vw,-10px) scale(.8219);animation:fall-187 29s -22s linear infinite}@keyframes fall-187{46.068%{transform:translate(63.3236vw,46.068vh) scale(.8219)}to{transform:translate(63.53545vw,99vh) scale(.8219)}}.snow:nth-child(188){opacity:.5116;transform:translate(28.1013vw,-10px) scale(.2143);animation:fall-188 18s -4s linear infinite}@keyframes fall-188{40.637%{transform:translate(36.7517vw,40.637vh) scale(.2143)}to{transform:translate(32.4265vw,99vh) scale(.2143)}}.snow:nth-child(189){opacity:1.566;transform:translate(27.8325vw,-10px) scale(.1764);animation:fall-189 10s -15s linear infinite}@keyframes fall-189{76.824%{transform:translate(37.4902vw,76.824vh) scale(.1764)}to{transform:translate(32.66135vw,99vh) scale(.1764)}}.snow:nth-child(190){opacity:1.3638;transform:translate(69.2159vw,-10px) scale(.5717);animation:fall-190 15s -27s linear infinite}@keyframes fall-190{67.323%{transform:translate(75.2286vw,67.323vh) scale(.5717)}to{transform:translate(72.22225vw,99vh) scale(.5717)}}.snow:nth-child(191){opacity:.2564;transform:translate(22.7444vw,-10px) scale(.2211);animation:fall-191 28s -19s linear infinite}@keyframes fall-191{34.981%{transform:translate(18.305vw,34.981vh) scale(.2211)}to{transform:translate(20.5247vw,99vh) scale(.2211)}}.snow:nth-child(192){opacity:.0152;transform:translate(73.0318vw,-10px) scale(.6936);animation:fall-192 19s -26s linear infinite}@keyframes fall-192{45.673%{transform:translate(79.0448vw,45.673vh) scale(.6936)}to{transform:translate(76.0383vw,99vh) scale(.6936)}}.snow:nth-child(193){opacity:1.6768;transform:translate(23.464vw,-10px) scale(.8258);animation:fall-193 26s -6s linear infinite}@keyframes fall-193{52.28%{transform:translate(31.4178vw,52.28vh) scale(.8258)}to{transform:translate(27.4409vw,99vh) scale(.8258)}}.snow:nth-child(194){opacity:1.1896;transform:translate(75.8689vw,-10px) scale(.1315);animation:fall-194 22s -7s linear infinite}@keyframes fall-194{76.952%{transform:translate(84.3972vw,76.952vh) scale(.1315)}to{transform:translate(80.13305vw,99vh) scale(.1315)}}.snow:nth-child(195){opacity:1.7204;transform:translate(87.7777vw,-10px) scale(.7493);animation:fall-195 20s -3s linear infinite}@keyframes fall-195{73.424%{transform:translate(87.9191vw,73.424vh) scale(.7493)}to{transform:translate(87.8484vw,99vh) scale(.7493)}}.snow:nth-child(196){opacity:1.32;transform:translate(2.9825vw,-10px) scale(.4053);animation:fall-196 15s -26s linear infinite}@keyframes fall-196{76.157%{transform:translate(-.1951vw,76.157vh) scale(.4053)}to{transform:translate(1.3937vw,99vh) scale(.4053)}}.snow:nth-child(197){opacity:.684;transform:translate(18.2211vw,-10px) scale(.0839);animation:fall-197 18s -18s linear infinite}@keyframes fall-197{41.883%{transform:translate(14.2589vw,41.883vh) scale(.0839)}to{transform:translate(16.24vw,99vh) scale(.0839)}}.snow:nth-child(198){opacity:.6312;transform:translate(40.3061vw,-10px) scale(.1125);animation:fall-198 23s -18s linear infinite}@keyframes fall-198{58.934%{transform:translate(46.8244vw,58.934vh) scale(.1125)}to{transform:translate(43.56525vw,99vh) scale(.1125)}}.snow:nth-child(199){opacity:.976;transform:translate(71.2386vw,-10px) scale(.4569);animation:fall-199 21s -22s linear infinite}@keyframes fall-199{70.398%{transform:translate(66.3744vw,70.398vh) scale(.4569)}to{transform:translate(68.8065vw,99vh) scale(.4569)}}.snow:nth-child(200){opacity:1.0754;transform:translate(39.1348vw,-10px) scale(.1857);animation:fall-200 17s -22s linear infinite}@keyframes fall-200{37.736%{transform:translate(44.6751vw,37.736vh) scale(.1857)}to{transform:translate(41.90495vw,99vh) scale(.1857)}}.snow:nth-child(201){opacity:1.682;transform:translate(3.2039vw,-10px) scale(.76);animation:fall-201 21s -5s linear infinite}@keyframes fall-201{35.265%{transform:translate(7.7821vw,35.265vh) scale(.76)}to{transform:translate(5.493vw,99vh) scale(.76)}}.snow:nth-child(202){opacity:1.6224;transform:translate(58.9864vw,-10px) scale(.3962);animation:fall-202 18s -6s linear infinite}@keyframes fall-202{74.399%{transform:translate(57.8793vw,74.399vh) scale(.3962)}to{transform:translate(58.43285vw,99vh) scale(.3962)}}.snow:nth-child(203){opacity:.7142;transform:translate(42.0104vw,-10px) scale(.3437);animation:fall-203 24s -4s linear infinite}@keyframes fall-203{31.147%{transform:translate(35.9698vw,31.147vh) scale(.3437)}to{transform:translate(38.9901vw,99vh) scale(.3437)}}.snow:nth-child(204){opacity:.9706;transform:translate(25.8305vw,-10px) scale(.0852);animation:fall-204 24s -18s linear infinite}@keyframes fall-204{32.91%{transform:translate(27.9992vw,32.91vh) scale(.0852)}to{transform:translate(26.91485vw,99vh) scale(.0852)}}.snow:nth-child(205){opacity:.0306;transform:translate(34.3826vw,-10px) scale(.8311);animation:fall-205 22s -9s linear infinite}@keyframes fall-205{68.144%{transform:translate(27.8388vw,68.144vh) scale(.8311)}to{transform:translate(31.1107vw,99vh) scale(.8311)}}.snow:nth-child(206){opacity:.1324;transform:translate(39.1888vw,-10px) scale(.6151);animation:fall-206 10s -17s linear infinite}@keyframes fall-206{31.632%{transform:translate(35.7513vw,31.632vh) scale(.6151)}to{transform:translate(37.47005vw,99vh) scale(.6151)}}.snow:nth-child(207){opacity:1.47;transform:translate(39.1916vw,-10px) scale(.7386);animation:fall-207 11s -14s linear infinite}@keyframes fall-207{39.764%{transform:translate(46.881vw,39.764vh) scale(.7386)}to{transform:translate(43.0363vw,99vh) scale(.7386)}}.snow:nth-child(208){opacity:1.4914;transform:translate(52.7235vw,-10px) scale(.4431);animation:fall-208 25s -30s linear infinite}@keyframes fall-208{31.29%{transform:translate(51.38vw,31.29vh) scale(.4431)}to{transform:translate(52.05175vw,99vh) scale(.4431)}}.snow:nth-child(209){opacity:1.7608;transform:translate(8.6623vw,-10px) scale(.7745);animation:fall-209 19s -28s linear infinite}@keyframes fall-209{45.502%{transform:translate(3.701vw,45.502vh) scale(.7745)}to{transform:translate(6.18165vw,99vh) scale(.7745)}}.snow:nth-child(210){opacity:1.5546;transform:translate(44.5096vw,-10px) scale(.5606);animation:fall-210 18s -27s linear infinite}@keyframes fall-210{44.013%{transform:translate(40.8089vw,44.013vh) scale(.5606)}to{transform:translate(42.65925vw,99vh) scale(.5606)}}.snow:nth-child(211){opacity:1.3778;transform:translate(5.9227vw,-10px) scale(.5258);animation:fall-211 18s -5s linear infinite}@keyframes fall-211{54.606%{transform:translate(-3.6946vw,54.606vh) scale(.5258)}to{transform:translate(1.11405vw,99vh) scale(.5258)}}.snow:nth-child(212){opacity:.7602;transform:translate(91.76vw,-10px) scale(.4943);animation:fall-212 27s -22s linear infinite}@keyframes fall-212{59.75%{transform:translate(84.385vw,59.75vh) scale(.4943)}to{transform:translate(88.0725vw,99vh) scale(.4943)}}.snow:nth-child(213){opacity:.998;transform:translate(47.5253vw,-10px) scale(.3478);animation:fall-213 29s -19s linear infinite}@keyframes fall-213{74.472%{transform:translate(55.6379vw,74.472vh) scale(.3478)}to{transform:translate(51.5816vw,99vh) scale(.3478)}}.snow:nth-child(214){opacity:.2818;transform:translate(6.4939vw,-10px) scale(.4067);animation:fall-214 18s -25s linear infinite}@keyframes fall-214{59.898%{transform:translate(-1.7099vw,59.898vh) scale(.4067)}to{transform:translate(2.392vw,99vh) scale(.4067)}}.snow:nth-child(215){opacity:1.1264;transform:translate(48.0441vw,-10px) scale(.6212);animation:fall-215 22s -24s linear infinite}@keyframes fall-215{37.029%{transform:translate(50.8495vw,37.029vh) scale(.6212)}to{transform:translate(49.4468vw,99vh) scale(.6212)}}.snow:nth-child(216){opacity:.2946;transform:translate(78.379vw,-10px) scale(.6645);animation:fall-216 27s -5s linear infinite}@keyframes fall-216{77.358%{transform:translate(78.9038vw,77.358vh) scale(.6645)}to{transform:translate(78.6414vw,99vh) scale(.6645)}}.snow:nth-child(217){opacity:.8902;transform:translate(3.7583vw,-10px) scale(.5692);animation:fall-217 22s -24s linear infinite}@keyframes fall-217{60.117%{transform:translate(8.9192vw,60.117vh) scale(.5692)}to{transform:translate(6.33875vw,99vh) scale(.5692)}}.snow:nth-child(218){opacity:1.5892;transform:translate(65.4168vw,-10px) scale(.3269);animation:fall-218 17s -23s linear infinite}@keyframes fall-218{72.423%{transform:translate(68.4828vw,72.423vh) scale(.3269)}to{transform:translate(66.9498vw,99vh) scale(.3269)}}.snow:nth-child(219){opacity:.5496;transform:translate(5.954vw,-10px) scale(.5409);animation:fall-219 23s -18s linear infinite}@keyframes fall-219{52.151%{transform:translate(9.8397vw,52.151vh) scale(.5409)}to{transform:translate(7.89685vw,99vh) scale(.5409)}}.snow:nth-child(220){opacity:.751;transform:translate(57.3855vw,-10px) scale(.6768);animation:fall-220 13s -21s linear infinite}@keyframes fall-220{74.903%{transform:translate(58.5721vw,74.903vh) scale(.6768)}to{transform:translate(57.9788vw,99vh) scale(.6768)}}.snow:nth-child(221){opacity:.8906;transform:translate(8.7758vw,-10px) scale(.4873);animation:fall-221 12s -18s linear infinite}@keyframes fall-221{57.701%{transform:translate(2.8429vw,57.701vh) scale(.4873)}to{transform:translate(5.80935vw,99vh) scale(.4873)}}.snow:nth-child(222){opacity:1.5372;transform:translate(52.2986vw,-10px) scale(.4795);animation:fall-222 18s -26s linear infinite}@keyframes fall-222{41.193%{transform:translate(61.8144vw,41.193vh) scale(.4795)}to{transform:translate(57.0565vw,99vh) scale(.4795)}}.snow:nth-child(223){opacity:1.8822;transform:translate(9.6343vw,-10px) scale(.1452);animation:fall-223 16s -8s linear infinite}@keyframes fall-223{30.126%{transform:translate(16.1606vw,30.126vh) scale(.1452)}to{transform:translate(12.89745vw,99vh) scale(.1452)}}.snow:nth-child(224){opacity:1.5942;transform:translate(73.5306vw,-10px) scale(.0314);animation:fall-224 19s -15s linear infinite}@keyframes fall-224{74.258%{transform:translate(77.3313vw,74.258vh) scale(.0314)}to{transform:translate(75.43095vw,99vh) scale(.0314)}}.snow:nth-child(225){opacity:.829;transform:translate(34.8402vw,-10px) scale(.2333);animation:fall-225 17s -17s linear infinite}@keyframes fall-225{44.748%{transform:translate(44.8267vw,44.748vh) scale(.2333)}to{transform:translate(39.83345vw,99vh) scale(.2333)}}.snow:nth-child(226){opacity:1.1414;transform:translate(22.1122vw,-10px) scale(.9222);animation:fall-226 14s -30s linear infinite}@keyframes fall-226{78.448%{transform:translate(21.0531vw,78.448vh) scale(.9222)}to{transform:translate(21.58265vw,99vh) scale(.9222)}}.snow:nth-child(227){opacity:1.0644;transform:translate(34.9497vw,-10px) scale(.9094);animation:fall-227 22s -11s linear infinite}@keyframes fall-227{38.342%{transform:translate(35.0185vw,38.342vh) scale(.9094)}to{transform:translate(34.9841vw,99vh) scale(.9094)}}.snow:nth-child(228){opacity:1.0854;transform:translate(76.3038vw,-10px) scale(.8187);animation:fall-228 28s -6s linear infinite}@keyframes fall-228{37.48%{transform:translate(75.4773vw,37.48vh) scale(.8187)}to{transform:translate(75.89055vw,99vh) scale(.8187)}}.snow:nth-child(229){opacity:1.3966;transform:translate(74.0935vw,-10px) scale(.7779);animation:fall-229 25s -12s linear infinite}@keyframes fall-229{61.338%{transform:translate(70.4997vw,61.338vh) scale(.7779)}to{transform:translate(72.2966vw,99vh) scale(.7779)}}.snow:nth-child(230){opacity:1.8642;transform:translate(72.6293vw,-10px) scale(.3251);animation:fall-230 23s -13s linear infinite}@keyframes fall-230{52.941%{transform:translate(71.8916vw,52.941vh) scale(.3251)}to{transform:translate(72.26045vw,99vh) scale(.3251)}}.snow:nth-child(231){opacity:.5526;transform:translate(31.9584vw,-10px) scale(.6608);animation:fall-231 29s -8s linear infinite}@keyframes fall-231{34.596%{transform:translate(37.1114vw,34.596vh) scale(.6608)}to{transform:translate(34.5349vw,99vh) scale(.6608)}}.snow:nth-child(232){opacity:.5508;transform:translate(89.5747vw,-10px) scale(.5864);animation:fall-232 24s -9s linear infinite}@keyframes fall-232{76.586%{transform:translate(87.6241vw,76.586vh) scale(.5864)}to{transform:translate(88.5994vw,99vh) scale(.5864)}}.snow:nth-child(233){opacity:1.4842;transform:translate(21.0117vw,-10px) scale(.521);animation:fall-233 10s -15s linear infinite}@keyframes fall-233{78.706%{transform:translate(21.656vw,78.706vh) scale(.521)}to{transform:translate(21.33385vw,99vh) scale(.521)}}.snow:nth-child(234){opacity:1.3662;transform:translate(7.5829vw,-10px) scale(.2352);animation:fall-234 20s -15s linear infinite}@keyframes fall-234{47.018%{transform:translate(10.4425vw,47.018vh) scale(.2352)}to{transform:translate(9.0127vw,99vh) scale(.2352)}}.snow:nth-child(235){opacity:1.5888;transform:translate(58.6045vw,-10px) scale(.4592);animation:fall-235 20s -2s linear infinite}@keyframes fall-235{37.987%{transform:translate(68.5083vw,37.987vh) scale(.4592)}to{transform:translate(63.5564vw,99vh) scale(.4592)}}.snow:nth-child(236){opacity:.5126;transform:translate(26.9672vw,-10px) scale(.0368);animation:fall-236 13s -22s linear infinite}@keyframes fall-236{76.933%{transform:translate(18.8072vw,76.933vh) scale(.0368)}to{transform:translate(22.8872vw,99vh) scale(.0368)}}.snow:nth-child(237){opacity:1.6324;transform:translate(84.6051vw,-10px) scale(.678);animation:fall-237 27s -14s linear infinite}@keyframes fall-237{53.334%{transform:translate(89.141vw,53.334vh) scale(.678)}to{transform:translate(86.87305vw,99vh) scale(.678)}}.snow:nth-child(238){opacity:1.1978;transform:translate(96.4424vw,-10px) scale(.5473);animation:fall-238 12s -8s linear infinite}@keyframes fall-238{33.511%{transform:translate(98.5051vw,33.511vh) scale(.5473)}to{transform:translate(97.47375vw,99vh) scale(.5473)}}.snow:nth-child(239){opacity:1.4454;transform:translate(85.7205vw,-10px) scale(.4739);animation:fall-239 17s -12s linear infinite}@keyframes fall-239{75.091%{transform:translate(92.8722vw,75.091vh) scale(.4739)}to{transform:translate(89.29635vw,99vh) scale(.4739)}}.snow:nth-child(240){opacity:.4566;transform:translate(99.2845vw,-10px) scale(.4675);animation:fall-240 17s -14s linear infinite}@keyframes fall-240{57.009%{transform:translate(104.3773vw,57.009vh) scale(.4675)}to{transform:translate(101.8309vw,99vh) scale(.4675)}}.snow:nth-child(241){opacity:.5466;transform:translate(31.649vw,-10px) scale(.0552);animation:fall-241 10s -26s linear infinite}@keyframes fall-241{46.346%{transform:translate(35.9777vw,46.346vh) scale(.0552)}to{transform:translate(33.81335vw,99vh) scale(.0552)}}.snow:nth-child(242){opacity:1.2936;transform:translate(7.1079vw,-10px) scale(.3157);animation:fall-242 19s -15s linear infinite}@keyframes fall-242{38.684%{transform:translate(-.0481vw,38.684vh) scale(.3157)}to{transform:translate(3.5299vw,99vh) scale(.3157)}}.snow:nth-child(243){opacity:1.7362;transform:translate(88.4175vw,-10px) scale(.5693);animation:fall-243 22s -29s linear infinite}@keyframes fall-243{53.598%{transform:translate(88.7227vw,53.598vh) scale(.5693)}to{transform:translate(88.5701vw,99vh) scale(.5693)}}.snow:nth-child(244){opacity:1.5076;transform:translate(59.6139vw,-10px) scale(.5122);animation:fall-244 28s -8s linear infinite}@keyframes fall-244{56.192%{transform:translate(51.1735vw,56.192vh) scale(.5122)}to{transform:translate(55.3937vw,99vh) scale(.5122)}}.snow:nth-child(245){opacity:.7212;transform:translate(41.9416vw,-10px) scale(.0971);animation:fall-245 30s -1s linear infinite}@keyframes fall-245{62.051%{transform:translate(38.4691vw,62.051vh) scale(.0971)}to{transform:translate(40.20535vw,99vh) scale(.0971)}}.snow:nth-child(246){opacity:1.434;transform:translate(46.9867vw,-10px) scale(.6242);animation:fall-246 17s -21s linear infinite}@keyframes fall-246{68.343%{transform:translate(37.3473vw,68.343vh) scale(.6242)}to{transform:translate(42.167vw,99vh) scale(.6242)}}.snow:nth-child(247){opacity:.231;transform:translate(6.0391vw,-10px) scale(.9335);animation:fall-247 15s -28s linear infinite}@keyframes fall-247{69.335%{transform:translate(-.658vw,69.335vh) scale(.9335)}to{transform:translate(2.69055vw,99vh) scale(.9335)}}.snow:nth-child(248){opacity:.3904;transform:translate(93.9888vw,-10px) scale(.3714);animation:fall-248 15s -23s linear infinite}@keyframes fall-248{60.51%{transform:translate(98.0111vw,60.51vh) scale(.3714)}to{transform:translate(95.99995vw,99vh) scale(.3714)}}.snow:nth-child(249){opacity:1.2344;transform:translate(65.6089vw,-10px) scale(.8579);animation:fall-249 25s -29s linear infinite}@keyframes fall-249{41.571%{transform:translate(57.9918vw,41.571vh) scale(.8579)}to{transform:translate(61.80035vw,99vh) scale(.8579)}}.snow:nth-child(250){opacity:.5052;transform:translate(52.5944vw,-10px) scale(.4984);animation:fall-250 27s -1s linear infinite}@keyframes fall-250{52.047%{transform:translate(54.2152vw,52.047vh) scale(.4984)}to{transform:translate(53.4048vw,99vh) scale(.4984)}}.snow:nth-child(251){opacity:1.8578;transform:translate(76.4585vw,-10px) scale(.5915);animation:fall-251 13s -28s linear infinite}@keyframes fall-251{49.725%{transform:translate(66.704vw,49.725vh) scale(.5915)}to{transform:translate(71.58125vw,99vh) scale(.5915)}}.snow:nth-child(252){opacity:1.9954;transform:translate(88.5585vw,-10px) scale(.0847);animation:fall-252 17s -25s linear infinite}@keyframes fall-252{32.962%{transform:translate(91.7074vw,32.962vh) scale(.0847)}to{transform:translate(90.13295vw,99vh) scale(.0847)}}.snow:nth-child(253){opacity:.9844;transform:translate(32.9186vw,-10px) scale(.9274);animation:fall-253 15s -1s linear infinite}@keyframes fall-253{60.703%{transform:translate(26.5628vw,60.703vh) scale(.9274)}to{transform:translate(29.7407vw,99vh) scale(.9274)}}.snow:nth-child(254){opacity:.3408;transform:translate(5.2447vw,-10px) scale(.5674);animation:fall-254 26s -1s linear infinite}@keyframes fall-254{34.445%{transform:translate(12.4291vw,34.445vh) scale(.5674)}to{transform:translate(8.8369vw,99vh) scale(.5674)}}.snow:nth-child(255){opacity:1.3146;transform:translate(88.1041vw,-10px) scale(.7831);animation:fall-255 29s -2s linear infinite}@keyframes fall-255{72.211%{transform:translate(83.2991vw,72.211vh) scale(.7831)}to{transform:translate(85.7016vw,99vh) scale(.7831)}}.snow:nth-child(256){opacity:.5042;transform:translate(47.1376vw,-10px) scale(.4963);animation:fall-256 27s -21s linear infinite}@keyframes fall-256{48.619%{transform:translate(52.9175vw,48.619vh) scale(.4963)}to{transform:translate(50.02755vw,99vh) scale(.4963)}}.snow:nth-child(257){opacity:.8636;transform:translate(44.7608vw,-10px) scale(.0785);animation:fall-257 12s -21s linear infinite}@keyframes fall-257{33.989%{transform:translate(41.4716vw,33.989vh) scale(.0785)}to{transform:translate(43.1162vw,99vh) scale(.0785)}}.snow:nth-child(258){opacity:1.3702;transform:translate(51.0158vw,-10px) scale(.674);animation:fall-258 18s -1s linear infinite}@keyframes fall-258{46.343%{transform:translate(49.3559vw,46.343vh) scale(.674)}to{transform:translate(50.18585vw,99vh) scale(.674)}}.snow:nth-child(259){opacity:1.3272;transform:translate(68.5995vw,-10px) scale(.4437);animation:fall-259 26s -27s linear infinite}@keyframes fall-259{37.987%{transform:translate(60.2134vw,37.987vh) scale(.4437)}to{transform:translate(64.40645vw,99vh) scale(.4437)}}.snow:nth-child(260){opacity:1.009;transform:translate(67.5992vw,-10px) scale(.747);animation:fall-260 25s -22s linear infinite}@keyframes fall-260{73.597%{transform:translate(71.2666vw,73.597vh) scale(.747)}to{transform:translate(69.4329vw,99vh) scale(.747)}}.snow:nth-child(261){opacity:.2192;transform:translate(22.2442vw,-10px) scale(.9699);animation:fall-261 22s -28s linear infinite}@keyframes fall-261{72.195%{transform:translate(13.9177vw,72.195vh) scale(.9699)}to{transform:translate(18.08095vw,99vh) scale(.9699)}}.snow:nth-child(262){opacity:.6704;transform:translate(45.0879vw,-10px) scale(.0003);animation:fall-262 26s -24s linear infinite}@keyframes fall-262{61.293%{transform:translate(48.5773vw,61.293vh) scale(.0003)}to{transform:translate(46.8326vw,99vh) scale(.0003)}}.snow:nth-child(263){opacity:.9962;transform:translate(1.7978vw,-10px) scale(.2503);animation:fall-263 28s -26s linear infinite}@keyframes fall-263{60.252%{transform:translate(-6.3521vw,60.252vh) scale(.2503)}to{transform:translate(-2.27715vw,99vh) scale(.2503)}}.snow:nth-child(264){opacity:.137;transform:translate(61.8407vw,-10px) scale(.9004);animation:fall-264 23s -26s linear infinite}@keyframes fall-264{33.35%{transform:translate(67.1983vw,33.35vh) scale(.9004)}to{transform:translate(64.5195vw,99vh) scale(.9004)}}.snow:nth-child(265){opacity:1.6278;transform:translate(26.4968vw,-10px) scale(.3729);animation:fall-265 11s -22s linear infinite}@keyframes fall-265{55.209%{transform:translate(31.0628vw,55.209vh) scale(.3729)}to{transform:translate(28.7798vw,99vh) scale(.3729)}}.snow:nth-child(266){opacity:.671;transform:translate(81.4881vw,-10px) scale(.962);animation:fall-266 25s -27s linear infinite}@keyframes fall-266{36.653%{transform:translate(82.8789vw,36.653vh) scale(.962)}to{transform:translate(82.1835vw,99vh) scale(.962)}}.snow:nth-child(267){opacity:1.202;transform:translate(68.5022vw,-10px) scale(.4585);animation:fall-267 22s -17s linear infinite}@keyframes fall-267{58.244%{transform:translate(63.9895vw,58.244vh) scale(.4585)}to{transform:translate(66.24585vw,99vh) scale(.4585)}}.snow:nth-child(268){opacity:1.4814;transform:translate(57.8894vw,-10px) scale(.775);animation:fall-268 27s -12s linear infinite}@keyframes fall-268{35.246%{transform:translate(56.2027vw,35.246vh) scale(.775)}to{transform:translate(57.04605vw,99vh) scale(.775)}}.snow:nth-child(269){opacity:1.6664;transform:translate(.9556vw,-10px) scale(.4311);animation:fall-269 27s -19s linear infinite}@keyframes fall-269{30.215%{transform:translate(-8.454vw,30.215vh) scale(.4311)}to{transform:translate(-3.7492vw,99vh) scale(.4311)}}.snow:nth-child(270){opacity:.8064;transform:translate(91.3326vw,-10px) scale(.4784);animation:fall-270 15s -16s linear infinite}@keyframes fall-270{38.335%{transform:translate(93.5657vw,38.335vh) scale(.4784)}to{transform:translate(92.44915vw,99vh) scale(.4784)}}.snow:nth-child(271){opacity:1.4962;transform:translate(49.9936vw,-10px) scale(.2982);animation:fall-271 28s -6s linear infinite}@keyframes fall-271{60.527%{transform:translate(41.1477vw,60.527vh) scale(.2982)}to{transform:translate(45.57065vw,99vh) scale(.2982)}}.snow:nth-child(272){opacity:1.6868;transform:translate(88.4236vw,-10px) scale(.5735);animation:fall-272 30s -6s linear infinite}@keyframes fall-272{39.814%{transform:translate(96.608vw,39.814vh) scale(.5735)}to{transform:translate(92.5158vw,99vh) scale(.5735)}}.snow:nth-child(273){opacity:1.2796;transform:translate(98.3122vw,-10px) scale(.9369);animation:fall-273 18s -8s linear infinite}@keyframes fall-273{57.13%{transform:translate(92.1216vw,57.13vh) scale(.9369)}to{transform:translate(95.2169vw,99vh) scale(.9369)}}.snow:nth-child(274){opacity:.8954;transform:translate(75.5547vw,-10px) scale(.5614);animation:fall-274 15s -11s linear infinite}@keyframes fall-274{43.561%{transform:translate(75.5763vw,43.561vh) scale(.5614)}to{transform:translate(75.5655vw,99vh) scale(.5614)}}.snow:nth-child(275){opacity:.0104;transform:translate(2.1522vw,-10px) scale(.6273);animation:fall-275 10s -29s linear infinite}@keyframes fall-275{37.84%{transform:translate(6.4748vw,37.84vh) scale(.6273)}to{transform:translate(4.3135vw,99vh) scale(.6273)}}.snow:nth-child(276){opacity:1.4902;transform:translate(50.8515vw,-10px) scale(.2674);animation:fall-276 25s -26s linear infinite}@keyframes fall-276{44.327%{transform:translate(58.0921vw,44.327vh) scale(.2674)}to{transform:translate(54.4718vw,99vh) scale(.2674)}}.snow:nth-child(277){opacity:1.0108;transform:translate(71.5253vw,-10px) scale(.6849);animation:fall-277 25s -13s linear infinite}@keyframes fall-277{45.523%{transform:translate(68.675vw,45.523vh) scale(.6849)}to{transform:translate(70.10015vw,99vh) scale(.6849)}}.snow:nth-child(278){opacity:1.9426;transform:translate(12.9849vw,-10px) scale(.9426);animation:fall-278 23s -27s linear infinite}@keyframes fall-278{75.341%{transform:translate(17.6399vw,75.341vh) scale(.9426)}to{transform:translate(15.3124vw,99vh) scale(.9426)}}.snow:nth-child(279){opacity:1.7652;transform:translate(89.9282vw,-10px) scale(.133);animation:fall-279 15s -25s linear infinite}@keyframes fall-279{76.686%{transform:translate(95.6607vw,76.686vh) scale(.133)}to{transform:translate(92.79445vw,99vh) scale(.133)}}.snow:nth-child(280){opacity:1.9862;transform:translate(63.9354vw,-10px) scale(.9086);animation:fall-280 25s -27s linear infinite}@keyframes fall-280{48.879%{transform:translate(56.6237vw,48.879vh) scale(.9086)}to{transform:translate(60.27955vw,99vh) scale(.9086)}}.snow:nth-child(281){opacity:.3358;transform:translate(60.3466vw,-10px) scale(.3188);animation:fall-281 27s -12s linear infinite}@keyframes fall-281{48.328%{transform:translate(69.667vw,48.328vh) scale(.3188)}to{transform:translate(65.0068vw,99vh) scale(.3188)}}.snow:nth-child(282){opacity:1.6572;transform:translate(70.1333vw,-10px) scale(.6114);animation:fall-282 26s -23s linear infinite}@keyframes fall-282{32.639%{transform:translate(69.8065vw,32.639vh) scale(.6114)}to{transform:translate(69.9699vw,99vh) scale(.6114)}}.snow:nth-child(283){opacity:1.5604;transform:translate(28.5002vw,-10px) scale(.3999);animation:fall-283 21s -12s linear infinite}@keyframes fall-283{75.207%{transform:translate(26.5647vw,75.207vh) scale(.3999)}to{transform:translate(27.53245vw,99vh) scale(.3999)}}.snow:nth-child(284){opacity:.2882;transform:translate(30.8313vw,-10px) scale(.1098);animation:fall-284 11s -23s linear infinite}@keyframes fall-284{64.848%{transform:translate(37.7238vw,64.848vh) scale(.1098)}to{transform:translate(34.27755vw,99vh) scale(.1098)}}.snow:nth-child(285){opacity:1.8044;transform:translate(20.0891vw,-10px) scale(.1185);animation:fall-285 29s -16s linear infinite}@keyframes fall-285{45.855%{transform:translate(23.0535vw,45.855vh) scale(.1185)}to{transform:translate(21.5713vw,99vh) scale(.1185)}}.snow:nth-child(286){opacity:1.3416;transform:translate(61.0722vw,-10px) scale(.6362);animation:fall-286 12s -22s linear infinite}@keyframes fall-286{54.846%{transform:translate(67.2252vw,54.846vh) scale(.6362)}to{transform:translate(64.1487vw,99vh) scale(.6362)}}.snow:nth-child(287){opacity:1.7224;transform:translate(79.1318vw,-10px) scale(.6743);animation:fall-287 19s -27s linear infinite}@keyframes fall-287{53.156%{transform:translate(72.4429vw,53.156vh) scale(.6743)}to{transform:translate(75.78735vw,99vh) scale(.6743)}}.snow:nth-child(288){opacity:.645;transform:translate(85.9822vw,-10px) scale(.85);animation:fall-288 27s -6s linear infinite}@keyframes fall-288{74.077%{transform:translate(82.1761vw,74.077vh) scale(.85)}to{transform:translate(84.07915vw,99vh) scale(.85)}}.snow:nth-child(289){opacity:.0594;transform:translate(1.3427vw,-10px) scale(.4156);animation:fall-289 16s -13s linear infinite}@keyframes fall-289{64.203%{transform:translate(.8911vw,64.203vh) scale(.4156)}to{transform:translate(1.1169vw,99vh) scale(.4156)}}.snow:nth-child(290){opacity:.5112;transform:translate(96.9972vw,-10px) scale(.2469);animation:fall-290 23s -14s linear infinite}@keyframes fall-290{68.612%{transform:translate(104.2108vw,68.612vh) scale(.2469)}to{transform:translate(100.604vw,99vh) scale(.2469)}}.snow:nth-child(291){opacity:1.1014;transform:translate(75.0406vw,-10px) scale(.3381);animation:fall-291 10s -7s linear infinite}@keyframes fall-291{61.292%{transform:translate(79.3792vw,61.292vh) scale(.3381)}to{transform:translate(77.2099vw,99vh) scale(.3381)}}.snow:nth-child(292){opacity:.0354;transform:translate(59.1138vw,-10px) scale(.4011);animation:fall-292 10s -5s linear infinite}@keyframes fall-292{47.739%{transform:translate(62.935vw,47.739vh) scale(.4011)}to{transform:translate(61.0244vw,99vh) scale(.4011)}}.snow:nth-child(293){opacity:1.0624;transform:translate(93.7199vw,-10px) scale(.7322);animation:fall-293 22s -10s linear infinite}@keyframes fall-293{72.427%{transform:translate(96.6839vw,72.427vh) scale(.7322)}to{transform:translate(95.2019vw,99vh) scale(.7322)}}.snow:nth-child(294){opacity:1.9452;transform:translate(5.4869vw,-10px) scale(.4953);animation:fall-294 11s -24s linear infinite}@keyframes fall-294{75.735%{transform:translate(5.5096vw,75.735vh) scale(.4953)}to{transform:translate(5.49825vw,99vh) scale(.4953)}}.snow:nth-child(295){opacity:.7576;transform:translate(56.2189vw,-10px) scale(.61);animation:fall-295 12s -18s linear infinite}@keyframes fall-295{38.64%{transform:translate(58.7223vw,38.64vh) scale(.61)}to{transform:translate(57.4706vw,99vh) scale(.61)}}.snow:nth-child(296){opacity:1.367;transform:translate(79.8453vw,-10px) scale(.0915);animation:fall-296 11s -13s linear infinite}@keyframes fall-296{57.038%{transform:translate(73.5093vw,57.038vh) scale(.0915)}to{transform:translate(76.6773vw,99vh) scale(.0915)}}.snow:nth-child(297){opacity:1.756;transform:translate(36.2586vw,-10px) scale(.1604);animation:fall-297 15s -10s linear infinite}@keyframes fall-297{61.74%{transform:translate(38.8053vw,61.74vh) scale(.1604)}to{transform:translate(37.53195vw,99vh) scale(.1604)}}.snow:nth-child(298){opacity:.8026;transform:translate(30.7936vw,-10px) scale(.1176);animation:fall-298 27s -7s linear infinite}@keyframes fall-298{63.717%{transform:translate(23.1689vw,63.717vh) scale(.1176)}to{transform:translate(26.98125vw,99vh) scale(.1176)}}.snow:nth-child(299){opacity:1.165;transform:translate(61.9836vw,-10px) scale(.2897);animation:fall-299 30s -19s linear infinite}@keyframes fall-299{31.47%{transform:translate(56.6512vw,31.47vh) scale(.2897)}to{transform:translate(59.3174vw,99vh) scale(.2897)}}.snow:nth-child(300){opacity:.1522;transform:translate(72.9826vw,-10px) scale(.748);animation:fall-300 29s -6s linear infinite}@keyframes fall-300{67.063%{transform:translate(81.5512vw,67.063vh) scale(.748)}to{transform:translate(77.2669vw,99vh) scale(.748)}}\n"], dependencies: [{ kind: "directive", type: i2.RouterOutlet, selector: "router-outlet", inputs: ["name", "routerOutletData"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }], encapsulation: i0.ViewEncapsulation.None }); }
94
98
  }
95
99
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: AppComponent, decorators: [{
96
100
  type: Component,
97
- args: [{ selector: 'app-root', encapsulation: ViewEncapsulation.None, standalone: false, 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{-webkit-animation:progress-bar-stripes 1s linear infinite;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;-webkit-box-shadow:1px 1px 5px 0px rgba(0,0,0,.25);-moz-box-shadow:1px 1px 5px 0px rgba(0,0,0,.25);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:#024a8880}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:#2d922d80}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:#248dad80}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:#f79a1780}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:#bf172580}.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:#0006}.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:#0003}.card.overlay .card-img{border-radius:0;-webkit-filter:brightness(100%);-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-webkit-filter:brightness(80%);-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{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);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:#024a88cc!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:#024a8880;border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:#024a88f2!important;border-color:#024a88f2!important}.btn-success{background:#2d922dcc;border-color:#2d922dcc}.btn-success.medium-opacity{background:#2d922d80;border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:#2d922df2!important;border-color:#2d922df2!important}.btn-info{background:#248dadcc;border-color:#248dadcc}.btn-info.medium-opacity{background:#248dad80;border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:#248dadf2!important;border-color:#248dadf2!important}.btn-warning{background:#f79a17cc;border-color:#f79a17cc}.btn-warning.medium-opacity{background:#f79a1780;border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:#f79a17f2!important;border-color:#f79a17f2!important}.btn-danger{background:#bf1725cc;border-color:#bf1725cc}.btn-danger.medium-opacity{background:#bf172580;border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:#bf1725f2!important;border-color:#bf1725f2!important}.btn-dark{background:#000c;border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:#00000080;border-color:#0000001a}.btn-dark:hover{background:#000;border-color:#000}.btn-dark:active{background:#000000f2!important;border-color:#000000f2!important}.btn-main{background:#242d3acc;border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:#242d3a80;border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:#242d3af2!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:#2d922d80;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:#555555b3}.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:#555555b3}.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:#ffffff1a 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:#024a8880!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:#2d922d80!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:#f79a1780!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:#bf172580!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:#242d3a80!important}.bg-dark{background:#000!important}.bg-dark.medium-opacity{background:#00000080!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}}.es-table{padding:15px;background-color:#fff;border:1px solid #cbd5e1;border-radius:5px}.app-btn-search{border:1px solid #cbd5e1!important;border-radius:5px!important}.ngx-contextmenu .dropdown-menu{border-radius:5px!important}.simple-tab-content,.simple-tab-selected{background-color:#fff}.p-overlay.p-component{z-index:999999999!important}.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}::-webkit-input-placeholder{color:#aaa!important}:-moz-placeholder{color:#aaa!important;opacity:1!important}::-moz-placeholder{color:#aaa!important;opacity:1!important}:-ms-input-placeholder{color:#aaa!important}::-ms-input-placeholder{color:#aaa!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{-moz-transform:scale(1,-1);-webkit-transform:scale(1,-1);-o-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scaleY(-1)}.app-flip-x{-moz-transform:scale(-1,1);-webkit-transform:scale(-1,1);-o-transform:scale(-1,1);-ms-transform:scale(-1,1);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:#ff323233;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:#fff;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}.m-b-min-1{margin-bottom:-1px}.m-b-min-2{margin-bottom:-2px}.m-b-min-3{margin-bottom:-3px}.m-b-min-5{margin-bottom:-5px}.m-b-min-6{margin-bottom:-6px}.m-b-min-10{margin-bottom:-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:#00000080 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:#ededed;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{margin-top:20px;padding-left:0!important}.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}.es-card{padding:15px;background-color:#fff;border:1px solid #cbd5e1;border-radius:5px}.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;-moz-user-select:none!important;-ms-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:#ccc}::-webkit-scrollbar-thumb:active{background:#888}::-webkit-scrollbar-track{background:#666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666}::-webkit-scrollbar-track:active{background:#333}::-webkit-scrollbar-corner{background:transparent}.transition{-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;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%}}.snow{position:absolute;width:10px;height:10px;background:#fff;border-radius:50%}.snow:nth-child(1){opacity:1.9818;transform:translate(44.6968vw,-10px) scale(.8531);animation:fall-1 15s -4s linear infinite}@keyframes fall-1{38.44%{transform:translate(49.6579vw,38.44vh) scale(.8531)}to{transform:translate(47.17735vw,99vh) scale(.8531)}}.snow:nth-child(2){opacity:.8002;transform:translate(56.2533vw,-10px) scale(.4166);animation:fall-2 25s -3s linear infinite}@keyframes fall-2{76.74%{transform:translate(58.4433vw,76.74vh) scale(.4166)}to{transform:translate(57.3483vw,99vh) scale(.4166)}}.snow:nth-child(3){opacity:1.6166;transform:translate(34.1533vw,-10px) scale(.7652);animation:fall-3 13s -17s linear infinite}@keyframes fall-3{44.245%{transform:translate(41.0865vw,44.245vh) scale(.7652)}to{transform:translate(37.6199vw,99vh) scale(.7652)}}.snow:nth-child(4){opacity:.1022;transform:translate(91.678vw,-10px) scale(.1784);animation:fall-4 13s -7s linear infinite}@keyframes fall-4{72.597%{transform:translate(91.8847vw,72.597vh) scale(.1784)}to{transform:translate(91.78135vw,99vh) scale(.1784)}}.snow:nth-child(5){opacity:1.2934;transform:translate(39.1208vw,-10px) scale(.2952);animation:fall-5 21s -2s linear infinite}@keyframes fall-5{45.895%{transform:translate(31.8146vw,45.895vh) scale(.2952)}to{transform:translate(35.4677vw,99vh) scale(.2952)}}.snow:nth-child(6){opacity:.2524;transform:translate(55.0798vw,-10px) scale(.2576);animation:fall-6 21s -6s linear infinite}@keyframes fall-6{36.258%{transform:translate(45.5913vw,36.258vh) scale(.2576)}to{transform:translate(50.33555vw,99vh) scale(.2576)}}.snow:nth-child(7){opacity:1.2678;transform:translate(60.9952vw,-10px) scale(.1674);animation:fall-7 23s -10s linear infinite}@keyframes fall-7{71.882%{transform:translate(55.0391vw,71.882vh) scale(.1674)}to{transform:translate(58.01715vw,99vh) scale(.1674)}}.snow:nth-child(8){opacity:.332;transform:translate(96.0357vw,-10px) scale(.5367);animation:fall-8 10s -22s linear infinite}@keyframes fall-8{71.401%{transform:translate(90.1254vw,71.401vh) scale(.5367)}to{transform:translate(93.08055vw,99vh) scale(.5367)}}.snow:nth-child(9){opacity:.1194;transform:translate(10.7782vw,-10px) scale(.8416);animation:fall-9 20s -26s linear infinite}@keyframes fall-9{49.977%{transform:translate(16.7792vw,49.977vh) scale(.8416)}to{transform:translate(13.7787vw,99vh) scale(.8416)}}.snow:nth-child(10){opacity:.218;transform:translate(79.8683vw,-10px) scale(.0126);animation:fall-10 28s -28s linear infinite}@keyframes fall-10{71.645%{transform:translate(85.1469vw,71.645vh) scale(.0126)}to{transform:translate(82.5076vw,99vh) scale(.0126)}}.snow:nth-child(11){opacity:1.3838;transform:translate(28.5338vw,-10px) scale(.9445);animation:fall-11 25s -28s linear infinite}@keyframes fall-11{50.348%{transform:translate(32.8295vw,50.348vh) scale(.9445)}to{transform:translate(30.68165vw,99vh) scale(.9445)}}.snow:nth-child(12){opacity:.7894;transform:translate(82.2535vw,-10px) scale(.7623);animation:fall-12 15s -6s linear infinite}@keyframes fall-12{36.345%{transform:translate(83.294vw,36.345vh) scale(.7623)}to{transform:translate(82.77375vw,99vh) scale(.7623)}}.snow:nth-child(13){opacity:1.1716;transform:translate(5.7614vw,-10px) scale(.4512);animation:fall-13 27s -7s linear infinite}@keyframes fall-13{42.928%{transform:translate(9.0231vw,42.928vh) scale(.4512)}to{transform:translate(7.39225vw,99vh) scale(.4512)}}.snow:nth-child(14){opacity:1.4542;transform:translate(20.1058vw,-10px) scale(.2117);animation:fall-14 15s -9s linear infinite}@keyframes fall-14{61.42%{transform:translate(27.1968vw,61.42vh) scale(.2117)}to{transform:translate(23.6513vw,99vh) scale(.2117)}}.snow:nth-child(15){opacity:.6312;transform:translate(39.7497vw,-10px) scale(.5488);animation:fall-15 18s -6s linear infinite}@keyframes fall-15{37.536%{transform:translate(36.2205vw,37.536vh) scale(.5488)}to{transform:translate(37.9851vw,99vh) scale(.5488)}}.snow:nth-child(16){opacity:1.5556;transform:translate(84.3076vw,-10px) scale(.9022);animation:fall-16 29s -3s linear infinite}@keyframes fall-16{50.226%{transform:translate(91.3349vw,50.226vh) scale(.9022)}to{transform:translate(87.82125vw,99vh) scale(.9022)}}.snow:nth-child(17){opacity:1.9134;transform:translate(6.3219vw,-10px) scale(.7428);animation:fall-17 20s -21s linear infinite}@keyframes fall-17{33.469%{transform:translate(3.0362vw,33.469vh) scale(.7428)}to{transform:translate(4.67905vw,99vh) scale(.7428)}}.snow:nth-child(18){opacity:.1462;transform:translate(99.6813vw,-10px) scale(.4444);animation:fall-18 29s -4s linear infinite}@keyframes fall-18{66.558%{transform:translate(108.1554vw,66.558vh) scale(.4444)}to{transform:translate(103.91835vw,99vh) scale(.4444)}}.snow:nth-child(19){opacity:.7734;transform:translate(18.1945vw,-10px) scale(.8825);animation:fall-19 24s -18s linear infinite}@keyframes fall-19{55.489%{transform:translate(26.5634vw,55.489vh) scale(.8825)}to{transform:translate(22.37895vw,99vh) scale(.8825)}}.snow:nth-child(20){opacity:.7626;transform:translate(13.8004vw,-10px) scale(.8656);animation:fall-20 27s -30s linear infinite}@keyframes fall-20{30.309%{transform:translate(20.8227vw,30.309vh) scale(.8656)}to{transform:translate(17.31155vw,99vh) scale(.8656)}}.snow:nth-child(21){opacity:.655;transform:translate(23.6257vw,-10px) scale(.0883);animation:fall-21 19s -15s linear infinite}@keyframes fall-21{54.341%{transform:translate(18.7588vw,54.341vh) scale(.0883)}to{transform:translate(21.19225vw,99vh) scale(.0883)}}.snow:nth-child(22){opacity:.7136;transform:translate(9.3301vw,-10px) scale(.6638);animation:fall-22 11s -5s linear infinite}@keyframes fall-22{30.225%{transform:translate(11.5741vw,30.225vh) scale(.6638)}to{transform:translate(10.4521vw,99vh) scale(.6638)}}.snow:nth-child(23){opacity:.2048;transform:translate(21.8335vw,-10px) scale(.1164);animation:fall-23 14s -23s linear infinite}@keyframes fall-23{74.07%{transform:translate(18.1576vw,74.07vh) scale(.1164)}to{transform:translate(19.99555vw,99vh) scale(.1164)}}.snow:nth-child(24){opacity:1.7094;transform:translate(73.4006vw,-10px) scale(.4479);animation:fall-24 16s -1s linear infinite}@keyframes fall-24{63.077%{transform:translate(73.149vw,63.077vh) scale(.4479)}to{transform:translate(73.2748vw,99vh) scale(.4479)}}.snow:nth-child(25){opacity:1.3238;transform:translate(61.1152vw,-10px) scale(.4274);animation:fall-25 13s -27s linear infinite}@keyframes fall-25{34.828%{transform:translate(54.1308vw,34.828vh) scale(.4274)}to{transform:translate(57.623vw,99vh) scale(.4274)}}.snow:nth-child(26){opacity:1.906;transform:translate(79.1106vw,-10px) scale(.6761);animation:fall-26 25s -18s linear infinite}@keyframes fall-26{58.709%{transform:translate(83.7153vw,58.709vh) scale(.6761)}to{transform:translate(81.41295vw,99vh) scale(.6761)}}.snow:nth-child(27){opacity:.3078;transform:translate(5.9557vw,-10px) scale(.0424);animation:fall-27 22s -23s linear infinite}@keyframes fall-27{57.383%{transform:translate(-3.9945vw,57.383vh) scale(.0424)}to{transform:translate(.9806vw,99vh) scale(.0424)}}.snow:nth-child(28){opacity:.8532;transform:translate(90.1882vw,-10px) scale(.8249);animation:fall-28 20s -24s linear infinite}@keyframes fall-28{38.293%{transform:translate(98.9777vw,38.293vh) scale(.8249)}to{transform:translate(94.58295vw,99vh) scale(.8249)}}.snow:nth-child(29){opacity:.656;transform:translate(24.353vw,-10px) scale(.9506);animation:fall-29 29s -4s linear infinite}@keyframes fall-29{62.26%{transform:translate(32.0149vw,62.26vh) scale(.9506)}to{transform:translate(28.18395vw,99vh) scale(.9506)}}.snow:nth-child(30){opacity:1.5524;transform:translate(74.7167vw,-10px) scale(.3758);animation:fall-30 10s -26s linear infinite}@keyframes fall-30{79.225%{transform:translate(81.5295vw,79.225vh) scale(.3758)}to{transform:translate(78.1231vw,99vh) scale(.3758)}}.snow:nth-child(31){opacity:.8836;transform:translate(64.1777vw,-10px) scale(.8656);animation:fall-31 10s -22s linear infinite}@keyframes fall-31{40.247%{transform:translate(66.6278vw,40.247vh) scale(.8656)}to{transform:translate(65.40275vw,99vh) scale(.8656)}}.snow:nth-child(32){opacity:1.8548;transform:translate(44.0083vw,-10px) scale(.995);animation:fall-32 23s -15s linear infinite}@keyframes fall-32{46.164%{transform:translate(38.6787vw,46.164vh) scale(.995)}to{transform:translate(41.3435vw,99vh) scale(.995)}}.snow:nth-child(33){opacity:.51;transform:translate(56.1289vw,-10px) scale(.9373);animation:fall-33 13s -24s linear infinite}@keyframes fall-33{57.217%{transform:translate(49.9584vw,57.217vh) scale(.9373)}to{transform:translate(53.04365vw,99vh) scale(.9373)}}.snow:nth-child(34){opacity:.6838;transform:translate(93.4223vw,-10px) scale(.3827);animation:fall-34 28s -9s linear infinite}@keyframes fall-34{65.431%{transform:translate(99.1293vw,65.431vh) scale(.3827)}to{transform:translate(96.2758vw,99vh) scale(.3827)}}.snow:nth-child(35){opacity:.9398;transform:translate(92.4572vw,-10px) scale(.1732);animation:fall-35 28s -12s linear infinite}@keyframes fall-35{70.174%{transform:translate(85.6936vw,70.174vh) scale(.1732)}to{transform:translate(89.0754vw,99vh) scale(.1732)}}.snow:nth-child(36){opacity:1.6048;transform:translate(84.8818vw,-10px) scale(.1015);animation:fall-36 30s -16s linear infinite}@keyframes fall-36{53.47%{transform:translate(92.3106vw,53.47vh) scale(.1015)}to{transform:translate(88.5962vw,99vh) scale(.1015)}}.snow:nth-child(37){opacity:.7666;transform:translate(97.4381vw,-10px) scale(.7836);animation:fall-37 24s -8s linear infinite}@keyframes fall-37{36.62%{transform:translate(100.9524vw,36.62vh) scale(.7836)}to{transform:translate(99.19525vw,99vh) scale(.7836)}}.snow:nth-child(38){opacity:.9058;transform:translate(.6126vw,-10px) scale(.7563);animation:fall-38 20s -18s linear infinite}@keyframes fall-38{36.62%{transform:translate(.1471vw,36.62vh) scale(.7563)}to{transform:translate(.37985vw,99vh) scale(.7563)}}.snow:nth-child(39){opacity:1.0694;transform:translate(9.6787vw,-10px) scale(.2025);animation:fall-39 24s -19s linear infinite}@keyframes fall-39{70.752%{transform:translate(15.1238vw,70.752vh) scale(.2025)}to{transform:translate(12.40125vw,99vh) scale(.2025)}}.snow:nth-child(40){opacity:1.765;transform:translate(98.1853vw,-10px) scale(.8418);animation:fall-40 23s -11s linear infinite}@keyframes fall-40{43.449%{transform:translate(104.8499vw,43.449vh) scale(.8418)}to{transform:translate(101.5176vw,99vh) scale(.8418)}}.snow:nth-child(41){opacity:.4808;transform:translate(16.9977vw,-10px) scale(.1253);animation:fall-41 23s -23s linear infinite}@keyframes fall-41{42.267%{transform:translate(8.9242vw,42.267vh) scale(.1253)}to{transform:translate(12.96095vw,99vh) scale(.1253)}}.snow:nth-child(42){opacity:.8802;transform:translate(8.8181vw,-10px) scale(.0469);animation:fall-42 30s -18s linear infinite}@keyframes fall-42{75.488%{transform:translate(17.8009vw,75.488vh) scale(.0469)}to{transform:translate(13.3095vw,99vh) scale(.0469)}}.snow:nth-child(43){opacity:.2038;transform:translate(4.2632vw,-10px) scale(.3943);animation:fall-43 21s -14s linear infinite}@keyframes fall-43{70.62%{transform:translate(4.7629vw,70.62vh) scale(.3943)}to{transform:translate(4.51305vw,99vh) scale(.3943)}}.snow:nth-child(44){opacity:1.841;transform:translate(78.8122vw,-10px) scale(.2061);animation:fall-44 26s -27s linear infinite}@keyframes fall-44{76.622%{transform:translate(74.9448vw,76.622vh) scale(.2061)}to{transform:translate(76.8785vw,99vh) scale(.2061)}}.snow:nth-child(45){opacity:1.5296;transform:translate(90.2733vw,-10px) scale(.5438);animation:fall-45 28s -23s linear infinite}@keyframes fall-45{38.047%{transform:translate(96.9929vw,38.047vh) scale(.5438)}to{transform:translate(93.6331vw,99vh) scale(.5438)}}.snow:nth-child(46){opacity:1.984;transform:translate(32.4733vw,-10px) scale(.4662);animation:fall-46 27s -29s linear infinite}@keyframes fall-46{39.119%{transform:translate(32.2455vw,39.119vh) scale(.4662)}to{transform:translate(32.3594vw,99vh) scale(.4662)}}.snow:nth-child(47){opacity:.9958;transform:translate(75.7712vw,-10px) scale(.8849);animation:fall-47 28s -18s linear infinite}@keyframes fall-47{36.607%{transform:translate(69.283vw,36.607vh) scale(.8849)}to{transform:translate(72.5271vw,99vh) scale(.8849)}}.snow:nth-child(48){opacity:1.5072;transform:translate(10.3631vw,-10px) scale(.3708);animation:fall-48 14s -6s linear infinite}@keyframes fall-48{78.018%{transform:translate(9.0148vw,78.018vh) scale(.3708)}to{transform:translate(9.68895vw,99vh) scale(.3708)}}.snow:nth-child(49){opacity:.6632;transform:translate(88.2801vw,-10px) scale(.8044);animation:fall-49 25s -2s linear infinite}@keyframes fall-49{40.569%{transform:translate(92.427vw,40.569vh) scale(.8044)}to{transform:translate(90.35355vw,99vh) scale(.8044)}}.snow:nth-child(50){opacity:1.887;transform:translate(24.2856vw,-10px) scale(.5663);animation:fall-50 26s -4s linear infinite}@keyframes fall-50{62.115%{transform:translate(24.0002vw,62.115vh) scale(.5663)}to{transform:translate(24.1429vw,99vh) scale(.5663)}}.snow:nth-child(51){opacity:1.8254;transform:translate(23.5744vw,-10px) scale(.3142);animation:fall-51 17s -23s linear infinite}@keyframes fall-51{72.784%{transform:translate(27.4912vw,72.784vh) scale(.3142)}to{transform:translate(25.5328vw,99vh) scale(.3142)}}.snow:nth-child(52){opacity:1.8584;transform:translate(31.5202vw,-10px) scale(.0604);animation:fall-52 26s -10s linear infinite}@keyframes fall-52{32.339%{transform:translate(24.62vw,32.339vh) scale(.0604)}to{transform:translate(28.0701vw,99vh) scale(.0604)}}.snow:nth-child(53){opacity:.1644;transform:translate(35.5887vw,-10px) scale(.5534);animation:fall-53 13s -30s linear infinite}@keyframes fall-53{75.615%{transform:translate(33.6529vw,75.615vh) scale(.5534)}to{transform:translate(34.6208vw,99vh) scale(.5534)}}.snow:nth-child(54){opacity:1.7126;transform:translate(50.3913vw,-10px) scale(.9904);animation:fall-54 22s -20s linear infinite}@keyframes fall-54{37.152%{transform:translate(46.7623vw,37.152vh) scale(.9904)}to{transform:translate(48.5768vw,99vh) scale(.9904)}}.snow:nth-child(55){opacity:.9896;transform:translate(25.2937vw,-10px) scale(.5709);animation:fall-55 28s -6s linear infinite}@keyframes fall-55{75.677%{transform:translate(32.6955vw,75.677vh) scale(.5709)}to{transform:translate(28.9946vw,99vh) scale(.5709)}}.snow:nth-child(56){opacity:1.2564;transform:translate(80.2528vw,-10px) scale(.0887);animation:fall-56 24s -8s linear infinite}@keyframes fall-56{39.901%{transform:translate(77.2685vw,39.901vh) scale(.0887)}to{transform:translate(78.76065vw,99vh) scale(.0887)}}.snow:nth-child(57){opacity:1.3446;transform:translate(30.0456vw,-10px) scale(.593);animation:fall-57 27s -29s linear infinite}@keyframes fall-57{64.727%{transform:translate(24.4068vw,64.727vh) scale(.593)}to{transform:translate(27.2262vw,99vh) scale(.593)}}.snow:nth-child(58){opacity:.917;transform:translate(79.6587vw,-10px) scale(.7152);animation:fall-58 21s -8s linear infinite}@keyframes fall-58{57.846%{transform:translate(73.5598vw,57.846vh) scale(.7152)}to{transform:translate(76.60925vw,99vh) scale(.7152)}}.snow:nth-child(59){opacity:.9516;transform:translate(64.3654vw,-10px) scale(.8056);animation:fall-59 17s -14s linear infinite}@keyframes fall-59{46.352%{transform:translate(56.4806vw,46.352vh) scale(.8056)}to{transform:translate(60.423vw,99vh) scale(.8056)}}.snow:nth-child(60){opacity:.553;transform:translate(35.6392vw,-10px) scale(.9185);animation:fall-60 30s -25s linear infinite}@keyframes fall-60{51.716%{transform:translate(27.4973vw,51.716vh) scale(.9185)}to{transform:translate(31.56825vw,99vh) scale(.9185)}}.snow:nth-child(61){opacity:.1666;transform:translate(40.4442vw,-10px) scale(.6732);animation:fall-61 26s -30s linear infinite}@keyframes fall-61{61.007%{transform:translate(37.1258vw,61.007vh) scale(.6732)}to{transform:translate(38.785vw,99vh) scale(.6732)}}.snow:nth-child(62){opacity:.1124;transform:translate(60.7751vw,-10px) scale(.2557);animation:fall-62 22s -6s linear infinite}@keyframes fall-62{48.25%{transform:translate(64.2985vw,48.25vh) scale(.2557)}to{transform:translate(62.5368vw,99vh) scale(.2557)}}.snow:nth-child(63){opacity:.64;transform:translate(83.5719vw,-10px) scale(.0463);animation:fall-63 11s -29s linear infinite}@keyframes fall-63{57.13%{transform:translate(74.1462vw,57.13vh) scale(.0463)}to{transform:translate(78.85905vw,99vh) scale(.0463)}}.snow:nth-child(64){opacity:1.608;transform:translate(94.4923vw,-10px) scale(.0616);animation:fall-64 30s -24s linear infinite}@keyframes fall-64{30.753%{transform:translate(89.3973vw,30.753vh) scale(.0616)}to{transform:translate(91.9448vw,99vh) scale(.0616)}}.snow:nth-child(65){opacity:1.7376;transform:translate(79.4208vw,-10px) scale(.9844);animation:fall-65 10s -4s linear infinite}@keyframes fall-65{67.78%{transform:translate(76.2077vw,67.78vh) scale(.9844)}to{transform:translate(77.81425vw,99vh) scale(.9844)}}.snow:nth-child(66){opacity:.701;transform:translate(7.9654vw,-10px) scale(.902);animation:fall-66 28s -10s linear infinite}@keyframes fall-66{58.446%{transform:translate(5.1977vw,58.446vh) scale(.902)}to{transform:translate(6.58155vw,99vh) scale(.902)}}.snow:nth-child(67){opacity:1.7732;transform:translate(7.1133vw,-10px) scale(.427);animation:fall-67 11s -16s linear infinite}@keyframes fall-67{76.098%{transform:translate(16.4213vw,76.098vh) scale(.427)}to{transform:translate(11.7673vw,99vh) scale(.427)}}.snow:nth-child(68){opacity:.1804;transform:translate(16.3128vw,-10px) scale(.8222);animation:fall-68 26s -8s linear infinite}@keyframes fall-68{73.142%{transform:translate(14.8669vw,73.142vh) scale(.8222)}to{transform:translate(15.58985vw,99vh) scale(.8222)}}.snow:nth-child(69){opacity:1.7908;transform:translate(69.9261vw,-10px) scale(.4103);animation:fall-69 22s -24s linear infinite}@keyframes fall-69{57.154%{transform:translate(71.0847vw,57.154vh) scale(.4103)}to{transform:translate(70.5054vw,99vh) scale(.4103)}}.snow:nth-child(70){opacity:.2894;transform:translate(45.4874vw,-10px) scale(.8946);animation:fall-70 18s -14s linear infinite}@keyframes fall-70{46.473%{transform:translate(54.3027vw,46.473vh) scale(.8946)}to{transform:translate(49.89505vw,99vh) scale(.8946)}}.snow:nth-child(71){opacity:.1494;transform:translate(57.1622vw,-10px) scale(.1648);animation:fall-71 12s -24s linear infinite}@keyframes fall-71{66.956%{transform:translate(61.2306vw,66.956vh) scale(.1648)}to{transform:translate(59.1964vw,99vh) scale(.1648)}}.snow:nth-child(72){opacity:1.4766;transform:translate(32.8406vw,-10px) scale(.007);animation:fall-72 18s -1s linear infinite}@keyframes fall-72{76.111%{transform:translate(29.004vw,76.111vh) scale(.007)}to{transform:translate(30.9223vw,99vh) scale(.007)}}.snow:nth-child(73){opacity:1.4124;transform:translate(43.5997vw,-10px) scale(.8882);animation:fall-73 30s -22s linear infinite}@keyframes fall-73{43.549%{transform:translate(52.317vw,43.549vh) scale(.8882)}to{transform:translate(47.95835vw,99vh) scale(.8882)}}.snow:nth-child(74){opacity:.8074;transform:translate(61.0216vw,-10px) scale(.2115);animation:fall-74 16s -9s linear infinite}@keyframes fall-74{44.031%{transform:translate(61.2935vw,44.031vh) scale(.2115)}to{transform:translate(61.15755vw,99vh) scale(.2115)}}.snow:nth-child(75){opacity:.5836;transform:translate(40.7582vw,-10px) scale(.6461);animation:fall-75 23s -23s linear infinite}@keyframes fall-75{63.523%{transform:translate(40.2921vw,63.523vh) scale(.6461)}to{transform:translate(40.52515vw,99vh) scale(.6461)}}.snow:nth-child(76){opacity:1.564;transform:translate(83.7967vw,-10px) scale(.705);animation:fall-76 26s -5s linear infinite}@keyframes fall-76{49.231%{transform:translate(92.4716vw,49.231vh) scale(.705)}to{transform:translate(88.13415vw,99vh) scale(.705)}}.snow:nth-child(77){opacity:.6356;transform:translate(28.692vw,-10px) scale(.931);animation:fall-77 20s -24s linear infinite}@keyframes fall-77{31.522%{transform:translate(21.2223vw,31.522vh) scale(.931)}to{transform:translate(24.95715vw,99vh) scale(.931)}}.snow:nth-child(78){opacity:1.688;transform:translate(7.0175vw,-10px) scale(.8061);animation:fall-78 16s -18s linear infinite}@keyframes fall-78{59.447%{transform:translate(10.5747vw,59.447vh) scale(.8061)}to{transform:translate(8.7961vw,99vh) scale(.8061)}}.snow:nth-child(79){opacity:1.3586;transform:translate(62.1261vw,-10px) scale(.6841);animation:fall-79 16s -3s linear infinite}@keyframes fall-79{58.966%{transform:translate(70.2582vw,58.966vh) scale(.6841)}to{transform:translate(66.19215vw,99vh) scale(.6841)}}.snow:nth-child(80){opacity:1.4122;transform:translate(19.4735vw,-10px) scale(.2428);animation:fall-80 18s -25s linear infinite}@keyframes fall-80{44.187%{transform:translate(10.1583vw,44.187vh) scale(.2428)}to{transform:translate(14.8159vw,99vh) scale(.2428)}}.snow:nth-child(81){opacity:1.168;transform:translate(94.043vw,-10px) scale(.8397);animation:fall-81 27s -5s linear infinite}@keyframes fall-81{63.196%{transform:translate(101.6538vw,63.196vh) scale(.8397)}to{transform:translate(97.8484vw,99vh) scale(.8397)}}.snow:nth-child(82){opacity:1.451;transform:translate(32.6524vw,-10px) scale(.9392);animation:fall-82 29s -15s linear infinite}@keyframes fall-82{45.568%{transform:translate(40.3859vw,45.568vh) scale(.9392)}to{transform:translate(36.51915vw,99vh) scale(.9392)}}.snow:nth-child(83){opacity:.2754;transform:translate(83.9818vw,-10px) scale(.1692);animation:fall-83 23s -17s linear infinite}@keyframes fall-83{72.314%{transform:translate(82.5017vw,72.314vh) scale(.1692)}to{transform:translate(83.24175vw,99vh) scale(.1692)}}.snow:nth-child(84){opacity:.788;transform:translate(53.1263vw,-10px) scale(.5554);animation:fall-84 10s -12s linear infinite}@keyframes fall-84{70.038%{transform:translate(62.803vw,70.038vh) scale(.5554)}to{transform:translate(57.96465vw,99vh) scale(.5554)}}.snow:nth-child(85){opacity:.6416;transform:translate(69.7029vw,-10px) scale(.2084);animation:fall-85 12s -29s linear infinite}@keyframes fall-85{79.369%{transform:translate(66.8035vw,79.369vh) scale(.2084)}to{transform:translate(68.2532vw,99vh) scale(.2084)}}.snow:nth-child(86){opacity:1.8122;transform:translate(61.7684vw,-10px) scale(.936);animation:fall-86 10s -27s linear infinite}@keyframes fall-86{72.102%{transform:translate(71.517vw,72.102vh) scale(.936)}to{transform:translate(66.6427vw,99vh) scale(.936)}}.snow:nth-child(87){opacity:1.8568;transform:translate(97.396vw,-10px) scale(.6181);animation:fall-87 23s -11s linear infinite}@keyframes fall-87{34.869%{transform:translate(106.3033vw,34.869vh) scale(.6181)}to{transform:translate(101.84965vw,99vh) scale(.6181)}}.snow:nth-child(88){opacity:.8182;transform:translate(72.5224vw,-10px) scale(.3965);animation:fall-88 11s -13s linear infinite}@keyframes fall-88{63.604%{transform:translate(79.804vw,63.604vh) scale(.3965)}to{transform:translate(76.1632vw,99vh) scale(.3965)}}.snow:nth-child(89){opacity:.0896;transform:translate(16.0638vw,-10px) scale(.1338);animation:fall-89 20s -20s linear infinite}@keyframes fall-89{41.82%{transform:translate(18.2368vw,41.82vh) scale(.1338)}to{transform:translate(17.1503vw,99vh) scale(.1338)}}.snow:nth-child(90){opacity:.6166;transform:translate(12.5485vw,-10px) scale(.8341);animation:fall-90 20s -8s linear infinite}@keyframes fall-90{47.679%{transform:translate(22.5451vw,47.679vh) scale(.8341)}to{transform:translate(17.5468vw,99vh) scale(.8341)}}.snow:nth-child(91){opacity:1.489;transform:translate(73.2023vw,-10px) scale(.9865);animation:fall-91 17s -14s linear infinite}@keyframes fall-91{78.683%{transform:translate(80.5258vw,78.683vh) scale(.9865)}to{transform:translate(76.86405vw,99vh) scale(.9865)}}.snow:nth-child(92){opacity:1.14;transform:translate(6.6167vw,-10px) scale(.1655);animation:fall-92 24s -16s linear infinite}@keyframes fall-92{43.007%{transform:translate(7.5038vw,43.007vh) scale(.1655)}to{transform:translate(7.06025vw,99vh) scale(.1655)}}.snow:nth-child(93){opacity:1.924;transform:translate(81.6135vw,-10px) scale(.2122);animation:fall-93 19s -22s linear infinite}@keyframes fall-93{31.965%{transform:translate(80.8666vw,31.965vh) scale(.2122)}to{transform:translate(81.24005vw,99vh) scale(.2122)}}.snow:nth-child(94){opacity:1.837;transform:translate(55.8495vw,-10px) scale(.0441);animation:fall-94 24s -18s linear infinite}@keyframes fall-94{56.979%{transform:translate(59.9186vw,56.979vh) scale(.0441)}to{transform:translate(57.88405vw,99vh) scale(.0441)}}.snow:nth-child(95){opacity:1.0672;transform:translate(73.3075vw,-10px) scale(.968);animation:fall-95 10s -18s linear infinite}@keyframes fall-95{71.896%{transform:translate(76.1919vw,71.896vh) scale(.968)}to{transform:translate(74.7497vw,99vh) scale(.968)}}.snow:nth-child(96){opacity:1.1948;transform:translate(77.1268vw,-10px) scale(.4931);animation:fall-96 12s -10s linear infinite}@keyframes fall-96{47.648%{transform:translate(71.1897vw,47.648vh) scale(.4931)}to{transform:translate(74.15825vw,99vh) scale(.4931)}}.snow:nth-child(97){opacity:.0242;transform:translate(54.2475vw,-10px) scale(.3763);animation:fall-97 15s -5s linear infinite}@keyframes fall-97{51.439%{transform:translate(51.9618vw,51.439vh) scale(.3763)}to{transform:translate(53.10465vw,99vh) scale(.3763)}}.snow:nth-child(98){opacity:1.8614;transform:translate(12.3106vw,-10px) scale(.2214);animation:fall-98 24s -2s linear infinite}@keyframes fall-98{49.904%{transform:translate(4.9607vw,49.904vh) scale(.2214)}to{transform:translate(8.63565vw,99vh) scale(.2214)}}.snow:nth-child(99){opacity:1.7414;transform:translate(84.5248vw,-10px) scale(.1787);animation:fall-99 10s -17s linear infinite}@keyframes fall-99{73.976%{transform:translate(86.5226vw,73.976vh) scale(.1787)}to{transform:translate(85.5237vw,99vh) scale(.1787)}}.snow:nth-child(100){opacity:.2516;transform:translate(58.6405vw,-10px) scale(.5497);animation:fall-100 27s -3s linear infinite}@keyframes fall-100{43.79%{transform:translate(57.7658vw,43.79vh) scale(.5497)}to{transform:translate(58.20315vw,99vh) scale(.5497)}}.snow:nth-child(101){opacity:.8002;transform:translate(56.0313vw,-10px) scale(.7486);animation:fall-101 18s -17s linear infinite}@keyframes fall-101{68.025%{transform:translate(62.2137vw,68.025vh) scale(.7486)}to{transform:translate(59.1225vw,99vh) scale(.7486)}}.snow:nth-child(102){opacity:.3992;transform:translate(15.6543vw,-10px) scale(.1661);animation:fall-102 13s -26s linear infinite}@keyframes fall-102{65.566%{transform:translate(16.1064vw,65.566vh) scale(.1661)}to{transform:translate(15.88035vw,99vh) scale(.1661)}}.snow:nth-child(103){opacity:.3138;transform:translate(2.8193vw,-10px) scale(.291);animation:fall-103 13s -7s linear infinite}@keyframes fall-103{37.769%{transform:translate(.4883vw,37.769vh) scale(.291)}to{transform:translate(1.6538vw,99vh) scale(.291)}}.snow:nth-child(104){opacity:1.7842;transform:translate(25.5349vw,-10px) scale(.4052);animation:fall-104 25s -4s linear infinite}@keyframes fall-104{66.895%{transform:translate(19.8966vw,66.895vh) scale(.4052)}to{transform:translate(22.71575vw,99vh) scale(.4052)}}.snow:nth-child(105){opacity:.151;transform:translate(31.0455vw,-10px) scale(.1872);animation:fall-105 23s -30s linear infinite}@keyframes fall-105{61.425%{transform:translate(26.9343vw,61.425vh) scale(.1872)}to{transform:translate(28.9899vw,99vh) scale(.1872)}}.snow:nth-child(106){opacity:.65;transform:translate(44.5326vw,-10px) scale(.4736);animation:fall-106 16s -21s linear infinite}@keyframes fall-106{66.024%{transform:translate(53.4421vw,66.024vh) scale(.4736)}to{transform:translate(48.98735vw,99vh) scale(.4736)}}.snow:nth-child(107){opacity:.9348;transform:translate(33.8126vw,-10px) scale(.8311);animation:fall-107 18s -13s linear infinite}@keyframes fall-107{36.265%{transform:translate(33.1177vw,36.265vh) scale(.8311)}to{transform:translate(33.46515vw,99vh) scale(.8311)}}.snow:nth-child(108){opacity:.0694;transform:translate(20.1616vw,-10px) scale(.1559);animation:fall-108 12s -23s linear infinite}@keyframes fall-108{60.71%{transform:translate(23.2984vw,60.71vh) scale(.1559)}to{transform:translate(21.73vw,99vh) scale(.1559)}}.snow:nth-child(109){opacity:1.2322;transform:translate(40.7524vw,-10px) scale(.447);animation:fall-109 12s -18s linear infinite}@keyframes fall-109{49.442%{transform:translate(38.3545vw,49.442vh) scale(.447)}to{transform:translate(39.55345vw,99vh) scale(.447)}}.snow:nth-child(110){opacity:1.224;transform:translate(2.2349vw,-10px) scale(.6199);animation:fall-110 27s -9s linear infinite}@keyframes fall-110{43.78%{transform:translate(-3.7785vw,43.78vh) scale(.6199)}to{transform:translate(-.7718vw,99vh) scale(.6199)}}.snow:nth-child(111){opacity:.4804;transform:translate(3.0467vw,-10px) scale(.3459);animation:fall-111 30s -18s linear infinite}@keyframes fall-111{39.452%{transform:translate(.6582vw,39.452vh) scale(.3459)}to{transform:translate(1.85245vw,99vh) scale(.3459)}}.snow:nth-child(112){opacity:.7882;transform:translate(18.6335vw,-10px) scale(.969);animation:fall-112 23s -22s linear infinite}@keyframes fall-112{44.009%{transform:translate(8.8206vw,44.009vh) scale(.969)}to{transform:translate(13.72705vw,99vh) scale(.969)}}.snow:nth-child(113){opacity:.4656;transform:translate(26.2931vw,-10px) scale(.9847);animation:fall-113 10s -10s linear infinite}@keyframes fall-113{55.242%{transform:translate(34.0517vw,55.242vh) scale(.9847)}to{transform:translate(30.1724vw,99vh) scale(.9847)}}.snow:nth-child(114){opacity:.4374;transform:translate(8.4255vw,-10px) scale(.9763);animation:fall-114 22s -23s linear infinite}@keyframes fall-114{72.393%{transform:translate(7.5031vw,72.393vh) scale(.9763)}to{transform:translate(7.9643vw,99vh) scale(.9763)}}.snow:nth-child(115){opacity:1.966;transform:translate(36.9231vw,-10px) scale(.257);animation:fall-115 29s -28s linear infinite}@keyframes fall-115{31.087%{transform:translate(43.5377vw,31.087vh) scale(.257)}to{transform:translate(40.2304vw,99vh) scale(.257)}}.snow:nth-child(116){opacity:1.048;transform:translate(87.8949vw,-10px) scale(.8847);animation:fall-116 28s -19s linear infinite}@keyframes fall-116{47.421%{transform:translate(92.9798vw,47.421vh) scale(.8847)}to{transform:translate(90.43735vw,99vh) scale(.8847)}}.snow:nth-child(117){opacity:.5292;transform:translate(70.7671vw,-10px) scale(.3683);animation:fall-117 24s -9s linear infinite}@keyframes fall-117{53.691%{transform:translate(72.5065vw,53.691vh) scale(.3683)}to{transform:translate(71.6368vw,99vh) scale(.3683)}}.snow:nth-child(118){opacity:.202;transform:translate(84.1065vw,-10px) scale(.4771);animation:fall-118 24s -5s linear infinite}@keyframes fall-118{57.047%{transform:translate(81.8626vw,57.047vh) scale(.4771)}to{transform:translate(82.98455vw,99vh) scale(.4771)}}.snow:nth-child(119){opacity:1.8716;transform:translate(66.0398vw,-10px) scale(.1437);animation:fall-119 28s -2s linear infinite}@keyframes fall-119{46.672%{transform:translate(75.7241vw,46.672vh) scale(.1437)}to{transform:translate(70.88195vw,99vh) scale(.1437)}}.snow:nth-child(120){opacity:.66;transform:translate(9.4439vw,-10px) scale(.6032);animation:fall-120 30s -4s linear infinite}@keyframes fall-120{74.948%{transform:translate(14.6338vw,74.948vh) scale(.6032)}to{transform:translate(12.03885vw,99vh) scale(.6032)}}.snow:nth-child(121){opacity:1.2472;transform:translate(84.733vw,-10px) scale(.9943);animation:fall-121 11s -2s linear infinite}@keyframes fall-121{58.553%{transform:translate(82.6776vw,58.553vh) scale(.9943)}to{transform:translate(83.7053vw,99vh) scale(.9943)}}.snow:nth-child(122){opacity:1.462;transform:translate(42.9426vw,-10px) scale(.6198);animation:fall-122 17s -8s linear infinite}@keyframes fall-122{66.3%{transform:translate(47.0671vw,66.3vh) scale(.6198)}to{transform:translate(45.00485vw,99vh) scale(.6198)}}.snow:nth-child(123){opacity:.0616;transform:translate(57.8591vw,-10px) scale(.0978);animation:fall-123 19s -26s linear infinite}@keyframes fall-123{79.387%{transform:translate(63.7629vw,79.387vh) scale(.0978)}to{transform:translate(60.811vw,99vh) scale(.0978)}}.snow:nth-child(124){opacity:.3566;transform:translate(96.065vw,-10px) scale(.0994);animation:fall-124 28s -20s linear infinite}@keyframes fall-124{76.22%{transform:translate(91.2377vw,76.22vh) scale(.0994)}to{transform:translate(93.65135vw,99vh) scale(.0994)}}.snow:nth-child(125){opacity:.909;transform:translate(23.0586vw,-10px) scale(.4383);animation:fall-125 17s -14s linear infinite}@keyframes fall-125{75.136%{transform:translate(13.6275vw,75.136vh) scale(.4383)}to{transform:translate(18.34305vw,99vh) scale(.4383)}}.snow:nth-child(126){opacity:1.2346;transform:translate(11.5707vw,-10px) scale(.6643);animation:fall-126 16s -21s linear infinite}@keyframes fall-126{74.923%{transform:translate(13.8671vw,74.923vh) scale(.6643)}to{transform:translate(12.7189vw,99vh) scale(.6643)}}.snow:nth-child(127){opacity:1.1364;transform:translate(6.1685vw,-10px) scale(.7435);animation:fall-127 25s -8s linear infinite}@keyframes fall-127{63.025%{transform:translate(11.6905vw,63.025vh) scale(.7435)}to{transform:translate(8.9295vw,99vh) scale(.7435)}}.snow:nth-child(128){opacity:1.781;transform:translate(38.9632vw,-10px) scale(.6161);animation:fall-128 29s -19s linear infinite}@keyframes fall-128{75.915%{transform:translate(46.6715vw,75.915vh) scale(.6161)}to{transform:translate(42.81735vw,99vh) scale(.6161)}}.snow:nth-child(129){opacity:1.4556;transform:translate(11.0311vw,-10px) scale(.5415);animation:fall-129 27s -11s linear infinite}@keyframes fall-129{64.714%{transform:translate(15.403vw,64.714vh) scale(.5415)}to{transform:translate(13.21705vw,99vh) scale(.5415)}}.snow:nth-child(130){opacity:.8996;transform:translate(3.3772vw,-10px) scale(.7834);animation:fall-130 26s -10s linear infinite}@keyframes fall-130{70.613%{transform:translate(7.7052vw,70.613vh) scale(.7834)}to{transform:translate(5.5412vw,99vh) scale(.7834)}}.snow:nth-child(131){opacity:.0954;transform:translate(42.26vw,-10px) scale(.777);animation:fall-131 14s -12s linear infinite}@keyframes fall-131{54.096%{transform:translate(48.7004vw,54.096vh) scale(.777)}to{transform:translate(45.4802vw,99vh) scale(.777)}}.snow:nth-child(132){opacity:.4606;transform:translate(13.3986vw,-10px) scale(.0795);animation:fall-132 24s -13s linear infinite}@keyframes fall-132{58.97%{transform:translate(7.5116vw,58.97vh) scale(.0795)}to{transform:translate(10.4551vw,99vh) scale(.0795)}}.snow:nth-child(133){opacity:1.213;transform:translate(93.3385vw,-10px) scale(.2275);animation:fall-133 15s -14s linear infinite}@keyframes fall-133{52.984%{transform:translate(92.8227vw,52.984vh) scale(.2275)}to{transform:translate(93.0806vw,99vh) scale(.2275)}}.snow:nth-child(134){opacity:.2272;transform:translate(24.3019vw,-10px) scale(.2655);animation:fall-134 10s -7s linear infinite}@keyframes fall-134{46.928%{transform:translate(33.3031vw,46.928vh) scale(.2655)}to{transform:translate(28.8025vw,99vh) scale(.2655)}}.snow:nth-child(135){opacity:1.039;transform:translate(53.4128vw,-10px) scale(.1499);animation:fall-135 16s -13s linear infinite}@keyframes fall-135{61.719%{transform:translate(50.9579vw,61.719vh) scale(.1499)}to{transform:translate(52.18535vw,99vh) scale(.1499)}}.snow:nth-child(136){opacity:1.1948;transform:translate(27.2625vw,-10px) scale(.4928);animation:fall-136 26s -28s linear infinite}@keyframes fall-136{70.408%{transform:translate(29.0252vw,70.408vh) scale(.4928)}to{transform:translate(28.14385vw,99vh) scale(.4928)}}.snow:nth-child(137){opacity:1.2288;transform:translate(9.7275vw,-10px) scale(.4359);animation:fall-137 21s -5s linear infinite}@keyframes fall-137{40.611%{transform:translate(.8041vw,40.611vh) scale(.4359)}to{transform:translate(5.2658vw,99vh) scale(.4359)}}.snow:nth-child(138){opacity:1.2316;transform:translate(58.4665vw,-10px) scale(.5508);animation:fall-138 12s -24s linear infinite}@keyframes fall-138{75.365%{transform:translate(66.1696vw,75.365vh) scale(.5508)}to{transform:translate(62.31805vw,99vh) scale(.5508)}}.snow:nth-child(139){opacity:1.1016;transform:translate(88.4506vw,-10px) scale(.5132);animation:fall-139 22s -23s linear infinite}@keyframes fall-139{33.978%{transform:translate(80.8683vw,33.978vh) scale(.5132)}to{transform:translate(84.65945vw,99vh) scale(.5132)}}.snow:nth-child(140){opacity:.1522;transform:translate(36.2057vw,-10px) scale(.3314);animation:fall-140 17s -4s linear infinite}@keyframes fall-140{56.931%{transform:translate(38.9211vw,56.931vh) scale(.3314)}to{transform:translate(37.5634vw,99vh) scale(.3314)}}.snow:nth-child(141){opacity:1.5686;transform:translate(37.637vw,-10px) scale(.3887);animation:fall-141 24s -27s linear infinite}@keyframes fall-141{46.559%{transform:translate(41.1289vw,46.559vh) scale(.3887)}to{transform:translate(39.38295vw,99vh) scale(.3887)}}.snow:nth-child(142){opacity:1.1146;transform:translate(74.6066vw,-10px) scale(.2466);animation:fall-142 30s -15s linear infinite}@keyframes fall-142{50.578%{transform:translate(80.4639vw,50.578vh) scale(.2466)}to{transform:translate(77.53525vw,99vh) scale(.2466)}}.snow:nth-child(143){opacity:1.824;transform:translate(51.0588vw,-10px) scale(.9359);animation:fall-143 22s -30s linear infinite}@keyframes fall-143{64.118%{transform:translate(47.3751vw,64.118vh) scale(.9359)}to{transform:translate(49.21695vw,99vh) scale(.9359)}}.snow:nth-child(144){opacity:.5642;transform:translate(94.1817vw,-10px) scale(.6616);animation:fall-144 26s -8s linear infinite}@keyframes fall-144{42.833%{transform:translate(101.3909vw,42.833vh) scale(.6616)}to{transform:translate(97.7863vw,99vh) scale(.6616)}}.snow:nth-child(145){opacity:1.5236;transform:translate(47.58vw,-10px) scale(.8175);animation:fall-145 15s -27s linear infinite}@keyframes fall-145{48.71%{transform:translate(45.286vw,48.71vh) scale(.8175)}to{transform:translate(46.433vw,99vh) scale(.8175)}}.snow:nth-child(146){opacity:.8202;transform:translate(38.6195vw,-10px) scale(.7189);animation:fall-146 16s -5s linear infinite}@keyframes fall-146{71.24%{transform:translate(35.2071vw,71.24vh) scale(.7189)}to{transform:translate(36.9133vw,99vh) scale(.7189)}}.snow:nth-child(147){opacity:.0184;transform:translate(1.8042vw,-10px) scale(.2078);animation:fall-147 23s -10s linear infinite}@keyframes fall-147{51.42%{transform:translate(-2.4318vw,51.42vh) scale(.2078)}to{transform:translate(-.3138vw,99vh) scale(.2078)}}.snow:nth-child(148){opacity:.6158;transform:translate(60.1498vw,-10px) scale(.5402);animation:fall-148 14s -3s linear infinite}@keyframes fall-148{39.964%{transform:translate(64.7237vw,39.964vh) scale(.5402)}to{transform:translate(62.43675vw,99vh) scale(.5402)}}.snow:nth-child(149){opacity:.1536;transform:translate(18.306vw,-10px) scale(.1801);animation:fall-149 13s -25s linear infinite}@keyframes fall-149{48.046%{transform:translate(8.5761vw,48.046vh) scale(.1801)}to{transform:translate(13.44105vw,99vh) scale(.1801)}}.snow:nth-child(150){opacity:1.8908;transform:translate(99.3937vw,-10px) scale(.3109);animation:fall-150 11s -4s linear infinite}@keyframes fall-150{54.054%{transform:translate(101.329vw,54.054vh) scale(.3109)}to{transform:translate(100.36135vw,99vh) scale(.3109)}}.snow:nth-child(151){opacity:1.7412;transform:translate(86.341vw,-10px) scale(.472);animation:fall-151 19s -16s linear infinite}@keyframes fall-151{76.092%{transform:translate(95.6801vw,76.092vh) scale(.472)}to{transform:translate(91.01055vw,99vh) scale(.472)}}.snow:nth-child(152){opacity:1.2078;transform:translate(67.6528vw,-10px) scale(.8508);animation:fall-152 27s -23s linear infinite}@keyframes fall-152{52.6%{transform:translate(75.3425vw,52.6vh) scale(.8508)}to{transform:translate(71.49765vw,99vh) scale(.8508)}}.snow:nth-child(153){opacity:1.0778;transform:translate(36.9521vw,-10px) scale(.0986);animation:fall-153 30s -10s linear infinite}@keyframes fall-153{55.785%{transform:translate(27.2213vw,55.785vh) scale(.0986)}to{transform:translate(32.0867vw,99vh) scale(.0986)}}.snow:nth-child(154){opacity:1.8574;transform:translate(55.7915vw,-10px) scale(.14);animation:fall-154 15s -11s linear infinite}@keyframes fall-154{60.836%{transform:translate(53.0291vw,60.836vh) scale(.14)}to{transform:translate(54.4103vw,99vh) scale(.14)}}.snow:nth-child(155){opacity:1.0098;transform:translate(19.0873vw,-10px) scale(.7138);animation:fall-155 21s -12s linear infinite}@keyframes fall-155{39.068%{transform:translate(15.2495vw,39.068vh) scale(.7138)}to{transform:translate(17.1684vw,99vh) scale(.7138)}}.snow:nth-child(156){opacity:.6118;transform:translate(30.1088vw,-10px) scale(.6097);animation:fall-156 17s -3s linear infinite}@keyframes fall-156{51.525%{transform:translate(39.4651vw,51.525vh) scale(.6097)}to{transform:translate(34.78695vw,99vh) scale(.6097)}}.snow:nth-child(157){opacity:.115;transform:translate(91.1737vw,-10px) scale(.2112);animation:fall-157 10s -16s linear infinite}@keyframes fall-157{61.168%{transform:translate(98.7459vw,61.168vh) scale(.2112)}to{transform:translate(94.9598vw,99vh) scale(.2112)}}.snow:nth-child(158){opacity:1.3782;transform:translate(23.863vw,-10px) scale(.6383);animation:fall-158 17s -9s linear infinite}@keyframes fall-158{68.525%{transform:translate(15.4241vw,68.525vh) scale(.6383)}to{transform:translate(19.64355vw,99vh) scale(.6383)}}.snow:nth-child(159){opacity:1.915;transform:translate(67.2366vw,-10px) scale(.8724);animation:fall-159 22s -30s linear infinite}@keyframes fall-159{71.227%{transform:translate(57.2392vw,71.227vh) scale(.8724)}to{transform:translate(62.2379vw,99vh) scale(.8724)}}.snow:nth-child(160){opacity:1.1534;transform:translate(94.6755vw,-10px) scale(.911);animation:fall-160 27s -7s linear infinite}@keyframes fall-160{71.424%{transform:translate(90.6613vw,71.424vh) scale(.911)}to{transform:translate(92.6684vw,99vh) scale(.911)}}.snow:nth-child(161){opacity:.4124;transform:translate(90.2289vw,-10px) scale(.6192);animation:fall-161 25s -17s linear infinite}@keyframes fall-161{50.447%{transform:translate(87.2145vw,50.447vh) scale(.6192)}to{transform:translate(88.7217vw,99vh) scale(.6192)}}.snow:nth-child(162){opacity:1.3372;transform:translate(76.9408vw,-10px) scale(.5091);animation:fall-162 12s -22s linear infinite}@keyframes fall-162{67.967%{transform:translate(70.6084vw,67.967vh) scale(.5091)}to{transform:translate(73.7746vw,99vh) scale(.5091)}}.snow:nth-child(163){opacity:.2196;transform:translate(59.641vw,-10px) scale(.8704);animation:fall-163 11s -2s linear infinite}@keyframes fall-163{74.522%{transform:translate(55.7672vw,74.522vh) scale(.8704)}to{transform:translate(57.7041vw,99vh) scale(.8704)}}.snow:nth-child(164){opacity:.1994;transform:translate(75.7984vw,-10px) scale(.6508);animation:fall-164 25s -21s linear infinite}@keyframes fall-164{56.356%{transform:translate(67.3889vw,56.356vh) scale(.6508)}to{transform:translate(71.59365vw,99vh) scale(.6508)}}.snow:nth-child(165){opacity:.409;transform:translate(86.2869vw,-10px) scale(.9932);animation:fall-165 16s -24s linear infinite}@keyframes fall-165{59.377%{transform:translate(86.5484vw,59.377vh) scale(.9932)}to{transform:translate(86.41765vw,99vh) scale(.9932)}}.snow:nth-child(166){opacity:1.2882;transform:translate(34.0184vw,-10px) scale(.7691);animation:fall-166 26s -25s linear infinite}@keyframes fall-166{35.239%{transform:translate(39.7735vw,35.239vh) scale(.7691)}to{transform:translate(36.89595vw,99vh) scale(.7691)}}.snow:nth-child(167){opacity:1.084;transform:translate(23.475vw,-10px) scale(.5001);animation:fall-167 26s -3s linear infinite}@keyframes fall-167{61.248%{transform:translate(32.5199vw,61.248vh) scale(.5001)}to{transform:translate(27.99745vw,99vh) scale(.5001)}}.snow:nth-child(168){opacity:1.4984;transform:translate(65.1617vw,-10px) scale(.4568);animation:fall-168 18s -5s linear infinite}@keyframes fall-168{39.237%{transform:translate(70.7295vw,39.237vh) scale(.4568)}to{transform:translate(67.9456vw,99vh) scale(.4568)}}.snow:nth-child(169){opacity:.3984;transform:translate(60.2319vw,-10px) scale(.4648);animation:fall-169 15s -27s linear infinite}@keyframes fall-169{40.884%{transform:translate(66.3247vw,40.884vh) scale(.4648)}to{transform:translate(63.2783vw,99vh) scale(.4648)}}.snow:nth-child(170){opacity:.598;transform:translate(37.7155vw,-10px) scale(.0837);animation:fall-170 19s -25s linear infinite}@keyframes fall-170{55.04%{transform:translate(45.7114vw,55.04vh) scale(.0837)}to{transform:translate(41.71345vw,99vh) scale(.0837)}}.snow:nth-child(171){opacity:.0938;transform:translate(98.0122vw,-10px) scale(.2412);animation:fall-171 19s -23s linear infinite}@keyframes fall-171{76.323%{transform:translate(89.5335vw,76.323vh) scale(.2412)}to{transform:translate(93.77285vw,99vh) scale(.2412)}}.snow:nth-child(172){opacity:.1074;transform:translate(58.6034vw,-10px) scale(.1307);animation:fall-172 22s -6s linear infinite}@keyframes fall-172{74.498%{transform:translate(55.91vw,74.498vh) scale(.1307)}to{transform:translate(57.2567vw,99vh) scale(.1307)}}.snow:nth-child(173){opacity:.2816;transform:translate(53.4175vw,-10px) scale(.8061);animation:fall-173 19s -30s linear infinite}@keyframes fall-173{37.077%{transform:translate(55.5497vw,37.077vh) scale(.8061)}to{transform:translate(54.4836vw,99vh) scale(.8061)}}.snow:nth-child(174){opacity:.7306;transform:translate(83.0573vw,-10px) scale(.04);animation:fall-174 19s -17s linear infinite}@keyframes fall-174{52.468%{transform:translate(82.165vw,52.468vh) scale(.04)}to{transform:translate(82.61115vw,99vh) scale(.04)}}.snow:nth-child(175){opacity:1.7436;transform:translate(60.3224vw,-10px) scale(.936);animation:fall-175 10s -8s linear infinite}@keyframes fall-175{79.765%{transform:translate(54.1972vw,79.765vh) scale(.936)}to{transform:translate(57.2598vw,99vh) scale(.936)}}.snow:nth-child(176){opacity:.0302;transform:translate(20.0048vw,-10px) scale(.5699);animation:fall-176 13s -13s linear infinite}@keyframes fall-176{55.026%{transform:translate(16.0747vw,55.026vh) scale(.5699)}to{transform:translate(18.03975vw,99vh) scale(.5699)}}.snow:nth-child(177){opacity:1.1008;transform:translate(47.9798vw,-10px) scale(.4605);animation:fall-177 25s -13s linear infinite}@keyframes fall-177{73.48%{transform:translate(49.0039vw,73.48vh) scale(.4605)}to{transform:translate(48.49185vw,99vh) scale(.4605)}}.snow:nth-child(178){opacity:.9038;transform:translate(45.7301vw,-10px) scale(.7544);animation:fall-178 11s -22s linear infinite}@keyframes fall-178{44.355%{transform:translate(39.6606vw,44.355vh) scale(.7544)}to{transform:translate(42.69535vw,99vh) scale(.7544)}}.snow:nth-child(179){opacity:1.0016;transform:translate(98.7846vw,-10px) scale(.3865);animation:fall-179 22s -9s linear infinite}@keyframes fall-179{60.252%{transform:translate(108.6144vw,60.252vh) scale(.3865)}to{transform:translate(103.6995vw,99vh) scale(.3865)}}.snow:nth-child(180){opacity:1.8074;transform:translate(37.8301vw,-10px) scale(.75);animation:fall-180 13s -8s linear infinite}@keyframes fall-180{52.592%{transform:translate(35.9906vw,52.592vh) scale(.75)}to{transform:translate(36.91035vw,99vh) scale(.75)}}.snow:nth-child(181){opacity:.7152;transform:translate(5.1484vw,-10px) scale(.8563);animation:fall-181 12s -11s linear infinite}@keyframes fall-181{55.426%{transform:translate(12.6788vw,55.426vh) scale(.8563)}to{transform:translate(8.9136vw,99vh) scale(.8563)}}.snow:nth-child(182){opacity:.0724;transform:translate(67.3633vw,-10px) scale(.9467);animation:fall-182 12s -26s linear infinite}@keyframes fall-182{65.277%{transform:translate(74.7262vw,65.277vh) scale(.9467)}to{transform:translate(71.04475vw,99vh) scale(.9467)}}.snow:nth-child(183){opacity:1.436;transform:translate(38.665vw,-10px) scale(.4677);animation:fall-183 18s -15s linear infinite}@keyframes fall-183{34.584%{transform:translate(31.2046vw,34.584vh) scale(.4677)}to{transform:translate(34.9348vw,99vh) scale(.4677)}}.snow:nth-child(184){opacity:1.5072;transform:translate(13.8265vw,-10px) scale(.7033);animation:fall-184 10s -16s linear infinite}@keyframes fall-184{58.342%{transform:translate(21.4166vw,58.342vh) scale(.7033)}to{transform:translate(17.62155vw,99vh) scale(.7033)}}.snow:nth-child(185){opacity:1.8964;transform:translate(55.1929vw,-10px) scale(.8331);animation:fall-185 25s -23s linear infinite}@keyframes fall-185{48.166%{transform:translate(56.5795vw,48.166vh) scale(.8331)}to{transform:translate(55.8862vw,99vh) scale(.8331)}}.snow:nth-child(186){opacity:.2964;transform:translate(28.8003vw,-10px) scale(.3949);animation:fall-186 29s -17s linear infinite}@keyframes fall-186{42.993%{transform:translate(25.7589vw,42.993vh) scale(.3949)}to{transform:translate(27.2796vw,99vh) scale(.3949)}}.snow:nth-child(187){opacity:.734;transform:translate(94.1861vw,-10px) scale(.8612);animation:fall-187 30s -3s linear infinite}@keyframes fall-187{33.646%{transform:translate(87.8878vw,33.646vh) scale(.8612)}to{transform:translate(91.03695vw,99vh) scale(.8612)}}.snow:nth-child(188){opacity:1.0042;transform:translate(37.1058vw,-10px) scale(.7809);animation:fall-188 21s -20s linear infinite}@keyframes fall-188{38.673%{transform:translate(43.0749vw,38.673vh) scale(.7809)}to{transform:translate(40.09035vw,99vh) scale(.7809)}}.snow:nth-child(189){opacity:1.5782;transform:translate(87.5408vw,-10px) scale(.4218);animation:fall-189 22s -2s linear infinite}@keyframes fall-189{78.211%{transform:translate(89.5259vw,78.211vh) scale(.4218)}to{transform:translate(88.53335vw,99vh) scale(.4218)}}.snow:nth-child(190){opacity:1.078;transform:translate(18.0586vw,-10px) scale(.429);animation:fall-190 27s -12s linear infinite}@keyframes fall-190{52.435%{transform:translate(17.1278vw,52.435vh) scale(.429)}to{transform:translate(17.5932vw,99vh) scale(.429)}}.snow:nth-child(191){opacity:1.6714;transform:translate(9.3714vw,-10px) scale(.9534);animation:fall-191 19s -19s linear infinite}@keyframes fall-191{44.677%{transform:translate(2.1324vw,44.677vh) scale(.9534)}to{transform:translate(5.7519vw,99vh) scale(.9534)}}.snow:nth-child(192){opacity:1.2432;transform:translate(85.6624vw,-10px) scale(.7443);animation:fall-192 10s -8s linear infinite}@keyframes fall-192{30.33%{transform:translate(84.3204vw,30.33vh) scale(.7443)}to{transform:translate(84.9914vw,99vh) scale(.7443)}}.snow:nth-child(193){opacity:.6326;transform:translate(93.5312vw,-10px) scale(.6547);animation:fall-193 13s -18s linear infinite}@keyframes fall-193{75.63%{transform:translate(101.2751vw,75.63vh) scale(.6547)}to{transform:translate(97.40315vw,99vh) scale(.6547)}}.snow:nth-child(194){opacity:1.2088;transform:translate(67.3287vw,-10px) scale(.5603);animation:fall-194 29s -20s linear infinite}@keyframes fall-194{40.278%{transform:translate(66.2809vw,40.278vh) scale(.5603)}to{transform:translate(66.8048vw,99vh) scale(.5603)}}.snow:nth-child(195){opacity:.0016;transform:translate(41.2401vw,-10px) scale(.0442);animation:fall-195 23s -23s linear infinite}@keyframes fall-195{45.962%{transform:translate(48.9586vw,45.962vh) scale(.0442)}to{transform:translate(45.09935vw,99vh) scale(.0442)}}.snow:nth-child(196){opacity:.96;transform:translate(92.4509vw,-10px) scale(.1783);animation:fall-196 12s -4s linear infinite}@keyframes fall-196{39.97%{transform:translate(92.397vw,39.97vh) scale(.1783)}to{transform:translate(92.42395vw,99vh) scale(.1783)}}.snow:nth-child(197){opacity:1.837;transform:translate(70.6488vw,-10px) scale(.4628);animation:fall-197 21s -13s linear infinite}@keyframes fall-197{39.265%{transform:translate(78.6786vw,39.265vh) scale(.4628)}to{transform:translate(74.6637vw,99vh) scale(.4628)}}.snow:nth-child(198){opacity:1.6778;transform:translate(28.9704vw,-10px) scale(.4484);animation:fall-198 18s -13s linear infinite}@keyframes fall-198{59.409%{transform:translate(37.3283vw,59.409vh) scale(.4484)}to{transform:translate(33.14935vw,99vh) scale(.4484)}}.snow:nth-child(199){opacity:1.51;transform:translate(69.1416vw,-10px) scale(.4995);animation:fall-199 13s -23s linear infinite}@keyframes fall-199{64.865%{transform:translate(69.7457vw,64.865vh) scale(.4995)}to{transform:translate(69.44365vw,99vh) scale(.4995)}}.snow:nth-child(200){opacity:1.6642;transform:translate(48.2725vw,-10px) scale(.1927);animation:fall-200 30s -14s linear infinite}@keyframes fall-200{40.665%{transform:translate(53.147vw,40.665vh) scale(.1927)}to{transform:translate(50.70975vw,99vh) scale(.1927)}}.snow:nth-child(201){opacity:1.9898;transform:translate(59.9842vw,-10px) scale(.3373);animation:fall-201 15s -6s linear infinite}@keyframes fall-201{36.281%{transform:translate(65.0817vw,36.281vh) scale(.3373)}to{transform:translate(62.53295vw,99vh) scale(.3373)}}.snow:nth-child(202){opacity:.4876;transform:translate(80.6898vw,-10px) scale(.3175);animation:fall-202 29s -18s linear infinite}@keyframes fall-202{55.271%{transform:translate(89.3559vw,55.271vh) scale(.3175)}to{transform:translate(85.02285vw,99vh) scale(.3175)}}.snow:nth-child(203){opacity:1.2472;transform:translate(34.6366vw,-10px) scale(.5553);animation:fall-203 11s -14s linear infinite}@keyframes fall-203{33.709%{transform:translate(30.7891vw,33.709vh) scale(.5553)}to{transform:translate(32.71285vw,99vh) scale(.5553)}}.snow:nth-child(204){opacity:1.7442;transform:translate(73.5714vw,-10px) scale(.9361);animation:fall-204 22s -29s linear infinite}@keyframes fall-204{45.188%{transform:translate(66.0278vw,45.188vh) scale(.9361)}to{transform:translate(69.7996vw,99vh) scale(.9361)}}.snow:nth-child(205){opacity:.6494;transform:translate(7.1616vw,-10px) scale(.412);animation:fall-205 14s -5s linear infinite}@keyframes fall-205{43.589%{transform:translate(2.1456vw,43.589vh) scale(.412)}to{transform:translate(4.6536vw,99vh) scale(.412)}}.snow:nth-child(206){opacity:1.9492;transform:translate(53.5154vw,-10px) scale(.5115);animation:fall-206 11s -10s linear infinite}@keyframes fall-206{66.323%{transform:translate(57.0005vw,66.323vh) scale(.5115)}to{transform:translate(55.25795vw,99vh) scale(.5115)}}.snow:nth-child(207){opacity:.7294;transform:translate(94.1367vw,-10px) scale(.3231);animation:fall-207 29s -15s linear infinite}@keyframes fall-207{45.416%{transform:translate(90.2225vw,45.416vh) scale(.3231)}to{transform:translate(92.1796vw,99vh) scale(.3231)}}.snow:nth-child(208){opacity:.7414;transform:translate(46.6008vw,-10px) scale(.019);animation:fall-208 11s -28s linear infinite}@keyframes fall-208{51.011%{transform:translate(55.7511vw,51.011vh) scale(.019)}to{transform:translate(51.17595vw,99vh) scale(.019)}}.snow:nth-child(209){opacity:.4896;transform:translate(58.4144vw,-10px) scale(.3987);animation:fall-209 12s -23s linear infinite}@keyframes fall-209{71.202%{transform:translate(58.4767vw,71.202vh) scale(.3987)}to{transform:translate(58.44555vw,99vh) scale(.3987)}}.snow:nth-child(210){opacity:1.1846;transform:translate(31.9121vw,-10px) scale(.7555);animation:fall-210 22s -8s linear infinite}@keyframes fall-210{76.383%{transform:translate(37.9429vw,76.383vh) scale(.7555)}to{transform:translate(34.9275vw,99vh) scale(.7555)}}.snow:nth-child(211){opacity:.5806;transform:translate(46.7036vw,-10px) scale(.8754);animation:fall-211 21s -11s linear infinite}@keyframes fall-211{60.848%{transform:translate(45.1204vw,60.848vh) scale(.8754)}to{transform:translate(45.912vw,99vh) scale(.8754)}}.snow:nth-child(212){opacity:1.967;transform:translate(76.3469vw,-10px) scale(.6001);animation:fall-212 16s -11s linear infinite}@keyframes fall-212{45.444%{transform:translate(74.7984vw,45.444vh) scale(.6001)}to{transform:translate(75.57265vw,99vh) scale(.6001)}}.snow:nth-child(213){opacity:1.5216;transform:translate(17.9485vw,-10px) scale(.1704);animation:fall-213 26s -14s linear infinite}@keyframes fall-213{47.005%{transform:translate(25.3811vw,47.005vh) scale(.1704)}to{transform:translate(21.6648vw,99vh) scale(.1704)}}.snow:nth-child(214){opacity:.576;transform:translate(13.3001vw,-10px) scale(.9579);animation:fall-214 16s -29s linear infinite}@keyframes fall-214{49.668%{transform:translate(4.5511vw,49.668vh) scale(.9579)}to{transform:translate(8.9256vw,99vh) scale(.9579)}}.snow:nth-child(215){opacity:1.962;transform:translate(37.9199vw,-10px) scale(.618);animation:fall-215 22s -25s linear infinite}@keyframes fall-215{45.805%{transform:translate(42.55vw,45.805vh) scale(.618)}to{transform:translate(40.23495vw,99vh) scale(.618)}}.snow:nth-child(216){opacity:.8356;transform:translate(15.83vw,-10px) scale(.3261);animation:fall-216 18s -6s linear infinite}@keyframes fall-216{59.556%{transform:translate(7.5417vw,59.556vh) scale(.3261)}to{transform:translate(11.68585vw,99vh) scale(.3261)}}.snow:nth-child(217){opacity:.0774;transform:translate(8.9041vw,-10px) scale(.0692);animation:fall-217 12s -19s linear infinite}@keyframes fall-217{74.857%{transform:translate(7.6797vw,74.857vh) scale(.0692)}to{transform:translate(8.2919vw,99vh) scale(.0692)}}.snow:nth-child(218){opacity:1.0014;transform:translate(72.9086vw,-10px) scale(.6858);animation:fall-218 13s -14s linear infinite}@keyframes fall-218{74.736%{transform:translate(70.097vw,74.736vh) scale(.6858)}to{transform:translate(71.5028vw,99vh) scale(.6858)}}.snow:nth-child(219){opacity:.3546;transform:translate(79.8041vw,-10px) scale(.064);animation:fall-219 25s -23s linear infinite}@keyframes fall-219{54.018%{transform:translate(87.9641vw,54.018vh) scale(.064)}to{transform:translate(83.8841vw,99vh) scale(.064)}}.snow:nth-child(220){opacity:.1822;transform:translate(71.9586vw,-10px) scale(.7206);animation:fall-220 30s -25s linear infinite}@keyframes fall-220{67.957%{transform:translate(69.8088vw,67.957vh) scale(.7206)}to{transform:translate(70.8837vw,99vh) scale(.7206)}}.snow:nth-child(221){opacity:1.7178;transform:translate(30.7687vw,-10px) scale(.6138);animation:fall-221 27s -29s linear infinite}@keyframes fall-221{62.992%{transform:translate(33.5725vw,62.992vh) scale(.6138)}to{transform:translate(32.1706vw,99vh) scale(.6138)}}.snow:nth-child(222){opacity:1.1634;transform:translate(80.0221vw,-10px) scale(.1705);animation:fall-222 10s -20s linear infinite}@keyframes fall-222{63.545%{transform:translate(77.1011vw,63.545vh) scale(.1705)}to{transform:translate(78.5616vw,99vh) scale(.1705)}}.snow:nth-child(223){opacity:.9144;transform:translate(7.6777vw,-10px) scale(.8236);animation:fall-223 29s -8s linear infinite}@keyframes fall-223{34.628%{transform:translate(9.8752vw,34.628vh) scale(.8236)}to{transform:translate(8.77645vw,99vh) scale(.8236)}}.snow:nth-child(224){opacity:.3398;transform:translate(83.4744vw,-10px) scale(.9418);animation:fall-224 19s -10s linear infinite}@keyframes fall-224{45.475%{transform:translate(88.096vw,45.475vh) scale(.9418)}to{transform:translate(85.7852vw,99vh) scale(.9418)}}.snow:nth-child(225){opacity:.4228;transform:translate(65.594vw,-10px) scale(.1588);animation:fall-225 20s -23s linear infinite}@keyframes fall-225{69.875%{transform:translate(63.1541vw,69.875vh) scale(.1588)}to{transform:translate(64.37405vw,99vh) scale(.1588)}}.snow:nth-child(226){opacity:.4858;transform:translate(90.8246vw,-10px) scale(.5127);animation:fall-226 20s -19s linear infinite}@keyframes fall-226{44.148%{transform:translate(89.7459vw,44.148vh) scale(.5127)}to{transform:translate(90.28525vw,99vh) scale(.5127)}}.snow:nth-child(227){opacity:1.6542;transform:translate(93.3716vw,-10px) scale(.4566);animation:fall-227 23s -29s linear infinite}@keyframes fall-227{61.765%{transform:translate(90.2698vw,61.765vh) scale(.4566)}to{transform:translate(91.8207vw,99vh) scale(.4566)}}.snow:nth-child(228){opacity:.3196;transform:translate(86.6386vw,-10px) scale(.0163);animation:fall-228 15s -26s linear infinite}@keyframes fall-228{59.691%{transform:translate(88.3079vw,59.691vh) scale(.0163)}to{transform:translate(87.47325vw,99vh) scale(.0163)}}.snow:nth-child(229){opacity:.776;transform:translate(7.9399vw,-10px) scale(.5569);animation:fall-229 21s -6s linear infinite}@keyframes fall-229{65.911%{transform:translate(13.6743vw,65.911vh) scale(.5569)}to{transform:translate(10.8071vw,99vh) scale(.5569)}}.snow:nth-child(230){opacity:1.8064;transform:translate(94.6574vw,-10px) scale(.5135);animation:fall-230 23s -18s linear infinite}@keyframes fall-230{68.958%{transform:translate(96.4422vw,68.958vh) scale(.5135)}to{transform:translate(95.5498vw,99vh) scale(.5135)}}.snow:nth-child(231){opacity:.5648;transform:translate(99.0411vw,-10px) scale(.2457);animation:fall-231 26s -16s linear infinite}@keyframes fall-231{70.037%{transform:translate(108.9072vw,70.037vh) scale(.2457)}to{transform:translate(103.97415vw,99vh) scale(.2457)}}.snow:nth-child(232){opacity:1.156;transform:translate(94.564vw,-10px) scale(.9322);animation:fall-232 19s -15s linear infinite}@keyframes fall-232{57.226%{transform:translate(96.8419vw,57.226vh) scale(.9322)}to{transform:translate(95.70295vw,99vh) scale(.9322)}}.snow:nth-child(233){opacity:1.9984;transform:translate(2.8141vw,-10px) scale(.3174);animation:fall-233 14s -6s linear infinite}@keyframes fall-233{54.264%{transform:translate(1.9753vw,54.264vh) scale(.3174)}to{transform:translate(2.3947vw,99vh) scale(.3174)}}.snow:nth-child(234){opacity:1.3214;transform:translate(17.4462vw,-10px) scale(.3235);animation:fall-234 18s -6s linear infinite}@keyframes fall-234{64.484%{transform:translate(19.8961vw,64.484vh) scale(.3235)}to{transform:translate(18.67115vw,99vh) scale(.3235)}}.snow:nth-child(235){opacity:1.7594;transform:translate(60.242vw,-10px) scale(.5672);animation:fall-235 27s -26s linear infinite}@keyframes fall-235{70.674%{transform:translate(61.8819vw,70.674vh) scale(.5672)}to{transform:translate(61.06195vw,99vh) scale(.5672)}}.snow:nth-child(236){opacity:1.113;transform:translate(6.018vw,-10px) scale(.3772);animation:fall-236 14s -13s linear infinite}@keyframes fall-236{74.998%{transform:translate(.5975vw,74.998vh) scale(.3772)}to{transform:translate(3.30775vw,99vh) scale(.3772)}}.snow:nth-child(237){opacity:.8648;transform:translate(38.9944vw,-10px) scale(.8066);animation:fall-237 28s -3s linear infinite}@keyframes fall-237{60.057%{transform:translate(48.849vw,60.057vh) scale(.8066)}to{transform:translate(43.9217vw,99vh) scale(.8066)}}.snow:nth-child(238){opacity:.3532;transform:translate(67.2668vw,-10px) scale(.6014);animation:fall-238 20s -9s linear infinite}@keyframes fall-238{39.752%{transform:translate(67.7017vw,39.752vh) scale(.6014)}to{transform:translate(67.48425vw,99vh) scale(.6014)}}.snow:nth-child(239){opacity:.1698;transform:translate(33.2652vw,-10px) scale(.5425);animation:fall-239 20s -7s linear infinite}@keyframes fall-239{63.737%{transform:translate(27.1352vw,63.737vh) scale(.5425)}to{transform:translate(30.2002vw,99vh) scale(.5425)}}.snow:nth-child(240){opacity:1.9306;transform:translate(74.2023vw,-10px) scale(.4152);animation:fall-240 28s -26s linear infinite}@keyframes fall-240{33.812%{transform:translate(77.9088vw,33.812vh) scale(.4152)}to{transform:translate(76.05555vw,99vh) scale(.4152)}}.snow:nth-child(241){opacity:1.3864;transform:translate(97.8793vw,-10px) scale(.9921);animation:fall-241 26s -11s linear infinite}@keyframes fall-241{64.611%{transform:translate(88.5484vw,64.611vh) scale(.9921)}to{transform:translate(93.21385vw,99vh) scale(.9921)}}.snow:nth-child(242){opacity:.6638;transform:translate(56.6972vw,-10px) scale(.5152);animation:fall-242 16s -15s linear infinite}@keyframes fall-242{34.648%{transform:translate(48.1844vw,34.648vh) scale(.5152)}to{transform:translate(52.4408vw,99vh) scale(.5152)}}.snow:nth-child(243){opacity:1.0758;transform:translate(7.1976vw,-10px) scale(.754);animation:fall-243 15s -28s linear infinite}@keyframes fall-243{77.764%{transform:translate(10.9062vw,77.764vh) scale(.754)}to{transform:translate(9.0519vw,99vh) scale(.754)}}.snow:nth-child(244){opacity:1.3154;transform:translate(37.3686vw,-10px) scale(.0147);animation:fall-244 14s -22s linear infinite}@keyframes fall-244{31.255%{transform:translate(43.3172vw,31.255vh) scale(.0147)}to{transform:translate(40.3429vw,99vh) scale(.0147)}}.snow:nth-child(245){opacity:1.9248;transform:translate(55.9534vw,-10px) scale(.0199);animation:fall-245 25s -1s linear infinite}@keyframes fall-245{70.035%{transform:translate(61.0347vw,70.035vh) scale(.0199)}to{transform:translate(58.49405vw,99vh) scale(.0199)}}.snow:nth-child(246){opacity:1.1098;transform:translate(51.9359vw,-10px) scale(.748);animation:fall-246 28s -9s linear infinite}@keyframes fall-246{58.546%{transform:translate(44.7695vw,58.546vh) scale(.748)}to{transform:translate(48.3527vw,99vh) scale(.748)}}.snow:nth-child(247){opacity:1.4616;transform:translate(95.1929vw,-10px) scale(.1651);animation:fall-247 24s -2s linear infinite}@keyframes fall-247{72.288%{transform:translate(97.2524vw,72.288vh) scale(.1651)}to{transform:translate(96.22265vw,99vh) scale(.1651)}}.snow:nth-child(248){opacity:1.4216;transform:translate(2.5099vw,-10px) scale(.9538);animation:fall-248 28s -29s linear infinite}@keyframes fall-248{30.687%{transform:translate(-6.469vw,30.687vh) scale(.9538)}to{transform:translate(-1.97955vw,99vh) scale(.9538)}}.snow:nth-child(249){opacity:1.7776;transform:translate(8.4013vw,-10px) scale(.8143);animation:fall-249 27s -2s linear infinite}@keyframes fall-249{56.453%{transform:translate(5.0329vw,56.453vh) scale(.8143)}to{transform:translate(6.7171vw,99vh) scale(.8143)}}.snow:nth-child(250){opacity:1.3324;transform:translate(15.3879vw,-10px) scale(.1351);animation:fall-250 28s -14s linear infinite}@keyframes fall-250{51.648%{transform:translate(23.8504vw,51.648vh) scale(.1351)}to{transform:translate(19.61915vw,99vh) scale(.1351)}}.snow:nth-child(251){opacity:.0816;transform:translate(63.1897vw,-10px) scale(.6221);animation:fall-251 27s -20s linear infinite}@keyframes fall-251{78.62%{transform:translate(61.7735vw,78.62vh) scale(.6221)}to{transform:translate(62.4816vw,99vh) scale(.6221)}}.snow:nth-child(252){opacity:1.3368;transform:translate(77.7212vw,-10px) scale(.6677);animation:fall-252 22s -17s linear infinite}@keyframes fall-252{53.297%{transform:translate(72.1157vw,53.297vh) scale(.6677)}to{transform:translate(74.91845vw,99vh) scale(.6677)}}.snow:nth-child(253){opacity:.2708;transform:translate(91.2009vw,-10px) scale(.6297);animation:fall-253 10s -28s linear infinite}@keyframes fall-253{72.061%{transform:translate(87.2165vw,72.061vh) scale(.6297)}to{transform:translate(89.2087vw,99vh) scale(.6297)}}.snow:nth-child(254){opacity:.0396;transform:translate(26.6454vw,-10px) scale(.3512);animation:fall-254 24s -15s linear infinite}@keyframes fall-254{43.785%{transform:translate(19.4547vw,43.785vh) scale(.3512)}to{transform:translate(23.05005vw,99vh) scale(.3512)}}.snow:nth-child(255){opacity:1.6178;transform:translate(9.1946vw,-10px) scale(.639);animation:fall-255 19s -1s linear infinite}@keyframes fall-255{69.186%{transform:translate(3.1689vw,69.186vh) scale(.639)}to{transform:translate(6.18175vw,99vh) scale(.639)}}.snow:nth-child(256){opacity:.4858;transform:translate(60.5924vw,-10px) scale(.5857);animation:fall-256 27s -7s linear infinite}@keyframes fall-256{35.985%{transform:translate(63.5206vw,35.985vh) scale(.5857)}to{transform:translate(62.0565vw,99vh) scale(.5857)}}.snow:nth-child(257){opacity:1.6316;transform:translate(17.2089vw,-10px) scale(.4275);animation:fall-257 25s -28s linear infinite}@keyframes fall-257{76.86%{transform:translate(20.6692vw,76.86vh) scale(.4275)}to{transform:translate(18.93905vw,99vh) scale(.4275)}}.snow:nth-child(258){opacity:.7306;transform:translate(64.3892vw,-10px) scale(.6924);animation:fall-258 16s -12s linear infinite}@keyframes fall-258{50.672%{transform:translate(64.6007vw,50.672vh) scale(.6924)}to{transform:translate(64.49495vw,99vh) scale(.6924)}}.snow:nth-child(259){opacity:1.3378;transform:translate(92.0876vw,-10px) scale(.6235);animation:fall-259 14s -14s linear infinite}@keyframes fall-259{33.658%{transform:translate(97.985vw,33.658vh) scale(.6235)}to{transform:translate(95.0363vw,99vh) scale(.6235)}}.snow:nth-child(260){opacity:1.8878;transform:translate(80.7788vw,-10px) scale(.2143);animation:fall-260 10s -27s linear infinite}@keyframes fall-260{74.696%{transform:translate(72.228vw,74.696vh) scale(.2143)}to{transform:translate(76.5034vw,99vh) scale(.2143)}}.snow:nth-child(261){opacity:.5584;transform:translate(34.0926vw,-10px) scale(.7415);animation:fall-261 25s -4s linear infinite}@keyframes fall-261{74.363%{transform:translate(29.97vw,74.363vh) scale(.7415)}to{transform:translate(32.0313vw,99vh) scale(.7415)}}.snow:nth-child(262){opacity:.2606;transform:translate(51.5696vw,-10px) scale(.7665);animation:fall-262 11s -13s linear infinite}@keyframes fall-262{44.343%{transform:translate(43.3832vw,44.343vh) scale(.7665)}to{transform:translate(47.4764vw,99vh) scale(.7665)}}.snow:nth-child(263){opacity:.916;transform:translate(50.7979vw,-10px) scale(.1443);animation:fall-263 25s -1s linear infinite}@keyframes fall-263{58.109%{transform:translate(50.7644vw,58.109vh) scale(.1443)}to{transform:translate(50.78115vw,99vh) scale(.1443)}}.snow:nth-child(264){opacity:1.9448;transform:translate(83.1868vw,-10px) scale(.6929);animation:fall-264 16s -28s linear infinite}@keyframes fall-264{78.236%{transform:translate(77.8468vw,78.236vh) scale(.6929)}to{transform:translate(80.5168vw,99vh) scale(.6929)}}.snow:nth-child(265){opacity:.724;transform:translate(76.4864vw,-10px) scale(.7035);animation:fall-265 12s -2s linear infinite}@keyframes fall-265{36.533%{transform:translate(71.8721vw,36.533vh) scale(.7035)}to{transform:translate(74.17925vw,99vh) scale(.7035)}}.snow:nth-child(266){opacity:.6364;transform:translate(80.7903vw,-10px) scale(.3676);animation:fall-266 19s -26s linear infinite}@keyframes fall-266{79.524%{transform:translate(88.2387vw,79.524vh) scale(.3676)}to{transform:translate(84.5145vw,99vh) scale(.3676)}}.snow:nth-child(267){opacity:.4422;transform:translate(97.9764vw,-10px) scale(.9507);animation:fall-267 21s -14s linear infinite}@keyframes fall-267{64.819%{transform:translate(95.3486vw,64.819vh) scale(.9507)}to{transform:translate(96.6625vw,99vh) scale(.9507)}}.snow:nth-child(268){opacity:1.3588;transform:translate(.9098vw,-10px) scale(.1677);animation:fall-268 15s -16s linear infinite}@keyframes fall-268{32.863%{transform:translate(-5.1385vw,32.863vh) scale(.1677)}to{transform:translate(-2.11435vw,99vh) scale(.1677)}}.snow:nth-child(269){opacity:1.9144;transform:translate(78.4378vw,-10px) scale(.9039);animation:fall-269 18s -1s linear infinite}@keyframes fall-269{51.518%{transform:translate(69.3489vw,51.518vh) scale(.9039)}to{transform:translate(73.89335vw,99vh) scale(.9039)}}.snow:nth-child(270){opacity:1.6426;transform:translate(70.3919vw,-10px) scale(.508);animation:fall-270 25s -4s linear infinite}@keyframes fall-270{54.939%{transform:translate(62.5677vw,54.939vh) scale(.508)}to{transform:translate(66.4798vw,99vh) scale(.508)}}.snow:nth-child(271){opacity:.478;transform:translate(30.4348vw,-10px) scale(.6849);animation:fall-271 17s -15s linear infinite}@keyframes fall-271{65.689%{transform:translate(31.8787vw,65.689vh) scale(.6849)}to{transform:translate(31.15675vw,99vh) scale(.6849)}}.snow:nth-child(272){opacity:.8282;transform:translate(61.6921vw,-10px) scale(.014);animation:fall-272 18s -3s linear infinite}@keyframes fall-272{49.408%{transform:translate(70.2623vw,49.408vh) scale(.014)}to{transform:translate(65.9772vw,99vh) scale(.014)}}.snow:nth-child(273){opacity:.7958;transform:translate(78.4413vw,-10px) scale(.5888);animation:fall-273 11s -29s linear infinite}@keyframes fall-273{54.56%{transform:translate(85.0832vw,54.56vh) scale(.5888)}to{transform:translate(81.76225vw,99vh) scale(.5888)}}.snow:nth-child(274){opacity:.623;transform:translate(26.2556vw,-10px) scale(.4934);animation:fall-274 14s -16s linear infinite}@keyframes fall-274{44.809%{transform:translate(21.5256vw,44.809vh) scale(.4934)}to{transform:translate(23.8906vw,99vh) scale(.4934)}}.snow:nth-child(275){opacity:1.3896;transform:translate(89.6252vw,-10px) scale(.4295);animation:fall-275 14s -6s linear infinite}@keyframes fall-275{41.828%{transform:translate(88.7637vw,41.828vh) scale(.4295)}to{transform:translate(89.19445vw,99vh) scale(.4295)}}.snow:nth-child(276){opacity:1.4104;transform:translate(13.7065vw,-10px) scale(.2307);animation:fall-276 14s -14s linear infinite}@keyframes fall-276{41.358%{transform:translate(7.6027vw,41.358vh) scale(.2307)}to{transform:translate(10.6546vw,99vh) scale(.2307)}}.snow:nth-child(277){opacity:1.7304;transform:translate(80.4066vw,-10px) scale(.1258);animation:fall-277 23s -14s linear infinite}@keyframes fall-277{69.48%{transform:translate(82.7743vw,69.48vh) scale(.1258)}to{transform:translate(81.59045vw,99vh) scale(.1258)}}.snow:nth-child(278){opacity:1.9062;transform:translate(93.1369vw,-10px) scale(.511);animation:fall-278 22s -27s linear infinite}@keyframes fall-278{68.489%{transform:translate(102.4966vw,68.489vh) scale(.511)}to{transform:translate(97.81675vw,99vh) scale(.511)}}.snow:nth-child(279){opacity:.5632;transform:translate(16.0116vw,-10px) scale(.4396);animation:fall-279 16s -17s linear infinite}@keyframes fall-279{54.754%{transform:translate(6.0476vw,54.754vh) scale(.4396)}to{transform:translate(11.0296vw,99vh) scale(.4396)}}.snow:nth-child(280){opacity:1.4456;transform:translate(85.8148vw,-10px) scale(.1605);animation:fall-280 12s -16s linear infinite}@keyframes fall-280{54.569%{transform:translate(77.6076vw,54.569vh) scale(.1605)}to{transform:translate(81.7112vw,99vh) scale(.1605)}}.snow:nth-child(281){opacity:.4576;transform:translate(32.7486vw,-10px) scale(.0223);animation:fall-281 29s -23s linear infinite}@keyframes fall-281{45.967%{transform:translate(26.7943vw,45.967vh) scale(.0223)}to{transform:translate(29.77145vw,99vh) scale(.0223)}}.snow:nth-child(282){opacity:.4472;transform:translate(6.1882vw,-10px) scale(.0576);animation:fall-282 17s -12s linear infinite}@keyframes fall-282{62.25%{transform:translate(3.0104vw,62.25vh) scale(.0576)}to{transform:translate(4.5993vw,99vh) scale(.0576)}}.snow:nth-child(283){opacity:.0914;transform:translate(11.7465vw,-10px) scale(.8051);animation:fall-283 28s -1s linear infinite}@keyframes fall-283{69.45%{transform:translate(1.7687vw,69.45vh) scale(.8051)}to{transform:translate(6.7576vw,99vh) scale(.8051)}}.snow:nth-child(284){opacity:1.9226;transform:translate(94.4924vw,-10px) scale(.4126);animation:fall-284 18s -24s linear infinite}@keyframes fall-284{79.838%{transform:translate(96.9461vw,79.838vh) scale(.4126)}to{transform:translate(95.71925vw,99vh) scale(.4126)}}.snow:nth-child(285){opacity:1.235;transform:translate(25.8788vw,-10px) scale(.6656);animation:fall-285 25s -20s linear infinite}@keyframes fall-285{69.314%{transform:translate(27.1021vw,69.314vh) scale(.6656)}to{transform:translate(26.49045vw,99vh) scale(.6656)}}.snow:nth-child(286){opacity:1.9896;transform:translate(72.0222vw,-10px) scale(.918);animation:fall-286 11s -29s linear infinite}@keyframes fall-286{76.321%{transform:translate(66.1145vw,76.321vh) scale(.918)}to{transform:translate(69.06835vw,99vh) scale(.918)}}.snow:nth-child(287){opacity:.3466;transform:translate(71.2154vw,-10px) scale(.384);animation:fall-287 14s -22s linear infinite}@keyframes fall-287{61.27%{transform:translate(64.751vw,61.27vh) scale(.384)}to{transform:translate(67.9832vw,99vh) scale(.384)}}.snow:nth-child(288){opacity:1.4804;transform:translate(98.2444vw,-10px) scale(.9256);animation:fall-288 29s -4s linear infinite}@keyframes fall-288{67.853%{transform:translate(88.6788vw,67.853vh) scale(.9256)}to{transform:translate(93.4616vw,99vh) scale(.9256)}}.snow:nth-child(289){opacity:.5174;transform:translate(30.6956vw,-10px) scale(.3126);animation:fall-289 19s -3s linear infinite}@keyframes fall-289{57.591%{transform:translate(30.3172vw,57.591vh) scale(.3126)}to{transform:translate(30.5064vw,99vh) scale(.3126)}}.snow:nth-child(290){opacity:.654;transform:translate(27.4613vw,-10px) scale(.7063);animation:fall-290 30s -20s linear infinite}@keyframes fall-290{37.736%{transform:translate(22.6126vw,37.736vh) scale(.7063)}to{transform:translate(25.03695vw,99vh) scale(.7063)}}.snow:nth-child(291){opacity:1.3264;transform:translate(19.3222vw,-10px) scale(.3558);animation:fall-291 16s -24s linear infinite}@keyframes fall-291{35.225%{transform:translate(22.0802vw,35.225vh) scale(.3558)}to{transform:translate(20.7012vw,99vh) scale(.3558)}}.snow:nth-child(292){opacity:1.4958;transform:translate(51.7579vw,-10px) scale(.7052);animation:fall-292 19s -20s linear infinite}@keyframes fall-292{56.31%{transform:translate(56.7547vw,56.31vh) scale(.7052)}to{transform:translate(54.2563vw,99vh) scale(.7052)}}.snow:nth-child(293){opacity:.8526;transform:translate(11.2682vw,-10px) scale(.2183);animation:fall-293 11s -2s linear infinite}@keyframes fall-293{50.034%{transform:translate(16.8007vw,50.034vh) scale(.2183)}to{transform:translate(14.03445vw,99vh) scale(.2183)}}.snow:nth-child(294){opacity:.6006;transform:translate(15.5871vw,-10px) scale(.7526);animation:fall-294 12s -2s linear infinite}@keyframes fall-294{77.636%{transform:translate(7.1632vw,77.636vh) scale(.7526)}to{transform:translate(11.37515vw,99vh) scale(.7526)}}.snow:nth-child(295){opacity:.612;transform:translate(18.5955vw,-10px) scale(.2556);animation:fall-295 18s -25s linear infinite}@keyframes fall-295{34.871%{transform:translate(19.4527vw,34.871vh) scale(.2556)}to{transform:translate(19.0241vw,99vh) scale(.2556)}}.snow:nth-child(296){opacity:.4702;transform:translate(96.1597vw,-10px) scale(.7559);animation:fall-296 20s -24s linear infinite}@keyframes fall-296{56.822%{transform:translate(101.8719vw,56.822vh) scale(.7559)}to{transform:translate(99.0158vw,99vh) scale(.7559)}}.snow:nth-child(297){opacity:1.3728;transform:translate(62.0747vw,-10px) scale(.6672);animation:fall-297 15s -23s linear infinite}@keyframes fall-297{65.53%{transform:translate(71.2094vw,65.53vh) scale(.6672)}to{transform:translate(66.64205vw,99vh) scale(.6672)}}.snow:nth-child(298){opacity:.5946;transform:translate(21.3331vw,-10px) scale(.4667);animation:fall-298 10s -22s linear infinite}@keyframes fall-298{73.337%{transform:translate(26.4935vw,73.337vh) scale(.4667)}to{transform:translate(23.9133vw,99vh) scale(.4667)}}.snow:nth-child(299){opacity:1.0012;transform:translate(57.737vw,-10px) scale(.3615);animation:fall-299 25s -7s linear infinite}@keyframes fall-299{50.902%{transform:translate(50.3989vw,50.902vh) scale(.3615)}to{transform:translate(54.06795vw,99vh) scale(.3615)}}.snow:nth-child(300){opacity:1.9148;transform:translate(65.6375vw,-10px) scale(.4763);animation:fall-300 19s -11s linear infinite}@keyframes fall-300{61.272%{transform:translate(72.04vw,61.272vh) scale(.4763)}to{transform:translate(68.83875vw,99vh) scale(.4763)}}.snow:nth-child(301){opacity:1.4834;transform:translate(45.7563vw,-10px) scale(.7775);animation:fall-301 19s -27s linear infinite}@keyframes fall-301{45.958%{transform:translate(37.7994vw,45.958vh) scale(.7775)}to{transform:translate(41.77785vw,99vh) scale(.7775)}}.snow:nth-child(302){opacity:1.2736;transform:translate(31.7176vw,-10px) scale(.5898);animation:fall-302 28s -18s linear infinite}@keyframes fall-302{32.833%{transform:translate(30.6738vw,32.833vh) scale(.5898)}to{transform:translate(31.1957vw,99vh) scale(.5898)}}.snow:nth-child(303){opacity:1.3596;transform:translate(20.3456vw,-10px) scale(.7794);animation:fall-303 21s -29s linear infinite}@keyframes fall-303{61.121%{transform:translate(18.3381vw,61.121vh) scale(.7794)}to{transform:translate(19.34185vw,99vh) scale(.7794)}}.snow:nth-child(304){opacity:.6306;transform:translate(19.8389vw,-10px) scale(.1335);animation:fall-304 24s -23s linear infinite}@keyframes fall-304{38.263%{transform:translate(14.4484vw,38.263vh) scale(.1335)}to{transform:translate(17.14365vw,99vh) scale(.1335)}}.snow:nth-child(305){opacity:1.2098;transform:translate(84.871vw,-10px) scale(.7985);animation:fall-305 26s -28s linear infinite}@keyframes fall-305{74.785%{transform:translate(83.6838vw,74.785vh) scale(.7985)}to{transform:translate(84.2774vw,99vh) scale(.7985)}}.snow:nth-child(306){opacity:.3492;transform:translate(61.6351vw,-10px) scale(.3154);animation:fall-306 28s -15s linear infinite}@keyframes fall-306{41.395%{transform:translate(60.0868vw,41.395vh) scale(.3154)}to{transform:translate(60.86095vw,99vh) scale(.3154)}}.snow:nth-child(307){opacity:.4382;transform:translate(.4266vw,-10px) scale(.395);animation:fall-307 22s -7s linear infinite}@keyframes fall-307{68.228%{transform:translate(-6.684vw,68.228vh) scale(.395)}to{transform:translate(-3.1287vw,99vh) scale(.395)}}.snow:nth-child(308){opacity:.8138;transform:translate(64.9514vw,-10px) scale(.5621);animation:fall-308 10s -9s linear infinite}@keyframes fall-308{67.198%{transform:translate(61.9943vw,67.198vh) scale(.5621)}to{transform:translate(63.47285vw,99vh) scale(.5621)}}.snow:nth-child(309){opacity:.6014;transform:translate(43.6475vw,-10px) scale(.3081);animation:fall-309 17s -6s linear infinite}@keyframes fall-309{77.462%{transform:translate(47.1774vw,77.462vh) scale(.3081)}to{transform:translate(45.41245vw,99vh) scale(.3081)}}.snow:nth-child(310){opacity:1.4684;transform:translate(44.7744vw,-10px) scale(.9549);animation:fall-310 28s -6s linear infinite}@keyframes fall-310{35.586%{transform:translate(53.357vw,35.586vh) scale(.9549)}to{transform:translate(49.0657vw,99vh) scale(.9549)}}.snow:nth-child(311){opacity:.491;transform:translate(69.0608vw,-10px) scale(.8809);animation:fall-311 25s -9s linear infinite}@keyframes fall-311{75.27%{transform:translate(62.4839vw,75.27vh) scale(.8809)}to{transform:translate(65.77235vw,99vh) scale(.8809)}}.snow:nth-child(312){opacity:.9092;transform:translate(97.5749vw,-10px) scale(.8075);animation:fall-312 26s -29s linear infinite}@keyframes fall-312{79.179%{transform:translate(87.661vw,79.179vh) scale(.8075)}to{transform:translate(92.61795vw,99vh) scale(.8075)}}.snow:nth-child(313){opacity:1.3506;transform:translate(43.2393vw,-10px) scale(.4703);animation:fall-313 18s -26s linear infinite}@keyframes fall-313{57.172%{transform:translate(39.4923vw,57.172vh) scale(.4703)}to{transform:translate(41.3658vw,99vh) scale(.4703)}}.snow:nth-child(314){opacity:1.8502;transform:translate(88.3615vw,-10px) scale(.0806);animation:fall-314 30s -8s linear infinite}@keyframes fall-314{53.026%{transform:translate(83.0647vw,53.026vh) scale(.0806)}to{transform:translate(85.7131vw,99vh) scale(.0806)}}.snow:nth-child(315){opacity:.1804;transform:translate(25.4844vw,-10px) scale(.3636);animation:fall-315 27s -20s linear infinite}@keyframes fall-315{50.957%{transform:translate(29.0459vw,50.957vh) scale(.3636)}to{transform:translate(27.26515vw,99vh) scale(.3636)}}.snow:nth-child(316){opacity:.8614;transform:translate(96.069vw,-10px) scale(.6495);animation:fall-316 10s -4s linear infinite}@keyframes fall-316{42.199%{transform:translate(98.0492vw,42.199vh) scale(.6495)}to{transform:translate(97.0591vw,99vh) scale(.6495)}}.snow:nth-child(317){opacity:1.4528;transform:translate(49.9327vw,-10px) scale(.9551);animation:fall-317 12s -5s linear infinite}@keyframes fall-317{77.18%{transform:translate(58.347vw,77.18vh) scale(.9551)}to{transform:translate(54.13985vw,99vh) scale(.9551)}}.snow:nth-child(318){opacity:1.7036;transform:translate(11.0056vw,-10px) scale(.5744);animation:fall-318 10s -1s linear infinite}@keyframes fall-318{72.52%{transform:translate(15.1001vw,72.52vh) scale(.5744)}to{transform:translate(13.05285vw,99vh) scale(.5744)}}.snow:nth-child(319){opacity:.4232;transform:translate(20.3784vw,-10px) scale(.0017);animation:fall-319 24s -21s linear infinite}@keyframes fall-319{38.833%{transform:translate(29.0724vw,38.833vh) scale(.0017)}to{transform:translate(24.7254vw,99vh) scale(.0017)}}.snow:nth-child(320){opacity:1.5348;transform:translate(10.6776vw,-10px) scale(.9888);animation:fall-320 24s -4s linear infinite}@keyframes fall-320{32.837%{transform:translate(18.1248vw,32.837vh) scale(.9888)}to{transform:translate(14.4012vw,99vh) scale(.9888)}}.snow:nth-child(321){opacity:1.0386;transform:translate(20.3966vw,-10px) scale(.869);animation:fall-321 29s -15s linear infinite}@keyframes fall-321{48.935%{transform:translate(28.2014vw,48.935vh) scale(.869)}to{transform:translate(24.299vw,99vh) scale(.869)}}.snow:nth-child(322){opacity:.8868;transform:translate(93.6407vw,-10px) scale(.5559);animation:fall-322 28s -10s linear infinite}@keyframes fall-322{71.246%{transform:translate(99.2658vw,71.246vh) scale(.5559)}to{transform:translate(96.45325vw,99vh) scale(.5559)}}.snow:nth-child(323){opacity:.5438;transform:translate(45.6034vw,-10px) scale(.4915);animation:fall-323 15s -27s linear infinite}@keyframes fall-323{60.039%{transform:translate(50.6346vw,60.039vh) scale(.4915)}to{transform:translate(48.119vw,99vh) scale(.4915)}}.snow:nth-child(324){opacity:1.1952;transform:translate(73.7713vw,-10px) scale(.8449);animation:fall-324 17s -28s linear infinite}@keyframes fall-324{52.075%{transform:translate(70.1242vw,52.075vh) scale(.8449)}to{transform:translate(71.94775vw,99vh) scale(.8449)}}.snow:nth-child(325){opacity:.3184;transform:translate(84.3547vw,-10px) scale(.2751);animation:fall-325 24s -17s linear infinite}@keyframes fall-325{45.693%{transform:translate(92.8819vw,45.693vh) scale(.2751)}to{transform:translate(88.6183vw,99vh) scale(.2751)}}.snow:nth-child(326){opacity:1.7428;transform:translate(91.6331vw,-10px) scale(.8796);animation:fall-326 15s -9s linear infinite}@keyframes fall-326{45.184%{transform:translate(93.1777vw,45.184vh) scale(.8796)}to{transform:translate(92.4054vw,99vh) scale(.8796)}}.snow:nth-child(327){opacity:.1284;transform:translate(81.9517vw,-10px) scale(.0988);animation:fall-327 19s -28s linear infinite}@keyframes fall-327{30.185%{transform:translate(85.1835vw,30.185vh) scale(.0988)}to{transform:translate(83.5676vw,99vh) scale(.0988)}}.snow:nth-child(328){opacity:.3774;transform:translate(70.2684vw,-10px) scale(.5005);animation:fall-328 22s -8s linear infinite}@keyframes fall-328{78.74%{transform:translate(73.3435vw,78.74vh) scale(.5005)}to{transform:translate(71.80595vw,99vh) scale(.5005)}}.snow:nth-child(329){opacity:1.8582;transform:translate(60.111vw,-10px) scale(.0773);animation:fall-329 25s -29s linear infinite}@keyframes fall-329{54.49%{transform:translate(62.9904vw,54.49vh) scale(.0773)}to{transform:translate(61.5507vw,99vh) scale(.0773)}}.snow:nth-child(330){opacity:1.7476;transform:translate(43.4964vw,-10px) scale(.3445);animation:fall-330 28s -15s linear infinite}@keyframes fall-330{31.457%{transform:translate(46.148vw,31.457vh) scale(.3445)}to{transform:translate(44.8222vw,99vh) scale(.3445)}}.snow:nth-child(331){opacity:.5268;transform:translate(9.848vw,-10px) scale(.0753);animation:fall-331 18s -28s linear infinite}@keyframes fall-331{37.981%{transform:translate(19.2132vw,37.981vh) scale(.0753)}to{transform:translate(14.5306vw,99vh) scale(.0753)}}.snow:nth-child(332){opacity:.3962;transform:translate(73.4878vw,-10px) scale(.1697);animation:fall-332 10s -14s linear infinite}@keyframes fall-332{58.152%{transform:translate(71.4986vw,58.152vh) scale(.1697)}to{transform:translate(72.4932vw,99vh) scale(.1697)}}.snow:nth-child(333){opacity:.3802;transform:translate(73.0454vw,-10px) scale(.2041);animation:fall-333 13s -27s linear infinite}@keyframes fall-333{70.997%{transform:translate(72.8323vw,70.997vh) scale(.2041)}to{transform:translate(72.93885vw,99vh) scale(.2041)}}.snow:nth-child(334){opacity:1.234;transform:translate(35.1369vw,-10px) scale(.5885);animation:fall-334 23s -26s linear infinite}@keyframes fall-334{63.395%{transform:translate(42.6785vw,63.395vh) scale(.5885)}to{transform:translate(38.9077vw,99vh) scale(.5885)}}.snow:nth-child(335){opacity:.3148;transform:translate(83.4777vw,-10px) scale(.43);animation:fall-335 29s -6s linear infinite}@keyframes fall-335{73.304%{transform:translate(88.2729vw,73.304vh) scale(.43)}to{transform:translate(85.8753vw,99vh) scale(.43)}}.snow:nth-child(336){opacity:1.9694;transform:translate(60.153vw,-10px) scale(.2307);animation:fall-336 22s -14s linear infinite}@keyframes fall-336{33.474%{transform:translate(68.3012vw,33.474vh) scale(.2307)}to{transform:translate(64.2271vw,99vh) scale(.2307)}}.snow:nth-child(337){opacity:1.2682;transform:translate(26.3601vw,-10px) scale(.0021);animation:fall-337 15s -17s linear infinite}@keyframes fall-337{52.199%{transform:translate(30.2721vw,52.199vh) scale(.0021)}to{transform:translate(28.3161vw,99vh) scale(.0021)}}.snow:nth-child(338){opacity:1.7242;transform:translate(90.5384vw,-10px) scale(.8781);animation:fall-338 23s -7s linear infinite}@keyframes fall-338{40.494%{transform:translate(91.3415vw,40.494vh) scale(.8781)}to{transform:translate(90.93995vw,99vh) scale(.8781)}}.snow:nth-child(339){opacity:.339;transform:translate(25.8064vw,-10px) scale(.3261);animation:fall-339 26s -10s linear infinite}@keyframes fall-339{63.758%{transform:translate(16.9454vw,63.758vh) scale(.3261)}to{transform:translate(21.3759vw,99vh) scale(.3261)}}.snow:nth-child(340){opacity:1.4568;transform:translate(70.2487vw,-10px) scale(.8652);animation:fall-340 24s -26s linear infinite}@keyframes fall-340{72.586%{transform:translate(77.5684vw,72.586vh) scale(.8652)}to{transform:translate(73.90855vw,99vh) scale(.8652)}}.snow:nth-child(341){opacity:1.5776;transform:translate(79.8852vw,-10px) scale(.9702);animation:fall-341 24s -6s linear infinite}@keyframes fall-341{30.758%{transform:translate(79.5995vw,30.758vh) scale(.9702)}to{transform:translate(79.74235vw,99vh) scale(.9702)}}.snow:nth-child(342){opacity:.8828;transform:translate(9.9515vw,-10px) scale(.4961);animation:fall-342 17s -21s linear infinite}@keyframes fall-342{67.504%{transform:translate(17.2421vw,67.504vh) scale(.4961)}to{transform:translate(13.5968vw,99vh) scale(.4961)}}.snow:nth-child(343){opacity:.6478;transform:translate(44.1788vw,-10px) scale(.235);animation:fall-343 25s -4s linear infinite}@keyframes fall-343{51.961%{transform:translate(35.6167vw,51.961vh) scale(.235)}to{transform:translate(39.89775vw,99vh) scale(.235)}}.snow:nth-child(344){opacity:.0478;transform:translate(25.4804vw,-10px) scale(.4321);animation:fall-344 27s -26s linear infinite}@keyframes fall-344{74.767%{transform:translate(27.1683vw,74.767vh) scale(.4321)}to{transform:translate(26.32435vw,99vh) scale(.4321)}}.snow:nth-child(345){opacity:1.4302;transform:translate(4.7543vw,-10px) scale(.9192);animation:fall-345 25s -8s linear infinite}@keyframes fall-345{42.624%{transform:translate(7.714vw,42.624vh) scale(.9192)}to{transform:translate(6.23415vw,99vh) scale(.9192)}}.snow:nth-child(346){opacity:1.183;transform:translate(71.0661vw,-10px) scale(.5014);animation:fall-346 26s -21s linear infinite}@keyframes fall-346{75.79%{transform:translate(69.8066vw,75.79vh) scale(.5014)}to{transform:translate(70.43635vw,99vh) scale(.5014)}}.snow:nth-child(347){opacity:.6382;transform:translate(25.6333vw,-10px) scale(.503);animation:fall-347 22s -6s linear infinite}@keyframes fall-347{32.377%{transform:translate(19.9622vw,32.377vh) scale(.503)}to{transform:translate(22.79775vw,99vh) scale(.503)}}.snow:nth-child(348){opacity:.4334;transform:translate(61.2556vw,-10px) scale(.8262);animation:fall-348 26s -26s linear infinite}@keyframes fall-348{74.523%{transform:translate(59.7129vw,74.523vh) scale(.8262)}to{transform:translate(60.48425vw,99vh) scale(.8262)}}.snow:nth-child(349){opacity:1.8854;transform:translate(47.8237vw,-10px) scale(.3295);animation:fall-349 10s -22s linear infinite}@keyframes fall-349{63.605%{transform:translate(41.3431vw,63.605vh) scale(.3295)}to{transform:translate(44.5834vw,99vh) scale(.3295)}}.snow:nth-child(350){opacity:.2794;transform:translate(85.5139vw,-10px) scale(.6086);animation:fall-350 26s -8s linear infinite}@keyframes fall-350{73.754%{transform:translate(85.1796vw,73.754vh) scale(.6086)}to{transform:translate(85.34675vw,99vh) scale(.6086)}}.snow:nth-child(351){opacity:.1812;transform:translate(3.654vw,-10px) scale(.664);animation:fall-351 19s -2s linear infinite}@keyframes fall-351{57.248%{transform:translate(-.9086vw,57.248vh) scale(.664)}to{transform:translate(1.3727vw,99vh) scale(.664)}}.snow:nth-child(352){opacity:.5692;transform:translate(60.4229vw,-10px) scale(.7639);animation:fall-352 23s -13s linear infinite}@keyframes fall-352{77.098%{transform:translate(50.5717vw,77.098vh) scale(.7639)}to{transform:translate(55.4973vw,99vh) scale(.7639)}}.snow:nth-child(353){opacity:1.7488;transform:translate(60.9804vw,-10px) scale(.8758);animation:fall-353 25s -8s linear infinite}@keyframes fall-353{55.633%{transform:translate(57.2678vw,55.633vh) scale(.8758)}to{transform:translate(59.1241vw,99vh) scale(.8758)}}.snow:nth-child(354){opacity:.3544;transform:translate(83.481vw,-10px) scale(.431);animation:fall-354 16s -12s linear infinite}@keyframes fall-354{69.51%{transform:translate(91.3515vw,69.51vh) scale(.431)}to{transform:translate(87.41625vw,99vh) scale(.431)}}.snow:nth-child(355){opacity:1.6562;transform:translate(77.9216vw,-10px) scale(.3198);animation:fall-355 16s -13s linear infinite}@keyframes fall-355{53.67%{transform:translate(79.2535vw,53.67vh) scale(.3198)}to{transform:translate(78.58755vw,99vh) scale(.3198)}}.snow:nth-child(356){opacity:1.9914;transform:translate(56.3908vw,-10px) scale(.6443);animation:fall-356 27s -15s linear infinite}@keyframes fall-356{63.184%{transform:translate(57.3104vw,63.184vh) scale(.6443)}to{transform:translate(56.8506vw,99vh) scale(.6443)}}.snow:nth-child(357){opacity:.2976;transform:translate(93.2198vw,-10px) scale(.0525);animation:fall-357 16s -26s linear infinite}@keyframes fall-357{49.578%{transform:translate(88.5907vw,49.578vh) scale(.0525)}to{transform:translate(90.90525vw,99vh) scale(.0525)}}.snow:nth-child(358){opacity:1.1394;transform:translate(36.8931vw,-10px) scale(.4678);animation:fall-358 25s -14s linear infinite}@keyframes fall-358{65.601%{transform:translate(37.4261vw,65.601vh) scale(.4678)}to{transform:translate(37.1596vw,99vh) scale(.4678)}}.snow:nth-child(359){opacity:1.8294;transform:translate(74.3804vw,-10px) scale(.0295);animation:fall-359 30s -5s linear infinite}@keyframes fall-359{64.797%{transform:translate(66.6586vw,64.797vh) scale(.0295)}to{transform:translate(70.5195vw,99vh) scale(.0295)}}.snow:nth-child(360){opacity:.0206;transform:translate(45.1268vw,-10px) scale(.893);animation:fall-360 20s -5s linear infinite}@keyframes fall-360{39.623%{transform:translate(48.8189vw,39.623vh) scale(.893)}to{transform:translate(46.97285vw,99vh) scale(.893)}}.snow:nth-child(361){opacity:.3088;transform:translate(85.6454vw,-10px) scale(.6767);animation:fall-361 25s -22s linear infinite}@keyframes fall-361{37.97%{transform:translate(77.3916vw,37.97vh) scale(.6767)}to{transform:translate(81.5185vw,99vh) scale(.6767)}}.snow:nth-child(362){opacity:1.6698;transform:translate(77.9603vw,-10px) scale(.1515);animation:fall-362 18s -2s linear infinite}@keyframes fall-362{34.488%{transform:translate(77.0998vw,34.488vh) scale(.1515)}to{transform:translate(77.53005vw,99vh) scale(.1515)}}.snow:nth-child(363){opacity:1.9488;transform:translate(53.9714vw,-10px) scale(.6331);animation:fall-363 20s -2s linear infinite}@keyframes fall-363{70.385%{transform:translate(61.068vw,70.385vh) scale(.6331)}to{transform:translate(57.5197vw,99vh) scale(.6331)}}.snow:nth-child(364){opacity:.7288;transform:translate(76.1646vw,-10px) scale(.7495);animation:fall-364 16s -4s linear infinite}@keyframes fall-364{45.094%{transform:translate(84.7594vw,45.094vh) scale(.7495)}to{transform:translate(80.462vw,99vh) scale(.7495)}}.snow:nth-child(365){opacity:1.6566;transform:translate(52.2491vw,-10px) scale(.1091);animation:fall-365 26s -7s linear infinite}@keyframes fall-365{63.134%{transform:translate(60.5166vw,63.134vh) scale(.1091)}to{transform:translate(56.38285vw,99vh) scale(.1091)}}.snow:nth-child(366){opacity:.4918;transform:translate(70.0418vw,-10px) scale(.3562);animation:fall-366 19s -6s linear infinite}@keyframes fall-366{75.367%{transform:translate(63.3937vw,75.367vh) scale(.3562)}to{transform:translate(66.71775vw,99vh) scale(.3562)}}.snow:nth-child(367){opacity:1.5634;transform:translate(47.9502vw,-10px) scale(.6202);animation:fall-367 17s -18s linear infinite}@keyframes fall-367{49.785%{transform:translate(46.1699vw,49.785vh) scale(.6202)}to{transform:translate(47.06005vw,99vh) scale(.6202)}}.snow:nth-child(368){opacity:1.6402;transform:translate(48.505vw,-10px) scale(.3669);animation:fall-368 20s -11s linear infinite}@keyframes fall-368{30.506%{transform:translate(54.8112vw,30.506vh) scale(.3669)}to{transform:translate(51.6581vw,99vh) scale(.3669)}}.snow:nth-child(369){opacity:.7312;transform:translate(5.0437vw,-10px) scale(.6141);animation:fall-369 27s -27s linear infinite}@keyframes fall-369{44.738%{transform:translate(-2.7429vw,44.738vh) scale(.6141)}to{transform:translate(1.1504vw,99vh) scale(.6141)}}.snow:nth-child(370){opacity:1.6576;transform:translate(68.4591vw,-10px) scale(.8649);animation:fall-370 16s -16s linear infinite}@keyframes fall-370{42.881%{transform:translate(67.2702vw,42.881vh) scale(.8649)}to{transform:translate(67.86465vw,99vh) scale(.8649)}}.snow:nth-child(371){opacity:1.3556;transform:translate(88.4225vw,-10px) scale(.1134);animation:fall-371 21s -9s linear infinite}@keyframes fall-371{75.015%{transform:translate(90.9236vw,75.015vh) scale(.1134)}to{transform:translate(89.67305vw,99vh) scale(.1134)}}.snow:nth-child(372){opacity:1.4114;transform:translate(73.0128vw,-10px) scale(.3651);animation:fall-372 25s -21s linear infinite}@keyframes fall-372{49.888%{transform:translate(80.1434vw,49.888vh) scale(.3651)}to{transform:translate(76.5781vw,99vh) scale(.3651)}}.snow:nth-child(373){opacity:.9302;transform:translate(98.0215vw,-10px) scale(.5588);animation:fall-373 29s -7s linear infinite}@keyframes fall-373{53.059%{transform:translate(102.5922vw,53.059vh) scale(.5588)}to{transform:translate(100.30685vw,99vh) scale(.5588)}}.snow:nth-child(374){opacity:.8648;transform:translate(29.448vw,-10px) scale(.2587);animation:fall-374 10s -26s linear infinite}@keyframes fall-374{31.737%{transform:translate(34.9761vw,31.737vh) scale(.2587)}to{transform:translate(32.21205vw,99vh) scale(.2587)}}.snow:nth-child(375){opacity:.4488;transform:translate(55.8981vw,-10px) scale(.5117);animation:fall-375 17s -2s linear infinite}@keyframes fall-375{40.291%{transform:translate(55.9831vw,40.291vh) scale(.5117)}to{transform:translate(55.9406vw,99vh) scale(.5117)}}.snow:nth-child(376){opacity:.4754;transform:translate(63.057vw,-10px) scale(.3702);animation:fall-376 20s -29s linear infinite}@keyframes fall-376{61.992%{transform:translate(66.7177vw,61.992vh) scale(.3702)}to{transform:translate(64.88735vw,99vh) scale(.3702)}}.snow:nth-child(377){opacity:1.5656;transform:translate(13.0954vw,-10px) scale(.0637);animation:fall-377 14s -3s linear infinite}@keyframes fall-377{70.916%{transform:translate(11.8125vw,70.916vh) scale(.0637)}to{transform:translate(12.45395vw,99vh) scale(.0637)}}.snow:nth-child(378){opacity:.4038;transform:translate(5.051vw,-10px) scale(.1038);animation:fall-378 14s -15s linear infinite}@keyframes fall-378{74.282%{transform:translate(11.7318vw,74.282vh) scale(.1038)}to{transform:translate(8.3914vw,99vh) scale(.1038)}}.snow:nth-child(379){opacity:1.0412;transform:translate(91.7829vw,-10px) scale(.5375);animation:fall-379 23s -24s linear infinite}@keyframes fall-379{48.156%{transform:translate(83.8087vw,48.156vh) scale(.5375)}to{transform:translate(87.7958vw,99vh) scale(.5375)}}.snow:nth-child(380){opacity:.7232;transform:translate(76.682vw,-10px) scale(.5257);animation:fall-380 11s -20s linear infinite}@keyframes fall-380{62.667%{transform:translate(82.0331vw,62.667vh) scale(.5257)}to{transform:translate(79.35755vw,99vh) scale(.5257)}}.snow:nth-child(381){opacity:1.1256;transform:translate(48.3382vw,-10px) scale(.2235);animation:fall-381 16s -14s linear infinite}@keyframes fall-381{72.956%{transform:translate(56.3877vw,72.956vh) scale(.2235)}to{transform:translate(52.36295vw,99vh) scale(.2235)}}.snow:nth-child(382){opacity:1.7108;transform:translate(2.2973vw,-10px) scale(.8169);animation:fall-382 29s -18s linear infinite}@keyframes fall-382{37.597%{transform:translate(10.6982vw,37.597vh) scale(.8169)}to{transform:translate(6.49775vw,99vh) scale(.8169)}}.snow:nth-child(383){opacity:1.096;transform:translate(7.7524vw,-10px) scale(.0667);animation:fall-383 26s -7s linear infinite}@keyframes fall-383{57.873%{transform:translate(-1.6825vw,57.873vh) scale(.0667)}to{transform:translate(3.03495vw,99vh) scale(.0667)}}.snow:nth-child(384){opacity:.3544;transform:translate(11.1709vw,-10px) scale(.3281);animation:fall-384 16s -17s linear infinite}@keyframes fall-384{77.324%{transform:translate(15.4406vw,77.324vh) scale(.3281)}to{transform:translate(13.30575vw,99vh) scale(.3281)}}.snow:nth-child(385){opacity:.2532;transform:translate(73.7168vw,-10px) scale(.1351);animation:fall-385 19s -24s linear infinite}@keyframes fall-385{66.023%{transform:translate(67.3027vw,66.023vh) scale(.1351)}to{transform:translate(70.50975vw,99vh) scale(.1351)}}.snow:nth-child(386){opacity:1.7728;transform:translate(34.9021vw,-10px) scale(.1593);animation:fall-386 30s -18s linear infinite}@keyframes fall-386{32.2%{transform:translate(37.2039vw,32.2vh) scale(.1593)}to{transform:translate(36.053vw,99vh) scale(.1593)}}.snow:nth-child(387){opacity:.706;transform:translate(59.0373vw,-10px) scale(.3228);animation:fall-387 14s -11s linear infinite}@keyframes fall-387{48.759%{transform:translate(49.231vw,48.759vh) scale(.3228)}to{transform:translate(54.13415vw,99vh) scale(.3228)}}.snow:nth-child(388){opacity:.428;transform:translate(4.9508vw,-10px) scale(.5846);animation:fall-388 27s -2s linear infinite}@keyframes fall-388{72.582%{transform:translate(6.6827vw,72.582vh) scale(.5846)}to{transform:translate(5.81675vw,99vh) scale(.5846)}}.snow:nth-child(389){opacity:1.8286;transform:translate(68.8905vw,-10px) scale(.7931);animation:fall-389 14s -2s linear infinite}@keyframes fall-389{30.806%{transform:translate(65.7132vw,30.806vh) scale(.7931)}to{transform:translate(67.30185vw,99vh) scale(.7931)}}.snow:nth-child(390){opacity:1.0456;transform:translate(74.1402vw,-10px) scale(.159);animation:fall-390 10s -7s linear infinite}@keyframes fall-390{34.907%{transform:translate(79.5401vw,34.907vh) scale(.159)}to{transform:translate(76.84015vw,99vh) scale(.159)}}.snow:nth-child(391){opacity:.3448;transform:translate(95.278vw,-10px) scale(.0837);animation:fall-391 20s -7s linear infinite}@keyframes fall-391{67.02%{transform:translate(87.1907vw,67.02vh) scale(.0837)}to{transform:translate(91.23435vw,99vh) scale(.0837)}}.snow:nth-child(392){opacity:1.8212;transform:translate(72.7768vw,-10px) scale(.1688);animation:fall-392 17s -10s linear infinite}@keyframes fall-392{66.604%{transform:translate(78.9308vw,66.604vh) scale(.1688)}to{transform:translate(75.8538vw,99vh) scale(.1688)}}.snow:nth-child(393){opacity:1.9914;transform:translate(.6288vw,-10px) scale(.8336);animation:fall-393 30s -17s linear infinite}@keyframes fall-393{65.398%{transform:translate(10.2169vw,65.398vh) scale(.8336)}to{transform:translate(5.42285vw,99vh) scale(.8336)}}.snow:nth-child(394){opacity:1.6398;transform:translate(40.2331vw,-10px) scale(.1554);animation:fall-394 24s -11s linear infinite}@keyframes fall-394{49.294%{transform:translate(47.8962vw,49.294vh) scale(.1554)}to{transform:translate(44.06465vw,99vh) scale(.1554)}}.snow:nth-child(395){opacity:1.45;transform:translate(36.3493vw,-10px) scale(.3922);animation:fall-395 19s -24s linear infinite}@keyframes fall-395{40.84%{transform:translate(39.1679vw,40.84vh) scale(.3922)}to{transform:translate(37.7586vw,99vh) scale(.3922)}}.snow:nth-child(396){opacity:1.7248;transform:translate(54.2164vw,-10px) scale(.2678);animation:fall-396 18s -5s linear infinite}@keyframes fall-396{79.982%{transform:translate(56.4089vw,79.982vh) scale(.2678)}to{transform:translate(55.31265vw,99vh) scale(.2678)}}.snow:nth-child(397){opacity:.8306;transform:translate(65.1611vw,-10px) scale(.954);animation:fall-397 29s -18s linear infinite}@keyframes fall-397{39.291%{transform:translate(57.1604vw,39.291vh) scale(.954)}to{transform:translate(61.16075vw,99vh) scale(.954)}}.snow:nth-child(398){opacity:.6588;transform:translate(88.1938vw,-10px) scale(.3384);animation:fall-398 17s -8s linear infinite}@keyframes fall-398{76.762%{transform:translate(85.6684vw,76.762vh) scale(.3384)}to{transform:translate(86.9311vw,99vh) scale(.3384)}}.snow:nth-child(399){opacity:.5696;transform:translate(57.7238vw,-10px) scale(.201);animation:fall-399 10s -1s linear infinite}@keyframes fall-399{71.499%{transform:translate(54.9644vw,71.499vh) scale(.201)}to{transform:translate(56.3441vw,99vh) scale(.201)}}.snow:nth-child(400){opacity:.4276;transform:translate(7.143vw,-10px) scale(.7271);animation:fall-400 14s -10s linear infinite}@keyframes fall-400{38.03%{transform:translate(14.8694vw,38.03vh) scale(.7271)}to{transform:translate(11.0062vw,99vh) scale(.7271)}}\n"] }]
101
+ args: [{ selector: 'app-root', encapsulation: ViewEncapsulation.None, standalone: false, template: "@if(_state.christmasTime() && _state.graphicEffects()){\r\n @for(i of snows; track i){\r\n <div class=\"snow\"></div>\r\n }\r\n}\r\n\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{-webkit-animation:progress-bar-stripes 1s linear infinite;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;-webkit-box-shadow:1px 1px 5px 0px rgba(0,0,0,.25);-moz-box-shadow:1px 1px 5px 0px rgba(0,0,0,.25);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:#024a8880}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:#2d922d80}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:#248dad80}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:#f79a1780}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:#bf172580}.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:#0006}.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:#0003}.card.overlay .card-img{border-radius:0;-webkit-filter:brightness(100%);-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-webkit-filter:brightness(80%);-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{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);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:#024a88cc!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:#024a8880;border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:#024a88f2!important;border-color:#024a88f2!important}.btn-success{background:#2d922dcc;border-color:#2d922dcc}.btn-success.medium-opacity{background:#2d922d80;border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:#2d922df2!important;border-color:#2d922df2!important}.btn-info{background:#248dadcc;border-color:#248dadcc}.btn-info.medium-opacity{background:#248dad80;border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:#248dadf2!important;border-color:#248dadf2!important}.btn-warning{background:#f79a17cc;border-color:#f79a17cc}.btn-warning.medium-opacity{background:#f79a1780;border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:#f79a17f2!important;border-color:#f79a17f2!important}.btn-danger{background:#bf1725cc;border-color:#bf1725cc}.btn-danger.medium-opacity{background:#bf172580;border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:#bf1725f2!important;border-color:#bf1725f2!important}.btn-dark{background:#000c;border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:#00000080;border-color:#0000001a}.btn-dark:hover{background:#000;border-color:#000}.btn-dark:active{background:#000000f2!important;border-color:#000000f2!important}.btn-main{background:#242d3acc;border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:#242d3a80;border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:#242d3af2!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:#2d922d80;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:#555555b3}.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:#555555b3}.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:#ffffff1a 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:#024a8880!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:#2d922d80!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:#f79a1780!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:#bf172580!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:#242d3a80!important}.bg-dark{background:#000!important}.bg-dark.medium-opacity{background:#00000080!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}}.es-table{padding:15px;background-color:#fff;border:1px solid #cbd5e1;border-radius:5px}.app-btn-search{border:1px solid #cbd5e1!important;border-radius:5px!important}.ngx-contextmenu .dropdown-menu{border-radius:5px!important}.simple-tab-content,.simple-tab-selected{background-color:#fff}.p-overlay.p-component{z-index:999999999!important}.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}::-webkit-input-placeholder{color:#aaa!important}:-moz-placeholder{color:#aaa!important;opacity:1!important}::-moz-placeholder{color:#aaa!important;opacity:1!important}:-ms-input-placeholder{color:#aaa!important}::-ms-input-placeholder{color:#aaa!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{-moz-transform:scale(1,-1);-webkit-transform:scale(1,-1);-o-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scaleY(-1)}.app-flip-x{-moz-transform:scale(-1,1);-webkit-transform:scale(-1,1);-o-transform:scale(-1,1);-ms-transform:scale(-1,1);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:#ff323233;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:#fff;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}.m-b-min-1{margin-bottom:-1px}.m-b-min-2{margin-bottom:-2px}.m-b-min-3{margin-bottom:-3px}.m-b-min-5{margin-bottom:-5px}.m-b-min-6{margin-bottom:-6px}.m-b-min-10{margin-bottom:-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:#00000080 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:#ededed;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{margin-top:20px;padding-left:0!important}.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}.es-card{padding:15px;background-color:#fff;border:1px solid #cbd5e1;border-radius:5px}.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;-moz-user-select:none!important;-ms-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:#ccc}::-webkit-scrollbar-thumb:active{background:#888}::-webkit-scrollbar-track{background:#666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666}::-webkit-scrollbar-track:active{background:#333}::-webkit-scrollbar-corner{background:transparent}.transition{-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;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%}}.snow{position:absolute;width:10px;height:10px;background:#fff;border-radius:50%}.snow:nth-child(1){opacity:.8002;transform:translate(34.1957vw,-10px) scale(.3524);animation:fall-1 19s -18s linear infinite}@keyframes fall-1{40.819%{transform:translate(38.9797vw,40.819vh) scale(.3524)}to{transform:translate(36.5877vw,99vh) scale(.3524)}}.snow:nth-child(2){opacity:1.474;transform:translate(11.305vw,-10px) scale(.0031);animation:fall-2 13s -24s linear infinite}@keyframes fall-2{70.637%{transform:translate(11.0411vw,70.637vh) scale(.0031)}to{transform:translate(11.17305vw,99vh) scale(.0031)}}.snow:nth-child(3){opacity:1.424;transform:translate(.3605vw,-10px) scale(.6236);animation:fall-3 15s -29s linear infinite}@keyframes fall-3{35.048%{transform:translate(.0135vw,35.048vh) scale(.6236)}to{transform:translate(.187vw,99vh) scale(.6236)}}.snow:nth-child(4){opacity:.9224;transform:translate(41.589vw,-10px) scale(.3977);animation:fall-4 21s -14s linear infinite}@keyframes fall-4{56.64%{transform:translate(32.0088vw,56.64vh) scale(.3977)}to{transform:translate(36.7989vw,99vh) scale(.3977)}}.snow:nth-child(5){opacity:1.8432;transform:translate(67.1674vw,-10px) scale(.9376);animation:fall-5 24s -15s linear infinite}@keyframes fall-5{78.186%{transform:translate(66.4396vw,78.186vh) scale(.9376)}to{transform:translate(66.8035vw,99vh) scale(.9376)}}.snow:nth-child(6){opacity:.5566;transform:translate(35.41vw,-10px) scale(.0937);animation:fall-6 18s -3s linear infinite}@keyframes fall-6{63.212%{transform:translate(34.8895vw,63.212vh) scale(.0937)}to{transform:translate(35.14975vw,99vh) scale(.0937)}}.snow:nth-child(7){opacity:.4518;transform:translate(45.93vw,-10px) scale(.9278);animation:fall-7 26s -30s linear infinite}@keyframes fall-7{35.394%{transform:translate(41.1918vw,35.394vh) scale(.9278)}to{transform:translate(43.5609vw,99vh) scale(.9278)}}.snow:nth-child(8){opacity:1.8322;transform:translate(3.0157vw,-10px) scale(.8959);animation:fall-8 27s -22s linear infinite}@keyframes fall-8{77.239%{transform:translate(2.8806vw,77.239vh) scale(.8959)}to{transform:translate(2.94815vw,99vh) scale(.8959)}}.snow:nth-child(9){opacity:1.23;transform:translate(83.9431vw,-10px) scale(.312);animation:fall-9 11s -27s linear infinite}@keyframes fall-9{64.789%{transform:translate(84.8755vw,64.789vh) scale(.312)}to{transform:translate(84.4093vw,99vh) scale(.312)}}.snow:nth-child(10){opacity:.0552;transform:translate(75.7601vw,-10px) scale(.7716);animation:fall-10 22s -15s linear infinite}@keyframes fall-10{32.772%{transform:translate(74.0946vw,32.772vh) scale(.7716)}to{transform:translate(74.92735vw,99vh) scale(.7716)}}.snow:nth-child(11){opacity:1.482;transform:translate(32.9983vw,-10px) scale(.2969);animation:fall-11 22s -26s linear infinite}@keyframes fall-11{74.055%{transform:translate(26.462vw,74.055vh) scale(.2969)}to{transform:translate(29.73015vw,99vh) scale(.2969)}}.snow:nth-child(12){opacity:.725;transform:translate(7.2127vw,-10px) scale(.7389);animation:fall-12 19s -29s linear infinite}@keyframes fall-12{42.735%{transform:translate(3.5073vw,42.735vh) scale(.7389)}to{transform:translate(5.36vw,99vh) scale(.7389)}}.snow:nth-child(13){opacity:1.856;transform:translate(32.8668vw,-10px) scale(.0474);animation:fall-13 19s -17s linear infinite}@keyframes fall-13{76.487%{transform:translate(26.8462vw,76.487vh) scale(.0474)}to{transform:translate(29.8565vw,99vh) scale(.0474)}}.snow:nth-child(14){opacity:.548;transform:translate(48.6378vw,-10px) scale(.8872);animation:fall-14 13s -20s linear infinite}@keyframes fall-14{77.558%{transform:translate(41.655vw,77.558vh) scale(.8872)}to{transform:translate(45.1464vw,99vh) scale(.8872)}}.snow:nth-child(15){opacity:.5574;transform:translate(37.6062vw,-10px) scale(.9782);animation:fall-15 28s -9s linear infinite}@keyframes fall-15{71.854%{transform:translate(38.4647vw,71.854vh) scale(.9782)}to{transform:translate(38.03545vw,99vh) scale(.9782)}}.snow:nth-child(16){opacity:1.0634;transform:translate(18.2382vw,-10px) scale(.4663);animation:fall-16 26s -26s linear infinite}@keyframes fall-16{71.972%{transform:translate(17.1206vw,71.972vh) scale(.4663)}to{transform:translate(17.6794vw,99vh) scale(.4663)}}.snow:nth-child(17){opacity:.2726;transform:translate(11.3379vw,-10px) scale(.2124);animation:fall-17 17s -18s linear infinite}@keyframes fall-17{68.657%{transform:translate(19.1927vw,68.657vh) scale(.2124)}to{transform:translate(15.2653vw,99vh) scale(.2124)}}.snow:nth-child(18){opacity:1.4404;transform:translate(45.5765vw,-10px) scale(.562);animation:fall-18 12s -18s linear infinite}@keyframes fall-18{73.933%{transform:translate(43.8314vw,73.933vh) scale(.562)}to{transform:translate(44.70395vw,99vh) scale(.562)}}.snow:nth-child(19){opacity:1.075;transform:translate(48.6929vw,-10px) scale(.3191);animation:fall-19 21s -14s linear infinite}@keyframes fall-19{49.49%{transform:translate(47.038vw,49.49vh) scale(.3191)}to{transform:translate(47.86545vw,99vh) scale(.3191)}}.snow:nth-child(20){opacity:1.274;transform:translate(93.5603vw,-10px) scale(.3621);animation:fall-20 27s -9s linear infinite}@keyframes fall-20{66.601%{transform:translate(95.1581vw,66.601vh) scale(.3621)}to{transform:translate(94.3592vw,99vh) scale(.3621)}}.snow:nth-child(21){opacity:1.3702;transform:translate(58.7897vw,-10px) scale(.9626);animation:fall-21 16s -28s linear infinite}@keyframes fall-21{43.361%{transform:translate(50.6002vw,43.361vh) scale(.9626)}to{transform:translate(54.69495vw,99vh) scale(.9626)}}.snow:nth-child(22){opacity:1.8832;transform:translate(77.7351vw,-10px) scale(.6057);animation:fall-22 25s -26s linear infinite}@keyframes fall-22{66.849%{transform:translate(74.8239vw,66.849vh) scale(.6057)}to{transform:translate(76.2795vw,99vh) scale(.6057)}}.snow:nth-child(23){opacity:1.6544;transform:translate(28.5878vw,-10px) scale(.4146);animation:fall-23 10s -10s linear infinite}@keyframes fall-23{76.802%{transform:translate(22.8632vw,76.802vh) scale(.4146)}to{transform:translate(25.7255vw,99vh) scale(.4146)}}.snow:nth-child(24){opacity:1.1268;transform:translate(6.9914vw,-10px) scale(.6711);animation:fall-24 23s -13s linear infinite}@keyframes fall-24{76.829%{transform:translate(2.3362vw,76.829vh) scale(.6711)}to{transform:translate(4.6638vw,99vh) scale(.6711)}}.snow:nth-child(25){opacity:.667;transform:translate(74.7095vw,-10px) scale(.6384);animation:fall-25 21s -17s linear infinite}@keyframes fall-25{34.245%{transform:translate(81.2374vw,34.245vh) scale(.6384)}to{transform:translate(77.97345vw,99vh) scale(.6384)}}.snow:nth-child(26){opacity:1.1766;transform:translate(24.3004vw,-10px) scale(.3182);animation:fall-26 10s -2s linear infinite}@keyframes fall-26{73.819%{transform:translate(24.2402vw,73.819vh) scale(.3182)}to{transform:translate(24.2703vw,99vh) scale(.3182)}}.snow:nth-child(27){opacity:1.898;transform:translate(49.4894vw,-10px) scale(.4468);animation:fall-27 11s -25s linear infinite}@keyframes fall-27{52.463%{transform:translate(52.2626vw,52.463vh) scale(.4468)}to{transform:translate(50.876vw,99vh) scale(.4468)}}.snow:nth-child(28){opacity:.887;transform:translate(30.578vw,-10px) scale(.692);animation:fall-28 25s -13s linear infinite}@keyframes fall-28{70.88%{transform:translate(32.6314vw,70.88vh) scale(.692)}to{transform:translate(31.6047vw,99vh) scale(.692)}}.snow:nth-child(29){opacity:.0168;transform:translate(45.3709vw,-10px) scale(.5641);animation:fall-29 21s -4s linear infinite}@keyframes fall-29{37.123%{transform:translate(49.7921vw,37.123vh) scale(.5641)}to{transform:translate(47.5815vw,99vh) scale(.5641)}}.snow:nth-child(30){opacity:.5082;transform:translate(20.9931vw,-10px) scale(.5045);animation:fall-30 11s -25s linear infinite}@keyframes fall-30{67.09%{transform:translate(14.1999vw,67.09vh) scale(.5045)}to{transform:translate(17.5965vw,99vh) scale(.5045)}}.snow:nth-child(31){opacity:.4966;transform:translate(9.8031vw,-10px) scale(.04);animation:fall-31 30s -5s linear infinite}@keyframes fall-31{71.085%{transform:translate(4.8488vw,71.085vh) scale(.04)}to{transform:translate(7.32595vw,99vh) scale(.04)}}.snow:nth-child(32){opacity:.8062;transform:translate(60.5895vw,-10px) scale(.7243);animation:fall-32 25s -2s linear infinite}@keyframes fall-32{65.845%{transform:translate(69.0823vw,65.845vh) scale(.7243)}to{transform:translate(64.8359vw,99vh) scale(.7243)}}.snow:nth-child(33){opacity:.3336;transform:translate(29.6765vw,-10px) scale(.0217);animation:fall-33 12s -24s linear infinite}@keyframes fall-33{34.697%{transform:translate(26.3385vw,34.697vh) scale(.0217)}to{transform:translate(28.0075vw,99vh) scale(.0217)}}.snow:nth-child(34){opacity:1.9112;transform:translate(79.7581vw,-10px) scale(.9928);animation:fall-34 12s -29s linear infinite}@keyframes fall-34{70.928%{transform:translate(69.9269vw,70.928vh) scale(.9928)}to{transform:translate(74.8425vw,99vh) scale(.9928)}}.snow:nth-child(35){opacity:1.1026;transform:translate(12.6332vw,-10px) scale(.05);animation:fall-35 30s -28s linear infinite}@keyframes fall-35{42.59%{transform:translate(14.419vw,42.59vh) scale(.05)}to{transform:translate(13.5261vw,99vh) scale(.05)}}.snow:nth-child(36){opacity:.6488;transform:translate(63.9959vw,-10px) scale(.8679);animation:fall-36 12s -25s linear infinite}@keyframes fall-36{66.795%{transform:translate(66.7971vw,66.795vh) scale(.8679)}to{transform:translate(65.3965vw,99vh) scale(.8679)}}.snow:nth-child(37){opacity:1.8622;transform:translate(69.8213vw,-10px) scale(.2562);animation:fall-37 27s -23s linear infinite}@keyframes fall-37{62.497%{transform:translate(69.4921vw,62.497vh) scale(.2562)}to{transform:translate(69.6567vw,99vh) scale(.2562)}}.snow:nth-child(38){opacity:1.3338;transform:translate(87.9362vw,-10px) scale(.2273);animation:fall-38 18s -12s linear infinite}@keyframes fall-38{39.02%{transform:translate(78.1789vw,39.02vh) scale(.2273)}to{transform:translate(83.05755vw,99vh) scale(.2273)}}.snow:nth-child(39){opacity:1.5674;transform:translate(59.8257vw,-10px) scale(.8668);animation:fall-39 12s -16s linear infinite}@keyframes fall-39{54.92%{transform:translate(51.0823vw,54.92vh) scale(.8668)}to{transform:translate(55.454vw,99vh) scale(.8668)}}.snow:nth-child(40){opacity:.3918;transform:translate(69.8048vw,-10px) scale(.4664);animation:fall-40 12s -14s linear infinite}@keyframes fall-40{44.645%{transform:translate(73.3519vw,44.645vh) scale(.4664)}to{transform:translate(71.57835vw,99vh) scale(.4664)}}.snow:nth-child(41){opacity:.836;transform:translate(7.017vw,-10px) scale(.1293);animation:fall-41 11s -28s linear infinite}@keyframes fall-41{57.948%{transform:translate(12.4936vw,57.948vh) scale(.1293)}to{transform:translate(9.7553vw,99vh) scale(.1293)}}.snow:nth-child(42){opacity:.9422;transform:translate(86.6985vw,-10px) scale(.5052);animation:fall-42 16s -23s linear infinite}@keyframes fall-42{66.193%{transform:translate(81.5926vw,66.193vh) scale(.5052)}to{transform:translate(84.14555vw,99vh) scale(.5052)}}.snow:nth-child(43){opacity:1.8488;transform:translate(88.2623vw,-10px) scale(.1654);animation:fall-43 21s -10s linear infinite}@keyframes fall-43{49.597%{transform:translate(97.0816vw,49.597vh) scale(.1654)}to{transform:translate(92.67195vw,99vh) scale(.1654)}}.snow:nth-child(44){opacity:1.0372;transform:translate(30.5744vw,-10px) scale(.4725);animation:fall-44 17s -2s linear infinite}@keyframes fall-44{72.923%{transform:translate(35.9853vw,72.923vh) scale(.4725)}to{transform:translate(33.27985vw,99vh) scale(.4725)}}.snow:nth-child(45){opacity:.0072;transform:translate(86.5105vw,-10px) scale(.8697);animation:fall-45 11s -19s linear infinite}@keyframes fall-45{40.031%{transform:translate(94.3396vw,40.031vh) scale(.8697)}to{transform:translate(90.42505vw,99vh) scale(.8697)}}.snow:nth-child(46){opacity:1.2462;transform:translate(55.0838vw,-10px) scale(.4628);animation:fall-46 22s -7s linear infinite}@keyframes fall-46{34.318%{transform:translate(61.9899vw,34.318vh) scale(.4628)}to{transform:translate(58.53685vw,99vh) scale(.4628)}}.snow:nth-child(47){opacity:1.4098;transform:translate(50.3679vw,-10px) scale(.933);animation:fall-47 21s -28s linear infinite}@keyframes fall-47{38.713%{transform:translate(56.1373vw,38.713vh) scale(.933)}to{transform:translate(53.2526vw,99vh) scale(.933)}}.snow:nth-child(48){opacity:.133;transform:translate(30.1506vw,-10px) scale(.4321);animation:fall-48 26s -4s linear infinite}@keyframes fall-48{76.026%{transform:translate(34.196vw,76.026vh) scale(.4321)}to{transform:translate(32.1733vw,99vh) scale(.4321)}}.snow:nth-child(49){opacity:.897;transform:translate(54.8164vw,-10px) scale(.1287);animation:fall-49 15s -23s linear infinite}@keyframes fall-49{59.548%{transform:translate(58.6508vw,59.548vh) scale(.1287)}to{transform:translate(56.7336vw,99vh) scale(.1287)}}.snow:nth-child(50){opacity:1.9744;transform:translate(20.8293vw,-10px) scale(.5286);animation:fall-50 28s -6s linear infinite}@keyframes fall-50{73.116%{transform:translate(28.823vw,73.116vh) scale(.5286)}to{transform:translate(24.82615vw,99vh) scale(.5286)}}.snow:nth-child(51){opacity:1.2296;transform:translate(11.4725vw,-10px) scale(.2402);animation:fall-51 30s -10s linear infinite}@keyframes fall-51{46.467%{transform:translate(15.7043vw,46.467vh) scale(.2402)}to{transform:translate(13.5884vw,99vh) scale(.2402)}}.snow:nth-child(52){opacity:.6744;transform:translate(17.823vw,-10px) scale(.2973);animation:fall-52 15s -7s linear infinite}@keyframes fall-52{32.258%{transform:translate(23.146vw,32.258vh) scale(.2973)}to{transform:translate(20.4845vw,99vh) scale(.2973)}}.snow:nth-child(53){opacity:.6578;transform:translate(25.0497vw,-10px) scale(.093);animation:fall-53 14s -12s linear infinite}@keyframes fall-53{50.154%{transform:translate(16.1853vw,50.154vh) scale(.093)}to{transform:translate(20.6175vw,99vh) scale(.093)}}.snow:nth-child(54){opacity:1.8956;transform:translate(15.1099vw,-10px) scale(.0969);animation:fall-54 23s -22s linear infinite}@keyframes fall-54{41.399%{transform:translate(6.8578vw,41.399vh) scale(.0969)}to{transform:translate(10.98385vw,99vh) scale(.0969)}}.snow:nth-child(55){opacity:.762;transform:translate(29.1878vw,-10px) scale(.0237);animation:fall-55 13s -19s linear infinite}@keyframes fall-55{71.171%{transform:translate(28.4756vw,71.171vh) scale(.0237)}to{transform:translate(28.8317vw,99vh) scale(.0237)}}.snow:nth-child(56){opacity:1.7518;transform:translate(88.5074vw,-10px) scale(.5239);animation:fall-56 11s -14s linear infinite}@keyframes fall-56{69.842%{transform:translate(87.0255vw,69.842vh) scale(.5239)}to{transform:translate(87.76645vw,99vh) scale(.5239)}}.snow:nth-child(57){opacity:.075;transform:translate(76.1431vw,-10px) scale(.733);animation:fall-57 26s -21s linear infinite}@keyframes fall-57{32.149%{transform:translate(69.5286vw,32.149vh) scale(.733)}to{transform:translate(72.83585vw,99vh) scale(.733)}}.snow:nth-child(58){opacity:1.6244;transform:translate(83.4635vw,-10px) scale(.7366);animation:fall-58 16s -22s linear infinite}@keyframes fall-58{56.752%{transform:translate(74.8778vw,56.752vh) scale(.7366)}to{transform:translate(79.17065vw,99vh) scale(.7366)}}.snow:nth-child(59){opacity:1.0514;transform:translate(75.434vw,-10px) scale(.6355);animation:fall-59 30s -15s linear infinite}@keyframes fall-59{56.337%{transform:translate(85.2372vw,56.337vh) scale(.6355)}to{transform:translate(80.3356vw,99vh) scale(.6355)}}.snow:nth-child(60){opacity:.1802;transform:translate(34.5598vw,-10px) scale(.6349);animation:fall-60 28s -19s linear infinite}@keyframes fall-60{72.922%{transform:translate(40.1687vw,72.922vh) scale(.6349)}to{transform:translate(37.36425vw,99vh) scale(.6349)}}.snow:nth-child(61){opacity:.3832;transform:translate(84.0184vw,-10px) scale(.2598);animation:fall-61 15s -20s linear infinite}@keyframes fall-61{32.346%{transform:translate(86.887vw,32.346vh) scale(.2598)}to{transform:translate(85.4527vw,99vh) scale(.2598)}}.snow:nth-child(62){opacity:.5512;transform:translate(91.4033vw,-10px) scale(.822);animation:fall-62 12s -4s linear infinite}@keyframes fall-62{59.642%{transform:translate(89.2268vw,59.642vh) scale(.822)}to{transform:translate(90.31505vw,99vh) scale(.822)}}.snow:nth-child(63){opacity:1.9694;transform:translate(97.0932vw,-10px) scale(.2978);animation:fall-63 10s -10s linear infinite}@keyframes fall-63{36.763%{transform:translate(99.7482vw,36.763vh) scale(.2978)}to{transform:translate(98.4207vw,99vh) scale(.2978)}}.snow:nth-child(64){opacity:.2838;transform:translate(2.5843vw,-10px) scale(.5348);animation:fall-64 19s -16s linear infinite}@keyframes fall-64{47.403%{transform:translate(-5.0883vw,47.403vh) scale(.5348)}to{transform:translate(-1.252vw,99vh) scale(.5348)}}.snow:nth-child(65){opacity:.2694;transform:translate(32.0502vw,-10px) scale(.7677);animation:fall-65 11s -21s linear infinite}@keyframes fall-65{68.123%{transform:translate(35.3505vw,68.123vh) scale(.7677)}to{transform:translate(33.70035vw,99vh) scale(.7677)}}.snow:nth-child(66){opacity:1.2922;transform:translate(96.886vw,-10px) scale(.701);animation:fall-66 13s -15s linear infinite}@keyframes fall-66{31.874%{transform:translate(87.4426vw,31.874vh) scale(.701)}to{transform:translate(92.1643vw,99vh) scale(.701)}}.snow:nth-child(67){opacity:1.6224;transform:translate(30.1816vw,-10px) scale(.9568);animation:fall-67 25s -8s linear infinite}@keyframes fall-67{55.38%{transform:translate(36.7992vw,55.38vh) scale(.9568)}to{transform:translate(33.4904vw,99vh) scale(.9568)}}.snow:nth-child(68){opacity:.9594;transform:translate(79.3179vw,-10px) scale(.1346);animation:fall-68 30s -17s linear infinite}@keyframes fall-68{54.055%{transform:translate(89.0222vw,54.055vh) scale(.1346)}to{transform:translate(84.17005vw,99vh) scale(.1346)}}.snow:nth-child(69){opacity:1.6552;transform:translate(34.8338vw,-10px) scale(.0394);animation:fall-69 21s -18s linear infinite}@keyframes fall-69{36.507%{transform:translate(26.7167vw,36.507vh) scale(.0394)}to{transform:translate(30.77525vw,99vh) scale(.0394)}}.snow:nth-child(70){opacity:1.1892;transform:translate(51.702vw,-10px) scale(.8562);animation:fall-70 15s -1s linear infinite}@keyframes fall-70{47.503%{transform:translate(57.9704vw,47.503vh) scale(.8562)}to{transform:translate(54.8362vw,99vh) scale(.8562)}}.snow:nth-child(71){opacity:1.3704;transform:translate(65.7992vw,-10px) scale(.5537);animation:fall-71 14s -17s linear infinite}@keyframes fall-71{37.606%{transform:translate(68.3942vw,37.606vh) scale(.5537)}to{transform:translate(67.0967vw,99vh) scale(.5537)}}.snow:nth-child(72){opacity:.509;transform:translate(59.6422vw,-10px) scale(.1892);animation:fall-72 30s -25s linear infinite}@keyframes fall-72{71.442%{transform:translate(65.9808vw,71.442vh) scale(.1892)}to{transform:translate(62.8115vw,99vh) scale(.1892)}}.snow:nth-child(73){opacity:1.2608;transform:translate(1.6753vw,-10px) scale(.4831);animation:fall-73 28s -15s linear infinite}@keyframes fall-73{56.376%{transform:translate(4.6591vw,56.376vh) scale(.4831)}to{transform:translate(3.1672vw,99vh) scale(.4831)}}.snow:nth-child(74){opacity:.4736;transform:translate(87.3975vw,-10px) scale(.5567);animation:fall-74 18s -14s linear infinite}@keyframes fall-74{45.3%{transform:translate(96.7478vw,45.3vh) scale(.5567)}to{transform:translate(92.07265vw,99vh) scale(.5567)}}.snow:nth-child(75){opacity:1.6536;transform:translate(59.513vw,-10px) scale(.271);animation:fall-75 11s -22s linear infinite}@keyframes fall-75{70.45%{transform:translate(65.5566vw,70.45vh) scale(.271)}to{transform:translate(62.5348vw,99vh) scale(.271)}}.snow:nth-child(76){opacity:.4252;transform:translate(70.6255vw,-10px) scale(.7521);animation:fall-76 27s -6s linear infinite}@keyframes fall-76{44.599%{transform:translate(69.7695vw,44.599vh) scale(.7521)}to{transform:translate(70.1975vw,99vh) scale(.7521)}}.snow:nth-child(77){opacity:.4456;transform:translate(30.6747vw,-10px) scale(.6316);animation:fall-77 16s -22s linear infinite}@keyframes fall-77{61.605%{transform:translate(35.8698vw,61.605vh) scale(.6316)}to{transform:translate(33.27225vw,99vh) scale(.6316)}}.snow:nth-child(78){opacity:.7836;transform:translate(51.1666vw,-10px) scale(.7279);animation:fall-78 26s -7s linear infinite}@keyframes fall-78{73.627%{transform:translate(49.1418vw,73.627vh) scale(.7279)}to{transform:translate(50.1542vw,99vh) scale(.7279)}}.snow:nth-child(79){opacity:1.2808;transform:translate(52.7292vw,-10px) scale(.0293);animation:fall-79 19s -20s linear infinite}@keyframes fall-79{66.652%{transform:translate(51.0828vw,66.652vh) scale(.0293)}to{transform:translate(51.906vw,99vh) scale(.0293)}}.snow:nth-child(80){opacity:.5472;transform:translate(75.1107vw,-10px) scale(.4892);animation:fall-80 18s -30s linear infinite}@keyframes fall-80{66.476%{transform:translate(73.1753vw,66.476vh) scale(.4892)}to{transform:translate(74.143vw,99vh) scale(.4892)}}.snow:nth-child(81){opacity:.5708;transform:translate(16.9589vw,-10px) scale(.3092);animation:fall-81 15s -14s linear infinite}@keyframes fall-81{42.954%{transform:translate(16.658vw,42.954vh) scale(.3092)}to{transform:translate(16.80845vw,99vh) scale(.3092)}}.snow:nth-child(82){opacity:1.1654;transform:translate(26.5039vw,-10px) scale(.4035);animation:fall-82 11s -3s linear infinite}@keyframes fall-82{65.924%{transform:translate(33.7664vw,65.924vh) scale(.4035)}to{transform:translate(30.13515vw,99vh) scale(.4035)}}.snow:nth-child(83){opacity:1.4224;transform:translate(68.9176vw,-10px) scale(.1426);animation:fall-83 12s -15s linear infinite}@keyframes fall-83{52.625%{transform:translate(71.7352vw,52.625vh) scale(.1426)}to{transform:translate(70.3264vw,99vh) scale(.1426)}}.snow:nth-child(84){opacity:1.3552;transform:translate(42.5973vw,-10px) scale(.9473);animation:fall-84 21s -16s linear infinite}@keyframes fall-84{75.76%{transform:translate(45.092vw,75.76vh) scale(.9473)}to{transform:translate(43.84465vw,99vh) scale(.9473)}}.snow:nth-child(85){opacity:.8636;transform:translate(50.503vw,-10px) scale(.4611);animation:fall-85 10s -12s linear infinite}@keyframes fall-85{61.704%{transform:translate(56.8741vw,61.704vh) scale(.4611)}to{transform:translate(53.68855vw,99vh) scale(.4611)}}.snow:nth-child(86){opacity:1.7754;transform:translate(14.6313vw,-10px) scale(.6377);animation:fall-86 24s -18s linear infinite}@keyframes fall-86{53.424%{transform:translate(13.2692vw,53.424vh) scale(.6377)}to{transform:translate(13.95025vw,99vh) scale(.6377)}}.snow:nth-child(87){opacity:.0802;transform:translate(51.1552vw,-10px) scale(.1555);animation:fall-87 22s -29s linear infinite}@keyframes fall-87{68.356%{transform:translate(54.8586vw,68.356vh) scale(.1555)}to{transform:translate(53.0069vw,99vh) scale(.1555)}}.snow:nth-child(88){opacity:1.0862;transform:translate(49.9146vw,-10px) scale(.3637);animation:fall-88 16s -28s linear infinite}@keyframes fall-88{72.601%{transform:translate(49.2106vw,72.601vh) scale(.3637)}to{transform:translate(49.5626vw,99vh) scale(.3637)}}.snow:nth-child(89){opacity:1.1234;transform:translate(72.7237vw,-10px) scale(.3774);animation:fall-89 10s -16s linear infinite}@keyframes fall-89{69.736%{transform:translate(68.3033vw,69.736vh) scale(.3774)}to{transform:translate(70.5135vw,99vh) scale(.3774)}}.snow:nth-child(90){opacity:.8138;transform:translate(18.9485vw,-10px) scale(.9945);animation:fall-90 12s -29s linear infinite}@keyframes fall-90{59.434%{transform:translate(23.0533vw,59.434vh) scale(.9945)}to{transform:translate(21.0009vw,99vh) scale(.9945)}}.snow:nth-child(91){opacity:.6096;transform:translate(77.2172vw,-10px) scale(.0522);animation:fall-91 29s -9s linear infinite}@keyframes fall-91{31.899%{transform:translate(82.1673vw,31.899vh) scale(.0522)}to{transform:translate(79.69225vw,99vh) scale(.0522)}}.snow:nth-child(92){opacity:.8112;transform:translate(16.5758vw,-10px) scale(.0013);animation:fall-92 17s -6s linear infinite}@keyframes fall-92{57.771%{transform:translate(6.7597vw,57.771vh) scale(.0013)}to{transform:translate(11.66775vw,99vh) scale(.0013)}}.snow:nth-child(93){opacity:1.126;transform:translate(26.4485vw,-10px) scale(.2136);animation:fall-93 12s -15s linear infinite}@keyframes fall-93{54.051%{transform:translate(31.8367vw,54.051vh) scale(.2136)}to{transform:translate(29.1426vw,99vh) scale(.2136)}}.snow:nth-child(94){opacity:1.469;transform:translate(12.2863vw,-10px) scale(.1737);animation:fall-94 10s -4s linear infinite}@keyframes fall-94{62.131%{transform:translate(16.5849vw,62.131vh) scale(.1737)}to{transform:translate(14.4356vw,99vh) scale(.1737)}}.snow:nth-child(95){opacity:1.7472;transform:translate(6.1622vw,-10px) scale(.8112);animation:fall-95 11s -26s linear infinite}@keyframes fall-95{48.707%{transform:translate(5.2332vw,48.707vh) scale(.8112)}to{transform:translate(5.6977vw,99vh) scale(.8112)}}.snow:nth-child(96){opacity:1.7144;transform:translate(59.9642vw,-10px) scale(.5041);animation:fall-96 29s -8s linear infinite}@keyframes fall-96{60.358%{transform:translate(58.2877vw,60.358vh) scale(.5041)}to{transform:translate(59.12595vw,99vh) scale(.5041)}}.snow:nth-child(97){opacity:.1036;transform:translate(49.5865vw,-10px) scale(.2161);animation:fall-97 23s -2s linear infinite}@keyframes fall-97{59.327%{transform:translate(44.3759vw,59.327vh) scale(.2161)}to{transform:translate(46.9812vw,99vh) scale(.2161)}}.snow:nth-child(98){opacity:.3924;transform:translate(89.7484vw,-10px) scale(.1157);animation:fall-98 25s -18s linear infinite}@keyframes fall-98{60.737%{transform:translate(95.9082vw,60.737vh) scale(.1157)}to{transform:translate(92.8283vw,99vh) scale(.1157)}}.snow:nth-child(99){opacity:1.9648;transform:translate(22.5912vw,-10px) scale(.8711);animation:fall-99 27s -19s linear infinite}@keyframes fall-99{51.071%{transform:translate(31.912vw,51.071vh) scale(.8711)}to{transform:translate(27.2516vw,99vh) scale(.8711)}}.snow:nth-child(100){opacity:1.485;transform:translate(71.4184vw,-10px) scale(.2149);animation:fall-100 25s -13s linear infinite}@keyframes fall-100{46.202%{transform:translate(72.3714vw,46.202vh) scale(.2149)}to{transform:translate(71.8949vw,99vh) scale(.2149)}}.snow:nth-child(101){opacity:.3524;transform:translate(49.6866vw,-10px) scale(.2667);animation:fall-101 30s -6s linear infinite}@keyframes fall-101{78.755%{transform:translate(52.1441vw,78.755vh) scale(.2667)}to{transform:translate(50.91535vw,99vh) scale(.2667)}}.snow:nth-child(102){opacity:1.797;transform:translate(34.7259vw,-10px) scale(.4196);animation:fall-102 16s -16s linear infinite}@keyframes fall-102{59.992%{transform:translate(34.6567vw,59.992vh) scale(.4196)}to{transform:translate(34.6913vw,99vh) scale(.4196)}}.snow:nth-child(103){opacity:.961;transform:translate(6.8276vw,-10px) scale(.5806);animation:fall-103 10s -26s linear infinite}@keyframes fall-103{30.516%{transform:translate(10.6999vw,30.516vh) scale(.5806)}to{transform:translate(8.76375vw,99vh) scale(.5806)}}.snow:nth-child(104){opacity:.2178;transform:translate(62.0874vw,-10px) scale(.159);animation:fall-104 30s -22s linear infinite}@keyframes fall-104{76.66%{transform:translate(59.7618vw,76.66vh) scale(.159)}to{transform:translate(60.9246vw,99vh) scale(.159)}}.snow:nth-child(105){opacity:1.3554;transform:translate(58.3457vw,-10px) scale(.8275);animation:fall-105 19s -18s linear infinite}@keyframes fall-105{53.097%{transform:translate(60.4682vw,53.097vh) scale(.8275)}to{transform:translate(59.40695vw,99vh) scale(.8275)}}.snow:nth-child(106){opacity:.6784;transform:translate(30.5948vw,-10px) scale(.4555);animation:fall-106 23s -14s linear infinite}@keyframes fall-106{47.658%{transform:translate(28.1241vw,47.658vh) scale(.4555)}to{transform:translate(29.35945vw,99vh) scale(.4555)}}.snow:nth-child(107){opacity:1.487;transform:translate(11.9404vw,-10px) scale(.1591);animation:fall-107 29s -11s linear infinite}@keyframes fall-107{69.821%{transform:translate(20.3729vw,69.821vh) scale(.1591)}to{transform:translate(16.15665vw,99vh) scale(.1591)}}.snow:nth-child(108){opacity:1.5394;transform:translate(98.1273vw,-10px) scale(.9396);animation:fall-108 30s -4s linear infinite}@keyframes fall-108{76.36%{transform:translate(90.4667vw,76.36vh) scale(.9396)}to{transform:translate(94.297vw,99vh) scale(.9396)}}.snow:nth-child(109){opacity:1.2036;transform:translate(25.4934vw,-10px) scale(.5067);animation:fall-109 11s -20s linear infinite}@keyframes fall-109{34.11%{transform:translate(20.408vw,34.11vh) scale(.5067)}to{transform:translate(22.9507vw,99vh) scale(.5067)}}.snow:nth-child(110){opacity:1.2484;transform:translate(10.3772vw,-10px) scale(.5539);animation:fall-110 25s -25s linear infinite}@keyframes fall-110{40.104%{transform:translate(14.8858vw,40.104vh) scale(.5539)}to{transform:translate(12.6315vw,99vh) scale(.5539)}}.snow:nth-child(111){opacity:.92;transform:translate(98.5246vw,-10px) scale(.2626);animation:fall-111 30s -28s linear infinite}@keyframes fall-111{33.895%{transform:translate(102.6278vw,33.895vh) scale(.2626)}to{transform:translate(100.5762vw,99vh) scale(.2626)}}.snow:nth-child(112){opacity:.7218;transform:translate(47.108vw,-10px) scale(.7693);animation:fall-112 14s -9s linear infinite}@keyframes fall-112{67.31%{transform:translate(46.2094vw,67.31vh) scale(.7693)}to{transform:translate(46.6587vw,99vh) scale(.7693)}}.snow:nth-child(113){opacity:.665;transform:translate(66.1346vw,-10px) scale(.0594);animation:fall-113 30s -13s linear infinite}@keyframes fall-113{67.961%{transform:translate(66.3578vw,67.961vh) scale(.0594)}to{transform:translate(66.2462vw,99vh) scale(.0594)}}.snow:nth-child(114){opacity:.5354;transform:translate(5.1413vw,-10px) scale(.0776);animation:fall-114 10s -30s linear infinite}@keyframes fall-114{76.582%{transform:translate(1.6192vw,76.582vh) scale(.0776)}to{transform:translate(3.38025vw,99vh) scale(.0776)}}.snow:nth-child(115){opacity:1.1008;transform:translate(29.8348vw,-10px) scale(.5936);animation:fall-115 13s -10s linear infinite}@keyframes fall-115{45.422%{transform:translate(35.1128vw,45.422vh) scale(.5936)}to{transform:translate(32.4738vw,99vh) scale(.5936)}}.snow:nth-child(116){opacity:.5308;transform:translate(58.3239vw,-10px) scale(.0705);animation:fall-116 24s -17s linear infinite}@keyframes fall-116{79.759%{transform:translate(48.5117vw,79.759vh) scale(.0705)}to{transform:translate(53.4178vw,99vh) scale(.0705)}}.snow:nth-child(117){opacity:1.2076;transform:translate(64.5684vw,-10px) scale(.0689);animation:fall-117 16s -4s linear infinite}@keyframes fall-117{45.528%{transform:translate(56.9078vw,45.528vh) scale(.0689)}to{transform:translate(60.7381vw,99vh) scale(.0689)}}.snow:nth-child(118){opacity:.2336;transform:translate(87.3032vw,-10px) scale(.8704);animation:fall-118 27s -19s linear infinite}@keyframes fall-118{73.204%{transform:translate(79.4844vw,73.204vh) scale(.8704)}to{transform:translate(83.3938vw,99vh) scale(.8704)}}.snow:nth-child(119){opacity:.1322;transform:translate(6.5904vw,-10px) scale(.704);animation:fall-119 26s -11s linear infinite}@keyframes fall-119{72.852%{transform:translate(6.9702vw,72.852vh) scale(.704)}to{transform:translate(6.7803vw,99vh) scale(.704)}}.snow:nth-child(120){opacity:.2518;transform:translate(43.112vw,-10px) scale(.6198);animation:fall-120 12s -10s linear infinite}@keyframes fall-120{52.683%{transform:translate(45.6201vw,52.683vh) scale(.6198)}to{transform:translate(44.36605vw,99vh) scale(.6198)}}.snow:nth-child(121){opacity:1.2726;transform:translate(85.9994vw,-10px) scale(.6543);animation:fall-121 27s -3s linear infinite}@keyframes fall-121{77.207%{transform:translate(89.7911vw,77.207vh) scale(.6543)}to{transform:translate(87.89525vw,99vh) scale(.6543)}}.snow:nth-child(122){opacity:1.5276;transform:translate(8.3141vw,-10px) scale(.9471);animation:fall-122 13s -18s linear infinite}@keyframes fall-122{37.786%{transform:translate(.957vw,37.786vh) scale(.9471)}to{transform:translate(4.63555vw,99vh) scale(.9471)}}.snow:nth-child(123){opacity:.2472;transform:translate(58.4658vw,-10px) scale(.1638);animation:fall-123 25s -27s linear infinite}@keyframes fall-123{45.082%{transform:translate(64.139vw,45.082vh) scale(.1638)}to{transform:translate(61.3024vw,99vh) scale(.1638)}}.snow:nth-child(124){opacity:.8586;transform:translate(65.9587vw,-10px) scale(.8656);animation:fall-124 19s -30s linear infinite}@keyframes fall-124{56.84%{transform:translate(67.9782vw,56.84vh) scale(.8656)}to{transform:translate(66.96845vw,99vh) scale(.8656)}}.snow:nth-child(125){opacity:1.8018;transform:translate(4.3047vw,-10px) scale(.4254);animation:fall-125 20s -1s linear infinite}@keyframes fall-125{34.114%{transform:translate(-2.5423vw,34.114vh) scale(.4254)}to{transform:translate(.8812vw,99vh) scale(.4254)}}.snow:nth-child(126){opacity:.1146;transform:translate(30.2285vw,-10px) scale(.5328);animation:fall-126 13s -28s linear infinite}@keyframes fall-126{76.939%{transform:translate(32.6606vw,76.939vh) scale(.5328)}to{transform:translate(31.44455vw,99vh) scale(.5328)}}.snow:nth-child(127){opacity:.1644;transform:translate(17.6251vw,-10px) scale(.5035);animation:fall-127 14s -25s linear infinite}@keyframes fall-127{53.936%{transform:translate(20.0698vw,53.936vh) scale(.5035)}to{transform:translate(18.84745vw,99vh) scale(.5035)}}.snow:nth-child(128){opacity:.3804;transform:translate(5.562vw,-10px) scale(.974);animation:fall-128 19s -11s linear infinite}@keyframes fall-128{71.187%{transform:translate(2.3558vw,71.187vh) scale(.974)}to{transform:translate(3.9589vw,99vh) scale(.974)}}.snow:nth-child(129){opacity:1.216;transform:translate(91.6388vw,-10px) scale(.4439);animation:fall-129 25s -4s linear infinite}@keyframes fall-129{48.967%{transform:translate(100.9701vw,48.967vh) scale(.4439)}to{transform:translate(96.30445vw,99vh) scale(.4439)}}.snow:nth-child(130){opacity:1.149;transform:translate(60.2657vw,-10px) scale(.8462);animation:fall-130 23s -22s linear infinite}@keyframes fall-130{53.05%{transform:translate(60.2973vw,53.05vh) scale(.8462)}to{transform:translate(60.2815vw,99vh) scale(.8462)}}.snow:nth-child(131){opacity:.1942;transform:translate(78.8638vw,-10px) scale(.2082);animation:fall-131 15s -1s linear infinite}@keyframes fall-131{37.489%{transform:translate(77.921vw,37.489vh) scale(.2082)}to{transform:translate(78.3924vw,99vh) scale(.2082)}}.snow:nth-child(132){opacity:1.5038;transform:translate(19.0239vw,-10px) scale(.0293);animation:fall-132 19s -9s linear infinite}@keyframes fall-132{49.905%{transform:translate(9.9574vw,49.905vh) scale(.0293)}to{transform:translate(14.49065vw,99vh) scale(.0293)}}.snow:nth-child(133){opacity:.8082;transform:translate(14.1786vw,-10px) scale(.7301);animation:fall-133 18s -8s linear infinite}@keyframes fall-133{54.202%{transform:translate(18.0933vw,54.202vh) scale(.7301)}to{transform:translate(16.13595vw,99vh) scale(.7301)}}.snow:nth-child(134){opacity:.1876;transform:translate(84.9188vw,-10px) scale(.6622);animation:fall-134 15s -9s linear infinite}@keyframes fall-134{69.79%{transform:translate(76.4597vw,69.79vh) scale(.6622)}to{transform:translate(80.68925vw,99vh) scale(.6622)}}.snow:nth-child(135){opacity:.0714;transform:translate(28.3198vw,-10px) scale(.5605);animation:fall-135 26s -9s linear infinite}@keyframes fall-135{76.777%{transform:translate(34.0803vw,76.777vh) scale(.5605)}to{transform:translate(31.20005vw,99vh) scale(.5605)}}.snow:nth-child(136){opacity:1.7056;transform:translate(65.0209vw,-10px) scale(.699);animation:fall-136 25s -7s linear infinite}@keyframes fall-136{31.841%{transform:translate(60.7814vw,31.841vh) scale(.699)}to{transform:translate(62.90115vw,99vh) scale(.699)}}.snow:nth-child(137){opacity:.3436;transform:translate(16.3785vw,-10px) scale(.0888);animation:fall-137 30s -3s linear infinite}@keyframes fall-137{66.497%{transform:translate(8.0452vw,66.497vh) scale(.0888)}to{transform:translate(12.21185vw,99vh) scale(.0888)}}.snow:nth-child(138){opacity:.115;transform:translate(54.5421vw,-10px) scale(.8894);animation:fall-138 26s -8s linear infinite}@keyframes fall-138{38.17%{transform:translate(56.5936vw,38.17vh) scale(.8894)}to{transform:translate(55.56785vw,99vh) scale(.8894)}}.snow:nth-child(139){opacity:1.617;transform:translate(33.8012vw,-10px) scale(.7244);animation:fall-139 14s -24s linear infinite}@keyframes fall-139{32.92%{transform:translate(24.4202vw,32.92vh) scale(.7244)}to{transform:translate(29.1107vw,99vh) scale(.7244)}}.snow:nth-child(140){opacity:.9428;transform:translate(62.725vw,-10px) scale(.3392);animation:fall-140 23s -23s linear infinite}@keyframes fall-140{65.43%{transform:translate(63.1372vw,65.43vh) scale(.3392)}to{transform:translate(62.9311vw,99vh) scale(.3392)}}.snow:nth-child(141){opacity:.0054;transform:translate(22.1027vw,-10px) scale(.9213);animation:fall-141 21s -14s linear infinite}@keyframes fall-141{79.945%{transform:translate(30.0459vw,79.945vh) scale(.9213)}to{transform:translate(26.0743vw,99vh) scale(.9213)}}.snow:nth-child(142){opacity:.0938;transform:translate(86.0239vw,-10px) scale(.3782);animation:fall-142 22s -7s linear infinite}@keyframes fall-142{44.638%{transform:translate(82.9344vw,44.638vh) scale(.3782)}to{transform:translate(84.47915vw,99vh) scale(.3782)}}.snow:nth-child(143){opacity:1.5058;transform:translate(99.3827vw,-10px) scale(.5453);animation:fall-143 12s -11s linear infinite}@keyframes fall-143{50.937%{transform:translate(95.0669vw,50.937vh) scale(.5453)}to{transform:translate(97.2248vw,99vh) scale(.5453)}}.snow:nth-child(144){opacity:1.1284;transform:translate(66.1517vw,-10px) scale(.591);animation:fall-144 18s -30s linear infinite}@keyframes fall-144{33.334%{transform:translate(68.0758vw,33.334vh) scale(.591)}to{transform:translate(67.11375vw,99vh) scale(.591)}}.snow:nth-child(145){opacity:1.0038;transform:translate(53.7839vw,-10px) scale(.5531);animation:fall-145 28s -26s linear infinite}@keyframes fall-145{47.862%{transform:translate(44.9979vw,47.862vh) scale(.5531)}to{transform:translate(49.3909vw,99vh) scale(.5531)}}.snow:nth-child(146){opacity:1.7404;transform:translate(93.4675vw,-10px) scale(.7518);animation:fall-146 15s -29s linear infinite}@keyframes fall-146{72.427%{transform:translate(96.2331vw,72.427vh) scale(.7518)}to{transform:translate(94.8503vw,99vh) scale(.7518)}}.snow:nth-child(147){opacity:1.7594;transform:translate(38.3247vw,-10px) scale(.824);animation:fall-147 14s -20s linear infinite}@keyframes fall-147{39.78%{transform:translate(34.5264vw,39.78vh) scale(.824)}to{transform:translate(36.42555vw,99vh) scale(.824)}}.snow:nth-child(148){opacity:1.7012;transform:translate(66.8166vw,-10px) scale(.0914);animation:fall-148 22s -2s linear infinite}@keyframes fall-148{47.212%{transform:translate(57.0629vw,47.212vh) scale(.0914)}to{transform:translate(61.93975vw,99vh) scale(.0914)}}.snow:nth-child(149){opacity:1.7108;transform:translate(15.3878vw,-10px) scale(.5083);animation:fall-149 24s -17s linear infinite}@keyframes fall-149{47.647%{transform:translate(15.216vw,47.647vh) scale(.5083)}to{transform:translate(15.3019vw,99vh) scale(.5083)}}.snow:nth-child(150){opacity:.4574;transform:translate(18.4667vw,-10px) scale(.2734);animation:fall-150 30s -23s linear infinite}@keyframes fall-150{63.32%{transform:translate(11.1373vw,63.32vh) scale(.2734)}to{transform:translate(14.802vw,99vh) scale(.2734)}}.snow:nth-child(151){opacity:.5482;transform:translate(88.2414vw,-10px) scale(.4837);animation:fall-151 23s -29s linear infinite}@keyframes fall-151{38.038%{transform:translate(78.6066vw,38.038vh) scale(.4837)}to{transform:translate(83.424vw,99vh) scale(.4837)}}.snow:nth-child(152){opacity:1.2854;transform:translate(49.0969vw,-10px) scale(.0668);animation:fall-152 23s -7s linear infinite}@keyframes fall-152{61.276%{transform:translate(39.9644vw,61.276vh) scale(.0668)}to{transform:translate(44.53065vw,99vh) scale(.0668)}}.snow:nth-child(153){opacity:.6564;transform:translate(84.7367vw,-10px) scale(.6934);animation:fall-153 29s -13s linear infinite}@keyframes fall-153{70.054%{transform:translate(90.1836vw,70.054vh) scale(.6934)}to{transform:translate(87.46015vw,99vh) scale(.6934)}}.snow:nth-child(154){opacity:1.878;transform:translate(91.8359vw,-10px) scale(.966);animation:fall-154 13s -23s linear infinite}@keyframes fall-154{31.129%{transform:translate(84.9908vw,31.129vh) scale(.966)}to{transform:translate(88.41335vw,99vh) scale(.966)}}.snow:nth-child(155){opacity:1.7848;transform:translate(85.7377vw,-10px) scale(.6458);animation:fall-155 25s -4s linear infinite}@keyframes fall-155{77.774%{transform:translate(90.9534vw,77.774vh) scale(.6458)}to{transform:translate(88.34555vw,99vh) scale(.6458)}}.snow:nth-child(156){opacity:.9974;transform:translate(20.5046vw,-10px) scale(.3915);animation:fall-156 28s -4s linear infinite}@keyframes fall-156{78.235%{transform:translate(14.8399vw,78.235vh) scale(.3915)}to{transform:translate(17.67225vw,99vh) scale(.3915)}}.snow:nth-child(157){opacity:1.751;transform:translate(58.9064vw,-10px) scale(.5025);animation:fall-157 18s -22s linear infinite}@keyframes fall-157{55.221%{transform:translate(63.3883vw,55.221vh) scale(.5025)}to{transform:translate(61.14735vw,99vh) scale(.5025)}}.snow:nth-child(158){opacity:1.7344;transform:translate(27.6212vw,-10px) scale(.1692);animation:fall-158 13s -18s linear infinite}@keyframes fall-158{78.255%{transform:translate(24.925vw,78.255vh) scale(.1692)}to{transform:translate(26.2731vw,99vh) scale(.1692)}}.snow:nth-child(159){opacity:1.9966;transform:translate(16.8076vw,-10px) scale(.3126);animation:fall-159 16s -30s linear infinite}@keyframes fall-159{71.266%{transform:translate(15.3363vw,71.266vh) scale(.3126)}to{transform:translate(16.07195vw,99vh) scale(.3126)}}.snow:nth-child(160){opacity:1.8534;transform:translate(21.213vw,-10px) scale(.3713);animation:fall-160 25s -11s linear infinite}@keyframes fall-160{35.136%{transform:translate(14.2846vw,35.136vh) scale(.3713)}to{transform:translate(17.7488vw,99vh) scale(.3713)}}.snow:nth-child(161){opacity:.228;transform:translate(14.6474vw,-10px) scale(.5111);animation:fall-161 19s -5s linear infinite}@keyframes fall-161{31.415%{transform:translate(8.2132vw,31.415vh) scale(.5111)}to{transform:translate(11.4303vw,99vh) scale(.5111)}}.snow:nth-child(162){opacity:1.6928;transform:translate(75.7517vw,-10px) scale(.4618);animation:fall-162 25s -13s linear infinite}@keyframes fall-162{52.518%{transform:translate(71.5251vw,52.518vh) scale(.4618)}to{transform:translate(73.6384vw,99vh) scale(.4618)}}.snow:nth-child(163){opacity:1.4118;transform:translate(.1978vw,-10px) scale(.3056);animation:fall-163 25s -11s linear infinite}@keyframes fall-163{66.831%{transform:translate(-.4471vw,66.831vh) scale(.3056)}to{transform:translate(-.12465vw,99vh) scale(.3056)}}.snow:nth-child(164){opacity:.3166;transform:translate(38.766vw,-10px) scale(.4728);animation:fall-164 26s -2s linear infinite}@keyframes fall-164{69.395%{transform:translate(40.9972vw,69.395vh) scale(.4728)}to{transform:translate(39.8816vw,99vh) scale(.4728)}}.snow:nth-child(165){opacity:.2788;transform:translate(91.0732vw,-10px) scale(.872);animation:fall-165 13s -8s linear infinite}@keyframes fall-165{53.244%{transform:translate(95.3056vw,53.244vh) scale(.872)}to{transform:translate(93.1894vw,99vh) scale(.872)}}.snow:nth-child(166){opacity:.8334;transform:translate(81.0764vw,-10px) scale(.4996);animation:fall-166 30s -19s linear infinite}@keyframes fall-166{52.212%{transform:translate(84.9919vw,52.212vh) scale(.4996)}to{transform:translate(83.03415vw,99vh) scale(.4996)}}.snow:nth-child(167){opacity:.496;transform:translate(30.0255vw,-10px) scale(.7805);animation:fall-167 26s -28s linear infinite}@keyframes fall-167{34.518%{transform:translate(38.5695vw,34.518vh) scale(.7805)}to{transform:translate(34.2975vw,99vh) scale(.7805)}}.snow:nth-child(168){opacity:1.8962;transform:translate(58.8722vw,-10px) scale(.7556);animation:fall-168 15s -25s linear infinite}@keyframes fall-168{79.85%{transform:translate(50.1164vw,79.85vh) scale(.7556)}to{transform:translate(54.4943vw,99vh) scale(.7556)}}.snow:nth-child(169){opacity:.4708;transform:translate(27.9518vw,-10px) scale(.1069);animation:fall-169 11s -19s linear infinite}@keyframes fall-169{79.291%{transform:translate(30.3766vw,79.291vh) scale(.1069)}to{transform:translate(29.1642vw,99vh) scale(.1069)}}.snow:nth-child(170){opacity:1.0222;transform:translate(75.1408vw,-10px) scale(.2854);animation:fall-170 22s -19s linear infinite}@keyframes fall-170{65.283%{transform:translate(75.3109vw,65.283vh) scale(.2854)}to{transform:translate(75.22585vw,99vh) scale(.2854)}}.snow:nth-child(171){opacity:1.4266;transform:translate(30.435vw,-10px) scale(.8798);animation:fall-171 21s -17s linear infinite}@keyframes fall-171{74.851%{transform:translate(35.7248vw,74.851vh) scale(.8798)}to{transform:translate(33.0799vw,99vh) scale(.8798)}}.snow:nth-child(172){opacity:1.5222;transform:translate(57.6105vw,-10px) scale(.7704);animation:fall-172 17s -5s linear infinite}@keyframes fall-172{37.766%{transform:translate(67.064vw,37.766vh) scale(.7704)}to{transform:translate(62.33725vw,99vh) scale(.7704)}}.snow:nth-child(173){opacity:.115;transform:translate(83.4675vw,-10px) scale(.5296);animation:fall-173 22s -10s linear infinite}@keyframes fall-173{30.939%{transform:translate(91.3124vw,30.939vh) scale(.5296)}to{transform:translate(87.38995vw,99vh) scale(.5296)}}.snow:nth-child(174){opacity:.327;transform:translate(92.3192vw,-10px) scale(.7362);animation:fall-174 30s -27s linear infinite}@keyframes fall-174{48.26%{transform:translate(83.1039vw,48.26vh) scale(.7362)}to{transform:translate(87.71155vw,99vh) scale(.7362)}}.snow:nth-child(175){opacity:.703;transform:translate(53.9196vw,-10px) scale(.0798);animation:fall-175 23s -20s linear infinite}@keyframes fall-175{38.026%{transform:translate(59.1589vw,38.026vh) scale(.0798)}to{transform:translate(56.53925vw,99vh) scale(.0798)}}.snow:nth-child(176){opacity:.1366;transform:translate(98.0232vw,-10px) scale(.2992);animation:fall-176 11s -11s linear infinite}@keyframes fall-176{40.217%{transform:translate(92.7015vw,40.217vh) scale(.2992)}to{transform:translate(95.36235vw,99vh) scale(.2992)}}.snow:nth-child(177){opacity:1.0978;transform:translate(40.2381vw,-10px) scale(.6575);animation:fall-177 20s -2s linear infinite}@keyframes fall-177{72.047%{transform:translate(41.9428vw,72.047vh) scale(.6575)}to{transform:translate(41.09045vw,99vh) scale(.6575)}}.snow:nth-child(178){opacity:.2006;transform:translate(31.5311vw,-10px) scale(.2664);animation:fall-178 22s -19s linear infinite}@keyframes fall-178{49.441%{transform:translate(27.0114vw,49.441vh) scale(.2664)}to{transform:translate(29.27125vw,99vh) scale(.2664)}}.snow:nth-child(179){opacity:.3128;transform:translate(75.7809vw,-10px) scale(.4773);animation:fall-179 29s -17s linear infinite}@keyframes fall-179{69.256%{transform:translate(82.8478vw,69.256vh) scale(.4773)}to{transform:translate(79.31435vw,99vh) scale(.4773)}}.snow:nth-child(180){opacity:1.7308;transform:translate(35.8053vw,-10px) scale(.4603);animation:fall-180 29s -2s linear infinite}@keyframes fall-180{67.412%{transform:translate(42.3875vw,67.412vh) scale(.4603)}to{transform:translate(39.0964vw,99vh) scale(.4603)}}.snow:nth-child(181){opacity:1.2966;transform:translate(37.2303vw,-10px) scale(.9022);animation:fall-181 10s -16s linear infinite}@keyframes fall-181{73.193%{transform:translate(43.4893vw,73.193vh) scale(.9022)}to{transform:translate(40.3598vw,99vh) scale(.9022)}}.snow:nth-child(182){opacity:.7494;transform:translate(28.7191vw,-10px) scale(.8661);animation:fall-182 18s -19s linear infinite}@keyframes fall-182{47.41%{transform:translate(29.9661vw,47.41vh) scale(.8661)}to{transform:translate(29.3426vw,99vh) scale(.8661)}}.snow:nth-child(183){opacity:1.6196;transform:translate(35.2134vw,-10px) scale(.1458);animation:fall-183 19s -25s linear infinite}@keyframes fall-183{50.773%{transform:translate(36.8643vw,50.773vh) scale(.1458)}to{transform:translate(36.03885vw,99vh) scale(.1458)}}.snow:nth-child(184){opacity:.717;transform:translate(47.775vw,-10px) scale(.7782);animation:fall-184 15s -26s linear infinite}@keyframes fall-184{74.516%{transform:translate(40.0782vw,74.516vh) scale(.7782)}to{transform:translate(43.9266vw,99vh) scale(.7782)}}.snow:nth-child(185){opacity:1.4652;transform:translate(79.9214vw,-10px) scale(.4719);animation:fall-185 21s -12s linear infinite}@keyframes fall-185{75.216%{transform:translate(83.4676vw,75.216vh) scale(.4719)}to{transform:translate(81.6945vw,99vh) scale(.4719)}}.snow:nth-child(186){opacity:1.3152;transform:translate(44.5726vw,-10px) scale(.3472);animation:fall-186 19s -10s linear infinite}@keyframes fall-186{67.099%{transform:translate(47.9293vw,67.099vh) scale(.3472)}to{transform:translate(46.25095vw,99vh) scale(.3472)}}.snow:nth-child(187){opacity:.5438;transform:translate(63.7473vw,-10px) scale(.8219);animation:fall-187 29s -22s linear infinite}@keyframes fall-187{46.068%{transform:translate(63.3236vw,46.068vh) scale(.8219)}to{transform:translate(63.53545vw,99vh) scale(.8219)}}.snow:nth-child(188){opacity:.5116;transform:translate(28.1013vw,-10px) scale(.2143);animation:fall-188 18s -4s linear infinite}@keyframes fall-188{40.637%{transform:translate(36.7517vw,40.637vh) scale(.2143)}to{transform:translate(32.4265vw,99vh) scale(.2143)}}.snow:nth-child(189){opacity:1.566;transform:translate(27.8325vw,-10px) scale(.1764);animation:fall-189 10s -15s linear infinite}@keyframes fall-189{76.824%{transform:translate(37.4902vw,76.824vh) scale(.1764)}to{transform:translate(32.66135vw,99vh) scale(.1764)}}.snow:nth-child(190){opacity:1.3638;transform:translate(69.2159vw,-10px) scale(.5717);animation:fall-190 15s -27s linear infinite}@keyframes fall-190{67.323%{transform:translate(75.2286vw,67.323vh) scale(.5717)}to{transform:translate(72.22225vw,99vh) scale(.5717)}}.snow:nth-child(191){opacity:.2564;transform:translate(22.7444vw,-10px) scale(.2211);animation:fall-191 28s -19s linear infinite}@keyframes fall-191{34.981%{transform:translate(18.305vw,34.981vh) scale(.2211)}to{transform:translate(20.5247vw,99vh) scale(.2211)}}.snow:nth-child(192){opacity:.0152;transform:translate(73.0318vw,-10px) scale(.6936);animation:fall-192 19s -26s linear infinite}@keyframes fall-192{45.673%{transform:translate(79.0448vw,45.673vh) scale(.6936)}to{transform:translate(76.0383vw,99vh) scale(.6936)}}.snow:nth-child(193){opacity:1.6768;transform:translate(23.464vw,-10px) scale(.8258);animation:fall-193 26s -6s linear infinite}@keyframes fall-193{52.28%{transform:translate(31.4178vw,52.28vh) scale(.8258)}to{transform:translate(27.4409vw,99vh) scale(.8258)}}.snow:nth-child(194){opacity:1.1896;transform:translate(75.8689vw,-10px) scale(.1315);animation:fall-194 22s -7s linear infinite}@keyframes fall-194{76.952%{transform:translate(84.3972vw,76.952vh) scale(.1315)}to{transform:translate(80.13305vw,99vh) scale(.1315)}}.snow:nth-child(195){opacity:1.7204;transform:translate(87.7777vw,-10px) scale(.7493);animation:fall-195 20s -3s linear infinite}@keyframes fall-195{73.424%{transform:translate(87.9191vw,73.424vh) scale(.7493)}to{transform:translate(87.8484vw,99vh) scale(.7493)}}.snow:nth-child(196){opacity:1.32;transform:translate(2.9825vw,-10px) scale(.4053);animation:fall-196 15s -26s linear infinite}@keyframes fall-196{76.157%{transform:translate(-.1951vw,76.157vh) scale(.4053)}to{transform:translate(1.3937vw,99vh) scale(.4053)}}.snow:nth-child(197){opacity:.684;transform:translate(18.2211vw,-10px) scale(.0839);animation:fall-197 18s -18s linear infinite}@keyframes fall-197{41.883%{transform:translate(14.2589vw,41.883vh) scale(.0839)}to{transform:translate(16.24vw,99vh) scale(.0839)}}.snow:nth-child(198){opacity:.6312;transform:translate(40.3061vw,-10px) scale(.1125);animation:fall-198 23s -18s linear infinite}@keyframes fall-198{58.934%{transform:translate(46.8244vw,58.934vh) scale(.1125)}to{transform:translate(43.56525vw,99vh) scale(.1125)}}.snow:nth-child(199){opacity:.976;transform:translate(71.2386vw,-10px) scale(.4569);animation:fall-199 21s -22s linear infinite}@keyframes fall-199{70.398%{transform:translate(66.3744vw,70.398vh) scale(.4569)}to{transform:translate(68.8065vw,99vh) scale(.4569)}}.snow:nth-child(200){opacity:1.0754;transform:translate(39.1348vw,-10px) scale(.1857);animation:fall-200 17s -22s linear infinite}@keyframes fall-200{37.736%{transform:translate(44.6751vw,37.736vh) scale(.1857)}to{transform:translate(41.90495vw,99vh) scale(.1857)}}.snow:nth-child(201){opacity:1.682;transform:translate(3.2039vw,-10px) scale(.76);animation:fall-201 21s -5s linear infinite}@keyframes fall-201{35.265%{transform:translate(7.7821vw,35.265vh) scale(.76)}to{transform:translate(5.493vw,99vh) scale(.76)}}.snow:nth-child(202){opacity:1.6224;transform:translate(58.9864vw,-10px) scale(.3962);animation:fall-202 18s -6s linear infinite}@keyframes fall-202{74.399%{transform:translate(57.8793vw,74.399vh) scale(.3962)}to{transform:translate(58.43285vw,99vh) scale(.3962)}}.snow:nth-child(203){opacity:.7142;transform:translate(42.0104vw,-10px) scale(.3437);animation:fall-203 24s -4s linear infinite}@keyframes fall-203{31.147%{transform:translate(35.9698vw,31.147vh) scale(.3437)}to{transform:translate(38.9901vw,99vh) scale(.3437)}}.snow:nth-child(204){opacity:.9706;transform:translate(25.8305vw,-10px) scale(.0852);animation:fall-204 24s -18s linear infinite}@keyframes fall-204{32.91%{transform:translate(27.9992vw,32.91vh) scale(.0852)}to{transform:translate(26.91485vw,99vh) scale(.0852)}}.snow:nth-child(205){opacity:.0306;transform:translate(34.3826vw,-10px) scale(.8311);animation:fall-205 22s -9s linear infinite}@keyframes fall-205{68.144%{transform:translate(27.8388vw,68.144vh) scale(.8311)}to{transform:translate(31.1107vw,99vh) scale(.8311)}}.snow:nth-child(206){opacity:.1324;transform:translate(39.1888vw,-10px) scale(.6151);animation:fall-206 10s -17s linear infinite}@keyframes fall-206{31.632%{transform:translate(35.7513vw,31.632vh) scale(.6151)}to{transform:translate(37.47005vw,99vh) scale(.6151)}}.snow:nth-child(207){opacity:1.47;transform:translate(39.1916vw,-10px) scale(.7386);animation:fall-207 11s -14s linear infinite}@keyframes fall-207{39.764%{transform:translate(46.881vw,39.764vh) scale(.7386)}to{transform:translate(43.0363vw,99vh) scale(.7386)}}.snow:nth-child(208){opacity:1.4914;transform:translate(52.7235vw,-10px) scale(.4431);animation:fall-208 25s -30s linear infinite}@keyframes fall-208{31.29%{transform:translate(51.38vw,31.29vh) scale(.4431)}to{transform:translate(52.05175vw,99vh) scale(.4431)}}.snow:nth-child(209){opacity:1.7608;transform:translate(8.6623vw,-10px) scale(.7745);animation:fall-209 19s -28s linear infinite}@keyframes fall-209{45.502%{transform:translate(3.701vw,45.502vh) scale(.7745)}to{transform:translate(6.18165vw,99vh) scale(.7745)}}.snow:nth-child(210){opacity:1.5546;transform:translate(44.5096vw,-10px) scale(.5606);animation:fall-210 18s -27s linear infinite}@keyframes fall-210{44.013%{transform:translate(40.8089vw,44.013vh) scale(.5606)}to{transform:translate(42.65925vw,99vh) scale(.5606)}}.snow:nth-child(211){opacity:1.3778;transform:translate(5.9227vw,-10px) scale(.5258);animation:fall-211 18s -5s linear infinite}@keyframes fall-211{54.606%{transform:translate(-3.6946vw,54.606vh) scale(.5258)}to{transform:translate(1.11405vw,99vh) scale(.5258)}}.snow:nth-child(212){opacity:.7602;transform:translate(91.76vw,-10px) scale(.4943);animation:fall-212 27s -22s linear infinite}@keyframes fall-212{59.75%{transform:translate(84.385vw,59.75vh) scale(.4943)}to{transform:translate(88.0725vw,99vh) scale(.4943)}}.snow:nth-child(213){opacity:.998;transform:translate(47.5253vw,-10px) scale(.3478);animation:fall-213 29s -19s linear infinite}@keyframes fall-213{74.472%{transform:translate(55.6379vw,74.472vh) scale(.3478)}to{transform:translate(51.5816vw,99vh) scale(.3478)}}.snow:nth-child(214){opacity:.2818;transform:translate(6.4939vw,-10px) scale(.4067);animation:fall-214 18s -25s linear infinite}@keyframes fall-214{59.898%{transform:translate(-1.7099vw,59.898vh) scale(.4067)}to{transform:translate(2.392vw,99vh) scale(.4067)}}.snow:nth-child(215){opacity:1.1264;transform:translate(48.0441vw,-10px) scale(.6212);animation:fall-215 22s -24s linear infinite}@keyframes fall-215{37.029%{transform:translate(50.8495vw,37.029vh) scale(.6212)}to{transform:translate(49.4468vw,99vh) scale(.6212)}}.snow:nth-child(216){opacity:.2946;transform:translate(78.379vw,-10px) scale(.6645);animation:fall-216 27s -5s linear infinite}@keyframes fall-216{77.358%{transform:translate(78.9038vw,77.358vh) scale(.6645)}to{transform:translate(78.6414vw,99vh) scale(.6645)}}.snow:nth-child(217){opacity:.8902;transform:translate(3.7583vw,-10px) scale(.5692);animation:fall-217 22s -24s linear infinite}@keyframes fall-217{60.117%{transform:translate(8.9192vw,60.117vh) scale(.5692)}to{transform:translate(6.33875vw,99vh) scale(.5692)}}.snow:nth-child(218){opacity:1.5892;transform:translate(65.4168vw,-10px) scale(.3269);animation:fall-218 17s -23s linear infinite}@keyframes fall-218{72.423%{transform:translate(68.4828vw,72.423vh) scale(.3269)}to{transform:translate(66.9498vw,99vh) scale(.3269)}}.snow:nth-child(219){opacity:.5496;transform:translate(5.954vw,-10px) scale(.5409);animation:fall-219 23s -18s linear infinite}@keyframes fall-219{52.151%{transform:translate(9.8397vw,52.151vh) scale(.5409)}to{transform:translate(7.89685vw,99vh) scale(.5409)}}.snow:nth-child(220){opacity:.751;transform:translate(57.3855vw,-10px) scale(.6768);animation:fall-220 13s -21s linear infinite}@keyframes fall-220{74.903%{transform:translate(58.5721vw,74.903vh) scale(.6768)}to{transform:translate(57.9788vw,99vh) scale(.6768)}}.snow:nth-child(221){opacity:.8906;transform:translate(8.7758vw,-10px) scale(.4873);animation:fall-221 12s -18s linear infinite}@keyframes fall-221{57.701%{transform:translate(2.8429vw,57.701vh) scale(.4873)}to{transform:translate(5.80935vw,99vh) scale(.4873)}}.snow:nth-child(222){opacity:1.5372;transform:translate(52.2986vw,-10px) scale(.4795);animation:fall-222 18s -26s linear infinite}@keyframes fall-222{41.193%{transform:translate(61.8144vw,41.193vh) scale(.4795)}to{transform:translate(57.0565vw,99vh) scale(.4795)}}.snow:nth-child(223){opacity:1.8822;transform:translate(9.6343vw,-10px) scale(.1452);animation:fall-223 16s -8s linear infinite}@keyframes fall-223{30.126%{transform:translate(16.1606vw,30.126vh) scale(.1452)}to{transform:translate(12.89745vw,99vh) scale(.1452)}}.snow:nth-child(224){opacity:1.5942;transform:translate(73.5306vw,-10px) scale(.0314);animation:fall-224 19s -15s linear infinite}@keyframes fall-224{74.258%{transform:translate(77.3313vw,74.258vh) scale(.0314)}to{transform:translate(75.43095vw,99vh) scale(.0314)}}.snow:nth-child(225){opacity:.829;transform:translate(34.8402vw,-10px) scale(.2333);animation:fall-225 17s -17s linear infinite}@keyframes fall-225{44.748%{transform:translate(44.8267vw,44.748vh) scale(.2333)}to{transform:translate(39.83345vw,99vh) scale(.2333)}}.snow:nth-child(226){opacity:1.1414;transform:translate(22.1122vw,-10px) scale(.9222);animation:fall-226 14s -30s linear infinite}@keyframes fall-226{78.448%{transform:translate(21.0531vw,78.448vh) scale(.9222)}to{transform:translate(21.58265vw,99vh) scale(.9222)}}.snow:nth-child(227){opacity:1.0644;transform:translate(34.9497vw,-10px) scale(.9094);animation:fall-227 22s -11s linear infinite}@keyframes fall-227{38.342%{transform:translate(35.0185vw,38.342vh) scale(.9094)}to{transform:translate(34.9841vw,99vh) scale(.9094)}}.snow:nth-child(228){opacity:1.0854;transform:translate(76.3038vw,-10px) scale(.8187);animation:fall-228 28s -6s linear infinite}@keyframes fall-228{37.48%{transform:translate(75.4773vw,37.48vh) scale(.8187)}to{transform:translate(75.89055vw,99vh) scale(.8187)}}.snow:nth-child(229){opacity:1.3966;transform:translate(74.0935vw,-10px) scale(.7779);animation:fall-229 25s -12s linear infinite}@keyframes fall-229{61.338%{transform:translate(70.4997vw,61.338vh) scale(.7779)}to{transform:translate(72.2966vw,99vh) scale(.7779)}}.snow:nth-child(230){opacity:1.8642;transform:translate(72.6293vw,-10px) scale(.3251);animation:fall-230 23s -13s linear infinite}@keyframes fall-230{52.941%{transform:translate(71.8916vw,52.941vh) scale(.3251)}to{transform:translate(72.26045vw,99vh) scale(.3251)}}.snow:nth-child(231){opacity:.5526;transform:translate(31.9584vw,-10px) scale(.6608);animation:fall-231 29s -8s linear infinite}@keyframes fall-231{34.596%{transform:translate(37.1114vw,34.596vh) scale(.6608)}to{transform:translate(34.5349vw,99vh) scale(.6608)}}.snow:nth-child(232){opacity:.5508;transform:translate(89.5747vw,-10px) scale(.5864);animation:fall-232 24s -9s linear infinite}@keyframes fall-232{76.586%{transform:translate(87.6241vw,76.586vh) scale(.5864)}to{transform:translate(88.5994vw,99vh) scale(.5864)}}.snow:nth-child(233){opacity:1.4842;transform:translate(21.0117vw,-10px) scale(.521);animation:fall-233 10s -15s linear infinite}@keyframes fall-233{78.706%{transform:translate(21.656vw,78.706vh) scale(.521)}to{transform:translate(21.33385vw,99vh) scale(.521)}}.snow:nth-child(234){opacity:1.3662;transform:translate(7.5829vw,-10px) scale(.2352);animation:fall-234 20s -15s linear infinite}@keyframes fall-234{47.018%{transform:translate(10.4425vw,47.018vh) scale(.2352)}to{transform:translate(9.0127vw,99vh) scale(.2352)}}.snow:nth-child(235){opacity:1.5888;transform:translate(58.6045vw,-10px) scale(.4592);animation:fall-235 20s -2s linear infinite}@keyframes fall-235{37.987%{transform:translate(68.5083vw,37.987vh) scale(.4592)}to{transform:translate(63.5564vw,99vh) scale(.4592)}}.snow:nth-child(236){opacity:.5126;transform:translate(26.9672vw,-10px) scale(.0368);animation:fall-236 13s -22s linear infinite}@keyframes fall-236{76.933%{transform:translate(18.8072vw,76.933vh) scale(.0368)}to{transform:translate(22.8872vw,99vh) scale(.0368)}}.snow:nth-child(237){opacity:1.6324;transform:translate(84.6051vw,-10px) scale(.678);animation:fall-237 27s -14s linear infinite}@keyframes fall-237{53.334%{transform:translate(89.141vw,53.334vh) scale(.678)}to{transform:translate(86.87305vw,99vh) scale(.678)}}.snow:nth-child(238){opacity:1.1978;transform:translate(96.4424vw,-10px) scale(.5473);animation:fall-238 12s -8s linear infinite}@keyframes fall-238{33.511%{transform:translate(98.5051vw,33.511vh) scale(.5473)}to{transform:translate(97.47375vw,99vh) scale(.5473)}}.snow:nth-child(239){opacity:1.4454;transform:translate(85.7205vw,-10px) scale(.4739);animation:fall-239 17s -12s linear infinite}@keyframes fall-239{75.091%{transform:translate(92.8722vw,75.091vh) scale(.4739)}to{transform:translate(89.29635vw,99vh) scale(.4739)}}.snow:nth-child(240){opacity:.4566;transform:translate(99.2845vw,-10px) scale(.4675);animation:fall-240 17s -14s linear infinite}@keyframes fall-240{57.009%{transform:translate(104.3773vw,57.009vh) scale(.4675)}to{transform:translate(101.8309vw,99vh) scale(.4675)}}.snow:nth-child(241){opacity:.5466;transform:translate(31.649vw,-10px) scale(.0552);animation:fall-241 10s -26s linear infinite}@keyframes fall-241{46.346%{transform:translate(35.9777vw,46.346vh) scale(.0552)}to{transform:translate(33.81335vw,99vh) scale(.0552)}}.snow:nth-child(242){opacity:1.2936;transform:translate(7.1079vw,-10px) scale(.3157);animation:fall-242 19s -15s linear infinite}@keyframes fall-242{38.684%{transform:translate(-.0481vw,38.684vh) scale(.3157)}to{transform:translate(3.5299vw,99vh) scale(.3157)}}.snow:nth-child(243){opacity:1.7362;transform:translate(88.4175vw,-10px) scale(.5693);animation:fall-243 22s -29s linear infinite}@keyframes fall-243{53.598%{transform:translate(88.7227vw,53.598vh) scale(.5693)}to{transform:translate(88.5701vw,99vh) scale(.5693)}}.snow:nth-child(244){opacity:1.5076;transform:translate(59.6139vw,-10px) scale(.5122);animation:fall-244 28s -8s linear infinite}@keyframes fall-244{56.192%{transform:translate(51.1735vw,56.192vh) scale(.5122)}to{transform:translate(55.3937vw,99vh) scale(.5122)}}.snow:nth-child(245){opacity:.7212;transform:translate(41.9416vw,-10px) scale(.0971);animation:fall-245 30s -1s linear infinite}@keyframes fall-245{62.051%{transform:translate(38.4691vw,62.051vh) scale(.0971)}to{transform:translate(40.20535vw,99vh) scale(.0971)}}.snow:nth-child(246){opacity:1.434;transform:translate(46.9867vw,-10px) scale(.6242);animation:fall-246 17s -21s linear infinite}@keyframes fall-246{68.343%{transform:translate(37.3473vw,68.343vh) scale(.6242)}to{transform:translate(42.167vw,99vh) scale(.6242)}}.snow:nth-child(247){opacity:.231;transform:translate(6.0391vw,-10px) scale(.9335);animation:fall-247 15s -28s linear infinite}@keyframes fall-247{69.335%{transform:translate(-.658vw,69.335vh) scale(.9335)}to{transform:translate(2.69055vw,99vh) scale(.9335)}}.snow:nth-child(248){opacity:.3904;transform:translate(93.9888vw,-10px) scale(.3714);animation:fall-248 15s -23s linear infinite}@keyframes fall-248{60.51%{transform:translate(98.0111vw,60.51vh) scale(.3714)}to{transform:translate(95.99995vw,99vh) scale(.3714)}}.snow:nth-child(249){opacity:1.2344;transform:translate(65.6089vw,-10px) scale(.8579);animation:fall-249 25s -29s linear infinite}@keyframes fall-249{41.571%{transform:translate(57.9918vw,41.571vh) scale(.8579)}to{transform:translate(61.80035vw,99vh) scale(.8579)}}.snow:nth-child(250){opacity:.5052;transform:translate(52.5944vw,-10px) scale(.4984);animation:fall-250 27s -1s linear infinite}@keyframes fall-250{52.047%{transform:translate(54.2152vw,52.047vh) scale(.4984)}to{transform:translate(53.4048vw,99vh) scale(.4984)}}.snow:nth-child(251){opacity:1.8578;transform:translate(76.4585vw,-10px) scale(.5915);animation:fall-251 13s -28s linear infinite}@keyframes fall-251{49.725%{transform:translate(66.704vw,49.725vh) scale(.5915)}to{transform:translate(71.58125vw,99vh) scale(.5915)}}.snow:nth-child(252){opacity:1.9954;transform:translate(88.5585vw,-10px) scale(.0847);animation:fall-252 17s -25s linear infinite}@keyframes fall-252{32.962%{transform:translate(91.7074vw,32.962vh) scale(.0847)}to{transform:translate(90.13295vw,99vh) scale(.0847)}}.snow:nth-child(253){opacity:.9844;transform:translate(32.9186vw,-10px) scale(.9274);animation:fall-253 15s -1s linear infinite}@keyframes fall-253{60.703%{transform:translate(26.5628vw,60.703vh) scale(.9274)}to{transform:translate(29.7407vw,99vh) scale(.9274)}}.snow:nth-child(254){opacity:.3408;transform:translate(5.2447vw,-10px) scale(.5674);animation:fall-254 26s -1s linear infinite}@keyframes fall-254{34.445%{transform:translate(12.4291vw,34.445vh) scale(.5674)}to{transform:translate(8.8369vw,99vh) scale(.5674)}}.snow:nth-child(255){opacity:1.3146;transform:translate(88.1041vw,-10px) scale(.7831);animation:fall-255 29s -2s linear infinite}@keyframes fall-255{72.211%{transform:translate(83.2991vw,72.211vh) scale(.7831)}to{transform:translate(85.7016vw,99vh) scale(.7831)}}.snow:nth-child(256){opacity:.5042;transform:translate(47.1376vw,-10px) scale(.4963);animation:fall-256 27s -21s linear infinite}@keyframes fall-256{48.619%{transform:translate(52.9175vw,48.619vh) scale(.4963)}to{transform:translate(50.02755vw,99vh) scale(.4963)}}.snow:nth-child(257){opacity:.8636;transform:translate(44.7608vw,-10px) scale(.0785);animation:fall-257 12s -21s linear infinite}@keyframes fall-257{33.989%{transform:translate(41.4716vw,33.989vh) scale(.0785)}to{transform:translate(43.1162vw,99vh) scale(.0785)}}.snow:nth-child(258){opacity:1.3702;transform:translate(51.0158vw,-10px) scale(.674);animation:fall-258 18s -1s linear infinite}@keyframes fall-258{46.343%{transform:translate(49.3559vw,46.343vh) scale(.674)}to{transform:translate(50.18585vw,99vh) scale(.674)}}.snow:nth-child(259){opacity:1.3272;transform:translate(68.5995vw,-10px) scale(.4437);animation:fall-259 26s -27s linear infinite}@keyframes fall-259{37.987%{transform:translate(60.2134vw,37.987vh) scale(.4437)}to{transform:translate(64.40645vw,99vh) scale(.4437)}}.snow:nth-child(260){opacity:1.009;transform:translate(67.5992vw,-10px) scale(.747);animation:fall-260 25s -22s linear infinite}@keyframes fall-260{73.597%{transform:translate(71.2666vw,73.597vh) scale(.747)}to{transform:translate(69.4329vw,99vh) scale(.747)}}.snow:nth-child(261){opacity:.2192;transform:translate(22.2442vw,-10px) scale(.9699);animation:fall-261 22s -28s linear infinite}@keyframes fall-261{72.195%{transform:translate(13.9177vw,72.195vh) scale(.9699)}to{transform:translate(18.08095vw,99vh) scale(.9699)}}.snow:nth-child(262){opacity:.6704;transform:translate(45.0879vw,-10px) scale(.0003);animation:fall-262 26s -24s linear infinite}@keyframes fall-262{61.293%{transform:translate(48.5773vw,61.293vh) scale(.0003)}to{transform:translate(46.8326vw,99vh) scale(.0003)}}.snow:nth-child(263){opacity:.9962;transform:translate(1.7978vw,-10px) scale(.2503);animation:fall-263 28s -26s linear infinite}@keyframes fall-263{60.252%{transform:translate(-6.3521vw,60.252vh) scale(.2503)}to{transform:translate(-2.27715vw,99vh) scale(.2503)}}.snow:nth-child(264){opacity:.137;transform:translate(61.8407vw,-10px) scale(.9004);animation:fall-264 23s -26s linear infinite}@keyframes fall-264{33.35%{transform:translate(67.1983vw,33.35vh) scale(.9004)}to{transform:translate(64.5195vw,99vh) scale(.9004)}}.snow:nth-child(265){opacity:1.6278;transform:translate(26.4968vw,-10px) scale(.3729);animation:fall-265 11s -22s linear infinite}@keyframes fall-265{55.209%{transform:translate(31.0628vw,55.209vh) scale(.3729)}to{transform:translate(28.7798vw,99vh) scale(.3729)}}.snow:nth-child(266){opacity:.671;transform:translate(81.4881vw,-10px) scale(.962);animation:fall-266 25s -27s linear infinite}@keyframes fall-266{36.653%{transform:translate(82.8789vw,36.653vh) scale(.962)}to{transform:translate(82.1835vw,99vh) scale(.962)}}.snow:nth-child(267){opacity:1.202;transform:translate(68.5022vw,-10px) scale(.4585);animation:fall-267 22s -17s linear infinite}@keyframes fall-267{58.244%{transform:translate(63.9895vw,58.244vh) scale(.4585)}to{transform:translate(66.24585vw,99vh) scale(.4585)}}.snow:nth-child(268){opacity:1.4814;transform:translate(57.8894vw,-10px) scale(.775);animation:fall-268 27s -12s linear infinite}@keyframes fall-268{35.246%{transform:translate(56.2027vw,35.246vh) scale(.775)}to{transform:translate(57.04605vw,99vh) scale(.775)}}.snow:nth-child(269){opacity:1.6664;transform:translate(.9556vw,-10px) scale(.4311);animation:fall-269 27s -19s linear infinite}@keyframes fall-269{30.215%{transform:translate(-8.454vw,30.215vh) scale(.4311)}to{transform:translate(-3.7492vw,99vh) scale(.4311)}}.snow:nth-child(270){opacity:.8064;transform:translate(91.3326vw,-10px) scale(.4784);animation:fall-270 15s -16s linear infinite}@keyframes fall-270{38.335%{transform:translate(93.5657vw,38.335vh) scale(.4784)}to{transform:translate(92.44915vw,99vh) scale(.4784)}}.snow:nth-child(271){opacity:1.4962;transform:translate(49.9936vw,-10px) scale(.2982);animation:fall-271 28s -6s linear infinite}@keyframes fall-271{60.527%{transform:translate(41.1477vw,60.527vh) scale(.2982)}to{transform:translate(45.57065vw,99vh) scale(.2982)}}.snow:nth-child(272){opacity:1.6868;transform:translate(88.4236vw,-10px) scale(.5735);animation:fall-272 30s -6s linear infinite}@keyframes fall-272{39.814%{transform:translate(96.608vw,39.814vh) scale(.5735)}to{transform:translate(92.5158vw,99vh) scale(.5735)}}.snow:nth-child(273){opacity:1.2796;transform:translate(98.3122vw,-10px) scale(.9369);animation:fall-273 18s -8s linear infinite}@keyframes fall-273{57.13%{transform:translate(92.1216vw,57.13vh) scale(.9369)}to{transform:translate(95.2169vw,99vh) scale(.9369)}}.snow:nth-child(274){opacity:.8954;transform:translate(75.5547vw,-10px) scale(.5614);animation:fall-274 15s -11s linear infinite}@keyframes fall-274{43.561%{transform:translate(75.5763vw,43.561vh) scale(.5614)}to{transform:translate(75.5655vw,99vh) scale(.5614)}}.snow:nth-child(275){opacity:.0104;transform:translate(2.1522vw,-10px) scale(.6273);animation:fall-275 10s -29s linear infinite}@keyframes fall-275{37.84%{transform:translate(6.4748vw,37.84vh) scale(.6273)}to{transform:translate(4.3135vw,99vh) scale(.6273)}}.snow:nth-child(276){opacity:1.4902;transform:translate(50.8515vw,-10px) scale(.2674);animation:fall-276 25s -26s linear infinite}@keyframes fall-276{44.327%{transform:translate(58.0921vw,44.327vh) scale(.2674)}to{transform:translate(54.4718vw,99vh) scale(.2674)}}.snow:nth-child(277){opacity:1.0108;transform:translate(71.5253vw,-10px) scale(.6849);animation:fall-277 25s -13s linear infinite}@keyframes fall-277{45.523%{transform:translate(68.675vw,45.523vh) scale(.6849)}to{transform:translate(70.10015vw,99vh) scale(.6849)}}.snow:nth-child(278){opacity:1.9426;transform:translate(12.9849vw,-10px) scale(.9426);animation:fall-278 23s -27s linear infinite}@keyframes fall-278{75.341%{transform:translate(17.6399vw,75.341vh) scale(.9426)}to{transform:translate(15.3124vw,99vh) scale(.9426)}}.snow:nth-child(279){opacity:1.7652;transform:translate(89.9282vw,-10px) scale(.133);animation:fall-279 15s -25s linear infinite}@keyframes fall-279{76.686%{transform:translate(95.6607vw,76.686vh) scale(.133)}to{transform:translate(92.79445vw,99vh) scale(.133)}}.snow:nth-child(280){opacity:1.9862;transform:translate(63.9354vw,-10px) scale(.9086);animation:fall-280 25s -27s linear infinite}@keyframes fall-280{48.879%{transform:translate(56.6237vw,48.879vh) scale(.9086)}to{transform:translate(60.27955vw,99vh) scale(.9086)}}.snow:nth-child(281){opacity:.3358;transform:translate(60.3466vw,-10px) scale(.3188);animation:fall-281 27s -12s linear infinite}@keyframes fall-281{48.328%{transform:translate(69.667vw,48.328vh) scale(.3188)}to{transform:translate(65.0068vw,99vh) scale(.3188)}}.snow:nth-child(282){opacity:1.6572;transform:translate(70.1333vw,-10px) scale(.6114);animation:fall-282 26s -23s linear infinite}@keyframes fall-282{32.639%{transform:translate(69.8065vw,32.639vh) scale(.6114)}to{transform:translate(69.9699vw,99vh) scale(.6114)}}.snow:nth-child(283){opacity:1.5604;transform:translate(28.5002vw,-10px) scale(.3999);animation:fall-283 21s -12s linear infinite}@keyframes fall-283{75.207%{transform:translate(26.5647vw,75.207vh) scale(.3999)}to{transform:translate(27.53245vw,99vh) scale(.3999)}}.snow:nth-child(284){opacity:.2882;transform:translate(30.8313vw,-10px) scale(.1098);animation:fall-284 11s -23s linear infinite}@keyframes fall-284{64.848%{transform:translate(37.7238vw,64.848vh) scale(.1098)}to{transform:translate(34.27755vw,99vh) scale(.1098)}}.snow:nth-child(285){opacity:1.8044;transform:translate(20.0891vw,-10px) scale(.1185);animation:fall-285 29s -16s linear infinite}@keyframes fall-285{45.855%{transform:translate(23.0535vw,45.855vh) scale(.1185)}to{transform:translate(21.5713vw,99vh) scale(.1185)}}.snow:nth-child(286){opacity:1.3416;transform:translate(61.0722vw,-10px) scale(.6362);animation:fall-286 12s -22s linear infinite}@keyframes fall-286{54.846%{transform:translate(67.2252vw,54.846vh) scale(.6362)}to{transform:translate(64.1487vw,99vh) scale(.6362)}}.snow:nth-child(287){opacity:1.7224;transform:translate(79.1318vw,-10px) scale(.6743);animation:fall-287 19s -27s linear infinite}@keyframes fall-287{53.156%{transform:translate(72.4429vw,53.156vh) scale(.6743)}to{transform:translate(75.78735vw,99vh) scale(.6743)}}.snow:nth-child(288){opacity:.645;transform:translate(85.9822vw,-10px) scale(.85);animation:fall-288 27s -6s linear infinite}@keyframes fall-288{74.077%{transform:translate(82.1761vw,74.077vh) scale(.85)}to{transform:translate(84.07915vw,99vh) scale(.85)}}.snow:nth-child(289){opacity:.0594;transform:translate(1.3427vw,-10px) scale(.4156);animation:fall-289 16s -13s linear infinite}@keyframes fall-289{64.203%{transform:translate(.8911vw,64.203vh) scale(.4156)}to{transform:translate(1.1169vw,99vh) scale(.4156)}}.snow:nth-child(290){opacity:.5112;transform:translate(96.9972vw,-10px) scale(.2469);animation:fall-290 23s -14s linear infinite}@keyframes fall-290{68.612%{transform:translate(104.2108vw,68.612vh) scale(.2469)}to{transform:translate(100.604vw,99vh) scale(.2469)}}.snow:nth-child(291){opacity:1.1014;transform:translate(75.0406vw,-10px) scale(.3381);animation:fall-291 10s -7s linear infinite}@keyframes fall-291{61.292%{transform:translate(79.3792vw,61.292vh) scale(.3381)}to{transform:translate(77.2099vw,99vh) scale(.3381)}}.snow:nth-child(292){opacity:.0354;transform:translate(59.1138vw,-10px) scale(.4011);animation:fall-292 10s -5s linear infinite}@keyframes fall-292{47.739%{transform:translate(62.935vw,47.739vh) scale(.4011)}to{transform:translate(61.0244vw,99vh) scale(.4011)}}.snow:nth-child(293){opacity:1.0624;transform:translate(93.7199vw,-10px) scale(.7322);animation:fall-293 22s -10s linear infinite}@keyframes fall-293{72.427%{transform:translate(96.6839vw,72.427vh) scale(.7322)}to{transform:translate(95.2019vw,99vh) scale(.7322)}}.snow:nth-child(294){opacity:1.9452;transform:translate(5.4869vw,-10px) scale(.4953);animation:fall-294 11s -24s linear infinite}@keyframes fall-294{75.735%{transform:translate(5.5096vw,75.735vh) scale(.4953)}to{transform:translate(5.49825vw,99vh) scale(.4953)}}.snow:nth-child(295){opacity:.7576;transform:translate(56.2189vw,-10px) scale(.61);animation:fall-295 12s -18s linear infinite}@keyframes fall-295{38.64%{transform:translate(58.7223vw,38.64vh) scale(.61)}to{transform:translate(57.4706vw,99vh) scale(.61)}}.snow:nth-child(296){opacity:1.367;transform:translate(79.8453vw,-10px) scale(.0915);animation:fall-296 11s -13s linear infinite}@keyframes fall-296{57.038%{transform:translate(73.5093vw,57.038vh) scale(.0915)}to{transform:translate(76.6773vw,99vh) scale(.0915)}}.snow:nth-child(297){opacity:1.756;transform:translate(36.2586vw,-10px) scale(.1604);animation:fall-297 15s -10s linear infinite}@keyframes fall-297{61.74%{transform:translate(38.8053vw,61.74vh) scale(.1604)}to{transform:translate(37.53195vw,99vh) scale(.1604)}}.snow:nth-child(298){opacity:.8026;transform:translate(30.7936vw,-10px) scale(.1176);animation:fall-298 27s -7s linear infinite}@keyframes fall-298{63.717%{transform:translate(23.1689vw,63.717vh) scale(.1176)}to{transform:translate(26.98125vw,99vh) scale(.1176)}}.snow:nth-child(299){opacity:1.165;transform:translate(61.9836vw,-10px) scale(.2897);animation:fall-299 30s -19s linear infinite}@keyframes fall-299{31.47%{transform:translate(56.6512vw,31.47vh) scale(.2897)}to{transform:translate(59.3174vw,99vh) scale(.2897)}}.snow:nth-child(300){opacity:.1522;transform:translate(72.9826vw,-10px) scale(.748);animation:fall-300 29s -6s linear infinite}@keyframes fall-300{67.063%{transform:translate(81.5512vw,67.063vh) scale(.748)}to{transform:translate(77.2669vw,99vh) scale(.748)}}\n"] }]
98
102
  }], ctorParameters: () => [{ type: i1.TokenService }, { type: i1.AppState }, { type: i2.Router }, { type: undefined, decorators: [{
99
103
  type: Inject,
100
104
  args: [ANONYMOUS_MODE]
@@ -302,12 +306,12 @@ class EsFaenzaCoreModule {
302
306
  ]
303
307
  };
304
308
  }
305
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: EsFaenzaCoreModule, deps: [{ token: i1$1.BaseLocalization }, { token: i2$1.PrimeNG }, { token: i3$1.DateService }], target: i0.ɵɵFactoryTarget.NgModule }); }
309
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: EsFaenzaCoreModule, deps: [{ token: i1$1.BaseLocalization }, { token: i2$1.PrimeNG }, { token: i3.DateService }], target: i0.ɵɵFactoryTarget.NgModule }); }
306
310
  static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.15", ngImport: i0, type: EsFaenzaCoreModule, declarations: [AppComponent], imports: [BrowserAnimationsModule,
307
311
  TemplateCommon,
308
312
  ComponentsModule, i4.ServiceWorkerModule, i2.RouterModule,
309
313
  // NgPrime
310
- TooltipModule, i6.EsTableModule, i7.FormsAndValidationsModule, i3$1.ExtensionsModule, i1$1.LocalizationModule, i8.AccessControlModule, i9.HttpserviceModule, i10.SignalrNotificationsModule, i11.PreferencesModule, i12.EsChartsModule, i13.TooltipModule, i14.ModalModule, i15.ProgressbarModule, i16.BsDropdownModule, i17.ToastrModule, i18.TimepickerModule, i19.ContextMenuModule, i20.DragulaModule, i21.MarkdownModule] }); }
314
+ TooltipModule, i6.EsTableModule, i7.FormsAndValidationsModule, i3.ExtensionsModule, i1$1.LocalizationModule, i8.AccessControlModule, i9.HttpserviceModule, i10.SignalrNotificationsModule, i11.PreferencesModule, i12.EsChartsModule, i13.TooltipModule, i14.ModalModule, i15.ProgressbarModule, i16.BsDropdownModule, i17.ToastrModule, i18.TimepickerModule, i19.ContextMenuModule, i20.DragulaModule, i21.MarkdownModule] }); }
311
315
  static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: EsFaenzaCoreModule, imports: [MODULES] }); }
312
316
  }
313
317
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: EsFaenzaCoreModule, decorators: [{
@@ -316,7 +320,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImpo
316
320
  declarations: [AppComponent],
317
321
  imports: [...MODULES]
318
322
  }]
319
- }], ctorParameters: () => [{ type: i1$1.BaseLocalization }, { type: i2$1.PrimeNG }, { type: i3$1.DateService }] });
323
+ }], ctorParameters: () => [{ type: i1$1.BaseLocalization }, { type: i2$1.PrimeNG }, { type: i3.DateService }] });
320
324
  class EsFaenzaCoreModuleConfig {
321
325
  }
322
326
  var DebugFlags;