@esfaenza/core 15.2.109 → 15.2.112

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/components/jace-login/jace-login.component.d.ts +2 -0
  2. package/components/navbar/navbar.component.d.ts +2 -1
  3. package/domain/models/jace/JaceModule.d.ts +1 -0
  4. package/domain/models/jace/JacePermission.d.ts +1 -0
  5. package/domain/models/jace/JaceRole.d.ts +1 -0
  6. package/domain/tokens.d.ts +2 -0
  7. package/esm2020/components/external-page/external_pages.component.mjs +2 -1
  8. package/esm2020/components/jace-login/jace-login.component.mjs +17 -6
  9. package/esm2020/components/navbar/navbar.component.mjs +16 -6
  10. package/esm2020/domain/models/jace/JaceIdentity.mjs +6 -4
  11. package/esm2020/domain/models/jace/JaceModule.mjs +2 -1
  12. package/esm2020/domain/models/jace/JacePermission.mjs +1 -1
  13. package/esm2020/domain/models/jace/JaceRole.mjs +2 -1
  14. package/esm2020/domain/tokens.mjs +3 -1
  15. package/esm2020/lib/app.component.mjs +2 -2
  16. package/esm2020/lib/core.module.mjs +6 -5
  17. package/esm2020/modules/classes/_shared.module.mjs +6 -5
  18. package/fesm2015/esfaenza-core-components.mjs +32 -9
  19. package/fesm2015/esfaenza-core-components.mjs.map +1 -1
  20. package/fesm2015/esfaenza-core-domain.mjs +11 -5
  21. package/fesm2015/esfaenza-core-domain.mjs.map +1 -1
  22. package/fesm2015/esfaenza-core-modules.mjs +5 -4
  23. package/fesm2015/esfaenza-core-modules.mjs.map +1 -1
  24. package/fesm2015/esfaenza-core.mjs +9 -8
  25. package/fesm2015/esfaenza-core.mjs.map +1 -1
  26. package/fesm2020/esfaenza-core-components.mjs +30 -9
  27. package/fesm2020/esfaenza-core-components.mjs.map +1 -1
  28. package/fesm2020/esfaenza-core-domain.mjs +11 -5
  29. package/fesm2020/esfaenza-core-domain.mjs.map +1 -1
  30. package/fesm2020/esfaenza-core-modules.mjs +5 -4
  31. package/fesm2020/esfaenza-core-modules.mjs.map +1 -1
  32. package/fesm2020/esfaenza-core.mjs +9 -8
  33. package/fesm2020/esfaenza-core.mjs.map +1 -1
  34. package/lib/core.module.d.ts +2 -1
  35. package/modules/classes/_shared.module.d.ts +12 -11
  36. package/package.json +3 -3
@@ -17,10 +17,12 @@ import { CookieService } from 'ngx-cookie-service';
17
17
  import * as i16 from 'ngx-toastr';
18
18
  import { ToastrModule } from 'ngx-toastr';
19
19
  import 'widgster/widgster.js';
20
- import * as i8 from '@esfaenza/httpservice';
21
- import { HttpserviceModule, HttpServiceExtensions, HTTPService, HTTP_DEBUG_MODE, HTTP_INVALIDATION } from '@esfaenza/httpservice';
20
+ import * as i10 from '@esfaenza/preferences';
21
+ import { PreferencesModule, PREF_DEBUG_MODE, PreferencesPersistor, LocalStoragePreferencesPersistor, CachePersistor, LocalStorageCachePersistor } from '@esfaenza/preferences';
22
22
  import * as i6 from '@esfaenza/localizations';
23
23
  import { LocalizationModule, LocalizationMissingPolicy, LocalizationService, BaseLocalization, LOC_DEBUG_MODE } from '@esfaenza/localizations';
24
+ import * as i8 from '@esfaenza/httpservice';
25
+ import { HttpserviceModule, HttpServiceExtensions, HTTPService, HTTP_DEBUG_MODE, HTTP_INVALIDATION } from '@esfaenza/httpservice';
24
26
  import * as i9 from '@esfaenza/signalr-notifications';
25
27
  import { SignalrNotificationsModule, SGR_DEBUG_MODE, BaseMessageService } from '@esfaenza/signalr-notifications';
26
28
  import * as i4 from '@esfaenza/forms-and-validations';
@@ -29,8 +31,6 @@ import * as i7 from '@esfaenza/access-control';
29
31
  import { AccessControlModule, AccessControlService, ACC_DEBUG_MODE } from '@esfaenza/access-control';
30
32
  import * as i11 from '@esfaenza/es-charts';
31
33
  import { EsChartsModule, ESC_DEBUG_MODE, BaseAdapter } from '@esfaenza/es-charts';
32
- import * as i10 from '@esfaenza/preferences';
33
- import { PreferencesModule, PREF_DEBUG_MODE, PreferencesPersistor, LocalStoragePreferencesPersistor, CachePersistor, LocalStorageCachePersistor } from '@esfaenza/preferences';
34
34
  import * as i5 from '@esfaenza/extensions';
35
35
  import { ExtensionsModule, EXT_DEBUG_MODE } from '@esfaenza/extensions';
36
36
  import * as i18 from '@esfaenza/ngx-contextmenu';
@@ -40,7 +40,7 @@ import { DragulaModule } from '@esfaenza/ngx-dragula';
40
40
  import * as i3$1 from '@esfaenza/es-table';
41
41
  import { EsTableModule } from '@esfaenza/es-table';
42
42
  import { ExternalPagesComponent, PagesComponent, RedirecterComponent, JaceLoginComponent, ServerErrorComponent, AngularErrorComponent, PageNotFoundComponent, ComponentsModule } from '@esfaenza/core/components';
43
- import { EMBEDDED_ROUTE, ROUTE, REDIRECT_MAP, NAVBAR_EXTENSIONS, MENU_LOCALIZATION, MENU, USE_FAKE_ACCESS_TOKEN } from '@esfaenza/core/domain';
43
+ import { EMBEDDED_ROUTE, ROUTE, REDIRECT_MAP, LOGIN_URL_LEGACY, NAVBAR_EXTENSIONS, MENU_LOCALIZATION, MENU, USE_FAKE_ACCESS_TOKEN } from '@esfaenza/core/domain';
44
44
  import { TemplateCommon } from '@esfaenza/core/modules';
45
45
  import { catchError, take, tap, switchMap } from 'rxjs/operators';
46
46
  import { forkJoin, of } from 'rxjs';
@@ -74,10 +74,10 @@ class AppComponent {
74
74
  }
75
75
  }
76
76
  AppComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AppComponent, deps: [{ token: i1.TokenService }, { token: i1.AppState }, { token: i2.Router }], target: i0.ɵɵFactoryTarget.Component });
77
- AppComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: AppComponent, selector: "app-root", ngImport: i0, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows; trackBy: snowTrackBy\" class=\"snow\"></div>\r\n</ng-container>\r\n<router-outlet></router-outlet>", styles: [".table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width: 0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width: 0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width: 0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width: 0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width: 0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:rgba(2,74,136,.5)}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:rgba(45,146,45,.5)}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:rgba(36,141,173,.5)}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:rgba(247,154,23,.5)}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:rgba(191,23,37,.5)}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:rgba(0,0,0,.4)}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:rgba(0,0,0,.2)}.card.overlay .card-img{border-radius:0;-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media (min-width: 1400px){.d-xxl-block{display:block!important}}@media (min-width: 576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:rgba(2,74,136,.8)!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:rgba(2,74,136,.5);border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:rgba(2,74,136,.95)!important;border-color:#024a88f2!important}.btn-success{background:rgba(45,146,45,.8);border-color:#2d922dcc}.btn-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:rgba(45,146,45,.95)!important;border-color:#2d922df2!important}.btn-info{background:rgba(36,141,173,.8);border-color:#248dadcc}.btn-info.medium-opacity{background:rgba(36,141,173,.5);border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:rgba(36,141,173,.95)!important;border-color:#248dadf2!important}.btn-warning{background:rgba(247,154,23,.8);border-color:#f79a17cc}.btn-warning.medium-opacity{background:rgba(247,154,23,.5);border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:rgba(247,154,23,.95)!important;border-color:#f79a17f2!important}.btn-danger{background:rgba(191,23,37,.8);border-color:#bf1725cc}.btn-danger.medium-opacity{background:rgba(191,23,37,.5);border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:rgba(191,23,37,.95)!important;border-color:#bf1725f2!important}.btn-dark{background:rgba(0,0,0,.8);border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:rgba(0,0,0,.5);border-color:#0000001a}.btn-dark:hover{background:black;border-color:#000}.btn-dark:active{background:rgba(0,0,0,.95)!important;border-color:#000000f2!important}.btn-main{background:rgba(36,45,58,.8);border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:rgba(36,45,58,.5);border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:rgba(36,45,58,.95)!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242D3A;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242D3A}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242D3A}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:rgba(255,255,255,.1) url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:rgba(2,74,136,.5)!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:rgba(45,146,45,.5)!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:rgba(247,154,23,.5)!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:rgba(191,23,37,.5)!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:rgba(36,45,58,.5)!important}.bg-dark{background:black!important}.bg-dark.medium-opacity{background:rgba(0,0,0,.5)!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800px){.modal-feminist{max-width:1366px}}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{transform:scaleY(-1)}.app-flip-x{transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:rgba(255,50,50,.2);position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:white;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:rgba(0,0,0,.5) none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:rgb(237,237,237);border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{padding-left:0;margin-top:20px}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.pace .pace-progress{background:#637CA0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#cccccc}::-webkit-scrollbar-thumb:active{background:#888888}::-webkit-scrollbar-track{background:#666666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666666}::-webkit-scrollbar-track:active{background:#333333}::-webkit-scrollbar-corner{background:transparent}.transition{transition:.3s}.widget-controls{position:absolute;z-index:1;top:0;right:0;padding:10px 20px;font-size:14px}.widget-controls a{color:#fff;margin-left:7px;line-height:1;vertical-align:top;display:inline-block}.widget-controls a i.glyphicon-resize-full{font-size:13px}.widget-controls a:hover{color:#ffffffb3}.widget-controls a.dropdown-toggle:after{display:none}.widget-controls ul.dropdown-menu{min-width:9rem;padding:0;border-radius:0}.widget-controls ul.dropdown-menu li{padding:4px;overflow:hidden}.widget-controls ul.dropdown-menu li a{color:#242d3a;font-size:13px;width:100%}.widget-controls ul.dropdown-menu li:hover{background-color:#242d3a}.widget-controls ul.dropdown-menu li:hover a{color:#fff}.card.fullscreened .card-header{line-height:35px}.card.fullscreened .card-header .widget-controls{padding:20px}.card.fullscreened .card-header .widget-controls a{margin-left:12px}.card.fullscreened .card-header .widget-controls a.setting{display:none}.card.fullscreened.card-primary{background:#024a88}.card.fullscreened.card-success{background:#2d922d}.card.fullscreened.card-info{background:#248dad}.card.fullscreened.card-warning{background:#f79a17}.card.fullscreened.card-danger{background:#bf1725}.scrolling{height:100%;overflow-y:scroll;padding-bottom:60px}.no-margin{margin:0}.bottom-15{margin-bottom:15px}.m-t-5{margin-top:5px}.m-t-15{margin-top:15px}.res-img{width:100%}.chart-outher{width:55%;margin:0 auto}.p-t-10{padding-top:10%}.o-visible{overflow:visible}.w-150{width:150px}.w-200{width:200px}@media (max-width: 543px){.chart-outher{width:100%}}@media (min-width: 544px) and (max-width: 767px){.chart-outher{width:85%}}@media (min-width: 992px) and (max-width: 1199px){.chart-outher{width:65%}}.mat-form-field-disabled .mat-form-field-wrapper{background-color:#ddd}.mat-no-border-top .mat-form-field-infix{border-top:none!important}.mat-dflt-margin,.mat-form-field-appearance-outline .mat-form-field-wrapper{margin-top:.125em!important;margin-bottom:.125em!important}.mat-form-field-wrapper{padding-bottom:0;height:35px;min-height:35px!important;margin-bottom:-7px!important}.mat-full-width{width:100%}.mat-full-height .mat-form-field-wrapper{height:100%!important}.mat-form-field-appearance-outline .mat-form-field-infix{padding-top:5px;padding-bottom:0;height:36px}.mat-form-field-appearance-outline .mat-form-field-infix select.mat-input-element{background-color:transparent;margin-bottom:-11px!important;margin-top:-2px!important;padding-top:0!important;top:0!important}.mat-form-field-appearance-outline .mat-form-field-infix input{display:inline-flex;margin-top:-8px;margin-bottom:-5px;padding-top:8px}.mat-form-field-appearance-outline .mat-form-field-suffix{height:25px!important;top:-2px!important}.mat-form-field-appearance-outline .mat-form-field-suffix .form-input-suffix{margin-right:5px!important;position:absolute!important;top:7px!important;right:4px!important}.mat-form-field-appearance-outline .mat-form-field-infix .form-input-suffix{position:relative!important;top:-4px!important}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:32px!important}.mat-form-field-label-wrapper{top:-8px}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{top:60%!important}.mat-form-field-suffix{margin-right:-10px!important}.cdk-overlay-container{z-index:99999999!important}.mat-height-fixed .mat-form-field-flex{height:38px!important}.mat-height-auto .mat-form-field-flex{height:auto!important;padding-bottom:5px!important;padding-top:5px!important;padding-right:2px!important}.mat-height-auto .mat-form-field-infix{height:auto!important}.mat-icon-button-override{width:25px!important;top:0!important;color:#000000a3!important;position:absolute!important}.mat-icon-button-override-suffix{right:-5px!important}.mat-icon-button-override-prefix{left:-5px!important}.mat-option{height:25px!important;font-size:14px!important}.ngx-mat-timepicker .mat-form-field-infix{border-top:none!important}.mat-form-field-wrapper .form-control{width:100%;border:none;padding:0;line-height:1}.mat-form-field-wrapper .form-control:focus{box-shadow:none!important}.mat-form-field-wrapper .form-control.checking-field.ng-touched{padding-right:0;background-position-y:14px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:1.1612;transform:translate(.9635vw,-10px) scale(.3586);animation:fall-1 10s -18s linear infinite}@keyframes fall-1{70.08%{transform:translate(4.4227vw,70.08vh) scale(.3586)}to{transform:translate(2.6931vw,99vh) scale(.3586)}}.snow:nth-child(2){opacity:1.752;transform:translate(65.8037vw,-10px) scale(.6504);animation:fall-2 11s -15s linear infinite}@keyframes fall-2{60.502%{transform:translate(66.4797vw,60.502vh) scale(.6504)}to{transform:translate(66.1417vw,99vh) scale(.6504)}}.snow:nth-child(3){opacity:1.7498;transform:translate(25.5225vw,-10px) scale(.0987);animation:fall-3 22s -1s linear infinite}@keyframes fall-3{33.234%{transform:translate(29.2292vw,33.234vh) scale(.0987)}to{transform:translate(27.37585vw,99vh) scale(.0987)}}.snow:nth-child(4){opacity:1.4834;transform:translate(61.8392vw,-10px) scale(.5849);animation:fall-4 21s -8s linear infinite}@keyframes fall-4{62.713%{transform:translate(51.8472vw,62.713vh) scale(.5849)}to{transform:translate(56.8432vw,99vh) scale(.5849)}}.snow:nth-child(5){opacity:1.995;transform:translate(80.4458vw,-10px) scale(.801);animation:fall-5 18s -7s linear infinite}@keyframes fall-5{71.246%{transform:translate(82.3773vw,71.246vh) scale(.801)}to{transform:translate(81.41155vw,99vh) scale(.801)}}.snow:nth-child(6){opacity:.8556;transform:translate(89.1086vw,-10px) scale(.0311);animation:fall-6 28s -17s linear infinite}@keyframes fall-6{56.803%{transform:translate(89.0006vw,56.803vh) scale(.0311)}to{transform:translate(89.0546vw,99vh) scale(.0311)}}.snow:nth-child(7){opacity:.2736;transform:translate(79.4745vw,-10px) scale(.1412);animation:fall-7 27s -26s linear infinite}@keyframes fall-7{49.955%{transform:translate(71.1776vw,49.955vh) scale(.1412)}to{transform:translate(75.32605vw,99vh) scale(.1412)}}.snow:nth-child(8){opacity:.1532;transform:translate(5.9214vw,-10px) scale(.233);animation:fall-8 20s -8s linear infinite}@keyframes fall-8{33.869%{transform:translate(12.701vw,33.869vh) scale(.233)}to{transform:translate(9.3112vw,99vh) scale(.233)}}.snow:nth-child(9){opacity:1.575;transform:translate(18.9141vw,-10px) scale(.4008);animation:fall-9 30s -29s linear infinite}@keyframes fall-9{35.003%{transform:translate(24.3607vw,35.003vh) scale(.4008)}to{transform:translate(21.6374vw,99vh) scale(.4008)}}.snow:nth-child(10){opacity:.8506;transform:translate(15.5172vw,-10px) scale(.4862);animation:fall-10 29s -22s linear infinite}@keyframes fall-10{50.801%{transform:translate(8.2902vw,50.801vh) scale(.4862)}to{transform:translate(11.9037vw,99vh) scale(.4862)}}.snow:nth-child(11){opacity:1.2638;transform:translate(42.5535vw,-10px) scale(.8974);animation:fall-11 22s -14s linear infinite}@keyframes fall-11{49.115%{transform:translate(50.3497vw,49.115vh) scale(.8974)}to{transform:translate(46.4516vw,99vh) scale(.8974)}}.snow:nth-child(12){opacity:.5456;transform:translate(10.1801vw,-10px) scale(.2449);animation:fall-12 14s -16s linear infinite}@keyframes fall-12{64.487%{transform:translate(12.6727vw,64.487vh) scale(.2449)}to{transform:translate(11.4264vw,99vh) scale(.2449)}}.snow:nth-child(13){opacity:1.6496;transform:translate(59.4552vw,-10px) scale(.8632);animation:fall-13 21s -16s linear infinite}@keyframes fall-13{34.255%{transform:translate(52.8318vw,34.255vh) scale(.8632)}to{transform:translate(56.1435vw,99vh) scale(.8632)}}.snow:nth-child(14){opacity:.9364;transform:translate(62.2402vw,-10px) scale(.0267);animation:fall-14 19s -13s linear infinite}@keyframes fall-14{58.164%{transform:translate(55.5368vw,58.164vh) scale(.0267)}to{transform:translate(58.8885vw,99vh) scale(.0267)}}.snow:nth-child(15){opacity:.0524;transform:translate(5.186vw,-10px) scale(.5233);animation:fall-15 29s -16s linear infinite}@keyframes fall-15{61.857%{transform:translate(12.747vw,61.857vh) scale(.5233)}to{transform:translate(8.9665vw,99vh) scale(.5233)}}.snow:nth-child(16){opacity:.6012;transform:translate(44.2084vw,-10px) scale(.9136);animation:fall-16 20s -12s linear infinite}@keyframes fall-16{32.279%{transform:translate(44.174vw,32.279vh) scale(.9136)}to{transform:translate(44.1912vw,99vh) scale(.9136)}}.snow:nth-child(17){opacity:.0062;transform:translate(78.7375vw,-10px) scale(.0425);animation:fall-17 30s -22s linear infinite}@keyframes fall-17{43.54%{transform:translate(83.7888vw,43.54vh) scale(.0425)}to{transform:translate(81.26315vw,99vh) scale(.0425)}}.snow:nth-child(18){opacity:1.3216;transform:translate(19.7462vw,-10px) scale(.9221);animation:fall-18 18s -5s linear infinite}@keyframes fall-18{57.077%{transform:translate(13.5454vw,57.077vh) scale(.9221)}to{transform:translate(16.6458vw,99vh) scale(.9221)}}.snow:nth-child(19){opacity:1.706;transform:translate(14.83vw,-10px) scale(.3667);animation:fall-19 29s -24s linear infinite}@keyframes fall-19{37.99%{transform:translate(18.7441vw,37.99vh) scale(.3667)}to{transform:translate(16.78705vw,99vh) scale(.3667)}}.snow:nth-child(20){opacity:.5046;transform:translate(19.5747vw,-10px) scale(.0258);animation:fall-20 22s -19s linear infinite}@keyframes fall-20{32.162%{transform:translate(18.5731vw,32.162vh) scale(.0258)}to{transform:translate(19.0739vw,99vh) scale(.0258)}}.snow:nth-child(21){opacity:.3992;transform:translate(9.3554vw,-10px) scale(.8037);animation:fall-21 20s -12s linear infinite}@keyframes fall-21{53.338%{transform:translate(2.347vw,53.338vh) scale(.8037)}to{transform:translate(5.8512vw,99vh) scale(.8037)}}.snow:nth-child(22){opacity:1.6026;transform:translate(66.8401vw,-10px) scale(.5056);animation:fall-22 15s -19s linear infinite}@keyframes fall-22{50.893%{transform:translate(66.1961vw,50.893vh) scale(.5056)}to{transform:translate(66.5181vw,99vh) scale(.5056)}}.snow:nth-child(23){opacity:1.6142;transform:translate(4.7047vw,-10px) scale(.1176);animation:fall-23 14s -11s linear infinite}@keyframes fall-23{70.001%{transform:translate(4.7433vw,70.001vh) scale(.1176)}to{transform:translate(4.724vw,99vh) scale(.1176)}}.snow:nth-child(24){opacity:.7636;transform:translate(71.9757vw,-10px) scale(.2068);animation:fall-24 23s -27s linear infinite}@keyframes fall-24{61.776%{transform:translate(67.2936vw,61.776vh) scale(.2068)}to{transform:translate(69.63465vw,99vh) scale(.2068)}}.snow:nth-child(25){opacity:1.8046;transform:translate(89.7867vw,-10px) scale(.5819);animation:fall-25 16s -18s linear infinite}@keyframes fall-25{69.49%{transform:translate(93.5585vw,69.49vh) scale(.5819)}to{transform:translate(91.6726vw,99vh) scale(.5819)}}.snow:nth-child(26){opacity:.1142;transform:translate(18.5864vw,-10px) scale(.1592);animation:fall-26 28s -9s linear infinite}@keyframes fall-26{65.04%{transform:translate(15.0389vw,65.04vh) scale(.1592)}to{transform:translate(16.81265vw,99vh) scale(.1592)}}.snow:nth-child(27){opacity:.0726;transform:translate(93.8263vw,-10px) scale(.8647);animation:fall-27 21s -7s linear infinite}@keyframes fall-27{49.096%{transform:translate(94.9328vw,49.096vh) scale(.8647)}to{transform:translate(94.37955vw,99vh) scale(.8647)}}.snow:nth-child(28){opacity:.108;transform:translate(7.6834vw,-10px) scale(.0363);animation:fall-28 11s -20s linear infinite}@keyframes fall-28{62.04%{transform:translate(2.0238vw,62.04vh) scale(.0363)}to{transform:translate(4.8536vw,99vh) scale(.0363)}}.snow:nth-child(29){opacity:.9522;transform:translate(41.0944vw,-10px) scale(.6472);animation:fall-29 27s -19s linear infinite}@keyframes fall-29{51.754%{transform:translate(32.5504vw,51.754vh) scale(.6472)}to{transform:translate(36.8224vw,99vh) scale(.6472)}}.snow:nth-child(30){opacity:.146;transform:translate(1.8283vw,-10px) scale(.2214);animation:fall-30 27s -6s linear infinite}@keyframes fall-30{37.328%{transform:translate(8.5541vw,37.328vh) scale(.2214)}to{transform:translate(5.1912vw,99vh) scale(.2214)}}.snow:nth-child(31){opacity:.8262;transform:translate(2.8933vw,-10px) scale(.2927);animation:fall-31 17s -27s linear infinite}@keyframes fall-31{33.773%{transform:translate(5.1344vw,33.773vh) scale(.2927)}to{transform:translate(4.01385vw,99vh) scale(.2927)}}.snow:nth-child(32){opacity:1.9876;transform:translate(62.0075vw,-10px) scale(.4471);animation:fall-32 21s -13s linear infinite}@keyframes fall-32{67.509%{transform:translate(61.475vw,67.509vh) scale(.4471)}to{transform:translate(61.74125vw,99vh) scale(.4471)}}.snow:nth-child(33){opacity:1.1874;transform:translate(58.2346vw,-10px) scale(.0754);animation:fall-33 10s -27s linear infinite}@keyframes fall-33{79.448%{transform:translate(49.1717vw,79.448vh) scale(.0754)}to{transform:translate(53.70315vw,99vh) scale(.0754)}}.snow:nth-child(34){opacity:.4368;transform:translate(29.5268vw,-10px) scale(.6598);animation:fall-34 19s -16s linear infinite}@keyframes fall-34{57.795%{transform:translate(26.4384vw,57.795vh) scale(.6598)}to{transform:translate(27.9826vw,99vh) scale(.6598)}}.snow:nth-child(35){opacity:.1928;transform:translate(34.2644vw,-10px) scale(.0709);animation:fall-35 22s -26s linear infinite}@keyframes fall-35{34.455%{transform:translate(26.3977vw,34.455vh) scale(.0709)}to{transform:translate(30.33105vw,99vh) scale(.0709)}}.snow:nth-child(36){opacity:1.9228;transform:translate(31.8894vw,-10px) scale(.4882);animation:fall-36 13s -23s linear infinite}@keyframes fall-36{44.397%{transform:translate(36.7774vw,44.397vh) scale(.4882)}to{transform:translate(34.3334vw,99vh) scale(.4882)}}.snow:nth-child(37){opacity:1.6566;transform:translate(16.055vw,-10px) scale(.2086);animation:fall-37 22s -19s linear infinite}@keyframes fall-37{67.447%{transform:translate(22.3317vw,67.447vh) scale(.2086)}to{transform:translate(19.19335vw,99vh) scale(.2086)}}.snow:nth-child(38){opacity:.5506;transform:translate(69.2203vw,-10px) scale(.931);animation:fall-38 14s -11s linear infinite}@keyframes fall-38{49.463%{transform:translate(61.1594vw,49.463vh) scale(.931)}to{transform:translate(65.18985vw,99vh) scale(.931)}}.snow:nth-child(39){opacity:1.8926;transform:translate(75.3553vw,-10px) scale(.0671);animation:fall-39 12s -2s linear infinite}@keyframes fall-39{56.862%{transform:translate(73.8748vw,56.862vh) scale(.0671)}to{transform:translate(74.61505vw,99vh) scale(.0671)}}.snow:nth-child(40){opacity:1.3092;transform:translate(87.1983vw,-10px) scale(.0893);animation:fall-40 28s -6s linear infinite}@keyframes fall-40{41.287%{transform:translate(84.1905vw,41.287vh) scale(.0893)}to{transform:translate(85.6944vw,99vh) scale(.0893)}}.snow:nth-child(41){opacity:.2756;transform:translate(14.3654vw,-10px) scale(.6706);animation:fall-41 27s -18s linear infinite}@keyframes fall-41{34.874%{transform:translate(4.759vw,34.874vh) scale(.6706)}to{transform:translate(9.5622vw,99vh) scale(.6706)}}.snow:nth-child(42){opacity:.2556;transform:translate(33.9876vw,-10px) scale(.3519);animation:fall-42 30s -28s linear infinite}@keyframes fall-42{58.505%{transform:translate(40.4836vw,58.505vh) scale(.3519)}to{transform:translate(37.2356vw,99vh) scale(.3519)}}.snow:nth-child(43){opacity:1.9914;transform:translate(91.9134vw,-10px) scale(.6222);animation:fall-43 23s -7s linear infinite}@keyframes fall-43{79.429%{transform:translate(96.0841vw,79.429vh) scale(.6222)}to{transform:translate(93.99875vw,99vh) scale(.6222)}}.snow:nth-child(44){opacity:.7998;transform:translate(22.6499vw,-10px) scale(.6565);animation:fall-44 22s -28s linear infinite}@keyframes fall-44{52.832%{transform:translate(24.8318vw,52.832vh) scale(.6565)}to{transform:translate(23.74085vw,99vh) scale(.6565)}}.snow:nth-child(45){opacity:1.084;transform:translate(53.4423vw,-10px) scale(.4743);animation:fall-45 11s -2s linear infinite}@keyframes fall-45{65.506%{transform:translate(54.7329vw,65.506vh) scale(.4743)}to{transform:translate(54.0876vw,99vh) scale(.4743)}}.snow:nth-child(46){opacity:.37;transform:translate(20.1049vw,-10px) scale(.096);animation:fall-46 12s -20s linear infinite}@keyframes fall-46{33.975%{transform:translate(14.8228vw,33.975vh) scale(.096)}to{transform:translate(17.46385vw,99vh) scale(.096)}}.snow:nth-child(47){opacity:.2914;transform:translate(85.6807vw,-10px) scale(.9356);animation:fall-47 29s -20s linear infinite}@keyframes fall-47{74.054%{transform:translate(80.6406vw,74.054vh) scale(.9356)}to{transform:translate(83.16065vw,99vh) scale(.9356)}}.snow:nth-child(48){opacity:.2264;transform:translate(11.2637vw,-10px) scale(.0224);animation:fall-48 24s -3s linear infinite}@keyframes fall-48{53.146%{transform:translate(4.4507vw,53.146vh) scale(.0224)}to{transform:translate(7.8572vw,99vh) scale(.0224)}}.snow:nth-child(49){opacity:1.2308;transform:translate(41.0815vw,-10px) scale(.8555);animation:fall-49 11s -13s linear infinite}@keyframes fall-49{40.516%{transform:translate(40vw,40.516vh) scale(.8555)}to{transform:translate(40.54075vw,99vh) scale(.8555)}}.snow:nth-child(50){opacity:1.1956;transform:translate(11.7678vw,-10px) scale(.2134);animation:fall-50 13s -15s linear infinite}@keyframes fall-50{41.695%{transform:translate(17.2214vw,41.695vh) scale(.2134)}to{transform:translate(14.4946vw,99vh) scale(.2134)}}.snow:nth-child(51){opacity:1.687;transform:translate(55.8426vw,-10px) scale(.3171);animation:fall-51 27s -4s linear infinite}@keyframes fall-51{57.159%{transform:translate(58.2212vw,57.159vh) scale(.3171)}to{transform:translate(57.0319vw,99vh) scale(.3171)}}.snow:nth-child(52){opacity:1.6402;transform:translate(68.5376vw,-10px) scale(.5815);animation:fall-52 13s -4s linear infinite}@keyframes fall-52{61.846%{transform:translate(70.9062vw,61.846vh) scale(.5815)}to{transform:translate(69.7219vw,99vh) scale(.5815)}}.snow:nth-child(53){opacity:.0934;transform:translate(16.1422vw,-10px) scale(.4126);animation:fall-53 19s -7s linear infinite}@keyframes fall-53{46.667%{transform:translate(18.1369vw,46.667vh) scale(.4126)}to{transform:translate(17.13955vw,99vh) scale(.4126)}}.snow:nth-child(54){opacity:1.8248;transform:translate(11.0068vw,-10px) scale(.667);animation:fall-54 22s -24s linear infinite}@keyframes fall-54{71.82%{transform:translate(16.1534vw,71.82vh) scale(.667)}to{transform:translate(13.5801vw,99vh) scale(.667)}}.snow:nth-child(55){opacity:.3306;transform:translate(88.6647vw,-10px) scale(.8609);animation:fall-55 28s -15s linear infinite}@keyframes fall-55{69.619%{transform:translate(95.8255vw,69.619vh) scale(.8609)}to{transform:translate(92.2451vw,99vh) scale(.8609)}}.snow:nth-child(56){opacity:.3466;transform:translate(49.7697vw,-10px) scale(.3276);animation:fall-56 22s -20s linear infinite}@keyframes fall-56{35.87%{transform:translate(51.9044vw,35.87vh) scale(.3276)}to{transform:translate(50.83705vw,99vh) scale(.3276)}}.snow:nth-child(57){opacity:.4988;transform:translate(95.4199vw,-10px) scale(.0963);animation:fall-57 29s -19s linear infinite}@keyframes fall-57{54.131%{transform:translate(103.5198vw,54.131vh) scale(.0963)}to{transform:translate(99.46985vw,99vh) scale(.0963)}}.snow:nth-child(58){opacity:1.4992;transform:translate(14.6865vw,-10px) scale(.1437);animation:fall-58 23s -29s linear infinite}@keyframes fall-58{54.021%{transform:translate(16.7572vw,54.021vh) scale(.1437)}to{transform:translate(15.72185vw,99vh) scale(.1437)}}.snow:nth-child(59){opacity:1.997;transform:translate(46.7188vw,-10px) scale(.1538);animation:fall-59 14s -2s linear infinite}@keyframes fall-59{66.887%{transform:translate(56.4461vw,66.887vh) scale(.1538)}to{transform:translate(51.58245vw,99vh) scale(.1538)}}.snow:nth-child(60){opacity:.1338;transform:translate(10.4296vw,-10px) scale(.8408);animation:fall-60 12s -10s linear infinite}@keyframes fall-60{40.988%{transform:translate(12.7293vw,40.988vh) scale(.8408)}to{transform:translate(11.57945vw,99vh) scale(.8408)}}.snow:nth-child(61){opacity:.889;transform:translate(47.9687vw,-10px) scale(.7846);animation:fall-61 15s -1s linear infinite}@keyframes fall-61{64.565%{transform:translate(49.3708vw,64.565vh) scale(.7846)}to{transform:translate(48.66975vw,99vh) scale(.7846)}}.snow:nth-child(62){opacity:1.4018;transform:translate(62.7051vw,-10px) scale(.2651);animation:fall-62 21s -17s linear infinite}@keyframes fall-62{59.143%{transform:translate(67.63vw,59.143vh) scale(.2651)}to{transform:translate(65.16755vw,99vh) scale(.2651)}}.snow:nth-child(63){opacity:1.6546;transform:translate(54.2588vw,-10px) scale(.7819);animation:fall-63 23s -23s linear infinite}@keyframes fall-63{33.629%{transform:translate(46.1299vw,33.629vh) scale(.7819)}to{transform:translate(50.19435vw,99vh) scale(.7819)}}.snow:nth-child(64){opacity:1.4232;transform:translate(57.0465vw,-10px) scale(.4208);animation:fall-64 16s -23s linear infinite}@keyframes fall-64{36.149%{transform:translate(51.7893vw,36.149vh) scale(.4208)}to{transform:translate(54.4179vw,99vh) scale(.4208)}}.snow:nth-child(65){opacity:1.0092;transform:translate(32.1273vw,-10px) scale(.222);animation:fall-65 12s -13s linear infinite}@keyframes fall-65{76.113%{transform:translate(40.2287vw,76.113vh) scale(.222)}to{transform:translate(36.178vw,99vh) scale(.222)}}.snow:nth-child(66){opacity:1.0008;transform:translate(67.344vw,-10px) scale(.9617);animation:fall-66 14s -7s linear infinite}@keyframes fall-66{56.742%{transform:translate(60.9193vw,56.742vh) scale(.9617)}to{transform:translate(64.13165vw,99vh) scale(.9617)}}.snow:nth-child(67){opacity:1.936;transform:translate(4.6018vw,-10px) scale(.2956);animation:fall-67 27s -7s linear infinite}@keyframes fall-67{35.996%{transform:translate(.5138vw,35.996vh) scale(.2956)}to{transform:translate(2.5578vw,99vh) scale(.2956)}}.snow:nth-child(68){opacity:1.2472;transform:translate(95.8741vw,-10px) scale(.0762);animation:fall-68 11s -10s linear infinite}@keyframes fall-68{45.371%{transform:translate(102.6205vw,45.371vh) scale(.0762)}to{transform:translate(99.2473vw,99vh) scale(.0762)}}.snow:nth-child(69){opacity:1.2324;transform:translate(40.4759vw,-10px) scale(.6775);animation:fall-69 13s -15s linear infinite}@keyframes fall-69{42.927%{transform:translate(44.4929vw,42.927vh) scale(.6775)}to{transform:translate(42.4844vw,99vh) scale(.6775)}}.snow:nth-child(70){opacity:1.0576;transform:translate(8.5825vw,-10px) scale(.2424);animation:fall-70 24s -5s linear infinite}@keyframes fall-70{57.429%{transform:translate(2.0542vw,57.429vh) scale(.2424)}to{transform:translate(5.31835vw,99vh) scale(.2424)}}.snow:nth-child(71){opacity:1.968;transform:translate(.0177vw,-10px) scale(.142);animation:fall-71 26s -16s linear infinite}@keyframes fall-71{47.992%{transform:translate(1.5962vw,47.992vh) scale(.142)}to{transform:translate(.80695vw,99vh) scale(.142)}}.snow:nth-child(72){opacity:.1348;transform:translate(78.8795vw,-10px) scale(.1715);animation:fall-72 27s -20s linear infinite}@keyframes fall-72{54.382%{transform:translate(85.1826vw,54.382vh) scale(.1715)}to{transform:translate(82.03105vw,99vh) scale(.1715)}}.snow:nth-child(73){opacity:.1158;transform:translate(80.1343vw,-10px) scale(.7476);animation:fall-73 17s -4s linear infinite}@keyframes fall-73{56.065%{transform:translate(82.5864vw,56.065vh) scale(.7476)}to{transform:translate(81.36035vw,99vh) scale(.7476)}}.snow:nth-child(74){opacity:1.3636;transform:translate(15.1114vw,-10px) scale(.5834);animation:fall-74 17s -16s linear infinite}@keyframes fall-74{50.549%{transform:translate(20.7709vw,50.549vh) scale(.5834)}to{transform:translate(17.94115vw,99vh) scale(.5834)}}.snow:nth-child(75){opacity:.1846;transform:translate(30.8803vw,-10px) scale(.7893);animation:fall-75 23s -15s linear infinite}@keyframes fall-75{77.986%{transform:translate(30.2424vw,77.986vh) scale(.7893)}to{transform:translate(30.56135vw,99vh) scale(.7893)}}.snow:nth-child(76){opacity:1.0532;transform:translate(4.1162vw,-10px) scale(.5076);animation:fall-76 26s -1s linear infinite}@keyframes fall-76{53.415%{transform:translate(3.5556vw,53.415vh) scale(.5076)}to{transform:translate(3.8359vw,99vh) scale(.5076)}}.snow:nth-child(77){opacity:.7118;transform:translate(21.8901vw,-10px) scale(.1367);animation:fall-77 30s -29s linear infinite}@keyframes fall-77{65.524%{transform:translate(28.4105vw,65.524vh) scale(.1367)}to{transform:translate(25.1503vw,99vh) scale(.1367)}}.snow:nth-child(78){opacity:.2698;transform:translate(31.8425vw,-10px) scale(.6195);animation:fall-78 14s -2s linear infinite}@keyframes fall-78{48.035%{transform:translate(29.0594vw,48.035vh) scale(.6195)}to{transform:translate(30.45095vw,99vh) scale(.6195)}}.snow:nth-child(79){opacity:1.0546;transform:translate(1.6247vw,-10px) scale(.8094);animation:fall-79 25s -12s linear infinite}@keyframes fall-79{56.287%{transform:translate(-3.351vw,56.287vh) scale(.8094)}to{transform:translate(-.86315vw,99vh) scale(.8094)}}.snow:nth-child(80){opacity:1.207;transform:translate(14.1055vw,-10px) scale(.7221);animation:fall-80 27s -4s linear infinite}@keyframes fall-80{46.874%{transform:translate(8.3073vw,46.874vh) scale(.7221)}to{transform:translate(11.2064vw,99vh) scale(.7221)}}.snow:nth-child(81){opacity:1.6678;transform:translate(40.1973vw,-10px) scale(.1905);animation:fall-81 21s -25s linear infinite}@keyframes fall-81{55.238%{transform:translate(42.0166vw,55.238vh) scale(.1905)}to{transform:translate(41.10695vw,99vh) scale(.1905)}}.snow:nth-child(82){opacity:1.0482;transform:translate(36.6973vw,-10px) scale(.391);animation:fall-82 21s -24s linear infinite}@keyframes fall-82{74.211%{transform:translate(39.7899vw,74.211vh) scale(.391)}to{transform:translate(38.2436vw,99vh) scale(.391)}}.snow:nth-child(83){opacity:.6994;transform:translate(3.7366vw,-10px) scale(.7064);animation:fall-83 17s -18s linear infinite}@keyframes fall-83{43.625%{transform:translate(-3.8269vw,43.625vh) scale(.7064)}to{transform:translate(-.04515vw,99vh) scale(.7064)}}.snow:nth-child(84){opacity:.1958;transform:translate(59.3679vw,-10px) scale(.0021);animation:fall-84 23s -9s linear infinite}@keyframes fall-84{73.412%{transform:translate(54.5725vw,73.412vh) scale(.0021)}to{transform:translate(56.9702vw,99vh) scale(.0021)}}.snow:nth-child(85){opacity:1.2992;transform:translate(39.387vw,-10px) scale(.6631);animation:fall-85 20s -11s linear infinite}@keyframes fall-85{58.475%{transform:translate(40.1746vw,58.475vh) scale(.6631)}to{transform:translate(39.7808vw,99vh) scale(.6631)}}.snow:nth-child(86){opacity:1.8456;transform:translate(89.5503vw,-10px) scale(.8322);animation:fall-86 21s -4s linear infinite}@keyframes fall-86{35.992%{transform:translate(94.1849vw,35.992vh) scale(.8322)}to{transform:translate(91.8676vw,99vh) scale(.8322)}}.snow:nth-child(87){opacity:.3386;transform:translate(34.8635vw,-10px) scale(.4616);animation:fall-87 26s -11s linear infinite}@keyframes fall-87{71.194%{transform:translate(30.4393vw,71.194vh) scale(.4616)}to{transform:translate(32.6514vw,99vh) scale(.4616)}}.snow:nth-child(88){opacity:.6474;transform:translate(30.6217vw,-10px) scale(.2315);animation:fall-88 18s -27s linear infinite}@keyframes fall-88{57.092%{transform:translate(27.6063vw,57.092vh) scale(.2315)}to{transform:translate(29.114vw,99vh) scale(.2315)}}.snow:nth-child(89){opacity:1.004;transform:translate(48.714vw,-10px) scale(.6288);animation:fall-89 21s -15s linear infinite}@keyframes fall-89{71.328%{transform:translate(51.0248vw,71.328vh) scale(.6288)}to{transform:translate(49.8694vw,99vh) scale(.6288)}}.snow:nth-child(90){opacity:1.5058;transform:translate(68.5695vw,-10px) scale(.7123);animation:fall-90 11s -22s linear infinite}@keyframes fall-90{56.711%{transform:translate(65.3108vw,56.711vh) scale(.7123)}to{transform:translate(66.94015vw,99vh) scale(.7123)}}.snow:nth-child(91){opacity:1.2318;transform:translate(13.137vw,-10px) scale(.0756);animation:fall-91 18s -2s linear infinite}@keyframes fall-91{47.599%{transform:translate(15.685vw,47.599vh) scale(.0756)}to{transform:translate(14.411vw,99vh) scale(.0756)}}.snow:nth-child(92){opacity:1.062;transform:translate(31.2034vw,-10px) scale(.7187);animation:fall-92 27s -13s linear infinite}@keyframes fall-92{56.389%{transform:translate(40.2634vw,56.389vh) scale(.7187)}to{transform:translate(35.7334vw,99vh) scale(.7187)}}.snow:nth-child(93){opacity:.767;transform:translate(71.1196vw,-10px) scale(.3288);animation:fall-93 26s -15s linear infinite}@keyframes fall-93{79.271%{transform:translate(68.5833vw,79.271vh) scale(.3288)}to{transform:translate(69.85145vw,99vh) scale(.3288)}}.snow:nth-child(94){opacity:1.1002;transform:translate(83.6303vw,-10px) scale(.4847);animation:fall-94 15s -10s linear infinite}@keyframes fall-94{50.934%{transform:translate(76.7172vw,50.934vh) scale(.4847)}to{transform:translate(80.17375vw,99vh) scale(.4847)}}.snow:nth-child(95){opacity:1.3176;transform:translate(20.6484vw,-10px) scale(.1393);animation:fall-95 27s -19s linear infinite}@keyframes fall-95{42.493%{transform:translate(13.217vw,42.493vh) scale(.1393)}to{transform:translate(16.9327vw,99vh) scale(.1393)}}.snow:nth-child(96){opacity:.1382;transform:translate(35.4284vw,-10px) scale(.3199);animation:fall-96 13s -13s linear infinite}@keyframes fall-96{30.278%{transform:translate(32.3356vw,30.278vh) scale(.3199)}to{transform:translate(33.882vw,99vh) scale(.3199)}}.snow:nth-child(97){opacity:1.1658;transform:translate(91.183vw,-10px) scale(.9021);animation:fall-97 22s -11s linear infinite}@keyframes fall-97{49.98%{transform:translate(100.55vw,49.98vh) scale(.9021)}to{transform:translate(95.8665vw,99vh) scale(.9021)}}.snow:nth-child(98){opacity:.7064;transform:translate(12.3215vw,-10px) scale(.1367);animation:fall-98 16s -24s linear infinite}@keyframes fall-98{76.241%{transform:translate(19.0038vw,76.241vh) scale(.1367)}to{transform:translate(15.66265vw,99vh) scale(.1367)}}.snow:nth-child(99){opacity:.3298;transform:translate(6.5543vw,-10px) scale(.4309);animation:fall-99 23s -16s linear infinite}@keyframes fall-99{33.454%{transform:translate(16.0255vw,33.454vh) scale(.4309)}to{transform:translate(11.2899vw,99vh) scale(.4309)}}.snow:nth-child(100){opacity:.013;transform:translate(47.329vw,-10px) scale(.787);animation:fall-100 19s -24s linear infinite}@keyframes fall-100{30.021%{transform:translate(47.6368vw,30.021vh) scale(.787)}to{transform:translate(47.4829vw,99vh) scale(.787)}}.snow:nth-child(101){opacity:.9344;transform:translate(6.5779vw,-10px) scale(.8317);animation:fall-101 24s -3s linear infinite}@keyframes fall-101{35.703%{transform:translate(-.8947vw,35.703vh) scale(.8317)}to{transform:translate(2.8416vw,99vh) scale(.8317)}}.snow:nth-child(102){opacity:1.2978;transform:translate(12.489vw,-10px) scale(.1813);animation:fall-102 27s -4s linear infinite}@keyframes fall-102{64.939%{transform:translate(9.4987vw,64.939vh) scale(.1813)}to{transform:translate(10.99385vw,99vh) scale(.1813)}}.snow:nth-child(103){opacity:.9132;transform:translate(74.1126vw,-10px) scale(.0553);animation:fall-103 29s -14s linear infinite}@keyframes fall-103{46.362%{transform:translate(65.2207vw,46.362vh) scale(.0553)}to{transform:translate(69.66665vw,99vh) scale(.0553)}}.snow:nth-child(104){opacity:.1198;transform:translate(94.2302vw,-10px) scale(.0059);animation:fall-104 22s -9s linear infinite}@keyframes fall-104{68.014%{transform:translate(101.3928vw,68.014vh) scale(.0059)}to{transform:translate(97.8115vw,99vh) scale(.0059)}}.snow:nth-child(105){opacity:.2864;transform:translate(74.0396vw,-10px) scale(.3816);animation:fall-105 28s -12s linear infinite}@keyframes fall-105{77.429%{transform:translate(70.5341vw,77.429vh) scale(.3816)}to{transform:translate(72.28685vw,99vh) scale(.3816)}}.snow:nth-child(106){opacity:1.0902;transform:translate(66.3302vw,-10px) scale(.6848);animation:fall-106 17s -1s linear infinite}@keyframes fall-106{78.77%{transform:translate(72.1625vw,78.77vh) scale(.6848)}to{transform:translate(69.24635vw,99vh) scale(.6848)}}.snow:nth-child(107){opacity:.9174;transform:translate(67.7151vw,-10px) scale(.5503);animation:fall-107 10s -13s linear infinite}@keyframes fall-107{50.142%{transform:translate(67.8382vw,50.142vh) scale(.5503)}to{transform:translate(67.77665vw,99vh) scale(.5503)}}.snow:nth-child(108){opacity:1.5494;transform:translate(63.5651vw,-10px) scale(.413);animation:fall-108 26s -4s linear infinite}@keyframes fall-108{72.952%{transform:translate(54.9016vw,72.952vh) scale(.413)}to{transform:translate(59.23335vw,99vh) scale(.413)}}.snow:nth-child(109){opacity:.9442;transform:translate(60.5572vw,-10px) scale(.4904);animation:fall-109 12s -17s linear infinite}@keyframes fall-109{58.905%{transform:translate(64.901vw,58.905vh) scale(.4904)}to{transform:translate(62.7291vw,99vh) scale(.4904)}}.snow:nth-child(110){opacity:1.8724;transform:translate(10.3946vw,-10px) scale(.2338);animation:fall-110 17s -27s linear infinite}@keyframes fall-110{68.114%{transform:translate(1.7839vw,68.114vh) scale(.2338)}to{transform:translate(6.08925vw,99vh) scale(.2338)}}.snow:nth-child(111){opacity:1.1052;transform:translate(59.4814vw,-10px) scale(.8435);animation:fall-111 11s -23s linear infinite}@keyframes fall-111{69.231%{transform:translate(54.2418vw,69.231vh) scale(.8435)}to{transform:translate(56.8616vw,99vh) scale(.8435)}}.snow:nth-child(112){opacity:1.626;transform:translate(99.6897vw,-10px) scale(.1018);animation:fall-112 18s -12s linear infinite}@keyframes fall-112{52.954%{transform:translate(98.9964vw,52.954vh) scale(.1018)}to{transform:translate(99.34305vw,99vh) scale(.1018)}}.snow:nth-child(113){opacity:1.1862;transform:translate(75.8481vw,-10px) scale(.8287);animation:fall-113 13s -21s linear infinite}@keyframes fall-113{32.722%{transform:translate(78.5683vw,32.722vh) scale(.8287)}to{transform:translate(77.2082vw,99vh) scale(.8287)}}.snow:nth-child(114){opacity:1.901;transform:translate(17.2672vw,-10px) scale(.767);animation:fall-114 29s -11s linear infinite}@keyframes fall-114{51.9%{transform:translate(14.41vw,51.9vh) scale(.767)}to{transform:translate(15.8386vw,99vh) scale(.767)}}.snow:nth-child(115){opacity:.1166;transform:translate(36.2863vw,-10px) scale(.7711);animation:fall-115 18s -14s linear infinite}@keyframes fall-115{65.893%{transform:translate(33.369vw,65.893vh) scale(.7711)}to{transform:translate(34.82765vw,99vh) scale(.7711)}}.snow:nth-child(116){opacity:.9232;transform:translate(66.371vw,-10px) scale(.4676);animation:fall-116 16s -6s linear infinite}@keyframes fall-116{71.718%{transform:translate(63.4152vw,71.718vh) scale(.4676)}to{transform:translate(64.8931vw,99vh) scale(.4676)}}.snow:nth-child(117){opacity:.6102;transform:translate(32.9129vw,-10px) scale(.0582);animation:fall-117 18s -30s linear infinite}@keyframes fall-117{68.202%{transform:translate(30.7275vw,68.202vh) scale(.0582)}to{transform:translate(31.8202vw,99vh) scale(.0582)}}.snow:nth-child(118){opacity:.4352;transform:translate(9.0747vw,-10px) scale(.877);animation:fall-118 25s -11s linear infinite}@keyframes fall-118{49.905%{transform:translate(15.5671vw,49.905vh) scale(.877)}to{transform:translate(12.3209vw,99vh) scale(.877)}}.snow:nth-child(119){opacity:.6066;transform:translate(36.0469vw,-10px) scale(.624);animation:fall-119 10s -14s linear infinite}@keyframes fall-119{63.426%{transform:translate(29.8842vw,63.426vh) scale(.624)}to{transform:translate(32.96555vw,99vh) scale(.624)}}.snow:nth-child(120){opacity:1.5896;transform:translate(72.4293vw,-10px) scale(.1145);animation:fall-120 15s -27s linear infinite}@keyframes fall-120{71.3%{transform:translate(64.8496vw,71.3vh) scale(.1145)}to{transform:translate(68.63945vw,99vh) scale(.1145)}}.snow:nth-child(121){opacity:.6568;transform:translate(60.0602vw,-10px) scale(.8215);animation:fall-121 23s -16s linear infinite}@keyframes fall-121{45.009%{transform:translate(53.7507vw,45.009vh) scale(.8215)}to{transform:translate(56.90545vw,99vh) scale(.8215)}}.snow:nth-child(122){opacity:1.2804;transform:translate(5.0813vw,-10px) scale(.4171);animation:fall-122 15s -12s linear infinite}@keyframes fall-122{32.638%{transform:translate(.1866vw,32.638vh) scale(.4171)}to{transform:translate(2.63395vw,99vh) scale(.4171)}}.snow:nth-child(123){opacity:.0818;transform:translate(94.6728vw,-10px) scale(.238);animation:fall-123 11s -24s linear infinite}@keyframes fall-123{79.519%{transform:translate(101.1269vw,79.519vh) scale(.238)}to{transform:translate(97.89985vw,99vh) scale(.238)}}.snow:nth-child(124){opacity:1.0884;transform:translate(81.1369vw,-10px) scale(.5736);animation:fall-124 21s -20s linear infinite}@keyframes fall-124{61.458%{transform:translate(88.9227vw,61.458vh) scale(.5736)}to{transform:translate(85.0298vw,99vh) scale(.5736)}}.snow:nth-child(125){opacity:1.2806;transform:translate(15.2033vw,-10px) scale(.8399);animation:fall-125 21s -20s linear infinite}@keyframes fall-125{34.852%{transform:translate(17.2543vw,34.852vh) scale(.8399)}to{transform:translate(16.2288vw,99vh) scale(.8399)}}.snow:nth-child(126){opacity:1.1008;transform:translate(2.0168vw,-10px) scale(.2522);animation:fall-126 19s -25s linear infinite}@keyframes fall-126{41.372%{transform:translate(4.8624vw,41.372vh) scale(.2522)}to{transform:translate(3.4396vw,99vh) scale(.2522)}}.snow:nth-child(127){opacity:1.7354;transform:translate(88.5925vw,-10px) scale(.9826);animation:fall-127 14s -29s linear infinite}@keyframes fall-127{73.572%{transform:translate(93.2188vw,73.572vh) scale(.9826)}to{transform:translate(90.90565vw,99vh) scale(.9826)}}.snow:nth-child(128){opacity:1.7538;transform:translate(39.3371vw,-10px) scale(.147);animation:fall-128 13s -3s linear infinite}@keyframes fall-128{42.383%{transform:translate(46.0668vw,42.383vh) scale(.147)}to{transform:translate(42.70195vw,99vh) scale(.147)}}.snow:nth-child(129){opacity:.1424;transform:translate(42.6114vw,-10px) scale(.1886);animation:fall-129 19s -20s linear infinite}@keyframes fall-129{44.061%{transform:translate(52.2637vw,44.061vh) scale(.1886)}to{transform:translate(47.43755vw,99vh) scale(.1886)}}.snow:nth-child(130){opacity:1.4654;transform:translate(62.3858vw,-10px) scale(.3269);animation:fall-130 13s -27s linear infinite}@keyframes fall-130{56.659%{transform:translate(53.7355vw,56.659vh) scale(.3269)}to{transform:translate(58.06065vw,99vh) scale(.3269)}}.snow:nth-child(131){opacity:.6192;transform:translate(58.2246vw,-10px) scale(.2068);animation:fall-131 23s -23s linear infinite}@keyframes fall-131{48.343%{transform:translate(54.2176vw,48.343vh) scale(.2068)}to{transform:translate(56.2211vw,99vh) scale(.2068)}}.snow:nth-child(132){opacity:.367;transform:translate(35.3515vw,-10px) scale(.5184);animation:fall-132 17s -2s linear infinite}@keyframes fall-132{45.626%{transform:translate(27.5366vw,45.626vh) scale(.5184)}to{transform:translate(31.44405vw,99vh) scale(.5184)}}.snow:nth-child(133){opacity:.2126;transform:translate(44.0397vw,-10px) scale(.1506);animation:fall-133 17s -16s linear infinite}@keyframes fall-133{32.389%{transform:translate(36.8162vw,32.389vh) scale(.1506)}to{transform:translate(40.42795vw,99vh) scale(.1506)}}.snow:nth-child(134){opacity:.4084;transform:translate(21.0239vw,-10px) scale(.6872);animation:fall-134 26s -8s linear infinite}@keyframes fall-134{70.1%{transform:translate(24.823vw,70.1vh) scale(.6872)}to{transform:translate(22.92345vw,99vh) scale(.6872)}}.snow:nth-child(135){opacity:.8198;transform:translate(82.8409vw,-10px) scale(.4057);animation:fall-135 22s -7s linear infinite}@keyframes fall-135{77.263%{transform:translate(76.8363vw,77.263vh) scale(.4057)}to{transform:translate(79.8386vw,99vh) scale(.4057)}}.snow:nth-child(136){opacity:1.7144;transform:translate(59.9018vw,-10px) scale(.4662);animation:fall-136 25s -29s linear infinite}@keyframes fall-136{46.99%{transform:translate(57.4393vw,46.99vh) scale(.4662)}to{transform:translate(58.67055vw,99vh) scale(.4662)}}.snow:nth-child(137){opacity:1.203;transform:translate(35.5364vw,-10px) scale(.0374);animation:fall-137 13s -17s linear infinite}@keyframes fall-137{38.729%{transform:translate(41.2821vw,38.729vh) scale(.0374)}to{transform:translate(38.40925vw,99vh) scale(.0374)}}.snow:nth-child(138){opacity:1.2886;transform:translate(17.5843vw,-10px) scale(.7137);animation:fall-138 23s -28s linear infinite}@keyframes fall-138{71.833%{transform:translate(11.4174vw,71.833vh) scale(.7137)}to{transform:translate(14.50085vw,99vh) scale(.7137)}}.snow:nth-child(139){opacity:1.5136;transform:translate(55.3996vw,-10px) scale(.8977);animation:fall-139 12s -16s linear infinite}@keyframes fall-139{35.498%{transform:translate(64.1611vw,35.498vh) scale(.8977)}to{transform:translate(59.78035vw,99vh) scale(.8977)}}.snow:nth-child(140){opacity:.6808;transform:translate(73.8068vw,-10px) scale(.7698);animation:fall-140 11s -22s linear infinite}@keyframes fall-140{74.539%{transform:translate(83.2203vw,74.539vh) scale(.7698)}to{transform:translate(78.51355vw,99vh) scale(.7698)}}.snow:nth-child(141){opacity:.2962;transform:translate(11.5333vw,-10px) scale(.3936);animation:fall-141 22s -28s linear infinite}@keyframes fall-141{30.394%{transform:translate(13.8328vw,30.394vh) scale(.3936)}to{transform:translate(12.68305vw,99vh) scale(.3936)}}.snow:nth-child(142){opacity:.2994;transform:translate(33.1141vw,-10px) scale(.9491);animation:fall-142 24s -8s linear infinite}@keyframes fall-142{75.487%{transform:translate(33.3211vw,75.487vh) scale(.9491)}to{transform:translate(33.2176vw,99vh) scale(.9491)}}.snow:nth-child(143){opacity:1.7328;transform:translate(22.2536vw,-10px) scale(.2305);animation:fall-143 30s -14s linear infinite}@keyframes fall-143{40.475%{transform:translate(28.308vw,40.475vh) scale(.2305)}to{transform:translate(25.2808vw,99vh) scale(.2305)}}.snow:nth-child(144){opacity:.19;transform:translate(33.5586vw,-10px) scale(.9544);animation:fall-144 30s -14s linear infinite}@keyframes fall-144{33.818%{transform:translate(29.7732vw,33.818vh) scale(.9544)}to{transform:translate(31.6659vw,99vh) scale(.9544)}}.snow:nth-child(145){opacity:1.99;transform:translate(46.0381vw,-10px) scale(.2596);animation:fall-145 12s -24s linear infinite}@keyframes fall-145{79.916%{transform:translate(39.2829vw,79.916vh) scale(.2596)}to{transform:translate(42.6605vw,99vh) scale(.2596)}}.snow:nth-child(146){opacity:1.4866;transform:translate(25.2513vw,-10px) scale(.4201);animation:fall-146 10s -5s linear infinite}@keyframes fall-146{57.468%{transform:translate(35.1864vw,57.468vh) scale(.4201)}to{transform:translate(30.21885vw,99vh) scale(.4201)}}.snow:nth-child(147){opacity:.735;transform:translate(42.495vw,-10px) scale(.7778);animation:fall-147 19s -10s linear infinite}@keyframes fall-147{47.109%{transform:translate(38.4197vw,47.109vh) scale(.7778)}to{transform:translate(40.45735vw,99vh) scale(.7778)}}.snow:nth-child(148){opacity:1.632;transform:translate(27.6381vw,-10px) scale(.263);animation:fall-148 26s -2s linear infinite}@keyframes fall-148{39.601%{transform:translate(27.1879vw,39.601vh) scale(.263)}to{transform:translate(27.413vw,99vh) scale(.263)}}.snow:nth-child(149){opacity:.6704;transform:translate(58.3912vw,-10px) scale(.4265);animation:fall-149 11s -14s linear infinite}@keyframes fall-149{78.41%{transform:translate(54.6861vw,78.41vh) scale(.4265)}to{transform:translate(56.53865vw,99vh) scale(.4265)}}.snow:nth-child(150){opacity:1.9212;transform:translate(66.2956vw,-10px) scale(.2882);animation:fall-150 29s -21s linear infinite}@keyframes fall-150{50.405%{transform:translate(61.7483vw,50.405vh) scale(.2882)}to{transform:translate(64.02195vw,99vh) scale(.2882)}}.snow:nth-child(151){opacity:.1286;transform:translate(69.8613vw,-10px) scale(.1072);animation:fall-151 19s -10s linear infinite}@keyframes fall-151{55.373%{transform:translate(62.184vw,55.373vh) scale(.1072)}to{transform:translate(66.02265vw,99vh) scale(.1072)}}.snow:nth-child(152){opacity:.0852;transform:translate(41.4143vw,-10px) scale(.7827);animation:fall-152 11s -23s linear infinite}@keyframes fall-152{33.992%{transform:translate(42.3166vw,33.992vh) scale(.7827)}to{transform:translate(41.86545vw,99vh) scale(.7827)}}.snow:nth-child(153){opacity:1.8986;transform:translate(64.047vw,-10px) scale(.4124);animation:fall-153 14s -16s linear infinite}@keyframes fall-153{38.123%{transform:translate(59.7111vw,38.123vh) scale(.4124)}to{transform:translate(61.87905vw,99vh) scale(.4124)}}.snow:nth-child(154){opacity:.1602;transform:translate(69.9196vw,-10px) scale(.0686);animation:fall-154 22s -20s linear infinite}@keyframes fall-154{64.713%{transform:translate(66.8007vw,64.713vh) scale(.0686)}to{transform:translate(68.36015vw,99vh) scale(.0686)}}.snow:nth-child(155){opacity:1.879;transform:translate(54.6517vw,-10px) scale(.4746);animation:fall-155 22s -16s linear infinite}@keyframes fall-155{37.522%{transform:translate(61.4448vw,37.522vh) scale(.4746)}to{transform:translate(58.04825vw,99vh) scale(.4746)}}.snow:nth-child(156){opacity:1.0488;transform:translate(38.7422vw,-10px) scale(.1663);animation:fall-156 29s -16s linear infinite}@keyframes fall-156{35.453%{transform:translate(44.9611vw,35.453vh) scale(.1663)}to{transform:translate(41.85165vw,99vh) scale(.1663)}}.snow:nth-child(157){opacity:1.2572;transform:translate(53.2246vw,-10px) scale(.1535);animation:fall-157 28s -29s linear infinite}@keyframes fall-157{78.567%{transform:translate(51.2647vw,78.567vh) scale(.1535)}to{transform:translate(52.24465vw,99vh) scale(.1535)}}.snow:nth-child(158){opacity:.12;transform:translate(57.6148vw,-10px) scale(.1421);animation:fall-158 26s -24s linear infinite}@keyframes fall-158{31.38%{transform:translate(58.2346vw,31.38vh) scale(.1421)}to{transform:translate(57.9247vw,99vh) scale(.1421)}}.snow:nth-child(159){opacity:.8202;transform:translate(38.4714vw,-10px) scale(.9609);animation:fall-159 19s -5s linear infinite}@keyframes fall-159{71.281%{transform:translate(34.906vw,71.281vh) scale(.9609)}to{transform:translate(36.6887vw,99vh) scale(.9609)}}.snow:nth-child(160){opacity:.7548;transform:translate(84.2272vw,-10px) scale(.6077);animation:fall-160 17s -14s linear infinite}@keyframes fall-160{48.776%{transform:translate(87.2786vw,48.776vh) scale(.6077)}to{transform:translate(85.7529vw,99vh) scale(.6077)}}.snow:nth-child(161){opacity:.5338;transform:translate(98.0933vw,-10px) scale(.2653);animation:fall-161 17s -2s linear infinite}@keyframes fall-161{61.779%{transform:translate(99.6771vw,61.779vh) scale(.2653)}to{transform:translate(98.8852vw,99vh) scale(.2653)}}.snow:nth-child(162){opacity:.5112;transform:translate(81.3251vw,-10px) scale(.6799);animation:fall-162 24s -11s linear infinite}@keyframes fall-162{38.836%{transform:translate(82.4797vw,38.836vh) scale(.6799)}to{transform:translate(81.9024vw,99vh) scale(.6799)}}.snow:nth-child(163){opacity:.209;transform:translate(64.6735vw,-10px) scale(.978);animation:fall-163 23s -18s linear infinite}@keyframes fall-163{54.373%{transform:translate(64.5988vw,54.373vh) scale(.978)}to{transform:translate(64.63615vw,99vh) scale(.978)}}.snow:nth-child(164){opacity:1.367;transform:translate(78.9996vw,-10px) scale(.3933);animation:fall-164 21s -26s linear infinite}@keyframes fall-164{62.826%{transform:translate(80.8807vw,62.826vh) scale(.3933)}to{transform:translate(79.94015vw,99vh) scale(.3933)}}.snow:nth-child(165){opacity:1.1074;transform:translate(55.5716vw,-10px) scale(.5725);animation:fall-165 20s -1s linear infinite}@keyframes fall-165{42.502%{transform:translate(54.5207vw,42.502vh) scale(.5725)}to{transform:translate(55.04615vw,99vh) scale(.5725)}}.snow:nth-child(166){opacity:.9986;transform:translate(54.9016vw,-10px) scale(.6981);animation:fall-166 24s -2s linear infinite}@keyframes fall-166{51.638%{transform:translate(58.5739vw,51.638vh) scale(.6981)}to{transform:translate(56.73775vw,99vh) scale(.6981)}}.snow:nth-child(167){opacity:.6668;transform:translate(97.3039vw,-10px) scale(.8736);animation:fall-167 11s -4s linear infinite}@keyframes fall-167{44.509%{transform:translate(97.6865vw,44.509vh) scale(.8736)}to{transform:translate(97.4952vw,99vh) scale(.8736)}}.snow:nth-child(168){opacity:1.8922;transform:translate(29.2525vw,-10px) scale(.1772);animation:fall-168 13s -24s linear infinite}@keyframes fall-168{74.448%{transform:translate(20.922vw,74.448vh) scale(.1772)}to{transform:translate(25.08725vw,99vh) scale(.1772)}}.snow:nth-child(169){opacity:.4528;transform:translate(22.0384vw,-10px) scale(.9977);animation:fall-169 10s -4s linear infinite}@keyframes fall-169{66.294%{transform:translate(25.6471vw,66.294vh) scale(.9977)}to{transform:translate(23.84275vw,99vh) scale(.9977)}}.snow:nth-child(170){opacity:.5564;transform:translate(43.8703vw,-10px) scale(.0254);animation:fall-170 28s -10s linear infinite}@keyframes fall-170{30.524%{transform:translate(45.855vw,30.524vh) scale(.0254)}to{transform:translate(44.86265vw,99vh) scale(.0254)}}.snow:nth-child(171){opacity:1.7192;transform:translate(72.1063vw,-10px) scale(.4665);animation:fall-171 25s -15s linear infinite}@keyframes fall-171{76.019%{transform:translate(70.6688vw,76.019vh) scale(.4665)}to{transform:translate(71.38755vw,99vh) scale(.4665)}}.snow:nth-child(172){opacity:1.621;transform:translate(8.4533vw,-10px) scale(.4777);animation:fall-172 27s -11s linear infinite}@keyframes fall-172{32.806%{transform:translate(1.7172vw,32.806vh) scale(.4777)}to{transform:translate(5.08525vw,99vh) scale(.4777)}}.snow:nth-child(173){opacity:1.7726;transform:translate(17.2109vw,-10px) scale(.9171);animation:fall-173 11s -5s linear infinite}@keyframes fall-173{53.362%{transform:translate(22.5892vw,53.362vh) scale(.9171)}to{transform:translate(19.90005vw,99vh) scale(.9171)}}.snow:nth-child(174){opacity:.829;transform:translate(18.1705vw,-10px) scale(.1541);animation:fall-174 10s -5s linear infinite}@keyframes fall-174{56.955%{transform:translate(23.8046vw,56.955vh) scale(.1541)}to{transform:translate(20.98755vw,99vh) scale(.1541)}}.snow:nth-child(175){opacity:.3578;transform:translate(48.0554vw,-10px) scale(.0694);animation:fall-175 25s -10s linear infinite}@keyframes fall-175{44.915%{transform:translate(39.3212vw,44.915vh) scale(.0694)}to{transform:translate(43.6883vw,99vh) scale(.0694)}}.snow:nth-child(176){opacity:1.918;transform:translate(54.3121vw,-10px) scale(.4696);animation:fall-176 22s -5s linear infinite}@keyframes fall-176{57.801%{transform:translate(55.0858vw,57.801vh) scale(.4696)}to{transform:translate(54.69895vw,99vh) scale(.4696)}}.snow:nth-child(177){opacity:1.9784;transform:translate(54.0578vw,-10px) scale(.5536);animation:fall-177 15s -17s linear infinite}@keyframes fall-177{69.087%{transform:translate(49.7703vw,69.087vh) scale(.5536)}to{transform:translate(51.91405vw,99vh) scale(.5536)}}.snow:nth-child(178){opacity:.2948;transform:translate(4.9604vw,-10px) scale(.9793);animation:fall-178 24s -20s linear infinite}@keyframes fall-178{69.437%{transform:translate(5.2827vw,69.437vh) scale(.9793)}to{transform:translate(5.12155vw,99vh) scale(.9793)}}.snow:nth-child(179){opacity:.7362;transform:translate(62.3796vw,-10px) scale(.9104);animation:fall-179 13s -18s linear infinite}@keyframes fall-179{46.1%{transform:translate(72.3678vw,46.1vh) scale(.9104)}to{transform:translate(67.3737vw,99vh) scale(.9104)}}.snow:nth-child(180){opacity:.7062;transform:translate(19.5535vw,-10px) scale(.7937);animation:fall-180 23s -24s linear infinite}@keyframes fall-180{47.431%{transform:translate(18.0317vw,47.431vh) scale(.7937)}to{transform:translate(18.7926vw,99vh) scale(.7937)}}.snow:nth-child(181){opacity:.1072;transform:translate(5.7037vw,-10px) scale(.0404);animation:fall-181 29s -14s linear infinite}@keyframes fall-181{37.771%{transform:translate(12.0754vw,37.771vh) scale(.0404)}to{transform:translate(8.88955vw,99vh) scale(.0404)}}.snow:nth-child(182){opacity:1.2418;transform:translate(7.7835vw,-10px) scale(.2957);animation:fall-182 14s -1s linear infinite}@keyframes fall-182{31.062%{transform:translate(-.6336vw,31.062vh) scale(.2957)}to{transform:translate(3.57495vw,99vh) scale(.2957)}}.snow:nth-child(183){opacity:.4846;transform:translate(16.3399vw,-10px) scale(.0963);animation:fall-183 14s -9s linear infinite}@keyframes fall-183{77.706%{transform:translate(11.4857vw,77.706vh) scale(.0963)}to{transform:translate(13.9128vw,99vh) scale(.0963)}}.snow:nth-child(184){opacity:.6138;transform:translate(16.4996vw,-10px) scale(.821);animation:fall-184 21s -1s linear infinite}@keyframes fall-184{73.665%{transform:translate(12.1132vw,73.665vh) scale(.821)}to{transform:translate(14.3064vw,99vh) scale(.821)}}.snow:nth-child(185){opacity:1.33;transform:translate(2.3649vw,-10px) scale(.7989);animation:fall-185 17s -26s linear infinite}@keyframes fall-185{42.894%{transform:translate(-3.018vw,42.894vh) scale(.7989)}to{transform:translate(-.32655vw,99vh) scale(.7989)}}.snow:nth-child(186){opacity:1.884;transform:translate(61.5335vw,-10px) scale(.2281);animation:fall-186 22s -8s linear infinite}@keyframes fall-186{51.251%{transform:translate(54.2007vw,51.251vh) scale(.2281)}to{transform:translate(57.8671vw,99vh) scale(.2281)}}.snow:nth-child(187){opacity:.9108;transform:translate(21.1962vw,-10px) scale(.4702);animation:fall-187 14s -4s linear infinite}@keyframes fall-187{50.857%{transform:translate(28.6499vw,50.857vh) scale(.4702)}to{transform:translate(24.92305vw,99vh) scale(.4702)}}.snow:nth-child(188){opacity:.718;transform:translate(38.7401vw,-10px) scale(.7295);animation:fall-188 14s -17s linear infinite}@keyframes fall-188{60.23%{transform:translate(42.7002vw,60.23vh) scale(.7295)}to{transform:translate(40.72015vw,99vh) scale(.7295)}}.snow:nth-child(189){opacity:1.734;transform:translate(23.0662vw,-10px) scale(.1091);animation:fall-189 13s -26s linear infinite}@keyframes fall-189{71.102%{transform:translate(25.0839vw,71.102vh) scale(.1091)}to{transform:translate(24.07505vw,99vh) scale(.1091)}}.snow:nth-child(190){opacity:1.8766;transform:translate(72.8781vw,-10px) scale(.1906);animation:fall-190 20s -27s linear infinite}@keyframes fall-190{34.416%{transform:translate(81.3299vw,34.416vh) scale(.1906)}to{transform:translate(77.104vw,99vh) scale(.1906)}}.snow:nth-child(191){opacity:1.735;transform:translate(87.722vw,-10px) scale(.1625);animation:fall-191 13s -24s linear infinite}@keyframes fall-191{33.733%{transform:translate(96.6268vw,33.733vh) scale(.1625)}to{transform:translate(92.1744vw,99vh) scale(.1625)}}.snow:nth-child(192){opacity:.989;transform:translate(25.4198vw,-10px) scale(.3728);animation:fall-192 12s -30s linear infinite}@keyframes fall-192{78.929%{transform:translate(32.0867vw,78.929vh) scale(.3728)}to{transform:translate(28.75325vw,99vh) scale(.3728)}}.snow:nth-child(193){opacity:.344;transform:translate(93.5246vw,-10px) scale(.6443);animation:fall-193 20s -6s linear infinite}@keyframes fall-193{73.789%{transform:translate(100.4642vw,73.789vh) scale(.6443)}to{transform:translate(96.9944vw,99vh) scale(.6443)}}.snow:nth-child(194){opacity:1.743;transform:translate(61.3304vw,-10px) scale(.1256);animation:fall-194 17s -22s linear infinite}@keyframes fall-194{56.663%{transform:translate(63.9325vw,56.663vh) scale(.1256)}to{transform:translate(62.63145vw,99vh) scale(.1256)}}.snow:nth-child(195){opacity:1.3674;transform:translate(11.3093vw,-10px) scale(.5628);animation:fall-195 17s -3s linear infinite}@keyframes fall-195{46.034%{transform:translate(1.8325vw,46.034vh) scale(.5628)}to{transform:translate(6.5709vw,99vh) scale(.5628)}}.snow:nth-child(196){opacity:.2792;transform:translate(89.4279vw,-10px) scale(.9004);animation:fall-196 10s -11s linear infinite}@keyframes fall-196{78.725%{transform:translate(80.2338vw,78.725vh) scale(.9004)}to{transform:translate(84.83085vw,99vh) scale(.9004)}}.snow:nth-child(197){opacity:1.3846;transform:translate(96.4592vw,-10px) scale(.4472);animation:fall-197 20s -4s linear infinite}@keyframes fall-197{71.689%{transform:translate(103.7925vw,71.689vh) scale(.4472)}to{transform:translate(100.12585vw,99vh) scale(.4472)}}.snow:nth-child(198){opacity:.7128;transform:translate(53.9221vw,-10px) scale(.6915);animation:fall-198 20s -29s linear infinite}@keyframes fall-198{40.412%{transform:translate(53.4402vw,40.412vh) scale(.6915)}to{transform:translate(53.68115vw,99vh) scale(.6915)}}.snow:nth-child(199){opacity:.9566;transform:translate(70.0469vw,-10px) scale(.0227);animation:fall-199 24s -6s linear infinite}@keyframes fall-199{53.029%{transform:translate(71.1932vw,53.029vh) scale(.0227)}to{transform:translate(70.62005vw,99vh) scale(.0227)}}.snow:nth-child(200){opacity:.47;transform:translate(37.5794vw,-10px) scale(.8722);animation:fall-200 15s -6s linear infinite}@keyframes fall-200{43.92%{transform:translate(44.1387vw,43.92vh) scale(.8722)}to{transform:translate(40.85905vw,99vh) scale(.8722)}}.snow:nth-child(201){opacity:1.721;transform:translate(85.9102vw,-10px) scale(.0609);animation:fall-201 14s -19s linear infinite}@keyframes fall-201{69.288%{transform:translate(78.8287vw,69.288vh) scale(.0609)}to{transform:translate(82.36945vw,99vh) scale(.0609)}}.snow:nth-child(202){opacity:.2296;transform:translate(8.3956vw,-10px) scale(.2659);animation:fall-202 14s -22s linear infinite}@keyframes fall-202{31.114%{transform:translate(1.9865vw,31.114vh) scale(.2659)}to{transform:translate(5.19105vw,99vh) scale(.2659)}}.snow:nth-child(203){opacity:.608;transform:translate(64.6703vw,-10px) scale(.1417);animation:fall-203 29s -20s linear infinite}@keyframes fall-203{63.413%{transform:translate(62.9923vw,63.413vh) scale(.1417)}to{transform:translate(63.8313vw,99vh) scale(.1417)}}.snow:nth-child(204){opacity:.9374;transform:translate(47.3215vw,-10px) scale(.7804);animation:fall-204 24s -29s linear infinite}@keyframes fall-204{31.172%{transform:translate(41.1368vw,31.172vh) scale(.7804)}to{transform:translate(44.22915vw,99vh) scale(.7804)}}.snow:nth-child(205){opacity:.3702;transform:translate(78.1376vw,-10px) scale(.8517);animation:fall-205 26s -11s linear infinite}@keyframes fall-205{41.084%{transform:translate(85.2056vw,41.084vh) scale(.8517)}to{transform:translate(81.6716vw,99vh) scale(.8517)}}.snow:nth-child(206){opacity:.9436;transform:translate(77.5738vw,-10px) scale(.8006);animation:fall-206 15s -23s linear infinite}@keyframes fall-206{49.785%{transform:translate(82.8092vw,49.785vh) scale(.8006)}to{transform:translate(80.1915vw,99vh) scale(.8006)}}.snow:nth-child(207){opacity:.177;transform:translate(79.2699vw,-10px) scale(.6044);animation:fall-207 24s -11s linear infinite}@keyframes fall-207{38.127%{transform:translate(73.826vw,38.127vh) scale(.6044)}to{transform:translate(76.54795vw,99vh) scale(.6044)}}.snow:nth-child(208){opacity:1.1234;transform:translate(26.5333vw,-10px) scale(.2339);animation:fall-208 16s -20s linear infinite}@keyframes fall-208{40.613%{transform:translate(18.8826vw,40.613vh) scale(.2339)}to{transform:translate(22.70795vw,99vh) scale(.2339)}}.snow:nth-child(209){opacity:.347;transform:translate(46.5968vw,-10px) scale(.9533);animation:fall-209 27s -17s linear infinite}@keyframes fall-209{55.632%{transform:translate(38.7165vw,55.632vh) scale(.9533)}to{transform:translate(42.65665vw,99vh) scale(.9533)}}.snow:nth-child(210){opacity:1.3162;transform:translate(84.2347vw,-10px) scale(.3294);animation:fall-210 23s -25s linear infinite}@keyframes fall-210{30.743%{transform:translate(80.2611vw,30.743vh) scale(.3294)}to{transform:translate(82.2479vw,99vh) scale(.3294)}}.snow:nth-child(211){opacity:.884;transform:translate(47.736vw,-10px) scale(.546);animation:fall-211 16s -13s linear infinite}@keyframes fall-211{39.023%{transform:translate(50.8265vw,39.023vh) scale(.546)}to{transform:translate(49.28125vw,99vh) scale(.546)}}.snow:nth-child(212){opacity:.4128;transform:translate(90.9817vw,-10px) scale(.5765);animation:fall-212 11s -13s linear infinite}@keyframes fall-212{76.946%{transform:translate(85.1914vw,76.946vh) scale(.5765)}to{transform:translate(88.08655vw,99vh) scale(.5765)}}.snow:nth-child(213){opacity:1.3538;transform:translate(92.5575vw,-10px) scale(.8445);animation:fall-213 21s -21s linear infinite}@keyframes fall-213{66.437%{transform:translate(100.3529vw,66.437vh) scale(.8445)}to{transform:translate(96.4552vw,99vh) scale(.8445)}}.snow:nth-child(214){opacity:.062;transform:translate(74.0892vw,-10px) scale(.1098);animation:fall-214 14s -27s linear infinite}@keyframes fall-214{39.334%{transform:translate(73.2218vw,39.334vh) scale(.1098)}to{transform:translate(73.6555vw,99vh) scale(.1098)}}.snow:nth-child(215){opacity:.5596;transform:translate(61.8794vw,-10px) scale(.2341);animation:fall-215 15s -15s linear infinite}@keyframes fall-215{47.724%{transform:translate(56.8662vw,47.724vh) scale(.2341)}to{transform:translate(59.3728vw,99vh) scale(.2341)}}.snow:nth-child(216){opacity:1.316;transform:translate(50.1423vw,-10px) scale(.5822);animation:fall-216 17s -2s linear infinite}@keyframes fall-216{35.535%{transform:translate(53.9692vw,35.535vh) scale(.5822)}to{transform:translate(52.05575vw,99vh) scale(.5822)}}.snow:nth-child(217){opacity:1.3258;transform:translate(58.6774vw,-10px) scale(.0039);animation:fall-217 22s -18s linear infinite}@keyframes fall-217{65.631%{transform:translate(49.9312vw,65.631vh) scale(.0039)}to{transform:translate(54.3043vw,99vh) scale(.0039)}}.snow:nth-child(218){opacity:1.4892;transform:translate(3.5771vw,-10px) scale(.6522);animation:fall-218 25s -10s linear infinite}@keyframes fall-218{47.794%{transform:translate(3.1232vw,47.794vh) scale(.6522)}to{transform:translate(3.35015vw,99vh) scale(.6522)}}.snow:nth-child(219){opacity:1.9458;transform:translate(98.2121vw,-10px) scale(.2064);animation:fall-219 26s -9s linear infinite}@keyframes fall-219{71.644%{transform:translate(107.234vw,71.644vh) scale(.2064)}to{transform:translate(102.72305vw,99vh) scale(.2064)}}.snow:nth-child(220){opacity:1.092;transform:translate(61.293vw,-10px) scale(.7673);animation:fall-220 17s -6s linear infinite}@keyframes fall-220{66.254%{transform:translate(69.9818vw,66.254vh) scale(.7673)}to{transform:translate(65.6374vw,99vh) scale(.7673)}}.snow:nth-child(221){opacity:1.3196;transform:translate(65.3739vw,-10px) scale(.0807);animation:fall-221 24s -16s linear infinite}@keyframes fall-221{54.717%{transform:translate(72.3193vw,54.717vh) scale(.0807)}to{transform:translate(68.8466vw,99vh) scale(.0807)}}.snow:nth-child(222){opacity:1.7506;transform:translate(23.5832vw,-10px) scale(.1037);animation:fall-222 19s -13s linear infinite}@keyframes fall-222{77.119%{transform:translate(28.2229vw,77.119vh) scale(.1037)}to{transform:translate(25.90305vw,99vh) scale(.1037)}}.snow:nth-child(223){opacity:1.4008;transform:translate(28.0388vw,-10px) scale(.5362);animation:fall-223 11s -23s linear infinite}@keyframes fall-223{30.617%{transform:translate(22.3978vw,30.617vh) scale(.5362)}to{transform:translate(25.2183vw,99vh) scale(.5362)}}.snow:nth-child(224){opacity:1.2624;transform:translate(90.1349vw,-10px) scale(.8964);animation:fall-224 25s -18s linear infinite}@keyframes fall-224{72.452%{transform:translate(91.7141vw,72.452vh) scale(.8964)}to{transform:translate(90.9245vw,99vh) scale(.8964)}}.snow:nth-child(225){opacity:1.7026;transform:translate(88.0433vw,-10px) scale(.0617);animation:fall-225 12s -5s linear infinite}@keyframes fall-225{51.639%{transform:translate(78.1763vw,51.639vh) scale(.0617)}to{transform:translate(83.1098vw,99vh) scale(.0617)}}.snow:nth-child(226){opacity:.4064;transform:translate(41.8913vw,-10px) scale(.2806);animation:fall-226 17s -21s linear infinite}@keyframes fall-226{45.103%{transform:translate(51.3012vw,45.103vh) scale(.2806)}to{transform:translate(46.59625vw,99vh) scale(.2806)}}.snow:nth-child(227){opacity:1.0982;transform:translate(57.0921vw,-10px) scale(.0678);animation:fall-227 12s -29s linear infinite}@keyframes fall-227{60.774%{transform:translate(48.1949vw,60.774vh) scale(.0678)}to{transform:translate(52.6435vw,99vh) scale(.0678)}}.snow:nth-child(228){opacity:.8522;transform:translate(74.4592vw,-10px) scale(.533);animation:fall-228 28s -28s linear infinite}@keyframes fall-228{62.584%{transform:translate(80.5919vw,62.584vh) scale(.533)}to{transform:translate(77.52555vw,99vh) scale(.533)}}.snow:nth-child(229){opacity:1.7718;transform:translate(95.511vw,-10px) scale(.4763);animation:fall-229 23s -6s linear infinite}@keyframes fall-229{79.106%{transform:translate(89.8102vw,79.106vh) scale(.4763)}to{transform:translate(92.6606vw,99vh) scale(.4763)}}.snow:nth-child(230){opacity:.731;transform:translate(46.8686vw,-10px) scale(.1534);animation:fall-230 12s -6s linear infinite}@keyframes fall-230{55.704%{transform:translate(53.4561vw,55.704vh) scale(.1534)}to{transform:translate(50.16235vw,99vh) scale(.1534)}}.snow:nth-child(231){opacity:1.9288;transform:translate(54.7018vw,-10px) scale(.3116);animation:fall-231 25s -6s linear infinite}@keyframes fall-231{31.131%{transform:translate(62.9427vw,31.131vh) scale(.3116)}to{transform:translate(58.82225vw,99vh) scale(.3116)}}.snow:nth-child(232){opacity:.5066;transform:translate(32.0706vw,-10px) scale(.3668);animation:fall-232 17s -4s linear infinite}@keyframes fall-232{74.915%{transform:translate(28.4335vw,74.915vh) scale(.3668)}to{transform:translate(30.25205vw,99vh) scale(.3668)}}.snow:nth-child(233){opacity:1.9382;transform:translate(80.0733vw,-10px) scale(.6331);animation:fall-233 11s -18s linear infinite}@keyframes fall-233{45.485%{transform:translate(84.1046vw,45.485vh) scale(.6331)}to{transform:translate(82.08895vw,99vh) scale(.6331)}}.snow:nth-child(234){opacity:1.955;transform:translate(69.0904vw,-10px) scale(.9027);animation:fall-234 11s -12s linear infinite}@keyframes fall-234{74.385%{transform:translate(71.3589vw,74.385vh) scale(.9027)}to{transform:translate(70.22465vw,99vh) scale(.9027)}}.snow:nth-child(235){opacity:1.0894;transform:translate(72.2672vw,-10px) scale(.431);animation:fall-235 13s -26s linear infinite}@keyframes fall-235{44.868%{transform:translate(73.6083vw,44.868vh) scale(.431)}to{transform:translate(72.93775vw,99vh) scale(.431)}}.snow:nth-child(236){opacity:1.7124;transform:translate(17.0858vw,-10px) scale(.9635);animation:fall-236 28s -19s linear infinite}@keyframes fall-236{56.542%{transform:translate(22.2302vw,56.542vh) scale(.9635)}to{transform:translate(19.658vw,99vh) scale(.9635)}}.snow:nth-child(237){opacity:.4594;transform:translate(80.599vw,-10px) scale(.0021);animation:fall-237 19s -7s linear infinite}@keyframes fall-237{74.079%{transform:translate(89.2889vw,74.079vh) scale(.0021)}to{transform:translate(84.94395vw,99vh) scale(.0021)}}.snow:nth-child(238){opacity:1.652;transform:translate(65.5864vw,-10px) scale(.0199);animation:fall-238 19s -17s linear infinite}@keyframes fall-238{78.228%{transform:translate(75.2305vw,78.228vh) scale(.0199)}to{transform:translate(70.40845vw,99vh) scale(.0199)}}.snow:nth-child(239){opacity:.1486;transform:translate(52.3834vw,-10px) scale(.2314);animation:fall-239 16s -18s linear infinite}@keyframes fall-239{64.656%{transform:translate(52.2464vw,64.656vh) scale(.2314)}to{transform:translate(52.3149vw,99vh) scale(.2314)}}.snow:nth-child(240){opacity:1.789;transform:translate(91.7063vw,-10px) scale(.8466);animation:fall-240 12s -11s linear infinite}@keyframes fall-240{78.252%{transform:translate(86.843vw,78.252vh) scale(.8466)}to{transform:translate(89.27465vw,99vh) scale(.8466)}}.snow:nth-child(241){opacity:1.9646;transform:translate(16.3027vw,-10px) scale(.9639);animation:fall-241 27s -24s linear infinite}@keyframes fall-241{41.072%{transform:translate(14.2378vw,41.072vh) scale(.9639)}to{transform:translate(15.27025vw,99vh) scale(.9639)}}.snow:nth-child(242){opacity:.2562;transform:translate(67.5138vw,-10px) scale(.936);animation:fall-242 29s -28s linear infinite}@keyframes fall-242{37.469%{transform:translate(60.4398vw,37.469vh) scale(.936)}to{transform:translate(63.9768vw,99vh) scale(.936)}}.snow:nth-child(243){opacity:.958;transform:translate(52.7771vw,-10px) scale(.0418);animation:fall-243 19s -2s linear infinite}@keyframes fall-243{78.531%{transform:translate(52.4801vw,78.531vh) scale(.0418)}to{transform:translate(52.6286vw,99vh) scale(.0418)}}.snow:nth-child(244){opacity:.7214;transform:translate(93.3193vw,-10px) scale(.4803);animation:fall-244 12s -29s linear infinite}@keyframes fall-244{55.267%{transform:translate(90.9261vw,55.267vh) scale(.4803)}to{transform:translate(92.1227vw,99vh) scale(.4803)}}.snow:nth-child(245){opacity:1.1056;transform:translate(88.6003vw,-10px) scale(.1538);animation:fall-245 17s -24s linear infinite}@keyframes fall-245{49.162%{transform:translate(87.8055vw,49.162vh) scale(.1538)}to{transform:translate(88.2029vw,99vh) scale(.1538)}}.snow:nth-child(246){opacity:1.367;transform:translate(77.3162vw,-10px) scale(.3813);animation:fall-246 18s -1s linear infinite}@keyframes fall-246{70.436%{transform:translate(70.5651vw,70.436vh) scale(.3813)}to{transform:translate(73.94065vw,99vh) scale(.3813)}}.snow:nth-child(247){opacity:1.6734;transform:translate(8.3618vw,-10px) scale(.3744);animation:fall-247 14s -5s linear infinite}@keyframes fall-247{54.09%{transform:translate(17.5063vw,54.09vh) scale(.3744)}to{transform:translate(12.93405vw,99vh) scale(.3744)}}.snow:nth-child(248){opacity:.0492;transform:translate(90.291vw,-10px) scale(.6985);animation:fall-248 14s -13s linear infinite}@keyframes fall-248{50.458%{transform:translate(88.8434vw,50.458vh) scale(.6985)}to{transform:translate(89.5672vw,99vh) scale(.6985)}}.snow:nth-child(249){opacity:.8382;transform:translate(44.8492vw,-10px) scale(.6041);animation:fall-249 12s -28s linear infinite}@keyframes fall-249{69.5%{transform:translate(38.3365vw,69.5vh) scale(.6041)}to{transform:translate(41.59285vw,99vh) scale(.6041)}}.snow:nth-child(250){opacity:1.565;transform:translate(53.3575vw,-10px) scale(.8123);animation:fall-250 25s -26s linear infinite}@keyframes fall-250{76.835%{transform:translate(57.5333vw,76.835vh) scale(.8123)}to{transform:translate(55.4454vw,99vh) scale(.8123)}}.snow:nth-child(251){opacity:1.2724;transform:translate(98.3358vw,-10px) scale(.0855);animation:fall-251 10s -28s linear infinite}@keyframes fall-251{51.98%{transform:translate(101.767vw,51.98vh) scale(.0855)}to{transform:translate(100.0514vw,99vh) scale(.0855)}}.snow:nth-child(252){opacity:1.1224;transform:translate(62.5737vw,-10px) scale(.7862);animation:fall-252 22s -17s linear infinite}@keyframes fall-252{78.322%{transform:translate(54.5396vw,78.322vh) scale(.7862)}to{transform:translate(58.55665vw,99vh) scale(.7862)}}.snow:nth-child(253){opacity:.8086;transform:translate(96.9739vw,-10px) scale(.6638);animation:fall-253 27s -4s linear infinite}@keyframes fall-253{37.571%{transform:translate(97.1307vw,37.571vh) scale(.6638)}to{transform:translate(97.0523vw,99vh) scale(.6638)}}.snow:nth-child(254){opacity:.6196;transform:translate(98.2609vw,-10px) scale(.9845);animation:fall-254 19s -1s linear infinite}@keyframes fall-254{77.394%{transform:translate(102.4378vw,77.394vh) scale(.9845)}to{transform:translate(100.34935vw,99vh) scale(.9845)}}.snow:nth-child(255){opacity:.8958;transform:translate(91.6993vw,-10px) scale(.4721);animation:fall-255 11s -24s linear infinite}@keyframes fall-255{37.48%{transform:translate(91.7567vw,37.48vh) scale(.4721)}to{transform:translate(91.728vw,99vh) scale(.4721)}}.snow:nth-child(256){opacity:.5392;transform:translate(37.2296vw,-10px) scale(.6089);animation:fall-256 29s -16s linear infinite}@keyframes fall-256{35.929%{transform:translate(36.8529vw,35.929vh) scale(.6089)}to{transform:translate(37.04125vw,99vh) scale(.6089)}}.snow:nth-child(257){opacity:.1354;transform:translate(39.0961vw,-10px) scale(.8853);animation:fall-257 16s -10s linear infinite}@keyframes fall-257{34.509%{transform:translate(30.9055vw,34.509vh) scale(.8853)}to{transform:translate(35.0008vw,99vh) scale(.8853)}}.snow:nth-child(258){opacity:.3348;transform:translate(30.7352vw,-10px) scale(.4681);animation:fall-258 14s -27s linear infinite}@keyframes fall-258{64.56%{transform:translate(32.9376vw,64.56vh) scale(.4681)}to{transform:translate(31.8364vw,99vh) scale(.4681)}}.snow:nth-child(259){opacity:1.6356;transform:translate(20.2447vw,-10px) scale(.024);animation:fall-259 16s -21s linear infinite}@keyframes fall-259{66.171%{transform:translate(24.6017vw,66.171vh) scale(.024)}to{transform:translate(22.4232vw,99vh) scale(.024)}}.snow:nth-child(260){opacity:.332;transform:translate(5.0998vw,-10px) scale(.0861);animation:fall-260 28s -29s linear infinite}@keyframes fall-260{42.026%{transform:translate(1.9197vw,42.026vh) scale(.0861)}to{transform:translate(3.50975vw,99vh) scale(.0861)}}.snow:nth-child(261){opacity:.3768;transform:translate(91.5499vw,-10px) scale(.6463);animation:fall-261 14s -14s linear infinite}@keyframes fall-261{56.535%{transform:translate(91.7064vw,56.535vh) scale(.6463)}to{transform:translate(91.62815vw,99vh) scale(.6463)}}.snow:nth-child(262){opacity:1.1252;transform:translate(30.8949vw,-10px) scale(.5975);animation:fall-262 13s -15s linear infinite}@keyframes fall-262{37.492%{transform:translate(32.8306vw,37.492vh) scale(.5975)}to{transform:translate(31.86275vw,99vh) scale(.5975)}}.snow:nth-child(263){opacity:1.1254;transform:translate(.925vw,-10px) scale(.9819);animation:fall-263 20s -3s linear infinite}@keyframes fall-263{60.889%{transform:translate(10.6517vw,60.889vh) scale(.9819)}to{transform:translate(5.78835vw,99vh) scale(.9819)}}.snow:nth-child(264){opacity:.2214;transform:translate(36.0846vw,-10px) scale(.8019);animation:fall-264 11s -12s linear infinite}@keyframes fall-264{30.995%{transform:translate(36.604vw,30.995vh) scale(.8019)}to{transform:translate(36.3443vw,99vh) scale(.8019)}}.snow:nth-child(265){opacity:1.562;transform:translate(12.1435vw,-10px) scale(.514);animation:fall-265 29s -2s linear infinite}@keyframes fall-265{66.93%{transform:translate(11.7184vw,66.93vh) scale(.514)}to{transform:translate(11.93095vw,99vh) scale(.514)}}.snow:nth-child(266){opacity:.0044;transform:translate(7.9651vw,-10px) scale(.2928);animation:fall-266 14s -4s linear infinite}@keyframes fall-266{31.045%{transform:translate(1.0325vw,31.045vh) scale(.2928)}to{transform:translate(4.4988vw,99vh) scale(.2928)}}.snow:nth-child(267){opacity:.5414;transform:translate(77.9058vw,-10px) scale(.3929);animation:fall-267 27s -23s linear infinite}@keyframes fall-267{77.199%{transform:translate(84.001vw,77.199vh) scale(.3929)}to{transform:translate(80.9534vw,99vh) scale(.3929)}}.snow:nth-child(268){opacity:1.5698;transform:translate(97.8457vw,-10px) scale(.3602);animation:fall-268 11s -19s linear infinite}@keyframes fall-268{56.806%{transform:translate(93.5695vw,56.806vh) scale(.3602)}to{transform:translate(95.7076vw,99vh) scale(.3602)}}.snow:nth-child(269){opacity:.9424;transform:translate(22.0213vw,-10px) scale(.9191);animation:fall-269 11s -28s linear infinite}@keyframes fall-269{34.854%{transform:translate(15.0357vw,34.854vh) scale(.9191)}to{transform:translate(18.5285vw,99vh) scale(.9191)}}.snow:nth-child(270){opacity:.8024;transform:translate(32.1545vw,-10px) scale(.0744);animation:fall-270 10s -16s linear infinite}@keyframes fall-270{39.466%{transform:translate(27.3416vw,39.466vh) scale(.0744)}to{transform:translate(29.74805vw,99vh) scale(.0744)}}.snow:nth-child(271){opacity:1.8426;transform:translate(44.965vw,-10px) scale(.7699);animation:fall-271 29s -18s linear infinite}@keyframes fall-271{74.676%{transform:translate(44.7669vw,74.676vh) scale(.7699)}to{transform:translate(44.86595vw,99vh) scale(.7699)}}.snow:nth-child(272){opacity:1.4076;transform:translate(75.8964vw,-10px) scale(.4827);animation:fall-272 24s -3s linear infinite}@keyframes fall-272{38.138%{transform:translate(84.7072vw,38.138vh) scale(.4827)}to{transform:translate(80.3018vw,99vh) scale(.4827)}}.snow:nth-child(273){opacity:1.237;transform:translate(15.0475vw,-10px) scale(.087);animation:fall-273 30s -6s linear infinite}@keyframes fall-273{42.321%{transform:translate(11.7961vw,42.321vh) scale(.087)}to{transform:translate(13.4218vw,99vh) scale(.087)}}.snow:nth-child(274){opacity:1.1598;transform:translate(50.7195vw,-10px) scale(.0876);animation:fall-274 30s -8s linear infinite}@keyframes fall-274{30.277%{transform:translate(51.7162vw,30.277vh) scale(.0876)}to{transform:translate(51.21785vw,99vh) scale(.0876)}}.snow:nth-child(275){opacity:1.7756;transform:translate(81.5061vw,-10px) scale(.5473);animation:fall-275 21s -14s linear infinite}@keyframes fall-275{58.969%{transform:translate(87.9495vw,58.969vh) scale(.5473)}to{transform:translate(84.7278vw,99vh) scale(.5473)}}.snow:nth-child(276){opacity:.4826;transform:translate(77.9698vw,-10px) scale(.8436);animation:fall-276 17s -1s linear infinite}@keyframes fall-276{62.631%{transform:translate(71.8431vw,62.631vh) scale(.8436)}to{transform:translate(74.90645vw,99vh) scale(.8436)}}.snow:nth-child(277){opacity:1.1624;transform:translate(78.3128vw,-10px) scale(.6196);animation:fall-277 18s -29s linear infinite}@keyframes fall-277{32.95%{transform:translate(79.9497vw,32.95vh) scale(.6196)}to{transform:translate(79.13125vw,99vh) scale(.6196)}}.snow:nth-child(278){opacity:1.3574;transform:translate(84.1555vw,-10px) scale(.9647);animation:fall-278 17s -4s linear infinite}@keyframes fall-278{32.78%{transform:translate(77.8806vw,32.78vh) scale(.9647)}to{transform:translate(81.01805vw,99vh) scale(.9647)}}.snow:nth-child(279){opacity:1.308;transform:translate(18.3936vw,-10px) scale(.6479);animation:fall-279 27s -10s linear infinite}@keyframes fall-279{61.567%{transform:translate(25.2885vw,61.567vh) scale(.6479)}to{transform:translate(21.84105vw,99vh) scale(.6479)}}.snow:nth-child(280){opacity:.3114;transform:translate(58.988vw,-10px) scale(.8753);animation:fall-280 23s -1s linear infinite}@keyframes fall-280{46.106%{transform:translate(54.6343vw,46.106vh) scale(.8753)}to{transform:translate(56.81115vw,99vh) scale(.8753)}}.snow:nth-child(281){opacity:.567;transform:translate(52.294vw,-10px) scale(.9639);animation:fall-281 10s -26s linear infinite}@keyframes fall-281{78.615%{transform:translate(47.9195vw,78.615vh) scale(.9639)}to{transform:translate(50.10675vw,99vh) scale(.9639)}}.snow:nth-child(282){opacity:1.5046;transform:translate(55.6754vw,-10px) scale(.8193);animation:fall-282 23s -1s linear infinite}@keyframes fall-282{68.793%{transform:translate(62.1316vw,68.793vh) scale(.8193)}to{transform:translate(58.9035vw,99vh) scale(.8193)}}.snow:nth-child(283){opacity:.9214;transform:translate(67.3105vw,-10px) scale(.4811);animation:fall-283 19s -27s linear infinite}@keyframes fall-283{48.948%{transform:translate(65.5033vw,48.948vh) scale(.4811)}to{transform:translate(66.4069vw,99vh) scale(.4811)}}.snow:nth-child(284){opacity:1.6908;transform:translate(5.0121vw,-10px) scale(.1773);animation:fall-284 22s -30s linear infinite}@keyframes fall-284{54.835%{transform:translate(13.0458vw,54.835vh) scale(.1773)}to{transform:translate(9.02895vw,99vh) scale(.1773)}}.snow:nth-child(285){opacity:1.3072;transform:translate(64.4161vw,-10px) scale(.1188);animation:fall-285 29s -15s linear infinite}@keyframes fall-285{42.212%{transform:translate(66.2502vw,42.212vh) scale(.1188)}to{transform:translate(65.33315vw,99vh) scale(.1188)}}.snow:nth-child(286){opacity:.4866;transform:translate(72.813vw,-10px) scale(.1234);animation:fall-286 11s -9s linear infinite}@keyframes fall-286{47.872%{transform:translate(73.7025vw,47.872vh) scale(.1234)}to{transform:translate(73.25775vw,99vh) scale(.1234)}}.snow:nth-child(287){opacity:.8084;transform:translate(3.6652vw,-10px) scale(.4699);animation:fall-287 24s -19s linear infinite}@keyframes fall-287{54.303%{transform:translate(10.8173vw,54.303vh) scale(.4699)}to{transform:translate(7.24125vw,99vh) scale(.4699)}}.snow:nth-child(288){opacity:1.1468;transform:translate(77.2094vw,-10px) scale(.0051);animation:fall-288 12s -20s linear infinite}@keyframes fall-288{54.176%{transform:translate(80.5296vw,54.176vh) scale(.0051)}to{transform:translate(78.8695vw,99vh) scale(.0051)}}.snow:nth-child(289){opacity:1.6034;transform:translate(61.3912vw,-10px) scale(.35);animation:fall-289 15s -21s linear infinite}@keyframes fall-289{51.911%{transform:translate(61.5757vw,51.911vh) scale(.35)}to{transform:translate(61.48345vw,99vh) scale(.35)}}.snow:nth-child(290){opacity:1.9316;transform:translate(8.6401vw,-10px) scale(.4788);animation:fall-290 14s -17s linear infinite}@keyframes fall-290{48.109%{transform:translate(8.9011vw,48.109vh) scale(.4788)}to{transform:translate(8.7706vw,99vh) scale(.4788)}}.snow:nth-child(291){opacity:1.8942;transform:translate(59.5985vw,-10px) scale(.3847);animation:fall-291 11s -6s linear infinite}@keyframes fall-291{69.311%{transform:translate(50.0204vw,69.311vh) scale(.3847)}to{transform:translate(54.80945vw,99vh) scale(.3847)}}.snow:nth-child(292){opacity:1.1642;transform:translate(63.6576vw,-10px) scale(.4707);animation:fall-292 22s -8s linear infinite}@keyframes fall-292{49.379%{transform:translate(66.7391vw,49.379vh) scale(.4707)}to{transform:translate(65.19835vw,99vh) scale(.4707)}}.snow:nth-child(293){opacity:1.8518;transform:translate(55.276vw,-10px) scale(.5286);animation:fall-293 14s -14s linear infinite}@keyframes fall-293{46.123%{transform:translate(64.26vw,46.123vh) scale(.5286)}to{transform:translate(59.768vw,99vh) scale(.5286)}}.snow:nth-child(294){opacity:1.0222;transform:translate(58.1445vw,-10px) scale(.6363);animation:fall-294 22s -18s linear infinite}@keyframes fall-294{68.199%{transform:translate(55.8798vw,68.199vh) scale(.6363)}to{transform:translate(57.01215vw,99vh) scale(.6363)}}.snow:nth-child(295){opacity:.4288;transform:translate(48.1745vw,-10px) scale(.8185);animation:fall-295 18s -12s linear infinite}@keyframes fall-295{78.826%{transform:translate(42.7527vw,78.826vh) scale(.8185)}to{transform:translate(45.4636vw,99vh) scale(.8185)}}.snow:nth-child(296){opacity:.3546;transform:translate(59.2788vw,-10px) scale(.4707);animation:fall-296 19s -19s linear infinite}@keyframes fall-296{72.36%{transform:translate(61.9654vw,72.36vh) scale(.4707)}to{transform:translate(60.6221vw,99vh) scale(.4707)}}.snow:nth-child(297){opacity:.8728;transform:translate(70.7948vw,-10px) scale(.4125);animation:fall-297 11s -26s linear infinite}@keyframes fall-297{57.767%{transform:translate(80.1701vw,57.767vh) scale(.4125)}to{transform:translate(75.48245vw,99vh) scale(.4125)}}.snow:nth-child(298){opacity:.9392;transform:translate(90.5664vw,-10px) scale(.9589);animation:fall-298 29s -10s linear infinite}@keyframes fall-298{67.327%{transform:translate(84.4954vw,67.327vh) scale(.9589)}to{transform:translate(87.5309vw,99vh) scale(.9589)}}.snow:nth-child(299){opacity:1.1406;transform:translate(67.1516vw,-10px) scale(.7521);animation:fall-299 16s -17s linear infinite}@keyframes fall-299{44.312%{transform:translate(72.0209vw,44.312vh) scale(.7521)}to{transform:translate(69.58625vw,99vh) scale(.7521)}}.snow:nth-child(300){opacity:1.7696;transform:translate(48.9581vw,-10px) scale(.3461);animation:fall-300 28s -12s linear infinite}@keyframes fall-300{33.167%{transform:translate(41.6516vw,33.167vh) scale(.3461)}to{transform:translate(45.30485vw,99vh) scale(.3461)}}.snow:nth-child(301){opacity:.3042;transform:translate(13.7019vw,-10px) scale(.1373);animation:fall-301 15s -27s linear infinite}@keyframes fall-301{43.11%{transform:translate(9.094vw,43.11vh) scale(.1373)}to{transform:translate(11.39795vw,99vh) scale(.1373)}}.snow:nth-child(302){opacity:1.8772;transform:translate(44.5791vw,-10px) scale(.9352);animation:fall-302 23s -8s linear infinite}@keyframes fall-302{42.421%{transform:translate(42.324vw,42.421vh) scale(.9352)}to{transform:translate(43.45155vw,99vh) scale(.9352)}}.snow:nth-child(303){opacity:1.905;transform:translate(6.1165vw,-10px) scale(.5917);animation:fall-303 14s -28s linear infinite}@keyframes fall-303{75.428%{transform:translate(.4974vw,75.428vh) scale(.5917)}to{transform:translate(3.30695vw,99vh) scale(.5917)}}.snow:nth-child(304){opacity:1.5224;transform:translate(72.3201vw,-10px) scale(.1142);animation:fall-304 17s -5s linear infinite}@keyframes fall-304{57.824%{transform:translate(78.3464vw,57.824vh) scale(.1142)}to{transform:translate(75.33325vw,99vh) scale(.1142)}}.snow:nth-child(305){opacity:.5934;transform:translate(32.5872vw,-10px) scale(.0812);animation:fall-305 10s -26s linear infinite}@keyframes fall-305{79.178%{transform:translate(24.4689vw,79.178vh) scale(.0812)}to{transform:translate(28.52805vw,99vh) scale(.0812)}}.snow:nth-child(306){opacity:1.4212;transform:translate(16.3726vw,-10px) scale(.3281);animation:fall-306 29s -28s linear infinite}@keyframes fall-306{64.473%{transform:translate(12.4059vw,64.473vh) scale(.3281)}to{transform:translate(14.38925vw,99vh) scale(.3281)}}.snow:nth-child(307){opacity:.3528;transform:translate(58.3585vw,-10px) scale(.6857);animation:fall-307 29s -7s linear infinite}@keyframes fall-307{51.871%{transform:translate(68.316vw,51.871vh) scale(.6857)}to{transform:translate(63.33725vw,99vh) scale(.6857)}}.snow:nth-child(308){opacity:.4366;transform:translate(55.7412vw,-10px) scale(.543);animation:fall-308 19s -9s linear infinite}@keyframes fall-308{49.946%{transform:translate(55.0927vw,49.946vh) scale(.543)}to{transform:translate(55.41695vw,99vh) scale(.543)}}.snow:nth-child(309){opacity:.7602;transform:translate(51.3566vw,-10px) scale(.8731);animation:fall-309 23s -5s linear infinite}@keyframes fall-309{52.998%{transform:translate(55.7961vw,52.998vh) scale(.8731)}to{transform:translate(53.57635vw,99vh) scale(.8731)}}.snow:nth-child(310){opacity:.3346;transform:translate(12.4014vw,-10px) scale(.9966);animation:fall-310 21s -12s linear infinite}@keyframes fall-310{60.152%{transform:translate(15.8285vw,60.152vh) scale(.9966)}to{transform:translate(14.11495vw,99vh) scale(.9966)}}.snow:nth-child(311){opacity:1.5934;transform:translate(3.8271vw,-10px) scale(.5522);animation:fall-311 27s -28s linear infinite}@keyframes fall-311{70.009%{transform:translate(2.7551vw,70.009vh) scale(.5522)}to{transform:translate(3.2911vw,99vh) scale(.5522)}}.snow:nth-child(312){opacity:.9728;transform:translate(25.4467vw,-10px) scale(.4705);animation:fall-312 18s -13s linear infinite}@keyframes fall-312{46.281%{transform:translate(30.3185vw,46.281vh) scale(.4705)}to{transform:translate(27.8826vw,99vh) scale(.4705)}}.snow:nth-child(313){opacity:1.376;transform:translate(55.9799vw,-10px) scale(.0578);animation:fall-313 12s -28s linear infinite}@keyframes fall-313{48.276%{transform:translate(62.2313vw,48.276vh) scale(.0578)}to{transform:translate(59.1056vw,99vh) scale(.0578)}}.snow:nth-child(314){opacity:1.8154;transform:translate(60.3622vw,-10px) scale(.1626);animation:fall-314 29s -10s linear infinite}@keyframes fall-314{31.01%{transform:translate(66.9707vw,31.01vh) scale(.1626)}to{transform:translate(63.66645vw,99vh) scale(.1626)}}.snow:nth-child(315){opacity:1.3168;transform:translate(74.9859vw,-10px) scale(.6617);animation:fall-315 14s -8s linear infinite}@keyframes fall-315{32.393%{transform:translate(77.5504vw,32.393vh) scale(.6617)}to{transform:translate(76.26815vw,99vh) scale(.6617)}}.snow:nth-child(316){opacity:.8548;transform:translate(93.9569vw,-10px) scale(.8356);animation:fall-316 26s -6s linear infinite}@keyframes fall-316{41.18%{transform:translate(89.0443vw,41.18vh) scale(.8356)}to{transform:translate(91.5006vw,99vh) scale(.8356)}}.snow:nth-child(317){opacity:1.8576;transform:translate(74.36vw,-10px) scale(.3415);animation:fall-317 24s -27s linear infinite}@keyframes fall-317{63.79%{transform:translate(72.2605vw,63.79vh) scale(.3415)}to{transform:translate(73.31025vw,99vh) scale(.3415)}}.snow:nth-child(318){opacity:.4368;transform:translate(25.8471vw,-10px) scale(.0942);animation:fall-318 18s -22s linear infinite}@keyframes fall-318{76.99%{transform:translate(23.1278vw,76.99vh) scale(.0942)}to{transform:translate(24.48745vw,99vh) scale(.0942)}}.snow:nth-child(319){opacity:.0798;transform:translate(87.3391vw,-10px) scale(.3396);animation:fall-319 12s -8s linear infinite}@keyframes fall-319{45.124%{transform:translate(81.7073vw,45.124vh) scale(.3396)}to{transform:translate(84.5232vw,99vh) scale(.3396)}}.snow:nth-child(320){opacity:1.3138;transform:translate(99.9361vw,-10px) scale(.3561);animation:fall-320 28s -18s linear infinite}@keyframes fall-320{36.611%{transform:translate(93.5113vw,36.611vh) scale(.3561)}to{transform:translate(96.7237vw,99vh) scale(.3561)}}.snow:nth-child(321){opacity:.4712;transform:translate(26.1467vw,-10px) scale(.9472);animation:fall-321 15s -26s linear infinite}@keyframes fall-321{63.136%{transform:translate(31.7222vw,63.136vh) scale(.9472)}to{transform:translate(28.93445vw,99vh) scale(.9472)}}.snow:nth-child(322){opacity:.1362;transform:translate(18.2608vw,-10px) scale(.4375);animation:fall-322 27s -13s linear infinite}@keyframes fall-322{53.301%{transform:translate(13.737vw,53.301vh) scale(.4375)}to{transform:translate(15.9989vw,99vh) scale(.4375)}}.snow:nth-child(323){opacity:1.0706;transform:translate(88.2679vw,-10px) scale(.2948);animation:fall-323 26s -12s linear infinite}@keyframes fall-323{62.492%{transform:translate(95.2014vw,62.492vh) scale(.2948)}to{transform:translate(91.73465vw,99vh) scale(.2948)}}.snow:nth-child(324){opacity:.595;transform:translate(1.8802vw,-10px) scale(.3105);animation:fall-324 26s -14s linear infinite}@keyframes fall-324{42.482%{transform:translate(1.988vw,42.482vh) scale(.3105)}to{transform:translate(1.9341vw,99vh) scale(.3105)}}.snow:nth-child(325){opacity:.7092;transform:translate(65.3879vw,-10px) scale(.9153);animation:fall-325 10s -11s linear infinite}@keyframes fall-325{61.833%{transform:translate(66.1462vw,61.833vh) scale(.9153)}to{transform:translate(65.76705vw,99vh) scale(.9153)}}.snow:nth-child(326){opacity:.4944;transform:translate(3.8882vw,-10px) scale(.9881);animation:fall-326 20s -1s linear infinite}@keyframes fall-326{35.299%{transform:translate(5.7557vw,35.299vh) scale(.9881)}to{transform:translate(4.82195vw,99vh) scale(.9881)}}.snow:nth-child(327){opacity:1.2916;transform:translate(32.0625vw,-10px) scale(.6877);animation:fall-327 12s -27s linear infinite}@keyframes fall-327{67.082%{transform:translate(41.0535vw,67.082vh) scale(.6877)}to{transform:translate(36.558vw,99vh) scale(.6877)}}.snow:nth-child(328){opacity:.279;transform:translate(94.1499vw,-10px) scale(.6422);animation:fall-328 22s -19s linear infinite}@keyframes fall-328{32.132%{transform:translate(103.6987vw,32.132vh) scale(.6422)}to{transform:translate(98.9243vw,99vh) scale(.6422)}}.snow:nth-child(329){opacity:1.477;transform:translate(98.432vw,-10px) scale(.4993);animation:fall-329 19s -3s linear infinite}@keyframes fall-329{67.767%{transform:translate(102.6487vw,67.767vh) scale(.4993)}to{transform:translate(100.54035vw,99vh) scale(.4993)}}.snow:nth-child(330){opacity:1.6746;transform:translate(81.1vw,-10px) scale(.4278);animation:fall-330 22s -28s linear infinite}@keyframes fall-330{43.623%{transform:translate(78.1192vw,43.623vh) scale(.4278)}to{transform:translate(79.6096vw,99vh) scale(.4278)}}.snow:nth-child(331){opacity:1.7834;transform:translate(56.9378vw,-10px) scale(.3158);animation:fall-331 23s -4s linear infinite}@keyframes fall-331{53.644%{transform:translate(62.2022vw,53.644vh) scale(.3158)}to{transform:translate(59.57vw,99vh) scale(.3158)}}.snow:nth-child(332){opacity:1.1636;transform:translate(19.905vw,-10px) scale(.494);animation:fall-332 22s -20s linear infinite}@keyframes fall-332{67.174%{transform:translate(19.86vw,67.174vh) scale(.494)}to{transform:translate(19.8825vw,99vh) scale(.494)}}.snow:nth-child(333){opacity:1.4664;transform:translate(64.9093vw,-10px) scale(.6951);animation:fall-333 11s -15s linear infinite}@keyframes fall-333{55.626%{transform:translate(67.3185vw,55.626vh) scale(.6951)}to{transform:translate(66.1139vw,99vh) scale(.6951)}}.snow:nth-child(334){opacity:1.5354;transform:translate(55.5312vw,-10px) scale(.6651);animation:fall-334 26s -12s linear infinite}@keyframes fall-334{58.299%{transform:translate(47.3588vw,58.299vh) scale(.6651)}to{transform:translate(51.445vw,99vh) scale(.6651)}}.snow:nth-child(335){opacity:.8992;transform:translate(59.0154vw,-10px) scale(.8303);animation:fall-335 25s -13s linear infinite}@keyframes fall-335{68.981%{transform:translate(54.7885vw,68.981vh) scale(.8303)}to{transform:translate(56.90195vw,99vh) scale(.8303)}}.snow:nth-child(336){opacity:.9796;transform:translate(53.4653vw,-10px) scale(.7234);animation:fall-336 25s -22s linear infinite}@keyframes fall-336{55.816%{transform:translate(48.6782vw,55.816vh) scale(.7234)}to{transform:translate(51.07175vw,99vh) scale(.7234)}}.snow:nth-child(337){opacity:.0028;transform:translate(20.5502vw,-10px) scale(.3407);animation:fall-337 18s -16s linear infinite}@keyframes fall-337{62.409%{transform:translate(30.4724vw,62.409vh) scale(.3407)}to{transform:translate(25.5113vw,99vh) scale(.3407)}}.snow:nth-child(338){opacity:1.6598;transform:translate(36.7849vw,-10px) scale(.3713);animation:fall-338 18s -23s linear infinite}@keyframes fall-338{69.13%{transform:translate(41.1423vw,69.13vh) scale(.3713)}to{transform:translate(38.9636vw,99vh) scale(.3713)}}.snow:nth-child(339){opacity:1.9082;transform:translate(57.1831vw,-10px) scale(.3273);animation:fall-339 24s -2s linear infinite}@keyframes fall-339{77.432%{transform:translate(55.4857vw,77.432vh) scale(.3273)}to{transform:translate(56.3344vw,99vh) scale(.3273)}}.snow:nth-child(340){opacity:.6646;transform:translate(87.505vw,-10px) scale(.0399);animation:fall-340 21s -10s linear infinite}@keyframes fall-340{66.261%{transform:translate(88.5418vw,66.261vh) scale(.0399)}to{transform:translate(88.0234vw,99vh) scale(.0399)}}.snow:nth-child(341){opacity:.0566;transform:translate(85.5967vw,-10px) scale(.9315);animation:fall-341 22s -30s linear infinite}@keyframes fall-341{53.061%{transform:translate(81.4456vw,53.061vh) scale(.9315)}to{transform:translate(83.52115vw,99vh) scale(.9315)}}.snow:nth-child(342){opacity:1.5482;transform:translate(82.7466vw,-10px) scale(.4765);animation:fall-342 30s -10s linear infinite}@keyframes fall-342{46.817%{transform:translate(86.6317vw,46.817vh) scale(.4765)}to{transform:translate(84.68915vw,99vh) scale(.4765)}}.snow:nth-child(343){opacity:1.9004;transform:translate(43.1563vw,-10px) scale(.3068);animation:fall-343 21s -29s linear infinite}@keyframes fall-343{35.871%{transform:translate(40.9468vw,35.871vh) scale(.3068)}to{transform:translate(42.05155vw,99vh) scale(.3068)}}.snow:nth-child(344){opacity:1.0378;transform:translate(87.3958vw,-10px) scale(.227);animation:fall-344 12s -26s linear infinite}@keyframes fall-344{64.371%{transform:translate(96.2087vw,64.371vh) scale(.227)}to{transform:translate(91.80225vw,99vh) scale(.227)}}.snow:nth-child(345){opacity:.1174;transform:translate(26.5122vw,-10px) scale(.0341);animation:fall-345 18s -10s linear infinite}@keyframes fall-345{58.526%{transform:translate(17.2711vw,58.526vh) scale(.0341)}to{transform:translate(21.89165vw,99vh) scale(.0341)}}.snow:nth-child(346){opacity:.084;transform:translate(60.1865vw,-10px) scale(.9579);animation:fall-346 30s -25s linear infinite}@keyframes fall-346{71.422%{transform:translate(65.9192vw,71.422vh) scale(.9579)}to{transform:translate(63.05285vw,99vh) scale(.9579)}}.snow:nth-child(347){opacity:1.939;transform:translate(44.3282vw,-10px) scale(.0595);animation:fall-347 18s -19s linear infinite}@keyframes fall-347{61.669%{transform:translate(43.6831vw,61.669vh) scale(.0595)}to{transform:translate(44.00565vw,99vh) scale(.0595)}}.snow:nth-child(348){opacity:1.4802;transform:translate(10.0036vw,-10px) scale(.7241);animation:fall-348 17s -16s linear infinite}@keyframes fall-348{64.564%{transform:translate(5.0927vw,64.564vh) scale(.7241)}to{transform:translate(7.54815vw,99vh) scale(.7241)}}.snow:nth-child(349){opacity:1.1276;transform:translate(96.5207vw,-10px) scale(.7559);animation:fall-349 30s -29s linear infinite}@keyframes fall-349{72.008%{transform:translate(103.6621vw,72.008vh) scale(.7559)}to{transform:translate(100.0914vw,99vh) scale(.7559)}}.snow:nth-child(350){opacity:.7312;transform:translate(45.0838vw,-10px) scale(.3967);animation:fall-350 16s -23s linear infinite}@keyframes fall-350{44.496%{transform:translate(43.8485vw,44.496vh) scale(.3967)}to{transform:translate(44.46615vw,99vh) scale(.3967)}}.snow:nth-child(351){opacity:1.0738;transform:translate(86.6318vw,-10px) scale(.3566);animation:fall-351 16s -24s linear infinite}@keyframes fall-351{69.783%{transform:translate(91.8993vw,69.783vh) scale(.3566)}to{transform:translate(89.26555vw,99vh) scale(.3566)}}.snow:nth-child(352){opacity:1.7348;transform:translate(57.472vw,-10px) scale(.4631);animation:fall-352 18s -10s linear infinite}@keyframes fall-352{75.613%{transform:translate(55.968vw,75.613vh) scale(.4631)}to{transform:translate(56.72vw,99vh) scale(.4631)}}.snow:nth-child(353){opacity:1.3682;transform:translate(81.8326vw,-10px) scale(.8224);animation:fall-353 16s -7s linear infinite}@keyframes fall-353{39.139%{transform:translate(85.7973vw,39.139vh) scale(.8224)}to{transform:translate(83.81495vw,99vh) scale(.8224)}}.snow:nth-child(354){opacity:1.5234;transform:translate(77.1575vw,-10px) scale(.0901);animation:fall-354 12s -6s linear infinite}@keyframes fall-354{37.994%{transform:translate(69.5897vw,37.994vh) scale(.0901)}to{transform:translate(73.3736vw,99vh) scale(.0901)}}.snow:nth-child(355){opacity:.5616;transform:translate(40.2861vw,-10px) scale(.9325);animation:fall-355 16s -24s linear infinite}@keyframes fall-355{55.777%{transform:translate(47.7994vw,55.777vh) scale(.9325)}to{transform:translate(44.04275vw,99vh) scale(.9325)}}.snow:nth-child(356){opacity:.8998;transform:translate(39.1271vw,-10px) scale(.1208);animation:fall-356 18s -5s linear infinite}@keyframes fall-356{77.988%{transform:translate(48.658vw,77.988vh) scale(.1208)}to{transform:translate(43.89255vw,99vh) scale(.1208)}}.snow:nth-child(357){opacity:.4154;transform:translate(26.8583vw,-10px) scale(.9771);animation:fall-357 20s -1s linear infinite}@keyframes fall-357{34.029%{transform:translate(17.8627vw,34.029vh) scale(.9771)}to{transform:translate(22.3605vw,99vh) scale(.9771)}}.snow:nth-child(358){opacity:.792;transform:translate(1.5878vw,-10px) scale(.1662);animation:fall-358 16s -23s linear infinite}@keyframes fall-358{36.751%{transform:translate(6.3659vw,36.751vh) scale(.1662)}to{transform:translate(3.97685vw,99vh) scale(.1662)}}.snow:nth-child(359){opacity:.7888;transform:translate(56.2571vw,-10px) scale(.2528);animation:fall-359 24s -22s linear infinite}@keyframes fall-359{57.122%{transform:translate(51.1815vw,57.122vh) scale(.2528)}to{transform:translate(53.7193vw,99vh) scale(.2528)}}.snow:nth-child(360){opacity:1.6136;transform:translate(39.2609vw,-10px) scale(.8018);animation:fall-360 19s -11s linear infinite}@keyframes fall-360{62.586%{transform:translate(41.5013vw,62.586vh) scale(.8018)}to{transform:translate(40.3811vw,99vh) scale(.8018)}}.snow:nth-child(361){opacity:.1688;transform:translate(44.0849vw,-10px) scale(.2958);animation:fall-361 26s -8s linear infinite}@keyframes fall-361{51.815%{transform:translate(36.6404vw,51.815vh) scale(.2958)}to{transform:translate(40.36265vw,99vh) scale(.2958)}}.snow:nth-child(362){opacity:.3166;transform:translate(54.7848vw,-10px) scale(.8325);animation:fall-362 24s -18s linear infinite}@keyframes fall-362{35.478%{transform:translate(56.2205vw,35.478vh) scale(.8325)}to{transform:translate(55.50265vw,99vh) scale(.8325)}}.snow:nth-child(363){opacity:1.5114;transform:translate(47.2839vw,-10px) scale(.1823);animation:fall-363 26s -22s linear infinite}@keyframes fall-363{58.663%{transform:translate(39.1433vw,58.663vh) scale(.1823)}to{transform:translate(43.2136vw,99vh) scale(.1823)}}.snow:nth-child(364){opacity:.8794;transform:translate(28.5674vw,-10px) scale(.6989);animation:fall-364 27s -26s linear infinite}@keyframes fall-364{69.305%{transform:translate(35.4707vw,69.305vh) scale(.6989)}to{transform:translate(32.01905vw,99vh) scale(.6989)}}.snow:nth-child(365){opacity:.375;transform:translate(77.8595vw,-10px) scale(.0117);animation:fall-365 21s -22s linear infinite}@keyframes fall-365{33.671%{transform:translate(73.1892vw,33.671vh) scale(.0117)}to{transform:translate(75.52435vw,99vh) scale(.0117)}}.snow:nth-child(366){opacity:.345;transform:translate(38.451vw,-10px) scale(.9307);animation:fall-366 21s -26s linear infinite}@keyframes fall-366{31.488%{transform:translate(33.4193vw,31.488vh) scale(.9307)}to{transform:translate(35.93515vw,99vh) scale(.9307)}}.snow:nth-child(367){opacity:1.9842;transform:translate(68.3014vw,-10px) scale(.1798);animation:fall-367 26s -28s linear infinite}@keyframes fall-367{74.196%{transform:translate(69.6454vw,74.196vh) scale(.1798)}to{transform:translate(68.9734vw,99vh) scale(.1798)}}.snow:nth-child(368){opacity:1.5956;transform:translate(17.9472vw,-10px) scale(.2137);animation:fall-368 25s -27s linear infinite}@keyframes fall-368{62.265%{transform:translate(9.2342vw,62.265vh) scale(.2137)}to{transform:translate(13.5907vw,99vh) scale(.2137)}}.snow:nth-child(369){opacity:1.7848;transform:translate(15.6298vw,-10px) scale(.526);animation:fall-369 17s -18s linear infinite}@keyframes fall-369{78.562%{transform:translate(7.1024vw,78.562vh) scale(.526)}to{transform:translate(11.3661vw,99vh) scale(.526)}}.snow:nth-child(370){opacity:.9892;transform:translate(43.966vw,-10px) scale(.1348);animation:fall-370 11s -1s linear infinite}@keyframes fall-370{65.326%{transform:translate(52.6758vw,65.326vh) scale(.1348)}to{transform:translate(48.3209vw,99vh) scale(.1348)}}.snow:nth-child(371){opacity:1.9994;transform:translate(63.4826vw,-10px) scale(.5824);animation:fall-371 10s -13s linear infinite}@keyframes fall-371{54.703%{transform:translate(56.4378vw,54.703vh) scale(.5824)}to{transform:translate(59.9602vw,99vh) scale(.5824)}}.snow:nth-child(372){opacity:1.4664;transform:translate(52.7179vw,-10px) scale(.7883);animation:fall-372 12s -19s linear infinite}@keyframes fall-372{65.119%{transform:translate(60.531vw,65.119vh) scale(.7883)}to{transform:translate(56.62445vw,99vh) scale(.7883)}}.snow:nth-child(373){opacity:1.0204;transform:translate(38.6795vw,-10px) scale(.1394);animation:fall-373 12s -22s linear infinite}@keyframes fall-373{46.118%{transform:translate(31.7583vw,46.118vh) scale(.1394)}to{transform:translate(35.2189vw,99vh) scale(.1394)}}.snow:nth-child(374){opacity:1.887;transform:translate(72.4026vw,-10px) scale(.5653);animation:fall-374 29s -3s linear infinite}@keyframes fall-374{48.215%{transform:translate(81.6429vw,48.215vh) scale(.5653)}to{transform:translate(77.02275vw,99vh) scale(.5653)}}.snow:nth-child(375){opacity:1.0052;transform:translate(17.8861vw,-10px) scale(.9052);animation:fall-375 20s -23s linear infinite}@keyframes fall-375{31.942%{transform:translate(13.6416vw,31.942vh) scale(.9052)}to{transform:translate(15.76385vw,99vh) scale(.9052)}}.snow:nth-child(376){opacity:1.7104;transform:translate(34.6898vw,-10px) scale(.5398);animation:fall-376 12s -3s linear infinite}@keyframes fall-376{38.412%{transform:translate(44.3382vw,38.412vh) scale(.5398)}to{transform:translate(39.514vw,99vh) scale(.5398)}}.snow:nth-child(377){opacity:1.2816;transform:translate(80.6762vw,-10px) scale(.769);animation:fall-377 22s -29s linear infinite}@keyframes fall-377{36.45%{transform:translate(79.1121vw,36.45vh) scale(.769)}to{transform:translate(79.89415vw,99vh) scale(.769)}}.snow:nth-child(378){opacity:.6576;transform:translate(34.6594vw,-10px) scale(.7019);animation:fall-378 11s -23s linear infinite}@keyframes fall-378{34.107%{transform:translate(26.9652vw,34.107vh) scale(.7019)}to{transform:translate(30.8123vw,99vh) scale(.7019)}}.snow:nth-child(379){opacity:1.399;transform:translate(38.2018vw,-10px) scale(.9603);animation:fall-379 24s -11s linear infinite}@keyframes fall-379{73.847%{transform:translate(40.1931vw,73.847vh) scale(.9603)}to{transform:translate(39.19745vw,99vh) scale(.9603)}}.snow:nth-child(380){opacity:1.0084;transform:translate(14.5364vw,-10px) scale(.3684);animation:fall-380 17s -17s linear infinite}@keyframes fall-380{43.633%{transform:translate(22.4164vw,43.633vh) scale(.3684)}to{transform:translate(18.4764vw,99vh) scale(.3684)}}.snow:nth-child(381){opacity:1.438;transform:translate(33.7307vw,-10px) scale(.4909);animation:fall-381 17s -27s linear infinite}@keyframes fall-381{38.512%{transform:translate(25.8474vw,38.512vh) scale(.4909)}to{transform:translate(29.78905vw,99vh) scale(.4909)}}.snow:nth-child(382){opacity:.705;transform:translate(13.0716vw,-10px) scale(.754);animation:fall-382 19s -8s linear infinite}@keyframes fall-382{42.892%{transform:translate(16.6311vw,42.892vh) scale(.754)}to{transform:translate(14.85135vw,99vh) scale(.754)}}.snow:nth-child(383){opacity:1.4376;transform:translate(86.7073vw,-10px) scale(.9762);animation:fall-383 30s -3s linear infinite}@keyframes fall-383{63.891%{transform:translate(87.208vw,63.891vh) scale(.9762)}to{transform:translate(86.95765vw,99vh) scale(.9762)}}.snow:nth-child(384){opacity:1.9086;transform:translate(98.1915vw,-10px) scale(.987);animation:fall-384 11s -11s linear infinite}@keyframes fall-384{44.3%{transform:translate(103.4426vw,44.3vh) scale(.987)}to{transform:translate(100.81705vw,99vh) scale(.987)}}.snow:nth-child(385){opacity:.5924;transform:translate(71.9319vw,-10px) scale(.6354);animation:fall-385 10s -20s linear infinite}@keyframes fall-385{69.402%{transform:translate(63.5257vw,69.402vh) scale(.6354)}to{transform:translate(67.7288vw,99vh) scale(.6354)}}.snow:nth-child(386){opacity:.3482;transform:translate(93.2067vw,-10px) scale(.0008);animation:fall-386 15s -22s linear infinite}@keyframes fall-386{78.925%{transform:translate(102.3969vw,78.925vh) scale(.0008)}to{transform:translate(97.8018vw,99vh) scale(.0008)}}.snow:nth-child(387){opacity:.302;transform:translate(58.3791vw,-10px) scale(.3143);animation:fall-387 30s -7s linear infinite}@keyframes fall-387{32.374%{transform:translate(50.5923vw,32.374vh) scale(.3143)}to{transform:translate(54.4857vw,99vh) scale(.3143)}}.snow:nth-child(388){opacity:.9474;transform:translate(97.169vw,-10px) scale(.6976);animation:fall-388 10s -20s linear infinite}@keyframes fall-388{55.213%{transform:translate(99.1631vw,55.213vh) scale(.6976)}to{transform:translate(98.16605vw,99vh) scale(.6976)}}.snow:nth-child(389){opacity:1.1336;transform:translate(71.3587vw,-10px) scale(.5006);animation:fall-389 13s -26s linear infinite}@keyframes fall-389{77.025%{transform:translate(70.5385vw,77.025vh) scale(.5006)}to{transform:translate(70.9486vw,99vh) scale(.5006)}}.snow:nth-child(390){opacity:.945;transform:translate(28.995vw,-10px) scale(.368);animation:fall-390 19s -2s linear infinite}@keyframes fall-390{74.29%{transform:translate(19.3445vw,74.29vh) scale(.368)}to{transform:translate(24.16975vw,99vh) scale(.368)}}.snow:nth-child(391){opacity:.5912;transform:translate(71.3967vw,-10px) scale(.6217);animation:fall-391 29s -24s linear infinite}@keyframes fall-391{65.164%{transform:translate(68.2487vw,65.164vh) scale(.6217)}to{transform:translate(69.8227vw,99vh) scale(.6217)}}.snow:nth-child(392){opacity:.573;transform:translate(79.6899vw,-10px) scale(.0603);animation:fall-392 23s -27s linear infinite}@keyframes fall-392{39.61%{transform:translate(79.247vw,39.61vh) scale(.0603)}to{transform:translate(79.46845vw,99vh) scale(.0603)}}.snow:nth-child(393){opacity:1.7334;transform:translate(95.6706vw,-10px) scale(.2308);animation:fall-393 21s -9s linear infinite}@keyframes fall-393{49.571%{transform:translate(99.7855vw,49.571vh) scale(.2308)}to{transform:translate(97.72805vw,99vh) scale(.2308)}}.snow:nth-child(394){opacity:1.0718;transform:translate(84.836vw,-10px) scale(.8743);animation:fall-394 22s -15s linear infinite}@keyframes fall-394{51.283%{transform:translate(83.7163vw,51.283vh) scale(.8743)}to{transform:translate(84.27615vw,99vh) scale(.8743)}}.snow:nth-child(395){opacity:1.3178;transform:translate(28.8364vw,-10px) scale(.2669);animation:fall-395 19s -17s linear infinite}@keyframes fall-395{50.143%{transform:translate(32.8743vw,50.143vh) scale(.2669)}to{transform:translate(30.85535vw,99vh) scale(.2669)}}.snow:nth-child(396){opacity:1.109;transform:translate(8.3676vw,-10px) scale(.4477);animation:fall-396 15s -9s linear infinite}@keyframes fall-396{47.741%{transform:translate(-.6013vw,47.741vh) scale(.4477)}to{transform:translate(3.88315vw,99vh) scale(.4477)}}.snow:nth-child(397){opacity:.0878;transform:translate(29.1744vw,-10px) scale(.6437);animation:fall-397 30s -6s linear infinite}@keyframes fall-397{54.337%{transform:translate(19.8946vw,54.337vh) scale(.6437)}to{transform:translate(24.5345vw,99vh) scale(.6437)}}.snow:nth-child(398){opacity:.585;transform:translate(35.5217vw,-10px) scale(.1652);animation:fall-398 30s -8s linear infinite}@keyframes fall-398{35.251%{transform:translate(30.975vw,35.251vh) scale(.1652)}to{transform:translate(33.24835vw,99vh) scale(.1652)}}.snow:nth-child(399){opacity:.5592;transform:translate(31.183vw,-10px) scale(.8049);animation:fall-399 28s -17s linear infinite}@keyframes fall-399{72.867%{transform:translate(33.0536vw,72.867vh) scale(.8049)}to{transform:translate(32.1183vw,99vh) scale(.8049)}}.snow:nth-child(400){opacity:1.7162;transform:translate(59.02vw,-10px) scale(.772);animation:fall-400 22s -16s linear infinite}@keyframes fall-400{32.112%{transform:translate(49.655vw,32.112vh) scale(.772)}to{transform:translate(54.3375vw,99vh) scale(.772)}}\n"], dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.RouterOutlet, selector: "router-outlet", inputs: ["name"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }], encapsulation: i0.ViewEncapsulation.None });
77
+ AppComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: AppComponent, selector: "app-root", ngImport: i0, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows; trackBy: snowTrackBy\" class=\"snow\"></div>\r\n</ng-container>\r\n<router-outlet></router-outlet>", styles: [".table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width: 0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width: 0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width: 0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width: 0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width: 0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:rgba(2,74,136,.5)}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:rgba(45,146,45,.5)}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:rgba(36,141,173,.5)}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:rgba(247,154,23,.5)}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:rgba(191,23,37,.5)}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:rgba(0,0,0,.4)}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:rgba(0,0,0,.2)}.card.overlay .card-img{border-radius:0;-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media (min-width: 1400px){.d-xxl-block{display:block!important}}@media (min-width: 576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:rgba(2,74,136,.8)!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:rgba(2,74,136,.5);border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:rgba(2,74,136,.95)!important;border-color:#024a88f2!important}.btn-success{background:rgba(45,146,45,.8);border-color:#2d922dcc}.btn-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:rgba(45,146,45,.95)!important;border-color:#2d922df2!important}.btn-info{background:rgba(36,141,173,.8);border-color:#248dadcc}.btn-info.medium-opacity{background:rgba(36,141,173,.5);border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:rgba(36,141,173,.95)!important;border-color:#248dadf2!important}.btn-warning{background:rgba(247,154,23,.8);border-color:#f79a17cc}.btn-warning.medium-opacity{background:rgba(247,154,23,.5);border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:rgba(247,154,23,.95)!important;border-color:#f79a17f2!important}.btn-danger{background:rgba(191,23,37,.8);border-color:#bf1725cc}.btn-danger.medium-opacity{background:rgba(191,23,37,.5);border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:rgba(191,23,37,.95)!important;border-color:#bf1725f2!important}.btn-dark{background:rgba(0,0,0,.8);border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:rgba(0,0,0,.5);border-color:#0000001a}.btn-dark:hover{background:black;border-color:#000}.btn-dark:active{background:rgba(0,0,0,.95)!important;border-color:#000000f2!important}.btn-main{background:rgba(36,45,58,.8);border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:rgba(36,45,58,.5);border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:rgba(36,45,58,.95)!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242D3A;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242D3A}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242D3A}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:rgba(255,255,255,.1) url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:rgba(2,74,136,.5)!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:rgba(45,146,45,.5)!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:rgba(247,154,23,.5)!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:rgba(191,23,37,.5)!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:rgba(36,45,58,.5)!important}.bg-dark{background:black!important}.bg-dark.medium-opacity{background:rgba(0,0,0,.5)!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800px){.modal-feminist{max-width:1366px}}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{transform:scaleY(-1)}.app-flip-x{transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:rgba(255,50,50,.2);position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:white;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:rgba(0,0,0,.5) none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:rgb(237,237,237);border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{padding-left:0;margin-top:20px}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.pace .pace-progress{background:#637CA0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#cccccc}::-webkit-scrollbar-thumb:active{background:#888888}::-webkit-scrollbar-track{background:#666666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666666}::-webkit-scrollbar-track:active{background:#333333}::-webkit-scrollbar-corner{background:transparent}.transition{transition:.3s}.widget-controls{position:absolute;z-index:1;top:0;right:0;padding:10px 20px;font-size:14px}.widget-controls a{color:#fff;margin-left:7px;line-height:1;vertical-align:top;display:inline-block}.widget-controls a i.glyphicon-resize-full{font-size:13px}.widget-controls a:hover{color:#ffffffb3}.widget-controls a.dropdown-toggle:after{display:none}.widget-controls ul.dropdown-menu{min-width:9rem;padding:0;border-radius:0}.widget-controls ul.dropdown-menu li{padding:4px;overflow:hidden}.widget-controls ul.dropdown-menu li a{color:#242d3a;font-size:13px;width:100%}.widget-controls ul.dropdown-menu li:hover{background-color:#242d3a}.widget-controls ul.dropdown-menu li:hover a{color:#fff}.card.fullscreened .card-header{line-height:35px}.card.fullscreened .card-header .widget-controls{padding:20px}.card.fullscreened .card-header .widget-controls a{margin-left:12px}.card.fullscreened .card-header .widget-controls a.setting{display:none}.card.fullscreened.card-primary{background:#024a88}.card.fullscreened.card-success{background:#2d922d}.card.fullscreened.card-info{background:#248dad}.card.fullscreened.card-warning{background:#f79a17}.card.fullscreened.card-danger{background:#bf1725}.scrolling{height:100%;overflow-y:scroll;padding-bottom:60px}.no-margin{margin:0}.bottom-15{margin-bottom:15px}.m-t-5{margin-top:5px}.m-t-15{margin-top:15px}.res-img{width:100%}.chart-outher{width:55%;margin:0 auto}.p-t-10{padding-top:10%}.o-visible{overflow:visible}.w-150{width:150px}.w-200{width:200px}@media (max-width: 543px){.chart-outher{width:100%}}@media (min-width: 544px) and (max-width: 767px){.chart-outher{width:85%}}@media (min-width: 992px) and (max-width: 1199px){.chart-outher{width:65%}}.mat-form-field-disabled .mat-form-field-wrapper{background-color:#ddd}.mat-no-border-top .mat-form-field-infix{border-top:none!important}.mat-dflt-margin,.mat-form-field-appearance-outline .mat-form-field-wrapper{margin-top:.125em!important;margin-bottom:.125em!important}.mat-form-field-wrapper{padding-bottom:0;height:35px;min-height:35px!important;margin-bottom:-7px!important}.mat-full-width{width:100%}.mat-full-height .mat-form-field-wrapper{height:100%!important}.mat-form-field-appearance-outline .mat-form-field-infix{padding-top:5px;padding-bottom:0;height:36px}.mat-form-field-appearance-outline .mat-form-field-infix select.mat-input-element{background-color:transparent;margin-bottom:-11px!important;margin-top:-2px!important;padding-top:0!important;top:0!important}.mat-form-field-appearance-outline .mat-form-field-infix input{display:inline-flex;margin-top:-8px;margin-bottom:-5px;padding-top:8px}.mat-form-field-appearance-outline .mat-form-field-suffix{height:25px!important;top:-2px!important}.mat-form-field-appearance-outline .mat-form-field-suffix .form-input-suffix{margin-right:5px!important;position:absolute!important;top:7px!important;right:4px!important}.mat-form-field-appearance-outline .mat-form-field-infix .form-input-suffix{position:relative!important;top:-4px!important}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:32px!important}.mat-form-field-label-wrapper{top:-8px}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{top:60%!important}.mat-form-field-suffix{margin-right:-10px!important}.cdk-overlay-container{z-index:99999999!important}.mat-height-fixed .mat-form-field-flex{height:38px!important}.mat-height-auto .mat-form-field-flex{height:auto!important;padding-bottom:5px!important;padding-top:5px!important;padding-right:2px!important}.mat-height-auto .mat-form-field-infix{height:auto!important}.mat-icon-button-override{width:25px!important;top:0!important;color:#000000a3!important;position:absolute!important}.mat-icon-button-override-suffix{right:-5px!important}.mat-icon-button-override-prefix{left:-5px!important}.mat-option{height:25px!important;font-size:14px!important}.ngx-mat-timepicker .mat-form-field-infix{border-top:none!important}.mat-form-field-wrapper .form-control{width:100%;border:none;padding:0;line-height:1}.mat-form-field-wrapper .form-control:focus{box-shadow:none!important}.mat-form-field-wrapper .form-control.checking-field.ng-touched{padding-right:0;background-position-y:14px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:1.2786;transform:translate(39.2465vw,-10px) scale(.4199);animation:fall-1 22s -4s linear infinite}@keyframes fall-1{35.453%{transform:translate(43.7355vw,35.453vh) scale(.4199)}to{transform:translate(41.491vw,99vh) scale(.4199)}}.snow:nth-child(2){opacity:.6676;transform:translate(55.8315vw,-10px) scale(.2561);animation:fall-2 22s -29s linear infinite}@keyframes fall-2{48.006%{transform:translate(54.505vw,48.006vh) scale(.2561)}to{transform:translate(55.16825vw,99vh) scale(.2561)}}.snow:nth-child(3){opacity:1.6932;transform:translate(30.8646vw,-10px) scale(.1454);animation:fall-3 20s -4s linear infinite}@keyframes fall-3{41.079%{transform:translate(21.5457vw,41.079vh) scale(.1454)}to{transform:translate(26.20515vw,99vh) scale(.1454)}}.snow:nth-child(4){opacity:1.3012;transform:translate(78.4748vw,-10px) scale(.122);animation:fall-4 27s -28s linear infinite}@keyframes fall-4{76.214%{transform:translate(78.7152vw,76.214vh) scale(.122)}to{transform:translate(78.595vw,99vh) scale(.122)}}.snow:nth-child(5){opacity:.6112;transform:translate(43.2085vw,-10px) scale(.3479);animation:fall-5 10s -5s linear infinite}@keyframes fall-5{41.483%{transform:translate(34.3757vw,41.483vh) scale(.3479)}to{transform:translate(38.7921vw,99vh) scale(.3479)}}.snow:nth-child(6){opacity:1.0768;transform:translate(31.9749vw,-10px) scale(.7581);animation:fall-6 21s -18s linear infinite}@keyframes fall-6{74.777%{transform:translate(23.1697vw,74.777vh) scale(.7581)}to{transform:translate(27.5723vw,99vh) scale(.7581)}}.snow:nth-child(7){opacity:1.9872;transform:translate(32.3465vw,-10px) scale(.6016);animation:fall-7 21s -21s linear infinite}@keyframes fall-7{56.689%{transform:translate(40.4939vw,56.689vh) scale(.6016)}to{transform:translate(36.4202vw,99vh) scale(.6016)}}.snow:nth-child(8){opacity:.702;transform:translate(35.1375vw,-10px) scale(.0961);animation:fall-8 14s -4s linear infinite}@keyframes fall-8{62.025%{transform:translate(32.1764vw,62.025vh) scale(.0961)}to{transform:translate(33.65695vw,99vh) scale(.0961)}}.snow:nth-child(9){opacity:1.3454;transform:translate(57.2458vw,-10px) scale(.2337);animation:fall-9 14s -16s linear infinite}@keyframes fall-9{55.486%{transform:translate(65.0295vw,55.486vh) scale(.2337)}to{transform:translate(61.13765vw,99vh) scale(.2337)}}.snow:nth-child(10){opacity:.9346;transform:translate(47.3225vw,-10px) scale(.3462);animation:fall-10 26s -23s linear infinite}@keyframes fall-10{37.577%{transform:translate(47.1727vw,37.577vh) scale(.3462)}to{transform:translate(47.2476vw,99vh) scale(.3462)}}.snow:nth-child(11){opacity:1.9714;transform:translate(58.4267vw,-10px) scale(.0401);animation:fall-11 14s -7s linear infinite}@keyframes fall-11{64.434%{transform:translate(65.1639vw,64.434vh) scale(.0401)}to{transform:translate(61.7953vw,99vh) scale(.0401)}}.snow:nth-child(12){opacity:1.1282;transform:translate(88.7517vw,-10px) scale(.9527);animation:fall-12 23s -11s linear infinite}@keyframes fall-12{63.034%{transform:translate(85.9747vw,63.034vh) scale(.9527)}to{transform:translate(87.3632vw,99vh) scale(.9527)}}.snow:nth-child(13){opacity:.3388;transform:translate(39.1575vw,-10px) scale(.806);animation:fall-13 12s -29s linear infinite}@keyframes fall-13{33.699%{transform:translate(39.347vw,33.699vh) scale(.806)}to{transform:translate(39.25225vw,99vh) scale(.806)}}.snow:nth-child(14){opacity:.5876;transform:translate(93.318vw,-10px) scale(.9004);animation:fall-14 16s -21s linear infinite}@keyframes fall-14{76.982%{transform:translate(84.663vw,76.982vh) scale(.9004)}to{transform:translate(88.9905vw,99vh) scale(.9004)}}.snow:nth-child(15){opacity:1.3052;transform:translate(77.7952vw,-10px) scale(.5391);animation:fall-15 26s -28s linear infinite}@keyframes fall-15{45.525%{transform:translate(68.3056vw,45.525vh) scale(.5391)}to{transform:translate(73.0504vw,99vh) scale(.5391)}}.snow:nth-child(16){opacity:.598;transform:translate(25.3898vw,-10px) scale(.7568);animation:fall-16 25s -16s linear infinite}@keyframes fall-16{41.937%{transform:translate(25.4965vw,41.937vh) scale(.7568)}to{transform:translate(25.44315vw,99vh) scale(.7568)}}.snow:nth-child(17){opacity:1.3326;transform:translate(59.145vw,-10px) scale(.4033);animation:fall-17 10s -12s linear infinite}@keyframes fall-17{71.357%{transform:translate(65.7445vw,71.357vh) scale(.4033)}to{transform:translate(62.44475vw,99vh) scale(.4033)}}.snow:nth-child(18){opacity:1.0754;transform:translate(79.5849vw,-10px) scale(.0499);animation:fall-18 22s -5s linear infinite}@keyframes fall-18{44.252%{transform:translate(89.5582vw,44.252vh) scale(.0499)}to{transform:translate(84.57155vw,99vh) scale(.0499)}}.snow:nth-child(19){opacity:.7568;transform:translate(49.2061vw,-10px) scale(.0631);animation:fall-19 30s -3s linear infinite}@keyframes fall-19{32.772%{transform:translate(57.844vw,32.772vh) scale(.0631)}to{transform:translate(53.52505vw,99vh) scale(.0631)}}.snow:nth-child(20){opacity:.5538;transform:translate(74.0726vw,-10px) scale(.5275);animation:fall-20 13s -7s linear infinite}@keyframes fall-20{31.873%{transform:translate(78.2367vw,31.873vh) scale(.5275)}to{transform:translate(76.15465vw,99vh) scale(.5275)}}.snow:nth-child(21){opacity:.3448;transform:translate(81.3109vw,-10px) scale(.649);animation:fall-21 22s -5s linear infinite}@keyframes fall-21{37.835%{transform:translate(81.7515vw,37.835vh) scale(.649)}to{transform:translate(81.5312vw,99vh) scale(.649)}}.snow:nth-child(22){opacity:.0506;transform:translate(57.142vw,-10px) scale(.4939);animation:fall-22 13s -17s linear infinite}@keyframes fall-22{43.322%{transform:translate(60.219vw,43.322vh) scale(.4939)}to{transform:translate(58.6805vw,99vh) scale(.4939)}}.snow:nth-child(23){opacity:1.6626;transform:translate(84.7823vw,-10px) scale(.1103);animation:fall-23 30s -4s linear infinite}@keyframes fall-23{53.65%{transform:translate(92.5891vw,53.65vh) scale(.1103)}to{transform:translate(88.6857vw,99vh) scale(.1103)}}.snow:nth-child(24){opacity:.046;transform:translate(16.5322vw,-10px) scale(.5785);animation:fall-24 18s -24s linear infinite}@keyframes fall-24{41.765%{transform:translate(26.3557vw,41.765vh) scale(.5785)}to{transform:translate(21.44395vw,99vh) scale(.5785)}}.snow:nth-child(25){opacity:.8272;transform:translate(68.5497vw,-10px) scale(.4078);animation:fall-25 13s -10s linear infinite}@keyframes fall-25{69.4%{transform:translate(71.8895vw,69.4vh) scale(.4078)}to{transform:translate(70.2196vw,99vh) scale(.4078)}}.snow:nth-child(26){opacity:.3784;transform:translate(89.9624vw,-10px) scale(.6346);animation:fall-26 19s -20s linear infinite}@keyframes fall-26{65.821%{transform:translate(93.8459vw,65.821vh) scale(.6346)}to{transform:translate(91.90415vw,99vh) scale(.6346)}}.snow:nth-child(27){opacity:.993;transform:translate(98.5099vw,-10px) scale(.2341);animation:fall-27 27s -2s linear infinite}@keyframes fall-27{67.306%{transform:translate(98.2625vw,67.306vh) scale(.2341)}to{transform:translate(98.3862vw,99vh) scale(.2341)}}.snow:nth-child(28){opacity:1.94;transform:translate(80.0866vw,-10px) scale(.5071);animation:fall-28 10s -28s linear infinite}@keyframes fall-28{41.312%{transform:translate(70.2vw,41.312vh) scale(.5071)}to{transform:translate(75.1433vw,99vh) scale(.5071)}}.snow:nth-child(29){opacity:1.513;transform:translate(2.1312vw,-10px) scale(.0615);animation:fall-29 14s -30s linear infinite}@keyframes fall-29{78.39%{transform:translate(-1.0527vw,78.39vh) scale(.0615)}to{transform:translate(.53925vw,99vh) scale(.0615)}}.snow:nth-child(30){opacity:1.1134;transform:translate(66.2637vw,-10px) scale(.4831);animation:fall-30 30s -5s linear infinite}@keyframes fall-30{73.807%{transform:translate(67.0676vw,73.807vh) scale(.4831)}to{transform:translate(66.66565vw,99vh) scale(.4831)}}.snow:nth-child(31){opacity:.7258;transform:translate(50.1581vw,-10px) scale(.1443);animation:fall-31 28s -2s linear infinite}@keyframes fall-31{77.247%{transform:translate(43.4541vw,77.247vh) scale(.1443)}to{transform:translate(46.8061vw,99vh) scale(.1443)}}.snow:nth-child(32){opacity:.627;transform:translate(25.903vw,-10px) scale(.2261);animation:fall-32 25s -9s linear infinite}@keyframes fall-32{64.276%{transform:translate(32.0153vw,64.276vh) scale(.2261)}to{transform:translate(28.95915vw,99vh) scale(.2261)}}.snow:nth-child(33){opacity:1.5904;transform:translate(97.3995vw,-10px) scale(.6023);animation:fall-33 22s -2s linear infinite}@keyframes fall-33{30.588%{transform:translate(97.3276vw,30.588vh) scale(.6023)}to{transform:translate(97.36355vw,99vh) scale(.6023)}}.snow:nth-child(34){opacity:1.2346;transform:translate(42.6962vw,-10px) scale(.2447);animation:fall-34 26s -17s linear infinite}@keyframes fall-34{65.501%{transform:translate(45.5404vw,65.501vh) scale(.2447)}to{transform:translate(44.1183vw,99vh) scale(.2447)}}.snow:nth-child(35){opacity:1.0322;transform:translate(45.796vw,-10px) scale(.7083);animation:fall-35 15s -29s linear infinite}@keyframes fall-35{57.662%{transform:translate(52.432vw,57.662vh) scale(.7083)}to{transform:translate(49.114vw,99vh) scale(.7083)}}.snow:nth-child(36){opacity:1.07;transform:translate(75.1429vw,-10px) scale(.6666);animation:fall-36 12s -11s linear infinite}@keyframes fall-36{54.317%{transform:translate(75.2766vw,54.317vh) scale(.6666)}to{transform:translate(75.20975vw,99vh) scale(.6666)}}.snow:nth-child(37){opacity:.9062;transform:translate(41.4729vw,-10px) scale(.931);animation:fall-37 16s -19s linear infinite}@keyframes fall-37{46.449%{transform:translate(42.211vw,46.449vh) scale(.931)}to{transform:translate(41.84195vw,99vh) scale(.931)}}.snow:nth-child(38){opacity:.6926;transform:translate(73.8286vw,-10px) scale(.8758);animation:fall-38 22s -21s linear infinite}@keyframes fall-38{33.897%{transform:translate(78.5184vw,33.897vh) scale(.8758)}to{transform:translate(76.1735vw,99vh) scale(.8758)}}.snow:nth-child(39){opacity:1.68;transform:translate(17.051vw,-10px) scale(.4844);animation:fall-39 21s -7s linear infinite}@keyframes fall-39{66.877%{transform:translate(19.5647vw,66.877vh) scale(.4844)}to{transform:translate(18.30785vw,99vh) scale(.4844)}}.snow:nth-child(40){opacity:1.6036;transform:translate(59.0915vw,-10px) scale(.94);animation:fall-40 15s -24s linear infinite}@keyframes fall-40{61.151%{transform:translate(49.769vw,61.151vh) scale(.94)}to{transform:translate(54.43025vw,99vh) scale(.94)}}.snow:nth-child(41){opacity:1.9322;transform:translate(9.2193vw,-10px) scale(.8364);animation:fall-41 14s -25s linear infinite}@keyframes fall-41{30.457%{transform:translate(3.6717vw,30.457vh) scale(.8364)}to{transform:translate(6.4455vw,99vh) scale(.8364)}}.snow:nth-child(42){opacity:.9652;transform:translate(68.1348vw,-10px) scale(.5834);animation:fall-42 30s -17s linear infinite}@keyframes fall-42{78.728%{transform:translate(72.9917vw,78.728vh) scale(.5834)}to{transform:translate(70.56325vw,99vh) scale(.5834)}}.snow:nth-child(43){opacity:.9994;transform:translate(58.3999vw,-10px) scale(.7872);animation:fall-43 15s -13s linear infinite}@keyframes fall-43{59.446%{transform:translate(49.929vw,59.446vh) scale(.7872)}to{transform:translate(54.16445vw,99vh) scale(.7872)}}.snow:nth-child(44){opacity:1.7922;transform:translate(37.0702vw,-10px) scale(.6973);animation:fall-44 30s -23s linear infinite}@keyframes fall-44{63.792%{transform:translate(39.6054vw,63.792vh) scale(.6973)}to{transform:translate(38.3378vw,99vh) scale(.6973)}}.snow:nth-child(45){opacity:.1334;transform:translate(24.5154vw,-10px) scale(.0169);animation:fall-45 21s -28s linear infinite}@keyframes fall-45{52.867%{transform:translate(27.0878vw,52.867vh) scale(.0169)}to{transform:translate(25.8016vw,99vh) scale(.0169)}}.snow:nth-child(46){opacity:.9382;transform:translate(57.6046vw,-10px) scale(.5157);animation:fall-46 15s -1s linear infinite}@keyframes fall-46{74.876%{transform:translate(57.2647vw,74.876vh) scale(.5157)}to{transform:translate(57.43465vw,99vh) scale(.5157)}}.snow:nth-child(47){opacity:.335;transform:translate(37.1544vw,-10px) scale(.4616);animation:fall-47 17s -28s linear infinite}@keyframes fall-47{48.493%{transform:translate(30.1909vw,48.493vh) scale(.4616)}to{transform:translate(33.67265vw,99vh) scale(.4616)}}.snow:nth-child(48){opacity:.4192;transform:translate(94.9405vw,-10px) scale(.2498);animation:fall-48 29s -5s linear infinite}@keyframes fall-48{72.289%{transform:translate(102.3114vw,72.289vh) scale(.2498)}to{transform:translate(98.62595vw,99vh) scale(.2498)}}.snow:nth-child(49){opacity:1.7302;transform:translate(75.9444vw,-10px) scale(.3828);animation:fall-49 13s -22s linear infinite}@keyframes fall-49{72.35%{transform:translate(71.3707vw,72.35vh) scale(.3828)}to{transform:translate(73.65755vw,99vh) scale(.3828)}}.snow:nth-child(50){opacity:1.6542;transform:translate(44.4001vw,-10px) scale(.6854);animation:fall-50 30s -27s linear infinite}@keyframes fall-50{78.495%{transform:translate(52.4021vw,78.495vh) scale(.6854)}to{transform:translate(48.4011vw,99vh) scale(.6854)}}.snow:nth-child(51){opacity:1.0084;transform:translate(92.5875vw,-10px) scale(.5739);animation:fall-51 17s -9s linear infinite}@keyframes fall-51{76.666%{transform:translate(84.5736vw,76.666vh) scale(.5739)}to{transform:translate(88.58055vw,99vh) scale(.5739)}}.snow:nth-child(52){opacity:.448;transform:translate(43.4853vw,-10px) scale(.0554);animation:fall-52 30s -20s linear infinite}@keyframes fall-52{57.268%{transform:translate(44.2396vw,57.268vh) scale(.0554)}to{transform:translate(43.86245vw,99vh) scale(.0554)}}.snow:nth-child(53){opacity:1.7148;transform:translate(57.8846vw,-10px) scale(.727);animation:fall-53 24s -5s linear infinite}@keyframes fall-53{59.475%{transform:translate(59.8686vw,59.475vh) scale(.727)}to{transform:translate(58.8766vw,99vh) scale(.727)}}.snow:nth-child(54){opacity:.0312;transform:translate(70.1819vw,-10px) scale(.1347);animation:fall-54 18s -15s linear infinite}@keyframes fall-54{38.525%{transform:translate(63.3121vw,38.525vh) scale(.1347)}to{transform:translate(66.747vw,99vh) scale(.1347)}}.snow:nth-child(55){opacity:.513;transform:translate(63.9106vw,-10px) scale(.0036);animation:fall-55 17s -17s linear infinite}@keyframes fall-55{45.992%{transform:translate(64.1074vw,45.992vh) scale(.0036)}to{transform:translate(64.009vw,99vh) scale(.0036)}}.snow:nth-child(56){opacity:.2044;transform:translate(37.1267vw,-10px) scale(.4718);animation:fall-56 16s -22s linear infinite}@keyframes fall-56{79.61%{transform:translate(42.6167vw,79.61vh) scale(.4718)}to{transform:translate(39.8717vw,99vh) scale(.4718)}}.snow:nth-child(57){opacity:.3632;transform:translate(79.7678vw,-10px) scale(.4844);animation:fall-57 25s -10s linear infinite}@keyframes fall-57{33.343%{transform:translate(78.3553vw,33.343vh) scale(.4844)}to{transform:translate(79.06155vw,99vh) scale(.4844)}}.snow:nth-child(58){opacity:1.8122;transform:translate(35.2614vw,-10px) scale(.2656);animation:fall-58 26s -2s linear infinite}@keyframes fall-58{69.834%{transform:translate(26.791vw,69.834vh) scale(.2656)}to{transform:translate(31.0262vw,99vh) scale(.2656)}}.snow:nth-child(59){opacity:1.5692;transform:translate(89.2631vw,-10px) scale(.5427);animation:fall-59 20s -21s linear infinite}@keyframes fall-59{52.716%{transform:translate(86.1517vw,52.716vh) scale(.5427)}to{transform:translate(87.7074vw,99vh) scale(.5427)}}.snow:nth-child(60){opacity:.8492;transform:translate(20.8601vw,-10px) scale(.978);animation:fall-60 14s -18s linear infinite}@keyframes fall-60{38.678%{transform:translate(20.6278vw,38.678vh) scale(.978)}to{transform:translate(20.74395vw,99vh) scale(.978)}}.snow:nth-child(61){opacity:1.4426;transform:translate(4.201vw,-10px) scale(.877);animation:fall-61 20s -14s linear infinite}@keyframes fall-61{78.018%{transform:translate(-3.0965vw,78.018vh) scale(.877)}to{transform:translate(.55225vw,99vh) scale(.877)}}.snow:nth-child(62){opacity:.683;transform:translate(39.5566vw,-10px) scale(.2003);animation:fall-62 15s -18s linear infinite}@keyframes fall-62{57.147%{transform:translate(39.6287vw,57.147vh) scale(.2003)}to{transform:translate(39.59265vw,99vh) scale(.2003)}}.snow:nth-child(63){opacity:.228;transform:translate(76.556vw,-10px) scale(.0935);animation:fall-63 10s -28s linear infinite}@keyframes fall-63{50.098%{transform:translate(77.6617vw,50.098vh) scale(.0935)}to{transform:translate(77.10885vw,99vh) scale(.0935)}}.snow:nth-child(64){opacity:1.852;transform:translate(8.7426vw,-10px) scale(.4077);animation:fall-64 22s -11s linear infinite}@keyframes fall-64{67.973%{transform:translate(8.6222vw,67.973vh) scale(.4077)}to{transform:translate(8.6824vw,99vh) scale(.4077)}}.snow:nth-child(65){opacity:.7758;transform:translate(68.8735vw,-10px) scale(.5194);animation:fall-65 22s -29s linear infinite}@keyframes fall-65{59.04%{transform:translate(71.7588vw,59.04vh) scale(.5194)}to{transform:translate(70.31615vw,99vh) scale(.5194)}}.snow:nth-child(66){opacity:1.54;transform:translate(79.7398vw,-10px) scale(.7241);animation:fall-66 10s -1s linear infinite}@keyframes fall-66{35.097%{transform:translate(79.0034vw,35.097vh) scale(.7241)}to{transform:translate(79.3716vw,99vh) scale(.7241)}}.snow:nth-child(67){opacity:1.284;transform:translate(60.641vw,-10px) scale(.8823);animation:fall-67 26s -17s linear infinite}@keyframes fall-67{61.827%{transform:translate(60.6193vw,61.827vh) scale(.8823)}to{transform:translate(60.63015vw,99vh) scale(.8823)}}.snow:nth-child(68){opacity:.2328;transform:translate(2.9251vw,-10px) scale(.4568);animation:fall-68 15s -20s linear infinite}@keyframes fall-68{66.743%{transform:translate(10.9806vw,66.743vh) scale(.4568)}to{transform:translate(6.95285vw,99vh) scale(.4568)}}.snow:nth-child(69){opacity:1.9746;transform:translate(67.5099vw,-10px) scale(.2762);animation:fall-69 27s -9s linear infinite}@keyframes fall-69{30.812%{transform:translate(59.2291vw,30.812vh) scale(.2762)}to{transform:translate(63.3695vw,99vh) scale(.2762)}}.snow:nth-child(70){opacity:1.5326;transform:translate(42.6332vw,-10px) scale(.9786);animation:fall-70 21s -26s linear infinite}@keyframes fall-70{79.918%{transform:translate(46.0604vw,79.918vh) scale(.9786)}to{transform:translate(44.3468vw,99vh) scale(.9786)}}.snow:nth-child(71){opacity:1.6286;transform:translate(68.6556vw,-10px) scale(.2491);animation:fall-71 11s -24s linear infinite}@keyframes fall-71{79.444%{transform:translate(60.5325vw,79.444vh) scale(.2491)}to{transform:translate(64.59405vw,99vh) scale(.2491)}}.snow:nth-child(72){opacity:1.5372;transform:translate(38.4466vw,-10px) scale(.7938);animation:fall-72 13s -14s linear infinite}@keyframes fall-72{36.045%{transform:translate(33.3614vw,36.045vh) scale(.7938)}to{transform:translate(35.904vw,99vh) scale(.7938)}}.snow:nth-child(73){opacity:.727;transform:translate(52.1476vw,-10px) scale(.2822);animation:fall-73 30s -11s linear infinite}@keyframes fall-73{43.459%{transform:translate(60.2781vw,43.459vh) scale(.2822)}to{transform:translate(56.21285vw,99vh) scale(.2822)}}.snow:nth-child(74){opacity:1.03;transform:translate(56.7298vw,-10px) scale(.5159);animation:fall-74 27s -29s linear infinite}@keyframes fall-74{34.178%{transform:translate(64.4314vw,34.178vh) scale(.5159)}to{transform:translate(60.5806vw,99vh) scale(.5159)}}.snow:nth-child(75){opacity:1.4564;transform:translate(2.1301vw,-10px) scale(.4806);animation:fall-75 23s -29s linear infinite}@keyframes fall-75{35.148%{transform:translate(-6.8585vw,35.148vh) scale(.4806)}to{transform:translate(-2.3642vw,99vh) scale(.4806)}}.snow:nth-child(76){opacity:1.6276;transform:translate(19.6514vw,-10px) scale(.5024);animation:fall-76 22s -26s linear infinite}@keyframes fall-76{74.607%{transform:translate(20.7593vw,74.607vh) scale(.5024)}to{transform:translate(20.20535vw,99vh) scale(.5024)}}.snow:nth-child(77){opacity:.977;transform:translate(21.1136vw,-10px) scale(.8434);animation:fall-77 25s -14s linear infinite}@keyframes fall-77{63.261%{transform:translate(14.1vw,63.261vh) scale(.8434)}to{transform:translate(17.6068vw,99vh) scale(.8434)}}.snow:nth-child(78){opacity:.7654;transform:translate(40.465vw,-10px) scale(.2242);animation:fall-78 25s -17s linear infinite}@keyframes fall-78{79.725%{transform:translate(37.8007vw,79.725vh) scale(.2242)}to{transform:translate(39.13285vw,99vh) scale(.2242)}}.snow:nth-child(79){opacity:.652;transform:translate(40.5273vw,-10px) scale(.6881);animation:fall-79 29s -25s linear infinite}@keyframes fall-79{44.659%{transform:translate(40.6283vw,44.659vh) scale(.6881)}to{transform:translate(40.5778vw,99vh) scale(.6881)}}.snow:nth-child(80){opacity:1.4342;transform:translate(93.4775vw,-10px) scale(.1539);animation:fall-80 10s -10s linear infinite}@keyframes fall-80{66.759%{transform:translate(92.2993vw,66.759vh) scale(.1539)}to{transform:translate(92.8884vw,99vh) scale(.1539)}}.snow:nth-child(81){opacity:.4422;transform:translate(31.0591vw,-10px) scale(.9812);animation:fall-81 24s -25s linear infinite}@keyframes fall-81{57.547%{transform:translate(31.6451vw,57.547vh) scale(.9812)}to{transform:translate(31.3521vw,99vh) scale(.9812)}}.snow:nth-child(82){opacity:1.236;transform:translate(16.5055vw,-10px) scale(.0441);animation:fall-82 27s -6s linear infinite}@keyframes fall-82{34.89%{transform:translate(18.4994vw,34.89vh) scale(.0441)}to{transform:translate(17.50245vw,99vh) scale(.0441)}}.snow:nth-child(83){opacity:1.046;transform:translate(92.893vw,-10px) scale(.6326);animation:fall-83 30s -14s linear infinite}@keyframes fall-83{68.847%{transform:translate(94.2416vw,68.847vh) scale(.6326)}to{transform:translate(93.5673vw,99vh) scale(.6326)}}.snow:nth-child(84){opacity:1.6174;transform:translate(14.2151vw,-10px) scale(.3001);animation:fall-84 27s -2s linear infinite}@keyframes fall-84{78.529%{transform:translate(6.0691vw,78.529vh) scale(.3001)}to{transform:translate(10.1421vw,99vh) scale(.3001)}}.snow:nth-child(85){opacity:.8296;transform:translate(59.6372vw,-10px) scale(.1135);animation:fall-85 24s -2s linear infinite}@keyframes fall-85{43.759%{transform:translate(65.7905vw,43.759vh) scale(.1135)}to{transform:translate(62.71385vw,99vh) scale(.1135)}}.snow:nth-child(86){opacity:.28;transform:translate(93.2704vw,-10px) scale(.91);animation:fall-86 22s -14s linear infinite}@keyframes fall-86{44.215%{transform:translate(91.3848vw,44.215vh) scale(.91)}to{transform:translate(92.3276vw,99vh) scale(.91)}}.snow:nth-child(87){opacity:.6956;transform:translate(83.3091vw,-10px) scale(.0078);animation:fall-87 29s -1s linear infinite}@keyframes fall-87{48.553%{transform:translate(86.8345vw,48.553vh) scale(.0078)}to{transform:translate(85.0718vw,99vh) scale(.0078)}}.snow:nth-child(88){opacity:1.3762;transform:translate(21.5113vw,-10px) scale(.4869);animation:fall-88 25s -16s linear infinite}@keyframes fall-88{71.586%{transform:translate(25.8001vw,71.586vh) scale(.4869)}to{transform:translate(23.6557vw,99vh) scale(.4869)}}.snow:nth-child(89){opacity:1.7066;transform:translate(44.9144vw,-10px) scale(.1591);animation:fall-89 18s -26s linear infinite}@keyframes fall-89{66.34%{transform:translate(38.9848vw,66.34vh) scale(.1591)}to{transform:translate(41.9496vw,99vh) scale(.1591)}}.snow:nth-child(90){opacity:.2966;transform:translate(35.5477vw,-10px) scale(.3409);animation:fall-90 21s -25s linear infinite}@keyframes fall-90{66.716%{transform:translate(31.7902vw,66.716vh) scale(.3409)}to{transform:translate(33.66895vw,99vh) scale(.3409)}}.snow:nth-child(91){opacity:1.3732;transform:translate(54.0464vw,-10px) scale(.8398);animation:fall-91 22s -14s linear infinite}@keyframes fall-91{62.798%{transform:translate(63.6107vw,62.798vh) scale(.8398)}to{transform:translate(58.82855vw,99vh) scale(.8398)}}.snow:nth-child(92){opacity:.9226;transform:translate(5.6852vw,-10px) scale(.7534);animation:fall-92 25s -4s linear infinite}@keyframes fall-92{33.726%{transform:translate(14.6641vw,33.726vh) scale(.7534)}to{transform:translate(10.17465vw,99vh) scale(.7534)}}.snow:nth-child(93){opacity:1.684;transform:translate(54.0037vw,-10px) scale(.1335);animation:fall-93 23s -6s linear infinite}@keyframes fall-93{61.66%{transform:translate(45.415vw,61.66vh) scale(.1335)}to{transform:translate(49.70935vw,99vh) scale(.1335)}}.snow:nth-child(94){opacity:.5796;transform:translate(34.0059vw,-10px) scale(.6885);animation:fall-94 22s -24s linear infinite}@keyframes fall-94{63.392%{transform:translate(31.2385vw,63.392vh) scale(.6885)}to{transform:translate(32.6222vw,99vh) scale(.6885)}}.snow:nth-child(95){opacity:.525;transform:translate(6.3297vw,-10px) scale(.203);animation:fall-95 27s -8s linear infinite}@keyframes fall-95{62.197%{transform:translate(-.9811vw,62.197vh) scale(.203)}to{transform:translate(2.6743vw,99vh) scale(.203)}}.snow:nth-child(96){opacity:.5408;transform:translate(30.1796vw,-10px) scale(.7151);animation:fall-96 17s -28s linear infinite}@keyframes fall-96{77.044%{transform:translate(29.3973vw,77.044vh) scale(.7151)}to{transform:translate(29.78845vw,99vh) scale(.7151)}}.snow:nth-child(97){opacity:1.8792;transform:translate(89.3444vw,-10px) scale(.0376);animation:fall-97 12s -14s linear infinite}@keyframes fall-97{62.743%{transform:translate(84.0135vw,62.743vh) scale(.0376)}to{transform:translate(86.67895vw,99vh) scale(.0376)}}.snow:nth-child(98){opacity:.1448;transform:translate(4.4019vw,-10px) scale(.8745);animation:fall-98 23s -5s linear infinite}@keyframes fall-98{67.192%{transform:translate(1.6142vw,67.192vh) scale(.8745)}to{transform:translate(3.00805vw,99vh) scale(.8745)}}.snow:nth-child(99){opacity:1.1684;transform:translate(94.7558vw,-10px) scale(.1812);animation:fall-99 17s -7s linear infinite}@keyframes fall-99{36.367%{transform:translate(101.6897vw,36.367vh) scale(.1812)}to{transform:translate(98.22275vw,99vh) scale(.1812)}}.snow:nth-child(100){opacity:.5668;transform:translate(83.043vw,-10px) scale(.6344);animation:fall-100 19s -23s linear infinite}@keyframes fall-100{38.001%{transform:translate(87.3975vw,38.001vh) scale(.6344)}to{transform:translate(85.22025vw,99vh) scale(.6344)}}.snow:nth-child(101){opacity:.3882;transform:translate(2.8512vw,-10px) scale(.1863);animation:fall-101 15s -25s linear infinite}@keyframes fall-101{30.581%{transform:translate(.4929vw,30.581vh) scale(.1863)}to{transform:translate(1.67205vw,99vh) scale(.1863)}}.snow:nth-child(102){opacity:.991;transform:translate(54.6514vw,-10px) scale(.7229);animation:fall-102 25s -26s linear infinite}@keyframes fall-102{35.628%{transform:translate(52.5366vw,35.628vh) scale(.7229)}to{transform:translate(53.594vw,99vh) scale(.7229)}}.snow:nth-child(103){opacity:.698;transform:translate(79.9604vw,-10px) scale(.8101);animation:fall-103 12s -16s linear infinite}@keyframes fall-103{76.331%{transform:translate(79.9294vw,76.331vh) scale(.8101)}to{transform:translate(79.9449vw,99vh) scale(.8101)}}.snow:nth-child(104){opacity:.7498;transform:translate(91.1796vw,-10px) scale(.2689);animation:fall-104 10s -25s linear infinite}@keyframes fall-104{40.976%{transform:translate(85.8666vw,40.976vh) scale(.2689)}to{transform:translate(88.5231vw,99vh) scale(.2689)}}.snow:nth-child(105){opacity:1.1464;transform:translate(35.9602vw,-10px) scale(.8492);animation:fall-105 19s -11s linear infinite}@keyframes fall-105{65.657%{transform:translate(28.2969vw,65.657vh) scale(.8492)}to{transform:translate(32.12855vw,99vh) scale(.8492)}}.snow:nth-child(106){opacity:.373;transform:translate(93.3609vw,-10px) scale(.3111);animation:fall-106 30s -18s linear infinite}@keyframes fall-106{72.765%{transform:translate(96.4475vw,72.765vh) scale(.3111)}to{transform:translate(94.9042vw,99vh) scale(.3111)}}.snow:nth-child(107){opacity:1.4738;transform:translate(76.1516vw,-10px) scale(.8918);animation:fall-107 20s -12s linear infinite}@keyframes fall-107{60.049%{transform:translate(70.8615vw,60.049vh) scale(.8918)}to{transform:translate(73.50655vw,99vh) scale(.8918)}}.snow:nth-child(108){opacity:1.2162;transform:translate(55.303vw,-10px) scale(.2769);animation:fall-108 30s -25s linear infinite}@keyframes fall-108{62.42%{transform:translate(63.2836vw,62.42vh) scale(.2769)}to{transform:translate(59.2933vw,99vh) scale(.2769)}}.snow:nth-child(109){opacity:1.7544;transform:translate(96.4922vw,-10px) scale(.6548);animation:fall-109 12s -12s linear infinite}@keyframes fall-109{78.396%{transform:translate(93.811vw,78.396vh) scale(.6548)}to{transform:translate(95.1516vw,99vh) scale(.6548)}}.snow:nth-child(110){opacity:.9706;transform:translate(40.7041vw,-10px) scale(.3578);animation:fall-110 14s -28s linear infinite}@keyframes fall-110{44.386%{transform:translate(39.766vw,44.386vh) scale(.3578)}to{transform:translate(40.23505vw,99vh) scale(.3578)}}.snow:nth-child(111){opacity:1.295;transform:translate(60.9253vw,-10px) scale(.5514);animation:fall-111 26s -29s linear infinite}@keyframes fall-111{69.113%{transform:translate(63.3306vw,69.113vh) scale(.5514)}to{transform:translate(62.12795vw,99vh) scale(.5514)}}.snow:nth-child(112){opacity:1.0058;transform:translate(1.8156vw,-10px) scale(.4579);animation:fall-112 11s -26s linear infinite}@keyframes fall-112{42.649%{transform:translate(9.1069vw,42.649vh) scale(.4579)}to{transform:translate(5.46125vw,99vh) scale(.4579)}}.snow:nth-child(113){opacity:1.8264;transform:translate(37.1335vw,-10px) scale(.1398);animation:fall-113 27s -12s linear infinite}@keyframes fall-113{44.558%{transform:translate(40.0635vw,44.558vh) scale(.1398)}to{transform:translate(38.5985vw,99vh) scale(.1398)}}.snow:nth-child(114){opacity:.135;transform:translate(53.7556vw,-10px) scale(.3007);animation:fall-114 22s -17s linear infinite}@keyframes fall-114{35.686%{transform:translate(50.3788vw,35.686vh) scale(.3007)}to{transform:translate(52.0672vw,99vh) scale(.3007)}}.snow:nth-child(115){opacity:.7334;transform:translate(2.3794vw,-10px) scale(.8405);animation:fall-115 21s -11s linear infinite}@keyframes fall-115{33.03%{transform:translate(3.2671vw,33.03vh) scale(.8405)}to{transform:translate(2.82325vw,99vh) scale(.8405)}}.snow:nth-child(116){opacity:1.7412;transform:translate(86.3223vw,-10px) scale(.6584);animation:fall-116 29s -11s linear infinite}@keyframes fall-116{54.957%{transform:translate(90.6507vw,54.957vh) scale(.6584)}to{transform:translate(88.4865vw,99vh) scale(.6584)}}.snow:nth-child(117){opacity:1.8554;transform:translate(71.0786vw,-10px) scale(.241);animation:fall-117 11s -22s linear infinite}@keyframes fall-117{63.832%{transform:translate(79.138vw,63.832vh) scale(.241)}to{transform:translate(75.1083vw,99vh) scale(.241)}}.snow:nth-child(118){opacity:1.8292;transform:translate(90.3303vw,-10px) scale(.5756);animation:fall-118 23s -6s linear infinite}@keyframes fall-118{76.183%{transform:translate(87.7698vw,76.183vh) scale(.5756)}to{transform:translate(89.05005vw,99vh) scale(.5756)}}.snow:nth-child(119){opacity:.7026;transform:translate(43.1457vw,-10px) scale(.4912);animation:fall-119 14s -4s linear infinite}@keyframes fall-119{55.187%{transform:translate(41.6461vw,55.187vh) scale(.4912)}to{transform:translate(42.3959vw,99vh) scale(.4912)}}.snow:nth-child(120){opacity:1.0994;transform:translate(53.5853vw,-10px) scale(.4026);animation:fall-120 16s -21s linear infinite}@keyframes fall-120{69.021%{transform:translate(56.3661vw,69.021vh) scale(.4026)}to{transform:translate(54.9757vw,99vh) scale(.4026)}}.snow:nth-child(121){opacity:1.4476;transform:translate(87.2078vw,-10px) scale(.8982);animation:fall-121 25s -10s linear infinite}@keyframes fall-121{73.387%{transform:translate(78.9vw,73.387vh) scale(.8982)}to{transform:translate(83.0539vw,99vh) scale(.8982)}}.snow:nth-child(122){opacity:.8054;transform:translate(19.7755vw,-10px) scale(.4472);animation:fall-122 23s -9s linear infinite}@keyframes fall-122{63.097%{transform:translate(11.4787vw,63.097vh) scale(.4472)}to{transform:translate(15.6271vw,99vh) scale(.4472)}}.snow:nth-child(123){opacity:1.2404;transform:translate(39.3736vw,-10px) scale(.0058);animation:fall-123 17s -17s linear infinite}@keyframes fall-123{76.674%{transform:translate(32.6995vw,76.674vh) scale(.0058)}to{transform:translate(36.03655vw,99vh) scale(.0058)}}.snow:nth-child(124){opacity:.263;transform:translate(51.607vw,-10px) scale(.5056);animation:fall-124 15s -21s linear infinite}@keyframes fall-124{35.054%{transform:translate(50.4162vw,35.054vh) scale(.5056)}to{transform:translate(51.0116vw,99vh) scale(.5056)}}.snow:nth-child(125){opacity:1.488;transform:translate(62.2691vw,-10px) scale(.7265);animation:fall-125 23s -13s linear infinite}@keyframes fall-125{74.798%{transform:translate(62.3143vw,74.798vh) scale(.7265)}to{transform:translate(62.2917vw,99vh) scale(.7265)}}.snow:nth-child(126){opacity:.793;transform:translate(83.7839vw,-10px) scale(.6199);animation:fall-126 30s -4s linear infinite}@keyframes fall-126{62.769%{transform:translate(80.4115vw,62.769vh) scale(.6199)}to{transform:translate(82.0977vw,99vh) scale(.6199)}}.snow:nth-child(127){opacity:.3368;transform:translate(99.763vw,-10px) scale(.0941);animation:fall-127 28s -18s linear infinite}@keyframes fall-127{43.765%{transform:translate(90.9085vw,43.765vh) scale(.0941)}to{transform:translate(95.33575vw,99vh) scale(.0941)}}.snow:nth-child(128){opacity:1.61;transform:translate(47.9115vw,-10px) scale(.4784);animation:fall-128 10s -28s linear infinite}@keyframes fall-128{56.378%{transform:translate(39.2079vw,56.378vh) scale(.4784)}to{transform:translate(43.5597vw,99vh) scale(.4784)}}.snow:nth-child(129){opacity:1.3328;transform:translate(98.4938vw,-10px) scale(.1493);animation:fall-129 20s -28s linear infinite}@keyframes fall-129{55.573%{transform:translate(91.2984vw,55.573vh) scale(.1493)}to{transform:translate(94.8961vw,99vh) scale(.1493)}}.snow:nth-child(130){opacity:1.1312;transform:translate(73.652vw,-10px) scale(.6793);animation:fall-130 14s -24s linear infinite}@keyframes fall-130{58.397%{transform:translate(64.8416vw,58.397vh) scale(.6793)}to{transform:translate(69.2468vw,99vh) scale(.6793)}}.snow:nth-child(131){opacity:1.5318;transform:translate(24.9346vw,-10px) scale(.2232);animation:fall-131 18s -29s linear infinite}@keyframes fall-131{55.047%{transform:translate(15.259vw,55.047vh) scale(.2232)}to{transform:translate(20.0968vw,99vh) scale(.2232)}}.snow:nth-child(132){opacity:1.6476;transform:translate(22.147vw,-10px) scale(.2123);animation:fall-132 11s -18s linear infinite}@keyframes fall-132{70.023%{transform:translate(23.5276vw,70.023vh) scale(.2123)}to{transform:translate(22.8373vw,99vh) scale(.2123)}}.snow:nth-child(133){opacity:1.027;transform:translate(65.7687vw,-10px) scale(.8355);animation:fall-133 19s -14s linear infinite}@keyframes fall-133{50.236%{transform:translate(60.2567vw,50.236vh) scale(.8355)}to{transform:translate(63.0127vw,99vh) scale(.8355)}}.snow:nth-child(134){opacity:1.853;transform:translate(97.5983vw,-10px) scale(.7058);animation:fall-134 24s -5s linear infinite}@keyframes fall-134{66.06%{transform:translate(105.2071vw,66.06vh) scale(.7058)}to{transform:translate(101.4027vw,99vh) scale(.7058)}}.snow:nth-child(135){opacity:1.8442;transform:translate(11.7832vw,-10px) scale(.3375);animation:fall-135 14s -29s linear infinite}@keyframes fall-135{61.72%{transform:translate(20.1419vw,61.72vh) scale(.3375)}to{transform:translate(15.96255vw,99vh) scale(.3375)}}.snow:nth-child(136){opacity:1.7528;transform:translate(79.4094vw,-10px) scale(.6191);animation:fall-136 17s -5s linear infinite}@keyframes fall-136{74.098%{transform:translate(76.9384vw,74.098vh) scale(.6191)}to{transform:translate(78.1739vw,99vh) scale(.6191)}}.snow:nth-child(137){opacity:1.5218;transform:translate(92.0115vw,-10px) scale(.9764);animation:fall-137 28s -17s linear infinite}@keyframes fall-137{39.55%{transform:translate(89.7633vw,39.55vh) scale(.9764)}to{transform:translate(90.8874vw,99vh) scale(.9764)}}.snow:nth-child(138){opacity:.3664;transform:translate(60.9124vw,-10px) scale(.0863);animation:fall-138 16s -1s linear infinite}@keyframes fall-138{62.659%{transform:translate(66.7115vw,62.659vh) scale(.0863)}to{transform:translate(63.81195vw,99vh) scale(.0863)}}.snow:nth-child(139){opacity:1.356;transform:translate(96.7998vw,-10px) scale(.0084);animation:fall-139 13s -18s linear infinite}@keyframes fall-139{34.67%{transform:translate(87.5446vw,34.67vh) scale(.0084)}to{transform:translate(92.1722vw,99vh) scale(.0084)}}.snow:nth-child(140){opacity:.9604;transform:translate(86.4002vw,-10px) scale(.5607);animation:fall-140 20s -1s linear infinite}@keyframes fall-140{50.562%{transform:translate(95.8687vw,50.562vh) scale(.5607)}to{transform:translate(91.13445vw,99vh) scale(.5607)}}.snow:nth-child(141){opacity:.581;transform:translate(88.2076vw,-10px) scale(.7056);animation:fall-141 13s -26s linear infinite}@keyframes fall-141{54.596%{transform:translate(90.2623vw,54.596vh) scale(.7056)}to{transform:translate(89.23495vw,99vh) scale(.7056)}}.snow:nth-child(142){opacity:1.5942;transform:translate(29.8856vw,-10px) scale(.3278);animation:fall-142 25s -13s linear infinite}@keyframes fall-142{59.739%{transform:translate(32.3785vw,59.739vh) scale(.3278)}to{transform:translate(31.13205vw,99vh) scale(.3278)}}.snow:nth-child(143){opacity:1.6648;transform:translate(2.6682vw,-10px) scale(.5861);animation:fall-143 27s -8s linear infinite}@keyframes fall-143{61.171%{transform:translate(8.3343vw,61.171vh) scale(.5861)}to{transform:translate(5.50125vw,99vh) scale(.5861)}}.snow:nth-child(144){opacity:.3712;transform:translate(84.7047vw,-10px) scale(.617);animation:fall-144 11s -4s linear infinite}@keyframes fall-144{37.967%{transform:translate(77.0308vw,37.967vh) scale(.617)}to{transform:translate(80.86775vw,99vh) scale(.617)}}.snow:nth-child(145){opacity:1.371;transform:translate(64.5852vw,-10px) scale(.4037);animation:fall-145 24s -6s linear infinite}@keyframes fall-145{78.35%{transform:translate(71.5234vw,78.35vh) scale(.4037)}to{transform:translate(68.0543vw,99vh) scale(.4037)}}.snow:nth-child(146){opacity:1.5566;transform:translate(29.4202vw,-10px) scale(.9417);animation:fall-146 15s -29s linear infinite}@keyframes fall-146{37.513%{transform:translate(36.4282vw,37.513vh) scale(.9417)}to{transform:translate(32.9242vw,99vh) scale(.9417)}}.snow:nth-child(147){opacity:.8702;transform:translate(19.8617vw,-10px) scale(.9027);animation:fall-147 26s -18s linear infinite}@keyframes fall-147{50.121%{transform:translate(28.5402vw,50.121vh) scale(.9027)}to{transform:translate(24.20095vw,99vh) scale(.9027)}}.snow:nth-child(148){opacity:1.162;transform:translate(17.026vw,-10px) scale(.5459);animation:fall-148 10s -23s linear infinite}@keyframes fall-148{78.821%{transform:translate(25.548vw,78.821vh) scale(.5459)}to{transform:translate(21.287vw,99vh) scale(.5459)}}.snow:nth-child(149){opacity:1.2262;transform:translate(30.6788vw,-10px) scale(.9438);animation:fall-149 28s -4s linear infinite}@keyframes fall-149{35.932%{transform:translate(22.0059vw,35.932vh) scale(.9438)}to{transform:translate(26.34235vw,99vh) scale(.9438)}}.snow:nth-child(150){opacity:.3474;transform:translate(38.5715vw,-10px) scale(.8466);animation:fall-150 18s -11s linear infinite}@keyframes fall-150{41.624%{transform:translate(42.6678vw,41.624vh) scale(.8466)}to{transform:translate(40.61965vw,99vh) scale(.8466)}}.snow:nth-child(151){opacity:.6786;transform:translate(66.6333vw,-10px) scale(.5014);animation:fall-151 23s -20s linear infinite}@keyframes fall-151{61.489%{transform:translate(75.2449vw,61.489vh) scale(.5014)}to{transform:translate(70.9391vw,99vh) scale(.5014)}}.snow:nth-child(152){opacity:.6958;transform:translate(61.6127vw,-10px) scale(.4457);animation:fall-152 18s -14s linear infinite}@keyframes fall-152{63.114%{transform:translate(61.4195vw,63.114vh) scale(.4457)}to{transform:translate(61.5161vw,99vh) scale(.4457)}}.snow:nth-child(153){opacity:1.7414;transform:translate(99.5507vw,-10px) scale(.559);animation:fall-153 21s -8s linear infinite}@keyframes fall-153{44.012%{transform:translate(92.5561vw,44.012vh) scale(.559)}to{transform:translate(96.0534vw,99vh) scale(.559)}}.snow:nth-child(154){opacity:1.0614;transform:translate(56.5338vw,-10px) scale(.673);animation:fall-154 11s -23s linear infinite}@keyframes fall-154{61.122%{transform:translate(46.9999vw,61.122vh) scale(.673)}to{transform:translate(51.76685vw,99vh) scale(.673)}}.snow:nth-child(155){opacity:1.9194;transform:translate(53.5572vw,-10px) scale(.1929);animation:fall-155 19s -4s linear infinite}@keyframes fall-155{64.672%{transform:translate(59.2514vw,64.672vh) scale(.1929)}to{transform:translate(56.4043vw,99vh) scale(.1929)}}.snow:nth-child(156){opacity:.2078;transform:translate(1.7163vw,-10px) scale(.7215);animation:fall-156 25s -30s linear infinite}@keyframes fall-156{69.838%{transform:translate(7.4806vw,69.838vh) scale(.7215)}to{transform:translate(4.59845vw,99vh) scale(.7215)}}.snow:nth-child(157){opacity:1.9726;transform:translate(30.5854vw,-10px) scale(.8781);animation:fall-157 29s -23s linear infinite}@keyframes fall-157{78.234%{transform:translate(29.4363vw,78.234vh) scale(.8781)}to{transform:translate(30.01085vw,99vh) scale(.8781)}}.snow:nth-child(158){opacity:.9968;transform:translate(23.3659vw,-10px) scale(.9206);animation:fall-158 30s -9s linear infinite}@keyframes fall-158{32.736%{transform:translate(28.6466vw,32.736vh) scale(.9206)}to{transform:translate(26.00625vw,99vh) scale(.9206)}}.snow:nth-child(159){opacity:.8734;transform:translate(90.0856vw,-10px) scale(.8912);animation:fall-159 18s -27s linear infinite}@keyframes fall-159{54.664%{transform:translate(85.1087vw,54.664vh) scale(.8912)}to{transform:translate(87.59715vw,99vh) scale(.8912)}}.snow:nth-child(160){opacity:.2708;transform:translate(33.1844vw,-10px) scale(.1369);animation:fall-160 22s -16s linear infinite}@keyframes fall-160{75.003%{transform:translate(31.9571vw,75.003vh) scale(.1369)}to{transform:translate(32.57075vw,99vh) scale(.1369)}}.snow:nth-child(161){opacity:1.5448;transform:translate(38.3555vw,-10px) scale(.8465);animation:fall-161 23s -11s linear infinite}@keyframes fall-161{39.608%{transform:translate(34.7697vw,39.608vh) scale(.8465)}to{transform:translate(36.5626vw,99vh) scale(.8465)}}.snow:nth-child(162){opacity:1.2394;transform:translate(76.5129vw,-10px) scale(.4807);animation:fall-162 25s -18s linear infinite}@keyframes fall-162{73.637%{transform:translate(70.9072vw,73.637vh) scale(.4807)}to{transform:translate(73.71005vw,99vh) scale(.4807)}}.snow:nth-child(163){opacity:.2684;transform:translate(23.9304vw,-10px) scale(.5621);animation:fall-163 12s -23s linear infinite}@keyframes fall-163{58.673%{transform:translate(26.9509vw,58.673vh) scale(.5621)}to{transform:translate(25.44065vw,99vh) scale(.5621)}}.snow:nth-child(164){opacity:.1684;transform:translate(82.3662vw,-10px) scale(.2991);animation:fall-164 15s -1s linear infinite}@keyframes fall-164{46.055%{transform:translate(87.6401vw,46.055vh) scale(.2991)}to{transform:translate(85.00315vw,99vh) scale(.2991)}}.snow:nth-child(165){opacity:.482;transform:translate(92.5685vw,-10px) scale(.7142);animation:fall-165 10s -17s linear infinite}@keyframes fall-165{77.728%{transform:translate(99.2403vw,77.728vh) scale(.7142)}to{transform:translate(95.9044vw,99vh) scale(.7142)}}.snow:nth-child(166){opacity:.7044;transform:translate(22.4934vw,-10px) scale(.7609);animation:fall-166 11s -4s linear infinite}@keyframes fall-166{45.784%{transform:translate(31.3859vw,45.784vh) scale(.7609)}to{transform:translate(26.93965vw,99vh) scale(.7609)}}.snow:nth-child(167){opacity:.8166;transform:translate(32.1598vw,-10px) scale(.4045);animation:fall-167 29s -23s linear infinite}@keyframes fall-167{57.648%{transform:translate(30.6888vw,57.648vh) scale(.4045)}to{transform:translate(31.4243vw,99vh) scale(.4045)}}.snow:nth-child(168){opacity:1.8426;transform:translate(35.5439vw,-10px) scale(.2705);animation:fall-168 27s -10s linear infinite}@keyframes fall-168{64.444%{transform:translate(30.5386vw,64.444vh) scale(.2705)}to{transform:translate(33.04125vw,99vh) scale(.2705)}}.snow:nth-child(169){opacity:1.0256;transform:translate(96.9217vw,-10px) scale(.8103);animation:fall-169 27s -3s linear infinite}@keyframes fall-169{51.386%{transform:translate(101.7028vw,51.386vh) scale(.8103)}to{transform:translate(99.31225vw,99vh) scale(.8103)}}.snow:nth-child(170){opacity:.9604;transform:translate(54.2201vw,-10px) scale(.823);animation:fall-170 19s -16s linear infinite}@keyframes fall-170{55.461%{transform:translate(50.4247vw,55.461vh) scale(.823)}to{transform:translate(52.3224vw,99vh) scale(.823)}}.snow:nth-child(171){opacity:1.1868;transform:translate(90.8337vw,-10px) scale(.8744);animation:fall-171 27s -2s linear infinite}@keyframes fall-171{64.475%{transform:translate(96.4887vw,64.475vh) scale(.8744)}to{transform:translate(93.6612vw,99vh) scale(.8744)}}.snow:nth-child(172){opacity:1.1408;transform:translate(66.8676vw,-10px) scale(.9851);animation:fall-172 12s -23s linear infinite}@keyframes fall-172{73.602%{transform:translate(63.3384vw,73.602vh) scale(.9851)}to{transform:translate(65.103vw,99vh) scale(.9851)}}.snow:nth-child(173){opacity:.2992;transform:translate(61.5161vw,-10px) scale(.9646);animation:fall-173 26s -8s linear infinite}@keyframes fall-173{30.248%{transform:translate(52.776vw,30.248vh) scale(.9646)}to{transform:translate(57.14605vw,99vh) scale(.9646)}}.snow:nth-child(174){opacity:.1446;transform:translate(21.9301vw,-10px) scale(.6528);animation:fall-174 25s -27s linear infinite}@keyframes fall-174{45.187%{transform:translate(17.0842vw,45.187vh) scale(.6528)}to{transform:translate(19.50715vw,99vh) scale(.6528)}}.snow:nth-child(175){opacity:.5138;transform:translate(7.3459vw,-10px) scale(.6746);animation:fall-175 17s -8s linear infinite}@keyframes fall-175{31.568%{transform:translate(9.6483vw,31.568vh) scale(.6746)}to{transform:translate(8.4971vw,99vh) scale(.6746)}}.snow:nth-child(176){opacity:.1014;transform:translate(90.7156vw,-10px) scale(.4201);animation:fall-176 29s -23s linear infinite}@keyframes fall-176{49.315%{transform:translate(85.9238vw,49.315vh) scale(.4201)}to{transform:translate(88.3197vw,99vh) scale(.4201)}}.snow:nth-child(177){opacity:.3644;transform:translate(62.19vw,-10px) scale(.5586);animation:fall-177 27s -27s linear infinite}@keyframes fall-177{64.143%{transform:translate(68.0842vw,64.143vh) scale(.5586)}to{transform:translate(65.1371vw,99vh) scale(.5586)}}.snow:nth-child(178){opacity:1.0992;transform:translate(63.1368vw,-10px) scale(.0843);animation:fall-178 28s -5s linear infinite}@keyframes fall-178{69.967%{transform:translate(62.3851vw,69.967vh) scale(.0843)}to{transform:translate(62.76095vw,99vh) scale(.0843)}}.snow:nth-child(179){opacity:.2388;transform:translate(10.2839vw,-10px) scale(.4016);animation:fall-179 30s -13s linear infinite}@keyframes fall-179{77.036%{transform:translate(18.5626vw,77.036vh) scale(.4016)}to{transform:translate(14.42325vw,99vh) scale(.4016)}}.snow:nth-child(180){opacity:1.6362;transform:translate(4.1044vw,-10px) scale(.5957);animation:fall-180 13s -1s linear infinite}@keyframes fall-180{41.214%{transform:translate(5.7216vw,41.214vh) scale(.5957)}to{transform:translate(4.913vw,99vh) scale(.5957)}}.snow:nth-child(181){opacity:1.2936;transform:translate(60.9179vw,-10px) scale(.9408);animation:fall-181 25s -9s linear infinite}@keyframes fall-181{76.12%{transform:translate(61.8717vw,76.12vh) scale(.9408)}to{transform:translate(61.3948vw,99vh) scale(.9408)}}.snow:nth-child(182){opacity:1.8912;transform:translate(53.9308vw,-10px) scale(.8265);animation:fall-182 20s -25s linear infinite}@keyframes fall-182{79.658%{transform:translate(59.0002vw,79.658vh) scale(.8265)}to{transform:translate(56.4655vw,99vh) scale(.8265)}}.snow:nth-child(183){opacity:1.813;transform:translate(84.9225vw,-10px) scale(.7735);animation:fall-183 11s -9s linear infinite}@keyframes fall-183{30.273%{transform:translate(90.9746vw,30.273vh) scale(.7735)}to{transform:translate(87.94855vw,99vh) scale(.7735)}}.snow:nth-child(184){opacity:1.3138;transform:translate(74.791vw,-10px) scale(.6325);animation:fall-184 23s -11s linear infinite}@keyframes fall-184{51.354%{transform:translate(69.1605vw,51.354vh) scale(.6325)}to{transform:translate(71.97575vw,99vh) scale(.6325)}}.snow:nth-child(185){opacity:1.5294;transform:translate(93.3805vw,-10px) scale(.5312);animation:fall-185 18s -22s linear infinite}@keyframes fall-185{50.378%{transform:translate(86.5875vw,50.378vh) scale(.5312)}to{transform:translate(89.984vw,99vh) scale(.5312)}}.snow:nth-child(186){opacity:1.6312;transform:translate(47.774vw,-10px) scale(.7045);animation:fall-186 27s -3s linear infinite}@keyframes fall-186{79.191%{transform:translate(44.8885vw,79.191vh) scale(.7045)}to{transform:translate(46.33125vw,99vh) scale(.7045)}}.snow:nth-child(187){opacity:.9574;transform:translate(77.435vw,-10px) scale(.2887);animation:fall-187 20s -14s linear infinite}@keyframes fall-187{78.045%{transform:translate(71.8649vw,78.045vh) scale(.2887)}to{transform:translate(74.64995vw,99vh) scale(.2887)}}.snow:nth-child(188){opacity:.3768;transform:translate(96.7134vw,-10px) scale(.6208);animation:fall-188 18s -28s linear infinite}@keyframes fall-188{42.458%{transform:translate(94.066vw,42.458vh) scale(.6208)}to{transform:translate(95.3897vw,99vh) scale(.6208)}}.snow:nth-child(189){opacity:1.2492;transform:translate(89.1148vw,-10px) scale(.4718);animation:fall-189 21s -17s linear infinite}@keyframes fall-189{49.176%{transform:translate(79.8807vw,49.176vh) scale(.4718)}to{transform:translate(84.49775vw,99vh) scale(.4718)}}.snow:nth-child(190){opacity:1.3484;transform:translate(12.4982vw,-10px) scale(.1896);animation:fall-190 19s -12s linear infinite}@keyframes fall-190{50.416%{transform:translate(9.0971vw,50.416vh) scale(.1896)}to{transform:translate(10.79765vw,99vh) scale(.1896)}}.snow:nth-child(191){opacity:1.778;transform:translate(5.9235vw,-10px) scale(.419);animation:fall-191 13s -23s linear infinite}@keyframes fall-191{76.686%{transform:translate(8.3121vw,76.686vh) scale(.419)}to{transform:translate(7.1178vw,99vh) scale(.419)}}.snow:nth-child(192){opacity:1.2692;transform:translate(83.3289vw,-10px) scale(.695);animation:fall-192 27s -19s linear infinite}@keyframes fall-192{32.695%{transform:translate(81.6288vw,32.695vh) scale(.695)}to{transform:translate(82.47885vw,99vh) scale(.695)}}.snow:nth-child(193){opacity:.2634;transform:translate(27.7216vw,-10px) scale(.1997);animation:fall-193 11s -5s linear infinite}@keyframes fall-193{56.893%{transform:translate(28.7794vw,56.893vh) scale(.1997)}to{transform:translate(28.2505vw,99vh) scale(.1997)}}.snow:nth-child(194){opacity:1.1106;transform:translate(84.0761vw,-10px) scale(.3474);animation:fall-194 28s -16s linear infinite}@keyframes fall-194{67.561%{transform:translate(92.5043vw,67.561vh) scale(.3474)}to{transform:translate(88.2902vw,99vh) scale(.3474)}}.snow:nth-child(195){opacity:1.151;transform:translate(76.1881vw,-10px) scale(.3448);animation:fall-195 25s -6s linear infinite}@keyframes fall-195{60.046%{transform:translate(73.6516vw,60.046vh) scale(.3448)}to{transform:translate(74.91985vw,99vh) scale(.3448)}}.snow:nth-child(196){opacity:.0872;transform:translate(62.6536vw,-10px) scale(.5082);animation:fall-196 29s -1s linear infinite}@keyframes fall-196{33.076%{transform:translate(65.7568vw,33.076vh) scale(.5082)}to{transform:translate(64.2052vw,99vh) scale(.5082)}}.snow:nth-child(197){opacity:.1754;transform:translate(11.6501vw,-10px) scale(.1012);animation:fall-197 15s -13s linear infinite}@keyframes fall-197{42.393%{transform:translate(18.9005vw,42.393vh) scale(.1012)}to{transform:translate(15.2753vw,99vh) scale(.1012)}}.snow:nth-child(198){opacity:.8308;transform:translate(92.7697vw,-10px) scale(.8521);animation:fall-198 23s -14s linear infinite}@keyframes fall-198{47.152%{transform:translate(89.7664vw,47.152vh) scale(.8521)}to{transform:translate(91.26805vw,99vh) scale(.8521)}}.snow:nth-child(199){opacity:.8306;transform:translate(10.6589vw,-10px) scale(.5955);animation:fall-199 15s -1s linear infinite}@keyframes fall-199{34.081%{transform:translate(9.9044vw,34.081vh) scale(.5955)}to{transform:translate(10.28165vw,99vh) scale(.5955)}}.snow:nth-child(200){opacity:1.223;transform:translate(81.0175vw,-10px) scale(.7726);animation:fall-200 27s -12s linear infinite}@keyframes fall-200{44.331%{transform:translate(84.8589vw,44.331vh) scale(.7726)}to{transform:translate(82.9382vw,99vh) scale(.7726)}}.snow:nth-child(201){opacity:.9082;transform:translate(27.4323vw,-10px) scale(.4044);animation:fall-201 27s -16s linear infinite}@keyframes fall-201{76.728%{transform:translate(21.6526vw,76.728vh) scale(.4044)}to{transform:translate(24.54245vw,99vh) scale(.4044)}}.snow:nth-child(202){opacity:1.0214;transform:translate(23.6475vw,-10px) scale(.8214);animation:fall-202 11s -24s linear infinite}@keyframes fall-202{64.965%{transform:translate(21.067vw,64.965vh) scale(.8214)}to{transform:translate(22.35725vw,99vh) scale(.8214)}}.snow:nth-child(203){opacity:.0766;transform:translate(3.615vw,-10px) scale(.2774);animation:fall-203 17s -3s linear infinite}@keyframes fall-203{42.711%{transform:translate(8.8105vw,42.711vh) scale(.2774)}to{transform:translate(6.21275vw,99vh) scale(.2774)}}.snow:nth-child(204){opacity:1.8398;transform:translate(31.4979vw,-10px) scale(.687);animation:fall-204 21s -21s linear infinite}@keyframes fall-204{75.992%{transform:translate(31.4338vw,75.992vh) scale(.687)}to{transform:translate(31.46585vw,99vh) scale(.687)}}.snow:nth-child(205){opacity:.9884;transform:translate(94.1585vw,-10px) scale(.3215);animation:fall-205 29s -9s linear infinite}@keyframes fall-205{69.53%{transform:translate(96.9362vw,69.53vh) scale(.3215)}to{transform:translate(95.54735vw,99vh) scale(.3215)}}.snow:nth-child(206){opacity:1.6002;transform:translate(41.6914vw,-10px) scale(.6689);animation:fall-206 28s -29s linear infinite}@keyframes fall-206{42.929%{transform:translate(38.0973vw,42.929vh) scale(.6689)}to{transform:translate(39.89435vw,99vh) scale(.6689)}}.snow:nth-child(207){opacity:1.509;transform:translate(7.8037vw,-10px) scale(.4579);animation:fall-207 21s -25s linear infinite}@keyframes fall-207{65.627%{transform:translate(8.9414vw,65.627vh) scale(.4579)}to{transform:translate(8.37255vw,99vh) scale(.4579)}}.snow:nth-child(208){opacity:1.0552;transform:translate(57.7136vw,-10px) scale(.5528);animation:fall-208 14s -18s linear infinite}@keyframes fall-208{54.288%{transform:translate(47.7334vw,54.288vh) scale(.5528)}to{transform:translate(52.7235vw,99vh) scale(.5528)}}.snow:nth-child(209){opacity:.2428;transform:translate(37.6168vw,-10px) scale(.6921);animation:fall-209 30s -10s linear infinite}@keyframes fall-209{74.608%{transform:translate(35.7704vw,74.608vh) scale(.6921)}to{transform:translate(36.6936vw,99vh) scale(.6921)}}.snow:nth-child(210){opacity:.003;transform:translate(1.6478vw,-10px) scale(.0875);animation:fall-210 16s -18s linear infinite}@keyframes fall-210{67.907%{transform:translate(4.8861vw,67.907vh) scale(.0875)}to{transform:translate(3.26695vw,99vh) scale(.0875)}}.snow:nth-child(211){opacity:.4428;transform:translate(61.9538vw,-10px) scale(.3151);animation:fall-211 25s -27s linear infinite}@keyframes fall-211{50.544%{transform:translate(70.8285vw,50.544vh) scale(.3151)}to{transform:translate(66.39115vw,99vh) scale(.3151)}}.snow:nth-child(212){opacity:.0186;transform:translate(17.6006vw,-10px) scale(.5323);animation:fall-212 25s -19s linear infinite}@keyframes fall-212{34.946%{transform:translate(8.9973vw,34.946vh) scale(.5323)}to{transform:translate(13.29895vw,99vh) scale(.5323)}}.snow:nth-child(213){opacity:.3466;transform:translate(87.8204vw,-10px) scale(.0652);animation:fall-213 24s -24s linear infinite}@keyframes fall-213{36.384%{transform:translate(89.5514vw,36.384vh) scale(.0652)}to{transform:translate(88.6859vw,99vh) scale(.0652)}}.snow:nth-child(214){opacity:1.2614;transform:translate(44.7869vw,-10px) scale(.565);animation:fall-214 30s -3s linear infinite}@keyframes fall-214{37.686%{transform:translate(47.3586vw,37.686vh) scale(.565)}to{transform:translate(46.07275vw,99vh) scale(.565)}}.snow:nth-child(215){opacity:1.082;transform:translate(98.2963vw,-10px) scale(.257);animation:fall-215 23s -21s linear infinite}@keyframes fall-215{65.205%{transform:translate(100.9185vw,65.205vh) scale(.257)}to{transform:translate(99.6074vw,99vh) scale(.257)}}.snow:nth-child(216){opacity:.891;transform:translate(19.6869vw,-10px) scale(.0745);animation:fall-216 29s -1s linear infinite}@keyframes fall-216{47.83%{transform:translate(20.4874vw,47.83vh) scale(.0745)}to{transform:translate(20.08715vw,99vh) scale(.0745)}}.snow:nth-child(217){opacity:1.9638;transform:translate(12.6665vw,-10px) scale(.9315);animation:fall-217 13s -29s linear infinite}@keyframes fall-217{51.508%{transform:translate(15.8023vw,51.508vh) scale(.9315)}to{transform:translate(14.2344vw,99vh) scale(.9315)}}.snow:nth-child(218){opacity:.4344;transform:translate(49.7238vw,-10px) scale(.3742);animation:fall-218 16s -5s linear infinite}@keyframes fall-218{41.31%{transform:translate(56.1542vw,41.31vh) scale(.3742)}to{transform:translate(52.939vw,99vh) scale(.3742)}}.snow:nth-child(219){opacity:1.576;transform:translate(68.8882vw,-10px) scale(.9449);animation:fall-219 24s -5s linear infinite}@keyframes fall-219{49.189%{transform:translate(62.9303vw,49.189vh) scale(.9449)}to{transform:translate(65.90925vw,99vh) scale(.9449)}}.snow:nth-child(220){opacity:1.9238;transform:translate(44.9988vw,-10px) scale(.5882);animation:fall-220 30s -10s linear infinite}@keyframes fall-220{74.069%{transform:translate(51.2243vw,74.069vh) scale(.5882)}to{transform:translate(48.11155vw,99vh) scale(.5882)}}.snow:nth-child(221){opacity:1.3038;transform:translate(14.3536vw,-10px) scale(.3607);animation:fall-221 30s -8s linear infinite}@keyframes fall-221{46.456%{transform:translate(11.7287vw,46.456vh) scale(.3607)}to{transform:translate(13.04115vw,99vh) scale(.3607)}}.snow:nth-child(222){opacity:1.588;transform:translate(89.7972vw,-10px) scale(.6892);animation:fall-222 30s -30s linear infinite}@keyframes fall-222{74.635%{transform:translate(95.0607vw,74.635vh) scale(.6892)}to{transform:translate(92.42895vw,99vh) scale(.6892)}}.snow:nth-child(223){opacity:1.971;transform:translate(19.0072vw,-10px) scale(.5955);animation:fall-223 17s -23s linear infinite}@keyframes fall-223{75.382%{transform:translate(28.9159vw,75.382vh) scale(.5955)}to{transform:translate(23.96155vw,99vh) scale(.5955)}}.snow:nth-child(224){opacity:1.5862;transform:translate(74.8281vw,-10px) scale(.0795);animation:fall-224 24s -25s linear infinite}@keyframes fall-224{40.612%{transform:translate(71.9929vw,40.612vh) scale(.0795)}to{transform:translate(73.4105vw,99vh) scale(.0795)}}.snow:nth-child(225){opacity:1.4876;transform:translate(28.5436vw,-10px) scale(.6568);animation:fall-225 30s -23s linear infinite}@keyframes fall-225{47.137%{transform:translate(29.3082vw,47.137vh) scale(.6568)}to{transform:translate(28.9259vw,99vh) scale(.6568)}}.snow:nth-child(226){opacity:.6054;transform:translate(13.8727vw,-10px) scale(.8177);animation:fall-226 12s -1s linear infinite}@keyframes fall-226{48.652%{transform:translate(15.0695vw,48.652vh) scale(.8177)}to{transform:translate(14.4711vw,99vh) scale(.8177)}}.snow:nth-child(227){opacity:.0158;transform:translate(49.7421vw,-10px) scale(.2413);animation:fall-227 29s -6s linear infinite}@keyframes fall-227{57.168%{transform:translate(42.6431vw,57.168vh) scale(.2413)}to{transform:translate(46.1926vw,99vh) scale(.2413)}}.snow:nth-child(228){opacity:.7216;transform:translate(29.7852vw,-10px) scale(.9508);animation:fall-228 27s -3s linear infinite}@keyframes fall-228{64.264%{transform:translate(31.5589vw,64.264vh) scale(.9508)}to{transform:translate(30.67205vw,99vh) scale(.9508)}}.snow:nth-child(229){opacity:.8184;transform:translate(43.5454vw,-10px) scale(.0976);animation:fall-229 26s -29s linear infinite}@keyframes fall-229{47.718%{transform:translate(49.9445vw,47.718vh) scale(.0976)}to{transform:translate(46.74495vw,99vh) scale(.0976)}}.snow:nth-child(230){opacity:.931;transform:translate(85.0258vw,-10px) scale(.3954);animation:fall-230 22s -17s linear infinite}@keyframes fall-230{37.504%{transform:translate(80.0336vw,37.504vh) scale(.3954)}to{transform:translate(82.5297vw,99vh) scale(.3954)}}.snow:nth-child(231){opacity:1.9502;transform:translate(31.8431vw,-10px) scale(.5968);animation:fall-231 14s -27s linear infinite}@keyframes fall-231{75.075%{transform:translate(36.6368vw,75.075vh) scale(.5968)}to{transform:translate(34.23995vw,99vh) scale(.5968)}}.snow:nth-child(232){opacity:1.7548;transform:translate(40.2065vw,-10px) scale(.317);animation:fall-232 28s -1s linear infinite}@keyframes fall-232{69.777%{transform:translate(34.3934vw,69.777vh) scale(.317)}to{transform:translate(37.29995vw,99vh) scale(.317)}}.snow:nth-child(233){opacity:.0286;transform:translate(61.2888vw,-10px) scale(.7258);animation:fall-233 12s -23s linear infinite}@keyframes fall-233{34.996%{transform:translate(54.8755vw,34.996vh) scale(.7258)}to{transform:translate(58.08215vw,99vh) scale(.7258)}}.snow:nth-child(234){opacity:1.6312;transform:translate(33.4794vw,-10px) scale(.4266);animation:fall-234 29s -16s linear infinite}@keyframes fall-234{52.209%{transform:translate(25.7312vw,52.209vh) scale(.4266)}to{transform:translate(29.6053vw,99vh) scale(.4266)}}.snow:nth-child(235){opacity:1.988;transform:translate(25.3699vw,-10px) scale(.6035);animation:fall-235 28s -20s linear infinite}@keyframes fall-235{37.173%{transform:translate(20.1697vw,37.173vh) scale(.6035)}to{transform:translate(22.7698vw,99vh) scale(.6035)}}.snow:nth-child(236){opacity:1.8714;transform:translate(48.0039vw,-10px) scale(.7584);animation:fall-236 13s -29s linear infinite}@keyframes fall-236{79.512%{transform:translate(44.3552vw,79.512vh) scale(.7584)}to{transform:translate(46.17955vw,99vh) scale(.7584)}}.snow:nth-child(237){opacity:.6366;transform:translate(61.6723vw,-10px) scale(.0808);animation:fall-237 12s -20s linear infinite}@keyframes fall-237{60.894%{transform:translate(55.9337vw,60.894vh) scale(.0808)}to{transform:translate(58.803vw,99vh) scale(.0808)}}.snow:nth-child(238){opacity:.3074;transform:translate(7.9283vw,-10px) scale(.6261);animation:fall-238 27s -17s linear infinite}@keyframes fall-238{40.289%{transform:translate(15.0871vw,40.289vh) scale(.6261)}to{transform:translate(11.5077vw,99vh) scale(.6261)}}.snow:nth-child(239){opacity:1.2076;transform:translate(59.6312vw,-10px) scale(.057);animation:fall-239 27s -24s linear infinite}@keyframes fall-239{78.714%{transform:translate(68.3348vw,78.714vh) scale(.057)}to{transform:translate(63.983vw,99vh) scale(.057)}}.snow:nth-child(240){opacity:.7528;transform:translate(14.7402vw,-10px) scale(.127);animation:fall-240 17s -28s linear infinite}@keyframes fall-240{76.422%{transform:translate(16.2164vw,76.422vh) scale(.127)}to{transform:translate(15.4783vw,99vh) scale(.127)}}.snow:nth-child(241){opacity:.032;transform:translate(17.6863vw,-10px) scale(.5343);animation:fall-241 28s -13s linear infinite}@keyframes fall-241{63.376%{transform:translate(26.201vw,63.376vh) scale(.5343)}to{transform:translate(21.94365vw,99vh) scale(.5343)}}.snow:nth-child(242){opacity:.6864;transform:translate(65.8676vw,-10px) scale(.9398);animation:fall-242 19s -21s linear infinite}@keyframes fall-242{48.69%{transform:translate(57.0614vw,48.69vh) scale(.9398)}to{transform:translate(61.4645vw,99vh) scale(.9398)}}.snow:nth-child(243){opacity:1.3792;transform:translate(62.3472vw,-10px) scale(.204);animation:fall-243 29s -12s linear infinite}@keyframes fall-243{33.814%{transform:translate(66.9776vw,33.814vh) scale(.204)}to{transform:translate(64.6624vw,99vh) scale(.204)}}.snow:nth-child(244){opacity:1.4942;transform:translate(40.7972vw,-10px) scale(.8449);animation:fall-244 19s -6s linear infinite}@keyframes fall-244{58.602%{transform:translate(44.0476vw,58.602vh) scale(.8449)}to{transform:translate(42.4224vw,99vh) scale(.8449)}}.snow:nth-child(245){opacity:1.0988;transform:translate(87.6628vw,-10px) scale(.9436);animation:fall-245 22s -8s linear infinite}@keyframes fall-245{58.12%{transform:translate(93.6439vw,58.12vh) scale(.9436)}to{transform:translate(90.65335vw,99vh) scale(.9436)}}.snow:nth-child(246){opacity:.6314;transform:translate(.8755vw,-10px) scale(.7382);animation:fall-246 29s -25s linear infinite}@keyframes fall-246{49.235%{transform:translate(.8068vw,49.235vh) scale(.7382)}to{transform:translate(.84115vw,99vh) scale(.7382)}}.snow:nth-child(247){opacity:1.0248;transform:translate(44.5313vw,-10px) scale(.5813);animation:fall-247 13s -16s linear infinite}@keyframes fall-247{53.6%{transform:translate(46.2222vw,53.6vh) scale(.5813)}to{transform:translate(45.37675vw,99vh) scale(.5813)}}.snow:nth-child(248){opacity:.6446;transform:translate(25.2318vw,-10px) scale(.6727);animation:fall-248 30s -20s linear infinite}@keyframes fall-248{51.04%{transform:translate(17.1729vw,51.04vh) scale(.6727)}to{transform:translate(21.20235vw,99vh) scale(.6727)}}.snow:nth-child(249){opacity:1.4998;transform:translate(56.1474vw,-10px) scale(.4906);animation:fall-249 17s -20s linear infinite}@keyframes fall-249{30.591%{transform:translate(57.64vw,30.591vh) scale(.4906)}to{transform:translate(56.8937vw,99vh) scale(.4906)}}.snow:nth-child(250){opacity:1.9938;transform:translate(62.3642vw,-10px) scale(.4251);animation:fall-250 29s -4s linear infinite}@keyframes fall-250{74.288%{transform:translate(65.2121vw,74.288vh) scale(.4251)}to{transform:translate(63.78815vw,99vh) scale(.4251)}}.snow:nth-child(251){opacity:.2576;transform:translate(.2224vw,-10px) scale(.8044);animation:fall-251 24s -5s linear infinite}@keyframes fall-251{72.222%{transform:translate(-4.3331vw,72.222vh) scale(.8044)}to{transform:translate(-2.05535vw,99vh) scale(.8044)}}.snow:nth-child(252){opacity:1.7214;transform:translate(78.2228vw,-10px) scale(.9809);animation:fall-252 18s -11s linear infinite}@keyframes fall-252{51.498%{transform:translate(87.0291vw,51.498vh) scale(.9809)}to{transform:translate(82.62595vw,99vh) scale(.9809)}}.snow:nth-child(253){opacity:1.4066;transform:translate(26.2259vw,-10px) scale(.051);animation:fall-253 24s -14s linear infinite}@keyframes fall-253{35.367%{transform:translate(22.3886vw,35.367vh) scale(.051)}to{transform:translate(24.30725vw,99vh) scale(.051)}}.snow:nth-child(254){opacity:1.7752;transform:translate(96.5994vw,-10px) scale(.7901);animation:fall-254 27s -30s linear infinite}@keyframes fall-254{71.753%{transform:translate(90.1798vw,71.753vh) scale(.7901)}to{transform:translate(93.3896vw,99vh) scale(.7901)}}.snow:nth-child(255){opacity:1.871;transform:translate(91.5414vw,-10px) scale(.4971);animation:fall-255 27s -24s linear infinite}@keyframes fall-255{63.035%{transform:translate(84.1996vw,63.035vh) scale(.4971)}to{transform:translate(87.8705vw,99vh) scale(.4971)}}.snow:nth-child(256){opacity:1.6338;transform:translate(47.5065vw,-10px) scale(.3105);animation:fall-256 16s -14s linear infinite}@keyframes fall-256{70.969%{transform:translate(38.28vw,70.969vh) scale(.3105)}to{transform:translate(42.89325vw,99vh) scale(.3105)}}.snow:nth-child(257){opacity:.4562;transform:translate(79.973vw,-10px) scale(.7426);animation:fall-257 20s -16s linear infinite}@keyframes fall-257{73.015%{transform:translate(72.102vw,73.015vh) scale(.7426)}to{transform:translate(76.0375vw,99vh) scale(.7426)}}.snow:nth-child(258){opacity:1.3234;transform:translate(5.3071vw,-10px) scale(.2338);animation:fall-258 11s -4s linear infinite}@keyframes fall-258{75.837%{transform:translate(7.646vw,75.837vh) scale(.2338)}to{transform:translate(6.47655vw,99vh) scale(.2338)}}.snow:nth-child(259){opacity:.9384;transform:translate(56.4645vw,-10px) scale(.1157);animation:fall-259 13s -16s linear infinite}@keyframes fall-259{73.587%{transform:translate(53.1898vw,73.587vh) scale(.1157)}to{transform:translate(54.82715vw,99vh) scale(.1157)}}.snow:nth-child(260){opacity:.1486;transform:translate(48.522vw,-10px) scale(.2858);animation:fall-260 11s -8s linear infinite}@keyframes fall-260{65.624%{transform:translate(45.5209vw,65.624vh) scale(.2858)}to{transform:translate(47.02145vw,99vh) scale(.2858)}}.snow:nth-child(261){opacity:.7944;transform:translate(7.1296vw,-10px) scale(.1205);animation:fall-261 12s -21s linear infinite}@keyframes fall-261{52.692%{transform:translate(11.881vw,52.692vh) scale(.1205)}to{transform:translate(9.5053vw,99vh) scale(.1205)}}.snow:nth-child(262){opacity:.8374;transform:translate(52.1883vw,-10px) scale(.6191);animation:fall-262 28s -19s linear infinite}@keyframes fall-262{36.671%{transform:translate(46.5866vw,36.671vh) scale(.6191)}to{transform:translate(49.38745vw,99vh) scale(.6191)}}.snow:nth-child(263){opacity:.8766;transform:translate(74.7169vw,-10px) scale(.4892);animation:fall-263 22s -26s linear infinite}@keyframes fall-263{50.438%{transform:translate(81.4799vw,50.438vh) scale(.4892)}to{transform:translate(78.0984vw,99vh) scale(.4892)}}.snow:nth-child(264){opacity:.6272;transform:translate(49.1127vw,-10px) scale(.8255);animation:fall-264 27s -12s linear infinite}@keyframes fall-264{31.545%{transform:translate(52.6184vw,31.545vh) scale(.8255)}to{transform:translate(50.86555vw,99vh) scale(.8255)}}.snow:nth-child(265){opacity:1.1578;transform:translate(4.7206vw,-10px) scale(.1757);animation:fall-265 17s -25s linear infinite}@keyframes fall-265{74.339%{transform:translate(-1.3109vw,74.339vh) scale(.1757)}to{transform:translate(1.70485vw,99vh) scale(.1757)}}.snow:nth-child(266){opacity:.841;transform:translate(45.7527vw,-10px) scale(.5646);animation:fall-266 18s -21s linear infinite}@keyframes fall-266{54.935%{transform:translate(38.3657vw,54.935vh) scale(.5646)}to{transform:translate(42.0592vw,99vh) scale(.5646)}}.snow:nth-child(267){opacity:.4648;transform:translate(31.7859vw,-10px) scale(.7092);animation:fall-267 30s -14s linear infinite}@keyframes fall-267{38.198%{transform:translate(38.8751vw,38.198vh) scale(.7092)}to{transform:translate(35.3305vw,99vh) scale(.7092)}}.snow:nth-child(268){opacity:.9562;transform:translate(25.1722vw,-10px) scale(.4309);animation:fall-268 23s -11s linear infinite}@keyframes fall-268{77.769%{transform:translate(17.2826vw,77.769vh) scale(.4309)}to{transform:translate(21.2274vw,99vh) scale(.4309)}}.snow:nth-child(269){opacity:1.0024;transform:translate(59.762vw,-10px) scale(.5733);animation:fall-269 17s -30s linear infinite}@keyframes fall-269{77.985%{transform:translate(60.5096vw,77.985vh) scale(.5733)}to{transform:translate(60.1358vw,99vh) scale(.5733)}}.snow:nth-child(270){opacity:1.2554;transform:translate(97.4164vw,-10px) scale(.3677);animation:fall-270 12s -29s linear infinite}@keyframes fall-270{72.16%{transform:translate(104.4321vw,72.16vh) scale(.3677)}to{transform:translate(100.92425vw,99vh) scale(.3677)}}.snow:nth-child(271){opacity:1.656;transform:translate(50.8148vw,-10px) scale(.6882);animation:fall-271 19s -8s linear infinite}@keyframes fall-271{34.448%{transform:translate(54.1947vw,34.448vh) scale(.6882)}to{transform:translate(52.50475vw,99vh) scale(.6882)}}.snow:nth-child(272){opacity:1.3952;transform:translate(26.7892vw,-10px) scale(.9397);animation:fall-272 23s -25s linear infinite}@keyframes fall-272{49.321%{transform:translate(17.0203vw,49.321vh) scale(.9397)}to{transform:translate(21.90475vw,99vh) scale(.9397)}}.snow:nth-child(273){opacity:1.9366;transform:translate(57.7374vw,-10px) scale(.9382);animation:fall-273 12s -27s linear infinite}@keyframes fall-273{78.815%{transform:translate(64.7682vw,78.815vh) scale(.9382)}to{transform:translate(61.2528vw,99vh) scale(.9382)}}.snow:nth-child(274){opacity:.4866;transform:translate(13.3141vw,-10px) scale(.3007);animation:fall-274 27s -13s linear infinite}@keyframes fall-274{44.254%{transform:translate(18.9435vw,44.254vh) scale(.3007)}to{transform:translate(16.1288vw,99vh) scale(.3007)}}.snow:nth-child(275){opacity:1.156;transform:translate(43.0837vw,-10px) scale(.004);animation:fall-275 28s -21s linear infinite}@keyframes fall-275{65.343%{transform:translate(40.8885vw,65.343vh) scale(.004)}to{transform:translate(41.9861vw,99vh) scale(.004)}}.snow:nth-child(276){opacity:.947;transform:translate(67.3634vw,-10px) scale(.0064);animation:fall-276 16s -21s linear infinite}@keyframes fall-276{74.443%{transform:translate(75.5745vw,74.443vh) scale(.0064)}to{transform:translate(71.46895vw,99vh) scale(.0064)}}.snow:nth-child(277){opacity:1.5408;transform:translate(29.4715vw,-10px) scale(.3017);animation:fall-277 22s -7s linear infinite}@keyframes fall-277{61.34%{transform:translate(30.4203vw,61.34vh) scale(.3017)}to{transform:translate(29.9459vw,99vh) scale(.3017)}}.snow:nth-child(278){opacity:.6846;transform:translate(83.3308vw,-10px) scale(.8488);animation:fall-278 25s -15s linear infinite}@keyframes fall-278{68.16%{transform:translate(74.9605vw,68.16vh) scale(.8488)}to{transform:translate(79.14565vw,99vh) scale(.8488)}}.snow:nth-child(279){opacity:.5386;transform:translate(22.4671vw,-10px) scale(.3086);animation:fall-279 14s -4s linear infinite}@keyframes fall-279{54.598%{transform:translate(17.9687vw,54.598vh) scale(.3086)}to{transform:translate(20.2179vw,99vh) scale(.3086)}}.snow:nth-child(280){opacity:.152;transform:translate(69.4716vw,-10px) scale(.9786);animation:fall-280 13s -14s linear infinite}@keyframes fall-280{74.133%{transform:translate(73.0983vw,74.133vh) scale(.9786)}to{transform:translate(71.28495vw,99vh) scale(.9786)}}.snow:nth-child(281){opacity:1.3106;transform:translate(83.4928vw,-10px) scale(.5665);animation:fall-281 28s -2s linear infinite}@keyframes fall-281{64.038%{transform:translate(77.92vw,64.038vh) scale(.5665)}to{transform:translate(80.7064vw,99vh) scale(.5665)}}.snow:nth-child(282){opacity:1.1178;transform:translate(65.9996vw,-10px) scale(.6604);animation:fall-282 23s -1s linear infinite}@keyframes fall-282{78.31%{transform:translate(56.9457vw,78.31vh) scale(.6604)}to{transform:translate(61.47265vw,99vh) scale(.6604)}}.snow:nth-child(283){opacity:.5634;transform:translate(36.4925vw,-10px) scale(.1214);animation:fall-283 12s -11s linear infinite}@keyframes fall-283{32.978%{transform:translate(26.4931vw,32.978vh) scale(.1214)}to{transform:translate(31.4928vw,99vh) scale(.1214)}}.snow:nth-child(284){opacity:.152;transform:translate(61.6777vw,-10px) scale(.5906);animation:fall-284 27s -5s linear infinite}@keyframes fall-284{64.109%{transform:translate(71.0005vw,64.109vh) scale(.5906)}to{transform:translate(66.3391vw,99vh) scale(.5906)}}.snow:nth-child(285){opacity:1.104;transform:translate(65.4285vw,-10px) scale(.373);animation:fall-285 30s -24s linear infinite}@keyframes fall-285{31.474%{transform:translate(66.6958vw,31.474vh) scale(.373)}to{transform:translate(66.06215vw,99vh) scale(.373)}}.snow:nth-child(286){opacity:1.1824;transform:translate(57.4054vw,-10px) scale(.2526);animation:fall-286 17s -7s linear infinite}@keyframes fall-286{72.111%{transform:translate(47.8824vw,72.111vh) scale(.2526)}to{transform:translate(52.6439vw,99vh) scale(.2526)}}.snow:nth-child(287){opacity:.9336;transform:translate(44.6989vw,-10px) scale(.9655);animation:fall-287 11s -2s linear infinite}@keyframes fall-287{36.913%{transform:translate(50.529vw,36.913vh) scale(.9655)}to{transform:translate(47.61395vw,99vh) scale(.9655)}}.snow:nth-child(288){opacity:.834;transform:translate(49.9717vw,-10px) scale(.0449);animation:fall-288 23s -23s linear infinite}@keyframes fall-288{51.157%{transform:translate(41.6931vw,51.157vh) scale(.0449)}to{transform:translate(45.8324vw,99vh) scale(.0449)}}.snow:nth-child(289){opacity:1.9836;transform:translate(28.0021vw,-10px) scale(.4549);animation:fall-289 17s -15s linear infinite}@keyframes fall-289{77.326%{transform:translate(33.8016vw,77.326vh) scale(.4549)}to{transform:translate(30.90185vw,99vh) scale(.4549)}}.snow:nth-child(290){opacity:.6164;transform:translate(17.6956vw,-10px) scale(.8387);animation:fall-290 25s -30s linear infinite}@keyframes fall-290{66.977%{transform:translate(21.6591vw,66.977vh) scale(.8387)}to{transform:translate(19.67735vw,99vh) scale(.8387)}}.snow:nth-child(291){opacity:.8998;transform:translate(4.5851vw,-10px) scale(.6041);animation:fall-291 10s -30s linear infinite}@keyframes fall-291{53.582%{transform:translate(5.978vw,53.582vh) scale(.6041)}to{transform:translate(5.28155vw,99vh) scale(.6041)}}.snow:nth-child(292){opacity:1.4854;transform:translate(33.9181vw,-10px) scale(.8845);animation:fall-292 27s -19s linear infinite}@keyframes fall-292{34.517%{transform:translate(28.2665vw,34.517vh) scale(.8845)}to{transform:translate(31.0923vw,99vh) scale(.8845)}}.snow:nth-child(293){opacity:.5992;transform:translate(18.7224vw,-10px) scale(.5132);animation:fall-293 12s -12s linear infinite}@keyframes fall-293{48.397%{transform:translate(9.5536vw,48.397vh) scale(.5132)}to{transform:translate(14.138vw,99vh) scale(.5132)}}.snow:nth-child(294){opacity:.2772;transform:translate(47.1286vw,-10px) scale(.1209);animation:fall-294 29s -13s linear infinite}@keyframes fall-294{42.228%{transform:translate(37.2873vw,42.228vh) scale(.1209)}to{transform:translate(42.20795vw,99vh) scale(.1209)}}.snow:nth-child(295){opacity:.7318;transform:translate(64.2308vw,-10px) scale(.23);animation:fall-295 11s -1s linear infinite}@keyframes fall-295{67.023%{transform:translate(54.7183vw,67.023vh) scale(.23)}to{transform:translate(59.47455vw,99vh) scale(.23)}}.snow:nth-child(296){opacity:1.7244;transform:translate(20.7569vw,-10px) scale(.2458);animation:fall-296 10s -14s linear infinite}@keyframes fall-296{79.82%{transform:translate(19.1655vw,79.82vh) scale(.2458)}to{transform:translate(19.9612vw,99vh) scale(.2458)}}.snow:nth-child(297){opacity:1.2096;transform:translate(78.0666vw,-10px) scale(.7207);animation:fall-297 19s -25s linear infinite}@keyframes fall-297{61.295%{transform:translate(84.5709vw,61.295vh) scale(.7207)}to{transform:translate(81.31875vw,99vh) scale(.7207)}}.snow:nth-child(298){opacity:.3574;transform:translate(66.3322vw,-10px) scale(.9414);animation:fall-298 11s -11s linear infinite}@keyframes fall-298{69.952%{transform:translate(65.4102vw,69.952vh) scale(.9414)}to{transform:translate(65.8712vw,99vh) scale(.9414)}}.snow:nth-child(299){opacity:.8554;transform:translate(.9106vw,-10px) scale(.0539);animation:fall-299 21s -21s linear infinite}@keyframes fall-299{34.753%{transform:translate(8.2463vw,34.753vh) scale(.0539)}to{transform:translate(4.57845vw,99vh) scale(.0539)}}.snow:nth-child(300){opacity:.5866;transform:translate(53.7963vw,-10px) scale(.1122);animation:fall-300 12s -12s linear infinite}@keyframes fall-300{71.198%{transform:translate(53.8112vw,71.198vh) scale(.1122)}to{transform:translate(53.80375vw,99vh) scale(.1122)}}.snow:nth-child(301){opacity:1.5842;transform:translate(83.0044vw,-10px) scale(.3146);animation:fall-301 19s -13s linear infinite}@keyframes fall-301{60.795%{transform:translate(91.0018vw,60.795vh) scale(.3146)}to{transform:translate(87.0031vw,99vh) scale(.3146)}}.snow:nth-child(302){opacity:.435;transform:translate(20.3351vw,-10px) scale(.6465);animation:fall-302 28s -15s linear infinite}@keyframes fall-302{40.024%{transform:translate(26.4402vw,40.024vh) scale(.6465)}to{transform:translate(23.38765vw,99vh) scale(.6465)}}.snow:nth-child(303){opacity:1.4232;transform:translate(98.3137vw,-10px) scale(.6096);animation:fall-303 14s -17s linear infinite}@keyframes fall-303{46.864%{transform:translate(105.1414vw,46.864vh) scale(.6096)}to{transform:translate(101.72755vw,99vh) scale(.6096)}}.snow:nth-child(304){opacity:1.8664;transform:translate(92.2687vw,-10px) scale(.3945);animation:fall-304 14s -9s linear infinite}@keyframes fall-304{56.149%{transform:translate(100.9768vw,56.149vh) scale(.3945)}to{transform:translate(96.62275vw,99vh) scale(.3945)}}.snow:nth-child(305){opacity:.8206;transform:translate(99.041vw,-10px) scale(.4258);animation:fall-305 16s -1s linear infinite}@keyframes fall-305{52.919%{transform:translate(108.3555vw,52.919vh) scale(.4258)}to{transform:translate(103.69825vw,99vh) scale(.4258)}}.snow:nth-child(306){opacity:1.3836;transform:translate(81.837vw,-10px) scale(.0718);animation:fall-306 17s -13s linear infinite}@keyframes fall-306{45.419%{transform:translate(75.0755vw,45.419vh) scale(.0718)}to{transform:translate(78.45625vw,99vh) scale(.0718)}}.snow:nth-child(307){opacity:1.1604;transform:translate(67.9187vw,-10px) scale(.5782);animation:fall-307 10s -3s linear infinite}@keyframes fall-307{53.062%{transform:translate(69.0215vw,53.062vh) scale(.5782)}to{transform:translate(68.4701vw,99vh) scale(.5782)}}.snow:nth-child(308){opacity:.0332;transform:translate(1.0781vw,-10px) scale(.0039);animation:fall-308 18s -10s linear infinite}@keyframes fall-308{70.597%{transform:translate(-6.8776vw,70.597vh) scale(.0039)}to{transform:translate(-2.89975vw,99vh) scale(.0039)}}.snow:nth-child(309){opacity:.5256;transform:translate(6.7722vw,-10px) scale(.7419);animation:fall-309 23s -10s linear infinite}@keyframes fall-309{49.026%{transform:translate(.7179vw,49.026vh) scale(.7419)}to{transform:translate(3.74505vw,99vh) scale(.7419)}}.snow:nth-child(310){opacity:1.406;transform:translate(99.4069vw,-10px) scale(.1116);animation:fall-310 14s -8s linear infinite}@keyframes fall-310{66.719%{transform:translate(108.614vw,66.719vh) scale(.1116)}to{transform:translate(104.01045vw,99vh) scale(.1116)}}.snow:nth-child(311){opacity:1.2578;transform:translate(12.84vw,-10px) scale(.697);animation:fall-311 10s -9s linear infinite}@keyframes fall-311{39.766%{transform:translate(14.586vw,39.766vh) scale(.697)}to{transform:translate(13.713vw,99vh) scale(.697)}}.snow:nth-child(312){opacity:1.938;transform:translate(10.842vw,-10px) scale(.1854);animation:fall-312 11s -28s linear infinite}@keyframes fall-312{67.537%{transform:translate(8.4468vw,67.537vh) scale(.1854)}to{transform:translate(9.6444vw,99vh) scale(.1854)}}.snow:nth-child(313){opacity:.4348;transform:translate(95.8391vw,-10px) scale(.7774);animation:fall-313 19s -20s linear infinite}@keyframes fall-313{37.874%{transform:translate(100.0634vw,37.874vh) scale(.7774)}to{transform:translate(97.95125vw,99vh) scale(.7774)}}.snow:nth-child(314){opacity:1.8184;transform:translate(47.3346vw,-10px) scale(.3649);animation:fall-314 10s -25s linear infinite}@keyframes fall-314{42.293%{transform:translate(47.9401vw,42.293vh) scale(.3649)}to{transform:translate(47.63735vw,99vh) scale(.3649)}}.snow:nth-child(315){opacity:.0492;transform:translate(53.9113vw,-10px) scale(.3734);animation:fall-315 22s -24s linear infinite}@keyframes fall-315{37.714%{transform:translate(61.0317vw,37.714vh) scale(.3734)}to{transform:translate(57.4715vw,99vh) scale(.3734)}}.snow:nth-child(316){opacity:1.729;transform:translate(52.7919vw,-10px) scale(.1641);animation:fall-316 10s -14s linear infinite}@keyframes fall-316{44.587%{transform:translate(52.324vw,44.587vh) scale(.1641)}to{transform:translate(52.55795vw,99vh) scale(.1641)}}.snow:nth-child(317){opacity:.55;transform:translate(5.4174vw,-10px) scale(.8529);animation:fall-317 24s -23s linear infinite}@keyframes fall-317{61.882%{transform:translate(3.8495vw,61.882vh) scale(.8529)}to{transform:translate(4.63345vw,99vh) scale(.8529)}}.snow:nth-child(318){opacity:.8506;transform:translate(58.3599vw,-10px) scale(.8947);animation:fall-318 14s -24s linear infinite}@keyframes fall-318{60.012%{transform:translate(57.5491vw,60.012vh) scale(.8947)}to{transform:translate(57.9545vw,99vh) scale(.8947)}}.snow:nth-child(319){opacity:.8824;transform:translate(75.939vw,-10px) scale(.4901);animation:fall-319 26s -12s linear infinite}@keyframes fall-319{37.826%{transform:translate(85.9271vw,37.826vh) scale(.4901)}to{transform:translate(80.93305vw,99vh) scale(.4901)}}.snow:nth-child(320){opacity:.9988;transform:translate(41.3355vw,-10px) scale(.5754);animation:fall-320 20s -26s linear infinite}@keyframes fall-320{67.408%{transform:translate(40.7822vw,67.408vh) scale(.5754)}to{transform:translate(41.05885vw,99vh) scale(.5754)}}.snow:nth-child(321){opacity:.9164;transform:translate(79.8295vw,-10px) scale(.5178);animation:fall-321 11s -4s linear infinite}@keyframes fall-321{60.793%{transform:translate(77.5801vw,60.793vh) scale(.5178)}to{transform:translate(78.7048vw,99vh) scale(.5178)}}.snow:nth-child(322){opacity:.1602;transform:translate(33.33vw,-10px) scale(.6639);animation:fall-322 30s -11s linear infinite}@keyframes fall-322{49.015%{transform:translate(39.9419vw,49.015vh) scale(.6639)}to{transform:translate(36.63595vw,99vh) scale(.6639)}}.snow:nth-child(323){opacity:.2514;transform:translate(50.5999vw,-10px) scale(.8587);animation:fall-323 30s -7s linear infinite}@keyframes fall-323{31.313%{transform:translate(50.1513vw,31.313vh) scale(.8587)}to{transform:translate(50.3756vw,99vh) scale(.8587)}}.snow:nth-child(324){opacity:1.7398;transform:translate(77.6342vw,-10px) scale(.9287);animation:fall-324 11s -10s linear infinite}@keyframes fall-324{43.047%{transform:translate(76.4284vw,43.047vh) scale(.9287)}to{transform:translate(77.0313vw,99vh) scale(.9287)}}.snow:nth-child(325){opacity:1.9404;transform:translate(74.8437vw,-10px) scale(.1402);animation:fall-325 15s -25s linear infinite}@keyframes fall-325{34.032%{transform:translate(67.6365vw,34.032vh) scale(.1402)}to{transform:translate(71.2401vw,99vh) scale(.1402)}}.snow:nth-child(326){opacity:1.2548;transform:translate(2.3471vw,-10px) scale(.3182);animation:fall-326 24s -10s linear infinite}@keyframes fall-326{34.34%{transform:translate(10.6346vw,34.34vh) scale(.3182)}to{transform:translate(6.49085vw,99vh) scale(.3182)}}.snow:nth-child(327){opacity:1.1058;transform:translate(93.4058vw,-10px) scale(.9226);animation:fall-327 18s -9s linear infinite}@keyframes fall-327{43.317%{transform:translate(86.0111vw,43.317vh) scale(.9226)}to{transform:translate(89.70845vw,99vh) scale(.9226)}}.snow:nth-child(328){opacity:1.009;transform:translate(45.8059vw,-10px) scale(.3168);animation:fall-328 17s -22s linear infinite}@keyframes fall-328{48.841%{transform:translate(45.3191vw,48.841vh) scale(.3168)}to{transform:translate(45.5625vw,99vh) scale(.3168)}}.snow:nth-child(329){opacity:.3218;transform:translate(9.9842vw,-10px) scale(.3818);animation:fall-329 26s -30s linear infinite}@keyframes fall-329{69.617%{transform:translate(6.8555vw,69.617vh) scale(.3818)}to{transform:translate(8.41985vw,99vh) scale(.3818)}}.snow:nth-child(330){opacity:.402;transform:translate(70.4158vw,-10px) scale(.6467);animation:fall-330 17s -11s linear infinite}@keyframes fall-330{36.422%{transform:translate(70.5883vw,36.422vh) scale(.6467)}to{transform:translate(70.50205vw,99vh) scale(.6467)}}.snow:nth-child(331){opacity:1.4012;transform:translate(11.7584vw,-10px) scale(.4026);animation:fall-331 27s -21s linear infinite}@keyframes fall-331{31.732%{transform:translate(12.4869vw,31.732vh) scale(.4026)}to{transform:translate(12.12265vw,99vh) scale(.4026)}}.snow:nth-child(332){opacity:1.0828;transform:translate(37.7459vw,-10px) scale(.3545);animation:fall-332 16s -19s linear infinite}@keyframes fall-332{46.343%{transform:translate(36.1722vw,46.343vh) scale(.3545)}to{transform:translate(36.95905vw,99vh) scale(.3545)}}.snow:nth-child(333){opacity:.1434;transform:translate(36.6218vw,-10px) scale(.6311);animation:fall-333 30s -26s linear infinite}@keyframes fall-333{59.891%{transform:translate(34.1162vw,59.891vh) scale(.6311)}to{transform:translate(35.369vw,99vh) scale(.6311)}}.snow:nth-child(334){opacity:.5594;transform:translate(20.7962vw,-10px) scale(.6447);animation:fall-334 21s -12s linear infinite}@keyframes fall-334{50.074%{transform:translate(18.2398vw,50.074vh) scale(.6447)}to{transform:translate(19.518vw,99vh) scale(.6447)}}.snow:nth-child(335){opacity:1.9984;transform:translate(93.5512vw,-10px) scale(.692);animation:fall-335 17s -29s linear infinite}@keyframes fall-335{59.375%{transform:translate(100.3914vw,59.375vh) scale(.692)}to{transform:translate(96.9713vw,99vh) scale(.692)}}.snow:nth-child(336){opacity:.9088;transform:translate(58.587vw,-10px) scale(.905);animation:fall-336 11s -9s linear infinite}@keyframes fall-336{43.853%{transform:translate(56.8179vw,43.853vh) scale(.905)}to{transform:translate(57.70245vw,99vh) scale(.905)}}.snow:nth-child(337){opacity:.47;transform:translate(24.7277vw,-10px) scale(.857);animation:fall-337 11s -28s linear infinite}@keyframes fall-337{50.032%{transform:translate(27.0168vw,50.032vh) scale(.857)}to{transform:translate(25.87225vw,99vh) scale(.857)}}.snow:nth-child(338){opacity:1.8426;transform:translate(71.3071vw,-10px) scale(.6652);animation:fall-338 14s -29s linear infinite}@keyframes fall-338{32.724%{transform:translate(76.6045vw,32.724vh) scale(.6652)}to{transform:translate(73.9558vw,99vh) scale(.6652)}}.snow:nth-child(339){opacity:1.9126;transform:translate(45.335vw,-10px) scale(.7841);animation:fall-339 14s -13s linear infinite}@keyframes fall-339{31.653%{transform:translate(48.8449vw,31.653vh) scale(.7841)}to{transform:translate(47.08995vw,99vh) scale(.7841)}}.snow:nth-child(340){opacity:.2896;transform:translate(43.9799vw,-10px) scale(.046);animation:fall-340 15s -17s linear infinite}@keyframes fall-340{42.461%{transform:translate(40.9887vw,42.461vh) scale(.046)}to{transform:translate(42.4843vw,99vh) scale(.046)}}.snow:nth-child(341){opacity:1.3204;transform:translate(68.82vw,-10px) scale(.0663);animation:fall-341 23s -14s linear infinite}@keyframes fall-341{48.032%{transform:translate(59.5233vw,48.032vh) scale(.0663)}to{transform:translate(64.17165vw,99vh) scale(.0663)}}.snow:nth-child(342){opacity:.521;transform:translate(84.5135vw,-10px) scale(.5953);animation:fall-342 27s -24s linear infinite}@keyframes fall-342{58.601%{transform:translate(85.0885vw,58.601vh) scale(.5953)}to{transform:translate(84.801vw,99vh) scale(.5953)}}.snow:nth-child(343){opacity:1.5174;transform:translate(58.7285vw,-10px) scale(.0438);animation:fall-343 30s -3s linear infinite}@keyframes fall-343{68.646%{transform:translate(57.5612vw,68.646vh) scale(.0438)}to{transform:translate(58.14485vw,99vh) scale(.0438)}}.snow:nth-child(344){opacity:1.07;transform:translate(45.7817vw,-10px) scale(.9634);animation:fall-344 17s -16s linear infinite}@keyframes fall-344{50.991%{transform:translate(44.3412vw,50.991vh) scale(.9634)}to{transform:translate(45.06145vw,99vh) scale(.9634)}}.snow:nth-child(345){opacity:.4156;transform:translate(73.8941vw,-10px) scale(.9311);animation:fall-345 21s -13s linear infinite}@keyframes fall-345{36.406%{transform:translate(78.4487vw,36.406vh) scale(.9311)}to{transform:translate(76.1714vw,99vh) scale(.9311)}}.snow:nth-child(346){opacity:1.0184;transform:translate(61.6202vw,-10px) scale(.9387);animation:fall-346 30s -20s linear infinite}@keyframes fall-346{38.181%{transform:translate(62.8181vw,38.181vh) scale(.9387)}to{transform:translate(62.21915vw,99vh) scale(.9387)}}.snow:nth-child(347){opacity:1.7882;transform:translate(33.9542vw,-10px) scale(.0709);animation:fall-347 19s -27s linear infinite}@keyframes fall-347{70.576%{transform:translate(41.678vw,70.576vh) scale(.0709)}to{transform:translate(37.8161vw,99vh) scale(.0709)}}.snow:nth-child(348){opacity:.4682;transform:translate(1.4994vw,-10px) scale(.0846);animation:fall-348 20s -1s linear infinite}@keyframes fall-348{73.767%{transform:translate(-7.9251vw,73.767vh) scale(.0846)}to{transform:translate(-3.21285vw,99vh) scale(.0846)}}.snow:nth-child(349){opacity:1.9532;transform:translate(26.388vw,-10px) scale(.67);animation:fall-349 29s -11s linear infinite}@keyframes fall-349{36.34%{transform:translate(17.143vw,36.34vh) scale(.67)}to{transform:translate(21.7655vw,99vh) scale(.67)}}.snow:nth-child(350){opacity:.1882;transform:translate(73.4556vw,-10px) scale(.7537);animation:fall-350 12s -21s linear infinite}@keyframes fall-350{58.694%{transform:translate(69.1238vw,58.694vh) scale(.7537)}to{transform:translate(71.2897vw,99vh) scale(.7537)}}.snow:nth-child(351){opacity:1.225;transform:translate(31.2881vw,-10px) scale(.71);animation:fall-351 25s -1s linear infinite}@keyframes fall-351{34.98%{transform:translate(37.6638vw,34.98vh) scale(.71)}to{transform:translate(34.47595vw,99vh) scale(.71)}}.snow:nth-child(352){opacity:1.2226;transform:translate(71.0094vw,-10px) scale(.8963);animation:fall-352 29s -28s linear infinite}@keyframes fall-352{48.905%{transform:translate(70.8586vw,48.905vh) scale(.8963)}to{transform:translate(70.934vw,99vh) scale(.8963)}}.snow:nth-child(353){opacity:1.6846;transform:translate(22.1395vw,-10px) scale(.1026);animation:fall-353 24s -2s linear infinite}@keyframes fall-353{53.618%{transform:translate(22.2068vw,53.618vh) scale(.1026)}to{transform:translate(22.17315vw,99vh) scale(.1026)}}.snow:nth-child(354){opacity:1.9124;transform:translate(22.643vw,-10px) scale(.8259);animation:fall-354 28s -20s linear infinite}@keyframes fall-354{69.555%{transform:translate(18.6089vw,69.555vh) scale(.8259)}to{transform:translate(20.62595vw,99vh) scale(.8259)}}.snow:nth-child(355){opacity:1.452;transform:translate(74.3092vw,-10px) scale(.9372);animation:fall-355 21s -26s linear infinite}@keyframes fall-355{57.117%{transform:translate(77.5475vw,57.117vh) scale(.9372)}to{transform:translate(75.92835vw,99vh) scale(.9372)}}.snow:nth-child(356){opacity:.4878;transform:translate(16.8811vw,-10px) scale(.607);animation:fall-356 13s -27s linear infinite}@keyframes fall-356{74.135%{transform:translate(15.021vw,74.135vh) scale(.607)}to{transform:translate(15.95105vw,99vh) scale(.607)}}.snow:nth-child(357){opacity:.3546;transform:translate(41.1329vw,-10px) scale(.1485);animation:fall-357 17s -17s linear infinite}@keyframes fall-357{39.013%{transform:translate(36.572vw,39.013vh) scale(.1485)}to{transform:translate(38.85245vw,99vh) scale(.1485)}}.snow:nth-child(358){opacity:.884;transform:translate(52.7863vw,-10px) scale(.9711);animation:fall-358 17s -17s linear infinite}@keyframes fall-358{70.302%{transform:translate(61.6644vw,70.302vh) scale(.9711)}to{transform:translate(57.22535vw,99vh) scale(.9711)}}.snow:nth-child(359){opacity:1.5488;transform:translate(35.7978vw,-10px) scale(.145);animation:fall-359 24s -29s linear infinite}@keyframes fall-359{61.847%{transform:translate(34.3118vw,61.847vh) scale(.145)}to{transform:translate(35.0548vw,99vh) scale(.145)}}.snow:nth-child(360){opacity:.9208;transform:translate(.407vw,-10px) scale(.6456);animation:fall-360 16s -24s linear infinite}@keyframes fall-360{73.778%{transform:translate(-4.0512vw,73.778vh) scale(.6456)}to{transform:translate(-1.8221vw,99vh) scale(.6456)}}.snow:nth-child(361){opacity:1.4598;transform:translate(19.9654vw,-10px) scale(.6284);animation:fall-361 18s -24s linear infinite}@keyframes fall-361{39.968%{transform:translate(27.9099vw,39.968vh) scale(.6284)}to{transform:translate(23.93765vw,99vh) scale(.6284)}}.snow:nth-child(362){opacity:.069;transform:translate(37.3428vw,-10px) scale(.4137);animation:fall-362 21s -29s linear infinite}@keyframes fall-362{70.356%{transform:translate(45.9466vw,70.356vh) scale(.4137)}to{transform:translate(41.6447vw,99vh) scale(.4137)}}.snow:nth-child(363){opacity:.007;transform:translate(48.6959vw,-10px) scale(.7182);animation:fall-363 20s -3s linear infinite}@keyframes fall-363{36.073%{transform:translate(52.3273vw,36.073vh) scale(.7182)}to{transform:translate(50.5116vw,99vh) scale(.7182)}}.snow:nth-child(364){opacity:.2608;transform:translate(34.7359vw,-10px) scale(.8834);animation:fall-364 17s -14s linear infinite}@keyframes fall-364{36.511%{transform:translate(31.0422vw,36.511vh) scale(.8834)}to{transform:translate(32.88905vw,99vh) scale(.8834)}}.snow:nth-child(365){opacity:.528;transform:translate(71.8308vw,-10px) scale(.159);animation:fall-365 29s -20s linear infinite}@keyframes fall-365{37.15%{transform:translate(74.9458vw,37.15vh) scale(.159)}to{transform:translate(73.3883vw,99vh) scale(.159)}}.snow:nth-child(366){opacity:.4094;transform:translate(46.8558vw,-10px) scale(.4662);animation:fall-366 25s -9s linear infinite}@keyframes fall-366{71.783%{transform:translate(42.6031vw,71.783vh) scale(.4662)}to{transform:translate(44.72945vw,99vh) scale(.4662)}}.snow:nth-child(367){opacity:1.4122;transform:translate(89.7077vw,-10px) scale(.1895);animation:fall-367 30s -19s linear infinite}@keyframes fall-367{31.548%{transform:translate(86.9703vw,31.548vh) scale(.1895)}to{transform:translate(88.339vw,99vh) scale(.1895)}}.snow:nth-child(368){opacity:1.7888;transform:translate(33.5142vw,-10px) scale(.1128);animation:fall-368 23s -14s linear infinite}@keyframes fall-368{61.584%{transform:translate(41.954vw,61.584vh) scale(.1128)}to{transform:translate(37.7341vw,99vh) scale(.1128)}}.snow:nth-child(369){opacity:.3938;transform:translate(18.1486vw,-10px) scale(.1441);animation:fall-369 23s -29s linear infinite}@keyframes fall-369{75.588%{transform:translate(11.8937vw,75.588vh) scale(.1441)}to{transform:translate(15.02115vw,99vh) scale(.1441)}}.snow:nth-child(370){opacity:.7586;transform:translate(92.4458vw,-10px) scale(.2126);animation:fall-370 21s -27s linear infinite}@keyframes fall-370{65.563%{transform:translate(93.6119vw,65.563vh) scale(.2126)}to{transform:translate(93.02885vw,99vh) scale(.2126)}}.snow:nth-child(371){opacity:.2428;transform:translate(75.3834vw,-10px) scale(.1557);animation:fall-371 17s -11s linear infinite}@keyframes fall-371{32.401%{transform:translate(72.0887vw,32.401vh) scale(.1557)}to{transform:translate(73.73605vw,99vh) scale(.1557)}}.snow:nth-child(372){opacity:.767;transform:translate(94.3894vw,-10px) scale(.3089);animation:fall-372 30s -3s linear infinite}@keyframes fall-372{42.39%{transform:translate(88.9797vw,42.39vh) scale(.3089)}to{transform:translate(91.68455vw,99vh) scale(.3089)}}.snow:nth-child(373){opacity:1.5872;transform:translate(76.6324vw,-10px) scale(.8752);animation:fall-373 20s -29s linear infinite}@keyframes fall-373{46.793%{transform:translate(84.44vw,46.793vh) scale(.8752)}to{transform:translate(80.5362vw,99vh) scale(.8752)}}.snow:nth-child(374){opacity:.825;transform:translate(12.7569vw,-10px) scale(.1715);animation:fall-374 15s -30s linear infinite}@keyframes fall-374{54.131%{transform:translate(21.5833vw,54.131vh) scale(.1715)}to{transform:translate(17.1701vw,99vh) scale(.1715)}}.snow:nth-child(375){opacity:.1374;transform:translate(30.2676vw,-10px) scale(.2578);animation:fall-375 26s -11s linear infinite}@keyframes fall-375{72.614%{transform:translate(34.1999vw,72.614vh) scale(.2578)}to{transform:translate(32.23375vw,99vh) scale(.2578)}}.snow:nth-child(376){opacity:.2312;transform:translate(30.1046vw,-10px) scale(.3877);animation:fall-376 20s -10s linear infinite}@keyframes fall-376{45.938%{transform:translate(27.103vw,45.938vh) scale(.3877)}to{transform:translate(28.6038vw,99vh) scale(.3877)}}.snow:nth-child(377){opacity:1.8096;transform:translate(39.0188vw,-10px) scale(.4222);animation:fall-377 24s -3s linear infinite}@keyframes fall-377{41.302%{transform:translate(39.9019vw,41.302vh) scale(.4222)}to{transform:translate(39.46035vw,99vh) scale(.4222)}}.snow:nth-child(378){opacity:.4958;transform:translate(26.3183vw,-10px) scale(.4131);animation:fall-378 21s -9s linear infinite}@keyframes fall-378{76.015%{transform:translate(20.3066vw,76.015vh) scale(.4131)}to{transform:translate(23.31245vw,99vh) scale(.4131)}}.snow:nth-child(379){opacity:1.0924;transform:translate(5.5949vw,-10px) scale(.8456);animation:fall-379 28s -9s linear infinite}@keyframes fall-379{39.177%{transform:translate(7.9234vw,39.177vh) scale(.8456)}to{transform:translate(6.75915vw,99vh) scale(.8456)}}.snow:nth-child(380){opacity:1.4316;transform:translate(52.0746vw,-10px) scale(.9829);animation:fall-380 28s -29s linear infinite}@keyframes fall-380{78.889%{transform:translate(45.7105vw,78.889vh) scale(.9829)}to{transform:translate(48.89255vw,99vh) scale(.9829)}}.snow:nth-child(381){opacity:1.5598;transform:translate(59.753vw,-10px) scale(.2045);animation:fall-381 26s -23s linear infinite}@keyframes fall-381{46.082%{transform:translate(54.4869vw,46.082vh) scale(.2045)}to{transform:translate(57.11995vw,99vh) scale(.2045)}}.snow:nth-child(382){opacity:1.219;transform:translate(69.7333vw,-10px) scale(.4397);animation:fall-382 23s -3s linear infinite}@keyframes fall-382{50.495%{transform:translate(63.8163vw,50.495vh) scale(.4397)}to{transform:translate(66.7748vw,99vh) scale(.4397)}}.snow:nth-child(383){opacity:1.553;transform:translate(38.9362vw,-10px) scale(.1621);animation:fall-383 20s -18s linear infinite}@keyframes fall-383{30.732%{transform:translate(31.7832vw,30.732vh) scale(.1621)}to{transform:translate(35.3597vw,99vh) scale(.1621)}}.snow:nth-child(384){opacity:1.599;transform:translate(20.8918vw,-10px) scale(.9546);animation:fall-384 14s -17s linear infinite}@keyframes fall-384{58.927%{transform:translate(15.076vw,58.927vh) scale(.9546)}to{transform:translate(17.9839vw,99vh) scale(.9546)}}.snow:nth-child(385){opacity:1.095;transform:translate(47.0734vw,-10px) scale(.7271);animation:fall-385 17s -16s linear infinite}@keyframes fall-385{60.072%{transform:translate(54.8373vw,60.072vh) scale(.7271)}to{transform:translate(50.95535vw,99vh) scale(.7271)}}.snow:nth-child(386){opacity:1.233;transform:translate(33.0477vw,-10px) scale(.7452);animation:fall-386 21s -3s linear infinite}@keyframes fall-386{48.907%{transform:translate(30.3519vw,48.907vh) scale(.7452)}to{transform:translate(31.6998vw,99vh) scale(.7452)}}.snow:nth-child(387){opacity:.7926;transform:translate(23.4077vw,-10px) scale(.9995);animation:fall-387 11s -8s linear infinite}@keyframes fall-387{59.773%{transform:translate(18.3069vw,59.773vh) scale(.9995)}to{transform:translate(20.8573vw,99vh) scale(.9995)}}.snow:nth-child(388){opacity:1.6204;transform:translate(73.0177vw,-10px) scale(.4255);animation:fall-388 25s -1s linear infinite}@keyframes fall-388{67.765%{transform:translate(66.1406vw,67.765vh) scale(.4255)}to{transform:translate(69.57915vw,99vh) scale(.4255)}}.snow:nth-child(389){opacity:.0212;transform:translate(96.9467vw,-10px) scale(.2813);animation:fall-389 15s -24s linear infinite}@keyframes fall-389{78.548%{transform:translate(95.9938vw,78.548vh) scale(.2813)}to{transform:translate(96.47025vw,99vh) scale(.2813)}}.snow:nth-child(390){opacity:.5084;transform:translate(29.0834vw,-10px) scale(.1111);animation:fall-390 30s -19s linear infinite}@keyframes fall-390{53.817%{transform:translate(21.1819vw,53.817vh) scale(.1111)}to{transform:translate(25.13265vw,99vh) scale(.1111)}}.snow:nth-child(391){opacity:1.1788;transform:translate(61.8245vw,-10px) scale(.3902);animation:fall-391 28s -7s linear infinite}@keyframes fall-391{32.003%{transform:translate(70.7853vw,32.003vh) scale(.3902)}to{transform:translate(66.3049vw,99vh) scale(.3902)}}.snow:nth-child(392){opacity:1.1874;transform:translate(28.2938vw,-10px) scale(.8726);animation:fall-392 21s -23s linear infinite}@keyframes fall-392{63.219%{transform:translate(25.4765vw,63.219vh) scale(.8726)}to{transform:translate(26.88515vw,99vh) scale(.8726)}}.snow:nth-child(393){opacity:1.4658;transform:translate(53.1349vw,-10px) scale(.9183);animation:fall-393 19s -26s linear infinite}@keyframes fall-393{32.204%{transform:translate(62.6852vw,32.204vh) scale(.9183)}to{transform:translate(57.91005vw,99vh) scale(.9183)}}.snow:nth-child(394){opacity:1.7426;transform:translate(9.7855vw,-10px) scale(.081);animation:fall-394 11s -7s linear infinite}@keyframes fall-394{42.406%{transform:translate(2.2861vw,42.406vh) scale(.081)}to{transform:translate(6.0358vw,99vh) scale(.081)}}.snow:nth-child(395){opacity:.1826;transform:translate(24.557vw,-10px) scale(.0814);animation:fall-395 10s -1s linear infinite}@keyframes fall-395{78.394%{transform:translate(19.0565vw,78.394vh) scale(.0814)}to{transform:translate(21.80675vw,99vh) scale(.0814)}}.snow:nth-child(396){opacity:1.5114;transform:translate(75.852vw,-10px) scale(.7249);animation:fall-396 20s -28s linear infinite}@keyframes fall-396{61.801%{transform:translate(71.9267vw,61.801vh) scale(.7249)}to{transform:translate(73.88935vw,99vh) scale(.7249)}}.snow:nth-child(397){opacity:.0974;transform:translate(28.3254vw,-10px) scale(.4593);animation:fall-397 10s -25s linear infinite}@keyframes fall-397{54.03%{transform:translate(20.0915vw,54.03vh) scale(.4593)}to{transform:translate(24.20845vw,99vh) scale(.4593)}}.snow:nth-child(398){opacity:.6698;transform:translate(27.6616vw,-10px) scale(.1325);animation:fall-398 25s -8s linear infinite}@keyframes fall-398{78.937%{transform:translate(17.7224vw,78.937vh) scale(.1325)}to{transform:translate(22.692vw,99vh) scale(.1325)}}.snow:nth-child(399){opacity:.6896;transform:translate(28.3199vw,-10px) scale(.7825);animation:fall-399 25s -2s linear infinite}@keyframes fall-399{59.018%{transform:translate(23.7254vw,59.018vh) scale(.7825)}to{transform:translate(26.02265vw,99vh) scale(.7825)}}.snow:nth-child(400){opacity:1.899;transform:translate(30.3772vw,-10px) scale(.4835);animation:fall-400 10s -13s linear infinite}@keyframes fall-400{74.7%{transform:translate(28.5064vw,74.7vh) scale(.4835)}to{transform:translate(29.4418vw,99vh) scale(.4835)}}\n"], dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.RouterOutlet, selector: "router-outlet", inputs: ["name"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }], encapsulation: i0.ViewEncapsulation.None });
78
78
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AppComponent, decorators: [{
79
79
  type: Component,
80
- args: [{ selector: 'app-root', encapsulation: ViewEncapsulation.None, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows; trackBy: snowTrackBy\" class=\"snow\"></div>\r\n</ng-container>\r\n<router-outlet></router-outlet>", styles: [".table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width: 0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width: 0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width: 0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width: 0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width: 0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:rgba(2,74,136,.5)}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:rgba(45,146,45,.5)}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:rgba(36,141,173,.5)}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:rgba(247,154,23,.5)}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:rgba(191,23,37,.5)}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:rgba(0,0,0,.4)}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:rgba(0,0,0,.2)}.card.overlay .card-img{border-radius:0;-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media (min-width: 1400px){.d-xxl-block{display:block!important}}@media (min-width: 576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:rgba(2,74,136,.8)!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:rgba(2,74,136,.5);border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:rgba(2,74,136,.95)!important;border-color:#024a88f2!important}.btn-success{background:rgba(45,146,45,.8);border-color:#2d922dcc}.btn-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:rgba(45,146,45,.95)!important;border-color:#2d922df2!important}.btn-info{background:rgba(36,141,173,.8);border-color:#248dadcc}.btn-info.medium-opacity{background:rgba(36,141,173,.5);border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:rgba(36,141,173,.95)!important;border-color:#248dadf2!important}.btn-warning{background:rgba(247,154,23,.8);border-color:#f79a17cc}.btn-warning.medium-opacity{background:rgba(247,154,23,.5);border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:rgba(247,154,23,.95)!important;border-color:#f79a17f2!important}.btn-danger{background:rgba(191,23,37,.8);border-color:#bf1725cc}.btn-danger.medium-opacity{background:rgba(191,23,37,.5);border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:rgba(191,23,37,.95)!important;border-color:#bf1725f2!important}.btn-dark{background:rgba(0,0,0,.8);border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:rgba(0,0,0,.5);border-color:#0000001a}.btn-dark:hover{background:black;border-color:#000}.btn-dark:active{background:rgba(0,0,0,.95)!important;border-color:#000000f2!important}.btn-main{background:rgba(36,45,58,.8);border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:rgba(36,45,58,.5);border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:rgba(36,45,58,.95)!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242D3A;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242D3A}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242D3A}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:rgba(255,255,255,.1) url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:rgba(2,74,136,.5)!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:rgba(45,146,45,.5)!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:rgba(247,154,23,.5)!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:rgba(191,23,37,.5)!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:rgba(36,45,58,.5)!important}.bg-dark{background:black!important}.bg-dark.medium-opacity{background:rgba(0,0,0,.5)!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800px){.modal-feminist{max-width:1366px}}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{transform:scaleY(-1)}.app-flip-x{transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:rgba(255,50,50,.2);position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:white;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:rgba(0,0,0,.5) none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:rgb(237,237,237);border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{padding-left:0;margin-top:20px}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.pace .pace-progress{background:#637CA0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#cccccc}::-webkit-scrollbar-thumb:active{background:#888888}::-webkit-scrollbar-track{background:#666666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666666}::-webkit-scrollbar-track:active{background:#333333}::-webkit-scrollbar-corner{background:transparent}.transition{transition:.3s}.widget-controls{position:absolute;z-index:1;top:0;right:0;padding:10px 20px;font-size:14px}.widget-controls a{color:#fff;margin-left:7px;line-height:1;vertical-align:top;display:inline-block}.widget-controls a i.glyphicon-resize-full{font-size:13px}.widget-controls a:hover{color:#ffffffb3}.widget-controls a.dropdown-toggle:after{display:none}.widget-controls ul.dropdown-menu{min-width:9rem;padding:0;border-radius:0}.widget-controls ul.dropdown-menu li{padding:4px;overflow:hidden}.widget-controls ul.dropdown-menu li a{color:#242d3a;font-size:13px;width:100%}.widget-controls ul.dropdown-menu li:hover{background-color:#242d3a}.widget-controls ul.dropdown-menu li:hover a{color:#fff}.card.fullscreened .card-header{line-height:35px}.card.fullscreened .card-header .widget-controls{padding:20px}.card.fullscreened .card-header .widget-controls a{margin-left:12px}.card.fullscreened .card-header .widget-controls a.setting{display:none}.card.fullscreened.card-primary{background:#024a88}.card.fullscreened.card-success{background:#2d922d}.card.fullscreened.card-info{background:#248dad}.card.fullscreened.card-warning{background:#f79a17}.card.fullscreened.card-danger{background:#bf1725}.scrolling{height:100%;overflow-y:scroll;padding-bottom:60px}.no-margin{margin:0}.bottom-15{margin-bottom:15px}.m-t-5{margin-top:5px}.m-t-15{margin-top:15px}.res-img{width:100%}.chart-outher{width:55%;margin:0 auto}.p-t-10{padding-top:10%}.o-visible{overflow:visible}.w-150{width:150px}.w-200{width:200px}@media (max-width: 543px){.chart-outher{width:100%}}@media (min-width: 544px) and (max-width: 767px){.chart-outher{width:85%}}@media (min-width: 992px) and (max-width: 1199px){.chart-outher{width:65%}}.mat-form-field-disabled .mat-form-field-wrapper{background-color:#ddd}.mat-no-border-top .mat-form-field-infix{border-top:none!important}.mat-dflt-margin,.mat-form-field-appearance-outline .mat-form-field-wrapper{margin-top:.125em!important;margin-bottom:.125em!important}.mat-form-field-wrapper{padding-bottom:0;height:35px;min-height:35px!important;margin-bottom:-7px!important}.mat-full-width{width:100%}.mat-full-height .mat-form-field-wrapper{height:100%!important}.mat-form-field-appearance-outline .mat-form-field-infix{padding-top:5px;padding-bottom:0;height:36px}.mat-form-field-appearance-outline .mat-form-field-infix select.mat-input-element{background-color:transparent;margin-bottom:-11px!important;margin-top:-2px!important;padding-top:0!important;top:0!important}.mat-form-field-appearance-outline .mat-form-field-infix input{display:inline-flex;margin-top:-8px;margin-bottom:-5px;padding-top:8px}.mat-form-field-appearance-outline .mat-form-field-suffix{height:25px!important;top:-2px!important}.mat-form-field-appearance-outline .mat-form-field-suffix .form-input-suffix{margin-right:5px!important;position:absolute!important;top:7px!important;right:4px!important}.mat-form-field-appearance-outline .mat-form-field-infix .form-input-suffix{position:relative!important;top:-4px!important}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:32px!important}.mat-form-field-label-wrapper{top:-8px}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{top:60%!important}.mat-form-field-suffix{margin-right:-10px!important}.cdk-overlay-container{z-index:99999999!important}.mat-height-fixed .mat-form-field-flex{height:38px!important}.mat-height-auto .mat-form-field-flex{height:auto!important;padding-bottom:5px!important;padding-top:5px!important;padding-right:2px!important}.mat-height-auto .mat-form-field-infix{height:auto!important}.mat-icon-button-override{width:25px!important;top:0!important;color:#000000a3!important;position:absolute!important}.mat-icon-button-override-suffix{right:-5px!important}.mat-icon-button-override-prefix{left:-5px!important}.mat-option{height:25px!important;font-size:14px!important}.ngx-mat-timepicker .mat-form-field-infix{border-top:none!important}.mat-form-field-wrapper .form-control{width:100%;border:none;padding:0;line-height:1}.mat-form-field-wrapper .form-control:focus{box-shadow:none!important}.mat-form-field-wrapper .form-control.checking-field.ng-touched{padding-right:0;background-position-y:14px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:1.1612;transform:translate(.9635vw,-10px) scale(.3586);animation:fall-1 10s -18s linear infinite}@keyframes fall-1{70.08%{transform:translate(4.4227vw,70.08vh) scale(.3586)}to{transform:translate(2.6931vw,99vh) scale(.3586)}}.snow:nth-child(2){opacity:1.752;transform:translate(65.8037vw,-10px) scale(.6504);animation:fall-2 11s -15s linear infinite}@keyframes fall-2{60.502%{transform:translate(66.4797vw,60.502vh) scale(.6504)}to{transform:translate(66.1417vw,99vh) scale(.6504)}}.snow:nth-child(3){opacity:1.7498;transform:translate(25.5225vw,-10px) scale(.0987);animation:fall-3 22s -1s linear infinite}@keyframes fall-3{33.234%{transform:translate(29.2292vw,33.234vh) scale(.0987)}to{transform:translate(27.37585vw,99vh) scale(.0987)}}.snow:nth-child(4){opacity:1.4834;transform:translate(61.8392vw,-10px) scale(.5849);animation:fall-4 21s -8s linear infinite}@keyframes fall-4{62.713%{transform:translate(51.8472vw,62.713vh) scale(.5849)}to{transform:translate(56.8432vw,99vh) scale(.5849)}}.snow:nth-child(5){opacity:1.995;transform:translate(80.4458vw,-10px) scale(.801);animation:fall-5 18s -7s linear infinite}@keyframes fall-5{71.246%{transform:translate(82.3773vw,71.246vh) scale(.801)}to{transform:translate(81.41155vw,99vh) scale(.801)}}.snow:nth-child(6){opacity:.8556;transform:translate(89.1086vw,-10px) scale(.0311);animation:fall-6 28s -17s linear infinite}@keyframes fall-6{56.803%{transform:translate(89.0006vw,56.803vh) scale(.0311)}to{transform:translate(89.0546vw,99vh) scale(.0311)}}.snow:nth-child(7){opacity:.2736;transform:translate(79.4745vw,-10px) scale(.1412);animation:fall-7 27s -26s linear infinite}@keyframes fall-7{49.955%{transform:translate(71.1776vw,49.955vh) scale(.1412)}to{transform:translate(75.32605vw,99vh) scale(.1412)}}.snow:nth-child(8){opacity:.1532;transform:translate(5.9214vw,-10px) scale(.233);animation:fall-8 20s -8s linear infinite}@keyframes fall-8{33.869%{transform:translate(12.701vw,33.869vh) scale(.233)}to{transform:translate(9.3112vw,99vh) scale(.233)}}.snow:nth-child(9){opacity:1.575;transform:translate(18.9141vw,-10px) scale(.4008);animation:fall-9 30s -29s linear infinite}@keyframes fall-9{35.003%{transform:translate(24.3607vw,35.003vh) scale(.4008)}to{transform:translate(21.6374vw,99vh) scale(.4008)}}.snow:nth-child(10){opacity:.8506;transform:translate(15.5172vw,-10px) scale(.4862);animation:fall-10 29s -22s linear infinite}@keyframes fall-10{50.801%{transform:translate(8.2902vw,50.801vh) scale(.4862)}to{transform:translate(11.9037vw,99vh) scale(.4862)}}.snow:nth-child(11){opacity:1.2638;transform:translate(42.5535vw,-10px) scale(.8974);animation:fall-11 22s -14s linear infinite}@keyframes fall-11{49.115%{transform:translate(50.3497vw,49.115vh) scale(.8974)}to{transform:translate(46.4516vw,99vh) scale(.8974)}}.snow:nth-child(12){opacity:.5456;transform:translate(10.1801vw,-10px) scale(.2449);animation:fall-12 14s -16s linear infinite}@keyframes fall-12{64.487%{transform:translate(12.6727vw,64.487vh) scale(.2449)}to{transform:translate(11.4264vw,99vh) scale(.2449)}}.snow:nth-child(13){opacity:1.6496;transform:translate(59.4552vw,-10px) scale(.8632);animation:fall-13 21s -16s linear infinite}@keyframes fall-13{34.255%{transform:translate(52.8318vw,34.255vh) scale(.8632)}to{transform:translate(56.1435vw,99vh) scale(.8632)}}.snow:nth-child(14){opacity:.9364;transform:translate(62.2402vw,-10px) scale(.0267);animation:fall-14 19s -13s linear infinite}@keyframes fall-14{58.164%{transform:translate(55.5368vw,58.164vh) scale(.0267)}to{transform:translate(58.8885vw,99vh) scale(.0267)}}.snow:nth-child(15){opacity:.0524;transform:translate(5.186vw,-10px) scale(.5233);animation:fall-15 29s -16s linear infinite}@keyframes fall-15{61.857%{transform:translate(12.747vw,61.857vh) scale(.5233)}to{transform:translate(8.9665vw,99vh) scale(.5233)}}.snow:nth-child(16){opacity:.6012;transform:translate(44.2084vw,-10px) scale(.9136);animation:fall-16 20s -12s linear infinite}@keyframes fall-16{32.279%{transform:translate(44.174vw,32.279vh) scale(.9136)}to{transform:translate(44.1912vw,99vh) scale(.9136)}}.snow:nth-child(17){opacity:.0062;transform:translate(78.7375vw,-10px) scale(.0425);animation:fall-17 30s -22s linear infinite}@keyframes fall-17{43.54%{transform:translate(83.7888vw,43.54vh) scale(.0425)}to{transform:translate(81.26315vw,99vh) scale(.0425)}}.snow:nth-child(18){opacity:1.3216;transform:translate(19.7462vw,-10px) scale(.9221);animation:fall-18 18s -5s linear infinite}@keyframes fall-18{57.077%{transform:translate(13.5454vw,57.077vh) scale(.9221)}to{transform:translate(16.6458vw,99vh) scale(.9221)}}.snow:nth-child(19){opacity:1.706;transform:translate(14.83vw,-10px) scale(.3667);animation:fall-19 29s -24s linear infinite}@keyframes fall-19{37.99%{transform:translate(18.7441vw,37.99vh) scale(.3667)}to{transform:translate(16.78705vw,99vh) scale(.3667)}}.snow:nth-child(20){opacity:.5046;transform:translate(19.5747vw,-10px) scale(.0258);animation:fall-20 22s -19s linear infinite}@keyframes fall-20{32.162%{transform:translate(18.5731vw,32.162vh) scale(.0258)}to{transform:translate(19.0739vw,99vh) scale(.0258)}}.snow:nth-child(21){opacity:.3992;transform:translate(9.3554vw,-10px) scale(.8037);animation:fall-21 20s -12s linear infinite}@keyframes fall-21{53.338%{transform:translate(2.347vw,53.338vh) scale(.8037)}to{transform:translate(5.8512vw,99vh) scale(.8037)}}.snow:nth-child(22){opacity:1.6026;transform:translate(66.8401vw,-10px) scale(.5056);animation:fall-22 15s -19s linear infinite}@keyframes fall-22{50.893%{transform:translate(66.1961vw,50.893vh) scale(.5056)}to{transform:translate(66.5181vw,99vh) scale(.5056)}}.snow:nth-child(23){opacity:1.6142;transform:translate(4.7047vw,-10px) scale(.1176);animation:fall-23 14s -11s linear infinite}@keyframes fall-23{70.001%{transform:translate(4.7433vw,70.001vh) scale(.1176)}to{transform:translate(4.724vw,99vh) scale(.1176)}}.snow:nth-child(24){opacity:.7636;transform:translate(71.9757vw,-10px) scale(.2068);animation:fall-24 23s -27s linear infinite}@keyframes fall-24{61.776%{transform:translate(67.2936vw,61.776vh) scale(.2068)}to{transform:translate(69.63465vw,99vh) scale(.2068)}}.snow:nth-child(25){opacity:1.8046;transform:translate(89.7867vw,-10px) scale(.5819);animation:fall-25 16s -18s linear infinite}@keyframes fall-25{69.49%{transform:translate(93.5585vw,69.49vh) scale(.5819)}to{transform:translate(91.6726vw,99vh) scale(.5819)}}.snow:nth-child(26){opacity:.1142;transform:translate(18.5864vw,-10px) scale(.1592);animation:fall-26 28s -9s linear infinite}@keyframes fall-26{65.04%{transform:translate(15.0389vw,65.04vh) scale(.1592)}to{transform:translate(16.81265vw,99vh) scale(.1592)}}.snow:nth-child(27){opacity:.0726;transform:translate(93.8263vw,-10px) scale(.8647);animation:fall-27 21s -7s linear infinite}@keyframes fall-27{49.096%{transform:translate(94.9328vw,49.096vh) scale(.8647)}to{transform:translate(94.37955vw,99vh) scale(.8647)}}.snow:nth-child(28){opacity:.108;transform:translate(7.6834vw,-10px) scale(.0363);animation:fall-28 11s -20s linear infinite}@keyframes fall-28{62.04%{transform:translate(2.0238vw,62.04vh) scale(.0363)}to{transform:translate(4.8536vw,99vh) scale(.0363)}}.snow:nth-child(29){opacity:.9522;transform:translate(41.0944vw,-10px) scale(.6472);animation:fall-29 27s -19s linear infinite}@keyframes fall-29{51.754%{transform:translate(32.5504vw,51.754vh) scale(.6472)}to{transform:translate(36.8224vw,99vh) scale(.6472)}}.snow:nth-child(30){opacity:.146;transform:translate(1.8283vw,-10px) scale(.2214);animation:fall-30 27s -6s linear infinite}@keyframes fall-30{37.328%{transform:translate(8.5541vw,37.328vh) scale(.2214)}to{transform:translate(5.1912vw,99vh) scale(.2214)}}.snow:nth-child(31){opacity:.8262;transform:translate(2.8933vw,-10px) scale(.2927);animation:fall-31 17s -27s linear infinite}@keyframes fall-31{33.773%{transform:translate(5.1344vw,33.773vh) scale(.2927)}to{transform:translate(4.01385vw,99vh) scale(.2927)}}.snow:nth-child(32){opacity:1.9876;transform:translate(62.0075vw,-10px) scale(.4471);animation:fall-32 21s -13s linear infinite}@keyframes fall-32{67.509%{transform:translate(61.475vw,67.509vh) scale(.4471)}to{transform:translate(61.74125vw,99vh) scale(.4471)}}.snow:nth-child(33){opacity:1.1874;transform:translate(58.2346vw,-10px) scale(.0754);animation:fall-33 10s -27s linear infinite}@keyframes fall-33{79.448%{transform:translate(49.1717vw,79.448vh) scale(.0754)}to{transform:translate(53.70315vw,99vh) scale(.0754)}}.snow:nth-child(34){opacity:.4368;transform:translate(29.5268vw,-10px) scale(.6598);animation:fall-34 19s -16s linear infinite}@keyframes fall-34{57.795%{transform:translate(26.4384vw,57.795vh) scale(.6598)}to{transform:translate(27.9826vw,99vh) scale(.6598)}}.snow:nth-child(35){opacity:.1928;transform:translate(34.2644vw,-10px) scale(.0709);animation:fall-35 22s -26s linear infinite}@keyframes fall-35{34.455%{transform:translate(26.3977vw,34.455vh) scale(.0709)}to{transform:translate(30.33105vw,99vh) scale(.0709)}}.snow:nth-child(36){opacity:1.9228;transform:translate(31.8894vw,-10px) scale(.4882);animation:fall-36 13s -23s linear infinite}@keyframes fall-36{44.397%{transform:translate(36.7774vw,44.397vh) scale(.4882)}to{transform:translate(34.3334vw,99vh) scale(.4882)}}.snow:nth-child(37){opacity:1.6566;transform:translate(16.055vw,-10px) scale(.2086);animation:fall-37 22s -19s linear infinite}@keyframes fall-37{67.447%{transform:translate(22.3317vw,67.447vh) scale(.2086)}to{transform:translate(19.19335vw,99vh) scale(.2086)}}.snow:nth-child(38){opacity:.5506;transform:translate(69.2203vw,-10px) scale(.931);animation:fall-38 14s -11s linear infinite}@keyframes fall-38{49.463%{transform:translate(61.1594vw,49.463vh) scale(.931)}to{transform:translate(65.18985vw,99vh) scale(.931)}}.snow:nth-child(39){opacity:1.8926;transform:translate(75.3553vw,-10px) scale(.0671);animation:fall-39 12s -2s linear infinite}@keyframes fall-39{56.862%{transform:translate(73.8748vw,56.862vh) scale(.0671)}to{transform:translate(74.61505vw,99vh) scale(.0671)}}.snow:nth-child(40){opacity:1.3092;transform:translate(87.1983vw,-10px) scale(.0893);animation:fall-40 28s -6s linear infinite}@keyframes fall-40{41.287%{transform:translate(84.1905vw,41.287vh) scale(.0893)}to{transform:translate(85.6944vw,99vh) scale(.0893)}}.snow:nth-child(41){opacity:.2756;transform:translate(14.3654vw,-10px) scale(.6706);animation:fall-41 27s -18s linear infinite}@keyframes fall-41{34.874%{transform:translate(4.759vw,34.874vh) scale(.6706)}to{transform:translate(9.5622vw,99vh) scale(.6706)}}.snow:nth-child(42){opacity:.2556;transform:translate(33.9876vw,-10px) scale(.3519);animation:fall-42 30s -28s linear infinite}@keyframes fall-42{58.505%{transform:translate(40.4836vw,58.505vh) scale(.3519)}to{transform:translate(37.2356vw,99vh) scale(.3519)}}.snow:nth-child(43){opacity:1.9914;transform:translate(91.9134vw,-10px) scale(.6222);animation:fall-43 23s -7s linear infinite}@keyframes fall-43{79.429%{transform:translate(96.0841vw,79.429vh) scale(.6222)}to{transform:translate(93.99875vw,99vh) scale(.6222)}}.snow:nth-child(44){opacity:.7998;transform:translate(22.6499vw,-10px) scale(.6565);animation:fall-44 22s -28s linear infinite}@keyframes fall-44{52.832%{transform:translate(24.8318vw,52.832vh) scale(.6565)}to{transform:translate(23.74085vw,99vh) scale(.6565)}}.snow:nth-child(45){opacity:1.084;transform:translate(53.4423vw,-10px) scale(.4743);animation:fall-45 11s -2s linear infinite}@keyframes fall-45{65.506%{transform:translate(54.7329vw,65.506vh) scale(.4743)}to{transform:translate(54.0876vw,99vh) scale(.4743)}}.snow:nth-child(46){opacity:.37;transform:translate(20.1049vw,-10px) scale(.096);animation:fall-46 12s -20s linear infinite}@keyframes fall-46{33.975%{transform:translate(14.8228vw,33.975vh) scale(.096)}to{transform:translate(17.46385vw,99vh) scale(.096)}}.snow:nth-child(47){opacity:.2914;transform:translate(85.6807vw,-10px) scale(.9356);animation:fall-47 29s -20s linear infinite}@keyframes fall-47{74.054%{transform:translate(80.6406vw,74.054vh) scale(.9356)}to{transform:translate(83.16065vw,99vh) scale(.9356)}}.snow:nth-child(48){opacity:.2264;transform:translate(11.2637vw,-10px) scale(.0224);animation:fall-48 24s -3s linear infinite}@keyframes fall-48{53.146%{transform:translate(4.4507vw,53.146vh) scale(.0224)}to{transform:translate(7.8572vw,99vh) scale(.0224)}}.snow:nth-child(49){opacity:1.2308;transform:translate(41.0815vw,-10px) scale(.8555);animation:fall-49 11s -13s linear infinite}@keyframes fall-49{40.516%{transform:translate(40vw,40.516vh) scale(.8555)}to{transform:translate(40.54075vw,99vh) scale(.8555)}}.snow:nth-child(50){opacity:1.1956;transform:translate(11.7678vw,-10px) scale(.2134);animation:fall-50 13s -15s linear infinite}@keyframes fall-50{41.695%{transform:translate(17.2214vw,41.695vh) scale(.2134)}to{transform:translate(14.4946vw,99vh) scale(.2134)}}.snow:nth-child(51){opacity:1.687;transform:translate(55.8426vw,-10px) scale(.3171);animation:fall-51 27s -4s linear infinite}@keyframes fall-51{57.159%{transform:translate(58.2212vw,57.159vh) scale(.3171)}to{transform:translate(57.0319vw,99vh) scale(.3171)}}.snow:nth-child(52){opacity:1.6402;transform:translate(68.5376vw,-10px) scale(.5815);animation:fall-52 13s -4s linear infinite}@keyframes fall-52{61.846%{transform:translate(70.9062vw,61.846vh) scale(.5815)}to{transform:translate(69.7219vw,99vh) scale(.5815)}}.snow:nth-child(53){opacity:.0934;transform:translate(16.1422vw,-10px) scale(.4126);animation:fall-53 19s -7s linear infinite}@keyframes fall-53{46.667%{transform:translate(18.1369vw,46.667vh) scale(.4126)}to{transform:translate(17.13955vw,99vh) scale(.4126)}}.snow:nth-child(54){opacity:1.8248;transform:translate(11.0068vw,-10px) scale(.667);animation:fall-54 22s -24s linear infinite}@keyframes fall-54{71.82%{transform:translate(16.1534vw,71.82vh) scale(.667)}to{transform:translate(13.5801vw,99vh) scale(.667)}}.snow:nth-child(55){opacity:.3306;transform:translate(88.6647vw,-10px) scale(.8609);animation:fall-55 28s -15s linear infinite}@keyframes fall-55{69.619%{transform:translate(95.8255vw,69.619vh) scale(.8609)}to{transform:translate(92.2451vw,99vh) scale(.8609)}}.snow:nth-child(56){opacity:.3466;transform:translate(49.7697vw,-10px) scale(.3276);animation:fall-56 22s -20s linear infinite}@keyframes fall-56{35.87%{transform:translate(51.9044vw,35.87vh) scale(.3276)}to{transform:translate(50.83705vw,99vh) scale(.3276)}}.snow:nth-child(57){opacity:.4988;transform:translate(95.4199vw,-10px) scale(.0963);animation:fall-57 29s -19s linear infinite}@keyframes fall-57{54.131%{transform:translate(103.5198vw,54.131vh) scale(.0963)}to{transform:translate(99.46985vw,99vh) scale(.0963)}}.snow:nth-child(58){opacity:1.4992;transform:translate(14.6865vw,-10px) scale(.1437);animation:fall-58 23s -29s linear infinite}@keyframes fall-58{54.021%{transform:translate(16.7572vw,54.021vh) scale(.1437)}to{transform:translate(15.72185vw,99vh) scale(.1437)}}.snow:nth-child(59){opacity:1.997;transform:translate(46.7188vw,-10px) scale(.1538);animation:fall-59 14s -2s linear infinite}@keyframes fall-59{66.887%{transform:translate(56.4461vw,66.887vh) scale(.1538)}to{transform:translate(51.58245vw,99vh) scale(.1538)}}.snow:nth-child(60){opacity:.1338;transform:translate(10.4296vw,-10px) scale(.8408);animation:fall-60 12s -10s linear infinite}@keyframes fall-60{40.988%{transform:translate(12.7293vw,40.988vh) scale(.8408)}to{transform:translate(11.57945vw,99vh) scale(.8408)}}.snow:nth-child(61){opacity:.889;transform:translate(47.9687vw,-10px) scale(.7846);animation:fall-61 15s -1s linear infinite}@keyframes fall-61{64.565%{transform:translate(49.3708vw,64.565vh) scale(.7846)}to{transform:translate(48.66975vw,99vh) scale(.7846)}}.snow:nth-child(62){opacity:1.4018;transform:translate(62.7051vw,-10px) scale(.2651);animation:fall-62 21s -17s linear infinite}@keyframes fall-62{59.143%{transform:translate(67.63vw,59.143vh) scale(.2651)}to{transform:translate(65.16755vw,99vh) scale(.2651)}}.snow:nth-child(63){opacity:1.6546;transform:translate(54.2588vw,-10px) scale(.7819);animation:fall-63 23s -23s linear infinite}@keyframes fall-63{33.629%{transform:translate(46.1299vw,33.629vh) scale(.7819)}to{transform:translate(50.19435vw,99vh) scale(.7819)}}.snow:nth-child(64){opacity:1.4232;transform:translate(57.0465vw,-10px) scale(.4208);animation:fall-64 16s -23s linear infinite}@keyframes fall-64{36.149%{transform:translate(51.7893vw,36.149vh) scale(.4208)}to{transform:translate(54.4179vw,99vh) scale(.4208)}}.snow:nth-child(65){opacity:1.0092;transform:translate(32.1273vw,-10px) scale(.222);animation:fall-65 12s -13s linear infinite}@keyframes fall-65{76.113%{transform:translate(40.2287vw,76.113vh) scale(.222)}to{transform:translate(36.178vw,99vh) scale(.222)}}.snow:nth-child(66){opacity:1.0008;transform:translate(67.344vw,-10px) scale(.9617);animation:fall-66 14s -7s linear infinite}@keyframes fall-66{56.742%{transform:translate(60.9193vw,56.742vh) scale(.9617)}to{transform:translate(64.13165vw,99vh) scale(.9617)}}.snow:nth-child(67){opacity:1.936;transform:translate(4.6018vw,-10px) scale(.2956);animation:fall-67 27s -7s linear infinite}@keyframes fall-67{35.996%{transform:translate(.5138vw,35.996vh) scale(.2956)}to{transform:translate(2.5578vw,99vh) scale(.2956)}}.snow:nth-child(68){opacity:1.2472;transform:translate(95.8741vw,-10px) scale(.0762);animation:fall-68 11s -10s linear infinite}@keyframes fall-68{45.371%{transform:translate(102.6205vw,45.371vh) scale(.0762)}to{transform:translate(99.2473vw,99vh) scale(.0762)}}.snow:nth-child(69){opacity:1.2324;transform:translate(40.4759vw,-10px) scale(.6775);animation:fall-69 13s -15s linear infinite}@keyframes fall-69{42.927%{transform:translate(44.4929vw,42.927vh) scale(.6775)}to{transform:translate(42.4844vw,99vh) scale(.6775)}}.snow:nth-child(70){opacity:1.0576;transform:translate(8.5825vw,-10px) scale(.2424);animation:fall-70 24s -5s linear infinite}@keyframes fall-70{57.429%{transform:translate(2.0542vw,57.429vh) scale(.2424)}to{transform:translate(5.31835vw,99vh) scale(.2424)}}.snow:nth-child(71){opacity:1.968;transform:translate(.0177vw,-10px) scale(.142);animation:fall-71 26s -16s linear infinite}@keyframes fall-71{47.992%{transform:translate(1.5962vw,47.992vh) scale(.142)}to{transform:translate(.80695vw,99vh) scale(.142)}}.snow:nth-child(72){opacity:.1348;transform:translate(78.8795vw,-10px) scale(.1715);animation:fall-72 27s -20s linear infinite}@keyframes fall-72{54.382%{transform:translate(85.1826vw,54.382vh) scale(.1715)}to{transform:translate(82.03105vw,99vh) scale(.1715)}}.snow:nth-child(73){opacity:.1158;transform:translate(80.1343vw,-10px) scale(.7476);animation:fall-73 17s -4s linear infinite}@keyframes fall-73{56.065%{transform:translate(82.5864vw,56.065vh) scale(.7476)}to{transform:translate(81.36035vw,99vh) scale(.7476)}}.snow:nth-child(74){opacity:1.3636;transform:translate(15.1114vw,-10px) scale(.5834);animation:fall-74 17s -16s linear infinite}@keyframes fall-74{50.549%{transform:translate(20.7709vw,50.549vh) scale(.5834)}to{transform:translate(17.94115vw,99vh) scale(.5834)}}.snow:nth-child(75){opacity:.1846;transform:translate(30.8803vw,-10px) scale(.7893);animation:fall-75 23s -15s linear infinite}@keyframes fall-75{77.986%{transform:translate(30.2424vw,77.986vh) scale(.7893)}to{transform:translate(30.56135vw,99vh) scale(.7893)}}.snow:nth-child(76){opacity:1.0532;transform:translate(4.1162vw,-10px) scale(.5076);animation:fall-76 26s -1s linear infinite}@keyframes fall-76{53.415%{transform:translate(3.5556vw,53.415vh) scale(.5076)}to{transform:translate(3.8359vw,99vh) scale(.5076)}}.snow:nth-child(77){opacity:.7118;transform:translate(21.8901vw,-10px) scale(.1367);animation:fall-77 30s -29s linear infinite}@keyframes fall-77{65.524%{transform:translate(28.4105vw,65.524vh) scale(.1367)}to{transform:translate(25.1503vw,99vh) scale(.1367)}}.snow:nth-child(78){opacity:.2698;transform:translate(31.8425vw,-10px) scale(.6195);animation:fall-78 14s -2s linear infinite}@keyframes fall-78{48.035%{transform:translate(29.0594vw,48.035vh) scale(.6195)}to{transform:translate(30.45095vw,99vh) scale(.6195)}}.snow:nth-child(79){opacity:1.0546;transform:translate(1.6247vw,-10px) scale(.8094);animation:fall-79 25s -12s linear infinite}@keyframes fall-79{56.287%{transform:translate(-3.351vw,56.287vh) scale(.8094)}to{transform:translate(-.86315vw,99vh) scale(.8094)}}.snow:nth-child(80){opacity:1.207;transform:translate(14.1055vw,-10px) scale(.7221);animation:fall-80 27s -4s linear infinite}@keyframes fall-80{46.874%{transform:translate(8.3073vw,46.874vh) scale(.7221)}to{transform:translate(11.2064vw,99vh) scale(.7221)}}.snow:nth-child(81){opacity:1.6678;transform:translate(40.1973vw,-10px) scale(.1905);animation:fall-81 21s -25s linear infinite}@keyframes fall-81{55.238%{transform:translate(42.0166vw,55.238vh) scale(.1905)}to{transform:translate(41.10695vw,99vh) scale(.1905)}}.snow:nth-child(82){opacity:1.0482;transform:translate(36.6973vw,-10px) scale(.391);animation:fall-82 21s -24s linear infinite}@keyframes fall-82{74.211%{transform:translate(39.7899vw,74.211vh) scale(.391)}to{transform:translate(38.2436vw,99vh) scale(.391)}}.snow:nth-child(83){opacity:.6994;transform:translate(3.7366vw,-10px) scale(.7064);animation:fall-83 17s -18s linear infinite}@keyframes fall-83{43.625%{transform:translate(-3.8269vw,43.625vh) scale(.7064)}to{transform:translate(-.04515vw,99vh) scale(.7064)}}.snow:nth-child(84){opacity:.1958;transform:translate(59.3679vw,-10px) scale(.0021);animation:fall-84 23s -9s linear infinite}@keyframes fall-84{73.412%{transform:translate(54.5725vw,73.412vh) scale(.0021)}to{transform:translate(56.9702vw,99vh) scale(.0021)}}.snow:nth-child(85){opacity:1.2992;transform:translate(39.387vw,-10px) scale(.6631);animation:fall-85 20s -11s linear infinite}@keyframes fall-85{58.475%{transform:translate(40.1746vw,58.475vh) scale(.6631)}to{transform:translate(39.7808vw,99vh) scale(.6631)}}.snow:nth-child(86){opacity:1.8456;transform:translate(89.5503vw,-10px) scale(.8322);animation:fall-86 21s -4s linear infinite}@keyframes fall-86{35.992%{transform:translate(94.1849vw,35.992vh) scale(.8322)}to{transform:translate(91.8676vw,99vh) scale(.8322)}}.snow:nth-child(87){opacity:.3386;transform:translate(34.8635vw,-10px) scale(.4616);animation:fall-87 26s -11s linear infinite}@keyframes fall-87{71.194%{transform:translate(30.4393vw,71.194vh) scale(.4616)}to{transform:translate(32.6514vw,99vh) scale(.4616)}}.snow:nth-child(88){opacity:.6474;transform:translate(30.6217vw,-10px) scale(.2315);animation:fall-88 18s -27s linear infinite}@keyframes fall-88{57.092%{transform:translate(27.6063vw,57.092vh) scale(.2315)}to{transform:translate(29.114vw,99vh) scale(.2315)}}.snow:nth-child(89){opacity:1.004;transform:translate(48.714vw,-10px) scale(.6288);animation:fall-89 21s -15s linear infinite}@keyframes fall-89{71.328%{transform:translate(51.0248vw,71.328vh) scale(.6288)}to{transform:translate(49.8694vw,99vh) scale(.6288)}}.snow:nth-child(90){opacity:1.5058;transform:translate(68.5695vw,-10px) scale(.7123);animation:fall-90 11s -22s linear infinite}@keyframes fall-90{56.711%{transform:translate(65.3108vw,56.711vh) scale(.7123)}to{transform:translate(66.94015vw,99vh) scale(.7123)}}.snow:nth-child(91){opacity:1.2318;transform:translate(13.137vw,-10px) scale(.0756);animation:fall-91 18s -2s linear infinite}@keyframes fall-91{47.599%{transform:translate(15.685vw,47.599vh) scale(.0756)}to{transform:translate(14.411vw,99vh) scale(.0756)}}.snow:nth-child(92){opacity:1.062;transform:translate(31.2034vw,-10px) scale(.7187);animation:fall-92 27s -13s linear infinite}@keyframes fall-92{56.389%{transform:translate(40.2634vw,56.389vh) scale(.7187)}to{transform:translate(35.7334vw,99vh) scale(.7187)}}.snow:nth-child(93){opacity:.767;transform:translate(71.1196vw,-10px) scale(.3288);animation:fall-93 26s -15s linear infinite}@keyframes fall-93{79.271%{transform:translate(68.5833vw,79.271vh) scale(.3288)}to{transform:translate(69.85145vw,99vh) scale(.3288)}}.snow:nth-child(94){opacity:1.1002;transform:translate(83.6303vw,-10px) scale(.4847);animation:fall-94 15s -10s linear infinite}@keyframes fall-94{50.934%{transform:translate(76.7172vw,50.934vh) scale(.4847)}to{transform:translate(80.17375vw,99vh) scale(.4847)}}.snow:nth-child(95){opacity:1.3176;transform:translate(20.6484vw,-10px) scale(.1393);animation:fall-95 27s -19s linear infinite}@keyframes fall-95{42.493%{transform:translate(13.217vw,42.493vh) scale(.1393)}to{transform:translate(16.9327vw,99vh) scale(.1393)}}.snow:nth-child(96){opacity:.1382;transform:translate(35.4284vw,-10px) scale(.3199);animation:fall-96 13s -13s linear infinite}@keyframes fall-96{30.278%{transform:translate(32.3356vw,30.278vh) scale(.3199)}to{transform:translate(33.882vw,99vh) scale(.3199)}}.snow:nth-child(97){opacity:1.1658;transform:translate(91.183vw,-10px) scale(.9021);animation:fall-97 22s -11s linear infinite}@keyframes fall-97{49.98%{transform:translate(100.55vw,49.98vh) scale(.9021)}to{transform:translate(95.8665vw,99vh) scale(.9021)}}.snow:nth-child(98){opacity:.7064;transform:translate(12.3215vw,-10px) scale(.1367);animation:fall-98 16s -24s linear infinite}@keyframes fall-98{76.241%{transform:translate(19.0038vw,76.241vh) scale(.1367)}to{transform:translate(15.66265vw,99vh) scale(.1367)}}.snow:nth-child(99){opacity:.3298;transform:translate(6.5543vw,-10px) scale(.4309);animation:fall-99 23s -16s linear infinite}@keyframes fall-99{33.454%{transform:translate(16.0255vw,33.454vh) scale(.4309)}to{transform:translate(11.2899vw,99vh) scale(.4309)}}.snow:nth-child(100){opacity:.013;transform:translate(47.329vw,-10px) scale(.787);animation:fall-100 19s -24s linear infinite}@keyframes fall-100{30.021%{transform:translate(47.6368vw,30.021vh) scale(.787)}to{transform:translate(47.4829vw,99vh) scale(.787)}}.snow:nth-child(101){opacity:.9344;transform:translate(6.5779vw,-10px) scale(.8317);animation:fall-101 24s -3s linear infinite}@keyframes fall-101{35.703%{transform:translate(-.8947vw,35.703vh) scale(.8317)}to{transform:translate(2.8416vw,99vh) scale(.8317)}}.snow:nth-child(102){opacity:1.2978;transform:translate(12.489vw,-10px) scale(.1813);animation:fall-102 27s -4s linear infinite}@keyframes fall-102{64.939%{transform:translate(9.4987vw,64.939vh) scale(.1813)}to{transform:translate(10.99385vw,99vh) scale(.1813)}}.snow:nth-child(103){opacity:.9132;transform:translate(74.1126vw,-10px) scale(.0553);animation:fall-103 29s -14s linear infinite}@keyframes fall-103{46.362%{transform:translate(65.2207vw,46.362vh) scale(.0553)}to{transform:translate(69.66665vw,99vh) scale(.0553)}}.snow:nth-child(104){opacity:.1198;transform:translate(94.2302vw,-10px) scale(.0059);animation:fall-104 22s -9s linear infinite}@keyframes fall-104{68.014%{transform:translate(101.3928vw,68.014vh) scale(.0059)}to{transform:translate(97.8115vw,99vh) scale(.0059)}}.snow:nth-child(105){opacity:.2864;transform:translate(74.0396vw,-10px) scale(.3816);animation:fall-105 28s -12s linear infinite}@keyframes fall-105{77.429%{transform:translate(70.5341vw,77.429vh) scale(.3816)}to{transform:translate(72.28685vw,99vh) scale(.3816)}}.snow:nth-child(106){opacity:1.0902;transform:translate(66.3302vw,-10px) scale(.6848);animation:fall-106 17s -1s linear infinite}@keyframes fall-106{78.77%{transform:translate(72.1625vw,78.77vh) scale(.6848)}to{transform:translate(69.24635vw,99vh) scale(.6848)}}.snow:nth-child(107){opacity:.9174;transform:translate(67.7151vw,-10px) scale(.5503);animation:fall-107 10s -13s linear infinite}@keyframes fall-107{50.142%{transform:translate(67.8382vw,50.142vh) scale(.5503)}to{transform:translate(67.77665vw,99vh) scale(.5503)}}.snow:nth-child(108){opacity:1.5494;transform:translate(63.5651vw,-10px) scale(.413);animation:fall-108 26s -4s linear infinite}@keyframes fall-108{72.952%{transform:translate(54.9016vw,72.952vh) scale(.413)}to{transform:translate(59.23335vw,99vh) scale(.413)}}.snow:nth-child(109){opacity:.9442;transform:translate(60.5572vw,-10px) scale(.4904);animation:fall-109 12s -17s linear infinite}@keyframes fall-109{58.905%{transform:translate(64.901vw,58.905vh) scale(.4904)}to{transform:translate(62.7291vw,99vh) scale(.4904)}}.snow:nth-child(110){opacity:1.8724;transform:translate(10.3946vw,-10px) scale(.2338);animation:fall-110 17s -27s linear infinite}@keyframes fall-110{68.114%{transform:translate(1.7839vw,68.114vh) scale(.2338)}to{transform:translate(6.08925vw,99vh) scale(.2338)}}.snow:nth-child(111){opacity:1.1052;transform:translate(59.4814vw,-10px) scale(.8435);animation:fall-111 11s -23s linear infinite}@keyframes fall-111{69.231%{transform:translate(54.2418vw,69.231vh) scale(.8435)}to{transform:translate(56.8616vw,99vh) scale(.8435)}}.snow:nth-child(112){opacity:1.626;transform:translate(99.6897vw,-10px) scale(.1018);animation:fall-112 18s -12s linear infinite}@keyframes fall-112{52.954%{transform:translate(98.9964vw,52.954vh) scale(.1018)}to{transform:translate(99.34305vw,99vh) scale(.1018)}}.snow:nth-child(113){opacity:1.1862;transform:translate(75.8481vw,-10px) scale(.8287);animation:fall-113 13s -21s linear infinite}@keyframes fall-113{32.722%{transform:translate(78.5683vw,32.722vh) scale(.8287)}to{transform:translate(77.2082vw,99vh) scale(.8287)}}.snow:nth-child(114){opacity:1.901;transform:translate(17.2672vw,-10px) scale(.767);animation:fall-114 29s -11s linear infinite}@keyframes fall-114{51.9%{transform:translate(14.41vw,51.9vh) scale(.767)}to{transform:translate(15.8386vw,99vh) scale(.767)}}.snow:nth-child(115){opacity:.1166;transform:translate(36.2863vw,-10px) scale(.7711);animation:fall-115 18s -14s linear infinite}@keyframes fall-115{65.893%{transform:translate(33.369vw,65.893vh) scale(.7711)}to{transform:translate(34.82765vw,99vh) scale(.7711)}}.snow:nth-child(116){opacity:.9232;transform:translate(66.371vw,-10px) scale(.4676);animation:fall-116 16s -6s linear infinite}@keyframes fall-116{71.718%{transform:translate(63.4152vw,71.718vh) scale(.4676)}to{transform:translate(64.8931vw,99vh) scale(.4676)}}.snow:nth-child(117){opacity:.6102;transform:translate(32.9129vw,-10px) scale(.0582);animation:fall-117 18s -30s linear infinite}@keyframes fall-117{68.202%{transform:translate(30.7275vw,68.202vh) scale(.0582)}to{transform:translate(31.8202vw,99vh) scale(.0582)}}.snow:nth-child(118){opacity:.4352;transform:translate(9.0747vw,-10px) scale(.877);animation:fall-118 25s -11s linear infinite}@keyframes fall-118{49.905%{transform:translate(15.5671vw,49.905vh) scale(.877)}to{transform:translate(12.3209vw,99vh) scale(.877)}}.snow:nth-child(119){opacity:.6066;transform:translate(36.0469vw,-10px) scale(.624);animation:fall-119 10s -14s linear infinite}@keyframes fall-119{63.426%{transform:translate(29.8842vw,63.426vh) scale(.624)}to{transform:translate(32.96555vw,99vh) scale(.624)}}.snow:nth-child(120){opacity:1.5896;transform:translate(72.4293vw,-10px) scale(.1145);animation:fall-120 15s -27s linear infinite}@keyframes fall-120{71.3%{transform:translate(64.8496vw,71.3vh) scale(.1145)}to{transform:translate(68.63945vw,99vh) scale(.1145)}}.snow:nth-child(121){opacity:.6568;transform:translate(60.0602vw,-10px) scale(.8215);animation:fall-121 23s -16s linear infinite}@keyframes fall-121{45.009%{transform:translate(53.7507vw,45.009vh) scale(.8215)}to{transform:translate(56.90545vw,99vh) scale(.8215)}}.snow:nth-child(122){opacity:1.2804;transform:translate(5.0813vw,-10px) scale(.4171);animation:fall-122 15s -12s linear infinite}@keyframes fall-122{32.638%{transform:translate(.1866vw,32.638vh) scale(.4171)}to{transform:translate(2.63395vw,99vh) scale(.4171)}}.snow:nth-child(123){opacity:.0818;transform:translate(94.6728vw,-10px) scale(.238);animation:fall-123 11s -24s linear infinite}@keyframes fall-123{79.519%{transform:translate(101.1269vw,79.519vh) scale(.238)}to{transform:translate(97.89985vw,99vh) scale(.238)}}.snow:nth-child(124){opacity:1.0884;transform:translate(81.1369vw,-10px) scale(.5736);animation:fall-124 21s -20s linear infinite}@keyframes fall-124{61.458%{transform:translate(88.9227vw,61.458vh) scale(.5736)}to{transform:translate(85.0298vw,99vh) scale(.5736)}}.snow:nth-child(125){opacity:1.2806;transform:translate(15.2033vw,-10px) scale(.8399);animation:fall-125 21s -20s linear infinite}@keyframes fall-125{34.852%{transform:translate(17.2543vw,34.852vh) scale(.8399)}to{transform:translate(16.2288vw,99vh) scale(.8399)}}.snow:nth-child(126){opacity:1.1008;transform:translate(2.0168vw,-10px) scale(.2522);animation:fall-126 19s -25s linear infinite}@keyframes fall-126{41.372%{transform:translate(4.8624vw,41.372vh) scale(.2522)}to{transform:translate(3.4396vw,99vh) scale(.2522)}}.snow:nth-child(127){opacity:1.7354;transform:translate(88.5925vw,-10px) scale(.9826);animation:fall-127 14s -29s linear infinite}@keyframes fall-127{73.572%{transform:translate(93.2188vw,73.572vh) scale(.9826)}to{transform:translate(90.90565vw,99vh) scale(.9826)}}.snow:nth-child(128){opacity:1.7538;transform:translate(39.3371vw,-10px) scale(.147);animation:fall-128 13s -3s linear infinite}@keyframes fall-128{42.383%{transform:translate(46.0668vw,42.383vh) scale(.147)}to{transform:translate(42.70195vw,99vh) scale(.147)}}.snow:nth-child(129){opacity:.1424;transform:translate(42.6114vw,-10px) scale(.1886);animation:fall-129 19s -20s linear infinite}@keyframes fall-129{44.061%{transform:translate(52.2637vw,44.061vh) scale(.1886)}to{transform:translate(47.43755vw,99vh) scale(.1886)}}.snow:nth-child(130){opacity:1.4654;transform:translate(62.3858vw,-10px) scale(.3269);animation:fall-130 13s -27s linear infinite}@keyframes fall-130{56.659%{transform:translate(53.7355vw,56.659vh) scale(.3269)}to{transform:translate(58.06065vw,99vh) scale(.3269)}}.snow:nth-child(131){opacity:.6192;transform:translate(58.2246vw,-10px) scale(.2068);animation:fall-131 23s -23s linear infinite}@keyframes fall-131{48.343%{transform:translate(54.2176vw,48.343vh) scale(.2068)}to{transform:translate(56.2211vw,99vh) scale(.2068)}}.snow:nth-child(132){opacity:.367;transform:translate(35.3515vw,-10px) scale(.5184);animation:fall-132 17s -2s linear infinite}@keyframes fall-132{45.626%{transform:translate(27.5366vw,45.626vh) scale(.5184)}to{transform:translate(31.44405vw,99vh) scale(.5184)}}.snow:nth-child(133){opacity:.2126;transform:translate(44.0397vw,-10px) scale(.1506);animation:fall-133 17s -16s linear infinite}@keyframes fall-133{32.389%{transform:translate(36.8162vw,32.389vh) scale(.1506)}to{transform:translate(40.42795vw,99vh) scale(.1506)}}.snow:nth-child(134){opacity:.4084;transform:translate(21.0239vw,-10px) scale(.6872);animation:fall-134 26s -8s linear infinite}@keyframes fall-134{70.1%{transform:translate(24.823vw,70.1vh) scale(.6872)}to{transform:translate(22.92345vw,99vh) scale(.6872)}}.snow:nth-child(135){opacity:.8198;transform:translate(82.8409vw,-10px) scale(.4057);animation:fall-135 22s -7s linear infinite}@keyframes fall-135{77.263%{transform:translate(76.8363vw,77.263vh) scale(.4057)}to{transform:translate(79.8386vw,99vh) scale(.4057)}}.snow:nth-child(136){opacity:1.7144;transform:translate(59.9018vw,-10px) scale(.4662);animation:fall-136 25s -29s linear infinite}@keyframes fall-136{46.99%{transform:translate(57.4393vw,46.99vh) scale(.4662)}to{transform:translate(58.67055vw,99vh) scale(.4662)}}.snow:nth-child(137){opacity:1.203;transform:translate(35.5364vw,-10px) scale(.0374);animation:fall-137 13s -17s linear infinite}@keyframes fall-137{38.729%{transform:translate(41.2821vw,38.729vh) scale(.0374)}to{transform:translate(38.40925vw,99vh) scale(.0374)}}.snow:nth-child(138){opacity:1.2886;transform:translate(17.5843vw,-10px) scale(.7137);animation:fall-138 23s -28s linear infinite}@keyframes fall-138{71.833%{transform:translate(11.4174vw,71.833vh) scale(.7137)}to{transform:translate(14.50085vw,99vh) scale(.7137)}}.snow:nth-child(139){opacity:1.5136;transform:translate(55.3996vw,-10px) scale(.8977);animation:fall-139 12s -16s linear infinite}@keyframes fall-139{35.498%{transform:translate(64.1611vw,35.498vh) scale(.8977)}to{transform:translate(59.78035vw,99vh) scale(.8977)}}.snow:nth-child(140){opacity:.6808;transform:translate(73.8068vw,-10px) scale(.7698);animation:fall-140 11s -22s linear infinite}@keyframes fall-140{74.539%{transform:translate(83.2203vw,74.539vh) scale(.7698)}to{transform:translate(78.51355vw,99vh) scale(.7698)}}.snow:nth-child(141){opacity:.2962;transform:translate(11.5333vw,-10px) scale(.3936);animation:fall-141 22s -28s linear infinite}@keyframes fall-141{30.394%{transform:translate(13.8328vw,30.394vh) scale(.3936)}to{transform:translate(12.68305vw,99vh) scale(.3936)}}.snow:nth-child(142){opacity:.2994;transform:translate(33.1141vw,-10px) scale(.9491);animation:fall-142 24s -8s linear infinite}@keyframes fall-142{75.487%{transform:translate(33.3211vw,75.487vh) scale(.9491)}to{transform:translate(33.2176vw,99vh) scale(.9491)}}.snow:nth-child(143){opacity:1.7328;transform:translate(22.2536vw,-10px) scale(.2305);animation:fall-143 30s -14s linear infinite}@keyframes fall-143{40.475%{transform:translate(28.308vw,40.475vh) scale(.2305)}to{transform:translate(25.2808vw,99vh) scale(.2305)}}.snow:nth-child(144){opacity:.19;transform:translate(33.5586vw,-10px) scale(.9544);animation:fall-144 30s -14s linear infinite}@keyframes fall-144{33.818%{transform:translate(29.7732vw,33.818vh) scale(.9544)}to{transform:translate(31.6659vw,99vh) scale(.9544)}}.snow:nth-child(145){opacity:1.99;transform:translate(46.0381vw,-10px) scale(.2596);animation:fall-145 12s -24s linear infinite}@keyframes fall-145{79.916%{transform:translate(39.2829vw,79.916vh) scale(.2596)}to{transform:translate(42.6605vw,99vh) scale(.2596)}}.snow:nth-child(146){opacity:1.4866;transform:translate(25.2513vw,-10px) scale(.4201);animation:fall-146 10s -5s linear infinite}@keyframes fall-146{57.468%{transform:translate(35.1864vw,57.468vh) scale(.4201)}to{transform:translate(30.21885vw,99vh) scale(.4201)}}.snow:nth-child(147){opacity:.735;transform:translate(42.495vw,-10px) scale(.7778);animation:fall-147 19s -10s linear infinite}@keyframes fall-147{47.109%{transform:translate(38.4197vw,47.109vh) scale(.7778)}to{transform:translate(40.45735vw,99vh) scale(.7778)}}.snow:nth-child(148){opacity:1.632;transform:translate(27.6381vw,-10px) scale(.263);animation:fall-148 26s -2s linear infinite}@keyframes fall-148{39.601%{transform:translate(27.1879vw,39.601vh) scale(.263)}to{transform:translate(27.413vw,99vh) scale(.263)}}.snow:nth-child(149){opacity:.6704;transform:translate(58.3912vw,-10px) scale(.4265);animation:fall-149 11s -14s linear infinite}@keyframes fall-149{78.41%{transform:translate(54.6861vw,78.41vh) scale(.4265)}to{transform:translate(56.53865vw,99vh) scale(.4265)}}.snow:nth-child(150){opacity:1.9212;transform:translate(66.2956vw,-10px) scale(.2882);animation:fall-150 29s -21s linear infinite}@keyframes fall-150{50.405%{transform:translate(61.7483vw,50.405vh) scale(.2882)}to{transform:translate(64.02195vw,99vh) scale(.2882)}}.snow:nth-child(151){opacity:.1286;transform:translate(69.8613vw,-10px) scale(.1072);animation:fall-151 19s -10s linear infinite}@keyframes fall-151{55.373%{transform:translate(62.184vw,55.373vh) scale(.1072)}to{transform:translate(66.02265vw,99vh) scale(.1072)}}.snow:nth-child(152){opacity:.0852;transform:translate(41.4143vw,-10px) scale(.7827);animation:fall-152 11s -23s linear infinite}@keyframes fall-152{33.992%{transform:translate(42.3166vw,33.992vh) scale(.7827)}to{transform:translate(41.86545vw,99vh) scale(.7827)}}.snow:nth-child(153){opacity:1.8986;transform:translate(64.047vw,-10px) scale(.4124);animation:fall-153 14s -16s linear infinite}@keyframes fall-153{38.123%{transform:translate(59.7111vw,38.123vh) scale(.4124)}to{transform:translate(61.87905vw,99vh) scale(.4124)}}.snow:nth-child(154){opacity:.1602;transform:translate(69.9196vw,-10px) scale(.0686);animation:fall-154 22s -20s linear infinite}@keyframes fall-154{64.713%{transform:translate(66.8007vw,64.713vh) scale(.0686)}to{transform:translate(68.36015vw,99vh) scale(.0686)}}.snow:nth-child(155){opacity:1.879;transform:translate(54.6517vw,-10px) scale(.4746);animation:fall-155 22s -16s linear infinite}@keyframes fall-155{37.522%{transform:translate(61.4448vw,37.522vh) scale(.4746)}to{transform:translate(58.04825vw,99vh) scale(.4746)}}.snow:nth-child(156){opacity:1.0488;transform:translate(38.7422vw,-10px) scale(.1663);animation:fall-156 29s -16s linear infinite}@keyframes fall-156{35.453%{transform:translate(44.9611vw,35.453vh) scale(.1663)}to{transform:translate(41.85165vw,99vh) scale(.1663)}}.snow:nth-child(157){opacity:1.2572;transform:translate(53.2246vw,-10px) scale(.1535);animation:fall-157 28s -29s linear infinite}@keyframes fall-157{78.567%{transform:translate(51.2647vw,78.567vh) scale(.1535)}to{transform:translate(52.24465vw,99vh) scale(.1535)}}.snow:nth-child(158){opacity:.12;transform:translate(57.6148vw,-10px) scale(.1421);animation:fall-158 26s -24s linear infinite}@keyframes fall-158{31.38%{transform:translate(58.2346vw,31.38vh) scale(.1421)}to{transform:translate(57.9247vw,99vh) scale(.1421)}}.snow:nth-child(159){opacity:.8202;transform:translate(38.4714vw,-10px) scale(.9609);animation:fall-159 19s -5s linear infinite}@keyframes fall-159{71.281%{transform:translate(34.906vw,71.281vh) scale(.9609)}to{transform:translate(36.6887vw,99vh) scale(.9609)}}.snow:nth-child(160){opacity:.7548;transform:translate(84.2272vw,-10px) scale(.6077);animation:fall-160 17s -14s linear infinite}@keyframes fall-160{48.776%{transform:translate(87.2786vw,48.776vh) scale(.6077)}to{transform:translate(85.7529vw,99vh) scale(.6077)}}.snow:nth-child(161){opacity:.5338;transform:translate(98.0933vw,-10px) scale(.2653);animation:fall-161 17s -2s linear infinite}@keyframes fall-161{61.779%{transform:translate(99.6771vw,61.779vh) scale(.2653)}to{transform:translate(98.8852vw,99vh) scale(.2653)}}.snow:nth-child(162){opacity:.5112;transform:translate(81.3251vw,-10px) scale(.6799);animation:fall-162 24s -11s linear infinite}@keyframes fall-162{38.836%{transform:translate(82.4797vw,38.836vh) scale(.6799)}to{transform:translate(81.9024vw,99vh) scale(.6799)}}.snow:nth-child(163){opacity:.209;transform:translate(64.6735vw,-10px) scale(.978);animation:fall-163 23s -18s linear infinite}@keyframes fall-163{54.373%{transform:translate(64.5988vw,54.373vh) scale(.978)}to{transform:translate(64.63615vw,99vh) scale(.978)}}.snow:nth-child(164){opacity:1.367;transform:translate(78.9996vw,-10px) scale(.3933);animation:fall-164 21s -26s linear infinite}@keyframes fall-164{62.826%{transform:translate(80.8807vw,62.826vh) scale(.3933)}to{transform:translate(79.94015vw,99vh) scale(.3933)}}.snow:nth-child(165){opacity:1.1074;transform:translate(55.5716vw,-10px) scale(.5725);animation:fall-165 20s -1s linear infinite}@keyframes fall-165{42.502%{transform:translate(54.5207vw,42.502vh) scale(.5725)}to{transform:translate(55.04615vw,99vh) scale(.5725)}}.snow:nth-child(166){opacity:.9986;transform:translate(54.9016vw,-10px) scale(.6981);animation:fall-166 24s -2s linear infinite}@keyframes fall-166{51.638%{transform:translate(58.5739vw,51.638vh) scale(.6981)}to{transform:translate(56.73775vw,99vh) scale(.6981)}}.snow:nth-child(167){opacity:.6668;transform:translate(97.3039vw,-10px) scale(.8736);animation:fall-167 11s -4s linear infinite}@keyframes fall-167{44.509%{transform:translate(97.6865vw,44.509vh) scale(.8736)}to{transform:translate(97.4952vw,99vh) scale(.8736)}}.snow:nth-child(168){opacity:1.8922;transform:translate(29.2525vw,-10px) scale(.1772);animation:fall-168 13s -24s linear infinite}@keyframes fall-168{74.448%{transform:translate(20.922vw,74.448vh) scale(.1772)}to{transform:translate(25.08725vw,99vh) scale(.1772)}}.snow:nth-child(169){opacity:.4528;transform:translate(22.0384vw,-10px) scale(.9977);animation:fall-169 10s -4s linear infinite}@keyframes fall-169{66.294%{transform:translate(25.6471vw,66.294vh) scale(.9977)}to{transform:translate(23.84275vw,99vh) scale(.9977)}}.snow:nth-child(170){opacity:.5564;transform:translate(43.8703vw,-10px) scale(.0254);animation:fall-170 28s -10s linear infinite}@keyframes fall-170{30.524%{transform:translate(45.855vw,30.524vh) scale(.0254)}to{transform:translate(44.86265vw,99vh) scale(.0254)}}.snow:nth-child(171){opacity:1.7192;transform:translate(72.1063vw,-10px) scale(.4665);animation:fall-171 25s -15s linear infinite}@keyframes fall-171{76.019%{transform:translate(70.6688vw,76.019vh) scale(.4665)}to{transform:translate(71.38755vw,99vh) scale(.4665)}}.snow:nth-child(172){opacity:1.621;transform:translate(8.4533vw,-10px) scale(.4777);animation:fall-172 27s -11s linear infinite}@keyframes fall-172{32.806%{transform:translate(1.7172vw,32.806vh) scale(.4777)}to{transform:translate(5.08525vw,99vh) scale(.4777)}}.snow:nth-child(173){opacity:1.7726;transform:translate(17.2109vw,-10px) scale(.9171);animation:fall-173 11s -5s linear infinite}@keyframes fall-173{53.362%{transform:translate(22.5892vw,53.362vh) scale(.9171)}to{transform:translate(19.90005vw,99vh) scale(.9171)}}.snow:nth-child(174){opacity:.829;transform:translate(18.1705vw,-10px) scale(.1541);animation:fall-174 10s -5s linear infinite}@keyframes fall-174{56.955%{transform:translate(23.8046vw,56.955vh) scale(.1541)}to{transform:translate(20.98755vw,99vh) scale(.1541)}}.snow:nth-child(175){opacity:.3578;transform:translate(48.0554vw,-10px) scale(.0694);animation:fall-175 25s -10s linear infinite}@keyframes fall-175{44.915%{transform:translate(39.3212vw,44.915vh) scale(.0694)}to{transform:translate(43.6883vw,99vh) scale(.0694)}}.snow:nth-child(176){opacity:1.918;transform:translate(54.3121vw,-10px) scale(.4696);animation:fall-176 22s -5s linear infinite}@keyframes fall-176{57.801%{transform:translate(55.0858vw,57.801vh) scale(.4696)}to{transform:translate(54.69895vw,99vh) scale(.4696)}}.snow:nth-child(177){opacity:1.9784;transform:translate(54.0578vw,-10px) scale(.5536);animation:fall-177 15s -17s linear infinite}@keyframes fall-177{69.087%{transform:translate(49.7703vw,69.087vh) scale(.5536)}to{transform:translate(51.91405vw,99vh) scale(.5536)}}.snow:nth-child(178){opacity:.2948;transform:translate(4.9604vw,-10px) scale(.9793);animation:fall-178 24s -20s linear infinite}@keyframes fall-178{69.437%{transform:translate(5.2827vw,69.437vh) scale(.9793)}to{transform:translate(5.12155vw,99vh) scale(.9793)}}.snow:nth-child(179){opacity:.7362;transform:translate(62.3796vw,-10px) scale(.9104);animation:fall-179 13s -18s linear infinite}@keyframes fall-179{46.1%{transform:translate(72.3678vw,46.1vh) scale(.9104)}to{transform:translate(67.3737vw,99vh) scale(.9104)}}.snow:nth-child(180){opacity:.7062;transform:translate(19.5535vw,-10px) scale(.7937);animation:fall-180 23s -24s linear infinite}@keyframes fall-180{47.431%{transform:translate(18.0317vw,47.431vh) scale(.7937)}to{transform:translate(18.7926vw,99vh) scale(.7937)}}.snow:nth-child(181){opacity:.1072;transform:translate(5.7037vw,-10px) scale(.0404);animation:fall-181 29s -14s linear infinite}@keyframes fall-181{37.771%{transform:translate(12.0754vw,37.771vh) scale(.0404)}to{transform:translate(8.88955vw,99vh) scale(.0404)}}.snow:nth-child(182){opacity:1.2418;transform:translate(7.7835vw,-10px) scale(.2957);animation:fall-182 14s -1s linear infinite}@keyframes fall-182{31.062%{transform:translate(-.6336vw,31.062vh) scale(.2957)}to{transform:translate(3.57495vw,99vh) scale(.2957)}}.snow:nth-child(183){opacity:.4846;transform:translate(16.3399vw,-10px) scale(.0963);animation:fall-183 14s -9s linear infinite}@keyframes fall-183{77.706%{transform:translate(11.4857vw,77.706vh) scale(.0963)}to{transform:translate(13.9128vw,99vh) scale(.0963)}}.snow:nth-child(184){opacity:.6138;transform:translate(16.4996vw,-10px) scale(.821);animation:fall-184 21s -1s linear infinite}@keyframes fall-184{73.665%{transform:translate(12.1132vw,73.665vh) scale(.821)}to{transform:translate(14.3064vw,99vh) scale(.821)}}.snow:nth-child(185){opacity:1.33;transform:translate(2.3649vw,-10px) scale(.7989);animation:fall-185 17s -26s linear infinite}@keyframes fall-185{42.894%{transform:translate(-3.018vw,42.894vh) scale(.7989)}to{transform:translate(-.32655vw,99vh) scale(.7989)}}.snow:nth-child(186){opacity:1.884;transform:translate(61.5335vw,-10px) scale(.2281);animation:fall-186 22s -8s linear infinite}@keyframes fall-186{51.251%{transform:translate(54.2007vw,51.251vh) scale(.2281)}to{transform:translate(57.8671vw,99vh) scale(.2281)}}.snow:nth-child(187){opacity:.9108;transform:translate(21.1962vw,-10px) scale(.4702);animation:fall-187 14s -4s linear infinite}@keyframes fall-187{50.857%{transform:translate(28.6499vw,50.857vh) scale(.4702)}to{transform:translate(24.92305vw,99vh) scale(.4702)}}.snow:nth-child(188){opacity:.718;transform:translate(38.7401vw,-10px) scale(.7295);animation:fall-188 14s -17s linear infinite}@keyframes fall-188{60.23%{transform:translate(42.7002vw,60.23vh) scale(.7295)}to{transform:translate(40.72015vw,99vh) scale(.7295)}}.snow:nth-child(189){opacity:1.734;transform:translate(23.0662vw,-10px) scale(.1091);animation:fall-189 13s -26s linear infinite}@keyframes fall-189{71.102%{transform:translate(25.0839vw,71.102vh) scale(.1091)}to{transform:translate(24.07505vw,99vh) scale(.1091)}}.snow:nth-child(190){opacity:1.8766;transform:translate(72.8781vw,-10px) scale(.1906);animation:fall-190 20s -27s linear infinite}@keyframes fall-190{34.416%{transform:translate(81.3299vw,34.416vh) scale(.1906)}to{transform:translate(77.104vw,99vh) scale(.1906)}}.snow:nth-child(191){opacity:1.735;transform:translate(87.722vw,-10px) scale(.1625);animation:fall-191 13s -24s linear infinite}@keyframes fall-191{33.733%{transform:translate(96.6268vw,33.733vh) scale(.1625)}to{transform:translate(92.1744vw,99vh) scale(.1625)}}.snow:nth-child(192){opacity:.989;transform:translate(25.4198vw,-10px) scale(.3728);animation:fall-192 12s -30s linear infinite}@keyframes fall-192{78.929%{transform:translate(32.0867vw,78.929vh) scale(.3728)}to{transform:translate(28.75325vw,99vh) scale(.3728)}}.snow:nth-child(193){opacity:.344;transform:translate(93.5246vw,-10px) scale(.6443);animation:fall-193 20s -6s linear infinite}@keyframes fall-193{73.789%{transform:translate(100.4642vw,73.789vh) scale(.6443)}to{transform:translate(96.9944vw,99vh) scale(.6443)}}.snow:nth-child(194){opacity:1.743;transform:translate(61.3304vw,-10px) scale(.1256);animation:fall-194 17s -22s linear infinite}@keyframes fall-194{56.663%{transform:translate(63.9325vw,56.663vh) scale(.1256)}to{transform:translate(62.63145vw,99vh) scale(.1256)}}.snow:nth-child(195){opacity:1.3674;transform:translate(11.3093vw,-10px) scale(.5628);animation:fall-195 17s -3s linear infinite}@keyframes fall-195{46.034%{transform:translate(1.8325vw,46.034vh) scale(.5628)}to{transform:translate(6.5709vw,99vh) scale(.5628)}}.snow:nth-child(196){opacity:.2792;transform:translate(89.4279vw,-10px) scale(.9004);animation:fall-196 10s -11s linear infinite}@keyframes fall-196{78.725%{transform:translate(80.2338vw,78.725vh) scale(.9004)}to{transform:translate(84.83085vw,99vh) scale(.9004)}}.snow:nth-child(197){opacity:1.3846;transform:translate(96.4592vw,-10px) scale(.4472);animation:fall-197 20s -4s linear infinite}@keyframes fall-197{71.689%{transform:translate(103.7925vw,71.689vh) scale(.4472)}to{transform:translate(100.12585vw,99vh) scale(.4472)}}.snow:nth-child(198){opacity:.7128;transform:translate(53.9221vw,-10px) scale(.6915);animation:fall-198 20s -29s linear infinite}@keyframes fall-198{40.412%{transform:translate(53.4402vw,40.412vh) scale(.6915)}to{transform:translate(53.68115vw,99vh) scale(.6915)}}.snow:nth-child(199){opacity:.9566;transform:translate(70.0469vw,-10px) scale(.0227);animation:fall-199 24s -6s linear infinite}@keyframes fall-199{53.029%{transform:translate(71.1932vw,53.029vh) scale(.0227)}to{transform:translate(70.62005vw,99vh) scale(.0227)}}.snow:nth-child(200){opacity:.47;transform:translate(37.5794vw,-10px) scale(.8722);animation:fall-200 15s -6s linear infinite}@keyframes fall-200{43.92%{transform:translate(44.1387vw,43.92vh) scale(.8722)}to{transform:translate(40.85905vw,99vh) scale(.8722)}}.snow:nth-child(201){opacity:1.721;transform:translate(85.9102vw,-10px) scale(.0609);animation:fall-201 14s -19s linear infinite}@keyframes fall-201{69.288%{transform:translate(78.8287vw,69.288vh) scale(.0609)}to{transform:translate(82.36945vw,99vh) scale(.0609)}}.snow:nth-child(202){opacity:.2296;transform:translate(8.3956vw,-10px) scale(.2659);animation:fall-202 14s -22s linear infinite}@keyframes fall-202{31.114%{transform:translate(1.9865vw,31.114vh) scale(.2659)}to{transform:translate(5.19105vw,99vh) scale(.2659)}}.snow:nth-child(203){opacity:.608;transform:translate(64.6703vw,-10px) scale(.1417);animation:fall-203 29s -20s linear infinite}@keyframes fall-203{63.413%{transform:translate(62.9923vw,63.413vh) scale(.1417)}to{transform:translate(63.8313vw,99vh) scale(.1417)}}.snow:nth-child(204){opacity:.9374;transform:translate(47.3215vw,-10px) scale(.7804);animation:fall-204 24s -29s linear infinite}@keyframes fall-204{31.172%{transform:translate(41.1368vw,31.172vh) scale(.7804)}to{transform:translate(44.22915vw,99vh) scale(.7804)}}.snow:nth-child(205){opacity:.3702;transform:translate(78.1376vw,-10px) scale(.8517);animation:fall-205 26s -11s linear infinite}@keyframes fall-205{41.084%{transform:translate(85.2056vw,41.084vh) scale(.8517)}to{transform:translate(81.6716vw,99vh) scale(.8517)}}.snow:nth-child(206){opacity:.9436;transform:translate(77.5738vw,-10px) scale(.8006);animation:fall-206 15s -23s linear infinite}@keyframes fall-206{49.785%{transform:translate(82.8092vw,49.785vh) scale(.8006)}to{transform:translate(80.1915vw,99vh) scale(.8006)}}.snow:nth-child(207){opacity:.177;transform:translate(79.2699vw,-10px) scale(.6044);animation:fall-207 24s -11s linear infinite}@keyframes fall-207{38.127%{transform:translate(73.826vw,38.127vh) scale(.6044)}to{transform:translate(76.54795vw,99vh) scale(.6044)}}.snow:nth-child(208){opacity:1.1234;transform:translate(26.5333vw,-10px) scale(.2339);animation:fall-208 16s -20s linear infinite}@keyframes fall-208{40.613%{transform:translate(18.8826vw,40.613vh) scale(.2339)}to{transform:translate(22.70795vw,99vh) scale(.2339)}}.snow:nth-child(209){opacity:.347;transform:translate(46.5968vw,-10px) scale(.9533);animation:fall-209 27s -17s linear infinite}@keyframes fall-209{55.632%{transform:translate(38.7165vw,55.632vh) scale(.9533)}to{transform:translate(42.65665vw,99vh) scale(.9533)}}.snow:nth-child(210){opacity:1.3162;transform:translate(84.2347vw,-10px) scale(.3294);animation:fall-210 23s -25s linear infinite}@keyframes fall-210{30.743%{transform:translate(80.2611vw,30.743vh) scale(.3294)}to{transform:translate(82.2479vw,99vh) scale(.3294)}}.snow:nth-child(211){opacity:.884;transform:translate(47.736vw,-10px) scale(.546);animation:fall-211 16s -13s linear infinite}@keyframes fall-211{39.023%{transform:translate(50.8265vw,39.023vh) scale(.546)}to{transform:translate(49.28125vw,99vh) scale(.546)}}.snow:nth-child(212){opacity:.4128;transform:translate(90.9817vw,-10px) scale(.5765);animation:fall-212 11s -13s linear infinite}@keyframes fall-212{76.946%{transform:translate(85.1914vw,76.946vh) scale(.5765)}to{transform:translate(88.08655vw,99vh) scale(.5765)}}.snow:nth-child(213){opacity:1.3538;transform:translate(92.5575vw,-10px) scale(.8445);animation:fall-213 21s -21s linear infinite}@keyframes fall-213{66.437%{transform:translate(100.3529vw,66.437vh) scale(.8445)}to{transform:translate(96.4552vw,99vh) scale(.8445)}}.snow:nth-child(214){opacity:.062;transform:translate(74.0892vw,-10px) scale(.1098);animation:fall-214 14s -27s linear infinite}@keyframes fall-214{39.334%{transform:translate(73.2218vw,39.334vh) scale(.1098)}to{transform:translate(73.6555vw,99vh) scale(.1098)}}.snow:nth-child(215){opacity:.5596;transform:translate(61.8794vw,-10px) scale(.2341);animation:fall-215 15s -15s linear infinite}@keyframes fall-215{47.724%{transform:translate(56.8662vw,47.724vh) scale(.2341)}to{transform:translate(59.3728vw,99vh) scale(.2341)}}.snow:nth-child(216){opacity:1.316;transform:translate(50.1423vw,-10px) scale(.5822);animation:fall-216 17s -2s linear infinite}@keyframes fall-216{35.535%{transform:translate(53.9692vw,35.535vh) scale(.5822)}to{transform:translate(52.05575vw,99vh) scale(.5822)}}.snow:nth-child(217){opacity:1.3258;transform:translate(58.6774vw,-10px) scale(.0039);animation:fall-217 22s -18s linear infinite}@keyframes fall-217{65.631%{transform:translate(49.9312vw,65.631vh) scale(.0039)}to{transform:translate(54.3043vw,99vh) scale(.0039)}}.snow:nth-child(218){opacity:1.4892;transform:translate(3.5771vw,-10px) scale(.6522);animation:fall-218 25s -10s linear infinite}@keyframes fall-218{47.794%{transform:translate(3.1232vw,47.794vh) scale(.6522)}to{transform:translate(3.35015vw,99vh) scale(.6522)}}.snow:nth-child(219){opacity:1.9458;transform:translate(98.2121vw,-10px) scale(.2064);animation:fall-219 26s -9s linear infinite}@keyframes fall-219{71.644%{transform:translate(107.234vw,71.644vh) scale(.2064)}to{transform:translate(102.72305vw,99vh) scale(.2064)}}.snow:nth-child(220){opacity:1.092;transform:translate(61.293vw,-10px) scale(.7673);animation:fall-220 17s -6s linear infinite}@keyframes fall-220{66.254%{transform:translate(69.9818vw,66.254vh) scale(.7673)}to{transform:translate(65.6374vw,99vh) scale(.7673)}}.snow:nth-child(221){opacity:1.3196;transform:translate(65.3739vw,-10px) scale(.0807);animation:fall-221 24s -16s linear infinite}@keyframes fall-221{54.717%{transform:translate(72.3193vw,54.717vh) scale(.0807)}to{transform:translate(68.8466vw,99vh) scale(.0807)}}.snow:nth-child(222){opacity:1.7506;transform:translate(23.5832vw,-10px) scale(.1037);animation:fall-222 19s -13s linear infinite}@keyframes fall-222{77.119%{transform:translate(28.2229vw,77.119vh) scale(.1037)}to{transform:translate(25.90305vw,99vh) scale(.1037)}}.snow:nth-child(223){opacity:1.4008;transform:translate(28.0388vw,-10px) scale(.5362);animation:fall-223 11s -23s linear infinite}@keyframes fall-223{30.617%{transform:translate(22.3978vw,30.617vh) scale(.5362)}to{transform:translate(25.2183vw,99vh) scale(.5362)}}.snow:nth-child(224){opacity:1.2624;transform:translate(90.1349vw,-10px) scale(.8964);animation:fall-224 25s -18s linear infinite}@keyframes fall-224{72.452%{transform:translate(91.7141vw,72.452vh) scale(.8964)}to{transform:translate(90.9245vw,99vh) scale(.8964)}}.snow:nth-child(225){opacity:1.7026;transform:translate(88.0433vw,-10px) scale(.0617);animation:fall-225 12s -5s linear infinite}@keyframes fall-225{51.639%{transform:translate(78.1763vw,51.639vh) scale(.0617)}to{transform:translate(83.1098vw,99vh) scale(.0617)}}.snow:nth-child(226){opacity:.4064;transform:translate(41.8913vw,-10px) scale(.2806);animation:fall-226 17s -21s linear infinite}@keyframes fall-226{45.103%{transform:translate(51.3012vw,45.103vh) scale(.2806)}to{transform:translate(46.59625vw,99vh) scale(.2806)}}.snow:nth-child(227){opacity:1.0982;transform:translate(57.0921vw,-10px) scale(.0678);animation:fall-227 12s -29s linear infinite}@keyframes fall-227{60.774%{transform:translate(48.1949vw,60.774vh) scale(.0678)}to{transform:translate(52.6435vw,99vh) scale(.0678)}}.snow:nth-child(228){opacity:.8522;transform:translate(74.4592vw,-10px) scale(.533);animation:fall-228 28s -28s linear infinite}@keyframes fall-228{62.584%{transform:translate(80.5919vw,62.584vh) scale(.533)}to{transform:translate(77.52555vw,99vh) scale(.533)}}.snow:nth-child(229){opacity:1.7718;transform:translate(95.511vw,-10px) scale(.4763);animation:fall-229 23s -6s linear infinite}@keyframes fall-229{79.106%{transform:translate(89.8102vw,79.106vh) scale(.4763)}to{transform:translate(92.6606vw,99vh) scale(.4763)}}.snow:nth-child(230){opacity:.731;transform:translate(46.8686vw,-10px) scale(.1534);animation:fall-230 12s -6s linear infinite}@keyframes fall-230{55.704%{transform:translate(53.4561vw,55.704vh) scale(.1534)}to{transform:translate(50.16235vw,99vh) scale(.1534)}}.snow:nth-child(231){opacity:1.9288;transform:translate(54.7018vw,-10px) scale(.3116);animation:fall-231 25s -6s linear infinite}@keyframes fall-231{31.131%{transform:translate(62.9427vw,31.131vh) scale(.3116)}to{transform:translate(58.82225vw,99vh) scale(.3116)}}.snow:nth-child(232){opacity:.5066;transform:translate(32.0706vw,-10px) scale(.3668);animation:fall-232 17s -4s linear infinite}@keyframes fall-232{74.915%{transform:translate(28.4335vw,74.915vh) scale(.3668)}to{transform:translate(30.25205vw,99vh) scale(.3668)}}.snow:nth-child(233){opacity:1.9382;transform:translate(80.0733vw,-10px) scale(.6331);animation:fall-233 11s -18s linear infinite}@keyframes fall-233{45.485%{transform:translate(84.1046vw,45.485vh) scale(.6331)}to{transform:translate(82.08895vw,99vh) scale(.6331)}}.snow:nth-child(234){opacity:1.955;transform:translate(69.0904vw,-10px) scale(.9027);animation:fall-234 11s -12s linear infinite}@keyframes fall-234{74.385%{transform:translate(71.3589vw,74.385vh) scale(.9027)}to{transform:translate(70.22465vw,99vh) scale(.9027)}}.snow:nth-child(235){opacity:1.0894;transform:translate(72.2672vw,-10px) scale(.431);animation:fall-235 13s -26s linear infinite}@keyframes fall-235{44.868%{transform:translate(73.6083vw,44.868vh) scale(.431)}to{transform:translate(72.93775vw,99vh) scale(.431)}}.snow:nth-child(236){opacity:1.7124;transform:translate(17.0858vw,-10px) scale(.9635);animation:fall-236 28s -19s linear infinite}@keyframes fall-236{56.542%{transform:translate(22.2302vw,56.542vh) scale(.9635)}to{transform:translate(19.658vw,99vh) scale(.9635)}}.snow:nth-child(237){opacity:.4594;transform:translate(80.599vw,-10px) scale(.0021);animation:fall-237 19s -7s linear infinite}@keyframes fall-237{74.079%{transform:translate(89.2889vw,74.079vh) scale(.0021)}to{transform:translate(84.94395vw,99vh) scale(.0021)}}.snow:nth-child(238){opacity:1.652;transform:translate(65.5864vw,-10px) scale(.0199);animation:fall-238 19s -17s linear infinite}@keyframes fall-238{78.228%{transform:translate(75.2305vw,78.228vh) scale(.0199)}to{transform:translate(70.40845vw,99vh) scale(.0199)}}.snow:nth-child(239){opacity:.1486;transform:translate(52.3834vw,-10px) scale(.2314);animation:fall-239 16s -18s linear infinite}@keyframes fall-239{64.656%{transform:translate(52.2464vw,64.656vh) scale(.2314)}to{transform:translate(52.3149vw,99vh) scale(.2314)}}.snow:nth-child(240){opacity:1.789;transform:translate(91.7063vw,-10px) scale(.8466);animation:fall-240 12s -11s linear infinite}@keyframes fall-240{78.252%{transform:translate(86.843vw,78.252vh) scale(.8466)}to{transform:translate(89.27465vw,99vh) scale(.8466)}}.snow:nth-child(241){opacity:1.9646;transform:translate(16.3027vw,-10px) scale(.9639);animation:fall-241 27s -24s linear infinite}@keyframes fall-241{41.072%{transform:translate(14.2378vw,41.072vh) scale(.9639)}to{transform:translate(15.27025vw,99vh) scale(.9639)}}.snow:nth-child(242){opacity:.2562;transform:translate(67.5138vw,-10px) scale(.936);animation:fall-242 29s -28s linear infinite}@keyframes fall-242{37.469%{transform:translate(60.4398vw,37.469vh) scale(.936)}to{transform:translate(63.9768vw,99vh) scale(.936)}}.snow:nth-child(243){opacity:.958;transform:translate(52.7771vw,-10px) scale(.0418);animation:fall-243 19s -2s linear infinite}@keyframes fall-243{78.531%{transform:translate(52.4801vw,78.531vh) scale(.0418)}to{transform:translate(52.6286vw,99vh) scale(.0418)}}.snow:nth-child(244){opacity:.7214;transform:translate(93.3193vw,-10px) scale(.4803);animation:fall-244 12s -29s linear infinite}@keyframes fall-244{55.267%{transform:translate(90.9261vw,55.267vh) scale(.4803)}to{transform:translate(92.1227vw,99vh) scale(.4803)}}.snow:nth-child(245){opacity:1.1056;transform:translate(88.6003vw,-10px) scale(.1538);animation:fall-245 17s -24s linear infinite}@keyframes fall-245{49.162%{transform:translate(87.8055vw,49.162vh) scale(.1538)}to{transform:translate(88.2029vw,99vh) scale(.1538)}}.snow:nth-child(246){opacity:1.367;transform:translate(77.3162vw,-10px) scale(.3813);animation:fall-246 18s -1s linear infinite}@keyframes fall-246{70.436%{transform:translate(70.5651vw,70.436vh) scale(.3813)}to{transform:translate(73.94065vw,99vh) scale(.3813)}}.snow:nth-child(247){opacity:1.6734;transform:translate(8.3618vw,-10px) scale(.3744);animation:fall-247 14s -5s linear infinite}@keyframes fall-247{54.09%{transform:translate(17.5063vw,54.09vh) scale(.3744)}to{transform:translate(12.93405vw,99vh) scale(.3744)}}.snow:nth-child(248){opacity:.0492;transform:translate(90.291vw,-10px) scale(.6985);animation:fall-248 14s -13s linear infinite}@keyframes fall-248{50.458%{transform:translate(88.8434vw,50.458vh) scale(.6985)}to{transform:translate(89.5672vw,99vh) scale(.6985)}}.snow:nth-child(249){opacity:.8382;transform:translate(44.8492vw,-10px) scale(.6041);animation:fall-249 12s -28s linear infinite}@keyframes fall-249{69.5%{transform:translate(38.3365vw,69.5vh) scale(.6041)}to{transform:translate(41.59285vw,99vh) scale(.6041)}}.snow:nth-child(250){opacity:1.565;transform:translate(53.3575vw,-10px) scale(.8123);animation:fall-250 25s -26s linear infinite}@keyframes fall-250{76.835%{transform:translate(57.5333vw,76.835vh) scale(.8123)}to{transform:translate(55.4454vw,99vh) scale(.8123)}}.snow:nth-child(251){opacity:1.2724;transform:translate(98.3358vw,-10px) scale(.0855);animation:fall-251 10s -28s linear infinite}@keyframes fall-251{51.98%{transform:translate(101.767vw,51.98vh) scale(.0855)}to{transform:translate(100.0514vw,99vh) scale(.0855)}}.snow:nth-child(252){opacity:1.1224;transform:translate(62.5737vw,-10px) scale(.7862);animation:fall-252 22s -17s linear infinite}@keyframes fall-252{78.322%{transform:translate(54.5396vw,78.322vh) scale(.7862)}to{transform:translate(58.55665vw,99vh) scale(.7862)}}.snow:nth-child(253){opacity:.8086;transform:translate(96.9739vw,-10px) scale(.6638);animation:fall-253 27s -4s linear infinite}@keyframes fall-253{37.571%{transform:translate(97.1307vw,37.571vh) scale(.6638)}to{transform:translate(97.0523vw,99vh) scale(.6638)}}.snow:nth-child(254){opacity:.6196;transform:translate(98.2609vw,-10px) scale(.9845);animation:fall-254 19s -1s linear infinite}@keyframes fall-254{77.394%{transform:translate(102.4378vw,77.394vh) scale(.9845)}to{transform:translate(100.34935vw,99vh) scale(.9845)}}.snow:nth-child(255){opacity:.8958;transform:translate(91.6993vw,-10px) scale(.4721);animation:fall-255 11s -24s linear infinite}@keyframes fall-255{37.48%{transform:translate(91.7567vw,37.48vh) scale(.4721)}to{transform:translate(91.728vw,99vh) scale(.4721)}}.snow:nth-child(256){opacity:.5392;transform:translate(37.2296vw,-10px) scale(.6089);animation:fall-256 29s -16s linear infinite}@keyframes fall-256{35.929%{transform:translate(36.8529vw,35.929vh) scale(.6089)}to{transform:translate(37.04125vw,99vh) scale(.6089)}}.snow:nth-child(257){opacity:.1354;transform:translate(39.0961vw,-10px) scale(.8853);animation:fall-257 16s -10s linear infinite}@keyframes fall-257{34.509%{transform:translate(30.9055vw,34.509vh) scale(.8853)}to{transform:translate(35.0008vw,99vh) scale(.8853)}}.snow:nth-child(258){opacity:.3348;transform:translate(30.7352vw,-10px) scale(.4681);animation:fall-258 14s -27s linear infinite}@keyframes fall-258{64.56%{transform:translate(32.9376vw,64.56vh) scale(.4681)}to{transform:translate(31.8364vw,99vh) scale(.4681)}}.snow:nth-child(259){opacity:1.6356;transform:translate(20.2447vw,-10px) scale(.024);animation:fall-259 16s -21s linear infinite}@keyframes fall-259{66.171%{transform:translate(24.6017vw,66.171vh) scale(.024)}to{transform:translate(22.4232vw,99vh) scale(.024)}}.snow:nth-child(260){opacity:.332;transform:translate(5.0998vw,-10px) scale(.0861);animation:fall-260 28s -29s linear infinite}@keyframes fall-260{42.026%{transform:translate(1.9197vw,42.026vh) scale(.0861)}to{transform:translate(3.50975vw,99vh) scale(.0861)}}.snow:nth-child(261){opacity:.3768;transform:translate(91.5499vw,-10px) scale(.6463);animation:fall-261 14s -14s linear infinite}@keyframes fall-261{56.535%{transform:translate(91.7064vw,56.535vh) scale(.6463)}to{transform:translate(91.62815vw,99vh) scale(.6463)}}.snow:nth-child(262){opacity:1.1252;transform:translate(30.8949vw,-10px) scale(.5975);animation:fall-262 13s -15s linear infinite}@keyframes fall-262{37.492%{transform:translate(32.8306vw,37.492vh) scale(.5975)}to{transform:translate(31.86275vw,99vh) scale(.5975)}}.snow:nth-child(263){opacity:1.1254;transform:translate(.925vw,-10px) scale(.9819);animation:fall-263 20s -3s linear infinite}@keyframes fall-263{60.889%{transform:translate(10.6517vw,60.889vh) scale(.9819)}to{transform:translate(5.78835vw,99vh) scale(.9819)}}.snow:nth-child(264){opacity:.2214;transform:translate(36.0846vw,-10px) scale(.8019);animation:fall-264 11s -12s linear infinite}@keyframes fall-264{30.995%{transform:translate(36.604vw,30.995vh) scale(.8019)}to{transform:translate(36.3443vw,99vh) scale(.8019)}}.snow:nth-child(265){opacity:1.562;transform:translate(12.1435vw,-10px) scale(.514);animation:fall-265 29s -2s linear infinite}@keyframes fall-265{66.93%{transform:translate(11.7184vw,66.93vh) scale(.514)}to{transform:translate(11.93095vw,99vh) scale(.514)}}.snow:nth-child(266){opacity:.0044;transform:translate(7.9651vw,-10px) scale(.2928);animation:fall-266 14s -4s linear infinite}@keyframes fall-266{31.045%{transform:translate(1.0325vw,31.045vh) scale(.2928)}to{transform:translate(4.4988vw,99vh) scale(.2928)}}.snow:nth-child(267){opacity:.5414;transform:translate(77.9058vw,-10px) scale(.3929);animation:fall-267 27s -23s linear infinite}@keyframes fall-267{77.199%{transform:translate(84.001vw,77.199vh) scale(.3929)}to{transform:translate(80.9534vw,99vh) scale(.3929)}}.snow:nth-child(268){opacity:1.5698;transform:translate(97.8457vw,-10px) scale(.3602);animation:fall-268 11s -19s linear infinite}@keyframes fall-268{56.806%{transform:translate(93.5695vw,56.806vh) scale(.3602)}to{transform:translate(95.7076vw,99vh) scale(.3602)}}.snow:nth-child(269){opacity:.9424;transform:translate(22.0213vw,-10px) scale(.9191);animation:fall-269 11s -28s linear infinite}@keyframes fall-269{34.854%{transform:translate(15.0357vw,34.854vh) scale(.9191)}to{transform:translate(18.5285vw,99vh) scale(.9191)}}.snow:nth-child(270){opacity:.8024;transform:translate(32.1545vw,-10px) scale(.0744);animation:fall-270 10s -16s linear infinite}@keyframes fall-270{39.466%{transform:translate(27.3416vw,39.466vh) scale(.0744)}to{transform:translate(29.74805vw,99vh) scale(.0744)}}.snow:nth-child(271){opacity:1.8426;transform:translate(44.965vw,-10px) scale(.7699);animation:fall-271 29s -18s linear infinite}@keyframes fall-271{74.676%{transform:translate(44.7669vw,74.676vh) scale(.7699)}to{transform:translate(44.86595vw,99vh) scale(.7699)}}.snow:nth-child(272){opacity:1.4076;transform:translate(75.8964vw,-10px) scale(.4827);animation:fall-272 24s -3s linear infinite}@keyframes fall-272{38.138%{transform:translate(84.7072vw,38.138vh) scale(.4827)}to{transform:translate(80.3018vw,99vh) scale(.4827)}}.snow:nth-child(273){opacity:1.237;transform:translate(15.0475vw,-10px) scale(.087);animation:fall-273 30s -6s linear infinite}@keyframes fall-273{42.321%{transform:translate(11.7961vw,42.321vh) scale(.087)}to{transform:translate(13.4218vw,99vh) scale(.087)}}.snow:nth-child(274){opacity:1.1598;transform:translate(50.7195vw,-10px) scale(.0876);animation:fall-274 30s -8s linear infinite}@keyframes fall-274{30.277%{transform:translate(51.7162vw,30.277vh) scale(.0876)}to{transform:translate(51.21785vw,99vh) scale(.0876)}}.snow:nth-child(275){opacity:1.7756;transform:translate(81.5061vw,-10px) scale(.5473);animation:fall-275 21s -14s linear infinite}@keyframes fall-275{58.969%{transform:translate(87.9495vw,58.969vh) scale(.5473)}to{transform:translate(84.7278vw,99vh) scale(.5473)}}.snow:nth-child(276){opacity:.4826;transform:translate(77.9698vw,-10px) scale(.8436);animation:fall-276 17s -1s linear infinite}@keyframes fall-276{62.631%{transform:translate(71.8431vw,62.631vh) scale(.8436)}to{transform:translate(74.90645vw,99vh) scale(.8436)}}.snow:nth-child(277){opacity:1.1624;transform:translate(78.3128vw,-10px) scale(.6196);animation:fall-277 18s -29s linear infinite}@keyframes fall-277{32.95%{transform:translate(79.9497vw,32.95vh) scale(.6196)}to{transform:translate(79.13125vw,99vh) scale(.6196)}}.snow:nth-child(278){opacity:1.3574;transform:translate(84.1555vw,-10px) scale(.9647);animation:fall-278 17s -4s linear infinite}@keyframes fall-278{32.78%{transform:translate(77.8806vw,32.78vh) scale(.9647)}to{transform:translate(81.01805vw,99vh) scale(.9647)}}.snow:nth-child(279){opacity:1.308;transform:translate(18.3936vw,-10px) scale(.6479);animation:fall-279 27s -10s linear infinite}@keyframes fall-279{61.567%{transform:translate(25.2885vw,61.567vh) scale(.6479)}to{transform:translate(21.84105vw,99vh) scale(.6479)}}.snow:nth-child(280){opacity:.3114;transform:translate(58.988vw,-10px) scale(.8753);animation:fall-280 23s -1s linear infinite}@keyframes fall-280{46.106%{transform:translate(54.6343vw,46.106vh) scale(.8753)}to{transform:translate(56.81115vw,99vh) scale(.8753)}}.snow:nth-child(281){opacity:.567;transform:translate(52.294vw,-10px) scale(.9639);animation:fall-281 10s -26s linear infinite}@keyframes fall-281{78.615%{transform:translate(47.9195vw,78.615vh) scale(.9639)}to{transform:translate(50.10675vw,99vh) scale(.9639)}}.snow:nth-child(282){opacity:1.5046;transform:translate(55.6754vw,-10px) scale(.8193);animation:fall-282 23s -1s linear infinite}@keyframes fall-282{68.793%{transform:translate(62.1316vw,68.793vh) scale(.8193)}to{transform:translate(58.9035vw,99vh) scale(.8193)}}.snow:nth-child(283){opacity:.9214;transform:translate(67.3105vw,-10px) scale(.4811);animation:fall-283 19s -27s linear infinite}@keyframes fall-283{48.948%{transform:translate(65.5033vw,48.948vh) scale(.4811)}to{transform:translate(66.4069vw,99vh) scale(.4811)}}.snow:nth-child(284){opacity:1.6908;transform:translate(5.0121vw,-10px) scale(.1773);animation:fall-284 22s -30s linear infinite}@keyframes fall-284{54.835%{transform:translate(13.0458vw,54.835vh) scale(.1773)}to{transform:translate(9.02895vw,99vh) scale(.1773)}}.snow:nth-child(285){opacity:1.3072;transform:translate(64.4161vw,-10px) scale(.1188);animation:fall-285 29s -15s linear infinite}@keyframes fall-285{42.212%{transform:translate(66.2502vw,42.212vh) scale(.1188)}to{transform:translate(65.33315vw,99vh) scale(.1188)}}.snow:nth-child(286){opacity:.4866;transform:translate(72.813vw,-10px) scale(.1234);animation:fall-286 11s -9s linear infinite}@keyframes fall-286{47.872%{transform:translate(73.7025vw,47.872vh) scale(.1234)}to{transform:translate(73.25775vw,99vh) scale(.1234)}}.snow:nth-child(287){opacity:.8084;transform:translate(3.6652vw,-10px) scale(.4699);animation:fall-287 24s -19s linear infinite}@keyframes fall-287{54.303%{transform:translate(10.8173vw,54.303vh) scale(.4699)}to{transform:translate(7.24125vw,99vh) scale(.4699)}}.snow:nth-child(288){opacity:1.1468;transform:translate(77.2094vw,-10px) scale(.0051);animation:fall-288 12s -20s linear infinite}@keyframes fall-288{54.176%{transform:translate(80.5296vw,54.176vh) scale(.0051)}to{transform:translate(78.8695vw,99vh) scale(.0051)}}.snow:nth-child(289){opacity:1.6034;transform:translate(61.3912vw,-10px) scale(.35);animation:fall-289 15s -21s linear infinite}@keyframes fall-289{51.911%{transform:translate(61.5757vw,51.911vh) scale(.35)}to{transform:translate(61.48345vw,99vh) scale(.35)}}.snow:nth-child(290){opacity:1.9316;transform:translate(8.6401vw,-10px) scale(.4788);animation:fall-290 14s -17s linear infinite}@keyframes fall-290{48.109%{transform:translate(8.9011vw,48.109vh) scale(.4788)}to{transform:translate(8.7706vw,99vh) scale(.4788)}}.snow:nth-child(291){opacity:1.8942;transform:translate(59.5985vw,-10px) scale(.3847);animation:fall-291 11s -6s linear infinite}@keyframes fall-291{69.311%{transform:translate(50.0204vw,69.311vh) scale(.3847)}to{transform:translate(54.80945vw,99vh) scale(.3847)}}.snow:nth-child(292){opacity:1.1642;transform:translate(63.6576vw,-10px) scale(.4707);animation:fall-292 22s -8s linear infinite}@keyframes fall-292{49.379%{transform:translate(66.7391vw,49.379vh) scale(.4707)}to{transform:translate(65.19835vw,99vh) scale(.4707)}}.snow:nth-child(293){opacity:1.8518;transform:translate(55.276vw,-10px) scale(.5286);animation:fall-293 14s -14s linear infinite}@keyframes fall-293{46.123%{transform:translate(64.26vw,46.123vh) scale(.5286)}to{transform:translate(59.768vw,99vh) scale(.5286)}}.snow:nth-child(294){opacity:1.0222;transform:translate(58.1445vw,-10px) scale(.6363);animation:fall-294 22s -18s linear infinite}@keyframes fall-294{68.199%{transform:translate(55.8798vw,68.199vh) scale(.6363)}to{transform:translate(57.01215vw,99vh) scale(.6363)}}.snow:nth-child(295){opacity:.4288;transform:translate(48.1745vw,-10px) scale(.8185);animation:fall-295 18s -12s linear infinite}@keyframes fall-295{78.826%{transform:translate(42.7527vw,78.826vh) scale(.8185)}to{transform:translate(45.4636vw,99vh) scale(.8185)}}.snow:nth-child(296){opacity:.3546;transform:translate(59.2788vw,-10px) scale(.4707);animation:fall-296 19s -19s linear infinite}@keyframes fall-296{72.36%{transform:translate(61.9654vw,72.36vh) scale(.4707)}to{transform:translate(60.6221vw,99vh) scale(.4707)}}.snow:nth-child(297){opacity:.8728;transform:translate(70.7948vw,-10px) scale(.4125);animation:fall-297 11s -26s linear infinite}@keyframes fall-297{57.767%{transform:translate(80.1701vw,57.767vh) scale(.4125)}to{transform:translate(75.48245vw,99vh) scale(.4125)}}.snow:nth-child(298){opacity:.9392;transform:translate(90.5664vw,-10px) scale(.9589);animation:fall-298 29s -10s linear infinite}@keyframes fall-298{67.327%{transform:translate(84.4954vw,67.327vh) scale(.9589)}to{transform:translate(87.5309vw,99vh) scale(.9589)}}.snow:nth-child(299){opacity:1.1406;transform:translate(67.1516vw,-10px) scale(.7521);animation:fall-299 16s -17s linear infinite}@keyframes fall-299{44.312%{transform:translate(72.0209vw,44.312vh) scale(.7521)}to{transform:translate(69.58625vw,99vh) scale(.7521)}}.snow:nth-child(300){opacity:1.7696;transform:translate(48.9581vw,-10px) scale(.3461);animation:fall-300 28s -12s linear infinite}@keyframes fall-300{33.167%{transform:translate(41.6516vw,33.167vh) scale(.3461)}to{transform:translate(45.30485vw,99vh) scale(.3461)}}.snow:nth-child(301){opacity:.3042;transform:translate(13.7019vw,-10px) scale(.1373);animation:fall-301 15s -27s linear infinite}@keyframes fall-301{43.11%{transform:translate(9.094vw,43.11vh) scale(.1373)}to{transform:translate(11.39795vw,99vh) scale(.1373)}}.snow:nth-child(302){opacity:1.8772;transform:translate(44.5791vw,-10px) scale(.9352);animation:fall-302 23s -8s linear infinite}@keyframes fall-302{42.421%{transform:translate(42.324vw,42.421vh) scale(.9352)}to{transform:translate(43.45155vw,99vh) scale(.9352)}}.snow:nth-child(303){opacity:1.905;transform:translate(6.1165vw,-10px) scale(.5917);animation:fall-303 14s -28s linear infinite}@keyframes fall-303{75.428%{transform:translate(.4974vw,75.428vh) scale(.5917)}to{transform:translate(3.30695vw,99vh) scale(.5917)}}.snow:nth-child(304){opacity:1.5224;transform:translate(72.3201vw,-10px) scale(.1142);animation:fall-304 17s -5s linear infinite}@keyframes fall-304{57.824%{transform:translate(78.3464vw,57.824vh) scale(.1142)}to{transform:translate(75.33325vw,99vh) scale(.1142)}}.snow:nth-child(305){opacity:.5934;transform:translate(32.5872vw,-10px) scale(.0812);animation:fall-305 10s -26s linear infinite}@keyframes fall-305{79.178%{transform:translate(24.4689vw,79.178vh) scale(.0812)}to{transform:translate(28.52805vw,99vh) scale(.0812)}}.snow:nth-child(306){opacity:1.4212;transform:translate(16.3726vw,-10px) scale(.3281);animation:fall-306 29s -28s linear infinite}@keyframes fall-306{64.473%{transform:translate(12.4059vw,64.473vh) scale(.3281)}to{transform:translate(14.38925vw,99vh) scale(.3281)}}.snow:nth-child(307){opacity:.3528;transform:translate(58.3585vw,-10px) scale(.6857);animation:fall-307 29s -7s linear infinite}@keyframes fall-307{51.871%{transform:translate(68.316vw,51.871vh) scale(.6857)}to{transform:translate(63.33725vw,99vh) scale(.6857)}}.snow:nth-child(308){opacity:.4366;transform:translate(55.7412vw,-10px) scale(.543);animation:fall-308 19s -9s linear infinite}@keyframes fall-308{49.946%{transform:translate(55.0927vw,49.946vh) scale(.543)}to{transform:translate(55.41695vw,99vh) scale(.543)}}.snow:nth-child(309){opacity:.7602;transform:translate(51.3566vw,-10px) scale(.8731);animation:fall-309 23s -5s linear infinite}@keyframes fall-309{52.998%{transform:translate(55.7961vw,52.998vh) scale(.8731)}to{transform:translate(53.57635vw,99vh) scale(.8731)}}.snow:nth-child(310){opacity:.3346;transform:translate(12.4014vw,-10px) scale(.9966);animation:fall-310 21s -12s linear infinite}@keyframes fall-310{60.152%{transform:translate(15.8285vw,60.152vh) scale(.9966)}to{transform:translate(14.11495vw,99vh) scale(.9966)}}.snow:nth-child(311){opacity:1.5934;transform:translate(3.8271vw,-10px) scale(.5522);animation:fall-311 27s -28s linear infinite}@keyframes fall-311{70.009%{transform:translate(2.7551vw,70.009vh) scale(.5522)}to{transform:translate(3.2911vw,99vh) scale(.5522)}}.snow:nth-child(312){opacity:.9728;transform:translate(25.4467vw,-10px) scale(.4705);animation:fall-312 18s -13s linear infinite}@keyframes fall-312{46.281%{transform:translate(30.3185vw,46.281vh) scale(.4705)}to{transform:translate(27.8826vw,99vh) scale(.4705)}}.snow:nth-child(313){opacity:1.376;transform:translate(55.9799vw,-10px) scale(.0578);animation:fall-313 12s -28s linear infinite}@keyframes fall-313{48.276%{transform:translate(62.2313vw,48.276vh) scale(.0578)}to{transform:translate(59.1056vw,99vh) scale(.0578)}}.snow:nth-child(314){opacity:1.8154;transform:translate(60.3622vw,-10px) scale(.1626);animation:fall-314 29s -10s linear infinite}@keyframes fall-314{31.01%{transform:translate(66.9707vw,31.01vh) scale(.1626)}to{transform:translate(63.66645vw,99vh) scale(.1626)}}.snow:nth-child(315){opacity:1.3168;transform:translate(74.9859vw,-10px) scale(.6617);animation:fall-315 14s -8s linear infinite}@keyframes fall-315{32.393%{transform:translate(77.5504vw,32.393vh) scale(.6617)}to{transform:translate(76.26815vw,99vh) scale(.6617)}}.snow:nth-child(316){opacity:.8548;transform:translate(93.9569vw,-10px) scale(.8356);animation:fall-316 26s -6s linear infinite}@keyframes fall-316{41.18%{transform:translate(89.0443vw,41.18vh) scale(.8356)}to{transform:translate(91.5006vw,99vh) scale(.8356)}}.snow:nth-child(317){opacity:1.8576;transform:translate(74.36vw,-10px) scale(.3415);animation:fall-317 24s -27s linear infinite}@keyframes fall-317{63.79%{transform:translate(72.2605vw,63.79vh) scale(.3415)}to{transform:translate(73.31025vw,99vh) scale(.3415)}}.snow:nth-child(318){opacity:.4368;transform:translate(25.8471vw,-10px) scale(.0942);animation:fall-318 18s -22s linear infinite}@keyframes fall-318{76.99%{transform:translate(23.1278vw,76.99vh) scale(.0942)}to{transform:translate(24.48745vw,99vh) scale(.0942)}}.snow:nth-child(319){opacity:.0798;transform:translate(87.3391vw,-10px) scale(.3396);animation:fall-319 12s -8s linear infinite}@keyframes fall-319{45.124%{transform:translate(81.7073vw,45.124vh) scale(.3396)}to{transform:translate(84.5232vw,99vh) scale(.3396)}}.snow:nth-child(320){opacity:1.3138;transform:translate(99.9361vw,-10px) scale(.3561);animation:fall-320 28s -18s linear infinite}@keyframes fall-320{36.611%{transform:translate(93.5113vw,36.611vh) scale(.3561)}to{transform:translate(96.7237vw,99vh) scale(.3561)}}.snow:nth-child(321){opacity:.4712;transform:translate(26.1467vw,-10px) scale(.9472);animation:fall-321 15s -26s linear infinite}@keyframes fall-321{63.136%{transform:translate(31.7222vw,63.136vh) scale(.9472)}to{transform:translate(28.93445vw,99vh) scale(.9472)}}.snow:nth-child(322){opacity:.1362;transform:translate(18.2608vw,-10px) scale(.4375);animation:fall-322 27s -13s linear infinite}@keyframes fall-322{53.301%{transform:translate(13.737vw,53.301vh) scale(.4375)}to{transform:translate(15.9989vw,99vh) scale(.4375)}}.snow:nth-child(323){opacity:1.0706;transform:translate(88.2679vw,-10px) scale(.2948);animation:fall-323 26s -12s linear infinite}@keyframes fall-323{62.492%{transform:translate(95.2014vw,62.492vh) scale(.2948)}to{transform:translate(91.73465vw,99vh) scale(.2948)}}.snow:nth-child(324){opacity:.595;transform:translate(1.8802vw,-10px) scale(.3105);animation:fall-324 26s -14s linear infinite}@keyframes fall-324{42.482%{transform:translate(1.988vw,42.482vh) scale(.3105)}to{transform:translate(1.9341vw,99vh) scale(.3105)}}.snow:nth-child(325){opacity:.7092;transform:translate(65.3879vw,-10px) scale(.9153);animation:fall-325 10s -11s linear infinite}@keyframes fall-325{61.833%{transform:translate(66.1462vw,61.833vh) scale(.9153)}to{transform:translate(65.76705vw,99vh) scale(.9153)}}.snow:nth-child(326){opacity:.4944;transform:translate(3.8882vw,-10px) scale(.9881);animation:fall-326 20s -1s linear infinite}@keyframes fall-326{35.299%{transform:translate(5.7557vw,35.299vh) scale(.9881)}to{transform:translate(4.82195vw,99vh) scale(.9881)}}.snow:nth-child(327){opacity:1.2916;transform:translate(32.0625vw,-10px) scale(.6877);animation:fall-327 12s -27s linear infinite}@keyframes fall-327{67.082%{transform:translate(41.0535vw,67.082vh) scale(.6877)}to{transform:translate(36.558vw,99vh) scale(.6877)}}.snow:nth-child(328){opacity:.279;transform:translate(94.1499vw,-10px) scale(.6422);animation:fall-328 22s -19s linear infinite}@keyframes fall-328{32.132%{transform:translate(103.6987vw,32.132vh) scale(.6422)}to{transform:translate(98.9243vw,99vh) scale(.6422)}}.snow:nth-child(329){opacity:1.477;transform:translate(98.432vw,-10px) scale(.4993);animation:fall-329 19s -3s linear infinite}@keyframes fall-329{67.767%{transform:translate(102.6487vw,67.767vh) scale(.4993)}to{transform:translate(100.54035vw,99vh) scale(.4993)}}.snow:nth-child(330){opacity:1.6746;transform:translate(81.1vw,-10px) scale(.4278);animation:fall-330 22s -28s linear infinite}@keyframes fall-330{43.623%{transform:translate(78.1192vw,43.623vh) scale(.4278)}to{transform:translate(79.6096vw,99vh) scale(.4278)}}.snow:nth-child(331){opacity:1.7834;transform:translate(56.9378vw,-10px) scale(.3158);animation:fall-331 23s -4s linear infinite}@keyframes fall-331{53.644%{transform:translate(62.2022vw,53.644vh) scale(.3158)}to{transform:translate(59.57vw,99vh) scale(.3158)}}.snow:nth-child(332){opacity:1.1636;transform:translate(19.905vw,-10px) scale(.494);animation:fall-332 22s -20s linear infinite}@keyframes fall-332{67.174%{transform:translate(19.86vw,67.174vh) scale(.494)}to{transform:translate(19.8825vw,99vh) scale(.494)}}.snow:nth-child(333){opacity:1.4664;transform:translate(64.9093vw,-10px) scale(.6951);animation:fall-333 11s -15s linear infinite}@keyframes fall-333{55.626%{transform:translate(67.3185vw,55.626vh) scale(.6951)}to{transform:translate(66.1139vw,99vh) scale(.6951)}}.snow:nth-child(334){opacity:1.5354;transform:translate(55.5312vw,-10px) scale(.6651);animation:fall-334 26s -12s linear infinite}@keyframes fall-334{58.299%{transform:translate(47.3588vw,58.299vh) scale(.6651)}to{transform:translate(51.445vw,99vh) scale(.6651)}}.snow:nth-child(335){opacity:.8992;transform:translate(59.0154vw,-10px) scale(.8303);animation:fall-335 25s -13s linear infinite}@keyframes fall-335{68.981%{transform:translate(54.7885vw,68.981vh) scale(.8303)}to{transform:translate(56.90195vw,99vh) scale(.8303)}}.snow:nth-child(336){opacity:.9796;transform:translate(53.4653vw,-10px) scale(.7234);animation:fall-336 25s -22s linear infinite}@keyframes fall-336{55.816%{transform:translate(48.6782vw,55.816vh) scale(.7234)}to{transform:translate(51.07175vw,99vh) scale(.7234)}}.snow:nth-child(337){opacity:.0028;transform:translate(20.5502vw,-10px) scale(.3407);animation:fall-337 18s -16s linear infinite}@keyframes fall-337{62.409%{transform:translate(30.4724vw,62.409vh) scale(.3407)}to{transform:translate(25.5113vw,99vh) scale(.3407)}}.snow:nth-child(338){opacity:1.6598;transform:translate(36.7849vw,-10px) scale(.3713);animation:fall-338 18s -23s linear infinite}@keyframes fall-338{69.13%{transform:translate(41.1423vw,69.13vh) scale(.3713)}to{transform:translate(38.9636vw,99vh) scale(.3713)}}.snow:nth-child(339){opacity:1.9082;transform:translate(57.1831vw,-10px) scale(.3273);animation:fall-339 24s -2s linear infinite}@keyframes fall-339{77.432%{transform:translate(55.4857vw,77.432vh) scale(.3273)}to{transform:translate(56.3344vw,99vh) scale(.3273)}}.snow:nth-child(340){opacity:.6646;transform:translate(87.505vw,-10px) scale(.0399);animation:fall-340 21s -10s linear infinite}@keyframes fall-340{66.261%{transform:translate(88.5418vw,66.261vh) scale(.0399)}to{transform:translate(88.0234vw,99vh) scale(.0399)}}.snow:nth-child(341){opacity:.0566;transform:translate(85.5967vw,-10px) scale(.9315);animation:fall-341 22s -30s linear infinite}@keyframes fall-341{53.061%{transform:translate(81.4456vw,53.061vh) scale(.9315)}to{transform:translate(83.52115vw,99vh) scale(.9315)}}.snow:nth-child(342){opacity:1.5482;transform:translate(82.7466vw,-10px) scale(.4765);animation:fall-342 30s -10s linear infinite}@keyframes fall-342{46.817%{transform:translate(86.6317vw,46.817vh) scale(.4765)}to{transform:translate(84.68915vw,99vh) scale(.4765)}}.snow:nth-child(343){opacity:1.9004;transform:translate(43.1563vw,-10px) scale(.3068);animation:fall-343 21s -29s linear infinite}@keyframes fall-343{35.871%{transform:translate(40.9468vw,35.871vh) scale(.3068)}to{transform:translate(42.05155vw,99vh) scale(.3068)}}.snow:nth-child(344){opacity:1.0378;transform:translate(87.3958vw,-10px) scale(.227);animation:fall-344 12s -26s linear infinite}@keyframes fall-344{64.371%{transform:translate(96.2087vw,64.371vh) scale(.227)}to{transform:translate(91.80225vw,99vh) scale(.227)}}.snow:nth-child(345){opacity:.1174;transform:translate(26.5122vw,-10px) scale(.0341);animation:fall-345 18s -10s linear infinite}@keyframes fall-345{58.526%{transform:translate(17.2711vw,58.526vh) scale(.0341)}to{transform:translate(21.89165vw,99vh) scale(.0341)}}.snow:nth-child(346){opacity:.084;transform:translate(60.1865vw,-10px) scale(.9579);animation:fall-346 30s -25s linear infinite}@keyframes fall-346{71.422%{transform:translate(65.9192vw,71.422vh) scale(.9579)}to{transform:translate(63.05285vw,99vh) scale(.9579)}}.snow:nth-child(347){opacity:1.939;transform:translate(44.3282vw,-10px) scale(.0595);animation:fall-347 18s -19s linear infinite}@keyframes fall-347{61.669%{transform:translate(43.6831vw,61.669vh) scale(.0595)}to{transform:translate(44.00565vw,99vh) scale(.0595)}}.snow:nth-child(348){opacity:1.4802;transform:translate(10.0036vw,-10px) scale(.7241);animation:fall-348 17s -16s linear infinite}@keyframes fall-348{64.564%{transform:translate(5.0927vw,64.564vh) scale(.7241)}to{transform:translate(7.54815vw,99vh) scale(.7241)}}.snow:nth-child(349){opacity:1.1276;transform:translate(96.5207vw,-10px) scale(.7559);animation:fall-349 30s -29s linear infinite}@keyframes fall-349{72.008%{transform:translate(103.6621vw,72.008vh) scale(.7559)}to{transform:translate(100.0914vw,99vh) scale(.7559)}}.snow:nth-child(350){opacity:.7312;transform:translate(45.0838vw,-10px) scale(.3967);animation:fall-350 16s -23s linear infinite}@keyframes fall-350{44.496%{transform:translate(43.8485vw,44.496vh) scale(.3967)}to{transform:translate(44.46615vw,99vh) scale(.3967)}}.snow:nth-child(351){opacity:1.0738;transform:translate(86.6318vw,-10px) scale(.3566);animation:fall-351 16s -24s linear infinite}@keyframes fall-351{69.783%{transform:translate(91.8993vw,69.783vh) scale(.3566)}to{transform:translate(89.26555vw,99vh) scale(.3566)}}.snow:nth-child(352){opacity:1.7348;transform:translate(57.472vw,-10px) scale(.4631);animation:fall-352 18s -10s linear infinite}@keyframes fall-352{75.613%{transform:translate(55.968vw,75.613vh) scale(.4631)}to{transform:translate(56.72vw,99vh) scale(.4631)}}.snow:nth-child(353){opacity:1.3682;transform:translate(81.8326vw,-10px) scale(.8224);animation:fall-353 16s -7s linear infinite}@keyframes fall-353{39.139%{transform:translate(85.7973vw,39.139vh) scale(.8224)}to{transform:translate(83.81495vw,99vh) scale(.8224)}}.snow:nth-child(354){opacity:1.5234;transform:translate(77.1575vw,-10px) scale(.0901);animation:fall-354 12s -6s linear infinite}@keyframes fall-354{37.994%{transform:translate(69.5897vw,37.994vh) scale(.0901)}to{transform:translate(73.3736vw,99vh) scale(.0901)}}.snow:nth-child(355){opacity:.5616;transform:translate(40.2861vw,-10px) scale(.9325);animation:fall-355 16s -24s linear infinite}@keyframes fall-355{55.777%{transform:translate(47.7994vw,55.777vh) scale(.9325)}to{transform:translate(44.04275vw,99vh) scale(.9325)}}.snow:nth-child(356){opacity:.8998;transform:translate(39.1271vw,-10px) scale(.1208);animation:fall-356 18s -5s linear infinite}@keyframes fall-356{77.988%{transform:translate(48.658vw,77.988vh) scale(.1208)}to{transform:translate(43.89255vw,99vh) scale(.1208)}}.snow:nth-child(357){opacity:.4154;transform:translate(26.8583vw,-10px) scale(.9771);animation:fall-357 20s -1s linear infinite}@keyframes fall-357{34.029%{transform:translate(17.8627vw,34.029vh) scale(.9771)}to{transform:translate(22.3605vw,99vh) scale(.9771)}}.snow:nth-child(358){opacity:.792;transform:translate(1.5878vw,-10px) scale(.1662);animation:fall-358 16s -23s linear infinite}@keyframes fall-358{36.751%{transform:translate(6.3659vw,36.751vh) scale(.1662)}to{transform:translate(3.97685vw,99vh) scale(.1662)}}.snow:nth-child(359){opacity:.7888;transform:translate(56.2571vw,-10px) scale(.2528);animation:fall-359 24s -22s linear infinite}@keyframes fall-359{57.122%{transform:translate(51.1815vw,57.122vh) scale(.2528)}to{transform:translate(53.7193vw,99vh) scale(.2528)}}.snow:nth-child(360){opacity:1.6136;transform:translate(39.2609vw,-10px) scale(.8018);animation:fall-360 19s -11s linear infinite}@keyframes fall-360{62.586%{transform:translate(41.5013vw,62.586vh) scale(.8018)}to{transform:translate(40.3811vw,99vh) scale(.8018)}}.snow:nth-child(361){opacity:.1688;transform:translate(44.0849vw,-10px) scale(.2958);animation:fall-361 26s -8s linear infinite}@keyframes fall-361{51.815%{transform:translate(36.6404vw,51.815vh) scale(.2958)}to{transform:translate(40.36265vw,99vh) scale(.2958)}}.snow:nth-child(362){opacity:.3166;transform:translate(54.7848vw,-10px) scale(.8325);animation:fall-362 24s -18s linear infinite}@keyframes fall-362{35.478%{transform:translate(56.2205vw,35.478vh) scale(.8325)}to{transform:translate(55.50265vw,99vh) scale(.8325)}}.snow:nth-child(363){opacity:1.5114;transform:translate(47.2839vw,-10px) scale(.1823);animation:fall-363 26s -22s linear infinite}@keyframes fall-363{58.663%{transform:translate(39.1433vw,58.663vh) scale(.1823)}to{transform:translate(43.2136vw,99vh) scale(.1823)}}.snow:nth-child(364){opacity:.8794;transform:translate(28.5674vw,-10px) scale(.6989);animation:fall-364 27s -26s linear infinite}@keyframes fall-364{69.305%{transform:translate(35.4707vw,69.305vh) scale(.6989)}to{transform:translate(32.01905vw,99vh) scale(.6989)}}.snow:nth-child(365){opacity:.375;transform:translate(77.8595vw,-10px) scale(.0117);animation:fall-365 21s -22s linear infinite}@keyframes fall-365{33.671%{transform:translate(73.1892vw,33.671vh) scale(.0117)}to{transform:translate(75.52435vw,99vh) scale(.0117)}}.snow:nth-child(366){opacity:.345;transform:translate(38.451vw,-10px) scale(.9307);animation:fall-366 21s -26s linear infinite}@keyframes fall-366{31.488%{transform:translate(33.4193vw,31.488vh) scale(.9307)}to{transform:translate(35.93515vw,99vh) scale(.9307)}}.snow:nth-child(367){opacity:1.9842;transform:translate(68.3014vw,-10px) scale(.1798);animation:fall-367 26s -28s linear infinite}@keyframes fall-367{74.196%{transform:translate(69.6454vw,74.196vh) scale(.1798)}to{transform:translate(68.9734vw,99vh) scale(.1798)}}.snow:nth-child(368){opacity:1.5956;transform:translate(17.9472vw,-10px) scale(.2137);animation:fall-368 25s -27s linear infinite}@keyframes fall-368{62.265%{transform:translate(9.2342vw,62.265vh) scale(.2137)}to{transform:translate(13.5907vw,99vh) scale(.2137)}}.snow:nth-child(369){opacity:1.7848;transform:translate(15.6298vw,-10px) scale(.526);animation:fall-369 17s -18s linear infinite}@keyframes fall-369{78.562%{transform:translate(7.1024vw,78.562vh) scale(.526)}to{transform:translate(11.3661vw,99vh) scale(.526)}}.snow:nth-child(370){opacity:.9892;transform:translate(43.966vw,-10px) scale(.1348);animation:fall-370 11s -1s linear infinite}@keyframes fall-370{65.326%{transform:translate(52.6758vw,65.326vh) scale(.1348)}to{transform:translate(48.3209vw,99vh) scale(.1348)}}.snow:nth-child(371){opacity:1.9994;transform:translate(63.4826vw,-10px) scale(.5824);animation:fall-371 10s -13s linear infinite}@keyframes fall-371{54.703%{transform:translate(56.4378vw,54.703vh) scale(.5824)}to{transform:translate(59.9602vw,99vh) scale(.5824)}}.snow:nth-child(372){opacity:1.4664;transform:translate(52.7179vw,-10px) scale(.7883);animation:fall-372 12s -19s linear infinite}@keyframes fall-372{65.119%{transform:translate(60.531vw,65.119vh) scale(.7883)}to{transform:translate(56.62445vw,99vh) scale(.7883)}}.snow:nth-child(373){opacity:1.0204;transform:translate(38.6795vw,-10px) scale(.1394);animation:fall-373 12s -22s linear infinite}@keyframes fall-373{46.118%{transform:translate(31.7583vw,46.118vh) scale(.1394)}to{transform:translate(35.2189vw,99vh) scale(.1394)}}.snow:nth-child(374){opacity:1.887;transform:translate(72.4026vw,-10px) scale(.5653);animation:fall-374 29s -3s linear infinite}@keyframes fall-374{48.215%{transform:translate(81.6429vw,48.215vh) scale(.5653)}to{transform:translate(77.02275vw,99vh) scale(.5653)}}.snow:nth-child(375){opacity:1.0052;transform:translate(17.8861vw,-10px) scale(.9052);animation:fall-375 20s -23s linear infinite}@keyframes fall-375{31.942%{transform:translate(13.6416vw,31.942vh) scale(.9052)}to{transform:translate(15.76385vw,99vh) scale(.9052)}}.snow:nth-child(376){opacity:1.7104;transform:translate(34.6898vw,-10px) scale(.5398);animation:fall-376 12s -3s linear infinite}@keyframes fall-376{38.412%{transform:translate(44.3382vw,38.412vh) scale(.5398)}to{transform:translate(39.514vw,99vh) scale(.5398)}}.snow:nth-child(377){opacity:1.2816;transform:translate(80.6762vw,-10px) scale(.769);animation:fall-377 22s -29s linear infinite}@keyframes fall-377{36.45%{transform:translate(79.1121vw,36.45vh) scale(.769)}to{transform:translate(79.89415vw,99vh) scale(.769)}}.snow:nth-child(378){opacity:.6576;transform:translate(34.6594vw,-10px) scale(.7019);animation:fall-378 11s -23s linear infinite}@keyframes fall-378{34.107%{transform:translate(26.9652vw,34.107vh) scale(.7019)}to{transform:translate(30.8123vw,99vh) scale(.7019)}}.snow:nth-child(379){opacity:1.399;transform:translate(38.2018vw,-10px) scale(.9603);animation:fall-379 24s -11s linear infinite}@keyframes fall-379{73.847%{transform:translate(40.1931vw,73.847vh) scale(.9603)}to{transform:translate(39.19745vw,99vh) scale(.9603)}}.snow:nth-child(380){opacity:1.0084;transform:translate(14.5364vw,-10px) scale(.3684);animation:fall-380 17s -17s linear infinite}@keyframes fall-380{43.633%{transform:translate(22.4164vw,43.633vh) scale(.3684)}to{transform:translate(18.4764vw,99vh) scale(.3684)}}.snow:nth-child(381){opacity:1.438;transform:translate(33.7307vw,-10px) scale(.4909);animation:fall-381 17s -27s linear infinite}@keyframes fall-381{38.512%{transform:translate(25.8474vw,38.512vh) scale(.4909)}to{transform:translate(29.78905vw,99vh) scale(.4909)}}.snow:nth-child(382){opacity:.705;transform:translate(13.0716vw,-10px) scale(.754);animation:fall-382 19s -8s linear infinite}@keyframes fall-382{42.892%{transform:translate(16.6311vw,42.892vh) scale(.754)}to{transform:translate(14.85135vw,99vh) scale(.754)}}.snow:nth-child(383){opacity:1.4376;transform:translate(86.7073vw,-10px) scale(.9762);animation:fall-383 30s -3s linear infinite}@keyframes fall-383{63.891%{transform:translate(87.208vw,63.891vh) scale(.9762)}to{transform:translate(86.95765vw,99vh) scale(.9762)}}.snow:nth-child(384){opacity:1.9086;transform:translate(98.1915vw,-10px) scale(.987);animation:fall-384 11s -11s linear infinite}@keyframes fall-384{44.3%{transform:translate(103.4426vw,44.3vh) scale(.987)}to{transform:translate(100.81705vw,99vh) scale(.987)}}.snow:nth-child(385){opacity:.5924;transform:translate(71.9319vw,-10px) scale(.6354);animation:fall-385 10s -20s linear infinite}@keyframes fall-385{69.402%{transform:translate(63.5257vw,69.402vh) scale(.6354)}to{transform:translate(67.7288vw,99vh) scale(.6354)}}.snow:nth-child(386){opacity:.3482;transform:translate(93.2067vw,-10px) scale(.0008);animation:fall-386 15s -22s linear infinite}@keyframes fall-386{78.925%{transform:translate(102.3969vw,78.925vh) scale(.0008)}to{transform:translate(97.8018vw,99vh) scale(.0008)}}.snow:nth-child(387){opacity:.302;transform:translate(58.3791vw,-10px) scale(.3143);animation:fall-387 30s -7s linear infinite}@keyframes fall-387{32.374%{transform:translate(50.5923vw,32.374vh) scale(.3143)}to{transform:translate(54.4857vw,99vh) scale(.3143)}}.snow:nth-child(388){opacity:.9474;transform:translate(97.169vw,-10px) scale(.6976);animation:fall-388 10s -20s linear infinite}@keyframes fall-388{55.213%{transform:translate(99.1631vw,55.213vh) scale(.6976)}to{transform:translate(98.16605vw,99vh) scale(.6976)}}.snow:nth-child(389){opacity:1.1336;transform:translate(71.3587vw,-10px) scale(.5006);animation:fall-389 13s -26s linear infinite}@keyframes fall-389{77.025%{transform:translate(70.5385vw,77.025vh) scale(.5006)}to{transform:translate(70.9486vw,99vh) scale(.5006)}}.snow:nth-child(390){opacity:.945;transform:translate(28.995vw,-10px) scale(.368);animation:fall-390 19s -2s linear infinite}@keyframes fall-390{74.29%{transform:translate(19.3445vw,74.29vh) scale(.368)}to{transform:translate(24.16975vw,99vh) scale(.368)}}.snow:nth-child(391){opacity:.5912;transform:translate(71.3967vw,-10px) scale(.6217);animation:fall-391 29s -24s linear infinite}@keyframes fall-391{65.164%{transform:translate(68.2487vw,65.164vh) scale(.6217)}to{transform:translate(69.8227vw,99vh) scale(.6217)}}.snow:nth-child(392){opacity:.573;transform:translate(79.6899vw,-10px) scale(.0603);animation:fall-392 23s -27s linear infinite}@keyframes fall-392{39.61%{transform:translate(79.247vw,39.61vh) scale(.0603)}to{transform:translate(79.46845vw,99vh) scale(.0603)}}.snow:nth-child(393){opacity:1.7334;transform:translate(95.6706vw,-10px) scale(.2308);animation:fall-393 21s -9s linear infinite}@keyframes fall-393{49.571%{transform:translate(99.7855vw,49.571vh) scale(.2308)}to{transform:translate(97.72805vw,99vh) scale(.2308)}}.snow:nth-child(394){opacity:1.0718;transform:translate(84.836vw,-10px) scale(.8743);animation:fall-394 22s -15s linear infinite}@keyframes fall-394{51.283%{transform:translate(83.7163vw,51.283vh) scale(.8743)}to{transform:translate(84.27615vw,99vh) scale(.8743)}}.snow:nth-child(395){opacity:1.3178;transform:translate(28.8364vw,-10px) scale(.2669);animation:fall-395 19s -17s linear infinite}@keyframes fall-395{50.143%{transform:translate(32.8743vw,50.143vh) scale(.2669)}to{transform:translate(30.85535vw,99vh) scale(.2669)}}.snow:nth-child(396){opacity:1.109;transform:translate(8.3676vw,-10px) scale(.4477);animation:fall-396 15s -9s linear infinite}@keyframes fall-396{47.741%{transform:translate(-.6013vw,47.741vh) scale(.4477)}to{transform:translate(3.88315vw,99vh) scale(.4477)}}.snow:nth-child(397){opacity:.0878;transform:translate(29.1744vw,-10px) scale(.6437);animation:fall-397 30s -6s linear infinite}@keyframes fall-397{54.337%{transform:translate(19.8946vw,54.337vh) scale(.6437)}to{transform:translate(24.5345vw,99vh) scale(.6437)}}.snow:nth-child(398){opacity:.585;transform:translate(35.5217vw,-10px) scale(.1652);animation:fall-398 30s -8s linear infinite}@keyframes fall-398{35.251%{transform:translate(30.975vw,35.251vh) scale(.1652)}to{transform:translate(33.24835vw,99vh) scale(.1652)}}.snow:nth-child(399){opacity:.5592;transform:translate(31.183vw,-10px) scale(.8049);animation:fall-399 28s -17s linear infinite}@keyframes fall-399{72.867%{transform:translate(33.0536vw,72.867vh) scale(.8049)}to{transform:translate(32.1183vw,99vh) scale(.8049)}}.snow:nth-child(400){opacity:1.7162;transform:translate(59.02vw,-10px) scale(.772);animation:fall-400 22s -16s linear infinite}@keyframes fall-400{32.112%{transform:translate(49.655vw,32.112vh) scale(.772)}to{transform:translate(54.3375vw,99vh) scale(.772)}}\n"] }]
80
+ args: [{ selector: 'app-root', encapsulation: ViewEncapsulation.None, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows; trackBy: snowTrackBy\" class=\"snow\"></div>\r\n</ng-container>\r\n<router-outlet></router-outlet>", styles: [".table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width: 0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width: 0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width: 0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width: 0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width: 0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:rgba(2,74,136,.5)}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:rgba(45,146,45,.5)}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:rgba(36,141,173,.5)}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:rgba(247,154,23,.5)}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:rgba(191,23,37,.5)}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:rgba(0,0,0,.4)}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:rgba(0,0,0,.2)}.card.overlay .card-img{border-radius:0;-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media (min-width: 1400px){.d-xxl-block{display:block!important}}@media (min-width: 576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:rgba(2,74,136,.8)!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:rgba(2,74,136,.5);border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:rgba(2,74,136,.95)!important;border-color:#024a88f2!important}.btn-success{background:rgba(45,146,45,.8);border-color:#2d922dcc}.btn-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:rgba(45,146,45,.95)!important;border-color:#2d922df2!important}.btn-info{background:rgba(36,141,173,.8);border-color:#248dadcc}.btn-info.medium-opacity{background:rgba(36,141,173,.5);border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:rgba(36,141,173,.95)!important;border-color:#248dadf2!important}.btn-warning{background:rgba(247,154,23,.8);border-color:#f79a17cc}.btn-warning.medium-opacity{background:rgba(247,154,23,.5);border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:rgba(247,154,23,.95)!important;border-color:#f79a17f2!important}.btn-danger{background:rgba(191,23,37,.8);border-color:#bf1725cc}.btn-danger.medium-opacity{background:rgba(191,23,37,.5);border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:rgba(191,23,37,.95)!important;border-color:#bf1725f2!important}.btn-dark{background:rgba(0,0,0,.8);border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:rgba(0,0,0,.5);border-color:#0000001a}.btn-dark:hover{background:black;border-color:#000}.btn-dark:active{background:rgba(0,0,0,.95)!important;border-color:#000000f2!important}.btn-main{background:rgba(36,45,58,.8);border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:rgba(36,45,58,.5);border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:rgba(36,45,58,.95)!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242D3A;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:rgba(45,146,45,.5);border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242D3A}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:rgba(85,85,85,.7)}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242D3A}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:rgba(255,255,255,.1) url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:rgba(2,74,136,.5)!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:rgba(45,146,45,.5)!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:rgba(247,154,23,.5)!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:rgba(191,23,37,.5)!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:rgba(36,45,58,.5)!important}.bg-dark{background:black!important}.bg-dark.medium-opacity{background:rgba(0,0,0,.5)!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800px){.modal-feminist{max-width:1366px}}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{transform:scaleY(-1)}.app-flip-x{transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:rgba(255,50,50,.2);position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:white;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:rgba(0,0,0,.5) none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:rgb(237,237,237);border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{padding-left:0;margin-top:20px}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.pace .pace-progress{background:#637CA0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#cccccc}::-webkit-scrollbar-thumb:active{background:#888888}::-webkit-scrollbar-track{background:#666666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666666}::-webkit-scrollbar-track:active{background:#333333}::-webkit-scrollbar-corner{background:transparent}.transition{transition:.3s}.widget-controls{position:absolute;z-index:1;top:0;right:0;padding:10px 20px;font-size:14px}.widget-controls a{color:#fff;margin-left:7px;line-height:1;vertical-align:top;display:inline-block}.widget-controls a i.glyphicon-resize-full{font-size:13px}.widget-controls a:hover{color:#ffffffb3}.widget-controls a.dropdown-toggle:after{display:none}.widget-controls ul.dropdown-menu{min-width:9rem;padding:0;border-radius:0}.widget-controls ul.dropdown-menu li{padding:4px;overflow:hidden}.widget-controls ul.dropdown-menu li a{color:#242d3a;font-size:13px;width:100%}.widget-controls ul.dropdown-menu li:hover{background-color:#242d3a}.widget-controls ul.dropdown-menu li:hover a{color:#fff}.card.fullscreened .card-header{line-height:35px}.card.fullscreened .card-header .widget-controls{padding:20px}.card.fullscreened .card-header .widget-controls a{margin-left:12px}.card.fullscreened .card-header .widget-controls a.setting{display:none}.card.fullscreened.card-primary{background:#024a88}.card.fullscreened.card-success{background:#2d922d}.card.fullscreened.card-info{background:#248dad}.card.fullscreened.card-warning{background:#f79a17}.card.fullscreened.card-danger{background:#bf1725}.scrolling{height:100%;overflow-y:scroll;padding-bottom:60px}.no-margin{margin:0}.bottom-15{margin-bottom:15px}.m-t-5{margin-top:5px}.m-t-15{margin-top:15px}.res-img{width:100%}.chart-outher{width:55%;margin:0 auto}.p-t-10{padding-top:10%}.o-visible{overflow:visible}.w-150{width:150px}.w-200{width:200px}@media (max-width: 543px){.chart-outher{width:100%}}@media (min-width: 544px) and (max-width: 767px){.chart-outher{width:85%}}@media (min-width: 992px) and (max-width: 1199px){.chart-outher{width:65%}}.mat-form-field-disabled .mat-form-field-wrapper{background-color:#ddd}.mat-no-border-top .mat-form-field-infix{border-top:none!important}.mat-dflt-margin,.mat-form-field-appearance-outline .mat-form-field-wrapper{margin-top:.125em!important;margin-bottom:.125em!important}.mat-form-field-wrapper{padding-bottom:0;height:35px;min-height:35px!important;margin-bottom:-7px!important}.mat-full-width{width:100%}.mat-full-height .mat-form-field-wrapper{height:100%!important}.mat-form-field-appearance-outline .mat-form-field-infix{padding-top:5px;padding-bottom:0;height:36px}.mat-form-field-appearance-outline .mat-form-field-infix select.mat-input-element{background-color:transparent;margin-bottom:-11px!important;margin-top:-2px!important;padding-top:0!important;top:0!important}.mat-form-field-appearance-outline .mat-form-field-infix input{display:inline-flex;margin-top:-8px;margin-bottom:-5px;padding-top:8px}.mat-form-field-appearance-outline .mat-form-field-suffix{height:25px!important;top:-2px!important}.mat-form-field-appearance-outline .mat-form-field-suffix .form-input-suffix{margin-right:5px!important;position:absolute!important;top:7px!important;right:4px!important}.mat-form-field-appearance-outline .mat-form-field-infix .form-input-suffix{position:relative!important;top:-4px!important}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:32px!important}.mat-form-field-label-wrapper{top:-8px}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{top:60%!important}.mat-form-field-suffix{margin-right:-10px!important}.cdk-overlay-container{z-index:99999999!important}.mat-height-fixed .mat-form-field-flex{height:38px!important}.mat-height-auto .mat-form-field-flex{height:auto!important;padding-bottom:5px!important;padding-top:5px!important;padding-right:2px!important}.mat-height-auto .mat-form-field-infix{height:auto!important}.mat-icon-button-override{width:25px!important;top:0!important;color:#000000a3!important;position:absolute!important}.mat-icon-button-override-suffix{right:-5px!important}.mat-icon-button-override-prefix{left:-5px!important}.mat-option{height:25px!important;font-size:14px!important}.ngx-mat-timepicker .mat-form-field-infix{border-top:none!important}.mat-form-field-wrapper .form-control{width:100%;border:none;padding:0;line-height:1}.mat-form-field-wrapper .form-control:focus{box-shadow:none!important}.mat-form-field-wrapper .form-control.checking-field.ng-touched{padding-right:0;background-position-y:14px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.snow{position:absolute;width:10px;height:10px;background:white;border-radius:50%}.snow:nth-child(1){opacity:1.2786;transform:translate(39.2465vw,-10px) scale(.4199);animation:fall-1 22s -4s linear infinite}@keyframes fall-1{35.453%{transform:translate(43.7355vw,35.453vh) scale(.4199)}to{transform:translate(41.491vw,99vh) scale(.4199)}}.snow:nth-child(2){opacity:.6676;transform:translate(55.8315vw,-10px) scale(.2561);animation:fall-2 22s -29s linear infinite}@keyframes fall-2{48.006%{transform:translate(54.505vw,48.006vh) scale(.2561)}to{transform:translate(55.16825vw,99vh) scale(.2561)}}.snow:nth-child(3){opacity:1.6932;transform:translate(30.8646vw,-10px) scale(.1454);animation:fall-3 20s -4s linear infinite}@keyframes fall-3{41.079%{transform:translate(21.5457vw,41.079vh) scale(.1454)}to{transform:translate(26.20515vw,99vh) scale(.1454)}}.snow:nth-child(4){opacity:1.3012;transform:translate(78.4748vw,-10px) scale(.122);animation:fall-4 27s -28s linear infinite}@keyframes fall-4{76.214%{transform:translate(78.7152vw,76.214vh) scale(.122)}to{transform:translate(78.595vw,99vh) scale(.122)}}.snow:nth-child(5){opacity:.6112;transform:translate(43.2085vw,-10px) scale(.3479);animation:fall-5 10s -5s linear infinite}@keyframes fall-5{41.483%{transform:translate(34.3757vw,41.483vh) scale(.3479)}to{transform:translate(38.7921vw,99vh) scale(.3479)}}.snow:nth-child(6){opacity:1.0768;transform:translate(31.9749vw,-10px) scale(.7581);animation:fall-6 21s -18s linear infinite}@keyframes fall-6{74.777%{transform:translate(23.1697vw,74.777vh) scale(.7581)}to{transform:translate(27.5723vw,99vh) scale(.7581)}}.snow:nth-child(7){opacity:1.9872;transform:translate(32.3465vw,-10px) scale(.6016);animation:fall-7 21s -21s linear infinite}@keyframes fall-7{56.689%{transform:translate(40.4939vw,56.689vh) scale(.6016)}to{transform:translate(36.4202vw,99vh) scale(.6016)}}.snow:nth-child(8){opacity:.702;transform:translate(35.1375vw,-10px) scale(.0961);animation:fall-8 14s -4s linear infinite}@keyframes fall-8{62.025%{transform:translate(32.1764vw,62.025vh) scale(.0961)}to{transform:translate(33.65695vw,99vh) scale(.0961)}}.snow:nth-child(9){opacity:1.3454;transform:translate(57.2458vw,-10px) scale(.2337);animation:fall-9 14s -16s linear infinite}@keyframes fall-9{55.486%{transform:translate(65.0295vw,55.486vh) scale(.2337)}to{transform:translate(61.13765vw,99vh) scale(.2337)}}.snow:nth-child(10){opacity:.9346;transform:translate(47.3225vw,-10px) scale(.3462);animation:fall-10 26s -23s linear infinite}@keyframes fall-10{37.577%{transform:translate(47.1727vw,37.577vh) scale(.3462)}to{transform:translate(47.2476vw,99vh) scale(.3462)}}.snow:nth-child(11){opacity:1.9714;transform:translate(58.4267vw,-10px) scale(.0401);animation:fall-11 14s -7s linear infinite}@keyframes fall-11{64.434%{transform:translate(65.1639vw,64.434vh) scale(.0401)}to{transform:translate(61.7953vw,99vh) scale(.0401)}}.snow:nth-child(12){opacity:1.1282;transform:translate(88.7517vw,-10px) scale(.9527);animation:fall-12 23s -11s linear infinite}@keyframes fall-12{63.034%{transform:translate(85.9747vw,63.034vh) scale(.9527)}to{transform:translate(87.3632vw,99vh) scale(.9527)}}.snow:nth-child(13){opacity:.3388;transform:translate(39.1575vw,-10px) scale(.806);animation:fall-13 12s -29s linear infinite}@keyframes fall-13{33.699%{transform:translate(39.347vw,33.699vh) scale(.806)}to{transform:translate(39.25225vw,99vh) scale(.806)}}.snow:nth-child(14){opacity:.5876;transform:translate(93.318vw,-10px) scale(.9004);animation:fall-14 16s -21s linear infinite}@keyframes fall-14{76.982%{transform:translate(84.663vw,76.982vh) scale(.9004)}to{transform:translate(88.9905vw,99vh) scale(.9004)}}.snow:nth-child(15){opacity:1.3052;transform:translate(77.7952vw,-10px) scale(.5391);animation:fall-15 26s -28s linear infinite}@keyframes fall-15{45.525%{transform:translate(68.3056vw,45.525vh) scale(.5391)}to{transform:translate(73.0504vw,99vh) scale(.5391)}}.snow:nth-child(16){opacity:.598;transform:translate(25.3898vw,-10px) scale(.7568);animation:fall-16 25s -16s linear infinite}@keyframes fall-16{41.937%{transform:translate(25.4965vw,41.937vh) scale(.7568)}to{transform:translate(25.44315vw,99vh) scale(.7568)}}.snow:nth-child(17){opacity:1.3326;transform:translate(59.145vw,-10px) scale(.4033);animation:fall-17 10s -12s linear infinite}@keyframes fall-17{71.357%{transform:translate(65.7445vw,71.357vh) scale(.4033)}to{transform:translate(62.44475vw,99vh) scale(.4033)}}.snow:nth-child(18){opacity:1.0754;transform:translate(79.5849vw,-10px) scale(.0499);animation:fall-18 22s -5s linear infinite}@keyframes fall-18{44.252%{transform:translate(89.5582vw,44.252vh) scale(.0499)}to{transform:translate(84.57155vw,99vh) scale(.0499)}}.snow:nth-child(19){opacity:.7568;transform:translate(49.2061vw,-10px) scale(.0631);animation:fall-19 30s -3s linear infinite}@keyframes fall-19{32.772%{transform:translate(57.844vw,32.772vh) scale(.0631)}to{transform:translate(53.52505vw,99vh) scale(.0631)}}.snow:nth-child(20){opacity:.5538;transform:translate(74.0726vw,-10px) scale(.5275);animation:fall-20 13s -7s linear infinite}@keyframes fall-20{31.873%{transform:translate(78.2367vw,31.873vh) scale(.5275)}to{transform:translate(76.15465vw,99vh) scale(.5275)}}.snow:nth-child(21){opacity:.3448;transform:translate(81.3109vw,-10px) scale(.649);animation:fall-21 22s -5s linear infinite}@keyframes fall-21{37.835%{transform:translate(81.7515vw,37.835vh) scale(.649)}to{transform:translate(81.5312vw,99vh) scale(.649)}}.snow:nth-child(22){opacity:.0506;transform:translate(57.142vw,-10px) scale(.4939);animation:fall-22 13s -17s linear infinite}@keyframes fall-22{43.322%{transform:translate(60.219vw,43.322vh) scale(.4939)}to{transform:translate(58.6805vw,99vh) scale(.4939)}}.snow:nth-child(23){opacity:1.6626;transform:translate(84.7823vw,-10px) scale(.1103);animation:fall-23 30s -4s linear infinite}@keyframes fall-23{53.65%{transform:translate(92.5891vw,53.65vh) scale(.1103)}to{transform:translate(88.6857vw,99vh) scale(.1103)}}.snow:nth-child(24){opacity:.046;transform:translate(16.5322vw,-10px) scale(.5785);animation:fall-24 18s -24s linear infinite}@keyframes fall-24{41.765%{transform:translate(26.3557vw,41.765vh) scale(.5785)}to{transform:translate(21.44395vw,99vh) scale(.5785)}}.snow:nth-child(25){opacity:.8272;transform:translate(68.5497vw,-10px) scale(.4078);animation:fall-25 13s -10s linear infinite}@keyframes fall-25{69.4%{transform:translate(71.8895vw,69.4vh) scale(.4078)}to{transform:translate(70.2196vw,99vh) scale(.4078)}}.snow:nth-child(26){opacity:.3784;transform:translate(89.9624vw,-10px) scale(.6346);animation:fall-26 19s -20s linear infinite}@keyframes fall-26{65.821%{transform:translate(93.8459vw,65.821vh) scale(.6346)}to{transform:translate(91.90415vw,99vh) scale(.6346)}}.snow:nth-child(27){opacity:.993;transform:translate(98.5099vw,-10px) scale(.2341);animation:fall-27 27s -2s linear infinite}@keyframes fall-27{67.306%{transform:translate(98.2625vw,67.306vh) scale(.2341)}to{transform:translate(98.3862vw,99vh) scale(.2341)}}.snow:nth-child(28){opacity:1.94;transform:translate(80.0866vw,-10px) scale(.5071);animation:fall-28 10s -28s linear infinite}@keyframes fall-28{41.312%{transform:translate(70.2vw,41.312vh) scale(.5071)}to{transform:translate(75.1433vw,99vh) scale(.5071)}}.snow:nth-child(29){opacity:1.513;transform:translate(2.1312vw,-10px) scale(.0615);animation:fall-29 14s -30s linear infinite}@keyframes fall-29{78.39%{transform:translate(-1.0527vw,78.39vh) scale(.0615)}to{transform:translate(.53925vw,99vh) scale(.0615)}}.snow:nth-child(30){opacity:1.1134;transform:translate(66.2637vw,-10px) scale(.4831);animation:fall-30 30s -5s linear infinite}@keyframes fall-30{73.807%{transform:translate(67.0676vw,73.807vh) scale(.4831)}to{transform:translate(66.66565vw,99vh) scale(.4831)}}.snow:nth-child(31){opacity:.7258;transform:translate(50.1581vw,-10px) scale(.1443);animation:fall-31 28s -2s linear infinite}@keyframes fall-31{77.247%{transform:translate(43.4541vw,77.247vh) scale(.1443)}to{transform:translate(46.8061vw,99vh) scale(.1443)}}.snow:nth-child(32){opacity:.627;transform:translate(25.903vw,-10px) scale(.2261);animation:fall-32 25s -9s linear infinite}@keyframes fall-32{64.276%{transform:translate(32.0153vw,64.276vh) scale(.2261)}to{transform:translate(28.95915vw,99vh) scale(.2261)}}.snow:nth-child(33){opacity:1.5904;transform:translate(97.3995vw,-10px) scale(.6023);animation:fall-33 22s -2s linear infinite}@keyframes fall-33{30.588%{transform:translate(97.3276vw,30.588vh) scale(.6023)}to{transform:translate(97.36355vw,99vh) scale(.6023)}}.snow:nth-child(34){opacity:1.2346;transform:translate(42.6962vw,-10px) scale(.2447);animation:fall-34 26s -17s linear infinite}@keyframes fall-34{65.501%{transform:translate(45.5404vw,65.501vh) scale(.2447)}to{transform:translate(44.1183vw,99vh) scale(.2447)}}.snow:nth-child(35){opacity:1.0322;transform:translate(45.796vw,-10px) scale(.7083);animation:fall-35 15s -29s linear infinite}@keyframes fall-35{57.662%{transform:translate(52.432vw,57.662vh) scale(.7083)}to{transform:translate(49.114vw,99vh) scale(.7083)}}.snow:nth-child(36){opacity:1.07;transform:translate(75.1429vw,-10px) scale(.6666);animation:fall-36 12s -11s linear infinite}@keyframes fall-36{54.317%{transform:translate(75.2766vw,54.317vh) scale(.6666)}to{transform:translate(75.20975vw,99vh) scale(.6666)}}.snow:nth-child(37){opacity:.9062;transform:translate(41.4729vw,-10px) scale(.931);animation:fall-37 16s -19s linear infinite}@keyframes fall-37{46.449%{transform:translate(42.211vw,46.449vh) scale(.931)}to{transform:translate(41.84195vw,99vh) scale(.931)}}.snow:nth-child(38){opacity:.6926;transform:translate(73.8286vw,-10px) scale(.8758);animation:fall-38 22s -21s linear infinite}@keyframes fall-38{33.897%{transform:translate(78.5184vw,33.897vh) scale(.8758)}to{transform:translate(76.1735vw,99vh) scale(.8758)}}.snow:nth-child(39){opacity:1.68;transform:translate(17.051vw,-10px) scale(.4844);animation:fall-39 21s -7s linear infinite}@keyframes fall-39{66.877%{transform:translate(19.5647vw,66.877vh) scale(.4844)}to{transform:translate(18.30785vw,99vh) scale(.4844)}}.snow:nth-child(40){opacity:1.6036;transform:translate(59.0915vw,-10px) scale(.94);animation:fall-40 15s -24s linear infinite}@keyframes fall-40{61.151%{transform:translate(49.769vw,61.151vh) scale(.94)}to{transform:translate(54.43025vw,99vh) scale(.94)}}.snow:nth-child(41){opacity:1.9322;transform:translate(9.2193vw,-10px) scale(.8364);animation:fall-41 14s -25s linear infinite}@keyframes fall-41{30.457%{transform:translate(3.6717vw,30.457vh) scale(.8364)}to{transform:translate(6.4455vw,99vh) scale(.8364)}}.snow:nth-child(42){opacity:.9652;transform:translate(68.1348vw,-10px) scale(.5834);animation:fall-42 30s -17s linear infinite}@keyframes fall-42{78.728%{transform:translate(72.9917vw,78.728vh) scale(.5834)}to{transform:translate(70.56325vw,99vh) scale(.5834)}}.snow:nth-child(43){opacity:.9994;transform:translate(58.3999vw,-10px) scale(.7872);animation:fall-43 15s -13s linear infinite}@keyframes fall-43{59.446%{transform:translate(49.929vw,59.446vh) scale(.7872)}to{transform:translate(54.16445vw,99vh) scale(.7872)}}.snow:nth-child(44){opacity:1.7922;transform:translate(37.0702vw,-10px) scale(.6973);animation:fall-44 30s -23s linear infinite}@keyframes fall-44{63.792%{transform:translate(39.6054vw,63.792vh) scale(.6973)}to{transform:translate(38.3378vw,99vh) scale(.6973)}}.snow:nth-child(45){opacity:.1334;transform:translate(24.5154vw,-10px) scale(.0169);animation:fall-45 21s -28s linear infinite}@keyframes fall-45{52.867%{transform:translate(27.0878vw,52.867vh) scale(.0169)}to{transform:translate(25.8016vw,99vh) scale(.0169)}}.snow:nth-child(46){opacity:.9382;transform:translate(57.6046vw,-10px) scale(.5157);animation:fall-46 15s -1s linear infinite}@keyframes fall-46{74.876%{transform:translate(57.2647vw,74.876vh) scale(.5157)}to{transform:translate(57.43465vw,99vh) scale(.5157)}}.snow:nth-child(47){opacity:.335;transform:translate(37.1544vw,-10px) scale(.4616);animation:fall-47 17s -28s linear infinite}@keyframes fall-47{48.493%{transform:translate(30.1909vw,48.493vh) scale(.4616)}to{transform:translate(33.67265vw,99vh) scale(.4616)}}.snow:nth-child(48){opacity:.4192;transform:translate(94.9405vw,-10px) scale(.2498);animation:fall-48 29s -5s linear infinite}@keyframes fall-48{72.289%{transform:translate(102.3114vw,72.289vh) scale(.2498)}to{transform:translate(98.62595vw,99vh) scale(.2498)}}.snow:nth-child(49){opacity:1.7302;transform:translate(75.9444vw,-10px) scale(.3828);animation:fall-49 13s -22s linear infinite}@keyframes fall-49{72.35%{transform:translate(71.3707vw,72.35vh) scale(.3828)}to{transform:translate(73.65755vw,99vh) scale(.3828)}}.snow:nth-child(50){opacity:1.6542;transform:translate(44.4001vw,-10px) scale(.6854);animation:fall-50 30s -27s linear infinite}@keyframes fall-50{78.495%{transform:translate(52.4021vw,78.495vh) scale(.6854)}to{transform:translate(48.4011vw,99vh) scale(.6854)}}.snow:nth-child(51){opacity:1.0084;transform:translate(92.5875vw,-10px) scale(.5739);animation:fall-51 17s -9s linear infinite}@keyframes fall-51{76.666%{transform:translate(84.5736vw,76.666vh) scale(.5739)}to{transform:translate(88.58055vw,99vh) scale(.5739)}}.snow:nth-child(52){opacity:.448;transform:translate(43.4853vw,-10px) scale(.0554);animation:fall-52 30s -20s linear infinite}@keyframes fall-52{57.268%{transform:translate(44.2396vw,57.268vh) scale(.0554)}to{transform:translate(43.86245vw,99vh) scale(.0554)}}.snow:nth-child(53){opacity:1.7148;transform:translate(57.8846vw,-10px) scale(.727);animation:fall-53 24s -5s linear infinite}@keyframes fall-53{59.475%{transform:translate(59.8686vw,59.475vh) scale(.727)}to{transform:translate(58.8766vw,99vh) scale(.727)}}.snow:nth-child(54){opacity:.0312;transform:translate(70.1819vw,-10px) scale(.1347);animation:fall-54 18s -15s linear infinite}@keyframes fall-54{38.525%{transform:translate(63.3121vw,38.525vh) scale(.1347)}to{transform:translate(66.747vw,99vh) scale(.1347)}}.snow:nth-child(55){opacity:.513;transform:translate(63.9106vw,-10px) scale(.0036);animation:fall-55 17s -17s linear infinite}@keyframes fall-55{45.992%{transform:translate(64.1074vw,45.992vh) scale(.0036)}to{transform:translate(64.009vw,99vh) scale(.0036)}}.snow:nth-child(56){opacity:.2044;transform:translate(37.1267vw,-10px) scale(.4718);animation:fall-56 16s -22s linear infinite}@keyframes fall-56{79.61%{transform:translate(42.6167vw,79.61vh) scale(.4718)}to{transform:translate(39.8717vw,99vh) scale(.4718)}}.snow:nth-child(57){opacity:.3632;transform:translate(79.7678vw,-10px) scale(.4844);animation:fall-57 25s -10s linear infinite}@keyframes fall-57{33.343%{transform:translate(78.3553vw,33.343vh) scale(.4844)}to{transform:translate(79.06155vw,99vh) scale(.4844)}}.snow:nth-child(58){opacity:1.8122;transform:translate(35.2614vw,-10px) scale(.2656);animation:fall-58 26s -2s linear infinite}@keyframes fall-58{69.834%{transform:translate(26.791vw,69.834vh) scale(.2656)}to{transform:translate(31.0262vw,99vh) scale(.2656)}}.snow:nth-child(59){opacity:1.5692;transform:translate(89.2631vw,-10px) scale(.5427);animation:fall-59 20s -21s linear infinite}@keyframes fall-59{52.716%{transform:translate(86.1517vw,52.716vh) scale(.5427)}to{transform:translate(87.7074vw,99vh) scale(.5427)}}.snow:nth-child(60){opacity:.8492;transform:translate(20.8601vw,-10px) scale(.978);animation:fall-60 14s -18s linear infinite}@keyframes fall-60{38.678%{transform:translate(20.6278vw,38.678vh) scale(.978)}to{transform:translate(20.74395vw,99vh) scale(.978)}}.snow:nth-child(61){opacity:1.4426;transform:translate(4.201vw,-10px) scale(.877);animation:fall-61 20s -14s linear infinite}@keyframes fall-61{78.018%{transform:translate(-3.0965vw,78.018vh) scale(.877)}to{transform:translate(.55225vw,99vh) scale(.877)}}.snow:nth-child(62){opacity:.683;transform:translate(39.5566vw,-10px) scale(.2003);animation:fall-62 15s -18s linear infinite}@keyframes fall-62{57.147%{transform:translate(39.6287vw,57.147vh) scale(.2003)}to{transform:translate(39.59265vw,99vh) scale(.2003)}}.snow:nth-child(63){opacity:.228;transform:translate(76.556vw,-10px) scale(.0935);animation:fall-63 10s -28s linear infinite}@keyframes fall-63{50.098%{transform:translate(77.6617vw,50.098vh) scale(.0935)}to{transform:translate(77.10885vw,99vh) scale(.0935)}}.snow:nth-child(64){opacity:1.852;transform:translate(8.7426vw,-10px) scale(.4077);animation:fall-64 22s -11s linear infinite}@keyframes fall-64{67.973%{transform:translate(8.6222vw,67.973vh) scale(.4077)}to{transform:translate(8.6824vw,99vh) scale(.4077)}}.snow:nth-child(65){opacity:.7758;transform:translate(68.8735vw,-10px) scale(.5194);animation:fall-65 22s -29s linear infinite}@keyframes fall-65{59.04%{transform:translate(71.7588vw,59.04vh) scale(.5194)}to{transform:translate(70.31615vw,99vh) scale(.5194)}}.snow:nth-child(66){opacity:1.54;transform:translate(79.7398vw,-10px) scale(.7241);animation:fall-66 10s -1s linear infinite}@keyframes fall-66{35.097%{transform:translate(79.0034vw,35.097vh) scale(.7241)}to{transform:translate(79.3716vw,99vh) scale(.7241)}}.snow:nth-child(67){opacity:1.284;transform:translate(60.641vw,-10px) scale(.8823);animation:fall-67 26s -17s linear infinite}@keyframes fall-67{61.827%{transform:translate(60.6193vw,61.827vh) scale(.8823)}to{transform:translate(60.63015vw,99vh) scale(.8823)}}.snow:nth-child(68){opacity:.2328;transform:translate(2.9251vw,-10px) scale(.4568);animation:fall-68 15s -20s linear infinite}@keyframes fall-68{66.743%{transform:translate(10.9806vw,66.743vh) scale(.4568)}to{transform:translate(6.95285vw,99vh) scale(.4568)}}.snow:nth-child(69){opacity:1.9746;transform:translate(67.5099vw,-10px) scale(.2762);animation:fall-69 27s -9s linear infinite}@keyframes fall-69{30.812%{transform:translate(59.2291vw,30.812vh) scale(.2762)}to{transform:translate(63.3695vw,99vh) scale(.2762)}}.snow:nth-child(70){opacity:1.5326;transform:translate(42.6332vw,-10px) scale(.9786);animation:fall-70 21s -26s linear infinite}@keyframes fall-70{79.918%{transform:translate(46.0604vw,79.918vh) scale(.9786)}to{transform:translate(44.3468vw,99vh) scale(.9786)}}.snow:nth-child(71){opacity:1.6286;transform:translate(68.6556vw,-10px) scale(.2491);animation:fall-71 11s -24s linear infinite}@keyframes fall-71{79.444%{transform:translate(60.5325vw,79.444vh) scale(.2491)}to{transform:translate(64.59405vw,99vh) scale(.2491)}}.snow:nth-child(72){opacity:1.5372;transform:translate(38.4466vw,-10px) scale(.7938);animation:fall-72 13s -14s linear infinite}@keyframes fall-72{36.045%{transform:translate(33.3614vw,36.045vh) scale(.7938)}to{transform:translate(35.904vw,99vh) scale(.7938)}}.snow:nth-child(73){opacity:.727;transform:translate(52.1476vw,-10px) scale(.2822);animation:fall-73 30s -11s linear infinite}@keyframes fall-73{43.459%{transform:translate(60.2781vw,43.459vh) scale(.2822)}to{transform:translate(56.21285vw,99vh) scale(.2822)}}.snow:nth-child(74){opacity:1.03;transform:translate(56.7298vw,-10px) scale(.5159);animation:fall-74 27s -29s linear infinite}@keyframes fall-74{34.178%{transform:translate(64.4314vw,34.178vh) scale(.5159)}to{transform:translate(60.5806vw,99vh) scale(.5159)}}.snow:nth-child(75){opacity:1.4564;transform:translate(2.1301vw,-10px) scale(.4806);animation:fall-75 23s -29s linear infinite}@keyframes fall-75{35.148%{transform:translate(-6.8585vw,35.148vh) scale(.4806)}to{transform:translate(-2.3642vw,99vh) scale(.4806)}}.snow:nth-child(76){opacity:1.6276;transform:translate(19.6514vw,-10px) scale(.5024);animation:fall-76 22s -26s linear infinite}@keyframes fall-76{74.607%{transform:translate(20.7593vw,74.607vh) scale(.5024)}to{transform:translate(20.20535vw,99vh) scale(.5024)}}.snow:nth-child(77){opacity:.977;transform:translate(21.1136vw,-10px) scale(.8434);animation:fall-77 25s -14s linear infinite}@keyframes fall-77{63.261%{transform:translate(14.1vw,63.261vh) scale(.8434)}to{transform:translate(17.6068vw,99vh) scale(.8434)}}.snow:nth-child(78){opacity:.7654;transform:translate(40.465vw,-10px) scale(.2242);animation:fall-78 25s -17s linear infinite}@keyframes fall-78{79.725%{transform:translate(37.8007vw,79.725vh) scale(.2242)}to{transform:translate(39.13285vw,99vh) scale(.2242)}}.snow:nth-child(79){opacity:.652;transform:translate(40.5273vw,-10px) scale(.6881);animation:fall-79 29s -25s linear infinite}@keyframes fall-79{44.659%{transform:translate(40.6283vw,44.659vh) scale(.6881)}to{transform:translate(40.5778vw,99vh) scale(.6881)}}.snow:nth-child(80){opacity:1.4342;transform:translate(93.4775vw,-10px) scale(.1539);animation:fall-80 10s -10s linear infinite}@keyframes fall-80{66.759%{transform:translate(92.2993vw,66.759vh) scale(.1539)}to{transform:translate(92.8884vw,99vh) scale(.1539)}}.snow:nth-child(81){opacity:.4422;transform:translate(31.0591vw,-10px) scale(.9812);animation:fall-81 24s -25s linear infinite}@keyframes fall-81{57.547%{transform:translate(31.6451vw,57.547vh) scale(.9812)}to{transform:translate(31.3521vw,99vh) scale(.9812)}}.snow:nth-child(82){opacity:1.236;transform:translate(16.5055vw,-10px) scale(.0441);animation:fall-82 27s -6s linear infinite}@keyframes fall-82{34.89%{transform:translate(18.4994vw,34.89vh) scale(.0441)}to{transform:translate(17.50245vw,99vh) scale(.0441)}}.snow:nth-child(83){opacity:1.046;transform:translate(92.893vw,-10px) scale(.6326);animation:fall-83 30s -14s linear infinite}@keyframes fall-83{68.847%{transform:translate(94.2416vw,68.847vh) scale(.6326)}to{transform:translate(93.5673vw,99vh) scale(.6326)}}.snow:nth-child(84){opacity:1.6174;transform:translate(14.2151vw,-10px) scale(.3001);animation:fall-84 27s -2s linear infinite}@keyframes fall-84{78.529%{transform:translate(6.0691vw,78.529vh) scale(.3001)}to{transform:translate(10.1421vw,99vh) scale(.3001)}}.snow:nth-child(85){opacity:.8296;transform:translate(59.6372vw,-10px) scale(.1135);animation:fall-85 24s -2s linear infinite}@keyframes fall-85{43.759%{transform:translate(65.7905vw,43.759vh) scale(.1135)}to{transform:translate(62.71385vw,99vh) scale(.1135)}}.snow:nth-child(86){opacity:.28;transform:translate(93.2704vw,-10px) scale(.91);animation:fall-86 22s -14s linear infinite}@keyframes fall-86{44.215%{transform:translate(91.3848vw,44.215vh) scale(.91)}to{transform:translate(92.3276vw,99vh) scale(.91)}}.snow:nth-child(87){opacity:.6956;transform:translate(83.3091vw,-10px) scale(.0078);animation:fall-87 29s -1s linear infinite}@keyframes fall-87{48.553%{transform:translate(86.8345vw,48.553vh) scale(.0078)}to{transform:translate(85.0718vw,99vh) scale(.0078)}}.snow:nth-child(88){opacity:1.3762;transform:translate(21.5113vw,-10px) scale(.4869);animation:fall-88 25s -16s linear infinite}@keyframes fall-88{71.586%{transform:translate(25.8001vw,71.586vh) scale(.4869)}to{transform:translate(23.6557vw,99vh) scale(.4869)}}.snow:nth-child(89){opacity:1.7066;transform:translate(44.9144vw,-10px) scale(.1591);animation:fall-89 18s -26s linear infinite}@keyframes fall-89{66.34%{transform:translate(38.9848vw,66.34vh) scale(.1591)}to{transform:translate(41.9496vw,99vh) scale(.1591)}}.snow:nth-child(90){opacity:.2966;transform:translate(35.5477vw,-10px) scale(.3409);animation:fall-90 21s -25s linear infinite}@keyframes fall-90{66.716%{transform:translate(31.7902vw,66.716vh) scale(.3409)}to{transform:translate(33.66895vw,99vh) scale(.3409)}}.snow:nth-child(91){opacity:1.3732;transform:translate(54.0464vw,-10px) scale(.8398);animation:fall-91 22s -14s linear infinite}@keyframes fall-91{62.798%{transform:translate(63.6107vw,62.798vh) scale(.8398)}to{transform:translate(58.82855vw,99vh) scale(.8398)}}.snow:nth-child(92){opacity:.9226;transform:translate(5.6852vw,-10px) scale(.7534);animation:fall-92 25s -4s linear infinite}@keyframes fall-92{33.726%{transform:translate(14.6641vw,33.726vh) scale(.7534)}to{transform:translate(10.17465vw,99vh) scale(.7534)}}.snow:nth-child(93){opacity:1.684;transform:translate(54.0037vw,-10px) scale(.1335);animation:fall-93 23s -6s linear infinite}@keyframes fall-93{61.66%{transform:translate(45.415vw,61.66vh) scale(.1335)}to{transform:translate(49.70935vw,99vh) scale(.1335)}}.snow:nth-child(94){opacity:.5796;transform:translate(34.0059vw,-10px) scale(.6885);animation:fall-94 22s -24s linear infinite}@keyframes fall-94{63.392%{transform:translate(31.2385vw,63.392vh) scale(.6885)}to{transform:translate(32.6222vw,99vh) scale(.6885)}}.snow:nth-child(95){opacity:.525;transform:translate(6.3297vw,-10px) scale(.203);animation:fall-95 27s -8s linear infinite}@keyframes fall-95{62.197%{transform:translate(-.9811vw,62.197vh) scale(.203)}to{transform:translate(2.6743vw,99vh) scale(.203)}}.snow:nth-child(96){opacity:.5408;transform:translate(30.1796vw,-10px) scale(.7151);animation:fall-96 17s -28s linear infinite}@keyframes fall-96{77.044%{transform:translate(29.3973vw,77.044vh) scale(.7151)}to{transform:translate(29.78845vw,99vh) scale(.7151)}}.snow:nth-child(97){opacity:1.8792;transform:translate(89.3444vw,-10px) scale(.0376);animation:fall-97 12s -14s linear infinite}@keyframes fall-97{62.743%{transform:translate(84.0135vw,62.743vh) scale(.0376)}to{transform:translate(86.67895vw,99vh) scale(.0376)}}.snow:nth-child(98){opacity:.1448;transform:translate(4.4019vw,-10px) scale(.8745);animation:fall-98 23s -5s linear infinite}@keyframes fall-98{67.192%{transform:translate(1.6142vw,67.192vh) scale(.8745)}to{transform:translate(3.00805vw,99vh) scale(.8745)}}.snow:nth-child(99){opacity:1.1684;transform:translate(94.7558vw,-10px) scale(.1812);animation:fall-99 17s -7s linear infinite}@keyframes fall-99{36.367%{transform:translate(101.6897vw,36.367vh) scale(.1812)}to{transform:translate(98.22275vw,99vh) scale(.1812)}}.snow:nth-child(100){opacity:.5668;transform:translate(83.043vw,-10px) scale(.6344);animation:fall-100 19s -23s linear infinite}@keyframes fall-100{38.001%{transform:translate(87.3975vw,38.001vh) scale(.6344)}to{transform:translate(85.22025vw,99vh) scale(.6344)}}.snow:nth-child(101){opacity:.3882;transform:translate(2.8512vw,-10px) scale(.1863);animation:fall-101 15s -25s linear infinite}@keyframes fall-101{30.581%{transform:translate(.4929vw,30.581vh) scale(.1863)}to{transform:translate(1.67205vw,99vh) scale(.1863)}}.snow:nth-child(102){opacity:.991;transform:translate(54.6514vw,-10px) scale(.7229);animation:fall-102 25s -26s linear infinite}@keyframes fall-102{35.628%{transform:translate(52.5366vw,35.628vh) scale(.7229)}to{transform:translate(53.594vw,99vh) scale(.7229)}}.snow:nth-child(103){opacity:.698;transform:translate(79.9604vw,-10px) scale(.8101);animation:fall-103 12s -16s linear infinite}@keyframes fall-103{76.331%{transform:translate(79.9294vw,76.331vh) scale(.8101)}to{transform:translate(79.9449vw,99vh) scale(.8101)}}.snow:nth-child(104){opacity:.7498;transform:translate(91.1796vw,-10px) scale(.2689);animation:fall-104 10s -25s linear infinite}@keyframes fall-104{40.976%{transform:translate(85.8666vw,40.976vh) scale(.2689)}to{transform:translate(88.5231vw,99vh) scale(.2689)}}.snow:nth-child(105){opacity:1.1464;transform:translate(35.9602vw,-10px) scale(.8492);animation:fall-105 19s -11s linear infinite}@keyframes fall-105{65.657%{transform:translate(28.2969vw,65.657vh) scale(.8492)}to{transform:translate(32.12855vw,99vh) scale(.8492)}}.snow:nth-child(106){opacity:.373;transform:translate(93.3609vw,-10px) scale(.3111);animation:fall-106 30s -18s linear infinite}@keyframes fall-106{72.765%{transform:translate(96.4475vw,72.765vh) scale(.3111)}to{transform:translate(94.9042vw,99vh) scale(.3111)}}.snow:nth-child(107){opacity:1.4738;transform:translate(76.1516vw,-10px) scale(.8918);animation:fall-107 20s -12s linear infinite}@keyframes fall-107{60.049%{transform:translate(70.8615vw,60.049vh) scale(.8918)}to{transform:translate(73.50655vw,99vh) scale(.8918)}}.snow:nth-child(108){opacity:1.2162;transform:translate(55.303vw,-10px) scale(.2769);animation:fall-108 30s -25s linear infinite}@keyframes fall-108{62.42%{transform:translate(63.2836vw,62.42vh) scale(.2769)}to{transform:translate(59.2933vw,99vh) scale(.2769)}}.snow:nth-child(109){opacity:1.7544;transform:translate(96.4922vw,-10px) scale(.6548);animation:fall-109 12s -12s linear infinite}@keyframes fall-109{78.396%{transform:translate(93.811vw,78.396vh) scale(.6548)}to{transform:translate(95.1516vw,99vh) scale(.6548)}}.snow:nth-child(110){opacity:.9706;transform:translate(40.7041vw,-10px) scale(.3578);animation:fall-110 14s -28s linear infinite}@keyframes fall-110{44.386%{transform:translate(39.766vw,44.386vh) scale(.3578)}to{transform:translate(40.23505vw,99vh) scale(.3578)}}.snow:nth-child(111){opacity:1.295;transform:translate(60.9253vw,-10px) scale(.5514);animation:fall-111 26s -29s linear infinite}@keyframes fall-111{69.113%{transform:translate(63.3306vw,69.113vh) scale(.5514)}to{transform:translate(62.12795vw,99vh) scale(.5514)}}.snow:nth-child(112){opacity:1.0058;transform:translate(1.8156vw,-10px) scale(.4579);animation:fall-112 11s -26s linear infinite}@keyframes fall-112{42.649%{transform:translate(9.1069vw,42.649vh) scale(.4579)}to{transform:translate(5.46125vw,99vh) scale(.4579)}}.snow:nth-child(113){opacity:1.8264;transform:translate(37.1335vw,-10px) scale(.1398);animation:fall-113 27s -12s linear infinite}@keyframes fall-113{44.558%{transform:translate(40.0635vw,44.558vh) scale(.1398)}to{transform:translate(38.5985vw,99vh) scale(.1398)}}.snow:nth-child(114){opacity:.135;transform:translate(53.7556vw,-10px) scale(.3007);animation:fall-114 22s -17s linear infinite}@keyframes fall-114{35.686%{transform:translate(50.3788vw,35.686vh) scale(.3007)}to{transform:translate(52.0672vw,99vh) scale(.3007)}}.snow:nth-child(115){opacity:.7334;transform:translate(2.3794vw,-10px) scale(.8405);animation:fall-115 21s -11s linear infinite}@keyframes fall-115{33.03%{transform:translate(3.2671vw,33.03vh) scale(.8405)}to{transform:translate(2.82325vw,99vh) scale(.8405)}}.snow:nth-child(116){opacity:1.7412;transform:translate(86.3223vw,-10px) scale(.6584);animation:fall-116 29s -11s linear infinite}@keyframes fall-116{54.957%{transform:translate(90.6507vw,54.957vh) scale(.6584)}to{transform:translate(88.4865vw,99vh) scale(.6584)}}.snow:nth-child(117){opacity:1.8554;transform:translate(71.0786vw,-10px) scale(.241);animation:fall-117 11s -22s linear infinite}@keyframes fall-117{63.832%{transform:translate(79.138vw,63.832vh) scale(.241)}to{transform:translate(75.1083vw,99vh) scale(.241)}}.snow:nth-child(118){opacity:1.8292;transform:translate(90.3303vw,-10px) scale(.5756);animation:fall-118 23s -6s linear infinite}@keyframes fall-118{76.183%{transform:translate(87.7698vw,76.183vh) scale(.5756)}to{transform:translate(89.05005vw,99vh) scale(.5756)}}.snow:nth-child(119){opacity:.7026;transform:translate(43.1457vw,-10px) scale(.4912);animation:fall-119 14s -4s linear infinite}@keyframes fall-119{55.187%{transform:translate(41.6461vw,55.187vh) scale(.4912)}to{transform:translate(42.3959vw,99vh) scale(.4912)}}.snow:nth-child(120){opacity:1.0994;transform:translate(53.5853vw,-10px) scale(.4026);animation:fall-120 16s -21s linear infinite}@keyframes fall-120{69.021%{transform:translate(56.3661vw,69.021vh) scale(.4026)}to{transform:translate(54.9757vw,99vh) scale(.4026)}}.snow:nth-child(121){opacity:1.4476;transform:translate(87.2078vw,-10px) scale(.8982);animation:fall-121 25s -10s linear infinite}@keyframes fall-121{73.387%{transform:translate(78.9vw,73.387vh) scale(.8982)}to{transform:translate(83.0539vw,99vh) scale(.8982)}}.snow:nth-child(122){opacity:.8054;transform:translate(19.7755vw,-10px) scale(.4472);animation:fall-122 23s -9s linear infinite}@keyframes fall-122{63.097%{transform:translate(11.4787vw,63.097vh) scale(.4472)}to{transform:translate(15.6271vw,99vh) scale(.4472)}}.snow:nth-child(123){opacity:1.2404;transform:translate(39.3736vw,-10px) scale(.0058);animation:fall-123 17s -17s linear infinite}@keyframes fall-123{76.674%{transform:translate(32.6995vw,76.674vh) scale(.0058)}to{transform:translate(36.03655vw,99vh) scale(.0058)}}.snow:nth-child(124){opacity:.263;transform:translate(51.607vw,-10px) scale(.5056);animation:fall-124 15s -21s linear infinite}@keyframes fall-124{35.054%{transform:translate(50.4162vw,35.054vh) scale(.5056)}to{transform:translate(51.0116vw,99vh) scale(.5056)}}.snow:nth-child(125){opacity:1.488;transform:translate(62.2691vw,-10px) scale(.7265);animation:fall-125 23s -13s linear infinite}@keyframes fall-125{74.798%{transform:translate(62.3143vw,74.798vh) scale(.7265)}to{transform:translate(62.2917vw,99vh) scale(.7265)}}.snow:nth-child(126){opacity:.793;transform:translate(83.7839vw,-10px) scale(.6199);animation:fall-126 30s -4s linear infinite}@keyframes fall-126{62.769%{transform:translate(80.4115vw,62.769vh) scale(.6199)}to{transform:translate(82.0977vw,99vh) scale(.6199)}}.snow:nth-child(127){opacity:.3368;transform:translate(99.763vw,-10px) scale(.0941);animation:fall-127 28s -18s linear infinite}@keyframes fall-127{43.765%{transform:translate(90.9085vw,43.765vh) scale(.0941)}to{transform:translate(95.33575vw,99vh) scale(.0941)}}.snow:nth-child(128){opacity:1.61;transform:translate(47.9115vw,-10px) scale(.4784);animation:fall-128 10s -28s linear infinite}@keyframes fall-128{56.378%{transform:translate(39.2079vw,56.378vh) scale(.4784)}to{transform:translate(43.5597vw,99vh) scale(.4784)}}.snow:nth-child(129){opacity:1.3328;transform:translate(98.4938vw,-10px) scale(.1493);animation:fall-129 20s -28s linear infinite}@keyframes fall-129{55.573%{transform:translate(91.2984vw,55.573vh) scale(.1493)}to{transform:translate(94.8961vw,99vh) scale(.1493)}}.snow:nth-child(130){opacity:1.1312;transform:translate(73.652vw,-10px) scale(.6793);animation:fall-130 14s -24s linear infinite}@keyframes fall-130{58.397%{transform:translate(64.8416vw,58.397vh) scale(.6793)}to{transform:translate(69.2468vw,99vh) scale(.6793)}}.snow:nth-child(131){opacity:1.5318;transform:translate(24.9346vw,-10px) scale(.2232);animation:fall-131 18s -29s linear infinite}@keyframes fall-131{55.047%{transform:translate(15.259vw,55.047vh) scale(.2232)}to{transform:translate(20.0968vw,99vh) scale(.2232)}}.snow:nth-child(132){opacity:1.6476;transform:translate(22.147vw,-10px) scale(.2123);animation:fall-132 11s -18s linear infinite}@keyframes fall-132{70.023%{transform:translate(23.5276vw,70.023vh) scale(.2123)}to{transform:translate(22.8373vw,99vh) scale(.2123)}}.snow:nth-child(133){opacity:1.027;transform:translate(65.7687vw,-10px) scale(.8355);animation:fall-133 19s -14s linear infinite}@keyframes fall-133{50.236%{transform:translate(60.2567vw,50.236vh) scale(.8355)}to{transform:translate(63.0127vw,99vh) scale(.8355)}}.snow:nth-child(134){opacity:1.853;transform:translate(97.5983vw,-10px) scale(.7058);animation:fall-134 24s -5s linear infinite}@keyframes fall-134{66.06%{transform:translate(105.2071vw,66.06vh) scale(.7058)}to{transform:translate(101.4027vw,99vh) scale(.7058)}}.snow:nth-child(135){opacity:1.8442;transform:translate(11.7832vw,-10px) scale(.3375);animation:fall-135 14s -29s linear infinite}@keyframes fall-135{61.72%{transform:translate(20.1419vw,61.72vh) scale(.3375)}to{transform:translate(15.96255vw,99vh) scale(.3375)}}.snow:nth-child(136){opacity:1.7528;transform:translate(79.4094vw,-10px) scale(.6191);animation:fall-136 17s -5s linear infinite}@keyframes fall-136{74.098%{transform:translate(76.9384vw,74.098vh) scale(.6191)}to{transform:translate(78.1739vw,99vh) scale(.6191)}}.snow:nth-child(137){opacity:1.5218;transform:translate(92.0115vw,-10px) scale(.9764);animation:fall-137 28s -17s linear infinite}@keyframes fall-137{39.55%{transform:translate(89.7633vw,39.55vh) scale(.9764)}to{transform:translate(90.8874vw,99vh) scale(.9764)}}.snow:nth-child(138){opacity:.3664;transform:translate(60.9124vw,-10px) scale(.0863);animation:fall-138 16s -1s linear infinite}@keyframes fall-138{62.659%{transform:translate(66.7115vw,62.659vh) scale(.0863)}to{transform:translate(63.81195vw,99vh) scale(.0863)}}.snow:nth-child(139){opacity:1.356;transform:translate(96.7998vw,-10px) scale(.0084);animation:fall-139 13s -18s linear infinite}@keyframes fall-139{34.67%{transform:translate(87.5446vw,34.67vh) scale(.0084)}to{transform:translate(92.1722vw,99vh) scale(.0084)}}.snow:nth-child(140){opacity:.9604;transform:translate(86.4002vw,-10px) scale(.5607);animation:fall-140 20s -1s linear infinite}@keyframes fall-140{50.562%{transform:translate(95.8687vw,50.562vh) scale(.5607)}to{transform:translate(91.13445vw,99vh) scale(.5607)}}.snow:nth-child(141){opacity:.581;transform:translate(88.2076vw,-10px) scale(.7056);animation:fall-141 13s -26s linear infinite}@keyframes fall-141{54.596%{transform:translate(90.2623vw,54.596vh) scale(.7056)}to{transform:translate(89.23495vw,99vh) scale(.7056)}}.snow:nth-child(142){opacity:1.5942;transform:translate(29.8856vw,-10px) scale(.3278);animation:fall-142 25s -13s linear infinite}@keyframes fall-142{59.739%{transform:translate(32.3785vw,59.739vh) scale(.3278)}to{transform:translate(31.13205vw,99vh) scale(.3278)}}.snow:nth-child(143){opacity:1.6648;transform:translate(2.6682vw,-10px) scale(.5861);animation:fall-143 27s -8s linear infinite}@keyframes fall-143{61.171%{transform:translate(8.3343vw,61.171vh) scale(.5861)}to{transform:translate(5.50125vw,99vh) scale(.5861)}}.snow:nth-child(144){opacity:.3712;transform:translate(84.7047vw,-10px) scale(.617);animation:fall-144 11s -4s linear infinite}@keyframes fall-144{37.967%{transform:translate(77.0308vw,37.967vh) scale(.617)}to{transform:translate(80.86775vw,99vh) scale(.617)}}.snow:nth-child(145){opacity:1.371;transform:translate(64.5852vw,-10px) scale(.4037);animation:fall-145 24s -6s linear infinite}@keyframes fall-145{78.35%{transform:translate(71.5234vw,78.35vh) scale(.4037)}to{transform:translate(68.0543vw,99vh) scale(.4037)}}.snow:nth-child(146){opacity:1.5566;transform:translate(29.4202vw,-10px) scale(.9417);animation:fall-146 15s -29s linear infinite}@keyframes fall-146{37.513%{transform:translate(36.4282vw,37.513vh) scale(.9417)}to{transform:translate(32.9242vw,99vh) scale(.9417)}}.snow:nth-child(147){opacity:.8702;transform:translate(19.8617vw,-10px) scale(.9027);animation:fall-147 26s -18s linear infinite}@keyframes fall-147{50.121%{transform:translate(28.5402vw,50.121vh) scale(.9027)}to{transform:translate(24.20095vw,99vh) scale(.9027)}}.snow:nth-child(148){opacity:1.162;transform:translate(17.026vw,-10px) scale(.5459);animation:fall-148 10s -23s linear infinite}@keyframes fall-148{78.821%{transform:translate(25.548vw,78.821vh) scale(.5459)}to{transform:translate(21.287vw,99vh) scale(.5459)}}.snow:nth-child(149){opacity:1.2262;transform:translate(30.6788vw,-10px) scale(.9438);animation:fall-149 28s -4s linear infinite}@keyframes fall-149{35.932%{transform:translate(22.0059vw,35.932vh) scale(.9438)}to{transform:translate(26.34235vw,99vh) scale(.9438)}}.snow:nth-child(150){opacity:.3474;transform:translate(38.5715vw,-10px) scale(.8466);animation:fall-150 18s -11s linear infinite}@keyframes fall-150{41.624%{transform:translate(42.6678vw,41.624vh) scale(.8466)}to{transform:translate(40.61965vw,99vh) scale(.8466)}}.snow:nth-child(151){opacity:.6786;transform:translate(66.6333vw,-10px) scale(.5014);animation:fall-151 23s -20s linear infinite}@keyframes fall-151{61.489%{transform:translate(75.2449vw,61.489vh) scale(.5014)}to{transform:translate(70.9391vw,99vh) scale(.5014)}}.snow:nth-child(152){opacity:.6958;transform:translate(61.6127vw,-10px) scale(.4457);animation:fall-152 18s -14s linear infinite}@keyframes fall-152{63.114%{transform:translate(61.4195vw,63.114vh) scale(.4457)}to{transform:translate(61.5161vw,99vh) scale(.4457)}}.snow:nth-child(153){opacity:1.7414;transform:translate(99.5507vw,-10px) scale(.559);animation:fall-153 21s -8s linear infinite}@keyframes fall-153{44.012%{transform:translate(92.5561vw,44.012vh) scale(.559)}to{transform:translate(96.0534vw,99vh) scale(.559)}}.snow:nth-child(154){opacity:1.0614;transform:translate(56.5338vw,-10px) scale(.673);animation:fall-154 11s -23s linear infinite}@keyframes fall-154{61.122%{transform:translate(46.9999vw,61.122vh) scale(.673)}to{transform:translate(51.76685vw,99vh) scale(.673)}}.snow:nth-child(155){opacity:1.9194;transform:translate(53.5572vw,-10px) scale(.1929);animation:fall-155 19s -4s linear infinite}@keyframes fall-155{64.672%{transform:translate(59.2514vw,64.672vh) scale(.1929)}to{transform:translate(56.4043vw,99vh) scale(.1929)}}.snow:nth-child(156){opacity:.2078;transform:translate(1.7163vw,-10px) scale(.7215);animation:fall-156 25s -30s linear infinite}@keyframes fall-156{69.838%{transform:translate(7.4806vw,69.838vh) scale(.7215)}to{transform:translate(4.59845vw,99vh) scale(.7215)}}.snow:nth-child(157){opacity:1.9726;transform:translate(30.5854vw,-10px) scale(.8781);animation:fall-157 29s -23s linear infinite}@keyframes fall-157{78.234%{transform:translate(29.4363vw,78.234vh) scale(.8781)}to{transform:translate(30.01085vw,99vh) scale(.8781)}}.snow:nth-child(158){opacity:.9968;transform:translate(23.3659vw,-10px) scale(.9206);animation:fall-158 30s -9s linear infinite}@keyframes fall-158{32.736%{transform:translate(28.6466vw,32.736vh) scale(.9206)}to{transform:translate(26.00625vw,99vh) scale(.9206)}}.snow:nth-child(159){opacity:.8734;transform:translate(90.0856vw,-10px) scale(.8912);animation:fall-159 18s -27s linear infinite}@keyframes fall-159{54.664%{transform:translate(85.1087vw,54.664vh) scale(.8912)}to{transform:translate(87.59715vw,99vh) scale(.8912)}}.snow:nth-child(160){opacity:.2708;transform:translate(33.1844vw,-10px) scale(.1369);animation:fall-160 22s -16s linear infinite}@keyframes fall-160{75.003%{transform:translate(31.9571vw,75.003vh) scale(.1369)}to{transform:translate(32.57075vw,99vh) scale(.1369)}}.snow:nth-child(161){opacity:1.5448;transform:translate(38.3555vw,-10px) scale(.8465);animation:fall-161 23s -11s linear infinite}@keyframes fall-161{39.608%{transform:translate(34.7697vw,39.608vh) scale(.8465)}to{transform:translate(36.5626vw,99vh) scale(.8465)}}.snow:nth-child(162){opacity:1.2394;transform:translate(76.5129vw,-10px) scale(.4807);animation:fall-162 25s -18s linear infinite}@keyframes fall-162{73.637%{transform:translate(70.9072vw,73.637vh) scale(.4807)}to{transform:translate(73.71005vw,99vh) scale(.4807)}}.snow:nth-child(163){opacity:.2684;transform:translate(23.9304vw,-10px) scale(.5621);animation:fall-163 12s -23s linear infinite}@keyframes fall-163{58.673%{transform:translate(26.9509vw,58.673vh) scale(.5621)}to{transform:translate(25.44065vw,99vh) scale(.5621)}}.snow:nth-child(164){opacity:.1684;transform:translate(82.3662vw,-10px) scale(.2991);animation:fall-164 15s -1s linear infinite}@keyframes fall-164{46.055%{transform:translate(87.6401vw,46.055vh) scale(.2991)}to{transform:translate(85.00315vw,99vh) scale(.2991)}}.snow:nth-child(165){opacity:.482;transform:translate(92.5685vw,-10px) scale(.7142);animation:fall-165 10s -17s linear infinite}@keyframes fall-165{77.728%{transform:translate(99.2403vw,77.728vh) scale(.7142)}to{transform:translate(95.9044vw,99vh) scale(.7142)}}.snow:nth-child(166){opacity:.7044;transform:translate(22.4934vw,-10px) scale(.7609);animation:fall-166 11s -4s linear infinite}@keyframes fall-166{45.784%{transform:translate(31.3859vw,45.784vh) scale(.7609)}to{transform:translate(26.93965vw,99vh) scale(.7609)}}.snow:nth-child(167){opacity:.8166;transform:translate(32.1598vw,-10px) scale(.4045);animation:fall-167 29s -23s linear infinite}@keyframes fall-167{57.648%{transform:translate(30.6888vw,57.648vh) scale(.4045)}to{transform:translate(31.4243vw,99vh) scale(.4045)}}.snow:nth-child(168){opacity:1.8426;transform:translate(35.5439vw,-10px) scale(.2705);animation:fall-168 27s -10s linear infinite}@keyframes fall-168{64.444%{transform:translate(30.5386vw,64.444vh) scale(.2705)}to{transform:translate(33.04125vw,99vh) scale(.2705)}}.snow:nth-child(169){opacity:1.0256;transform:translate(96.9217vw,-10px) scale(.8103);animation:fall-169 27s -3s linear infinite}@keyframes fall-169{51.386%{transform:translate(101.7028vw,51.386vh) scale(.8103)}to{transform:translate(99.31225vw,99vh) scale(.8103)}}.snow:nth-child(170){opacity:.9604;transform:translate(54.2201vw,-10px) scale(.823);animation:fall-170 19s -16s linear infinite}@keyframes fall-170{55.461%{transform:translate(50.4247vw,55.461vh) scale(.823)}to{transform:translate(52.3224vw,99vh) scale(.823)}}.snow:nth-child(171){opacity:1.1868;transform:translate(90.8337vw,-10px) scale(.8744);animation:fall-171 27s -2s linear infinite}@keyframes fall-171{64.475%{transform:translate(96.4887vw,64.475vh) scale(.8744)}to{transform:translate(93.6612vw,99vh) scale(.8744)}}.snow:nth-child(172){opacity:1.1408;transform:translate(66.8676vw,-10px) scale(.9851);animation:fall-172 12s -23s linear infinite}@keyframes fall-172{73.602%{transform:translate(63.3384vw,73.602vh) scale(.9851)}to{transform:translate(65.103vw,99vh) scale(.9851)}}.snow:nth-child(173){opacity:.2992;transform:translate(61.5161vw,-10px) scale(.9646);animation:fall-173 26s -8s linear infinite}@keyframes fall-173{30.248%{transform:translate(52.776vw,30.248vh) scale(.9646)}to{transform:translate(57.14605vw,99vh) scale(.9646)}}.snow:nth-child(174){opacity:.1446;transform:translate(21.9301vw,-10px) scale(.6528);animation:fall-174 25s -27s linear infinite}@keyframes fall-174{45.187%{transform:translate(17.0842vw,45.187vh) scale(.6528)}to{transform:translate(19.50715vw,99vh) scale(.6528)}}.snow:nth-child(175){opacity:.5138;transform:translate(7.3459vw,-10px) scale(.6746);animation:fall-175 17s -8s linear infinite}@keyframes fall-175{31.568%{transform:translate(9.6483vw,31.568vh) scale(.6746)}to{transform:translate(8.4971vw,99vh) scale(.6746)}}.snow:nth-child(176){opacity:.1014;transform:translate(90.7156vw,-10px) scale(.4201);animation:fall-176 29s -23s linear infinite}@keyframes fall-176{49.315%{transform:translate(85.9238vw,49.315vh) scale(.4201)}to{transform:translate(88.3197vw,99vh) scale(.4201)}}.snow:nth-child(177){opacity:.3644;transform:translate(62.19vw,-10px) scale(.5586);animation:fall-177 27s -27s linear infinite}@keyframes fall-177{64.143%{transform:translate(68.0842vw,64.143vh) scale(.5586)}to{transform:translate(65.1371vw,99vh) scale(.5586)}}.snow:nth-child(178){opacity:1.0992;transform:translate(63.1368vw,-10px) scale(.0843);animation:fall-178 28s -5s linear infinite}@keyframes fall-178{69.967%{transform:translate(62.3851vw,69.967vh) scale(.0843)}to{transform:translate(62.76095vw,99vh) scale(.0843)}}.snow:nth-child(179){opacity:.2388;transform:translate(10.2839vw,-10px) scale(.4016);animation:fall-179 30s -13s linear infinite}@keyframes fall-179{77.036%{transform:translate(18.5626vw,77.036vh) scale(.4016)}to{transform:translate(14.42325vw,99vh) scale(.4016)}}.snow:nth-child(180){opacity:1.6362;transform:translate(4.1044vw,-10px) scale(.5957);animation:fall-180 13s -1s linear infinite}@keyframes fall-180{41.214%{transform:translate(5.7216vw,41.214vh) scale(.5957)}to{transform:translate(4.913vw,99vh) scale(.5957)}}.snow:nth-child(181){opacity:1.2936;transform:translate(60.9179vw,-10px) scale(.9408);animation:fall-181 25s -9s linear infinite}@keyframes fall-181{76.12%{transform:translate(61.8717vw,76.12vh) scale(.9408)}to{transform:translate(61.3948vw,99vh) scale(.9408)}}.snow:nth-child(182){opacity:1.8912;transform:translate(53.9308vw,-10px) scale(.8265);animation:fall-182 20s -25s linear infinite}@keyframes fall-182{79.658%{transform:translate(59.0002vw,79.658vh) scale(.8265)}to{transform:translate(56.4655vw,99vh) scale(.8265)}}.snow:nth-child(183){opacity:1.813;transform:translate(84.9225vw,-10px) scale(.7735);animation:fall-183 11s -9s linear infinite}@keyframes fall-183{30.273%{transform:translate(90.9746vw,30.273vh) scale(.7735)}to{transform:translate(87.94855vw,99vh) scale(.7735)}}.snow:nth-child(184){opacity:1.3138;transform:translate(74.791vw,-10px) scale(.6325);animation:fall-184 23s -11s linear infinite}@keyframes fall-184{51.354%{transform:translate(69.1605vw,51.354vh) scale(.6325)}to{transform:translate(71.97575vw,99vh) scale(.6325)}}.snow:nth-child(185){opacity:1.5294;transform:translate(93.3805vw,-10px) scale(.5312);animation:fall-185 18s -22s linear infinite}@keyframes fall-185{50.378%{transform:translate(86.5875vw,50.378vh) scale(.5312)}to{transform:translate(89.984vw,99vh) scale(.5312)}}.snow:nth-child(186){opacity:1.6312;transform:translate(47.774vw,-10px) scale(.7045);animation:fall-186 27s -3s linear infinite}@keyframes fall-186{79.191%{transform:translate(44.8885vw,79.191vh) scale(.7045)}to{transform:translate(46.33125vw,99vh) scale(.7045)}}.snow:nth-child(187){opacity:.9574;transform:translate(77.435vw,-10px) scale(.2887);animation:fall-187 20s -14s linear infinite}@keyframes fall-187{78.045%{transform:translate(71.8649vw,78.045vh) scale(.2887)}to{transform:translate(74.64995vw,99vh) scale(.2887)}}.snow:nth-child(188){opacity:.3768;transform:translate(96.7134vw,-10px) scale(.6208);animation:fall-188 18s -28s linear infinite}@keyframes fall-188{42.458%{transform:translate(94.066vw,42.458vh) scale(.6208)}to{transform:translate(95.3897vw,99vh) scale(.6208)}}.snow:nth-child(189){opacity:1.2492;transform:translate(89.1148vw,-10px) scale(.4718);animation:fall-189 21s -17s linear infinite}@keyframes fall-189{49.176%{transform:translate(79.8807vw,49.176vh) scale(.4718)}to{transform:translate(84.49775vw,99vh) scale(.4718)}}.snow:nth-child(190){opacity:1.3484;transform:translate(12.4982vw,-10px) scale(.1896);animation:fall-190 19s -12s linear infinite}@keyframes fall-190{50.416%{transform:translate(9.0971vw,50.416vh) scale(.1896)}to{transform:translate(10.79765vw,99vh) scale(.1896)}}.snow:nth-child(191){opacity:1.778;transform:translate(5.9235vw,-10px) scale(.419);animation:fall-191 13s -23s linear infinite}@keyframes fall-191{76.686%{transform:translate(8.3121vw,76.686vh) scale(.419)}to{transform:translate(7.1178vw,99vh) scale(.419)}}.snow:nth-child(192){opacity:1.2692;transform:translate(83.3289vw,-10px) scale(.695);animation:fall-192 27s -19s linear infinite}@keyframes fall-192{32.695%{transform:translate(81.6288vw,32.695vh) scale(.695)}to{transform:translate(82.47885vw,99vh) scale(.695)}}.snow:nth-child(193){opacity:.2634;transform:translate(27.7216vw,-10px) scale(.1997);animation:fall-193 11s -5s linear infinite}@keyframes fall-193{56.893%{transform:translate(28.7794vw,56.893vh) scale(.1997)}to{transform:translate(28.2505vw,99vh) scale(.1997)}}.snow:nth-child(194){opacity:1.1106;transform:translate(84.0761vw,-10px) scale(.3474);animation:fall-194 28s -16s linear infinite}@keyframes fall-194{67.561%{transform:translate(92.5043vw,67.561vh) scale(.3474)}to{transform:translate(88.2902vw,99vh) scale(.3474)}}.snow:nth-child(195){opacity:1.151;transform:translate(76.1881vw,-10px) scale(.3448);animation:fall-195 25s -6s linear infinite}@keyframes fall-195{60.046%{transform:translate(73.6516vw,60.046vh) scale(.3448)}to{transform:translate(74.91985vw,99vh) scale(.3448)}}.snow:nth-child(196){opacity:.0872;transform:translate(62.6536vw,-10px) scale(.5082);animation:fall-196 29s -1s linear infinite}@keyframes fall-196{33.076%{transform:translate(65.7568vw,33.076vh) scale(.5082)}to{transform:translate(64.2052vw,99vh) scale(.5082)}}.snow:nth-child(197){opacity:.1754;transform:translate(11.6501vw,-10px) scale(.1012);animation:fall-197 15s -13s linear infinite}@keyframes fall-197{42.393%{transform:translate(18.9005vw,42.393vh) scale(.1012)}to{transform:translate(15.2753vw,99vh) scale(.1012)}}.snow:nth-child(198){opacity:.8308;transform:translate(92.7697vw,-10px) scale(.8521);animation:fall-198 23s -14s linear infinite}@keyframes fall-198{47.152%{transform:translate(89.7664vw,47.152vh) scale(.8521)}to{transform:translate(91.26805vw,99vh) scale(.8521)}}.snow:nth-child(199){opacity:.8306;transform:translate(10.6589vw,-10px) scale(.5955);animation:fall-199 15s -1s linear infinite}@keyframes fall-199{34.081%{transform:translate(9.9044vw,34.081vh) scale(.5955)}to{transform:translate(10.28165vw,99vh) scale(.5955)}}.snow:nth-child(200){opacity:1.223;transform:translate(81.0175vw,-10px) scale(.7726);animation:fall-200 27s -12s linear infinite}@keyframes fall-200{44.331%{transform:translate(84.8589vw,44.331vh) scale(.7726)}to{transform:translate(82.9382vw,99vh) scale(.7726)}}.snow:nth-child(201){opacity:.9082;transform:translate(27.4323vw,-10px) scale(.4044);animation:fall-201 27s -16s linear infinite}@keyframes fall-201{76.728%{transform:translate(21.6526vw,76.728vh) scale(.4044)}to{transform:translate(24.54245vw,99vh) scale(.4044)}}.snow:nth-child(202){opacity:1.0214;transform:translate(23.6475vw,-10px) scale(.8214);animation:fall-202 11s -24s linear infinite}@keyframes fall-202{64.965%{transform:translate(21.067vw,64.965vh) scale(.8214)}to{transform:translate(22.35725vw,99vh) scale(.8214)}}.snow:nth-child(203){opacity:.0766;transform:translate(3.615vw,-10px) scale(.2774);animation:fall-203 17s -3s linear infinite}@keyframes fall-203{42.711%{transform:translate(8.8105vw,42.711vh) scale(.2774)}to{transform:translate(6.21275vw,99vh) scale(.2774)}}.snow:nth-child(204){opacity:1.8398;transform:translate(31.4979vw,-10px) scale(.687);animation:fall-204 21s -21s linear infinite}@keyframes fall-204{75.992%{transform:translate(31.4338vw,75.992vh) scale(.687)}to{transform:translate(31.46585vw,99vh) scale(.687)}}.snow:nth-child(205){opacity:.9884;transform:translate(94.1585vw,-10px) scale(.3215);animation:fall-205 29s -9s linear infinite}@keyframes fall-205{69.53%{transform:translate(96.9362vw,69.53vh) scale(.3215)}to{transform:translate(95.54735vw,99vh) scale(.3215)}}.snow:nth-child(206){opacity:1.6002;transform:translate(41.6914vw,-10px) scale(.6689);animation:fall-206 28s -29s linear infinite}@keyframes fall-206{42.929%{transform:translate(38.0973vw,42.929vh) scale(.6689)}to{transform:translate(39.89435vw,99vh) scale(.6689)}}.snow:nth-child(207){opacity:1.509;transform:translate(7.8037vw,-10px) scale(.4579);animation:fall-207 21s -25s linear infinite}@keyframes fall-207{65.627%{transform:translate(8.9414vw,65.627vh) scale(.4579)}to{transform:translate(8.37255vw,99vh) scale(.4579)}}.snow:nth-child(208){opacity:1.0552;transform:translate(57.7136vw,-10px) scale(.5528);animation:fall-208 14s -18s linear infinite}@keyframes fall-208{54.288%{transform:translate(47.7334vw,54.288vh) scale(.5528)}to{transform:translate(52.7235vw,99vh) scale(.5528)}}.snow:nth-child(209){opacity:.2428;transform:translate(37.6168vw,-10px) scale(.6921);animation:fall-209 30s -10s linear infinite}@keyframes fall-209{74.608%{transform:translate(35.7704vw,74.608vh) scale(.6921)}to{transform:translate(36.6936vw,99vh) scale(.6921)}}.snow:nth-child(210){opacity:.003;transform:translate(1.6478vw,-10px) scale(.0875);animation:fall-210 16s -18s linear infinite}@keyframes fall-210{67.907%{transform:translate(4.8861vw,67.907vh) scale(.0875)}to{transform:translate(3.26695vw,99vh) scale(.0875)}}.snow:nth-child(211){opacity:.4428;transform:translate(61.9538vw,-10px) scale(.3151);animation:fall-211 25s -27s linear infinite}@keyframes fall-211{50.544%{transform:translate(70.8285vw,50.544vh) scale(.3151)}to{transform:translate(66.39115vw,99vh) scale(.3151)}}.snow:nth-child(212){opacity:.0186;transform:translate(17.6006vw,-10px) scale(.5323);animation:fall-212 25s -19s linear infinite}@keyframes fall-212{34.946%{transform:translate(8.9973vw,34.946vh) scale(.5323)}to{transform:translate(13.29895vw,99vh) scale(.5323)}}.snow:nth-child(213){opacity:.3466;transform:translate(87.8204vw,-10px) scale(.0652);animation:fall-213 24s -24s linear infinite}@keyframes fall-213{36.384%{transform:translate(89.5514vw,36.384vh) scale(.0652)}to{transform:translate(88.6859vw,99vh) scale(.0652)}}.snow:nth-child(214){opacity:1.2614;transform:translate(44.7869vw,-10px) scale(.565);animation:fall-214 30s -3s linear infinite}@keyframes fall-214{37.686%{transform:translate(47.3586vw,37.686vh) scale(.565)}to{transform:translate(46.07275vw,99vh) scale(.565)}}.snow:nth-child(215){opacity:1.082;transform:translate(98.2963vw,-10px) scale(.257);animation:fall-215 23s -21s linear infinite}@keyframes fall-215{65.205%{transform:translate(100.9185vw,65.205vh) scale(.257)}to{transform:translate(99.6074vw,99vh) scale(.257)}}.snow:nth-child(216){opacity:.891;transform:translate(19.6869vw,-10px) scale(.0745);animation:fall-216 29s -1s linear infinite}@keyframes fall-216{47.83%{transform:translate(20.4874vw,47.83vh) scale(.0745)}to{transform:translate(20.08715vw,99vh) scale(.0745)}}.snow:nth-child(217){opacity:1.9638;transform:translate(12.6665vw,-10px) scale(.9315);animation:fall-217 13s -29s linear infinite}@keyframes fall-217{51.508%{transform:translate(15.8023vw,51.508vh) scale(.9315)}to{transform:translate(14.2344vw,99vh) scale(.9315)}}.snow:nth-child(218){opacity:.4344;transform:translate(49.7238vw,-10px) scale(.3742);animation:fall-218 16s -5s linear infinite}@keyframes fall-218{41.31%{transform:translate(56.1542vw,41.31vh) scale(.3742)}to{transform:translate(52.939vw,99vh) scale(.3742)}}.snow:nth-child(219){opacity:1.576;transform:translate(68.8882vw,-10px) scale(.9449);animation:fall-219 24s -5s linear infinite}@keyframes fall-219{49.189%{transform:translate(62.9303vw,49.189vh) scale(.9449)}to{transform:translate(65.90925vw,99vh) scale(.9449)}}.snow:nth-child(220){opacity:1.9238;transform:translate(44.9988vw,-10px) scale(.5882);animation:fall-220 30s -10s linear infinite}@keyframes fall-220{74.069%{transform:translate(51.2243vw,74.069vh) scale(.5882)}to{transform:translate(48.11155vw,99vh) scale(.5882)}}.snow:nth-child(221){opacity:1.3038;transform:translate(14.3536vw,-10px) scale(.3607);animation:fall-221 30s -8s linear infinite}@keyframes fall-221{46.456%{transform:translate(11.7287vw,46.456vh) scale(.3607)}to{transform:translate(13.04115vw,99vh) scale(.3607)}}.snow:nth-child(222){opacity:1.588;transform:translate(89.7972vw,-10px) scale(.6892);animation:fall-222 30s -30s linear infinite}@keyframes fall-222{74.635%{transform:translate(95.0607vw,74.635vh) scale(.6892)}to{transform:translate(92.42895vw,99vh) scale(.6892)}}.snow:nth-child(223){opacity:1.971;transform:translate(19.0072vw,-10px) scale(.5955);animation:fall-223 17s -23s linear infinite}@keyframes fall-223{75.382%{transform:translate(28.9159vw,75.382vh) scale(.5955)}to{transform:translate(23.96155vw,99vh) scale(.5955)}}.snow:nth-child(224){opacity:1.5862;transform:translate(74.8281vw,-10px) scale(.0795);animation:fall-224 24s -25s linear infinite}@keyframes fall-224{40.612%{transform:translate(71.9929vw,40.612vh) scale(.0795)}to{transform:translate(73.4105vw,99vh) scale(.0795)}}.snow:nth-child(225){opacity:1.4876;transform:translate(28.5436vw,-10px) scale(.6568);animation:fall-225 30s -23s linear infinite}@keyframes fall-225{47.137%{transform:translate(29.3082vw,47.137vh) scale(.6568)}to{transform:translate(28.9259vw,99vh) scale(.6568)}}.snow:nth-child(226){opacity:.6054;transform:translate(13.8727vw,-10px) scale(.8177);animation:fall-226 12s -1s linear infinite}@keyframes fall-226{48.652%{transform:translate(15.0695vw,48.652vh) scale(.8177)}to{transform:translate(14.4711vw,99vh) scale(.8177)}}.snow:nth-child(227){opacity:.0158;transform:translate(49.7421vw,-10px) scale(.2413);animation:fall-227 29s -6s linear infinite}@keyframes fall-227{57.168%{transform:translate(42.6431vw,57.168vh) scale(.2413)}to{transform:translate(46.1926vw,99vh) scale(.2413)}}.snow:nth-child(228){opacity:.7216;transform:translate(29.7852vw,-10px) scale(.9508);animation:fall-228 27s -3s linear infinite}@keyframes fall-228{64.264%{transform:translate(31.5589vw,64.264vh) scale(.9508)}to{transform:translate(30.67205vw,99vh) scale(.9508)}}.snow:nth-child(229){opacity:.8184;transform:translate(43.5454vw,-10px) scale(.0976);animation:fall-229 26s -29s linear infinite}@keyframes fall-229{47.718%{transform:translate(49.9445vw,47.718vh) scale(.0976)}to{transform:translate(46.74495vw,99vh) scale(.0976)}}.snow:nth-child(230){opacity:.931;transform:translate(85.0258vw,-10px) scale(.3954);animation:fall-230 22s -17s linear infinite}@keyframes fall-230{37.504%{transform:translate(80.0336vw,37.504vh) scale(.3954)}to{transform:translate(82.5297vw,99vh) scale(.3954)}}.snow:nth-child(231){opacity:1.9502;transform:translate(31.8431vw,-10px) scale(.5968);animation:fall-231 14s -27s linear infinite}@keyframes fall-231{75.075%{transform:translate(36.6368vw,75.075vh) scale(.5968)}to{transform:translate(34.23995vw,99vh) scale(.5968)}}.snow:nth-child(232){opacity:1.7548;transform:translate(40.2065vw,-10px) scale(.317);animation:fall-232 28s -1s linear infinite}@keyframes fall-232{69.777%{transform:translate(34.3934vw,69.777vh) scale(.317)}to{transform:translate(37.29995vw,99vh) scale(.317)}}.snow:nth-child(233){opacity:.0286;transform:translate(61.2888vw,-10px) scale(.7258);animation:fall-233 12s -23s linear infinite}@keyframes fall-233{34.996%{transform:translate(54.8755vw,34.996vh) scale(.7258)}to{transform:translate(58.08215vw,99vh) scale(.7258)}}.snow:nth-child(234){opacity:1.6312;transform:translate(33.4794vw,-10px) scale(.4266);animation:fall-234 29s -16s linear infinite}@keyframes fall-234{52.209%{transform:translate(25.7312vw,52.209vh) scale(.4266)}to{transform:translate(29.6053vw,99vh) scale(.4266)}}.snow:nth-child(235){opacity:1.988;transform:translate(25.3699vw,-10px) scale(.6035);animation:fall-235 28s -20s linear infinite}@keyframes fall-235{37.173%{transform:translate(20.1697vw,37.173vh) scale(.6035)}to{transform:translate(22.7698vw,99vh) scale(.6035)}}.snow:nth-child(236){opacity:1.8714;transform:translate(48.0039vw,-10px) scale(.7584);animation:fall-236 13s -29s linear infinite}@keyframes fall-236{79.512%{transform:translate(44.3552vw,79.512vh) scale(.7584)}to{transform:translate(46.17955vw,99vh) scale(.7584)}}.snow:nth-child(237){opacity:.6366;transform:translate(61.6723vw,-10px) scale(.0808);animation:fall-237 12s -20s linear infinite}@keyframes fall-237{60.894%{transform:translate(55.9337vw,60.894vh) scale(.0808)}to{transform:translate(58.803vw,99vh) scale(.0808)}}.snow:nth-child(238){opacity:.3074;transform:translate(7.9283vw,-10px) scale(.6261);animation:fall-238 27s -17s linear infinite}@keyframes fall-238{40.289%{transform:translate(15.0871vw,40.289vh) scale(.6261)}to{transform:translate(11.5077vw,99vh) scale(.6261)}}.snow:nth-child(239){opacity:1.2076;transform:translate(59.6312vw,-10px) scale(.057);animation:fall-239 27s -24s linear infinite}@keyframes fall-239{78.714%{transform:translate(68.3348vw,78.714vh) scale(.057)}to{transform:translate(63.983vw,99vh) scale(.057)}}.snow:nth-child(240){opacity:.7528;transform:translate(14.7402vw,-10px) scale(.127);animation:fall-240 17s -28s linear infinite}@keyframes fall-240{76.422%{transform:translate(16.2164vw,76.422vh) scale(.127)}to{transform:translate(15.4783vw,99vh) scale(.127)}}.snow:nth-child(241){opacity:.032;transform:translate(17.6863vw,-10px) scale(.5343);animation:fall-241 28s -13s linear infinite}@keyframes fall-241{63.376%{transform:translate(26.201vw,63.376vh) scale(.5343)}to{transform:translate(21.94365vw,99vh) scale(.5343)}}.snow:nth-child(242){opacity:.6864;transform:translate(65.8676vw,-10px) scale(.9398);animation:fall-242 19s -21s linear infinite}@keyframes fall-242{48.69%{transform:translate(57.0614vw,48.69vh) scale(.9398)}to{transform:translate(61.4645vw,99vh) scale(.9398)}}.snow:nth-child(243){opacity:1.3792;transform:translate(62.3472vw,-10px) scale(.204);animation:fall-243 29s -12s linear infinite}@keyframes fall-243{33.814%{transform:translate(66.9776vw,33.814vh) scale(.204)}to{transform:translate(64.6624vw,99vh) scale(.204)}}.snow:nth-child(244){opacity:1.4942;transform:translate(40.7972vw,-10px) scale(.8449);animation:fall-244 19s -6s linear infinite}@keyframes fall-244{58.602%{transform:translate(44.0476vw,58.602vh) scale(.8449)}to{transform:translate(42.4224vw,99vh) scale(.8449)}}.snow:nth-child(245){opacity:1.0988;transform:translate(87.6628vw,-10px) scale(.9436);animation:fall-245 22s -8s linear infinite}@keyframes fall-245{58.12%{transform:translate(93.6439vw,58.12vh) scale(.9436)}to{transform:translate(90.65335vw,99vh) scale(.9436)}}.snow:nth-child(246){opacity:.6314;transform:translate(.8755vw,-10px) scale(.7382);animation:fall-246 29s -25s linear infinite}@keyframes fall-246{49.235%{transform:translate(.8068vw,49.235vh) scale(.7382)}to{transform:translate(.84115vw,99vh) scale(.7382)}}.snow:nth-child(247){opacity:1.0248;transform:translate(44.5313vw,-10px) scale(.5813);animation:fall-247 13s -16s linear infinite}@keyframes fall-247{53.6%{transform:translate(46.2222vw,53.6vh) scale(.5813)}to{transform:translate(45.37675vw,99vh) scale(.5813)}}.snow:nth-child(248){opacity:.6446;transform:translate(25.2318vw,-10px) scale(.6727);animation:fall-248 30s -20s linear infinite}@keyframes fall-248{51.04%{transform:translate(17.1729vw,51.04vh) scale(.6727)}to{transform:translate(21.20235vw,99vh) scale(.6727)}}.snow:nth-child(249){opacity:1.4998;transform:translate(56.1474vw,-10px) scale(.4906);animation:fall-249 17s -20s linear infinite}@keyframes fall-249{30.591%{transform:translate(57.64vw,30.591vh) scale(.4906)}to{transform:translate(56.8937vw,99vh) scale(.4906)}}.snow:nth-child(250){opacity:1.9938;transform:translate(62.3642vw,-10px) scale(.4251);animation:fall-250 29s -4s linear infinite}@keyframes fall-250{74.288%{transform:translate(65.2121vw,74.288vh) scale(.4251)}to{transform:translate(63.78815vw,99vh) scale(.4251)}}.snow:nth-child(251){opacity:.2576;transform:translate(.2224vw,-10px) scale(.8044);animation:fall-251 24s -5s linear infinite}@keyframes fall-251{72.222%{transform:translate(-4.3331vw,72.222vh) scale(.8044)}to{transform:translate(-2.05535vw,99vh) scale(.8044)}}.snow:nth-child(252){opacity:1.7214;transform:translate(78.2228vw,-10px) scale(.9809);animation:fall-252 18s -11s linear infinite}@keyframes fall-252{51.498%{transform:translate(87.0291vw,51.498vh) scale(.9809)}to{transform:translate(82.62595vw,99vh) scale(.9809)}}.snow:nth-child(253){opacity:1.4066;transform:translate(26.2259vw,-10px) scale(.051);animation:fall-253 24s -14s linear infinite}@keyframes fall-253{35.367%{transform:translate(22.3886vw,35.367vh) scale(.051)}to{transform:translate(24.30725vw,99vh) scale(.051)}}.snow:nth-child(254){opacity:1.7752;transform:translate(96.5994vw,-10px) scale(.7901);animation:fall-254 27s -30s linear infinite}@keyframes fall-254{71.753%{transform:translate(90.1798vw,71.753vh) scale(.7901)}to{transform:translate(93.3896vw,99vh) scale(.7901)}}.snow:nth-child(255){opacity:1.871;transform:translate(91.5414vw,-10px) scale(.4971);animation:fall-255 27s -24s linear infinite}@keyframes fall-255{63.035%{transform:translate(84.1996vw,63.035vh) scale(.4971)}to{transform:translate(87.8705vw,99vh) scale(.4971)}}.snow:nth-child(256){opacity:1.6338;transform:translate(47.5065vw,-10px) scale(.3105);animation:fall-256 16s -14s linear infinite}@keyframes fall-256{70.969%{transform:translate(38.28vw,70.969vh) scale(.3105)}to{transform:translate(42.89325vw,99vh) scale(.3105)}}.snow:nth-child(257){opacity:.4562;transform:translate(79.973vw,-10px) scale(.7426);animation:fall-257 20s -16s linear infinite}@keyframes fall-257{73.015%{transform:translate(72.102vw,73.015vh) scale(.7426)}to{transform:translate(76.0375vw,99vh) scale(.7426)}}.snow:nth-child(258){opacity:1.3234;transform:translate(5.3071vw,-10px) scale(.2338);animation:fall-258 11s -4s linear infinite}@keyframes fall-258{75.837%{transform:translate(7.646vw,75.837vh) scale(.2338)}to{transform:translate(6.47655vw,99vh) scale(.2338)}}.snow:nth-child(259){opacity:.9384;transform:translate(56.4645vw,-10px) scale(.1157);animation:fall-259 13s -16s linear infinite}@keyframes fall-259{73.587%{transform:translate(53.1898vw,73.587vh) scale(.1157)}to{transform:translate(54.82715vw,99vh) scale(.1157)}}.snow:nth-child(260){opacity:.1486;transform:translate(48.522vw,-10px) scale(.2858);animation:fall-260 11s -8s linear infinite}@keyframes fall-260{65.624%{transform:translate(45.5209vw,65.624vh) scale(.2858)}to{transform:translate(47.02145vw,99vh) scale(.2858)}}.snow:nth-child(261){opacity:.7944;transform:translate(7.1296vw,-10px) scale(.1205);animation:fall-261 12s -21s linear infinite}@keyframes fall-261{52.692%{transform:translate(11.881vw,52.692vh) scale(.1205)}to{transform:translate(9.5053vw,99vh) scale(.1205)}}.snow:nth-child(262){opacity:.8374;transform:translate(52.1883vw,-10px) scale(.6191);animation:fall-262 28s -19s linear infinite}@keyframes fall-262{36.671%{transform:translate(46.5866vw,36.671vh) scale(.6191)}to{transform:translate(49.38745vw,99vh) scale(.6191)}}.snow:nth-child(263){opacity:.8766;transform:translate(74.7169vw,-10px) scale(.4892);animation:fall-263 22s -26s linear infinite}@keyframes fall-263{50.438%{transform:translate(81.4799vw,50.438vh) scale(.4892)}to{transform:translate(78.0984vw,99vh) scale(.4892)}}.snow:nth-child(264){opacity:.6272;transform:translate(49.1127vw,-10px) scale(.8255);animation:fall-264 27s -12s linear infinite}@keyframes fall-264{31.545%{transform:translate(52.6184vw,31.545vh) scale(.8255)}to{transform:translate(50.86555vw,99vh) scale(.8255)}}.snow:nth-child(265){opacity:1.1578;transform:translate(4.7206vw,-10px) scale(.1757);animation:fall-265 17s -25s linear infinite}@keyframes fall-265{74.339%{transform:translate(-1.3109vw,74.339vh) scale(.1757)}to{transform:translate(1.70485vw,99vh) scale(.1757)}}.snow:nth-child(266){opacity:.841;transform:translate(45.7527vw,-10px) scale(.5646);animation:fall-266 18s -21s linear infinite}@keyframes fall-266{54.935%{transform:translate(38.3657vw,54.935vh) scale(.5646)}to{transform:translate(42.0592vw,99vh) scale(.5646)}}.snow:nth-child(267){opacity:.4648;transform:translate(31.7859vw,-10px) scale(.7092);animation:fall-267 30s -14s linear infinite}@keyframes fall-267{38.198%{transform:translate(38.8751vw,38.198vh) scale(.7092)}to{transform:translate(35.3305vw,99vh) scale(.7092)}}.snow:nth-child(268){opacity:.9562;transform:translate(25.1722vw,-10px) scale(.4309);animation:fall-268 23s -11s linear infinite}@keyframes fall-268{77.769%{transform:translate(17.2826vw,77.769vh) scale(.4309)}to{transform:translate(21.2274vw,99vh) scale(.4309)}}.snow:nth-child(269){opacity:1.0024;transform:translate(59.762vw,-10px) scale(.5733);animation:fall-269 17s -30s linear infinite}@keyframes fall-269{77.985%{transform:translate(60.5096vw,77.985vh) scale(.5733)}to{transform:translate(60.1358vw,99vh) scale(.5733)}}.snow:nth-child(270){opacity:1.2554;transform:translate(97.4164vw,-10px) scale(.3677);animation:fall-270 12s -29s linear infinite}@keyframes fall-270{72.16%{transform:translate(104.4321vw,72.16vh) scale(.3677)}to{transform:translate(100.92425vw,99vh) scale(.3677)}}.snow:nth-child(271){opacity:1.656;transform:translate(50.8148vw,-10px) scale(.6882);animation:fall-271 19s -8s linear infinite}@keyframes fall-271{34.448%{transform:translate(54.1947vw,34.448vh) scale(.6882)}to{transform:translate(52.50475vw,99vh) scale(.6882)}}.snow:nth-child(272){opacity:1.3952;transform:translate(26.7892vw,-10px) scale(.9397);animation:fall-272 23s -25s linear infinite}@keyframes fall-272{49.321%{transform:translate(17.0203vw,49.321vh) scale(.9397)}to{transform:translate(21.90475vw,99vh) scale(.9397)}}.snow:nth-child(273){opacity:1.9366;transform:translate(57.7374vw,-10px) scale(.9382);animation:fall-273 12s -27s linear infinite}@keyframes fall-273{78.815%{transform:translate(64.7682vw,78.815vh) scale(.9382)}to{transform:translate(61.2528vw,99vh) scale(.9382)}}.snow:nth-child(274){opacity:.4866;transform:translate(13.3141vw,-10px) scale(.3007);animation:fall-274 27s -13s linear infinite}@keyframes fall-274{44.254%{transform:translate(18.9435vw,44.254vh) scale(.3007)}to{transform:translate(16.1288vw,99vh) scale(.3007)}}.snow:nth-child(275){opacity:1.156;transform:translate(43.0837vw,-10px) scale(.004);animation:fall-275 28s -21s linear infinite}@keyframes fall-275{65.343%{transform:translate(40.8885vw,65.343vh) scale(.004)}to{transform:translate(41.9861vw,99vh) scale(.004)}}.snow:nth-child(276){opacity:.947;transform:translate(67.3634vw,-10px) scale(.0064);animation:fall-276 16s -21s linear infinite}@keyframes fall-276{74.443%{transform:translate(75.5745vw,74.443vh) scale(.0064)}to{transform:translate(71.46895vw,99vh) scale(.0064)}}.snow:nth-child(277){opacity:1.5408;transform:translate(29.4715vw,-10px) scale(.3017);animation:fall-277 22s -7s linear infinite}@keyframes fall-277{61.34%{transform:translate(30.4203vw,61.34vh) scale(.3017)}to{transform:translate(29.9459vw,99vh) scale(.3017)}}.snow:nth-child(278){opacity:.6846;transform:translate(83.3308vw,-10px) scale(.8488);animation:fall-278 25s -15s linear infinite}@keyframes fall-278{68.16%{transform:translate(74.9605vw,68.16vh) scale(.8488)}to{transform:translate(79.14565vw,99vh) scale(.8488)}}.snow:nth-child(279){opacity:.5386;transform:translate(22.4671vw,-10px) scale(.3086);animation:fall-279 14s -4s linear infinite}@keyframes fall-279{54.598%{transform:translate(17.9687vw,54.598vh) scale(.3086)}to{transform:translate(20.2179vw,99vh) scale(.3086)}}.snow:nth-child(280){opacity:.152;transform:translate(69.4716vw,-10px) scale(.9786);animation:fall-280 13s -14s linear infinite}@keyframes fall-280{74.133%{transform:translate(73.0983vw,74.133vh) scale(.9786)}to{transform:translate(71.28495vw,99vh) scale(.9786)}}.snow:nth-child(281){opacity:1.3106;transform:translate(83.4928vw,-10px) scale(.5665);animation:fall-281 28s -2s linear infinite}@keyframes fall-281{64.038%{transform:translate(77.92vw,64.038vh) scale(.5665)}to{transform:translate(80.7064vw,99vh) scale(.5665)}}.snow:nth-child(282){opacity:1.1178;transform:translate(65.9996vw,-10px) scale(.6604);animation:fall-282 23s -1s linear infinite}@keyframes fall-282{78.31%{transform:translate(56.9457vw,78.31vh) scale(.6604)}to{transform:translate(61.47265vw,99vh) scale(.6604)}}.snow:nth-child(283){opacity:.5634;transform:translate(36.4925vw,-10px) scale(.1214);animation:fall-283 12s -11s linear infinite}@keyframes fall-283{32.978%{transform:translate(26.4931vw,32.978vh) scale(.1214)}to{transform:translate(31.4928vw,99vh) scale(.1214)}}.snow:nth-child(284){opacity:.152;transform:translate(61.6777vw,-10px) scale(.5906);animation:fall-284 27s -5s linear infinite}@keyframes fall-284{64.109%{transform:translate(71.0005vw,64.109vh) scale(.5906)}to{transform:translate(66.3391vw,99vh) scale(.5906)}}.snow:nth-child(285){opacity:1.104;transform:translate(65.4285vw,-10px) scale(.373);animation:fall-285 30s -24s linear infinite}@keyframes fall-285{31.474%{transform:translate(66.6958vw,31.474vh) scale(.373)}to{transform:translate(66.06215vw,99vh) scale(.373)}}.snow:nth-child(286){opacity:1.1824;transform:translate(57.4054vw,-10px) scale(.2526);animation:fall-286 17s -7s linear infinite}@keyframes fall-286{72.111%{transform:translate(47.8824vw,72.111vh) scale(.2526)}to{transform:translate(52.6439vw,99vh) scale(.2526)}}.snow:nth-child(287){opacity:.9336;transform:translate(44.6989vw,-10px) scale(.9655);animation:fall-287 11s -2s linear infinite}@keyframes fall-287{36.913%{transform:translate(50.529vw,36.913vh) scale(.9655)}to{transform:translate(47.61395vw,99vh) scale(.9655)}}.snow:nth-child(288){opacity:.834;transform:translate(49.9717vw,-10px) scale(.0449);animation:fall-288 23s -23s linear infinite}@keyframes fall-288{51.157%{transform:translate(41.6931vw,51.157vh) scale(.0449)}to{transform:translate(45.8324vw,99vh) scale(.0449)}}.snow:nth-child(289){opacity:1.9836;transform:translate(28.0021vw,-10px) scale(.4549);animation:fall-289 17s -15s linear infinite}@keyframes fall-289{77.326%{transform:translate(33.8016vw,77.326vh) scale(.4549)}to{transform:translate(30.90185vw,99vh) scale(.4549)}}.snow:nth-child(290){opacity:.6164;transform:translate(17.6956vw,-10px) scale(.8387);animation:fall-290 25s -30s linear infinite}@keyframes fall-290{66.977%{transform:translate(21.6591vw,66.977vh) scale(.8387)}to{transform:translate(19.67735vw,99vh) scale(.8387)}}.snow:nth-child(291){opacity:.8998;transform:translate(4.5851vw,-10px) scale(.6041);animation:fall-291 10s -30s linear infinite}@keyframes fall-291{53.582%{transform:translate(5.978vw,53.582vh) scale(.6041)}to{transform:translate(5.28155vw,99vh) scale(.6041)}}.snow:nth-child(292){opacity:1.4854;transform:translate(33.9181vw,-10px) scale(.8845);animation:fall-292 27s -19s linear infinite}@keyframes fall-292{34.517%{transform:translate(28.2665vw,34.517vh) scale(.8845)}to{transform:translate(31.0923vw,99vh) scale(.8845)}}.snow:nth-child(293){opacity:.5992;transform:translate(18.7224vw,-10px) scale(.5132);animation:fall-293 12s -12s linear infinite}@keyframes fall-293{48.397%{transform:translate(9.5536vw,48.397vh) scale(.5132)}to{transform:translate(14.138vw,99vh) scale(.5132)}}.snow:nth-child(294){opacity:.2772;transform:translate(47.1286vw,-10px) scale(.1209);animation:fall-294 29s -13s linear infinite}@keyframes fall-294{42.228%{transform:translate(37.2873vw,42.228vh) scale(.1209)}to{transform:translate(42.20795vw,99vh) scale(.1209)}}.snow:nth-child(295){opacity:.7318;transform:translate(64.2308vw,-10px) scale(.23);animation:fall-295 11s -1s linear infinite}@keyframes fall-295{67.023%{transform:translate(54.7183vw,67.023vh) scale(.23)}to{transform:translate(59.47455vw,99vh) scale(.23)}}.snow:nth-child(296){opacity:1.7244;transform:translate(20.7569vw,-10px) scale(.2458);animation:fall-296 10s -14s linear infinite}@keyframes fall-296{79.82%{transform:translate(19.1655vw,79.82vh) scale(.2458)}to{transform:translate(19.9612vw,99vh) scale(.2458)}}.snow:nth-child(297){opacity:1.2096;transform:translate(78.0666vw,-10px) scale(.7207);animation:fall-297 19s -25s linear infinite}@keyframes fall-297{61.295%{transform:translate(84.5709vw,61.295vh) scale(.7207)}to{transform:translate(81.31875vw,99vh) scale(.7207)}}.snow:nth-child(298){opacity:.3574;transform:translate(66.3322vw,-10px) scale(.9414);animation:fall-298 11s -11s linear infinite}@keyframes fall-298{69.952%{transform:translate(65.4102vw,69.952vh) scale(.9414)}to{transform:translate(65.8712vw,99vh) scale(.9414)}}.snow:nth-child(299){opacity:.8554;transform:translate(.9106vw,-10px) scale(.0539);animation:fall-299 21s -21s linear infinite}@keyframes fall-299{34.753%{transform:translate(8.2463vw,34.753vh) scale(.0539)}to{transform:translate(4.57845vw,99vh) scale(.0539)}}.snow:nth-child(300){opacity:.5866;transform:translate(53.7963vw,-10px) scale(.1122);animation:fall-300 12s -12s linear infinite}@keyframes fall-300{71.198%{transform:translate(53.8112vw,71.198vh) scale(.1122)}to{transform:translate(53.80375vw,99vh) scale(.1122)}}.snow:nth-child(301){opacity:1.5842;transform:translate(83.0044vw,-10px) scale(.3146);animation:fall-301 19s -13s linear infinite}@keyframes fall-301{60.795%{transform:translate(91.0018vw,60.795vh) scale(.3146)}to{transform:translate(87.0031vw,99vh) scale(.3146)}}.snow:nth-child(302){opacity:.435;transform:translate(20.3351vw,-10px) scale(.6465);animation:fall-302 28s -15s linear infinite}@keyframes fall-302{40.024%{transform:translate(26.4402vw,40.024vh) scale(.6465)}to{transform:translate(23.38765vw,99vh) scale(.6465)}}.snow:nth-child(303){opacity:1.4232;transform:translate(98.3137vw,-10px) scale(.6096);animation:fall-303 14s -17s linear infinite}@keyframes fall-303{46.864%{transform:translate(105.1414vw,46.864vh) scale(.6096)}to{transform:translate(101.72755vw,99vh) scale(.6096)}}.snow:nth-child(304){opacity:1.8664;transform:translate(92.2687vw,-10px) scale(.3945);animation:fall-304 14s -9s linear infinite}@keyframes fall-304{56.149%{transform:translate(100.9768vw,56.149vh) scale(.3945)}to{transform:translate(96.62275vw,99vh) scale(.3945)}}.snow:nth-child(305){opacity:.8206;transform:translate(99.041vw,-10px) scale(.4258);animation:fall-305 16s -1s linear infinite}@keyframes fall-305{52.919%{transform:translate(108.3555vw,52.919vh) scale(.4258)}to{transform:translate(103.69825vw,99vh) scale(.4258)}}.snow:nth-child(306){opacity:1.3836;transform:translate(81.837vw,-10px) scale(.0718);animation:fall-306 17s -13s linear infinite}@keyframes fall-306{45.419%{transform:translate(75.0755vw,45.419vh) scale(.0718)}to{transform:translate(78.45625vw,99vh) scale(.0718)}}.snow:nth-child(307){opacity:1.1604;transform:translate(67.9187vw,-10px) scale(.5782);animation:fall-307 10s -3s linear infinite}@keyframes fall-307{53.062%{transform:translate(69.0215vw,53.062vh) scale(.5782)}to{transform:translate(68.4701vw,99vh) scale(.5782)}}.snow:nth-child(308){opacity:.0332;transform:translate(1.0781vw,-10px) scale(.0039);animation:fall-308 18s -10s linear infinite}@keyframes fall-308{70.597%{transform:translate(-6.8776vw,70.597vh) scale(.0039)}to{transform:translate(-2.89975vw,99vh) scale(.0039)}}.snow:nth-child(309){opacity:.5256;transform:translate(6.7722vw,-10px) scale(.7419);animation:fall-309 23s -10s linear infinite}@keyframes fall-309{49.026%{transform:translate(.7179vw,49.026vh) scale(.7419)}to{transform:translate(3.74505vw,99vh) scale(.7419)}}.snow:nth-child(310){opacity:1.406;transform:translate(99.4069vw,-10px) scale(.1116);animation:fall-310 14s -8s linear infinite}@keyframes fall-310{66.719%{transform:translate(108.614vw,66.719vh) scale(.1116)}to{transform:translate(104.01045vw,99vh) scale(.1116)}}.snow:nth-child(311){opacity:1.2578;transform:translate(12.84vw,-10px) scale(.697);animation:fall-311 10s -9s linear infinite}@keyframes fall-311{39.766%{transform:translate(14.586vw,39.766vh) scale(.697)}to{transform:translate(13.713vw,99vh) scale(.697)}}.snow:nth-child(312){opacity:1.938;transform:translate(10.842vw,-10px) scale(.1854);animation:fall-312 11s -28s linear infinite}@keyframes fall-312{67.537%{transform:translate(8.4468vw,67.537vh) scale(.1854)}to{transform:translate(9.6444vw,99vh) scale(.1854)}}.snow:nth-child(313){opacity:.4348;transform:translate(95.8391vw,-10px) scale(.7774);animation:fall-313 19s -20s linear infinite}@keyframes fall-313{37.874%{transform:translate(100.0634vw,37.874vh) scale(.7774)}to{transform:translate(97.95125vw,99vh) scale(.7774)}}.snow:nth-child(314){opacity:1.8184;transform:translate(47.3346vw,-10px) scale(.3649);animation:fall-314 10s -25s linear infinite}@keyframes fall-314{42.293%{transform:translate(47.9401vw,42.293vh) scale(.3649)}to{transform:translate(47.63735vw,99vh) scale(.3649)}}.snow:nth-child(315){opacity:.0492;transform:translate(53.9113vw,-10px) scale(.3734);animation:fall-315 22s -24s linear infinite}@keyframes fall-315{37.714%{transform:translate(61.0317vw,37.714vh) scale(.3734)}to{transform:translate(57.4715vw,99vh) scale(.3734)}}.snow:nth-child(316){opacity:1.729;transform:translate(52.7919vw,-10px) scale(.1641);animation:fall-316 10s -14s linear infinite}@keyframes fall-316{44.587%{transform:translate(52.324vw,44.587vh) scale(.1641)}to{transform:translate(52.55795vw,99vh) scale(.1641)}}.snow:nth-child(317){opacity:.55;transform:translate(5.4174vw,-10px) scale(.8529);animation:fall-317 24s -23s linear infinite}@keyframes fall-317{61.882%{transform:translate(3.8495vw,61.882vh) scale(.8529)}to{transform:translate(4.63345vw,99vh) scale(.8529)}}.snow:nth-child(318){opacity:.8506;transform:translate(58.3599vw,-10px) scale(.8947);animation:fall-318 14s -24s linear infinite}@keyframes fall-318{60.012%{transform:translate(57.5491vw,60.012vh) scale(.8947)}to{transform:translate(57.9545vw,99vh) scale(.8947)}}.snow:nth-child(319){opacity:.8824;transform:translate(75.939vw,-10px) scale(.4901);animation:fall-319 26s -12s linear infinite}@keyframes fall-319{37.826%{transform:translate(85.9271vw,37.826vh) scale(.4901)}to{transform:translate(80.93305vw,99vh) scale(.4901)}}.snow:nth-child(320){opacity:.9988;transform:translate(41.3355vw,-10px) scale(.5754);animation:fall-320 20s -26s linear infinite}@keyframes fall-320{67.408%{transform:translate(40.7822vw,67.408vh) scale(.5754)}to{transform:translate(41.05885vw,99vh) scale(.5754)}}.snow:nth-child(321){opacity:.9164;transform:translate(79.8295vw,-10px) scale(.5178);animation:fall-321 11s -4s linear infinite}@keyframes fall-321{60.793%{transform:translate(77.5801vw,60.793vh) scale(.5178)}to{transform:translate(78.7048vw,99vh) scale(.5178)}}.snow:nth-child(322){opacity:.1602;transform:translate(33.33vw,-10px) scale(.6639);animation:fall-322 30s -11s linear infinite}@keyframes fall-322{49.015%{transform:translate(39.9419vw,49.015vh) scale(.6639)}to{transform:translate(36.63595vw,99vh) scale(.6639)}}.snow:nth-child(323){opacity:.2514;transform:translate(50.5999vw,-10px) scale(.8587);animation:fall-323 30s -7s linear infinite}@keyframes fall-323{31.313%{transform:translate(50.1513vw,31.313vh) scale(.8587)}to{transform:translate(50.3756vw,99vh) scale(.8587)}}.snow:nth-child(324){opacity:1.7398;transform:translate(77.6342vw,-10px) scale(.9287);animation:fall-324 11s -10s linear infinite}@keyframes fall-324{43.047%{transform:translate(76.4284vw,43.047vh) scale(.9287)}to{transform:translate(77.0313vw,99vh) scale(.9287)}}.snow:nth-child(325){opacity:1.9404;transform:translate(74.8437vw,-10px) scale(.1402);animation:fall-325 15s -25s linear infinite}@keyframes fall-325{34.032%{transform:translate(67.6365vw,34.032vh) scale(.1402)}to{transform:translate(71.2401vw,99vh) scale(.1402)}}.snow:nth-child(326){opacity:1.2548;transform:translate(2.3471vw,-10px) scale(.3182);animation:fall-326 24s -10s linear infinite}@keyframes fall-326{34.34%{transform:translate(10.6346vw,34.34vh) scale(.3182)}to{transform:translate(6.49085vw,99vh) scale(.3182)}}.snow:nth-child(327){opacity:1.1058;transform:translate(93.4058vw,-10px) scale(.9226);animation:fall-327 18s -9s linear infinite}@keyframes fall-327{43.317%{transform:translate(86.0111vw,43.317vh) scale(.9226)}to{transform:translate(89.70845vw,99vh) scale(.9226)}}.snow:nth-child(328){opacity:1.009;transform:translate(45.8059vw,-10px) scale(.3168);animation:fall-328 17s -22s linear infinite}@keyframes fall-328{48.841%{transform:translate(45.3191vw,48.841vh) scale(.3168)}to{transform:translate(45.5625vw,99vh) scale(.3168)}}.snow:nth-child(329){opacity:.3218;transform:translate(9.9842vw,-10px) scale(.3818);animation:fall-329 26s -30s linear infinite}@keyframes fall-329{69.617%{transform:translate(6.8555vw,69.617vh) scale(.3818)}to{transform:translate(8.41985vw,99vh) scale(.3818)}}.snow:nth-child(330){opacity:.402;transform:translate(70.4158vw,-10px) scale(.6467);animation:fall-330 17s -11s linear infinite}@keyframes fall-330{36.422%{transform:translate(70.5883vw,36.422vh) scale(.6467)}to{transform:translate(70.50205vw,99vh) scale(.6467)}}.snow:nth-child(331){opacity:1.4012;transform:translate(11.7584vw,-10px) scale(.4026);animation:fall-331 27s -21s linear infinite}@keyframes fall-331{31.732%{transform:translate(12.4869vw,31.732vh) scale(.4026)}to{transform:translate(12.12265vw,99vh) scale(.4026)}}.snow:nth-child(332){opacity:1.0828;transform:translate(37.7459vw,-10px) scale(.3545);animation:fall-332 16s -19s linear infinite}@keyframes fall-332{46.343%{transform:translate(36.1722vw,46.343vh) scale(.3545)}to{transform:translate(36.95905vw,99vh) scale(.3545)}}.snow:nth-child(333){opacity:.1434;transform:translate(36.6218vw,-10px) scale(.6311);animation:fall-333 30s -26s linear infinite}@keyframes fall-333{59.891%{transform:translate(34.1162vw,59.891vh) scale(.6311)}to{transform:translate(35.369vw,99vh) scale(.6311)}}.snow:nth-child(334){opacity:.5594;transform:translate(20.7962vw,-10px) scale(.6447);animation:fall-334 21s -12s linear infinite}@keyframes fall-334{50.074%{transform:translate(18.2398vw,50.074vh) scale(.6447)}to{transform:translate(19.518vw,99vh) scale(.6447)}}.snow:nth-child(335){opacity:1.9984;transform:translate(93.5512vw,-10px) scale(.692);animation:fall-335 17s -29s linear infinite}@keyframes fall-335{59.375%{transform:translate(100.3914vw,59.375vh) scale(.692)}to{transform:translate(96.9713vw,99vh) scale(.692)}}.snow:nth-child(336){opacity:.9088;transform:translate(58.587vw,-10px) scale(.905);animation:fall-336 11s -9s linear infinite}@keyframes fall-336{43.853%{transform:translate(56.8179vw,43.853vh) scale(.905)}to{transform:translate(57.70245vw,99vh) scale(.905)}}.snow:nth-child(337){opacity:.47;transform:translate(24.7277vw,-10px) scale(.857);animation:fall-337 11s -28s linear infinite}@keyframes fall-337{50.032%{transform:translate(27.0168vw,50.032vh) scale(.857)}to{transform:translate(25.87225vw,99vh) scale(.857)}}.snow:nth-child(338){opacity:1.8426;transform:translate(71.3071vw,-10px) scale(.6652);animation:fall-338 14s -29s linear infinite}@keyframes fall-338{32.724%{transform:translate(76.6045vw,32.724vh) scale(.6652)}to{transform:translate(73.9558vw,99vh) scale(.6652)}}.snow:nth-child(339){opacity:1.9126;transform:translate(45.335vw,-10px) scale(.7841);animation:fall-339 14s -13s linear infinite}@keyframes fall-339{31.653%{transform:translate(48.8449vw,31.653vh) scale(.7841)}to{transform:translate(47.08995vw,99vh) scale(.7841)}}.snow:nth-child(340){opacity:.2896;transform:translate(43.9799vw,-10px) scale(.046);animation:fall-340 15s -17s linear infinite}@keyframes fall-340{42.461%{transform:translate(40.9887vw,42.461vh) scale(.046)}to{transform:translate(42.4843vw,99vh) scale(.046)}}.snow:nth-child(341){opacity:1.3204;transform:translate(68.82vw,-10px) scale(.0663);animation:fall-341 23s -14s linear infinite}@keyframes fall-341{48.032%{transform:translate(59.5233vw,48.032vh) scale(.0663)}to{transform:translate(64.17165vw,99vh) scale(.0663)}}.snow:nth-child(342){opacity:.521;transform:translate(84.5135vw,-10px) scale(.5953);animation:fall-342 27s -24s linear infinite}@keyframes fall-342{58.601%{transform:translate(85.0885vw,58.601vh) scale(.5953)}to{transform:translate(84.801vw,99vh) scale(.5953)}}.snow:nth-child(343){opacity:1.5174;transform:translate(58.7285vw,-10px) scale(.0438);animation:fall-343 30s -3s linear infinite}@keyframes fall-343{68.646%{transform:translate(57.5612vw,68.646vh) scale(.0438)}to{transform:translate(58.14485vw,99vh) scale(.0438)}}.snow:nth-child(344){opacity:1.07;transform:translate(45.7817vw,-10px) scale(.9634);animation:fall-344 17s -16s linear infinite}@keyframes fall-344{50.991%{transform:translate(44.3412vw,50.991vh) scale(.9634)}to{transform:translate(45.06145vw,99vh) scale(.9634)}}.snow:nth-child(345){opacity:.4156;transform:translate(73.8941vw,-10px) scale(.9311);animation:fall-345 21s -13s linear infinite}@keyframes fall-345{36.406%{transform:translate(78.4487vw,36.406vh) scale(.9311)}to{transform:translate(76.1714vw,99vh) scale(.9311)}}.snow:nth-child(346){opacity:1.0184;transform:translate(61.6202vw,-10px) scale(.9387);animation:fall-346 30s -20s linear infinite}@keyframes fall-346{38.181%{transform:translate(62.8181vw,38.181vh) scale(.9387)}to{transform:translate(62.21915vw,99vh) scale(.9387)}}.snow:nth-child(347){opacity:1.7882;transform:translate(33.9542vw,-10px) scale(.0709);animation:fall-347 19s -27s linear infinite}@keyframes fall-347{70.576%{transform:translate(41.678vw,70.576vh) scale(.0709)}to{transform:translate(37.8161vw,99vh) scale(.0709)}}.snow:nth-child(348){opacity:.4682;transform:translate(1.4994vw,-10px) scale(.0846);animation:fall-348 20s -1s linear infinite}@keyframes fall-348{73.767%{transform:translate(-7.9251vw,73.767vh) scale(.0846)}to{transform:translate(-3.21285vw,99vh) scale(.0846)}}.snow:nth-child(349){opacity:1.9532;transform:translate(26.388vw,-10px) scale(.67);animation:fall-349 29s -11s linear infinite}@keyframes fall-349{36.34%{transform:translate(17.143vw,36.34vh) scale(.67)}to{transform:translate(21.7655vw,99vh) scale(.67)}}.snow:nth-child(350){opacity:.1882;transform:translate(73.4556vw,-10px) scale(.7537);animation:fall-350 12s -21s linear infinite}@keyframes fall-350{58.694%{transform:translate(69.1238vw,58.694vh) scale(.7537)}to{transform:translate(71.2897vw,99vh) scale(.7537)}}.snow:nth-child(351){opacity:1.225;transform:translate(31.2881vw,-10px) scale(.71);animation:fall-351 25s -1s linear infinite}@keyframes fall-351{34.98%{transform:translate(37.6638vw,34.98vh) scale(.71)}to{transform:translate(34.47595vw,99vh) scale(.71)}}.snow:nth-child(352){opacity:1.2226;transform:translate(71.0094vw,-10px) scale(.8963);animation:fall-352 29s -28s linear infinite}@keyframes fall-352{48.905%{transform:translate(70.8586vw,48.905vh) scale(.8963)}to{transform:translate(70.934vw,99vh) scale(.8963)}}.snow:nth-child(353){opacity:1.6846;transform:translate(22.1395vw,-10px) scale(.1026);animation:fall-353 24s -2s linear infinite}@keyframes fall-353{53.618%{transform:translate(22.2068vw,53.618vh) scale(.1026)}to{transform:translate(22.17315vw,99vh) scale(.1026)}}.snow:nth-child(354){opacity:1.9124;transform:translate(22.643vw,-10px) scale(.8259);animation:fall-354 28s -20s linear infinite}@keyframes fall-354{69.555%{transform:translate(18.6089vw,69.555vh) scale(.8259)}to{transform:translate(20.62595vw,99vh) scale(.8259)}}.snow:nth-child(355){opacity:1.452;transform:translate(74.3092vw,-10px) scale(.9372);animation:fall-355 21s -26s linear infinite}@keyframes fall-355{57.117%{transform:translate(77.5475vw,57.117vh) scale(.9372)}to{transform:translate(75.92835vw,99vh) scale(.9372)}}.snow:nth-child(356){opacity:.4878;transform:translate(16.8811vw,-10px) scale(.607);animation:fall-356 13s -27s linear infinite}@keyframes fall-356{74.135%{transform:translate(15.021vw,74.135vh) scale(.607)}to{transform:translate(15.95105vw,99vh) scale(.607)}}.snow:nth-child(357){opacity:.3546;transform:translate(41.1329vw,-10px) scale(.1485);animation:fall-357 17s -17s linear infinite}@keyframes fall-357{39.013%{transform:translate(36.572vw,39.013vh) scale(.1485)}to{transform:translate(38.85245vw,99vh) scale(.1485)}}.snow:nth-child(358){opacity:.884;transform:translate(52.7863vw,-10px) scale(.9711);animation:fall-358 17s -17s linear infinite}@keyframes fall-358{70.302%{transform:translate(61.6644vw,70.302vh) scale(.9711)}to{transform:translate(57.22535vw,99vh) scale(.9711)}}.snow:nth-child(359){opacity:1.5488;transform:translate(35.7978vw,-10px) scale(.145);animation:fall-359 24s -29s linear infinite}@keyframes fall-359{61.847%{transform:translate(34.3118vw,61.847vh) scale(.145)}to{transform:translate(35.0548vw,99vh) scale(.145)}}.snow:nth-child(360){opacity:.9208;transform:translate(.407vw,-10px) scale(.6456);animation:fall-360 16s -24s linear infinite}@keyframes fall-360{73.778%{transform:translate(-4.0512vw,73.778vh) scale(.6456)}to{transform:translate(-1.8221vw,99vh) scale(.6456)}}.snow:nth-child(361){opacity:1.4598;transform:translate(19.9654vw,-10px) scale(.6284);animation:fall-361 18s -24s linear infinite}@keyframes fall-361{39.968%{transform:translate(27.9099vw,39.968vh) scale(.6284)}to{transform:translate(23.93765vw,99vh) scale(.6284)}}.snow:nth-child(362){opacity:.069;transform:translate(37.3428vw,-10px) scale(.4137);animation:fall-362 21s -29s linear infinite}@keyframes fall-362{70.356%{transform:translate(45.9466vw,70.356vh) scale(.4137)}to{transform:translate(41.6447vw,99vh) scale(.4137)}}.snow:nth-child(363){opacity:.007;transform:translate(48.6959vw,-10px) scale(.7182);animation:fall-363 20s -3s linear infinite}@keyframes fall-363{36.073%{transform:translate(52.3273vw,36.073vh) scale(.7182)}to{transform:translate(50.5116vw,99vh) scale(.7182)}}.snow:nth-child(364){opacity:.2608;transform:translate(34.7359vw,-10px) scale(.8834);animation:fall-364 17s -14s linear infinite}@keyframes fall-364{36.511%{transform:translate(31.0422vw,36.511vh) scale(.8834)}to{transform:translate(32.88905vw,99vh) scale(.8834)}}.snow:nth-child(365){opacity:.528;transform:translate(71.8308vw,-10px) scale(.159);animation:fall-365 29s -20s linear infinite}@keyframes fall-365{37.15%{transform:translate(74.9458vw,37.15vh) scale(.159)}to{transform:translate(73.3883vw,99vh) scale(.159)}}.snow:nth-child(366){opacity:.4094;transform:translate(46.8558vw,-10px) scale(.4662);animation:fall-366 25s -9s linear infinite}@keyframes fall-366{71.783%{transform:translate(42.6031vw,71.783vh) scale(.4662)}to{transform:translate(44.72945vw,99vh) scale(.4662)}}.snow:nth-child(367){opacity:1.4122;transform:translate(89.7077vw,-10px) scale(.1895);animation:fall-367 30s -19s linear infinite}@keyframes fall-367{31.548%{transform:translate(86.9703vw,31.548vh) scale(.1895)}to{transform:translate(88.339vw,99vh) scale(.1895)}}.snow:nth-child(368){opacity:1.7888;transform:translate(33.5142vw,-10px) scale(.1128);animation:fall-368 23s -14s linear infinite}@keyframes fall-368{61.584%{transform:translate(41.954vw,61.584vh) scale(.1128)}to{transform:translate(37.7341vw,99vh) scale(.1128)}}.snow:nth-child(369){opacity:.3938;transform:translate(18.1486vw,-10px) scale(.1441);animation:fall-369 23s -29s linear infinite}@keyframes fall-369{75.588%{transform:translate(11.8937vw,75.588vh) scale(.1441)}to{transform:translate(15.02115vw,99vh) scale(.1441)}}.snow:nth-child(370){opacity:.7586;transform:translate(92.4458vw,-10px) scale(.2126);animation:fall-370 21s -27s linear infinite}@keyframes fall-370{65.563%{transform:translate(93.6119vw,65.563vh) scale(.2126)}to{transform:translate(93.02885vw,99vh) scale(.2126)}}.snow:nth-child(371){opacity:.2428;transform:translate(75.3834vw,-10px) scale(.1557);animation:fall-371 17s -11s linear infinite}@keyframes fall-371{32.401%{transform:translate(72.0887vw,32.401vh) scale(.1557)}to{transform:translate(73.73605vw,99vh) scale(.1557)}}.snow:nth-child(372){opacity:.767;transform:translate(94.3894vw,-10px) scale(.3089);animation:fall-372 30s -3s linear infinite}@keyframes fall-372{42.39%{transform:translate(88.9797vw,42.39vh) scale(.3089)}to{transform:translate(91.68455vw,99vh) scale(.3089)}}.snow:nth-child(373){opacity:1.5872;transform:translate(76.6324vw,-10px) scale(.8752);animation:fall-373 20s -29s linear infinite}@keyframes fall-373{46.793%{transform:translate(84.44vw,46.793vh) scale(.8752)}to{transform:translate(80.5362vw,99vh) scale(.8752)}}.snow:nth-child(374){opacity:.825;transform:translate(12.7569vw,-10px) scale(.1715);animation:fall-374 15s -30s linear infinite}@keyframes fall-374{54.131%{transform:translate(21.5833vw,54.131vh) scale(.1715)}to{transform:translate(17.1701vw,99vh) scale(.1715)}}.snow:nth-child(375){opacity:.1374;transform:translate(30.2676vw,-10px) scale(.2578);animation:fall-375 26s -11s linear infinite}@keyframes fall-375{72.614%{transform:translate(34.1999vw,72.614vh) scale(.2578)}to{transform:translate(32.23375vw,99vh) scale(.2578)}}.snow:nth-child(376){opacity:.2312;transform:translate(30.1046vw,-10px) scale(.3877);animation:fall-376 20s -10s linear infinite}@keyframes fall-376{45.938%{transform:translate(27.103vw,45.938vh) scale(.3877)}to{transform:translate(28.6038vw,99vh) scale(.3877)}}.snow:nth-child(377){opacity:1.8096;transform:translate(39.0188vw,-10px) scale(.4222);animation:fall-377 24s -3s linear infinite}@keyframes fall-377{41.302%{transform:translate(39.9019vw,41.302vh) scale(.4222)}to{transform:translate(39.46035vw,99vh) scale(.4222)}}.snow:nth-child(378){opacity:.4958;transform:translate(26.3183vw,-10px) scale(.4131);animation:fall-378 21s -9s linear infinite}@keyframes fall-378{76.015%{transform:translate(20.3066vw,76.015vh) scale(.4131)}to{transform:translate(23.31245vw,99vh) scale(.4131)}}.snow:nth-child(379){opacity:1.0924;transform:translate(5.5949vw,-10px) scale(.8456);animation:fall-379 28s -9s linear infinite}@keyframes fall-379{39.177%{transform:translate(7.9234vw,39.177vh) scale(.8456)}to{transform:translate(6.75915vw,99vh) scale(.8456)}}.snow:nth-child(380){opacity:1.4316;transform:translate(52.0746vw,-10px) scale(.9829);animation:fall-380 28s -29s linear infinite}@keyframes fall-380{78.889%{transform:translate(45.7105vw,78.889vh) scale(.9829)}to{transform:translate(48.89255vw,99vh) scale(.9829)}}.snow:nth-child(381){opacity:1.5598;transform:translate(59.753vw,-10px) scale(.2045);animation:fall-381 26s -23s linear infinite}@keyframes fall-381{46.082%{transform:translate(54.4869vw,46.082vh) scale(.2045)}to{transform:translate(57.11995vw,99vh) scale(.2045)}}.snow:nth-child(382){opacity:1.219;transform:translate(69.7333vw,-10px) scale(.4397);animation:fall-382 23s -3s linear infinite}@keyframes fall-382{50.495%{transform:translate(63.8163vw,50.495vh) scale(.4397)}to{transform:translate(66.7748vw,99vh) scale(.4397)}}.snow:nth-child(383){opacity:1.553;transform:translate(38.9362vw,-10px) scale(.1621);animation:fall-383 20s -18s linear infinite}@keyframes fall-383{30.732%{transform:translate(31.7832vw,30.732vh) scale(.1621)}to{transform:translate(35.3597vw,99vh) scale(.1621)}}.snow:nth-child(384){opacity:1.599;transform:translate(20.8918vw,-10px) scale(.9546);animation:fall-384 14s -17s linear infinite}@keyframes fall-384{58.927%{transform:translate(15.076vw,58.927vh) scale(.9546)}to{transform:translate(17.9839vw,99vh) scale(.9546)}}.snow:nth-child(385){opacity:1.095;transform:translate(47.0734vw,-10px) scale(.7271);animation:fall-385 17s -16s linear infinite}@keyframes fall-385{60.072%{transform:translate(54.8373vw,60.072vh) scale(.7271)}to{transform:translate(50.95535vw,99vh) scale(.7271)}}.snow:nth-child(386){opacity:1.233;transform:translate(33.0477vw,-10px) scale(.7452);animation:fall-386 21s -3s linear infinite}@keyframes fall-386{48.907%{transform:translate(30.3519vw,48.907vh) scale(.7452)}to{transform:translate(31.6998vw,99vh) scale(.7452)}}.snow:nth-child(387){opacity:.7926;transform:translate(23.4077vw,-10px) scale(.9995);animation:fall-387 11s -8s linear infinite}@keyframes fall-387{59.773%{transform:translate(18.3069vw,59.773vh) scale(.9995)}to{transform:translate(20.8573vw,99vh) scale(.9995)}}.snow:nth-child(388){opacity:1.6204;transform:translate(73.0177vw,-10px) scale(.4255);animation:fall-388 25s -1s linear infinite}@keyframes fall-388{67.765%{transform:translate(66.1406vw,67.765vh) scale(.4255)}to{transform:translate(69.57915vw,99vh) scale(.4255)}}.snow:nth-child(389){opacity:.0212;transform:translate(96.9467vw,-10px) scale(.2813);animation:fall-389 15s -24s linear infinite}@keyframes fall-389{78.548%{transform:translate(95.9938vw,78.548vh) scale(.2813)}to{transform:translate(96.47025vw,99vh) scale(.2813)}}.snow:nth-child(390){opacity:.5084;transform:translate(29.0834vw,-10px) scale(.1111);animation:fall-390 30s -19s linear infinite}@keyframes fall-390{53.817%{transform:translate(21.1819vw,53.817vh) scale(.1111)}to{transform:translate(25.13265vw,99vh) scale(.1111)}}.snow:nth-child(391){opacity:1.1788;transform:translate(61.8245vw,-10px) scale(.3902);animation:fall-391 28s -7s linear infinite}@keyframes fall-391{32.003%{transform:translate(70.7853vw,32.003vh) scale(.3902)}to{transform:translate(66.3049vw,99vh) scale(.3902)}}.snow:nth-child(392){opacity:1.1874;transform:translate(28.2938vw,-10px) scale(.8726);animation:fall-392 21s -23s linear infinite}@keyframes fall-392{63.219%{transform:translate(25.4765vw,63.219vh) scale(.8726)}to{transform:translate(26.88515vw,99vh) scale(.8726)}}.snow:nth-child(393){opacity:1.4658;transform:translate(53.1349vw,-10px) scale(.9183);animation:fall-393 19s -26s linear infinite}@keyframes fall-393{32.204%{transform:translate(62.6852vw,32.204vh) scale(.9183)}to{transform:translate(57.91005vw,99vh) scale(.9183)}}.snow:nth-child(394){opacity:1.7426;transform:translate(9.7855vw,-10px) scale(.081);animation:fall-394 11s -7s linear infinite}@keyframes fall-394{42.406%{transform:translate(2.2861vw,42.406vh) scale(.081)}to{transform:translate(6.0358vw,99vh) scale(.081)}}.snow:nth-child(395){opacity:.1826;transform:translate(24.557vw,-10px) scale(.0814);animation:fall-395 10s -1s linear infinite}@keyframes fall-395{78.394%{transform:translate(19.0565vw,78.394vh) scale(.0814)}to{transform:translate(21.80675vw,99vh) scale(.0814)}}.snow:nth-child(396){opacity:1.5114;transform:translate(75.852vw,-10px) scale(.7249);animation:fall-396 20s -28s linear infinite}@keyframes fall-396{61.801%{transform:translate(71.9267vw,61.801vh) scale(.7249)}to{transform:translate(73.88935vw,99vh) scale(.7249)}}.snow:nth-child(397){opacity:.0974;transform:translate(28.3254vw,-10px) scale(.4593);animation:fall-397 10s -25s linear infinite}@keyframes fall-397{54.03%{transform:translate(20.0915vw,54.03vh) scale(.4593)}to{transform:translate(24.20845vw,99vh) scale(.4593)}}.snow:nth-child(398){opacity:.6698;transform:translate(27.6616vw,-10px) scale(.1325);animation:fall-398 25s -8s linear infinite}@keyframes fall-398{78.937%{transform:translate(17.7224vw,78.937vh) scale(.1325)}to{transform:translate(22.692vw,99vh) scale(.1325)}}.snow:nth-child(399){opacity:.6896;transform:translate(28.3199vw,-10px) scale(.7825);animation:fall-399 25s -2s linear infinite}@keyframes fall-399{59.018%{transform:translate(23.7254vw,59.018vh) scale(.7825)}to{transform:translate(26.02265vw,99vh) scale(.7825)}}.snow:nth-child(400){opacity:1.899;transform:translate(30.3772vw,-10px) scale(.4835);animation:fall-400 10s -13s linear infinite}@keyframes fall-400{74.7%{transform:translate(28.5064vw,74.7vh) scale(.4835)}to{transform:translate(29.4418vw,99vh) scale(.4835)}}\n"] }]
81
81
  }], ctorParameters: function () { return [{ type: i1.TokenService }, { type: i1.AppState }, { type: i2.Router }]; } });
82
82
 
83
83
  // Angular
@@ -201,6 +201,7 @@ class EsFaenzaCoreModule {
201
201
  { provide: SGR_DEBUG_MODE, useValue: config.debugMode ? (config.debugMode & DebugFlags.SignalR) == DebugFlags.SignalR : false },
202
202
  { provide: PREF_DEBUG_MODE, useValue: config.debugMode ? (config.debugMode & DebugFlags.Preferences) == DebugFlags.Preferences : false },
203
203
  { provide: ESC_DEBUG_MODE, useValue: config.debugMode ? (config.debugMode & DebugFlags.Charts) == DebugFlags.Charts : false },
204
+ { provide: LOGIN_URL_LEGACY, useValue: config.legacyLogin !== null && config.legacyLogin !== undefined ? config.legacyLogin : true },
204
205
  { provide: NAVBAR_EXTENSIONS, useValue: config.navbarExtensions ? config.navbarExtensions : [] },
205
206
  { provide: BaseAdapter, useClass: config?.chartsAdapter || BaseAdapter },
206
207
  { provide: BaseMessageService, useClass: config?.messageService || BaseMessageService },
@@ -211,7 +212,7 @@ class EsFaenzaCoreModule {
211
212
  { provide: MENU, useValue: config.menu },
212
213
  { provide: USE_FAKE_ACCESS_TOKEN, useValue: !!config.fakeAccessToken },
213
214
  { provide: PreferencesPersistor, useClass: config.fakeAccessToken ? LocalStoragePreferencesPersistor : ApplicationPreferencesPersistor },
214
- { provide: CachePersistor, useClass: config.fakeAccessToken ? LocalStorageCachePersistor : ApplicationCachePersistor },
215
+ { provide: CachePersistor, useClass: config.fakeAccessToken ? LocalStorageCachePersistor : ApplicationCachePersistor }
215
216
  ]
216
217
  };
217
218
  }