@esfaenza/core 16.2.27 → 17.3.17

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 (210) hide show
  1. package/components/back-top/back-top.component.d.ts +12 -12
  2. package/components/base/base.component.d.ts +26 -26
  3. package/components/base/embedding.component.d.ts +22 -22
  4. package/components/base/reactive.component.d.ts +9 -9
  5. package/components/breadcrumb/breadcrumb.component.d.ts +26 -26
  6. package/components/components.module.d.ts +32 -32
  7. package/components/error/404/pagenotfound.component.d.ts +15 -15
  8. package/components/error/500/servererror.component.d.ts +20 -20
  9. package/components/error/Angular/angularerror.component.d.ts +25 -25
  10. package/components/es-image-cropper/es-image-cropper.component.d.ts +25 -25
  11. package/components/es-modal/es-modal-head/es-modal-head.component.d.ts +11 -11
  12. package/components/es-modal/es-modal.component.d.ts +18 -18
  13. package/components/external-page/external_pages.component.d.ts +21 -21
  14. package/components/index.d.ts +5 -5
  15. package/components/jace-login/jace-login.component.d.ts +8 -8
  16. package/components/jace-resource/jace-resource.component.d.ts +25 -25
  17. package/components/labeled-span/labeled-span.component.d.ts +11 -11
  18. package/components/navbar/navbar.component.d.ts +58 -58
  19. package/components/navbar/navbar.component.loc.d.ts +8 -8
  20. package/components/page/pages.component.d.ts +23 -23
  21. package/components/public-api.d.ts +21 -21
  22. package/components/redirecter/redirecter.component.d.ts +23 -23
  23. package/components/sidebar/sidebar.component.d.ts +64 -64
  24. package/components/sidebar/sidebar.component.loc.d.ts +8 -8
  25. package/components/user_infos/user_infos.component.d.ts +50 -50
  26. package/components/user_infos/user_infos.component.loc.d.ts +8 -8
  27. package/directives/componentHost/componentHost.directive.d.ts +12 -12
  28. package/directives/directives.module.d.ts +12 -12
  29. package/directives/draggable/draggable.directive.d.ts +13 -13
  30. package/directives/es-modal/es-modal.directive.d.ts +20 -20
  31. package/directives/es-routerLink/es-routerLink.directive.d.ts +13 -13
  32. package/directives/index.d.ts +5 -5
  33. package/directives/public-api.d.ts +7 -7
  34. package/directives/slim-scroll/slim-scroll.directive.d.ts +15 -15
  35. package/directives/widget/widget.directive.d.ts +9 -9
  36. package/domain/index.d.ts +5 -5
  37. package/domain/models/core/ApplicationJob.d.ts +12 -12
  38. package/domain/models/core/ApplicationMenu.d.ts +16 -16
  39. package/domain/models/core/ApplicationRoutes.d.ts +2 -2
  40. package/domain/models/core/EnvOptions.d.ts +15 -15
  41. package/domain/models/core/GenericItem.d.ts +10 -10
  42. package/domain/models/core/KeyValue.d.ts +5 -5
  43. package/domain/models/global_search/SaerchResultContainer.d.ts +5 -5
  44. package/domain/models/global_search/SearchResult.d.ts +10 -10
  45. package/domain/models/jace/AccountScope.d.ts +9 -9
  46. package/domain/models/jace/ActiveModuleView.d.ts +11 -11
  47. package/domain/models/jace/CategoriesWithModules.d.ts +6 -6
  48. package/domain/models/jace/JaceAccount.d.ts +17 -17
  49. package/domain/models/jace/JaceIdentity.d.ts +17 -17
  50. package/domain/models/jace/JaceModule.d.ts +8 -8
  51. package/domain/models/jace/JacePermission.d.ts +10 -10
  52. package/domain/models/jace/JaceRole.d.ts +13 -13
  53. package/domain/models/jace/JaceUser.d.ts +9 -9
  54. package/domain/models/user/UpdateAccountRecoverySettingsDto.d.ts +5 -5
  55. package/domain/models/user/UpdatePasswordDto.d.ts +9 -9
  56. package/domain/models/user/UpdateProfilePictureDto.d.ts +4 -4
  57. package/domain/models/user/UserAccount.d.ts +23 -23
  58. package/domain/public-api.d.ts +22 -22
  59. package/domain/tokens.d.ts +22 -22
  60. package/esm2022/components/back-top/back-top.component.mjs +42 -42
  61. package/esm2022/components/base/base.component.mjs +67 -67
  62. package/esm2022/components/base/embedding.component.mjs +64 -64
  63. package/esm2022/components/base/reactive.component.mjs +27 -27
  64. package/esm2022/components/breadcrumb/breadcrumb.component.mjs +80 -80
  65. package/esm2022/components/components.module.mjs +96 -96
  66. package/esm2022/components/error/404/pagenotfound.component.mjs +35 -35
  67. package/esm2022/components/error/500/servererror.component.mjs +46 -46
  68. package/esm2022/components/error/Angular/angularerror.component.mjs +62 -62
  69. package/esm2022/components/es-image-cropper/es-image-cropper.component.mjs +82 -82
  70. package/esm2022/components/es-modal/es-modal-head/es-modal-head.component.mjs +22 -22
  71. package/esm2022/components/es-modal/es-modal.component.mjs +40 -40
  72. package/esm2022/components/esfaenza-core-components.mjs +4 -4
  73. package/esm2022/components/external-page/external_pages.component.mjs +48 -48
  74. package/esm2022/components/jace-login/jace-login.component.mjs +31 -31
  75. package/esm2022/components/jace-resource/jace-resource.component.mjs +68 -68
  76. package/esm2022/components/labeled-span/labeled-span.component.mjs +25 -25
  77. package/esm2022/components/navbar/navbar.component.loc.mjs +40 -40
  78. package/esm2022/components/navbar/navbar.component.mjs +223 -223
  79. package/esm2022/components/page/pages.component.mjs +60 -60
  80. package/esm2022/components/public-api.mjs +21 -21
  81. package/esm2022/components/redirecter/redirecter.component.mjs +65 -65
  82. package/esm2022/components/sidebar/sidebar.component.loc.mjs +38 -38
  83. package/esm2022/components/sidebar/sidebar.component.mjs +286 -286
  84. package/esm2022/components/user_infos/user_infos.component.loc.mjs +42 -42
  85. package/esm2022/components/user_infos/user_infos.component.mjs +148 -148
  86. package/esm2022/directives/componentHost/componentHost.directive.mjs +29 -29
  87. package/esm2022/directives/directives.module.mjs +20 -20
  88. package/esm2022/directives/draggable/draggable.directive.mjs +49 -49
  89. package/esm2022/directives/es-modal/es-modal.directive.mjs +79 -79
  90. package/esm2022/directives/es-routerLink/es-routerLink.directive.mjs +55 -55
  91. package/esm2022/directives/esfaenza-core-directives.mjs +4 -4
  92. package/esm2022/directives/public-api.mjs +7 -7
  93. package/esm2022/directives/slim-scroll/slim-scroll.directive.mjs +41 -41
  94. package/esm2022/directives/widget/widget.directive.mjs +37 -37
  95. package/esm2022/domain/esfaenza-core-domain.mjs +4 -4
  96. package/esm2022/domain/models/core/ApplicationJob.mjs +2 -2
  97. package/esm2022/domain/models/core/ApplicationMenu.mjs +25 -25
  98. package/esm2022/domain/models/core/ApplicationRoutes.mjs +2 -2
  99. package/esm2022/domain/models/core/EnvOptions.mjs +12 -12
  100. package/esm2022/domain/models/core/GenericItem.mjs +11 -11
  101. package/esm2022/domain/models/core/KeyValue.mjs +14 -14
  102. package/esm2022/domain/models/global_search/SaerchResultContainer.mjs +5 -5
  103. package/esm2022/domain/models/global_search/SearchResult.mjs +7 -7
  104. package/esm2022/domain/models/jace/AccountScope.mjs +7 -7
  105. package/esm2022/domain/models/jace/ActiveModuleView.mjs +5 -5
  106. package/esm2022/domain/models/jace/CategoriesWithModules.mjs +6 -6
  107. package/esm2022/domain/models/jace/JaceAccount.mjs +2 -2
  108. package/esm2022/domain/models/jace/JaceIdentity.mjs +15 -15
  109. package/esm2022/domain/models/jace/JaceModule.mjs +9 -9
  110. package/esm2022/domain/models/jace/JacePermission.mjs +2 -2
  111. package/esm2022/domain/models/jace/JaceRole.mjs +8 -8
  112. package/esm2022/domain/models/jace/JaceUser.mjs +2 -2
  113. package/esm2022/domain/models/user/UpdateAccountRecoverySettingsDto.mjs +6 -6
  114. package/esm2022/domain/models/user/UpdatePasswordDto.mjs +10 -10
  115. package/esm2022/domain/models/user/UpdateProfilePictureDto.mjs +5 -5
  116. package/esm2022/domain/models/user/UserAccount.mjs +2 -2
  117. package/esm2022/domain/public-api.mjs +22 -22
  118. package/esm2022/domain/tokens.mjs +16 -16
  119. package/esm2022/esfaenza-core.mjs +4 -4
  120. package/esm2022/helpers/classes/ResizeListener.mjs +38 -38
  121. package/esm2022/helpers/esfaenza-core-helpers.mjs +4 -4
  122. package/esm2022/helpers/public-api.mjs +1 -1
  123. package/esm2022/lib/app.component.mjs +34 -34
  124. package/esm2022/lib/core.module.mjs +258 -258
  125. package/esm2022/modules/classes/_base.module.mjs +31 -31
  126. package/esm2022/modules/classes/_embedding.module.mjs +26 -26
  127. package/esm2022/modules/classes/_shared.module.mjs +46 -46
  128. package/esm2022/modules/classes/t_c.module.mjs +85 -85
  129. package/esm2022/modules/esfaenza-core-modules.mjs +4 -4
  130. package/esm2022/modules/public-api.mjs +4 -4
  131. package/esm2022/pipes/classes/included_in.pipe.mjs +19 -19
  132. package/esm2022/pipes/classes/safe_html.pipe.mjs +20 -20
  133. package/esm2022/pipes/classes/safe_script.pipe.mjs +20 -20
  134. package/esm2022/pipes/classes/safe_style.pipe.mjs +20 -20
  135. package/esm2022/pipes/classes/safe_url.pipe.mjs +20 -20
  136. package/esm2022/pipes/esfaenza-core-pipes.mjs +4 -4
  137. package/esm2022/pipes/pipes.module.mjs +19 -19
  138. package/esm2022/pipes/public-api.mjs +6 -6
  139. package/esm2022/public-api.mjs +2 -2
  140. package/esm2022/services/classes/app.accesstoken.mjs +1041 -1041
  141. package/esm2022/services/classes/app.completedjobredirection.mjs +17 -17
  142. package/esm2022/services/classes/app.errorhandler.mjs +41 -41
  143. package/esm2022/services/classes/app.event.mjs +26 -26
  144. package/esm2022/services/classes/app.globalsearch.mjs +33 -33
  145. package/esm2022/services/classes/app.httpextensions.loc.mjs +14 -14
  146. package/esm2022/services/classes/app.httpextensions.mjs +90 -90
  147. package/esm2022/services/classes/app.menufilter.mjs +20 -20
  148. package/esm2022/services/classes/app.routeguard.mjs +22 -22
  149. package/esm2022/services/classes/app.session.mjs +40 -40
  150. package/esm2022/services/classes/app.state.mjs +229 -229
  151. package/esm2022/services/classes/preferences/app.cache.persistor.mjs +94 -94
  152. package/esm2022/services/classes/preferences/app.preference.persistor.mjs +94 -94
  153. package/esm2022/services/classes/preferences/user/app.userpreferences.base.mjs +101 -101
  154. package/esm2022/services/esfaenza-core-services.mjs +4 -4
  155. package/esm2022/services/public-api.mjs +13 -13
  156. package/fesm2022/esfaenza-core-components.mjs +1479 -1479
  157. package/fesm2022/esfaenza-core-components.mjs.map +1 -1
  158. package/fesm2022/esfaenza-core-directives.mjs +269 -269
  159. package/fesm2022/esfaenza-core-directives.mjs.map +1 -1
  160. package/fesm2022/esfaenza-core-domain.mjs +153 -153
  161. package/fesm2022/esfaenza-core-domain.mjs.map +1 -1
  162. package/fesm2022/esfaenza-core-helpers.mjs +38 -38
  163. package/fesm2022/esfaenza-core-helpers.mjs.map +1 -1
  164. package/fesm2022/esfaenza-core-modules.mjs +132 -132
  165. package/fesm2022/esfaenza-core-modules.mjs.map +1 -1
  166. package/fesm2022/esfaenza-core-pipes.mjs +96 -96
  167. package/fesm2022/esfaenza-core-pipes.mjs.map +1 -1
  168. package/fesm2022/esfaenza-core-services.mjs +1754 -1754
  169. package/fesm2022/esfaenza-core-services.mjs.map +1 -1
  170. package/fesm2022/esfaenza-core.mjs +225 -225
  171. package/fesm2022/esfaenza-core.mjs.map +1 -1
  172. package/helpers/classes/ResizeListener.d.ts +12 -12
  173. package/helpers/index.d.ts +5 -5
  174. package/helpers/public-api.d.ts +1 -1
  175. package/index.d.ts +5 -5
  176. package/lib/app.component.d.ts +13 -13
  177. package/lib/core.module.d.ts +86 -86
  178. package/modules/classes/_base.module.d.ts +4 -4
  179. package/modules/classes/_embedding.module.d.ts +11 -11
  180. package/modules/classes/_shared.module.d.ts +29 -29
  181. package/modules/classes/t_c.module.d.ts +19 -19
  182. package/modules/index.d.ts +5 -5
  183. package/modules/public-api.d.ts +4 -4
  184. package/package.json +50 -50
  185. package/pipes/classes/included_in.pipe.d.ts +7 -7
  186. package/pipes/classes/safe_html.pipe.d.ts +10 -10
  187. package/pipes/classes/safe_script.pipe.d.ts +10 -10
  188. package/pipes/classes/safe_style.pipe.d.ts +10 -10
  189. package/pipes/classes/safe_url.pipe.d.ts +10 -10
  190. package/pipes/index.d.ts +5 -5
  191. package/pipes/pipes.module.d.ts +11 -11
  192. package/pipes/public-api.d.ts +6 -6
  193. package/public-api.d.ts +2 -2
  194. package/services/classes/app.accesstoken.d.ts +17 -17
  195. package/services/classes/app.completedjobredirection.d.ts +12 -12
  196. package/services/classes/app.errorhandler.d.ts +11 -11
  197. package/services/classes/app.event.d.ts +10 -10
  198. package/services/classes/app.globalsearch.d.ts +25 -25
  199. package/services/classes/app.httpextensions.d.ts +34 -34
  200. package/services/classes/app.httpextensions.loc.d.ts +8 -8
  201. package/services/classes/app.menufilter.d.ts +14 -14
  202. package/services/classes/app.routeguard.d.ts +10 -10
  203. package/services/classes/app.session.d.ts +15 -15
  204. package/services/classes/app.state.d.ts +55 -55
  205. package/services/classes/preferences/app.cache.persistor.d.ts +25 -25
  206. package/services/classes/preferences/app.preference.persistor.d.ts +25 -25
  207. package/services/classes/preferences/user/app.userpreferences.base.d.ts +25 -25
  208. package/services/index.d.ts +5 -5
  209. package/services/public-api.d.ts +13 -13
  210. package/theme/initial.scss +13 -4
@@ -1,8 +1,8 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Component, ViewEncapsulation, Inject, isDevMode, ErrorHandler, LOCALE_ID, APP_INITIALIZER, NgModule } from '@angular/core';
2
+ import { Inject, ViewEncapsulation, Component, isDevMode, ErrorHandler, LOCALE_ID, APP_INITIALIZER, NgModule } from '@angular/core';
3
3
  import { ANONYMOUS_MODE, EMBEDDED_ROUTE, ROUTE, REDIRECT_MAP, LOGIN_URL_LEGACY, NAVBAR_EXTENSIONS, MENU_LOCALIZATION, MENU, USE_FAKE_ACCESS_TOKEN } from '@esfaenza/core/domain';
4
4
  import * as i1 from '@esfaenza/core/services';
5
- import { SessionRetriever, ApplicationPreferencesPersistor, ApplicationCachePersistor, APPErrorHandler, OutZoneEventPlugin, HTTPServiceExtensions, TokenService, GlobalSearchService, CompletedJobRedirectionService, MenuFilteringService, UserPreferencesService } from '@esfaenza/core/services';
5
+ import { ApplicationCachePersistor, ApplicationPreferencesPersistor, SessionRetriever, APPErrorHandler, OutZoneEventPlugin, HTTPServiceExtensions, TokenService, GlobalSearchService, CompletedJobRedirectionService, MenuFilteringService, UserPreferencesService } from '@esfaenza/core/services';
6
6
  import * as i2 from '@angular/router';
7
7
  import { RouterModule, NoPreloading, ROUTES } from '@angular/router';
8
8
  import * as i3 from '@angular/common';
@@ -19,7 +19,7 @@ import * as i16 from 'ngx-toastr';
19
19
  import { ToastrModule } from 'ngx-toastr';
20
20
  import 'widgster/widgster.js';
21
21
  import * as i10 from '@esfaenza/preferences';
22
- import { PreferencesModule, PREF_DEBUG_MODE, PreferencesPersistor, LocalStoragePreferencesPersistor, CachePersistor, LocalStorageCachePersistor } from '@esfaenza/preferences';
22
+ import { PreferencesModule, PREF_DEBUG_MODE, LocalStoragePreferencesPersistor, PreferencesPersistor, LocalStorageCachePersistor, CachePersistor } from '@esfaenza/preferences';
23
23
  import * as i6 from '@esfaenza/localizations';
24
24
  import { LocalizationModule, LocalizationMissingPolicy, LocalizationService, BaseLocalization, LOC_DEBUG_MODE } from '@esfaenza/localizations';
25
25
  import * as i8 from '@esfaenza/httpservice';
@@ -56,231 +56,231 @@ import { TooltipModule } from 'ngx-bootstrap/tooltip';
56
56
  import * as i13 from 'ngx-bootstrap/modal';
57
57
  import { ModalModule } from 'ngx-bootstrap/modal';
58
58
 
59
- // Angular
60
- /* N.B: Questo componente non può diventare standalone. È il punto di ingresso per il bootstrap dei moduli di Frontend, che NON si basano sui componenti standalone a meno di rare funzionalità */
61
- class AppComponent {
62
- constructor(bts, _state, router, anonymousMode) {
63
- this.bts = bts;
64
- this._state = _state;
65
- this.router = router;
66
- this.snows = [];
67
- this.snowTrackBy = (_, item) => item;
68
- if (this._state.christmasTime)
69
- for (let i = 0; i < 400; i++)
70
- this.snows.push(i);
71
- if (!this.bts.accountScope && !anonymousMode) {
72
- console.log("AppComponent - no account scope, redirecting to login");
73
- this.router.navigate(["login", { fromUrl: this.router.url }]);
74
- }
75
- }
76
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AppComponent, deps: [{ token: i1.TokenService }, { token: i1.AppState }, { token: i2.Router }, { token: ANONYMOUS_MODE }], target: i0.ɵɵFactoryTarget.Component }); }
77
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", 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: ["@charset \"UTF-8\";.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:#024a8880}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:#2d922d80}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:#248dad80}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:#f79a1780}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:#bf172580}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:#0006}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:#0003}.card.overlay .card-img{border-radius:0;-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:#024a88cc!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:#024a8880;border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:#024a88f2!important;border-color:#024a88f2!important}.btn-success{background:#2d922dcc;border-color:#2d922dcc}.btn-success.medium-opacity{background:#2d922d80;border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:#2d922df2!important;border-color:#2d922df2!important}.btn-info{background:#248dadcc;border-color:#248dadcc}.btn-info.medium-opacity{background:#248dad80;border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:#248dadf2!important;border-color:#248dadf2!important}.btn-warning{background:#f79a17cc;border-color:#f79a17cc}.btn-warning.medium-opacity{background:#f79a1780;border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:#f79a17f2!important;border-color:#f79a17f2!important}.btn-danger{background:#bf1725cc;border-color:#bf1725cc}.btn-danger.medium-opacity{background:#bf172580;border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:#bf1725f2!important;border-color:#bf1725f2!important}.btn-dark{background:#000c;border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:#00000080;border-color:#0000001a}.btn-dark:hover{background:#000;border-color:#000}.btn-dark:active{background:#000000f2!important;border-color:#000000f2!important}.btn-main{background:#242d3acc;border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:#242d3a80;border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:#242d3af2!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242d3a;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:#2d922d80;border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:#555555b3}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242d3a}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:#555555b3}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242d3a}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:#ffffff1a url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:#024a8880!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:#2d922d80!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:#f79a1780!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:#bf172580!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:#242d3a80!important}.bg-dark{background:#000!important}.bg-dark.medium-opacity{background:#00000080!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800px){.modal-feminist{max-width:1366px}}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{transform:scaleY(-1)}.app-flip-x{transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box-600{max-height:600px;overflow-x:hidden;overflow-y:auto}.list-area{position:relative!important}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:#ff323233;position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:#fff;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.wizard-step-container{background-color:#fff;box-shadow:#63636333 0 2px 8px;padding:10px}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:#00000080 none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:#ededed;border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{padding-left:0;margin-top:20px}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.app-search-background{z-index:9999;margin-top:60px;padding:0;background-color:#0000004d;width:100vw;height:calc(100vh - 60px)}.app-search-result-box{height:calc(100% - 35px);overflow:hidden;margin:20px}.app-search-card{margin-top:2px;margin-bottom:10px;padding:15px;background-color:#fff;box-shadow:#06182c66 0 0 0 2px,#06182ca6 0 4px 6px -1px,#ffffff14 0 1px inset}.pull-left{float:left}.pull-right{float:right}.pace .pace-progress{background:#637ca0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#ccc}::-webkit-scrollbar-thumb:active{background:#888}::-webkit-scrollbar-track{background:#666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666}::-webkit-scrollbar-track:active{background:#333}::-webkit-scrollbar-corner{background:transparent}.transition{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-datepicker-content{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;display:block;border-radius:4px;background-color:var(--mat-datepicker-calendar-container-background-color);color:var(--mat-datepicker-calendar-container-text-color)}.mat-datepicker-content .mat-calendar{width:296px;height:354px}.mat-datepicker-content .mat-datepicker-content-container-with-custom-header .mat-calendar{height:auto}.mat-datepicker-content .mat-datepicker-close-button{position:absolute;top:100%;left:0;margin-top:8px}.ng-animating .mat-datepicker-content .mat-datepicker-close-button{display:none}.mat-datepicker-content-container{display:flex;flex-direction:column;justify-content:space-between}.mat-datepicker-content-touch{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f;display:block;max-height:80vh;position:relative;overflow:visible}.mat-datepicker-content-touch .mat-datepicker-content-container{min-height:312px;max-height:788px;min-width:250px;max-width:750px}.mat-datepicker-content-touch .mat-calendar{width:100%;height:auto}@media all and (orientation: landscape){.mat-datepicker-content-touch .mat-datepicker-content-container{width:64vh;height:80vh}}@media all and (orientation: portrait){.mat-datepicker-content-touch .mat-datepicker-content-container{width:80vw;height:100vw}.mat-datepicker-content-touch .mat-datepicker-content-container-with-actions{height:115vw}}.mat-calendar{display:block;font-family:var(--mat-datepicker-calendar-text-font);font-size:var(--mat-datepicker-calendar-text-size)}.mat-calendar-header{padding:8px 8px 0}.mat-calendar-content{padding:0 8px 8px;outline:none}.mat-calendar-controls{display:flex;align-items:center;margin:5% calc(4.7142857143% - 16px)}.mat-calendar-spacer{flex:1 1 auto}.mat-calendar-period-button{min-width:0;margin:0 8px;font-size:var(--mat-datepicker-calendar-period-button-text-size);font-weight:var(--mat-datepicker-calendar-period-button-text-weight)}.mat-calendar-arrow{display:inline-block;width:10px;height:5px;margin:0 0 0 5px;vertical-align:middle;fill:var(--mat-datepicker-calendar-period-button-icon-color)}.mat-calendar-arrow.mat-calendar-invert{transform:rotate(180deg)}[dir=rtl] .mat-calendar-arrow{margin:0 5px 0 0}.cdk-high-contrast-active .mat-calendar-arrow{fill:CanvasText}.mat-calendar-previous-button,.mat-calendar-next-button{position:relative}.mat-datepicker-content .mat-calendar-previous-button,.mat-datepicker-content .mat-calendar-next-button{color:var(--mat-datepicker-calendar-navigation-button-icon-color)}.mat-calendar-previous-button:after,.mat-calendar-next-button:after{inset:0;position:absolute;content:\"\";margin:15.5px;border:0 solid currentColor;border-top-width:2px}[dir=rtl] .mat-calendar-previous-button,[dir=rtl] .mat-calendar-next-button{transform:rotate(180deg)}.mat-calendar-previous-button:after{border-left-width:2px;transform:translate(2px) rotate(-45deg)}.mat-calendar-next-button:after{border-right-width:2px;transform:translate(-2px) rotate(45deg)}.mat-calendar-table{border-spacing:0;border-collapse:collapse;width:100%}.mat-calendar-table-header th{text-align:center;padding:0 0 8px;color:var(--mat-datepicker-calendar-header-text-color);font-size:var(--mat-datepicker-calendar-header-text-size);font-weight:var(--mat-datepicker-calendar-header-text-weight)}.mat-calendar-table-header-divider{position:relative;height:1px}.mat-calendar-table-header-divider:after{content:\"\";position:absolute;top:0;left:-8px;right:-8px;height:1px;background:var(--mat-datepicker-calendar-header-divider-color)}.mat-calendar-body-cell-content:before{margin:calc((var(--mat-focus-indicator-border-width, 3px) + 3px) * -1)}.mat-calendar-body-cell:focus .mat-focus-indicator:before{content:\"\"}.mat-calendar-hidden-label{display:none}.mdc-touch-target-wrapper{display:inline}.mdc-elevation-overlay{position:absolute;border-radius:inherit;pointer-events:none;opacity:var(--mdc-elevation-overlay-opacity, 0);transition:opacity .28s cubic-bezier(.4,0,.2,1)}.mdc-button{position:relative;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-width:64px;border:none;outline:none;line-height:inherit;-webkit-user-select:none;user-select:none;-webkit-appearance:none;overflow:visible;vertical-align:middle;background:#0000}.mdc-button .mdc-elevation-overlay{width:100%;height:100%;top:0;left:0}.mdc-button::-moz-focus-inner{padding:0;border:0}.mdc-button:active{outline:none}.mdc-button:hover{cursor:pointer}.mdc-button:disabled{cursor:default;pointer-events:none}.mdc-button[hidden]{display:none}.mdc-button .mdc-button__icon{margin-left:0;margin-right:8px;display:inline-block;position:relative;vertical-align:top}[dir=rtl] .mdc-button .mdc-button__icon,.mdc-button .mdc-button__icon[dir=rtl]{margin-left:8px;margin-right:0}.mdc-button .mdc-button__progress-indicator{font-size:0;position:absolute;transform:translate(-50%,-50%);top:50%;left:50%;line-height:initial}.mdc-button .mdc-button__label{position:relative}.mdc-button .mdc-button__focus-ring{pointer-events:none;border:2px solid rgba(0,0,0,0);border-radius:6px;box-sizing:content-box;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:calc(100% + 4px);width:calc(100% + 4px);display:none}@media screen and (forced-colors: active){.mdc-button .mdc-button__focus-ring{border-color:CanvasText}}.mdc-button .mdc-button__focus-ring:after{content:\"\";border:2px solid rgba(0,0,0,0);border-radius:8px;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:calc(100% + 4px);width:calc(100% + 4px)}@media screen and (forced-colors: active){.mdc-button .mdc-button__focus-ring:after{border-color:CanvasText}}@media screen and (forced-colors: active){.mdc-button.mdc-ripple-upgraded--background-focused .mdc-button__focus-ring,.mdc-button:not(.mdc-ripple-upgraded):focus .mdc-button__focus-ring{display:block}}.mdc-button .mdc-button__touch{position:absolute;top:50%;height:48px;left:0;right:0;transform:translateY(-50%)}.mdc-button__label+.mdc-button__icon{margin-left:8px;margin-right:0}[dir=rtl] .mdc-button__label+.mdc-button__icon,.mdc-button__label+.mdc-button__icon[dir=rtl]{margin-left:0;margin-right:8px}svg.mdc-button__icon{fill:currentColor}.mdc-button--touch{margin-top:6px;margin-bottom:6px}.mdc-button{padding:0 8px}.mdc-button--unelevated{transition:box-shadow .28s cubic-bezier(.4,0,.2,1);padding:0 16px}.mdc-button--unelevated.mdc-button--icon-trailing{padding:0 12px 0 16px}.mdc-button--unelevated.mdc-button--icon-leading{padding:0 16px 0 12px}.mdc-button--raised{transition:box-shadow .28s cubic-bezier(.4,0,.2,1);padding:0 16px}.mdc-button--raised.mdc-button--icon-trailing{padding:0 12px 0 16px}.mdc-button--raised.mdc-button--icon-leading{padding:0 16px 0 12px}.mdc-button--outlined{border-style:solid;transition:border .28s cubic-bezier(.4,0,.2,1)}.mdc-button--outlined .mdc-button__ripple{border-style:solid;border-color:#0000}.mat-mdc-button{height:var(--mdc-text-button-container-height, 36px);border-radius:var(--mdc-text-button-container-shape, var(--mdc-shape-small, 4px))}.mat-mdc-button:not(:disabled){color:var(--mdc-text-button-label-text-color, inherit)}.mat-mdc-button:disabled{color:var(--mdc-text-button-disabled-label-text-color, rgba(0, 0, 0, .38))}.mat-mdc-button .mdc-button__ripple{border-radius:var(--mdc-text-button-container-shape, var(--mdc-shape-small, 4px))}.mat-mdc-unelevated-button{height:var(--mdc-filled-button-container-height, 36px);border-radius:var(--mdc-filled-button-container-shape, var(--mdc-shape-small, 4px))}.mat-mdc-unelevated-button:not(:disabled){background-color:var(--mdc-filled-button-container-color, transparent)}.mat-mdc-unelevated-button:disabled{background-color:var(--mdc-filled-button-disabled-container-color, rgba(0, 0, 0, .12))}.mat-mdc-unelevated-button:not(:disabled){color:var(--mdc-filled-button-label-text-color, inherit)}.mat-mdc-unelevated-button:disabled{color:var(--mdc-filled-button-disabled-label-text-color, rgba(0, 0, 0, .38))}.mat-mdc-unelevated-button .mdc-button__ripple{border-radius:var(--mdc-filled-button-container-shape, var(--mdc-shape-small, 4px))}.mat-mdc-raised-button{height:var(--mdc-protected-button-container-height, 36px);border-radius:var(--mdc-protected-button-container-shape, var(--mdc-shape-small, 4px));box-shadow:var(--mdc-protected-button-container-elevation, 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12))}.mat-mdc-raised-button:not(:disabled){background-color:var(--mdc-protected-button-container-color, transparent)}.mat-mdc-raised-button:disabled{background-color:var(--mdc-protected-button-disabled-container-color, rgba(0, 0, 0, .12))}.mat-mdc-raised-button:not(:disabled){color:var(--mdc-protected-button-label-text-color, inherit)}.mat-mdc-raised-button:disabled{color:var(--mdc-protected-button-disabled-label-text-color, rgba(0, 0, 0, .38))}.mat-mdc-raised-button .mdc-button__ripple{border-radius:var(--mdc-protected-button-container-shape, var(--mdc-shape-small, 4px))}.mat-mdc-raised-button.mdc-ripple-upgraded--background-focused,.mat-mdc-raised-button:not(.mdc-ripple-upgraded):focus{box-shadow:var(--mdc-protected-button-focus-container-elevation, 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12))}.mat-mdc-raised-button:hover{box-shadow:var(--mdc-protected-button-hover-container-elevation, 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12))}.mat-mdc-raised-button:not(:disabled):active{box-shadow:var(--mdc-protected-button-pressed-container-elevation, 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12))}.mat-mdc-raised-button:disabled{box-shadow:var(--mdc-protected-button-disabled-container-elevation, 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12))}.mat-mdc-outlined-button{height:var(--mdc-outlined-button-container-height, 36px);border-radius:var(--mdc-outlined-button-container-shape, var(--mdc-shape-small, 4px));padding:0 15px;border-width:var(--mdc-outlined-button-outline-width, 1px)}.mat-mdc-outlined-button:not(:disabled){color:var(--mdc-outlined-button-label-text-color, inherit)}.mat-mdc-outlined-button:disabled{color:var(--mdc-outlined-button-disabled-label-text-color, rgba(0, 0, 0, .38))}.mat-mdc-outlined-button .mdc-button__ripple{border-radius:var(--mdc-outlined-button-container-shape, var(--mdc-shape-small, 4px))}.mat-mdc-outlined-button:not(:disabled){border-color:var(--mdc-outlined-button-outline-color, rgba(0, 0, 0, .12))}.mat-mdc-outlined-button:disabled{border-color:var(--mdc-outlined-button-disabled-outline-color, rgba(0, 0, 0, .12))}.mat-mdc-outlined-button.mdc-button--icon-trailing{padding:0 11px 0 15px}.mat-mdc-outlined-button.mdc-button--icon-leading{padding:0 15px 0 11px}.mat-mdc-outlined-button .mdc-button__ripple{inset:-1px;border-width:var(--mdc-outlined-button-outline-width, 1px)}.mat-mdc-outlined-button .mdc-button__touch{left:calc(-1 * var(--mdc-outlined-button-outline-width, 1px));width:calc(100% + 2 * var(--mdc-outlined-button-outline-width, 1px))}.mat-mdc-button,.mat-mdc-unelevated-button,.mat-mdc-raised-button,.mat-mdc-outlined-button{-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-mdc-button .mat-mdc-button-ripple,.mat-mdc-button .mat-mdc-button-persistent-ripple,.mat-mdc-button .mat-mdc-button-persistent-ripple:before,.mat-mdc-unelevated-button .mat-mdc-button-ripple,.mat-mdc-unelevated-button .mat-mdc-button-persistent-ripple,.mat-mdc-unelevated-button .mat-mdc-button-persistent-ripple:before,.mat-mdc-raised-button .mat-mdc-button-ripple,.mat-mdc-raised-button .mat-mdc-button-persistent-ripple,.mat-mdc-raised-button .mat-mdc-button-persistent-ripple:before,.mat-mdc-outlined-button .mat-mdc-button-ripple,.mat-mdc-outlined-button .mat-mdc-button-persistent-ripple,.mat-mdc-outlined-button .mat-mdc-button-persistent-ripple:before{inset:0;position:absolute;pointer-events:none;border-radius:inherit}.mat-mdc-button .mat-mdc-button-ripple,.mat-mdc-unelevated-button .mat-mdc-button-ripple,.mat-mdc-raised-button .mat-mdc-button-ripple,.mat-mdc-outlined-button .mat-mdc-button-ripple{overflow:hidden}.mat-mdc-button .mat-mdc-button-persistent-ripple:before,.mat-mdc-unelevated-button .mat-mdc-button-persistent-ripple:before,.mat-mdc-raised-button .mat-mdc-button-persistent-ripple:before,.mat-mdc-outlined-button .mat-mdc-button-persistent-ripple:before{content:\"\";opacity:0;background-color:var(--mat-mdc-button-persistent-ripple-color)}.mat-mdc-button .mat-ripple-element,.mat-mdc-unelevated-button .mat-ripple-element,.mat-mdc-raised-button .mat-ripple-element,.mat-mdc-outlined-button .mat-ripple-element{background-color:var(--mat-mdc-button-ripple-color)}.mat-mdc-button .mdc-button__label,.mat-mdc-unelevated-button .mdc-button__label,.mat-mdc-raised-button .mdc-button__label,.mat-mdc-outlined-button .mdc-button__label{z-index:1}.mat-mdc-button .mat-mdc-focus-indicator,.mat-mdc-unelevated-button .mat-mdc-focus-indicator,.mat-mdc-raised-button .mat-mdc-focus-indicator,.mat-mdc-outlined-button .mat-mdc-focus-indicator{inset:0;position:absolute}.mat-mdc-button:focus .mat-mdc-focus-indicator:before,.mat-mdc-unelevated-button:focus .mat-mdc-focus-indicator:before,.mat-mdc-raised-button:focus .mat-mdc-focus-indicator:before,.mat-mdc-outlined-button:focus .mat-mdc-focus-indicator:before{content:\"\"}.mat-mdc-button[disabled],.mat-mdc-unelevated-button[disabled],.mat-mdc-raised-button[disabled],.mat-mdc-outline\\2026 .mat-calendar-body{min-width:224px}.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:var(--mat-datepicker-calendar-date-today-outline-color)}.mat-calendar-body-label{height:0;line-height:0;text-align:left;padding-left:4.7142857143%;padding-right:4.7142857143%;font-size:var(--mat-datepicker-calendar-body-label-text-size);font-weight:var(--mat-datepicker-calendar-body-label-text-weight);color:var(--mat-datepicker-calendar-body-label-text-color)}.mat-calendar-body-hidden-label{display:none}.mat-calendar-body-cell-container{position:relative;height:0;line-height:0}.mat-calendar-body-cell{-webkit-user-select:none;user-select:none;cursor:pointer;border:none;-webkit-tap-highlight-color:rgba(0,0,0,0);position:absolute;top:0;left:0;width:100%;height:100%;background:none;text-align:center;outline:none;font-family:inherit;margin:0}.mat-calendar-body-cell::-moz-focus-inner{border:0}.mat-calendar-body-cell:before,.mat-calendar-body-cell:after,.mat-calendar-body-cell-preview{content:\"\";position:absolute;top:5%;left:0;z-index:0;box-sizing:border-box;display:block;height:90%;width:100%}.mat-calendar-body-range-start:not(.mat-calendar-body-in-comparison-range):before,.mat-calendar-body-range-start:after,.mat-calendar-body-comparison-start:not(.mat-calendar-body-comparison-bridge-start):before,.mat-calendar-body-comparison-start:after,.mat-calendar-body-preview-start .mat-calendar-body-cell-preview{left:5%;width:95%;border-top-left-radius:999px;border-bottom-left-radius:999px}[dir=rtl] .mat-calendar-body-range-start:not(.mat-calendar-body-in-comparison-range):before,[dir=rtl] .mat-calendar-body-range-start:after,[dir=rtl] .mat-calendar-body-comparison-start:not(.mat-calendar-body-comparison-bridge-start):before,[dir=rtl] .mat-calendar-body-comparison-start:after,[dir=rtl] .mat-calendar-body-preview-start .mat-calendar-body-cell-preview{left:0;border-radius:0 999px 999px 0}.mat-calendar-body-range-end:not(.mat-calendar-body-in-comparison-range):before,.mat-calendar-body-range-end:after,.mat-calendar-body-comparison-end:not(.mat-calendar-body-comparison-bridge-end):before,.mat-calendar-body-comparison-end:after,.mat-calendar-body-preview-end .mat-calendar-body-cell-preview{width:95%;border-top-right-radius:999px;border-bottom-right-radius:999px}[dir=rtl] .mat-calendar-body-range-end:not(.mat-calendar-body-in-comparison-range):before,[dir=rtl] .mat-calendar-body-range-end:after,[dir=rtl] .mat-calendar-body-comparison-end:not(.mat-calendar-body-comparison-bridge-end):before,[dir=rtl] .mat-calendar-body-comparison-end:after,[dir=rtl] .mat-calendar-body-preview-end .mat-calendar-body-cell-preview{left:5%;border-radius:999px 0 0 999px}[dir=rtl] .mat-calendar-body-comparison-bridge-start.mat-calendar-body-range-end:after,[dir=rtl] .mat-calendar-body-comparison-bridge-end.mat-calendar-body-range-start:after{width:95%;border-top-right-radius:999px;border-bottom-right-radius:999px}.mat-calendar-body-comparison-start.mat-calendar-body-range-end:after,[dir=rtl] .mat-calendar-body-comparison-start.mat-calendar-body-range-end:after,.mat-calendar-body-comparison-end.mat-calendar-body-range-start:after,[dir=rtl] .mat-calendar-body-comparison-end.mat-calendar-body-range-start:after{width:90%}.mat-calendar-body-in-preview{color:var(--mat-datepicker-calendar-date-preview-state-outline-color)}.mat-calendar-body-in-preview .mat-calendar-body-cell-preview{border-top:dashed 1px;border-bottom:dashed 1px}.mat-calendar-body-preview-start .mat-calendar-body-cell-preview{border-left:dashed 1px}[dir=rtl] .mat-calendar-body-preview-start .mat-calendar-body-cell-preview{border-left:0;border-right:dashed 1px}.mat-calendar-body-preview-end .mat-calendar-body-cell-preview{border-right:dashed 1px}[dir=rtl] .mat-calendar-body-preview-end .mat-calendar-body-cell-preview{border-right:0;border-left:dashed 1px}.mat-calendar-body-disabled{cursor:default}.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){color:var(--mat-datepicker-calendar-date-disabled-state-text-color)}.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:var(--mat-datepicker-calendar-date-today-disabled-state-outline-color)}.cdk-high-contrast-active .mat-calendar-body-disabled{opacity:.5}.mat-calendar-body-cell-content{top:5%;left:5%;z-index:1;display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:90%;height:90%;line-height:1;border-width:1px;border-style:solid;border-radius:999px;color:var(--mat-datepicker-calendar-date-text-color);border-color:var(--mat-datepicker-calendar-date-outline-color)}.mat-calendar-body-cell-content.mat-focus-indicator{position:absolute}.cdk-high-contrast-active .mat-calendar-body-cell-content{border:none}.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:var(--mat-datepicker-calendar-date-focus-state-background-color)}@media (hover: hover){.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:var(--mat-datepicker-calendar-date-hover-state-background-color)}}.mat-calendar-body-selected{background-color:var(--mat-datepicker-calendar-date-selected-state-background-color);color:var(--mat-datepicker-calendar-date-selected-state-text-color)}.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:var(--mat-datepicker-calendar-date-selected-disabled-state-background-color)}.mat-calendar-body-selected.mat-calendar-body-today{box-shadow:inset 0 0 0 1px var(--mat-datepicker-calendar-date-today-selected-state-outline-color)}.mat-calendar-body-in-range:before{background:var(--mat-datepicker-calendar-date-in-range-state-background-color)}.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range:before{background:var(--mat-datepicker-calendar-date-in-comparison-range-state-background-color)}.mat-calendar-body-comparison-bridge-start:before,[dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,var(--mat-datepicker-calendar-date-in-range-state-background-color) 50%,var(--mat-datepicker-calendar-date-in-comparison-range-state-background-color) 50%)}.mat-calendar-body-comparison-bridge-end:before,[dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,var(--mat-datepicker-calendar-date-in-range-state-background-color) 50%,var(--mat-datepicker-calendar-date-in-comparison-range-state-background-color) 50%)}.mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:var(--mat-datepicker-calendar-date-in-overlap-range-state-background-color)}.mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:var(--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color)}.cdk-high-contrast-active .mat-datepicker-popup:not(:empty),.cdk-high-contrast-active .mat-calendar-body-cell:not(.mat-calendar-body-in-range) .mat-calendar-body-selected{outline:solid 1px}.cdk-high-contrast-active .mat-calendar-body-today{outline:dotted 1px}.cdk-high-contrast-active .mat-calendar-body-cell:before,.cdk-high-contrast-active .mat-calendar-body-cell:after,.cdk-high-contrast-active .mat-calendar-body-selected{background:none}.cdk-high-contrast-active .mat-calendar-body-in-range:before,.cdk-high-contrast-active .mat-calendar-body-comparison-bridge-start:before,.cdk-high-contrast-active .mat-calendar-body-comparison-bridge-end:before{border-top:solid 1px;border-bottom:solid 1px}.cdk-high-contrast-active .mat-calendar-body-range-start:before{border-left:solid 1px}[dir=rtl] .cdk-high-contrast-active .mat-calendar-body-range-start:before{border-left:0;border-right:solid 1px}.cdk-high-contrast-active .mat-calendar-body-range-end:before{border-right:solid 1px}[dir=rtl] .cdk-high-contrast-active .mat-calendar-body-range-end:before{border-right:0;border-left:solid 1px}.cdk-high-contrast-active .mat-calendar-body-in-comparison-range:before{border-top:dashed 1px;border-bottom:dashed 1px}.cdk-high-contrast-active .mat-calendar-body-comparison-start:before{border-left:dashed 1px}[dir=rtl] .cdk-high-contrast-active .mat-calendar-body-comparison-start:before{border-left:0;border-right:dashed 1px}.cdk-high-contrast-active .mat-calendar-body-comparison-end:before{border-right:dashed 1px}[dir=rtl] .cdk-high-contrast-active .mat-calendar-body-comparison-end:before{border-right:0;border-left:dashed 1px}[dir=rtl] .mat-calendar-body-label{text-align:right}.mat-mdc-form-field-subscript-wrapper{height:0}.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-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:5px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.mat-chip-list-wrapper input.mat-input-element,.mat-chip-list-wrapper .mat-standard-chip{margin:1px 4px 4px!important;padding-top:10px!important}.mat-chip-list-wrapper{margin:0!important;padding:5px!important}.snow{position:absolute;width:10px;height:10px;background:#fff;border-radius:50%}.snow:nth-child(1){opacity:1.9188;transform:translate(72.9329vw,-10px) scale(.3337);animation:fall-1 28s -12s linear infinite}@keyframes fall-1{75.542%{transform:translate(67.4803vw,75.542vh) scale(.3337)}to{transform:translate(70.2066vw,99vh) scale(.3337)}}.snow:nth-child(2){opacity:.781;transform:translate(57.7232vw,-10px) scale(.9132);animation:fall-2 18s -21s linear infinite}@keyframes fall-2{48.342%{transform:translate(49.0313vw,48.342vh) scale(.9132)}to{transform:translate(53.37725vw,99vh) scale(.9132)}}.snow:nth-child(3){opacity:.7568;transform:translate(18.5837vw,-10px) scale(.8995);animation:fall-3 11s -15s linear infinite}@keyframes fall-3{62.163%{transform:translate(10.7112vw,62.163vh) scale(.8995)}to{transform:translate(14.64745vw,99vh) scale(.8995)}}.snow:nth-child(4){opacity:1.4442;transform:translate(54.9189vw,-10px) scale(.1805);animation:fall-4 15s -2s linear infinite}@keyframes fall-4{50.576%{transform:translate(63.0003vw,50.576vh) scale(.1805)}to{transform:translate(58.9596vw,99vh) scale(.1805)}}.snow:nth-child(5){opacity:1.9946;transform:translate(66.5463vw,-10px) scale(.9843);animation:fall-5 30s -17s linear infinite}@keyframes fall-5{46.34%{transform:translate(63.3113vw,46.34vh) scale(.9843)}to{transform:translate(64.9288vw,99vh) scale(.9843)}}.snow:nth-child(6){opacity:.4226;transform:translate(1.5457vw,-10px) scale(.2868);animation:fall-6 28s -5s linear infinite}@keyframes fall-6{32.461%{transform:translate(-.3022vw,32.461vh) scale(.2868)}to{transform:translate(.62175vw,99vh) scale(.2868)}}.snow:nth-child(7){opacity:.6534;transform:translate(45.1544vw,-10px) scale(.8305);animation:fall-7 27s -21s linear infinite}@keyframes fall-7{31.528%{transform:translate(53.776vw,31.528vh) scale(.8305)}to{transform:translate(49.4652vw,99vh) scale(.8305)}}.snow:nth-child(8){opacity:1.0994;transform:translate(44.4222vw,-10px) scale(.6534);animation:fall-8 18s -26s linear infinite}@keyframes fall-8{35.153%{transform:translate(47.6936vw,35.153vh) scale(.6534)}to{transform:translate(46.0579vw,99vh) scale(.6534)}}.snow:nth-child(9){opacity:.021;transform:translate(43.54vw,-10px) scale(.8749);animation:fall-9 13s -19s linear infinite}@keyframes fall-9{57.347%{transform:translate(45.74vw,57.347vh) scale(.8749)}to{transform:translate(44.64vw,99vh) scale(.8749)}}.snow:nth-child(10){opacity:.5806;transform:translate(35.3552vw,-10px) scale(.8809);animation:fall-10 14s -21s linear infinite}@keyframes fall-10{43.838%{transform:translate(40.8987vw,43.838vh) scale(.8809)}to{transform:translate(38.12695vw,99vh) scale(.8809)}}.snow:nth-child(11){opacity:.9208;transform:translate(67.4002vw,-10px) scale(.9192);animation:fall-11 25s -3s linear infinite}@keyframes fall-11{67.954%{transform:translate(73.6169vw,67.954vh) scale(.9192)}to{transform:translate(70.50855vw,99vh) scale(.9192)}}.snow:nth-child(12){opacity:1.4568;transform:translate(92.1875vw,-10px) scale(.2257);animation:fall-12 26s -28s linear infinite}@keyframes fall-12{47.158%{transform:translate(90.347vw,47.158vh) scale(.2257)}to{transform:translate(91.26725vw,99vh) scale(.2257)}}.snow:nth-child(13){opacity:1.9914;transform:translate(20.7316vw,-10px) scale(.2494);animation:fall-13 24s -29s linear infinite}@keyframes fall-13{72.759%{transform:translate(28.9993vw,72.759vh) scale(.2494)}to{transform:translate(24.86545vw,99vh) scale(.2494)}}.snow:nth-child(14){opacity:.6896;transform:translate(98.8293vw,-10px) scale(.5239);animation:fall-14 25s -11s linear infinite}@keyframes fall-14{78.065%{transform:translate(106.9394vw,78.065vh) scale(.5239)}to{transform:translate(102.88435vw,99vh) scale(.5239)}}.snow:nth-child(15){opacity:.3772;transform:translate(18.0845vw,-10px) scale(.732);animation:fall-15 17s -24s linear infinite}@keyframes fall-15{48.645%{transform:translate(19.4178vw,48.645vh) scale(.732)}to{transform:translate(18.75115vw,99vh) scale(.732)}}.snow:nth-child(16){opacity:1.1002;transform:translate(81.7566vw,-10px) scale(.8059);animation:fall-16 22s -28s linear infinite}@keyframes fall-16{62.586%{transform:translate(72.1483vw,62.586vh) scale(.8059)}to{transform:translate(76.95245vw,99vh) scale(.8059)}}.snow:nth-child(17){opacity:.1894;transform:translate(54.4974vw,-10px) scale(.8894);animation:fall-17 13s -13s linear infinite}@keyframes fall-17{41.014%{transform:translate(52.555vw,41.014vh) scale(.8894)}to{transform:translate(53.5262vw,99vh) scale(.8894)}}.snow:nth-child(18){opacity:.588;transform:translate(40.076vw,-10px) scale(.8099);animation:fall-18 20s -20s linear infinite}@keyframes fall-18{46.263%{transform:translate(37.7734vw,46.263vh) scale(.8099)}to{transform:translate(38.9247vw,99vh) scale(.8099)}}.snow:nth-child(19){opacity:.178;transform:translate(20.8124vw,-10px) scale(.9413);animation:fall-19 18s -13s linear infinite}@keyframes fall-19{32.339%{transform:translate(25.4622vw,32.339vh) scale(.9413)}to{transform:translate(23.1373vw,99vh) scale(.9413)}}.snow:nth-child(20){opacity:.9238;transform:translate(87.7467vw,-10px) scale(.4628);animation:fall-20 17s -2s linear infinite}@keyframes fall-20{44.401%{transform:translate(93.5759vw,44.401vh) scale(.4628)}to{transform:translate(90.6613vw,99vh) scale(.4628)}}.snow:nth-child(21){opacity:.017;transform:translate(53.0796vw,-10px) scale(.8064);animation:fall-21 15s -22s linear infinite}@keyframes fall-21{32.209%{transform:translate(56.434vw,32.209vh) scale(.8064)}to{transform:translate(54.7568vw,99vh) scale(.8064)}}.snow:nth-child(22){opacity:1.9044;transform:translate(54.3073vw,-10px) scale(.246);animation:fall-22 29s -24s linear infinite}@keyframes fall-22{52.268%{transform:translate(46.4019vw,52.268vh) scale(.246)}to{transform:translate(50.3546vw,99vh) scale(.246)}}.snow:nth-child(23){opacity:1.2048;transform:translate(36.0236vw,-10px) scale(.3279);animation:fall-23 10s -13s linear infinite}@keyframes fall-23{54.055%{transform:translate(44.2885vw,54.055vh) scale(.3279)}to{transform:translate(40.15605vw,99vh) scale(.3279)}}.snow:nth-child(24){opacity:1.4346;transform:translate(95.8841vw,-10px) scale(.7347);animation:fall-24 30s -1s linear infinite}@keyframes fall-24{62.391%{transform:translate(99.678vw,62.391vh) scale(.7347)}to{transform:translate(97.78105vw,99vh) scale(.7347)}}.snow:nth-child(25){opacity:1.6746;transform:translate(10.4296vw,-10px) scale(.3433);animation:fall-25 18s -24s linear infinite}@keyframes fall-25{57.427%{transform:translate(6.7655vw,57.427vh) scale(.3433)}to{transform:translate(8.59755vw,99vh) scale(.3433)}}.snow:nth-child(26){opacity:1.7724;transform:translate(90.6363vw,-10px) scale(.9792);animation:fall-26 23s -19s linear infinite}@keyframes fall-26{47.95%{transform:translate(85.1657vw,47.95vh) scale(.9792)}to{transform:translate(87.901vw,99vh) scale(.9792)}}.snow:nth-child(27){opacity:1.4238;transform:translate(47.6378vw,-10px) scale(.485);animation:fall-27 27s -25s linear infinite}@keyframes fall-27{68.963%{transform:translate(52.514vw,68.963vh) scale(.485)}to{transform:translate(50.0759vw,99vh) scale(.485)}}.snow:nth-child(28){opacity:1.8974;transform:translate(12.6215vw,-10px) scale(.991);animation:fall-28 14s -13s linear infinite}@keyframes fall-28{56.494%{transform:translate(13.5937vw,56.494vh) scale(.991)}to{transform:translate(13.1076vw,99vh) scale(.991)}}.snow:nth-child(29){opacity:1.7898;transform:translate(99.2168vw,-10px) scale(.4814);animation:fall-29 17s -7s linear infinite}@keyframes fall-29{56.146%{transform:translate(105.2424vw,56.146vh) scale(.4814)}to{transform:translate(102.2296vw,99vh) scale(.4814)}}.snow:nth-child(30){opacity:1.1296;transform:translate(77.0446vw,-10px) scale(.0438);animation:fall-30 13s -4s linear infinite}@keyframes fall-30{30.892%{transform:translate(80.49vw,30.892vh) scale(.0438)}to{transform:translate(78.7673vw,99vh) scale(.0438)}}.snow:nth-child(31){opacity:.8056;transform:translate(36.6096vw,-10px) scale(.6517);animation:fall-31 17s -6s linear infinite}@keyframes fall-31{71.405%{transform:translate(38.2118vw,71.405vh) scale(.6517)}to{transform:translate(37.4107vw,99vh) scale(.6517)}}.snow:nth-child(32){opacity:.0066;transform:translate(90.755vw,-10px) scale(.0007);animation:fall-32 19s -13s linear infinite}@keyframes fall-32{32.906%{transform:translate(94.2752vw,32.906vh) scale(.0007)}to{transform:translate(92.5151vw,99vh) scale(.0007)}}.snow:nth-child(33){opacity:1.0812;transform:translate(52.3128vw,-10px) scale(.5558);animation:fall-33 28s -5s linear infinite}@keyframes fall-33{62.044%{transform:translate(52.6065vw,62.044vh) scale(.5558)}to{transform:translate(52.45965vw,99vh) scale(.5558)}}.snow:nth-child(34){opacity:.4278;transform:translate(34.2482vw,-10px) scale(.6928);animation:fall-34 17s -27s linear infinite}@keyframes fall-34{47.556%{transform:translate(33.1867vw,47.556vh) scale(.6928)}to{transform:translate(33.71745vw,99vh) scale(.6928)}}.snow:nth-child(35){opacity:1.5528;transform:translate(29.3611vw,-10px) scale(.7565);animation:fall-35 12s -2s linear infinite}@keyframes fall-35{53.926%{transform:translate(26.8529vw,53.926vh) scale(.7565)}to{transform:translate(28.107vw,99vh) scale(.7565)}}.snow:nth-child(36){opacity:1.766;transform:translate(13.6953vw,-10px) scale(.9686);animation:fall-36 18s -27s linear infinite}@keyframes fall-36{68.726%{transform:translate(18.2332vw,68.726vh) scale(.9686)}to{transform:translate(15.96425vw,99vh) scale(.9686)}}.snow:nth-child(37){opacity:.8552;transform:translate(78.5369vw,-10px) scale(.288);animation:fall-37 12s -3s linear infinite}@keyframes fall-37{46.839%{transform:translate(85.5356vw,46.839vh) scale(.288)}to{transform:translate(82.03625vw,99vh) scale(.288)}}.snow:nth-child(38){opacity:1.9318;transform:translate(55.5729vw,-10px) scale(.3892);animation:fall-38 17s -10s linear infinite}@keyframes fall-38{50.848%{transform:translate(64.1111vw,50.848vh) scale(.3892)}to{transform:translate(59.842vw,99vh) scale(.3892)}}.snow:nth-child(39){opacity:.8344;transform:translate(63.4827vw,-10px) scale(.2869);animation:fall-39 10s -16s linear infinite}@keyframes fall-39{52.385%{transform:translate(65.0328vw,52.385vh) scale(.2869)}to{transform:translate(64.25775vw,99vh) scale(.2869)}}.snow:nth-child(40){opacity:.613;transform:translate(23.8745vw,-10px) scale(.9837);animation:fall-40 30s -2s linear infinite}@keyframes fall-40{53.872%{transform:translate(29.358vw,53.872vh) scale(.9837)}to{transform:translate(26.61625vw,99vh) scale(.9837)}}.snow:nth-child(41){opacity:.3002;transform:translate(47.0508vw,-10px) scale(.0225);animation:fall-41 25s -8s linear infinite}@keyframes fall-41{52.131%{transform:translate(56.2703vw,52.131vh) scale(.0225)}to{transform:translate(51.66055vw,99vh) scale(.0225)}}.snow:nth-child(42){opacity:1.7252;transform:translate(78.5604vw,-10px) scale(.2911);animation:fall-42 12s -29s linear infinite}@keyframes fall-42{36.891%{transform:translate(84.2206vw,36.891vh) scale(.2911)}to{transform:translate(81.3905vw,99vh) scale(.2911)}}.snow:nth-child(43){opacity:1.9126;transform:translate(74.6343vw,-10px) scale(.1764);animation:fall-43 29s -12s linear infinite}@keyframes fall-43{44.965%{transform:translate(80.0417vw,44.965vh) scale(.1764)}to{transform:translate(77.338vw,99vh) scale(.1764)}}.snow:nth-child(44){opacity:.264;transform:translate(65.6141vw,-10px) scale(.5879);animation:fall-44 12s -11s linear infinite}@keyframes fall-44{38.901%{transform:translate(58.2129vw,38.901vh) scale(.5879)}to{transform:translate(61.9135vw,99vh) scale(.5879)}}.snow:nth-child(45){opacity:1.8472;transform:translate(40.7848vw,-10px) scale(.9536);animation:fall-45 22s -4s linear infinite}@keyframes fall-45{36.217%{transform:translate(43.6875vw,36.217vh) scale(.9536)}to{transform:translate(42.23615vw,99vh) scale(.9536)}}.snow:nth-child(46){opacity:.0492;transform:translate(20.4438vw,-10px) scale(.9818);animation:fall-46 14s -17s linear infinite}@keyframes fall-46{64.751%{transform:translate(17.5782vw,64.751vh) scale(.9818)}to{transform:translate(19.011vw,99vh) scale(.9818)}}.snow:nth-child(47){opacity:.3416;transform:translate(53.016vw,-10px) scale(.1589);animation:fall-47 14s -13s linear infinite}@keyframes fall-47{30.628%{transform:translate(49.4979vw,30.628vh) scale(.1589)}to{transform:translate(51.25695vw,99vh) scale(.1589)}}.snow:nth-child(48){opacity:1.0218;transform:translate(60.2234vw,-10px) scale(.0926);animation:fall-48 11s -20s linear infinite}@keyframes fall-48{58.969%{transform:translate(57.7358vw,58.969vh) scale(.0926)}to{transform:translate(58.9796vw,99vh) scale(.0926)}}.snow:nth-child(49){opacity:.5754;transform:translate(13.8609vw,-10px) scale(.2541);animation:fall-49 19s -10s linear infinite}@keyframes fall-49{57.675%{transform:translate(10.53vw,57.675vh) scale(.2541)}to{transform:translate(12.19545vw,99vh) scale(.2541)}}.snow:nth-child(50){opacity:1.8626;transform:translate(9.0311vw,-10px) scale(.0949);animation:fall-50 21s -17s linear infinite}@keyframes fall-50{30.68%{transform:translate(.0991vw,30.68vh) scale(.0949)}to{transform:translate(4.5651vw,99vh) scale(.0949)}}.snow:nth-child(51){opacity:1.2162;transform:translate(11.7892vw,-10px) scale(.9569);animation:fall-51 21s -8s linear infinite}@keyframes fall-51{56.644%{transform:translate(15.4965vw,56.644vh) scale(.9569)}to{transform:translate(13.64285vw,99vh) scale(.9569)}}.snow:nth-child(52){opacity:1.5626;transform:translate(45.764vw,-10px) scale(.7686);animation:fall-52 23s -24s linear infinite}@keyframes fall-52{49.547%{transform:translate(53.3592vw,49.547vh) scale(.7686)}to{transform:translate(49.5616vw,99vh) scale(.7686)}}.snow:nth-child(53){opacity:1.5034;transform:translate(10.9016vw,-10px) scale(.6567);animation:fall-53 26s -5s linear infinite}@keyframes fall-53{30.899%{transform:translate(19.8798vw,30.899vh) scale(.6567)}to{transform:translate(15.3907vw,99vh) scale(.6567)}}.snow:nth-child(54){opacity:1.23;transform:translate(50.77vw,-10px) scale(.5659);animation:fall-54 13s -4s linear infinite}@keyframes fall-54{46.383%{transform:translate(53.019vw,46.383vh) scale(.5659)}to{transform:translate(51.8945vw,99vh) scale(.5659)}}.snow:nth-child(55){opacity:1.6126;transform:translate(60.585vw,-10px) scale(.9054);animation:fall-55 25s -29s linear infinite}@keyframes fall-55{78.701%{transform:translate(67.8795vw,78.701vh) scale(.9054)}to{transform:translate(64.23225vw,99vh) scale(.9054)}}.snow:nth-child(56){opacity:.146;transform:translate(13.4245vw,-10px) scale(.025);animation:fall-56 12s -27s linear infinite}@keyframes fall-56{77.185%{transform:translate(6.6935vw,77.185vh) scale(.025)}to{transform:translate(10.059vw,99vh) scale(.025)}}.snow:nth-child(57){opacity:1.2902;transform:translate(33.8677vw,-10px) scale(.8804);animation:fall-57 20s -27s linear infinite}@keyframes fall-57{51.182%{transform:translate(33.6051vw,51.182vh) scale(.8804)}to{transform:translate(33.7364vw,99vh) scale(.8804)}}.snow:nth-child(58){opacity:.2686;transform:translate(81.9062vw,-10px) scale(.6383);animation:fall-58 19s -9s linear infinite}@keyframes fall-58{39.595%{transform:translate(90.095vw,39.595vh) scale(.6383)}to{transform:translate(86.0006vw,99vh) scale(.6383)}}.snow:nth-child(59){opacity:1.236;transform:translate(49.0945vw,-10px) scale(.9406);animation:fall-59 20s -16s linear infinite}@keyframes fall-59{61.855%{transform:translate(55.0348vw,61.855vh) scale(.9406)}to{transform:translate(52.06465vw,99vh) scale(.9406)}}.snow:nth-child(60){opacity:.392;transform:translate(51.0337vw,-10px) scale(.1031);animation:fall-60 17s -19s linear infinite}@keyframes fall-60{40.451%{transform:translate(47.7923vw,40.451vh) scale(.1031)}to{transform:translate(49.413vw,99vh) scale(.1031)}}.snow:nth-child(61){opacity:.8842;transform:translate(98.7008vw,-10px) scale(.9029);animation:fall-61 23s -30s linear infinite}@keyframes fall-61{56.7%{transform:translate(107.2613vw,56.7vh) scale(.9029)}to{transform:translate(102.98105vw,99vh) scale(.9029)}}.snow:nth-child(62){opacity:.822;transform:translate(54.5926vw,-10px) scale(.0663);animation:fall-62 14s -1s linear infinite}@keyframes fall-62{72.793%{transform:translate(55.6966vw,72.793vh) scale(.0663)}to{transform:translate(55.1446vw,99vh) scale(.0663)}}.snow:nth-child(63){opacity:.8782;transform:translate(58.7218vw,-10px) scale(.4899);animation:fall-63 30s -11s linear infinite}@keyframes fall-63{79.383%{transform:translate(59.1581vw,79.383vh) scale(.4899)}to{transform:translate(58.93995vw,99vh) scale(.4899)}}.snow:nth-child(64){opacity:1.9154;transform:translate(56.5959vw,-10px) scale(.703);animation:fall-64 23s -10s linear infinite}@keyframes fall-64{58.797%{transform:translate(59.729vw,58.797vh) scale(.703)}to{transform:translate(58.16245vw,99vh) scale(.703)}}.snow:nth-child(65){opacity:.4644;transform:translate(17.5167vw,-10px) scale(.0204);animation:fall-65 23s -15s linear infinite}@keyframes fall-65{47.669%{transform:translate(15.4885vw,47.669vh) scale(.0204)}to{transform:translate(16.5026vw,99vh) scale(.0204)}}.snow:nth-child(66){opacity:.4652;transform:translate(39.7673vw,-10px) scale(.2642);animation:fall-66 16s -12s linear infinite}@keyframes fall-66{62.049%{transform:translate(49.0402vw,62.049vh) scale(.2642)}to{transform:translate(44.40375vw,99vh) scale(.2642)}}.snow:nth-child(67){opacity:.5448;transform:translate(82.6523vw,-10px) scale(.4879);animation:fall-67 20s -16s linear infinite}@keyframes fall-67{38.635%{transform:translate(85.9128vw,38.635vh) scale(.4879)}to{transform:translate(84.28255vw,99vh) scale(.4879)}}.snow:nth-child(68){opacity:.9908;transform:translate(46.6212vw,-10px) scale(.2915);animation:fall-68 12s -21s linear infinite}@keyframes fall-68{60.875%{transform:translate(44.755vw,60.875vh) scale(.2915)}to{transform:translate(45.6881vw,99vh) scale(.2915)}}.snow:nth-child(69){opacity:1.8348;transform:translate(6.7335vw,-10px) scale(.2272);animation:fall-69 14s -28s linear infinite}@keyframes fall-69{79.545%{transform:translate(6.2046vw,79.545vh) scale(.2272)}to{transform:translate(6.46905vw,99vh) scale(.2272)}}.snow:nth-child(70){opacity:1.9274;transform:translate(9.3659vw,-10px) scale(.8105);animation:fall-70 22s -29s linear infinite}@keyframes fall-70{64.51%{transform:translate(1.2537vw,64.51vh) scale(.8105)}to{transform:translate(5.3098vw,99vh) scale(.8105)}}.snow:nth-child(71){opacity:1.9128;transform:translate(7.7679vw,-10px) scale(.0514);animation:fall-71 28s -21s linear infinite}@keyframes fall-71{50.27%{transform:translate(6.8536vw,50.27vh) scale(.0514)}to{transform:translate(7.31075vw,99vh) scale(.0514)}}.snow:nth-child(72){opacity:1.265;transform:translate(27.4786vw,-10px) scale(.5645);animation:fall-72 13s -9s linear infinite}@keyframes fall-72{50.653%{transform:translate(31.9203vw,50.653vh) scale(.5645)}to{transform:translate(29.69945vw,99vh) scale(.5645)}}.snow:nth-child(73){opacity:.3486;transform:translate(50.0531vw,-10px) scale(.1743);animation:fall-73 15s -2s linear infinite}@keyframes fall-73{69.262%{transform:translate(57.5227vw,69.262vh) scale(.1743)}to{transform:translate(53.7879vw,99vh) scale(.1743)}}.snow:nth-child(74){opacity:1.8528;transform:translate(14.7729vw,-10px) scale(.9618);animation:fall-74 10s -7s linear infinite}@keyframes fall-74{56.836%{transform:translate(19.8849vw,56.836vh) scale(.9618)}to{transform:translate(17.3289vw,99vh) scale(.9618)}}.snow:nth-child(75){opacity:1.2044;transform:translate(98.1363vw,-10px) scale(.5621);animation:fall-75 23s -26s linear infinite}@keyframes fall-75{32.636%{transform:translate(94.8167vw,32.636vh) scale(.5621)}to{transform:translate(96.4765vw,99vh) scale(.5621)}}.snow:nth-child(76){opacity:.379;transform:translate(30.001vw,-10px) scale(.0175);animation:fall-76 11s -3s linear infinite}@keyframes fall-76{61.228%{transform:translate(22.8137vw,61.228vh) scale(.0175)}to{transform:translate(26.40735vw,99vh) scale(.0175)}}.snow:nth-child(77){opacity:.2894;transform:translate(61.1714vw,-10px) scale(.3427);animation:fall-77 12s -26s linear infinite}@keyframes fall-77{67.994%{transform:translate(64.52vw,67.994vh) scale(.3427)}to{transform:translate(62.8457vw,99vh) scale(.3427)}}.snow:nth-child(78){opacity:.8254;transform:translate(97.0293vw,-10px) scale(.3221);animation:fall-78 15s -11s linear infinite}@keyframes fall-78{49.419%{transform:translate(93.8509vw,49.419vh) scale(.3221)}to{transform:translate(95.4401vw,99vh) scale(.3221)}}.snow:nth-child(79){opacity:.8002;transform:translate(92.279vw,-10px) scale(.9985);animation:fall-79 30s -7s linear infinite}@keyframes fall-79{59.59%{transform:translate(98.5542vw,59.59vh) scale(.9985)}to{transform:translate(95.4166vw,99vh) scale(.9985)}}.snow:nth-child(80){opacity:1.3644;transform:translate(20.2066vw,-10px) scale(.7329);animation:fall-80 16s -4s linear infinite}@keyframes fall-80{35.273%{transform:translate(28.0157vw,35.273vh) scale(.7329)}to{transform:translate(24.11115vw,99vh) scale(.7329)}}.snow:nth-child(81){opacity:1.7092;transform:translate(91.2286vw,-10px) scale(.648);animation:fall-81 18s -3s linear infinite}@keyframes fall-81{42.437%{transform:translate(93.5492vw,42.437vh) scale(.648)}to{transform:translate(92.3889vw,99vh) scale(.648)}}.snow:nth-child(82){opacity:1.8262;transform:translate(33.0568vw,-10px) scale(.3073);animation:fall-82 17s -8s linear infinite}@keyframes fall-82{71.032%{transform:translate(39.6088vw,71.032vh) scale(.3073)}to{transform:translate(36.3328vw,99vh) scale(.3073)}}.snow:nth-child(83){opacity:.8504;transform:translate(73.0533vw,-10px) scale(.9278);animation:fall-83 16s -1s linear infinite}@keyframes fall-83{34.513%{transform:translate(82.5793vw,34.513vh) scale(.9278)}to{transform:translate(77.8163vw,99vh) scale(.9278)}}.snow:nth-child(84){opacity:.8162;transform:translate(61.1447vw,-10px) scale(.8465);animation:fall-84 10s -28s linear infinite}@keyframes fall-84{39.169%{transform:translate(69.7223vw,39.169vh) scale(.8465)}to{transform:translate(65.4335vw,99vh) scale(.8465)}}.snow:nth-child(85){opacity:.3074;transform:translate(68.8098vw,-10px) scale(.5245);animation:fall-85 27s -3s linear infinite}@keyframes fall-85{40.547%{transform:translate(77.349vw,40.547vh) scale(.5245)}to{transform:translate(73.0794vw,99vh) scale(.5245)}}.snow:nth-child(86){opacity:.7146;transform:translate(38.0621vw,-10px) scale(.5166);animation:fall-86 21s -10s linear infinite}@keyframes fall-86{78.624%{transform:translate(37.4868vw,78.624vh) scale(.5166)}to{transform:translate(37.77445vw,99vh) scale(.5166)}}.snow:nth-child(87){opacity:1.7638;transform:translate(27.9319vw,-10px) scale(.2477);animation:fall-87 21s -1s linear infinite}@keyframes fall-87{46.47%{transform:translate(23.9225vw,46.47vh) scale(.2477)}to{transform:translate(25.9272vw,99vh) scale(.2477)}}.snow:nth-child(88){opacity:1.26;transform:translate(40.6657vw,-10px) scale(.6468);animation:fall-88 12s -5s linear infinite}@keyframes fall-88{37.179%{transform:translate(37.1402vw,37.179vh) scale(.6468)}to{transform:translate(38.90295vw,99vh) scale(.6468)}}.snow:nth-child(89){opacity:1.595;transform:translate(86.0616vw,-10px) scale(.2235);animation:fall-89 23s -12s linear infinite}@keyframes fall-89{64.175%{transform:translate(84.1271vw,64.175vh) scale(.2235)}to{transform:translate(85.09435vw,99vh) scale(.2235)}}.snow:nth-child(90){opacity:1.8016;transform:translate(78.2147vw,-10px) scale(.575);animation:fall-90 14s -8s linear infinite}@keyframes fall-90{59.987%{transform:translate(70.9529vw,59.987vh) scale(.575)}to{transform:translate(74.5838vw,99vh) scale(.575)}}.snow:nth-child(91){opacity:.747;transform:translate(22.8727vw,-10px) scale(.8344);animation:fall-91 14s -2s linear infinite}@keyframes fall-91{69.629%{transform:translate(28.9369vw,69.629vh) scale(.8344)}to{transform:translate(25.9048vw,99vh) scale(.8344)}}.snow:nth-child(92){opacity:1.8428;transform:translate(14.5303vw,-10px) scale(.8303);animation:fall-92 10s -25s linear infinite}@keyframes fall-92{46.574%{transform:translate(16.5492vw,46.574vh) scale(.8303)}to{transform:translate(15.53975vw,99vh) scale(.8303)}}.snow:nth-child(93){opacity:1.2794;transform:translate(79.0715vw,-10px) scale(.5711);animation:fall-93 26s -9s linear infinite}@keyframes fall-93{58.504%{transform:translate(76.3428vw,58.504vh) scale(.5711)}to{transform:translate(77.70715vw,99vh) scale(.5711)}}.snow:nth-child(94){opacity:.7026;transform:translate(76.6083vw,-10px) scale(.409);animation:fall-94 24s -3s linear infinite}@keyframes fall-94{38.575%{transform:translate(69.1076vw,38.575vh) scale(.409)}to{transform:translate(72.85795vw,99vh) scale(.409)}}.snow:nth-child(95){opacity:1.7084;transform:translate(96.4285vw,-10px) scale(.7699);animation:fall-95 22s -23s linear infinite}@keyframes fall-95{65.523%{transform:translate(105.5199vw,65.523vh) scale(.7699)}to{transform:translate(100.9742vw,99vh) scale(.7699)}}.snow:nth-child(96){opacity:.5556;transform:translate(27.4853vw,-10px) scale(.7956);animation:fall-96 22s -14s linear infinite}@keyframes fall-96{32.929%{transform:translate(33.0076vw,32.929vh) scale(.7956)}to{transform:translate(30.24645vw,99vh) scale(.7956)}}.snow:nth-child(97){opacity:1.7714;transform:translate(9.746vw,-10px) scale(.8571);animation:fall-97 20s -22s linear infinite}@keyframes fall-97{66.034%{transform:translate(15.6917vw,66.034vh) scale(.8571)}to{transform:translate(12.71885vw,99vh) scale(.8571)}}.snow:nth-child(98){opacity:.9488;transform:translate(42.163vw,-10px) scale(.064);animation:fall-98 15s -16s linear infinite}@keyframes fall-98{60.779%{transform:translate(35.7378vw,60.779vh) scale(.064)}to{transform:translate(38.9504vw,99vh) scale(.064)}}.snow:nth-child(99){opacity:1.2628;transform:translate(6.437vw,-10px) scale(.0635);animation:fall-99 18s -10s linear infinite}@keyframes fall-99{72.696%{transform:translate(1.4978vw,72.696vh) scale(.0635)}to{transform:translate(3.9674vw,99vh) scale(.0635)}}.snow:nth-child(100){opacity:1.485;transform:translate(41.9322vw,-10px) scale(.7116);animation:fall-100 22s -2s linear infinite}@keyframes fall-100{75.774%{transform:translate(41.4509vw,75.774vh) scale(.7116)}to{transform:translate(41.69155vw,99vh) scale(.7116)}}.snow:nth-child(101){opacity:1.665;transform:translate(66.8293vw,-10px) scale(.7577);animation:fall-101 18s -21s linear infinite}@keyframes fall-101{60.97%{transform:translate(64.9548vw,60.97vh) scale(.7577)}to{transform:translate(65.89205vw,99vh) scale(.7577)}}.snow:nth-child(102){opacity:1.2792;transform:translate(93.8606vw,-10px) scale(.1048);animation:fall-102 18s -17s linear infinite}@keyframes fall-102{50.243%{transform:translate(89.5777vw,50.243vh) scale(.1048)}to{transform:translate(91.71915vw,99vh) scale(.1048)}}.snow:nth-child(103){opacity:1.9904;transform:translate(84.621vw,-10px) scale(.6459);animation:fall-103 18s -9s linear infinite}@keyframes fall-103{46.146%{transform:translate(92.8411vw,46.146vh) scale(.6459)}to{transform:translate(88.73105vw,99vh) scale(.6459)}}.snow:nth-child(104){opacity:.7384;transform:translate(58.3677vw,-10px) scale(.659);animation:fall-104 24s -10s linear infinite}@keyframes fall-104{49.182%{transform:translate(58.2728vw,49.182vh) scale(.659)}to{transform:translate(58.32025vw,99vh) scale(.659)}}.snow:nth-child(105){opacity:1.3532;transform:translate(88.6568vw,-10px) scale(.0963);animation:fall-105 14s -11s linear infinite}@keyframes fall-105{75.025%{transform:translate(85.4658vw,75.025vh) scale(.0963)}to{transform:translate(87.0613vw,99vh) scale(.0963)}}.snow:nth-child(106){opacity:1.7306;transform:translate(33.1065vw,-10px) scale(.4205);animation:fall-106 18s -15s linear infinite}@keyframes fall-106{57.632%{transform:translate(34.5055vw,57.632vh) scale(.4205)}to{transform:translate(33.806vw,99vh) scale(.4205)}}.snow:nth-child(107){opacity:1.4192;transform:translate(73.8168vw,-10px) scale(.4007);animation:fall-107 19s -17s linear infinite}@keyframes fall-107{60.79%{transform:translate(77.9303vw,60.79vh) scale(.4007)}to{transform:translate(75.87355vw,99vh) scale(.4007)}}.snow:nth-child(108){opacity:.739;transform:translate(81.2195vw,-10px) scale(.5288);animation:fall-108 22s -15s linear infinite}@keyframes fall-108{53.376%{transform:translate(88.9358vw,53.376vh) scale(.5288)}to{transform:translate(85.07765vw,99vh) scale(.5288)}}.snow:nth-child(109){opacity:1.2906;transform:translate(29.0665vw,-10px) scale(.3465);animation:fall-109 27s -21s linear infinite}@keyframes fall-109{37.663%{transform:translate(37.4268vw,37.663vh) scale(.3465)}to{transform:translate(33.24665vw,99vh) scale(.3465)}}.snow:nth-child(110){opacity:.4998;transform:translate(3.9328vw,-10px) scale(.4869);animation:fall-110 20s -17s linear infinite}@keyframes fall-110{52.712%{transform:translate(9.4491vw,52.712vh) scale(.4869)}to{transform:translate(6.69095vw,99vh) scale(.4869)}}.snow:nth-child(111){opacity:1.94;transform:translate(62.6609vw,-10px) scale(.4904);animation:fall-111 26s -16s linear infinite}@keyframes fall-111{78.076%{transform:translate(58.6391vw,78.076vh) scale(.4904)}to{transform:translate(60.65vw,99vh) scale(.4904)}}.snow:nth-child(112){opacity:.8738;transform:translate(58.3272vw,-10px) scale(.5896);animation:fall-112 10s -7s linear infinite}@keyframes fall-112{44.006%{transform:translate(56.8049vw,44.006vh) scale(.5896)}to{transform:translate(57.56605vw,99vh) scale(.5896)}}.snow:nth-child(113){opacity:.725;transform:translate(42.5846vw,-10px) scale(.3547);animation:fall-113 21s -5s linear infinite}@keyframes fall-113{59.649%{transform:translate(48.7984vw,59.649vh) scale(.3547)}to{transform:translate(45.6915vw,99vh) scale(.3547)}}.snow:nth-child(114){opacity:1.135;transform:translate(87.1699vw,-10px) scale(.8641);animation:fall-114 28s -16s linear infinite}@keyframes fall-114{65.231%{transform:translate(85.6764vw,65.231vh) scale(.8641)}to{transform:translate(86.42315vw,99vh) scale(.8641)}}.snow:nth-child(115){opacity:.807;transform:translate(45.205vw,-10px) scale(.7707);animation:fall-115 21s -12s linear infinite}@keyframes fall-115{68.33%{transform:translate(44.762vw,68.33vh) scale(.7707)}to{transform:translate(44.9835vw,99vh) scale(.7707)}}.snow:nth-child(116){opacity:.726;transform:translate(12.2331vw,-10px) scale(.473);animation:fall-116 20s -18s linear infinite}@keyframes fall-116{79.241%{transform:translate(6.8393vw,79.241vh) scale(.473)}to{transform:translate(9.5362vw,99vh) scale(.473)}}.snow:nth-child(117){opacity:1.6398;transform:translate(30.1488vw,-10px) scale(.9617);animation:fall-117 29s -26s linear infinite}@keyframes fall-117{75.742%{transform:translate(37.5602vw,75.742vh) scale(.9617)}to{transform:translate(33.8545vw,99vh) scale(.9617)}}.snow:nth-child(118){opacity:1.7258;transform:translate(66.4148vw,-10px) scale(.9068);animation:fall-118 27s -15s linear infinite}@keyframes fall-118{41.877%{transform:translate(66.7241vw,41.877vh) scale(.9068)}to{transform:translate(66.56945vw,99vh) scale(.9068)}}.snow:nth-child(119){opacity:.7334;transform:translate(21.3363vw,-10px) scale(.5554);animation:fall-119 17s -18s linear infinite}@keyframes fall-119{57.209%{transform:translate(14.7111vw,57.209vh) scale(.5554)}to{transform:translate(18.0237vw,99vh) scale(.5554)}}.snow:nth-child(120){opacity:.023;transform:translate(11.6161vw,-10px) scale(.5515);animation:fall-120 27s -15s linear infinite}@keyframes fall-120{40.166%{transform:translate(11.0849vw,40.166vh) scale(.5515)}to{transform:translate(11.3505vw,99vh) scale(.5515)}}.snow:nth-child(121){opacity:.6922;transform:translate(84.734vw,-10px) scale(.9655);animation:fall-121 19s -24s linear infinite}@keyframes fall-121{54.731%{transform:translate(93.5863vw,54.731vh) scale(.9655)}to{transform:translate(89.16015vw,99vh) scale(.9655)}}.snow:nth-child(122){opacity:.1242;transform:translate(62.504vw,-10px) scale(.3263);animation:fall-122 17s -5s linear infinite}@keyframes fall-122{37.978%{transform:translate(54.5313vw,37.978vh) scale(.3263)}to{transform:translate(58.51765vw,99vh) scale(.3263)}}.snow:nth-child(123){opacity:.878;transform:translate(79.8893vw,-10px) scale(.2847);animation:fall-123 18s -30s linear infinite}@keyframes fall-123{34.889%{transform:translate(72.9043vw,34.889vh) scale(.2847)}to{transform:translate(76.3968vw,99vh) scale(.2847)}}.snow:nth-child(124){opacity:1.8318;transform:translate(76.9021vw,-10px) scale(.1233);animation:fall-124 18s -28s linear infinite}@keyframes fall-124{47.07%{transform:translate(83.0634vw,47.07vh) scale(.1233)}to{transform:translate(79.98275vw,99vh) scale(.1233)}}.snow:nth-child(125){opacity:1.766;transform:translate(57.8396vw,-10px) scale(.8789);animation:fall-125 30s -23s linear infinite}@keyframes fall-125{77.754%{transform:translate(50.2871vw,77.754vh) scale(.8789)}to{transform:translate(54.06335vw,99vh) scale(.8789)}}.snow:nth-child(126){opacity:.3178;transform:translate(73.1491vw,-10px) scale(.1045);animation:fall-126 28s -9s linear infinite}@keyframes fall-126{73.304%{transform:translate(73.7235vw,73.304vh) scale(.1045)}to{transform:translate(73.4363vw,99vh) scale(.1045)}}.snow:nth-child(127){opacity:1.6184;transform:translate(2.7583vw,-10px) scale(.1293);animation:fall-127 15s -8s linear infinite}@keyframes fall-127{79.334%{transform:translate(-6.4491vw,79.334vh) scale(.1293)}to{transform:translate(-1.8454vw,99vh) scale(.1293)}}.snow:nth-child(128){opacity:.1742;transform:translate(24.5376vw,-10px) scale(.2173);animation:fall-128 13s -3s linear infinite}@keyframes fall-128{41.732%{transform:translate(29.163vw,41.732vh) scale(.2173)}to{transform:translate(26.8503vw,99vh) scale(.2173)}}.snow:nth-child(129){opacity:1.8006;transform:translate(57.9882vw,-10px) scale(.8389);animation:fall-129 20s -14s linear infinite}@keyframes fall-129{67.849%{transform:translate(52.0516vw,67.849vh) scale(.8389)}to{transform:translate(55.0199vw,99vh) scale(.8389)}}.snow:nth-child(130){opacity:1.2224;transform:translate(98.2074vw,-10px) scale(.3028);animation:fall-130 19s -8s linear infinite}@keyframes fall-130{53.529%{transform:translate(107.6854vw,53.529vh) scale(.3028)}to{transform:translate(102.9464vw,99vh) scale(.3028)}}.snow:nth-child(131){opacity:1.4256;transform:translate(24.9857vw,-10px) scale(.6231);animation:fall-131 26s -11s linear infinite}@keyframes fall-131{30.45%{transform:translate(22.4951vw,30.45vh) scale(.6231)}to{transform:translate(23.7404vw,99vh) scale(.6231)}}.snow:nth-child(132){opacity:.0244;transform:translate(77.8812vw,-10px) scale(.2566);animation:fall-132 13s -27s linear infinite}@keyframes fall-132{71.527%{transform:translate(83.4791vw,71.527vh) scale(.2566)}to{transform:translate(80.68015vw,99vh) scale(.2566)}}.snow:nth-child(133){opacity:1.0652;transform:translate(37.6959vw,-10px) scale(.1554);animation:fall-133 11s -18s linear infinite}@keyframes fall-133{79.621%{transform:translate(43.0358vw,79.621vh) scale(.1554)}to{transform:translate(40.36585vw,99vh) scale(.1554)}}.snow:nth-child(134){opacity:1.3506;transform:translate(63.6232vw,-10px) scale(.276);animation:fall-134 12s -24s linear infinite}@keyframes fall-134{33.406%{transform:translate(67.0372vw,33.406vh) scale(.276)}to{transform:translate(65.3302vw,99vh) scale(.276)}}.snow:nth-child(135){opacity:1.137;transform:translate(85.0636vw,-10px) scale(.3879);animation:fall-135 11s -3s linear infinite}@keyframes fall-135{60.46%{transform:translate(88.3369vw,60.46vh) scale(.3879)}to{transform:translate(86.70025vw,99vh) scale(.3879)}}.snow:nth-child(136){opacity:.4716;transform:translate(37.0002vw,-10px) scale(.2221);animation:fall-136 13s -25s linear infinite}@keyframes fall-136{65.251%{transform:translate(39.1739vw,65.251vh) scale(.2221)}to{transform:translate(38.08705vw,99vh) scale(.2221)}}.snow:nth-child(137){opacity:.0944;transform:translate(40.8726vw,-10px) scale(.9484);animation:fall-137 23s -4s linear infinite}@keyframes fall-137{42.725%{transform:translate(40.0318vw,42.725vh) scale(.9484)}to{transform:translate(40.4522vw,99vh) scale(.9484)}}.snow:nth-child(138){opacity:1.2646;transform:translate(35.8601vw,-10px) scale(.4902);animation:fall-138 13s -16s linear infinite}@keyframes fall-138{32.611%{transform:translate(37.7294vw,32.611vh) scale(.4902)}to{transform:translate(36.79475vw,99vh) scale(.4902)}}.snow:nth-child(139){opacity:.2138;transform:translate(71.2718vw,-10px) scale(.4724);animation:fall-139 14s -20s linear infinite}@keyframes fall-139{56.293%{transform:translate(67.9676vw,56.293vh) scale(.4724)}to{transform:translate(69.6197vw,99vh) scale(.4724)}}.snow:nth-child(140){opacity:.3394;transform:translate(26.2843vw,-10px) scale(.3562);animation:fall-140 22s -10s linear infinite}@keyframes fall-140{35.972%{transform:translate(32.9002vw,35.972vh) scale(.3562)}to{transform:translate(29.59225vw,99vh) scale(.3562)}}.snow:nth-child(141){opacity:1.9378;transform:translate(58.5784vw,-10px) scale(.3015);animation:fall-141 12s -10s linear infinite}@keyframes fall-141{65.629%{transform:translate(63.5637vw,65.629vh) scale(.3015)}to{transform:translate(61.07105vw,99vh) scale(.3015)}}.snow:nth-child(142){opacity:.6514;transform:translate(7.2461vw,-10px) scale(.0379);animation:fall-142 27s -21s linear infinite}@keyframes fall-142{39.325%{transform:translate(13.3652vw,39.325vh) scale(.0379)}to{transform:translate(10.30565vw,99vh) scale(.0379)}}.snow:nth-child(143){opacity:.3564;transform:translate(52.9592vw,-10px) scale(.504);animation:fall-143 19s -18s linear infinite}@keyframes fall-143{53.115%{transform:translate(54.264vw,53.115vh) scale(.504)}to{transform:translate(53.6116vw,99vh) scale(.504)}}.snow:nth-child(144){opacity:1.0614;transform:translate(86.782vw,-10px) scale(.132);animation:fall-144 10s -21s linear infinite}@keyframes fall-144{65.965%{transform:translate(84.8236vw,65.965vh) scale(.132)}to{transform:translate(85.8028vw,99vh) scale(.132)}}.snow:nth-child(145){opacity:.8012;transform:translate(64.8304vw,-10px) scale(.7339);animation:fall-145 27s -13s linear infinite}@keyframes fall-145{33.004%{transform:translate(69.7662vw,33.004vh) scale(.7339)}to{transform:translate(67.2983vw,99vh) scale(.7339)}}.snow:nth-child(146){opacity:.6724;transform:translate(77.7383vw,-10px) scale(.0559);animation:fall-146 11s -10s linear infinite}@keyframes fall-146{55.695%{transform:translate(71.2266vw,55.695vh) scale(.0559)}to{transform:translate(74.48245vw,99vh) scale(.0559)}}.snow:nth-child(147){opacity:1.104;transform:translate(82.1969vw,-10px) scale(.4214);animation:fall-147 18s -4s linear infinite}@keyframes fall-147{47.789%{transform:translate(88.9913vw,47.789vh) scale(.4214)}to{transform:translate(85.5941vw,99vh) scale(.4214)}}.snow:nth-child(148){opacity:.277;transform:translate(84.9016vw,-10px) scale(.3026);animation:fall-148 13s -17s linear infinite}@keyframes fall-148{54.306%{transform:translate(80.2176vw,54.306vh) scale(.3026)}to{transform:translate(82.5596vw,99vh) scale(.3026)}}.snow:nth-child(149){opacity:.1834;transform:translate(47.545vw,-10px) scale(.3426);animation:fall-149 30s -14s linear infinite}@keyframes fall-149{66.135%{transform:translate(44.8618vw,66.135vh) scale(.3426)}to{transform:translate(46.2034vw,99vh) scale(.3426)}}.snow:nth-child(150){opacity:1.0732;transform:translate(35.2355vw,-10px) scale(.1404);animation:fall-150 11s -21s linear infinite}@keyframes fall-150{37.533%{transform:translate(27.8926vw,37.533vh) scale(.1404)}to{transform:translate(31.56405vw,99vh) scale(.1404)}}.snow:nth-child(151){opacity:1.784;transform:translate(19.5599vw,-10px) scale(.8625);animation:fall-151 20s -3s linear infinite}@keyframes fall-151{78.838%{transform:translate(27.4948vw,78.838vh) scale(.8625)}to{transform:translate(23.52735vw,99vh) scale(.8625)}}.snow:nth-child(152){opacity:.4476;transform:translate(42.3124vw,-10px) scale(.9841);animation:fall-152 18s -23s linear infinite}@keyframes fall-152{76.958%{transform:translate(41.6199vw,76.958vh) scale(.9841)}to{transform:translate(41.96615vw,99vh) scale(.9841)}}.snow:nth-child(153){opacity:.4592;transform:translate(93.2676vw,-10px) scale(.6521);animation:fall-153 16s -16s linear infinite}@keyframes fall-153{74.828%{transform:translate(103.1108vw,74.828vh) scale(.6521)}to{transform:translate(98.1892vw,99vh) scale(.6521)}}.snow:nth-child(154){opacity:.0512;transform:translate(.0809vw,-10px) scale(.2885);animation:fall-154 30s -4s linear infinite}@keyframes fall-154{69.223%{transform:translate(8.1358vw,69.223vh) scale(.2885)}to{transform:translate(4.10835vw,99vh) scale(.2885)}}.snow:nth-child(155){opacity:1.9446;transform:translate(57.7957vw,-10px) scale(.8635);animation:fall-155 11s -10s linear infinite}@keyframes fall-155{42.569%{transform:translate(60.7517vw,42.569vh) scale(.8635)}to{transform:translate(59.2737vw,99vh) scale(.8635)}}.snow:nth-child(156){opacity:1.8362;transform:translate(98.1782vw,-10px) scale(.1992);animation:fall-156 25s -1s linear infinite}@keyframes fall-156{64.913%{transform:translate(97.4017vw,64.913vh) scale(.1992)}to{transform:translate(97.78995vw,99vh) scale(.1992)}}.snow:nth-child(157){opacity:1.1794;transform:translate(79.285vw,-10px) scale(.1454);animation:fall-157 16s -5s linear infinite}@keyframes fall-157{44.558%{transform:translate(81.2718vw,44.558vh) scale(.1454)}to{transform:translate(80.2784vw,99vh) scale(.1454)}}.snow:nth-child(158){opacity:.1876;transform:translate(57.7295vw,-10px) scale(.8027);animation:fall-158 11s -1s linear infinite}@keyframes fall-158{30.468%{transform:translate(67.3769vw,30.468vh) scale(.8027)}to{transform:translate(62.5532vw,99vh) scale(.8027)}}.snow:nth-child(159){opacity:.5286;transform:translate(77.0193vw,-10px) scale(.6699);animation:fall-159 24s -15s linear infinite}@keyframes fall-159{52.15%{transform:translate(86.3408vw,52.15vh) scale(.6699)}to{transform:translate(81.68005vw,99vh) scale(.6699)}}.snow:nth-child(160){opacity:.6586;transform:translate(93.5732vw,-10px) scale(.7476);animation:fall-160 15s -3s linear infinite}@keyframes fall-160{43.131%{transform:translate(85.2538vw,43.131vh) scale(.7476)}to{transform:translate(89.4135vw,99vh) scale(.7476)}}.snow:nth-child(161){opacity:.5328;transform:translate(75.5139vw,-10px) scale(.5972);animation:fall-161 17s -4s linear infinite}@keyframes fall-161{40.877%{transform:translate(73.372vw,40.877vh) scale(.5972)}to{transform:translate(74.44295vw,99vh) scale(.5972)}}.snow:nth-child(162){opacity:.8362;transform:translate(83.9272vw,-10px) scale(.2111);animation:fall-162 27s -12s linear infinite}@keyframes fall-162{68.541%{transform:translate(87.5133vw,68.541vh) scale(.2111)}to{transform:translate(85.72025vw,99vh) scale(.2111)}}.snow:nth-child(163){opacity:1.7234;transform:translate(72.0668vw,-10px) scale(.6886);animation:fall-163 14s -18s linear infinite}@keyframes fall-163{67.667%{transform:translate(67.9217vw,67.667vh) scale(.6886)}to{transform:translate(69.99425vw,99vh) scale(.6886)}}.snow:nth-child(164){opacity:.5066;transform:translate(61.1864vw,-10px) scale(.3902);animation:fall-164 12s -12s linear infinite}@keyframes fall-164{33.251%{transform:translate(64.4861vw,33.251vh) scale(.3902)}to{transform:translate(62.83625vw,99vh) scale(.3902)}}.snow:nth-child(165){opacity:.7338;transform:translate(64.6176vw,-10px) scale(.2303);animation:fall-165 19s -21s linear infinite}@keyframes fall-165{64.275%{transform:translate(58.7621vw,64.275vh) scale(.2303)}to{transform:translate(61.68985vw,99vh) scale(.2303)}}.snow:nth-child(166){opacity:1.4472;transform:translate(6.2334vw,-10px) scale(.5582);animation:fall-166 17s -27s linear infinite}@keyframes fall-166{34.715%{transform:translate(-2.1296vw,34.715vh) scale(.5582)}to{transform:translate(2.0519vw,99vh) scale(.5582)}}.snow:nth-child(167){opacity:.272;transform:translate(81.978vw,-10px) scale(.4749);animation:fall-167 11s -28s linear infinite}@keyframes fall-167{42.481%{transform:translate(91.775vw,42.481vh) scale(.4749)}to{transform:translate(86.8765vw,99vh) scale(.4749)}}.snow:nth-child(168){opacity:.5286;transform:translate(66.0311vw,-10px) scale(.082);animation:fall-168 13s -14s linear infinite}@keyframes fall-168{42.131%{transform:translate(60.738vw,42.131vh) scale(.082)}to{transform:translate(63.38455vw,99vh) scale(.082)}}.snow:nth-child(169){opacity:.0182;transform:translate(47.0842vw,-10px) scale(.5609);animation:fall-169 25s -28s linear infinite}@keyframes fall-169{44.933%{transform:translate(51.7147vw,44.933vh) scale(.5609)}to{transform:translate(49.39945vw,99vh) scale(.5609)}}.snow:nth-child(170){opacity:1.0758;transform:translate(55.8277vw,-10px) scale(.0477);animation:fall-170 29s -24s linear infinite}@keyframes fall-170{70.331%{transform:translate(62.8652vw,70.331vh) scale(.0477)}to{transform:translate(59.34645vw,99vh) scale(.0477)}}.snow:nth-child(171){opacity:1.9938;transform:translate(36.4202vw,-10px) scale(.0091);animation:fall-171 16s -2s linear infinite}@keyframes fall-171{35.382%{transform:translate(26.7515vw,35.382vh) scale(.0091)}to{transform:translate(31.58585vw,99vh) scale(.0091)}}.snow:nth-child(172){opacity:.1322;transform:translate(81.4721vw,-10px) scale(.5785);animation:fall-172 11s -16s linear infinite}@keyframes fall-172{54.538%{transform:translate(78.0722vw,54.538vh) scale(.5785)}to{transform:translate(79.77215vw,99vh) scale(.5785)}}.snow:nth-child(173){opacity:.1254;transform:translate(16.7907vw,-10px) scale(.573);animation:fall-173 12s -29s linear infinite}@keyframes fall-173{58.841%{transform:translate(13.1133vw,58.841vh) scale(.573)}to{transform:translate(14.952vw,99vh) scale(.573)}}.snow:nth-child(174){opacity:.9824;transform:translate(17.5955vw,-10px) scale(.5168);animation:fall-174 10s -23s linear infinite}@keyframes fall-174{31.348%{transform:translate(18.0349vw,31.348vh) scale(.5168)}to{transform:translate(17.8152vw,99vh) scale(.5168)}}.snow:nth-child(175){opacity:.674;transform:translate(32.7753vw,-10px) scale(.8364);animation:fall-175 11s -27s linear infinite}@keyframes fall-175{59.561%{transform:translate(40.437vw,59.561vh) scale(.8364)}to{transform:translate(36.60615vw,99vh) scale(.8364)}}.snow:nth-child(176){opacity:1.9656;transform:translate(64.8273vw,-10px) scale(.9283);animation:fall-176 19s -16s linear infinite}@keyframes fall-176{36.828%{transform:translate(68.7908vw,36.828vh) scale(.9283)}to{transform:translate(66.80905vw,99vh) scale(.9283)}}.snow:nth-child(177){opacity:.4384;transform:translate(33.9965vw,-10px) scale(.8398);animation:fall-177 19s -5s linear infinite}@keyframes fall-177{40.514%{transform:translate(27.5083vw,40.514vh) scale(.8398)}to{transform:translate(30.7524vw,99vh) scale(.8398)}}.snow:nth-child(178){opacity:1.7366;transform:translate(72.0443vw,-10px) scale(.944);animation:fall-178 15s -1s linear infinite}@keyframes fall-178{48.353%{transform:translate(75.493vw,48.353vh) scale(.944)}to{transform:translate(73.76865vw,99vh) scale(.944)}}.snow:nth-child(179){opacity:1.2098;transform:translate(39.7187vw,-10px) scale(.6249);animation:fall-179 28s -28s linear infinite}@keyframes fall-179{58.465%{transform:translate(32.3556vw,58.465vh) scale(.6249)}to{transform:translate(36.03715vw,99vh) scale(.6249)}}.snow:nth-child(180){opacity:1.841;transform:translate(51.922vw,-10px) scale(.5947);animation:fall-180 10s -30s linear infinite}@keyframes fall-180{69.163%{transform:translate(50.5282vw,69.163vh) scale(.5947)}to{transform:translate(51.2251vw,99vh) scale(.5947)}}.snow:nth-child(181){opacity:1.6794;transform:translate(80.8833vw,-10px) scale(.1858);animation:fall-181 16s -5s linear infinite}@keyframes fall-181{57.028%{transform:translate(73.5748vw,57.028vh) scale(.1858)}to{transform:translate(77.22905vw,99vh) scale(.1858)}}.snow:nth-child(182){opacity:.5182;transform:translate(20.5214vw,-10px) scale(.9636);animation:fall-182 15s -22s linear infinite}@keyframes fall-182{79.115%{transform:translate(18.3655vw,79.115vh) scale(.9636)}to{transform:translate(19.44345vw,99vh) scale(.9636)}}.snow:nth-child(183){opacity:.658;transform:translate(8.221vw,-10px) scale(.4418);animation:fall-183 24s -30s linear infinite}@keyframes fall-183{50.822%{transform:translate(9.8955vw,50.822vh) scale(.4418)}to{transform:translate(9.05825vw,99vh) scale(.4418)}}.snow:nth-child(184){opacity:1.1612;transform:translate(81.7442vw,-10px) scale(.4427);animation:fall-184 17s -11s linear infinite}@keyframes fall-184{54.628%{transform:translate(76.7461vw,54.628vh) scale(.4427)}to{transform:translate(79.24515vw,99vh) scale(.4427)}}.snow:nth-child(185){opacity:1.748;transform:translate(56.661vw,-10px) scale(.7869);animation:fall-185 27s -6s linear infinite}@keyframes fall-185{70.521%{transform:translate(59.9833vw,70.521vh) scale(.7869)}to{transform:translate(58.32215vw,99vh) scale(.7869)}}.snow:nth-child(186){opacity:1.4538;transform:translate(12.817vw,-10px) scale(.1219);animation:fall-186 24s -8s linear infinite}@keyframes fall-186{78.252%{transform:translate(15.8458vw,78.252vh) scale(.1219)}to{transform:translate(14.3314vw,99vh) scale(.1219)}}.snow:nth-child(187){opacity:1.0166;transform:translate(35.9831vw,-10px) scale(.3723);animation:fall-187 10s -24s linear infinite}@keyframes fall-187{35.45%{transform:translate(32.947vw,35.45vh) scale(.3723)}to{transform:translate(34.46505vw,99vh) scale(.3723)}}.snow:nth-child(188){opacity:1.3122;transform:translate(45.2894vw,-10px) scale(.2001);animation:fall-188 11s -4s linear infinite}@keyframes fall-188{40.929%{transform:translate(51.599vw,40.929vh) scale(.2001)}to{transform:translate(48.4442vw,99vh) scale(.2001)}}.snow:nth-child(189){opacity:.345;transform:translate(13.4027vw,-10px) scale(.5209);animation:fall-189 19s -15s linear infinite}@keyframes fall-189{71.188%{transform:translate(19.7769vw,71.188vh) scale(.5209)}to{transform:translate(16.5898vw,99vh) scale(.5209)}}.snow:nth-child(190){opacity:1.6612;transform:translate(75.2613vw,-10px) scale(.8959);animation:fall-190 30s -9s linear infinite}@keyframes fall-190{66.896%{transform:translate(82.8446vw,66.896vh) scale(.8959)}to{transform:translate(79.05295vw,99vh) scale(.8959)}}.snow:nth-child(191){opacity:1.9962;transform:translate(83.3068vw,-10px) scale(.8127);animation:fall-191 10s -21s linear infinite}@keyframes fall-191{53.462%{transform:translate(81.0504vw,53.462vh) scale(.8127)}to{transform:translate(82.1786vw,99vh) scale(.8127)}}.snow:nth-child(192){opacity:1.4622;transform:translate(68.0296vw,-10px) scale(.9849);animation:fall-192 14s -19s linear infinite}@keyframes fall-192{39.167%{transform:translate(75.357vw,39.167vh) scale(.9849)}to{transform:translate(71.6933vw,99vh) scale(.9849)}}.snow:nth-child(193){opacity:.2062;transform:translate(64.4218vw,-10px) scale(.2556);animation:fall-193 13s -11s linear infinite}@keyframes fall-193{64.786%{transform:translate(58.5627vw,64.786vh) scale(.2556)}to{transform:translate(61.49225vw,99vh) scale(.2556)}}.snow:nth-child(194){opacity:.7712;transform:translate(60.2291vw,-10px) scale(.313);animation:fall-194 20s -20s linear infinite}@keyframes fall-194{51.661%{transform:translate(60.0291vw,51.661vh) scale(.313)}to{transform:translate(60.1291vw,99vh) scale(.313)}}.snow:nth-child(195){opacity:1.5756;transform:translate(75.4923vw,-10px) scale(.7071);animation:fall-195 21s -1s linear infinite}@keyframes fall-195{74.494%{transform:translate(68.7408vw,74.494vh) scale(.7071)}to{transform:translate(72.11655vw,99vh) scale(.7071)}}.snow:nth-child(196){opacity:.5488;transform:translate(69.247vw,-10px) scale(.2212);animation:fall-196 10s -2s linear infinite}@keyframes fall-196{71.735%{transform:translate(73.4174vw,71.735vh) scale(.2212)}to{transform:translate(71.3322vw,99vh) scale(.2212)}}.snow:nth-child(197){opacity:.245;transform:translate(26.3845vw,-10px) scale(.4119);animation:fall-197 14s -23s linear infinite}@keyframes fall-197{39.668%{transform:translate(28.0703vw,39.668vh) scale(.4119)}to{transform:translate(27.2274vw,99vh) scale(.4119)}}.snow:nth-child(198){opacity:1.2966;transform:translate(37.6054vw,-10px) scale(.9484);animation:fall-198 27s -19s linear infinite}@keyframes fall-198{47.564%{transform:translate(39.2714vw,47.564vh) scale(.9484)}to{transform:translate(38.4384vw,99vh) scale(.9484)}}.snow:nth-child(199){opacity:.1154;transform:translate(78.7984vw,-10px) scale(.1005);animation:fall-199 14s -17s linear infinite}@keyframes fall-199{63.845%{transform:translate(77.0283vw,63.845vh) scale(.1005)}to{transform:translate(77.91335vw,99vh) scale(.1005)}}.snow:nth-child(200){opacity:.5026;transform:translate(75.3358vw,-10px) scale(.9394);animation:fall-200 26s -28s linear infinite}@keyframes fall-200{73.291%{transform:translate(79.8053vw,73.291vh) scale(.9394)}to{transform:translate(77.57055vw,99vh) scale(.9394)}}.snow:nth-child(201){opacity:1.6612;transform:translate(43.6979vw,-10px) scale(.5342);animation:fall-201 17s -12s linear infinite}@keyframes fall-201{75.05%{transform:translate(43.2519vw,75.05vh) scale(.5342)}to{transform:translate(43.4749vw,99vh) scale(.5342)}}.snow:nth-child(202){opacity:1.8282;transform:translate(71.3589vw,-10px) scale(.429);animation:fall-202 16s -30s linear infinite}@keyframes fall-202{64.785%{transform:translate(65.2672vw,64.785vh) scale(.429)}to{transform:translate(68.31305vw,99vh) scale(.429)}}.snow:nth-child(203){opacity:.8262;transform:translate(86.4897vw,-10px) scale(.1988);animation:fall-203 23s -15s linear infinite}@keyframes fall-203{39.584%{transform:translate(94.69vw,39.584vh) scale(.1988)}to{transform:translate(90.58985vw,99vh) scale(.1988)}}.snow:nth-child(204){opacity:.5372;transform:translate(80.0766vw,-10px) scale(.8618);animation:fall-204 22s -9s linear infinite}@keyframes fall-204{40.164%{transform:translate(88.3306vw,40.164vh) scale(.8618)}to{transform:translate(84.2036vw,99vh) scale(.8618)}}.snow:nth-child(205){opacity:1.8418;transform:translate(27.9053vw,-10px) scale(.2682);animation:fall-205 17s -5s linear infinite}@keyframes fall-205{57.934%{transform:translate(21.1039vw,57.934vh) scale(.2682)}to{transform:translate(24.5046vw,99vh) scale(.2682)}}.snow:nth-child(206){opacity:1.9306;transform:translate(60.0844vw,-10px) scale(.3844);animation:fall-206 16s -8s linear infinite}@keyframes fall-206{64.066%{transform:translate(59.168vw,64.066vh) scale(.3844)}to{transform:translate(59.6262vw,99vh) scale(.3844)}}.snow:nth-child(207){opacity:1.942;transform:translate(55.8108vw,-10px) scale(.3876);animation:fall-207 26s -22s linear infinite}@keyframes fall-207{74.972%{transform:translate(59.2815vw,74.972vh) scale(.3876)}to{transform:translate(57.54615vw,99vh) scale(.3876)}}.snow:nth-child(208){opacity:.7146;transform:translate(16.9095vw,-10px) scale(.1996);animation:fall-208 20s -19s linear infinite}@keyframes fall-208{45.002%{transform:translate(24.8254vw,45.002vh) scale(.1996)}to{transform:translate(20.86745vw,99vh) scale(.1996)}}.snow:nth-child(209){opacity:1.8132;transform:translate(11.4472vw,-10px) scale(.546);animation:fall-209 15s -11s linear infinite}@keyframes fall-209{41.361%{transform:translate(2.6322vw,41.361vh) scale(.546)}to{transform:translate(7.0397vw,99vh) scale(.546)}}.snow:nth-child(210){opacity:.9992;transform:translate(20.9766vw,-10px) scale(.9141);animation:fall-210 18s -5s linear infinite}@keyframes fall-210{76.86%{transform:translate(17.9966vw,76.86vh) scale(.9141)}to{transform:translate(19.4866vw,99vh) scale(.9141)}}.snow:nth-child(211){opacity:.6956;transform:translate(80.4521vw,-10px) scale(.8317);animation:fall-211 14s -9s linear infinite}@keyframes fall-211{43.556%{transform:translate(71.249vw,43.556vh) scale(.8317)}to{transform:translate(75.85055vw,99vh) scale(.8317)}}.snow:nth-child(212){opacity:.518;transform:translate(82.5986vw,-10px) scale(.9223);animation:fall-212 29s -26s linear infinite}@keyframes fall-212{68.238%{transform:translate(91.5469vw,68.238vh) scale(.9223)}to{transform:translate(87.07275vw,99vh) scale(.9223)}}.snow:nth-child(213){opacity:1.8732;transform:translate(.334vw,-10px) scale(.3598);animation:fall-213 14s -24s linear infinite}@keyframes fall-213{69.307%{transform:translate(7.5465vw,69.307vh) scale(.3598)}to{transform:translate(3.94025vw,99vh) scale(.3598)}}.snow:nth-child(214){opacity:.0922;transform:translate(33.4235vw,-10px) scale(.8176);animation:fall-214 17s -27s linear infinite}@keyframes fall-214{46.127%{transform:translate(27.2689vw,46.127vh) scale(.8176)}to{transform:translate(30.3462vw,99vh) scale(.8176)}}.snow:nth-child(215){opacity:.5232;transform:translate(23.3803vw,-10px) scale(.164);animation:fall-215 13s -11s linear infinite}@keyframes fall-215{51.165%{transform:translate(19.8526vw,51.165vh) scale(.164)}to{transform:translate(21.61645vw,99vh) scale(.164)}}.snow:nth-child(216){opacity:1.5574;transform:translate(24.6053vw,-10px) scale(.9592);animation:fall-216 15s -14s linear infinite}@keyframes fall-216{41.514%{transform:translate(20.7872vw,41.514vh) scale(.9592)}to{transform:translate(22.69625vw,99vh) scale(.9592)}}.snow:nth-child(217){opacity:.9208;transform:translate(95.2821vw,-10px) scale(.1192);animation:fall-217 14s -26s linear infinite}@keyframes fall-217{44.414%{transform:translate(85.5422vw,44.414vh) scale(.1192)}to{transform:translate(90.41215vw,99vh) scale(.1192)}}.snow:nth-child(218){opacity:.017;transform:translate(72.2203vw,-10px) scale(.718);animation:fall-218 11s -10s linear infinite}@keyframes fall-218{42.202%{transform:translate(80.986vw,42.202vh) scale(.718)}to{transform:translate(76.60315vw,99vh) scale(.718)}}.snow:nth-child(219){opacity:.8892;transform:translate(16.8956vw,-10px) scale(.6704);animation:fall-219 19s -20s linear infinite}@keyframes fall-219{51.257%{transform:translate(8.7405vw,51.257vh) scale(.6704)}to{transform:translate(12.81805vw,99vh) scale(.6704)}}.snow:nth-child(220){opacity:.7266;transform:translate(57.3859vw,-10px) scale(.5231);animation:fall-220 11s -28s linear infinite}@keyframes fall-220{43.603%{transform:translate(66.1899vw,43.603vh) scale(.5231)}to{transform:translate(61.7879vw,99vh) scale(.5231)}}.snow:nth-child(221){opacity:.0178;transform:translate(46.8974vw,-10px) scale(.9476);animation:fall-221 27s -11s linear infinite}@keyframes fall-221{36.579%{transform:translate(41.7661vw,36.579vh) scale(.9476)}to{transform:translate(44.33175vw,99vh) scale(.9476)}}.snow:nth-child(222){opacity:1.2732;transform:translate(32.5151vw,-10px) scale(.803);animation:fall-222 21s -30s linear infinite}@keyframes fall-222{51.087%{transform:translate(25.859vw,51.087vh) scale(.803)}to{transform:translate(29.18705vw,99vh) scale(.803)}}.snow:nth-child(223){opacity:1.5756;transform:translate(29.6756vw,-10px) scale(.802);animation:fall-223 21s -5s linear infinite}@keyframes fall-223{61.179%{transform:translate(23.0585vw,61.179vh) scale(.802)}to{transform:translate(26.36705vw,99vh) scale(.802)}}.snow:nth-child(224){opacity:.1162;transform:translate(35.8689vw,-10px) scale(.8352);animation:fall-224 29s -22s linear infinite}@keyframes fall-224{35.937%{transform:translate(26.5737vw,35.937vh) scale(.8352)}to{transform:translate(31.2213vw,99vh) scale(.8352)}}.snow:nth-child(225){opacity:.8084;transform:translate(76.8799vw,-10px) scale(.2129);animation:fall-225 17s -8s linear infinite}@keyframes fall-225{49.085%{transform:translate(71.4641vw,49.085vh) scale(.2129)}to{transform:translate(74.172vw,99vh) scale(.2129)}}.snow:nth-child(226){opacity:1.1178;transform:translate(36.9144vw,-10px) scale(.6211);animation:fall-226 23s -15s linear infinite}@keyframes fall-226{62.859%{transform:translate(35.9611vw,62.859vh) scale(.6211)}to{transform:translate(36.43775vw,99vh) scale(.6211)}}.snow:nth-child(227){opacity:.9922;transform:translate(69.6245vw,-10px) scale(.2359);animation:fall-227 25s -14s linear infinite}@keyframes fall-227{30.259%{transform:translate(66.2123vw,30.259vh) scale(.2359)}to{transform:translate(67.9184vw,99vh) scale(.2359)}}.snow:nth-child(228){opacity:1.4234;transform:translate(82.4877vw,-10px) scale(.59);animation:fall-228 23s -20s linear infinite}@keyframes fall-228{62.142%{transform:translate(73.5876vw,62.142vh) scale(.59)}to{transform:translate(78.03765vw,99vh) scale(.59)}}.snow:nth-child(229){opacity:1.7042;transform:translate(37.3615vw,-10px) scale(.0724);animation:fall-229 10s -21s linear infinite}@keyframes fall-229{67.149%{transform:translate(37.6182vw,67.149vh) scale(.0724)}to{transform:translate(37.48985vw,99vh) scale(.0724)}}.snow:nth-child(230){opacity:1.1684;transform:translate(28.0518vw,-10px) scale(.7754);animation:fall-230 18s -10s linear infinite}@keyframes fall-230{54.59%{transform:translate(31.9883vw,54.59vh) scale(.7754)}to{transform:translate(30.02005vw,99vh) scale(.7754)}}.snow:nth-child(231){opacity:.331;transform:translate(34.7696vw,-10px) scale(.2873);animation:fall-231 21s -14s linear infinite}@keyframes fall-231{69.539%{transform:translate(44.7527vw,69.539vh) scale(.2873)}to{transform:translate(39.76115vw,99vh) scale(.2873)}}.snow:nth-child(232){opacity:1.2788;transform:translate(67.5918vw,-10px) scale(.1166);animation:fall-232 23s -22s linear infinite}@keyframes fall-232{34.936%{transform:translate(60.7547vw,34.936vh) scale(.1166)}to{transform:translate(64.17325vw,99vh) scale(.1166)}}.snow:nth-child(233){opacity:.1566;transform:translate(37.4065vw,-10px) scale(.0259);animation:fall-233 29s -15s linear infinite}@keyframes fall-233{30.835%{transform:translate(36.8842vw,30.835vh) scale(.0259)}to{transform:translate(37.14535vw,99vh) scale(.0259)}}.snow:nth-child(234){opacity:1.9672;transform:translate(61.5688vw,-10px) scale(.2366);animation:fall-234 21s -5s linear infinite}@keyframes fall-234{40.242%{transform:translate(66.7149vw,40.242vh) scale(.2366)}to{transform:translate(64.14185vw,99vh) scale(.2366)}}.snow:nth-child(235){opacity:1.6618;transform:translate(97.8358vw,-10px) scale(.0118);animation:fall-235 24s -30s linear infinite}@keyframes fall-235{60.805%{transform:translate(95.4317vw,60.805vh) scale(.0118)}to{transform:translate(96.63375vw,99vh) scale(.0118)}}.snow:nth-child(236){opacity:1.7074;transform:translate(43.2444vw,-10px) scale(.3784);animation:fall-236 26s -19s linear infinite}@keyframes fall-236{35.062%{transform:translate(51.3237vw,35.062vh) scale(.3784)}to{transform:translate(47.28405vw,99vh) scale(.3784)}}.snow:nth-child(237){opacity:1.0934;transform:translate(57.3076vw,-10px) scale(.4088);animation:fall-237 15s -25s linear infinite}@keyframes fall-237{78.532%{transform:translate(50.2611vw,78.532vh) scale(.4088)}to{transform:translate(53.78435vw,99vh) scale(.4088)}}.snow:nth-child(238){opacity:.6046;transform:translate(84.7421vw,-10px) scale(.1671);animation:fall-238 14s -4s linear infinite}@keyframes fall-238{71.558%{transform:translate(83.1327vw,71.558vh) scale(.1671)}to{transform:translate(83.9374vw,99vh) scale(.1671)}}.snow:nth-child(239){opacity:.2356;transform:translate(25.8003vw,-10px) scale(.1185);animation:fall-239 15s -24s linear infinite}@keyframes fall-239{71.451%{transform:translate(25.0342vw,71.451vh) scale(.1185)}to{transform:translate(25.41725vw,99vh) scale(.1185)}}.snow:nth-child(240){opacity:1.1112;transform:translate(39.2577vw,-10px) scale(.9601);animation:fall-240 25s -30s linear infinite}@keyframes fall-240{61.679%{transform:translate(47.15vw,61.679vh) scale(.9601)}to{transform:translate(43.20385vw,99vh) scale(.9601)}}.snow:nth-child(241){opacity:.2502;transform:translate(70.6838vw,-10px) scale(.5652);animation:fall-241 12s -14s linear infinite}@keyframes fall-241{48.996%{transform:translate(61.6034vw,48.996vh) scale(.5652)}to{transform:translate(66.1436vw,99vh) scale(.5652)}}.snow:nth-child(242){opacity:.6592;transform:translate(14.3738vw,-10px) scale(.2864);animation:fall-242 20s -30s linear infinite}@keyframes fall-242{47.646%{transform:translate(15.9669vw,47.646vh) scale(.2864)}to{transform:translate(15.17035vw,99vh) scale(.2864)}}.snow:nth-child(243){opacity:.4766;transform:translate(83.7413vw,-10px) scale(.1005);animation:fall-243 26s -23s linear infinite}@keyframes fall-243{52.69%{transform:translate(92.3617vw,52.69vh) scale(.1005)}to{transform:translate(88.0515vw,99vh) scale(.1005)}}.snow:nth-child(244){opacity:.099;transform:translate(12.7292vw,-10px) scale(.3846);animation:fall-244 29s -15s linear infinite}@keyframes fall-244{34.471%{transform:translate(3.0291vw,34.471vh) scale(.3846)}to{transform:translate(7.87915vw,99vh) scale(.3846)}}.snow:nth-child(245){opacity:1.9946;transform:translate(39.6676vw,-10px) scale(.7784);animation:fall-245 20s -3s linear infinite}@keyframes fall-245{49.363%{transform:translate(33.2651vw,49.363vh) scale(.7784)}to{transform:translate(36.46635vw,99vh) scale(.7784)}}.snow:nth-child(246){opacity:.1312;transform:translate(31.6202vw,-10px) scale(.0728);animation:fall-246 30s -4s linear infinite}@keyframes fall-246{62.056%{transform:translate(36.0298vw,62.056vh) scale(.0728)}to{transform:translate(33.825vw,99vh) scale(.0728)}}.snow:nth-child(247){opacity:1.0806;transform:translate(19.9533vw,-10px) scale(.8953);animation:fall-247 22s -13s linear infinite}@keyframes fall-247{62.823%{transform:translate(17.447vw,62.823vh) scale(.8953)}to{transform:translate(18.70015vw,99vh) scale(.8953)}}.snow:nth-child(248){opacity:1.8874;transform:translate(58.711vw,-10px) scale(.1764);animation:fall-248 30s -16s linear infinite}@keyframes fall-248{42.843%{transform:translate(53.09vw,42.843vh) scale(.1764)}to{transform:translate(55.9005vw,99vh) scale(.1764)}}.snow:nth-child(249){opacity:1.936;transform:translate(71.0954vw,-10px) scale(.5249);animation:fall-249 26s -17s linear infinite}@keyframes fall-249{74.838%{transform:translate(69.026vw,74.838vh) scale(.5249)}to{transform:translate(70.0607vw,99vh) scale(.5249)}}.snow:nth-child(250){opacity:1.9546;transform:translate(98.8846vw,-10px) scale(.4245);animation:fall-250 11s -14s linear infinite}@keyframes fall-250{73.16%{transform:translate(97.4015vw,73.16vh) scale(.4245)}to{transform:translate(98.14305vw,99vh) scale(.4245)}}.snow:nth-child(251){opacity:1.4142;transform:translate(11.1529vw,-10px) scale(.3421);animation:fall-251 26s -11s linear infinite}@keyframes fall-251{70.339%{transform:translate(7.5486vw,70.339vh) scale(.3421)}to{transform:translate(9.35075vw,99vh) scale(.3421)}}.snow:nth-child(252){opacity:1.435;transform:translate(18.3718vw,-10px) scale(.9725);animation:fall-252 11s -8s linear infinite}@keyframes fall-252{58.726%{transform:translate(22.8219vw,58.726vh) scale(.9725)}to{transform:translate(20.59685vw,99vh) scale(.9725)}}.snow:nth-child(253){opacity:1.343;transform:translate(91.1349vw,-10px) scale(.1899);animation:fall-253 21s -8s linear infinite}@keyframes fall-253{78.443%{transform:translate(86.8246vw,78.443vh) scale(.1899)}to{transform:translate(88.97975vw,99vh) scale(.1899)}}.snow:nth-child(254){opacity:.4746;transform:translate(37.0695vw,-10px) scale(.1793);animation:fall-254 23s -3s linear infinite}@keyframes fall-254{34.052%{transform:translate(45.176vw,34.052vh) scale(.1793)}to{transform:translate(41.12275vw,99vh) scale(.1793)}}.snow:nth-child(255){opacity:.7236;transform:translate(13.4316vw,-10px) scale(.575);animation:fall-255 25s -27s linear infinite}@keyframes fall-255{66.568%{transform:translate(15.711vw,66.568vh) scale(.575)}to{transform:translate(14.5713vw,99vh) scale(.575)}}.snow:nth-child(256){opacity:1.936;transform:translate(68.5476vw,-10px) scale(.6176);animation:fall-256 14s -9s linear infinite}@keyframes fall-256{76.31%{transform:translate(64.7872vw,76.31vh) scale(.6176)}to{transform:translate(66.6674vw,99vh) scale(.6176)}}.snow:nth-child(257){opacity:1.4536;transform:translate(36.2253vw,-10px) scale(.168);animation:fall-257 24s -13s linear infinite}@keyframes fall-257{42.726%{transform:translate(35.005vw,42.726vh) scale(.168)}to{transform:translate(35.61515vw,99vh) scale(.168)}}.snow:nth-child(258){opacity:1.4508;transform:translate(77.3012vw,-10px) scale(.057);animation:fall-258 30s -12s linear infinite}@keyframes fall-258{43.203%{transform:translate(72.7462vw,43.203vh) scale(.057)}to{transform:translate(75.0237vw,99vh) scale(.057)}}.snow:nth-child(259){opacity:.5388;transform:translate(61.7872vw,-10px) scale(.2986);animation:fall-259 22s -5s linear infinite}@keyframes fall-259{33.137%{transform:translate(52.8747vw,33.137vh) scale(.2986)}to{transform:translate(57.33095vw,99vh) scale(.2986)}}.snow:nth-child(260){opacity:1.433;transform:translate(19.3829vw,-10px) scale(.2154);animation:fall-260 10s -16s linear infinite}@keyframes fall-260{44.588%{transform:translate(20.5022vw,44.588vh) scale(.2154)}to{transform:translate(19.94255vw,99vh) scale(.2154)}}.snow:nth-child(261){opacity:1.7758;transform:translate(57.5514vw,-10px) scale(.8366);animation:fall-261 17s -22s linear infinite}@keyframes fall-261{69.062%{transform:translate(55.5647vw,69.062vh) scale(.8366)}to{transform:translate(56.55805vw,99vh) scale(.8366)}}.snow:nth-child(262){opacity:.7376;transform:translate(66.1683vw,-10px) scale(.9499);animation:fall-262 14s -28s linear infinite}@keyframes fall-262{43.476%{transform:translate(74.2569vw,43.476vh) scale(.9499)}to{transform:translate(70.2126vw,99vh) scale(.9499)}}.snow:nth-child(263){opacity:.3998;transform:translate(65.4471vw,-10px) scale(.7694);animation:fall-263 21s -12s linear infinite}@keyframes fall-263{38.192%{transform:translate(66.681vw,38.192vh) scale(.7694)}to{transform:translate(66.06405vw,99vh) scale(.7694)}}.snow:nth-child(264){opacity:1.4652;transform:translate(22.5469vw,-10px) scale(.6613);animation:fall-264 26s -17s linear infinite}@keyframes fall-264{68.703%{transform:translate(20.9302vw,68.703vh) scale(.6613)}to{transform:translate(21.73855vw,99vh) scale(.6613)}}.snow:nth-child(265){opacity:1.1694;transform:translate(6.0675vw,-10px) scale(.0954);animation:fall-265 24s -10s linear infinite}@keyframes fall-265{30.661%{transform:translate(5.0695vw,30.661vh) scale(.0954)}to{transform:translate(5.5685vw,99vh) scale(.0954)}}.snow:nth-child(266){opacity:1.6756;transform:translate(16.8872vw,-10px) scale(.0052);animation:fall-266 12s -8s linear infinite}@keyframes fall-266{69.665%{transform:translate(23.6837vw,69.665vh) scale(.0052)}to{transform:translate(20.28545vw,99vh) scale(.0052)}}.snow:nth-child(267){opacity:1.9088;transform:translate(86.7224vw,-10px) scale(.3653);animation:fall-267 26s -19s linear infinite}@keyframes fall-267{31.067%{transform:translate(85.7618vw,31.067vh) scale(.3653)}to{transform:translate(86.2421vw,99vh) scale(.3653)}}.snow:nth-child(268){opacity:1.4776;transform:translate(67.2028vw,-10px) scale(.3588);animation:fall-268 23s -22s linear infinite}@keyframes fall-268{74.164%{transform:translate(58.8199vw,74.164vh) scale(.3588)}to{transform:translate(63.01135vw,99vh) scale(.3588)}}.snow:nth-child(269){opacity:.7998;transform:translate(78.8409vw,-10px) scale(.5273);animation:fall-269 11s -4s linear infinite}@keyframes fall-269{48.049%{transform:translate(81.0354vw,48.049vh) scale(.5273)}to{transform:translate(79.93815vw,99vh) scale(.5273)}}.snow:nth-child(270){opacity:.8342;transform:translate(71.8896vw,-10px) scale(.3707);animation:fall-270 20s -13s linear infinite}@keyframes fall-270{56.42%{transform:translate(77.5218vw,56.42vh) scale(.3707)}to{transform:translate(74.7057vw,99vh) scale(.3707)}}.snow:nth-child(271){opacity:.048;transform:translate(20.4601vw,-10px) scale(.3606);animation:fall-271 28s -16s linear infinite}@keyframes fall-271{51.031%{transform:translate(12.1984vw,51.031vh) scale(.3606)}to{transform:translate(16.32925vw,99vh) scale(.3606)}}.snow:nth-child(272){opacity:1.957;transform:translate(81.4984vw,-10px) scale(.8171);animation:fall-272 21s -27s linear infinite}@keyframes fall-272{75.257%{transform:translate(75.5415vw,75.257vh) scale(.8171)}to{transform:translate(78.51995vw,99vh) scale(.8171)}}.snow:nth-child(273){opacity:.365;transform:translate(84.1053vw,-10px) scale(.0654);animation:fall-273 15s -14s linear infinite}@keyframes fall-273{79.587%{transform:translate(74.445vw,79.587vh) scale(.0654)}to{transform:translate(79.27515vw,99vh) scale(.0654)}}.snow:nth-child(274){opacity:.8878;transform:translate(51.2269vw,-10px) scale(.1122);animation:fall-274 24s -27s linear infinite}@keyframes fall-274{49.557%{transform:translate(50.8122vw,49.557vh) scale(.1122)}to{transform:translate(51.01955vw,99vh) scale(.1122)}}.snow:nth-child(275){opacity:.3558;transform:translate(35.7337vw,-10px) scale(.4128);animation:fall-275 28s -5s linear infinite}@keyframes fall-275{74.426%{transform:translate(26.1434vw,74.426vh) scale(.4128)}to{transform:translate(30.93855vw,99vh) scale(.4128)}}.snow:nth-child(276){opacity:1.7526;transform:translate(66.497vw,-10px) scale(.5806);animation:fall-276 22s -20s linear infinite}@keyframes fall-276{35.223%{transform:translate(66.6356vw,35.223vh) scale(.5806)}to{transform:translate(66.5663vw,99vh) scale(.5806)}}.snow:nth-child(277){opacity:.1594;transform:translate(54.1943vw,-10px) scale(.2284);animation:fall-277 20s -27s linear infinite}@keyframes fall-277{48.379%{transform:translate(60.1716vw,48.379vh) scale(.2284)}to{transform:translate(57.18295vw,99vh) scale(.2284)}}.snow:nth-child(278){opacity:1.5382;transform:translate(37.5404vw,-10px) scale(.4926);animation:fall-278 11s -1s linear infinite}@keyframes fall-278{46.826%{transform:translate(44.1509vw,46.826vh) scale(.4926)}to{transform:translate(40.84565vw,99vh) scale(.4926)}}.snow:nth-child(279){opacity:.868;transform:translate(64.6601vw,-10px) scale(.8629);animation:fall-279 22s -30s linear infinite}@keyframes fall-279{37.816%{transform:translate(63.1609vw,37.816vh) scale(.8629)}to{transform:translate(63.9105vw,99vh) scale(.8629)}}.snow:nth-child(280){opacity:1.3002;transform:translate(83.743vw,-10px) scale(.5999);animation:fall-280 25s -30s linear infinite}@keyframes fall-280{44.5%{transform:translate(81.0536vw,44.5vh) scale(.5999)}to{transform:translate(82.3983vw,99vh) scale(.5999)}}.snow:nth-child(281){opacity:1.8364;transform:translate(74.2795vw,-10px) scale(.9746);animation:fall-281 30s -30s linear infinite}@keyframes fall-281{58.889%{transform:translate(72.967vw,58.889vh) scale(.9746)}to{transform:translate(73.62325vw,99vh) scale(.9746)}}.snow:nth-child(282){opacity:.1308;transform:translate(9.8101vw,-10px) scale(.2414);animation:fall-282 26s -22s linear infinite}@keyframes fall-282{56.879%{transform:translate(3.0282vw,56.879vh) scale(.2414)}to{transform:translate(6.41915vw,99vh) scale(.2414)}}.snow:nth-child(283){opacity:.6396;transform:translate(87.4864vw,-10px) scale(.373);animation:fall-283 20s -28s linear infinite}@keyframes fall-283{54.709%{transform:translate(81.5542vw,54.709vh) scale(.373)}to{transform:translate(84.5203vw,99vh) scale(.373)}}.snow:nth-child(284){opacity:1.932;transform:translate(41.097vw,-10px) scale(.9303);animation:fall-284 12s -23s linear infinite}@keyframes fall-284{37.344%{transform:translate(40.8686vw,37.344vh) scale(.9303)}to{transform:translate(40.9828vw,99vh) scale(.9303)}}.snow:nth-child(285){opacity:1.4894;transform:translate(27.051vw,-10px) scale(.7159);animation:fall-285 27s -11s linear infinite}@keyframes fall-285{49.673%{transform:translate(34.796vw,49.673vh) scale(.7159)}to{transform:translate(30.9235vw,99vh) scale(.7159)}}.snow:nth-child(286){opacity:1.5496;transform:translate(17.5873vw,-10px) scale(.8477);animation:fall-286 25s -8s linear infinite}@keyframes fall-286{67.271%{transform:translate(14.5898vw,67.271vh) scale(.8477)}to{transform:translate(16.08855vw,99vh) scale(.8477)}}.snow:nth-child(287){opacity:1.3458;transform:translate(98.7548vw,-10px) scale(.5952);animation:fall-287 23s -15s linear infinite}@keyframes fall-287{74.725%{transform:translate(98.817vw,74.725vh) scale(.5952)}to{transform:translate(98.7859vw,99vh) scale(.5952)}}.snow:nth-child(288){opacity:.162;transform:translate(22.1896vw,-10px) scale(.5146);animation:fall-288 22s -8s linear infinite}@keyframes fall-288{77.988%{transform:translate(15.1725vw,77.988vh) scale(.5146)}to{transform:translate(18.68105vw,99vh) scale(.5146)}}.snow:nth-child(289){opacity:1.5526;transform:translate(98.705vw,-10px) scale(.3549);animation:fall-289 27s -29s linear infinite}@keyframes fall-289{63.746%{transform:translate(93.26vw,63.746vh) scale(.3549)}to{transform:translate(95.9825vw,99vh) scale(.3549)}}.snow:nth-child(290){opacity:1.3354;transform:translate(22.9067vw,-10px) scale(.9939);animation:fall-290 15s -16s linear infinite}@keyframes fall-290{68.205%{transform:translate(23.8928vw,68.205vh) scale(.9939)}to{transform:translate(23.39975vw,99vh) scale(.9939)}}.snow:nth-child(291){opacity:1.9926;transform:translate(62.7119vw,-10px) scale(.1605);animation:fall-291 10s -17s linear infinite}@keyframes fall-291{49.71%{transform:translate(53.5075vw,49.71vh) scale(.1605)}to{transform:translate(58.1097vw,99vh) scale(.1605)}}.snow:nth-child(292){opacity:1.1168;transform:translate(92.2943vw,-10px) scale(.2202);animation:fall-292 26s -19s linear infinite}@keyframes fall-292{76.511%{transform:translate(95.7926vw,76.511vh) scale(.2202)}to{transform:translate(94.04345vw,99vh) scale(.2202)}}.snow:nth-child(293){opacity:.8794;transform:translate(72.7241vw,-10px) scale(.1594);animation:fall-293 19s -11s linear infinite}@keyframes fall-293{61.125%{transform:translate(82.1234vw,61.125vh) scale(.1594)}to{transform:translate(77.42375vw,99vh) scale(.1594)}}.snow:nth-child(294){opacity:.1128;transform:translate(5.0879vw,-10px) scale(.4423);animation:fall-294 20s -5s linear infinite}@keyframes fall-294{77.239%{transform:translate(3.8596vw,77.239vh) scale(.4423)}to{transform:translate(4.47375vw,99vh) scale(.4423)}}.snow:nth-child(295){opacity:.9364;transform:translate(16.6879vw,-10px) scale(.4736);animation:fall-295 17s -1s linear infinite}@keyframes fall-295{76.844%{transform:translate(6.926vw,76.844vh) scale(.4736)}to{transform:translate(11.80695vw,99vh) scale(.4736)}}.snow:nth-child(296){opacity:.143;transform:translate(35.4746vw,-10px) scale(.8816);animation:fall-296 12s -17s linear infinite}@keyframes fall-296{44.866%{transform:translate(30.1087vw,44.866vh) scale(.8816)}to{transform:translate(32.79165vw,99vh) scale(.8816)}}.snow:nth-child(297){opacity:.7498;transform:translate(7.2546vw,-10px) scale(.3994);animation:fall-297 29s -29s linear infinite}@keyframes fall-297{73.733%{transform:translate(7.5254vw,73.733vh) scale(.3994)}to{transform:translate(7.39vw,99vh) scale(.3994)}}.snow:nth-child(298){opacity:1.1616;transform:translate(68.8869vw,-10px) scale(.5336);animation:fall-298 15s -20s linear infinite}@keyframes fall-298{71.716%{transform:translate(60.3859vw,71.716vh) scale(.5336)}to{transform:translate(64.6364vw,99vh) scale(.5336)}}.snow:nth-child(299){opacity:1.692;transform:translate(7.4565vw,-10px) scale(.2929);animation:fall-299 18s -18s linear infinite}@keyframes fall-299{44.721%{transform:translate(-1.1797vw,44.721vh) scale(.2929)}to{transform:translate(3.1384vw,99vh) scale(.2929)}}.snow:nth-child(300){opacity:1.3648;transform:translate(13.663vw,-10px) scale(.7278);animation:fall-300 18s -4s linear infinite}@keyframes fall-300{61.489%{transform:translate(3.8201vw,61.489vh) scale(.7278)}to{transform:translate(8.74155vw,99vh) scale(.7278)}}.snow:nth-child(301){opacity:1.4576;transform:translate(82.2253vw,-10px) scale(.9033);animation:fall-301 14s -3s linear infinite}@keyframes fall-301{74.173%{transform:translate(82.4936vw,74.173vh) scale(.9033)}to{transform:translate(82.35945vw,99vh) scale(.9033)}}.snow:nth-child(302){opacity:1.4656;transform:translate(2.1832vw,-10px) scale(.9478);animation:fall-302 11s -28s linear infinite}@keyframes fall-302{54.164%{transform:translate(-7.1644vw,54.164vh) scale(.9478)}to{transform:translate(-2.4906vw,99vh) scale(.9478)}}.snow:nth-child(303){opacity:1.2386;transform:translate(64.8538vw,-10px) scale(.603);animation:fall-303 30s -6s linear infinite}@keyframes fall-303{63.667%{transform:translate(72.2168vw,63.667vh) scale(.603)}to{transform:translate(68.5353vw,99vh) scale(.603)}}.snow:nth-child(304){opacity:.5288;transform:translate(5.2014vw,-10px) scale(.2688);animation:fall-304 21s -22s linear infinite}@keyframes fall-304{60.474%{transform:translate(7.7739vw,60.474vh) scale(.2688)}to{transform:translate(6.48765vw,99vh) scale(.2688)}}.snow:nth-child(305){opacity:.2366;transform:translate(28.7629vw,-10px) scale(.7698);animation:fall-305 18s -18s linear infinite}@keyframes fall-305{72.288%{transform:translate(34.4405vw,72.288vh) scale(.7698)}to{transform:translate(31.6017vw,99vh) scale(.7698)}}.snow:nth-child(306){opacity:.715;transform:translate(30.0647vw,-10px) scale(.2518);animation:fall-306 19s -24s linear infinite}@keyframes fall-306{44.923%{transform:translate(28.9007vw,44.923vh) scale(.2518)}to{transform:translate(29.4827vw,99vh) scale(.2518)}}.snow:nth-child(307){opacity:1.4468;transform:translate(41.3298vw,-10px) scale(.7248);animation:fall-307 18s -8s linear infinite}@keyframes fall-307{35.977%{transform:translate(48.654vw,35.977vh) scale(.7248)}to{transform:translate(44.9919vw,99vh) scale(.7248)}}.snow:nth-child(308){opacity:1.0636;transform:translate(99.2534vw,-10px) scale(.1483);animation:fall-308 15s -9s linear infinite}@keyframes fall-308{32.089%{transform:translate(101.9829vw,32.089vh) scale(.1483)}to{transform:translate(100.61815vw,99vh) scale(.1483)}}.snow:nth-child(309){opacity:.3778;transform:translate(22.0766vw,-10px) scale(.3546);animation:fall-309 23s -5s linear infinite}@keyframes fall-309{59.835%{transform:translate(17.6729vw,59.835vh) scale(.3546)}to{transform:translate(19.87475vw,99vh) scale(.3546)}}.snow:nth-child(310){opacity:1.2368;transform:translate(1.12vw,-10px) scale(.8366);animation:fall-310 18s -25s linear infinite}@keyframes fall-310{52.178%{transform:translate(1.4875vw,52.178vh) scale(.8366)}to{transform:translate(1.30375vw,99vh) scale(.8366)}}.snow:nth-child(311){opacity:1.6958;transform:translate(81.4745vw,-10px) scale(.1997);animation:fall-311 13s -18s linear infinite}@keyframes fall-311{75.669%{transform:translate(81.7111vw,75.669vh) scale(.1997)}to{transform:translate(81.5928vw,99vh) scale(.1997)}}.snow:nth-child(312){opacity:.2414;transform:translate(92.6707vw,-10px) scale(.4564);animation:fall-312 10s -11s linear infinite}@keyframes fall-312{59.649%{transform:translate(90.7208vw,59.649vh) scale(.4564)}to{transform:translate(91.69575vw,99vh) scale(.4564)}}.snow:nth-child(313){opacity:1.6094;transform:translate(9.8304vw,-10px) scale(.4671);animation:fall-313 22s -2s linear infinite}@keyframes fall-313{74.018%{transform:translate(10.9237vw,74.018vh) scale(.4671)}to{transform:translate(10.37705vw,99vh) scale(.4671)}}.snow:nth-child(314){opacity:.5014;transform:translate(15.6775vw,-10px) scale(.0245);animation:fall-314 24s -12s linear infinite}@keyframes fall-314{71.025%{transform:translate(14.9991vw,71.025vh) scale(.0245)}to{transform:translate(15.3383vw,99vh) scale(.0245)}}.snow:nth-child(315){opacity:.5966;transform:translate(77.0852vw,-10px) scale(.7293);animation:fall-315 22s -22s linear infinite}@keyframes fall-315{37.086%{transform:translate(84.1542vw,37.086vh) scale(.7293)}to{transform:translate(80.6197vw,99vh) scale(.7293)}}.snow:nth-child(316){opacity:.2194;transform:translate(8.0497vw,-10px) scale(.6576);animation:fall-316 30s -7s linear infinite}@keyframes fall-316{39.848%{transform:translate(11.558vw,39.848vh) scale(.6576)}to{transform:translate(9.80385vw,99vh) scale(.6576)}}.snow:nth-child(317){opacity:.5786;transform:translate(65.7943vw,-10px) scale(.8404);animation:fall-317 15s -22s linear infinite}@keyframes fall-317{54.983%{transform:translate(74.0681vw,54.983vh) scale(.8404)}to{transform:translate(69.9312vw,99vh) scale(.8404)}}.snow:nth-child(318){opacity:1.6232;transform:translate(16.0129vw,-10px) scale(.063);animation:fall-318 17s -28s linear infinite}@keyframes fall-318{41.929%{transform:translate(23.9602vw,41.929vh) scale(.063)}to{transform:translate(19.98655vw,99vh) scale(.063)}}.snow:nth-child(319){opacity:1.1986;transform:translate(52.885vw,-10px) scale(.8547);animation:fall-319 19s -15s linear infinite}@keyframes fall-319{52.28%{transform:translate(51.819vw,52.28vh) scale(.8547)}to{transform:translate(52.352vw,99vh) scale(.8547)}}.snow:nth-child(320){opacity:.011;transform:translate(72.3923vw,-10px) scale(.8523);animation:fall-320 18s -15s linear infinite}@keyframes fall-320{58.831%{transform:translate(62.5111vw,58.831vh) scale(.8523)}to{transform:translate(67.4517vw,99vh) scale(.8523)}}.snow:nth-child(321){opacity:1.9652;transform:translate(29.7568vw,-10px) scale(.8906);animation:fall-321 21s -20s linear infinite}@keyframes fall-321{74.597%{transform:translate(38.4654vw,74.597vh) scale(.8906)}to{transform:translate(34.1111vw,99vh) scale(.8906)}}.snow:nth-child(322){opacity:.5156;transform:translate(67.1864vw,-10px) scale(.7714);animation:fall-322 12s -30s linear infinite}@keyframes fall-322{68.578%{transform:translate(63.576vw,68.578vh) scale(.7714)}to{transform:translate(65.3812vw,99vh) scale(.7714)}}.snow:nth-child(323){opacity:1.811;transform:translate(31.7188vw,-10px) scale(.9333);animation:fall-323 24s -23s linear infinite}@keyframes fall-323{34.412%{transform:translate(31.8043vw,34.412vh) scale(.9333)}to{transform:translate(31.76155vw,99vh) scale(.9333)}}.snow:nth-child(324){opacity:1.9956;transform:translate(23.1364vw,-10px) scale(.4464);animation:fall-324 29s -26s linear infinite}@keyframes fall-324{65.371%{transform:translate(18.505vw,65.371vh) scale(.4464)}to{transform:translate(20.8207vw,99vh) scale(.4464)}}.snow:nth-child(325){opacity:.5376;transform:translate(83.9883vw,-10px) scale(.5276);animation:fall-325 26s -10s linear infinite}@keyframes fall-325{79.36%{transform:translate(84.92vw,79.36vh) scale(.5276)}to{transform:translate(84.45415vw,99vh) scale(.5276)}}.snow:nth-child(326){opacity:.578;transform:translate(61.7118vw,-10px) scale(.2186);animation:fall-326 24s -4s linear infinite}@keyframes fall-326{33.482%{transform:translate(53.78vw,33.482vh) scale(.2186)}to{transform:translate(57.7459vw,99vh) scale(.2186)}}.snow:nth-child(327){opacity:.8482;transform:translate(96.456vw,-10px) scale(.1454);animation:fall-327 11s -15s linear infinite}@keyframes fall-327{33.36%{transform:translate(106.1925vw,33.36vh) scale(.1454)}to{transform:translate(101.32425vw,99vh) scale(.1454)}}.snow:nth-child(328){opacity:1.5988;transform:translate(94.8426vw,-10px) scale(.3389);animation:fall-328 25s -14s linear infinite}@keyframes fall-328{66.153%{transform:translate(100.3691vw,66.153vh) scale(.3389)}to{transform:translate(97.60585vw,99vh) scale(.3389)}}.snow:nth-child(329){opacity:.5084;transform:translate(61.5684vw,-10px) scale(.9106);animation:fall-329 22s -8s linear infinite}@keyframes fall-329{67.946%{transform:translate(67.2478vw,67.946vh) scale(.9106)}to{transform:translate(64.4081vw,99vh) scale(.9106)}}.snow:nth-child(330){opacity:.1636;transform:translate(5.9189vw,-10px) scale(.2007);animation:fall-330 14s -18s linear infinite}@keyframes fall-330{34.917%{transform:translate(4.9049vw,34.917vh) scale(.2007)}to{transform:translate(5.4119vw,99vh) scale(.2007)}}.snow:nth-child(331){opacity:.5198;transform:translate(65.0753vw,-10px) scale(.2908);animation:fall-331 17s -14s linear infinite}@keyframes fall-331{42.851%{transform:translate(64.8386vw,42.851vh) scale(.2908)}to{transform:translate(64.95695vw,99vh) scale(.2908)}}.snow:nth-child(332){opacity:1.0056;transform:translate(99.7367vw,-10px) scale(.7309);animation:fall-332 10s -27s linear infinite}@keyframes fall-332{64.883%{transform:translate(94.1141vw,64.883vh) scale(.7309)}to{transform:translate(96.9254vw,99vh) scale(.7309)}}.snow:nth-child(333){opacity:2;transform:translate(35.8786vw,-10px) scale(.4301);animation:fall-333 12s -4s linear infinite}@keyframes fall-333{31.908%{transform:translate(28.1235vw,31.908vh) scale(.4301)}to{transform:translate(32.00105vw,99vh) scale(.4301)}}.snow:nth-child(334){opacity:.4552;transform:translate(31.9305vw,-10px) scale(.3904);animation:fall-334 25s -19s linear infinite}@keyframes fall-334{53.994%{transform:translate(22.0736vw,53.994vh) scale(.3904)}to{transform:translate(27.00205vw,99vh) scale(.3904)}}.snow:nth-child(335){opacity:1.0104;transform:translate(89.1114vw,-10px) scale(.2897);animation:fall-335 17s -8s linear infinite}@keyframes fall-335{55.757%{transform:translate(96.5639vw,55.757vh) scale(.2897)}to{transform:translate(92.83765vw,99vh) scale(.2897)}}.snow:nth-child(336){opacity:.0966;transform:translate(35.6601vw,-10px) scale(.4512);animation:fall-336 22s -7s linear infinite}@keyframes fall-336{63.753%{transform:translate(41.5628vw,63.753vh) scale(.4512)}to{transform:translate(38.61145vw,99vh) scale(.4512)}}.snow:nth-child(337){opacity:.0794;transform:translate(59.4895vw,-10px) scale(.4894);animation:fall-337 24s -25s linear infinite}@keyframes fall-337{51.986%{transform:translate(62.7201vw,51.986vh) scale(.4894)}to{transform:translate(61.1048vw,99vh) scale(.4894)}}.snow:nth-child(338){opacity:1.864;transform:translate(90.7276vw,-10px) scale(.0199);animation:fall-338 28s -27s linear infinite}@keyframes fall-338{52.472%{transform:translate(93.4394vw,52.472vh) scale(.0199)}to{transform:translate(92.0835vw,99vh) scale(.0199)}}.snow:nth-child(339){opacity:1.3104;transform:translate(77.5555vw,-10px) scale(.6318);animation:fall-339 15s -12s linear infinite}@keyframes fall-339{77.945%{transform:translate(85.4843vw,77.945vh) scale(.6318)}to{transform:translate(81.5199vw,99vh) scale(.6318)}}.snow:nth-child(340){opacity:.339;transform:translate(42.2517vw,-10px) scale(.8139);animation:fall-340 21s -15s linear infinite}@keyframes fall-340{67.032%{transform:translate(41.7982vw,67.032vh) scale(.8139)}to{transform:translate(42.02495vw,99vh) scale(.8139)}}.snow:nth-child(341){opacity:1.7024;transform:translate(52.4522vw,-10px) scale(.4784);animation:fall-341 25s -17s linear infinite}@keyframes fall-341{79.02%{transform:translate(46.5799vw,79.02vh) scale(.4784)}to{transform:translate(49.51605vw,99vh) scale(.4784)}}.snow:nth-child(342){opacity:.027;transform:translate(34.5155vw,-10px) scale(.242);animation:fall-342 18s -16s linear infinite}@keyframes fall-342{58.185%{transform:translate(36.1413vw,58.185vh) scale(.242)}to{transform:translate(35.3284vw,99vh) scale(.242)}}.snow:nth-child(343){opacity:1.2112;transform:translate(47.6223vw,-10px) scale(.7794);animation:fall-343 20s -6s linear infinite}@keyframes fall-343{63.021%{transform:translate(42.2279vw,63.021vh) scale(.7794)}to{transform:translate(44.9251vw,99vh) scale(.7794)}}.snow:nth-child(344){opacity:1.0292;transform:translate(59.9536vw,-10px) scale(.3972);animation:fall-344 11s -20s linear infinite}@keyframes fall-344{46.895%{transform:translate(52.3938vw,46.895vh) scale(.3972)}to{transform:translate(56.1737vw,99vh) scale(.3972)}}.snow:nth-child(345){opacity:1.1428;transform:translate(20.9875vw,-10px) scale(.5614);animation:fall-345 30s -25s linear infinite}@keyframes fall-345{54.746%{transform:translate(24.1208vw,54.746vh) scale(.5614)}to{transform:translate(22.55415vw,99vh) scale(.5614)}}.snow:nth-child(346){opacity:1.1218;transform:translate(90.6481vw,-10px) scale(.6983);animation:fall-346 21s -29s linear infinite}@keyframes fall-346{60.868%{transform:translate(88.2581vw,60.868vh) scale(.6983)}to{transform:translate(89.4531vw,99vh) scale(.6983)}}.snow:nth-child(347){opacity:.1396;transform:translate(8.3788vw,-10px) scale(.8912);animation:fall-347 26s -26s linear infinite}@keyframes fall-347{70.318%{transform:translate(5.6376vw,70.318vh) scale(.8912)}to{transform:translate(7.0082vw,99vh) scale(.8912)}}.snow:nth-child(348){opacity:.8976;transform:translate(11.1585vw,-10px) scale(.348);animation:fall-348 17s -15s linear infinite}@keyframes fall-348{55.027%{transform:translate(6.9253vw,55.027vh) scale(.348)}to{transform:translate(9.0419vw,99vh) scale(.348)}}.snow:nth-child(349){opacity:1.8602;transform:translate(73.7141vw,-10px) scale(.5606);animation:fall-349 11s -9s linear infinite}@keyframes fall-349{76.321%{transform:translate(81.0578vw,76.321vh) scale(.5606)}to{transform:translate(77.38595vw,99vh) scale(.5606)}}.snow:nth-child(350){opacity:.6934;transform:translate(51.7684vw,-10px) scale(.1558);animation:fall-350 10s -18s linear infinite}@keyframes fall-350{35.875%{transform:translate(48.0824vw,35.875vh) scale(.1558)}to{transform:translate(49.9254vw,99vh) scale(.1558)}}.snow:nth-child(351){opacity:.9438;transform:translate(45.6208vw,-10px) scale(.6803);animation:fall-351 20s -27s linear infinite}@keyframes fall-351{33.082%{transform:translate(44.5606vw,33.082vh) scale(.6803)}to{transform:translate(45.0907vw,99vh) scale(.6803)}}.snow:nth-child(352){opacity:1.1536;transform:translate(69.8399vw,-10px) scale(.1864);animation:fall-352 22s -4s linear infinite}@keyframes fall-352{65.562%{transform:translate(74.8108vw,65.562vh) scale(.1864)}to{transform:translate(72.32535vw,99vh) scale(.1864)}}.snow:nth-child(353){opacity:1.0508;transform:translate(41.497vw,-10px) scale(.0082);animation:fall-353 27s -2s linear infinite}@keyframes fall-353{52.475%{transform:translate(45.0829vw,52.475vh) scale(.0082)}to{transform:translate(43.28995vw,99vh) scale(.0082)}}.snow:nth-child(354){opacity:.094;transform:translate(66.7403vw,-10px) scale(.7496);animation:fall-354 29s -6s linear infinite}@keyframes fall-354{63.658%{transform:translate(61.113vw,63.658vh) scale(.7496)}to{transform:translate(63.92665vw,99vh) scale(.7496)}}.snow:nth-child(355){opacity:.258;transform:translate(56.2915vw,-10px) scale(.1713);animation:fall-355 18s -4s linear infinite}@keyframes fall-355{64.508%{transform:translate(66.0766vw,64.508vh) scale(.1713)}to{transform:translate(61.18405vw,99vh) scale(.1713)}}.snow:nth-child(356){opacity:1.3956;transform:translate(90.641vw,-10px) scale(.0705);animation:fall-356 22s -22s linear infinite}@keyframes fall-356{70.991%{transform:translate(96.5268vw,70.991vh) scale(.0705)}to{transform:translate(93.5839vw,99vh) scale(.0705)}}.snow:nth-child(357){opacity:1.6546;transform:translate(39.142vw,-10px) scale(.7129);animation:fall-357 22s -2s linear infinite}@keyframes fall-357{79.924%{transform:translate(40.74vw,79.924vh) scale(.7129)}to{transform:translate(39.941vw,99vh) scale(.7129)}}.snow:nth-child(358){opacity:.4464;transform:translate(42.2596vw,-10px) scale(.9323);animation:fall-358 13s -15s linear infinite}@keyframes fall-358{33.807%{transform:translate(47.6961vw,33.807vh) scale(.9323)}to{transform:translate(44.97785vw,99vh) scale(.9323)}}.snow:nth-child(359){opacity:.8202;transform:translate(63.6281vw,-10px) scale(.4419);animation:fall-359 22s -20s linear infinite}@keyframes fall-359{78.248%{transform:translate(70.392vw,78.248vh) scale(.4419)}to{transform:translate(67.01005vw,99vh) scale(.4419)}}.snow:nth-child(360){opacity:.228;transform:translate(16.5773vw,-10px) scale(.1762);animation:fall-360 15s -15s linear infinite}@keyframes fall-360{57.034%{transform:translate(19.4338vw,57.034vh) scale(.1762)}to{transform:translate(18.00555vw,99vh) scale(.1762)}}.snow:nth-child(361){opacity:1.5698;transform:translate(41.2422vw,-10px) scale(.2294);animation:fall-361 19s -1s linear infinite}@keyframes fall-361{51.823%{transform:translate(37.4428vw,51.823vh) scale(.2294)}to{transform:translate(39.3425vw,99vh) scale(.2294)}}.snow:nth-child(362){opacity:.2442;transform:translate(26.2725vw,-10px) scale(.2493);animation:fall-362 17s -10s linear infinite}@keyframes fall-362{74.593%{transform:translate(22.9662vw,74.593vh) scale(.2493)}to{transform:translate(24.61935vw,99vh) scale(.2493)}}.snow:nth-child(363){opacity:1.029;transform:translate(65.0826vw,-10px) scale(.6381);animation:fall-363 24s -20s linear infinite}@keyframes fall-363{45.75%{transform:translate(68.9851vw,45.75vh) scale(.6381)}to{transform:translate(67.03385vw,99vh) scale(.6381)}}.snow:nth-child(364){opacity:1.5386;transform:translate(15.9152vw,-10px) scale(.9199);animation:fall-364 27s -26s linear infinite}@keyframes fall-364{59.137%{transform:translate(8.1089vw,59.137vh) scale(.9199)}to{transform:translate(12.01205vw,99vh) scale(.9199)}}.snow:nth-child(365){opacity:1.41;transform:translate(10.1459vw,-10px) scale(.0399);animation:fall-365 16s -15s linear infinite}@keyframes fall-365{41.36%{transform:translate(9.4267vw,41.36vh) scale(.0399)}to{transform:translate(9.7863vw,99vh) scale(.0399)}}.snow:nth-child(366){opacity:.6088;transform:translate(20.5904vw,-10px) scale(.9339);animation:fall-366 17s -4s linear infinite}@keyframes fall-366{54.052%{transform:translate(12.253vw,54.052vh) scale(.9339)}to{transform:translate(16.4217vw,99vh) scale(.9339)}}.snow:nth-child(367){opacity:1.0154;transform:translate(63.0058vw,-10px) scale(.9157);animation:fall-367 21s -24s linear infinite}@keyframes fall-367{48.276%{transform:translate(70.7991vw,48.276vh) scale(.9157)}to{transform:translate(66.90245vw,99vh) scale(.9157)}}.snow:nth-child(368){opacity:1.1056;transform:translate(85.8908vw,-10px) scale(.0231);animation:fall-368 12s -30s linear infinite}@keyframes fall-368{60.508%{transform:translate(94.3599vw,60.508vh) scale(.0231)}to{transform:translate(90.12535vw,99vh) scale(.0231)}}.snow:nth-child(369){opacity:1.4182;transform:translate(21.5569vw,-10px) scale(.5582);animation:fall-369 23s -26s linear infinite}@keyframes fall-369{69.571%{transform:translate(30.8042vw,69.571vh) scale(.5582)}to{transform:translate(26.18055vw,99vh) scale(.5582)}}.snow:nth-child(370){opacity:1.9852;transform:translate(53.0913vw,-10px) scale(.8106);animation:fall-370 20s -24s linear infinite}@keyframes fall-370{37.47%{transform:translate(47.9542vw,37.47vh) scale(.8106)}to{transform:translate(50.52275vw,99vh) scale(.8106)}}.snow:nth-child(371){opacity:.9312;transform:translate(13.6912vw,-10px) scale(.6818);animation:fall-371 17s -14s linear infinite}@keyframes fall-371{66.051%{transform:translate(11.4773vw,66.051vh) scale(.6818)}to{transform:translate(12.58425vw,99vh) scale(.6818)}}.snow:nth-child(372){opacity:.9454;transform:translate(99.5575vw,-10px) scale(.8229);animation:fall-372 21s -20s linear infinite}@keyframes fall-372{67.071%{transform:translate(89.8621vw,67.071vh) scale(.8229)}to{transform:translate(94.7098vw,99vh) scale(.8229)}}.snow:nth-child(373){opacity:1.111;transform:translate(76.0928vw,-10px) scale(.097);animation:fall-373 18s -24s linear infinite}@keyframes fall-373{79.837%{transform:translate(66.6484vw,79.837vh) scale(.097)}to{transform:translate(71.3706vw,99vh) scale(.097)}}.snow:nth-child(374){opacity:.9444;transform:translate(46.5407vw,-10px) scale(.6126);animation:fall-374 12s -30s linear infinite}@keyframes fall-374{46.005%{transform:translate(56.467vw,46.005vh) scale(.6126)}to{transform:translate(51.50385vw,99vh) scale(.6126)}}.snow:nth-child(375){opacity:.9208;transform:translate(1.3985vw,-10px) scale(.5546);animation:fall-375 10s -3s linear infinite}@keyframes fall-375{52.105%{transform:translate(3.9938vw,52.105vh) scale(.5546)}to{transform:translate(2.69615vw,99vh) scale(.5546)}}.snow:nth-child(376){opacity:1.7946;transform:translate(30.6789vw,-10px) scale(.2838);animation:fall-376 11s -10s linear infinite}@keyframes fall-376{31.677%{transform:translate(40.412vw,31.677vh) scale(.2838)}to{transform:translate(35.54545vw,99vh) scale(.2838)}}.snow:nth-child(377){opacity:1.3346;transform:translate(90.0548vw,-10px) scale(.0901);animation:fall-377 14s -21s linear infinite}@keyframes fall-377{35.116%{transform:translate(99.0442vw,35.116vh) scale(.0901)}to{transform:translate(94.5495vw,99vh) scale(.0901)}}.snow:nth-child(378){opacity:.7948;transform:translate(40.4978vw,-10px) scale(.1512);animation:fall-378 29s -23s linear infinite}@keyframes fall-378{44.322%{transform:translate(37.9081vw,44.322vh) scale(.1512)}to{transform:translate(39.20295vw,99vh) scale(.1512)}}.snow:nth-child(379){opacity:.8428;transform:translate(97.471vw,-10px) scale(.5435);animation:fall-379 13s -27s linear infinite}@keyframes fall-379{52.68%{transform:translate(105.614vw,52.68vh) scale(.5435)}to{transform:translate(101.5425vw,99vh) scale(.5435)}}.snow:nth-child(380){opacity:.0224;transform:translate(58.8862vw,-10px) scale(.7771);animation:fall-380 15s -2s linear infinite}@keyframes fall-380{35.049%{transform:translate(63.4225vw,35.049vh) scale(.7771)}to{transform:translate(61.15435vw,99vh) scale(.7771)}}.snow:nth-child(381){opacity:1.7354;transform:translate(13.0883vw,-10px) scale(.0843);animation:fall-381 30s -6s linear infinite}@keyframes fall-381{33.068%{transform:translate(22.8615vw,33.068vh) scale(.0843)}to{transform:translate(17.9749vw,99vh) scale(.0843)}}.snow:nth-child(382){opacity:.596;transform:translate(8.6164vw,-10px) scale(.8707);animation:fall-382 23s -12s linear infinite}@keyframes fall-382{75.768%{transform:translate(10.1638vw,75.768vh) scale(.8707)}to{transform:translate(9.3901vw,99vh) scale(.8707)}}.snow:nth-child(383){opacity:1.1254;transform:translate(69.4616vw,-10px) scale(.0443);animation:fall-383 22s -4s linear infinite}@keyframes fall-383{63.818%{transform:translate(78.063vw,63.818vh) scale(.0443)}to{transform:translate(73.7623vw,99vh) scale(.0443)}}.snow:nth-child(384){opacity:1.949;transform:translate(18.54vw,-10px) scale(.6048);animation:fall-384 19s -28s linear infinite}@keyframes fall-384{57.589%{transform:translate(27.1558vw,57.589vh) scale(.6048)}to{transform:translate(22.8479vw,99vh) scale(.6048)}}.snow:nth-child(385){opacity:1.4642;transform:translate(11.9096vw,-10px) scale(.3684);animation:fall-385 18s -5s linear infinite}@keyframes fall-385{36.896%{transform:translate(20.4995vw,36.896vh) scale(.3684)}to{transform:translate(16.20455vw,99vh) scale(.3684)}}.snow:nth-child(386){opacity:.4854;transform:translate(13.2344vw,-10px) scale(.9397);animation:fall-386 11s -13s linear infinite}@keyframes fall-386{60.802%{transform:translate(6.5672vw,60.802vh) scale(.9397)}to{transform:translate(9.9008vw,99vh) scale(.9397)}}.snow:nth-child(387){opacity:.9486;transform:translate(1.5647vw,-10px) scale(.9006);animation:fall-387 24s -4s linear infinite}@keyframes fall-387{31.244%{transform:translate(-7.7531vw,31.244vh) scale(.9006)}to{transform:translate(-3.0942vw,99vh) scale(.9006)}}.snow:nth-child(388){opacity:1.9292;transform:translate(17.3011vw,-10px) scale(.7572);animation:fall-388 15s -1s linear infinite}@keyframes fall-388{68.871%{transform:translate(13.3062vw,68.871vh) scale(.7572)}to{transform:translate(15.30365vw,99vh) scale(.7572)}}.snow:nth-child(389){opacity:.2898;transform:translate(97.2115vw,-10px) scale(.5149);animation:fall-389 17s -9s linear infinite}@keyframes fall-389{56.827%{transform:translate(96.6164vw,56.827vh) scale(.5149)}to{transform:translate(96.91395vw,99vh) scale(.5149)}}.snow:nth-child(390){opacity:.9502;transform:translate(51.8937vw,-10px) scale(.5122);animation:fall-390 24s -13s linear infinite}@keyframes fall-390{46.316%{transform:translate(45.3403vw,46.316vh) scale(.5122)}to{transform:translate(48.617vw,99vh) scale(.5122)}}.snow:nth-child(391){opacity:1.792;transform:translate(8.174vw,-10px) scale(.438);animation:fall-391 26s -13s linear infinite}@keyframes fall-391{65.517%{transform:translate(11.982vw,65.517vh) scale(.438)}to{transform:translate(10.078vw,99vh) scale(.438)}}.snow:nth-child(392){opacity:1.065;transform:translate(80.0204vw,-10px) scale(.3427);animation:fall-392 26s -30s linear infinite}@keyframes fall-392{46.263%{transform:translate(87.1564vw,46.263vh) scale(.3427)}to{transform:translate(83.5884vw,99vh) scale(.3427)}}.snow:nth-child(393){opacity:.6836;transform:translate(74.521vw,-10px) scale(.9302);animation:fall-393 19s -21s linear infinite}@keyframes fall-393{55.731%{transform:translate(81.4818vw,55.731vh) scale(.9302)}to{transform:translate(78.0014vw,99vh) scale(.9302)}}.snow:nth-child(394){opacity:.4752;transform:translate(66.3888vw,-10px) scale(.7213);animation:fall-394 30s -18s linear infinite}@keyframes fall-394{58.342%{transform:translate(71.3625vw,58.342vh) scale(.7213)}to{transform:translate(68.87565vw,99vh) scale(.7213)}}.snow:nth-child(395){opacity:.338;transform:translate(56.3507vw,-10px) scale(.0373);animation:fall-395 11s -22s linear infinite}@keyframes fall-395{73.767%{transform:translate(60.404vw,73.767vh) scale(.0373)}to{transform:translate(58.37735vw,99vh) scale(.0373)}}.snow:nth-child(396){opacity:.9914;transform:translate(59.2362vw,-10px) scale(.8005);animation:fall-396 25s -20s linear infinite}@keyframes fall-396{73.079%{transform:translate(62.2544vw,73.079vh) scale(.8005)}to{transform:translate(60.7453vw,99vh) scale(.8005)}}.snow:nth-child(397){opacity:.914;transform:translate(35.7131vw,-10px) scale(.5338);animation:fall-397 15s -1s linear infinite}@keyframes fall-397{44.329%{transform:translate(39.7415vw,44.329vh) scale(.5338)}to{transform:translate(37.7273vw,99vh) scale(.5338)}}.snow:nth-child(398){opacity:1.4952;transform:translate(33.8068vw,-10px) scale(.5532);animation:fall-398 11s -6s linear infinite}@keyframes fall-398{73.55%{transform:translate(29.8745vw,73.55vh) scale(.5532)}to{transform:translate(31.84065vw,99vh) scale(.5532)}}.snow:nth-child(399){opacity:1.354;transform:translate(13.0122vw,-10px) scale(.2703);animation:fall-399 24s -18s linear infinite}@keyframes fall-399{56.795%{transform:translate(17.346vw,56.795vh) scale(.2703)}to{transform:translate(15.1791vw,99vh) scale(.2703)}}.snow:nth-child(400){opacity:1.6004;transform:translate(76.7489vw,-10px) scale(.6381);animation:fall-400 26s -23s linear infinite}@keyframes fall-400{43.651%{transform:translate(74.3559vw,43.651vh) scale(.6381)}to{transform:translate(75.5524vw,99vh) scale(.6381)}}\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
- }
79
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AppComponent, decorators: [{
80
- type: Component,
81
- args: [{ selector: 'app-root', encapsulation: ViewEncapsulation.None, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows; trackBy: snowTrackBy\" class=\"snow\"></div>\r\n</ng-container>\r\n<router-outlet></router-outlet>", styles: ["@charset \"UTF-8\";.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:#024a8880}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:#2d922d80}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:#248dad80}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:#f79a1780}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:#bf172580}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:#0006}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:#0003}.card.overlay .card-img{border-radius:0;-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:#024a88cc!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:#024a8880;border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:#024a88f2!important;border-color:#024a88f2!important}.btn-success{background:#2d922dcc;border-color:#2d922dcc}.btn-success.medium-opacity{background:#2d922d80;border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:#2d922df2!important;border-color:#2d922df2!important}.btn-info{background:#248dadcc;border-color:#248dadcc}.btn-info.medium-opacity{background:#248dad80;border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:#248dadf2!important;border-color:#248dadf2!important}.btn-warning{background:#f79a17cc;border-color:#f79a17cc}.btn-warning.medium-opacity{background:#f79a1780;border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:#f79a17f2!important;border-color:#f79a17f2!important}.btn-danger{background:#bf1725cc;border-color:#bf1725cc}.btn-danger.medium-opacity{background:#bf172580;border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:#bf1725f2!important;border-color:#bf1725f2!important}.btn-dark{background:#000c;border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:#00000080;border-color:#0000001a}.btn-dark:hover{background:#000;border-color:#000}.btn-dark:active{background:#000000f2!important;border-color:#000000f2!important}.btn-main{background:#242d3acc;border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:#242d3a80;border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:#242d3af2!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242d3a;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:#2d922d80;border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:#555555b3}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242d3a}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:#555555b3}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242d3a}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:#ffffff1a url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:#024a8880!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:#2d922d80!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:#f79a1780!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:#bf172580!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:#242d3a80!important}.bg-dark{background:#000!important}.bg-dark.medium-opacity{background:#00000080!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800px){.modal-feminist{max-width:1366px}}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{transform:scaleY(-1)}.app-flip-x{transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box-600{max-height:600px;overflow-x:hidden;overflow-y:auto}.list-area{position:relative!important}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:#ff323233;position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:#fff;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.wizard-step-container{background-color:#fff;box-shadow:#63636333 0 2px 8px;padding:10px}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:#00000080 none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:#ededed;border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{padding-left:0;margin-top:20px}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.app-search-background{z-index:9999;margin-top:60px;padding:0;background-color:#0000004d;width:100vw;height:calc(100vh - 60px)}.app-search-result-box{height:calc(100% - 35px);overflow:hidden;margin:20px}.app-search-card{margin-top:2px;margin-bottom:10px;padding:15px;background-color:#fff;box-shadow:#06182c66 0 0 0 2px,#06182ca6 0 4px 6px -1px,#ffffff14 0 1px inset}.pull-left{float:left}.pull-right{float:right}.pace .pace-progress{background:#637ca0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#ccc}::-webkit-scrollbar-thumb:active{background:#888}::-webkit-scrollbar-track{background:#666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666}::-webkit-scrollbar-track:active{background:#333}::-webkit-scrollbar-corner{background:transparent}.transition{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-datepicker-content{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;display:block;border-radius:4px;background-color:var(--mat-datepicker-calendar-container-background-color);color:var(--mat-datepicker-calendar-container-text-color)}.mat-datepicker-content .mat-calendar{width:296px;height:354px}.mat-datepicker-content .mat-datepicker-content-container-with-custom-header .mat-calendar{height:auto}.mat-datepicker-content .mat-datepicker-close-button{position:absolute;top:100%;left:0;margin-top:8px}.ng-animating .mat-datepicker-content .mat-datepicker-close-button{display:none}.mat-datepicker-content-container{display:flex;flex-direction:column;justify-content:space-between}.mat-datepicker-content-touch{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f;display:block;max-height:80vh;position:relative;overflow:visible}.mat-datepicker-content-touch .mat-datepicker-content-container{min-height:312px;max-height:788px;min-width:250px;max-width:750px}.mat-datepicker-content-touch .mat-calendar{width:100%;height:auto}@media all and (orientation: landscape){.mat-datepicker-content-touch .mat-datepicker-content-container{width:64vh;height:80vh}}@media all and (orientation: portrait){.mat-datepicker-content-touch .mat-datepicker-content-container{width:80vw;height:100vw}.mat-datepicker-content-touch .mat-datepicker-content-container-with-actions{height:115vw}}.mat-calendar{display:block;font-family:var(--mat-datepicker-calendar-text-font);font-size:var(--mat-datepicker-calendar-text-size)}.mat-calendar-header{padding:8px 8px 0}.mat-calendar-content{padding:0 8px 8px;outline:none}.mat-calendar-controls{display:flex;align-items:center;margin:5% calc(4.7142857143% - 16px)}.mat-calendar-spacer{flex:1 1 auto}.mat-calendar-period-button{min-width:0;margin:0 8px;font-size:var(--mat-datepicker-calendar-period-button-text-size);font-weight:var(--mat-datepicker-calendar-period-button-text-weight)}.mat-calendar-arrow{display:inline-block;width:10px;height:5px;margin:0 0 0 5px;vertical-align:middle;fill:var(--mat-datepicker-calendar-period-button-icon-color)}.mat-calendar-arrow.mat-calendar-invert{transform:rotate(180deg)}[dir=rtl] .mat-calendar-arrow{margin:0 5px 0 0}.cdk-high-contrast-active .mat-calendar-arrow{fill:CanvasText}.mat-calendar-previous-button,.mat-calendar-next-button{position:relative}.mat-datepicker-content .mat-calendar-previous-button,.mat-datepicker-content .mat-calendar-next-button{color:var(--mat-datepicker-calendar-navigation-button-icon-color)}.mat-calendar-previous-button:after,.mat-calendar-next-button:after{inset:0;position:absolute;content:\"\";margin:15.5px;border:0 solid currentColor;border-top-width:2px}[dir=rtl] .mat-calendar-previous-button,[dir=rtl] .mat-calendar-next-button{transform:rotate(180deg)}.mat-calendar-previous-button:after{border-left-width:2px;transform:translate(2px) rotate(-45deg)}.mat-calendar-next-button:after{border-right-width:2px;transform:translate(-2px) rotate(45deg)}.mat-calendar-table{border-spacing:0;border-collapse:collapse;width:100%}.mat-calendar-table-header th{text-align:center;padding:0 0 8px;color:var(--mat-datepicker-calendar-header-text-color);font-size:var(--mat-datepicker-calendar-header-text-size);font-weight:var(--mat-datepicker-calendar-header-text-weight)}.mat-calendar-table-header-divider{position:relative;height:1px}.mat-calendar-table-header-divider:after{content:\"\";position:absolute;top:0;left:-8px;right:-8px;height:1px;background:var(--mat-datepicker-calendar-header-divider-color)}.mat-calendar-body-cell-content:before{margin:calc((var(--mat-focus-indicator-border-width, 3px) + 3px) * -1)}.mat-calendar-body-cell:focus .mat-focus-indicator:before{content:\"\"}.mat-calendar-hidden-label{display:none}.mdc-touch-target-wrapper{display:inline}.mdc-elevation-overlay{position:absolute;border-radius:inherit;pointer-events:none;opacity:var(--mdc-elevation-overlay-opacity, 0);transition:opacity .28s cubic-bezier(.4,0,.2,1)}.mdc-button{position:relative;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-width:64px;border:none;outline:none;line-height:inherit;-webkit-user-select:none;user-select:none;-webkit-appearance:none;overflow:visible;vertical-align:middle;background:#0000}.mdc-button .mdc-elevation-overlay{width:100%;height:100%;top:0;left:0}.mdc-button::-moz-focus-inner{padding:0;border:0}.mdc-button:active{outline:none}.mdc-button:hover{cursor:pointer}.mdc-button:disabled{cursor:default;pointer-events:none}.mdc-button[hidden]{display:none}.mdc-button .mdc-button__icon{margin-left:0;margin-right:8px;display:inline-block;position:relative;vertical-align:top}[dir=rtl] .mdc-button .mdc-button__icon,.mdc-button .mdc-button__icon[dir=rtl]{margin-left:8px;margin-right:0}.mdc-button .mdc-button__progress-indicator{font-size:0;position:absolute;transform:translate(-50%,-50%);top:50%;left:50%;line-height:initial}.mdc-button .mdc-button__label{position:relative}.mdc-button .mdc-button__focus-ring{pointer-events:none;border:2px solid rgba(0,0,0,0);border-radius:6px;box-sizing:content-box;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:calc(100% + 4px);width:calc(100% + 4px);display:none}@media screen and (forced-colors: active){.mdc-button .mdc-button__focus-ring{border-color:CanvasText}}.mdc-button .mdc-button__focus-ring:after{content:\"\";border:2px solid rgba(0,0,0,0);border-radius:8px;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:calc(100% + 4px);width:calc(100% + 4px)}@media screen and (forced-colors: active){.mdc-button .mdc-button__focus-ring:after{border-color:CanvasText}}@media screen and (forced-colors: active){.mdc-button.mdc-ripple-upgraded--background-focused .mdc-button__focus-ring,.mdc-button:not(.mdc-ripple-upgraded):focus .mdc-button__focus-ring{display:block}}.mdc-button .mdc-button__touch{position:absolute;top:50%;height:48px;left:0;right:0;transform:translateY(-50%)}.mdc-button__label+.mdc-button__icon{margin-left:8px;margin-right:0}[dir=rtl] .mdc-button__label+.mdc-button__icon,.mdc-button__label+.mdc-button__icon[dir=rtl]{margin-left:0;margin-right:8px}svg.mdc-button__icon{fill:currentColor}.mdc-button--touch{margin-top:6px;margin-bottom:6px}.mdc-button{padding:0 8px}.mdc-button--unelevated{transition:box-shadow .28s cubic-bezier(.4,0,.2,1);padding:0 16px}.mdc-button--unelevated.mdc-button--icon-trailing{padding:0 12px 0 16px}.mdc-button--unelevated.mdc-button--icon-leading{padding:0 16px 0 12px}.mdc-button--raised{transition:box-shadow .28s cubic-bezier(.4,0,.2,1);padding:0 16px}.mdc-button--raised.mdc-button--icon-trailing{padding:0 12px 0 16px}.mdc-button--raised.mdc-button--icon-leading{padding:0 16px 0 12px}.mdc-button--outlined{border-style:solid;transition:border .28s cubic-bezier(.4,0,.2,1)}.mdc-button--outlined .mdc-button__ripple{border-style:solid;border-color:#0000}.mat-mdc-button{height:var(--mdc-text-button-container-height, 36px);border-radius:var(--mdc-text-button-container-shape, var(--mdc-shape-small, 4px))}.mat-mdc-button:not(:disabled){color:var(--mdc-text-button-label-text-color, inherit)}.mat-mdc-button:disabled{color:var(--mdc-text-button-disabled-label-text-color, rgba(0, 0, 0, .38))}.mat-mdc-button .mdc-button__ripple{border-radius:var(--mdc-text-button-container-shape, var(--mdc-shape-small, 4px))}.mat-mdc-unelevated-button{height:var(--mdc-filled-button-container-height, 36px);border-radius:var(--mdc-filled-button-container-shape, var(--mdc-shape-small, 4px))}.mat-mdc-unelevated-button:not(:disabled){background-color:var(--mdc-filled-button-container-color, transparent)}.mat-mdc-unelevated-button:disabled{background-color:var(--mdc-filled-button-disabled-container-color, rgba(0, 0, 0, .12))}.mat-mdc-unelevated-button:not(:disabled){color:var(--mdc-filled-button-label-text-color, inherit)}.mat-mdc-unelevated-button:disabled{color:var(--mdc-filled-button-disabled-label-text-color, rgba(0, 0, 0, .38))}.mat-mdc-unelevated-button .mdc-button__ripple{border-radius:var(--mdc-filled-button-container-shape, var(--mdc-shape-small, 4px))}.mat-mdc-raised-button{height:var(--mdc-protected-button-container-height, 36px);border-radius:var(--mdc-protected-button-container-shape, var(--mdc-shape-small, 4px));box-shadow:var(--mdc-protected-button-container-elevation, 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12))}.mat-mdc-raised-button:not(:disabled){background-color:var(--mdc-protected-button-container-color, transparent)}.mat-mdc-raised-button:disabled{background-color:var(--mdc-protected-button-disabled-container-color, rgba(0, 0, 0, .12))}.mat-mdc-raised-button:not(:disabled){color:var(--mdc-protected-button-label-text-color, inherit)}.mat-mdc-raised-button:disabled{color:var(--mdc-protected-button-disabled-label-text-color, rgba(0, 0, 0, .38))}.mat-mdc-raised-button .mdc-button__ripple{border-radius:var(--mdc-protected-button-container-shape, var(--mdc-shape-small, 4px))}.mat-mdc-raised-button.mdc-ripple-upgraded--background-focused,.mat-mdc-raised-button:not(.mdc-ripple-upgraded):focus{box-shadow:var(--mdc-protected-button-focus-container-elevation, 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12))}.mat-mdc-raised-button:hover{box-shadow:var(--mdc-protected-button-hover-container-elevation, 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12))}.mat-mdc-raised-button:not(:disabled):active{box-shadow:var(--mdc-protected-button-pressed-container-elevation, 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12))}.mat-mdc-raised-button:disabled{box-shadow:var(--mdc-protected-button-disabled-container-elevation, 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12))}.mat-mdc-outlined-button{height:var(--mdc-outlined-button-container-height, 36px);border-radius:var(--mdc-outlined-button-container-shape, var(--mdc-shape-small, 4px));padding:0 15px;border-width:var(--mdc-outlined-button-outline-width, 1px)}.mat-mdc-outlined-button:not(:disabled){color:var(--mdc-outlined-button-label-text-color, inherit)}.mat-mdc-outlined-button:disabled{color:var(--mdc-outlined-button-disabled-label-text-color, rgba(0, 0, 0, .38))}.mat-mdc-outlined-button .mdc-button__ripple{border-radius:var(--mdc-outlined-button-container-shape, var(--mdc-shape-small, 4px))}.mat-mdc-outlined-button:not(:disabled){border-color:var(--mdc-outlined-button-outline-color, rgba(0, 0, 0, .12))}.mat-mdc-outlined-button:disabled{border-color:var(--mdc-outlined-button-disabled-outline-color, rgba(0, 0, 0, .12))}.mat-mdc-outlined-button.mdc-button--icon-trailing{padding:0 11px 0 15px}.mat-mdc-outlined-button.mdc-button--icon-leading{padding:0 15px 0 11px}.mat-mdc-outlined-button .mdc-button__ripple{inset:-1px;border-width:var(--mdc-outlined-button-outline-width, 1px)}.mat-mdc-outlined-button .mdc-button__touch{left:calc(-1 * var(--mdc-outlined-button-outline-width, 1px));width:calc(100% + 2 * var(--mdc-outlined-button-outline-width, 1px))}.mat-mdc-button,.mat-mdc-unelevated-button,.mat-mdc-raised-button,.mat-mdc-outlined-button{-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-mdc-button .mat-mdc-button-ripple,.mat-mdc-button .mat-mdc-button-persistent-ripple,.mat-mdc-button .mat-mdc-button-persistent-ripple:before,.mat-mdc-unelevated-button .mat-mdc-button-ripple,.mat-mdc-unelevated-button .mat-mdc-button-persistent-ripple,.mat-mdc-unelevated-button .mat-mdc-button-persistent-ripple:before,.mat-mdc-raised-button .mat-mdc-button-ripple,.mat-mdc-raised-button .mat-mdc-button-persistent-ripple,.mat-mdc-raised-button .mat-mdc-button-persistent-ripple:before,.mat-mdc-outlined-button .mat-mdc-button-ripple,.mat-mdc-outlined-button .mat-mdc-button-persistent-ripple,.mat-mdc-outlined-button .mat-mdc-button-persistent-ripple:before{inset:0;position:absolute;pointer-events:none;border-radius:inherit}.mat-mdc-button .mat-mdc-button-ripple,.mat-mdc-unelevated-button .mat-mdc-button-ripple,.mat-mdc-raised-button .mat-mdc-button-ripple,.mat-mdc-outlined-button .mat-mdc-button-ripple{overflow:hidden}.mat-mdc-button .mat-mdc-button-persistent-ripple:before,.mat-mdc-unelevated-button .mat-mdc-button-persistent-ripple:before,.mat-mdc-raised-button .mat-mdc-button-persistent-ripple:before,.mat-mdc-outlined-button .mat-mdc-button-persistent-ripple:before{content:\"\";opacity:0;background-color:var(--mat-mdc-button-persistent-ripple-color)}.mat-mdc-button .mat-ripple-element,.mat-mdc-unelevated-button .mat-ripple-element,.mat-mdc-raised-button .mat-ripple-element,.mat-mdc-outlined-button .mat-ripple-element{background-color:var(--mat-mdc-button-ripple-color)}.mat-mdc-button .mdc-button__label,.mat-mdc-unelevated-button .mdc-button__label,.mat-mdc-raised-button .mdc-button__label,.mat-mdc-outlined-button .mdc-button__label{z-index:1}.mat-mdc-button .mat-mdc-focus-indicator,.mat-mdc-unelevated-button .mat-mdc-focus-indicator,.mat-mdc-raised-button .mat-mdc-focus-indicator,.mat-mdc-outlined-button .mat-mdc-focus-indicator{inset:0;position:absolute}.mat-mdc-button:focus .mat-mdc-focus-indicator:before,.mat-mdc-unelevated-button:focus .mat-mdc-focus-indicator:before,.mat-mdc-raised-button:focus .mat-mdc-focus-indicator:before,.mat-mdc-outlined-button:focus .mat-mdc-focus-indicator:before{content:\"\"}.mat-mdc-button[disabled],.mat-mdc-unelevated-button[disabled],.mat-mdc-raised-button[disabled],.mat-mdc-outline\\2026 .mat-calendar-body{min-width:224px}.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:var(--mat-datepicker-calendar-date-today-outline-color)}.mat-calendar-body-label{height:0;line-height:0;text-align:left;padding-left:4.7142857143%;padding-right:4.7142857143%;font-size:var(--mat-datepicker-calendar-body-label-text-size);font-weight:var(--mat-datepicker-calendar-body-label-text-weight);color:var(--mat-datepicker-calendar-body-label-text-color)}.mat-calendar-body-hidden-label{display:none}.mat-calendar-body-cell-container{position:relative;height:0;line-height:0}.mat-calendar-body-cell{-webkit-user-select:none;user-select:none;cursor:pointer;border:none;-webkit-tap-highlight-color:rgba(0,0,0,0);position:absolute;top:0;left:0;width:100%;height:100%;background:none;text-align:center;outline:none;font-family:inherit;margin:0}.mat-calendar-body-cell::-moz-focus-inner{border:0}.mat-calendar-body-cell:before,.mat-calendar-body-cell:after,.mat-calendar-body-cell-preview{content:\"\";position:absolute;top:5%;left:0;z-index:0;box-sizing:border-box;display:block;height:90%;width:100%}.mat-calendar-body-range-start:not(.mat-calendar-body-in-comparison-range):before,.mat-calendar-body-range-start:after,.mat-calendar-body-comparison-start:not(.mat-calendar-body-comparison-bridge-start):before,.mat-calendar-body-comparison-start:after,.mat-calendar-body-preview-start .mat-calendar-body-cell-preview{left:5%;width:95%;border-top-left-radius:999px;border-bottom-left-radius:999px}[dir=rtl] .mat-calendar-body-range-start:not(.mat-calendar-body-in-comparison-range):before,[dir=rtl] .mat-calendar-body-range-start:after,[dir=rtl] .mat-calendar-body-comparison-start:not(.mat-calendar-body-comparison-bridge-start):before,[dir=rtl] .mat-calendar-body-comparison-start:after,[dir=rtl] .mat-calendar-body-preview-start .mat-calendar-body-cell-preview{left:0;border-radius:0 999px 999px 0}.mat-calendar-body-range-end:not(.mat-calendar-body-in-comparison-range):before,.mat-calendar-body-range-end:after,.mat-calendar-body-comparison-end:not(.mat-calendar-body-comparison-bridge-end):before,.mat-calendar-body-comparison-end:after,.mat-calendar-body-preview-end .mat-calendar-body-cell-preview{width:95%;border-top-right-radius:999px;border-bottom-right-radius:999px}[dir=rtl] .mat-calendar-body-range-end:not(.mat-calendar-body-in-comparison-range):before,[dir=rtl] .mat-calendar-body-range-end:after,[dir=rtl] .mat-calendar-body-comparison-end:not(.mat-calendar-body-comparison-bridge-end):before,[dir=rtl] .mat-calendar-body-comparison-end:after,[dir=rtl] .mat-calendar-body-preview-end .mat-calendar-body-cell-preview{left:5%;border-radius:999px 0 0 999px}[dir=rtl] .mat-calendar-body-comparison-bridge-start.mat-calendar-body-range-end:after,[dir=rtl] .mat-calendar-body-comparison-bridge-end.mat-calendar-body-range-start:after{width:95%;border-top-right-radius:999px;border-bottom-right-radius:999px}.mat-calendar-body-comparison-start.mat-calendar-body-range-end:after,[dir=rtl] .mat-calendar-body-comparison-start.mat-calendar-body-range-end:after,.mat-calendar-body-comparison-end.mat-calendar-body-range-start:after,[dir=rtl] .mat-calendar-body-comparison-end.mat-calendar-body-range-start:after{width:90%}.mat-calendar-body-in-preview{color:var(--mat-datepicker-calendar-date-preview-state-outline-color)}.mat-calendar-body-in-preview .mat-calendar-body-cell-preview{border-top:dashed 1px;border-bottom:dashed 1px}.mat-calendar-body-preview-start .mat-calendar-body-cell-preview{border-left:dashed 1px}[dir=rtl] .mat-calendar-body-preview-start .mat-calendar-body-cell-preview{border-left:0;border-right:dashed 1px}.mat-calendar-body-preview-end .mat-calendar-body-cell-preview{border-right:dashed 1px}[dir=rtl] .mat-calendar-body-preview-end .mat-calendar-body-cell-preview{border-right:0;border-left:dashed 1px}.mat-calendar-body-disabled{cursor:default}.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){color:var(--mat-datepicker-calendar-date-disabled-state-text-color)}.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:var(--mat-datepicker-calendar-date-today-disabled-state-outline-color)}.cdk-high-contrast-active .mat-calendar-body-disabled{opacity:.5}.mat-calendar-body-cell-content{top:5%;left:5%;z-index:1;display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:90%;height:90%;line-height:1;border-width:1px;border-style:solid;border-radius:999px;color:var(--mat-datepicker-calendar-date-text-color);border-color:var(--mat-datepicker-calendar-date-outline-color)}.mat-calendar-body-cell-content.mat-focus-indicator{position:absolute}.cdk-high-contrast-active .mat-calendar-body-cell-content{border:none}.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:var(--mat-datepicker-calendar-date-focus-state-background-color)}@media (hover: hover){.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:var(--mat-datepicker-calendar-date-hover-state-background-color)}}.mat-calendar-body-selected{background-color:var(--mat-datepicker-calendar-date-selected-state-background-color);color:var(--mat-datepicker-calendar-date-selected-state-text-color)}.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:var(--mat-datepicker-calendar-date-selected-disabled-state-background-color)}.mat-calendar-body-selected.mat-calendar-body-today{box-shadow:inset 0 0 0 1px var(--mat-datepicker-calendar-date-today-selected-state-outline-color)}.mat-calendar-body-in-range:before{background:var(--mat-datepicker-calendar-date-in-range-state-background-color)}.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range:before{background:var(--mat-datepicker-calendar-date-in-comparison-range-state-background-color)}.mat-calendar-body-comparison-bridge-start:before,[dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,var(--mat-datepicker-calendar-date-in-range-state-background-color) 50%,var(--mat-datepicker-calendar-date-in-comparison-range-state-background-color) 50%)}.mat-calendar-body-comparison-bridge-end:before,[dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,var(--mat-datepicker-calendar-date-in-range-state-background-color) 50%,var(--mat-datepicker-calendar-date-in-comparison-range-state-background-color) 50%)}.mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:var(--mat-datepicker-calendar-date-in-overlap-range-state-background-color)}.mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:var(--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color)}.cdk-high-contrast-active .mat-datepicker-popup:not(:empty),.cdk-high-contrast-active .mat-calendar-body-cell:not(.mat-calendar-body-in-range) .mat-calendar-body-selected{outline:solid 1px}.cdk-high-contrast-active .mat-calendar-body-today{outline:dotted 1px}.cdk-high-contrast-active .mat-calendar-body-cell:before,.cdk-high-contrast-active .mat-calendar-body-cell:after,.cdk-high-contrast-active .mat-calendar-body-selected{background:none}.cdk-high-contrast-active .mat-calendar-body-in-range:before,.cdk-high-contrast-active .mat-calendar-body-comparison-bridge-start:before,.cdk-high-contrast-active .mat-calendar-body-comparison-bridge-end:before{border-top:solid 1px;border-bottom:solid 1px}.cdk-high-contrast-active .mat-calendar-body-range-start:before{border-left:solid 1px}[dir=rtl] .cdk-high-contrast-active .mat-calendar-body-range-start:before{border-left:0;border-right:solid 1px}.cdk-high-contrast-active .mat-calendar-body-range-end:before{border-right:solid 1px}[dir=rtl] .cdk-high-contrast-active .mat-calendar-body-range-end:before{border-right:0;border-left:solid 1px}.cdk-high-contrast-active .mat-calendar-body-in-comparison-range:before{border-top:dashed 1px;border-bottom:dashed 1px}.cdk-high-contrast-active .mat-calendar-body-comparison-start:before{border-left:dashed 1px}[dir=rtl] .cdk-high-contrast-active .mat-calendar-body-comparison-start:before{border-left:0;border-right:dashed 1px}.cdk-high-contrast-active .mat-calendar-body-comparison-end:before{border-right:dashed 1px}[dir=rtl] .cdk-high-contrast-active .mat-calendar-body-comparison-end:before{border-right:0;border-left:dashed 1px}[dir=rtl] .mat-calendar-body-label{text-align:right}.mat-mdc-form-field-subscript-wrapper{height:0}.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-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:5px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.mat-chip-list-wrapper input.mat-input-element,.mat-chip-list-wrapper .mat-standard-chip{margin:1px 4px 4px!important;padding-top:10px!important}.mat-chip-list-wrapper{margin:0!important;padding:5px!important}.snow{position:absolute;width:10px;height:10px;background:#fff;border-radius:50%}.snow:nth-child(1){opacity:1.9188;transform:translate(72.9329vw,-10px) scale(.3337);animation:fall-1 28s -12s linear infinite}@keyframes fall-1{75.542%{transform:translate(67.4803vw,75.542vh) scale(.3337)}to{transform:translate(70.2066vw,99vh) scale(.3337)}}.snow:nth-child(2){opacity:.781;transform:translate(57.7232vw,-10px) scale(.9132);animation:fall-2 18s -21s linear infinite}@keyframes fall-2{48.342%{transform:translate(49.0313vw,48.342vh) scale(.9132)}to{transform:translate(53.37725vw,99vh) scale(.9132)}}.snow:nth-child(3){opacity:.7568;transform:translate(18.5837vw,-10px) scale(.8995);animation:fall-3 11s -15s linear infinite}@keyframes fall-3{62.163%{transform:translate(10.7112vw,62.163vh) scale(.8995)}to{transform:translate(14.64745vw,99vh) scale(.8995)}}.snow:nth-child(4){opacity:1.4442;transform:translate(54.9189vw,-10px) scale(.1805);animation:fall-4 15s -2s linear infinite}@keyframes fall-4{50.576%{transform:translate(63.0003vw,50.576vh) scale(.1805)}to{transform:translate(58.9596vw,99vh) scale(.1805)}}.snow:nth-child(5){opacity:1.9946;transform:translate(66.5463vw,-10px) scale(.9843);animation:fall-5 30s -17s linear infinite}@keyframes fall-5{46.34%{transform:translate(63.3113vw,46.34vh) scale(.9843)}to{transform:translate(64.9288vw,99vh) scale(.9843)}}.snow:nth-child(6){opacity:.4226;transform:translate(1.5457vw,-10px) scale(.2868);animation:fall-6 28s -5s linear infinite}@keyframes fall-6{32.461%{transform:translate(-.3022vw,32.461vh) scale(.2868)}to{transform:translate(.62175vw,99vh) scale(.2868)}}.snow:nth-child(7){opacity:.6534;transform:translate(45.1544vw,-10px) scale(.8305);animation:fall-7 27s -21s linear infinite}@keyframes fall-7{31.528%{transform:translate(53.776vw,31.528vh) scale(.8305)}to{transform:translate(49.4652vw,99vh) scale(.8305)}}.snow:nth-child(8){opacity:1.0994;transform:translate(44.4222vw,-10px) scale(.6534);animation:fall-8 18s -26s linear infinite}@keyframes fall-8{35.153%{transform:translate(47.6936vw,35.153vh) scale(.6534)}to{transform:translate(46.0579vw,99vh) scale(.6534)}}.snow:nth-child(9){opacity:.021;transform:translate(43.54vw,-10px) scale(.8749);animation:fall-9 13s -19s linear infinite}@keyframes fall-9{57.347%{transform:translate(45.74vw,57.347vh) scale(.8749)}to{transform:translate(44.64vw,99vh) scale(.8749)}}.snow:nth-child(10){opacity:.5806;transform:translate(35.3552vw,-10px) scale(.8809);animation:fall-10 14s -21s linear infinite}@keyframes fall-10{43.838%{transform:translate(40.8987vw,43.838vh) scale(.8809)}to{transform:translate(38.12695vw,99vh) scale(.8809)}}.snow:nth-child(11){opacity:.9208;transform:translate(67.4002vw,-10px) scale(.9192);animation:fall-11 25s -3s linear infinite}@keyframes fall-11{67.954%{transform:translate(73.6169vw,67.954vh) scale(.9192)}to{transform:translate(70.50855vw,99vh) scale(.9192)}}.snow:nth-child(12){opacity:1.4568;transform:translate(92.1875vw,-10px) scale(.2257);animation:fall-12 26s -28s linear infinite}@keyframes fall-12{47.158%{transform:translate(90.347vw,47.158vh) scale(.2257)}to{transform:translate(91.26725vw,99vh) scale(.2257)}}.snow:nth-child(13){opacity:1.9914;transform:translate(20.7316vw,-10px) scale(.2494);animation:fall-13 24s -29s linear infinite}@keyframes fall-13{72.759%{transform:translate(28.9993vw,72.759vh) scale(.2494)}to{transform:translate(24.86545vw,99vh) scale(.2494)}}.snow:nth-child(14){opacity:.6896;transform:translate(98.8293vw,-10px) scale(.5239);animation:fall-14 25s -11s linear infinite}@keyframes fall-14{78.065%{transform:translate(106.9394vw,78.065vh) scale(.5239)}to{transform:translate(102.88435vw,99vh) scale(.5239)}}.snow:nth-child(15){opacity:.3772;transform:translate(18.0845vw,-10px) scale(.732);animation:fall-15 17s -24s linear infinite}@keyframes fall-15{48.645%{transform:translate(19.4178vw,48.645vh) scale(.732)}to{transform:translate(18.75115vw,99vh) scale(.732)}}.snow:nth-child(16){opacity:1.1002;transform:translate(81.7566vw,-10px) scale(.8059);animation:fall-16 22s -28s linear infinite}@keyframes fall-16{62.586%{transform:translate(72.1483vw,62.586vh) scale(.8059)}to{transform:translate(76.95245vw,99vh) scale(.8059)}}.snow:nth-child(17){opacity:.1894;transform:translate(54.4974vw,-10px) scale(.8894);animation:fall-17 13s -13s linear infinite}@keyframes fall-17{41.014%{transform:translate(52.555vw,41.014vh) scale(.8894)}to{transform:translate(53.5262vw,99vh) scale(.8894)}}.snow:nth-child(18){opacity:.588;transform:translate(40.076vw,-10px) scale(.8099);animation:fall-18 20s -20s linear infinite}@keyframes fall-18{46.263%{transform:translate(37.7734vw,46.263vh) scale(.8099)}to{transform:translate(38.9247vw,99vh) scale(.8099)}}.snow:nth-child(19){opacity:.178;transform:translate(20.8124vw,-10px) scale(.9413);animation:fall-19 18s -13s linear infinite}@keyframes fall-19{32.339%{transform:translate(25.4622vw,32.339vh) scale(.9413)}to{transform:translate(23.1373vw,99vh) scale(.9413)}}.snow:nth-child(20){opacity:.9238;transform:translate(87.7467vw,-10px) scale(.4628);animation:fall-20 17s -2s linear infinite}@keyframes fall-20{44.401%{transform:translate(93.5759vw,44.401vh) scale(.4628)}to{transform:translate(90.6613vw,99vh) scale(.4628)}}.snow:nth-child(21){opacity:.017;transform:translate(53.0796vw,-10px) scale(.8064);animation:fall-21 15s -22s linear infinite}@keyframes fall-21{32.209%{transform:translate(56.434vw,32.209vh) scale(.8064)}to{transform:translate(54.7568vw,99vh) scale(.8064)}}.snow:nth-child(22){opacity:1.9044;transform:translate(54.3073vw,-10px) scale(.246);animation:fall-22 29s -24s linear infinite}@keyframes fall-22{52.268%{transform:translate(46.4019vw,52.268vh) scale(.246)}to{transform:translate(50.3546vw,99vh) scale(.246)}}.snow:nth-child(23){opacity:1.2048;transform:translate(36.0236vw,-10px) scale(.3279);animation:fall-23 10s -13s linear infinite}@keyframes fall-23{54.055%{transform:translate(44.2885vw,54.055vh) scale(.3279)}to{transform:translate(40.15605vw,99vh) scale(.3279)}}.snow:nth-child(24){opacity:1.4346;transform:translate(95.8841vw,-10px) scale(.7347);animation:fall-24 30s -1s linear infinite}@keyframes fall-24{62.391%{transform:translate(99.678vw,62.391vh) scale(.7347)}to{transform:translate(97.78105vw,99vh) scale(.7347)}}.snow:nth-child(25){opacity:1.6746;transform:translate(10.4296vw,-10px) scale(.3433);animation:fall-25 18s -24s linear infinite}@keyframes fall-25{57.427%{transform:translate(6.7655vw,57.427vh) scale(.3433)}to{transform:translate(8.59755vw,99vh) scale(.3433)}}.snow:nth-child(26){opacity:1.7724;transform:translate(90.6363vw,-10px) scale(.9792);animation:fall-26 23s -19s linear infinite}@keyframes fall-26{47.95%{transform:translate(85.1657vw,47.95vh) scale(.9792)}to{transform:translate(87.901vw,99vh) scale(.9792)}}.snow:nth-child(27){opacity:1.4238;transform:translate(47.6378vw,-10px) scale(.485);animation:fall-27 27s -25s linear infinite}@keyframes fall-27{68.963%{transform:translate(52.514vw,68.963vh) scale(.485)}to{transform:translate(50.0759vw,99vh) scale(.485)}}.snow:nth-child(28){opacity:1.8974;transform:translate(12.6215vw,-10px) scale(.991);animation:fall-28 14s -13s linear infinite}@keyframes fall-28{56.494%{transform:translate(13.5937vw,56.494vh) scale(.991)}to{transform:translate(13.1076vw,99vh) scale(.991)}}.snow:nth-child(29){opacity:1.7898;transform:translate(99.2168vw,-10px) scale(.4814);animation:fall-29 17s -7s linear infinite}@keyframes fall-29{56.146%{transform:translate(105.2424vw,56.146vh) scale(.4814)}to{transform:translate(102.2296vw,99vh) scale(.4814)}}.snow:nth-child(30){opacity:1.1296;transform:translate(77.0446vw,-10px) scale(.0438);animation:fall-30 13s -4s linear infinite}@keyframes fall-30{30.892%{transform:translate(80.49vw,30.892vh) scale(.0438)}to{transform:translate(78.7673vw,99vh) scale(.0438)}}.snow:nth-child(31){opacity:.8056;transform:translate(36.6096vw,-10px) scale(.6517);animation:fall-31 17s -6s linear infinite}@keyframes fall-31{71.405%{transform:translate(38.2118vw,71.405vh) scale(.6517)}to{transform:translate(37.4107vw,99vh) scale(.6517)}}.snow:nth-child(32){opacity:.0066;transform:translate(90.755vw,-10px) scale(.0007);animation:fall-32 19s -13s linear infinite}@keyframes fall-32{32.906%{transform:translate(94.2752vw,32.906vh) scale(.0007)}to{transform:translate(92.5151vw,99vh) scale(.0007)}}.snow:nth-child(33){opacity:1.0812;transform:translate(52.3128vw,-10px) scale(.5558);animation:fall-33 28s -5s linear infinite}@keyframes fall-33{62.044%{transform:translate(52.6065vw,62.044vh) scale(.5558)}to{transform:translate(52.45965vw,99vh) scale(.5558)}}.snow:nth-child(34){opacity:.4278;transform:translate(34.2482vw,-10px) scale(.6928);animation:fall-34 17s -27s linear infinite}@keyframes fall-34{47.556%{transform:translate(33.1867vw,47.556vh) scale(.6928)}to{transform:translate(33.71745vw,99vh) scale(.6928)}}.snow:nth-child(35){opacity:1.5528;transform:translate(29.3611vw,-10px) scale(.7565);animation:fall-35 12s -2s linear infinite}@keyframes fall-35{53.926%{transform:translate(26.8529vw,53.926vh) scale(.7565)}to{transform:translate(28.107vw,99vh) scale(.7565)}}.snow:nth-child(36){opacity:1.766;transform:translate(13.6953vw,-10px) scale(.9686);animation:fall-36 18s -27s linear infinite}@keyframes fall-36{68.726%{transform:translate(18.2332vw,68.726vh) scale(.9686)}to{transform:translate(15.96425vw,99vh) scale(.9686)}}.snow:nth-child(37){opacity:.8552;transform:translate(78.5369vw,-10px) scale(.288);animation:fall-37 12s -3s linear infinite}@keyframes fall-37{46.839%{transform:translate(85.5356vw,46.839vh) scale(.288)}to{transform:translate(82.03625vw,99vh) scale(.288)}}.snow:nth-child(38){opacity:1.9318;transform:translate(55.5729vw,-10px) scale(.3892);animation:fall-38 17s -10s linear infinite}@keyframes fall-38{50.848%{transform:translate(64.1111vw,50.848vh) scale(.3892)}to{transform:translate(59.842vw,99vh) scale(.3892)}}.snow:nth-child(39){opacity:.8344;transform:translate(63.4827vw,-10px) scale(.2869);animation:fall-39 10s -16s linear infinite}@keyframes fall-39{52.385%{transform:translate(65.0328vw,52.385vh) scale(.2869)}to{transform:translate(64.25775vw,99vh) scale(.2869)}}.snow:nth-child(40){opacity:.613;transform:translate(23.8745vw,-10px) scale(.9837);animation:fall-40 30s -2s linear infinite}@keyframes fall-40{53.872%{transform:translate(29.358vw,53.872vh) scale(.9837)}to{transform:translate(26.61625vw,99vh) scale(.9837)}}.snow:nth-child(41){opacity:.3002;transform:translate(47.0508vw,-10px) scale(.0225);animation:fall-41 25s -8s linear infinite}@keyframes fall-41{52.131%{transform:translate(56.2703vw,52.131vh) scale(.0225)}to{transform:translate(51.66055vw,99vh) scale(.0225)}}.snow:nth-child(42){opacity:1.7252;transform:translate(78.5604vw,-10px) scale(.2911);animation:fall-42 12s -29s linear infinite}@keyframes fall-42{36.891%{transform:translate(84.2206vw,36.891vh) scale(.2911)}to{transform:translate(81.3905vw,99vh) scale(.2911)}}.snow:nth-child(43){opacity:1.9126;transform:translate(74.6343vw,-10px) scale(.1764);animation:fall-43 29s -12s linear infinite}@keyframes fall-43{44.965%{transform:translate(80.0417vw,44.965vh) scale(.1764)}to{transform:translate(77.338vw,99vh) scale(.1764)}}.snow:nth-child(44){opacity:.264;transform:translate(65.6141vw,-10px) scale(.5879);animation:fall-44 12s -11s linear infinite}@keyframes fall-44{38.901%{transform:translate(58.2129vw,38.901vh) scale(.5879)}to{transform:translate(61.9135vw,99vh) scale(.5879)}}.snow:nth-child(45){opacity:1.8472;transform:translate(40.7848vw,-10px) scale(.9536);animation:fall-45 22s -4s linear infinite}@keyframes fall-45{36.217%{transform:translate(43.6875vw,36.217vh) scale(.9536)}to{transform:translate(42.23615vw,99vh) scale(.9536)}}.snow:nth-child(46){opacity:.0492;transform:translate(20.4438vw,-10px) scale(.9818);animation:fall-46 14s -17s linear infinite}@keyframes fall-46{64.751%{transform:translate(17.5782vw,64.751vh) scale(.9818)}to{transform:translate(19.011vw,99vh) scale(.9818)}}.snow:nth-child(47){opacity:.3416;transform:translate(53.016vw,-10px) scale(.1589);animation:fall-47 14s -13s linear infinite}@keyframes fall-47{30.628%{transform:translate(49.4979vw,30.628vh) scale(.1589)}to{transform:translate(51.25695vw,99vh) scale(.1589)}}.snow:nth-child(48){opacity:1.0218;transform:translate(60.2234vw,-10px) scale(.0926);animation:fall-48 11s -20s linear infinite}@keyframes fall-48{58.969%{transform:translate(57.7358vw,58.969vh) scale(.0926)}to{transform:translate(58.9796vw,99vh) scale(.0926)}}.snow:nth-child(49){opacity:.5754;transform:translate(13.8609vw,-10px) scale(.2541);animation:fall-49 19s -10s linear infinite}@keyframes fall-49{57.675%{transform:translate(10.53vw,57.675vh) scale(.2541)}to{transform:translate(12.19545vw,99vh) scale(.2541)}}.snow:nth-child(50){opacity:1.8626;transform:translate(9.0311vw,-10px) scale(.0949);animation:fall-50 21s -17s linear infinite}@keyframes fall-50{30.68%{transform:translate(.0991vw,30.68vh) scale(.0949)}to{transform:translate(4.5651vw,99vh) scale(.0949)}}.snow:nth-child(51){opacity:1.2162;transform:translate(11.7892vw,-10px) scale(.9569);animation:fall-51 21s -8s linear infinite}@keyframes fall-51{56.644%{transform:translate(15.4965vw,56.644vh) scale(.9569)}to{transform:translate(13.64285vw,99vh) scale(.9569)}}.snow:nth-child(52){opacity:1.5626;transform:translate(45.764vw,-10px) scale(.7686);animation:fall-52 23s -24s linear infinite}@keyframes fall-52{49.547%{transform:translate(53.3592vw,49.547vh) scale(.7686)}to{transform:translate(49.5616vw,99vh) scale(.7686)}}.snow:nth-child(53){opacity:1.5034;transform:translate(10.9016vw,-10px) scale(.6567);animation:fall-53 26s -5s linear infinite}@keyframes fall-53{30.899%{transform:translate(19.8798vw,30.899vh) scale(.6567)}to{transform:translate(15.3907vw,99vh) scale(.6567)}}.snow:nth-child(54){opacity:1.23;transform:translate(50.77vw,-10px) scale(.5659);animation:fall-54 13s -4s linear infinite}@keyframes fall-54{46.383%{transform:translate(53.019vw,46.383vh) scale(.5659)}to{transform:translate(51.8945vw,99vh) scale(.5659)}}.snow:nth-child(55){opacity:1.6126;transform:translate(60.585vw,-10px) scale(.9054);animation:fall-55 25s -29s linear infinite}@keyframes fall-55{78.701%{transform:translate(67.8795vw,78.701vh) scale(.9054)}to{transform:translate(64.23225vw,99vh) scale(.9054)}}.snow:nth-child(56){opacity:.146;transform:translate(13.4245vw,-10px) scale(.025);animation:fall-56 12s -27s linear infinite}@keyframes fall-56{77.185%{transform:translate(6.6935vw,77.185vh) scale(.025)}to{transform:translate(10.059vw,99vh) scale(.025)}}.snow:nth-child(57){opacity:1.2902;transform:translate(33.8677vw,-10px) scale(.8804);animation:fall-57 20s -27s linear infinite}@keyframes fall-57{51.182%{transform:translate(33.6051vw,51.182vh) scale(.8804)}to{transform:translate(33.7364vw,99vh) scale(.8804)}}.snow:nth-child(58){opacity:.2686;transform:translate(81.9062vw,-10px) scale(.6383);animation:fall-58 19s -9s linear infinite}@keyframes fall-58{39.595%{transform:translate(90.095vw,39.595vh) scale(.6383)}to{transform:translate(86.0006vw,99vh) scale(.6383)}}.snow:nth-child(59){opacity:1.236;transform:translate(49.0945vw,-10px) scale(.9406);animation:fall-59 20s -16s linear infinite}@keyframes fall-59{61.855%{transform:translate(55.0348vw,61.855vh) scale(.9406)}to{transform:translate(52.06465vw,99vh) scale(.9406)}}.snow:nth-child(60){opacity:.392;transform:translate(51.0337vw,-10px) scale(.1031);animation:fall-60 17s -19s linear infinite}@keyframes fall-60{40.451%{transform:translate(47.7923vw,40.451vh) scale(.1031)}to{transform:translate(49.413vw,99vh) scale(.1031)}}.snow:nth-child(61){opacity:.8842;transform:translate(98.7008vw,-10px) scale(.9029);animation:fall-61 23s -30s linear infinite}@keyframes fall-61{56.7%{transform:translate(107.2613vw,56.7vh) scale(.9029)}to{transform:translate(102.98105vw,99vh) scale(.9029)}}.snow:nth-child(62){opacity:.822;transform:translate(54.5926vw,-10px) scale(.0663);animation:fall-62 14s -1s linear infinite}@keyframes fall-62{72.793%{transform:translate(55.6966vw,72.793vh) scale(.0663)}to{transform:translate(55.1446vw,99vh) scale(.0663)}}.snow:nth-child(63){opacity:.8782;transform:translate(58.7218vw,-10px) scale(.4899);animation:fall-63 30s -11s linear infinite}@keyframes fall-63{79.383%{transform:translate(59.1581vw,79.383vh) scale(.4899)}to{transform:translate(58.93995vw,99vh) scale(.4899)}}.snow:nth-child(64){opacity:1.9154;transform:translate(56.5959vw,-10px) scale(.703);animation:fall-64 23s -10s linear infinite}@keyframes fall-64{58.797%{transform:translate(59.729vw,58.797vh) scale(.703)}to{transform:translate(58.16245vw,99vh) scale(.703)}}.snow:nth-child(65){opacity:.4644;transform:translate(17.5167vw,-10px) scale(.0204);animation:fall-65 23s -15s linear infinite}@keyframes fall-65{47.669%{transform:translate(15.4885vw,47.669vh) scale(.0204)}to{transform:translate(16.5026vw,99vh) scale(.0204)}}.snow:nth-child(66){opacity:.4652;transform:translate(39.7673vw,-10px) scale(.2642);animation:fall-66 16s -12s linear infinite}@keyframes fall-66{62.049%{transform:translate(49.0402vw,62.049vh) scale(.2642)}to{transform:translate(44.40375vw,99vh) scale(.2642)}}.snow:nth-child(67){opacity:.5448;transform:translate(82.6523vw,-10px) scale(.4879);animation:fall-67 20s -16s linear infinite}@keyframes fall-67{38.635%{transform:translate(85.9128vw,38.635vh) scale(.4879)}to{transform:translate(84.28255vw,99vh) scale(.4879)}}.snow:nth-child(68){opacity:.9908;transform:translate(46.6212vw,-10px) scale(.2915);animation:fall-68 12s -21s linear infinite}@keyframes fall-68{60.875%{transform:translate(44.755vw,60.875vh) scale(.2915)}to{transform:translate(45.6881vw,99vh) scale(.2915)}}.snow:nth-child(69){opacity:1.8348;transform:translate(6.7335vw,-10px) scale(.2272);animation:fall-69 14s -28s linear infinite}@keyframes fall-69{79.545%{transform:translate(6.2046vw,79.545vh) scale(.2272)}to{transform:translate(6.46905vw,99vh) scale(.2272)}}.snow:nth-child(70){opacity:1.9274;transform:translate(9.3659vw,-10px) scale(.8105);animation:fall-70 22s -29s linear infinite}@keyframes fall-70{64.51%{transform:translate(1.2537vw,64.51vh) scale(.8105)}to{transform:translate(5.3098vw,99vh) scale(.8105)}}.snow:nth-child(71){opacity:1.9128;transform:translate(7.7679vw,-10px) scale(.0514);animation:fall-71 28s -21s linear infinite}@keyframes fall-71{50.27%{transform:translate(6.8536vw,50.27vh) scale(.0514)}to{transform:translate(7.31075vw,99vh) scale(.0514)}}.snow:nth-child(72){opacity:1.265;transform:translate(27.4786vw,-10px) scale(.5645);animation:fall-72 13s -9s linear infinite}@keyframes fall-72{50.653%{transform:translate(31.9203vw,50.653vh) scale(.5645)}to{transform:translate(29.69945vw,99vh) scale(.5645)}}.snow:nth-child(73){opacity:.3486;transform:translate(50.0531vw,-10px) scale(.1743);animation:fall-73 15s -2s linear infinite}@keyframes fall-73{69.262%{transform:translate(57.5227vw,69.262vh) scale(.1743)}to{transform:translate(53.7879vw,99vh) scale(.1743)}}.snow:nth-child(74){opacity:1.8528;transform:translate(14.7729vw,-10px) scale(.9618);animation:fall-74 10s -7s linear infinite}@keyframes fall-74{56.836%{transform:translate(19.8849vw,56.836vh) scale(.9618)}to{transform:translate(17.3289vw,99vh) scale(.9618)}}.snow:nth-child(75){opacity:1.2044;transform:translate(98.1363vw,-10px) scale(.5621);animation:fall-75 23s -26s linear infinite}@keyframes fall-75{32.636%{transform:translate(94.8167vw,32.636vh) scale(.5621)}to{transform:translate(96.4765vw,99vh) scale(.5621)}}.snow:nth-child(76){opacity:.379;transform:translate(30.001vw,-10px) scale(.0175);animation:fall-76 11s -3s linear infinite}@keyframes fall-76{61.228%{transform:translate(22.8137vw,61.228vh) scale(.0175)}to{transform:translate(26.40735vw,99vh) scale(.0175)}}.snow:nth-child(77){opacity:.2894;transform:translate(61.1714vw,-10px) scale(.3427);animation:fall-77 12s -26s linear infinite}@keyframes fall-77{67.994%{transform:translate(64.52vw,67.994vh) scale(.3427)}to{transform:translate(62.8457vw,99vh) scale(.3427)}}.snow:nth-child(78){opacity:.8254;transform:translate(97.0293vw,-10px) scale(.3221);animation:fall-78 15s -11s linear infinite}@keyframes fall-78{49.419%{transform:translate(93.8509vw,49.419vh) scale(.3221)}to{transform:translate(95.4401vw,99vh) scale(.3221)}}.snow:nth-child(79){opacity:.8002;transform:translate(92.279vw,-10px) scale(.9985);animation:fall-79 30s -7s linear infinite}@keyframes fall-79{59.59%{transform:translate(98.5542vw,59.59vh) scale(.9985)}to{transform:translate(95.4166vw,99vh) scale(.9985)}}.snow:nth-child(80){opacity:1.3644;transform:translate(20.2066vw,-10px) scale(.7329);animation:fall-80 16s -4s linear infinite}@keyframes fall-80{35.273%{transform:translate(28.0157vw,35.273vh) scale(.7329)}to{transform:translate(24.11115vw,99vh) scale(.7329)}}.snow:nth-child(81){opacity:1.7092;transform:translate(91.2286vw,-10px) scale(.648);animation:fall-81 18s -3s linear infinite}@keyframes fall-81{42.437%{transform:translate(93.5492vw,42.437vh) scale(.648)}to{transform:translate(92.3889vw,99vh) scale(.648)}}.snow:nth-child(82){opacity:1.8262;transform:translate(33.0568vw,-10px) scale(.3073);animation:fall-82 17s -8s linear infinite}@keyframes fall-82{71.032%{transform:translate(39.6088vw,71.032vh) scale(.3073)}to{transform:translate(36.3328vw,99vh) scale(.3073)}}.snow:nth-child(83){opacity:.8504;transform:translate(73.0533vw,-10px) scale(.9278);animation:fall-83 16s -1s linear infinite}@keyframes fall-83{34.513%{transform:translate(82.5793vw,34.513vh) scale(.9278)}to{transform:translate(77.8163vw,99vh) scale(.9278)}}.snow:nth-child(84){opacity:.8162;transform:translate(61.1447vw,-10px) scale(.8465);animation:fall-84 10s -28s linear infinite}@keyframes fall-84{39.169%{transform:translate(69.7223vw,39.169vh) scale(.8465)}to{transform:translate(65.4335vw,99vh) scale(.8465)}}.snow:nth-child(85){opacity:.3074;transform:translate(68.8098vw,-10px) scale(.5245);animation:fall-85 27s -3s linear infinite}@keyframes fall-85{40.547%{transform:translate(77.349vw,40.547vh) scale(.5245)}to{transform:translate(73.0794vw,99vh) scale(.5245)}}.snow:nth-child(86){opacity:.7146;transform:translate(38.0621vw,-10px) scale(.5166);animation:fall-86 21s -10s linear infinite}@keyframes fall-86{78.624%{transform:translate(37.4868vw,78.624vh) scale(.5166)}to{transform:translate(37.77445vw,99vh) scale(.5166)}}.snow:nth-child(87){opacity:1.7638;transform:translate(27.9319vw,-10px) scale(.2477);animation:fall-87 21s -1s linear infinite}@keyframes fall-87{46.47%{transform:translate(23.9225vw,46.47vh) scale(.2477)}to{transform:translate(25.9272vw,99vh) scale(.2477)}}.snow:nth-child(88){opacity:1.26;transform:translate(40.6657vw,-10px) scale(.6468);animation:fall-88 12s -5s linear infinite}@keyframes fall-88{37.179%{transform:translate(37.1402vw,37.179vh) scale(.6468)}to{transform:translate(38.90295vw,99vh) scale(.6468)}}.snow:nth-child(89){opacity:1.595;transform:translate(86.0616vw,-10px) scale(.2235);animation:fall-89 23s -12s linear infinite}@keyframes fall-89{64.175%{transform:translate(84.1271vw,64.175vh) scale(.2235)}to{transform:translate(85.09435vw,99vh) scale(.2235)}}.snow:nth-child(90){opacity:1.8016;transform:translate(78.2147vw,-10px) scale(.575);animation:fall-90 14s -8s linear infinite}@keyframes fall-90{59.987%{transform:translate(70.9529vw,59.987vh) scale(.575)}to{transform:translate(74.5838vw,99vh) scale(.575)}}.snow:nth-child(91){opacity:.747;transform:translate(22.8727vw,-10px) scale(.8344);animation:fall-91 14s -2s linear infinite}@keyframes fall-91{69.629%{transform:translate(28.9369vw,69.629vh) scale(.8344)}to{transform:translate(25.9048vw,99vh) scale(.8344)}}.snow:nth-child(92){opacity:1.8428;transform:translate(14.5303vw,-10px) scale(.8303);animation:fall-92 10s -25s linear infinite}@keyframes fall-92{46.574%{transform:translate(16.5492vw,46.574vh) scale(.8303)}to{transform:translate(15.53975vw,99vh) scale(.8303)}}.snow:nth-child(93){opacity:1.2794;transform:translate(79.0715vw,-10px) scale(.5711);animation:fall-93 26s -9s linear infinite}@keyframes fall-93{58.504%{transform:translate(76.3428vw,58.504vh) scale(.5711)}to{transform:translate(77.70715vw,99vh) scale(.5711)}}.snow:nth-child(94){opacity:.7026;transform:translate(76.6083vw,-10px) scale(.409);animation:fall-94 24s -3s linear infinite}@keyframes fall-94{38.575%{transform:translate(69.1076vw,38.575vh) scale(.409)}to{transform:translate(72.85795vw,99vh) scale(.409)}}.snow:nth-child(95){opacity:1.7084;transform:translate(96.4285vw,-10px) scale(.7699);animation:fall-95 22s -23s linear infinite}@keyframes fall-95{65.523%{transform:translate(105.5199vw,65.523vh) scale(.7699)}to{transform:translate(100.9742vw,99vh) scale(.7699)}}.snow:nth-child(96){opacity:.5556;transform:translate(27.4853vw,-10px) scale(.7956);animation:fall-96 22s -14s linear infinite}@keyframes fall-96{32.929%{transform:translate(33.0076vw,32.929vh) scale(.7956)}to{transform:translate(30.24645vw,99vh) scale(.7956)}}.snow:nth-child(97){opacity:1.7714;transform:translate(9.746vw,-10px) scale(.8571);animation:fall-97 20s -22s linear infinite}@keyframes fall-97{66.034%{transform:translate(15.6917vw,66.034vh) scale(.8571)}to{transform:translate(12.71885vw,99vh) scale(.8571)}}.snow:nth-child(98){opacity:.9488;transform:translate(42.163vw,-10px) scale(.064);animation:fall-98 15s -16s linear infinite}@keyframes fall-98{60.779%{transform:translate(35.7378vw,60.779vh) scale(.064)}to{transform:translate(38.9504vw,99vh) scale(.064)}}.snow:nth-child(99){opacity:1.2628;transform:translate(6.437vw,-10px) scale(.0635);animation:fall-99 18s -10s linear infinite}@keyframes fall-99{72.696%{transform:translate(1.4978vw,72.696vh) scale(.0635)}to{transform:translate(3.9674vw,99vh) scale(.0635)}}.snow:nth-child(100){opacity:1.485;transform:translate(41.9322vw,-10px) scale(.7116);animation:fall-100 22s -2s linear infinite}@keyframes fall-100{75.774%{transform:translate(41.4509vw,75.774vh) scale(.7116)}to{transform:translate(41.69155vw,99vh) scale(.7116)}}.snow:nth-child(101){opacity:1.665;transform:translate(66.8293vw,-10px) scale(.7577);animation:fall-101 18s -21s linear infinite}@keyframes fall-101{60.97%{transform:translate(64.9548vw,60.97vh) scale(.7577)}to{transform:translate(65.89205vw,99vh) scale(.7577)}}.snow:nth-child(102){opacity:1.2792;transform:translate(93.8606vw,-10px) scale(.1048);animation:fall-102 18s -17s linear infinite}@keyframes fall-102{50.243%{transform:translate(89.5777vw,50.243vh) scale(.1048)}to{transform:translate(91.71915vw,99vh) scale(.1048)}}.snow:nth-child(103){opacity:1.9904;transform:translate(84.621vw,-10px) scale(.6459);animation:fall-103 18s -9s linear infinite}@keyframes fall-103{46.146%{transform:translate(92.8411vw,46.146vh) scale(.6459)}to{transform:translate(88.73105vw,99vh) scale(.6459)}}.snow:nth-child(104){opacity:.7384;transform:translate(58.3677vw,-10px) scale(.659);animation:fall-104 24s -10s linear infinite}@keyframes fall-104{49.182%{transform:translate(58.2728vw,49.182vh) scale(.659)}to{transform:translate(58.32025vw,99vh) scale(.659)}}.snow:nth-child(105){opacity:1.3532;transform:translate(88.6568vw,-10px) scale(.0963);animation:fall-105 14s -11s linear infinite}@keyframes fall-105{75.025%{transform:translate(85.4658vw,75.025vh) scale(.0963)}to{transform:translate(87.0613vw,99vh) scale(.0963)}}.snow:nth-child(106){opacity:1.7306;transform:translate(33.1065vw,-10px) scale(.4205);animation:fall-106 18s -15s linear infinite}@keyframes fall-106{57.632%{transform:translate(34.5055vw,57.632vh) scale(.4205)}to{transform:translate(33.806vw,99vh) scale(.4205)}}.snow:nth-child(107){opacity:1.4192;transform:translate(73.8168vw,-10px) scale(.4007);animation:fall-107 19s -17s linear infinite}@keyframes fall-107{60.79%{transform:translate(77.9303vw,60.79vh) scale(.4007)}to{transform:translate(75.87355vw,99vh) scale(.4007)}}.snow:nth-child(108){opacity:.739;transform:translate(81.2195vw,-10px) scale(.5288);animation:fall-108 22s -15s linear infinite}@keyframes fall-108{53.376%{transform:translate(88.9358vw,53.376vh) scale(.5288)}to{transform:translate(85.07765vw,99vh) scale(.5288)}}.snow:nth-child(109){opacity:1.2906;transform:translate(29.0665vw,-10px) scale(.3465);animation:fall-109 27s -21s linear infinite}@keyframes fall-109{37.663%{transform:translate(37.4268vw,37.663vh) scale(.3465)}to{transform:translate(33.24665vw,99vh) scale(.3465)}}.snow:nth-child(110){opacity:.4998;transform:translate(3.9328vw,-10px) scale(.4869);animation:fall-110 20s -17s linear infinite}@keyframes fall-110{52.712%{transform:translate(9.4491vw,52.712vh) scale(.4869)}to{transform:translate(6.69095vw,99vh) scale(.4869)}}.snow:nth-child(111){opacity:1.94;transform:translate(62.6609vw,-10px) scale(.4904);animation:fall-111 26s -16s linear infinite}@keyframes fall-111{78.076%{transform:translate(58.6391vw,78.076vh) scale(.4904)}to{transform:translate(60.65vw,99vh) scale(.4904)}}.snow:nth-child(112){opacity:.8738;transform:translate(58.3272vw,-10px) scale(.5896);animation:fall-112 10s -7s linear infinite}@keyframes fall-112{44.006%{transform:translate(56.8049vw,44.006vh) scale(.5896)}to{transform:translate(57.56605vw,99vh) scale(.5896)}}.snow:nth-child(113){opacity:.725;transform:translate(42.5846vw,-10px) scale(.3547);animation:fall-113 21s -5s linear infinite}@keyframes fall-113{59.649%{transform:translate(48.7984vw,59.649vh) scale(.3547)}to{transform:translate(45.6915vw,99vh) scale(.3547)}}.snow:nth-child(114){opacity:1.135;transform:translate(87.1699vw,-10px) scale(.8641);animation:fall-114 28s -16s linear infinite}@keyframes fall-114{65.231%{transform:translate(85.6764vw,65.231vh) scale(.8641)}to{transform:translate(86.42315vw,99vh) scale(.8641)}}.snow:nth-child(115){opacity:.807;transform:translate(45.205vw,-10px) scale(.7707);animation:fall-115 21s -12s linear infinite}@keyframes fall-115{68.33%{transform:translate(44.762vw,68.33vh) scale(.7707)}to{transform:translate(44.9835vw,99vh) scale(.7707)}}.snow:nth-child(116){opacity:.726;transform:translate(12.2331vw,-10px) scale(.473);animation:fall-116 20s -18s linear infinite}@keyframes fall-116{79.241%{transform:translate(6.8393vw,79.241vh) scale(.473)}to{transform:translate(9.5362vw,99vh) scale(.473)}}.snow:nth-child(117){opacity:1.6398;transform:translate(30.1488vw,-10px) scale(.9617);animation:fall-117 29s -26s linear infinite}@keyframes fall-117{75.742%{transform:translate(37.5602vw,75.742vh) scale(.9617)}to{transform:translate(33.8545vw,99vh) scale(.9617)}}.snow:nth-child(118){opacity:1.7258;transform:translate(66.4148vw,-10px) scale(.9068);animation:fall-118 27s -15s linear infinite}@keyframes fall-118{41.877%{transform:translate(66.7241vw,41.877vh) scale(.9068)}to{transform:translate(66.56945vw,99vh) scale(.9068)}}.snow:nth-child(119){opacity:.7334;transform:translate(21.3363vw,-10px) scale(.5554);animation:fall-119 17s -18s linear infinite}@keyframes fall-119{57.209%{transform:translate(14.7111vw,57.209vh) scale(.5554)}to{transform:translate(18.0237vw,99vh) scale(.5554)}}.snow:nth-child(120){opacity:.023;transform:translate(11.6161vw,-10px) scale(.5515);animation:fall-120 27s -15s linear infinite}@keyframes fall-120{40.166%{transform:translate(11.0849vw,40.166vh) scale(.5515)}to{transform:translate(11.3505vw,99vh) scale(.5515)}}.snow:nth-child(121){opacity:.6922;transform:translate(84.734vw,-10px) scale(.9655);animation:fall-121 19s -24s linear infinite}@keyframes fall-121{54.731%{transform:translate(93.5863vw,54.731vh) scale(.9655)}to{transform:translate(89.16015vw,99vh) scale(.9655)}}.snow:nth-child(122){opacity:.1242;transform:translate(62.504vw,-10px) scale(.3263);animation:fall-122 17s -5s linear infinite}@keyframes fall-122{37.978%{transform:translate(54.5313vw,37.978vh) scale(.3263)}to{transform:translate(58.51765vw,99vh) scale(.3263)}}.snow:nth-child(123){opacity:.878;transform:translate(79.8893vw,-10px) scale(.2847);animation:fall-123 18s -30s linear infinite}@keyframes fall-123{34.889%{transform:translate(72.9043vw,34.889vh) scale(.2847)}to{transform:translate(76.3968vw,99vh) scale(.2847)}}.snow:nth-child(124){opacity:1.8318;transform:translate(76.9021vw,-10px) scale(.1233);animation:fall-124 18s -28s linear infinite}@keyframes fall-124{47.07%{transform:translate(83.0634vw,47.07vh) scale(.1233)}to{transform:translate(79.98275vw,99vh) scale(.1233)}}.snow:nth-child(125){opacity:1.766;transform:translate(57.8396vw,-10px) scale(.8789);animation:fall-125 30s -23s linear infinite}@keyframes fall-125{77.754%{transform:translate(50.2871vw,77.754vh) scale(.8789)}to{transform:translate(54.06335vw,99vh) scale(.8789)}}.snow:nth-child(126){opacity:.3178;transform:translate(73.1491vw,-10px) scale(.1045);animation:fall-126 28s -9s linear infinite}@keyframes fall-126{73.304%{transform:translate(73.7235vw,73.304vh) scale(.1045)}to{transform:translate(73.4363vw,99vh) scale(.1045)}}.snow:nth-child(127){opacity:1.6184;transform:translate(2.7583vw,-10px) scale(.1293);animation:fall-127 15s -8s linear infinite}@keyframes fall-127{79.334%{transform:translate(-6.4491vw,79.334vh) scale(.1293)}to{transform:translate(-1.8454vw,99vh) scale(.1293)}}.snow:nth-child(128){opacity:.1742;transform:translate(24.5376vw,-10px) scale(.2173);animation:fall-128 13s -3s linear infinite}@keyframes fall-128{41.732%{transform:translate(29.163vw,41.732vh) scale(.2173)}to{transform:translate(26.8503vw,99vh) scale(.2173)}}.snow:nth-child(129){opacity:1.8006;transform:translate(57.9882vw,-10px) scale(.8389);animation:fall-129 20s -14s linear infinite}@keyframes fall-129{67.849%{transform:translate(52.0516vw,67.849vh) scale(.8389)}to{transform:translate(55.0199vw,99vh) scale(.8389)}}.snow:nth-child(130){opacity:1.2224;transform:translate(98.2074vw,-10px) scale(.3028);animation:fall-130 19s -8s linear infinite}@keyframes fall-130{53.529%{transform:translate(107.6854vw,53.529vh) scale(.3028)}to{transform:translate(102.9464vw,99vh) scale(.3028)}}.snow:nth-child(131){opacity:1.4256;transform:translate(24.9857vw,-10px) scale(.6231);animation:fall-131 26s -11s linear infinite}@keyframes fall-131{30.45%{transform:translate(22.4951vw,30.45vh) scale(.6231)}to{transform:translate(23.7404vw,99vh) scale(.6231)}}.snow:nth-child(132){opacity:.0244;transform:translate(77.8812vw,-10px) scale(.2566);animation:fall-132 13s -27s linear infinite}@keyframes fall-132{71.527%{transform:translate(83.4791vw,71.527vh) scale(.2566)}to{transform:translate(80.68015vw,99vh) scale(.2566)}}.snow:nth-child(133){opacity:1.0652;transform:translate(37.6959vw,-10px) scale(.1554);animation:fall-133 11s -18s linear infinite}@keyframes fall-133{79.621%{transform:translate(43.0358vw,79.621vh) scale(.1554)}to{transform:translate(40.36585vw,99vh) scale(.1554)}}.snow:nth-child(134){opacity:1.3506;transform:translate(63.6232vw,-10px) scale(.276);animation:fall-134 12s -24s linear infinite}@keyframes fall-134{33.406%{transform:translate(67.0372vw,33.406vh) scale(.276)}to{transform:translate(65.3302vw,99vh) scale(.276)}}.snow:nth-child(135){opacity:1.137;transform:translate(85.0636vw,-10px) scale(.3879);animation:fall-135 11s -3s linear infinite}@keyframes fall-135{60.46%{transform:translate(88.3369vw,60.46vh) scale(.3879)}to{transform:translate(86.70025vw,99vh) scale(.3879)}}.snow:nth-child(136){opacity:.4716;transform:translate(37.0002vw,-10px) scale(.2221);animation:fall-136 13s -25s linear infinite}@keyframes fall-136{65.251%{transform:translate(39.1739vw,65.251vh) scale(.2221)}to{transform:translate(38.08705vw,99vh) scale(.2221)}}.snow:nth-child(137){opacity:.0944;transform:translate(40.8726vw,-10px) scale(.9484);animation:fall-137 23s -4s linear infinite}@keyframes fall-137{42.725%{transform:translate(40.0318vw,42.725vh) scale(.9484)}to{transform:translate(40.4522vw,99vh) scale(.9484)}}.snow:nth-child(138){opacity:1.2646;transform:translate(35.8601vw,-10px) scale(.4902);animation:fall-138 13s -16s linear infinite}@keyframes fall-138{32.611%{transform:translate(37.7294vw,32.611vh) scale(.4902)}to{transform:translate(36.79475vw,99vh) scale(.4902)}}.snow:nth-child(139){opacity:.2138;transform:translate(71.2718vw,-10px) scale(.4724);animation:fall-139 14s -20s linear infinite}@keyframes fall-139{56.293%{transform:translate(67.9676vw,56.293vh) scale(.4724)}to{transform:translate(69.6197vw,99vh) scale(.4724)}}.snow:nth-child(140){opacity:.3394;transform:translate(26.2843vw,-10px) scale(.3562);animation:fall-140 22s -10s linear infinite}@keyframes fall-140{35.972%{transform:translate(32.9002vw,35.972vh) scale(.3562)}to{transform:translate(29.59225vw,99vh) scale(.3562)}}.snow:nth-child(141){opacity:1.9378;transform:translate(58.5784vw,-10px) scale(.3015);animation:fall-141 12s -10s linear infinite}@keyframes fall-141{65.629%{transform:translate(63.5637vw,65.629vh) scale(.3015)}to{transform:translate(61.07105vw,99vh) scale(.3015)}}.snow:nth-child(142){opacity:.6514;transform:translate(7.2461vw,-10px) scale(.0379);animation:fall-142 27s -21s linear infinite}@keyframes fall-142{39.325%{transform:translate(13.3652vw,39.325vh) scale(.0379)}to{transform:translate(10.30565vw,99vh) scale(.0379)}}.snow:nth-child(143){opacity:.3564;transform:translate(52.9592vw,-10px) scale(.504);animation:fall-143 19s -18s linear infinite}@keyframes fall-143{53.115%{transform:translate(54.264vw,53.115vh) scale(.504)}to{transform:translate(53.6116vw,99vh) scale(.504)}}.snow:nth-child(144){opacity:1.0614;transform:translate(86.782vw,-10px) scale(.132);animation:fall-144 10s -21s linear infinite}@keyframes fall-144{65.965%{transform:translate(84.8236vw,65.965vh) scale(.132)}to{transform:translate(85.8028vw,99vh) scale(.132)}}.snow:nth-child(145){opacity:.8012;transform:translate(64.8304vw,-10px) scale(.7339);animation:fall-145 27s -13s linear infinite}@keyframes fall-145{33.004%{transform:translate(69.7662vw,33.004vh) scale(.7339)}to{transform:translate(67.2983vw,99vh) scale(.7339)}}.snow:nth-child(146){opacity:.6724;transform:translate(77.7383vw,-10px) scale(.0559);animation:fall-146 11s -10s linear infinite}@keyframes fall-146{55.695%{transform:translate(71.2266vw,55.695vh) scale(.0559)}to{transform:translate(74.48245vw,99vh) scale(.0559)}}.snow:nth-child(147){opacity:1.104;transform:translate(82.1969vw,-10px) scale(.4214);animation:fall-147 18s -4s linear infinite}@keyframes fall-147{47.789%{transform:translate(88.9913vw,47.789vh) scale(.4214)}to{transform:translate(85.5941vw,99vh) scale(.4214)}}.snow:nth-child(148){opacity:.277;transform:translate(84.9016vw,-10px) scale(.3026);animation:fall-148 13s -17s linear infinite}@keyframes fall-148{54.306%{transform:translate(80.2176vw,54.306vh) scale(.3026)}to{transform:translate(82.5596vw,99vh) scale(.3026)}}.snow:nth-child(149){opacity:.1834;transform:translate(47.545vw,-10px) scale(.3426);animation:fall-149 30s -14s linear infinite}@keyframes fall-149{66.135%{transform:translate(44.8618vw,66.135vh) scale(.3426)}to{transform:translate(46.2034vw,99vh) scale(.3426)}}.snow:nth-child(150){opacity:1.0732;transform:translate(35.2355vw,-10px) scale(.1404);animation:fall-150 11s -21s linear infinite}@keyframes fall-150{37.533%{transform:translate(27.8926vw,37.533vh) scale(.1404)}to{transform:translate(31.56405vw,99vh) scale(.1404)}}.snow:nth-child(151){opacity:1.784;transform:translate(19.5599vw,-10px) scale(.8625);animation:fall-151 20s -3s linear infinite}@keyframes fall-151{78.838%{transform:translate(27.4948vw,78.838vh) scale(.8625)}to{transform:translate(23.52735vw,99vh) scale(.8625)}}.snow:nth-child(152){opacity:.4476;transform:translate(42.3124vw,-10px) scale(.9841);animation:fall-152 18s -23s linear infinite}@keyframes fall-152{76.958%{transform:translate(41.6199vw,76.958vh) scale(.9841)}to{transform:translate(41.96615vw,99vh) scale(.9841)}}.snow:nth-child(153){opacity:.4592;transform:translate(93.2676vw,-10px) scale(.6521);animation:fall-153 16s -16s linear infinite}@keyframes fall-153{74.828%{transform:translate(103.1108vw,74.828vh) scale(.6521)}to{transform:translate(98.1892vw,99vh) scale(.6521)}}.snow:nth-child(154){opacity:.0512;transform:translate(.0809vw,-10px) scale(.2885);animation:fall-154 30s -4s linear infinite}@keyframes fall-154{69.223%{transform:translate(8.1358vw,69.223vh) scale(.2885)}to{transform:translate(4.10835vw,99vh) scale(.2885)}}.snow:nth-child(155){opacity:1.9446;transform:translate(57.7957vw,-10px) scale(.8635);animation:fall-155 11s -10s linear infinite}@keyframes fall-155{42.569%{transform:translate(60.7517vw,42.569vh) scale(.8635)}to{transform:translate(59.2737vw,99vh) scale(.8635)}}.snow:nth-child(156){opacity:1.8362;transform:translate(98.1782vw,-10px) scale(.1992);animation:fall-156 25s -1s linear infinite}@keyframes fall-156{64.913%{transform:translate(97.4017vw,64.913vh) scale(.1992)}to{transform:translate(97.78995vw,99vh) scale(.1992)}}.snow:nth-child(157){opacity:1.1794;transform:translate(79.285vw,-10px) scale(.1454);animation:fall-157 16s -5s linear infinite}@keyframes fall-157{44.558%{transform:translate(81.2718vw,44.558vh) scale(.1454)}to{transform:translate(80.2784vw,99vh) scale(.1454)}}.snow:nth-child(158){opacity:.1876;transform:translate(57.7295vw,-10px) scale(.8027);animation:fall-158 11s -1s linear infinite}@keyframes fall-158{30.468%{transform:translate(67.3769vw,30.468vh) scale(.8027)}to{transform:translate(62.5532vw,99vh) scale(.8027)}}.snow:nth-child(159){opacity:.5286;transform:translate(77.0193vw,-10px) scale(.6699);animation:fall-159 24s -15s linear infinite}@keyframes fall-159{52.15%{transform:translate(86.3408vw,52.15vh) scale(.6699)}to{transform:translate(81.68005vw,99vh) scale(.6699)}}.snow:nth-child(160){opacity:.6586;transform:translate(93.5732vw,-10px) scale(.7476);animation:fall-160 15s -3s linear infinite}@keyframes fall-160{43.131%{transform:translate(85.2538vw,43.131vh) scale(.7476)}to{transform:translate(89.4135vw,99vh) scale(.7476)}}.snow:nth-child(161){opacity:.5328;transform:translate(75.5139vw,-10px) scale(.5972);animation:fall-161 17s -4s linear infinite}@keyframes fall-161{40.877%{transform:translate(73.372vw,40.877vh) scale(.5972)}to{transform:translate(74.44295vw,99vh) scale(.5972)}}.snow:nth-child(162){opacity:.8362;transform:translate(83.9272vw,-10px) scale(.2111);animation:fall-162 27s -12s linear infinite}@keyframes fall-162{68.541%{transform:translate(87.5133vw,68.541vh) scale(.2111)}to{transform:translate(85.72025vw,99vh) scale(.2111)}}.snow:nth-child(163){opacity:1.7234;transform:translate(72.0668vw,-10px) scale(.6886);animation:fall-163 14s -18s linear infinite}@keyframes fall-163{67.667%{transform:translate(67.9217vw,67.667vh) scale(.6886)}to{transform:translate(69.99425vw,99vh) scale(.6886)}}.snow:nth-child(164){opacity:.5066;transform:translate(61.1864vw,-10px) scale(.3902);animation:fall-164 12s -12s linear infinite}@keyframes fall-164{33.251%{transform:translate(64.4861vw,33.251vh) scale(.3902)}to{transform:translate(62.83625vw,99vh) scale(.3902)}}.snow:nth-child(165){opacity:.7338;transform:translate(64.6176vw,-10px) scale(.2303);animation:fall-165 19s -21s linear infinite}@keyframes fall-165{64.275%{transform:translate(58.7621vw,64.275vh) scale(.2303)}to{transform:translate(61.68985vw,99vh) scale(.2303)}}.snow:nth-child(166){opacity:1.4472;transform:translate(6.2334vw,-10px) scale(.5582);animation:fall-166 17s -27s linear infinite}@keyframes fall-166{34.715%{transform:translate(-2.1296vw,34.715vh) scale(.5582)}to{transform:translate(2.0519vw,99vh) scale(.5582)}}.snow:nth-child(167){opacity:.272;transform:translate(81.978vw,-10px) scale(.4749);animation:fall-167 11s -28s linear infinite}@keyframes fall-167{42.481%{transform:translate(91.775vw,42.481vh) scale(.4749)}to{transform:translate(86.8765vw,99vh) scale(.4749)}}.snow:nth-child(168){opacity:.5286;transform:translate(66.0311vw,-10px) scale(.082);animation:fall-168 13s -14s linear infinite}@keyframes fall-168{42.131%{transform:translate(60.738vw,42.131vh) scale(.082)}to{transform:translate(63.38455vw,99vh) scale(.082)}}.snow:nth-child(169){opacity:.0182;transform:translate(47.0842vw,-10px) scale(.5609);animation:fall-169 25s -28s linear infinite}@keyframes fall-169{44.933%{transform:translate(51.7147vw,44.933vh) scale(.5609)}to{transform:translate(49.39945vw,99vh) scale(.5609)}}.snow:nth-child(170){opacity:1.0758;transform:translate(55.8277vw,-10px) scale(.0477);animation:fall-170 29s -24s linear infinite}@keyframes fall-170{70.331%{transform:translate(62.8652vw,70.331vh) scale(.0477)}to{transform:translate(59.34645vw,99vh) scale(.0477)}}.snow:nth-child(171){opacity:1.9938;transform:translate(36.4202vw,-10px) scale(.0091);animation:fall-171 16s -2s linear infinite}@keyframes fall-171{35.382%{transform:translate(26.7515vw,35.382vh) scale(.0091)}to{transform:translate(31.58585vw,99vh) scale(.0091)}}.snow:nth-child(172){opacity:.1322;transform:translate(81.4721vw,-10px) scale(.5785);animation:fall-172 11s -16s linear infinite}@keyframes fall-172{54.538%{transform:translate(78.0722vw,54.538vh) scale(.5785)}to{transform:translate(79.77215vw,99vh) scale(.5785)}}.snow:nth-child(173){opacity:.1254;transform:translate(16.7907vw,-10px) scale(.573);animation:fall-173 12s -29s linear infinite}@keyframes fall-173{58.841%{transform:translate(13.1133vw,58.841vh) scale(.573)}to{transform:translate(14.952vw,99vh) scale(.573)}}.snow:nth-child(174){opacity:.9824;transform:translate(17.5955vw,-10px) scale(.5168);animation:fall-174 10s -23s linear infinite}@keyframes fall-174{31.348%{transform:translate(18.0349vw,31.348vh) scale(.5168)}to{transform:translate(17.8152vw,99vh) scale(.5168)}}.snow:nth-child(175){opacity:.674;transform:translate(32.7753vw,-10px) scale(.8364);animation:fall-175 11s -27s linear infinite}@keyframes fall-175{59.561%{transform:translate(40.437vw,59.561vh) scale(.8364)}to{transform:translate(36.60615vw,99vh) scale(.8364)}}.snow:nth-child(176){opacity:1.9656;transform:translate(64.8273vw,-10px) scale(.9283);animation:fall-176 19s -16s linear infinite}@keyframes fall-176{36.828%{transform:translate(68.7908vw,36.828vh) scale(.9283)}to{transform:translate(66.80905vw,99vh) scale(.9283)}}.snow:nth-child(177){opacity:.4384;transform:translate(33.9965vw,-10px) scale(.8398);animation:fall-177 19s -5s linear infinite}@keyframes fall-177{40.514%{transform:translate(27.5083vw,40.514vh) scale(.8398)}to{transform:translate(30.7524vw,99vh) scale(.8398)}}.snow:nth-child(178){opacity:1.7366;transform:translate(72.0443vw,-10px) scale(.944);animation:fall-178 15s -1s linear infinite}@keyframes fall-178{48.353%{transform:translate(75.493vw,48.353vh) scale(.944)}to{transform:translate(73.76865vw,99vh) scale(.944)}}.snow:nth-child(179){opacity:1.2098;transform:translate(39.7187vw,-10px) scale(.6249);animation:fall-179 28s -28s linear infinite}@keyframes fall-179{58.465%{transform:translate(32.3556vw,58.465vh) scale(.6249)}to{transform:translate(36.03715vw,99vh) scale(.6249)}}.snow:nth-child(180){opacity:1.841;transform:translate(51.922vw,-10px) scale(.5947);animation:fall-180 10s -30s linear infinite}@keyframes fall-180{69.163%{transform:translate(50.5282vw,69.163vh) scale(.5947)}to{transform:translate(51.2251vw,99vh) scale(.5947)}}.snow:nth-child(181){opacity:1.6794;transform:translate(80.8833vw,-10px) scale(.1858);animation:fall-181 16s -5s linear infinite}@keyframes fall-181{57.028%{transform:translate(73.5748vw,57.028vh) scale(.1858)}to{transform:translate(77.22905vw,99vh) scale(.1858)}}.snow:nth-child(182){opacity:.5182;transform:translate(20.5214vw,-10px) scale(.9636);animation:fall-182 15s -22s linear infinite}@keyframes fall-182{79.115%{transform:translate(18.3655vw,79.115vh) scale(.9636)}to{transform:translate(19.44345vw,99vh) scale(.9636)}}.snow:nth-child(183){opacity:.658;transform:translate(8.221vw,-10px) scale(.4418);animation:fall-183 24s -30s linear infinite}@keyframes fall-183{50.822%{transform:translate(9.8955vw,50.822vh) scale(.4418)}to{transform:translate(9.05825vw,99vh) scale(.4418)}}.snow:nth-child(184){opacity:1.1612;transform:translate(81.7442vw,-10px) scale(.4427);animation:fall-184 17s -11s linear infinite}@keyframes fall-184{54.628%{transform:translate(76.7461vw,54.628vh) scale(.4427)}to{transform:translate(79.24515vw,99vh) scale(.4427)}}.snow:nth-child(185){opacity:1.748;transform:translate(56.661vw,-10px) scale(.7869);animation:fall-185 27s -6s linear infinite}@keyframes fall-185{70.521%{transform:translate(59.9833vw,70.521vh) scale(.7869)}to{transform:translate(58.32215vw,99vh) scale(.7869)}}.snow:nth-child(186){opacity:1.4538;transform:translate(12.817vw,-10px) scale(.1219);animation:fall-186 24s -8s linear infinite}@keyframes fall-186{78.252%{transform:translate(15.8458vw,78.252vh) scale(.1219)}to{transform:translate(14.3314vw,99vh) scale(.1219)}}.snow:nth-child(187){opacity:1.0166;transform:translate(35.9831vw,-10px) scale(.3723);animation:fall-187 10s -24s linear infinite}@keyframes fall-187{35.45%{transform:translate(32.947vw,35.45vh) scale(.3723)}to{transform:translate(34.46505vw,99vh) scale(.3723)}}.snow:nth-child(188){opacity:1.3122;transform:translate(45.2894vw,-10px) scale(.2001);animation:fall-188 11s -4s linear infinite}@keyframes fall-188{40.929%{transform:translate(51.599vw,40.929vh) scale(.2001)}to{transform:translate(48.4442vw,99vh) scale(.2001)}}.snow:nth-child(189){opacity:.345;transform:translate(13.4027vw,-10px) scale(.5209);animation:fall-189 19s -15s linear infinite}@keyframes fall-189{71.188%{transform:translate(19.7769vw,71.188vh) scale(.5209)}to{transform:translate(16.5898vw,99vh) scale(.5209)}}.snow:nth-child(190){opacity:1.6612;transform:translate(75.2613vw,-10px) scale(.8959);animation:fall-190 30s -9s linear infinite}@keyframes fall-190{66.896%{transform:translate(82.8446vw,66.896vh) scale(.8959)}to{transform:translate(79.05295vw,99vh) scale(.8959)}}.snow:nth-child(191){opacity:1.9962;transform:translate(83.3068vw,-10px) scale(.8127);animation:fall-191 10s -21s linear infinite}@keyframes fall-191{53.462%{transform:translate(81.0504vw,53.462vh) scale(.8127)}to{transform:translate(82.1786vw,99vh) scale(.8127)}}.snow:nth-child(192){opacity:1.4622;transform:translate(68.0296vw,-10px) scale(.9849);animation:fall-192 14s -19s linear infinite}@keyframes fall-192{39.167%{transform:translate(75.357vw,39.167vh) scale(.9849)}to{transform:translate(71.6933vw,99vh) scale(.9849)}}.snow:nth-child(193){opacity:.2062;transform:translate(64.4218vw,-10px) scale(.2556);animation:fall-193 13s -11s linear infinite}@keyframes fall-193{64.786%{transform:translate(58.5627vw,64.786vh) scale(.2556)}to{transform:translate(61.49225vw,99vh) scale(.2556)}}.snow:nth-child(194){opacity:.7712;transform:translate(60.2291vw,-10px) scale(.313);animation:fall-194 20s -20s linear infinite}@keyframes fall-194{51.661%{transform:translate(60.0291vw,51.661vh) scale(.313)}to{transform:translate(60.1291vw,99vh) scale(.313)}}.snow:nth-child(195){opacity:1.5756;transform:translate(75.4923vw,-10px) scale(.7071);animation:fall-195 21s -1s linear infinite}@keyframes fall-195{74.494%{transform:translate(68.7408vw,74.494vh) scale(.7071)}to{transform:translate(72.11655vw,99vh) scale(.7071)}}.snow:nth-child(196){opacity:.5488;transform:translate(69.247vw,-10px) scale(.2212);animation:fall-196 10s -2s linear infinite}@keyframes fall-196{71.735%{transform:translate(73.4174vw,71.735vh) scale(.2212)}to{transform:translate(71.3322vw,99vh) scale(.2212)}}.snow:nth-child(197){opacity:.245;transform:translate(26.3845vw,-10px) scale(.4119);animation:fall-197 14s -23s linear infinite}@keyframes fall-197{39.668%{transform:translate(28.0703vw,39.668vh) scale(.4119)}to{transform:translate(27.2274vw,99vh) scale(.4119)}}.snow:nth-child(198){opacity:1.2966;transform:translate(37.6054vw,-10px) scale(.9484);animation:fall-198 27s -19s linear infinite}@keyframes fall-198{47.564%{transform:translate(39.2714vw,47.564vh) scale(.9484)}to{transform:translate(38.4384vw,99vh) scale(.9484)}}.snow:nth-child(199){opacity:.1154;transform:translate(78.7984vw,-10px) scale(.1005);animation:fall-199 14s -17s linear infinite}@keyframes fall-199{63.845%{transform:translate(77.0283vw,63.845vh) scale(.1005)}to{transform:translate(77.91335vw,99vh) scale(.1005)}}.snow:nth-child(200){opacity:.5026;transform:translate(75.3358vw,-10px) scale(.9394);animation:fall-200 26s -28s linear infinite}@keyframes fall-200{73.291%{transform:translate(79.8053vw,73.291vh) scale(.9394)}to{transform:translate(77.57055vw,99vh) scale(.9394)}}.snow:nth-child(201){opacity:1.6612;transform:translate(43.6979vw,-10px) scale(.5342);animation:fall-201 17s -12s linear infinite}@keyframes fall-201{75.05%{transform:translate(43.2519vw,75.05vh) scale(.5342)}to{transform:translate(43.4749vw,99vh) scale(.5342)}}.snow:nth-child(202){opacity:1.8282;transform:translate(71.3589vw,-10px) scale(.429);animation:fall-202 16s -30s linear infinite}@keyframes fall-202{64.785%{transform:translate(65.2672vw,64.785vh) scale(.429)}to{transform:translate(68.31305vw,99vh) scale(.429)}}.snow:nth-child(203){opacity:.8262;transform:translate(86.4897vw,-10px) scale(.1988);animation:fall-203 23s -15s linear infinite}@keyframes fall-203{39.584%{transform:translate(94.69vw,39.584vh) scale(.1988)}to{transform:translate(90.58985vw,99vh) scale(.1988)}}.snow:nth-child(204){opacity:.5372;transform:translate(80.0766vw,-10px) scale(.8618);animation:fall-204 22s -9s linear infinite}@keyframes fall-204{40.164%{transform:translate(88.3306vw,40.164vh) scale(.8618)}to{transform:translate(84.2036vw,99vh) scale(.8618)}}.snow:nth-child(205){opacity:1.8418;transform:translate(27.9053vw,-10px) scale(.2682);animation:fall-205 17s -5s linear infinite}@keyframes fall-205{57.934%{transform:translate(21.1039vw,57.934vh) scale(.2682)}to{transform:translate(24.5046vw,99vh) scale(.2682)}}.snow:nth-child(206){opacity:1.9306;transform:translate(60.0844vw,-10px) scale(.3844);animation:fall-206 16s -8s linear infinite}@keyframes fall-206{64.066%{transform:translate(59.168vw,64.066vh) scale(.3844)}to{transform:translate(59.6262vw,99vh) scale(.3844)}}.snow:nth-child(207){opacity:1.942;transform:translate(55.8108vw,-10px) scale(.3876);animation:fall-207 26s -22s linear infinite}@keyframes fall-207{74.972%{transform:translate(59.2815vw,74.972vh) scale(.3876)}to{transform:translate(57.54615vw,99vh) scale(.3876)}}.snow:nth-child(208){opacity:.7146;transform:translate(16.9095vw,-10px) scale(.1996);animation:fall-208 20s -19s linear infinite}@keyframes fall-208{45.002%{transform:translate(24.8254vw,45.002vh) scale(.1996)}to{transform:translate(20.86745vw,99vh) scale(.1996)}}.snow:nth-child(209){opacity:1.8132;transform:translate(11.4472vw,-10px) scale(.546);animation:fall-209 15s -11s linear infinite}@keyframes fall-209{41.361%{transform:translate(2.6322vw,41.361vh) scale(.546)}to{transform:translate(7.0397vw,99vh) scale(.546)}}.snow:nth-child(210){opacity:.9992;transform:translate(20.9766vw,-10px) scale(.9141);animation:fall-210 18s -5s linear infinite}@keyframes fall-210{76.86%{transform:translate(17.9966vw,76.86vh) scale(.9141)}to{transform:translate(19.4866vw,99vh) scale(.9141)}}.snow:nth-child(211){opacity:.6956;transform:translate(80.4521vw,-10px) scale(.8317);animation:fall-211 14s -9s linear infinite}@keyframes fall-211{43.556%{transform:translate(71.249vw,43.556vh) scale(.8317)}to{transform:translate(75.85055vw,99vh) scale(.8317)}}.snow:nth-child(212){opacity:.518;transform:translate(82.5986vw,-10px) scale(.9223);animation:fall-212 29s -26s linear infinite}@keyframes fall-212{68.238%{transform:translate(91.5469vw,68.238vh) scale(.9223)}to{transform:translate(87.07275vw,99vh) scale(.9223)}}.snow:nth-child(213){opacity:1.8732;transform:translate(.334vw,-10px) scale(.3598);animation:fall-213 14s -24s linear infinite}@keyframes fall-213{69.307%{transform:translate(7.5465vw,69.307vh) scale(.3598)}to{transform:translate(3.94025vw,99vh) scale(.3598)}}.snow:nth-child(214){opacity:.0922;transform:translate(33.4235vw,-10px) scale(.8176);animation:fall-214 17s -27s linear infinite}@keyframes fall-214{46.127%{transform:translate(27.2689vw,46.127vh) scale(.8176)}to{transform:translate(30.3462vw,99vh) scale(.8176)}}.snow:nth-child(215){opacity:.5232;transform:translate(23.3803vw,-10px) scale(.164);animation:fall-215 13s -11s linear infinite}@keyframes fall-215{51.165%{transform:translate(19.8526vw,51.165vh) scale(.164)}to{transform:translate(21.61645vw,99vh) scale(.164)}}.snow:nth-child(216){opacity:1.5574;transform:translate(24.6053vw,-10px) scale(.9592);animation:fall-216 15s -14s linear infinite}@keyframes fall-216{41.514%{transform:translate(20.7872vw,41.514vh) scale(.9592)}to{transform:translate(22.69625vw,99vh) scale(.9592)}}.snow:nth-child(217){opacity:.9208;transform:translate(95.2821vw,-10px) scale(.1192);animation:fall-217 14s -26s linear infinite}@keyframes fall-217{44.414%{transform:translate(85.5422vw,44.414vh) scale(.1192)}to{transform:translate(90.41215vw,99vh) scale(.1192)}}.snow:nth-child(218){opacity:.017;transform:translate(72.2203vw,-10px) scale(.718);animation:fall-218 11s -10s linear infinite}@keyframes fall-218{42.202%{transform:translate(80.986vw,42.202vh) scale(.718)}to{transform:translate(76.60315vw,99vh) scale(.718)}}.snow:nth-child(219){opacity:.8892;transform:translate(16.8956vw,-10px) scale(.6704);animation:fall-219 19s -20s linear infinite}@keyframes fall-219{51.257%{transform:translate(8.7405vw,51.257vh) scale(.6704)}to{transform:translate(12.81805vw,99vh) scale(.6704)}}.snow:nth-child(220){opacity:.7266;transform:translate(57.3859vw,-10px) scale(.5231);animation:fall-220 11s -28s linear infinite}@keyframes fall-220{43.603%{transform:translate(66.1899vw,43.603vh) scale(.5231)}to{transform:translate(61.7879vw,99vh) scale(.5231)}}.snow:nth-child(221){opacity:.0178;transform:translate(46.8974vw,-10px) scale(.9476);animation:fall-221 27s -11s linear infinite}@keyframes fall-221{36.579%{transform:translate(41.7661vw,36.579vh) scale(.9476)}to{transform:translate(44.33175vw,99vh) scale(.9476)}}.snow:nth-child(222){opacity:1.2732;transform:translate(32.5151vw,-10px) scale(.803);animation:fall-222 21s -30s linear infinite}@keyframes fall-222{51.087%{transform:translate(25.859vw,51.087vh) scale(.803)}to{transform:translate(29.18705vw,99vh) scale(.803)}}.snow:nth-child(223){opacity:1.5756;transform:translate(29.6756vw,-10px) scale(.802);animation:fall-223 21s -5s linear infinite}@keyframes fall-223{61.179%{transform:translate(23.0585vw,61.179vh) scale(.802)}to{transform:translate(26.36705vw,99vh) scale(.802)}}.snow:nth-child(224){opacity:.1162;transform:translate(35.8689vw,-10px) scale(.8352);animation:fall-224 29s -22s linear infinite}@keyframes fall-224{35.937%{transform:translate(26.5737vw,35.937vh) scale(.8352)}to{transform:translate(31.2213vw,99vh) scale(.8352)}}.snow:nth-child(225){opacity:.8084;transform:translate(76.8799vw,-10px) scale(.2129);animation:fall-225 17s -8s linear infinite}@keyframes fall-225{49.085%{transform:translate(71.4641vw,49.085vh) scale(.2129)}to{transform:translate(74.172vw,99vh) scale(.2129)}}.snow:nth-child(226){opacity:1.1178;transform:translate(36.9144vw,-10px) scale(.6211);animation:fall-226 23s -15s linear infinite}@keyframes fall-226{62.859%{transform:translate(35.9611vw,62.859vh) scale(.6211)}to{transform:translate(36.43775vw,99vh) scale(.6211)}}.snow:nth-child(227){opacity:.9922;transform:translate(69.6245vw,-10px) scale(.2359);animation:fall-227 25s -14s linear infinite}@keyframes fall-227{30.259%{transform:translate(66.2123vw,30.259vh) scale(.2359)}to{transform:translate(67.9184vw,99vh) scale(.2359)}}.snow:nth-child(228){opacity:1.4234;transform:translate(82.4877vw,-10px) scale(.59);animation:fall-228 23s -20s linear infinite}@keyframes fall-228{62.142%{transform:translate(73.5876vw,62.142vh) scale(.59)}to{transform:translate(78.03765vw,99vh) scale(.59)}}.snow:nth-child(229){opacity:1.7042;transform:translate(37.3615vw,-10px) scale(.0724);animation:fall-229 10s -21s linear infinite}@keyframes fall-229{67.149%{transform:translate(37.6182vw,67.149vh) scale(.0724)}to{transform:translate(37.48985vw,99vh) scale(.0724)}}.snow:nth-child(230){opacity:1.1684;transform:translate(28.0518vw,-10px) scale(.7754);animation:fall-230 18s -10s linear infinite}@keyframes fall-230{54.59%{transform:translate(31.9883vw,54.59vh) scale(.7754)}to{transform:translate(30.02005vw,99vh) scale(.7754)}}.snow:nth-child(231){opacity:.331;transform:translate(34.7696vw,-10px) scale(.2873);animation:fall-231 21s -14s linear infinite}@keyframes fall-231{69.539%{transform:translate(44.7527vw,69.539vh) scale(.2873)}to{transform:translate(39.76115vw,99vh) scale(.2873)}}.snow:nth-child(232){opacity:1.2788;transform:translate(67.5918vw,-10px) scale(.1166);animation:fall-232 23s -22s linear infinite}@keyframes fall-232{34.936%{transform:translate(60.7547vw,34.936vh) scale(.1166)}to{transform:translate(64.17325vw,99vh) scale(.1166)}}.snow:nth-child(233){opacity:.1566;transform:translate(37.4065vw,-10px) scale(.0259);animation:fall-233 29s -15s linear infinite}@keyframes fall-233{30.835%{transform:translate(36.8842vw,30.835vh) scale(.0259)}to{transform:translate(37.14535vw,99vh) scale(.0259)}}.snow:nth-child(234){opacity:1.9672;transform:translate(61.5688vw,-10px) scale(.2366);animation:fall-234 21s -5s linear infinite}@keyframes fall-234{40.242%{transform:translate(66.7149vw,40.242vh) scale(.2366)}to{transform:translate(64.14185vw,99vh) scale(.2366)}}.snow:nth-child(235){opacity:1.6618;transform:translate(97.8358vw,-10px) scale(.0118);animation:fall-235 24s -30s linear infinite}@keyframes fall-235{60.805%{transform:translate(95.4317vw,60.805vh) scale(.0118)}to{transform:translate(96.63375vw,99vh) scale(.0118)}}.snow:nth-child(236){opacity:1.7074;transform:translate(43.2444vw,-10px) scale(.3784);animation:fall-236 26s -19s linear infinite}@keyframes fall-236{35.062%{transform:translate(51.3237vw,35.062vh) scale(.3784)}to{transform:translate(47.28405vw,99vh) scale(.3784)}}.snow:nth-child(237){opacity:1.0934;transform:translate(57.3076vw,-10px) scale(.4088);animation:fall-237 15s -25s linear infinite}@keyframes fall-237{78.532%{transform:translate(50.2611vw,78.532vh) scale(.4088)}to{transform:translate(53.78435vw,99vh) scale(.4088)}}.snow:nth-child(238){opacity:.6046;transform:translate(84.7421vw,-10px) scale(.1671);animation:fall-238 14s -4s linear infinite}@keyframes fall-238{71.558%{transform:translate(83.1327vw,71.558vh) scale(.1671)}to{transform:translate(83.9374vw,99vh) scale(.1671)}}.snow:nth-child(239){opacity:.2356;transform:translate(25.8003vw,-10px) scale(.1185);animation:fall-239 15s -24s linear infinite}@keyframes fall-239{71.451%{transform:translate(25.0342vw,71.451vh) scale(.1185)}to{transform:translate(25.41725vw,99vh) scale(.1185)}}.snow:nth-child(240){opacity:1.1112;transform:translate(39.2577vw,-10px) scale(.9601);animation:fall-240 25s -30s linear infinite}@keyframes fall-240{61.679%{transform:translate(47.15vw,61.679vh) scale(.9601)}to{transform:translate(43.20385vw,99vh) scale(.9601)}}.snow:nth-child(241){opacity:.2502;transform:translate(70.6838vw,-10px) scale(.5652);animation:fall-241 12s -14s linear infinite}@keyframes fall-241{48.996%{transform:translate(61.6034vw,48.996vh) scale(.5652)}to{transform:translate(66.1436vw,99vh) scale(.5652)}}.snow:nth-child(242){opacity:.6592;transform:translate(14.3738vw,-10px) scale(.2864);animation:fall-242 20s -30s linear infinite}@keyframes fall-242{47.646%{transform:translate(15.9669vw,47.646vh) scale(.2864)}to{transform:translate(15.17035vw,99vh) scale(.2864)}}.snow:nth-child(243){opacity:.4766;transform:translate(83.7413vw,-10px) scale(.1005);animation:fall-243 26s -23s linear infinite}@keyframes fall-243{52.69%{transform:translate(92.3617vw,52.69vh) scale(.1005)}to{transform:translate(88.0515vw,99vh) scale(.1005)}}.snow:nth-child(244){opacity:.099;transform:translate(12.7292vw,-10px) scale(.3846);animation:fall-244 29s -15s linear infinite}@keyframes fall-244{34.471%{transform:translate(3.0291vw,34.471vh) scale(.3846)}to{transform:translate(7.87915vw,99vh) scale(.3846)}}.snow:nth-child(245){opacity:1.9946;transform:translate(39.6676vw,-10px) scale(.7784);animation:fall-245 20s -3s linear infinite}@keyframes fall-245{49.363%{transform:translate(33.2651vw,49.363vh) scale(.7784)}to{transform:translate(36.46635vw,99vh) scale(.7784)}}.snow:nth-child(246){opacity:.1312;transform:translate(31.6202vw,-10px) scale(.0728);animation:fall-246 30s -4s linear infinite}@keyframes fall-246{62.056%{transform:translate(36.0298vw,62.056vh) scale(.0728)}to{transform:translate(33.825vw,99vh) scale(.0728)}}.snow:nth-child(247){opacity:1.0806;transform:translate(19.9533vw,-10px) scale(.8953);animation:fall-247 22s -13s linear infinite}@keyframes fall-247{62.823%{transform:translate(17.447vw,62.823vh) scale(.8953)}to{transform:translate(18.70015vw,99vh) scale(.8953)}}.snow:nth-child(248){opacity:1.8874;transform:translate(58.711vw,-10px) scale(.1764);animation:fall-248 30s -16s linear infinite}@keyframes fall-248{42.843%{transform:translate(53.09vw,42.843vh) scale(.1764)}to{transform:translate(55.9005vw,99vh) scale(.1764)}}.snow:nth-child(249){opacity:1.936;transform:translate(71.0954vw,-10px) scale(.5249);animation:fall-249 26s -17s linear infinite}@keyframes fall-249{74.838%{transform:translate(69.026vw,74.838vh) scale(.5249)}to{transform:translate(70.0607vw,99vh) scale(.5249)}}.snow:nth-child(250){opacity:1.9546;transform:translate(98.8846vw,-10px) scale(.4245);animation:fall-250 11s -14s linear infinite}@keyframes fall-250{73.16%{transform:translate(97.4015vw,73.16vh) scale(.4245)}to{transform:translate(98.14305vw,99vh) scale(.4245)}}.snow:nth-child(251){opacity:1.4142;transform:translate(11.1529vw,-10px) scale(.3421);animation:fall-251 26s -11s linear infinite}@keyframes fall-251{70.339%{transform:translate(7.5486vw,70.339vh) scale(.3421)}to{transform:translate(9.35075vw,99vh) scale(.3421)}}.snow:nth-child(252){opacity:1.435;transform:translate(18.3718vw,-10px) scale(.9725);animation:fall-252 11s -8s linear infinite}@keyframes fall-252{58.726%{transform:translate(22.8219vw,58.726vh) scale(.9725)}to{transform:translate(20.59685vw,99vh) scale(.9725)}}.snow:nth-child(253){opacity:1.343;transform:translate(91.1349vw,-10px) scale(.1899);animation:fall-253 21s -8s linear infinite}@keyframes fall-253{78.443%{transform:translate(86.8246vw,78.443vh) scale(.1899)}to{transform:translate(88.97975vw,99vh) scale(.1899)}}.snow:nth-child(254){opacity:.4746;transform:translate(37.0695vw,-10px) scale(.1793);animation:fall-254 23s -3s linear infinite}@keyframes fall-254{34.052%{transform:translate(45.176vw,34.052vh) scale(.1793)}to{transform:translate(41.12275vw,99vh) scale(.1793)}}.snow:nth-child(255){opacity:.7236;transform:translate(13.4316vw,-10px) scale(.575);animation:fall-255 25s -27s linear infinite}@keyframes fall-255{66.568%{transform:translate(15.711vw,66.568vh) scale(.575)}to{transform:translate(14.5713vw,99vh) scale(.575)}}.snow:nth-child(256){opacity:1.936;transform:translate(68.5476vw,-10px) scale(.6176);animation:fall-256 14s -9s linear infinite}@keyframes fall-256{76.31%{transform:translate(64.7872vw,76.31vh) scale(.6176)}to{transform:translate(66.6674vw,99vh) scale(.6176)}}.snow:nth-child(257){opacity:1.4536;transform:translate(36.2253vw,-10px) scale(.168);animation:fall-257 24s -13s linear infinite}@keyframes fall-257{42.726%{transform:translate(35.005vw,42.726vh) scale(.168)}to{transform:translate(35.61515vw,99vh) scale(.168)}}.snow:nth-child(258){opacity:1.4508;transform:translate(77.3012vw,-10px) scale(.057);animation:fall-258 30s -12s linear infinite}@keyframes fall-258{43.203%{transform:translate(72.7462vw,43.203vh) scale(.057)}to{transform:translate(75.0237vw,99vh) scale(.057)}}.snow:nth-child(259){opacity:.5388;transform:translate(61.7872vw,-10px) scale(.2986);animation:fall-259 22s -5s linear infinite}@keyframes fall-259{33.137%{transform:translate(52.8747vw,33.137vh) scale(.2986)}to{transform:translate(57.33095vw,99vh) scale(.2986)}}.snow:nth-child(260){opacity:1.433;transform:translate(19.3829vw,-10px) scale(.2154);animation:fall-260 10s -16s linear infinite}@keyframes fall-260{44.588%{transform:translate(20.5022vw,44.588vh) scale(.2154)}to{transform:translate(19.94255vw,99vh) scale(.2154)}}.snow:nth-child(261){opacity:1.7758;transform:translate(57.5514vw,-10px) scale(.8366);animation:fall-261 17s -22s linear infinite}@keyframes fall-261{69.062%{transform:translate(55.5647vw,69.062vh) scale(.8366)}to{transform:translate(56.55805vw,99vh) scale(.8366)}}.snow:nth-child(262){opacity:.7376;transform:translate(66.1683vw,-10px) scale(.9499);animation:fall-262 14s -28s linear infinite}@keyframes fall-262{43.476%{transform:translate(74.2569vw,43.476vh) scale(.9499)}to{transform:translate(70.2126vw,99vh) scale(.9499)}}.snow:nth-child(263){opacity:.3998;transform:translate(65.4471vw,-10px) scale(.7694);animation:fall-263 21s -12s linear infinite}@keyframes fall-263{38.192%{transform:translate(66.681vw,38.192vh) scale(.7694)}to{transform:translate(66.06405vw,99vh) scale(.7694)}}.snow:nth-child(264){opacity:1.4652;transform:translate(22.5469vw,-10px) scale(.6613);animation:fall-264 26s -17s linear infinite}@keyframes fall-264{68.703%{transform:translate(20.9302vw,68.703vh) scale(.6613)}to{transform:translate(21.73855vw,99vh) scale(.6613)}}.snow:nth-child(265){opacity:1.1694;transform:translate(6.0675vw,-10px) scale(.0954);animation:fall-265 24s -10s linear infinite}@keyframes fall-265{30.661%{transform:translate(5.0695vw,30.661vh) scale(.0954)}to{transform:translate(5.5685vw,99vh) scale(.0954)}}.snow:nth-child(266){opacity:1.6756;transform:translate(16.8872vw,-10px) scale(.0052);animation:fall-266 12s -8s linear infinite}@keyframes fall-266{69.665%{transform:translate(23.6837vw,69.665vh) scale(.0052)}to{transform:translate(20.28545vw,99vh) scale(.0052)}}.snow:nth-child(267){opacity:1.9088;transform:translate(86.7224vw,-10px) scale(.3653);animation:fall-267 26s -19s linear infinite}@keyframes fall-267{31.067%{transform:translate(85.7618vw,31.067vh) scale(.3653)}to{transform:translate(86.2421vw,99vh) scale(.3653)}}.snow:nth-child(268){opacity:1.4776;transform:translate(67.2028vw,-10px) scale(.3588);animation:fall-268 23s -22s linear infinite}@keyframes fall-268{74.164%{transform:translate(58.8199vw,74.164vh) scale(.3588)}to{transform:translate(63.01135vw,99vh) scale(.3588)}}.snow:nth-child(269){opacity:.7998;transform:translate(78.8409vw,-10px) scale(.5273);animation:fall-269 11s -4s linear infinite}@keyframes fall-269{48.049%{transform:translate(81.0354vw,48.049vh) scale(.5273)}to{transform:translate(79.93815vw,99vh) scale(.5273)}}.snow:nth-child(270){opacity:.8342;transform:translate(71.8896vw,-10px) scale(.3707);animation:fall-270 20s -13s linear infinite}@keyframes fall-270{56.42%{transform:translate(77.5218vw,56.42vh) scale(.3707)}to{transform:translate(74.7057vw,99vh) scale(.3707)}}.snow:nth-child(271){opacity:.048;transform:translate(20.4601vw,-10px) scale(.3606);animation:fall-271 28s -16s linear infinite}@keyframes fall-271{51.031%{transform:translate(12.1984vw,51.031vh) scale(.3606)}to{transform:translate(16.32925vw,99vh) scale(.3606)}}.snow:nth-child(272){opacity:1.957;transform:translate(81.4984vw,-10px) scale(.8171);animation:fall-272 21s -27s linear infinite}@keyframes fall-272{75.257%{transform:translate(75.5415vw,75.257vh) scale(.8171)}to{transform:translate(78.51995vw,99vh) scale(.8171)}}.snow:nth-child(273){opacity:.365;transform:translate(84.1053vw,-10px) scale(.0654);animation:fall-273 15s -14s linear infinite}@keyframes fall-273{79.587%{transform:translate(74.445vw,79.587vh) scale(.0654)}to{transform:translate(79.27515vw,99vh) scale(.0654)}}.snow:nth-child(274){opacity:.8878;transform:translate(51.2269vw,-10px) scale(.1122);animation:fall-274 24s -27s linear infinite}@keyframes fall-274{49.557%{transform:translate(50.8122vw,49.557vh) scale(.1122)}to{transform:translate(51.01955vw,99vh) scale(.1122)}}.snow:nth-child(275){opacity:.3558;transform:translate(35.7337vw,-10px) scale(.4128);animation:fall-275 28s -5s linear infinite}@keyframes fall-275{74.426%{transform:translate(26.1434vw,74.426vh) scale(.4128)}to{transform:translate(30.93855vw,99vh) scale(.4128)}}.snow:nth-child(276){opacity:1.7526;transform:translate(66.497vw,-10px) scale(.5806);animation:fall-276 22s -20s linear infinite}@keyframes fall-276{35.223%{transform:translate(66.6356vw,35.223vh) scale(.5806)}to{transform:translate(66.5663vw,99vh) scale(.5806)}}.snow:nth-child(277){opacity:.1594;transform:translate(54.1943vw,-10px) scale(.2284);animation:fall-277 20s -27s linear infinite}@keyframes fall-277{48.379%{transform:translate(60.1716vw,48.379vh) scale(.2284)}to{transform:translate(57.18295vw,99vh) scale(.2284)}}.snow:nth-child(278){opacity:1.5382;transform:translate(37.5404vw,-10px) scale(.4926);animation:fall-278 11s -1s linear infinite}@keyframes fall-278{46.826%{transform:translate(44.1509vw,46.826vh) scale(.4926)}to{transform:translate(40.84565vw,99vh) scale(.4926)}}.snow:nth-child(279){opacity:.868;transform:translate(64.6601vw,-10px) scale(.8629);animation:fall-279 22s -30s linear infinite}@keyframes fall-279{37.816%{transform:translate(63.1609vw,37.816vh) scale(.8629)}to{transform:translate(63.9105vw,99vh) scale(.8629)}}.snow:nth-child(280){opacity:1.3002;transform:translate(83.743vw,-10px) scale(.5999);animation:fall-280 25s -30s linear infinite}@keyframes fall-280{44.5%{transform:translate(81.0536vw,44.5vh) scale(.5999)}to{transform:translate(82.3983vw,99vh) scale(.5999)}}.snow:nth-child(281){opacity:1.8364;transform:translate(74.2795vw,-10px) scale(.9746);animation:fall-281 30s -30s linear infinite}@keyframes fall-281{58.889%{transform:translate(72.967vw,58.889vh) scale(.9746)}to{transform:translate(73.62325vw,99vh) scale(.9746)}}.snow:nth-child(282){opacity:.1308;transform:translate(9.8101vw,-10px) scale(.2414);animation:fall-282 26s -22s linear infinite}@keyframes fall-282{56.879%{transform:translate(3.0282vw,56.879vh) scale(.2414)}to{transform:translate(6.41915vw,99vh) scale(.2414)}}.snow:nth-child(283){opacity:.6396;transform:translate(87.4864vw,-10px) scale(.373);animation:fall-283 20s -28s linear infinite}@keyframes fall-283{54.709%{transform:translate(81.5542vw,54.709vh) scale(.373)}to{transform:translate(84.5203vw,99vh) scale(.373)}}.snow:nth-child(284){opacity:1.932;transform:translate(41.097vw,-10px) scale(.9303);animation:fall-284 12s -23s linear infinite}@keyframes fall-284{37.344%{transform:translate(40.8686vw,37.344vh) scale(.9303)}to{transform:translate(40.9828vw,99vh) scale(.9303)}}.snow:nth-child(285){opacity:1.4894;transform:translate(27.051vw,-10px) scale(.7159);animation:fall-285 27s -11s linear infinite}@keyframes fall-285{49.673%{transform:translate(34.796vw,49.673vh) scale(.7159)}to{transform:translate(30.9235vw,99vh) scale(.7159)}}.snow:nth-child(286){opacity:1.5496;transform:translate(17.5873vw,-10px) scale(.8477);animation:fall-286 25s -8s linear infinite}@keyframes fall-286{67.271%{transform:translate(14.5898vw,67.271vh) scale(.8477)}to{transform:translate(16.08855vw,99vh) scale(.8477)}}.snow:nth-child(287){opacity:1.3458;transform:translate(98.7548vw,-10px) scale(.5952);animation:fall-287 23s -15s linear infinite}@keyframes fall-287{74.725%{transform:translate(98.817vw,74.725vh) scale(.5952)}to{transform:translate(98.7859vw,99vh) scale(.5952)}}.snow:nth-child(288){opacity:.162;transform:translate(22.1896vw,-10px) scale(.5146);animation:fall-288 22s -8s linear infinite}@keyframes fall-288{77.988%{transform:translate(15.1725vw,77.988vh) scale(.5146)}to{transform:translate(18.68105vw,99vh) scale(.5146)}}.snow:nth-child(289){opacity:1.5526;transform:translate(98.705vw,-10px) scale(.3549);animation:fall-289 27s -29s linear infinite}@keyframes fall-289{63.746%{transform:translate(93.26vw,63.746vh) scale(.3549)}to{transform:translate(95.9825vw,99vh) scale(.3549)}}.snow:nth-child(290){opacity:1.3354;transform:translate(22.9067vw,-10px) scale(.9939);animation:fall-290 15s -16s linear infinite}@keyframes fall-290{68.205%{transform:translate(23.8928vw,68.205vh) scale(.9939)}to{transform:translate(23.39975vw,99vh) scale(.9939)}}.snow:nth-child(291){opacity:1.9926;transform:translate(62.7119vw,-10px) scale(.1605);animation:fall-291 10s -17s linear infinite}@keyframes fall-291{49.71%{transform:translate(53.5075vw,49.71vh) scale(.1605)}to{transform:translate(58.1097vw,99vh) scale(.1605)}}.snow:nth-child(292){opacity:1.1168;transform:translate(92.2943vw,-10px) scale(.2202);animation:fall-292 26s -19s linear infinite}@keyframes fall-292{76.511%{transform:translate(95.7926vw,76.511vh) scale(.2202)}to{transform:translate(94.04345vw,99vh) scale(.2202)}}.snow:nth-child(293){opacity:.8794;transform:translate(72.7241vw,-10px) scale(.1594);animation:fall-293 19s -11s linear infinite}@keyframes fall-293{61.125%{transform:translate(82.1234vw,61.125vh) scale(.1594)}to{transform:translate(77.42375vw,99vh) scale(.1594)}}.snow:nth-child(294){opacity:.1128;transform:translate(5.0879vw,-10px) scale(.4423);animation:fall-294 20s -5s linear infinite}@keyframes fall-294{77.239%{transform:translate(3.8596vw,77.239vh) scale(.4423)}to{transform:translate(4.47375vw,99vh) scale(.4423)}}.snow:nth-child(295){opacity:.9364;transform:translate(16.6879vw,-10px) scale(.4736);animation:fall-295 17s -1s linear infinite}@keyframes fall-295{76.844%{transform:translate(6.926vw,76.844vh) scale(.4736)}to{transform:translate(11.80695vw,99vh) scale(.4736)}}.snow:nth-child(296){opacity:.143;transform:translate(35.4746vw,-10px) scale(.8816);animation:fall-296 12s -17s linear infinite}@keyframes fall-296{44.866%{transform:translate(30.1087vw,44.866vh) scale(.8816)}to{transform:translate(32.79165vw,99vh) scale(.8816)}}.snow:nth-child(297){opacity:.7498;transform:translate(7.2546vw,-10px) scale(.3994);animation:fall-297 29s -29s linear infinite}@keyframes fall-297{73.733%{transform:translate(7.5254vw,73.733vh) scale(.3994)}to{transform:translate(7.39vw,99vh) scale(.3994)}}.snow:nth-child(298){opacity:1.1616;transform:translate(68.8869vw,-10px) scale(.5336);animation:fall-298 15s -20s linear infinite}@keyframes fall-298{71.716%{transform:translate(60.3859vw,71.716vh) scale(.5336)}to{transform:translate(64.6364vw,99vh) scale(.5336)}}.snow:nth-child(299){opacity:1.692;transform:translate(7.4565vw,-10px) scale(.2929);animation:fall-299 18s -18s linear infinite}@keyframes fall-299{44.721%{transform:translate(-1.1797vw,44.721vh) scale(.2929)}to{transform:translate(3.1384vw,99vh) scale(.2929)}}.snow:nth-child(300){opacity:1.3648;transform:translate(13.663vw,-10px) scale(.7278);animation:fall-300 18s -4s linear infinite}@keyframes fall-300{61.489%{transform:translate(3.8201vw,61.489vh) scale(.7278)}to{transform:translate(8.74155vw,99vh) scale(.7278)}}.snow:nth-child(301){opacity:1.4576;transform:translate(82.2253vw,-10px) scale(.9033);animation:fall-301 14s -3s linear infinite}@keyframes fall-301{74.173%{transform:translate(82.4936vw,74.173vh) scale(.9033)}to{transform:translate(82.35945vw,99vh) scale(.9033)}}.snow:nth-child(302){opacity:1.4656;transform:translate(2.1832vw,-10px) scale(.9478);animation:fall-302 11s -28s linear infinite}@keyframes fall-302{54.164%{transform:translate(-7.1644vw,54.164vh) scale(.9478)}to{transform:translate(-2.4906vw,99vh) scale(.9478)}}.snow:nth-child(303){opacity:1.2386;transform:translate(64.8538vw,-10px) scale(.603);animation:fall-303 30s -6s linear infinite}@keyframes fall-303{63.667%{transform:translate(72.2168vw,63.667vh) scale(.603)}to{transform:translate(68.5353vw,99vh) scale(.603)}}.snow:nth-child(304){opacity:.5288;transform:translate(5.2014vw,-10px) scale(.2688);animation:fall-304 21s -22s linear infinite}@keyframes fall-304{60.474%{transform:translate(7.7739vw,60.474vh) scale(.2688)}to{transform:translate(6.48765vw,99vh) scale(.2688)}}.snow:nth-child(305){opacity:.2366;transform:translate(28.7629vw,-10px) scale(.7698);animation:fall-305 18s -18s linear infinite}@keyframes fall-305{72.288%{transform:translate(34.4405vw,72.288vh) scale(.7698)}to{transform:translate(31.6017vw,99vh) scale(.7698)}}.snow:nth-child(306){opacity:.715;transform:translate(30.0647vw,-10px) scale(.2518);animation:fall-306 19s -24s linear infinite}@keyframes fall-306{44.923%{transform:translate(28.9007vw,44.923vh) scale(.2518)}to{transform:translate(29.4827vw,99vh) scale(.2518)}}.snow:nth-child(307){opacity:1.4468;transform:translate(41.3298vw,-10px) scale(.7248);animation:fall-307 18s -8s linear infinite}@keyframes fall-307{35.977%{transform:translate(48.654vw,35.977vh) scale(.7248)}to{transform:translate(44.9919vw,99vh) scale(.7248)}}.snow:nth-child(308){opacity:1.0636;transform:translate(99.2534vw,-10px) scale(.1483);animation:fall-308 15s -9s linear infinite}@keyframes fall-308{32.089%{transform:translate(101.9829vw,32.089vh) scale(.1483)}to{transform:translate(100.61815vw,99vh) scale(.1483)}}.snow:nth-child(309){opacity:.3778;transform:translate(22.0766vw,-10px) scale(.3546);animation:fall-309 23s -5s linear infinite}@keyframes fall-309{59.835%{transform:translate(17.6729vw,59.835vh) scale(.3546)}to{transform:translate(19.87475vw,99vh) scale(.3546)}}.snow:nth-child(310){opacity:1.2368;transform:translate(1.12vw,-10px) scale(.8366);animation:fall-310 18s -25s linear infinite}@keyframes fall-310{52.178%{transform:translate(1.4875vw,52.178vh) scale(.8366)}to{transform:translate(1.30375vw,99vh) scale(.8366)}}.snow:nth-child(311){opacity:1.6958;transform:translate(81.4745vw,-10px) scale(.1997);animation:fall-311 13s -18s linear infinite}@keyframes fall-311{75.669%{transform:translate(81.7111vw,75.669vh) scale(.1997)}to{transform:translate(81.5928vw,99vh) scale(.1997)}}.snow:nth-child(312){opacity:.2414;transform:translate(92.6707vw,-10px) scale(.4564);animation:fall-312 10s -11s linear infinite}@keyframes fall-312{59.649%{transform:translate(90.7208vw,59.649vh) scale(.4564)}to{transform:translate(91.69575vw,99vh) scale(.4564)}}.snow:nth-child(313){opacity:1.6094;transform:translate(9.8304vw,-10px) scale(.4671);animation:fall-313 22s -2s linear infinite}@keyframes fall-313{74.018%{transform:translate(10.9237vw,74.018vh) scale(.4671)}to{transform:translate(10.37705vw,99vh) scale(.4671)}}.snow:nth-child(314){opacity:.5014;transform:translate(15.6775vw,-10px) scale(.0245);animation:fall-314 24s -12s linear infinite}@keyframes fall-314{71.025%{transform:translate(14.9991vw,71.025vh) scale(.0245)}to{transform:translate(15.3383vw,99vh) scale(.0245)}}.snow:nth-child(315){opacity:.5966;transform:translate(77.0852vw,-10px) scale(.7293);animation:fall-315 22s -22s linear infinite}@keyframes fall-315{37.086%{transform:translate(84.1542vw,37.086vh) scale(.7293)}to{transform:translate(80.6197vw,99vh) scale(.7293)}}.snow:nth-child(316){opacity:.2194;transform:translate(8.0497vw,-10px) scale(.6576);animation:fall-316 30s -7s linear infinite}@keyframes fall-316{39.848%{transform:translate(11.558vw,39.848vh) scale(.6576)}to{transform:translate(9.80385vw,99vh) scale(.6576)}}.snow:nth-child(317){opacity:.5786;transform:translate(65.7943vw,-10px) scale(.8404);animation:fall-317 15s -22s linear infinite}@keyframes fall-317{54.983%{transform:translate(74.0681vw,54.983vh) scale(.8404)}to{transform:translate(69.9312vw,99vh) scale(.8404)}}.snow:nth-child(318){opacity:1.6232;transform:translate(16.0129vw,-10px) scale(.063);animation:fall-318 17s -28s linear infinite}@keyframes fall-318{41.929%{transform:translate(23.9602vw,41.929vh) scale(.063)}to{transform:translate(19.98655vw,99vh) scale(.063)}}.snow:nth-child(319){opacity:1.1986;transform:translate(52.885vw,-10px) scale(.8547);animation:fall-319 19s -15s linear infinite}@keyframes fall-319{52.28%{transform:translate(51.819vw,52.28vh) scale(.8547)}to{transform:translate(52.352vw,99vh) scale(.8547)}}.snow:nth-child(320){opacity:.011;transform:translate(72.3923vw,-10px) scale(.8523);animation:fall-320 18s -15s linear infinite}@keyframes fall-320{58.831%{transform:translate(62.5111vw,58.831vh) scale(.8523)}to{transform:translate(67.4517vw,99vh) scale(.8523)}}.snow:nth-child(321){opacity:1.9652;transform:translate(29.7568vw,-10px) scale(.8906);animation:fall-321 21s -20s linear infinite}@keyframes fall-321{74.597%{transform:translate(38.4654vw,74.597vh) scale(.8906)}to{transform:translate(34.1111vw,99vh) scale(.8906)}}.snow:nth-child(322){opacity:.5156;transform:translate(67.1864vw,-10px) scale(.7714);animation:fall-322 12s -30s linear infinite}@keyframes fall-322{68.578%{transform:translate(63.576vw,68.578vh) scale(.7714)}to{transform:translate(65.3812vw,99vh) scale(.7714)}}.snow:nth-child(323){opacity:1.811;transform:translate(31.7188vw,-10px) scale(.9333);animation:fall-323 24s -23s linear infinite}@keyframes fall-323{34.412%{transform:translate(31.8043vw,34.412vh) scale(.9333)}to{transform:translate(31.76155vw,99vh) scale(.9333)}}.snow:nth-child(324){opacity:1.9956;transform:translate(23.1364vw,-10px) scale(.4464);animation:fall-324 29s -26s linear infinite}@keyframes fall-324{65.371%{transform:translate(18.505vw,65.371vh) scale(.4464)}to{transform:translate(20.8207vw,99vh) scale(.4464)}}.snow:nth-child(325){opacity:.5376;transform:translate(83.9883vw,-10px) scale(.5276);animation:fall-325 26s -10s linear infinite}@keyframes fall-325{79.36%{transform:translate(84.92vw,79.36vh) scale(.5276)}to{transform:translate(84.45415vw,99vh) scale(.5276)}}.snow:nth-child(326){opacity:.578;transform:translate(61.7118vw,-10px) scale(.2186);animation:fall-326 24s -4s linear infinite}@keyframes fall-326{33.482%{transform:translate(53.78vw,33.482vh) scale(.2186)}to{transform:translate(57.7459vw,99vh) scale(.2186)}}.snow:nth-child(327){opacity:.8482;transform:translate(96.456vw,-10px) scale(.1454);animation:fall-327 11s -15s linear infinite}@keyframes fall-327{33.36%{transform:translate(106.1925vw,33.36vh) scale(.1454)}to{transform:translate(101.32425vw,99vh) scale(.1454)}}.snow:nth-child(328){opacity:1.5988;transform:translate(94.8426vw,-10px) scale(.3389);animation:fall-328 25s -14s linear infinite}@keyframes fall-328{66.153%{transform:translate(100.3691vw,66.153vh) scale(.3389)}to{transform:translate(97.60585vw,99vh) scale(.3389)}}.snow:nth-child(329){opacity:.5084;transform:translate(61.5684vw,-10px) scale(.9106);animation:fall-329 22s -8s linear infinite}@keyframes fall-329{67.946%{transform:translate(67.2478vw,67.946vh) scale(.9106)}to{transform:translate(64.4081vw,99vh) scale(.9106)}}.snow:nth-child(330){opacity:.1636;transform:translate(5.9189vw,-10px) scale(.2007);animation:fall-330 14s -18s linear infinite}@keyframes fall-330{34.917%{transform:translate(4.9049vw,34.917vh) scale(.2007)}to{transform:translate(5.4119vw,99vh) scale(.2007)}}.snow:nth-child(331){opacity:.5198;transform:translate(65.0753vw,-10px) scale(.2908);animation:fall-331 17s -14s linear infinite}@keyframes fall-331{42.851%{transform:translate(64.8386vw,42.851vh) scale(.2908)}to{transform:translate(64.95695vw,99vh) scale(.2908)}}.snow:nth-child(332){opacity:1.0056;transform:translate(99.7367vw,-10px) scale(.7309);animation:fall-332 10s -27s linear infinite}@keyframes fall-332{64.883%{transform:translate(94.1141vw,64.883vh) scale(.7309)}to{transform:translate(96.9254vw,99vh) scale(.7309)}}.snow:nth-child(333){opacity:2;transform:translate(35.8786vw,-10px) scale(.4301);animation:fall-333 12s -4s linear infinite}@keyframes fall-333{31.908%{transform:translate(28.1235vw,31.908vh) scale(.4301)}to{transform:translate(32.00105vw,99vh) scale(.4301)}}.snow:nth-child(334){opacity:.4552;transform:translate(31.9305vw,-10px) scale(.3904);animation:fall-334 25s -19s linear infinite}@keyframes fall-334{53.994%{transform:translate(22.0736vw,53.994vh) scale(.3904)}to{transform:translate(27.00205vw,99vh) scale(.3904)}}.snow:nth-child(335){opacity:1.0104;transform:translate(89.1114vw,-10px) scale(.2897);animation:fall-335 17s -8s linear infinite}@keyframes fall-335{55.757%{transform:translate(96.5639vw,55.757vh) scale(.2897)}to{transform:translate(92.83765vw,99vh) scale(.2897)}}.snow:nth-child(336){opacity:.0966;transform:translate(35.6601vw,-10px) scale(.4512);animation:fall-336 22s -7s linear infinite}@keyframes fall-336{63.753%{transform:translate(41.5628vw,63.753vh) scale(.4512)}to{transform:translate(38.61145vw,99vh) scale(.4512)}}.snow:nth-child(337){opacity:.0794;transform:translate(59.4895vw,-10px) scale(.4894);animation:fall-337 24s -25s linear infinite}@keyframes fall-337{51.986%{transform:translate(62.7201vw,51.986vh) scale(.4894)}to{transform:translate(61.1048vw,99vh) scale(.4894)}}.snow:nth-child(338){opacity:1.864;transform:translate(90.7276vw,-10px) scale(.0199);animation:fall-338 28s -27s linear infinite}@keyframes fall-338{52.472%{transform:translate(93.4394vw,52.472vh) scale(.0199)}to{transform:translate(92.0835vw,99vh) scale(.0199)}}.snow:nth-child(339){opacity:1.3104;transform:translate(77.5555vw,-10px) scale(.6318);animation:fall-339 15s -12s linear infinite}@keyframes fall-339{77.945%{transform:translate(85.4843vw,77.945vh) scale(.6318)}to{transform:translate(81.5199vw,99vh) scale(.6318)}}.snow:nth-child(340){opacity:.339;transform:translate(42.2517vw,-10px) scale(.8139);animation:fall-340 21s -15s linear infinite}@keyframes fall-340{67.032%{transform:translate(41.7982vw,67.032vh) scale(.8139)}to{transform:translate(42.02495vw,99vh) scale(.8139)}}.snow:nth-child(341){opacity:1.7024;transform:translate(52.4522vw,-10px) scale(.4784);animation:fall-341 25s -17s linear infinite}@keyframes fall-341{79.02%{transform:translate(46.5799vw,79.02vh) scale(.4784)}to{transform:translate(49.51605vw,99vh) scale(.4784)}}.snow:nth-child(342){opacity:.027;transform:translate(34.5155vw,-10px) scale(.242);animation:fall-342 18s -16s linear infinite}@keyframes fall-342{58.185%{transform:translate(36.1413vw,58.185vh) scale(.242)}to{transform:translate(35.3284vw,99vh) scale(.242)}}.snow:nth-child(343){opacity:1.2112;transform:translate(47.6223vw,-10px) scale(.7794);animation:fall-343 20s -6s linear infinite}@keyframes fall-343{63.021%{transform:translate(42.2279vw,63.021vh) scale(.7794)}to{transform:translate(44.9251vw,99vh) scale(.7794)}}.snow:nth-child(344){opacity:1.0292;transform:translate(59.9536vw,-10px) scale(.3972);animation:fall-344 11s -20s linear infinite}@keyframes fall-344{46.895%{transform:translate(52.3938vw,46.895vh) scale(.3972)}to{transform:translate(56.1737vw,99vh) scale(.3972)}}.snow:nth-child(345){opacity:1.1428;transform:translate(20.9875vw,-10px) scale(.5614);animation:fall-345 30s -25s linear infinite}@keyframes fall-345{54.746%{transform:translate(24.1208vw,54.746vh) scale(.5614)}to{transform:translate(22.55415vw,99vh) scale(.5614)}}.snow:nth-child(346){opacity:1.1218;transform:translate(90.6481vw,-10px) scale(.6983);animation:fall-346 21s -29s linear infinite}@keyframes fall-346{60.868%{transform:translate(88.2581vw,60.868vh) scale(.6983)}to{transform:translate(89.4531vw,99vh) scale(.6983)}}.snow:nth-child(347){opacity:.1396;transform:translate(8.3788vw,-10px) scale(.8912);animation:fall-347 26s -26s linear infinite}@keyframes fall-347{70.318%{transform:translate(5.6376vw,70.318vh) scale(.8912)}to{transform:translate(7.0082vw,99vh) scale(.8912)}}.snow:nth-child(348){opacity:.8976;transform:translate(11.1585vw,-10px) scale(.348);animation:fall-348 17s -15s linear infinite}@keyframes fall-348{55.027%{transform:translate(6.9253vw,55.027vh) scale(.348)}to{transform:translate(9.0419vw,99vh) scale(.348)}}.snow:nth-child(349){opacity:1.8602;transform:translate(73.7141vw,-10px) scale(.5606);animation:fall-349 11s -9s linear infinite}@keyframes fall-349{76.321%{transform:translate(81.0578vw,76.321vh) scale(.5606)}to{transform:translate(77.38595vw,99vh) scale(.5606)}}.snow:nth-child(350){opacity:.6934;transform:translate(51.7684vw,-10px) scale(.1558);animation:fall-350 10s -18s linear infinite}@keyframes fall-350{35.875%{transform:translate(48.0824vw,35.875vh) scale(.1558)}to{transform:translate(49.9254vw,99vh) scale(.1558)}}.snow:nth-child(351){opacity:.9438;transform:translate(45.6208vw,-10px) scale(.6803);animation:fall-351 20s -27s linear infinite}@keyframes fall-351{33.082%{transform:translate(44.5606vw,33.082vh) scale(.6803)}to{transform:translate(45.0907vw,99vh) scale(.6803)}}.snow:nth-child(352){opacity:1.1536;transform:translate(69.8399vw,-10px) scale(.1864);animation:fall-352 22s -4s linear infinite}@keyframes fall-352{65.562%{transform:translate(74.8108vw,65.562vh) scale(.1864)}to{transform:translate(72.32535vw,99vh) scale(.1864)}}.snow:nth-child(353){opacity:1.0508;transform:translate(41.497vw,-10px) scale(.0082);animation:fall-353 27s -2s linear infinite}@keyframes fall-353{52.475%{transform:translate(45.0829vw,52.475vh) scale(.0082)}to{transform:translate(43.28995vw,99vh) scale(.0082)}}.snow:nth-child(354){opacity:.094;transform:translate(66.7403vw,-10px) scale(.7496);animation:fall-354 29s -6s linear infinite}@keyframes fall-354{63.658%{transform:translate(61.113vw,63.658vh) scale(.7496)}to{transform:translate(63.92665vw,99vh) scale(.7496)}}.snow:nth-child(355){opacity:.258;transform:translate(56.2915vw,-10px) scale(.1713);animation:fall-355 18s -4s linear infinite}@keyframes fall-355{64.508%{transform:translate(66.0766vw,64.508vh) scale(.1713)}to{transform:translate(61.18405vw,99vh) scale(.1713)}}.snow:nth-child(356){opacity:1.3956;transform:translate(90.641vw,-10px) scale(.0705);animation:fall-356 22s -22s linear infinite}@keyframes fall-356{70.991%{transform:translate(96.5268vw,70.991vh) scale(.0705)}to{transform:translate(93.5839vw,99vh) scale(.0705)}}.snow:nth-child(357){opacity:1.6546;transform:translate(39.142vw,-10px) scale(.7129);animation:fall-357 22s -2s linear infinite}@keyframes fall-357{79.924%{transform:translate(40.74vw,79.924vh) scale(.7129)}to{transform:translate(39.941vw,99vh) scale(.7129)}}.snow:nth-child(358){opacity:.4464;transform:translate(42.2596vw,-10px) scale(.9323);animation:fall-358 13s -15s linear infinite}@keyframes fall-358{33.807%{transform:translate(47.6961vw,33.807vh) scale(.9323)}to{transform:translate(44.97785vw,99vh) scale(.9323)}}.snow:nth-child(359){opacity:.8202;transform:translate(63.6281vw,-10px) scale(.4419);animation:fall-359 22s -20s linear infinite}@keyframes fall-359{78.248%{transform:translate(70.392vw,78.248vh) scale(.4419)}to{transform:translate(67.01005vw,99vh) scale(.4419)}}.snow:nth-child(360){opacity:.228;transform:translate(16.5773vw,-10px) scale(.1762);animation:fall-360 15s -15s linear infinite}@keyframes fall-360{57.034%{transform:translate(19.4338vw,57.034vh) scale(.1762)}to{transform:translate(18.00555vw,99vh) scale(.1762)}}.snow:nth-child(361){opacity:1.5698;transform:translate(41.2422vw,-10px) scale(.2294);animation:fall-361 19s -1s linear infinite}@keyframes fall-361{51.823%{transform:translate(37.4428vw,51.823vh) scale(.2294)}to{transform:translate(39.3425vw,99vh) scale(.2294)}}.snow:nth-child(362){opacity:.2442;transform:translate(26.2725vw,-10px) scale(.2493);animation:fall-362 17s -10s linear infinite}@keyframes fall-362{74.593%{transform:translate(22.9662vw,74.593vh) scale(.2493)}to{transform:translate(24.61935vw,99vh) scale(.2493)}}.snow:nth-child(363){opacity:1.029;transform:translate(65.0826vw,-10px) scale(.6381);animation:fall-363 24s -20s linear infinite}@keyframes fall-363{45.75%{transform:translate(68.9851vw,45.75vh) scale(.6381)}to{transform:translate(67.03385vw,99vh) scale(.6381)}}.snow:nth-child(364){opacity:1.5386;transform:translate(15.9152vw,-10px) scale(.9199);animation:fall-364 27s -26s linear infinite}@keyframes fall-364{59.137%{transform:translate(8.1089vw,59.137vh) scale(.9199)}to{transform:translate(12.01205vw,99vh) scale(.9199)}}.snow:nth-child(365){opacity:1.41;transform:translate(10.1459vw,-10px) scale(.0399);animation:fall-365 16s -15s linear infinite}@keyframes fall-365{41.36%{transform:translate(9.4267vw,41.36vh) scale(.0399)}to{transform:translate(9.7863vw,99vh) scale(.0399)}}.snow:nth-child(366){opacity:.6088;transform:translate(20.5904vw,-10px) scale(.9339);animation:fall-366 17s -4s linear infinite}@keyframes fall-366{54.052%{transform:translate(12.253vw,54.052vh) scale(.9339)}to{transform:translate(16.4217vw,99vh) scale(.9339)}}.snow:nth-child(367){opacity:1.0154;transform:translate(63.0058vw,-10px) scale(.9157);animation:fall-367 21s -24s linear infinite}@keyframes fall-367{48.276%{transform:translate(70.7991vw,48.276vh) scale(.9157)}to{transform:translate(66.90245vw,99vh) scale(.9157)}}.snow:nth-child(368){opacity:1.1056;transform:translate(85.8908vw,-10px) scale(.0231);animation:fall-368 12s -30s linear infinite}@keyframes fall-368{60.508%{transform:translate(94.3599vw,60.508vh) scale(.0231)}to{transform:translate(90.12535vw,99vh) scale(.0231)}}.snow:nth-child(369){opacity:1.4182;transform:translate(21.5569vw,-10px) scale(.5582);animation:fall-369 23s -26s linear infinite}@keyframes fall-369{69.571%{transform:translate(30.8042vw,69.571vh) scale(.5582)}to{transform:translate(26.18055vw,99vh) scale(.5582)}}.snow:nth-child(370){opacity:1.9852;transform:translate(53.0913vw,-10px) scale(.8106);animation:fall-370 20s -24s linear infinite}@keyframes fall-370{37.47%{transform:translate(47.9542vw,37.47vh) scale(.8106)}to{transform:translate(50.52275vw,99vh) scale(.8106)}}.snow:nth-child(371){opacity:.9312;transform:translate(13.6912vw,-10px) scale(.6818);animation:fall-371 17s -14s linear infinite}@keyframes fall-371{66.051%{transform:translate(11.4773vw,66.051vh) scale(.6818)}to{transform:translate(12.58425vw,99vh) scale(.6818)}}.snow:nth-child(372){opacity:.9454;transform:translate(99.5575vw,-10px) scale(.8229);animation:fall-372 21s -20s linear infinite}@keyframes fall-372{67.071%{transform:translate(89.8621vw,67.071vh) scale(.8229)}to{transform:translate(94.7098vw,99vh) scale(.8229)}}.snow:nth-child(373){opacity:1.111;transform:translate(76.0928vw,-10px) scale(.097);animation:fall-373 18s -24s linear infinite}@keyframes fall-373{79.837%{transform:translate(66.6484vw,79.837vh) scale(.097)}to{transform:translate(71.3706vw,99vh) scale(.097)}}.snow:nth-child(374){opacity:.9444;transform:translate(46.5407vw,-10px) scale(.6126);animation:fall-374 12s -30s linear infinite}@keyframes fall-374{46.005%{transform:translate(56.467vw,46.005vh) scale(.6126)}to{transform:translate(51.50385vw,99vh) scale(.6126)}}.snow:nth-child(375){opacity:.9208;transform:translate(1.3985vw,-10px) scale(.5546);animation:fall-375 10s -3s linear infinite}@keyframes fall-375{52.105%{transform:translate(3.9938vw,52.105vh) scale(.5546)}to{transform:translate(2.69615vw,99vh) scale(.5546)}}.snow:nth-child(376){opacity:1.7946;transform:translate(30.6789vw,-10px) scale(.2838);animation:fall-376 11s -10s linear infinite}@keyframes fall-376{31.677%{transform:translate(40.412vw,31.677vh) scale(.2838)}to{transform:translate(35.54545vw,99vh) scale(.2838)}}.snow:nth-child(377){opacity:1.3346;transform:translate(90.0548vw,-10px) scale(.0901);animation:fall-377 14s -21s linear infinite}@keyframes fall-377{35.116%{transform:translate(99.0442vw,35.116vh) scale(.0901)}to{transform:translate(94.5495vw,99vh) scale(.0901)}}.snow:nth-child(378){opacity:.7948;transform:translate(40.4978vw,-10px) scale(.1512);animation:fall-378 29s -23s linear infinite}@keyframes fall-378{44.322%{transform:translate(37.9081vw,44.322vh) scale(.1512)}to{transform:translate(39.20295vw,99vh) scale(.1512)}}.snow:nth-child(379){opacity:.8428;transform:translate(97.471vw,-10px) scale(.5435);animation:fall-379 13s -27s linear infinite}@keyframes fall-379{52.68%{transform:translate(105.614vw,52.68vh) scale(.5435)}to{transform:translate(101.5425vw,99vh) scale(.5435)}}.snow:nth-child(380){opacity:.0224;transform:translate(58.8862vw,-10px) scale(.7771);animation:fall-380 15s -2s linear infinite}@keyframes fall-380{35.049%{transform:translate(63.4225vw,35.049vh) scale(.7771)}to{transform:translate(61.15435vw,99vh) scale(.7771)}}.snow:nth-child(381){opacity:1.7354;transform:translate(13.0883vw,-10px) scale(.0843);animation:fall-381 30s -6s linear infinite}@keyframes fall-381{33.068%{transform:translate(22.8615vw,33.068vh) scale(.0843)}to{transform:translate(17.9749vw,99vh) scale(.0843)}}.snow:nth-child(382){opacity:.596;transform:translate(8.6164vw,-10px) scale(.8707);animation:fall-382 23s -12s linear infinite}@keyframes fall-382{75.768%{transform:translate(10.1638vw,75.768vh) scale(.8707)}to{transform:translate(9.3901vw,99vh) scale(.8707)}}.snow:nth-child(383){opacity:1.1254;transform:translate(69.4616vw,-10px) scale(.0443);animation:fall-383 22s -4s linear infinite}@keyframes fall-383{63.818%{transform:translate(78.063vw,63.818vh) scale(.0443)}to{transform:translate(73.7623vw,99vh) scale(.0443)}}.snow:nth-child(384){opacity:1.949;transform:translate(18.54vw,-10px) scale(.6048);animation:fall-384 19s -28s linear infinite}@keyframes fall-384{57.589%{transform:translate(27.1558vw,57.589vh) scale(.6048)}to{transform:translate(22.8479vw,99vh) scale(.6048)}}.snow:nth-child(385){opacity:1.4642;transform:translate(11.9096vw,-10px) scale(.3684);animation:fall-385 18s -5s linear infinite}@keyframes fall-385{36.896%{transform:translate(20.4995vw,36.896vh) scale(.3684)}to{transform:translate(16.20455vw,99vh) scale(.3684)}}.snow:nth-child(386){opacity:.4854;transform:translate(13.2344vw,-10px) scale(.9397);animation:fall-386 11s -13s linear infinite}@keyframes fall-386{60.802%{transform:translate(6.5672vw,60.802vh) scale(.9397)}to{transform:translate(9.9008vw,99vh) scale(.9397)}}.snow:nth-child(387){opacity:.9486;transform:translate(1.5647vw,-10px) scale(.9006);animation:fall-387 24s -4s linear infinite}@keyframes fall-387{31.244%{transform:translate(-7.7531vw,31.244vh) scale(.9006)}to{transform:translate(-3.0942vw,99vh) scale(.9006)}}.snow:nth-child(388){opacity:1.9292;transform:translate(17.3011vw,-10px) scale(.7572);animation:fall-388 15s -1s linear infinite}@keyframes fall-388{68.871%{transform:translate(13.3062vw,68.871vh) scale(.7572)}to{transform:translate(15.30365vw,99vh) scale(.7572)}}.snow:nth-child(389){opacity:.2898;transform:translate(97.2115vw,-10px) scale(.5149);animation:fall-389 17s -9s linear infinite}@keyframes fall-389{56.827%{transform:translate(96.6164vw,56.827vh) scale(.5149)}to{transform:translate(96.91395vw,99vh) scale(.5149)}}.snow:nth-child(390){opacity:.9502;transform:translate(51.8937vw,-10px) scale(.5122);animation:fall-390 24s -13s linear infinite}@keyframes fall-390{46.316%{transform:translate(45.3403vw,46.316vh) scale(.5122)}to{transform:translate(48.617vw,99vh) scale(.5122)}}.snow:nth-child(391){opacity:1.792;transform:translate(8.174vw,-10px) scale(.438);animation:fall-391 26s -13s linear infinite}@keyframes fall-391{65.517%{transform:translate(11.982vw,65.517vh) scale(.438)}to{transform:translate(10.078vw,99vh) scale(.438)}}.snow:nth-child(392){opacity:1.065;transform:translate(80.0204vw,-10px) scale(.3427);animation:fall-392 26s -30s linear infinite}@keyframes fall-392{46.263%{transform:translate(87.1564vw,46.263vh) scale(.3427)}to{transform:translate(83.5884vw,99vh) scale(.3427)}}.snow:nth-child(393){opacity:.6836;transform:translate(74.521vw,-10px) scale(.9302);animation:fall-393 19s -21s linear infinite}@keyframes fall-393{55.731%{transform:translate(81.4818vw,55.731vh) scale(.9302)}to{transform:translate(78.0014vw,99vh) scale(.9302)}}.snow:nth-child(394){opacity:.4752;transform:translate(66.3888vw,-10px) scale(.7213);animation:fall-394 30s -18s linear infinite}@keyframes fall-394{58.342%{transform:translate(71.3625vw,58.342vh) scale(.7213)}to{transform:translate(68.87565vw,99vh) scale(.7213)}}.snow:nth-child(395){opacity:.338;transform:translate(56.3507vw,-10px) scale(.0373);animation:fall-395 11s -22s linear infinite}@keyframes fall-395{73.767%{transform:translate(60.404vw,73.767vh) scale(.0373)}to{transform:translate(58.37735vw,99vh) scale(.0373)}}.snow:nth-child(396){opacity:.9914;transform:translate(59.2362vw,-10px) scale(.8005);animation:fall-396 25s -20s linear infinite}@keyframes fall-396{73.079%{transform:translate(62.2544vw,73.079vh) scale(.8005)}to{transform:translate(60.7453vw,99vh) scale(.8005)}}.snow:nth-child(397){opacity:.914;transform:translate(35.7131vw,-10px) scale(.5338);animation:fall-397 15s -1s linear infinite}@keyframes fall-397{44.329%{transform:translate(39.7415vw,44.329vh) scale(.5338)}to{transform:translate(37.7273vw,99vh) scale(.5338)}}.snow:nth-child(398){opacity:1.4952;transform:translate(33.8068vw,-10px) scale(.5532);animation:fall-398 11s -6s linear infinite}@keyframes fall-398{73.55%{transform:translate(29.8745vw,73.55vh) scale(.5532)}to{transform:translate(31.84065vw,99vh) scale(.5532)}}.snow:nth-child(399){opacity:1.354;transform:translate(13.0122vw,-10px) scale(.2703);animation:fall-399 24s -18s linear infinite}@keyframes fall-399{56.795%{transform:translate(17.346vw,56.795vh) scale(.2703)}to{transform:translate(15.1791vw,99vh) scale(.2703)}}.snow:nth-child(400){opacity:1.6004;transform:translate(76.7489vw,-10px) scale(.6381);animation:fall-400 26s -23s linear infinite}@keyframes fall-400{43.651%{transform:translate(74.3559vw,43.651vh) scale(.6381)}to{transform:translate(75.5524vw,99vh) scale(.6381)}}\n"] }]
82
- }], ctorParameters: function () { return [{ type: i1.TokenService }, { type: i1.AppState }, { type: i2.Router }, { type: undefined, decorators: [{
83
- type: Inject,
84
- args: [ANONYMOUS_MODE]
85
- }] }]; } });
59
+ // Angular
60
+ /* N.B: Questo componente non può diventare standalone. È il punto di ingresso per il bootstrap dei moduli di Frontend, che NON si basano sui componenti standalone a meno di rare funzionalità */
61
+ class AppComponent {
62
+ constructor(bts, _state, router, anonymousMode) {
63
+ this.bts = bts;
64
+ this._state = _state;
65
+ this.router = router;
66
+ this.snows = [];
67
+ this.snowTrackBy = (_, item) => item;
68
+ if (this._state.christmasTime)
69
+ for (let i = 0; i < 400; i++)
70
+ this.snows.push(i);
71
+ if (!this.bts.accountScope && !anonymousMode) {
72
+ console.log("AppComponent - no account scope, redirecting to login");
73
+ this.router.navigate(["login", { fromUrl: this.router.url }]);
74
+ }
75
+ }
76
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AppComponent, deps: [{ token: i1.TokenService }, { token: i1.AppState }, { token: i2.Router }, { token: ANONYMOUS_MODE }], target: i0.ɵɵFactoryTarget.Component }); }
77
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", 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: ["@charset \"UTF-8\";.table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width: 0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width: 0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width: 0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width: 0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width: 0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;-webkit-box-shadow:1px 1px 5px 0px rgba(0,0,0,.25);-moz-box-shadow:1px 1px 5px 0px rgba(0,0,0,.25);box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:#024a8880}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:#2d922d80}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:#248dad80}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:#f79a1780}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:#bf172580}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:#0006}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:#0003}.card.overlay .card-img{border-radius:0;-webkit-filter:brightness(100%);-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-webkit-filter:brightness(80%);-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media (min-width: 1400px){.d-xxl-block{display:block!important}}@media (min-width: 576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:#024a88cc!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:#024a8880;border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:#024a88f2!important;border-color:#024a88f2!important}.btn-success{background:#2d922dcc;border-color:#2d922dcc}.btn-success.medium-opacity{background:#2d922d80;border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:#2d922df2!important;border-color:#2d922df2!important}.btn-info{background:#248dadcc;border-color:#248dadcc}.btn-info.medium-opacity{background:#248dad80;border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:#248dadf2!important;border-color:#248dadf2!important}.btn-warning{background:#f79a17cc;border-color:#f79a17cc}.btn-warning.medium-opacity{background:#f79a1780;border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:#f79a17f2!important;border-color:#f79a17f2!important}.btn-danger{background:#bf1725cc;border-color:#bf1725cc}.btn-danger.medium-opacity{background:#bf172580;border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:#bf1725f2!important;border-color:#bf1725f2!important}.btn-dark{background:#000c;border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:#00000080;border-color:#0000001a}.btn-dark:hover{background:#000;border-color:#000}.btn-dark:active{background:#000000f2!important;border-color:#000000f2!important}.btn-main{background:#242d3acc;border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:#242d3a80;border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:#242d3af2!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242d3a;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:#2d922d80;border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:#555555b3}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242d3a}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:#555555b3}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242d3a}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:#ffffff1a url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:#024a8880!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:#2d922d80!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:#f79a1780!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:#bf172580!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:#242d3a80!important}.bg-dark{background:#000!important}.bg-dark.medium-opacity{background:#00000080!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800px){.modal-feminist{max-width:1366px}}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::-webkit-input-placeholder{color:#aaa!important}:-moz-placeholder{color:#aaa!important;opacity:1!important}::-moz-placeholder{color:#aaa!important;opacity:1!important}:-ms-input-placeholder{color:#aaa!important}::-ms-input-placeholder{color:#aaa!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{-moz-transform:scale(1,-1);-webkit-transform:scale(1,-1);-o-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scaleY(-1)}.app-flip-x{-moz-transform:scale(-1,1);-webkit-transform:scale(-1,1);-o-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box-600{max-height:600px;overflow-x:hidden;overflow-y:auto}.list-area{position:relative!important}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:#ff323233;position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:#fff;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.wizard-step-container{background-color:#fff;box-shadow:#63636333 0 2px 8px;padding:10px}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:#00000080 none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:#ededed;border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{padding-left:0;margin-top:20px}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.app-search-background{z-index:9999;margin-top:60px;padding:0;background-color:#0000004d;width:100vw;height:calc(100vh - 60px)}.app-search-result-box{height:calc(100% - 35px);overflow:hidden;margin:20px}.app-search-card{margin-top:2px;margin-bottom:10px;padding:15px;background-color:#fff;box-shadow:#06182c66 0 0 0 2px,#06182ca6 0 4px 6px -1px,#ffffff14 0 1px inset}.pull-left{float:left}.pull-right{float:right}.pace .pace-progress{background:#637ca0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#ccc}::-webkit-scrollbar-thumb:active{background:#888}::-webkit-scrollbar-track{background:#666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666}::-webkit-scrollbar-track:active{background:#333}::-webkit-scrollbar-corner{background:transparent}.transition{-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s}.widget-controls{position:absolute;z-index:1;top:0;right:0;padding:10px 20px;font-size:14px}.widget-controls a{color:#fff;margin-left:7px;line-height:1;vertical-align:top;display:inline-block}.widget-controls a i.glyphicon-resize-full{font-size:13px}.widget-controls a:hover{color:#ffffffb3}.widget-controls a.dropdown-toggle:after{display:none}.widget-controls ul.dropdown-menu{min-width:9rem;padding:0;border-radius:0}.widget-controls ul.dropdown-menu li{padding:4px;overflow:hidden}.widget-controls ul.dropdown-menu li a{color:#242d3a;font-size:13px;width:100%}.widget-controls ul.dropdown-menu li:hover{background-color:#242d3a}.widget-controls ul.dropdown-menu li:hover a{color:#fff}.card.fullscreened .card-header{line-height:35px}.card.fullscreened .card-header .widget-controls{padding:20px}.card.fullscreened .card-header .widget-controls a{margin-left:12px}.card.fullscreened .card-header .widget-controls a.setting{display:none}.card.fullscreened.card-primary{background:#024a88}.card.fullscreened.card-success{background:#2d922d}.card.fullscreened.card-info{background:#248dad}.card.fullscreened.card-warning{background:#f79a17}.card.fullscreened.card-danger{background:#bf1725}.scrolling{height:100%;overflow-y:scroll;padding-bottom:60px}.no-margin{margin:0}.bottom-15{margin-bottom:15px}.m-t-5{margin-top:5px}.m-t-15{margin-top:15px}.res-img{width:100%}.chart-outher{width:55%;margin:0 auto}.p-t-10{padding-top:10%}.o-visible{overflow:visible}.w-150{width:150px}.w-200{width:200px}@media (max-width: 543px){.chart-outher{width:100%}}@media (min-width: 544px) and (max-width: 767px){.chart-outher{width:85%}}@media (min-width: 992px) and (max-width: 1199px){.chart-outher{width:65%}}.mat-datepicker-content{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;display:block;border-radius:4px;background-color:var(--mat-datepicker-calendar-container-background-color);color:var(--mat-datepicker-calendar-container-text-color)}.mat-datepicker-content .mat-calendar{width:296px;height:354px}.mat-datepicker-content .mat-datepicker-content-container-with-custom-header .mat-calendar{height:auto}.mat-datepicker-content .mat-datepicker-close-button{position:absolute;top:100%;left:0;margin-top:8px}.ng-animating .mat-datepicker-content .mat-datepicker-close-button{display:none}.mat-datepicker-content-container{display:flex;flex-direction:column;justify-content:space-between}.mat-datepicker-content-touch{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f;display:block;max-height:80vh;position:relative;overflow:visible}.mat-datepicker-content-touch .mat-datepicker-content-container{min-height:312px;max-height:788px;min-width:250px;max-width:750px}.mat-datepicker-content-touch .mat-calendar{width:100%;height:auto}@media all and (orientation: landscape){.mat-datepicker-content-touch .mat-datepicker-content-container{width:64vh;height:80vh}}@media all and (orientation: portrait){.mat-datepicker-content-touch .mat-datepicker-content-container{width:80vw;height:100vw}.mat-datepicker-content-touch .mat-datepicker-content-container-with-actions{height:115vw}}.mat-calendar{display:block;font-family:var(--mat-datepicker-calendar-text-font);font-size:var(--mat-datepicker-calendar-text-size)}.mat-calendar-header{padding:8px 8px 0}.mat-calendar-content{padding:0 8px 8px;outline:none}.mat-calendar-controls{display:flex;align-items:center;margin:5% calc(4.7142857143% - 16px)}.mat-calendar-spacer{flex:1 1 auto}.mat-calendar-period-button{min-width:0;margin:0 8px;font-size:var(--mat-datepicker-calendar-period-button-text-size);font-weight:var(--mat-datepicker-calendar-period-button-text-weight)}.mat-calendar-arrow{display:inline-block;width:10px;height:5px;margin:0 0 0 5px;vertical-align:middle;fill:var(--mat-datepicker-calendar-period-button-icon-color)}.mat-calendar-arrow.mat-calendar-invert{transform:rotate(180deg)}[dir=rtl] .mat-calendar-arrow{margin:0 5px 0 0}.cdk-high-contrast-active .mat-calendar-arrow{fill:CanvasText}.mat-calendar-previous-button,.mat-calendar-next-button{position:relative}.mat-datepicker-content .mat-calendar-previous-button,.mat-datepicker-content .mat-calendar-next-button{color:var(--mat-datepicker-calendar-navigation-button-icon-color)}.mat-calendar-previous-button:after,.mat-calendar-next-button:after{inset:0;position:absolute;content:\"\";margin:15.5px;border:0 solid currentColor;border-top-width:2px}[dir=rtl] .mat-calendar-previous-button,[dir=rtl] .mat-calendar-next-button{transform:rotate(180deg)}.mat-calendar-previous-button:after{border-left-width:2px;transform:translate(2px) rotate(-45deg)}.mat-calendar-next-button:after{border-right-width:2px;transform:translate(-2px) rotate(45deg)}.mat-calendar-table{border-spacing:0;border-collapse:collapse;width:100%}.mat-calendar-table-header th{text-align:center;padding:0 0 8px;color:var(--mat-datepicker-calendar-header-text-color);font-size:var(--mat-datepicker-calendar-header-text-size);font-weight:var(--mat-datepicker-calendar-header-text-weight)}.mat-calendar-table-header-divider{position:relative;height:1px}.mat-calendar-table-header-divider:after{content:\"\";position:absolute;top:0;left:-8px;right:-8px;height:1px;background:var(--mat-datepicker-calendar-header-divider-color)}.mat-calendar-body-cell-content:before{margin:calc((var(--mat-focus-indicator-border-width, 3px) + 3px) * -1)}.mat-calendar-body-cell:focus .mat-focus-indicator:before{content:\"\"}.mat-calendar-hidden-label{display:none}.mdc-touch-target-wrapper{display:inline}.mdc-elevation-overlay{position:absolute;border-radius:inherit;pointer-events:none;opacity:var(--mdc-elevation-overlay-opacity, 0);transition:opacity .28s cubic-bezier(.4,0,.2,1)}.mdc-button{position:relative;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-width:64px;border:none;outline:none;line-height:inherit;-webkit-user-select:none;user-select:none;-webkit-appearance:none;overflow:visible;vertical-align:middle;background:#0000}.mdc-button .mdc-elevation-overlay{width:100%;height:100%;top:0;left:0}.mdc-button::-moz-focus-inner{padding:0;border:0}.mdc-button:active{outline:none}.mdc-button:hover{cursor:pointer}.mdc-button:disabled{cursor:default;pointer-events:none}.mdc-button[hidden]{display:none}.mdc-button .mdc-button__icon{margin-left:0;margin-right:8px;display:inline-block;position:relative;vertical-align:top}[dir=rtl] .mdc-button .mdc-button__icon,.mdc-button .mdc-button__icon[dir=rtl]{margin-left:8px;margin-right:0}.mdc-button .mdc-button__progress-indicator{font-size:0;position:absolute;transform:translate(-50%,-50%);top:50%;left:50%;line-height:initial}.mdc-button .mdc-button__label{position:relative}.mdc-button .mdc-button__focus-ring{pointer-events:none;border:2px solid rgba(0,0,0,0);border-radius:6px;box-sizing:content-box;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:calc(100% + 4px);width:calc(100% + 4px);display:none}@media screen and (forced-colors: active){.mdc-button .mdc-button__focus-ring{border-color:CanvasText}}.mdc-button .mdc-button__focus-ring:after{content:\"\";border:2px solid rgba(0,0,0,0);border-radius:8px;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:calc(100% + 4px);width:calc(100% + 4px)}@media screen and (forced-colors: active){.mdc-button .mdc-button__focus-ring:after{border-color:CanvasText}}@media screen and (forced-colors: active){.mdc-button.mdc-ripple-upgraded--background-focused .mdc-button__focus-ring,.mdc-button:not(.mdc-ripple-upgraded):focus .mdc-button__focus-ring{display:block}}.mdc-button .mdc-button__touch{position:absolute;top:50%;height:48px;left:0;right:0;transform:translateY(-50%)}.mdc-button__label+.mdc-button__icon{margin-left:8px;margin-right:0}[dir=rtl] .mdc-button__label+.mdc-button__icon,.mdc-button__label+.mdc-button__icon[dir=rtl]{margin-left:0;margin-right:8px}svg.mdc-button__icon{fill:currentColor}.mdc-button--touch{margin-top:6px;margin-bottom:6px}.mdc-button{padding:0 8px}.mdc-button--unelevated{transition:box-shadow .28s cubic-bezier(.4,0,.2,1);padding:0 16px}.mdc-button--unelevated.mdc-button--icon-trailing{padding:0 12px 0 16px}.mdc-button--unelevated.mdc-button--icon-leading{padding:0 16px 0 12px}.mdc-button--raised{transition:box-shadow .28s cubic-bezier(.4,0,.2,1);padding:0 16px}.mdc-button--raised.mdc-button--icon-trailing{padding:0 12px 0 16px}.mdc-button--raised.mdc-button--icon-leading{padding:0 16px 0 12px}.mdc-button--outlined{border-style:solid;transition:border .28s cubic-bezier(.4,0,.2,1)}.mdc-button--outlined .mdc-button__ripple{border-style:solid;border-color:#0000}.mat-mdc-button{height:var(--mdc-text-button-container-height, 36px);border-radius:var(--mdc-text-button-container-shape, var(--mdc-shape-small, 4px))}.mat-mdc-button:not(:disabled){color:var(--mdc-text-button-label-text-color, inherit)}.mat-mdc-button:disabled{color:var(--mdc-text-button-disabled-label-text-color, rgba(0, 0, 0, .38))}.mat-mdc-button .mdc-button__ripple{border-radius:var(--mdc-text-button-container-shape, var(--mdc-shape-small, 4px))}.mat-mdc-unelevated-button{height:var(--mdc-filled-button-container-height, 36px);border-radius:var(--mdc-filled-button-container-shape, var(--mdc-shape-small, 4px))}.mat-mdc-unelevated-button:not(:disabled){background-color:var(--mdc-filled-button-container-color, transparent)}.mat-mdc-unelevated-button:disabled{background-color:var(--mdc-filled-button-disabled-container-color, rgba(0, 0, 0, .12))}.mat-mdc-unelevated-button:not(:disabled){color:var(--mdc-filled-button-label-text-color, inherit)}.mat-mdc-unelevated-button:disabled{color:var(--mdc-filled-button-disabled-label-text-color, rgba(0, 0, 0, .38))}.mat-mdc-unelevated-button .mdc-button__ripple{border-radius:var(--mdc-filled-button-container-shape, var(--mdc-shape-small, 4px))}.mat-mdc-raised-button{height:var(--mdc-protected-button-container-height, 36px);border-radius:var(--mdc-protected-button-container-shape, var(--mdc-shape-small, 4px));box-shadow:var(--mdc-protected-button-container-elevation, 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12))}.mat-mdc-raised-button:not(:disabled){background-color:var(--mdc-protected-button-container-color, transparent)}.mat-mdc-raised-button:disabled{background-color:var(--mdc-protected-button-disabled-container-color, rgba(0, 0, 0, .12))}.mat-mdc-raised-button:not(:disabled){color:var(--mdc-protected-button-label-text-color, inherit)}.mat-mdc-raised-button:disabled{color:var(--mdc-protected-button-disabled-label-text-color, rgba(0, 0, 0, .38))}.mat-mdc-raised-button .mdc-button__ripple{border-radius:var(--mdc-protected-button-container-shape, var(--mdc-shape-small, 4px))}.mat-mdc-raised-button.mdc-ripple-upgraded--background-focused,.mat-mdc-raised-button:not(.mdc-ripple-upgraded):focus{box-shadow:var(--mdc-protected-button-focus-container-elevation, 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12))}.mat-mdc-raised-button:hover{box-shadow:var(--mdc-protected-button-hover-container-elevation, 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12))}.mat-mdc-raised-button:not(:disabled):active{box-shadow:var(--mdc-protected-button-pressed-container-elevation, 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12))}.mat-mdc-raised-button:disabled{box-shadow:var(--mdc-protected-button-disabled-container-elevation, 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12))}.mat-mdc-outlined-button{height:var(--mdc-outlined-button-container-height, 36px);border-radius:var(--mdc-outlined-button-container-shape, var(--mdc-shape-small, 4px));padding:0 15px;border-width:var(--mdc-outlined-button-outline-width, 1px)}.mat-mdc-outlined-button:not(:disabled){color:var(--mdc-outlined-button-label-text-color, inherit)}.mat-mdc-outlined-button:disabled{color:var(--mdc-outlined-button-disabled-label-text-color, rgba(0, 0, 0, .38))}.mat-mdc-outlined-button .mdc-button__ripple{border-radius:var(--mdc-outlined-button-container-shape, var(--mdc-shape-small, 4px))}.mat-mdc-outlined-button:not(:disabled){border-color:var(--mdc-outlined-button-outline-color, rgba(0, 0, 0, .12))}.mat-mdc-outlined-button:disabled{border-color:var(--mdc-outlined-button-disabled-outline-color, rgba(0, 0, 0, .12))}.mat-mdc-outlined-button.mdc-button--icon-trailing{padding:0 11px 0 15px}.mat-mdc-outlined-button.mdc-button--icon-leading{padding:0 15px 0 11px}.mat-mdc-outlined-button .mdc-button__ripple{inset:-1px;border-width:var(--mdc-outlined-button-outline-width, 1px)}.mat-mdc-outlined-button .mdc-button__touch{left:calc(-1 * var(--mdc-outlined-button-outline-width, 1px));width:calc(100% + 2 * var(--mdc-outlined-button-outline-width, 1px))}.mat-mdc-button,.mat-mdc-unelevated-button,.mat-mdc-raised-button,.mat-mdc-outlined-button{-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-mdc-button .mat-mdc-button-ripple,.mat-mdc-button .mat-mdc-button-persistent-ripple,.mat-mdc-button .mat-mdc-button-persistent-ripple:before,.mat-mdc-unelevated-button .mat-mdc-button-ripple,.mat-mdc-unelevated-button .mat-mdc-button-persistent-ripple,.mat-mdc-unelevated-button .mat-mdc-button-persistent-ripple:before,.mat-mdc-raised-button .mat-mdc-button-ripple,.mat-mdc-raised-button .mat-mdc-button-persistent-ripple,.mat-mdc-raised-button .mat-mdc-button-persistent-ripple:before,.mat-mdc-outlined-button .mat-mdc-button-ripple,.mat-mdc-outlined-button .mat-mdc-button-persistent-ripple,.mat-mdc-outlined-button .mat-mdc-button-persistent-ripple:before{inset:0;position:absolute;pointer-events:none;border-radius:inherit}.mat-mdc-button .mat-mdc-button-ripple,.mat-mdc-unelevated-button .mat-mdc-button-ripple,.mat-mdc-raised-button .mat-mdc-button-ripple,.mat-mdc-outlined-button .mat-mdc-button-ripple{overflow:hidden}.mat-mdc-button .mat-mdc-button-persistent-ripple:before,.mat-mdc-unelevated-button .mat-mdc-button-persistent-ripple:before,.mat-mdc-raised-button .mat-mdc-button-persistent-ripple:before,.mat-mdc-outlined-button .mat-mdc-button-persistent-ripple:before{content:\"\";opacity:0;background-color:var(--mat-mdc-button-persistent-ripple-color)}.mat-mdc-button .mat-ripple-element,.mat-mdc-unelevated-button .mat-ripple-element,.mat-mdc-raised-button .mat-ripple-element,.mat-mdc-outlined-button .mat-ripple-element{background-color:var(--mat-mdc-button-ripple-color)}.mat-mdc-button .mdc-button__label,.mat-mdc-unelevated-button .mdc-button__label,.mat-mdc-raised-button .mdc-button__label,.mat-mdc-outlined-button .mdc-button__label{z-index:1}.mat-mdc-button .mat-mdc-focus-indicator,.mat-mdc-unelevated-button .mat-mdc-focus-indicator,.mat-mdc-raised-button .mat-mdc-focus-indicator,.mat-mdc-outlined-button .mat-mdc-focus-indicator{inset:0;position:absolute}.mat-mdc-button:focus .mat-mdc-focus-indicator:before,.mat-mdc-unelevated-button:focus .mat-mdc-focus-indicator:before,.mat-mdc-raised-button:focus .mat-mdc-focus-indicator:before,.mat-mdc-outlined-button:focus .mat-mdc-focus-indicator:before{content:\"\"}.mat-mdc-button[disabled],.mat-mdc-unelevated-button[disabled],.mat-mdc-raised-button[disabled],.mat-mdc-outline\\2026 .mat-calendar-body{min-width:224px}.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:var(--mat-datepicker-calendar-date-today-outline-color)}.mat-calendar-body-label{height:0;line-height:0;text-align:left;padding-left:4.7142857143%;padding-right:4.7142857143%;font-size:var(--mat-datepicker-calendar-body-label-text-size);font-weight:var(--mat-datepicker-calendar-body-label-text-weight);color:var(--mat-datepicker-calendar-body-label-text-color)}.mat-calendar-body-hidden-label{display:none}.mat-calendar-body-cell-container{position:relative;height:0;line-height:0}.mat-calendar-body-cell{-webkit-user-select:none;user-select:none;cursor:pointer;border:none;-webkit-tap-highlight-color:rgba(0,0,0,0);position:absolute;top:0;left:0;width:100%;height:100%;background:none;text-align:center;outline:none;font-family:inherit;margin:0}.mat-calendar-body-cell::-moz-focus-inner{border:0}.mat-calendar-body-cell:before,.mat-calendar-body-cell:after,.mat-calendar-body-cell-preview{content:\"\";position:absolute;top:5%;left:0;z-index:0;box-sizing:border-box;display:block;height:90%;width:100%}.mat-calendar-body-range-start:not(.mat-calendar-body-in-comparison-range):before,.mat-calendar-body-range-start:after,.mat-calendar-body-comparison-start:not(.mat-calendar-body-comparison-bridge-start):before,.mat-calendar-body-comparison-start:after,.mat-calendar-body-preview-start .mat-calendar-body-cell-preview{left:5%;width:95%;border-top-left-radius:999px;border-bottom-left-radius:999px}[dir=rtl] .mat-calendar-body-range-start:not(.mat-calendar-body-in-comparison-range):before,[dir=rtl] .mat-calendar-body-range-start:after,[dir=rtl] .mat-calendar-body-comparison-start:not(.mat-calendar-body-comparison-bridge-start):before,[dir=rtl] .mat-calendar-body-comparison-start:after,[dir=rtl] .mat-calendar-body-preview-start .mat-calendar-body-cell-preview{left:0;border-radius:0 999px 999px 0}.mat-calendar-body-range-end:not(.mat-calendar-body-in-comparison-range):before,.mat-calendar-body-range-end:after,.mat-calendar-body-comparison-end:not(.mat-calendar-body-comparison-bridge-end):before,.mat-calendar-body-comparison-end:after,.mat-calendar-body-preview-end .mat-calendar-body-cell-preview{width:95%;border-top-right-radius:999px;border-bottom-right-radius:999px}[dir=rtl] .mat-calendar-body-range-end:not(.mat-calendar-body-in-comparison-range):before,[dir=rtl] .mat-calendar-body-range-end:after,[dir=rtl] .mat-calendar-body-comparison-end:not(.mat-calendar-body-comparison-bridge-end):before,[dir=rtl] .mat-calendar-body-comparison-end:after,[dir=rtl] .mat-calendar-body-preview-end .mat-calendar-body-cell-preview{left:5%;border-radius:999px 0 0 999px}[dir=rtl] .mat-calendar-body-comparison-bridge-start.mat-calendar-body-range-end:after,[dir=rtl] .mat-calendar-body-comparison-bridge-end.mat-calendar-body-range-start:after{width:95%;border-top-right-radius:999px;border-bottom-right-radius:999px}.mat-calendar-body-comparison-start.mat-calendar-body-range-end:after,[dir=rtl] .mat-calendar-body-comparison-start.mat-calendar-body-range-end:after,.mat-calendar-body-comparison-end.mat-calendar-body-range-start:after,[dir=rtl] .mat-calendar-body-comparison-end.mat-calendar-body-range-start:after{width:90%}.mat-calendar-body-in-preview{color:var(--mat-datepicker-calendar-date-preview-state-outline-color)}.mat-calendar-body-in-preview .mat-calendar-body-cell-preview{border-top:dashed 1px;border-bottom:dashed 1px}.mat-calendar-body-preview-start .mat-calendar-body-cell-preview{border-left:dashed 1px}[dir=rtl] .mat-calendar-body-preview-start .mat-calendar-body-cell-preview{border-left:0;border-right:dashed 1px}.mat-calendar-body-preview-end .mat-calendar-body-cell-preview{border-right:dashed 1px}[dir=rtl] .mat-calendar-body-preview-end .mat-calendar-body-cell-preview{border-right:0;border-left:dashed 1px}.mat-calendar-body-disabled{cursor:default}.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){color:var(--mat-datepicker-calendar-date-disabled-state-text-color)}.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:var(--mat-datepicker-calendar-date-today-disabled-state-outline-color)}.cdk-high-contrast-active .mat-calendar-body-disabled{opacity:.5}.mat-calendar-body-cell-content{top:5%;left:5%;z-index:1;display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:90%;height:90%;line-height:1;border-width:1px;border-style:solid;border-radius:999px;color:var(--mat-datepicker-calendar-date-text-color);border-color:var(--mat-datepicker-calendar-date-outline-color)}.mat-calendar-body-cell-content.mat-focus-indicator{position:absolute}.cdk-high-contrast-active .mat-calendar-body-cell-content{border:none}.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:var(--mat-datepicker-calendar-date-focus-state-background-color)}@media (hover: hover){.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:var(--mat-datepicker-calendar-date-hover-state-background-color)}}.mat-calendar-body-selected{background-color:var(--mat-datepicker-calendar-date-selected-state-background-color);color:var(--mat-datepicker-calendar-date-selected-state-text-color)}.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:var(--mat-datepicker-calendar-date-selected-disabled-state-background-color)}.mat-calendar-body-selected.mat-calendar-body-today{box-shadow:inset 0 0 0 1px var(--mat-datepicker-calendar-date-today-selected-state-outline-color)}.mat-calendar-body-in-range:before{background:var(--mat-datepicker-calendar-date-in-range-state-background-color)}.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range:before{background:var(--mat-datepicker-calendar-date-in-comparison-range-state-background-color)}.mat-calendar-body-comparison-bridge-start:before,[dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,var(--mat-datepicker-calendar-date-in-range-state-background-color) 50%,var(--mat-datepicker-calendar-date-in-comparison-range-state-background-color) 50%)}.mat-calendar-body-comparison-bridge-end:before,[dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,var(--mat-datepicker-calendar-date-in-range-state-background-color) 50%,var(--mat-datepicker-calendar-date-in-comparison-range-state-background-color) 50%)}.mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:var(--mat-datepicker-calendar-date-in-overlap-range-state-background-color)}.mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:var(--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color)}.cdk-high-contrast-active .mat-datepicker-popup:not(:empty),.cdk-high-contrast-active .mat-calendar-body-cell:not(.mat-calendar-body-in-range) .mat-calendar-body-selected{outline:solid 1px}.cdk-high-contrast-active .mat-calendar-body-today{outline:dotted 1px}.cdk-high-contrast-active .mat-calendar-body-cell:before,.cdk-high-contrast-active .mat-calendar-body-cell:after,.cdk-high-contrast-active .mat-calendar-body-selected{background:none}.cdk-high-contrast-active .mat-calendar-body-in-range:before,.cdk-high-contrast-active .mat-calendar-body-comparison-bridge-start:before,.cdk-high-contrast-active .mat-calendar-body-comparison-bridge-end:before{border-top:solid 1px;border-bottom:solid 1px}.cdk-high-contrast-active .mat-calendar-body-range-start:before{border-left:solid 1px}[dir=rtl] .cdk-high-contrast-active .mat-calendar-body-range-start:before{border-left:0;border-right:solid 1px}.cdk-high-contrast-active .mat-calendar-body-range-end:before{border-right:solid 1px}[dir=rtl] .cdk-high-contrast-active .mat-calendar-body-range-end:before{border-right:0;border-left:solid 1px}.cdk-high-contrast-active .mat-calendar-body-in-comparison-range:before{border-top:dashed 1px;border-bottom:dashed 1px}.cdk-high-contrast-active .mat-calendar-body-comparison-start:before{border-left:dashed 1px}[dir=rtl] .cdk-high-contrast-active .mat-calendar-body-comparison-start:before{border-left:0;border-right:dashed 1px}.cdk-high-contrast-active .mat-calendar-body-comparison-end:before{border-right:dashed 1px}[dir=rtl] .cdk-high-contrast-active .mat-calendar-body-comparison-end:before{border-right:0;border-left:dashed 1px}[dir=rtl] .mat-calendar-body-label{text-align:right}.mat-mdc-form-field-subscript-wrapper{height:0}.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-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:5px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.mat-chip-list-wrapper input.mat-input-element,.mat-chip-list-wrapper .mat-standard-chip{margin:1px 4px 4px!important;padding-top:10px!important}.mat-chip-list-wrapper{margin:0!important;padding:5px!important}.snow{position:absolute;width:10px;height:10px;background:#fff;border-radius:50%}.snow:nth-child(1){opacity:1.1964;transform:translate(89.5128vw,-10px) scale(.477);animation:fall-1 12s -21s linear infinite}@keyframes fall-1{63.925%{transform:translate(95.1296vw,63.925vh) scale(.477)}to{transform:translate(92.3212vw,99vh) scale(.477)}}.snow:nth-child(2){opacity:.875;transform:translate(27.2939vw,-10px) scale(.0614);animation:fall-2 23s -3s linear infinite}@keyframes fall-2{49.086%{transform:translate(26.499vw,49.086vh) scale(.0614)}to{transform:translate(26.89645vw,99vh) scale(.0614)}}.snow:nth-child(3){opacity:.9806;transform:translate(28.8877vw,-10px) scale(.1637);animation:fall-3 21s -28s linear infinite}@keyframes fall-3{45.532%{transform:translate(19.7903vw,45.532vh) scale(.1637)}to{transform:translate(24.339vw,99vh) scale(.1637)}}.snow:nth-child(4){opacity:1.458;transform:translate(75.3692vw,-10px) scale(.6593);animation:fall-4 28s -16s linear infinite}@keyframes fall-4{42.157%{transform:translate(73.624vw,42.157vh) scale(.6593)}to{transform:translate(74.4966vw,99vh) scale(.6593)}}.snow:nth-child(5){opacity:1.0872;transform:translate(49.9488vw,-10px) scale(.315);animation:fall-5 23s -27s linear infinite}@keyframes fall-5{67.957%{transform:translate(57.8109vw,67.957vh) scale(.315)}to{transform:translate(53.87985vw,99vh) scale(.315)}}.snow:nth-child(6){opacity:1.7558;transform:translate(23.3732vw,-10px) scale(.2088);animation:fall-6 23s -7s linear infinite}@keyframes fall-6{55.514%{transform:translate(27.4372vw,55.514vh) scale(.2088)}to{transform:translate(25.4052vw,99vh) scale(.2088)}}.snow:nth-child(7){opacity:.3216;transform:translate(56.7617vw,-10px) scale(.8044);animation:fall-7 24s -26s linear infinite}@keyframes fall-7{61.393%{transform:translate(47.8822vw,61.393vh) scale(.8044)}to{transform:translate(52.32195vw,99vh) scale(.8044)}}.snow:nth-child(8){opacity:1.1156;transform:translate(73.077vw,-10px) scale(.3882);animation:fall-8 24s -12s linear infinite}@keyframes fall-8{42.565%{transform:translate(79.0831vw,42.565vh) scale(.3882)}to{transform:translate(76.08005vw,99vh) scale(.3882)}}.snow:nth-child(9){opacity:.4998;transform:translate(34.4561vw,-10px) scale(.8525);animation:fall-9 22s -23s linear infinite}@keyframes fall-9{71.278%{transform:translate(25.2889vw,71.278vh) scale(.8525)}to{transform:translate(29.8725vw,99vh) scale(.8525)}}.snow:nth-child(10){opacity:1.3502;transform:translate(.0472vw,-10px) scale(.4544);animation:fall-10 26s -26s linear infinite}@keyframes fall-10{49.65%{transform:translate(5.7142vw,49.65vh) scale(.4544)}to{transform:translate(2.8807vw,99vh) scale(.4544)}}.snow:nth-child(11){opacity:.4018;transform:translate(81.9907vw,-10px) scale(.0928);animation:fall-11 18s -4s linear infinite}@keyframes fall-11{39.776%{transform:translate(83.8757vw,39.776vh) scale(.0928)}to{transform:translate(82.9332vw,99vh) scale(.0928)}}.snow:nth-child(12){opacity:1.1666;transform:translate(75.4422vw,-10px) scale(.3914);animation:fall-12 25s -2s linear infinite}@keyframes fall-12{33.511%{transform:translate(84.976vw,33.511vh) scale(.3914)}to{transform:translate(80.2091vw,99vh) scale(.3914)}}.snow:nth-child(13){opacity:.3764;transform:translate(12.8191vw,-10px) scale(.3429);animation:fall-13 24s -15s linear infinite}@keyframes fall-13{62.932%{transform:translate(3.5497vw,62.932vh) scale(.3429)}to{transform:translate(8.1844vw,99vh) scale(.3429)}}.snow:nth-child(14){opacity:.829;transform:translate(6.552vw,-10px) scale(.5675);animation:fall-14 29s -23s linear infinite}@keyframes fall-14{74.779%{transform:translate(2.7768vw,74.779vh) scale(.5675)}to{transform:translate(4.6644vw,99vh) scale(.5675)}}.snow:nth-child(15){opacity:.9514;transform:translate(88.6146vw,-10px) scale(.1215);animation:fall-15 23s -5s linear infinite}@keyframes fall-15{46.642%{transform:translate(84.0761vw,46.642vh) scale(.1215)}to{transform:translate(86.34535vw,99vh) scale(.1215)}}.snow:nth-child(16){opacity:1.1226;transform:translate(88.8337vw,-10px) scale(.4248);animation:fall-16 13s -14s linear infinite}@keyframes fall-16{77.664%{transform:translate(96.9359vw,77.664vh) scale(.4248)}to{transform:translate(92.8848vw,99vh) scale(.4248)}}.snow:nth-child(17){opacity:.4368;transform:translate(1.2493vw,-10px) scale(.9041);animation:fall-17 19s -7s linear infinite}@keyframes fall-17{42.666%{transform:translate(-.2841vw,42.666vh) scale(.9041)}to{transform:translate(.4826vw,99vh) scale(.9041)}}.snow:nth-child(18){opacity:.7204;transform:translate(87.1656vw,-10px) scale(.6269);animation:fall-18 23s -22s linear infinite}@keyframes fall-18{79.388%{transform:translate(83.1043vw,79.388vh) scale(.6269)}to{transform:translate(85.13495vw,99vh) scale(.6269)}}.snow:nth-child(19){opacity:1.5984;transform:translate(74.1199vw,-10px) scale(.7331);animation:fall-19 29s -29s linear infinite}@keyframes fall-19{61.849%{transform:translate(74.7165vw,61.849vh) scale(.7331)}to{transform:translate(74.4182vw,99vh) scale(.7331)}}.snow:nth-child(20){opacity:.0194;transform:translate(62.8539vw,-10px) scale(.5182);animation:fall-20 18s -7s linear infinite}@keyframes fall-20{74.985%{transform:translate(62.2752vw,74.985vh) scale(.5182)}to{transform:translate(62.56455vw,99vh) scale(.5182)}}.snow:nth-child(21){opacity:1.9738;transform:translate(30.0751vw,-10px) scale(.2388);animation:fall-21 18s -10s linear infinite}@keyframes fall-21{60.75%{transform:translate(24.7757vw,60.75vh) scale(.2388)}to{transform:translate(27.4254vw,99vh) scale(.2388)}}.snow:nth-child(22){opacity:.968;transform:translate(92.3013vw,-10px) scale(.5527);animation:fall-22 29s -20s linear infinite}@keyframes fall-22{48.081%{transform:translate(95.5767vw,48.081vh) scale(.5527)}to{transform:translate(93.939vw,99vh) scale(.5527)}}.snow:nth-child(23){opacity:1.289;transform:translate(88.6905vw,-10px) scale(.8581);animation:fall-23 19s -2s linear infinite}@keyframes fall-23{53.695%{transform:translate(87.6203vw,53.695vh) scale(.8581)}to{transform:translate(88.1554vw,99vh) scale(.8581)}}.snow:nth-child(24){opacity:.1142;transform:translate(31.0416vw,-10px) scale(.576);animation:fall-24 12s -10s linear infinite}@keyframes fall-24{52.788%{transform:translate(28.9709vw,52.788vh) scale(.576)}to{transform:translate(30.00625vw,99vh) scale(.576)}}.snow:nth-child(25){opacity:1.5736;transform:translate(9.0232vw,-10px) scale(.4642);animation:fall-25 17s -25s linear infinite}@keyframes fall-25{33.078%{transform:translate(11.2238vw,33.078vh) scale(.4642)}to{transform:translate(10.1235vw,99vh) scale(.4642)}}.snow:nth-child(26){opacity:1.1768;transform:translate(1.6094vw,-10px) scale(.8935);animation:fall-26 29s -17s linear infinite}@keyframes fall-26{58.064%{transform:translate(-3.0664vw,58.064vh) scale(.8935)}to{transform:translate(-.7285vw,99vh) scale(.8935)}}.snow:nth-child(27){opacity:1.0924;transform:translate(48.5939vw,-10px) scale(.2054);animation:fall-27 24s -16s linear infinite}@keyframes fall-27{75.147%{transform:translate(53.3165vw,75.147vh) scale(.2054)}to{transform:translate(50.9552vw,99vh) scale(.2054)}}.snow:nth-child(28){opacity:.5538;transform:translate(87.9482vw,-10px) scale(.5101);animation:fall-28 20s -23s linear infinite}@keyframes fall-28{36.465%{transform:translate(96.44vw,36.465vh) scale(.5101)}to{transform:translate(92.1941vw,99vh) scale(.5101)}}.snow:nth-child(29){opacity:.0058;transform:translate(61.4808vw,-10px) scale(.0639);animation:fall-29 17s -5s linear infinite}@keyframes fall-29{58.741%{transform:translate(55.29vw,58.741vh) scale(.0639)}to{transform:translate(58.3854vw,99vh) scale(.0639)}}.snow:nth-child(30){opacity:.1328;transform:translate(48.9413vw,-10px) scale(.9827);animation:fall-30 19s -24s linear infinite}@keyframes fall-30{49.878%{transform:translate(46.6112vw,49.878vh) scale(.9827)}to{transform:translate(47.77625vw,99vh) scale(.9827)}}.snow:nth-child(31){opacity:1.0694;transform:translate(42.0911vw,-10px) scale(.4841);animation:fall-31 29s -20s linear infinite}@keyframes fall-31{70.403%{transform:translate(44.8252vw,70.403vh) scale(.4841)}to{transform:translate(43.45815vw,99vh) scale(.4841)}}.snow:nth-child(32){opacity:1.8204;transform:translate(68.1369vw,-10px) scale(.8977);animation:fall-32 12s -29s linear infinite}@keyframes fall-32{54.565%{transform:translate(67.5411vw,54.565vh) scale(.8977)}to{transform:translate(67.839vw,99vh) scale(.8977)}}.snow:nth-child(33){opacity:1.742;transform:translate(43.0148vw,-10px) scale(.5844);animation:fall-33 23s -27s linear infinite}@keyframes fall-33{37.349%{transform:translate(40.442vw,37.349vh) scale(.5844)}to{transform:translate(41.7284vw,99vh) scale(.5844)}}.snow:nth-child(34){opacity:1.4758;transform:translate(23.7373vw,-10px) scale(.9932);animation:fall-34 28s -10s linear infinite}@keyframes fall-34{46.193%{transform:translate(27.0249vw,46.193vh) scale(.9932)}to{transform:translate(25.3811vw,99vh) scale(.9932)}}.snow:nth-child(35){opacity:.2564;transform:translate(95.2479vw,-10px) scale(.294);animation:fall-35 20s -7s linear infinite}@keyframes fall-35{41.568%{transform:translate(88.5897vw,41.568vh) scale(.294)}to{transform:translate(91.9188vw,99vh) scale(.294)}}.snow:nth-child(36){opacity:.5852;transform:translate(49.3868vw,-10px) scale(.3949);animation:fall-36 22s -20s linear infinite}@keyframes fall-36{56.477%{transform:translate(51.4024vw,56.477vh) scale(.3949)}to{transform:translate(50.3946vw,99vh) scale(.3949)}}.snow:nth-child(37){opacity:1.8936;transform:translate(10.5912vw,-10px) scale(.3424);animation:fall-37 23s -13s linear infinite}@keyframes fall-37{45.05%{transform:translate(8.2147vw,45.05vh) scale(.3424)}to{transform:translate(9.40295vw,99vh) scale(.3424)}}.snow:nth-child(38){opacity:1.7316;transform:translate(63.4159vw,-10px) scale(.9956);animation:fall-38 10s -14s linear infinite}@keyframes fall-38{45.211%{transform:translate(61.4443vw,45.211vh) scale(.9956)}to{transform:translate(62.4301vw,99vh) scale(.9956)}}.snow:nth-child(39){opacity:.2782;transform:translate(21.8954vw,-10px) scale(.795);animation:fall-39 11s -15s linear infinite}@keyframes fall-39{55.455%{transform:translate(21.9023vw,55.455vh) scale(.795)}to{transform:translate(21.89885vw,99vh) scale(.795)}}.snow:nth-child(40){opacity:1.9976;transform:translate(3.9235vw,-10px) scale(.8551);animation:fall-40 12s -28s linear infinite}@keyframes fall-40{45.96%{transform:translate(9.8464vw,45.96vh) scale(.8551)}to{transform:translate(6.88495vw,99vh) scale(.8551)}}.snow:nth-child(41){opacity:1.1944;transform:translate(50.0754vw,-10px) scale(.6391);animation:fall-41 15s -11s linear infinite}@keyframes fall-41{40.542%{transform:translate(57.6876vw,40.542vh) scale(.6391)}to{transform:translate(53.8815vw,99vh) scale(.6391)}}.snow:nth-child(42){opacity:1.041;transform:translate(85.526vw,-10px) scale(.4974);animation:fall-42 10s -23s linear infinite}@keyframes fall-42{79.263%{transform:translate(76.5043vw,79.263vh) scale(.4974)}to{transform:translate(81.01515vw,99vh) scale(.4974)}}.snow:nth-child(43){opacity:1.7236;transform:translate(30.0243vw,-10px) scale(.9132);animation:fall-43 15s -26s linear infinite}@keyframes fall-43{62.145%{transform:translate(20.8503vw,62.145vh) scale(.9132)}to{transform:translate(25.4373vw,99vh) scale(.9132)}}.snow:nth-child(44){opacity:1.3764;transform:translate(21.9756vw,-10px) scale(.2319);animation:fall-44 30s -30s linear infinite}@keyframes fall-44{76.306%{transform:translate(15.3755vw,76.306vh) scale(.2319)}to{transform:translate(18.67555vw,99vh) scale(.2319)}}.snow:nth-child(45){opacity:.4352;transform:translate(49.6383vw,-10px) scale(.659);animation:fall-45 13s -28s linear infinite}@keyframes fall-45{41.978%{transform:translate(44.5244vw,41.978vh) scale(.659)}to{transform:translate(47.08135vw,99vh) scale(.659)}}.snow:nth-child(46){opacity:1.6968;transform:translate(26.276vw,-10px) scale(.3445);animation:fall-46 24s -12s linear infinite}@keyframes fall-46{35.419%{transform:translate(17.2022vw,35.419vh) scale(.3445)}to{transform:translate(21.7391vw,99vh) scale(.3445)}}.snow:nth-child(47){opacity:.4078;transform:translate(9.0347vw,-10px) scale(.4203);animation:fall-47 19s -27s linear infinite}@keyframes fall-47{67.964%{transform:translate(2.6027vw,67.964vh) scale(.4203)}to{transform:translate(5.8187vw,99vh) scale(.4203)}}.snow:nth-child(48){opacity:1.0834;transform:translate(73.0596vw,-10px) scale(.5325);animation:fall-48 20s -9s linear infinite}@keyframes fall-48{76.032%{transform:translate(71.0135vw,76.032vh) scale(.5325)}to{transform:translate(72.03655vw,99vh) scale(.5325)}}.snow:nth-child(49){opacity:.0278;transform:translate(90.2235vw,-10px) scale(.6418);animation:fall-49 26s -11s linear infinite}@keyframes fall-49{44.85%{transform:translate(91.1043vw,44.85vh) scale(.6418)}to{transform:translate(90.6639vw,99vh) scale(.6418)}}.snow:nth-child(50){opacity:.7146;transform:translate(5.6677vw,-10px) scale(.2028);animation:fall-50 19s -7s linear infinite}@keyframes fall-50{69.217%{transform:translate(3.0131vw,69.217vh) scale(.2028)}to{transform:translate(4.3404vw,99vh) scale(.2028)}}.snow:nth-child(51){opacity:.4744;transform:translate(69.2634vw,-10px) scale(.2739);animation:fall-51 29s -26s linear infinite}@keyframes fall-51{33.587%{transform:translate(79.1062vw,33.587vh) scale(.2739)}to{transform:translate(74.1848vw,99vh) scale(.2739)}}.snow:nth-child(52){opacity:1.2376;transform:translate(9.3025vw,-10px) scale(.4476);animation:fall-52 20s -13s linear infinite}@keyframes fall-52{52.708%{transform:translate(13.5899vw,52.708vh) scale(.4476)}to{transform:translate(11.4462vw,99vh) scale(.4476)}}.snow:nth-child(53){opacity:.9092;transform:translate(86.0185vw,-10px) scale(.7542);animation:fall-53 23s -22s linear infinite}@keyframes fall-53{45.629%{transform:translate(91.3332vw,45.629vh) scale(.7542)}to{transform:translate(88.67585vw,99vh) scale(.7542)}}.snow:nth-child(54){opacity:1.8372;transform:translate(60.2897vw,-10px) scale(.8519);animation:fall-54 16s -18s linear infinite}@keyframes fall-54{41.43%{transform:translate(70.1838vw,41.43vh) scale(.8519)}to{transform:translate(65.23675vw,99vh) scale(.8519)}}.snow:nth-child(55){opacity:1.2932;transform:translate(36.185vw,-10px) scale(.4252);animation:fall-55 26s -11s linear infinite}@keyframes fall-55{41.241%{transform:translate(45.7661vw,41.241vh) scale(.4252)}to{transform:translate(40.97555vw,99vh) scale(.4252)}}.snow:nth-child(56){opacity:.028;transform:translate(68.9702vw,-10px) scale(.3705);animation:fall-56 13s -29s linear infinite}@keyframes fall-56{34.93%{transform:translate(66.1806vw,34.93vh) scale(.3705)}to{transform:translate(67.5754vw,99vh) scale(.3705)}}.snow:nth-child(57){opacity:.4864;transform:translate(46.5083vw,-10px) scale(.0737);animation:fall-57 17s -13s linear infinite}@keyframes fall-57{48.143%{transform:translate(43.7651vw,48.143vh) scale(.0737)}to{transform:translate(45.1367vw,99vh) scale(.0737)}}.snow:nth-child(58){opacity:1.1538;transform:translate(83.796vw,-10px) scale(.8112);animation:fall-58 25s -5s linear infinite}@keyframes fall-58{40.769%{transform:translate(83.7438vw,40.769vh) scale(.8112)}to{transform:translate(83.7699vw,99vh) scale(.8112)}}.snow:nth-child(59){opacity:.0294;transform:translate(57.0223vw,-10px) scale(.1252);animation:fall-59 19s -14s linear infinite}@keyframes fall-59{70.541%{transform:translate(48.9948vw,70.541vh) scale(.1252)}to{transform:translate(53.00855vw,99vh) scale(.1252)}}.snow:nth-child(60){opacity:.6528;transform:translate(34.4529vw,-10px) scale(.2137);animation:fall-60 15s -16s linear infinite}@keyframes fall-60{36.925%{transform:translate(43.5348vw,36.925vh) scale(.2137)}to{transform:translate(38.99385vw,99vh) scale(.2137)}}.snow:nth-child(61){opacity:1.9998;transform:translate(6.1614vw,-10px) scale(.6699);animation:fall-61 10s -6s linear infinite}@keyframes fall-61{66.956%{transform:translate(10.4193vw,66.956vh) scale(.6699)}to{transform:translate(8.29035vw,99vh) scale(.6699)}}.snow:nth-child(62){opacity:1.9286;transform:translate(3.7704vw,-10px) scale(.5733);animation:fall-62 19s -14s linear infinite}@keyframes fall-62{39.826%{transform:translate(11.6165vw,39.826vh) scale(.5733)}to{transform:translate(7.69345vw,99vh) scale(.5733)}}.snow:nth-child(63){opacity:.1076;transform:translate(11.4825vw,-10px) scale(.6306);animation:fall-63 22s -29s linear infinite}@keyframes fall-63{79.276%{transform:translate(21.121vw,79.276vh) scale(.6306)}to{transform:translate(16.30175vw,99vh) scale(.6306)}}.snow:nth-child(64){opacity:1.432;transform:translate(53.096vw,-10px) scale(.0776);animation:fall-64 25s -9s linear infinite}@keyframes fall-64{79.731%{transform:translate(52.0822vw,79.731vh) scale(.0776)}to{transform:translate(52.5891vw,99vh) scale(.0776)}}.snow:nth-child(65){opacity:1.9986;transform:translate(26.291vw,-10px) scale(.6541);animation:fall-65 27s -20s linear infinite}@keyframes fall-65{72.581%{transform:translate(32.1824vw,72.581vh) scale(.6541)}to{transform:translate(29.2367vw,99vh) scale(.6541)}}.snow:nth-child(66){opacity:.624;transform:translate(14.5242vw,-10px) scale(.6917);animation:fall-66 10s -4s linear infinite}@keyframes fall-66{45.042%{transform:translate(16.4861vw,45.042vh) scale(.6917)}to{transform:translate(15.50515vw,99vh) scale(.6917)}}.snow:nth-child(67){opacity:.4064;transform:translate(63.5745vw,-10px) scale(.8008);animation:fall-67 11s -8s linear infinite}@keyframes fall-67{47.572%{transform:translate(57.7287vw,47.572vh) scale(.8008)}to{transform:translate(60.6516vw,99vh) scale(.8008)}}.snow:nth-child(68){opacity:.1324;transform:translate(33.4785vw,-10px) scale(.4499);animation:fall-68 21s -5s linear infinite}@keyframes fall-68{43.842%{transform:translate(42.5395vw,43.842vh) scale(.4499)}to{transform:translate(38.009vw,99vh) scale(.4499)}}.snow:nth-child(69){opacity:1.5892;transform:translate(68.5038vw,-10px) scale(.211);animation:fall-69 16s -9s linear infinite}@keyframes fall-69{43.714%{transform:translate(63.0081vw,43.714vh) scale(.211)}to{transform:translate(65.75595vw,99vh) scale(.211)}}.snow:nth-child(70){opacity:1.7484;transform:translate(27.0114vw,-10px) scale(.5575);animation:fall-70 14s -9s linear infinite}@keyframes fall-70{35.476%{transform:translate(33.4523vw,35.476vh) scale(.5575)}to{transform:translate(30.23185vw,99vh) scale(.5575)}}.snow:nth-child(71){opacity:1.6914;transform:translate(80.9855vw,-10px) scale(.7651);animation:fall-71 28s -26s linear infinite}@keyframes fall-71{32.305%{transform:translate(73.6082vw,32.305vh) scale(.7651)}to{transform:translate(77.29685vw,99vh) scale(.7651)}}.snow:nth-child(72){opacity:.4376;transform:translate(39.8796vw,-10px) scale(.7177);animation:fall-72 11s -24s linear infinite}@keyframes fall-72{31.218%{transform:translate(30.4708vw,31.218vh) scale(.7177)}to{transform:translate(35.1752vw,99vh) scale(.7177)}}.snow:nth-child(73){opacity:1.8004;transform:translate(65.8191vw,-10px) scale(.3347);animation:fall-73 25s -6s linear infinite}@keyframes fall-73{37.681%{transform:translate(72.234vw,37.681vh) scale(.3347)}to{transform:translate(69.02655vw,99vh) scale(.3347)}}.snow:nth-child(74){opacity:.9528;transform:translate(62.996vw,-10px) scale(.9206);animation:fall-74 27s -21s linear infinite}@keyframes fall-74{71.826%{transform:translate(67.6721vw,71.826vh) scale(.9206)}to{transform:translate(65.33405vw,99vh) scale(.9206)}}.snow:nth-child(75){opacity:1.4724;transform:translate(8.1874vw,-10px) scale(.139);animation:fall-75 11s -6s linear infinite}@keyframes fall-75{67.78%{transform:translate(4.7821vw,67.78vh) scale(.139)}to{transform:translate(6.48475vw,99vh) scale(.139)}}.snow:nth-child(76){opacity:.1404;transform:translate(25.6129vw,-10px) scale(.7038);animation:fall-76 30s -21s linear infinite}@keyframes fall-76{62.265%{transform:translate(20.7119vw,62.265vh) scale(.7038)}to{transform:translate(23.1624vw,99vh) scale(.7038)}}.snow:nth-child(77){opacity:1.3446;transform:translate(18.1537vw,-10px) scale(.1681);animation:fall-77 27s -26s linear infinite}@keyframes fall-77{55.564%{transform:translate(24.952vw,55.564vh) scale(.1681)}to{transform:translate(21.55285vw,99vh) scale(.1681)}}.snow:nth-child(78){opacity:1.5782;transform:translate(24.5049vw,-10px) scale(.6022);animation:fall-78 15s -7s linear infinite}@keyframes fall-78{79.11%{transform:translate(29.1605vw,79.11vh) scale(.6022)}to{transform:translate(26.8327vw,99vh) scale(.6022)}}.snow:nth-child(79){opacity:1.165;transform:translate(9.628vw,-10px) scale(.5138);animation:fall-79 21s -23s linear infinite}@keyframes fall-79{53.451%{transform:translate(12.0999vw,53.451vh) scale(.5138)}to{transform:translate(10.86395vw,99vh) scale(.5138)}}.snow:nth-child(80){opacity:.248;transform:translate(95.7099vw,-10px) scale(.463);animation:fall-80 28s -5s linear infinite}@keyframes fall-80{39.429%{transform:translate(104.6526vw,39.429vh) scale(.463)}to{transform:translate(100.18125vw,99vh) scale(.463)}}.snow:nth-child(81){opacity:.0792;transform:translate(30.1988vw,-10px) scale(.4288);animation:fall-81 30s -29s linear infinite}@keyframes fall-81{79.609%{transform:translate(31.2906vw,79.609vh) scale(.4288)}to{transform:translate(30.7447vw,99vh) scale(.4288)}}.snow:nth-child(82){opacity:1.9638;transform:translate(97.6468vw,-10px) scale(.5169);animation:fall-82 12s -10s linear infinite}@keyframes fall-82{32.966%{transform:translate(107.2591vw,32.966vh) scale(.5169)}to{transform:translate(102.45295vw,99vh) scale(.5169)}}.snow:nth-child(83){opacity:.122;transform:translate(89.8054vw,-10px) scale(.049);animation:fall-83 16s -13s linear infinite}@keyframes fall-83{69.915%{transform:translate(84.9594vw,69.915vh) scale(.049)}to{transform:translate(87.3824vw,99vh) scale(.049)}}.snow:nth-child(84){opacity:1.3546;transform:translate(44.4056vw,-10px) scale(.2248);animation:fall-84 29s -20s linear infinite}@keyframes fall-84{65.202%{transform:translate(42.8657vw,65.202vh) scale(.2248)}to{transform:translate(43.63565vw,99vh) scale(.2248)}}.snow:nth-child(85){opacity:.1948;transform:translate(7.1574vw,-10px) scale(.5586);animation:fall-85 30s -12s linear infinite}@keyframes fall-85{62.825%{transform:translate(7.0708vw,62.825vh) scale(.5586)}to{transform:translate(7.1141vw,99vh) scale(.5586)}}.snow:nth-child(86){opacity:1.2926;transform:translate(70.758vw,-10px) scale(.3077);animation:fall-86 22s -23s linear infinite}@keyframes fall-86{73.093%{transform:translate(68.4269vw,73.093vh) scale(.3077)}to{transform:translate(69.59245vw,99vh) scale(.3077)}}.snow:nth-child(87){opacity:1.1222;transform:translate(66.7982vw,-10px) scale(.2183);animation:fall-87 19s -13s linear infinite}@keyframes fall-87{31.969%{transform:translate(61.4175vw,31.969vh) scale(.2183)}to{transform:translate(64.10785vw,99vh) scale(.2183)}}.snow:nth-child(88){opacity:1.9012;transform:translate(4.0162vw,-10px) scale(.0972);animation:fall-88 18s -29s linear infinite}@keyframes fall-88{69.516%{transform:translate(-3.3287vw,69.516vh) scale(.0972)}to{transform:translate(.34375vw,99vh) scale(.0972)}}.snow:nth-child(89){opacity:.8932;transform:translate(12.4771vw,-10px) scale(.1659);animation:fall-89 29s -4s linear infinite}@keyframes fall-89{62.517%{transform:translate(18.8407vw,62.517vh) scale(.1659)}to{transform:translate(15.6589vw,99vh) scale(.1659)}}.snow:nth-child(90){opacity:1.751;transform:translate(43.5136vw,-10px) scale(.4736);animation:fall-90 18s -15s linear infinite}@keyframes fall-90{61.846%{transform:translate(40.0118vw,61.846vh) scale(.4736)}to{transform:translate(41.7627vw,99vh) scale(.4736)}}.snow:nth-child(91){opacity:1.6216;transform:translate(29.4105vw,-10px) scale(.6238);animation:fall-91 17s -30s linear infinite}@keyframes fall-91{53.703%{transform:translate(36.2775vw,53.703vh) scale(.6238)}to{transform:translate(32.844vw,99vh) scale(.6238)}}.snow:nth-child(92){opacity:.8924;transform:translate(75.6782vw,-10px) scale(.7135);animation:fall-92 25s -1s linear infinite}@keyframes fall-92{79.278%{transform:translate(73.7119vw,79.278vh) scale(.7135)}to{transform:translate(74.69505vw,99vh) scale(.7135)}}.snow:nth-child(93){opacity:1.2616;transform:translate(88.381vw,-10px) scale(.6879);animation:fall-93 25s -27s linear infinite}@keyframes fall-93{32.18%{transform:translate(82.6251vw,32.18vh) scale(.6879)}to{transform:translate(85.50305vw,99vh) scale(.6879)}}.snow:nth-child(94){opacity:1.8848;transform:translate(99.4208vw,-10px) scale(.2204);animation:fall-94 26s -13s linear infinite}@keyframes fall-94{75.353%{transform:translate(93.8878vw,75.353vh) scale(.2204)}to{transform:translate(96.6543vw,99vh) scale(.2204)}}.snow:nth-child(95){opacity:.033;transform:translate(73.3414vw,-10px) scale(.956);animation:fall-95 20s -14s linear infinite}@keyframes fall-95{58.863%{transform:translate(77.2994vw,58.863vh) scale(.956)}to{transform:translate(75.3204vw,99vh) scale(.956)}}.snow:nth-child(96){opacity:.3932;transform:translate(66.6603vw,-10px) scale(.052);animation:fall-96 25s -18s linear infinite}@keyframes fall-96{50.174%{transform:translate(68.3158vw,50.174vh) scale(.052)}to{transform:translate(67.48805vw,99vh) scale(.052)}}.snow:nth-child(97){opacity:.66;transform:translate(97.5026vw,-10px) scale(.4712);animation:fall-97 29s -18s linear infinite}@keyframes fall-97{73.363%{transform:translate(102.0285vw,73.363vh) scale(.4712)}to{transform:translate(99.76555vw,99vh) scale(.4712)}}.snow:nth-child(98){opacity:.5306;transform:translate(91.8588vw,-10px) scale(.3734);animation:fall-98 12s -8s linear infinite}@keyframes fall-98{62.031%{transform:translate(95.3071vw,62.031vh) scale(.3734)}to{transform:translate(93.58295vw,99vh) scale(.3734)}}.snow:nth-child(99){opacity:1.1948;transform:translate(98.6121vw,-10px) scale(.4163);animation:fall-99 10s -9s linear infinite}@keyframes fall-99{65.41%{transform:translate(108.1387vw,65.41vh) scale(.4163)}to{transform:translate(103.3754vw,99vh) scale(.4163)}}.snow:nth-child(100){opacity:1.5268;transform:translate(1.303vw,-10px) scale(.7854);animation:fall-100 26s -8s linear infinite}@keyframes fall-100{44.404%{transform:translate(3.9956vw,44.404vh) scale(.7854)}to{transform:translate(2.6493vw,99vh) scale(.7854)}}.snow:nth-child(101){opacity:1.16;transform:translate(25.094vw,-10px) scale(.168);animation:fall-101 29s -2s linear infinite}@keyframes fall-101{67.558%{transform:translate(34.7334vw,67.558vh) scale(.168)}to{transform:translate(29.9137vw,99vh) scale(.168)}}.snow:nth-child(102){opacity:1.7332;transform:translate(49.4804vw,-10px) scale(.8976);animation:fall-102 20s -14s linear infinite}@keyframes fall-102{70.736%{transform:translate(53.6616vw,70.736vh) scale(.8976)}to{transform:translate(51.571vw,99vh) scale(.8976)}}.snow:nth-child(103){opacity:.4072;transform:translate(79.5688vw,-10px) scale(.9188);animation:fall-103 28s -17s linear infinite}@keyframes fall-103{34.111%{transform:translate(76.415vw,34.111vh) scale(.9188)}to{transform:translate(77.9919vw,99vh) scale(.9188)}}.snow:nth-child(104){opacity:.3666;transform:translate(22.957vw,-10px) scale(.8748);animation:fall-104 29s -15s linear infinite}@keyframes fall-104{76.65%{transform:translate(14.4524vw,76.65vh) scale(.8748)}to{transform:translate(18.7047vw,99vh) scale(.8748)}}.snow:nth-child(105){opacity:.9136;transform:translate(63.7072vw,-10px) scale(.1519);animation:fall-105 10s -9s linear infinite}@keyframes fall-105{60.95%{transform:translate(59.5053vw,60.95vh) scale(.1519)}to{transform:translate(61.60625vw,99vh) scale(.1519)}}.snow:nth-child(106){opacity:.5416;transform:translate(51.0706vw,-10px) scale(.5544);animation:fall-106 10s -7s linear infinite}@keyframes fall-106{63.202%{transform:translate(50.1022vw,63.202vh) scale(.5544)}to{transform:translate(50.5864vw,99vh) scale(.5544)}}.snow:nth-child(107){opacity:1.739;transform:translate(58.9597vw,-10px) scale(.9672);animation:fall-107 13s -4s linear infinite}@keyframes fall-107{59.672%{transform:translate(61.3963vw,59.672vh) scale(.9672)}to{transform:translate(60.178vw,99vh) scale(.9672)}}.snow:nth-child(108){opacity:.378;transform:translate(64.3423vw,-10px) scale(.9862);animation:fall-108 21s -17s linear infinite}@keyframes fall-108{38.918%{transform:translate(74.1117vw,38.918vh) scale(.9862)}to{transform:translate(69.227vw,99vh) scale(.9862)}}.snow:nth-child(109){opacity:.7782;transform:translate(85.1282vw,-10px) scale(.8264);animation:fall-109 21s -2s linear infinite}@keyframes fall-109{79.868%{transform:translate(92.6238vw,79.868vh) scale(.8264)}to{transform:translate(88.876vw,99vh) scale(.8264)}}.snow:nth-child(110){opacity:.1814;transform:translate(90.8222vw,-10px) scale(.8077);animation:fall-110 15s -22s linear infinite}@keyframes fall-110{33.751%{transform:translate(94.712vw,33.751vh) scale(.8077)}to{transform:translate(92.7671vw,99vh) scale(.8077)}}.snow:nth-child(111){opacity:1.8544;transform:translate(81.7689vw,-10px) scale(.5231);animation:fall-111 18s -14s linear infinite}@keyframes fall-111{77.983%{transform:translate(87.0921vw,77.983vh) scale(.5231)}to{transform:translate(84.4305vw,99vh) scale(.5231)}}.snow:nth-child(112){opacity:.5184;transform:translate(19.1191vw,-10px) scale(.2546);animation:fall-112 25s -24s linear infinite}@keyframes fall-112{40.443%{transform:translate(22.5626vw,40.443vh) scale(.2546)}to{transform:translate(20.84085vw,99vh) scale(.2546)}}.snow:nth-child(113){opacity:1.85;transform:translate(44.346vw,-10px) scale(.2602);animation:fall-113 29s -13s linear infinite}@keyframes fall-113{71.626%{transform:translate(34.8205vw,71.626vh) scale(.2602)}to{transform:translate(39.58325vw,99vh) scale(.2602)}}.snow:nth-child(114){opacity:.484;transform:translate(38.6473vw,-10px) scale(.6279);animation:fall-114 19s -3s linear infinite}@keyframes fall-114{71.052%{transform:translate(43.0296vw,71.052vh) scale(.6279)}to{transform:translate(40.83845vw,99vh) scale(.6279)}}.snow:nth-child(115){opacity:1.338;transform:translate(89.3498vw,-10px) scale(.6915);animation:fall-115 10s -21s linear infinite}@keyframes fall-115{60.707%{transform:translate(99.2997vw,60.707vh) scale(.6915)}to{transform:translate(94.32475vw,99vh) scale(.6915)}}.snow:nth-child(116){opacity:.37;transform:translate(42.9586vw,-10px) scale(.3815);animation:fall-116 26s -30s linear infinite}@keyframes fall-116{47.29%{transform:translate(38.3316vw,47.29vh) scale(.3815)}to{transform:translate(40.6451vw,99vh) scale(.3815)}}.snow:nth-child(117){opacity:.6156;transform:translate(89.7467vw,-10px) scale(.378);animation:fall-117 16s -13s linear infinite}@keyframes fall-117{52.882%{transform:translate(85.5347vw,52.882vh) scale(.378)}to{transform:translate(87.6407vw,99vh) scale(.378)}}.snow:nth-child(118){opacity:.7154;transform:translate(78.9029vw,-10px) scale(.3142);animation:fall-118 10s -21s linear infinite}@keyframes fall-118{64.778%{transform:translate(72.5672vw,64.778vh) scale(.3142)}to{transform:translate(75.73505vw,99vh) scale(.3142)}}.snow:nth-child(119){opacity:1.6348;transform:translate(59.1768vw,-10px) scale(.3096);animation:fall-119 27s -21s linear infinite}@keyframes fall-119{57.697%{transform:translate(51.5426vw,57.697vh) scale(.3096)}to{transform:translate(55.3597vw,99vh) scale(.3096)}}.snow:nth-child(120){opacity:.8244;transform:translate(25.6481vw,-10px) scale(.8545);animation:fall-120 19s -10s linear infinite}@keyframes fall-120{32.998%{transform:translate(32.1806vw,32.998vh) scale(.8545)}to{transform:translate(28.91435vw,99vh) scale(.8545)}}.snow:nth-child(121){opacity:.028;transform:translate(95.5482vw,-10px) scale(.071);animation:fall-121 21s -9s linear infinite}@keyframes fall-121{34.958%{transform:translate(89.5876vw,34.958vh) scale(.071)}to{transform:translate(92.5679vw,99vh) scale(.071)}}.snow:nth-child(122){opacity:.1044;transform:translate(4.7024vw,-10px) scale(.4705);animation:fall-122 17s -19s linear infinite}@keyframes fall-122{32.631%{transform:translate(9.1455vw,32.631vh) scale(.4705)}to{transform:translate(6.92395vw,99vh) scale(.4705)}}.snow:nth-child(123){opacity:.1264;transform:translate(10.2746vw,-10px) scale(.0063);animation:fall-123 14s -11s linear infinite}@keyframes fall-123{39.345%{transform:translate(7.7206vw,39.345vh) scale(.0063)}to{transform:translate(8.9976vw,99vh) scale(.0063)}}.snow:nth-child(124){opacity:1.2452;transform:translate(33.9577vw,-10px) scale(.9503);animation:fall-124 28s -29s linear infinite}@keyframes fall-124{54.915%{transform:translate(43.3828vw,54.915vh) scale(.9503)}to{transform:translate(38.67025vw,99vh) scale(.9503)}}.snow:nth-child(125){opacity:.9722;transform:translate(83.2009vw,-10px) scale(.4605);animation:fall-125 18s -22s linear infinite}@keyframes fall-125{58.496%{transform:translate(74.3661vw,58.496vh) scale(.4605)}to{transform:translate(78.7835vw,99vh) scale(.4605)}}.snow:nth-child(126){opacity:.968;transform:translate(79.3624vw,-10px) scale(.7388);animation:fall-126 30s -15s linear infinite}@keyframes fall-126{64.731%{transform:translate(87.6644vw,64.731vh) scale(.7388)}to{transform:translate(83.5134vw,99vh) scale(.7388)}}.snow:nth-child(127){opacity:1.98;transform:translate(20.4634vw,-10px) scale(.8246);animation:fall-127 11s -3s linear infinite}@keyframes fall-127{67.15%{transform:translate(15.6122vw,67.15vh) scale(.8246)}to{transform:translate(18.0378vw,99vh) scale(.8246)}}.snow:nth-child(128){opacity:.161;transform:translate(82.3027vw,-10px) scale(.7641);animation:fall-128 13s -17s linear infinite}@keyframes fall-128{57.203%{transform:translate(85.5252vw,57.203vh) scale(.7641)}to{transform:translate(83.91395vw,99vh) scale(.7641)}}.snow:nth-child(129){opacity:1.5808;transform:translate(66.1534vw,-10px) scale(.3925);animation:fall-129 23s -19s linear infinite}@keyframes fall-129{47.335%{transform:translate(58.0264vw,47.335vh) scale(.3925)}to{transform:translate(62.0899vw,99vh) scale(.3925)}}.snow:nth-child(130){opacity:1.994;transform:translate(44.8655vw,-10px) scale(.1298);animation:fall-130 27s -8s linear infinite}@keyframes fall-130{57.135%{transform:translate(40.9813vw,57.135vh) scale(.1298)}to{transform:translate(42.9234vw,99vh) scale(.1298)}}.snow:nth-child(131){opacity:.3088;transform:translate(6.4824vw,-10px) scale(.915);animation:fall-131 21s -29s linear infinite}@keyframes fall-131{78.029%{transform:translate(-1.2796vw,78.029vh) scale(.915)}to{transform:translate(2.6014vw,99vh) scale(.915)}}.snow:nth-child(132){opacity:.0834;transform:translate(81.7445vw,-10px) scale(.591);animation:fall-132 26s -8s linear infinite}@keyframes fall-132{53.575%{transform:translate(77.4195vw,53.575vh) scale(.591)}to{transform:translate(79.582vw,99vh) scale(.591)}}.snow:nth-child(133){opacity:1.725;transform:translate(95.0094vw,-10px) scale(.7192);animation:fall-133 25s -25s linear infinite}@keyframes fall-133{34.447%{transform:translate(99.1308vw,34.447vh) scale(.7192)}to{transform:translate(97.0701vw,99vh) scale(.7192)}}.snow:nth-child(134){opacity:.4364;transform:translate(58.2245vw,-10px) scale(.3781);animation:fall-134 14s -7s linear infinite}@keyframes fall-134{52.467%{transform:translate(63.6632vw,52.467vh) scale(.3781)}to{transform:translate(60.94385vw,99vh) scale(.3781)}}.snow:nth-child(135){opacity:1.6518;transform:translate(28.501vw,-10px) scale(.8083);animation:fall-135 25s -18s linear infinite}@keyframes fall-135{65.143%{transform:translate(36.6921vw,65.143vh) scale(.8083)}to{transform:translate(32.59655vw,99vh) scale(.8083)}}.snow:nth-child(136){opacity:.5984;transform:translate(16.6885vw,-10px) scale(.0839);animation:fall-136 20s -16s linear infinite}@keyframes fall-136{35.154%{transform:translate(19.4723vw,35.154vh) scale(.0839)}to{transform:translate(18.0804vw,99vh) scale(.0839)}}.snow:nth-child(137){opacity:.1928;transform:translate(41.5825vw,-10px) scale(.2837);animation:fall-137 23s -9s linear infinite}@keyframes fall-137{68.551%{transform:translate(48.4568vw,68.551vh) scale(.2837)}to{transform:translate(45.01965vw,99vh) scale(.2837)}}.snow:nth-child(138){opacity:.98;transform:translate(2.4603vw,-10px) scale(.3748);animation:fall-138 14s -15s linear infinite}@keyframes fall-138{65.504%{transform:translate(8.2444vw,65.504vh) scale(.3748)}to{transform:translate(5.35235vw,99vh) scale(.3748)}}.snow:nth-child(139){opacity:1.1026;transform:translate(15.6697vw,-10px) scale(.8774);animation:fall-139 28s -23s linear infinite}@keyframes fall-139{67.585%{transform:translate(20.4345vw,67.585vh) scale(.8774)}to{transform:translate(18.0521vw,99vh) scale(.8774)}}.snow:nth-child(140){opacity:1.0352;transform:translate(87.8432vw,-10px) scale(.7609);animation:fall-140 29s -6s linear infinite}@keyframes fall-140{67.081%{transform:translate(86.4067vw,67.081vh) scale(.7609)}to{transform:translate(87.12495vw,99vh) scale(.7609)}}.snow:nth-child(141){opacity:.5614;transform:translate(44.2033vw,-10px) scale(.5817);animation:fall-141 19s -20s linear infinite}@keyframes fall-141{44.029%{transform:translate(51.696vw,44.029vh) scale(.5817)}to{transform:translate(47.94965vw,99vh) scale(.5817)}}.snow:nth-child(142){opacity:1.8446;transform:translate(90.3177vw,-10px) scale(.9522);animation:fall-142 20s -8s linear infinite}@keyframes fall-142{68.783%{transform:translate(91.0686vw,68.783vh) scale(.9522)}to{transform:translate(90.69315vw,99vh) scale(.9522)}}.snow:nth-child(143){opacity:.2016;transform:translate(74.9424vw,-10px) scale(.3041);animation:fall-143 18s -17s linear infinite}@keyframes fall-143{35.333%{transform:translate(68.8659vw,35.333vh) scale(.3041)}to{transform:translate(71.90415vw,99vh) scale(.3041)}}.snow:nth-child(144){opacity:1.48;transform:translate(75.3246vw,-10px) scale(.9223);animation:fall-144 10s -19s linear infinite}@keyframes fall-144{40.024%{transform:translate(77.1511vw,40.024vh) scale(.9223)}to{transform:translate(76.23785vw,99vh) scale(.9223)}}.snow:nth-child(145){opacity:.0644;transform:translate(76.6108vw,-10px) scale(.4968);animation:fall-145 17s -30s linear infinite}@keyframes fall-145{54.368%{transform:translate(75.2265vw,54.368vh) scale(.4968)}to{transform:translate(75.91865vw,99vh) scale(.4968)}}.snow:nth-child(146){opacity:.8404;transform:translate(78.7318vw,-10px) scale(.5802);animation:fall-146 17s -21s linear infinite}@keyframes fall-146{79.832%{transform:translate(77.2196vw,79.832vh) scale(.5802)}to{transform:translate(77.9757vw,99vh) scale(.5802)}}.snow:nth-child(147){opacity:.856;transform:translate(93.3508vw,-10px) scale(.6558);animation:fall-147 18s -6s linear infinite}@keyframes fall-147{75.294%{transform:translate(86.2276vw,75.294vh) scale(.6558)}to{transform:translate(89.7892vw,99vh) scale(.6558)}}.snow:nth-child(148){opacity:1.11;transform:translate(30.2328vw,-10px) scale(.7459);animation:fall-148 11s -14s linear infinite}@keyframes fall-148{33.536%{transform:translate(21.7029vw,33.536vh) scale(.7459)}to{transform:translate(25.96785vw,99vh) scale(.7459)}}.snow:nth-child(149){opacity:.206;transform:translate(99.3331vw,-10px) scale(.5329);animation:fall-149 29s -14s linear infinite}@keyframes fall-149{31.967%{transform:translate(91.1089vw,31.967vh) scale(.5329)}to{transform:translate(95.221vw,99vh) scale(.5329)}}.snow:nth-child(150){opacity:.0308;transform:translate(93.6236vw,-10px) scale(.8592);animation:fall-150 11s -28s linear infinite}@keyframes fall-150{33.215%{transform:translate(93.8798vw,33.215vh) scale(.8592)}to{transform:translate(93.7517vw,99vh) scale(.8592)}}.snow:nth-child(151){opacity:.5998;transform:translate(78.1159vw,-10px) scale(.4615);animation:fall-151 16s -10s linear infinite}@keyframes fall-151{38.252%{transform:translate(78.1131vw,38.252vh) scale(.4615)}to{transform:translate(78.1145vw,99vh) scale(.4615)}}.snow:nth-child(152){opacity:1.1376;transform:translate(75.8624vw,-10px) scale(.6372);animation:fall-152 16s -6s linear infinite}@keyframes fall-152{52.561%{transform:translate(69.7992vw,52.561vh) scale(.6372)}to{transform:translate(72.8308vw,99vh) scale(.6372)}}.snow:nth-child(153){opacity:1.3188;transform:translate(17.0636vw,-10px) scale(.1986);animation:fall-153 14s -6s linear infinite}@keyframes fall-153{78.631%{transform:translate(16.1468vw,78.631vh) scale(.1986)}to{transform:translate(16.6052vw,99vh) scale(.1986)}}.snow:nth-child(154){opacity:1.2578;transform:translate(3.1032vw,-10px) scale(.9075);animation:fall-154 14s -29s linear infinite}@keyframes fall-154{44.537%{transform:translate(-5.047vw,44.537vh) scale(.9075)}to{transform:translate(-.9719vw,99vh) scale(.9075)}}.snow:nth-child(155){opacity:.7264;transform:translate(77.6265vw,-10px) scale(.2791);animation:fall-155 14s -2s linear infinite}@keyframes fall-155{73.328%{transform:translate(67.8844vw,73.328vh) scale(.2791)}to{transform:translate(72.75545vw,99vh) scale(.2791)}}.snow:nth-child(156){opacity:.8352;transform:translate(73.7743vw,-10px) scale(.8461);animation:fall-156 11s -5s linear infinite}@keyframes fall-156{50.072%{transform:translate(81.3763vw,50.072vh) scale(.8461)}to{transform:translate(77.5753vw,99vh) scale(.8461)}}.snow:nth-child(157){opacity:.275;transform:translate(82.1577vw,-10px) scale(.9598);animation:fall-157 19s -2s linear infinite}@keyframes fall-157{35.347%{transform:translate(74.5345vw,35.347vh) scale(.9598)}to{transform:translate(78.3461vw,99vh) scale(.9598)}}.snow:nth-child(158){opacity:1.1678;transform:translate(6.1859vw,-10px) scale(.5756);animation:fall-158 16s -5s linear infinite}@keyframes fall-158{76.642%{transform:translate(2.8335vw,76.642vh) scale(.5756)}to{transform:translate(4.5097vw,99vh) scale(.5756)}}.snow:nth-child(159){opacity:.6178;transform:translate(5.8884vw,-10px) scale(.2512);animation:fall-159 17s -9s linear infinite}@keyframes fall-159{32.896%{transform:translate(1.9257vw,32.896vh) scale(.2512)}to{transform:translate(3.90705vw,99vh) scale(.2512)}}.snow:nth-child(160){opacity:1.5752;transform:translate(15.162vw,-10px) scale(.4972);animation:fall-160 16s -19s linear infinite}@keyframes fall-160{76.358%{transform:translate(24.9079vw,76.358vh) scale(.4972)}to{transform:translate(20.03495vw,99vh) scale(.4972)}}.snow:nth-child(161){opacity:.5442;transform:translate(39.0508vw,-10px) scale(.1508);animation:fall-161 26s -9s linear infinite}@keyframes fall-161{69.004%{transform:translate(37.6578vw,69.004vh) scale(.1508)}to{transform:translate(38.3543vw,99vh) scale(.1508)}}.snow:nth-child(162){opacity:.635;transform:translate(92.3831vw,-10px) scale(.6004);animation:fall-162 14s -28s linear infinite}@keyframes fall-162{58.865%{transform:translate(82.6718vw,58.865vh) scale(.6004)}to{transform:translate(87.52745vw,99vh) scale(.6004)}}.snow:nth-child(163){opacity:1.6076;transform:translate(90.1853vw,-10px) scale(.8434);animation:fall-163 25s -2s linear infinite}@keyframes fall-163{38.846%{transform:translate(86.1116vw,38.846vh) scale(.8434)}to{transform:translate(88.14845vw,99vh) scale(.8434)}}.snow:nth-child(164){opacity:1.7592;transform:translate(60.0777vw,-10px) scale(.764);animation:fall-164 27s -14s linear infinite}@keyframes fall-164{39.691%{transform:translate(69.166vw,39.691vh) scale(.764)}to{transform:translate(64.62185vw,99vh) scale(.764)}}.snow:nth-child(165){opacity:1.9804;transform:translate(87.4214vw,-10px) scale(.1956);animation:fall-165 14s -9s linear infinite}@keyframes fall-165{51.749%{transform:translate(81.6337vw,51.749vh) scale(.1956)}to{transform:translate(84.52755vw,99vh) scale(.1956)}}.snow:nth-child(166){opacity:1.3838;transform:translate(9.0156vw,-10px) scale(.1304);animation:fall-166 27s -1s linear infinite}@keyframes fall-166{72.456%{transform:translate(-.2467vw,72.456vh) scale(.1304)}to{transform:translate(4.38445vw,99vh) scale(.1304)}}.snow:nth-child(167){opacity:.1314;transform:translate(28.6103vw,-10px) scale(.1947);animation:fall-167 24s -8s linear infinite}@keyframes fall-167{77.475%{transform:translate(19.6396vw,77.475vh) scale(.1947)}to{transform:translate(24.12495vw,99vh) scale(.1947)}}.snow:nth-child(168){opacity:.921;transform:translate(41.0343vw,-10px) scale(.2851);animation:fall-168 16s -14s linear infinite}@keyframes fall-168{71.982%{transform:translate(33.049vw,71.982vh) scale(.2851)}to{transform:translate(37.04165vw,99vh) scale(.2851)}}.snow:nth-child(169){opacity:.9118;transform:translate(76.4918vw,-10px) scale(.2405);animation:fall-169 17s -22s linear infinite}@keyframes fall-169{38.128%{transform:translate(78.0919vw,38.128vh) scale(.2405)}to{transform:translate(77.29185vw,99vh) scale(.2405)}}.snow:nth-child(170){opacity:.3214;transform:translate(80.8864vw,-10px) scale(.0402);animation:fall-170 26s -22s linear infinite}@keyframes fall-170{38.098%{transform:translate(82.8vw,38.098vh) scale(.0402)}to{transform:translate(81.8432vw,99vh) scale(.0402)}}.snow:nth-child(171){opacity:.1408;transform:translate(85.0107vw,-10px) scale(.0761);animation:fall-171 16s -9s linear infinite}@keyframes fall-171{47.653%{transform:translate(86.493vw,47.653vh) scale(.0761)}to{transform:translate(85.75185vw,99vh) scale(.0761)}}.snow:nth-child(172){opacity:.1138;transform:translate(8.1234vw,-10px) scale(.6604);animation:fall-172 14s -13s linear infinite}@keyframes fall-172{76.462%{transform:translate(4.0969vw,76.462vh) scale(.6604)}to{transform:translate(6.11015vw,99vh) scale(.6604)}}.snow:nth-child(173){opacity:.5328;transform:translate(23.0948vw,-10px) scale(.2669);animation:fall-173 23s -22s linear infinite}@keyframes fall-173{57.308%{transform:translate(21.5686vw,57.308vh) scale(.2669)}to{transform:translate(22.3317vw,99vh) scale(.2669)}}.snow:nth-child(174){opacity:1.752;transform:translate(86.4619vw,-10px) scale(.9699);animation:fall-174 19s -5s linear infinite}@keyframes fall-174{67.346%{transform:translate(79.1618vw,67.346vh) scale(.9699)}to{transform:translate(82.81185vw,99vh) scale(.9699)}}.snow:nth-child(175){opacity:1.9254;transform:translate(87.4013vw,-10px) scale(.3018);animation:fall-175 30s -20s linear infinite}@keyframes fall-175{43.985%{transform:translate(77.72vw,43.985vh) scale(.3018)}to{transform:translate(82.56065vw,99vh) scale(.3018)}}.snow:nth-child(176){opacity:1.537;transform:translate(91.4561vw,-10px) scale(.7193);animation:fall-176 24s -11s linear infinite}@keyframes fall-176{70.273%{transform:translate(90.3332vw,70.273vh) scale(.7193)}to{transform:translate(90.89465vw,99vh) scale(.7193)}}.snow:nth-child(177){opacity:.255;transform:translate(38.133vw,-10px) scale(.5068);animation:fall-177 21s -22s linear infinite}@keyframes fall-177{42.8%{transform:translate(31.3382vw,42.8vh) scale(.5068)}to{transform:translate(34.7356vw,99vh) scale(.5068)}}.snow:nth-child(178){opacity:1.9718;transform:translate(17.14vw,-10px) scale(.0675);animation:fall-178 21s -6s linear infinite}@keyframes fall-178{65.435%{transform:translate(10.206vw,65.435vh) scale(.0675)}to{transform:translate(13.673vw,99vh) scale(.0675)}}.snow:nth-child(179){opacity:.1866;transform:translate(74.1241vw,-10px) scale(.6842);animation:fall-179 11s -28s linear infinite}@keyframes fall-179{60.153%{transform:translate(69.0168vw,60.153vh) scale(.6842)}to{transform:translate(71.57045vw,99vh) scale(.6842)}}.snow:nth-child(180){opacity:.23;transform:translate(2.5969vw,-10px) scale(.8165);animation:fall-180 12s -3s linear infinite}@keyframes fall-180{64.287%{transform:translate(7.5427vw,64.287vh) scale(.8165)}to{transform:translate(5.0698vw,99vh) scale(.8165)}}.snow:nth-child(181){opacity:.9246;transform:translate(71.5672vw,-10px) scale(.0813);animation:fall-181 24s -2s linear infinite}@keyframes fall-181{75.374%{transform:translate(62.1022vw,75.374vh) scale(.0813)}to{transform:translate(66.8347vw,99vh) scale(.0813)}}.snow:nth-child(182){opacity:.3184;transform:translate(92.395vw,-10px) scale(.0033);animation:fall-182 22s -8s linear infinite}@keyframes fall-182{48.7%{transform:translate(84.3572vw,48.7vh) scale(.0033)}to{transform:translate(88.3761vw,99vh) scale(.0033)}}.snow:nth-child(183){opacity:1.4396;transform:translate(81.7457vw,-10px) scale(.7659);animation:fall-183 10s -12s linear infinite}@keyframes fall-183{48.764%{transform:translate(77.2015vw,48.764vh) scale(.7659)}to{transform:translate(79.4736vw,99vh) scale(.7659)}}.snow:nth-child(184){opacity:.0894;transform:translate(55.2506vw,-10px) scale(.9183);animation:fall-184 10s -12s linear infinite}@keyframes fall-184{71.695%{transform:translate(48.6173vw,71.695vh) scale(.9183)}to{transform:translate(51.93395vw,99vh) scale(.9183)}}.snow:nth-child(185){opacity:1.9796;transform:translate(46.2359vw,-10px) scale(.9617);animation:fall-185 24s -29s linear infinite}@keyframes fall-185{31.191%{transform:translate(53.2949vw,31.191vh) scale(.9617)}to{transform:translate(49.7654vw,99vh) scale(.9617)}}.snow:nth-child(186){opacity:.7358;transform:translate(54.5624vw,-10px) scale(.1952);animation:fall-186 28s -7s linear infinite}@keyframes fall-186{78.582%{transform:translate(57.5661vw,78.582vh) scale(.1952)}to{transform:translate(56.06425vw,99vh) scale(.1952)}}.snow:nth-child(187){opacity:1.8694;transform:translate(65.7648vw,-10px) scale(.1355);animation:fall-187 25s -25s linear infinite}@keyframes fall-187{49.264%{transform:translate(60.1313vw,49.264vh) scale(.1355)}to{transform:translate(62.94805vw,99vh) scale(.1355)}}.snow:nth-child(188){opacity:.1158;transform:translate(60.456vw,-10px) scale(.3912);animation:fall-188 11s -24s linear infinite}@keyframes fall-188{49.09%{transform:translate(65.4411vw,49.09vh) scale(.3912)}to{transform:translate(62.94855vw,99vh) scale(.3912)}}.snow:nth-child(189){opacity:.3528;transform:translate(36.328vw,-10px) scale(.3551);animation:fall-189 15s -4s linear infinite}@keyframes fall-189{67.313%{transform:translate(27.4305vw,67.313vh) scale(.3551)}to{transform:translate(31.87925vw,99vh) scale(.3551)}}.snow:nth-child(190){opacity:1.736;transform:translate(77.9772vw,-10px) scale(.7009);animation:fall-190 13s -2s linear infinite}@keyframes fall-190{67.724%{transform:translate(81.7159vw,67.724vh) scale(.7009)}to{transform:translate(79.84655vw,99vh) scale(.7009)}}.snow:nth-child(191){opacity:1.5004;transform:translate(13.1916vw,-10px) scale(.3805);animation:fall-191 29s -4s linear infinite}@keyframes fall-191{38.876%{transform:translate(9.3402vw,38.876vh) scale(.3805)}to{transform:translate(11.2659vw,99vh) scale(.3805)}}.snow:nth-child(192){opacity:.6054;transform:translate(63.4267vw,-10px) scale(.6314);animation:fall-192 28s -30s linear infinite}@keyframes fall-192{77.096%{transform:translate(57.8129vw,77.096vh) scale(.6314)}to{transform:translate(60.6198vw,99vh) scale(.6314)}}.snow:nth-child(193){opacity:1.9704;transform:translate(63.6085vw,-10px) scale(.9876);animation:fall-193 13s -23s linear infinite}@keyframes fall-193{67.321%{transform:translate(59.2032vw,67.321vh) scale(.9876)}to{transform:translate(61.40585vw,99vh) scale(.9876)}}.snow:nth-child(194){opacity:.4654;transform:translate(34.0127vw,-10px) scale(.1894);animation:fall-194 10s -2s linear infinite}@keyframes fall-194{34.87%{transform:translate(24.4059vw,34.87vh) scale(.1894)}to{transform:translate(29.2093vw,99vh) scale(.1894)}}.snow:nth-child(195){opacity:.0668;transform:translate(17.2588vw,-10px) scale(.6496);animation:fall-195 11s -1s linear infinite}@keyframes fall-195{69.561%{transform:translate(20.9041vw,69.561vh) scale(.6496)}to{transform:translate(19.08145vw,99vh) scale(.6496)}}.snow:nth-child(196){opacity:1.17;transform:translate(64.5144vw,-10px) scale(.8297);animation:fall-196 27s -29s linear infinite}@keyframes fall-196{79.098%{transform:translate(56.6991vw,79.098vh) scale(.8297)}to{transform:translate(60.60675vw,99vh) scale(.8297)}}.snow:nth-child(197){opacity:1.7554;transform:translate(9.0753vw,-10px) scale(.878);animation:fall-197 11s -11s linear infinite}@keyframes fall-197{71.448%{transform:translate(2.3765vw,71.448vh) scale(.878)}to{transform:translate(5.7259vw,99vh) scale(.878)}}.snow:nth-child(198){opacity:1.0482;transform:translate(77.7287vw,-10px) scale(.5266);animation:fall-198 17s -20s linear infinite}@keyframes fall-198{54.565%{transform:translate(75.4067vw,54.565vh) scale(.5266)}to{transform:translate(76.5677vw,99vh) scale(.5266)}}.snow:nth-child(199){opacity:.4244;transform:translate(71.8184vw,-10px) scale(.8966);animation:fall-199 23s -14s linear infinite}@keyframes fall-199{30.229%{transform:translate(65.4403vw,30.229vh) scale(.8966)}to{transform:translate(68.62935vw,99vh) scale(.8966)}}.snow:nth-child(200){opacity:1.6918;transform:translate(8.9524vw,-10px) scale(.5666);animation:fall-200 16s -12s linear infinite}@keyframes fall-200{61.703%{transform:translate(13.1588vw,61.703vh) scale(.5666)}to{transform:translate(11.0556vw,99vh) scale(.5666)}}.snow:nth-child(201){opacity:1.5018;transform:translate(36.487vw,-10px) scale(.5337);animation:fall-201 24s -9s linear infinite}@keyframes fall-201{75.391%{transform:translate(45.0324vw,75.391vh) scale(.5337)}to{transform:translate(40.7597vw,99vh) scale(.5337)}}.snow:nth-child(202){opacity:1.0646;transform:translate(19.3103vw,-10px) scale(.0281);animation:fall-202 30s -11s linear infinite}@keyframes fall-202{65.824%{transform:translate(16.3244vw,65.824vh) scale(.0281)}to{transform:translate(17.81735vw,99vh) scale(.0281)}}.snow:nth-child(203){opacity:.827;transform:translate(21.0948vw,-10px) scale(.6682);animation:fall-203 30s -12s linear infinite}@keyframes fall-203{50.869%{transform:translate(30.0225vw,50.869vh) scale(.6682)}to{transform:translate(25.55865vw,99vh) scale(.6682)}}.snow:nth-child(204){opacity:1.313;transform:translate(26.3939vw,-10px) scale(.7078);animation:fall-204 24s -11s linear infinite}@keyframes fall-204{40.433%{transform:translate(19.9382vw,40.433vh) scale(.7078)}to{transform:translate(23.16605vw,99vh) scale(.7078)}}.snow:nth-child(205){opacity:1.4526;transform:translate(82.1561vw,-10px) scale(.3637);animation:fall-205 26s -29s linear infinite}@keyframes fall-205{76.986%{transform:translate(78.0415vw,76.986vh) scale(.3637)}to{transform:translate(80.0988vw,99vh) scale(.3637)}}.snow:nth-child(206){opacity:.7916;transform:translate(81.3992vw,-10px) scale(.754);animation:fall-206 24s -23s linear infinite}@keyframes fall-206{33.557%{transform:translate(83.9099vw,33.557vh) scale(.754)}to{transform:translate(82.65455vw,99vh) scale(.754)}}.snow:nth-child(207){opacity:.0806;transform:translate(22.0033vw,-10px) scale(.5591);animation:fall-207 21s -19s linear infinite}@keyframes fall-207{38.356%{transform:translate(17.6908vw,38.356vh) scale(.5591)}to{transform:translate(19.84705vw,99vh) scale(.5591)}}.snow:nth-child(208){opacity:1.373;transform:translate(54.4653vw,-10px) scale(.3288);animation:fall-208 23s -1s linear infinite}@keyframes fall-208{63.046%{transform:translate(55.386vw,63.046vh) scale(.3288)}to{transform:translate(54.92565vw,99vh) scale(.3288)}}.snow:nth-child(209){opacity:1.7736;transform:translate(30.4865vw,-10px) scale(.3788);animation:fall-209 23s -1s linear infinite}@keyframes fall-209{72.65%{transform:translate(25.873vw,72.65vh) scale(.3788)}to{transform:translate(28.17975vw,99vh) scale(.3788)}}.snow:nth-child(210){opacity:1.2178;transform:translate(25.0439vw,-10px) scale(.9049);animation:fall-210 30s -16s linear infinite}@keyframes fall-210{75.749%{transform:translate(22.7937vw,75.749vh) scale(.9049)}to{transform:translate(23.9188vw,99vh) scale(.9049)}}.snow:nth-child(211){opacity:.0512;transform:translate(75.3414vw,-10px) scale(.754);animation:fall-211 21s -21s linear infinite}@keyframes fall-211{53.541%{transform:translate(73.8699vw,53.541vh) scale(.754)}to{transform:translate(74.60565vw,99vh) scale(.754)}}.snow:nth-child(212){opacity:1.7954;transform:translate(8.9229vw,-10px) scale(.1266);animation:fall-212 27s -3s linear infinite}@keyframes fall-212{52.781%{transform:translate(1.1287vw,52.781vh) scale(.1266)}to{transform:translate(5.0258vw,99vh) scale(.1266)}}.snow:nth-child(213){opacity:.5258;transform:translate(.8954vw,-10px) scale(.6765);animation:fall-213 26s -20s linear infinite}@keyframes fall-213{37.519%{transform:translate(3.1852vw,37.519vh) scale(.6765)}to{transform:translate(2.0403vw,99vh) scale(.6765)}}.snow:nth-child(214){opacity:1.8012;transform:translate(19.6389vw,-10px) scale(.3531);animation:fall-214 24s -11s linear infinite}@keyframes fall-214{49.496%{transform:translate(20.8392vw,49.496vh) scale(.3531)}to{transform:translate(20.23905vw,99vh) scale(.3531)}}.snow:nth-child(215){opacity:1.0758;transform:translate(43.0251vw,-10px) scale(.6176);animation:fall-215 19s -17s linear infinite}@keyframes fall-215{45.084%{transform:translate(34.9138vw,45.084vh) scale(.6176)}to{transform:translate(38.96945vw,99vh) scale(.6176)}}.snow:nth-child(216){opacity:1.0466;transform:translate(69.045vw,-10px) scale(.5104);animation:fall-216 12s -23s linear infinite}@keyframes fall-216{61.458%{transform:translate(64.6609vw,61.458vh) scale(.5104)}to{transform:translate(66.85295vw,99vh) scale(.5104)}}.snow:nth-child(217){opacity:.7142;transform:translate(42.4061vw,-10px) scale(.2342);animation:fall-217 25s -8s linear infinite}@keyframes fall-217{69.602%{transform:translate(48.5392vw,69.602vh) scale(.2342)}to{transform:translate(45.47265vw,99vh) scale(.2342)}}.snow:nth-child(218){opacity:.1456;transform:translate(72.3845vw,-10px) scale(.6913);animation:fall-218 17s -4s linear infinite}@keyframes fall-218{51.528%{transform:translate(67.9584vw,51.528vh) scale(.6913)}to{transform:translate(70.17145vw,99vh) scale(.6913)}}.snow:nth-child(219){opacity:1.8132;transform:translate(35.5463vw,-10px) scale(.5529);animation:fall-219 15s -23s linear infinite}@keyframes fall-219{76.533%{transform:translate(31.0268vw,76.533vh) scale(.5529)}to{transform:translate(33.28655vw,99vh) scale(.5529)}}.snow:nth-child(220){opacity:1.2116;transform:translate(51.9704vw,-10px) scale(.0678);animation:fall-220 27s -9s linear infinite}@keyframes fall-220{57.313%{transform:translate(57.8401vw,57.313vh) scale(.0678)}to{transform:translate(54.90525vw,99vh) scale(.0678)}}.snow:nth-child(221){opacity:1.6932;transform:translate(58.0125vw,-10px) scale(.0459);animation:fall-221 28s -11s linear infinite}@keyframes fall-221{50.467%{transform:translate(56.0162vw,50.467vh) scale(.0459)}to{transform:translate(57.01435vw,99vh) scale(.0459)}}.snow:nth-child(222){opacity:1.4612;transform:translate(61.6715vw,-10px) scale(.7705);animation:fall-222 30s -1s linear infinite}@keyframes fall-222{67.336%{transform:translate(65.8111vw,67.336vh) scale(.7705)}to{transform:translate(63.7413vw,99vh) scale(.7705)}}.snow:nth-child(223){opacity:1.5952;transform:translate(93.5005vw,-10px) scale(.5013);animation:fall-223 28s -7s linear infinite}@keyframes fall-223{32.812%{transform:translate(87.0259vw,32.812vh) scale(.5013)}to{transform:translate(90.2632vw,99vh) scale(.5013)}}.snow:nth-child(224){opacity:.226;transform:translate(28.0733vw,-10px) scale(.5134);animation:fall-224 20s -11s linear infinite}@keyframes fall-224{43.672%{transform:translate(20.8159vw,43.672vh) scale(.5134)}to{transform:translate(24.4446vw,99vh) scale(.5134)}}.snow:nth-child(225){opacity:1.4002;transform:translate(28.8673vw,-10px) scale(.0028);animation:fall-225 15s -26s linear infinite}@keyframes fall-225{46.326%{transform:translate(27.0208vw,46.326vh) scale(.0028)}to{transform:translate(27.94405vw,99vh) scale(.0028)}}.snow:nth-child(226){opacity:1.3078;transform:translate(53.3873vw,-10px) scale(.3944);animation:fall-226 19s -8s linear infinite}@keyframes fall-226{70.71%{transform:translate(56.4303vw,70.71vh) scale(.3944)}to{transform:translate(54.9088vw,99vh) scale(.3944)}}.snow:nth-child(227){opacity:.9804;transform:translate(48.0984vw,-10px) scale(.6501);animation:fall-227 26s -17s linear infinite}@keyframes fall-227{66.619%{transform:translate(53.4154vw,66.619vh) scale(.6501)}to{transform:translate(50.7569vw,99vh) scale(.6501)}}.snow:nth-child(228){opacity:.7972;transform:translate(68.1517vw,-10px) scale(.3229);animation:fall-228 25s -12s linear infinite}@keyframes fall-228{53.493%{transform:translate(76.0837vw,53.493vh) scale(.3229)}to{transform:translate(72.1177vw,99vh) scale(.3229)}}.snow:nth-child(229){opacity:.719;transform:translate(32.9245vw,-10px) scale(.6265);animation:fall-229 25s -8s linear infinite}@keyframes fall-229{62.985%{transform:translate(25.3051vw,62.985vh) scale(.6265)}to{transform:translate(29.1148vw,99vh) scale(.6265)}}.snow:nth-child(230){opacity:.6408;transform:translate(17.422vw,-10px) scale(.0015);animation:fall-230 27s -21s linear infinite}@keyframes fall-230{34.085%{transform:translate(16.6496vw,34.085vh) scale(.0015)}to{transform:translate(17.0358vw,99vh) scale(.0015)}}.snow:nth-child(231){opacity:1.7088;transform:translate(94.3745vw,-10px) scale(.1323);animation:fall-231 24s -12s linear infinite}@keyframes fall-231{34.616%{transform:translate(88.9513vw,34.616vh) scale(.1323)}to{transform:translate(91.6629vw,99vh) scale(.1323)}}.snow:nth-child(232){opacity:1.4938;transform:translate(72.5011vw,-10px) scale(.9316);animation:fall-232 12s -12s linear infinite}@keyframes fall-232{36.146%{transform:translate(69.2587vw,36.146vh) scale(.9316)}to{transform:translate(70.8799vw,99vh) scale(.9316)}}.snow:nth-child(233){opacity:.2362;transform:translate(68.6049vw,-10px) scale(.6238);animation:fall-233 25s -24s linear infinite}@keyframes fall-233{72.618%{transform:translate(60.3489vw,72.618vh) scale(.6238)}to{transform:translate(64.4769vw,99vh) scale(.6238)}}.snow:nth-child(234){opacity:1.0642;transform:translate(81.3581vw,-10px) scale(.5105);animation:fall-234 21s -6s linear infinite}@keyframes fall-234{69.147%{transform:translate(89.8142vw,69.147vh) scale(.5105)}to{transform:translate(85.58615vw,99vh) scale(.5105)}}.snow:nth-child(235){opacity:.7356;transform:translate(27.5736vw,-10px) scale(.6555);animation:fall-235 23s -25s linear infinite}@keyframes fall-235{47.963%{transform:translate(22.9853vw,47.963vh) scale(.6555)}to{transform:translate(25.27945vw,99vh) scale(.6555)}}.snow:nth-child(236){opacity:1.6752;transform:translate(45.3579vw,-10px) scale(.9983);animation:fall-236 11s -9s linear infinite}@keyframes fall-236{65.019%{transform:translate(54.0619vw,65.019vh) scale(.9983)}to{transform:translate(49.7099vw,99vh) scale(.9983)}}.snow:nth-child(237){opacity:1.2082;transform:translate(99.1784vw,-10px) scale(.7894);animation:fall-237 18s -8s linear infinite}@keyframes fall-237{33.211%{transform:translate(96.7888vw,33.211vh) scale(.7894)}to{transform:translate(97.9836vw,99vh) scale(.7894)}}.snow:nth-child(238){opacity:.0734;transform:translate(31.8101vw,-10px) scale(.3876);animation:fall-238 11s -27s linear infinite}@keyframes fall-238{32.094%{transform:translate(40.8849vw,32.094vh) scale(.3876)}to{transform:translate(36.3475vw,99vh) scale(.3876)}}.snow:nth-child(239){opacity:1.8688;transform:translate(19.8868vw,-10px) scale(.9661);animation:fall-239 25s -15s linear infinite}@keyframes fall-239{64.878%{transform:translate(25.5108vw,64.878vh) scale(.9661)}to{transform:translate(22.6988vw,99vh) scale(.9661)}}.snow:nth-child(240){opacity:1.9318;transform:translate(88.7685vw,-10px) scale(.5654);animation:fall-240 13s -12s linear infinite}@keyframes fall-240{68.02%{transform:translate(94.4266vw,68.02vh) scale(.5654)}to{transform:translate(91.59755vw,99vh) scale(.5654)}}.snow:nth-child(241){opacity:1.245;transform:translate(.5266vw,-10px) scale(.8161);animation:fall-241 16s -14s linear infinite}@keyframes fall-241{40.57%{transform:translate(-8.5085vw,40.57vh) scale(.8161)}to{transform:translate(-3.99095vw,99vh) scale(.8161)}}.snow:nth-child(242){opacity:1.26;transform:translate(52.0883vw,-10px) scale(.3079);animation:fall-242 17s -22s linear infinite}@keyframes fall-242{48.796%{transform:translate(50.8088vw,48.796vh) scale(.3079)}to{transform:translate(51.44855vw,99vh) scale(.3079)}}.snow:nth-child(243){opacity:1.1144;transform:translate(22.6527vw,-10px) scale(.0201);animation:fall-243 27s -3s linear infinite}@keyframes fall-243{35.564%{transform:translate(15.401vw,35.564vh) scale(.0201)}to{transform:translate(19.02685vw,99vh) scale(.0201)}}.snow:nth-child(244){opacity:.2328;transform:translate(36.0547vw,-10px) scale(.1822);animation:fall-244 19s -28s linear infinite}@keyframes fall-244{35.526%{transform:translate(35.0654vw,35.526vh) scale(.1822)}to{transform:translate(35.56005vw,99vh) scale(.1822)}}.snow:nth-child(245){opacity:.0408;transform:translate(62.971vw,-10px) scale(.2557);animation:fall-245 29s -19s linear infinite}@keyframes fall-245{46.701%{transform:translate(67.4291vw,46.701vh) scale(.2557)}to{transform:translate(65.20005vw,99vh) scale(.2557)}}.snow:nth-child(246){opacity:1.2062;transform:translate(58.7526vw,-10px) scale(.462);animation:fall-246 12s -3s linear infinite}@keyframes fall-246{32.485%{transform:translate(68.1017vw,32.485vh) scale(.462)}to{transform:translate(63.42715vw,99vh) scale(.462)}}.snow:nth-child(247){opacity:1.5838;transform:translate(90.6054vw,-10px) scale(.4934);animation:fall-247 25s -2s linear infinite}@keyframes fall-247{45.277%{transform:translate(90.92vw,45.277vh) scale(.4934)}to{transform:translate(90.7627vw,99vh) scale(.4934)}}.snow:nth-child(248){opacity:1.0332;transform:translate(65.5622vw,-10px) scale(.217);animation:fall-248 12s -14s linear infinite}@keyframes fall-248{49.215%{transform:translate(70.1867vw,49.215vh) scale(.217)}to{transform:translate(67.87445vw,99vh) scale(.217)}}.snow:nth-child(249){opacity:1.7972;transform:translate(59.0423vw,-10px) scale(.3639);animation:fall-249 16s -6s linear infinite}@keyframes fall-249{68.996%{transform:translate(50.7299vw,68.996vh) scale(.3639)}to{transform:translate(54.8861vw,99vh) scale(.3639)}}.snow:nth-child(250){opacity:.3738;transform:translate(57.1928vw,-10px) scale(.9956);animation:fall-250 16s -1s linear infinite}@keyframes fall-250{37.832%{transform:translate(56.1667vw,37.832vh) scale(.9956)}to{transform:translate(56.67975vw,99vh) scale(.9956)}}.snow:nth-child(251){opacity:.8702;transform:translate(51.5868vw,-10px) scale(.9166);animation:fall-251 14s -23s linear infinite}@keyframes fall-251{39.347%{transform:translate(46.0957vw,39.347vh) scale(.9166)}to{transform:translate(48.84125vw,99vh) scale(.9166)}}.snow:nth-child(252){opacity:.3654;transform:translate(61.7091vw,-10px) scale(.9152);animation:fall-252 18s -22s linear infinite}@keyframes fall-252{41.604%{transform:translate(65.2588vw,41.604vh) scale(.9152)}to{transform:translate(63.48395vw,99vh) scale(.9152)}}.snow:nth-child(253){opacity:1.4544;transform:translate(71.7529vw,-10px) scale(.9792);animation:fall-253 19s -17s linear infinite}@keyframes fall-253{59.062%{transform:translate(67.0088vw,59.062vh) scale(.9792)}to{transform:translate(69.38085vw,99vh) scale(.9792)}}.snow:nth-child(254){opacity:1.8562;transform:translate(29.9903vw,-10px) scale(.5384);animation:fall-254 16s -22s linear infinite}@keyframes fall-254{72.977%{transform:translate(24.5598vw,72.977vh) scale(.5384)}to{transform:translate(27.27505vw,99vh) scale(.5384)}}.snow:nth-child(255){opacity:1.2908;transform:translate(52.1593vw,-10px) scale(.8476);animation:fall-255 20s -6s linear infinite}@keyframes fall-255{58.211%{transform:translate(47.9695vw,58.211vh) scale(.8476)}to{transform:translate(50.0644vw,99vh) scale(.8476)}}.snow:nth-child(256){opacity:1.1996;transform:translate(78.1304vw,-10px) scale(.5266);animation:fall-256 11s -13s linear infinite}@keyframes fall-256{32.97%{transform:translate(85.4366vw,32.97vh) scale(.5266)}to{transform:translate(81.7835vw,99vh) scale(.5266)}}.snow:nth-child(257){opacity:1.5218;transform:translate(31.7838vw,-10px) scale(.2766);animation:fall-257 11s -23s linear infinite}@keyframes fall-257{79.597%{transform:translate(28.7759vw,79.597vh) scale(.2766)}to{transform:translate(30.27985vw,99vh) scale(.2766)}}.snow:nth-child(258){opacity:1.809;transform:translate(52.4092vw,-10px) scale(.3832);animation:fall-258 21s -22s linear infinite}@keyframes fall-258{69.568%{transform:translate(50.1632vw,69.568vh) scale(.3832)}to{transform:translate(51.2862vw,99vh) scale(.3832)}}.snow:nth-child(259){opacity:.5134;transform:translate(88.4173vw,-10px) scale(.62);animation:fall-259 26s -28s linear infinite}@keyframes fall-259{70.654%{transform:translate(79.8463vw,70.654vh) scale(.62)}to{transform:translate(84.1318vw,99vh) scale(.62)}}.snow:nth-child(260){opacity:.8956;transform:translate(23.4546vw,-10px) scale(.7779);animation:fall-260 17s -15s linear infinite}@keyframes fall-260{37.013%{transform:translate(19.3483vw,37.013vh) scale(.7779)}to{transform:translate(21.40145vw,99vh) scale(.7779)}}.snow:nth-child(261){opacity:.2346;transform:translate(68.9933vw,-10px) scale(.764);animation:fall-261 19s -5s linear infinite}@keyframes fall-261{39.704%{transform:translate(64.0019vw,39.704vh) scale(.764)}to{transform:translate(66.4976vw,99vh) scale(.764)}}.snow:nth-child(262){opacity:1.1344;transform:translate(83.3852vw,-10px) scale(.3287);animation:fall-262 23s -15s linear infinite}@keyframes fall-262{40.314%{transform:translate(91.2274vw,40.314vh) scale(.3287)}to{transform:translate(87.3063vw,99vh) scale(.3287)}}.snow:nth-child(263){opacity:.4792;transform:translate(45.887vw,-10px) scale(.9196);animation:fall-263 11s -5s linear infinite}@keyframes fall-263{32.298%{transform:translate(38.188vw,32.298vh) scale(.9196)}to{transform:translate(42.0375vw,99vh) scale(.9196)}}.snow:nth-child(264){opacity:.6342;transform:translate(82.7166vw,-10px) scale(.8528);animation:fall-264 20s -7s linear infinite}@keyframes fall-264{76.825%{transform:translate(76.1417vw,76.825vh) scale(.8528)}to{transform:translate(79.42915vw,99vh) scale(.8528)}}.snow:nth-child(265){opacity:1.175;transform:translate(98.036vw,-10px) scale(.5901);animation:fall-265 28s -5s linear infinite}@keyframes fall-265{75.209%{transform:translate(95.6303vw,75.209vh) scale(.5901)}to{transform:translate(96.83315vw,99vh) scale(.5901)}}.snow:nth-child(266){opacity:1.7076;transform:translate(91.7627vw,-10px) scale(.9455);animation:fall-266 25s -28s linear infinite}@keyframes fall-266{39.878%{transform:translate(89.2246vw,39.878vh) scale(.9455)}to{transform:translate(90.49365vw,99vh) scale(.9455)}}.snow:nth-child(267){opacity:.9004;transform:translate(19.5598vw,-10px) scale(.4416);animation:fall-267 12s -29s linear infinite}@keyframes fall-267{50.083%{transform:translate(28.825vw,50.083vh) scale(.4416)}to{transform:translate(24.1924vw,99vh) scale(.4416)}}.snow:nth-child(268){opacity:1.5296;transform:translate(1.3369vw,-10px) scale(.7766);animation:fall-268 19s -27s linear infinite}@keyframes fall-268{49.315%{transform:translate(-6.4123vw,49.315vh) scale(.7766)}to{transform:translate(-2.5377vw,99vh) scale(.7766)}}.snow:nth-child(269){opacity:.5454;transform:translate(56.5132vw,-10px) scale(.4406);animation:fall-269 10s -16s linear infinite}@keyframes fall-269{53.31%{transform:translate(64.1387vw,53.31vh) scale(.4406)}to{transform:translate(60.32595vw,99vh) scale(.4406)}}.snow:nth-child(270){opacity:.6064;transform:translate(30.9488vw,-10px) scale(.9442);animation:fall-270 23s -26s linear infinite}@keyframes fall-270{65.104%{transform:translate(30.2075vw,65.104vh) scale(.9442)}to{transform:translate(30.57815vw,99vh) scale(.9442)}}.snow:nth-child(271){opacity:1.616;transform:translate(23.1697vw,-10px) scale(.5771);animation:fall-271 27s -4s linear infinite}@keyframes fall-271{37.941%{transform:translate(27.4654vw,37.941vh) scale(.5771)}to{transform:translate(25.31755vw,99vh) scale(.5771)}}.snow:nth-child(272){opacity:1.154;transform:translate(48.8666vw,-10px) scale(.0211);animation:fall-272 26s -27s linear infinite}@keyframes fall-272{36.026%{transform:translate(50.9344vw,36.026vh) scale(.0211)}to{transform:translate(49.9005vw,99vh) scale(.0211)}}.snow:nth-child(273){opacity:1.421;transform:translate(58.1408vw,-10px) scale(.9171);animation:fall-273 28s -28s linear infinite}@keyframes fall-273{79.387%{transform:translate(63.712vw,79.387vh) scale(.9171)}to{transform:translate(60.9264vw,99vh) scale(.9171)}}.snow:nth-child(274){opacity:1.836;transform:translate(37.2107vw,-10px) scale(.9685);animation:fall-274 12s -1s linear infinite}@keyframes fall-274{66.264%{transform:translate(30.6531vw,66.264vh) scale(.9685)}to{transform:translate(33.9319vw,99vh) scale(.9685)}}.snow:nth-child(275){opacity:1.355;transform:translate(46.1674vw,-10px) scale(.6635);animation:fall-275 26s -9s linear infinite}@keyframes fall-275{74.664%{transform:translate(39.0243vw,74.664vh) scale(.6635)}to{transform:translate(42.59585vw,99vh) scale(.6635)}}.snow:nth-child(276){opacity:.1194;transform:translate(66.8689vw,-10px) scale(.9199);animation:fall-276 26s -15s linear infinite}@keyframes fall-276{53.144%{transform:translate(74.8164vw,53.144vh) scale(.9199)}to{transform:translate(70.84265vw,99vh) scale(.9199)}}.snow:nth-child(277){opacity:.1136;transform:translate(39.403vw,-10px) scale(.5965);animation:fall-277 14s -18s linear infinite}@keyframes fall-277{48.684%{transform:translate(30.9918vw,48.684vh) scale(.5965)}to{transform:translate(35.1974vw,99vh) scale(.5965)}}.snow:nth-child(278){opacity:1.9822;transform:translate(28.8293vw,-10px) scale(.9511);animation:fall-278 30s -22s linear infinite}@keyframes fall-278{43.394%{transform:translate(38.665vw,43.394vh) scale(.9511)}to{transform:translate(33.74715vw,99vh) scale(.9511)}}.snow:nth-child(279){opacity:1.8468;transform:translate(84.0386vw,-10px) scale(.3566);animation:fall-279 29s -26s linear infinite}@keyframes fall-279{41.286%{transform:translate(85.5165vw,41.286vh) scale(.3566)}to{transform:translate(84.77755vw,99vh) scale(.3566)}}.snow:nth-child(280){opacity:.1142;transform:translate(21.884vw,-10px) scale(.6729);animation:fall-280 23s -1s linear infinite}@keyframes fall-280{78.855%{transform:translate(26.8462vw,78.855vh) scale(.6729)}to{transform:translate(24.3651vw,99vh) scale(.6729)}}.snow:nth-child(281){opacity:1.0876;transform:translate(79.3401vw,-10px) scale(.6932);animation:fall-281 29s -28s linear infinite}@keyframes fall-281{78.064%{transform:translate(74.236vw,78.064vh) scale(.6932)}to{transform:translate(76.78805vw,99vh) scale(.6932)}}.snow:nth-child(282){opacity:1.039;transform:translate(29.6903vw,-10px) scale(.1066);animation:fall-282 29s -5s linear infinite}@keyframes fall-282{34.78%{transform:translate(20.2833vw,34.78vh) scale(.1066)}to{transform:translate(24.9868vw,99vh) scale(.1066)}}.snow:nth-child(283){opacity:1.2422;transform:translate(50.5069vw,-10px) scale(.94);animation:fall-283 24s -15s linear infinite}@keyframes fall-283{52.755%{transform:translate(53.7587vw,52.755vh) scale(.94)}to{transform:translate(52.1328vw,99vh) scale(.94)}}.snow:nth-child(284){opacity:.9414;transform:translate(82.5488vw,-10px) scale(.0033);animation:fall-284 28s -11s linear infinite}@keyframes fall-284{50.616%{transform:translate(74.4818vw,50.616vh) scale(.0033)}to{transform:translate(78.5153vw,99vh) scale(.0033)}}.snow:nth-child(285){opacity:1.0878;transform:translate(6.726vw,-10px) scale(.3201);animation:fall-285 19s -9s linear infinite}@keyframes fall-285{49.122%{transform:translate(4.1976vw,49.122vh) scale(.3201)}to{transform:translate(5.4618vw,99vh) scale(.3201)}}.snow:nth-child(286){opacity:.0764;transform:translate(50.3428vw,-10px) scale(.3331);animation:fall-286 13s -19s linear infinite}@keyframes fall-286{30.094%{transform:translate(47.8888vw,30.094vh) scale(.3331)}to{transform:translate(49.1158vw,99vh) scale(.3331)}}.snow:nth-child(287){opacity:1.9226;transform:translate(13.4936vw,-10px) scale(.3885);animation:fall-287 28s -7s linear infinite}@keyframes fall-287{33.953%{transform:translate(12.5623vw,33.953vh) scale(.3885)}to{transform:translate(13.02795vw,99vh) scale(.3885)}}.snow:nth-child(288){opacity:.9914;transform:translate(42.7502vw,-10px) scale(.1435);animation:fall-288 29s -25s linear infinite}@keyframes fall-288{49.89%{transform:translate(49.5006vw,49.89vh) scale(.1435)}to{transform:translate(46.1254vw,99vh) scale(.1435)}}.snow:nth-child(289){opacity:1.5816;transform:translate(15.0706vw,-10px) scale(.1449);animation:fall-289 19s -26s linear infinite}@keyframes fall-289{61.305%{transform:translate(12.0424vw,61.305vh) scale(.1449)}to{transform:translate(13.5565vw,99vh) scale(.1449)}}.snow:nth-child(290){opacity:.0694;transform:translate(33.4465vw,-10px) scale(.7713);animation:fall-290 13s -7s linear infinite}@keyframes fall-290{62.941%{transform:translate(39.9535vw,62.941vh) scale(.7713)}to{transform:translate(36.7vw,99vh) scale(.7713)}}.snow:nth-child(291){opacity:1.9532;transform:translate(45.6703vw,-10px) scale(.3211);animation:fall-291 12s -4s linear infinite}@keyframes fall-291{68.409%{transform:translate(54.9266vw,68.409vh) scale(.3211)}to{transform:translate(50.29845vw,99vh) scale(.3211)}}.snow:nth-child(292){opacity:1.2814;transform:translate(25.0133vw,-10px) scale(.3601);animation:fall-292 19s -25s linear infinite}@keyframes fall-292{56.04%{transform:translate(30.1154vw,56.04vh) scale(.3601)}to{transform:translate(27.56435vw,99vh) scale(.3601)}}.snow:nth-child(293){opacity:.8916;transform:translate(50.1087vw,-10px) scale(.9758);animation:fall-293 22s -12s linear infinite}@keyframes fall-293{35.436%{transform:translate(47.2322vw,35.436vh) scale(.9758)}to{transform:translate(48.67045vw,99vh) scale(.9758)}}.snow:nth-child(294){opacity:1.3174;transform:translate(37.2886vw,-10px) scale(.1512);animation:fall-294 25s -4s linear infinite}@keyframes fall-294{67.856%{transform:translate(29.1005vw,67.856vh) scale(.1512)}to{transform:translate(33.19455vw,99vh) scale(.1512)}}.snow:nth-child(295){opacity:1.416;transform:translate(.7725vw,-10px) scale(.0478);animation:fall-295 18s -12s linear infinite}@keyframes fall-295{62.24%{transform:translate(7.2129vw,62.24vh) scale(.0478)}to{transform:translate(3.9927vw,99vh) scale(.0478)}}.snow:nth-child(296){opacity:.428;transform:translate(4.4306vw,-10px) scale(.2976);animation:fall-296 27s -30s linear infinite}@keyframes fall-296{64.056%{transform:translate(.7361vw,64.056vh) scale(.2976)}to{transform:translate(2.58335vw,99vh) scale(.2976)}}.snow:nth-child(297){opacity:1.4086;transform:translate(48.6036vw,-10px) scale(.2735);animation:fall-297 26s -12s linear infinite}@keyframes fall-297{39.374%{transform:translate(46.5654vw,39.374vh) scale(.2735)}to{transform:translate(47.5845vw,99vh) scale(.2735)}}.snow:nth-child(298){opacity:1.5214;transform:translate(84.1707vw,-10px) scale(.2751);animation:fall-298 28s -6s linear infinite}@keyframes fall-298{42.207%{transform:translate(81.4393vw,42.207vh) scale(.2751)}to{transform:translate(82.805vw,99vh) scale(.2751)}}.snow:nth-child(299){opacity:.2292;transform:translate(6.4433vw,-10px) scale(.4545);animation:fall-299 26s -24s linear infinite}@keyframes fall-299{69.358%{transform:translate(-2.8946vw,69.358vh) scale(.4545)}to{transform:translate(1.77435vw,99vh) scale(.4545)}}.snow:nth-child(300){opacity:.7792;transform:translate(73.3896vw,-10px) scale(.879);animation:fall-300 23s -11s linear infinite}@keyframes fall-300{62.193%{transform:translate(83.038vw,62.193vh) scale(.879)}to{transform:translate(78.2138vw,99vh) scale(.879)}}.snow:nth-child(301){opacity:.3206;transform:translate(90.4315vw,-10px) scale(.9653);animation:fall-301 20s -17s linear infinite}@keyframes fall-301{30.394%{transform:translate(92.0017vw,30.394vh) scale(.9653)}to{transform:translate(91.2166vw,99vh) scale(.9653)}}.snow:nth-child(302){opacity:1.6514;transform:translate(71.7377vw,-10px) scale(.3604);animation:fall-302 18s -22s linear infinite}@keyframes fall-302{66.591%{transform:translate(67.2327vw,66.591vh) scale(.3604)}to{transform:translate(69.4852vw,99vh) scale(.3604)}}.snow:nth-child(303){opacity:.6838;transform:translate(58.2876vw,-10px) scale(.1394);animation:fall-303 24s -19s linear infinite}@keyframes fall-303{56.261%{transform:translate(54.6396vw,56.261vh) scale(.1394)}to{transform:translate(56.4636vw,99vh) scale(.1394)}}.snow:nth-child(304){opacity:1.3178;transform:translate(54.4628vw,-10px) scale(.0566);animation:fall-304 12s -1s linear infinite}@keyframes fall-304{61.396%{transform:translate(54.0316vw,61.396vh) scale(.0566)}to{transform:translate(54.2472vw,99vh) scale(.0566)}}.snow:nth-child(305){opacity:.9576;transform:translate(30.8785vw,-10px) scale(.5153);animation:fall-305 11s -29s linear infinite}@keyframes fall-305{48.838%{transform:translate(35.0268vw,48.838vh) scale(.5153)}to{transform:translate(32.95265vw,99vh) scale(.5153)}}.snow:nth-child(306){opacity:.14;transform:translate(51.1558vw,-10px) scale(.2357);animation:fall-306 14s -3s linear infinite}@keyframes fall-306{30.529%{transform:translate(49.7869vw,30.529vh) scale(.2357)}to{transform:translate(50.47135vw,99vh) scale(.2357)}}.snow:nth-child(307){opacity:1.913;transform:translate(91.2953vw,-10px) scale(.5973);animation:fall-307 12s -16s linear infinite}@keyframes fall-307{55.348%{transform:translate(86.3352vw,55.348vh) scale(.5973)}to{transform:translate(88.81525vw,99vh) scale(.5973)}}.snow:nth-child(308){opacity:.3732;transform:translate(46.0372vw,-10px) scale(.868);animation:fall-308 17s -13s linear infinite}@keyframes fall-308{58.977%{transform:translate(45.5196vw,58.977vh) scale(.868)}to{transform:translate(45.7784vw,99vh) scale(.868)}}.snow:nth-child(309){opacity:.1624;transform:translate(32.7818vw,-10px) scale(.8198);animation:fall-309 13s -20s linear infinite}@keyframes fall-309{74.086%{transform:translate(28.5069vw,74.086vh) scale(.8198)}to{transform:translate(30.64435vw,99vh) scale(.8198)}}.snow:nth-child(310){opacity:1.438;transform:translate(12.7424vw,-10px) scale(.4448);animation:fall-310 22s -30s linear infinite}@keyframes fall-310{76.505%{transform:translate(20.1527vw,76.505vh) scale(.4448)}to{transform:translate(16.44755vw,99vh) scale(.4448)}}.snow:nth-child(311){opacity:1.1566;transform:translate(24.1631vw,-10px) scale(.0557);animation:fall-311 21s -30s linear infinite}@keyframes fall-311{64.481%{transform:translate(32.4245vw,64.481vh) scale(.0557)}to{transform:translate(28.2938vw,99vh) scale(.0557)}}.snow:nth-child(312){opacity:.432;transform:translate(29.0371vw,-10px) scale(.7004);animation:fall-312 17s -1s linear infinite}@keyframes fall-312{68.399%{transform:translate(31.2121vw,68.399vh) scale(.7004)}to{transform:translate(30.1246vw,99vh) scale(.7004)}}.snow:nth-child(313){opacity:.2242;transform:translate(24.6706vw,-10px) scale(.5718);animation:fall-313 29s -5s linear infinite}@keyframes fall-313{31.93%{transform:translate(34.1945vw,31.93vh) scale(.5718)}to{transform:translate(29.43255vw,99vh) scale(.5718)}}.snow:nth-child(314){opacity:1.594;transform:translate(95.8711vw,-10px) scale(.9375);animation:fall-314 14s -9s linear infinite}@keyframes fall-314{77.251%{transform:translate(102.8174vw,77.251vh) scale(.9375)}to{transform:translate(99.34425vw,99vh) scale(.9375)}}.snow:nth-child(315){opacity:1.992;transform:translate(82.7103vw,-10px) scale(.8814);animation:fall-315 15s -1s linear infinite}@keyframes fall-315{35.545%{transform:translate(83.6679vw,35.545vh) scale(.8814)}to{transform:translate(83.1891vw,99vh) scale(.8814)}}.snow:nth-child(316){opacity:.3162;transform:translate(69.5566vw,-10px) scale(.5395);animation:fall-316 11s -23s linear infinite}@keyframes fall-316{57.707%{transform:translate(65.5526vw,57.707vh) scale(.5395)}to{transform:translate(67.5546vw,99vh) scale(.5395)}}.snow:nth-child(317){opacity:.4728;transform:translate(93.4636vw,-10px) scale(.9595);animation:fall-317 16s -27s linear infinite}@keyframes fall-317{46.383%{transform:translate(94.7434vw,46.383vh) scale(.9595)}to{transform:translate(94.1035vw,99vh) scale(.9595)}}.snow:nth-child(318){opacity:1.7606;transform:translate(37.2692vw,-10px) scale(.6532);animation:fall-318 22s -28s linear infinite}@keyframes fall-318{51.441%{transform:translate(31.7124vw,51.441vh) scale(.6532)}to{transform:translate(34.4908vw,99vh) scale(.6532)}}.snow:nth-child(319){opacity:.719;transform:translate(39.1056vw,-10px) scale(.49);animation:fall-319 18s -7s linear infinite}@keyframes fall-319{32.936%{transform:translate(42.7736vw,32.936vh) scale(.49)}to{transform:translate(40.9396vw,99vh) scale(.49)}}.snow:nth-child(320){opacity:1.984;transform:translate(3.1628vw,-10px) scale(.5892);animation:fall-320 13s -4s linear infinite}@keyframes fall-320{34.941%{transform:translate(.0386vw,34.941vh) scale(.5892)}to{transform:translate(1.6007vw,99vh) scale(.5892)}}.snow:nth-child(321){opacity:1.4624;transform:translate(31.9125vw,-10px) scale(.304);animation:fall-321 11s -29s linear infinite}@keyframes fall-321{44.099%{transform:translate(38.4557vw,44.099vh) scale(.304)}to{transform:translate(35.1841vw,99vh) scale(.304)}}.snow:nth-child(322){opacity:.0216;transform:translate(35vw,-10px) scale(.7756);animation:fall-322 29s -9s linear infinite}@keyframes fall-322{42.232%{transform:translate(42.8867vw,42.232vh) scale(.7756)}to{transform:translate(38.94335vw,99vh) scale(.7756)}}.snow:nth-child(323){opacity:1.0176;transform:translate(20.0493vw,-10px) scale(.9839);animation:fall-323 13s -10s linear infinite}@keyframes fall-323{69.601%{transform:translate(20.5205vw,69.601vh) scale(.9839)}to{transform:translate(20.2849vw,99vh) scale(.9839)}}.snow:nth-child(324){opacity:.8538;transform:translate(82.777vw,-10px) scale(.2397);animation:fall-324 30s -28s linear infinite}@keyframes fall-324{58.368%{transform:translate(86.8272vw,58.368vh) scale(.2397)}to{transform:translate(84.8021vw,99vh) scale(.2397)}}.snow:nth-child(325){opacity:.4558;transform:translate(43.5066vw,-10px) scale(.275);animation:fall-325 17s -10s linear infinite}@keyframes fall-325{46.433%{transform:translate(34.9066vw,46.433vh) scale(.275)}to{transform:translate(39.2066vw,99vh) scale(.275)}}.snow:nth-child(326){opacity:.2492;transform:translate(10.3964vw,-10px) scale(.4408);animation:fall-326 27s -28s linear infinite}@keyframes fall-326{74.092%{transform:translate(10.1476vw,74.092vh) scale(.4408)}to{transform:translate(10.272vw,99vh) scale(.4408)}}.snow:nth-child(327){opacity:.7516;transform:translate(32.7006vw,-10px) scale(.3959);animation:fall-327 19s -17s linear infinite}@keyframes fall-327{31.424%{transform:translate(40.445vw,31.424vh) scale(.3959)}to{transform:translate(36.5728vw,99vh) scale(.3959)}}.snow:nth-child(328){opacity:1.0608;transform:translate(47.8265vw,-10px) scale(.1805);animation:fall-328 12s -24s linear infinite}@keyframes fall-328{68.317%{transform:translate(49.6501vw,68.317vh) scale(.1805)}to{transform:translate(48.7383vw,99vh) scale(.1805)}}.snow:nth-child(329){opacity:1.607;transform:translate(72.5028vw,-10px) scale(.0754);animation:fall-329 29s -17s linear infinite}@keyframes fall-329{71.146%{transform:translate(79.7237vw,71.146vh) scale(.0754)}to{transform:translate(76.11325vw,99vh) scale(.0754)}}.snow:nth-child(330){opacity:.3484;transform:translate(9.0269vw,-10px) scale(.6039);animation:fall-330 14s -2s linear infinite}@keyframes fall-330{54.878%{transform:translate(11.4693vw,54.878vh) scale(.6039)}to{transform:translate(10.2481vw,99vh) scale(.6039)}}.snow:nth-child(331){opacity:.224;transform:translate(63.6428vw,-10px) scale(.3159);animation:fall-331 18s -25s linear infinite}@keyframes fall-331{44.164%{transform:translate(60.588vw,44.164vh) scale(.3159)}to{transform:translate(62.1154vw,99vh) scale(.3159)}}.snow:nth-child(332){opacity:1.048;transform:translate(61.9288vw,-10px) scale(.6839);animation:fall-332 19s -16s linear infinite}@keyframes fall-332{39.393%{transform:translate(62.2167vw,39.393vh) scale(.6839)}to{transform:translate(62.07275vw,99vh) scale(.6839)}}.snow:nth-child(333){opacity:1.029;transform:translate(67.202vw,-10px) scale(.3579);animation:fall-333 22s -24s linear infinite}@keyframes fall-333{69.222%{transform:translate(61.4009vw,69.222vh) scale(.3579)}to{transform:translate(64.30145vw,99vh) scale(.3579)}}.snow:nth-child(334){opacity:.3986;transform:translate(49.0882vw,-10px) scale(.4593);animation:fall-334 11s -4s linear infinite}@keyframes fall-334{46.326%{transform:translate(47.4078vw,46.326vh) scale(.4593)}to{transform:translate(48.248vw,99vh) scale(.4593)}}.snow:nth-child(335){opacity:.2402;transform:translate(20.8843vw,-10px) scale(.779);animation:fall-335 16s -10s linear infinite}@keyframes fall-335{30.69%{transform:translate(30.1515vw,30.69vh) scale(.779)}to{transform:translate(25.5179vw,99vh) scale(.779)}}.snow:nth-child(336){opacity:.0218;transform:translate(24.1619vw,-10px) scale(.8698);animation:fall-336 24s -24s linear infinite}@keyframes fall-336{50.211%{transform:translate(16.6977vw,50.211vh) scale(.8698)}to{transform:translate(20.4298vw,99vh) scale(.8698)}}.snow:nth-child(337){opacity:1.156;transform:translate(35.685vw,-10px) scale(.097);animation:fall-337 13s -8s linear infinite}@keyframes fall-337{39.705%{transform:translate(40.6303vw,39.705vh) scale(.097)}to{transform:translate(38.15765vw,99vh) scale(.097)}}.snow:nth-child(338){opacity:1.6926;transform:translate(89.7022vw,-10px) scale(.7697);animation:fall-338 12s -11s linear infinite}@keyframes fall-338{76.864%{transform:translate(82.3748vw,76.864vh) scale(.7697)}to{transform:translate(86.0385vw,99vh) scale(.7697)}}.snow:nth-child(339){opacity:.506;transform:translate(11.8261vw,-10px) scale(.0141);animation:fall-339 28s -24s linear infinite}@keyframes fall-339{42.513%{transform:translate(19.6609vw,42.513vh) scale(.0141)}to{transform:translate(15.7435vw,99vh) scale(.0141)}}.snow:nth-child(340){opacity:.1098;transform:translate(26.7728vw,-10px) scale(.0594);animation:fall-340 10s -16s linear infinite}@keyframes fall-340{39.972%{transform:translate(30.0326vw,39.972vh) scale(.0594)}to{transform:translate(28.4027vw,99vh) scale(.0594)}}.snow:nth-child(341){opacity:1.042;transform:translate(5.7982vw,-10px) scale(.0057);animation:fall-341 17s -19s linear infinite}@keyframes fall-341{53.755%{transform:translate(8.6026vw,53.755vh) scale(.0057)}to{transform:translate(7.2004vw,99vh) scale(.0057)}}.snow:nth-child(342){opacity:.6736;transform:translate(19.8543vw,-10px) scale(.2678);animation:fall-342 11s -6s linear infinite}@keyframes fall-342{71.072%{transform:translate(25.9075vw,71.072vh) scale(.2678)}to{transform:translate(22.8809vw,99vh) scale(.2678)}}.snow:nth-child(343){opacity:.3674;transform:translate(21.0013vw,-10px) scale(.4649);animation:fall-343 29s -16s linear infinite}@keyframes fall-343{62.561%{transform:translate(29.7434vw,62.561vh) scale(.4649)}to{transform:translate(25.37235vw,99vh) scale(.4649)}}.snow:nth-child(344){opacity:1.8134;transform:translate(21.4909vw,-10px) scale(.3364);animation:fall-344 23s -16s linear infinite}@keyframes fall-344{34.838%{transform:translate(17.609vw,34.838vh) scale(.3364)}to{transform:translate(19.54995vw,99vh) scale(.3364)}}.snow:nth-child(345){opacity:.9566;transform:translate(29.5665vw,-10px) scale(.3553);animation:fall-345 29s -9s linear infinite}@keyframes fall-345{39.35%{transform:translate(19.9761vw,39.35vh) scale(.3553)}to{transform:translate(24.7713vw,99vh) scale(.3553)}}.snow:nth-child(346){opacity:1.7564;transform:translate(92.756vw,-10px) scale(.733);animation:fall-346 11s -30s linear infinite}@keyframes fall-346{55.318%{transform:translate(92.9602vw,55.318vh) scale(.733)}to{transform:translate(92.8581vw,99vh) scale(.733)}}.snow:nth-child(347){opacity:.1112;transform:translate(82.6307vw,-10px) scale(.0077);animation:fall-347 12s -14s linear infinite}@keyframes fall-347{55.983%{transform:translate(79.5079vw,55.983vh) scale(.0077)}to{transform:translate(81.0693vw,99vh) scale(.0077)}}.snow:nth-child(348){opacity:1.8312;transform:translate(90.5391vw,-10px) scale(.5352);animation:fall-348 19s -21s linear infinite}@keyframes fall-348{30.294%{transform:translate(94.9193vw,30.294vh) scale(.5352)}to{transform:translate(92.7292vw,99vh) scale(.5352)}}.snow:nth-child(349){opacity:1.385;transform:translate(15.0722vw,-10px) scale(.2771);animation:fall-349 18s -1s linear infinite}@keyframes fall-349{68.141%{transform:translate(6.4234vw,68.141vh) scale(.2771)}to{transform:translate(10.7478vw,99vh) scale(.2771)}}.snow:nth-child(350){opacity:1.2994;transform:translate(37.1401vw,-10px) scale(.0669);animation:fall-350 23s -2s linear infinite}@keyframes fall-350{35.176%{transform:translate(36.5713vw,35.176vh) scale(.0669)}to{transform:translate(36.8557vw,99vh) scale(.0669)}}.snow:nth-child(351){opacity:1.5318;transform:translate(4.0447vw,-10px) scale(.1123);animation:fall-351 19s -14s linear infinite}@keyframes fall-351{78.673%{transform:translate(3.1927vw,78.673vh) scale(.1123)}to{transform:translate(3.6187vw,99vh) scale(.1123)}}.snow:nth-child(352){opacity:1.3842;transform:translate(90.9154vw,-10px) scale(.2634);animation:fall-352 13s -2s linear infinite}@keyframes fall-352{67.441%{transform:translate(98.2117vw,67.441vh) scale(.2634)}to{transform:translate(94.56355vw,99vh) scale(.2634)}}.snow:nth-child(353){opacity:.3462;transform:translate(94.2654vw,-10px) scale(.1081);animation:fall-353 13s -11s linear infinite}@keyframes fall-353{33.38%{transform:translate(84.9294vw,33.38vh) scale(.1081)}to{transform:translate(89.5974vw,99vh) scale(.1081)}}.snow:nth-child(354){opacity:1.6888;transform:translate(9.5038vw,-10px) scale(.043);animation:fall-354 13s -4s linear infinite}@keyframes fall-354{52.692%{transform:translate(13.2331vw,52.692vh) scale(.043)}to{transform:translate(11.36845vw,99vh) scale(.043)}}.snow:nth-child(355){opacity:1.0648;transform:translate(98.6196vw,-10px) scale(.4602);animation:fall-355 10s -16s linear infinite}@keyframes fall-355{53.519%{transform:translate(101.5242vw,53.519vh) scale(.4602)}to{transform:translate(100.0719vw,99vh) scale(.4602)}}.snow:nth-child(356){opacity:.7198;transform:translate(6.1496vw,-10px) scale(.8711);animation:fall-356 24s -29s linear infinite}@keyframes fall-356{51.997%{transform:translate(3.5497vw,51.997vh) scale(.8711)}to{transform:translate(4.84965vw,99vh) scale(.8711)}}.snow:nth-child(357){opacity:.9598;transform:translate(70.9485vw,-10px) scale(.0599);animation:fall-357 24s -22s linear infinite}@keyframes fall-357{62.504%{transform:translate(76.3262vw,62.504vh) scale(.0599)}to{transform:translate(73.63735vw,99vh) scale(.0599)}}.snow:nth-child(358){opacity:.371;transform:translate(42.7055vw,-10px) scale(.6994);animation:fall-358 15s -25s linear infinite}@keyframes fall-358{62.246%{transform:translate(51.1561vw,62.246vh) scale(.6994)}to{transform:translate(46.9308vw,99vh) scale(.6994)}}.snow:nth-child(359){opacity:.2048;transform:translate(2.0964vw,-10px) scale(.9043);animation:fall-359 12s -19s linear infinite}@keyframes fall-359{33.632%{transform:translate(-6.8902vw,33.632vh) scale(.9043)}to{transform:translate(-2.3969vw,99vh) scale(.9043)}}.snow:nth-child(360){opacity:.155;transform:translate(71.1189vw,-10px) scale(.277);animation:fall-360 10s -2s linear infinite}@keyframes fall-360{52.708%{transform:translate(72.1108vw,52.708vh) scale(.277)}to{transform:translate(71.61485vw,99vh) scale(.277)}}.snow:nth-child(361){opacity:.0924;transform:translate(57.8057vw,-10px) scale(.4984);animation:fall-361 10s -28s linear infinite}@keyframes fall-361{55.349%{transform:translate(58.889vw,55.349vh) scale(.4984)}to{transform:translate(58.34735vw,99vh) scale(.4984)}}.snow:nth-child(362){opacity:1.7462;transform:translate(.8271vw,-10px) scale(.106);animation:fall-362 14s -22s linear infinite}@keyframes fall-362{67.345%{transform:translate(7.1999vw,67.345vh) scale(.106)}to{transform:translate(4.0135vw,99vh) scale(.106)}}.snow:nth-child(363){opacity:.4082;transform:translate(58.6397vw,-10px) scale(.7913);animation:fall-363 15s -23s linear infinite}@keyframes fall-363{35.388%{transform:translate(53.0736vw,35.388vh) scale(.7913)}to{transform:translate(55.85665vw,99vh) scale(.7913)}}.snow:nth-child(364){opacity:.8918;transform:translate(76.9178vw,-10px) scale(.9064);animation:fall-364 28s -22s linear infinite}@keyframes fall-364{30.189%{transform:translate(76.2903vw,30.189vh) scale(.9064)}to{transform:translate(76.60405vw,99vh) scale(.9064)}}.snow:nth-child(365){opacity:.0088;transform:translate(82.648vw,-10px) scale(.0244);animation:fall-365 16s -12s linear infinite}@keyframes fall-365{42.045%{transform:translate(73.475vw,42.045vh) scale(.0244)}to{transform:translate(78.0615vw,99vh) scale(.0244)}}.snow:nth-child(366){opacity:1.1062;transform:translate(91.217vw,-10px) scale(.4797);animation:fall-366 14s -20s linear infinite}@keyframes fall-366{38.948%{transform:translate(95.1722vw,38.948vh) scale(.4797)}to{transform:translate(93.1946vw,99vh) scale(.4797)}}.snow:nth-child(367){opacity:.533;transform:translate(17.2229vw,-10px) scale(.8502);animation:fall-367 16s -9s linear infinite}@keyframes fall-367{61.978%{transform:translate(15.9546vw,61.978vh) scale(.8502)}to{transform:translate(16.58875vw,99vh) scale(.8502)}}.snow:nth-child(368){opacity:1.2818;transform:translate(41.9685vw,-10px) scale(.7081);animation:fall-368 29s -9s linear infinite}@keyframes fall-368{54.285%{transform:translate(50.9171vw,54.285vh) scale(.7081)}to{transform:translate(46.4428vw,99vh) scale(.7081)}}.snow:nth-child(369){opacity:.3882;transform:translate(2.2385vw,-10px) scale(.156);animation:fall-369 14s -25s linear infinite}@keyframes fall-369{51.737%{transform:translate(10.6013vw,51.737vh) scale(.156)}to{transform:translate(6.4199vw,99vh) scale(.156)}}.snow:nth-child(370){opacity:1.253;transform:translate(74.8589vw,-10px) scale(.9331);animation:fall-370 25s -17s linear infinite}@keyframes fall-370{44.408%{transform:translate(71.7719vw,44.408vh) scale(.9331)}to{transform:translate(73.3154vw,99vh) scale(.9331)}}.snow:nth-child(371){opacity:1.622;transform:translate(17.7593vw,-10px) scale(.6564);animation:fall-371 14s -20s linear infinite}@keyframes fall-371{43.856%{transform:translate(26.2807vw,43.856vh) scale(.6564)}to{transform:translate(22.02vw,99vh) scale(.6564)}}.snow:nth-child(372){opacity:.8964;transform:translate(89.6005vw,-10px) scale(.6);animation:fall-372 24s -1s linear infinite}@keyframes fall-372{64.814%{transform:translate(92.2927vw,64.814vh) scale(.6)}to{transform:translate(90.9466vw,99vh) scale(.6)}}.snow:nth-child(373){opacity:.9274;transform:translate(33.8492vw,-10px) scale(.9102);animation:fall-373 17s -28s linear infinite}@keyframes fall-373{50.974%{transform:translate(29.4685vw,50.974vh) scale(.9102)}to{transform:translate(31.65885vw,99vh) scale(.9102)}}.snow:nth-child(374){opacity:1.296;transform:translate(36.3784vw,-10px) scale(.7634);animation:fall-374 14s -15s linear infinite}@keyframes fall-374{79.736%{transform:translate(38.4029vw,79.736vh) scale(.7634)}to{transform:translate(37.39065vw,99vh) scale(.7634)}}.snow:nth-child(375){opacity:1.8738;transform:translate(6.9244vw,-10px) scale(.7228);animation:fall-375 28s -21s linear infinite}@keyframes fall-375{73.344%{transform:translate(11.2256vw,73.344vh) scale(.7228)}to{transform:translate(9.075vw,99vh) scale(.7228)}}.snow:nth-child(376){opacity:1.478;transform:translate(42.4815vw,-10px) scale(.3528);animation:fall-376 14s -19s linear infinite}@keyframes fall-376{36.386%{transform:translate(42.5575vw,36.386vh) scale(.3528)}to{transform:translate(42.5195vw,99vh) scale(.3528)}}.snow:nth-child(377){opacity:.5934;transform:translate(49.1586vw,-10px) scale(.1543);animation:fall-377 17s -29s linear infinite}@keyframes fall-377{39.797%{transform:translate(54.316vw,39.797vh) scale(.1543)}to{transform:translate(51.7373vw,99vh) scale(.1543)}}.snow:nth-child(378){opacity:1.262;transform:translate(33.3667vw,-10px) scale(.9212);animation:fall-378 26s -5s linear infinite}@keyframes fall-378{51.448%{transform:translate(30.3262vw,51.448vh) scale(.9212)}to{transform:translate(31.84645vw,99vh) scale(.9212)}}.snow:nth-child(379){opacity:1.9824;transform:translate(92.4552vw,-10px) scale(.9913);animation:fall-379 29s -10s linear infinite}@keyframes fall-379{73.233%{transform:translate(91.0356vw,73.233vh) scale(.9913)}to{transform:translate(91.7454vw,99vh) scale(.9913)}}.snow:nth-child(380){opacity:.5904;transform:translate(63.0208vw,-10px) scale(.2106);animation:fall-380 22s -24s linear infinite}@keyframes fall-380{68.405%{transform:translate(59.6543vw,68.405vh) scale(.2106)}to{transform:translate(61.33755vw,99vh) scale(.2106)}}.snow:nth-child(381){opacity:1.8326;transform:translate(66.5419vw,-10px) scale(.0026);animation:fall-381 12s -6s linear infinite}@keyframes fall-381{40.974%{transform:translate(62.7346vw,40.974vh) scale(.0026)}to{transform:translate(64.63825vw,99vh) scale(.0026)}}.snow:nth-child(382){opacity:.8292;transform:translate(8.8784vw,-10px) scale(.0484);animation:fall-382 10s -14s linear infinite}@keyframes fall-382{55.839%{transform:translate(.0928vw,55.839vh) scale(.0484)}to{transform:translate(4.4856vw,99vh) scale(.0484)}}.snow:nth-child(383){opacity:.3176;transform:translate(26.9864vw,-10px) scale(.9037);animation:fall-383 17s -15s linear infinite}@keyframes fall-383{45.633%{transform:translate(34.4535vw,45.633vh) scale(.9037)}to{transform:translate(30.71995vw,99vh) scale(.9037)}}.snow:nth-child(384){opacity:.8792;transform:translate(10.5253vw,-10px) scale(.6431);animation:fall-384 22s -27s linear infinite}@keyframes fall-384{49.176%{transform:translate(9.7015vw,49.176vh) scale(.6431)}to{transform:translate(10.1134vw,99vh) scale(.6431)}}.snow:nth-child(385){opacity:1.8232;transform:translate(74.6039vw,-10px) scale(.5773);animation:fall-385 23s -19s linear infinite}@keyframes fall-385{55.965%{transform:translate(71.1195vw,55.965vh) scale(.5773)}to{transform:translate(72.8617vw,99vh) scale(.5773)}}.snow:nth-child(386){opacity:.1214;transform:translate(24.0511vw,-10px) scale(.6438);animation:fall-386 24s -5s linear infinite}@keyframes fall-386{68.492%{transform:translate(18.3416vw,68.492vh) scale(.6438)}to{transform:translate(21.19635vw,99vh) scale(.6438)}}.snow:nth-child(387){opacity:1.9114;transform:translate(78.933vw,-10px) scale(.3096);animation:fall-387 12s -20s linear infinite}@keyframes fall-387{66.396%{transform:translate(79.8238vw,66.396vh) scale(.3096)}to{transform:translate(79.3784vw,99vh) scale(.3096)}}.snow:nth-child(388){opacity:.8782;transform:translate(96.9129vw,-10px) scale(.4103);animation:fall-388 17s -17s linear infinite}@keyframes fall-388{38.771%{transform:translate(97.3194vw,38.771vh) scale(.4103)}to{transform:translate(97.11615vw,99vh) scale(.4103)}}.snow:nth-child(389){opacity:.8898;transform:translate(47.1334vw,-10px) scale(.9976);animation:fall-389 22s -8s linear infinite}@keyframes fall-389{45.811%{transform:translate(44.7993vw,45.811vh) scale(.9976)}to{transform:translate(45.96635vw,99vh) scale(.9976)}}.snow:nth-child(390){opacity:1.471;transform:translate(86.5244vw,-10px) scale(.7092);animation:fall-390 21s -24s linear infinite}@keyframes fall-390{47.111%{transform:translate(95.8009vw,47.111vh) scale(.7092)}to{transform:translate(91.16265vw,99vh) scale(.7092)}}.snow:nth-child(391){opacity:1.7876;transform:translate(50.0542vw,-10px) scale(.8422);animation:fall-391 25s -3s linear infinite}@keyframes fall-391{32.148%{transform:translate(46.9689vw,32.148vh) scale(.8422)}to{transform:translate(48.51155vw,99vh) scale(.8422)}}.snow:nth-child(392){opacity:1.2268;transform:translate(56.5961vw,-10px) scale(.7166);animation:fall-392 14s -28s linear infinite}@keyframes fall-392{38.774%{transform:translate(50.2514vw,38.774vh) scale(.7166)}to{transform:translate(53.42375vw,99vh) scale(.7166)}}.snow:nth-child(393){opacity:.3294;transform:translate(9.1969vw,-10px) scale(.4577);animation:fall-393 12s -20s linear infinite}@keyframes fall-393{63.801%{transform:translate(3.9929vw,63.801vh) scale(.4577)}to{transform:translate(6.5949vw,99vh) scale(.4577)}}.snow:nth-child(394){opacity:.2532;transform:translate(74.9973vw,-10px) scale(.1027);animation:fall-394 13s -19s linear infinite}@keyframes fall-394{59.641%{transform:translate(82.8116vw,59.641vh) scale(.1027)}to{transform:translate(78.90445vw,99vh) scale(.1027)}}.snow:nth-child(395){opacity:.802;transform:translate(62.654vw,-10px) scale(.8405);animation:fall-395 15s -25s linear infinite}@keyframes fall-395{41.897%{transform:translate(60.5971vw,41.897vh) scale(.8405)}to{transform:translate(61.62555vw,99vh) scale(.8405)}}.snow:nth-child(396){opacity:.175;transform:translate(13.7755vw,-10px) scale(.1014);animation:fall-396 12s -9s linear infinite}@keyframes fall-396{52.289%{transform:translate(17.0096vw,52.289vh) scale(.1014)}to{transform:translate(15.39255vw,99vh) scale(.1014)}}.snow:nth-child(397){opacity:1.874;transform:translate(13.4222vw,-10px) scale(.072);animation:fall-397 17s -16s linear infinite}@keyframes fall-397{34.78%{transform:translate(17.8673vw,34.78vh) scale(.072)}to{transform:translate(15.64475vw,99vh) scale(.072)}}.snow:nth-child(398){opacity:1.8402;transform:translate(50.4448vw,-10px) scale(.5233);animation:fall-398 14s -2s linear infinite}@keyframes fall-398{60.051%{transform:translate(56.5371vw,60.051vh) scale(.5233)}to{transform:translate(53.49095vw,99vh) scale(.5233)}}.snow:nth-child(399){opacity:.079;transform:translate(14.7865vw,-10px) scale(.3478);animation:fall-399 29s -4s linear infinite}@keyframes fall-399{67.981%{transform:translate(18.9638vw,67.981vh) scale(.3478)}to{transform:translate(16.87515vw,99vh) scale(.3478)}}.snow:nth-child(400){opacity:1.5186;transform:translate(51.174vw,-10px) scale(.2712);animation:fall-400 14s -20s linear infinite}@keyframes fall-400{64.054%{transform:translate(52.8035vw,64.054vh) scale(.2712)}to{transform:translate(51.98875vw,99vh) scale(.2712)}}\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
+ }
79
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AppComponent, decorators: [{
80
+ type: Component,
81
+ args: [{ selector: 'app-root', encapsulation: ViewEncapsulation.None, template: "<ng-container *ngIf=\"_state.christmasTime\">\r\n <div *ngFor=\"let i of snows; trackBy: snowTrackBy\" class=\"snow\"></div>\r\n</ng-container>\r\n<router-outlet></router-outlet>", styles: ["@charset \"UTF-8\";.table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th{border:none}.table,.table-responsive{margin-bottom:5px}a:hover,a:focus{text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}*{outline:none!important}.modal-title{width:calc(100% - 20px)}.progress{height:20px}.progress.progress-primary[value]::-webkit-progress-value{background-color:#024a88}.progress.progress-primary[value]::-moz-progress-bar{background-color:#024a88}.progress.progress-primary[value]::-ms-fill{background-color:#024a88}@media screen and (min-width: 0\\fffd){.progress.progress-primary .progress-bar{background-color:#024a88}}.progress.progress-info[value]::-webkit-progress-value{background-color:#248dad}.progress.progress-info[value]::-moz-progress-bar{background-color:#248dad}.progress.progress-info[value]::-ms-fill{background-color:#248dad}@media screen and (min-width: 0\\fffd){.progress.progress-info .progress-bar{background-color:#248dad}}.progress.progress-danger[value]::-webkit-progress-value{background-color:#bf1725}.progress.progress-danger[value]::-moz-progress-bar{background-color:#bf1725}.progress.progress-danger[value]::-ms-fill{background-color:#bf1725}@media screen and (min-width: 0\\fffd){.progress.progress-danger .progress-bar{background-color:#bf1725}}.progress.progress-success[value]::-webkit-progress-value{background-color:#2d922d}.progress.progress-success[value]::-moz-progress-bar{background-color:#2d922d}.progress.progress-success[value]::-ms-fill{background-color:#2d922d}@media screen and (min-width: 0\\fffd){.progress.progress-success .progress-bar{background-color:#2d922d}}.progress.progress-warning[value]::-webkit-progress-value{background-color:#f79a17}.progress.progress-warning[value]::-moz-progress-bar{background-color:#f79a17}.progress.progress-warning[value]::-ms-fill{background-color:#f79a17}@media screen and (min-width: 0\\fffd){.progress.progress-warning .progress-bar{background-color:#f79a17}}.progress[value]::-moz-progress-bar{border-radius:0}.progress[value]::-webkit-progress-value{border-radius:0}.progress[value=\"100\"]::-moz-progress-bar{border-radius:0}.progress[value=\"100\"]::-webkit-progress-value{border-radius:0}.progress-xs{height:7px}.progress-sm{height:10px}.progress-md{height:13px}.progress-bar-info-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#5bc0de!important}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.tag{font-weight:400;line-height:1.4;letter-spacing:.03em}.tag.tag-primary{background-color:#024a88}.tag.tag-info{background-color:#248dad}.tag.tag-danger{background-color:#bf1725}.tag.tag-success{background-color:#2d922d}.tag.tag-warning{background-color:#f79a17}.tag.tag-dark{background-color:#000}.tag.tag-main{background-color:#242d3a}.card{border:none;border-radius:0;width:100%;overflow:hidden;margin-bottom:29px;-webkit-box-shadow:1px 1px 5px 0px rgba(0,0,0,.25);-moz-box-shadow:1px 1px 5px 0px rgba(0,0,0,.25);box-shadow:1px 1px 5px #00000040;display:block}.card .card-header{background:#344154;color:#fff;line-height:10px;border-radius:0;border:none}.card .card-header a{color:#fff}.card .card-header a:hover{color:#fffc}.card .card-footer{background:#344154;color:#fff;line-height:6px;border-radius:0;border:none}.card.card-outline-default{background:transparent;border:1px solid #fff}.card.card-primary{background:#024a88}.card.card-primary.medium-opacity{background:#024a8880}.card.card-outline-primary{background:transparent;border:1px solid #024a88}.card.card-success{background:#2d922d;margin-bottom:15px}.card.card-success.medium-opacity{background:#2d922d80}.card.card-outline-success{background:transparent;border:1px solid #2d922d}.card.card-info{background:#248dad;margin-bottom:15px}.card.card-info.medium-opacity{background:#248dad80}.card.card-outline-info{background:transparent;border:1px solid #248dad}.card.card-warning{background:#f79a17;margin-bottom:15px}.card.card-warning.medium-opacity{background:#f79a1780}.card.card-outline-warning{background:transparent;border:1px solid #f79a17}.card.card-danger{background:#bf1725;margin-bottom:15px}.card.card-danger.medium-opacity{background:#bf172580}.card.card-outline-danger{background:transparent;border:1px solid #bf1725}.card.card-primary .card-header,.card.card-success .card-header,.card.card-info .card-header,.card.card-danger .card-header,.card.card-warning .card-header{background:#0006}.card.card-primary .card-body,.card.card-success .card-body,.card.card-info .card-body,.card.card-danger .card-body,.card.card-warning .card-body{color:#fff}.card.card-primary .card-footer,.card.card-success .card-footer,.card.card-info .card-footer,.card.card-danger .card-footer,.card.card-warning .card-footer{background:#0003}.card.overlay .card-img{border-radius:0;-webkit-filter:brightness(100%);-moz-filter:brightness(100%);-ms-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%)}.card.overlay:hover .card-img{-webkit-filter:brightness(80%);-moz-filter:brightness(80%);-ms-filter:brightness(80%);-o-filter:brightness(80%);filter:brightness(80%)}.card.overlay .card-img-overlay{color:#fff}.card.overlay .card-img-overlay.overlay-bottom{top:auto}.card.overlay .card-img-overlay.slide-up{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}.card.overlay .card-img-overlay.slide-down{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.card.overlay .card-img-overlay.slide-left{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translate(-100%)}.card.overlay .card-img-overlay.slide-right{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translate(100%)}.card.overlay .card-img-overlay.hover-opacity{opacity:0}.card.overlay:hover .slide-up,.card.overlay:hover .slide-down{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.card.overlay:hover .slide-left,.card.overlay:hover .slide-right{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translate(0)}.card.overlay:hover .hover-opacity{opacity:1}@media (min-width: 1400px){.d-xxl-block{display:block!important}}@media (min-width: 576px){.card-columns{-moz-column-count:3;-moz-column-gap:1.25rem}}.btn{border-radius:0}.btn:focus{outline:0}.btn:active{outline:0!important}.btn-rounded{border-radius:25rem}.btn-xs{padding:.2rem .4rem;font-size:.715rem}.btn-primary{background:#024a88cc!important;border-color:#024a88cc!important}.btn-primary.medium-opacity{background:#024a8880;border-color:#024a881a}.btn-primary:hover,.btn-primary:focus{background:#024a88;border-color:#024a88}.btn-primary:active{background:#024a88f2!important;border-color:#024a88f2!important}.btn-success{background:#2d922dcc;border-color:#2d922dcc}.btn-success.medium-opacity{background:#2d922d80;border-color:#2d922d1a}.btn-success:hover,.btn-success:focus{background:#2d922d;border-color:#2d922d}.btn-success:active{background:#2d922df2!important;border-color:#2d922df2!important}.btn-info{background:#248dadcc;border-color:#248dadcc}.btn-info.medium-opacity{background:#248dad80;border-color:#248dad1a}.btn-info:hover,.btn-info:focus{background:#248dad;border-color:#248dad}.btn-info:active{background:#248dadf2!important;border-color:#248dadf2!important}.btn-warning{background:#f79a17cc;border-color:#f79a17cc}.btn-warning.medium-opacity{background:#f79a1780;border-color:#f79a171a}.btn-warning:hover,.btn-warning:focus{background:#f79a17;border-color:#f79a17}.btn-warning:active{background:#f79a17f2!important;border-color:#f79a17f2!important}.btn-danger{background:#bf1725cc;border-color:#bf1725cc}.btn-danger.medium-opacity{background:#bf172580;border-color:#bf17251a}.btn-danger:hover,.btn-danger:focus{background:#bf1725;border-color:#bf1725}.btn-danger:active{background:#bf1725f2!important;border-color:#bf1725f2!important}.btn-dark{background:#000c;border-color:#000c;color:#fff}.btn-dark.medium-opacity{background:#00000080;border-color:#0000001a}.btn-dark:hover{background:#000;border-color:#000}.btn-dark:active{background:#000000f2!important;border-color:#000000f2!important}.btn-main{background:#242d3acc;border-color:#242d3acc;color:#fff}.btn-main.medium-opacity{background:#242d3a80;border-color:#242d3a1a}.btn-main:hover{color:#fff!important;background:#242d3a;border-color:#242d3a}.btn-main:active{background:#242d3af2!important;border-color:#242d3af2!important}.btn-outline-primary{color:#024a88;border-color:#024a88}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;background:#024a88;border-color:#024a88}.btn-outline-primary:active,.btn-outline-primary.active{color:#fff!important;background:#024a88!important;border-color:#024a88!important}.btn-outline-success{color:#2d922d;border-color:#2d922d}.btn-outline-success:hover,.btn-outline-success:focus{color:#fff;background:#2d922d;border-color:#2d922d}.btn-outline-success:active,.btn-outline-success.active{color:#fff!important;background:#2d922d!important;border-color:#2d922d!important}.btn-outline-info{color:#248dad;border-color:#248dad}.btn-outline-info:hover,.btn-outline-info:focus{color:#fff;background:#248dad;border-color:#248dad}.btn-outline-info:active,.btn-outline-info.active{color:#fff!important;background:#248dad!important;border-color:#248dad!important}.btn-outline-warning{color:#f79a17;border-color:#f79a17}.btn-outline-warning:hover,.btn-outline-warning:focus{color:#fff;background:#f79a17;border-color:#f79a17}.btn-outline-warning:active,.btn-outline-warning.active{color:#fff!important;background:#f79a17!important;border-color:#f79a17!important}.btn-outline-danger{color:#bf1725;border-color:#bf1725}.btn-outline-danger:hover,.btn-outline-danger:focus{color:#fff;background:#bf1725;border-color:#bf1725}.btn-outline-danger:active,.btn-outline-danger.active{color:#fff!important;background:#bf1725!important;border-color:#bf1725!important}.btn-outline-dark{color:#000;border-color:#000;background:transparent}.btn-outline-dark:hover,.btn-outline-dark:focus{color:#fff;background:#000;border-color:#000}.btn-outline-main{color:#242d3a;border-color:#242d3a;background:transparent}.btn-outline-main:hover,.btn-outline-main:focus{color:#fff;background:#242d3a;border-color:#242d3a}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-radius:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{border-radius:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn-file-upload{height:35px;padding-top:3px!important}.text-primary{color:#024a88!important}.text-success{color:#2d922d!important}.text-info{color:#248dad!important}.text-warning{color:#f79a17!important}.text-danger{color:#bf1725!important}.background-success{background-color:#2d922d!important}.background-info{background-color:#248dad!important}.background-warning{background-color:#f79a17!important}.background-danger{background-color:#bf1725!important}.blockquote{font-size:1.2rem}.blockquote-footer{font-size:70%}.nav-tabs{background-color:#ccc;border:1px solid #ccc}.nav-tabs .nav-item .nav-link{color:#242d3acc;background-color:transparent;border:none;cursor:default}.nav-tabs .nav-item .nav-link.active{background-color:#fff;color:#242d3a}.nav-tabs .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.nav-tabs.top{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.nav-tabs.bottom{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.nav-tabs.bottom .nav-item{margin-bottom:0;margin-top:-1px}.nav-tabs.bottom .nav-item .nav-link{border-radius:0 0 .3rem .3rem}.nav-tabs.tabs-primary{background-color:#024a8866;border:1px solid #024a88}.nav-tabs.tabs-primary .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-primary .nav-item .nav-link.active{background-color:#024a88;color:#fff}.nav-tabs.tabs-primary .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-success{background-color:#2d922d66;border:1px solid #2d922d}.nav-tabs.tabs-success .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-success .nav-item .nav-link.active{background-color:#2d922d;color:#fff}.nav-tabs.tabs-success .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-info{background-color:#248dad66;border:1px solid #248dad}.nav-tabs.tabs-info .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-info .nav-item .nav-link.active{background-color:#248dad;color:#fff}.nav-tabs.tabs-info .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-warning{background-color:#f79a1766;border:1px solid #f79a17}.nav-tabs.tabs-warning .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-warning .nav-item .nav-link.active{background-color:#f79a17;color:#fff}.nav-tabs.tabs-warning .nav-item .nav-link:not(.active):hover{color:#fff}.nav-tabs.tabs-danger{background-color:#bf172566;border:1px solid #bf1725}.nav-tabs.tabs-danger .nav-item .nav-link{color:#fffc}.nav-tabs.tabs-danger .nav-item .nav-link.active{background-color:#bf1725;color:#fff}.nav-tabs.tabs-danger .nav-item .nav-link:not(.active):hover{color:#fff}.tab-content{position:relative;z-index:1;border:1px solid #ccc;background:#fff}.tab-content .tab-pane{padding:1rem}.tab-content.tab-content-primary{background-color:#024a88;color:#fff;border-color:#024a88}.tab-content.tab-content-success{background-color:#2d922d;color:#fff;border-color:#2d922d}.tab-content.tab-content-info{background-color:#248dad;color:#fff;border-color:#248dad}.tab-content.tab-content-warning{background-color:#f79a17;color:#fff;border-color:#f79a17}.tab-content.tab-content-danger{background-color:#bf1725;color:#fff;border-color:#bf1725}.tab-content.top{border-top:none}.tab-content.bottom{border-bottom:none}.vertical-tabs .nav{padding-right:0;overflow:hidden;background-color:#ccc;border:1px solid #ccc}.vertical-tabs .nav.left{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-right:none;margin-right:-1px;z-index:2}.vertical-tabs .nav.right{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-left:none;margin-left:-1px;z-index:2}.vertical-tabs .nav .nav-item .nav-link{color:#242d3acc;background-color:transparent;border-radius:0;cursor:default}.vertical-tabs .nav .nav-item .nav-link.active{background-color:#fff}.vertical-tabs .nav .nav-item .nav-link:not(.active):hover{background-color:transparent;color:#242d3a;cursor:pointer}.vertical-tabs .nav .nav-item .nav-link.disabled{color:#242d3a99;cursor:not-allowed!important}.alert.alert-success{background-color:#2d922d;border-color:#2d922d;color:#fff}.alert.alert-success.medium-opacity{background:#2d922d80;border-color:#2d922d99}.alert.alert-info{background-color:#248dad;border-color:#248dad;color:#fff}.alert.alert-info.medium-opacity{background-color:#248dad80;border-color:#248dad99}.alert.alert-warning{background-color:#f79a17;border-color:#f79a17;color:#fff}.alert.alert-warning.medium-opacity{background-color:#f79a1780;border-color:#f79a1799}.alert.alert-danger{background-color:#bf1725;border-color:#bf1725;color:#fff}.alert.alert-danger.medium-opacity{background-color:#bf172580;border-color:#bf172599}.modal{z-index:99999;padding-top:10%}.modal-dialog .modal-content{color:#000}.modal-dialog .modal-content .modal-header{border-top-left-radius:.2rem;border-top-right-radius:.2rem;padding:10px 15px}.modal-dialog .modal-content .modal-header.modal-primary{color:#fff;background-color:#024a88}.modal-dialog .modal-content .modal-header.modal-success{color:#fff;background-color:#2d922d}.modal-dialog .modal-content .modal-header.modal-info{color:#fff;background-color:#248dad}.modal-dialog .modal-content .modal-header.modal-warning{color:#fff;background-color:#f79a17}.modal-dialog .modal-content .modal-header.modal-danger{color:#fff;background-color:#bf1725}.modal-dialog .modal-content .modal-header i{margin-right:10px}.modal-dialog .modal-content .modal-footer{padding:10px 15px}.list-group .list-group-item{border-radius:0;padding:.55rem 1.25rem;color:#000c}.list-group .list-group-item.active{color:#ffffffe6;background-color:#024a88;border-color:#024a88}.list-group .list-group-item.active:hover,.list-group .list-group-item.active:focus{color:#fff!important}.list-group .list-group-item.disabled{color:#818a91;background-color:#ddd}.list-group .list-group-item:not(.disabled):focus{color:#000}.list-group .list-group-item.list-group-item-primary{color:#fff;background-color:#024a88}.list-group .list-group-item.list-group-item-success{color:#fff;background-color:#2d922d}.list-group .list-group-item.list-group-item-info{color:#fff;background-color:#248dad}.list-group .list-group-item.list-group-item-warning{color:#fff;background-color:#f79a17}.list-group .list-group-item.list-group-item-danger{color:#fff;background-color:#bf1725}.has-success .form-control-success{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.has-success .form-control{border-color:#2d922dcc}.has-success .form-control:focus{box-shadow:none;border-color:#2d922d80}.has-success .form-control-feedback,.has-success .form-control-label,.has-success .form-check-label,.has-success .form-check-inline,.has-success .custom-control{color:#2d922d}.has-warning .form-control-warning{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f79a17' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\")}.has-warning .form-control{border-color:#f79a17cc}.has-warning .form-control:focus{box-shadow:none;border-color:#f79a1780}.has-warning .form-control-feedback,.has-warning .form-control-label,.has-warning .form-check-label,.has-warning .form-check-inline,.has-warning .custom-control{color:#f79a17}.has-danger .form-control-danger{background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.has-danger .form-control{border-color:#bf1725cc}.has-danger .form-control:focus{box-shadow:none;border-color:#bf172580}.has-danger .form-control-feedback,.has-danger .form-control-label,.has-danger .form-check-label,.has-danger .form-check-inline,.has-danger .custom-control{color:#bf1725}.form-group label{margin-bottom:2px}.help-block{color:#555;font-size:12px}.form-control.checking-field.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important}.form-control.checking-combo.forced-invalid{padding-right:2.25rem!important;background-repeat:no-repeat!important;background-position:center right .625rem!important;background-size:1.25rem 1.25rem!important;border-color:#bf1725!important;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")!important;background-position:calc(100% - 20px)!important}.form-control{border-radius:0;font-size:14px}.form-control:focus{border-color:#55555580}.form-control.checking-field.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-field.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\")}.form-control.checking-field.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.form-control.checking-combo.ng-touched{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem}.form-control.checking-combo.ng-touched.ng-invalid{border-color:#bf1725;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bf1725' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control.checking-combo.ng-touched.ng-valid{border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");background-position:calc(100% - 20px)}.form-control-rounded{border-radius:16px}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{color:#555555b3}.input-group .input-group-addon{padding:.3rem .7rem;border-radius:0}.input-group-btn .btn{padding:.36rem .9rem;font-size:17px}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn{border-radius:0}select.form-control:not([multiple]) option{color:#000c}select.form-control:not([size]):not([multiple]){height:calc(2.5rem - 5px)}input[type=color].form-control{padding:0}.form-inline .form-group input{width:100%}.form-space-md .form-group{margin-bottom:.75rem}.form-space-lg .form-group{margin-bottom:1rem}.form-group{margin-bottom:.5rem}.dropdown-menu{padding-top:0;padding-bottom:0;border-radius:0;font-size:14px;box-shadow:0 6px 12px #0003}.dropdown-menu a{color:#242d3a}.dropdown-menu a:hover{color:#fff;background-color:#242d3a}.dropdown-menu:before{content:\" \";position:absolute;top:-12px;right:30px;display:block;width:0;height:0;border:6px solid transparent;border-bottom-color:#fff}.custom-control-label:before,.custom-control-label:after{top:.2rem}.custom-checkbox.checkbox-circle .custom-control-label:before,.custom-checkbox.checkbox-circle .custom-control-label:after{border-radius:50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background:#555555b3}.custom-checkbox .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-checkbox .custom-control-input.checkbox-primary:checked~.custom-control-label:before{background:#024a88}.custom-checkbox .custom-control-input.checkbox-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-checkbox .custom-control-input.checkbox-success:checked~.custom-control-label:before{background:#2d922d}.custom-checkbox .custom-control-input.checkbox-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-checkbox .custom-control-input.checkbox-info:checked~.custom-control-label:before{background:#248dad}.custom-checkbox .custom-control-input.checkbox-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-checkbox .custom-control-input.checkbox-warning:checked~.custom-control-label:before{background:#f79a17}.custom-checkbox .custom-control-input.checkbox-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-checkbox .custom-control-input.checkbox-danger:checked~.custom-control-label:before{background:#bf1725}.custom-checkbox .custom-control-input.checkbox-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-checkbox .custom-control-input.checkbox-main:checked~.custom-control-label:before{background:#242d3a}.custom-checkbox .custom-control-input.checkbox-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-radio .custom-control-input:checked~.custom-control-label:before{background:#555555b3}.custom-radio .custom-control-input:focus~.custom-control-label:before{border:1px solid white;box-shadow:0 0 0 1px #555555b3}.custom-radio .custom-control-input.radio-primary:checked~.custom-control-label:before{background:#024a88}.custom-radio .custom-control-input.radio-primary:focus~.custom-control-label:before{box-shadow:0 0 0 1px #024a88}.custom-radio .custom-control-input.radio-success:checked~.custom-control-label:before{background:#2d922d}.custom-radio .custom-control-input.radio-success:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2d922d}.custom-radio .custom-control-input.radio-info:checked~.custom-control-label:before{background:#248dad}.custom-radio .custom-control-input.radio-info:focus~.custom-control-label:before{box-shadow:0 0 0 1px #248dad}.custom-radio .custom-control-input.radio-warning:checked~.custom-control-label:before{background:#f79a17}.custom-radio .custom-control-input.radio-warning:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f79a17}.custom-radio .custom-control-input.radio-danger:checked~.custom-control-label:before{background:#bf1725}.custom-radio .custom-control-input.radio-danger:focus~.custom-control-label:before{box-shadow:0 0 0 1px #bf1725}.custom-radio .custom-control-input.radio-main:checked~.custom-control-label:before{background:#242d3a}.custom-radio .custom-control-input.radio-main:focus~.custom-control-label:before{box-shadow:0 0 0 1px #242d3a}.custom-select,.custom-select:focus{background:#ffffff1a url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right .75rem center;background-size:8px 10px}.bg-primary{background:#024a88!important}.bg-primary.medium-opacity{background:#024a8880!important}.bg-success{background:#2d922d!important}.bg-success.medium-opacity{background:#2d922d80!important}.bg-warning{background:#f79a17!important}.bg-warning.medium-opacity{background:#f79a1780!important}.bg-danger{background:#bf1725!important}.bg-danger.medium-opacity{background:#bf172580!important}.bg-main{background:#242d3a!important}.bg-main.medium-opacity{background:#242d3a80!important}.bg-dark{background:#000!important}.bg-dark.medium-opacity{background:#00000080!important}.custom-select{width:100%}code{background-color:#e9ebee}.app-margin-top-5{margin-top:5px!important}.app-margin-top-10{margin-top:10px!important}.app-margin-top-15{margin-top:15px!important}.app-margin-top-20{margin-top:20px!important}.app-margin-top-25{margin-top:25px!important}.app-margin-top-30{margin-top:30px!important}.app-margin-top-35{margin-top:35px!important}.app-margin-top-40{margin-top:40px!important}.app-margin-top-60{margin-top:60px!important}@media (min-width: 1280px){.modal-xl{max-width:1024px}}@media (min-width: 1600px){.modal-xxl{max-width:1280px}}@media (min-width: 1800px){.modal-feminist{max-width:1366px}}.modal-header{cursor:pointer!important}::-ms-reveal{display:none}.app-fill{width:100%;height:100%}.app-flex-left{margin-right:auto}.lastfix{margin-bottom:-.5rem}.app-inline-wrapped{display:inline!important}.app-inline-wrapped:after{content:\"\\a\";white-space:pre}.app-mat-form-slider{margin-top:-10px;width:100%;padding:0}.app-updevery-input{width:30px;display:inline;padding:1px;height:20px}.mv-input{padding:5px 10px 5px 5px;width:100px;height:30px}.mv-input:focus{box-shadow:none!important}.input-group-addon{background-color:#eceeef;border:1px solid rgba(0,0,0,.15)}.app-flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.app-white-button{background-color:#fff;border-color:#ccc}.app-bigplus{text-align:center;font-size:95px;color:#ccc;font-weight:200;cursor:pointer}.app-bigplus :hover{background-color:#eee}.app-wrap{white-space:pre-wrap;word-break:break-word}.app-min-height-145{min-height:145px}.tooltip{pointer-events:auto!important;-webkit-user-select:none!important;-moz-user-select:none!important;-khtml-user-select:none!important;-ms-user-select:none!important;cursor:default!important}.ace_gutter-cell.ace_breakpoint{border-radius:20px 0 0 20px;box-shadow:0 0 1px 1px red inset}.tab-body{padding:15px;border:1px solid #bbb;width:100%}.tab-header-page{border-bottom:20px solid #bbb;border-left:20px solid transparent;border-right:20px solid transparent;cursor:pointer;height:0;text-align:center}.tab-selected{border-bottom:20px solid #bbb;font-weight:700}.tab-unselected{border-bottom:20px solid #ddd}.app-bullet{font-weight:700;font-size:25px;line-height:0;vertical-align:sub}.app-input-password{width:calc(100% - 30px)!important;display:inline-block!important;margin-right:10px!important}.swal2-container{z-index:9999999999999!important}.app-margin-bottom-min-10{margin-bottom:-10px}.app-margin-bottom-min-15{margin-bottom:-15px}.input-group-addon-color{background-color:#eceeef!important}.no-bg-img{background-image:none!important;padding-right:0!important}::-webkit-input-placeholder{color:#aaa!important}:-moz-placeholder{color:#aaa!important;opacity:1!important}::-moz-placeholder{color:#aaa!important;opacity:1!important}:-ms-input-placeholder{color:#aaa!important}::-ms-input-placeholder{color:#aaa!important}::placeholder{color:#aaa!important}ngx-charts-advanced-pie-chart,ngx-charts-number-card,ngx-charts-bar-vertical,ngx-charts-bar-horizontal,ngx-charts-tree-map,ngx-charts-charts{display:block;min-height:1px}.table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.app-flip-y{-moz-transform:scale(1,-1);-webkit-transform:scale(1,-1);-o-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scaleY(-1)}.app-flip-x{-moz-transform:scale(-1,1);-webkit-transform:scale(-1,1);-o-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scaleX(-1)}.app-std-border-right{border-right:2px solid #ccc}.app-std-border-left{border-left:2px solid #ccc}.dropdown-menu>li>a:empty{padding:0}.app-caret-none{color:transparent!important;text-shadow:0 0 0 black!important}.app-caret-none:focus{outline:none}.app-break-words{word-break:break-all}.app-simple-border{border:1px solid #eceeef}.scrolling-box-600{max-height:600px;overflow-x:hidden;overflow-y:auto}.list-area{position:relative!important}.scrolling-box{max-height:250px;overflow-x:hidden;overflow-y:auto}.app-ace-higlight{background:#ff323233;position:absolute}.ace_editor,.ace_editor div{font-family:monospace}.fixed-sm-border{border-width:1px;border-radius:0}.app-dashed-box{border:2px dashed #ccc;padding:10px}.app-small-dashed-box{border:1px dashed #ccc;padding:7px;font-size:small}.app-empty-char{position:absolute;top:45%;left:33%;font-size:18px;font-style:italic}.app-textbox-stringyfied{border:0;background-color:#fff;color:#000;font-weight:700}.app-sticky-last-column{right:0;position:sticky;z-index:0;background-color:#fff}.app-sticky-last-column-alt{right:0;position:sticky;z-index:0;background-color:#f2f2f2}.app-sticky-divider{width:100%;height:1px;z-index:999;background-color:#eee}.app-sticky-first-column{left:-1px;z-index:999;position:sticky;background-color:#ccc}.app-dropdown-stringyfied{color:#000!important;padding:0;height:20px!important;background-color:#fff!important;border:0;font-weight:700;outline:0!important;background:#fff;opacity:1!important;-moz-appearance:none!important;-webkit-appearance:none!important}.app-dropdown-stringyfied::-ms-expand{display:none!important}.background-danger{background-color:#e9967a}.checking-field,.checking-combo{box-shadow:unset!important}.app-border-none{border:none}.app-padding-leftonly-15{padding:0 0 0 15px!important}.app-width-auto{width:auto}.app-line-through{text-decoration:line-through}.app-margin-auto{margin:auto}.app-upper-right-remove{position:absolute;right:10px;font-size:25px;top:5px}.app-inline-block{display:inline-block}.swal2-success{border-color:#2d922d!important;color:#2d922d!important}.swal2-info{border-color:#248dad!important;color:#248dad!important}.swal2-warning{border-color:#f79a17!important;color:#f79a17!important}.swal2-danger{border-color:#bf1725!important;color:#bf1725!important}.app-slash{font-size:30px;line-height:1;margin-top:2px;text-align:center}.table-mh-435{min-height:435px}.table-b0 th,.table-b0 td{border-top:none!important;border-left:none!important}.table-b0{border:0px}.table-b0 th{border-bottom:none!important}.table-b0:last-child{border:none!important}.job-step-number{position:absolute;right:10px;font-size:16px;top:2px;font-weight:700}.dropdown-menu:before{display:none}.app-table-dotted-menu{padding:0 0 2px!important;color:#999}.app-rtl{direction:rtl}.app-border-1{border:1px solid rgba(0,0,0,.15)!important}.app-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.wizard-step-container{background-color:#fff;box-shadow:#63636333 0 2px 8px;padding:10px}.app-right-border{border-right:2px solid #ccc}.app-mtu-fixed-height{height:302px}.app-mtu-fixed-height-wrapper{height:204px;overflow:auto}.app-upper-right-close{position:absolute;top:0;right:15px;font-size:20px}.toast-message{white-space:pre-wrap}.app-overflow-auto{overflow:auto}.app-no-border{border:none!important}.app-contextmenu{background-color:#fff;border:1px solid;padding:10px 30px}.app-contextmenu-item{margin-left:-30px;margin-right:-30px;cursor:pointer}.app-contextmenu-item>span{padding:3px 30px}.app-contextmenu-item:hover{background-color:#ddd}.app-lh-0{line-height:0}.app-lh-05{line-height:.5}.app-lh-1{line-height:1}.app-lh-2{line-height:2}.app-lh-2-important{line-height:2!important}.app-lh-22{line-height:2.2}.app-display-block{display:block!important}.app-input-inline-icon{padding:0;margin:0;position:absolute;top:2px;right:20px}.app-bordered-box{border:1px solid #ccc}.app-mr-auto{margin-right:auto}.app-mrd-infobox-small{border:1px solid #ccc;padding:5px;border-radius:5px}.app-mrd-infobox{border:1px solid #ccc;padding:5px;border-radius:5px;margin-top:-5px;float:left}.app-mrd-infobox-editmode{margin-bottom:-20px;margin-top:-6px}.app-whitespace-prewrap{white-space:pre-wrap}.app-white-selectable{background-color:#fff}.app-white-selected{background-color:#ddd!important}.app-bb-box{border-bottom:2px solid #ddd}.app-white-selectable:hover{background-color:#ddd}.app-placeholder{color:#aaa}.app-placeholder-dark{color:#777}.modal-open{overflow:inherit;padding-right:0!important}.dropdown-menu a:hover{color:#000!important;background-color:#f5f5f5}.dropdown-menu span:hover,.dropdown-item a:hover{color:#000!important;background-color:transparent}.dropdown-item empty{color:#000!important;background-color:#f5f5f5}.app-history-box{max-height:775px;overflow-x:hidden;overflow-y:auto}.app-date-width,.app-input-width{width:100px}.load-more-btn{width:100%;margin-top:10px;background-color:ButtonFace}.app-max-width-100{max-width:100px}.app-search-buttons{position:absolute;top:55px;right:20px}.app-left-0{left:0}.app-left-4{left:4px}.app-left-10{left:10px}.app-bottom-0{bottom:0}.app-bottom-10{bottom:10px}.app-right-0{right:0}.app-right-10{right:10px!important}.app-right-20{right:20px}.app-right-25{right:25px}.app-right-50{right:50px}.app-top-2{top:2px}.app-top-5{top:5px}.app-top-20,.app-top-40{top:20px}.m-t-min-1{margin-top:-1px}.m-t-min-3{margin-top:-3px}.m-t-min-5{margin-top:-5px}.m-t-min-6{margin-top:-6px}.m-t-min-10{margin-top:-10px}.app-uppercase{text-transform:uppercase}.app-col-sm-10-with-addon{width:calc(83.33333% - 56px)!important}.app-bring-to-front{z-index:9999999!important}.modal{z-index:99999998!important}.app-bring-to-front-strong,.guppy_help{z-index:99999999!important}bs-dropdown-container{z-index:99999999!important}.app-bold{font-weight:700}.app-float-left{float:left}.app-float-right{float:right}.app-no-resize{resize:none}.app-table-no-border{border-top:none!important}.app-upper-left-indicator{position:absolute;top:2px;right:5px}.app-dialog-button{margin-bottom:19px;margin-top:1px;font-size:25px}.app-z-index-0{z-index:0!important}.app-col-divide:after{width:0px;content:\"-\";display:block;position:absolute;top:10px;bottom:0;right:2px;font-weight:700}.app-widgets-expanded{padding-right:20px!important;padding-top:10px!important;padding-bottom:0!important}.app-widget-head-expanded{padding:0 0 0 20px}.app-upper-right-trash{position:absolute;right:15px;top:15px;cursor:pointer;z-index:99}.app-absolute{position:absolute}.app-relative{position:relative}.app-box-ricarico{width:250px;position:absolute;bottom:35px}.app-box-ricarico-edit{width:250px;position:absolute;bottom:21px}.app-input-ricarico{display:inline;margin-left:2px;width:20%}.app-no-overflow{overflow:hidden}.app-overflow-visible{overflow:visible}.app-limited-block{max-height:350px;overflow:auto}.app-refresh-button{position:absolute;top:10px}.app-float-right{float:right!important}.app-intable-input{padding:2px 5px}.app-intable-select{padding:2px 5px;height:23px!important}.app-option-placeholder{color:#aaa!important}.app-option-placeholder option{color:#000!important}.app-lightgrey{color:#666}.app-bg-lightgrey{background-color:#ddd!important}.app-width-1000{width:1000px!important}.app-width-10{width:10px!important}.app-width-20{width:20px!important}.app-width-30{width:30px!important}.app-width-40{width:40px!important}.app-width-50{width:50px!important}.app-width-60{width:60px!important}.app-width-70{width:70px!important}.app-width-80{width:80px!important}.app-width-90{width:90px!important}.app-width-100{width:100px!important}.app-width-110{width:110px!important}.app-width-120{width:120px!important}.app-width-130{width:130px!important}.app-width-180{width:180px!important}.app-width-435{width:435px!important}.app-height-350{height:350px}.app-height-250{height:250px}.app-height-275{height:275px}.app-height-300{height:300px}.app-height-380{height:380px}.app-height-370{height:370px}.app-max-height-370{max-height:370px}.app-height-400,.app-height-425{height:400px}.app-height-450{height:450px}.app-height-560{height:560px}.app-sm2-minus-5{float:left;width:calc(16.66667% - 5px)!important}.app-sm10-plus-5{float:left;width:calc(83.33333% + 5px)!important}.app-deadline-todo{background-color:#87cefa!important}.app-deadline-done{background-color:#90ee90!important}.app-font-size-12{font-size:12px!important}.app-font-size-14{font-size:14px!important}.app-font-size-15{font-size:15px!important}.app-font-size-16{font-size:16px!important}.app-font-size-17{font-size:17px!important}.app-font-size-18{font-size:18px!important}.app-font-size-20{font-size:20px!important}.app-font-size-22{font-size:22px!important}.app-font-size-25{font-size:25px!important}.app-font-size-59{font-size:59px!important}.app-selected{background-color:#b0c4de}.app-aff-90{color:#006400}.app-aff-80{color:green}.app-aff-70{color:#90ee90}.app-aff-60{color:#3cb371}.app-aff-50{color:#ff8c00}.app-aff-40{color:red}.app-bg-aff-90{background-color:#006400}.app-bg-aff-80{background-color:green}.app-bg-aff-70{background-color:#90ee90}.app-bg-aff-60{background-color:#3cb371}.app-bg-aff-50{background-color:#ff8c00}.app-bg-aff-40{background-color:red}.app-scarico-materiale-body{max-height:500px;overflow:auto;overflow-x:hidden}.app-max-height-550{max-height:550px}.app-max-height-300{max-height:300px}.app-success-row{background-color:#389c90!important}.app-danger-row{background-color:#9c3838!important}.app-info-row{background-color:#388b9c!important}.app-active-readonly{color:#555!important;background-color:#fff!important}.app-reading-info{position:absolute;top:5px;left:5px;font-size:20px}.app-loading-over{display:none;margin:auto;position:absolute;inset:0;width:100%;height:100%;z-index:99;background:#00000080 none repeat}.app-loading-over-internal{color:#fff;position:absolute;top:48%;left:45%;font-size:15px}.app-circle{display:inline-block;width:10px;height:10px;border-radius:50%}.loader-img{position:absolute;width:140px;top:35%;left:calc(50% - 70px)}.app-timepicker-success{padding-right:1.75rem;background-repeat:no-repeat;background-position:center right .625rem;background-size:1.25rem 1.25rem;border-color:#2d922d;background-image:url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232d922d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\")}.app-success-row-link{color:ivory!important}.dropdown-item:hover{color:#fff!important}.app-fixed-height-700{height:700px;overflow:auto;overflow-x:hidden}.app-fixed-height-610{height:610px;overflow:auto;overflow-x:hidden}.app-fixed-height-685{height:685px;overflow:auto;overflow-x:hidden}.app-arrow{height:15px;width:100%;text-align:center}.app-visible{display:block!important}.app-scheduling-symbol{position:absolute;right:15px;font-size:2.15em;z-index:100}.app-arrow:hover{background-color:#d3d3d3}.app-calendar-box{width:calc(100% - 380px);padding-left:10px;float:right}.app-deadline-box-container{width:380px;height:100%;float:left}.app-deadline-box{padding:0 3px;margin-bottom:5px;margin-left:5px;margin-right:5px;border-style:solid;border-color:#d3d3d3;border-width:2px;position:relative}.app-input-icon{position:absolute;color:#696969;top:11px;left:5px;z-index:999}.app-input-icon:hover{color:#696969}.app-text-center{text-align:center}.app-text-right{text-align:right}.app-text-left{text-align:left}.app-fe-sm-v{position:relative;top:0;width:1px;left:5px;font-size:8px;font-weight:700;color:#000;text-shadow:0px 0px .2px black}.app-fe-v{position:relative;top:-10px;left:145px;width:1px;font-size:11px;font-weight:700;color:#fffac2;text-shadow:0px 0px 1px #fffbcc}.app-card-function-button{padding:.5rem 1.25rem;border-bottom:solid 2px #D9D9D9}.app-modal-function-button{padding:8px 15px;border-bottom:solid 1px #D9D9D9}.app-no-bg-img{background-image:none!important}.app-widget-head-button{font-size:1.15rem;margin-top:-2px;margin-bottom:-5px;margin-left:10px}.app-line-separator{height:3px;background:#ededed;border-bottom:1px solid rgb(237,237,237);margin-bottom:10px}.app-small-line-separator{height:2px;background:#ccc;border-bottom:1px solid #ccc;margin-bottom:5px;margin-top:5px}.app-link{color:#0275d8!important;cursor:pointer;text-decoration:none;display:block}.app-link:hover{color:#23527c!important;cursor:pointer;text-decoration:underline!important}.app-link-nocol{cursor:pointer;text-decoration:none}.app-link-nocol:hover{text-decoration:underline}.app-btn-widget{position:absolute;margin:0;top:3.5px;background-color:#414b50;cursor:pointer}.app-btn-widget-spacer{visibility:hidden;height:1px}.app-btn-widget:hover{background-color:#697378}.app-inline{display:inline}.app-btn-search{width:40.85px;height:38px}.app-fa-cell-fix{display:table-cell}.app-display-none{display:none}.app-border-radius-5{border-radius:5px!important}.app-no-padding{padding:0!important}.app-padding-5{padding:5px!important}.app-padding-2{padding:2px!important}.app-padding-3{padding:3px!important}.app-padding-10{padding:10px!important}.app-padding-15{padding:15px!important}.app-padding-left-0{padding-left:0!important}.app-padding-left-5{padding-left:5px!important}.app-padding-left-10{padding-left:10px!important}.app-padding-left-15{padding-left:15px!important}.app-padding-left-20{padding-left:20px!important}.app-padding-left-25{padding-left:25px!important}.app-padding-left-30{padding-left:30px!important}.app-padding-left-35{padding-left:35px!important}.app-padding-left-40{padding-left:40px!important}.app-padding-left-45{padding-left:45px!important}.app-padding-right-0{padding-right:0!important}.app-padding-right-5{padding-right:5px!important}.app-padding-right-10{padding-right:10px!important}.app-padding-right-15{padding-right:15px!important}.app-margin-0{margin:0!important}.app-margin-right-min-10{margin-right:-10px!important}.app-margin-left-min-2{margin-left:-2px}.app-margin-left-min-5{margin-left:-5px}.app-margin-left-min-10{margin-left:-10px!important}.app-margin-right-min-20{margin-right:-20px!important}.app-margin-left-0{margin-left:0!important}.app-margin-left-5{margin-left:5px!important}.app-margin-left-6{margin-left:6px!important}.app-margin-left-15{margin-left:15px!important}.app-margin-left-25{margin-left:25px!important}.app-margin-right-10{margin-right:10px!important}.app-margin-right-15{margin-right:15px!important}.app-margin-right-20{margin-right:20px!important}.app-margin-right-25{margin-right:25px!important}.app-margin-right-5{margin-right:5px!important}.app-margin-top-min-10{margin-top:-10px!important}.app-margin-top-min-15{margin-top:-15px!important}.app-margin-left-10{margin-left:10px!important}.app-margin-bottom-0{margin-bottom:0!important}.app-margin-bottom-2{margin-bottom:2px!important}.app-margin-bottom-5{margin-bottom:5px!important}.app-margin-bottom-10{margin-bottom:10px!important}.app-margin-bottom-14{margin-bottom:14px!important}.app-margin-bottom-15{margin-bottom:15px!important}.app-margin-bottom-20{margin-bottom:20px!important}.app-margin-bottom-25{margin-bottom:25px!important}.app-margin-bottom-30{margin-bottom:30px!important}.app-border-radius-10{border-radius:10px}.app-no-margin{margin:0!important}.app-no-row-margin{margin-left:0!important;margin-right:0!important}.app-white-text{color:#fff!important}.app-black-text{color:#242424!important}.app-pointer{cursor:pointer}.app-not-allowed{cursor:not-allowed}.app-hidden-view{visibility:hidden!important}.app-afterline-button{margin-top:5px;color:#fff;background-color:inherit;border-width:2px;border-color:#fff;font-weight:700;margin-bottom:-5px}.app-afterline-button-black{color:#000;background-color:inherit;border-width:2px;border-color:#000;font-weight:700;margin-bottom:5px}.m-t-min-2{margin-top:-2px}.m-t-1{margin-top:1px}.m-t-2{margin-top:2px}.m-t-3{margin-top:3px}.m-t-4{margin-top:4px}.m-t-6{margin-top:6px}.m-t-7{margin-top:7px}.m-t-8{margin-top:8px}.m-t-9{margin-top:9px}.m-t-10{margin-top:10px}.m-t-30{margin-top:30px}.f-s-25{font-size:25px}.app-pullleft-1{margin-right:1px}.app-pullleft-2{margin-right:2px}.app-pullleft-3{margin-right:3px}.app-pullleft-4{margin-right:4px}.app-pullleft-5{margin-right:5px}.app-pullleft-6{margin-right:6px}.app-pullleft-7{margin-right:7px}.app-pullleft-8{margin-right:8px}.app-pullleft-9{margin-right:9px}.app-pullleft-10{margin-right:10px}.app-pullleft-15{margin-right:15px}.app-pullright-1{margin-left:1px}.app-pullright-2{margin-left:2px}.app-pullright-3{margin-left:3px}.app-pullright-4{margin-left:4px}.app-pullright-5{margin-left:5px}.app-pullright-6{margin-left:6px}.app-pullright-7{margin-left:7px}.app-pullright-8{margin-left:8px}.app-pullright-9{margin-left:9px}.app-pullright-10{margin-left:10px}.app-pullright-15{margin-left:15px}.app-pullup-1{margin-bottom:1px}.app-pullup-2{margin-bottom:2px}.app-pullup-3{margin-bottom:3px}.app-pullup-4{margin-bottom:4px}.app-pullup-5{margin-bottom:5px}.app-pullup-6{margin-bottom:6px}.app-pullup-7{margin-bottom:7px}.app-pullup-8{margin-bottom:8px}.app-pullup-9{margin-bottom:9px}.app-pullup-10{margin-bottom:10px}.app-pullup-15{margin-bottom:15px}.app-one-clm-width{width:100%}.app-two-clm-width{width:50%}.app-three-clm-width{width:33.333%}.app-four-clm-width{width:25%}.app-five-clm-width{width:20%}.app-six-clm-width{width:16.666%}.app-col-12{width:100%}.app-col-11{width:91.66666667%}.app-col-10{width:83.33333333%}.app-col-9{width:75%}.app-col-8{width:66.66666667%}.app-col-7{width:58.33333333%}.app-col-6{width:50%}.app-col-5{width:41.66666667%}.app-col-4{width:33.33333333%}.app-col-3{width:25%}.app-col-2{width:16.66666667%}.app-col-1{width:8.33333333%}.app-padding-bottom-0{padding-bottom:0!important}.app-padding-bottom-5{padding-bottom:5px}.app-padding-bottom-10{padding-bottom:10px}.app-padding-top-0{padding-top:0!important}.app-padding-top-3{padding-top:3px!important}.app-padding-top-8{padding-top:8px!important}.app-padding-top-5{padding-top:5px!important}.app-padding-top-10{padding-top:10px!important}.app-padding-top-13{padding-top:13px!important}.app-padding-top-15{padding-top:15px!important}.app-padding-top-16{padding-top:16px!important}.app-mb-0{margin-bottom:0}.file-upload .file-upload-btn{position:absolute;width:100%;height:35px;z-index:9;opacity:0}.file-upload .delete-file{position:absolute;right:50px;top:8px;font-size:16px;opacity:.8;cursor:pointer;z-index:99;visibility:hidden}.file-upload:hover .delete-file{visibility:visible}.app-right-15{right:15px}.app-top-0{top:0}.app-top-10{top:10px}.app-fs-30{font-size:30px}.app-fs-16{font-size:16px}.app-fs-20{font-size:20px}.app-fs-23{font-size:23px}.app-fs-24{font-size:24px}.app-fs-18{font-size:18px}.app-fs-14{font-size:14px}.app-fs-12{font-size:12px}.selectable-timeline{height:20px;display:flex}.timeline-element-selected{cursor:pointer;text-decoration:underline;font-weight:700}.timeline-element-unselected{cursor:pointer;font-style:italic}.timeline-arrow{width:15px}.timeline-element-container{width:calc(100% - 37px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex}.app-checkbox-label{margin-left:5px;margin-top:-1px}.app-nowrap{white-space:nowrap}.app-min-height-365{min-height:365px}.app-min-width-std-395{min-width:395px}.app-min-width-std-110{min-width:110px}.app-min-width-std-150{min-width:150px}.app-min-width-std-220{min-width:220px}.app-min-width-std-120{min-width:120px}.app-min-width-std-70{min-width:70px}.app-ltab-border{border-left:2px solid #bbb}.app-rtab-border{border-right:2px solid #bbb}.app-col-min{width:1px}.app-filter-wrapper{padding-left:0;margin-top:20px}.app-first-filter-line{margin-top:-20px}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;border:1px solid #CCC;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right-user{left:-250px;right:0;top:-2px;width:242px}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;white-space:nowrap}.dropdown-backdrop{position:fixed;inset:0}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;content:\"\"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.app-search-background{z-index:9999;margin-top:60px;padding:0;background-color:#0000004d;width:100vw;height:calc(100vh - 60px)}.app-search-result-box{height:calc(100% - 35px);overflow:hidden;margin:20px}.app-search-card{margin-top:2px;margin-bottom:10px;padding:15px;background-color:#fff;box-shadow:#06182c66 0 0 0 2px,#06182ca6 0 4px 6px -1px,#ffffff14 0 1px inset}.pull-left{float:left}.pull-right{float:right}.pace .pace-progress{background:#637ca0;position:absolute;height:3px;z-index:0}.pace .pace-progress-inner{display:none}.pace .pace-activity{position:absolute;top:10px;left:10px;border-width:1px;right:auto;width:18px;height:18px;border-top-color:#242d3a;border-left-color:#242d3a}.slimScrollBar,.slimScrollRail{border-radius:0!important;width:4px!important}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80);pointer-events:none}.gu-hide{left:-9999px!important}.gu-unselectable{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.guppy_help{max-height:400px;overflow-y:scroll}.toast-container{margin-top:55px}.ngx-json-viewer .segment-type-null>.segment-main>.segment-value{background-color:inherit!important}.swal2-html-container{overflow:hidden}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(\"Roboto Thin\"),local(\"Roboto-Thin\"),url(/assets/fonts/google/Roboto/Roboto-Thin.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(\"Roboto Thin Italic\"),local(\"Roboto-ThinItalic\"),url(/assets/fonts/google/Roboto/Roboto-ThinItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(\"Roboto Light\"),local(\"Roboto-Light\"),url(/assets/fonts/google/Roboto/Roboto-Light.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(\"Roboto Light Italic\"),local(\"Roboto-LightItalic\"),url(/assets/fonts/google/Roboto/Roboto-LightItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(\"Roboto Regular\"),local(\"Roboto-Regular\"),url(/assets/fonts/google/Roboto/Roboto-Regular.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(\"Roboto Italic\"),local(\"Roboto-Italic\"),url(/assets/fonts/google/Roboto/Roboto-Italic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(\"Roboto Medium\"),local(\"Roboto-Medium\"),url(/assets/fonts/google/Roboto/Roboto-Medium.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(\"Roboto Medium Italic\"),local(\"Roboto-MediumItalic\"),url(/assets/fonts/google/Roboto/Roboto-MediumItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(\"Roboto Bold\"),local(\"Roboto-Bold\"),url(/assets/fonts/google/Roboto/Roboto-Bold.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(\"Roboto Bold Italic\"),local(\"Roboto-BoldItalic\"),url(/assets/fonts/google/Roboto/Roboto-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(\"Roboto Black\"),local(\"Roboto-Black\"),url(/assets/fonts/google/Roboto/Roboto-Black.ttf) format(\"truetype\")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(\"Roboto Black Italic\"),local(\"Roboto-BlackItalic\"),url(/assets/fonts/google/Roboto/Roboto-BlackItalic.ttf) format(\"truetype\")}html{height:100%;min-height:100%}body{font-family:Roboto,sans-serif;font-size:14px;color:#242424}body:before{content:\"\";position:fixed;width:100%;height:100%;top:0;left:0;background:#e9ebee;will-change:transform;z-index:-1}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:400}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-size:70%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-button{width:0px;height:0px}::-webkit-scrollbar-thumb{background:#e1e1e1;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#ccc}::-webkit-scrollbar-thumb:active{background:#888}::-webkit-scrollbar-track{background:#666;border:0px none #ffffff;border-radius:0}::-webkit-scrollbar-track:hover{background:#666}::-webkit-scrollbar-track:active{background:#333}::-webkit-scrollbar-corner{background:transparent}.transition{-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s}.widget-controls{position:absolute;z-index:1;top:0;right:0;padding:10px 20px;font-size:14px}.widget-controls a{color:#fff;margin-left:7px;line-height:1;vertical-align:top;display:inline-block}.widget-controls a i.glyphicon-resize-full{font-size:13px}.widget-controls a:hover{color:#ffffffb3}.widget-controls a.dropdown-toggle:after{display:none}.widget-controls ul.dropdown-menu{min-width:9rem;padding:0;border-radius:0}.widget-controls ul.dropdown-menu li{padding:4px;overflow:hidden}.widget-controls ul.dropdown-menu li a{color:#242d3a;font-size:13px;width:100%}.widget-controls ul.dropdown-menu li:hover{background-color:#242d3a}.widget-controls ul.dropdown-menu li:hover a{color:#fff}.card.fullscreened .card-header{line-height:35px}.card.fullscreened .card-header .widget-controls{padding:20px}.card.fullscreened .card-header .widget-controls a{margin-left:12px}.card.fullscreened .card-header .widget-controls a.setting{display:none}.card.fullscreened.card-primary{background:#024a88}.card.fullscreened.card-success{background:#2d922d}.card.fullscreened.card-info{background:#248dad}.card.fullscreened.card-warning{background:#f79a17}.card.fullscreened.card-danger{background:#bf1725}.scrolling{height:100%;overflow-y:scroll;padding-bottom:60px}.no-margin{margin:0}.bottom-15{margin-bottom:15px}.m-t-5{margin-top:5px}.m-t-15{margin-top:15px}.res-img{width:100%}.chart-outher{width:55%;margin:0 auto}.p-t-10{padding-top:10%}.o-visible{overflow:visible}.w-150{width:150px}.w-200{width:200px}@media (max-width: 543px){.chart-outher{width:100%}}@media (min-width: 544px) and (max-width: 767px){.chart-outher{width:85%}}@media (min-width: 992px) and (max-width: 1199px){.chart-outher{width:65%}}.mat-datepicker-content{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;display:block;border-radius:4px;background-color:var(--mat-datepicker-calendar-container-background-color);color:var(--mat-datepicker-calendar-container-text-color)}.mat-datepicker-content .mat-calendar{width:296px;height:354px}.mat-datepicker-content .mat-datepicker-content-container-with-custom-header .mat-calendar{height:auto}.mat-datepicker-content .mat-datepicker-close-button{position:absolute;top:100%;left:0;margin-top:8px}.ng-animating .mat-datepicker-content .mat-datepicker-close-button{display:none}.mat-datepicker-content-container{display:flex;flex-direction:column;justify-content:space-between}.mat-datepicker-content-touch{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f;display:block;max-height:80vh;position:relative;overflow:visible}.mat-datepicker-content-touch .mat-datepicker-content-container{min-height:312px;max-height:788px;min-width:250px;max-width:750px}.mat-datepicker-content-touch .mat-calendar{width:100%;height:auto}@media all and (orientation: landscape){.mat-datepicker-content-touch .mat-datepicker-content-container{width:64vh;height:80vh}}@media all and (orientation: portrait){.mat-datepicker-content-touch .mat-datepicker-content-container{width:80vw;height:100vw}.mat-datepicker-content-touch .mat-datepicker-content-container-with-actions{height:115vw}}.mat-calendar{display:block;font-family:var(--mat-datepicker-calendar-text-font);font-size:var(--mat-datepicker-calendar-text-size)}.mat-calendar-header{padding:8px 8px 0}.mat-calendar-content{padding:0 8px 8px;outline:none}.mat-calendar-controls{display:flex;align-items:center;margin:5% calc(4.7142857143% - 16px)}.mat-calendar-spacer{flex:1 1 auto}.mat-calendar-period-button{min-width:0;margin:0 8px;font-size:var(--mat-datepicker-calendar-period-button-text-size);font-weight:var(--mat-datepicker-calendar-period-button-text-weight)}.mat-calendar-arrow{display:inline-block;width:10px;height:5px;margin:0 0 0 5px;vertical-align:middle;fill:var(--mat-datepicker-calendar-period-button-icon-color)}.mat-calendar-arrow.mat-calendar-invert{transform:rotate(180deg)}[dir=rtl] .mat-calendar-arrow{margin:0 5px 0 0}.cdk-high-contrast-active .mat-calendar-arrow{fill:CanvasText}.mat-calendar-previous-button,.mat-calendar-next-button{position:relative}.mat-datepicker-content .mat-calendar-previous-button,.mat-datepicker-content .mat-calendar-next-button{color:var(--mat-datepicker-calendar-navigation-button-icon-color)}.mat-calendar-previous-button:after,.mat-calendar-next-button:after{inset:0;position:absolute;content:\"\";margin:15.5px;border:0 solid currentColor;border-top-width:2px}[dir=rtl] .mat-calendar-previous-button,[dir=rtl] .mat-calendar-next-button{transform:rotate(180deg)}.mat-calendar-previous-button:after{border-left-width:2px;transform:translate(2px) rotate(-45deg)}.mat-calendar-next-button:after{border-right-width:2px;transform:translate(-2px) rotate(45deg)}.mat-calendar-table{border-spacing:0;border-collapse:collapse;width:100%}.mat-calendar-table-header th{text-align:center;padding:0 0 8px;color:var(--mat-datepicker-calendar-header-text-color);font-size:var(--mat-datepicker-calendar-header-text-size);font-weight:var(--mat-datepicker-calendar-header-text-weight)}.mat-calendar-table-header-divider{position:relative;height:1px}.mat-calendar-table-header-divider:after{content:\"\";position:absolute;top:0;left:-8px;right:-8px;height:1px;background:var(--mat-datepicker-calendar-header-divider-color)}.mat-calendar-body-cell-content:before{margin:calc((var(--mat-focus-indicator-border-width, 3px) + 3px) * -1)}.mat-calendar-body-cell:focus .mat-focus-indicator:before{content:\"\"}.mat-calendar-hidden-label{display:none}.mdc-touch-target-wrapper{display:inline}.mdc-elevation-overlay{position:absolute;border-radius:inherit;pointer-events:none;opacity:var(--mdc-elevation-overlay-opacity, 0);transition:opacity .28s cubic-bezier(.4,0,.2,1)}.mdc-button{position:relative;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-width:64px;border:none;outline:none;line-height:inherit;-webkit-user-select:none;user-select:none;-webkit-appearance:none;overflow:visible;vertical-align:middle;background:#0000}.mdc-button .mdc-elevation-overlay{width:100%;height:100%;top:0;left:0}.mdc-button::-moz-focus-inner{padding:0;border:0}.mdc-button:active{outline:none}.mdc-button:hover{cursor:pointer}.mdc-button:disabled{cursor:default;pointer-events:none}.mdc-button[hidden]{display:none}.mdc-button .mdc-button__icon{margin-left:0;margin-right:8px;display:inline-block;position:relative;vertical-align:top}[dir=rtl] .mdc-button .mdc-button__icon,.mdc-button .mdc-button__icon[dir=rtl]{margin-left:8px;margin-right:0}.mdc-button .mdc-button__progress-indicator{font-size:0;position:absolute;transform:translate(-50%,-50%);top:50%;left:50%;line-height:initial}.mdc-button .mdc-button__label{position:relative}.mdc-button .mdc-button__focus-ring{pointer-events:none;border:2px solid rgba(0,0,0,0);border-radius:6px;box-sizing:content-box;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:calc(100% + 4px);width:calc(100% + 4px);display:none}@media screen and (forced-colors: active){.mdc-button .mdc-button__focus-ring{border-color:CanvasText}}.mdc-button .mdc-button__focus-ring:after{content:\"\";border:2px solid rgba(0,0,0,0);border-radius:8px;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:calc(100% + 4px);width:calc(100% + 4px)}@media screen and (forced-colors: active){.mdc-button .mdc-button__focus-ring:after{border-color:CanvasText}}@media screen and (forced-colors: active){.mdc-button.mdc-ripple-upgraded--background-focused .mdc-button__focus-ring,.mdc-button:not(.mdc-ripple-upgraded):focus .mdc-button__focus-ring{display:block}}.mdc-button .mdc-button__touch{position:absolute;top:50%;height:48px;left:0;right:0;transform:translateY(-50%)}.mdc-button__label+.mdc-button__icon{margin-left:8px;margin-right:0}[dir=rtl] .mdc-button__label+.mdc-button__icon,.mdc-button__label+.mdc-button__icon[dir=rtl]{margin-left:0;margin-right:8px}svg.mdc-button__icon{fill:currentColor}.mdc-button--touch{margin-top:6px;margin-bottom:6px}.mdc-button{padding:0 8px}.mdc-button--unelevated{transition:box-shadow .28s cubic-bezier(.4,0,.2,1);padding:0 16px}.mdc-button--unelevated.mdc-button--icon-trailing{padding:0 12px 0 16px}.mdc-button--unelevated.mdc-button--icon-leading{padding:0 16px 0 12px}.mdc-button--raised{transition:box-shadow .28s cubic-bezier(.4,0,.2,1);padding:0 16px}.mdc-button--raised.mdc-button--icon-trailing{padding:0 12px 0 16px}.mdc-button--raised.mdc-button--icon-leading{padding:0 16px 0 12px}.mdc-button--outlined{border-style:solid;transition:border .28s cubic-bezier(.4,0,.2,1)}.mdc-button--outlined .mdc-button__ripple{border-style:solid;border-color:#0000}.mat-mdc-button{height:var(--mdc-text-button-container-height, 36px);border-radius:var(--mdc-text-button-container-shape, var(--mdc-shape-small, 4px))}.mat-mdc-button:not(:disabled){color:var(--mdc-text-button-label-text-color, inherit)}.mat-mdc-button:disabled{color:var(--mdc-text-button-disabled-label-text-color, rgba(0, 0, 0, .38))}.mat-mdc-button .mdc-button__ripple{border-radius:var(--mdc-text-button-container-shape, var(--mdc-shape-small, 4px))}.mat-mdc-unelevated-button{height:var(--mdc-filled-button-container-height, 36px);border-radius:var(--mdc-filled-button-container-shape, var(--mdc-shape-small, 4px))}.mat-mdc-unelevated-button:not(:disabled){background-color:var(--mdc-filled-button-container-color, transparent)}.mat-mdc-unelevated-button:disabled{background-color:var(--mdc-filled-button-disabled-container-color, rgba(0, 0, 0, .12))}.mat-mdc-unelevated-button:not(:disabled){color:var(--mdc-filled-button-label-text-color, inherit)}.mat-mdc-unelevated-button:disabled{color:var(--mdc-filled-button-disabled-label-text-color, rgba(0, 0, 0, .38))}.mat-mdc-unelevated-button .mdc-button__ripple{border-radius:var(--mdc-filled-button-container-shape, var(--mdc-shape-small, 4px))}.mat-mdc-raised-button{height:var(--mdc-protected-button-container-height, 36px);border-radius:var(--mdc-protected-button-container-shape, var(--mdc-shape-small, 4px));box-shadow:var(--mdc-protected-button-container-elevation, 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12))}.mat-mdc-raised-button:not(:disabled){background-color:var(--mdc-protected-button-container-color, transparent)}.mat-mdc-raised-button:disabled{background-color:var(--mdc-protected-button-disabled-container-color, rgba(0, 0, 0, .12))}.mat-mdc-raised-button:not(:disabled){color:var(--mdc-protected-button-label-text-color, inherit)}.mat-mdc-raised-button:disabled{color:var(--mdc-protected-button-disabled-label-text-color, rgba(0, 0, 0, .38))}.mat-mdc-raised-button .mdc-button__ripple{border-radius:var(--mdc-protected-button-container-shape, var(--mdc-shape-small, 4px))}.mat-mdc-raised-button.mdc-ripple-upgraded--background-focused,.mat-mdc-raised-button:not(.mdc-ripple-upgraded):focus{box-shadow:var(--mdc-protected-button-focus-container-elevation, 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12))}.mat-mdc-raised-button:hover{box-shadow:var(--mdc-protected-button-hover-container-elevation, 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12))}.mat-mdc-raised-button:not(:disabled):active{box-shadow:var(--mdc-protected-button-pressed-container-elevation, 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12))}.mat-mdc-raised-button:disabled{box-shadow:var(--mdc-protected-button-disabled-container-elevation, 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12))}.mat-mdc-outlined-button{height:var(--mdc-outlined-button-container-height, 36px);border-radius:var(--mdc-outlined-button-container-shape, var(--mdc-shape-small, 4px));padding:0 15px;border-width:var(--mdc-outlined-button-outline-width, 1px)}.mat-mdc-outlined-button:not(:disabled){color:var(--mdc-outlined-button-label-text-color, inherit)}.mat-mdc-outlined-button:disabled{color:var(--mdc-outlined-button-disabled-label-text-color, rgba(0, 0, 0, .38))}.mat-mdc-outlined-button .mdc-button__ripple{border-radius:var(--mdc-outlined-button-container-shape, var(--mdc-shape-small, 4px))}.mat-mdc-outlined-button:not(:disabled){border-color:var(--mdc-outlined-button-outline-color, rgba(0, 0, 0, .12))}.mat-mdc-outlined-button:disabled{border-color:var(--mdc-outlined-button-disabled-outline-color, rgba(0, 0, 0, .12))}.mat-mdc-outlined-button.mdc-button--icon-trailing{padding:0 11px 0 15px}.mat-mdc-outlined-button.mdc-button--icon-leading{padding:0 15px 0 11px}.mat-mdc-outlined-button .mdc-button__ripple{inset:-1px;border-width:var(--mdc-outlined-button-outline-width, 1px)}.mat-mdc-outlined-button .mdc-button__touch{left:calc(-1 * var(--mdc-outlined-button-outline-width, 1px));width:calc(100% + 2 * var(--mdc-outlined-button-outline-width, 1px))}.mat-mdc-button,.mat-mdc-unelevated-button,.mat-mdc-raised-button,.mat-mdc-outlined-button{-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-mdc-button .mat-mdc-button-ripple,.mat-mdc-button .mat-mdc-button-persistent-ripple,.mat-mdc-button .mat-mdc-button-persistent-ripple:before,.mat-mdc-unelevated-button .mat-mdc-button-ripple,.mat-mdc-unelevated-button .mat-mdc-button-persistent-ripple,.mat-mdc-unelevated-button .mat-mdc-button-persistent-ripple:before,.mat-mdc-raised-button .mat-mdc-button-ripple,.mat-mdc-raised-button .mat-mdc-button-persistent-ripple,.mat-mdc-raised-button .mat-mdc-button-persistent-ripple:before,.mat-mdc-outlined-button .mat-mdc-button-ripple,.mat-mdc-outlined-button .mat-mdc-button-persistent-ripple,.mat-mdc-outlined-button .mat-mdc-button-persistent-ripple:before{inset:0;position:absolute;pointer-events:none;border-radius:inherit}.mat-mdc-button .mat-mdc-button-ripple,.mat-mdc-unelevated-button .mat-mdc-button-ripple,.mat-mdc-raised-button .mat-mdc-button-ripple,.mat-mdc-outlined-button .mat-mdc-button-ripple{overflow:hidden}.mat-mdc-button .mat-mdc-button-persistent-ripple:before,.mat-mdc-unelevated-button .mat-mdc-button-persistent-ripple:before,.mat-mdc-raised-button .mat-mdc-button-persistent-ripple:before,.mat-mdc-outlined-button .mat-mdc-button-persistent-ripple:before{content:\"\";opacity:0;background-color:var(--mat-mdc-button-persistent-ripple-color)}.mat-mdc-button .mat-ripple-element,.mat-mdc-unelevated-button .mat-ripple-element,.mat-mdc-raised-button .mat-ripple-element,.mat-mdc-outlined-button .mat-ripple-element{background-color:var(--mat-mdc-button-ripple-color)}.mat-mdc-button .mdc-button__label,.mat-mdc-unelevated-button .mdc-button__label,.mat-mdc-raised-button .mdc-button__label,.mat-mdc-outlined-button .mdc-button__label{z-index:1}.mat-mdc-button .mat-mdc-focus-indicator,.mat-mdc-unelevated-button .mat-mdc-focus-indicator,.mat-mdc-raised-button .mat-mdc-focus-indicator,.mat-mdc-outlined-button .mat-mdc-focus-indicator{inset:0;position:absolute}.mat-mdc-button:focus .mat-mdc-focus-indicator:before,.mat-mdc-unelevated-button:focus .mat-mdc-focus-indicator:before,.mat-mdc-raised-button:focus .mat-mdc-focus-indicator:before,.mat-mdc-outlined-button:focus .mat-mdc-focus-indicator:before{content:\"\"}.mat-mdc-button[disabled],.mat-mdc-unelevated-button[disabled],.mat-mdc-raised-button[disabled],.mat-mdc-outline\\2026 .mat-calendar-body{min-width:224px}.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:var(--mat-datepicker-calendar-date-today-outline-color)}.mat-calendar-body-label{height:0;line-height:0;text-align:left;padding-left:4.7142857143%;padding-right:4.7142857143%;font-size:var(--mat-datepicker-calendar-body-label-text-size);font-weight:var(--mat-datepicker-calendar-body-label-text-weight);color:var(--mat-datepicker-calendar-body-label-text-color)}.mat-calendar-body-hidden-label{display:none}.mat-calendar-body-cell-container{position:relative;height:0;line-height:0}.mat-calendar-body-cell{-webkit-user-select:none;user-select:none;cursor:pointer;border:none;-webkit-tap-highlight-color:rgba(0,0,0,0);position:absolute;top:0;left:0;width:100%;height:100%;background:none;text-align:center;outline:none;font-family:inherit;margin:0}.mat-calendar-body-cell::-moz-focus-inner{border:0}.mat-calendar-body-cell:before,.mat-calendar-body-cell:after,.mat-calendar-body-cell-preview{content:\"\";position:absolute;top:5%;left:0;z-index:0;box-sizing:border-box;display:block;height:90%;width:100%}.mat-calendar-body-range-start:not(.mat-calendar-body-in-comparison-range):before,.mat-calendar-body-range-start:after,.mat-calendar-body-comparison-start:not(.mat-calendar-body-comparison-bridge-start):before,.mat-calendar-body-comparison-start:after,.mat-calendar-body-preview-start .mat-calendar-body-cell-preview{left:5%;width:95%;border-top-left-radius:999px;border-bottom-left-radius:999px}[dir=rtl] .mat-calendar-body-range-start:not(.mat-calendar-body-in-comparison-range):before,[dir=rtl] .mat-calendar-body-range-start:after,[dir=rtl] .mat-calendar-body-comparison-start:not(.mat-calendar-body-comparison-bridge-start):before,[dir=rtl] .mat-calendar-body-comparison-start:after,[dir=rtl] .mat-calendar-body-preview-start .mat-calendar-body-cell-preview{left:0;border-radius:0 999px 999px 0}.mat-calendar-body-range-end:not(.mat-calendar-body-in-comparison-range):before,.mat-calendar-body-range-end:after,.mat-calendar-body-comparison-end:not(.mat-calendar-body-comparison-bridge-end):before,.mat-calendar-body-comparison-end:after,.mat-calendar-body-preview-end .mat-calendar-body-cell-preview{width:95%;border-top-right-radius:999px;border-bottom-right-radius:999px}[dir=rtl] .mat-calendar-body-range-end:not(.mat-calendar-body-in-comparison-range):before,[dir=rtl] .mat-calendar-body-range-end:after,[dir=rtl] .mat-calendar-body-comparison-end:not(.mat-calendar-body-comparison-bridge-end):before,[dir=rtl] .mat-calendar-body-comparison-end:after,[dir=rtl] .mat-calendar-body-preview-end .mat-calendar-body-cell-preview{left:5%;border-radius:999px 0 0 999px}[dir=rtl] .mat-calendar-body-comparison-bridge-start.mat-calendar-body-range-end:after,[dir=rtl] .mat-calendar-body-comparison-bridge-end.mat-calendar-body-range-start:after{width:95%;border-top-right-radius:999px;border-bottom-right-radius:999px}.mat-calendar-body-comparison-start.mat-calendar-body-range-end:after,[dir=rtl] .mat-calendar-body-comparison-start.mat-calendar-body-range-end:after,.mat-calendar-body-comparison-end.mat-calendar-body-range-start:after,[dir=rtl] .mat-calendar-body-comparison-end.mat-calendar-body-range-start:after{width:90%}.mat-calendar-body-in-preview{color:var(--mat-datepicker-calendar-date-preview-state-outline-color)}.mat-calendar-body-in-preview .mat-calendar-body-cell-preview{border-top:dashed 1px;border-bottom:dashed 1px}.mat-calendar-body-preview-start .mat-calendar-body-cell-preview{border-left:dashed 1px}[dir=rtl] .mat-calendar-body-preview-start .mat-calendar-body-cell-preview{border-left:0;border-right:dashed 1px}.mat-calendar-body-preview-end .mat-calendar-body-cell-preview{border-right:dashed 1px}[dir=rtl] .mat-calendar-body-preview-end .mat-calendar-body-cell-preview{border-right:0;border-left:dashed 1px}.mat-calendar-body-disabled{cursor:default}.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){color:var(--mat-datepicker-calendar-date-disabled-state-text-color)}.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:var(--mat-datepicker-calendar-date-today-disabled-state-outline-color)}.cdk-high-contrast-active .mat-calendar-body-disabled{opacity:.5}.mat-calendar-body-cell-content{top:5%;left:5%;z-index:1;display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:90%;height:90%;line-height:1;border-width:1px;border-style:solid;border-radius:999px;color:var(--mat-datepicker-calendar-date-text-color);border-color:var(--mat-datepicker-calendar-date-outline-color)}.mat-calendar-body-cell-content.mat-focus-indicator{position:absolute}.cdk-high-contrast-active .mat-calendar-body-cell-content{border:none}.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:var(--mat-datepicker-calendar-date-focus-state-background-color)}@media (hover: hover){.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:var(--mat-datepicker-calendar-date-hover-state-background-color)}}.mat-calendar-body-selected{background-color:var(--mat-datepicker-calendar-date-selected-state-background-color);color:var(--mat-datepicker-calendar-date-selected-state-text-color)}.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:var(--mat-datepicker-calendar-date-selected-disabled-state-background-color)}.mat-calendar-body-selected.mat-calendar-body-today{box-shadow:inset 0 0 0 1px var(--mat-datepicker-calendar-date-today-selected-state-outline-color)}.mat-calendar-body-in-range:before{background:var(--mat-datepicker-calendar-date-in-range-state-background-color)}.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range:before{background:var(--mat-datepicker-calendar-date-in-comparison-range-state-background-color)}.mat-calendar-body-comparison-bridge-start:before,[dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,var(--mat-datepicker-calendar-date-in-range-state-background-color) 50%,var(--mat-datepicker-calendar-date-in-comparison-range-state-background-color) 50%)}.mat-calendar-body-comparison-bridge-end:before,[dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,var(--mat-datepicker-calendar-date-in-range-state-background-color) 50%,var(--mat-datepicker-calendar-date-in-comparison-range-state-background-color) 50%)}.mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:var(--mat-datepicker-calendar-date-in-overlap-range-state-background-color)}.mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:var(--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color)}.cdk-high-contrast-active .mat-datepicker-popup:not(:empty),.cdk-high-contrast-active .mat-calendar-body-cell:not(.mat-calendar-body-in-range) .mat-calendar-body-selected{outline:solid 1px}.cdk-high-contrast-active .mat-calendar-body-today{outline:dotted 1px}.cdk-high-contrast-active .mat-calendar-body-cell:before,.cdk-high-contrast-active .mat-calendar-body-cell:after,.cdk-high-contrast-active .mat-calendar-body-selected{background:none}.cdk-high-contrast-active .mat-calendar-body-in-range:before,.cdk-high-contrast-active .mat-calendar-body-comparison-bridge-start:before,.cdk-high-contrast-active .mat-calendar-body-comparison-bridge-end:before{border-top:solid 1px;border-bottom:solid 1px}.cdk-high-contrast-active .mat-calendar-body-range-start:before{border-left:solid 1px}[dir=rtl] .cdk-high-contrast-active .mat-calendar-body-range-start:before{border-left:0;border-right:solid 1px}.cdk-high-contrast-active .mat-calendar-body-range-end:before{border-right:solid 1px}[dir=rtl] .cdk-high-contrast-active .mat-calendar-body-range-end:before{border-right:0;border-left:solid 1px}.cdk-high-contrast-active .mat-calendar-body-in-comparison-range:before{border-top:dashed 1px;border-bottom:dashed 1px}.cdk-high-contrast-active .mat-calendar-body-comparison-start:before{border-left:dashed 1px}[dir=rtl] .cdk-high-contrast-active .mat-calendar-body-comparison-start:before{border-left:0;border-right:dashed 1px}.cdk-high-contrast-active .mat-calendar-body-comparison-end:before{border-right:dashed 1px}[dir=rtl] .cdk-high-contrast-active .mat-calendar-body-comparison-end:before{border-right:0;border-left:dashed 1px}[dir=rtl] .mat-calendar-body-label{text-align:right}.mat-mdc-form-field-subscript-wrapper{height:0}.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-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:5px!important;background-position-x:right;padding-top:8px;padding-bottom:0}.mat-height-auto .form-control.checking-field.ng-touched{padding-right:25px;background-position:center right .625rem!important}.mat-form-field-wrapper .form-control.input-small.checking-field.ng-touched{background-position-y:9px!important;padding-right:25px}.mat-form-field-wrapper .form-control{background-color:transparent!important}.mat-form-field-wrapper .form-control.checking-combo.ng-touched{padding-right:45px;background-position-y:8px!important;padding-top:4px!important}.mat-form-field-wrapper .form-control.checking-combo.ng-untouched{padding-right:20px;background-position-y:8px!important;padding-top:4px!important}.mat-input-with-suffix{width:calc(100% - 35px)!important;display:inline-block!important;margin-right:10px!important}.mat-input-group-addon .mat-form-field-appearance-outline .mat-form-field-wrapper{background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.mat-form-field-appearance-outline textarea{padding:5px 0!important}.mat-chip-list-wrapper input.mat-input-element,.mat-chip-list-wrapper .mat-standard-chip{margin:1px 4px 4px!important;padding-top:10px!important}.mat-chip-list-wrapper{margin:0!important;padding:5px!important}.snow{position:absolute;width:10px;height:10px;background:#fff;border-radius:50%}.snow:nth-child(1){opacity:1.1964;transform:translate(89.5128vw,-10px) scale(.477);animation:fall-1 12s -21s linear infinite}@keyframes fall-1{63.925%{transform:translate(95.1296vw,63.925vh) scale(.477)}to{transform:translate(92.3212vw,99vh) scale(.477)}}.snow:nth-child(2){opacity:.875;transform:translate(27.2939vw,-10px) scale(.0614);animation:fall-2 23s -3s linear infinite}@keyframes fall-2{49.086%{transform:translate(26.499vw,49.086vh) scale(.0614)}to{transform:translate(26.89645vw,99vh) scale(.0614)}}.snow:nth-child(3){opacity:.9806;transform:translate(28.8877vw,-10px) scale(.1637);animation:fall-3 21s -28s linear infinite}@keyframes fall-3{45.532%{transform:translate(19.7903vw,45.532vh) scale(.1637)}to{transform:translate(24.339vw,99vh) scale(.1637)}}.snow:nth-child(4){opacity:1.458;transform:translate(75.3692vw,-10px) scale(.6593);animation:fall-4 28s -16s linear infinite}@keyframes fall-4{42.157%{transform:translate(73.624vw,42.157vh) scale(.6593)}to{transform:translate(74.4966vw,99vh) scale(.6593)}}.snow:nth-child(5){opacity:1.0872;transform:translate(49.9488vw,-10px) scale(.315);animation:fall-5 23s -27s linear infinite}@keyframes fall-5{67.957%{transform:translate(57.8109vw,67.957vh) scale(.315)}to{transform:translate(53.87985vw,99vh) scale(.315)}}.snow:nth-child(6){opacity:1.7558;transform:translate(23.3732vw,-10px) scale(.2088);animation:fall-6 23s -7s linear infinite}@keyframes fall-6{55.514%{transform:translate(27.4372vw,55.514vh) scale(.2088)}to{transform:translate(25.4052vw,99vh) scale(.2088)}}.snow:nth-child(7){opacity:.3216;transform:translate(56.7617vw,-10px) scale(.8044);animation:fall-7 24s -26s linear infinite}@keyframes fall-7{61.393%{transform:translate(47.8822vw,61.393vh) scale(.8044)}to{transform:translate(52.32195vw,99vh) scale(.8044)}}.snow:nth-child(8){opacity:1.1156;transform:translate(73.077vw,-10px) scale(.3882);animation:fall-8 24s -12s linear infinite}@keyframes fall-8{42.565%{transform:translate(79.0831vw,42.565vh) scale(.3882)}to{transform:translate(76.08005vw,99vh) scale(.3882)}}.snow:nth-child(9){opacity:.4998;transform:translate(34.4561vw,-10px) scale(.8525);animation:fall-9 22s -23s linear infinite}@keyframes fall-9{71.278%{transform:translate(25.2889vw,71.278vh) scale(.8525)}to{transform:translate(29.8725vw,99vh) scale(.8525)}}.snow:nth-child(10){opacity:1.3502;transform:translate(.0472vw,-10px) scale(.4544);animation:fall-10 26s -26s linear infinite}@keyframes fall-10{49.65%{transform:translate(5.7142vw,49.65vh) scale(.4544)}to{transform:translate(2.8807vw,99vh) scale(.4544)}}.snow:nth-child(11){opacity:.4018;transform:translate(81.9907vw,-10px) scale(.0928);animation:fall-11 18s -4s linear infinite}@keyframes fall-11{39.776%{transform:translate(83.8757vw,39.776vh) scale(.0928)}to{transform:translate(82.9332vw,99vh) scale(.0928)}}.snow:nth-child(12){opacity:1.1666;transform:translate(75.4422vw,-10px) scale(.3914);animation:fall-12 25s -2s linear infinite}@keyframes fall-12{33.511%{transform:translate(84.976vw,33.511vh) scale(.3914)}to{transform:translate(80.2091vw,99vh) scale(.3914)}}.snow:nth-child(13){opacity:.3764;transform:translate(12.8191vw,-10px) scale(.3429);animation:fall-13 24s -15s linear infinite}@keyframes fall-13{62.932%{transform:translate(3.5497vw,62.932vh) scale(.3429)}to{transform:translate(8.1844vw,99vh) scale(.3429)}}.snow:nth-child(14){opacity:.829;transform:translate(6.552vw,-10px) scale(.5675);animation:fall-14 29s -23s linear infinite}@keyframes fall-14{74.779%{transform:translate(2.7768vw,74.779vh) scale(.5675)}to{transform:translate(4.6644vw,99vh) scale(.5675)}}.snow:nth-child(15){opacity:.9514;transform:translate(88.6146vw,-10px) scale(.1215);animation:fall-15 23s -5s linear infinite}@keyframes fall-15{46.642%{transform:translate(84.0761vw,46.642vh) scale(.1215)}to{transform:translate(86.34535vw,99vh) scale(.1215)}}.snow:nth-child(16){opacity:1.1226;transform:translate(88.8337vw,-10px) scale(.4248);animation:fall-16 13s -14s linear infinite}@keyframes fall-16{77.664%{transform:translate(96.9359vw,77.664vh) scale(.4248)}to{transform:translate(92.8848vw,99vh) scale(.4248)}}.snow:nth-child(17){opacity:.4368;transform:translate(1.2493vw,-10px) scale(.9041);animation:fall-17 19s -7s linear infinite}@keyframes fall-17{42.666%{transform:translate(-.2841vw,42.666vh) scale(.9041)}to{transform:translate(.4826vw,99vh) scale(.9041)}}.snow:nth-child(18){opacity:.7204;transform:translate(87.1656vw,-10px) scale(.6269);animation:fall-18 23s -22s linear infinite}@keyframes fall-18{79.388%{transform:translate(83.1043vw,79.388vh) scale(.6269)}to{transform:translate(85.13495vw,99vh) scale(.6269)}}.snow:nth-child(19){opacity:1.5984;transform:translate(74.1199vw,-10px) scale(.7331);animation:fall-19 29s -29s linear infinite}@keyframes fall-19{61.849%{transform:translate(74.7165vw,61.849vh) scale(.7331)}to{transform:translate(74.4182vw,99vh) scale(.7331)}}.snow:nth-child(20){opacity:.0194;transform:translate(62.8539vw,-10px) scale(.5182);animation:fall-20 18s -7s linear infinite}@keyframes fall-20{74.985%{transform:translate(62.2752vw,74.985vh) scale(.5182)}to{transform:translate(62.56455vw,99vh) scale(.5182)}}.snow:nth-child(21){opacity:1.9738;transform:translate(30.0751vw,-10px) scale(.2388);animation:fall-21 18s -10s linear infinite}@keyframes fall-21{60.75%{transform:translate(24.7757vw,60.75vh) scale(.2388)}to{transform:translate(27.4254vw,99vh) scale(.2388)}}.snow:nth-child(22){opacity:.968;transform:translate(92.3013vw,-10px) scale(.5527);animation:fall-22 29s -20s linear infinite}@keyframes fall-22{48.081%{transform:translate(95.5767vw,48.081vh) scale(.5527)}to{transform:translate(93.939vw,99vh) scale(.5527)}}.snow:nth-child(23){opacity:1.289;transform:translate(88.6905vw,-10px) scale(.8581);animation:fall-23 19s -2s linear infinite}@keyframes fall-23{53.695%{transform:translate(87.6203vw,53.695vh) scale(.8581)}to{transform:translate(88.1554vw,99vh) scale(.8581)}}.snow:nth-child(24){opacity:.1142;transform:translate(31.0416vw,-10px) scale(.576);animation:fall-24 12s -10s linear infinite}@keyframes fall-24{52.788%{transform:translate(28.9709vw,52.788vh) scale(.576)}to{transform:translate(30.00625vw,99vh) scale(.576)}}.snow:nth-child(25){opacity:1.5736;transform:translate(9.0232vw,-10px) scale(.4642);animation:fall-25 17s -25s linear infinite}@keyframes fall-25{33.078%{transform:translate(11.2238vw,33.078vh) scale(.4642)}to{transform:translate(10.1235vw,99vh) scale(.4642)}}.snow:nth-child(26){opacity:1.1768;transform:translate(1.6094vw,-10px) scale(.8935);animation:fall-26 29s -17s linear infinite}@keyframes fall-26{58.064%{transform:translate(-3.0664vw,58.064vh) scale(.8935)}to{transform:translate(-.7285vw,99vh) scale(.8935)}}.snow:nth-child(27){opacity:1.0924;transform:translate(48.5939vw,-10px) scale(.2054);animation:fall-27 24s -16s linear infinite}@keyframes fall-27{75.147%{transform:translate(53.3165vw,75.147vh) scale(.2054)}to{transform:translate(50.9552vw,99vh) scale(.2054)}}.snow:nth-child(28){opacity:.5538;transform:translate(87.9482vw,-10px) scale(.5101);animation:fall-28 20s -23s linear infinite}@keyframes fall-28{36.465%{transform:translate(96.44vw,36.465vh) scale(.5101)}to{transform:translate(92.1941vw,99vh) scale(.5101)}}.snow:nth-child(29){opacity:.0058;transform:translate(61.4808vw,-10px) scale(.0639);animation:fall-29 17s -5s linear infinite}@keyframes fall-29{58.741%{transform:translate(55.29vw,58.741vh) scale(.0639)}to{transform:translate(58.3854vw,99vh) scale(.0639)}}.snow:nth-child(30){opacity:.1328;transform:translate(48.9413vw,-10px) scale(.9827);animation:fall-30 19s -24s linear infinite}@keyframes fall-30{49.878%{transform:translate(46.6112vw,49.878vh) scale(.9827)}to{transform:translate(47.77625vw,99vh) scale(.9827)}}.snow:nth-child(31){opacity:1.0694;transform:translate(42.0911vw,-10px) scale(.4841);animation:fall-31 29s -20s linear infinite}@keyframes fall-31{70.403%{transform:translate(44.8252vw,70.403vh) scale(.4841)}to{transform:translate(43.45815vw,99vh) scale(.4841)}}.snow:nth-child(32){opacity:1.8204;transform:translate(68.1369vw,-10px) scale(.8977);animation:fall-32 12s -29s linear infinite}@keyframes fall-32{54.565%{transform:translate(67.5411vw,54.565vh) scale(.8977)}to{transform:translate(67.839vw,99vh) scale(.8977)}}.snow:nth-child(33){opacity:1.742;transform:translate(43.0148vw,-10px) scale(.5844);animation:fall-33 23s -27s linear infinite}@keyframes fall-33{37.349%{transform:translate(40.442vw,37.349vh) scale(.5844)}to{transform:translate(41.7284vw,99vh) scale(.5844)}}.snow:nth-child(34){opacity:1.4758;transform:translate(23.7373vw,-10px) scale(.9932);animation:fall-34 28s -10s linear infinite}@keyframes fall-34{46.193%{transform:translate(27.0249vw,46.193vh) scale(.9932)}to{transform:translate(25.3811vw,99vh) scale(.9932)}}.snow:nth-child(35){opacity:.2564;transform:translate(95.2479vw,-10px) scale(.294);animation:fall-35 20s -7s linear infinite}@keyframes fall-35{41.568%{transform:translate(88.5897vw,41.568vh) scale(.294)}to{transform:translate(91.9188vw,99vh) scale(.294)}}.snow:nth-child(36){opacity:.5852;transform:translate(49.3868vw,-10px) scale(.3949);animation:fall-36 22s -20s linear infinite}@keyframes fall-36{56.477%{transform:translate(51.4024vw,56.477vh) scale(.3949)}to{transform:translate(50.3946vw,99vh) scale(.3949)}}.snow:nth-child(37){opacity:1.8936;transform:translate(10.5912vw,-10px) scale(.3424);animation:fall-37 23s -13s linear infinite}@keyframes fall-37{45.05%{transform:translate(8.2147vw,45.05vh) scale(.3424)}to{transform:translate(9.40295vw,99vh) scale(.3424)}}.snow:nth-child(38){opacity:1.7316;transform:translate(63.4159vw,-10px) scale(.9956);animation:fall-38 10s -14s linear infinite}@keyframes fall-38{45.211%{transform:translate(61.4443vw,45.211vh) scale(.9956)}to{transform:translate(62.4301vw,99vh) scale(.9956)}}.snow:nth-child(39){opacity:.2782;transform:translate(21.8954vw,-10px) scale(.795);animation:fall-39 11s -15s linear infinite}@keyframes fall-39{55.455%{transform:translate(21.9023vw,55.455vh) scale(.795)}to{transform:translate(21.89885vw,99vh) scale(.795)}}.snow:nth-child(40){opacity:1.9976;transform:translate(3.9235vw,-10px) scale(.8551);animation:fall-40 12s -28s linear infinite}@keyframes fall-40{45.96%{transform:translate(9.8464vw,45.96vh) scale(.8551)}to{transform:translate(6.88495vw,99vh) scale(.8551)}}.snow:nth-child(41){opacity:1.1944;transform:translate(50.0754vw,-10px) scale(.6391);animation:fall-41 15s -11s linear infinite}@keyframes fall-41{40.542%{transform:translate(57.6876vw,40.542vh) scale(.6391)}to{transform:translate(53.8815vw,99vh) scale(.6391)}}.snow:nth-child(42){opacity:1.041;transform:translate(85.526vw,-10px) scale(.4974);animation:fall-42 10s -23s linear infinite}@keyframes fall-42{79.263%{transform:translate(76.5043vw,79.263vh) scale(.4974)}to{transform:translate(81.01515vw,99vh) scale(.4974)}}.snow:nth-child(43){opacity:1.7236;transform:translate(30.0243vw,-10px) scale(.9132);animation:fall-43 15s -26s linear infinite}@keyframes fall-43{62.145%{transform:translate(20.8503vw,62.145vh) scale(.9132)}to{transform:translate(25.4373vw,99vh) scale(.9132)}}.snow:nth-child(44){opacity:1.3764;transform:translate(21.9756vw,-10px) scale(.2319);animation:fall-44 30s -30s linear infinite}@keyframes fall-44{76.306%{transform:translate(15.3755vw,76.306vh) scale(.2319)}to{transform:translate(18.67555vw,99vh) scale(.2319)}}.snow:nth-child(45){opacity:.4352;transform:translate(49.6383vw,-10px) scale(.659);animation:fall-45 13s -28s linear infinite}@keyframes fall-45{41.978%{transform:translate(44.5244vw,41.978vh) scale(.659)}to{transform:translate(47.08135vw,99vh) scale(.659)}}.snow:nth-child(46){opacity:1.6968;transform:translate(26.276vw,-10px) scale(.3445);animation:fall-46 24s -12s linear infinite}@keyframes fall-46{35.419%{transform:translate(17.2022vw,35.419vh) scale(.3445)}to{transform:translate(21.7391vw,99vh) scale(.3445)}}.snow:nth-child(47){opacity:.4078;transform:translate(9.0347vw,-10px) scale(.4203);animation:fall-47 19s -27s linear infinite}@keyframes fall-47{67.964%{transform:translate(2.6027vw,67.964vh) scale(.4203)}to{transform:translate(5.8187vw,99vh) scale(.4203)}}.snow:nth-child(48){opacity:1.0834;transform:translate(73.0596vw,-10px) scale(.5325);animation:fall-48 20s -9s linear infinite}@keyframes fall-48{76.032%{transform:translate(71.0135vw,76.032vh) scale(.5325)}to{transform:translate(72.03655vw,99vh) scale(.5325)}}.snow:nth-child(49){opacity:.0278;transform:translate(90.2235vw,-10px) scale(.6418);animation:fall-49 26s -11s linear infinite}@keyframes fall-49{44.85%{transform:translate(91.1043vw,44.85vh) scale(.6418)}to{transform:translate(90.6639vw,99vh) scale(.6418)}}.snow:nth-child(50){opacity:.7146;transform:translate(5.6677vw,-10px) scale(.2028);animation:fall-50 19s -7s linear infinite}@keyframes fall-50{69.217%{transform:translate(3.0131vw,69.217vh) scale(.2028)}to{transform:translate(4.3404vw,99vh) scale(.2028)}}.snow:nth-child(51){opacity:.4744;transform:translate(69.2634vw,-10px) scale(.2739);animation:fall-51 29s -26s linear infinite}@keyframes fall-51{33.587%{transform:translate(79.1062vw,33.587vh) scale(.2739)}to{transform:translate(74.1848vw,99vh) scale(.2739)}}.snow:nth-child(52){opacity:1.2376;transform:translate(9.3025vw,-10px) scale(.4476);animation:fall-52 20s -13s linear infinite}@keyframes fall-52{52.708%{transform:translate(13.5899vw,52.708vh) scale(.4476)}to{transform:translate(11.4462vw,99vh) scale(.4476)}}.snow:nth-child(53){opacity:.9092;transform:translate(86.0185vw,-10px) scale(.7542);animation:fall-53 23s -22s linear infinite}@keyframes fall-53{45.629%{transform:translate(91.3332vw,45.629vh) scale(.7542)}to{transform:translate(88.67585vw,99vh) scale(.7542)}}.snow:nth-child(54){opacity:1.8372;transform:translate(60.2897vw,-10px) scale(.8519);animation:fall-54 16s -18s linear infinite}@keyframes fall-54{41.43%{transform:translate(70.1838vw,41.43vh) scale(.8519)}to{transform:translate(65.23675vw,99vh) scale(.8519)}}.snow:nth-child(55){opacity:1.2932;transform:translate(36.185vw,-10px) scale(.4252);animation:fall-55 26s -11s linear infinite}@keyframes fall-55{41.241%{transform:translate(45.7661vw,41.241vh) scale(.4252)}to{transform:translate(40.97555vw,99vh) scale(.4252)}}.snow:nth-child(56){opacity:.028;transform:translate(68.9702vw,-10px) scale(.3705);animation:fall-56 13s -29s linear infinite}@keyframes fall-56{34.93%{transform:translate(66.1806vw,34.93vh) scale(.3705)}to{transform:translate(67.5754vw,99vh) scale(.3705)}}.snow:nth-child(57){opacity:.4864;transform:translate(46.5083vw,-10px) scale(.0737);animation:fall-57 17s -13s linear infinite}@keyframes fall-57{48.143%{transform:translate(43.7651vw,48.143vh) scale(.0737)}to{transform:translate(45.1367vw,99vh) scale(.0737)}}.snow:nth-child(58){opacity:1.1538;transform:translate(83.796vw,-10px) scale(.8112);animation:fall-58 25s -5s linear infinite}@keyframes fall-58{40.769%{transform:translate(83.7438vw,40.769vh) scale(.8112)}to{transform:translate(83.7699vw,99vh) scale(.8112)}}.snow:nth-child(59){opacity:.0294;transform:translate(57.0223vw,-10px) scale(.1252);animation:fall-59 19s -14s linear infinite}@keyframes fall-59{70.541%{transform:translate(48.9948vw,70.541vh) scale(.1252)}to{transform:translate(53.00855vw,99vh) scale(.1252)}}.snow:nth-child(60){opacity:.6528;transform:translate(34.4529vw,-10px) scale(.2137);animation:fall-60 15s -16s linear infinite}@keyframes fall-60{36.925%{transform:translate(43.5348vw,36.925vh) scale(.2137)}to{transform:translate(38.99385vw,99vh) scale(.2137)}}.snow:nth-child(61){opacity:1.9998;transform:translate(6.1614vw,-10px) scale(.6699);animation:fall-61 10s -6s linear infinite}@keyframes fall-61{66.956%{transform:translate(10.4193vw,66.956vh) scale(.6699)}to{transform:translate(8.29035vw,99vh) scale(.6699)}}.snow:nth-child(62){opacity:1.9286;transform:translate(3.7704vw,-10px) scale(.5733);animation:fall-62 19s -14s linear infinite}@keyframes fall-62{39.826%{transform:translate(11.6165vw,39.826vh) scale(.5733)}to{transform:translate(7.69345vw,99vh) scale(.5733)}}.snow:nth-child(63){opacity:.1076;transform:translate(11.4825vw,-10px) scale(.6306);animation:fall-63 22s -29s linear infinite}@keyframes fall-63{79.276%{transform:translate(21.121vw,79.276vh) scale(.6306)}to{transform:translate(16.30175vw,99vh) scale(.6306)}}.snow:nth-child(64){opacity:1.432;transform:translate(53.096vw,-10px) scale(.0776);animation:fall-64 25s -9s linear infinite}@keyframes fall-64{79.731%{transform:translate(52.0822vw,79.731vh) scale(.0776)}to{transform:translate(52.5891vw,99vh) scale(.0776)}}.snow:nth-child(65){opacity:1.9986;transform:translate(26.291vw,-10px) scale(.6541);animation:fall-65 27s -20s linear infinite}@keyframes fall-65{72.581%{transform:translate(32.1824vw,72.581vh) scale(.6541)}to{transform:translate(29.2367vw,99vh) scale(.6541)}}.snow:nth-child(66){opacity:.624;transform:translate(14.5242vw,-10px) scale(.6917);animation:fall-66 10s -4s linear infinite}@keyframes fall-66{45.042%{transform:translate(16.4861vw,45.042vh) scale(.6917)}to{transform:translate(15.50515vw,99vh) scale(.6917)}}.snow:nth-child(67){opacity:.4064;transform:translate(63.5745vw,-10px) scale(.8008);animation:fall-67 11s -8s linear infinite}@keyframes fall-67{47.572%{transform:translate(57.7287vw,47.572vh) scale(.8008)}to{transform:translate(60.6516vw,99vh) scale(.8008)}}.snow:nth-child(68){opacity:.1324;transform:translate(33.4785vw,-10px) scale(.4499);animation:fall-68 21s -5s linear infinite}@keyframes fall-68{43.842%{transform:translate(42.5395vw,43.842vh) scale(.4499)}to{transform:translate(38.009vw,99vh) scale(.4499)}}.snow:nth-child(69){opacity:1.5892;transform:translate(68.5038vw,-10px) scale(.211);animation:fall-69 16s -9s linear infinite}@keyframes fall-69{43.714%{transform:translate(63.0081vw,43.714vh) scale(.211)}to{transform:translate(65.75595vw,99vh) scale(.211)}}.snow:nth-child(70){opacity:1.7484;transform:translate(27.0114vw,-10px) scale(.5575);animation:fall-70 14s -9s linear infinite}@keyframes fall-70{35.476%{transform:translate(33.4523vw,35.476vh) scale(.5575)}to{transform:translate(30.23185vw,99vh) scale(.5575)}}.snow:nth-child(71){opacity:1.6914;transform:translate(80.9855vw,-10px) scale(.7651);animation:fall-71 28s -26s linear infinite}@keyframes fall-71{32.305%{transform:translate(73.6082vw,32.305vh) scale(.7651)}to{transform:translate(77.29685vw,99vh) scale(.7651)}}.snow:nth-child(72){opacity:.4376;transform:translate(39.8796vw,-10px) scale(.7177);animation:fall-72 11s -24s linear infinite}@keyframes fall-72{31.218%{transform:translate(30.4708vw,31.218vh) scale(.7177)}to{transform:translate(35.1752vw,99vh) scale(.7177)}}.snow:nth-child(73){opacity:1.8004;transform:translate(65.8191vw,-10px) scale(.3347);animation:fall-73 25s -6s linear infinite}@keyframes fall-73{37.681%{transform:translate(72.234vw,37.681vh) scale(.3347)}to{transform:translate(69.02655vw,99vh) scale(.3347)}}.snow:nth-child(74){opacity:.9528;transform:translate(62.996vw,-10px) scale(.9206);animation:fall-74 27s -21s linear infinite}@keyframes fall-74{71.826%{transform:translate(67.6721vw,71.826vh) scale(.9206)}to{transform:translate(65.33405vw,99vh) scale(.9206)}}.snow:nth-child(75){opacity:1.4724;transform:translate(8.1874vw,-10px) scale(.139);animation:fall-75 11s -6s linear infinite}@keyframes fall-75{67.78%{transform:translate(4.7821vw,67.78vh) scale(.139)}to{transform:translate(6.48475vw,99vh) scale(.139)}}.snow:nth-child(76){opacity:.1404;transform:translate(25.6129vw,-10px) scale(.7038);animation:fall-76 30s -21s linear infinite}@keyframes fall-76{62.265%{transform:translate(20.7119vw,62.265vh) scale(.7038)}to{transform:translate(23.1624vw,99vh) scale(.7038)}}.snow:nth-child(77){opacity:1.3446;transform:translate(18.1537vw,-10px) scale(.1681);animation:fall-77 27s -26s linear infinite}@keyframes fall-77{55.564%{transform:translate(24.952vw,55.564vh) scale(.1681)}to{transform:translate(21.55285vw,99vh) scale(.1681)}}.snow:nth-child(78){opacity:1.5782;transform:translate(24.5049vw,-10px) scale(.6022);animation:fall-78 15s -7s linear infinite}@keyframes fall-78{79.11%{transform:translate(29.1605vw,79.11vh) scale(.6022)}to{transform:translate(26.8327vw,99vh) scale(.6022)}}.snow:nth-child(79){opacity:1.165;transform:translate(9.628vw,-10px) scale(.5138);animation:fall-79 21s -23s linear infinite}@keyframes fall-79{53.451%{transform:translate(12.0999vw,53.451vh) scale(.5138)}to{transform:translate(10.86395vw,99vh) scale(.5138)}}.snow:nth-child(80){opacity:.248;transform:translate(95.7099vw,-10px) scale(.463);animation:fall-80 28s -5s linear infinite}@keyframes fall-80{39.429%{transform:translate(104.6526vw,39.429vh) scale(.463)}to{transform:translate(100.18125vw,99vh) scale(.463)}}.snow:nth-child(81){opacity:.0792;transform:translate(30.1988vw,-10px) scale(.4288);animation:fall-81 30s -29s linear infinite}@keyframes fall-81{79.609%{transform:translate(31.2906vw,79.609vh) scale(.4288)}to{transform:translate(30.7447vw,99vh) scale(.4288)}}.snow:nth-child(82){opacity:1.9638;transform:translate(97.6468vw,-10px) scale(.5169);animation:fall-82 12s -10s linear infinite}@keyframes fall-82{32.966%{transform:translate(107.2591vw,32.966vh) scale(.5169)}to{transform:translate(102.45295vw,99vh) scale(.5169)}}.snow:nth-child(83){opacity:.122;transform:translate(89.8054vw,-10px) scale(.049);animation:fall-83 16s -13s linear infinite}@keyframes fall-83{69.915%{transform:translate(84.9594vw,69.915vh) scale(.049)}to{transform:translate(87.3824vw,99vh) scale(.049)}}.snow:nth-child(84){opacity:1.3546;transform:translate(44.4056vw,-10px) scale(.2248);animation:fall-84 29s -20s linear infinite}@keyframes fall-84{65.202%{transform:translate(42.8657vw,65.202vh) scale(.2248)}to{transform:translate(43.63565vw,99vh) scale(.2248)}}.snow:nth-child(85){opacity:.1948;transform:translate(7.1574vw,-10px) scale(.5586);animation:fall-85 30s -12s linear infinite}@keyframes fall-85{62.825%{transform:translate(7.0708vw,62.825vh) scale(.5586)}to{transform:translate(7.1141vw,99vh) scale(.5586)}}.snow:nth-child(86){opacity:1.2926;transform:translate(70.758vw,-10px) scale(.3077);animation:fall-86 22s -23s linear infinite}@keyframes fall-86{73.093%{transform:translate(68.4269vw,73.093vh) scale(.3077)}to{transform:translate(69.59245vw,99vh) scale(.3077)}}.snow:nth-child(87){opacity:1.1222;transform:translate(66.7982vw,-10px) scale(.2183);animation:fall-87 19s -13s linear infinite}@keyframes fall-87{31.969%{transform:translate(61.4175vw,31.969vh) scale(.2183)}to{transform:translate(64.10785vw,99vh) scale(.2183)}}.snow:nth-child(88){opacity:1.9012;transform:translate(4.0162vw,-10px) scale(.0972);animation:fall-88 18s -29s linear infinite}@keyframes fall-88{69.516%{transform:translate(-3.3287vw,69.516vh) scale(.0972)}to{transform:translate(.34375vw,99vh) scale(.0972)}}.snow:nth-child(89){opacity:.8932;transform:translate(12.4771vw,-10px) scale(.1659);animation:fall-89 29s -4s linear infinite}@keyframes fall-89{62.517%{transform:translate(18.8407vw,62.517vh) scale(.1659)}to{transform:translate(15.6589vw,99vh) scale(.1659)}}.snow:nth-child(90){opacity:1.751;transform:translate(43.5136vw,-10px) scale(.4736);animation:fall-90 18s -15s linear infinite}@keyframes fall-90{61.846%{transform:translate(40.0118vw,61.846vh) scale(.4736)}to{transform:translate(41.7627vw,99vh) scale(.4736)}}.snow:nth-child(91){opacity:1.6216;transform:translate(29.4105vw,-10px) scale(.6238);animation:fall-91 17s -30s linear infinite}@keyframes fall-91{53.703%{transform:translate(36.2775vw,53.703vh) scale(.6238)}to{transform:translate(32.844vw,99vh) scale(.6238)}}.snow:nth-child(92){opacity:.8924;transform:translate(75.6782vw,-10px) scale(.7135);animation:fall-92 25s -1s linear infinite}@keyframes fall-92{79.278%{transform:translate(73.7119vw,79.278vh) scale(.7135)}to{transform:translate(74.69505vw,99vh) scale(.7135)}}.snow:nth-child(93){opacity:1.2616;transform:translate(88.381vw,-10px) scale(.6879);animation:fall-93 25s -27s linear infinite}@keyframes fall-93{32.18%{transform:translate(82.6251vw,32.18vh) scale(.6879)}to{transform:translate(85.50305vw,99vh) scale(.6879)}}.snow:nth-child(94){opacity:1.8848;transform:translate(99.4208vw,-10px) scale(.2204);animation:fall-94 26s -13s linear infinite}@keyframes fall-94{75.353%{transform:translate(93.8878vw,75.353vh) scale(.2204)}to{transform:translate(96.6543vw,99vh) scale(.2204)}}.snow:nth-child(95){opacity:.033;transform:translate(73.3414vw,-10px) scale(.956);animation:fall-95 20s -14s linear infinite}@keyframes fall-95{58.863%{transform:translate(77.2994vw,58.863vh) scale(.956)}to{transform:translate(75.3204vw,99vh) scale(.956)}}.snow:nth-child(96){opacity:.3932;transform:translate(66.6603vw,-10px) scale(.052);animation:fall-96 25s -18s linear infinite}@keyframes fall-96{50.174%{transform:translate(68.3158vw,50.174vh) scale(.052)}to{transform:translate(67.48805vw,99vh) scale(.052)}}.snow:nth-child(97){opacity:.66;transform:translate(97.5026vw,-10px) scale(.4712);animation:fall-97 29s -18s linear infinite}@keyframes fall-97{73.363%{transform:translate(102.0285vw,73.363vh) scale(.4712)}to{transform:translate(99.76555vw,99vh) scale(.4712)}}.snow:nth-child(98){opacity:.5306;transform:translate(91.8588vw,-10px) scale(.3734);animation:fall-98 12s -8s linear infinite}@keyframes fall-98{62.031%{transform:translate(95.3071vw,62.031vh) scale(.3734)}to{transform:translate(93.58295vw,99vh) scale(.3734)}}.snow:nth-child(99){opacity:1.1948;transform:translate(98.6121vw,-10px) scale(.4163);animation:fall-99 10s -9s linear infinite}@keyframes fall-99{65.41%{transform:translate(108.1387vw,65.41vh) scale(.4163)}to{transform:translate(103.3754vw,99vh) scale(.4163)}}.snow:nth-child(100){opacity:1.5268;transform:translate(1.303vw,-10px) scale(.7854);animation:fall-100 26s -8s linear infinite}@keyframes fall-100{44.404%{transform:translate(3.9956vw,44.404vh) scale(.7854)}to{transform:translate(2.6493vw,99vh) scale(.7854)}}.snow:nth-child(101){opacity:1.16;transform:translate(25.094vw,-10px) scale(.168);animation:fall-101 29s -2s linear infinite}@keyframes fall-101{67.558%{transform:translate(34.7334vw,67.558vh) scale(.168)}to{transform:translate(29.9137vw,99vh) scale(.168)}}.snow:nth-child(102){opacity:1.7332;transform:translate(49.4804vw,-10px) scale(.8976);animation:fall-102 20s -14s linear infinite}@keyframes fall-102{70.736%{transform:translate(53.6616vw,70.736vh) scale(.8976)}to{transform:translate(51.571vw,99vh) scale(.8976)}}.snow:nth-child(103){opacity:.4072;transform:translate(79.5688vw,-10px) scale(.9188);animation:fall-103 28s -17s linear infinite}@keyframes fall-103{34.111%{transform:translate(76.415vw,34.111vh) scale(.9188)}to{transform:translate(77.9919vw,99vh) scale(.9188)}}.snow:nth-child(104){opacity:.3666;transform:translate(22.957vw,-10px) scale(.8748);animation:fall-104 29s -15s linear infinite}@keyframes fall-104{76.65%{transform:translate(14.4524vw,76.65vh) scale(.8748)}to{transform:translate(18.7047vw,99vh) scale(.8748)}}.snow:nth-child(105){opacity:.9136;transform:translate(63.7072vw,-10px) scale(.1519);animation:fall-105 10s -9s linear infinite}@keyframes fall-105{60.95%{transform:translate(59.5053vw,60.95vh) scale(.1519)}to{transform:translate(61.60625vw,99vh) scale(.1519)}}.snow:nth-child(106){opacity:.5416;transform:translate(51.0706vw,-10px) scale(.5544);animation:fall-106 10s -7s linear infinite}@keyframes fall-106{63.202%{transform:translate(50.1022vw,63.202vh) scale(.5544)}to{transform:translate(50.5864vw,99vh) scale(.5544)}}.snow:nth-child(107){opacity:1.739;transform:translate(58.9597vw,-10px) scale(.9672);animation:fall-107 13s -4s linear infinite}@keyframes fall-107{59.672%{transform:translate(61.3963vw,59.672vh) scale(.9672)}to{transform:translate(60.178vw,99vh) scale(.9672)}}.snow:nth-child(108){opacity:.378;transform:translate(64.3423vw,-10px) scale(.9862);animation:fall-108 21s -17s linear infinite}@keyframes fall-108{38.918%{transform:translate(74.1117vw,38.918vh) scale(.9862)}to{transform:translate(69.227vw,99vh) scale(.9862)}}.snow:nth-child(109){opacity:.7782;transform:translate(85.1282vw,-10px) scale(.8264);animation:fall-109 21s -2s linear infinite}@keyframes fall-109{79.868%{transform:translate(92.6238vw,79.868vh) scale(.8264)}to{transform:translate(88.876vw,99vh) scale(.8264)}}.snow:nth-child(110){opacity:.1814;transform:translate(90.8222vw,-10px) scale(.8077);animation:fall-110 15s -22s linear infinite}@keyframes fall-110{33.751%{transform:translate(94.712vw,33.751vh) scale(.8077)}to{transform:translate(92.7671vw,99vh) scale(.8077)}}.snow:nth-child(111){opacity:1.8544;transform:translate(81.7689vw,-10px) scale(.5231);animation:fall-111 18s -14s linear infinite}@keyframes fall-111{77.983%{transform:translate(87.0921vw,77.983vh) scale(.5231)}to{transform:translate(84.4305vw,99vh) scale(.5231)}}.snow:nth-child(112){opacity:.5184;transform:translate(19.1191vw,-10px) scale(.2546);animation:fall-112 25s -24s linear infinite}@keyframes fall-112{40.443%{transform:translate(22.5626vw,40.443vh) scale(.2546)}to{transform:translate(20.84085vw,99vh) scale(.2546)}}.snow:nth-child(113){opacity:1.85;transform:translate(44.346vw,-10px) scale(.2602);animation:fall-113 29s -13s linear infinite}@keyframes fall-113{71.626%{transform:translate(34.8205vw,71.626vh) scale(.2602)}to{transform:translate(39.58325vw,99vh) scale(.2602)}}.snow:nth-child(114){opacity:.484;transform:translate(38.6473vw,-10px) scale(.6279);animation:fall-114 19s -3s linear infinite}@keyframes fall-114{71.052%{transform:translate(43.0296vw,71.052vh) scale(.6279)}to{transform:translate(40.83845vw,99vh) scale(.6279)}}.snow:nth-child(115){opacity:1.338;transform:translate(89.3498vw,-10px) scale(.6915);animation:fall-115 10s -21s linear infinite}@keyframes fall-115{60.707%{transform:translate(99.2997vw,60.707vh) scale(.6915)}to{transform:translate(94.32475vw,99vh) scale(.6915)}}.snow:nth-child(116){opacity:.37;transform:translate(42.9586vw,-10px) scale(.3815);animation:fall-116 26s -30s linear infinite}@keyframes fall-116{47.29%{transform:translate(38.3316vw,47.29vh) scale(.3815)}to{transform:translate(40.6451vw,99vh) scale(.3815)}}.snow:nth-child(117){opacity:.6156;transform:translate(89.7467vw,-10px) scale(.378);animation:fall-117 16s -13s linear infinite}@keyframes fall-117{52.882%{transform:translate(85.5347vw,52.882vh) scale(.378)}to{transform:translate(87.6407vw,99vh) scale(.378)}}.snow:nth-child(118){opacity:.7154;transform:translate(78.9029vw,-10px) scale(.3142);animation:fall-118 10s -21s linear infinite}@keyframes fall-118{64.778%{transform:translate(72.5672vw,64.778vh) scale(.3142)}to{transform:translate(75.73505vw,99vh) scale(.3142)}}.snow:nth-child(119){opacity:1.6348;transform:translate(59.1768vw,-10px) scale(.3096);animation:fall-119 27s -21s linear infinite}@keyframes fall-119{57.697%{transform:translate(51.5426vw,57.697vh) scale(.3096)}to{transform:translate(55.3597vw,99vh) scale(.3096)}}.snow:nth-child(120){opacity:.8244;transform:translate(25.6481vw,-10px) scale(.8545);animation:fall-120 19s -10s linear infinite}@keyframes fall-120{32.998%{transform:translate(32.1806vw,32.998vh) scale(.8545)}to{transform:translate(28.91435vw,99vh) scale(.8545)}}.snow:nth-child(121){opacity:.028;transform:translate(95.5482vw,-10px) scale(.071);animation:fall-121 21s -9s linear infinite}@keyframes fall-121{34.958%{transform:translate(89.5876vw,34.958vh) scale(.071)}to{transform:translate(92.5679vw,99vh) scale(.071)}}.snow:nth-child(122){opacity:.1044;transform:translate(4.7024vw,-10px) scale(.4705);animation:fall-122 17s -19s linear infinite}@keyframes fall-122{32.631%{transform:translate(9.1455vw,32.631vh) scale(.4705)}to{transform:translate(6.92395vw,99vh) scale(.4705)}}.snow:nth-child(123){opacity:.1264;transform:translate(10.2746vw,-10px) scale(.0063);animation:fall-123 14s -11s linear infinite}@keyframes fall-123{39.345%{transform:translate(7.7206vw,39.345vh) scale(.0063)}to{transform:translate(8.9976vw,99vh) scale(.0063)}}.snow:nth-child(124){opacity:1.2452;transform:translate(33.9577vw,-10px) scale(.9503);animation:fall-124 28s -29s linear infinite}@keyframes fall-124{54.915%{transform:translate(43.3828vw,54.915vh) scale(.9503)}to{transform:translate(38.67025vw,99vh) scale(.9503)}}.snow:nth-child(125){opacity:.9722;transform:translate(83.2009vw,-10px) scale(.4605);animation:fall-125 18s -22s linear infinite}@keyframes fall-125{58.496%{transform:translate(74.3661vw,58.496vh) scale(.4605)}to{transform:translate(78.7835vw,99vh) scale(.4605)}}.snow:nth-child(126){opacity:.968;transform:translate(79.3624vw,-10px) scale(.7388);animation:fall-126 30s -15s linear infinite}@keyframes fall-126{64.731%{transform:translate(87.6644vw,64.731vh) scale(.7388)}to{transform:translate(83.5134vw,99vh) scale(.7388)}}.snow:nth-child(127){opacity:1.98;transform:translate(20.4634vw,-10px) scale(.8246);animation:fall-127 11s -3s linear infinite}@keyframes fall-127{67.15%{transform:translate(15.6122vw,67.15vh) scale(.8246)}to{transform:translate(18.0378vw,99vh) scale(.8246)}}.snow:nth-child(128){opacity:.161;transform:translate(82.3027vw,-10px) scale(.7641);animation:fall-128 13s -17s linear infinite}@keyframes fall-128{57.203%{transform:translate(85.5252vw,57.203vh) scale(.7641)}to{transform:translate(83.91395vw,99vh) scale(.7641)}}.snow:nth-child(129){opacity:1.5808;transform:translate(66.1534vw,-10px) scale(.3925);animation:fall-129 23s -19s linear infinite}@keyframes fall-129{47.335%{transform:translate(58.0264vw,47.335vh) scale(.3925)}to{transform:translate(62.0899vw,99vh) scale(.3925)}}.snow:nth-child(130){opacity:1.994;transform:translate(44.8655vw,-10px) scale(.1298);animation:fall-130 27s -8s linear infinite}@keyframes fall-130{57.135%{transform:translate(40.9813vw,57.135vh) scale(.1298)}to{transform:translate(42.9234vw,99vh) scale(.1298)}}.snow:nth-child(131){opacity:.3088;transform:translate(6.4824vw,-10px) scale(.915);animation:fall-131 21s -29s linear infinite}@keyframes fall-131{78.029%{transform:translate(-1.2796vw,78.029vh) scale(.915)}to{transform:translate(2.6014vw,99vh) scale(.915)}}.snow:nth-child(132){opacity:.0834;transform:translate(81.7445vw,-10px) scale(.591);animation:fall-132 26s -8s linear infinite}@keyframes fall-132{53.575%{transform:translate(77.4195vw,53.575vh) scale(.591)}to{transform:translate(79.582vw,99vh) scale(.591)}}.snow:nth-child(133){opacity:1.725;transform:translate(95.0094vw,-10px) scale(.7192);animation:fall-133 25s -25s linear infinite}@keyframes fall-133{34.447%{transform:translate(99.1308vw,34.447vh) scale(.7192)}to{transform:translate(97.0701vw,99vh) scale(.7192)}}.snow:nth-child(134){opacity:.4364;transform:translate(58.2245vw,-10px) scale(.3781);animation:fall-134 14s -7s linear infinite}@keyframes fall-134{52.467%{transform:translate(63.6632vw,52.467vh) scale(.3781)}to{transform:translate(60.94385vw,99vh) scale(.3781)}}.snow:nth-child(135){opacity:1.6518;transform:translate(28.501vw,-10px) scale(.8083);animation:fall-135 25s -18s linear infinite}@keyframes fall-135{65.143%{transform:translate(36.6921vw,65.143vh) scale(.8083)}to{transform:translate(32.59655vw,99vh) scale(.8083)}}.snow:nth-child(136){opacity:.5984;transform:translate(16.6885vw,-10px) scale(.0839);animation:fall-136 20s -16s linear infinite}@keyframes fall-136{35.154%{transform:translate(19.4723vw,35.154vh) scale(.0839)}to{transform:translate(18.0804vw,99vh) scale(.0839)}}.snow:nth-child(137){opacity:.1928;transform:translate(41.5825vw,-10px) scale(.2837);animation:fall-137 23s -9s linear infinite}@keyframes fall-137{68.551%{transform:translate(48.4568vw,68.551vh) scale(.2837)}to{transform:translate(45.01965vw,99vh) scale(.2837)}}.snow:nth-child(138){opacity:.98;transform:translate(2.4603vw,-10px) scale(.3748);animation:fall-138 14s -15s linear infinite}@keyframes fall-138{65.504%{transform:translate(8.2444vw,65.504vh) scale(.3748)}to{transform:translate(5.35235vw,99vh) scale(.3748)}}.snow:nth-child(139){opacity:1.1026;transform:translate(15.6697vw,-10px) scale(.8774);animation:fall-139 28s -23s linear infinite}@keyframes fall-139{67.585%{transform:translate(20.4345vw,67.585vh) scale(.8774)}to{transform:translate(18.0521vw,99vh) scale(.8774)}}.snow:nth-child(140){opacity:1.0352;transform:translate(87.8432vw,-10px) scale(.7609);animation:fall-140 29s -6s linear infinite}@keyframes fall-140{67.081%{transform:translate(86.4067vw,67.081vh) scale(.7609)}to{transform:translate(87.12495vw,99vh) scale(.7609)}}.snow:nth-child(141){opacity:.5614;transform:translate(44.2033vw,-10px) scale(.5817);animation:fall-141 19s -20s linear infinite}@keyframes fall-141{44.029%{transform:translate(51.696vw,44.029vh) scale(.5817)}to{transform:translate(47.94965vw,99vh) scale(.5817)}}.snow:nth-child(142){opacity:1.8446;transform:translate(90.3177vw,-10px) scale(.9522);animation:fall-142 20s -8s linear infinite}@keyframes fall-142{68.783%{transform:translate(91.0686vw,68.783vh) scale(.9522)}to{transform:translate(90.69315vw,99vh) scale(.9522)}}.snow:nth-child(143){opacity:.2016;transform:translate(74.9424vw,-10px) scale(.3041);animation:fall-143 18s -17s linear infinite}@keyframes fall-143{35.333%{transform:translate(68.8659vw,35.333vh) scale(.3041)}to{transform:translate(71.90415vw,99vh) scale(.3041)}}.snow:nth-child(144){opacity:1.48;transform:translate(75.3246vw,-10px) scale(.9223);animation:fall-144 10s -19s linear infinite}@keyframes fall-144{40.024%{transform:translate(77.1511vw,40.024vh) scale(.9223)}to{transform:translate(76.23785vw,99vh) scale(.9223)}}.snow:nth-child(145){opacity:.0644;transform:translate(76.6108vw,-10px) scale(.4968);animation:fall-145 17s -30s linear infinite}@keyframes fall-145{54.368%{transform:translate(75.2265vw,54.368vh) scale(.4968)}to{transform:translate(75.91865vw,99vh) scale(.4968)}}.snow:nth-child(146){opacity:.8404;transform:translate(78.7318vw,-10px) scale(.5802);animation:fall-146 17s -21s linear infinite}@keyframes fall-146{79.832%{transform:translate(77.2196vw,79.832vh) scale(.5802)}to{transform:translate(77.9757vw,99vh) scale(.5802)}}.snow:nth-child(147){opacity:.856;transform:translate(93.3508vw,-10px) scale(.6558);animation:fall-147 18s -6s linear infinite}@keyframes fall-147{75.294%{transform:translate(86.2276vw,75.294vh) scale(.6558)}to{transform:translate(89.7892vw,99vh) scale(.6558)}}.snow:nth-child(148){opacity:1.11;transform:translate(30.2328vw,-10px) scale(.7459);animation:fall-148 11s -14s linear infinite}@keyframes fall-148{33.536%{transform:translate(21.7029vw,33.536vh) scale(.7459)}to{transform:translate(25.96785vw,99vh) scale(.7459)}}.snow:nth-child(149){opacity:.206;transform:translate(99.3331vw,-10px) scale(.5329);animation:fall-149 29s -14s linear infinite}@keyframes fall-149{31.967%{transform:translate(91.1089vw,31.967vh) scale(.5329)}to{transform:translate(95.221vw,99vh) scale(.5329)}}.snow:nth-child(150){opacity:.0308;transform:translate(93.6236vw,-10px) scale(.8592);animation:fall-150 11s -28s linear infinite}@keyframes fall-150{33.215%{transform:translate(93.8798vw,33.215vh) scale(.8592)}to{transform:translate(93.7517vw,99vh) scale(.8592)}}.snow:nth-child(151){opacity:.5998;transform:translate(78.1159vw,-10px) scale(.4615);animation:fall-151 16s -10s linear infinite}@keyframes fall-151{38.252%{transform:translate(78.1131vw,38.252vh) scale(.4615)}to{transform:translate(78.1145vw,99vh) scale(.4615)}}.snow:nth-child(152){opacity:1.1376;transform:translate(75.8624vw,-10px) scale(.6372);animation:fall-152 16s -6s linear infinite}@keyframes fall-152{52.561%{transform:translate(69.7992vw,52.561vh) scale(.6372)}to{transform:translate(72.8308vw,99vh) scale(.6372)}}.snow:nth-child(153){opacity:1.3188;transform:translate(17.0636vw,-10px) scale(.1986);animation:fall-153 14s -6s linear infinite}@keyframes fall-153{78.631%{transform:translate(16.1468vw,78.631vh) scale(.1986)}to{transform:translate(16.6052vw,99vh) scale(.1986)}}.snow:nth-child(154){opacity:1.2578;transform:translate(3.1032vw,-10px) scale(.9075);animation:fall-154 14s -29s linear infinite}@keyframes fall-154{44.537%{transform:translate(-5.047vw,44.537vh) scale(.9075)}to{transform:translate(-.9719vw,99vh) scale(.9075)}}.snow:nth-child(155){opacity:.7264;transform:translate(77.6265vw,-10px) scale(.2791);animation:fall-155 14s -2s linear infinite}@keyframes fall-155{73.328%{transform:translate(67.8844vw,73.328vh) scale(.2791)}to{transform:translate(72.75545vw,99vh) scale(.2791)}}.snow:nth-child(156){opacity:.8352;transform:translate(73.7743vw,-10px) scale(.8461);animation:fall-156 11s -5s linear infinite}@keyframes fall-156{50.072%{transform:translate(81.3763vw,50.072vh) scale(.8461)}to{transform:translate(77.5753vw,99vh) scale(.8461)}}.snow:nth-child(157){opacity:.275;transform:translate(82.1577vw,-10px) scale(.9598);animation:fall-157 19s -2s linear infinite}@keyframes fall-157{35.347%{transform:translate(74.5345vw,35.347vh) scale(.9598)}to{transform:translate(78.3461vw,99vh) scale(.9598)}}.snow:nth-child(158){opacity:1.1678;transform:translate(6.1859vw,-10px) scale(.5756);animation:fall-158 16s -5s linear infinite}@keyframes fall-158{76.642%{transform:translate(2.8335vw,76.642vh) scale(.5756)}to{transform:translate(4.5097vw,99vh) scale(.5756)}}.snow:nth-child(159){opacity:.6178;transform:translate(5.8884vw,-10px) scale(.2512);animation:fall-159 17s -9s linear infinite}@keyframes fall-159{32.896%{transform:translate(1.9257vw,32.896vh) scale(.2512)}to{transform:translate(3.90705vw,99vh) scale(.2512)}}.snow:nth-child(160){opacity:1.5752;transform:translate(15.162vw,-10px) scale(.4972);animation:fall-160 16s -19s linear infinite}@keyframes fall-160{76.358%{transform:translate(24.9079vw,76.358vh) scale(.4972)}to{transform:translate(20.03495vw,99vh) scale(.4972)}}.snow:nth-child(161){opacity:.5442;transform:translate(39.0508vw,-10px) scale(.1508);animation:fall-161 26s -9s linear infinite}@keyframes fall-161{69.004%{transform:translate(37.6578vw,69.004vh) scale(.1508)}to{transform:translate(38.3543vw,99vh) scale(.1508)}}.snow:nth-child(162){opacity:.635;transform:translate(92.3831vw,-10px) scale(.6004);animation:fall-162 14s -28s linear infinite}@keyframes fall-162{58.865%{transform:translate(82.6718vw,58.865vh) scale(.6004)}to{transform:translate(87.52745vw,99vh) scale(.6004)}}.snow:nth-child(163){opacity:1.6076;transform:translate(90.1853vw,-10px) scale(.8434);animation:fall-163 25s -2s linear infinite}@keyframes fall-163{38.846%{transform:translate(86.1116vw,38.846vh) scale(.8434)}to{transform:translate(88.14845vw,99vh) scale(.8434)}}.snow:nth-child(164){opacity:1.7592;transform:translate(60.0777vw,-10px) scale(.764);animation:fall-164 27s -14s linear infinite}@keyframes fall-164{39.691%{transform:translate(69.166vw,39.691vh) scale(.764)}to{transform:translate(64.62185vw,99vh) scale(.764)}}.snow:nth-child(165){opacity:1.9804;transform:translate(87.4214vw,-10px) scale(.1956);animation:fall-165 14s -9s linear infinite}@keyframes fall-165{51.749%{transform:translate(81.6337vw,51.749vh) scale(.1956)}to{transform:translate(84.52755vw,99vh) scale(.1956)}}.snow:nth-child(166){opacity:1.3838;transform:translate(9.0156vw,-10px) scale(.1304);animation:fall-166 27s -1s linear infinite}@keyframes fall-166{72.456%{transform:translate(-.2467vw,72.456vh) scale(.1304)}to{transform:translate(4.38445vw,99vh) scale(.1304)}}.snow:nth-child(167){opacity:.1314;transform:translate(28.6103vw,-10px) scale(.1947);animation:fall-167 24s -8s linear infinite}@keyframes fall-167{77.475%{transform:translate(19.6396vw,77.475vh) scale(.1947)}to{transform:translate(24.12495vw,99vh) scale(.1947)}}.snow:nth-child(168){opacity:.921;transform:translate(41.0343vw,-10px) scale(.2851);animation:fall-168 16s -14s linear infinite}@keyframes fall-168{71.982%{transform:translate(33.049vw,71.982vh) scale(.2851)}to{transform:translate(37.04165vw,99vh) scale(.2851)}}.snow:nth-child(169){opacity:.9118;transform:translate(76.4918vw,-10px) scale(.2405);animation:fall-169 17s -22s linear infinite}@keyframes fall-169{38.128%{transform:translate(78.0919vw,38.128vh) scale(.2405)}to{transform:translate(77.29185vw,99vh) scale(.2405)}}.snow:nth-child(170){opacity:.3214;transform:translate(80.8864vw,-10px) scale(.0402);animation:fall-170 26s -22s linear infinite}@keyframes fall-170{38.098%{transform:translate(82.8vw,38.098vh) scale(.0402)}to{transform:translate(81.8432vw,99vh) scale(.0402)}}.snow:nth-child(171){opacity:.1408;transform:translate(85.0107vw,-10px) scale(.0761);animation:fall-171 16s -9s linear infinite}@keyframes fall-171{47.653%{transform:translate(86.493vw,47.653vh) scale(.0761)}to{transform:translate(85.75185vw,99vh) scale(.0761)}}.snow:nth-child(172){opacity:.1138;transform:translate(8.1234vw,-10px) scale(.6604);animation:fall-172 14s -13s linear infinite}@keyframes fall-172{76.462%{transform:translate(4.0969vw,76.462vh) scale(.6604)}to{transform:translate(6.11015vw,99vh) scale(.6604)}}.snow:nth-child(173){opacity:.5328;transform:translate(23.0948vw,-10px) scale(.2669);animation:fall-173 23s -22s linear infinite}@keyframes fall-173{57.308%{transform:translate(21.5686vw,57.308vh) scale(.2669)}to{transform:translate(22.3317vw,99vh) scale(.2669)}}.snow:nth-child(174){opacity:1.752;transform:translate(86.4619vw,-10px) scale(.9699);animation:fall-174 19s -5s linear infinite}@keyframes fall-174{67.346%{transform:translate(79.1618vw,67.346vh) scale(.9699)}to{transform:translate(82.81185vw,99vh) scale(.9699)}}.snow:nth-child(175){opacity:1.9254;transform:translate(87.4013vw,-10px) scale(.3018);animation:fall-175 30s -20s linear infinite}@keyframes fall-175{43.985%{transform:translate(77.72vw,43.985vh) scale(.3018)}to{transform:translate(82.56065vw,99vh) scale(.3018)}}.snow:nth-child(176){opacity:1.537;transform:translate(91.4561vw,-10px) scale(.7193);animation:fall-176 24s -11s linear infinite}@keyframes fall-176{70.273%{transform:translate(90.3332vw,70.273vh) scale(.7193)}to{transform:translate(90.89465vw,99vh) scale(.7193)}}.snow:nth-child(177){opacity:.255;transform:translate(38.133vw,-10px) scale(.5068);animation:fall-177 21s -22s linear infinite}@keyframes fall-177{42.8%{transform:translate(31.3382vw,42.8vh) scale(.5068)}to{transform:translate(34.7356vw,99vh) scale(.5068)}}.snow:nth-child(178){opacity:1.9718;transform:translate(17.14vw,-10px) scale(.0675);animation:fall-178 21s -6s linear infinite}@keyframes fall-178{65.435%{transform:translate(10.206vw,65.435vh) scale(.0675)}to{transform:translate(13.673vw,99vh) scale(.0675)}}.snow:nth-child(179){opacity:.1866;transform:translate(74.1241vw,-10px) scale(.6842);animation:fall-179 11s -28s linear infinite}@keyframes fall-179{60.153%{transform:translate(69.0168vw,60.153vh) scale(.6842)}to{transform:translate(71.57045vw,99vh) scale(.6842)}}.snow:nth-child(180){opacity:.23;transform:translate(2.5969vw,-10px) scale(.8165);animation:fall-180 12s -3s linear infinite}@keyframes fall-180{64.287%{transform:translate(7.5427vw,64.287vh) scale(.8165)}to{transform:translate(5.0698vw,99vh) scale(.8165)}}.snow:nth-child(181){opacity:.9246;transform:translate(71.5672vw,-10px) scale(.0813);animation:fall-181 24s -2s linear infinite}@keyframes fall-181{75.374%{transform:translate(62.1022vw,75.374vh) scale(.0813)}to{transform:translate(66.8347vw,99vh) scale(.0813)}}.snow:nth-child(182){opacity:.3184;transform:translate(92.395vw,-10px) scale(.0033);animation:fall-182 22s -8s linear infinite}@keyframes fall-182{48.7%{transform:translate(84.3572vw,48.7vh) scale(.0033)}to{transform:translate(88.3761vw,99vh) scale(.0033)}}.snow:nth-child(183){opacity:1.4396;transform:translate(81.7457vw,-10px) scale(.7659);animation:fall-183 10s -12s linear infinite}@keyframes fall-183{48.764%{transform:translate(77.2015vw,48.764vh) scale(.7659)}to{transform:translate(79.4736vw,99vh) scale(.7659)}}.snow:nth-child(184){opacity:.0894;transform:translate(55.2506vw,-10px) scale(.9183);animation:fall-184 10s -12s linear infinite}@keyframes fall-184{71.695%{transform:translate(48.6173vw,71.695vh) scale(.9183)}to{transform:translate(51.93395vw,99vh) scale(.9183)}}.snow:nth-child(185){opacity:1.9796;transform:translate(46.2359vw,-10px) scale(.9617);animation:fall-185 24s -29s linear infinite}@keyframes fall-185{31.191%{transform:translate(53.2949vw,31.191vh) scale(.9617)}to{transform:translate(49.7654vw,99vh) scale(.9617)}}.snow:nth-child(186){opacity:.7358;transform:translate(54.5624vw,-10px) scale(.1952);animation:fall-186 28s -7s linear infinite}@keyframes fall-186{78.582%{transform:translate(57.5661vw,78.582vh) scale(.1952)}to{transform:translate(56.06425vw,99vh) scale(.1952)}}.snow:nth-child(187){opacity:1.8694;transform:translate(65.7648vw,-10px) scale(.1355);animation:fall-187 25s -25s linear infinite}@keyframes fall-187{49.264%{transform:translate(60.1313vw,49.264vh) scale(.1355)}to{transform:translate(62.94805vw,99vh) scale(.1355)}}.snow:nth-child(188){opacity:.1158;transform:translate(60.456vw,-10px) scale(.3912);animation:fall-188 11s -24s linear infinite}@keyframes fall-188{49.09%{transform:translate(65.4411vw,49.09vh) scale(.3912)}to{transform:translate(62.94855vw,99vh) scale(.3912)}}.snow:nth-child(189){opacity:.3528;transform:translate(36.328vw,-10px) scale(.3551);animation:fall-189 15s -4s linear infinite}@keyframes fall-189{67.313%{transform:translate(27.4305vw,67.313vh) scale(.3551)}to{transform:translate(31.87925vw,99vh) scale(.3551)}}.snow:nth-child(190){opacity:1.736;transform:translate(77.9772vw,-10px) scale(.7009);animation:fall-190 13s -2s linear infinite}@keyframes fall-190{67.724%{transform:translate(81.7159vw,67.724vh) scale(.7009)}to{transform:translate(79.84655vw,99vh) scale(.7009)}}.snow:nth-child(191){opacity:1.5004;transform:translate(13.1916vw,-10px) scale(.3805);animation:fall-191 29s -4s linear infinite}@keyframes fall-191{38.876%{transform:translate(9.3402vw,38.876vh) scale(.3805)}to{transform:translate(11.2659vw,99vh) scale(.3805)}}.snow:nth-child(192){opacity:.6054;transform:translate(63.4267vw,-10px) scale(.6314);animation:fall-192 28s -30s linear infinite}@keyframes fall-192{77.096%{transform:translate(57.8129vw,77.096vh) scale(.6314)}to{transform:translate(60.6198vw,99vh) scale(.6314)}}.snow:nth-child(193){opacity:1.9704;transform:translate(63.6085vw,-10px) scale(.9876);animation:fall-193 13s -23s linear infinite}@keyframes fall-193{67.321%{transform:translate(59.2032vw,67.321vh) scale(.9876)}to{transform:translate(61.40585vw,99vh) scale(.9876)}}.snow:nth-child(194){opacity:.4654;transform:translate(34.0127vw,-10px) scale(.1894);animation:fall-194 10s -2s linear infinite}@keyframes fall-194{34.87%{transform:translate(24.4059vw,34.87vh) scale(.1894)}to{transform:translate(29.2093vw,99vh) scale(.1894)}}.snow:nth-child(195){opacity:.0668;transform:translate(17.2588vw,-10px) scale(.6496);animation:fall-195 11s -1s linear infinite}@keyframes fall-195{69.561%{transform:translate(20.9041vw,69.561vh) scale(.6496)}to{transform:translate(19.08145vw,99vh) scale(.6496)}}.snow:nth-child(196){opacity:1.17;transform:translate(64.5144vw,-10px) scale(.8297);animation:fall-196 27s -29s linear infinite}@keyframes fall-196{79.098%{transform:translate(56.6991vw,79.098vh) scale(.8297)}to{transform:translate(60.60675vw,99vh) scale(.8297)}}.snow:nth-child(197){opacity:1.7554;transform:translate(9.0753vw,-10px) scale(.878);animation:fall-197 11s -11s linear infinite}@keyframes fall-197{71.448%{transform:translate(2.3765vw,71.448vh) scale(.878)}to{transform:translate(5.7259vw,99vh) scale(.878)}}.snow:nth-child(198){opacity:1.0482;transform:translate(77.7287vw,-10px) scale(.5266);animation:fall-198 17s -20s linear infinite}@keyframes fall-198{54.565%{transform:translate(75.4067vw,54.565vh) scale(.5266)}to{transform:translate(76.5677vw,99vh) scale(.5266)}}.snow:nth-child(199){opacity:.4244;transform:translate(71.8184vw,-10px) scale(.8966);animation:fall-199 23s -14s linear infinite}@keyframes fall-199{30.229%{transform:translate(65.4403vw,30.229vh) scale(.8966)}to{transform:translate(68.62935vw,99vh) scale(.8966)}}.snow:nth-child(200){opacity:1.6918;transform:translate(8.9524vw,-10px) scale(.5666);animation:fall-200 16s -12s linear infinite}@keyframes fall-200{61.703%{transform:translate(13.1588vw,61.703vh) scale(.5666)}to{transform:translate(11.0556vw,99vh) scale(.5666)}}.snow:nth-child(201){opacity:1.5018;transform:translate(36.487vw,-10px) scale(.5337);animation:fall-201 24s -9s linear infinite}@keyframes fall-201{75.391%{transform:translate(45.0324vw,75.391vh) scale(.5337)}to{transform:translate(40.7597vw,99vh) scale(.5337)}}.snow:nth-child(202){opacity:1.0646;transform:translate(19.3103vw,-10px) scale(.0281);animation:fall-202 30s -11s linear infinite}@keyframes fall-202{65.824%{transform:translate(16.3244vw,65.824vh) scale(.0281)}to{transform:translate(17.81735vw,99vh) scale(.0281)}}.snow:nth-child(203){opacity:.827;transform:translate(21.0948vw,-10px) scale(.6682);animation:fall-203 30s -12s linear infinite}@keyframes fall-203{50.869%{transform:translate(30.0225vw,50.869vh) scale(.6682)}to{transform:translate(25.55865vw,99vh) scale(.6682)}}.snow:nth-child(204){opacity:1.313;transform:translate(26.3939vw,-10px) scale(.7078);animation:fall-204 24s -11s linear infinite}@keyframes fall-204{40.433%{transform:translate(19.9382vw,40.433vh) scale(.7078)}to{transform:translate(23.16605vw,99vh) scale(.7078)}}.snow:nth-child(205){opacity:1.4526;transform:translate(82.1561vw,-10px) scale(.3637);animation:fall-205 26s -29s linear infinite}@keyframes fall-205{76.986%{transform:translate(78.0415vw,76.986vh) scale(.3637)}to{transform:translate(80.0988vw,99vh) scale(.3637)}}.snow:nth-child(206){opacity:.7916;transform:translate(81.3992vw,-10px) scale(.754);animation:fall-206 24s -23s linear infinite}@keyframes fall-206{33.557%{transform:translate(83.9099vw,33.557vh) scale(.754)}to{transform:translate(82.65455vw,99vh) scale(.754)}}.snow:nth-child(207){opacity:.0806;transform:translate(22.0033vw,-10px) scale(.5591);animation:fall-207 21s -19s linear infinite}@keyframes fall-207{38.356%{transform:translate(17.6908vw,38.356vh) scale(.5591)}to{transform:translate(19.84705vw,99vh) scale(.5591)}}.snow:nth-child(208){opacity:1.373;transform:translate(54.4653vw,-10px) scale(.3288);animation:fall-208 23s -1s linear infinite}@keyframes fall-208{63.046%{transform:translate(55.386vw,63.046vh) scale(.3288)}to{transform:translate(54.92565vw,99vh) scale(.3288)}}.snow:nth-child(209){opacity:1.7736;transform:translate(30.4865vw,-10px) scale(.3788);animation:fall-209 23s -1s linear infinite}@keyframes fall-209{72.65%{transform:translate(25.873vw,72.65vh) scale(.3788)}to{transform:translate(28.17975vw,99vh) scale(.3788)}}.snow:nth-child(210){opacity:1.2178;transform:translate(25.0439vw,-10px) scale(.9049);animation:fall-210 30s -16s linear infinite}@keyframes fall-210{75.749%{transform:translate(22.7937vw,75.749vh) scale(.9049)}to{transform:translate(23.9188vw,99vh) scale(.9049)}}.snow:nth-child(211){opacity:.0512;transform:translate(75.3414vw,-10px) scale(.754);animation:fall-211 21s -21s linear infinite}@keyframes fall-211{53.541%{transform:translate(73.8699vw,53.541vh) scale(.754)}to{transform:translate(74.60565vw,99vh) scale(.754)}}.snow:nth-child(212){opacity:1.7954;transform:translate(8.9229vw,-10px) scale(.1266);animation:fall-212 27s -3s linear infinite}@keyframes fall-212{52.781%{transform:translate(1.1287vw,52.781vh) scale(.1266)}to{transform:translate(5.0258vw,99vh) scale(.1266)}}.snow:nth-child(213){opacity:.5258;transform:translate(.8954vw,-10px) scale(.6765);animation:fall-213 26s -20s linear infinite}@keyframes fall-213{37.519%{transform:translate(3.1852vw,37.519vh) scale(.6765)}to{transform:translate(2.0403vw,99vh) scale(.6765)}}.snow:nth-child(214){opacity:1.8012;transform:translate(19.6389vw,-10px) scale(.3531);animation:fall-214 24s -11s linear infinite}@keyframes fall-214{49.496%{transform:translate(20.8392vw,49.496vh) scale(.3531)}to{transform:translate(20.23905vw,99vh) scale(.3531)}}.snow:nth-child(215){opacity:1.0758;transform:translate(43.0251vw,-10px) scale(.6176);animation:fall-215 19s -17s linear infinite}@keyframes fall-215{45.084%{transform:translate(34.9138vw,45.084vh) scale(.6176)}to{transform:translate(38.96945vw,99vh) scale(.6176)}}.snow:nth-child(216){opacity:1.0466;transform:translate(69.045vw,-10px) scale(.5104);animation:fall-216 12s -23s linear infinite}@keyframes fall-216{61.458%{transform:translate(64.6609vw,61.458vh) scale(.5104)}to{transform:translate(66.85295vw,99vh) scale(.5104)}}.snow:nth-child(217){opacity:.7142;transform:translate(42.4061vw,-10px) scale(.2342);animation:fall-217 25s -8s linear infinite}@keyframes fall-217{69.602%{transform:translate(48.5392vw,69.602vh) scale(.2342)}to{transform:translate(45.47265vw,99vh) scale(.2342)}}.snow:nth-child(218){opacity:.1456;transform:translate(72.3845vw,-10px) scale(.6913);animation:fall-218 17s -4s linear infinite}@keyframes fall-218{51.528%{transform:translate(67.9584vw,51.528vh) scale(.6913)}to{transform:translate(70.17145vw,99vh) scale(.6913)}}.snow:nth-child(219){opacity:1.8132;transform:translate(35.5463vw,-10px) scale(.5529);animation:fall-219 15s -23s linear infinite}@keyframes fall-219{76.533%{transform:translate(31.0268vw,76.533vh) scale(.5529)}to{transform:translate(33.28655vw,99vh) scale(.5529)}}.snow:nth-child(220){opacity:1.2116;transform:translate(51.9704vw,-10px) scale(.0678);animation:fall-220 27s -9s linear infinite}@keyframes fall-220{57.313%{transform:translate(57.8401vw,57.313vh) scale(.0678)}to{transform:translate(54.90525vw,99vh) scale(.0678)}}.snow:nth-child(221){opacity:1.6932;transform:translate(58.0125vw,-10px) scale(.0459);animation:fall-221 28s -11s linear infinite}@keyframes fall-221{50.467%{transform:translate(56.0162vw,50.467vh) scale(.0459)}to{transform:translate(57.01435vw,99vh) scale(.0459)}}.snow:nth-child(222){opacity:1.4612;transform:translate(61.6715vw,-10px) scale(.7705);animation:fall-222 30s -1s linear infinite}@keyframes fall-222{67.336%{transform:translate(65.8111vw,67.336vh) scale(.7705)}to{transform:translate(63.7413vw,99vh) scale(.7705)}}.snow:nth-child(223){opacity:1.5952;transform:translate(93.5005vw,-10px) scale(.5013);animation:fall-223 28s -7s linear infinite}@keyframes fall-223{32.812%{transform:translate(87.0259vw,32.812vh) scale(.5013)}to{transform:translate(90.2632vw,99vh) scale(.5013)}}.snow:nth-child(224){opacity:.226;transform:translate(28.0733vw,-10px) scale(.5134);animation:fall-224 20s -11s linear infinite}@keyframes fall-224{43.672%{transform:translate(20.8159vw,43.672vh) scale(.5134)}to{transform:translate(24.4446vw,99vh) scale(.5134)}}.snow:nth-child(225){opacity:1.4002;transform:translate(28.8673vw,-10px) scale(.0028);animation:fall-225 15s -26s linear infinite}@keyframes fall-225{46.326%{transform:translate(27.0208vw,46.326vh) scale(.0028)}to{transform:translate(27.94405vw,99vh) scale(.0028)}}.snow:nth-child(226){opacity:1.3078;transform:translate(53.3873vw,-10px) scale(.3944);animation:fall-226 19s -8s linear infinite}@keyframes fall-226{70.71%{transform:translate(56.4303vw,70.71vh) scale(.3944)}to{transform:translate(54.9088vw,99vh) scale(.3944)}}.snow:nth-child(227){opacity:.9804;transform:translate(48.0984vw,-10px) scale(.6501);animation:fall-227 26s -17s linear infinite}@keyframes fall-227{66.619%{transform:translate(53.4154vw,66.619vh) scale(.6501)}to{transform:translate(50.7569vw,99vh) scale(.6501)}}.snow:nth-child(228){opacity:.7972;transform:translate(68.1517vw,-10px) scale(.3229);animation:fall-228 25s -12s linear infinite}@keyframes fall-228{53.493%{transform:translate(76.0837vw,53.493vh) scale(.3229)}to{transform:translate(72.1177vw,99vh) scale(.3229)}}.snow:nth-child(229){opacity:.719;transform:translate(32.9245vw,-10px) scale(.6265);animation:fall-229 25s -8s linear infinite}@keyframes fall-229{62.985%{transform:translate(25.3051vw,62.985vh) scale(.6265)}to{transform:translate(29.1148vw,99vh) scale(.6265)}}.snow:nth-child(230){opacity:.6408;transform:translate(17.422vw,-10px) scale(.0015);animation:fall-230 27s -21s linear infinite}@keyframes fall-230{34.085%{transform:translate(16.6496vw,34.085vh) scale(.0015)}to{transform:translate(17.0358vw,99vh) scale(.0015)}}.snow:nth-child(231){opacity:1.7088;transform:translate(94.3745vw,-10px) scale(.1323);animation:fall-231 24s -12s linear infinite}@keyframes fall-231{34.616%{transform:translate(88.9513vw,34.616vh) scale(.1323)}to{transform:translate(91.6629vw,99vh) scale(.1323)}}.snow:nth-child(232){opacity:1.4938;transform:translate(72.5011vw,-10px) scale(.9316);animation:fall-232 12s -12s linear infinite}@keyframes fall-232{36.146%{transform:translate(69.2587vw,36.146vh) scale(.9316)}to{transform:translate(70.8799vw,99vh) scale(.9316)}}.snow:nth-child(233){opacity:.2362;transform:translate(68.6049vw,-10px) scale(.6238);animation:fall-233 25s -24s linear infinite}@keyframes fall-233{72.618%{transform:translate(60.3489vw,72.618vh) scale(.6238)}to{transform:translate(64.4769vw,99vh) scale(.6238)}}.snow:nth-child(234){opacity:1.0642;transform:translate(81.3581vw,-10px) scale(.5105);animation:fall-234 21s -6s linear infinite}@keyframes fall-234{69.147%{transform:translate(89.8142vw,69.147vh) scale(.5105)}to{transform:translate(85.58615vw,99vh) scale(.5105)}}.snow:nth-child(235){opacity:.7356;transform:translate(27.5736vw,-10px) scale(.6555);animation:fall-235 23s -25s linear infinite}@keyframes fall-235{47.963%{transform:translate(22.9853vw,47.963vh) scale(.6555)}to{transform:translate(25.27945vw,99vh) scale(.6555)}}.snow:nth-child(236){opacity:1.6752;transform:translate(45.3579vw,-10px) scale(.9983);animation:fall-236 11s -9s linear infinite}@keyframes fall-236{65.019%{transform:translate(54.0619vw,65.019vh) scale(.9983)}to{transform:translate(49.7099vw,99vh) scale(.9983)}}.snow:nth-child(237){opacity:1.2082;transform:translate(99.1784vw,-10px) scale(.7894);animation:fall-237 18s -8s linear infinite}@keyframes fall-237{33.211%{transform:translate(96.7888vw,33.211vh) scale(.7894)}to{transform:translate(97.9836vw,99vh) scale(.7894)}}.snow:nth-child(238){opacity:.0734;transform:translate(31.8101vw,-10px) scale(.3876);animation:fall-238 11s -27s linear infinite}@keyframes fall-238{32.094%{transform:translate(40.8849vw,32.094vh) scale(.3876)}to{transform:translate(36.3475vw,99vh) scale(.3876)}}.snow:nth-child(239){opacity:1.8688;transform:translate(19.8868vw,-10px) scale(.9661);animation:fall-239 25s -15s linear infinite}@keyframes fall-239{64.878%{transform:translate(25.5108vw,64.878vh) scale(.9661)}to{transform:translate(22.6988vw,99vh) scale(.9661)}}.snow:nth-child(240){opacity:1.9318;transform:translate(88.7685vw,-10px) scale(.5654);animation:fall-240 13s -12s linear infinite}@keyframes fall-240{68.02%{transform:translate(94.4266vw,68.02vh) scale(.5654)}to{transform:translate(91.59755vw,99vh) scale(.5654)}}.snow:nth-child(241){opacity:1.245;transform:translate(.5266vw,-10px) scale(.8161);animation:fall-241 16s -14s linear infinite}@keyframes fall-241{40.57%{transform:translate(-8.5085vw,40.57vh) scale(.8161)}to{transform:translate(-3.99095vw,99vh) scale(.8161)}}.snow:nth-child(242){opacity:1.26;transform:translate(52.0883vw,-10px) scale(.3079);animation:fall-242 17s -22s linear infinite}@keyframes fall-242{48.796%{transform:translate(50.8088vw,48.796vh) scale(.3079)}to{transform:translate(51.44855vw,99vh) scale(.3079)}}.snow:nth-child(243){opacity:1.1144;transform:translate(22.6527vw,-10px) scale(.0201);animation:fall-243 27s -3s linear infinite}@keyframes fall-243{35.564%{transform:translate(15.401vw,35.564vh) scale(.0201)}to{transform:translate(19.02685vw,99vh) scale(.0201)}}.snow:nth-child(244){opacity:.2328;transform:translate(36.0547vw,-10px) scale(.1822);animation:fall-244 19s -28s linear infinite}@keyframes fall-244{35.526%{transform:translate(35.0654vw,35.526vh) scale(.1822)}to{transform:translate(35.56005vw,99vh) scale(.1822)}}.snow:nth-child(245){opacity:.0408;transform:translate(62.971vw,-10px) scale(.2557);animation:fall-245 29s -19s linear infinite}@keyframes fall-245{46.701%{transform:translate(67.4291vw,46.701vh) scale(.2557)}to{transform:translate(65.20005vw,99vh) scale(.2557)}}.snow:nth-child(246){opacity:1.2062;transform:translate(58.7526vw,-10px) scale(.462);animation:fall-246 12s -3s linear infinite}@keyframes fall-246{32.485%{transform:translate(68.1017vw,32.485vh) scale(.462)}to{transform:translate(63.42715vw,99vh) scale(.462)}}.snow:nth-child(247){opacity:1.5838;transform:translate(90.6054vw,-10px) scale(.4934);animation:fall-247 25s -2s linear infinite}@keyframes fall-247{45.277%{transform:translate(90.92vw,45.277vh) scale(.4934)}to{transform:translate(90.7627vw,99vh) scale(.4934)}}.snow:nth-child(248){opacity:1.0332;transform:translate(65.5622vw,-10px) scale(.217);animation:fall-248 12s -14s linear infinite}@keyframes fall-248{49.215%{transform:translate(70.1867vw,49.215vh) scale(.217)}to{transform:translate(67.87445vw,99vh) scale(.217)}}.snow:nth-child(249){opacity:1.7972;transform:translate(59.0423vw,-10px) scale(.3639);animation:fall-249 16s -6s linear infinite}@keyframes fall-249{68.996%{transform:translate(50.7299vw,68.996vh) scale(.3639)}to{transform:translate(54.8861vw,99vh) scale(.3639)}}.snow:nth-child(250){opacity:.3738;transform:translate(57.1928vw,-10px) scale(.9956);animation:fall-250 16s -1s linear infinite}@keyframes fall-250{37.832%{transform:translate(56.1667vw,37.832vh) scale(.9956)}to{transform:translate(56.67975vw,99vh) scale(.9956)}}.snow:nth-child(251){opacity:.8702;transform:translate(51.5868vw,-10px) scale(.9166);animation:fall-251 14s -23s linear infinite}@keyframes fall-251{39.347%{transform:translate(46.0957vw,39.347vh) scale(.9166)}to{transform:translate(48.84125vw,99vh) scale(.9166)}}.snow:nth-child(252){opacity:.3654;transform:translate(61.7091vw,-10px) scale(.9152);animation:fall-252 18s -22s linear infinite}@keyframes fall-252{41.604%{transform:translate(65.2588vw,41.604vh) scale(.9152)}to{transform:translate(63.48395vw,99vh) scale(.9152)}}.snow:nth-child(253){opacity:1.4544;transform:translate(71.7529vw,-10px) scale(.9792);animation:fall-253 19s -17s linear infinite}@keyframes fall-253{59.062%{transform:translate(67.0088vw,59.062vh) scale(.9792)}to{transform:translate(69.38085vw,99vh) scale(.9792)}}.snow:nth-child(254){opacity:1.8562;transform:translate(29.9903vw,-10px) scale(.5384);animation:fall-254 16s -22s linear infinite}@keyframes fall-254{72.977%{transform:translate(24.5598vw,72.977vh) scale(.5384)}to{transform:translate(27.27505vw,99vh) scale(.5384)}}.snow:nth-child(255){opacity:1.2908;transform:translate(52.1593vw,-10px) scale(.8476);animation:fall-255 20s -6s linear infinite}@keyframes fall-255{58.211%{transform:translate(47.9695vw,58.211vh) scale(.8476)}to{transform:translate(50.0644vw,99vh) scale(.8476)}}.snow:nth-child(256){opacity:1.1996;transform:translate(78.1304vw,-10px) scale(.5266);animation:fall-256 11s -13s linear infinite}@keyframes fall-256{32.97%{transform:translate(85.4366vw,32.97vh) scale(.5266)}to{transform:translate(81.7835vw,99vh) scale(.5266)}}.snow:nth-child(257){opacity:1.5218;transform:translate(31.7838vw,-10px) scale(.2766);animation:fall-257 11s -23s linear infinite}@keyframes fall-257{79.597%{transform:translate(28.7759vw,79.597vh) scale(.2766)}to{transform:translate(30.27985vw,99vh) scale(.2766)}}.snow:nth-child(258){opacity:1.809;transform:translate(52.4092vw,-10px) scale(.3832);animation:fall-258 21s -22s linear infinite}@keyframes fall-258{69.568%{transform:translate(50.1632vw,69.568vh) scale(.3832)}to{transform:translate(51.2862vw,99vh) scale(.3832)}}.snow:nth-child(259){opacity:.5134;transform:translate(88.4173vw,-10px) scale(.62);animation:fall-259 26s -28s linear infinite}@keyframes fall-259{70.654%{transform:translate(79.8463vw,70.654vh) scale(.62)}to{transform:translate(84.1318vw,99vh) scale(.62)}}.snow:nth-child(260){opacity:.8956;transform:translate(23.4546vw,-10px) scale(.7779);animation:fall-260 17s -15s linear infinite}@keyframes fall-260{37.013%{transform:translate(19.3483vw,37.013vh) scale(.7779)}to{transform:translate(21.40145vw,99vh) scale(.7779)}}.snow:nth-child(261){opacity:.2346;transform:translate(68.9933vw,-10px) scale(.764);animation:fall-261 19s -5s linear infinite}@keyframes fall-261{39.704%{transform:translate(64.0019vw,39.704vh) scale(.764)}to{transform:translate(66.4976vw,99vh) scale(.764)}}.snow:nth-child(262){opacity:1.1344;transform:translate(83.3852vw,-10px) scale(.3287);animation:fall-262 23s -15s linear infinite}@keyframes fall-262{40.314%{transform:translate(91.2274vw,40.314vh) scale(.3287)}to{transform:translate(87.3063vw,99vh) scale(.3287)}}.snow:nth-child(263){opacity:.4792;transform:translate(45.887vw,-10px) scale(.9196);animation:fall-263 11s -5s linear infinite}@keyframes fall-263{32.298%{transform:translate(38.188vw,32.298vh) scale(.9196)}to{transform:translate(42.0375vw,99vh) scale(.9196)}}.snow:nth-child(264){opacity:.6342;transform:translate(82.7166vw,-10px) scale(.8528);animation:fall-264 20s -7s linear infinite}@keyframes fall-264{76.825%{transform:translate(76.1417vw,76.825vh) scale(.8528)}to{transform:translate(79.42915vw,99vh) scale(.8528)}}.snow:nth-child(265){opacity:1.175;transform:translate(98.036vw,-10px) scale(.5901);animation:fall-265 28s -5s linear infinite}@keyframes fall-265{75.209%{transform:translate(95.6303vw,75.209vh) scale(.5901)}to{transform:translate(96.83315vw,99vh) scale(.5901)}}.snow:nth-child(266){opacity:1.7076;transform:translate(91.7627vw,-10px) scale(.9455);animation:fall-266 25s -28s linear infinite}@keyframes fall-266{39.878%{transform:translate(89.2246vw,39.878vh) scale(.9455)}to{transform:translate(90.49365vw,99vh) scale(.9455)}}.snow:nth-child(267){opacity:.9004;transform:translate(19.5598vw,-10px) scale(.4416);animation:fall-267 12s -29s linear infinite}@keyframes fall-267{50.083%{transform:translate(28.825vw,50.083vh) scale(.4416)}to{transform:translate(24.1924vw,99vh) scale(.4416)}}.snow:nth-child(268){opacity:1.5296;transform:translate(1.3369vw,-10px) scale(.7766);animation:fall-268 19s -27s linear infinite}@keyframes fall-268{49.315%{transform:translate(-6.4123vw,49.315vh) scale(.7766)}to{transform:translate(-2.5377vw,99vh) scale(.7766)}}.snow:nth-child(269){opacity:.5454;transform:translate(56.5132vw,-10px) scale(.4406);animation:fall-269 10s -16s linear infinite}@keyframes fall-269{53.31%{transform:translate(64.1387vw,53.31vh) scale(.4406)}to{transform:translate(60.32595vw,99vh) scale(.4406)}}.snow:nth-child(270){opacity:.6064;transform:translate(30.9488vw,-10px) scale(.9442);animation:fall-270 23s -26s linear infinite}@keyframes fall-270{65.104%{transform:translate(30.2075vw,65.104vh) scale(.9442)}to{transform:translate(30.57815vw,99vh) scale(.9442)}}.snow:nth-child(271){opacity:1.616;transform:translate(23.1697vw,-10px) scale(.5771);animation:fall-271 27s -4s linear infinite}@keyframes fall-271{37.941%{transform:translate(27.4654vw,37.941vh) scale(.5771)}to{transform:translate(25.31755vw,99vh) scale(.5771)}}.snow:nth-child(272){opacity:1.154;transform:translate(48.8666vw,-10px) scale(.0211);animation:fall-272 26s -27s linear infinite}@keyframes fall-272{36.026%{transform:translate(50.9344vw,36.026vh) scale(.0211)}to{transform:translate(49.9005vw,99vh) scale(.0211)}}.snow:nth-child(273){opacity:1.421;transform:translate(58.1408vw,-10px) scale(.9171);animation:fall-273 28s -28s linear infinite}@keyframes fall-273{79.387%{transform:translate(63.712vw,79.387vh) scale(.9171)}to{transform:translate(60.9264vw,99vh) scale(.9171)}}.snow:nth-child(274){opacity:1.836;transform:translate(37.2107vw,-10px) scale(.9685);animation:fall-274 12s -1s linear infinite}@keyframes fall-274{66.264%{transform:translate(30.6531vw,66.264vh) scale(.9685)}to{transform:translate(33.9319vw,99vh) scale(.9685)}}.snow:nth-child(275){opacity:1.355;transform:translate(46.1674vw,-10px) scale(.6635);animation:fall-275 26s -9s linear infinite}@keyframes fall-275{74.664%{transform:translate(39.0243vw,74.664vh) scale(.6635)}to{transform:translate(42.59585vw,99vh) scale(.6635)}}.snow:nth-child(276){opacity:.1194;transform:translate(66.8689vw,-10px) scale(.9199);animation:fall-276 26s -15s linear infinite}@keyframes fall-276{53.144%{transform:translate(74.8164vw,53.144vh) scale(.9199)}to{transform:translate(70.84265vw,99vh) scale(.9199)}}.snow:nth-child(277){opacity:.1136;transform:translate(39.403vw,-10px) scale(.5965);animation:fall-277 14s -18s linear infinite}@keyframes fall-277{48.684%{transform:translate(30.9918vw,48.684vh) scale(.5965)}to{transform:translate(35.1974vw,99vh) scale(.5965)}}.snow:nth-child(278){opacity:1.9822;transform:translate(28.8293vw,-10px) scale(.9511);animation:fall-278 30s -22s linear infinite}@keyframes fall-278{43.394%{transform:translate(38.665vw,43.394vh) scale(.9511)}to{transform:translate(33.74715vw,99vh) scale(.9511)}}.snow:nth-child(279){opacity:1.8468;transform:translate(84.0386vw,-10px) scale(.3566);animation:fall-279 29s -26s linear infinite}@keyframes fall-279{41.286%{transform:translate(85.5165vw,41.286vh) scale(.3566)}to{transform:translate(84.77755vw,99vh) scale(.3566)}}.snow:nth-child(280){opacity:.1142;transform:translate(21.884vw,-10px) scale(.6729);animation:fall-280 23s -1s linear infinite}@keyframes fall-280{78.855%{transform:translate(26.8462vw,78.855vh) scale(.6729)}to{transform:translate(24.3651vw,99vh) scale(.6729)}}.snow:nth-child(281){opacity:1.0876;transform:translate(79.3401vw,-10px) scale(.6932);animation:fall-281 29s -28s linear infinite}@keyframes fall-281{78.064%{transform:translate(74.236vw,78.064vh) scale(.6932)}to{transform:translate(76.78805vw,99vh) scale(.6932)}}.snow:nth-child(282){opacity:1.039;transform:translate(29.6903vw,-10px) scale(.1066);animation:fall-282 29s -5s linear infinite}@keyframes fall-282{34.78%{transform:translate(20.2833vw,34.78vh) scale(.1066)}to{transform:translate(24.9868vw,99vh) scale(.1066)}}.snow:nth-child(283){opacity:1.2422;transform:translate(50.5069vw,-10px) scale(.94);animation:fall-283 24s -15s linear infinite}@keyframes fall-283{52.755%{transform:translate(53.7587vw,52.755vh) scale(.94)}to{transform:translate(52.1328vw,99vh) scale(.94)}}.snow:nth-child(284){opacity:.9414;transform:translate(82.5488vw,-10px) scale(.0033);animation:fall-284 28s -11s linear infinite}@keyframes fall-284{50.616%{transform:translate(74.4818vw,50.616vh) scale(.0033)}to{transform:translate(78.5153vw,99vh) scale(.0033)}}.snow:nth-child(285){opacity:1.0878;transform:translate(6.726vw,-10px) scale(.3201);animation:fall-285 19s -9s linear infinite}@keyframes fall-285{49.122%{transform:translate(4.1976vw,49.122vh) scale(.3201)}to{transform:translate(5.4618vw,99vh) scale(.3201)}}.snow:nth-child(286){opacity:.0764;transform:translate(50.3428vw,-10px) scale(.3331);animation:fall-286 13s -19s linear infinite}@keyframes fall-286{30.094%{transform:translate(47.8888vw,30.094vh) scale(.3331)}to{transform:translate(49.1158vw,99vh) scale(.3331)}}.snow:nth-child(287){opacity:1.9226;transform:translate(13.4936vw,-10px) scale(.3885);animation:fall-287 28s -7s linear infinite}@keyframes fall-287{33.953%{transform:translate(12.5623vw,33.953vh) scale(.3885)}to{transform:translate(13.02795vw,99vh) scale(.3885)}}.snow:nth-child(288){opacity:.9914;transform:translate(42.7502vw,-10px) scale(.1435);animation:fall-288 29s -25s linear infinite}@keyframes fall-288{49.89%{transform:translate(49.5006vw,49.89vh) scale(.1435)}to{transform:translate(46.1254vw,99vh) scale(.1435)}}.snow:nth-child(289){opacity:1.5816;transform:translate(15.0706vw,-10px) scale(.1449);animation:fall-289 19s -26s linear infinite}@keyframes fall-289{61.305%{transform:translate(12.0424vw,61.305vh) scale(.1449)}to{transform:translate(13.5565vw,99vh) scale(.1449)}}.snow:nth-child(290){opacity:.0694;transform:translate(33.4465vw,-10px) scale(.7713);animation:fall-290 13s -7s linear infinite}@keyframes fall-290{62.941%{transform:translate(39.9535vw,62.941vh) scale(.7713)}to{transform:translate(36.7vw,99vh) scale(.7713)}}.snow:nth-child(291){opacity:1.9532;transform:translate(45.6703vw,-10px) scale(.3211);animation:fall-291 12s -4s linear infinite}@keyframes fall-291{68.409%{transform:translate(54.9266vw,68.409vh) scale(.3211)}to{transform:translate(50.29845vw,99vh) scale(.3211)}}.snow:nth-child(292){opacity:1.2814;transform:translate(25.0133vw,-10px) scale(.3601);animation:fall-292 19s -25s linear infinite}@keyframes fall-292{56.04%{transform:translate(30.1154vw,56.04vh) scale(.3601)}to{transform:translate(27.56435vw,99vh) scale(.3601)}}.snow:nth-child(293){opacity:.8916;transform:translate(50.1087vw,-10px) scale(.9758);animation:fall-293 22s -12s linear infinite}@keyframes fall-293{35.436%{transform:translate(47.2322vw,35.436vh) scale(.9758)}to{transform:translate(48.67045vw,99vh) scale(.9758)}}.snow:nth-child(294){opacity:1.3174;transform:translate(37.2886vw,-10px) scale(.1512);animation:fall-294 25s -4s linear infinite}@keyframes fall-294{67.856%{transform:translate(29.1005vw,67.856vh) scale(.1512)}to{transform:translate(33.19455vw,99vh) scale(.1512)}}.snow:nth-child(295){opacity:1.416;transform:translate(.7725vw,-10px) scale(.0478);animation:fall-295 18s -12s linear infinite}@keyframes fall-295{62.24%{transform:translate(7.2129vw,62.24vh) scale(.0478)}to{transform:translate(3.9927vw,99vh) scale(.0478)}}.snow:nth-child(296){opacity:.428;transform:translate(4.4306vw,-10px) scale(.2976);animation:fall-296 27s -30s linear infinite}@keyframes fall-296{64.056%{transform:translate(.7361vw,64.056vh) scale(.2976)}to{transform:translate(2.58335vw,99vh) scale(.2976)}}.snow:nth-child(297){opacity:1.4086;transform:translate(48.6036vw,-10px) scale(.2735);animation:fall-297 26s -12s linear infinite}@keyframes fall-297{39.374%{transform:translate(46.5654vw,39.374vh) scale(.2735)}to{transform:translate(47.5845vw,99vh) scale(.2735)}}.snow:nth-child(298){opacity:1.5214;transform:translate(84.1707vw,-10px) scale(.2751);animation:fall-298 28s -6s linear infinite}@keyframes fall-298{42.207%{transform:translate(81.4393vw,42.207vh) scale(.2751)}to{transform:translate(82.805vw,99vh) scale(.2751)}}.snow:nth-child(299){opacity:.2292;transform:translate(6.4433vw,-10px) scale(.4545);animation:fall-299 26s -24s linear infinite}@keyframes fall-299{69.358%{transform:translate(-2.8946vw,69.358vh) scale(.4545)}to{transform:translate(1.77435vw,99vh) scale(.4545)}}.snow:nth-child(300){opacity:.7792;transform:translate(73.3896vw,-10px) scale(.879);animation:fall-300 23s -11s linear infinite}@keyframes fall-300{62.193%{transform:translate(83.038vw,62.193vh) scale(.879)}to{transform:translate(78.2138vw,99vh) scale(.879)}}.snow:nth-child(301){opacity:.3206;transform:translate(90.4315vw,-10px) scale(.9653);animation:fall-301 20s -17s linear infinite}@keyframes fall-301{30.394%{transform:translate(92.0017vw,30.394vh) scale(.9653)}to{transform:translate(91.2166vw,99vh) scale(.9653)}}.snow:nth-child(302){opacity:1.6514;transform:translate(71.7377vw,-10px) scale(.3604);animation:fall-302 18s -22s linear infinite}@keyframes fall-302{66.591%{transform:translate(67.2327vw,66.591vh) scale(.3604)}to{transform:translate(69.4852vw,99vh) scale(.3604)}}.snow:nth-child(303){opacity:.6838;transform:translate(58.2876vw,-10px) scale(.1394);animation:fall-303 24s -19s linear infinite}@keyframes fall-303{56.261%{transform:translate(54.6396vw,56.261vh) scale(.1394)}to{transform:translate(56.4636vw,99vh) scale(.1394)}}.snow:nth-child(304){opacity:1.3178;transform:translate(54.4628vw,-10px) scale(.0566);animation:fall-304 12s -1s linear infinite}@keyframes fall-304{61.396%{transform:translate(54.0316vw,61.396vh) scale(.0566)}to{transform:translate(54.2472vw,99vh) scale(.0566)}}.snow:nth-child(305){opacity:.9576;transform:translate(30.8785vw,-10px) scale(.5153);animation:fall-305 11s -29s linear infinite}@keyframes fall-305{48.838%{transform:translate(35.0268vw,48.838vh) scale(.5153)}to{transform:translate(32.95265vw,99vh) scale(.5153)}}.snow:nth-child(306){opacity:.14;transform:translate(51.1558vw,-10px) scale(.2357);animation:fall-306 14s -3s linear infinite}@keyframes fall-306{30.529%{transform:translate(49.7869vw,30.529vh) scale(.2357)}to{transform:translate(50.47135vw,99vh) scale(.2357)}}.snow:nth-child(307){opacity:1.913;transform:translate(91.2953vw,-10px) scale(.5973);animation:fall-307 12s -16s linear infinite}@keyframes fall-307{55.348%{transform:translate(86.3352vw,55.348vh) scale(.5973)}to{transform:translate(88.81525vw,99vh) scale(.5973)}}.snow:nth-child(308){opacity:.3732;transform:translate(46.0372vw,-10px) scale(.868);animation:fall-308 17s -13s linear infinite}@keyframes fall-308{58.977%{transform:translate(45.5196vw,58.977vh) scale(.868)}to{transform:translate(45.7784vw,99vh) scale(.868)}}.snow:nth-child(309){opacity:.1624;transform:translate(32.7818vw,-10px) scale(.8198);animation:fall-309 13s -20s linear infinite}@keyframes fall-309{74.086%{transform:translate(28.5069vw,74.086vh) scale(.8198)}to{transform:translate(30.64435vw,99vh) scale(.8198)}}.snow:nth-child(310){opacity:1.438;transform:translate(12.7424vw,-10px) scale(.4448);animation:fall-310 22s -30s linear infinite}@keyframes fall-310{76.505%{transform:translate(20.1527vw,76.505vh) scale(.4448)}to{transform:translate(16.44755vw,99vh) scale(.4448)}}.snow:nth-child(311){opacity:1.1566;transform:translate(24.1631vw,-10px) scale(.0557);animation:fall-311 21s -30s linear infinite}@keyframes fall-311{64.481%{transform:translate(32.4245vw,64.481vh) scale(.0557)}to{transform:translate(28.2938vw,99vh) scale(.0557)}}.snow:nth-child(312){opacity:.432;transform:translate(29.0371vw,-10px) scale(.7004);animation:fall-312 17s -1s linear infinite}@keyframes fall-312{68.399%{transform:translate(31.2121vw,68.399vh) scale(.7004)}to{transform:translate(30.1246vw,99vh) scale(.7004)}}.snow:nth-child(313){opacity:.2242;transform:translate(24.6706vw,-10px) scale(.5718);animation:fall-313 29s -5s linear infinite}@keyframes fall-313{31.93%{transform:translate(34.1945vw,31.93vh) scale(.5718)}to{transform:translate(29.43255vw,99vh) scale(.5718)}}.snow:nth-child(314){opacity:1.594;transform:translate(95.8711vw,-10px) scale(.9375);animation:fall-314 14s -9s linear infinite}@keyframes fall-314{77.251%{transform:translate(102.8174vw,77.251vh) scale(.9375)}to{transform:translate(99.34425vw,99vh) scale(.9375)}}.snow:nth-child(315){opacity:1.992;transform:translate(82.7103vw,-10px) scale(.8814);animation:fall-315 15s -1s linear infinite}@keyframes fall-315{35.545%{transform:translate(83.6679vw,35.545vh) scale(.8814)}to{transform:translate(83.1891vw,99vh) scale(.8814)}}.snow:nth-child(316){opacity:.3162;transform:translate(69.5566vw,-10px) scale(.5395);animation:fall-316 11s -23s linear infinite}@keyframes fall-316{57.707%{transform:translate(65.5526vw,57.707vh) scale(.5395)}to{transform:translate(67.5546vw,99vh) scale(.5395)}}.snow:nth-child(317){opacity:.4728;transform:translate(93.4636vw,-10px) scale(.9595);animation:fall-317 16s -27s linear infinite}@keyframes fall-317{46.383%{transform:translate(94.7434vw,46.383vh) scale(.9595)}to{transform:translate(94.1035vw,99vh) scale(.9595)}}.snow:nth-child(318){opacity:1.7606;transform:translate(37.2692vw,-10px) scale(.6532);animation:fall-318 22s -28s linear infinite}@keyframes fall-318{51.441%{transform:translate(31.7124vw,51.441vh) scale(.6532)}to{transform:translate(34.4908vw,99vh) scale(.6532)}}.snow:nth-child(319){opacity:.719;transform:translate(39.1056vw,-10px) scale(.49);animation:fall-319 18s -7s linear infinite}@keyframes fall-319{32.936%{transform:translate(42.7736vw,32.936vh) scale(.49)}to{transform:translate(40.9396vw,99vh) scale(.49)}}.snow:nth-child(320){opacity:1.984;transform:translate(3.1628vw,-10px) scale(.5892);animation:fall-320 13s -4s linear infinite}@keyframes fall-320{34.941%{transform:translate(.0386vw,34.941vh) scale(.5892)}to{transform:translate(1.6007vw,99vh) scale(.5892)}}.snow:nth-child(321){opacity:1.4624;transform:translate(31.9125vw,-10px) scale(.304);animation:fall-321 11s -29s linear infinite}@keyframes fall-321{44.099%{transform:translate(38.4557vw,44.099vh) scale(.304)}to{transform:translate(35.1841vw,99vh) scale(.304)}}.snow:nth-child(322){opacity:.0216;transform:translate(35vw,-10px) scale(.7756);animation:fall-322 29s -9s linear infinite}@keyframes fall-322{42.232%{transform:translate(42.8867vw,42.232vh) scale(.7756)}to{transform:translate(38.94335vw,99vh) scale(.7756)}}.snow:nth-child(323){opacity:1.0176;transform:translate(20.0493vw,-10px) scale(.9839);animation:fall-323 13s -10s linear infinite}@keyframes fall-323{69.601%{transform:translate(20.5205vw,69.601vh) scale(.9839)}to{transform:translate(20.2849vw,99vh) scale(.9839)}}.snow:nth-child(324){opacity:.8538;transform:translate(82.777vw,-10px) scale(.2397);animation:fall-324 30s -28s linear infinite}@keyframes fall-324{58.368%{transform:translate(86.8272vw,58.368vh) scale(.2397)}to{transform:translate(84.8021vw,99vh) scale(.2397)}}.snow:nth-child(325){opacity:.4558;transform:translate(43.5066vw,-10px) scale(.275);animation:fall-325 17s -10s linear infinite}@keyframes fall-325{46.433%{transform:translate(34.9066vw,46.433vh) scale(.275)}to{transform:translate(39.2066vw,99vh) scale(.275)}}.snow:nth-child(326){opacity:.2492;transform:translate(10.3964vw,-10px) scale(.4408);animation:fall-326 27s -28s linear infinite}@keyframes fall-326{74.092%{transform:translate(10.1476vw,74.092vh) scale(.4408)}to{transform:translate(10.272vw,99vh) scale(.4408)}}.snow:nth-child(327){opacity:.7516;transform:translate(32.7006vw,-10px) scale(.3959);animation:fall-327 19s -17s linear infinite}@keyframes fall-327{31.424%{transform:translate(40.445vw,31.424vh) scale(.3959)}to{transform:translate(36.5728vw,99vh) scale(.3959)}}.snow:nth-child(328){opacity:1.0608;transform:translate(47.8265vw,-10px) scale(.1805);animation:fall-328 12s -24s linear infinite}@keyframes fall-328{68.317%{transform:translate(49.6501vw,68.317vh) scale(.1805)}to{transform:translate(48.7383vw,99vh) scale(.1805)}}.snow:nth-child(329){opacity:1.607;transform:translate(72.5028vw,-10px) scale(.0754);animation:fall-329 29s -17s linear infinite}@keyframes fall-329{71.146%{transform:translate(79.7237vw,71.146vh) scale(.0754)}to{transform:translate(76.11325vw,99vh) scale(.0754)}}.snow:nth-child(330){opacity:.3484;transform:translate(9.0269vw,-10px) scale(.6039);animation:fall-330 14s -2s linear infinite}@keyframes fall-330{54.878%{transform:translate(11.4693vw,54.878vh) scale(.6039)}to{transform:translate(10.2481vw,99vh) scale(.6039)}}.snow:nth-child(331){opacity:.224;transform:translate(63.6428vw,-10px) scale(.3159);animation:fall-331 18s -25s linear infinite}@keyframes fall-331{44.164%{transform:translate(60.588vw,44.164vh) scale(.3159)}to{transform:translate(62.1154vw,99vh) scale(.3159)}}.snow:nth-child(332){opacity:1.048;transform:translate(61.9288vw,-10px) scale(.6839);animation:fall-332 19s -16s linear infinite}@keyframes fall-332{39.393%{transform:translate(62.2167vw,39.393vh) scale(.6839)}to{transform:translate(62.07275vw,99vh) scale(.6839)}}.snow:nth-child(333){opacity:1.029;transform:translate(67.202vw,-10px) scale(.3579);animation:fall-333 22s -24s linear infinite}@keyframes fall-333{69.222%{transform:translate(61.4009vw,69.222vh) scale(.3579)}to{transform:translate(64.30145vw,99vh) scale(.3579)}}.snow:nth-child(334){opacity:.3986;transform:translate(49.0882vw,-10px) scale(.4593);animation:fall-334 11s -4s linear infinite}@keyframes fall-334{46.326%{transform:translate(47.4078vw,46.326vh) scale(.4593)}to{transform:translate(48.248vw,99vh) scale(.4593)}}.snow:nth-child(335){opacity:.2402;transform:translate(20.8843vw,-10px) scale(.779);animation:fall-335 16s -10s linear infinite}@keyframes fall-335{30.69%{transform:translate(30.1515vw,30.69vh) scale(.779)}to{transform:translate(25.5179vw,99vh) scale(.779)}}.snow:nth-child(336){opacity:.0218;transform:translate(24.1619vw,-10px) scale(.8698);animation:fall-336 24s -24s linear infinite}@keyframes fall-336{50.211%{transform:translate(16.6977vw,50.211vh) scale(.8698)}to{transform:translate(20.4298vw,99vh) scale(.8698)}}.snow:nth-child(337){opacity:1.156;transform:translate(35.685vw,-10px) scale(.097);animation:fall-337 13s -8s linear infinite}@keyframes fall-337{39.705%{transform:translate(40.6303vw,39.705vh) scale(.097)}to{transform:translate(38.15765vw,99vh) scale(.097)}}.snow:nth-child(338){opacity:1.6926;transform:translate(89.7022vw,-10px) scale(.7697);animation:fall-338 12s -11s linear infinite}@keyframes fall-338{76.864%{transform:translate(82.3748vw,76.864vh) scale(.7697)}to{transform:translate(86.0385vw,99vh) scale(.7697)}}.snow:nth-child(339){opacity:.506;transform:translate(11.8261vw,-10px) scale(.0141);animation:fall-339 28s -24s linear infinite}@keyframes fall-339{42.513%{transform:translate(19.6609vw,42.513vh) scale(.0141)}to{transform:translate(15.7435vw,99vh) scale(.0141)}}.snow:nth-child(340){opacity:.1098;transform:translate(26.7728vw,-10px) scale(.0594);animation:fall-340 10s -16s linear infinite}@keyframes fall-340{39.972%{transform:translate(30.0326vw,39.972vh) scale(.0594)}to{transform:translate(28.4027vw,99vh) scale(.0594)}}.snow:nth-child(341){opacity:1.042;transform:translate(5.7982vw,-10px) scale(.0057);animation:fall-341 17s -19s linear infinite}@keyframes fall-341{53.755%{transform:translate(8.6026vw,53.755vh) scale(.0057)}to{transform:translate(7.2004vw,99vh) scale(.0057)}}.snow:nth-child(342){opacity:.6736;transform:translate(19.8543vw,-10px) scale(.2678);animation:fall-342 11s -6s linear infinite}@keyframes fall-342{71.072%{transform:translate(25.9075vw,71.072vh) scale(.2678)}to{transform:translate(22.8809vw,99vh) scale(.2678)}}.snow:nth-child(343){opacity:.3674;transform:translate(21.0013vw,-10px) scale(.4649);animation:fall-343 29s -16s linear infinite}@keyframes fall-343{62.561%{transform:translate(29.7434vw,62.561vh) scale(.4649)}to{transform:translate(25.37235vw,99vh) scale(.4649)}}.snow:nth-child(344){opacity:1.8134;transform:translate(21.4909vw,-10px) scale(.3364);animation:fall-344 23s -16s linear infinite}@keyframes fall-344{34.838%{transform:translate(17.609vw,34.838vh) scale(.3364)}to{transform:translate(19.54995vw,99vh) scale(.3364)}}.snow:nth-child(345){opacity:.9566;transform:translate(29.5665vw,-10px) scale(.3553);animation:fall-345 29s -9s linear infinite}@keyframes fall-345{39.35%{transform:translate(19.9761vw,39.35vh) scale(.3553)}to{transform:translate(24.7713vw,99vh) scale(.3553)}}.snow:nth-child(346){opacity:1.7564;transform:translate(92.756vw,-10px) scale(.733);animation:fall-346 11s -30s linear infinite}@keyframes fall-346{55.318%{transform:translate(92.9602vw,55.318vh) scale(.733)}to{transform:translate(92.8581vw,99vh) scale(.733)}}.snow:nth-child(347){opacity:.1112;transform:translate(82.6307vw,-10px) scale(.0077);animation:fall-347 12s -14s linear infinite}@keyframes fall-347{55.983%{transform:translate(79.5079vw,55.983vh) scale(.0077)}to{transform:translate(81.0693vw,99vh) scale(.0077)}}.snow:nth-child(348){opacity:1.8312;transform:translate(90.5391vw,-10px) scale(.5352);animation:fall-348 19s -21s linear infinite}@keyframes fall-348{30.294%{transform:translate(94.9193vw,30.294vh) scale(.5352)}to{transform:translate(92.7292vw,99vh) scale(.5352)}}.snow:nth-child(349){opacity:1.385;transform:translate(15.0722vw,-10px) scale(.2771);animation:fall-349 18s -1s linear infinite}@keyframes fall-349{68.141%{transform:translate(6.4234vw,68.141vh) scale(.2771)}to{transform:translate(10.7478vw,99vh) scale(.2771)}}.snow:nth-child(350){opacity:1.2994;transform:translate(37.1401vw,-10px) scale(.0669);animation:fall-350 23s -2s linear infinite}@keyframes fall-350{35.176%{transform:translate(36.5713vw,35.176vh) scale(.0669)}to{transform:translate(36.8557vw,99vh) scale(.0669)}}.snow:nth-child(351){opacity:1.5318;transform:translate(4.0447vw,-10px) scale(.1123);animation:fall-351 19s -14s linear infinite}@keyframes fall-351{78.673%{transform:translate(3.1927vw,78.673vh) scale(.1123)}to{transform:translate(3.6187vw,99vh) scale(.1123)}}.snow:nth-child(352){opacity:1.3842;transform:translate(90.9154vw,-10px) scale(.2634);animation:fall-352 13s -2s linear infinite}@keyframes fall-352{67.441%{transform:translate(98.2117vw,67.441vh) scale(.2634)}to{transform:translate(94.56355vw,99vh) scale(.2634)}}.snow:nth-child(353){opacity:.3462;transform:translate(94.2654vw,-10px) scale(.1081);animation:fall-353 13s -11s linear infinite}@keyframes fall-353{33.38%{transform:translate(84.9294vw,33.38vh) scale(.1081)}to{transform:translate(89.5974vw,99vh) scale(.1081)}}.snow:nth-child(354){opacity:1.6888;transform:translate(9.5038vw,-10px) scale(.043);animation:fall-354 13s -4s linear infinite}@keyframes fall-354{52.692%{transform:translate(13.2331vw,52.692vh) scale(.043)}to{transform:translate(11.36845vw,99vh) scale(.043)}}.snow:nth-child(355){opacity:1.0648;transform:translate(98.6196vw,-10px) scale(.4602);animation:fall-355 10s -16s linear infinite}@keyframes fall-355{53.519%{transform:translate(101.5242vw,53.519vh) scale(.4602)}to{transform:translate(100.0719vw,99vh) scale(.4602)}}.snow:nth-child(356){opacity:.7198;transform:translate(6.1496vw,-10px) scale(.8711);animation:fall-356 24s -29s linear infinite}@keyframes fall-356{51.997%{transform:translate(3.5497vw,51.997vh) scale(.8711)}to{transform:translate(4.84965vw,99vh) scale(.8711)}}.snow:nth-child(357){opacity:.9598;transform:translate(70.9485vw,-10px) scale(.0599);animation:fall-357 24s -22s linear infinite}@keyframes fall-357{62.504%{transform:translate(76.3262vw,62.504vh) scale(.0599)}to{transform:translate(73.63735vw,99vh) scale(.0599)}}.snow:nth-child(358){opacity:.371;transform:translate(42.7055vw,-10px) scale(.6994);animation:fall-358 15s -25s linear infinite}@keyframes fall-358{62.246%{transform:translate(51.1561vw,62.246vh) scale(.6994)}to{transform:translate(46.9308vw,99vh) scale(.6994)}}.snow:nth-child(359){opacity:.2048;transform:translate(2.0964vw,-10px) scale(.9043);animation:fall-359 12s -19s linear infinite}@keyframes fall-359{33.632%{transform:translate(-6.8902vw,33.632vh) scale(.9043)}to{transform:translate(-2.3969vw,99vh) scale(.9043)}}.snow:nth-child(360){opacity:.155;transform:translate(71.1189vw,-10px) scale(.277);animation:fall-360 10s -2s linear infinite}@keyframes fall-360{52.708%{transform:translate(72.1108vw,52.708vh) scale(.277)}to{transform:translate(71.61485vw,99vh) scale(.277)}}.snow:nth-child(361){opacity:.0924;transform:translate(57.8057vw,-10px) scale(.4984);animation:fall-361 10s -28s linear infinite}@keyframes fall-361{55.349%{transform:translate(58.889vw,55.349vh) scale(.4984)}to{transform:translate(58.34735vw,99vh) scale(.4984)}}.snow:nth-child(362){opacity:1.7462;transform:translate(.8271vw,-10px) scale(.106);animation:fall-362 14s -22s linear infinite}@keyframes fall-362{67.345%{transform:translate(7.1999vw,67.345vh) scale(.106)}to{transform:translate(4.0135vw,99vh) scale(.106)}}.snow:nth-child(363){opacity:.4082;transform:translate(58.6397vw,-10px) scale(.7913);animation:fall-363 15s -23s linear infinite}@keyframes fall-363{35.388%{transform:translate(53.0736vw,35.388vh) scale(.7913)}to{transform:translate(55.85665vw,99vh) scale(.7913)}}.snow:nth-child(364){opacity:.8918;transform:translate(76.9178vw,-10px) scale(.9064);animation:fall-364 28s -22s linear infinite}@keyframes fall-364{30.189%{transform:translate(76.2903vw,30.189vh) scale(.9064)}to{transform:translate(76.60405vw,99vh) scale(.9064)}}.snow:nth-child(365){opacity:.0088;transform:translate(82.648vw,-10px) scale(.0244);animation:fall-365 16s -12s linear infinite}@keyframes fall-365{42.045%{transform:translate(73.475vw,42.045vh) scale(.0244)}to{transform:translate(78.0615vw,99vh) scale(.0244)}}.snow:nth-child(366){opacity:1.1062;transform:translate(91.217vw,-10px) scale(.4797);animation:fall-366 14s -20s linear infinite}@keyframes fall-366{38.948%{transform:translate(95.1722vw,38.948vh) scale(.4797)}to{transform:translate(93.1946vw,99vh) scale(.4797)}}.snow:nth-child(367){opacity:.533;transform:translate(17.2229vw,-10px) scale(.8502);animation:fall-367 16s -9s linear infinite}@keyframes fall-367{61.978%{transform:translate(15.9546vw,61.978vh) scale(.8502)}to{transform:translate(16.58875vw,99vh) scale(.8502)}}.snow:nth-child(368){opacity:1.2818;transform:translate(41.9685vw,-10px) scale(.7081);animation:fall-368 29s -9s linear infinite}@keyframes fall-368{54.285%{transform:translate(50.9171vw,54.285vh) scale(.7081)}to{transform:translate(46.4428vw,99vh) scale(.7081)}}.snow:nth-child(369){opacity:.3882;transform:translate(2.2385vw,-10px) scale(.156);animation:fall-369 14s -25s linear infinite}@keyframes fall-369{51.737%{transform:translate(10.6013vw,51.737vh) scale(.156)}to{transform:translate(6.4199vw,99vh) scale(.156)}}.snow:nth-child(370){opacity:1.253;transform:translate(74.8589vw,-10px) scale(.9331);animation:fall-370 25s -17s linear infinite}@keyframes fall-370{44.408%{transform:translate(71.7719vw,44.408vh) scale(.9331)}to{transform:translate(73.3154vw,99vh) scale(.9331)}}.snow:nth-child(371){opacity:1.622;transform:translate(17.7593vw,-10px) scale(.6564);animation:fall-371 14s -20s linear infinite}@keyframes fall-371{43.856%{transform:translate(26.2807vw,43.856vh) scale(.6564)}to{transform:translate(22.02vw,99vh) scale(.6564)}}.snow:nth-child(372){opacity:.8964;transform:translate(89.6005vw,-10px) scale(.6);animation:fall-372 24s -1s linear infinite}@keyframes fall-372{64.814%{transform:translate(92.2927vw,64.814vh) scale(.6)}to{transform:translate(90.9466vw,99vh) scale(.6)}}.snow:nth-child(373){opacity:.9274;transform:translate(33.8492vw,-10px) scale(.9102);animation:fall-373 17s -28s linear infinite}@keyframes fall-373{50.974%{transform:translate(29.4685vw,50.974vh) scale(.9102)}to{transform:translate(31.65885vw,99vh) scale(.9102)}}.snow:nth-child(374){opacity:1.296;transform:translate(36.3784vw,-10px) scale(.7634);animation:fall-374 14s -15s linear infinite}@keyframes fall-374{79.736%{transform:translate(38.4029vw,79.736vh) scale(.7634)}to{transform:translate(37.39065vw,99vh) scale(.7634)}}.snow:nth-child(375){opacity:1.8738;transform:translate(6.9244vw,-10px) scale(.7228);animation:fall-375 28s -21s linear infinite}@keyframes fall-375{73.344%{transform:translate(11.2256vw,73.344vh) scale(.7228)}to{transform:translate(9.075vw,99vh) scale(.7228)}}.snow:nth-child(376){opacity:1.478;transform:translate(42.4815vw,-10px) scale(.3528);animation:fall-376 14s -19s linear infinite}@keyframes fall-376{36.386%{transform:translate(42.5575vw,36.386vh) scale(.3528)}to{transform:translate(42.5195vw,99vh) scale(.3528)}}.snow:nth-child(377){opacity:.5934;transform:translate(49.1586vw,-10px) scale(.1543);animation:fall-377 17s -29s linear infinite}@keyframes fall-377{39.797%{transform:translate(54.316vw,39.797vh) scale(.1543)}to{transform:translate(51.7373vw,99vh) scale(.1543)}}.snow:nth-child(378){opacity:1.262;transform:translate(33.3667vw,-10px) scale(.9212);animation:fall-378 26s -5s linear infinite}@keyframes fall-378{51.448%{transform:translate(30.3262vw,51.448vh) scale(.9212)}to{transform:translate(31.84645vw,99vh) scale(.9212)}}.snow:nth-child(379){opacity:1.9824;transform:translate(92.4552vw,-10px) scale(.9913);animation:fall-379 29s -10s linear infinite}@keyframes fall-379{73.233%{transform:translate(91.0356vw,73.233vh) scale(.9913)}to{transform:translate(91.7454vw,99vh) scale(.9913)}}.snow:nth-child(380){opacity:.5904;transform:translate(63.0208vw,-10px) scale(.2106);animation:fall-380 22s -24s linear infinite}@keyframes fall-380{68.405%{transform:translate(59.6543vw,68.405vh) scale(.2106)}to{transform:translate(61.33755vw,99vh) scale(.2106)}}.snow:nth-child(381){opacity:1.8326;transform:translate(66.5419vw,-10px) scale(.0026);animation:fall-381 12s -6s linear infinite}@keyframes fall-381{40.974%{transform:translate(62.7346vw,40.974vh) scale(.0026)}to{transform:translate(64.63825vw,99vh) scale(.0026)}}.snow:nth-child(382){opacity:.8292;transform:translate(8.8784vw,-10px) scale(.0484);animation:fall-382 10s -14s linear infinite}@keyframes fall-382{55.839%{transform:translate(.0928vw,55.839vh) scale(.0484)}to{transform:translate(4.4856vw,99vh) scale(.0484)}}.snow:nth-child(383){opacity:.3176;transform:translate(26.9864vw,-10px) scale(.9037);animation:fall-383 17s -15s linear infinite}@keyframes fall-383{45.633%{transform:translate(34.4535vw,45.633vh) scale(.9037)}to{transform:translate(30.71995vw,99vh) scale(.9037)}}.snow:nth-child(384){opacity:.8792;transform:translate(10.5253vw,-10px) scale(.6431);animation:fall-384 22s -27s linear infinite}@keyframes fall-384{49.176%{transform:translate(9.7015vw,49.176vh) scale(.6431)}to{transform:translate(10.1134vw,99vh) scale(.6431)}}.snow:nth-child(385){opacity:1.8232;transform:translate(74.6039vw,-10px) scale(.5773);animation:fall-385 23s -19s linear infinite}@keyframes fall-385{55.965%{transform:translate(71.1195vw,55.965vh) scale(.5773)}to{transform:translate(72.8617vw,99vh) scale(.5773)}}.snow:nth-child(386){opacity:.1214;transform:translate(24.0511vw,-10px) scale(.6438);animation:fall-386 24s -5s linear infinite}@keyframes fall-386{68.492%{transform:translate(18.3416vw,68.492vh) scale(.6438)}to{transform:translate(21.19635vw,99vh) scale(.6438)}}.snow:nth-child(387){opacity:1.9114;transform:translate(78.933vw,-10px) scale(.3096);animation:fall-387 12s -20s linear infinite}@keyframes fall-387{66.396%{transform:translate(79.8238vw,66.396vh) scale(.3096)}to{transform:translate(79.3784vw,99vh) scale(.3096)}}.snow:nth-child(388){opacity:.8782;transform:translate(96.9129vw,-10px) scale(.4103);animation:fall-388 17s -17s linear infinite}@keyframes fall-388{38.771%{transform:translate(97.3194vw,38.771vh) scale(.4103)}to{transform:translate(97.11615vw,99vh) scale(.4103)}}.snow:nth-child(389){opacity:.8898;transform:translate(47.1334vw,-10px) scale(.9976);animation:fall-389 22s -8s linear infinite}@keyframes fall-389{45.811%{transform:translate(44.7993vw,45.811vh) scale(.9976)}to{transform:translate(45.96635vw,99vh) scale(.9976)}}.snow:nth-child(390){opacity:1.471;transform:translate(86.5244vw,-10px) scale(.7092);animation:fall-390 21s -24s linear infinite}@keyframes fall-390{47.111%{transform:translate(95.8009vw,47.111vh) scale(.7092)}to{transform:translate(91.16265vw,99vh) scale(.7092)}}.snow:nth-child(391){opacity:1.7876;transform:translate(50.0542vw,-10px) scale(.8422);animation:fall-391 25s -3s linear infinite}@keyframes fall-391{32.148%{transform:translate(46.9689vw,32.148vh) scale(.8422)}to{transform:translate(48.51155vw,99vh) scale(.8422)}}.snow:nth-child(392){opacity:1.2268;transform:translate(56.5961vw,-10px) scale(.7166);animation:fall-392 14s -28s linear infinite}@keyframes fall-392{38.774%{transform:translate(50.2514vw,38.774vh) scale(.7166)}to{transform:translate(53.42375vw,99vh) scale(.7166)}}.snow:nth-child(393){opacity:.3294;transform:translate(9.1969vw,-10px) scale(.4577);animation:fall-393 12s -20s linear infinite}@keyframes fall-393{63.801%{transform:translate(3.9929vw,63.801vh) scale(.4577)}to{transform:translate(6.5949vw,99vh) scale(.4577)}}.snow:nth-child(394){opacity:.2532;transform:translate(74.9973vw,-10px) scale(.1027);animation:fall-394 13s -19s linear infinite}@keyframes fall-394{59.641%{transform:translate(82.8116vw,59.641vh) scale(.1027)}to{transform:translate(78.90445vw,99vh) scale(.1027)}}.snow:nth-child(395){opacity:.802;transform:translate(62.654vw,-10px) scale(.8405);animation:fall-395 15s -25s linear infinite}@keyframes fall-395{41.897%{transform:translate(60.5971vw,41.897vh) scale(.8405)}to{transform:translate(61.62555vw,99vh) scale(.8405)}}.snow:nth-child(396){opacity:.175;transform:translate(13.7755vw,-10px) scale(.1014);animation:fall-396 12s -9s linear infinite}@keyframes fall-396{52.289%{transform:translate(17.0096vw,52.289vh) scale(.1014)}to{transform:translate(15.39255vw,99vh) scale(.1014)}}.snow:nth-child(397){opacity:1.874;transform:translate(13.4222vw,-10px) scale(.072);animation:fall-397 17s -16s linear infinite}@keyframes fall-397{34.78%{transform:translate(17.8673vw,34.78vh) scale(.072)}to{transform:translate(15.64475vw,99vh) scale(.072)}}.snow:nth-child(398){opacity:1.8402;transform:translate(50.4448vw,-10px) scale(.5233);animation:fall-398 14s -2s linear infinite}@keyframes fall-398{60.051%{transform:translate(56.5371vw,60.051vh) scale(.5233)}to{transform:translate(53.49095vw,99vh) scale(.5233)}}.snow:nth-child(399){opacity:.079;transform:translate(14.7865vw,-10px) scale(.3478);animation:fall-399 29s -4s linear infinite}@keyframes fall-399{67.981%{transform:translate(18.9638vw,67.981vh) scale(.3478)}to{transform:translate(16.87515vw,99vh) scale(.3478)}}.snow:nth-child(400){opacity:1.5186;transform:translate(51.174vw,-10px) scale(.2712);animation:fall-400 14s -20s linear infinite}@keyframes fall-400{64.054%{transform:translate(52.8035vw,64.054vh) scale(.2712)}to{transform:translate(51.98875vw,99vh) scale(.2712)}}\n"] }]
82
+ }], ctorParameters: () => [{ type: i1.TokenService }, { type: i1.AppState }, { type: i2.Router }, { type: undefined, decorators: [{
83
+ type: Inject,
84
+ args: [ANONYMOUS_MODE]
85
+ }] }] });
86
86
 
87
- // Angular
88
- // Repositories
89
- const GET_Jace_GetAccountScope = "/api/Jace/GetAccountScope";
90
- const GET_AppConfig_GetAppConfig = "/api/AppConfig/GetAppConfig";
91
- const baseAppRoutes = [
92
- { path: "", redirectTo: "pages/{emptyRouteRedirect}", pathMatch: "full" },
93
- { path: EMBEDDED_ROUTE, component: ExternalPagesComponent },
94
- { path: ROUTE, component: PagesComponent },
95
- { path: "rd", component: RedirecterComponent },
96
- { path: "rd/:tenant", component: RedirecterComponent },
97
- { path: "login", component: JaceLoginComponent },
98
- { path: "iserr", component: ServerErrorComponent },
99
- { path: "anerr", component: AngularErrorComponent },
100
- { path: "**", component: PageNotFoundComponent },
101
- ];
102
- const MODULES = [
103
- BrowserAnimationsModule,
104
- HttpClientModule,
105
- TemplateCommon,
106
- ComponentsModule,
107
- // Attenzione a lasciarlo attivo in ng serve: https://github.com/angular/angular/issues/47455
108
- ServiceWorkerModule.register('ngsw-worker.js', { enabled: !isDevMode() }),
109
- RouterModule.forRoot([], { useHash: true, preloadingStrategy: NoPreloading, onSameUrlNavigation: "reload" }),
110
- // ES
111
- EsTableModule.forRoot(),
112
- FormsAndValidationsModule.forRoot({ acocustom: "O", sliderMode: true }),
113
- ExtensionsModule.forRoot(),
114
- LocalizationModule.forRoot({ localizationMissingPolicy: LocalizationMissingPolicy.PrintSource, defaultLocale: 'it-IT' }),
115
- AccessControlModule.forRoot({ contextAwareKey: "O", defaultCondition: '(R:Jace Admin || R:Jace Support)' }),
116
- HttpserviceModule.forRoot(),
117
- SignalrNotificationsModule.forRoot({ endpointUrl: 'notify', useMessagePack: true }),
118
- PreferencesModule.forRoot({ retrieveAllAtStart: true, sessionRetriever: SessionRetriever, preferencePersistor: ApplicationPreferencesPersistor, cachePersistor: ApplicationCachePersistor }),
119
- EsChartsModule.forRoot(),
120
- // Bootstrap
121
- TooltipModule.forRoot(),
122
- ModalModule.forRoot(),
123
- ProgressbarModule.forRoot(),
124
- BsDropdownModule.forRoot(),
125
- ToastrModule.forRoot(),
126
- TimepickerModule.forRoot(),
127
- ContextMenuModule.forRoot(),
128
- DragulaModule.forRoot()
129
- ];
130
- // Generatore dei formati data
131
- var formats = (style) => {
132
- return {
133
- parse: { dateInput: 'DD/MM/YYYY' + (style === 'long' ? ' HH:mm:ss' : '') },
134
- display: {
135
- dateInput: 'DD/MM/YYYY' + (style === 'long' ? ' HH:mm:ss' : ''),
136
- monthYearLabel: 'MM YYYY',
137
- dateA11yLabel: 'DD/MM/YYYY' + (style === 'long' ? ' HH:mm:ss' : ''),
138
- monthYearA11yLabel: 'MM YYYY',
139
- }
140
- };
141
- };
142
- const localeFactory = (loc) => loc.SmallLocale;
143
- const PROVIDERS = [
144
- CookieService,
145
- // Providers applicativi
146
- { provide: ErrorHandler, useClass: APPErrorHandler },
147
- { provide: EVENT_MANAGER_PLUGINS, useExisting: OutZoneEventPlugin, multi: true },
148
- { provide: HttpServiceExtensions, useClass: HTTPServiceExtensions },
149
- // Locale e gestioni delle date
150
- { provide: LOCALE_ID, useFactory: localeFactory, deps: [LocalizationService] },
151
- { provide: MAT_DATE_LOCALE, useFactory: localeFactory, deps: [LocalizationService] },
152
- { provide: MAT_DATE_FORMATS, useValue: formats('short') },
153
- // Questi due sono providati dal FormsAndValidationModule stesso, però quest'ultimo è definito in forRoot solo lato componenti shared,
154
- // quindi per rendere questi provider disponibili anche a moduli esterni devo riprovidarli anche qui
155
- { provide: NGX_MAT_DATE_FORMATS, useValue: formats('long') },
156
- { provide: NgxMatDateAdapter, useClass: NgxExpandedDayJsDateAdapter }
157
- ];
158
- class EsFaenzaCoreModule {
159
- static forRoot(config) {
160
- if (config.routes) {
161
- // Aggiunta della route di embedding se non dichiarata, lato aggiunta faccio in modo che l'embedding sia disponibile solo da route interne (pages OK, pages_ext NON OK)
162
- if (!config.routes.find(t => t.path.startsWith("embed")))
163
- config.routes = [...config.routes, { path: "embed/:module", loadChildren: () => import('@esfaenza/core/modules').then(m => m.EmbeddingModule) }];
164
- baseAppRoutes[0].redirectTo = ["pages", "pages_ext"].map(t => (config.emptyRouteRedirect || '').startsWith(t)).some(t => !!t) ? "/" + config.emptyRouteRedirect : `pages/${config.emptyRouteRedirect || 'dashboard'}`;
165
- baseAppRoutes.filter(t => ["pages", "pages_ext"].includes(t.path)).forEach(path => {
166
- path.children = [
167
- { path: "profile", component: UserInfosComponent, data: { InternalNavigation: true, title: "profilo" } },
168
- ...config.routes.filter(r => !path.path.includes("pages_ext") || !r.path.startsWith("embed"))
169
- ];
170
- });
171
- }
172
- config.debugMode = (!isDevMode() && !config.forceDebugModeForProdBuilds) ? DebugFlags.None : (config.debugMode || DebugFlags.All);
173
- let mergedAppInitializer = (http, bts, aac, loc) => {
174
- return () => {
175
- if (config.anonymousMode) {
176
- console.log("%c[APP_INITIALIZER] Loading AppConfig...", "background-color: yellow");
177
- return http.get(GET_AppConfig_GetAppConfig, null, null, false).pipe(catchError(_ => of({}))).pipe(tap((appConfig) => {
178
- myconfig = appConfig;
179
- console.log("%c[APP_INITIALIZER] appConfig registered", "background-color: yellow");
180
- aac.initializeIdentity(null);
181
- }), switchMap(_ => {
182
- if (!config.initializerFunction)
183
- return of();
184
- console.log("%c[APP_INITIALIZER] Loading custom application initialization", "background-color: yellow");
185
- return config.initializerFunction(http, bts, aac)().pipe(tap(_ => {
186
- console.log("%c[APP_INITIALIZER] Initialization is over", "background-color: yellow");
187
- }));
188
- }));
189
- }
190
- console.log("%c[APP_INITIALIZER] Loading AppConfig and Account Scope...", "background-color: yellow");
191
- let realObservable = forkJoin({
192
- appConfig: http.get(GET_AppConfig_GetAppConfig, null, null, false).pipe(catchError(_ => of({}))),
193
- scope: http.get(GET_Jace_GetAccountScope, null, null, false).pipe(catchError(_ => of(null))),
194
- locale: loc.Locale.pipe(take(1), catchError(_ => of('it-IT'))),
195
- });
196
- let usedObservable = config.optionsAndScopeProvider || realObservable;
197
- return usedObservable.pipe(tap((res) => {
198
- myconfig = res.appConfig;
199
- http.setAppConfig(myconfig);
200
- // L'account scope lo prendo dalla Query a backend solo se non uso il Fake token
201
- if (!bts.USE_FAKE_ACCESS_TOKEN)
202
- bts.accountScope = res.scope;
203
- console.log("%c[APP_INITIALIZER] appConfig and scope registered", "background-color: yellow");
204
- var identtity = bts.getJaceIdentity();
205
- if (bts.accountScope)
206
- aac.initializeIdentity(identtity);
207
- }), switchMap(_ => {
208
- if (!config.initializerFunction)
209
- return of();
210
- console.log("%c[APP_INITIALIZER] Loading custom application initialization", "background-color: yellow");
211
- return config.initializerFunction(http, bts, aac)().pipe(tap(_ => {
212
- console.log("%c[APP_INITIALIZER] Initialization is over", "background-color: yellow");
213
- }));
214
- }));
215
- };
216
- };
217
- return {
218
- ngModule: EsFaenzaCoreModule,
219
- providers: [
220
- // *************************** Provider statici ***************************
221
- ...PROVIDERS,
222
- // ************************ Provider customizzabili ************************
223
- ...(!config.redirectionMap ? [] : [{ provide: REDIRECT_MAP, useValue: config.redirectionMap }]),
224
- { provide: APP_INITIALIZER, useFactory: mergedAppInitializer, deps: [HTTPService, TokenService, AccessControlService, BaseLocalization], multi: true },
225
- { provide: ROUTES, useValue: baseAppRoutes, multi: true },
226
- { provide: LOC_DEBUG_MODE, useValue: config.debugMode ? (config.debugMode & DebugFlags.Localizations) == DebugFlags.Localizations : false },
227
- { provide: EXT_DEBUG_MODE, useValue: config.debugMode ? (config.debugMode & DebugFlags.Extensions) == DebugFlags.Extensions : false },
228
- { provide: ACC_DEBUG_MODE, useValue: config.debugMode ? (config.debugMode & DebugFlags.AccessControl) == DebugFlags.AccessControl : false },
229
- { provide: HTTP_DEBUG_MODE, useValue: config.debugMode ? (config.debugMode & DebugFlags.Http) == DebugFlags.Http : false },
230
- { provide: HTTP_INVALIDATION, useValue: config?.httpInvalidationCache },
231
- { provide: TAB_DEBUG_MODE, useValue: config.debugMode ? (config.debugMode & DebugFlags.Tabber) == DebugFlags.Tabber : false },
232
- { provide: SGR_DEBUG_MODE, useValue: config.debugMode ? (config.debugMode & DebugFlags.SignalR) == DebugFlags.SignalR : false },
233
- { provide: PREF_DEBUG_MODE, useValue: config.debugMode ? (config.debugMode & DebugFlags.Preferences) == DebugFlags.Preferences : false },
234
- { provide: ESC_DEBUG_MODE, useValue: config.debugMode ? (config.debugMode & DebugFlags.Charts) == DebugFlags.Charts : false },
235
- { provide: LOGIN_URL_LEGACY, useValue: config.legacyLogin !== null && config.legacyLogin !== undefined ? config.legacyLogin : false },
236
- { provide: NAVBAR_EXTENSIONS, useValue: config.navbarExtensions ? config.navbarExtensions : [] },
237
- { provide: ANONYMOUS_MODE, useValue: config.anonymousMode ? config.anonymousMode : false },
238
- { provide: BaseAdapter, useClass: config?.chartsAdapter || BaseAdapter },
239
- { provide: BaseMessageService, useClass: config?.messageService || BaseMessageService },
240
- { provide: GlobalSearchService, useClass: config?.globalSearchService || GlobalSearchService },
241
- { provide: CompletedJobRedirectionService, useClass: config?.completedJobRedirectionService || CompletedJobRedirectionService },
242
- { provide: MenuFilteringService, useClass: config?.menuFilteringService || MenuFilteringService },
243
- { provide: UserPreferencesService, useClass: config?.userPreferencesProvider || UserPreferencesService },
244
- { provide: MENU_LOCALIZATION, useValue: config.menuLoc || null },
245
- { provide: MENU, useValue: config.menu },
246
- { provide: USE_FAKE_ACCESS_TOKEN, useValue: !!config.fakeAccessToken },
247
- { provide: PreferencesPersistor, useClass: config.fakeAccessToken ? LocalStoragePreferencesPersistor : ApplicationPreferencesPersistor },
248
- { provide: CachePersistor, useClass: config.fakeAccessToken ? LocalStorageCachePersistor : ApplicationCachePersistor }
249
- ]
250
- };
251
- }
252
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EsFaenzaCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
253
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: EsFaenzaCoreModule, declarations: [AppComponent], imports: [BrowserAnimationsModule,
254
- HttpClientModule,
255
- TemplateCommon,
256
- ComponentsModule, i1$1.ServiceWorkerModule, i2.RouterModule, i3$1.EsTableModule, i4.FormsAndValidationsModule, i5.ExtensionsModule, i6.LocalizationModule, i7.AccessControlModule, i8.HttpserviceModule, i9.SignalrNotificationsModule, i10.PreferencesModule, i11.EsChartsModule, i12.TooltipModule, i13.ModalModule, i14.ProgressbarModule, i15.BsDropdownModule, i16.ToastrModule, i17.TimepickerModule, i18.ContextMenuModule, i19.DragulaModule] }); }
257
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EsFaenzaCoreModule, imports: [MODULES] }); }
258
- }
259
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EsFaenzaCoreModule, decorators: [{
260
- type: NgModule,
261
- args: [{
262
- declarations: [AppComponent],
263
- imports: [...MODULES]
264
- }]
265
- }] });
266
- class EsFaenzaCoreModuleConfig {
267
- }
268
- var DebugFlags;
269
- (function (DebugFlags) {
270
- DebugFlags[DebugFlags["None"] = 0] = "None";
271
- DebugFlags[DebugFlags["Localizations"] = 1] = "Localizations";
272
- DebugFlags[DebugFlags["Extensions"] = 2] = "Extensions";
273
- DebugFlags[DebugFlags["AccessControl"] = 4] = "AccessControl";
274
- DebugFlags[DebugFlags["Http"] = 8] = "Http";
275
- DebugFlags[DebugFlags["SignalR"] = 16] = "SignalR";
276
- DebugFlags[DebugFlags["Preferences"] = 32] = "Preferences";
277
- DebugFlags[DebugFlags["Charts"] = 64] = "Charts";
278
- DebugFlags[DebugFlags["Tabber"] = 128] = "Tabber";
279
- DebugFlags[DebugFlags["All"] = 255] = "All";
87
+ // Angular
88
+ // Repositories
89
+ const GET_Jace_GetAccountScope = "/api/Jace/GetAccountScope";
90
+ const GET_AppConfig_GetAppConfig = "/api/AppConfig/GetAppConfig";
91
+ const baseAppRoutes = [
92
+ { path: "", redirectTo: "pages/{emptyRouteRedirect}", pathMatch: "full" },
93
+ { path: EMBEDDED_ROUTE, component: ExternalPagesComponent },
94
+ { path: ROUTE, component: PagesComponent },
95
+ { path: "rd", component: RedirecterComponent },
96
+ { path: "rd/:tenant", component: RedirecterComponent },
97
+ { path: "login", component: JaceLoginComponent },
98
+ { path: "iserr", component: ServerErrorComponent },
99
+ { path: "anerr", component: AngularErrorComponent },
100
+ { path: "**", component: PageNotFoundComponent },
101
+ ];
102
+ const MODULES = [
103
+ BrowserAnimationsModule,
104
+ HttpClientModule,
105
+ TemplateCommon,
106
+ ComponentsModule,
107
+ // Attenzione a lasciarlo attivo in ng serve: https://github.com/angular/angular/issues/47455
108
+ ServiceWorkerModule.register('ngsw-worker.js', { enabled: !isDevMode() }),
109
+ RouterModule.forRoot([], { useHash: true, preloadingStrategy: NoPreloading, onSameUrlNavigation: "reload" }),
110
+ // ES
111
+ EsTableModule.forRoot(),
112
+ FormsAndValidationsModule.forRoot({ acocustom: "O", sliderMode: true }),
113
+ ExtensionsModule.forRoot(),
114
+ LocalizationModule.forRoot({ localizationMissingPolicy: LocalizationMissingPolicy.PrintSource, defaultLocale: 'it-IT' }),
115
+ AccessControlModule.forRoot({ contextAwareKey: "O", defaultCondition: '(R:Jace Admin || R:Jace Support)' }),
116
+ HttpserviceModule.forRoot(),
117
+ SignalrNotificationsModule.forRoot({ endpointUrl: 'notify', useMessagePack: true }),
118
+ PreferencesModule.forRoot({ retrieveAllAtStart: true, sessionRetriever: SessionRetriever, preferencePersistor: ApplicationPreferencesPersistor, cachePersistor: ApplicationCachePersistor }),
119
+ EsChartsModule.forRoot(),
120
+ // Bootstrap
121
+ TooltipModule.forRoot(),
122
+ ModalModule.forRoot(),
123
+ ProgressbarModule.forRoot(),
124
+ BsDropdownModule.forRoot(),
125
+ ToastrModule.forRoot(),
126
+ TimepickerModule.forRoot(),
127
+ ContextMenuModule.forRoot(),
128
+ DragulaModule.forRoot()
129
+ ];
130
+ // Generatore dei formati data
131
+ var formats = (style) => {
132
+ return {
133
+ parse: { dateInput: 'DD/MM/YYYY' + (style === 'long' ? ' HH:mm:ss' : '') },
134
+ display: {
135
+ dateInput: 'DD/MM/YYYY' + (style === 'long' ? ' HH:mm:ss' : ''),
136
+ monthYearLabel: 'MM YYYY',
137
+ dateA11yLabel: 'DD/MM/YYYY' + (style === 'long' ? ' HH:mm:ss' : ''),
138
+ monthYearA11yLabel: 'MM YYYY',
139
+ }
140
+ };
141
+ };
142
+ const localeFactory = (loc) => loc.SmallLocale;
143
+ const PROVIDERS = [
144
+ CookieService,
145
+ // Providers applicativi
146
+ { provide: ErrorHandler, useClass: APPErrorHandler },
147
+ { provide: EVENT_MANAGER_PLUGINS, useExisting: OutZoneEventPlugin, multi: true },
148
+ { provide: HttpServiceExtensions, useClass: HTTPServiceExtensions },
149
+ // Locale e gestioni delle date
150
+ { provide: LOCALE_ID, useFactory: localeFactory, deps: [LocalizationService] },
151
+ { provide: MAT_DATE_LOCALE, useFactory: localeFactory, deps: [LocalizationService] },
152
+ { provide: MAT_DATE_FORMATS, useValue: formats('short') },
153
+ // Questi due sono providati dal FormsAndValidationModule stesso, però quest'ultimo è definito in forRoot solo lato componenti shared,
154
+ // quindi per rendere questi provider disponibili anche a moduli esterni devo riprovidarli anche qui
155
+ { provide: NGX_MAT_DATE_FORMATS, useValue: formats('long') },
156
+ { provide: NgxMatDateAdapter, useClass: NgxExpandedDayJsDateAdapter }
157
+ ];
158
+ class EsFaenzaCoreModule {
159
+ static forRoot(config) {
160
+ if (config.routes) {
161
+ // Aggiunta della route di embedding se non dichiarata, lato aggiunta faccio in modo che l'embedding sia disponibile solo da route interne (pages OK, pages_ext NON OK)
162
+ if (!config.routes.find(t => t.path.startsWith("embed")))
163
+ config.routes = [...config.routes, { path: "embed/:module", loadChildren: () => import('@esfaenza/core/modules').then(m => m.EmbeddingModule) }];
164
+ baseAppRoutes[0].redirectTo = ["pages", "pages_ext"].map(t => (config.emptyRouteRedirect || '').startsWith(t)).some(t => !!t) ? "/" + config.emptyRouteRedirect : `pages/${config.emptyRouteRedirect || 'dashboard'}`;
165
+ baseAppRoutes.filter(t => ["pages", "pages_ext"].includes(t.path)).forEach(path => {
166
+ path.children = [
167
+ { path: "profile", component: UserInfosComponent, data: { InternalNavigation: true, title: "profilo" } },
168
+ ...config.routes.filter(r => !path.path.includes("pages_ext") || !r.path.startsWith("embed"))
169
+ ];
170
+ });
171
+ }
172
+ config.debugMode = (!isDevMode() && !config.forceDebugModeForProdBuilds) ? DebugFlags.None : (config.debugMode || DebugFlags.All);
173
+ let mergedAppInitializer = (http, bts, aac, loc) => {
174
+ return () => {
175
+ if (config.anonymousMode) {
176
+ console.log("%c[APP_INITIALIZER] Loading AppConfig...", "background-color: yellow");
177
+ return http.get(GET_AppConfig_GetAppConfig, null, null, false).pipe(catchError(_ => of({}))).pipe(tap((appConfig) => {
178
+ myconfig = appConfig;
179
+ console.log("%c[APP_INITIALIZER] appConfig registered", "background-color: yellow");
180
+ aac.initializeIdentity(null);
181
+ }), switchMap(_ => {
182
+ if (!config.initializerFunction)
183
+ return of();
184
+ console.log("%c[APP_INITIALIZER] Loading custom application initialization", "background-color: yellow");
185
+ return config.initializerFunction(http, bts, aac)().pipe(tap(_ => {
186
+ console.log("%c[APP_INITIALIZER] Initialization is over", "background-color: yellow");
187
+ }));
188
+ }));
189
+ }
190
+ console.log("%c[APP_INITIALIZER] Loading AppConfig and Account Scope...", "background-color: yellow");
191
+ let realObservable = forkJoin({
192
+ appConfig: http.get(GET_AppConfig_GetAppConfig, null, null, false).pipe(catchError(_ => of({}))),
193
+ scope: http.get(GET_Jace_GetAccountScope, null, null, false).pipe(catchError(_ => of(null))),
194
+ locale: loc.Locale.pipe(take(1), catchError(_ => of('it-IT'))),
195
+ });
196
+ let usedObservable = config.optionsAndScopeProvider || realObservable;
197
+ return usedObservable.pipe(tap((res) => {
198
+ myconfig = res.appConfig;
199
+ http.setAppConfig(myconfig);
200
+ // L'account scope lo prendo dalla Query a backend solo se non uso il Fake token
201
+ if (!bts.USE_FAKE_ACCESS_TOKEN)
202
+ bts.accountScope = res.scope;
203
+ console.log("%c[APP_INITIALIZER] appConfig and scope registered", "background-color: yellow");
204
+ var identtity = bts.getJaceIdentity();
205
+ if (bts.accountScope)
206
+ aac.initializeIdentity(identtity);
207
+ }), switchMap(_ => {
208
+ if (!config.initializerFunction)
209
+ return of();
210
+ console.log("%c[APP_INITIALIZER] Loading custom application initialization", "background-color: yellow");
211
+ return config.initializerFunction(http, bts, aac)().pipe(tap(_ => {
212
+ console.log("%c[APP_INITIALIZER] Initialization is over", "background-color: yellow");
213
+ }));
214
+ }));
215
+ };
216
+ };
217
+ return {
218
+ ngModule: EsFaenzaCoreModule,
219
+ providers: [
220
+ // *************************** Provider statici ***************************
221
+ ...PROVIDERS,
222
+ // ************************ Provider customizzabili ************************
223
+ ...(!config.redirectionMap ? [] : [{ provide: REDIRECT_MAP, useValue: config.redirectionMap }]),
224
+ { provide: APP_INITIALIZER, useFactory: mergedAppInitializer, deps: [HTTPService, TokenService, AccessControlService, BaseLocalization], multi: true },
225
+ { provide: ROUTES, useValue: baseAppRoutes, multi: true },
226
+ { provide: LOC_DEBUG_MODE, useValue: config.debugMode ? (config.debugMode & DebugFlags.Localizations) == DebugFlags.Localizations : false },
227
+ { provide: EXT_DEBUG_MODE, useValue: config.debugMode ? (config.debugMode & DebugFlags.Extensions) == DebugFlags.Extensions : false },
228
+ { provide: ACC_DEBUG_MODE, useValue: config.debugMode ? (config.debugMode & DebugFlags.AccessControl) == DebugFlags.AccessControl : false },
229
+ { provide: HTTP_DEBUG_MODE, useValue: config.debugMode ? (config.debugMode & DebugFlags.Http) == DebugFlags.Http : false },
230
+ { provide: HTTP_INVALIDATION, useValue: config?.httpInvalidationCache },
231
+ { provide: TAB_DEBUG_MODE, useValue: config.debugMode ? (config.debugMode & DebugFlags.Tabber) == DebugFlags.Tabber : false },
232
+ { provide: SGR_DEBUG_MODE, useValue: config.debugMode ? (config.debugMode & DebugFlags.SignalR) == DebugFlags.SignalR : false },
233
+ { provide: PREF_DEBUG_MODE, useValue: config.debugMode ? (config.debugMode & DebugFlags.Preferences) == DebugFlags.Preferences : false },
234
+ { provide: ESC_DEBUG_MODE, useValue: config.debugMode ? (config.debugMode & DebugFlags.Charts) == DebugFlags.Charts : false },
235
+ { provide: LOGIN_URL_LEGACY, useValue: config.legacyLogin !== null && config.legacyLogin !== undefined ? config.legacyLogin : false },
236
+ { provide: NAVBAR_EXTENSIONS, useValue: config.navbarExtensions ? config.navbarExtensions : [] },
237
+ { provide: ANONYMOUS_MODE, useValue: config.anonymousMode ? config.anonymousMode : false },
238
+ { provide: BaseAdapter, useClass: config?.chartsAdapter || BaseAdapter },
239
+ { provide: BaseMessageService, useClass: config?.messageService || BaseMessageService },
240
+ { provide: GlobalSearchService, useClass: config?.globalSearchService || GlobalSearchService },
241
+ { provide: CompletedJobRedirectionService, useClass: config?.completedJobRedirectionService || CompletedJobRedirectionService },
242
+ { provide: MenuFilteringService, useClass: config?.menuFilteringService || MenuFilteringService },
243
+ { provide: UserPreferencesService, useClass: config?.userPreferencesProvider || UserPreferencesService },
244
+ { provide: MENU_LOCALIZATION, useValue: config.menuLoc || null },
245
+ { provide: MENU, useValue: config.menu },
246
+ { provide: USE_FAKE_ACCESS_TOKEN, useValue: !!config.fakeAccessToken },
247
+ { provide: PreferencesPersistor, useClass: config.fakeAccessToken ? LocalStoragePreferencesPersistor : ApplicationPreferencesPersistor },
248
+ { provide: CachePersistor, useClass: config.fakeAccessToken ? LocalStorageCachePersistor : ApplicationCachePersistor }
249
+ ]
250
+ };
251
+ }
252
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EsFaenzaCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
253
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: EsFaenzaCoreModule, declarations: [AppComponent], imports: [BrowserAnimationsModule,
254
+ HttpClientModule,
255
+ TemplateCommon,
256
+ ComponentsModule, i1$1.ServiceWorkerModule, i2.RouterModule, i3$1.EsTableModule, i4.FormsAndValidationsModule, i5.ExtensionsModule, i6.LocalizationModule, i7.AccessControlModule, i8.HttpserviceModule, i9.SignalrNotificationsModule, i10.PreferencesModule, i11.EsChartsModule, i12.TooltipModule, i13.ModalModule, i14.ProgressbarModule, i15.BsDropdownModule, i16.ToastrModule, i17.TimepickerModule, i18.ContextMenuModule, i19.DragulaModule] }); }
257
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EsFaenzaCoreModule, imports: [MODULES] }); }
258
+ }
259
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EsFaenzaCoreModule, decorators: [{
260
+ type: NgModule,
261
+ args: [{
262
+ declarations: [AppComponent],
263
+ imports: [...MODULES]
264
+ }]
265
+ }] });
266
+ class EsFaenzaCoreModuleConfig {
267
+ }
268
+ var DebugFlags;
269
+ (function (DebugFlags) {
270
+ DebugFlags[DebugFlags["None"] = 0] = "None";
271
+ DebugFlags[DebugFlags["Localizations"] = 1] = "Localizations";
272
+ DebugFlags[DebugFlags["Extensions"] = 2] = "Extensions";
273
+ DebugFlags[DebugFlags["AccessControl"] = 4] = "AccessControl";
274
+ DebugFlags[DebugFlags["Http"] = 8] = "Http";
275
+ DebugFlags[DebugFlags["SignalR"] = 16] = "SignalR";
276
+ DebugFlags[DebugFlags["Preferences"] = 32] = "Preferences";
277
+ DebugFlags[DebugFlags["Charts"] = 64] = "Charts";
278
+ DebugFlags[DebugFlags["Tabber"] = 128] = "Tabber";
279
+ DebugFlags[DebugFlags["All"] = 255] = "All";
280
280
  })(DebugFlags || (DebugFlags = {}));
281
281
 
282
- /**
283
- * Generated bundle index. Do not edit.
282
+ /**
283
+ * Generated bundle index. Do not edit.
284
284
  */
285
285
 
286
286
  export { AppComponent, DebugFlags, EsFaenzaCoreModule, EsFaenzaCoreModuleConfig };